@font-face {
  font-family: 'Lemon-Milk-Light';
  src: url('../fonts/lemon-milk/Lemon-Milk-Pro-Ultra-Light.otf') format('truetype');
  font-weight: Medium;
}

@font-face {
  font-family: 'Lemon-Milk-Pro-Regular';
  src: url('../fonts/lemon-milk/Lemon-Milk-Pro-Regular.otf') format('truetype');
  font-weight: Medium;
}

@font-face {
  font-family: 'Lemon-Milk-Pro-Medium';
  src: url('../fonts/lemon-milk/Lemon-Milk-Pro-Medium.otf') format('truetype');
  font-weight: Medium;
}

@font-face {
  font-family: 'Lemon-Milk-Pro-Bold';
  src: url('../fonts/lemon-milk/Lemon-Milk-Pro-Bold.otf') format('truetype');
  font-weight: Medium;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  letter-spacing: 1px;
  font-family: 'Lemon-Milk-Pro-Regular';
}

a {
  color: unset;
  text-decoration: unset;
}
a:hover {
  color: #5b5b5b;
}
dl,
ol,
ul {
  margin: 0;
  padding: 0;
}

:focus-visible {
  outline: none;
}
.accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}
.accordion-item {
  border: none;
}
.accordion-button {
  padding: 0px;
}
/* Section Padding  CSS Start */
.Section-padding-md {
  padding: 40px 0 20px 0;
}

.Section-padding-xl {
  padding: 40px 0 20px 0;
}

.Section-padding-top-md {
  padding: 40px 0 20px 0;
}

.Section-padding-top-lg {
  padding: 40px 0 20px 0;
}

.Section-padding-bottom-lg {
  padding: 40px 0 20px 0;
}

.f-16 {
  font-size: 16px !important;
  line-height: 26px;
}

.fs-14 {
  font-size: 14px !important;
}

/* custom scroll bar */
::-webkit-scrollbar {
  width: 0px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: transparent;
}

/* Section Padding  CSS End */

/*Header CSS Start*/
.navbar-collapse {
  flex-grow: unset;
}
 .navbar-toggler:focus {
  box-shadow: none;
} 

.navbar-nav li a {
  color: rgb(75, 75, 75);
  font-size: 12px;
  padding: 8px;
  transition: all 0.3s ease;
  text-transform: uppercase;
}
.navbar-nav li:hover .dropdown-menu {
  opacity: 1;
  top: 40px;
  left: 0;
  border: none;
  border-radius: 0;
  overflow: auto;
  padding: 8px;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  transition: all 0.3s ease;
}

.navbar .bussines-title {
  text-align: left;
  font-size: 12px;
  text-transform: uppercase;
}

.navbar .applicationbox {
  text-align: left;
}
.navbar .application-img {
  min-height: 56px;
}
.navbar .application-title {
  padding-top: 20px;
}

.navbar .dropdown,
.navbar .dropend,
.navbar .dropstart,
.navbar .dropup {
  position: relative;
}

.navbar .dropdown-toggle::after {
  display: none;
}

.navbar .dropdown-menu.show {
  display: none;
}

.navbar .dropdown-item:focus,
.navbar .dropdown-item:hover {
  color: #ed6100;
  background-color: transparent;
}

.navbar .dropdown-item.active,
.navbar .dropdown-item:active {
  color: #ed6100;
  text-decoration: none;
  background-color: transparent;
}

/* --- Toggle btn css --- */
 .navbar-toggler-menu {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 25px;
  border: none;
  background: transparent;
}

.navbar-toggler-menu .navbar-toggler-btn {
  position: relative;
}

.navbar-toggler-menu .navbar-toggler-btn:before,
.navbar-toggler-menu .navbar-toggler-btn:after {
  position: absolute;
  content: '';
}

.navbar-toggler-menu .navbar-toggler-btn,
.navbar-toggler-menu .navbar-toggler-btn:before,
.navbar-toggler-menu .navbar-toggler-btn:after {
  width: 42px;
  height: 4px;
  background-color: #005c56;
  display: block;
}

.navbar-toggler-menu .navbar-toggler-btn:before {
  margin-top: -12px;
}

.navbar-toggler-menu .navbar-toggler-btn:after {
  margin-top: 12px;
}

.navbar-toggler-menu .navbar-toggler-btn {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.active .navbar-toggler-btn {
  background-color: rgba(0, 0, 0, 0.0);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.navbar-toggler-menu .navbar-toggler-btn:before {
  -webkit-transition-property: margin, -webkit-transform;
  transition-property: margin, transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-delay: 0.2s, 0s;
  transition-delay: 0.2s, 0s;
}

.active .navbar-toggler-btn:before {
  margin-top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-delay: 0s, 0.2s;
  transition-delay: 0s, 0.2s;
}

.navbar-toggler-menu .navbar-toggler-btn:after {
  -webkit-transition-property: margin, -webkit-transform;
  transition-property: margin, transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-delay: 0.2s, 0s;
  transition-delay: 0.2s, 0s;
}

.active .navbar-toggler-btn:after {
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition-delay: 0s, 0.2s;
  transition-delay: 0s, 0.2s;
}

.right-arrow {
  display: none;
}
i.fa-solid.fa-plus {
  display: none;
}
.dropdown-toggle::after{
  display: none;
}
.dropdown-toggle::after{
    display: none;
  }
  .navbar-light .navbar-nav .nav-link.active,
   .navbar-light .navbar-nav .show>.nav-link,
   .navbar-light .navbar-nav .nav-link:hover{
    color: #ed6100;
    border-bottom: 4px solid #ed6100;
  }
  .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 0;
    align-items: center;
}
.contact-info{
  display: none;
}
i.fa-solid.fa-minus {
  display: none;
}
@media screen and (max-width: 1200px) {
  .navbar-nav li:hover .dropdown-menu {
    justify-content: start;
  }
}
@media screen and (max-width: 992px) {
  .navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.55);
    font-size: 10px;
    padding-right: 0px;
}
}
/* --- Toggle btn css --- */
@media screen and (max-width: 767px) {
  .navbar-light .navbar-nav .nav-link{
    color: #fff !important;
    font-size : 12px;
  }
  .contact-icon{
    background: white;
    border-radius: 50%;
    fill: orange;
    padding: 3px;
  }
  .dropdown-menu {
     background-color:unset;
     border: unset;
  }
  .contact-info{
    display: block;
  }
  /* .navbar-nav li:hover .dropdown-menu {
    opacity: 0;
  } */
  .navbar .bussines-title{
    padding-top: 0px;
    font-size: 12px;
    color: white;
  }
  .bussines-drop-menu .dropdown-item{
    font-size: 12px;
  }
  .dropdown-toggle::after{
    display: none;
  }
  i.fa-solid.fa-plus {
    display: block;
  }
  i.fa-solid.fa-minus {
    display: block;
  }
  .applicationbox img{
    display: none;
  }
  .collapse li.nav-item{
    border-bottom: 1px solid #fff;
  }
  .navbar-nav li a {
    padding: 12px 0;
    color: white;
  }
  .navbar-collapse {
    position: fixed;
    top: 0;
    right: -100%; /* Start off-screen */
    width: 70%; /* Adjust as needed */
    height: 100vh;
    z-index: 999;
    background-color: #ed6100;
    padding: 0px 15px;
    overflow: scroll;
    transition: right 0.1s linear;
  }
  .right-arrow {
    display: block;
  }
  .right-arrow i {
    font-size: 20px;
  }
  .navbar-collapse.show {
    right: 0; /* Bring on-screen */
    transition: all 0.1s linear;
  }
  .navbar-nav li:hover .bussines-drop-menu {
    display: none;
  }
  .navbar-nav li:hover .appplication-dropdown {
    display: none;
  }
  .navbar-nav li:hover .dropdown-menu {
    padding: 0px 25px;
    flex-wrap: wrap;
    justify-content: normal;
    background: transparent;
    transition: all 0.5s linear;
  }
  .navbar .applicationbox {
    text-align: left;
  }
  .dropdown-menu li{
    width: 100%;
  }
  .navbar .bussines-drop-menu .applicationbox {
    width: 100%;
  }
  .navbar .application-title {
    padding-top: 0px;
    font-size: 12px;
  }
.dropdown-item li a{
    padding: 5px 0px;
  }
  ul.navbar-nav.contact-info {
    margin-top: 25px;
  }
  .contact-info li.nav-item{
  border-bottom: none;
  }
  li.nav-item.email a {
    font-size: 12px;
}
li.nav-item.mob-num a {
  font-size: 14px;
  display: block;
  padding: 0px;
  margin-top: 10px;
}
/* .navbar-expand-md .navbar-toggler {
  display: block;
} */
  .navbar .application-img {
    min-height: 0;
  }
}

@media screen and (max-width: 576px) {
  li.nav-item.email a {
    font-size: 14px;
}
li.nav-item.mob-num a {
  font-size: 14px;
  display: flex;
  justify-content: space-between;
}
.navbar-light .navbar-nav .nav-link {
  font-size: 14px;
}
.navbar-nav li a {
  padding: 8px 0;
  color: white;
}
.navbar .bussines-title {
  font-size: 12px;
}
.navbar .application-title { padding-top: 0px;
  font-size: 10px;
}
.navbar-nav li:hover .dropdown-menu {
  padding: 0px 5px;
}
}

/*Header CSS End*/

/*Footer css Start */
.heading-subheading .subtitle {
  color: #4b4b4b;
  font-size: 16px;
  font-weight: 900;
}

.heading-subheading .title {
  color: #005c56;
  font-size: 24px;
  margin-bottom: 16px;
}

.footer-top {
  padding: 48px 0px;
  border-top: 2px solid #005c56;
}

.footer-top-logo {
  display: flex;
  align-items: center;
  justify-content: end;
}

.footer-bg {
  background-color: #005c56;
  color: #fff;
  padding: 48px 0 48px;
}

.footer-bg .widget .widget-title {
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'Lemon-Milk-Pro-Medium';
}

.footer-bg .widget li {
  list-style-type: none;
}

.footer-bg .widget li a {
  text-transform: uppercase;
}

.footer-bg .widget li a,
.footer-bg .widget address {
  font-size: 14px;
  letter-spacing: 1px;
  color: #a3b9b7;
  font-family: 'Lemon-Milk-Pro-Regular';
  line-height:24px;
}

.footer-bg .widget address a {
  color: #a3b9b7;
}

.footer-copyright-text-area {
  background-color: #005c56;
}

.footer-menu-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #a3b9b7;
  padding: 8px 0px;
}

.footer-menu-area .menu-item {
  display: inline-block;
}

.footer-menu-area .menu-item a {
  position: relative;
  padding: 0 8px;
  font-size: 12px;
  letter-spacing: 1px;
  color: #a3b9b7;
  text-transform: uppercase;
  font-family: 'Lemon-Milk-Light';
}

.footer-copyright-text-area .menu-item:not(:first-child) a::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 13px;
  background-color: #a3b9b7;
  top: 50%;
  left: -2px;
  -webkit-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
}
.footer-bg .social_media {
  padding-top: 30px;
}
.footer-bg .social_media ul li,
.contact-info .social_media ul li {
  display: inline-block;
  margin-right: 10px;
}
.copyright-text,
.copyright-text a {
  font-size: 12px;
  letter-spacing: 1px;
  color: #a3b9b7;
  text-transform: uppercase;
  font-family: 'Lemon-Milk-Pro-Regular';
}
.contact-info .social_media {
  padding-bottom: 20px;
}
@media screen and (max-width: 1200px) {

  .nav-links li:hover .drop-menu,
  .nav-links li:hover .mega-box {
    overflow-x: scroll;
  }
}
@media screen and (max-width: 991px) {
  .footer-top-logo {
    justify-content: start;
    margin-top: 20px;
  }
  .footer-menu-area {
    display: block;
    text-align: center;
  }
  .footer-copyright-text-area .footer-menu {
    padding: 10px 0;
  }
  .footer-bg .widget.text-end {
    text-align: left !important;
  }
  .footer-bg .widget-item .widget {
    padding-bottom: 20px;
  }
  .footer-bg {
    padding: 60px 0 30px;
  }
}
@media screen and (max-width: 767px) {


}

@media screen and (max-width: 576px) {
  .footer-top {
    padding: 40px 0px;
  }

  .footer-bg {
    padding: 30px 15px 10px;
  }

  .footer-bg .footer-logo {
    display: none;
  }

  .footer-bg .widget-item:not(:last-child) .widget {
    padding-bottom: 20px;
  }

  .footer-bg .widget address {
    margin-bottom: 0;
  }

  .footer-copyright-text-area {
    padding-bottom: 30px;
  }

  .footer-menu-area .menu-item a {
    padding: 0 4px;
    font-size: 10px;
    letter-spacing: 0;
  }
}

/*Footer css End */

/* Index page CSS Start */
.section-title {
  font-size: 24px;
  color: #005c56;
}

.btn-inline {
  color: #ed6100;
  background-color: transparent;
  border: 2px solid #ed6100;
  padding: 10px 14px;
  display: inline-block;
  transition: 0.3s;
  font-size: 16px;
}

.btn-inline:hover {
  color: #fff;
  background-color: #ed6100;
  border: 2px solid #ed6100;
  padding: 10px 14px;
  display: inline-block;
}

.heading-subheading-style {
  margin-bottom: 12px;
}

.heading-subheading-style .subtitle {
  color: #4b4b4b;
  font-size: 16px;
  font-weight:600;
}

.heading-subheading-style .title {
  color: #005c56;
  font-size: 24px;
  margin-bottom:16px;
}

.banner-bg {
  background-image: url(../images/banner/home-banner.jpg);
  background-repeat: no-repeat;
  background-position: 8% 0;
  background-size: cover;
  padding: 500px 0px 200px;
}

.banner-title {
  width: 502px;
  background-color: #005c56;
  color: #fff;
  font-size: 28px;
  line-height: 36px;
  padding: 24px;
  letter-spacing: 0;
}

.banner-title span {
  text-transform: uppercase;
}

.banner-carousel.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: -26px;
  z-index: 1;
  position: relative;
}

.banner-carousel .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 5px 5px;
  background: #eaeaea;
  display: block;
  border-radius: 0;
  transition: opacity .2s ease;
}

.banner-carousel .owl-dots .owl-dot.active span {
  background: #005c56;
}

.aboutbox-style {
  margin-top: 48px;
  margin-bottom:24px;
}

.aboutbox-style .heading-desc {
  color: #4b4b4b;
  font-size: 16px;
  margin-bottom: 16px;
  line-height:32px;
}

.businessbox-style .team-image-box {
  overflow: hidden;
}

.businessbox-style .team-image-box img {
  transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transition: all ease 400ms;
  -moz-transition: all ease 400ms;
  -webkit-transition: all ease 400ms;
}

.businessbox-style:hover .team-image-box img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.businessbox-style .box-content {
  background-color: #005c56;
  padding: 26px;
  color: #fff;
}

.businessbox-style .element-title {
  font-size: 16px;
  color: #fff;
  text-transform: capitalize;
  font-weight: bold;
  line-height: 32px;
}

.businessbox-style .heading-desc {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  text-align: justify;
}

.approach-list {
  list-style-type: none;
}

.approach-list .approach-list-item {
  font-size: 16px;
  line-height: 32px;
  color: #005c56;
  padding-top: 32px;
  padding-bottom: 8px;
  position: relative;
}

.our-approach-heading {
  position: relative;
}

.approach-list .active .our-approach-heading {
  color: #ed6100;
}

.approach-list .our-approach-heading::before {
  position: absolute;
  content: '';
  bottom: -6px;
  left: 0;
  width: 485px;
  border-bottom: 3px solid #cbcbcb;
}

.approach-list .active .our-approach-heading::before {
  border-color: #ed6100;
}

.list-contentbox .desc {
  color: #4b4b4b;
  font-size: 14px;
  line-height: 24px;
  text-align: justify;
}

.approach-list-item-desc.active,
.approach-list-img.active,
.list-contentbox.active {
  display: block;
}

.approach-list-item-desc,
.approach-list-img,
.list-contentbox {
  display: none;
}

.list-contentbox.active {
  margin-top: 22px;
}

.approch-section {
  display: block;
  margin-top: 40px;
}

.approch-mobile-section {
  display: none;
}

.missionbox-style {
  background-color: #ed6100;
  color: #fff;
  padding: 32px 64px;
  height: 100%;
}

.missionbox-style .element-title {
  font-size: 24px;
  margin-bottom: 16px;
  font-weight: 600;
}

.missionbox-style .heading-desc {
  font-size: 16px;
  text-align: justify;
  color: #fff;
  line-height: 28px;
}

.video-popup-bg {
  background-image: url(../images/play-now.jpg);
  background-repeat: no-repeat;
  padding: 160px;
  color: #fff;
}

.video-popup-bg .element-title {
  font-size: 84px;
  line-height: 80px;
}

.video-popup-bg .heading-desc {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 10px;
}

.video-popup-bg .popup-btn {
  background-color: #ed6100;
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
  text-transform: uppercase;
}

.testimonialis-style {
  position: relative;
}

.testimonialis-style::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  z-index: 0;
  background-color: #005c56;
}

.testimonialis-style .box-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ed6100;
  color: #fff;
  padding: 30px;
  opacity: 0;
  transition: all ease 400ms;
  -moz-transition: all ease 400ms;
  -webkit-transition: all ease 400ms;
}
.testimonialis-style:hover .box-content {
  opacity: 1;
}
.testimonialis-style .box-content .title {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.testimonialis-style .sub-title {
  font-size: 15px;
}

.testimonialis-style .heading-desc {
  /* text-align: justify; */
  font-size: 14px;
  line-height: 20px;
  padding-top: 58px;
  word-spacing: 6px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.testimonials-carousel.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 30px;
}

.testimonials-carousel .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 5px 5px;
  background: #eaeaea;
  display: block;
  border-radius: 0;
  transition: opacity .2s ease;
}

.testimonials-carousel .owl-dots .owl-dot.active span {
  background: #ed6100;
}
.modal-backdrop.show {
  z-index: 0;
}
.testimonial-modal .modal-header {
  border: none !important;
}
.testimonial-modal .testimonial-modal .modal-header {
  border: none !important;
}
.testimonial-modal .testimonial-img {
  display: flex;
  justify-content: center;
}
.testimonial-modal .testimonial-desc {
  padding-top: 16px;
  color: #4b4b4b;
  font-size: 14px;
  line-height: 24px;
}
.testimonial-modal .testimonial-title {
  font-size: 16px;
  font-family: 'Lemon-Milk-Pro-Regular';
  color: #005c56;
  font-weight: 600;
  margin-bottom: 4px;
}
.testimonial-modal .testimonial-subtitle {
  font-size: 12px;
  font-family: 'Lemon-Milk-Pro-Regular';
  color: #5f5f5f;
  margin-bottom: 8px;
  text-align: justify;
}
.testimonial-btn {
  border: none;
  background: transparent;
  padding: 10px 0px;
  color: #fff;
}
.testimonial-modal .btn-close:focus {
  outline: 0;
  box-shadow: none;
  opacity: 1;
}
.owl-carousel {
  z-index: 0;
}
.clientbox-style {
  background-color: #eaeaea;
  padding: 40px;
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
  margin-bottom: 6px;
}

.clientbox-style .box-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ed6100;
  color: #fff;
  padding: 44px 38px;
  opacity: 0;
  transition: all ease 400ms;
  -moz-transition: all ease 400ms;
  -webkit-transition: all ease 400ms;
}

/* .clientbox-style:hover .box-content {
  opacity: 1;
} */

.clientbox-style .title {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.clientbox-style .sub-title {
  font-size: 16px;
  line-height: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

.clientbox-style .btn {
  color: #fff;
  padding: 0;
  margin-top: 22px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.Clients-carousel .owl-dots {
  text-align: center;
}
.Clients-carousel.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 30px;
}

.Clients-carousel .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 5px 5px;
  background: #eaeaea;
  display: block;
  border-radius: 0;
  transition: opacity .2s ease;
}

.Clients-carousel .owl-dots {
  text-align: center;
}

.Clients-carousel .owl-dots .owl-dot.active span {
  background: #ed6100;
}

.counter-section {
  padding-bottom: 48px;
}

.counterbox {
  display: flex;
  align-items: center;
  justify-content: center;
}

.counterbox-style {
  padding: 14px 10px;
  color: #005c56;
  text-align: center;
  border: 3px solid #005c56;
  border-radius: 20px;
  position: relative;
}

.counterbox-style .title {
  font-size: 92px;
  line-height: 100px;
  margin: 0;
}

.counterbox-style .heading-desc {
  font-size: 20px;
  text-transform: uppercase;
}

.counterbox-style-1 {
  width: 240px;
}

.counterbox-style-1::before {
  position: absolute;
  content: "";
  left: 70px;
  top: -12px;
  width: 12px;
  height: 22px;
  border: 3px solid #005c56;
  border-radius: 20px;
  background: #fff;
}

.counterbox-style-1::after {
  position: absolute;
  content: "";
  right: 70px;
  top: -12px;
  width: 12px;
  height: 22px;
  border: 3px solid #005c56;
  border-radius: 20px;
  background: #fff;
}

.counterbox-style-2 {
  width: 300px;
}

.counterbox-style-3 {
  width: 260px;
}

.counterbox-style-3::before {
  position: absolute;
  content: '';
  height: 25px;
  width: 18px;
  bottom: -15px;
  left: 24%;
  border-top: solid 3px;
  border-left: solid 3px;
  transform: rotate(236deg);
  background-color: #fff;
}

@media screen and (max-width: 1400px) {
  .video-popup-bg {
    padding: 170px 155px;
  }

  .banner-bg {
    padding: 400px 0px 205px;
  }

  .video-popup-bg .element-title {
    font-size: 70px;
    line-height: 80px;
  }

  .Section-padding-top-lg {
    padding-top: 100px;
  }

  .Section-padding-md {
    padding: 50px 0;
  }
  /* .testimonialis-style .sub-title {
    height: 60px;
  } */
  .testimonialis-style .heading-desc {
    padding-top: 40px;
    -webkit-line-clamp: 3;
  }
}

@media screen and (max-width: 1200px) {
  .heading-subheading-style .title {
    font-size: 26px;
  }

  .missionbox-style .heading-desc {
    font-size: 12px;
  }

  .banner-bg {
    padding: 280px 0px 157px;
  }

  .video-popup-bg {
    padding: 170px 110px;
  }

  .video-popup-bg .element-title {
    font-size: 60px;
    line-height: 70px;
  }

  .video-popup-bg .heading-desc {
    font-size: 26px;
  }

  .approach-list .approach-list-item::before {
    width: 400px;
  }

  .approach-list .approach-list-item {
    font-size: 24px;
    padding-top: 30px;
  }

  .section-title {
    font-size: 16px;
    line-height: 24px;
  }

  .aboutbox-style .heading-desc {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 16px;
    color: #4b4b4b;
  }
  .testimonialis-style:hover .box-content {
    opacity: 1;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .testimonialis-style .box-content .title {
    font-size: 14px;
  }
  .testimonialis-style .sub-title {
    font-size: 12px;
  }
  .testimonialis-style .heading-desc {
    padding-top: 16px;
    font-size: 12px;
  }
  .clientbox-style:hover .box-content {
    padding: 24px;
  }

  .counterbox-style .title {
    font-size: 70px;
  }

  .counterbox-style .heading-desc {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .Section-padding-xl {
    padding: 100px 0;
  }

  .Section-padding-top-lg {
    padding-top: 100px;
  }

  .Section-padding-bottom-lg {
    padding-bottom: 100px;
  }

  .missionbox-style {
    padding: 30px 48px;
  }

  .approach-list .approach-list-item {
    font-size: 18px;
    line-height: 28px;
    padding-top: 26px;
    width: 230px;
  }

  .approach-list .our-approach-heading::before {
    width: 300px;
  }

  .testimonialis-style:hover .box-content {
    padding: 20px 12px;
  }

  .testimonialis-style .box-content .title {
    font-size: 14px;
  }

  .testimonialis-style .sub-title {
    font-size: 14px;
  }

  .testimonialis-style .heading-desc {
    font-size: 12px;
    padding-top: 12px;
  }
  .testimonialis-style .heading-desc {
    padding-top: 0px;
    -webkit-line-clamp: 4;
  }
  .clientbox-style:hover .box-content {
    padding: 24px 14px;
  }

  .clientbox-style .title {
    font-size: 14px;
    margin-bottom: 8px;
  }

  .clientbox-style .sub-title {
    font-size: 14px;
    line-height: 24px;
  }

  .counterbox-style .title {
    font-size: 76px;
    line-height: 86px;
  }

  .counterbox-style .heading-desc {
    font-size: 18px;
  }
}

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

  .banner-bg {
    background-image: url(../images/banner/mobile/home-banner.jpg);
    padding: 400px 0px 84px;
    background-size: cover;
    background-position: center;
  }

  .aboutbox-style .section-title br {
    display: none;
  }

  .Section-padding-xl {
    padding: 40px 0;
  }

  .approach-list .approach-list-item {
    font-size: 18px;
    padding-top: 10px;
  }

  .approach-list .our-approach-heading::before {
    width: 454px;
  }

  .missionbox-style {
    padding: 20px;
  }

  .video-popup-bg {
    background-image: url(../images/banner/mobile/empower-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 350px 30px 40px;
  }

  .testimonialis-style:hover .box-content {
    padding: 30px;
  }
  .testimonialis-style .heading-desc {
    font-size: 14px;
    padding-top: 12px;
  }
  .approch-mobile-section .accordion-button::after {
    background-image: url(../images/about-us/angle-down-solid.svg);
    position: absolute;
    transform: none;
    background-size: cover;
  }
  .approch-mobile-section .accordion-button:not(.collapsed)::after {
    background-image: url(../images/about-us/angle-up-solid.svg);
  }
  .approch-mobile-section .accordion-button {
    border-bottom: 3px solid #cdcdcd;
  }
  .approch-mobile-section .accordion-button:not(.collapsed) {
    border-bottom: none;
  }
}

@media only screen and (max-width: 576px) {
  .d-sm-none {
    display: none;
  }

  .d-sm-block {
    display: block;
  }

  .heading-subheading .title {
    font-size: 26px;
  }

  .heading-subheading .title {
    font-size: 26px;
  }

  .Section-padding-top-md {
    padding-top: 50px;
  }

  .Section-padding-top-lg {
    padding-top: 50px;
  }

  .Section-padding-bottom-lg {
    padding-bottom: 50px;
  }

  .heading-subheading-style .title br {
    display: none;
  }

  .heading-subheading-style .title {
    font-size: 20px;
    line-height: 30px;
  }

  .banner-title {
    width: 100%;
    font-size: 18px;
    line-height: 28px;
  }

  .banner-bg {
    background-size: cover;
    background-position: center;
    padding: 400px 0px 80px;
  }

  .businessbox-style {
    margin-bottom: 16px;
  }

  .approch-section {
    display: none;
  }

  .approch-mobile-section {
    display: block;
  }

  .approch-mobile-section .accordion-item {
    padding: 14px 0;
  }

  .approch-mobile-section .accordion-button {
    font-size: 16px;
    padding-bottom: 6px;
    color: #005c56;
  }

  .approch-mobile-section .accordion-collapse {
    border-top: 3px solid #ee6809;
    border-bottom: none !important;
  }

  .approch-mobile-section .accordion-button::after {
    top: 0;
    right: 0;
  }

  .approch-mobile-section .accordion-button:not(.collapsed)::after {
    width: 26px;
    height: 26px;
  }
  .approch-mobile-section .accordion-button:not(.collapsed) {
    background-color: transparent;
  }
  .video-popup-bg {
    padding: 110px 30px 40px;
  }

  .video-popup-bg .element-title {
    font-size: 48px;
    line-height: 58px;
  }

  .video-popup-bg .heading-desc {
    font-size: 18px;
    line-height: 28px;
  }

  .video-popup-bg .heading-desc {
    font-size: 24px;
  }

  .testimonialis-style:hover .box-content {
    padding: 10px;
  }

  .testimonialis-style .box-content .title {
    font-size: 14px;
    line-height: 26px;
  }

  .testimonialis-style .sub-title {
    font-size: 14px;
    line-height: 24px;
  }

  .testimonialis-style .heading-desc {
    font-size: 14px;
    line-height: 24px;
    padding-top: 14px;
  }
  .testimonialis-style .heading-desc {
    -webkit-line-clamp: 3;
    padding-top: 0px;
  }
  .testimonial-btn {
    font-size: 14px;
  }
  .testimonial-modal .testimonial-img img {
    width: 50%;
  }
  .testimonial-modal .testimonial-desc {
    font-size: 14px;
  }
  .testimonial-modal .testimonial-title {
    font-size: 16px;
  }
  .testimonial-modal .testimonial-subtitle {
    font-size: 14px;
  }
  .clientbox-style:hover .box-content {
    padding: 20px;
  }

  .clientbox-style .sub-title {
    display: block;
  }

  .counter-section {
    padding-bottom: 60px;
  }

  .counterbox {
    display: block;
    order: 2;
  }

  .counterbox:first-child {
    order: 2;
  }

  .counterbox:nth-child(2) {
    order: 1;
  }

  .counterbox:nth-child(3) {
    order: 3;
  }

  .counterbox-style-1,
  .counterbox-style-2,
  .counterbox-style-3 {
    width: auto;
  }

  .counterbox-style-2 {
    margin-bottom: 10px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .counterbox-style .title {
    font-size: 64px;
    line-height: 74px;
  }

  .counterbox-style .heading-desc {
    font-size: 14px;
    letter-spacing: 0;
  }

  .counterbox-style-1::before {
    left: 50px;
    top: -10px;
    width: 10px;
    height: 16px;
  }

  .counterbox-style-1::after {
    right: 50px;
    top: -10px;
    width: 10px;
    height: 16px;
  }
}

/* Index page CSS End */
/* Our Product Page CSS Start */
.section-application .area-application {
  overflow: auto;
  white-space: nowrap;
}

.section-application .application-style {
  width: 100%;
  height: 100%;
  padding: 30px 16px;
}

*::-webkit-scrollbar-thumb {
  background-color: transparent;
}

*::-webkit-scrollbar-track {
  background: transparent;
}

*::-webkit-scrollbar {
  width: 0px;
  background-color: transparent;
}

::-webkit-scrollbar {
  width: 0px;
}

::-webkit-scrollbar-thumb {
  background: transparent;
}

@media screen and (max-width: 1800px) {
  .section-application .area-application {
    justify-content: space-between;
  }

  .video-door-station ul,
  .product-door-station .collapsed {
    max-height: 434px;
    overflow-y: auto;
  }
}

@media screen and (min-width: 1600px) and (max-width: 1800px) {

  .door-phone-system-page .container,
  .video-door-phone-page .container {
    max-width: 1080px;
  }
}

@media screen and (min-width: 1600px) and (max-width: 1400px) {

  .door-phone-system-page .container,
  .video-door-phone-page .container {
    max-width: 1080px;
  }
}

@media screen and (max-width: 768px) {
  .section-application .area-application {
    justify-content: normal;
  }

  .section-application .application-style {
    width: 25%;
    height: 100%;
    padding: 16px 10px;
  }
}

@media screen and (max-width: 576px) {
  .section-application .application-style {
    padding: 10px 5px;
  }

  .section-application .area-application {
    overflow: auto;
    white-space: wrap;
  }
}
/* Our Product Page CSS End */

/* Contact Us Page Start */
.spanish-orange {
  color: #ed6100;
}
.section-padding {
  padding: 80px 0;
}
.section-pb {
  padding-bottom: 80px;
}
.contact-form {
  background-color: #f9f9f9;
}
.contact-form .form-control:focus {
  border-color: #ced4da;
  box-shadow: none;
}
@media screen and (max-width: 991px) {
  .section-padding {
    padding: 50px 0;
  }
  .section-pb {
    padding-bottom: 50px;
  }
  .iframe {
    padding-top: 20px;
  }
}
/* Contact Us Page End */

/* Team Style CSS Start */
.team-info i {
  font-size: 14px;
  color: #828282;
}
.team-info span {
  font-size: 14px;
  color: #000;
}
/* Team Style CSS End */

/* VDP Section CSS Start */
.vdp-box-style {
  background-color: #efefef;
  position: relative;
  padding: 20px;
}
.vdp-box-style .vdp-detail {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.vdp-box-style .vdp-title {
  font-size: 20px;
  font-family: 'Lemon-Milk-Pro-Regular';
  color: #4f4f4f;
  margin-bottom: 0;
}
/* VDP Section CSS End */

/* Product Details page Table CSS Start */
.product-table td {
  border:1px solid black; 
  vertical-align: text-top;
  width:321px
}
.product-table td.title {
  vertical-align: inherit;
  text-align: center;
  color: #5d5d5d;
  font-size: 15px;
  padding: 6px;
}
.product-table td p {
  text-align: left;
  font-size: 14px;
  padding-left: 20px;
  padding-top: 14px;
  margin-bottom: 0px;
}
.product-table td p:last-child {
  padding-bottom: 14px;
}
/* Product Details page Table CSS End */
.about-us-page .active a,
.our-product-page .active a,
.contact-us .active a {
  color: #ed6100 !important;
}
.application-page .active>a,
.application-page .active ul li.active a  {
  color: #ed6100 !important;
}
/* Imprint Table section css Start */
.imprint-table {
  padding: 20px;
  overflow: auto;
  background: #fbfbfb;
  border: 1px solid #c4c4c4;
}
.print-box {
  float: right;
  cursor: pointer;
  margin-bottom: 10px;
  background: #f4f4f4;
  padding: 3px 10px;
  color: rgba(0, 0, 0, .55);
  border: 1px solid gray;
}
.imprint-table td {
  color: rgba(0, 0, 0, .55);
}
.table td, .table th {
  border-top: 1px solid #dee2e6;
}
.table>thead {
  border-bottom: 2px solid #dee2e6;
}
/* Imprint Table section css End */

/* Sitemap Table section css Start */
.sitemap-section ul li {
  list-style-type: none;
}
.light-gray-bg {
  background: #f2f2f2;
}
.dark-gray-bg {
  background: #dbdbdb;
}
.sitemap-list li {
  padding: 10px 20px;
}
.sitemap-list li a,
.sitemap-list li>span {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
}
.list li a {
  color: rgba(0, 0, 0, .55);
}
/* Sitemap Table section css End */

.terms-and-condition-section h5 {
  padding: 20px 0;
  margin-bottom: 0;
}
.terms-and-condition-section h6 {
  padding: 20px 0;
  margin-bottom: 0;
}
.terms-and-condition-section ol li {
  margin-bottom: 10px;
}
/* Service section css Start */
.service-box {
  background-color: #f2f2f2;
  padding: 50px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.service-box .list-style li {
  color: #5b5b5b;
  margin-left: 20px;
  padding-bottom: 10px;
}
hr.border-green {
  border: 1px solid #005c56;
  opacity: 1;
}
.height-100 {
  height: 100%;
}
.object-fit-cover {
  object-fit: cover;
}
@media screen and (max-width: 991px) {
  .service-box {
    padding: 30px;
  }
}
@media screen and (max-width: 576px) {
  .service-box .list-style li {
    font-size: 16px;
  }
}
/* Service section css End */

/* LODER CSS START */
.loading {
  display: none;
  position: fixed;
  z-index: 999;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
}

.loading:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 62%);
}

.loading:not(:required) {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  z-index: 9999;
}

.loading:not(:required):after {
  content: "";
  display: block;
  font-size: 10px;
  width: 50px;
  height: 50px;
  margin-top: -0.5em;

  border: 5px solid #ed6100;
  border-radius: 100%;
  border-bottom-color: transparent;
  -webkit-animation: spinner 1s linear 0s infinite;
  animation: spinner 1s linear 0s infinite;
}

@-webkit-keyframes spinner {
  0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
  }

  100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}

@-moz-keyframes spinner {
  0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
  }

  100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}

@-o-keyframes spinner {
  0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
  }

  100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
  }

  100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}
/* LODER CSS END */

/* Blog CSS Start */
.blog-section {
  padding: 60px 0px;
}
.blog-style {
  background-color: #eeeeee;
  border-radius: 20px;
  color: #000;
  margin-bottom: 40px;
}
.blog-style .blog-img img {
  border-radius: 20px;
}
.blog-style .blog-body {
  padding: 10px 20px 24px;
}
.blog-style .blog-title {
  font-size: 18px;
  font-weight: 900;
}
.blog-style .blog-text {
  font-size: 16px;
  margin-bottom: 10px;
}
.blog-style .blog-btn {
  border: 2px solid #b3b3b3;
  border-radius: 10px;
  padding: 4px 18px;
  color: #b3b3b3 !important;
}
.blog-style .btn-check:focus+.btn, .blog-style .btn:focus {
  outline: 0;
  box-shadow: none !important;
}
.blog-subtitle {
  color: #5b5b5b;
  font-size: 18px;
  padding-bottom: 12px;
  margin-bottom: 10px;
}
.blog-desc .parg {
  margin-bottom: 40px;
}
/* .blog-desc {
  margin-bottom: 100px;
}
.blog-desc .blog-title {
  font-size: 22px;
  font-weight: 600;
  color: #314b88;
}
.blog-desc p {
  margin-bottom: 30px;
}
.blog-desc .blog-subtitle {
  font-size: 18px;
  font-weight: 600;
  color: #314b88;
} */
/* Blog CSS End */
.mr-5{
  margin-right: 5px;
}
.ml-15{
  margin-left: 15px;
}
.section{
  padding:48px 0;
}

.side-sticky {
  position: fixed;
  top: 30%;
  right: 0;
  z-index: 2;
  font-size: 16px;
}

.side-sticky>div.options{
  padding: 8px;
  margin-bottom: 8px;
  border-radius: 4px 0px 0px 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.whatsapp {
background-color:#25D366;
color:white; 
}

.facebook {
  background-color:#1877F2;
  color:white; 
}

.instagram {
  background:linear-gradient(45deg, #E4405F, #C13584, #F77737);
  color:white; 
}

.twitter {
  background-color:#000000;
  color:white; 
}

.linkedin {
  background-color:#0077B5;
  color:white; 
}

.youtube {
  background-color:#FF0000;
  color:white; 
}

.enquiry {
  background-color:#FFCF27;
  color:white; 
}