/*
* ----------------------------------------------------------------------------------------
* PRELOADER
* ----------------------------------------------------------------------------------------
*/
.atf-preloader {
  background: var(--thm-white);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99999;
}
.loader {
  width: 100px;
  height: 100px;
  top: 50%;
  position: relative;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loader .loader-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.loader .loader-inner:before {
  content: "";
  display: block;
  width: 15%;
  height: 25%;
  border-radius: 100%;
  background: var(--color-primary);
  margin: 0 auto;
  animation: loading-1 1.2s infinite ease-in-out both;
}
.loader .box-2 {
  transform: rotate(30deg);
}
.loader .box-3 {
  transform: rotate(60deg);
}
.loader .box-4 {
  transform: rotate(90deg);
}
.loader .box-5 {
  transform: rotate(120deg);
}
.loader .box-6 {
  transform: rotate(150deg);
}
.loader .box-7 {
  transform: rotate(180deg);
}
.loader .box-8 {
  transform: rotate(210deg);
}
.loader .box-9 {
  transform: rotate(240deg);
}
.loader .box-10 {
  transform: rotate(270deg);
}
.loader .box-11 {
  transform: rotate(300deg);
}
.loader .box-12 {
  transform: rotate(330deg);
}
.loader .box-2:before {
  animation-delay: -1.1s;
}
.loader .box-3:before {
  animation-delay: -1s;
}
.loader .box-4:before {
  animation-delay: -0.9s;
}
.loader .box-5:before {
  animation-delay: -0.8s;
}
.loader .box-6:before {
  animation-delay: -0.7s;
}
.loader .box-7:before {
  animation-delay: -0.6s;
}
.loader .box-8:before {
  animation-delay: -0.5s;
}
.loader .box-9:before {
  animation-delay: -0.4s;
}
.loader .box-10:before {
  animation-delay: -0.3s;
}
.loader .box-11:before {
  animation-delay: -0.2s;
}
.loader .box-12:before {
  animation-delay: -0.1s;
}
@keyframes loading-1 {
  0%,
  39%,
  100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}

/*
back-to-top
*/

.atf-progress-wrap {
  position: fixed;
  right: 50px;
  bottom: 50px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(95, 58, 252, 0.2);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.atf-progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.atf-progress-wrap::after {
  position: absolute;
  content: "↑";
  font-family: "Font Awesome 6 Free";
  text-align: center;
  line-height: 46px;
  font-size: 20px;
  color: var(--color-primary);
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  font-weight: 700;
}
.atf-progress-wrap svg path {
  fill: none;
}
.atf-progress-wrap svg.atf-progress-circle path {
  stroke: var(--color-primary);
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

/*
* ----------------------------------------------------------------------------------------
* 02.START BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
.atf-site-branding.atf-white-logo img {
  width: 80px;
  height: auto;
}
.atf-top-header {
  position: relative;
  z-index: 1;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease;
}
.atf-top-header::after {
  background: #43a12f none repeat scroll 0 0;
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  right: calc(55% + 0px);
  -webkit-transform: skewX(-30deg);
  transform: skewX(-30deg);
  border-right: 4px solid var(--thm-white);
}
.atf-top-header ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.atf-header-top-auth {
  display: inline-block;
  margin-right: 10px;
}
.atf-header-top-auth a {
  color: rgba(255, 255, 255, 0.8);
  text-transform: capitalize;
}
.atf-header-top-auth a i {
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  background: var(--thm-white);
  color: #6861bc;
  border-radius: 50%;
  margin-right: 10px;
}
.atf-header-top-right {
  text-align: right;
}
.atf-header-top-social {
  display: inline-block;
}
.atf-header-top-social ul li {
  display: inline-block;
  margin-left: 10px;
}
.atf-header-top-social ul li a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
}
.atf-header-top-social ul li a:hover,
.atf-header-top-auth a:hover {
  color: var(--thm-white);
}
.atf-top-header {
  background-color: var(--color-primary);
  overflow: hidden;
}
.atf-top-header .atf-top-header-in {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  transition: all 0.4s ease;
}
.atf-top-header .atf-top-social {
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.4s ease;
  color: var(--thm-white);
  text-align: center;
}
.atf-top-social a i:hover {
  color: var(--thm-white);
}
.atf-top-social a i {
  margin-left: 15px;
  color: rgba(255, 255, 255, 0.8);
}
.atf-header-top-social ul .address {
  margin-right: 20px;
}
.atf-header-top-social ul li .icon {
  margin-right: 10px;
  color: rgba(255, 255, 255, 0.8);
}
.atf-sticky-active .atf-top-header {
  height: 0;
}
.atf-top-header-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.atf-top-header-list li {
  margin-right: 30px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  margin-top: 3px;
}
.atf-top-header-list li:last-child {
  margin-right: 0;
}
.atf-top-header-list li i {
  margin-right: 10px;
}
.atf-top-header-list li a {
  color: inherit;
}
.atf-top-header-list li a:hover {
  color: var(--thm-white);
}
.atf-site-header.atf-style1 {
  transition: all 0.4s ease;
}
.atf-site-header.atf-style1 .atf-main-header-in {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 80px;
}
.atf-site-header.atf-style1.atf-sticky-active {
  background: var(--thm-black);
  color: var(--thm-white) !important;
  box-shadow: 0 0 15px rgba(244, 231, 231, 0.48);
}
.atf-nav .atf-nav-list > li > a {
  color: var(--thm-white);
}

@media screen and (max-width: 991px) {
  .atf-main-header .container {
    max-width: 100%;
  }

  .atf-top-header {
    display: none;
  }

  .atf-site-header.atf-style1 {
    background-color: var(--thm-black);
  }
}
.atf-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-transform: capitalize;
  font-size: 15px;
}
.atf-main-header {
  position: relative;
}

@media screen and (min-width: 992px) {
  .atf-nav .atf-nav-list {
    display: flex !important;
    flex-wrap: wrap;
    float: right;
    margin-right: 25px;
  }

  .atf-nav .atf-nav-list > li {
    margin-right: 25px;
    font-weight: 500;
  }
  .atf-nav .atf-nav-list > li:last-child {
    margin-right: 0;
  }
  .atf-nav .atf-nav-list > li > a {
    padding: 15px 0;
    display: inline-block;
  }
  .atf-nav .atf-nav-list > li > ul {
    left: 0;
    top: calc(100% + 15px);
  }
  .atf-nav .atf-nav-list > li > ul:before {
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    border: 1px solid #eaeaea;
    transform: rotate(45deg);
    background-color: var(--thm-white);
    border-right: none;
    border-bottom: none;
    top: -6px;
    left: 16px;
  }
  .atf-nav .atf-nav-list > li:hover > ul {
    top: 100%;
    opacity: 1;
    visibility: visible;
    transition: all 0.4s ease;
  }
  .atf-nav .atf-nav-list li {
    position: relative;
  }
  .atf-nav .atf-nav-list li a.active {
    color: var(--thm-white);
  }
  .atf-nav .atf-nav-list ul {
    width: 200px;
    background-color: var(--thm-white);
    position: absolute;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    padding: 10px 0;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    display: block !important;
    transition: all 0.1s ease;
  }
  .atf-nav .atf-nav-list ul li:hover ul {
    top: 0px;
  }
  .atf-nav .atf-nav-list ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    transition: all 0.4s ease;
  }
  .atf-nav .atf-nav-list ul a {
    font-size: calc(100% - 1px);
    display: block;
    line-height: 1.6em;
    padding: 9px 20px;
    color: var(--thm-black);
  }
  .atf-nav .atf-nav-list ul a:hover {
    background-color: var(--color-primary);
    color: var(--thm-white);
  }
  .atf-nav .atf-nav-list ul ul {
    top: 15px;
    left: 100%;
  }
  .atf-menu-toggle,
  .atf-menu-dropdown-toggle {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .atf-menu-dropdown-toggle {
    position: absolute;
    height: 30px;
    width: 30px;
    right: 20px;
    top: 5px;
  }
  .atf-menu-dropdown-toggle:before,
  .atf-menu-dropdown-toggle:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 2px;
    width: 10px;
    background-color: var(--thm-white);
    transition: all 0.3s ease;
  }
  .atf-menu-dropdown-toggle:before {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .atf-menu-dropdown-toggle.active:before {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  .atf-nav .atf-nav-list {
    position: absolute;
    right: 0;
    background-color: var(--thm-black);
    padding: 10px 0;
    display: none;
    top: 100%;
    border-top: 1px solid #eaeaea;
    border-bottom: 0px solid #eaeaea;
    overflow: auto;
    max-height: calc(100vh - 80px);
    width: 50%;
  }
  .atf-nav .atf-nav-list ul {
    padding-left: 15px;
    display: none;
  }
  .atf-nav .atf-nav-list a {
    display: block;
    padding: 8px 20px;
    color: var(--thm-white);
  }
  .atf-nav .menu-item-has-children {
    position: relative;
  }
  .atf-nav .menu-item-has-children i {
    display: none;
  }

  /*Mobile Menu Button*/

  .atf-menu-toggle {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 27px;
    margin: 15px 0px 15px 0px;
    cursor: pointer;
  }
  .atf-menu-toggle span,
  .atf-menu-toggle span:before,
  .atf-menu-toggle span:after {
    width: 100%;
    height: 2px;
    background-color: var(--thm-white);
    display: block;
  }
  .atf-menu-toggle span {
    margin: 0 auto;
    position: relative;
    top: 12px;
    transition-duration: 0s;
    transition-delay: 0.2s;
  }
  .atf-menu-toggle span:before {
    content: "";
    position: absolute;
    margin-top: -8px;
    transition-property: margin, transform;
    transition-duration: 0.2s;
    transition-delay: 0.2s, 0s;
  }
  .atf-menu-toggle span:after {
    content: "";
    position: absolute;
    margin-top: 8px;
    transition-property: margin, transform;
    transition-duration: 0.2s;
    transition-delay: 0.2s, 0s;
  }
  .atf-toggle-active span {
    background-color: rgba(0, 0, 0, 0);
    transition-delay: 0.2s;
  }
  .atf-toggle-active span:before {
    margin-top: 0;
    transform: rotate(45deg);
    transition-delay: 0s, 0.2s;
  }
  .atf-toggle-active span:after {
    margin-top: 0;
    transform: rotate(-45deg);
    transition-delay: 0s, 0.2s;
  }
}
.atf-sticky-header {
  position: fixed;
  z-index: 200;
  width: 100%;
  top: 0;
  left: 0;
}
.atf-sign-inner {
  position: relative;
  z-index: 1;
}
.atf-sign-inner ul li {
  display: inline-block;
}
.atf-sign-in li {
  border-radius: 50%;
  background: var(--thm-white);
  color: var(--color-primary);
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 0px 5px;
}
/* .atf-sign-inner::after {
	position: absolute;
	top: 0%;
	width: 2px;
	height: 30px;
	content: "";
	background: var(--thm-white);
	left: 45%;
} */
/*
* ----------------------------------------------------------------------------------------
* 02. END BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/

.f-17 {
  font-size: 17px;
}

.f-16 {
  font-size: 16px;
}

@media only screen and (max-width: 1199px) {
  .atf-nav .atf-nav-list > li {
    margin-right: 15px !important;
  }
  .atf-sign-in a {
    margin: 5px;
  }
}
@media only screen and (max-width: 992px) {
  .atf-header-area .atf-single-details h2 {
    font-size: 60px;
    line-height: 70px;
  }
  .atf-nav .atf-nav-list > li {
    margin-right: 15px !important;
  }
  .atf-single-details h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .atf-nav {
    float: right;
  }
}

.atf-sitetop-center {
  display: flex;
  align-items: center;
}

.atf-main-header-left {
  max-height: 80px;
}



@media screen and (max-width:768px){
.atf-nav .atf-nav-list{
width:140% ;
}
}
