@import url(https://fonts.googleapis.com/css?family=Barlow:200,300,400,500,600,700,800,900|Teko:300,400,500,600,700&display=swap);
.boxed-btn,
body {
  font-weight: 400;
  font-family: Barlow, sans-serif;
}
.boxed-btn,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: Barlow, sans-serif;
}
.ah-card-description,
.ah_banner_services_slider .slider-content h1,
.service-cap p {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.boxed-btn {
  background: #fff;
  color: #34bbec !important;
  display: inline-block;
  padding: 18px 44px;
  font-size: 14px;
  border: 1px solid #34bbec;
  letter-spacing: 3px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}
.boxed-btn:hover {
  background: #34bbec;
  color: #fff !important;
  border: 1px solid #34bbec;
}
.boxed-btn:focus,
.genric-btn:focus,
.single-input:focus,
.single-textarea:focus,
.slick-initialized .slick-slide,
button:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}
body {
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #0b1c39;
  margin-top: 0;
  font-style: normal;
  font-weight: 500;
  text-transform: normal;
}
p {
  color: "Barlow", sans-serif;
  margin-bottom: 15px;
  font-weight: 400;
}
.img {
  max-width: 100%;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.contact-section .properties__button,
.f-right,
.project-area .properties__button {
  float: right;
}
.fix,
.single-service-cap {
  overflow: hidden;
}
.clear {
  clear: both;
}
.button,
.single-post-area .navigation-area .nav-left .thumb img,
.single-post-area .navigation-area .nav-right .thumb img,
a {
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.button:focus,
a:focus {
  text-decoration: none;
  outline: 0;
}
#scrollUp:hover,
.ah_why_choose_us h2,
.ah_why_choose_us_slider button.slick-arrow::before,
.blog_right_sidebar .popular_post_widget .post_item .media-body a:hover,
.blog_right_sidebar .search_widget .input-group button i,
.contact-section .project-caption .single-project:hover .project-cap h4 a,
.mbl-social-links a i,
.project-area .project-caption .single-project:hover .project-cap h4 a,
.slider-area .hero-cap .breadcrumb-item + .breadcrumb-item::before,
.testimonial-area .testimonial-caption .testimonial-founder .founder-text span,
a:hover,
section.ah_cstm_client h2 {
  color: #fff;
}
a:focus,
a:hover {
  text-decoration: none;
}
a,
button {
  outline: 0;
  color: #1696e7;
}
input:focus::-moz-placeholder {
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.btn,
.white-btn {
  -moz-user-select: none;
  line-height: 0;
  margin: 0;
  transition: color 0.4s linear;
  position: relative;
  display: inline-block;
  font-weight: 500;
  z-index: 1;
  text-transform: uppercase;
  overflow: hidden;
  cursor: pointer;
  letter-spacing: 1px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
.section-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}
.btn {
  background: #34bbec;
  color: #fff;
  font-size: 14px;
  padding: 25px 22px;
  border: 1px solid;
  border-radius: 5px;
}
.btn:hover {
  color: #f26622;
  background-color: #fff;
  border-color: inherit;
}
.red-btn2 {
  text-transform: uppercase;
  font-family: Teko, sans-serif;
  padding: 30px 51px;
  font-size: 16px;
}
.white-btn {
  background: #fff;
  color: #161e46;
  font-size: 14px;
  padding: 25px 22px;
  border: 0;
  border-radius: 0;
}
.preloader,
.sticky-bar {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
.white-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 101%;
  height: 101%;
  background: #34bbec;
  z-index: 1;
  transition: transform 0.5s cubic-bezier(0.5, 1.6, 0.4, 0.7);
  transform-origin: 0 0;
  transform: scaleY(0);
  border-radius: 0;
}
.white-btn:hover::before {
  transform: scaleY(1);
  color: #161e46 !important;
  z-index: -1;
}
.btn.focus,
.btn:focus,
.comment-form .form-control:focus,
.form-contact .form-control:focus {
  outline: 0;
  box-shadow: none;
}
.breadcrumb > .active {
  color: #888;
}
#scrollUp {
  background: #34bbec;
  height: 50px;
  width: 50px;
  right: 31px;
  bottom: 40px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  line-height: 48px;
  border: 2px solid transparent;
}
.sticky-bar {
  margin: auto;
  -webkit-box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
  z-index: 9999;
  -webkit-animation: 0.3s ease-in-out fadeInDown;
  animation: 0.3s ease-in-out fadeInDown;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  background-color: #191a33;
}
.mt-40 {
  margin-top: 40px;
}
.mt-110 {
  margin-top: 110px;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-35,
.services-area1 .single-service-cap .service-cap h4 {
  margin-bottom: 35px;
}
.mb-40 {
  margin-bottom: 40px;
}
.blog_item,
.mb-50 {
  margin-bottom: 50px;
}
.mb-55 {
  margin-bottom: 55px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-45 {
  padding-top: 45px;
}
.pt-120 {
  padding-top: 120px;
}
@-webkit-keyframes heartbeat {
  to {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
  }
}
@keyframes rotateme {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.preloader {
  background-color: #f7f7f7;
  height: 100%;
  right: 0;
  bottom: 0;
  z-index: 999999;
  margin: 0 auto;
}
.preloader .preloader-circle {
  width: 100px;
  height: 100px;
  position: relative;
  border-style: solid;
  border-width: 1px;
  border-color: #34bbec transparent transparent;
  z-index: 10;
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
  box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
  background-color: #fff;
  -webkit-animation: 2s infinite zoom;
  animation: 2s infinite zoom;
}
.preloader .preloader-img {
  position: absolute;
  top: 50%;
  z-index: 200;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-top: 6px;
}
.preloader .preloader-img img {
  max-width: 55px;
}
.preloader .pere-text strong {
  font-weight: 800;
  color: #dca73a;
  text-transform: uppercase;
}
@keyframes zoom {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }
}
.section-padding2 {
  padding-top: 200px;
  padding-bottom: 200px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-padding2 {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
.section-padding30,
.testimonial-padding {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .section-padding2 {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .section-padding30 {
    padding-top: 183px;
    padding-bottom: 170px;
  }
  .testimonial-padding {
    padding-top: 157px;
    padding-bottom: 157px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-padding30 {
    padding-top: 150px;
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .testimonial-padding {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.footer-padding {
  padding-top: 110px;
  padding-bottom: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .footer-padding {
    padding-top: 130px;
    padding-bottom: 100px;
  }
  .section-tittle.section-tittle2 span.back-text {
    font-size: 119px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .footer-padding {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding2,
  .testimonial-padding {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .section-padding30 {
    padding-top: 100px;
    padding-bottom: 70px;
  }
  .footer-padding {
    padding-top: 100px;
    padding-bottom: 0;
  }
}
.ah_cstm-tabs .sub-ul li,
.blog_item_img,
.contact-section .project-caption .single-project,
.footer-area .footer-form form,
.footer-logo,
.input-group-icon,
.logo,
.project-area .project-caption .single-project,
.section-tittle {
  position: relative;
}
.section-tittle .front-text {
  position: relative;
  z-index: 2;
}
.section-tittle .front-text h2 {
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  font-family: Teko, sans-serif;
}
.section-tittle span.back-text {
  font-size: 130px;
  font-weight: 800;
  text-transform: uppercase;
  -webkit-text-stroke: 1px #f6f7f8;
  -webkit-text-fill-color: transparent;
  margin: 0;
  line-height: 1;
  position: absolute;
  transform: translateY(-114%);
  right: 0;
  left: 5px;
}
.section-tittle.section-tittle2 .front-text h2,
.section-tittle.section-tittle3 .front-text h2 {
  font-size: 70px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-padding2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section-padding30 {
    padding-top: 70px;
    padding-bottom: 20px;
  }
  .testimonial-padding {
    padding-top: 80px;
    padding-bottom: 60px;
  }
  .footer-padding {
    padding-top: 50px;
    padding-bottom: 0;
  }
  .section-tittle .front-text h2 {
    font-size: 40px;
    line-height: 1.4;
  }
  .section-tittle span.back-text {
    font-size: 56px;
    transform: translateY(-136%);
  }
  .section-tittle.section-tittle2 .front-text h2 {
    font-size: 40px;
  }
}
.section-tittle.section-tittle2 span.back-text,
.section-tittle.section-tittle4 span.back-text,
.section-tittle.section-tittle6 span.back-text {
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
  transform: translateY(-113%);
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .section-tittle.section-tittle2 span.back-text {
    font-size: 119px;
  }
}
@media only screen and (min-width: 1441px) and (max-width: 1800px) {
  .section-tittle.section-tittle2 span.back-text {
    font-size: 111px;
  }
}
@media (max-width: 575px) {
  #scrollUp {
    right: 16px;
  }
  .section-padding2 {
    padding-top: 35px;
    padding-bottom: 50px;
  }
  .section-padding30 {
    padding-top: 70px;
    padding-bottom: 20px;
  }
  .testimonial-padding {
    padding-top: 80px;
    padding-bottom: 60px;
  }
  .footer-padding {
    padding-top: 50px;
    padding-bottom: 0;
  }
  .section-tittle {
    margin-bottom: 0;
  }
  .section-tittle .front-text h2 {
    font-size: 40px;
    line-height: 1.4;
  }
  .section-tittle span.back-text,
  .section-tittle.section-tittle2 span.back-text {
    font-size: 56px;
    transform: translateY(-136%);
  }
  .section-tittle.section-tittle2 .front-text h2,
  .section-tittle.section-tittle3 .front-text h2 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-tittle.section-tittle2 span.back-text {
    font-size: 56px;
    transform: translateY(-136%);
  }
}
.section-tittle.section-tittle3 span.back-text {
  transform: translateY(-114%);
}
@media (max-width: 575px) {
  .section-tittle.section-tittle3 span.back-text {
    font-size: 56px;
    transform: translateY(-136%);
  }
}
.section-tittle.section-tittle4 .front-text h2,
.section-tittle.section-tittle6 .front-text h2 {
  font-size: 70px;
  color: #fff;
}
@media (max-width: 575px) {
  .section-tittle.section-tittle4 .front-text h2 {
    font-size: 35px;
  }
  .section-tittle.section-tittle4 span.back-text {
    font-size: 56px;
    transform: translateY(-129%);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-tittle.section-tittle3 span.back-text {
    font-size: 98px;
    transform: translateY(-131%);
  }
  .section-tittle.section-tittle4 .front-text h2 {
    font-size: 40px;
  }
  .section-tittle.section-tittle4 span.back-text {
    font-size: 56px;
    transform: translateY(-130%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-tittle.section-tittle2 span.back-text {
    font-size: 117px;
    transform: translateY(-128%);
  }
  .section-tittle.section-tittle4 span.back-text {
    font-size: 117px;
    transform: translateY(-118%);
  }
}
@media (max-width: 575px) {
  .section-tittle.section-tittle6 .front-text h2 {
    font-size: 40px;
  }
  .section-tittle.section-tittle6 span.back-text {
    font-size: 56px;
    transform: translateY(-136%);
  }
}
.header-area .header-top {
  padding: 13px 10%;
  border-bottom: 1px solid #3e4160;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .header-area .header-top {
    padding: 13px 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-tittle span.back-text {
    font-size: 127px;
  }
  .section-tittle.section-tittle2 span.back-text {
    font-size: 117px;
    transform: translateY(-118%);
  }
  .section-tittle.section-tittle4 span.back-text {
    font-size: 117px;
    transform: translateY(-113%);
  }
  .header-area .header-top {
    padding: 13px 15px;
  }
}
.footer-area .footer-pera.footer-pera2 p,
.header-area .header-bottom {
  padding: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .header-area .header-bottom {
    padding: 0 80px;
  }
  .main-header .main-menu {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header-area .header-bottom {
    padding: 0 15px;
  }
}
.header-area {
  background: rgba(25, 26, 51, 0.7);
}
.slider-height,
.slider-height2 {
  background-position: center center;
}
.count-bg,
.slider-height,
.slider-height2 {
  background-size: cover;
}
.count-bg,
.hero-overly::before,
.slider-height,
.slider-height2 {
  background-repeat: no-repeat;
}
.header-area .header-top .header-info-left ul li {
  color: #fff;
  display: inline-block;
  margin-right: 45px;
  font-family: Barlow, sans-serif;
  font-size: 14px;
}
.blog-pagination .page-item:last-child .page-link,
.button-group-area .genric-btn:last-child,
.count-area .count-clients .single-counter:last-child,
.header-area .header-top .header-info-left ul li:last-child {
  margin-right: 0;
}
.header-area .header-top .header-info-left ul li i {
  margin-right: 8px;
}
#gallery .slick-arrow,
.ah_cstm_accordion .btn .cstm_minus,
.ah_cstm_accordion .btn.collapsed .cstm_plus,
.blog_right_sidebar .tag_cloud_widget ul li,
.header-area .header-top .header-info-right .header-social li,
.single-post-area .blog-author a {
  display: inline-block;
}
.header-area .header-top .header-info-right .header-social li a {
  color: #fff;
  font-size: 14px;
  padding-left: 25px;
}
.ah_banner_services_slider button.slick-arrow:hover,
.blog_details a:hover,
.contact-section .project-caption .single-project .project-cap h4 a:hover,
.footer-area .footer-copy-right p a,
.footer-area .footer-copy-right p a:hover,
.footer-area .footer-copy-right p i,
.footer-area .info.error,
.header-area .header-top .header-info-right .header-social li a:hover,
.latest-news-area .single-news .news-caption a:hover,
.main-header .main-menu ul li:hover > a,
.project-area .project-caption .single-project .project-cap h4 a:hover,
.single-post-area .blog-author a:hover,
.single-service-cap .service-cap h4 a:hover {
  color: #34bbec;
}
.main-header {
  position: relative;
  z-index: 3;
}
.main-header .main-menu ul li {
  display: inline-block;
  position: relative;
}
.main-header .main-menu ul li a {
  color: #fff;
  font-weight: 500;
  padding: 39px 19px;
  display: block;
  font-size: 14px;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  text-transform: capitalize;
}
.main-header .main-menu ul ul.submenu {
  position: absolute;
  width: 190px;
  background: #fff;
  left: 0;
  top: 90%;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  padding: 17px 0;
  border-top: 5px solid #34bbec;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.main-header .main-menu ul ul.submenu > li {
  margin-left: 7px;
  display: block;
  position: relative;
}
.main-header .main-menu ul ul.submenu > li > a {
  position: relative;
  padding: 6px 10px !important;
  font-size: 14px;
  color: #0b1c39;
  z-index: 1;
}
.contact-section .nav-tabs .nav-item.show .nav-link,
.contact-section .nav-tabs .nav-link.active,
.main-header .main-menu ul ul.submenu > li > a:hover,
.project-area .nav-tabs .nav-item.show .nav-link,
.project-area .nav-tabs .nav-link.active {
  color: #34bbec;
  background: 0 0;
}
.ah_cstm_accordion .btn .cstm_plus,
.ah_cstm_accordion .btn.collapsed .cstm_minus,
.blog-info-link li:last-child::after,
.main-header .logo .small-logo,
.main-header .main-menu ul ul ul li a::after,
.success-msg-submit,
.tab-pane {
  display: none;
}
.main-header ul > li:hover > ul.submenu {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
.header-transparent {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9;
}
.header-area .header-top .header-info-right .header-social a i {
  -webkit-transition: 0.4s ease-out;
  -moz-transition: 0.4s ease-out;
  -ms-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  transform: rotateY(0);
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
}
.header-area .header-top .header-info-right .header-social a:hover i {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}
.header-sticky.sticky-bar.sticky {
  background: #191a33;
}
.header-sticky ul li a {
  padding: 15px;
}
.header-sticky.sticky-bar.sticky .main-menu ul > li > a {
  padding: 26px 20px;
}
.mobile_menu {
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 99;
}
.slider-height {
  min-height: 800px;
}
.slider-height2 {
  min-height: 590px;
}
.slider-area {
  margin-top: -1px;
}
.slider-area .hero__caption {
  margin-left: 0;
  padding-top: 150px;
}
.slider-area .hero__caption h1 {
  font-weight: 900;
  font-family: Barlow, sans-serif;
  text-transform: uppercase;
  color: #bd6628;
  margin: 0;
  padding: 0;
  background: linear-gradient(180deg, rgb(4 3 3 / 40%) 0, rgb(189 102 40) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px var(--white);
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header-sticky.sticky-bar.sticky .main-menu ul > li > a,
  .main-header .main-menu ul li a {
    padding: 39px 14px;
  }
  .slider-area .hero__caption h1 {
    font-size: 135px;
  }
}
.slider-area .hero__caption .stock-text {
  position: relative;
  left: 0;
  top: unset !important;
  display: flex;
  justify-content: center;
  line-height: 1;
  bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .slider-area .hero__caption .stock-text {
    top: -29px;
  }
  .slider-area .hero__caption .stock-text h2 {
    font-size: 110px;
  }
}
.slider-area .hero__caption .stock-text h2 {
  font-weight: 800;
  margin: 0;
  text-transform: uppercase;
  position: absolute;
  color: #fff;
}
.slider-area .hero__caption .stock-text h2:first-child {
  -webkit-text-stroke: 1px #34bbec;
  -webkit-text-fill-color: transparent;
  color: #f4a460;
  text-shadow: 0.02em 0.02em 0 #fff, 0 0 0.5em #ca9167;
}
.slider-area .hero__caption .stock-text h2:nth-child(2) {
  color: #bd6628;
  -webkit-animation: 4s ease-in-out infinite animate;
  animation: 4s ease-in-out infinite animate;
}
.footer-area::after,
.testimonial-area::after {
  content: "";
  margin-left: 0;
  animation: 1s ease-in-out infinite slide1;
  left: 0;
  right: 0;
}
@keyframes animate {
  0%,
  100% {
    clip-path: polygon(
      0% 45%,
      15% 44%,
      32% 50%,
      54% 60%,
      70% 61%,
      84% 69%,
      100% 52%,
      100% 100%,
      0% 100%
    );
  }
  50% {
    clip-path: polygon(
      0% 60%,
      16% 65%,
      34% 66%,
      51% 62%,
      67% 50%,
      84% 45%,
      100% 46%,
      100% 100%,
      0% 100%
    );
  }
}
.slider-area .hero__caption .hero-text1 a,
.slider-area .hero__caption .hero-text1 span,
.slider-area .hero__caption .hero-text2 a,
.slider-area .hero__caption .hero-text2 span {
  position: relative;
  color: #fff;
  font-size: 35px;
  text-transform: uppercase;
  font-family: Teko, sans-serif;
  font-weight: 400;
  letter-spacing: 0.03em;
  display: block;
  text-align: center;
  margin-bottom: 10px;
  line-height: 1;
}
.slider-area .hero__caption .hero-text1 a::before,
.slider-area .hero__caption .hero-text1 span::before,
.slider-area .hero__caption .hero-text2 a::before,
.slider-area .hero__caption .hero-text2 span::before {
  position: absolute;
  content: "";
  width: 25px;
  height: 2px;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  background: #34bbec;
  display: none;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .slider-area .hero__caption .hero-text2 {
    margin-top: 100px;
  }
}
.hero-overly {
  position: relative;
  z-index: 1;
}
.hero-overly::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
}
.slider-area .hero-cap h1,
.slider-area .hero-cap h2 {
  color: #fff;
  font-size: 70px;
  font-weight: 900;
}
.slider-area .hero-cap nav {
  margin: 7px 0;
  padding-left: 0px;
  position: relative;
}
.slider-area .hero-cap nav::before {
  position: absolute;
  content: "";
  width: 75px;
  height: 1px;
  background: #fff;
  left: 0;
  top: 52%;
  transform: translateY(-50%);
}
.slider-area .hero-cap .breadcrumb {
  background: 0 0;
  padding: 0;
  margin: 0;
}
.slider-area .hero-cap .breadcrumb a {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  font-family: Teko, sans-serif;
  font-weight: 400;
  letter-spacing: 0.03em;
}
.slider-area .hero-cap.hero-cap2 h1,
.slider-area .hero-cap.hero-cap2 h2 {
  font-size: 60px;
  font-weight: 700;
  text-transform: capitalize;
}
.service-img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 270px;
}
.service-img img {
  transform: scale(1.1);
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -ms-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}
.services-area1 .single-service-cap .service-cap {
  padding: 20px 30px;
  background: #fcfdff;
}
.single-service-cap .service-cap h4 a {
  color: #0e132a;
  font-size: 24px;
  font-weight: 700;
  display: -webkit-box;
  max-width: 100%;
  width: 100%;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 30px;
}
.contact-section .project-caption .single-project .project-img img,
.cstm-tabs figure img,
.details-img img,
.map-footer img,
.project-area .project-caption .single-project .project-img img,
.services-area1 .single-service-cap .service-icon img,
.single-services .details-img img {
  width: 100%;
}
.single-service-cap:hover .service-img img {
  transform: scale(1.2);
}
.contact-section .project-caption .single-project:hover .plus-btn i,
.more-btn:hover i,
.project-area .project-caption .single-project:hover .plus-btn i,
.single-service-cap:hover .more-btn i {
  color: #fff;
  background: #34bbec;
}
.more-btn {
  color: #161e46;
  font-size: 14px;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}
.contact-section .project-caption .single-project .plus-btn i,
.more-btn i,
.project-area .project-caption .single-project .plus-btn i {
  color: #161e46;
  background: 0 0;
  width: 38px;
  height: 38px;
  display: inline-block;
  line-height: 38px;
  text-align: center;
  font-size: 15px;
  margin-left: 10px;
  -webkit-transition: 0.4s ease-out;
  -moz-transition: 0.4s ease-out;
  -ms-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
.more-btn:hover {
  color: #161e46;
}
.support-company-area .support-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.support-company-area .support-wrapper .left-content {
  width: 54%;
  padding-left: 366px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .support-company-area .support-wrapper .left-content {
    width: 49%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .support-company-area .support-wrapper .left-content {
    padding-left: 30px;
    width: 49%;
  }
}
@media only screen and (min-width: 1441px) and (max-width: 1800px) {
  .support-company-area .support-wrapper .left-content {
    padding-left: 200px;
    width: 49%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .support-company-area .support-wrapper {
    display: block;
  }
  .support-company-area .support-wrapper .left-content {
    width: 100%;
    padding-left: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .header-top {
    padding: 13px 50px;
  }
  .header-area .header-bottom {
    padding: 10px 50px;
  }
  .header-area {
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  }
  .slider-height {
    min-height: 600px;
  }
  .slider-height2 {
    min-height: 500px;
  }
  .slider-area .hero__caption {
    padding-top: 70px;
  }
  .slider-area .hero__caption h1 {
    font-size: 110px;
  }
  .slider-area .hero__caption .stock-text {
    top: -19px;
  }
  .slider-area .hero__caption .stock-text h2 {
    font-size: 60px;
  }
  .slider-area .hero__caption .hero-text2 {
    margin-top: 56px;
  }
  .support-company-area .support-wrapper .left-content {
    width: 100%;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-tittle.section-tittle6 span.back-text {
    font-size: 83px;
    transform: translateY(-137%);
  }
  .header-area .header-top {
    padding: 13px 20px;
  }
  .header-area .header-bottom {
    padding: 10px 20px;
  }
  .header-area {
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  }
  .slider-height {
    min-height: 600px;
  }
  .slider-height2 {
    min-height: 350px;
  }
  .slider-area .hero__caption {
    padding-top: 70px;
  }
  .slider-area .hero__caption h1 {
    font-size: 72px;
  }
  .slider-area .hero__caption .stock-text {
    top: -12px;
    left: 40px;
  }
  .slider-area .hero__caption .stock-text h2 {
    font-size: 52px;
  }
  .slider-area .hero__caption .hero-text2 {
    margin-top: 50px;
  }
  .slider-area .hero-cap h1,
  .slider-area .hero-cap h2 {
    font-size: 50px;
  }
  .slider-area .hero-cap.hero-cap2 {
    padding-top: 50px;
  }
  .slider-area .hero-cap.hero-cap2 h1,
  .slider-area .hero-cap.hero-cap2 h2 {
    font-size: 37px;
  }
  .support-company-area .support-wrapper .left-content {
    width: 100%;
    padding-left: 30px;
  }
  .support-company-area .support-wrapper .left-content .support-caption {
    padding-right: 0;
  }
}
.comment-form .email,
.support-company-area .support-wrapper .left-content .support-caption {
  padding-right: 0;
}
@media (max-width: 575px) {
  .header-area .header-top {
    padding: 13px 20px;
  }
  .header-area .header-bottom {
    padding: 10px 20px;
  }
  .header-area {
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  }
  .main-header .logo .small-logo {
    display: unset;
  }
  .main-header .logo .big-logo {
    display: none;
  }
  .slider-height {
    min-height: 400px;
  }
  .slider-height2 {
    min-height: 350px;
  }
  .slider-area .hero__caption {
    padding-top: 70px;
  }
  .slider-area .hero__caption h1 {
    font-size: 42px;
  }
  .slider-area .hero__caption .stock-text {
    top: 0;
    left: 0;
  }
  .slider-area .hero__caption .stock-text h2 {
    font-size: 27px;
    margin-bottom: 25px;
  }
  .slider-area .hero__caption .hero-text1 a,
  .slider-area .hero__caption .hero-text1 span,
  .slider-area .hero__caption .hero-text2 a,
  .slider-area .hero__caption .hero-text2 span {
    margin-bottom: 20px;
  }
  .slider-area .hero__caption .hero-text2 {
    margin-top: 50px;
  }
  .slider-area .hero-cap h1,
  .slider-area .hero-cap h2 {
    font-size: 50px;
  }
  .slider-area .hero-cap.hero-cap2 {
    padding-top: 50px;
  }
  .slider-area .hero-cap.hero-cap2 h1,
  .slider-area .hero-cap.hero-cap2 h2 {
    font-size: 26px;
  }
  .services-area1 .single-service-cap .service-cap h4 a {
    font-size: 18px;
  }
  .support-company-area .support-wrapper .left-content {
    width: 100%;
    padding-left: 30px;
  }
  .support-company-area .support-wrapper .left-content .support-caption {
    padding-right: 0;
  }
}
.support-company-area .support-wrapper .left-content .support-caption p {
  margin-bottom: 46px;
  font-size: 15px;
}
.support-company-area
  .support-wrapper
  .left-content
  .support-caption
  p.pera-top {
  font-size: 17px;
  font-weight: 700;
  color: #0b0b2b;
}
.support-company-area .support-wrapper .right-content {
  width: 40%;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .support-company-area .support-wrapper .right-content {
    width: 49%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .support-company-area .support-wrapper .right-content {
    width: 80%;
    padding-top: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .support-company-area .support-wrapper .left-content .support-caption {
    padding-right: 70px;
  }
  .support-company-area .support-wrapper .right-content {
    margin-left: 119px;
    width: 100%;
    padding-top: 50px;
  }
}
.support-company-area .support-wrapper .right-content .right-img img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  overflow: hidden;
  object-position: center right;
}
.support-company-area .support-wrapper .right-content .support-img-cap {
  position: absolute;
  bottom: 0;
  background: #34bbec;
  padding: 59px 28px;
  border-radius: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .support-company-area .support-wrapper .right-content .support-img-cap {
    padding: 27px 18px;
  }
}
@media (max-width: 575px) {
  .support-company-area .support-wrapper .right-content {
    width: 100%;
    padding-top: 50px;
  }
  .support-company-area .support-wrapper .right-content .support-img-cap {
    padding: 35px 0;
  }
}
.support-company-area .support-wrapper .right-content .support-img-cap span {
  font-size: 60px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-family: Barlow, sans-serif;
  line-height: 1.2;
}
@media (max-width: 575px) {
  .support-company-area .support-wrapper .right-content .support-img-cap span {
    padding: 6px 40px;
    font-size: 38px;
  }
  .count-area .col-lg-4:first-child .count-clients .single-counter,
  .count-area .col-lg-4:nth-child(2) .count-clients .single-counter {
    padding-bottom: 0;
    text-align: center;
  }
}
.support-company-area .support-wrapper .right-content .support-img-cap P {
  color: #fff;
  line-height: 1;
  margin: 0;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5em;
}
.count-area {
  margin-top: -134px;
}
.count-area .count-clients {
  display: flex;
  justify-content: center;
}
.count-area .count-clients .single-counter {
  padding: 40px 0;
  display: block;
  text-align: center;
}
.count-area .count-clients .single-counter .count-number span {
  color: #fff;
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 0;
  display: block;
}
.count-area .count-clients .single-counter p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  margin: 0;
  padding: 0;
}
.comment-form .name,
.count-area .count-clients .single-counter .count-text {
  padding-left: 0;
}
.count-area .count-clients .single-counter .count-text p {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
}
.count-area .count-clients .single-counter .count-text h5 {
  color: #fff;
  font-size: 26px;
  text-transform: capitalize;
  margin-bottom: 0;
  display: block;
}
.single-team .team-img {
  overflow: hidden;
  margin-bottom: 19px;
}
.single-team .team-img img {
  width: 100%;
  transform: scale(1);
  transition: 0.6s ease-out;
}
.single-team .team-caption span {
  color: #34bbec;
  font-size: 14px;
  font-weight: 500;
  font-family: Teko, sans-serif;
  display: block;
  position: relative;
  margin-left: 30px;
  margin-bottom: 10px;
}
.single-team .team-caption span::before {
  position: absolute;
  content: "";
  width: 25px;
  height: 2px;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  background: #34bbec;
}
.single-team .team-caption h3 {
  color: #0e132a;
  font-weight: 700;
  font-size: 25px;
  font-family: Teko, sans-serif;
}
.news-img:hover .news-img img,
.single-team:hover .team-img img {
  transform: scale(1.1);
}
.contact-section .project-caption .single-project:hover .project-cap,
.latest-news-area .single-news,
.project-area .project-caption .single-project:hover .project-cap,
.t-bg {
  background: #00235b;
}
.contact-with-area,
.footer-area::after,
.testimonial-area::after {
  background-repeat: no-repeat;
  background-size: cover;
}
.latest-news-area .single-news .news-img,
.testimonial-area {
  position: relative;
  overflow: hidden;
}
.latest-news-area .single-news .news-img img {
  width: 100%;
  -webkit-transform: scale 1;
  -ms-transform: scale 1;
  transform: scale 1;
  transition: 0.7s ease-out;
  -webkit-transition: 0.7s ease-out;
  -moz-transition: 0.7s ease-out;
  -ms-transition: 0.7s ease-out;
  -o-transition: 0.7s ease-out;
}
.latest-news-area .single-news .news-img .news-date {
  background: #34bbec;
  padding: 15px 34px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.latest-news-area .single-news .news-img .news-date span {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  line-height: 1;
  margin: 0;
}
.latest-news-area .single-news .news-img .news-date p {
  color: #fff;
  margin: 0;
}
.latest-news-area .single-news .news-caption {
  padding: 40px 57px 40px 60px;
}
.latest-news-area .single-news .news-caption .david-info li {
  display: inline-block;
  margin-right: 14px;
  padding-right: 14px;
  line-height: 1;
  margin-bottom: 16px;
  color: #a4acc3;
}
.latest-news-area .single-news .news-caption .david-info li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}
.latest-news-area .single-news .news-caption h2 a {
  color: #fff;
  font-weight: 700;
  font-size: 25px;
  line-height: 1.5;
  padding-right: 56px;
  margin-bottom: 17px;
  text-decoration: none;
  display: block;
}
.latest-news-area .single-news .news-caption a {
  color: #34bbec;
  font-size: 16px;
}
.latest-news-area .single-news .news-caption a.d-btn {
  position: relative;
  text-transform: uppercase;
}
.latest-news-area .single-news .news-caption a.d-btn::before {
  content: "";
  position: absolute;
  background: #282828;
  width: 100%;
  height: 1px;
  bottom: -1px;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.footer-social a:hover,
.latest-news-area .single-news .news-caption a:hover::before {
  background: #34bbec;
}
.contact-section .project-caption .single-project .project-cap,
.project-area .project-caption .single-project .project-cap {
  padding: 20px;
  background: #fafafa;
  -webkit-transition: 0.4s ease-out;
  -moz-transition: 0.4s ease-out;
  -ms-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  position: relative;
}
.contact-section .project-caption .single-project .project-cap h4,
.project-area .project-caption .single-project .project-cap h4 {
  margin: 0;
  line-height: 1.2;
  font-size: 20px;
  font-weight: 600;
}
.contact-section .project-caption .single-project .project-cap h4 a,
.project-area .project-caption .single-project .project-cap h4 a {
  color: #0e132a;
}
.contact-section .project-caption .single-project .plus-btn,
.project-area .project-caption .single-project .plus-btn {
  position: absolute;
  right: 16px;
  top: -22px;
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.contact-section .project-caption .single-project:hover .plus-btn,
.project-area .project-caption .single-project:hover .plus-btn {
  opacity: 1;
  visibility: visible;
}
.contact-section .nav-tabs .nav-link,
.project-area .nav-tabs .nav-link {
  border: 0;
  border-bottom: 2px solid transparent;
  padding: 10px 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .support-company-area .support-wrapper .right-content .support-img-cap span {
    font-size: 35px;
  }
  .contact-section .nav-tabs .nav-link,
  .project-area .nav-tabs .nav-link {
    padding: 10px;
  }
}
.contact-section .nav-tabs .nav-item,
.project-area .nav-tabs .nav-item {
  display: block;
  color: #161e46;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 16px;
  text-decoration: underline;
}
.contact-section .nav-tabs,
.project-area .nav-tabs {
  margin-bottom: 9px;
  padding-bottom: 0;
  position: relative;
  border: 0;
  display: flex;
  justify-content: center;
}
.blog_details p,
.comment-form .form-group,
.details-caption h2,
.footer-area .footer-form,
.footer-area .footer-logo,
.form-contact .form-group,
.mb-30,
.single-blog {
  margin-bottom: 30px;
}
.tab-pane {
  -webkit-transition: 0.6s ease-out;
  -moz-transition: 0.6s ease-out;
  -ms-transition: 0.6s ease-out;
  -o-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}
.h1-testimonial-active button.slick-arrow,
.single-blog .thumb:after {
  position: absolute;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
}
.contact-with-area {
  padding-top: 50px;
  padding-bottom: 150px;
}
.contact-with-area .contact-us-caption p {
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}
.testimonial-area::after {
  position: absolute;
  bottom: 0;
  height: 28px;
}
.testimonial-area .testimonial-caption .testimonial-top-cap svg {
  margin-bottom: 17px;
}
.testimonial-area .testimonial-caption .testimonial-top-cap p {
  color: #a4acc3;
  font-weight: 500;
  line-height: 1.5;
  padding: 0 3px;
  margin-bottom: 50px;
  font-size: 16px;
}
.testimonial-area .testimonial-caption .testimonial-founder .founder-text {
  padding-left: 20px;
  border-left: 2px solid #34bbec;
}
.testimonial-area .testimonial-caption .testimonial-founder .founder-text p {
  color: #677294;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 5px;
}
.h1-testimonial-active button.slick-arrow {
  right: 0;
  border: 1px solid #fff;
  padding: 0;
  z-index: 2;
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 20px;
  transition: 0.3s ease-out;
  color: #616373;
  background: 0 0;
  margin: 0 auto;
  bottom: 0;
}
.h1-testimonial-active button.slick-next {
  right: -40px;
  color: #fff;
  border: 1px solid #fff;
}
.h1-testimonial-active button i {
  font-size: 13px;
  position: relative;
  top: -3px;
  color: #fff;
}
.footer-area {
  background: #070b11;
  position: relative;
  overflow: hidden;
}
.footer-area::after {
  position: absolute;
  top: 0;
  height: 60px;
}
@keyframes slide1 {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(5px, 0);
    -webkit-transform: translate(5px, 0);
    -moz-transform: translate(5px, 0);
    -ms-transform: translate(5px, 0);
    -o-transform: translate(5px, 0);
  }
}
.footer-area .footer-pera .info1 {
  margin-bottom: 10px;
  line-height: 1.8;
  padding-right: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .footer-area .footer-pera .info1 {
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .support-company-area .support-wrapper .right-content {
    width: 100%;
    padding-top: 50px;
  }
  .support-company-area .support-wrapper .right-content .support-img-cap {
    padding: 35px 18px;
  }
  .support-company-area .support-wrapper .right-content .support-img-cap span {
    font-size: 35px;
  }
  .count-area .col-lg-4:first-child .count-clients .single-counter,
  .count-area .col-lg-4:nth-child(2) .count-clients .single-counter {
    padding-bottom: 0;
    text-align: center;
  }
  .latest-news-area .single-news .news-img .news-date {
    padding: 8px 20px;
  }
  .latest-news-area .single-news .news-img .news-date span {
    font-size: 22px;
  }
  .latest-news-area .single-news .news-caption {
    padding: 10px;
  }
  .latest-news-area .single-news .news-caption h2 a {
    padding-right: 6px;
  }
  .contact-section .properties__button,
  .project-area .properties__button {
    float: left;
  }
  .contact-section .nav-tabs .nav-link,
  .project-area .nav-tabs .nav-link {
    padding: 10px 15px;
  }
  .contact-section .nav-tabs,
  .project-area .nav-tabs {
    justify-content: start;
  }
  .testimonial-area .testimonial-caption .testimonial-top-cap p {
    margin-bottom: 30px;
  }
  .footer-area .footer-pera .info1 {
    padding-right: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .support-company-area .support-wrapper .right-content {
    width: 100%;
    padding-top: 50px;
  }
  .support-company-area .support-wrapper .right-content .support-img-cap {
    padding: 35px 18px;
  }
  .support-company-area .support-wrapper .right-content .support-img-cap span {
    font-size: 35px;
  }
  .count-area .col-lg-4:first-child .count-clients .single-counter,
  .count-area .col-lg-4:nth-child(2) .count-clients .single-counter {
    padding-bottom: 0;
    text-align: center;
  }
  .latest-news-area .single-news .news-img .news-date {
    padding: 8px 20px;
  }
  .latest-news-area .single-news .news-img .news-date span {
    font-size: 22px;
  }
  .latest-news-area .single-news .news-caption {
    padding: 10px;
  }
  .contact-section .properties__button,
  .project-area .properties__button {
    float: left;
  }
  .contact-section .nav-tabs .nav-link,
  .project-area .nav-tabs .nav-link {
    padding: 10px 15px;
  }
  .contact-section .nav-tabs,
  .project-area .nav-tabs {
    justify-content: start;
  }
  .contact-with-area {
    padding-top: 70px;
    padding-bottom: 180px;
  }
  .footer-area .footer-pera .info1 {
    padding-right: 0;
  }
}
.footer-area .footer-tittle h4 {
  color: #fff;
  font-size: 35px;
  margin-bottom: 29px;
  font-weight: 500;
  font-family: Teko, sans-serif;
}
.footer-area .footer-tittle ul li {
  color: #9fa6bd;
  margin-bottom: 15px;
}
.footer-area .footer-tittle ul li a {
  color: #868c98;
  font-weight: 300;
}
.footer-area .footer-tittle ul li a:hover {
  color: #34bbec;
  padding-left: 5px;
}
.footer-area .footer-tittle p {
  color: #9fa6bd;
}
.footer-area .footer-form form input {
  width: 100%;
  height: 43px;
  padding: 10px 20px;
  border: 0;
  background: #1e293a;
  color: #fff;
}
.footer-area .footer-form form input::placeholder {
  color: #9fa6bd;
}
.footer-area .footer-form form .form-icon button {
  position: absolute;
  top: 0;
  right: 0;
  background: #0a0f17;
  border: 0;
  cursor: pointer;
  padding: 14px 22px;
  line-height: 1;
  color: #fff;
}
.footer-area .footer-social a {
  width: 40px;
  height: 40px;
  font-size: 14px;
  border: 1px solid #fafafa;
  background: #fafafa;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  color: #949eb2;
  margin-right: 5px;
  -webkit-transition: 0.4s ease-out;
  -moz-transition: 0.4s ease-out;
  -ms-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
.footer-area .footer-copy-right {
  padding-top: 20px;
}
@media (max-width: 575px) {
  .latest-news-area .single-news .news-img .news-date {
    padding: 8px 20px;
  }
  .latest-news-area .single-news .news-img .news-date span {
    font-size: 22px;
  }
  .latest-news-area .single-news .news-caption {
    padding: 10px;
  }
  .latest-news-area .single-news .news-caption .david-info li {
    margin-right: 1px;
    padding-right: 12px;
  }
  .footer-area .footer-pera .info1,
  .latest-news-area .single-news .news-caption h2 a {
    padding-right: 0;
  }
  .contact-section .properties__button,
  .project-area .properties__button {
    float: left;
  }
  .contact-section .nav-tabs .nav-link,
  .project-area .nav-tabs .nav-link {
    padding: 0;
    margin: 0 7px;
    font-weight: 700 !important;
  }
  .contact-section .nav-tabs,
  .project-area .nav-tabs {
    justify-content: start;
  }
  .contact-with-area {
    padding-top: 70px;
    padding-bottom: 180px;
  }
  .testimonial-area .testimonial-caption .testimonial-top-cap p {
    margin-bottom: 30px;
  }
  .footer-area .footer-copy-right {
    padding-top: 0;
  }
}
.footer-area .footer-copy-right p {
  color: #9fa6bd;
  font-weight: 300;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 0;
}
.footer-social a:hover i {
  color: #fff;
  -webkit-transition: 0.4s ease-out;
  -moz-transition: 0.4s ease-out;
  -ms-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
.single-services .details-caption h3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  font-family: Teko, sans-serif;
}
.blog_area a {
  color: "Barlow", sans-serif !important;
  text-decoration: none;
  transition: 0.4s;
}
.blog_area a :hover,
.blog_area a:hover {
  background: -webkit-linear-gradient(131deg, #34bbec 0, #34bbec 99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: none;
  transition: 0.4s;
}
.single-blog {
  overflow: hidden;
}
.single-blog:hover {
  box-shadow: 0 10px 20px 0 rgba(42, 34, 123, 0.1);
}
.single-blog .thumb {
  overflow: hidden;
  position: relative;
}
.single-blog .thumb:after {
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transition: 0.3s ease-out;
}
.single-blog:hover .thumb:after,
.single-post-area .navigation-area .nav-left .lnr {
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
}
.single-blog h4 {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 34px;
  margin-bottom: 25px;
}
.single-blog a,
.single-post-area .arrow .lnr {
  font-size: 20px;
  font-weight: 600;
}
.single-blog .date {
  color: #666;
  text-align: left;
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
}
.single-blog .tag {
  text-align: left;
  display: inline-block;
  float: left;
  font-size: 13px;
  font-weight: 300;
  margin-right: 22px;
  position: relative;
}
.single-blog .tag:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 10px;
  background: #acacac;
  right: -12px;
  top: 7px;
}
@media (max-width: 800px) {
  .single-blog {
    margin-bottom: 30px;
  }
}
.single-blog:hover .thumb:after {
  opacity: 0.7;
  transition: 0.3s ease-out;
}
@media (max-width: 1199px) {
  .single-blog .tag {
    margin-right: 8px;
  }
  .single-blog .tag:after {
    display: none;
  }
  .single-blog h4 {
    transition: 0.3s linear;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 14px;
    margin-bottom: 12px;
  }
  .single-blog h4 a {
    font-size: 18px;
  }
}
.blog_details {
  padding: 30px 0 20px 10px;
  box-shadow: 0 10px 20px 0 rgba(221, 221, 221, 0.3);
}
.blog_details a {
  color: #242b5e;
}
.blog_details h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}
.blog-info-link li {
  float: left;
  font-size: 14px;
}
.blog-info-link li a {
  color: #999;
}
.blog-info-link li i,
.blog-info-link li span {
  font-size: 13px;
  margin-right: 5px;
}
.blog-info-link li::after {
  content: "|";
  padding-left: 10px;
  padding-right: 10px;
}
.blog-info-link::after {
  content: "";
  clear: both;
  display: table;
}
.blog_item_img .blog_item_date {
  position: absolute;
  bottom: -10px;
  left: 10px;
  display: block;
  color: #fff;
  background-color: #34bbec;
  padding: 8px 15px;
  border-radius: 5px;
}
.blog_item_img .blog_item_date h3 {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.2;
}
.blog_item_img .blog_item_date p {
  font-size: 18px;
  margin-bottom: 0;
  color: #fff;
}
.blog_right_sidebar .widget_title {
  font-size: 20px;
  margin-bottom: 40px;
}
.blog_right_sidebar .widget_title::after {
  content: "";
  display: block;
  padding-top: 15px;
  border-bottom: 1px solid #f0e9ff;
}
.blog_right_sidebar .single_sidebar_widget {
  background: #fbf9ff;
  padding: 30px;
  margin-bottom: 30px;
}
.blog_right_sidebar .single_sidebar_widget .btn_1 {
  margin-top: 0;
}
.blog_right_sidebar .search_widget .form-control {
  height: 50px;
  border-color: #f0e9ff;
  font-size: 13px;
  color: #999;
  padding-left: 20px;
  border-radius: 0;
  border-right: 0;
}
.blog_right_sidebar .search_widget .form-control::placeholder {
  color: #999;
}
.blog_right_sidebar .newsletter_widget .form-control:focus,
.blog_right_sidebar .search_widget .form-control:focus {
  border-color: #f0e9ff;
  outline: 0;
  box-shadow: none;
}
.blog_right_sidebar .search_widget .input-group button {
  background: #34bbec;
  border-left: 0;
  border: 1px solid #f0e9ff;
  padding: 4px 15px;
  cursor: pointer;
}
.blog_right_sidebar .search_widget .input-group button span,
.single-post-area .navigation-top .social-icons li i,
.single-post-area .navigation-top .social-icons li span {
  font-size: 14px;
  color: #999;
}
.blog_right_sidebar .newsletter_widget .form-control {
  height: 50px;
  border-color: #f0e9ff;
  font-size: 13px;
  color: #999;
  padding-left: 20px;
  border-radius: 0;
}
.blog_right_sidebar .newsletter_widget .form-control::placeholder {
  color: #999;
}
.blog_right_sidebar .newsletter_widget .input-group button {
  background: #fff;
  border-left: 0;
  border: 1px solid #f0e9ff;
  padding: 4px 15px;
}
.blog_right_sidebar .newsletter_widget .input-group button i,
.blog_right_sidebar .newsletter_widget .input-group button span {
  font-size: 14px;
  color: #fff;
}
.blog_right_sidebar .post_category_widget .cat-list li {
  border-bottom: 1px solid #f0e9ff;
  transition: 0.3s;
  padding-bottom: 12px;
}
.blog_right_sidebar .post_category_widget .cat-list li:last-child {
  border-bottom: 0;
}
.blog_right_sidebar .post_category_widget .cat-list li a {
  font-size: 14px;
  line-height: 20px;
  color: #888;
}
.ah_cstm_accordion .card:last-child,
.blog_right_sidebar .post_category_widget .cat-list li a p,
.single-post-area .navigation-area p,
.single-post-area .navigation-top p {
  margin-bottom: 0;
}
.blog_right_sidebar .post_category_widget .cat-list li + li {
  padding-top: 15px;
}
.blog_right_sidebar .popular_post_widget .post_item .media-body {
  justify-content: center;
  align-self: center;
  padding-left: 20px;
}
.blog_right_sidebar .popular_post_widget .post_item .media-body h3 {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 6px;
  transition: 0.3s linear;
}
.blog_right_sidebar .popular_post_widget .post_item .media-body p {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 0;
}
.blog_right_sidebar .popular_post_widget .post_item + .post_item {
  margin-top: 20px;
}
.blog_right_sidebar .tag_cloud_widget ul li a {
  display: inline-block;
  border: 1px solid #eee;
  background: #fff;
  padding: 4px 20px;
  margin-bottom: 8px;
  margin-right: 3px;
  transition: 0.3s;
  color: #888;
  font-size: 13px;
}
.blog_right_sidebar .tag_cloud_widget ul li a:hover {
  background: #34bbec;
  color: #fff !important;
  -webkit-text-fill-color: #fff;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.blog_right_sidebar .instagram_feeds .instagram_row {
  display: flex;
  margin-right: -6px;
  margin-left: -6px;
}
.blog_right_sidebar .instagram_feeds .instagram_row li {
  width: 33.33%;
  float: left;
  padding-right: 6px;
  padding-left: 6px;
  margin-bottom: 15px;
}
.blog_right_sidebar .br {
  width: 100%;
  height: 1px;
  background: #eee;
  margin: 30px 0;
}
.blog-pagination {
  margin-top: 80px;
}
.blog-pagination .page-link {
  font-size: 14px;
  position: relative;
  display: block;
  padding: 0;
  text-align: center;
  margin-left: -1px;
  line-height: 45px;
  width: 45px;
  height: 45px;
  border-radius: 0 !important;
  color: #8a8a8a;
  border: 1px solid #f0e9ff;
  margin-right: 10px;
}
.blog-pagination .page-link i,
.blog-pagination .page-link span {
  font-size: 13px;
}
.blog-pagination .page-item.active .page-link {
  background-color: #fbf9ff;
  border-color: #f0e9ff;
  color: #888;
}
.comment-form,
.comments-area {
  border-top: 1px solid #eee;
  margin-top: 50px;
}
.single-post-area .blog_details {
  box-shadow: none;
  padding: 26px 0 0;
}
.single-post-area .blog_details p {
  margin-bottom: 20px;
  font-size: 15px;
}
.single-post-area .quote-wrapper {
  background: rgba(130, 139, 178, 0.1);
  padding: 15px;
  line-height: 1.733;
  color: #888;
  font-style: italic;
  margin-top: 25px;
  margin-bottom: 25px;
}
.single-post-area .quotes {
  background: #fff;
  padding: 15px 15px 15px 20px;
  border-left: 2px solid;
}
@media (min-width: 768px) {
  .blog_details {
    padding: 60px 30px 35px 35px;
  }
  .blog_details h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .blog_item_img .blog_item_date {
    bottom: -20px;
    left: 40px;
    padding: 13px 30px;
  }
  .blog_item_img .blog_item_date h3 {
    font-size: 30px;
  }
  .blog_item_img .blog_item_date p {
    font-size: 18px;
  }
  .single-post-area .quote-wrapper {
    padding: 30px;
  }
  .single-post-area .quotes {
    padding: 25px 25px 25px 30px;
  }
}
.single-post-area .arrow {
  position: absolute;
}
.single-post-area .navigation-top {
  padding-top: 15px;
  border-top: 1px solid #f0e9ff;
}
.single-post-area .navigation-top .comment-count,
.single-post-area .navigation-top .like-info {
  font-size: 14px;
}
.single-post-area .navigation-top .comment-count i,
.single-post-area .navigation-top .comment-count span,
.single-post-area .navigation-top .like-info i,
.single-post-area .navigation-top .like-info span {
  font-size: 16px;
  margin-right: 5px;
}
.single-post-area .navigation-top .social-icons li {
  display: inline-block;
  margin-right: 15px;
}
.alert,
.single-post-area .navigation-top .social-icons li:last-child {
  margin: 0;
}
.single-post-area .blog-author {
  padding: 40px 30px;
  background: #fbf9ff;
  margin-top: 50px;
}
.single-post-area .blog-author img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin-right: 30px;
}
@media (max-width: 600px) {
  .single-post-area .blog-author {
    padding: 20px 8px;
  }
  .single-post-area .blog-author img {
    margin-right: 15px;
    width: 45px;
    height: 45px;
  }
}
.single-post-area .blog-author p {
  margin-bottom: 0;
  font-size: 15px;
}
.job-description,
.single-post-area .blog-author h4 {
  font-size: 16px;
}
.single-post-area .navigation-area {
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
  margin-top: 55px;
}
.single-post-area .navigation-area h4 {
  font-size: 18px;
  line-height: 25px;
}
.single-post-area .navigation-area .nav-left {
  text-align: left;
}
.single-post-area .navigation-area .nav-left .thumb {
  margin-right: 20px;
  background: #000;
}
.single-post-area .navigation-area .nav-left .lnr {
  margin-left: 20px;
  opacity: 0;
  transition: 0.3s ease-out;
}
.ah_left_text_banner:hover,
.single-post-area .navigation-area .nav-left:hover .lnr,
.single-post-area .navigation-area .nav-right:hover .lnr {
  opacity: 1;
}
.single-post-area .navigation-area .nav-left:hover .thumb img,
.single-post-area .navigation-area .nav-right:hover .thumb img {
  opacity: 0.5;
}
.single-post-area .navigation-area .nav-right {
  text-align: right;
}
.single-post-area .navigation-area .nav-right .thumb {
  margin-left: 20px;
  background: #000;
}
.single-post-area .navigation-area .nav-right .lnr {
  margin-right: 20px;
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.comments-area {
  background: 0 0;
  padding: 45px 0;
}
@media (max-width: 414px) {
  .comments-area {
    padding: 50px 8px;
  }
}
.comments-area h4 {
  margin-bottom: 35px;
  font-size: 18px;
}
.comments-area h5 {
  font-size: 16px;
  margin-bottom: 0;
}
.comments-area .comment-list {
  padding-bottom: 48px;
}
.comments-area .comment-list:last-child {
  padding-bottom: 0;
}
@media (max-width: 413px) {
  .comments-area .comment-list .single-comment h5 {
    font-size: 12px;
  }
  .comments-area .comment-list .single-comment .date {
    font-size: 11px;
  }
  .comments-area .comment-list .single-comment .comment {
    font-size: 10px;
  }
}
.comments-area .thumb,
.contact-info__icon {
  margin-right: 20px;
}
.comments-area .thumb img {
  width: 70px;
  border-radius: 50%;
}
.comments-area .date {
  font-size: 14px;
  color: #999;
  margin-bottom: 0;
  margin-left: 20px;
}
.comments-area .comment {
  margin-bottom: 10px;
  color: #777;
  font-size: 15px;
}
.comments-area .btn-reply {
  background-color: transparent;
  color: #888;
  padding: 5px 18px;
  font-size: 14px;
  display: block;
  font-weight: 400;
}
.comment-form {
  padding-top: 45px;
  margin-bottom: 20px;
}
.comment-form h4 {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 22px;
}
.ordered-list li,
.ordered-list-alpha li,
.ordered-list-roman li,
.unordered-list li {
  line-height: 1.82em !important;
}
.comment-form .form-control,
.form-contact .form-control {
  height: 48px;
  padding-left: 18px;
  font-size: 13px;
  background: 0 0;
}
.comment-form .form-control {
  border: 1px solid #f0e9ff;
  border-radius: 5px;
}
.comment-form .form-control::placeholder {
  font-weight: 300;
  color: #777;
}
.comment-form textarea {
  padding-top: 18px;
  border-radius: 12px;
  height: 100% !important;
}
.comment-form ::-webkit-input-placeholder {
  font-size: 13px;
  color: #777;
}
.comment-form ::-moz-placeholder {
  font-size: 13px;
  color: #777;
}
.comment-form :-ms-input-placeholder {
  font-size: 13px;
  color: #777;
}
.comment-form :-moz-placeholder {
  font-size: 13px;
  color: #777;
}
.dropdown .dropdown-menu {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.default-select .nice-select .list .option,
.genric-btn {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}
.contact-info {
  margin-bottom: 25px;
}
.contact-info__icon i,
.contact-info__icon span {
  color: #8f9195;
  font-size: 27px;
}
.contact-info .media-body h3 {
  margin-bottom: 0;
  font-size: 16px;
  color: #2a2a2a;
}
.contact-info .media-body h3 a:hover {
  color: #1f2b7b;
}
.contact-info .media-body p {
  color: #8a8a8a;
}
.contact-title {
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 20px;
}
.form-contact label {
  font-size: 16px;
  font-weight: 600;
}
.form-contact .form-control {
  border: 1px solid #838383;
  border-radius: 0;
}
.form-contact .form-control::placeholder {
  font-weight: 300;
  color: #999;
}
.form-contact textarea {
  border-radius: 0;
  height: 100% !important;
}
.contact-section {
  padding: 0 0 100px;
}
@media (max-width: 991px) {
  .comment-form .email {
    padding-left: 0;
  }
  .contact-section {
    padding: 70px 0 40px;
  }
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #4a3600;
  opacity: 0.6;
}
@media (max-width: 767px) {
  .single-post-area .navigation-area .nav-left {
    margin-bottom: 30px;
  }
  .comment-form .name {
    padding-right: 0;
    margin-bottom: 1rem;
  }
  .gj-picker.gj-picker-md.timepicker {
    width: 310px;
    left: 6px !important;
  }
  .gj-picker.gj-picker-md.datepicker.gj-unselectable {
    width: 320px;
    left: 0 !important;
  }
}
.hero-overly::before {
  background-image: -moz-linear-gradient(
    0deg,
    rgba(2, 8, 52, 0.74902) 0,
    rgba(2, 8, 52, 0.14902) 100%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    rgba(2, 8, 52, 0.74902) 0,
    rgba(2, 8, 52, 0.14902) 100%
  );
  background-image: -ms-linear-gradient(
    0deg,
    rgba(2, 8, 52, 0.74902) 0,
    rgba(2, 8, 52, 0.14902) 100%
  );
}
.sample-text-area {
  background: #fff;
  padding: 100px 0 70px;
}
.text-heading {
  margin-bottom: 30px;
  font-size: 24px;
}
b,
del,
sub,
sup,
u {
  color: #000;
}
.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
  color: #828bb2;
}
.button-area {
  background: #fff;
}
.button-area .border-top-generic {
  padding: 70px 15px;
  border-top: 1px dotted #eee;
}
.button-group-area .genric-btn {
  margin-right: 10px;
  margin-top: 10px;
}
.genric-btn {
  display: inline-block;
  outline: 0;
  line-height: 40px;
  padding: 0 30px;
  font-size: 0.8em;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s;
}
.genric-btn.e-large {
  padding: 0 40px;
  line-height: 50px;
}
.genric-btn.large {
  line-height: 45px;
}
.genric-btn.medium {
  line-height: 30px;
}
.genric-btn.small {
  line-height: 25px;
}
.genric-btn.radius {
  border-radius: 3px;
}
.genric-btn.circle {
  border-radius: 20px;
}
.genric-btn.arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.genric-btn.arrow span {
  margin-left: 10px;
}
.genric-btn.default,
.genric-btn.default-border:hover,
.genric-btn.link-border:hover {
  color: #415094;
  background: #f9f9ff;
  border: 1px solid transparent;
}
.genric-btn.default-border,
.genric-btn.default:hover {
  border: 1px solid #f9f9ff;
  background: #fff;
}
.genric-btn.primary,
.genric-btn.primary-border:hover {
  color: #fff;
  background: #1f2b7b;
  border: 1px solid transparent;
}
.genric-btn.primary-border,
.genric-btn.primary:hover {
  color: #1f2b7b;
  border: 1px solid #1f2b7b;
  background: #fff;
}
.genric-btn.success,
.genric-btn.success-border:hover {
  color: #fff;
  background: #4cd3e3;
  border: 1px solid transparent;
}
.genric-btn.success-border,
.genric-btn.success:hover {
  color: #4cd3e3;
  border: 1px solid #4cd3e3;
  background: #fff;
}
.genric-btn.info,
.genric-btn.info-border:hover {
  color: #fff;
  background: #38a4ff;
  border: 1px solid transparent;
}
.genric-btn.info-border,
.genric-btn.info:hover {
  color: #38a4ff;
  border: 1px solid #38a4ff;
  background: #fff;
}
.genric-btn.warning,
.genric-btn.warning-border:hover {
  color: #fff;
  background: #f4e700;
  border: 1px solid transparent;
}
.genric-btn.warning-border,
.genric-btn.warning:hover {
  color: #f4e700;
  border: 1px solid #f4e700;
  background: #fff;
}
.genric-btn.danger,
.genric-btn.danger-border:hover {
  color: #fff;
  background: #f44a40;
  border: 1px solid transparent;
}
.genric-btn.danger-border,
.genric-btn.danger:hover {
  color: #f44a40;
  border: 1px solid #f44a40;
  background: #fff;
}
.genric-btn.link {
  color: #415094;
  background: #f9f9ff;
  text-decoration: underline;
  border: 1px solid transparent;
}
.genric-btn.link-border,
.genric-btn.link:hover {
  border: 1px solid #f9f9ff;
  color: #415094;
  background: #fff;
}
.genric-btn.link-border {
  text-decoration: underline;
}
.genric-btn.disable {
  color: #222, 0.3;
  background: #f9f9ff;
  border: 1px solid transparent;
  cursor: not-allowed;
}
.generic-blockquote {
  padding: 30px 50px 30px 30px;
  background: #f9f9ff;
  border-left: 2px solid #1f2b7b;
}
.progress-table-wrap {
  overflow-x: scroll;
}
.progress-table {
  background: #f9f9ff;
  padding: 15px 0 30px;
  min-width: 800px;
}
.progress-table .serial {
  width: 11.83%;
  padding-left: 30px;
}
.progress-table .country {
  width: 28.07%;
}
.progress-table .visit {
  width: 19.74%;
}
.progress-table .percentage {
  width: 40.36%;
  padding-right: 50px;
}
.progress-table .table-head {
  display: flex;
}
.progress-table .table-head .country,
.progress-table .table-head .percentage,
.progress-table .table-head .serial,
.progress-table .table-head .visit {
  color: #415094;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 500;
}
.progress-table .table-row {
  padding: 15px 0;
  border-top: 1px solid #edf3fd;
  display: flex;
}
#gallery .slick-track,
.progress-table .table-row .country,
.progress-table .table-row .percentage,
.progress-table .table-row .serial,
.progress-table .table-row .visit {
  display: flex;
  align-items: center;
}
.progress-table .table-row .country img {
  margin-right: 15px;
}
.progress-table .table-row .percentage .progress {
  width: 80%;
  border-radius: 0;
  background: 0 0;
}
.progress-table .table-row .percentage .progress .progress-bar {
  height: 5px;
  line-height: 5px;
}
.progress-table .table-row .percentage .progress .progress-bar.color-1,
.progress-table .table-row .percentage .progress .progress-bar.color-6 {
  background-color: #6382e6;
}
.progress-table .table-row .percentage .progress .progress-bar.color-2,
.progress-table .table-row .percentage .progress .progress-bar.color-8 {
  background-color: #e66686;
}
.progress-table .table-row .percentage .progress .progress-bar.color-3 {
  background-color: #f09359;
}
.progress-table .table-row .percentage .progress .progress-bar.color-4,
.progress-table .table-row .percentage .progress .progress-bar.color-5 {
  background-color: #73fbaf;
}
.progress-table .table-row .percentage .progress .progress-bar.color-7 {
  background-color: #a367e7;
}
.single-gallery-image {
  margin-top: 30px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  height: 200px;
}
.unordered-list li {
  position: relative;
  padding-left: 30px;
}
.unordered-list li:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border: 3px solid #1f2b7b;
  background: #fff;
  top: 4px;
  left: 0;
  border-radius: 50%;
}
.single-input,
.single-textarea {
  border: none;
  line-height: 40px;
  padding: 0 20px;
  width: 100%;
  background: #f9f9ff;
  display: block;
  outline: 0;
}
.ordered-list {
  margin-left: 30px;
}
.ordered-list li {
  list-style-type: decimal-leading-zero;
  color: #1f2b7b;
  font-weight: 500;
}
.ordered-list li span,
.ordered-list-alpha li span,
.ordered-list-roman li span {
  font-weight: 300;
  color: #828bb2;
}
.ordered-list-alpha li {
  margin-left: 30px;
  list-style-type: lower-alpha;
  color: #1f2b7b;
  font-weight: 500;
}
.ordered-list-roman li {
  margin-left: 30px;
  list-style-type: lower-roman;
  color: #1f2b7b;
  font-weight: 500;
}
.input-group-icon .icon {
  position: absolute;
  left: 20px;
  top: 0;
  line-height: 40px;
  z-index: 3;
}
.input-group-icon .icon i {
  color: #797979;
}
.input-group-icon .single-input {
  padding-left: 45px;
}
.single-textarea {
  height: 100px;
  resize: none;
}
.single-input-accent,
.single-input-primary,
.single-input-secondary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: 0;
  background: #f9f9ff;
  padding: 0 20px;
}
.single-input-primary:focus {
  outline: 0;
  border: 1px solid #1f2b7b;
}
.single-input-accent:focus {
  outline: 0;
  border: 1px solid #eb6b55;
}
.single-input-secondary:focus {
  outline: 0;
  border: 1px solid #f09359;
}
.confirm-switch,
.default-switch,
.primary-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}
.default-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.default-switch input + label {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #1f2b7b;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.confirm-switch input:checked + label:after,
.default-switch input:checked + label,
.primary-switch input:checked + label:after {
  left: 19px;
}
.confirm-switch input + label,
.primary-switch input + label,
.primary-switch input + label:before {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.confirm-checkbox input,
.confirm-radio input,
.confirm-switch input,
.disabled-checkbox input,
.disabled-radio input,
.primary-checkbox input,
.primary-radio input,
.primary-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.primary-switch input + label:before {
  content: "";
  background: 0 0;
  border-radius: 8.5px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.confirm-switch input + label:after,
.primary-switch input + label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.primary-switch input:checked + label:before {
  background: #1f2b7b;
}
.confirm-switch input + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: 0 0;
  border-radius: 8.5px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}
.confirm-switch input:checked + label:before {
  background: #4cd3e3;
}
.confirm-checkbox,
.disabled-checkbox,
.primary-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}
.confirm-checkbox input + label,
.disabled-checkbox input + label,
.primary-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}
.primary-checkbox input:checked + label {
  background: url(../img/elements/primary-check.webp) center center/cover
    no-repeat;
  border: none;
}
.confirm-checkbox input:checked + label {
  background: url(../img/elements/success-check.webp) center center/cover
    no-repeat;
  border: none;
}
.disabled-checkbox input:disabled,
.disabled-radio input:disabled {
  cursor: not-allowed;
  z-index: 3;
}
.disabled-checkbox input:checked + label {
  background: url(../img/elements/disabled-check.webp) center center/cover
    no-repeat;
  border: none;
}
.confirm-radio,
.disabled-radio,
.primary-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}
.confirm-radio input + label,
.disabled-radio input + label,
.primary-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}
.primary-radio input:checked + label {
  background: url(../img/elements/primary-radio.webp) center center/cover
    no-repeat;
  border: none;
}
.confirm-radio input:checked + label {
  background: url(../img/elements/success-radio.webp) center center/cover
    no-repeat;
  border: none;
}
.disabled-radio input:checked + label {
  background: url(../img/elements/disabled-radio.webp) center center/cover
    no-repeat;
  border: none;
}
.default-select {
  height: 40px;
}
.default-select .nice-select {
  border: none;
  border-radius: 0;
  height: 40px;
  background: #f9f9ff;
  padding-left: 20px;
  padding-right: 40px;
}
.default-select .nice-select .list,
.form-select .nice-select .list {
  margin-top: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  width: 100%;
  padding: 10px 0;
}
.default-select .nice-select .list .option {
  font-weight: 300;
  transition: 0.3s;
  line-height: 28px;
  min-height: 28px;
  font-size: 12px;
  padding-left: 20px;
}
.default-select .nice-select .list .option.selected,
.default-select .nice-select .list .option:hover,
.form-select .nice-select .list .option.selected,
.form-select .nice-select .list .option:hover {
  color: #1f2b7b;
  background: 0 0;
}
.default-select .current,
.form-select .current {
  margin-right: 50px;
  font-weight: 300;
}
.default-select .nice-select::after,
.form-select .nice-select::after {
  right: 20px;
}
.form-select {
  height: 40px;
  width: 100%;
}
.form-select .nice-select {
  border: none;
  border-radius: 0;
  height: 40px;
  background: #f9f9ff;
  padding-left: 45px;
  padding-right: 40px;
  width: 100%;
}
.form-select .nice-select .list .option {
  font-weight: 300;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  line-height: 28px;
  min-height: 28px;
  font-size: 12px;
  padding-left: 45px;
}
.mt-10 {
  margin-top: 10px;
}
.section-top-border {
  padding: 50px 0;
  border-top: 1px dotted #eee;
}
.mt-30 {
  margin-top: 30px;
}
.switch-wrap {
  margin-bottom: 10px;
}
.pt-50 {
  padding-top: 50px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pt-100 {
  padding-top: 100px;
}
body,
html {
  scroll-behavior: smooth;
}
.slider-area .hero__caption .stock-text h2 {
  font-size: 60px;
  top: unset;
  line-height: 1;
}
.slider-area .hero__caption h1 {
  font-size: 90px;
  line-height: 1;
  text-align: center;
}
.choose-us-card {
  position: relative;
  padding: 0;
  width: 100%;
  height: 250px;
  transition: 0.4s;
  overflow: hidden;
}
.choose-us-card img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: 0.4s;
}
.choose-us-card::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: -100%;
  bottom: 0;
  background: #34bbeca3;
  transition: 0.4s;
  z-index: 1;
}
.choose-us-card:hover::before {
  top: 0;
}
.choose-us-card:hover img {
  scale: 1.4;
}
.choose-us-card figcaption {
  position: absolute;
  width: 100%;
  height: auto;
  color: #fff;
  text-shadow: 0 0 12px #000;
  top: -100%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  font-weight: 500;
  transition: 0.8s;
  z-index: 1;
  padding: 20px;
}
.choose-us-card:hover figcaption {
  top: 50%;
}
.service-cap h4 {
  min-height: 30px;
  margin-bottom: 15px !important;
}
.service-cap p {
  display: -webkit-box;
  max-width: 100%;
  width: 100%;
  overflow: hidden;
  min-height: 50px;
  text-align: unset;
}
.description-text p {
  color: #fff;
  text-align: center;
  margin-top: 60px;
  font-size: 20px;
}
.cstm-tabs .tab {
  float: left;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  width: 30%;
  height: auto;
}
.cstm-tabs .tab button {
  display: block;
  color: #fff;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: 0;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  background-color: #474c6c;
  font-family: inherit;
  font-size: 18px;
  font-weight: 700;
  border-bottom: 1px solid #fff;
}
.cstm-tabs .tab button:hover {
  background-color: #5e658c;
}
.ah_cstm_accordion .btn:hover figure,
.cstm-tabs .tab button.active {
  background-color: #34bbec;
}
.cstm-tabs .tabcontent {
  float: left;
  padding: 0 20px 20px;
  width: 70%;
  border-left: none;
  min-height: 359px;
}
.mb-100 {
  margin-bottom: 100px;
}
.ah_cstm_accordion .btn {
  position: relative;
  width: 100%;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-bottom: 1px solid #34bbec;
  color: black;
  text-decoration: none;
}
.ah_cstm_accordion .btn:hover {
  color: #fff !important;
  content: unset;
  background-color: #34bbec;
}
.ah_cstm_accordion .btn:hover::before {
  content: unset;
}
.ah_cstm_accordion .card {
  border: 1px solid #34bbec;
  margin-bottom: 20px;
  border-radius: 5px !important;
}
.ah_cstm_accordion .card h5 {
  margin-bottom: 0 !important;
}
.ah_cstm_accordion .card .ah_collapse_body .card-body {
  padding: 20px;
  text-align: left;
}
.ah_cstm_accordion .btn figure {
  position: absolute;
  margin: 0;
  padding: 0;
  right: 0;
  top: 0;
  background-color: #fff;
  border: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ah_careers_sec,
.ah_cstm_client .clients-sec,
.cstm-tabs,
.cstm-tabs ol,
.cstm-tabs ol li,
.job-link,
.job-title,
.project-img,
.right-img,
section.ah_cstm_client {
  position: relative;
}
.ah_cstm_accordion .btn figure i {
  font-size: 18px;
  color: #34bbec;
}
.ah_cstm_accordion .btn:hover figure i::before {
  color: #fff !important;
}
#gallery {
  margin: 1rem;
}
#gallery img {
  object-fit: contain;
  background-color: transparent;
  padding: 10px;
  margin: 25px 10px;
  border-radius: 6px;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  cursor: pointer;
}
.pt-130 {
  padding-top: 130px;
}
.footer-logo img,
.logo img {
  width: 70px;
  height: auto;
  object-fit: contain;
  padding: 5px;
  color: #82461c;
}
.cstm-tabs {
  border: 0 solid #e1e1e1 !important;
  box-sizing: border-box !important;
  height: 100% !important;
}
.cstm-tabs ol {
  list-style: inherit;
}
.cstm-tabs ol li {
  list-style: decimal-leading-zero;
}
.main-header .main-menu ul ul.submenu ul.submenu {
  left: unset;
  right: -270px;
  top: 0;
  width: 300px;
  position: absolute;
  z-index: 10;
}
.main-header .main-menu ul ul li a::after {
  position: absolute;
  display: inline-block;
  content: "\e649";
  font-family: themify;
  margin-top: 0;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}
.founder-text img {
  padding: revert;
  height: 60px;
  width: 60px;
  border-radius: 50px;
  margin-bottom: 5px;
}
.project-img img,
.right-img,
.right-img video {
  width: 100%;
  height: 100%;
}
section.ah_cstm_client {
  margin-bottom: 50px;
  background-color: #34bbec;
}
.ah_cstm_client .clients-sec {
  text-align: center;
}
.ah_cstm_client .clients-sec img {
  position: relative;
  display: inline-block;
  width: 170px;
  height: 150px;
  object-fit: contain;
  padding: 10px;
  margin: 5px;
  border-radius: 6px;
}
#myVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}
.project-img {
  width: 100%;
  height: 320px;
  overflow: hidden;
}
.project-img img {
  object-fit: cover;
}
.right-img {
  min-height: unset;
  overflow: unset;
}
.right-img video {
  position: absolute;
  object-fit: cover;
  object-position: center bottom;
}
.ah_careers_sec {
  padding-top: 50px;
  margin-bottom: 50px;
}
.job-title {
  font-size: 18px;
  font-weight: 600;
}
.job-link {
  color: #fff;
}
.job-link i {
  font-size: 20px;
}
.job-link:hover {
  text-decoration: unset !important;
  color: #bd6628 !important;
}
.ah_banner_slider button.slick-arrow {
  position: absolute;
  top: 60%;
  transform: translateY(-40%);
  left: 50px;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  border: 0 solid #fff;
  background-color: transparent;
  transition: 0.4s;
  z-index: 1;
}
.ah_banner_slider button.slick-next {
  left: unset;
  right: 50px;
  color: #fff !important;
}
.ah_banner_slider button.slick-arrow i {
  transition: 0.4s;
  font-size: 18px;
  font-weight: 900;
  color: #fff;
}
.ah_banner_slider button.slick-arrow:hover {
  background-color: transparent;
  color: #f0f8ff;
  cursor: pointer;
}
.ah_banner_slider button.slick-arrow:hover i {
  color: #bd6628;
}
.single-services .details-img img {
  position: relative;
  display: block;
  width: 100%;
  height: 400px;
  overflow: hidden;
  object-fit: cover;
  object-position: center center;
  margin: 40px 0;
}
#gallery button.slick-arrow,
.ah_why_choose_us_slider button.slick-arrow {
  position: absolute;
  background: 0 0;
  width: 30px;
  height: 30px;
  z-index: 5;
  font-size: 0;
}
.service-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
a.after-none:after {
  display: none !important;
}
.ah_cstm_container {
  width: 85%;
  padding-left: 366px;
}
#gallery button.slick-arrow {
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50px;
  border: 0;
}
.ah_why_choose_us_slider button.slick-arrow {
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50px;
  border: 0;
}
#gallery button.slick-next {
  left: 52%;
}
#gallery button.slick-arrow::before,
.ah_why_choose_us_slider button.slick-arrow::before {
  content: "\e64a";
  font-size: 23px;
  padding: 0;
  margin: 0;
  font-family: themify;
  speaklolo: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #34bbec;
}
.ah_why_choose_us_slider button.slick-next.slick-arrow::before {
  content: "\e64a";
  display: inline-block;
  transform: rotate(180deg) !important;
}
#gallery button.slick-next.slick-arrow::before {
  content: "\e649";
}
.single-services ul {
  position: relative;
  list-style: inherit;
  padding-left: 40px;
}
.single-services ul li {
  position: relative;
  list-style: circle;
}
.contact-us-page .single-slider {
  background-position: top right !important;
}
.ah_banner_hover {
  display: inline-block !important;
  position: relative;
  border: 1px solid #fff;
  padding: 5px 20px;
  font-size: 20px !important;
  text-transform: capitalize !important;
  border-radius: 5px;
  margin: 0;
  line-height: 1.5 !important;
}
.ah_left_text_banner *,
main.ah_thankyou_page h1 {
  font-weight: 800;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px var(--white);
  line-height: 1;
}
.ah_banner_hover:hover {
  background-color: #bd6628;
  color: #fff !important;
}
.ah_banner_slider .description-text p {
  position: relative;
  width: 82%;
  margin: 80px auto 30px;
}
.ah_left_text_banner {
  position: relative;
  margin-bottom: 140px;
  width: 50%;
  transition: 0.4s;
}
.ah_left_text_banner h4 {
  position: relative;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
}
.ah_left_text_banner h2 {
  font-size: 50px;
}
.ah_left_text_banner h3 {
  font-size: 35px;
  color: #fff;
}
.ah_left_text_banner * {
  margin-bottom: 0;
  color: #fff;
  background: linear-gradient(180deg, rgb(4 3 3 / 40%) 0, rgb(189 102 40) 100%);
  -webkit-background-clip: text;
}
.ah_banner_slide_left_text .hero__caption {
  padding-top: 0;
}
main.ah_thankyou_page {
  position: relative;
  display: flex;
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  text-align: center;
}
main.ah_thankyou_page h1 {
  font-size: 6rem;
  text-align: center;
  color: #34bbec;
  margin: 0 0 40px;
  padding: 0;
  background: linear-gradient(
    180deg,
    rgb(189 102 40 / 61%) 0,
    rgb(52 187 236) 100%
  );
  -webkit-background-clip: text;
}
main.ah_thankyou_page p {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 30px;
}
.ah_left_text_banner b {
  background: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  -webkit-text-stroke: unset;
}
.ah_banner_services_slider {
  position: relative;
  min-height: 820px !important;
  background-repeat: no-repeat;
  background-position: top right;
  background-color: #000;
}
.ah_banner_services_slider .row {
  align-items: center;
  justify-content: space-between;
}
.ah_banner_services_slider .slider-content {
  color: #fff;
  font-family: "Source Sans Pro", sans-serif;
}
.ah_banner_services_slider .slider-content h5 {
  color: #ef6d0f;
  margin-bottom: 15px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
}
.ah_banner_services_slider .slider-content h1 {
  color: #fff;
  font-size: 54px;
  letter-spacing: 1px;
  line-height: 1.2;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
}
.ah_banner_services_slider .slider-content p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.ah_banner_services_slider .slider-img {
  margin-left: 0;
  margin-top: 183px;
  margin-right: 0;
  float: unset;
}
.ah_banner_services_slider .slider-img img,
.ah_banner_services_slider .slider-img video {
  position: relative;
  width: 100%;
  height: 717px;
  object-fit: cover;
  z-index: 1;
  border-top-right-radius: 120px;
  border-top-left-radius: 120px;
  overflow: hidden;
  object-position: left center;
}
.ah_banner_services_slider .slider-bg .text2 h5 {
  color: #ff8a01;
  font-size: 18px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 500;
}
.ah_banner_services_slider .slider-bg .video-i i {
  border: none;
  color: #ff8a01;
}
.ah_banner_services_slider .slider-bg .text2 p {
  color: #777;
}
.ah_banner_services_slider .subricbe {
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 2.5px 4.33px 15px 0 rgba(250, 162, 146, 0.4);
  position: relative;
  padding: 10px 15px;
  margin-top: 40px;
}
.ah_banner_services_slider ul.slick-dots {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 90px;
}
.ah_banner_services_slider ul.slick-dots li button {
  position: relative;
  font-size: 0;
  border: 2px solid #bd6628;
  border-radius: 100%;
  width: 10px;
  height: 17px;
  background-color: #fff;
  display: block;
}
#gallery button.slick-arrow:hover,
.ah_banner_services_slider button.slick-arrow:hover,
.ah_banner_services_slider ul.slick-dots li button:hover,
.close-sub-menu:hover {
  cursor: pointer;
}
.ah_banner_services_slider ul.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.ah_banner_services_slider ul.slick-dots li.slick-active button {
  background-color: #bd6628;
  border-color: #fff;
}
.ah_banner_services_slider button.slick-arrow {
  position: absolute;
  background-color: transparent;
  width: auto;
  height: 0;
  border: 0;
  color: #fff;
  bottom: 210px;
  font-size: 24px !important;
  transform: rotate(90deg);
  line-height: 1;
  left: 14%;
}
.ah_banner_services_slider button.slick-prev.slick-arrow {
  transform: rotate(-90deg);
  left: 9.5%;
  z-index: 6;
}
.ah_banner_services_slider a.btn {
  border-radius: 10px;
  border: none;
}
.ah_full_banner .single-slider {
  min-height: 100vh;
}
.ah_why_choose_us_slider figure {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 60px;
  background-color: #fff;
  overflow: hidden;
  padding: 15px;
}
.ah_why_choose_us_slider .ah-card {
  position: relative;
  margin: 0 15px;
  padding: 20px;
  width: auto;
  background-color: #f7f7f7;
  text-align: left;
}
.ah_why_choose_us_slider .ah-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  transition: 0.4s;
}
.ah-card-description {
  position: relative;
  padding: 20px 0 0;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  font-family: Barlow, sans-serif;
}
.form-contact label span {
  color: red;
  font-weight: 700;
  font-size: 15px;
}
.ah_why_choose_us {
  position: relative;
  background-color: #00235b;
  margin-bottom: 50px;
}
.ah_why_choose_us .slick-slide {
  scale: 1;
  transition: 0.4s;
}
.ah_why_choose_us .slick-slide.slick-center {
  scale: 1;
}
.ah_why_choose_us_slider button.slick-prev {
  right: unset;
  left: 20px;
}
.ah_why_choose_us_slider button.slick-next.slick-arrow {
  right: 30px;
}
.ah_why_choose_us_slider button.slick-arrow:hover {
  cursor: pointer;
  color: #fff !important;
}
.ah_why_choose_us_slider .slick-slide {
  transform: translateX(0);
  opacity: 0.3;
}
.ah_why_choose_us_slider .slick-slide.slick-active {
  transform: translateX(0);
  opacity: 0.7;
}
.ah_why_choose_us_slider .slick-slide.slick-active.slick-center {
  transform: translateX(0);
  opacity: 1;
}
.ah_why_choose_us_slider .ah-card:hover img {
  scale: 1.1;
}
.ah_why_choose_us_slider .ah-card-header {
  width: 100%;
  height: 250px;
  overflow: hidden !important;
}
.contact-section input.button {
  font-size: 16px;
  font-weight: 600;
  border: 2px solid;
}
video.ah_animated_class {
  position: absolute;
  z-index: 6;
  top: 150px;
  opacity: 1;
  right: 40%;
  width: 180px;
}
.ah_banner_services_slider::after,
.ah_banner_services_slider::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  width: 80%;
  height: 100%;
  border-top-right-radius: 100px;
  overflow: hidden;
  z-index: 0;
}
.ah_banner_services_slider::before {
  background-image: url("../images/banner_bg.webp");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
.ah_banner_services_slider::after {
  background: #bd6628;
  background: linear-gradient(
    92deg,
    rgb(0 0 0 / 88%) 24%,
    rgb(189 102 40 / 28%) 100%
  );
}
.banner-sec {
  position: relative;
  display: block;
}
.ah_banner_services_slider .slick-list,
.ah_banner_services_slider button.slick-arrow {
  z-index: 5;
}
.slick-arrow:hover,
.slick-arrow:hover *,
button.slick-arrow:hover::before {
  color: #ef6d0f !important;
}
.ah_nav_description_sec figure img {
  width: 100%;
  height: 150px;
  overflow: hidden;
  object-fit: cover;
}
.ah_home_intro_sec p {
  position: relative;
  text-align: justify !important;
}
.footer-area p {
  text-align: unset;
}
@media only screen and (min-width: 1441px) and (max-width: 1800px) {
  .ah_cstm_container {
    padding-left: 200px;
    width: 89%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .ah_cstm_container {
    padding-left: 30px;
    width: 100%;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .footer-area .footer-pera .info1 {
    padding-right: 0;
  }
  .contact-section {
    padding: 80px 0 50px;
  }
  .ah_cstm_container {
    width: 100%;
    padding-left: 120px;
    padding-right: 70px;
  }
}
@media only screen and (max-width: 1600px) {
  .header-sticky.sticky-bar.sticky .main-menu ul > li > a {
    padding: 25px 18px;
  }
  .footer-padding {
    padding-top: 130px;
    padding-bottom: 30px;
  }
  .single-footer-caption.mb-50 {
    margin-bottom: 20px;
  }
  .main-header .main-menu ul li a {
    padding: 35px 15px !important;
  }
  .ah_banner_services_slider .slider-img {
    margin-right: -150px;
  }
  .ah_banner_services_slider .slider-img img,
  .ah_banner_services_slider .slider-img video {
    position: relative;
    width: 600px;
  }
  .ah_banner_services_slider button.slick-arrow {
    left: 20%;
  }
  .ah_banner_services_slider button.slick-prev.slick-arrow {
    left: 14.5%;
  }
  .ah_banner_services_slider .container-fluid,
  nav.ah_cstm_maiga_nav {
    padding: 0 80px !important;
  }
}
@media only screen and (max-width: 1450px) {
  .main-header .main-menu ul li a {
    padding: 30px 6px !important;
  }
  .slider-area .hero__caption .stock-text h2 {
    font-size: 45px;
  }
  .ah_banner_slider button.slick-arrow {
    left: 10px;
    top: 60%;
    transform: translateY(-40%);
  }
  .ah_banner_slider button.slick-next {
    left: unset;
    right: 10px;
  }
  .slider-area .hero__caption .hero-text2 {
    margin-top: 25px;
  }
  .section-padding30 {
    padding-top: 50px;
  }
  .contact-with-area {
    padding-top: 60px;
    padding-bottom: 160px;
  }
  .support-company-area .support-wrapper .right-content {
    width: 50%;
    margin-top: 50px !important;
    padding-top: 0;
    max-height: 540px;
    overflow: hidden;
    border-radius: 8px;
    margin: 0 auto;
  }
  .ah_our_values {
    padding-top: 90px;
    padding-bottom: 50px;
  }
  .description-text p {
    font-size: 18px;
    margin-bottom: 0 !important;
  }
  .section-padding30 {
    padding-bottom: 0;
  }
  .support-company-area .support-wrapper .left-content .support-caption {
    padding-right: 50px;
  }
  .slider-height {
    min-height: 700px;
  }
  .ah_banner_slider .description-text p {
    margin: 45px auto 30px;
  }
  .ah_banner_services_slider {
    min-height: 640px !important;
  }
  .ah_banner_services_slider button.slick-arrow {
    left: 140px;
    bottom: 70px;
  }
  .ah_banner_services_slider button.slick-prev.slick-arrow {
    left: 70px;
  }
  .ah_banner_services_slider .slider-content {
    padding-top: 100px;
  }
  .ah_banner_services_slider .slider-img {
    margin-right: -100px;
  }
  .ah_banner_services_slider .slider-img img,
  .ah_banner_services_slider .slider-img video {
    width: 500px;
    height: 500px;
    border-top-right-radius: 60px;
    border-top-left-radius: 60px;
  }
  .ah-card-description {
    font-size: 19px;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 1366px) {
  .ah_cstm_maiga_nav > ul > li > a {
    margin: 0 10px;
    padding: 20px 0 !important;
  }
  .ah_cstm_maiga_nav ul.sub-menu {
    top: 70px;
  }
  .ah_banner_services_slider .slider-img img,
  .ah_banner_services_slider .slider-img video {
    width: 450px;
    height: 400px;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
  }
  .ah_banner_services_slider .slider-img {
    margin-right: 0;
  }
  .ah_banner_services_slider {
    min-height: 580px !important;
  }
  .ah_banner_services_slider button.slick-arrow {
    left: 15%;
  }
  .ah_banner_services_slider button.slick-prev.slick-arrow {
    left: 9%;
  }
  .ah_banner_services_slider ul.slick-dots {
    bottom: 20px;
  }
  .ah_banner_services_slider .slider-content h1 {
    font-size: 40px;
  }
  .ah_banner_services_slider .slider-content h5 {
    margin-bottom: 10px;
  }
  .ah-card-description,
  .ah_banner_services_slider .slider-content p {
    font-size: 15px;
  }
  .ah_banner_services_slider .slider-btn.mt-30 {
    margin-top: 15px !important;
  }
  .ah_why_choose_us_slider .ah-card-header {
    height: 250px;
  }
}
@media only screen and (max-width: 1199px) {
  .main-header .main-menu ul li a {
    padding: 20px 5px !important;
  }
  .slider-area .hero__caption h1 {
    font-size: 70px;
    margin-bottom: 10px;
  }
  .slider-area .hero__caption .stock-text h2 {
    font-size: 35px;
  }
  .section-tittle.section-tittle3.mb-55 {
    margin-bottom: 20px;
  }
  .section-padding30 {
    padding-bottom: 30px;
  }
  .slider-height {
    min-height: 500px;
  }
  .count-area .count-clients .single-counter .count-text h5 {
    font-size: 18px;
  }
  .support-company-area .support-wrapper .right-content {
    width: 90%;
  }
  .support-company-area .support-wrapper .left-content {
    width: 100%;
    padding-right: 50px;
    padding-left: 50px;
  }
  .right-content {
    height: 500px;
    margin-bottom: 40px !important;
  }
  .ah_cstm_container {
    padding-left: 50px;
    padding-right: 50px;
  }
  .support-company-area .support-wrapper .left-content .support-caption {
    padding-right: 0;
  }
  .support-company-area .support-wrapper .left-content .support-caption p {
    margin-bottom: 35px;
  }
  nav.ah_cstm_maiga_nav {
    padding: 0 2% !important;
  }
  .ah_cstm-tabs a.nav-link,
  .sub-ul > li > a {
    width: 200px !important;
  }
  .ah_banner_services_slider .slider-img img,
  .ah_banner_services_slider .slider-img video {
    width: 100%;
  }
  .ah_nav_description_sec h2 {
    margin-bottom: 15px !important;
  }
  .ah_why_choose_us_slider .ah-card {
    margin: 0 5px;
    padding: 15px;
  }
  .ah_banner_services_slider button.slick-prev.slick-arrow {
    left: 65px;
  }
  .ah_banner_services_slider button.slick-arrow {
    left: 131px;
  }
}
@media only screen and (max-width: 1024px) {
  .ah_banner_slider button.slick-arrow {
    left: unset;
    right: 60px;
    top: unset;
    transform: unset;
    bottom: 20px;
  }
  .ah_banner_slider button.slick-next {
    right: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-info .media-body p,
  .media {
    text-align: center;
  }
  .header-transparent {
    background-color: transparent !important;
    box-shadow: unset !important;
  }
  .header-sticky.sticky-bar.sticky {
    background-color: transparent;
    box-shadow: none;
  }
  .header-area .header-bottom {
    padding: 0;
  }
  .header-sticky ul li a {
    padding: 5px 10px;
  }
  .mobile_menu {
    top: 0;
  }
  .slicknav_menu {
    background: #191a33;
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    min-height: 60px;
  }
  .slicknav_btn {
    margin: 10px 5px 6px;
    background-color: #34bbec;
  }
  .header-sticky.sticky-bar.sticky .slicknav_menu {
    background: #191a33;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
  }
  .slicknav_nav .slicknav_row:hover {
    background: #34bbec;
  }
  .slicknav_nav {
    width: 100%;
    position: relative;
    max-height: 90vh;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-top: 0;
    border-top: 1px solid #fff;
    margin-top: 60px !important;
  }
  .header-transparent {
    position: absolute;
    top: -4px;
  }
  .slicknav_nav a:hover {
    background: #34bbec;
    color: #fff;
  }
  .slider-area .hero__caption h1 {
    font-size: 60px;
  }
  .description-text p {
    font-size: 16px;
  }
  .slider-area .hero__caption .stock-text h2 {
    font-size: 30px;
  }
  .right-img {
    min-height: 450px;
    border-radius: 8px;
  }
  .right-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .contact-section .nav-tabs,
  .project-area .nav-tabs,
  .services-area1 .row {
    justify-content: center;
  }
  .contact-section .properties__button,
  .project-area .properties__button {
    float: unset;
    position: relative;
    width: 100%;
  }
  .mobile_menu .logo {
    position: absolute;
    top: 0;
    left: 10px;
    width: 60px;
    height: 60px;
    overflow: hidden;
  }
  .mobile_menu .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .ah_cstm_container {
    width: 100%;
    padding: 20px;
  }
  .ah_banner_services_slider i.ti-arrow-up,
  .slider-area .hero-cap .breadcrumb a,
  o .slider-area .hero-cap .breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
  }
  .media {
    display: block;
  }
  .h1-testimonial-active button.slick-next {
    right: -35px;
  }
  .h1-testimonial-active button.slick-arrow {
    bottom: -50px;
  }
  #gallery button.slick-next {
    left: 53%;
  }
  #gallery button.slick-prev {
    left: 48%;
  }
  .contact-with-area {
    padding-bottom: 50px;
  }
  .ah_contact-with-area_one {
    padding-bottom: 140px !important;
  }
  .ah_banner_services_slider .slider-img {
    margin-left: 0;
    margin-top: 60px;
    float: none;
    margin-bottom: 70px;
  }
  .ah_banner_services_slider .slider-img img,
  .ah_banner_services_slider .slider-img video {
    border-radius: 20px !important;
  }
  .ah_banner_services_slider {
    background-size: cover;
    background-position: left top;
  }
  .ah_banner_services_slider button.slick-arrow {
    left: 52%;
    bottom: 30px;
  }
  .ah_banner_services_slider button.slick-prev.slick-arrow {
    left: 42%;
  }
  .ah_banner_services_slider::after,
  .ah_banner_services_slider::before {
    width: 100%;
    border-radius: 0 !important;
  }
  .ah_banner_services_slider .container-fluid {
    padding: 0 20px !important;
  }
  .slicknav_menu .slicknav_menutxt {
    display: none;
  }
  .slicknav_menu .slicknav_icon {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  body * {
    text-align: center !important;
  }
  .ah_cstm_accordion .card-body,
  .cstm-tabs .tabcontent,
  .cstm-tabs .tabcontent *,
  .single-services ul li,
  header * {
    text-align: left !important;
  }
  .slider-height {
    min-height: 500px;
  }
  .right-img,
  .service-cap h4 {
    min-height: unset;
  }
  .slider-area .hero__caption {
    text-align: center;
    margin: 0;
  }
  .ah_banner_slider button.slick-arrow {
    right: unset;
    left: 50%;
    transform: translateX(-50%) !important;
    bottom: 10px;
  }
  .ah_banner_slider button.slick-next {
    left: 56%;
  }
  .ah_banner_slider button.slick-prev {
    left: 46%;
  }
  .slider-area .hero__caption .stock-text h2 {
    font-size: 24px;
  }
  .slider-area .hero__caption .hero-text1 a,
  .slider-area .hero__caption .hero-text1 span,
  .slider-area .hero__caption .hero-text2 a,
  .slider-area .hero__caption .hero-text2 span {
    font-size: 22px;
  }
  .ah_banner_video,
  .slider-area .hero-cap nav::before,
  .slider-area .hero__caption .hero-text1 a::before,
  .slider-area .hero__caption .hero-text1 span::before,
  .slider-area .hero__caption .hero-text2 a::before,
  .slider-area .hero__caption .hero-text2 span::before {
    display: none;
  }
  .slider-area .hero__caption .stock-text {
    left: unset;
  }
  .slider-area .hero__caption .hero-text2 {
    margin-top: 20px;
  }
  .slider-area .hero__caption .hero-text2 a.ah_banner_hover {
    text-decoration: none;
  }
  .right-img img {
    position: relative;
  }
  .support-company-area .support-wrapper .left-content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .section-tittle.section-tittle2 .front-text h2,
  .section-tittle.section-tittle3 .front-text h2,
  .section-tittle.section-tittle4 .front-text h2,
  .section-tittle.section-tittle6 .front-text h2 {
    font-size: 40px;
    line-height: 1;
  }
  .section-tittle.section-tittle2 span.back-text,
  .section-tittle.section-tittle3 span.back-text,
  .section-tittle.section-tittle4 span.back-text,
  .section-tittle.section-tittle6 span.back-text {
    font-size: 70px;
    line-height: 1;
    transform: translateY(-117%);
  }
  .section-padding30 {
    padding-top: 30px;
  }
  .services-area1 .single-service-cap .service-cap h4 a {
    font-size: 25px;
    min-height: auto;
  }
  .pt-100 {
    padding-top: 40px;
  }
  .founder-text img {
    margin: 0 auto;
  }
  .testimonial-founder {
    justify-content: center;
  }
  .testimonial-area .testimonial-caption .testimonial-founder .founder-text {
    padding-left: 0;
    border-left: 0 solid #34bbec;
  }
  .h1-testimonial-active button.slick-arrow {
    right: unset;
    left: 50%;
    transform: translateX(-50%);
    bottom: -40px;
  }
  .h1-testimonial-active button.slick-next {
    left: 57%;
  }
  .h1-testimonial-active button.slick-prev {
    left: 43%;
  }
  .project-img {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
  .contact-section .project-caption .single-project .project-cap,
  .project-area .project-caption .single-project .project-cap {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }
  .choose-us-card,
  .contact-section .project-caption .single-project:hover .plus-btn i,
  .project-area .project-caption .single-project:hover .plus-btn i,
  .services-area1 .single-service-cap .service-img {
    border-radius: 5px;
  }
  section.ah_cstm_client {
    margin-bottom: 40px;
  }
  .footer-padding {
    padding-top: 80px;
  }
  .footer-area .footer-logo {
    margin-bottom: 15px;
  }
  .footer-area .footer-tittle h4 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .footer-area .footer-tittle p,
  .footer-area .footer-tittle ul li {
    margin-bottom: 8px;
  }
  .right-img {
    overflow: unset;
  }
  .support-company-area .support-wrapper .right-content {
    margin: 50px auto 0;
    padding: 0;
    max-height: 450px;
    border-radius: 8px;
    overflow: hidden;
  }
  .count-area .count-clients .single-counter .count-number span {
    font-size: 30px;
  }
  .ah_banner_services_slider .slider-content h5,
  .count-area .count-clients .single-counter .count-text h5 {
    font-size: 17px;
  }
  .slider-area .hero-cap nav {
    padding-left: 0;
    display: flex;
    justify-content: center;
  }
  .cstm-tabs .tab button {
    padding: 16px 5px;
    font-size: 14px;
    font-weight: 500;
  }
  #gallery button.slick-prev {
    left: 47%;
  }
  #gallery button.slick-next {
    left: 52%;
  }
  .ah_banner_services_slider {
    min-height: 500px !important;
  }
  .mobile_menu .logo img {
    padding: 10px !important;
  }
  .ah_banner_services_slider .slider-content h1 {
    font-size: 20px;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .ah_banner_services_slider .slider-content p {
    font-size: 14px;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .btn {
    font-size: 14px;
    padding: 17px 13px !important;
    border-radius: 4px !important;
  }
  .ah_banner_services_slider .slider-img {
    margin-top: 20px;
    margin-bottom: 50px;
  }
  .ah_banner_services_slider .slider-img img,
  .ah_banner_services_slider .slider-img video {
    height: 300px;
  }
  .count-area .count-clients .single-counter {
    padding: 25px 0;
  }
  .ah_cstm_accordion .btn {
    padding: 23px 13px !important;
  }
  h2 {
    font-size: 26px;
  }
  .ah_quick_links ul li {
    display: inline;
    margin: 0 9px;
  }
  .services-area1 .single-service-cap .service-cap {
    padding-bottom: 0;
  }
  .single-service-cap .service-cap h4 a {
    display: block;
    min-height: unset;
    overflow: unset;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
  }
  .ah_why_choose_us_slider .ah-card-header {
    height: 200px;
  }
  .ah_banner_services_slider::after,
  .ah_banner_services_slider::before {
    width: 100%;
    border-radius: 0 !important;
  }
  .ah_banner_services_slider button.slick-arrow {
    bottom: 26px;
  }
  .ah_why_choose_us_slider button.slick-arrow {
    transform: rotate(0) !important;
    top: unset;
    bottom: -37px;
    left: 38% !important;
  }
  .ah_why_choose_us_slider button.slick-next.slick-arrow {
    left: 51% !important;
  }
  .ah_why_choose_us_slider button.slick-prev {
    right: 0;
  }
  .ah_banner_services_slider::after {
    background: linear-gradient(
      179deg,
      rgb(0 0 0 / 88%) 24%,
      rgb(189 102 40 / 28%) 100%
    );
  }
  .ah_banner_services_slider .container-fluid,
  nav.ah_cstm_maiga_nav {
    padding: 0 20px !important;
  }
}
@media only screen and (max-width: 640px) {
  .slider-height {
    min-height: 400px;
  }
  .main-header .logo .big-logo {
    display: block;
  }
  .slider-area .hero__caption .hero-text1 a,
  .slider-area .hero__caption .hero-text1 span,
  .slider-area .hero__caption .hero-text2 a,
  .slider-area .hero__caption .hero-text2 span {
    font-size: 18px;
    margin-bottom: 0;
  }
  .slider-area .hero__caption h1 {
    font-size: 60px;
  }
  .description-text p {
    font-size: 14px;
    margin-top: 70px;
    line-height: 1;
  }
  .support-company-area .support-wrapper .right-content .support-img-cap {
    padding: 15px 0;
  }
  .support-company-area .support-wrapper .right-content .support-img-cap span {
    padding: 6px 30px;
    font-size: 26px;
  }
  .support-company-area .support-wrapper .right-content .support-img-cap P {
    font-size: 14px;
  }
  .section-tittle.section-tittle2 .front-text h2,
  .section-tittle.section-tittle3 .front-text h2,
  .section-tittle.section-tittle4 .front-text h2,
  .section-tittle.section-tittle6 .front-text h2 {
    font-size: 30px;
  }
  .section-tittle.section-tittle2 span.back-text,
  .section-tittle.section-tittle3 span.back-text,
  .section-tittle.section-tittle4 span.back-text,
  .section-tittle.section-tittle6 span.back-text {
    font-size: 40px;
    transform: translateY(-135%);
  }
  .support-company-area
    .support-wrapper
    .left-content
    .support-caption
    p.pera-top {
    font-size: 16px;
  }
  .slider-area .hero__caption .stock-text h2 {
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
    line-height: 1;
    width: 100%;
  }
  .slider-area .hero__caption .stock-text {
    top: 12px;
  }
  .home-page .services-area1.section-padding30,
  .home-page section#our-projects,
  .home-page section#our-services,
  .home-page section.support-company-area.fix.pt-100.pb-50.ah_home_intro_sec {
    padding-bottom: 0;
  }
  .home-page .project-heading.mb-35,
  .home-page section.support-company-area.fix.pt-100.pb-50 .col-md-12.mb-50 {
    margin-bottom: 0;
  }
  .home-page .testimonial-area.t-bg.testimonial-padding.mb-100 {
    margin-bottom: 50px;
  }
  div#gallery img {
    width: auto;
    height: 100px;
    object-fit: contain;
  }
  .ah_banner_hover {
    padding: 4px 15px 0;
    font-size: 18px !important;
  }
  .ah_banner_slider .description-text p {
    position: relative;
    margin: 50px auto 30px;
    display: -webkit-box;
    max-width: 100%;
    width: 80%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .ah_banner_services_slider button.slick-prev.slick-arrow {
    left: 36%;
  }
  .ah_banner_services_slider button.slick-arrow {
    left: 56%;
  }
}
.body {
  box-sizing: content-box;
  font-family: Poppins, sans-serif;
}
p {
  font-size: 16px;
  line-height: 1.5;
}
header {
  position: relative;
  display: block;
  width: 100%;
}
.ah_cstm_maiga_nav {
  position: relative;
  width: 100%;
}
nav.ah_cstm_maiga_nav {
  position: relative;
  display: flex;
  flex: 100%;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 0 10%;
  z-index: 2;
}
.ah_cstm_maiga_nav > ul {
  display: block;
  padding: 0;
  margin: 0;
}
.ah_cstm_maiga_nav > ul > li {
  list-style: none;
  display: inline-block;
}
.ah_cstm_maiga_nav > ul > li > a {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  margin: 0 10px;
  color: #fff;
  padding: 30px 10px;
  transition: 0.4s;
}
.ah_cstm_maiga_nav > ul > li.active > a,
.ah_cstm_maiga_nav > ul > li > a:hover {
  background-color: rgba(239, 239, 239, 0.96);
  color: #000;
}
ul.sub-menu {
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  top: 84px;
  right: 0;
  line-height: normal;
  margin: 0;
  padding: 0 10%;
  background-color: rgba(239, 239, 239, 0.96);
  box-shadow: 0 10px 20px 0 #0000004d;
  list-style: none;
  transition: 0.2s;
  height: 0;
  overflow: hidden;
  border-bottom: 1px solid #34bbec;
}
.ah_cstm-tabs {
  position: relative;
  display: flex;
  width: 100%;
}
.ah_cstm-tabs a.nav-link,
.sub-ul > li > a {
  position: relative;
  display: block;
  width: 300px;
  border: 1px solid #000 !important;
  border-top-color: #fff !important;
  border-bottom-color: #fff !important;
  border-radius: 0;
  padding: 15px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  font-family: Poppins, sans-serif;
  text-wrap: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-decoration: none;
}
.ah_cstm-tabs .nav {
  position: relative;
  display: block;
  background: #191a33;
  min-height: 497px;
}
.ah_cstm-tabs .tab-content {
  position: relative;
  padding: 20px;
  width: 100%;
}
.ah_cstm_maiga_nav ul li.active ul.sub-menu {
  height: 500px;
  overflow-y: scroll;
  overflow-x: hidden;
  z-index: 1;
}
.ah_cstm-tabs .nav a.active {
  background: rgba(239, 239, 239, 0.96);
  border-right: 0px !important;
}
.ah_cstm-tabs .sub-ul li.icon > a::before {
  display: block;
  position: absolute;
  content: "";
  top: 50%;
  right: 18px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -5px;
  transition: 0.3s;
}
.ah_cstm-tabs .sub-ul li > a.nav-link.active::before {
  border-color: #6d6e70;
}
.ah_nav_description_sec h2 {
  position: relative;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 26px;
}
ul.more-sub-ul,
ul.sub-ul {
  position: relative;
  list-style: none;
  padding: 0;
}
ul.more-sub-ul li a {
  padding: 0 0 0 40px;
  margin: 10px 0;
  color: #000;
  font-weight: 500;
}
ul.more-sub-ul li a:hover {
  color: #007bff;
}
.tab-pane.active,
li.show-more-sub-ul ul {
  display: block;
}
ul.more-sub-ul a {
  padding-left: 40px !important;
}
.ah_cstm-tabs .sub-ul li.show-more-sub-ul > a::before {
  transform: rotate(135deg) !important;
}
ul.more-sub-ul > li > a {
  background: #3e4060;
}
.ah_nav_description_sec {
  position: relative;
  display: block;
  width: 100%;
  padding: 20px;
}
.ah_nav_description_sec .btn {
  padding: 20px;
  font-size: 16px;
}
.close-sub-menu {
  position: absolute;
  font-size: 25px;
  color: #000;
  z-index: 2;
  top: 85px;
  right: 300px;
  display: none;
}
.ah_nav_description_sec ul.more-sub-ul > li > a {
  position: relative;
  width: 100%;
  background: 0 0;
  color: #0b1c39;
  font-size: 14px;
  padding: 0 0 0 20px !important;
  margin: 6px 0 !important;
  border: 0 !important;
  outline: 0;
  transition: 0.4s;
  font-weight: 600;
  left: 0;
  text-decoration: underline;
}
.ah_nav_description_sec ul.more-sub-ul > li > a:hover {
  color: #34bbec;
  left: 5px;
  text-decoration: underline;
  cursor: pointer !important;
}
.ah_nav_description_sec ul.more-sub-ul > li > a::before {
  content: "\e62d";
  font-family: themify;
  font-weight: 400;
  position: absolute;
  left: 0;
  top: 1px;
}
.for-desktop .header-area .header-bottom {
  padding: 0 !important;
}
.ah_nav_description_sec h3 {
  font-size: 26px;
}
.ah-card-description {
  display: -webkit-box;
  max-width: 100%;
  width: 100%;
  overflow: hidden;
  min-height: 59px;
  text-align: unset;
}
.status-msg {
  font-size: 18px;
  font-weight: unset;
  border: 0;
  padding: 0;
}
.status-msg.error {
  background-color: #ff00005c;
  border-color: red;
}
.status-msg.success {
  border-color: green;
}
.status-msg a {
  display: inline-block;
  margin-top: 15px;
}
.header-info-left li a {
  color: #fff;
  font-size: 16px;
}
.status-msg.success .success-msg-submit {
  display: block !important;
}
.ah_banner_services_slider .container-fluid {
  padding: 0 10%;
}
.mbl-social-links {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  transform: translateX(-50%);
  top: 19px;
}
.mbl-social-links a:hover i {
  color: #ef6d0f;
}
.slider-area .hero-cap nav::before {
  display: none;
}
.text-hover-underline:hover {
  text-decoration: underline;
  color: #34bbec;
}
.civil-industry-details-page .service-cap {
  padding: 0px 0px !important;
  margin-top: 0px;
}
.ah-zigzag {
  position: relative;
}

.ah-zigzag .row {
  align-items: center !important;
}

.ah-zigzag .img-box {
  position: relative;
  width: 100%;
  height: 500px;
  border-radius: 30px;
  margin-bottom: 30px;
  overflow: hidden;
}

.ah-zigzag .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.ah-zigzag .service-cap p {
  min-height: unset !important;
  -webkit-line-clamp: unset;
  -webkit-box-orient: unset;
}
.ah-zigzag .left-sec,
.ah-zigzag .right-sec {
  position: relative;
  margin-bottom: 30px;
}

.ah_job_list {
  position: relative;
  margin: 0px 0px !important;
}



/* For Sb menu Tabs */
.tabcontent {
  display: none;
}

.tabcontent.active {
  display: block;
}

.nav-link.active {
  font-weight: bold;
  color: #007bff;
}
/* // For arrow menu in the header nav in training tab */
/* Style the main menu */
.more-sub-ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-item {
  position: relative;
}

.nav-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.arrow {
  font-size: 14px;
  transition: transform 0.3s ease; /* Smooth transition for the arrow rotation */
}

.submenu {
  display: none; /* Hide submenu by default */
  list-style: none;
  padding-left: 20px;
  margin-top: 5px;
}

.submenu li {
  padding: 5px 0;
}

.submenu li a {
  text-decoration: none;
  color: #333;
}

/* Rotate arrow when submenu is open */
.more-sub-ul .submenu {
  display: none; /* Submenu ko initially hide rakhain */
  margin-left: 20px; /* Thoda indent dikhane ke liye */
  list-style: none;
  padding: 0;
}

.more-sub-ul .has-submenu .toggle-arrow {
  cursor: pointer; /* Cursor ko pointer banayein arrow par */
  margin-left: 10px;
}

.more-sub-ul .has-submenu.open .submenu {
  display: block; /* Agar open class lage, to submenu dikhao */
}

.more-sub-ul .has-submenu.open .toggle-arrow {
  transform: rotate(90deg); /* Arrow ko rotate karo */
}


.heading-link{
  color: #191a33;
  text-decoration: underline;
  padding: 0 !important;
}
.heading-link:hover{
  color: #f26622 !important;
}
.ah_nav_description_sec ul.more-sub-ul > li > a.disable {
  pointer-events: none;
  padding-left: 10px !important; 
  text-decoration: none !important;
}
.ah_nav_description_sec ul.more-sub-ul > li > a.disable::before {
  content: " ";
}
.trainings-modules .ah_nav_description_sec ul.more-sub-ul > li{
  list-style: decimal !important;
  margin-left: 20px;
}

/* Spinner (count icon) ko remove karne ke liye CSS */
input[type="number"]::-webkit-inner-spin-button, 
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield; /* Firefox ke liye spinner remove */
}