/*----------------------------------------------------

1. Global Area 
2. Header Section

******* HOME PAGE 1 *******



=====================================================================*/
/*=========
Font load
===========*/
:root {
  --ag-body-color: #414141;
  --ag-title-color: #060606;
  --ag-heading: "Anton", sans-serif;
  --ag-body-font: "Urbanist", sans-serif;
  --ag-color-1: #5956F0;
  --ag-color-2: #FF50B8;
  --ag-gradient: linear-gradient(90deg, var(--ag-color-1) 0%, var(--ag-color-2) 50%, var(--ag-color-1));
  --cube-1: cubic-bezier(0.55, 0.085, 0, 0.99);
  --cube-2: all .25s cubic-bezier(.645,.045,.355,1);
}

.ag-sd-quote .inner-icon i, .ag-sd-quote .item-text .inner-author h4, .ag-sd-accordion .accordion-button:not(.collapsed):after, .ag-sd-accordion .accordion-button:not(.collapsed) span, .ap-wc-feature-item span, .ag-ap-team-bottom a, .ag-about-title-4 .title-text .cta-btn a span, .ag-hero-content-4 .ar-hero-title-line-2 .ag-title-2, .ag-wc-item-3 ul li i, .ag-counter-item-3 p, .ag-faq-text .accordion-button:not(.collapsed):after, .ag-faq-text .accordion-button:not(.collapsed) span, .ag-hero-text-2 .hero_title span div, .ag-p-item.popular li i, .ag-hero-title-1 .hero_title span, .ag-section-title .subtitle, .ct-footer-5-contact .social-media .social-link .icon, .ct-footer-5-info .call .link i, .ag-f-card-item .item-text p, .ag-footer-card .ag-f-card-title span, .hap-footer-widget .logo-cta li i, .ag-header-section.header_style_four .header-cta-wrap .cta-btn a span, .ag-header-section.header_style_two .ag-header-content .ag-header-action .header-cta .item-text span, .ag-header-section.header_style_three .ag-header-content .ag-header-action .header-cta .item-text span, .ag-header-section.header_style_two .ag-header-content .ag-header-action .header-cta .item-icon i, .ag-header-section.header_style_three .ag-header-content .ag-header-action .header-cta .item-icon i {
  background: var(--ag-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200%, 1px;
}

.ag-header-section {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 8;
  position: absolute;
}
.ag-header-section .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.ag-header-section .dropdown {
  position: relative;
  padding-right: 16px;
}
.ag-header-section .dropdown:after {
  top: 2px;
  right: 0px;
  content: "\f107";
  font-size: 14px;
  font-weight: 700;
  font-weight: 900;
  position: absolute;
  color: #fff;
  font-family: "Font Awesome 5 free";
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.ag-header-section .dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  clip: inherit;
  -webkit-transform: scaleY(1);
  -khtml-transform: scaleY(1);
  transform: scaleY(1);
}
.ag-header-section .dropdown-menu {
  left: 0;
  top: 55px;
  z-index: 100;
  margin: 0px;
  padding: 4px 4px;
  height: auto;
  min-width: 270px;
  display: block;
  border: none;
  border-radius: 0;
  position: absolute;
  opacity: 0;
  background: var(--ag-title-color);
  border-radius: 5px;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  transform-origin: 0 0 0;
  -webkit-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  text-align: left;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: -8px 8px 24px 0px rgba(0, 0, 0, 0.08);
          box-shadow: -8px 8px 24px 0px rgba(0, 0, 0, 0.08);
}
.ag-header-section .dropdown-menu .dropdown {
  padding-right: 0;
}
.ag-header-section .dropdown-menu .dropdown:after {
  display: none;
}
.ag-header-section .dropdown-menu .dropdown-menu {
  top: 0px !important;
  left: 100%;
  transform-origin: 0 0 0;
  -webkit-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  -webkit-transform: scaleY(0) !important;
          transform: scaleY(0) !important;
}
.ag-header-section .dropdown-menu .dropdown-menu a {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
.ag-header-section .dropdown-menu li {
  display: block;
  margin: 0 !important;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.ag-header-section .dropdown-menu li:last-child {
  border-bottom: none;
}
.ag-header-section .dropdown-menu li:before {
  display: none;
}
.ag-header-section .dropdown-menu li:after {
  color: #fff;
  right: 15px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.ag-header-section .dropdown-menu li.dropdown:hover:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.ag-header-section .dropdown-menu li.dropdown:hover .dropdown-menu {
  top: 0;
  -webkit-transform: scaleY(1) !important;
          transform: scaleY(1) !important;
}
.ag-header-section .dropdown-menu li.dropdown:before {
  color: #fff;
  top: 10px;
  right: 15px;
}
.ag-header-section .dropdown-menu li:hover:before {
  color: #fff !important;
}
.ag-header-section .dropdown-menu a {
  width: 100%;
  line-height: 1;
  position: relative;
  display: inline-block;
  padding: 15px 0px 15px 18px !important;
  font-weight: 600 !important;
  font-size: 17px !important;
}
.ag-header-section .dropdown-menu a:before {
  top: 14px;
  opacity: 0;
  left: 0px;
  font-size: 18px;
  content: "\f105";
  position: absolute;
  visibility: hidden;
  font-weight: 900;
  color: var(--ag-color-1);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: "Font Awesome 5 free";
}
.ag-header-section .dropdown-menu a:hover, .ag-header-section .dropdown-menu a.active {
  color: var(--ag-color-1) !important;
  padding-left: 35px !important;
}
.ag-header-section .dropdown-menu a:hover:after, .ag-header-section .dropdown-menu a.active:after {
  width: 100%;
}
.ag-header-section .dropdown-menu a:hover:before, .ag-header-section .dropdown-menu a.active:before {
  opacity: 1;
  left: 15px;
  visibility: visible;
}
.ag-header-section.header_style_one {
  padding-top: 70px;
}
.ag-header-section.header_style_one.dark_bg {
  padding: 20px 0px;
  background-color: #000;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-header-section.header_style_one {
    padding-top: 30px;
  }
}
.ag-header-section.header_style_one .ag-header-content {
  padding: 0px 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-header-section.header_style_one .ag-header-content {
    padding: 0px 20px;
  }
}
.ag-header-section.header_style_one .ag-header-content .header-action {
  gap: 30px;
}
.ag-header-section.header_style_one .ag-header-content .header-action button {
  padding: 0;
  border: none;
  background-color: transparent;
}
.ag-header-section.header_style_one .ag-header-content .header-action .search-btn {
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-header-section.header_style_one .ag-header-content .header-action .search-btn {
    display: none;
  }
}
.ag-header-section.header_style_one .ag-header-content .header-action .ofcanvas-btn-area {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: var(--ag-gradient);
  background-size: 200%, 1px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-header-section.header_style_one .ag-header-content .header-action .ofcanvas-btn-area {
    display: none !important;
  }
}
.ag-header-section.header_style_one .ag-header-content .header-action .ofcanvas-btn-area .ofcanvas-btn {
  width: 25px;
  height: 25px;
}
.ag-header-section.header_style_one .ag-header-content .header-action .ofcanvas-btn-area .ofcanvas-btn span {
  width: 10px;
  height: 10px;
  float: left;
  margin: 1px;
  border-radius: 100%;
  display: inline-block;
  background-color: #fff;
  border: 2px solid #000;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-header-section.header_style_one .ag-header-content .header-action .cta-btn {
    display: none !important;
  }
}
.ag-header-section.header_style_one .ag-header-content .header-action .cta-btn a {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding: 18px 40px;
  border-radius: 50px;
  background: var(--ag-gradient);
  background-size: 200%, 1px;
}
.ag-header-section.header_style_one .ag-header-content .header-action .cta-btn a span {
  position: relative;
  display: inline-block;
}
.ag-header-section.header_style_one .ag-header-content .header-action .cta-btn a span:before {
  left: 0;
  width: 0%;
  content: "";
  bottom: 3px;
  height: 1px;
  position: absolute;
  background-color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.ag-header-section.header_style_one .ag-header-content .header-action .cta-btn a i {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.ag-header-section.header_style_one .ag-header-content .header-action .cta-btn a:hover span:before {
  width: 100%;
}
.ag-header-section.header_style_one .ag-header-content .header-action .cta-btn a:hover i {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
.ag-header-section.header_style_one .mobile-menu-btn span {
  background-color: #fff;
}
.ag-header-section.header_style_two .ag-header-content, .ag-header-section.header_style_three .ag-header-content {
  padding: 50px 60px 0px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ag-header-section.header_style_two .ag-header-content, .ag-header-section.header_style_three .ag-header-content {
    padding: 30px 30px 0px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-header-section.header_style_two .ag-header-content, .ag-header-section.header_style_three .ag-header-content {
    padding: 30px 15px 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-header-section.header_style_two .ag-header-content .main-navigation, .ag-header-section.header_style_three .ag-header-content .main-navigation {
    display: none;
  }
}
.ag-header-section.header_style_two .ag-header-content .main-navigation li, .ag-header-section.header_style_three .ag-header-content .main-navigation li {
  color: #fff;
  font-weight: 900;
  margin: 0px 35px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ag-header-section.header_style_two .ag-header-content .main-navigation li, .ag-header-section.header_style_three .ag-header-content .main-navigation li {
    margin: 0px 25px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .ag-header-section.header_style_two .ag-header-content .main-navigation li, .ag-header-section.header_style_three .ag-header-content .main-navigation li {
    margin: 0px 15px;
  }
}
.ag-header-section.header_style_two .ag-header-content .main-navigation li a, .ag-header-section.header_style_three .ag-header-content .main-navigation li a {
  padding-bottom: 30px;
}
.ag-header-section.header_style_two .ag-header-content .main-navigation li:hover, .ag-header-section.header_style_two .ag-header-content .main-navigation li.active, .ag-header-section.header_style_three .ag-header-content .main-navigation li:hover, .ag-header-section.header_style_three .ag-header-content .main-navigation li.active {
  color: var(--ag-color-1);
}
.ag-header-section.header_style_two .ag-header-content .main-navigation li:hover:after, .ag-header-section.header_style_two .ag-header-content .main-navigation li.active:after, .ag-header-section.header_style_three .ag-header-content .main-navigation li:hover:after, .ag-header-section.header_style_three .ag-header-content .main-navigation li.active:after {
  color: var(--ag-color-1);
}
.ag-header-section.header_style_two .ag-header-content .ag-header-action, .ag-header-section.header_style_three .ag-header-content .ag-header-action {
  gap: 20px 55px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ag-header-section.header_style_two .ag-header-content .ag-header-action, .ag-header-section.header_style_three .ag-header-content .ag-header-action {
    gap: 20px 25px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-header-section.header_style_two .ag-header-content .ag-header-action, .ag-header-section.header_style_three .ag-header-content .ag-header-action {
    gap: 20px 15px;
  }
}
.ag-header-section.header_style_two .ag-header-content .ag-header-action .search-btn, .ag-header-section.header_style_three .ag-header-content .ag-header-action .search-btn {
  color: #fff;
  padding: 0;
  border: none;
  background-color: transparent;
}
.ag-header-section.header_style_two .ag-header-content .ag-header-action .header-cta, .ag-header-section.header_style_three .ag-header-content .ag-header-action .header-cta {
  gap: 16px;
  max-width: 215px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ag-header-section.header_style_two .ag-header-content .ag-header-action .header-cta, .ag-header-section.header_style_three .ag-header-content .ag-header-action .header-cta {
    gap: 10px;
    max-width: 180px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-header-section.header_style_two .ag-header-content .ag-header-action .header-cta, .ag-header-section.header_style_three .ag-header-content .ag-header-action .header-cta {
    display: none !important;
  }
}
.ag-header-section.header_style_two .ag-header-content .ag-header-action .header-cta .item-icon, .ag-header-section.header_style_three .ag-header-content .ag-header-action .header-cta .item-icon {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #fff;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ag-header-section.header_style_two .ag-header-content .ag-header-action .header-cta .item-icon, .ag-header-section.header_style_three .ag-header-content .ag-header-action .header-cta .item-icon {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
}
.ag-header-section.header_style_two .ag-header-content .ag-header-action .header-cta .item-text, .ag-header-section.header_style_three .ag-header-content .ag-header-action .header-cta .item-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 142px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ag-header-section.header_style_two .ag-header-content .ag-header-action .header-cta .item-text, .ag-header-section.header_style_three .ag-header-content .ag-header-action .header-cta .item-text {
    max-width: 120px;
  }
}
.ag-header-section.header_style_two .ag-header-content .ag-header-action .header-cta .item-text span, .ag-header-section.header_style_three .ag-header-content .ag-header-action .header-cta .item-text span {
  font-size: 13px;
  font-weight: 700;
  display: inline-block;
}
.ag-header-section.header_style_two .ag-header-content .ag-header-action .header-cta .item-text a, .ag-header-section.header_style_three .ag-header-content .ag-header-action .header-cta .item-text a {
  width: 100%;
  color: #fff;
  display: block;
  font-weight: 700;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ag-header-section.header_style_two .ag-header-content .ag-header-action .header-cta .item-text a, .ag-header-section.header_style_three .ag-header-content .ag-header-action .header-cta .item-text a {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-header-section.header_style_two .ag-header-content .ag-header-action .cta-btn, .ag-header-section.header_style_three .ag-header-content .ag-header-action .cta-btn {
    display: none;
  }
}
.ag-header-section.header_style_two .ag-header-content .ag-header-action .cta-btn a, .ag-header-section.header_style_three .ag-header-content .ag-header-action .cta-btn a {
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  padding: 20px 30px;
  border-radius: 50px;
  letter-spacing: -1px;
  white-space: nowrap;
  background: var(--ag-gradient);
  background-size: 200%, 1px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .ag-header-section.header_style_two .ag-header-content .ag-header-action .cta-btn a, .ag-header-section.header_style_three .ag-header-content .ag-header-action .cta-btn a {
    padding: 15px 20px;
  }
}
.ag-header-section.header_style_two .ag-header-content .ag-header-action .cta-btn a:hover, .ag-header-section.header_style_three .ag-header-content .ag-header-action .cta-btn a:hover {
  background-position: 120%;
}
.ag-header-section.header_style_two .ag-header-content .mobile_menu_button, .ag-header-section.header_style_three .ag-header-content .mobile_menu_button {
  margin-left: 5px;
}
.ag-header-section.header_style_two .ag-header-content .mobile_menu_button span, .ag-header-section.header_style_three .ag-header-content .mobile_menu_button span {
  background-color: #fff;
}
.ag-header-section.header_style_three:before, .ag-header-section.header_style_three:after {
  top: 0;
  left: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-header-section.header_style_three:before, .ag-header-section.header_style_three:after {
    display: none;
  }
}
.ag-header-section.header_style_three:after {
  top: -2px;
  z-index: -2;
}
.ag-header-section.header_style_three .dropdown-menu {
  background-color: #fff;
}
.ag-header-section.header_style_three .dropdown-menu ul li a {
  color: var(--ag-title-color);
}
.ag-header-section.header_style_three .ag-header-content {
  padding: 45px 70px 60px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ag-header-section.header_style_three .ag-header-content {
    padding: 45px 30px 60px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .ag-header-section.header_style_three .ag-header-content {
    padding: 45px 15px 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-header-section.header_style_three .ag-header-content {
    padding: 30px 15px 20px;
  }
}
.ag-header-section.header_style_three .ag-header-content .main-navigation li {
  color: var(--ag-title-color);
}
.ag-header-section.header_style_three .ag-header-content .main-navigation li:after {
  color: var(--ag-title-color);
}
.ag-header-section.header_style_three .ag-header-content .ag-header-action .search-btn {
  color: var(--ag-title-color);
}
.ag-header-section.header_style_three .ag-header-content .ag-header-action .header-cta .item-text span {
  color: var(--ag-title-color);
}
.ag-header-section.header_style_three .ag-header-content .ag-header-action .header-cta .item-text a {
  color: var(--ag-title-color);
}
.ag-header-section.header_style_three .ag-header-content .mobile_menu_button {
  margin-left: 5px;
}
.ag-header-section.header_style_three .ag-header-content .mobile_menu_button span {
  background-color: var(--ag-title-color);
}
.ag-header-section.header_style_four {
  padding-top: 38px;
}
.ag-header-section.header_style_four.sticky-on {
  top: 0;
  position: fixed;
  padding-top: 12px;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: slideInDown;
          animation-name: slideInDown;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.ag-header-section.header_style_four.sticky-on .ag-header-content:before {
  display: none;
}
.ag-header-section.header_style_four.sticky-on .header-top {
  display: none !important;
}
.ag-header-section.header_style_four.sticky-on .search-ofcanvas .off-canvas-btn {
  border-radius: 12px;
}
.ag-header-section.header_style_four.sticky-on .header-bottom {
  border: none;
}
@media (max-width: 767px) {
  .ag-header-section.header_style_four {
    padding-top: 20px;
  }
}
.ag-header-section.header_style_four .ag-header-content {
  z-index: 1;
  position: relative;
  border-radius: 12px;
  background-color: #fff;
}
.ag-header-section.header_style_four .ag-header-content:before, .ag-header-section.header_style_four .ag-header-content:after {
  left: 0;
  right: 0;
  top: -8px;
  width: 85%;
  z-index: -1;
  content: "";
  height: 114%;
  margin: 0 auto;
  border-radius: 12px;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(#5956F0), to(#FF50B8));
  background: linear-gradient(180deg, #5956F0 0%, #FF50B8 100%);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-header-section.header_style_four .ag-header-content:before, .ag-header-section.header_style_four .ag-header-content:after {
    display: none;
  }
}
.ag-header-section.header_style_four .ag-header-content:after {
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
.ag-header-section.header_style_four .header-top {
  padding: 15px 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-header-section.header_style_four .header-top {
    padding: 15px 20px;
  }
}
.ag-header-section.header_style_four .header-cta-wrap {
  gap: 10px 65px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-header-section.header_style_four .header-cta-wrap {
    display: none !important;
  }
}
.ag-header-section.header_style_four .header-cta-wrap .cta-item {
  gap: 12px;
  position: relative;
}
.ag-header-section.header_style_four .header-cta-wrap .cta-item:before {
  top: 3px;
  width: 1px;
  content: "";
  right: -32px;
  height: 32px;
  position: absolute;
  background-color: #E7E7E7;
}
.ag-header-section.header_style_four .header-cta-wrap .cta-item .item-icon {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1.5px solid #5E56EF;
}
.ag-header-section.header_style_four .header-cta-wrap .cta-item .item-text {
  font-weight: 600;
  color: var(--ag-title-color);
}
.ag-header-section.header_style_four .header-cta-wrap .cta-btn {
  padding: 2px;
  border-radius: 6px;
  background: var(--ag-gradient);
  background-size: 200%, 1px;
}
.ag-header-section.header_style_four .header-cta-wrap .cta-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  background: #fff;
  padding: 10px 30px;
  border-radius: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ag-header-section.header_style_four .header-cta-wrap .cta-btn a span {
  letter-spacing: -1px;
}
.ag-header-section.header_style_four .header-cta-wrap .cta-btn a span:hover {
  background-position: 120%;
}
.ag-header-section.header_style_four .header-cta-wrap .cta-btn:hover {
  background-position: 120%;
}
.ag-header-section.header_style_four .header-bottom {
  border-top: 1px solid #E7E7E7;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-header-section.header_style_four .header-bottom {
    display: none !important;
  }
}
.ag-header-section.header_style_four .main-navigation li {
  padding: 10px 40px;
  border-right: 1px solid #E7E7E7;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ag-header-section.header_style_four .main-navigation li {
    padding: 10px 30px;
  }
}
.ag-header-section.header_style_four .main-navigation li a {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 15px;
  color: var(--ag-title-color);
}
.ag-header-section.header_style_four .main-navigation li.dropdown:after {
  top: 12px;
  right: 20px;
  color: var(--ag-title-color);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-header-section.header_style_four .main-navigation li.dropdown:after {
    right: 12px;
  }
}
.ag-header-section.header_style_four .main-navigation li .dropdown-menu {
  top: 46px;
  background-color: #fff;
}
.ag-header-section.header_style_four .main-navigation li .dropdown-menu li {
  padding: 0;
  border: none;
}
.ag-header-section.header_style_four .main-navigation li .dropdown-menu li a {
  color: var(--ag-title-color);
}
.ag-header-section.header_style_four .main-navigation li:hover a, .ag-header-section.header_style_four .main-navigation li.active a {
  color: var(--ag-color-1);
}
.ag-header-section.header_style_four .search-ofcanvas .ag-hd-search {
  height: 100%;
  width: 150px;
}
.ag-header-section.header_style_four .search-ofcanvas .ag-hd-search input {
  width: 100%;
  height: 100%;
  border: none;
  color: #261723;
  font-size: 16px;
  padding-left: 26px;
}
.ag-header-section.header_style_four .search-ofcanvas .ag-hd-search input::-webkit-input-placeholder {
  color: #261723;
  font-size: 16px;
}
.ag-header-section.header_style_four .search-ofcanvas .ag-hd-search input::-moz-placeholder {
  color: #261723;
  font-size: 16px;
}
.ag-header-section.header_style_four .search-ofcanvas .ag-hd-search input:-ms-input-placeholder {
  color: #261723;
  font-size: 16px;
}
.ag-header-section.header_style_four .search-ofcanvas .ag-hd-search input::-ms-input-placeholder {
  color: #261723;
  font-size: 16px;
}
.ag-header-section.header_style_four .search-ofcanvas .ag-hd-search input::placeholder {
  color: #261723;
  font-size: 16px;
}
.ag-header-section.header_style_four .search-ofcanvas .ag-hd-search button {
  top: 0;
  left: 0;
  padding: 0;
  border: none;
  position: absolute;
  background-color: transparent;
}
.ag-header-section.header_style_four .search-ofcanvas .off-canvas-btn {
  width: 48px;
  height: 48px;
  border-bottom-right-radius: 12px;
  background: var(--ag-gradient);
  background-size: 200%, 1px;
}
.ag-header-section.header_style_four .search-ofcanvas .canvas-trigger {
  padding: 0;
  width: 27px;
  height: 27px;
  border: none;
  background-color: transparent;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-header-section.header_style_four .search-ofcanvas .canvas-trigger {
    display: none;
  }
}
.ag-header-section.header_style_four .search-ofcanvas .canvas-trigger span {
  width: 5px;
  height: 5px;
  float: left;
  margin: 2px;
  position: relative;
  border-radius: 50px;
  display: inline-block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background: #fff;
}
.ag-header-section.header_style_four .search-ofcanvas .canvas-trigger:hover span {
  background: #fff;
}
.ag-header-section.header_style_four .search-ofcanvas .canvas-trigger:hover span:nth-child(1) {
  -webkit-transform: translateX(9px);
          transform: translateX(9px);
}
.ag-header-section.header_style_four .search-ofcanvas .canvas-trigger:hover span:nth-child(2) {
  -webkit-transform: translateX(9px);
          transform: translateX(9px);
}
.ag-header-section.header_style_four .search-ofcanvas .canvas-trigger:hover span:nth-child(3) {
  -webkit-transform: translateY(9px);
          transform: translateY(9px);
}
.ag-header-section.header_style_four .search-ofcanvas .canvas-trigger:hover span:nth-child(6) {
  -webkit-transform: translateY(9px);
          transform: translateY(9px);
}
.ag-header-section.header_style_four .search-ofcanvas .canvas-trigger:hover span:nth-child(9) {
  -webkit-transform: translateX(-9px);
          transform: translateX(-9px);
}
.ag-header-section.header_style_four .search-ofcanvas .canvas-trigger:hover span:nth-child(8) {
  -webkit-transform: translateX(-9px);
          transform: translateX(-9px);
}
.ag-header-section.header_style_four .search-ofcanvas .canvas-trigger:hover span:nth-child(7) {
  -webkit-transform: translateY(-9px);
          transform: translateY(-9px);
}
.ag-header-section.header_style_four .search-ofcanvas .canvas-trigger:hover span:nth-child(4) {
  -webkit-transform: translateY(-9px);
          transform: translateY(-9px);
}

.txa_sticky_header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
  z-index: 8;
}
.txa_sticky_header:is(.txa_sticky) {
  -webkit-transform: translateY(-150%);
          transform: translateY(-150%);
}
.txa_sticky_header:is(.txa_sticky):is(.txa_sticky_show) {
  padding: 20px 0px;
  background-color: #000;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .txa_sticky_header:is(.txa_sticky):is(.txa_sticky_show) {
    top: 0;
  }
}
.txa_sticky_header.dark_version:is(.txa_sticky_show) {
  background-color: var(--ag-title-color);
}

.ag-header-section.header_style_two.txa_sticky_header:is(.txa_sticky):is(.txa_sticky_show) {
  top: -50px;
}

.ag-header-section.header_style_three.sticky-on {
  top: 0;
  width: 100%;
  z-index: 10;
  padding: 0;
  position: fixed;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  background-color: #fff;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: slideInDown;
          animation-name: slideInDown;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-box-shadow: 0px 0px 90px 0px rgba(19, 19, 19, 0.07);
          box-shadow: 0px 0px 90px 0px rgba(19, 19, 19, 0.07);
}
.ag-header-section.header_style_three.sticky-on:before, .ag-header-section.header_style_three.sticky-on:after {
  display: none;
}
.ag-header-section.header_style_three.sticky-on .ag-header-content {
  padding: 20px 30px;
}

/*// Mobile Menu style*/
/*----------------------------------------------------*/
.mobile_logo {
  top: 10px;
  left: 15px;
  display: none;
  position: absolute;
}

.mobile_menu_content {
  top: 0px;
  bottom: 0;
  left: -100%;
  height: 100vh;
  z-index: 101;
  position: fixed;
  width: 310px;
  overflow-y: scroll;
  background-color: #0f0d0d;
  padding: 20px 35px 35px 35px;
  -webkit-box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
          box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.mobile_menu_content::-webkit-scrollbar {
  width: 6px;
}
.mobile_menu_content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.mobile_menu_content::-webkit-scrollbar-thumb {
  outline: none;
  border-radius: 30px;
  background: var(--ag-gradient);
  background-size: 200%, 1px;
}
.mobile_menu_content .mobile-main-navigation {
  width: 100%;
}
.mobile_menu_content .mobile-main-navigation .navbar-nav {
  width: 100%;
}
.mobile_menu_content .dropdown:after {
  display: none;
}
.mobile_menu_content .navbar-nav .dropdown-menu {
  position: static !important;
  -webkit-transform: none !important;
          transform: none !important;
}
.mobile_menu_content .mobile-main-navigation .navbar-nav li {
  width: 100%;
  display: block;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.mobile_menu_content .mobile-main-navigation .navbar-nav li a {
  padding: 0;
  width: 100%;
  color: #fff;
  display: block;
  font-weight: 600;
  font-size: 14px;
  font-family: var(--heading);
  text-transform: uppercase;
  padding: 10px 30px 10px 0;
}
.mobile_menu_content .m-brand-logo {
  width: 120px;
  margin: 50px auto;
}

.mobile_menu_wrap.mobile_menu_on .mobile_menu_content {
  left: 0px;
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}

.mobile_menu_overlay {
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  right: 0%;
  height: 120vh;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.mobile_menu_overlay_on {
  overflow: hidden;
}

.mobile_menu_wrap.mobile_menu_on .mobile_menu_overlay {
  opacity: 1;
  visibility: visible;
}

.mobile_menu_button {
  right: 0px;
  z-index: 5;
  padding: 0;
  border: none;
  display: none;
  font-size: 24px;
  cursor: pointer;
  margin-left: 20px;
  line-height: 38px;
  text-align: center;
  background-color: transparent;
}
.mobile_menu_button span {
  width: 30px;
  height: 2px;
  display: block;
  margin-bottom: 5px;
  background-color: var(--ag-title-color);
}
.mobile_menu_button span:nth-child(2) {
  width: 25px;
}
.mobile_menu_button span:last-child {
  width: 20px;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mobile_menu_button {
    display: block;
  }
}

.mobile_menu .mobile-main-navigation .navbar-nav li a:after {
  display: none;
}
.mobile_menu .mobile-main-navigation .dropdown > .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu {
  border: none;
  display: none;
  -webkit-transition: none;
  transition: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 5px 0px;
  width: 100%;
  background-color: transparent;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li {
  border: none;
  padding: 0 10px;
  line-height: 1;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li:hover {
  background-color: transparent;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li a {
  font-size: 18px;
  color: #fff !important;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li a:hover {
  color: var(--base-color);
  background-color: transparent;
}
.mobile_menu .dropdown {
  position: relative;
}
.mobile_menu .dropdown .dropdown-btn {
  color: #9397a7;
  position: absolute;
  top: 9px;
  right: 0;
  cursor: pointer;
  width: 30px;
  font-size: 16px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  background-color: #1c1c1c;
}
.mobile_menu .dropdown .dropdown-btn.toggle-open {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.mobile_menu .mobile_menu_close {
  top: 25px;
  right: 25px;
  cursor: pointer;
  color: #d60606;
  font-size: 20px;
  position: absolute;
}
.mobile_menu .mobile-search-bar {
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 40px;
}
.mobile_menu .mobile-search-bar input {
  color: #fff;
  width: 100%;
  height: 50px;
  border: none;
  font-size: 14px;
  padding-left: 15px;
  border-radius: 5px;
  border-bottom: none;
  background-color: #2d2d2d;
}
.mobile_menu .mobile-search-bar input::-webkit-input-placeholder {
  color: #fff;
  font-size: 14px;
}
.mobile_menu .mobile-search-bar input::-moz-placeholder {
  color: #fff;
  font-size: 14px;
}
.mobile_menu .mobile-search-bar input:-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
}
.mobile_menu .mobile-search-bar input::-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
}
.mobile_menu .mobile-search-bar input::placeholder {
  color: #fff;
  font-size: 14px;
}
.mobile_menu .mobile-search-bar button {
  top: 0;
  right: 0;
  color: #000;
  padding: 0;
  width: 50px;
  height: 50px;
  border: none;
  position: absolute;
  background: var(--ag-gradient);
  background-size: 200%, 1px;
}
.mobile_menu .ptx-mobile-header-social {
  margin-top: 40px;
}
.mobile_menu .ptx-mobile-header-social a {
  color: #fff;
  margin: 0px 8px;
  font-size: 15px;
}
.mobile_menu .ptx-mobile-header-social a:hover {
  color: #4400E7;
}

.mobile_menu.ofcanvas_sidebar .mobile_menu_content {
  width: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mobile_menu.ofcanvas_sidebar .mobile_menu_content {
    width: 310px;
  }
}
.mobile_menu.ofcanvas_sidebar .mobile_menu_content .mobile-main-navigation .navbar-nav li a {
  font-size: 56px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mobile_menu.ofcanvas_sidebar .mobile_menu_content .mobile-main-navigation .navbar-nav li a {
    font-size: 18px;
  }
}
.mobile_menu.ofcanvas_sidebar .mobile_menu_content .dropdown .dropdown-btn {
  top: 25px;
  width: 55px;
  height: 55px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mobile_menu.ofcanvas_sidebar .mobile_menu_content .dropdown .dropdown-btn {
    top: 9px;
    width: 30px;
    height: 30px;
  }
}
.mobile_menu.ofcanvas_sidebar .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li a {
  font-size: 50px;
  text-transform: capitalize;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mobile_menu.ofcanvas_sidebar .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li a {
    font-size: 18px;
  }
}
.mobile_menu.ofcanvas_sidebar .mobile-search-bar input {
  height: 80px;
  font-size: 20px;
  padding-left: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mobile_menu.ofcanvas_sidebar .mobile-search-bar input {
    height: 50px;
  }
}
.mobile_menu.ofcanvas_sidebar .mobile-search-bar input::-webkit-input-placeholder {
  font-size: 20px;
}
.mobile_menu.ofcanvas_sidebar .mobile-search-bar input::-moz-placeholder {
  font-size: 20px;
}
.mobile_menu.ofcanvas_sidebar .mobile-search-bar input:-ms-input-placeholder {
  font-size: 20px;
}
.mobile_menu.ofcanvas_sidebar .mobile-search-bar input::-ms-input-placeholder {
  font-size: 20px;
}
.mobile_menu.ofcanvas_sidebar .mobile-search-bar input::placeholder {
  font-size: 20px;
}
.mobile_menu.ofcanvas_sidebar .mobile-search-bar button {
  color: #fff;
  width: 80px;
  height: 100%;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mobile_menu.ofcanvas_sidebar .mobile-search-bar button {
    width: 50px;
  }
}
.mobile_menu.ofcanvas_sidebar .mobile-search-bar button:hover {
  background-position: 120%;
}

.ag-footer-section {
  background-color: #151c24;
}

.ag-footer-widget .widget-title {
  color: #fff;
  font-size: 24px;
  padding-top: 15px;
  font-weight: 700;
  margin-bottom: 0;
  padding-bottom: 20px;
}
.ag-footer-widget .logo-widget .brand-logo {
  padding-bottom: 18px;
}
.ag-footer-widget .logo-widget p {
  color: #e1e1e1;
  padding-bottom: 55px;
}
.ag-footer-widget .logo-widget .footer-social a {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-right: 35px;
  padding-bottom: 2px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-footer-widget .logo-widget .footer-social a {
    margin-right: 10px;
  }
}
.ag-footer-widget .logo-widget .footer-social a:before {
  top: 0;
  right: -22px;
  font-size: 18px;
  content: "\f061";
  font-weight: 700;
  position: absolute;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: "Font Awesome 6 Free";
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-footer-widget .logo-widget .footer-social a:before {
    display: none;
  }
}
.ag-footer-widget .logo-widget .footer-social a:after {
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  content: "";
  position: absolute;
  background-color: #fff;
  -webkit-transition: 700ms var(--cube-1);
  transition: 700ms var(--cube-1);
}
.ag-footer-widget .logo-widget .footer-social a:last-child {
  margin-right: 0;
}
.ag-footer-widget .logo-widget .footer-social a:hover:before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.ag-footer-widget .logo-widget .footer-social a:hover:after {
  width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-footer-widget .menu-widget {
    padding-left: 0px;
  }
}
.ag-footer-widget .menu-widget li {
  margin-bottom: 12px;
}
.ag-footer-widget .menu-widget li a {
  color: #8692a2;
  font-weight: 700;
  padding-left: 18px;
  position: relative;
}
.ag-footer-widget .menu-widget li a:before {
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  content: "";
  position: absolute;
  border-radius: 100%;
  background-color: #97a3af;
}
.ag-footer-widget .menu-widget li a:hover {
  color: #fff;
  margin-left: 5px;
}
.ag-footer-widget .newslatter-widget p {
  color: #8692a2;
  font-size: 18px;
  max-width: 320px;
  padding-bottom: 15px;
}
.ag-footer-widget .newslatter-widget form {
  position: relative;
}
.ag-footer-widget .newslatter-widget form input {
  width: 100%;
  height: 65px;
  color: #8692a2;
  padding-left: 20px;
  border-radius: 50px;
  border: 2px solid #686868;
  background-color: transparent;
}
.ag-footer-widget .newslatter-widget form input::-webkit-input-placeholder {
  color: #8692a2;
  font-size: 14px;
}
.ag-footer-widget .newslatter-widget form input::-moz-placeholder {
  color: #8692a2;
  font-size: 14px;
}
.ag-footer-widget .newslatter-widget form input:-ms-input-placeholder {
  color: #8692a2;
  font-size: 14px;
}
.ag-footer-widget .newslatter-widget form input::-ms-input-placeholder {
  color: #8692a2;
  font-size: 14px;
}
.ag-footer-widget .newslatter-widget form input::placeholder {
  color: #8692a2;
  font-size: 14px;
}
.ag-footer-widget .newslatter-widget form button {
  top: 7px;
  right: 7px;
  color: #fff;
  height: 50px;
  border: none;
  font-weight: 700;
  padding: 0px 30px;
  position: absolute;
  border-radius: 100px;
  background: var(--ag-gradient);
  background-size: 200%, 1px;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.ag-footer-widget .newslatter-widget form button:hover {
  background-position: 120%;
}
.ag-footer-widget .newslatter-widget a {
  display: block;
  color: #e1e1e1;
  font-size: 20px;
  font-weight: 700;
  margin-top: 25px;
}

.ag-footer-copyright {
  color: #fff;
  font-weight: 900;
  padding: 40px 0px;
  position: relative;
}
.ag-footer-copyright:before {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  content: "";
  height: 1px;
  margin: 0 auto;
  position: absolute;
  background-color: #354c5e;
}

.hap-gallery-section {
  overflow: hidden;
}
.hap-gallery-section .ins-slug {
  font-size: 15px;
  padding-bottom: 20px;
  color: var(--ag-title-color);
}
.hap-gallery-section .ins-slug i {
  font-size: 20px;
  position: relative;
  padding-right: 23px;
  color: var(--ag-title-color);
}
.hap-gallery-section .ins-slug i:after {
  top: 1px;
  width: 1px;
  right: 12px;
  content: "";
  height: 17px;
  position: absolute;
  background-color: var(--ag-title-color);
}

.hap-footer-content {
  overflow: hidden;
  padding: 100px 0px;
}

.hap-footer-widget .widget-title {
  color: #fff;
  font-size: 22px;
  position: relative;
  display: inline-block;
  margin-bottom: 38px;
}
.hap-footer-widget .widget-title:before {
  bottom: 0;
  height: 1px;
  content: "";
  width: 100%;
  position: absolute;
  background-color: #fff;
}
.hap-footer-widget .logo-widget p {
  color: #7f7f7f;
  font-size: 17px;
  max-width: 340px;
  padding: 30px 0px 25px;
}
.hap-footer-widget .logo-cta li {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
}
.hap-footer-widget .logo-cta li i {
  width: 20px;
  margin-right: 8px;
  display: inline-block;
}

.hap-footer-widget .hap-contact-social a {
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  margin-right: 25px;
}
.hap-footer-widget .hap-contact-social a:hover {
  color: var(--ag-color-1);
}
.hap-footer-widget .hap-contact-social a i {
  margin-right: 8px;
}
.hap-footer-widget .hap-contact-social a:last-child {
  margin-right: 0;
}

.hap-footer-widget .menu-widget li {
  position: relative;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #2b2b2b;
}
.hap-footer-widget .menu-widget li:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.hap-footer-widget .menu-widget li a {
  color: #e6eedd;
  font-size: 16px;
  font-weight: 600;
}
.hap-footer-widget .menu-widget li a:hover {
  color: var(--ag-color-1);
}
.hap-footer-widget .newslatter-widget {
  padding-left: 10px;
}
.hap-footer-widget .newslatter-widget p {
  color: #7f7f7f;
  font-size: 15px;
  padding-bottom: 18px;
}
.hap-footer-widget .newslatter-widget form {
  position: relative;
}
.hap-footer-widget .newslatter-widget form input {
  width: 100%;
  height: 64px;
  border: none;
  padding-left: 20px;
  border-radius: 30px;
  background-color: #262626;
}
.hap-footer-widget .newslatter-widget form input::-webkit-input-placeholder {
  font-size: 14px;
  color: #7f7f7f;
}
.hap-footer-widget .newslatter-widget form input::-moz-placeholder {
  font-size: 14px;
  color: #7f7f7f;
}
.hap-footer-widget .newslatter-widget form input:-ms-input-placeholder {
  font-size: 14px;
  color: #7f7f7f;
}
.hap-footer-widget .newslatter-widget form input::-ms-input-placeholder {
  font-size: 14px;
  color: #7f7f7f;
}
.hap-footer-widget .newslatter-widget form input::placeholder {
  font-size: 14px;
  color: #7f7f7f;
}
.hap-footer-widget .newslatter-widget form button {
  top: 7px;
  right: 7px;
  color: #fff;
  width: 66px;
  height: 53px;
  border: none;
  position: absolute;
  border-radius: 30px;
  background: var(--ag-gradient);
  background-size: 200%, 1px;
}
.hap-footer-widget .tranding-service {
  margin-top: 25px;
}
.hap-footer-widget .tranding-service h4 {
  color: #fff;
  font-size: 20px;
  padding-bottom: 10px;
}
.hap-footer-widget .tranding-service ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  border-radius: 30px;
}
.hap-footer-widget .tranding-service li {
  width: 25%;
}
.hap-footer-widget .tranding-service li a {
  width: 100%;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hap-footer-widget .tranding-service li:nth-child(1) a {
  background-color: #ab003a;
}
.hap-footer-widget .tranding-service li:nth-child(2) a {
  background-color: #d44823;
}
.hap-footer-widget .tranding-service li:nth-child(3) a {
  background-color: #ffc107;
}
.hap-footer-widget .tranding-service li:nth-child(4) a {
  background-color: #5adafd;
}

.ag-footer-card {
  gap: 30px 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-footer-card {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.ag-footer-card .ag-f-card-title {
  max-width: 230px;
}
.ag-footer-card .ag-f-card-title span {
  font-size: 14px;
  display: inline-block;
  font-family: var(--ag-heading);
}
.ag-footer-card .ag-f-card-title h3 {
  color: #fff;
  font-size: 35px;
}

.ag-f-item-area {
  gap: 30px 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-f-item-area {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.ag-f-card-item {
  gap: 20px;
  padding: 50px 45px;
  border-radius: 20px;
  background-color: #000000;
}
@media (max-width: 480px) {
  .ag-f-card-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.ag-f-card-item .item-circle {
  width: 88px;
  height: 88px;
  border-radius: 100%;
  background: var(--ag-gradient);
  background-size: 200%, 1px;
}
.ag-f-card-item .item-circle span, .ag-f-card-item .item-circle p {
  color: #fff;
  line-height: 1;
  text-align: center;
}
.ag-f-card-item .item-circle span {
  font-size: 19px;
  font-weight: 800;
}
.ag-f-card-item .item-circle p {
  font-size: 13px;
  font-weight: 500;
}
.ag-f-card-item .item-text {
  max-width: 215px;
}
.ag-f-card-item .item-text span {
  color: #fff;
  display: block;
  font-size: 23px;
  font-weight: 800;
  padding-bottom: 5px;
}
.ag-f-card-item .item-text p {
  line-height: 1;
  font-size: 16px;
  font-weight: 300;
}

.hap-footer-copyright {
  color: #fff;
  font-size: 15px;
  padding: 10px 15px;
  background-color: #151515;
}

.ct-footer-5-area {
  background-color: #000000;
}
.ct-footer-5-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 130px 1.1fr;
  grid-template-columns: 1fr 1.1fr;
  gap: 50px 130px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ct-footer-5-wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ct-footer-5-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.ct-footer-5-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px 90px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ct-footer-5-right {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.ct-footer-5-info .logo {
  display: inline-block;
}
.ct-footer-5-info .disc {
  font-size: 20px;
  color: rgb(226, 226, 226);
  line-height: 1.5;
  margin-top: 30px;
}
.ct-footer-5-info .call {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.ct-footer-5-info .call .icon {
  display: inline-block;
}
.ct-footer-5-info .call .link {
  font-size: 24px;
  color: rgb(255, 255, 255);
  font-weight: 800;
  line-height: 1.083;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ct-footer-5-info .call .link i {
  width: 32px;
  height: 32px;
  font-size: 12px;
  line-height: 28px;
  text-align: center;
  border-radius: 100%;
  border: 2px solid var(--ag-color-1);
}
.ct-footer-5-info .call .link:hover {
  color: var(--ag-color-1);
}
.ct-footer-5-menu-wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.ct-footer-5-menu-wrap .title {
  font-size: 20px;
  color: rgb(255, 255, 255);
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.3;
  margin-bottom: 0;
}
.ct-footer-5-list {
  margin-top: 16px;
}
.ct-footer-5-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}
.ct-footer-5-list li {
  position: relative;
  padding: 9px 0 8px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.ct-footer-5-list li::after {
  content: "";
  position: absolute;
  left: 0;
  width: 7px;
  height: 11px;
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}
.ct-footer-5-list li:not(:last-child) {
  border-bottom: 1px solid rgb(43, 43, 43);
}
.ct-footer-5-list li a {
  font-size: 16px;
  color: rgb(213, 213, 213);
  line-height: 1.4;
  font-weight: 500;
  text-transform: capitalize;
  padding: 3px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ct-footer-5-list li a:hover {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
  color: #fff;
}
.ct-footer-5-contact .title {
  font-size: 30px;
  color: rgb(255, 255, 255);
  line-height: 1.667;
  text-transform: capitalize;
  font-weight: 200;
  margin-bottom: 0;
}
.ct-footer-5-contact .email {
  font-size: 40px;
  color: rgb(255, 255, 255);
  font-weight: 800;
  line-height: 1.25;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ct-footer-5-contact .email {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .ct-footer-5-contact .email {
    font-size: 24px;
  }
}
.ct-footer-5-contact .social-media {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ct-footer-5-contact .social-media .social-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  position: relative;
  overflow: hidden;
}
.ct-footer-5-contact .social-media .social-link .icon {
  display: inline-block;
  margin-right: 5px;
}
.ct-footer-5-contact .social-media .social-link .text, .ct-footer-5-contact .social-media .social-link .text-2 {
  font-size: 21px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.2;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ct-footer-5-contact .social-media .social-link .text {
  color: rgb(255, 255, 255);
}
.ct-footer-5-contact .social-media .social-link .text-2 {
  position: absolute;
  right: 0;
  color: var(--ag-color-1);
  -webkit-transform: translateY(25px);
          transform: translateY(25px);
}
.ct-footer-5-contact .social-media .social-link:hover .text {
  -webkit-transform: translateY(-25px);
          transform: translateY(-25px);
}
.ct-footer-5-contact .social-media .social-link:hover .text-2 {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.ct-footer-5-gallery {
  max-width: 1920px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ct-footer-5-gallery {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.ct-footer-5-gallery .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .ct-footer-5-gallery .item {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ct-footer-5-gallery .item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
.ct-footer-5-gallery .item::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.61);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.ct-footer-5-gallery .item img {
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.ct-footer-5-gallery .item .icon {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: var(--ct-gd-2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 22px;
  -webkit-transform: scale(2);
          transform: scale(2);
  opacity: 0;
  z-index: 2;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
@media (max-width: 767px) {
  .ct-footer-5-gallery .item .icon {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
}
.ct-footer-5-gallery .item:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.ct-footer-5-gallery .item:hover .icon {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.ct-footer-5-copyright {
  background-color: #000;
  padding: 25px 20px 20px 20px;
  text-align: center;
}
.ct-footer-5-copyright span {
  font-size: 17px;
  color: rgb(242, 242, 242);
  line-height: 1.1;
}

.ag-footer-copyright-3 {
  color: #fff;
  font-weight: 800;
  padding: 25px 15px;
  background-color: #000000;
}

/* 
  offcanvas-start
*/
.txa-offcanvas-box {
  position: fixed;
  right: 0px;
  top: 0px;
  background: #fff;
  z-index: 12;
  max-width: 720px;
  height: 100vh;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  overflow-y: scroll;
  -webkit-transform: translateX(105%);
          transform: translateX(105%);
  visibility: hidden;
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .txa-offcanvas-box {
    right: 0px;
    top: 0px;
    height: 100vh;
  }
}
.txa-offcanvas-box::-webkit-scrollbar {
  display: none;
}
.txa-offcanvas-box-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 56px;
  height: 56px;
  background: #C9F7CA;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 26px;
  position: absolute;
  right: 16px;
  top: 16px;
  border: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .txa-offcanvas-box-close {
    width: 46px;
    height: 46px;
    font-size: 20px;
    right: 10px;
    top: 10px;
  }
}
.txa-offcanvas-box-close:hover {
  color: #fff;
  background: #3533FF;
}
.txa-offcanvas-box-container {
  padding: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
}
@media (max-width: 767px) {
  .txa-offcanvas-box-container {
    padding: 80px 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .txa-offcanvas-box-container {
    padding: 80px 40px;
  }
}
.txa-offcanvas-box .offcanvas-slideup {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  text-transform: capitalize;
}
.txa-offcanvas-box:is(.active) {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  visibility: visible;
  opacity: 1;
}
.txa-offcanvas-box:is(.active) .offcanvas-slideup {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.txa-offcanvas-services-title {
  font-size: 16px;
  color: #101010;
  margin-bottom: 14px;
}
.txa-offcanvas-services li {
  overflow: hidden;
  line-height: 1.5;
}
.txa-offcanvas-services li:not(:last-child) {
  margin-bottom: 8px;
}
.txa-offcanvas-services-item {
  font-size: 32px;
  color: #5D5D5D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 10px;
  -webkit-transform: translateX(-28px);
          transform: translateX(-28px);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.txa-offcanvas-services-item i {
  font-size: 20px;
  -webkit-transform: translateY(-3px) translateX(0px);
          transform: translateY(-3px) translateX(0px);
  color: #000;
}
.txa-offcanvas-services-item:hover {
  color: #000;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.txa-offcanvas-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .txa-offcanvas-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .txa-offcanvas-content {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.txa-offcanvas-content-box-title {
  font-size: 16px;
  color: #888888;
  margin-bottom: 14px;
}
.txa-offcanvas-contact li {
  font-size: 16px;
  line-height: 22px;
  color: #101010;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.txa-offcanvas-contact li:not(:last-child) {
  margin-bottom: 10px;
}
.txa-offcanvas-contact li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 11px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.txa-offcanvas-contact li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 11px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.txa-offcanvas-contact li a:hover {
  color: #3533FF;
}
.txa-offcanvas-social li {
  overflow: hidden;
  margin-bottom: 7px;
}
.txa-offcanvas-social-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 16px;
  color: #5D5D5D;
  line-height: 1.5;
  -webkit-transform: translateX(-25px);
          transform: translateX(-25px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.txa-offcanvas-social-item i {
  width: 15px;
}
.txa-offcanvas-social-item:hover {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  color: #000;
}

.txa-offcanvas-search-form {
  position: relative;
  z-index: 1;
}
.txa-offcanvas-search-form-input {
  height: 55px;
  padding: 0 20px;
  background: rgba(105, 105, 105, 0.15);
  width: 100%;
  border: none;
  outline: none;
  color: #000;
  font-size: 16px;
  border-radius: 0px;
}
.txa-offcanvas-search-form-btn {
  border: none;
  outline: none;
  background: transparent;
  color: #000;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-transform: capitalize;
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
  padding: 0;
}
.txa-offcanvas-search-form-btn:hover {
  color: #3533FF;
}

/* 
    search-box-css-start
*/
.txa-search-box {
  padding-top: 56px;
  padding-bottom: 56px;
  background-color: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 500ms var(--cube-1);
  transition: 500ms var(--cube-1);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  visibility: hidden;
  -webkit-box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.05);
}
.txa-search-box-close {
  height: 40px;
  width: 40px;
  font-size: 18px;
  border: none;
  outline: none;
  border-radius: 2px;
  background: #fff;
  color: #000;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  right: 40px;
  top: 35px;
  line-height: 1;
}
@media (max-width: 767px) {
  .txa-search-box-close {
    right: 20px;
    top: 15px;
  }
}
.txa-search-box-close i {
  line-height: 1;
}
.txa-search-box-close:hover {
  background: var(--ag-gradient);
  background-size: 200%, 1px;
  color: #fff;
}
.txa-search-box.active {
  top: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.txa-search-box.active .txa-search-form::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.txa-search-container {
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.txa-search-title {
  font-size: 23px;
  line-height: 1;
  padding-bottom: 30px;
  color: var(--ag-title-color);
}
.txa-search-form {
  position: relative;
  z-index: 1;
}
.txa-search-form-input {
  width: 100%;
  margin: 0;
  border: none;
  outline: none;
  text-align: center;
  font-size: 16px;
  color: #888888;
  font-weight: 300;
  padding: 10px 10px;
  background: transparent;
}
.txa-search-form::after {
  content: "";
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  position: absolute;
  background-color: #6D6D6D;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.txa-search-tag {
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.txa-search-tag-title {
  font-size: 16px;
  font-weight: 400;
  color: var(--ag-title-color);
  padding-bottom: 12px;
}
.txa-search-tag-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  color: #454545;
  border: 1px solid #DFE1E5;
  line-height: 1;
  padding: 9px 17px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.txa-search-tag-item:hover {
  background: var(--ag-gradient);
  background-size: 200%, 1px;
  color: #fff;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1;
  display: none;
}
.overlay:is(.active) {
  display: block;
}

.txa-search-box:is(.has-home-6) .txa-search-box-close:hover {
  background: var(--fx-clr-pr-2);
}
.txa-search-box:is(.has-home-6) .txa-search-tag-item:hover {
  background: var(--fx-clr-pr-2);
  border-color: transparent;
}

/* 
    search-box-css-end
*/
/*global area*/
/*----------------------------------------------------*/
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: inherit;
  }
}
body {
  margin: 0;
  padding: 0;
  z-index: 1;
  font-size: 18px;
  margin: 0 auto;
  line-height: 1.555;
  overflow-x: hidden;
  color: var(--ag-body-color);
  font-family: var(--ag-body-font);
  background-color: #fff;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
body .container {
  max-width: 1276px;
}
body .row {
  --bs-gutter-x: 32px;
}
body .mfp-iframe-holder .mfp-close {
  right: 0;
  padding: 0;
  top: -40px;
  width: 40px;
  height: 40px;
  text-align: center;
  background: var(--ag-gradient);
  background-size: 200%, 1px;
}
body button.mfp-close {
  right: 0;
  padding: 0;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  background: var(--ag-gradient);
  background-size: 200%, 1px;
}

body::-webkit-scrollbar {
  width: 6px;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
  outline: none;
  border-radius: 30px;
  background: var(--ag-gradient);
  background-size: 200%, 1px;
}

.ul-li ul {
  margin: 0;
  padding: 0;
}
.ul-li ul li {
  list-style: none;
  display: inline-block;
}

.ul-li-block ul {
  margin: 0;
  padding: 0;
}
.ul-li-block ul li {
  display: block;
  list-style: none;
}

.headline h1,
.headline h2,
.headline h3,
.headline h4,
.headline h5,
.headline h6 {
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.25;
  font-family: var(--ag-heading);
}

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background-color: #fff;
}
#preloader .preloader-logo {
  left: 0;
  top: 50%;
  right: 0;
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#preloader .preloader-logo img {
  -webkit-animation: TXTImgIn 1500ms ease-in-out infinite;
          animation: TXTImgIn 1500ms ease-in-out infinite;
}

[data-background] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
a:hover, a:focus {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

button {
  cursor: pointer;
}

.form-control:focus,
button:visited,
button.active,
button:hover,
button:focus,
input:visited,
input.active,
input:hover,
input:focus,
textarea:hover,
textarea:focus,
a:hover,
a:focus,
a.active,
select,
select:hover,
select:focus,
select:visited {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
  color: inherit;
}

.form-control {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.background_overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.pera-content p {
  margin-bottom: 0;
}

.splitting.animated .char {
  -webkit-animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(30ms * var(--char-index));
  animation-delay: calc(30ms * var(--char-index));
}

.splitting .whitespace {
  width: 10px;
}

.href-underline a {
  width: 100%;
  display: inline !important;
  background-position-y: -1px;
  background-repeat: no-repeat;
  background-size: 0 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  background-image: linear-gradient(transparent calc(100% - 1px), currentColor 2px);
  -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.href-underline a:hover {
  color: inherit;
  background-size: 100% 100%;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.tx-tab-btn .nav-tabs .nav-item.show .nav-link,
.tx-tab-btn .nav-tabs .nav-link.active,
.tx-tab-btn .nav-tabs .nav-link {
  border: none;
  padding-top: 0;
  padding-right: 0;
  border-radius: 0;
  margin-bottom: 0;
  cursor: pointer;
  background-color: transparent;
}
.tx-tab-btn .nav-tabs {
  border: none;
}
.tx-tab-btn .nav {
  display: inherit;
}

@-webkit-keyframes vt-spin {
  50% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}

@keyframes vt-spin {
  50% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}
.ag-section-title-4 .sec_title {
  font-size: 65px;
  line-height: 1.15;
  letter-spacing: 1px;
  color: var(--ag-title-color);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ag-section-title-4 .sec_title {
    font-size: 56px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .ag-section-title-4 .sec_title {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .ag-section-title-4 .sec_title {
    font-size: 38px;
  }
}
@media (max-width: 480px) {
  .ag-section-title-4 .sec_title {
    font-size: 30px;
  }
}
.ag-section-title-4.text-center {
  margin: 0 auto;
  max-width: 700px;
}

.ag-section-title .subtitle {
  font-size: 20px;
  position: relative;
  display: inline-block;
  padding-left: 38px;
  padding-right: 38px;
  margin-bottom: 5px;
  font-family: var(--ag-heading);
}
@media (max-width: 480px) {
  .ag-section-title .subtitle {
    padding: 0;
  }
}
.ag-section-title .subtitle span {
  left: 0;
  top: 0;
  position: absolute;
}
.ag-section-title .subtitle span:before, .ag-section-title .subtitle span:after {
  top: 10px;
  left: 7px;
  width: 8px;
  height: 8px;
  content: "";
  position: absolute;
  border-radius: 100%;
  background: var(--ag-gradient);
  background-size: 200%, 1px;
}
@media (max-width: 480px) {
  .ag-section-title .subtitle span:before, .ag-section-title .subtitle span:after {
    display: none;
  }
}
.ag-section-title .subtitle span:before {
  top: 12px;
  left: 0;
  width: 5px;
  height: 5px;
}
.ag-section-title .subtitle span i {
  top: 8px;
  left: 17px;
  width: 14px;
  height: 14px;
  position: absolute;
  border-radius: 100%;
  background: var(--ag-gradient);
  background-size: 200%, 1px;
}
@media (max-width: 480px) {
  .ag-section-title .subtitle span i {
    display: none !important;
  }
}
.ag-section-title .subtitle .right-dot {
  right: 0;
  top: 30px;
  display: none;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  left: auto;
}
@media (max-width: 480px) {
  .ag-section-title .subtitle .right-dot {
    display: none !important;
  }
}
.ag-section-title .subtitle .right-dot:before {
  top: 11px;
}
.ag-section-title .subtitle .right-dot:after {
  top: 10px;
}
@media (max-width: 480px) {
  .ag-section-title .subtitle {
    font-size: 18px;
  }
}
.ag-section-title .sec_title {
  color: var(--ag-title-color);
  font-size: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ag-section-title .sec_title {
    font-size: 56px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .ag-section-title .sec_title {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .ag-section-title .sec_title {
    font-size: 38px;
  }
}
@media (max-width: 480px) {
  .ag-section-title .sec_title {
    font-size: 30px;
  }
}
.ag-section-title p {
  padding-top: 20px;
}

.ag-section-title.text-center .right-dot {
  display: block;
}

.ag-section-title-2 .subtitle {
  color: #ff3838;
  font-size: 16px;
  padding-left: 32px;
  margin-bottom: 8px;
  position: relative;
  display: inline-block;
  font-family: var(--ag-heading);
}
.ag-section-title-2 .subtitle:before {
  left: 0;
  top: 12px;
  height: 2px;
  width: 26px;
  content: "";
  position: absolute;
  background-color: var(--ag-title-color);
}
.ag-section-title-2 .subtitle i {
  left: 0;
  top: 6px;
  width: 14px;
  height: 14px;
  position: absolute;
  border-radius: 100%;
  background-color: #fff;
  border: 3px solid var(--ag-title-color);
}
.ag-section-title-2 .subtitle i:before {
  top: 2px;
  right: 2px;
  width: 4px;
  content: "";
  height: 4px;
  position: absolute;
  border-radius: 100%;
  background-color: #ff3838;
}
.ag-section-title-2 .sec_title {
  font-size: 60px;
  color: var(--ag-title-color);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ag-section-title-2 .sec_title {
    font-size: 56px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .ag-section-title-2 .sec_title {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .ag-section-title-2 .sec_title {
    font-size: 38px;
  }
}
@media (max-width: 480px) {
  .ag-section-title-2 .sec_title {
    font-size: 30px;
  }
}
.ag-section-title-2 p {
  padding-top: 18px;
}
.ag-section-title-2.text-center {
  margin: 0 auto;
  max-width: 600px;
}

.ag-btn-1 a {
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  padding: 18px 30px;
  position: relative;
  border-radius: 100px;
  display: inline-block;
  background: var(--ag-gradient);
  background-size: 200%, 1px;
}
.ag-btn-1 a span {
  position: relative;
  display: inline-block;
}
.ag-btn-1 a span:before {
  left: 0;
  right: 0;
  width: 0%;
  bottom: 3px;
  height: 1px;
  content: "";
  margin: 0 auto;
  position: absolute;
  background-color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.ag-btn-1 a i {
  margin-left: 5px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.ag-btn-1 a:hover {
  background-position: 120%;
}
.ag-btn-1 a:hover span:before {
  width: 100%;
}
.ag-btn-1 a:hover i {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.cursor1 {
  position: fixed;
  width: 40px;
  height: 40px;
  border: 1px solid var(--ag-title-color);
  border-radius: 50%;
  left: 0;
  top: 0;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.15s;
  transition: 0.15s;
  z-index: 999;
}
@media (max-width: 1200px) {
  .cursor1 {
    display: none;
  }
}

.cursor2 {
  position: fixed;
  width: 8px;
  height: 8px;
  background-color: var(--ag-title-color);
  border-radius: 50%;
  left: 0;
  top: 0;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 999;
}
@media (max-width: 1200px) {
  .cursor2 {
    display: none;
  }
}

.overflow-hidden {
  overflow: hidden;
}

.box-shape span {
  -webkit-transition: all 700ms ease-in-out;
  transition: all 700ms ease-in-out;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 98%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0 98%);
}
.box-shape.active span {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.box-shape.active span:nth-child(1) {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
.box-shape.active span:nth-child(2) {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
.box-shape.active span:nth-child(3) {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}
.box-shape.active span:nth-child(4) {
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}
.box-shape.active span:nth-child(5) {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}
.box-shape.active span:nth-child(6) {
  -webkit-transition-delay: 700ms;
          transition-delay: 700ms;
}
.box-shape.active span:nth-child(7) {
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms;
}
.box-shape.active span:nth-child(8) {
  -webkit-transition-delay: 900ms;
          transition-delay: 900ms;
}
.box-shape.active span:nth-child(9) {
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
}
.box-shape.active span:nth-child(10) {
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
}

.ag-pagination ul li a, .ag-pagination ul li .current {
  width: 52px;
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 2px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid rgb(241, 241, 241);
}
.ag-pagination ul li a.active, .ag-pagination ul li a:hover, .ag-pagination ul li .current{
  color: #fff;
  background-color: #6255ED;
  border: 2px solid #6255ED;
}
.ag-pagination ul li {
  margin: 0 3px;
}
.ag-error-content {
  z-index: 1;
  padding: 380px 0px 150px;
}
.ag-error-content h2 {
  top: 14%;
  left: -5%;
  z-index: -1;
  right: 0;
  color: #F5F5F5;
  font-size: 440px;
  position: absolute;
}
.ag-error-content h3 {
  font-size: 40px;
  padding-top: 30px;
  color: var(--ag-title-color);
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-165 {
  margin-top: 165px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-175 {
  margin-top: 175px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-185 {
  margin-top: 185px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-195 {
  margin-top: 195px;
}

.mt-200 {
  margin-top: 200px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-155 {
  margin-bottom: 155px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-165 {
  margin-bottom: 165px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-175 {
  margin-bottom: 175px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-185 {
  margin-bottom: 185px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-195 {
  margin-bottom: 195px;
}

.mb-200 {
  margin-bottom: 200px;
}

.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-65 {
  margin-left: 65px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-85 {
  margin-left: 85px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-95 {
  margin-left: 95px;
}

.ml-100 {
  margin-left: 100px;
}

.ml-105 {
  margin-left: 105px;
}

.ml-110 {
  margin-left: 110px;
}

.ml-115 {
  margin-left: 115px;
}

.ml-120 {
  margin-left: 120px;
}

.ml-125 {
  margin-left: 125px;
}

.ml-130 {
  margin-left: 130px;
}

.ml-135 {
  margin-left: 135px;
}

.ml-140 {
  margin-left: 140px;
}

.ml-145 {
  margin-left: 145px;
}

.ml-150 {
  margin-left: 150px;
}

.ml-155 {
  margin-left: 155px;
}

.ml-160 {
  margin-left: 160px;
}

.ml-165 {
  margin-left: 165px;
}

.ml-170 {
  margin-left: 170px;
}

.ml-175 {
  margin-left: 175px;
}

.ml-180 {
  margin-left: 180px;
}

.ml-185 {
  margin-left: 185px;
}

.ml-190 {
  margin-left: 190px;
}

.ml-195 {
  margin-left: 195px;
}

.ml-200 {
  margin-left: 200px;
}

.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-55 {
  margin-right: 55px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-65 {
  margin-right: 65px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-85 {
  margin-right: 85px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-95 {
  margin-right: 95px;
}

.mr-100 {
  margin-right: 100px;
}

.mr-105 {
  margin-right: 105px;
}

.mr-110 {
  margin-right: 110px;
}

.mr-115 {
  margin-right: 115px;
}

.mr-120 {
  margin-right: 120px;
}

.mr-125 {
  margin-right: 125px;
}

.mr-130 {
  margin-right: 130px;
}

.mr-135 {
  margin-right: 135px;
}

.mr-140 {
  margin-right: 140px;
}

.mr-145 {
  margin-right: 145px;
}

.mr-150 {
  margin-right: 150px;
}

.mr-155 {
  margin-right: 155px;
}

.mr-160 {
  margin-right: 160px;
}

.mr-165 {
  margin-right: 165px;
}

.mr-170 {
  margin-right: 170px;
}

.mr-175 {
  margin-right: 175px;
}

.mr-180 {
  margin-right: 180px;
}

.mr-185 {
  margin-right: 185px;
}

.mr-190 {
  margin-right: 190px;
}

.mr-195 {
  margin-right: 195px;
}

.mr-200 {
  margin-right: 200px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

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

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

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

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-200 {
  padding-top: 200px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

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

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

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

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pb-205 {
  padding-bottom: 205px;
}

.pb-210 {
  padding-bottom: 210px;
}

.pb-215 {
  padding-bottom: 215px;
}

.pb-220 {
  padding-bottom: 220px;
}

.pb-225 {
  padding-bottom: 225px;
}

.pb-230 {
  padding-bottom: 230px;
}

.pb-235 {
  padding-bottom: 235px;
}

.pb-240 {
  padding-bottom: 240px;
}

.pb-245 {
  padding-bottom: 245px;
}

.pb-250 {
  padding-bottom: 250px;
}

.pb-255 {
  padding-bottom: 255px;
}

.pb-260 {
  padding-bottom: 260px;
}

.pb-265 {
  padding-bottom: 265px;
}

.pb-270 {
  padding-bottom: 270px;
}

.pb-275 {
  padding-bottom: 275px;
}

.pb-280 {
  padding-bottom: 280px;
}

.pb-285 {
  padding-bottom: 285px;
}

.pb-290 {
  padding-bottom: 290px;
}

.pb-295 {
  padding-bottom: 295px;
}

.pb-300 {
  padding-bottom: 300px;
}

.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-55 {
  padding-left: 55px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-85 {
  padding-left: 85px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-105 {
  padding-left: 105px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-115 {
  padding-left: 115px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-125 {
  padding-left: 125px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-135 {
  padding-left: 135px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-145 {
  padding-left: 145px;
}

.pl-150 {
  padding-left: 150px;
}

.pl-155 {
  padding-left: 155px;
}

.pl-160 {
  padding-left: 160px;
}

.pl-165 {
  padding-left: 165px;
}

.pl-170 {
  padding-left: 170px;
}

.pl-175 {
  padding-left: 175px;
}

.pl-180 {
  padding-left: 180px;
}

.pl-185 {
  padding-left: 185px;
}

.pl-190 {
  padding-left: 190px;
}

.pl-195 {
  padding-left: 195px;
}

.pl-200 {
  padding-left: 200px;
}

.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-55 {
  padding-right: 55px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-85 {
  padding-right: 85px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-95 {
  padding-right: 95px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-105 {
  padding-right: 105px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-115 {
  padding-right: 115px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-125 {
  padding-right: 125px;
}

.pr-130 {
  padding-right: 130px;
}

.pr-135 {
  padding-right: 135px;
}

.pr-140 {
  padding-right: 140px;
}

.pr-145 {
  padding-right: 145px;
}

.pr-150 {
  padding-right: 150px;
}

.pr-155 {
  padding-right: 155px;
}

.pr-160 {
  padding-right: 160px;
}

.pr-165 {
  padding-right: 165px;
}

.pr-170 {
  padding-right: 170px;
}

.pr-175 {
  padding-right: 175px;
}

.pr-180 {
  padding-right: 180px;
}

.pr-185 {
  padding-right: 185px;
}

.pr-190 {
  padding-right: 190px;
}

.pr-195 {
  padding-right: 195px;
}

.pr-200 {
  padding-right: 200px;
}

/*---------------------------------------------------- */
/******* HOME PAGE 1 *******/
/*Hero area*/
/*----------------------------------------------------*/
.ag-hero-section-1 {
  padding: 260px 0px 335px;
  background-color: #181818;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-hero-section-1 {
    padding: 230px 0px 60px;
  }
}
@media (max-width: 480px) {
  .ag-hero-section-1 {
    padding: 200px 0px 50px;
  }
}

.ag-hero-title-1 .hero_title {
  color: #fff;
  font-size: 90px;
  max-width: 995px;
  margin-left: 20px;
  line-height: 1.3;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ag-hero-title-1 .hero_title {
    font-size: 80px;
    max-width: 950px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-hero-title-1 .hero_title {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ag-hero-title-1 .hero_title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-hero-title-1 .hero_title {
    font-size: 55px;
  }
}
@media (max-width: 480px) {
  .ag-hero-title-1 .hero_title {
    font-size: 35px;
  }
}
@media (max-width: 360px) {
  .ag-hero-title-1 .hero_title {
    font-size: 30px;
  }
}
.ag-hero-title-1.active .hero-cricle-counter {
  -webkit-transform: rotate(0deg) scale(1);
          transform: rotate(0deg) scale(1);
  -webkit-transition-delay: 1500ms;
          transition-delay: 1500ms;
  border-top-left-radius: 0;
}

.hero-cricle-counter {
  right: 0;
  top: 30px;
  width: 190px;
  height: 190px;
  position: absolute;
  background-color: #fff;
  border-radius: 100%;
  -webkit-transform: rotate(-45deg) scale(0);
          transform: rotate(-45deg) scale(0);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition: 1700ms linear(0 0%, 0 2.27%, 0.02 4.53%, 0.04 6.8%, 0.06 9.07%, 0.1 11.33%, 0.14 13.6%, 0.25 18.15%, 0.39 22.7%, 0.56 27.25%, 0.77 31.8%, 1 36.35%, 0.89 40.9%, 0.85 43.18%, 0.81 45.45%, 0.79 47.72%, 0.77 50%, 0.75 52.27%, 0.75 54.55%, 0.75 56.82%, 0.77 59.1%, 0.79 61.38%, 0.81 63.65%, 0.85 65.93%, 0.89 68.2%, 1 72.7%, 0.97 74.98%, 0.95 77.25%, 0.94 79.53%, 0.94 81.8%, 0.94 84.08%, 0.95 86.35%, 0.97 88.63%, 1 90.9%, 0.99 93.18%, 0.98 95.45%, 0.99 97.73%, 1 100%);
  transition: 1700ms linear(0 0%, 0 2.27%, 0.02 4.53%, 0.04 6.8%, 0.06 9.07%, 0.1 11.33%, 0.14 13.6%, 0.25 18.15%, 0.39 22.7%, 0.56 27.25%, 0.77 31.8%, 1 36.35%, 0.89 40.9%, 0.85 43.18%, 0.81 45.45%, 0.79 47.72%, 0.77 50%, 0.75 52.27%, 0.75 54.55%, 0.75 56.82%, 0.77 59.1%, 0.79 61.38%, 0.81 63.65%, 0.85 65.93%, 0.89 68.2%, 1 72.7%, 0.97 74.98%, 0.95 77.25%, 0.94 79.53%, 0.94 81.8%, 0.94 84.08%, 0.95 86.35%, 0.97 88.63%, 1 90.9%, 0.99 93.18%, 0.98 95.45%, 0.99 97.73%, 1 100%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .hero-cricle-counter {
    margin: 0 auto;
    position: static;
    margin-bottom: 30px;
  }
}
.hero-cricle-counter .graph-outer .count-box {
  top: 40px;
  left: 25px;
  width: 100px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000000;
  font-size: 26px;
  font-weight: 900;
  position: absolute;
  border-radius: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hero-cricle-counter .graph-outer .count-box .count-text {
  color: #000;
  -webkit-transform: translate(0) !important;
          transform: translate(0) !important;
}
.hero-cricle-counter .prog-text {
  left: 0;
  right: 0;
  bottom: 45px;
  font-size: 16px;
  font-weight: 700;
  position: absolute;
}

.ag-hero-text-wrap-1 {
  padding-bottom: 120px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-hero-text-wrap-1 {
    padding-bottom: 50px;
  }
}
.ag-hero-text-wrap-1 .ag-hero-shape-1 {
  opacity: 0;
  left: 115px;
  bottom: -150px;
  -webkit-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ag-hero-text-wrap-1 .ag-hero-shape-1 {
    left: 15px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ag-hero-text-wrap-1 .ag-hero-shape-1 {
    width: 290px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-hero-text-wrap-1 .ag-hero-shape-1 {
    display: none;
  }
}
.ag-hero-text-wrap-1.active .ag-hero-shape-1 {
  opacity: 1;
  bottom: 0;
  -webkit-transition-delay: 1800ms;
          transition-delay: 1800ms;
}

.ag-hero-service {
  margin: 0 auto;
  height: 595px;
  max-width: 1650px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-hero-service {
    height: auto;
  }
}
.ag-hero-service.active .ag-hero-service-item {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.ag-hero-service.active .ag-hero-service-item .item-img img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.ag-hero-ser-slide {
  padding-top: 50px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-hero-ser-slide {
    padding-top: 0;
  }
}

.ag-hero-service-item {
  width: 415px;
  height: 435px;
  overflow: hidden;
  -webkit-transition: all 1200ms ease;
  transition: all 1200ms ease;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-hero-service-item {
    width: auto;
    height: auto;
    margin: 0 auto;
    max-width: 524px;
  }
}
.ag-hero-service-item .item-img {
  height: 100%;
  width: 100%;
  margin: 0 auto;
  max-width: 524px;
  overflow: hidden;
  position: relative;
  border-radius: 0px;
}
.ag-hero-service-item .item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transition: all 1200ms ease;
  transition: all 1200ms ease;
}
.ag-hero-service-item .item-img:before {
  left: -35px;
  content: "";
  width: 111%;
  height: 34%;
  bottom: -300px;
  position: absolute;
  background-repeat: no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background-image: url(../img/shape1.png);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-hero-service-item .item-img:before {
    bottom: 0px;
  }
}
.ag-hero-service-item .item-text {
  left: 45px;
  bottom: 35px;
  position: absolute;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-hero-service-item .item-text {
    left: 20px;
  }
}
.ag-hero-service-item .item-text span {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  overflow: hidden;
  position: relative;
  display: inline-block;
}
.ag-hero-service-item .item-text span a {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-hero-service-item .item-text span a {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.ag-hero-service-item .item-text span a:before, .ag-hero-service-item .item-text span a:after {
  left: 0;
  top: 7px;
  width: 8px;
  height: 8px;
  content: "";
  border-radius: 100%;
  position: absolute;
  background: var(--ag-gradient);
}
.ag-hero-service-item .item-text span a:after {
  left: 9px;
  width: 10px;
  height: 10px;
}
.ag-hero-service-item .item-text h3 {
  color: #fff;
  font-size: 30px;
  overflow: hidden;
}
@media (max-width: 480px) {
  .ag-hero-service-item .item-text h3 {
    font-size: 24px;
  }
}
.ag-hero-service-item .item-text h3 a {
  display: inline-block;
  -webkit-transform: translateY(45px);
          transform: translateY(45px);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-hero-service-item .item-text h3 a {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.swiper-slide-next {
  z-index: 2;
}
.swiper-slide-next .ag-hero-service-item {
  z-index: 1;
  height: 545px;
  width: 524px;
  border-radius: 10px;
  -webkit-transform: translateY(-50px) translateX(-60px);
          transform: translateY(-50px) translateX(-60px);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .swiper-slide-next .ag-hero-service-item {
    width: auto;
    height: auto;
    margin: 0 auto;
    border-radius: 0;
    text-align: center;
    -webkit-transform: translateY(0px) translateX(0px);
            transform: translateY(0px) translateX(0px);
  }
}
.swiper-slide-next .ag-hero-service-item .item-img:before {
  left: -35px;
  content: "";
  width: 111%;
  height: 34%;
  bottom: 0px;
  position: absolute;
  background-repeat: no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background-image: url(../img/shape1.png);
}
.swiper-slide-next .ag-hero-service-item .item-text span a {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}
.swiper-slide-next .ag-hero-service-item .item-text h3 a {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}

/*---------------------------------------------------- */
/*Feature Service area*/
/*----------------------------------------------------*/
.ag-fs-wrap {
  overflow: hidden;
  padding-top: 75px;
  margin-top: -245px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-fs-wrap {
    margin-top: 60px;
    padding-top: 0;
  }
}

.ag-feature-service-content {
  gap: 35px;
  border-radius: 20px;
  padding: 70px 60px 55px;
  background-color: #f5f0ec;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-feature-service-content {
    padding: 70px 30px 55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-feature-service-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 40px 30px 30px;
  }
}
.ag-feature-service-content .ag-watch-video {
  margin-top: 15px;
}
.ag-feature-service-content .ag-watch-video a {
  gap: 15px;
}
.ag-feature-service-content .ag-watch-video a i {
  color: #fff;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fdaa63;
  -webkit-transition: 500ms var(--cube-1);
  transition: 500ms var(--cube-1);
}
.ag-feature-service-content .ag-watch-video a span {
  font-weight: 700;
  color: var(--ag-title-color);
}
.ag-feature-service-content .ag-watch-video a:hover i {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.ag-feature-service-content .ag-section-title {
  max-width: 250px;
}
.ag-feature-service-content .ag-section-title .sec_title {
  font-size: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-feature-service-content .ag-section-title {
    max-width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.ag-feature-service-content .ag-ser-txt-img-1 {
  width: 100%;
  max-width: 485px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ag-feature-service-content .ag-ser-txt-img-1 {
    max-width: 420px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-feature-service-content .ag-ser-txt-img-1 {
    gap: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.ag-feature-service-content .ag-service-img {
  right: 0;
  bottom: -55px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-feature-service-content .ag-service-img {
    position: static !important;
  }
}
.ag-feature-service-content .ag-ser-list-wrap {
  gap: 30px;
  width: 100%;
  max-width: 610px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-feature-service-content .ag-ser-list-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.ag-feature-service-content .ag-ser-list-wrap .item-list {
  width: 100%;
  max-width: 240px;
}
@media (max-width: 767px) {
  .ag-feature-service-content .ag-ser-list-wrap .item-list {
    max-width: 100%;
  }
}
.ag-feature-service-content .ag-ser-list-wrap ul {
  width: 100%;
  position: relative;
  padding-left: 35px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-feature-service-content .ag-ser-list-wrap ul {
    padding-left: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ag-feature-service-content .ag-ser-list-wrap ul {
    padding-left: 0;
  }
}
.ag-feature-service-content .ag-ser-list-wrap ul li {
  font-weight: 500;
  margin-right: 15px;
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  .ag-feature-service-content .ag-ser-list-wrap ul li {
    display: inline-block !important;
  }
}
.ag-feature-service-content .ag-ser-list-wrap ul li i {
  margin-right: 8px;
  color: var(--ag-title-color);
}
.ag-feature-service-content .ag-ser-list-wrap ul li:last-child {
  margin-bottom: 0;
}
.ag-feature-service-content .ag-ser-list-wrap ul:before {
  top: 0;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 0%;
  content: "";
  margin: auto;
  position: absolute;
  background-color: #b3b3b3;
  -webkit-transition: 2s var(--cube-1);
  transition: 2s var(--cube-1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ag-feature-service-content .ag-ser-list-wrap ul:before {
    display: none;
  }
}
.ag-feature-service-content .ag-ser-list-wrap .ag-ser-state {
  width: 100%;
  max-width: 305px;
}
@media (max-width: 767px) {
  .ag-feature-service-content .ag-ser-list-wrap .ag-ser-state {
    max-width: 100%;
  }
}
.ag-feature-service-content .ag-ser-list-wrap .ag-ser-state h3 {
  font-size: 25px;
  padding-bottom: 24px;
  color: var(--ag-title-color);
}
.ag-feature-service-content .ag-ser-list-wrap .ag-ser-state .state-item {
  width: 0%;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 1200ms ease-in-out;
  transition: all 1200ms ease-in-out;
}
.ag-feature-service-content .ag-ser-list-wrap .ag-ser-state .state-item p {
  opacity: 0;
  color: #fff;
  font-weight: 700;
  visibility: hidden;
  white-space: nowrap;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.ag-feature-service-content .ag-ser-list-wrap .ag-ser-state .state-item p span {
  margin-right: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ag-feature-service-content .ag-ser-list-wrap .ag-ser-state .state-item p span {
    margin-right: 10px;
  }
}
.ag-feature-service-content .ag-ser-list-wrap .ag-ser-state .state-item:nth-child(1) {
  background: #9da3de;
}
.ag-feature-service-content .ag-ser-list-wrap .ag-ser-state .state-item:nth-child(1) p {
  color: var(--ag-title-color);
}
.ag-feature-service-content .ag-ser-list-wrap .ag-ser-state .state-item:nth-child(2) {
  max-width: 80%;
  background: var(--ag-gradient);
  background-size: 200%, 1px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-feature-service-content .ag-ser-list-wrap .ag-ser-state .state-item:nth-child(2) {
    max-width: 100%;
  }
}
.ag-feature-service-content .ag-ser-list-wrap .ag-ser-state .state-item:nth-child(3) {
  max-width: 50%;
  background: #1c2125;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-feature-service-content .ag-ser-list-wrap .ag-ser-state .state-item:nth-child(3) {
    max-width: 100%;
  }
}
.ag-feature-service-content .ag-ser-list-wrap.active ul:before {
  height: 100%;
}
.ag-feature-service-content .ag-ser-list-wrap.active .ag-ser-state .state-item {
  width: 100%;
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms;
}
.ag-feature-service-content .ag-ser-list-wrap.active .ag-ser-state .state-item p {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 900ms;
          transition-delay: 900ms;
}

/*---------------------------------------------------- */
/*Service area*/
/*----------------------------------------------------*/
@-webkit-keyframes moving_1 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes moving_1 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.ag-service-tab-btn {
  width: 100%;
  max-width: 330px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-service-tab-btn {
    padding-top: 0;
    max-width: 890px;
  }
}
.ag-service-tab-btn .ag-ser-shape {
  top: 60px;
  right: -50px;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-animation: moving_1 4s var(--cube-1) infinite;
          animation: moving_1 4s var(--cube-1) infinite;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-service-tab-btn .ag-ser-shape {
    right: 0;
  }
}
@media (max-width: 480px) {
  .ag-service-tab-btn .ag-ser-shape {
    display: none;
  }
}
.ag-service-tab-btn .btn-title-text {
  max-width: 280px;
}
.ag-service-tab-btn .btn-title-text h3 {
  font-size: 40px;
  padding-bottom: 32px;
  color: var(--ag-title-color);
}
@media (max-width: 480px) {
  .ag-service-tab-btn .btn-title-text h3 {
    font-size: 30px;
  }
}
.ag-service-tab-btn .btn-title-text p {
  position: relative;
  padding-left: 30px;
}
.ag-service-tab-btn .btn-title-text p:before {
  top: 0;
  left: 0;
  bottom: 0;
  width: 6px;
  height: 0%;
  content: "";
  margin: auto;
  border-radius: 10px;
  position: absolute;
  -webkit-transition: 1200ms var(--cube-1);
  transition: 1200ms var(--cube-1);
  background: var(--ag-gradient);
  background-size: 200%, 1px;
}
.ag-service-tab-btn .btn-title-text.active p:before {
  height: 100%;
}
.ag-service-tab-btn .ser-btn-list {
  margin-top: 28px;
}
.ag-service-tab-btn .ser-btn-list .nav-item {
  padding-left: 22px;
  margin-bottom: 10px;
  position: relative;
}
.ag-service-tab-btn .ser-btn-list .nav-item:before {
  left: 0;
  top: 14px;
  width: 10px;
  height: 3px;
  content: "";
  position: absolute;
  background-color: var(--ag-title-color);
}
.ag-service-tab-btn .ser-btn-list .nav-link {
  padding: 0;
  font-size: 20px;
  font-weight: 700;
  color: var(--ag-title-color);
  position: relative;
}
.ag-service-tab-btn .ser-btn-list .nav-link:before {
  top: 17px;
  right: 40px;
  width: 54px;
  height: 1px;
  content: "";
  position: absolute;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition: 500ms var(--cube-1);
  transition: 500ms var(--cube-1);
  background-color: var(--ag-title-color);
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
@media (max-width: 767px), (max-width: 480px) {
  .ag-service-tab-btn .ser-btn-list .nav-link:before {
    display: none;
  }
}
.ag-service-tab-btn .ser-btn-list .nav-link:after {
  top: 2px;
  right: 0;
  font-weight: 900;
  content: "\f178";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  -webkit-transition: 500ms var(--cube-1);
  transition: 500ms var(--cube-1);
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
.ag-service-tab-btn .ser-btn-list .nav-link.active {
  color: var(--ag-title-color);
}
.ag-service-tab-btn .ser-btn-list .nav-link.active:before {
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
          clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}
.ag-service-tab-btn .ser-btn-list .nav-link.active:after {
  -webkit-transition-delay: 350ms;
          transition-delay: 350ms;
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
          clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}

.ag-service-tab-content {
  gap: 35px;
  padding-bottom: 125px;
  border-bottom: 1px solid #d6d3d3;
}

.ag-service-tab-desc {
  width: 100%;
  overflow: hidden;
  max-width: 890px;
}

.ag-s-img-text-1 {
  max-width: 885px;
}
.ag-s-img-text-1 .item-img {
  z-index: 4;
  width: 635px;
  height: 635px;
  overflow: hidden;
  position: relative;
  border-radius: 100%;
  -webkit-transform: translateX(100%) scale(0.3);
          transform: translateX(100%) scale(0.3);
  -webkit-transition: all 900ms ease-in-out;
  transition: all 900ms ease-in-out;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.ag-s-img-text-1 .item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-s-img-text-1 .item-img {
    width: auto;
    height: auto;
    margin: 0 auto;
    max-width: 600px;
    margin-bottom: 40px;
  }
}
.ag-s-img-text-1 .inner-text_1,
.ag-s-img-text-1 .inner-text_2 {
  top: 60%;
  right: 0px;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-s-img-text-1 .inner-text_1,
  .ag-s-img-text-1 .inner-text_2 {
    width: 100%;
    position: static;
    text-align: center;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.ag-s-img-text-1 .inner-text_1 h3,
.ag-s-img-text-1 .inner-text_2 h3 {
  font-size: 88px;
  max-width: 520px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-s-img-text-1 .inner-text_1 h3,
  .ag-s-img-text-1 .inner-text_2 h3 {
    max-width: 100%;
    font-size: 50px;
    padding-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .ag-s-img-text-1 .inner-text_1 h3,
  .ag-s-img-text-1 .inner-text_2 h3 {
    font-size: 30px;
  }
}
.ag-s-img-text-1 .inner-text_1 {
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-s-img-text-1 .inner-text_1 {
    display: none;
  }
}
.ag-s-img-text-1 .inner-text_2 {
  z-index: 5;
}
.ag-s-img-text-1 .inner-text_2 h3 {
  -webkit-text-fill-color: #000;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-s-img-text-1 .inner-text_2 {
    text-align: center;
  }
}
.ag-s-img-text-1 .text_top {
  color: #fff;
}
.ag-s-img-text-1 .text_bottom {
  color: var(--ag-title-color);
}
.ag-s-img-text-1 .inner-text_3 {
  bottom: 18%;
  right: 20px;
  position: absolute;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-s-img-text-1 .inner-text_3 {
    position: static;
    text-align: center;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-service-tab-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.ag-service-tab-desc .tab-pane:is(.show) .ag-s-img-text-1 .item-img {
  -webkit-transform: translateX(0) scale(1);
          transform: translateX(0) scale(1);
}

/*------------------Service Section------------------- */
.ag-s-item-1 {
  border-radius: 25px;
  margin-bottom: 12px;
  padding: 35px 50px 50px;
  border: 1px solid #e3e3e3;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 480px) {
  .ag-s-item-1 {
    padding: 35px 30px 50px;
  }
}
.ag-s-item-1 .item-icon {
  width: 145px;
  height: 130px;
  margin-bottom: 8px;
}
.ag-s-item-1 .item-text .ser_title {
  font-size: 30px;
  padding-bottom: 10px;
  color: var(--ag-title-color);
}
@media (max-width: 480px) {
  .ag-s-item-1 .item-text .ser_title {
    font-size: 26px;
  }
}
.ag-s-item-1 .back-part {
  bottom: 0;
  left: 0;
  width: 100%;
  position: absolute;
  border-radius: 25px;
  padding: 50px 50px 70px;
  background-color: #d5fa51;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: 500ms var(--cube-1);
  transition: 500ms var(--cube-1);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}
@media (max-width: 480px) {
  .ag-s-item-1 .back-part {
    padding: 50px 30px 70px;
  }
}
.ag-s-item-1 .back-part .item-img {
  width: 100%;
  height: 132px;
  overflow: hidden;
  margin-bottom: 25px;
  border-radius: 100px;
}
.ag-s-item-1 .back-part .item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ag-s-item-1 .back-part .read_more {
  right: 30px;
  bottom: 25px;
  font-size: 15px;
  font-weight: 700;
  position: absolute;
  color: var(--ag-title-color);
}
.ag-s-item-1 .back-part .read_more:hover {
  letter-spacing: 1px;
}
.ag-s-item-1 .back-part .read_more i {
  margin-left: 10px;
}
.ag-s-item-1:hover, .ag-s-item-1.active {
  border: 1px solid transparent;
}
.ag-s-item-1:hover .back-part, .ag-s-item-1.active .back-part {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

/*---------------------------------------------------- */
/*Portfolio  area*/
/*----------------------------------------------------*/
.ag-portfolio-section {
  z-index: 1;
  overflow: hidden;
}

.ag-portfolio-shape {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 975px;
  max-height: 975px;
  position: absolute;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-image: url(../img/bg-shape.png);
          mask-image: url(../img/bg-shape.png);
          mask-size: 100%;
}
.ag-portfolio-shape img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-portfolio-shape {
    height: 100%;
    max-height: 100%;
    -webkit-mask-image: none;
            mask-image: none;
  }
}

.ag-portfolio-top-content .ag-section-title {
  max-width: 540px;
}
.ag-portfolio-top-content .ag-section-title .sec_title {
  color: #fff;
}
.ag-portfolio-top-content .ag-section-title p {
  color: #fff;
}

.ag-p-filter-btn {
  max-width: 580px;
}
.ag-p-filter-btn button {
  z-index: 1;
  color: #fff;
  border: none;
  margin: 10px 6px;
  font-size: 20px;
  font-weight: 500;
  overflow: hidden;
  position: relative;
  padding: 20px 30px;
  border-radius: 100px;
  border: 1px solid #a0a0a0;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-p-filter-btn button {
    padding: 12px 24px;
  }
}
.ag-p-filter-btn button:before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 0%;
  content: "";
  height: 100%;
  position: absolute;
  border-radius: 100px;
  -webkit-transition: 500ms var(--cube-1);
  transition: 500ms var(--cube-1);
  background: var(--ag-gradient);
  background-size: 200%, 1px;
}
.ag-p-filter-btn button i {
  margin-right: 10px;
}
.ag-p-filter-btn button.is-checked {
  border: 1px solid transparent;
}
.ag-p-filter-btn button.is-checked:before {
  width: 100%;
}

.p-filter-area {
  margin: 0 -4px;
}
.p-filter-area .grid-sizer {
  width: 33.33%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .p-filter-area .grid-sizer {
    width: 50%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .p-filter-area .grid-sizer {
    width: 100%;
  }
}
.p-filter-area .grid-item {
  float: left;
  padding: 4px;
  display: inline-block;
}
.p-filter-area .grid-size-33 {
  width: 33.33%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .p-filter-area .grid-size-33 {
    width: 50%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .p-filter-area .grid-size-33 {
    width: 100%;
  }
}

.ag-p-item-1 {
  overflow: hidden;
}
.ag-p-item-1:before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  content: "";
  position: absolute;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  background-color: rgba(0, 0, 0, 0.6);
}
.ag-p-item-1 .item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ag-p-item-1 .item-text {
  left: 25px;
  bottom: 30px;
  position: absolute;
}
.ag-p-item-1 .item-text span {
  opacity: 0;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 600;
  visibility: hidden;
  text-transform: uppercase;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  -webkit-transition: 800ms var(--cube-1);
  transition: 800ms var(--cube-1);
}
.ag-p-item-1 .item-text .port_title {
  opacity: 0;
  color: #fff;
  font-size: 30px;
  padding-top: 5px;
  visibility: hidden;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  -webkit-transition: 800ms var(--cube-1);
  transition: 800ms var(--cube-1);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-p-item-1 .item-text .port_title {
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  .ag-p-item-1 .item-text .port_title {
    font-size: 24px;
  }
}
.ag-p-item-1:hover:before {
  opacity: 1;
}
.ag-p-item-1:hover .item-text span {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}
.ag-p-item-1:hover .item-text .port_title {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}

/*---------------------------------------------------- */
/*Version  area*/
/*----------------------------------------------------*/
@-webkit-keyframes moving_2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes moving_2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.ag-version-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0px -10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-version-content ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.ag-version-content li {
  width: 25%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ag-version-content li {
    width: 33.33%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-version-content li {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .ag-version-content li {
    width: 100%;
  }
}
.ag-version-content li .item-img {
  height: 100px;
  margin: 10px;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #51b88b;
}
.ag-version-content li .item-img:hover img {
  -webkit-animation: moving_2 1s var(--cube-1) infinite;
          animation: moving_2 1s var(--cube-1) infinite;
}
.ag-version-content li:nth-child(2) .item-img {
  border: 2px solid #e23237;
}
.ag-version-content li:nth-child(3) .item-img {
  border: 2px solid #06d7ff;
}
.ag-version-content li:nth-child(4) .item-img {
  border: 2px solid #92003b;
}
.ag-version-content li:nth-child(5) .item-img {
  border: 2px solid #d5ad42;
}
.ag-version-content li:nth-child(6) .item-img {
  border: 2px solid #dcb901;
}
.ag-version-content li:nth-child(7) .item-img {
  border: 2px solid #2a6eed;
}
.ag-version-content li:nth-child(8) .item-img {
  border: 2px solid #f27c00;
}

/*---------------------------------------------------- */
/*App  area*/
/*----------------------------------------------------*/
.ag-app-section {
  z-index: 1;
  overflow: hidden;
}
.ag-app-section .app-bg {
  top: 95px;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.ag-app-section .app-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.app-bg-content {
  z-index: 2;
  overflow: hidden;
  padding-top: 95px;
}

.ag-app-cont-text {
  max-width: 560px;
}
.ag-app-cont-text .ag-section-title .sec_title {
  color: #fff;
}
.ag-app-cont-text .ag-section-title p {
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-app-cont-text {
    margin: 0 auto;
    text-align: center;
  }
}

.ag-app-cont-img {
  z-index: 2;
  top: -95px;
  right: -40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ag-app-cont-img {
    right: -230px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-app-cont-img {
    display: none;
  }
}

.ag-app-sponsor-content {
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
  margin-top: -130px;
  border-radius: 20px;
  padding: 30px 15px 40px;
  background-color: #000000;
}
.ag-app-sponsor-content .ag-app-s-item-1 {
  width: 20%;
  overflow: hidden;
  cursor: pointer;
  margin: 40px 0px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-app-sponsor-content .ag-app-s-item-1 {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .ag-app-sponsor-content .ag-app-s-item-1 {
    width: 33.33%;
  }
}
@media (max-width: 480px) {
  .ag-app-sponsor-content .ag-app-s-item-1 {
    width: 50%;
    margin: 20px 0px;
  }
}
.ag-app-sponsor-content .ag-app-s-item-1 .img_1 {
  top: 0;
  opacity: 0;
  position: absolute;
  -webkit-transform: translateY(-10px) rotate(-20deg) scale(0);
          transform: translateY(-10px) rotate(-20deg) scale(0);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transition: all 0.5s var(--cube-1);
  transition: all 0.5s var(--cube-1);
}
.ag-app-sponsor-content .ag-app-s-item-1 .img_2 {
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-transition: all 0.5s var(--cube-1);
  transition: all 0.5s var(--cube-1);
  opacity: 1;
}
.ag-app-sponsor-content .ag-app-s-item-1:hover .img_1 {
  opacity: 1;
  -webkit-transform: translateY(0) rotate(0) scale(1);
          transform: translateY(0) rotate(0) scale(1);
}
.ag-app-sponsor-content .ag-app-s-item-1:hover .img_2 {
  opacity: 0;
  -webkit-transform: translateY(10px) rotate(20deg) scale(0);
          transform: translateY(10px) rotate(20deg) scale(0);
}

/*---------------------------------------------------- */
/*Pricing  area*/
/*----------------------------------------------------*/
.p-btn-list li {
  font-size: 22px;
  font-family: var(--ag-heading);
}
.p-btn-list .nav-tabs .nav-link {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.p-btn-list .nav-tabs .nav-link.active {
  color: var(--ag-title-color);
}
.p-btn-list .nav-tabs .nav-link.active:before {
  right: -35px !important;
}
.p-btn-list .nav-tabs .nav-link {
  color: #747474;
  margin: 0px 25px;
}
.p-btn-list .nav-tabs .nav-link:nth-child(1) {
  position: relative;
}
.p-btn-list .nav-tabs .nav-link:nth-child(1):before {
  top: 8px;
  right: -56px;
  width: 19px;
  content: "";
  height: 19px;
  position: absolute;
  border-radius: 100%;
  background-color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.p-btn-list .nav-tabs {
  position: relative;
  display: inline-block;
}
.p-btn-list .nav-tabs:before {
  top: 5px;
  left: 0;
  width: 48px;
  content: "";
  height: 26px;
  right: -35px;
  margin: 0 auto;
  position: absolute;
  border-radius: 30px;
  background-color: #36d147;
}

.ag-p-item {
  margin-bottom: 30px;
  border-radius: 20px;
  background-color: #fff;
  padding: 30px 50px 50px;
  background-color: rgb(251, 254, 255);
  -webkit-box-shadow: 0px 1px 46px 0px rgba(35, 31, 32, 0.11);
          box-shadow: 0px 1px 46px 0px rgba(35, 31, 32, 0.11);
}
.ag-p-item .sale-tag {
  z-index: 1;
  left: 62px;
  top: -23px;
  color: #fff;
  font-size: 17px;
  padding: 10px 20px;
  font-weight: 700;
  position: absolute;
  border-radius: 30px;
  background: var(--ag-gradient);
  background-size: 200%, 1px;
}
.ag-p-item .sale-tag:before {
  right: 18px;
  bottom: -2px;
  z-index: -1;
  width: 35px;
  height: 15px;
  content: "";
  position: absolute;
  background: #d352c7;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}
.ag-p-item .p-save span {
  color: #1d1d1d;
  font-size: 14px;
  font-weight: 700;
  padding: 6px 15px;
  border-radius: 30px;
  background-color: #f0f0f0;
}
.ag-p-item .p-title-value {
  margin-bottom: 35px;
  padding-bottom: 30px;
  border-bottom: 2px solid #323030;
}
.ag-p-item .p-title-value h4 {
  font-size: 32px;
  padding-bottom: 3px;
  color: var(--ag-title-color);
}
.ag-p-item .p-title-value h3 {
  font-size: 60px;
}
.ag-p-item .p-title-value h3 span {
  font-size: 16px;
  margin-left: 10px;
}
.ag-p-item li {
  color: #323030;
  font-weight: 500;
  margin-bottom: 7px;
}
.ag-p-item li i {
  margin-right: 8px;
}
.ag-p-item .p-btn {
  margin-top: 45px;
}
.ag-p-item .p-btn a {
  width: 100%;
  color: #fff;
  font-weight: 700;
  padding: 16px 50px;
  border-radius: 40px;
  display: inline-block;
  background-color: #323030;
}
.ag-p-item .p-btn a:hover {
  letter-spacing: 1px;
}
.ag-p-item.popular {
  background-color: #1d1d1d;
}
.ag-p-item.popular .p-title-value {
  border-bottom: 2px solid #323030;
}
.ag-p-item.popular .p-title-value h4 {
  color: #fff;
}
.ag-p-item.popular .p-title-value h3 {
  color: #fff;
}
.ag-p-item.popular .p-title-value h3 span {
  color: #a3a3a3;
}
.ag-p-item.popular li {
  color: #fff;
}
.ag-p-item.popular .p-btn a {
  background: var(--ag-gradient);
  background-size: 200%, 1px;
}

/*---------------------------------------------------- */
/*Blog  area*/
/*----------------------------------------------------*/
.ag-blog-item {
  margin: 0 auto;
  max-width: 606px;
  margin-bottom: 32px;
}
.ag-blog-item .item-img-meta {
  z-index: 1;
}
.ag-blog-item .item-img-meta:before {
  left: 0;
  right: 0;
  top: -6px;
  width: 0%;
  z-index: -1;
  content: "";
  height: 104%;
  margin: 0 auto;
  position: absolute;
  border-radius: 15px;
  background: var(--ag-gradient);
  -webkit-transition: 1.5s var(--cube-1);
  transition: 1.5s var(--cube-1);
}
.ag-blog-item .item-img-meta .item-img {
  overflow: hidden;
  border-radius: 15px;
  position: relative;
}
.ag-blog-item .item-img-meta .item-img:before {
  left: 50%;
  right: 50%;
  opacity: 1;
  top: 0;
  z-index: 1;
  content: "";
  bottom: 0;
  position: absolute;
  pointer-events: none;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  background: rgba(255, 255, 255, 0.4);
}
.ag-blog-item .item-img-meta .item-img img {
  width: 100%;
  height: 335px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: perspective(0px) rotateX(0deg) rotateY(0deg) scaleX(1) scaleY(1);
  transform: perspective(0px) rotateX(0deg) rotateY(0deg) scaleX(1) scaleY(1);
}
.ag-blog-item .item-img-meta .item-meta {
  left: 26px;
  color: #fff;
  bottom: -13px;
  font-size: 15px;
  font-weight: 600;
  position: absolute;
  padding: 8px 15px;
  border-radius: 30px;
  background: var(--ag-gradient);
  background-size: 200%, 1px;
}
.ag-blog-item .item-text {
  margin-top: 35px;
  max-width: 495px;
  padding-left: 40px;
}
.ag-blog-item .item-text .blog_title {
  font-size: 26px;
  font-weight: 800;
  color: var(--ag-title-color);
  font-family: var(--ag-body-font);
}
.ag-blog-item:hover .item-img-meta .item-img img {
  -webkit-transform: perspective(600px) rotateX(0.06deg) rotateY(0deg) scaleX(1.1) scaleY(1.1);
          transform: perspective(600px) rotateX(0.06deg) rotateY(0deg) scaleX(1.1) scaleY(1.1);
}
.ag-blog-item:hover .item-img-meta .item-img:before {
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
}
.ag-blog-item.active .item-img-meta:before {
  width: 95%;
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}

/*---------------------------------------------------- */
/*Testimonial  area*/
/*----------------------------------------------------*/
.ag-ts-top-content {
  gap: 15px 30px;
}
.ag-ts-top-content .ag-section-title {
  max-width: 560px;
}

.ag-test-nav {
  gap: 0px 10px;
}
.ag-test-nav div {
  z-index: 1;
  width: 60px;
  height: 60px;
  cursor: pointer;
  position: relative;
  border-radius: 100%;
  border: 2px solid #e3e3e3;
  color: var(--ag-title-color);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.ag-test-nav div:before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  -webkit-transform: scale(0);
          transform: scale(0);
  border-radius: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background: var(--ag-gradient);
  background-size: 200%, 1px;
}
.ag-test-nav div:hover {
  color: #fff;
}
.ag-test-nav div:hover:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.ag-ts-item {
  margin: 0 auto;
  border-radius: 15px;
  padding: 55px 35px 50px;
  border: 2px solid #e3e3e3;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-ts-item {
    padding: 30px 20px 25px;
  }
}
.ag-ts-item ul {
  margin-bottom: 30px;
}
.ag-ts-item li {
  color: #fd9539;
  font-size: 16px;
}
.ag-ts-item h3, .ag-ts-item h4 {
  font-size: 24px;
  font-weight: 800;
  color: var(--ag-title-color);
  font-family: var(--ag-body-font);
}
.ag-ts-item h3 {
  padding-bottom: 24px;
}
.ag-ts-item p {
  padding-bottom: 35px;
}
.ag-ts-item .ts-author {
  gap: 20px;
}
.ag-ts-item .ts-author .item-img {
  width: 102px;
  height: 102px;
  overflow: hidden;
  border-radius: 100%;
}
.ag-ts-item .ts-author .item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ag-ts-item .ts-author h4 {
  font-size: 20px;
}
.ag-ts-item .ts-author span {
  color: #808080;
  font-size: 16px;
  font-weight: 700;
}

/*---------------------------------------------------- */
/*Bottom CTA  area*/
/*----------------------------------------------------*/
.ag-bottom-cta-section {
  z-index: 1;
  overflow: hidden;
}
.ag-bottom-cta-section:before {
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  content: "";
  height: 210px;
  position: absolute;
  background-color: #151c24;
}

.ag-bottom-cta-content {
  gap: 20px 45px;
  border-radius: 20px;
  padding: 90px 90px 70px;
  background-color: #fbe9d2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-bottom-cta-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-bottom-cta-content {
    padding: 50px 40px 40px;
  }
}

.ag-bottom-cta-img .cert-img {
  left: 0;
  width: 160px;
  height: 160px;
  bottom: -35px;
  overflow: hidden;
  border-radius: 100%;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-bottom-cta-img .cert-img {
    width: 130px;
    height: 130px;
  }
}
@media (max-width: 480px) {
  .ag-bottom-cta-img .cert-img {
    width: 100px;
    height: 100px;
  }
}
.ag-bottom-cta-img .item-img {
  overflow: hidden;
  max-width: 435px;
  border-radius: 5px 5px 500px 500px;
}

.ag-bottom-cta-text {
  max-width: 565px;
}
.ag-bottom-cta-text h3 {
  font-size: 50px;
  padding-bottom: 15px;
  color: var(--ag-title-color);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-bottom-cta-text h3 {
    font-size: 35px;
  }
}
.ag-bottom-cta-text p {
  padding-bottom: 20px;
}
.ag-bottom-cta-text li {
  margin-right: 35px;
  color: var(--ag-title-color);
}
.ag-bottom-cta-text li:last-child {
  margin-right: 0;
}
.ag-bottom-cta-text li i {
  margin-right: 8px;
}
.ag-bottom-cta-text .ag-btn-1 a {
  font-weight: 800;
  white-space: nowrap;
}
.ag-bottom-cta-text .ag-btn-1 a i {
  margin-left: 0;
  margin-right: 8px;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

/*---------------------------------------------------- */
/******* HOME PAGE 2 *******/
/*Hero  area*/
/*----------------------------------------------------*/
.ag-hero-section-2 .ag-hero-wrap-2 {
  z-index: 1;
  overflow: hidden;
  padding: 300px 0px 120px;
  background-color: #000000;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-hero-section-2 .ag-hero-wrap-2 {
    padding-top: 250px;
  }
}
@media (max-width: 480px) {
  .ag-hero-section-2 .ag-hero-wrap-2 {
    padding-top: 200px;
    padding-bottom: 80px;
  }
}
.ag-hero-section-2 .ag-hero-wrap-2 .ag-hero-pattern {
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.04;
}
.ag-hero-section-2 .ag-hero-wrap-2 .ag-hero-img {
  bottom: 0;
  right: -25%;
  z-index: -1;
  opacity: 0;
  position: absolute;
  visibility: hidden;
  -webkit-transition: 2000ms var(--cube-1);
  transition: 2000ms var(--cube-1);
}
.ag-hero-section-2 .ag-hero-wrap-2 .ag-hero-shape {
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: -1;
  text-align: center;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transition: all 1500ms ease-in-out;
  transition: all 1500ms ease-in-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .ag-hero-section-2 .ag-hero-wrap-2 .ag-hero-shape {
    display: none;
  }
}
.ag-hero-section-2 .ag-hero-wrap-2 .ag-hero-shape img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ag-hero-section-2 .ag-hero-wrap-2.active .ag-hero-img {
  right: 0%;
  opacity: 0.47;
  visibility: visible;
  -webkit-transition-delay: 2500ms;
          transition-delay: 2500ms;
}
.ag-hero-section-2 .ag-hero-wrap-2.active .ag-hero-shape {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-delay: 2800ms;
          transition-delay: 2800ms;
}
.ag-hero-section-2 .ag-hero-wrap-2.active .ag-hero-text-2 .hero_title span:before {
  width: 80%;
  -webkit-transition-delay: 2200ms;
          transition-delay: 2200ms;
}
.ag-hero-section-2 .ag-hero-wrap-2.active .ag-hero-text-2 .hero_exp {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-delay: 2700ms;
          transition-delay: 2700ms;
}

.ag-hero-text-2 {
  max-width: 1100px;
  padding-left: 75px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .ag-hero-text-2 {
    padding-left: 0;
  }
}
.ag-hero-text-2 .hero_exp {
  top: 15px;
  right: 0;
  width: 170px;
  height: 170px;
  position: absolute;
  border-radius: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  background: var(--ag-gradient);
  background-size: 200%, 1px;
  -webkit-transition: 1s var(--cube-1);
  transition: 1s var(--cube-1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .ag-hero-text-2 .hero_exp {
    display: none !important;
  }
}
.ag-hero-text-2 .hero_exp h3 {
  color: #fff;
  line-height: 1;
  font-size: 60px;
  font-weight: 900;
  font-family: var(--ag-body-font);
}
.ag-hero-text-2 .hero_exp h3 span {
  font-size: 30px;
  font-weight: 300;
}
.ag-hero-text-2 .hero_exp p {
  margin: 0;
  color: #fff;
  line-height: 1;
  font-size: 20px;
  max-width: 100px;
  font-weight: 600;
}
.ag-hero-text-2 .hero_title {
  color: #fff;
  font-size: 180px;
  line-height: 1.04;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ag-hero-text-2 .hero_title {
    font-size: 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-hero-text-2 .hero_title {
    font-size: 120px;
  }
}
@media (max-width: 767px) {
  .ag-hero-text-2 .hero_title {
    font-size: 80px;
  }
}
@media (max-width: 480px) {
  .ag-hero-text-2 .hero_title {
    font-size: 60px;
  }
}
@media (max-width: 360px) {
  .ag-hero-text-2 .hero_title {
    font-size: 50px;
  }
}
.ag-hero-text-2 .hero_title span {
  position: relative;
  display: inline-block;
}
.ag-hero-text-2 .hero_title span:before {
  left: 0;
  bottom: 0;
  width: 0%;
  height: 6px;
  content: "";
  position: absolute;
  background: var(--ag-gradient);
  background-size: 200%, 1px;
  -webkit-transition: 1s var(--cube-1);
  transition: 1s var(--cube-1);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-hero-text-2 .hero_title span:before {
    height: 3px;
  }
}
.ag-hero-text-2 p {
  color: #fff;
  font-size: 22px;
  max-width: 745px;
  margin-top: 35px;
  line-height: 1.364;
}
@media (max-width: 480px) {
  .ag-hero-text-2 p {
    font-size: 20px;
    margin-top: 25px;
  }
}
@media (max-width: 480px) {
  .ag-hero-text-2 .ag-btn-1 {
    margin-top: 30px;
  }
}

/*---------------------------------------------------- */
/*Video Play  area*/
/*----------------------------------------------------*/
.ag-video-play-section {
  overflow: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-video-play-section {
    padding: 15px;
  }
}

.ag-video-play-content {
  width: 100%;
  height: 890px;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-video-play-content {
    height: 600px;
  }
}
@media (max-width: 480px) {
  .ag-video-play-content {
    height: 400px;
  }
}
.ag-video-play-content .video-bg,
.ag-video-play-content .video-bg-2 {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ag-video-play-content .video-bg img,
.ag-video-play-content .video-bg-2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ag-video-play-content .video-play-btn {
  top: 50%;
  left: 0;
  right: 0;
  z-index: 1;
  width: 149px;
  height: 149px;
  padding: 15px;
  margin: 0 auto;
  overflow: hidden;
  position: absolute;
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: var(--ag-gradient);
  background-size: 200%, 1px;
}
.ag-video-play-content .video-play-btn .round-text {
  fill: #fff;
  font-weight: 700;
}
.ag-video-play-content .video-play-btn .hover-arrow {
  left: 0;
  top: 50%;
  right: 0;
  color: #fff;
  font-size: 20px;
  position: absolute;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*---------------------------------------------------- */
/*About  area*/
/*----------------------------------------------------*/
@media (max-width: 480px) {
  .ag-about-section-2 {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}

.ag-about-content-2 {
  gap: 30px 45px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-about-content-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.ag-about-img-wrap-2 {
  width: 100%;
  max-width: 625px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .ag-about-img-wrap-2 {
    padding-bottom: 160px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-about-img-wrap-2 {
    padding-bottom: 20px;
  }
}
.ag-about-img-wrap-2 .item-img {
  overflow: hidden;
  border-radius: 30px;
  display: inline-block;
}
@media (max-width: 767px) {
  .ag-about-img-wrap-2 .item-img {
    width: 100%;
  }
  .ag-about-img-wrap-2 .item-img img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.ag-about-img-wrap-2 .item-img-2 {
  right: 0;
  bottom: -75px;
  position: absolute;
  -webkit-box-shadow: 0px 0px 76px 0px rgba(0, 0, 0, 0.19);
          box-shadow: 0px 0px 76px 0px rgba(0, 0, 0, 0.19);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-about-img-wrap-2 .item-img-2 {
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .ag-about-img-wrap-2 .item-img-2 {
    margin-top: 30px;
    position: static;
  }
}

.ag-about-text-wrap-2 {
  width: 100%;
  max-width: 565px;
}

.hap-about-feature-area {
  margin-top: 40px;
  max-width: 700px;
}
.hap-about-feature-area:before {
  top: 36%;
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  background-color: #eeeeee;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .hap-about-feature-area:before {
    display: none;
  }
}
.hap-about-feature-area:after {
  top: 0;
  left: 44%;
  content: "";
  width: 1px;
  height: 165px;
  position: absolute;
  background-color: #eeeeee;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .hap-about-feature-area:after {
    display: none;
  }
}

.hap-about-feature-item {
  width: 50%;
  margin-bottom: 50px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .hap-about-feature-item {
    width: 100%;
    margin-bottom: 30px;
  }
}
.hap-about-feature-item .feature-icon {
  margin-right: 15px;
}
.hap-about-feature-item .feature-icon i {
  color: #000000;
  font-size: 45px;
}
.hap-about-feature-item .feature-text h3 {
  font-size: 21px;
  max-width: 200px;
  color: var(--ag-title-color);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .hap-about-feature-item .feature-text h3 {
    max-width: 100%;
  }
}

/*---------------------------------------------------- */
/*Service  area*/
/*----------------------------------------------------*/
.ag-service-section-2 {
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-service-section-2 {
    max-height: 100%;
    padding-top: 60px;
    padding-bottom: 50px;
  }
}
.ag-service-section-2:after {
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  content: "";
  width: 100%;
  margin: 0 auto;
  max-width: 1250px;
  position: absolute;
  background-color: #eae8e4;
}

.ag-service-content-2 {
  gap: 30px 80px;
  position: relative;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.ag-service-content-2:before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  content: "";
  height: 100%;
  max-height: 645px;
  position: absolute;
  background-color: #f6f5f3;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-service-content-2:before {
    max-height: 100%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ag-service-content-2 {
    gap: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-service-content-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.ag-s-text-wrap-2 {
  width: 100%;
  overflow: hidden;
  max-width: 50%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-s-text-wrap-2 {
    max-width: 100%;
    padding: 0px 15px;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}
.ag-s-text-wrap-2 .ag-s-side {
  width: 100%;
  overflow: hidden;
  max-height: 907px;
  margin-right: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-s-text-wrap-2 .ag-s-side {
    margin-right: 0;
  }
}
.ag-s-text-wrap-2 .ag-s-side img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-bottom-right-radius: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-s-text-wrap-2 .ag-s-side img {
    border-radius: 10px;
  }
}
.ag-s-text-wrap-2 .ag-s-side .s-item-img-1 {
  z-index: 1;
  position: relative;
}
.ag-s-text-wrap-2 .ag-s-side .s-item-img-2 {
  z-index: 2;
}
.ag-s-text-wrap-2 .ag-s-side .s-item-img-3 {
  z-index: 3;
}
.ag-s-text-wrap-2 .ag-s-side .s-item-img-2,
.ag-s-text-wrap-2 .ag-s-side .s-item-img-3 {
  top: 0;
  left: 0;
  opacity: 0;
  position: absolute;
}
.ag-s-text-wrap-2 ul {
  margin-top: 25px;
}
.ag-s-text-wrap-2 ul li {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--ag-title-color);
}
.ag-s-text-wrap-2 ul li i {
  margin-right: 5px;
}
.ag-s-text-wrap-2 .ag-s-text-wrapper {
  max-width: 620px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ag-s-text-wrap-2 .ag-s-text-wrapper {
    padding-left: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-s-text-wrap-2 .ag-s-text-wrapper {
    max-width: 100%;
  }
}

.ag-s-item-wrap-2 {
  max-width: 555px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ag-s-item-wrap-2 {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-s-item-wrap-2 {
    padding: 15px;
    max-width: 100%;
  }
}

.ag-s-item-2 {
  top: 30px;
  position: sticky;
  padding: 65px 50px;
  border-radius: 15px;
  margin-bottom: 32px;
  background-color: #eae8e4;
}
@media (max-width: 480px) {
  .ag-s-item-2 {
    padding: 40px 30px;
  }
}
.ag-s-item-2 .item-icon {
  margin-bottom: 25px;
}
.ag-s-item-2 .item-text h3 {
  font-size: 32px;
  padding-bottom: 8px;
  color: var(--ag-title-color);
}
@media (max-width: 480px) {
  .ag-s-item-2 .item-text h3 {
    font-size: 26px;
  }
}
.ag-s-item-2 .item-text p {
  padding-bottom: 14px;
}
.ag-s-item-2 .item-text .read_more {
  font-size: 18px;
  font-weight: 700;
  position: relative;
  padding-bottom: 4px;
  color: var(--ag-title-color);
}
.ag-s-item-2 .item-text .read_more:before {
  left: 0;
  bottom: 0;
  content: "";
  height: 2px;
  width: 0%;
  position: absolute;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  background-color: var(--ag-title-color);
}
.ag-s-item-2 .item-text .read_more i {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 500ms var(--cube-1);
  transition: 500ms var(--cube-1);
}
.ag-s-item-2 .item-text .read_more:hover:before {
  width: 100%;
}
.ag-s-item-2 .item-text .read_more:hover i {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

/*---------------------------------------------------- */
/*Version  area*/
/*----------------------------------------------------*/
.ag-version-section-2 .section-bg {
  top: 0;
  left: 0;
  z-index: -1;
  width: 200%;
  height: 100%;
}
.ag-version-section-2 .section-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ag-version-section-2.ver_2 .ag-section-title .sec_title {
  color: #fff;
}
.ag-version-section-2.ver_2 .ag-section-title p {
  color: #fff;
}

.ag-version-content-2 ul {
  gap: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ag-version-content-2 li {
  width: 225px;
  height: 88px;
  cursor: pointer;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f4f4f4;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.ag-version-content-2 li:nth-child(2), .ag-version-content-2 li:nth-child(3) {
  width: 245px;
}
.ag-version-content-2 li .img_1 {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.ag-version-content-2 li .img_2 {
  left: 0;
  right: 0;
  top: 50%;
  opacity: 0;
  margin: 0 auto;
  text-align: center;
  visibility: hidden;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.ag-version-content-2 li:hover {
  background-color: #2a61e2;
}
.ag-version-content-2 li:hover .img_1 {
  opacity: 0;
  visibility: visible;
}
.ag-version-content-2 li:hover .img_2 {
  opacity: 1;
  visibility: visible;
}

/*---------------------------------------------------- */
/*Why Choose Us  area*/
/*----------------------------------------------------*/
@-webkit-keyframes floating {
  from {
    -webkit-transform: rotate(0deg) translate(-10px) rotate(0deg);
    transform: rotate(0deg) translate(-10px) rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    transform: rotate(360deg) translate(-10px) rotate(-360deg);
  }
}
@keyframes floating {
  from {
    -webkit-transform: rotate(0deg) translate(-10px) rotate(0deg);
    transform: rotate(0deg) translate(-10px) rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    transform: rotate(360deg) translate(-10px) rotate(-360deg);
  }
}
.ag-why-choose-us-section {
  background-color: #f4f1ea;
}

.ag-wc-content {
  gap: 30px 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-wc-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.ag-wc-img-wrap {
  width: 100%;
  height: 645px;
}
@media (max-width: 480px) {
  .ag-wc-img-wrap {
    height: auto;
    width: 100%;
  }
}
.ag-wc-img-wrap .ag-wc-img-list li {
  overflow: hidden;
  position: absolute;
  border-radius: 100%;
  animation-name: floating;
  -webkit-animation-name: floating;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-transform-origin: 50% 1px;
  transform-origin: 50% 1px;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-wc-img-wrap .ag-wc-img-list li {
    height: 100px !important;
    width: 100px !important;
  }
}
@media (max-width: 480px) {
  .ag-wc-img-wrap .ag-wc-img-list li {
    display: none;
  }
}
.ag-wc-img-wrap .ag-wc-img-list li:nth-child(1) {
  top: 0%;
  left: 15%;
  width: 125px;
  height: 125px;
  animation-duration: 10s;
  -webkit-animation-duration: 10s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.ag-wc-img-wrap .ag-wc-img-list li:nth-child(2) {
  top: 30%;
  left: 10%;
  width: 92px;
  height: 92px;
  animation-duration: 12s;
  -webkit-animation-duration: 12s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.ag-wc-img-wrap .ag-wc-img-list li:nth-child(3) {
  top: 35%;
  left: 40%;
  width: 120px;
  height: 120px;
  animation-duration: 11s;
  -webkit-animation-duration: 11s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.ag-wc-img-wrap .ag-wc-img-list li:nth-child(4) {
  top: 10%;
  right: 5%;
  width: 180px;
  height: 180px;
  animation-duration: 6s;
  -webkit-animation-duration: 6s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.ag-wc-img-wrap .ag-wc-img-list li:nth-child(5) {
  left: 5%;
  bottom: 5%;
  width: 210px;
  height: 210px;
  animation-duration: 7s;
  -webkit-animation-duration: 7s;
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.ag-wc-img-wrap .ag-wc-img-list li:nth-child(6) {
  right: 5%;
  bottom: 5%;
  width: 170px;
  height: 170px;
  animation-duration: 5s;
  -webkit-animation-duration: 5s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

@media (max-width: 480px) {
  .ag-wc-circle {
    display: none;
  }
}
.ag-wc-circle li {
  position: absolute;
  border-radius: 100%;
  animation-name: floating;
  -webkit-animation-name: floating;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-transform-origin: 50% 1px;
  transform-origin: 50% 1px;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}
.ag-wc-circle li:nth-child(1) {
  top: 12%;
  left: 35%;
  width: 70px;
  height: 70px;
  background-color: #fff;
  animation-duration: 5s;
  -webkit-animation-duration: 5s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.ag-wc-circle li:nth-child(2) {
  right: 0%;
  width: 25px;
  bottom: 50%;
  height: 25px;
  background-color: #43baff;
  animation-duration: 7s;
  -webkit-animation-duration: 7s;
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.ag-wc-circle li:nth-child(3) {
  left: 0%;
  width: 25px;
  bottom: 30%;
  height: 25px;
  background-color: #43baff;
  animation-duration: 6s;
  -webkit-animation-duration: 6s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.ag-wc-circle li:nth-child(4) {
  left: 50%;
  width: 58px;
  bottom: 10%;
  height: 58px;
  background-color: #fff;
  animation-duration: 11s;
  -webkit-animation-duration: 11s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.ag-wc-circle li:nth-child(5) {
  top: 40%;
  right: 30%;
  width: 12px;
  height: 12px;
  background-color: #7141b1;
  animation-duration: 5s;
  -webkit-animation-duration: 5s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.ag-wc-text-wrap {
  max-width: 535px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-wc-text-wrap {
    margin: 0 auto;
    max-width: 680px;
  }
}

.ag-wc-counter {
  gap: 30px;
  max-width: 420px;
}

.ag-wc-count-item h3 {
  font-size: 90px;
  color: var(--ag-title-color);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ag-wc-count-item h3 {
    font-size: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .ag-wc-count-item h3 {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  .ag-wc-count-item h3 {
    font-size: 45px;
  }
}
@media (max-width: 480px) {
  .ag-wc-count-item h3 {
    font-size: 40px;
  }
}
.ag-wc-count-item p {
  font-size: 20px;
  font-weight: 800;
  max-width: 170px;
  line-height: 1.2;
  color: var(--ag-title-color);
}

/*---------------------------------------------------- */
/*Testimonial  area*/
/*----------------------------------------------------*/
.ag-testimonial-section-2 {
  z-index: 1;
  overflow: hidden;
  padding-bottom: 30px;
}
.ag-testimonial-section-2:before {
  top: 0;
  width: 100%;
  z-index: -1;
  content: "";
  height: 100%;
  max-height: 300px;
  position: absolute;
  background-color: #f2efe8;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-testimonial-section-2:before {
    display: none;
  }
}

.ag-testimonial-content-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  gap: 30px 50px;
  max-width: 1920px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-testimonial-content-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 80px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.ag-ts-item-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 885px;
  border-radius: 30px;
  background-color: #fff;
  padding: 85px 50px 80px;
  -webkit-box-shadow: 0px 6px 54px 0px rgba(72, 71, 80, 0.04);
          box-shadow: 0px 6px 54px 0px rgba(72, 71, 80, 0.04);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-ts-item-2 {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
@media (max-width: 767px) {
  .ag-ts-item-2 {
    padding: 40px 30px 40px;
  }
}
.ag-ts-item-2 h3 {
  color: var(--ag-title-color);
  font-size: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-ts-item-2 h3 {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .ag-ts-item-2 h3 {
    font-size: 26px;
  }
}
.ag-ts-item-2 .item-author {
  gap: 35px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-ts-item-2 .item-author {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.ag-ts-item-2 .item-author .author-img {
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 100%;
}
.ag-ts-item-2 .item-author .author-text {
  max-width: 555px;
}
.ag-ts-item-2 .item-bottom {
  gap: 30px 80px;
}
@media (max-width: 767px) {
  .ag-ts-item-2 .item-bottom {
    gap: 20px 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.ag-ts-item-2 .item-bottom .bottom-name h4 {
  font-size: 30px;
  color: var(--ag-title-color);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-ts-item-2 .item-bottom .bottom-name h4 {
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  .ag-ts-item-2 .item-bottom .bottom-name h4 {
    font-size: 22px;
  }
}
.ag-ts-item-2 .item-bottom .bottom-name span {
  font-size: 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-ts-item-2 .item-bottom .bottom-name span {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .ag-ts-item-2 .item-bottom .bottom-name span {
    font-size: 18px;
  }
}

/*---------------------------------------------------- */
/*Market  area*/
/*----------------------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-market-section {
    padding-top: 50px;
  }
}

.ag-market-content {
  gap: 30px 64px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-market-content {
    gap: 30px 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-market-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.ag-market-img {
  max-width: 610px;
}
.ag-market-img .item-img {
  overflow: hidden;
  border-radius: 20px 400px 20px 20px;
}
@media (max-width: 767px) {
  .ag-market-img .item-img {
    border-radius: 20px 20px 20px 20px;
  }
}
.ag-market-img .item-shape {
  top: 90px;
  right: 50px;
}
@media (max-width: 767px) {
  .ag-market-img .item-shape {
    display: none;
  }
}

.ag-market-text {
  max-width: 570px;
  padding-top: 15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-market-text {
    padding-top: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .ag-market-text .ag-btn-1 {
    margin-top: 25px;
  }
}

.ag-market-list {
  gap: 30px 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-market-list {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .ag-market-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.ag-market-list .mar-list-img {
  max-width: 280px;
  overflow: hidden;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 76px 0px rgba(0, 0, 0, 0.19);
          box-shadow: 0px 0px 76px 0px rgba(0, 0, 0, 0.19);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-market-list {
    gap: 30px;
  }
}
.ag-market-list .mar-list-item {
  max-width: 230px;
}
@media (max-width: 767px) {
  .ag-market-list .mar-list-item {
    max-width: 100%;
  }
}
.ag-market-list .mar-list-item h3 {
  font-size: 40px;
  color: var(--ag-title-color);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-market-list .mar-list-item h3 {
    font-size: 35px;
  }
}
@media (max-width: 480px) {
  .ag-market-list .mar-list-item h3 {
    font-size: 30px;
  }
}
.ag-market-list .mar-list-item ul {
  margin-top: 25px;
}
.ag-market-list .mar-list-item li {
  font-size: 20px;
  font-weight: 700;
  position: relative;
  margin-bottom: 8px;
  padding-left: 22px;
  color: var(--ag-title-color);
}
.ag-market-list .mar-list-item li:before {
  left: 0;
  top: 14px;
  width: 11px;
  height: 3px;
  content: "";
  position: absolute;
  background-color: var(--ag-title-color);
}

/*---------------------------------------------------- */
/*Counter  area*/
/*----------------------------------------------------*/
.ag-counter-content-2 {
  gap: 30px 85px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-counter-content-2 {
    gap: 30px 40px;
  }
}
.ag-counter-content-2 h2 {
  font-size: 50px;
  max-width: 420px;
  color: var(--ag-title-color);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-counter-content-2 h2 {
    font-size: 45px;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .ag-counter-content-2 h2 {
    font-size: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-counter-content-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.ag-counter-item-wrap {
  gap: 30px 85px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-counter-item-wrap {
    gap: 30px 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-counter-item-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.ag-counter-item-2 h3 {
  line-height: 1;
  font-size: 90px;
  padding-bottom: 5px;
  color: var(--ag-title-color);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-counter-item-2 h3 {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .ag-counter-item-2 h3 {
    font-size: 55px;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .ag-counter-item-2 h3 {
    font-size: 45px;
  }
}
.ag-counter-item-2 p {
  font-size: 20px;
}

/*---------------------------------------------------- */
/*Pricing  area*/
/*----------------------------------------------------*/
.chy-price-1-slider-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 65px 1.4fr;
  grid-template-columns: 1fr 1.4fr;
  gap: 65px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .chy-price-1-slider-item {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .chy-price-1-slider-item {
    gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.chy-price-1-slider-item .right {
  max-width: 580px;
  -webkit-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
  -webkit-transform: rotateX(86deg);
          transform: rotateX(86deg);
  -webkit-transition: 800ms ease-in-out;
  transition: 800ms ease-in-out;
  padding-top: 70px;
}
.chy-price-1-slider-item .left {
  -webkit-perspective: 2000px;
          perspective: 2000px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.chy-price-1-slider-item .transform-orgn {
  -webkit-perspective: 2000px;
          perspective: 2000px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.chy-price-1-slider-item .innter-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 120px;
}
@media (max-width: 767px) {
  .chy-price-1-slider-item .innter-div {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .chy-price-1-slider-item .innter-div {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 100px;
  }
}
.chy-price-1-slider-item-img {
  position: relative;
  -webkit-transform: rotateX(-90deg);
          transform: rotateX(-90deg);
  -webkit-transition: 800ms ease-in-out;
  transition: 800ms ease-in-out;
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}
.chy-price-1-slider-item-img .chy_price_1_next {
  background: #fff;
  width: 60px;
  height: 40px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 14px 60.2px 9.8px rgba(28, 28, 45, 0.07);
          box-shadow: 0px 14px 60.2px 9.8px rgba(28, 28, 45, 0.07);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  color: var(--ag-title-color);
  opacity: 0;
  scale: 0;
  -webkit-transition: 500ms;
  transition: 500ms;
  z-index: 22;
  position: absolute;
}
.chy-price-1-slider-item-img:hover .chy_price_1_next {
  opacity: 1;
  scale: 1;
}

.chy-price-1-pricing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.chy-price-1-pricing .dollar {
  color: #141515;
  font-size: 55px;
  font-weight: 800;
  line-height: 1;
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #eaeaea;
}
@media (max-width: 767px) {
  .chy-price-1-pricing .dollar {
    font-size: 45px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .chy-price-1-pricing .dollar {
    font-size: 50px;
  }
}
.chy-price-1-pricing .monthly {
  font-size: 23px;
  line-height: 25px;
  text-transform: capitalize;
  color: #141515;
}

.chy-price-1-slider {
  padding-left: 65px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .chy-price-1-slider {
    padding-left: 0;
  }
}
.chy-price-1-slider .swiper-container .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .chy-price-1-slider-item-img {
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}
.chy-price-1-slider .swiper-container .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .chy-price-1-slider-item .right {
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}

.chy-price-1-pagination {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 20px !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 50% !important;
  left: 40px !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .chy-price-1-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100% !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: unset;
    padding-top: 40px;
  }
}
.chy-price-1-pagination span {
  width: 5px;
  height: 5px;
  opacity: 1;
  color: #000;
  background: #000;
}
.chy-price-1-pagination span:is(.swiper-pagination-bullet-active) {
  width: 17px;
  height: 17px;
  background: #000;
}

.chy-price-1-animation-line {
  width: 10%;
  height: 2px;
  background: #a249ed;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: 2s;
  transition: 2s;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.chy-price-1-animation-line .icon {
  position: absolute;
  top: -14px;
  left: 0px;
  -webkit-animation: chy-price-1 26s infinite ease-in-out;
          animation: chy-price-1 26s infinite ease-in-out;
}

@-webkit-keyframes chy-price-1 {
  0% {
    left: 0;
  }
  50% {
    left: 95%;
  }
  100% {
    left: 0;
  }
}

@keyframes chy-price-1 {
  0% {
    left: 0;
  }
  50% {
    left: 95%;
  }
  100% {
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .chy-price-1-content {
    margin-bottom: 50px;
  }
}
.chy-price-1-content .section-title-wrap .chy-section-para-1 {
  max-width: 480px;
}
.chy-price-1-img {
  position: relative;
  width: 100%;
  height: 380px;
  overflow: hidden;
}
.chy-price-1-img .animation {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--ag-gradient);
  background-size: 200%, 1px;
}
.chy-price-1-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.chy-price-card-1-hight {
  min-height: 660px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .chy-price-card-1-hight {
    min-height: 675px;
  }
}

.chy-price-1-area:is(.active) .chy-price-1-animation-line {
  width: 100%;
}

/*---------------------------------------------------- */
/*Team  area*/
/*----------------------------------------------------*/
.hap-team-section {
  z-index: 1;
  overflow: hidden;
  padding: 120px 0px 65px;
}
.hap-team-section:before, .hap-team-section:after {
  left: 0;
  top: -70px;
  z-index: -1;
  content: "";
  width: 105%;
  height: 110px;
  z-index: 1;
  position: absolute;
  background-color: #fff;
  -webkit-transform: rotate(-2deg);
          transform: rotate(-2deg);
}
.hap-team-section:after {
  z-index: -1;
  top: auto;
  height: 30%;
  bottom: -70px;
}

.hap-team-slider-content {
  margin-top: 30px;
}

.hap-team-item {
  width: 100%;
  margin: 0 auto;
  max-width: 400px;
}
.hap-team-item .team-img {
  z-index: 1;
  overflow: hidden;
  text-align: center;
  padding-top: 40px;
  border-radius: 200px;
}
.hap-team-item .team-img:before {
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 200px;
  background-color: #f6f6f6;
  border: 2px solid transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.hap-team-item .team-text {
  margin-top: -40px;
}
.hap-team-item .team-text h3 {
  margin-bottom: 0;
}
.hap-team-item .team-text h3 a {
  opacity: 0;
  z-index: 2;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  position: relative;
  padding: 15px 23px;
  visibility: hidden;
  display: inline-block;
  border-radius: 22px;
  background: var(--ag-gradient);
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  background-size: 200%, 1px;
}
.hap-team-item .team-text span {
  opacity: 0;
  z-index: 1;
  color: #000000;
  font-weight: 700;
  font-size: 14px;
  margin-top: -5px;
  padding: 14px 18px;
  position: relative;
  visibility: hidden;
  display: inline-block;
  background-color: #fff;
  border-radius: 30px;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-box-shadow: 0px 3px 60px 0px rgba(32, 42, 181, 0.11);
          box-shadow: 0px 3px 60px 0px rgba(32, 42, 181, 0.11);
}
.hap-team-item:hover .team-img:before {
  border: 2px solid #b553d1;
}
.hap-team-item:hover .team-text h3 a {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.hap-team-item:hover .team-text span {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .hap-carousel-arrow-next-prev {
    gap: 15px;
    margin-top: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.hap-carousel-arrow-next-prev .hap-slider-arrow {
  z-index: 1;
  top: 50%;
  color: #000000;
  font-size: 30px;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.hap-carousel-arrow-next-prev .hap-slider-arrow:before, .hap-carousel-arrow-next-prev .hap-slider-arrow:after {
  width: 64px;
  content: "";
  height: 64px;
  z-index: -1;
  border-radius: 100%;
  position: absolute;
  background-color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .hap-carousel-arrow-next-prev .hap-slider-arrow:before, .hap-carousel-arrow-next-prev .hap-slider-arrow:after {
    display: none;
  }
}
.hap-carousel-arrow-next-prev .hap-slider-arrow:after {
  -webkit-transform: scale(0);
          transform: scale(0);
  background: var(--ag-gradient);
  background-size: 200%, 1px;
}
.hap-carousel-arrow-next-prev .hap-slider-arrow:hover {
  color: #fff;
}
.hap-carousel-arrow-next-prev .hap-slider-arrow:hover:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .hap-carousel-arrow-next-prev .hap-slider-arrow:hover {
    color: var(--ag-color-1);
  }
}
.hap-carousel-arrow-next-prev .hap-slider-arrow.hap-team-button-prev:before, .hap-carousel-arrow-next-prev .hap-slider-arrow.hap-team-button-prev:after {
  left: -15px;
}
.hap-carousel-arrow-next-prev .hap-slider-arrow.hap-team-button-next:before, .hap-carousel-arrow-next-prev .hap-slider-arrow.hap-team-button-next:after {
  right: -15px;
}

.hap-team-slider-content .hap-carousel-arrow-next-prev .hap-team-button-prev {
  left: -70px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .hap-team-slider-content .hap-carousel-arrow-next-prev .hap-team-button-prev {
    position: static !important;
  }
}
.hap-team-slider-content .hap-carousel-arrow-next-prev .hap-team-button-next {
  right: -70px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .hap-team-slider-content .hap-carousel-arrow-next-prev .hap-team-button-next {
    position: static !important;
  }
}

/*---------------------------------------------------- */
/*FAQ  area*/
/*----------------------------------------------------*/
.ag-faq-section-2 {
  overflow: hidden;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-faq-content-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ag-faq-img{
    margin: 0 auto;
  }
}

.ag-faq-img {
  max-width: 575px;
  padding-left: 40px;
  padding-bottom: 130px;
}
@media (max-width: 767px) {
  .ag-faq-img {
    padding-left: 0;
    padding-bottom: 0;
  }
}
.ag-faq-img .faq-shape {
  z-index: 1;
  top: -50px;
  left: -30px;
}
@media (max-width: 767px) {
  .ag-faq-img .faq-shape {
    display: none;
  }
}
.ag-faq-img .item-img-1 {
  overflow: hidden;
}
@media (max-width: 767px) {
  .ag-faq-img .item-img-1 {
    margin-bottom: 30px;
  }
}
.ag-faq-img .item-img-1 img {
  border-radius: 20px;
}
.ag-faq-img .item-img-2 {
  bottom: 0;
  left: -20px;
  overflow: hidden;
  position: absolute;
}
@media (max-width: 767px) {
  .ag-faq-img .item-img-2 {
    position: static;
  }
}
.ag-faq-img .item-img-2 img {
  border-radius: 20px;
}
.ag-faq-img .about-exp {
  right: -15px;
  bottom: 100px;
  width: 165px;
  height: 140px;
  border-radius: 20px;
  padding: 15px 20px 20px;
  background: var(--ag-gradient);
  background-size: 200%, 1px;
}
@media (max-width: 767px) {
  .ag-faq-img .about-exp {
    right: 0;
    bottom: 0;
  }
}
.ag-faq-img .about-exp h3 {
  color: #fff;
  line-height: 1;
  font-size: 55px;
  font-weight: 700;
  margin-bottom: 0;
}
.ag-faq-img .about-exp span {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  max-width: 103px;
  line-height: 1.2;
  display: inline-block;
}

.ag-faq-text {
  max-width: 615px;
  padding-top: 30px;
}

.ag-faq-text .hap-section-title h2 {
  font-size: 65px;
}
.ag-faq-text .accordion-item {
  border: none;
  overflow: hidden;
  border-radius: 0;
  position: relative;
  margin-bottom: 10px;
  padding: 10px 0px 25px;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-bottom: 2px solid #373737;
}
.ag-faq-text .accordion-button {
  font-size: 21px;
  position: relative;
  padding: 5px 0px 0px;
  background-color: transparent;
}
.ag-faq-text .accordion-button span {
  max-width: 95%;
  color: var(--ag-title-color);
}
.ag-faq-text .accordion-button:focus {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ag-faq-text .accordion-body {
  padding: 0;
  color: #070318;
  font-size: 19px;
  line-height: 30px;
  padding-top: 15px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.ag-faq-text .accordion-button::after {
  right: 5px;
  content: "\f067";
  font-weight: 700;
  position: absolute;
  border-radius: 100%;
  background-image: none;
  color: #373737;
  font-family: "Font Awesome 5 free";
}
.ag-faq-text .accordion-button:not(.collapsed):after {
  content: "\f068";
  color: var(--base-color);
}

/*---------------------------------------------------- */
/*Answer  area*/
/*----------------------------------------------------*/
.ag-answer-section {
  overflow: hidden;
}

.ag-answer-top-content {
  gap: 30px;
}
.ag-answer-top-content .ag-section-title {
  max-width: 600px;
}

.ag-answer-content-area {
  margin: 0 auto;
  padding: 0px 15px;
  max-width: 1400px;
}

.ag-answer-content {
  gap: 12px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-answer-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.ag-answer-item {
  width: 230px;
  height: 265px;
  text-align: center;
  border-radius: 15px;
  padding: 40px 15px 20px;
  border: 2px solid #34a853;
}
@media (max-width: 480px) {
  .ag-answer-item {
    width: 100%;
  }
}
.ag-answer-item .item-icon {
  height: 100px;
  margin-bottom: 30px;
}
.ag-answer-item .item-text h3 {
  font-size: 24px;
}
.ag-answer-item.ver_2 {
  height: 125px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.ag-answer-item.item-2 {
  border: 2px solid #f1c93c;
}
.ag-answer-item.item-3 {
  border: 2px solid #030406;
}
.ag-answer-item.item-4 {
  border: 2px solid #e54953;
}
.ag-answer-item.item-5 {
  border: 2px solid #5864f2;
}
.ag-answer-item.item-6 {
  border: 2px solid #7623be;
}
.ag-answer-item.item-7 {
  border: 2px solid #267ea9;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ag-answer-item-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.ag-answer-item-wrap .ag-answer-item {
  gap: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  margin-bottom: 15px;
  padding: 33px 30px 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ag-answer-item-wrap .ag-answer-item {
    gap: 10px;
    padding: 33px 15px 20px;
  }
}
.ag-answer-item-wrap .ag-answer-item:last-child {
  margin-bottom: 0;
}
.ag-answer-item-wrap .ag-answer-item .item-icon {
  width: 65px;
  height: 65px;
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ag-answer-item-wrap .ag-answer-item .item-icon {
    width: 50px;
    height: 50px;
  }
}

/*---------------------------------------------------- */
/******* HOME PAGE 3 *******/
/*Hero  area*/
/*----------------------------------------------------*/
.ag-hero-content-3 {
  padding-top: 270px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .ag-hero-content-3 {
    padding-top: 200px;
  }
}
@media (max-width: 767px) {
  .ag-hero-content-3 {
    padding-top: 180px;
  }
}
@media (max-width: 480px) {
  .ag-hero-content-3 {
    padding-top: 150px;
  }
}
.ag-hero-content-3 .ag-section-title {
  max-width: 905px;
  margin: 0 auto;
}
.ag-hero-content-3 .ag-section-title .sec_title {
  font-size: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .ag-hero-content-3 .ag-section-title .sec_title {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .ag-hero-content-3 .ag-section-title .sec_title {
    font-size: 55px;
  }
}
@media (max-width: 480px) {
  .ag-hero-content-3 .ag-section-title .sec_title {
    font-size: 45px;
  }
}
@media (max-width: 360px) {
  .ag-hero-content-3 .ag-section-title .sec_title {
    font-size: 40px;
  }
}
.ag-hero-content-3 .ag-section-title .split-line {
  overflow: hidden;
}
.ag-hero-content-3 .ag-hero-search {
  width: 100%;
  margin: 0 auto;
  max-width: 660px;
  margin-top: 25px;
}
.ag-hero-content-3 .ag-hero-search form {
  position: relative;
}
@media (max-width: 480px) {
  .ag-hero-content-3 .ag-hero-search form {
    text-align: center;
  }
}
.ag-hero-content-3 .ag-hero-search input {
  width: 100%;
  height: 76px;
  border: none;
  padding-left: 40px;
  border-radius: 50px;
  background-color: #f7f7f7;
}
.ag-hero-content-3 .ag-hero-search button {
  top: 8px;
  right: 8px;
  color: #fff;
  border: none;
  font-size: 18px;
  font-weight: 800;
  padding: 16px 30px;
  position: absolute;
  white-space: nowrap;
  border-radius: 50px;
  background: var(--ag-gradient);
  background-size: 200%, 1px;
  -webkit-transition: 500ms var(--cube-1);
  transition: 500ms var(--cube-1);
}
@media (max-width: 480px) {
  .ag-hero-content-3 .ag-hero-search button {
    margin-top: 15px;
    position: static;
  }
}
.ag-hero-content-3 .ag-hero-search button:hover {
  background-position: 120%;
}
.ag-info-img-video img{
  width: 100%;
}
/*---------------------------------------------------- */
/*Info Img  area*/
/*----------------------------------------------------*/
.ag-info-img-content {
  gap: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-info-img-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.ag-info-img-video {
  overflow: hidden;
  border-radius: 15px;
  position: relative;
}
.ag-info-img-video .line-shape {
  top: 0;
  left: 0;
  width: 100%;
  height: 33.33%;
  position: absolute;
  background-color: #fff;
  -webkit-transition: 1000ms var(--cube-1);
  transition: 1000ms var(--cube-1);
}
.ag-info-img-video .line-shape.shape-2 {
  top: 33.33%;
}
.ag-info-img-video .line-shape.shape-3 {
  top: 66.64%;
}
.ag-info-img-video.active .line-shape {
  width: 0%;
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
.ag-info-img-video.active .line-shape.shape-2 {
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}
.ag-info-img-video.active .line-shape.shape-3 {
  -webkit-transition-delay: 700ms;
          transition-delay: 700ms;
}
.ag-info-img-video .video-play-btn {
  top: 50%;
  left: 0;
  right: 0;
  z-index: 1;
  width: 149px;
  height: 149px;
  padding: 15px;
  margin: 0 auto;
  overflow: hidden;
  position: absolute;
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: var(--ag-gradient);
  background-size: 200%, 1px;
}
.ag-info-img-video .video-play-btn .round-text {
  fill: #fff;
  font-weight: 700;
}
.ag-info-img-video .video-play-btn .hover-arrow {
  left: 0;
  top: 50%;
  right: 0;
  color: #fff;
  font-size: 20px;
  position: absolute;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.ag-info-img-wrap {
  overflow: hidden;
  border-radius: 15px;
}
.ag-info-img-wrap .line-shape {
  top: 0;
  left: 0;
  width: 100%;
  height: 33.33%;
  position: absolute;
  background-color: #fff;
  -webkit-transition: 1000ms var(--cube-1);
  transition: 1000ms var(--cube-1);
}
.ag-info-img-wrap .line-shape.shape-2 {
  top: 20%;
}
.ag-info-img-wrap .line-shape.shape-3 {
  top: 40%;
}
.ag-info-img-wrap .line-shape.shape-4 {
  top: 60%;
}
.ag-info-img-wrap .line-shape.shape-5 {
  top: 80%;
}
.ag-info-img-wrap.active .line-shape {
  width: 0%;
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
.ag-info-img-wrap.active .line-shape.shape-2 {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}
.ag-info-img-wrap.active .line-shape.shape-3 {
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}
.ag-info-img-wrap.active .line-shape.shape-4 {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}
.ag-info-img-wrap.active .line-shape.shape-5 {
  -webkit-transition-delay: 700ms;
          transition-delay: 700ms;
}
@media (max-width: 767px) {
  .ag-info-img-wrap {
    height: 350px;
  }
}
.ag-info-img-wrap .item-text {
  left: 0;
  right: 0;
  z-index: 1;
  color: #fff;
  bottom: 25px;
  font-size: 16px;
  position: absolute;
}
.ag-info-img-wrap .item-text span {
  font-weight: 700;
}
.ag-info-img-wrap .item-shape {
  left: -15%;
  width: 150%;
  opacity: 0.77;
  bottom: -80px;
  position: absolute;
}
.ag-info-img-wrap .item-img {
  width: 100%;
  height: 100%;
}
.ag-info-img-wrap .item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*---------------------------------------------------- */
/*Service  area*/
/*----------------------------------------------------*/
@-webkit-keyframes icon-bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes icon-bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@-webkit-keyframes BorderChange {
  0%, 100%, 20%, 50%, 80% {
    border: 2px solid #c492ec;
  }
  40% {
    border: 2px solid #78c9da;
  }
  60% {
    border: 2px solid #f0c964;
  }
}
@keyframes BorderChange {
  0%, 100%, 20%, 50%, 80% {
    border: 2px solid #c492ec;
  }
  40% {
    border: 2px solid #78c9da;
  }
  60% {
    border: 2px solid #f0c964;
  }
}
.ag-service-item-3 {
  margin-bottom: 32px;
}
.ag-service-item-3 .item-icon {
  height: 145px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 22px;
}
.ag-service-item-3 .item-text h3 {
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 15px;
}
.ag-service-item-3 .item-text h3 span {
  color: #fff;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #1b1b1a;
}
.ag-service-item-3 .item-text h3 a {
  color: #1b1b1a;
  font-size: 26px;
}
.ag-service-item-3:hover .item-icon {
  -webkit-animation: icon-bounce 1s ease-out infinite;
          animation: icon-bounce 1s ease-out infinite;
}

.ag-service-item-5 {
  margin-bottom: 32px;
  border-radius: 15px;
  padding: 25px 35px 60px;
  border: 2px solid #c492ec;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-animation: BorderChange 5s ease-out infinite;
          animation: BorderChange 5s ease-out infinite;
}
.ag-service-item-5 .item-text {
  margin-top: 30px;
}
.ag-service-item-5 .item-text h3 {
  font-size: 35px;
  max-width: 170px;
  padding-bottom: 15px;
  color: var(--ag-title-color);
}
.ag-service-item-5 .item-text p {
  padding-bottom: 50px;
}
.ag-service-item-5 .item-text .read_more {
  color: #090909;
  font-size: 18px;
  font-weight: 800;
}
.ag-service-item-5 .item-text .read_more i {
  margin-left: 10px;
}

.ag-service-content-5 .col-lg-4:nth-child(2) .ag-service-item-5 {
  -webkit-animation: BorderChange 4s ease-out infinite;
          animation: BorderChange 4s ease-out infinite;
}
.ag-service-content-5 .col-lg-4:nth-child(3) .ag-service-item-5 {
  -webkit-animation: BorderChange 6s ease-out infinite;
          animation: BorderChange 6s ease-out infinite;
}

/*---------------------------------------------------- */
/*Counter  area*/
/*----------------------------------------------------*/
.ag-counter-section-3 {
  z-index: 1;
  overflow: hidden;
  padding-top: 135px;
  padding-bottom: 155px;
}
@media (max-width: 767px) {
  .ag-counter-section-3 {
    padding-bottom: 50px;
  }
}
.ag-counter-section-3 .section-bg {
  top: 0;
  left: 0;
  z-index: -1;
  width: 200%;
  height: 100%;
}
.ag-counter-section-3 .section-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ag-counter-content-3 {
  gap: 30px 45px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-counter-content-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.ag-counter-img-wrap {
  max-width: 595px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ag-counter-img-wrap {
    max-width: 500px;
  }
}

.item-img-wrap {
  gap: 25px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .item-img-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.item-img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.item-img-wrap .item-img-1 {
  width: 365px;
  height: 204px;
  overflow: hidden;
  border-radius: 300px;
}
@media (max-width: 767px) {
  .item-img-wrap .item-img-1 {
    width: 100%;
    border-radius: 10px;
  }
}
.item-img-wrap .item-img-2 {
  width: 204px;
  height: 206px;
  overflow: hidden;
  border-radius: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .item-img-wrap .item-img-2 {
    height: 170px;
  }
}
@media (max-width: 767px) {
  .item-img-wrap .item-img-2 {
    width: 100%;
    border-radius: 10px;
  }
}

.ag-counter-item-wrap-3 {
  max-width: 605px;
  position: relative;
}
.ag-counter-item-wrap-3:before, .ag-counter-item-wrap-3:after {
  content: "";
  position: absolute;
  background-color: #191549;
  -webkit-transition: 700ms var(--cube-1);
  transition: 700ms var(--cube-1);
}
@media (max-width: 767px) {
  .ag-counter-item-wrap-3:before, .ag-counter-item-wrap-3:after {
    display: none;
  }
}
.ag-counter-item-wrap-3:before {
  top: 50%;
  right: 0;
  height: 1px;
  width: 0%;
}
.ag-counter-item-wrap-3:after {
  top: 0;
  left: 45%;
  width: 1px;
  height: 0%;
}
.ag-counter-item-wrap-3.active:before {
  width: 100%;
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
.ag-counter-item-wrap-3.active:after {
  height: 100%;
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}

.ag-counter-item-3 {
  padding-top: 40px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .ag-counter-item-3 {
    padding-top: 0;
    text-align: center;
  }
}
.ag-counter-item-3 h3 {
  color: #fff;
  font-size: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ag-counter-item-3 h3 {
    font-size: 60px;
  }
}
.ag-counter-item-3 p {
  display: inline-block;
}

/*---------------------------------------------------- */
/*Why choose  area*/
/*----------------------------------------------------*/
.ag-wc-top-content {
  gap: 30px;
}
.ag-wc-top-content .ag-section-title {
  max-width: 470px;
}
.ag-wc-top-content .ag-section-title .sec_title {
  font-size: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .ag-wc-top-content .ag-section-title .sec_title {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .ag-wc-top-content .ag-section-title .sec_title {
    font-size: 38px;
  }
}
@media (max-width: 480px) {
  .ag-wc-top-content .ag-section-title .sec_title {
    font-size: 30px;
  }
}
.ag-wc-top-content .top-text {
  max-width: 615px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ag-wc-top-content {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    text-align: center;
  }
}

.ag-wc-content-2 {
  gap: 30px 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ag-wc-content-2 {
    gap: 30px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ag-wc-content-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.ag-wc-item-1 {
  width: 100%;
  max-width: 440px;
  border-radius: 10px;
  background: var(--ag-gradient);
  background-size: 200%, 1px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ag-wc-item-1 {
    max-width: 350px;
  }
}
.ag-wc-item-1 .ag-p-item.popular {
  margin-bottom: 0;
  padding: 37px 50px 50px;
  background-color: transparent;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ag-wc-item-1 .ag-p-item.popular {
    padding: 37px 30px 50px;
  }
}
.ag-wc-item-1 .ag-p-item.popular .p-title-value {
  margin-bottom: 30px;
  padding-bottom: 38px;
  border-bottom: 2px solid #fff;
}
.ag-wc-item-1 .ag-p-item.popular .p-title-value h3 {
  padding-bottom: 8px;
}
.ag-wc-item-1 .ag-p-item.popular .p-title-value h3 span {
  color: #fff;
  font-weight: 500;
  font-family: var(--ag-body-font);
}
.ag-wc-item-1 .ag-p-item.popular .p-title-value h4 {
  font-size: 28px;
}
.ag-wc-item-1 .ag-p-item.popular li {
  margin-bottom: 10px;
}
.ag-wc-item-1 .ag-p-item.popular li i {
  -webkit-text-fill-color: #fff;
}
.ag-wc-item-1 .ag-p-item.popular .p-btn {
  margin-top: 40px;
}
.ag-wc-item-1 .ag-p-item.popular .p-btn a {
  background: #070707;
}

.ag-wc-item-2 {
  padding-top: 20px;
  max-width: 360px;
}
.ag-wc-item-2 .item-img {
  padding: 20px;
  border-radius: 15px;
  margin-bottom: 30px;
  border: 2px solid #eaeaea;
}
.ag-wc-item-2 .item-img img {
  border-radius: 15px;
}
.ag-wc-item-2 .item-text {
  max-width: 265px;
}
.ag-wc-item-2 .item-text li {
  color: #e66d32;
}
.ag-wc-item-2 .item-text h3 {
  font-size: 32px;
  padding-top: 10px;
  padding-bottom: 8px;
  color: var(--ag-title-color);
}

.ag-wc-item-3 {
  padding-top: 20px;
}
.ag-wc-item-3 ul {
  margin-bottom: 30px;
}
.ag-wc-item-3 ul li {
  font-weight: 500;
  margin-bottom: 10px;
  color: var(--ag-title-color);
}
.ag-wc-item-3 ul li i {
  margin-right: 8px;
}
.ag-wc-item-3 .item-img {
  padding: 20px;
  border-radius: 15px;
  border: 2px solid #eaeaea;
}
.ag-wc-item-3 .item-img img {
  border-radius: 15px;
}

/*---------------------------------------------------- */
/*Project  area*/
/*----------------------------------------------------*/
@-webkit-keyframes pxl_blinds_staggered {
  0%, 25% {
    background-position: 0 100%;
  }
  75%, 100% {
    background-position: 0 0;
  }
}
@keyframes pxl_blinds_staggered {
  0%, 25% {
    background-position: 0 100%;
  }
  75%, 100% {
    background-position: 0 0;
  }
}
.ag-port-item-3 {
  margin: 0 auto;
  max-width: 602px;
  margin-bottom: 95px;
  position: relative;
}
.ag-port-item-3.visible:before {
  background: repeating-linear-gradient(#868686, #fff 6.25%), -webkit-gradient(linear, left top, left bottom, color-stop(33.3%, #000), color-stop(0, grey), color-stop(66.7%, #fff)) 0/100% 305%;
  background: repeating-linear-gradient(#868686, #fff 6.25%), linear-gradient(#000 33.3%, grey 0, #fff 66.7%) 0/100% 305%;
  background-blend-mode: multiply;
  background-position: 0 0;
  -webkit-filter: contrast(999);
  filter: contrast(999);
  mix-blend-mode: screen;
  -webkit-animation: pxl_blinds_staggered 1.5s linear alternate;
  animation: pxl_blinds_staggered 1.5s linear alternate;
}
@media (max-width: 767px) {
  .ag-port-item-3 {
    margin-bottom: 50px;
  }
}
.ag-port-item-3 .inner-item {
  position: relative;
}
.ag-port-item-3 .inner-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.ag-port-item-3.visible .inner-item:before {
  background: repeating-linear-gradient(#868686, #fff 6.25%), -webkit-gradient(linear, left top, left bottom, color-stop(33.3%, #000), color-stop(0, grey), color-stop(66.7%, #fff)) 0/100% 305%;
  background: repeating-linear-gradient(#868686, #fff 6.25%), linear-gradient(#000 33.3%, grey 0, #fff 66.7%) 0/100% 305%;
  background-blend-mode: multiply;
  background-position: 0 0;
  -webkit-filter: contrast(999);
  filter: contrast(999);
  mix-blend-mode: screen;
  border-radius: 15px;
  -webkit-animation: pxl_blinds_staggered 1.5s linear alternate;
  animation: pxl_blinds_staggered 1.5s linear alternate;
}
.ag-port-item-3 .item-img {
  max-width: 602px;
  overflow: hidden;
  border-radius: 15px;
}
.ag-port-item-3 .item-text .item-inner {
  max-width: 390px;
}
.ag-port-item-3 .item-text .item-inner .item-cate a {
  font-size: 14px;
  font-weight: 700;
  padding: 5px 15px;
  margin-right: 8px;
  border-radius: 30px;
  border: 2px solid var(--ag-title-color);
}
.ag-port-item-3 .item-text .item-inner .port_title {
  font-size: 35px;
  color: var(--ag-title-color);
}
@media (max-width: 767px) {
  .ag-port-item-3 .item-text .item-inner .port_title {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .ag-port-item-3 .item-text .item-inner .port_title {
    font-size: 26px;
  }
}
.ag-port-item-3 .item-text .item-arrow {
  top: 60%;
  right: 0;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .ag-port-item-3 .item-text .item-arrow {
    margin-top: 20px;
    position: static;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
.ag-port-item-3 .item-text .item-arrow a {
  z-index: 1;
  width: 90px;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid var(--ag-title-color);
}
@media (max-width: 480px) {
  .ag-port-item-3 .item-text .item-arrow a {
    width: 60px;
    height: 60px;
  }
}
.ag-port-item-3 .item-text .item-arrow a:before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  -webkit-transform: scale(0);
          transform: scale(0);
  border-radius: 100%;
  background: var(--ag-gradient);
  background-size: 200%, 1px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.ag-port-item-3 .item-text .item-arrow a:hover {
  color: #fff;
  border: 2px solid transparent;
}
.ag-port-item-3 .item-text .item-arrow a:hover:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.ag-bottom-text-btn {
  margin: 0 auto;
  max-width: 600px;
}

/*---------------------------------------------------- */
/*Video Play  area*/
/*----------------------------------------------------*/
.ag-video-play-section-3 {
  -webkit-mask-size: cover;
          mask-size: cover;
  overflow: hidden;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: url(../img/bg-shape.png);
          mask-image: url(../img/bg-shape.png);
}
.ag-video-play-section-3.ver_2 {
  -webkit-mask-image: none;
          mask-image: none;
}

.ag-video-play-content-3 {
  margin: 0 auto;
  max-width: 900px;
  padding: 250px 0px 200px;
}
@media (max-width: 767px) {
  .ag-video-play-content-3 {
    padding: 180px 0px 150px;
  }
}
.ag-video-play-content-3 .video-play-btn {
  z-index: 1;
  width: 149px;
  height: 149px;
  padding: 15px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  border-radius: 100%;
  background: var(--ag-gradient);
  background-size: 200%, 1px;
}
.ag-video-play-content-3 .video-play-btn .round-text {
  fill: #fff;
  font-weight: 700;
}
.ag-video-play-content-3 .video-play-btn .hover-arrow {
  left: 0;
  top: 50%;
  right: 0;
  color: #fff;
  font-size: 20px;
  position: absolute;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ag-video-play-content-3 h2 {
  color: #fff;
  font-size: 70px;
  padding-top: 35px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ag-video-play-content-3 h2 {
    font-size: 65px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .ag-video-play-content-3 h2 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .ag-video-play-content-3 h2 {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  .ag-video-play-content-3 h2 {
    font-size: 32px;
  }
}

/*---------------------------------------------------- */
/*Faq area*/
/*----------------------------------------------------*/
.ag-faq-top-content {
  gap: 30px;
}
.ag-faq-top-content .ag-section-title {
  max-width: 475px;
}
.ag-faq-top-content .ag-section-title .sec_title {
  font-size: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .ag-faq-top-content .ag-section-title .sec_title {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .ag-faq-top-content .ag-section-title .sec_title {
    font-size: 38px;
  }
}
@media (max-width: 480px) {
  .ag-faq-top-content .ag-section-title .sec_title {
    font-size: 30px;
  }
}
.ag-faq-top-content .top-text {
  max-width: 515px;
}

.mt-faq-accordion {
  width: 100%;
  max-width: 725px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-faq-accordion {
    margin-bottom: 35px;
  }
}
.mt-faq-accordion .accordion-item,
.mt-faq-accordion .accordion-button:not(.collapsed),
.mt-faq-accordion .accordion-button {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.mt-faq-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.mt-faq-accordion .accordion-item {
  z-index: 1;
  border: none;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
  border-radius: 10px;
  padding-bottom: 28px;
  background-color: #f4fcf8;
}
.mt-faq-accordion .accordion-item:before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 0%;
  content: "";
  position: absolute;
  background: var(--ag-gradient);
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
  background-size: 200%, 1px;
}
.mt-faq-accordion .accordion-item.faq_active:before {
  height: 100%;
}
.mt-faq-accordion .accordion-button {
  padding: 0;
  border: none;
  font-size: 25px;
  font-weight: 800;
  position: relative;
  padding: 50px 50px 15px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: var(--ag-title-color);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-faq-accordion .accordion-button {
    padding: 30px 30px 15px;
  }
}
.mt-faq-accordion .accordion-button span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 85%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 480px) {
  .mt-faq-accordion .accordion-button {
    font-size: 22px;
  }
}
.mt-faq-accordion .accordion-button:focus {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.mt-faq-accordion .accordion-body {
  padding: 0;
  color: #fff;
  font-size: 18px;
  line-height: 1.6;
  padding: 0px 50px 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-faq-accordion .accordion-body {
    padding: 0px 30px 20px;
  }
}
.mt-faq-accordion .accordion-body a {
  display: block;
  font-weight: 700;
  margin-top: 10px;
  color: var(--ag-title-color);
}
.mt-faq-accordion .accordion-body a i {
  font-size: 14px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.mt-faq-accordion .accordion-button::after {
  top: 50px;
  right: 40px;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  content: "\f358";
  font-weight: 900;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  background-image: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: "Font Awesome 5 free";
}
@media (max-width: 480px) {
  .mt-faq-accordion .accordion-button::after {
    right: 15px;
  }
}
.mt-faq-accordion .accordion-button:not(.collapsed) {
  color: #fff;
}
.mt-faq-accordion .accordion-button:not(.collapsed):after {
  top: 25px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.ag-faq-img-3 {
  height: 100%;
  overflow: hidden;
  -webkit-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
          clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}
.ag-faq-img-3 img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transition: all 700ms ease-in-out;
  transition: all 700ms ease-in-out;
}
.ag-faq-img-3.active {
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
          clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}
.ag-faq-img-3.active img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

/*---------------------------------------------------- */
/*Team area*/
/*----------------------------------------------------*/
.ag-team-section-3 {
  background-color: #e7f6ea;
  -webkit-mask-size: cover;
          mask-size: cover;
  overflow: hidden;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: url(../img/team-bg.png);
          mask-image: url(../img/team-bg.png);
}
.ag-team-section-3 .bg-text-area {
  opacity: 0.33;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #1e3728;
  font-size: 90px;
  position: absolute;
  font-family: var(--ag-heading);
}
.ag-team-section-3 .bg-text-area span {
  margin: 0px 56px;
}
.ag-team-section-3 .bg-text-area span:nth-child(even) {
  opacity: 0.8;
  color: #c1d2c6;
}
.ag-team-section-3 .bg-text-area.ag-team-bg-text-1 {
  top: 52%;
}
.ag-team-section-3 .bg-text-area.ag-team-bg-text-2 {
  top: 75%;
}

.ag-team-item-3 {
  max-width: 440px;
  background-color: #fff;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
@media (max-width: 767px) {
  .ag-team-item-3 {
    margin: 0 auto;
  }
}
.ag-team-item-3 .item-img {
  text-align: center;
}
.ag-team-item-3 .item-img a {
  left: 0;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #c4ef17;
  -webkit-transform: rotate(-45deg) scale(0);
          transform: rotate(-45deg) scale(0);
}
.ag-team-item-3 .item-text {
  top: 30px;
  width: 100%;
  opacity: 0;
  right: -155px;
  max-width: 330px;
  position: absolute;
  padding: 30px 40px 23px;
  background: var(--ag-gradient);
  background-size: 200%, 1px;
  -webkit-transition: 700ms var(--cube-1);
  transition: 700ms var(--cube-1);
}
@media (max-width: 767px) {
  .ag-team-item-3 .item-text {
    opacity: 1;
    width: 100%;
    max-width: 100%;
    position: static;
  }
}
.ag-team-item-3 .item-text .wel {
  color: #fff;
  line-height: 1;
  font-size: 30px;
  font-weight: 300;
}
.ag-team-item-3 .item-text h3 {
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-family: var(--ag-body-font);
}
.ag-team-item-3 .item-text .degi {
  font-size: 16px;
  font-weight: 500;
  padding: 7px 30px;
  position: relative;
  margin-bottom: 15px;
  border-radius: 30px;
  display: inline-block;
  background-color: #fff;
}
.ag-team-item-3 .item-text .degi:before {
  top: 15px;
  left: 18px;
  width: 7px;
  height: 7px;
  content: "";
  position: absolute;
  border-radius: 100%;
  border: 2px solid var(--ag-title-color);
}
.ag-team-item-3 .item-text .social-exp {
  gap: 40px;
}
.ag-team-item-3 .item-text .social-exp .ag-social a {
  color: #fff;
  margin-right: 10px;
}
.ag-team-item-3 .item-text .social-exp .ag-exp h4 {
  color: #fff;
  font-size: 40px;
  margin-bottom: 0;
  line-height: 1;
}
.ag-team-item-3 .item-text .social-exp .ag-exp span {
  color: #fff;
  display: block;
  font-size: 15px;
}

.ag-team-slider-3 {
  height: 492px;
}
@media (max-width: 767px) {
  .ag-team-slider-3 {
    height: auto;
  }
}
.ag-team-slider-3 .swiper-wrapper {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.ag-team-slider-3 .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.ag-team-slider-3 .swiper-slide .ag-team-item-3 {
  width: 360px;
  height: 250px;
  overflow: hidden;
  -webkit-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
}
@media (max-width: 767px) {
  .ag-team-slider-3 .swiper-slide .ag-team-item-3 {
    width: 100%;
  }
}
.ag-team-slider-3 .swiper-slide.swiper-slide-active {
  z-index: 3;
}
.ag-team-slider-3 .swiper-slide.swiper-slide-active .item-img a {
  bottom: 35px;
  -webkit-transform: rotate(-45deg) scale(1);
          transform: rotate(-45deg) scale(1);
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}
.ag-team-slider-3 .swiper-slide.swiper-slide-active .ag-team-item-3 {
  width: 440px;
  height: auto;
  overflow: visible;
  -webkit-transform: translateX(-15px);
          transform: translateX(-15px);
}
@media (max-width: 767px) {
  .ag-team-slider-3 .swiper-slide.swiper-slide-active .ag-team-item-3 {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.ag-team-slider-3 .swiper-slide.swiper-slide-active .ag-team-item-3 .item-text {
  top: 0;
  opacity: 1;
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}

.ag-team-bottom {
  font-size: 20px;
  font-weight: 800;
}
.ag-team-bottom a {
  text-decoration: underline;
}

/*---------------------------------------------------- */
/*Blog area*/
/*----------------------------------------------------*/
.ag-blog-featured {
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-blog-featured {
    height: auto;
    margin-bottom: 30px;
  }
}
.ag-blog-featured .ag-blog-shape {
  left: -70%;
  bottom: -40%;
  width: 240%;
}
.ag-blog-featured .ag-blog-shape img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ag-blog-featured .item-img {
  height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-blog-featured .item-img {
    height: auto;
  }
}
.ag-blog-featured .item-img img {
  width: 100%;
  height: 507px;
  -o-object-fit: cover;
     object-fit: cover;
}
.ag-blog-featured .item-text {
  left: 70px;
  bottom: 30px;
  max-width: 240px;
  position: absolute;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-blog-featured .item-text {
    left: 40px;
  }
}
@media (max-width: 480px) {
  .ag-blog-featured .item-text {
    left: 30px;
  }
}
.ag-blog-featured .item-text .blog_title {
  color: #fff;
  font-size: 27px;
  font-weight: 800;
  line-height: 1.111;
  padding-bottom: 14px;
  font-family: var(--ag-body-font);
}
.ag-blog-featured .item-text .blog_meta {
  color: #fff;
  font-size: 15px;
  font-weight: 800;
}
.ag-blog-featured .item-text .blog_meta i {
  margin-right: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-blog-list-wrap {
    margin-bottom: 30px;
  }
}

.ag-blog-list-item {
  gap: 32px;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 15px;
  background-color: #f6f6f6;
}
@media (max-width: 480px) {
  .ag-blog-list-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.ag-blog-list-item .item-img {
  width: 120px;
  height: 125px;
  overflow: hidden;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
@media (max-width: 480px) {
  .ag-blog-list-item .item-img {
    border-radius: 15px;
  }
}
.ag-blog-list-item .item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.ag-blog-list-item .item-text {
  max-width: 190px;
}
@media (max-width: 480px) {
  .ag-blog-list-item .item-text {
    max-width: 100%;
  }
}
.ag-blog-list-item .item-text .blog_title {
  color: #141414;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.364;
  padding-bottom: 8px;
  font-family: var(--ag-body-font);
}
.ag-blog-list-item .item-text .blog_meta {
  color: #666666;
  font-size: 15px;
  font-weight: 800;
}
.ag-blog-list-item:last-child {
  margin-bottom: 0;
}
.ag-blog-list-item:hover .item-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
/*---------------------------------------------------- */
/******* HOME PAGE 4 *******/
/*Hero area*/
/*----------------------------------------------------*/
@-webkit-keyframes gradient_animation {
  0% {
    background-position: 0%;
  }
  50% {
    background-position: 120%;
  }
  100% {
    background-position: 0%;
  }
}
@keyframes gradient_animation {
  0% {
    background-position: 0%;
  }
  50% {
    background-position: 120%;
  }
  100% {
    background-position: 0%;
  }
}
.ag-hero-section-4 {
  z-index: 1;
  padding: 302px 0px 115px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .ag-hero-section-4 {
    padding: 220px 0px 115px;
  }
}
@media (max-width: 767px) {
  .ag-hero-section-4 {
    padding-bottom: 0;
    padding-top: 200px;
  }
}
@media (max-width: 480px) {
  .ag-hero-section-4 {
    padding-bottom: 0;
    padding-top: 150px;
  }
}
.ag-hero-section-4 .color_bg {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  max-height: 542px;
  position: absolute;
  background-color: #D5FA52;
}
.ag-hero-section-4 .color_bg .box-shape {
  top: 0;
  left: 0;
  width: 156px;
  height: 156px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-hero-section-4 .color_bg .box-shape {
    display: none;
  }
}
.ag-hero-section-4 .color_bg .box-shape span {
  width: 52px;
  height: 52px;
  position: absolute;
  background-color: var(--ag-title-color);
}
.ag-hero-section-4 .color_bg .box-shape span:nth-child(1) {
  top: 0;
  left: 0;
}
.ag-hero-section-4 .color_bg .box-shape span:nth-child(2) {
  left: 0;
  bottom: 0;
}
.ag-hero-section-4 .color_bg .box-shape span:nth-child(3) {
  top: 0;
  right: 0;
}
.ag-hero-section-4 .color_bg .box-shape span:nth-child(4) {
  top: 52px;
  right: 52px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .ag-hero-section-4 .color_bg {
    max-height: 230px;
  }
}
@media (max-width: 767px) {
  .ag-hero-section-4 .color_bg {
    display: none;
  }
}
.ag-hero-section-4 .hero_bg {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  max-height: 1063px;
}

.ag-hero-content-4 {
  margin: 0 auto;
  overflow: hidden;
  max-width: 1920px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-hero-content-4 .ar-hero-title-line {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
}
.ag-hero-content-4 .ar-hero-title-line .ag-title-1 {
  color: #fff;
  line-height: 1;
  font-size: 140px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-hero-content-4 .ar-hero-title-line .ag-title-1 {
    font-size: 100px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .ag-hero-content-4 .ar-hero-title-line .ag-title-1 {
    font-size: 80px;
  }
}
@media (max-width: 480px) {
  .ag-hero-content-4 .ar-hero-title-line .ag-title-1 {
    font-size: 60px;
  }
}
.ag-hero-content-4 .ar-hero-title-line .arrow-text {
  gap: 15px 40px;
  max-width: 430px;
}
.ag-hero-content-4 .ar-hero-title-line .arrow-text .item-icon {
  -webkit-transition: 1000ms var(--cube-1);
  transition: 1000ms var(--cube-1);
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
          clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-hero-content-4 .ar-hero-title-line .arrow-text {
    width: 100%;
    max-width: 100%;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.ag-hero-content-4 .ar-hero-title-line .arrow-text p {
  color: #fff;
  max-width: 320px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-hero-content-4 .ar-hero-title-line-2 .ar-hero-title-video {
    margin: 30px;
  }
}
@media (max-width: 767px) {
  .ag-hero-content-4 .ar-hero-title-line-2 .ar-hero-title-video {
    margin: 10px 0px 30px;
  }
}
.ag-hero-content-4 .ar-hero-title-line-2 .ag-hero-video {
  z-index: 1;
  width: 359px;
  height: 157px;
  overflow: hidden;
  padding: 0px 8px;
  border-radius: 100px;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 1000ms var(--cube-1);
  transition: 1000ms var(--cube-1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-hero-content-4 .ar-hero-title-line-2 .ag-hero-video {
    display: none;
  }
}
.ag-hero-content-4 .ar-hero-title-line-2 .ag-hero-video:before, .ag-hero-content-4 .ar-hero-title-line-2 .ag-hero-video:after {
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 100px;
  position: absolute;
  background: var(--ag-gradient);
  background-size: 200%, 1px;
  -webkit-animation: gradient_animation 15s ease infinite;
          animation: gradient_animation 15s ease infinite;
}
.ag-hero-content-4 .ar-hero-title-line-2 .ag-hero-video:after {
  right: 0;
  width: 352px;
  z-index: -1;
  margin: 0 auto;
  background: #070611;
}
.ag-hero-content-4 .ar-hero-title-line-2 .ag-hero-video img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100px;
}
.ag-hero-content-4 .ar-hero-title-line-2 .ag-title-2 {
  top: 0;
  right: 84px;
  z-index: 0;
  line-height: 1;
  font-size: 260px;
  position: absolute;
  -webkit-transform: translateY(200px);
          transform: translateY(200px);
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ag-hero-content-4 .ar-hero-title-line-2 .ag-title-2 {
    right: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-hero-content-4 .ar-hero-title-line-2 .ag-title-2 {
    position: static;
    text-align: center;
    padding-bottom: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-hero-content-4 .ar-hero-title-line-2 .ag-title-2 {
    font-size: 140px;
  }
}
@media (max-width: 480px) {
  .ag-hero-content-4 .ar-hero-title-line-2 .ag-title-2 {
    font-size: 80px;
  }
}
.ag-hero-content-4 .ar-hero-title-line-2 .ag-title-2_2 {
  top: 0;
  right: 84px;
  z-index: 3;
  line-height: 1;
  font-size: 260px;
  position: absolute;
  -webkit-text-stroke: 2px var(--ag-color-1);
  color: transparent;
  -webkit-transform: translateY(200px);
          transform: translateY(200px);
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ag-hero-content-4 .ar-hero-title-line-2 .ag-title-2_2 {
    right: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-hero-content-4 .ar-hero-title-line-2 .ag-title-2_2 {
    display: none;
  }
}
.ag-hero-content-4 .ar-hero-img-video {
  z-index: 2;
  position: relative;
}
.ag-hero-content-4 .ar-hero-img-video .item-img {
  right: -27%;
  overflow: hidden;
  max-height: 770px;
}
.ag-hero-content-4 .ar-hero-img-video .item-img img {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-hero-content-4 .ar-hero-img-video .item-img {
    right: 0%;
  }
}
@media (max-width: 480px) {
  .ag-hero-content-4 .ar-hero-img-video .item-img {
    min-width: 440px;
  }
  .ag-hero-content-4 .ar-hero-img-video .item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.ag-hero-content-4 .ar-hero-img-video .video-play {
  top: 0;
  right: 0;
  z-index: 1;
  width: 120px;
  height: 120px;
  position: absolute;
  background-color: #070611;
}
@media (max-width: 767px) {
  .ag-hero-content-4 .ar-hero-img-video .video-play {
    width: 90px;
    height: 90px;
  }
}
.ag-hero-content-4 .ar-hero-img-video .video-play a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #D5FA52;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ag-hero-content-4.active .ar-hero-title-line .arrow-text .item-icon {
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
          clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
  -webkit-transition-delay: 1250ms;
          transition-delay: 1250ms;
}
.ag-hero-content-4.active .ar-hero-title-line-2 .ag-hero-video {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}
.ag-hero-content-4.active .ar-hero-title-line-2 .ag-title-2,
.ag-hero-content-4.active .ar-hero-title-line-2 .ag-title-2_2 {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms;
}
.ag-hero-content-4.active .ar-hero-img-video img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

/*---------------------------------------------------- */
/*Service area*/
/*----------------------------------------------------*/
.ag-service-section-4 {
  background-color: #D5FA52;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-service-section-4 {
    padding-top: 120px;
  }
}
.ag-service-section-4 .box-shape {
  right: 0;
  bottom: 0;
  width: 172px;
  height: 172px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-service-section-4 .box-shape {
    display: none;
  }
}
.ag-service-section-4 .box-shape span {
  width: 57.33px;
  height: 57.33px;
  position: absolute;
  background-color: #fff;
}
.ag-service-section-4 .box-shape span:nth-child(2) {
  right: 0;
}
.ag-service-section-4 .box-shape span:nth-child(3) {
  right: 0;
  bottom: 0;
}
.ag-service-section-4 .box-shape span:nth-child(4) {
  left: 0;
  bottom: 0;
}
.ag-service-section-4 .box-shape span:nth-child(5) {
  left: 57.33px;
  bottom: 57.33px;
}

.ag-service-content-4 {
  border-top: 1px solid var(--ag-title-color);
}

.ag-service-item-4 {
  gap: 30px;
  height: 173px;
  overflow: hidden;
  padding: 50px 0px;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-service-item-4 {
    height: auto;
  }
}
@media (max-width: 767px) {
  .ag-service-item-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.ag-service-item-4:before {
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  background-color: var(--ag-title-color);
}
.ag-service-item-4 .item-title {
  width: 100%;
  max-width: 300px;
}
.ag-service-item-4 .item-title .ser_title {
  font-size: 40px;
  margin-bottom: 0px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: var(--ag-title-color);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-service-item-4 .item-title .ser_title {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-service-item-4 .item-title .ser_title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.ag-service-item-4 .item-title .arrow_btn {
  opacity: 0;
  width: 80px;
  height: 0px;
  font-size: 24px;
  border-radius: 100%;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border: 2px solid var(--ag-title-color);
}
.ag-service-item-4 .item-title .arrow_btn:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 100%;
  position: absolute;
  -webkit-transform: scale(0);
          transform: scale(0);
  background-color: var(--ag-title-color);
  -webkit-transition: 500ms var(--cube-1);
  transition: 500ms var(--cube-1);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-service-item-4 .item-title .arrow_btn {
    width: 50px;
    height: 50px !important;
  }
}
.ag-service-item-4 .item-title .arrow_btn i {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-service-item-4 .item-title .arrow_btn {
    height: 80px;
    opacity: 1;
  }
}
.ag-service-item-4 .item-title .arrow_btn:hover i {
  color: #fff;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.ag-service-item-4 .item-title .arrow_btn:hover:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.ag-service-item-4 .item-serial {
  opacity: 0.05;
  max-width: 80px;
  font-size: 65px;
  color: var(--ag-title-color);
  font-family: var(--ag-heading);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-service-item-4 .item-serial {
    opacity: 0.05;
  }
}
.ag-service-item-4 .item-icon {
  left: 40%;
  top: 15px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  -webkit-transform: translateX(-60%) scale(0);
          transform: translateX(-60%) scale(0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-service-item-4 .item-icon {
    display: none;
  }
}
.ag-service-item-4 .item-text-list {
  max-width: 485px;
}
.ag-service-item-4 .item-text-list .item-list {
  margin-top: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-service-item-4 .item-text-list .item-list {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-service-item-4 .item-text-list .item-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.ag-service-item-4 .item-text-list ul {
  height: 0;
  opacity: 0;
  width: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: scaleZ(0);
          transform: scaleZ(0);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-service-item-4 .item-text-list ul {
    opacity: 1;
    height: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-service-item-4 .item-text-list ul {
    width: 100%;
  }
}
.ag-service-item-4 .item-text-list li {
  font-weight: 500;
  margin-right: 20px;
  position: relative;
  margin-bottom: 5px;
  color: var(--ag-title-color);
}
.ag-service-item-4 .item-text-list li i {
  font-size: 15px;
  margin-right: 5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.ag-service-item-4.active, .ag-service-item-4:hover {
  height: 354px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-service-item-4.active, .ag-service-item-4:hover {
    height: auto;
  }
}
.ag-service-item-4.active .item-title .ser_title, .ag-service-item-4:hover .item-title .ser_title {
  margin-bottom: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-service-item-4.active .item-title .ser_title, .ag-service-item-4:hover .item-title .ser_title {
    margin-bottom: 40px;
  }
}
.ag-service-item-4.active .item-title .arrow_btn, .ag-service-item-4:hover .item-title .arrow_btn {
  opacity: 1;
  height: 80px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-service-item-4.active .item-title .arrow_btn, .ag-service-item-4:hover .item-title .arrow_btn {
    height: 50px;
  }
}
.ag-service-item-4.active .item-serial, .ag-service-item-4:hover .item-serial {
  opacity: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-service-item-4.active .item-serial, .ag-service-item-4:hover .item-serial {
    opacity: 0.05;
  }
}
.ag-service-item-4.active .item-icon, .ag-service-item-4:hover .item-icon {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
}
.ag-service-item-4.active .item-text-list .item-list, .ag-service-item-4:hover .item-text-list .item-list {
  margin-top: 15px;
}
.ag-service-item-4.active .item-text-list ul, .ag-service-item-4:hover .item-text-list ul {
  opacity: 1;
  height: 100px;
  -webkit-transform: scaleZ(1);
          transform: scaleZ(1);
}

.ag-ser-btn a {
  color: #fff;
  color: #D5FA52;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 30px;
  border-radius: 4px;
  display: inline-block;
  border: 2px solid transparent;
  background-color: var(--ag-title-color);
}
.ag-ser-btn a:hover {
  color: var(--ag-title-color);
  background-color: transparent;
  border: 2px solid var(--ag-title-color);
}

/*---------------------------------------------------- */
/*About area*/
/*----------------------------------------------------*/
.ag-about-section-4 {
  padding-top: 180px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-about-section-4 {
    padding-top: 80px;
  }
}

.ag-about-title-4 {
  z-index: 1;
}
.ag-about-title-4 .ag-sub-watermark {
  left: 0;
  top: -45px;
  z-index: -1;
  color: #F5F5F5;
  font-size: 65px;
  position: absolute;
  font-family: var(--ag-heading);
}
.ag-about-title-4 .ag-section-title {
  max-width: 1000px;
}
.ag-about-title-4 .ag-section-title h2 {
  font-size: 40px;
}
.ag-about-title-4 .title-text {
  padding-left: 180px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-about-title-4 .title-text {
    padding-left: 20px;
  }
}
.ag-about-title-4 .title-text h2 {
  font-size: 32px;
  letter-spacing: 1px;
  color: var(--ag-title-color);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-about-title-4 .title-text h2 {
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  .ag-about-title-4 .title-text h2 {
    font-size: 24px;
  }
}
.ag-about-title-4 .title-text .cta-btn {
  padding: 2px;
  border-radius: 6px;
  display: inline-block;
  background: var(--ag-gradient);
  background-position: 120%;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.ag-about-title-4 .title-text .cta-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  background: #fff;
  padding: 10px 30px;
  border-radius: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ag-about-title-4 .title-text .cta-btn a span {
  letter-spacing: -1px;
  background-position: 120%;
}
.ag-about-title-4 .title-text .cta-btn:hover a {
  background-color: var(--ag-title-color);
}

.ag-about-img-wrap-4 {
  gap: 32px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-about-img-wrap-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.ag-about-img-wrap-4 .inner-img {
  overflow: hidden;
}
.ag-about-img-wrap-4 .item-img-1 {
  padding-top: 65px;
}
.ag-about-img-wrap-4 .item-img-1 .box-shape {
  top: 0;
  left: 0;
  z-index: 1;
  height: 76px;
  width: 101.33px;
}
.ag-about-img-wrap-4 .item-img-1 .box-shape span {
  width: 25.33px;
  height: 25.33px;
  position: absolute;
  background-color: #fff;
}
.ag-about-img-wrap-4 .item-img-1 .box-shape span:nth-child(1) {
  top: 0;
  left: 0;
}
.ag-about-img-wrap-4 .item-img-1 .box-shape span:nth-child(2) {
  left: 0;
  bottom: 0;
}
.ag-about-img-wrap-4 .item-img-1 .box-shape span:nth-child(3) {
  left: 25.33px;
  bottom: 25.33px;
}
.ag-about-img-wrap-4 .item-img-1 .box-shape span:nth-child(4) {
  top: 0;
  left: 50.66px;
}
.ag-about-img-wrap-4 .item-img-1 .box-shape span:nth-child(5) {
  bottom: 0;
  left: 50.66px;
}
.ag-about-img-wrap-4 .item-img-1 .box-shape span:nth-child(6) {
  right: 0;
  bottom: 25.33px;
}
.ag-about-img-wrap-4 .item-img-1 .circle-img {
  top: -14px;
  z-index: 1;
  right: 170px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-about-img-wrap-4 .item-img-1 .circle-img {
    top: 0;
  }
}
.ag-about-img-wrap-4 .item-img-2 .box-shape {
  bottom: 0;
  left: 0;
  z-index: 1;
  height: 76px;
  width: 76px;
}
.ag-about-img-wrap-4 .item-img-2 .box-shape span {
  width: 25.33px;
  height: 25.33px;
  position: absolute;
  background-color: #fff;
}
.ag-about-img-wrap-4 .item-img-2 .box-shape span:nth-child(1) {
  top: 0;
  right: 0;
}
.ag-about-img-wrap-4 .item-img-2 .box-shape span:nth-child(2) {
  left: 0;
  bottom: 0;
}
.ag-about-img-wrap-4 .item-img-2 .box-shape span:nth-child(3) {
  left: 25.33px;
  bottom: 25.33px;
}

/*---------------------------------------------------- */
/*Counter area*/
/*----------------------------------------------------*/
.ag-counter-content-4 {
  gap: 30px;
  padding-top: 60px;
  border-top: 1px solid #BEBEBE;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-counter-content-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.ag-counter-item-4 {
  gap: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.ag-counter-item-4 h3 {
  line-height: 1;
  font-size: 100px;
  font-weight: 600;
  color: var(--ag-title-color);
  font-family: var(--ag-body-font);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ag-counter-item-4 h3 {
    font-size: 90px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ag-counter-item-4 h3 {
    font-size: 75px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-counter-item-4 h3 {
    font-size: 60px;
  }
}
@media (max-width: 480px) {
  .ag-counter-item-4 h3 {
    font-size: 50px;
  }
}
.ag-counter-item-4 p {
  font-size: 20px;
  max-width: 110px;
  line-height: 1.2;
  padding-bottom: 10px;
}
@media (max-width: 480px) {
  .ag-counter-item-4 p {
    font-size: 18px;
    padding-bottom: 0;
  }
}

/*---------------------------------------------------- */
/*Project area*/
/*----------------------------------------------------*/
.ag-project-section-4 {
  overflow: hidden;
}
.ag-project-section-4 .hand-img {
  left: 0;
  top: 20%;
}

.ag-project-content-4 {
  overflow: hidden;
}

.ag-project-inner-4 {
  background-color: #fff;
}
.ag-project-inner-4:not(:first-child) {
  left: 0;
  top: 100px;
  width: 100%;
  position: absolute;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-project-inner-4:not(:first-child) {
    position: static;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
.ag-project-inner-4.pro-item-2 {
  z-index: 2;
}
.ag-project-inner-4.pro-item-3 {
  z-index: 3;
}

.ag-project-item-4 {
  z-index: 1;
  gap: 24px;
  margin-bottom: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-project-item-4 {
    padding-top: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.ag-project-item-4:before {
  top: -44px;
  right: 38%;
  z-index: -1;
  width: 289px;
  content: "";
  height: 213px;
  position: absolute;
  background-color: #F5F5F5;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-project-item-4:before {
    display: none;
  }
}
.ag-project-item-4 .item-img {
  max-width: 715px;
}
.ag-project-item-4 .item-text {
  max-width: 470px;
}
.ag-project-item-4 .item-serial {
  font-size: 65px;
  letter-spacing: 1px;
  font-family: var(--ag-heading);
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #CACACA;
}
.ag-project-item-4 .inner_text {
  padding-left: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-project-item-4 .inner_text {
    padding-left: 10px;
  }
}
.ag-project-item-4 .inner_text .port_title {
  font-size: 40px;
  position: relative;
  padding-bottom: 58px;
  color: var(--ag-title-color);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-project-item-4 .inner_text .port_title {
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-project-item-4 .inner_text .port_title {
    font-size: 30px;
  }
}
.ag-project-item-4 .inner_text .port_title:before {
  bottom: 0;
  content: "";
  width: 80px;
  height: 3px;
  border-radius: 4px;
  position: absolute;
  background-color: #5E56EF;
}
.ag-project-item-4 .inner_text .item-info {
  margin-top: 35px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-project-item-4 .inner_text .item-info {
    margin-top: 20px;
  }
}
.ag-project-item-4 .inner_text .item-info li {
  margin-bottom: 7px;
}
.ag-project-item-4 .inner_text .item-info li:last-child {
  margin-bottom: 0;
}
.ag-project-item-4 .inner_text .item-info li span {
  color: #414141;
  font-weight: 700;
  margin-right: 8px;
}
.ag-project-item-4 .inner_text .port-btn {
  margin-top: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-project-item-4 .inner_text .port-btn {
    margin-top: 30px;
  }
}
.ag-project-item-4 .inner_text .port-btn a {
  font-size: 16px;
  font-weight: 600;
  padding: 10px 30px;
  border-radius: 4px;
  display: inline-block;
  border: 2px solid #414141;
}
.ag-project-item-4 .inner_text .port-btn a:hover {
  color: #fff;
  background-color: #414141;
}

/*---------------------------------------------------- */
/*Blog area*/
/*----------------------------------------------------*/
.ag-blog-item-4 {
  margin: 0 auto;
  max-width: 396px;
  margin-bottom: 30px;
}
.ag-blog-item-4 .item-img {
  overflow: hidden;
  border-radius: 8px;
}
.ag-blog-item-4 .item-img img {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  height: 480px;
  object-fit: cover;
}
.ag-blog-item-4 .item-text {
  left: 0;
  right: 0;
  bottom: 28px;
  padding: 20px;
  max-width: 85%;
  margin: 0 auto;
  border-radius: 8px;
  position: absolute;
  background-color: #fff;
}
@media (max-width: 480px) {
  .ag-blog-item-4 .item-text {
    max-width: 100%;
    position: static;
    border-radius: 0;
  }
}
.ag-blog-item-4 .item-text .item_cate {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
  padding: 5px 16px;
  display: inline-block;
  border-radius: 4px;
  background-color: #5E56EF;
}
.ag-blog-item-4 .item-text .blog_title {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 15px;
  color: var(--ag-title-color);
  font-family: var(--ag-body-font);
  border-bottom: 1px solid #E7E7E7;
}
.ag-blog-item-4 .item-text .blog_meta {
  margin-top: 18px;
}
.ag-blog-item-4 .item-text .blog_meta a {
  color: #333333;
  margin-right: 38px;
  position: relative;
  display: inline-block;
}
.ag-blog-item-4 .item-text .blog_meta a:before {
  top: 10px;
  width: 6px;
  height: 6px;
  content: "";
  right: -23px;
  position: absolute;
  border-radius: 100%;
  background-color: #5E56EF;
}
.ag-blog-item-4 .item-text .blog_meta a:last-child {
  margin-right: 0;
}
.ag-blog-item-4 .item-text .blog_meta a:last-child:before {
  display: none;
}
.ag-blog-item-4:hover .item-img img {
  -webkit-transform: scale(1.2) rotate(2deg);
          transform: scale(1.2) rotate(2deg);
}

/*---------------------------------------------------- */
/******* INNER PAGES *******/
/*Breadcrumb area*/
/*----------------------------------------------------*/
.ag-breadcrumb-section {
  z-index: 1;
  overflow: hidden;
}
.ag-breadcrumb-section:before {
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, color-stop(36.4%, #000000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, #000000 36.4%, rgba(0, 0, 0, 0) 100%);
}
.ag-breadcrumb-section .ag-breadcrumb-shape {
  left: -40%;
  bottom: -50%;
  z-index: -1;
}
.ag-breadcrumb-section.single_version {
  z-index: 1;
}
.ag-breadcrumb-section.single_version:before {
  display: none;
}
.ag-breadcrumb-section.single_version:after {
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  content: "";
  height: 290px;
  position: absolute;
  background-color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ag-breadcrumb-section.single_version:after {
    display: none;
  }
}
.ag-breadcrumb-section.single_version .ag-single-title {
  padding: 245px 0 0px;
}
@media (max-width: 767px) {
  .ag-breadcrumb-section.single_version .ag-single-title {
    padding-top: 150px;
  }
}
.ag-breadcrumb-section.single_version .ag-single-title h2 {
  color: #fff;
  font-size: 90px;
  line-height: 1.111;
  padding-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ag-breadcrumb-section.single_version .ag-single-title h2 {
    font-size: 60px;
  }
}
@media (max-width: 480px) {
  .ag-breadcrumb-section.single_version .ag-single-title h2 {
    font-size: 60px;
  }
}
.ag-breadcrumb-section.single_version .ag-signle-thumb .ag-single-info {
  top: -24%;
  right: 90px;
  position: absolute;
  padding: 30px 40px;
  border-radius: 12px;
  background-color: #494958;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ag-breadcrumb-section.single_version .ag-signle-thumb .ag-single-info {
    top: 0;
    right: 0;
    border-radius: 0px;
  }
}
@media (max-width: 767px) {
  .ag-breadcrumb-section.single_version .ag-signle-thumb .ag-single-info {
    position: static;
  }
}
.ag-breadcrumb-section.single_version .ag-signle-thumb .ag-single-info li {
  color: #fff;
  font-weight: 500;
  margin-bottom: 15px;
}
.ag-breadcrumb-section.single_version .ag-signle-thumb .ag-single-info li:last-child {
  margin-bottom: 0;
}
.ag-breadcrumb-section.single_version .ag-signle-thumb .ag-single-info li span {
  color: #fff;
  font-weight: 700;
  margin-right: 8px;
}

.ag-breadcrumb-content {
  padding: 255px 0px 215px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ag-breadcrumb-content {
    padding: 180px 0px 140px;
  }
}

.ag-breadcrumb-text {
  max-width: 610px;
}
.ag-breadcrumb-text .bread_title {
  color: #fff;
  font-size: 70px;
  line-height: 1.2;
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ag-breadcrumb-text .bread_title {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  .ag-breadcrumb-text .bread_title {
    font-size: 35px;
  }
}
.ag-breadcrumb-text p {
  color: #fff;
}

.ag-breadcrumb-list {
  right: 0;
  z-index: 1;
  bottom: 0;
  overflow: hidden;
  position: absolute;
  background-color: #fff;
  padding: 20px 20px 16px;
}
.ag-breadcrumb-list li {
  font-weight: 600;
  color: #B1B1B1;
  font-size: 16px;
  margin: 0px 20px;
  position: relative;
}
.ag-breadcrumb-list li:before {
  top: 3px;
  right: -33px;
  width: 18px;
  content: "";
  height: 18px;
  position: absolute;
  background-image: url(../img/arrow-2.svg);
}
.ag-breadcrumb-list li a {
  color: #060606;
}
.ag-breadcrumb-list li:last-child:before {
  display: none;
}

/*---------------------------------------------------- */
/*About area*/
/*----------------------------------------------------*/
@-webkit-keyframes border_animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(1.05);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.7);
    transform: scale(1.7);
    opacity: 0;
  }
}
@keyframes border_animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(1.05);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.7);
    transform: scale(1.7);
    opacity: 0;
  }
}
.ag-ap-about-section {
  z-index: 1;
  background-color: #F6F5F3;
}
.ag-ap-about-section .ag-ap-about-img {
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ag-ap-about-section .ag-ap-about-img {
    display: none;
  }
}


.ag-ap-about-item {
  gap: 30px 40px;
}

.ag-ap-about-ft {
  max-width: 348px;
  background-color: #fff;
  padding: 40px 40px 35px;
}
@media (max-width: 767px) {
  .ag-ap-about-ft {
    max-width: 100%;
  }
}
.ag-ap-about-ft .item-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 15px;
}
.ag-ap-about-ft .item-text h3 {
  font-size: 26px;
  padding-bottom: 18px;
  color: var(--ag-title-color);
}

.ag-ap-t-item {
  margin-bottom: 35px;
}
.ag-ap-t-item .item-img {
  overflow: hidden;
  position: relative;
  margin-bottom: 24px;
  border-radius: 10px;
  background-color: #F5F5F5;
}
.ag-ap-t-item .item-img img {
  mix-blend-mode: luminosity;
}
.ag-ap-t-item .item-img:before {
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.32;
  position: absolute;
  background-color: #F5F5F5;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.ag-ap-t-item .item-text h3 {
  font-size: 24px;
  padding-bottom: 10px;
  color: var(--ag-title-color);
}
.ag-ap-t-item .item-text span {
  color: #261723;
}

.ag-ap-team-bottom {
  margin-top: 30px;
  padding: 40px 0px;
  border-top: 1px solid #F1F1F1;
  border-bottom: 1px solid #F1F1F1;
}
.ag-ap-team-bottom p {
  color: #060606;
}
.ag-ap-team-bottom a {
  font-weight: 800;
  padding-top: 10px;
  display: inline-block;
  text-transform: uppercase;
}

.ag-ab-wc-content {
  gap: 30px 32px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-ab-wc-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.ag-ab-wc-img-wrap {
  width: 100%;
  max-width: 830px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ag-ab-wc-img-wrap {
    max-width: 750px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ag-ab-wc-img-wrap {
    max-width: 650px;
  }
}
.ag-ab-wc-img-wrap .ab-wc-text {
  left: 0;
  top: 62px;
  padding: 10px;
  max-width: 400px;
  position: absolute;
  border-radius: 10px;
  background-color: #fff;
}
@media (max-width: 480px) {
  .ag-ab-wc-img-wrap .ab-wc-text {
    top: 0;
  }
}
.ag-ab-wc-img-wrap .ab-wc-img {
  overflow: hidden;
  border-radius: 10px;
}

.ap-wc-feature-item {
  max-width: 396px;
  margin-bottom: 30px;
  border-radius: 6px;
  padding: 28px 32px 24px;
  background-color: #f4f4f4;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ap-wc-feature-item {
    max-width: 100%;
  }
}
.ap-wc-feature-item span {
  font-weight: 500;
  display: inline-block;
  margin-bottom: 12px;
}
.ap-wc-feature-item h3 {
  font-size: 22px;
  font-weight: 500;
  padding-bottom: 14px;
  color: var(--ag-title-color);
}
.ap-wc-feature-item p {
  line-height: 1.444;
}

.ag-ap-play-section {
  overflow: hidden;
  padding: 240px 0px 440px;
}
@media (max-width: 480px) {
  .ag-ap-play-section {
    padding: 180px 0px 300px;
  }
}
.ag-ap-play-section .video-shape {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ag-ap-play-section .video-shape img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ag-ap-play-section .play-icon {
  z-index: 2;
  width: 130px;
  height: 130px;
  margin: 0 auto;
  position: relative;
  border-radius: 100%;
}
.ag-ap-play-section .play-icon .video_btn_border {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  position: absolute;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  border: 20px solid #fff;
  -webkit-animation: border_animation 3.9s linear 0s infinite;
  animation: border_animation 3.9s linear 0s infinite;
}
.ag-ap-play-section .play-icon .video_btn_border.border_wrap-2 {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}
.ag-ap-play-section .play-icon .video_btn_border.border_wrap-3 {
  -webkit-animation-delay: 2.6s;
  animation-delay: 2.6s;
}
.ag-ap-play-section .play-icon a {
  z-index: 2;
  width: 130px;
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--ag-title-color);
  font-size: 16px;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}

.mt-award-section .mt-section-title {
  max-width: 830px;
}
.mt-award-section .mt-section-title p {
  font-size: 23px;
  padding-top: 10px;
}

.mt-award-content {
  border-top: 1px solid #D9D9D9;
}

.mt-award-item {
  overflow: hidden;
  padding: 35px 0px;
  border-bottom: 1px solid #D9D9D9;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mt-award-item {
    padding: 35px 15px;
  }
}
.mt-award-item:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  content: "";
  position: absolute;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background: -webkit-gradient(linear, left top, right top, from(rgba(89, 86, 240, 0.3)), to(rgba(255, 80, 184, 0.3)));
  background: linear-gradient(90deg, rgba(89, 86, 240, 0.3) 0%, rgba(255, 80, 184, 0.3) 100%);
}
.mt-award-item .award-img {
  top: 50%;
  opacity: 0;
  left: -40px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mt-award-item .award-img {
    display: none;
  }
}
.mt-award-item .item-year-title {
  gap: 20px 40px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media (max-width: 767px) {
  .mt-award-item .item-year-title {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.mt-award-item .item-year {
  color: #F1F1F1;
  line-height: 1;
  font-size: 65px;
  letter-spacing: 1px;
  font-family: var(--ag-heading);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mt-award-item .item-title {
  max-width: 550px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mt-award-item .item-title {
    max-width: 480px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mt-award-item .item-title {
    max-width: 700px;
  }
}
.mt-award-item .item-title h3 {
  color: #060606;
  font-size: 28px;
  font-weight: 700;
  padding-bottom: 10px;
  font-family: var(--ag-body-font);
}
.mt-award-item .item-arrow {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mt-award-item .item-arrow {
    display: none;
  }
}
.mt-award-item .item-arrow a {
  z-index: 1;
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #060606;
  font-size: 16px;
  position: relative;
  border-radius: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #515151;
}
.mt-award-item .item-arrow a i {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.mt-award-item .item-arrow a:before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transform: scale(0);
          transform: scale(0);
  position: absolute;
  border-radius: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background: var(--ag-gradient);
  background-size: 200%, 1px;
}
.mt-award-item:hover:before {
  height: 100%;
}
.mt-award-item:hover .award-img {
  opacity: 1;
  left: 20px;
}
.mt-award-item:hover .item-year {
  color: #fff;
}
.mt-award-item:hover .item-year-title {
  -webkit-transform: translateX(180px);
          transform: translateX(180px);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mt-award-item:hover .item-year-title {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
.mt-award-item:hover .item-arrow {
  -webkit-transform: translateX(-60px);
          transform: translateX(-60px);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mt-award-item:hover .item-arrow {
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
  }
}
.mt-award-item:hover .item-arrow a {
  color: #fff;
  border: 2px solid transparent;
}
.mt-award-item:hover .item-arrow a i {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.mt-award-item:hover .item-arrow a:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

/*---------------------------------------------------- */
/*Service area*/
/*----------------------------------------------------*/
.ag-sf-item {
  gap: 20px 30px;
  padding: 24px 0px;
  border-top: 1px solid #CACACA;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ag-sf-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}
.ag-sf-item .item-text {
  max-width: 530px;
}
.ag-sf-item .item-text h3 {
  font-size: 40px;
  padding-bottom: 20px;
  color: var(--ag-title-color);
}
.ag-sf-item .item-text p {
  color: #414141;
  padding-bottom: 28px;
}
.ag-sf-item .item-text ul {
  margin-bottom: 24px;
}
.ag-sf-item .item-text li {
  width: 48%;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .ag-sf-item .item-text li {
    width: 100%;
  }
}
.ag-sf-item .item-text li i {
  margin-right: 10px;
}
.ag-sf-item .item-text .read_more {
  color: #414141;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 25px;
  border-radius: 100px;
  display: inline-block;
  border: 2px solid #414141;
}
.ag-sf-item .item-text .read_more:hover {
  color: #fff;
  background-color: #414141;
}
.ag-sf-item .item-text .read_more i {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.ag-s-counter-section .ag-section-title {
  max-width: 900px;
}

.ag-s-counter-content {
  gap: 30px 64px;
}
.ag-s-counter-content .ag-sc-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .ag-s-counter-content {
    gap: 30px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-s-counter-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-sc-text-wrap {
    gap: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.ag-s-counter-item {
  max-width: 376px;
  margin-bottom: 40px;
}
.ag-s-counter-item:last-child {
  margin-bottom: 0;
}
.ag-s-counter-item .sc-title {
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #D5FA52;
}
.ag-s-counter-item h3 {
  font-size: 90px;
  line-height: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(#6255ED), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, #6255ED 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ag-s-counter-item h4 {
  font-weight: 700;
  padding-bottom: 15px;
  color: var(--ag-title-color);
  font-family: var(--ag-body-font);
}

.ag-sd-content {
  margin: 0 auto;
  max-width: 730px;
}

.ag-sd-p-item {
  z-index: 1;
  gap: 20px 28px;
  position: relative;
  margin-bottom: 24px;
  padding: 30px 30px 30px 0px;
}
@media (max-width: 767px) {
  .ag-sd-p-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 30px 30px 30px 30px;
  }
}
.ag-sd-p-item:before {
  top: 0;
  right: 0;
  z-index: -1;
  width: 95%;
  height: 100%;
  content: "";
  position: absolute;
  border: 1px solid #F1F1F1;
}
@media (max-width: 767px) {
  .ag-sd-p-item:before {
    width: 100%;
  }
}
.ag-sd-p-item .item-icon {
  width: 78px;
  height: 78px;
  background-color: #F7F6FF;
}
.ag-sd-p-item .item-text {
  max-width: 590px;
}
.ag-sd-p-item .item-text h3 {
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 10px;
  color: var(--ag-title-color);
  font-family: var(--ag-body-font);
}

.ag-sd-content p {
  padding-bottom: 35px;
}
.ag-sd-content h3 {
  font-size: 28px;
  padding-bottom: 20px;
  color: var(--ag-title-color);
}
.ag-sd-content ul {
  margin-bottom: 20px;
}
.ag-sd-content ul li {
  width: 45%;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .ag-sd-content ul li {
    width: 100%;
  }
}
.ag-sd-content ul li i {
  margin-right: 10px;
}
.ag-sd-content .ag-item-double .ag-sd-item {
  max-width: 349px;
  margin: 0 auto;
}
.ag-sd-content .ag-item-double .ag-sd-item .item-img {
  margin-bottom: 24px;
}
.ag-sd-content .ag-item-double .ag-sd-item .item-img .item-icon {
  right: 0;
  bottom: 0;
  width: 62px;
  height: 62px;
  color: #6255ED;
  position: absolute;
  background-color: #F6F6F6;
}
.ag-sd-content .ag-item-double .ag-sd-item .item-img .item-icon i {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.ag-sd-content .ag-item-double .ag-sd-item .item-text span {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 5px 12px;
  margin-bottom: 14px;
  display: inline-block;
  text-transform: uppercase;
  background-color: #6255ED;
}
.ag-sd-content .ag-item-double .ag-sd-item .item-text h3 {
  font-size: 22px;
  color: var(--ag-title-color);
}
.ag-sd-content .gallery-items {
  gap: 20px;
}
@media (max-width: 480px) {
  .ag-sd-content .gallery-items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.ag-sd-content .gallery-items .item-img-2 {
  margin-bottom: 20px;
}
.ag-sd-content .gallery-items .gl-img {
  gap: 20px;
}

.ag-sd-accordion .accordion-item {
  border: none;
  overflow: hidden;
  border-radius: 0;
  position: relative;
  margin-bottom: 10px;
  padding: 10px 0px 25px;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-bottom: 1px solid #373737;
}
.ag-sd-accordion .accordion-button {
  font-size: 18px;
  position: relative;
  padding: 5px 0px 0px;
  background-color: transparent;
}
.ag-sd-accordion .accordion-button span {
  max-width: 95%;
  color: var(--ag-title-color);
}
.ag-sd-accordion .accordion-button:focus {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ag-sd-accordion .accordion-body {
  padding: 0;
  color: #070318;
  font-size: 19px;
  line-height: 30px;
  padding-top: 15px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.ag-sd-accordion .accordion-button::after {
  right: 5px;
  content: "\f067";
  font-weight: 700;
  position: absolute;
  border-radius: 100%;
  background-image: none;
  color: #373737;
  font-family: "Font Awesome 5 free";
}
.ag-sd-accordion .accordion-button:not(.collapsed) {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ag-sd-accordion .accordion-button:not(.collapsed):after {
  content: "\f068";
}

.ag-sd-quote {
  margin-bottom: 40px;
  border-radius: 15px;
  padding: 20px 32px 30px;
  background-color: #F5F5F5;
}
.ag-sd-quote .item-text {
  max-width: 414px;
}
@media (max-width: 767px) {
  .ag-sd-quote .item-text {
    max-width: 100%;
  }
}
.ag-sd-quote .item-text .inner-text p {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  padding-bottom: 20px;
  color: var(--ag-title-color);
}
.ag-sd-quote .item-text .inner-author h4 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: var(--ag-body-font);
}
.ag-sd-quote .item-img {
  max-width: 206px;
  z-index: 1;
}
.ag-sd-quote .item-img .inner-shape {
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .ag-sd-quote .item-img {
    display: none;
  }
}
.ag-sd-quote .inner-icon {
  margin-bottom: 5px;
}
.ag-sd-quote .inner-icon i {
  font-size: 80px;
}

.art-contact-form-area h4 {
  font-size: 26px;
  padding-bottom: 20px;
  color: var(--ag-title-color);
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-contact-form-input {
    max-width: 100%;
  }
}
.art-contact-form-input .input-field {
  margin-bottom: 30px;
}
.art-contact-form-input .input-field label {
  color: #261723;
  display: block;
  line-height: 1;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: 2px;
}
.art-contact-form-input .input-field input, .art-contact-form-input .input-field textarea {
  width: 100%;
  height: 40px;
  border: none;
  background-color: transparent;
  border-bottom: 2px solid #E9E9E9;
}
.art-contact-form-input .input-field input::-webkit-input-placeholder, .art-contact-form-input .input-field textarea::-webkit-input-placeholder {
  opacity: 0.56;
}
.art-contact-form-input .input-field input::-moz-placeholder, .art-contact-form-input .input-field textarea::-moz-placeholder {
  opacity: 0.56;
}
.art-contact-form-input .input-field input:-ms-input-placeholder, .art-contact-form-input .input-field textarea:-ms-input-placeholder {
  opacity: 0.56;
}
.art-contact-form-input .input-field input::-ms-input-placeholder, .art-contact-form-input .input-field textarea::-ms-input-placeholder {
  opacity: 0.56;
}
.art-contact-form-input .input-field input::placeholder, .art-contact-form-input .input-field textarea::placeholder {
  opacity: 0.56;
}
.art-contact-form-input .input-field textarea {
  height: 75px;
  padding-top: 10px;
}
.art-contact-form-input button {
  color: #fff;
  height: 50px;
  border: none;
  font-weight: 700;
  padding: 0px 30px;
  border-radius: 100px;
  background: var(--ag-gradient);
  background-size: 200%, 1px;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.art-contact-form-input button:hover {
  background-position: 120%;
}

/*---------------------------------------------------- */
/*Team Details area*/
/*----------------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-team-details-section {
    padding-top: 150px;
    padding-bottom: 50px;
  }
}

.mt-team-details-content {
  gap: 30px 70px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .mt-team-details-content {
    gap: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-team-details-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.mt-team-details-img {
  max-width: 610px;
}
.mt-team-details-img .item-img {
  top: 50px;
  position: sticky;
  background-color: #F7F7F8;
}

.mt-team-details-text {
  max-width: 580px;
}
.mt-team-details-text .mt-item-desc-info h3 {
  font-size: 40px;
  padding-bottom: 15px;
  color: var(--ag-title-color);
}
.mt-team-details-text .mt-item-desc-info span {
  color: #6255ED;
}
.mt-team-details-text .mt-item-desc-info p {
  color: #313030;
  padding-top: 15px;
}

.mt-team-details-info h3 {
  font-size: 26px;
  padding-bottom: 20px;
  color: var(--ag-title-color);
}
.mt-team-details-info li {
  color: #313030;
  margin-bottom: 8px;
}
.mt-team-details-info .award-item {
  margin-bottom: 15px;
}
.mt-team-details-info .award-item:last-child {
  margin-bottom: 0;
}
.mt-team-details-info .award-item span {
  color: #6255ED;
  font-size: 14px;
}
.mt-team-details-info .award-item h4 {
  color: #22282F;
  font-size: 18px;
  font-weight: 500;
  padding-top: 5px;
  font-family: var(--ag-body-font);
}
.elementor-column.sticky-sidebar {
  position: relative;
  align-items: flex-start;
}
.sticky-sidebar > div {
  position: -webkit-sticky;
  position: sticky;
  top: 12px;
  -webkit-transition: top .3s ease;
  transition: top .3s ease;
  will-change: top;
}
.tm-skill-item-wrap .skill-set-percent {
  width: 100%;
}
.tm-skill-item-wrap .skill-set-percent h4 {
  z-index: 1;
  left: 0px;
  color: #261723;
  font-size: 18px;
  padding-bottom: 10px;
}
.tm-skill-item-wrap .skill-set-percent .progress {
  height: 10px;
  border-radius: 0;
  margin-bottom: 6px;
  overflow: visible;
  position: relative;
  border-radius: 30px;
  background: rgba(98, 85, 237, 0.12);
}
.tm-skill-item-wrap .skill-set-percent .progress:last-child {
  margin-bottom: 0;
}
.tm-skill-item-wrap .skill-set-percent .progress span {
  top: -30px;
  right: 0;
  font-size: 17px;
  color: #5956F0;
  position: relative;
}
.tm-skill-item-wrap .skill-set-percent .progress-bar {
  top: 0px;
  width: 0;
  left: 0px;
  float: left;
  height: 100%;
  position: relative;
  border-radius: 30px;
  background-color: #6255ED;
  -webkit-transition: 1s all ease-in-out;
  transition: 1s all ease-in-out;
}

/*---------------------------------------------------- */
/*Portfolio Details area*/
/*----------------------------------------------------*/
.mt-gallery-wrap {
  margin: 0 auto;
  max-width: 1060px;
}

.mt-portfolio-details-text h3, .mt-portfolio-details-text h2 {
  font-size: 28px;
  padding-bottom: 20px;
  color: var(--ag-title-color);
}
.mt-portfolio-details-text h2 {
  font-size: 32px;
}
.mt-portfolio-details-text p {
  padding-bottom: 30px;
}

.mt-portfolio-details-text ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.mt-portfolio-details-text ul li i {
  padding-right: 10px;
  color: var(--ag-title-color);
}

.mt-pd-item-img {
  overflow: hidden;
  border-radius: 20px;
}

.mt-gallery-wrap .g-inner-item {
  margin-bottom: 30px;
}
.mt-gallery-wrap .item-img {
  height: 100%;
  width: 100%;
  display: inline-block;
}
.mt-gallery-wrap .item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*---------------------------------------------------- */
/*Career area*/
/*----------------------------------------------------*/
.mt-career-hero-section {
  z-index: 1;
  overflow: hidden;
}
.mt-career-hero-section .mt-career-hero-content {
  padding-top: 300px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-career-hero-section .mt-career-hero-content {
    padding: 180px 0px 70px;
  }
}
.mt-career-hero-section .mt-career-hero-content h2 {
  color: #fff;
  font-size: 90px;
  line-height: 1.1;
  font-weight: 700;
  max-width: 1108px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mt-career-hero-section .mt-career-hero-content h2 {
    font-size: 50px;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .mt-career-hero-section .mt-career-hero-content h2 {
    font-size: 40px;
  }
}
.mt-career-hero-section:before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 76%;
  content: "";
  position: absolute;
  background-color: #11203E;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-career-hero-section:before {
    height: 100%;
  }
}
.mt-career-hero-section .mt-career-hero-img-text {
  gap: 30px 50px;
  margin-top: 90px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mt-career-hero-section .mt-career-hero-img-text {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-career-hero-section .mt-career-hero-img-text {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 50px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.mt-career-hero-section .mt-career-hero-img-text .item-img {
  overflow: hidden;
  border-radius: 20px;
}
.mt-career-hero-section .mt-career-hero-img-text .item-text {
  max-width: 396px;
}
.mt-career-hero-section .mt-career-hero-img-text .item-text p {
  color: #FFFFFF;
  padding-bottom: 30px;
}
.mt-career-hero-section .mt-career-hero-img-text .item-text .bread_btn {
  color: #22282F;
  padding: 15px 40px;
  border-radius: 40px;
  display: inline-block;
  background: var(--mt-gradient);
}
.mt-career-hero-section .mt-career-hero-img-text .item-text .bread_btn i {
  margin-left: 10px;
}

.ag-cr-feed-item {
  padding: 48px;
  border-radius: 10px;
  background-color: #F5F5F5;
}
.ag-cr-feed-item h3 {
  font-size: 28px;
  padding-bottom: 20px;
  color: var(--ag-title-color);
}
.ag-cr-feed-item p {
  padding-bottom: 24px;
}
.ag-cr-feed-item .ag-cr-cate a {
  font-size: 14px;
  font-weight: 500;
  padding: 5px 15px;
  margin-right: 12px;
  border-radius: 30px;
  display: inline-block;
  background-color: #fff;
}

.ag-ca-title {
  z-index: 1;
  position: relative;
}
.ag-ca-title h3 {
  font-size: 60px;
  max-width: 518px;
  color: var(--ag-title-color);
}
@media (max-width: 480px) {
  .ag-ca-title h3 {
    font-size: 40px;
  }
}

.ag-cb-img-content {
  gap: 30px 60px;
  max-width: 1040px;
  margin-top: -65px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ag-cb-img-content {
    gap: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), (max-width: 480px) {
  .ag-cb-img-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 480px) {
  .ag-cb-img-content {
    margin-top: 30px;
  }
}

.ca-item-text-wrap {
  max-width: 420px;
  padding-top: 46px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ca-item-text-wrap {
    padding-top: 15px;
  }
}
.ca-item-text-wrap .ca-item-area {
  gap: 28px;
  margin-bottom: 50px;
}
@media (max-width: 480px) {
  .ca-item-text-wrap .ca-item-area {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.ca-item-text-wrap .ca-item-area:last-child {
  margin-bottom: 0;
}
.ca-item-text-wrap .ca-item-area .item-icon {
  width: 52px;
  height: 52px;
  background-color: #F1F1F1;
}
.ca-item-text-wrap .ca-item-area .item-text {
  max-width: 341px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ca-item-text-wrap .ca-item-area .item-text {
    max-width: 300px;
  }
}
.ca-item-text-wrap .ca-item-area .item-text h3 {
  font-size: 22px;
  padding-bottom: 18px;
  color: var(--ag-title-color);
}

@media (max-width: 767px), (max-width: 480px) {
  .ag-career-thumb {
    height: 350px;
  }
  .ag-career-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.ag-career-thumb:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  max-height: 185px;
  position: absolute;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(6, 6, 6, 0)), to(#060606));
  background: linear-gradient(0deg, rgba(6, 6, 6, 0) 0%, #060606 100%);
}

.art-career-details-text h3, .art-career-details-text h2 {
  color: #22282F;
  font-size: 28px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-career-details-text h3, .art-career-details-text h2 {
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  .art-career-details-text h3, .art-career-details-text h2 {
    font-size: 24px;
  }
}
.art-career-details-text h2 {
  font-size: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-career-details-text h2 {
    font-size: 35px;
  }
}
@media (max-width: 480px) {
  .art-career-details-text h2 {
    font-size: 30px;
  }
}
.art-career-details-text p {
  padding-bottom: 25px;
}
.art-career-details-text ul {
  margin-bottom: 25px;
}
.art-career-details-text li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
.art-career-details-text li:before {
  left: 0;
  top: 6px;
  width: 15px;
  height: 15px;
  content: "";
  position: absolute;
  border-radius: 100%;
  background-image: url(../img/check.svg);
}

.art-career-apply-info {
  padding: 20px 35px;
  border-radius: 15px;
  background-color: #F9F9F9;
}
.art-career-apply-info li {
  gap: 0px 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 15px 0px 12px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #E9E9E9;
}
.art-career-apply-info li .v-tilte {
  color: #261723;
}
.art-career-apply-info li .v-tilte i {
  color: #6255ED;
  margin-right: 10px;
}
.art-career-apply-info li .v-value {
  color: #504E4E;
}
.art-career-apply-info a {
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-top: 20px;
  padding: 13px 15px;
  border-radius: 30px;
  background: #6255ED;
}

.art-job-apply-content {
  padding: 50px;
  margin: 0 auto;
  max-width: 730px;
  border-radius: 16px;
  border: 1px solid #E9E9E9;
}
.art-job-apply-content .sec_title {
  color: #22282F;
  font-size: 32px;
  font-weight: 400;
  padding-bottom: 40px;
}
.art-job-apply-content button {
  padding: 0;
  border: none;
  padding: 12px 20px;
  border-radius: 40px;
  background: var(--mt-gradient);
}

/*---------------------------------------------------- */
/*Blog Page area*/
/*----------------------------------------------------*/
.blog-item-feed h3 {
  font-size: 60px;
}
.blog-item-feed .ag-blog-item {
  margin-bottom: 45px;
}

.ag-sidebar {
  padding-top: 30px;
  border-radius: 8px;
  background-color: #F5F5F5;
}

.ag-sidebar-widget {
  padding: 0px 30px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #E9E9E9;
}
.ag-sidebar-widget .widget-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
  padding-bottom: 18px;
  color: var(--ag-title-color);
  font-family: var(--ag-title-color);
}
.ag-sidebar-widget .search-widget form {
  position: relative;
}
.ag-sidebar-widget .search-widget input {
  width: 100%;
  height: 54px;
  border: none;
  padding-left: 20px;
  border-radius: 5px;
  background-color: #fff;
}
.ag-sidebar-widget .search-widget input::-webkit-input-placeholder {
  color: #414141;
}
.ag-sidebar-widget .search-widget input::-moz-placeholder {
  color: #414141;
}
.ag-sidebar-widget .search-widget input:-ms-input-placeholder {
  color: #414141;
}
.ag-sidebar-widget .search-widget input::-ms-input-placeholder {
  color: #414141;
}
.ag-sidebar-widget .search-widget input::placeholder {
  color: #414141;
}
.ag-sidebar-widget .search-widget button {
  top: 0;
  right: 0;
  width: 54px;
  color: #fff;
  height: 54px;
  border: none;
  border-radius: 5px;
  position: absolute;
  background-color: #6255ED;
}
.ag-sidebar-widget .category-widget li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #414141;
  position: relative;
  padding: 18px 0px 18px 24px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #E9E9E9;
}
.ag-sidebar-widget .category-widget li a:before {
  left: 0;
  top: 22px;
  width: 16px;
  content: "";
  height: 16px;
  position: absolute;
  border-radius: 100%;
  border: 1px solid #CACACA;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.ag-sidebar-widget .category-widget li a:hover {
  color: var(--ag-color-1);
}
.ag-sidebar-widget .category-widget li a:hover:before {
  background: var(--ag-color-1);
  border: 1px solid var(--ag-color-1);
}
.ag-sidebar-widget .category-widget li:first-child a {
  padding-top: 0;
}
.ag-sidebar-widget .category-widget li:first-child a:before {
  top: 5px;
}
.ag-sidebar-widget .category-widget li:last-child a {
  border: none;
  padding-bottom: 0;
}
.ag-sidebar-widget .recent-post-item {
  margin-bottom: 24px;
}
.ag-sidebar-widget .recent-post-item:last-child {
  margin-bottom: 0;
}
.ag-sidebar-widget .recent-post-item .item-img {
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 15px;
}
.ag-sidebar-widget .recent-post-item .item-img img {
  height: 120px;
  width: 100%;
  object-fit: cover;
}
.ag-sidebar-widget .recent-post-item .item-img span {
  top: 8px;
  left: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 4px;
  letter-spacing: 1px;
  background-color: var(--ag-color-1);
}
.ag-sidebar-widget .recent-post-item .rec_title {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.444;
  color: var(--ag-title-color);
}
.ag-sidebar-widget .tag-widget a, .tagcloud a {
  margin: 4px;
  font-size: 16px !important;
  padding: 5px 15px;
  display: inline-block;
  background-color: #FFFFFF;
  color: var(--ag-title-color);
}
.ag-sidebar-widget .tag-widget a:hover, .tagcloud a:hover{
  color: #fff;
  background-color: var(--ag-color-1);
}

.ag-blog-list-feed {
  margin: 0 auto;
  padding: 32px;
  max-width: 800px;
  border-radius: 10px;
  margin-bottom: 32px;
  border: 1px solid #E9E9E9;
}
.ag-blog-list-feed .item-img {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 30px;
}
.ag-blog-list-feed .item-img img {
  height: 367px;
  object-fit: cover;
  width: 100%;
}
.ag-blog-list-feed .item-text .blog_title {
  color: #261723;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.25;
  padding-bottom: 15px;
  font-family: var(--ag-body-font);
}
.ag-blog-list-feed .item-text p {
  padding-bottom: 15px;
}
.ag-blog-list-feed .item-text .read_more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #504E4E;
  font-weight: 500;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ag-blog-list-feed .item-text .read_more span {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #D5FA52;
}
.ag-blog-list-feed .item-text .read_more:hover {
  letter-spacing: 2px;
}
.ag-blog-list-feed .blog-item-meta {
  margin-bottom: 5px;
  padding-bottom: 12px;
}
.ag-blog-list-feed .blog-item-meta a {
  color: #504E4E;
  margin-right: 50px;
}
@media (max-width: 767px), (max-width: 480px) {
  .ag-blog-list-feed .blog-item-meta a {
    margin-right: 15px;
  }
}
.ag-blog-list-feed .blog-item-meta a i {
  margin-right: 8px;
  color: var(--ag-color-1);
}
.ag-blog-list-feed .blog-item-meta a:last-child {
  margin-right: 0;
}

.blog-item-arrow .nav-arrow {
  top: 50%;
  z-index: 1;
  width: 48px;
  height: 48px;
  color: #fff;
  position: absolute;
  border-radius: 100%;
  border: 2px solid #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.blog-item-arrow .nav-arrow:hover {
  color: #fff;
  border: 2px solid var(--ag-color-1);
  background: var(--ag-color-1);
}
.blog-item-arrow .log-blog-button-prev {
  left: 30px;
}
.blog-item-arrow .log-blog-button-next {
  right: 30px;
}

/*---------------------------------------------------- */
/*Blog Details area*/
/*----------------------------------------------------*/
.b-thumbnail:before {
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 135px;
  position: absolute;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(6, 6, 6, 0)), to(#060606));
  background: linear-gradient(0deg, rgba(6, 6, 6, 0) 0%, #060606 100%);
}
.b-thumbnail h3 {
  color: #fff;
  margin: 0 auto;
  font-size: 70px;
  line-height: 1.2;
  max-width: 975px;
  text-align: center;
  padding: 255px 15px;
}
@media (max-width: 767px) {
  .b-thumbnail h3 {
    font-size: 55px;
    padding: 150px 15px;
  }
}
@media (max-width: 480px) {
  .b-thumbnail h3 {
    font-size: 35px;
  }
}
.b-thumbnail .b-thumb-meta {
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  max-width: 636px;
  background-color: #F5F5F5;
  padding: 25px 15px 23px;
  border-radius: 12px 12px 0px 0px;
}
@media (max-width: 480px) {
  .b-thumbnail .b-thumb-meta {
    padding: 15px 15px 13px;
  }
}
.b-thumbnail .b-thumb-meta a {
  color: #414141;
  font-size: 18px;
  margin: 0px 40px;
}
@media (max-width: 767px), (max-width: 480px) {
  .b-thumbnail .b-thumb-meta a {
    margin: 0px 10px;
  }
}
@media (max-width: 480px) {
  .b-thumbnail .b-thumb-meta a {
    margin: 0px 5px;
  }
}
.b-thumbnail .b-thumb-meta a i {
  margin-right: 5px;
  color: var(--ag-color-1);
}
figure.ag-b-details-img.text-center.mb-40.wp-block-image.size-large {
  margin-left: -150px;
  margin-right: -150px;
}
.ag-b-details-content {
  margin: 0 auto;
  max-width: 730px;
}
.ag-b-details-content h3 {
  color: #060606;
  font-size: 24px;
  padding-bottom: 28px;
}
.ag-b-details-content p {
  padding-bottom: 40px;
}
.ag-b-details-content blockquote {
  padding: 20px;
  color: #414141;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  font-size: 25px 40px;
  margin-bottom: 30px;
  background-color: #F5F5F5;
}
.ag-b-details-content blockquote span {
  display: block;
  margin-top: 8px;
  padding-left: 55px;
  position: relative;
  text-transform: uppercase;
  color: var(--ag-title-color);
}
.ag-b-details-content blockquote span:before {
  left: 0;
  top: 12px;
  width: 40px;
  content: "";
  height: 2px;
  border-radius: 4px;
  position: absolute;
  background-size: 200%, 1px;
  background: var(--ag-gradient);
}
.ag-b-details-content blockquote:before {
  top: 0;
  left: 0;
  width: 4px;
  content: "";
  height: 100%;
  position: absolute;
  background-color: var(--ag-color-1);
}
.ag-b-details-content blockquote:after {
  top: 20px;
  right: 55px;
  width: 57px;
  opacity: 0.1;
  content: "";
  height: 39px;
  position: absolute;
  background-image: url(../img/qt.svg);
}

.art-blog-share-tag {
  margin: 0 auto;
  max-width: 730px;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
}
.art-blog-share-tag span {
  color: #261723;
  font-size: 20px;
  display: block;
  font-weight: 700;
  margin-right: 15px;
}
.art-blog-share-tag .art-blog-tag a {
  margin: 5px;
  font-size: 14px;
  padding: 5px 15px;
  border-radius: 5px;
  display: inline-block;
  background-color: #F7F7F7;
}
.art-blog-share-tag .art-blog-tag a:hover {
  color: #fff;
  background-color: var(--ag-color-1);
}
.art-blog-share-tag .art-blog-share a {
  width: 36px;
  margin: 3px;
  height: 36px;
  border-radius: 100%;
  display: inline-block;
  background: var(--ag-color-1);
  color: #fff;
  text-align: center;
  line-height: 36px;
  font-size: 15px;
}

.art-blog-details-author {
  padding: 30px;
  gap: 30px 25px;
  margin: 0 auto;
  max-width: 730px;
  margin-top: 40px;
  border-radius: 10px;
  background: #F9F9F9;
}
.art-blog-details-author .admin-title-social {
  margin-bottom: 10px;
}
.art-blog-details-author .inner-img {
  width: 140px;
  height: 140px;
  overflow: hidden;
  border-radius: 100%;
  border: 4px solid #fff;
}
.art-blog-details-author .inner-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.art-blog-details-author .inner-text {
  max-width: 500px;
}
.art-blog-details-author .inner-text h4 {
  color: #261723;
  line-height: 1;
  font-size: 24px;
  font-weight: 500;
}
.art-blog-details-author .inner-text p {
  color: #261723;
}
.art-blog-details-author .inner-social {
  margin-top: 15px;
}
.art-blog-details-author .inner-social a {
  color: #261723;
  margin-right: 15px;
}
.art-blog-details-author .inner-social a:hover {
  color: var(--art-base-color-1);
}

.art-blog-single-comment-form {
  padding: 40px;
  margin: 0 auto;
  max-width: 730px;
  margin-top: 60px;
  border-radius: 15px;
  border: 1px solid #DFE1E5;
}
.art-blog-single-comment-form h3 {
  font-size: 30px;
  padding-bottom: 30px;
  color: var(--ag-title-color);
}
p.comment-form-cookies-consent {
  display: none;
}

.art-contact-form-input .form-submit {
  display: none;
}

p.logged-in-as {
    margin-bottom: 30px;
}
/*---------------------------------------------------- */
/*Contact area*/
/*----------------------------------------------------*/
.ag-p-contact-content {
  gap: 28px;
  padding: 28px;
  display: -ms-grid;
  display: grid;
  background-color: #FDFBFB;
  -ms-grid-columns: 1fr 28px 1fr 28px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ag-p-contact-content {
    -ms-grid-columns: (2fr)[3];
    grid-template-columns: repeat(3, 2fr);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .ag-p-contact-content {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .ag-p-contact-content {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.ag-p-contact-content .ag-p-contact-item {
  padding: 50px;
  background-color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-p-contact-content .ag-p-contact-item {
    padding: 30px;
  }
}
.ag-p-contact-content .ag-p-contact-item .item-icon {
  top: 15px;
  right: 50px;
  opacity: 0.05;
  line-height: 1;
  font-size: 60px;
  position: absolute;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-p-contact-content .ag-p-contact-item .item-icon {
    top: 10px;
    right: 10px;
  }
}
@media (max-width: 767px) {
  .ag-p-contact-content .ag-p-contact-item .item-icon {
    display: none;
  }
}
.ag-p-contact-content .ag-p-contact-item h3 {
  font-size: 18px;
  padding-bottom: 18px;
  color: var(--ag-title-color);
}
.ag-p-contact-content .ag-p-contact-item p {
  color: #414141;
}

.ag-cp-form-content {
  gap: 30px 60px;
  background-color: #FDFBFB;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-cp-form-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.ag-cp-form-content .art-blog-single-comment-form {
  margin: 0;
  padding: 0;
  width: 100%;
  border: none;
  max-width: 588px;
  background: transparent;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ag-header-section.header_style_two .ag-header-content .main-navigation li {
      margin: 0px 25px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ag-header-section.header_style_two.txa_sticky_header:is(.txa_sticky):is(.txa_sticky_show) {
      top: -30px;
  }
}
@media (max-width: 767px) {
  .ag-btn-1 a {
      padding: 15px 26px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-service-item-4 .item-text-list ul {
      opacity: 1;
      height: auto;
      -webkit-transform: scaleZ(1);
      transform: scaleZ(1);
  }
}
/*---------------------------------------------------- */