@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans:ital,wght@0,100;0,300;0,400;0,500;0,700;0,800;0,900;1,100;1,300;1,400;1,500;1,700;1,800;1,900&family=DM+Serif+Display:ital@0;1&family=Dancing+Script:wght@400..700&family=Epilogue:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Merienda:wght@300..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&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=Red+Hat+Display:ital,wght@0,300..900;1,300..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

/* .montserrat-<uniquifier> {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
} */
#preloader {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: #fff;
  z-index: 999999;
  transition: 0.3s ease opacity;
  text-align: center;
  width: 100%;
  height: 100%;
}

#preloader:before {
  content: "";
  width: 80px;
  height: 80px;
  border: 3px solid black;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  animation-name: LoaderCicle;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

#preloader:after {
  content: "";
  width: 80px;
  height: 80px;
  border: 3px solid black;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  animation-name: LoaderCicle;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-delay: 1s;
}

@keyframes LoaderCicle {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
  }

  10% {
    width: 10px;
    height: 10px;
    opacity: 1;
  }

  80% {
    width: 60px;
    height: 60px;
    opacity: 0.1;
  }

  100% {
    width: 70px;
    height: 70px;
    opacity: 0;
  }
}

a:hover,
a:active {
  /* color: black; */
  text-decoration: none;
}

.min-height-300 {
  min-height: 300px;
}

.h-100vh {
  height: 100vh;
}

.primary-overlay[data-overlay-dark]:before {
  background: black;
}

.secondary-overlay[data-overlay-dark]:before {
  background: #000;
}

.left-overlay-secondary[data-overlay-dark]:before {
  background: rgba(0, 23, 54, 0.76);
  background: linear-gradient(-90deg, transparent, #3ab54a 65%);
}

.white-overlay[data-overlay-dark]:before {
  background: #fff;
}

.text-primary,
.text-primary-hover:hover {
  color: #fff !important;
  font-size: 25px;
  margin-right: 10px;
}

.text-primary-ty {
  color: #000 !important;
  font-size: 20px !important;
}

.jnhg {
  font-size: 31px !important;
  font-weight: 900 !important;
}

.bg-primary {
  background-color: black !important;
}

.border-primary {
  border-color: black !important;
}

.text-secondary,
.text-secondary-hover:hover {
  color: #3ab54a !important;
}

.bg-secondary {
  background-color: transparent !important;
}

.border-secondary {
  border-color: #3ab54a !important;
}

.bg-dark {
  background-color: #20252d !important;
}

.text-dark,
.text-dark-hover:hover {
  color: #20252d !important;
}

.bg-white-opacity-light {
  background-color: rgba(255, 255, 255, 0.2);
}

.form-control {
  border-radius: 0;
}

.primary-shadow {
  box-shadow: 0 0 70px rgba(0, 0, 0, 0.08);
}

.background-position-right-bottom {
  background-position: right bottom;
}

.text-white-hover:hover {
  color: #fff !important;
}

.text-white-hover-light:hover {
  color: rgba(255, 255, 255, 0.65) !important;
}

.min-vh-100 {
  min-height: 100vh;
}

.height-300 {
  height: 300px;
}

.section-bg {
  position: absolute;
  background-size: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 420px;
  background-position: center center;
  background-repeat: no-repeat;
}

.scroll-to-top {
  font-size: 20px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  background: #0f75bd;
  width: 40px;
  height: 40px;
  line-height: 40px;
  z-index: 9999;
  outline: 0;
  -webkit-transition: all 0.3s ease;
  border-radius: 50%;
}

.scroll-to-top i {
  color: #fff;
}

.scroll-to-top:hover {
  color: #fff;
  background: #3ab54a;
}

.scroll-to-top:hover i {
  color: #fff;
}

.scroll-to-top:visited {
  color: #fff;
  text-decoration: none;
}

.list-style1 li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #f1f1f1;
  padding: 15px 0;
}

.list-style1 li:last-child {
  border-bottom: unset;
  padding-bottom: 0;
}

.list-style2 {
  list-style: none;
  padding-left: 0;
}

.list-style2 li {
  line-height: 18px;
  padding-left: 30px;
  position: relative;
  margin-bottom: 14px;

}

.list-style2 li:last-child {
  margin-bottom: 0;
}

.list-style2 li:before {
  content: "\e64c";
  font-family: "themify";
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
  line-height: 35px;
  color: black;
}

.list-style3 {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list-style3 li {
  position: relative;
  display: flex;
  align-items: center;
  padding: 15px 30px 15px;
  z-index: 1;
}

.list-style3 li+li {
  margin-top: 20px;
}

.list-style3 li:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: -1;
  border-radius: 10px;
}

.butn {
  display: inline-block;
  text-transform: capitalize;
  text-align: center;
  background-color: #0f75bd;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 700;
  line-height: 1;
  padding: 15px 40px !important;
  border-radius: 25px;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}

.butn:hover::before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.butn:before {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  right: 3px;
  bottom: 3px;
  background-color: #fff;
  border-radius: inherit;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.2);
  transition: all ease 0.4s;
}

.butn:hover {
  color: #000000 !important;
}

.butn.secondary {
  background-color: #3ab54a;
}

.butn.secondary:hover,
.butn.secondary:active,
.butn.secondary:focus {
  color: #3ab54a !important;
  background-color: #3ab54a;
}

.butn.white {
  background-color: #f67f21;
  color: #fff !important;
}

.butn.white:hover {
  color: #fff !important;
}

.butn.white:before {
  background-color: #000000;
}

.butn.md {
  padding: 12px 13px !important;
}

.butn.sm {
  padding: 10px 26px !important;
}

.butn-style1 {
  position: relative;
  display: inline-block;
  border: none;
  text-transform: uppercase;
  text-align: center;
  background-color: black;
  color: #fff;
  font-size: 16px !important;
  font-weight: 500;
  line-height: 1;
  padding: 19px 30px !important;
  border-radius: 5px;
  z-index: 1;
  overflow: hidden;
}

.butn-style1:hover,
.butn-style1:active,
.butn-style1:focus {
  color: #fff;
}

.butn-style1:before,
.butn-style1:after {
  width: 101%;
  height: 100%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0%;
  left: 0%;
  background: #3ab54a;
  transition: all ease 0.5s;
  z-index: -1;
  border-radius: inherit;
}

.butn-style1.secondary {
  background-color: #3ab54a;
}

.butn-style1.secondary:before,
.butn-style1.secondary:after {
  background: black;
}

.butn-style1:before {
  transform: rotateX(90deg);
}

.butn-style1:hover:before,
.butn-style1:active:before,
.butn-style1:focus:before {
  transform: rotateX(0);
}

.butn-style1:after {
  transform: rotateY(90deg);
}

.butn-style1:hover:after,
.butn-style1:active:after,
.butn-style1:focus:after {
  transform: rotateY(0);
}

.butn-style1.sm {
  padding: 12px 24px !important;
}

.butn-style1.md {
  padding: 16px 28px !important;
}

.top-bar-info {
  display: inline-block;
  vertical-align: middle;
}

.top-bar-info ul {
  margin-bottom: 0;
}

.top-bar-info li {
  font-weight: 500;
  color: #fff;
  list-style-type: none;
  font-size: 14px;
  padding: 0 5px 0;
  display: inline-block;
  margin-bottom: 0;
}

.top-bar {
  display: block;
  position: relative;
  z-index: 999;
  padding: 7px 0;
}

.top-bar-info li i {
  font-size: 16px;
  color: #fff;
  margin-right: 8px;
  margin-top: 0;
  display: inline-block;
  vertical-align: text-bottom;
}

.top-social-icon {
  padding: 0;
  float: right;
  margin: 0;
}

.top-social-icon li {
  font-size: 14px;
  list-style-type: none;
  float: left;
  text-align: center;
  margin: 0;
  padding: 0 7px;
}

.top-social-icon li:last-child {
  padding-right: 0;
}

.top-social-icon li:last-child a {
  padding-right: 0;
}

.top-social-icon li a {
  color: #fff;
  line-height: 28px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  padding: 0 3px;
}

.top-social-icon li a:hover {
  color: rgba(255, 255, 255, 0.65);
}

.navbar-nav li.current>a,
.navbar-nav li.active>a {
  color: black;
}

.attr-nav>ul>li>a.butn {
  color: #fff;
}

.navbar>ul>li.current>a:after {
  border-color: transparent black black transparent;
}

.menu_area-light .navbar-nav li.current>a,
.menu_area-light .navbar-nav li.active>a {
  color: #fff;
}

.menu_area-light .navbar>ul>li.current>a:after {
  border-color: transparent #fff #fff transparent;
}

.menu_area-light.scrollHeader .navbar-nav li.current>a {
  color: black;
}

.menu_area-light.scrollHeader .navbar-nav li.current>a:hover {
  color: black;
}

.menu_area-light.scrollHeader .navbar-nav li.active>a {
  color: black;
}

.menu_area-light.scrollHeader .navbar>ul>li.current>a:after {
  border-color: transparent black black transparent;
}

@media screen and (min-width: 992px) {

  /*.menu_area-light .navbar ul ul li.active>a,*/
  /*.menu_area-light .navbar-nav li.has-sub a:hover {*/
  /*  color: #000;*/
  /*}*/
.menu_area-light .navbar-nav li.has-sub a:hover{
    color:#fff;
}
.locton h4{
    text-transform: capitalize;
}
.nhg{
    background-color:#f9f9f9 !important;
}
  .menu_area-light .navbar>ul>li.has-sub>a:hover:after {
    border-color: #fff;
  }

  .menu_area-light.scrollHeader .navbar-nav>li.has-sub>a:hover {
    color: black;
  }

  .header-style2.scrollHeader .navbar-nav>li.has-sub>a:hover {
    color: black;
  }

  .header-style2.scrollHeader .navbar-nav>li.has-sub>a:hover:after {
    border-color: transparent black black transparent;
  }

  .header-style2 .navbar>ul>li.has-sub.current>a:hover:after {
    border-color: transparent black black transparent;
  }

  .header-style2.scrollHeader .navbar-nav li.current>a {
    color: black;
  }

  .header-style2.scrollHeader .navbar-nav li.current>a:hover {
    color: black;
  }

  .header-style2.scrollHeader .navbar>ul>li.current>a:after {
    border-color: transparent black black transparent;
  }

  .header-style2 .navbar ul ul li.active>a {
    color: black;
  }

  .header-style2 .navbar-nav li.has-sub a:hover,
  .header-style2 .navbar-nav li.has-sub a:active,
  .header-style2 .navbar-nav li.has-sub a:focus,
  .header-style2 .navbar-nav li.current>a,
  .header-style2 .navbar-nav li.active>a {
    color: black;
  }

  .header-style2 .navbar>ul>li.has-sub>a:hover:after,
  .header-style2 .navbar>ul>li.has-sub>a:active:after,
  .header-style2 .navbar>ul>li.has-sub>a:focus:after {
    border-color: transparent black black transparent;
  }
}

@media screen and (max-width: 991px) {
  .header-style1 .navbar-toggler {
    background: black;

  }

  .slider-cards {
    display: none !important;
  }

  .header-style1 .navbar-toggler:after {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }

  .header-style1 .navbar-toggler:before {
    background: #fff;
  }

  .header-style1 .navbar-toggler.menu-opened:after,
  .header-style1 .navbar-toggler.menu-opened:before {
    background: #fff;
  }
}

.header-style2 .navbar-nav li.current>a {
  color: black;
}

.header-style2 .navbar>ul>li.current>a:after {
  border-color: transparent black black transparent;
}

.header-style2.scrollHeader .navbar-nav li.current>a {
  color: black;
}

.header-style2.scrollHeader .navbar-nav li.current>a:hover {
  color: black;
}

.header-style2.scrollHeader .navbar>ul>li.current>a:after {
  border-color: transparent black black transparent;
}

@media screen and (min-width: 992px) {
  .header-style2 .navbar ul ul li.active>a {
    color: black;
  }

  .header-style2 .butn.secondary:before {
    background: #ffffff;
  }

  .header-style2 .butn.secondary:hover,
  .header-style2 .butn.secondary:focus,
  .header-style2 .butn.secondary:active {
    color: #3ab54a !important;
  }

  .header-style2.scrollHeader .butn.secondary:before {
    background: #fff;
  }

  .header-style2.scrollHeader .butn.secondary:hover,
  .header-style2.scrollHeader .butn.secondary:focus,
  .header-style2.scrollHeader .butn.secondary:active {
    color: #3ab54a !important;
    background: #3ab54a;
  }
}

.slider-fade .owl-item {
  position: relative;
}

.slider-fade h1 {
  margin-bottom: 25px;
  animation-delay: 0.8s;
  color: #fff;
}

.slider-fade h1 span {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
}

.slider-fade p {
  animation-delay: 1.2s;
}

.slider-fade a {
  animation-delay: 1.4s;
}

.slider-fade .small-title {
  position: relative;
  font-weight: 700;
  font-size: 18px;
  display: inline-block;
  margin-bottom: 10px;
  padding-left: 15px;
  color: #ffffff;
  z-index: 9;
}

.slider-fade .small-title:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 3px;
  left: 0;
  top: 0px;
  background: #ffffff;
}

.slider-fade .small-title:before {
  content: "";
  height: 5px;
  width: 2px;
  position: absolute;
  background: #fff;
  top: 8px;
  left: 0;
  z-index: 1;
  transition: all 0.4s ease;
}

.slider-fade.owl-carousel .owl-nav button.owl-prev,
.slider-fade.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  left: 20px;
  margin: 0;
}

.slider-fade.owl-carousel .owl-nav button.owl-prev span,
.slider-fade.owl-carousel .owl-nav button.owl-next span {
  color: #fff;
  font-size: 20px;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  background: #000;
  display: block;
  border-radius: 10px;
  transition: all 0.3s;
}

.slider-fade.owl-carousel .owl-nav button.owl-prev:hover span,
.slider-fade.owl-carousel .owl-nav button.owl-next:hover span {
  background: black !important;
}

.slider-fade.owl-theme .owl-nav [class*="owl-"]:hover {
  background: none;
}

.slider-fade.owl-carousel .owl-nav button.owl-prev {
  top: 44%;
}

.slider-fade.owl-carousel .owl-nav button.owl-next {
  top: 44%;
  right: 20px;
  left: inherit;
}

.slider-fade.owl-theme .owl-nav:hover {
  margin-top: 0;
}

.small-section-title {
  display: inline-block;
  padding: 0 0 0 0.2em;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.333333333;
  letter-spacing: 0.3em;
  background-color: black;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.banner-content {
  position: relative;
}

.banner-content:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: -1;
  border-radius: 25px;
}

.banner-content .small-title {
  position: relative;
  color: black;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 5px;
  z-index: 2;
  display: inline-block;
}

.banner-content .small-title:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 50px;
  left: -7px;
  top: -5px;
  z-index: -1;
  background-color: rgba(254, 124, 0, 0.15);
}

.section-title .sm-title {
  position: relative;
  font-weight: 400;
  font-size: 25px;
  display: inline-block;
  /* margin-bottom: 10px; */
  padding-left: 2px;
  color: #ffffff;
  z-index: 9;

}

.sm-title {
  color: #000 !important;
}

.section-title h2 {
  position: relative;
  z-index: 9;
}

.section-title .sm-title:before {
  content: "";
  height: 5px;
  width: 2px;
  position: absolute;
  background: #f67f21;
  top: 8px;
  left: 0;
  z-index: 1;
  transition: all 0.4s ease;
  /* margin-left: -10px; */
}

.section-title .sm-title {
  position: relative;
  padding-left: 15px;
  /* yahan se gap milega */
}

.section-title .sm-title:after {
  position: absolute;
  content: "";
  height: 90%;
  width: 4px;
  left: 0;
  top: 0;
  background: #f67f21;
}

.section-title.white .sm-title:after {
  background: #fff;
}

.section-title.white .sm-title:before {
  background: black;
}

.section-title02 {
  position: relative;
  z-index: 99;
}

.section-title02 span {
  display: inline-block;
  padding: 0 0 0 0.2em;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.333333333;
  letter-spacing: 0.3em;
  background-color: black;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.section-title03 span {
  position: relative;
  color: black;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 5px;
  z-index: 2;
  display: inline-block;
}

.section-title03 span.white:before {
  background-color: rgba(255, 255, 255, 0.15);
}

.section-title03 span:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 50px;
  left: -7px;
  top: -5px;
  z-index: -1;
  background-color: rgba(254, 124, 0, 0.15);
}

.page-title-section {
  padding: 165px 0 150px 0;
}

.page-title-section h1 {
  font-size: 64px;
  line-height: 1;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  color: #ffffff;
  margin-bottom: 15px;
  position: relative;
  z-index: 9;
}

.pagetitle-lg-title {
  display: block;
  font-size: 105px;
  line-height: 1;
  font-weight: 800;
  color: #ffffff;
  opacity: 0.2;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  margin: 0 0 -58px 0;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}

.page-title-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}

.page-title-section ul li {
  display: inline-block;
}

.page-title-section ul li:last-child {
  color: #ffffff;
  opacity: 0.8;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 1px;
}

.page-title-section ul li:last-child a {
  color: #0f75bd;
  /* opacity: 0.8; */
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 1px;
  background-color: #fff;
  padding: 0px 4px;
  border-radius: 20px;
}

.page-title-section ul li:after {
  content: "\f111";
  font-weight: 700;
  vertical-align: middle;
  color: #fff;
  font-size: 9px;
  font-family: "Font Awesome 6 Free";
  padding: 0 5px 0 10px;
}

.page-title-section ul li:last-child:after {
  content: none;
}

.page-title-section ul li a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 1px;
}

.page-title-section .shape-1 {
  padding: 20px;
  background: #fff;
  z-index: 3;
  bottom: 73px;
  left: 52px;
}

@media screen and (max-width: 1199px) {
  .page-title-section h1 {
    font-size: 52px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 991px) {
  .page-title-section {
    padding: 180px 0 120px 0;
  }

  .page-title-section h1 {
    font-size: 48px;
  }

  .pagetitle-lg-title {
    font-size: 85px;
    margin: 0 0 -48px 0;
  }
}

@media screen and (max-width: 767px) {
  .pagetitle-lg-title {
    font-size: 70px;
  }
}

@media screen and (max-width: 575px) {
  .page-title-section {
    padding: 160px 0 100px 0;
  }
  .menu_area-light .navbar-nav li.current>a,
.menu_area-light .navbar-nav li.active>a {
  color: #000 !important;
}

  .page-title-section h1 {
    font-size: 36px;
  }

  .pagetitle-lg-title {
    font-size: 38px;
    margin: 0 0 -24px 0;
  }
}

.page-title-section2 {
  padding: 150px 0;
}

@media screen and (max-width: 1199px) {
  .page-title-section2 {
    padding: 140px 0;
  }
}

@media screen and (max-width: 991px) {
  .page-title-section2 {
    padding: 130px 0;
  }
}

@media screen and (max-width: 767px) {
  .page-title-section2 {
    padding: 120px 0;
  }
}

@media screen and (max-width: 575px) {
  .page-title-section2 {
    padding: 110px 0;
  }
  a.butn.md.ygyg{
      width:100% !important;
      font-size:13px !important;
  }
  .text-light{
      text-align:left;
  }
  .butn{
      font-size:12px !important;
  }
  .section-title .sm-title{
       font-size:18px !important;
  }
  h2.h1.mb-1-9{
       font-size:14px !important;  
  }
  button.btn.btn-warning.w-50{
        width:100% !important;
  }
  .utey{
      color:#fff !important;
      background-color:#0f75bd;
  }
}
h3 a {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.card-style1 {
  position: relative;
  display: block;
  z-index: 1;
  margin-top: 30px;
  -webkit-box-shadow: 0 0px 10px 0 rgba(23, 44, 82, 0.1);
  border-radius: 25px !important;
}

a.my.butn.md {
  font-size: 13px !important;
}

.boder-1 {
  border-top: 1px solid #0f75bd6e;
}

.card-style1 .card-main-img {
  position: relative;
  display: block;
  z-index: 1;
}

.card-style1 .card-border {
  position: absolute;
  top: -65px;
  left: 50%;
  height: 115px;
  width: 115px;
  border: 2px solid rgba(197, 197, 197, 0.2);
  border-radius: 50%;
  transform: translateX(-50%);
}

.card-style1 .card-icon {
  height: 90px;
  width: 90px;
  background-color: black;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.card-style1 .card-image {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px 10px 0px 0px !important;
  /* border: 2px solid #0f75bd; */
}

.card-style1 .card-image:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgb(0 0 0 / 13%);
  opacity: 1;
  transition: 0.5s;
  transform: perspective(400px) rotateX(-90deg) scale(0.2);
  transform-origin: top;
  z-index: 1;
  border-radius: 10px 10px 0px 0px !important;
}

.card-style1:hover .card-image:before {
  opacity: 1;
  transform: perspective(400px) rotateX(0deg) scale(1);
}

.card-style1 .card-image img {
  width: 100%;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
  margin: auto;
}

.card-style1:hover .card-image img {
  transform: scale(1.1) rotate(2deg);
}

.card-style1 .card-content {
  position: relative;
  display: block;
  background-color: rgb(181 181 181 / 50%);
  text-align: center;
  padding: 8px 30px;
  /* margin-left: 20px;
  margin-right: 20px; */
  /* margin-top: -40px; */
  z-index: 2;
  /* box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.03); */
  border-radius: 0px 0px 10px 10px;
}

.card-style1 .card-content .butn {
  background: transparent !important;
  color: #000 !important;
}

.card-style1 .card-content .butn::before {
  background-color: transparent !important;
}

a.my {
  color: #0f75bd;
}

.card-style02 {
  position: relative;
  display: block;
  overflow: hidden;
}

.card-style02 .card-image {
  position: relative;
  display: block;
  overflow: hidden;
  background: #3ab54a;
  border-radius: 10px;
}

.card-style02 .card-image:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  box-shadow: inset 0px -180px 100px -40px rgba(0, 23, 54, 0.7);
  z-index: 1;
  transition: all 900ms ease;
}

.card-style02:hover .card-image:before {
  opacity: 0;
}

.card-style02 .card-image img {
  width: 100%;
  transition: all 500ms ease;
}

.card-style02:hover .card-image img {
  opacity: 0.1;
}

.card-style02 .card-tag {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 9;
}

.card-style02 .card-tag a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  padding: 4px 19px;
  text-align: center;
  z-index: 1;
  border-top-right-radius: 9px;
  background: #0f75bd;
  border-bottom-left-radius: 10px;
}

.card-style02 .card-tag a i {
  position: relative;
  color: #fff;
  margin-right: 8px;
}

.card-style02 .card-body {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  padding: 20px 30px 33px 30px;
  z-index: 2;
  transition: all 500ms ease;
}

.card-style02:hover .card-body {
  opacity: 0;
}

.card-style02 .card-body .card-list li {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  margin-right: 12px;
  padding-right: 22px;
  color: #fff;
}

.card-style02 .card-body .card-list li a {
  color: #fff;
}

.card-style02 .card-body .card-list li:last-child {
  margin: 0px;
  padding: 0px;
}

.card-style02 .card-body .card-list li:last-child i {
  color: #bfbfcc;
}

.card-style02 .card-body .card-list li:before {
  position: absolute;
  content: "";
  background: black;
  top: 10px;
  right: 0px;
  width: 6px;
  height: 6px;
  z-index: 1;
  border-radius: 5px;
}

.card-style02 .card-body .card-list li:last-child:before {
  display: none;
}

.card-style02 .overlay-box {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  transition: all 500ms ease;
}

.card-style02:hover .overlay-box {
  opacity: 1;
}

.card-style02 .overlay-box .link-btn {
  position: absolute;
  left: 30px;
  bottom: 20px;
  transition: all 500ms ease;
}

.card-style02:hover .overlay-box .link-btn {
  bottom: 30px;
}

.card-style02 .overlay-box .link-btn a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #fff;
}

.card-style-03 {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.card-style-03 .card-price {
  background-color: #3ab54a;
  position: absolute;
  bottom: -50px;
  right: 30px;
  width: 100px;
  color: #fff;
  height: 100px;
  box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.03);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.card-style-03 .price-before {
  position: absolute;
  top: 0;
  left: 0;
  writing-mode: tb-rl;
  background: black;
  padding: 15px 5px;
  color: #fff;
}

.card-style-03 .pricing-shape1 {
  position: absolute;
  top: -10px;
  left: 38px;
  width: 1px;
  height: 50px;
  background-color: black;
  transform: rotate(45deg);
}

.card-style-03 .pricing-shape2 {
  position: absolute;
  top: -19px;
  left: 47px;
  width: 1px;
  height: 91px;
  background-color: black;
  transform: rotate(45deg);
}

.pricing-bg:before {
  content: "";
  height: 470px;
  width: 100%;
  background-color: #f8f9fa;
  position: absolute;
  left: 0;
  top: 0;
}

.card-style-04 {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 0 70px rgba(0, 0, 0, 0.08);
  border: none;
}

.card-style-04 .card-list {
  position: absolute;
  top: 0;
  right: 0px;
}

.card-style-04 .card-list a {
  margin-left: 4px;
  margin-bottom: 4px;
  border-bottom-left-radius: 10px;
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
  background: black;
  padding: 4px 20px;
}

.card-style-04 .card-list a:hover,
.card-style-04 .card-list a:active,
.card-style-04 .card-list a:focus {
  background: #3ab54a;
}

.card-style-04 .blog-img img {
  transition: all 0.3s ease-in-out;
}

.card-style-04:hover .blog-img img {
  transform: scale(1.1);
}

.card-style05 .team-img .social-box {
  position: absolute;
  top: 140px;
  right: 30px;
}

.card-style05 .team-img .social-box li a {
  font-size: 15px;
  width: 35px;
  height: 35px;
  background: #3ab54a;
  display: inline-block;
  text-align: center;
  line-height: 35px;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.card-style05:hover .team-img .social-box li a {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition-delay: 0.3s;
  margin-bottom: 6px;
}

.card-style05:hover .team-img .social-box li:nth-child(2) a {
  transform: translateY(0px);
  transition-delay: 0.25s;
}

.card-style05:hover .team-img .social-box li:nth-child(3) a {
  transform: translateY(0px);
  transition-delay: 0.2s;
}

.card-style05:hover .team-img .social-box li:nth-child(4) a {
  transform: translateY(0px);
  transition-delay: 0.15s;
}

.card-style05 .team-img .social-box li a:hover {
  background: black;
}

.card-style05:hover:before {
  border: 1px solid black;
}

.card-style05 .team-img img {
  transform: scale(1);
  transition: all 0.4s ease-out 0s;
}

.card-style05:hover .team-img img {
  transform: scale(1.08);
}

.card-style06 {
  background: #fff;
  height: 100%;
}

.card-style06 .card-body .card-img {
  position: relative;
  display: inline;
}

.card-style06 .card-body .card-img:before {
  content: "";
  position: absolute;
  background-color: rgba(254, 124, 0, 0.4);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: 10px;
  right: -20px;
}

.card-style06 .card-bg-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #3ab54a;
  background-blend-mode: luminosity;
  opacity: 0.3;
  background-position: center top;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  transition-property: all;
  transform-origin: top;
  transform-style: preserve-3d;
  transform: scaleY(0);
}

.card-style06:hover .card-bg-img {
  transform: scaleY(1);
}

.card.card-style06:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.fullscreen-bg {
  position: absolute;
  top: -15px;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -100;
}

.fullscreen-bg__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-aspect-ratio: 16 / 9) {
  .fullscreen-bg__video {
    height: 300%;
    top: -100%;
  }
}

@media (max-aspect-ratio: 16 / 9) {
  .fullscreen-bg__video {
    width: 300%;
    left: -100%;
  }
}

@supports (-webkit-touch-callout: none) {
  @media (min-aspect-ratio: 16 / 9) {
    .fullscreen-bg__video {
      height: 400%;
      top: -100%;
    }
  }

  @media (max-aspect-ratio: 16 / 9) {
    .fullscreen-bg__video {
      width: 400%;
      left: -100%;
    }
  }
}

.video_btn {
  position: relative;
  height: 80px;
  width: 80px;
  background: black;
  text-align: center;
  display: inline-block;
  line-height: 80px;
  color: #fff;
  border-radius: 50%;
  transition-duration: 0s;
  -ms-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
}

.video_btn:hover i,
.video_btn:focus i {
  color: #fff;
}

.video_btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 80px;
  width: 80px;
  border: 2px solid black;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  opacity: 0.3;
  animation: pulse-border 1500ms ease-out infinite;
}

.video_btn:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 95px;
  width: 95px;
  border: 2px solid black;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  opacity: 0.3;
  animation: pulse-border 1500ms ease-out infinite;
}

.video_btn.small {
  width: 55px;
  height: 55px;
  line-height: 55px;
}

.video_btn.small:after {
  height: 50px;
  width: 50px;
}

.video_btn.small:before {
  height: 65px;
  width: 65px;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@media screen and (max-width: 1199px) {
  .video_btn {
    height: 75px;
    width: 75px;
    line-height: 75px;
  }

  .video_btn:after {
    height: 75px;
    width: 75px;
  }

  .video_btn:before {
    height: 90px;
    width: 90px;
  }
}

@media screen and (max-width: 991px) {
  .video_btn {
    height: 70px;
    width: 70px;
    line-height: 70px;
  }

  .video_btn:after {
    height: 70px;
    width: 70px;
  }

  .video_btn:before {
    height: 85px;
    width: 85px;
  }

  @keyframes pulse-border {
    0% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    }

    100% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.2);
    }
  }
}

@media screen and (max-width: 767px) {
  .video_btn {
    height: 60px;
    width: 60px;
    line-height: 60px;
  }

  .video_btn:after {
    height: 60px;
    width: 60px;
  }

  .video_btn:before {
    height: 75px;
    width: 75px;
  }
}

.lg-backdrop {
  z-index: 99999;
}

.lg-outer {
  z-index: 999999;
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: black;
}

.lg-progress-bar .lg-progress {
  background-color: black;
}

.lg-backdrop.in {
  opacity: 0.85;
}

.portfolio-style01 {
  position: relative;
}

.portfolio-style01 .portfolio-img {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 1.05px solid #0f75bd;
  border-radius: 100%;

}

.portfolio-style01 .left-radius {
  border-radius: 10px 10px 10px 10px;
}

.portfolio-style01 .right-radius {
  border-radius: 10px 10px 10px 10px;
}

.portfolio-style01 .top-radius {
  border-radius: 10px 10px 10px 10px;
}

.portfolio-style01 .portfolio-content,
.portfolio-style01 .portfolio-img img {
  transition: all 0.3s ease-in-out;
}

.portfolio-style01:hover .portfolio-content {
  bottom: 40%;
  opacity: 1;
  visibility: visible;
  left: 10%;
}

.portfolio-style01 .portfolio-content {
  left: 0px;
  /* bottom: -43px; */
  background-color: #fff !important;
  opacity: 0;
  right: 0;
  margin: 0 20px;
  visibility: hidden;
  position: absolute;
  z-index: 2;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 0 70px rgba(0, 0, 0, 0.08);
  transition: all 0.5s ease-in-out;
  width: 60%;
  border: 1px solid #f4010d;
}

.portfolio-content h3 {
  font-size: 10px !important;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .portfolio-style01 .portfolio-content {
    padding: 20px;
  }
}

.pagination {
  border-radius: 0;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}

.pagination ul {
  display: inline-block;
  margin: 0 auto;
  padding: 0;
}

.pagination li {
  display: inline;
  margin-right: 10px;
}

.pagination li:last-child {
  margin-right: 0;
}

.pagination a {
  background: transparent;
  font-weight: 700;
  text-align: center;
  padding: 12px 16px;
  color: #575a7b;
  border: 1px solid #dddddd;
  line-height: 25px;
  display: inline-block;
}

.pagination a:hover,
.pagination a:active,
.pagination a:focus {
  background-color: #3ab54a;
  color: #ffffff;
  box-shadow: none;
}

.pagination .active a {
  background-color: #f7f7f7;
  color: #002147;
  border: 1px solid #dbdbdb;
  cursor: default;
}

@media screen and (max-width: 575px) {
  .pagination li {
    margin-right: 8px;
  }
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 40px;
}

.owl-theme .owl-dots .owl-dot span {
  border-radius: 0;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: black;
}

.owl-carousel .owl-item img {
  width: auto;
  display: inline-block;
  display: flex;
}

.portfolio-carousel2.owl-carousel.owl-theme.it.owl-loaded.owl-drag .owl-carousel .owl-item img {
  margin: auto !important;
}

ul.resp-tabs-list {
  margin-bottom: 15px;
  padding: 0px;
}

.resp-tabs-list li {
  font-weight: 600;
  font-size: 18px;
  display: inline-block;
  padding: 10px 20px;
  /* box-shadow: 0 0 70px rgba(0, 0, 0, 0.08); */
  margin: 0 15px 0 0;
  list-style: none;
  cursor: pointer;
  background: #f67f21;
  color: #fff;
  text-align: left;
  border-radius: 25px;
}

.resp-tabs-list li:last-child {
  margin-right: 0;
}

.resp-tabs-list li i {
  font-size: 24px;
  padding-right: 10px;
  vertical-align: text-bottom;
}

.resp-tabs-container {
  padding: 0px;
  clear: left;
}

.resp-tab-content {
  display: none;
  padding: 10px 0 0 0;
}

.resp-tabs-list li.resp-tab-active {
  margin-bottom: -1px;
  background-color: #0f75bd;
  color: #fff;
  border-radius: 25px;
}

.resp-content-active,
.resp-accordion-active {
  display: block;
}

.resp-tab-content {
  border: none;
  float: left;
  width: 100%;
  box-shadow: none;
  border-radius: 4px;
  background: transparent;
}

h2.resp-accordion {
  cursor: pointer;
  display: none;
  font-size: 18px;
  color: #fff;
  border-top: 0px solid #c1c1c1;
  margin-bottom: 5px;
  padding: 14px 15px;
  float: left;
  width: 100%;
  background: #3ab54a !important;
  border-radius: 0;
}

h2.resp-tab-active {
  border-bottom: 0px solid #c1c1c1 !important;
  background-color: black !important;
  color: #fff;
  margin-bottom: 0;
  border-radius: 0px;
}

h2.resp-tab-title:last-child {
  border-bottom: 12px solid #c1c1c1 !important;
  background: blue;
}

.tab-style1.top-margin {
  margin-top: -55px !important;
}

.resp-vtabs.style1 ul.resp-tabs-list {
  margin-top: -80px;
}

.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 70px 0 rgba(0, 0, 0, 0.1);
  padding: 40px;
  margin-bottom: 0;
}

.resp-vtabs .resp-tabs-list li {
  display: block;
  padding: 18px 20px !important;
  margin: 0 0 25px;
  cursor: pointer;
  float: none;
  font-size: 18px;
  background: rgba(0, 23, 54, 0.1);
  color: #3ab54a;
  border-radius: 0px;
}

.resp-vtabs .resp-tabs-list li:last-child {
  margin-bottom: 0;
}

.resp-vtabs .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  float: left;
  width: 100%;
  clear: none;
  border-radius: 0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.resp-vtabs .resp-tab-content {
  word-wrap: break-word;
  border-radius: 8px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 0;
}

.resp-vtabs li.resp-tab-active {
  position: relative;
  z-index: 1;
  margin-right: -1px !important;
  padding: 18px 20px !important;
  background-color: black;
  color: #fff;
}

.resp-arrow {
  border-color: transparent #fff #fff transparent;
  border-style: solid;
  border-width: 0 2px 2px 0;
  float: right;
  display: block;
  height: 8px;
  transform: rotate(45deg);
  width: 8px;
  margin-top: 7px;
}

h2.resp-tab-active span.resp-arrow {
  border-color: #fff transparent transparent #fff;
  border-style: solid;
  border-width: 2px 0 0 2px;
  float: right;
  display: block;
  height: 8px;
  transform: rotate(45deg);
  width: 8px;
  margin-top: 10px;
}

.resp-easy-accordion h2.resp-accordion {
  display: block;
}

.resp-easy-accordion .resp-tab-content {
  border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
  border-bottom: 1px solid #c1c1c1;
}

.resp-jfit {
  width: 100%;
  margin: 0px;
}

.resp-tab-content-active {
  display: block;
  border-color: #e8e8e8 !important;
}

h2.resp-accordion.resp-tab-active {
  border-color: #e8e8e8 !important;
}

@media screen and (max-width: 991px) {
  .resp-tab-content {
    padding: 40px;
  }

  .tab-style1.top-margin {
    margin-top: 0 !important;
  }

  ul.resp-tabs-list {
    display: none;
  }

  h2.resp-accordion {
    display: block;
  }

  h2.resp-accordion i {
    margin-right: 8px;
    font-size: 20px;
    color: #fff;
    vertical-align: text-bottom;
  }

  .resp-vtabs .resp-tab-content {
    margin-bottom: 5px;
    padding: 30px;
  }

  .resp-vtabs .resp-tab-content:last-child {
    margin-bottom: 0;
  }

  .resp-vtabs .resp-tabs-container {
    border: none !important;
    float: left;
    width: 100%;
    min-height: 100px;
    clear: none;
    background: none;
  }

  .resp-accordion-closed {
    display: none !important;
  }

  .resp-tab-content {
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #eee;
    margin-bottom: 5px;
    padding: 30px;
  }

  .resp-tab-content:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 575px) {

  .resp-vtabs .resp-tab-content,
  .resp-tab-content {
    padding: 20px;
  }
}

.accordion-style .card {
  background: transparent;
  box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.03);
  border: none;
  margin-top: 0 !important;
  border-radius: 0;
}

.accordion-style .card-header {
  border: 0px;
  padding: 0;
  border-bottom: none;
  background: none;
}

.accordion-style .btn-link {
  color: black;
  line-height: 26px;
  position: relative;
  border: none;
  border-bottom: none;
  border-left: none;
  display: block;
  width: 100%;
  text-align: left;
  white-space: normal;
  border-radius: 0;
  padding: 20px 45px 20px 18px;
  font-weight: 600;
  text-decoration: none;
  background-color: #ffffff;
}

.accordion-style .btn-link.collapsed {
  color: #575a7b;
  line-height: 26px;
  position: relative;
  border: none;
  display: block;
  width: 100%;
  text-align: left;
  white-space: normal;
  border: none;
  padding: 20px 45px 20px 18px;
  font-weight: 600;
  text-decoration: none;
  background-color: #fff;
}

.accordion-style .btn-link:hover {
  text-decoration: none;
}

.accordion-style .btn-link.collapsed:after {
  content: "+";
  right: 17px;
  left: inherit;
  font-size: 20px;
  transform: none;
  top: 22px;
  position: absolute;
  color: #212121;
  background-color: transparent;
  border-radius: 0.3rem;
  line-height: 20px;
  width: 25px;
  height: 25px;
  text-align: center;
}

.accordion-style .btn-link:after {
  content: "-";
  right: 17px;
  left: inherit;
  font-size: 20px;
  transform: none;
  top: 20px;
  position: absolute;
  color: black;
  background-color: transparent;
  border-radius: 0.3rem;
  line-height: 22px;
  width: 25px;
  height: 25px;
  text-align: center;
}

.accordion-style .card-body {
  padding: 0px 30px 25px 26px;
  line-height: 24px;
  text-align: left;
  border: none;
  border-left: none;
  background: #fff;
  border-top: none;
}

@media screen and (max-width: 991px) {
  .accordion-style .card-body {
    padding: 10px 25px 30px 25px;
  }
}

.sidebar .widget {
  position: relative;
  display: block;
  background-color: #fff;
}

.sidebar .widget .category-list li {
  display: block;
  position: relative;
}

.sidebar .widget .category-list li:last-child {
  margin-bottom: 0px;
}

.sidebar .widget .category-list li a {
  display: block;
  background-color: transparent;
  padding: 20px 60px 20px 20px;
  margin: 0 0 10px 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  border: 1px solid #ced4da;
  color: #232323;
  border-radius: 10px;
}

.sidebar .widget .category-list li span {
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: #f8f9fa;
  font-size: 13px;
  border-radius: 10px;
  display: inline-block;
  text-align: center;
  color: #232323;
  position: absolute;
  right: 10px;
  top: 11px;
  z-index: 1;
  transition: all ease 0.4s;
}

.sidebar .widget .category-list li a:hover,
.sidebar .widget .category-list li.active a {
  color: #fff;
  border-color: transparent;
  background-color: #0f75bd;
}

.sidebar .widget .input-group-append .butn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  height: 100%;
}

.sidebar .widget .form-control {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.widget-content {
  box-shadow: 0 0 70px rgba(0, 0, 0, 0.08);
  position: relative;
  border-radius: 10px;
  padding: 30px;
}

.blog-tags a {
  background-color: rgba(0, 23, 54, 0.1);
  padding: 9px 14px;
  color: #3ab54a;
  font-size: 14px;
  line-height: 20px;
  margin: 0.6rem 5px 0 0;
  display: inline-block;
  border-radius: 8px;
  vertical-align: top;
}

.blog-tags a:hover,
.blog-tags a:active,
.blog-tags a:focus {
  background-color: black;
  color: #fff;
}

.comment-reply-link {
  color: #3ab54a;
  background: rgba(0, 23, 54, 0.1);
  padding: 5px 18px;
  font-weight: 500;
  border-radius: 4px;
  font-size: 14px;
}

.comment-reply-link:hover,
.comment-reply-link:active,
.comment-reply-link:focus {
  color: #fff;
  background: #3ab54a;
}

.sidebar-banner {
  padding: 145px 0;
  border: 0;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.sidebar-banner:before {
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  transition: all 0.5s linear;
  background: -webkit-linear-gradient(90deg,
      rgba(33, 37, 41, 0.9) 5%,
      transparent 80%);
  opacity: 1;
  border-radius: 10px;
}

.sidebar-banner .content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
}

@media screen and (max-width: 575px) {
  .widget-content {
    padding: 20px;
  }
}

.service-icon {
  height: 70px;
  width: 70px;
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 10px;
  background-color: black;
}

.countdown {
  padding: 0;
}

.countdown li {
  display: inline-block;
  text-align: center;
  overflow: hidden;
  margin: 0 5px;
  position: relative;
}

.countdown li span {
  font-size: 46px;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  line-height: normal;
  height: 140px;
  position: relative;
  width: 140px;
  display: flex;
  border: 1px solid rgba(255, 255, 255, 0.2);
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin: 0 auto 20px auto;
}

.countdown li p.timeRefDays,
.countdown li p.timeRefHours,
.countdown li p.timeRefMinutes,
.countdown li p.timeRefSeconds {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  margin: 0;
  z-index: 2;
  position: relative;
  padding: 0;
  text-transform: capitalize;
}

@media screen and (max-width: 991px) {
  .countdown li span {
    font-size: 36px;
  }
}

@media screen and (max-width: 767px) {
  .countdown li {
    min-width: 180px;
    margin-top: 5px;
  }
}

.modal-backdrop {
  z-index: 99999;
}

.modal {
  z-index: 999999;
}

.bd-example button,
.bd-example a {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.icon-gallery .d-table {
  margin-top: 30px;
}

.icon-gallery .d-table-cell {
  width: 125px;
  height: 125px;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 25px;
  border: 1px solid rgba(0, 0, 0, 0.075);
  vertical-align: middle;
  font-size: 14px;
  transition: all 0.2s ease-in-out;
  padding: 10px;
  background: #fff;
}

.icon-gallery i {
  display: block;
  margin-bottom: 15px;
  font-size: 28px;
  color: black;
}

pre[class*="language-"] {
  max-height: 45vh;
  height: 100%;
  margin: 35px 0 15px 0;
  padding-top: 0;
}

.html-code {
  background-color: #fbfbfb;
  position: relative;
  box-shadow: inset 0 0 0 1px #dde1e6, 0 3px 5px rgba(0, 0, 0, 0.15);
  padding: 30px;
  border-radius: 5px;
  border: 1px solid #ededed;
}

.copy-element {
  position: absolute;
  top: 0;
  right: 85px;
  transition: opacity 0.3s ease-in-out;
  z-index: 1;
}

.source-element {
  position: absolute;
  top: 0;
  right: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 1;
}

.html-code .copy-element {
  top: 15px;
  right: 30px;
}

.html-code:hover .copy-element,
.html-code:hover .source-element {
  opacity: 1;
}

.box-hover:hover .copy-element,
.box-hover:hover .source-element {
  opacity: 1;
}

.copy-element>a,
.source-element>a {
  background: #dde1e6;
  color: #777 !important;
  display: inline-block;
  padding: 5px 15px;
  font-size: 14px;
  text-transform: capitalize;
  border-radius: 5px;
  cursor: pointer !important;
  font-weight: 600;
}

.copy-element>a:hover,
.source-element>a:hover {
  background: black;
  color: #fff !important;
}

.copy-clipboard {
  cursor: pointer;
  padding: 5px 15px;
}

.white-popup-block {
  background-color: #fbfbfb;
  position: relative;
  max-width: 650px;
  box-shadow: inset 0 0 0 1px #dde1e6, 0 3px 5px rgba(0, 0, 0, 0.15);
  padding: 60px 30px 30px 30px;
  border-radius: 5px;
  margin: 40px auto;
  border: 1px solid #ededed;
}

.white-popup-block.popup-copy.mfp-hide {
  display: block !important;
  height: 0;
  position: absolute;
  z-index: -1;
  padding: 0;
  opacity: 0;
  margin: 0;
}

.white-popup-block:before {
  color: rgba(254, 124, 0, 0.2);
  content: "•••";
  font-size: 24px;
  left: 24px;
  letter-spacing: 4px;
  line-height: 12px;
  position: absolute;
  top: 24px;
}

.white-popup-block:hover .copy-element {
  opacity: 1;
}

.white-popup-block .copy-element {
  top: 45px;
  right: 30px;
}

.box-hover {
  position: relative;
}

.box-hover .container {
  position: relative;
}

.inner-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  margin-bottom: 35px;
  padding-bottom: 20px;
}

.inner-title h2 {
  position: relative;
  margin-bottom: 0;
  color: black;
}

@media screen and (max-width: 767px) {
  .elements-block .inner-title {
    margin-bottom: 65px;
  }

  .copy-element,
  .source-element {
    top: 65px;
  }
}

.why-us-block {
  position: relative;
  display: block;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.why-us-block .inner-block {
  position: relative;
  display: inline-block;
  width: 50%;
  float: left;
}

.why-us-block .inner-block .content {
  position: relative;
  display: block;
  background: rgba(255, 255, 255, 0.1);
  text-align: center;
  padding: 40px 15px 38px 15px;
}

.why-us-block .inner-block.color2 .content {
  background: rgba(0, 0, 0, 0.1);
}

.why-us-block .inner-block .content h4 {
  position: relative;
  display: block;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  margin: 0px;
}

.team-style01 {
  position: relative;
  position: relative;
  border: 2px solid #0f75bd;
  border-radius: 8px;
  box-shadow: 0px 0px 5px #d8d8d8;
}


.team-style01 .image {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
}

.team-style01 .image img {
  position: relative;
  width: 100%;
  display: block;
  transition: all 500ms ease;
  object-fit: contain;
}

.team-style01:hover .image img {
  opacity: 0.8;
  transform: scale(1.05, 1.05);
}

.team-style01:hover .social-box {
  bottom: 20px;
}

.team-style01 .social-box {
  position: absolute;
  left: 0px;
  bottom: -80px;
  right: 0px;
  padding: 0;
  text-align: center;
  transition: all 500ms ease;
}

.team-style01 .social-box li {
  position: relative;
  display: inline-block;
  margin-right: 5px;
}

.team-style01 .social-box li:last-child {
  margin-right: 0;
}

.team-style01 .social-box li a {
  position: relative;
  width: 45px;
  height: 45px;
  border-radius: 6px;
  text-align: center;
  line-height: 45px;
  display: inline-block;
  font-size: 16px;
  color: black;
  background-color: #fff;
}

.team-style01 .social-box li a:hover {
  color: #fff;
  background-color: black;
}

.about-style01 .about-img1 {
  border-radius: 10px 10px 100px 100px;
  height: 100%;
  object-fit: cover;
}

.about-style01 .about-img2 {
  border-radius: 10px 10px 10px 10px;
  /* height: 110%; */
  object-fit: cover;
  box-shadow: 0px 10px 12px #0000006b;
}

.yte {
  color: #f67f21;
  font-size: 20px;
}

/* h4.mb-1.gyt {
  position: relative;
  padding-left: 15px;
 
}

h4.mb-1.gyt:after {
  position: absolute;
  content: "";
  height: 90%;
  width: 4px;
  left: 0;
  top: 0;
  background: #f67f21;
} */
.text-primary_icon {
  margin: auto;
  color: #000;
  font-size: 35px;
}

.utre p {
  color: #000;
  font-size: 15px;
  text-align: justify;
}

h2.h1.mb-1-9 {
  font-size: 19px;
  font-weight: 800;
  margin-bottom: 10px;
}

.about-style-02 .about-text {
  padding: 20px 50px 20px 20px;
  transition-duration: 0.3s;
}

.about-style-02 .about-text:hover {
  box-shadow: 4px 4px 36px 0px rgba(0, 0, 0, 0.07);
}

.about-style-02 .about-text i {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 26px;
  background: black;
  display: inline-block;
}

.about-style-02 .line-box1 {
  width: 180px;
  height: 200px;
  position: absolute;
  top: -20px;
  right: 100px;
  z-index: -1;
  border: 3px solid black;
}

.about-style-02 .line-box2 {
  width: 10px;
  height: 70px;
  position: absolute;
  bottom: 0;
  background-color: black;
  left: 30%;
}

.about-style03 .square-shape .shape1 {
  bottom: 36px;
  left: 121px;
  top: inherit;
  right: inherit;
}

.about-style03 .square-shape .shape2 {
  bottom: 70px;
  left: 183px;
  top: inherit;
  right: inherit;
}

.about-style03 .square-shape .shape3 {
  bottom: 99px;
  left: 149px;
  top: inherit;
  right: inherit;
}

.about-style03 .img-01 {
  border-radius: 100% 0 0 100% / 0% 0 50% 50%;
}

.about-style03 .img-02 {
  border-radius: 0% 100% 100% 0% / 0% 50% 0% 100%;
}

.about-style03 .about-text .icon {
  color: black;
  font-size: 18px;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 5px 6px 18px 0px rgba(0, 0, 0, 0.15);
  transition: 0.4s;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  position: relative;
}

.about-style03 .about-text .icon.icon-line:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #d3d3d3;
  bottom: -70px;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
}

.about-style03 .img-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.about-style03 .img-box .img-01,
.about-style03 .img-box .img-02 {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  height: auto;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}

.about-style03 .img-box:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.about-style03 .img-box:hover:before {
  -webkit-animation: circle 0.75s;
  animation: circle 0.75s;
}

@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

@keyframes circle {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

@media screen and (max-width: 575px) {
  .about-style03 .shape1 {
    bottom: 16px;
    left: 30px;
    top: inherit;
    right: inherit;
  }

  .about-style03 .shape2 {
    bottom: 50px;
    left: 91px;
    top: inherit;
    right: inherit;
  }

  .about-style03 .shape3 {
    bottom: 79px;
    left: 58px;
    top: inherit;
    right: inherit;
  }
}

.about-style04 .round-icon {
  position: absolute;
  bottom: 29%;
  text-align: center;
  right: 14%;
  z-index: 999;
  width: 80px;
  height: 80px;
  display: block;
  border-radius: 50%;
  line-height: 80px;
  box-shadow: 0 0 7px 0 rgba(43, 52, 59, 0.08);
  font-size: 30px;
  background: #fff;
}

.about-style04 .round-icon:before {
  height: 130px;
  width: 130px;
  top: -24px;
  right: -24px;
}

.about-style04 .round-icon:after,
.about-style04 .round-icon:before {
  content: "";
  border-radius: 50%;
  border: 2.5px dashed;
  display: inline-block;
  border-color: black !important;
  opacity: 0.2;
  position: absolute;
  animation: spin 10s linear infinite;
}

.about-style04 .round-icon:after {
  height: 180px;
  width: 180px;
  top: -50px;
  right: -50px;
}

@keyframes spin {
  100% {
    transform: rotateZ(360deg);
  }
}

.newsletter-form .quform-elements {
  position: relative;
}

.newsletter-form .quform-submit-inner {
  position: absolute;
  right: 1px;
  top: 1px;
  width: auto;
  background: transparent;
  height: 48px;
}

.newsletter-form .quform-submit-inner .btn {
  padding: 0.5rem 1.15rem;
}

.newsletter-form .quform-loading-wrap {
  margin-top: 15px;
  margin-bottom: 0;
  margin-left: 0;
}

.newsletter-form input {
  border: 1px solid transparent;
  background-color: rgba(255, 255, 255, 0.1);
  height: 52px;
  padding: 0.5rem 4rem 0.5rem 1rem;
  color: #fff;
  border-radius: 10px;
}

.newsletter-form .form-control:focus,
.newsletter-form .form-control:active {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.newsletter-form .quform-has-error input,
.newsletter-form .quform-has-error textarea,
.newsletter-form .quform-has-error select {
  border-color: #f5543f;
}

.newsletter-form .quform-input .quform-errors-wrap {
  right: 15px;
}

.newsletter-form i {
  font-size: 1.2rem;
  line-height: 2rem;
}

.pricing-01 .pricing-tag {
  border-right: 1px solid #dee2e6;
  margin-right: 40px;
  padding: 40px;
}

.pricing-01 .pricing-tag span.tag {
  display: inline-block;
  padding: 0 0 0 0.2em;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.333333333;
  letter-spacing: 0.3em;
  background-color: #3ab54a;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.pricing-01 .pricing-list {
  border-right: 1px solid #dee2e6;
  margin-right: 50px;
}

@media screen and (max-width: 1399px) {
  .pricing-01 .pricing-tag {
    margin-right: 25px;
    padding: 25px;
  }

  .pricing-01 .butn {
    padding: 20px 25px !important;
    font-size: 14px;
  }

  .pricing-01 .pricing-tag span.tag {
    font-size: 12px;
  }
}

@media screen and (max-width: 991px) {
  .pricing-01 .pricing-tag {
    margin-right: 0;
    padding: 0;
    border-right: 0;
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .pricing-01 .pricing-list {
    border-right: 0;
    margin-right: 0;
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}

.team-details-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 30px 0;
  padding: 35px 0;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}

.team-details-social ul {
  margin-left: 30px;
  padding-left: 0;
  margin-bottom: 0;
}

.team-details-social ul li {
  display: inline-block;
  list-style: none;
  margin-right: 10px;
}

.team-details-social ul li:last-child {
  margin: 0;
}

.team-details-social ul li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #fff;
  border: 1px solid #ededed;
  color: #343a40;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.team-details-social ul li a:hover {
  color: #fff;
  border-color: black;
  background: black;
}

.process-style1 .process-icon {
  position: relative;
  z-index: 9;
}

.process-style1 .process-icon .process-img {
  border-style: solid;
  border-width: 8px 8px 8px 8px;
  border-color: #e6e6e6;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  border: 8px solid rgba(238, 238, 238, 0.5);
  padding: 0;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  box-sizing: border-box;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.process-style1 .process-img .tag {
  background-color: #222013;
  color: #fff;
  height: 56px;
  width: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  border-radius: 50%;
  position: absolute;
  line-height: 1;
  bottom: 5px;
  right: -5px;
  transition: all 0.3s ease-in-out;
}

.process-style1 .arrow {
  position: absolute;
  top: 50px;
  right: -66px;
  z-index: 0;
}

@media screen and (max-width: 991px) {
  .process-style1 .arrow {
    display: none;
  }
}

.process-style2 .process-box .inner-box {
  width: 160px;
  height: 160px;
  background: rgba(254, 124, 0, 0.1);
  border-radius: 50%;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  margin-bottom: 30px;
}

.process-style2 .process-box .inner-box .process-img {
  text-align: center;
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 1;
}

.process-style2 .process-box .inner-box .process-img img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.process-style2 .process-box .inner-box .process-no {
  width: 55px;
  height: 55px;
  line-height: 55px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  right: 20px;
  bottom: 10px;
  box-shadow: 0px 5px 18.8px 1.2px rgba(99, 102, 187, 0.1);
  z-index: -1;
}

.process-style2 .process-box .inner-box .process-no span {
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #3ab54a;
}

.process-style2 .process-box.odd .inner-box .process-img {
  right: 20px;
  bottom: 15px;
  top: unset;
  left: unset;
}

.process-style2 .process-box.odd .inner-box .process-no {
  left: 15px;
  top: 15px;
  bottom: unset;
}

.process-style2 .process-box .inner-box:before {
  position: absolute;
  content: "";
  height: 180px;
  top: -10px;
  text-align: center;
  left: -10px;
  border-radius: 50%;
  width: 180px;
  border: 3px dashed rgba(0, 23, 54, 0.1);
  transition: all 0.3s ease-in-out;
}

.process-style2 .process-box:hover .inner-box:before {
  border-color: #fbb12e;
  animation: rotated 10s infinite linear;
}

@-webkit-keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.testimonial-style1 .icon {
  position: absolute;
  right: 26px;
  top: -23px;
  font-size: 48px;
  color: black;
  transform: rotate(180deg);
}

.testimonial-style1 .testi-text {
  position: relative;
  padding: 32px 30px 15px 35px;
  margin-left: 22px;
  margin-top: -22px;
  background-color: #fff;
  border-bottom: 5px solid transparent;
  border-radius: 0 8px 8px 8px;
  box-shadow: 0 17px 27px rgba(96, 96, 96, 0.13);
  transition: all 0.5s linear 0s;
}

.testimonial-style1 .testi-text:before {
  content: "";
  position: absolute;
  left: 0;
  top: -27px;
  width: 28px;
  height: 28px;
  background-color: #fff;
  clip-path: polygon(0 0, 0 100%, 100% 100%);
}

.testimonial-carousel2 .owl-nav {
  text-align: right;
}

.testimonial-carousel2 .owl-nav .owl-prev span,
.testimonial-carousel2 .owl-nav .owl-next span {
  box-shadow: -1px 0px 8px 0px rgba(0, 0, 0, 0.15);
  background-color: #3ab54a;
  color: #fff;
  font-size: 18px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  transition: 0.4s;
}

.testimonial-carousel2 .owl-nav .owl-prev:hover span,
.testimonial-carousel2 .owl-nav .owl-next:hover span {
  background-color: #fff;
  color: #3ab54a;
}

@media screen and (max-width: 767px) {
  .testimonial-carousel2 .owl-nav {
    bottom: -50px;
  }

  .testimonial-carousel2 .owl-nav .owl-prev span,
  .testimonial-carousel2 .owl-nav .owl-next span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
  }
}

.error-text {
  font-size: 180px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .error-text {
    font-size: 130px;
  }
}

@media screen and (max-width: 575px) {
  .error-text {
    font-size: 100px;
  }
}

.progress-style1 .progress {
  height: 8px;
}

.progress-style1 .progress .progress-bar {
  background-color: black;
}

.progress-style2 .progress-info span {
  position: absolute;
  top: 23px;
  left: -20px;
  background: #3ab54a;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  color: #fff;
}

.square-shape .shape1 {
  position: absolute;
  width: 47px;
  height: 47px;
  background-color: black;
  top: 156px;
  left: 81px;
}

.square-shape .shape2 {
  position: absolute;
  width: 26px;
  height: 26px;
  background-color: #414141;
  top: 190px;
  left: 143px;
}

.square-shape .shape3 {
  position: absolute;
  width: 19px;
  height: 19px;
  background-color: #e8e7eb;
  top: 219px;
  left: 109px;
}

.square-shape.right .shape1 {
  bottom: 156px;
  right: 81px;
  top: inherit;
  left: inherit;
}

.square-shape.right .shape2 {
  bottom: 190px;
  right: 143px;
  top: inherit;
  left: inherit;
}

.square-shape.right .shape3 {
  bottom: 219px;
  right: 109px;
  top: inherit;
  left: inherit;
}

@media screen and (max-width: 1199px) {
  .square-shape .shape1 {
    top: 106px;
  }

  .square-shape .shape2 {
    top: 140px;
  }

  .square-shape .shape3 {
    top: 169px;
  }

  .square-shape.right .shape1 {
    bottom: 156px;
    right: 81px;
    top: inherit;
    left: inherit;
  }

  .square-shape.right .shape2 {
    bottom: 190px;
    right: 143px;
    top: inherit;
    left: inherit;
  }

  .square-shape.right .shape3 {
    bottom: 219px;
    right: 109px;
    top: inherit;
    left: inherit;
  }
}

@media screen and (max-width: 991px) {
  .square-shape .shape1 {
    top: 66px;
    left: 41px;
  }

  .square-shape .shape2 {
    top: 100px;
    left: 103px;
  }

  .square-shape .shape3 {
    top: 129px;
    left: 69px;
  }

  .square-shape.right .shape1 {
    bottom: 66px;
    right: 41px;
    top: inherit;
    left: inherit;
  }

  .square-shape.right .shape2 {
    bottom: 100px;
    right: 103px;
    top: inherit;
    left: inherit;
  }

  .square-shape.right .shape3 {
    bottom: 129px;
    right: 69px;
    top: inherit;
    left: inherit;
  }
}

.zoom-in-out-circle {
  width: 25px;
  height: 25px;
  border-radius: 50px;
  background-color: rgba(254, 124, 0, 0.15);
  animation: zoom-in-zoom-out 3s ease infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.5, 1.5);
  }

  100% {
    transform: scale(1, 1);
  }
}

.image-oval {
  position: relative;
  overflow: hidden;
}

.image-oval:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}

.image-oval:hover:before {
  -webkit-animation-duration: 0.95s;
  animation-duration: 0.95s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  -webkit-animation-name: circle;
  animation-name: circle;
}

@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

@keyframes circle {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

.before-after {
  margin-bottom: -90px;
  position: relative;
  z-index: 9;
}

.before-after .container {
  position: relative;
  max-width: 100%;
  height: 600px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.before-after .container .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 1296px 100%;
}

.before-after .container .foreground-img {
  width: 49.5%;
}

.before-after .foreground-img:after {
  content: "Before";
  position: absolute;
  top: 270px;
  left: 0;
  transform: rotate(-90deg);
  border: 1px solid #fff;
  z-index: 9;
  color: #fff;
  padding: 10px;
  width: 80px;
  text-align: center;
}

.img.background-img:after {
  content: "After";
  position: absolute;
  z-index: 9;
  right: 0;
  top: 270px;
  color: #fff;
  border: 1px solid #fff;
  padding: 10px;
  transform: rotate(90deg);
  width: 80px;
  text-align: center;
}

.before-after .container .ab-slider {
  position: absolute;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  outline: none;
  margin: 0;
  transition: all 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.before-after .container .ab-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 6px;
  height: 600px;
  background: white;
  cursor: pointer;
}

.before-after .container .ab-slider::-moz-range-thumb {
  width: 6px;
  height: 600px;
  background: white;
  cursor: pointer;
}

.before-after .container .ab-slider-button {
  pointer-events: none;
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: white;
  left: calc(50% - 18px);
  top: calc(50% - 18px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.before-after .container .ab-slider-button:after {
  content: "";
  padding: 3px;
  display: inline-block;
  border: solid #5d5d5d;
  border-width: 0 2px 2px 0;
  transform: rotate(-45deg);
}

.before-after .container .ab-slider-button:before {
  content: "";
  padding: 3px;
  display: inline-block;
  border: solid #5d5d5d;
  border-width: 0 2px 2px 0;
  transform: rotate(135deg);
}

.right-container {
  position: relative;
  z-index: 1;
  border-bottom-left-radius: 0.35rem;
  border-top-left-radius: 0.35rem;
}

.right-container:before {
  position: absolute;
  left: 0;
  right: inherit;
  top: 0;
  height: 100%;
  width: 1600px;
  background-color: #3ab54a;
  content: "";
  z-index: 1;
}

.client-style1 {
  transition: 0.4s;
}

.client-style1 img {
  transition: 0.3s;
}

.client-style1 .image-wrapper {
  overflow: hidden;
  position: relative;
  z-index: 1;
  max-width: 225px;
  margin: 0 auto;
  border-radius: inherit;
}

.client-style1 .image-wrapper>img {
  margin: 0 auto;
  border-radius: inherit;
}

.client-style1 .hover-image {
  display: block;
  transform: translateY(-100%);
  opacity: 0;
  display: none;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  visibility: hidden;
}

.client-style1 .image-wrapper:hover .hover-image {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
}

.client-style1 .image-wrapper:hover .hover-image+.main-image {
  opacity: 0;
  transform: translateY(100%);
}

.form-group {
  margin-bottom: 1rem;
}

.form-group label {
  margin-bottom: 0.5rem;
}

.form-control:focus {
  border-color: black;
}

.form-check-input:checked {
  border-color: black;
  background-color: black;
}

.quform-input {
  position: relative;
}

.quform-input .quform-errors-wrap {
  position: absolute;
  right: 8px;
  top: 0;
  line-height: normal;
  z-index: 1;
}

.quform-element>label {
  font-weight: 600;
  padding-bottom: 5px;
  margin-bottom: 0;
  color: #6a747b;
  font-size: 15px;
}

.quform-element>label .quform-required {
  color: #cc0101;
  font-size: 10px;
}

.quform-inner input {
  width: 100%;
}

.quform-elements .quform-element textarea {
  margin-bottom: 0;
  padding: 8px 15px;
  vertical-align: top;
}

.quform-elements .quform-element select {
  margin-bottom: 0;
  padding: 8px 35px 8px 15px;
}

.quform-errors {
  padding: 0;
  margin: 0;
  line-height: normal;
}

.quform-errors>.quform-error {
  padding: 0;
  background: none;
  border: none;
  float: none;
  color: #f5543f;
  font-size: 11px;
  line-height: normal;
  letter-spacing: normal;
}

.quform-outer-no-js .quform-error {
  padding: 0;
  background: none;
  border: none;
  float: none;
  color: #f5543f;
  font-size: 11px;
  line-height: normal;
  letter-spacing: normal;
}

.quform-outer-no-js .quform-success-message {
  padding: 0.75rem 1.25rem 0.75rem 3rem;
}

.quform-has-error input,
.quform-has-error textarea,
.quform-has-error select,
.quform-has-error input[type="file"],
.quform-has-error .custom-file-label {
  border-color: #f5543f;
}

.quform-success-message {
  padding: 0.75rem 1.25rem 0.75rem 3rem;
}

.quform-submit-inner {
  float: none;
}

.quform-loading-wrap {
  float: none;
}

.quform-loading-wrap .quform-loading {
  display: inline-block;
}

.quform-element {
  margin-bottom: 1rem;
}

.social-icon-style1 {
  margin-bottom: 0;
  display: inline-block;
  padding-left: 0px;
  list-style: none;
}

.social-icon-style1 li {
  vertical-align: middle;
  display: inline-block;
  margin-right: 5px;
}

.social-icon-style1 li a {
  display: inline-block;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  height: 40px;
  line-height: 40px;
  width: 40px;
  border-radius: 10px;
}

.social-icon-style1 li a:hover {
  background: black;
}

.social-icon-style1 li:last-child {
  margin-right: 0;
}

.social-icon-style2 {
  margin-bottom: 0;
  display: inline-block;
  padding-left: 10px;
  list-style: none;
}

.social-icon-style2 li {
  vertical-align: middle;
  display: inline-block;
  margin-right: 5px;
}

.social-icon-style2 li a {
  display: inline-block;
  font-size: 14px;
  text-align: center;
  color: #fff;
  background: black;
  height: 41px;
  border-radius: 8px;
  line-height: 42px;
  width: 41px;
}

.social-icon-style2 li a:hover {
  background: #3ab54a;
  color: #fff;
}

.social-icon-style2 li:last-child {
  margin-right: 0;
}

.social-icon-style2 li a.small {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 11px;
}

.social-icon-style2.small li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
}

@media screen and (max-width: 991px) {
  .social-icon-style2.small li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}

.social-icon-style3 {
  margin-bottom: 0;
  display: inline-block;
  padding-left: 0px;
  list-style: none;
}

.social-icon-style3 li {
  vertical-align: middle;
  display: inline-block;
  margin-right: 5px;
}

.social-icon-style3 li a {
  display: inline-block;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  background: #3ab54a;
  border-radius: 8px;
  height: 40px;
  line-height: 40px;
  width: 40px;
}

.social-icon-style3 li a:hover {
  background: black;
}

.social-icon-style3 li:last-child {
  margin-right: 0;
}

.vision-wrapper {
  overflow: hidden;
  height: 550px;
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  z-index: 99;
}

.vision-changebg[data-overlay-dark]:before,
.vision-changebg[data-overlay-light]:before {
  z-index: -1;
}

.vision-content {
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -50px;
  width: 100%;
  padding: 25px;
  transition: all 0.3s;
  z-index: 9;
}

.vision-wrapper:hover .vision-content {
  bottom: 10px;
}

.vision-content p {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease 0.1s;
}

.vision-wrapper:hover .vision-content p,
.vision-wrapper:hover .vision-content a {
  visibility: visible;
  opacity: 1;
}

.vision-changebg.owl-theme .owl-nav {
  margin-top: 0;
}

.vision-changebg.owl-theme .owl-dots .owl-dot span {
  background: rgba(255, 255, 255, 0.85);
}

.vision-changebg .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 35%;
  height: 55px;
  width: 55px;
  background: #fff !important;
  opacity: 1;
  border-radius: 25px;
  line-height: 3rem !important;
  font-size: 18px !important;
  transition: all 0.3s ease;
}

.vision-changebg .owl-nav .owl-next:hover {
  background: #3ab54a !important;
}

.vision-changebg .owl-nav .owl-next:hover span {
  color: #fff;
}

.vision-changebg .owl-nav .owl-next span {
  color: #3ab54a;
  font-size: 24px;
  line-height: 55px;
  transition: all 0.3s ease;
}

.vision-changebg .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 35%;
  height: 55px;
  width: 55px;
  background: #fff !important;
  opacity: 1;
  border-radius: 25px;
  line-height: 3rem !important;
  font-size: 18px !important;
  transition: all 0.3s ease;
}

.vision-changebg .owl-nav .owl-prev:hover {
  background: #3ab54a !important;
}

.vision-changebg .owl-nav .owl-prev span {
  color: #3ab54a;
  font-size: 24px;
  line-height: 55px;
  transition: all 0.3s ease;
}

.vision-changebg .owl-nav .owl-prev:hover span {
  color: #fff;
}

.vision-changebg.owl-carousel.owl-theme .owl-dots {
  position: absolute;
  bottom: 80px;
  width: 100%;
  margin: 0;
  left: 0;
}

@media screen and (min-width: 992px) {
  .vision-wrapper {
    background-image: none !important;
  }

  .vision-content p {
    height: 70px;
  }

  .vision-wrapper:hover .vision-content p {
    height: auto;
  }
}

@media screen and (max-width: 1399px) {
  .vision-wrapper {
    height: 500px;
  }

  .vision-content {
    bottom: -70px;
  }
}

@media screen and (max-width: 1199px) {
  .vision-wrapper {
    height: 450px;
  }

  .vision-content {
    bottom: -70px;
    padding: 15px;
  }
}

@media screen and (max-width: 991px) {
  .vision-wrapper {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .vision-content {
    bottom: -50px;
  }

  .vision-wrapper .vision-content {
    bottom: 10px;
  }

  .vision-content p {
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (max-width: 575px) {
  .vision-wrapper {
    height: 400px;
  }
}

.search-form_input {
  color: black;
}

.search-frame h4 a:hover {
  color: black;
}

.search-frame .search_list .match {
  color: black;
}

.search-frame .search_list li:before {
  color: black;
}

.search-frame .search_list li+li {
  border-top: 3px solid black;
}

.search-frame .search {
  color: black;
}

.contact-map {
  width: 100%;
  height: 400px;
  vertical-align: top;
  border: 0;
}

.call-to-action1 .shape1 {
  position: absolute;
  top: -184px;
  left: 230px;
  width: 105px;
  height: 812px;
  background-image: -moz-linear-gradient(90deg,
      rgba(255, 255, 255, 0) 0%,
      #fff 100%);
  background-image: -webkit-linear-gradient(90deg,
      rgba(255, 255, 255, 0) 0%,
      #fff 100%);
  background-image: -ms-linear-gradient(90deg,
      rgba(255, 255, 255, 0) 0%,
      #fff 100%);
  background-color: transparent;
  transform: rotate(45deg);
  mix-blend-mode: soft-light;
  z-index: 1;
}

.calltoaction-style01.overlay:before {
  background: rgba(247, 247, 247, 0.76);
  background: linear-gradient(-90deg, transparent, transparent, #f7f7f7 75%);
}

.page-navigation {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}

.prev-page,
.next-page {
  position: relative;
  width: 50%;
  max-width: 350px;
  margin: 10px;
}

.prev-page:before,
.next-page:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 0 rgba(34, 35, 40, 0);
  transform: scale(1.04, 1.12);
  transition: 0.3s ease-in-out;
  pointer-events: none;
}

.prev-page .page-info>a,
.next-page .page-info>a {
  display: flex;
  align-items: center;
  position: relative;
  padding: 16px 20px;
  min-height: 110px;
  transition: 0.8s;
}

.prev-page .page-info .image-prev,
.prev-page .page-info .image-next {
  position: relative;
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  vertical-align: middle;
  border-radius: 10px;
  transition: inherit;
  overflow: hidden;
}

.next-page .page-info .image-prev,
.next-page .page-info .image-next {
  position: relative;
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  vertical-align: middle;
  border-radius: 10px;
  transition: inherit;
  overflow: hidden;
}

.prev-page .page-info .prev-title,
.prev-page .page-info .next-title {
  display: inline-block;
  position: relative;
  max-width: 220px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  word-wrap: break-word;
  vertical-align: middle;
  transition: 0.45s;
}

.next-page .page-info .prev-title,
.next-page .page-info .next-title {
  display: inline-block;
  position: relative;
  max-width: 220px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  word-wrap: break-word;
  vertical-align: middle;
  transition: 0.45s;
}

.prev-page .page-info .prev-title:empty,
.prev-page .page-info .next-title:empty {
  display: none;
}

.next-page .page-info .prev-title:empty,
.next-page .page-info .next-title:empty {
  display: none;
}

.prev-page:hover:before,
.next-page:hover:before {
  background-color: white;
  transform: scale(1);
  box-shadow: 0 10px 30px 0 rgba(34, 35, 40, 0.1);
}

.prev-page a {
  justify-content: flex-start;
  text-align: left;
}

.prev-page a:hover .image-prev:after {
  visibility: visible;
  opacity: 1;
}

.prev-page a:hover .image-prev:before {
  visibility: visible;
  opacity: 1;
  margin-left: 0;
}

.prev-page .image-prev {
  margin-right: 20px;
}

.prev-page .image-prev:after {
  background-color: black;
}

.next-page .image-next:after {
  background-color: black;
}

.prev-page .image-prev:before {
  display: block;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  margin-left: 20px;
  content: "\e64a";
  font-family: "themify";
  font-size: 21px;
  line-height: 70px;
  color: #fff;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
}

.prev-page .image-prev:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
}

.next-page {
  margin-left: auto;
}

.next-page a {
  justify-content: flex-end;
  text-align: right;
}

.next-page a:hover .image-next:after {
  visibility: visible;
  opacity: 1;
}

.next-page a:hover .image-next:before {
  visibility: visible;
  opacity: 1;
  margin-right: 0;
}

.next-page .image-next {
  margin-left: 20px;
}

.next-page .image-next:before {
  display: block;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  margin-right: 20px;
  content: "\e64a";
  font-family: "themify";
  font-size: 21px;
  line-height: 70px;
  color: #fff;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
  transform: scaleX(-1);
}

.next-page .image-next:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
}

.next-page .next-title {
  text-align: right;
}

.prev-link-page-info>span,
.next-link-page-info>span {
  display: block;
}

.prev-link-page-info .date-details,
.next-link-page-info .date-details {
  font-size: 14px;
  letter-spacing: 0.025em;
  line-height: 20px;
  margin-bottom: -2px;
}

.prev-link-page-info .date-details>div,
.prev-link-page-info .date-details>span {
  line-height: inherit;
  transition: 0.45s;
  font-weight: 500;
}

.next-link-page-info .date-details>div,
.next-link-page-info .date-details>span {
  line-height: inherit;
  transition: 0.45s;
  font-weight: 500;
}

.prev-link-page-info .date-details:only-child,
.next-link-page-info .date-details:only-child {
  margin-top: 0;
}

@media screen and (max-width: 767px) {

  .prev-page,
  .next-page {
    width: calc(100% - 20px);
    max-width: unset;
  }

  .prev-page+.next-page {
    margin-top: 0;
  }

  .page-navigation {
    flex-direction: column;
  }
}

@media screen and (max-width: 575px) {

  .prev-page .page-info>a,
  .next-page .page-info>a {
    padding: 10px;
  }

  .prev-page .page-info .prev-title,
  .prev-page .page-info .next-title {
    max-width: 168px;
  }

  .next-page .page-info .prev-title,
  .next-page .page-info .next-title {
    max-width: 168px;
  }
}

.left-img-block {
  position: absolute;
  top: -25px;
  bottom: -1px;
  left: 0;
  max-width: 384px;
  width: 100%;
}

.left-img-block:before {
  position: absolute;
  top: 0;
  right: -16px;
  content: "";
  border-left: 9px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 25px solid #232323;
  z-index: 2;
  transform: rotate(-1deg);
}

.left-img {
  clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

@media screen and (max-width: 1399px) {
  .left-img-block {
    display: none;
  }
}

footer {
  background: #fff;
}

.footer-logo {
  max-width: 214px;
  width: 100%;
  display: inline-block;
}

.footer-logo>a {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  footer {
    padding-top: 60px;
  }
}

.footer-link li a {
  color: #fff;
}

.footer-link li a:hover {
  color: black;
}

.buy-theme {
  transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  position: fixed;
  top: 150px;
  right: -89px;
  background: black;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 9999;
}

.buy-theme i {
  font-size: 16px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  color: #fff;
}

.all-demo i {
  font-size: 15px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  color: #fff;
}

.buy-theme:hover,
.all-demo:hover {
  transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  right: 0px;
  background: black;
}

.all-demo:hover {
  background: black;
}

.buy-theme span,
.all-demo span {
  padding: 0 9px;
  position: relative;
  top: 0;
  opacity: 0;
}

.buy-theme:hover span,
.all-demo:hover span {
  opacity: 1;
  color: #fff;
}

.buy-theme:hover i,
.all-demo:hover i {
  color: #fff;
}

.buy-theme a,
.all-demo a {
  color: #232323;
  font-size: 10px;
  text-transform: uppercase;
  padding: 5px 10px;
  display: block;
  text-decoration: none;
  font-weight: 500;
}

.all-demo {
  transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  position: fixed;
  top: 185px;
  right: -105px;
  background: black;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 9999;
}


iframe {
  width: 300px !important;
  height: 180px !important;
}

.text-light li:hover {
  color: #0f75bd;
}

.call-btn img {
  height: 45px;
  width: 45px;
  position: fixed;
  left: 30px;
  bottom: 70px;
  z-index: 9999;
}

.whatsapp-link img {
  height: 45px;
  width: 45px;
  position: fixed;
  left: 30px;
  bottom: 20px;
  z-index: 9999;
}

@media only screen and (max-width: 600px) {
  .butn {
    display: inline-block;
    text-transform: capitalize;
    text-align: center;
    background-color: #0f75bd;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 700;
    line-height: 1;
    padding: 20px 40px !important;
    border-radius: 25px;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    margin: auto;
  }
}


/* Design Project Items */

.project-container {
  padding: 20px 15px;
  box-shadow: 0px 0px 3px 0px #8a8a8aa3;
  border-radius: 10px;
  transition: all 0.3s;
}

.project-items .img-container {
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
}

.project-items .img-container img {
  transition: all 0.9s;
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.project-items .img-container img:hover {
  transform: scale(1.2);
}


.project-items .enquiry {
  text-align: center;
}

.project-container:hover {
  box-shadow: 0px 0px 7px 0px #8a8a8aa3;
}

footer p {
  margin: 0 !important;
  font-size: 14px;
}

h2.display-16.display-sm-13.display-md-10.display-lg-8.display-xl-6.mb-1-9.text-white {
  /* color: #000 !important; */
  font-size: 35px;
}


.row.border-lg-top {
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-style1 button {
  background-color: #3ab54a;
  border: 1px solid #3ab54a;
}

.card-style1 button:hover {
  background-color: #212529 !important;
  border: 1px solid #212529 !important;
}

.my-color {
  background-color: #212529 !important;
  border: 1px solid #212529 !important;
}

.my-color:hover {
  background-color: #3ab54a !important;
  border: 1px solid #3ab54a !important;
}

.section-title.mb-1-9.mb-md-6.text-center.wow.fadeIn h2 {
  color: #0f75bd;
}

.row.gx-xxl-5.mt-n1-9 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.butn-white-u {

  color: #000 !important;

  transition: 1s all;
}

table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td,
th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  /*background-color: #dddddd;*/
}

.ps-lg-2-3.buy {
  margin-top: 0 !important;
}

section.bgy {
  padding-bottom: 60px;
}

.service {
  position: relative;
  overflow: hidden;
  padding: 80px 0;
}

/* TOP RIGHT - BLUE */
.service::before {
  content: '';
  position: absolute;
  width: 420px;
  height: 420px;
  right: -120px;
  top: -120px;
  background: radial-gradient(circle, rgb(0 147 255 / 35%), transparent 70%);
  border-radius: 50%;
  animation: zoomOut 8s ease-in-out infinite;
  z-index: 99;
  border: 2px solid #5a5a5a00;
}

/* BOTTOM LEFT - GREEN */
.service::after {
  content: '';
  position: absolute;
  width: 350px;
  height: 350px;
  left: -100px;
  bottom: -100px;
  background: radial-gradient(circle, rgba(60, 179, 113, 0.35), transparent 70%);
  border-radius: 50%;
  animation: zoomOut 10s ease-in-out infinite;
  z-index: 0;
  border: 2px solid #5a5a5a00;
}

/* EXTRA OPTIONAL - ORANGE (ADD THIRD LAYER) */
.service .circle-orange {
  position: absolute;
  width: 300px;
  height: 300px;
  left: 30%;
  top: 20%;
  background: radial-gradient(circle, rgba(255, 140, 0, 0.3), transparent 70%);
  border-radius: 50%;
  animation: zoomOut 12s ease-in-out infinite;
  z-index: 0;
}

/* ZOOM OUT */
@keyframes zoomOut {
  0% {
    transform: scale(0.5);
    opacity: 0.6;
  }

  50% {
    transform: scale(1.2);
    opacity: 0.3;
  }

  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}

/* VIDEO BACKGROUND */
.bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* OVERLAY */
.video-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

/* CLICK AREA */
.video-link {
  position: absolute;
  inset: 0;
  z-index: 2;
}

/* CONTENT ABOVE */
.item .container {
  position: relative;
  z-index: 3;
}

/* RESPONSIVE */
.slider-02-media {
  display: none;
}

@media (max-width: 768px) {
  .slider-02-pc {
    display: none;
  }

  .slider-02-media {
    display: block;
  }
}

/* SECTION */
.project-section {
  background: #f5f7fa;
  padding: 30px 0;
}

/* TITLE */
.main-title {
  font-size: 34px;
  font-weight: 400;
}

.sub-title {
  max-width: 90%;
  margin: auto;
  color: #6c757d;
  text-align: center;
}

p.sub-title.knjhb {
  text-align: center;
}

/* CARD */
.project-card {
  background: #fff;
  border-radius: 15px;
  padding: 25px 15px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}

.project-card:hover {
  transform: translateY(-8px);
}

/* IMAGE */
.project-card img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  /* border-radius: 50%; */
  margin-bottom: 10px;
}

/* TEXT */
.project-card h5 {
  font-weight: 600;
  margin-bottom: 5px;
}

.project-card p {
  font-size: 14px;
  color: #6c757d;
  text-align: center;
  margin-bottom: 0;
}

/* CARD WRAPPER */
.flip-card {
  width: 100%;
  height: 276px;
  perspective: 1000px;

}

/* INNER */
.flip-inner {
  width: 100%;
  height: 100%;
  position: relative;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

/* HOVER FLIP */
.flip-card:hover .flip-inner {
  transform: rotateY(180deg);
}

/* FRONT & BACK */
.flip-front,
.flip-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

/* IMAGE */
.flip-front img,
.flip-back img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 10px;
}

/* BACK SIDE */
.flip-back {
  transform: rotateY(180deg);
}

.client-section {
  background: #fff;
}

.client-title {
  font-size: 38px;
  font-weight: 500;
  color: #000;
}

.client-box {
  margin-bottom: 30px;
  position: relative;
}

.client-top {
  gap: 20px;
  margin-bottom: -20px;
  position: relative;
  z-index: 2;
}

.client-img {
  width: 90px !important;
  height: 90px;
  object-fit: cover;
  border: 1px solid #f4a100;
  border-radius: 50%;
}

.client-top h5 {
  font-size: 34px;
  font-weight: 500;
  color: #000;
}

.client-content {
  background: #f3f3f3;
  padding: 40px 35px;
  border-radius: 10px;
  margin-left: 25px;
  max-width: 100%;
  position: relative;
}

.quote-icon {
  position: absolute;
  top: -25px;
  right: 25px;
  font-size: 80px;
  color: #000;
  font-weight: 700;
  line-height: 1;
}

.client-content p {
  font-size: 16px;
  line-height: 2;
  color: #2d3b63;
  margin: 0;
}

.contact-form-box label {
  font-weight: 700;
  margin-bottom: 8px;
  color: #fff;
  display: block;
}

.contact-form-box .form-control {
  height: 46px;
  border: 1px solid #cfcfcf;
  border-radius: 0;
  box-shadow: none;
  border-radius: 10px;
}

.contact-form-box textarea.form-control {
  height: auto;
}

button.btn.btn-warning.w-50 {
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-warning {
  position: relative;
  overflow: hidden;
  height: 48px;
  font-weight: 700;
  color: #fff;
  background-color: #f67f21;
  border: none;
  z-index: 1;
  margin: auto;
}

.btn-warning::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  right: 3px;
  bottom: 3px;
  background-color: #fff;
  border-radius: inherit;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.2);
  transition: all 0.4s ease;
}

.btn-warning:hover::before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.btn-warning:hover {
  color: #000;
}

@media(max-width:991px) {
  .client-title {
    font-size: 36px;
  }

  .client-top h5 {
    font-size: 24px;
  }

  .client-content {
    max-width: 100%;
  }
}

form.contact-form-box {
  background-color: #0f75bd;
  padding: 30px 20px;
  border-radius: 25px;
}

.text-light {
  color: #000 !important;
}

a.butn.md.ygyg {
  display: block;
  text-align: center;
  width: 50%;
  margin: auto;
}

.ghg h2 {
  text-align: center !important;
  font-size: 23px !important;
  margin-bottom: 0;
}

.ghg p {
  color: #fff !important;
  text-align: center !important;
}

section.bolg-heging {
  background-color: #f3f3f3;
}

p.d-inline-block.text-white.mb-0.f-3 {
  color: #000 !important;
}

footer .content i {
  font-size: 30px;
}

.fixed-video {
  width: 100%;
  height: 450px;
  object-fit: contain;
  border-radius: 12px;
  display: block;
}

.video-banner {
  position: relative;
}

.banner-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  z-index: 2;
}

.z-index-9 {
  position: relative;
  z-index: 9;
}

.impact-section {
  background: linear-gradient(135deg, #f8fbff, #eef4f8);
  padding: 90px 0;
  position: relative;
  overflow: hidden;
  font-family: 'Poppins', sans-serif;
}

.impact-section:before {
  content: "";
  position: absolute;
  top: -120px;
  left: -120px;
  width: 320px;
  height: 320px;
  background: rgba(12, 101, 114, 0.08);
  border-radius: 50%;
}

.impact-section:after {
  content: "";
  position: absolute;
  bottom: -140px;
  right: -100px;
  width: 380px;
  height: 380px;
  background: rgba(246, 127, 33, 0.08);
  border-radius: 50%;
}

.mini-title {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #0c6572;
  background: #e8f6f8;
  padding: 8px 18px;
  border-radius: 40px;
  margin-bottom: 18px;
}

.main-title {
  font-size: 38px;
  font-weight: 500;
  color: #111;
  margin-bottom: 18px;
  line-height: 1.2;
}

.main-title span {
  color: #f67f21;
}

.top-text {
  max-width: 760px;
  margin: auto;
  font-size: 16px;
  line-height: 1.9;
  color: #667085;
  text-align: center;
}

.impact-card {
  background: #fff;
  border-radius: 24px;
  padding: 22px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.06);
  transition: .4s ease;
  height: 100%;
  position: relative;
  z-index: 2;
  border: 1px solid #edf0f2;
}

.impact-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.10);
}

.impact-card h4 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #111;
}

.impact-card img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 18px;
  margin-bottom: 18px;
}

.impact-card p {
  background: linear-gradient(135deg, #f8fafc, #eef3f6);
  border-left: 4px solid #f67f21;
  padding: 18px;
  border-radius: 14px;
  font-size: 14px;
  line-height: 1.9;
  color: #4b5563;
  margin: 0;
}

.impact-bottom {
  background: linear-gradient(135deg, #3ab54a, #3ab54a);
  padding: 42px 45px;
  border-radius: 26px;
  color: #fff;
  box-shadow: 0 20px 50px rgba(12, 101, 114, .25);
  position: relative;
  z-index: 2;
}

.impact-bottom h3 {
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 12px;
  color: #fff;
}

.impact-bottom p {
  font-size: 15px;
  text-align: center;
  margin-bottom: 15px;
}

.stats-wrap {
  display: flex;
  justify-content: flex-end;
  gap: 28px;
}

.stat-box {
  background: rgba(255, 255, 255, 0.08);
  padding: 18px 24px;
  border-radius: 18px;
  min-width: 150px;
  text-align: center;
  border: 1px solid #ffffff5e;
}

.stat-box h2 {
  font-size: 42px;
  font-weight: 800;
  margin: 0 0 5px;
  color: #fff;
}

.stat-box span {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 1px;

}

@media(max-width:991px) {

  .main-title {
    font-size: 42px;
  }

  .stats-wrap {
    justify-content: flex-start;
    margin-top: 25px;
    flex-wrap: wrap;
  }

  .impact-bottom {
    padding: 35px 25px;
  }

}

@media(max-width:575px) {

  .main-title {
    font-size: 32px;
  }

  .impact-card img {
    height: 150px;
  }

  .stats-wrap {
    flex-direction: column;
  }

  .stat-box {
    width: 100%;
  }

}

.bajaj-presence-section {
  padding: 80px 0;
  background: #fff;
}

.section-content .pre-title {
  display: inline-block;
  color: #c49b3f;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.section-content .title {
  font-size: 42px;
  line-height: 1.3;
  font-weight: 500;
  color: #000;
  margin-bottom: 20px;
}

.section-content .title span {
  color: #000;
}

.section-content .disc {
  font-size: 15px;
  line-height: 1.9;
  color: #666;
  margin-bottom: 30px;
}

.progress-area .single-progress {
  margin-bottom: 20px;
}

.progress-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}

.progress-top p {
  margin: 0;
  font-size: 15px;
  color: #222;
  font-weight: 500;
}

.progress-top span {
  font-size: 14px;
  font-weight: 600;
  color: #222;
}

.progress {
  width: 100%;
  height: 8px;
  background: #e5e5e5;
  border-radius: 20px;
  overflow: hidden;
}

.progress-bar {
  height: 100%;
  border-radius: 20px;
}

.single-progress {
  margin-bottom: 20px;
}

.progress-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}

.progress {
  width: 100%;
  height: 8px;
  background: #e5e5e5;
  border-radius: 20px;
  overflow: hidden;
}

.progress-bar {
  width: 0;
  height: 100%;
  border-radius: 20px;
  transition: width 2s ease;
  background: linear-gradient(90deg, #f67f21, #3ab54a);

}

.map-area img {
  width: 100%;
  max-width: 650px;
}

@media(max-width: 991px) {
  .section-content .title {
    font-size: 32px;
  }

  .map-area {
    margin-top: 40px;
    text-align: center;
  }
}

.blog-slider-section {
  padding: 80px 0;
  background: #f8f9fc;
}

.blog-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 35px;
}

.blog-header .sm-title {
  color: #6c8db5;
  font-size: 14px;
  font-weight: 500;
}

.blog-header h2 {
  font-size: 40px;
  font-weight: 700;
  color: #0d2b4d;
  margin: 0;
}

.blog-nav {
  display: flex;
  gap: 10px;
}

.blog-prev,
.blog-next {
  width: 42px !important;
  height: 42px !important;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  color: #0d2b4d !important;
}

.blog-prev:after,
.blog-next:after {
  font-size: 16px !important;
  font-weight: bold;
}

.blog-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  transition: 0.3s;
}

.blog-card:hover {
  transform: translateY(-5px);
}

.card-image img {
  width: 100%;
  height: 230px;
  object-fit: contain;
}

.card-body {
  padding: 20px;
}

.blog-date {
  font-size: 13px;
  color: #8a8a8a;
  display: block;
  margin-bottom: 10px;
}

.card-body h3 {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 15px;
}

.card-body h3 a {
  color: #0d2b4d;
  text-decoration: none;
}

h3.mb-0.text-white.display-16.display-sm-13.display-md-10.display-lg-8.display-xl-6.mb-1 {
  font-size: 25px;
  font-weight: 500;
}

.read-more {
  color: #2d7dbd;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;

}

.swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.swiper-pagination-bullet-active {
  background: #0d2b4d;
}

.blog-slider-section {
  padding: 30px 0;
  background: #f5f6f8;
}

/* ARROWS */
.blog-nav {
  display: flex;
  gap: 12px;
}

.blog-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #eeeeee;
  color: #111;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.blog-btn:hover {
  background: #dddddd;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

/* HEADER */
.blog-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 35px;
}

footer h4 {
  font-weight: 600;
}

.heading-border {
  position: relative;
  display: inline-block;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
}

.heading-border::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 40%;
  height: 3px;
  background: #f67f21;
  /* change color if needed */
}

.bg-video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

/* CARDS */
.slider-cards {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 15px;
  z-index: 9;
  width: 100%;
  justify-content: center;
}

.card-item {
  background: #fff;
  padding: 12px 18px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: 0.3s;
  font-size: 10px;
}

.card-item img {
  width: 100px;
}

.card-item.active {
  border-bottom: 4px solid #3ab54a;
}

.blog-header-left h2 {
  margin: 0;
  font-size: 42px;
  font-weight: 600;
  color: #0f75bd;
}

.blog-header-left h2 span {
  color: #f67f21;
}

.blog-header-left .sm-title {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  color: #7f8da3;
}

/* ARROWS */
.blog-nav {
  display: flex;
  gap: 12px;
}

.blog-prev,
.blog-next {
  width: 40px !important;
  height: 40px !important;
  border-radius: 50%;
  background: #eeeeee;
  color: #111 !important;
}

.blog-prev::after,
.blog-next::after {
  font-size: 14px !important;
  font-weight: bold;
}

.blog-prev:hover,
.blog-next:hover {
  background: #dddddd;
}

.blog-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.blog-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.card-body {
  padding: 18px;
}

.card-body .date {
  display: block;
  font-size: 12px;
  color: #9aa5b1;
  margin-bottom: 10px;
}

.card-body h3 {
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
}

.card-body h3 a {
  text-decoration: none;
  color: #000;
  font-family: "DM Sans", sans-serif;
  font-weight: normal !important;

}

.read-more {
  color: #0f6986;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

/* PAGINATION */
.swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  background: #c8c8c8;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #222;
}

/* RESPONSIVE */
@media(max-width:768px) {
  .blog-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .blog-header-left h2 {
    font-size: 30px;
  }
}

.jugfd {
  border-radius: 0px 0px 10px 10px;
}

ul.jugfd li a:hover {
  background-color: #0f75bd;
  border-radius: 0px 0px 10px 10px;

}

.menu_area-light .navbar-nav li>ul {
  background-color: #fff;
  padding: 0;
}

.teyr {
  background-color: #F1F1F1;
  border-radius: 30px;
  padding: 30px;
}

.contact-details {
  background-color: #0f75bd;
  padding: 30px;
  color: #fff;
  border-radius: 30px;
}

.contact-details ul li a {
  color: #fff;
}

.map-section {
  width: 100%;
  margin: 0;
  padding: 0;
}

.map-section iframe {
  width: 100% !important;
  height: auto;
  border: 0;
  display: block;
}

.benchmark-section {
  background: #f4f4f4;
  padding: 60px 0;
  padding-bottom: 0;
}

/* Titles */
.title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
}

.desc {
  font-size: 14px;
  color: #555;
}

/* Images */
.small-img {
  border-radius: 10px;
  margin-top: 15px;
}

.center-img {
  border-radius: 15px;
  height: 420px;
  object-fit: cover;
}

/* Bottom Infra */
.infra {
  background: #fff;
  padding: 60px 0;
}

.infra-title {
  font-weight: 700;
  margin-bottom: 30px;
}

/* Infra items */
.infra-box {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  border-bottom: 1px solid #bbb;
  padding-bottom: 10px;
}

.infra-box span {
  font-size: 20px;
  font-weight: bold;
  margin-right: 20px;
  color: #0f75bd;
}

.infra-box p {
  margin: 0;
  font-size: 18px;
  text-align: left;
}

.yter {
  border-radius: 15px;
  overflow: hidden;
}

.jnhu {
  background-color: #f4f4f4;
}

.vmw-section {
  background: #f5f5f5;
  padding: 60px 0;
}

/* Card */
.custom-card {
  padding: 30px 20px;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  background: #fff;
  transition: all 0.3s ease;
  cursor: pointer;
  height: 100%;
}

/* Hover */
.custom-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);

}

/* Icon Circle */
.icon-box {
  width: 90px;
  height: 90px;
  margin: auto;
  border-radius: 50%;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

/* Text */
.custom-card h4 {
  font-weight: 600;
  margin-top: 15px;
}

.custom-card p {
  font-size: 14px;
  color: #666;
  margin-top: 10px;
}

/* Wrapper */
.floating-wrapper {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin: auto;
}

/* Background Rotated Image */
.bg-img img {
  width: 100%;
  transform: rotate(18deg);
  transition: 0.3s;
}

/* Floating Image */
.float-img {
  position:relative ;
  top: 20px;
  left: 0;
  animation: floatMove 4s ease-in-out infinite alternate;
}
section.pb-0.twer{
    padding-top:30px;
    margin-bottom:30px;
}
.float-img img {
  width: 80%;
  border-radius: 10px;
}

/* Floating Animation */
@keyframes floatMove {
  0% {
    transform: translate(0px, 0px);
  }

  100% {
    transform: translate(8px, 8px);
  }
}

/* Hover Effect */
.floating-wrapper:hover .bg-img img {
  transform: rotate(22deg);
}

.floating-wrapper:hover .float-img {
  transform: translateY(-10px);
}

/* Base (Desktop) */
.custom-slider {
  position: relative;
  height: 550px;
  overflow: hidden;
  padding: 0;
}

/* Background */
.slider-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("https://armysolar.in/wp-content/uploads/2025/08/TopCon-banner.webp") center/cover no-repeat;
  z-index: 1;
}

/* Common Image */
.slider-img {
  position: absolute;
  top: 60px;
  z-index: 2;
}

/* Left Image */
.img-small {
  width: 260px;
  left: 35%;
  top: 200px;
  animation: float2 4s ease-in-out infinite alternate;
}

/* Right Image */
.img-big {
  width: 350px;
  left: 55%;
  animation: float1 4s ease-in-out infinite alternate;
}

/* Animation */
@keyframes float1 {
  0% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(-15px);
  }
}

@keyframes float2 {
  0% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(-25px);
  }
}


/* ========================= */
/* Tablet (992px se neeche) */
/* ========================= */
@media (max-width: 992px) {

  .custom-slider {
    height: 450px;
  }

  .img-big {
    width: 280px;
    left: 55%;
  }

  .img-small {
    width: 200px;
    left: 30%;
    top: 180px;
  }
}


/* ========================= */
/* Mobile (768px se neeche) */
/* ========================= */
@media (max-width: 768px) {

  .custom-slider {
    height: 420px;
  }

  /* Center align both images */
  .slider-img {
    left: 50%;
    transform: translateX(-50%);
  }

  .img-big {
    width: 240px;
    top: 40px;
  }

  .img-small {
    width: 180px;
    top: 220px;
  }
}


/* ========================= */
/* Small Mobile (480px) */
/* ========================= */
@media (max-width: 480px) {

  .custom-slider {
    height: 380px;
  }

  .img-big {
    width: 200px;
    top: 110px;
  }

  .img-small {
    width: 150px;
    top: 200px;
    left: 50px;
  }
}

.features-section {
  /* background: url("https://armysolar.in/wp-content/uploads/2025/08/TopCon-banner.webp") center/cover no-repeat; */
  padding: 60px 0;
  position: relative;
  background-color: #f4f4f4;

}

/* Overlay */
.features-section::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 11%);
  top: 0;
  left: 0;
}

.features-section .container {
  position: relative;
  z-index: 2;
}

/* Title */
.features-title {
  color: #000;
  font-weight: 600;
  margin-bottom: 30px;
}

/* Grid */
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

/* Card */
.feature-card {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  transition: 0.3s;
  height: auto;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  border: 1PX solid #ced4da;
}

/* Icon */
.feature-card i {
  width: 50px;
  height: 50px;
  background: #2f4b8f;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 10px;
}

/* Text Scroll */
.feature-card p {
  font-size: 14px;
  color: #000;
  overflow-y: auto;
  margin: 0;
}

/* Scrollbar */
.feature-card p::-webkit-scrollbar {
  width: 4px;
}

.feature-card p::-webkit-scrollbar-thumb {
  background: #f67f21;
  border-radius: 10px;
}

/* Hover */
.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.2);
}

/* Responsive */
@media (max-width: 992px) {
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .features-grid {
    grid-template-columns: 1fr;
  }
}

.twer {
  position: relative;
}

/* Image Fix Bottom Right */
.corner-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 300px;
  /* size adjust kar lena */
  z-index: 1;

}

.blog-bg {
  background-color: #f7f7f7;
}

.card {
  border: none;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.card img {
  width: 100%;
  height: auto;
  display: block;
}

/* ========================= BLOG CONTENT ========================= */
.card-body {
  background: #fff;
}

.card-body h3 {
  font-weight: 600;
}

.card-body p {
  line-height: 1.7;
  color: #555;
}

/* ========================= META INFO ========================= */
.display-31 {
  font-size: 14px;
  color: #888;
}

.display-31 i {
  color: #0d6efd;
}

/* ========================= BLOCKQUOTE ========================= */
.blog-blockquote {
  background: #0d6efd;
  border-radius: 8px;
  padding: 25px;
  margin: 30px 0;
}

.blog-blockquote p {
  color: #fff;
  font-size: 16px;
}

.blog-blockquote h6 {
  margin-top: 10px;
}

/* ========================= FEATURE BOX ========================= */
.border {
  border: 1px solid #eee !important;
  border-radius: 6px;
  background: #fff;
}

.border i {
  font-size: 18px;
}

/* ========================= IMAGE GRID ========================= */
/* .row img {
  border-radius: 8px;
  transition: 0.3s;
}

.row img:hover {
  transform: scale(1.05);
} */
/* WRAPPER */
.img-zoom-smooth {
  overflow: hidden;
  border-radius: 12px;
  position: relative;
  cursor: pointer;
}

/* IMAGE */
.img-zoom-smooth img {
  width: 100%;
  display: block;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 1);
  /* smooth easing */
  will-change: transform;
}

/* HOVER EFFECT */
.img-zoom-smooth:hover img {
  transform: scale(1.15);
}

/* slight dark overlay on hover */
.img-zoom-smooth::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  transition: 0.5s ease;
}

.img-zoom-smooth:hover::after {
  background: rgba(0, 0, 0, 0.15);
}

/* ========================= TAGS ========================= */
.badge {
  padding: 8px 12px;
  margin-right: 5px;
  border-radius: 20px;
  font-size: 12px;
}

/* ========================= SIDEBAR ========================= */
.sidebar .widget {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  /*box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);*/
}

.sidebar h5 {
  font-weight: 600;
}

.jnhu {
  border-radius: 5px 5px 0px 0px !important;
}

.sidebar img {
  border-radius: 6px;
}

.sidebar ul {
  padding-left: 0;
  list-style: none;
}

.sidebar ul li {
  margin-bottom: 10px;
}

.sidebar ul li a {
  color: #333;
}

.sidebar ul li a:hover {
  color: #0d6efd;
}

/* ========================= CONTACT BOX ========================= */
.bg-dark {
  border-radius: 8px;
}

.bg-dark h5 {
  color: #fff;
}

.btn {
  border-radius: 30px;
  padding: 8px 20px;
}

/* ========================= RESPONSIVE ========================= */
@media (max-width: 768px) {
  .card-body {
    padding: 15px;
  }

  .blog-blockquote {
    padding: 15px;
  }

  .sidebar {
    margin-top: 30px;
  }
}

.comment-box {
  display: flex;
  gap: 15px;
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  border-radius: 20px;
  padding: 25px 15px;
  margin-bottom: 10px;

}

.user-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.comment-content h5 {
  margin: 0;
  font-size: 16px;
}

.comment-content p {
  margin: 5px 0 10px;
  color: #666;
  font-size: 14px;
}

.comment-content a {
  color: #00a99d;
  text-decoration: none;
  font-size: 14px;
}

/* REPLY FORM */
.reply-box {
  margin-top: 40px;
}

.reply-box textarea {
  width: 100%;
  height: 120px;
  padding: 10px;
  border: 1px solid #ccc;
  margin-bottom: 15px;
  border-radius: 15px;
}

.input-row {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}

.input-row input {
  width: 50%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 10px;
}

.reply-box button {
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  font-weight: bold;
}

.comment-section {
  background-color: #f7f7f7;
}

/* IMAGE HOVER */
.team-style01 img {
  width: 100%;
  border-radius: 8px;
  transition: 0.3s;
}

.team-style01:hover img {
  transform: scale(1.05);
}

/* LIGHTBOX */
#lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 99999999;
}

#lightbox img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 10px;
  animation: zoomIn 0.3s ease;
}

#lightbox .close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 35px;
  color: #fff;
  cursor: pointer;
}

/* ANIMATION */
@keyframes zoomIn {
  from {
    transform: scale(0.7);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

/* LIGHTBOX BUTTONS */
#lightbox .prev,
#lightbox .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 40px;
  color: #fff;
  cursor: pointer;
  padding: 10px;
  user-select: none;
}

#lightbox .prev {
  left: 20px;
}

#lightbox .next {
  right: 20px;
}

#lightbox .prev:hover,
#lightbox .next:hover {
  color: #0d6efd;
}

.slaider-bg {
  background-color: #ededed14;
}

/* SOCIAL WRAPPER */
.footer-socials {
  display: flex;
  gap: 12px;
  margin-top: 30px;
}

/* ICON BASE */
.footer-socials a {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f1f1f1;
  color: #333;
  font-size: 18px;
  transition: all 0.3s ease;
}

/* HOVER EFFECT */
.footer-socials a:hover {
  transform: translateY(-5px) scale(1.1);
  color: #fff;
}

/* BRAND COLORS */
.footer-socials .fb:hover {
  background: #1877f2;
}

.footer-socials .twi:hover {
  background: #000;
}

.footer-socials .inta:hover {
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
}

.footer-socials .thre:hover {
  background: #000;
}

/* BUTTON */
.toggle-btn {
  color: #000;
  cursor: pointer;
  margin-left: 8px;
}

/* HIDDEN BOX */
.hidden-box {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.5s ease;
}

/* SHOW */
.hidden-box.show {
  max-height: 100px;
  opacity: 1;
  margin-top: 0px;
}

/* TEXT STYLE */
.hidden-box h6 {
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  color: transparent;
}

.hidden-box h6 a {
  color: transparent;
  font-weight: normal;
}

.jgd {
  display: flex;
  align-items: center;
  justify-self: center;
}
/* TABS */
.nav-tabs {
    border-bottom: none;
    gap: 35px;
}

.nav-tabs .nav-link {
    border: none;
    color: #555;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 0;
    background: transparent;
    position: relative;
}

.nav-tabs .nav-link.active {
    color: #0f75bd;
}

/* UNDERLINE */
.nav-tabs .nav-link.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 3px;
    background: #0f75bd;
}

/* TABLE */
.table {
    margin-top: 20px;
    background: #fff;
}

/* HEADER */
.table thead {
    background: #e3e6e8;
}

.table thead th {
    font-size: 13px;
    font-weight: 600;
    color: #333;
    padding: 14px;
    border: none;
}

/* BODY */
.table tbody tr {
    border-bottom: 1px solid #eee;
}

.table tbody td {
    padding: 8px 14px;
    font-size: 14px;
    color: #444;
    border: none;
}

/* RIGHT ALIGN VALUES */
.table tbody td:last-child {
    text-align: right;
}

/* TEXT */
.note-text {
    font-size: 13px;
    color: #666;
    margin-top: 15px;
}

.small-head {
    font-size: 13px;
    color: #666;
    margin-top: 10px;
}
/* Slight zoom effect */
.tab-content .tab-pane.active.show {
    animation: fadeSlide 0.4s ease;
}

@keyframes fadeSlide {
    from {
        opacity: 0;
        transform: translateY(15px) scale(0.98);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* SECTION */
.brochure-section {

    /*padding: 30px 0;*/
}

/* WRAPPER */
.brochure-wrapper {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
}

/* CARD */
.brochure-card {
    background: #fff;
    width: 220px;
    padding: 25px 20px;
    text-align: center;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    transition: 0.3s;
    border-radius:10px;
}

.brochure-card:hover {
    transform: translateY(-5px);
}

/* ICON */
.brochure-card img {
    width: 55px;
    margin-bottom: 10px;
}

/* TEXT */
.brochure-card p {
    font-size: 14px;
    color: #333;
    margin-bottom: 15px;
    text-align:center;
}

/* BUTTON */
.download-btn {
    display: inline-block;
    padding: 8px 18px;
    border: 1px solid #000;
    color: #000;
    font-size: 13px;
    text-decoration: none;
    transition: 0.3s;
    border-radius:20px;
}

.download-btn:hover {
    background: #000;
    color: #fff;
}
.brochure-section {
    display: flex;
    flex-direction: column;
    align-items: center;
}

button.btn.btn-primary.butn.md {
    display: flex;
    margin:auto;
}
.modal-content {
    padding: 10px;
}
 /* WRAPPER */
      .floating-wrapper {

    max-width: 600px;
    display: flex;
    align-items: center;
    justify-content: center;

      }

      /* BACKGROUND IMAGE */
      .bg-img img {
        width: 100%;
        border-radius: 8px;
      }

      /* FLOAT IMAGE */
      .float-img {
        position: relative;
        top: 0%;
        right: 0;
        transform: translateY(-50%);
        width: 65%;
      }

      /* SLIDER IMAGE */
      .float-img img {
        width: 100%;
        border-radius: 8px;
        cursor: pointer;
      }

      /* ARROWS */
      .swiper-button-next,
      .swiper-button-prev {
        color: #ffffff;
        background-color: #000;
        border-radius: 50%;
        height: 30px;
    width: 30px;
      }
         .swiper-button-next:hover{
          background-color:#0f75bd;
          color:#fff;
      }
         .swiper-button-prev:hover{
          background-color:#0f75bd;
          color:#fff;
      }
.swiper-button-next:after,.swiper-button-prev:after{
    font-size:14px;
}
      /* ZOOM MODAL */
      .zoom-modal {
        display: none;
        position: fixed;
        z-index: 9999999;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.9);
        justify-content: center;
        align-items: center;
      }

      /* IMAGE */
      .zoom-modal img {
        max-width: 90%;
        max-height: 90%;
        border-radius: 6px;
      }

      /* CLOSE BUTTON */
      .close-btn {
        position: absolute;
        top: 20px;
        right: 30px;
        font-size: 28px;
        color: #fff;
        cursor: pointer;
        background: rgba(0, 0, 0, 0.6);
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        border-radius: 50%;
      }

      /* RESPONSIVE */
      @media (max-width: 768px) {
        .float-img {
          position: relative;
          right: 0;
          top: 0;
          transform: none;
          width: 100%;
          margin-top: 15px;
        }
      }
      .bg-img {
    position: absolute;
    top: 0;
    right: 0;
}

.sustainability-section .row {
    display: flex;
    flex-wrap: wrap;
}

/* COLUMN FIX */
.sustainability-section .col-md-4 {
    display: flex;
}
/* SECTION */
.sustainability-section {
    background: #f2f2f2;
    padding: 60px 0;
}

/* HEADING */
.main-heading {
    text-align: center;
    font-size: 34px;
    margin-bottom: 40px;
    letter-spacing: 1px;
}

.main-heading span {
    color: #0f75bd;
    font-weight: 700;
}

/* CARD */
.s-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    transition: 0.3s;
}

.s-card:hover {
    transform: translateY(-8px);
}

/* IMAGE */
.s-card img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

/* CONTENT */
.s-content {
    padding: 20px;
}

.s-content h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.s-content p {
    font-size: 14px;
    color: #555;
}

/* READ MORE */
.s-content a {
    font-weight: 600;
    color: #000;
    text-decoration: none;
    margin-left: 5px;
}

.main-title {
    margin-bottom: 30px;
}

/* SMALL BOX */
.q-small {
    background: #fff;
    padding: 10px;
    border-radius: 8px;
    font-weight: 600;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

/* OVERLAY */
.q-overlay {
    position: relative;
}

.q-overlay img {
    width: 100%;
}

.overlay-text {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
}


.technology-quality-section {
  background: #fff;
  padding: 50px 0 50px;
  position: relative;
  overflow: hidden;
}

.technology-top-content {
  display: grid;
  grid-template-columns: 1fr 3.3fr;
  gap: 80px;
  align-items: start;
  margin-bottom: 50px;
}

.technology-right h2 {
  font-size: 20px;
  line-height: 1.1;
  font-weight: 700;
  color: #0f75bd;
  margin: 0;
}

.technology-right p {
  font-size: 14px;
  line-height: 23px;
  color: #4d4d4d;
  margin: 0;
  font-weight: normal;
  margin-top: 16px;
}

.technology-heading {
  margin-bottom: 15px;
}

.technology-heading h2 {
  font-size: 24px;
  font-weight: 400;
  color: #111;
  margin: 0;
}

.technology-heading h2 span {
  color: #0f75bd;
  font-weight: 700;
}

.technology-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.technology-card {
  background: #fff;
  padding: 40px 30px;
  text-align: center;
  border-radius: 0 0 45px 0;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
  transition: 0.4s;
  cursor: pointer;
}

.technology-card:hover {
  transform: translateY(-8px);
}

.technology-card h3 {
  font-size: 34px;
  font-weight: 500;
  color: #111;
  margin-bottom: 10px;
}

.technology-card p {
  font-size: 18px;
  color: #555;
  margin: 0;
  text-align: center;
}

/* Responsive */

@media(max-width:991px) {

  .technology-top-content {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 60px;
  }

  .technology-left h2 {
    font-size: 38px;
  }

  .technology-right p {
    font-size: 17px;
  }

  .technology-heading h2 {
    font-size: 42px;
  }

  .technology-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width:767px) {

  .technology-quality-section {
    padding: 70px 0;
  }

  .technology-left h2 {
    font-size: 30px;
  }

  .technology-heading h2 {
    font-size: 32px;
  }

  .technology-cards {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .technology-card {
    padding: 45px 20px;
  }

  .technology-card h3 {
    font-size: 32px;
  }
}

.solar-faq-section {
  background: #fdfdfd;
  padding: 40px 0;
}

.solar-faq-heading {
  max-width: 950px;
  margin: 0 auto 30px;
  text-align: center;
}

.solar-faq-heading h2 {
  font-size: 34px;
  font-weight: 700;
  color: #000;
  margin-bottom: 25px;
}

.solar-faq-heading p {
  font-size: 13px;
  color: #444;
  margin: 0;
  text-align: center;
}

.solar-faq-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.solar-faq-item {
  background: #fff;
  border: 1px solid #ddd;
  overflow: hidden;
  transition: 0.4s ease;
}

.solar-faq-question {
  padding: 15px 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.solar-faq-question h3 {
  font-size: 15px;
  font-weight: 400;
  color: #464646;
  margin: 0;
}

.solar-faq-icon {
  width: 20px;
  height: 20px;
  border: 1px solid #9aa5b8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #7d879a;
  transition: 0.4s;
  flex-shrink: 0;
}

.solar-faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.5s ease;
  padding: 0 35px;
}

.solar-faq-answer p {
  font-size: 14px;
  line-height: 18x;
  color: #000;
  margin: 0;
  padding-bottom: 30px;
  font-weight: normal;
}

.solar-faq-item.active .solar-faq-answer {
  max-height: 300px;
  opacity: 1;
  padding-top: 10px;
}

.solar-faq-item.active .solar-faq-icon {
  transform: rotate(45deg);
}

/* Responsive */

@media(max-width:991px) {

  .solar-faq-heading h2 {
    font-size: 42px;
  }

  .solar-faq-heading p {
    font-size: 17px;
  }

  .solar-faq-question h3 {
    font-size: 22px;
  }
}

@media(max-width:576px) {

  .solar-faq-section {
    padding: 70px 0;
  }

  .solar-faq-heading h2 {
    font-size: 34px;
  }

  .solar-faq-heading p {
    font-size: 15px;
    line-height: 1.7;
  }

  .solar-faq-question {
    padding: 22px 20px;
  }

  .solar-faq-question h3 {
    font-size: 18px;
    width: 85%;
  }

  .solar-faq-icon {
    width: 34px;
    height: 34px;
    font-size: 22px;
  }

  .solar-faq-answer {
    padding: 0 20px;
  }

  .solar-faq-answer p {
    font-size: 15px;
  }
}

.solar-technology-section {
  background: #f9f9f9;
  padding: 50px 0;
}

.technology-row {
  margin-bottom: 0px;
  margin-top: 50px;
}

.technology-image-box {
  overflow: hidden;
  border-radius: 45px 0 45px 0;
}

.technology-image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: 0.5s;
}

.technology-image-box:hover img {
  transform: scale(1.05);
}

.technology-content-box {
  padding-left: 25px;
}

.technology-subtitle {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  color: #f67f21;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.technology-content-box h2 {
  font-size: 30px;
  line-height: 1.1;
  font-weight: 700;
  color: #0f75bd;
  margin-bottom: 0px;
}

.technology-content-box h2 span {
  color: #0f75bd;
}

.technology-content-box p {
  font-size: 15px;
  line-height: 1.9;
  color: #444;
  margin-bottom: 18px;
  margin-top: 10px;
}

/* Responsive */

@media(max-width:991px) {

  .technology-content-box {
    padding-left: 0;
    margin-top: 30px;
  }

  .technology-content-box h2 {
    font-size: 38px;
  }

  .technology-row {
    margin-bottom: 60px;
  }
}

@media(max-width:576px) {

  .solar-technology-section {
    padding: 70px 0;
  }

  .technology-content-box h2 {
    font-size: 30px;
  }

  .technology-content-box p {
    font-size: 15px;
    line-height: 1.7;
  }

  .technology-subtitle {
    font-size: 15px;
  }

  .technology-image-box {
    border-radius: 0 0 30px 0;
  }
}

.cell-efficiency-section {
  background: #fff;
  padding: 35px 0;
  overflow: hidden;
  position: relative;
}

.cell-efficiency-content {
  /* max-width: 480px; */
}

.cell-small-title {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: #dca12a;
  text-transform: uppercase;
  margin-bottom: 8px;
  letter-spacing: 1px;
}

.cell-efficiency-content h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  color: #0f75bd;
  margin-bottom: 10px;
}

.cell-efficiency-content p {
  font-size: 17px;
  line-height: 2;
  color: #333;
  margin-bottom: 18px;
  text-align: justify;
}

.cell-efficiency-content p strong {
  font-weight: 700;
  color: #000;
}

.cell-efficiency-image {
  text-align: center;
  position: relative;
}

.cell-efficiency-image img {
  width: 100%;
  max-width: 350px;
  object-fit: contain;
  transition: 0.5s ease;
}

.cell-efficiency-image:hover img {
  transform: scale(1.04);
}

/* Responsive */

@media(max-width:991px) {

  .cell-efficiency-content {
    max-width: 100%;
    margin-bottom: 50px;
  }

  .cell-efficiency-content h2 {
    font-size: 42px;
  }

  .cell-efficiency-content p {
    font-size: 16px;
    line-height: 1.8;
  }

  .cell-efficiency-image img {
    max-width: 420px;
  }
}

@media(max-width:576px) {

  .cell-efficiency-section {
    padding: 70px 0;
  }

  .cell-small-title {
    font-size: 15px;
  }

  .cell-efficiency-content h2 {
    font-size: 32px;
  }

  .cell-efficiency-content p {
    font-size: 15px;
  }

  .cell-efficiency-image img {
    max-width: 100%;
  }
}

.ygyfdsg h6{
    font-size: 10px;
    white-space: break-spaces;
}

