@charset "UTF-8";
/*Theme default CSS*/
:root {
  /*@font family declaration*/
  --ax-heading:"Kanit", sans-serif;
  --ax-body: "Inter", sans-serif;
  --ax-fontawesome: "Font Awesome 6 Pro";
  /*@color declaration*/
  --ax-primary:#C9F31D;
  --ax-heading-primary: #453030;
  --ax-white: #FFFFFF;
  --ax-white-rgb: 25, 25, 25;
  --ax-black: #000000;
  --ax-black-rgb: 13, 13, 13;
  --ax-black-bg: #191919;
  --x-black-bg-rgb: 25, 25, 25;
  --ax-gray: #878C8F;
  --ax-gray-rgb: 135, 140, 143;	
  --ax-placeholder: #4A5764;
  --ax-body-primary: #fff;	
  --ax-text-body: rgba(5, 5, 19, 0.6);
  --ax-text-primary: #151515;
  --ax-shadow-primary: 0px 30px 60px 0px rgba(0, 15, 32, 0.1);
  --ax-background-hero-2-bg: #EEEEEE;
  --ax-background-body-bg: #F6F0E9;
  --ax-border-primary: 1px solid rgba(5, 5, 19, 0.14);	
  --ax-bdr-radius: 20px;	
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.row {--bs-gutter-x: 24px;}
.gutter-y-30 { --bs-gutter-y: 24px;}
body {
  font-family: var(--ax-heading);
  color: var(--ax-gray);
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}
body.locked {overflow: hidden;}
a {
  color: var(--ax-primary);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}
input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=url],
textarea {
  outline: none;
  height: 56px;
  width: 100%;
  line-height: 56px;
  font-size: 14px;
  padding-left: 26px;
  padding-right: 26px;
  color: var(--ax-black);
  border: 1px solid var(--ax-black);
  background-color: var(--ax-white);
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--ax-black);
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=url]::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--ax-black);
}
input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=url]:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 4-18 */
  color: var(--ax-black);
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* IE 10+  Edge*/
  color: var(--ax-black);
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=url]::placeholder,
textarea::placeholder {
  /* MODERN BROWSER */
  color: var(--ax-black);
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=url]:focus,
textarea:focus {
  border-color: var(--ax-black);
}
input[type=text]:focus::placeholder,
input[type=email]:focus::placeholder,
input[type=tel]:focus::placeholder,
input[type=number]:focus::placeholder,
input[type=password]:focus::placeholder,
input[type=url]:focus::placeholder,
textarea:focus::placeholder {
  opacity: 0;
}

textarea {
  line-height: 1.4;
  padding-top: 17px;
  padding-bottom: 17px;
}

input[type=color] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  padding: 0;
  border-radius: 50%;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--ax-heading);
  color: var(--ax-black);
  margin: 0;
}
p {margin: 0;}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}
/* scroll to top */
.scroll-to-top {
  display: flex;
  align-items: center;
  width: auto;
  height: 35px;
  background: transparent;
  position: fixed;
  bottom: 60px;
  right: -12px;
  z-index: 99;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transform: rotate(-90deg);
  cursor: pointer;
  transition: all 0.2s ease;
}

.scroll-to-top:hover {
  color:var(--ax-base);
}
.scroll-to-top__text {
  display: inline;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-left: 10px;
	color: var(--ax-black);
}

.scroll-to-top__wrapper {
  display: inline-block;
  width: 30px;
  height: 4px;
  background-color: var(--ax-base);
  position: relative;
  overflow: hidden;
}

.scroll-to-top__inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color:var(--ax-primary);
}

.scroll-to-top.show {
  opacity: 1;
  visibility: visible;
  bottom: 70px;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}
.page-wrapper--instyle2 {
  background-color: #FEF9FA;
}
.container-contact {
  --bs-gutter-x:30px;
  --bs-gutter-y:0;
  width:100%;
  padding-right:calc(var(--bs-gutter-x) * .5);
  padding-left:calc(var(--bs-gutter-x) * .5);
  margin-right:auto;
  margin-left:auto
}
@media (min-width:576px) {
  .container-contact{
    max-width:540px
  }
}
@media (min-width:768px) {
  .container-contact{
    max-width:720px
  }
}
@media (min-width:992px) {
  .container-contact {
    max-width:960px
  }
}
@media (min-width:1200px) {
  .container-contact{
    max-width:1140px
  }
}
@media (min-width:1400px) {
  .container-contact{
    max-width:1750px;
  }
}
.list-unstyled {padding-left: 0;}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}
::-webkit-scrollbar {
  height: 7px;
  width: 7px;
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: var(--ax-primary);
  -webkit-border-radius: 1ex;
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.75);
}

::-webkit-scrollbar-corner {
  background: transparent;
}
*::-moz-selection {
  background: var(--ax-black);
  color: var(--ax-white);
  text-shadow: none;
}
::-moz-selection {
  background: var(--ax-black);
  color: var(--ax-white);
  text-shadow: none;
}
::selection {
  background: var(--ax-black);
  color: var(--ax-white);
  text-shadow: none;
}

/* Section Title Css */
.section-title {
  position: relative;
  display: block;
  margin-top: -9px;
  padding-bottom: 52px;
  z-index: 1;
}
.section-title-tagline {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 8px;
}
.section-title-tagline p {
  color: var(--ax-text-primary);
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing:20%;
}
.section-title-tagline .line1,
.section-title-tagline .line2 {
  position: relative;
  display: block;
  width: 30px;
  height: 2px;
  background:var(--ax-text-primary);
}
.section-title-tagline .line1::before {
  position: absolute;
  top: 0px;
  left: -7px;
  width: 2px;
  height: 2px;
  background:var(--ax-text-primary);
  content: "";
}
.section-title-tagline .line1::after {
  position: absolute;
  top: 0px;
  left: -11px;
  width: 2px;
  height: 2px;
  background:var(--ax-text-primary);
  content: "";
}
.section-title-tagline .line2::before {
  position: absolute;
  top: 0px;
  right: -7px;
  width: 2px;
  height: 2px;
  background:var(--ax-text-primary);
  content: "";
}
.section-title-tagline .line2::after {
  position: absolute;
  top: 0px;
  right: -11px;
  width: 2px;
  height: 2px;
  background:var(--ax-text-primary);
  content: "";
}
.section-title-title {
  color:var(--ax-primary);
  -webkit-text-stroke:1px #a9ce12;
  font-size: 48px;
  line-height: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 5%;
}
/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
    .section-title-title {font-size:32px;line-height: 1.5em;}
    .section-title-title br {display: none;}
}

.black-color {
  color: #0D0D0D;
}
/* Thm Btn Css */
.thm-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  outline: none !important;
  border: none;
  background-color: transparent;
  z-index: 1;
}

.thm-btn span {
  position: relative;
  display: inline-block;
  color: var(--ax-white);
  font-size: 16px;
  line-height: 60px;
  letter-spacing: 0.03em;
  font-family: var(--ax-heading);
  font-weight: 600;
  overflow: hidden;
  border-radius: 30px;
  background-color: transparent;
  padding: 0px 40px 0px;
  transition: all 200ms linear;
  transition-delay: .1s;
  z-index: 1;
  text-transform: uppercase;
}

.thm-btn i {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  background-color: transparent;
  color: var(--ax-white);
  font-size: 20px;
  line-height: 20px;
  transform: rotate(-45deg);
  transition: all 200ms linear;
  transition-delay: .1s;
  z-index: 1;
}

.thm-btn:hover span {
  color: var(--ax-primary);
}

.thm-btn:hover i {
  color: var(--ax-primary);
}

.thm-btn span::before,
.thm-btn i::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: var(--ax-primary);
  z-index: -1;
}

.thm-btn span::after,
.thm-btn i::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  background-color: var(--ax-white);
  transition: opacity 0.7s ease, transform 0.7s ease, visibility 0.7s ease;
  transform-origin: left top;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  z-index: -1;
}

.thm-btn i::before,
.thm-btn i::after {
  content: "\f061";
  display: flex;
  align-items: center;
  justify-content: center;
}

.thm-btn:hover span::after,
.thm-btn:hover i::after {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transform-origin: bottom center;
}


.btn-default{
	position: relative;
    display: inline-block;
    background: var(--ax-primary);
	border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
	line-height: 1em;
    text-transform: capitalize;
    color: var(--ax-black);
    padding: 17px 55px 17px 25px;
    overflow: hidden;
    border: none;
	transition: all 0.4s ease-in-out;
    z-index: 0;
}

.btn-default:hover{
	color: var(--ax-white);
}

.btn-default::before{
	content: '';
	position: absolute;
	top: 50%;
    right: 25px;
	width: 24px;
	height: 24px;
	background: url('../images/arrow-primary.svg') no-repeat;
    background-position: center center;
    background-size: cover;
	transform: translateY(-50%);
	transition: all 0.4s ease-in-out;
	z-index: 1;
}

.btn-default:hover::before{
	transform: translateY(-50%) rotate(45deg);
	filter: brightness(1) invert(1);
}

.btn-default::after{
	content: '';
    display: block;
    position: absolute;
	top: 0;
    left: auto;
	right: 0;
    bottom: 0;
	width: 0;
	height: 100%;
    background: var(--ax-black);
	border-radius: 0;
    transition: 0.4s ease-in-out;
	z-index: -1;
}

.btn-default:hover::after{
	width: 100%;
	left: 0;
	right: auto;
}
/*Main Header Section Start Here*/
.main-header {
  position: relative;
  background-color: var(--ax-white);
  width: 100%;
  border-bottom: 1px solid rgb(255 255 255 / 10%);
  transition: all 500ms ease;
  z-index: 999;
}

.main-menu {
  position: relative;
  display: block;
}

.main-menu__wrapper {
  position: relative;
  display: block;
	
}

.main-menu__wrapper .container {
  max-width: 1800px;
}

.main-menu__wrapper-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-header__left {
  position: relative;
  display: block;
}

.main-menu__logo-style1 {
  position: relative;
  display: block;
}

.main-menu__logo-style1 a {
  position: relative;
  display: inline-block;
}

.main-menu__logo-style1 a img {
  width: auto;
}

.main-header__right {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu__search-style1 {
  position: relative;
  display: block;
}

.main-menu__search-style1 a {
  position: relative;
  display: inline-block;
  color: var(--ax-white);
  font-size: 24px;
  line-height: 24px;
  transition: all 200ms linear;
  transition-delay: .1s;
}

.main-menu__search-style1 a:hover {
  color: var(--ax-primary);
}

.main-menu__nav-sidebar-icon {
  position: relative;
  display: block;
  margin-left: 30px;
}

.main-menu__nav-sidebar-icon a {
  position: relative;
  color: var(--ax-white);
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  transition: all 200ms linear;
  transition-delay: .1s;
  width: 60px;
  height: 60px;
  background-color: rgb(var(--ax-white-rgb), .10);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.main-menu__nav-sidebar-icon a:hover {
  color: var(--ax-primary);
  background-color: var(--ax-white);
}

.main-menu__btn-style1 {
  position: relative;
  display: block;
  margin-left: 20px;
}

.main-header__middle {
  position: relative;
  display: block;
  border: none;
  background-color: transparent;
  padding: 0px 0px 0px;
}

.main-menu__main-menu-box {
  position: relative;
  display: block;
}



.stricky-header .main-menu__main-menu-box-outer-top {
  display: none;
}

.stricky-header .main-menu__logo a {
  padding: 12.5px 0 12.5px;
  padding-right: 60px;
}

.stricky-header.main-menu {
  background-color:var(--ax-white);
}

.main-menu .main-menu__list,
.main-menu .main-menu__list>li>ul,
.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}



@media (min-width: 1200px) {

  .main-menu .main-menu__list,
  .main-menu .main-menu__list>li>ul,
  .main-menu .main-menu__list>li>ul>li>ul,
  .stricky-header .main-menu__list,
  .stricky-header .main-menu__list>li>ul,
  .stricky-header .main-menu__list>li>ul>li>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.main-menu .main-menu__list>li,
.stricky-header .main-menu__list>li {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}

.main-menu .main-menu__list>li+li,
.stricky-header .main-menu__list>li+li {
  margin-left: 30px;
}

.main-menu .main-menu__list>li>a,
.stricky-header .main-menu__list>li>a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--ax-black);
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  font-family: var(--ax-heading);
  text-transform: capitalize;
  padding: 6px 10px 6px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.main-menu .main-menu__list>li.current>a,
.main-menu .main-menu__list>li:hover>a,
.stricky-header .main-menu__list>li.current>a,
.stricky-header .main-menu__list>li:hover>a {
  color:var(--ax-black);
}

.main-menu .main-menu__list>li>a::before,
.stricky-header .main-menu__list>li>a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 20px;
  opacity: 0;
  width: 0%;
  background-color: var(--ax-primary);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: -1;
}

.main-menu .main-menu__list>li.current>a::before,
.main-menu .main-menu__list>li:hover>a::before,
.stricky-header .main-menu__list>li.current>a::before,
.stricky-header .main-menu__list>li:hover>a::before {
  opacity: 1;
  width: 100%;
}

.main-menu .main-menu__list>li.dropdown>a {
  padding-right: 32px;
}

.main-menu .main-menu__list>li.dropdown>a:after {
  position: absolute;
  top: 14px;
  right: 15px;
  font-family: "Font Awesome 5 Pro";
  content: "\f107";
  font-size: 14px;
  line-height: 14px;
  color: var(--ax-white);
  transform: translateY(0%) rotate(180deg);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.main-menu .main-menu__list>li.current>a::after,
.main-menu .main-menu__list>li:hover>a::after,
.stricky-header .main-menu__list>li.current>a::after,
.stricky-header .main-menu__list>li:hover>a::after {
  color: var(--ax-white);
  transform: translateY(0%) rotate(0deg);
}

.main-menu .main-menu__list>li>ul,
.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: var(--ax-black);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  min-width: 280px;
  padding: 25px 30px 25px;
  border: 1px dashed rgba(var(--ax-white-rgb), 0.20);
  border-top: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
  border-bottom-left-radius: var(--ax-bdr-radius);
  border-bottom-right-radius: var(--ax-bdr-radius);
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  transform: perspective(500px) rotatex(-20deg);
  transform-origin: 50% 0%;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}

.main-menu .main-menu__list>li>ul>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul>li>ul {
  display: none;
}

.main-menu .main-menu__list>li:hover>ul,
.main-menu .main-menu__list>li>ul>li:hover>ul,
.stricky-header .main-menu__list>li:hover>ul,
.stricky-header .main-menu__list>li>ul>li:hover>ul {
  opacity: 1;
  visibility: visible;
  transform: perspective(500px) rotatex(0);
}

.main-menu .main-menu__list>li>ul>li,
.main-menu .main-menu__list>li>ul>li>ul>li,
.stricky-header .main-menu__list>li>ul>li,
.stricky-header .main-menu__list>li>ul>li>ul>li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  width: 100%;
  position: relative;
}

.main-menu .main-menu__list>li>ul>li+li,
.main-menu .main-menu__list>li>ul>li>ul>li+li,
.stricky-header .main-menu__list>li>ul>li+li,
.stricky-header .main-menu__list>li>ul>li>ul>li+li {
  border-top: 1px solid rgba(var(--ax-white-rgb), 0.10);
  margin-top: 0px;
}

.main-menu .main-menu__list>li>ul>li>a,
.main-menu .main-menu__list>li>ul>li>ul>li>a,
.stricky-header .main-menu__list>li>ul>li>a,
.stricky-header .main-menu__list>li>ul>li>ul>li>a {
  position: relative;
  display: flex;
  align-items: center;
  color: rgba(var(--ax-white-rgb), 1);
  font-size: 17px;
  line-height: 17px;
  font-weight: 400;
  font-family: var(--ax-heading);
  text-transform: uppercase;
  padding: 16px 0px 16px;
  letter-spacing: 0.03em;
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
}

.main-menu .main-menu__list>li>ul>li:hover>a,
.main-menu .main-menu__list>li>ul>li.current>a,
.main-menu .main-menu__list>li>ul>li>ul>li:hover>a,
.main-menu .main-menu__list>li>ul>li>ul>li.current>a,
.stricky-header .main-menu__list>li>ul>li:hover>a,
.stricky-header .main-menu__list>li>ul>li.current>a,
.stricky-header .main-menu__list>li>ul>li>ul>li:hover>a,
.stricky-header .main-menu__list>li>ul>li>ul>li.current>a {
  color: rgba(var(--ax-primary-rgb), 1.0);
  padding-left: 5px;
}

.main-menu .main-menu__list>li>ul>li>a::before,
.main-menu .main-menu__list>li>ul>li>ul>li>a::before,
.stricky-header .main-menu__list>li>ul>li>a::before,
.stricky-header .main-menu__list>li>ul>li>ul>li>a::before {
  position: absolute;
  top: 50%;
  right: 20px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f105";
  font-size: 14px;
  color: var(--ax-primary);
  transform: translateY(-50%) scale(0);
  -webkit-transition: 500ms;
  transition: 500ms;
}

.main-menu .main-menu__list>li>ul>li:hover>a::before,
.main-menu .main-menu__list>li>ul>li.current>a::before,
.main-menu .main-menu__list>li>ul>li>ul>li:hover>a::before,
.main-menu .main-menu__list>li>ul>li>ul>li.current>a::before,
.stricky-header .main-menu__list>li>ul>li:hover>a::before,
.stricky-header .main-menu__list>li>ul>li.current>a::before,
.stricky-header .main-menu__list>li>ul>li>ul>li:hover>a::before,
.stricky-header .main-menu__list>li>ul>li>ul>li.current>a::before {
  transform: translateY(-50%) scale(1);
}

.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
  top: 0;
  left: 100%;
  margin-left: 30px;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.main-menu .main-menu__list li ul li>ul.right-align,
.stricky-header .main-menu__list li ul li>ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}

.stricky-header {
  position: fixed;
  z-index: 991;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  visibility: hidden;
  -webkit-transform: translateY(-120%);
  transform: translateY(-120%);
  -webkit-transition: visibility 500ms ease, -webkit-transform 500ms ease;
  transition: visibility 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, visibility 500ms ease;
  transition: transform 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1199px) {
  .stricky-header {
    display: none !important;
  }
}

.stricky-header.stricky-fixed {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
}

.stricky-header .main-menu__inner {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-right: 0;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}

.mobile-nav__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: 10px;
}

@media (min-width: 1200px) {
  .mobile-nav__buttons {
    display: none;
  }
}

.mobile-nav__buttons a {
  font-size: 20px;
  color: var(--ax-primary);
  cursor: pointer;
}

.mobile-nav__buttons a+a {
  margin-left: 10px;
}

.mobile-nav__buttons a:hover {
  color: var(--ax-primary);
}

.main-menu .mobile-nav__toggler {
  position: relative;
  display: inline-block;
  padding:10px 16px;
  font-size: 20px;
  color:var(--ax-black);
  background-color: var(--ax-primary);
  cursor: pointer;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.main-menu .mobile-nav__toggler:hover {
  color: var(--ax-primary);
  background-color: var(--ax-black);
}

@media (min-width: 1200px) {
  .main-menu .mobile-nav__toggler {
    display: none;
  }
}
/*Main Menu All Responsive Css*/
@media only screen and (min-width: 1200px) and (max-width: 1349px) {

    .main-menu__search-style1,
    .main-menu__nav-sidebar-icon {
        display: none;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-menu__wrapper-inner {
        padding: 15px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-menu__wrapper-inner {
        padding: 15px 0;
    }
}

@media only screen and (max-width: 767px) {
    .main-header__right {
        display: none;
    }

    .main-menu__wrapper-inner {
        padding: 22px 0;
    }
}
/*Main Header Section End Here*/
/*Mobile Nav Start Here*/
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  visibility: hidden;
}
.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}
.mobile-nav__wrapper.expanded {
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  visibility: visible;
  -webkit-transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}
.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.5;
  cursor: pointer;
}

.mobile-nav__content {
  width: 300px;
  background-color: var(--ax-black);
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav__wrapper.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}

.mobile-nav__content .logo-box {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile-nav__close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  color: var(--ax-white);
  cursor: pointer;
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list>li>ul,
.mobile-nav__content .main-menu__list>li>ul>li>ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mobile-nav__content .main-menu__list>li>ul,
.mobile-nav__content .main-menu__list>li>ul>li>ul {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-left: 0.5em;
}

.mobile-nav__content .main-menu__list>li:not(:last-child),
.mobile-nav__content .main-menu__list>li>ul>li:not(:last-child),
.mobile-nav__content .main-menu__list>li>ul>li>ul>li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list>li>a>.main-menu-border {
  display: none !important;
}

.mobile-nav__content .main-menu__list>li>a,
.mobile-nav__content .main-menu__list>li>ul>li>a,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 30px;
  color: #ffffff;
  font-size: 14px;
  font-family:var(--ax-heading);
  font-weight: 500;
  height: 46px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__content .main-menu__list>li>a.expanded .mobile-nav__content .main-menu__list>li>ul>li>a.expanded .mobile-nav__content .main-menu__list>li>ul>li>ul>li>a.expanded {
  color: var(--ax-primary);
}

.mobile-nav__content .main-menu__list li a.expanded {
  color: var(--ax-primary);
}

.mobile-nav__content .main-menu__list>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button {
  width: 30px;
  height: 30px;
  background-color: var(--ax-primary);
  border: none;
  outline: none;
  color: #fff;
  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;
  text-align: center;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  padding: 0;
}

.mobile-nav__content .main-menu__list>li>a>button.expanded,
.mobile-nav__content .main-menu__list>li>ul>li>a>button.expanded,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button.expanded {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  background-color: #fff;
  color: var(--ax-primary);
}

/* no menu after 2rd level dropdown */
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>ul {
  display: none !important;
}

.mobile-nav__content .main-menu__list li.cart-btn span {
  position: relative;
  top: auto;
  right: auto;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.mobile-nav__content .main-menu__list li.cart-btn i {
  font-size: 16px;
}

.mobile-nav__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

.mobile-nav__top .main-menu__login a {
  color: var(--ax-black);
}

.mobile-nav__container {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-nav__social a {
  font-size: 16px;
  color: var(--ax-white);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border: 1px solid rgba(var(--ax-white-rgb), .10);
  border-radius: 50%;
  -webkit-transition: 500ms;
  transition: 500ms;
  z-index: 1;
}

.mobile-nav__social a+a {
  margin-left: 10px;
}

.mobile-nav__social a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: var(--ax-primary);
  transform: scale(0.5);
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: -1;
}

.mobile-nav__social a:hover::after {
  transform: scale(1.0);
  opacity: 1;
}

.mobile-nav__social a:hover {
  color: var(--ax-white);
  border: 1px solid rgba(var(--ax-primary-rgb), 1);
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.mobile-nav__contact li {
  color: var(--ax-black);
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-nav__contact li+li {
  margin-top: 15px;
}

.mobile-nav__contact li a {
  color: #ffffff;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__contact li a:hover {
  color: var(--ax-primary);
}

.mobile-nav__contact li>i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--ax-primary);
  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;
  text-align: center;
  font-size: 11px;
  margin-right: 10px;
  color: #fff;
}

.mobile-nav__container .main-logo,
.mobile-nav__container .topbar__buttons,
.mobile-nav__container .main-menu__language,
.mobile-nav__container .main-menu__login {
  display: none;
}
/*Mobile Nav End Here*/
/*Main Hero Section Start Here*/
.ax-hero-section {
  background: linear-gradient(259.32deg,#dcf5fa 1.38%,rgba(237,249,250,0) 97.54%);	
  padding: 120px 0;
}
.banner-one__shape {
  position: absolute;
  top: -400px;
  right:60%;
  opacity: 0.6;
  width: 800px;
  height: 800px;
  border-radius: 50%;
  background:radial-gradient(50% 50% at 50% 50%, rgba(201, 243, 29, 0.37) 0%, rgba(228, 10, 46, 0) 100%);
}
.banner-two__shape {
  position: absolute;
  top: 290px;
  left: -360px;
  width: 600px;
  height: 600px;
  background: radial-gradient(50% 50% at 50% 50%, rgb(27, 129, 255) 0%, rgba(228, 10, 46, 0) 100%);
  opacity: 0.6;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ax-hero-section {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  .ax-hero-section {
    padding: 60px 0;
  }
}
.ax-hero-section .thumbnail-right-inner-main-image {
  padding: 25px;
  background:#f4fafa;
  border-radius: 20px;
}
@media only screen and (max-width: 575px) {
  .ax-hero-section .thumbnail-right-inner-main-image {
    padding: 15px;
  }
}
.banner-right-thumb-left-content {
  padding-top: 0;
}
.banner-right-thumb-left-content .pre-title {
  font-size:24px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 18px;
  font-weight:500;
  letter-spacing: 1px;
  color:var(--ax-black);
}
.banner-right-thumb-left-content .title {
  margin-bottom: 35px;
  font-size:48px;
}
@media only screen and (max-width: 767px) {
  .banner-right-thumb-left-content .title {
    font-size: 56px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-right-thumb-left-content .title {font-size:28px;margin-bottom:16px;}
}
.typed-text {
	font-size:48px;
  	font-weight:500;
    color:var(--ax-primary);
    display: inline-block;
}
.cursor {
	display: inline-block;
    background-color: #000;
    width: 2px;
    height:60px;
    animation: blink 0.7s infinite;
    vertical-align: bottom;
    margin-left: 2px;
}
@keyframes blink {
    0%, 50%, 100% { opacity: 1; }
	25%, 75% { opacity: 0; }
}
@media only screen and (max-width: 575px) {
  .typed-text {font-size:24px;}
  .cursor {vertical-align:middle;height:20px;margin-left:10px;}	
}
.banner-right-thumb-left-content .title span {
  color: var(--ax-black);
}
.banner-right-thumb-left-content p.disc {
  margin-bottom: 25px;
  max-width: 75%;
	color: var(--ax-black);
  font-weight: 300;
}
@media only screen and (max-width: 575px) {
  .banner-right-thumb-left-content p.disc {
    max-width: 100%;
  }
}
.banner-right-thumb-left-content .find-me-on {
  margin-top: 45px;
}
.tmp-white-version .tmponhover {
  box-shadow: 2px 2px var(--color-primary);
  transition: 0.3s;
}
.tmp-white-version .tmponhover:hover {
  box-shadow: none;
}
/*Find Me On*/
.find-me-on {
  margin-top: 60px;
}
.find-me-on .find-me-on-title {
  color: var(--ax-black);
  font-family: var(--ax-heading);
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 10px;
}

.social-link.banner {
  gap: 6px;
}

.social-link.banner a {
  border-radius: 500px;
  background: var(--ax-primary);
  min-width: 40px;
  min-height: 40px;
  color: var(--ax-black);
  transition: var(--transition);
}
.social-link.banner a::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background: var(--ax-primary);
  opacity: 0.06;
  transform: scale(0);
  transition: all 0.4s ease;
  z-index: -1;
}
.social-link.banner a:hover {
  border-color: transparent;
  color: #ffffff;
}
.social-link.banner a:hover::after {
  opacity: 1;
  transform: scale(1);
}
/*Social Link*/
.social-link {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.social-link a {
  width: 40px;
  height: 40px;
  color:var(--ax-primary);
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
  z-index: 1;
  background: rgba(255, 255, 255, 0.062745098);
  border-radius: 100%;
  font-size: 14px;
}
.social-link a::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background:var(--ax-primary);
  opacity: 0.06;
  transform: scale(0);
  transition: all 0.4s ease;
  z-index: -1;
}
.social-link a:hover {
  color: #ffffff;
}
.social-link a:hover::after {
  opacity: 1;
  transform: scale(1);
}
.ax-hero-section .thumbnail-right-inner-main-image {
  padding: 25px;
  background:#f4f4f4;
  border-radius: 20px;
}
@media only screen and (max-width: 575px) {
  .ax-hero-section .thumbnail-right-inner-main-image {
    padding: 15px;
  }
}
.tmponhover {
  position: relative;
  overflow: hidden;
}
.tmponhover::before {
  content: "";
  position: absolute;
  top:119.25px;
  left:18px;
  transform: translate(-50%, -50%);
  background: radial-gradient(var(--ax-primary), transparent, transparent);
  width: 200%;
  height: 200%;
  opacity: 0;
  transition: 0.5s, top 0s, left 0s;
  border-radius: 20px;
}
.tmponhover:hover::before {
  opacity: 1;
}
.tmponhover::after {
  content: "";
  position: absolute;
  inset: 2px;
  background:#f4f4f4;
  border-radius: 20px;
}
.tmponhover > * {
  z-index: 2;
  position: relative;
}
/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
	.banner-right-thumb-left-content .pre-title {font-size: 18px;}
	.banner-right-thumb-left-content .find-me-on {margin-top: 20px;margin-bottom: 20px;}
}
/*Main Hero Section End Here*/
/*About Me Section Start Here*/
.about-me-section {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: transparent;
  padding: 120px 0px 0px;
  z-index: 1;
}
.about-me-section-shape {
  position: absolute;
  top: -400px;
  right: -400px;
  width: 800px;
  height: 800px;
  background:radial-gradient(50% 50% at 50% 50%, rgba(201, 243, 29, 0.37) 0%, rgba(228, 10, 46, 0) 100%);
  opacity: 0.6;
}
.about-me-section-shape2 {
  position: absolute;
  top: -400px;
  left: -400px;
  width: 800px;
  height: 800px;
  background:radial-gradient(50% 50% at 50% 50%, rgba(201, 243, 29, 0.37) 0%, rgba(228, 10, 46, 0) 100%);
  opacity: 0.6;
}
.about-me-section-content {
  position: relative;
  display: block;
  padding-left: 50px;
}
.about-me-section-content .section-title {
  padding-bottom: 36px;
}
.about-me-section-content-title {
  position: relative;
  display: block;
}

.about-me-section-content-title h5 {
  color:var(--ax-black);
  font-size: 18px;
  line-height:32px;
  font-weight: 300;
}
.about-me-section-content-text {
  position: relative;
  display: block;
  margin-top: 28px;
}
.about-me-section-content-text ul {
  position: relative;
  display: block;
	margin-bottom: 21px;
}
.about-me-section-content-text ul li {
color:var(--ax-black);	
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 25px;
  margin-bottom: 10px;
	font-size: 18px;
	font-weight: 300;
}
.about-me-section-content-text ul li:last-child {
  margin-bottom: 0;
}
.about-me-section-content-text ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 13px;
  border-radius: 0%;
  background-color: var(--ax-primary);
  transform: translateY(-50%);
}
/* Medium screen  */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-me-section-content {padding-left: 0;max-width: 600px;margin: 50px auto 0;}
}
/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-me-section-content {padding-left: 0;margin-top: 50px;}
}
/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
    .about-me-section-content {padding-left: 0;margin-top: 50px;}
    .about-me-section-content-text ul li {padding-left: 0;}
    .about-me-section-content-text ul li::before {display: none;}
    .about-me-section {padding: 80px 0px 0px;}
}
.about-stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.about-stat-card {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 18px;
  padding: 40px 30px;
  text-align: center;
  transition: all 0.3s ease;
}
.about-stat-card h2 {
  font-size: 56px;
  font-weight: 800;
  color:var(--ax-primary);
  -webkit-text-stroke:1px #a9ce12;
  margin-bottom: 15px;
}

.about-stat-card p {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.4;
  color:var(--ax-text-primary); /* neon green highlight */
}
.about-stat-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}
@media (max-width: 576px) {
  .about-stats-grid {
    grid-template-columns: 1fr;
  }
}
/*About Me Section End Here*/
/*Qualifications Start Here*/
.qualifications-section {
  position: relative;
  display: block;
  background-color: transparent;
  padding:120px 0px 120px;
  z-index: 1;
}
.qualifications-section .section-title {
  padding-bottom: 42px;
}
.qualifications-section .row {
  --bs-gutter-x: 50px;
}

.qualifications-section-single {
  position: relative;
  display: block;
}

.qualifications-section-single-title {
  position: relative;
  display: block;
  margin-bottom: 19px;
}

.qualifications-section-single-title h2 {
  color:var(--ax-black);
  font-size: 40px;
  line-height: 1.2em;
  font-weight: 400;
}

.qualifications-section-single-list {
  position: relative;
  display: block;
  background-color:rgb(246, 246, 246);
  border-left: 5px solid var(--ax-primary);
  padding: 27px 0px 27px;
  border-radius: 20px;
}

.qualifications-section-single-item {
  position: relative;
  display: block;
  border-bottom: 1px solid rgb(var(--ax-gray-rgb), .2);
  padding: 0px 45px 17px;
  margin-bottom: 19px;
}

.qualifications-section-single-list li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.qualifications-section-single-item::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 25px;
  height: 25px;
  background-color: var(--ax-primary);
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}

.qualifications-section-single-item h5 {
  color:var(--ax-black);
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
}

.qualifications-section-single-item p.one {
  font-weight:400;
  text-transform: uppercase;
  padding-top: 14px;
  color:var(--ax-text-primary);	
}
.qualifications-section-single-item p.two {
  position: relative;
  display: block;
  margin-top: 8px;
}
/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .qualifications-section-single {max-width: 600px;margin: 0 auto 30px;}
    .qualifications-section {padding: 0px 0px 90px;}
}
/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
    .qualifications-section-single-item {padding: 0px 35px 17px;padding-right: 15px;}
    .qualifications-section-single {margin-bottom: 30px;}
    .qualifications-section {padding: 0px 0px 50px;}
}
/*Qualifications End Here*/
/*Experience Section Start Here*/
.experience {
	position:relative;
	padding:120px 0;
}
.experience .experience-shape {
  position: absolute;
  top: -400px;
  right: -400px;
  width: 800px;
  height: 800px;
  background:radial-gradient(50% 50% at 50% 50%, rgba(201, 243, 29, 0.37) 0%, rgba(228, 10, 46, 0) 100%);
  opacity: 0.6;
}

.experience .experience-shape2 {
  position: absolute;
  top: -400px;
  left: -400px;
  width: 800px;
  height: 800px;
  background:radial-gradient(50% 50% at 50% 50%, rgba(201, 243, 29, 0.37) 0%, rgba(228, 10, 46, 0) 100%);
  opacity: 0.6;
}
.experience .ax-title {
	font-size:24px;
	color: var(--ax-text-primary);
	padding-bottom: 10px;
}
.experience p {
	font-size: 18px;
  font-weight: 400;
  color: var(--ax-text-primary);
}
/*Experience Section End Here*/
/*Books Published Start Here*/
.books-published {
  position: relative;
  display: block;
  background-color: transparent;
  padding: 80px 0px 115px;
  z-index: 1;
}
.books-published__top {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 53px;
}
.books-published__top .section-title {
  padding-bottom: 0px;
}
.books-published__top-btn {
  position: relative;
  display: block;
  top: -12px;
}
.books-published-single {
  position: relative;
  display: block;
}
.books-published-single-img-box {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(var(--ax-white-rgb), .10);
  padding: 15px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.books-published-single-img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}
.books-published-single-img img {
  width: 100%;
  transform: scale(1.0);
  transition: all 1500ms ease;
  mix-blend-mode: luminosity;
}
.books-published-single:hover .books-published-single-img img {
  transform: scale(1.05) rotate(0deg);
}
.books-published-single-btn {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  transition: opacity 0.7s ease, transform 0.7s ease, visibility 0.7s ease;
  transform-origin: bottom right;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  z-index: 3;
}
.books-published-single:hover .books-published-single-btn {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transform-origin: left center;
}
.books-published-single-btn a {
  position: relative;
  display: inline-block;
  color: var(--ax-white);
  font-size: 16px;
  line-height: 26px;
  font-family:var(--ax-heading);
  font-weight: 500;
  letter-spacing: .05em;
  border-bottom: 1px solid rgb(var(--ax-white-rgb), .5);
  transition: all 200ms linear;
  transition-delay: .1s;
}
.books-published-single-btn a:hover {color: var(--ax-primary);}
.books-published-single-btn a+a {margin-top: 12px;}
.books-published-single-content {
  position: relative;
  display: block;
  border: 1px solid rgba(var(--ax-white-rgb), .1);
  border-top: 0;
  padding: 22px 30px 9px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.books-published-single-text {
  position: relative;
  display: block;
}
.books-published-single-text h3 {
  font-size:21px;
  line-height: 32px;
  font-weight: 400;
  text-transform: capitalize;
  padding-bottom: 15px;
}
.books-published-single-text h3 a {
  color:var(--ax-black);
  transition: all 200ms linear;
  transition-delay: .1s;
}
.books-published-single-text h3 a:hover {color: var(--ax-primary);}
.books-published-single-text p {margin: 0;}
.books-published-single-list {
  position: relative;
  display: block;
  padding-top: 14px;
}
.books-published-single-list ul {
  position: relative;
  display: block;
}
.books-published-single-list ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgb(var(--ax-white-rgb), .1);
  padding-bottom: 14px;
  margin-bottom: 12px;
}
.books-published-single-list ul li:last-child {
  margin: 0;
  border-bottom: 0;
}
.books-published-single-list ul li h4 {
  position: relative;
  display: block;
  color: var(--ax-white);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: .05em;
  padding-left: 15px;
}
.books-published-single-list ul li h4.color {
  color: var(--ax-primary);
  text-transform: uppercase;
}
.books-published-single-list ul li h4::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  bottom: 0;
  width: 4px;
  height: 14px;
  background-color: var(--ax-white);
}
.books-published-single-list ul li h4.color::before {background-color: var(--ax-primary);}
.books-published-single-list ul li p {margin: 0;}
/*Books Published Nav ===*/
.books-published-nav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 750px;
  margin: 60px auto 0px;
  padding: 0px 310px 0px;
  z-index: 9999;
}
.books-published-nav::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  width: 300px;
  height: 1px;
  background-color: rgb(var(--ax-white-rgb), .1);
}

.books-published-nav::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  width: 300px;
  height: 1px;
  background-color: rgb(var(--ax-white-rgb), .1);
}

.books-published-nav-prev,
.books-published-nav-next {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  background-color:var(--ax-black);
  border: 1px solid rgb(var(--ax-white-rgb), .1);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1;
}

.books-published-nav-prev:hover,
.books-published-nav-next:hover {
  border-color: var(--ax-primary);
}

.books-published-nav-prev::before,
.books-published-nav-next::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  transform: scale(0.7);
  border-radius: 50%;
  background-color: var(--ax-primary);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: -1;
}

.books-published-nav-prev:hover::before,
.books-published-nav-next:hover::before {
  opacity: 1;
  transform: scale(1);
}

.books-published-nav-prev span,
.books-published-nav-next span {
  position: relative;
  display: inline-block;
  line-height: 0;
}

.books-published-nav-prev span i,
.books-published-nav-next span i {
  position: relative;
  display: inline-block;
  color: var(--ax-white);
  font-size: 18px;
  line-height: 18px;
  transition: all 200ms linear;
  transition-delay: .1s;
}

.books-published-nav-prev:hover span i,
.books-published-nav-next:hover span i {
  color: var(--ax-white);
}

.books-published-nav-prev span i.left {
  transform: rotate(0deg);
}

.books-published-nav::before,
.books-published-nav::after {
  display: none;
}
/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
    .books-published-nav {justify-content: center;width: auto;padding: 0px 0px 0px;gap: 10px;}
    .books-published-nav::before, .books-published-_nav::after {display: none;}
    .books-published-single-content {padding: 22px 15px 9px;}
    .books-published {padding: 0px 0px 80px;}
    .books-published-instyle1 {padding: 120px 0px 120px;}
}
/*Books Published End Here*/
/*Achievements Start Here*/
.achievements {position:relative; padding:120px 0;}
.achievements .ax-title {font-size:24px;color: var(--ax-text-primary);padding-bottom: 10px;}
.achievements p {font-size: 18px;font-weight: 400;color: var(--ax-text-primary);}
/*Achievements End Here*/
/*Contact Section Css Start Here*/
.contact-author-thumb img {
  width: 60px;
  height: 60px;
  border-radius: 100px;
}
.contact-author-content h6 {
  font-family: var(--ax-heading);
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.02em;
  line-height: 1;
  margin-bottom: 0;
}
.contact-author-content span {
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  color: rgba(30, 30, 30, 0.6);
}
.contact-bg {
  background: #f6f6f6;
  border-radius: 16px;
  padding: 100px 60px 55px 60px;
}
@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: 574.98px) {
  .contact-bg {
    padding: 60px 30px 25px 30px;
  }
}
.contact-tel {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: var(--ax-black);
}
.contact-tel:hover {
  color: var(--ax-primary);
}
.contact-mail {
  font-weight: 600;
  font-size:27px;
  letter-spacing: -0.04em;
  color: var(--ax-black);
}
@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: 574.98px) {
  .contact-mail {
    font-size: 30px;
  }
}
.contact-mail:hover {
  color: var(--ax-primary);
}
.contact-address h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 111%;
  text-transform: capitalize;
  font-family: var(--ax-heading);
}
.contact-address a {
  letter-spacing: -0.02em;
  color: rgba(1, 1, 3, 0.7);
  line-height: 162%;
}
@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: 574.98px) {
  .contact-address a br {
    display: none;
  }
}
.contact-form-input label {
  font-weight: 500;
  font-size: 16px;
  color: var(--ax-black);
  margin-bottom: 6px;
}
.contact-form-input input, .contact-form-input textarea {
  border: 1px solid rgba(30, 30, 30, 0.1);
  border-radius: 12px;
  background: transparent;
  height: 60px;
}
.contact-form-input input:focus, .contact-form-input textarea:focus {
  border-color: var(--ax-primary);
}
.contact-form-input textarea {
  height: 160px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-form-wrap {
    margin-left: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .contact-form-wrap {
    margin-left: 0;
  }
}
/*Google Map*/
.contact-map-wrapper {
  width: 100%;
  height:580px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-map-wrapper {
    height:550px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-map-wrapper {
    height: 500px;
  }
}
@media (max-width: 574.98px) {
  .contact-map-wrapper {
    height: 450px;
  }
}
.contact-map-wrapper iframe {
  width: 100%;
  height: 100%;
  filter: saturate(0);
}
	
/*Contact Section Css End Here*/
/*Footer*/
.footer-area {
  background-color: var(--ax-black);
}

.footer-area.footer-body {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-area .col-tes .tes-footer {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-area .col-tes .tes-footer .desc {
  margin-bottom: 30px;
  max-width: 341px;
	font-weight: 300;
  color: var(--ax-white);
}
.footer-area .wrap-quick-link a, .footer-area .footer-contact a {color:var(--ax-white);font-weight: 300;}
.footer-area .wrap-quick-link a:hover, .footer-area .footer-contact a:hover {color:var(--ax-primary);}
.footer-area .footer-title{color:rgba(255, 255, 255, 0.4);margin-bottom: 12px;}
.footer-area .footer-contact .item {margin-bottom:32px;}
@media (max-width: 767px) {
  .footer-area .col-tes .tes-footer {
    border-right: unset;
  }
}
.footer-area .tes-footer,
.footer-area .footer-contact,
.footer-area .footer-social {
  padding-top: 81px;
  padding-bottom: 86px;
}
@media (max-width: 991px) {
  .footer-area .tes-footer,
  .footer-area .footer-contact,
  .footer-area .footer-social {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .footer-area .footer-contact {
    padding-top: 0;
    padding-bottom: 0px;
  }
}
.footer-area .footer-social {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .footer.style-2 .footer-social {
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  .footer-area .footer-social {
    padding-left: 75px;
  }
}
@media (max-width: 991px) {
  .footer-area .footer-social {
    border: unset;
    max-width: 549px;
  }
}
.footer-area.footer-bottom {
  padding-top: 72px;
  padding-bottom: 80px;
}
.footer-area .tf-social {
  max-width: 88px;
}
.footer-area .tf-social a{
	display: inline-block;
  width:45px;
  height:45px;
  line-height:45px;
  border-radius:45px;
  background:#1a1a1a;
  text-align: center;
  font-size: 18px;
  margin-bottom:10px; 	
}
.footer-area .footer-contact {
  display: grid;
  gap: 32px;
}
.gap_5 {
  gap:10px;
}


.footer-cta-content {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 35px;
  padding-bottom: 42px;
  display: flex;
  gap: 15px 30px;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .footer-cta-content {
    padding-top: 25px;
    padding-bottom: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-cta-content {
    flex-direction: column;
  }
}

.footer-back-to-top-btn {
  margin-top: 8px;
}

.footer-back-to-top {
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--white);
}
.footer-back-to-top:hover {
  color: var(--white);
  opacity: 0.6;
}
.footer-back-to-top .icon {
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.footer-back-to-top .icon img {
  width: 12px;
}

.copyright-2-area-inner {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  display: grid;
  gap: 10px 60px;
  grid-template-columns: 455px auto;
  justify-content: space-between;
}
@media only screen and (max-width: 1399px) {
  .copyright-2-area-inner {
    grid-template-columns: 355px auto;
  }
}
@media only screen and (max-width: 767px) {
  .copyright-2-area-inner {
    grid-template-columns: 1fr;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.footer-cta-title {
  font-weight: 400;
  font-size: 120px;
  line-height: 1;
  color: var(--white);
}
@media only screen and (max-width: 1919px) {
  .footer-cta-title {
    font-size: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-cta-title {
    font-size: 70px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-cta-title {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .footer-cta-title {
    font-size: 45px;
  }
}
.footer-cta-title a:hover {
  color: var(--ax-white);
  opacity: 0.6;
}

.copyright-2-text {
  padding-top: 20px;
  padding-bottom: 23px;
}
@media only screen and (max-width: 767px) {
  .copyright-2-text {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.copyright-2-text .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.6);
}
@media only screen and (max-width: 767px) {
  .copyright-2-text .text {
    text-align: center;
  }
}
.copyright-2-text .text a:hover {color: var(--ax-white);}
.copyright-2-nav-list {
  display: flex;
  align-items: center;
  gap: 7px;
  flex-wrap: wrap;
  padding-top: 20px;
  padding-bottom: 23px;
}
@media only screen and (max-width: 767px) {
  .copyright-2-nav-list {
    padding-top: 0;
    padding-bottom: 0;
    justify-content: center;
  }
}
.copyright-2-nav-list li {
  display: flex;
  align-items: center;
}
.copyright-2-nav-list li:not(:first-child):before {
  content: "";
  margin-right: 7px;
  width: 2px;
  height: 13px;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.6);
}
.copyright-2-nav-list li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.6);
}
.copyright-2-nav-list li a:hover {color: var(--ax-white);}
