* {
  padding: 0;
  margin: 0;
  border: 0;
  box-sizing: border-box;
}
::after,
::before {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
:root {
  --green-color: #20b575;
  --white-color: #ffffff;
  --text-grey: #1e1e1e;
  --bg-light-blue: #eff1fe;
  --d-none: none;
  --d-block: block;
  --rw-bg-opaity: 100%;
  --p-text-size: 14px;
}
ul {
  margin: 0;
  list-style-type: none;
}
.list-wrap {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.list-wrap li {
  width: 50%;
}
body {
  margin: 0;
  font-family: "Lato", sans-serif;
  background-color: var(--white-color);
  overflow-x: hidden;
}
.container {
  max-width: 1300px;
  min-width: 300px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.row-m-0 {
  margin-right: 0;
  margin-left: 0;
}
.w-4 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.w-3 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.w-2 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.w-1 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.w-1,
.w-2,
.w-3,
.w-4 {
  padding-right: 15px;
  padding-left: 15px;
}

h1 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--text-grey);
}
h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--text-grey);
}
h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--text-grey);
}
h5 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--text-grey);
}
p {
  font-size: var(--p-text-size);
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 10px;
  color: var(--text-grey);
}
a {
  text-decoration: none;
}
.mb-2 {
  margin-bottom: 20px;
}
.title-txt-sec-clr {
  color: #0db2d7;
}
.mb-0 {
  margin-bottom: 0;
}
button {
  border: 0;
  outline: 0;
}
.btn-sec {
  display: flex;
}
.btn {
  display: inline-flex !important;
  align-items: center;
  height: 44px;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: normal;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 10px;
  padding: 10px 22px 10px 22px !important;
}

.btn.btn-1 {
  color: #ffffff !important;
  background-color: #ffffff;
  z-index: 1;
  position: relative;
  text-transform: uppercase;
  border: 1px solid #e98a43;
}
.btn-1::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: #e98a43;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  z-index: -1;
}
.btn-1:hover {
  color: #e98a43 !important;
  border: 1px solid #e98a43;
  box-shadow: 0 4px 6px 0 rgb(233 138 67 / 40%);
}
.btn-1:hover::after {
  width: 0;
  right: 0;
}
.btn-2 {
  color: #e98a43;
  background-color: #e98a43;
  z-index: 1;
  position: relative;
  text-transform: uppercase;
  border: 1px solid #e98a43;
}
.btn-2::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: var(--white-color);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  z-index: -1;
}
.btn-2:hover {
  color: #ffffff !important;
}
.btn-2:hover::after {
  width: 0;
}
.btn-video {
  color: #191414;
}
.btn-video i {
  font-size: 14px;
  color: #0db2d7;
  margin-right: 6px;
  padding: 9px 9px 9px 11px;
  border: 1px solid #0db2d7;
  border-radius: 100%;
}

.btn-sec .btn {
  margin-right: 10px;
}
.d-none {
  display: none;
}
.full-title-sec {
  width: 100%;
  height: auto;
  float: left;
  text-align: center;
  margin-bottom: 40px;
}

/* side contact btn */
.floatingButtonWrap {
  display: block;
  position: fixed;
  bottom: 45px;
  right: 45px;
  z-index: 999999999;
}
.floatingButtonInner {
  position: relative;
}
.floatingButton {
  display: block;
  width: 60px;
  height: 60px;
  text-align: center;
  background: -webkit-linear-gradient(45deg, #8769a9, #507cb3);
  background: -o-linear-gradient(45deg, #8769a9, #507cb3);
  background: linear-gradient(45deg, #8769a9, #507cb3);
  color: #fff;
  line-height: 50px;
  position: absolute;
  border-radius: 50% 50%;
  bottom: 0px;
  right: 0px;
  border: 5px solid #b2bedc;
  opacity: 0.9; 
  transition: all 0.4s;
}
.floatingButton .fa {
  font-size: 15px !important;
}
.floatingButton.open,
.floatingButton:hover,
.floatingButton:focus,
.floatingButton:active {
  opacity: 1;
  color: #fff;
}
.floatingButton .fa {
  transform: rotate(0deg);
  transition: all 0.4s;
}
.floatingButton.open .fa {
  transform: rotate(270deg);
}
.floatingMenu {
  position: absolute;
  bottom: 60px;
  right: 0px;
  /* width: 200px; */
  display: none;
}
.floatingMenu li {
  width: 100%;
  float: right;
  list-style: none;
  text-align: right;
  margin-bottom: 4px;
}
.floatingMenu li a {
  padding: 8px 15px;
  display: inline-block;
  border-radius: 5px;
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.4s;
  -webkit-box-shadow: 1px 3px 5px rgb(0 0 0 / 40%);
  box-shadow: 1px 3px 5px rgb(0 0 0 / 40%);
  color: #fff;
}
.floatingMenu li a.skype {
  background: #00b7ef;
}
.floatingMenu li a.whatsapp {
  background: #35da52;;
}
.floatingMenu li a i{
  margin-right: 4px;
}
.floatingMenu li a:hover {
  margin-right: 10px;
  text-decoration: none;
}
/* end side contact btn */
.heading {
  position: relative;
  z-index: 5;
}
.heading .heading-line {
  margin-bottom: 20px;
  position: relative;
}
.heading .heading-line .short-line {
  display: inline-block;
  width: 30px;
  height: 3px;
  background-color: #0169d7;
  border-radius: 10px;
  position: relative;
  margin-right: 10px;
  transition: all 0.4s linear;
}

.heading .heading-line .long-line {
  display: inline-block;
  width: 100px;
  height: 3px;
  background-color: #0169d7;
  border-radius: 10px;
  position: relative;
  transition: all 0.4s linear;
}

.heading .heading-subtitle {
  margin-bottom: 15px;
}
.heading p {
  margin-bottom: 0;
}
.heading .heading-text {
  font-size: 24px;
  line-height: 30px;
}
@media (max-width: 980px) {
  .heading .heading-text {
    font-size: 20px;
  }
}
@media (max-width: 570px) {
  .heading .heading-text {
    font-size: 16px;
  }
}
.heading:hover .heading-line .short-line {
  width: 0;
  animation: move-short 1.5s infinite linear;
}
@keyframes move-short {
  100% {
    width: 140px;
    margin-right: 0;
  }
}
.heading:hover .heading-line .long-line {
  width: 130px;
  animation: move 1.5s infinite linear;
}
@keyframes move {
  100% {
    width: 0;
  }
}
@-webkit-keyframes smoothScroll {
  0% {
    transform: translateY(-55px);
  }

  100% {
    transform: translateY(0px);
  }
}

@-moz-keyframes smoothScroll {
  0% {
    transform: translateY(-55px);
  }

  100% {
    transform: translateY(0px);
  }
}

@-ms-keyframes smoothScroll {
  0% {
    transform: translateY(-55px);
  }

  100% {
    transform: translateY(0px);
  }
}

@-o-keyframes smoothScroll {
  0% {
    transform: translateY(-55px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes smoothScroll {
  from {
    transform: translateY(-52px);
  }

  to {
    transform: translateY(0px);
  }
}









@-webkit-keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(50%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(50%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-50%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-50%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes slideInleft {
  0% {
    opacity: 0;
    transform: translateX(50%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes slideInleft {
  0% {
    opacity: 0;
    transform: translateX(50%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(-50%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(-50%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes zoomReverseIn {
  0% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes zoomReverseIn {
  0% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes flipInY {
  0% {
    opacity: 0;
    transform: rotateY(90deg);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes flipInY {
  0% {
    opacity: 0;
    transform: rotateY(90deg);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
[data-animation] {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.animations-disabled, .animations-disabled [data-animation] {
  -webkit-animation: none !important;
          animation: none !important;
  opacity: 1 !important;
}

.slideInUp {
  -webkit-animation-name: slideInUp;
          animation-name: slideInUp;
}

.slideInDown {
  -webkit-animation-name: slideInDown;
          animation-name: slideInDown;
}

.slideInLeft {
  -webkit-animation-name: slideInleft;
          animation-name: slideInleft;
}

.slideInRight {
  -webkit-animation-name: slideInRight;
          animation-name: slideInRight;
}

.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

.fadeOut {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  animation-direction: reverse;
}

.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}

.zoomOut {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
  animation-direction: reverse;
}

.zoomReverseIn {
  -webkit-animation-name: zoomReverseIn;
          animation-name: zoomReverseIn;
}

.zoomReverseOut {
  -webkit-animation-name: zoomReverseIn;
          animation-name: zoomReverseIn;
  animation-direction: reverse;
}

.flipInY {
  -webkit-animation-name: flipInY;
          animation-name: flipInY;
}

.flipOutY {
  -webkit-animation-name: flipInY;
          animation-name: flipInY;
  animation-direction: reverse;
}















.ul-list {
  list-style: none;
}
.ul-list > li {
  font-size: var(--p-text-size);
  line-height: 18px;
  font-weight: 400;
  margin-bottom: 10px;
  position: relative;
  color: var(--text-grey);
  padding-left: 18px;
}
.ul-list > li::after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 1px;
  left: 0;
  font-size: 5px;
  line-height: 12px;
  color: #0db2d7;
  padding: 0 3px;
  border: 1px solid #0db2d7;
  border-radius: 100%;
}

header {
  height: 80px;
  width: 100%;
  background-color: #f3fbfd;
  position: relative;
  padding: 10px 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  float: left;
  z-index: 999;
  max-height: 86px;
}
.nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-radius: 0 !important;
}
.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;

  /* animation: smoothScroll 0.8s forwards; */
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;

  -webkit-box-shadow: 0 4px 24px rgb(13 178 215 / 20%);
  -moz-box-shadow: 0 4px 24px rgb(13 178 215 / 20%);
  box-shadow: 0 4px 24px rgb(13 178 215 / 20%);

  border-bottom: 0;
}

.nav > .nav-brand {
  float: left;
}
.nav > .nav-brand > img {
  float: left;
  width: 150px;
  height: auto;
  background-size: contain;
}

.nav .nav-btn {
  display: none;
}

.nav .nav-links {
  display: flex;
  align-items: center;
  float: right;
}

.nav .nav-links > a {
  display: inline-block;
  padding: 20px 18px 20px 18px;
  text-decoration: none;
  color: var(--text-grey);
  transition: all 0.35s ease-in-out;
  font-size: 16px;
  font-weight: 400;
}
.nav .nav-links > a.btn {
  margin-top: 0;
}
.nav .nav-links > a.active {
  color: #e98a43;
}
.nav .nav-links > a:hover {
  color: #e98a43;
}

.nav #nav-check {
  display: none;
}

.banner {
  width: 100%;
  height: auto;
  float: left;
}
.banner > .container > .row {
  align-items: center;
  padding: 20px 0;
}
.bnr-right img {
  width: 100%;
  height: auto;
  float: left;
  background-size: contain;
  padding: 20px 0 20px 40px;
}
.bnr-tile {
  color: var(--white-color);
}

.disc {
  width: 100%;
  height: auto;
  float: left;
  padding-top: 100px;
  background-color: #f3fbfd;
}
.disc .disc-box {
  margin-bottom: 60px;
}
.disc .card-body {
  text-align: center;
  padding: 15px;
}
.disc .card-body .card-icon img:hover {
  transform: translateY(-4px);
  transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
}
.benefit {
  width: 100%;
  height: auto;
  float: left;
  padding-top: 60px;
  padding-bottom: 20px;
}
.benefit .heading .heading-line {
  text-align: left;
}
.benefit .benefit-img-sec {
  width: 100%;
  height: auto;
  text-align: center;
}

.benefit .abt-right img {
  width: auto;
  height: auto;
}
.benefit .abt-left,
.benefit .abt-right {
  margin-top: 40px;
  margin-bottom: 40px;
}

.schedule {
  width: 100%;
  height: auto;
  float: left;
  background-color: #0db2d7;
  padding: 40px 0;
}
.schedule > .container > .row {
  align-items: center;
}
.schedule h1,
.schedule p {
  color: #ffffff;
}
.schedule .btn-sec {
  justify-content: flex-end;
}

section.client {
  padding: 80px 0;
  width: 100%;
  height: auto;
  float: left;
}

.owl-slider{
  width: 100%;
  height: auto;
  float: left;
}
.owl-slider .owl-carousel .owl-nav {
  display: none;
}
.owl-slider .item img {
  width: 150px;
  height: auto;
  border-radius: 10px;
  display: inline-block;
}
.owl-slider .item {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.owl-dots {
  text-align: center;
  padding-top: 15px;
}
.owl-dots button.owl-dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.owl-dots button.owl-dot.active {
  background-color: #e98a43;
}
.owl-dots button.owl-dot:focus {
  outline: none;
}
.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}
.owl-nav button:focus {
    outline: none;
}
.owl-carousel .owl-item .owl-lazy{
  opacity: 1;
}







footer {
  background-color: #292323;
  width: 100%;
  height: auto;
  float: left;
  padding: 60px 0 55px 0;
}
footer h3 {
  color: #ffffff;
}
footer p {
  color: #ffffff;
}
footer .footer-left .oges-logo-txt {
  display: flex;
}
footer p .oges-img {
  max-width: 80px;
  height: auto;
  display: inline;
}
footer .footer-left > a > img {
  margin-bottom: 20px;
  width: 180px;
  height: auto;
  background-size: contain;
}
footer .footer-left .social-list {
  width: 100%;
  display: flex;
  list-style: none;
  margin-top: 20px;
}
footer .footer-left .social-list li a {
  display: block;
  font-size: 16px;
  margin: 0 10px;
  transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
}
footer .footer-left .social-list li a:hover {
  transform: translateY(-4px);
}
.footer-left .social-list li a i {
  color: #e98a43;
  display: inline-block;
}
footer .link-list li {
  margin-bottom: 10px;
}
footer .link-list li a {
  color: #ffffff;
  font-size: 14px;
}
footer .link-list li a:hover {
  text-decoration: underline;
}
/* ===========
inner-banner
=========== */
.inner-banner {
  position: relative;
  background: url(../images/inner-banner-bg.png) no-repeat scroll bottom center;
  background-size: cover;
  padding: 60px 0 60px 0px;
  width: 100%;
  height: auto;
  float: left;
}

.inner-banner .inner-banner-cnt {
  width: 100%;
  height: auto;
  float: left;
}
.inner-banner .inner-banner-cnt h1 {
  text-align: center;
  color: #ffffff;
  font-size: 40px;
}
.inner-cnt-sec {
  width: 100%;
  height: auto;
  float: left;
  padding: 100px 0;
}
.inner-page-breadcrumb {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  margin: 0px auto 0px;
  display: table;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  background: rgba(0, 0, 0, 0.08);
  padding: 10px 20px;
}
.inner-page-breadcrumb li {
  display: inline-block;
  padding: 0px 0px;
  color: #ffffff;
}
.inner-page-breadcrumb li a {
  padding: 0px 5px;
  color: #ffffff;
}
.inner-page-breadcrumb li:not(.active):after {
  content: "/";
  margin: 0px 8px;
}
.inner-page-breadcrumb li span {
  padding: 0px 5px;
  opacity: 0.8;
}

.inner-cnt-sec .feature-bx {
  background: #ffffff;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
  box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  padding: 40px 30px;
  position: relative;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 30px;
  display: block;
}
.inner-cnt-sec .feature-bx:hover:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.inner-cnt-sec .feature-bx:hover h3 {
  color: #ffffff;

  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.inner-cnt-sec .feature-bx:before {
  background: #42e695;
  background: -webkit-linear-gradient(-135deg, #42e695 0%, #1a9096 100%);
  background: -moz-linear-gradient(180deg, #42e695 0%, #1a9096 100%);
  background: linear-gradient(180deg, #5fbcc8 0%, #0db2d7 100%);
}
.inner-cnt-sec .feature-bx:before {
  -webkit-transform: translateY(102%);
  transform: translateY(102%);
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 100%;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.inner-cnt-sec .feature-bx > * {
  position: relative;
  margin-bottom: 0;
}
.inner-cnt-sec .id-wrap {
  margin-top: 30px;
  margin-bottom: 30px;
}

/* Accordion styles */
.tabs {
  width: 100%;
  margin-top: 40px;
}

.tab {
  color: var(--text-grey);
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px;
  box-shadow: 0px 2px 10px 4px rgb(0 0 0 / 6%);
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.tabs .tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.tab-label {
  display: flex;
  justify-content: space-between;
  padding: 1em;
  background: #ffffff;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  align-items: center;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.tab-label:hover,
.tab-label:hover::after {
  color: #e98a43;
}
.tab-label::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all 0.35s;
}
.tab-content {
  max-height: 0;
  padding: 0 1em;
  color: #2c3e50;
  background: #ffffff;
  transition: all 0.35s;
  border-radius: 0 0 6px 6px;
}
input:checked + .tab-label {
  border-radius: 6px 6px 0 0;
}
input:checked + .tab-label {
  background: #0db2d7;
  color: #ffffff;
}
input:checked + .tab-label::after {
  content: "\f107";
  transition: all 0.35s;
}
input:checked ~ .tab-content {
  max-height: 100vh;
  padding: 1em;
}

.form-group {
  margin-bottom: 10px;
}
.form-control {
  height: 42px;
  padding: 0 14px;
  font-size: 14px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: var(--text-grey);
  display: block;
  width: 100%;
  font-weight: 400;
  line-height: 1.5;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  outline: 0;
}
textarea.form-control {
  height: 150px;
  padding: 14px 14px;
  font-family: "Lato", sans-serif;
}

.contact-info-box {
  box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
  padding: 30px 30px 10px 30px;
  border: 1px solid #f4f6f8;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  width: 100%;
  height: auto;
  float: left;
}
.contact-left-sec .addres-wrap:nth-last-child(1) {
  margin-bottom: 0;
}
.contact-left-sec {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding-right: 60px;
  padding-left: 60px;
}
.contact-left-sec h3 {
  color: #e98a43;
}
.contact-left-sec .addres-wrap {
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 30px;
}
.contact-info-box .contact-wrapper {
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 20px;
}
.contact-info-box .bx-head {
  border-bottom: 1px dotted #0db2d7;
  padding-bottom: 6px;
  width: 100%;
  height: auto;
  float: left;
  color: #0db2d7;
}
.contact-info-box .content {
  width: 100%;
  height: auto;
  float: left;
}
.contact-info-box .content p {
  margin-top: 4px;
  margin-bottom: 4px;
  float: left;
  width: 100%;
}
.contact-info-box .content p a {
  color: var(--text-grey);
}
.contact-info-box .content p:hover i {
  color: #e98a43;
  transition: all 0.3s ease-in;
}

.contact-right-sec {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
  padding-right: 100px;
  padding-left: 60px;
}

.contact-form-btn input{
  background-color: transparent;
  color: #ffffff;
  -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    font-weight: 600;
}
.contact-form-btn:hover input{
  color: #e98a43;
}

















@media (max-width: 1200px) {
  .disc .abt-left img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 1100px) {
  .contact-right-sec {
    padding-right: 40px;
    padding-left: 20px;
  }
  .contact-left-sec {
    padding-right: 40px;
    padding-left: 40px;
  }
  .banner > .container > .row{
    padding: 50px 0;
  }
  .bnr-right img{
    padding: 0;
  }
}
@media (max-width: 991px) {
  footer .footer-left .follow-list .social-list {
    width: 100%;
  }
  .nav .nav-links > a {
    padding: 20px 10px 20px 10px;
  }
  .btn {
    padding: 10px 16px 10px 16px !important;
  }

  .card-body .card-icon {
    width: 100%;
    height: auto;
    float: left;
  }

  .w-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .list-wrap li {
    width: 100%;
  }
  .contact-right-sec {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 40px;
    padding-left: 40px;
  }
  .contact-left-sec {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .contact-left-sec .addres-wrap {
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 860px) {
  .w-2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .banner > .container > .row > .bnr-left {
    order: 1;
  }
  .banner > .container > .row > .bnr-left {
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 0;
  }
  .banner .bnr-left .ul-list > li::after {
    display: none;
  }
  .banner .bnr-left .btn-sec {
    justify-content: center;
  }
  .bnr-right img {
    padding: 0 40px 20px 0;
  }
  .benefit {
    padding-bottom: 60px;
  }
  .benefit .abt-left,
  .benefit .abt-right {
    margin-bottom: 0;
  }
  .disc .abt-left img {
    padding: 0 100px;
  }
  .disc .content-box {
    text-align: center;
  }
  .benefit .abt-right-content {
    order: 2;
  }
  .schedule .w-2 {
    text-align: center;
  }
  .schedule .btn-sec {
    justify-content: center;
    margin-top: 14px;
  }

  footer .footer-left,
  footer .footer-right {
    text-align: center;
    padding: 15px;
  }
  footer .footer-right .w-2 {
    padding-top: 40px;
  }

  footer .footer-left p {
    padding-right: 0;
    padding-left: 0;
    justify-content: center;
  }

  footer .footer-left .social-list {
    justify-content: center;
  }

  footer .footer-left .address ul li {
    justify-content: center;
    flex-wrap: wrap;
  }
  footer .footer-left .address ul li .icon {
    width: 100%;
  }
  footer .footer-left .address ul li .icon i {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .nav .nav-links > a {
    font-size: var(--p-text-size);
  }

  h1 {
    font-size: 30px;
  }
  .contact-left-sec .addres-wrap:nth-last-child(1) {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .nav .nav-btn {
    display: flex;
  }
  .nav .nav-btn > label {
    align-items: center;
    justify-content: flex-end;
    width: 30px;
    height: auto;
    padding: 15px 0;
  }

  .nav .nav-btn > label > span {
    display: block;
    width: 100%;
    height: 10px;
    border-top: 3px solid #272727;
    transition: all 0.3s cubic-bezier(0.81, -0.33, 0.345, 0.375);
  }
  .nav .nav-btn > label > span:last-child {
    height: 2px;
  }
  .nav .nav-links {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: calc(100vh - 80px);
    background-color: #e98a43;
    transition: all 0.3s ease-in;
    overflow-y: hidden;
    top: 80px;
    right: 0;
    bottom: 0;
    left: 50%;
    -webkit-box-shadow: 0 2px 11px rgb(0 0 0 / 24%);
    -moz-box-shadow: 0 2px 11px rgba(0, 0, 0, 0.24);
    box-shadow: 0 2px 11px rgb(0 0 0 / 24%);
    clip-path: inset(0px 0px -10px 0px);

    text-align: center;
    transform: translateX(100%);
  }
  .nav .nav-links > a {
    display: block;
    width: 100%;
  }
  .nav #nav-check:checked ~ .nav-links {
    overflow-y: auto;
    overflow-x: hidden;
    border-top: 1px solid #bfbfbf;

    transform: translateX(0);
  }
  .nav #nav-check:checked ~ .nav-btn > label > span {
    transform: rotate(40deg);
  }
  .nav #nav-check:checked ~ .nav-btn > label > span:last-of-type {
    transform: rotate(-45deg) translate(10px, -6px);
  }
  .nav #nav-check:checked ~ .nav-btn > label > span:first-of-type {
    transform: rotate(45deg) translate(5px, 5px);
  }
  .nav #nav-check:checked ~ .nav-btn > label > span:nth-of-type(2) {
    opacity: 0;
  }
  .nav .nav-links > a {
    position: relative;
    padding: 14px 0px 14px 14px;
    color: #ffff
  }

  .nav .nav-links > a.active {
    border-bottom: 0;
  }
  .nav .nav-links > a.btn {
    margin-top: 20px;
    justify-content: center;
    background: transparent;
  }
   .nav .nav-links > a.btn::after {
    background: transparent;
   } 
   .nav .nav-links > a:hover {
    color: #292323 !important;
}
.nav .nav-links > a.active {
  color: #292323;
    font-weight: bold;
}

}

@media (max-width: 700px) {
  .full-title-sec {
    margin-bottom: 30px;
  }
  .disc {
    padding-top: 80px;
    padding-bottom: 20px;
  }
  .disc .w-3.disc-box {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .btn {
    padding: 8px 14px 8px 14px !important;
    font-size: 12px !important;
    height: 36px;
  }
  .contact-left-sec .addres-wrap {
    width: 100%;
  }
  .floatingButtonWrap {
    bottom: 25px;
    right: 25px;
  }
}

@media (max-width: 430px) {
  h1 {
    font-size: 26px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 18px;
  }
  h5 {
    font-size: var(--p-text-size);
  }
  :root {
    --p-text-size: 12px;
  }
  p {
    line-height: 20px;
  }
  .bnr-right img {
    padding-right: 20px;
  }
  .benefit .benefit-img-sec img,
  .card-body .card-icon img {
    max-width: 100%;
    height: auto;
  }
  .contact-left-sec,
  .contact-right-sec {
    padding-right: 20px;
    padding-left: 20px;
  }
  .tab-label {
    font-size: 14px;
  }
  .inner-banner{
    padding: 60px 0 60px 0px;
  }
  .inner-cnt-sec, section.client {
    padding: 60px 0;
  }
  .inner-banner .inner-banner-cnt h1{
    font-size: 30px;
  }
  .contact-info-box{
    padding: 20px 20px 0px 20px;
  }
  .nav .nav-links{
    left: 0;
  }
}
