@import "https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700;800&amp;family=Rajdhani:wght@400;500;600;700&amp;display=swap";
:root {
  --fontFamily: "Open Sans", sans-serif;
  --title-font: "Rajdhani", sans-serif;
  --font-color: #707070;
  --home1-main-color: #1c6bec;
  --home1-main-color-transparent: #1c6cec2f;
  --home1-hover-color: #03070d;
  --home2-main-color: #ff9955;
  --home2-main-color-transparent: #fe8230c9;
  --gym-primary-color: #f36523;
  --doctor-primary-color: #24ced8;
  --doctor-secondary-color: #2c88fa;
  --white-color: #ffffff;
  --black-color: #262521
}
ul.list li {
    padding-bottom: 10px;
    border-bottom: 1px solid #efefef;
    margin-bottom: 10px;
    list-style: inside;
}
html {
  padding: 0;
  margin: 0
}
body {
  font-family: var(--fontFamily);
  font-size: 16px
}
button:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #ced4da
}
.btn.focus, .btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none
}
.form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #ced4da
}
.form-select {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
  border: none !important
}
.sticky {
  position: fixed !important;
  top: 0 !important;
  width: 100%;
  -webkit-transition: all 1s;
  transition: all 1s;
  z-index: 100000 !important;
  -webkit-box-shadow: 2px 2px 10px #c9c6c6;
  box-shadow: 2px 2px 10px #c9c6c6;
  -webkit-animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 700ms ease-in-out 0s normal none 1 running fadeInDown
}
.sticky .main-nav nav .navbar-nav .nav-item {
  position: relative
}
img {
  max-width: 100%;
  height: auto
}
h1, h2, h3, h4, h5, h6 {
  font-family: var(--titleFontFamily)
}
p {
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 1.8;
  /*color: var(--font-color);*/
  color:#424141;
  text-align: justify;

}
p:last-child {
  margin-bottom: 0
}
button {
  border: none;
  -webkit-transition: all .6s;
  transition: all .6s
}
a {
  text-decoration: none;
  color: var(--blackColor);
  -webkit-transition: all .6s;
  transition: all .6s
}



@media only screen and (max-width:550px) {
 .starh1{
    font-size:16px!important;
}

}

/*@media only screen and (min-width:600px) {*/
/* .starh1{*/
/*    font-size:45px!important;*/
/*}*/

/*}*/


.starh1{
    font-size:45px;
    margin-top: 140px!important; 
}



a:hover {
  text-decoration: none;
  color: var(--blackColor)
}
.table {
  margin-bottom: 0
}
.pb-140 {
  padding-bottom: 140px
}
.pt-100 {
  padding-top: 95px
}
.pt-70 {
  padding-top: 70px
}
.pt-80 {
  padding-top: 80px
}
.pb-100 {
  padding-bottom: 95px
}
.pb-80 {
  padding-bottom: 80px
}
.pb-70 {
  padding-bottom: 70px
}
.pb-50 {
  padding-bottom: 50px
}
.section-title {
  font-size: 36px;
  font-weight: 700;
  font-family: var(--fontFamily)
}
.custom-card {
  -webkit-transition: all .7s;
  transition: all .7s
}
.card-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0
}
.medium-font {
  font-size: 18px;
  font-weight: 600;
  color: var(--font-color)
}
ul {
  margin-bottom: 0;
  padding-left: 0
}
ul li {
  list-style: none
}
.language-select {
  width: 100px;
  margin-left: 0;
  margin-right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.language-select i {
  margin-right: 5px
}
.language-select .nice-select {
  background-color: transparent;
  border-radius: 0;
  border: none;
  font-size: 15px;
  font-weight: 400;
  height: auto;
  line-height: initial;
  color: #502800;
  padding-left: 0;
  padding-right: 30px;
  position: relative;
  top: 0;
  font-weight: 500;
  width: 100%
}
.language-select .nice-select::after {
  border-color: #502800;
  height: 8px;
  width: 8px;
  right: 5px;
  margin-top: -5px
}
.language-select .nice-select .list {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .09);
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .09);
  border-radius: 0;
  width: 100px;
  height: 150px;
  overflow-y: scroll;
  margin-top: 10px;
  margin-bottom: 0;
  color: #000
}
.language-select .nice-select .list::-webkit-scrollbar {
  display: none
}
.language-select .nice-select .list .option.selected {
  background-color: var(--home2-main-color) !important;
  color: #fff;
  font-weight: 600
}
.language-select .nice-select .list .option {
  text-align: center;
  padding: 0
}
.language-select .nice-select ul {
  display: block !important;
  padding: 0 !important
}
.language-select .nice-select ul li {
  display: block !important;
  margin-left: 0 !important;
  margin: 0;
  width: 100% !important
}
.ash-bg {
  background-color: #f1f3f2
}
button {
  border: none;
  -webkit-transition: all .7s;
  transition: all .7s
}
.blue-rectangle-btn {
  position: relative;
  font-size: 15px;
  font-weight: 600;
  padding: 12px 30px;
  border-radius: 0;
  display: inline-block;
  background: var(--home1-main-color);
  color: var(--white-color);
  border: 1px solid var(--home1-main-color);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out
}
.blue-rectangle-btn:hover {
  background: var(--home1-hover-color);
  color: var(--white-color);
  -webkit-transform: rotateX(-10deg);
  transform: rotateX(-10deg);
  -webkit-box-shadow: 0 0 0 1px var(--home1-main-color);
  box-shadow: 0 0 0 1px var(--home1-main-color)
}
.orange-round-btn {
  font-size: 16px;
  padding: 10px 15px;
  border-radius: 30px;
  display: inline-block;
  background: var(--home2-main-color);
  color: var(--white-color);
  font-weight: 600
}
.orange-round-btn i {
  height: 35px;
  width: 35px;
  line-height: 35px;
  font-size: 15px;
  text-align: center;
  background: var(--white-color);
  color: var(--font-color);
  border-radius: 50%;
  margin-left: 20px
}
.orange-round-btn:hover {
  background: var(--home1-hover-color);
  color: var(--white-color);
  border-radius: 30px 0 30px 0
}
.circle-blue-btn {
  padding: 12px 30px;
  border-radius: 25px;
  background: var(--home2-main-color);
  color: var(--white-color);
  display: inline-block
}
.rectangle-blue-btn {
  padding: 12px 30px;
  border-radius: 5px;
  background: var(--home2-main-color);
  color: var(--white-color);
  display: inline-block
}
.rectangle-blue-btn:hover {
  background: #6495ed;
  border-radius: 30px 0 30px 0;
  color: var(--white-color)
}
.circle-blue-btn:hover {
  background: var(--home2-main-color-2);
  color: var(--white-color)
}
.home2-hover-btn {
  position: relative;
  font-size: 16px;
  padding: 12px 30px;
  background: var(--home2-main-color);
  color: var(--white-color);
  height: 100%;
  border-radius: 25px;
  display: inline-block
}
.home2-hover-btn span {
  z-index: 999
}
.home2-hover-btn::before {
  content: "";
  background: var(--home2-main-color-2);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  width: 0;
  height: 100%;
  border-radius: 25px
}
.home2-hover-btn:hover::before {
  width: 100%
}
.home2-hover-btn:hover::before span {
  color: var(--white-color) !important
}
.home2-hover-btn:hover {
  background: 0 0;
  color: var(--white-color)
}
.mobile-search-bar {
  display: none
}
.container-fluid {
  padding-left: 100px;
  padding-right: 100px
}
.nav-topbar {
  background-color: #fff;
  padding: 5px 0;
  -webkit-box-shadow: 0 0 10px #4e4c4c;
  box-shadow: 0 0 10px #4e4c4c;
  border-bottom: 1px solid #eeeeee23;
  z-index: 999999;
  font-weight: 600
}
.nav-topbar button.navbar-toggler {
  padding: 0 4px
}
.nav-topbar .nav-link {
  color: #502800 !important;
  text-align: left;
  font-weight: 600;
  font-size: 15px
}
.nav-topbar .navbar-toggler {
  color: #fff !important;
  background-color: #fff
}
.nav-topbar .nav-link:hover, .nav-topbar .nav-link.active {
  color: var(--home1-main-color) !important
}
.nav-topbar .logo {
  line-height: 1
}
.nav-topbar .logo img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content
}
.menu-social-icons ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.menu-social-icons ul li {
  margin-left: 2px;
  margin-right: 2px;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out
}
.menu-social-icons ul li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  color: var(--home1-main-color);
  background-color: var(--home1-main-color-transparent);
  border-radius: 5px
}
.menu-social-icons ul li a i {
  line-height: 2
}
.menu-social-icons ul li:hover {
  -webkit-transform: rotateZ(10deg) translateY(-2px);
  transform: rotateZ(10deg) translateY(-2px)
}
.menu-social-icons ul li:hover:nth-child(even) {
  -webkit-transform: rotateZ(-10deg) translateY(-2px);
  transform: rotateZ(-10deg) translateY(-2px)
}
.product-section-top {
  position: relative
}
.product-section-top span {
  position: absolute;
  font-size: 70px;
  color: #eee;
  top: -20px;
  font-weight: 700;
  line-height: 1;
  z-index: 0
}
.product-section-top .product-section-title {
  font-size: 35px;
  font-weight: 700;
  position: relative;
  z-index: 999
}
.product-section-top p {
  position: relative;
  z-index: 99
}
.banner-section .contents {
  background: var(--white-color);
  padding: 30px
}
.banner-section .contents .all-content {
  position: relative
}
.banner-section .contents .all-content .shape-1 {
  position: absolute;
  left: 65px;
  bottom: -50px;
  z-index: 0
}
.banner-section .contents .all-content .shape-2 {
  position: absolute;
  right: 60px;
  top: 40%;
  -webkit-transform: translateX(0, -50%);
  transform: translateX(0, -50%);
  z-index: 0
}
.banner-section .contents .text-content {
  text-align: center
}
.banner-section .contents .text-content .title {
  position: relative
}
.banner-section .contents .text-content .title h1 {
  font-size: 60px;
  font-weight: 700;
  color: var(--home1-main-color)
}
.banner-section .contents .text-content .title span {
  font-size: 60px;
  color: #51515113;
  font-weight: 700;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  font-style: italic
}
.banner-section .contents .text-content h2 {
  font-size: 36px;
  font-weight: 700;
  color: #502800;
  margin: 20px 0 15px
}
.banner-section .contents .tab-box {
  -webkit-box-shadow: 1px 1px 10px #e6e3e3;
  box-shadow: 1px 1px 10px #e6e3e3;
  padding: 40px;
  margin-top: 30px;
  position: relative;
  width: 450px;
  margin-left: auto;
  margin-right: auto;
  z-index: 999;
  background-color: var(--white-color)
}
.banner-section .contents .tab-box .tab-nav {
  position: relative;
  z-index: 99
}
.banner-section .contents .tab-box .nav {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px !important
}
.banner-section .contents .tab-box .nav-pills .nav-link {
  border-radius: 0;
  font-weight: 600
}
.banner-section .contents .tab-box .nav-pills .nav-link.active {
  background-color: var(--home1-hover-color);
  color: var(--white-color) !important
}
.banner-section .contents .tab-box .tab-content form input {
  border-radius: 0;
  margin-bottom: 20px;
  height: 48px
}
.banner-section .contents .tab-box .tab-content form button {
  width: 100%
}
.banner-section .contents .right-content {
  border: 1px dashed var(--home1-main-color);
  padding: 150px 10px;
  border-radius: 250px 0 70px 0;
  position: relative
}
.banner-section .contents .right-content .banner-shape-1 {
  position: absolute;
  right: 0;
  top: 0
}
.banner-section .contents .right-content .banner-shape-2 {
  position: absolute;
  left: -30px;
  bottom: -55px
}
.banner-section .owl-carousel .owl-nav {
  width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  margin: 20px auto 0
}
.banner-section .owl-carousel .owl-nav i {
  line-height: 1;
  margin: 0;
  padding: 0
}
.banner-section .owl-carousel .owl-nav::before {
  content: "";
  width: 3px;
  height: 100%;
  background-color: #e6e6e6;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}
.banner-section .owl-carousel .owl-nav button:hover i {
  color: var(--home1-main-color)
}
.product-feature-section {
  background: url(../images/feature/feature-bg.jpg) center center no-repeat;
  background-size: cover;
  margin: 0 80px
}
.product-feature-section .owl-carousel {
  position: relative
}
.product-feature-section .owl-carousel .owl-nav {
  position: absolute;
  top: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-align: center;
  opacity: 0;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out
}
.product-feature-section .owl-carousel .owl-nav button.owl-prev {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--home1-main-color);
  left: 10px;
  position: absolute
}
.product-feature-section .owl-carousel .owl-nav button.owl-prev span {
  color: var(--white-color)
}
.product-feature-section .owl-carousel .owl-nav button.owl-next {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--home1-main-color);
  position: absolute;
  right: 10px
}
.product-feature-section .owl-carousel .owl-nav button.owl-next span {
  color: var(--white-color)
}
.product-feature-section .owl-carousel .owl-nav i {
  color: var(--white-color)
}
.product-feature-section .owl-carousel .owl-nav button {
  opacity: .8
}
.product-feature-section .owl-carousel .owl-nav button:hover {
  opacity: 1
}
.product-feature-section .owl-carousel:hover .owl-nav {
  opacity: 1
}
.product-feature-section .right-content {
  margin-left: 40px
}
.product-feature-section .right-content .product-section-top span {
  color: #5151515b;
  left: 0;
  top: -70px
}
.product-feature-section .right-content .product-section-top .product-section-title {
  font-size: 35px;
  font-weight: 700;
  color: var(--white-color);
  margin-top: -10px
}
.product-feature-section .right-content p {
  color: var(--white-color);
  margin: 15px 0 20px
}
.product-feature-section .right-content ul li {
  color: var(--white-color);
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.product-feature-section .right-content ul li .icon {
  height: 50px;
  width: 50px;
  background: #5151518c;
  line-height: 65px;
  text-align: center;
  margin-right: 10px;
  border-radius: 10px
}
.product-feature-section .right-content ul li .icon i::before {
  font-size: 28px;
  line-height: 1
}
.product-feature-section .right-content ul li:last-child {
  margin-bottom: 0
}
.product-certified-pilot-section {
  border-radius: 10px
}
.product-certified-pilot-section .product-guide-area {
  padding-left: 80px;
  padding-right: 80px
}
.product-certified-pilot-section .product-section-top span {
  color: #5151511a;
  margin-top: -15px
}
.product-certified-pilot-section .left-content p {
  margin: 20px 0
}
.product-certified-pilot-section .left-content .p-box {
  height: 130px;
  overflow-y: scroll;
  margin-bottom: 20px
}
.product-certified-pilot-section .left-content form input {
  height: 50px;
  border-radius: 0;
  margin-bottom: 20px
}
.product-certified-pilot-section .left-content form button {
  width: 100%
}
.pilot-image {
  background-image: url(../images/pilot.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%
}
.pilot-image img {
  display: none
}
.product-video-section {
  background: url(../images/product-video.jpg) center center no-repeat;
  background-size: cover;
  padding: 240px 0;
  margin: 80px;
  border-radius: 10px
}
.product-video-section i {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  background: var(--home1-main-color);
  line-height: 70px;
  color: var(--white-color);
  font-size: 20px;
  text-align: center;
  padding-left: 4px
}
.product-specification-section {
  background: url(../images/product-specification-bg.jpg) center center no-repeat;
  background-size: cover;
  max-width: 100%;
  border-radius: 10px;
  position: relative;
  margin-left: 80px;
  margin-right: 80px
}
.product-specification-section .shape-1 {
  position: absolute;
  left: 0;
  top: 0
}
.product-specification-section .product-section-top {
  margin-bottom: 50px
}
.product-specification-section .product-section-top span {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #a8a7a721;
  margin-top: -20px
}
.product-specification-section .product-section-top p {
  max-width: 600px;
  margin: 20px auto
}
.product-specification-section .black-box {
  background: #03070dd5;
  padding: 50px;
  border-radius: 10px
}
.product-specification-section .black-box ul h6 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  color: var(--white-color)
}
.product-specification-section .black-box ul h6 span {
  float: right
}
.product-specification-section .black-box ul li {
  color: var(--white-color);
  margin-bottom: 15px;
  position: relative;
  padding-left: 20px
}
.product-specification-section .black-box ul li:last-child {
  margin-bottom: 0
}
.product-specification-section .black-box ul li span {
  float: right
}
.product-specification-section .black-box ul li::before {
  content: "";
  position: absolute;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: var(--home1-main-color);
  left: 0;
  top: 7px
}
.product-specification-section .spacification-image p {
  padding: 12px 25px;
  border: 1px solid var(--home1-main-color)
}
.product-bnifit-section .product-section-top {
  margin-bottom: 50px
}
.product-bnifit-section .product-section-top span {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #a8a7a721;
  margin-top: -20px
}
.product-bnifit-section .product-section-top p {
  max-width: 600px;
  margin: 20px auto
}
.product-bnifit-section .benifit-card {
  padding: 60px 30px 30px;
  -webkit-box-shadow: 1px 1px 10px #e7e5e5;
  box-shadow: 1px 1px 10px #e7e5e5;
  margin-bottom: 30px;
  border-radius: 10px
}
.product-bnifit-section .benifit-card .icon {
  width: 113px;
  height: 51px;
  margin: 0 auto 30px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  -webkit-box-shadow: 1px 1px 2px #fff;
  box-shadow: 1px 1px 2px #fff;
  border: 1px solid #fbd1d1
}
.product-bnifit-section .benifit-card .icon i::before {
  font-size: 70px;
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}
.product-bnifit-section .benifit-card .icon-1 {
  background: #fbd1d1
}
.product-bnifit-section .benifit-card .icon-1 i::before {
  color: #ec1c1c
}
.product-bnifit-section .benifit-card .icon-2 {
  background: #1c6cec3a
}
.product-bnifit-section .benifit-card .icon-2 i::before {
  color: #1c6cec
}
.product-bnifit-section .benifit-card .icon-3 {
  background: #d8efed
}
.product-bnifit-section .benifit-card .icon-3 i::before {
  color: #5caca5
}
.product-bnifit-section .benifit-card .icon-4 {
  background: #03070d2f
}
.product-bnifit-section .benifit-card .icon-4 i::before {
  color: #03070d
}
.product-bnifit-section .benifit-card .icon-5 {
  background: #d8efed
}
.product-bnifit-section .benifit-card .icon-5 i::before {
  color: #5caca5
}
.product-bnifit-section .benifit-card .icon-6 {
  background: #03070d2f
}
.product-bnifit-section .benifit-card .icon-6 i::before {
  color: #03070d
}
.product-bnifit-section .benifit-card .icon-7 {
  background: #20649b41
}
.product-bnifit-section .benifit-card .icon-7 i::before {
  color: #20649b
}
.product-bnifit-section .benifit-card .icon-8 {
  background: #fbd1d1
}
.product-bnifit-section .benifit-card .icon-8 i::before {
  color: #ec1c1c
}
.gallery-section {
  background: #f7f7f7;
  position: relative;
  margin-left: 80px;
  margin-right: 80px
}
.gallery-section .shape-1 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1
}
.gallery-section .shape-2 {
  position: absolute;
  right: 0;
  top: 0
}
.gallery-section .product-section-top {
  margin-bottom: 20px
}
.gallery-section .product-section-top span {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #a8a7a721;
  margin-top: -20px
}
.gallery-section .product-section-top p {
  max-width: 600px;
  margin: 20px auto
}
.gallery-section .gallery-card {
  border-radius: 10px;
  margin-top: 30px;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out
}
.gallery-section .gallery-card img {
  border-radius: 10px 10px 0 0
}
.gallery-section .gallery-card .text-content {
  padding: 30px 0 0;
  text-align: center;
  background: #f1f1f1
}
.gallery-section .gallery-card .text-content .blue-rectangle-btn {
  width: 100%;
  border-radius: 0 0 10px 10px
}
.gallery-section .gallery-card .text-content p {
  margin: 15px 0
}
.gallery-section .gallery-card .text-content h6 {
  font-size: 20px;
  font-weight: 600
}
.gallery-section .gallery-card .text-content h4 {
  font-size: 30px;
  font-weight: 700;
  color: var(--home1-main-color);
  margin-bottom: 25px
}
.gallery-section .gallery-card:hover {
  -webkit-box-shadow: 1px 1px 15px #dad7d7;
  box-shadow: 1px 1px 15px #dad7d7
}
.product-faq-section .accordion {
  margin-top: 30px
}
.product-faq-section .accordion .accordion-item {
  margin-bottom: 16px;
  border-bottom: 1px solid #dad5d5;
  border-radius: 15px
}
.product-faq-section .accordion .accordion-item .accordion-button:not(.collapsed) {
  color: var(--white-color);
  background-color: var(--home1-main-color);
  border-radius: 15px 15px 0 0
}
.product-faq-section .accordion .accordion-item .accordion-button:not(.collapsed)::after {
  color: var(--white-color) !important
}
.product-faq-section .accordion .accordion-item .accordion-button {
  border-radius: 15px;
  font-size: 20px;
  font-weight: 500;
  text-align: left
}
.product-faq-section .accordion .accordion-item .accordion-button:focus {
  border-color: none;
  -webkit-box-shadow: none;
  box-shadow: none
}
.product-faq-section .accordion .accordion-item .accordion-button::after {
  content: "\1F863";
  background-image: none !important;
  color: #502800 !important;
  font-size: 20px;
  line-height: 1;
  padding: 0
}
.product-faq-section .accordion .accordion-item .accordion-body {
  background: var(--home1-hover-color);
  border-radius: 0 0 15px 15px;
  padding-bottom: 20px
}
.product-faq-section .accordion .accordion-item .accordion-body p {
  color: var(--white-color)
}
.product-faq-section .accordion .accordion-item:last-child {
  margin-bottom: 0
}
.product-faq-section .accordion .accordion-item .accordion-collapse {
  border-radius: 15px !important
}
.product-faq-section .client-slider-section {
  padding: 40px;
  background: #502800;
  border-radius: 10px;
  margin-top: 25px
}
.product-faq-section .client-slider-section i {
  color: var(--white-color);
  font-size: 30px;
  margin-left: 60px
}
.product-faq-section .client-slider-section .p-box {
  padding: 30px;
  background: var(--white-color);
  position: relative;
  border-radius: 5px;
  margin-top: 20px
}
.product-faq-section .client-slider-section .p-box::before {
  content: "";
  position: absolute;
  -webkit-clip-path: polygon(100% 0, 0 0, 54% 100%);
  clip-path: polygon(100% 0, 0 0, 54% 100%);
  background: var(--white-color);
  height: 10px;
  width: 15px;
  bottom: -10px;
  left: 70px
}
.product-faq-section .client-slider-section img {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  margin-top: 20px;
  margin-left: 55px
}
.product-faq-section .client-slider-section .quote-shape {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  height: 100%
}
.product-faq-section .client-slider-section h6 {
  font-size: 20px;
  font-weight: 400;
  color: var(--white-color);
  margin-top: 20px
}
.product-faq-section .client-slider-section .drone-testimonial-intro {
  max-width: 170px;
  text-align: center
}
.product-faq-section .product-section-top span {
  z-index: -1;
  line-height: 1;
  top: -40px
}
.testimonial-slider-area .owl-nav {
  position: absolute;
  bottom: 40px;
  right: 40px
}
.testimonial-slider-area .owl-nav button {
  width: 30px;
  height: 30px;
  background-color: transparent !important;
  margin: 0 2px;
  border-radius: 50%;
  border: 1px solid var(--home1-main-color) !important;
  color: var(--white-color) !important
}
.testimonial-slider-area .owl-nav button:hover {
  background-color: var(--home1-main-color) !important
}
.product-defence-section {
  background: url(../images/product-drone-defence.jpg) center center no-repeat;
  background-size: cover;
  max-width: 100%;
  height: 100%;
  margin-top: 100px;
  margin-left: 80px;
  margin-right: 80px;
  border-radius: 25px
}
.product-defence-section .black-box {
  background: #502800;
  padding: 40px;
  margin-left: auto;
  margin-right: 0;
  width: 620px;
  border-radius: 10px
}
.product-defence-section .black-box .blue-rectangle-btn {
  width: 100%;
  text-align: center
}
.product-defence-section .black-box h2, .product-defence-section .black-box p {
  color: var(--white-color)
}
.product-defence-section .black-box .p {
  margin-top: 15px
}
.product-defence-section .black-box .info {
  margin: 30px 0 35px
}
.product-defence-section .black-box .info p {
  margin-bottom: 10px
}
.product-explore-section {
  background: url(../images/product-explore.jpg) center center no-repeat;
  background-size: cover
}
.product-explore-section .white-box {
  background: var(--white-color);
  margin-left: 0;
  margin-right: auto
}
.product-explore-section .white-box h2, .product-explore-section .white-box p {
  color: #502800
}
.product-newsletter-section {
  background: #f7f7f7;
  margin-left: 80px;
  margin-right: 80px;
  border-radius: 20px
}
.product-newsletter-section .product-section-top span {
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}
.product-newsletter-section .black-newsletter {
  background: var(--home1-hover-color);
  padding: 20px;
  margin-top: 30px
}
.product-newsletter-section .black-newsletter input {
  border: 1px solid #4c4c4d;
  height: 50px;
  background: 0 0
}
.product-newsletter-section .black-newsletter input::-webkit-input-placeholder {
  color: var(--white-color)
}
.product-newsletter-section .black-newsletter input:-ms-input-placeholder {
  color: var(--white-color)
}
.product-newsletter-section .black-newsletter input::-ms-input-placeholder {
  color: var(--white-color)
}
.product-newsletter-section .black-newsletter input::placeholder {
  color: var(--white-color)
}
.product-newsletter-section .black-newsletter .form-control {
  color: var(--white-color)
}
.product-newsletter-section .black-newsletter button {
  width: 100%
}
.product-newsletter-section .p {
  text-align: center;
  margin-top: 30px
}
.product-newsletter-section .p ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.product-newsletter-section .p ul li {
  display: inline-block;
  font-size: 14px
}
.product-newsletter-section .p ul li:first-child {
  margin-right: 30px
}
.product-footer-secton {
  background: url(../images/product-footer.jpg) center center no-repeat;
  background-size: cover;
  max-width: 100%;
  margin: 100px 80px 0;
  border-radius: 0 0 60px 60px
}
.product-footer-secton h2, .product-footer-secton p {
  color: var(--white-color)
}
.product-footer-secton h2 {
  margin-bottom: 10px
}
.product-footer-secton .p {
  margin-bottom: 30px
}
.product-footer-secton .line {
  height: 3px;
  width: 100px;
  background: #4c4c4d;
  margin: 0 auto;
  margin-top: 20px
}
.product-footer-secton ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px
}
.product-footer-secton ul li {
  display: inline-block;
  margin: 0 5px
}
.product-footer-secton ul li i {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  color: var(--white-color);
  border: 1px solid var(--home1-main-color);
  background: 0 0;
  border-radius: 5px;
  -webkit-transition: all .7s;
  transition: all .7s;
  font-size: 24px
}
.product-footer-secton ul li i:hover {
  background: var(--home1-main-color)
}
.copyright {
  background: var(--nevy-blue)
}
.copyright p {
  color: #502800;
  padding: 15px 0
}
.copyright p a:hover {
  border-bottom: 1px solid var(--home1-main-color);
  -webkit-transition: all .7s !important;
  transition: all .7s !important
}
.header-2 .nav-topbar {
  background-color: #001a40;
}
.header-2 .nav-topbar .nav-link {
  color: var(--white-color) !important
}
.header-2 .nav-topbar .nav-link:hover {
  color: var(--home2-main-color) !important
}
.header-2 .nav-topbar .active {
  color: var(--home2-main-color) !important
}
.header-2 .menu-social-icons ul li a {
  color: #fff;
  background-color: #464646
}
.restaurant-section-top h2 {
  font-size: 40px;
  font-weight: 700
}
.restaurant-banner-section {
  background: url(../images/banner/restaurant-banner-bg.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  padding: 50px
}
.restaurant-banner-section .text-content {
  max-width: 736px;
  margin: 0 auto;
  background: url(../images/banner/r-banner-shape.png) center center no-repeat;
  background-size: cover;
  width: 100%;
  padding: 50px 0 200px
}
.restaurant-banner-section .text-content h1 {
  font-size: 80px;
  font-weight: 700;
  margin-bottom: 20px
}
.restaurant-banner-section .text-content .fa-map-marker-alt {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  color: var(--home2-main-color);
  background: var(--white-color);
  border-radius: 50%;
  margin-bottom: 20px;
  font-size: 20px
}
.restaurant-banner-section .text-content .top-p {
  font-size: 20px
}
.table-booking-section {
  background: #f8f4f0
}
.table-booking-section .text-content {
  position: relative;
  top: -120px
}
.table-booking-section .text-content h5 {
  font-weight: 600
}
.table-booking-section .left-content {
  background: var(--white-color);
  padding: 30px;
  -webkit-box-shadow: 1px 1px 15px #e3e4e6;
  box-shadow: 1px 1px 15px #e3e4e6;
  border-radius: 15px
}
.table-booking-section .left-content h4 {
  font-size: 24px;
  font-weight: 600
}
.table-booking-section .left-content ul {
  padding: 15px;
  background: #f8f4f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 20px 0
}
.table-booking-section .left-content ul li {
  display: inline-block;
  width: 130px;
  margin-left: 2px;
  margin-right: 2px
}
.table-booking-section .left-content ul li input {
  height: 40px;
  margin-bottom: 0
}
.table-booking-section .left-content ul li select {
  width: 100%
}
.table-booking-section .left-content input {
  height: 48px;
  margin-bottom: 20px
}
.table-booking-section .left-content textarea {
  margin-bottom: 20px
}
.table-booking-section .left-content .button {
  text-align: center
}
.table-booking-section .left-content .language-select {
  padding: 9px 15px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #d5d5d5
}
.table-booking-section .right-content .custom-ul {
  padding: 30px;
  margin-bottom: 30px;
  background: var(--white-color);
  -webkit-box-shadow: 1px 1px 15px #e3e4e6;
  box-shadow: 1px 1px 15px #e3e4e6;
  border-radius: 15px
}
.table-booking-section .right-content .custom-ul ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.table-booking-section .right-content .custom-ul ul li {
  display: inline-block
}
.table-booking-section .right-content .custom-ul ul li i {
  background: #f8f4f0;
  padding: 15px;
  border-radius: 50%;
  color: var(--home2-main-color);
  font-size: 30px;
  margin-right: 10px
}
.table-booking-section .right-content .custom-ul ul li p {
  margin-bottom: 2px
}
.table-booking-section .right-content .custom-ul ul li a {
  font-weight: 600
}
.table-booking-section .right-content .custom-card {
  position: relative;
  margin-bottom: 30px
}
.table-booking-section .right-content .custom-card .info {
  display: inline-block;
  padding: 20px 20px 15px;
  background: var(--white-color);
  position: absolute;
  bottom: 15px;
  left: 15px;
  width: 185px
}
.table-booking-section .right-content .custom-card .info .icon {
  margin-top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  background: var(--home1-hover-color);
  margin-bottom: 10px
}
.table-booking-section .right-content .custom-card .info .icon i::before {
  color: var(--white-color);
  font-size: 30px;
  line-height: 1.5
}
.table-booking-section .right-content .custom-card .info h5 {
  display: inline-block
}
.restaurant-kitchen-section .row {
  margin-left: 0;
  margin-right: 0
}
.restaurant-kitchen-section .row .col-12 {
  padding-left: 0;
  padding-right: 0
}
.restaurant-kitchen-section .restaurant-kitchen-img {
  background-image: url(../images/restaurant-kitchen.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%
}
.restaurant-kitchen-section .restaurant-kitchen-img img {
  display: none
}
.restaurant-kitchen-section .text-content {
  max-width: 1000px;
  padding-left: 15px;
  padding-top: 100px;
  padding-bottom: 100px
}
.restaurant-kitchen-section .text-content .custom-card {
  background: #f9ebe0;
  padding: 50px 20px;
  margin-bottom: 30px;
  text-align: center;
  border-radius: 20px
}
.restaurant-kitchen-section .text-content .custom-card i::before {
  font-size: 60px
}
.restaurant-kitchen-section .text-content .custom-card h5 {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 700;
  font-style: italic
}
.restaurant-kitchen-section .text-content .custom-card:last-child {
  background: #e4e1df;
  margin-bottom: 0
}
.restaurant-kitchen-section .text-content .right-text {
  padding-left: 30px
}
.restaurant-kitchen-section .text-content .right-text h2 {
  margin-bottom: 20px
}
.restaurant-kitchen-section .text-content .right-text ul {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.restaurant-kitchen-section .text-content .right-text ul li {
  display: inline-block;
  padding-right: 15px
}
.restaurant-kitchen-section .text-content .right-text ul li h6 {
  font-weight: 600;
  font-style: 17px;
  margin-bottom: 5px
}
.restaurant-kitchen-section .text-content .right-text ul li p:last-child {
  margin-bottom: 0
}
.restaurant-menu-section {
  background: #f8f4f0
}
.restaurant-menu-section .custom-card {
  margin: 0 15px;
  -webkit-transition: all .7s;
  transition: all .7s
}
.restaurant-menu-section .custom-card .header-part {
  background: var(--white-color);
  padding: 14px 20px;
  border: 1px solid #dad7d7;
  -webkit-transition: all .7s;
  transition: all .7s
}
.restaurant-menu-section .custom-card .header-part h2 {
  color: var(--home1-hover-color);
  font-size: 38px;
  font-weight: 700
}
.restaurant-menu-section .custom-card .header-part h2 span {
  font-size: 16px;
  font-weight: 500
}
.restaurant-menu-section .custom-card .header-part .icon {
  width: 50px;
  height: 50px;
  padding-top: 7px;
  text-align: center;
  background: var(--home1-hover-color);
  border-radius: 50%;
  display: inline-block;
  margin-right: 12px
}
.restaurant-menu-section .custom-card .header-part .icon i::before {
  font-size: 35px;
  color: var(--home2-main-color)
}
.restaurant-menu-section .custom-card .header-part h2 {
  display: inline-block
}
.restaurant-menu-section .custom-card .body-part {
  background: var(--home1-hover-color);
  padding: 30px;
  -webkit-transition: all .7s;
  transition: all .7s
}
.restaurant-menu-section .custom-card .body-part ul li {
  color: var(--white-color);
  margin-bottom: 15px
}
.restaurant-menu-section .custom-card .body-part ul li:last-child {
  margin-bottom: 0
}
.restaurant-menu-section .custom-card .body-part ul li .price {
  float: right
}
.restaurant-menu-section .custom-card .body-part ul li .dash {
  width: 100%;
  border-bottom: 1px dashed #262521
}
.restaurant-menu-section .custom-card:hover .header-part {
  background: var(--home1-hover-color)
}
.restaurant-menu-section .custom-card:hover .header-part h2 {
  color: var(--white-color)
}
.restaurant-menu-section .custom-card:hover .header-part .icon {
  background: var(--white-color)
}
.restaurant-menu-section .custom-card:hover .body-part {
  background: var(--white-color);
  padding: 30px
}
.restaurant-menu-section .custom-card:hover .body-part ul li {
  color: #502800
}
.food-gallery {
  background-image: url(../images/about/food-gallery.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat
}
.food-gallery .section-heading {
  color: var(--white-color)
}
.food-gallery .section-heading p {
  color: var(--white-color)
}
.food-gallery .food-gallery-right-text p {
  color: var(--white-color);
  text-align: end;
  padding-right: 15px;
  position: relative
}
.food-gallery .food-gallery-right-text p::before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: var(--home2-main-color);
  position: absolute;
  right: 0
}
.food-gallery-card {
  position: relative;
  margin-top: 30px
}
.food-gallery-card .food-gallery-overlay {
  z-index: 9;
  opacity: 0;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out
}
.food-gallery-card .food-gallery-overlay .food-gallery-shape-content {
  border: 1px solid;
  background-image: url(../images/black-shape.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  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
}
.food-gallery-card .food-gallery-overlay .food-gallery-shape-content img {
  max-width: 100%
}
.food-gallery-card .food-gallery-overlay .food-gallery-shape-content .food-gallery-overlay-text {
  margin: 0 auto;
  color: var(--white-color);
  text-align: center;
  padding: 0 25px
}
.food-gallery-card .food-gallery-overlay .food-gallery-shape-content .food-gallery-overlay-text h4 {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 10px
}
.food-gallery-card .food-gallery-overlay .food-gallery-shape-content .food-gallery-overlay-text p {
  color: var(--white-color);
  font-size: 15px
}
.food-gallery-card:hover .food-gallery-overlay {
  opacity: 1
}
.food-gallery-images {
  margin-top: -80px
}
.romantic-dinner-section .dinner {
  background: url(../images/romantic-dinner-bg.jpg) center center no-repeat;
  background-size: cover;
  width: 100%;
  border-radius: 10px
}
.romantic-dinner-section .text-content {
  max-width: 560px;
  background: url(../images/black-shape.png) center center no-repeat;
  background-size: cover;
  width: 100%;
  padding: 100px 0;
  margin: 0 auto
}
.romantic-dinner-section .restaurant-section-top p {
  margin: 20px 0 25px
}
.romantic-dinner-section .restaurant-section-top h2, .romantic-dinner-section .restaurant-section-top p {
  color: var(--white-color)
}
.restaurant-faq-section .accordion {
  margin-top: 30px
}
.restaurant-faq-section .accordion .accordion-item {
  margin-bottom: 20px;
  border-bottom: 1px solid #dad5d5;
  border-radius: 15px
}
.restaurant-faq-section .accordion .accordion-item .accordion-button:not(.collapsed) {
  color: var(--white-color);
  background-color: var(--home2-main-color);
  border-radius: 15px 15px 0 0
}
.restaurant-faq-section .accordion .accordion-item .accordion-button {
  border-radius: 15px;
  font-size: 20px;
  font-weight: 600;
  text-align: left
}
.restaurant-faq-section .accordion .accordion-item .accordion-button:focus {
  border-color: #eee;
  -webkit-box-shadow: none;
  box-shadow: none
}
.restaurant-faq-section .accordion .accordion-item .accordion-button i {
  text-align: center
}
.restaurant-faq-section .accordion .accordion-item .accordion-body {
  background: var(--white-color);
  border-radius: 0 0 15px 15px;
  padding-bottom: 20px
}
.restaurant-faq-section .accordion .accordion-item .accordion-body p {
  color: #502800
}
.restaurant-faq-section .accordion .accordion-item .accordion-collapse {
  border-radius: 15px !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important
}
.restaurant-faq-section .accordion .accordion-item:last-child {
  margin-bottom: 0
}
.restaurent-testimonial-bg {
  background-image: url(../images/testimonial/restaurent.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed
}
.restaurent-testimonial-content {
  text-align: center;
  border: 1px solid;
  background-color: #0b2030;
  padding: 40px 25px;
  max-width: 600px
}
.restaurant-footer-section {
  background-color: #f8f4f0
}
.restaurant-footer-section .newsletter-area .restaurant-section-top h2 {
  margin-bottom: 20px
}
.restaurant-footer-section .newsletter-area form {
  margin-top: 30px
}
.restaurant-footer-section .newsletter-area form input {
  height: 60px
}
.restaurant-footer-section .newsletter-area form .orange-round-btn {
  border-radius: 0;
  height: 60px;
  width: 100%
}
.restaurant-footer-section .right-content {
  text-align: right
}
.restaurant-footer-section .right-content h2 {
  margin-bottom: 10px
}
.restaurant-footer-section .right-content h2, .restaurant-footer-section .right-content p {
  color: #502800
}
.restaurant-footer-section .right-content .contact-info {
  margin-top: 20px
}
.restaurant-footer-section .right-content .contact-info ul li {
  margin-top: 10px;
  color: #502800
}
.restaurant-footer-section .right-content .contact-info ul li a {
  font-weight: 600
}
.section-heading h6 {
  color: var(--gym-primary-color);
  margin-bottom: 10px;
  font-weight: 600;
  margin-top: 0
}
.section-heading h3 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px
}
.section-heading p {
  font-size: 16px;
  color: var(--font-color)
}
.section-middle {
  text-align: center;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto
}
.medical-section-heading h6 {
  color: #003c94;
}
.header-3 .nav-topbar {
  background-color: var(--white-color)
}
.header-3 .nav-topbar .nav-link {
  color: #502800 !important
}
.header-3 .nav-topbar .nav-link:hover {
  color: var(--home2-main-color) !important
}
.header-3 .nav-topbar .active {
  color: var(--home2-main-color) !important
}
.header-3 .menu-social-icons ul li a {
  color: #fff;
  background-color: #464646
}
.uni-button-3 {
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
  color: var(--white-color);
  background-color: var(--home2-main-color);
  padding: 10px 15px;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 0 1px #555;
  box-shadow: 1px 1px 0 1px #555;
  border-bottom: 3px solid #eee;
  border-right: 3px solid #eee
}
.uni-button-3:hover {
  color: var(--white-color);
  -webkit-box-shadow: 1px 1px 0 1px var(--home2-main-color);
  box-shadow: 1px 1px 0 1px var(--home2-main-color);
  -webkit-transform: rotateZ(2deg) translateY(5px);
  transform: rotateZ(2deg) translateY(5px)
}
.banner {
  background-image: url(../images/banner/learning-banner-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative
}
.course-banner-content {
  padding: 50px 0 0;
  position: relative
}
.course-banner-content .course-banner-text {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 550px
}
.course-banner-content .banner-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.course-banner-content .banner-img img {
  margin-left: auto;
  max-width: 80%
}
.course-banner-text {
  max-width: 900px
}
.course-banner-text h6 {
  color: var(--home2-main-color);
  font-size: 15px;
  font-weight: 600;
  position: relative;
  display: inline-block
}
.course-banner-text h6::before {
  content: "";
  width: 100%;
  height: 2px;
  background-image: -webkit-gradient(linear, left top, right top, from(#fe8839), to(#ffffff));
  background-image: linear-gradient(to right, #fe8839, #ffffff);
  position: absolute;
  bottom: -5px;
  left: 0
}
.course-banner-text h1 {
  font-size: 52px;
  font-weight: 700;
  margin: 5px 0 15px
}
.course-banner-text .uni-button-3 {
  margin-top: 20px
}
.video-content {
  border: 3px solid var(--home2-main-color);
  position: relative;
  border-radius: 8px
}
.video-content img {
  border-radius: 5px
}
.video-content .video-play-button a {
  width: 70px;
  height: 70px;
  background-color: var(--home2-main-color);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 40px;
  border-radius: 50%;
  color: var(--white-color);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
.video-content .video-play-button::before {
  content: "";
  border: 1px solid var(--home2-main-color);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #fe883944;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: play-animation 1.2s infinite linear forwards;
  animation: play-animation 1.2s infinite linear forwards
}
.course-include {
  background-image: url(../images/shape/course-section-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed
}
.course-include-content {
  margin-top: 20px
}
.course-include-card {
  text-align: center;
  border-radius: 15px;
  position: relative;
  margin-top: 30px
}
.course-include-card img {
  border-radius: 15px
}
.course-include-card .course-online-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: var(--home2-main-color-transparent);
  border-radius: 0 0 15px 15px;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out
}
.course-include-card .course-online-footer .course-include-card-icon {
  width: 65px;
  height: 65px;
  border: 1px solid;
  margin: 4px auto 15px;
  background-color: var(--white-color);
  color: var(--home2-main-color);
  font-size: 40px;
  text-align: center;
  border-radius: 5px;
  border: 3px solid var(--home2-main-color-transparent);
  -webkit-box-shadow: 0 0 0 2px var(--white-color);
  box-shadow: 0 0 0 2px var(--white-color);
  display: inline-block
}
.course-include-card .course-online-footer .course-include-card-icon i::before {
  font-weight: 700;
  line-height: 1.5
}
.course-include-card .course-online-footer h4 {
  font-size: 22px;
  color: var(--white-color);
  margin-bottom: 0
}
.course-include-card .course-include-card-overlay {
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: var(--home2-main-color-transparent);
  border-radius: 15px;
  padding: 25px 15px;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0
}
.course-include-card .course-include-card-overlay .course-overlay-content {
  width: 100%;
  color: var(--white-color);
  display: block
}
.course-include-card .course-include-card-overlay .course-overlay-content .course-include-card-icon {
  width: 65px;
  height: 65px;
  border: 1px solid;
  margin: 4px auto 10px;
  background-color: var(--white-color);
  color: var(--home2-main-color);
  font-size: 40px;
  text-align: center;
  border-radius: 5px;
  border: 3px solid var(--home2-main-color-transparent);
  -webkit-box-shadow: 0 0 0 2px var(--white-color);
  box-shadow: 0 0 0 2px var(--white-color);
  display: inline-block
}
.course-include-card .course-include-card-overlay .course-overlay-content .course-include-card-icon i::before {
  font-weight: 700;
  line-height: 1.5
}
.course-include-card .course-include-card-overlay .course-overlay-content h4 {
  font-size: 22px;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 10px
}
.course-include-card .course-include-card-overlay .course-overlay-content p {
  color: var(--white-color);
  font-size: 15px;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out
}
.course-include-card:hover .course-include-card-overlay {
  opacity: 1
}
.course-include-card:hover .course-online-footer {
  opacity: 0
}
.course-preview-content {
  margin-top: 20px
}
.course-preview-card {
  position: relative;
  text-align: center;
  border-radius: 10px;
  margin-top: 30px
}
.course-preview-card img {
  border-radius: 10px
}
.course-preview-card .preview-card-overlay {
  border-radius: 10px;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000b4
}
.course-preview-card .preview-card-overlay .course-preview-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
.course-preview-card .preview-card-overlay .course-preview-play-icon a {
  width: 40px;
  height: 40px;
  background-color: var(--home2-main-color);
  border-radius: 50%;
  color: var(--white-color);
  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;
  z-index: 99
}
.course-preview-card .preview-card-overlay .course-preview-play-icon a::before {
  content: "";
  border: 1px solid var(--home2-main-color);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #fe883944;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: play-animation-2 1.2s infinite linear forwards;
  animation: play-animation-2 1.2s infinite linear forwards;
  z-index: -1
}
.course-preview-card .preview-card-overlay .course-preview-title {
  position: absolute;
  bottom: 15px;
  width: 100%
}
.course-preview-card .preview-card-overlay .course-preview-title a {
  color: var(--white-color)
}
.course-preview-card .preview-card-overlay .course-preview-title h4 {
  font-size: 20px;
  font-weight: 600
}
.course-benefit-image {
  position: relative
}
.course-benefit-image .round-shape {
  position: absolute;
  z-index: -1;
  width: 100%;
  max-width: 100%;
  -webkit-animation: spin 8s infinite;
  animation: spin 8s infinite
}
.course-benefit-image .main-image {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  width: 100%;
  max-width: 100%
}
.course-benefit-card-area {
  margin-top: 40px
}
.benefits-text-area {
  padding-left: 20px
}
.course-benefit-card {
  margin-top: 20px;
  position: relative
}
.course-benefit-card .course-benefit-card-icon {
  border: 5px solid var(--white-color);
  -webkit-box-shadow: 0 0 0 2px var(--home2-main-color);
  box-shadow: 0 0 0 2px var(--home2-main-color);
  width: 80px;
  height: 80px;
  display: inline-block;
  padding: 5px;
  text-align: center;
  border-radius: 10px;
  background-color: var(--home2-main-color);
  position: absolute
}
.course-benefit-card .course-benefit-card-icon i {
  font-size: 50px
}
.course-benefit-card .course-benefit-card-icon i::before {
  line-height: 1.2;
  color: var(--white-color)
}
.course-benefit-card .course-benefit-card-text {
  padding-left: 95px
}
.course-benefit-card .course-benefit-card-text h4 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px
}
.course-benefit-card .course-benefit-card-text p {
  font-size: 16px
}
.course-offer-text-area .course-offers-card-area {
  position: relative;
  padding-left: 20px;
  margin-top: 30px
}
.course-offer-text-area .course-offers-card-area .course-offers-card {
  margin-top: 20px
}
.course-offer-text-area .course-offers-card-area .course-offers-card h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 12px
}
.course-offer-text-area .course-offers-card-area .course-offers-card p {
  font-size: 15px
}
.course-offer-text-area .course-offers-card-area::before {
  content: "";
  width: 3px;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fe8230), color-stop(#feaf7b), color-stop(#ffe0cc), to(#ffffff));
  background-image: linear-gradient(to bottom, #fe8230, #feaf7b, #ffe0cc, #ffffff);
  position: absolute;
  left: 0;
  -webkit-animation: line 10s infinite linear forwards;
  animation: line 10s infinite linear forwards
}
.course-offers-image {
  position: relative
}
.course-offers-image .light {
  position: absolute;
  top: -10px;
  left: 32%;
  -webkit-animation: zoomInOut 3s infinite forwards linear;
  animation: zoomInOut 3s infinite forwards linear
}
.limited-time-offer-left-side {
  position: relative
}
.limited-time-offer-left-side img {
  width: 100%
}
.limited-time-offer-left-side .limited-offers-options {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
.limited-time-offer-left-side .limited-offers-options .tab-box1 form {
  background-color: transparent !important;
  margin-top: 10px
}
.limited-time-offer-left-side .limited-offers-options .tab-box1 form input {
  margin: 15px 0;
  border: 1px solid #eee;
  padding: 10px;
  border-radius: 10px;
  background-color: var(--white-color) !important
}
.limited-time-offer-left-side .limited-offers-options .tab-box1 form .form-control {
  background-color: var(--white-color) !important
}
.limited-time-offer-left-side .limited-offers-options .tab-box1 form .form-control::-webkit-input-placeholder {
  color: #502800;
  font-size: 14px
}
.limited-time-offer-left-side .limited-offers-options .tab-box1 form .form-control:-ms-input-placeholder {
  color: #502800;
  font-size: 14px
}
.limited-time-offer-left-side .limited-offers-options .tab-box1 form .form-control::-ms-input-placeholder {
  color: #502800;
  font-size: 14px
}
.limited-time-offer-left-side .limited-offers-options .tab-box1 form .form-control::placeholder {
  color: #502800;
  font-size: 14px
}
.limited-time-offer-left-side .limited-offers-options .tab-box1 form .uni-button-3 {
  width: 100%;
  margin-top: 10px
}
.limited-offers-right-area {
  padding-left: 20px
}
.limited-offers-right-area h5 {
  color: var(--font-color);
  font-weight: 400;
  font-size: 17px;
  margin-top: 20px
}
.limited-offers-right-area h5 span {
  color: var(--home2-main-color);
  font-weight: 700;
  font-size: 18px
}
.limited-offer-countdown {
  margin-top: 30px
}
.limited-offer-countdown .getting-start {
  padding: 10px;
  text-align: center;
  border-radius: 5px;
  background-color: #ffd7bc;
  width: 80px;
  margin: 15px auto 0
}
.limited-offer-countdown .getting-start span {
  display: block;
  font-size: 15px;
  font-weight: 600
}
.limited-offer-countdown .getting-start span:nth-child(1) {
  font-size: 25px;
  font-weight: 700;
  width: 50px;
  height: 50px;
  border: 1px solid var(--white-color);
  border-radius: 50%;
  background-color: var(--home2-main-color);
  padding-top: 5px;
  color: var(--white-color);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px
}
.course-faq .accordion-button::after {
  content: "";
  display: none
}
.course-faq .accordion-button i {
  margin-left: auto;
  border: 1px solid var(--home2-main-color);
  font-size: 15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 2;
  background-color: var(--white-color);
  z-index: 99;
  color: var(--home2-main-color);
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out
}
.course-faq .accordion-button:not(.collapsed) i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}
.course-testimonial-bg {
  background-image: url(../images/testimonial/course-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center
}
.course-testimonial-single-slider {
  border: 1px solid var(--home2-main-color);
  padding: 30px 25px;
  margin-top: 30px;
  border-radius: 10px;
  background-color: var(--white-color);
  position: relative;
  margin-bottom: 20px
}
.course-testimonial-single-slider::before {
  content: "";
  height: 15px;
  width: 15px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 20px solid var(--home2-main-color);
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}
.course-testimonial-slider .owl-thumbs .owl-thumb-item {
  margin-left: 2px;
  margin-right: 2px;
  -webkit-transition: .1s ease-in-out;
  transition: .1s ease-in-out;
  border: none !important;
  background-color: #fff !important;
  border-radius: 50%
}
.course-testimonial-slider .owl-thumbs .owl-thumb-item img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none !important;
  background-color: #fff !important;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out
}
.course-testimonial-slider .owl-thumbs .owl-thumb-item span {
  display: none;
  font-size: 14px;
  margin-top: 5px
}
.course-testimonial-slider .owl-thumbs .active img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-transform: scale(1.2);
  transform: scale(1.2)
}
.course-testimonial-slider .owl-thumbs .active span {
  display: block
}
.course-testimonial-card img {
  border-radius: 50%;
  margin-bottom: 10px
}
.newsletter-bg {
  background-image: url(../images/shape/course-section-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}
.course-newsletter-form-area {
  padding-right: 20px
}
.course-newsletter-form-area form {
  margin-top: 20px
}
.course-newsletter-form-area form .col-md-6 {
  margin-top: 20px
}
.course-newsletter-form-area form input {
  padding: 11px
}
.course-newsletter-form-area form .form-control {
  border: 0 solid #502800;
  -webkit-box-shadow: 0 0 0 1px #502800;
  box-shadow: 0 0 0 1px #502800
}
.course-newsletter-form-area form button {
  width: 100%
}
.course-newsletter-img {
  position: relative;
  padding-left: 90px;
  padding-top: 30px;
  height: 100%
}
.course-newsletter-img .news-arrow {
  position: absolute;
  left: -150px;
  top: 20px;
  width: 50%
}
.course-footer .row {
  margin-left: 0;
  margin-right: 0
}
.course-footer .row > * {
  padding-right: calc(var(--bs-gutter-x)/0);
  padding-left: calc(var(--bs-gutter-x)/0)
}
.footer-address ul {
  margin: 0;
  padding: 0
}
.footer-address ul li {
  list-style: none;
  padding: 0;
  margin-top: 10px;
  color: #502800
}
.footer-address ul li a i {
  width: 30px;
  height: 30px;
  border: 2px solid var(--home2-main-color);
  border-radius: 50%;
  text-align: center;
  line-height: 1.8;
  font-size: 15px;
  margin-right: 5px;
  color: var(--home2-main-color)
}
.footer-social-icons {
  margin-top: 20px
}
.footer-social-icons ul li {
  display: inline-block;
  margin-right: 3px
}
.footer-social-icons ul li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  border: 1px solid var(--home2-main-color);
  border-radius: 5px;
  color: var(--home2-main-color);
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out
}
.footer-social-icons ul li a i {
  line-height: 1.8
}
.footer-social-icons ul li:hover a {
  background-color: var(--home2-main-color);
  color: var(--white-color);
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg)
}
.footer-social-icons ul li:hover a i {
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg)
}
.footer-text-area {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff995511), to(#ffffff));
  background-image: linear-gradient(to right, #ff995511, #ffffff);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.footer-text-area .footer-content {
  max-width: 520px
}
.footer-text-area .footer-content .footer-address {
  text-align: left
}
.footer-map-area {
  height: 100%;
  width: 100%
}
.footer-map-area .google-map {
  height: 100%;
  width: 100%
}
.footer-map-area .google-map .g-map {
  height: 100%;
  width: 100%
}
.copyright-3 {
  border-top: 1px solid #fe823042
}
.copyright-3 p a {
  color: var(--home2-main-color);
  text-decoration: none
}
.copyright-3 p a:hover {
  border-bottom: 1px solid var(--home2-main-color)
}
.uni-button-4 {
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
  color: var(--white-color);
  background-color: var(--gym-primary-color);
  padding: 10px 15px;
  border-radius: 5px;
  border: 1px solid var(--gym-primary-color);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out
}
.uni-button-4:hover {
  color: var(--white-color);
  -webkit-box-shadow: 0 0 0 2px #f3652375;
  box-shadow: 0 0 0 2px #f3652375
}
.header-4 .nav-topbar {
  background-color: var(--white-color)
}
.header-4 .nav-topbar .nav-link {
  color: #502800 !important
}
.header-4 .nav-topbar .nav-link:hover {
  color: var(--gym-primary-color) !important
}
.header-4 .nav-topbar .active {
  color: var(--gym-primary-color) !important
}
.header-4 .menu-social-icons ul li a {
  color: #fff;
  background-color: #464646
}
.header-4 .logo {
  position: absolute;
  top: 15px;
  z-index: 9
}
.gym-banner {
  background-image: url(../images/banner/gym-banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}
.gym-banner .banner-overlay {
  background-color: #00000000;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, #00000000), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, #00000000 20%, rgba(0, 0, 0, 0))
}
.gym-banner-text {
  padding: 200px 0 250px
}
.gym-banner-text h1 {
  font-size: 60px;
  font-weight: 700;
  color: var(--white-color);
  margin-bottom: 10px
}
.gym-banner-text h1 span {
  color: var(--gym-primary-color)
}
.gym-banner-text p {
  color: var(--white-color);
  font-size: 15px;
  margin-bottom: 15px
}
.gym-banner-text .uni-button-4 {
  margin-top: 15px
}
.gym-features-content {
  background-color: var(--white-color);
  padding: 20px 30px 50px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px 1px #f3652331;
  box-shadow: 0 0 10px 1px #f3652331;
  position: relative;
  margin-top: -100px
}
.gym-features-card {
  margin-top: 30px;
  text-align: center
}
.gym-features-card .gym-features-card-text {
  margin-top: 25px;
  padding: 0 15px
}
.gym-features-card .gym-features-card-text h4 {
  font-size: 24px;
  font-weight: 600
}
.gym-features-card .gym-features-card-text p {
  margin-top: 10px;
  font-size: 15px;
  color: var(--font-color)
}
.gym-about-left-side {
  padding-right: 20px
}
.gym-about-left-side img {
  border-radius: 10px
}
.gym-about-icons-area {
  margin-top: 15px
}
.gym-about-icons-area img {
  width: 100px;
  height: 100px
}
.gym-about-icons-area .gym-about-icon-card {
  text-align: center
}
.gym-about-icons-area .gym-about-icon-card img {
  margin: 15px auto
}
.gym-about-icons-area .gym-about-icon-card h5 {
  font-size: 16px;
  font-weight: 600
}
.gym-about-text-area img {
  margin-top: 30px;
  border-radius: 10px
}
.gym-section-bg {
  background-image: url(../images/about/gym-section-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}
.gym-section-bg .gym-archive-overlay {
  background-color: rgba(0, 0, 0, .863);
  padding-bottom: 200px
}
.gym-section-bg .section-heading h3 {
  color: var(--white-color)
}
.gym-section-bg .section-heading p {
  color: var(--white-color)
}
.gym-archive .section-heading p {
  max-width: 480px;
  margin-left: auto
}
.gym-archive-single-slider {
  position: relative;
  -webkit-transform: scale(.9);
  transform: scale(.9)
}
.gym-archive-single-slider .gym-archive-single-slider-overlay {
  background-color: #0000007e;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%
}
.gym-archive-single-slider .gas-video-icon {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%
}
.gym-archive-single-slider .gas-video-icon a {
  width: 70px;
  height: 70px;
  background-color: var(--home2-main-color);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 40px;
  border-radius: 50%;
  color: var(--white-color);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
.gym-archive-single-slider .gas-video-icon::before {
  content: "";
  border: 1px solid var(--home2-main-color);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #fe883944;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: play-animation 1.2s infinite linear forwards;
  animation: play-animation 1.2s infinite linear forwards
}
.gym-archive-slider-area {
  margin-top: -100px;
  position: relative
}
.gym-archive-slider-area .center .gym-archive-single-slider {
  position: relative;
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}
.gym-archive-slider-area .center .gym-archive-single-slider .gym-archive-single-slider-overlay {
  background-color: #fe82304b
}
.gym-archive-slider-area .center .gym-archive-single-slider .gas-video-icon {
  display: block
}
.gym-archive-slider-area .owl-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%
}
.gym-archive-slider-area .owl-nav button {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: var(--white-color) !important;
  opacity: 0
}
.gym-archive-slider-area .owl-nav .owl-prev {
  position: absolute;
  left: 50px
}
.gym-archive-slider-area .owl-nav .owl-next {
  position: absolute;
  right: 50px
}
.gym-archive-slider-area:hover .owl-nav button {
  opacity: 1
}
.gym-archive-slider-area:hover .owl-nav .owl-prev {
  left: 20px
}
.gym-archive-slider-area:hover .owl-nav .owl-next {
  right: 20px
}
.team-content {
  margin-top: 20px
}
.gym-team-card {
  margin-top: 30px
}
.gym-team-card .gym-team-img {
  border: 15px solid #fab04049
}
.gym-team-card .gym-team-img img {
  width: 100%
}
.gym-team-card .gym-team-text {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 10px
}
.gym-team-card .gym-team-intro h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px
}
.gym-team-card .gym-team-intro p {
  font-size: 14px;
  line-height: 1
}
.gym-team-card .gym-team-social-icons ul li {
  display: inline-block
}
.gym-team-card .gym-team-social-icons ul li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid var(--gym-primary-color);
  border-radius: 10px;
  text-align: center;
  line-height: 1.9;
  color: var(--gym-primary-color);
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out
}
.gym-team-card .gym-team-social-icons ul li a i {
  font-size: 15px
}
.gym-team-card .gym-team-social-icons ul li a:hover {
  -webkit-animation: tada .4s ease-in-out;
  animation: tada .4s ease-in-out;
  background-color: var(--gym-primary-color);
  color: var(--white-color)
}
.dark-section-overlay {
  background-color: rgba(0, 0, 0, .863)
}
.gym-pass .section-heading p {
  max-width: 650px
}
.gym-pass .uni-button-4 {
  float: right
}
.gym-testimonial-content {
  margin-top: 20px
}
.gym-testimonial-card {
  text-align: center;
  padding: 30px 10px;
  border: 1px solid var(--gym-primary-color);
  border-radius: 15px;
  margin-top: 30px
}
.gym-testimonial-card .gym-testimonial-card-icon {
  position: relative
}
.gym-testimonial-card .gym-testimonial-card-icon span {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 1px solid #502800;
  border-radius: 50%;
  position: relative;
  -webkit-animation: ball-rotation 5s infinite forwards linear;
  animation: ball-rotation 5s infinite forwards linear
}
.gym-testimonial-card .gym-testimonial-card-icon span::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--home2-main-color);
  position: absolute;
  left: 0
}
.gym-testimonial-card .gym-testimonial-card-icon span::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--home2-main-color);
  position: absolute;
  bottom: 0;
  right: 0
}
.gym-testimonial-card .gym-testimonial-card-icon i {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 2.1;
  font-size: 20px;
  color: var(--gym-primary-color);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}
.gym-testimonial-card p {
  font-size: 15px;
  color: #502800;
  margin-top: 10px;
  margin-bottom: 25px
}
.gym-testimonial-card h4 {
  font-size: 20px;
  font-weight: 600
}
.gym-newsletter-content {
  max-width: 600px;
  margin: 30px auto 0
}
.gym-newsletter-content form input {
  padding: 10px
}
.gym-newsletter-content form .uni-button-4 {
  width: 100%
}
.gym-newsletter-content .form-check {
  max-width: 280px;
  margin: 10px auto 0;
  color: var(--white-color)
}
.gym-newsletter-content .form-check .form-check-input:checked {
  background-color: var(--gym-primary-color) !important;
  border: 1px solid var(--gym-primary-color) !important
}
.gym-newsletter-content .form-check .form-check-input:focus {
  -webkit-box-shadow: none;
  box-shadow: none
}
.gym-faq-content {
  margin-top: 50px
}
.gym-faq-content .accordion .accordion-item {
  margin-bottom: 20px;
  border-bottom: 1px solid #dad5d5;
  border-radius: 15px
}
.gym-faq-content .accordion .accordion-item .accordion-button:not(.collapsed) {
  color: var(--white-color);
  background-color: var(--home2-main-color);
  border-radius: 15px 15px 0 0
}
.gym-faq-content .accordion .accordion-item .accordion-body {
  background: var(--white-color);
  border-radius: 0 0 15px 15px;
  padding-bottom: 20px
}
.gym-faq-content .accordion .accordion-item .accordion-body p {
  color: #502800
}
.gym-faq-content .accordion .accordion-item .accordion-collapse {
  border-radius: 15px !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important
}
.gym-faq-content .accordion .accordion-item:last-child {
  margin-bottom: 0
}
.gym-faq-content .accordion-button {
  padding: 15px 20px;
  text-align: left;
  font-weight: 600
}
.gym-faq-content .accordion-button::after {
  content: "";
  display: none
}
.gym-faq-content .accordion-button i {
  margin-left: auto;
  border: 1px solid var(--home2-main-color);
  font-size: 15px;
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 2;
  background-color: var(--white-color);
  z-index: 99;
  color: var(--home2-main-color);
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out
}
.gym-faq-content .accordion-button:not(.collapsed) i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}
.gym-faq-content .accordion-button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #eee !important
}
.gym-faq-form {
  background-color: #fab04056;
  padding: 30px 25px;
  border-radius: 20px;
  text-align: center
}
.gym-faq-form h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px
}
.gym-faq-form form input, .gym-faq-form form textarea {
  padding: 10px;
  border-radius: 10px
}
.gym-faq-form form .uni-button-4 {
  width: 100%
}
.gym-footer-text-area {
  padding-top: 100px;
  padding-bottom: 100px;
	padding-left: 50px;
    padding-right: 50px;
  background-image: url(../images/gym-footer-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat
}
.gym-footer-text-area .footer-content {
  max-width: 490px
}
.gym-footer-text-area .section-heading h3, .gym-footer-text-area .section-heading p {
  color: var(--white-color)
}
.gym-footer-text-area .footer-address ul li {
  color: var(--white-color)
}
.uni-button-5 {
  font-size: 15px;
  font-weight: 650;
  display: inline-block;
  color: var(--white-color);
  background-image: -webkit-gradient(linear, left top, right top, from(#9cd64b), to(#76af25));
  background-image: linear-gradient(to right, #5598fa, #0e5fd4);
  padding: 10px 15px;
  border-radius: 5px
}
.uni-button-5:hover {
  color: var(--white-color);
  background-image: -webkit-gradient(linear, left top, right top, from(#76af25), to(#9cd64b));
  background-image: linear-gradient(to right, #0e5fd4, #5598fa)
}
.doctor-banner-img-slider {
  background-color: #fef9f7;
  position: relative
}
.doctor-banner-img-slider-11 {
  background-color: #f1f1f1;
  position: relative
}
.doctor-banner-img-slider .banner-single-slide {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.doctor-banner-img-slider .banner-single-slide img {
  margin-left: auto;
  margin-right: auto
}
.doctor-banner-img-slider::before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: #fef9f7;
  position: absolute;
  left: -100px;
  z-index: -1
}
.doctor-banner-img-slider-11::before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: #f1f1f1;
  position: absolute;
  left: -100px;
  z-index: -1
}
.doctor-banner-img-slider .owl-dots {
  position: absolute;
  top: 50%;
  left: -20px;
  -webkit-transform: translateY(-50%) rotate(90deg); 
  transform: translateY(-50%) rotate(90deg)
}
.doctor-banner-img-slider .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background-color: #76af25 !important;
  margin: 2px;
  border-radius: 50%  
} 
.doctor-banner-img-slider .owl-dots .active {
  background-color: #76af25 !important
}
.doctor-banner-content {
  max-width: 500px;
	background: #dbeaff; 
  border: 1px solid #eeeeee96;
  padding: 30px 25px;
  margin-left: auto;
  margin-right: auto;
  /*overflow: hidden;*/
  position: relative
}
.doctor-banner-content h1 {
  font-size: 70px;
  font-weight: 700
}
.doctor-banner-content h1 span {
  color: #76af25
}
.doctor-banner-content h6 {
  font-size: 20px;
  font-weight: 500;
  margin-top: 15px;
  margin-bottom: 20px;
  position: relative
}
.doctor-banner-content h6::after {
  content: "";
  width: 30%;
  height: 2px;
  background-color: #76af25;
  position: absolute;
  top: 50%;
  margin-left: 5px
}
.doctor-banner-content .language-select {
  width: 100%;
  padding: 8px 15px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #d5d5d5
}
.doctor-banner-content .input-box {
  padding: 10px
}
.doctor-banner-content .uni-button-5 {
  width: 100%
}
.doctor-banner-content::before {
  content: "";
  width: 1px;
  height: 10%;
  background-color: #76af25;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: top-bottom 10s infinite linear forwards;
  animation: top-bottom 10s infinite linear forwards
}
.doctor-banner-content::after {
  content: "";
  width: 1px;
  height: 10%;
  background-color: #76af25;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-animation: bottom-top 10s infinite linear forwards;
  animation: bottom-top 10s infinite linear forwards
}
.doctor-banner-content .span-1 {
  position: relative;
  display: contents;
  width: 100%;
  height: 100%
}
.doctor-banner-content .span-1::before {
  content: "";
  width: 10%;
  height: 1px;
  background-color: #76af25;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: left-right 10s infinite linear forwards;
  animation: left-right 10s infinite linear forwards
}
.doctor-banner-content .span-1::after {
  content: "";
  width: 10%;
  height: 1px;
  background-color: #76af25;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-animation: right-left 10s infinite linear forwards;
  animation: right-left 10s infinite linear forwards
}
.doctor-about-content .row {
  margin-left: 0;
  margin-right: 0
}
.doctor-about-content .row .col-lg-6 {
  padding-left: 0;
  padding-right: 0
}
.doctor-about-text-area {
  max-width: 540px;
  margin-left: auto
}
.doctor-about-card {
  margin-top: 30px;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 20px 0 #eeeeee8c;
  box-shadow: 0 0 20px 0 #eeeeee8c;
  -webkit-transition: .5s linear;
  transition: .5s linear
}
.doctor-about-card .doctor-about-card-text h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px
}
.doctor-about-card .doctor-about-card-text p {
  font-size: 15px;
  margin: 0
}
.doctor-about-card a {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 1px solid #001a40;
    border-radius: 10px;
    text-align: center;
    padding-top: 10px;
    margin-left: 20px;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}
.doctor-about-card a i {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid #001a40;
  border-radius: 50%;
  line-height: 1.8;
  font-size: 15px;
  color: #001a40;
  background-color: var(--white-color)
}
.doctor-about-card:hover {
  -webkit-box-shadow: 0 0 30px 0 #eee;
  box-shadow: 0 0 30px 0 #eee;
  -webkit-transform: scale(1.02);
  transform: scale(1.02)
}
.doctor-about-card:hover a {
  background-color: #001a40;
}
.dr-service-card {
  padding: 30px 20px 25px;
	    margin-bottom: 30px;
	text-align: center;
  -webkit-box-shadow: 0 0 30px 0 #eee;
  box-shadow: 0 0 30px 0 #eee;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out
}
.dr-service-card .dr-service-card-icon {
  border: 1px solid #0075c6;
  display: inline-block;
  width: 100%;
  height: 100px;
  text-align: center;
  position: relative
}
.dr-service-card .dr-service-card-icon i {
  margin: 0;
  padding: 0;
  line-height: 1.9;
  font-size: 60px
}
.dr-service-card .dr-service-card-icon::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #0075c6;
  position: absolute;
  right: 0;
  top: -5px;
  -webkit-animation: right-left 10s infinite forwards linear;
  animation: right-left 10s infinite forwards linear
}
.dr-service-card .dr-service-card-icon::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 0% 100% 100% 0%/0% 50% 50% 0%;
  background-color: #0075c6;
  position: absolute;
  left: 0;
  bottom: -5px;
  -webkit-animation: left-right 10s infinite forwards linear;
  animation: left-right 10s infinite forwards linear
}
.dr-service-card .dr-service-card-text {
  margin-top: 30px
}
.dr-service-card .dr-service-card-text h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px
}
.dr-service-card .dr-service-card-text p {
  font-size: 15px
}
.dr-service-card:hover {
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px)
}
.get-free-service {
  background-image: url(../images/about/free-service-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff
}
.get-free-service p {
  max-width: 600px;
  color: #fff;
  font-size: 15px
}
.get-free-service .uni-button-5 {
  float: right
}
.counter-area .counter-card {
  padding: 30px 10px;
  text-align: center;
  border: 1px solid #eee;
  margin-top: 20px
}
.counter-area .counter-card h2 {
  font-size: 40px;
  font-weight: 700;
  color: #00548e
}
.counter-area .counter-card p {
  font-size: 17px;
  font-weight: 600;
  color: #502800;
  text-align: center;
}
.dr-benifites img {
  width: 100%
}
.doctor-team-card .gym-team-img {
  border: 15px solid #22c0ca78
}
.doctor-team-card .gym-team-social-icons ul li a {
  border: 1px solid #76af25;
  color: #76af25
}
.doctor-team-card .gym-team-social-icons ul li a:hover {
  background-color: #76af25;
  color: var(--white-color)
}
.location-content {
  background-image: url(../images/about/free-service-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 50px;
  border-radius: 25px
}
.location-content img {
  width: 100%
}
.location-text-area {
  padding-left: 20px
}
.location-text-area .section-heading h3, .location-text-area .section-heading p {
  color: var(--white-color)
}
.location-text-area .location-details {
  border: 1px solid var(--white-color);
  padding: 30px 15px;
  margin-top: 30px;
  max-width: 320px
}
.location-text-area .location-details h5 {
  font-size: 20px;
  font-weight: 600;
  color: var(--white-color);
  margin-top: 0;
  margin-bottom: 5px
}
.location-text-area .location-details p {
  margin-top: 0;
  color: var(--white-color);
  font-size: 15px
}
.doctor-faq-content {
  margin-top: 50px
}
.doctor-faq-content .accordion .accordion-item .accordion-button:not(.collapsed) {
  color: var(--white-color);
  background-color: #76af25
}
.doctor-faq-content .accordion-button i {
  border: 1px solid #76af25;
  color: #76af25
}
.doctor-faq-content .doctor-faq-img img {
  width: 100%
}
.dr-testimonial-card {
  border: 1px solid #76af25
}
.dr-testimonial-card .gym-testimonial-card-icon span {
  border: 1px solid #502800
}
.dr-testimonial-card .gym-testimonial-card-icon span::before {
  background-color: #76af25
}
.dr-testimonial-card .gym-testimonial-card-icon span::after {
  background-color: #76af25
}
.dr-testimonial-card .gym-testimonial-card-icon i {
  color: #76af25
}
.doctor-footer-text-area {
  background-image: url(../images/about/free-service-bg.png)
}
.doctor-footer-text-area .footer-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.doctor-footer-text-area .footer-address ul li a i {
  border: 2px solid #76af25;
  color: #76af25
}
.doctor-footer-text-area .footer-social-icons ul li a {
  border: 1px solid #76af25;
  color: #76af25
}
.doctor-footer-text-area .footer-social-icons ul li:hover a {
  background-color: #76af25;
  color: #fff
}
.dr-newsletter-area {
  background-color: #fef9f7;
	padding: 40px;
  height: 100%;
  width: 100%;
  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
}
.dr-newsletter-area .uni-button-5 {
  padding: 12px 15px;
  width: 100%;
  margin-left: 10px
}
.dr-newsletter-area .gym-newsletter-content {
  max-width: 100%
}
.dr-newsletter-area .gym-newsletter-content .form-check {
  margin: 10px 0 0;
  color: #502800
}
.dr-newsletter-area .gym-newsletter-content label.form-check-label {
  font-size: 14px
}
.go-top {
  position: fixed;
  width: 40px;
  height: 40px;
  background: var(--home1-main-color);
  bottom: 100px;
  right: 30px;
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
  cursor: pointer;
  z-index: 10000;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s
}
.go-top i {
  color: var(--white-color)
}
.go-top.active {
  visibility: visible;
  opacity: 1;
  bottom: 30px
}
.go-top-3 {
  background-color: var(--home2-main-color)
}
.go-top-4 {
  background-color: #76af25
}
@-webkit-keyframes zoomInOut {
  0%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }
}
@keyframes zoomInOut {
  0%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }
}
@-webkit-keyframes play-animation {
  0% {
    width: 70px;
    height: 70px
  }
  100% {
    width: 85px;
    height: 85px
  }
}
@keyframes play-animation {
  0% {
    width: 70px;
    height: 70px
  }
  100% {
    width: 85px;
    height: 85px
  }
}
@-webkit-keyframes play-animation-2 {
  0% {
    width: 40px;
    height: 40px
  }
  100% {
    width: 55px;
    height: 55px
  }
}
@keyframes play-animation-2 {
  0% {
    width: 40px;
    height: 40px
  }
  100% {
    width: 55px;
    height: 55px
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  50% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg)
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  50% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg)
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
}
@-webkit-keyframes line {
  0% {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fe8230), color-stop(#feaf7b), color-stop(#ffe0cc), to(#ffffff));
    background-image: linear-gradient(to bottom, #fe8230, #feaf7b, #ffe0cc, #ffffff);
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
  }
  30% {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(#fe8230), color-stop(#feaf7b), to(#ffe0cc));
    background-image: linear-gradient(to bottom, #ffffff, #fe8230, #feaf7b, #ffe0cc);
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
  }
  60% {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(#ffe0cc), color-stop(#fe8230), to(#feaf7b));
    background-image: linear-gradient(to bottom, #ffffff, #ffe0cc, #fe8230, #feaf7b);
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
  }
  60% {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(#feaf7b), color-stop(#ffe0cc), to(#fe8230));
    background-image: linear-gradient(to bottom, #ffffff, #feaf7b, #ffe0cc, #fe8230);
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
  }
}
@keyframes line {
  0% {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fe8230), color-stop(#feaf7b), color-stop(#ffe0cc), to(#ffffff));
    background-image: linear-gradient(to bottom, #fe8230, #feaf7b, #ffe0cc, #ffffff);
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
  }
  30% {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(#fe8230), color-stop(#feaf7b), to(#ffe0cc));
    background-image: linear-gradient(to bottom, #ffffff, #fe8230, #feaf7b, #ffe0cc);
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
  }
  60% {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(#ffe0cc), color-stop(#fe8230), to(#feaf7b));
    background-image: linear-gradient(to bottom, #ffffff, #ffe0cc, #fe8230, #feaf7b);
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
  }
  60% {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(#feaf7b), color-stop(#ffe0cc), to(#fe8230));
    background-image: linear-gradient(to bottom, #ffffff, #feaf7b, #ffe0cc, #fe8230);
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
  }
}
@-webkit-keyframes box-move {
  0%, 100% {
    -webkit-transform: rotateZ(20deg) translateY(-40%);
    transform: rotateZ(20deg) translateY(-40%)
  }
  50% {
    -webkit-transform: rotateZ(-20deg) translateY(-60%);
    transform: rotateZ(-20deg) translateY(-60%)
  }
}
@keyframes box-move {
  0%, 100% {
    -webkit-transform: rotateZ(20deg) translateY(-40%);
    transform: rotateZ(20deg) translateY(-40%)
  }
  50% {
    -webkit-transform: rotateZ(-20deg) translateY(-60%);
    transform: rotateZ(-20deg) translateY(-60%)
  }
}
@-webkit-keyframes ball-rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
@keyframes ball-rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
@-webkit-keyframes top-bottom {
  0% {
    top: 0%
  }
  100% {
    top: 100%
  }
}
@keyframes top-bottom {
  0% {
    top: 0%
  }
  100% {
    top: 100%
  }
}
@-webkit-keyframes bottom-top {
  0% {
    bottom: 0%
  }
  100% {
    bottom: 100%
  }
}
@keyframes bottom-top {
  0% {
    bottom: 0%
  }
  100% {
    bottom: 100%
  }
}
@-webkit-keyframes left-right {
  0% {
    left: 0%
  }
  100% {
    left: 98%
  }
}
@keyframes left-right {
  0% {
    left: 0%
  }
  100% {
    left: 98%
  }
}
@-webkit-keyframes right-left {
  0% {
    right: 0%
  }
  100% {
    right: 100%
  }
}
@keyframes right-left {
  0% {
    right: 0%
  }
  100% {
    right: 100%
  }
}

.icon-top-m{
    margin-top: 7px;
}

.form-m{
    display:none;
}

.banner-h{
   font-size: 64px; 
}

@media only screen and (max-width: 600px) {
  .form-m{
    display:block!important;
    }
    .form-m-1{
    display:none!important;
    }
    .banner-h{
        font-size: 30px; 
    }
}

.f-color{
    background-color: #e6f0ff;
}


.pageN-main{
  background-color: #EBEEF3;
  padding: 20px;
  /* box-shadow: 1px 0px 10px #cfcece85; */
  border-radius: 9px;
}

.pageN{
 /* padding: 8px; */
}

.pageN a{
  color: #000; 
 }

.pageN :hover{
  background-color: #02589e; 
  color: #fff;
 }

.pageN hr{
  margin-top: 0rem!important;
    margin-bottom: 0rem!important;
 }

 .pageN p{
  margin-bottom: 0!important;
  padding: 8px 0px 8px 16px;
 }


.pageN-sub{
  background-color: #fff;
}

.circle-c{
    color: #0f60d5;
    font-weight: bolder;
}

/*================================================
Footer Area CSS
=================================================*/
.footer-area {
  background-color: #001a40;
  padding-top: 80px;
}

.single-footer-widget {
  margin-bottom: 30px;
}

.single-footer-widget .logo a {
  display: inline-block;
}

.single-footer-widget .logo p {
  color: #cecece;
  margin-top: 15px;
  margin-bottom: 0;
}

.single-footer-widget .social {
  padding-left: 0;
  list-style-type: none;
  margin-top: 18px;
  margin-bottom: 0;
}

.single-footer-widget .social li {
  display: inline-block;
  margin-left: 2px;
  margin-right: 2px;
}

.single-footer-widget .social li a {
  display: block;
  color: #ffffff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  background-color: #3a3c45;
  text-align: center;
  font-size: 14px;
}

.single-footer-widget .social li a:hover {
  color: #ffffff;
  background-color: red;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.single-footer-widget .social li:first-child {
  margin-left: 0;
}

.single-footer-widget .social li:last-child {
  margin-right: 0;
}

.single-footer-widget h3 {
  margin-bottom: 30px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
}

.single-footer-widget .departments-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.single-footer-widget .departments-list li {
  margin-bottom: 10px;
  color: #cecece;
  font-size: 14.5px;
  font-family: "Rubik", sans-serif;
}

.single-footer-widget .departments-list li a {
  display: inline-block;
  color: #cecece;
}

.single-footer-widget .departments-list li a:hover {
  color: red;
}

.single-footer-widget .departments-list li:last-child {
  margin-bottom: 0;
}

.single-footer-widget .links-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.single-footer-widget .links-list li {
  margin-bottom: 10px;
  color: #cecece;
  font-size: 14.5px;
  font-family: "Rubik", sans-serif;
}

.single-footer-widget .links-list li a {
  display: inline-block;
  color: #cecece;
}

.single-footer-widget .links-list li a:hover {
  color: red;
}

.single-footer-widget .links-list li:last-child {
  margin-bottom: 0;
}

.single-footer-widget .opening-hours {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.single-footer-widget .opening-hours li {
  color: #cecece;
  border-bottom: 1px solid #393c49;
  overflow: hidden;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-family: "Rubik", sans-serif;
}

.single-footer-widget .opening-hours li span {
  float: right;
}

.single-footer-widget .opening-hours li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.copyright-area {
  text-align: center;
  border-top: 1px solid #272a35;
  margin-top: 50px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.copyright-area p {
  line-height: initial;
  color: #ffffff;
  margin-bottom: 0;
}

.copyright-area p a {
  color: #ffffff;
  display: inline-block;
}

.copyright-area p a:hover {
  color: red;
}

.h2-s{
  font-size: 20px;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #1e2125;
  background-color: #c4dcff;
}

.testimonial{
background-color: #f6faff;
    
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.65rem 3rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}