@font-face {
  font-family: "Raleway";
  font-weight: 300;
  src: url(../fonts/Raleway/Raleway-Light.ttf);
}
@font-face {
  font-family: "Raleway";
  font-weight: 400;
  src: url(../fonts/Raleway/Raleway-Regular.ttf);
}
@font-face {
  font-family: "Raleway";
  font-weight: 500;
  src: url(../fonts/Raleway/Raleway-Medium.ttf);
}
@font-face {
  font-family: "Raleway";
  font-weight: 600;
  src: url(../fonts/Raleway/Raleway-SemiBold.ttf);
}
@font-face {
  font-family: "Raleway";
  font-weight: 700;
  src: url(../fonts/Raleway/Raleway-Bold.ttf);
}
@font-face {
  font-family: "Raleway";
  font-weight: 800;
  src: url(../fonts/Raleway/Raleway-ExtraBold.ttf);
}
@font-face {
  font-family: "Raleway";
  font-weight: 900;
  src: url(../fonts/Raleway/Raleway-Black.ttf);
}
* {
  font-family: Raleway !important;
}
body {
  padding: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  max-width: 1920px;
  position: relative;
  overflow-x: hidden;
  background: #ffffff;
  scroll-behavior: smooth;
}
:root {
  --color1: #000000;
  --color2: #ffffff;
  --h-color: #0e343d;
  --txt-color: #525252;
  --btn-color: #ffa100;
  --sec-color: #f09800;
  --linear-color: linear-gradient(180deg, #f09800 0%, #ffc157 100%);
}
ul {
  padding: 0px;
  margin: 0px;
}
li {
  list-style: none !important;
}
.my_contact_us {
  top: 35%;
  z-index: 9;
  float: right;
  display: block;
  position: sticky;
}
.my_contact_us .btn-inquire {
  color: #ffffff;
  font-size: 15px;
  padding: 10px 5px;
  line-height: normal;
  writing-mode: sideways-rl;
  background: var(--btn-color);
  border-radius: 10px 0px 0px 10px;
  border: 1px solid var(--btn-color);
}
@media (max-width: 992px) {
  .my_contact_us .btn-primary {
    font-size: 12px !important;
  }
}
.dasktop-show {
  display: block;
}
.mobile-show {
  display: none;
}

@media (max-width: 992px) {
  .dasktop-show {
    display: none !important;
  }
  .mobile-show {
    display: block !important;
  }
}

/*******Scroll Bar Css*******/

/*.scrollbar-package::-webkit-scrollbar-thumb,*/
/*.scrollbar-package::-webkit-scrollbar-track,*/
/*.scrollbar::-webkit-scrollbar-thumb,*/
/*.scrollbar::-webkit-scrollbar-track {*/
/*	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);*/
/*	border-radius: 0px;*/
/*}*/
/*.scrollbar::-webkit-scrollbar-track {*/
/*	background-color: #f5f5f5*/
/*}*/
/*.scrollbar::-webkit-scrollbar {*/
/*	width: 12px;*/
/*	background-color: #f5f5f5*/
/*}*/
/*.scrollbar-package::-webkit-scrollbar-track {*/
/*	background-color: #f5f5f5*/
/*}*/
/*.scrollbar-package::-webkit-scrollbar {*/
/*	width: 10px;*/
/*	background-color: #f5f5f5;*/
/*	padding: 0 0 0 20px;*/
/*}*/
/*.scrollbar-package::-webkit-scrollbar-thumb {*/
/*	background-color: var(--btn-color);*/
/*}*/

/*******Scroll Bar Css End*******/

/*******Back To Top Css End*******/
#button-top {
    display: inline-block;
    opacity: 0;
    width: 40px;
    right: 30px;
    bottom: 30px;
    height: 40px;
    opacity: .5s;
    z-index: 1000;
    visibility: .5s;
    position: fixed;
    transition: 0.3s;
    background-color: var(--h-color);
}
#button-top::after {
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 12px;
    height: 12px;
    margin: auto;
    position: absolute;
    border-radius: 3px;
    transform: rotate(-46deg);
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
}
#button-top.show {
    opacity: 1;
    right: 12px;
    bottom: 10px;
    cursor: pointer;
    visibility: visible;
}
#button-top:hover::after {
    filter: drop-shadow(2px 4px 6px black);
}
#button-top:hover {
    cursor: pointer;
    background: var(--btn-color);
}
/*******Back To Top Css End*******/

/*******Show More Btn Css Start*******/
.content-hidden p {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.content h2 {
  font-size: 32px;
}
.content-hidden {
  overflow: hidden;
  transition: 0.3s ease;
}
body .content-hidden h1:nth-child(1),
body .content-hidden h2:nth-child(1),
body .content-hidden p:nth-child(1) {
  display: block !important;
}
body .content-hidden h1,
body .content-hidden h2,
body .content-hidden h3,
body .content-hidden h4,
body .content-hidden h5,
body .content-hidden h6,
body .content-hidden li,
body .content-hidden table,
body .content-hidden p {
  display: none !important;
}
button#toggleBtn {
  outline: unset;
}
.content-hidden p:nth-child(2) {
  display: block !important;
}
.seo-content {
  padding-bottom: 10px;
}
.seo-content p {
    font-size: 16px;
    font-weight: 400;
}
/*******Show More Btn Css End*******/

/*******Gtranslate Language Css*******/

.select-lang .gt_switcher_wrapper {
  position: relative !important;
  width: 180px;
}
.select-lang .gt_switcher_wrapper .gt_switcher.notranslate {
  width: 180px !important;
}
.select-lang .gt_switcher_wrapper .gt_selected {
  background: #34343400 !important;
  border-radius: 10px !important;
  border: 0px !important;
}
.select-lang .gt_switcher_wrapper .gt_selected a {
  color: #000 !important;
  font-size: 11px;
  position: relative;
  font-weight: 500 !important;
  border-radius: 30px !important;
  width: auto !important;
  border: 0 !important;
  background-color: #fff !important;
}
.select-lang .gt_switcher_wrapper .gt_selected a:hover {
  background: var(--btn-color) !important;
  transition: 0.3s;
}
.select-lang .gt_switcher_wrapper .gt_selected a:before {
  content: "";
  width: 0;
  height: 0;
}
.gt_container--hich1m .gt_switcher .gt_selected a img {
  width: 28px;
  height: 28px;
  border-radius: 50% !important;
  object-fit: cover !important;
}
.select-lang .gt_container--hich1m .gt_switcher .gt_selected a:after {
  right: 2px !important;
  top: 2px !important;
  background-image: url(/images/lang-arrow.png) !important;
  height: 30px !important;
  width: 30px !important;
  background-size: 100% 100% !important;
  background-position: center center !important;
}
.select-lang .gt_switcher_wrapper .gt_option {
  background: #343434 !important;
  position: absolute !important;
  padding: 30px 10px 10px 10px !important;
  width: 159px !important;
  top: 26px;
  border-radius: 0px 0px 10px 10px;
  overflow: hidden !important;
  border: 1px solid #343434 !important;
}
.select-lang .gt_switcher_wrapper .gt_option a {
  color: #ffffff !important;
  padding: 0px !important;
  margin: 4px 0px !important;
  font-size: 12px;
  transition: 0.3s;
}
.select-lang .gt_switcher_wrapper .gt_option a:hover {
  background: transparent !important;
  transition: 0.3s;
}
.select-lang .gt_switcher_wrapper .gt_selected a:hover:after {
  transition: 0.3s;
}
.select-lang .gt_switcher_wrapper .gt_option a:hover {
  transition: 0.3s;
  color: var(--btn-color) !important;
}
/*******Gtranslate Language Css End*******/

/*******Bread Crum Css*******/
section.bread-crum {
  background-color: var(--btn-color);
  color: #fff;
  max-width: 1600px;
  margin: 0 auto;
}
.bread_crumb {
  padding: 10px 0 10px 0 !important;
  color: #000;
}
.bread_crumb a {
  color: #201e1e;
  font-weight: 500;
  font-size: 14px;
}
@media (max-width: 992px) {
  .bread_crumb a {
    font-size: 10px !important;
  }
}
/*******Bread Crum Css End*******/

/*******Inner Page Baner Text Crum Css*******/
.innerbanner.all-inner {
  position: relative;
}
.banner-innercaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10%;
  margin: auto;
  display: flex;
  align-items: center;
}
.banner-innercaption span {
  display: inline-block;
  text-transform: capitalize;
  font-weight: 800;
  color: #fff;
  font-size: 45px;
  line-height: normal;
}
.banner-innercaption p,
.banner-innercaption p a {
  font-size: 16px;
  color: var(--btn-color);
  margin: 0;
}
@media (max-width: 767px) {
  .innerbanner.all-inner {
    margin-top: 80px;
  }
  .banner-innercaption span {
    font-size: 17px;
  }
  .banner-innercaption p,
  .banner-innercaption p a {
    font-size: 10px;
  }
}
/*******Inner Page Baner Text Crum Css End*******/

/*******Search Css*******/
.h-search-form input.form-control {
  position: absolute;
  width: 250px;
  top: -44px;
  transform: translateX(2000px);
  transition: 0.3s;
}
.form-section.h-search-form {
  position: relative;
}
.form-section.h-search-form button.btn {
  float: right;
}
.form-section.h-search-form form.d-flex {
  display: block !important;
}
.form-section.h-search-form form.d-flex:hover input {
  transform: translateX(-180px);
  transition: 0.3s;
}
.search-btn {
  cursor: pointer;
  display: inline-block;
  position: relative;
}
.search-box-btn.search-box-outer {
  margin-left: 20px;
  display: inline-block;
  border-radius: 50%;
  max-width: 40px;
  max-height: 40px;
  width: 40px;
  height: 40px;
  align-content: center;
  text-align: center;
  background-color: var(--h-color);
}
.search-box-btn.search-box-outer .s-img {
    max-width: 20px;
    max-height: 20px;
}
.search-box-btn.search-box-outer:hover {
  transition: 0.3s;
  background-color: var(--btn-color);
}
.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 999999999999999;
  margin-top: -540px;
  transform: translateX(-100%);
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.search-active .search-popup {
  transform: translateY(0%);
  margin-top: 0;
}
.search-popup .close-search.style-two {
  position: absolute;
  right: 25px;
  left: auto;
  color: #ffffff;
  width: auto;
  height: auto;
  top: 25px;
  margin: 0px;
  border: none;
  font-size: 0;
  background: none !important;
  box-shadow: none !important;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.search-popup:before {
  left: 0;
  top: 100%;
  width: 100%;
  height: 560px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: 0px;
  content: "";
}
.search-active .search-popup form {
  transform: scaleX(1);
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
}
.search-popup form {
  position: absolute;
  max-width: 700px;
  top: 50%;
  left: 15px;
  right: 15px;
  margin: -35px auto 0;
  transform: scaleX(0);
  transform-origin: center;
  background-color: #111111;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.search-popup .form-group {
  position: relative;
  margin: 0px;
  overflow: hidden;
}
.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 50px;
  color: #000000;
  height: 70px;
  width: 100%;
  outline: none;
  border: none;
  padding: 10px 30px;
  background-color: #ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 500;
  text-transform: capitalize;
}
.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
  position: absolute;
  right: 30px;
  top: 0px;
  height: 40px;
  line-height: 65px;
  background: transparent;
  text-align: center;
  font-size: 24px;
  color: #000000;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border: unset;
}
.search-popup .form-group button {
  top: 0 !important;
  right: 20px !important;
  bottom: 0 !important;
  height: 40px;
  width: 40px;
  margin: auto;
  padding: 0;
  line-height: normal;
  font-size: 0;
}
.search-popup .form-group button img.img-fluid {
  margin: 0;
  position: relative;
}
/*******Search Css End*******/

/*******Default Css*******/
.section-heading .sub-heading .heading-s {
  position: relative;
  color: var(--btn-color);
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  display: inline-block;
  letter-spacing: 5px;
  line-height: normal;
}
.section-heading .defalt-heading {
  margin-bottom: 30px;
}
.section-heading .defalt-heading .heading-h {
  font-size: 45px;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  color: var(--h-color);
}
.section-heading .defalt-heading .span-h {
  font-weight: 700;
}
.section-heading .defalt-p {
}
.section-heading .defalt-p .txt-p, .section-heading .defalt-p p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--txt-color);
}
.all-btn .all-btn-tag {
  padding: 10px 30px;
  color: #fff;
  background: var(--h-color);
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  transition: 0.3s;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
}
.all-btn .all-btn-tag:hover {
  transition: 0.3s;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px;
  background: var(--btn-color);
  color: #ffffff;
}
.all-btn .all-btn-tag .btn-span {
  height: 30px;
  width: 30px;
  margin-left: 10px;
  background: var(--btn-color);
  border-radius: 100%;
  position: relative;
  z-index: 1;
  transition: 0.3s;
}
.all-btn .all-btn-tag:hover .btn-span {
  transition: 0.3s;
  background: var(--h-color);
}
.all-btn .all-btn-tag .btn-span img {
  position: absolute;
  inset: 0;
  margin: auto;
}
@media (max-width: 767px) {
  .section-heading .sub-heading{
    text-align: center;
  }
  .section-heading .sub-heading .heading-s {
    font-size: 13px !important;
  }
  .section-heading .defalt-heading {
    margin-bottom: 30px;
  }
  .section-heading .defalt-heading .heading-h {
    font-size: 24px !important;
    text-align: center;
  }
  .section-heading .defalt-p .txt-p, .section-heading .defalt-p p {
    font-size: 12px;
    line-height: 20px;
  }
  .all-btn .all-btn-tag {
    font-size: 12px !important;
    padding: 6px 20px;
  }
  .all-btn .all-btn-tag .btn-span {
    height: 20px;
    width: 20px;
  }
  .all-btn .all-btn-tag .btn-span img {
    max-height: 12px;
    max-width: 12px;
  }
}

@media (min-width: 767px) and (max-width: 992px) {
  .section-heading .defalt-heading {
    margin-bottom: 30px !important;
  }
  .section-heading .defalt-heading .heading-h {
    font-size: 25px !important;
    text-align: left;
  }
  .section-heading .defalt-heading .span-h {
    font-size: 25px !important;
  }
  .all-btn .all-btn-tag {
    padding: 6px 10px !important;
    font-size: 13px;
  }
}

@media (min-width: 992px) and (max-width: 1350px) {
  .section-heading .defalt-heading .heading-h {
    font-size: 40px;
  }
}
/*******Default Css End*******/

/*******Header Css*******/
.main-header {
    z-index: 2;
    padding: 20px 0px;
    position: relative;
    border-top: 6px solid var(--btn-color);
}
.navbar.my-navbar {
    justify-content: start !important;
}
.my-navbar .mobile-logo {
    display: none;
}
.main-header .nav-item {
    margin: 0px 10px;
    padding: 0px 0px;
    position: relative;
}
.main-header .nav-item .nav-link {
    color: #000000;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    line-height: normal;
    padding: 10px 0px 5px;
    text-transform: capitalize;
    border-bottom: 1px solid transparent;
}
.main-header .active.nav-item .nav-link {
    font-weight: 700;
    color: var(--h-color) !important;
    border-color: var(--btn-color);
}
.main-header .nav-item .nav-link:hover {
    transition: 0.3s ease-in;
    color: var(--h-color) !important;
    border-bottom: 1px solid var(--h-color);
}
.main-header .nav-item .nav-link.show {
    transition: 0.3s ease-in;
    color: var(--h-color) !important;
    border-bottom: 1px solid #ffffff00;
}
.my-navbar .navbar-collapse .nav-item .dropdown-menu {
    margin: 0px;
    transition: 0.3s;
    background: var(--h-color);
    border-radius: 0 0 0px 0px !important;
}
.my-navbar .navbar-collapse .nav-item .dropdown-menu a {
    font-size: 15px;
    transition: 0.3s;
    color: #ffffff !important;
    border-bottom: 0 solid transparent !important;
}
.my-navbar .navbar-collapse .nav-item .dropdown-menu .dropdown-item, .my-navbar .navbar-collapse .nav-item .dropdown-menu .dropdown-item:hover {
  transition: 0.3s;
  position: relative;
  background-color: transparent;
}
.my-navbar .navbar-collapse .nav-item .dropdown-menu .dropdown-item:hover a {
  transition: 0.3s;
  color: var(--btn-color) !important;
}
.my-navbar .nav-item .dropdown-menu .dropdown-item .nav-link {
    padding: 0 !important;
    margin: 0 !important;
}
.sub-dropdown-menu {
    display: none;
}
.sub-dropdown-menu.show {
    top: 10px;
    right: -150px;
    position: absolute;
}
.my-navbar .navbar-collapse .nav-item .dropdown-menu .dropdown-item:hover .dropdown-item a {
    color: #fff !important;
    transition: 0.3s;
}
.my-navbar .navbar-collapse .nav-item .dropdown-menu .dropdown-item .dropdown-item a:hover {
    transition: 0.3s;
    color: var(--btn-color) !important;
}
.header-logo {
    max-width: 100%;
    position: relative;
    z-index: 1;
}
.header-logo .logo {
    display: inline-block;
}
.header-logo .logo img {
    max-width: 100%;
}
.header-info {
  display: flex;
  justify-content: end;
  align-items: center;
}
.h-social .h-social-list {
  display: flex;
  justify-content: end;
  align-items: center;
}
.h-social .h-social-list .h-social-item .h-social-link {
  margin: 0px 10px;
  max-width: 40px;
  max-height: 40px;
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 100%;
  background: var(--h-color);
  transition: 0.3s;
  text-align: center;
  align-content: center;
}
.h-social .h-social-list .h-social-item .h-social-link:hover  {
  transition: 0.3s;
  background-color: var(--btn-color);
}
.h-social .h-social-list .h-social-item .h-social-link .h-social-icon  {
  transition: 0.3s;
  max-width: 16px;
  max-height: 18px;
}
.h-contact {
    margin: 0px 20px;
}
.h-contact .h-contact-link {
  display: flex;
  justify-content: center;
  align-items: end;
  transition: 0.3s;
}
.h-contact .h-contact-link .h-contact-icon {
  height: 30px;
  width: 30px;
  margin-right: 6px;
  margin-left: 0px;
  align-content: end;
  text-align: center;
}
.h-contact .h-contact-link .h-contact-icon .h-img {
    max-width: 16px;
    max-height: 18px;
}
.h-contact .h-contact-link .h-contact-numb .h-tit {
  color: var(--h-color);
  margin: 0;
  font-weight: 600;
  text-align: left;
  font-size: 15px;
}
.h-contact .h-contact-link .h-contact-numb .h-num {
  line-height: 20px;
  margin: 0;
  font-weight: 500;
  text-align: left;
  font-size: 16px;
  color: var(--h-color);
  transition: 0.3s;
}
.h-contact .h-contact-link:hover .h-contact-numb .h-num {
  transition: 0.3s;
  color: var(--btn-color);
}

@media (max-width: 767px) {
}

@media (max-width: 992px) {
    .main-header {
        top: 0;
        left: 0;
        width: 100%;
        height: 80px;
        padding: 5px 0px;
        background: #ffffff;
        align-content: center;
        z-index: 999 !important;
        position: fixed !important;
        border-top: 3px solid var(--btn-color);
        border-bottom: 3px solid var(--btn-color);
    }
    .my-navbar .navbar-container {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .my-navbar .mobile-logo {
        display: block !important;
        text-align: left !important;
    }
    .my-navbar .mobile-logo img.img-fluid {
        max-height: 65px;
        max-width: 160px;
    }
    .my-navbar button.navbar-toggler {
        padding: 0 !important;
        color: var(--btn-color);
        height: 40px;
        width: 40px;
        z-index: 10;
        text-align: center;
        align-content: center;
        border: 0 !important;
        font-size: 0;
        box-shadow: none;
    }
    .my-navbar span.navbar-toggler-icon span {
        background-color: var(--btn-color);
        display: block;
        height: 3px;
        width: 30px;
        border-radius: 2px;
        transition: 0.3s;
    }
    .my-navbar button.navbar-toggler.collapsed span.navbar-toggler-icon span:first-child {
        top: 0;
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
    }
    .my-navbar button.navbar-toggler.collapsed span.navbar-toggler-icon span:nth-child(2) {
        opacity: 1;
        transition: 0.3s;
    }
    .my-navbar button.navbar-toggler span.navbar-toggler-icon span:last-child {
        transition: 0.4s;
        margin: 0;
        transform: rotate(40deg);
        position: absolute;
        bottom: 11px;
        left: 0;
        right: 0;
        margin: auto;
    }
    .my-navbar button.navbar-toggler span.navbar-toggler-icon span:first-child {
        transition: 0.4s;
        transform: rotate(-40deg);
        position: absolute;
        left: 0;
        right: 0;
        top: 11px;
        margin: auto;
    }
    .my-navbar button.navbar-toggler span.navbar-toggler-icon span:nth-child(2) {
        opacity: 0;
        transition: 0.3s;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
    }
    .my-navbar button.navbar-toggler.collapsed span.navbar-toggler-icon span:last-child {
        bottom: 0;
        transition: 0.4s;
        transform: rotate(0deg);
    }
    .main-header .navbar-collapse {
        top: 0;
        left: 0;
        width: 70%;
        position: fixed;
        text-align: left;
        transition: 0.3s;
        text-align: center;
        margin-top: 80px;
        padding-bottom: 120px;
        height: 100% !important;
        background-color: #ffffff;
        transform: translateX(-1000px);
    }
    .main-header .navbar-collapse.show {
        z-index: 999;
        transition: 0.3s;
        transform: translateX(0px);
    }
    .main-header .nav-item {
        margin: 10px 0px 0px;
    }
    .main-header .nav-item .nav-link {
        margin: 10px 0px 0px;
        font-size: 13px;
        padding: 0px 0px 0px;
    }
    .my-navbar .navbar-collapse .nav-item .dropdown-menu .dropdown-item, .my-navbar .navbar-collapse .nav-item .dropdown-menu .dropdown-item:hover {
        text-align: center;
        padding: 0;
        margin-bottom: 8px;
    }
    .my-navbar .navbar-collapse .nav-item .dropdown-menu {
        margin-top: 8px;
    }
    .my-navbar .navbar-collapse .nav-item .dropdown-menu a {
        font-size: 12px;
    }
    
    .my-navbar .navbar-collapse{
        overflow: auto;
    }
    .my-navbar .dropdown-menu.sub-dropdown-menu {
        display: block !important;
        overflow: auto;
        border-top: 1px solid var(--btn-color);
        border-bottom: 1px solid var(--btn-color);
        padding-bottom: 0;
        padding-top: 0;
    }
    .my-navbar button.navbar-toggler span.navbar-toggler-icon {
        height: 25px;
        width: 30px;
        position: relative;
        z-index: 1;
        align-content: center;
    }
}

@media (min-width: 575px) and (max-width: 767px) {
}

@media (min-width: 767px) and (max-width: 992px) {
}

@media (min-width: 992px) and (max-width: 1024px) {
}
/*******Header Css End*******/

@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

@media (max-width: 992px) {
    main {
        margin-top: 80px;
    }
}

/*******Banner Css*******/
.banner-section {
  position: relative;
  z-index: 1;
  padding-top: 10px;
}
.banner-section:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 55%;
  background: var(--linear-color);
}
.banner-section .bannermain {
  padding: 0px;
  width: 100%;
}
.banner-slider .owl-item .item {
  position: relative;
  margin: auto;
}
.banner_txt .banner-img {
  position: relative;
  z-index: 1;
}
.banner_txt .banner-img:before {
  content: "";
  position: absolute;
  right: -10px;
  bottom: 0;
  width: 10px;
  z-index: 2;
  height: 70%;
  background: linear-gradient(0deg, #ffa200 50%, #ffffff00 100%);
}
.banner-slider .owl-item .item:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 49.85%;
  height: 10px;
  background: var(--btn-color);
  z-index: 2;
}
.banner_txt .banner-img .banner-img-tag {
  position: absolute;
  inset: 0;
  margin: auto;
  height: 100%;
  width: 100% !important;
  object-fit: cover;
}
.banner_txt .caption2 {
  position: relative;
  z-index: 3;
  top: 0%;
  text-align: left;
  margin-left: 50px;
  margin-top: 40px;
}
.banner_txt .banner-text1 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 6px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.banner_txt .banner-text2 {
  color: var(--h-color);
  font-size: 65px;
  font-weight: 600;
  line-height: normal;
  position: relative;
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.banner_txt .banner-text3 {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.banner_txt .btn-bnnr {
  display: inline-block;
  position: relative;
}
.banner_txt .btn-bnnr .banner-btn {
  padding: 10px 30px;
  color: #fff;
  background: var(--h-color);
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  transition: 0.3s;
  border-radius: 20px;
  display: flex;
  align-items: center;
}
.banner_txt .btn-bnnr .banner-btn .btn-span {
  height: 30px;
  width: 30px;
  margin-left: 10px;
  background: var(--btn-color);
  border-radius: 100%;
  position: relative;
  z-index: 1;
}
.banner_txt .btn-bnnr .banner-btn .btn-span .btn-icon {
  position: absolute;
  inset: 0;
  margin: auto;
}
.banner_txt .btn-bnnr .banner-btn:hover {
  transition: 0.3s;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
    rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
  background: #ffffff !important;
  color: var(--btn-color);
}
.banner-slider .owl-nav {
  display: block !important;
}
.banner-slider .owl-nav .owl-prev {
  font-size: 0;
  width: 30px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform: rotate(180deg);
  position: absolute;
  top: 280px;
  left: 4%;
}
.banner-slider .owl-nav .owl-next {
  font-size: 0;
  width: 30px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform: rotate(0deg);
  position: absolute;
  top: 280px;
  right: 4%;
}
.banner-slider .owl-dots {
  display: flex !important;
  position: absolute;
  right: 0px;
  bottom: -30px;
  left: 0;
  justify-content: center;
}
.banner-slider .owl-dots .owl-dot span {
  display: none;
  height: 20px;
  width: 20px;
  position: relative;
}
.banner-slider .owl-dots .owl-dot {
  margin: 0px 4px;
  padding: 5px;
  display: inline-block;
  color: #000;
  background-color: #404040;
  width: 50px;
}
.banner-slider .owl-dots .owl-dot.active {
  background-color: var(--btn-color) !important;
}
.banner-slider .owl-dots .owl-dot.active span:before {
  color: var(--btn-color) !important;
}
.banner-slider .owl-dots .owl-dot:first-child span:before {
  content: "01";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  color: #000;
  font-weight: 700;
}
.banner-slider .owl-dots .owl-dot:nth-child(2) span:before {
  content: "02";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  color: #000;
  font-weight: 700;
}
.banner-slider .owl-dots .owl-dot:nth-child(3) span:before {
  content: "03";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  color: #000;
  font-weight: 700;
}

@media (max-width: 767px) {
}
@media (max-width: 992px) {
    .banner-section {
        padding-top: 0;
    }
    .banner-section:after {
        background: unset;
        opacity: 0;
        width: unset;
        height: unset;
    }
    .banner-slider .owl-item .item:before {
        height: 0;
        width: 0;
        opacity: 0;
    }
    .banner_txt .banner-img:before {
        height: 0;
        width: 0;
        opacity: 0;
    }
    .banner_txt .caption2 {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 100%;
        height: 100%;
        padding: 10px;
        align-content: center;
        text-align: center;
    }
    .banner_txt .caption2:before {
        content: '';
        position: absolute;
        inset: 0;
        margin: auto;
        width: 100%;
        height: 100%;
        background: var(--h-color);
        opacity: 0.6;
        z-index: -1;
    }
    .banner_txt .banner-text1 {
        font-size: 16px;
        letter-spacing: unset;
    }
    .banner_txt .banner-text2 {
        font-size: 30px;
        color: var(--btn-color);
    }
    .banner_txt .banner-text3 {
        font-size: 13px;
    }
    .banner_txt .btn-bnnr .banner-btn {
        padding: 6px 15px;
        font-size: 12px;
    }
    .banner_txt .btn-bnnr .banner-btn .btn-span {
        height: 20px;
        width: 20px;
    }
    .banner_txt .btn-bnnr .banner-btn .btn-span .btn-icon {
        height: 10px;
    }
}

@media (min-width: 767px) and (max-width: 992px) {
}

@media (min-width: 992px) and (max-width: 1024px) {
}

@media (min-width: 1024px) and (max-width: 1350px) {
}
/*******Banner Css End*******/

/*******Category Css*******/
.category-section {
  padding: 20px 0 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 45%;
  align-content: center;
}
.category-all-banner {
  position: relative;
  z-index: 9;
}
.category-section .defalt-heading {
  margin-bottom: 20px;
}
.category-section .category-main-div .all-category-wrapper {
  margin: 0 10px !important;
  text-align: center;
}
.category-section
  .all-category-wrapper
  .single-category-wrapper
  .category-all-content {
  padding: 10px;
}
.category-section .all-category-wrapper .single-category-wrapper .cat-image {
  height: 170px;
  width: 170px;
  margin: auto;
  border-radius: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 3px solid #e3e3e3;
}
.category-section
  .all-category-wrapper
  .single-category-wrapper
  .cat-image
  .cat-image-tag {
  margin: auto;
  max-width: 100%;
  transition: 0.3s;
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.category-section
  .all-category-wrapper
  .single-category-wrapper
  .cat-image
  .category-url-main {
  position: absolute;
  inset: 0;
  margin: auto;
  align-content: center;
}
.category-section
  .all-category-wrapper
  .single-category-wrapper
  .cat-image
  .category-url-main
  .category-url-tag {
  background: var(--linear-color);
  color: var(--h-color);
  padding: 6px 10px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  transition: 0.3s;
  opacity: 0;
}
.category-section
  .all-category-wrapper
  .single-category-wrapper
  .category-title
  .cat-title {
  color: var(--sec-color);
  font-size: 18px;
  transition: 0.3s;
  font-weight: 600;
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.category-section
  .all-category-wrapper
  .single-category-wrapper:hover
  .cat-image {
  border-color: var(--btn-color);
  transition: 0.3s;
}
.category-section
  .all-category-wrapper
  .single-category-wrapper:hover
  .cat-image
  .cat-image-tag {
  transform: scale(1.08);
  transition: 0.3s;
}
.category-section
  .all-category-wrapper
  .single-category-wrapper:hover
  .category-title
  .cat-title {
  transition: 0.3s;
  color: var(--h-color);
}
.category-section
  .all-category-wrapper
  .single-category-wrapper:hover
  .cat-image
  .category-url-main
  .category-url-tag {
  transition: 0.3s;
  opacity: 1;
}

@media (min-width: 992px) and (max-width: 1350px) {
  .category-section {
    height: 50%;
  }
  .category-section .all-category-wrapper .single-category-wrapper .cat-image {
    height: 150px;  
    width: 150px;
  }
}

@media (min-width: 767px) and (max-width: 992px) {
}

@media (min-width: 575px) and (max-width: 767px) {
    .category-section .all-category-wrapper .single-category-wrapper .category-all-content {
        padding: 0;
    }
    .category-section .all-category-wrapper .single-category-wrapper .cat-image {
        height: 150px;
        width: 150px;
    }
}

@media (max-width: 992px) {
    .category-section {
        position: relative;
        height: auto !important;
        padding: 30px 0px 10px;
    }
}

@media (max-width: 767px) {
  .category-section .all-category-wrapper .single-category-wrapper .category-all-content {
    padding: 0;
    padding-bottom: 20px;
  }
  .category-section .all-category-wrapper .single-category-wrapper .cat-image .category-url-main .category-url-tag {
    font-size: 12px;
    padding: 4px 15px;
  }
  .category-section .all-category-wrapper .single-category-wrapper .category-title .cat-title {
    font-size: 16px;
    margin-top: 10px;
  }
}


/*******Category Css End*******/

/*******About Css*******/
.about-section {
  position: relative;
  padding: 100px 0px 30px;
  background-color: #fffaf6;
}
.about-ccontent.section-heading .defalt-heading {
  text-align: left;
  margin-bottom: 10px !important;
}
.about-ccontent.section-heading .txt-p,  .about-ccontent.section-heading .defalt-p p {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .about-section {
    padding: 30px 0px;
  }
  .about-ccontent.section-heading .txt-p, .about-ccontent.section-heading .defalt-p p{
    text-align: center;
  }
  .about-ccontent.section-heading .about-btn.all-btn {
    text-align: center;
    margin-bottom: 20px;
  }
  .about-image {
    max-width: 250px;
    margin: auto;
  }
}

@media (max-width: 992px) {
}

@media (min-width: 767px) and (max-width: 992px) {
}
/*******About Css End*******/

/*******Counter Css*******/
.counter-wrapper {
  text-align: center;
  display: flex;
  align-items: center;
  padding: 20px 0px 40px;
  width: 100%;
}
.counter-wrapper .counter-item {
  background: var(--linear-color);
  width: 230px;
  height: 150px;
  align-content: center;
  padding: 20px;
  margin: 10px;
  text-align: center;
  border-radius: 0px;
  -webkit-box-shadow: rgb(0 0 0 / 30%) 0px 8px 5px -4px;
  -moz-box-shadow: rgb(0 0 0 / 30%) 0px 8px 5px -4px;
  box-shadow: rgb(0 0 0 / 30%) 0px 8px 5px -4px;
}
.counter-wrapper .counter-item .counter-no {
  color: var(--h-color);
  margin-bottom: 5px;
  font-size: 50px;
  font-weight: 500;
}
.counter-wrapper .counter-item .counter-text {
  text-transform: capitalize;
  color: var(--h-color);
  display: block;
  font-size: 16px;
}

@media (max-width: 767px) {
  .counter-wrapper{
    padding: 0px 0px 20px;
    justify-content: center;
  }
  .counter-wrapper .counter-item {
    width: 100px;
    padding: 6px;
    margin: 3px;
    height: 100px;
  }
  .counter-wrapper .counter-item .counter-no {
    font-size: 26px;
  }
  .counter-wrapper .counter-item .counter-text{
    font-size: 12px;
  }
}

@media (max-width: 992px) {
}

@media (min-width: 767px) and (max-width: 992px) {
}
/*******Counter Css End*******/

/*******Service Css*******/
.service-section {
  position: relative;
  z-index: 1;
  padding: 30px 0px 10px;
  background-color: #fffaf6;
}
.service-bgColor {
  background: linear-gradient(270deg, #17687c 0%, var(--h-color) 100%);
  border-radius: 40px;
  padding: 50px 50px;
  border: 10px solid #eaeaea;
  position: relative;
  z-index: 1;
}
.service-wrapper {
  display: flex;
  align-items: center;
  padding: 0px 20px;
  width: 100%;
}
.service-wrapper .service-icon {
  width: 60px;
  height: 60px;
  margin-right: 20px;
  transition: 0.3s;
}
.service-wrapper .service-icon .service-icon-tag {
  max-width: 60px;
  max-height: 60px;
}
.service-wrapper:hover .service-icon {
  transition: 0.3s;
  transform: scale(1.05);
}
.service-wrapper .service-content {
  width: calc(100% - 60px) !important;
  display: table-cell;
  vertical-align: middle;
}
.service-wrapper .service-content .service-title {
  margin-bottom: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  transition: 0.3s;
}
.service-wrapper:hover .service-content .service-title {
  transition: 0.3s;
  color: var(--btn-color);
}
.service-wrapper .service-content .service-text {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 22px;
}

@media (max-width: 767px) {
  .service-section {
    padding: 0px 0px 30px;
  }
  .service-bgColor {
    border-radius: 20px;
    padding: 10px;
    border: 5px solid #eaeaea;
  }
  .service-wrapper {
    padding: 0;
    margin-bottom: 10px;
  }
  .service-wrapper .service-icon {
    max-width: 40px;
    height: 40px;
    margin-right: 10px;
  }
  .service-wrapper .service-icon .service-icon-tag {
    max-width: 40px;
    max-height: 40px;
  }
  .service-wrapper .service-content {
    width: calc(100% - 40px) !important;
  }
  .service-wrapper .service-content .service-title {
    font-size: 15px;
    margin-bottom: 3px;
    line-height: normal;
    font-weight: 600;
  }
  .service-wrapper .service-content .service-text {
    font-size: 12px;
    line-height: normal;
  }
}

@media (max-width: 992px) {
}

@media (min-width: 767px) and (max-width: 992px) {
}
/*******Service Css End*******/

/*******Product Css*******/
.product-section {
  position: relative;
  z-index: 1;
  padding: 60px 0px;
  background-color: #fffaf6;
}
.product-section .single-product-wrapper {
  overflow: hidden;
  transition: 0.3s;
  position: relative;
}
.product-section .single-product-wrapper .pro-img {
  height: 400px;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  position: relative;
  margin: auto;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px,
    rgba(17, 17, 26, 0.1) 0px 0px 8px;
}
.product-section .single-product-wrapper .pro-img .pro-img-tag {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.3s;
  max-width: 100%;
  height: 100%;
  width: 100% !important;
  object-fit: cover;
}
.product-section .single-product-wrapper .pro-content .pro-title {
  text-align: center;
  margin: 10px 0px;
  position: relative;
  z-index: 22;
}
.product-section .single-product-wrapper .pro-content .pro-title .pro-links {
  color: #000;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding: 0px 10px;
  transition: 0.3s;
}
.product-section
  .single-product-wrapper:hover
  .pro-content
  .pro-title
  .pro-links {
  color: var(--btn-color) !important;
  transition: 0.3s;
}
.product-section .single-product-wrapper:hover .pro-img {
  transition: 0.3s;
}
.product-section .single-product-wrapper:hover .pro-img .pro-img-tag {
  transition: 0.3s;
  transform: scale(1.04);
}
.product-section .owl-carousel-proo .owl-nav {
  display: block !important;
}
.product-section .owl-carousel-proo .owl-nav .owl-prev {
  height: 50px;
  width: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transform: rotate(180deg);
  font-size: 0;
  background: var(--btn-color);
  border-radius: 5px;
}
.product-section .owl-carousel-proo .owl-nav .owl-next {
  height: 50px;
  width: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: rotate(0deg);
  font-size: 0;
  background: var(--btn-color);
  border-radius: 5px;
}
.product-section .owl-carousel-proo .owl-nav .owl-prev:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-bottom: 3px solid var(--h-color);
  border-left: 3px solid var(--h-color);
  border-radius: 3px;
  transform: rotate(230deg);
}
.product-section .owl-carousel-proo .owl-nav .owl-next:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-bottom: 3px solid var(--h-color);
  border-left: 3px solid var(--h-color);
  border-radius: 3px;
  transform: rotate(225deg);
}


@media (max-width: 767px) {
  .product-section {
    padding: 30px 0px;
  }
  .product-section .container-fluid.g-0 {
    --bs-gutter-x: unset;
  }
  .product-section .single-product-wrapper .pro-img {
    height: 200px;
  }
  .product-section .single-product-wrapper .pro-content .pro-title .pro-links {
    font-size: 12px;
  }
  .product-section .owl-carousel-proo .owl-nav .owl-prev {
    top: auto;
    bottom: -47px;
    left: 2px;
    height: 30px;
    width: 20px;
  }
  .product-section .owl-carousel-proo .owl-nav .owl-next {
    top: auto;
    bottom: -47px;
    right: 2px;
    height: 30px;
    width: 20px;
  }
  .product-section .owl-carousel-proo .owl-nav .owl-prev:before {
    left: -5px;
  }
  .product-section .owl-carousel-proo .owl-nav .owl-next:after {
    left: -5px;
  }
}

@media (max-width: 992px) {
}

@media (min-width: 767px) and (max-width: 992px) {
}
/*******Product Css End*******/

/*******VideoInfo Css*******/
.videoInfo-section {
  position: relative;
  z-index: 1;
  padding: 50px 0px;
}
.videoInfo-section:before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: var(--h-color);
  z-index: -1;
}
.videoInfo-heading.section-heading .defalt-heading .heading-h {
  color: #fff;
}
.videoInfo-heading.section-heading .defalt-p .txt-p {
  color: #ffffff;
}
.videoInfo-heading.section-heading .all-btn .ll-btn-tag {
  background: var(--btn-color) !important;
}
.video-image {
  position: relative;
  z-index: 1;
  height: 300px;
  width: 100%;
  overflow: hidden;
}
.video-image .video-img-tag {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
}

@keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }

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

  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.3;
  }

  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

.video-addd {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.video-addd .box .play {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 6;
  height: 70px;
  width: 70px;
  text-align: center;
  align-content: center;
  transition: 0.4s;
}
.video-addd .box .play:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 100% !important;
  border-radius: inherit;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
}
.video-addd .box .play:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100% !important;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
  animation-delay: 0.4s;
}
.video-addd .box .play .span-video {
  position: relative;
  top: 4px;
  left: 2px;
  z-index: 1;
  width: 40px;
  height: 40px;
  display: inline-block;
  transition: 0.4s;
  transform: rotate(-65deg);
  background: var(--btn-color);
  clip-path: polygon(80% 0%, 70% 80%, 0% 40%, 80% 0%);
}
.video-addd .box .play:hover .span-video {
  transition: 0.4s;
  background: var(--h-color);
}

@media (max-width: 767px) {
  .videoInfo-section {
    padding: 30px 0px;
  }
  .videoInfo-heading.section-heading .defalt-p .txt-p {
    text-align: center;
  }
  .videoInfo-heading.section-heading .defalt-heading {
    margin-bottom: 10px;
  }
  .videoInfo-btn.all-btn {
    text-align: center;
    margin-bottom: 30px;
  }
  .videoInfo-btn.all-btn .all-btn-tag {
    border: 1px solid;
  }
  .video-image {
    height: 200px;
  }
}

@media (max-width: 992px) {
}

@media (min-width: 767px) and (max-width: 992px) {
}
/*******VideoInfo Css End*******/

/*******Testimonial Css*******/
.testimonial-section {
  padding: 60px 0px 100px;
  position: relative;
  z-index: 1;
  background: #fff9f4;
}
.testimonial-section:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20%;
  height: 90%;
  background-image: url(/images/testimonial-left.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
  z-index: -1;
}
.testimonial-heading.section-heading {
  margin-bottom: 50px;
}
.testimonial-carousel .owl-item .item {
  position: relative;
  z-index: 1;
}
.testimonial-carousel .owl-item .item:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: var(--h-color);
  z-index: 1;
  margin: auto;
  opacity: 0.4;
}
.testimonial-image {
  height: 400px;
  width: 500px;
  max-width: 80%;
  margin: auto;
  overflow: hidden;
  border: 3px solid var(--btn-color);
  border-radius: 50px;
  position: relative;
  z-index: 1;
}
.testimonial-image .testimonial-image-tag {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: top center;
}
.testimonial-content {
  max-width: 80%;
  margin: auto;
}
.testimonial-title .testimonial-name {
  font-size: 20px;
  font-weight: 700;
  color: var(--h-color);
}
.testimonial-title .testimonial-ttl {
  font-weight: 500;
  font-size: 16px;
}
.testimonial-text .testimonial-p {
  font-size: 16px;
  font-weight: 400;
  color: var(--txt-color);
  position: relative;
  z-index: 1;
  padding: 30px 0px 30px 30px;
  margin-top: 20px;
}
.testimonial-text .testimonial-p:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 20px;
  z-index: -1;
  background-image: url(/images/quote-icon.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.testimonial-text .testimonial-p:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 25px;
  height: 20px;
  z-index: -1;
  background-image: url(/images/quote-icon.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.testimonial-section .testimonial-carousel .owl-nav {
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.testimonial-section .testimonial-carousel .owl-nav .owl-prev {
  font-size: 0;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background: var(--h-color);
  border-radius: 100%;
  transition: 0.3s;
}
.testimonial-section .testimonial-carousel .owl-nav .owl-next {
  font-size: 0;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: var(--h-color);
  border-radius: 100%;
  transition: 0.3s;
}
.testimonial-section .testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-section .testimonial-carousel .owl-nav .owl-next:hover {
  background: var(--btn-color);
  transition: 0.3s;
}
.testimonial-section .testimonial-carousel .owl-nav .owl-prev:before {
  background-image: url(/images/slider-arrow.png);
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  transform: rotate(0deg);
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  max-width: 20px;
  max-height: 10px;
}
.testimonial-section .testimonial-carousel .owl-nav .owl-next:before {
  background-image: url(/images/slider-arrow.png);
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  transform: rotate(180deg);
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  max-width: 20px;
  max-height: 10px;
}
.testimonial-section .testimonial-carousel .owl-dots {
  display: inline-flex !important;
  align-items: center;
  position: absolute;
  left: 20%;
  right: 0;
  bottom: -40px;
}
.testimonial-section .testimonial-carousel .owl-dots .owl-dot {
  height: 24px;
  width: 24px;
  background: transparent;
  margin: 0px 5px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
.testimonial-section .testimonial-carousel .owl-dots .owl-dot.active {
  background: #fff;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px,
    rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}
.testimonial-section .testimonial-carousel .owl-dots .owl-dot span {
  height: 15px;
  width: 15px;
  position: absolute;
  inset: 0;
  margin: auto;
  display: inline-block;
  background: var(--btn-color);
  border-radius: 100%;
}

@media (max-width: 767px) {
}

@media (max-width: 992px) {
}

@media (min-width: 767px) and (max-width: 992px) {
}
/*******Testimonial Css End*******/

/*******Blog Css*******/
.blog-section {
  position: relative;
  padding: 60px 0px;
  z-index: 1;
}
.blog-section .blog-heading.section-heading .defalt-heading {
  text-align: left;
  margin-bottom: 0;
}
.blog-section .blog-heading.section-heading .defalt-heading .heading-h {
  text-transform: capitalize !important;
  font-size: 45px;
  background: var(--sec-color);
  padding: 20px;
}
.blog-section .blog-heading.section-heading .defalt-p {
  padding-left: 30px;
}
.blog-section .blog-wrappers {
  position: relative;
  z-index: 1;
  margin: 10px 0px 0px;
}
.blog-section .blog-wrappers .blog-img-div {
  height: 300px;
  overflow: hidden;
  z-index: 1;
  position: relative;
  border-radius: 20px;
}
.blog-section .blog-wrappers .blog-img-div .blog-img-link .blog-img-tag {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: 0.3s;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.blog-section .blog-wrappers .blog-content .blog-title .blog-title-tag {
  margin: 20px 0px 10px;
  color: var(--h-color);
  font-size: 25px;
  font-weight: 500;
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: 0.3s;
}
.blog-section .blog-wrappers .blog-content .blog-date {
  color: var(--btn-color);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  display: inline-block;
}
.blog-section .blog-wrappers .blog-content .blog-txt {
  font-size: 16px;
  font-weight: 400;
  color: var(--txt-color);
  line-height: 24px;
}
.blog-section .blog-wrappers:hover .blog-content .blog-title .blog-title-tag {
  transition: 0.3s;
  color: var(--btn-color);
}
.blog-section .blog-wrappers:hover .blog-img-div .blog-img-link .blog-img-tag {
  transition: 0.3s;
  transform: scale(1.06);
}

@media (max-width: 767px) {
}

@media (max-width: 992px) {
}

@media (min-width: 767px) and (max-width: 992px) {
}
/*******Blog Css End*******/

/*******Contact Css*******/
.contact-section {
  margin-top: 30px;
  position: relative;
  z-index: 1;
}
.contact-section .contact-map {
  position: relative;
  z-index: 1;
}
.contact-section .contact-map iframe {
  height: 600px;
  width: 100%;
  border: 0 !important;
}
.contact-section .contact-map .contact-detail-map {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  margin: auto;
  background: #fff;
  max-width: 60%;
  width: 100%;
  height: 150px;
  padding: 20px;
  align-content: center;
}
.contact-section .contact-detail-map .contact-map-phone .contact-title {
  color: #000;
  font-weight: 600;
  font-size: 18px;
  line-height: normal;
}
.contact-section .contact-map .contact-detail-map .contact-map-address .map-address-txt {
  font-size: 30px;
  font-weight: 500;
  line-height: normal;
  color: var(--h-color);
}
.contact-section .contact-map .contact-detail-map .contact-map-phone .map-phone-txt {
  font-size: 18px;
  color: var(--h-color);
  line-height: normal;
  font-weight: 400;
}
.home-conatct-form {
  padding: 20px;
  padding-right: 50px;
}
.home-conatct-form .conatct-heading .heading-h {
  font-size: 45px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 20px;
  text-transform: capitalize;
  color: var(--h-color);
}
form.home-page-form .form-group .form-control {
  min-height: 50px;
  margin-bottom: 15px;
  border: 1px solid var(--h-color);
  font-size: 16px;
  line-height: normal;
  resize: none;
  border-radius: 0;
  box-shadow: none;
  outline: none;
}
form.home-page-form .form-group .form-control:focus {
  border-color: var(--btn-color);
}
form.home-page-form .captcha-img {
  margin-bottom: 15px;
}
form.home-page-form .captcha-img img {
  max-width: 100%;
  height: auto;
  width: unset;
  max-height: 33px;
}
form.home-page-form .contact-form-btn .inquiry_form_btn {
  width: 100%;
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  padding: 10px;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  transition: 0.4s;
  text-transform: capitalize;
}
form.home-page-form .contact-form-btn .inquiry_form_btn:focus {
  box-shadow: none;
}
form.home-page-form .contact-form-btn .inquiry_form_btn:hover {
  transition: 0.4s;
  color: var(--h-color) !important;
}
form.home-page-form .alert-success,
form.home-page-form .err_msg_1 {
  border-radius: 0;
  text-align: center;
}

@media (max-width: 767px) {
}

@media (max-width: 992px) {
}

@media (min-width: 767px) and (max-width: 992px) {
}
/*******Contact Css End*******/

/*******Advantages Css*******/
.advantages-section {
  background: var(--h-color);
  position: relative;
  z-index: 1;
  padding: 40px 0px;
}
.advantages-main-wrapper .advantages-ul {
  display: flex;
  justify-content: center;
}
.advantages-main-wrapper .advantages-ul .advantages-li {
  max-width: 100%;
  width: 100%;
  padding-left: 10px;
  margin-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
  z-index: 1;
  border-left: 1px solid #fff;
}
.advantages-main-wrapper .advantages-ul .advantages-li:first-child {
  border-left: 0;
  padding-left: 0px;
  margin-left: 0px;
}
.advantages-main-wrapper .advantages-ul .advantages-li .advantages-div {
  position: relative;
  z-index: 1;
  transition: 0.4s;
}
.advantages-main-wrapper .advantages-ul .advantages-li .advantages-div:hover {
  transition: 0.4s;
  transform: scale(1.03);
}
.advantages-div .advantages-icon {
  max-width: 30px;
  height: 30px;
  display: inline-block;
  overflow: hidden;
  margin-bottom: 0px;
  transition: 0.4s;
}
.advantages-div .advantages-icon .advantages-icon-tag {
  position: relative;
  z-index: 1;
  width: auto;
}
.advantages-div .advantages-content .advantages-title {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 6px;
  transition: 0.4s;
}
.advantages-div .advantages-content .advantages-text {
  color: #fff;
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
  margin-bottom: 0;
}

@media (max-width: 767px) {
}

@media (max-width: 992px) {
}

@media (min-width: 767px) and (max-width: 992px) {
}
/*******Advantages Css End*******/

/*******Footer Css*******/
.footer-section {
  padding-top: 60px;
  background: #141414;
  position: relative;
  z-index: 1;
}
.footer-section .container.bg {
  padding-bottom: 50px;
}
.footer-p p {
  color: var(--color2);
  font-size: 14px;
  line-height: normal;
  margin-top: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.footer-heading {
  margin-bottom: 30px;
  margin-top: 10px;
}
.footer-section .footer-heading h4 {
  color: var(--btn-color);
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
.footer-widgets li a {
  color: var(--color2);
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  transition: 0.3s;
}
.footer-widgets li a:hover {
  transition: 0.3s;
  color: var(--btn-color) !important;
}
.footer-widgets li a img.img-fluid {
  margin-right: 10px;
}
.footer-widgets li a p {
  display: inline-block;
}
.footer-main-contact .phone p {
  margin: 0;
  color: #fff;
  font-size: 14px;
  transition: 0.3s;
  margin-bottom: 10px;
}
.footer-main-contact li.foot-numb {
  display: flex !important;
}
.footer-main-contact li.foot-numb span.f-con-icon {
  width: 30px;
  max-width: 20%;
  margin-right: 10px;
}
.footer-main-contact li.foot-numb span {
  max-width: 80%;
}
.footer-main-contact .phone li p:hover {
  transition: 0.3s;
  color: var(--btn-color) !important;
}
.footer-menus ul.footer-menus-list {
  padding: 0;
}
li.foot-numb {
  display: block !important;
}
li.foot-numb a p {
  display: inline-block !important;
}
.footer-widgets li .h-contact-icon {
  margin-right: 15px;
  display: inline-block;
}
.footer-widgets li {
  margin: 5px 0px;
}
ul.footer-blog-list h5 {
  color: #fff;
  font-size: 14px;
}
ul.footer-blog-list {
  max-width: 50%;
  margin: 10px 0px;
}
ul.footer-blog-list li a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 25px;
}
ul.footer-menus-list li {
  margin: 10px 0px !important;
}
.f-recent-post .f-post h2 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  text-transform: capitalize;
}
.f-recent-post .f-recent {
  display: flex;
  align-items: center;
  margin: 30px 0px;
}
.f-details-wrapper p {
  color: #999;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  text-transform: capitalize;
}
.f-details-wrapper h3 {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 10px;
  margin: 0;
  text-transform: capitalize;
}
.f-image-wrapper {
  margin-right: 20px;
  border-radius: 50%;
  height: 80px;
  width: 80px;
  position: relative;
}
.f-image-wrapper img.img-fluid {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.footer-botm {
  padding: 15px 0px;
  background: var(--btn-color);
}
.footer-botm p.asdas {
  margin: 0px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
.footer-botm p.asdas a {
  color: #ffffff;
  position: relative;
  font-weight: 700;
  transition: 0.3s;
}
.footer-botm p.asdas a:hover {
  color: var(--h-color);
  transition: 0.3s;
}
.foot-social ul.main-social-list {
  padding: 0;
  list-style: none !important;
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.foot-social ul.main-social-list li {
  margin-right: 20px !important;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  transition: 0.3s;
}
.foot-social ul.main-social-list li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background: #fff;
}
.foot-social ul.main-social-list li a:hover {
  background: var(--btn-color) !important;
  transition: 0.3s;
}
.foot-social ul.main-social-list li a:hover img.img-fluid {
  transition: 0.3s;
  filter: brightness(0) invert(1);
}
.footer-widgets.footer-column-2 {
  position: relative;
  z-index: 1;
}
.footer-main-contact .phone h3 {
  font-size: 15px;
  color: var(--btn-color);
}

@media (max-width: 767px) {
}

@media (max-width: 992px) {
}

@media (min-width: 767px) and (max-width: 992px) {
}
/*******Footer Css End*******/


