/* Green - #AADB4C
Pink - #FF72B7
Blue - #54DAFF
Orange - #FFAB3E


Dark Pink - #F71E89
Dark Blue - #024AAE */




@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&amp;family=Source+Sans+3:ital,wght@0,200..900;1,200..900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Pangolin&amp;display=swap");

/* :root {
    --body: #fff;
    --black: #000;
    --white: #fff;
    --theme: #F39F5F;
    --theme2: #70A6B1;
    --header: #385469;
    --text: #5C707E;
    --text-2: #ffffffcc;
    --border: #E5E5E5;
    --border2: #242449;
    --border3: #5262FF;
    --bg: #F4EEE5;
    --bg2: #EFF5F6;
    --bg3: #70A6B1;
    --box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.06);
} */
:root {
  scroll-behavior: smooth;
  scroll-padding-top: 100px; /* Adjust this to match your sticky header height */
}


:root {
  --body: #fff;
  --black: #000;
  --white: #fff;
  --theme: #F39F5F;
  --theme2: #70A6B1;
  --header: #385469;
  --text: #5C707E;
  --text-2: #ffffffcc;
  --border: #E5E5E5;
  --border2: #242449;
  --border3: #5262FF;
  --bg: #F4EEE5;
  --bg2: #EFF5F6;
  --bg3: #70A6B1;
  --box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.06);
}


.theme-btn {
  display: inline-block;
  vertical-align: middle;
  border: none;
  outline: none !important;
  background-color: var(--theme);
  color: var(--white);
  font-size: 16px;
  font-weight: 700;
  padding: 22px 40px;
  transition: all 0.4s ease-in-out;
  letter-spacing: 0;
  border-radius: 22px;
  position: relative;
  overflow: hidden;
  text-align: center;
  line-height: 1;
  z-index: 9;
  text-transform: capitalize;
}

.theme-btn i {
  margin-left: 10px;
}

.theme-btn::before,
.theme-btn::after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 20px;
  background-color: var(--header);
  border-radius: 50%;
  z-index: -1;
}

.theme-btn::before {
  left: -20px;
  transform: translate(-50%, -50%);
}

.theme-btn::after {
  right: -20px;
  transform: translate(50%, -50%);
}

.theme-btn:hover {
  color: var(--white);
  scale: 1.05;
}

.theme-btn:hover::before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}

.theme-btn:hover::after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}

.theme-btn.bg-white {
  background-color: var(--white);
  color: var(--header);
}

.theme-btn.bg-white:hover {
  color: var(--header);
}

.theme-btn.transparent {
  background-color: transparent;
  border: 1px solid var(--theme2);
  color: var(--theme2);
  padding: 20px 40px;
}

.theme-btn.transparent:hover {
  color: var(--white);
}

@media (max-width: 767px) {
  .theme-btn.transparent {
    padding: 18px 32px;
  }
}

@media (max-width: 575px) {
  .theme-btn.transparent {
    padding: 16px 30px;
    font-size: 14px;
  }
}

.theme-btn.transparent-2 {
  background-color: transparent;
  border: 1px solid var(--theme);
  color: var(--theme);
  padding: 20px 40px;
}

.theme-btn.transparent-2:hover {
  color: var(--white);
  border: 1px solid transparent;
}

@media (max-width: 767px) {
  .theme-btn.transparent-2 {
    padding: 18px 32px;
  }
}

@media (max-width: 575px) {
  .theme-btn.transparent-2 {
    padding: 16px 30px;
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .theme-btn {
    padding: 20px 32px;
  }
}

@media (max-width: 575px) {
  .theme-btn {
    padding: 18px 30px;
    font-size: 14px;
  }
}

.theme-btn-2 {
  font-size: 16px;
  display: inline-block;
  font-weight: 600;
  color: var(--text);
  text-transform: capitalize;
}

.theme-btn-2 i {
  margin-left: 10px;
}

.theme-btn-2:hover {
  color: var(--theme);
}

/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
body {
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 28px;
  color: var(--text);
  background-color: var(--white);
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

button {
  border: none;
  background-color: transparent;
  padding: 0;
}

input:focus {
  color: var(--white);
  outline: none;
}

input {
  color: var(--white);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Quicksand", sans-serif;
  margin: 0px;
  padding: 0;
  color: var(--header);
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
}

h1 {
  font-size: 70px;
  font-weight: 700;
  line-height: 112%;
}

h2 {
  font-size: 50px;
  line-height: 116%;
  font-weight: 700;
}

@media (max-width: 1199px) {
  h2 {
    font-size: 42px;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 36px;
  }
}

@media (max-width: 575px) {
  h2 {
    font-size: 28px;
  }
}

h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 145%;
}

@media (max-width: 575px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
}

h5 {
  font-size: 18px;
  font-weight: 700;
}

h6 {
  font-size: 16px;
  font-weight: 600;
  line-height: 145%;
}

a {
  text-decoration: none;
  outline: none !important;
  cursor: pointer;
  color: var(--header);
  transition: all 0.4s ease-in-out;
}

p {
  margin: 0px;
  transition: all 0.4s ease-in-out;
}

span {
  margin: 0px;
  transition: all 0.4s ease-in-out;
}



.section-padding {
  padding: 120px 0;
}

.feature-section{
  padding: 20px 0 120px 0;
}

@media (max-width: 1199px) {
  .section-padding {
    padding: 100px 0;
  }

  .feature-section{
  padding: 20px 0 100px 0;
}

}

@media (max-width: 991px) {
  .section-padding {
    padding: 80px 0;
  }



}



.header-logo img {
  width: 100%;
  max-width: 80px;
}

.float-img {
  width: 50px;
  opacity: 80%;
}


@media screen and (max-width:556px) {
  .header-logo img{
    max-width: 60px;
  }

  .header-main{
    padding: 0 !important;
  }

  .contact-content h2{
    padding-bottom: 10px;
  }
}















/* 

.header-top-section {
  position: relative;
  z-index: 9;
  background-color: var(--bg);
}
@media (max-width: 991px) {
  .header-top-section {
    display: none;
  }
} */
/* .header-top-section .header-top-shape {
  position: absolute;
  top: 0;
  left: 0;
  height: 92px;
  z-index: -1;
}
.header-top-section .header-top-shape img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
 */


.header-top-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}

.header-top-wrapper {
  padding: 15px 0;
}

.header-top-wrapper .contact-list {
  display: flex;
  align-items: center;
  gap: 40px;
}

.header-top-wrapper .contact-list li {
  color: var(--white);
}

.header-top-wrapper .contact-list li a {
  color: var(--white);
}

.header-top-wrapper .social-icon {
  gap: 20px;
}

.header-top-wrapper .social-icon span {
  color: var(--white);
}

.header-top-wrapper .social-icon a {
  color: var(--white);
}

.header-top-wrapper .social-icon a:hover {
  color: var(--theme);
}

.header-top-section {
  background-color: var(--theme2);
}

@media (max-width: 767px) {
  .header-top-sectio {
    display: none;
  }
}

.header-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: transparent;
}

.header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}

.header-main .main-menu ul {
  margin-bottom: 0;
}

.header-main .main-menu ul li {
  position: relative;
  list-style: none;
  display: inline-block;
  margin-inline-end: 40px;
}

.header-main .main-menu ul li:last-child {
  margin-inline-end: 0;
}

.header-main .main-menu ul li a {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: var(--header);
  padding: 20px 0;
  text-align: left;
  position: relative;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
}

.header-main .main-menu ul li a i {
  margin-left: 4px;
}

.header-main .main-menu ul li a:hover {
  color: var(--theme) !important;
}

.header-main .main-menu ul li .submenu {
  position: absolute;
  top: 100%;
  inset-inline-start: 0;
  min-width: 240px;
  background: var(--white);
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  transform-origin: top center;
  color: var(--header);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  transform: translateY(10px);
  transition: all 0.4s ease-in-out;
}

.header-main .main-menu ul li .submenu li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

.header-main .main-menu ul li .submenu li a {
  position: relative;
  z-index: 11;
  font-size: 16px;
  font-weight: 600;
  color: var(--header);
  padding: 0 25px;
  padding-bottom: 11px;
  padding-top: 11px;
  width: 100%;
  border-bottom: 1px solid #eeeeee;
}

.header-main .main-menu ul li .submenu li:last-child a {
  border: none;
}

.header-main .main-menu ul li .submenu li .submenu {
  inset-inline-start: 100%;
  top: 0;
  visibility: hidden;
  opacity: 0;
}

.header-main .main-menu ul li .submenu li:hover>a {
  background: var(--theme);
  color: var(--white) !important;
}

.header-main .main-menu ul li .submenu li:hover>a::after {
  color: var(--theme);
}

.header-main .main-menu ul li .submenu li:hover>.submenu {
  -webkit-transform: translateY(1);
  -moz-transform: translateY(1);
  -ms-transform: translateY(1);
  -o-transform: translateY(1);
  transform: translateY(1);
  visibility: visible;
  opacity: 1;
}

.header-main .main-menu ul li .submenu li.has-dropdown>a::after {
  position: absolute;
  top: 50%;
  inset-inline-end: 25px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--theme);
}

.header-main .main-menu ul li .has-homemenu {
  width: 1000px;
  padding: 30px 30px 10px 30px;
  opacity: 0;
  left: -250px;
  visibility: hidden;
  padding: 30px 30px 10px 30px;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .header-main .main-menu ul li .has-homemenu .homemenu-items {
    flex-wrap: wrap;
  }
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu {
  position: relative;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb {
  position: relative;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  gap: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  margin-top: 20px;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
  padding: 14px 20px;
  color: var(--white) !important;
  width: initial;
  font-size: 14px;
  text-align: center;
  border-radius: 0;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
  color: var(--white) !important;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 19, 19, 0)), to(#5e5ef6));
  background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #252527 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover::before {
  visibility: visible;
  opacity: 1;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .demo-button {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .homemenu-btn {
  opacity: 1;
  visibility: visible;
  bottom: 50%;
  transform: translateY(50%);
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb img {
  width: 100%;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-title {
  text-align: center;
  margin: 15px auto;
  display: inline-block;
  font-size: 16px;
}

.header-main .main-menu ul li:hover>a {
  color: var(--theme);
}

.header-main .main-menu ul li:hover>a::after {
  color: var(--theme);
}

.header-main .main-menu ul li:hover>.submenu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}

.header-main .sidebar__toggle {
  cursor: pointer;
  font-size: 20px;
}

.container-fluid {
  padding: 0 150px;
}


@media (max-width: 1600px) {
  .container-fluid {
    padding: 0 40px;
  }
}

@media (max-width: 1199px) {
  .container-fluid {
    padding: 0 30px;
  }
}

@media (max-width: 767px) {
  .container-fluid {
    padding: 0 20px;
  }
}


.section-title {
  position: relative;
  z-index: 99;
  margin-bottom: 30px;
  margin-top: -5px;
}

@media (max-width: 767px) {
  .section-title {
    margin-bottom: 0;
  }
}

.section-title span {
  color: var(--theme);
  margin-bottom: 10px;
  display: inline-block;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 20px;
  font-family: "Pangolin";
}

.section-title-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 9;
}

@media (max-width: 767px) {
  .section-title-area {
    flex-wrap: wrap;
    gap: 30px;
  }
}
















.header {
  padding: 10px 0;
}

.header .header-main .header-left {
  display: flex;
  align-items: center;
  gap: 35px;
}

.header .header-main .header-right {
  gap: 30px;
}

.header .header-main .header-right .author-icon {
  display: flex;
  align-items: center;
  gap: 20px;
}

@media (max-width: 1399px) {
  .header .header-main .header-right .author-icon {
    display: none;
  }
}

.header .header-main .header-right .author-icon .icon {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background-color: var(--theme);
  text-align: center;
  color: var(--white);
  border-radius: 50%;
  position: relative;
}

.header .header-main .header-right .author-icon .icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid var(--theme);
  content: "";
  transform: translate(-50%, -50%);
}

.header .header-main .header-right .author-icon .content span {
  margin-bottom: 5px;
  display: inline-block;
}

@media (max-width: 1199px) {
  .header .header-main .header-right .header-button {
    display: none;
  }
}






.mean-container a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}

.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: none;
}

.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}
.mean-container .mean-nav > ul .homemenu-items {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .mean-container .mean-nav > ul .homemenu-items {
    flex-wrap: wrap;
  }
}
.mean-container .mean-nav > ul .homemenu-items .homemenu {
  position: relative;
}
@media (max-width: 1199px) {
  .mean-container .mean-nav > ul .homemenu-items .homemenu {
    max-width: 300px;
    text-align: center;
    margin: 0 auto;
    border: 1px solid var(--border);
    padding: 10px;
  }
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb {
  position: relative;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb .demo-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  gap: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  margin-top: 20px;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
  padding: 12px 20px;
  color: var(--white) !important;
  width: initial;
  font-size: 16px;
  text-align: center;
  border-radius: 0;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
  color: var(--white) !important;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 19, 19, 0)), to(#5e5ef6));
  background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #252527 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb:hover::before {
  visibility: visible;
  opacity: 1;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb:hover .demo-button {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb:hover .homemenu-btn {
  opacity: 1;
  visibility: visible;
  bottom: 50%;
  transform: translateY(50%);
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb img {
  width: 100%;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-title {
  text-align: center;
  margin: 15px auto;
  display: inline-block;
  font-size: 16px;
}

.mean-container a.meanmenu-reveal {
  display: none !important;
}

.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 10px 0;
  color: var(--header);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  text-transform: capitalize;
  border-bottom: 1px solid var(--border) !important;
  border: none;
}
.mean-container .mean-nav ul li a:hover {
  color: var(--theme);
}

.mean-container .mean-nav ul li a:last-child {
  border-bottom: 0;
}

.mean-container .mean-nav ul li a:hover {
  color: var(--theme2);
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 5px;
  padding: 0 !important;
}

.mean-container .mean-nav ul li > a > i {
  display: none;
}

.mean-container .mean-nav ul li > a.mean-expand i {
  display: inline-block;
  font-size: 18px;
}

.mean-container .mean-nav > ul > li:first-child > a {
  border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transition: all 0.4s ease-in-out;
}

.mean-container .mean-nav ul li .mega-menu li a {
  height: 200px;
  width: 100%;
  padding: 0;
  border-top: 0;
  margin-bottom: 20px;
}



.mean-nav ul li{
  display: flex;
}











.sidebar__toggle {
  cursor: pointer;
}

.sticky {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: all 0.9s;
  background-color: var(--white);
  box-shadow: var(--box-shadow);
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}


.offcanvas__info {
  background: var(--bg) none repeat scroll 0 0;
  border-left: 2px solid var(--theme);
  position: fixed;
  right: 0;
  top: 0;
  width: 400px;
  height: 100%;
  -webkit-transform: translateX(calc(100% + 80px));
  -moz-transform: translateX(calc(100% + 80px));
  -ms-transform: translateX(calc(100% + 80px));
  -o-transform: translateX(calc(100% + 80px));
  transform: translateX(calc(100% + 80px));
  -webkit-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  -moz-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  z-index: 99999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}

.offcanvas__info::-webkit-scrollbar {
  display: none;
}

.offcanvas__info.info-open {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.offcanvas__logo a img {
  width: 150px;
}

.offcanvas__wrapper {
  position: relative;
  height: 100%;
  padding: 30px 30px;
}

.offcanvas__wrapper .offcanvas__content .text {
  color: var(--text);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__close {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme);
  position: relative;
  z-index: 9;
  cursor: pointer;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__close i {
  color: var(--white);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact {
  margin-top: 20px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul {
  margin-top: 20px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li {
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li a {
  color: var(--text);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li:not(:last-child) {
  margin-bottom: 15px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon {
  margin-right: 20px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon i {
  color: var(--theme);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact span {
  text-transform: initial;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .theme-btn {
  width: 100%;
  padding: 16px 40px;
  text-transform: capitalize !important;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon {
  margin-top: 30px;
  gap: 10px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  display: block;
  background: transparent;
  color: var(--text);
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
  border: 1px solid var(--border);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a:hover {
  background-color: var(--theme);
  color: var(--white);
}

.offcanvas__overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #151515;
  z-index: 900;
  top: 0;
  opacity: 0;
  visibility: hidden;
  right: 0;
}

.offcanvas__overlay.overlay-open {
  opacity: 0.8;
  visibility: visible;
}

@media (max-width: 450px) {
  .offcanvas__info {
    width: 300px;
  }
}

@media (max-width: 575px) {
  .offcanvas__wrapper {
    padding: 20px;
  }
}


















@media screen and (max-width:767px) {
  .header-top-section {
    display: none;
  }
}





















/* ================================ hero ================================ */












.fix {
  overflow: hidden;
}


.hero-1 {
  background-color: var(--bg);
  padding-top: 30px;
  padding-bottom: 40px;
  position: relative;
}

@media (max-width: 1199px) {
  .hero-1 {
    padding-top: 90px;
    padding-bottom: 100px;
  }
}

@media (max-width: 991px) {
  .hero-1 {
    padding-top: 130px;
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .hero-1 {
    padding-top: 100px;
  }
}

@media (max-width: 575px) {
  .hero-1 {
    padding-top: 80px;
  }
}

.hero-1 .bottom-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
}

.hero-1 .parasuit-shape {
  position: absolute;
  top: 20%;
  left: 5%;
}

@media (max-width: 767px) {
  .hero-1 .parasuit-shape {
    display: none;
  }
}

.hero-1 .left-shape {
  position: absolute;
  bottom: 10%;
  left: 0;
}

.hero-1 .book-shape {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 991px) {
  .hero-1 .book-shape {
    display: none;
  }
}

.hero-1 .pencil-shape {
  position: absolute;
  bottom: 15%;
  right: 5%;
  animation: rounded 5s linear infinite;
}

.hero-1 .bee-shape {
  position: absolute;
  top: 20%;
  right: 5%;
}

@media (max-width: 991px) {
  .hero-1 .bee-shape {
    display: none;
  }
}

.hero-1 .right-shape {
  position: absolute;
  top: 17%;
  right: 0;
}

.hero-1 .star-shape {
  position: absolute;
  bottom: 20%;
  left: 45%;
  transform: translateX(-50%);
}

.hero-1 .hero-content {
  position: relative;
  z-index: 9;
}

@media (max-width: 575px) {
  .hero-1 .hero-content {
    text-align: center;
    margin: 0 auto;
  }
}

.hero-1 .hero-content h5 {
  margin-bottom: 15px;
  color: var(--theme);
  font-family: "Pangolin";
  font-weight: 500;
  position: relative;
  display: inline-block;
}

.hero-1 .hero-content h5::before {
  position: absolute;
  right: -30px;
  top: 0;
  width: 20px;
  height: 20px;
  content: "";
  /*background-image: url(../img/star.svg);*/
}

.hero-1 .hero-content h1 {
  margin-bottom: 20px;
}

.hero-1 .hero-content h1 span {
  color: var(--theme);
}

@media (max-width: 1399px) {
  .hero-1 .hero-content h1 {
    font-size: 60px;
  }
}

@media (max-width: 1199px) {
  .hero-1 .hero-content h1 {
    font-size: 56px;
  }
}

@media (max-width: 767px) {
  .hero-1 .hero-content h1 {
    font-size: 42px;
  }
}

@media (max-width: 575px) {
  .hero-1 .hero-content h1 {
    font-size: 34px;
  }
}

.hero-1 .hero-content p {
  font-size: 20px;
}

.hero-1 .hero-content .hero-button {
  display: flex;
  align-items: center;
  /* gap: 30px; */
  margin-top: 50px;
}

@media (max-width: 767px) {
  .hero-1 .hero-content .hero-button {
    margin-top: 40px;
  }
}

@media (max-width: 575px) {
  .hero-1 .hero-content .hero-button {
    margin-top: 25px;
    justify-content: center;
    flex-wrap: wrap;
  }
}

@media (max-width:480px){
    .hero-1 {
        padding-top: 60px;
    }
}

@media (max-width: 375px) {
  .hero-1 .hero-content .hero-button {
   gap:20px;
  }
}


.hero-1 .hero-content .hero-button .video-btn {
  background-color: var(--theme);
  color: var(--white);
  display: inline-block;
  font-size: 16px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  position: relative;
}

.hero-1 .hero-content .hero-button .video-btn::before {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid var(--theme);
  content: "";
  transform: translate(-50%, -50%);
}

.hero-1 .hero-content .hero-button .button-text span {
  font-size: 16px;
  color: var(--header);
  font-weight: bold;
}

.hero-1 .hero-image {
  position: relative;
  z-index: 9;
}

.hero-1 .hero-image img {
    max-width: 696px;
    max-height: 696px;
  width: 100%;
  height: 100%;
}

.hero-1 .hero-image .hero-shape {
  position: absolute;
  bottom: 0;
  left: 30px;
  z-index: -1;
  margin-right: -60px;
}

@media (max-width: 1399px) {
  .hero-1 .hero-image .hero-shape {
    margin-right: 0;
  }
}
































/* ========================== About Us ================================= */

.about-section {
  position: relative;
}

@media (max-width: 1600px) {
  .about-section {
    overflow: hidden;
  }
}

.about-section .bus-shape {
  position: absolute;
  top: 10%;
  left: 0;
}

@media (max-width: 1199px) {
  .about-section .bus-shape {
    display: none;
  }
}

.about-section .girl-shape {
  position: absolute;
  bottom: 10%;
  right: 0;
}

.about-section .dot-shape {
  position: absolute;
  top: 17%;
  left: 42%;
  animation: rounded 5s linear infinite;
}

.about-section .left-shape {
  position: absolute;
  top: -15%;
  left: -4%;
}

@media (max-width: 1199px) {
  .about-section .left-shape {
    display: none;
  }
}

.about-section .plane-shape {
  position: absolute;
  top: 20%;
  left: 5%;
}

.about-section .line-1 {
  position: absolute;
  top: 10%;
  right: 0;
  animation: rounded 5s linear infinite;
}














@media (min-width: 1200px) {
  .about-wrapper-3 {
    margin-top: -29px;
  }
}

.about-wrapper-3 .about-image-area {
  position: relative;
  z-index: 9;
}

.about-wrapper-3 .about-image-area .about-image {
  max-width: 590px;
  position: relative;
}

.about-wrapper-3 .about-image-area .about-image img {
  width: 100%;
  height: 100%;
}

.about-wrapper-3 .about-image-area .about-image .about-image-2 {
  position: absolute;
  bottom: 0;
  left: 50px;
  max-width: 245px;
}

@media (max-width: 1199px) {
  .about-wrapper-3 .about-image-area .about-image .about-image-2 {
    max-width: 200px;
  }
}

@media (max-width: 991px) {
  .about-wrapper-3 .about-image-area .about-image .about-image-2 {
    max-width: 245px;
  }
}

@media (max-width: 767px) {
  .about-wrapper-3 .about-image-area .about-image .about-image-2 {
    max-width: 200px;
  }
}

@media (max-width: 575px) {
  .about-wrapper-3 .about-image-area .about-image .about-image-2 {
    max-width: 170px;
  }
}

.about-wrapper-3 .about-image-area .about-image .about-image-2 img {
  width: 100%;
  height: 100%;
  border: 15px solid var(--white);
  border-radius: 50%;
  box-shadow: var(--box-shadow);
}

.about-wrapper-3 .about-image-area .radius-shape {
  position: absolute;
  bottom: 15%;
  left: -70px;
}

.about-wrapper-3 .about-image-area .circle-shape {
  position: absolute;
  top: 15%;
  right: 20%;
}

.about-wrapper-3 .about-content {
  position: relative;
  z-index: 9;
}

@media (max-width: 1399px) {
  .about-wrapper-3 .about-content br {
    display: none;
  }
}

.about-wrapper-3 .about-content .list-items {
  margin-top: 30px;
}

.about-wrapper-3 .about-content .list-items li {
  font-size: 18px;
  font-weight: 600;
  color: var(--header);
  font-family: "Quicksand", sans-serif;
}

.about-wrapper-3 .about-content .list-items li:not(:last-child) {
  margin-bottom: 10px;
}

.about-wrapper-3 .about-content .list-items li i {
  margin-right: 5px;
  color: var(--theme);
}

.about-wrapper-3 .about-content .about-author {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 50px;
  border-top: 1px solid var(--border);
  padding-top: 40px;
}

@media (max-width: 1199px) {
  .about-wrapper-3 .about-content .about-author {
    flex-wrap: wrap;
  }
}

.about-wrapper-3 .about-content .about-author .author-image {
  display: flex;
  align-items: center;
  gap: 15px;
}

.about-wrapper-3 .about-content .about-author .author-image .content h6 {
  font-size: 18px;
  font-weight: 600;
}

.about-wrapper-3 .about-content .about-author .author-image .content p {
  color: var(--text);
  font-weight: 500;
  margin-top: -2px;
}


















.feature-items {
  position: relative;
  z-index: 9;
}
.feature-items .bg-1 {
  position: absolute;
  top: 34%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.feature-items .feature-image {
  margin: 20px auto 0px;
  text-align: center;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 270 270"><path fill-rule="evenodd" clip-rule="evenodd" d="M118.5 3.81329C145.5 3.81329 203.5 -11.1868 227.825 18.3132C252.409 42.9931 267.481 77.1202 269.793 113.268C272.216 151.147 253.052 186.574 227.825 213.041C202.968 239.12 170.036 253.795 135.37 254.298C100.213 254.809 65.6677 242.141 40.3938 215.762C14.7101 188.955 -2.27414 151.731 0.247487 113.268C2.63995 76.7756 42.1193 60.1621 67 35.3133C90.5999 11.7436 86.3466 3.40666 118.5 3.81329Z" /></svg>');
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: cover;
  max-width: 270px;
  position: relative;
  z-index: 9;
}
.feature-items .feature-image img {
  width: 100%;
  height: 100%;
}





















/* ==================================== Programs ========================================== */




.clases-section {
  position: relative;
  /* margin-top: 120px; */
}

@media (max-width: 1899px) {
  .clases-section .array-button {
    display: none;
  }
}

.clases-section .array-button .array-prev {
  position: absolute;
  transform: translate(-50, -50%);
  top: 55%;
  left: 12%;
  background-color: var(--theme2);
  color: var(--white);
  border: 2px solid var(--white);
}

.clases-section .array-button .array-prev:hover {
  background-color: var(--white);
  color: var(--theme);
}

.clases-section .array-button .array-next {
  position: absolute;
  transform: translate(-50, -50%);
  top: 55%;
  right: 12%;
  background-color: var(--theme2);
  color: var(--white);
  border: 2px solid var(--white);
}

.clases-section .array-button .array-next:hover {
  background-color: var(--white);
  color: var(--theme);
}

.clases-section .clases-shape {
  height: 160px;
  width: 100%;
  position: absolute;
  top: -120px;
  left: 0;
  right: 0;
  overflow-x: hidden;
}

.clases-section .wave {
  position: absolute;
  width: 200%;
  height: 100%;
  animation: wave 10s -3s linear infinite;
  transform: translate3d(0, 0, 0);
  background-size: cover;
}

.clases-section .wave:nth-of-type(2) {
  bottom: 0;
  animation: wave 18s linear reverse infinite;
}

.clases-section .wave:nth-of-type(3) {
  bottom: 0;
  animation: wave 20s -1s linear infinite;
}

.clases-items {
  margin-top: 30px;
  position: relative;
  z-index: 9;
}

@media (max-width: 1399px) {
  .clases-items br {
    display: none;
  }
}

.clases-items .clases-bg {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--white);
  transition: all 500ms ease;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 370 456"><path d="M7.69014 27.8377C7.69014 27.8377 2.04067 39.7721 6.56025 199.448C11.0798 359.107 -34.2042 452.395 64.068 454.599C162.34 456.803 278.579 456.097 313.562 454.599C348.546 453.101 370 472.509 370 371.041C370 269.573 370 191.974 368.87 120.351C367.74 48.7271 376.694 13.544 336.103 10.9952C295.499 8.44648 190.533 3.96893 145.394 2.47068C100.256 0.972426 12.2097 -9.46369 7.69014 27.8377Z" /></svg>');
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.clases-items .clases-bg.style-2 {
  background-color: rgba(240, 240, 240, 0.4509803922);
}

.clases-items .clases-image {
  padding: 25px 25px 0 25px;
}

.clases-items .clases-image img {
  width: 100%;
  height: 100%;
}

.clases-items .clases-content {
  padding: 20px 30px;
}

@media (max-width: 575px) {
  .clases-items .clases-content {
    padding: 15px 30px;
  }
}

.clases-items .clases-content h4 {
  margin-bottom: 10px;
}

.clases-items .clases-content h4 a:hover {
  color: var(--theme);
}

.clases-items .clases-content p {
  padding-bottom: 20px;
  border-bottom: 2px dotted var(--theme);
}

@media (max-width: 575px) {
  .clases-items .clases-content p {
    padding-bottom: 15px;
  }
}

.clases-items .clases-content .clases-schedule {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 575px) {
  .clases-items .clases-content .clases-schedule {
    margin-top: 15px;
  }
}

.clases-items .clases-content .clases-schedule li {
  font-weight: 600;
  color: var(--header);
  font-weight: "Quicksand", sans-serif;
}

.clases-items .clases-content .clases-schedule li span {
  font-family: "Source Sans 3", sans-serif;
  color: var(--theme);
  font-weight: 14px;
}














































/* =========================== Contact ===================================== */


.contact-section {
  position: relative;
}

.contact-section .line-1 {
  position: absolute;
  top: 42%;
  left: 5%;
  animation: rounded 5s linear infinite;
}

.contact-section .line-2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}



.contact-wrapper {
  position: relative;
  z-index: 9;
  background-color: var(--theme2);
  border-radius: 100px;
  /* margin-top: 55px; */
}

@media (max-width: 991px) {
  .contact-wrapper {
    margin-top: 0;
  }
}

.contact-wrapper .contact-image {
  margin-top: -55px;
  position: relative;
  margin-right: 50px;
  position: absolute;
  bottom: 0;
}

@media (max-width: 1199px) {
  .contact-wrapper .contact-image {
    left: 35px;
    height: 590px;
  }
}

@media (max-width: 991px) {
  .contact-wrapper .contact-image {
    display: none;
  }
}

.contact-wrapper .contact-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-wrapper .contact-image .cricle-shape {
  position: absolute;
  top: 24%;
  left: -27px;
  z-index: -1;
  animation: cir36 10s linear infinite;
}

.contact-wrapper .contact-content {
  margin-top: 50px;
  padding: 0 70px 80px;
}

@media (max-width: 1199px) {
  .contact-wrapper .contact-content {
    margin-top: 60px;
    padding: 0 35px 60px;
  }
}

@media (max-width: 991px) {
  .contact-wrapper .contact-content {
    margin-top: 0;
    margin-left: 0;
    padding: 0;
  }
}

@media (max-width: 991px) {
  .contact-wrapper .contact-content {
    padding: 50px;
  }
}

@media (max-width: 767px) {
  .contact-wrapper .contact-content {
    padding: 50px 40px;
  }
}

@media (max-width: 575px) {
  .contact-wrapper .contact-content {
    padding: 40px 30px;
  }
}

.contact-wrapper .contact-content .contact-form-items .form-clt span {
  text-transform: capitalize;
}

.contact-wrapper .contact-content .contact-form-items .form-clt input::placeholder,
.contact-wrapper .contact-content .contact-form-items .form-clt textarea::placeholder {
  color: var(--white);
}

.contact-wrapper .contact-content .contact-form-items .theme-btn {
  color: var(--theme);
  border-radius: 8px;
}

.contact-wrapper .contact-content .contact-form-items .theme-btn:hover {
  color: var(--header);
}




.contact-form-items .form-clt span {
  color: var(--white);
  margin-bottom: 20px;
  display: inline-block;
}

.contact-form-items .form-clt input,
.contact-form-items .form-clt textarea {
  width: 100%;
  outline: none;
  border: none;
  background-color: transparent;
  border: 1px solid var(--white);
  color: var(--white);
  padding: 18px 20px;
}

@media (max-width: 767px) {

  .contact-form-items .form-clt input,
  .contact-form-items .form-clt textarea {
    padding: 14px 20px;
  }
}

@media (max-width: 575px) {

  .contact-form-items .form-clt input,
  .contact-form-items .form-clt textarea {
    padding: 12px 18px;
  }
}

.contact-form-items .form-clt input::placeholder,
.contact-form-items .form-clt textarea::placeholder {
  color: rgba(255, 255, 255, 0.7019607843);
}

.contact-form-items .form-clt textarea {
  padding-bottom: 70px;
}



























.cta-offer-section {
  margin-top: 110px;
  position: relative;
  z-index: 9;
}

.cta-offer-section .cta-shape {
  height: 120px;
  width: 100%;
  position: absolute;
  top: -115px;
  left: 0;
  right: 0;
  overflow-x: hidden;
  z-index: -1;
}

.cta-offer-section .wave {
  position: absolute;
  width: 200%;
  height: 100%;
  animation: wave 10s -3s linear infinite;
  transform: translate3d(0, 0, 0);
  background-size: cover;
}

.cta-offer-section .wave:nth-of-type(2) {
  bottom: 0;
  animation: wave 18s linear reverse infinite;
}

.cta-offer-section .wave:nth-of-type(3) {
  bottom: 0;
  animation: wave 20s -1s linear infinite;
}

.cta-offer-wrapper {
  text-align: center;
  margin-top: -80px;
}

.cta-offer-wrapper .cta-offter-image {
  margin-bottom: -120px;
}

@media (max-width: 1399px) {
  .cta-offer-wrapper .cta-offter-image {
    margin-bottom: -145px;
  }
}

@media (max-width: 1199px) {
  .cta-offer-wrapper .cta-offter-image {
    display: none;
  }
}

.cta-offer-wrapper .cta-offter-image img {
  width: 100%;
  height: 100%;
}

.cta-offer-wrapper .cta-offter-image-2 {
  margin-bottom: -170px;
}

@media (max-width: 1399px) {
  .cta-offer-wrapper .cta-offter-image-2 {
    margin-bottom: -126px;
  }
}

@media (max-width: 1199px) {
  .cta-offer-wrapper .cta-offter-image-2 {
    display: none;
  }
}



























.work-process-section-2 {
  position: relative;
}

.work-process-section-2 .top-shape {
  position: absolute;
  top: 0;
  left: 0;
}

.process-work-wrapper {
  position: relative;
  z-index: 9;
}

.process-work-wrapper .work-process-items {
  position: relative;
}

.process-work-wrapper .work-process-items .line-shape {
  position: absolute;
  top: 12%;
  right: -55%;
}

@media (max-width: 1199px) {
  .process-work-wrapper .work-process-items .line-shape {
    display: none;
  }
}

.process-work-wrapper .work-process-items .line-shape-2 {
  position: absolute;
  top: -32%;
  right: -55%;
}

@media (max-width: 1199px) {
  .process-work-wrapper .work-process-items .line-shape-2 {
    display: none;
  }
}

.process-work-wrapper .work-process-items .icon {
  width: 100px;
  height: 100px;
  line-height: 105px;
  text-align: center;
  margin: 0 auto;
  font-size: 40px;
  color: var(--white);
}

.process-work-wrapper .work-process-items .content {
  margin-top: 30px;
}

.process-work-wrapper .work-process-items .content h4 {
  margin-bottom: 5px;
}

.process-work-wrapper .work-process-items .content.style-two {
  margin-top: 0;
  margin-bottom: 30px;
}

.process-work-wrapper .work-process-items.style-2 {
  margin-top: 100px;
}

@media (max-width: 1199px) {
  .process-work-wrapper .work-process-items.style-2 {
    margin-top: 0;
  }
}

.process-work-wrapper.style-padding {
  padding-top: 90px;
}


















































.footer-section {
  position: relative;
}

.footer-section .footer-top-shape {
  position: absolute;
  top: 0;
  left: 0;
}

.footer-section .f-bottom-shape {
  position: absolute;
  bottom: 0;
  left: 0;
}

.footer-section .frame-shape {
  position: absolute;
  top: 40%;
  left: 0;
  animation: rounded 5s linear infinite;
}

.footer-section .frame-shape.style-2 {
  top: 35%;
}

@media (max-width: 1199px) {
  .footer-section .frame-shape {
    display: none;
  }
}

.footer-section .zebra-shape {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.footer-section .zebra-shape-2 {
  position: absolute;
  right: 0;
  bottom: 30%;
}

@media (max-width: 1399px) {
  .footer-section .zebra-shape-2 {
    display: none;
  }
}

.footer-section .tree-shape {
  position: absolute;
  left: 0;
  bottom: 30%;
}

@media (max-width: 1399px) {
  .footer-section .tree-shape {
    display: none;
  }
}

.footer-section .frame-shape-3 {
  position: absolute;
  top: 40%;
  right: 0;
  transform: translateY(-50%);
}

@media (max-width: 1199px) {
  .footer-section .frame-shape-3 {
    display: none;
  }
}







.contact-info-area {
  padding-top: 70px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(56, 84, 105, 0.2);
}

@media (max-width: 1199px) {
  .contact-info-area {
    flex-wrap: wrap;
    gap: 40px;
    padding-top: 85px;
    justify-content: initial;
  }
}

@media (max-width: 575px) {
  .contact-info-area {
    gap: 30px;
  }
}

.contact-info-area .contact-info-items {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  position: relative;
  padding-bottom: 40px;
}

@media (max-width: 1199px) {
  .contact-info-area .contact-info-items {
    flex-wrap: wrap;
  }
}

.contact-info-area .contact-info-items .icon {
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  position: relative;
  border: 2px dotted var(--theme);
  border-radius: 50%;
}

.contact-info-area .contact-info-items .content p {
  color: var(--header);
  margin-bottom: 5px;
}

.contact-info-area .contact-info-items .content h3 {
  font-size: 22px;
  color: var(--header);
}

.contact-info-area .contact-info-items .content h3 a {
  color: var(--header);
}



@media screen and (max-width:480px) {
  .contact-info-area .contact-info-items .icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: relative;
    border: 2px dotted var(--theme);
    border-radius: 50%;
  }

  .contact-info-area .contact-info-items .content h3 {
  font-size: 18px;
  color: var(--header);
}

.contact-info-area .contact-info-items{
  flex-wrap: nowrap;
}
}



.contact-info-area .contact-info-items .content {

  word-break: break-word;
}

/* .contact-info-area .contact-info-items .address-content h3 {
  font-size: 18px;
  line-height: 1.6;
} */


.footer-bottom {
  position: relative;
  z-index: 9;
  z-index: 9;
}

.footer-bottom .f-bottom-shape {
  position: absolute;
  top: 0;
  left: 0;
  /* background-color: #C9DDE2; */
  transition: all 500ms ease;
  /* mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 92"><path d="M84.7504 27.2721C51.6574 -20.7819 14.4614 12.773 0 35.5572V92H1920V18.9869C1896.59 -9.59695 1871.91 7.07696 1862.49 18.9869C1844.33 45.0852 1828.02 37.4559 1822.13 30.379C1792.67 -11.4611 1766.47 2.24395 1757.06 14.3265C1734.46 44.1531 1718.38 37.4559 1713.17 30.379C1681.69 -9.38979 1655.66 3.10699 1646.58 14.3265C1626.8 44.1531 1612.11 37.4559 1607.23 30.379C1575.75 -11.0468 1551.07 2.41656 1542.66 14.3265C1523.69 43.7389 1504.49 37.2833 1497.26 30.379C1467.8 -9.38979 1440.59 3.10699 1430.67 14.3265C1410.89 48.71 1392.16 39.3546 1385.27 30.379C1357.42 -13.1181 1327.92 5.00568 1316.66 19.5047C1300.92 43.5317 1287.9 36.7655 1283.36 30.379C1252.29 -12.2896 1227.37 -0.862982 1218.79 10.1839C1198.61 47.4672 1178.43 39.182 1170.87 30.379C1140.2 -12.7039 1114.03 4.83308 1104.78 18.9869C1082.99 46.7422 1064.76 35.0395 1058.37 25.7187C1028.1 -14.0502 1001.03 4.66049 991.277 18.9869C976.748 46.7422 960.336 35.0395 953.946 25.7187C924.082 -13.2216 896.774 5.0057 886.852 18.9869C866.27 47.5708 849.017 35.3847 842.964 25.7187C816.732 -13.2216 786.295 5.0057 774.356 18.9869C757.003 50.4706 737.53 34.8668 729.963 23.1295C704.538 -11.6682 677.667 5.86872 667.409 18.9869C652.074 45.4995 635.124 34.5216 628.565 25.7187C606.369 -9.9076 580.305 1.20835 570.047 11.2196C548.658 46.4316 527.504 35.5573 519.601 25.7187C495.386 -10.7361 467.809 3.27964 457.047 14.8444C433.64 50.0564 415.681 36.7656 409.627 25.7187C387.834 -8.25056 361.534 1.89878 351.109 11.2196C334.562 49.3314 309.238 34.0038 298.644 21.576C271.605 -14.4645 245.003 6.55916 235.081 21.576C215.71 46.8458 199.096 32.1051 193.211 21.576C179.086 6.04134 151.34 -8.45772 127.126 21.576C107.754 45.603 90.804 35.3846 84.7504 27.2721Z" /></svg>'); */
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.footer-bottom .footer-wrapper {
  position: relative;
  z-index: 9;
  padding-top: 50px;
  padding-bottom: 20px;
}

@media (max-width: 991px) {
  .footer-bottom .footer-wrapper {
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center !important;
    margin-top: 30px;
  }
}

.footer-bottom .footer-wrapper p {
  color: var(--header);
}

.footer-bottom .footer-wrapper p a {
  color: var(--theme);
}

.footer-bottom .footer-wrapper .footer-menu {
  display: flex;
  align-items: center;
  gap: 20px;
}

.footer-bottom .footer-wrapper .footer-menu li a {
  color: var(--header);
  background-image: linear-gradient(var(--theme), var(--theme));
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline-block;
  transition: all 0.4s ease-in-out;
}

.footer-bottom .footer-wrapper .footer-menu li a:hover {
  background-size: 100% 1px;
  color: var(--theme);
}

.footer-bottom .scroll-icon {
  position: absolute;
  left: 90.2%;
  top: -40px;
  transform: translateX(-50%);
  width: 70px;
  height: 70px;
  line-height: 60px;
  background-color: var(--theme);
  border-radius: 50%;
  text-align: center;
  color: var(--white);
  border: 5px solid var(--white);
  display: inline-block;
  z-index: 99;
}

@media (max-width: 1399px) {
  .footer-bottom .scroll-icon {
    /* left: 50%; */
  }
}


@media screen and (max-width:480px) {
  
  .footer-bottom .footer-wrapper{
    padding-top: 20px;
  }
}

















.marquee-wrapper {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  z-index: 9;
  margin-top: -15px;
  margin-bottom: -30px;
}


.text-slider {
  font-size: 60px;
  height: 100px;
  line-height: 90px;
  font-weight: 700;
  text-transform: capitalize;
  color: var(--theme);
}

.text-slider:not(:last-child) {
  margin-right: 30px;
}

@media (max-width: 767px) {
  .text-slider {
    font-size: 36px;
  }
}

.text-slider img {
  margin-bottom: 10px;
}

.text-slider.text-color {
  color: var(--header);
}

.text-slider.text-color-2 {
  color: var(--header);
  font-size: 50px;
}


.marquee-inner {
  position: absolute;
  display: inline-flex;
  width: 200%;
}

.marquee-list {
  float: left;
  width: 50%;
}

.marquee-item {
  float: left;
  transition: animation 0.2s ease-out;
}

.marquee-inner.to-left {
  animation: marqueeLeft 25s linear infinite;
}

@keyframes marqueeLeft {
  0% {
    left: 0;
  }

  100% {
    left: -100%;
  }
}

.marquee-inner.to-right {
  animation: marqueeRight 25s linear infinite;
}

@keyframes marqueeRight {
  0% {
    right: 0;
  }

  100% {
    right: -100%;
  }
}


.marque-section{
  padding-top: 80px;
}


.marque-section-2 {
  position: relative;
}

@media (max-width: 1199px) {
  .marque-section-2 {
    margin-bottom: -20px;
  }
}

@media (max-width: 991px) {
  .marque-section-2 {
    margin-bottom: -40px;
  }
}

@media (max-width: 768px) {
.marque-section{
  padding-top: 40px;
}
}








.feature-value-section {
  position: relative;
  /* margin-top: -55px; */
}
.feature-value-section .shape-1 {
  position: absolute;
  top: 20%;
  left: 0;
  animation: rounded 5s linear infinite;
}
@media (max-width: 1399px) {
  .feature-value-section .shape-1 {
    display: none;
  }
}
.feature-value-section .shape-2 {
  position: absolute;
  top: 20%;
  right: 10px;
}
@media (max-width: 1199px) {
  .feature-value-section .shape-2 {
    display: none;
  }
}

.feature-value-items {
  margin-top: 30px;
  position: relative;
  z-index: 9;
}
@media (max-width: 1399px) {
  .feature-value-items {
    margin-bottom: -50px;
  }
}
@media (max-width: 1199px) {
  .feature-value-items {
    margin-bottom: 0;
  }
}
.feature-value-items .value-icon-items {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 575px) {
  .feature-value-items .value-icon-items {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
}
.feature-value-items .value-icon-items:not(:last-child) {
  margin-bottom: 30px;
}
.feature-value-items .value-icon-items .icon {
  width: 90px;
  height: 90px;
  line-height: 100px;
  text-align: center;
  border-radius: 8px;
  background: rgba(243, 159, 95, 0.2);
  border-radius: 8px;
  flex-basis: 40%;
  font-size: 40px;
  color: var(--theme);
}
.feature-value-items .value-icon-items .icon.color-2 {
  background: rgba(88, 102, 235, 0.15);
  color: #5866EB;
}
.feature-value-items .value-icon-items .icon.color-3 {
  background: rgba(57, 192, 250, 0.15);
  color: #39C0FA;
}
.feature-value-items .value-icon-items .icon.color-4 {
  background: rgba(249, 37, 150, 0.15);
  color: #F92596;
}
.feature-value-items .value-icon-items .content h5 {
  margin-bottom: 10px;
}
.feature-value-items .value-icon-items.style-2 .content {
  text-align: right;
}
@media (max-width: 1199px) {
  .feature-value-items .value-icon-items.style-2 .content {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .feature-value-items .value-icon-items.style-2 .content {
    text-align: center;
  }
}
.feature-value-items .feature-value-image {
  max-width: 290px;
  text-align: center;
  margin: 0 auto -120px;
  position: relative;
  z-index: 9;
}
@media (max-width: 1199px) {
  .feature-value-items .feature-value-image {
    margin: 0 auto 0;
  }
}
.feature-value-items .feature-value-image img {
  width: 100%;
  height: 100%;
}
.feature-value-items .feature-value-image .value-shape {
  position: absolute;
  bottom: 0;
  left: -25px;
  z-index: -1;
  right: -30px;
  max-width: 340px;
}
.feature-value-items .feature-value-image .value-shape img {
  width: 100%;
  height: 100%;
}




.map-items .googpemap iframe {
  width: 100%;
  height: 600px;
}
@media (max-width: 575px) {
  .map-items .googpemap iframe {
    height: 400px;
  }
}











.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

.float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(30px);
  }

  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}

@keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}

@keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}


















.event-details-wrapper .details-list-area {
  padding: 30px 40px;
  border-radius: 10px;
  position: relative;
  z-index: 9;
  border: 1px solid var(--border);
}
@media (max-width: 1199px) {
  .event-details-wrapper .details-list-area {
    padding: 30px 20px;
  }
}
@media (max-width: 991px) {
  .event-details-wrapper .details-list-area {
    padding: 30px 40px;
  }
}
@media (max-width: 575px) {
  .event-details-wrapper .details-list-area {
    padding: 25px 20px;
  }
}
.event-details-wrapper .details-list-area h3 {
  font-size: 24px;
  border-bottom: 1px solid var(--border);
  padding-bottom: 20px;
}
@media (max-width: 1199px) {
  .event-details-wrapper .details-list-area {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .event-details-wrapper .details-list-area {
    margin-top: 0;
  }
}
.event-details-wrapper .details-list-area .details-list {
  margin-bottom: 30px;
}
.event-details-wrapper .details-list-area .details-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px solid var(--border);
}
.event-details-wrapper .details-list-area .details-list li span i {
  color: var(--theme);
}
.event-details-wrapper .details-list-area .theme-btn {
  padding: 19px 40px;
}
.event-details-wrapper .details-list-area .theme-btn.border-style {
  border: 1px solid var(--theme);
  color: var(--theme);
  background-color: transparent;
  padding: 18px 40px;
}
.event-details-wrapper .details-list-area .theme-btn.border-style::after, .event-details-wrapper .details-list-area .theme-btn.border-style::before {
  background-color: var(--theme);
}
.event-details-wrapper .details-list-area .theme-btn.border-style:hover {
  color: var(--header);
}
.event-details-wrapper .details-list-area .social-icon {
  justify-content: center;
  gap: 15px;
  margin-top: 30px;
}
.event-details-wrapper .details-list-area .social-icon a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  display: block;
  color: var(--theme);
  transition: all 0.4s ease-in-out;
  text-align: center;
  background-color: transparent;
  border: 1px solid var(--theme);
}
.event-details-wrapper .details-list-area .social-icon a:hover {
  background-color: var(--theme);
  color: var(--white);
  border: 1px solid transparent;
}

@media screen and (max-width:992px) {
  .m-t-992-80{
    margin-top: 80px;
  }
  .feature-section.timing{
    padding-top: 0px;
  }
.cta-offer-section {
  margin-top: 0px;
}

}


@media screen and (max-width:556px) {
  .contact-info-area .contact-info-items{
    padding-bottom: 20px;
  }
}








