@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&amp;family=Open+Sans:wght@300;400;600;700&amp;display=swap");
body {
  font-family: "Open Sans", sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
  overflow-x: hidden;
}

.layout_padding {
  padding: 30px 0;
}

.layout_padding2 {
  padding: 75px 0;
}

.layout_padding2-top {
  padding-top: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 75px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.heading_container h2 {
  position: relative;
  font-weight: bold;
  margin-bottom: 0;
}

.heading_container h2 span {
  color: #650103;
}

.heading_container p {
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: 600;
}

.heading_container.heading_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}



a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*header section*/
.hero_area {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.hero_area .hero_bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  overflow: hidden;
  z-index: -1;
}

.hero_area .hero_bg_box .bg_img_box {
  min-width: 100%;
  min-height: 100%;
}

.hero_area .hero_bg_box img {
  min-width: 100%;
  min-height: 100%;
}

.sub_page .hero_area {
  min-height: auto;
  background: linear-gradient(130deg, #231a6f, #0f054c);
}

.sub_page .hero_area .hero_bg_box {
  display: none;
}

.header_section {
  padding: 15px 0;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.navbar-brand span {
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
}

.custom_nav-container {
  padding: 0;
}

.custom_nav-container .navbar-nav {
  margin-left: auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 5px 0px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link, .custom_nav-container .navbar-nav .nav-item.active .nav-link {
  color: #00bbf0;
}

.custom_nav-container .navbar-nav .nav-item.active .nav-link {
  font-weight: 600;
}

.custom_nav-container .nav_search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  color: #ffffff;
}

.custom_nav-container .nav_search-btn:hover {
  color: #00bbf0;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #ffffff;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
}

/*end header section*/
/* slider section */
.slider_section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  /* padding: 45px 0 145px 0; */
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
}
.detail-box {
  margin-top: 10px;
}
.slider_section .detail-box {
  color: #00204a;
}

.slider_section .detail-box h1 {
  font-size: 3rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #ffffff;
}

.slider_section .detail-box p {
  color: #fefefe;
  font-size: 14px;
}

.slider_section .detail-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
  margin-top: 25px;
}

.slider_section .detail-box .btn-box a {
  margin: 5px;
  text-align: center;
  width: 165px;
}

.slider_section .detail-box .btn-box .btn1 {
  display: inline-block;
  padding: 10px 15px;
  background-color: #00bbf0;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.slider_section .detail-box .btn-box .btn1:hover {
  background-color: #007fa4;
}

.slider_section .detail-box .btn-box .btn2 {
  display: inline-block;
  padding: 10px 15px;
  background-color: #000000;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.slider_section .detail-box .btn-box .btn2:hover {
  background-color: black;
}

.slider_section .img-box {
  margin: 45px 0;
}

.slider_section .img-box img {
  width: 100%;
  -webkit-animation: upDown 5s infinite;
          animation: upDown 5s infinite;
}

@-webkit-keyframes upDown {
  0% {
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
  }
  50% {
    -webkit-transform: translateY(45px);
            transform: translateY(45px);
  }
  100% {
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
  }
}

@keyframes upDown {
  0% {
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
  }
  50% {
    -webkit-transform: translateY(45px);
            transform: translateY(45px);
  }
  100% {
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
  }
}

.slider_section .carousel-indicators {
  position: unset;
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section .carousel-indicators li {
  background-color: #000000;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  opacity: 1;
}

.slider_section .carousel-indicators li.active {
  width: 20px;
  height: 20px;
  background-color: #650103;
}

.service_section {
  position: relative;
  background: #ffd304;
}

.service_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-top: 30px;
  background-color: #ffffff;
  padding: 10px;
  border-radius: 5px;
  border: 5px solid #000000;
}

.service_section .box .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 125px;
  min-width: 75px;
  height: 75px;
  margin-bottom: 15px;
}

.service_section .box .img-box img {
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.service_section .box .detail-box h5 {
  font-weight: bold;
  text-transform: uppercase;
  color: #650103;
}

.service_section .box .detail-box a {
  color: #00204a;
  font-weight: 600;
}

.service_section .box .detail-box a:hover {
  color: #00bbf0;
}

.service_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.service_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #00bbf0;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.service_section .btn-box a:hover {
  background-color: #007fa4;
}

.about_section {
  background-color: #000000;
  color: #ffffff;
}

.about_section .heading_container {
  margin-bottom: 45px;
}

.about_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_section .img-box img {
  max-width: 100%;
}

.about_section .detail-box h3 {
  font-weight: bold;
}

.about_section .detail-box p {
  margin-top: 15px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #650103;
  color: #ffffff;
  border-radius: 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  margin-top: 15px;
  font-weight: 600;
  border: 2px solid #ffffff;
}

.about_section .detail-box a:hover {
  background-color: #650103;
}

.why_section .box {
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.why_section .box .img-box {
  margin-bottom: 20px;
  width: 100px;
  height: 100px;
  min-width: 100px;
  min-height: 100px;
  border-radius: 100%;
  border: 5px solid #000000;
  background: blanchedalmond;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.why_section .box .img-box img {
  width: 55px;
  height: auto;
  fill: #000000;
}

.why_section .box h5 {
  font-weight: bold;
  margin-bottom: 10px;
}

.why_section .box p {
  margin-bottom: 0;
}

.why_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.why_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #00bbf0;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.why_section .btn-box a:hover {
  background-color: #007fa4;
}

/*team section */
.team_section {
  text-align: center;
  background-color: #650103;
  color: #ffffff;
}

.team_section .heading_container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.team_section .team_container {
  padding: 0 15px;
}

.team_section .team_container .box {
  padding: 0px 0 0 0;
  border-radius: 5px;
  overflow: hidden;
  -webkit-transition: all .1s;
  transition: all .1s;
  margin-top: 45px;
  background: #ffd301;
}

.team_section .team_container .box .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.team_section .team_container .box .img-box img {
  width: 120px;
  border-radius: 100%;
  border: 5px solid #ffffff;
}

.team_section .team_container .box .detail-box {
  margin: 25px 0;
}

.team_section .team_container .box .detail-box h5 {
  color: #000000;
  font-weight: 600;
  position: relative;
}

.team_section .team_container .box .social_box {
  padding: 10px 45px 20px 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.team_section .team_container .box .social_box a {
  color: #ffffff;
  font-size: 22px;
}

.team_section .team_container .box .social_box a:hover {
  color: #00bbf0;
}

/*team section end*/
/* client section start */
.client_section .heading_container {
  margin-bottom: 30px;
}

.client_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 15px;
}

.client_section .box .img-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100px;
  margin-bottom: -50px;
  margin-left: 25px;
  position: relative;
}

.client_section .box .img-box img {
  border: 4px solid #650103;
  border-radius: 100%;
}

.client_section .box .client_id {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.client_section .box .client_id .client_info h6 {
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 20px;
}

.client_section .box .client_id .client_info p {
  margin-bottom: 0;

  font-size: 17px;
  margin-bottom: 10px;
  color: #650103;
  font-weight: 600;
}

.client_section .box .detail-box {
  background-color: #ffd301;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  padding: 75px 25px 25px 25px;
  border: 5px solid #650103;
}

.client_section .box .detail-box i {
  color: #000000;
  margin-bottom: 10px;
}

.client_section .owl-carousel .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}

.client_section .owl-carousel .owl-nav .owl-prev,
.client_section .owl-carousel .owl-nav .owl-next {
  width: 55px;
  height: 55px;
  background-color: #ffd301;
  color: #000000;
  outline: none;
  bottom: 0px;
  font-size: 42px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}

.client_section .owl-carousel .owl-nav .owl-prev:hover,
.client_section .owl-carousel .owl-nav .owl-next:hover {
  color: #000000;
}

/* client section end */
.info_section {
  background-color: #650103;
  color: #ffffff;
  padding: 20px 0 10px 0;
}

.info_section h4 {
  font-weight: 600;
  margin-bottom: 20px;
}

.info_section .info_col {
  margin-bottom: 30px;
}

.info_section .info_contact .contact_link_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.info_section .info_contact .contact_link_box a {
  margin: 5px 0;
  color: #ffffff;
}

.info_section .info_contact .contact_link_box a i {
  margin-right: 5px;
}

.info_section .info_contact .contact_link_box a:hover {
  color: #00bbf0;
}

.info_section .info_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 10px;
}

.info_section .info_social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  border-radius: 100%;
  margin-right: 10px;
  font-size: 24px;
}

.info_section .info_social a:hover {
  color: #00bbf0;
}

.info_section .info_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.info_section .info_links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  color: #ffffff;
}

.info_section .info_links a:hover {
  color: #ffffff;
}

.info_section form input {
  border: none;
  border-bottom: 1px solid #ffffff;
  background-color: transparent;
  width: 100%;
  height: 45px;
  color: #ffffff;
  outline: none;
}

.info_section form input::-webkit-input-placeholder {
  color: #ffffff;
}

.info_section form input:-ms-input-placeholder {
  color: #ffffff;
}

.info_section form input::-ms-input-placeholder {
  color: #ffffff;
}

.info_section form input::placeholder {
  color: #ffffff;
}

.info_section form button {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 10px 55px;
  background-color: #00bbf0;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  margin-top: 15px;
}

.info_section form button:hover {
  background-color: #007fa4;
}

/* footer section*/
.footer_section {
  position: relative;
  background-color: #ffd301;
  text-align: center;
}

.footer_section p {
  color: #000000;
  padding: 10px 0;
  margin: 0;
  font-weight: 600;
}

.footer_section p a {
  color: inherit;
}


.testi-grid {
    position: relative;
    padding: 30px 20px;
    z-index: 2;
    -webkit-filter: drop-shadow(0px 4px 30px rgba(0,0,0,0.05));
    filter: drop-shadow(0px 4px 30px rgba(0,0,0,0.05));
    margin-top: 60px;
    border-radius: 20px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.testi-grid:before {
    content: "";
    position: absolute;
    inset: 0;
    -webkit-mask-image: url("../img/shape/testi_shape.png");
    mask-image: url("../img/shape/testi_shape.png");
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    background-color: var(--white-color);
    z-index: -1
}

.testi-grid_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 30px
}

@media (max-width: 767px) {
    .testi-grid_wrapper {
        gap:15px
    }
}

@media (max-width: 375px) {
    .testi-grid_wrapper {
        display:block
    }
}

.testi-grid_profile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.testi-grid_img {
    position: relative;
    min-width: 120px;
    display: block;
    margin: auto;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 2;
    margin: -50px 0 25px 0;
    -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 0, 100% 75%, 70% 100%, 30% 100%, 0 100%, 0% 30%);
    clip-path: polygon(30% 0%, 70% 0%, 100% 0, 100% 75%, 70% 100%, 30% 100%, 0 100%, 0% 30%)
}

@media (max-width: 767px) {
    .testi-grid_img {
        min-width:80px
    }
}

@media (max-width: 375px) {
    .testi-grid_img {
        -webkit-clip-path:polygon(6% 0%, 70% 0%, 100% 0, 100% 75%, 70% 100%, 30% 100%, 0 100%, 0% 30%);
        clip-path: polygon(6% 0%, 70% 0%, 100% 0, 100% 75%, 70% 100%, 30% 100%, 0 100%, 0% 30%)
    }
}

.testi-grid_img img {
    width: 120px;
    height: 120px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

@media (max-width: 767px) {
    .testi-grid_img img {
        width:80px;
        height: 80px
    }
}

.testi-grid_name {
    margin-bottom: 2px
}

.testi-grid_text {
    font-style: italic;
    margin-bottom: 10px
}

.testi-grid_desig {
    font-size: 14px;
    margin-bottom: -0.3rem
}

.testi-grid .star-icon i {
    font-size: 14px;
    color: #FFC700
}

@media (max-width: 767px) {
    .testi-grid .star-icon i {
        font-size:10px
    }
}

.testi-grid .testi-quote {
    position: absolute;
    right: 70px;
    bottom: 30px;
    z-index: -1
}

.testi-item {
    position: relative;
    background: var(--white-color);
    padding: 40px;
    box-shadow: 0px 6px 20px 0px rgba(0,0,0,0.05);
    z-index: 3
}

.testi-item:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 70px;
    height: 70px;
    background-color: #ffffff;
    -webkit-clip-path: path("M70 70V0L55 20V55H20L0 70H70Z");
    clip-path: path("M70 70V0L55 20V55H20L0 70H70Z");
    z-index: -1
}

.testi-item_text {
    margin-top: -0.3rem;
    margin-bottom: 30px
}

.testi-item_wrapp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: -0.3rem
}

.testi-item_profile {
    min-width: 70px
}

.testi-item_profile img {
    width: 100%
}

.testi-item .box-title {
    margin-top: -0.5rem;
    margin-bottom: 0px
}

.testi-item_desig {
    font-size: 14px
}

.testi-item .star-icon i {
    color: #FFC700;
    font-size: 12px
}

.testi-item .testi-quote {
    position: absolute;
    top: 15px;
    left: 25%;
    z-index: -1
}

.testi-card {
    position: relative;
    border-radius: 50px;
    padding: 0px 80px 80px;
    z-index: 9;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 80px;
    z-index: 2
}

@media (max-width: 1199px) {
    .testi-card {
        padding:0px 40px 40px;
        gap: 40px
    }
}

@media (max-width: 575px) {
    .testi-card {
        padding:0px 30px 30px
    }
}

@media (max-width: 991px) {
    .testi-card {
        display:block
    }
}

.testi-card.style2 {
    border-radius: 50px
}

.testi-card.style2:before {
    background-color: var(--white-color);
    box-shadow: 0px 10px 50px 0px rgba(0,0,0,0.04)
}

.testi-card:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 1220px;
    height: 434px;
    border-radius: 50px;
    background-color: #F5F7FA;
    z-index: -1
}

.testi-card-tab {
    position: absolute;
    top: 65%;
    margin-left: 120px
}

@media (max-width: 1199px) {
    .testi-card-tab {
        top:67%;
        margin-left: 80px
    }
}

@media (max-width: 991px) {
    .testi-card-tab {
        top:64%
    }
}

@media (max-width: 767px) {
    .testi-card-tab {
        top:63%
    }
}

@media (max-width: 680px) {
    .testi-card-tab {
        top:57%
    }
}

@media (max-width: 575px) {
    .testi-card-tab {
        margin-left:30px;
        top: 60%
    }
}

@media (max-width: 480px) {
    .testi-card-tab {
        top:51%
    }
}

@media (max-width: 375px) {
    .testi-card-tab {
        top:50%
    }
}

@media (max-width: 320px) {
    .testi-card-tab {
        top:44%
    }
}

.testi-card-tab .tab-btn {
    width: 84px;
    height: 90px;
    border: none;
    background-color: #F5F7FA;
    -webkit-mask-image: url("../img/shape/testi_thumb_shape.png");
    mask-image: url("../img/shape/testi_thumb_shape.png");
    border-radius: 10px;
    padding: 2px;
    margin: 0 3px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

@media (max-width: 575px) {
    .testi-card-tab .tab-btn {
        width:64px;
        height: 70px
    }
}

.testi-card-tab .tab-btn.active {
    background-color: var(--theme-color)
}

.testi-card-tab .tab-btn img {
    position: relative;
    z-index: 2;
    -webkit-mask-image: url("../img/shape/testi_thumb_shape.png");
    mask-image: url("../img/shape/testi_thumb_shape.png");
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    border-radius: 10px
}

.testi-card_wrapper {
    max-width: 416px;
    position: absolute;
    left: 50%
}

@media (max-width: 1199px) {
    .testi-card_wrapper {
        left:55%
    }
}

@media (max-width: 991px) {
    .testi-card_wrapper {
        max-width:100%;
        position: relative;
        left: auto;
        display: block;
        margin: auto;
        text-align: center
    }
}

.testi-card_profile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 25px;
    margin-bottom: 0px
}

.testi-card_img {
    position: relative;
    min-width: 465px;
    height: 507px;
    z-index: 2;
    -webkit-mask-image: url("../img/shape/test_shape_2.png");
    mask-image: url("../img/shape/test_shape_2.png");
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    margin-bottom: 50px
}

@media (max-width: 991px) {
    .testi-card_img {
        min-width:100%;
        height: 100%
    }
}

.testi-card_img img {
    width: 100%;
    height: 100%
}

.testi-card_icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: var(--white-color);
    background-color: var(--theme-color);
    border-radius: 50%;
    text-align: center;
    position: absolute;
    top: 16%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.testi-card_name {
    font-family: var(--title-font);
    font-weight: 600;
    font-size: 30px;
    line-height: 30px;
    color: var(--title-color);
    margin-bottom: 10px
}

@media (max-width: 1299px) {
    .testi-card_name {
        font-size:16px;
        line-height: 26px;
        margin-bottom: 0px
    }
}

.testi-card_desig {
    font-family: var(--body-font);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--body-color);
    display: block;
    margin-bottom: 10px
}

.testi-card_review i {
    color: #FFC700;
    font-size: 14px;
    font-weight: 700;
    margin-right: 3px
}

.testi-card .testi-quote {
    position: absolute;
    right: 104px;
    bottom: 66px
}

@media (max-width: 1199px) {
    .testi-card .testi-quote {
        bottom:10px
    }
}

@media (max-width: 575px) {
    .testi-card .testi-quote {
        right:0px;
        bottom: 20px
    }

    .testi-card .testi-quote img {
        width: 50%
    }
}

.testi-card_text {
    font-size: 20px;
    font-style: italic;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 25px
}

@media (max-width: 575px) {
    .testi-card_text {
        font-size:16px;
        line-height: 26px
    }
}

@media (max-width: 1199px) {
    .testi-area2 .container {
        max-width:100%
    }
}

.anima{
animation:blltx 400ms linear infinite;
}


@keyframes  blltx{
 0%{color:yellow;}
 50%{color:yellow;}
 100%{color:#f05640;}
}





#callnowbutton{display:none}@media screen and (max-width: 650px){
        #callnowbutton{display:block;position:fixed;text-decoration:none;z-index:2147483647;
          width:50%;left:0px;bottom:0px;height:55px;border-top:1px solid #f02801;
          border-bottom:1px solid #f02801;text-shadow:0 1px #f02801;
          text-align:center;color:#fff;font-weight:600;font-size:120%;
          overflow:hidden;padding-right:20px;background:#f02801;
          display:flex;justify-content:center;align-items:center}

        }
        #callnowbutton2{display:none}@media screen and (max-width:650px){
                #callnowbutton2{display:block;position:fixed;text-decoration:none;z-index:2147483647;
                  width:50%;left:156px;bottom:0px;height:55px;border-top:1px solid #359323;
                  border-bottom:1px solid #359323;text-shadow:0 1px #f80606;
                  text-align:center;color:#fff;font-weight:600;font-size:120%;
                  overflow:hidden;padding-right:20px;background:#359323;
                  display:flex;justify-content:center;align-items:center}

                  .footer-section1 ul li a {

    font-size: 31px!important;

}
.mn {

font-size:17px!important;

}
.pricing .box {
  padding: 20px;
  background: #fff;

  text-align: center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}

.pricing h3 {
  font-weight: 400;
  margin: -20px -20px 20px -20px;
  padding: 20px 15px;
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
  background: #ae0f07;
}

.pricing h4 {
  font-size: 36px;
  color: #3fbbc0;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}

.pricing h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing ul li {
  padding-bottom: 16px;
}

.pricing ul i {
  color: #3fbbc0;
  font-size: 18px;
  padding-right: 4px;
}

.pricing ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .btn-wrap {
  margin: 20px -20px -20px -20px;
  padding: 20px 15px;
  background: #ae0f07;
  text-align: center;
}

.pricing .btn-buy {
 /* background: #ae0f07;*/
  display: inline-block;
 /* padding: 8px 35px 10px 35px;*/
  border-radius: 4px;
  color: #fff;
  transition: none;
  font-size: 25px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}

.pricing .btn-buy:hover {
  color: #fdd701;
}

.pricing .featured h3 {
  color: #fff;
  background:#ae0f07;
}

.pricing .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #3fbbc0;
  color: #fff;
}
.pricing img{
  border-radius: 50%;
  border: 5px solid red;
}
.pricing img:hover{
  transform: rotate(-30deg);
}

[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translateZ(0)
}

.blink_me {
    animation: blinker 2s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.Choose-sec {
  padding: 50px 0px 0px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.Choose-sec .sec-name {
  font-size: 38px;
  color: #b50000;
  text-align: center;
}

.Choose-sec .choose-name {
  color: #000000;
  font-size: 20px;
  font-weight: 600;
  margin-top: 71px;
}

.Choose-sec .chose-inr {
  padding: 0px;
}

.Choose-sec .chose-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 15px;
}

.Choose-sec .chosoe-mn {
  padding: 20px 15px;
  text-align: center;
}

.Choose-sec .chosoe-mn .choose-box {
  padding: 15px;
  position: relative;
  border-top: 2px solid #b50000;
  overflow: hidden;
}

.Choose-sec .chosoe-mn span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 40px;
  color: #fff;
  width: 80px;
  height: 80px;
  background: #b50000;
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 0px 0px 50% 50%;
}

.Choose-sec .form-p1 {
  font-size: 22px;
  color: #ffffff;
  text-transform: capitalize;
  text-align: left;
  font-family: 'Merienda One', cursive;
  margin-bottom: 30px;
}

.Choose-sec .form-p1 i {
  color: #fcc107;
}

.Choose-sec .form-inr {
  padding: 70px 40px;
  background: #b50000;
  margin-top: -20px;
}

.Choose-sec .form-inr .inpt {
  padding: 6px 0px;
  position: relative;
}

.Choose-sec .form-inr .inpt .input-icon {
  position: absolute;
  padding-top: 19px;
  top: 0;
  left: 15px;
  color: #000;
}

.Choose-sec .form-inr .inpt input, .Choose-sec .form-inr .inpt textarea {
  width: 100%;
  border-radius: 7px;
  border: 1px solid #8a000b9c;
  background: #ffff;
  padding: 8px 40px;
}

.Choose-sec .form-inr .inpt input:focus, .Choose-sec .form-inr .inpt textarea:focus {
  outline: none;
}

.Choose-sec .form-inr .styl-btn {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
}

.Choose-sec .form-inr .styl-btn button {
  padding: 10px 20px;
  border: 0px;
  border-radius: 5px;
  background: #fcc107;
  color: #000;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.Choose-sec .form-inr .styl-btn button:focus {
  outline: none;
}

.Choose-sec .form-inr .styl-btn button:hover {
  background: #000;
  color: #fff;
}

.top-sec {
  text-align: center;
  border-top: 5px solid #b50000;
}

.top-sec p {
  margin: 0px;
  text-transform: capitalize;
}

.top-sec .top-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}

.top-sec .top-col .top-inr {
  padding: 20px 0px;
}

.top-sec .top-col2:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: 0 auto;
  background: #b50000;
  z-index: -1;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 8% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 8% 100%);
}

.top-sec .top-col3 {
  padding: 6px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top-sec .top-col3 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top-sec .top-col3 ul li {
  padding: 0px 3px;
}

.top-sec .top-col3 ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #000;
  color: #fcc107;
  font-size: 20px;
}

.top-sec .top-p1 {
  font-size: 18px;
  color: #fff;
}

.top-sec .top-p1 i {
  color: #fcc107;
}

.top-sec .top-p2 {
  font-size: 18px;
  color: #fff;
}

.top-sec .top-p2 i {
  color: #fcc107;
}

.top-sec .animated-words {
  padding: 0px;
}

.top-sec .animated-words span:nth-child(2) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.top-sec .animated-words span:nth-child(3) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.top-sec .animated-words span:nth-child(4) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}

.top-sec .animated-words span {
  position: absolute;
  opacity: 0;
  overflow: hidden;
  text-transform: capitalize;
  color: #000;
  -webkit-animation: animateWord 8s linear infinite 0s;
          animation: animateWord 8s linear infinite 0s;
  font-size: 19px;
  top: -15px;
  font-weight: 500;
  width: 100%;
  left: 0;
  text-transform: capitalize;
  text-align: center;
}



.logo-sec {
  text-align: center;
}

.logo-sec .logo-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 15px;
}

.logo-sec p {
  margin: 0px;
  text-transform: capitalize;
}

.logo-sec .logo-inr {
  padding: 0px;
}

.logo-sec .logo-inr .logo-p1 {
  margin-bottom: 10px;
  padding: 10px;
  background: #fcc107;
  color: #000;
  font-weight: 500;
  font-size: 17px;
  border-radius: 30px;
}

.logo-sec .logo-inr .logo-p2 {
  padding: 10px;
  font-size: 30px;
  font-weight: 600;
  font-family: 'Redressed', cursive;
  color: #b50000;
}

.logo-sec .logo-p3 {
  font-size: 20px;
  font-weight: 600;
  position: relative;
  padding-left: 50px;
}

.logo-sec .logo-p3 i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  font-size: 50px;
  color: #b50000;
}

.logo-sec .logo-p3 span {
  display: block;
  padding: 15px 0px;
}

.logo-sec .logo-p3 span a {
  padding: 10px;
  background: #b50000;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.logo-sec .mrq-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-width: 0px 5px;
  border-color: #000;
  border-style: solid;
  font-size: 18px;
  font-weight: 600;
  color: #b50000;
  dding: 6px 15px;
}
















.logo-sec {
  padding: 10px 0px 0px;
}

.logo-sec .logo-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 15px;
}

.logo-sec .logo-side {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.logo-sec .logo-side .logo-inr {
  padding: 0px;
  text-align: center;
}

.logo-sec p {
  margin: 0px;
}

.logo-sec .logo-p1 {
  position: relative;
  z-index: 1;
  font-size: 18px;
  color: #000;
}

.logo-sec .logo-p1 a {
  padding: 0px 5px;
}

.logo-sec .logo-p3 {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  padding: 5px 0px;
}

.logo-sec .log-mrq {
  padding: 5px 15px 0px;
  background: #1a4a00;
  font-size: 18px;
  font-weight: 500;
  border-radius: 30px;
	color: #FFF;
}

.logo-sec .logo-col3 {
  padding: 5px 15px;
  background: ;
  text-align: center;
  border-width: 2px 0px 0px;
  border-style: solid;
  border-color: #fcc107;
}

.logo-sec .logo-col3 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.logo-sec .logo-col3 ul li {
  color: #FFF;
}

.logo-sec .logo-col3 ul li i {
  color: #FFF;
}

.logo-sec .logo-col3 ul li span {
  display: block;
  font-size: 16px;
  font-weight: 500;
}





























@import url('https://fonts.googleapis.com/css2?family=Manjari:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Big+Shoulders+Text:wght@700&display=swap');
.main{
  width: 93%;
  padding: 0;
  margin: 0 auto;
  border:0px solid;
}
a{
    color: #000;
    text-decoration: none;
}
a:focus, a:hover {
    color: #000;
    text-decoration: none;
}
img{
    max-width: 100%;
}

h1,h2,h3,h4,h5,h6{
    margin:0;
}
ul{
    margin: 0;
    padding: 0;
}
li{
    list-style: none;
}
p{
    margin:0;
}

/* top section start */
.top-section{
    padding:0;
    background: #2f4A0B;
    font-family: 'Manjari', sans-serif;
}
.top-section1{
    padding:0;
}
.white-div-hidden{
    padding:0;
}
.white-div{
    padding:0;
}
.white-div1{
  text-align: center;
  padding: 6px 0;
  font-size: 23px;
  font-weight: 500;
  text-transform: capitalize;
  z-index: 1;
  animation: ani 0.9s infinite;
  font-family: 'Manjari', sans-serif;
}
@keyframes ani{
  0%{
    color:#2f4A0B;
  }
  100%{
    color:#ffffff;
  }
}

/* top section end */

/* header section start */
.header-logo{
    padding: 0;
}
.header-logo-1{
  padding:0;
  display: flex;
  align-items: self-start;
}
.header-logo-left{
  padding:0;
}
.header-logo-left-1{
  padding: 15px 16px 15px;
  text-align: center;
  background: #fff;
  margin: -25px 0 0;
  border-radius: 40px;
}
.header-logo-right{
  padding:0;
  font-family: 'Manjari', sans-serif;
}
.header-logo-right-1{
  padding: 0px 15px 27px;
  text-align: right;
}
.header-logo-right-2{
  padding:0;
}
.header-logo-right-2 span{
    padding: 0 5px 0 5px;
    display: inline-block;
    font-size: 21px;
    font-weight: 600;
    text-transform: capitalize;
    color: #000;
}
.header-logo-right-2  a{
      color: #fff;
      font-size: 16px;
      padding: 8px 22px;
      text-transform: uppercase;
      border-radius: 24px;
      text-decoration: none;
      font-weight: 600;
}
.head_left{
    padding:0;
}
.head_left1{
    font-size: 21px;
    padding: 0;
    text-transform: capitalize;
    border-radius: 24px;
    font-weight: 600;
    color: #000000;
}
.head_right{
    padding:0;
}
.head_right1{
      padding:0;
}
.header-logo-right-2{
    padding:0;
}
.header-logo-right-2 ul li{
    display:inline-block;
}
.header-logo-right-2 ul li a{
      font-size: 26px;
      padding: 0 13px;
      text-transform: capitalize;
      text-decoration: none;
      font-weight: 600;
      color: #000000;
}

.header-logo-right-2 ul li a i{
      font-size: 24px;
      padding: 8px;
      text-transform: capitalize;
      border-radius: 50px;
      text-decoration: none;
      font-weight: 400;
      color: #ffffff;
      background: #2f4A0B;
      margin: 0 5px 0 0;
}
.header-logo-right-2 ul li:nth-child(2) {
    background: #FFD700;
    font-size: 22px;
    padding: 0px 13px;
    text-transform: capitalize;
    border-radius: 0;
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.header-logo-right-2 ul li:nth-child(2) span{
    background: #03015300;
    font-size: 37px;
    padding: 0;
    text-transform: capitalize;
    border-radius: 24px;
    text-decoration: none;
    font-weight: 600;
    color: #2f4A0B;
}

.header-logo-right-3{
    padding: 15px 0 12px;
    background: #03015300;
    font-size: 25px;
    text-transform: capitalize;
    text-decoration: none;
    font-weight: 600;
    color: #000000;
    border-bottom: 3px double #2f4A0B;
}

/* header section end */


/* top add section start */
.top-add{
    padding:0;
    background-color: #2f4A0B;
}
.top-add1{
    padding:0;
    font-family: 'Manjari', sans-serif;
}
.tophead-left1{
    padding:0;
}
.tophead-left2{
    padding: 13px 0 12px;
}
.tophead-left2 ul li{
  padding: 0 7px;
  border-left: 2px solid #2f4A0B;
  display: inline-block;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 500;
  color: #ffffff;
}
.tophead-left2 ul li i{
  color: #FFD700;
  font-size: 22px;
  font-weight: 500;
  margin: 0 6px 0 0;
}
.tophead-right1{
    padding:0;
}
.tophead-right2{
    padding: 0 0 9px;
    text-align: center;
    background: #fff;
    border-radius: 12px;
    margin: -11px 0 0px;
}
.tophead-right2 ul li{
  padding: 0 15px 0px 15px;
  border-left: 2px solid #2f4A0B;
  display: inline-block;
}
.tophead-right2 ul li a{
  color: #000000;
  font-size: 25px;
  text-transform: capitalize;
  font-weight: 700;
  text-decoration: none;
}
.tophead-right2 ul li:nth-child(2) a{
  color: #FFD700;
  text-transform: capitalize;
  background: #2f4A0B;
  padding: 2px 25px 3px;
  font-size: 23px;
  border-radius: 50px;
  font-weight: 500;
}
.tophead-right2 ul li:nth-child(1){
  border:0;
  padding: 0 14px 0 0px;
}
/* top add section end */





.about-section{
    padding: 0 0;
    position: relative;
    z-index: 2;
}

.about-section-1{
    padding: 70px 0 55px;
}
.about-left{
    padding: 0 15px 0 0;
}
.about-left-1{
    padding: 0 0 27px;
    border-radius: 10px;
    position: relative;
}
.about-left-1:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(../images/about-bg.jpg) center center no-repeat;
    background-size: cover;
    border-radius: 10px;
    z-index: -1;
}
.about-right{
    padding: 0 0 0 15px;
}
.about-right-1{
    background: #fcfcfc;
    background-color: #fff;
    border: 1px solid #003811;
    padding: 25px 25px;
}
.about-us-content{
  padding: 15px 0 0;
}
.about-us-content p{
    font-size: 15px;
    font-weight: 500;
    line-height: 34px;
    color: #373737;
    padding: 7px 0 0;
    text-align: justify;
}
.about-us-content p strong{
    color: #fe0000;
    font-weight: 600;
}
.about-heading{
    color: #000000;
    font-size:18px;
    font-weight: 700;
    line-height: 35px;
    padding:5px 10px 0px;
    display: inline-block;
    background: linear-gradient(0deg, #e09004, transparent);
    border-radius: 18px 18px 18px 18px;
    margin: 5px 0 11px;
    display: none;
}
.about-us-content ul{
  padding: 2px 0 10px;
  background: url(../images/title-bg.jpg) no-repeat;
  position: relative;
  z-index: 0;
  overflow: hidden;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  margin: 15px 0 9px;
}
.about-us-content ul:before {
    content: '';
    position: absolute;
    width: 1158px;
    height: 100%;
    top: 0;
    z-index: -1;
    left: -23px;
    right: 0;
    margin: 0 auto;
    background: #f5ff00d6;
}
.about-us-content ul li{
    position: relative;
    border-radius: 12px;
    display: flex;
    font-size: 15px;
    font-weight: 500;
    line-height: 32px;
    color: #272727;
    padding: 7px 0 0;
    align-items: center;
}
.about-us-content ul li:before {
     content: "\e038";
     font-family: "Font Awesome 6 Pro";
     font-size: 17px;
     margin: 0px 9px 0 0px;
     background: #ffffff;
     width: 31px;
     height: 31px;
     border-radius: 0;
     color: #fe0000;
     font-weight: 600;
     text-align: center;
     border: 1px solid #003811;
     border-left: 0;
}
.about-left-1 ul{
  padding: 0;
}
.about-left-1 ul li{
    margin-bottom: 21px;
    display: block;
    text-align: left;
    padding: 12px 0 12px 54px;
    position: relative;
    overflow: hidden;
    z-index: 0;
    text-decoration: none;
    font-size: 17px;
    background: linear-gradient(3deg, #d8e600, #f5ff00);
    color: #000000;
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 50px;
}

.about-left-1 ul li::before {
    content: "\e588";
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    left: 12px;
    top: 12px;
    width: 28px;
    height: 28px;
    line-height: 23px;
    border: 3px solid #003811;
    background-color: #f5ff00;
    border-radius: 100px;
    text-align: center;
    color: #fe0001;
    font-size: 16px;
    font-weight: 600;
}

.about-left-1 ul li::after {
    content: '';
    position: absolute;
    left: 24px;
    top: -2px;
    width: 4px;
    z-index: -1;
    height: 53px;
    background-color: #fe0000;
    border-radius: 100px;
}
