.custom_space {
  padding: 100px 0px;
}

.about-section-space{
    padding: 100px 0px;
}

@media(max-width:992px){
  .about-section-space{
    padding: 80px 0px;
}
}
.text-2 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}

.navbar.fixed-top {
  background-color: #637181ec;
  padding: 10px 0;
  z-index: 1050;
}

.experience-section-top {
  padding-top: 100px;
  padding-bottom: 80px;
}

.experience-section-top .col-lg-6 {
  /* border: 2px solid green; */
  display: flex;
  /* align-items: center; */
  justify-content: center;
  flex-flow: column;

}

.experience-section-top .col-lg-6 a {
  /* border: 2px solid green; */
  display: inline;
  width: 55%;
}



.navbar .nav-link {
  color: #ffffff !important;
  font-weight: 500;
  padding: 10px 15px;
}

.navbar .nav-link:hover {
  color: #f9c846 !important;
}

.navbar-brand img {
  height: 50px;
}


.header-top a {
  color: #fff;
  text-decoration: none;
}

.header-top ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 15px;
}

.social-links li a {
  color: #fff;
}

.mobile-menu {
  display: none;
  /* Placeholder if you want to script mobile menu later */
}



/* ----------------------------- */
/* page cover start */

.custom-banner-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.custom-slide-item {
  position: relative;
  height: 600px;
  color: #fff;
}

.custom-image-layer {
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.custom-content-container {
  position: relative;
  z-index: 2;
  padding-top: 150px;
  text-align: center;
}

.custom-btn {
  display: inline-block;
  background: #ff6600;
  color: #fff;
  padding: 12px 25px;
  text-decoration: none;
  margin-top: 20px;
  border-radius: 4px;
}

.custom-content-below-banner {
  padding: 30px 20px;
  text-align: center;
  background: #f9f9f9;
}

.custom-owl-nav i {
  font-size: 30px;
  color: #333;
  cursor: pointer;
}

/* page cover end */
/* ----------------------------- */

.theme-color {
  color: #22537f;
}

.page-title-heading-section:before {

  position: absolute;
  content: '';
  top: 100px;
  width: 4px;
  height: 74px;
  background-color: #0c2957;
}


/* trademark registration */
/* .card-body-child-bg {
  text-align: center;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0px 5px 10px #d2e2d2;
  height: 250px;
} */

.card-body-child-bg .card-body-icon-child-bg-second {
  position: relative;
  height: 240px;
  border-radius: 6px;
  overflow: hidden;
  text-align: center;
  -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
  background-image: url(../images/shape/pattern-11.png);
  background-color: #000;
  padding: 15px;
}

.card-body-child-bg .parent-inner-box {
  background:
    linear-gradient(45deg, #fff, #ffffffc2, #ffcc00) border-box;
  border: 2px solid transparent;
  border-radius: 10px;

}

.card-body-child-bg .card-body-icon-child-bg-second h5 {
  color: #fff;
}


/* ------- */
.card-body-icon .card-body-icon-child-bg {
  position: relative;
  height: 305px;
  border-radius: 6px;
  overflow: hidden;
  text-align: center;
  -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
  background-image: url(../images/shape/pattern-11.png);
  background-color: #000;
  padding: 15px;
}

.card-body-icon .parent-inner-box {


  /* Gradient border via background */
  background:
    linear-gradient(45deg, #fff, #ffffffc2, #ffcc00) border-box;
  border: 2px solid transparent;
  border-radius: 10px;
  /* padding: 30px; */


}

.card-body-icon .card-body-icon-child-bg i {
  color: #fff;
  padding-bottom: 20px;
}

.card-body-icon .card-body-icon-child-bg h5 {
  color: #fff;
  /* padding-bottom: 20px; */
}


/* ------- */


.card-body-icon i {
  font-size: 50px;
  padding-bottom: 10px;
}


.card-body-icon-second {
  text-align: center;
  /* padding: 20px 10px; */
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0px 5px 10px #d2e2d2;
  height: 265px;
}

.card-body-icon-second i {
  font-size: 50px;
  padding-bottom: 10px;
}



.card-body-child-bg-three {
  text-align: center;
  /* padding: 20px 10px; */
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0px 5px 10px #d2e2d2;
  height: 375px;
}

.card-body-child-bg-four {
  text-align: center;
  border-radius: 8px;
  background: #ffffff;
  /* box-shadow: 0px 5px 10px #d2e2d2; */
  height: 450px;
}



.custom-section-bg {
  /* position: relative; */
  padding: 100px 0 100px;
  /* background-color: #f7faf5; */
}

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

.custom-section-bg-child {
  background-color: #434343;
  padding-top: 36px;
}

.custom-section-bg-child i {
  color: #fff;
}

.custom-section-bg-child h5 {
  padding: 5px 0px;
  color: #fff;
  font-size: 22px;
}

.about-section-six-child {
  padding: 60px 0px;
}


/* Online Prodedure of Trademark Registration start */
.cn-about-section-six {
  padding: 100px 0;
}

.cn-sec-title h2 {
  font-weight: 700;
  font-size: 32px;
}

.cn-theme-color {
  color: #007bff;
}

.cn-text-decoration .cn-left,
.cn-text-decoration .cn-right {
  display: inline-block;
  height: 3px;
  background: #007bff;
  width: 40px;
  margin: 0 5px;
}

.cn-card-item {
  width: 19%;
  margin-bottom: 20px;
}

.cn-card-child .cn-card-body-child-bg {
  position: relative;
  height: 280px;
  border-radius: 6px;
  overflow: hidden;
  text-align: center;
  -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
  background-image: url(../images/shape/pattern-11.png);
  background-color: #000;
  padding: 0px 10px;
}

.cn-card-child .parent-inner-box {


  /* Gradient border via background */
  background:
    linear-gradient(45deg, #fff, #ffffffc2, #ffcc00) border-box;
  border: 02px solid transparent;
  border-radius: 10px;


}

.cn-card-body-child-bg h5 {
  color: #fff;
  padding: 20px 0px;
}



/* Responsive Adjustments */


.background-bg-img-padding {
  background-image: url('../images/shape/pattern-10-1.png');
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 100px;
  padding-top: 100px;
}


.content-text-right {
  margin-left: 60px;
}



/* consumer duspute form start */
.main-new-consumer-form {
  border-radius: 10px;
  padding: 14px;
  background: #F4F7FC;
  border: 5px solid #ffffff9e;
  box-shadow: 2px 2px 13px rgb(133 133 133);
}

.main-new-consumer-form form .form-group {
  margin-bottom: 6px;
  /* padding: 15px 0px; */
}

.main-new-consumer-form form .form-group input[type="text"],
.main-new-consumer-form form .form-group input[type="number"],
.main-new-consumer-form form .form-group input[type="email"],
.main-new-consumer-form form .form-group textarea,
.main-new-consumer-form form .form-group select {
  height: 45px;
  width: 100%;
  font-size: 14px;
  color: rgb(12, 41, 87);
  line-height: 30px;
  font-weight: 500;
  background-color: transparent;
  border-radius: 6px;
  padding: 11px 20px;
  border: 1px solid rgb(225, 229, 233);
  transition: all 0.3s ease;
  box-sizing: border-box;
  margin-bottom: 05px;
}

.main-new-consumer-form form .form-group textarea {

  height: 90px;
  width: 100%;
  font-size: 14px;
  color: rgb(12, 41, 87);
  line-height: 30px;
  font-weight: 500;
  background-color: transparent;
  border-radius: 6px;
  padding: 20px 20px;
}

/* Focus effect for all form fields */
.main-new-consumer-form form .form-group input:focus,
.main-new-consumer-form form .form-group textarea:focus,
.main-new-consumer-form form .form-group select:focus {
  outline: none;
  border-color: #0c2957;
  box-shadow: 0 0 5px rgba(12, 41, 87, 0.3);
}

.main-new-consumer-form h3 {
  font-weight: 600;
  font-size: 21px;
  padding: 1.5rem 0rem;
  text-align: center;
  text-transform: uppercase;
}

.main-new-consumer-form .form-group p {
  font-size: 13px;
  color: rgb(12, 41, 87);
}

/* .contact-form .form-group {
    position: relative;
    margin-bottom: 20px;
} */

/* .contact-form .bootstrap-select>.dropdown-toggle, .contact-form .form-group input[type="text"], .contact-form .form-group input[type="email"], .contact-form .form-group textarea, .contact-form .form-group select {
    position: relative;
    display: block;
    height: 54px;
    width: 100%;
    font-size: 15px;
    color: rgb(12, 41, 87);
    line-height: 30px;
    font-weight: 600;
    background-color: transparent;
    border-radius: 6px;
    padding: 11px 20px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(225, 229, 233);
    -o-border-image: initial;
    border-image: initial;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
} */

/* consumer duspute form end */


/* ------------ Responsive Start ------------- */
/* ------------                  ------------- */

/* Mobile - small devices */
@media (max-width: 575px) {

  /* styles for mobile phones */
  .background-bg-img-padding {
    padding: 70px 0px;
  }

  .cn-card-item {
    width: 100%;
  }

  .cn-card-child .cn-card-body-child-bg {
    height: 260px;
  }


  .card-body-icon .card-body-icon-child-bg {
    height: 260px;
  }

  .card-body-child-bg .card-body-icon-child-bg-second {
    height: 190px;
  }

  .card-body-child-bg-four {
    height: 430px;
  }

  .card-body-icon-second {
    height: 220px;
  }


}

/* Tablet - medium devices */
@media (min-width: 576px) and (max-width: 767px) {

  /* styles for tablets */

  .card-body-icon {
    height: 377px;
  }

  .cn-card-item {
    width: 50%;
  }

  .cn-card-body-child-bg {
    height: 210px;
  }


  .background-bg-img-padding {
    padding: 70px 0px;
  }

  .card-body-child-bg {
    height: 275px;
  }

  .card-body-child-bg-four {
    height: 335px;
  }

  .card-body-icon-second {
    height: 315px;
  }



}

/* Small laptops */
@media (min-width: 768px) and (max-width: 991px) {

  /* styles for small laptops */
  .card-body-icon {
    height: 385px;
  }

  .cn-card-item {
    width: 33.33%;
  }

  .cn-card-body-child-bg {
    height: 240px;
  }



  .card-body-child-bg {
    height: 330px;
  }

  .card-body-child-bg-four {
    height: 290px;
  }

  .card-body-icon-second {
    height: 355px;
  }
}

/* Large devices */
@media (min-width: 992px) and (max-width: 1199px) {
  /* styles for desktops */

  .card-body-icon {
    height: 350px;
  }

  .cn-card-item {
    width: 20%;
  }

  .cn-card-body-child-bg {
    height: 392px;
  }

  .card-body-child-bg {
    height: 330px;
  }

  .custom-section-bg-child {
    height: 515px;
  }



  .card-body-icon-second {
    height: 285px;
  }

}


/* Extra large devices */
@media (min-width: 1200px) {
  /* styles for large desktops */

}






@media (max-width: 768px) {
  .experience-section-top .col-lg-6 a {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .mobile-menu {
    display: block;
  }
}


@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .card-body-child-bg-three {
    height: 375px;
  }
}

@media (max-width: 768px) {
  .content-text-right {
    margin: 0px;
  }
}

@media (max-width: 768px) {
  .cn-card-item {
    width: 48%;
  }
}

@media (max-width: 768px) {
  .cn-about-section-six {
    padding: 70px 0px;
  }
}

@media (max-width: 768px) {
  .custom-section-padding {
    padding: 70px 0px;
  }
}

@media (max-width: 768px) {
  .custom-section-bg {
    padding: 70px 0px;
  }
}

@media (max-width: 768px) {
  .about-section-six-child {
    padding: 25px 0px;
  }
}

@media (max-width: 768px) {
  .about-section-six-child .video-section-six {
    /* padding: 25px 0px; */
    /* border: 2px solid green; */
    margin-top: 50px;
  }
}



/* By default hide mobile video */
.mobile-video {
  display: none;
}

/* Desktop video show normally */
.desktop-video {
  display: block;
}

/* Mobile ke liye */
@media (max-width: 768px) {
  .desktop-video {
    display: none !important;
  }

  .mobile-video {
    display: block !important;
  }
}

