/*==========Fonts CSS Start==========*/
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfonte0a5.eot?v=4.3.0');
  src: url('../fonts/fontawesome-webfontd41d.eot?#iefix&v=4.3.0') format('embedded-opentype'),
    url('../fonts/fontawesome-webfonte0a5.woff2?v=4.3.0') format('woff2'),
    url('../fonts/fontawesome-webfonte0a5.woff?v=4.3.0') format('woff'),
    url('../fonts/fontawesome-webfonte0a5.ttf?v=4.3.0') format('truetype'),
    url('../fonts/fontawesome-webfonte0a5.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Vazir Black FD-WOL';
  src: url('../fonts/Vazir-Black-FD-WOL.eot');
  src: url('../fonts/Vazir-Black-FD-WOL.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Vazir-Black-FD-WOL.woff2') format('woff2'),
    url('../fonts/Vazir-Black-FD-WOL.woff') format('woff'),
    url('../fonts/Vazir-Black-FD-WOL.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'Vazir FD-WOL';
  src: url('../fonts/Vazir-Bold-FD-WOL.eot');
  src: url('../fonts/Vazir-Bold-FD-WOL.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Vazir-Bold-FD-WOL.woff2') format('woff2'),
    url('../fonts/Vazir-Bold-FD-WOL.woff') format('woff'),
    url('../fonts/Vazir-Bold-FD-WOL.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Vazir Light FD-WOL';
  src: url('../fonts/Vazir-Light-FD-WOL.eot');
  src: url('../fonts/Vazir-Light-FD-WOL.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Vazir-Light-FD-WOL.woff2') format('woff2'),
    url('../fonts/Vazir-Light-FD-WOL.woff') format('woff'),
    url('../fonts/Vazir-Light-FD-WOL.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Vazir Medium FD-WOL';
  src: url('../fonts/Vazir-Medium-FD-WOL.eot');
  src: url('../fonts/Vazir-Medium-FD-WOL.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Vazir-Medium-FD-WOL.woff2') format('woff2'),
    url('../fonts/Vazir-Medium-FD-WOL.woff') format('woff'),
    url('../fonts/Vazir-Medium-FD-WOL.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Vazir FD-WOL';
  src: url('../fonts/Vazir-Regular-FD-WOL.eot');
  src: url('../fonts/Vazir-Regular-FD-WOL.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Vazir-Regular-FD-WOL.woff2') format('woff2'),
    url('../fonts/Vazir-Regular-FD-WOL.woff') format('woff'),
    url('../fonts/Vazir-Regular-FD-WOL.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Vazir Thin FD-WOL';
  src: url('../fonts/Vazir-Thin-FD-WOL.eot');
  src: url('../fonts/Vazir-Thin-FD-WOL.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Vazir-Thin-FD-WOL.woff2') format('woff2'),
    url('../fonts/Vazir-Thin-FD-WOL.woff') format('woff'),
    url('../fonts/Vazir-Thin-FD-WOL.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

/*==========Fonts CSS End==========*/
:root {
  --noise-texture: url(../images/noisetexture.png);
}

/*==========Common CSS Start==========*/
body {
  overflow-x: hidden !important;
  font-size: 15px;
  line-height: 24px;
  color: #10161b;
  font-family: 'Vazir FD-WOL' !important;
  direction: rtl;
  background-color: #141b22;

}

/*==Scrollbar==*/

::-webkit-scrollbar {
  width: 10px;
}

::-moz-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  /* background-color: #bfbfbf; */
  background-color: rgb(40, 40, 45);

}

::-moz-scrollbar-track {
  /* background-color: #bfbfbf; */
  background-color: rgb(40, 40, 45);
}

::-webkit-scrollbar-thumb {
  background: #fd3d0c;
  border-radius: 10px;
}

::-moz-scrollbar-thumb {
  background: #fd3d0c;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #ff0000;
}

::-moz-scrollbar-thumb:hover {
  background: #ff0000;
}

a,
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

input,
input:focus,
input:hover,
button,
button:hover,
button:focus {
  outline: none;
}

section {
  overflow: hidden;
}

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



p {
  font-size: 15px;
  line-height: 24px;
  color: #777777;
  font-weight: normal;
  margin-bottom: 12px;
}

.h1-title {
  font-size: 80px;
  color: #ffffff;
  font-weight: 900;
  line-height: 90px;
}

.h2-title {
  font-size: 65px;
  color: #10161b;
  line-height: 70px;
  font-weight: 800;
  padding-bottom: 25px;
  padding-top: 18px;
}

.h3-title {
  font-size: 25px;
  color: #10161b;
  line-height: 35px;
  font-weight: 800;
}

.subtitle {
  background-color: rgb(253, 61, 12, 0.1);
  text-align: center;
  border-radius: 10px;
  padding: 15px 28px;
  display: inline-block;
}

.h2-subtitle {
  font-size: 22px;
  color: #fd3d0c;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 0;
  display: inline-block;
}

.container {
  position: relative;
  z-index: 5;
  background-color: transparent;
}

.sec-btn {
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  overflow: hidden;
  color: #ffffff !important;
  height: 60px;
  background-color: #fd3d0c;

  display: inline-block;
  padding: 18px 45px;
  border-radius: 10px;
  transition: all ease 0.5s;
  position: relative;
  z-index: 1;
}

.sec-btn:hover {
  box-shadow: 0px 10px 24px 0px rgb(253, 61, 12, 0.2)
}

.sec-btn::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #ff5900;
  z-index: -1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  border-radius: 10px;
}

.sec-btn:hover::before {
  height: 100%;
  bottom: auto;
  top: 0;
}

.sec-btn-link {
  font-size: 15px;
  color: #fd3d0c;
  font-weight: 700;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  border-bottom: solid 2px #fd3d0c;
}

.sec-btn-link:hover {
  color: #10161b;
  border-bottom: solid 2px #10161b;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}

.slick-dots li.slick-active button:before,
.slick-dots li button:before,
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  display: none;
}

.slick-dots {
  bottom: -50px;
  font-size: 0;
  line-height: 1;
}

.slick-dots li {
  width: auto;
  height: auto;
  margin: 0 6px;
}

.slick-dots li button {
  width: 10px;
  height: 10px;
  background: #d7d7d7;
  border-radius: 5px;
  transition: 0.3s;
}

.slick-dots li button:hover,
.slick-dots li.slick-active button {
  background: #ff5219;
  width: 26px;
}

.form-box {
  display: block;
  position: relative;
  font-size: 0;
  line-height: 1;
  margin-bottom: 20px;
}

.form-input {
  width: 100%;
  height: 60px;
  background: #ffffff;
  font-size: 15px;
  line-height: 28px;
  color: #131830;
  border: none;
  outline: none;
  padding: 12px 30px;
  border-radius: 8px;
  box-shadow: none;
}

.toggle-button {
  position: fixed;
  top: 10px;
  left: 30px;
  width: 60px;
  height: 60px;
  padding: 0 15px;
  background-color: #fd3d0c;
  border-radius: 8px;
  text-align: center;
  border: none;
  outline: none;
  display: none;
  z-index: 110;
}

.toggle-button span {
  width: 30px;
  height: 3px;
  background: #ffffff;
  display: block;
  margin: 0 auto 6px auto;
  position: relative;
  top: 0;
  opacity: 1;
  float: right;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.toggle-button .toggle-width {
  width: 25px;
}

.toggle-button span:last-child {
  margin-bottom: 0;
}

.toggle-menu .toggle-button {
  background-color: #141b22;
}

.toggle-menu .toggle-button span {
  background-color: #ffffff;
}

.toggle-menu .toggle-button span:nth-child(1) {
  transform: rotate(45deg);
  position: relative;
  top: 9px;
}

.toggle-menu .toggle-button span:nth-child(2) {
  opacity: 0;
}

.toggle-menu .toggle-button span:nth-child(3) {
  transform: rotate(-45deg);
  position: relative;
  top: -9px;
}

.black-shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #000000;
  opacity: 0.5;
  z-index: 90;
  display: none;
}

.sec-circle-one {
  position: absolute;
  width: 310px;
  height: 310px;
  top: -70px;
  left: -90px;
  opacity: 0.01;
  border: solid 50px #ffffff;
  border-radius: 100%;
  animation-name: zoom-fade;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: zoom-fade;
  -webkit-animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: zoom-fade;
  -moz-animation-duration: 10s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: zoom-fade;
  -ms-animation-duration: 10s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: zoom-fade;
  -o-animation-duration: 10s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.sec-circle-two {
  position: absolute;
  width: 688px;
  height: 688px;
  bottom: -270px;
  right: -290px;
  opacity: 0.01;
  border: solid 80px #ffffff;
  border-radius: 100%;
  animation-name: zoom-fade;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: zoom-fade;
  -webkit-animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: zoom-fade;
  -moz-animation-duration: 10s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: zoom-fade;
  -ms-animation-duration: 10s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: zoom-fade;
  -o-animation-duration: 10s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.main-inner-banner {
  position: relative;
  padding-top: 228px;
  padding-bottom: 135px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}

.main-inner-banner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgb(20, 27, 34, 0.8);
}

.banner-in-title {
  text-align: right;
}

.banner-breadcum {
  background-color: #fd3d0c;
  border-radius: 10px;
  padding: 15px 30px;
  display: inline-block;
  margin-top: 10px;
}

.banner-breadcum ul {
  text-decoration: none;
  list-style: none;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

.banner-breadcum ul li {
  margin-left: 10px;
}

.banner-breadcum ul li:last-child {
  margin-left: 0;
}

.banner-breadcum ul li a {
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
}

.banner-breadcum ul li i {
  color: #ffffff;
  font-size: 15px;
  line-height: 15px;
}

.text-justify {
  text-align: justify;
}

/*==========Common CSS End==========*/


/*==========Loader CSS Start==========*/
.loader-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #141b22;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.loader-text {
  margin: 0;
  padding: 0;
  font-weight: 800;
  font-size: 35px;
  color: #fd3d0c;
  direction: ltr;
}

.loader-text span {
  opacity: 0;
  transform: rotateX(-90deg);
}

.let1 {
  animation: drop 0.6s ease-in-out infinite;
  animation-delay: 0.6s;
}

.let2 {
  animation: drop 0.7s ease-in-out infinite;
  animation-delay: 0.7s;
}

.let3 {
  animation: drop 0.8s ease-in-out infinite;
  animation-delay: 0.8s;
}

.let4 {
  animation: drop 0.9s ease-in-out infinite;
  animation-delay: 0.9s;
}

.let5 {
  animation: drop 1s ease-in-out infinite;
  animation-delay: 1s;
}

.let6 {
  animation: drop 1.1s ease-in-out infinite;
  animation-delay: 1.1s;
}

.let7 {
  animation: drop 1.2s ease-in-out infinite;
  animation-delay: 1.2s;
}

.let8 {
  animation: drop 1.3s ease-in-out infinite;
  animation-delay: 1.3s;
}

.let9 {
  animation: drop 1.4s ease-in-out infinite;
  animation-delay: 1.4s;
}

.let10 {
  animation: drop 1.5s ease-in-out infinite;
  animation-delay: 1.5s;
}

@keyframes drop {
  10% {
    opacity: 0.5;
  }

  20% {
    opacity: 1;
    top: 3.78em;
    transform: rotateX(-360deg);
  }

  80% {
    opacity: 1;
    top: 3.78em;
    transform: rotateX(-360deg);
  }

  90% {
    opacity: 0.5;
  }

  100% {
    opacity: 0;
    top: 6.94em;
  }
}

/*==========Loader CSS End==========*/

/*==========Header CSS Start==========*/
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: 0.3s;
}

.header-top {
  width: 100%;
  height: 45px;
  background: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}

.top-contact {
  display: flex;
  align-items: center;
}

.top-location {
  display: flex;
  align-items: center;
  margin-right: 30px;
}

.top-mail {
  display: flex;
  align-items: center;
}

.top-location-icon {
  font-size: 18px;
  color: #ff5219;
  margin-right: 15px;
}

.top-mail-icon {
  font-size: 18px;
  color: #ff5219;
  margin-right: 15px;
}

.top-location-content p {
  margin-bottom: 0;
  color: #ffffff;
}

.top-mail-content p {
  margin-bottom: 0;
  color: #ffffff;
}

.Social-midea a {
  color: #fff;
  margin-left: 12px;
  transition: 0.3s;

}

.header-top .Social-midea {
  text-align: right;
}

.Social-midea a:hover {
  color: #ff5219;

}

.header-bottom {
  padding: 20px 0;
  background-color: transparent;
  box-shadow: none;
}

.site-branding a {
  display: inline-block;
  position: relative;
}

.site-branding a img {
  width: 70%;
}

.header-menu {
  position: relative;
  text-align: right;


}

.main-navigation {
  display: inline-block;

}

.engchar {
  font-family: Arial, Helvetica, sans-serif;
}

.main-navigation ul {
  list-style: none;
  font-size: 0;
  line-height: 1;
  margin-bottom: 0;
  padding: 0;

}

.main-navigation ul li:first-child {
  margin-right: 0;
  padding-right: 0;

}

.main-navigation ul li {
  font-size: 14px;
  line-height: 10px;
  display: inline-block;
  margin-right: 24px;
  padding-right: 7px;
  position: relative;

}

.main-navigation ul li a {
  font-size: 14px;
  line-height: 10px;
  font-weight: 600;
  transition: 0.3s;
}

.main-navigation.one ul li a {
  color: #ffffff;
}

.main-navigation.two ul li a {
  color: #ffffff;
}

.header-btn,
.header-btn-two {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-right: 45px;
}


.header-btn .sec-btn:hover.sec-btn::after {
  background-color: #ff5219;
}

.main-navigation ul li.sub-items:hover>a,
.main-navigation ul li a:hover,
.main-navigation ul li.active>a {
  color: #ff5219;
}

.main-navigation ul li.sub-items>a:before {
  content: "\f107";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  font-family: 'FontAwesome';
  font-size: 16px;
  transition: 0.3s;
}

.site-header.sticky-header .main-navigation ul li a,
.site-header.sticky-header .search-icon a,
.site-header.sticky-header .main-navigation ul li.sub-items>a:before {
  color: #ffffff;
}

.main-navigation ul li.sub-items>a {
  padding-left: 15px;
  position: relative;
}

.main-navigation ul li.sub-items:hover>a:before,
.main-navigation ul li a:hover:before {
  transform: translate(0, -50%) rotate(-180deg);
  transition: 0.3s;
}

.main-navigation ul li:first-child {
  margin-left: 0;
  padding: 0;
}

.main-navigation ul li ul.sub-menu {
  position: absolute;
  top: 100%;
  right: -15px;
  width: 200px;
  height: auto;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 1px 1px 60px rgba(0, 0, 0, 0.1);
  display: none;
  transition: 0.3s;
  z-index: 150;
}

.main-navigation ul li:hover ul.sub-menu {
  display: block;
  animation: swip_up 0.3s linear 1;
}

@keyframes swip_up {
  from {
    transform: translate(0, 20px);
    opacity: 0;
  }

  to {
    transform: translate(0, 0);
    opacity: 1;
  }
}

.main-navigation ul li ul.sub-menu li {
  display: block;
  text-align: right;
  margin: 0;
  border-bottom: 1px solid #ebebeb;
}

.main-navigation ul li ul.sub-menu li:first-child {
  padding-right: 24px;
}

.main-navigation ul li ul.sub-menu li:last-child {
  border-bottom: none;
}

.main-navigation ul li ul.sub-menu li a {
  display: block;
  padding: 10px 7px;
}

.main-navigation ul li ul.sub-menu li a {
  display: block;
  color: #10161b;
  padding: 5px 15px;
  transition: 0.3s;

}

.main-navigation ul li ul.sub-menu li a:hover {
  color: #7b3300;
  transition: 0.3s;

}

/* Main Nav */
.main-navigation ul li.sub-items:hover>a,
.main-navigation ul li a:hover,
.main-navigation ul li.active>a {
  color: #ff5219;

}

.site-header.sticky-header .main-navigation ul li.sub-items:hover>a,
.site-header.sticky-header .main-navigation ul li a:hover,
.site-header.sticky-header .main-navigation ul li.active>a,
.site-header.sticky-header .main-navigation ul li.sub-items:hover>a:before,
.site-header.sticky-header .main-navigation ul li a:hover:before,
.site-header.sticky-header .main-navigation ul li.active>a:before,
.site-header.sticky-header .main-navigation ul li ul.sub-menu li a:hover {
  color: #ff5100;
}

.header-btn .sec-btn {
  background-color: #ffffff;
  color: #ffffff !important;
}



.modal.fade button,
input,
optgroup,
select,
textarea {
  background: transparent;
}


/*==Sticky Header Start==*/
.sticky-header .header-top {
  margin-top: -45px;
  transition: 0.3s;
}

.site-header.sticky-header {
  background: rgba(0, 0, 0, 0.69);
  backdrop-filter: blur(5px);
  box-shadow: 6px 6px 60px 0px rgba(0, 0, 0, 0.1);
  transition: 0.3s
}

.sticky-header .header-bottom {
  padding: 20px 0px;
  animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  transition: 0.3s;
}

@keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }

  100% {
    margin-top: 0;
  }
}

.sticky-header .main-navigation ul li a {
  color: #051136;
  transition: 0.3s;
}

.site-branding a img.sticky-logo {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  opacity: 0;
  z-index: 1;
  display: none;
}

.site-header.sticky-header .site-branding a img.sticky-logo {
  opacity: 1;
  transition: 0.3s;
}

.site-header.sticky-header .header-search {
  border: solid 1px #141b22;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}

.site-header.sticky-header .header-search i {
  color: #141b22;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}

.site-header.sticky-header .header-search:hover {
  border: solid 1px #fd3d0c;
  background-color: #fd3d0c;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}

.site-header.sticky-header .header-search:hover i {
  color: #ffffff;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}

.site-header.sticky-header .header-btn .sec-btn {
  background-color: #fd3d0c;
  color: #ffffff !important;
}

/*==Sticky Header End==*/
/*==========Header CSS End==========*/

/*==========Banner CSS Start==========*/
.main-banner {
  background-color: #141b22;
  position: relative;
  padding-top: 188px;
  width: 100%;
  z-index: 0;
}

.main-banner::before {
  content: "";
  position: absolute;
  width: 610px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fd3d0c;
}

.main-banner-subtitle-box {
  display: flex;
  align-items: center;
  /* background-color: rgb(255, 255, 255, 0.1); */
  border-radius: 8px;
  padding: 5px;
  display: inline-block;
}

.banner-subtitle-box {
  display: flex;
  align-items: center;
  justify-content: center;

}

.banner-subtitle-first {
  background-color: #ff3300;
  border-radius: 8px;
  text-align: center;
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  padding: 8px 18px;
}

.banner-subtitle-second {
  text-align: center;
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  padding: 8px 18px;
}

.banner-title-one .h1-title {
  margin-top: 30px;
}

.banner-title-one p {
  font-size: 14px;
  line-height: 28px;
  color: #8e9bac;
}

.banner-title-one .sec-btn {
  margin-top: 30px;
}

.banner-title-one .sec-btn:hover {
  color: #fd3d0c !important;
}

.banner-title-one .sec-btn:hover::before {
  background-color: #ffffff;
}

.main-banner-img-one {
  position: relative;
  z-index: 1;
}

.banner-circle-first {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  animation-name: rotateme;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: rotateme;
  -webkit-animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotateme;
  -moz-animation-duration: 15s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: rotateme;
  -ms-animation-duration: 15s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: rotateme;
  -o-animation-duration: 15s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

@-webkit-keyframes rotateme {
  0% {
    -webkit-transform: rotate(0deg);
    opacity: 1;
  }

  50% {
    -webkit-transform: rotate(180deg);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: rotate(360deg);
    opacity: 1;
  }
}

@-moz-keyframes rotateme {
  0% {
    -moz-transform: rotate(0deg);
    opacity: 1;
  }

  50% {
    -moz-transform: rotate(180deg);
    opacity: 0.7;
  }

  100% {
    -moz-transform: rotate(360deg);
    opacity: 1;
  }
}

@-o-keyframes rotateme {
  0% {
    -o-transform: rotate(0deg);
    opacity: 1;
  }

  50% {
    -o-transform: rotate(180deg);
    opacity: 0.7;
  }

  100% {
    -o-transform: rotate(360deg);
    opacity: 1;
  }
}

@keyframes rotateme {

  0% {
    transform: rotate(0deg);
    opacity: 1;
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
    opacity: 1;
  }
}

.banner-circle-second {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  animation-name: rotateme-up;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: rotateme-up;
  -webkit-animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotateme-up;
  -moz-animation-duration: 15s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: rotateme-up;
  -ms-animation-duration: 15s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: rotateme-up;
  -o-animation-duration: 15s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

@-webkit-keyframes rotateme-up {
  0% {
    -webkit-transform: rotate(0deg);
    opacity: 1;
  }

  50% {
    -webkit-transform: rotate(180deg);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: rotate(360deg);
    opacity: 1;
  }
}

@-moz-keyframes rotateme-up {
  0% {
    -moz-transform: rotate(360deg);
    opacity: 1;
  }

  50% {
    -moz-transform: rotate(180deg);
    opacity: 0.7;
  }

  100% {
    -moz-transform: rotate(0deg);
    opacity: 1;
  }
}

@-o-keyframes rotateme-up {
  0% {
    -o-transform: rotate(360deg);
    opacity: 1;
  }

  50% {
    -o-transform: rotate(180deg);
    opacity: 0.7;
  }

  100% {
    -o-transform: rotate(0deg);
    opacity: 1;
  }
}

@keyframes rotateme-up {

  0% {
    transform: rotate(360deg);
    opacity: 1;
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(0deg);
    opacity: 1;
  }
}

.banner-title-one {
  padding-left: 70px;
}

.heart-rate {
  position: absolute;
  top: 200px;
  left: 45px;
  background-color: #141b22;
  border-radius: 10px;
  padding: 22px;
  text-align: right;
  display: inline-block;
  box-shadow: 0px 30px 60px 0px rgb(0, 0, 0, 0.4);
  animation: movedelement 5s linear infinite;
}

@keyframes movedelement {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  25% {
    -webkit-transform: translate(10px, 10px);
    transform: translate(10px, 10px);
  }

  50% {
    -webkit-transform: translate(5px, 5px);
    transform: translate(5px, 5px);
  }

  75% {
    -webkit-transform: translate(10px, -5px);
    transform: translate(10px, -5px);
  }

  to {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

.heart-rate span {
  font-weight: 700;
  color: #414549;
  font-size: 18px;
  display: block;
  margin-top: 15px;
}

.heart-rate h3 {
  color: #ffffff;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 0;
  padding-bottom: 0;
  margin-top: 10px;
}

.calories-box {
  position: absolute;
  bottom: 145px;
  right: 0;
  background-color: #2c3239;
  border-radius: 10px;
  padding: 22px;
  text-align: right;
  box-shadow: 0px 30px 60px 0px rgb(0, 0, 0, 0.4);
  animation: movedelement2 5s linear infinite;
}

@keyframes movedelement2 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  25% {
    -webkit-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }

  50% {
    -webkit-transform: translate(-5px, -5px);
    transform: translate(-5px, -5px);
  }

  75% {
    -webkit-transform: translate(-10px, 5px);
    transform: translate(-10px, 5px);
  }

  to {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

.calories {
  display: flex;
  align-items: center;
}

.calories img {
  margin-left: 20px;
}

.calories-text {
  width: calc(100% - 40px);
}

.calories-text span {
  font-weight: 700;
  color: #4f5358;
  font-size: 18px;
  display: block;
}

.calories-text h3 {
  color: #ffffff;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 0;
  padding-bottom: 0;
  margin-top: 10px;
}

.banner-overlay-bg {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.banner-blur-bg {
  position: absolute;
  top: -790px;
  right: -540px;
  animation-name: zoom-fade;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: zoom-fade;
  -webkit-animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: zoom-fade;
  -moz-animation-duration: 4s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: zoom-fade;
  -ms-animation-duration: 4s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: zoom-fade;
  -o-animation-duration: 4s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

@-webkit-keyframes zoom-fade {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
}

@keyframes zoom-fade {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
}

.main-banner-two {
  position: relative;
  /* background: rgb(254, 246, 244); */
  /* background: linear-gradient(180deg, rgb(29, 29, 29) 0%, rgb(67, 0, 0) 100%); */
  padding-top: 160px;
  z-index: 0;
}

.banner-title-two {
  text-align: right;
  padding-left: 17px;
  padding-right: 17px;
  padding-bottom: 10px;
  padding-top: 1%;
  border-radius: 10px;
  /* background: rgba(58, 58, 58, 0.2);
  backdrop-filter: blur(5px); */
}

.banner-title-two .banner-subtitle-second {
  color: #fd3d0c;
}

.banner-title-two .h1-title {
  color: #919191;
  font-size: 17px;
  margin-top: 30px;
  line-height: 40px;
}


.banner-title-two .h1-title span {
  color: #ffffff;
  font-size: 25px;
}


.banner-title-two p {
  font-size: 14px;
  line-height: 28px;
}

.banner-title-two .banner-btn-two {
  /* margin-top: 30px; */
  display: flex;
  align-items: center;
  padding: 5px;
}

/* .banner-title-two .main-banner-subtitle-box {
  background-color: rgb(253, 61, 12, 0.1);
} */


.main-banner-img-two {
  position: relative;
  z-index: 0;
  user-select: none;
}



.banner-img-circle-two {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
  z-index: -1;
  user-select: none;
}

.banner-two-circle-one {
  position: absolute;
  width: 490px;
  height: 490px;
  border-radius: 100%;
  border: solid 80px #ffffff;
  top: -190px;
  left: -160px;
  opacity: 0.01;
  animation-name: zoom-fade;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: zoom-fade;
  -webkit-animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: zoom-fade;
  -moz-animation-duration: 10s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: zoom-fade;
  -ms-animation-duration: 10s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: zoom-fade;
  -o-animation-duration: 10s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.banner-two-circle-two {
  position: absolute;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  border: solid 50px #ffffff;
  bottom: 190px;
  left: 60px;
  opacity: 0.01;
  animation-name: zoom-fade;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: zoom-fade;
  -webkit-animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: zoom-fade;
  -moz-animation-duration: 10s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: zoom-fade;
  -ms-animation-duration: 10s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: zoom-fade;
  -o-animation-duration: 10s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.banner-two-circle-three {
  position: absolute;
  width: 1200px;
  height: 1200px;
  border-radius: 100%;
  border: solid 80px #ffffff;
  top: -300px;
  right: -300px;
  opacity: 0.01;
  animation-name: zoom-fade;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: zoom-fade;
  -webkit-animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: zoom-fade;
  -moz-animation-duration: 10s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: zoom-fade;
  -ms-animation-duration: 10s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: zoom-fade;
  -o-animation-duration: 10s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.heart-rate-two {
  position: absolute;
  top: 50%;
  right: 0;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 22px;
  display: flex;
  align-items: center;
  box-shadow: 0px 30px 60px 0px rgb(0, 0, 0, 0.2);
  animation: movedelement 5s linear infinite;
}

.heart-icon {
  background-color: transparent;
  border-radius: 100%;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
}

.heart-text {
  width: calc(100% - 75px);
}

.heart-text span {
  font-weight: 700;
  color: #141b22;
  font-size: 18px;
  display: block;
}

.heart-text h3 {
  color: #fd3d0c;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 0;
  padding-bottom: 0;
  margin-top: 10px;
}

/*==========Banner CSS End==========*/



/*==========About Us CSS Start==========*/
/* Removed */
/*==========About Us CSS End==========*/



/*==========Video CSS Start==========*/
/* Removed */
/*==========Video CSS End==========*/



/*==========Classes CSS Start==========*/
/* Removed */
/*==========Classes CSS End==========*/



/*==========Schedule CSS Start==========*/
/* Removed */
/*==========Schedule CSS End==========*/



/*==========Counter CSS Start==========*/
/* Removed */
/*==========Counter CSS End==========*/


/*==========Team CSS Start==========*/
/* Removed */
/*==========Team CSS End==========*/



/*==========Pricing CSS Start==========*/
.main-pricing {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: transparent;
}

.col-lg-4 {
  padding-top: 20px;
}

.pricing-box {
  text-align: center;

  border: 0.5px solid rgba(255, 128, 0, 0.27);
  border-radius: 10px;
  transition: all 0.25s cubic-bezier(0, 0, 0, 1);
}

.pricing-box:hover {
  box-shadow: 0px 0px 10px 1px rgba(255, 68, 0, 0.396);
  border: 0.9px solid rgba(255, 128, 0, 0.27);

}



.pricing-title {
  text-align: center;
}

.pricing-title-box {
  width: 100%;
  justify-items: center;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.273);
}

.pricing-one {
  background-color: #b97726;

}



.pricing-title-box .h3-title {
  font-size: 20px;
  color: #ffffff;
}

.pricing-title-box .h2-title {
  font-size: 20px;
  color: #ffffff;
  padding-bottom: 0;
  margin-bottom: 0;
  padding-top: 0px;
}

.pricing-title-box .h2-title span {
  font-size: 15px;
}

.pricing-content-box {
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

.pricing-content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.pricing-point ul {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  list-style: none;
  text-decoration: none;
}

.pricing-point ul li {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  text-align: left;
}

.pricing-point ul li:last-child {
  margin-bottom: 0;
}

.pricing-point ul li p {
  margin-bottom: 0;
  margin-right: 10px;
}

/* .pricing-box .sec-btn {
  width: 50%;
  background-color: transparent;
  border: solid 2px #fd3d0c;
  color: #ffffff !important;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}

.pricing-box .sec-btn:hover {
  border: solid 1px #141b22;
} */

.pricing-two {
  background-color: #747474;
}

.pricing-three {
  background-color: #8c5a2e;
}

.pricing-three .h3-title {
  color: #ffffff;
}

.pricing-three .h2-title {
  color: #ffffff;
}

.main-pricing-two {
  margin: 0;
  display: flex;
  position: relative;
  padding-top: 150px;
  padding-bottom: 50px;
}

/*==========Pricing CSS End==========*/

/*==========Portfolio CSS Start==========*/
.main-portfolio {
  position: relative;
  z-index: 1;
  background-color: transparent;
}

.portfolio-box {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0 15px;
  border-radius: 10px;
  z-index: 0;

}

.portfolio-box::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 10px;
  z-index: 1;

}

.portfolio-box>img {
  width: 100%;
  transform: scale(1);
  border-radius: 10px;
  filter: brightness(50%);
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.portfolio-box:hover>img {
  filter: brightness(100%);
  transform: scale(1.05);
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;

}

.portfolio-content {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
  padding: 40px;
  z-index: 2;
}

.portfolio-content span {
  font-size: 15px;
  line-height: 25px;
  color: rgb(225, 225, 225, 0.6);
}

.portfolio-content .h3-title {
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 0;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.portfolio-content .h3-title:hover {
  color: #fd3d0c;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

/*==========Portfolio CSS End==========*/



/*==========Appointment CSS Start==========*/
/* Removed */
/*==========Appointment CSS End==========*/



/*==========Testimonial CSS Start==========*/
/* Removed */
/*==========Testimonial CSS Start==========*/


/*==========Download App CSS Start==========*/
/* Removed */
/*==========Download App CSS Start==========*/


/*==========Blog CSS Start==========*/
/* Removed */
/*==========Blog CSS Start==========*/

/*==========Footer CSS Start==========*/
.main-footer {
  position: relative;
  margin-top: auto;
  width: 100%;
  display: block;
  /* background-color: #141b22; */
  background-color: transparent;
  padding-top: 50px;
  z-index: 0;
  overflow: hidden;
}

.footer-overlay-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.footer-box-one p {
  color: #a4abb3;
  margin-top: 25px;
}

.footer-time {
  display: flex;
  align-items: flex-start;
  margin-top: 24px;
}

.footer-time-text-box {
  margin-right: 20px;
}

.footer-time-text span:first-child {
  color: #ffffff;
  font-weight: 700;
  line-height: 24px;
  font-size: 15px;
  display: block;
}

.footer-time-text span:last-child {
  color: #a4abb3;
  line-height: 24px;
  font-size: 15px;
}

.footer-box-two {
  padding: 0 90px;
}

.footer-box-two .h3-title {
  color: #ffffff;
  margin-bottom: 0;
}

.footer-box-two .line {
  margin-top: 5px;
  width: 70px;
  height: 1px;
  background-color: #fd3d0c;
}

.footer-box-two ul {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  list-style: none;
  text-decoration: none;
  margin-top: 27px;
}

.footer-box-two ul li {
  margin-bottom: 12px;
}

.footer-box-two ul li:last-child {
  margin-bottom: 0;
}

.footer-box-two ul li a {
  color: #a4abb3;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.footer-box-two ul li a:hover {
  color: #fd3d0c;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.footer-box-three .h3-title {
  color: #ffffff;
  margin-bottom: 0;
}

.footer-box-three .line {
  margin-top: 5px;
  width: 70px;
  height: 1px;
  background-color: #fd3d0c;
}

.footer-box-three ul {
  margin-bottom: 0;
  padding-right: 0;
  padding-left: 0;
  list-style: none;
  text-decoration: none;
  margin-top: 27px;
}

.footer-box-three ul li {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}

.footer-box-three ul li:last-child {
  margin-bottom: 0;
}

.footer-contact-icon {
  width: 40px;
  height: 40px;
  background-color: #fd3d0c;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
}

.footer-contact-icon i {
  font-size: 20px;
  color: #ffffff;
}

.footer-contact-text {
  width: calc(100% - 60px);
}

.footer-contact-text span {
  font-size: 15px;
  color: #a4abb3;
  display: block;
}

.footer-box-four .h3-title {
  color: #ffffff;
  margin-bottom: 0;
}

.footer-box-four .line {
  margin-top: 5px;
  width: 70px;
  height: 1px;
  background-color: #fd3d0c;
}

.footer-subscribe-form {
  margin-top: 27px;
  position: relative;
}

.footer-subscribe-form .sec-btn {
  border: 0;
  position: absolute;
  left: 5px;
  top: 5px;
  padding: 0;
  width: 50px;
  height: 50px;
}

.footer-social {
  margin: 0;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;

}

.footer-social ul {
  margin-bottom: 0;
  padding-right: 0;
  list-style: none;
  text-decoration: none;
  display: flex;
  align-items: center;
  align-content: center;
}

.footer-social ul li {
  margin-left: 15px;
}

.footer-social ul li:last-child {
  margin-left: -30px;
}

.enamad {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20vh;
  gap: 20px;
}

.footer-social ul li a {
  width: 30px;
  height: 30px;
  background-color: rgba(220, 0, 0, 0.585);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.footer-social ul li a:hover {
  background-color: rgb(253, 61, 12, 1);
  transition: all 0.3s cubic-bezier(0.98, 0.57, 1, 1) 0s;

  rotate: 10deg;
  transform: scale(1.1);
  -webkit-user-drag: none;
}

.footer-social ul li a i {
  font-size: 12px;
  color: #ffffff;
}

/*  Tooltip Added */

.tooltip-container {
  font-family: 'Vazir FD-WOL';
  position: relative;
  display: inline-block;
}

.tooltip {
  font-family: 'Vazir FD-WOL';
  background-color: #ff6f00;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.3em 0.6em;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
  border-radius: 50px;
}

.tooltip::before {
  background-color: #ff6f00;
  position: absolute;
  content: "";
  height: 0.6em;
  width: 0.6em;
  bottom: -0.2em;
  left: 50%;
  transform: translate(-50%) rotate(45deg);
}

.tooltip-container:hover .tooltip {
  top: -150%;
  opacity: 1;
  visibility: visible;
  user-select: none;
}


/*  tooltip end */

.footer-copyright {
  background-color: transparent;
  margin-top: 120px;
  padding: 15px 0;
}


.copyright-text {
  float: right;
}

.copyright-text span {
  margin-bottom: 0;
  color: #ffffff;
  line-height: 15px;
}

.copyright-text span a {
  color: #fd3d0c;
  cursor: pointer;
}

.copyright-links ul {
  text-decoration: none;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  align-items: center;
  float: left;
}

.copyright-links ul li {
  margin-left: 30px;
}

.copyright-links ul li:last-child {
  margin-left: 0;
}

.copyright-links ul li a {
  position: relative;
  color: #ffffff;
  line-height: 15px;
  padding-right: 20px;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.copyright-links ul li a:hover {
  color: #fd3d0c;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.copyright-links ul li a::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #fd3d0c;
  border-radius: 100%;
  top: 4px;
  right: 0;
}

/*==========Footer CSS End==========*/

/*==========Back To Top CSS Start==========*/
.progress-wrap {
  position: fixed;
  left: 50px;
  bottom: 50px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: 0px 30px 60px 0px rgb(0, 0, 0, 0.2);
  background-color: #fd3d0c;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

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

.progress-wrap::after {
  position: absolute;
  content: '\f062';
  font-family: 'FontAwesome';
  text-align: center;
  line-height: 46px;
  font-size: 20px;
  color: #ffffff;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: #510000;
  stroke-width: 5;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

/*==========Back To Top CSS End==========*/


/*==========Features CSS Start==========*/
/* Removed */
/*==========Features CSS End==========*/


/*==========About Us CSS Start==========*/
/* Removed */
/*==========About Us CSS End==========*/


/*==========Classes Page CSS Start==========*/
/* Removed */
/*==========Classes Page CSS End==========*/



/*==========Class Detail CSS Start==========*/
/* Removed */
/*==========Class Detail CSS End==========*/


/*==========Portfolio Page CSS Start==========*/
/* Removed */
/*==========Portfolio Page CSS End==========*/


/*==========Portfolio Detail Page CSS Start==========*/
/* Removed */
/*==========Portfolio Detail Page CSS End==========*/



/*==========Team Page CSS Start==========*/
/* Removed */
/*==========Team Page CSS End==========*/


/*==========Team Detail Page CSS Start==========*/
/* Removed */
/*==========Team Detail Page CSS End==========*/



/*==========Faq Page CSS Start==========*/
/* Removed */
/*==========Faq Page CSS End==========*/


/*==========Blog Grid Page CSS Start==========*/
/* Removed */
/*==========Blog Grid Page CSS End==========*/



/*==========Blog List Page CSS Start==========*/
/* Removed */
/*==========Blog List Page CSS End==========*/


/*==========Blog Detail Page CSS Start==========*/
/* Removed */
/*==========Blog Detail Page CSS End==========*/


/*==========Contact Us Page CSS Start==========*/
/* Removed */
/*==========Contact Us Page CSS End==========*/

/*==========Error 404 Page CSS Start==========*/
.main-error-404-in {
  padding-top: 120px;
  padding-bottom: 120px;
}

.error-404-img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.error-404-content {
  text-align: center;
}

.error-404-content .h2-title {
  padding-top: 30px;
  padding-bottom: 0;
}

.error-404-content p {
  margin-bottom: 25px;
}

/*==========Error 404 Page CSS End==========*/







/*==========Responsive CSS Start==========*/



@media screen and (max-width: 1660px) {
  .feature-box {
    padding: 30px;
  }
}

@media screen and (max-width: 1600px) {
  .main-banner::before {
    width: 460px;
  }
}

@media screen and (max-width: 1580px) {
  .feature-box {
    padding: 25px;
  }
}

@media screen and (max-width: 1540px) {
  .main-banner::before {
    width: 420px;
  }

  .feature-box {
    padding: 20px;
  }

  .feature-icon {
    margin-left: 15px;
  }
}

@media screen and (max-width: 1480px) {
  .main-banner::before {
    width: 390px;
  }
}

@media screen and (max-width: 1399px) {
  .main-navigation ul li {
    margin-right: 14px;
  }


  .header-btn {
    margin-right: 22px;
  }


  .h1-title {
    font-size: 70px;
    line-height: 80px;
  }

  .h2-subtitle-one {
    font-size: 20px;
    line-height: 20px;
  }

  .h2-title {
    font-size: 55px;
    line-height: 65px;
  }

  .banner-subtitle-first {
    font-size: 20px;
  }

  .banner-subtitle-second {
    font-size: 20px;
  }

  .h3-title {
    font-size: 22px;
    line-height: 32px;
  }

  .calories-text h3 {
    font-size: 22px;
  }

  .heart-rate h3 {
    font-size: 22px;
  }


  .counter-content .h2-title {
    font-size: 45px;
    line-height: 45px;
  }

  .counter-text span {
    font-size: 18px;
    line-height: 28px;
  }



  .footer-box-two {
    padding: 0 70px;
  }

  .heart-text h3 {
    font-size: 22px;
  }

  .find-answer-bg {
    padding: 40px;
  }

  .main-blog-grid-in .blog-img .video-play-icon {
    width: 60px;
    height: 60px;
    font-size: 18px;
  }
}

@media screen and (max-width: 1389px) {
  .main-banner::before {
    width: 380px;
  }
}

@media screen and (max-width: 1339px) {
  .main-banner::before {
    width: 355px;
  }
}

@media screen and (max-width: 1309px) {
  .feature-icon {
    width: 57px;
    height: 57px;
  }

  .feature-icon img {
    width: 50%;
  }

  .feature-text {
    width: calc(100% - 57px);
  }
}

@media screen and (max-width: 1299px) {
  .main-banner::before {
    width: 335px;
  }
}

@media screen and (max-width: 1259px) {
  .main-banner::before {
    width: 315px;
  }
}

@media screen and (max-width: 1229px) {
  .main-banner::before {
    width: 330px;
  }
}

@media screen and (max-width: 1199px) {
  .main-navigation ul li {
    padding-right: 14px;
  }

  .header-search-box {
    margin-right: 18px;
  }

  .header-btn {
    margin-right: 8px;
  }

  .about-text-box .sec-btn {
    margin-right: 0;
    margin-top: 30px;
  }

  .h1-title {
    font-size: 58px;
    line-height: 68px;
  }

  .sec-btn {
    height: 55px;
    padding: 15px 35px;
  }

  .h2-subtitle {
    font-size: 18px;
    line-height: 18px;
  }

  .subtitle {
    padding: 9px 20px;
  }

  .h2-title {
    font-size: 45px;
    line-height: 55px;
  }

  .banner-subtitle-first {
    font-size: 18px;
    padding: 8px 15px;
  }

  .banner-subtitle-second {
    font-size: 18px;
    padding: 8px 15px;
  }

  .banner-title-one p {
    font-size: 14px;
    line-height: 28px;
  }

  .banner-title-one .h1-title span {
    color: #ff4000;
    font-size: 25px;
  }

  .banner-title-one .h1-title {
    color: #ffffff;
    font-size: 17px;
    margin-top: 30px;
    line-height: 40px;
  }

  .h3-title {
    font-size: 20px;
    line-height: 30px;
  }

  .video-content .h2-title {
    font-size: 35px;
    line-height: 45px;
  }

  .class-box-contant {
    padding: 24px;
  }

  .schedule-class-box ul li:first-child .h3-title {
    font-size: 20px;
  }

  .schedule-class-text .h3-title {
    font-size: 16px;
  }

  .schedule-class-box ul li:first-child {
    padding: 25px 38px;
  }

  .counter-content .h2-title {
    font-size: 35px;
    line-height: 35px;
  }

  .counter-text span {
    font-size: 16px;
    line-height: 26px;
  }

  .counter-bg {
    padding: 30px;
  }

  .pricing-title-box .h2-title {
    font-size: 35px;
    line-height: 35px;
  }


  .footer-box-two {
    padding: 0 50px;
  }

  .header-btn-two {
    margin-right: 8px;
  }

  .heart-rate-two {
    padding: 10px;
  }

  .heart-text span {
    font-size: 16px;
  }

  .heart-text h3 {
    font-size: 20px;
    margin-top: 5px;
  }

  .class-detail-content .class-box-title .h2-title,
  .portfolio-detail-title-box .h2-title,
  .team-detail-content .h2-title,
  .blog-big-main-title .h2-title {
    font-size: 40px;
    line-height: 50px;
  }




}

/* @media screen and (max-width: 991px) {
  .site-header,
  .site-header.sticky-header{
    
    background: rgba(255, 255, 255, 0.69);
    height: 80px;
    padding: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    transition: none;

  } */





@media screen and (max-width: 990px) {
  .container {
    text-align: center;
  }

  .header-bottom {
    background-color: transparent;
    box-shadow: none;
  }

  .sticky-header .header-bottom {
    padding: 30px 0px;
    animation: none;
    transition: 0.3s;
  }

  .site-branding {
    position: fixed;
    top: 0;
    right: 30px;
    width: 100px;
    height: 70px;
    display: flex;
    align-items: center;
  }

  .site-branding a img.sticky-logo {
    display: block;
    position: relative;
    opacity: 1;
  }

  .header-search-box {
    display: none;
  }

  .site-branding a img {
    display: none;
  }

  .banner-shape,
  .header-search-login {
    display: none;
  }

  .toggle-button {
    display: block;
  }

  .header-menu,
  .site-header.sticky-header .header-menu {
    display: block;
    height: auto;
  }

  .header-btn {
    display: none;
  }



  .mobile-menu-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 320px;
    height: 100vh;
    background: transparent;
    padding: 100px 60px 30px;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
    z-index: 100;

  }

  .toggle-menu .mobile-menu-box {
    opacity: 1;
    pointer-events: unset;
    font-size: 10px;
  }



  .mobile-menu-box:before {
    content: '';
    position: absolute;
    bottom: 50px;
    right: 0;
    width: 100%;
    height: 50%;
    background-size: 100%;
    background-position: bottom center;
    background-repeat: no-repeat;
    pointer-events: none;
    opacity: 0;
    transition: 0.3s;
    z-index: 3;
  }

  .menu-background.top {
    position: absolute;
    top: -100%;
    left: 50%;
    transform: translate(-50%) skewY(-20deg);
    width: 101%;
    height: 50.3333%;
    background: #fd3d0c;
    transition: 0.5s;
    z-index: 0;
  }

  .toggle-menu .menu-background.top {
    top: -20%;
    transition-delay: 0.5s;
  }

  .menu-background.middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) skewY(-20deg);
    width: 101%;
    height: 0;
    background: #fd3d0c;
    transition: 0.5s;
    z-index: 1;
  }

  .toggle-menu .menu-background.middle {
    height: 50%;
    transition-delay: 0.5s;
  }

  .menu-background.bottom {
    position: absolute;
    bottom: -100%;
    left: 50%;
    transform: translate(-50%) skewY(-20deg);
    width: 101%;
    height: 50.3333%;
    background: #fd3d0c;
    transition: 0.5s;
    z-index: 0;
  }

  .toggle-menu .menu-background.bottom {
    bottom: -20%;
    transition-delay: 0.3s;
  }

  .main-navigation ul {
    position: relative;
    display: block;
    text-align: right;
    z-index: 10;
  }

  .main-navigation ul li {
    display: block;
    margin-right: 0;
    margin-bottom: 5vh;
    position: relative;
    right: -30px;
    opacity: 0;
    transition: 0.5s;
  }

  .main-navigation.toggle-menu ul li {
    right: 0;
    opacity: 1;
  }

  .main-navigation.toggle-menu ul li:nth-child(1) {
    transition-delay: 0.5s;
  }

  .main-navigation.toggle-menu ul li:nth-child(2) {
    transition-delay: 0.6s;
  }

  .main-navigation.toggle-menu ul li:nth-child(3) {
    transition-delay: 0.7s;
  }

  .main-navigation.toggle-menu ul li:nth-child(4) {
    transition-delay: 0.8s;
  }

  .main-navigation.toggle-menu ul li:nth-child(5) {
    transition-delay: 0.9s;
  }

  .main-navigation.toggle-menu ul li:nth-child(6) {
    transition-delay: 1s;
  }

  .main-navigation.toggle-menu ul li:nth-child(7) {
    transition-delay: 1.1s;
  }

  .main-navigation.toggle-menu ul li:nth-child(8) {
    transition-delay: 1.2s;
  }

  .main-navigation.toggle-menu ul li:nth-child(9) {
    transition-delay: 1.3s;
  }

  .main-navigation.toggle-menu ul li:nth-child(10) {
    transition-delay: 1.4s;
  }

  .main-navigation ul li:last-child {
    margin-bottom: 0;
  }

  .header-search-box {
    display: none;
  }

  .main-navigation.toggle-menu ul li {
    text-align: right;
    margin-top: 0;
    margin-right: 0;
    opacity: 1;
    transition: 0.5s;
    transition-delay: 0.4s;
  }

  /* Mobile Menu Font */
  .main-navigation ul li a {
    font-size: 18px;
    /* line-height: 0; */
    color: #ffffff;
  }

  .main-navigation ul li {
    display: block;
    margin: -50px 0 10px 0;
    padding: 10px 0px 20px 40px;
    opacity: 0;
    transition: 0.5s;
  }

  .main-navigation ul li ul.sub-menu,
  .main-navigation ul li:hover ul.sub-menu {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    display: block;
    animation: none;
    padding: 0;
    margin-top: 10px;
    transition: 0s;
    display: none;
  }

  .main-navigation ul li ul.sub-menu li:first-child {
    padding-right: 16px;
  }

  .main-navigation ul li ul.sub-menu li {
    text-align: right;
    border: none;
    padding: 0 16px 0 0;
    margin-bottom: 10px;
  }

  .main-navigation ul li ul.sub-menu li a {
    color: #ffffff;
    padding: 0;
    font-size: 18px;
    line-height: 10px;
  }

  .main-navigation ul li.sub-items>a {
    display: inline-block;
  }

  .main-navigation ul li.sub-items>a:before {
    color: #ffffff;
  }

  .main-navigation ul li.sub-items:hover>a:before,
  .main-navigation ul li a:hover:before {
    transform: translate(0, -50%) rotate(0deg);
    color: #141b22;
  }

  .main-navigation ul li.sub-items:hover>a,
  .main-navigation ul li a:hover,
  .main-navigation ul li.active>a {
    color: #141b22;
  }

  .site-header.sticky-header .main-navigation ul li a,
  .site-header.sticky-header .search-icon a,
  .site-header.sticky-header .main-navigation ul li.sub-items>a:before {
    color: #ffffff;
  }

  .site-header.sticky-header .main-navigation ul li.sub-items:hover>a,
  .site-header.sticky-header .main-navigation ul li a:hover,
  .site-header.sticky-header .main-navigation ul li.active>a,
  .site-header.sticky-header .main-navigation ul li.sub-items:hover>a:before,
  .site-header.sticky-header .main-navigation ul li a:hover:before,
  .site-header.sticky-header .main-navigation ul li.active>a:before,
  .site-header.sticky-header .main-navigation ul li ul.sub-menu li a:hover {
    color: #141b22;
  }

  .main-navigation ul li.sub-items:hover>a,
  .main-navigation ul li a:hover,
  .main-navigation ul li.active>a::before {
    color: #141b22;
  }

  .main-navigation ul li:first-child {
    padding: 0 0px 20px 40px;
  }

  .main-banner::before {
    width: 100%;
    bottom: 0;
    top: auto;
    height: 340px;
  }

  .heart-rate {
    padding: 18px;
    top: 160px;
    left: 155px;
  }

  .banner-title-one,
  .banner-title-two {
    text-align: center;
    padding: 0 70px;
    margin-bottom: 90px;

  }

  .banner-overlay-bg img {
    max-width: unset;
  }



  .h3-title {
    font-size: 20px;
    line-height: 30px;
  }



  .main-pricing {
    padding-top: 80px;
    padding-bottom: 100px;
  }

  .pricing-box {
    margin: 0 15px;
  }



  .statics-contant {
    padding-left: 0;
    margin-bottom: 50px;
  }



  .main-blog {
    padding-top: 80px;
    padding-bottom: 100px;
  }

  .main-footer {
    padding-top: 80px;
  }

  .footer-copyright {
    margin-top: 80px;
  }

  .footer-box-one {
    margin-bottom: 50px;
  }

  .footer-box-two {
    margin-bottom: 50px;
    padding: 0;
  }

  .footer-overlay-bg img {
    max-width: unset;
  }

  .copyright-links ul li {
    margin-left: 16px;
  }

  .header-btn,
  .header-btn-two {
    display: none;
  }

  .main-navigation.two ul li a {
    color: #ffffff;
  }

  .main-navigation.two ul li.sub-items:hover>a,
  .main-navigation ul li a:hover,
  .main-navigation ul li.active>a {
    color: #141b22;
  }

  .main-banner-two {
    padding-top: 188px;
  }

  .banner-title-two .banner-btn-two {
    justify-content: center;
  }

  .banner-two-circle-three {
    position: absolute;
    width: 800px;
    height: 800px;
    border-radius: 100%;
    border: solid 80px #ffffff;
    top: auto;
    bottom: 300px;
    right: -300px;
  }

  .banner-two-circle-two {
    position: absolute;
    width: 240px;
    height: 240px;
    border-radius: 100%;
    border: solid 50px #ffffff;
    bottom: auto;
    top: 500px;
    left: 60px;
  }

  .feature-box {
    margin-bottom: 30px;
  }

  .main-features {
    padding-bottom: 50px;
  }

  .about-client-content span {
    font-size: 20px;
  }

  .main-classes-two {
    padding-top: 280px;
    padding-bottom: 100px;
  }

  .main-team-two {
    padding-top: 80px;
    padding-bottom: 100px;
  }

  .main-pricing-two {
    padding-top: 80px;
    padding-bottom: 100px;
  }

  .main-appointment-two {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .main-testimonial-two {
    padding-top: 180px;
    padding-bottom: 100px;
  }

  .main-about-us-in {
    padding-top: 80px;
    padding-bottom: 0;
  }

  .main-appointment-in {
    padding-top: 340px;
    padding-bottom: 80px;
  }

  .main-classes-in {
    padding-top: 80px;
    padding-bottom: 50px;
  }

  .main-class-detail {
    padding-top: 80px;
    padding-bottom: 50px;
  }

  .class-detail-content {
    padding-right: 0;
    margin-top: 80px;
  }

  .class-detail-trainer-box {
    flex-wrap: wrap;
    justify-content: center;
  }

  .class-trainer-box-text {
    margin-right: 0;
    width: 100%;
    margin-top: 30px;
    text-align: center;
  }

  .portfolio-tabbing ul {
    flex-wrap: wrap;
  }

  .main-portfolio-page-in {
    padding-top: 80px;
    padding-bottom: 50px;
  }

  .portfolio-tabbing ul li {
    margin-left: 20px;
  }

  .portfolio-tabbing ul li span {
    padding: 8px 15px;
    font-size: 16px;
  }

  .main-portfolio-detail {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .portfolio-detail-info-content {
    justify-content: space-around;
  }

  .portfolio-detail-info-box {
    margin-top: 40px;
  }

  .portfolio-detail-img-cfw.one {
    margin-top: 50px;
  }

  .portfolio-detail-info-box {
    padding: 30px;
  }

  .main-team-in {
    padding-top: 80px;
    padding-bottom: 30px;
  }

  .main-team-detail-in .team-border-two {
    width: 500px;
    margin-right: auto;
    margin-left: auto;
  }

  .trainer-detail-info-text-box {
    display: flex;
    justify-content: space-around;
  }

  .team-detail-content {
    margin-top: 80px;
  }

  .main-team-detail-in {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .main-faq-in {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .faq-content {
    padding-right: 0;
    margin-top: 80px;
  }

  .faq-box.two {
    padding-top: 60px;
  }

  .main-blog-grid-in .blog-box {
    margin-left: 0;
    margin-right: 0;
  }

  .main-blog-grid-in {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .blog-list-big-blog {
    padding-left: 0;
  }

  .blog-list-big-blog .blog-box {
    margin-left: 0;
    margin-right: 0;
  }

  .main-blog-list {
    padding-top: 80px;
    padding-bottom: 70px;
  }

  .blog-list-big-blog {
    margin-bottom: 80px;
  }

  .main-blog-detail {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .blog-detail-info-content {
    padding-left: 0;
    margin-bottom: 80px;
  }

  .related-post .blog-box {
    margin-left: 0;
    margin-right: 0;
  }

  .related-post,
  .blog-comments,
  .write-comment {
    padding-top: 80px;
  }

  .main-contact-in {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .get-in-touch-content {
    margin-bottom: 80px;
  }

  .main-error-404-in {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  .banner-title-one {
    padding: 0 40px;

  }

  .heart-rate {
    left: 45px;
  }

  .h2-title {
    font-size: 40px;
    line-height: 50px;
  }

  .copyright-links {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
  }

  .copyright-text {
    float: none;
    text-align: center;
  }

  .banner-title-two {
    padding: 0 20px;
  }

  .banner-two-circle-three {
    width: 500px;
    height: 500px;
    border: solid 80px #ffffff;
    right: -200px;
  }

  .portfolio-tabbing ul {
    justify-content: center;
  }

  .portfolio-tabbing ul li {
    margin-bottom: 25px;
    margin-left: 15px;
  }

  .portfolio-tabbing {
    margin-bottom: 30px;
  }

  .my-class-box .class-box {
    margin-bottom: 30px;
  }

  .main-team-detail-in {
    padding-bottom: 50px;
  }

  .accordion-button {
    line-height: 26px;
    font-size: 16px;
  }

  .blog-list-big-blog .blog-box {
    margin-bottom: 50px;
  }

  .blog-text-box {
    padding: 30px;
  }

  .blog-text-box p {
    font-size: 16px;
    line-height: 26px;
  }

  .tags ul li a {
    padding: 8px 21px;
  }

  .tags ul li {
    padding: 8px 0;
  }

  .related-post .blog-box {
    margin-bottom: 30px;
  }

  .blog-comments {
    padding-top: 70px;
  }

  .reply-btn {
    padding: 8px 26px;
  }
}

@media screen and (max-width: 575px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
  }

  .banner-title-one,
  .banner-title-two {
    padding: 0px 0px;
  }


  .footer-box-three {
    margin-bottom: 50px;
  }


  .progress-wrap {
    left: 40px;
    /* bottom: 30px; */
  }

  .main-banner::before {
    height: 240px;
  }

  .portfolio-detail-title-box {
    padding: 0;
  }

  .class-detail-content .class-box-title .h2-title,
  .portfolio-detail-title-box .h2-title,
  .team-detail-content .h2-title {
    font-size: 35px;
    line-height: 45px;
  }

  .portfolio-detail-img-box .portfolio-detail-img-cfw.two {
    margin-bottom: 15px;
  }

  .portfolio-detail-img-box .portfolio-detail-img-cfw.three {
    margin-top: 15px;
  }

  .main-team-detail-in .team-border-two {
    width: auto;
  }

  .blog-list-big-blog .blog-box .blog-img .video-play-icon {
    width: 60px;
    height: 60px;
  }

  .blog-img-box .blog-img {
    margin-bottom: 30px;
  }

  .blog-img-box {
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 495px) {
  .client-img {
    display: inline-block;

  }

  .comment-box {
    display: block;
  }

  .comment-content {
    margin-right: 0;
    margin-top: 20px;
    width: 100%;
  }
}

@media screen and (max-width: 469px) {
  .class-review {
    margin-right: 30px;
  }
}

@media screen and (max-width: 464px) {
  .h1-title {
    font-size: 48px;
    line-height: 58px;
  }

  .heart-rate {
    left: 25px;
  }

  .h2-title {
    font-size: 35px;
    line-height: 45px;
  }

  .about-text-box .sec-btn {
    margin-right: 0;
    margin-top: 30px;
  }

  .about-text-box {
    display: block;
  }

  .video-content .h2-title {
    font-size: 30px;
    line-height: 40px;
  }

  .appointment-title .h2-title {
    font-size: 30px;
    line-height: 40px;
  }

  .appointment-bg {
    padding: 30px;
  }
}

@media screen and (max-width: 429px) {
  .class-review {
    margin-right: 0;
    margin-top: 30px;
  }
}

@media screen and (max-width: 394px) {
  .h1-title {
    font-size: 42px;
    line-height: 52px;
  }

  .banner-subtitle-first {
    padding: 3px 15px;
  }

  .banner-subtitle-second {
    padding: 3px 15px;
  }


}

@media screen and (max-width: 375px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }

  .banner-breadcum {
    padding: 10px 25px;
  }

  .class-detail-content .class-box-title .h2-title,
  .portfolio-detail-title-box .h2-title,
  .team-detail-content .h2-title,
  .blog-big-main-title .h2-title {
    font-size: 30px;
    line-height: 40px;
  }

  .portfolio-detail-info-content {
    display: block;
  }

  .portfolio-detail-info-content.two {
    margin-top: 0;
  }

  .portfolio-detail-info-text {
    margin-bottom: 20px;
  }

  .portfolio-detail-info-box {
    padding: 30px 30px 10px 30px;
  }


  .pagination-arrow {
    margin: 0 5px;
  }

  .blog-text-box {
    padding: 20px;
  }
}

@media screen and (max-width: 325px) {
  .banner-subtitle-first {
    font-size: 16px;
  }

  .banner-subtitle-second {
    font-size: 16px;
  }

  .h1-title {
    font-size: 38px;
    line-height: 48px;
  }


  .h2-title {
    font-size: 30px;
    line-height: 40px;
  }


  .h2-subtitle {
    font-size: 16px;
    line-height: 16px;
  }


  .copyright-links ul li {
    margin-left: 15px;
  }

  .copyright-links ul li a {
    padding-right: 15px;
  }
}

/* My css */

.loader {
  width: 48px;
  height: 48px;
  display: block;
  margin: 15px auto;
  position: relative;
  color: #FFF;
  box-sizing: border-box;
  animation: rotation_19 1s linear infinite;
}

.loader::after,
.loader::before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 0;
  background-color: #FFF;
  border-radius: 50%;
  animation: scale50 1s infinite ease-in-out;
}

.loader::before {
  top: auto;
  bottom: 0;
  background-color: #FF3D00;
  animation-delay: 0.5s;
}

@keyframes rotation_19 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes scale50 {

  0%,
  100% {
    transform: scale(0);
  }

  50% {
    transform: scale(1);
  }
}



/* َAlert Modal */
#alert-modal {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 500px;
  background-color: rgba(255, 255, 255, 0.864);
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  padding: 25px;
  z-index: 1000;
  animation: fadeIn 0.3s ease-out;
}

#alert-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.642);
  z-index: 999;
}

.alert-icon {
  font-size: 48px;
  color: #ff9800;
  margin-bottom: 20px;
  animation: blink 1.5s infinite;
}

.alert-message {
  text-align: center;
  margin-bottom: 25px;
  color: #000000;
  line-height: 1.7;
}

.buttons-container {
  display: flex;
  justify-content: center;
  gap: 15px;
  width: 100%;
}

.modal-btn {
  padding: 8px;
  border: none;
  border-radius: 5px;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  flex: 1;
  max-width: 180px;
}

.understand-btn {
  background-color: #bb3800;
  color: white;
}

.understand-btn:hover {
  background-color: #da4100;
}

.tutorial-btn {
  background-color: #0051bb;
  color: white;
}

.tutorial-btn:hover {
  background-color: #005bd2;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translate(-50%, -45%);
  }

  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

@media (max-width: 480px) {
  #alert-modal {
    width: 95%;
    padding: 20px 15px;
  }

  .buttons-container {
    flex-direction: column;
  }

  .modal-btn {
    max-width: 100%;
  }
}