/*font-1*/
@font-face {
  font-family: "Roboto";
  font-weight: 300;
  src: url(../fonts/Roboto/Roboto-Light.ttf);
}
@font-face {
  font-family: "Roboto";
  font-weight: 400;
  src: url(../fonts/Roboto/Roboto-Regular.ttf);
}
@font-face {
  font-family: "Roboto";
  font-weight: 500;
  src: url(../fonts/Roboto/Roboto-Medium.ttf);
}
@font-face {
  font-family: "Roboto";
  font-weight: 600;
  src: url(../fonts/Roboto/Roboto-SemiBold.ttf);
}
@font-face {
  font-family: "Roboto";
  font-weight: 700;
  src: url(../fonts/Roboto/Roboto-Bold.ttf);
}
@font-face {
  font-family: "Roboto";
  font-weight: 800;
  src: url(../fonts/Roboto/Roboto-ExtraBold.ttf);
}
@font-face {
  font-family: "Roboto";
  font-weight: 900;
  src: url(../fonts/Roboto/Roboto-Black.ttf);
}

/*font 2*/
@font-face {
  font-family: "OpenSans";
  font-weight: 300;
  src: url(../fonts/Open_Sans/OpenSans-Light.ttf);
}
@font-face {
  font-family: "OpenSans";
  font-weight: 400;
  src: url(../fonts/Open_Sans/OpenSans-Regular.ttf);
}
@font-face {
  font-family: "OpenSans";
  font-weight: 500;
  src: url(../fonts/Open_Sans/OpenSans-Medium.ttf);
}
@font-face {
  font-family: "OpenSans";
  font-weight: 600;
  src: url(../fonts/Open_Sans/OpenSans-SemiBold.ttf);
}
@font-face {
  font-family: "OpenSans";
  font-weight: 700;
  src: url(../fonts/Open_Sans/OpenSans-Bold.ttf);
}
@font-face {
  font-family: "OpenSans";
  font-weight: 800;
  src: url(../fonts/Open_Sans/OpenSans-ExtraBold.ttf);
}

* {
  font-family: OpenSans !important;
}
body {
  padding: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  max-width: 1920px;
  position: relative;
  overflow-x: hidden;
  background: #ffffff;
  scroll-behavior: smooth;
}
html, body {
    overflow-x: hidden;
}
:root {
  --color1: #000000;
  --color2: #ffffff;
  --h-color: #282C32;
  --txt-color: #565656;
  --btn-color: #43A0A4;
  --sec-color: #071189;
  --linear-color: linear-gradient(180deg, #43A0A4 0%, #ffffff 100%);
}
ul {
  padding: 0px;
  margin: 0px;
}
li {
  list-style: none !important;
}
.my_contact_us {
  top: 35%;
  z-index: 9;
  display: block;
  position: fixed;
  right: 0;
}
.my_contact_us .btn-inquire {
  color: #ffffff;
  font-size: 15px;
  padding: 10px 0px 10px 5px;
  line-height: normal;
  writing-mode: sideways-rl;
  background: var(--btn-color);
  border-radius: 5px 0px 0px 5px;
  border: 1px solid var(--btn-color);
}
.w_app {
    position: fixed;
    z-index: 9999999;
    right: 10px;
    bottom: 10px;
    width: 40px;
}
@media (max-width: 992px) {
  .my_contact_us {
  }
  .my_contact_us .btn-inquire {
    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;
    z-index: 1000;
    position: fixed;
    transition: 0.3s;
    background-color: var(--btn-color);
    border-radius: 5px;
}
#button-top::after {
    content: '';
    top: 4px;
    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);
    border-color: var(--h-color) !important;
}
#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, .bread_crumb {
    font-size: 10px !important;
  }
  
  .banner-innerpage-image {
    top: 0 !Important;
  }
}
/*******Bread Crum Css End*******/

/*******Inner Page Baner Text Crum Css*******/
.innerbanner.all-inner {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.banner-innercaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: flex;
  align-items: center;
  width: 100%;
}
.banner-innercaption .banner-text {
    display: inline-block;
}
.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;
}
.banner-innerpage-image {
  position: relative;
  top: 20px;
   /*top: 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;
  }
  .banner-innerpage-image {
    top: 0;
  }
}
/*******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 {
  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(--btn-color);
}
.search-box-btn {
  border: 1px solid var(--btn-color);
  padding: 6px;
}
.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: 22px;
  font-weight: 600;
  display: inline-block;
  line-height: normal;
}
.section-heading .defalt-heading {
  margin-bottom: 30px;
}
.section-heading .defalt-heading .heading-h {
  font-size: 50px;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  color: var(--h-color);
}
.section-heading .defalt-heading h3.heading-h{
  font-size: 30px;
  font-weight: 800;
  line-height: normal;
  text-transform: capitalize;
  color: var(--h-color);
  margin: 0;
}
.section-heading .defalt-heading .span-h {
  font-weight: 700;
  color: var(--btn-color);
}
.section-heading .defalt-p {margin-bottom: 30px;}
.section-heading .defalt-p .txt-p, .section-heading .defalt-p p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: var(--txt-color);
}
.all-btn .all-btn-tag {
  padding: 10px 20px;
  color: var(--h-color);
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  transition: 0.3s;
  /* border-radius: 20px; */
  display: inline-flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.all-btn .all-btn-tag:hover {
  transition: 0.3s;
  color: #ffffff;
}
.all-btn .all-btn-tag:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 45px;
  height: 44px;
  background: var(--btn-color);
  z-index: -1;
  border-radius: 30px;
  transition: 0.3s;
}
.all-btn .all-btn-tag:hover:before {
  width: 100%;
  transition: 0.3s;
}
.all-btn .all-btn-tag .btn-icon {
  margin-left: 7px;
  top: 2px;
  position: relative;
  transition: 0.3s;
}
.all-btn .all-btn-tag:hover .btn-icon {
  filter: brightness(0) invert(1);
  transition: 0.3s;
}
@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: 20px;
  }
  .section-heading .defalt-heading .heading-h {
    font-size: 24px !important;
    text-align: center;
  }
  .section-heading p {
    font-size: 12px !important;

  }
  .section-heading .defalt-p {
    margin-bottom: 10px;
  }
  .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 15px;
  }
  .all-btn .all-btn-tag:before {
    height: 28px;
    width: 28px;
  }
  .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 .sub-heading .heading-s {
    font-size: 16px;
    margin-bottom: 0;
  }
  .section-heading .defalt-heading {
    margin-bottom: 10px !important;
  }
  .section-heading .defalt-heading .heading-h {
    font-size: 24px !important;
    /* text-align: left; */
  }
  .section-heading .defalt-heading .span-h {
    font-size: 25px !important;
  }
  .section-heading .defalt-p .txt-p, .section-heading .defalt-p p {
    font-size: 13px;
    line-height: 22px;
  }
  .all-btn .all-btn-tag {
    padding: 6px 10px !important;
    font-size: 12px;
  }
  .all-btn .all-btn-tag .btn-icon {
    max-height: 10px;
    max-width: 10px;
  }
  .all-btn .all-btn-tag:before {
    height: 30px;
    width: 30px;
  }
  
  
}

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

/*******Header Css*******/
.main-header {
    z-index: 2;
    padding: 20px 0px;
    position: relative;
}
.navbar.my-navbar {
    justify-content: center !important;
}
.my-navbar .mobile-logo {
    display: none;
}
.main-header .nav-item {
    margin: 0px 20px;
    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(--btn-color) !important;
}
.main-header .active.nav-item .nav-link:before {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  width: 8px;
  height: 7px;
  margin: auto;
  background: var(--btn-color);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.main-header .nav-item .nav-link:hover {
    transition: 0.3s ease-in;
    color: var(--btn-color) !important;
}
.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(--btn-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(--h-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;
}
.header-btn.all-btn {}

.header-btn.all-btn .all-btn-tag {
    background: var(--btn-color);
    border-radius: 30px;
    color: #fff;
}
.header-btn.all-btn .all-btn-tag:hover {
    color: var(--h-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;
}
.banner-section .bannermain {
  padding: 0px;
  width: 100%;
}
.banner-slider .owl-item .item {
  position: relative;
  margin: auto;
  align-content: end;
}
.banner_txt .caption2 {
  position: relative;
  z-index: 3;
  text-align: center;
  margin-bottom: 60px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.banner_txt .banner-text1 {
  color: #ffffff;
  font-size: 70px;
  line-height: 70px;
  font-weight: 600;
  position: relative;
  text-transform: unset;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
}
.banner_txt .banner-text2 {
  color: var(--btn-color);
  font-size: 80px;
  font-weight: 700;
  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: 24px;
  font-weight: 400;
  line-height: normal;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.banner_txt .btn-bnnr {
  display: inline-block;
  position: relative;
  margin: 0px 10px;
}
.banner_txt .btn-bnnr .banner-btn {
  padding: 15px 30px;
  color: #fff;
  background: var(--btn-color);
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  transition: 0.3s;
  border-radius: 30px;
  display: flex;
  align-items: center;
  border: 1px solid var(--btn-color);
}
.banner_txt .btn-bnnr .banner-btn .btn-icon {
  margin-left: 10px;
  filter: brightness(0) invert(1);
}
.banner_txt .btn-bnnr .banner-btn:hover {
  transition: 0.3s;
  background: #ffffff00 !important;
  color: #ffffff;
  border: 1px solid #fff;
}
.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;
  top: 680px;
  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: 1px;
  display: inline-block;
  color: #000;
  background-color: #7E7E7E;
  width: 50px;
  height: 1px;
}
.banner-slider .owl-dots .owl-dot.active {
  background-color: #D9D9D9;
}
.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) {
  .banner-slider .owl-item .item .caption {
      opacity: 1 !important;
    }
  .banner_txt .btn-bnnr .banner-btn .btn-icon {
    max-width: 8px;
    max-height: 8px;
  }
}
@media (max-width: 992px) {
    .banner-section {
        padding-top: 0;
    }
    .banner_txt .caption2 {
        position: absolute;
        top: auto;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 100%;
        height: 100%;
        padding: 10px;
        align-content: end;
        text-align: center;
    }
    .banner_txt .banner-text1 {
        font-size: 14px;
        /* letter-spacing: unset; */
        line-height: 20px;
    }
    .banner_txt .banner-text2 {
        font-size: 24px;
        color: var(--btn-color);
        line-height: 34px;
        margin-bottom: 2px;
    }
    .banner_txt .banner-text3 {
        font-size: 12px;
        margin-bottom: 10px;
    }
    .banner_txt .btn-bnnr {
      margin: 0;
    }
    .banner_txt .btn-bnnr .banner-btn {
        padding: 5px 12px;
        font-size: 11px;
    }
    
}

@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*******/

/*******Founder Css*******/
.founder-section {
    padding: 100px 0px 50px;
}

.founder-section .founder-ccontent.section-heading {
    padding: 50px;
    border-radius: 15px;
    background: #DEF3F4;
}
/*******Founder Css End*******/

/*******Mision Vision Css*******/
.mission-and-vision-section {
    position: relative;
    z-index: 1;
    padding-top: 50px;
}
.mission-and-vision-section:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 100px;
    margin: auto;
    width: 140px;
    height: 300px;
    background-image: url(/images/mission-vision-right.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.mission-and-vision-wrapper {
    position: relative;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 20px;
    padding: 30px;
    height: 450px;
    align-content: end;
    text-align: left;
    transition: 0.4s;
}
.mission-and-vision-content {
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    top: auto;
    right: 0;
    margin: auto;
    max-width: 95%;
    padding: 20px;
    transition: 0.4s;
    transform: translateY(0px);
}
.mission-and-vision-wrapper:hover {
    transition: 0.4s;
    transform: scale(1.03);
}

.mission-and-vision-wrapper:hover .mission-and-vision-content {
    transition: 0.4s;
    transform: translateY(-50px);
    background: #00000033;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.mission-and-vision-h .heading {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 20px;
}
.mission-and-vision-p .txt {
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    transition: 0.4s;
}
/*******Mision Vision Css End*******/

/*******About Css*******/
.about-section {
  position: relative;
  padding: 50px 0px 30px;
}
.about-ccontent.section-heading .defalt-heading {
  text-align: left;
  margin-bottom: 15px !important;
}
.about-ccontent.section-heading .defalt-heading .heading-h {
    text-transform: unset;
}
.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;
  line-height: 34px;
  font-family: 'Roboto' !important;
}
.about-video video#about-video {
    width: 100%;
    height: 100%;
    max-height: 500px;
}
@media (max-width: 767px) {
  .about-section {
    padding: 20px 0px 30px;
  }
  .about-ccontent.section-heading .txt-p, .about-ccontent.section-heading .defalt-p p{
    text-align: center;
    line-height: 20px;
  }
  .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*******/

/*******Product Css*******/
.product-section {
  position: relative;
  z-index: 1;
  padding: 60px 0px;
}
.product-section:before {
  content: '';
  position: absolute;
  bottom: 90px;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 85%;
  background-image: url(/images/product-bg-img.jpg);
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  z-index: -1;
}
.product-heading.section-heading {
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}
.product-heading.section-heading .logo-heading-s .heading-s-icon .heading-icon {
  max-height: 100px;
}
.product-heading.section-heading .defalt-p .txt-p1 {
  color: var(--btn-color);
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 2px;
}
.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);
}

.home-single-product-wrapper {
  position: relative;
  z-index: 1;
}
.home-pro-img-div {
  position: relative;
  z-index: 1;
  height: 500px;
  width: 100%;
  overflow: hidden;
  border-radius: 15px;
  margin-bottom: 10px;
}
.home-pro-img-div .home-pro-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  margin: auto;
}
.all-product-btn.all-btn {
  padding: 20px 0px;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .product-section {
    padding: 30px 0px;
  }
  .product-section .single-product-wrapper .pro-img {
    height: 200px;
  }
  .product-section .single-product-wrapper .pro-content .pro-title .pro-links {
    font-size: 12px;
  }
}

@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;
  height: 600px;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  align-content: end;
}

@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 {
  z-index: 1;
  display: inline-block;
  margin-right: 30px;
}
.video-addd .box .play {
  position: relative;
  display: block;
  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;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
  border: 1px solid var(--btn-color);
}
.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;
  border: 1px solid var(--btn-color);
}
.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);
}
.video-image {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: baseline;
}
.video-addd .box {
  display: inline-block;
}
.video-image .video-text {
  display: inline-block;
  margin-left: 20px;
}
.video-image .video-text p {
  margin: 0;
  font-size: 30px;
  color: #fff;
  font-weight: 600;
}
@media (max-width: 767px) {
  .videoInfo-section {
    padding: 30px 0px;
    height: 200px;
  }
  .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;
}
.testimonial-carousel .owl-item .item {
  position: relative;
  z-index: 1;
  margin: 20px 20px;
  padding: 30px 50px;
  border-radius: 25px;
  min-height: 350px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}
.testimonial-user {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.testimonial-image {
  height: 70px;
  width: 70px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.testimonial-image .testimonial-image-tag {
  position: absolute;
  inset: 0;
  margin: auto;
  max-width: 70px;
  max-height: 70px;
  border: 2px solid var(--btn-color);
  border-radius: 50%;
  display: inline-block !important;
}
.testimonial-rating .testimonial-image-star {
  display: inline-block !important;
  max-width: 90px;
  width: auto !important;
}
.testimonial-title .testimonial-name {
  font-size: 18px;
  font-weight: 600;
  color: var(--h-color);
  display: block;
  transition: 0.3s;
}
.item:hover .testimonial-title .testimonial-name {
  color: var(--btn-color);
  transition: 0.3s;
}
.testimonial-title .testimonial-ttl {
  font-weight: 400;
  font-size: 16px;
  color: #5D6364;
  display: block;
  transition: 0.3s;
}
.item:hover .testimonial-title .testimonial-ttl {
  transition: 0.3s;
  color: var(--btn-color);
}
.testimonial-text .testimonial-p {
  font-size: 17px;
  font-weight: 400;
  color: #142124;
  position: relative;
  z-index: 1;
  margin: 20px 0px 40px;
}
.testimonial-title-que {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonial-title {
  max-width: 80%;
  width: 100%;
}
.testimonial-que {
  max-width: 20%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--btn-color);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  transition: 0.3s;
}
.testimonial-que .testimonial-image-que {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 17px;
  max-height: 17px;
}
.item:hover .testimonial-que {
  transition: 0.3s;
  background: var(--h-color);
}
.testimonial-section .testimonial-carousel .owl-nav {
  display: none !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;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -60px;
}
.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;
  border: 1px solid transparent;
  padding: 15px;
}
.testimonial-section .testimonial-carousel .owl-dots .owl-dot.active {
  border: 1px solid var(--btn-color);
}
.testimonial-section .testimonial-carousel .owl-dots .owl-dot span {
  height: 15px;
  width: 15px;
  position: absolute;
  inset: 0;
  margin: auto;
  display: inline-block;
  background: var(--h-color);
  border-radius: 100%;
}
.testimonial-section .testimonial-carousel .owl-dots .owl-dot.active span {
  background: var(--btn-color);
}

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

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

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

/*******AI Features Css*******/
.ai-features-section {
  position: relative;
  padding: 80px 0px;
  background-image: url(/images/ai-features-bg.jpg);
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  z-index: 1;
  overflow: hidden;
}
.ai-features-section:before {
  content: '';
  position: absolute;
  bottom: -160px;
  left: 0;
  background-image: url(/images/ai-before.png);
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  background-position: center center;
  height: 350px;
  width: 100px;
  z-index: -1;
}
.ai-features-image {
  max-width: 94%;
}
.ai-features-image .ai-features-img-tag {
  border-radius: 25px;
}
.ai-features-btn.all-btn .all-btn-tag {
  color: #fff;
}
.ai-features-btn.all-btn .all-btn-tag .btn-icon {
  filter: brightness(0) invert(1);
}
.ai-features-btn.all-btn .all-btn-tag:before {
  border: 1px solid #fff;
  background: transparent;
}
.ai-features-ccontent.section-heading .defalt-heading {
  text-align: left;
  margin-bottom: 15px !important;
}
.ai-features-ccontent.section-heading .defalt-heading .heading-h {
  text-transform: unset;
  color: #fff;
  line-height: 50px;
}
.ai-features-ccontent.section-heading .defalt-heading .heading-h .span-h {
  color: #fff;
  display: block;
}
.ai-features-ccontent.section-heading .txt-p,  .ai-features-ccontent.section-heading .defalt-p p {
  display: block;
  margin-bottom: 10px;
  line-height: 30px;
  color: #fff;
  font-family: 'OpenSans' !important;
}

@media (max-width: 767px) {
  .ai-features-section {
    padding: 30px 0px;
  }
  .ai-features-ccontent.section-heading .txt-p, .ai-features-ccontent.section-heading .defalt-p p{
    text-align: center;
    line-height: 20px;
  }
  .ai-features-ccontent.section-heading .ai-features-btn.all-btn {
    text-align: center;
    margin-bottom: 20px;
  }
  .ai-features-image {
    max-width: 100%;
  }
}

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

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

/*******Productivity Frontier Css*******/
.productivity-frontier-section {
  position: relative;
  z-index: 1;
  padding: 60px 0px;
}
.productivity-frontier-ccontent.section-heading .defalt-heading .heading-h {
  text-transform: unset;
  line-height: 50px;
}
.productivity-frontier-ccontent.section-heading .defalt-p .txt-p, .productivity-frontier-ccontent .section-heading .defalt-p p {
  font-family: 'OpenSans' !important;
}
.productivity-frontier-image {
  max-width: 94%;
  margin-left: auto;
}
.productivity-frontier-image .productivity-frontier-img-tag {
  border-radius: 25px;
}
/*******Productivity Frontier Css End*******/

/*******Future Work Css*******/
.future-work-section {
  position: relative;
  z-index: 1;
}
.future-work-section:before {
  content: '';
  position: absolute;
  background-image: url(/images/future-work-bg.jpg);
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  height: 83%;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
  z-index: -1;
}
.future-work-btn.all-btn .all-btn-tag {
  color: #fff;
}
.future-work-btn.all-btn .all-btn-tag .btn-icon {
  filter: brightness(0) invert(1);
}
.future-work.all-btn .all-btn-tag:before {
  border: 1px solid #fff;
  background: transparent;
}
.future-work-ccontent.section-heading {
  padding-top: 100px;
}
.future-work-ccontent.section-heading .defalt-heading {
  text-align: left;
  margin-bottom: 15px !important;
}
.future-work-ccontent.section-heading .defalt-heading .heading-h {
  text-transform: unset;
  color: #fff;
  line-height: 45px;
}
.future-work-ccontent.section-heading .defalt-heading .heading-h .span-h {
  color: #fff;
  display: block;
}
.future-work-ccontent.section-heading .txt-p,  .future-work-ccontent.section-heading .defalt-p p {
  display: block;
  margin-bottom: 10px;
  line-height: 20px;
  color: #fff;
  font-family: 'OpenSans' !important;
}

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

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

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

/*******Performance Integrated Css*******/
.performance-and-integrated-section {
  position: relative;
  z-index: 1;
  padding: 130px 0px 60px;
}
.performance-and-integrated-section:before {
  content: '';
  position: absolute;
  right: 0;
  top: -240px;
  margin: auto;
  width: 160px;
  height: 480px;
  background-image: url(/images/future-work-after.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.performance-and-integrated-wrapper {
  position: relative;
  z-index: 1;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: top center !important;
  border-radius: 20px;
  padding: 30px;
  height: 500px;
  align-content: end;
  text-align: left;
  overflow: hidden;
}
.performance-and-integrated-wrapper:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(0deg, #111111 0%, #ffffff00 100%);
  z-index: -1;
}
.performance-and-integrated-content {
  color: #fff;
}
.performance-and-integrated-h .heading {
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 20px;
  text-align: center;
}
.performance-and-integrated-btn.all-btn .all-btn-tag {
  color: #fff;
}
.performance-and-integrated-btn.all-btn {
  text-align: center;
}
.performance-and-integrated-btn.all-btn .all-btn-tag .btn-icon {
  filter: brightness(0) invert(1);
}

/*******Performance Integrated Css End*******/

/*******Seamless Integration Css*******/
.seamless-integration-section {
    position: relative;
    padding: 60px 0px;
    z-index: 1;
}
.seamless-integration-row {
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    padding: 40px 60px;
    border-radius: 30px;
}
.seamless-integration-ccontent.section-heading {
    padding-right: 60px;
}
.seamless-integration-ccontent.section-heading .defalt-heading .heading-h {
    color: #fff;
    line-height: 55px;
}
.seamless-integration-ccontent.section-heading .defalt-heading .heading-h .span-h {
    color: #fff;
    display: block;
}
.seamless-integration-ccontent.section-heading .defalt-p {
    margin-bottom: 0;
}
.seamless-integration-ccontent.section-heading .defalt-p .txt-p {
    color: #fff;
}
.seamless-integration-image {
    max-width: 90%;
    margin: auto;
}
/*******Seamless Integration Css End*******/

/*******Blog Css*******/
.blog-section {
  position: relative;
  padding: 60px 0px;
  z-index: 2;
}
.blog-section:before {
  content: '';
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #fff;
  border-radius: 0px 0px 50px 50px;
}
.blog-section .blog-heading.section-heading .defalt-p {
  padding-left: 30px;
}
.blog-section .blog-wrappers {
  position: relative;
  z-index: 1;
  margin: 10px;
  padding: 15px;
  border-radius: 20px;
  overflow: hidden;
  transition: 0.3s;
  box-shadow: rgb(0 0 0 / 0%) 0px 3px 8px;
  background-image: url(/images/blog-border-before.png);
  background-size: 100% 100% !important;
  background-position: center center;
  background-repeat: no-repeat;
}
.blog-section .blog-wrappers:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition: 0.3s;
  background-image: url(/images/blog-border-after-hover.png);
}
.blog-section .blog-wrappers .blog-img-div {
  height: 300px;
  overflow: hidden;
  z-index: 1;
  position: relative;
  border-radius: 14px;
}
.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: 10px 0px;
  color: var(--h-color);
  font-size: 28px;
  font-weight: 700;
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: 0.3s;
  line-height: normal;
}
.blog-section .blog-wrappers .blog-content .blog-user-date {
  padding: 20px 0px;
}
.blog-section .blog-wrappers .blog-content .blog-date {
  color: var(--h-color);
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  margin-right: 15px;
  margin-left: 10px;
}
.blog-section .blog-wrappers .blog-content .blog-date .blog-user-icon, .blog-section .blog-wrappers .blog-content .blog-date .blog-date-icon {
  margin-right: 5px;
}
.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);
}
.blog-btn.all-btn .all-btn-tag {
  padding: 0;
  color: var(--txt-color);
  margin-bottom: 20px;
}

.blog-btn.all-btn .all-btn-tag:before {
  height: 1px;
  width: 0px;
  background: var(--txt-color);
  bottom: 0;
  top: auto;
}
.blog-btn.all-btn .all-btn-tag:hover {
  transition: 0.3s;
  color: var(--txt-color);
}
.blog-btn.all-btn .all-btn-tag:hover .btn-icon {
  filter: unset;
}
.blog-btn.all-btn .all-btn-tag:hover:before {
  width: 100%;
}

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

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

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

/*******Footer Css*******/
.footer-section {
  padding-top: 50px;
  background-image: url(/images/footer-bg.jpg);
  position: relative;
  z-index: 1;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.footer-section .container.bg {
  padding-bottom: 50px;
}
.footer-widgets .l-o-g .logo {
  max-width: 60%;
  display: inline-block;
}
.footer-p p {
  color: #ADADAD;
  font-size: 14px;
  line-height: normal;
  margin-top: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 80%;
}
.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-menus {
  display: flex;
}
.footer-widgets li a {
  color: #ADADAD;
  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;
  filter: brightness(0) invert(1);
  max-width: 20px;
  max-height: 20px;
}
.footer-widgets li a p {
  display: inline-block;
}
.footer-main-contact .phone p {
  margin: 0;
  color: #ADADAD;
  font-size: 14px;
  transition: 0.3s;
}
.footer-main-contact li.foot-numb {
  display: flex !important;
  margin: 30px 0px;
}
.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.f-con-icon img.img-fluid {
  max-width: 20px;
  max-height: 28px;
}
.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;
}
.foot-social ul.main-social-list li.social-heading {
  width: unset !important;
  margin-right: 20px !important;
}
.foot-social ul.main-social-list li.social-heading .social-heading-txt {
  color: var(--btn-color);
  margin: 0;
  font-size: 20px;
  font-weight: 700;
}
.footer-menus ul.footer-menus-list {
  padding: 0;
  max-width: 50%;
  width: 100%;
}
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: #ffffff;
}
.footer-botm p.asdas {
  margin: 0px;
  color: var(--btn-color);
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}
.footer-botm p.asdas a {
  color: var(--btn-color);
  position: relative;
  font-weight: 600;
  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: #282828;
  transition: 0.3s;
}
.foot-social ul.main-social-list li a:hover img.img-fluid {
  transition: 0.3s;
  filter: unset !important;
}
.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*******/



@media (max-width: 1920px) {
    .banner-slider .owl-stage {
        left: -300px;
    }
    .banner-slider .owl-item.active.center {
        max-width: 1100px !important;
        width: 100% !important;
        margin: 0px 10px;
    }
    .banner-slider .owl-item .item .caption {
        opacity: 0;
    }
    .banner-slider .owl-item.active.center .caption {
        opacity: 1;
    }
}

@media (max-width: 1500px) {
    .banner-slider .owl-stage {
        left: -300px;
    }
    .banner-slider .owl-item.active.center {
        max-width: 1050px !important;
        width: 100% !important;
        margin: 0px 10px;
    }
    .banner-slider .owl-item .item .caption {
        opacity: 0;
    }
    .banner-slider .owl-item.active.center .caption {
        opacity: 1;
    }
}
@media (max-width: 1400px) {
    .banner-slider .owl-stage {
        left: -280px;
    }
    .banner-slider .owl-item.active.center {
        max-width: 950px !important;
        width: 100% !important;
        margin: 0px 10px;
    }
    .banner-slider .owl-item .item .caption {
        opacity: 0;
    }
    .banner-slider .owl-item.active.center .caption {
        opacity: 1;
    }
}


@media (max-width: 767px) {
    .banner-slider .owl-item.active.center {
        max-width: unset !important;
        width: unset !important;
        margin: 0 !important;
    }
    
    .banner-slider .owl-stage {
        left: unset !important;
    }
    
    .banner-slider .owl-item.active.center .item {
    border-radius: 0 !important;
    height: 180px;
}
    
    .founder-section {
        padding: 30px 0px 30px;
    }
    
    .founder-section .founder-ccontent.section-heading {
        padding: 20px;
        border-radius: 10px;
    }

  .banner-slider .owl-dots {
    top: 230px;
   }

  .banner-slider .owl-dots .owl-dot {
    width: 30px;
  }
  
  .mission-and-vision-section:before {
        height: 0;
        width: 0;
        opacity: 0;
    }
    
    .mission-and-vision-wrapper {
        height: 300px;
        margin-bottom: 10px;
        padding: 20px;
    }
    
    .mission-and-vision-h .heading {
        font-size: 22px;
        margin-bottom: 10px;
    }
    
    .mission-and-vision-p .txt {
        margin-bottom: 0;
        font-size: 12px;
        line-height: 20px;
    }
    
    .video-addd {
        margin-right: 15px;
    }
    
    .video-addd .box .play {
        height: 40px;
        width: 40px;
    }
    
    .video-addd .box .play .span-video {
        height: 20px;
        width: 20px;
    }
    
    .video-image .video-text p {
        font-size: 16px;
    }
    
    .video-image .video-text {
        margin-left: 5px;
    }
    
    .product-heading.section-heading .logo-heading-s .heading-s-icon .heading-icon {
        max-height: 50px;
    }
    
    .product-heading.section-heading .defalt-p .txt-p1 {
        font-size: 14px;
        line-height: normal;
        margin-bottom: 10px;
    }
    
    .home-pro-img-div {
        height: 200px;
    }
    
    .product-heading.section-heading {margin-bottom: 20px;}
    
    .all-product-btn.all-btn {
        padding: 10px 0px;
        margin-top: 20px;
    }
    
    .ai-features-image .ai-features-img-tag {
        border-radius: 10px;
    }
    
    .ai-features-ccontent.section-heading .defalt-heading .heading-h {
        line-height: 30px;
        margin-top: 20px;
    }
    
    .ai-features-section:before {
        height: 0;
        width: 0;
        opacity: 0;
    }
    
    .productivity-frontier-section {
        padding: 30px 0px;
    }
    
    .productivity-frontier-ccontent.section-heading .defalt-heading .heading-h {
        line-height: 30px;
    }
    
    .productivity-frontier-ccontent.section-heading .defalt-p .txt-p, .productivity-frontier-ccontent .section-heading .defalt-p p {
        text-align: center;
    }
    
    .productivity-frontier-btn.all-btn {
        text-align: center;
        margin-bottom: 20px;
    }
    
    .productivity-frontier-image {
        max-width: 100%;
    }
    
    .productivity-frontier-image .productivity-frontier-img-tag {
        border-radius: 10px;
    }
    
    .testimonial-section {
        padding: 0px 0px 30px;
    }
    
    .testimonial-carousel .owl-item .item {
        margin: 20px;
        padding: 20px;
        border-radius: 10px;
        min-height: auto;
    }
    
    .testimonial-image {
        height: 40px;
        width: 40px;
    }
    
    .testimonial-image .testimonial-image-tag {
        height: 40px;
        width: 40px;
    }
    
    .testimonial-rating .testimonial-image-star {
        max-width: 70px;
    }
    
    .testimonial-text .testimonial-p {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    
    .testimonial-title .testimonial-name {
        font-size: 14px;
        margin-bottom: 4px;
    }
    
    .testimonial-title .testimonial-ttl {
        font-size: 12px;
    }
    
    .testimonial-que {
        width: 30px;
        height: 30px;
    }
    
    .testimonial-que .testimonial-image-que {
        max-width: 14px;
        max-height: 14px;
    }
    
    .testimonial-section .testimonial-carousel .owl-dots {
        bottom: -30px;
    }
    
    .testimonial-section .testimonial-carousel .owl-dots .owl-dot {
        height: 18px;
        width: 18px;
        padding: 10px;
    }
    
    .testimonial-section .testimonial-carousel .owl-dots .owl-dot span {
        height: 10px;
        width: 10px;
    }
    
    .future-work-section:before {
        height: 88%;
    }
    
    .future-work-ccontent.section-heading {
        padding-top: 20px;
    }
    
    .future-work-ccontent.section-heading .defalt-heading .heading-h {
        line-height: 30px;
    }
    
    .performance-and-integrated-section:before {
        height: 0;
        width: 0;
        opacity: 0;
    }
    
    .performance-and-integrated-section {
        padding: 30px 0px;
    }
    
    .performance-and-integrated-wrapper {
        height: 300px;
        margin-bottom: 10px;
        padding: 20px;
        border-radius: 10px;
    }
    
    .performance-and-integrated-h .heading {
        font-size: 18px;
        margin-bottom: 10px;
    }
    
    .seamless-integration-section {
        padding: 0px 0px 30px;
    }
    
    .seamless-integration-row {
        background-size: cover !important;
        padding: 20px;
        border-radius: 10px;
    }
    
    .seamless-integration-ccontent.section-heading {
        padding-right: 0;
    }
    
    .seamless-integration-ccontent.section-heading .defalt-heading .heading-h {
        line-height: normal;
    }
    
    .seamless-integration-ccontent.section-heading .defalt-p .txt-p {
        text-align: center;
    }
    
    .blog-section {
        padding: 0px 0px 30px;
    }
    
    .blog-section .blog-wrappers {
        border-radius: 10px;
        padding: 10px;
    }
    
    .blog-section .blog-wrappers .blog-img-div {
        height: 200px;
        border-radius: 10px;
    }
    
    .blog-section .blog-wrappers .blog-content .blog-user-date {
        padding: 10px 0px;
    }
    
    .blog-section .blog-wrappers .blog-content .blog-date {
        font-size: 12px;
    }
    
    .blog-section .blog-wrappers .blog-content .blog-date .blog-user-icon, .blog-section .blog-wrappers .blog-content .blog-date .blog-date-icon {
        max-height: 16px;
    }
    
    .blog-section .blog-wrappers .blog-content .blog-title .blog-title-tag {
        font-size: 18px;
    }
    
    .blog-section:before {
        border-radius: 0px 0px 20px 20px;
        bottom: -20px;
    }
    
    .footer-section {
        background-size: cover !important;
    }
    
    .footer-p p {
        max-width: 100%;
    }
    
    .foot-social ul.main-social-list li.social-heading .social-heading-txt {
        font-size: 14px;
    }
    
    .foot-social ul.main-social-list li {
        margin-right: 10px !important;
        width: 30px;
        height: 30px;
    }
    
    .footer-widgets li a img.img-fluid {
        max-width: 15px;
        max-height: 15px;
    }
    
    .footer-heading {
        margin-bottom: 10px;
    }
    
    ul.footer-menus-list li {
        margin: 0px !important;
    }
    
    .footer-main-contact li.foot-numb {
        margin: 20px 0px;
    }
    
    .footer-section .container.bg {
        padding-bottom: 20px;
    }
    
    .footer-botm p.asdas {
        font-size: 11px;
    }
    
    .footer-botm {
        padding: 10px 0px;
    }
    section.escape-section .escape-img {
        height: 250px !important;
    }
    
    section.escape-section .escape-img.escape-img1 {
        margin: 10px 0px !important;
    }
    
    section.escape-section .escape-img.escape-img2 {
        margin: 10px 0px !important;
    }
    p#typeText {
    font-size: 12px !important;
    }
}
@media (min-width: 767px) and (max-width: 992px) {
    .banner-slider .owl-item.active.center {
        max-width: 600px !important;
    }
    
    .banner-slider .owl-stage {
        left: -180px;
        height: 380px;
    }
    
    .bannermain .owl-stage-outer {
        height: 390px;
    }
    
    .banner-slider .owl-dots {
        top: 370px;
    }
    
    .founder-section {
        padding: 20px 0px 40px;
    }
    
    .founder-section .founder-ccontent.section-heading {
        padding: 30px;
    }
    
    .mission-and-vision-wrapper {
        height: 320px;
        padding: 20px;
        border-radius: 15px;
    }
    
    .mission-and-vision-h .heading {
        font-size: 22px;
        margin-bottom: 10px;
    }
    
    .mission-and-vision-p .txt {
        font-size: 13px;
        line-height: 20px;
    }
    
    .mission-and-vision-section:before {
        height: 0;
        width: 0;
    }
    
    .about-section {
        padding: 40px 0px;
    }
    
    .about-ccontent.section-heading .defalt-heading {
        margin-bottom: 0px !important;
    }
    
    .about-ccontent.section-heading .txt-p, .about-ccontent.section-heading .defalt-p p {
        line-height: 22px;
    }
    
    .videoInfo-section {
        height: 300px;
    }
    
    .video-addd {
        margin-right: 10px;
    }
    
    .video-addd .box .play {
        height: 40px;
        width: 40px;
    }
    
    .video-addd .box .play .span-video {
        width: 25px;
        height: 25px;
    }
    
    .video-image .video-text p {
        font-size: 18px;
    }
    
    .video-image .video-text {
        margin-left: 10px;
    }
    
    .product-section {
        padding: 40px 0px;
    }
    
    .product-heading.section-heading .logo-heading-s .heading-s-icon .heading-icon {
        max-height: 40px;
    }
    
    .product-heading.section-heading .defalt-p .txt-p1 {
        font-size: 18px;
    }
    
    .home-pro-img-div {
        height: 300px;
    }
    
    .all-product-btn.all-btn {
        padding: 10px 0px;
        margin-top: 20px;
    }
    
    .ai-features-section {
        padding: 40px 0px;
    }
    
    .ai-features-section:before {
        height: 0;
        width: 0;
        opacity: 0;
    }
    
    .ai-features-ccontent.section-heading .defalt-heading .heading-h {
        line-height: 30px;
    }
    
    .ai-features-ccontent.section-heading .txt-p, .ai-features-ccontent.section-heading .defalt-p p {
        line-height: 22px;
    }
    
    .productivity-frontier-ccontent.section-heading .defalt-heading .heading-h {
        line-height: 30px;
    }
    
    .productivity-frontier-section {
        padding: 40px 0px;
    }
    
    .testimonial-section {
        padding: 0px 0px 40px;
    }
    
    .testimonial-carousel .owl-item .item {
        margin: 15px;
        padding: 20px;
        min-height: 300px;
    }
    
    .testimonial-image, .testimonial-image .testimonial-image-tag {
        height: 50px;
        width: 50px;
    }
    
    .testimonial-rating .testimonial-image-star {
        max-width: 70px;
    }
    
    .testimonial-text .testimonial-p {
        font-size: 13px;
        line-height: 22px;
        margin-bottom: 20px;
    }
    
    .testimonial-title .testimonial-name {
        font-size: 14px;
        margin-bottom: 5px;
    }
    
    .testimonial-title .testimonial-ttl {
        font-size: 12px;
    }
    
    .testimonial-que {
        height: 30px;
        width: 30px;
    }
    
    .testimonial-que .testimonial-image-que {
        max-width: 14px;
        max-height: 14px;
    }
    
    .testimonial-section .testimonial-carousel .owl-dots {
        bottom: -40px;
    }
    
    .testimonial-section .testimonial-carousel .owl-dots .owl-dot {
        height: 18px;
        width: 18px;
        padding: 10px;
    }
    
    .testimonial-section .testimonial-carousel .owl-dots .owl-dot span {
        height: 10px;
        width: 10px;
    }
    
    .future-work-ccontent.section-heading {
        padding-top: 70px;
        padding-bottom: 20px;
    }
    
    .future-work-ccontent.section-heading .defalt-heading .heading-h {
        line-height: 30px;
    }
    
    .future-work-ccontent.section-heading .txt-p, .future-work-ccontent.section-heading .defalt-p p {
        margin-bottom: 5px;
        font-size: 12px;
        line-height: 16px;
    }
    
    .future-work-ccontent.section-heading .defalt-p {
        margin-bottom: 10px;
    }
    
    .future-work-ccontent.section-heading .defalt-heading {
        margin-bottom: 10px !important;
    }
    
    .performance-and-integrated-section:before {
        height: 0;
        width: 0;
        opacity: 0;
    }
    
    .performance-and-integrated-section {
        padding: 40px 0px;
    }
    
    .performance-and-integrated-wrapper {
        height: 300px;
        border-radius: 15px;
        padding: 20px;
    }
    
    .performance-and-integrated-h .heading {
        font-size: 22px;
        margin-bottom: 10px;
    }
    
    .seamless-integration-section {
        padding: 0px 0px 40px;
    }
    
    .seamless-integration-row {
        border-radius: 15px;
        padding: 20px;
    }
    
    .seamless-integration-ccontent.section-heading {
        padding-right: 0px;
    }
    
    .seamless-integration-ccontent.section-heading .defalt-heading .heading-h {
        line-height: 30px;
    }
    
    .seamless-integration-ccontent.section-heading .defalt-p .txt-p {
        margin-bottom: 10px;
    }
    
    .blog-section {
        padding: 0px 0px 20px;
    }
    
    .blog-section .blog-wrappers {
        padding: 8px;
        border-radius: 10px;
        margin: 5px;
    }
    
    .blog-section .blog-wrappers .blog-img-div {
        height: 150px;
        border-radius: 10px;
    }
    
    .blog-section .blog-wrappers .blog-content .blog-user-date {
        padding: 8px 0px;
    }
    
    .blog-section .blog-wrappers .blog-content .blog-date {
        font-size: 11px;
        margin-right: 6px;
    }
    
    .blog-section .blog-wrappers .blog-content .blog-date .blog-user-icon, .blog-section .blog-wrappers .blog-content .blog-date .blog-date-icon {
        max-width: 11px;
        max-height: 11px;
        margin-right: 3px;
    }
    
    .blog-section .blog-wrappers .blog-content .blog-title .blog-title-tag {
        margin: 0;
        font-size: 13px;
    }
    
    .blog-btn.all-btn .all-btn-tag {
        margin-bottom: 0px;
    }
    
    .blog-section:before {
        bottom: -20px;
        border-radius: 25px;
    }
    
    
    
    .footer-widgets .l-o-g .logo {
        max-width: 30%;
    }
    
    .footer-p p {
        margin-top: 20px;
        font-size: 13px;
        max-width: 100%;
    }
    
    .foot-social ul.main-social-list li.social-heading .social-heading-txt {
        font-size: 14px;
    }
    
    .foot-social ul.main-social-list li {
        height: 30px;
        width: 30px;
    }
    
    .footer-widgets li a img.img-fluid {
        max-width: 15px;
        max-height: 15px;
    }
    
    .footer-section .footer-heading h4 {
        font-size: 14px;
    }
    
    .footer-heading {
        margin-bottom: 10px;
    }
    
    .foot-social ul.main-social-list {
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #ccc;
    }
    
    .footer-widgets li a {
        font-size: 13px;
    }
    
    .footer-main-contact li.foot-numb {
        margin: 20px 0px;
    }
    
    .footer-main-contact .phone p {
        font-size: 13px;
    }
    
    .footer-section .container.bg {
        padding-bottom: 30px;
    }
    
    .footer-botm p.asdas {
        font-size: 13px;
    }
    
    .footer-botm {
        padding: 10px 0px;
    }
    
     section.escape-section .escape-img {
        height: 250px !important;
    }
    
}

/*Video Animation Text CSS*/

p#typeText {
    background-color: #00000075;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 80%;
    display: table;
    color: #fff;
    border-radius: 5px;
    padding: 10px 10px;
}
 
section.video-section .video-div {
    position: relative;
}


/*Escape Section CSS*/

section.escape-section {
    position: relative;
    padding: 30px 0px;
}

section.escape-section .escape-img {
    position: relative;
    height: 500px;
}

section.escape-section .escape-img.escape-img1 {
    margin-top: 50px;
}
section.escape-section .escape-img.escape-img2 {
    margin-bottom: 50px;
}

section.escape-section .escape-img img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 100%;
    object-fit: contain;
    width: 100%;
}