:root {
  --color-secondary: #1c1c1c;
  --color-paragraph: #7b7e86;
  --color-white: #ffffff;
  --color-white2: #f6fdff;
  --color-white3: #f4f4f4;
  --color-white4: #c0c6d7;
  --color-white5: #f6f7fa;
  --color-white6: #f5fbfd;
  --color-white7: #e6e6e6;
  --color-blue: #f5a523;
  --color-black: #1c1c1c;
  --color-black2: #7b7e86;
  --color-black3: #1c1c25;
  --color-border: #dde0e9;
  --title-font: "Kanit", sans-serif;
  --body-font: "Kumbh sans", sans-serif;
}

body {
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: var(--color-paragraph);
}

/* ================
    Default Value
   ================ */
h1 {
  font-size: 60px;
  line-height: 70px;
}

h2 {
  font-size: 48px;
  line-height: 58px;
}

h3 {
  font-size: 36px;
  line-height: 46px;
}

h4 {
  font-size: 30px;
  line-height: 40px;
}

h5 {
  font-size: 24px;
  line-height: 34px;
}

h6 {
  font-size: 20px;
  line-height: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--title-font);
  color: var(--color-secondary);
  text-transform: none;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a,
span a {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}

/*====================
	 Default
======================*/
*,
html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
big,
cite,
code,
del,
img,
q,
small,
strong,
sub,
sup,
tt,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
footer,
header,
menu,
nav,
section,
mark,
audio,
video,
::before,
::after {
  margin: 0;
  padding: 0;
  border: 0;
}

*,
::before,
::after {
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

blockquote,
q {
  quotes: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul,
ol,
li {
  list-style: none;
}

img {
  vertical-align: middle;
}

iframe {
  max-width: 100%;
}

del {
  text-decoration: line-through;
}

table {
  width: 100%;
  max-width: 100%;
}

table th {
  vertical-align: top;
}

pre {
  display: block;
  word-break: break-all;
  word-wrap: break-word;
}

textarea {
  resize: initial;
}

b,
strong {
  font-weight: 700;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

input:focus,
.uneditable-input:focus,
select:focus,
textarea:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 0em rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0em rgba(0, 123, 255, 0.25);
}

input[type="submit"] {
  padding: 13px 15px;
  height: 40px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0.5px;
  border: none;
}

input[type="submit"],
input[type="button"] {
  cursor: pointer;
}

:root h1,
:root h2,
:root h3,
:root h4,
:root h5,
:root h6,
:root p {
  margin: 0;
  padding: 0;
}

:root a {
  text-decoration: none;
  font-family: var(--title-font);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #f5a523;
}

:root a:hover {
  color: #f5a523;
}

:root .row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 1.5rem;
}

.row {
  justify-content: center;
  align-items: center;
}

/*=================================
    02. Reset
==================================*/
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto,
.col-xxl,
.col-xxl-1,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-auto {
  padding: 0 10px;
}

.container,
.container-fluid {
  width: 100%;
  padding: 0 10px;
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1220px;
  }
}

.all-btn .btn-p {
  /*Button Padding*/
  /*Button Version*/
  /*Button Version color*/
  /*Button Border Radius*/
  /*Button Icon*/
}

.all-btn .btn-p.v2 {
  padding: 6px 16px;
}

.all-btn .btn-p.v2 {
  font-family: var(--title-font);
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.32px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: inline-block;
}

.all-btn .btn-p.btn-blue {
  color: var(--color-white);
  background: #f5a523;
  padding: 10px;
}

.all-btn .btn-p.btn-blue:hover {
  background: var(--color-black);
  color: var(--color-white);
}

.all-btn .btn-p.btn-blue2 {
  color: var(--color-white);
  background: #f5a523;
  padding: 10px;
}

.all-btn .btn-p.btn-blue2:hover {
  background: var(--color-white);
  color: #f5a523;
}

.all-btn .btn-p.btn-black {
  background: var(--color-black);
  color: var(--color-white);
}

.all-btn .btn-p.btn-black:hover {
  background: #f5a523;
  color: var(--color-white);
}

.all-btn .btn-p.btn-white {
  background: var(--color-white);
  color: #f5a523;
}

.all-btn .btn-p.btn-white:hover {
  background: var(--color-black);
  color: var(--color-white);
}

.all-btn .btn-p.btn-l-grey {
  background: #f4f4f4;
  color: var(--color-black);
}

.all-btn .btn-p.btn-l-grey:hover {
  background: none;
  position: relative;
}

.all-btn .btn-p.btn-l-grey:hover::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #f4f4f4;
}

.all-btn .btn-p.rounded {
  border-radius: 5px;
}

.all-btn .btn-p.rounded-full {
  border-radius: 100px;
}

.all-btn .btn-p.icon-v2::after {
  font-family: "icomoon";
  content: "";
  font-size: calc(100% - 2px);
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-left: 10px;
  color: #f5a523;
}

/*---- Extra button ----*/

.btn-p.v6 {
  position: relative;
  z-index: 1;
  font-family: var(--body-font);
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: var(--color-black3);
  display: inline-block;
}

.btn-p.v6::after {
  font-family: "icomoon";
  content: "";
  font-size: calc(100% - 2px);
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-left: 10px;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  position: absolute;
  top: 4px;
  left: 100%;
  color: #f5a523;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.btn-p.v6::before {
  position: absolute;
  right: -30px;
  top: 3px;
  content: "";
  width: 20px;
  height: 20px;
  background: #b8d4e4;
  border-radius: 50%;
  z-index: -1;
}

.btn-p.v6:hover::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.all-btn.v2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.read-more-btn-p {
  color: #141414;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
}

.read-more-btn-p .read-more-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 10px;
  min-width: 45px;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background: var(--color-white);
  border: 1px solid rgba(237, 237, 237, 0.89);
  line-height: 0;
}

.section-title {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-title.start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.section-title.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-title.end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.section-title .section-title-inner.start {
  text-align: start;
}

.section-title .section-title-inner.center {
  text-align: center;
}

.section-title .section-title-inner.end {
  text-align: end;
}

.section-title .section-title-inner .sub-title {
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #f5a523;
  padding: 3px 20px;
  background: var(--color-white);
  border: 1px solid #f6f5f5;
  -webkit-box-shadow: 0px 8px 19px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 8px 19px rgba(0, 0, 0, 0.07);
  border-radius: 100px;
  margin-bottom: 0;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.section-title .section-title-inner .sub-titlev2 {
  color: #f5a523;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 2.43px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

.section-title .section-title-inner .sub-titlev2 span {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.7px;
  color: #f5a523;
  padding: 0 8px;
  background: var(--color-white);
  border: 1px solid #f6f5f5;
  -webkit-box-shadow: 0px 8px 19px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 8px 19px rgba(0, 0, 0, 0.07);
  border-radius: 100px;
  margin-bottom: 0;
  text-transform: uppercase;
  font-family: var(--title-font);
}

.section-title .section-title-inner .sub-titlev2.color-white {
  color: var(--color-white);
}

.section-title .section-title-inner .big-title {
  font-weight: 500;
  font-size: 30px;
  line-height: 40px;
}

.section-title .section-title-inner .title-para {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin-top: 22px;
  font-family: var(--body-font);
}

.section-title .section-title-inner .title-para.mb-30 {
  margin-bottom: 30px;
}

.section-title .section-title-inner .title-para.sp-color-black {
  color: var(--color-paragraph);
}

.section-title .section-title-inner .title-para.sp-color-white {
  color: var(--color-white4);
}

.section-title .s-color-white {
  color: var(--color-white);
}

.section-title.v2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/*-------------------
       Banner Content
    -------------------*/

    .banner-content.v2 .banner-img {
      padding-top: 202px;
      padding-bottom: 167px;
      background-repeat: no-repeat;
      background-size: cover;
      position: relative;
      z-index: 1;
    }
    
    .banner-content.v2 .banner-img::after {
      content: "";
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
    }
    
    .banner-content.v2 .section-title {
      margin-bottom: 58px;
    }
    
    .banner-content.v2 .section-title .sub-titlev2 {
      margin-bottom: 23px;
    }
    
    .banner-content.v2 .section-title .big-title {
      color: var(--color-white);
      font-size: 48px;
      line-height: 58px;
      font-weight: 500;
    }
    
    .banner-content.v2 .section-title .title-para {
      font-size: 22px;
      line-height: 32px;
      font-weight: 500;
      margin-top: 27px;
    }
    
    .banner-content.v2 .swiper-banner .swiper-button-next {
      display: none;
      width: 67px;
      height: 67px;
      border: 2px solid var(--color-white);
      border-radius: 50%;
      right: 60px;
    }
    
    .banner-content.v2 .swiper-banner .swiper-button-next::after {
      font-family: "icomoon";
      content: "";
      font-size: 20px;
    }
    
    .banner-content.v2 .swiper-banner .swiper-button-prev {
      display: none;
      width: 67px;
      height: 67px;
      border: 2px solid var(--color-white);
      border-radius: 50%;
      left: 60px;
    }
    
    .banner-content.v2 .swiper-banner .swiper-button-prev::after {
      font-family: "icomoon";
      content: "";
      font-size: 20px;
    }
    
    @-webkit-keyframes move {
      from {
        top: 0;
      }
    
      to {
        top: 100%;
      }
    }
    
    @keyframes move {
      from {
        top: 0;
      }
    
      to {
        top: 100%;
      }
    }
    
    @keyframes move {
      from {
        top: 100%;
      }
    
      to {
        top: 0;
      }
    }
    
    @-webkit-keyframes movetwo {
      from {
        top: 100%;
      }
    
      to {
        top: 0;
      }
    }
    
    @keyframes movetwo {
      from {
        top: 100%;
      }
    
      to {
        top: 0;
      }
    }
    
    @keyframes movetwo {
      from {
        top: 0;
      }
    
      to {
        top: 100%;
      }
    }
    /*-------------------
    Case Studies Cards
  -------------------*/

.case-studies-cards.v2 .case-studies-card {
  text-align: center;
  padding: 50px 20px;
  border-radius: 30px;
  background: var(--color-white);
  border-radius: 30px;
  border: 1px solid #e1e8f3;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.case-studies-cards.v2 .case-studies-card .item-icon {
  margin-bottom: 25px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  font-size: 90px;
  color: #f5a523;
}

.case-studies-cards.v2 .case-studies-card .item-title {
  color: var(--color-black);
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  margin-bottom: 19px;
}

.case-studies-cards.v2 .case-studies-card .item-para {
  color: var(--color-paragraph);
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 26px;
}

.case-studies-cards.v2 .case-studies-card .bg-flower {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  z-index: -1;
  display: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.case-studies-cards.v2 .case-studies-card .btn-white {
  border: 0.5px solid #e1e8f3;
}

.case-studies-cards.v2 .case-studies-card:hover {
  -webkit-box-shadow: 0px 4px 51px 0px rgba(207, 214, 227, 0.52);
  box-shadow: 0px 4px 51px 0px rgba(207, 214, 227, 0.52);
  border: 1px solid var(--color-white);
}

.case-studies-cards.v2 .case-studies-card:hover .item-icon {
  overflow: hidden;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.case-studies-cards.v2 .case-studies-card:hover .bg-flower {
  display: block;
}

.case-studies-cards.v2 .case-studies-card:hover .btn-white {
  background: #f5a523;
  color: var(--color-white);
}

.case-studies-cards.v2 .case-studies-card .btn-p {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  font-family: var(--body-font);
}/*-------------------
       Courses Cards
    -------------------*/

.courses-cards.v2 {
  margin-bottom: 70px;
}

.courses-cards.v2 .nav {
  margin-top: 70px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5px;
}

.courses-cards.v2 .nav.nav-tabs {
  border-bottom: none;
}

.courses-cards.v2 .nav .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  border: 1px solid #e0e7f2;
  border-radius: 10px;
}

.courses-cards.v2 .nav .nav-link .nav-icon {
  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;
  width: 48px;
  height: 45px;
  border-radius: 5px;
  background: #294856;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: var(--color-white);
  font-size: 20px;
}

.courses-cards.v2 .nav .nav-link .title {
  color: var(--color-black);
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  font-family: var(--title-font);
}

.courses-cards.v2 .nav .nav-link.active .nav-icon {
  background: #f5a523;
  color: var(--color-white);
}

.courses-cards.v2 .nav .nav-link.active .title {
  color: #f5a523;
}

.courses-cards.v2 .tab-content {
  margin-top: 60px;
}

.courses-cards.v2 .explore-btn {
  margin-top: 70px;
  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;
}
/*-------------------
      Header Top
  -------------------*/
.header-one-top-area {
  background: #323232;
}

.header-two-top-area,
.header-three-top-area {
  background: #ffffff;
  border-bottom: 1px solid #384350;
}

.header-three-top-area {
  background: #121830;
}

/*-------------------
      Header Top Content
  -------------------*/

.header-top-content.v2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0;
}

.header-top-content.v2 .para {
  color: black;
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.header-top-content.v2 .contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 18px;
}

.header-top-content.v2 .contact-info li {
  color: var(--color-white);
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

/*-------------------
  Follow Us Link
  -------------------*/
.follow-us-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  display: none;
}

.follow-us-link .follow-icon {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.follow-us-link .follow-icon a {
  color: var(--color-white);
}

.follow-us-link .follow-icon:hover a {
  color: #f5a523;
}

.nav-middle-content {
  display: none;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.nav-middle-content .content-location {
  border-right: 1px dotted var(--color-border);
  padding-right: 63px;
  margin-left: 50px;
}

.nav-middle-content .content-address {
  margin-left: 30px;
}

.nav-middle-content .content-location,
.nav-middle-content .content-address {
  gap: 10px;
}

.nav-middle-content .content-location .info-data a,
.nav-middle-content .content-address .info-data a {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
  color: #f5a523;
}

.nav-middle-content .content-location .info-data .para,
.nav-middle-content .content-address .info-data .para {
  font-family: var(--body-font);
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: var(--color-paragraph);
}

.nav-middle-content .content-location .location-icon,
.nav-middle-content .content-location .address-icon,
.nav-middle-content .content-address .location-icon,
.nav-middle-content .content-address .address-icon {
  background: #f5a523;
  width: 50px;
  height: 50px;
  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;
  border-radius: 50%;
  color: var(--color-white);
}


.top-content-info {
  padding: 20px 0;
}

.top-content-info .logo-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/*-------------------
    Header Login Regi
  -------------------*/
.header-login-regi a,
.header-search-button a {
  width: 34px;
  height: 34px;
  background: #f5a523;
  color: var(--color-white);
  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;
  border-radius: 50%;
}

.header-login-regi a:hover,
.header-search-button a:hover {
  background: var(--color-white);
  color: #f5a523;
}

.menu-toggle {
  width: 50px;
  height: 50px;
  padding: 0;
  font-size: 20px;
  border: none;
  display: inline-block;
  border-radius: 5px;
  background: var(--color-white3);
  color: #f5a523;
}

.header-layout1 .menu-area {
  display: none;
}

.header-layout1 .menu-area-content {
  padding-right: 20px;
  margin-bottom: -35px;
  position: relative;
  z-index: 1;
}

.header-layout1 .menu-area-content::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.1);
  background: #f5a523;
  -webkit-transform: skew(-8deg);
  transform: skew(-8deg);
  z-index: -1;
  border-radius: 10px;
}

.header-layout1 .menu-area-content .main-menu {
  padding-left: 20px;
}

.header-layout1 .menu-area-content .main-menu > ul > li > a {
  color: var(--color-white);
  font-size: 16px;
  text-transform: uppercase;
}

.header-layout1 .menu-area-content .menu-area-right-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}

.header-layout1 .menu-area-content .main-menu > ul > li > a {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.header-layout1 .menu-area-content .main-menu > ul > li > a:hover {
  color: var(--color-black);
}

.header-layout1
  .menu-area-content
  .main-menu
  > ul
  > li.menu-item-has-children
  > a:after {
  font-family: "icomoon";
  content: "";
  speak: never;
  font-size: calc(100% - 8px);
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  margin-left: 5px;
}

.header-layout2 {
  position: relative;
}

.header-layout2 .menu-area {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  border-bottom: 1px solid rgba(252, 252, 252, 0.11);
  padding: 10px 0;
  background-color: #323232;
}

.header-layout2 .menu-area-content .menu-area-right-content {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}

.header-layout2 .main-menu a {
  color: var(--color-white);
}

.header-layout2 .main-menu > ul > li > a {
  text-transform: uppercase;
}

.header-layout2 .main-menu > ul > li.menu-item-has-children > a:after {
  font-family: "icomoon";
  content: "";
  speak: never;
  font-size: calc(100% - 5px);
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  margin-left: 5px;
}

@-webkit-keyframes move {
  from {
    top: 0;
  }

  to {
    top: 100%;
  }
}

@keyframes move {
  from {
    top: 0;
  }

  to {
    top: 100%;
  }
}

@keyframes move {
  from {
    top: 100%;
  }

  to {
    top: 0;
  }
}

@-webkit-keyframes movetwo {
  from {
    top: 100%;
  }

  to {
    top: 0;
  }
}

@keyframes movetwo {
  from {
    top: 100%;
  }

  to {
    top: 0;
  }
}

@keyframes movetwo {
  from {
    top: 0;
  }

  to {
    top: 100%;
  }
}
/*-------------------
    Check Box
  -------------------*/

  .check-box.v2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 7px 55px;
  }
  
  .check-box.v2 .box-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 13px;
    background: var(--color-white);
    width: 100%;
  }
  
  .check-box.v2 .box-item .item-icon {
    font-size: 18px;
    color: #f5a523;
    line-height: 0;
  }
  
  .check-box.v2 .box-item .item-para {
    color: var(--color-paragraph);
    font-family: var(--body-font);
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
  }
/*-------------------
    Banner
  -------------------*/

@-webkit-keyframes example2 {
  0% {
    right: -237px;
    top: 140px;
  }

  50% {
    right: -237px;
    top: 70px;
  }

  100% {
    right: -237px;
    top: 140px;
  }
}

@keyframes example2 {
  0% {
    right: -237px;
    top: 140px;
  }

  50% {
    right: -237px;
    top: 70px;
  }

  100% {
    right: -237px;
    top: 140px;
  }
}

.banner.v2 {
  position: relative;
  z-index: 1;
}

@-webkit-keyframes example {
  0% {
    left: 0px;
    top: 0px;
  }

  50% {
    top: 50px;
    top: 50px;
  }

  100% {
    left: 0px;
    top: 0px;
  }
}

@keyframes example {
  0% {
    left: 0px;
    top: 0px;
  }

  50% {
    top: 50px;
    top: 50px;
  }

  100% {
    left: 0px;
    top: 0px;
  }
}

/*-------------------
       Play Data
    -------------------*/
.play-data {
  margin-top: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@-webkit-keyframes pulsepaly {
  0% {
    opacity: 0.4;
  }

  50% {
    opacity: 0.4;
  }

  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes pulsepaly {
  0% {
    opacity: 0.4;
  }

  50% {
    opacity: 0.4;
  }

  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

.play-data.v2 .play-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 19px;
}

.play-data.v2 .play-content .play-icon {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  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;
  position: relative;
  z-index: 1;
  background: #f5a523;
  color: var(--color-white);
}

.play-data.v2 .play-content .play-icon::before,
.play-data.v2 .play-content .play-icon::after {
  border: 1px solid #e0e7f2;
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  -webkit-animation: pulsepaly 4s linear infinite;
  animation: pulsepaly 4s linear infinite;
  z-index: -1;
}

.play-data.v1 .play-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

.play-data.v1 .play-content .play-icon {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  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;
  position: relative;
  z-index: 1;
  background: var(--color-white);
  color: #f5a523;
  font-size: 30px;
}

.play-data.v1 .play-content .play-icon::before,
.play-data.v1 .play-content .play-icon::after {
  background: var(--color-white);
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  -webkit-animation: pulsepaly 4s linear infinite;
  animation: pulsepaly 4s linear infinite;
  z-index: -1;
}

.case-studies-cards.v1 .case-studies-card {
  padding: 40px 0px;
  -webkit-box-shadow: 0px 29px 52px rgba(28, 33, 48, 0.1);
  box-shadow: 0px 29px 52px rgba(28, 33, 48, 0.1);
  border-radius: 10px;
  border-bottom: 3px solid #15749f;
  background: var(--color-white);
}

.case-studies-cards.v1 .case-studies-card .card-img {
  padding: 0 40px;
}

.case-studies-cards.v1 .case-studies-card .card-img img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}

.case-studies-cards.v1 .case-studies-card .middle-design {
  margin-top: 18px;
}

.case-studies-cards.v1 .case-studies-card .middle-design img {
  width: 100%;
}

.case-studies-cards.v1 .case-studies-card .card-content {
  margin-top: 34px;
  padding: 0 10px 0 30px;
}

.case-studies-cards.v1 .case-studies-card .card-content .para {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: var(--color-paragraph);
  font-family: var(--title-font);
  margin-bottom: 6px;
  text-transform: uppercase;
}

.case-studies-cards.v1 .case-studies-card .card-content .title {
  font-weight: 500;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 15px;
}

.case-studies.v1 {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f6f7fa),
    color-stop(35%, #f6f7fa),
    to(#f6f7fa)
  );
  background-image: linear-gradient(
    90deg,
    #f6f7fa 0%,
    #f6f7fa 35%,
    #f6f7fa 100%
  );
  background-size: 100% 700px;
  background-repeat: no-repeat;
}
@keyframes pulsepaly {
  0% {
    opacity: 0.4;
  }

  50% {
    opacity: 0.4;
  }

  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

body,
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

/*-------------------
       Founder Ceo
   -------------------*/
.founder-ceo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  background: #f2f7f9;
  padding: 20px;
  border-radius: 20px;
  margin: 36px 0;
  border: 0.5px solid rgba(189, 207, 216, 0.44);
  position: relative;
  z-index: 1;
}

.founder-ceo .founder-img img {
  border-radius: 10px;
  height: 121px;
  width: 139px;
}

.founder-ceo .founder-data .title {
  color: #f5a523;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 8px;
}

.founder-ceo .founder-data .title span {
  color: var(--color-paragraph);
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.founder-ceo .ceo-sign-img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

/*-------------------
       Courses Plan
    -------------------*/

.courses-plan .courses-bg-left {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.courses-plan .courses-bg-right {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

/*---------------------
    Courses plan card
  ---------------------*/
.courses-plan-card {
  border-radius: 15px;
  background: var(--color-white);
  -webkit-box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.courses-plan-card:hover .card-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.courses-plan-card .card-img {
  position: relative;
  overflow: hidden;
}

.courses-plan-card .card-img img {
  width: 100%;
  max-height: 286px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.courses-plan-card .card-img .category {
  position: absolute;
  bottom: 6px;
  left: 30px;
  background: #f5a523;
  color: var(--color-white);
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  padding: 3px 16px;
  border-radius: 2px;
}

.courses-plan-card .courses-card-content {
  padding: 40px 30px 30px 30px;
}

.courses-plan-card .courses-card-content .admin-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
}

.courses-plan-card .courses-card-content .admin-data .admin-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

.courses-plan-card
  .courses-card-content
  .admin-data
  .admin-content
  .admin-img
  img {
  width: 42px;
  height: 42px;
}

.courses-plan-card
  .courses-card-content
  .admin-data
  .admin-content
  .admin-title {
  color: #f5a523;
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
}

.courses-plan-card .courses-card-content .admin-data .lesson {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  color: #f5a523;
  font-size: 16px;
}

.courses-plan-card .courses-card-content .admin-data .lesson .para {
  color: var(--color-paragraph);
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.courses-plan-card .courses-card-content .title {
  color: var(--color-black);
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  border-bottom: 1px dotted var(--color-border);
  padding-bottom: 23px;
}

.courses-plan-card .courses-card-content .price-and-review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 21px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.courses-plan-card .courses-card-content .price-and-review .price {
  color: #f5a523;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}

.courses-plan-card .courses-card-content .price-and-review .price span {
  color: var(--color-paragraph);
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}

.courses-plan-card .courses-card-content .price-and-review .review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7px;
}

.courses-plan-card .courses-card-content .price-and-review .review .rating {
  color: #f5a523;
  font-family: var(--body-font);
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.courses-plan-card
  .courses-card-content
  .price-and-review
  .review
  .review-text {
  color: var(--color-paragraph);
  font-family: var(--body-font);
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}

.courses-plan-card .courses-card-content .price-and-review .review .star li {
  font-size: 12px;
}
/*-------------------
     Star
  -------------------*/
  .star {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
  }
  
  .star li {
    font-size: 12px;
    color: #fec107;
  }
  
  .star li.color-blue {
    color: #f5a523;
  }
  
  .star li.color-grey {
    color: #bfbfbf;
  }
/*-----------------------
     Choose Skill items
  -----------------------*/
.chooses-skill-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 52px;
}

.chooses-skill-items li {
  text-align: center;
  padding: 30px 28px;
  border-radius: 5px;
  background: var(--color-white);
  width: 140px;
  max-width: 170px;
}

.chooses-skill-items li .skill-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 10px 35px 0px rgba(35, 31, 80, 0.13);
  box-shadow: 0px 10px 35px 0px rgba(35, 31, 80, 0.13);
  border-radius: 60px;
  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;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 30px;
  color: #f5a523;
}

.chooses-skill-items li .title {
  color: #f5a523;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 11px;
}

.chooses-skill-items li .para {
  color: var(--color-paragraph);
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 3px;
}

.chooses-skill-items li:hover .skill-icon {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

/*-------------------
     Skill Items
  -------------------*/
.skill-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}

.skill-items .skill-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
}

.skill-items .skill-item .item-icon {
  width: 90px;
  height: 90px;
  border-radius: 100px;
  border: 1px dashed #fafafa;
  background: rgba(46, 71, 96, 0.14);
  -webkit-backdrop-filter: blur(6.5px);
  backdrop-filter: blur(6.5px);
  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: 43px;
  color: var(--color-white);
}

.skill-items .skill-item .title {
  font-size: 44px;
  line-height: 54px;
  font-weight: 600;
  color: var(--color-white);
  text-transform: uppercase;
}

.skill-items .skill-item .para {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: var(--color-white);
  text-transform: uppercase;
  font-family: var(--title-font);
}

@-webkit-keyframes add-slide {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes add-slide {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

/*-------------------
  Student Cards
  -------------------*/
.student-cards {
  position: relative;
  margin-top: 70px;
  z-index: 1;
}

.student-cards .student-card .title {
  color: var(--color-black);
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 10px;
}

.student-cards .student-card .title span {
  color: #f5a523;
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.student-cards .student-card .para {
  color: var(--color-paragraph);
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 15px;
}

.student-cards .student-card .star li {
  font-size: 18px;
}

.student-cards .student-card .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  margin-top: 15px;
}

.student-cards .student-card .social li a {
  width: 28px;
  height: 28px;
  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;
  border-radius: 5px;
  background: rgba(23, 155, 215, 0.1);
  color: #f5a523;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.student-cards .student-card .social li a:hover {
  background: #f5a523;
  color: var(--color-white);
}

.student-cards .student-card .student-card-icon {
  position: absolute;
  top: 30px;
  right: 28px;
  color: #f5a523;
  font-size: 44px;
  line-height: 70px;
  font-weight: 900;
  z-index: -1;
}

.student-cards .swiper-button-next,
.student-cards .swiper-button-prev {
  display: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.student-cards .swiper-button-next:hover,
.student-cards .swiper-button-prev:hover {
  background: rgba(83, 81, 81, 0.4);
  color: var(--color-white);
}

.student-cards .swiper-button-next {
  top: -93px;
  background: var(--color-white);
  width: 9%;
  border-radius: 100px;
}

.student-cards .swiper-button-next::after {
  font-family: "icomoon";
  content: "";
  font-size: 14px;
  margin-left: 10px;
}

.student-cards .swiper-button-prev {
  top: -93px;
  background: var(--color-white);
  width: 9%;
  border-radius: 100px;
  right: 135px;
  left: inherit;
}

.student-cards .swiper-button-prev::before {
  font-family: "icomoon";
  content: "";
  font-size: 14px;
  margin-right: 10px;
}

.student-cards .swiper-button-prev::after {
  display: none;
}

.student-cards .student-card {
  position: relative;
  border-radius: 20px;
  border: 1px solid #e3e3e3;
  padding: 20px;
  background: var(--color-white);
  z-index: 1;
}

.student-cards .student-card .user-img {
  position: absolute;
  left: -64px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: none;
}

.student-cards .student-card .user-img img {
  border-radius: 10px;
}

.get-free-form-content .form-box,
.get-free-form-content .form-box-last {
  border: 1px solid #e2e5e7;
  border-radius: 10px;
  overflow: hidden;
  background: var(--color-white);
}

.get-free-form-content .group-form-box {
  display: grid;
  gap: 20px;
  margin-bottom: 20px;
}

.get-free-form-content .group-form-box {
  color: #323232;
}

.get-free-form-content .group-form-box .form-box {
  display: -webkit-box;
  display: -ms-flexbox;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.get-free-form-content .group-form-box .form-box input {
  width: 100%;
}

.get-free-form-content
  .group-form-box
  .form-box
  input::-webkit-input-placeholder {
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.get-free-form-content .group-form-box .form-box input::-moz-placeholder {
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.get-free-form-content .group-form-box .form-box input:-ms-input-placeholder {
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.get-free-form-content .group-form-box .form-box input::-ms-input-placeholder {
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.get-free-form-content .group-form-box .form-box input::placeholder {
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.get-free-form-content .form-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 20px 20px 20px 20px;
}

.get-free-form-content .form-box input {
  width: 100%;
  max-height: 60px;
}

.get-free-form-content .form-box input::-webkit-input-placeholder {
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: var(--color-paragraph);
}

.get-free-form-content .form-box input::-moz-placeholder {
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: var(--color-paragraph);
}

.get-free-form-content .form-box input:-ms-input-placeholder {
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: var(--color-paragraph);
}

.get-free-form-content .form-box input::-ms-input-placeholder {
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: var(--color-paragraph);
}

.get-free-form-content .form-box input::placeholder {
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: var(--color-paragraph);
}

.get-free-form-content .form-box-last {
  margin-top: 20px;
}

.get-free-form-content .form-box-last textarea {
  height: 170px;
  resize: none;
  width: 100%;
  padding: 20px;
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.get-free-form-content .form-box-last textarea::-webkit-input-placeholder {
  font-family: var(--body-font);
  color: #7b7e86;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.get-free-form-content .form-box-last textarea::-moz-placeholder {
  font-family: var(--body-font);
  color: #7b7e86;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.get-free-form-content .form-box-last textarea:-ms-input-placeholder {
  font-family: var(--body-font);
  color: #7b7e86;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.get-free-form-content .form-box-last textarea::-ms-input-placeholder {
  font-family: var(--body-font);
  color: #7b7e86;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.get-free-form-content .form-box-last textarea::placeholder {
  font-family: var(--body-font);
  color: #7b7e86;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.get-free-form-content .check-box {
  margin-top: 30px;
}

.get-free-form-content .check-box button {
  width: 100%;
  padding: 15px 40px;
}

/*-------------------
    Skill Section
  -------------------*/
.skill-section {
  background-color: #323232;
  color: #f5a523;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}

.skill-section::before {
  position: absolute;
  top: 0;
  content: "";
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(-223.61%, rgba(21, 37, 57, 0.4)),
    color-stop(-123.61%, rgba(2, 6, 18, 0.35))
  );
  background: linear-gradient(
    180deg,
    rgba(21, 37, 57, 0.4) -223.61%,
    rgba(2, 6, 18, 0.35) -123.61%
  );
  width: 100%;
  height: 100%;
  z-index: -1;
}

.skill-section .skill-left-img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.skill-section .skill-right-img {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

/*-------------------
    Contact Info
  -------------------*/
.contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
}

.contact-info .contact-icon {
  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;
  width: 55px;
  height: 55px;
  border-radius: 100px;
  border: 0.5px solid #e0e7f2;
  background: var(--color-white);
  -webkit-box-shadow: 0px 10px 21px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 10px 21px 0px rgba(0, 0, 0, 0.12);
  position: relative;
}

.contact-info .contact-icon::after {
  content: "";
  position: absolute;
  width: 69px;
  height: 69px;
  border-radius: 100px;
  border: 1px solid #e0e7f2;
}

.contact-info .info-data {
  margin-left: 20px;
  margin-top: 10px;
}

.contact-info .info-data .para {
  color: var(--color-paragraph);
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.contact-info .info-data .title {
  color: var(--color-black);
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: var(--title-font);
}


/*-------------------
  Breadcum Content
-------------------*/
.breadcum-content a {
  color: #323232;
}

.breadcum-content .title {
  color: #323232;
  font-size: 60px;
  line-height: 70px;
  font-weight: 600;
  margin-bottom: 30px;
}

.breadcum-content .para {
  color: #323232;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  text-transform: uppercase;
}

/*-------------------
  Breadcum
-------------------*/
.breadcum {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 150px 0 150px 0;
  text-align: center;
}
/*-------------------
  Events Cards
  -------------------*/
.events-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  border-radius: 10px;
  border: 1px solid #d5d5d8;
  background: var(--color-white);
  padding: 22px 30px 22px 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.events-card .events-card-content .date {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  padding: 10px 20px;
  background: #f5a523;
  color: var(--color-white);
  border-radius: 5px;
  margin-bottom: 16px;
}

.events-card .events-card-content .date .date-icon {
  color: var(--color-white);
}

.events-card .events-card-content .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: var(--color-black);
  margin-bottom: 8px;
  width: calc(100% - 30px);
}

.events-card .events-card-content .location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  color: var(--color-paragraph);
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 11px;
}

.events-card .events-card-content .location .location-icon {
  color: #f5a523;
}

.events-card .events-card-img {
  border-radius: 10px;
  overflow: hidden;
}

.events-card .events-card-img img {
  width: 100%;
  max-width: 221px;
  max-height: 233px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.events-card .events-card-img:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/*------------------------------
  Courses Details left content
--------------------------------*/
.courses-details-left-content .top-content {
  padding: 30px;
  border-radius: 20px;
  border: 1px solid #e2e2e2;
  background: var(--color-white5);
  margin-bottom: 40px;
}

.courses-details-left-content .top-content .courses-img {
  margin-bottom: 50px;
}

.courses-details-left-content .top-content .courses-img img {
  width: 100%;
  border-radius: 20px;
}

.courses-details-left-content .top-content .title {
  font-size: 36px;
  line-height: 46px;
  font-weight: 500;
  color: var(--color-black);
}

.courses-details-left-content .top-content .instructor-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 12px 0;
  margin-top: 40px;
  gap: 10px;
}

.courses-details-left-content .top-content .instructor-info > li {
  padding-right: 53px;
}

.courses-details-left-content .top-content .instructor-info > li .title {
  color: var(--color-black);
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 12px;
}

.courses-details-left-content .top-content .instructor-info > li .para {
  color: var(--color-paragraph);
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.courses-details-left-content .top-content .instructor-info > li:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
}

.courses-details-left-content .top-content .instructor-info > li:last-child {
  padding-right: 0px;
  border-right: none;
}

.courses-details-left-content
  .top-content
  .instructor-info
  > li:last-child
  .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7px;
}

.courses-details-left-content
  .top-content
  .instructor-info
  > li:last-child
  .rating
  .star
  li {
  font-size: 12px;
}

.courses-details-left-content
  .top-content
  .instructor-info
  > li:last-child
  .rating
  .point {
  color: #f5a523;
  font-family: var(--body-font);
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.courses-details-left-content
  .top-content
  .instructor-info
  > li:last-child
  .rating
  .point-para {
  color: var(--color-black);
  font-family: var(--body-font);
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
}

.courses-details-left-content
  .top-content
  .instructor-info
  > li:last-child
  .rating
  .point-para
  span {
  color: var(--color-paragraph);
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  margin-left: 3px;
}

.courses-details-left-content
  .top-content
  .instructor-info
  .instructor-img
  img {
  width: 49px;
  height: 49px;
}

.courses-details-left-content .middle-content {
  padding: 40px;
  border-radius: 20px;
  border: 1px solid #e2e2e2;
  background: var(--color-white5);
  margin-bottom: 40px;
}

.courses-details-left-content .middle-content .nav {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 35px;
  gap: 10px;
}

.courses-details-left-content .middle-content .nav.nav-tabs {
  border-bottom: none;
}

.courses-details-left-content .middle-content .nav .nav-link {
  border-radius: 5px;
  border: 1px solid #ededed;
  background: var(--color-white6);
  -webkit-box-shadow: 0px 16px 51px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 16px 51px 0px rgba(0, 0, 0, 0.07);
  padding: 15px 40px;
  color: #f5a523;
  font-family: var(--title-font);
}

.courses-details-left-content .middle-content .nav .nav-link.active {
  background: #f5a523;
  color: var(--color-white);
}

.courses-details-left-content
  .middle-content
  .tab-content
  .overview-content
  .title {
  color: var(--color-black);
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  margin-bottom: 29px;
}

.courses-details-left-content
  .middle-content
  .tab-content
  .overview-content
  .para,
.courses-details-left-content
  .middle-content
  .tab-content
  .overview-content
  .para2 {
  color: var(--color-paragraph);
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.courses-details-left-content
  .middle-content
  .tab-content
  .overview-content
  .para2 {
  margin-top: 30px;
  margin-bottom: 40px;
}

.courses-details-left-content
  .middle-content
  .tab-content
  .overview-content
  .mini-title {
  color: var(--color-black);
  font-size: 26px;
  line-height: 36px;
  font-weight: 400;
  margin-bottom: 20px;
}

/*---------------------
  Instructor Content
----------------------*/
.instructor-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px;
  border-radius: 15px;
  border: 1px solid var(--color-white7);
  background: var(--color-white5);
  padding: 30px 30px 40px 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.instructor-content .instructor-left-content .left-content-img img {
  width: 100%;
  border-radius: 15px;
}

.instructor-content .instructor-left-content .instructor-social-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}

.instructor-content .instructor-left-content .instructor-social-link li a {
  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;
  height: 30px;
  width: 30px;
  border-radius: 5px;
  border: 1px solid #ededed;
  background: var(--color-white6);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 14px;
}

.instructor-content
  .instructor-left-content
  .instructor-social-link
  li:hover
  a {
  background: #f5a523;
  color: var(--color-white);
}

.instructor-content .instructor-right-content .title {
  color: var(--color-black);
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
}

.instructor-content .instructor-right-content .tag {
  color: #f5a523;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 9px;
  font-family: var(--title-font);
}

.instructor-content .instructor-right-content .para {
  color: var(--color-paragraph);
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

/*-------------------
  Blog Card Content
-------------------*/
.blog-card-content {
  border-radius: 20px;
  background: var(--color-white5);
  overflow: hidden;
  margin-bottom: 24px;
}

.blog-card-content:last-child {
  margin-bottom: 0;
}

.blog-card-content .blog-card-img {
  overflow: hidden;
}

.blog-card-content .blog-card-img img {
  width: 100%;
  max-height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.blog-card-content .blog-card-img:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.blog-card-content .card-info {
  padding: 20px;
}

.blog-card-content .card-info .card-top-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8px;
  gap: 20px;
}

.blog-card-content .card-info .card-top-content .card-time,
.blog-card-content .card-info .card-top-content .card-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  color: var(--color-secondary);
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: var(--title-font);
}

.blog-card-content .card-info .card-title {
  color: var(--color-black);
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  margin-bottom: 17px;
}

.blog-card-content .card-info .card-para {
  color: var(--color-paragraph);
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 37px;
}

/*-------------------
  Recent Events
-------------------*/
.recent-events {
  padding: 30px 40px;
  border-radius: 20px;
  background: var(--color-white5);
  margin-top: 30px;
}

.recent-events .recent-title {
  color: var(--color-black);
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  margin-bottom: 19px;
}

.recent-events .recent-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 17px;
}

.recent-events .recent-list li:last-child {
  margin-bottom: 0;
}

.recent-events .recent-list li .list-img img {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}

.recent-events .recent-list li .list-content .content-title {
  color: var(--color-black);
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 3px;
}

.recent-events .recent-list li .list-content .content-para {
  color: var(--color-paragraph);
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: var(--title-font);
}

/*-------------------
  Blog Details Img
-------------------*/
.blog-details-img {
  margin-bottom: 45px;
}

.blog-details-img img {
  border-radius: 20px;
  width: 100%;
  max-height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
}

/*-------------------------
  Blog Details Top Content
---------------------------*/
.blog-details-top-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  margin-bottom: 9px;
}

.blog-details-top-content .card-time,
.blog-details-top-content .card-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  color: var(--color-black);
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: var(--title-font);
}

/*-------------------
  Blog Content Info
-------------------*/
.blog-content-info .blog-details-title {
  color: var(--color-black);
  font-size: 36px;
  line-height: 46px;
  font-weight: 500;
  margin-bottom: 22px;
}

.blog-content-info .para1,
.blog-content-info .para2 {
  color: var(--color-paragraph);
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.blog-content-info .para1 {
  margin-bottom: 20px;
}

/*-------------------
  Top Author
-------------------*/
.top-author {
  border-radius: 15px;
  background: var(--color-white5);
  padding: 20px;
  margin: 30px 0;
}

.top-author .top-icon {
  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;
  width: 60px;
  height: 60px;
  background: #f5a523;
  border-radius: 50%;
  margin-bottom: 20px;
  color: var(--color-white);
  font-size: 20px;
}

.top-author .author-title {
  color: var(--color-black);
  font-family: var(--body-font);
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 20px;
}

.top-author .author-name {
  color: #f5a523;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}

.top-author .author-tag {
  color: var(--color-paragraph);
  font-size: 12px;
  line-height: 22px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: var(--title-font);
}

/*------------------------
  Blog Details Middle Img
--------------------------*/
.blog-details-middle-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  width: 100%;
  margin: 30px 0;
}

.blog-details-middle-img .middle-img {
  width: 50%;
}

.blog-details-middle-img .middle-img img {
  width: 100%;
  max-height: 350px;
  border-radius: 15px;
  -o-object-fit: cover;
  object-fit: cover;
}

/*-------------------
  Comments
-------------------*/
.comments {
  margin-top: 68px;
}

.comments .comments-list {
  margin-top: 25px;
}

.comments .comments-list .comments-list .list-content {
  padding-left: 50px;
}

.comments .comments-list li {
  margin-bottom: 30px;
}

.comments .comments-list li .list-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--color-border);
}

.comments .comments-list li .list-content .list-img img {
  width: 110px;
  height: 110px;
  border-radius: 15px;
}

.comments .comments-list li .list-content .list-info .list-top-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.comments .comments-list li .list-content .list-info .list-top-info .info-data {
  color: var(--color-paragraph);
  font-size: 12px;
  line-height: 22px;
  font-weight: 500;
  text-transform: uppercase;
}

.comments .comments-list li .list-content .list-info .list-top-info .user-name {
  color: var(--color-black);
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}

.comments .comments-list li .list-content .list-info .comments-para {
  color: var(--color-paragraph);
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-top: 5px;
}



.contact-bg-color {
  background: #f6f7fa;
}

/*-------------------
  Contact Us
-------------------*/
.contact-us-content {
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact-us-content .contact-us-img {
  display: none;
  width: 100%;
}

.contact-us-content .contact-us-img img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
}

.contact-us-content .contact-us-right-content {
  width: 100%;
  padding: 20px;
  position: relative;
  z-index: 1;
}

.contact-us-content .contact-us-right-content .section-title {
  margin-bottom: 30px;
}

.contact-us-content .contact-us-right-content .bg-map-contact-us {
  position: absolute;
  top: 22%;
  left: 0;
  z-index: -1;
}

.contact-us-content .contact-us-right-content .bg-map-contact-us img {
  width: 100%;
}

/*------------------------
  Contact Us Contact Info
---------------------------*/
.contact-us-contact-info {
  background: #f6f7fa;
  padding-bottom: 110px;
}

.contact-us-contact-info .info-list .info-list-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  background: var(--color-white);
  padding: 30px 20px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 16px 51px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 16px 51px 0px rgba(0, 0, 0, 0.07);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-bottom: 2px solid var(--color-white);
}

.contact-us-contact-info .info-list .info-list-content .info-icon {
  color: #f5a523;
  font-size: 48px;
  line-height: 58px;
  font-weight: 900;
}

.contact-us-contact-info .info-list .info-list-content .mini-title {
  color: #f5a523;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
}

.contact-us-contact-info .info-list .info-list-content .big-title {
  color: #1c2539;
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
}

.contact-us-contact-info .info-list .info-list-content:hover {
  border-bottom: 2px solid #f5a523;
}

.my-120 {
  margin: 120px 0;
}

.py-120 {
  padding: 120px 0;
}

.pt-100 {
  padding-top: 100px;
}

.py-100 {
  padding: 100px 0;
}

.pb-120 {
  padding-bottom: 120px;
}

.pt-120 {
  padding-top: 120px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-15 {
  margin-top: 15px;
}

/*-------------------
  Top to bottom
-------------------*/
.bottom-to-top {
  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;
}

.to-top {
  background: #f5a523;
  position: fixed;
  bottom: 16px;
  right: 32px;
  opacity: 0;
  pointer-events: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.to-top .to-top-icon {
  color: var(--color-white);
  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;
  line-height: 38px;
}

.to-top.active {
  bottom: 32px;
  pointer-events: auto;
  opacity: 1;
  z-index: 999;
  display: block;
}

.news-letter {
  padding: 20px 20px;
  background: var(--color-white);
  border-radius: 10px;
  -webkit-transform: translateY(-60px);
  transform: translateY(-60px);
  border: 1px solid var(--color-border);
}

.news-letter .title {
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
}

.news-letter form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 6px 8px 29px;
  border: 1px solid var(--color-border);
  border-radius: 10px;
  -webkit-box-shadow: 0px 6px 26px 0px #e4e8f1;
  box-shadow: 0px 6px 26px 0px #e4e8f1;
  width: 100%;
}

.news-letter form input {
  padding: 0;
  width: 100%;
}

.news-letter form input::-webkit-input-placeholder {
  color: var(--color-paragraph);
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.news-letter form input::-moz-placeholder {
  color: var(--color-paragraph);
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.news-letter form input:-ms-input-placeholder {
  color: var(--color-paragraph);
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.news-letter form input::-ms-input-placeholder {
  color: var(--color-paragraph);
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.news-letter form input::placeholder {
  color: var(--color-paragraph);
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

/*-------------------
  Footer Content
  -------------------*/

.footer-content.v2 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0;
}

.footer-content.v2 .footer-widget.ml-25 {
  margin-left: 25px;
}

.footer-content.v2 .footer-widget .footer-logo {
  margin-bottom: 17px;
}

.footer-content.v2 .footer-widget .widget-para {
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: var(--color-white);
  margin-bottom: 29px;
  width: calc(100% - 90px);
}

.footer-content.v2 .footer-widget .gallery-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}

.footer-content.v2 .footer-widget .gallery-content li {
  position: relative;
}

.footer-content.v2 .footer-widget .gallery-content li img {
  width: 100%;
  border-radius: 10px;
}

.footer-content.v2 .footer-widget .gallery-content li::before {
  content: "";
  height: calc(100% - 14px);
  width: calc(100% - 14px);
  background: #f5a523;
  opacity: 0.8;
  position: absolute;
  top: 7px;
  left: 7px;
  border-radius: 10px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.footer-content.v2 .footer-widget .gallery-content li .gallery-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 20px);
  transform: translate(-50%, 20px);
  color: var(--color-white);
  visibility: hidden;
  opacity: 0;
}

.footer-content.v2 .footer-widget .gallery-content li:hover::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.footer-content.v2 .footer-widget .gallery-content li:hover .gallery-btn {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.footer-content.v2 .footer-widget .widget-title {
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
  color: var(--color-white);
  padding-bottom: 15px;
  position: relative;
}

.footer-content.v2 .footer-widget .widget-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #f5a523;
  width: 41px;
  height: 3px;
}

.footer-content.v2 .footer-widget .quick-links {
  margin-top: 30px;
}

.footer-content.v2 .footer-widget .quick-links li {
  margin-bottom: 18px;
}

.footer-content.v2 .footer-widget .quick-links li a {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  font-family: var(--body-font);
  color: var(--color-white);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.footer-content.v2 .footer-widget .quick-links li a::before {
  content: "";
  font-family: "icomoon";
  font-size: calc(100% - 5px);
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-right: 5px;
}

.footer-content.v2 .footer-widget .quick-links li a:hover {
  color: #f5a523;
}

.footer-content.v2 .footer-widget .get-newsletter {
  margin-top: 24px;
}

.footer-content.v2 .footer-widget .get-newsletter .para {
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: var(--color-white);
}

.footer-content.v2 .footer-widget .get-newsletter .email-address {
  margin-top: 21px;
  background: var(--color-white);
  border-radius: 5px;
  margin-bottom: 20px;
}

.footer-content.v2 .footer-widget .get-newsletter .email-address form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
}

.footer-content.v2 .footer-widget .get-newsletter .email-address form input {
  width: 100%;
}

.footer-content.v2
  .footer-widget
  .get-newsletter
  .email-address
  form
  input::-webkit-input-placeholder {
  color: var(--color-paragraph);
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.footer-content.v2
  .footer-widget
  .get-newsletter
  .email-address
  form
  input::-moz-placeholder {
  color: var(--color-paragraph);
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.footer-content.v2
  .footer-widget
  .get-newsletter
  .email-address
  form
  input:-ms-input-placeholder {
  color: var(--color-paragraph);
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.footer-content.v2
  .footer-widget
  .get-newsletter
  .email-address
  form
  input::-ms-input-placeholder {
  color: var(--color-paragraph);
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.footer-content.v2
  .footer-widget
  .get-newsletter
  .email-address
  form
  input::placeholder {
  color: var(--color-paragraph);
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

/*-------------------
  Footer Contact Info
  -------------------*/
.footer-contact-info {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 80px !important;
}

.footer-contact-info .contact-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  border-radius: 15px;
  border: 1px dashed #f5a523;
  padding: 22px 10px;
}

.footer-contact-info .contact-data .data-icon {
  width: 70px;
  height: 70px;
  background: var(--color-white);
  stroke-width: 1px;
  border: 1px solid #f5a523;
  border-radius: 50px;
  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;
  color: #f5a523;
  font-size: 24px;
}

.footer-contact-info .contact-data .para,
.footer-contact-info .contact-data .title {
  color: var(--color-white);
}

.footer-contact-info .contact-data .title {
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
}

.footer-contact-info .contact-data .para {
  font-family: Kanit;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
}

footer {
  background-color: #323232;
}

/*-------------------
  Footer Contact Info
  -------------------*/

/*-------------------
  Copy Right Section
  -------------------*/

.copyright-section.v2 {
  border-top: 1px solid #373737;
  background: #323232;
  padding: 23px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.copyright-section.v2 .copyright-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.copyright-section.v2 .copyright-content .right-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}

.copyright-section.v2 .para {
  color: var(--color-white);
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.copyright-section.v2 .para span {
  color: #f5a523;
}

.copyright-section.v2 .para2 {
  color: var(--color-white);
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.copyright-section.v2 .para2:hover {
  color: #f5a523;
}

.footer-social-link {
  margin-top: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.footer-social-link li a {
  width: 35px;
  height: 35px;
  background: var(--color-white);
  border-radius: 7px;
  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;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 12px;
  font-weight: 400;
}

.mobile-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  width: 0;
  width: 100%;
  height: 100vh;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
  opacity: 0;
  visibility: hidden;
}

.mobile-menu-wrapper .mobile-logo {
  padding-bottom: 30px;
  padding-top: 40px;
  display: block;
  text-align: center;
  color: #f5a523;
}

.mobile-menu-wrapper .mobile-logo svg {
  max-width: 185px;
}

.mobile-menu-wrapper .menu-toggle {
  border: none;
  font-size: 22px;
  position: absolute;
  right: -16.5px;
  top: 25px;
  padding: 0;
  line-height: 1;
  width: 33px;
  height: 33px;
  line-height: 36px;
  font-size: 14px;
  z-index: 1;
  color: #fff;
  color: #f5a523;
  border-radius: 50%;
}

.mobile-menu-wrapper .menu-toggle:hover {
  background-color: #1c1c1c;
  color: #fff;
}

.mobile-menu-wrapper .mobile-menu-area {
  width: 100%;
  max-width: 310px;
  background-color: var(--color-white);
  height: 100%;
  position: relative;
  left: -110%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
  z-index: 1;
}

.mobile-menu-wrapper.body-visible {
  opacity: 1;
  visibility: visible;
}

.mobile-menu-wrapper.body-visible .mobile-menu-area {
  left: 0;
  opacity: 1;
  visibility: visible;
}

.mobile-menu {
  overflow-y: scroll;
  max-height: calc(100vh - 200px);
  padding-bottom: 40px;
  margin-top: 33px;
  text-align: left;
}

.mobile-menu::-webkit-scrollbar {
  display: none;
}

.mobile-menu ul {
  margin: 0;
  padding: 0 0;
}

.mobile-menu ul li {
  border-bottom: 1px solid var(--color-border);
  list-style-type: none;
}

.mobile-menu ul li li:first-child {
  border-top: 1px solid var(--color-border);
}

.mobile-menu ul li a {
  display: block;
  position: relative;
  padding: 12px 0;
  line-height: 1.4;
  font-size: 16px;
  color: #1c1c1c;
}

.mobile-menu ul li.active-class > a {
  color: #f5a523;
}

.mobile-menu ul li.active-class > a:before {
  background: #f5a523;
  border-color: #f5a523;
}

.mobile-menu ul li ul li {
  padding-left: 20px;
}

.mobile-menu ul li ul li:last-child {
  border-bottom: none;
}

.mobile-menu ul .submenu-item-has-children > a .mean-expand-class {
  position: absolute;
  right: 0;
  top: 50%;
  font-weight: 400;
  font-size: 10px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin-top: -12.5px;
  display: inline-block;
  text-align: center;
  background: #ddd;
  color: var(--body-color);
  -webkit-box-shadow: 0 0 20px -8px rgba(173, 136, 88, 0.5);
  box-shadow: 0 0 20px -8px rgba(173, 136, 88, 0.5);
  border-radius: 50%;
}

.mobile-menu ul .submenu-item-has-children > a .mean-expand-class:before {
  content: "";
  font-family: "icomoon";
  font-weight: 700;
}

.mobile-menu
  ul
  .submenu-item-has-children.active-class
  > a
  .mean-expand-class:before {
  content: "";
}

.mobile-menu > ul {
  padding: 0 40px;
}

.mobile-menu > ul > li:last-child {
  border-bottom: none;
}

@media (max-width: 400px) {
  .mobile-menu-wrapper .mobile-menu-area {
    width: 100%;
    max-width: 270px;
  }

  .mobile-menu > ul {
    padding: 0 20px;
  }
}

/*------------------- 4.2. Header  -------------------*/
.nav-header {
  position: relative;
  z-index: 41;
}

.nav-header .row {
  --bs-gutter-y: 0rem;
}

.sticky-wrapper {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.sticky-wrapper.sticky {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
  -webkit-animation: stickyAni 0.4s ease-in-out;
  animation: stickyAni 0.4s ease-in-out;
}

@-webkit-keyframes stickyAni {
  0% {
    -webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
    transform: translate3d(0, -40px, 0) scaleY(0.8);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0) scaleY(1);
    transform: translate3d(0, 0, 0) scaleY(1);
    opacity: 1;
  }
}

@keyframes stickyAni {
  0% {
    -webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
    transform: translate3d(0, -40px, 0) scaleY(0.8);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0) scaleY(1);
    transform: translate3d(0, 0, 0) scaleY(1);
    opacity: 1;
  }
}

/****header-top*****/
.main-menu a {
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: 500;
}

.main-menu a:hover {
  color: #f5a523;
}

.main-menu > ul > li {
  margin: 0 11px;
}

.main-menu > ul > li > a {
  padding: 26px 0;
}

.main-menu > ul > li > a:hover {
  color: #f5a523;
}

.main-menu ul {
  margin: 0;
  padding: 0;
}

.main-menu ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
}

.main-menu ul li:last-child {
  margin-right: 0 !important;
}

.main-menu ul li:first-child {
  margin-left: 0 !important;
}

.main-menu ul li:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  z-index: 9;
}

.main-menu ul li:hover > ul.mega-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleY(1) translateX(-50%);
  transform: scaleY(1) translateX(-50%);
  z-index: 9;
}

.main-menu ul li ul.mega-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
  text-align: left;
  width: 100%;
  max-width: var(--main-container);
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  padding: 10px 20px 10px 10px;
  left: 50%;
  -webkit-transform: scaleY(0) translateX(-50%);
  transform: scaleY(0) translateX(-50%);
}

.main-menu ul li ul.mega-menu li {
  display: block;
  width: 100%;
  padding: 0;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  border: 0;
  padding-bottom: 15px;
}

.main-menu ul li ul.mega-menu li a {
  display: block;
  padding: 11px 15px;
  border-bottom: 1px solid rgba(223, 223, 223, 0.87);
  color: #1c1c1c;
}

.main-menu ul li ul.mega-menu li a:hover {
  background: transparent;
  color: #1c1c1c;
}

.main-menu ul li ul.mega-menu li ul li {
  border: 0;
  padding: 0;
}

.main-menu ul li ul.mega-menu li ul li a {
  border: 0;
  padding: 3px 15px;
  font-size: 14px;
  font-weight: 400;
}

.main-menu ul li ul.mega-menu li ul li a:hover {
  color: #f5a523;
}

.main-menu ul.mega-menu,
.main-menu ul.sub-menu {
  position: absolute;
  text-align: left;
  top: 100%;
  left: -20px;
  background-color: #fff;
  visibility: hidden;
  min-width: 190px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0px;
  opacity: 0;
  z-index: -1;
  border: 0;
  -webkit-box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);
  box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);
  border-radius: 0;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.main-menu ul.mega-menu li,
.main-menu ul.sub-menu li {
  display: block;
  margin: 0 0;
  padding: 0px;
}

.main-menu ul.mega-menu a,
.main-menu ul.sub-menu a {
  color: #f5a523;
  padding: 12px 20px;
  line-height: 30px;
  position: relative;
}

.main-menu ul.mega-menu a:hover,
.main-menu ul.sub-menu a:hover {
  background: #f5a523;
  color: #fff;
}

.main-menu ul.mega-menu ul.sub-menu,
.main-menu ul.sub-menu ul.sub-menu {
  left: 100%;
  right: auto;
  top: 0;
  margin: 0 0;
  margin-left: 0px;
}

.main-menu ul.mega-menu ul.sub-menu li ul,
.main-menu ul.sub-menu ul.sub-menu li ul {
  left: 100%;
  right: auto;
}

@media (max-width: 1399px) {
  .header-button {
    gap: 20px;
  }
}

.produtos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 16px;
}

.courses-plan-card {
  width: 300px;
  height: 394px;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
}

.card-img img {
  width: 100%;
  height: auto;
}

.courses-card-content {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

@media (max-width: 1100px) {
  .produtos {
    justify-content: space-around;
  }
}

@media (max-width: 768px) {
  .produtos {
    justify-content: center;
  }

  .courses-plan-card {
    width: calc(50% - 20px);
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .courses-plan-card {
    width: calc(100% - 32px);
    margin-bottom: 20px;
  }
}

.produtos_categorias {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  padding: 16px;
}

.produto-card {
  /*teste*/
  border-radius: 8px;
  padding: 16px;
  text-align: center;
  box-sizing: border-box;
  width: calc(33.333% - 32px);
}

@media (max-width: 1200px) {
  .produto-card {
    width: calc(50% - 32px);
  }
}

@media (max-width: 768px) {
  .produto-card {
    width: calc(100% - 32px);
  }
}

.parallax-container {
  position: relative;
  height: 300px; /* Altura inicial para desktop */
  overflow: hidden;
}

.parallax {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-attachment: fixed;
  z-index: -1;
}

.container_parallax {
  position: relative;
  z-index: 1;
  padding: 20px;
  text-align: center; /* Centraliza o conteúdo */
  margin-top: 50px;
  margin-left: 250px;
  margin-right: 250px;
}

.ampere {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: center; /* Centraliza o texto dentro do .ampere */
}

.ampere p {
  font-size: 18px; /* Tamanho padrão do texto */
}

@media (max-width: 1135px) {
  .container_parallax {
    margin-top: 30px;
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 10px;
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .ampere p {
    font-size: 16px; /* Ajuste para telas menores, como tablets */
  }
  .container_parallax {
    margin: 0;
  }
}

@media (max-width: 576px) {
  .ampere p {
    font-size: 15px; /* Ajuste para telas menores, como smartphones */
  }

  .ampere {
    padding: 10px; /* Reduz o espaço interno para telas menores */
  }

  .container_parallax {
    margin: 0;
  }
}

@media (max-width: 415px) {
  .container_parallax {
    margin: 0;
  }
  .ampere p {
    font-size: 14px; /* Ajuste para telas menores, como smartphones */
  }
}

.form-menu {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.tablink {
  background-color: #f1f1f1;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  transition: background-color 0.3s;
  border-radius: 6px;
}

.tablink:hover {
  background-color: #ddd;
}

.tablink.active {
  background-color: #f5a523;
  color: white;
}

.contraste {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  padding: 15px;
}

/* Container para o grupo de checkboxes */
.checkbox-group {
  display: flex;
}

.checkbox-group label {
  display: flex;
  font-size: auto;
}

.textoprodutos p {
  font-size: 1.2em;
  line-height: 1.5;
}

.homologacao {
  font-size: 1.7em;
  padding: 8px;
}

.homologacao:hover {
  background-color: #000;
  border-radius: 10px;
}

table {
  width: 100%;
  border-collapse: collapse; /* Remove o espaçamento entre bordas das células */
}
th,
td {
  border: 1px solid #ddd; /* Adiciona uma borda leve para as células */
  padding: 8px; /* Adiciona espaçamento interno nas células */
  text-align: left; /* Alinha o texto à esquerda */
}
th {
  background-color: #f4f4f4; /* Adiciona uma cor de fundo para os cabeçalhos */
  font-weight: bold; /* Destaca o texto dos cabeçalhos */
}
td a {
  text-decoration: none; /* Remove o sublinhado dos links */
  color: #007bff; /* Define a cor do link */
}
td a:hover {
  text-decoration: underline; /* Adiciona o sublinhado ao passar o mouse */
}

.sendfile {
  margin-top: 20px;
}

.send {
  padding: 10px 20px;
  border-radius: 8px;
  background-color: #f5a523;
  color: black; /* Cor do texto */
  font-size: 16px; /* Tamanho da fonte */
  font-weight: var(--body-font); /* Negrito */
  border: none; /* Remove a borda padrão */
  transition: background-color 0.2s ease; /* Transição suave para o hover */
  width: 100%;
}

@media (max-width: 1400px) {
  .checkbox-group label {
      display: block;
      width: 100%; /* Cada label ocupará 100% da largura da div */
      margin-bottom: 10px; /* Adiciona espaço entre os labels */
      margin-left: 15px;
  }
}

.checkbox-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px; /* Espaçamento entre os itens */
}

.checkbox-group label {
  flex: 1 1 auto; /* Permite que os itens cresçam e encolham conforme necessário */
}
.checkbox-group input[type="radio"] {
  margin-left: 1em;
  margin-right: 0.5em;
}

.flagscountry {
  display: flex;
}

.flagscountry img {
  max-height: 50px;
  max-width: 100%;
  margin-top: 15px;
}

/* Estilização do botão */
.btn-submit {
  display: inline-block;
  padding: 10px 20px; /* Ajusta o tamanho do botão */
  font-size: 16px; /* Tamanho da fonte */
  font-weight: bold; /* Negrito */
  color: #ffffff; /* Cor do texto */
  background-color: #F5A523; /* Cor de fundo do botão */
  border: none; /* Remove a borda padrão */
  border-radius: 5px; /* Borda arredondada */
  text-align: center; /* Alinha o texto ao centro */
  text-decoration: none; /* Remove o sublinhado do link */
  cursor: pointer; /* Muda o cursor para indicar que é clicável */
  transition: background-color 0.3s, transform 0.2s; /* Animação ao passar o mouse */
}

/* Efeito ao passar o mouse */
.btn-submit:hover {
  background-color: #d4931c; /* Cor de fundo mais escura ao passar o mouse */
  transform: scale(1.05); /* Aumenta um pouco o tamanho do botão */
}

/* Efeito ao focar */
.btn-submit:focus {
  outline: none; /* Remove o contorno padrão ao focar */
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); /* Adiciona uma sombra */
}

.carousel, .banner {
  position: relative;
  width: 100%; /* Largura 100% para preencher o espaço disponível */
  max-width: 1800px; /* Largura máxima de 1600px */
  height: 400px; /* Altura fixa de 400px */
  margin: 30px auto; /* Margem para centralizar */
  border-radius: 6px; /* Bordas arredondadas */
  box-sizing: border-box; /* Inclui padding e border no tamanho total */
  overflow: hidden; /* Oculta conteúdo que excede as bordas */
}

.carousel-inner {
  position: relative;
  width: 100%;
  height: 100%; /* Garante que o inner ocupe 100% da altura */
}

.carousel-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; /* Garante que cada item ocupe 100% da altura */
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.carousel-item.active {
  opacity: 1; /* Torna visível o item ativo */
}

.carousel-item img {
  width: 100%;
  height: 100%; /* A imagem cobre 100% do espaço */
  object-fit: cover; /* A imagem se adapta ao espaço */
  border-radius: 6px; /* Bordas arredondadas na imagem */
}

.carousel-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  z-index: 10;
  border-radius: 6px; /* Bordas arredondadas nos botões de navegação */
}

.carousel-prev {
  left: 10px; /* Posiciona o botão anterior */
}

.carousel-next {
  right: 10px; /* Posiciona o botão seguinte */
}

.carousel-indicators {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 10;
}

.carousel-indicator {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  cursor: pointer;
}

.carousel-indicator.active {
  background-color: white; /* Indica o item ativo */
}

.banner img {
  width: 100%;
  height: 100%; /* A imagem cobre 100% do espaço do banner */
  object-fit: cover; /* A imagem se adapta ao espaço */
  border-radius: 6px; /* Bordas arredondadas na imagem do banner */
}

/* Estilo para o container das abas */
.nav-tabs {
  border-bottom: 2px solid #dee2e6;
  display: flex;
  justify-content: center;
  gap: 50px;
  padding: 10px 0;
}

/* Estilo para os botões de abas */
.nav-tabs .nav-link {
  background-color: #f8f9fa;
  border: 1px solid transparent;
  border-radius: 5px;
  color: #494a4b;
  font-weight: bold;
  padding: 10px 20px;
  margin: 0 5px;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

/* Estilo para o botão ativo */
.nav-tabs .nav-link.active {
  background-color: #f5a523;
  border-color: #f5a523;
  color: white;
  transform: scale(1.05); /* Efeito sutil de ampliação */
}

/* Hover e foco para as abas */
.nav-tabs .nav-link:hover, 
.nav-tabs .nav-link:focus {
  background-color: #d4931c;
  color: white;
  transform: scale(1.05); /* Efeito sutil de ampliação no hover */
}

/* Remover bordas padrão ao focar */
.nav-tabs .nav-link:focus {
  outline: none;
}

/* Para dispositivos móveis */
@media (max-width: 768px) {
  .nav-tabs {
      flex-wrap: wrap;
  }

  .nav-tabs .nav-link {
      width: 100%; /* Abas em tela cheia para dispositivos móveis */
      margin-bottom: 10px;
  }
}
