@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Nunito: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&display=swap");

body {
         font-family: 'Mulish', sans-serif;
  color: #000;
}
b, strong {
    font-weight: bolder;
    font-weight: 700;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 17px;
    line-height: 30px;
    font-family: 'Mulish', sans-serif !important;
        font-weight: 300;
}
ul li{
   font-family: 'Mulish', sans-serif !important;
}
.ind-header-top {
  width: 100%;
  padding: 5px 0px;
  background-color:#e2e2e2;
}
.navbar_fixed {
    width: 100%;
    left: 0;
    top: -70px;
    position: fixed;
    background: #fff;
    border-bottom: 0px;
    z-index: 400;
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(70px);
    transition: background 100ms linear, -webkit-transform 500ms ease;
    -webkit-transition: background 100ms linear, -webkit-transform 500ms ease;
    -o-transition: transform 500ms ease, background 100ms linear;
    transition: transform 500ms ease, background 100ms linear;
    transition: transform 500ms ease, background 100ms linear, -webkit-transform 500ms ease;
    -webkit-box-shadow: 0 3px 15px rgb(0 0 0 / 10%);
    box-shadow: 0 3px 15px rgb(0 0 0 / 10%);
}
.ind-header-top .header-welcome-note span {
  color: #000;
  font-size: 14px;
}

.ind-header-top .header-welcome-note span a {
  color: #000;
}

.ind-header-top .header-top-social a {
  color: #000;
  margin-left: 20px;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.ind-header-top .header-top-social a:hover {
  color: #e40000;
}

.ind-main-header {
  /*  padding: 10px 0px 10px;*/
  box-shadow: 0 3px 15px rgb(0 0 0 / 10%);

}

.ind-main-header .site-logo {
  margin-right: 30px;
}

.ind-main-header .main-navigation-area .menu-navigation {
  padding-top: 15px;
}

.ind-main-header .main-navigation-area .menu-navigation li {
  margin: 0px 20px;
}

.ind-main-header .main-navigation-area .menu-navigation li a {
  font-weight: 600;
  font-family: "Mulish";
  position: relative;
  padding-bottom: 30px;
}

.ind-main-header .main-navigation-area .menu-navigation li a:after {
  width: 0%;
  right: 0;
  bottom: 0;
  left: auto;
  height: 5px;
  content: '';
  position: absolute;
  background-color: #e40000;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.ind-main-header .main-navigation-area .menu-navigation li a:hover:after {
  left: 0;
  right: auto;
  width: 100%;
}

.ind-main-header .header-cta-btn {
  color: #fff;
  height: 45px;
  width: 160px;
  font-weight: 600;
  line-height: 45px;
  border-radius: 40px;
/*  font-family: "Mulish";*/
  background-color: #e40000;
}

.ind-main-header .header-cta-btn a {
  color: #fff;
  text-decoration: none;
}

.ind-main-header .dropdown {
  position: relative;
}

.ind-main-header .dropdown:before {

  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  font-family: 'Font Awesome 5 Free';
}

/*.ind-main-header .dropdown:hover .dropdown-menu {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
*/
.ind-main-header .dropdown-menu {
  box-shadow: 0 3px 15px rgb(0 0 0 / 10%);
  padding: 0px;

  border: none;
  border-radius: 0;
  /* overflow: hidden;
  position: absolute;*/
  /*  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);*/
  background-color: #fff;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  -webkit-transform-origin: center top 0;
  -ms-transform-origin: center top 0;
  transform-origin: center top 0;
  min-width: 220px;
}

.ind-main-header .dropdown-menu li {
  display: block;
  margin: 0 !important;
  border-bottom: 1px solid #d0c9c9;
}

.ind-main-header .dropdown-menu li:last-child {
  border-bottom: none;
}

.ind-main-header .dropdown-menu a {
  width: 100%;
  display: block;
      font-size: 13px !important;
    padding: 8px 20px;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.ind-main-header .dropdown-menu a:after {
  display: none;
}

.ind-main-header .dropdown-menu a:hover {
  color: #fff;
  background-color: #e40000;
}

.dropdown-submenu a i {
 position: absolute;
    top: 10px;
    right: 5px;
    font-size: 12px;
}

.sticky-on {
  top: -50px;
  z-index: 9;
  width: 100%;
  position: fixed;
  -webkit-animation-duration: .7s;
  animation-duration: .7s;
  background-color: #fff;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-transition: .5s all ease-in-out;
  -o-transition: .5s all ease-in-out;
  transition: .5s all ease-in-out;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
}

.str-mobile_menu_content {
  top: 0px;
  bottom: 0;
  right: -350px;
  height: 100vh;
  z-index: 101;
  position: fixed;
  width: 280px;
  overflow-y: scroll;
  background-color: #1c1c1c;
  padding: 40px 0px;
  -webkit-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

.navbar-nav li a {
     font-weight: 700;
    font-family: 'Mulish', sans-serif;
    position: relative;
    /* padding-bottom: 30px; */
    color: #000;
    text-transform: uppercase;
}
.dropdown-menu li a{
      font-weight: 600 !important;
}
.navbar-brand img {
  width: 250px;
}

.container {
  max-width: 1240px;
}



.owl-carousel {
  max-width: 100%;
  overflow: hidden;
}


.owl-theme .owl-nav [class*=owl-]:hover {
  background: none !important;
  color: #FFF;
  text-decoration: none;
}

/* Overlay background */
.carousel-item:before {
/*  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);

  z-index: 1;*/
  /* Make sure the overlay is on top of the background */
}

/* Content styling */
.carousel-content {
  position: absolute;
  z-index: 2;
  /* Place content above the overlay */
  color: white;
  /*font-size: 70px;
      font-weight: bold;*/
  /*      text-align: center;*/
  opacity: 0;
  /* Initially hidden */
  transform: translateY(30px);
  /* Initially move the content below */
  transition: opacity 0.5s ease, transform 0.5s ease;
  /* Animation for fade and move */
  left: 10%;
  max-width: 600px;
}

.carousel-content h2 {
  font-size: 70px;
  font-weight: 700;
}
.carousel-content h2 span{
      color: #e40000;
    text-shadow: 2px 2px #fff;
}
.carousel-content p {
  font-size: 16px;
      padding: 15px 0;
}

/* Customizing Nav Arrows */
.owl-nav button.owl-prev,
.owl-nav button.owl-next {
  background-color: rgba(0, 0, 0, 0.5);
  /* Dark background */
  color: white;
  /* White arrow color */
  border: none;
  border-radius: 50%;
  padding: 25px;
  /* Increase padding for bigger arrows */
  font-size: 40px;
  /* Larger font size for arrows */
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}

/* Positioning the arrows */
.owl-nav button.owl-prev {
  left: 20px;
  /* Position the left arrow */
  color: #fff !important;
  font-size: 80px !important;
}

.owl-nav button.owl-next {
  right: 20px;
  /* Position the right arrow */
  color: #fff !important;
  font-size: 80px !important;
}

/* Hover effect for the arrows */
.owl-nav button.owl-prev:hover,
.owl-nav button.owl-next:hover {
  background-color: rgba(0, 0, 0, 0.8);
  /* Darker background on hover */
}

.theme-btn {
   color: #fff;
    height: 45px;
    width: max-content;
    font-weight: 600;
    line-height: 45px;
    border-radius: 40px;
    font-family: 'Mulish', sans-serif, sans-serif;
    background-color: #e40000;
    text-align: center !important;
    padding: 0 30px;
    border: none;
    font-weight: 300;
    font-size: 15px;
}

.theme-btn a {
  color: #fff !important;
  text-decoration: none !important;

}

.about-section-one {
  padding:50px 0 ;
}

.about-max-one {
  position: relative;
  z-index: 1;
  padding-right: 50px;
}

.about-max-one .about-max-one-media {
  padding: 20px 0px 20px 20px;
}

.about-max-one .about-max-one-media img {
  width: 100%;
}

.about-max-one:after {
  background-color: #ea130e;
}

.about-max-one:after {
  background-color: #ea130e;
  content: '';
  position: absolute;
  z-index: -1;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 45%;
}

.section-head.left.wt-small-separator-outer {
  text-align: left;
}
.m-i-box {

/*   border-radius: 10px;*/
    border-style: dashed;
    border-width: 0px 0px 0px 5px;
    border-color: #9E9E9E;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.26);
   padding: 30px 30px;
}

.site-text-primary,
.wt-small-separator {
  color: #ea130e;
}

.section-head.left.wt-small-separator-outer .wt-small-separator div.sep-leaf-left {
  position: relative;
}

.section-head.left.wt-small-separator-outer .wt-small-separator div.sep-leaf-left:before,
.section-head.left.wt-small-separator-outer .wt-small-separator div.sep-leaf-left:after {
  background-color: #ea130e;
}

.section-head.left.wt-small-separator-outer .wt-small-separator div.sep-leaf-left:before,
.section-head.left.wt-small-separator-outer .wt-small-separator div.sep-leaf-left:after {
  background-color: #ea130e;
}

.site-text-primary,
.wt-small-separator {
  color: #ea130e;
}

.wt-small-separator {

/*  text-transform: uppercase;*/
  letter-spacing: 1px;
  padding-right: 40px;
    font-size: 16px;
    line-height: 25px;
  margin-bottom: 5px;
  position: relative;
  display: inline-block;
/*  font-weight: 700;*/
  color: #ea130e;
}

.section-head.left.wt-small-separator-outer h2 {
  margin-bottom: 5px; font-weight:bold;
      font-family: 'Mulish', sans-serif;
          font-weight: 800;
    font-size: 27px;
    text-transform: uppercase;
    color: #000;
}

h2 {
  font-size: 40px;
  font-weight: 100; font-weight:bold
}

.about-one .about-year {
  padding: 10px 0px;
}

.about-one .about-year .about-year-info {
  float: left;
  padding: 10px;
  margin-right: 40px;
  background-image: url(../images/bg-dott2.png);
  background-repeat: repeat;
}

.about-one .about-year .about-year-info span {
  color: #ea130e;
}

.about-one .about-year .about-year-info span {
  display: block;
  font-size: 80px;
  line-height: 80px;
  color: #ea130e;
  font-family: "Mulish", sans-serif;
  font-weight: 700;
}

h4 {
  font-size: 20px;
  font-weight: 700;
}


.p-b90 {
  padding-bottom: 90px;
}

.p-t120 {
  padding-top: 120px;
}

.ind-feature-section {
  z-index: 1;
  padding: 50px 0px 50px;
/*  background-color: #000000;*/
}

.ind-feature-section:before {
  top: 0;
  left: 0;
  content: '';
  z-index: -1;
  width: 100%;
  height: 455px;
  position: absolute;
/*  background-color: #000000;*/
}

.ind-feature-section .ind-section-title h2 {
  color: #fff;
}

.ind-feature-section .section-title-text {
  color: #000;
  padding-left: 55px;
}

.ind-feature-section .ind-feature-content {
  padding-top: 55px;
}

.ind-feature-section .ind-feature-content-area .owl-stage-outer {
  overflow: visible;
}

.ind-feature-section .ind-feature-content-area .owl-stage-outer .owl-item {
  opacity: 0;
  -webkit-transition: .5s all ease-in-out;
  -o-transition: .5s all ease-in-out;
  transition: .5s all ease-in-out;
}

.ind-feature-section .ind-feature-content-area .owl-stage-outer .owl-item.active {
  opacity: 1;
}

.ind-feature-section .ind-feature-content-area .owl-nav {
  display: none;
}

.ind-feature-section .ind-feature-content-area .ind-feature-img-text {
  border: 20px solid #fff;
  -webkit-box-shadow: 0px 11px 24px 0px rgba(12, 12, 12, 0.11);
  box-shadow: 0px 11px 24px 0px rgba(12, 12, 12, 0.11);
}

.ind-feature-section .ind-feature-content-area .ind-feature-img-text .ind-feature-text-icon {
  background-color: #f1f1f1;
  padding: 75px 15px 35px;
}

.ind-feature-section .ind-feature-content-area .ind-feature-img-text .ind-feature-img {
  overflow: hidden;
}

.ind-feature-section .ind-feature-content-area .ind-feature-img-text .ind-feature-img img {
  -webkit-transition: .7s all ease-in-out;
  -o-transition: .7s all ease-in-out;
  transition: .7s all ease-in-out;
}

.ind-feature-section .ind-feature-content-area .ind-feature-img-text .ind-feature-icon {
  color: #fff;
  width: 100px;
  left: 0;
  right: 0;
  top: -48px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  font-size: 50px;
  position: absolute;
  border-radius: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 10px solid #fff;
  background-color: #e40000;
}

.ind-feature-section .ind-feature-content-area .ind-feature-img-text .ind-feature-text h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 15px;
}

.ind-feature-section .ind-feature-content-area .ind-feature-img-text .ind-feature-text h3 a {
  color: #000 !important;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
}

.ind-feature-section .ind-feature-content-area .ind-feature-img-text .ind-feature-text p {
  color: #000;
  line-height: 1.625;
}

.ind-feature-section .ind-feature-content-area .ind-feature-img-text .feature-plus {
  left: 0;
  right: 0;
  opacity: 0;
  width: 67px;
  color: #fff;
  height: 67px;
  bottom: -40px;
  margin: 0 auto;
  font-size: 24px;
  line-height: 67px;
  visibility: hidden;
  text-align: center;
  position: absolute;
  background-color: #e40000;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.ind-feature-section .ind-feature-content-area .ind-feature-img-text .feature-plus:before,
.ind-feature-section .ind-feature-content-area .ind-feature-img-text .feature-plus:after {
  top: 0;
  width: 0;
  height: 0;
  content: '';
  position: absolute;
}

.ind-feature-section .ind-feature-content-area .ind-feature-img-text .feature-plus:before {
  left: -17px;
  border-bottom: 17px solid #990000;
  border-left: 17px solid transparent;
}

.ind-feature-section .ind-feature-content-area .ind-feature-img-text .feature-plus:after {
  right: -17px;
  border-bottom: 17px solid #990000;
  border-right: 17px solid transparent;
}

.ind-feature-section .ind-feature-content-area .ind-feature-img-text:hover .feature-plus {
  opacity: 1;
  bottom: -50px;
  visibility: visible;
}

.ind-feature-section .ind-feature-content-area .ind-feature-img-text:hover .ind-feature-img img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.ind-feature-section .ind-section-title h2 {
  color: #000;
}

.ind-section-title h2 {
  color: #000;
     font-size: 35px;
    font-weight: 600;
  line-height: 1.222;
}

.ind-feature-section .ind-feature-content-area .ind-feature-img-text .feature-plus {
  left: 0;
  right: 0;
  opacity: 0;
  width: 67px;
  color: #fff;
  height: 67px;
  bottom: -40px;
  margin: 0 auto;
  font-size: 24px;
  line-height: 67px;
  visibility: hidden;
  text-align: center;
  position: absolute;
  background-color: #e40000;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

a:hover,
a:visited,
a:focus,
a:active {
  text-decoration: none !important;
  outline: none !important;
}

.counters {
  background-image: url('../images/gmap.png');

  /*    background-position: center center;*/
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: overlay;
  background-color: #ffffffeb;
}

.counters .counters-inner {
  overflow: hidden;
  margin: 12px 0 0;
  padding: 70px;
}

.counters h3 {
/*  font-weight: 700;*/
  font-size: 39px;
  margin-bottom: 30px;
}

.number {
  color: #B51717;
}

.counters .count {
  color: #B51717;font-weight: bold;
    font-size: 56px;
}

.counters .c-text {
  font-size: 20px;
  font-weight: 700;
}
.text-white{
  color: #fff !important;
}
.whychoose{
  background-image: url('../images/p-img.png');

  /*    background-position: center center;*/
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: overlay;
      background-color: #222334;
      padding: 100px;
}

.ind-service-section {
      padding: 77px 0px 60px;
    background: #ececec;
}

.ind-service-section .ind-section-title {
  max-width: 500px;
}
/*
.ind-service-section .ind-service-content {
  padding-top: 50px;
}*/

.ind-service-section .ind-service-side-text {
  z-index: 2;
  top: -50px;
  padding: 35px 40px;
  max-width: 355px;
  position: absolute;
  background-color: #fff;
  height: 400px;
}

.ind-service-section .ind-service-side-text h3 {
 /* font-size: 22px;*/
  font-weight: 700;
  padding-bottom: 15px;
}

.ind-service-section .ind-service-side-text p {
  line-height: 1.625;
  padding-bottom: 20px;
}

.ind-service-section .ind-service-side-text a {
  color: #fff;
  height: 53px;
  width: 150px;
  display: block;
  font-weight: 700;
  line-height: 53px;
  text-align: center;
  border-radius: 50px;
  background-color: #e40000;
  text-decoration: none;
}

.ind-service-section .service-slide-area {
  padding-left: 500px;
}

.ind-service-section .service-slide-area .owl-nav {
  top: -120px;
}

.ind-service-section .service-slide-area .ind-service-img {
  overflow: hidden;
}

.ind-service-section .service-slide-area .ind-service-img img {
  -webkit-transition: .5s all ease-in-out;
  -o-transition: .5s all ease-in-out;
  transition: .5s all ease-in-out;
}

.ind-service-section .service-slide-area .ind-service-img-text .ind-service-text {
  left: 0;
  right: 0;
  z-index: 1;
  bottom: -90px;
  position: absolute;
  padding: 30px 0px;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.ind-service-section .service-slide-area .ind-service-img-text .ind-service-text:before {
  content: '';
  height: 100%;
  width: 100%;
  top: 17px;
  z-index: -1;
  left: 0;
  position: absolute;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  background: #000000d1;
 /* background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(0, 0, 0, 0)), color-stop(35%, black));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 10%, black 35%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 10%, black 35%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 10%, #b1b1b1 35%);*/
}

.ind-service-section .service-slide-area .ind-service-img-text .ind-service-text h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 10px;
}
.ind-service-section .service-slide-area .ind-service-img-text .ind-service-text h3 a{
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}
.ind-service-section .service-slide-area .ind-service-img-text .ind-service-text p {
  opacity: 0;
  color: #bcbcbc;
  font-size: 14px;
  padding-bottom: 10px;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.ind-service-section .service-slide-area .ind-service-img-text .ind-service-icon a {
  opacity: 0;
  color: #fff;
  width: 58px;
  height: 58px;
  display: block;
  font-size: 20px;
  margin: 0 auto;
  line-height: 58px;
  border-radius: 100%;
  background-color: #e40000;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.ind-service-section .service-slide-area .ind-service-img-text:hover .ind-service-img img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.ind-service-section .service-slide-area .ind-service-img-text:hover .ind-service-text {
  bottom: 0;
  background-color: #000;
}

.ind-service-section .service-slide-area .ind-service-img-text:hover .ind-service-text:before {
  opacity: 0;
}

.ind-service-section .service-slide-area .ind-service-img-text:hover .ind-service-text p {
  opacity: 1;
}

.ind-service-section .service-slide-area .ind-service-img-text:hover .ind-service-text .ind-service-icon a {
  opacity: 1;
}

.ind-service-section .service-slide-area {
  padding-left: 350px;
}
 .icon-block {
      padding: 20px;
      text-align: left;
      border: 1px solid #e4e4e4;
      border-radius: 8px;
      margin: 10px 0;
      box-shadow: 1px solid #494a5a;
      display: flex;
      align-items: center;
    }
    .icon-block i {
      font-size: 22px;
    color: #e40000;
    margin-right: 20px;
    border: 1px solid #fff;
    padding: 20px 23px;
    border-radius: 50%;
    background: #fff;
    width: 70px;
    height: 70px;
    line-height: 27px;
    }
    .icon-block h4 {
      margin-bottom: 10px;
      color: #fff;
    }
     .icon-block p {

      color: #fff;
    }
    .testimonial-11.testimonial-box {
    background-color: #fff;
    box-shadow: 5px 5px 30px 0px rgba(0,0,0,0.1);
    margin: 30px 100px;
    padding: 40px;
}
.testimonial-11.testimonial-box .testimonial-pic{
  border-radius: 0;
}
.testimonial-11.testimonial-box .quote-left:before,
.testimonial-11.testimonial-box .quote-right:after {
    font-size: 50px;
    color: rgba(0,0,0,0.1);
}
.testimonial-11.testimonial-box .testimonial-detail {
    padding: 0px 85px;
}
.testimonial-11.testimonial-box .quote-left:before {
    left: 20px;
  top: 0;
}
.testimonial-11.testimonial-box .quote-right:after {
    top: auto;
    right: 50px;
    bottom: 50px;
}
.testimonial-11.testimonial-box .testimonial-text p {
    line-height: 28px;
    font-size: 16px;
}
.owl-btn-2.radius-no .owl-nav button.owl-prev,
.owl-btn-2.radius-no .owl-nav button.owl-next{
  border-radius: 0;
}
.owl-btn-2.owl-btn-md .owl-nav button.owl-prev,
.owl-btn-2.owl-btn-md .owl-nav button.owl-next{
  height: 60px;
  width: 60px;
  line-height: 60px;
  font-size: 24px;
}
.testimonial-box-carousel .owl-nav button.owl-prev{
  left: 140px;
}
.testimonial-box-carousel .owl-nav button.owl-next{
  right: 140px;
}
.testimonial-11.testimonial-box {
    background-color: #fff;
    box-shadow: 5px 5px 30px 0px rgba(0, 0, 0, 0.1);
    margin: 30px 30px;
    padding: 40px;
}
.testimonial-11 {
    display: flex
;
    align-items: center;
    padding: 0 100px 30px;
}
.testimonial-11.testimonial-box .quote-left:before {
    left: 20px;
    top: 0;
}
.testimonial-11.testimonial-box .quote-left:before, .testimonial-11.testimonial-box .quote-right:after {
    font-size: 50px;
    color: rgba(0, 0, 0, 0.1);
}.quote-left:before {
    content: "\f10d";
    left: 0;
}
.quote-left:before, .quote-right:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;

    z-index: 10;
    top: 15px;
}

.testimonial-11.testimonial-box .quote-right:after {
    top: auto;
    right: 50px;
    bottom: 50px;
}.quote-right:after {
    content: "\f10e";
    left: auto;
    right: 0;
}.quote-left:before, .quote-right:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;

    z-index: 10;
    top: 15px;
}
.testimonial-section{
     padding: 80px;
     ba
}
.testimonial-detail h5{
      color: #e40000 !important;
}
footer{
  background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.ind-footer-section {
  z-index: 1; }
  .ind-footer-section:after {
    top: 0;
    left: 0;
    z-index: -1;
    content: '';
    opacity: .8;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #000; }
  .ind-footer-section .footer-widget-content {
    padding: 60px 0px 40px; }

.f-logo-widget .footer-logo {
  margin-bottom: 20px; }
 /* .f-logo-widget .footer-logo p {
    padding-top: 20px; }*/

.f-logo-widget span {
  color: #fff;
  display: block;
  font-weight: 700;
  padding-bottom: 5px; }

.ind-footer-widget p {
  font-size: 14px;
  color: #fff;
  line-height: 1.625; }

.ind-footer-widget .ind-widget-title {
  color: #fff;
     font-size: 20px;
/*    font-weight: 600;*/
  padding-bottom: 22px; }

.newsletter-widget form {
  position: relative;
  margin-top: 25px; }

.newsletter-widget input {
  width: 100%;
  border: none;
  height: 45px;
  padding: 0px 30px;
  background-color: #222226; }

.newsletter-widget button {
  top: 0;
  right: 0;
  width: 60px;
  color: #fff;
  height: 100%;
  border: none;
  position: absolute;
  background-color: #e40000;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .newsletter-widget button:hover {
    background-color: #6e24c8; }

.newsletter-widget .ind-social-footer {
/*  margin-top: 20px;*/
  display: inline-flex
 }
 .ind-footer-widget a{
  color: #fff !important;
  text-decoration: none;
 }
  .newsletter-widget .ind-social-footer a {
   margin-right: 10px;
    color: #7e7e7e;
    padding: 5px 10px;
    border: 1px solid #7e7e7e;
    width: 35px;
    height: 35px;
     }

.footer-info-widget .ind-office-icon-text .ind-office-icon {
  margin-right: 12px; }
  .footer-info-widget .ind-office-icon-text .ind-office-icon i {
    color: #e40000; }

.footer-info-widget .ind-office-icon-text p {
 /* max-width: 140px;
  overflow: hidden;*/
  line-height: 1.714; }

.ind-insta-widget .ind-insta-feed {
  margin: 0 -5px; }

.ind-insta-widget a {
  float: left;
  margin: 5px;
  position: relative; }
  .ind-insta-widget a:after {
    top: 0;
    left: 0;
    opacity: .0;
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: #010101;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out; }
  .ind-insta-widget a:hover:after {
    opacity: .8; }

.copy-right-text {
  color: #c6c6c6;
  padding: 15px 0px;
  background-color: #202020; }
  .copy-right-text a {
    color: #e40000; }

.footer-logo img{
  width: 240px;
}
.float-left {
    float: left !important;
}
input:focus {
    outline-offset: -2px;
}




#submitsearch{
  border: 1px solid rgb(138, 134, 134);
  margin-left: -82px;
  padding: 5px;
  border-radius: 19px;
  cursor: pointer;
  padding-left: 10px;
  padding-right: 8px;
  padding-top: 4px;

  display: none;
  box-shadow: 0 0 1px black;
  margin-right:110px;
}

#searchInput {
/*      width: 18%;*/
/*margin-left: 33px;*/
      border: 1px solid #000;
      border-radius: 30px;
      font-size: 16px;
      background-color: white;
      background-image:url('../images/search.png');

         background-position: right 12px bottom 8px;
      background-repeat: no-repeat;
      padding: 8px 40px 8px 20px;
      -webkit-transition: width 0.8s ease-in-out;
      transition: width 0.8s ease-in-out;
      outline: none;
      opacity: 0.9;

    }

 ul.links-list li {
    display: block;
    line-height: 1em;
}.links-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}.links-list li a {
    color: #fff;
    font-size: 15px;
    display: inline-block;
    line-height: 32px;
    font-weight: 400;
    border-bottom: 2px solid transparent;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    text-decoration: none;
}
.links-list:before{

}
.services-section{

  position:relative;

  padding:80px 0px 70px;

}



.services-block{

  position:relative;

  margin-bottom:50px;

}



.services-block .inner-box{

  position:relative;

}



.services-block .inner-box .upper-box{

  position:relative;

  padding-left:78px;

  min-height:58px;

}



.services-block .inner-box .upper-box .icon{

  position:absolute;

  left:0px;

  top:0px;

  width:60px;

  height:57px;

  color:#333333;

  font-size:24px;

  line-height:56px;

  text-align:center;

  background-color:#ffb200;

}



.services-block .inner-box .upper-box h3{

  position:relative;

  color:#333333;

  font-size:20px;

  font-weight:700;

  line-height:57px;

}



.services-block .inner-box .upper-box h3 a{
  text-decoration: none;

  position:relative;

  color:#333333;

  transition:all 500ms ease;

  -moz-transition:all 500ms ease;

  -webkit-transition:all 500ms ease;

  -ms-transition:all 500ms ease;

  -o-transition:all 500ms ease;

  font-family: 'Arimo', sans-serif;

}



.services-block .inner-box .upper-box h3 a:hover{

  color:#ffb200;

}



.services-block .inner-box .lower-box{

  position:relative;

}



.services-block .inner-box .lower-box .image{

  position:relative;

}



.services-block .inner-box .lower-box .image img{

  position:relative;

  width:100%;

  display:block;

}



.services-block .inner-box .lower-box .image .overlay-box{

  position:absolute;

  left:0px;

  top:0px;

  width:100%;

  height:100%;

  display:block;

  opacity:0;

  padding:32px 35px;

  transition:all 500ms ease;

  -moz-transition:all 500ms ease;

  -webkit-transition:all 500ms ease;

  -ms-transition:all 500ms ease;

  -o-transition:all 500ms ease;

  background-color:rgba(51,51,51,0.90);

}



.services-block .inner-box:hover .lower-box .image .overlay-box{

  opacity:1;

}



.services-block .inner-box .lower-box .image .overlay-box .text{

  position:relative;

  color:#ffffff;

  font-size:15px;

  line-height:2em;

}



.services-block .inner-box .lower-box .image .overlay-box .link-btn{

  position:absolute;

  color:#333333;

  font-size:18px;

  right:30px;

  bottom:0px;

  display:inline-block;

  padding:17px 12px 10px;

  border-radius:50px 50px 0px 0px;

  background-color:#ffb200;

}


.services__item-five {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
;
    align-items: center;
    background: #ffffff;
    overflow: hidden;
    position: relative;
    margin-bottom: 25px;
    height: 110px;
/*        min-height: 160px;*/
}
.services__item-five:hover{
  box-shadow: 0 3px 15px rgb(0 0 0 / 10%);
      background: #e3d3d1;

}

.services__thumb-five {
  width: 100px;
    height: 115px;
    flex: 0 0 auto;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    position: relative;
}.services__thumb-five::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: red;
    mix-blend-mode: multiply;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    pointer-events: none;
}
.services__thumb-five img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}.services__content-five {
    padding: 10px 30px;
    flex-grow: 1;
}.services__content-five .title {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.services__content-five .title a{
  color: #000;
  text-decoration: none;
}.mb-50 {
    margin-bottom: 50px;
}
.grey-bg {
    background: #F0EFEB;
}
.services__area-four{
      padding: 70px;
}
.about-section-one{
      padding: 0 70px;
}.footer {
    z-index: 1;
    background-color: #000000;
}

.footer.style1, .footer.style2 {
    background-image: url(../images/footer--img.png);
    background-position: center top;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer > .prt-bg-layer {
    background-color: #000a20;
    opacity: .15;
}
footer{    padding: 0 100px;}

.footer.text-base-white, .footer.text-base-white a {
    color: rgba(255, 255, 255, .60) !important;
    position: relative;
    z-index: 0;
        text-decoration: none;
}

.footer .widget-area .text-center a {
    color: #fff !important;
}

.footer.text-base-white .menu-footer-quick-links a:hover {
    color: var(--base-skin) !important;
}

.footer.text-base-white .menu-footer-quick-links.links-2 a:hover {
    color: var(--base-skin-02) !important;
}

.footer.text-base-white .menu-footer-quick-links.links-3 a:hover {
    color: var(--base-skin-03) !important;
}

.footer .footer-logo {
    position: relative;
    margin-bottom: 24px;
}

.footer .social-icons li, .footer.style2 .social-icons li {
    font-weight: normal;
    text-align: center;
    position: relative;
    margin: 0 1px;
}

.footer .social-icons li a, .footer.style2 .social-icons li a {
    width: 37px;
    height: 37px;
    line-height: 37px;
    margin: 0 0 0 0px;
    text-align: center;
    display: block;
    background-color: #000;
    font-size: 16px;
    color: #fff !important;
    border-radius: 50px;
    border: 1px solid #000;
}

.footer .social-icons li a:hover {
    background-color: var(--base-skin);
    color: var(--base-white);
    border-color: var(--base-skin);
}

.footer.style2 .social-icons li a:hover {
    background-color: var(--base-skin-02);
    color: var(--base-white);
    border-color: var(--base-skin-02);
}

.footer.style3 .social-icons li a:hover {
    background-color: var(--base-skin-03);
    color: var(--base-white);
    border-color: var(--base-skin-03);
}

.footer .social-icons li a:hover i {
    color: var(--base-white);
}

.footer .widget .widget-title {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 25px;
    display: inline-block;
    position: relative;
    color: #fff;
}

.footer .widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.first-footer.style1 {
    position: relative;
    padding: 92px 0 50px;
}

.first-footer.style2 {
    position: relative;
    padding: 90px 0 25px;
}

.first-footer.style1 .first-footer-content h3 {
    font-weight: 400;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 18px;
    position: relative;
    font-family: var(--base-headingfont);
}

.first-footer.style1 .first-footer-content h3:before, .footer.style2 .first-footer.style1 .first-footer-content h3:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: var(--base-skin);
    bottom: 0;
}

.footer.style2 .first-footer.style1 .first-footer-content h3:before {
    background-color: var(--base-skin-02);
}

.first-footer.style1 .first-footer-content h2 {
    font-size: 50px;
    line-height: 65px;
    font-family: var(--base-headingfont);
}

.first-footer.style1 .first-footer-content-1 {
    padding: 0 40px;
}

.first-footer.style1 .first-footer-content-1 p {
    font-size: 16px;
    line-height: 26px;
    font-family: var(--base-headingfont);
    color: #fff;
    margin-bottom: 35px;
}

.first-footer.style1 .first-footer-content-1 .footer-btn a {
    color: #fff !important;
    z-index: unset;
}

.first-footer.style1 .footer-btn a.prt-btn.prt-btn-style-fill:after {
    background-color: #fff;
}

.first-footer.style1 .footer-btn a.prt-btn.prt-btn-style-fill:hover {
    color: #fff !important;
}

.first-footer.style1 .footer-btn a.prt-btn.prt-btn-style-border:after {
    background-color: var(--base-skin);
}

.first-footer.style1 .footer-btn a.prt-btn.prt-btn-style-border.skin-02:after {
    background-color: var(--base-skin-02);
}

.first-footer.style1 .footer-btn a.prt-btn.prt-btn-style-border:hover {
    color: #fff !important;
}

.first-footer.style3 {
    padding: 100px 0 0px;
}

.second-footer .border-top {
    border-top: 1px solid rgba(255 255 255 / 0.3) !important;
}

.second-footer .widget-area .widget {
    padding: 54px 0 43px;
    position: relative;
    z-index: 2;
}

.second-footer .widget-area .widget .textwidget p {
    color: rgba(255, 255, 255, .80);
}

.second-footer .featured-icon-box.style1 .featured-desc a:hover {
    color: var(--base-skin) !important;
}

.second-footer .featured-icon-box.style2 .featured-desc a:hover {
    color: var(--base-skin-02)!important;
}

.second-footer .featured-icon-box.style4 .featured-desc a:hover {
    color: var(--base-skin-03)!important;
}

.newsletter_widget .widget-title {
    margin-bottom: 10px !important;
}

.newsletter-form {
    position: relative;
    margin-top: 17px;
    margin-bottom: 5px;
    clear: both;
    display: inline-block;
    width: 100%;
}

.newsletter-form input[type="email"] {
    padding: 13px 20px 13px 20px;
    border: none;
    border-radius: 10px;
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    width: 460px;
}

.newsletter-form input[type="email"]::placeholder {
    color: #fff;
}

.newsletter-form input[type="checkbox"] {
    background-color: transparent;
}

.newsletter-form.style1 input[type=checkbox] {
    accent-color: var(--base-skin);
}

.newsletter-form.style2 input[type=checkbox] {
    accent-color: var(--base-skin-02);
}

.newsletter-form.style3 input[type=checkbox] {
    accent-color: var(--base-skin-03);
}

.newsletter-form button[type="submit"] {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 20px;
    font-weight: 400;
    height: 54px;
    width: 54px;
    border-radius: 10px;
    line-height: 0;
    display: block;
    padding: 0;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.newsletter-form button[type="submit"] i {
    font-size: 20px;
    color: #fff;
}

.newsletter-form.style1 button[type="submit"] {
    background-color: var(--base-skin);
    border-color: var(--base-skin);
}

.newsletter-form.style2 button[type="submit"] {
    background-color: var(--base-skin-02);
    border-color: var(--base-skin-02);
}

.newsletter-form.style3 button[type="submit"] {
    background-color: var(--base-skin-03);
    border-color: var(--base-skin-03);
}

.prt-section-hili-dot {
    position: relative;
    top: 0;
    z-index: -1;
    color: #e40000;
    right: 0px;
}

.prt-section-hili-dot:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    background-color: currentColor;
    box-shadow: 0 0 0.80em 0.380em currentColor;
}

.prt-section-hili-dot.style1 {
    font-size: 300px;
}

.prt-section-hili-dot.style1:before, .prt-section-hili-dot.style3:before {
    top: 0;
    bottom: 0;
    box-shadow: 0 0 0.80em 0.380em rgb(228 0 0);

}

.prt-section-hili-dot.style2, .prt-section-hili-dot.style4, .prt-section-hili-dot.style6 {
    position: relative;
    z-index: -2;
    font-size: 740px;
}

.prt-section-hili-dot.style4 {
    color: #00d2ff;
}

.prt-section-hili-dot.style6 {
    color: #ff8400;
}

.prt-section-hili-dot.style2:before, .prt-section-hili-dot.style4:before, .prt-section-hili-dot.style6:before {
    bottom: -460px;
    left: -63%;
    box-shadow: 0 0 0.80em 0.350em currentColor;
    z-index: -1;
}

.prt-section-hili-dot.style3 {
    color: #00d2ff;
    font-size: 300px;
}

.prt-section-hili-dot.style5 {
    color: #ff8400;
    font-size: 300px;
}

.widget .widget_nav_menu {
    display: inline-block;
}

.widget ul.menu-footer-quick-links li {
    display: block;
    padding: 0px 0px 15px 0;
    position: relative;
}

.widget ul.menu-footer-quick-links li:last-child {
    padding-bottom: 0;
}

.widget_cta h4 {
    font-size: 26px;
    line-height: 1;
    margin-bottom: 30px;
    color: var(--base-skin) !important;
}

ul.widget_contact_wrapper li {
    padding-left: 48px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
    line-height: 25px;
    color: rgba(255,255,255,.75);
    border-bottom: 1px solid rgba(255,255,255,.2);
}

ul.widget_contact_wrapper li > a {
    display: block;
    color: var(--base-white) !important;
}

ul.widget_contact_wrapper li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}

ul.widget_contact_wrapper li i {
    position: absolute;
    left: 0;
    top: 2px;
    line-height: 1;
    font-size: 27px;
    font-weight: 400;
    color: var(--base-skin);
}

footer .g-map iframe {
    width: 100%;
    margin-top: 15px;
    filter: brightness( 91% ) contrast( 126% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg );
    border-radius: 5px;
}

.copyright {
    background-color: #000;
    padding: 0 100px;

}
.second-footer .widget-area .widget .textwidget p {
    color: rgba(255, 255, 255, .80);
        font-size: 15px;
}
.copyright .cpy-text {
        padding: 9px 0 5px;
/*    padding-bottom: 10px;*/
    font-size: 15px;
    text-align: center;
    color: rgba(255,255,255,.50)!important;
    display: flex;
    justify-content: space-between;
}

.copyright .cpy-text a {
    font-size: 15px;
    color: rgba(255,255,255,.50)!important ;
        text-decoration: none;
}

.copyright .cpy-text a:hover {
    color: var(--base-skin) !important;
}

.footer-nav-menu {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.footer-nav-menu li {
    display: inline-block;
    padding-left: 2px;
    padding-right: 14px;
    font-size: 16px;
    padding-bottom: 0px;
    position: relative;
}

ul.footer-nav-menu li:after {
    position: absolute;
    content: "/";
    padding-left: 7px;
    top: 0;
}

ul.footer-nav-menu li:last-child:after {
    content: unset;
}

.footer-marquebox-1, .footer-marquebox-2 {
    background-color: var(--base-skin);
    z-index: 2;
    position: relative;
}

.footer-marquebox-2 {
    background-color: var(--base-skin-02);
}

.footer-marquebox-3 {
    background-color: var(--base-skin-03);
}

.footer-marquebox-wrapper {
    padding: 1px 0;
    width: 100%;
    height: 50px;
}

.first-footer.style2 .footer-marquebox-wrapper {
    padding: 1px 0;
    width: 100%;
    height: auto;
}.footer .social-icons li, .footer.style2 .social-icons li {
    font-weight: normal;
    text-align: center;
    position: relative;
    margin: 0 1px;
}

.social-icons li {
    margin: 0 2px;
}
.social-icons li {
    display: inline-block;
    border: none;
    z-index: 1;
    position: relative;
}.footer .widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer_nav2 {padding:0;margin:0;list-style:none;;}
.footer_nav2 li{display:block;margin:0 0 15px;display:block;color:#d4d4d4;font-size:15px;padding:0 0 0 34px;position:relative;line-height:25px;}
.footer_nav2 li i{position:absolute;left:0;margin-top:2px;font-size:20px;color:#fff}


.footer_nav21 {padding:0;margin:0;list-style:none;;}
.footer_nav21 li{display:block;margin:0 0 15px;display:block;color:#d4d4d4;font-size:15px;
  padding:0 0 0 24px;position:relative;line-height:25px;}
.footer_nav21 li i{position:absolute;left:0;    margin-top: 6px;font-size:14px;color:#fff}
.cpy-text p{
  margin-bottom: 0;
}
.services__content-five p{
  color: #e40000;
    font-size: 14px;
    font-style: italic;
}
.pc_whatsapp img {
    max-width: 130px
}.pc_whatsapp {
    display: block;
    position: fixed;
    bottom: 10px;
    z-index: 9999;
    left: 10px;
}
.dlab-banner-row,
.dlab-banner-outer {
    position: relative;
}
.dlab-bnr-pic {
    width: 100%;
    overflow: hidden;
}
.dlab-bnr-pic img {
    width: 100%;
    height: auto;
    display: block;
}
.dlab-bnr-text {
    position: absolute;
    left: 0;
    top: 35%;
    width: 100%;
    margin: 0;
    color: #FFFFFF;
}
.dlab-bnr-text-has {
    max-width: 600px;
}
.dlab-bnr-text strong,
.dlab-bnr-text span {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3)
}
.dlab-bnr-text strong {
    display: block;
    font-size: 60px;
    font-weight: 700;
    line-height: 70px;
    margin: 0 0 25px;
    color: #FFFFFF;
}
.dlab-bnr-text span {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    display: block;
    margin-bottom: 30px;
}
.dlab-bnr-text .btn {
    margin-right: 30px;
}
@media only screen and (max-width: 1200px) {
    .dlab-bnr-text strong {
        font-size: 60px;
        line-height: 60px;
        margin: 0 0 15px;
    }
    .dlab-bnr-text span {
        font-size: 20px;
        line-height: 24px;
    }
}
@media only screen and (max-width: 991px) {
    .dlab-bnr-text strong {
        font-size: 50px;
        line-height: 50px;
        margin: 0 0 10px;
    }
}
@media only screen and (max-width: 767px) {
    .dlab-bnr-text strong {
        font-size: 40px;
        line-height: 40px;
        margin: 0 0 0;
    }
}
@media only screen and (max-width: 680px) {
    .dlab-bnr-text strong {
        font-size: 30px;
        line-height: 30px;
        margin: 0 0 0;
    }
    .dlab-bnr-text span {
        font-size: 14px;
        line-height: 18px;
    }
}
@media only screen and (max-width: 480px) {
    .dlab-bnr-text strong {
        font-size: 20px;
        line-height: 20px;
    }
    .dlab-bnr-text span {
        font-size: 12px;
        line-height: 16px;
    }
}
/*== > inner page banner ==*/
.dlab-bnr-inr.dlab-bnr-inr-lg .dlab-bnr-inr-entry,
.dlab-bnr-inr.dlab-bnr-inr-lg {
    height: 800px;
}
.dlab-bnr-inr.dlab-bnr-inr-md .dlab-bnr-inr-entry,
.dlab-bnr-inr.dlab-bnr-inr-md {
    height: 600px;
}
.dlab-bnr-inr.dlab-bnr-inr-sm .dlab-bnr-inr-entry,
.dlab-bnr-inr.dlab-bnr-inr-sm {
    height: 450px;
}
.dlab-bnr-inr,
.dlab-bnr-inr  .dlab-bnr-inr-entry{
/*   height: 100px;*/
}
.dlab-bnr-inr {
      padding: 36px 0;
/*    height: 100px;*/
    background-size: cover;
    background-position: center center;
    display: table;
    width: 100%;
/*    text-align:center;*/
        background-blend-mode: overlay;
    background-color: #00000069;
}
.dlab-bnr-inr .container {
    display: table;
    height: 100%;
}
.dlab-bnr-inr-entry {
  /*  display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    -webkit-justify-content: space-between;*/
}
.dlab-bnr-inr-entry.align-m {
    vertical-align: middle;
}.overlay-black-middle:after {
    opacity: 0.5;
}
.overlay-black-light:after, .overlay-black-middle:after, .overlay-black-dark:after {
    background: #000;
}
.dlab-bnr-inr .breadcrumb-row{
  padding:0;
  background-color:rgba(0,0,0,0);
}
.dlab-bnr-inr h1 {
     font-weight: 700;
    font-size: 24px;
    margin-bottom: 0;
    font-family: 'Mulish', sans-serif;
    text-transform: uppercase;
    line-height: 36px;
}
.next-element {
    color: #ffffff;
    float: right;
    opacity: 0.1;
}
.next-element:hover {
  color:#fff;
  opacity:0.8;
}
.next-element i{

}
.breadcrumb-row ul li a{
  color:var(--color-primary);
}
.dlab-bnr-inr .breadcrumb-row ul li:after,
.dlab-bnr-inr .breadcrumb-row ul li:last-child{
  color:#fff;
}
.dlab-bnr-inr .breadcrumb-row ul li a{
  color:#fff;
      text-decoration: none;
      font-family: 'Mulish', sans-serif;
          font-weight: 300;
              font-size: 12px;
}.breadcrumb-row ul {
    margin: 0;

}
ul[class*="list-"] {
    font-size: 15px;
}
.list-inline {
    padding-left: 0;
    list-style: none;
}.breadcrumb-row ul li {
    padding: 0;
    margin-right: 3px;
    color: #fff;
    display: inline-block;
        font-size: 12px;
    font-weight: 500;
    font-family: 'Mulish', sans-serif;
        font-weight: 300;
}
.breadcrumb-row ul li:after {
    content: "/";
    margin-left: 7px;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
        color: #fff;
            font-size: 12px;
}
.breadcrumb-row ul li:last-child {
    color: #676767;
}
.breadcrumb-row ul li:last-child:after {
    display: none;
}

.video-section {
    background-repeat: no-repeat;
    background-position: right bottom;
}
.content-inner {
    padding-top: 50px;
    padding-bottom: 50px;
}
.section-full {
    position: relative;
}
.video-bx {
    position: relative;
    z-index: 1;
/*    border-radius: 6px;*/
    overflow: hidden;
        padding-right: 50px;
}
.video-bx img {
    border-style: none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
        border-radius: 10px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {

   background-color:#e40000 !important;
/*    border-top: 2px solid #FFC107;*/

}
.nav-pills .nav-link1 {
     border-bottom-left-radius: 0 !important;
      border-bottom-right-radius: 0 !important;
}
.nav-pills .nav-link {
    border-radius: 5px;
    background: none;
    color: #000;
    background-color: #ececec !important;
        margin-right: 20px;
         border-radius: 10px 0 10px !important;
         font-size: 20px;
    padding: 10px 40px;
    font-family: 'Mulish', sans-serif;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
   font-weight: 500;
    font-family: 'Mulish', sans-serif !important;
}
.nav-pills {

    justify-content: center;
}
.tab-content{
  background: var(--sunpv-white, #fff);
  position: relative;
  padding: 30px;
  z-index: 1;
  overflow: hidden;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px;
}
.tab-content1{
    box-shadow: rgb(149 157 165 / 13%) 0px 8px 24px 24px !important
/*    box-shadow: none !important;*/
}
.abt-sec{
  padding: 50px 0;
}
.tab-content>.active {
    display: block;
    padding: 30px;
}
.tab-pane h3{
  font-weight: 600;
  font-size: 24px;
}
.video-gallery {
/*  position: relative;
  margin: 0 auto;*/
/*  max-width: 1000px;*/
/*  text-align: center;*/
}

.video-gallery .gallery-item {
 /* position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  min-width: 320px;
  max-width: 580px;
  max-height: 360px;
  width: 48%;*/
  background: #dbdbdb;
    border: 1px solid #ececec;
  cursor: pointer;
}

.video-gallery .gallery-item img {
 /* position: relative;
  display: block;*/
/*  opacity: .45;*/
 /* width: 105%;
  height: 300px;*/
 /* transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(-23px, 0, 0);
  backface-visibility: hidden;*/
}

.video-gallery .gallery-item .gallery-item-caption {
  padding: 0 1em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
}

/*.video-gallery .gallery-item .gallery-item-caption,
.video-gallery .gallery-item .gallery-item-caption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}*/

.video-gallery .gallery-item h2 {
    overflow: hidden;
    padding: 0.5em 0;
    padding-left: 100px;
    color: #000;
    font-size: 27px;
    font-weight: 600;
}


.video-gallery .gallery-item h2,
.video-gallery .gallery-item p {
  position: relative;
  margin: 0;
  z-index: 10;
}

.video-gallery .gallery-item p {
  letter-spacing: 1px;
  font-size: 68%;

  padding: 1em 0;
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(10%, 0, 0);
}

.inquiry-form .form-control{
  border-width: 0 0 1px;
  font-size: 16px;
}
.inquiry-form .input-group-addon{
    border-width: 0 0 1px;
    font-size: 18px;
    padding: 9px 0 3px;
    vertical-align: top;
  border-bottom: 1px solid #e1e6eb;
}
.inquiry-form {
    box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.05);
    border-radius: 0;
    margin-top: 0;
    height: 100%;
    background: #fff;
  padding:30px;
    border-radius: 4px;
}
.icon-bx-wraper.expertise{
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.01);
}
.inquiry-form.box-shadow{
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
}
.contact-page-9 .icon-bx-wraper{
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid #505050;
}
.inquiry-form.contact-project{
  margin-top: -50px;
}
.chosesus-content .list-checked li {
    margin-bottom: 10px;
}
.contact-full .dlab-bnr-inr{
  padding-bottom:0;
}
.contact-page-9 .icon-bx-wraper {
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid #505050;
}
.icon-bx-wraper.bx-style-1, .icon-bx-wraper.bx-style-2 {
    border-width: 1px;
    border-style: solid;
    border-color: #ebedf2;
    font-size: 14px;
}
.icon-bx-wraper {
    position: relative;
}
.radius-sm {
    border-radius: 4px;
    -webkit-border-radius: 4px;
}
.p-a20 {
    padding: 20px;
}.icon-content {
    overflow: hidden;
}.icon-bx-wraper .dlab-tilte {
    margin-top: 0;
}.m-b30 {
    margin-bottom: 30px;
}


.contact-page-section{
  position: relative;
  padding: 60px 0 0px;
}

.contact-page-section .column{
  position: relative;
  margin-bottom: 50px;
}

.contact-page-section .sec-title h2{
  font-size: 30px;
}

.contact-page-section .contact-form{
  padding-right: 0;
  margin: 0;
      /*background: #960715;
    padding: 20px;*/
}

/*.contact-page-section .contact-form .form-group input[type=submit],
.contact-page-section .contact-form .form-group button{
  margin-top: 20px;
}
*/
.contact-page-section .text{
  position: relative;
  font-size: 14px;
  line-height: 28px;
  color: #777777;
  margin-bottom: 30px;
}

.contact-page-section .contact-info{
  position: relative;
  margin-bottom: 10px;
      background: #ececec;
    padding: 20px;
    border: 1px solid #9e9e9e8f;
}

.contact-page-section .contact-info li{
 position: relative;
    padding-left: 70px;
    font-size: 16px;
    line-height: 30px;
    color: #000;
    font-weight: 300;
    /* margin-bottom: 45px; */
/*    margin-bottom: 25px;*/
    font-family: 'Mulish', sans-serif;
}

.contact-page-section .contact-info li .icon{
  position: absolute;
  left: 0;
  top: 0;
  font-size: 36px;
  line-height: 1.4em;
  color: #e40000;
}

.contact-page-section .contact-info li strong{
     display: block;
    font-size: 20px;
    line-height: 26px;
    color: #002121;
    font-weight: 700;
    margin-bottom: 5px;
    font-family: 'Mulish', sans-serif;
}

.contact-page-section .contact-info li a{
  color: #000;
  display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
        text-decoration: none;
}

.contact-page-section .contact-info li a:hover{
  color: #ff7e00;
}

.social-icon-three{
  position: relative;
  display: block;
      padding-left: 0;
}
.social-icon-three li a span{
      padding: 0 7px;
     color: #e40000;
    /* line-height: 22px; */
    text-align: center;
}
.social-icon-three .title{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  color: #002121;
  font-weight: 700;
  font-family: "Archivo", sans-serif;
  margin-bottom: 20px;
}

.social-icon-three li{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  color: #002121;
/*  margin-right: 22px;*/
}

.social-icon-three li:last-child{
  margin-right: 0;
}

.social-icon-three li a{
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #002121;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    width: 40px;
    height: 40px;
       background: #ececec;
    line-height: 40px;
    border: 1px solid #c2bcbc;
    text-align: center;
}

.social-icon-two li a:hover{
  color: #ff7e00;
}



.contact-map-section{
  position: relative;
  padding: 0px 0 100px;
}

.contact-map-section .map-outer{
  position: relative;
  width: 100%;
  height: 350px;
  background-color: #343434;
}

.contact-map-section .map-canvas{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.map-canvas{
  position: relative;
}

.map-data{
  text-align:center;
  font-size:14px;
  font-weight:400;
  line-height:1.8em;
}

.map-data a{
  display: block;
}

.map-data h6{
  font-size:16px;
  font-weight:700;
  text-align:center;
  margin-bottom:5px;
  color:#121212;
}
.contact-form .form-group input[type="text"], .contact-form .form-group input[type="email"], .contact-form .form-group input[type="tel"], .contact-form .form-group input[type="url"], .contact-form .form-group textarea, .contact-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 28px;
    color: #000;
    font-weight: 400;
    height: 50px;
    padding: 15px 30px;
    background-color: transparent;
    border: 1px solid #dddddd;
/*    border-radius: 30px;*/
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.contact-form .form-group {
    position: relative;
    margin-bottom: 20px;
}.contact-page-section .contact-info li {

    list-style: none;
    /* padding: 0px; */
    /* margin: 0px; */
}
.contact-form .form-group textarea {
    height: 200px;
/*    border-radius: 15px;*/
    resize: none;
}

.contact-page-section {
    background-image: url(../images/gmap.png);
    /* background-position: center center; */
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: overlay;
    background-color: #fffffff5;
}
.ClientsSec {
    padding: 20px;
}

.ClientsSec h3 {
    background-color: #fff;
    padding: 10px;
    display: inline-block;
    text-transform: uppercase;
    color: #FE4953;
    margin-bottom: 0;
    margin-top: 0;
}

.clinets img {
    margin: 10px;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 0 7px #ccc;
    -webkit-box-shadow: 0 0 7px #ccc;
    -o-box-shadow: 0 0 7px #ccc;
    -moz-box-shadow: 0 0 7px #ccc;
    -ms-box-shadow: 0 0 7px #ccc;
}

.MajorClients img {
    width: 203px;
}
@media(max-width:991px){
.MajorClients img {
    width: 130px;
}
.video-gallery .gallery-item .gallery-item-caption {
    padding: 0;

}
.video-gallery .gallery-item h2 {

    padding-left: 0px;
    text-align: center;
    font-size:17px;

}
.video-gallery {
    /* max-width: 1000px; */
    /* text-align: center; */
    margin-bottom: 20px;
}
.nav-pills .nav-link {

    font-size: 18px;
    padding: 10px 20px;
    margin-bottom: 10px;
}
.tab-content {

    padding: 0;

}
.tab-content>.active {

    padding-top: 10px;
}
.icon-block {

    display: block;

}
.icon-block i {

    margin-bottom: 20px;
}
.dlab-bnr-inr, .dlab-bnr-inr .dlab-bnr-inr-entry {
    height: auto
}
.dlab-bnr-inr-entry {
    display: block;

}
.dlab-bnr-inr {
    height: auto;

}
.dlab-bnr-inr h1 {

    padding-top: 30px;
}
.breadcrumb-row ul {
    margin: 0;
    padding-bottom: 30px;
}
.dlab-bnr-inr h1 {

    font-size: 30px;

}
.breadcrumb-row ul li {

    font-size: 12px;

}
.content-inner {
    padding-top: 40px;

}
.video-gallery .gallery-item img {
    /* opacity: .45; */
    width: 100%;
}
.video-bx {

    padding-right: 0;
}
}
.client-section{
  padding: 50px 0;
}
.service-box-21{
       padding: 20px 10px  !important;

}
.service-box-22{
       padding: 20px 10px 0 !important;

}
.service-box-2{
    padding: 10px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.05);
}
.service-box-2 .title{
  font-weight: 500;
    margin-bottom: 10px;
    font-size: 22px;
}
.service-box-21 h4:after{
  content: ' ';
    display: block;
        border: 2px solid #e40000;
    border-radius: 40px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    width:46px;
    margin-top: 10px;
}
.service-box-22 h4:after{
  content: ' ';
    display: block;
        border: 2px solid #e40000;
    border-radius: 40px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    width:46px;
    margin-top: 10px;
}
.service-box-2 .dlab-info{
    padding: 20px;
}
.service-box-2 .dlab-info p{
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 20px;
    color: #999;
}.service-box-2 .dlab-info {
    padding: 20px;

}
.service-box-2 h4{
  font-weight: 600;
}
.service-box-2 h4 a {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 25px;
        text-decoration: none;
            color: #232323;
}.service-box-2 .dlab-info p {
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 20px;
    color: #000;
}
.dlab-img-overlay1:before {
    width: 100%;
    height: 100%;
    opacity: 0;
}
.dlab-img-overlay1:after{
  content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    opacity: 0.4;
    z-index: 1;
    -webkit-transition: all 0.8s linear;
    -moz-transition: all 0.8s linear;
    -ms-transition: all 0.8s linear;
    -o-transition: all 0.8s linear;
    transition: all 0.8s linear;
}
.dlab-media img, .dlab-post-media img {
    width: 100%;
    height: auto;
}
.dlab-img-effect img {
    display: block;
    margin: 0;
    width: 100%;
    height: auto;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
}
.service-box-2 h5 a {
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 22px;
    color: #000;
    text-decoration: none;
}
.side-s p{
  margin-bottom: 0 !important;
}


.service-item {
    margin-bottom: 30px;
    position: relative;
}
.service-item {
    margin-bottom: 30px;
    position: relative;
}

.service-item .service-icon {
    background-color: var(--themeht-white-color);
    width: 90px;
    height: 90px;
    font-size: 50px;
    line-height: 90px;
    text-align: center;
    color: var(--themeht-primary-color);
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 20px;
}

.service-item .service-icon:before {
    content: '';
    background: var(--themeht-primary-color);
    width: 100%;
    height: 100%;
    top: -20px;
    left: -20px;
    position: absolute;
    z-index: -9;
}

.service-item .service-icon i {
    display: inline-block;
}

.service-item:hover .service-icon, .service-item:hover .service-icon:before {
    top: 0;
    left: 0;
}

.service-image {
    position: relative;
    z-index: -9;
}

.service-desc p {
    margin-bottom: 0;
}

.service-title h5 {
    margin-bottom: 0;
    text-transform: capitalize;
    max-width: 280px;
}

.dark-bg .service-title h5, .dark-bg .service-desc, .theme-bg .service-title h5, .theme-bg .service-desc, .theme-bg .service-icon i {
    color: var(--themeht-white-color)
}

.service-desc {
    padding: 40px 20px 30px;
    box-shadow: 0 0 45px rgb(5 28 141 / 10%);
    position: relative;
    background-color: var(--themeht-white-color);
}

.service-desc .link-round-text.round-text {
    position: absolute;
    right: 20px;
    top: -50px;
    width: 80px;
    height: 80px;
}

.service-desc .link-round-text.round-text .text-btn-icon {
    font-size: 20px;
}

.service-item:hover .round-text {
    background: var(--themeht-primary-color);
}

/*Service Sidebar*/
.service-widget ul {
    padding-left: 0;
}

.service-widget li {
    margin-bottom: 15px;
    list-style-type: none;
}

.service-widget li:last-child {
    margin-bottom: 0;
}

.service-widget li a {
    background-color: var(--themeht-bg-light-color);
    color: var(--themeht-text-color);
    display: block;
    font-size: 18px;
    padding: 15px 20px;
    font-weight: 500;
    position: relative;
    overflow: hidden;
}

.service-widget li a.active, .service-widget li:hover a {
    color: var(--themeht-primary-color);
    padding-left: 80px;
}

.service-widget li a:before, .service-widget li a:after {
    position: absolute;
    top: 0;
    left: -50px;
    font-family: 'Line Awesome Free';
    font-weight: 900;
    content: "\f054";
    font-size: 22px;
    display: flex;
    z-index: 99;
    background: var(--themeht-white-color);
    width: 40px;
    height: 100%;
    color: var(--themeht-primary-color);
    justify-content: center;
    align-items: center;
}

.service-widget li a:after {
    left: auto;
    right: 20px;
}

.service-widget li a:hover:before, .service-widget li a.active:before {
    opacity: 1;
    left: 20px;
}

.service-widget li a:hover:after, .service-widget li a.active:after {
    opacity: 1;
    right: -50px;
}
.blog-card {
  position: relative;
  background-color: var(--voldor-white, #fff);
}
@media (max-width: 767px) {
  .blog-card {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
.blog-card__image {
  position: relative;
  overflow: hidden;
}
.blog-card__image__link {
  display: flex;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--voldor-secondary-rgb, 36, 31, 33), 0.7);
  position: absolute;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: translateY(-100%);
  transition: opacity 1000ms ease, transform 1000ms ease;
}
/*.blog-card__image__link::before, .blog-card__image__link::after {
  content: "";
  width: 25px;
  height: 2px;
  background-color: var(--voldor-white, #fff);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}*/
/*.blog-card__image__link::after {
  transform: translate(-50%, -50%) rotate(90deg);
}*/
.blog-card__image img {
  width: 100%;
  object-fit: cover;
}
.blog-card:hover .blog-card__image > a {
  opacity: 1;
  transform: translateY(0);
}
.blog-card__content {
  margin-top: -130px;
  margin-left: 10px;
  margin-right: 10px;
  background-color: var(--voldor-border-color, #F4F2EE);
  position: relative;
  transition: all 500ms ease;
  padding: 16px 30px 18px;
}
@media (max-width: 400px) {
  .blog-card__content {
    padding: 20px 30px;
  }
}
.blog-card__content:hover {
  box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.06);
  background-color: var(--voldor-white, #fff);
}
.blog-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  transition: all 0.4s ease-in-out;
  margin-bottom: 10px;
}
.blog-card__meta li {
  display: flex;
  align-items: center;
}
.blog-card__meta li i {
  color: var(--voldor-base, #AE8F62);
  margin-right: 5px;
  font-size: 19px;
}
.blog-card__meta li a {
  display: flex;
  align-items: center;
  transition: all 500ms ease;
  font-family: var(--voldor-heading-font, "Barlow", sans-serif);
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 214%;
  color: var(--voldor-secondary, #241F21);
  text-transform: uppercase;
}
.blog-card__meta li a:hover {
  color: var(--voldor-base, #AE8F62);
  text-shadow: 0 0 1px currentColor;
}
.blog-card__date {
  position: relative;
  margin-top: -48px;
  background: var(--voldor-secondary, #241F21);
  display: flex;
  align-items: center;
}
.blog-card__date__day {
  background: var(--voldor-base, #AE8F62);
  display: inline;
  padding: 9px 18px 12px;
  font-family: var(--voldor-heading-font, "Barlow", sans-serif);
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2;
  color: var(--voldor-white, #fff);
}
.blog-card__date__year {
  text-align: center;
  font-family: var(--voldor-heading-font, "Barlow", sans-serif);
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2142;
  color: var(--voldor-white, #fff);
  padding: 0px 16px 0px;
  text-transform: uppercase;
}
.blog-card__date__year span {
  display: block;
  color: inherit;
}
.blog-card__title {
  color: var(--voldor-secondary, #241F21);
  margin-bottom: 6px;
  font-family: var(--voldor-heading-font, "Barlow", sans-serif);
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 175%;
  text-transform: uppercase;
}
.blog-card__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
      text-decoration: none;
}
.blog-card__title a:hover {
  background-size: 100% 1px;
}
.blog-card__title a:hover {
  color: #960815;
}
.blog-card__link {
  color: var(--voldor-text, #797577);
  font-family: var(--voldor-heading-font, "Barlow", sans-serif);
  font-size: 14px;
  font-weight: 600;
  line-height: 178.571%;
  position: relative;
  display: block;
  padding: 5px 0px;
  z-index: 1;
}
.blog-card__link:hover {
  color: var(--voldor-base, #AE8F62);
}
.blog-card__link:hover::after {
  background: var(--voldor-base, #AE8F62);
}
.blog-card__link i {
  font-size: 16px;
  position: absolute;
  right: 0;
  color: var(--voldor-base, #AE8F62);
  top: 35%;
}
.blog-card__link::after {
  content: "";
  right: 40px;
  height: 1px;
  background: var(--voldor-gray, #E6E0D8);
  position: absolute;
  top: 55%;
  left: 95px;
  transition: all 0.4s ease-in-out;
}
.services-section-two .wrapper-box {
    position: relative;
    background: #fff;
    padding: 120px 0 90px;
    z-index: 9;
}

.service-block-two .inner-box {
    position: relative;
    margin-bottom: 30px;

}

.service-block-two .image {
    position: relative;
}

.service-block-two .image:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #212121;
    transition: .5s;
    opacity: 0;
}

.service-block-two .inner-box:hover .image:before {
    opacity: 0.9;
}

.service-block-two .lower-content {
      position: relative;
    padding: 10px 0px 15px;
    text-align: center;
    margin: -30px 10px 0;
    background-color: #d8d5d5;
    transition: .5s;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid #9e9e9e7a;
}

.service-block-two .inner-box:hover .lower-content {
    background-color: #e40000;
}

.service-block-two .icon {
    position: relative;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 50%;
    margin: 0 auto;
    margin-top: -40px;
    transform: translateY(50px);
    font-size: 50px;
    color: #fff;
    z-index: 9;
}

.service-block-two .icon:before {
    position: absolute;
    content: '';
    left: -10px;
    top: -10px;
    right: -10px;
    bottom: -10px;
    transition: .5s;
    transform: scale(.8);
    opacity: 0;
    border-radius: 50%;
}

.service-block-two .inner-box:hover .icon:before {
    transform: scale(1);
    opacity: 1;
}

.service-block-two .icon .shape {
    position: absolute;
    left: -10px;
    right: -10px;
    top: -10px;
    transition: .5s;
    transform: rotate(180deg);
}

.service-block-two .inner-box:hover .icon .shape {
    opacity: 0;
}

.service-block-two h5 {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
    text-transform: uppercase;
}

.service-block-two h4 {
    position: relative;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
    transition: .5s;
}

.service-block-two .inner-box:hover h4 {
    color: #fff;
}
.service-block-two .inner-box:hover h5 {
    color: #fff;
}
.service-block-two .link-btn {
    position: absolute;
    bottom: -28px;
    left: 50%;
    transform: translateX(-50%) scale(.8);
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color:#e40000;
    opacity: 0;
    transition: .5s;
}

.service-block-two .inner-box:hover .link-btn {
    opacity: 1;
    transform: translateX(-50%) scale(1);
}

.service-block-two h4 {
 position: relative;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    transition: .5s;
    font-family: 'Mulish', sans-serif;
    color: #000;
}
.service-block-two h5 {
    color: #e40000;
}
.f-22{
  font-size: 22px;
    font-weight: bold;
}
.service-block-two h5 {
       position: relative;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 0;
    text-transform: uppercase;
    line-height: 35px;
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
}
.projects-section-three .top-content .text {
    position: relative;
    padding: 28px 0;
    padding-left: 30px;
    margin-bottom: 30px;
    margin-top: -30px;
}

.project-block-three .inner-box {
    position: relative;
    /*margin-bottom: 30px;*/
        text-align: center;
}
.project-block-three .inner-box .image img{
         /*border: 1px solid #ececec;*/
    /* width: 188px; */
    /* background: red; */
    /*padding: 6px 31px;*/
    /*background: #ececec*/
}

.project-block-three .image {
    position: relative;
}

.project-block-three .lower-content {
       position: relative;
    padding: 16px 0px;
    margin: 0px 0px 0;
    background-color: #fff;
    transition: .5s;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.project-block-three .inner-box:hover .lower-content {
    background-color: #f3e4e6;
}

.project-block-three h5 {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 9px;
    text-transform: uppercase;
    font-family: 'Mulish', sans-serif;
        color: #e40000;
}

.project-block-three h4 {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    transition: .5s;
    font-family: 'Mulish', sans-serif;
}

.project-block-three .inner-box:hover h4 {
    /*color: #fff;*/
}

.project-block-three .link-btn a {
    position: absolute;
    top: -28px;
    right: 30px;
    transform: scale(.8);
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #ffffff;
    opacity: 0;
    transition: .7s;
}

.project-block-three .inner-box:hover .link-btn a {
    opacity: 1;
    transform: rotate(180deg) scale(1);
}

.project-block-three .lower-content:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    height: 50%;
    background: #fff;
    transition: .9s;
    opacity: 0;
}

.project-block-three .inner-box:hover .lower-content:before {
    opacity: .3;
    height: 100%;
}

.project-block-three .lower-content:after {
    position: absolute;
    content: '';
    left: 10px;
    bottom: -10px;
    right: 10px;
    height: 10px;
    transition: .5s;
    opacity: 0;
    transform-origin: top;
    transform: scaleY(0);
}
.project-block-three .link-btn a {
    transform: rotate(180deg) scale(1);
    opacity: 1;
        color: #fff;
}

 .inner-box:hover .link-btn a {
    opacity: 1;
    transform: rotate(180deg) scale(1);
}
 .link-btn a {
    background-color: #e40000;
}
 .link-btn a {
    position: absolute;
    top: -28px;
    right: 30px;
    transform: scale(.8);
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #ffffff;
    opacity: 0;
    transition: .7s;
}

.project-block-three .inner-box:hover .lower-content:after {
    opacity: 1;
    transform: scale(1);
}
.project-block-three .lower-content:after {
    background: #e40000;
}
.project-block-three .lower-content:after {
    position: absolute;
    content: '';
    left: 10px;
    bottom: -10px;
    right: 10px;
    height: 10px;
    transition: .5s;
    opacity: 0;
    transform-origin: top;
    transform: scaleY(0);
}

.accordion-button{
     background: #fff !important;
    color: #000 !important;
    font-size: 13px !important;
    padding: 8px 20px;
    text-transform: uppercase;
}
.accordion-item{
  border: none
}
/* .accordion-button::after {
            content: "+" !important;
            font-size: 20px;
            margin-left: auto;
        }

        .accordion-button.collapsed::after {
            content: "+" !important;
        }

        .accordion-button:not(.collapsed)::after {
            content: "-" !important;
        }
*/
     /*   .accordion-button::after {

    background-image: none !important;

}*/
.sidebar{
  border: 1px solid #ececec !important;
  position: sticky;
    top: 18%;
        border-bottom: 0px solid #ececec ! important;
}
.accordion-button:focus {
    z-index: 3;
    border-color: none !important;
    outline: 0;
    box-shadow: none;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
  /*border: 1px solid #ddd;*/
}

.panel-group,
.panel-group .panel,
.panel-group .panel-heading,
.panel-group .panel-heading a,
.panel-group .panel-title,
.panel-group .panel-title a,
.panel-group .panel-body,
.panel-group .panel-group .panel-heading + .panel-collapse > .panel-body {
  border-radius: 2px;
  border: 0;
      margin-bottom: 0;
}
.panel-group .panel-heading {
  padding: 0;
}
.panel-group .panel-heading a {
 display: block;
 color: #000;
    /* background: #668bb1; */
/*    color: #fff;*/
/*    background-color: #e40000;*/
            padding: 10px 15px;
    text-decoration: none;
    position: relative;
    font-weight: 600;
    font-family: 'Mulish', sans-serif, sans-serif;
    font-size: 14px;
    font-weight: 400;
}
.panel-group .panel-title{
  border-bottom: 1px dashed #ececec;
}
.panel-heading button{
  border: none !important;
  background: transparent !important;
}
.panel-body button{
  border: none !important;
  background: transparent !important;
}
.panel-body a{
  color: #000;
}
.panel-group .panel-heading a.collapsed {
  /*background: #eeeeee;*/
  color: inherit;
  border-bottom: 1px dashed #d0c9c9;
  color: #000;
    background-color: #ececec;
}
/*.panel-group .panel-heading a:after {
  content: '-';
  position: absolute;
    right: 20px;
    top: 5px;
    font-size: 22px;

}*/
/*.panel-group .panel-heading a.collapsed:after {
  content: '+';
}*/
.panel-group .panel-collapse {
  margin-top: 5px !important;
}
.panel-group .panel-body {
  background: #ffffff;
  padding: 0 10px;
}
.panel-group .panel {
  background-color: transparent;
}
.panel-group .panel-body p:last-child,
.panel-group .panel-body ul:last-child,
.panel-group .panel-body ol:last-child {
  margin-bottom: 0;
}
#nested .panel-heading a.collapsed{
  background: none !important;
      padding: 8px 15px;
}
#nested .panel-title a{
     background: none !important;
    color: #000;
    /*font-size: 15px;*/
        /*padding: 0px 15px 3px;*/
}
/*#nested-collapseOne1 .panel-heading a.collapsed{
  font-size: 12px;

}
#nested-collapseOne1 .panel-heading a{
  font-size: 12px;


}*/
#nested-collapseTwo2 ul li{
      font-size: 14px;
    font-family: 'Mulish', sans-serif;
}
#nested-collapseTwo22 ul li{
     font-size: 14px;
    font-family: 'Mulish', sans-serif;
}
.nest-inside .panel-heading a{
     font-size: 12px;
    font-family: 'Mulish', sans-serif;}

  .nest-inside ul li{
  font-size: 14px;
  list-style-type: circle;
  }
#nested .panel-heading a:after {
       font-size: 15px;
    top: 10px !important;

}
#nested-collapseOne1 .panel-heading a:after {
   font-size: 16px;
    /*top: -3px !important;*/

}
.panel-heading.main {
   background-color: #ececec !important;
    color: #000 !important;
    margin-bottom: 3px;
}


.panel-heading.main.active {
    background-color: #e40000 !important;
    color: white !important;
}

.panel-heading.main.active a,
.panel-heading.main.active button {
    color: #fff !important;
}

.panel-heading.main:not(.has-dropdown) {
    /* background-color: #ececec  !important;
    color: #000 !important; */
}
.panel-heading.main a {
    color: #000 !important;
}

.panel-heading.main:not(.has-dropdown) a {
/*    color: #000 !important;*/
}
.panel-body a {
    color: #000;
    padding: 10px 0px 5px;
        font-size: 14px;
}
.current_booking {
  color:light-blue;
}
.new_booking {
  color:green;
}
.cancel_booking {
  color:red;
}
.nest-inside a{
  font-size: 12px
}
.nest-inside a.collapsed{
  font-size: 12px
}


.news-block-one .inner-box {
  position: relative;
  background: #fff;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
  /*margin-bottom: 30px;*/
}

.news-block-one .image {
  position: relative;
  overflow: hidden;
}

.news-block-one .image img {
     width: 100%;
    transform: scale(1.01);
    transition: all 700ms ease;
    height: 250px;
    object-fit: contain;
    object-position: center;
    background: #ececec;
    padding: 0 20px;
}

.news-block-one .imgWrp{
      padding: 10px;
}
.news-block-one .inner-box:hover .image img {
    transform: scale(1.2);
}

.news-block-one .image a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.news-block-one .image a:before{
  position: absolute;
  content: '';
  top: 0px;
  left: 0px;
  width: 100%;
  height: 50%;
  display: block;
  opacity: 0;
  text-align: center;
  transform: perspective(400px) rotateX(-90deg);
  transform-origin: top;
  transition: all 0.5s;
  background-color: #00000080;
/*background-color: #ff0000b8;*/
}

.news-block-one .image a:after{
  position: absolute;
  content: '';
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 50%;
  display: block;
  opacity: 0;
  text-align: center;
  transform: perspective(400px) rotateX(90deg);
  transform-origin: bottom;
  transition: all 0.5s;
  background-color: #00000080;
}

.news-block-one .inner-box:hover .image a:before{
  opacity: 1;
    transform: perspective(400px) rotateX(0deg);
    transition: all 700ms ease 100ms;
}

.news-block-one .inner-box:hover .image a:after{
  opacity: 1;
    transform: perspective(400px) rotateX(0deg);
    transition: all 700ms ease 300ms;
}

.news-block-one .lower-content {
  position: relative;
  padding: 30px 30px 30px 30px;
}

.news-block-one .date {
  position: absolute;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 23px;
  border: 9px solid #fff;
  background: #ff5e14;
  text-align: center;
  top: -40px;
  left: 50px;
  padding: 9px 0;
  text-transform: uppercase;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
}

.news-block-one .post-meta {
  margin-bottom: 5px;
  padding-left: 0;
}

.news-block-one .post-meta li {
  position: relative;
  display: inline-block;
  padding-right: 15px;
  margin-right: 15px;
}

.news-block-one .post-meta li:last-child {
  margin-right: 0px;
  padding-right: 0px;
}

.news-block-one .post-meta li:before {
  position: absolute;
  content: '';
  top: 5px;
  right: 0;
  background: #f57f4b;
  width: 1px;
  height: 13px;
}

.news-block-one .post-meta li:last-child:before {
  display: none;
}

.news-block-one .post-meta li a {
color: #e40000;
    font-weight: 500;
    font-size: 14px;
    font-family: 'Mulish', sans-serif;
    text-decoration: none;
    line-height: 29px;
}

.news-block-one h3 {
  font-size: 18px;
  font-weight: 500;
  /*min-height: 45px;
  margin-bottom: 10px;*/
}

.news-block-one h3 a {
  color: #252733 !important;
  transition: all .5s ease;
  text-decoration: none !important;
  font-size: 22px;
    font-family: 'Mulish', sans-serif;

    font-weight: 700;
}
::placeholder{
  color: #000;
}
.lower-content .text{
  font-family: 'Mulish', sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 30px;
}
.news-block-one h3 a:hover {
  color: #f57f4b;
}
.text{font-size: 14px; line-height: 24px;}

.news-block-one .date {
     left: auto !important;
    top: auto !important;
    right: 20px;
    bottom: 20px;
}
.blogList .date {

}
.p-d-list {padding:0;margin:0;    list-style: circle !important;}
.p-d-list li{display: block;
  display: block;
    color: #000;
    font-size: 16px;
    padding: 0 0 0 24px;
    position: relative;
    line-height: 32px;
    font-family: 'Mulish', sans-serif;
    font-weight: 200;}
.p-d-list li i{position:absolute;left:0;    margin-top: 6px;font-size:14px;color:#e40000}

.p-d-list1 li {padding-left: 0 !important}
/*.p-d-list1 li{display: block;
  display: block;
    color: #000;
    font-size: 16px;
    padding: 0 0 0 24px;
    position: relative;
    line-height: 32px;
    font-family: 'Mulish', sans-serif;
    font-weight: 200;}
.p-d-list1 li i{position:absolute;left:0;    margin-top: 6px;font-size:14px;color:#000}*/
.sub-p{
   color: #000 !important;
    /* font-size: 16px; */
    font-weight: 600;
    padding: 10px 10px;
    color: #85879d;
    background-image: linear-gradient(to right, #ececec, #ececec38, #F5F5F5);
    border-left: 3px solid #e40000;
    letter-spacing: 0.5px;
    font-weight: 400;
}
ol {
    padding-left: 0;
}

.f-item{
   text-align: center;
    margin-bottom: 14px;
    border: 1px solid #ccc6c6;
}
.f-item p{
 margin-bottom: 0;
    padding: 0 20px;
}
.f-tem a{
  float: right;
}
.f-tem-btn{
    background: #ececec;
    color: #e40000;
    font-size: 12px;
    padding: 7px 15px;
    text-decoration: none;
    padding-bottom: 5px;
    border-radius: 10px;
        position: relative;
    top: 7px;
    box-shadow: 0 3px 15px rgb(0 0 0 / 10%);
}
.f-item-list{
  list-style-type: none;
    padding-left: 0;
    columns: 3;
}
a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: none;
}
.{
 font-size: 12px !important;
       float: right;
    background-color: #960815;
/*        background-image: linear-gradient(90deg, #960815 0%, #e40000 100%) !important;*/
    border-color: #015AF2;
    color: #fff;
    padding: 5px 15px;
}
.download-btn{
      font-size: 14px !important;
    float: right;
    background: #fff;
/*    background-image: linear-gradient(90deg, #000000 0%, #e40000 100%) !important;*/
/*     background-color: #f4e5e5;*/
    /* background-image: linear-gradient(90deg, #960815 0%, #e40000 100%) !important; */
    border-color: #015AF2;
    color: #000;
    padding: 5px 15px;
    /* font-weight: bold; */
    border: 1px solid #960815;
}
table{
  font-family: 'Mulish', sans-serif;
    font-weight: 300;
}
.service-block-two .inner-box img{
 height: 227px;
    object-fit: contain;
    border: 1px solid #ececec;
    width: 100%;
    padding: 15px;
    box-shadow: 0 3px 15px rgb(0 0 0 / 10%);
/*    background: #ececec;*/
}
.main-cat {
  font-size: 14px !important;
}
.no-results {
    text-align: center;
    padding: 50px;
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    border-radius: 8px;
}

.no-results h2 {
    font-size: 24px;
    color: #333;
}

.no-results p {
    font-size: 18px;
    color: #777;
}

.no-results .theme-btn {
    margin-top: 20px;
}

.no-results .btn {
    padding: 10px 20px;
    background-color: #007bff;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}

.no-results .btn:hover {
    background-color: #0056b3;
}
.icon-none:after{
  display: none !important;
}
.about-year button{
  appearance: button;
  border-radius: 25px;
  border: 0.15em solid rgb(102, 102, 102);
  box-sizing: border-box;
  color: rgb(223, 35, 65) !important;
  cursor: pointer;
  font-family: Poppins, sans-serif;
  font-feature-settings: inherit;
  font-kerning: inherit;
  font-optical-sizing: inherit;
  font-size-adjust: inherit;
  font-size: 14px;
  font-stretch: inherit;
  font-style: inherit;
  font-variant: inherit;
  font-variation-settings: inherit;
  line-height: inherit;
  margin: 0px;
  overflow: visible;
  padding: 5px 15px;
  text-transform: none;
  background: #ececec !important;
}
.about-year .col-md-9{
  width: 100% !important;
}
.about-year .col-md-4{
  width: 100% !important;
  height: 196px;
object-fit: contain;
}
.about-year .col-md-3{
  width: 100% !important;
  height: 196px;
object-fit: contain;
}
