@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;700&family=Roboto:wght@300;400;700&display=swap');

body {
  overflow-x: hidden;
  font-family: 'Poppins', sans-serif;
background-image: url(1.jpg);
background-size: contain;

}



h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', sans-serif;
}

a {
  text-decoration: none;
  color: #000;
}

.desktop-navbar {
  position: relative;
  z-index: 1;

}

.desktop-navbar a {
    float: left;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    text-align: center;
    padding: 17px;
    text-decoration: none;
    position: relative;
}

.desktop-navbar a:hover .desktop-navbar a:after {
  position: absolute;
  content: "";
  height: 2px;
  width: 100px;
  top: 0;
  left: 0;
  background: #fff;
}

.brand-dropdown {
  float: left;
  overflow: hidden;
}

.brand-dropdown .dropbtn {
font-size: 16px;
    border: none;
    outline: none;
    font-weight: 600;
    color: #000;
    padding: 0px 15px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.logo-image {
  width: 70%;
  position: relative;
}

.project-item {
  margin-bottom: 20px;
}

.logo-image img {
  position: absolute;
    top: 25px;
    right: 0px;
}

.bar {
  margin-left: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0px;
}

.menu_content .col-lg-9 {
  padding: 0;
}

.dropdown-content {
  /*display: none;
  */
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  top: 80px;
  left: 312px;
  max-height: 0px;
  overflow: hidden;
  transition: all 220ms linear 0ms;
  -webkit-transition: all 220ms linear 0ms;
  -moz-transition: all 220ms linear 0ms;
  -ms-transition: all 220ms linear 0ms;
  -o-transition: all 220ms linear 0ms;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-shadow: none;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.brand-dropdown:hover .dropdown-content {
  /* display: block; */
  max-height: auto;
  max-height: 260px;
    max-width: 489px;

  
  border-radius: 5px;
}
.client-logo-new{
    position: relative;
    background: white;
    top: 171px;
    text-align: center;
}
.client-logo-new img{
      width: 70%;
    margin-bottom: 21px;
}
.carousel-indicators {
 
  top:645px;
  }
.desktop-navbar:before {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 30px;
  height: 100%;
  width: 100%;
  content: "";
 
  bottom: 0;
}

.call-us {
  display: flex;
  align-items: center;
  justify-content: end;
}

.item-meta {
  display: grid;
}

.item-meta span {
  padding: 5px;
  color: #000;
  font-weight: 600;
}

.email-us {
  display: flex;
  align-items: center;
  justify-content: end;
}

.item-meta a {
  padding: 5px;
  color: #000;
}

.call-us a i {
  font-size: 20px !important;
  margin-right: 10px;
  color: #ed1c24;
  border: 1px solid #ed1c24;
  padding: 10px;
  border-radius: 50%;
}



.main-bar {
  position: absolute;
  width: 100%;
}

.main-bar.home_bar {
  position: absolute;
    z-index: 999;
}

.top_bar {

  height: 58px;
}

.menu_content {
  margin-top: -46px;
}

.contact-header, .email-header {
  padding: 10px 0px;
}

/* styckycss */
.main-bar.sticky .top_bar .header_contacts {
  display: none
}

.main-bar.sticky .menu_content {
  margin-top: -88px;
}

.main-bar.sticky .top_bar {
  height: 89px;
}

.main-bar.sticky {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 99;
  background: #fff;
}

/* hero */
#hero {
  width: 100%;
  top: -36px;
  z-index: 0;
  height: 480px;
  position: relative;
}

#hero .carousel, #hero .carousel-inner, #hero .carousel-item, #hero .carousel-item::before {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-container {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  bottom: 60px;
  top: 70px;
  left: 55px;
  right: 55px;
}

#hero .carousel-content {
  background: rgba(4, 4, 4, 0.7);
  padding: 20px;
  color: #fff;
  border-top: 5px solid #ff0000;
}

#hero .carousel-content h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 700;
}

#hero .btn-get-started {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #ff0000;
}

#hero .btn-get-started:hover {
  background: #ff0000;
  color: #fff;
  text-decoration: none;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  background: #000000d1;
  border-radius: 50px;
  transition: 0.3s;
  color: #fff;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#hero .carousel-control-next-icon:hover, #hero .carousel-control-prev-icon:hover {
  background: rgb(0 0 0 / 60%);
  color: rgb(255 255 255);
}

#hero .carousel-indicators li {
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: 0.6;
  transition: 0.3s;
}

#hero .carousel-indicators li.active {
  opacity: 1;
  background: #ff0000;
}

@media (min-width: 1024px) {
  #hero .carousel-inner {
    width: 100%;
    height: 100vh;
  }

  #hero .carousel-content {
    width: 60%;
  }

  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
   top: 180px!important;
  }
}

@media (max-width: 992px) {
  #hero .carousel-container {
    top: 58px;
  }

  #hero .carousel-content h2 {
    margin-bottom: 15px;
    font-size: 22px;
  }

  #hero .carousel-content p {
    font-size: 15px;
  }
}




/* function */

#function {
  padding: 40px 0px;
}

/* .function-heading{
  text-align: center;
}

.function-heading h1{
  padding:10px 0px;
  color:#000;
  font-size:30px;
  border-bottom:2px solid #1db5c5;
  display: inline-block;
}
.function-card{
  position:relative;
}

.function-content {
  margin-top: 40px;
}

.function-title{
  position: absolute;
  bottom: 3px;
  right: 0;
  text-align: center;
  width: 100%;
  height: 60px;
  background-color: #ffffffd1;
}

.function-title h1{
  font-size:35px;
}

.function-image img {
  border-radius: 10px;
} */


.function-heading h1 {
  border-left: 3px solid #1db5c5;
  font-size: 35px;
  display: inline-block;
  padding-left: 30px;
}

/* .function-content .row .col-lg-4{
  padding:0;
} */

.function-card {
  background-color: #dadada;
}

.function-content {
  margin-top: 40px;
}

.function-title .function-title-heading {
  display: inline-block;
  position: relative;
  padding: 0px 0px 8px 0px;
  margin-bottom: 5px;
  line-height: 28px;
  color: #445060;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}





.hover-shadow {
  box-shadow: 0 0px 0px 0 rgb(50 50 50 / 16%);
  transition: all 0.5s linear;
}

.hover-shadow:hover {
  box-shadow: rgb(17 17 26 / 10%) 0px 4px 16px, rgb(17 17 26 / 5%) 0px 8px 32px;
  position: relative;
}

.hover-shadow:hover .overlay-bx {
  opacity: 1;
  visibility: visible;
}

.hover-shadow:hover .project-page-cart {
  background-color: #fff;
}




.mt-box, .mt-info, .mt-tilte, .mt-tilte-inner {
  position: relative;
}

/* .mt-thum-bx {
  background-color: #000;
} */

.mt-img-overlay1:before, .mt-img-overlay1:after, .mt-img-overlay2:before, .mt-img-overlay2:after, .mt-img-overlay7:before, .mt-img-overlay7:after {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0.4;
  z-index: 0;
  transition: all 0.3s linear;
}

.mt-img-overlay2:before {
  width: 100%;
  height: 100%;
  opacity: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
}

.mt-thum-bx img, .mt-post-thum img {
  width: 100%;
  height: auto;
}

.overlay-bx {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s linear;
}


.mt-icon-box-xs {
  width: 40px;
  height: 40px;
}


.overlay-icon .mt-icon-box-xs {
  line-height: 40px;
}

.overlay-icon a {
  display: inline-block;
  padding: 0;
  margin: 0px;
}

.mt-img-overlay2:after, .mt-img-overlay7:before, .mt-img-overlay7:after {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0.4;
  z-index: 0;
  transition: all 0.3s linear;
}

.project-classic .mt-title a {
  color: #445060;
}

.project-classic .mt-title a:hover {
  color: #445060;
}

.project-classic .mt-title {
  display: inline-block;
  position: relative;
  padding: 0px 0px 1px 0px;
  margin-bottom: 5px;
  line-height: 28px;
  color: #445060;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.project-classic .mt-title:before {
  bottom: 0;
  display: block;
  height: 2px;
  width: 0%;
  content: "";
  background-color: #b40607;
}

.project-classic .mt-title:before, .project-classic .mt-title:after {
  position: absolute;
  transition: all 0.35s ease;
}

.project-classic .mt-title:after {
  left: 0;
  top: 0;
  padding: 0px 0px 8px 0px;
  position: absolute;
  content: attr(data-hover);
  color: #b40607;
  white-space: nowrap;
  max-width: 0%;
  overflow: hidden;
}

.project-classic .mt-title:before, .project-classic .mt-title:after {
  position: absolute;
  transition: all 0.35s ease;
}

.overlay-bx:hover, .mt-thum-bx:hover .overlay-bx, .mt-box:hover .overlay-bx, .ow-img:hover .overlay-bx, .ow-portfolio-img:hover .overlay-bx {
  opacity: 1;
  visibility: visible;
}

.project-classic:hover .mt-title:before {
  opacity: 1;
  width: 100%;
}

.project-classic:hover .mt-title:after {
  max-width: 100%;
}

.overlay-bx:hover a>i, .mt-thum-bx:hover .overlay-bx a>i, .mt-box:hover .overlay-bx a>i {
  opacity: 1;
  visibility: visible;
  transition: all .5s ease-in-out;
}

.overlay-icon .mt-icon-box-xs {
  line-height: 40px;
}

.img-center-icon .overlay-bx .overlay-icon {
  right: 0px;
  bottom: 40px;
  left: auto;
  top: auto;
  transform: none;
  list-style: none;
  position: absolute;
  width: 100%
}

.mt-img-overlay2:hover:before, .mt-box:hover .mt-img-overlay2:before {
  opacity: 0.9;
}

.project-page-cart {
  background-color: #f2f2f2;
  /* min-height: 242px; */
}

/*.project-classic:hover .overlay-bx{     opacity: 1; visibility: visible; }*/
.mt-info.project-page-cart {
 margin-top: -62px;
    padding: 4px 20px;
    text-align: center;
    position: absolute;
    background: #fff;
    border-top-right-radius: px;
    border-top-right-radius: 5%;
    border-bottom-right-radius: 5%;
}

.project-page-cart p {
  font-size: 15px;
  color: #445060;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 28px;
  margin-bottom: 4px;
}




.img-center-icon .overlay-bx .overlay-icon a {
  padding: 5px 15px 5px 15px;
  border-radius: 20px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  background-color: #b40607;
  cursor: pointer;
}

.project-page-cart {
  background-color: #f2f2f2;
  height: auto;
}

.project-page-cart p span {
  font-size: 15px;
  color: #445060;
  font-family: Arial, Helvetica, sans-serif;
}

.project-page-cart p {
  font-size: 15px;
  color: #445060;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 28px;
  margin-bottom: 4px;
}

.project-page-cart p strong {
  font-size: 15px;
  color: #445060;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 26px;
  margin-bottom: 0px;
}

.img-center-icon .overlay-bx .overlay-icon a {
  padding: 5px 15px 5px 15px;
  border-radius: 20px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  background-color: #b40607;
  cursor: pointer;
}


/* brand */

#brand {
  padding: 40px 0px;
}

.services-wrap {
  margin-bottom: 45px;
  /* padding: 16px; */

  height: 400px;
  padding: 16px;
  transition: all 0.3s ease;
  background: #fff;
  border-radius: 4%;

  /* box-shadow: 0px 15px 46px -16px rgb(0 0 0 / 18%); */
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  position: relative;
}

.services-wrap .img {
  background-size: cover;
  width: 100%;
  height: 250px;
  border-top-right-radius: 3%;
  border-top-left-radius: 3%;
  /* box-shadow: -1px -1px 9px 0px #ddd; */
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
  /* border: 1px solid #e3e2e2; */
}

.services-wrap .text {
  width: 100%;
  text-align: center;
  padding: 10px 0px;
  padding-bottom: 6px;
}

/* 
.text h2 {
  font-size: 16px;
    color: #000;
} */

.services-wrap .text h2 {
  display: inline-block;
  position: relative;
  padding: 5px 0;
  font-weight: 600;
  text-decoration: none;
}

.services-wrap .text h2:before {
  bottom: 0;
  display: block;
  position: absolute;
  transition: all 0.35s ease;
  height: 2px;
  width: 0%;
  content: "";
  background-color: #b40607;
}

.services-wrap:hover .text h2:before {
  opacity: 1;
  width: 100%;
}


.text p {
  font-size: 12px;
  margin-top: 5px;
  color: #000;
}

.img-fluid-card-seimen {
  width: 100%;
  border-radius: 50%;
}

.img-fluid-card {
  max-width: 90px;
}

.img-fluid-card-cs {
  max-width: 70px;
}

.img-fluid-card-pc {
  max-width: 75px;
}


.services-wrap .icon {
  width: 100%;
  height: 70%;
  border-radius: -7%;
  background: #fff;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.services-wrap:hover {
  -webkit-box-shadow: 0px 15px 46px -16px rgb(0 0 0 / 18%);
  -moz-box-shadow: 0px 15px 46px -16px rgba(0, 0, 0, 0.18);

  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.services-wrap:hover .btn-custom {
  bottom: -15px !important;
  position: absolute;
  left: 0;
  right: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.services-wrap:hover .icon img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}


.services-wrap:hover .text {
  margin-top: 20px;
  line-height: 20px;
  font-size: 20px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.services-wrap .text .btn-custom {
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  width: 40%;
  background: #0066b3;
  color: #fff;
  padding: 12px 10px;
  border-radius: 10px;
  margin: 0 auto;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}


#brand .brand_head h5 {
  border-left: 3px solid #1db5c5;
  font-size: 35px;
  display: inline-block;
  padding-left: 30px;
}

.zoom-effect-container {
  float: left;
  position: relative;

  margin: 0 auto;
  overflow: hidden;
}

.brand-content {
  margin-top: 40px;
}



.icon img {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}



/* footer */
#footer {
  /* color: #fff;
  padding: 100px 0 0 0;
  font-size: 14px; */
/*  background: #2c3030; */


background: url(../img/Electric-Background.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    color: #FFF;
    padding: 60px 0px 20px;
    position: relative;

}
.footer::before{
  content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: rgba(0,0,0,0.85);
}


#footer .footer-top .footer-contact {
  margin-bottom: 30px;
  padding: 0px 55px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 12px;
}

#footer .footer-top .footer-contact h3:after {
  position: absolute;
  content: "";
  height: 2px;
  width: 35%;
  bottom: 0;
  left: 0;
  background-color: #fff;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  color: #fff;

  padding: 20px 0px;
}

#footer .footer-top .footer-contact ul {
  list-style: none;
  padding: 0;
  margin: 0;
  ;
}

#footer .footer-top .footer-contact ul i {
  padding-right: 7px;
  color: #fff;
  margin: 4px 0px 0px 0px;
  font-size: 18px;
  line-height: 10px;
}

#footer .footer-top .footer-contact ul li {
  padding: 4px 0;
  display: flex;
}

#footer .footer-top .footer-contact ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-contact ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 24px;
}

#footer .footer-top .footer-contact ul a:hover {
  text-decoration: none;
  color: #fff;
}


#footer .footer-top h4 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 12px;
}

#footer .footer-top h4:after {
  position: absolute;
  content: "";
  height: 2px;
  width: 35%;
  bottom: 0;
  left: 0;
  background-color: #fff;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 1px;
  color: #fff;
  font-size: 21px;
  line-height: 19px;
}

#footer .footer-top .footer-links ul li {
  padding: 3px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  transition: 0.3s;
  display: inline-block;
  line-height: 25px;
  color: #fff;

}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #fff;
}

#footer .footer-newsletter {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
}

#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px 0 0 4px;
  text-align: left;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -4px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #ff0000;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #ff0000;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #fff;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #ff0000;
  color: #fff;
  text-decoration: none;
}

#footer .copyright {
  text-align: center;
 padding: 5px 0px;
    background-color: #1b1b1c;
}

#footer .footer_img img {
  width: 170px;
}

#footer .footer_logo p a img {
  position: relative;
  width: 150px;
  top: 0;
  margin: 0px 5px;
}

.whatsapp-se {
  right: 65px;
  bottom: 12px;
  width: 11px;
  z-index: 999;
  position: fixed;
}

#footer .footer_img h1 {
  font-size: 26px;
  color: #fff;
  text-transform: uppercase;
}


#footer .footer_img span {
  font-size: 26px;
  color: #1db5c5;
  text-transform: uppercase;
}

p.mb-0.text-white {
  align-items: center;
  display: flex;
  font-weight: 300;
}


/* call of action */

#call-of-action-index {
  padding: 40px 0px;
  position: relative;
  margin-bottom: -85px;
}

.call-of-action-index {
  padding: 20px 0px;
  background: #0066b3;
  width: 100%;
  border-radius: 5px;
    margin: 20px;
  box-shadow: 4px 7px 19px 1px #00000073;
}

.get-quoate {
  padding: 40px;
}

.get-quoate h1 {
  color: #fff;
  font-size: 40px;
}

.call-us-now {
  /* font-size: 28px; */
  color: #fff;
  display: flex;
  border-right: 2px solid #fff;
  margin-top: 40px;
  padding: 10px 0px;
}

.call-us-now p {
  font-size: 15px;
  margin-bottom: 10px;
}

.call-us-now a {
  font-size: 20px;
  color: #fff;
}

.get-call {
  padding: 55px 0px;
}

.whole-contact {
  display: flex;
}

.icon-content {
  margin-top: 10px;
}


.call-us-now .icon {
  display: flex;
  align-items: center;
  font-size: 30px;
  border: 2px dashed #fff;
  padding: 15px;
  border-radius: 50%;
  margin-right: 15px;
}

/* about us */

#about_us {
 /*  padding: 40px 0; */
 margin-top: 182px;
}

.about-head-index {
  border-left: 3px solid #1db5c5;
  font-size: 35px;
  display: inline-block;
  padding-left: 30px;
}

.about-title {
  font-size: 29px;
  font-weight: 500;
  /* color: #1db5c5; */
  line-height: 35px;
  color: #000;
  padding: 25px 0px;
}

.about-index-content {
  padding: 0 0 25px 0;
  /* font-size: 20px; */
  line-height: 25px;
}

.about-index-card {
  padding: 5px 0;
  background: #ddd;
  border-radius: 5px;

}

.about-index-card-title {
  padding: 16px 10px 0px 18px;
  font-size: 17px;
  font-weight: 500;
  color: #000;
  text-align: left;
}

.about-index-card-content {
  text-align: left;
  margin-top: 10px;
  font-size: 13px;
  padding: 5px 0px 10px 19px;
  line-height: 20px;
}

/* .about-index-card-icon {
  margin-top: -28px;
  margin-left: 15px;
 
} */

.about-index-card-icon i {
  margin-top: -30px;
  margin-left: 15px;
  font-size: 40px;
  padding: 7px;
  color: #fff;
  background: #0066b3;
  border-radius: 5px;
}

.about-index-card-container {
  margin-top: 25px;
}

/* .call-us-now .icon i {
  animation: shake 0.5s;
  animation-iteration-count: infinite;
  -webkit-animation: shake 0.5s;
}

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-25deg); -webkit-transform: translate(-1px, -2px) rotate(-25deg); -moz-transform: translate(-1px, -2px) rotate(-25deg); -ms-transform: translate(-1px, -2px) rotate(-25deg); -o-transform: translate(-1px, -2px) rotate(-25deg); }
  20% { transform: translate(-3px, 0px) rotate(25deg); -webkit-transform: translate(-3px, 0px) rotate(25deg); -moz-transform: translate(-3px, 0px) rotate(25deg); -ms-transform: translate(-3px, 0px) rotate(25deg); -o-transform: translate(-3px, 0px) rotate(25deg); }
  30% { transform: translate(3px, 2px) rotate(-25deg); -webkit-transform: translate(3px, 2px) rotate(-25deg); -moz-transform: translate(3px, 2px) rotate(-25deg); -ms-transform: translate(3px, 2px) rotate(-25deg); -o-transform: translate(3px, 2px) rotate(-25deg); }
  40% { transform: translate(1px, -1px) rotate(25deg); -webkit-transform: translate(1px, -1px) rotate(25deg); -moz-transform: translate(1px, -1px) rotate(25deg); -ms-transform: translate(1px, -1px) rotate(25deg); -o-transform: translate(1px, -1px) rotate(25deg); }
  50% { transform: translate(-1px, 2px) rotate(0deg); -webkit-transform: translate(-1px, 2px) rotate(0deg); -moz-transform: translate(-1px, 2px) rotate(0deg); -ms-transform: translate(-1px, 2px) rotate(0deg); -o-transform: translate(-1px, 2px) rotate(0deg); }
  60% { transform: translate(-3px, 1px) rotate(25deg); -webkit-transform: translate(-3px, 1px) rotate(25deg); -moz-transform: translate(-3px, 1px) rotate(25deg); -ms-transform: translate(-3px, 1px) rotate(25deg); -o-transform: translate(-3px, 1px) rotate(25deg); }
  70% { transform: translate(3px, 1px) rotate(-25deg); -webkit-transform: translate(3px, 1px) rotate(-25deg); -moz-transform: translate(3px, 1px) rotate(-25deg); -ms-transform: translate(3px, 1px) rotate(-25deg); -o-transform: translate(3px, 1px) rotate(-25deg); }
  80% { transform: translate(-1px, -1px) rotate(0deg); -webkit-transform: translate(-1px, -1px) rotate(0deg); -moz-transform: translate(-1px, -1px) rotate(0deg); -ms-transform: translate(-1px, -1px) rotate(0deg); -o-transform: translate(-1px, -1px) rotate(0deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(0deg); -webkit-transform: translate(1px, -2px) rotate(0deg); -moz-transform: translate(1px, -2px) rotate(0deg); -ms-transform: translate(1px, -2px) rotate(0deg); -o-transform: translate(1px, -2px) rotate(0deg); }
} */



.custom-btn {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 2px solid #ed1c24;
  border-radius: 0.6em;
  color: #ed1c24;
  cursor: pointer;
  display: flex;
  align-self: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  margin: 20px 20px 20px 0px;
  padding: 1.2em 2.8em;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.custom-btn:hover, .custom-btn:focus {
  color: #fff;
  outline: 0;
}

.btn-7 {
  transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out;
}

.btn-7:hover {
  box-shadow: 0 0 40px 40px #e74c3c inset;
}



/* contact us */


.contact_us {
    background-color: #4c4c4c;
    padding: 88px 0px;

}

.contact_inner {
     background-color: #fff;
    position: relative;
    box-shadow: 0px -1px 7px #cccc;
    border-radius: 25px;
}

.contact_field {
  padding: 60px 340px 90px 100px;
}

.right_conatct_social_icon {
  height: 100%;
}

.contact_field h3 {
  color: #000;
  font-size: 35px;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 15px;
}

.contact_field p {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1px;
  margin-bottom: 35px;
}

.contact_field .form-control {
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid #ccc;
}

.contact_field .form-control:focus {
  box-shadow: none;
  outline: none;
  border-bottom: 2px solid #1325e8;
}

.contact_field .form-control::placeholder {
  font-size: 13px;
  letter-spacing: 1px;
}

.contact_info_sec {
    position: absolute;
  background-color: #4c4c4c;
  right: 0px;
  top: 18%;
  height: 340px;
  width: 340px;
  padding: 40px;
  color: #fff;
  border-radius: 25px 0 0 25px;
  -webkit-border-radius: 25px 0 0 25px;
  -moz-border-radius: 25px 0 0 25px;
  -ms-border-radius: 25px 0 0 25px;
  -o-border-radius: 25px 0 0 25px;
}

.contact_info_sec h4 {
  letter-spacing: 1px;
  padding-bottom: 15px;
}

.info_single {
  margin: 30px 0px;
}

.info_single i {
  margin-right: 15px;
}

.info_single span {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 20px;
}

button.contact_form_submit {
  background: #0066b3;
  border: none;
  color: #fff;
  padding: 10px 15px;
  width: 100%;
  margin-top: 25px;
  border-radius: 35px;
  cursor: pointer;
  font-size: 14px;
  letter-spacing: 2px;
}

.socil_item_inner li {
  list-style: none;
}

.socil_item_inner li a {
  color: #fff;
  margin: 0px 15px;
  font-size: 14px;
}

.socil_item_inner {
  padding-bottom: 10px;
}

/* .map_sec {
  padding: 50px 0px;
}
.map_inner h4,
.map_inner p {
  color: #000;
  text-align: center;
}
.map_inner p {
  font-size: 13px;
}
.map_bind {
  margin-top: 50px;
  border-radius: 30px;
  overflow: hidden;
} */



.mt-box img {
  position: relative;
}

.mt-box img.active {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  object-fit: contain;
  background: rgb(0 0 0 / 84%);
  padding: 15px;
}

.company-profile-content ul li i {
  margin-right: 5px;
}

/* Mobile Menu */

.mobile_menu {
  display: none;
}

.logo-img-fluid {
  width: 230px;
  height: auto;
}

.sticky .logo-image img {
  position: absolute;
  top: 9px;
  right: 0px;
}

@media (max-width: 992px) {
  .mobile_menu {
    display: block !important;
  }

  .main-bar {
    display: none;
  }

  .contact_field {
    padding: 30px 50px;
  }

  .call-us-now {
    border-right: none;
    margin-top: 0px;
    padding: 10px 40px;
  }

  .get-call {
    padding: 30px 40px;
  }

  .contact_info_sec {
    position: unset;
    background-color: #2d2d2d;
    right: 1px;
    top: 18%;
    height: 100%;
    width: 100%;
    padding: 40px;
    color: #fff;
    border-radius: 25px !important;
  }

  #hero {
    width: 100%;
    top: 50px;
  }

  .about-index-card {
    margin-bottom: 40px;
  }

  #footer .footer-top .footer-contact {

    padding: 0px 0px;
  }

}

@media (max-width:540px) {

  .get-quoate h1 {
    color: #fff;
    font-size: 25px;
  }

  .get-quoate {
    padding: 30px;
  }

  .breadcrumb_shivam {
    margin-top: 22px !important;
  }

  #contact {
    padding: 0px 0px;
  }

  p.mb-0.text-white {
    display: unset;
    font-weight: 300;
    line-height: 18px;
  }

  .call-us-now {
    border-right: none;
    margin-top: 0px;
    padding: 0px 25px;
  }
}

@media (max-width:767px) {
  .mobile_menu {

    padding: 5px 0px;
  }

  .carousel-indicators {
    display: none;
  }

  .mobile_menu .mobile-menu-btn {
    position: absolute;
    top: 8px !important;
    right: 25px !important;
    height: 35px !important;
    width: 40px;
  }

  .logo-img-fluid {
    max-width: 65%;
    height: auto;
  }

  #hero {
    width: 100%;
    top: 12px;
  }
}

.mobile_menu .mobile-menu-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  height: 45px;
  width: 45px;
  text-align: center;
  background: #1b1b1b;
  border-radius: 3px;
  cursor: pointer;
  transition: left 0.4s ease;
}

.mobile_menu .mobile-menu-btn.click {
  right: 15px;
}

.mobile_menu .mobile-menu-btn span {
  color: white;
  font-size: 28px;
  line-height: 36px;
}

.mobile_menu .mobile-menu-btn.click span:before {
  content: '\f00d';
}

.sidebar {
  position: fixed;
  width: 250px;
  height: 100%;
  left: -250px;
  background: #1b1b1b;
  transition: left 0.4s ease;
}

.sidebar.show {
  left: 0px;
}

.sidebar .text {
  color: white;
  font-size: 25px;
  font-weight: 600;
  line-height: 65px;
  text-align: center;
  background: #1e1e1e;
  letter-spacing: 1px;
}

nav.sidebar ul {
  background: #1b1b1b;
  height: 100%;
  width: 100%;
  list-style: none;
}

nav.sidebar ul li {
  line-height: 60px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

nav.sidebar ul li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

nav.sidebar ul li a {
  position: relative;
  color: white;
  text-decoration: none;
  font-size: 18px;
  padding-left: 40px;
  font-weight: 500;
  display: block;
  width: 100%;
  border-left: 3px solid transparent;
}

nav.sidebar ul li.mobile-menu-active a {
  color: #ed1d25;
  background: #1e1e1e;
  border-left-color: #ed1d25;
}

nav.sidebar ul li a:hover {
  background: #1e1e1e;
}

nav.sidebar ul ul {
  position: static;
  display: none;
}

nav.sidebar ul .feat-show.show {
  display: block;
}

nav.sidebar ul .serv-show.show1 {
  display: block;
}

nav.sidebar ul ul li {
  line-height: 42px;
  border-top: none;
}

nav.sidebar ul ul li a {
  font-size: 17px;
  color: #e6e6e6;
  padding-left: 80px;
}

nav.sidebar ul li.mobile-menu-active ul li a {
  color: #e6e6e6;
  background: #1b1b1b;
  border-left-color: transparent;
}

nav.sidebar ul ul li a:hover {
  color: #ed1d25 !important;
  background: #1e1e1e !important;
}

nav.sidebar ul li a span {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-size: 22px;
  transition: transform 0.4s;
}

nav.sidebar ul li a span.rotate {
  transform: translateY(-50%) rotate(-180deg);
}

/* .content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #202020;
    z-index: -1;
    text-align: center;
  }
  .content .header{
    font-size: 45px;
    font-weight: 600;
  }
  .content p{
    font-size: 30px;
    font-weight: 500;
  } */


.mobile_menu {
  background-color: #fff;
  box-shadow: 1px 2px 11px 0px rgb(0 0 0 / 40%);
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  padding: 10px 0px;
  z-index: 99;
}

.mobile_menu .logo {
  max-width: 200px;
}



@media (max-width:991px) {
  #hero {
    width: 100%;
    height: 72vh;

  }
}

@media (max-width:767px) {
  #hero {
    width: 100%;
    height: 51vh;
  }

  .carousel-control-next {
    display: none;
  }

  .carousel-control-prev {
    display: none;
  }

  .cpi-content {
    padding: 10px;
  }

  .about-profile-title {
    margin-left: 10px;
  }
}

@media (max-width:520px) {
  #hero {
    width: 100%;
    height: 41vh;
  }
  .about-us-card-icon {
    margin-top: -30px !important;
    text-align: center;
    margin-bottom: 20px !important;
}
#aboutus-profile .container {
  /* border-bottom: 1px solid #ddd; */
  padding: 0px 0;
}
.contact-line {
  display: flex;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
  justify-content: center;
}
.brand-video-row {
height:auto !important;
}
/* .contact-shivam-brand-logo:after{
  position: absolute;
    content: "";
    height: 2px;
    width: 80px;
    bottom: -10px;
    margin-top: 20px;
    left: 75%;
    background-color: #000;
} */

}

@media (max-width:468px) {
  #hero {
    width: 100%;
    height: 34vh;
  }
  .client-logo-new {
     top: 0px; 
}
  /* .about-us-card-icon {
    margin-top: -30px !important;
    margin-left: 85px !important;
    margin-bottom: 20px !important;
} */
}


.pricelist-heading {
  text-align: center;
}

.pricelist-heading h1 {
  font-size: 25px;
  color: #000;
  padding-bottom: 10px;
  border-bottom: 2px solid #1db5c5;
  display: inline-block;
  margin-bottom: 40px;
  font-weight: 500;
}



@media(min-width: 1500px) {
  #hero {
    width: 100%;
    top: -36px;
    height: 82vh;
  }

  .logo-image {
    width: 70%;
    position: relative;
    right: 130px;
  }
  .about-us-card-icon {
    text-align: center;

}
}



/* .main-about-us-image {
  border:1px solid #ddd;
} */

.separator-aboutus-heading{
  border-left: 1px solid #1db5c5;
    position: relative;
    height: 10px;
    width: 8px;
    margin: 0 auto;
    border-right: 1px solid #1db5c5;

}
.separator-aboutus-heading:after{
  position: absolute;
  content: "";
  left: 6px;
  top: 4px;
  background-color: #000;
  width: 50px;
  height: 1px;
}
.separator-aboutus-heading:before{
  position: absolute;
    content: "";
    right: 7px;
    top: 4px;
    background-color: #000;
    width: 48px;
    height: 1px;
}

.our-vision-card {
 
    position: relative;
    background-color: #ffffff;
        box-shadow: rgb(0 0 0 / 16%) 0px 3px 6px, rgb(0 0 0 / 23%) 0px 3px 6px;
    /* color: #6c7176; */
    /* font-size: 20px; */
    font-size: 18px;
    /* text-align: center; */
    padding: 0 40px 20px;
    margin-top: 73px;
        border-radius: 10px;
}



.our-vision-card .about-profile-title {
    color: #000;
    font-weight: 700;
    /* margin-bottom: 10px; */
    display: flex;
    justify-content: center;
    padding-bottom: 5px;

    position: relative;
}

.company-profile-content {
  position: relative;
}


.our-mission-card {
  position: relative;
    background-color: #ffffff;
        box-shadow: rgb(0 0 0 / 16%) 0px 3px 6px, rgb(0 0 0 / 23%) 0px 3px 6px;
    /* color: #6c7176; */
    /* font-size: 20px; */
    font-size: 18px;
    /* text-align: center; */
    padding: 0 40px 20px;
    margin-top: 73px;
      border-radius: 10px;
}
.our-mission-card .about-profile-title {
  color: #000;
    font-weight: 700;
    /* margin-bottom: 10px; */
    display: flex;
    justify-content: center;
    padding-bottom: 5px;

    position: relative;
}



.our-why-card {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  padding: 30px;
  border-radius: 10px;
  position: relative;
  
}
.our-why-card .company-profile-content{
  color:#000;
}
.our-why-card:before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
 
  
}

.our-why-card .about-profile-title {
  color: #000;
  font-weight: 700;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #1db5c5;
  display: inline-block;
  position: relative;
}

.about-us-card-icon i {
  
     font-size: 40px;
    padding: 21px;
    margin-top: -25px;
    color: #fff;
    background: #bf1e2e;
    border-radius: 50%;
}

.about-us-card-icon {
     margin-top: -50px;
     text-align: center;
    margin-bottom: 20px;
}

.ourachivements_heading {
    margin: 20px;
}
.decorativev-line {
    height: 10px;
    width: 44px;
    background-color: #000;
    margin: 0px auto;
    position: relative;
    border-radius: 11px;
}
.decorativev-line::before {
    content: '';
    position: absolute;
    height: 2px;
    display: inline-block;
    width: 61px;
    margin: 4px 0px;
    left: -61px;
    background-color: #bf1e2e;
}

.decorativev-line::after {
    content: '';
    position: absolute;
    height: 2px;
    display: inline-block;
    width: 61px;
    margin: 4px 0px;
    left: 44px;
    background-color: #bf1e2e;
}
.achivement-pics {
    margin: 10px 0px;
    width: 100%;
    border: 1px solid #114c7f5e;
}

.achivement-pics img {
    width: 100%;
}

.ourachivements_heading.text-center h3 {
        font-size: 30px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: 500;
}

.brand-distributar-card{
  margin-left: 0px;

    padding: 30px 15px;

    width: 100%;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 0 6px 30px 0 rgb(0 0 0 / 12%);
}

.brand-distributar-card-title {
    text-align: center;
}
.brand-distributar-card-title h2 {
    font-size: 30px;
    color: #bf1e2e;
    padding-bottom: 5px;
    font-weight: 600;
}

.brand-distributar-card-title p {
    font-size: 20px;
    padding: 5px 0px;
}
.brand-distributar-card-title h3 {
    padding-top: 10px;
}

/* .about-card-width{
      width: 28.333333% !important; 
} */

.about-width-center{
  justify-content: center !important;
}

.why-deal-with-card {
    text-align: center;
    padding: 20px 0px;
    margin-top: 30px;
}
.why-deal-with-icon i {
    font-size: 90px;
    color: #bf1e2e;
}

.why-deal-with-icon-container {
        /* background: #f0f0f0; */
    /* padding: 50px 0px;
    border-radius: 10px; */
    box-shadow: 1px 1px 3px #ddd;
}
.why-deal-with-icon-container h1{
  font-size: 30px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.why-deal-with-icon-title {
 
    padding: 50px 0px 0px 0px;
    text-align: center;
}
.why-deal-with-title {
    text-transform: capitalize;
    padding: 15px 0px;
}

section.our_achivment-gallery {
    padding-top: 30px;
        padding-bottom: 20px;
}

.achivement-pics img{
  width: 100%;
   object-fit: contain;
   height: 340px !important;
    /* box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 48%); */
        /* border: 1px solid #ddd; */
}
.achivement-logo-pics img{
  width: 100%;
      padding: 5px;
   object-fit: contain;
   height: 70px !important;
   border: 1px solid #ddd
    /* box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 48%); */

  }
  .obj_fit{ 
      object-fit: cover;
        
    }


    .achivement-pics {
position: relative;
}
.achivement-pics img.zoomactive {
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100% !important;
z-index: 999;
object-fit: contain;
background: rgb(0 0 0 / 84%);
padding: 15px;
}

.achivement-pics img:hover{
  cursor: zoom-in;
}

.achivement-pics img.zoomactive:hover{
  cursor: zoom-out;
}

.customer-statisfaction-title{
      color: #000;
          font-weight: 600;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 2px solid #bf1e2e;
    display: inline-block;
}

.contact-shivam-brand-logo {
  width: 220px;
  border-right: 1px solid #ddd;
  padding-right: 20px;
  position: relative;
}

.contact-brand-logo {
  width: 220px;
}

.contact .info {
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0px;
  font-size: 18px;
}
.contact .info h4 {
  padding: 0px 0 0 10px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0px;
  color: #111;
}
.contact-partner-name p{
  text-align:center;
  font-size: 18px;
}
.contact-partner-name p span{
  margin-right:10px;
}
.contact-partner-name p i{margin-right: 5px;}

.contact-partner-name {
  margin-top: 50px;
  text-align: right;
  margin-bottom: 15px;
}

.contact-partner-name2{
  margin-top:50px;
  text-align:left;
  margin-bottom: 15px;
}
.contact-partner-name2 p{
  text-align:center;
  font-size: 18px;
}
.contact-partner-name2 p span{
  margin-right:10px;
}
.contact-partner-name2 p i{margin-right: 5px;}
/* .contact .info i {
  font-size: 15px;
  color: #1db5c5;
  float: left;
  width: 30px;
  height: 30px;
  border: 1px solid #1db5c5;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s;
} */
.contact .info i {
  font-size: 17px;
  color: #1db5c5;
  float: left;
  padding: 15px;
  border: 1px solid #1db5c5;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s;
}

.contact .info:hover i {
  background: #1db5c5;
  color: #fff;
}
.contact .info p a:hover{
 color:#1db5c5;
}
.contact-partner-name p a:hover{
  color:#1db5c5;
}
.contact-partner-name2 p a:hover{
  color:#1db5c5;
}
/* .contact-shivam-brand-logo:after{
  position: absolute;
  content: "";
  height: 2px;
  width: 100px;
  bottom: -10px;

  left: 78%;
  background-color: #000;
} */

.info-wrap .decorativev-line {
  height: 7px;
  width: 44px;
  margin-top:10px;
  background-color: #000;
 
  position: relative;
  border-radius: 11px;
}
.info-wrap .decorativev-line::before {
  content: '';
  position: absolute;
  height: 2px;
  display: inline-block;
  width: 61px;
  margin: 3px 0px;
  left: -61px;
  background-color: #bf1e2e;
}
.info-wrap .decorativev-line::after {
  content: '';
  position: absolute;
  height: 2px;
  display: inline-block;
  width: 61px;
  margin: 3px 0px;
  left: 44px;
  background-color: #bf1e2e;
}

/* video on home */

.brand-video-row {
  height: 400px;
  box-shadow: 0px 1px 3px #ddd;
}
.brand-video-iframe {
  height: 200px;
  align-items: center;
  justify-content: center;

  display: flex;
}

@media  (max-width:468px){
  ul.tabs li.current {
   
    width: 49%;
    margin:10px 0px;

}
ul.tabs li {
 
  width: 49%;
  margin:10px 0px;
}
}

.pricelist-animation {
  -webkit-animation: pricelist-animation .7s 1 cubic-bezier(.175,.885,.32,1.275);
  -o-animation: pricelist-animation .7s 1 cubic-bezier(.175,.885,.32,1.275);
  animation: pricelist-animation .7s 1 cubic-bezier(.175,.885,.32,1.275);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

@keyframes pricelist-animation {
  

0% {
  -webkit-transform: scale(.5);
  -ms-transform: scale(.5);
  -o-transform: scale(.5);
  transform: scale(.5);
  opacity: .1;
  -moz-transform: scale(.5);
}

100% {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -moz-transform: scale(1);
}

}


.dropdown-meta {
    position: relative;

}


a.dropbtn {
    color: #000 !important;
}

.dropdown-meta:hover .meta-dropdown-content {
    display: block;
}

.meta-dropdown-content {
    display: none;
        z-index: 99;
    padding-top: 12px;
    position: absolute;
    left: 0px;
    top: 45px;
}
.drop_mainbox {
    background-color: #ffffff;
        min-width: 320px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    border-radius: 10px;
}
.col-md-6.num-col {
    text-align: center;
    justify-content: center;
    padding: 20px 0px;
}
.col-md-6.num-col p {
    color: #000;
    font-size: 12px;
    font-weight: 600;
    margin: 0px;
}
.meta-dropdown-content .head-num {
    margin: 0px;
}
.meta-dropdown-content a {
    color: black;
    padding: 5px 5px;
    text-decoration: none;
    display: block;
}

.desktop-navbar a:hover{
 color:#0066b3!important;
}
 .dropbtn:hover{
  color: #0066b3!important;
}



@media (min-width:1400px){
  .carousel-indicators {
    top:845px;
}
.dark-layer3 {
  padding: 150px 102px!important;

}
}


@media  (max-width:520px){
 .contact .info {
    
    flex-wrap: wrap;
    gap: 10px;
}
.contact .info p {
    text-align: center;
}
}