/* (Reverted) No overlay for HiddenSlider, restore original hidden-bar for right-side slider */
@charset "UTF-8";
@import "./ri-theme.css";
@import "./ri-typography.css"


/*----------------------------------------------------------------------
    Template Name: Wellearn - Education & LMS HTML Template
    Template URI: https://webtend.net/demo/html/wellearn/
    Author: WebTend
    Author URI:  https://webtend.net/
    Version: 1.0

    Note: This is Main Style CSS File. */
/*----------------------------------------------------------------------
	CSS INDEX
	----------------------

    01. Default Style
    02. Common Classes
    03. Repeat Style
    04. Padding Margin Spacing
    05. Custom Animation
    06. Header
    07. Hero Section
    08. Page Banner
    09. Features Section
    10. About Section
    11. Course Section
    12. Work Step
    13. Newsletter
    14. Event Section
    15. Testimonials
    16. Blog Section
    17. Client Logo
    18. Instagram Section
    19. Counter
    20. Categories Section
    21. Advertise Section
    22. Team Members
    23. Shop Section
    24. Pricing Section
    25. Gallery Section
    26. FAQs Section
    27. Contact Area
    28. Sidebar Widgets
    29. Main Slider
    30. CTA Section
    31. Why Choose
    32. Main Footer */
/* -------------------------------------------------------------- */
/* Import Google Fonts */
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600;700;800&amp;family=Raleway:wght@600;700;800&amp;display=swap");

/*******************************************************/
/******************* 01. Default Style *****************/
/*******************************************************/
* {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

body {
  color: var(--color-body);
  background: white;
  font-weight: 400;
  line-height: 1.82;
  font-size: 1rem;
  font-family: var(--font-body-primary);
}

a {
  color: #415674;
  cursor: pointer;
  outline: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

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

a:hover {
  color: #0769b3;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.75rem;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #262d3d;
}

h2 {
  color: var(--color-primary) !important;
}

.css-1yuq9pa-MuiPaper-root-MuiCard-root {
  @media only screen and (max-width: 47.9375rem) {
    margin-left: auto !important;
    margin-right: auto !important;
  }

}

/* custom card home page end */

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white h1 a,
.text-white h2 a,
.text-white h3 a,
.text-white h4 a,
.text-white h5 a,
.text-white h6 a {
  color: white;
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
  display: inline-block;
}

header:after,
section:after,
footer:after {
  display: block;
  clear: both;
  content: "";
}

/*======= Input Styles =======*/
input,
select,
textarea,
.nice-select,
.form-control {
  width: 100%;
  height: auto;
  font-size: 1.125rem;
  font-weight: 600;
  border-radius: 0.3125rem;
  padding: 1rem 1.875rem;
  background: #f7f7f7;
  font-family: var(--font-bold-primary);
  border: 0.0625rem solid #f7f7f7;
}

@media only screen and (max-width: 30rem) {

  input,
  select,
  textarea,
  .nice-select,
  .form-control {
    font-size: 1rem;
  }
}

.nice-select {
  line-height: 1.5;
}

textarea {
  display: inherit;
}

.form-group {
  margin-bottom: 1.875rem;
}

input:focus,
textarea:focus,
.form-control:focus,
.nice-select.open,
.nice-select:active,
.nice-select:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  border-color: #e9eaeb;
}

button:focus {
  outline: none;
}

input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: #262d3d;
  text-transform: capitalize;
}

input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
  color: #262d3d;
  text-transform: capitalize;
}

input::-ms-input-placeholder,
select::-ms-input-placeholder,
textarea::-ms-input-placeholder,
.form-control::-ms-input-placeholder {
  color: #262d3d;
  text-transform: capitalize;
}

input::placeholder,
select::placeholder,
textarea::placeholder,
.form-control::placeholder {
  color: #262d3d;
  text-transform: capitalize;
}

input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

input[type=checkbox],
input[type=radio] {
  height: auto;
  width: auto;
}

/*******************************************************/
/*****************  02. Common Classes *****************/
/*******************************************************/
.page-wrapper {
  position: relative;
  z-index: 9;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  min-width: 18.75rem;
  background: #FFFFFF;
}

.container {
  max-width: 75rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.no-gap {
  margin-left: 0;
  margin-right: 0;
}

.no-gap>div {
  padding-left: 0;
  padding-right: 0;
}

.small-gap {
  margin-left: -0.3125rem;
  margin-right: -0.3125rem;
}

.small-gap>div {
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
}

@media only screen and (min-width: 93.8125rem) {
  .large-gap {
    margin-left: -2.3438rem;
    margin-right: -2.3438rem;
  }

  .large-gap>div {
    padding-left: 2.3438rem;
    padding-right: 2.3438rem;
  }
}

@media only screen and (max-width: 23.4375rem) {
  .col-small {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/** Section Title style **/
.section-title {
  z-index: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-title h2 {
  text-transform: capitalize;
  text-align: center;
  color: var(--color-secondary);  
  width: 100%;
  text-align: left;
}

.section-title img {
  width: 96px;
  height: 96px;
}

.section-para {
  font-size: 24px;  
  font-weight: 500;
}



@media only screen and (max-width: 61.9375rem) and (min-width: 48rem) {
  .section-title h2 {
    font-size: 3.125rem;
    margin-right: 0.3125rem;
  }

}

@media only screen and (max-width: 47.9375rem) {
  .section-title h2 {
    font-size: 2.1875rem;
    margin-right: 0.3125rem;
  }

  .section-title img {
    width: 72px;
    height: 72px;
  }

  .section-para {
    font-size: 20.8px;
  }
}

@media only screen and (max-width: 35.9375rem) {
  .section-title h2 {
    font-size: 2rem;
  }

  .section-title img {
    width: 62.4px;
    height: 62.4px;
  }

  .section-para {
    font-size: 17.6px;
  }
}

.section-title h2 .number {
  color: #204ecf;
}

.section-title h2 span:not(.number) {
  display: inline-block;
  padding: 0 0.9375rem 0.625rem 0.625rem;
  margin: 0 -0.9375rem -0.625rem -0.625rem;
  background: url(../images/shapes/title-bg.png) no-repeat right bottom;
}

.sub-title {
  color: white;
  font-size: 0.9375rem;
  font-weight: 700;
  border-radius: 0.3125rem;
  padding: 0.1875rem 1rem 0.0625rem;
  display: inline-block;
  text-transform: uppercase;
  font-family: var(--font-bold-primary);
  background: #0769b3;
}

.sub-title.style-two {
  color: #204ecf;
  background: rgba(32, 78, 207, 0.1);
}

.sub-title-two {
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
  display: inline-block;
  color: #204ecf;
  font-family: var(--font-bold-primary);
}

.sub-title-three {
  font-size: 1.25rem;
  font-weight: 700;
  color: #2467ec;
  margin-bottom: 0.9375rem;
  display: inline-block;
}

.sub-title-three span {
  position: relative;
}

.sub-title-three span:before {
  content: '';
  width: 100%;
  height: 0.625rem;
  left: 0;
  top: 95%;
  position: absolute;
  background: url(../images/shapes/subtitle-line.png) no-repeat center/cover;
}

.bg-text {
  text-transform: uppercase;
  position: absolute;
  font-size: 9.375rem;
  font-weight: 800;
  line-height: 0.7;
  opacity: 0.04;
  z-index: -1;
  bottom: 0;
  right: 0;
}

@media only screen and (max-width: 93.75rem) {
  .bg-text {
    font-size: 11.25rem;
  }
}

@media only screen and (max-width: 74.9375rem) {
  .bg-text {
    font-size: 8.125rem;
  }
}

@media only screen and (max-width: 35.9375rem) {
  .bg-text {
    font-size: 5rem;
  }
}

@media only screen and (max-width: 30rem) {
  .bg-text {
    font-size: 2.5rem;
  }
}

/** Button style **/
.theme-btn,
a.theme-btn {
  color: white;
  cursor: pointer;
  font-weight: 800;
  font-size: 0.9375rem;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-radius: 0.3125rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 12.8px;
  text-transform: uppercase;
}

.connect-details { text-transform: none !important; display: inline-block; /* ensures transform works properly */ animation: jump 1.5s infinite ease-in-out, glow 2s infinite alternate; } 
@keyframes jump { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-5px); /* adjust height of jump */ } } 

.theme-btn i,
a.theme-btn i {
  font-size: 0.75rem;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-left: 0.9375rem;
}

.theme-btn:hover i,
a.theme-btn:hover i {
  margin: 0 -0.1875rem 0 1.125rem;
}

.theme-btn:hover,
.theme-btn:focus,
.theme-btn.style-two:not(:hover),
a.theme-btn:hover,
a.theme-btn:focus,
a.theme-btn.style-two:not(:hover) {
  background: #204ecf;
}

.theme-btn:not(:hover),
.theme-btn.style-two:hover,
a.theme-btn:not(:hover),
a.theme-btn.style-two:hover {
  background: #0769b3;
}

.theme-btn.style-three,
a.theme-btn.style-three {
  color: #262d3d;
  background: transparent;
  border: 0.0625rem solid #e9eaeb;
}

.theme-btn.style-three:hover,
a.theme-btn.style-three:hover {
  color: #204ecf;
  border-color: #204ecf;
}

.theme-btn.style-four,
a.theme-btn.style-four {
  color: #262d3d;
  background: #FFB113;
}

.theme-btn.style-four:hover,
a.theme-btn.style-four:hover {
  color: white;
  background: #204ecf;
}

.theme-btn.style-five,
a.theme-btn.style-five {
  color: #262d3d;
  background: #f7f7f7;
}

.theme-btn.style-five:hover,
a.theme-btn.style-five:hover {
  color: white;
  background: #FFB113;
}

@media only screen and (max-width: 30rem) {

  .theme-btn,
  a.theme-btn {
    padding: 0.75rem 1.25rem;
  }
}

/* Read More Btb */
.read-more {
  font-size: 0.9375rem;
  font-weight: 800;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-transform: uppercase;
  text-decoration: underline;
}

.read-more.color-two {
  color: #204ecf;
}

.read-more i {
  float: right;
  font-size: 0.8125rem;
  margin-left: 0.625rem;
}

/* List style One */
.list-style-one li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.125rem;
  font-weight: 700;
  font-family: var(--font-bold-primary);
}

.list-style-one li:before {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  color: white;
  font-size: 0.6875rem;
  margin-top: 0.25rem;
  content: "\f00c";
  margin-right: 0.9375rem;
  width: 1.5625rem;
  height: 1.5625rem;
  background: #0769b3;
  line-height: 1.5625rem;
  border-radius: 50%;
  text-align: center;
  font-family: 'Font Awesome 5 Free';
}

.list-style-one li:not(:last-child) {
  margin-bottom: 0.9375rem;
}

/* List style Two */
.list-style-two li:not(:last-child) {
  margin-bottom: 0.5rem;
}

.list-style-two li:before {
  content: "\f0a4";
  margin-right: 0.625rem;
  color: #204ecf;
  font-family: "Font Awesome 5 Free";
}

/* List style Three */
.list-style-three li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.list-style-three li:before {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  color: white;
  margin-top: 0.25rem;
  content: "\f00c";
  font-weight: 600;
  margin-right: 1.25rem;
  width: 2.1875rem;
  height: 2.1875rem;
  background: #204ecf;
  line-height: 2.1875rem;
  border-radius: 50%;
  text-align: center;
  font-family: 'Font Awesome 5 Free';
}

.list-style-three li:not(:last-child) {
  margin-bottom: 0.625rem;
}

.list-style-three li h5 {
  margin-bottom: 0.3125rem;
}

/* List style Four */
.list-style-four li {
  font-size: 1.125rem;
  font-weight: 700;
  color: #262d3d;
}

@media only screen and (max-width: 23.4375rem) {
  .list-style-four li {
    font-size: 1rem;
  }
}

.list-style-four li:not(:last-child) {
  margin-bottom: 0.5rem;
}

.list-style-four li:before {
  content: "\f00c";
  margin-right: 0.625rem;
  color: #204ecf;
  font-family: "Font Awesome 5 Free";
}

/** Social Style One **/
.social-style-one {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 1rem;

  @media only screen and (max-width: 768px) {
    gap: 1.5rem;
  }
}


.social-style-one a:hover {

  background: #204ecf;
}

/** Social Style two **/
.social-style-two {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.social-style-two a {
  opacity: 0.5;
  margin: 0 0.625rem;
}

.social-style-two a:hover {
  opacity: 1;
}

/*** Preloader style ** */
.preloader {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: white;
}

.preloader:after {
  content: '';
  width: 3.125rem;
  height: 3.125rem;
  padding: 0rem;
  border: 0.125rem solid;
  border-radius: 100%;
  position: absolute;
  top: calc(50% - 1.5625rem);
  left: calc(50% - 1.5625rem);
  border-top-color: rgba(0, 204, 131, 0.65);
  border-right-color: rgba(0, 204, 131, 0.15);
  border-bottom-color: rgba(32, 78, 207, 0.65);
  border-left-color: rgba(32, 78, 207, 0.15);
  -webkit-animation: preloader 0.8s linear infinite;
  animation: preloader 0.8s linear infinite;
}

/* Slick Dots */
.slick-dots {
  margin-top: 1.875rem;
  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;
}

.slick-dots li {
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  width: 1.375rem;
  height: 1.375rem;
  background: transparent;
  line-height: 1.375rem;
  border-radius: 50%;
  text-align: center;
  border: 0.0625rem solid transparent;
}

.slick-dots li button {
  text-indent: 6.25rem;
  background: transparent;
}

.slick-dots li:before {
  content: '';
  width: 0.3125rem;
  height: 0.3125rem;
  left: 50%;
  top: 50%;
  background: #232323;
  position: absolute;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.slick-dots li.slick-active {
  border-color: #204ecf;
}

.slick-dots li.slick-active:before {
  background: #204ecf;
}

/* Pagination */
.pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination li {
  margin: 0.625rem 0.3125rem 0;
}

.pagination li a,
.pagination li .page-link {
  padding: 0;
  border: none;
  font-size: 1.125rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 600;
  color: #262d3d;
  font-family: var(--font-bold-primary);
  width: 3.125rem;
  height: 3.125rem;
  background: rgba(32, 78, 207, 0.1);
  line-height: 3.125rem;
  border-radius: 50%;
  text-align: center;
}

@media only screen and (max-width: 30rem) {

  .pagination li a,
  .pagination li .page-link {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 0.875rem;
    line-height: 2.5rem;
  }
}

.pagination li.disabled .page-link,
.pagination li:last-child .page-link,
.pagination li:first-child .page-link {
  border-radius: 50%;
  background: rgba(32, 78, 207, 0.1);
}

.pagination li:first-child {
  margin-left: 0;
}

.pagination li:last-child {
  margin-right: 0;
}

.pagination li.active .page-link,
.pagination li:hover:not(.disabled) .page-link {
  color: white;
  background: #0769b3;
}

.pagination.style-two li.active .page-link,
.pagination.style-two li:hover:not(.disabled) .page-link {
  background: #204ecf;
}

/*** Scroll Top style ***/
.scroll-top {
  position: absolute;
  z-index: 99;
  color: white;
  top: -1.7188rem;
  display: none;
  right: calc(50% - 1.7188rem);
  border: 0.375rem solid #081a55;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  width: 3.4375rem;
  height: 3.4375rem;
  background: #0769b3;
  line-height: 3.4375rem;
  border-radius: 50%;
  text-align: center;
  line-height: 2.8125rem;
}

/* Text White */
.text-white *,
.text-white .bg-text {
  color: white;
}

/* Position */
.rel {
  position: relative;
}

.z-0 {
  z-index: 0;
}

.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 2;
}

.z-3 {
  z-index: 3;
}

.z-4 {
  z-index: 4;
}

.z-5 {
  z-index: 5;
}

.overlay {
  z-index: 1;
  position: relative;
}

.overlay::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0.3;
  background-color: black;
}

/* Shapes */
.circle-one,
.circle-two,
.circle-three,
.circle-four,
.circle-five,
.circle-dots,
.rectangle-dots {
  z-index: -1;
  max-width: 20%;
  position: absolute;
}

.rectangle-dots {
  bottom: 20%;
  left: 5%;
  -webkit-animation: 8s down-up-three infinite;
  animation: 8s down-up-three infinite;
}

.circle-dots {
  top: 25%;
  right: 8%;
  -webkit-animation: 8s down-up-two infinite;
  animation: 8s down-up-two infinite;
}

.circle-one {
  top: 20%;
  left: 25%;
  -webkit-animation: 50s shapeAnimationOne infinite;
  animation: 50s shapeAnimationOne infinite;
}


.circle-two {
  top: 25%;
  right: 25%;
  -webkit-animation: 50s shapeAnimationTwo infinite;
  animation: 50s shapeAnimationTwo infinite;
}

.circle-three {
  top: 10%;
  left: 15%;
  -webkit-animation: 50s shapeAnimationOne infinite;
  animation: 50s shapeAnimationOne infinite;
}

.circle-four {
  top: 35%;
  right: 35%;
  -webkit-animation: 50s shapeAnimationTwo infinite;
  animation: 50s shapeAnimationTwo infinite;
}

.circle-five {
  top: 10%;
  right: 45%;
  -webkit-animation: 50s shapeAnimationOne infinite;
  animation: 50s shapeAnimationOne infinite;
}

/* Backgruond Size */
.bgs-cover {
  background-size: cover;
  background-position: center;
}

/* Color + Background */
.bg-lighter {
  background-color: #f7f7f7;
}

.bg-light-two {
  background-color: #f4f6f9;
}

.bg-green {
  background-color: #0769b3;
}

.bg-blue {
  background-color: #0f256e;
}

.bg-dark-blue {
  background-color: #081a55;
}

.bg-light-blue {
  background-color: #204ecf;
}

.bg-black {
  background-color: #141517;
}

/* Border Radius */
.br-5 {
  border-radius: 0.3125rem;
}

.br-10 {
  border-radius: 0.625rem;
}

.br-15 {
  border-radius: 0.9375rem;
}

.br-20 {
  border-radius: 1.25rem;
}

.br-25 {
  border-radius: 1.5625rem;
}

.br-30 {
  border-radius: 1.875rem;
}

@media only screen and (min-width: 93.8125rem) {
  .home-one .section-title h2 {
    font-size: 3rem;
  }
}

/*******************************************************/
/******************* 03. Repeat Style ******************/
/*******************************************************/
h1,
h2,
h3,
h4,
h5,
h6,
.bg-text,
.coach-filter li,
.newsletter-radios {
  font-weight: 700;
  color: var(--color-secondary);
  font-family: var(--font-bold-primary);
}

.about-features h5 {
  color: var(--color-body);
}

/*******************************************************/
/************** 04. Padding Margin Spacing *************/
/*******************************************************/
/* Padding Around */
.p-5 {
  padding: 0.3125rem !important;
}

.p-10 {
  padding: 0.625rem;
}

.p-15 {
  padding: 0.9375rem;
}

.p-20 {
  padding: 1.25rem;
}

.p-25 {
  padding: 1.5625rem;
}

.p-30 {
  padding: 1.875rem;
}

.p-35 {
  padding: 2.1875rem;
}

.p-40 {
  padding: 2.5rem;
}

.p-45 {
  padding: 2.8125rem;
}

.p-50 {
  padding: 3.125rem;
}

.p-55 {
  padding: 3.4375rem;
}

.p-60 {
  padding: 3.75rem;
}

.p-65 {
  padding: 4.0625rem;
}

.p-70 {
  padding: 4.375rem;
}

.p-75 {
  padding: 4.6875rem;
}

.p-80 {
  padding: 5rem;
}

.p-85 {
  padding: 5.3125rem;
}

.p-90 {
  padding: 5.625rem;
}

.p-95 {
  padding: 5.9375rem;
}

.p-100 {
  padding: 6.25rem;
}

.p-105 {
  padding: 6.5625rem;
}

.p-110 {
  padding: 6.875rem;
}

.p-115 {
  padding: 7.1875rem;
}

.p-120 {
  padding: 7.5rem;
}

.p-125 {
  padding: 7.8125rem;
}

.p-130 {
  padding: 8.125rem;
}

.p-135 {
  padding: 8.4375rem;
}

.p-140 {
  padding: 8.75rem;
}

.p-145 {
  padding: 9.0625rem;
}

.p-150 {
  padding: 9.375rem;
}

.p-155 {
  padding: 9.6875rem;
}

.p-160 {
  padding: 10rem;
}

.p-165 {
  padding: 10.3125rem;
}

.p-170 {
  padding: 10.625rem;
}

.p-175 {
  padding: 10.9375rem;
}

.p-180 {
  padding: 11.25rem;
}

.p-185 {
  padding: 11.5625rem;
}

.p-190 {
  padding: 11.875rem;
}

.p-195 {
  padding: 12.1875rem;
}

.p-200 {
  padding: 12.5rem;
}

.p-205 {
  padding: 12.8125rem;
}

.p-210 {
  padding: 13.125rem;
}

.p-215 {
  padding: 13.4375rem;
}

.p-220 {
  padding: 13.75rem;
}

.p-225 {
  padding: 14.0625rem;
}

.p-230 {
  padding: 14.375rem;
}

.p-235 {
  padding: 14.6875rem;
}

.p-240 {
  padding: 15rem;
}

.p-245 {
  padding: 15.3125rem;
}

.p-250 {
  padding: 15.625rem;
}

/* Padding Top */
.pt-5,
.py-5 {
  padding-top: 0.3125rem !important;
}

.pt-10,
.py-10 {
  padding-top: 0.625rem;
}

.pt-15,
.py-15 {
  padding-top: 0.9375rem;
}

.pt-20,
.py-20 {
  padding-top: 1.25rem;
}

.pt-25,
.py-25 {
  padding-top: 1.5625rem;
}

.pt-30,
.py-30 {
  padding-top: 1.875rem;
}

.pt-35,
.py-35 {
  padding-top: 2.1875rem;
}

.pt-40,
.py-40 {
  padding-top: 2.5rem;
}

.pt-45,
.py-45 {
  padding-top: 2.8125rem;
}

.pt-50,
.py-50 {
  padding-top: 3.125rem;
}

.pt-55,
.py-55 {
  padding-top: 3.4375rem;
}

.pt-60,
.py-60 {
  padding-top: 3.75rem;
}

.pt-65,
.py-65 {
  padding-top: 4.0625rem;
}

.pt-70,
.py-70 {
  padding-top: 4.375rem;
}

.pt-75,
.py-75 {
  padding-top: 4.6875rem;
}

.pt-80,
.py-80 {
  padding-top: 5rem;
}

.pt-85,
.py-85 {
  padding-top: 5.3125rem;
}

.pt-90,
.py-90 {
  padding-top: 5.625rem;
}

.pt-95,
.py-95 {
  padding-top: 5.9375rem;
}

.pt-100,
.py-100 {
  padding-top: 6.25rem;
}

.pt-105,
.py-105 {
  padding-top: 6.5625rem;
}

.pt-110,
.py-110 {
  padding-top: 6.875rem;
}

.pt-115,
.py-115 {
  padding-top: 7.1875rem;
}

.pt-120,
.py-120 {
  padding-top: 7.5rem;
}

.pt-125,
.py-125 {
  padding-top: 7.8125rem;
}

.pt-130,
.py-130 {
  padding-top: 8.125rem;
}

.pt-135,
.py-135 {
  padding-top: 8.4375rem;
}

.pt-140,
.py-140 {
  padding-top: 8.75rem;
}

.pt-145,
.py-145 {
  padding-top: 9.0625rem;
}

.pt-150,
.py-150 {
  padding-top: 9.375rem;
}

.pt-155,
.py-155 {
  padding-top: 9.6875rem;
}

.pt-160,
.py-160 {
  padding-top: 10rem;
}

.pt-165,
.py-165 {
  padding-top: 10.3125rem;
}

.pt-170,
.py-170 {
  padding-top: 10.625rem;
}

.pt-175,
.py-175 {
  padding-top: 10.9375rem;
}

.pt-180,
.py-180 {
  padding-top: 11.25rem;
}

.pt-185,
.py-185 {
  padding-top: 11.5625rem;
}

.pt-190,
.py-190 {
  padding-top: 11.875rem;
}

.pt-195,
.py-195 {
  padding-top: 12.1875rem;
}

.pt-200,
.py-200 {
  padding-top: 12.5rem;
}

.pt-205,
.py-205 {
  padding-top: 12.8125rem;
}

.pt-210,
.py-210 {
  padding-top: 13.125rem;
}

.pt-215,
.py-215 {
  padding-top: 13.4375rem;
}

.pt-220,
.py-220 {
  padding-top: 13.75rem;
}

.pt-225,
.py-225 {
  padding-top: 14.0625rem;
}

.pt-230,
.py-230 {
  padding-top: 14.375rem;
}

.pt-235,
.py-235 {
  padding-top: 14.6875rem;
}

.pt-240,
.py-240 {
  padding-top: 15rem;
}

.pt-245,
.py-245 {
  padding-top: 15.3125rem;
}

.pt-250,
.py-250 {
  padding-top: 15.625rem;
}

/* Padding Bottom */
.pb-5,
.py-5 {
  padding-bottom: 0.3125rem !important;
}

.pb-10,
.py-10 {
  padding-bottom: 0.625rem;
}

.pb-15,
.py-15 {
  padding-bottom: 0.9375rem;
}

.pb-20,
.py-20 {
  padding-bottom: 1.25rem;
}

.pb-25,
.py-25 {
  padding-bottom: 1.5625rem;
}

.pb-30,
.py-30 {
  padding-bottom: 1.875rem;
}

.pb-35,
.py-35 {
  padding-bottom: 2.1875rem;
}

.pb-40,
.py-40 {
  padding-bottom: 2.5rem;
}

.pb-45,
.py-45 {
  padding-bottom: 2.8125rem;
}

.pb-50,
.py-50 {
  padding-bottom: 3.125rem;
}

.pb-55,
.py-55 {
  padding-bottom: 3.4375rem;
}

.pb-60,
.py-60 {
  padding-bottom: 3.75rem;
}

.pb-65,
.py-65 {
  padding-bottom: 4.0625rem;
}

.pb-70,
.py-70 {
  padding-bottom: 4.375rem;
}

.pb-75,
.py-75 {
  padding-bottom: 4.6875rem;
}

.pb-80,
.py-80 {
  padding-bottom: 5rem;
}

.pb-85,
.py-85 {
  padding-bottom: 5.3125rem;
}

.pb-90,
.py-90 {
  padding-bottom: 5.625rem;
}

.pb-95,
.py-95 {
  padding-bottom: 5.9375rem;
}

.pb-100,
.py-100 {
  padding-bottom: 6.25rem;
}

.pb-105,
.py-105 {
  padding-bottom: 6.5625rem;
}

.pb-110,
.py-110 {
  padding-bottom: 6.875rem;
}

.pb-115,
.py-115 {
  padding-bottom: 7.1875rem;
}

.pb-120,
.py-120 {
  padding-bottom: 7.5rem;
}

.pb-125,
.py-125 {
  padding-bottom: 7.8125rem;
}

.pb-130,
.py-130 {
  padding-bottom: 8.125rem;
}

.pb-135,
.py-135 {
  padding-bottom: 8.4375rem;
}

.pb-140,
.py-140 {
  padding-bottom: 8.75rem;
}

.pb-145,
.py-145 {
  padding-bottom: 9.0625rem;
}

.pb-150,
.py-150 {
  padding-bottom: 9.375rem;
}

.pb-155,
.py-155 {
  padding-bottom: 9.6875rem;
}

.pb-160,
.py-160 {
  padding-bottom: 10rem;
}

.pb-165,
.py-165 {
  padding-bottom: 10.3125rem;
}

.pb-170,
.py-170 {
  padding-bottom: 10.625rem;
}

.pb-175,
.py-175 {
  padding-bottom: 10.9375rem;
}

.pb-180,
.py-180 {
  padding-bottom: 11.25rem;
}

.pb-185,
.py-185 {
  padding-bottom: 11.5625rem;
}

.pb-190,
.py-190 {
  padding-bottom: 11.875rem;
}

.pb-195,
.py-195 {
  padding-bottom: 12.1875rem;
}

.pb-200,
.py-200 {
  padding-bottom: 12.5rem;
}

.pb-205,
.py-205 {
  padding-bottom: 12.8125rem;
}

.pb-210,
.py-210 {
  padding-bottom: 13.125rem;
}

.pb-215,
.py-215 {
  padding-bottom: 13.4375rem;
}

.pb-220,
.py-220 {
  padding-bottom: 13.75rem;
}

.pb-225,
.py-225 {
  padding-bottom: 14.0625rem;
}

.pb-230,
.py-230 {
  padding-bottom: 14.375rem;
}

.pb-235,
.py-235 {
  padding-bottom: 14.6875rem;
}

.pb-240,
.py-240 {
  padding-bottom: 15rem;
}

.pb-245,
.py-245 {
  padding-bottom: 15.3125rem;
}

.pb-250,
.py-250 {
  padding-bottom: 15.625rem;
}

/* Margin Around */
.m-5 {
  margin: 0.3125rem !important;
}

.m-10 {
  margin: 0.625rem;
}

.m-15 {
  margin: 0.9375rem;
}

.m-20 {
  margin: 1.25rem;
}

.m-25 {
  margin: 1.5625rem;
}

.m-30 {
  margin: 1.875rem;
}

.m-35 {
  margin: 2.1875rem;
}

.m-40 {
  margin: 2.5rem;
}

.m-45 {
  margin: 2.8125rem;
}

.m-50 {
  margin: 3.125rem;
}

.m-55 {
  margin: 3.4375rem;
}

.m-60 {
  margin: 3.75rem;
}

.m-65 {
  margin: 4.0625rem;
}

.m-70 {
  margin: 4.375rem;
}

.m-75 {
  margin: 4.6875rem;
}

.m-80 {
  margin: 5rem;
}

.m-85 {
  margin: 5.3125rem;
}

.m-90 {
  margin: 5.625rem;
}

.m-95 {
  margin: 5.9375rem;
}

.m-100 {
  margin: 6.25rem;
}

.m-105 {
  margin: 6.5625rem;
}

.m-110 {
  margin: 6.875rem;
}

.m-115 {
  margin: 7.1875rem;
}

.m-120 {
  margin: 7.5rem;
}

.m-125 {
  margin: 7.8125rem;
}

.m-130 {
  margin: 8.125rem;
}

.m-135 {
  margin: 8.4375rem;
}

.m-140 {
  margin: 8.75rem;
}

.m-145 {
  margin: 9.0625rem;
}

.m-150 {
  margin: 9.375rem;
}

.m-155 {
  margin: 9.6875rem;
}

.m-160 {
  margin: 10rem;
}

.m-165 {
  margin: 10.3125rem;
}

.m-170 {
  margin: 10.625rem;
}

.m-175 {
  margin: 10.9375rem;
}

.m-180 {
  margin: 11.25rem;
}

.m-185 {
  margin: 11.5625rem;
}

.m-190 {
  margin: 11.875rem;
}

.m-195 {
  margin: 12.1875rem;
}

.m-200 {
  margin: 12.5rem;
}

.m-205 {
  margin: 12.8125rem;
}

.m-210 {
  margin: 13.125rem;
}

.m-215 {
  margin: 13.4375rem;
}

.m-220 {
  margin: 13.75rem;
}

.m-225 {
  margin: 14.0625rem;
}

.m-230 {
  margin: 14.375rem;
}

.m-235 {
  margin: 14.6875rem;
}

.m-240 {
  margin: 15rem;
}

.m-245 {
  margin: 15.3125rem;
}

.m-250 {
  margin: 15.625rem;
}

/* Margin Top */
.mt-5,
.my-5 {
  margin-top: 0.3125rem !important;
}

.mt-10,
.my-10 {
  margin-top: 0.625rem;
}

.mt-15,
.my-15 {
  margin-top: 0.9375rem;
}

.mt-20,
.my-20 {
  margin-top: 1.25rem;
}

.mt-25,
.my-25 {
  margin-top: 1.5625rem;
}

.mt-30,
.my-30 {
  margin-top: 1.875rem;
}

.mt-35,
.my-35 {
  margin-top: 2.1875rem;
}

.mt-40,
.my-40 {
  margin-top: 2.5rem;
}

.mt-45,
.my-45 {
  margin-top: 2.8125rem;
}

.mt-50,
.my-50 {
  margin-top: 3.125rem;
}

.mt-55,
.my-55 {
  margin-top: 3.4375rem;
}

.mt-60,
.my-60 {
  margin-top: 3.75rem;
}

.mt-65,
.my-65 {
  margin-top: 4.0625rem;
}

.mt-70,
.my-70 {
  margin-top: 4.375rem;
}

.mt-75,
.my-75 {
  margin-top: 4.6875rem;
}

.mt-80,
.my-80 {
  margin-top: 5rem;
}

.mt-85,
.my-85 {
  margin-top: 5.3125rem;
}

.mt-90,
.my-90 {
  margin-top: 5.625rem;
}

.mt-95,
.my-95 {
  margin-top: 5.9375rem;
}

.mt-100,
.my-100 {
  margin-top: 6.25rem;
}

.mt-105,
.my-105 {
  margin-top: 6.5625rem;
}

.mt-110,
.my-110 {
  margin-top: 6.875rem;
}

.mt-115,
.my-115 {
  margin-top: 7.1875rem;
}

.mt-120,
.my-120 {
  margin-top: 7.5rem;
}

.mt-125,
.my-125 {
  margin-top: 7.8125rem;
}

.mt-130,
.my-130 {
  margin-top: 8.125rem;
}

.mt-135,
.my-135 {
  margin-top: 8.4375rem;
}

.mt-140,
.my-140 {
  margin-top: 8.75rem;
}

.mt-145,
.my-145 {
  margin-top: 9.0625rem;
}

.mt-150,
.my-150 {
  margin-top: 9.375rem;
}

.mt-155,
.my-155 {
  margin-top: 9.6875rem;
}

.mt-160,
.my-160 {
  margin-top: 10rem;
}

.mt-165,
.my-165 {
  margin-top: 10.3125rem;
}

.mt-170,
.my-170 {
  margin-top: 10.625rem;
}

.mt-175,
.my-175 {
  margin-top: 10.9375rem;
}

.mt-180,
.my-180 {
  margin-top: 11.25rem;
}

.mt-185,
.my-185 {
  margin-top: 11.5625rem;
}

.mt-190,
.my-190 {
  margin-top: 11.875rem;
}

.mt-195,
.my-195 {
  margin-top: 12.1875rem;
}

.mt-200,
.my-200 {
  margin-top: 12.5rem;
}

.mt-205,
.my-205 {
  margin-top: 12.8125rem;
}

.mt-210,
.my-210 {
  margin-top: 13.125rem;
}

.mt-215,
.my-215 {
  margin-top: 13.4375rem;
}

.mt-220,
.my-220 {
  margin-top: 13.75rem;
}

.mt-225,
.my-225 {
  margin-top: 14.0625rem;
}

.mt-230,
.my-230 {
  margin-top: 14.375rem;
}

.mt-235,
.my-235 {
  margin-top: 14.6875rem;
}

.mt-240,
.my-240 {
  margin-top: 15rem;
}

.mt-245,
.my-245 {
  margin-top: 15.3125rem;
}

.mt-250,
.my-250 {
  margin-top: 15.625rem;
}

/* Margin Bottom */
.mb-5,
.my-5 {
  margin-bottom: 0.3125rem !important;
}

.mb-10,
.my-10 {
  margin-bottom: 0.625rem;
}

.mb-15,
.my-15 {
  margin-bottom: 0.9375rem;
}

.mb-20,
.my-20 {
  margin-bottom: 1.25rem;
}

.mb-25,
.my-25 {
  margin-bottom: 1.5625rem;
}

.mb-30,
.my-30 {
  margin-bottom: 1.875rem;
}

.mb-35,
.my-35 {
  margin-bottom: 2.1875rem;
}

.mb-40,
.my-40 {
  margin-bottom: 2.5rem;
}

.mb-45,
.my-45 {
  margin-bottom: 2.8125rem;
}

.mb-50,
.my-50 {
  margin-bottom: 3.125rem;
}

.mb-55,
.my-55 {
  margin-bottom: 3.4375rem;
}

.mb-60,
.my-60 {
  margin-bottom: 3.75rem;
}

.mb-65,
.my-65 {
  margin-bottom: 4.0625rem;
}

.mb-70,
.my-70 {
  margin-bottom: 4.375rem;
}

.mb-75,
.my-75 {
  margin-bottom: 4.6875rem;
}

.mb-80,
.my-80 {
  margin-bottom: 5rem;
}

.mb-85,
.my-85 {
  margin-bottom: 5.3125rem;
}

.mb-90,
.my-90 {
  margin-bottom: 5.625rem;
}

.mb-95,
.my-95 {
  margin-bottom: 5.9375rem;
}

.mb-100,
.my-100 {
  margin-bottom: 6.25rem;
}

.mb-105,
.my-105 {
  margin-bottom: 6.5625rem;
}

.mb-110,
.my-110 {
  margin-bottom: 6.875rem;
}

.mb-115,
.my-115 {
  margin-bottom: 7.1875rem;
}

.mb-120,
.my-120 {
  margin-bottom: 7.5rem;
}

.mb-125,
.my-125 {
  margin-bottom: 7.8125rem;
}

.mb-130,
.my-130 {
  margin-bottom: 8.125rem;
}

.mb-135,
.my-135 {
  margin-bottom: 8.4375rem;
}

.mb-140,
.my-140 {
  margin-bottom: 8.75rem;
}

.mb-145,
.my-145 {
  margin-bottom: 9.0625rem;
}

.mb-150,
.my-150 {
  margin-bottom: 9.375rem;
}

.mb-155,
.my-155 {
  margin-bottom: 9.6875rem;
}

.mb-160,
.my-160 {
  margin-bottom: 10rem;
}

.mb-165,
.my-165 {
  margin-bottom: 10.3125rem;
}

.mb-170,
.my-170 {
  margin-bottom: 10.625rem;
}

.mb-175,
.my-175 {
  margin-bottom: 10.9375rem;
}

.mb-180,
.my-180 {
  margin-bottom: 11.25rem;
}

.mb-185,
.my-185 {
  margin-bottom: 11.5625rem;
}

.mb-190,
.my-190 {
  margin-bottom: 11.875rem;
}

.mb-195,
.my-195 {
  margin-bottom: 12.1875rem;
}

.mb-200,
.my-200 {
  margin-bottom: 12.5rem;
}

.mb-205,
.my-205 {
  margin-bottom: 12.8125rem;
}

.mb-210,
.my-210 {
  margin-bottom: 13.125rem;
}

.mb-215,
.my-215 {
  margin-bottom: 13.4375rem;
}

.mb-220,
.my-220 {
  margin-bottom: 13.75rem;
}

.mb-225,
.my-225 {
  margin-bottom: 14.0625rem;
}

.mb-230,
.my-230 {
  margin-bottom: 14.375rem;
}

.mb-235,
.my-235 {
  margin-bottom: 14.6875rem;
}

.mb-240,
.my-240 {
  margin-bottom: 15rem;
}

.mb-245,
.my-245 {
  margin-bottom: 15.3125rem;
}

.mb-250,
.my-250 {
  margin-bottom: 15.625rem;
}

/* Responsive Padding Margin */
@media only screen and (max-width: 61.9375rem) {

  /* Padding Around */
  .rp-0 {
    padding: 0rem !important;
  }

  .rp-5 {
    padding: 0.3125rem !important;
  }

  .rp-10 {
    padding: 0.625rem;
  }

  .rp-15 {
    padding: 0.9375rem;
  }

  .rp-20 {
    padding: 1.25rem;
  }

  .rp-25 {
    padding: 1.5625rem;
  }

  .rp-30 {
    padding: 1.875rem;
  }

  .rp-35 {
    padding: 2.1875rem;
  }

  .rp-40 {
    padding: 2.5rem;
  }

  .rp-45 {
    padding: 2.8125rem;
  }

  .rp-50 {
    padding: 3.125rem;
  }

  .rp-55 {
    padding: 3.4375rem;
  }

  .rp-60 {
    padding: 3.75rem;
  }

  .rp-65 {
    padding: 4.0625rem;
  }

  .rp-70 {
    padding: 4.375rem;
  }

  .rp-75 {
    padding: 4.6875rem;
  }

  .rp-80 {
    padding: 5rem;
  }

  .rp-85 {
    padding: 5.3125rem;
  }

  .rp-90 {
    padding: 5.625rem;
  }

  .rp-95 {
    padding: 5.9375rem;
  }

  .rp-100 {
    padding: 6.25rem;
  }

  .rp-105 {
    padding: 6.5625rem;
  }

  .rp-110 {
    padding: 6.875rem;
  }

  .rp-115 {
    padding: 7.1875rem;
  }

  .rp-120 {
    padding: 7.5rem;
  }

  .rp-125 {
    padding: 7.8125rem;
  }

  .rp-130 {
    padding: 8.125rem;
  }

  .rp-135 {
    padding: 8.4375rem;
  }

  .rp-140 {
    padding: 8.75rem;
  }

  .rp-145 {
    padding: 9.0625rem;
  }

  .rp-150 {
    padding: 9.375rem;
  }

  /* Padding Top */
  .rpt-0,
  .rpy-0 {
    padding-top: 0rem !important;
  }

  .rpt-5,
  .rpy-5 {
    padding-top: 0.3125rem !important;
  }

  .rpt-10,
  .rpy-10 {
    padding-top: 0.625rem;
  }

  .rpt-15,
  .rpy-15 {
    padding-top: 0.9375rem;
  }

  .rpt-20,
  .rpy-20 {
    padding-top: 1.25rem;
  }

  .rpt-25,
  .rpy-25 {
    padding-top: 1.5625rem;
  }

  .rpt-30,
  .rpy-30 {
    padding-top: 1.875rem;
  }

  .rpt-35,
  .rpy-35 {
    padding-top: 2.1875rem;
  }

  .rpt-40,
  .rpy-40 {
    padding-top: 2.5rem;
  }

  .rpt-45,
  .rpy-45 {
    padding-top: 2.8125rem;
  }

  .rpt-50,
  .rpy-50 {
    padding-top: 3.125rem;
  }

  .rpt-55,
  .rpy-55 {
    padding-top: 3.4375rem;
  }

  .rpt-60,
  .rpy-60 {
    padding-top: 3.75rem;
  }

  .rpt-65,
  .rpy-65 {
    padding-top: 4.0625rem;
  }

  .rpt-70,
  .rpy-70 {
    padding-top: 4.375rem;
  }

  .rpt-75,
  .rpy-75 {
    padding-top: 4.6875rem;
  }

  .rpt-80,
  .rpy-80 {
    padding-top: 5rem;
  }

  .rpt-85,
  .rpy-85 {
    padding-top: 5.3125rem;
  }

  .rpt-90,
  .rpy-90 {
    padding-top: 5.625rem;
  }

  .rpt-95,
  .rpy-95 {
    padding-top: 5.9375rem;
  }

  .rpt-100,
  .rpy-100 {
    padding-top: 6.25rem;
  }

  .rpt-105,
  .rpy-105 {
    padding-top: 6.5625rem;
  }

  .rpt-110,
  .rpy-110 {
    padding-top: 6.875rem;
  }

  .rpt-115,
  .rpy-115 {
    padding-top: 7.1875rem;
  }

  .rpt-120,
  .rpy-120 {
    padding-top: 7.5rem;
  }

  .rpt-125,
  .rpy-125 {
    padding-top: 7.8125rem;
  }

  .rpt-130,
  .rpy-130 {
    padding-top: 8.125rem;
  }

  .rpt-135,
  .rpy-135 {
    padding-top: 8.4375rem;
  }

  .rpt-140,
  .rpy-140 {
    padding-top: 8.75rem;
  }

  .rpt-145,
  .rpy-145 {
    padding-top: 9.0625rem;
  }

  .rpt-150,
  .rpy-150 {
    padding-top: 9.375rem;
  }

  /* Padding Bottom */
  .rpb-0,
  .rpy-0 {
    padding-bottom: 0rem !important;
  }

  .rpb-5,
  .rpy-5 {
    padding-bottom: 0.3125rem !important;
  }

  .rpb-10,
  .rpy-10 {
    padding-bottom: 0.625rem;
  }

  .rpb-15,
  .rpy-15 {
    padding-bottom: 0.9375rem;
  }

  .rpb-20,
  .rpy-20 {
    padding-bottom: 1.25rem;
  }

  .rpb-25,
  .rpy-25 {
    padding-bottom: 1.5625rem;
  }

  .rpb-30,
  .rpy-30 {
    padding-bottom: 1.875rem;
  }

  .rpb-35,
  .rpy-35 {
    padding-bottom: 2.1875rem;
  }

  .rpb-40,
  .rpy-40 {
    padding-bottom: 2.5rem;
  }

  .rpb-45,
  .rpy-45 {
    padding-bottom: 2.8125rem;
  }

  .rpb-50,
  .rpy-50 {
    padding-bottom: 3.125rem;
  }

  .rpb-55,
  .rpy-55 {
    padding-bottom: 3.4375rem;
  }

  .rpb-60,
  .rpy-60 {
    padding-bottom: 3.75rem;
  }

  .rpb-65,
  .rpy-65 {
    padding-bottom: 4.0625rem;
  }

  .rpb-70,
  .rpy-70 {
    padding-bottom: 4.375rem;
  }

  .rpb-75,
  .rpy-75 {
    padding-bottom: 4.6875rem;
  }

  .rpb-80,
  .rpy-80 {
    padding-bottom: 5rem;
  }

  .rpb-85,
  .rpy-85 {
    padding-bottom: 5.3125rem;
  }

  .rpb-90,
  .rpy-90 {
    padding-bottom: 5.625rem;
  }

  .rpb-95,
  .rpy-95 {
    padding-bottom: 5.9375rem;
  }

  .rpb-100,
  .rpy-100 {
    padding-bottom: 6.25rem;
  }

  .rpb-105,
  .rpy-105 {
    padding-bottom: 6.5625rem;
  }

  .rpb-110,
  .rpy-110 {
    padding-bottom: 6.875rem;
  }

  .rpb-115,
  .rpy-115 {
    padding-bottom: 7.1875rem;
  }

  .rpb-120,
  .rpy-120 {
    padding-bottom: 7.5rem;
  }

  .rpb-125,
  .rpy-125 {
    padding-bottom: 7.8125rem;
  }

  .rpb-130,
  .rpy-130 {
    padding-bottom: 8.125rem;
  }

  .rpb-135,
  .rpy-135 {
    padding-bottom: 8.4375rem;
  }

  .rpb-140,
  .rpy-140 {
    padding-bottom: 8.75rem;
  }

  .rpb-145,
  .rpy-145 {
    padding-bottom: 9.0625rem;
  }

  .rpb-150,
  .rpy-150 {
    padding-bottom: 9.375rem;
  }

  /* Margin Around */
  .rm-0 {
    margin: 0rem !important;
  }

  .rm-5 {
    margin: 0.3125rem !important;
  }

  .rm-10 {
    margin: 0.625rem;
  }

  .rm-15 {
    margin: 0.9375rem;
  }

  .rm-20 {
    margin: 1.25rem;
  }

  .rm-25 {
    margin: 1.5625rem;
  }

  .rm-30 {
    margin: 1.875rem;
  }

  .rm-35 {
    margin: 2.1875rem;
  }

  .rm-40 {
    margin: 2.5rem;
  }

  .rm-45 {
    margin: 2.8125rem;
  }

  .rm-50 {
    margin: 3.125rem;
  }

  .rm-55 {
    margin: 3.4375rem;
  }

  .rm-60 {
    margin: 3.75rem;
  }

  .rm-65 {
    margin: 4.0625rem;
  }

  .rm-70 {
    margin: 4.375rem;
  }

  .rm-75 {
    margin: 4.6875rem;
  }

  .rm-80 {
    margin: 5rem;
  }

  .rm-85 {
    margin: 5.3125rem;
  }

  .rm-90 {
    margin: 5.625rem;
  }

  .rm-95 {
    margin: 5.9375rem;
  }

  .rm-100 {
    margin: 6.25rem;
  }

  .rm-105 {
    margin: 6.5625rem;
  }

  .rm-110 {
    margin: 6.875rem;
  }

  .rm-115 {
    margin: 7.1875rem;
  }

  .rm-120 {
    margin: 7.5rem;
  }

  .rm-125 {
    margin: 7.8125rem;
  }

  .rm-130 {
    margin: 8.125rem;
  }

  .rm-135 {
    margin: 8.4375rem;
  }

  .rm-140 {
    margin: 8.75rem;
  }

  .rm-145 {
    margin: 9.0625rem;
  }

  .rm-150 {
    margin: 9.375rem;
  }

  /* Margin Top */
  .rmt-0,
  .rmy-0 {
    margin-top: 0rem !important;
  }

  .rmt-5,
  .rmy-5 {
    margin-top: 0.3125rem !important;
  }

  .rmt-10,
  .rmy-10 {
    margin-top: 0.625rem;
  }

  .rmt-15,
  .rmy-15 {
    margin-top: 0.9375rem;
  }

  .rmt-20,
  .rmy-20 {
    margin-top: 1.25rem;
  }

  .rmt-25,
  .rmy-25 {
    margin-top: 1.5625rem;
  }

  .rmt-30,
  .rmy-30 {
    margin-top: 1.875rem;
  }

  .rmt-35,
  .rmy-35 {
    margin-top: 2.1875rem;
  }

  .rmt-40,
  .rmy-40 {
    margin-top: 2.5rem;
  }

  .rmt-45,
  .rmy-45 {
    margin-top: 2.8125rem;
  }

  .rmt-50,
  .rmy-50 {
    margin-top: 3.125rem;
  }

  .rmt-55,
  .rmy-55 {
    margin-top: 3.4375rem;
  }

  .rmt-60,
  .rmy-60 {
    margin-top: 3.75rem;
  }

  .rmt-65,
  .rmy-65 {
    margin-top: 4.0625rem;
  }

  .rmt-70,
  .rmy-70 {
    margin-top: 4.375rem;
  }

  .rmt-75,
  .rmy-75 {
    margin-top: 4.6875rem;
  }

  .rmt-80,
  .rmy-80 {
    margin-top: 5rem;
  }

  .rmt-85,
  .rmy-85 {
    margin-top: 5.3125rem;
  }

  .rmt-90,
  .rmy-90 {
    margin-top: 5.625rem;
  }

  .rmt-95,
  .rmy-95 {
    margin-top: 5.9375rem;
  }

  .rmt-100,
  .rmy-100 {
    margin-top: 6.25rem;
  }

  .rmt-105,
  .rmy-105 {
    margin-top: 6.5625rem;
  }

  .rmt-110,
  .rmy-110 {
    margin-top: 6.875rem;
  }

  .rmt-115,
  .rmy-115 {
    margin-top: 7.1875rem;
  }

  .rmt-120,
  .rmy-120 {
    margin-top: 7.5rem;
  }

  .rmt-125,
  .rmy-125 {
    margin-top: 7.8125rem;
  }

  .rmt-130,
  .rmy-130 {
    margin-top: 8.125rem;
  }

  .rmt-135,
  .rmy-135 {
    margin-top: 8.4375rem;
  }

  .rmt-140,
  .rmy-140 {
    margin-top: 8.75rem;
  }

  .rmt-145,
  .rmy-145 {
    margin-top: 9.0625rem;
  }

  .rmt-150,
  .rmy-150 {
    margin-top: 9.375rem;
  }

  /* Margin Bottom */
  .rmb-0,
  .rmy-0 {
    margin-bottom: 0rem !important;
  }

  .rmb-5,
  .rmy-5 {
    margin-bottom: 0.3125rem !important;
  }

  .rmb-10,
  .rmy-10 {
    margin-bottom: 0.625rem;
  }

  .rmb-15,
  .rmy-15 {
    margin-bottom: 0.9375rem;
  }

  .rmb-20,
  .rmy-20 {
    margin-bottom: 1.25rem;
  }

  .rmb-25,
  .rmy-25 {
    margin-bottom: 1.5625rem;
  }

  .rmb-30,
  .rmy-30 {
    margin-bottom: 1.875rem;
  }

  .rmb-35,
  .rmy-35 {
    margin-bottom: 2.1875rem;
  }

  .rmb-40,
  .rmy-40 {
    margin-bottom: 2.5rem;
  }

  .rmb-45,
  .rmy-45 {
    margin-bottom: 2.8125rem;
  }

  .rmb-50,
  .rmy-50 {
    margin-bottom: 3.125rem;
  }

  .rmb-55,
  .rmy-55 {
    margin-bottom: 3.4375rem;
  }

  .rmb-60,
  .rmy-60 {
    margin-bottom: 3.75rem;
  }

  .rmb-65,
  .rmy-65 {
    margin-bottom: 4.0625rem;
  }

  .rmb-70,
  .rmy-70 {
    margin-bottom: 4.375rem;
  }

  .rmb-75,
  .rmy-75 {
    margin-bottom: 4.6875rem;
  }

  .rmb-80,
  .rmy-80 {
    margin-bottom: 5rem;
  }

  .rmb-85,
  .rmy-85 {
    margin-bottom: 5.3125rem;
  }

  .rmb-90,
  .rmy-90 {
    margin-bottom: 5.625rem;
  }

  .rmb-95,
  .rmy-95 {
    margin-bottom: 5.9375rem;
  }

  .rmb-100,
  .rmy-100 {
    margin-bottom: 6.25rem;
  }

  .rmb-105,
  .rmy-105 {
    margin-bottom: 6.5625rem;
  }

  .rmb-110,
  .rmy-110 {
    margin-bottom: 6.875rem;
  }

  .rmb-115,
  .rmy-115 {
    margin-bottom: 7.1875rem;
  }

  .rmb-120,
  .rmy-120 {
    margin-bottom: 7.5rem;
  }

  .rmb-125,
  .rmy-125 {
    margin-bottom: 7.8125rem;
  }

  .rmb-130,
  .rmy-130 {
    margin-bottom: 8.125rem;
  }

  .rmb-135,
  .rmy-135 {
    margin-bottom: 8.4375rem;
  }

  .rmb-140,
  .rmy-140 {
    margin-bottom: 8.75rem;
  }

  .rmb-145,
  .rmy-145 {
    margin-bottom: 9.0625rem;
  }

  .rmb-150,
  .rmy-150 {
    margin-bottom: 9.375rem;
  }
}

/*******************************************************/
/***************** 05. Custom Animation ****************/
/*******************************************************/
/* Animation Delay */
.delay-1-0s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.delay-2-0s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.delay-0-1s {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.delay-0-2s {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.delay-0-3s {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.delay-0-4s {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.delay-0-5s {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.delay-0-6s {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.delay-0-7s {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.delay-0-8s {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.delay-0-9s {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.delay-1-1s {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

.delay-1-2s {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.delay-1-3s {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

.delay-1-4s {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.delay-1-5s {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.delay-1-6s {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

.delay-1-7s {
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
}

.delay-1-8s {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

.delay-1-9s {
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s;
}

/* Menu Sticky */
@-webkit-keyframes sticky {
  0% {
    top: -6.25rem;
  }

  100% {
    top: 0;
  }
}

@keyframes sticky {
  0% {
    top: -6.25rem;
  }

  100% {
    top: 0;
  }
}

/* Hero Circle */
@-webkit-keyframes rotated_circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

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

@keyframes rotated_circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

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

/* Hero Circle */
@-webkit-keyframes upDownLeft {

  0%,
  100% {
    -webkit-transform: translate(0rem, 0rem);
    transform: translate(0rem, 0rem);
  }

  25%,
  75% {
    -webkit-transform: translate(0rem, 3.125rem);
    transform: translate(0rem, 3.125rem);
  }

  50% {
    -webkit-transform: translate(-3.125rem, 3.125rem);
    transform: translate(-3.125rem, 3.125rem);
  }
}

@keyframes upDownLeft {

  0%,
  100% {
    -webkit-transform: translate(0rem, 0rem);
    transform: translate(0rem, 0rem);
  }

  25%,
  75% {
    -webkit-transform: translate(0rem, 3.125rem);
    transform: translate(0rem, 3.125rem);
  }

  50% {
    -webkit-transform: translate(-3.125rem, 3.125rem);
    transform: translate(-3.125rem, 3.125rem);
  }
}

@-webkit-keyframes shapeAnimationOne {
  0% {
    -webkit-transform: translate(0rem, 0rem) rotate(0deg);
    transform: translate(0rem, 0rem) rotate(0deg);
  }

  25% {
    -webkit-transform: translate(0rem, 9.375rem) rotate(90deg);
    transform: translate(0rem, 9.375rem) rotate(90deg);
  }

  50% {
    -webkit-transform: translate(9.375rem, 9.375rem) rotate(180deg);
    transform: translate(9.375rem, 9.375rem) rotate(180deg);
  }

  75% {
    -webkit-transform: translate(9.375rem, 0rem) rotate(270deg);
    transform: translate(9.375rem, 0rem) rotate(270deg);
  }

  100% {
    -webkit-transform: translate(0rem, 0rem) rotate(360deg);
    transform: translate(0rem, 0rem) rotate(360deg);
  }
}

@keyframes shapeAnimationOne {
  0% {
    -webkit-transform: translate(0rem, 0rem) rotate(0deg);
    transform: translate(0rem, 0rem) rotate(0deg);
  }

  25% {
    -webkit-transform: translate(0rem, 9.375rem) rotate(90deg);
    transform: translate(0rem, 9.375rem) rotate(90deg);
  }

  50% {
    -webkit-transform: translate(9.375rem, 9.375rem) rotate(180deg);
    transform: translate(9.375rem, 9.375rem) rotate(180deg);
  }

  75% {
    -webkit-transform: translate(9.375rem, 0rem) rotate(270deg);
    transform: translate(9.375rem, 0rem) rotate(270deg);
  }

  100% {
    -webkit-transform: translate(0rem, 0rem) rotate(360deg);
    transform: translate(0rem, 0rem) rotate(360deg);
  }
}

@-webkit-keyframes shapeAnimationTwo {
  0% {
    -webkit-transform: translate(0rem, 0rem) rotate(0deg);
    transform: translate(0rem, 0rem) rotate(0deg);
  }

  25% {
    -webkit-transform: translate(-9.375rem, 0rem) rotate(270deg);
    transform: translate(-9.375rem, 0rem) rotate(270deg);
  }

  50% {
    -webkit-transform: translate(-9.375rem, -9.375rem) rotate(180deg);
    transform: translate(-9.375rem, -9.375rem) rotate(180deg);
  }

  75% {
    -webkit-transform: translate(0rem, -9.375rem) rotate(90deg);
    transform: translate(0rem, -9.375rem) rotate(90deg);
  }

  100% {
    -webkit-transform: translate(0rem, 0rem) rotate(360deg);
    transform: translate(0rem, 0rem) rotate(360deg);
  }
}

@keyframes shapeAnimationTwo {
  0% {
    -webkit-transform: translate(0rem, 0rem) rotate(0deg);
    transform: translate(0rem, 0rem) rotate(0deg);
  }

  25% {
    -webkit-transform: translate(-9.375rem, 0rem) rotate(270deg);
    transform: translate(-9.375rem, 0rem) rotate(270deg);
  }

  50% {
    -webkit-transform: translate(-9.375rem, -9.375rem) rotate(180deg);
    transform: translate(-9.375rem, -9.375rem) rotate(180deg);
  }

  75% {
    -webkit-transform: translate(0rem, -9.375rem) rotate(90deg);
    transform: translate(0rem, -9.375rem) rotate(90deg);
  }

  100% {
    -webkit-transform: translate(0rem, 0rem) rotate(360deg);
    transform: translate(0rem, 0rem) rotate(360deg);
  }
}

@-webkit-keyframes shapeAnimationThree {
  0% {
    -webkit-transform: translate(0rem, 0rem) rotate(0deg);
    transform: translate(0rem, 0rem) rotate(0deg);
  }

  25% {
    -webkit-transform: translate(3.125rem, 9.375rem) rotate(90deg);
    transform: translate(3.125rem, 9.375rem) rotate(90deg);
  }

  50% {
    -webkit-transform: translate(9.375rem, 9.375rem) rotate(180deg);
    transform: translate(9.375rem, 9.375rem) rotate(180deg);
  }

  75% {
    -webkit-transform: translate(9.375rem, 3.125rem) rotate(270deg);
    transform: translate(9.375rem, 3.125rem) rotate(270deg);
  }

  100% {
    -webkit-transform: translate(0rem, 0rem) rotate(360deg);
    transform: translate(0rem, 0rem) rotate(360deg);
  }
}

@keyframes shapeAnimationThree {
  0% {
    -webkit-transform: translate(0rem, 0rem) rotate(0deg);
    transform: translate(0rem, 0rem) rotate(0deg);
  }

  25% {
    -webkit-transform: translate(3.125rem, 9.375rem) rotate(90deg);
    transform: translate(3.125rem, 9.375rem) rotate(90deg);
  }

  50% {
    -webkit-transform: translate(9.375rem, 9.375rem) rotate(180deg);
    transform: translate(9.375rem, 9.375rem) rotate(180deg);
  }

  75% {
    -webkit-transform: translate(9.375rem, 3.125rem) rotate(270deg);
    transform: translate(9.375rem, 3.125rem) rotate(270deg);
  }

  100% {
    -webkit-transform: translate(0rem, 0rem) rotate(360deg);
    transform: translate(0rem, 0rem) rotate(360deg);
  }
}

@-webkit-keyframes shapeAnimationFour {
  0% {
    -webkit-transform: translate(0rem, 0rem) rotate(0deg);
    transform: translate(0rem, 0rem) rotate(0deg);
  }

  25% {
    -webkit-transform: translate(-9.375rem -3.125rem) rotate(90deg);
    transform: translate(-9.375rem -3.125rem) rotate(90deg);
  }

  50% {
    -webkit-transform: translate(-9.375rem, -9.375rem) rotate(180deg);
    transform: translate(-9.375rem, -9.375rem) rotate(180deg);
  }

  75% {
    -webkit-transform: translate(-3.125rem, -9.375rem) rotate(270deg);
    transform: translate(-3.125rem, -9.375rem) rotate(270deg);
  }

  100% {
    -webkit-transform: translate(0rem, 0rem) rotate(360deg);
    transform: translate(0rem, 0rem) rotate(360deg);
  }
}

@keyframes shapeAnimationFour {
  0% {
    -webkit-transform: translate(0rem, 0rem) rotate(0deg);
    transform: translate(0rem, 0rem) rotate(0deg);
  }

  25% {
    -webkit-transform: translate(-9.375rem -3.125rem) rotate(90deg);
    transform: translate(-9.375rem -3.125rem) rotate(90deg);
  }

  50% {
    -webkit-transform: translate(-9.375rem, -9.375rem) rotate(180deg);
    transform: translate(-9.375rem, -9.375rem) rotate(180deg);
  }

  75% {
    -webkit-transform: translate(-3.125rem, -9.375rem) rotate(270deg);
    transform: translate(-3.125rem, -9.375rem) rotate(270deg);
  }

  100% {
    -webkit-transform: translate(0rem, 0rem) rotate(360deg);
    transform: translate(0rem, 0rem) rotate(360deg);
  }
}

@-webkit-keyframes shapeAnimationFive {
  0% {
    -webkit-transform: translate(0rem, 0rem) rotate(0deg);
    transform: translate(0rem, 0rem) rotate(0deg);
  }

  25% {
    -webkit-transform: translate(-6.25rem -6.25rem) rotate(90deg);
    transform: translate(-6.25rem -6.25rem) rotate(90deg);
  }

  50% {
    -webkit-transform: translate(6.25rem, 3.125rem) rotate(180deg);
    transform: translate(6.25rem, 3.125rem) rotate(180deg);
  }

  75% {
    -webkit-transform: translate(-6.25rem, 9.375rem) rotate(270deg);
    transform: translate(-6.25rem, 9.375rem) rotate(270deg);
  }

  100% {
    -webkit-transform: translate(0rem, 0rem) rotate(360deg);
    transform: translate(0rem, 0rem) rotate(360deg);
  }
}

@keyframes shapeAnimationFive {
  0% {
    -webkit-transform: translate(0rem, 0rem) rotate(0deg);
    transform: translate(0rem, 0rem) rotate(0deg);
  }

  25% {
    -webkit-transform: translate(-6.25rem -6.25rem) rotate(90deg);
    transform: translate(-6.25rem -6.25rem) rotate(90deg);
  }

  50% {
    -webkit-transform: translate(6.25rem, 3.125rem) rotate(180deg);
    transform: translate(6.25rem, 3.125rem) rotate(180deg);
  }

  75% {
    -webkit-transform: translate(-6.25rem, 9.375rem) rotate(270deg);
    transform: translate(-6.25rem, 9.375rem) rotate(270deg);
  }

  100% {
    -webkit-transform: translate(0rem, 0rem) rotate(360deg);
    transform: translate(0rem, 0rem) rotate(360deg);
  }
}

@-webkit-keyframes down-up-one {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0rem);
    transform: rotateX(0deg) translateY(0rem);
  }

  50% {
    -webkit-transform: rotateX(0deg) translateY(1.5625rem);
    transform: rotateX(0deg) translateY(1.5625rem);
  }

  100% {
    -webkit-transform: rotateX(0deg) translateY(0rem);
    transform: rotateX(0deg) translateY(0rem);
  }
}

@keyframes down-up-one {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0rem);
    transform: rotateX(0deg) translateY(0rem);
  }

  50% {
    -webkit-transform: rotateX(0deg) translateY(1.5625rem);
    transform: rotateX(0deg) translateY(1.5625rem);
  }

  100% {
    -webkit-transform: rotateX(0deg) translateY(0rem);
    transform: rotateX(0deg) translateY(0rem);
  }
}

@-webkit-keyframes down-up-two {
  0% {
    -webkit-transform: translate(0rem);
    transform: translate(0rem);
  }

  50% {
    -webkit-transform: translate(-1.5625rem, -1.5625rem);
    transform: translate(-1.5625rem, -1.5625rem);
  }

  100% {
    -webkit-transform: translate(0rem);
    transform: translate(0rem);
  }
}

@keyframes down-up-two {
  0% {
    -webkit-transform: translate(0rem);
    transform: translate(0rem);
  }

  50% {
    -webkit-transform: translate(-1.5625rem, -1.5625rem);
    transform: translate(-1.5625rem, -1.5625rem);
  }

  100% {
    -webkit-transform: translate(0rem);
    transform: translate(0rem);
  }
}

@-webkit-keyframes down-up-three {
  0% {
    -webkit-transform: translate(0rem);
    transform: translate(0rem);
  }

  50% {
    -webkit-transform: translate(1.5625rem, -0.9375rem);
    transform: translate(1.5625rem, -0.9375rem);
  }

  100% {
    -webkit-transform: translate(0rem);
    transform: translate(0rem);
  }
}

@keyframes down-up-three {
  0% {
    -webkit-transform: translate(0rem);
    transform: translate(0rem);
  }

  50% {
    -webkit-transform: translate(1.5625rem, -0.9375rem);
    transform: translate(1.5625rem, -0.9375rem);
  }

  100% {
    -webkit-transform: translate(0rem);
    transform: translate(0rem);
  }
}

@-webkit-keyframes moveLeftRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(5rem);
    transform: translateX(5rem);
  }

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

@keyframes moveLeftRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(5rem);
    transform: translateX(5rem);
  }

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

@-webkit-keyframes zoomInOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

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

@keyframes zoomInOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

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

@-webkit-keyframes fadeInUpRight {
  0% {
    opacity: 0;
    margin: -3.125rem -3.125rem 0 0;
  }

  100% {
    opacity: 1;
    margin: 0;
  }
}

@keyframes fadeInUpRight {
  0% {
    opacity: 0;
    margin: -3.125rem -3.125rem 0 0;
  }

  100% {
    opacity: 1;
    margin: 0;
  }
}

.fadeInUpRight {
  -webkit-animation-name: fadeInUpRight;
  animation-name: fadeInUpRight;
}

/* Preloader */
@-webkit-keyframes preloader {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes preloader {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*******************************************************/
/******************* 06. Header style ******************/
/*******************************************************/
.main-header {
  position: relative;
  left: 0rem;
  top: 0rem;
  z-index: 999;
  width: 100%;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header .header-upper {
  z-index: 5;
  width: 100%;
  position: absolute;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

@media only screen and (max-width: 93.75rem) {
  .main-header .header-upper {
    padding-left: 0;
    padding-right: 0;
  }
}

.main-header .logo-outer {
  -webkit-box-flex: 0;
  flex: none;
  padding-right: 0.3125rem;
}

@media only screen and (max-width: 18.75rem) {
  .main-header .logo-outer {
    display: none;
  }
}

.main-header .logo {
  z-index: 9;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;

  position: relative;

}

@media only screen and (max-width: 93.75rem) {
  .main-header .logo {    
    max-width: 9.5rem;    
  }
}

.main-header .nice-select {
  height: auto;
  border: none;
  line-height: 1;
  font-size: 1.125rem;
  padding-left: 0;
  border-radius: 0;
  font-weight: 700;
  margin-left: 4.6875rem;
  padding-right: 1rem;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  background-color: transparent;
}

.main-header .nice-select:after {
  right: 0;
  width: 0.5rem;
  height: 0.5rem;
  margin-top: -0.3125rem;
  border-color: #262d3d;
}

.main-header .nice-select .list {
  left: -1.125rem;
  min-width: 6.25rem;
}

.main-header.fixed-header .header-upper {
  top: 0;
  position: fixed;
  background: white;
  -webkit-animation: sticky 1s;
  animation: sticky 1s;
  -webkit-box-shadow: 0rem 0rem 1.875rem 0rem rgba(87, 95, 245, 0.1);
  box-shadow: 0rem 0rem 1.875rem 0rem rgba(87, 95, 245, 0.1);
}

.main-header.fixed-header .logo {
  margin-top: 0;  
}

.main-header.fixed-header .navbar-collapse>ul>li {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}

@media only screen and (max-width: 61.9375rem) {
  .main-header.fixed-header .navbar-collapse>ul>li {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.main-header.fixed-header .mobile-logo {
  margin-top: 0;
}

/* Header Top */
.header-top {
  padding: 0.5rem 0px;
  min-height: 3.75rem;
  display: flex;
  align-items: center;
}

.top-inner {
  display: flex;
  justify-content: space-between;

  @media only screen and (max-width:768px) {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
  }
}

@media only screen and (max-width: 106.25rem) and (min-width: 93.75rem) {
  .top-inner {
    padding-left: 24px;
  }
}



@media only screen and (max-width: 35.9375rem) {
  .top-inner .top-left {
    display: none;
  }
}

.top-inner .top-left p {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.125rem;

}


@media only screen and (max-width: 74.9375rem) {
  .top-inner .top-left p {
    font-size: 19.2px;
  }

}

@media only screen and (max-width: 47.9375rem) {
  .top-inner .top-left p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 35.9375rem) {
  .top-inner .top-left p {
    font-size: 14.4px;
    margin-bottom: 0.625rem;
  }
}

@media only screen and (max-width: 23.4375rem) {
  .top-inner .top-left p {
    font-size: 13.6px;
    margin-bottom: 0.5625rem;
  }
}

.top-inner .top-left p b {
  font-weight: 700;
}

.top-inner .top-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 1.5625rem;
  border-left: 0.0625rem solid rgba(255, 255, 255, 0.4);
}

@media only screen and (max-width: 74.9375rem) {
  .top-inner .top-menu {
    display: none;
  }
}

.top-inner .top-menu li {
  margin-left: 1.5625rem;
}

.top-inner .top-menu li a:hover {
  text-decoration: underline;
}

.top-right .social-style-two a {
  margin-left: 0;
  margin-right: 1.5625rem;
}

.top-right .social-style-two a:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 61.9375rem) {
  .nav-outer {
    width: 100%;
  }
}

/** Header Main Menu **/
.main-menu {
  padding: var(--spacing-3) 0;
}
@media only screen and (max-width: 61.9375rem) {
  .main-menu {
    width: 100%;
  }
}

@media only screen and (max-width: 61.9375rem) {
  .main-menu .collapse {
    overflow: auto;
  }
}

.main-menu .navbar-collapse {
  padding: 0rem;
  justify-content: space-around;
}

.main-menu .navbar-collapse>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 61.9375rem) {
  .main-menu .navbar-collapse>ul {
    display: block;
    padding: 1.5625rem 0;
    background: #FFFFFF;    
  }

  .main-menu .navbar-collapse>ul>li:last-child {
    border-bottom: 0.0625rem solid #f3f3f3;
  }
}

@media only screen and (max-width: 61.9375rem) {
  .main-menu .navbar-collapse {
    left: 0;
    width: 100%;
    padding: 0 0.9375rem;
    position: absolute;
  }
}

.main-menu .navbar-collapse li {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 0rem 0.4063rem;
  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;
}

/* @media only screen and (max-width: 93.75rem) {
  .main-menu .navbar-collapse li {
    padding: 1.5625rem 0.9375rem;
  }
} */

/* @media only screen and (max-width: 74.9375rem) {
  .main-menu .navbar-collapse li {
    padding: 0.9375rem 0.625rem;
  }
} */

@media only screen and (max-width: 61.9375rem) {
  .main-menu .navbar-collapse li {
    display: block;
    padding: 0 1.25rem;
    border-top: 0.0625rem solid #f3f3f3;
  }
}

.main-menu .navbar-collapse li.dropdown .dropdown-btn {
  cursor: pointer;
  font-size: 0.8125rem;
  margin-left: 0.5rem;
}

@media only screen and (max-width: 61.9375rem) {
  .main-menu .navbar-collapse li.dropdown .dropdown-btn {
    position: absolute;
    right: 0.625rem;
    top: 0;
    width: 3.125rem;
    height: 2.6875rem;
    border-left: 0.0625rem solid #f2f2f2;
    text-align: center;
    line-height: 2.6875rem;
  }
}

.main-menu .navbar-collapse li a {
  position: relative;
  display: block;
  font-size: 1.125rem;
  opacity: 1;
  font-weight: 700;
  color: #262d3d;
  text-transform: capitalize;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

@media only screen and (max-width: 61.9375rem) {
  .main-menu .navbar-collapse li a {
    padding: 0.625rem 0.625rem;
    line-height: 1.375rem;
  }
}

.main-menu .navbar-collapse li.current>a,
.main-menu .navbar-collapse li.current-menu-item>a,
.main-menu .navbar-collapse li>a:hover {
  color: #204ecf;
  /* padding: 0.625rem; */
  /* text-decoration: none; */
}


.main-menu .navbar-collapse li li {
  border-top: 0.0625rem solid #f3f3f3;
}

.main-menu .navbar-collapse li li a {
  text-transform: capitalize;
}

.main-menu .navbar-collapse li .megamenu {
  position: absolute;
  left: 0rem;
  top: 100%;
  width: 100%;
  z-index: 100;
  display: none;
  padding: 1.25rem 0;
  background: #ffffff;
  -webkit-box-shadow: 0.125rem 0.125rem 0.3125rem 0.0625rem rgba(0, 0, 0, 0.05), -0.125rem 0rem 0.3125rem 0.0625rem rgba(0, 0, 0, 0.05);
  box-shadow: 0.125rem 0.125rem 0.3125rem 0.0625rem rgba(0, 0, 0, 0.05), -0.125rem 0rem 0.3125rem 0.0625rem rgba(0, 0, 0, 0.05);
}

.main-menu .navbar-collapse li .megamenu:after {
  display: block;
  clear: both;
  content: "";
}

@media only screen and (max-width: 61.9375rem) {
  .main-menu .navbar-collapse li .megamenu {
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
  }

  .main-menu .navbar-collapse li .megamenu .container {
    max-width: 100%;
  }

  .main-menu .navbar-collapse li .megamenu .row {
    margin: 0rem;
  }
}

.main-menu .navbar-collapse li .megamenu ul {
  display: block;
  position: relative;
  top: 0;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.main-menu .navbar-collapse li ul {
  position: absolute;
  left: inherit;
  top: 100%;
  min-width: 15.625rem;
  z-index: 100;
  display: none;
  background: #ffffff;
  -webkit-box-shadow: 0.125rem 0.125rem 0.3125rem 0.0625rem rgba(0, 0, 0, 0.05), -0.125rem 0rem 0.3125rem 0.0625rem rgba(0, 0, 0, 0.05);
  box-shadow: 0.125rem 0.125rem 0.3125rem 0.0625rem rgba(0, 0, 0, 0.05), -0.125rem 0rem 0.3125rem 0.0625rem rgba(0, 0, 0, 0.05);
}

@media only screen and (max-width: 61.9375rem) {
  .main-menu .navbar-collapse li ul {
    position: relative;
    display: none;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .main-menu .navbar-collapse li ul:after {
    display: block;
    clear: both;
    content: "";
  }
}

@media only screen and (max-width: 61.9375rem) and (max-width: 23.4375rem) {
  .main-menu .navbar-collapse li ul {
    min-width: auto;
  }
}

.main-menu .navbar-collapse li ul li {
  width: 100%;
  padding: 0.625rem 0rem;
}

@media only screen and (max-width: 61.9375rem) {
  .main-menu .navbar-collapse li ul li {
    padding: 0 0.9375rem;
  }
}

.main-menu .navbar-collapse li ul li ul {
  left: 100%;
  top: 0%;
  /* max-height: 100vh;
  overflow: scroll; */
}

@media only screen and (max-width: 61.9375rem) {
  .main-menu .navbar-collapse li ul li ul {
    left: auto;
  }
}

.main-menu .navbar-header {
  display: none;
}

@media only screen and (max-width: 61.9375rem) {
  .main-menu .navbar-header {
    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;
  }
}

.main-menu .navbar-header .navbar-toggle {
  float: right;
  padding: 0.25rem 0;
  cursor: pointer;
  background: transparent;
}

.main-menu .navbar-header .navbar-toggle .icon-bar {
  background: #262d3d;
  height: 0.1875rem;
  width: 1.875rem;
  display: block;
  margin: 0.4375rem 0;
}

.main-menu .mobile-logo {
  z-index: 5;
  padding: 0.625rem;
  max-width: 4.6875rem;
  position: relative;
  margin-top: -0.9375rem;
  margin-bottom: -0.9375rem;
}

/* Menu Right icons */
.menu-btn-sidebar button {
  background: transparent;
}

/* 
.menu-btn-sidebar>button {
  margin-left: 1.5625rem;
} */

@media only screen and (max-width: 61.9375rem) {
  .menu-btn-sidebar>button {
    display: none;
  }
}

.menu-btn-sidebar .cart {
  position: relative;
}

.menu-btn-sidebar .cart:after {
  position: absolute;
  font-weight: 700;
  font-size: 0.8125rem;
  content: '2';
  top: -0.625rem;
  right: -0.9375rem;
  color: white;
  font-family: var(--font-bold-primary);
  width: 1.1875rem;
  height: 1.1875rem;
  background: #0769b3;
  line-height: 1.1875rem;
  border-radius: 50%;
  text-align: center;
  line-height: 1.0625rem;
}

.menu-btn-sidebar form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: white;
  max-width: 12.1875rem;
  padding: 0.3125rem 0.9375rem;
  border-radius: 0.3125rem;
  margin-right: 0.625rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0.625rem 0 3.75rem rgba(76, 76, 76, 0.1);
  box-shadow: 0.625rem 0 3.75rem rgba(76, 76, 76, 0.1);
}

@media only screen and (max-width: 74.9375rem) {
  .menu-btn-sidebar form {
    display: none;
  }
}

.menu-btn-sidebar form input {
  border: none;
  padding: 0.3125rem 0 0.3125rem;
  background: transparent;
}

.menu-btn-sidebar form button {
  color: #204ecf;
}

/* Menu Sidebar */
.menu-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0.3125rem;
}


.menu-sidebar button {
  margin-left: 0.5rem;  
  cursor: pointer;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  background: transparent;
}

.menu-sidebar button .icon-bar {
  height: 0.1875rem;
  width: 1.875rem;
  margin: 0.1875rem 0;
  background: #262d3d;
}

/** hidden-sidebar * */
.hidden-bar {
  /* Modal centering and sizing handled inline in component */
}

@media only screen and (max-width: 23.4375rem) {
  .hidden-bar {
    width: 18.75rem;
  }
}

.hidden-bar .social-style-one a {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}

.side-content-visible .hidden-bar {
  right: 0rem;
  opacity: 1;
  visibility: visible;
}

.hidden-bar .inner-box {
  position: relative;
  padding: 2.25rem 2.5rem 2.25rem;
}

@media only screen and (max-width: 23.4375rem) {
  .hidden-bar .inner-box {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}

.hidden-bar .inner-box .cross-icon {
  position: absolute;
  right: 1.875rem;
  top: 1.875rem;
  cursor: pointer;
  color: #ffffff;
  font-size: 1.25rem;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.hidden-bar .inner-box h4 {
  position: relative;
  color: #ffffff;
  margin-bottom: 2.1875rem;
}

/*Appointment Form */
.hidden-bar .appointment-form {
  position: relative;
}

.hidden-bar .appointment-form .form-group {
  position: relative;
  margin-bottom: 1.25rem;
}

.hidden-bar .appointment-form input[type="text"],
.hidden-bar .appointment-form input[type="email"],
.hidden-bar .appointment-form input[type="number"] {
  position: relative;
  display: block;
  width: 100%;
  line-height: 1.4375rem;
  padding: 0.625rem 1.5625rem;
  margin: 0.625rem 0rem;
  color: #ffffff;
  font-size: 1rem;
  background: none;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  border: 0.0625rem solid rgba(255, 255, 255, 0.1);
}

.hidden-bar .appointment-form .countryCode {
  position: relative;
  display: block;
  width: 100%;
  line-height: 1.4375rem;
  padding: 0.625rem 1.5625rem;
  margin: 0.625rem 0rem;
  color: #ffffff;
  font-size: 1rem;
  background: none;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  border: 0.0625rem solid rgba(255, 255, 255, 0.1);
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.hidden-bar .appointment-form textarea {
  position: relative;
  display: block;
  width: 100%;
  line-height: 1.4375rem;
  padding: 0.625rem 1.5625rem;
  color: #ffffff;
  font-size: 1rem;
  border: 0.0625rem solid rgba(255, 255, 255, 0.1);
  background: none;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  resize: none;
}

.hidden-bar .appointment-form input::-webkit-input-placeholder {
  font-size: 0.875rem;
  color: #bdbdbd;
}

.hidden-bar .appointment-form input:-ms-input-placeholder {
  font-size: 0.875rem;
  color: #bdbdbd;
}

.hidden-bar .appointment-form input::-ms-input-placeholder {
  font-size: 0.875rem;
  color: #bdbdbd;
}

.hidden-bar .appointment-form input::placeholder {
  font-size: 0.875rem;
  color: #bdbdbd;
}

.hidden-bar .appointment-form textarea::-webkit-input-placeholder {
  font-size: 0.875rem;
  color: #bdbdbd;
}

.hidden-bar .appointment-form textarea:-ms-input-placeholder {
  font-size: 0.875rem;
  color: #bdbdbd;
}

.hidden-bar .appointment-form textarea::-ms-input-placeholder {
  font-size: 0.875rem;
  color: #bdbdbd;
}

.hidden-bar .appointment-form textarea::placeholder {
  font-size: 0.875rem;
  color: #bdbdbd;
}

.hidden-bar .appointment-form .form-group button {
  width: 100%;
  margin-bottom: 1.25rem;
  padding: 0.6875rem 0.9375rem 0.5rem;
}

.form-back-drop {
  position: fixed;
  right: 0rem;
  top: 0rem;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  z-index: 9990;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.side-content-visible .form-back-drop {
  opacity: 1;
  visibility: visible;
}


.main-header.header-two .top-left b {
  color: #8b93a7;
}

.main-header.header-two .top-left i {
  color: #0769b3;
}

.main-header.header-two .top-menu a {
  color: #bbbbbd;
}

.main-header.header-two .top-menu a:hover {
  color: white;
}

.main-header.header-two .navbar-collapse li.current>a,
.main-header.header-two .navbar-collapse li.current-menu-item>a,
.main-header.header-two .navbar-collapse li>a:hover {
  color: #0769b3;
}

.main-header.header-two:not(.fixed-header) .logo-outer .nice-select:after {
  border-color: white;
}

.main-header.header-two:not(.fixed-header) .logo-outer .nice-select .current {
  color: white;
}

.main-header.header-two:not(.fixed-header) .main-menu .navbar-collapse>ul>li.current>a,
.main-header.header-two:not(.fixed-header) .main-menu .navbar-collapse>ul>li.current-menu-item>a,
.main-header.header-two:not(.fixed-header) .main-menu .navbar-collapse>ul>li>a:hover {
  color: #0769b3;
}

.main-header.header-two:not(.fixed-header) .main-menu .navbar-collapse>ul>li>a {
  color: white;
}

@media only screen and (max-width: 61.9375rem) {
  .main-header.header-two:not(.fixed-header) .main-menu .navbar-collapse>ul>li>a {
    color: #415674;
  }
}

.main-header.header-two:not(.fixed-header) .main-menu .navbar-collapse>ul>li.dropdown>.dropdown-btn {
  color: white;
}

@media only screen and (max-width: 61.9375rem) {
  .main-header.header-two:not(.fixed-header) .main-menu .navbar-collapse>ul>li.dropdown>.dropdown-btn {
    color: #415674;
  }
}

.main-header.header-two:not(.fixed-header) .menu-btn-sidebar form {
  background: transparent;
  border: 0.0625rem solid rgba(255, 255, 255, 0.15);
}

.main-header.header-two:not(.fixed-header) .menu-btn-sidebar form input,
.main-header.header-two:not(.fixed-header) .menu-btn-sidebar form button,
.main-header.header-two:not(.fixed-header) .menu-btn-sidebar form input::-webkit-input-placeholder {
  color: white;
}

.main-header.header-two:not(.fixed-header) .menu-btn-sidebar form input,
.main-header.header-two:not(.fixed-header) .menu-btn-sidebar form button,
.main-header.header-two:not(.fixed-header) .menu-btn-sidebar form input:-ms-input-placeholder {
  color: white;
}

.main-header.header-two:not(.fixed-header) .menu-btn-sidebar form input,
.main-header.header-two:not(.fixed-header) .menu-btn-sidebar form button,
.main-header.header-two:not(.fixed-header) .menu-btn-sidebar form input::-ms-input-placeholder {
  color: white;
}

.main-header.header-two:not(.fixed-header) .menu-btn-sidebar form input,
.main-header.header-two:not(.fixed-header) .menu-btn-sidebar form button,
.main-header.header-two:not(.fixed-header) .menu-btn-sidebar form input::placeholder {
  color: white;
}

.main-header.header-two:not(.fixed-header) .menu-btn-sidebar>button {
  color: white;
}

.main-header.header-two:not(.fixed-header) .icon-bar {
  background: white;
}

.main-header.header-two .bg-light-blue .top-left b {
  color: white;
}

/* Header Three */
.main-header.header-three .container {
  max-width: 89.375rem;
}

.main-header.header-three .top-inner {
  padding-left: 0;
  padding-right: 0;
}

.main-header.header-three .top-inner .top-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 35.9375rem) {
  .main-header.header-three .top-inner .top-left {
    display: none;
  }
}

@media only screen and (min-width: 93.8125rem) {
  .main-header.header-three .top-inner .top-left p:not(:last-child) {
    padding-right: 1.5625rem;
    margin-right: 1.5625rem;
    border-right: 0.0625rem solid rgba(255, 255, 255, 0.2);
  }
}

@media only screen and (max-width: 93.75rem) {
  .main-header.header-three .top-inner .top-left p:last-child {
    display: none;
  }
}

.main-header.header-three .header-inner {
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.15);
}

@media only screen and (max-width: 61.9375rem) {
  .main-header.header-three .header-inner {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}

.main-header.header-three .logo {
  margin: 0;
  padding: 0;
  background: transparent;
}

@media only screen and (max-width: 93.75rem) {
  .main-header.header-three .logo {
    max-width: none;
  }
}

.main-header.header-three .main-menu .navbar-collapse>ul>li {
  position: relative;
}

.main-header.header-three .main-menu .navbar-collapse>ul>li:before {
  content: '';
  height: 0.1875rem;
  width: 0;
  left: 50%;
  top: 100%;
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  background: #FFB113;
  -webkit-transform: translate(-50%, -0.0938rem);
  -ms-transform: translate(-50%, -0.0938rem);
  transform: translate(-50%, -0.0938rem);
}

@media only screen and (max-width: 61.9375rem) {
  .main-header.header-three .main-menu .navbar-collapse>ul>li:before {
    display: none;
  }
}

.main-header.header-three .main-menu .navbar-collapse>ul>li>a {
  color: white;
}

@media only screen and (max-width: 61.9375rem) {
  .main-header.header-three .main-menu .navbar-collapse>ul>li>a {
    color: #415674;
  }
}

.main-header.header-three .main-menu .navbar-collapse>ul>li.dropdown>.dropdown-btn {
  color: white;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

@media only screen and (max-width: 61.9375rem) {
  .main-header.header-three .main-menu .navbar-collapse>ul>li.dropdown>.dropdown-btn {
    color: #415674;
  }
}

.main-header.header-three .main-menu .navbar-collapse>ul>li:hover:before,
.main-header.header-three .main-menu .navbar-collapse>ul>li.current:before {
  opacity: 1;
  width: 70%;
}

.main-header.header-three .main-menu .navbar-collapse>ul>li:hover>.dropdown-btn,
.main-header.header-three .main-menu .navbar-collapse>ul>li.current>.dropdown-btn {
  color: #FFB113;
}

@media only screen and (max-width: 61.9375rem) {

  .main-header.header-three .main-menu .navbar-collapse>ul>li:hover>.dropdown-btn,
  .main-header.header-three .main-menu .navbar-collapse>ul>li.current>.dropdown-btn {
    color: #415674;
  }
}

.main-header.header-three .main-menu .navbar-collapse>ul li.current>a,
.main-header.header-three .main-menu .navbar-collapse>ul li.current-menu-item>a,
.main-header.header-three .main-menu .navbar-collapse>ul li>a:hover {
  color: #FFB113;
}

.main-header.header-three .main-menu .navbar-toggle .icon-bar {
  background: white;
}

.main-header.header-three .menu-btn-sidebar .nav-search {
  position: relative;
}

@media only screen and (max-width: 61.9375rem) {
  .main-header.header-three .menu-btn-sidebar .nav-search {
    display: none;
  }
}

.main-header.header-three .menu-btn-sidebar .nav-search>button {
  color: white;
}

.main-header.header-three .menu-btn-sidebar form {
  right: 0;
  top: 100%;
  margin-right: 0;
  min-width: 12.5rem;
  position: absolute;
}

.main-header.header-three .menu-btn-sidebar form.hide {
  display: none;
}

.main-header.header-three .menu-btn-sidebar>button {
  color: white;
}

.main-header.header-three .menu-btn-sidebar .icon-bar {
  background: white;
}

.main-header.header-three .menu-btn-sidebar .cart:after {
  color: #262d3d;
  background: #FFB113;
}

.main-header.header-three .mobile-logo {
  padding: 0;
  margin-bottom: 0;
  max-width: 9.375rem;
}

.main-header.header-three.fixed-header .header-upper {
  background: #262d3d;
}

.main-header.header-three.fixed-header .logo {
  margin-bottom: 0;
}

/* Header Four */
.main-header.header-four .top-inner {
  padding-left: 8.4375rem;
  padding-right: 8.4375rem;
}

@media only screen and (max-width: 93.75rem) {
  .main-header.header-four .top-inner {
    padding-left: 2.1875rem;
    padding-right: 2.1875rem;
  }
}

@media only screen and (max-width: 61.9375rem) {
  .main-header.header-four .top-inner {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.main-header.header-four .top-inner .top-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 35.9375rem) {
  .main-header.header-four .top-inner .top-left {
    display: none;
  }
}

@media only screen and (min-width: 93.8125rem) {
  .main-header.header-four .top-inner .top-left p:not(:last-child) {
    padding-right: 1.5625rem;
    margin-right: 1.5625rem;
    border-right: 0.0625rem solid rgba(255, 255, 255, 0.2);
  }
}

@media only screen and (max-width: 93.75rem) {
  .main-header.header-four .top-inner .top-left p:last-child {
    display: none;
  }
}

.main-header.header-four .header-upper {
  padding-left: 8.4375rem;
  padding-right: 8.4375rem;
}

@media only screen and (max-width: 93.75rem) {
  .main-header.header-four .header-upper {
    padding-left: 2.1875rem;
    padding-right: 2.1875rem;
  }
}

@media only screen and (max-width: 61.9375rem) {
  .main-header.header-four .header-upper {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.main-header.header-four .logo {
  margin: 0;
  padding: 0;
  max-width: none;
  background: transparent;
}

.main-header.header-four .menu-btns .nice-select {
  margin-left: 0;
  padding-right: 0;
  margin-right: 1.875rem;
}

@media only screen and (max-width: 74.9375rem) {
  .main-header.header-four .menu-btns .nice-select {
    display: none;
  }
}

.main-header.header-four .menu-btns .nice-select:after {
  display: none;
}

.main-header.header-four .menu-btns .nice-select .current {
  padding: 0.375rem 0 0.375rem 2.5rem;
  background: url(../images/shapes/language.png) no-repeat 0 center;
}

.main-header.header-four .menu-btns .nice-select .list {
  left: -0.3125rem;
}

.main-header.header-four .menu-btns .nice-select .list li {
  padding-left: 2.8125rem;
  background: url(../images/shapes/language.png) no-repeat 0.3125rem center;
}

.main-header.header-four .mobile-logo {
  padding: 0;
  max-width: 9.375rem;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

/*******************************************************/
/******************* 07. Hero Section ******************/
/*******************************************************/
.hero-section {
  z-index: 1;
  overflow: hidden;
  position: relative;

  @media only screen and (max-width:61.9375rem){
      padding-top: 4.125rem;
  }
}
.hero-content h1 {
  text-transform: capitalize;
}

.heroImage {

  >img {
    padding: 19.2px;
    width: 100%;
    object-fit: contain;
  }
}

@media only screen and (max-width: 74.9375rem) {
  .hero-content h1 {
    font-size: 3rem;
  }
}

@media only screen and (max-width: 47.9375rem) {
  .hero-content h1 {
    font-size: 2.75rem;
  }
}

@media only screen and (max-width: 35.9375rem) {
  .hero-content h1 {
    font-size: 2.25rem;
  }
}

@media only screen and (max-width: 23.4375rem) {
  .hero-content h1 {
    font-size: 2rem;
  }
}

.hero-content p {
  font-size: 1.125rem;
}

@media only screen and (max-width: 30rem) {
  .hero-content p {
    font-size: 1rem;
  }
}

@media only screen and (min-width: 93.8125rem) {
  .hero-right-images {
    margin-right: -9.375rem;
  }
}

/* Hero Two */
.hero-section-two {
  overflow: hidden;
}

.hero-content-two {
  max-width: 43.75rem;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 74.9375rem) {
  .hero-content-two h1 {
    font-size: 3.4375rem;
  }
}

@media only screen and (max-width: 47.9375rem) {
  .hero-content-two h1 {
    font-size: 3.125rem;
  }
}

@media only screen and (max-width: 35.9375rem) {
  .hero-content-two h1 {
    font-size: 2.5rem;
  }
}

@media only screen and (max-width: 23.4375rem) {
  .hero-content-two h1 {
    font-size: 2rem;
  }
}

.hero-content-two .list-style-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 23.4375rem) {
  .hero-content-two .list-style-one {
    margin-left: 1.875rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
}

.hero-content-two .list-style-one li {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

@media only screen and (max-width: 35.9375rem) {
  .hero-content-two .list-style-one li {
    font-size: 1rem;
    margin-bottom: 0.625rem;
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
}

.hero-two-btns {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  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;
}

.hero-two-btns .theme-btn:not(:last-child) {
  margin-right: 1.25rem;
}

.hero-two-btns .video-play {
  left: 0;
  width: auto;
  height: auto;
  line-height: 1;
  position: relative;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  background: transparent;
}

.hero-two-btns .video-play i {
  margin-right: 0.625rem;
  width: 3.4375rem;
  height: 3.4375rem;
  background: white;
  line-height: 3.4375rem;
  border-radius: 50%;
  text-align: center;
  color: #204ecf;
}

.hero-two-btns .video-play span {
  font-size: 0.9375rem;
  font-weight: 800;
  text-decoration: underline;
}

.admin-speech {
  text-align: left;
  max-width: 35.625rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 1.875rem 3.125rem;
  background: #1c317c;
  border-radius: 0.75rem;
  font-family: var(--font-bold-primary);
}

@media only screen and (max-width: 35.9375rem) {
  .admin-speech {
    margin-left: 1.5625rem;
    margin-right: 1.5625rem;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}

.admin-speech .image {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(-50%, -45%);
  -ms-transform: translate(-50%, -45%);
  transform: translate(-50%, -45%);
}

.admin-speech .image img {
  width: 4.375rem;
  height: 4.375rem;
  border-radius: 50%;
}

.admin-speech p {
  opacity: 0.8;
}

.admin-speech .name {
  opacity: 0.7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  font-weight: 700;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.admin-speech .name:before {
  content: '';
  width: 1.5625rem;
  height: 0.125rem;
  margin-right: 0.625rem;
  background: #0769b3;
}

.hero-two-left,
.hero-two-right {
  z-index: -1;
  max-width: 25%;
  position: absolute;
}

.hero-two-left {
  left: 5%;
  bottom: 0;
}

.hero-two-left:before {
  content: '';
  left: -5%;
  bottom: 0;
  z-index: -2;
  width: 90%;
  height: 85%;
  position: absolute;
  background: #204ecf;
  border-radius: 12.5rem 12.5rem 0 0;
}

.hero-two-right {
  right: 5%;
  bottom: 6.25rem;
}

.hero-two-right:after,
.hero-two-right:before {
  content: '';
  left: 44%;
  z-index: -2;
  position: absolute;
  border-radius: 50%;
  background: #204ecf;
}

.hero-two-right:before {
  width: 29.6875rem;
  height: 29.6875rem;
  opacity: 0.5;
  bottom: 13%;
}

.hero-two-right:after {
  width: 21.875rem;
  height: 21.875rem;
  bottom: 10%;
  -webkit-animation: fadeInRight 1s linear 1.5s both;
  animation: fadeInRight 1s linear 1.5s both;
}

/* Hero Three */
.hero-three-image-part {
  z-index: 1;
  max-width: 39.375rem;
  text-align: center;
  position: relative;
  margin-left: -5.3125rem;
  padding-left: 3.125rem;
  padding-right: 3.125rem;
}

@media only screen and (max-width: 93.75rem) {
  .hero-three-image-part {
    margin-left: 0;
  }
}

.hero-three-image-part .hero-chart {
  top: 0;
  right: 10%;
  padding: 1.5625rem;
  max-width: 11.875rem;
  background: white;
  position: absolute;
  text-align: center;
  border-radius: 1.25rem;
  -webkit-box-shadow: 0.625rem 0 3.75rem rgba(75, 131, 252, 0.15);
  box-shadow: 0.625rem 0 3.75rem rgba(75, 131, 252, 0.15);
}

@media only screen and (max-width: 35.9375rem) {
  .hero-three-image-part .hero-chart {
    display: none;
  }
}

.hero-three-image-part .hero-chart h5 {
  margin: 0.9375rem 0 0;
  line-height: 1.5625rem;
}

.hero-three-image-part .hero-circle {
  left: 0;
  bottom: 10%;
  z-index: -1;
  position: absolute;
  -webkit-animation: 35s rotated_circle infinite;
  animation: 35s rotated_circle infinite;
}

.hero-three-image-part .about-image-over-item:first-child {
  top: 25%;
  left: -25%;
}

@media only screen and (max-width: 93.75rem) {
  .hero-three-image-part .about-image-over-item:first-child {
    left: 0;
    top: 50%;
  }
}

.hero-three-image-part .about-image-over-item:last-child {
  right: 0;
  bottom: 20%;
}

@media only screen and (max-width: 35.9375rem) {
  .hero-three-image-part .about-image-over-item:last-child {
    bottom: 0;
  }
}

.hero-three-image-part:after {
  content: '';
  width: 36.875rem;
  height: 36.875rem;
  opacity: 0.1;
  left: 50%;
  top: 50%;
  z-index: -1;
  position: absolute;
  border-radius: 50%;
  -webkit-transform: translate(-60%, -52%);
  -ms-transform: translate(-60%, -52%);
  transform: translate(-60%, -52%);
  background: -webkit-gradient(linear, left top, left bottom, from(#0f256e), to(white));
  background: -webkit-linear-gradient(#0f256e 0%, white 100%);
  background: -o-linear-gradient(#0f256e 0%, white 100%);
  background: linear-gradient(#0f256e 0%, white 100%);
}

@media only screen and (max-width: 61.9375rem) {
  .hero-three-image-part:after {
    width: 25rem;
    height: 25rem;
  }
}

@media only screen and (max-width: 30rem) {
  .hero-three-image-part:after {
    width: 12.5rem;
    height: 12.5rem;
  }
}

.hero-content-three .hero-sub-title {
  font-size: 1.25rem;
  font-weight: 700;
  display: inline-block;
  color: #262d3d;
  font-family: var(--font-bold-primary);
}

.hero-content-three .hero-sub-title span {
  font-size: 1.875rem;
  color: #204ecf;
}

.hero-content-three .hero-sub-title:before {
  content: "\f00c";
  font-weight: 600;
  margin-right: 0.9375rem;
  color: #204ecf;
  font-family: "Font Awesome 5 Free";
}

.hero-content-three h1 {
  font-size: 3.625rem;
}

@media only screen and (max-width: 74.9375rem) {
  .hero-content-three h1 {
    font-size: 3.125rem;
  }
}

@media only screen and (max-width: 47.9375rem) {
  .hero-content-three h1 {
    font-size: 2.8125rem;
  }
}

@media only screen and (max-width: 35.9375rem) {
  .hero-content-three h1 {
    font-size: 2.1875rem;
  }
}

@media only screen and (max-width: 23.4375rem) {
  .hero-content-three h1 {
    font-size: 1.8125rem;
  }
}

.hero-content-three h1 span {
  padding-right: 0.9375rem;
  margin-right: -0.9375rem;
  padding-bottom: 0.375rem;
  margin-bottom: -0.375rem;
  display: inline-block;
  background: url(../images/shapes/title-bg.png) no-repeat right bottom;
}

.hero-content-three .list-style-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.hero-content-three .list-style-one li:not(:last-child) {
  margin-right: 2.1875rem;
}

.hero-content-three .list-style-one li:before {
  background: #204ecf;
}

.hero-content-three .hero-btns .theme-btn:first-child {
  margin-right: 0.3125rem;
}

.hero-section-three .hero-rectangle {
  position: absolute;
  z-index: -2;
  bottom: 10%;
  right: 8%;
  -webkit-animation: 20s moveLeftRight infinite;
  animation: 20s moveLeftRight infinite;
}

.hero-section-three .hero-circles-one,
.hero-section-three .hero-circles-two,
.hero-section-three .hero-circles-two:after,
.hero-section-three .hero-circles-one:after,
.hero-section-three .hero-circles-one:before {
  z-index: -1;
  content: '';
  position: absolute;
  border-radius: 50%;
  background: rgba(30, 40, 69, 0.03);
}

.hero-section-three .hero-circles-one {
  width: 17.5rem;
  height: 17.5rem;
  top: 0;
  right: 0;
  -webkit-transform: translate(35%, -1.25rem);
  -ms-transform: translate(35%, -1.25rem);
  transform: translate(35%, -1.25rem);
}

@media only screen and (max-width: 61.9375rem) {
  .hero-section-three .hero-circles-one {
    width: 9.375rem;
    height: 9.375rem;
  }
}

.hero-section-three .hero-circles-two {
  width: 48.75rem;
  height: 48.75rem;
  top: 0;
  right: 0;
  -webkit-transform: translate(45%, -35%);
  -ms-transform: translate(45%, -35%);
  transform: translate(45%, -35%);
}

@media only screen and (max-width: 61.9375rem) {
  .hero-section-three .hero-circles-two {
    width: 28.125rem;
    height: 28.125rem;
  }
}

.hero-section-three .hero-circles-two:after,
.hero-section-three .hero-circles-one:after,
.hero-section-three .hero-circles-one:before {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.hero-section-three .hero-circles-one:before {
  width: calc(100% + 9.375rem);
  height: calc(100% + 9.375rem);
}

@media only screen and (max-width: 61.9375rem) {
  .hero-section-three .hero-circles-one:before {
    width: calc(100% + 6.25rem);
    height: calc(100% + 6.25rem);
  }
}

.hero-section-three .hero-circles-one:after {
  width: calc(100% + 20.625rem);
  height: calc(100% + 20.625rem);
}

@media only screen and (max-width: 61.9375rem) {
  .hero-section-three .hero-circles-one:after {
    width: calc(100% + 12.5rem);
    height: calc(100% + 12.5rem);
  }
}

.hero-section-three .hero-circles-two:after {
  width: calc(100% + 12.5rem);
  height: calc(100% + 12.5rem);
}

@media only screen and (max-width: 61.9375rem) {
  .hero-section-three .hero-circles-two:after {
    width: calc(100% + 6.25rem);
    height: calc(100% + 6.25rem);
  }
}

/*******************************************************/
/******************* 10. Page Banner *******************/
/*******************************************************/
.page-banner-area {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  position: relative;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;  
  /* padding-top: 13.4375rem;
  padding-bottom: 7.8125rem; */
}

@media only screen and (max-width: 25rem) {
  .page-banner-area {
    height: 90%;
  }

}

.page-banner-area::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0.85;
  /* background-color: #081a55; */
  background: linear-gradient(90deg, #84d0ff, #83cffe, #7cc9fa, #68b9ee, #469bd8, #267ec3, #126fb8, #096ab5, #0769b4);
}

/* @media only screen and (max-width: 93.75rem) {
  .page-banner-area {
    padding-top: 12.8125rem;
  }
} */

/* @media only screen and (max-width: 61.9375rem) {
  .page-banner-area {
    padding-top: 8.625rem;
    padding-bottom: 4.6875rem;
  }
} */

.page-banner-area:before {
  mix-blend-mode: multiply;
}

.page-banner-area .circle-one,
.page-banner-area .circle-two {
  top: 45%;
}

.page-title {
  font-size: 3.75rem;
  text-transform: capitalize;  
}

.page-subTitle {
  font-size: 2rem;
  text-transform: capitalize;
}

@media only screen and (max-width: 47.9375rem) {
  .page-title {
    font-size: 3.125rem;
  }

  .page-subTitle {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 35.9375rem) {
  .page-title {
    font-size: 2.8125rem;
  }

  .page-subTitle {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 30rem) {
  .page-title {
    font-size: 1.875rem;
  }

  .page-subTitle {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 23.4375rem) {
  .page-title {
    font-size: 1.5625rem;
  }

  .page-subTitle {
    font-size: 1rem;
  }
}

.breadcrumb {
  padding: 0;
  font-size: 1.25rem;
  background: transparent;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: capitalize;
}

@media only screen and (max-width: 23.4375rem) {
  .breadcrumb {
    font-size: 1rem;
  }
}

.breadcrumb-item.active {
  color: #0769b3;
  text-decoration: underline;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: "\f101";
  font-weight: 600;
  color: white;
  float: left;
  font-size: 1rem;
  margin: 0.3125rem 0.625rem 0;
  font-family: "Font Awesome 5 Free";
}

@media only screen and (max-width: 23.4375rem) {
  .breadcrumb-item+.breadcrumb-item::before {
    margin-top: 0;
  }
}

/*******************************************************/
/**************** 09. Features Section *****************/
/*******************************************************/
.feature-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  /* max-width: 22.1875rem; */
  margin-bottom: 1.875rem;
}

@media only screen and (max-width: 56.25rem) {
  .feature-item {
    justify-content: center;
  }
}


@media only screen and (max-width: 30rem) {
  .feature-item {
    width: 320px;
    justify-content: flex-start;
  }
}

.feature-item .image {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 6.25rem;
  height: 6.25rem;
  margin-right: 1.875rem;
  text-align: center;
  border-radius: 1.5rem;
  background: #213780;
  line-height: 6.25rem;
}

@media only screen and (max-width: 30rem) {
  .feature-item .image {
    margin-bottom: 0.9375rem;
  }
}

.feature-item .icon {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 1.5625rem;
  color: #204ecf;
  width: 3.125rem;
  height: 3.125rem;
  background: #f7f7f7;
  line-height: 3.75rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

@media only screen and (max-width: 30rem) {
  .feature-item .icon {
    margin-bottom: 0.9375rem;
  }
}

.feature-item p {
  margin-bottom: 0;
}

.text-white .feature-item p {
  opacity: 0.6;
}

/* Feature Two */
.feature-two-item {
  z-index: 1;
  padding-top: 2.8125rem;
  position: relative;
  padding-left: 4.375rem;
  margin-bottom: 1.875rem;
}

@media only screen and (max-width: 23.4375rem) {
  .feature-two-item {
    padding-left: 1.5625rem;
  }
}

.feature-two-item .number {
  position: absolute;
  font-size: 15.625rem;
  font-weight: 700;
  left: 0;
  top: -1.875rem;
  z-index: -1;
  opacity: 0.08;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 0.0625rem #0769b3;
}

@media only screen and (max-width: 23.4375rem) {
  .feature-two-item .number {
    font-size: 9.375rem;
  }
}

.feature-two-item .icon {
  height: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.875rem;
}

.feature-two-item .details-btn {
  line-height: 1;
  font-size: 1.375rem;
  margin-left: 0.1875rem;
}

/* Feature Three */
.feature-three-item {
  padding: 0.9375rem;
  height: 21.875rem;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 1.875rem;
  border: 0.0625rem solid #e9eaeb;
  border-radius: 2vh !important;
}

@media only screen and (max-width: 29.375rem) {
  .feature-three-item {
    height: max-content;
  }
}

.feature-three-item:hover {
  border-color: white;
  -webkit-box-shadow: 0.625rem 0 3.75rem rgba(76, 76, 76, 0.1);
  box-shadow: 0.625rem 0 3.75rem rgba(76, 76, 76, 0.1);
}

.feature-three-item .icon {
  margin-bottom: 1.875rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* background-color: red; */

  >h3 {
    margin-bottom: 0rem;
    padding-top: 0.9375rem;
  }
}

.feature-three-item .icon>img {
  height: 3.75rem;
  width: 3.75rem;
}


.feature-three-item .icon i {
  line-height: 1;
  font-size: 3.125rem;
}

/* .feature-three-item h4 {
  margin-bottom: 0.9375rem;
} */

.feature-three-item p {
  font-size: 19.2px;
}



.feature-three-item .details-btn {
  line-height: 1;
  font-size: 1.375rem;
}

.why-learn-feature .feature-three-item {
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.why-learn-feature .feature-three-item .icon {
  margin-bottom: 1.375rem;
}

/* Feature Four */
.freature-section-four:after,
.freature-section-four:before {
  content: '';
  width: 20rem;
  height: 20rem;
  z-index: -1;
  border-radius: 50%;
  position: absolute;
  border: 0.0625rem solid rgba(0, 0, 0, 0.07);
}

.freature-section-four:before {
  left: 5%;
  bottom: 0;
}

.freature-section-four:after {
  top: 35%;
  right: 5%;
}

.feature-four-item {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  position: relative;
  margin-bottom: 1.875rem;
}

.feature-four-item img {
  width: 100%;
}

.feature-four-item .content {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5625rem 2.1875rem;
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.90196)), to(rgba(0, 0, 0, 0.2)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.90196) 0%, rgba(0, 0, 0, 0.2) 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.90196) 0%, rgba(0, 0, 0, 0.2) 100%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.90196) 0%, rgba(0, 0, 0, 0.2) 100%);
}

.feature-four-item .content .number {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-weight: 700;
  margin-bottom: auto;
  color: #262d3d;
  width: 2.5rem;
  height: 2.5rem;
  background: #FFB113;
  line-height: 2.5rem;
  border-radius: 50%;
  text-align: center;
}

.feature-four-item .content h5 {
  color: white;
  margin-bottom: 0.125rem;
}

.feature-four-item .content .tour-type {
  color: white;
  opacity: 0.6;
}

.feature-four-item:hover {
  border-radius: 0.4375rem;
  -webkit-box-shadow: 0 1.5625rem 3.75rem rgba(76, 76, 76, 0.25);
  box-shadow: 0 1.5625rem 3.75rem rgba(76, 76, 76, 0.25);
}

.feature-four-item:hover .number {
  color: white;
  background: #0769b3;
}

/* Feature Five */
.feature-five-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 23.4375rem) {
  .feature-five-item {
    display: block;
  }
}

.feature-five-item .icon {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 3.125rem;
  margin: 0.3125rem 1.25rem 0.9375rem 0;
}

.feature-five-item h4 {
  font-size: 1.5rem;
  margin-bottom: 0.9375rem;
}

.feature-five-item p {
  margin-bottom: 0;
}

.feature-five-item:not(:last-child) {
  margin-bottom: 1.875rem;
}

/* Feature Six */
.feature-six-item {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: white;
  margin-bottom: 1.875rem;
  border: 0.0625rem solid #e9eaeb;
}

.feature-six-item .content {
  padding: 2.5rem 1.875rem 0.9375rem;
}

.feature-six-item .content .icon {
  height: 3.125rem;
  margin-bottom: 1.25rem;
}

.feature-six-item .read-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.8125rem 1.875rem;
  text-decoration: none;
  border-top: 0.0625rem solid #e9eaeb;
}

.feature-six-item:hover {
  border-color: white;
  -webkit-box-shadow: 0.625rem 0 3.75rem rgba(76, 76, 76, 0.1);
  box-shadow: 0.625rem 0 3.75rem rgba(76, 76, 76, 0.1);
}

.feature-six-item:hover .read-more {
  color: white;
  background: #0769b3;
  border-color: #0769b3;
}

/*******************************************************/
/****************** 10. About Section ******************/
/*******************************************************/
/* .about-man {
  z-index: 1;
  text-align: center;
  position: relative;
}

.about-man:before {
  content: '';
  left: 60%;
  top: 10%;
  z-index: -1;
  position: absolute;
  width: 28.125rem;
  height: 29.375rem;
  background: #f7f7f7;
  line-height: 33.75rem;
  border-radius: 50%;
  text-align: center;
  -webkit-transform: translate(-55%, -10%);
  -ms-transform: translate(-55%, -10%);
  transform: translate(-55%, -10%);
} */

@media only screen and (min-width: 93.8125rem) {
  .about-content {
    margin-left: 3.75rem;
  }
}

.about-btns .theme-btn {
  margin-right: 1.875rem;
}

/* About Two */
.about-two-left {
  max-width: 31.25rem;
  position: relative;
}

@media only screen and (max-width: 61.9375rem) {
  .about-two-left {
    max-width: none;
  }
}

.about-two-images img {
  width: 70%;
  border-radius: 0.625rem;
}

.about-two-images img:first-child {
  margin-left: 30%;
}

.about-two-images img:last-child {
  margin-top: -10%;
  margin-right: 30%;
}

.about-content-two {
  max-width: 30.625rem;
}

@media only screen and (min-width: 93.8125rem) {
  .about-content-two {
    margin-left: auto;
  }
}

@media only screen and (max-width: 61.9375rem) {
  .about-content-two {
    max-width: none;
  }
}

.about-image-over-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.9375rem 2.1875rem;
  min-height: 4.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: white;
  position: absolute;
  border-radius: 2.1875rem;
  -webkit-box-shadow: 0.625rem 0 3.75rem rgba(75, 131, 252, 0.15);
  box-shadow: 0.625rem 0 3.75rem rgba(75, 131, 252, 0.15);
}

@media only screen and (max-width: 30rem) {
  .about-image-over-item {
    min-height: 3.125rem;
    padding: 0.3125rem 1.25rem;
  }
}

.about-image-over-item:first-child {
  top: 15%;
  left: -15%;
}

@media only screen and (max-width: 93.75rem) {
  .about-image-over-item:first-child {
    left: 0;
  }
}

.about-image-over-item:last-child {
  bottom: 15%;
  right: -15%;
}

@media only screen and (max-width: 93.75rem) {
  .about-image-over-item:last-child {
    right: 0;
  }
}

.about-image-over-item img {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 0.9375rem;
}

@media only screen and (max-width: 30rem) {
  .about-image-over-item img {
    width: 1.5625rem;
  }
}

.about-image-over-item h5 {
  margin-bottom: 0;
}

@media only screen and (max-width: 30rem) {
  .about-image-over-item h5 {
    font-size: 1rem;
  }
}

/* About Three */
.about-three-image {
  padding-right: 3.125rem;
  margin-right: -4.6875rem;
}

@media only screen and (max-width: 74.9375rem) {
  .about-three-image {
    margin-right: 0;
  }
}

.about-three-image-content {
  padding: 2.5rem 3.125rem;
  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;
  margin: -5.3125rem -3.125rem 0 5.3125rem;
}

@media only screen and (max-width: 74.9375rem) and (min-width: 61.9375rem) {
  .about-three-image-content {
    margin-left: 0.625rem;
  }
}

@media only screen and (max-width: 47.9375rem) {
  .about-three-image-content {
    margin-left: 1.5625rem;
  }
}

@media only screen and (max-width: 35.9375rem) {
  .about-three-image-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 30rem) {
  .about-three-image-content {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}

.about-three-image-content h4 {
  font-size: 1.5rem;
  margin-bottom: 0;
  font-weight: 600;
}

@media only screen and (max-width: 35.9375rem) {
  .about-three-image-content h4 {
    margin-top: 1.25rem;
  }
}

@media only screen and (max-width: 23.4375rem) {
  .about-three-image-content h4 {
    font-size: 1.25rem;
  }
}

.about-content-three {
  max-width: 31.25rem;
  margin-left: auto;
}

@media only screen and (max-width: 61.9375rem) {
  .about-content-three {
    margin-left: 0;
  }
}

/* About Four */
.about-four-content .list-style-four li:before {
  color: #0769b3;
}

.about-four-right-part {
  position: relative;
}

.about-four-right-part .image-one,
.about-four-right-part .image-two {
  width: 65%;
}

.about-four-right-part .image-one {
  display: block;
  margin-left: auto;
  margin-bottom: -25%;
}

@media only screen and (max-width: 23.4375rem) {
  .about-four-right-part .image-one {
    margin-bottom: -15%;
  }
}

.about-four-right-part .saticfiction {
  top: 10%;
  left: 10%;
  max-width: 12.8125rem;
  text-align: center;
  position: absolute;
  padding: 2.1875rem 1.875rem 0.9375rem;
}

@media only screen and (max-width: 30rem) {
  .about-four-right-part .saticfiction {
    top: 0;
    left: 0;
    max-width: 9.375rem;
    padding: 1.5625rem 0.9375rem 0.3125rem;
  }

  .about-four-right-part .saticfiction h4 {
    font-size: 1rem;
  }
}

.about-four-right-part .saticfiction .counter-number {
  margin-bottom: 0.625rem;
  display: inline-block;
}

@media only screen and (max-width: 35.9375rem) {
  .about-four-right-part .saticfiction .counter-number {
    margin-left: 0;
  }
}

.about-four-right-part .experience {
  right: 5%;
  bottom: 4%;
  max-width: 9.6875rem;
  text-align: center;
  position: absolute;
  padding: 1.5625rem 1.5625rem 0.625rem;
}

@media only screen and (max-width: 30rem) {
  .about-four-right-part .experience {
    right: 0;
    bottom: 0;
    max-width: 7.8125rem;
    padding: 0.9375rem 0.9375rem 0.0625rem;
  }

  .about-four-right-part .experience h5 {
    font-size: 1rem;
  }
}

.about-four-right-part .experience i {
  font-size: 3.125rem;
  margin-bottom: 0.9375rem;
  display: inline-block;
}

/* About Page */
.about-page-middle {
  position: relative;
  max-width: 31.25rem;
}

.profilePic {
  width: 90%;
  margin: auto;
}

.about-page-middle .circle-content {
  width: 13.75rem;
  height: 13.75rem;
  left: 50%;
  top: 50%;
  color: white;
  padding: 1.25rem;
  line-height: 1;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  position: absolute;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: var(--font-bold-primary);
  background: #204ecf;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.about-page-middle .circle-content b {
  font-size: 3.75rem;
  margin-bottom: 0.9375rem;
}

.about-page-middle .circle-content span {
  line-height: 1.5;
  margin-bottom: 0.625rem;
}

@media only screen and (max-width: 30rem) {
  .about-page-middle .circle-content {
    width: 9.375rem;
    height: 9.375rem;
    font-size: 1rem;
  }

  .about-page-middle .circle-content b {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
  }
}

/* Rules And Condition */
.rules-condition-content .section-title {
  margin-right: -1.875rem;
}

@media only screen and (max-width: 61.9375rem) {
  .rules-condition-content .section-title {
    margin-right: 0;
  }
}


.rules-condition-image-part {
  position: relative;
}

.rules-condition-image-part img {
  width: 100%;
}

.rules-condition-image-part .logo {
  position: absolute;
  left: 58.333333%;
  top: 50%;
  padding: 2.1875rem;
  width: 9.375rem;
  height: 9.375rem;
  background: #0769b3;
  line-height: 9.375rem;
  border-radius: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 1;
}

@media only screen and (max-width: 23.4375rem) {
  .rules-condition-image-part .logo {
    width: 6.25rem;
    height: 6.25rem;
    padding: 1.5625rem;
  }
}

/*******************************************************/
/****************** 11. Course Section *****************/
/*******************************************************/
.coach-filter {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  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;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

.coach-filter li {
  margin: 0.3125rem;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-radius: 0.3125rem;
  padding: 0.25rem 1.25rem 0.125rem;
  background: rgba(32, 78, 207, 0.1);
}

@media only screen and (max-width: 47.9375rem) {
  .coach-filter li {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.coach-filter li:hover,
.coach-filter li.current {
  color: white;
  background: #0769b3;
}

.coach-item {
  margin-bottom: 1.875rem;
}

.coach-image {
  position: relative;
}

.coach-image img {
  width: 100%;
}

.coach-image .category {
  top: 1.25rem;
  left: 1.25rem;
  color: white;
  font-size: 0.9375rem;
  font-weight: 700;
  position: absolute;
  border-radius: 0.3125rem;
  padding: 0.1875rem 0.9375rem 0.0625rem;
  text-transform: uppercase;
  background: #204ecf;
}

.coach-content {
  background: white;
  position: relative;
  border-radius: 0.375rem;
  padding: 1.5625rem 1.875rem;
  margin: -3.125rem 1.875rem 0;
  -webkit-box-shadow: 0.625rem 0 3.75rem rgba(76, 76, 76, 0.1);
  box-shadow: 0.625rem 0 3.75rem rgba(76, 76, 76, 0.1);
}

@media only screen and (max-width: 30rem) {
  .coach-content {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media only screen and (max-width: 23.4375rem) {
  .coach-content h4 {
    font-size: 1.125rem;
  }
}

.coach-content .label {
  font-weight: 600;
  margin-bottom: 0.3125rem;
  display: inline-block;
}

.coach-content .ratting-price {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0.9375rem;
  padding-bottom: 0.9375rem;
  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;
  border-bottom: 0.0625rem solid #e9eaeb;
}

.coach-content .ratting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0.625rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.coach-content .ratting i {
  color: #ffa200;
  font-size: 0.875rem;
  margin-right: 0.25rem;
}

@media only screen and (max-width: 23.4375rem) {
  .coach-content .ratting i {
    font-size: 0.75rem;
  }
}

.coach-content .ratting span {
  font-size: 1.25rem;
  font-weight: 500;
}

@media only screen and (max-width: 23.4375rem) {
  .coach-content .ratting span {
    font-size: 1.125rem;
  }
}

.coach-content .price {
  font-size: 1.25rem;
  font-weight: 800;
  color: #0769b3;
}

@media only screen and (max-width: 23.4375rem) {
  .coach-content .price {
    font-size: 1rem;
  }
}

.coach-content .price:before {
  content: '$';
}

.coach-footer {
  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;
}

.coach-footer li i {
  margin-right: 0.3125rem;
}

.coach-footer li:not(:last-child) {
  margin-right: 0.9375rem;
}

/* Coach Style Two */
.coach-slider {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}

.coach-slider .slick-dots {
  margin-top: 0.625rem;
}

.coach-item.style-two {
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
}

.coach-item.style-two .coach-image img {
  border-radius: 0.5rem;
}

.coach-item.style-two .coach-content {
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 1.875rem 0.625rem 0;
}

.coach-item.style-two .coach-content .category {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 0.3125rem;
  display: inline-block;
  color: #204ecf;
}

.coach-item.style-two .ratting-price {
  margin-top: 0.5rem;
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.coach-item.style-two .ratting-price .price {
  top: 0;
  right: 1.875rem;
  color: white;
  font-size: 2rem;
  font-weight: 800;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 4.6875rem;
  height: 4.6875rem;
  background: #0769b3;
  line-height: 4.6875rem;
  border-radius: 50%;
  text-align: center;
}

.coach-item.style-two .ratting-price .price:before {
  font-size: 0.9375rem;
}

.coach-item.style-two .coach-footer {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.coach-item.style-two.coach-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin: 0 0 2.5rem;
  position: relative;
  padding: 2.0625rem 4.0625rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0.0625rem solid #e9eaeb;
}

.coach-item.style-two.coach-list:hover {
  border-color: white;
  -webkit-box-shadow: 0.625rem 0 3.75rem rgba(76, 76, 76, 0.1);
  box-shadow: 0.625rem 0 3.75rem rgba(76, 76, 76, 0.1);
}

@media only screen and (max-width: 47.9375rem) {
  .coach-item.style-two.coach-list {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}

@media only screen and (max-width: 35.9375rem) {
  .coach-item.style-two.coach-list {
    display: block;
  }
}

.coach-item.style-two.coach-list .coach-image {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 33%;
  margin-left: 1.875rem;
  margin-right: 1.875rem;
}

@media only screen and (max-width: 47.9375rem) {
  .coach-item.style-two.coach-list .coach-image {
    margin-left: 0;
  }
}

@media only screen and (max-width: 35.9375rem) {
  .coach-item.style-two.coach-list .coach-image {
    width: 100%;
    max-width: 12.5rem;
    margin-bottom: 0.9375rem;
  }
}

.coach-item.style-two.coach-list .coach-image img {
  border-radius: 50%;
}

.coach-item.style-two.coach-list .coach-content {
  padding: 0;
  position: static;
}

.coach-item.style-two.coach-list .price {
  top: 5.625rem;
  left: 4.0625rem;
  right: auto;
}

@media only screen and (max-width: 47.9375rem) {
  .coach-item.style-two.coach-list .price {
    left: 1.5625rem;
  }
}

/* Coach Timeline */
.coach-item.coach-timeline {
  margin-bottom: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 47.9375rem) {
  .coach-item.coach-timeline {
    display: block;
  }
}

.coach-item.coach-timeline .coach-image {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 50%;
}

@media only screen and (max-width: 47.9375rem) {
  .coach-item.coach-timeline .coach-image {
    width: 100%;
  }
}

.coach-item.coach-timeline .coach-image img {
  height: 100%;
}

.coach-item.coach-timeline .coach-content {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 2.8125rem;
  padding-right: 2.8125rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 23.4375rem) {
  .coach-item.coach-timeline .coach-content {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}

@media only screen and (max-width: 30rem) {

  .course-list-area,
  .course-right-area {
    padding-top: 5.3125rem;
  }
}

/* Corporate Details */
.corpContainer {
  width: 90%;
  margin: auto;
}

.corpMainHeading {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 64px;
  font-weight: 900;
  padding-top: 0.625rem !important;
  color: #0769b4;
  line-height: 80%;
}

.corpHeading1 {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 44.8px;
  font-weight: 900;
  padding-top: 0.625rem !important;
  color: #0769b4;
  line-height: 80%;
}

.corpImg {
  margin: 32px 0px;
}

.corpPara {
  margin-bottom: 40px;
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
  color: black;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.corpheading {
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 35.2px;
  font-weight: 900;
  padding-top: 0.625rem !important;
  color: #0769b4;
}

.corpSubHeading {
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 28.8px;
  font-weight: 600;
  padding-top: 0.625rem !important;
  color: #0769b4;
}

@media only screen and (max-width: 47.9375rem) {
  .corpMainHeading {
    font-size: 51.2px;
  }

  .corpHeading1 {
    font-size: 36.8px;
  }

  .corpPara {
    font-size: 19.2px;
    line-height: 40px;
    margin-bottom: 32px;

  }

  .corpheading {
    font-size: 32px;
  }

  .corpSubHeading {
    font-size: 25.6px;
  }

}

@media only screen and (max-width: 35.9375rem) {
  .corpMainHeading {
    font-size: 38.4px;
  }

  .corpHeading1 {
    font-size: 32px;
  }

  .corpImg {
    margin: 20.8px 0px;
  }

  .corpPara {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 24px;

  }

  .corpheading {
    font-size: 28.8px;
  }

  .corpSubHeading {
    font-size: 22.4px;
  }

}

@media only screen and (max-width: 30rem) {
  .corpMainHeading {
    font-size: 25.6px;
  }

  .corpHeading1 {
    font-size: 24px;
  }

  .corpImg {
    margin: 12.8px 0px;
  }

  .corpPara {
    font-size: 17.6px;
    margin-bottom: 1.2em;
  }

  .corpheading {
    font-size: 20.8px;
  }

  .corpSubHeading {
    font-size: 17.6px;
  }


}


/* Other Course Details */

.otherCardHeading {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 900;
  padding-top: 0.625rem !important;
  color: #0769b4;
}




@media only screen and (max-width: 47.9375rem) {
  .otherCardHeading {
    font-size: 32px;
  }

}

@media only screen and (max-width: 35.9375rem) {
  .otherCardHeading {
    font-size: 28.8px;
  }

}

@media only screen and (max-width: 30rem) {
  .otherCardHeading {
    font-size: 24px;
  }
}

/* Course Details */

.courseHeading {
  margin-bottom: 0.9375rem;
  text-align: left;  
  color: var(--color-primary);
  font-family: var(--font-bold-primary);
  font-weight: 500;
  margin-left: 48px;
}


.sectionGrid-1 {
  padding-left: 32px;
  padding-right: 32px;
  margin-top: 16px;
}

.course-details-content h3,
.course-details-content p {
  margin-bottom: 0.9375rem;
  font-size: 24px;  
  font-weight: 500;
  color: var(--color-body);
  font-family: var(--font-body-primary);
  /* line-height: 48px; */
  /* margin-top: 48px; */
}

.course-details-content h2 {
  font-size: 2.625rem;
  /* margin-bottom: 1.375rem; */
  color: var(--color-primary);
  font-family: var(--font-body-primary);  
}

.subHeadingImage {
  height: 2.625rem;
  width: 2.625rem;
  margin: auto;
  margin-left: 24px;
  /* margin-bottom: 1.375rem; */
}

@media only screen and (max-width: 47.9375rem) {

  /* .pageImage {
    >img {
      height: 65%;
      width: 65%;
    }
  } */

  .sectionGrid-1 {
    padding-left: 24px;
    padding-right: 24px;
    margin-top: 12.8px;

  }

  .courseHeading {
    font-size: 48px;
    margin-left: 32px;
  }

  .course-details-content h2 {
    font-size: 2.1875rem;
  }

  .course-details-content p {
    font-size: 19.2px;
    line-height: 40px;
    /* margin-top: 35.2px; */
  }

  .subHeadingImage {
    height: 2.1875rem;
    width: 2.1875rem;
  }

}

@media only screen and (max-width: 35.9375rem) {

  .pageImage {
    >img {
      height: 70%;
      width: 70%;
    }
  }

  .sectionGrid-1 {
    padding-left: 16px;
    padding-right: 16px;
    margin-top: 9.6px;

  }

  .courseHeading {
    font-size: 40px;
    margin-left: 24px;
  }

  .course-details-content h2 {
    font-size: 1.875rem;
  }

  .course-details-content p {
    font-size: 17.6px;
    /* margin-top: 28px; */
  }

  .subHeadingImage {
    height: 1.875rem;
    width: 1.875rem;
  }

}

@media only screen and (max-width: 30rem) {

  .pageImage {
    >img {
      height: 85%;
      width: 85%;
    }
  }

  .sectionGrid-1 {
    padding-left: 12px;
    padding-right: 12px;
    margin-top: 8px;

  }

  .courseHeading {
    font-size: 35.2px;
    text-align: center;
    margin-left: 0px;
  }

  .course-details-content h2 {
    font-size: 1.5625rem;
  }

  .course-details-content p {
    font-size: 16px;
    line-height: 32px;
    /* margin-top: 16px; */

  }

  .subHeadingImage {
    height: 1.5625rem;
    width: 1.5625rem;
  }
}

.course-details-content h3 {
  font-size: 1.6875rem;
}

@media only screen and (max-width: 30rem) {
  .course-details-content h3 {
    font-size: 1.375rem;
  }
}

.bigboxContent {      
  
}



.course-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  margin-bottom: 1.25rem;
}

.course-header .category {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 0.3125rem;
  margin-right: 0.9375rem;
  color: #204ecf;
}

.course-header img {
  margin-right: 0.625rem;
  margin-bottom: 0.3125rem;
}

.course-header .off {
  color: white;
  line-height: 1;
  font-size: 0.8125rem;
  font-weight: 600;
  margin-bottom: 0.3125rem;
  margin-right: 1.875rem;
  border-radius: 0.8125rem;
  padding: 0.5rem 0.8125rem 0.3125rem;
  text-transform: uppercase;
  background: #0769b3;
}

.course-header .ratting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.3125rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.course-header .ratting i {
  color: #ffa200;
  font-size: 0.875rem;
  margin-right: 0.3125rem;
}

.course-header .ratting span {
  font-size: 1.25rem;
}

.author-date-enroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.875rem;
}

.author-date-enroll li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.625rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.author-date-enroll li:not(:last-child) {
  margin-right: 2.1875rem;
  position: relative;
  padding-right: 2.1875rem;
}

.author-date-enroll li:not(:last-child):after {
  content: '';
  right: 0;
  top: 50%;
  width: 0.125rem;
  height: 1.25rem;
  position: absolute;
  background: #e9eaeb;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 47.9375rem) {
  .author-date-enroll li:not(:last-child) {
    padding-right: 0;
    margin-right: 0.9375rem;
  }

  .author-date-enroll li:not(:last-child):after {
    display: none;
  }
}

.author-date-enroll li img {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 3.125rem;
  margin-right: 1.25rem;
}

.author-date-enroll li h6 {
  font-size: 1.125rem;
  margin-bottom: 0;
}

.author-date-enroll li i {
  margin-right: 0.625rem;
  color: #204ecf;
}

.course-video-list li {
  font-weight: 600;
  padding: 0.9375rem 2.5rem;
}

.course-video-list li:not(:last-child) {
  border-bottom: 0.0625rem solid #e9eaeb;
}

@media only screen and (max-width: 30rem) {
  .course-video-list li {
    font-size: 0.875rem;
    line-height: 1.2;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.course-video-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.course-video-list li a .title {
  margin-right: auto;
}

.course-video-list li a i:not(:last-child) {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  color: #204ecf;
}

.course-video-list li a i:last-child {
  color: #9a9a9a;
  font-size: 0.875rem;
  margin-left: 0.625rem;
}

.instructor-image,
.student-average-feedback {
  max-width: 16.875rem;
}

@media only screen and (max-width: 35.9375rem) {

  .instructor-image,
  .student-average-feedback {
    margin-bottom: 1.25rem;
  }
}

.instructor-details h4 {
  margin-bottom: 0.125rem;
}

.instructor-details .designations {
  font-weight: 700;
  color: #204ecf;
}

.instructor-details .ratting i {
  color: #ffa200;
  font-size: 0.875rem;
  margin-right: 0.125rem;
}

.instructor-details .ratting span {
  font-size: 1.25rem;
}

.instructor-details .social-style-two a:first-child {
  margin-left: 0;
}

.student-average-feedback {
  padding: 3.125rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 35.9375rem) {
  .student-average-feedback {
    height: auto;
  }
}

.student-average-feedback b {
  display: block;
  line-height: 1;
  font-size: 4.0625rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
  font-family: var(--font-bold-primary);
}

.student-average-feedback .ratting i {
  margin: 0.0625rem;
  font-size: 0.875rem;
}

.student-average-feedback h6 {
  opacity: 0.6;
  font-size: 1.125rem;
}

.student-feedback-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.student-feedback-author img {
  width: 4.0625rem;
  height: 4.0625rem;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 1.25rem;
}

.student-feedback-author h4 {
  margin-bottom: 0;
}

.student-feedback-author .designations {
  font-weight: 700;
  color: #204ecf;
}

.ratting-total {
  margin-bottom: -0.625rem;
}

.ratting-total-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ratting-total-item .ratting {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 7.5rem;
  margin-top: 0.5rem;
  margin-right: 1.25rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ratting-total-item .ratting i {
  color: #ffa200;
  font-size: 0.8125rem;
  margin-right: 0.3125rem;
}

.ratting-total-item .ratting span {
  margin-top: 0.1875rem;
  font-size: 1.25rem;
}

.ratting-total-item .ratting-bar {
  width: 100%;
  height: 0.1875rem;
  margin-right: 1.25rem;
  background: rgba(32, 78, 207, 0.1);
}

.ratting-total-item .ratting-bar span {
  height: 100%;
  display: block;
  background: #204ecf;
}

.ratting-total-item .ratting-number {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 5rem;
  font-size: 1.25rem;
  font-weight: 700;
}

/* Course Home Two */
.coach-section-two:after,
.coach-section-two:before,
.coach-section-two .for-circle:after,
.coach-section-two .for-circle:before {
  content: '';
  width: 20rem;
  height: 20rem;
  z-index: -1;
  border-radius: 50%;
  position: absolute;
  border: 0.0625rem solid rgba(0, 0, 0, 0.07);
}

@media only screen and (max-width: 47.9375rem) {

  .coach-section-two:after,
  .coach-section-two:before,
  .coach-section-two .for-circle:after,
  .coach-section-two .for-circle:before {
    width: 9.375rem;
    height: 9.375rem;
  }
}

.coach-section-two:before {
  left: 3%;
  bottom: 18%;
}

.coach-section-two:after {
  left: 6%;
  bottom: 7%;
}

.coach-section-two .for-circle:before {
  top: 10%;
  right: 8%;
}

.coach-section-two .for-circle:after {
  top: 20%;
  right: 3%;
}

.coach-item-two {
  margin-bottom: 1.875rem;
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
}

.coach-item-two .image img {
  width: 100%;
  border-radius: 0.4375rem 0.4375rem 0 0;
}

.coach-item-two .content {
  position: relative;
  padding: 1.875rem 2.5rem;
  background: white;
  border-radius: 0 0 0.4375rem 0.4375rem;
}

@media only screen and (max-width: 23.4375rem) {
  .coach-item-two .content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .coach-item-two .content h4 {
    font-size: 1.25rem;
  }
}

.coach-item-two .content .ratting-star {
  top: -1.875rem;
  right: 1.875rem;
  color: white;
  position: absolute;
  width: 3.75rem;
  height: 3.75rem;
  background: #204ecf;
  line-height: 3.75rem;
  border-radius: 50%;
  text-align: center;
}

.coach-item-two .content .category {
  font-weight: 700;
  padding: 0.0625rem 0.9375rem;
  margin-bottom: 1.125rem;
  color: #262d3d;
  display: inline-block;
  background: #FFB113;
  border-radius: 0 0.9375rem 0.9375rem 0;
}

.coach-item-two .content .coach-footer {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 0.5rem;
}

.coach-item-two .content .coach-footer li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.coach-item-two .content .coach-footer li img {
  max-width: 2.1875rem;
  margin-right: 0.625rem;
  border-radius: 50%;
}

@media only screen and (max-width: 23.4375rem) {
  .coach-item-two .content .coach-footer li img {
    max-width: 1.5625rem;
  }
}

.coach-item-two .content .coach-footer li i {
  color: #204ecf;
}

/* Course Three */
.coach-section-three .slick-dots {
  margin-top: 1.875rem;
}

.coach-item-three {
  margin: 0 0.9375rem 1.875rem;
}

.coach-item-three .image {
  position: relative;
}

.coach-item-three .image img {
  width: 100%;
}

.coach-item-three .image .price {
  color: white;
  right: 1.875rem;
  bottom: -1.25rem;
  line-height: 1;
  font-size: 1.5rem;
  font-weight: 800;
  padding-top: 0.3125rem;
  width: 5.6875rem;
  height: 3.875rem;
  position: absolute;
  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;
  background: url(../images/coachs/course-price-bg.png) 100% 100%;
}

.coach-item-three .image .price:before {
  content: '$';
}

.coach-item-three .content {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: white;
  padding: 1.5625rem 2.5rem 1.875rem;
}

@media only screen and (max-width: 23.4375rem) {
  .coach-item-three .content {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}

.coach-item-three .content .coach-footer {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.coach-item-three .content .coach-footer li:not(:last-child) {
  margin-right: 1.5625rem;
}

.coach-item-three .content h4 {
  margin: 0.75rem 0 1.5625rem;
}

@media only screen and (max-width: 23.4375rem) {
  .coach-item-three .content h4 {
    font-size: 1.125rem;
  }
}

.coach-item-three .content h4 a:hover {
  color: #204ecf;
  text-decoration: underline;
}

.coach-item-three .content .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1.5625rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 0.0625rem solid #e9eaeb;
}

.coach-item-three .content .author img {
  width: 2.1875rem;
  height: 2.1875rem;
  border-radius: 50%;
  margin-right: 1.25rem;
}

.coach-item-three .content .author h6 {
  margin: 0;
  font-size: 1.125rem;
}

.coach-item-three:hover .content {
  -webkit-box-shadow: 0.625rem 0 3.75rem rgba(0, 204, 131, 0.1);
  box-shadow: 0.625rem 0 3.75rem rgba(0, 204, 131, 0.1);
}

/*******************************************************/
/**************** 12. Work Step Section ****************/
/*******************************************************/
.work-step-wrap {
  margin-left: -1.875rem;
  margin-right: -1.875rem;
}

.work-step-wrap .work-step-item {
  margin: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 30rem) {
  .work-step-wrap .work-step-item {
    display: block;
  }
}

.work-step-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: white;
  border-radius: 0.3125rem;
  padding: 2.1875rem 2.1875rem 0.9375rem;
  -webkit-box-shadow: 0.625rem 0 2.0625rem rgba(30, 40, 69, 0.07);
  box-shadow: 0.625rem 0 2.0625rem rgba(30, 40, 69, 0.07);
}

@media only screen and (max-width: 30rem) {
  .work-step-item {
    display: block;
  }
}

@media only screen and (max-width: 23.4375rem) {
  .work-step-item {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}

.work-step-item .number {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  color: white;
  font-size: 1.5rem;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-weight: 600;
  margin-right: 1.875rem;
  margin-bottom: 0.9375rem;
  display: inline-block;
  font-family: var(--font-bold-primary);
  border: 0.0625rem solid transparent;
  width: 3.125rem;
  height: 3.125rem;
  background: #204ecf;
  line-height: 3.125rem;
  border-radius: 50%;
  text-align: center;
}

.work-step-item h4,
.work-step-item p {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.work-step-item:hover {
  background: #204ecf;
}

.work-step-item:hover .number {
  border-color: white;
}

.work-step-item:hover h4,
.work-step-item:hover p {
  color: white;
}

.slider-arrow-btns button {
  width: 2.8125rem;
  height: 2.8125rem;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  line-height: 2.8125rem;
  border-radius: 0.3125rem;
  color: #0769b3;
  background: transparent;
  border: 0.0625rem solid #e9eaeb;
}

.slider-arrow-btns button:hover,
.slider-arrow-btns button:focus {
  color: white;
  background: #0769b3;
  border-color: #0769b3;
}

.slider-arrow-btns button:not(:last-child) {
  margin-right: 0.3125rem;
}

.bebefit-work-steps .work-step-item {
  padding-top: 1.5625rem;
  padding-bottom: 0.5rem;
}

.bebefit-work-steps .work-step-item:not(:last-child) {
  margin-bottom: 1.875rem;
}

.bebefit-work-steps .work-step-item h4 {
  margin-bottom: 0.625rem;
}

.bebefit-work-steps .work-step-item:nth-child(1) {
  margin-left: 1.875rem;
  margin-right: 4.375rem;
}

@media only screen and (max-width: 35.9375rem) {
  .bebefit-work-steps .work-step-item:nth-child(1) {
    margin-left: 0;
    margin-right: 0;
  }
}

.bebefit-work-steps .work-step-item:nth-child(2) {
  position: absolute;
  top: 50%;
  right: 100%;
  max-width: 29.375rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transform: translate(5rem, -50%);
  -ms-transform: translate(5rem, -50%);
  transform: translate(5rem, -50%);
}

@media only screen and (max-width: 61.9375rem) {
  .bebefit-work-steps .work-step-item:nth-child(2) {
    top: 0;
    right: 0;
    width: auto;
    max-width: none;
    position: relative;
    margin-left: 3.125rem;
    margin-right: 3.125rem;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
}

@media only screen and (max-width: 61.9375rem) and (max-width: 35.9375rem) {
  .bebefit-work-steps .work-step-item:nth-child(2) {
    margin-left: 0;
    margin-right: 0;
  }
}

.bebefit-work-steps .work-step-item:nth-child(3) {
  margin-left: 6.25rem;
}

@media only screen and (max-width: 35.9375rem) {
  .bebefit-work-steps .work-step-item:nth-child(3) {
    margin-left: 0;
  }
}

.bebefit-work-steps .work-step-item:nth-child(4) {
  margin-left: 3.125rem;
  margin-right: 3.125rem;
}

@media only screen and (max-width: 35.9375rem) {
  .bebefit-work-steps .work-step-item:nth-child(4) {
    margin-left: 0;
    margin-right: 0;
  }
}

/*******************************************************/
/**************** 13. Newsletter Section ***************/
/*******************************************************/
.newsletter-video {
  overflow: hidden;
  border-radius: 0.3125rem;
  margin-right: -3.125rem;
}

@media only screen and (max-width: 61.9375rem) {
  .newsletter-video {
    margin: 0;
  }
}

.newsletter-video:before {
  z-index: 1;
}

.newsletter-video img {
  width: 100%;
}

.newsletter-content {
  margin-right: -4.375rem;
  margin-left: -6.875rem;
  padding: 5.9375rem 4.375rem 5.9375rem 12.5rem;
}

@media only screen and (max-width: 74.9375rem) and (min-width: 61.9375rem) {
  .newsletter-content {
    padding-left: 10.3125rem;
  }
}

@media only screen and (max-width: 61.9375rem) {
  .newsletter-content {
    margin: 0;
    padding: 4.6875rem;
  }
}

@media only screen and (max-width: 47.9375rem) {
  .newsletter-content {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}

@media only screen and (max-width: 23.4375rem) {
  .newsletter-content {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media only screen and (max-width: 74.9375rem) and (min-width: 61.9375rem) {
  .newsletter-content h2 {
    font-size: 2.625rem;
  }
}

.newsletter-email {
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.25rem;
  background: white;
  border-radius: 0.3125rem;
  position: relative;
  margin-left: -10rem;
}

@media only screen and (max-width: 61.9375rem) {
  .newsletter-email {
    margin-left: 0;
  }
}

@media only screen and (max-width: 35.9375rem) {
  .newsletter-email {
    display: block;
  }
}

@media only screen and (max-width: 23.4375rem) {
  .newsletter-email {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

.newsletter-email label {
  top: 2.75rem;
  left: 2.8125rem;
  line-height: 1;
  cursor: pointer;
  margin-bottom: 0;
  position: absolute;
  color: #204ecf;
}

@media only screen and (max-width: 23.4375rem) {
  .newsletter-email label {
    left: 1.5625rem;
  }
}

.newsletter-email input {
  padding: 0.9375rem 0 0.9375rem 3.125rem;
}

@media only screen and (max-width: 23.4375rem) {
  .newsletter-email input {
    padding-left: 2.5rem;
  }
}

.newsletter-email input::-webkit-input-placeholder {
  font-weight: 600;
  color: #262d3d;
}

.newsletter-email input:-ms-input-placeholder {
  font-weight: 600;
  color: #262d3d;
}

.newsletter-email input::-ms-input-placeholder {
  font-weight: 600;
  color: #262d3d;
}

.newsletter-email input::placeholder {
  font-weight: 600;
  color: #262d3d;
}

.video-play {
  left: 50%;
  top: 50%;
  z-index: 3;
  position: absolute;
  width: 5rem;
  height: 5rem;
  background: white;
  line-height: 5rem;
  border-radius: 50%;
  text-align: center;
  color: #204ecf;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.newsletter-radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.25rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.newsletter-radios .custom-radio {
  padding-left: 2.1875rem;
}

.newsletter-radios .custom-radio:not(:last-child) {
  margin-right: 2.1875rem;
}

.newsletter-radios .custom-control-label {
  cursor: pointer;
}

.newsletter-radios .custom-control-label:after {
  top: 0.375rem;
  left: -2.1875rem;
  width: 1.5625rem;
  height: 1.5625rem;
  background: rgba(0, 204, 131, 0.15);
  line-height: 1.5625rem;
  border-radius: 50%;
  text-align: center;
}

.newsletter-radios .custom-control-label:before {
  top: 0.5625rem;
  z-index: 1;
  left: -1.75rem;
  border: none;
  font-size: 0.75rem;
  content: "\f00c";
  font-weight: 600;
  color: #0769b3;
  background: transparent;
  font-family: "Font Awesome 5 Free";
}

.newsletter-radios .custom-control-input:checked~.custom-control-label::before {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
}

.newsletter-radios .custom-control-input:checked~.custom-control-label::after {
  background-image: none;
  background-color: #0769b3;
}

/* Newsletter Video Section */
.newsletter-video-section {
  padding-left: 3.4375rem;
  padding-right: 3.4375rem;
}

@media only screen and (max-width: 93.75rem) {
  .newsletter-video-section {
    padding-left: 0;
    padding-right: 0;
  }
}

.newsletter-video-part {
  height: 45rem;
}

@media only screen and (max-width: 47.9375rem) {
  .newsletter-video-part {
    height: 31.25rem;
  }
}

@media only screen and (max-width: 35.9375rem) {
  .newsletter-video-part {
    height: 25rem;
  }
}

.newsletter-video-part:before {
  opacity: 0.45;
}

.newsletter-video-part .video-play {
  color: white;
  background: #0769b3;
}

@media only screen and (min-width: 47.9375rem) {
  .newsletter-video-part .video-play {
    width: 6.875rem;
    height: 6.875rem;
    line-height: 6.875rem;
  }
}

.newsletter-video-part .notification {
  left: 16%;
  bottom: 15%;
  max-width: 15.625rem;
  position: absolute;
  padding: 2.8125rem 2.5rem 1.5625rem;
}

@media only screen and (max-width: 74.9375rem) {
  .newsletter-video-part .notification {
    left: 10%;
    bottom: 10%;
  }
}

@media only screen and (max-width: 47.9375rem) {
  .newsletter-video-part .notification {
    display: none;
  }
}

.newsletter-video-part .notification img {
  margin-bottom: 1.125rem;
}

.newsletter-video-part .notification:before {
  content: '';
  left: -40%;
  top: 15%;
  width: 9.375rem;
  height: 4.375rem;
  position: absolute;
  background: url(../images/shapes/notification-line.png) no-repeat center/cover;
}

@media only screen and (max-width: 74.9375rem) {
  .newsletter-video-part .notification:before {
    left: -30%;
  }
}

.newsletter-video-part .bg-text {
  right: 50%;
  bottom: 50%;
  opacity: 0.2;
  font-size: 18.75rem;
  color: transparent;
  text-transform: capitalize;
  -webkit-text-stroke: 0.0625rem white;
  -webkit-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

@media only screen and (max-width: 74.9375rem) {
  .newsletter-video-part .bg-text {
    font-size: 12.5rem;
  }
}

@media only screen and (max-width: 47.9375rem) {
  .newsletter-video-part .bg-text {
    font-size: 9.375rem;
  }
}

@media only screen and (max-width: 35.9375rem) {
  .newsletter-video-part .bg-text {
    font-size: 6.25rem;
  }
}

@media only screen and (max-width: 23.4375rem) {
  .newsletter-video-part .bg-text {
    font-size: 5rem;
  }
}

.newsletter-video-part .bg-text:before {
  content: '';
  width: 20rem;
  height: 20rem;
  position: absolute;
  border-radius: 50%;
  border: 0.0625rem solid white;
  -webkit-transform: translate(-50%, -25%);
  -ms-transform: translate(-50%, -25%);
  transform: translate(-50%, -25%);
}

@media only screen and (max-width: 74.9375rem) {
  .newsletter-video-part .bg-text:before {
    width: 12.5rem;
    height: 12.5rem;
  }
}

@media only screen and (max-width: 47.9375rem) {
  .newsletter-video-part .bg-text:before {
    display: none;
  }
}

.newsletter-video-content {
  z-index: 1;
  position: relative;
  margin-left: -20.625rem;
  padding: 3.75rem 4.375rem 4.375rem;
}

@media only screen and (max-width: 74.9375rem) {
  .newsletter-video-content {
    margin-left: 0;
  }
}

@media only screen and (max-width: 35.9375rem) {
  .newsletter-video-content {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}

@media only screen and (max-width: 23.4375rem) {
  .newsletter-video-content .newsletter-radios .custom-control-label {
    font-size: 1.125rem;
  }
}

.newsletter-video-content .newsletter-radios .custom-control-label:before {
  color: white;
}

.newsletter-video-content .newsletter-email {
  margin-left: 0;
}

.newsletter-video-content .newsletter-email label {
  top: 2.5rem;
}

.newsletter-video-content .newsletter-email label i {
  color: #204ecf;
}

.newsletter-video-content .newsletter-email input {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.newsletter-video-content .newsletter-email .theme-btn {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

/*******************************************************/
/****************** 14. Event Section ******************/
/*******************************************************/
.event-wrap {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}

.event-wrap .event-item {
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
}

.event-wrap .slick-dots li:before {
  background: white;
}

.event-wrap .slick-dots li.slick-active {
  border-color: white;
}

.event-wrap .slick-dots li.slick-active:before {
  background: white;
}

.event-item {
  padding: 1.875rem;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 1.875rem;
  border: 0.0625rem solid rgba(255, 255, 255, 0.1);
}

@media only screen and (max-width: 23.4375rem) {
  .event-item {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.event-item .image {
  position: relative;
}

.event-item .image img {
  width: 100%;
  border-radius: 0.3125rem;
}

.event-item .image .date {
  position: absolute;
  padding: 0.125rem 1.25rem;
  left: 17%;
  width: 66%;
  bottom: -0.9375rem;
  font-size: 0.9375rem;
  font-weight: 700;
  text-align: center;
  border-radius: 0.3125rem;
  background: #204ecf;
}

.event-item .content {
  padding-top: 3.125rem;
  padding-bottom: 0.3125rem;
}

.event-item .content h4 {
  margin-bottom: 1.375rem;
}

@media only screen and (max-width: 23.4375rem) {
  .event-item .content h4 {
    font-size: 1.25rem;
  }
}

.event-item .content .location {
  opacity: 0.4;
}

.event-item .content .location i {
  margin-right: 0.3125rem;
}

.event-item:hover {
  border-color: white;
}

/* Event Style Two */
.event-item-two {
  margin-bottom: 2.5rem;
  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;
}

@media only screen and (max-width: 35.9375rem) {
  .event-item-two {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 35.9375rem) {
  .event-item-two .content {
    width: 100%;
    margin-top: 1.5625rem;
  }
}

.event-item-two .date {
  line-height: 1;
  max-width: 3.4375rem;
  font-size: 1.125rem;
  font-weight: 700;
  margin-right: 2.5rem;
  font-family: var(--font-bold-primary);
}

.event-item-two .date b {
  font-size: 2.8125rem;
  margin-bottom: 0.625rem;
  padding-bottom: 1.25rem;
  color: #262d3d;
  display: inline-block;
  border-bottom: 0.125rem solid #e9eaeb;
}

.event-item-two .date span {
  font-size: 1.25rem;
}

.event-item-two .location {
  margin-bottom: 0.5rem;
  display: inline-block;
}

.event-item-two .location i {
  margin-right: 0.3125rem;
  color: #0769b3;
}

.event-item-two h4 {
  margin-bottom: 0.9375rem;
}

.event-item-two img {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 7.8125rem;
  height: 7.8125rem;
  border-radius: 50%;
  margin-right: 2.5rem;
}

@media only screen and (max-width: 35.9375rem) {
  .event-item-two img {
    margin-right: 0;
  }
}

/* Event Style Three */
.event-section-three .container {
  max-width: 86.25rem;
}

.event-section-three:after,
.event-section-three:before,
.event-section-three .for-circle:after,
.event-section-three .for-circle:before {
  content: '';
  width: 20rem;
  height: 20rem;
  z-index: -1;
  border-radius: 50%;
  position: absolute;
  border: 0.0625rem solid rgba(0, 0, 0, 0.07);
}

@media only screen and (max-width: 47.9375rem) {

  .event-section-three:after,
  .event-section-three:before,
  .event-section-three .for-circle:after,
  .event-section-three .for-circle:before {
    width: 9.375rem;
    height: 9.375rem;
  }
}

.event-section-three:before {
  left: 3%;
  top: 95%;
}

.event-section-three:after {
  left: 6%;
  top: 105%;
}

.event-section-three .for-circle:before {
  top: 50%;
  right: 8%;
}

.event-section-three .for-circle:after {
  top: 60%;
  right: 3%;
}

.event-three-inner {
  background: white;
  padding: 4.375rem 5.625rem 5rem;
  -webkit-box-shadow: 0.625rem 0 3.75rem rgba(175, 175, 175, 0.1);
  box-shadow: 0.625rem 0 3.75rem rgba(175, 175, 175, 0.1);
}

@media only screen and (max-width: 47.9375rem) {
  .event-three-inner {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.event-item-three {
  padding: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 1.875rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0.0625rem solid #e9eaeb;
}

@media only screen and (max-width: 35.9375rem) {
  .event-item-three {
    display: block;
  }
}

@media only screen and (max-width: 23.4375rem) {
  .event-item-three {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.event-item-three .image {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  max-width: 9.375rem;
  margin-right: 1.375rem;
  position: relative;
}

@media only screen and (max-width: 35.9375rem) {
  .event-item-three .image {
    margin-bottom: 1.25rem;
  }
}

.event-item-three .image .date {
  right: 0;
  bottom: 0;
  color: white;
  font-size: 1.125rem;
  font-weight: 700;
  position: absolute;
  padding: 1.25rem 0.0625rem 0.625rem;
  height: calc(100% + 0.9375rem);
  background: #204ecf;

  -webkit-clip-path: polygon(100% 0, 100% 100%, 0% 100%, 0 0, 50% 0.625rem);
  clip-path: polygon(100% 0, 100% 100%, 0% 100%, 0 0, 50% 0.625rem);
}

.event-item-three .content .location {
  display: block;
  margin-top: -0.3125rem;
  margin-bottom: 0.3125rem;
}

.event-item-three .content .location i {
  margin-right: 0.3125rem;
  color: #204ecf;
}

.event-item-three .content h4 {
  margin-bottom: 0;
}

@media only screen and (max-width: 30rem) {
  .event-item-three .content h4 {
    font-size: 1.125rem;
  }
}

.event-item-three .details-link {
  position: absolute;
  top: -0.0625rem;
  right: -0.0625rem;
  width: 2.8125rem;
  height: 2.8125rem;
  line-height: 2.8125rem;
  text-align: center;
  color: #262d3d;
  background: #FFB113;
}

/*******************************************************/
/************** 15. Testimonials Section ***************/
/*******************************************************/
.partner-title {
  font-family: "Nunito Sans", sans-serif;
}

.partner-title span {
  color: #204ecf;
}

.partner-iamges-wrap {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.partner-iamges-wrap img {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
}

.partner-iamges-wrap img:not(:first-child) {
  margin-left: -1.875rem;
}

.partner-iamges-wrap .plus {
  top: 0;
  right: 0;
  color: white;
  font-size: 1.5625rem;
  font-weight: 500;
  position: absolute;
  width: 3.125rem;
  height: 3.125rem;
  background: rgba(0, 204, 131, 0.5);
  line-height: 3.125rem;
  border-radius: 50%;
  text-align: center;
}

.testimonial-wrap {
  margin: -6.25rem;
}

.testimonial-wrap .slick-list {
  padding: 6.25rem;
}

.testimonial-wrap .slick-dots {
  position: absolute;
  top: 8.75rem;
  right: 6.25rem;
  margin-top: 0;
}

@media only screen and (max-width: 35.9375rem) {
  .testimonial-wrap .slick-dots {
    top: 3.4375rem;
    right: 50%;
    -webkit-transform: translate(50%);
    -ms-transform: translate(50%);
    transform: translate(50%);
  }
}

.testimonial-author {
  margin: 0 0 -6.875rem -6.25rem;
}

@media only screen and (max-width: 61.9375rem) {
  .testimonial-author {
    margin-left: 1.5625rem;
  }
}

@media only screen and (max-width: 23.4375rem) {
  .testimonial-author {
    margin-left: 0.9375rem;
  }
}

.testimonial-content {
  z-index: 1;
  position: relative;
  padding: 2.1875rem 3.75rem;
  -webkit-box-shadow: 0.625rem 0 3.75rem rgba(38, 45, 61, 0.07);
  box-shadow: 0.625rem 0 3.75rem rgba(38, 45, 61, 0.07);
}

@media only screen and (max-width: 35.9375rem) {
  .testimonial-content {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}

@media only screen and (max-width: 23.4375rem) {
  .testimonial-content {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.testimonial-content .designation {
  margin-left: 6.25rem;
  margin-bottom: 2.8125rem;
}

@media only screen and (max-width: 61.9375rem) {
  .testimonial-content .designation {
    background: white;
    border-radius: 0.3125rem;
    margin-bottom: 1.875rem;
    padding: 0.625rem 0 0.625rem 1.25rem;
  }
}

@media only screen and (max-width: 30rem) {
  .testimonial-content .designation {
    margin-left: 1.5625rem;
  }
}

@media only screen and (max-width: 23.4375rem) {
  .testimonial-content .designation {
    margin-left: 0.625rem;
  }
}

.testimonial-content .designation h4 {
  font-size: 1.5rem;
  margin-bottom: 0;
}

@media only screen and (max-width: 23.4375rem) {
  .testimonial-content .designation h4 {
    font-size: 1.25rem;
  }
}

.testimonial-content .designation span {
  font-weight: 600;
  color: #204ecf;
}


.testimonial-content .ratting {
  padding-top: 0.3125rem;
}

.testimonial-content .ratting i {
  color: #ff9c00;
  font-size: 0.875rem;
  margin-right: 0.3125rem;
}

/* Testimonial Two */
.testimonials-section-two:before {
  position: absolute;
  content: '';
  right: 0;
  width: 70%;
  top: -5rem;
  z-index: -1;
  background: #f7f7f7;
  height: calc(100% + 10rem);
}

@media only screen and (min-width: 93.8125rem) {
  .testimonials-section-two .container {
    max-width: 86.25rem;
  }
}

.testimonials-section-two .testimonial-item-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 61.9375rem) {
  .testimonials-section-two .testimonial-item-two {
    display: block;
  }
}

.testimonials-section-two .testimonial-item-two.slick-active .testimonial-author-two {
  opacity: 1;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}

.testimonial-two-wrap:after {
  position: absolute;
  content: "";
  right: 0;
  top: -3.125rem;
  z-index: -1;
  opacity: 0.05;
  line-height: 1;
  font-size: 18.75rem;
  font-family: 'Flaticon';
}

@media only screen and (max-width: 47.9375rem) {
  .testimonial-two-wrap:after {
    display: none;
  }
}

.testimonial-two-wrap .slick-dots {
  bottom: 1.875rem;
  position: absolute;
  left: calc(33% + 7.5rem);
}

@media only screen and (max-width: 74.9375rem) and (min-width: 61.9375rem) {
  .testimonial-two-wrap .slick-dots {
    left: calc(33% + 3.125rem);
  }
}

@media only screen and (max-width: 61.9375rem) {
  .testimonial-two-wrap .slick-dots {
    bottom: 0;
    left: auto;
    position: relative;
  }
}

.testimonial-two-wrap .slick-dots li.slick-active {
  border-color: #0769b3;
}

.testimonial-two-wrap .slick-dots li.slick-active:before {
  background: #0769b3;
}

.testimonial-author-two {
  width: 33%;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-right: 7.5rem;
  -webkit-transform: translate(3.125rem);
  -ms-transform: translate(3.125rem);
  transform: translate(3.125rem);
}

@media only screen and (max-width: 74.9375rem) and (min-width: 61.9375rem) {
  .testimonial-author-two {
    margin-right: 3.125rem;
  }
}

@media only screen and (max-width: 61.9375rem) {
  .testimonial-author-two {
    width: auto;
    margin-right: 0;
    margin-bottom: 2.1875rem;
  }
}

.testimonial-content-two {
  padding-bottom: 6.25rem;
  margin-top: -0.3125rem;
}

@media only screen and (max-width: 61.9375rem) {
  .testimonial-content-two {
    padding-bottom: 1.25rem;
  }
}

.testimonial-content-two .designation {
  margin-bottom: 1.25rem;
}

.testimonial-content-two .designation h3 {
  margin-bottom: 0.1875rem;
}

@media only screen and (max-width: 35.9375rem) {
  .testimonial-content-two .designation h3 {
    font-size: 1.5625rem;
  }
}

@media only screen and (max-width: 30rem) {
  .testimonial-content-two .designation h3 {
    font-size: 1.25rem;
  }
}

.testimonial-content-two .designation span {
  font-size: 1.125rem;
  font-weight: 600;
  color: #204ecf;
}

.testimonial-content-two p {
  font-size: 2.1875rem;
  line-height: 1.3;
  color: #262d3d;
}

@media only screen and (max-width: 47.9375rem) {
  .testimonial-content-two p {
    font-size: 1.875rem;
  }
}

@media only screen and (max-width: 35.9375rem) {
  .testimonial-content-two p {
    font-size: 1.5625rem;
  }
}

@media only screen and (max-width: 30rem) {
  .testimonial-content-two p {
    font-size: 1.25rem;
  }
}

.testimonial-content-two .ratting {
  padding-top: 0.3125rem;
}

.testimonial-content-two .ratting i {
  color: #ff9c00;
  font-size: 0.875rem;
  margin-right: 0.1875rem;
}

/* Testimonial Three */
.testimonial-three {
  position: relative;
}

.testimonial-three:before {
  content: '';
  width: 100%;
  height: 200%;
  left: 0;
  bottom: 0;
  z-index: -1;
  position: absolute;
  background: #f4f6f9;
}

.testimonial-three-wrap .slick-list {
  overflow: visible;
}

.testimonial-three-wrap .testimonial-three-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 30rem) {
  .testimonial-three-wrap .testimonial-three-item {
    display: block;
  }
}

.testimonial-three-wrap .testimonial-three-item .image {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  max-width: 6.25rem;
  margin: 1.5625rem 1.5625rem 1.5625rem 0;
  -webkit-transform: translate(1.875rem);
  -ms-transform: translate(1.875rem);
  transform: translate(1.875rem);
}

@media only screen and (max-width: 30rem) {
  .testimonial-three-wrap .testimonial-three-item .image {
    margin-top: 0;
  }
}

.testimonial-three-wrap .testimonial-three-item .quality-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 0.625rem;
}

@media only screen and (max-width: 30rem) {
  .testimonial-three-wrap .testimonial-three-item .quality-rating {
    margin-left: 1.5625rem;
  }
}

.testimonial-three-wrap .testimonial-three-item .quality-rating:before {
  top: -0.625rem;
  left: -1.5625rem;
  content: "\f10d";
  font-weight: 600;
  position: absolute;
  color: #204ecf;
  font-family: 'Font Awesome 5 Free';
}

.testimonial-three-wrap .testimonial-three-item .quality-rating h4 {
  color: #204ecf;
  margin: 0 0.9375rem 0.3125rem 0;
}

.testimonial-three-wrap .testimonial-three-item .quality-rating .ratting {
  margin-bottom: 0.3125rem;
}

.testimonial-three-wrap .testimonial-three-item .quality-rating .ratting i {
  color: #FFB113;
}

.testimonial-three-wrap .testimonial-three-item .content p {
  font-size: 1.125rem;
  margin-bottom: 0.9375rem;
}

.testimonial-three-wrap .testimonial-three-item .content p:after {
  top: 0.9375rem;
  left: 0.625rem;
  content: "\f10e";
  font-weight: 600;
  position: relative;
  color: #204ecf;
  font-family: 'Font Awesome 5 Free';
}

.testimonial-three-wrap .testimonial-three-item .content h5 {
  margin-bottom: 0;
}

.testimonial-three-wrap .testimonial-three-item .content .designation {
  font-weight: 600;
}

.testimonial-three-wrap .testimonial-three-item.slick-active .image {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}

.testimonial-three-wrap:after {
  top: 50%;
  right: 0;
  z-index: -1;
  opacity: 0.05;
  line-height: 1;
  content: "\f10e";
  font-weight: 600;
  font-size: 12.5rem;
  position: absolute;
  color: #204ecf;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'Font Awesome 5 Free';
}

@media only screen and (max-width: 47.9375rem) {
  .testimonial-three-wrap:after {
    font-size: 6.25rem;
  }
}

.testimonial-three-wrap .slick-dots {
  margin-left: 7.6875rem;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

@media only screen and (max-width: 30rem) {
  .testimonial-three-wrap .slick-dots {
    margin-left: 0;
  }
}

/* Testimonial Four */
.testimonials-four-iamge {
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 47.9375rem) {
  .testimonials-four-iamge {
    padding-bottom: 0;
  }
}

.testimonial-four-wrap .slick-list {
  padding: 4.6875rem 0 1.875rem !important;
}

.testimonial-four-wrap .testimonial-item-four {
  width: 29.375rem;
  opacity: 0.4;
  z-index: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 2.5rem 3.125rem;
  border-radius: 0.3125rem;
  position: relative;
  border-radius: 0.4375rem;
  background: #f7f7f7;
  -webkit-transform: translate(10.625rem);
  -ms-transform: translate(10.625rem);
  transform: translate(10.625rem);
  -webkit-box-shadow: inset 0.625rem 0 3.75rem rgba(30, 40, 69, 0.07);
  box-shadow: inset 0.625rem 0 3.75rem rgba(30, 40, 69, 0.07);
}

@media only screen and (max-width: 74.9375rem) {
  .testimonial-four-wrap .testimonial-item-four {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
}

@media only screen and (max-width: 30rem) {
  .testimonial-four-wrap .testimonial-item-four {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}

.testimonial-four-wrap .testimonial-item-four .author-designation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.375rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial-four-wrap .testimonial-item-four .author-designation .author {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 1.25rem;
}

.testimonial-four-wrap .testimonial-item-four .author-designation .author img {
  width: 4.0625rem;
  height: 4.0625rem;
  border-radius: 50%;
}

@media only screen and (max-width: 23.4375rem) {
  .testimonial-four-wrap .testimonial-item-four .author-designation .author img {
    width: 3.125rem;
    height: 3.125rem;
  }
}

.testimonial-four-wrap .testimonial-item-four .author-designation .designation h4 {
  font-size: 1.5rem;
  margin-bottom: 0;
}

@media only screen and (max-width: 30rem) {
  .testimonial-four-wrap .testimonial-item-four .author-designation .designation h4 {
    font-size: 1.25rem;
  }
}

@media only screen and (max-width: 23.4375rem) {
  .testimonial-four-wrap .testimonial-item-four .author-designation .designation h4 {
    font-size: 1rem;
  }
}

.testimonial-four-wrap .testimonial-item-four .author-designation .designation span {
  font-weight: 600;
  color: #204ecf;
}

.testimonial-four-wrap .testimonial-item-four p {
  font-size: 1.25rem;
}

@media only screen and (max-width: 30rem) {
  .testimonial-four-wrap .testimonial-item-four p {
    font-size: 1rem;
  }
}

.testimonial-four-wrap .testimonial-item-four .ratting i {
  font-size: 0.875rem;
  margin-right: 0.1875rem;
  color: #FFB113;
}

.testimonial-four-wrap .testimonial-item-four.slick-center {
  opacity: 1;
  z-index: 2;
  width: 35.625rem;
  background: white;
  -webkit-transform: translate(0, -3.125rem);
  -ms-transform: translate(0, -3.125rem);
  transform: translate(0, -3.125rem);
  -webkit-box-shadow: 0.625rem 0 2.5rem rgba(32, 78, 207, 0.15);
  box-shadow: 0.625rem 0 2.5rem rgba(32, 78, 207, 0.15);
}

@media only screen and (max-width: 47.9375rem) {
  .testimonial-four-wrap .testimonial-item-four.slick-center {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    -webkit-box-shadow: inset 0.625rem 0 2.5rem rgba(32, 78, 207, 0.15);
    box-shadow: inset 0.625rem 0 2.5rem rgba(32, 78, 207, 0.15);
  }
}

.testimonial-four-wrap .testimonial-item-four.slick-center+.testimonial-item-four {
  -webkit-transform: translate(-10.625rem);
  -ms-transform: translate(-10.625rem);
  transform: translate(-10.625rem);
}

@media only screen and (max-width: 74.9375rem) {
  .testimonial-four-wrap .testimonial-item-four.slick-center+.testimonial-item-four {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
}

/*******************************************************/
/******************* 16. Blog Section ******************/
/*******************************************************/
.blog-item {
  border-radius: 0.3125rem;
  margin-bottom: 1.875rem;
}

.blog-item .blog-content {
  padding: 1.5625rem;
}

@media only screen and (max-width: 23.4375rem) {
  .blog-item .blog-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.blog-item .blog-content h5,
.blog-item .blog-content h4,
.blog-item .blog-content p {
  margin-bottom: 0.3125rem;
}

@media only screen and (max-width: 23.4375rem) {

  .blog-item .blog-content h5,
  .blog-item .blog-content h4 {
    font-size: 1.125rem;
  }
}

.blog-item .date {
  color: white;
  min-width: 4.125rem;
  line-height: 1.3;
  font-weight: 700;
  padding: 0.375rem 0.625rem;
  text-align: center;
  border-radius: 0.3125rem;
  display: inline-block;
  background: #204ecf;
}

.blog-item .date span {
  display: block;
  font-size: 1.375rem;
}

.blog-item .read-more {
  color: #204ecf;
}

.blog-item .blog-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-item .blog-meta li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-item .blog-meta li i {
  margin-right: 0.3125rem;
}

.blog-item .blog-meta li:not(:last-child) {
  margin-right: 1.25rem;
}

.blog-item.big-item {
  z-index: 1;
  position: relative;
}

.blog-item.big-item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 1;
  background-color: transparent;
}

.blog-item.big-item:before {
  z-index: 1;
  border-radius: 0.3125rem;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#0f256e));
  background: -webkit-linear-gradient(transparent, #0f256e);
  background: -o-linear-gradient(transparent, #0f256e);
  background: linear-gradient(transparent, #0f256e);
}

.blog-item.big-item .blog-content {
  bottom: 0;
  left: 0.625rem;
  z-index: 2;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  position: absolute;
  width: calc(100% - 1.25rem);
}

@media only screen and (max-width: 35.9375rem) {
  .blog-item.big-item .blog-content {
    left: 0;
    width: 100%;
    display: block;
    position: relative;
    background: #262d3d;
    border-radius: 0 0 0.3125rem 0.3125rem;
  }
}

.blog-item.big-item .blog-content .date {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 1.5625rem;
}

@media only screen and (max-width: 35.9375rem) {
  .blog-item.big-item .blog-content .date {
    margin-bottom: 0.9375rem;
  }
}

.blog-item.big-item .blog-content a {
  color: white;
}

.blog-item.big-item .blog-content li {
  opacity: 0.5;
}

.blog-item:not(.big-item) .blog-content {
  background: white;
  position: relative;
  padding: 2.1875rem 1.5625rem 1.375rem;
  -webkit-box-shadow: 0.625rem 0 3.75rem rgba(109, 109, 109, 0.1);
  box-shadow: 0.625rem 0 3.75rem rgba(109, 109, 109, 0.1);
}

@media only screen and (max-width: 23.4375rem) {
  .blog-item:not(.big-item) .blog-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.blog-item:not(.big-item) .blog-content .date {
  position: absolute;
  left: 1.5625rem;
  bottom: calc(100% - 1.125rem);
}

.blog-item:not(.big-item) .blog-meta {
  margin-bottom: 0.5rem;
}

.blog-item .blog-image img {
  width: 100%;
  border-radius: 0.3125rem;
}

.blog-item.style-two .blog-image {
  overflow: hidden;
  position: relative;
}

.blog-item.style-two .blog-image .date {
  bottom: 0;
  right: -0.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  font-size: 1.125rem;
  position: absolute;
  padding-left: 1.5625rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 0.9375rem;
  border-radius: 0 0 0.3125rem 0;
  background: #0769b3;
  -webkit-clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 0.625rem 50%, 0% 0%);
  clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 0.625rem 50%, 0% 0%);
}

.blog-item.style-two .blog-image .date span {
  font-size: 1.875rem;
  margin-left: 0.3125rem;
}

.blog-item.style-two .blog-content {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 1.375rem 1.375rem 0;
}

.blog-item.style-two .blog-content h4,
.blog-item.style-two .blog-content p {
  margin-bottom: 0.9375rem;
}

@media only screen and (min-width: 47.9375rem) {
  .blog-item.style-two.image-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .blog-item.style-two.image-left .blog-image {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50%;
    margin-right: 1.875rem;
  }

  .blog-item.style-two.image-left .blog-content {
    padding: 0;
  }
}

.blog-item.style-two.middle-image {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 2.5rem 2.8125rem;
  background: #f7f7f7;
}

@media only screen and (max-width: 30rem) {
  .blog-item.style-two.middle-image {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}

.blog-item.style-two.middle-image h4 {
  font-size: 1.5rem;
  margin-bottom: 0.625rem;
}

@media only screen and (max-width: 23.4375rem) {
  .blog-item.style-two.middle-image h4 {
    font-size: 1.25rem;
  }
}

.blog-item.style-two.middle-image h4 a:hover {
  color: #204ecf;
  text-decoration: underline;
}

.blog-item.style-two.middle-image .blog-image {
  margin-top: 1.375rem;
  margin-bottom: 1.375rem;
}

.blog-item.style-two.middle-image:hover {
  background: white;
  -webkit-box-shadow: 0.625rem 0 3.75rem rgba(32, 78, 207, 0.1);
  box-shadow: 0.625rem 0 3.75rem rgba(32, 78, 207, 0.1);
}

.blog-section-three .style-two .blog-image .date {
  background: #204ecf;
}

.blog-section-three .style-two .blog-meta li a:hover,
.blog-section-three .style-two .blog-content h4 a:hover {
  color: #204ecf;
}

@media only screen and (min-width: 93.8125rem) {

  .blog-details-wrap,
  .blog-standard-wrap {
    margin-right: 3.125rem;
  }
}

.blog-details-wrap .pagination,
.blog-standard-wrap .pagination {
  padding-top: 3.125rem;
  border-top: 0.0625rem solid #e9eaeb;
}

.blog-details-wrap,
.blog-standard-item {
  margin-bottom: 3.75rem;
}

.blog-details-wrap .image,
.blog-standard-item .image {
  margin-bottom: 1.5625rem;
  position: relative;
}

.blog-details-wrap .image img,
.blog-standard-item .image img {
  width: 100%;
}

.blog-details-wrap .image a,
.blog-standard-item .image a {
  right: 1.25rem;
  bottom: 1.25rem;
  font-size: 1.375rem;
  position: absolute;
  width: 4.375rem;
  height: 4.375rem;
  background: white;
  line-height: 4.375rem;
  border-radius: 50%;
  text-align: center;
  color: #204ecf;
}

@media only screen and (max-width: 30rem) {

  .blog-details-wrap .image a,
  .blog-standard-item .image a {
    width: 3.125rem;
    height: 3.125rem;
    font-size: 1rem;
    line-height: 3.125rem;
  }
}

.blog-standard-content {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 23.4375rem) {
  .blog-standard-content {
    padding: 0;
  }
}

.blog-standard-content .author {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  max-width: 3.125rem;
  margin-top: 0.3125rem;
  margin-right: 1.25rem;
}

@media only screen and (max-width: 35.9375rem) {
  .blog-standard-content .author {
    display: none;
  }
}

.blog-standard-content h3 {
  margin-bottom: 0.9375rem;
}

@media only screen and (max-width: 47.9375rem) {
  .blog-standard-content h3 {
    font-size: 1.5625rem;
  }
}

@media only screen and (max-width: 30rem) {
  .blog-standard-content h3 {
    font-size: 1.375rem;
  }
}

@media only screen and (max-width: 23.4375rem) {
  .blog-standard-content h3 {
    font-size: 1.25rem;
  }
}

.blog-standard-content .theme-btn {
  margin-top: 0.9375rem;
}

.blog-standard-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 0.625rem;
}

.blog-standard-header li {
  font-weight: 600;
}

.blog-standard-header li:not(:last-child) {
  margin-right: 2.1875rem;
  padding-right: 2.1875rem;
  border-right: 0.0625rem solid #e9eaeb;
}

@media only screen and (max-width: 47.9375rem) {
  .blog-standard-header li:not(:last-child) {
    margin-right: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media only screen and (max-width: 30rem) {
  .blog-standard-header li:not(:last-child) {
    padding-right: 0;
    border-right: none;
  }
}

.blog-standard-header li i {
  margin-right: 0.625rem;
}

.blog-standard-header li .name {
  font-size: 1.125rem;
  font-weight: 700;
  color: #204ecf;
}

/* Blog Details */
.blog-details-wrap {
  margin-bottom: 0;
}

.blog-details-wrap h4 {
  font-size: 1.5rem;
}

@media only screen and (max-width: 30rem) {
  .blog-details-wrap h4 {
    font-size: 1.25rem;
  }
}

@media only screen and (max-width: 23.4375rem) {
  .blog-details-wrap h4 {
    font-size: 1.125rem;
  }
}

.blog-details-wrap .title {
  max-width: 37.5rem;
}

@media only screen and (max-width: 47.9375rem) {
  .blog-details-wrap .title {
    font-size: 1.5625rem;
  }
}

@media only screen and (max-width: 30rem) {
  .blog-details-wrap .title {
    font-size: 1.375rem;
  }
}

@media only screen and (max-width: 23.4375rem) {
  .blog-details-wrap .title {
    font-size: 1.25rem;
  }
}

.blog-details-wrap p,
.blog-details-wrap h3 {
  margin-bottom: 1.125rem;
}

.blog-details-wrap .tag-share h6 {
  font-size: 1.125rem;
  margin: 0.3125rem 0.9375rem 0 0;
}

blockquote {
  padding: 2.1875rem 3.125rem;
  margin-bottom: 1.875rem;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
  background: #f7f7f7;
  border-radius: 0 0.3125rem 0.3125rem 0;
  border-left: 0.25rem solid #0769b3;
}

@media only screen and (max-width: 30rem) {
  blockquote {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}

blockquote .blockquote-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  font-size: 1.125rem;
  font-weight: 700;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 30rem) {
  blockquote .blockquote-footer {
    font-size: 1rem;
  }
}

blockquote .blockquote-footer:before {
  font-size: 2.1875rem;
  margin-right: 0.9375rem;
  color: #204ecf;
}

@media only screen and (max-width: 30rem) {
  blockquote .blockquote-footer:before {
    font-size: 1.5625rem;
  }
}

.post-nav {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  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;
}

.post-nav>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 17.1875rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.9375rem;
}

.post-nav>div .post-thumb {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  max-width: 4.6875rem;
  margin-right: 1.25rem;
}

.post-nav>div .post-thumb img {
  border-radius: 0.3125rem;
}

.post-nav>div .content h6 {
  font-size: 1.125rem;
  margin-bottom: 0.3125rem;
}

.post-nav>div .content span {
  font-size: 0.875rem;
}

.post-nav>div .content span i {
  margin-right: 0.1875rem;
}

.comment-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.875rem;
}

@media only screen and (max-width: 47.9375rem) {
  .comment-body {
    display: block;
  }
}

.comment-body .author-thumb {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  max-width: 5.3125rem;
  margin-right: 2.1875rem;
}

@media only screen and (max-width: 47.9375rem) {
  .comment-body .author-thumb {
    margin-bottom: 0.9375rem;
  }
}

.comment-body .author-thumb img {
  width: 100%;
  border-radius: 50%;
}

.comment-body .comment-content {
  padding: 1.5625rem;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  background: #f7f7f7;
}

.comment-body .comment-content .name-date {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  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;
}

.comment-body .comment-content .name-date h6,
.comment-body .comment-content .name-date .comment-date {
  margin-bottom: 0.625rem;
}

.comment-body .comment-content .name-date h6 {
  font-size: 1.125rem;
}

.comment-body .comment-content .name-date .ratting {
  line-height: 1;
  margin-bottom: 0.9375rem;
}

.comment-body .comment-content .name-date .ratting i {
  color: #FFB113;
  margin-right: 0.125rem;
  font-size: 0.75rem;
}

.comment-body .comment-content p {
  margin-bottom: 0.5rem;
}

.comment-body .comment-content .reply-link {
  font-weight: 700;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: var(--font-bold-primary);
}

.comment-body .comment-content .reply-link i {
  margin-left: 0.375rem;
}

.comment-body .comment-content:before {
  width: 0;
  height: 0;
  top: 1.875rem;
  content: '';
  right: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  border-top: 0.625rem solid transparent;
  border-bottom: 0.625rem solid transparent;
  border-right: 1.25rem solid #f7f7f7;
}

@media only screen and (max-width: 47.9375rem) {
  .comment-body .comment-content:before {
    display: none;
  }
}

.comment-body:hover .comment-content {
  background: white;
  -webkit-box-shadow: 0.625rem 0 3.75rem rgba(138, 138, 138, 0.2);
  box-shadow: 0.625rem 0 3.75rem rgba(138, 138, 138, 0.2);
}

.comment-body:hover .comment-content:before {
  border-right-color: white;
}

.comment-list>li>.comment-body {
  margin-right: 3.75rem;
}

@media only screen and (max-width: 30rem) {
  .comment-list>li>.comment-body {
    margin-right: 1.5625rem;
  }
}

.comment-list .children {
  margin-left: 3.75rem;
}

@media only screen and (max-width: 30rem) {
  .comment-list .children {
    margin-left: 1.5625rem;
  }
}

@media only screen and (max-width: 23.4375rem) {
  .admin-comment {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}

.admin-comment .author-thumb {
  max-width: 10rem;
  margin-right: 2.1875rem;
}

.admin-comment .social-style-two a:first-child {
  margin-left: 0;
}

@media only screen and (max-width: 30rem) {
  .comment-form {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}

.comment-form h4 {
  margin-bottom: 0.5rem;
}

.comment-form .form-group {
  position: relative;
}

.comment-form .form-group>label {
  top: 0;
  right: 0;
  cursor: pointer;
  position: absolute;
}

.comment-form .form-group .nice-select,
.comment-form .form-group .form-control {
  border: none;
  border-radius: 0;
  padding: 0 0.9375rem 0.9375rem 0;
  background: transparent;
  border-bottom: 0.125rem solid #e9eaeb;
}

.comment-form .form-group .nice-select:focus,
.comment-form .form-group .form-control:focus {
  border-color: #262d3d;
}

.comment-form .form-group .nice-select:after {
  right: 0.1875rem;
  width: 0.5rem;
  height: 0.5rem;
  margin-top: -0.625rem;
}

/*******************************************************/
/******************* 17. Client Logo *******************/
/*******************************************************/
.logo-inner {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  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;
}

@media only screen and (max-width: 61.9375rem) {
  .logo-inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.logo-inner .logo-item {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 3.125rem;
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
  -webkit-filter: opacity(0.5) grayscale(1);
  filter: opacity(0.5) grayscale(1);
}

.logo-inner .logo-item:hover {
  -webkit-filter: opacity(1) grayscale(0);
  filter: opacity(1) grayscale(0);
}

@media only screen and (max-width: 47.9375rem) {
  .logo-inner .logo-item {
    width: 25%;
    text-align: center;
  }
}

.logo-inner.style-two {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/*******************************************************/
/**************** 18. Instagram Section ****************/
/*******************************************************/
.instagram-section {
  padding-left: 3.4375rem;
  padding-right: 3.4375rem;
}

@media only screen and (max-width: 93.75rem) {
  .instagram-section {
    padding-left: 0;
    padding-right: 0;
  }
}

.instagram-item {
  position: relative;
  margin-bottom: 0.625rem;
}

.instagram-item img {
  width: 100%;
}

.instagram-item .instagram-hover {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
  position: absolute;
  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;
  background: rgba(38, 45, 61, 0.45);
}

.instagram-item .instagram-hover a {
  color: white;
  font-size: 1.125rem;
}

.instagram-item .instagram-hover a i {
  display: block;
  font-size: 2.0625rem;
  margin-bottom: 0.3125rem;
}

.instagram-item:hover .instagram-hover {
  opacity: 1;
}

.footer-instagram:before {
  position: absolute;
  width: 100%;
  height: 55%;
  content: '';
  left: 0;
  bottom: 0;
  z-index: -1;
  background: #141517;
}

.footer-instagram .instagram-hover {
  background: rgba(32, 78, 207, 0.35);
}

/*******************************************************/
/********************* 19. Counter *********************/
/*******************************************************/
.counter-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.counter-wrap.style-two .success-item {
  margin-top: 4.6875rem;
}

@media only screen and (max-width: 61.9375rem) {
  .counter-wrap.style-two .success-item {
    margin-top: 2.1875rem;
  }
}

.counter-wrap.style-two .success-item:first-child {
  margin-top: 0;
}

@media only screen and (max-width: 61.9375rem) {
  .counter-wrap.style-two .success-item:first-child {
    margin-top: 2.1875rem;
  }
}

.counter-wrap.style-two .count-text {
  color: #0769b3;
}

.success-item {
  margin-top: 1.875rem;
  font-weight: 600;
}

.success-item .count-text {
  display: block;
  line-height: 1;
  font-size: 2.1875rem;
  font-weight: 800;
  color: #204ecf;
}

.success-item .count-text.plus:after {
  content: '+';
}

.success-item .count-text.percent:after {
  content: '%';
}

.counter-area {
  z-index: 1;
  position: relative;
}

.counter-area:before {
  position: absolute;
  width: 100%;
  height: 150%;
  content: '';
  left: 0;
  bottom: 0;
  z-index: -1;
  background: #f7f7f7;
}

.counter-area .counter-item {
  padding: 2.5rem;
  background: white;
  margin-bottom: 1.875rem;
}

.counter-area .counter-item span:not(.count-text) {
  font-size: 1.125rem;
  font-weight: 600;
  color: #204ecf;
}

.counter-area .count-text {
  font-size: 2.8125rem;
  margin-bottom: 0.625rem;
  color: #262d3d;
  font-family: var(--font-bold-primary);
}

/* Style Two */
.slider-counter {
  max-width: 35.625rem;
  margin: -7.5rem 10% 0 auto;
}

@media only screen and (max-width: 61.9375rem) {
  .slider-counter {
    margin-top: -4.0625rem;
    margin-bottom: 2.8125rem;
  }
}

@media only screen and (max-width: 47.9375rem) {
  .slider-counter {
    margin-left: 0.9375rem;
  }
}

.success-item.style-two {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 2.5rem 4.0625rem;
  background: #204ecf;
}

.success-item.style-two>i,
.success-item.style-two span {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.success-item.style-two>i {
  font-size: 2.5rem;
  margin-bottom: 0.9375rem;
  display: inline-block;
}

.success-item.style-two span:not(.count-text) {
  font-weight: 600;
}

.success-item.style-two .count-text {
  color: white;
  font-size: 2.8125rem;
}

.success-item.style-two:hover {
  background: #FFB113;
}

.success-item.style-two:hover>i,
.success-item.style-two:hover span {
  color: #262d3d;
}

/* Circle Counter */
.counter-number {
  position: relative;
  margin-left: 1.5625rem;
  margin-right: 1.5625rem;
}

@media only screen and (max-width: 35.9375rem) {
  .counter-number {
    margin-right: 0;
  }
}

.counter-number>span {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 1.25rem;
  font-weight: 700;
  font-family: var(--font-bold-primary);
  -webkit-transform: translate(-50%, -60%);
  -ms-transform: translate(-50%, -60%);
  transform: translate(-50%, -60%);
}

/* Count Home 4 */
.counter-section-three .container {
  max-width: 86.25rem;
}

.counter-three-wrap {
  z-index: 2;
  padding: 0 2.1875rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -3.75rem;
  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;
  position: relative;
  -webkit-transform: translateY(3.75rem);
  -ms-transform: translateY(3.75rem);
  transform: translateY(3.75rem);
}

@media only screen and (max-width: 23.4375rem) {
  .counter-three-wrap {
    padding-left: 0;
    padding-right: 0;
  }
}

.counter-three-wrap .success-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
  padding: 2.1875rem 2.8125rem;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 23.4375rem) {
  .counter-three-wrap .success-item {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}

.counter-three-wrap .success-item span:not(.count-text) {
  font-weight: 600;
  line-height: 1.55;
}

.counter-three-wrap .success-item .count-text {
  color: white;
  font-size: 2.8125rem;
  font-weight: 700;
  margin-right: 1.25rem;
  font-family: var(--font-bold-primary);
}

@media only screen and (max-width: 23.4375rem) {
  .counter-three-wrap .success-item .count-text {
    font-size: 2.1875rem;
  }
}

.counter-three-wrap .success-item:not(:last-child):after {
  content: '';
  width: 0.3125rem;
  height: 0.3125rem;
  right: 0;
  top: 50%;
  background: white;
  border-radius: 0.3125rem;
  position: absolute;
}

@media only screen and (max-width: 74.9375rem) {
  .counter-three-wrap .success-item:not(:last-child):after {
    display: none;
  }
}

/*******************************************************/
/**************** 20. Categories Section ***************/
/*******************************************************/
.categories-wrap {
  margin-bottom: -1.875rem;
}

.category-item {
  background: white;
  text-align: center;
  padding: 1.875rem 0.625rem;
  border-radius: 0.3125rem;
  margin-bottom: 1.875rem;
  -webkit-box-shadow: 0.625rem 0 3.75rem rgba(114, 114, 114, 0.1);
  box-shadow: 0.625rem 0 3.75rem rgba(114, 114, 114, 0.1);
}

@media only screen and (max-width: 47.9375rem) {
  .category-item {
    margin-top: 0;
  }
}

.category-item .icon {
  line-height: 1;
  font-size: 3.125rem;
  margin-bottom: 1.25rem;
  color: #0769b3;
}

.category-item h4 {
  margin-bottom: 0;
}

/*******************************************************/
/**************** 21. Advertise Section ****************/
/*******************************************************/
.advertise-item {
  z-index: 1;
  border-radius: 0.3125rem;
  position: relative;
  margin-bottom: 1.875rem;
  padding: 2rem 2.8125rem 2.5rem;
  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;
  background: rgba(0, 204, 131, 0.1);
}

@media only screen and (max-width: 35.9375rem) {
  .advertise-item {
    display: block;
  }
}

@media only screen and (max-width: 23.4375rem) {
  .advertise-item {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}

.advertise-item.bg-two {
  background: rgba(32, 78, 207, 0.1);
}

.advertise-item .content {
  max-width: 68%;
}

@media only screen and (max-width: 35.9375rem) {
  .advertise-item .content {
    max-width: 100%;
  }
}

.advertise-item .image {
  margin: -1.25rem -0.625rem -1.25rem -2.5rem;
  position: relative;
  z-index: -1;
}

@media only screen and (max-width: 35.9375rem) {
  .advertise-item .image {
    margin: 1.5625rem 0 0;
  }
}

.advertise-item h4 {
  font-size: 1.5rem;
}

.advertise-item .theme-btn {
  font-size: 0.875rem;
  padding: 0.5625rem 1.4375rem 0.4375rem;
}

/*******************************************************/
/****************** 22. Team Members ******************/
/*******************************************************/
.team-section .bg-text {
  right: 50%;
  opacity: 0.015;
  -webkit-transform: translate(50%);
  -ms-transform: translate(50%);
  transform: translate(50%);
  text-transform: capitalize;
}

.team-content p {
  opacity: 0.7;
}

.team-members {
  z-index: 1;
  margin-top: -3.75rem;
  position: relative;
}

@media only screen and (max-width: 61.9375rem) {
  .team-members {
    margin-top: 0;
  }
}

.team-members:before {
  content: '';
  top: 3.75rem;
  left: 50%;
  z-index: -1;
  position: absolute;
  width: 53.125rem;
  height: 26.5625rem;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  border-radius: 0 0 26.5625rem 26.5625rem;
  background: rgba(255, 255, 255, 0.03);
}

@media only screen and (max-width: 61.9375rem) {
  .team-members:before {
    display: none;
  }
}

.team-member {
  position: relative;
  margin-bottom: 1.875rem;
}

.team-member img {
  width: 100%;
  border-radius: 0.3125rem;
}

.team-member .team-over {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-radius: 0.3125rem;
  position: absolute;
  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;
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  background: rgba(32, 78, 207, 0.93);
}

.team-member .team-over h4 {
  margin-top: auto;
  margin-bottom: 0;
}

.team-member .team-over span {
  font-weight: 700;
  margin-bottom: 0.3125rem;
}

.team-member:hover .team-over {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* Team Style Two */
.team-member-two {
  text-align: center;
  margin-bottom: 3.4375rem;
}

.team-member-two .image {
  position: relative;
}

.team-member-two .image img {
  width: 100%;
  border-radius: 0.3125rem;
}

.team-member-two .image .social-style-two {
  position: absolute;
  left: 50%;
  opacity: 0;
  bottom: 3.125rem;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-radius: 0.3125rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0.5rem 1.25rem 0.1875rem;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  background: #204ecf;
}

.team-member-two .image .social-style-two a {
  color: white;
  opacity: 0.65;
}

.team-member-two .image .social-style-two a:hover {
  opacity: 1;
}

.team-member-two .member-description h4 {
  margin: 1.5625rem 0 0;
}

.team-member-two .member-description span {
  font-weight: 700;
  color: #204ecf;
}

.team-member-two:hover .social-style-two {
  bottom: 1.25rem;
  opacity: 1;
}

/* Instructors */
.instructor-item {
  text-align: center;
  position: relative;
  margin-bottom: -0.9375rem;
}

.instructor-item .image img {
  width: 100%;
  border-radius: 0.3125rem;
}

.instructor-item .member-description {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding-top: 1.5625rem;
  background: white;
}

.instructor-item .member-description h4 {
  margin-bottom: 0;
}

.instructor-item .member-description>span {
  font-weight: 700;
  color: #204ecf;
}

.instructor-item .member-description .ratting {
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 0.3125rem;
}

.instructor-item .member-description .ratting i {
  color: #ffa200;
  font-size: 0.8125rem;
}

.instructor-item .member-description .ratting span {
  font-size: 1.125rem;
  font-weight: 700;
}

.instructor-item .member-description .social-style-two {
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-top: -0.625rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 0.3125rem;
  padding: 0.5rem 1.25rem 0.1875rem;
  -webkit-transform: translateY(1.25rem);
  -ms-transform: translateY(1.25rem);
  transform: translateY(1.25rem);
  background: #204ecf;
}

.instructor-item .member-description .social-style-two a {
  color: white;
  opacity: 0.65;
}

.instructor-item .member-description .social-style-two a:hover {
  opacity: 1;
}

.instructor-item:hover .member-description {
  -webkit-transform: translateY(-4.6875rem);
  -ms-transform: translateY(-4.6875rem);
  transform: translateY(-4.6875rem);
  -webkit-box-shadow: 0.625rem 0 3.75rem rgba(139, 139, 139, 0.1);
  box-shadow: 0.625rem 0 3.75rem rgba(139, 139, 139, 0.1);
}

.instructor-item:hover .ratting,
.instructor-item:hover .social-style-two {
  opacity: 1;
}

/* Become An Instructor */
.join-our-team-content .list-style-three {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.join-our-team-content .list-style-three li {
  width: 48%;
}

@media only screen and (max-width: 35.9375rem) {
  .join-our-team-content .list-style-three li {
    width: 100%;
  }
}

.join-our-team-image-part {
  max-width: 32.8125rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: -1.875rem;
  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;
}

@media only screen and (min-width: 93.8125rem) {
  .join-our-team-image-part {
    margin-left: auto;
  }
}

.join-our-team-image-part img {
  width: 100%;
  margin-bottom: 1.875rem;
}

.join-our-team-image-part .image-one {
  width: calc(54% - 0.9375rem);
}

.join-our-team-image-part .image-two {
  width: calc(46% - 0.9375rem);
}

.join-our-team-image-part .years-of-experience {
  color: white;
  left: 3.125rem;
  bottom: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  font-size: 1.25rem;
  max-width: 16.875rem;
  position: absolute;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.9375rem 2.5rem 1.875rem;
  font-family: var(--font-bold-primary);
  background: #204ecf;
}

@media only screen and (max-width: 30rem) {
  .join-our-team-image-part .years-of-experience {
    left: 0.9375rem;
    bottom: 6.25rem;
    max-width: 12.5rem;
    padding: 0.3125rem 1.5625rem 1.25rem;
  }
}

.join-our-team-image-part .years-of-experience b {
  font-size: 3.75rem;
  margin-right: 0.9375rem;
}

@media only screen and (max-width: 30rem) {
  .join-our-team-image-part .years-of-experience b {
    font-size: 2.1875rem;
  }
}

.join-our-team-image-part .years-of-experience span {
  margin-top: 0.625rem;
  line-height: 1.875rem;
}

@media only screen and (max-width: 30rem) {
  .join-our-team-image-part .years-of-experience span {
    font-size: 1rem;
    line-height: 1.625rem;
  }
}

.join-our-team-image-part .bg-text {
  top: 1.25rem;
  left: 2.1875rem;
  font-size: 6.25rem;
}

/*******************************************************/
/****************** 23. Shop Section *******************/
/*******************************************************/
.shop-shorter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.shop-shorter .sort-text {
  font-size: 1.125rem;
  font-weight: 600;
  margin-right: auto;
  margin-bottom: 0.3125rem;
  color: #262d3d;
  font-family: var(--font-bold-primary);
}

.shop-shorter .sort-text b {
  font-size: 1.375rem;
  font-weight: 700;
  color: #204ecf;
}

.shop-shorter .grid-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.25rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.shop-shorter .grid-list li {
  margin-right: 1.5625rem;
}

.shop-shorter .nice-select {
  font-size: 0.9375rem;
  font-weight: 800;
  min-width: 12.5rem;
  border-radius: 0.3125rem;
  color: #262d3d;
  background: transparent;
  text-transform: uppercase;
  padding: 0.625rem 3.4375rem 0.625rem 1.5625rem;
  border: 0.125rem solid #e9eaeb;
}

.shop-shorter .nice-select:after {
  width: 0.4375rem;
  height: 0.4375rem;
  right: 1.25rem;
  border-color: #262d3d;
}

.shop-shorter .nice-select .list {
  width: 100%;
}

.product-item {
  border-radius: 0.3125rem;
  position: relative;
  margin-bottom: 1.875rem;
  -webkit-box-shadow: 0.625rem 0 3.75rem rgba(138, 138, 138, 0.15);
  box-shadow: 0.625rem 0 3.75rem rgba(138, 138, 138, 0.15);
}

.product-item .product-image {
  padding: 1.875rem;
  min-height: 16.5625rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
  position: relative;
}

.product-item .product-image::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #204ecf;
}

.product-item .product-image:before {
  z-index: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-radius: 0.3125rem;
}

.product-item .product-image .off {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  color: white;
  z-index: 2;
  line-height: 1;
  font-size: 0.9375rem;
  padding: 0.3125rem 0.625rem;
  font-weight: 700;
  border-radius: 0.3125rem;
  background: #204ecf;
}

.product-item .product-image .cart-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  opacity: 0;
  color: white;
  font-weight: 700;
  padding: 0.3125rem 0.9375rem;
  border-radius: 0.3125rem;
  display: inline-block;
  text-transform: capitalize;
  background: #0769b3;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.product-item .product-image .cart-btn:hover {
  background: #204ecf;
}

.product-item .product-content {
  padding: 0.625rem 3.125rem 1.875rem;
}

.product-item .product-content h6 {
  font-size: 1.125rem;
  margin-bottom: 0.3125rem;
}

.product-item .product-content .category {
  font-size: 0.9375rem;
}

.product-item .product-content .ratting i {
  color: #ffa200;
  font-size: 0.75rem;
  margin-right: 0.125rem;
}

.product-item .product-content .price del {
  opacity: 0.5;
  font-size: 0.8125rem;
  font-weight: 700;
  margin-right: 0.3125rem;
}

.product-item .product-content .price del:before {
  content: '$';
}

.product-item .product-content .price span {
  font-weight: 800;
  color: #0769b3;
}

.product-item .product-content .price span:before {
  content: '$';
}

.product-item:hover .product-image:before {
  opacity: 0.75;
}

.product-item:hover .product-image .cart-btn {
  opacity: 1;
}

/* Product Details */
.preview-images {
  padding: 3.4375rem;
  background: #f7f7f7;
}

.preview-images .preview-item.active {
  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;
}

.thumb-images {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.thumb-images a {
  padding: 1.25rem;
  margin-top: 1.875rem;
  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;
  background: #f7f7f7;
  width: calc(33.333% - 1.25rem);
}

.product-details-content h2 {
  font-size: 2.625rem;
}

@media only screen and (max-width: 47.9375rem) {
  .product-details-content h2 {
    font-size: 2.1875rem;
  }
}

@media only screen and (max-width: 35.9375rem) {
  .product-details-content h2 {
    font-size: 1.875rem;
  }
}

.product-details-content .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-details-content .author img {
  width: 2.25rem;
  height: 2.25rem;
  margin-right: 0.9375rem;
  border-radius: 50%;
}

.product-details-content .author h6 {
  font-size: 1.125rem;
  margin-bottom: 0;
}

.product-details-content .ratting-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-details-content .ratting-price .ratting {
  margin-right: 0.9375rem;
}

.product-details-content .ratting-price .ratting i {
  font-size: 0.75rem;
  margin-right: 0.125rem;
  color: #FFB113;
}

.product-details-content .ratting-price .price {
  font-size: 1.5rem;
  font-weight: 800;
  color: #204ecf;
}

.product-details-content .ratting-price .price:before {
  content: '$';
}

.product-details-content .category-tags li {
  margin-bottom: 0.625rem;
}

.product-details-content .category-tags li b {
  font-size: 1.125rem;
  font-weight: 700;
  color: #262d3d;
  font-family: var(--font-bold-primary);
}

.product-details-content .category-tags li span {
  font-size: 1.125rem;
  font-weight: 700;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  color: #262d3d;
}

@media only screen and (max-width: 23.4375rem) {
  .product-details-content .category-tags li span {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}

.product-details-content .category-tags li a:not(:last-child):after {
  content: ',';
}

.product-details-content .add-to-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-details-content .add-to-cart input {
  width: 5rem;
  border-radius: 0.3125rem;
  margin-right: 0.625rem;
  padding: 0.625rem 1.25rem;
  margin-bottom: 0.625rem;
  background: transparent;
  border-color: #e9eaeb;
}

.product-details-content .add-to-cart .theme-btn {
  margin-right: 0.625rem;
  margin-bottom: 0.625rem;
}

.product-details-content .add-to-cart .love {
  line-height: 1;
  padding: 0.625rem 1.25rem;
  border-radius: 0.3125rem;
  margin-bottom: 0.625rem;
  background: transparent;
  border: 0.0625rem solid #e9eaeb;
}

.product-information-tab li:not(:last-child) {
  margin-right: 3.125rem;
}

@media only screen and (max-width: 47.9375rem) {
  .product-information-tab li:not(:last-child) {
    margin-right: 0.9375rem;
  }
}

.product-information-tab li a {
  color: #afafaf;
  font-size: 1.125rem;
  font-weight: 800;
  padding: 0.9375rem 1.25rem;
  margin-bottom: -0.0625rem;
  display: inline-block;
  text-transform: uppercase;
  border-bottom: 0.125rem solid transparent;
}

@media only screen and (max-width: 47.9375rem) {
  .product-information-tab li a {
    padding: 0.625rem;
  }
}

@media only screen and (max-width: 35.9375rem) {
  .product-information-tab li a {
    font-size: 1rem;
  }
}

.product-information-tab li a:hover,
.product-information-tab li a.active {
  color: #262d3d;
  border-color: #204ecf;
}

.review-form,
.contact-form {
  -webkit-box-shadow: 0.625rem 0 3.75rem rgba(138, 138, 138, 0.1);
  box-shadow: 0.625rem 0 3.75rem rgba(138, 138, 138, 0.1);
}

@media only screen and (max-width: 35.9375rem) {

  .review-form,
  .contact-form {
    padding-left: 1.375rem;
    padding-right: 1.375rem;
  }
}

.review-form h4,
.contact-form h4 {
  font-size: 1.5rem;
}

.review-form .your-ratting,
.contact-form .your-ratting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 0.625rem;
}

.review-form .your-ratting h6,
.contact-form .your-ratting h6 {
  font-size: 1.125rem;
  margin-bottom: 0;
  margin-right: 1.25rem;
}

.review-form .your-ratting i,
.contact-form .your-ratting i {
  margin-right: 0.3125rem;
  color: #FFB113;
}

/*******************************************************/
/***************** 24. Pricing Section *****************/
/*******************************************************/
.pricin-item {
  overflow: hidden;
  background: white;
  position: relative;
  padding: 2.5rem 3.4375rem;
  margin-bottom: 1.875rem;
}

.pricin-item .popularity {
  color: white;
  font-weight: 800;
  position: absolute;
  text-transform: uppercase;
  background: #ffa200;
  right: 0;
  opacity: 0;
  top: -7.5rem;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  padding: 1.5625rem 0.4375rem 0.9375rem 0.3125rem;

  -webkit-clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 0 0, 50% 0.625rem);
  clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 0 0, 50% 0.625rem);
}

.pricin-item .icon {
  margin-bottom: 2.1875rem;
  width: 7.8125rem;
  height: 7.8125rem;
  background: #f7f7f7;
  line-height: 7.8125rem;
  border-radius: 50%;
  text-align: center;
}

.pricin-item h4 {
  font-size: 1.5rem;
  margin-bottom: 0;
}

.pricin-item .price {
  display: block;
  line-height: 1;
  font-size: 4.6875rem;
  font-weight: 600;
  margin-top: 0.9375rem;
  color: #0769b3;
}

.pricin-item .price:before {
  content: '$';
  font-size: 1.5rem;
}

.pricin-item .price:after {
  font-size: 1.125rem;
  color: #415674;
  content: '/ Per month';
}

.pricin-item .save {
  font-size: 1.125rem;
  font-weight: 600;
  color: #204ecf;
}

.pricin-item .list-style-two {
  margin-top: 1.5625rem;
}

.pricin-item .list-style-two li:before {
  content: "\f058";
}

.pricin-item .theme-btn {
  margin-top: 2.1875rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.pricin-item.style-two {
  height: 100%;
  margin-bottom: 0;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  border: 0.0625rem solid #e9eaeb;
}

.pricin-item.style-two .list-style-two {
  padding-top: 1.875rem;
  border-top: 0.0625rem solid #e9eaeb;
}

@media only screen and (max-width: 30rem) {
  .pricin-item.style-two {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}

@media only screen and (max-width: 30rem) {
  .pricin-item {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}

.pricin-item:hover .popularity {
  top: 0;
  opacity: 1;
}

/*******************************************************/
/***************** 25. Gallery Section *****************/
/*******************************************************/
.gallery-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 0.125rem solid #e9eaeb;
}

.gallery-filter li {
  color: #979797;
  cursor: pointer;
  font-size: 1.125rem;
  font-weight: 700;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-top: 0.625rem;
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
  margin-bottom: -0.1875rem;
  padding: 0 0.625rem 1.5625rem;
  font-family: var(--font-bold-primary);
  border-bottom: 0.25rem solid transparent;
}

@media only screen and (max-width: 61.9375rem) {
  .gallery-filter li {
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
  }
}

@media only screen and (max-width: 47.9375rem) {
  .gallery-filter li {
    font-size: 1rem;
    padding-bottom: 0.625rem;
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }
}

@media only screen and (max-width: 30rem) {
  .gallery-filter li {
    font-size: 0.875rem;
  }
}

.gallery-filter li:hover,
.gallery-filter li.current {
  color: #262d3d;
}

.gallery-filter li.current {
  border-color: #0769b3;
}

.gallery-item {
  text-align: center;
  margin-bottom: 1.875rem;
}

.gallery-item .gallery-image {
  position: relative;
}

.gallery-item .gallery-image:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: #204ecf;
}

.gallery-item .gallery-image img {
  width: 100%;
}

.gallery-item .gallery-image a {
  top: 50%;
  left: 50%;
  z-index: 2;
  opacity: 0;
  color: white;
  font-size: 1.25rem;
  position: absolute;
  width: 5.3125rem;
  height: 5.3125rem;
  background: #0769b3;
  line-height: 5.3125rem;
  border-radius: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.gallery-item .gallery-content {
  padding: 1.5625rem;
  -webkit-box-shadow: 0.625rem 0 3.75rem rgba(139, 139, 139, 0.1);
  box-shadow: 0.625rem 0 3.75rem rgba(139, 139, 139, 0.1);
}

.gallery-item .gallery-content h4 {
  margin-bottom: 0;
}

.gallery-item .gallery-content span {
  font-weight: 600;
}

.gallery-item:hover .gallery-image:before {
  opacity: 0.9;
}

.gallery-item:hover .gallery-image a {
  opacity: 1;
}

/*******************************************************/
/******************* 26. FAQs Section ******************/
/*******************************************************/
.faqs-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 0.125rem solid #e9eaeb;
}

.faqs-tab li:not(:last-child) {
  margin-right: 1.25rem;
}

@media only screen and (max-width: 61.9375rem) {
  .faqs-tab li:not(:last-child) {
    margin-right: 0.625rem;
  }
}

.faqs-tab li a {
  color: #979797;
  font-size: 1.125rem;
  font-weight: 700;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding-top: 0.625rem;
  margin-bottom: -0.1875rem;
  padding: 0 0.625rem 0.9375rem;
  display: inline-block;
  font-family: var(--font-bold-primary);
  border-bottom: 0.25rem solid transparent;
}

@media only screen and (max-width: 61.9375rem) {
  .faqs-tab li a {
    padding-bottom: 0;
    padding-left: 0;
    border-width: 0.125rem;
    margin-bottom: 0.625rem;
  }
}

@media only screen and (max-width: 30rem) {
  .faqs-tab li a {
    font-size: 0.875rem;
  }
}

.line {
  border-top: 0.2188rem solid #0769b3;
  /* Black color, you can change it */
  /* margin: 32px 0px; */
  width: 100%;
  margin: auto;
}

@media only screen and (max-width: 47.9375rem) {
  /* .line {
    width: 95%;
  } */
}

@media only screen and (max-width: 30rem) {
  /* .line {
    width: 90%;
  } */
}


.faqs-tab li a:hover,
.faqs-tab li a.active {
  color: #262d3d;
}

.faqs-tab li a.active {
  border-color: #0769b3;
}

.faqs-tab li:first-child a {
  padding-left: 0;
}

.faq-accordion .card {
  border: none;
  background: transparent;
}

.faq-accordion .card:not(:last-child) {
  margin-bottom: 0.625rem;
}

.card-header {
  font-size: 22.4px;
  font-weight: 700;
  border-radius: 0;
  padding: 0rem;
  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: flex-start;
  color: var(--color-black);
  font-family: var(--font-body-primary);
  background-color: transparent;
  border-bottom: none;

  >img {
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 16px;
  }
}

.faq-accordion .subcard-header {
  font-size: 22.4px;
  font-weight: 700;
  border-radius: 0;
  padding: 0rem;
  /* background: transparent; */
  /* color: #204ecf; */
  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: flex-start;
  /* border: 0.0625rem solid #e9eaeb; */
  color: #262d3d;
  background: #f7f7f7;
  border-color: #f7f7f7;
  padding-left: 72px;
  font-family: "Barlow Condensed", sans-serif;
  background-color: transparent;
  border-bottom: none;

  >img {
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 16px;
  }
}


@media only screen and (max-width: 30rem) {
  .card-header {
    font-size: 0.9375rem;
    line-height: 1.2;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .faq-accordion .subcard-header {
    font-size: 0.9375rem;
    line-height: 1.2;
    padding-left: 40px;
    padding-right: 1.25rem;

  }
}

.faq-accordion .card-header.collapsed {
  text-decoration: none;
  color: #262d3d;
  background: #f7f7f7;
  border-color: #f7f7f7;
}

.faq-accordion .card-header.collapsed .toggle-btn {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.faq-accordion .card-header.collapsed .toggle-btn:after,
.faq-accordion .card-header.collapsed .toggle-btn:before {
  background: #262d3d;
}

.faq-accordion .card-header.collapsed .toggle-btn:before {
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
}

.faq-accordion .card-header .toggle-btn {
  height: 0.9375rem;
  width: 0.9375rem;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-left: 0.9375rem;
  position: relative;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.faq-accordion .card-header .toggle-btn:after,
.faq-accordion .card-header .toggle-btn:before {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: #204ecf;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.faq-accordion .card-header .toggle-btn:before {
  width: 0.125rem;
  height: 100%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-accordion .card-header .toggle-btn:after {
  height: 0.125rem;
  width: 100%;
}

.faq-accordion .card-body {
  padding: 0;
  border: 0.0625rem solid #e9eaeb;
  border-top: none;
}

.tab-content .card {
  background: white;
  margin-bottom: 0.9375rem;
  -webkit-box-shadow: inset 0.625rem 0 3.75rem rgba(139, 139, 139, 0.1);
  box-shadow: inset 0.625rem 0 3.75rem rgba(139, 139, 139, 0.1);
}

.tab-content .card-body,
.tab-content .card-header {
  border: none;
  border-radius: 0.3125rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

@media only screen and (max-width: 30rem) {

  .tab-content .card-body,
  .tab-content .card-header {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.tab-content .card-body {
  padding-bottom: 0.3125rem;
}

.tab-content .card-header {
  font-size: 1.125rem;
  background: transparent;
}

@media only screen and (max-width: 30rem) {
  .tab-content .card-header {
    font-size: 1rem;
  }
}

.tab-content .card-header.collapsed {
  background: #f4f6fd;
}

/* Video Part */
.video-inner:before {
  z-index: 1;
}

.video-inner .video-play {
  color: white;
  width: 6.25rem;
  height: 6.25rem;
  font-size: 1.25rem;
  line-height: 6.25rem;
  background: #204ecf;
}

@media only screen and (max-width: 30rem) {
  .video-inner .video-play {
    width: 3.75rem;
    height: 3.75rem;
    font-size: 1rem;
    line-height: 3.75rem;
  }
}

/* FAQs Form */
.faq-contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.faq-contact-info .icon {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  color: white;
  margin-top: 0.1875rem;
  margin-right: 0.9375rem;
  width: 3.125rem;
  height: 3.125rem;
  background: #204ecf;
  line-height: 3.125rem;
  border-radius: 50%;
  text-align: center;
}

.faq-contact-info h6 {
  margin-bottom: 0;
}

.faq-contact-info a {
  font-size: 1.5rem;
}

.faq-form .form-group {
  position: relative;
}

.faq-form .form-group>label {
  top: 0;
  right: 0;
  cursor: pointer;
  position: absolute;
  color: #204ecf;
}

.faq-form .form-group .nice-select,
.faq-form .form-group .form-control {
  border: none;
  border-radius: 0;
  padding: 0 0.9375rem 0.9375rem 0;
  background: transparent;
  border-bottom: 0.125rem solid #e9eaeb;
}

.faq-form .form-group .nice-select:focus,
.faq-form .form-group .form-control:focus {
  border-color: #262d3d;
}

.faq-form .form-group .nice-select:after {
  right: 0.1875rem;
  width: 0.625rem;
  height: 0.625rem;
  margin-top: -0.625rem;
  border-width: 0.1875rem;
  border-color: #204ecf;
}

.faq-form .form-btn-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq-form .form-btn-label .theme-btn {
  margin-top: 0.625rem;
  margin-right: 1.875rem;
}

.faq-form .form-btn-label label {
  cursor: pointer;
  margin-top: 0.625rem;
}

/*******************************************************/
/****************** 27. Contact Area *******************/
/*******************************************************/
.contact-info-area .bg-text {
  bottom: 4.0625rem;
  font-weight: 800;
}

.contact-info-area {
  padding-top:2rem;
  padding-bottom:2rem;
}

.contact-info-area:before {
  content: '';
  bottom: 0;
  z-index: -1;
  width: 20.625rem;
  height: 20.625rem;
  left: -9.375rem;
  border-radius: 50%;
  position: absolute;
  background: #f7f7f7;
  -webkit-animation: 5s down-up-one infinite;
  animation: 5s down-up-one infinite;
}

.contact-info-box {
  min-height: 300px;
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}


.contact-info-box>i {
  color: white;
  font-size: 2.1875rem;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 1.5625rem;
  display: inline-block;
  width: 5rem;
  height: 5rem;
  background: #0769b3;
  line-height: 5rem;
  border-radius: 50%;
  text-align: center;
}

.contact-info-box h4 {
  margin-bottom: 0.625rem;
}

.contact-info-box span {
  font-size: 1.5rem;
  font-weight: 600;
}

.contact-info-box span a:hover{
  color: inherit;
}

.contact-info-box:hover>i {
  background: #204ecf;
}

/* @media only screen and (min-width: 93.8125rem) {
  .contact-page-image {
    margin: auto;
    margin-left: 32px;
  }
} */

/* Default styles for contact-map */
.contact-map {
  width: 100%;
  height: 400px;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 8px;
  overflow: hidden;
  background-color: #f5f5f5;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.contact-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}


/* For large screens (min-width: 93.8125rem ≈ 1501px) */
@media (min-width: 93.8125rem) {
  .contact-map {
    height: 600px;            /* taller map on big screens */
    max-width: 1200px;        /* center and constrain width */
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  }
}


.contact-form {
  background: white;
  margin-top: -18.125rem;
  border-radius: 0.3125rem;
  -webkit-transform: translateY(18.125rem);
  -ms-transform: translateY(18.125rem);
  transform: translateY(18.125rem);
}

.contact-page-map {
  margin-bottom: -19.375rem;
}

/* 404 Error Page */
.error-inner img {
  margin-left: -7.5rem;
}

@media only screen and (max-width: 47.9375rem) {
  .error-inner img {
    margin-left: -3.125rem;
  }
}

@media only screen and (max-width: 30rem) {
  .error-inner img {
    margin-left: -1.5625rem;
  }
}

@media only screen and (min-width: 93.8125rem) {
  .error-inner .theme-btn {
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }
}

/*******************************************************/
/***************** 29. Sidebar Widgets *****************/
/*******************************************************/
.widget-title {
  margin-bottom: 1.25rem;
}

.widget {
  border-radius: 0.1875rem;
  padding: 2.1875rem 2.0625rem;
  border: 0.0625rem solid #e9eaeb;
}

.widget:not(:last-child) {
  margin-bottom: 1.875rem;
}

@media only screen and (max-width: 23.4375rem) {
  .widget {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}

.widget-search {
  border: none;
  font-size: 1.125rem;
  font-weight: 600;
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
  background: #f7f7f7;
  font-family: var(--font-bold-primary);
}

.widget-search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.widget-search form input {
  border: none;
  padding: 0.3125rem 0 0;
  background: transparent;
}

.widget-search form input::-webkit-input-placeholder {
  font-size: 1.125rem;
}

.widget-search form input:-ms-input-placeholder {
  font-size: 1.125rem;
}

.widget-search form input::-ms-input-placeholder {
  font-size: 1.125rem;
}

.widget-search form input::placeholder {
  font-size: 1.125rem;
}

.widget-search form button {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  color: #0769b3;
  background: transparent;
}

.widget-menu ul li {
  font-weight: 600;
  font-size: 19.2px;
}

.widget-menu ul li:not(:last-child) {
  margin-bottom: 0.625rem;
}

.widget-menu ul li:before {
  content: "\f101";
  font-size: 0.875rem;
  margin-right: 0.5rem;
  font-family: 'Font Awesome 5 Free';
}

.widget-radio .custom-control {
  font-weight: 600;
  padding-left: 1.875rem;
}

.widget-radio .custom-control:not(:last-child) {
  margin-bottom: 0.625rem;
}

.widget-radio .custom-control-label {
  cursor: pointer;
}

.widget-radio .custom-control-label::after {
  width: 1.125rem;
  height: 1.125rem;
  left: -1.875rem;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50%;
  border: 0.0625rem solid #e9eaeb;
}

.widget-radio .custom-control-label:before {
  opacity: 0;
  width: 1.125rem;
  height: 1.125rem;
  left: -1.875rem;
  font-size: 0.5rem;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  content: "\f00c";
  line-height: 1.0625rem;
  text-align: center;
  font-family: "Font Awesome 5 Free";
}

.widget-radio .custom-control-input:checked~.custom-control-label::before {
  opacity: 1;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-image: none;
  border-color: #0769b3;
  background-color: #0769b3;
}

.widget-radio .custom-control-input:checked~.custom-control-label::after {
  background-image: none;
  border-color: #0769b3;
}

.widget-ratting ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.widget-ratting ul li:not(:last-child) {
  margin-bottom: 0.375rem;
}

.widget-ratting ul li i {
  color: #bbbbbb;
  font-size: 0.8125rem;
  margin-right: 0.0625rem;
}

.widget-ratting ul li i.checked {
  color: #ffa200;
}

.widget-ratting ul li span {
  font-weight: 600;
  margin-left: 0.3125rem;
}

.widget-course-details {
  padding: 2.1875rem;
  border: none;
  max-width: 31.25rem;
  -webkit-box-shadow: 0.625rem 0 3.75rem rgba(139, 139, 139, 0.1);
  box-shadow: 0.625rem 0 3.75rem rgba(139, 139, 139, 0.1);
}

@media only screen and (max-width: 23.4375rem) {
  .widget-course-details {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}

.widget-course-details .widget-video {
  position: relative;
  margin: -1.25rem -1.25rem 0;
}

.widget-course-details .widget-video img {
  width: 100%;
}

.widget-course-details .price-off {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

.widget-course-details .price-off .price {
  font-size: 1.875rem;
  font-weight: 800;
  margin-right: 0.9375rem;
  color: #0769b3;
}

.widget-course-details .price-off .price:before {
  content: '$';
}

.widget-course-details .price-off .off {
  color: white;
  font-size: 0.8125rem;
  font-weight: 600;
  border-radius: 0.8125rem;
  padding: 0.5rem 0.8125rem 0.3125rem;
  text-transform: uppercase;
  background: #204ecf;
}

.widget-course-details .theme-btn {
  width: 100%;
  margin-right: 1.375rem;
}

.widget-course-details .social-style-two {
  margin-top: 1.25rem;
}

.widget-course-details .social-style-two a {
  font-size: 1.25rem;
  color: #204ecf;
}

.youtube-video-play {
  color: white;
  left: 50%;
  top: 50%;
  font-size: 0.8125rem;
  width: 3.4375rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 0.3125rem;
  background: #ff0000;
  position: absolute;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.course-details-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  border-bottom: 0.0625rem solid #e9eaeb;
}

.course-details-list li:first-child {
  border-top: 0.0625rem solid #e9eaeb;
}

.course-details-list li i {
  margin-right: 0.625rem;
  color: #204ecf;
}

.course-details-list li span {
  font-weight: 600;
  margin-right: auto;
  padding-right: 0.625rem;
}

.course-details-list li b {
  color: #262d3d;
}

.widget-recent-courses ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.widget-recent-courses ul li:not(:last-child) {
  margin-bottom: 1.5625rem;
}

.widget-recent-courses ul li .image {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  max-width: 5.3125rem;
  margin-right: 1.5625rem;
}

.widget-recent-courses ul li h6 {
  font-size: 1.0625rem;
  margin-bottom: 0;
}

.widget-recent-courses ul li .content span {
  font-size: 0.8125rem;
  font-family: var(--font-bold-primary);
}

.widget-recent-courses ul li .content span a {
  font-weight: 700;
}

.widget-about {
  text-align: center;
}

.widget-about .image {
  margin-bottom: 1.875rem;
}

.widget-about .image img {
  max-width: 80%;
  border-radius: 50%;
}

.widget-about h4 {
  font-size: 1.5rem;
}

.widget-about .social-style-two {
  width: 90%;
  margin-top: 1.25rem;
  padding-top: 1.5625rem;
  border-top: 0.0625rem solid #e9eaeb;
}

.widget-about .social-style-two a:hover {
  color: #204ecf;
}

.tag-coulds {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.625rem;
  margin-bottom: -0.625rem;
}

.tag-coulds a {
  font-weight: 700;
  padding: 0.0625rem 0.9375rem;
  border-radius: 0.3125rem;
  background: #e8edfa;
  margin: 0 0.625rem 0.625rem 0;
}

.tag-coulds a:hover {
  color: white;
  background: #0769b3;
}

.widget-products ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.widget-products ul li:not(:last-child) {
  margin-bottom: 1.875rem;
}

.widget-products ul li .image {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 4.375rem;
  height: 4.375rem;
  padding: 0.625rem;
  margin-right: 1.25rem;
  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;
  background: #f7f7f7;
}

.widget-products ul li .content h6 {
  margin-bottom: 0;
}

.widget-products ul li .content>span {
  font-size: 0.875rem;
}

.widget-products ul li .content .ratting {
  line-height: 1;
}

.widget-products ul li .content .ratting i {
  font-size: 0.75rem;
  margin-right: 0.0625rem;
  color: #FFB113;
}

.newsletter-widget form h6 {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.65;
  margin-bottom: 1.25rem;
}

.newsletter-widget form .email-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: white;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.625rem;
  border-radius: 0.3125rem;
  padding: 0.4375rem 0 0.375rem 1.25rem;
}

.newsletter-widget form .email-input label {
  cursor: pointer;
  margin: 0.125rem 0.625rem 0 0;
}

.newsletter-widget form .email-input label i {
  color: #204ecf;
}

.newsletter-widget form .email-input input {
  padding: 0;
  border: none;
  font-size: 1rem;
  color: #415674;
}

.newsletter-widget form .theme-btn {
  padding: 0.5rem 1rem 0.3125rem;
}

.widget-price-filter .ui-widget.ui-widget-content {
  height: 0.1875rem;
  border: none;
  cursor: pointer;
  margin-top: 2.1875rem;
  margin-bottom: 1.25rem;
  background: #e7e8eb;
}

.widget-price-filter .ui-widget-header {
  background: #0769b3;
}

.widget-price-filter .ui-state-default {
  border: none;
  top: -0.375rem;
  margin-left: 0;
  cursor: pointer;
  width: 0.1875rem;
  height: 0.9375rem;
  background: #0769b3;
}

.widget-price-filter .price,
.widget-price-filter #price {
  font-size: 1.125rem;
  font-weight: 800;
  color: #262d3d;
  font-family: "Nunito Sans", sans-serif;
}

.widget-price-filter .price {
  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;
}

.widget-price-filter .price span:before {
  content: '$';
}

.widget-price-filter #price {
  padding: 0;
  width: 2.75rem;
  border: none;
  background: transparent;
}

.course-sidebar .widget:not(:last-child) {
  margin-bottom: 2.5rem;
}

.blog-sidebar .widget-title {
  padding: 0 2.0625rem 1.125rem;
  margin: -1.125rem -2.0625rem 1.875rem;
  border-bottom: 0.0625rem solid #0769b3;
}

@media only screen and (max-width: 23.4375rem) {
  .blog-sidebar .widget-title {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
    margin-left: -1.5625rem;
    margin-right: -1.5625rem;
  }
}

.shop-sidebar .widget-title {
  margin-bottom: 1.5625rem;
  padding-bottom: 1.25rem;
  border-bottom: 0.0625rem solid #e9eaeb;
}

.shop-sidebar .widget-title:before {
  font-size: 1.125rem;
  content: "\f192";
  font-weight: 400;
  margin-right: 0.9375rem;
  color: #204ecf;
  font-family: "Font Awesome 5 Free";
}

.shop-sidebar .widget {
  padding: 0;
  border: none;
}

.shop-sidebar .widget:not(:last-child) {
  margin-bottom: 2.5rem;
}

.shop-sidebar .widget-search {
  padding: 0.625rem 1.5625rem;
}

.shop-sidebar .widget-menu ul li {
  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;
}

.shop-sidebar .widget-menu ul li:before {
  display: none;
}

.shop-sidebar .widget-menu ul li span {
  margin-left: 0.5rem;
}

.shop-sidebar .tag-coulds a {
  font-size: 0.9375rem;
}

.shop-sidebar .tag-coulds a:hover {
  background: #204ecf;
}

/*******************************************************/
/******************* 29. Main Slider *******************/
/*******************************************************/
.slider-section {
  position: relative;
}

.slider-section .pagingInfo {
  top: 50%;
  right: 16%;
  color: white;
  font-size: 1.5rem;
  font-weight: 700;
  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;
  position: absolute;
  font-family: var(--font-bold-primary);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 9.375rem;
  height: 9.375rem;
  background: transparent;
  line-height: 9.375rem;
  border-radius: 50%;
  text-align: center;
  border: 0.0625rem solid rgba(255, 255, 255, 0.15);
}

@media only screen and (max-width: 74.9375rem) {
  .slider-section .pagingInfo {
    right: 1.5625rem;
  }
}

@media only screen and (max-width: 47.9375rem) {
  .slider-section .pagingInfo {
    right: 0.3125rem;
    width: 4.6875rem;
    height: 4.6875rem;
    font-size: 1rem;
    background: rgba(0, 0, 0, 0.75);
  }
}

.slider-section .pagingInfo .pagingStatus {
  line-height: 1;
  font-size: 3.125rem;
  margin-right: -0.625rem;
  margin-bottom: 1.875rem;
}

@media only screen and (max-width: 47.9375rem) {
  .slider-section .pagingInfo .pagingStatus {
    font-size: 1.375rem;
    margin-bottom: 1.25rem;
  }
}

.slider-section .pagingInfo .separator {
  line-height: 1;
  margin-top: 1.875rem;
}

@media only screen and (max-width: 47.9375rem) {
  .slider-section .pagingInfo .separator {
    margin-top: 1.25rem;
  }
}

.slider-section .pagingInfo .pagingCount {
  line-height: 1;
  margin-top: 1.875rem;
}

@media only screen and (max-width: 47.9375rem) {
  .slider-section .pagingInfo .pagingCount {
    margin-top: 1.25rem;
  }
}

.slider-section .bg-text {
  z-index: 1;
  opacity: 0.1;
  font-size: 15.625rem;
  color: transparent;
  -webkit-text-stroke: 0.0625rem;
  text-transform: capitalize;
  -webkit-text-stroke-color: white;
}

@media only screen and (max-width: 93.75rem) {
  .slider-section .bg-text {
    font-size: 12.5rem;
  }
}

@media only screen and (max-width: 74.9375rem) {
  .slider-section .bg-text {
    font-size: 9.375rem;
  }
}

@media only screen and (max-width: 61.9375rem) {
  .slider-section .bg-text {
    font-size: 6.25rem;
  }
}

@media only screen and (max-width: 47.9375rem) {
  .slider-section .bg-text {
    font-size: 5rem;
  }
}

@media only screen and (max-width: 30rem) {
  .slider-section .bg-text {
    font-size: 3.125rem;
  }
}

.slider-section .circle-one,
.slider-section .circle-two,
.slider-section .circle-three,
.slider-section .circle-four,
.slider-section .circle-five {
  z-index: 1;
}

.slider-section .circle-one {
  top: 60%;
  left: 65%;
}

.slider-section .circle-three {
  top: 70%;
  right: 75%;
}

.slider-section .circle-four {
  top: 40%;
  left: 45%;
}

.slider-section .circle-five {
  top: 40%;
  right: 45%;
}



.main-slider .slider-item {
  padding-top: 5.9375rem;
  min-height: 50.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
  position: relative;
  background-size: cover;
  background-position: center;
}

.main-slider .slider-item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0.7;
  background-color: #141517;
}

@media only screen and (max-width: 61.9375rem) {
  .main-slider .slider-item {
    padding-top: 4.0625rem;
    min-height: 43.75rem;
  }
}

.main-slider .slider-content {
  z-index: 2;
  padding: 3.75rem;
  max-width: 40.625rem;
  background: white;
  margin-right: 10.9375rem;
  position: relative;
  margin-bottom: 0.3125rem;
}

@media only screen and (max-width: 47.9375rem) {
  .main-slider .slider-content {
    margin-right: 0;
  }
}

@media only screen and (max-width: 35.9375rem) {
  .main-slider .slider-content {
    padding-left: 1.5625rem;
  }
}

@media only screen and (max-width: 23.4375rem) {
  .main-slider .slider-content {
    padding-right: 1.5625rem;
  }
}

.main-slider .slider-content h2 {
  font-size: 3.625rem;
}

@media only screen and (max-width: 61.9375rem) {
  .main-slider .slider-content h2 {
    font-size: 2.8125rem;
  }
}

@media only screen and (max-width: 35.9375rem) {
  .main-slider .slider-content h2 {
    font-size: 2.5rem;
  }
}

@media only screen and (max-width: 30rem) {
  .main-slider .slider-content h2 {
    font-size: 2.1875rem;
  }
}

@media only screen and (max-width: 23.4375rem) {
  .main-slider .slider-content h2 {
    font-size: 1.875rem;
  }
}

.main-slider .slider-content .slider-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-slider .slider-content .slider-btns .theme-btn {
  margin-top: 0.9375rem;
  margin-right: 1.25rem;
}

.main-slider .slider-content .slider-btns .slider-video-play {
  color: white;
  margin-top: 0.9375rem;
  width: 3.4375rem;
  height: 3.4375rem;
  background: #204ecf;
  line-height: 3.4375rem;
  border-radius: 50%;
  text-align: center;
}

.main-slider .slider-content .slider-btns .slider-video-play:hover {
  background: #FFB113;
}

.main-slider .slider-content * {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.slick-active * {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.slick-active .sub-title-three {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.slick-active h2 {
  -webkit-animation-delay: 0.65s;
  animation-delay: 0.65s;
}

.slick-active .slider-btns {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

/*******************************************************/
/******************* 30. CTA Section *******************/
/*******************************************************/
.call-to-action-inner {
  max-width: 56.25rem;
  margin-left: auto;
  margin-right: auto;
  background: white;
  margin-top: -4.0625rem;
  padding: 1.25rem 3.125rem;
  border-radius: 0.5rem;
  -webkit-transform: translateY(4.0625rem);
  -ms-transform: translateY(4.0625rem);
  transform: translateY(4.0625rem);
  -webkit-box-shadow: 0.625rem 0 3.75rem rgba(36, 103, 236, 0.1);
  box-shadow: 0.625rem 0 3.75rem rgba(36, 103, 236, 0.1);
}

@media only screen and (max-width: 61.9375rem) {
  .call-to-action-inner {
    padding-top: 2.1875rem;
    padding-bottom: 2.1875rem;
  }
}

@media only screen and (max-width: 23.4375rem) {
  .call-to-action-inner {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}

.call-to-action-inner .notification {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 30rem) {
  .call-to-action-inner .notification {
    display: block;
  }
}

.call-to-action-inner .notification img {
  margin-right: 1.875rem;
}

@media only screen and (max-width: 30rem) {
  .call-to-action-inner .notification img {
    margin-bottom: 0.625rem;
  }
}

.call-to-action-inner .notification h4 {
  font-size: 1.5rem;
  margin-bottom: 0;
}

.call-to-action-inner .notification p {
  margin-bottom: 0;
}

/*******************************************************/
/**************** 31. Why Choose Section ***************/
/*******************************************************/
.why-choose-content {
  max-width: 31.25rem;
}

.why-choose-images {
  z-index: 1;
  max-width: 32.8125rem;
  position: relative;
  padding-right: 3.125rem;
  margin-right: -3.125rem;
  padding-bottom: 0.9375rem;
}

@media only screen and (max-width: 93.75rem) {
  .why-choose-images {
    margin-right: 0;
    margin-left: 12%;
  }
}

.why-choose-images .circle,
.why-choose-images .why-choose-three {
  position: absolute;
}

.why-choose-images .circle {
  top: -12%;
  left: -18%;
  width: 42%;
}

.why-choose-images .why-choose-one {
  width: 67%;
  display: block;
  margin-left: auto;
  margin-bottom: -25%;
}

.why-choose-images .why-choose-two {
  width: 67.5%;
}

.why-choose-images .why-choose-three {
  right: 0;
  bottom: 0;
  width: 35%;
}

.why-choose-images:before {
  content: '';
  width: 22.1875rem;
  height: 22.1875rem;
  opacity: 0.07;
  bottom: 10%;
  right: -15%;
  z-index: -1;
  position: absolute;
  border-radius: 50%;
  background: #204ecf;
}

@media only screen and (max-width: 30rem) {
  .why-choose-images:before {
    right: 0;
    width: 12.5rem;
    height: 12.5rem;
  }
}

/*******************************************************/
/******************* 32. Main Footer *******************/
/*******************************************************/


@media only screen and (max-width: 30rem) {
  .nestedList {
    margin-top: 0.4375rem;
    margin-left: 32px;
  }

  .breakList {
    margin-top: 0.625rem;
  }
}

@media only screen and (max-width: 767px) {
  .footer-widget {
    margin: 0;    
    margin-bottom: 1.5rem;
  }
}

@media only screen and (max-width: 35.9375rem) {
  .footer-widget {
    margin: 0;
    margin-bottom: 1.5rem;
  }
}

.contact-info-widget{
  margin-bottom: 24px;
}

.footer-title {
  margin-bottom: 24px;
  font-size: 24px;
}

.addressInfoOne{
  justify-content: center !important;
}

.addressInfoTwo{

  justify-content: center !important;
}

.footer-widget p {
  font-size: 16px;
  color: white;
}



.footer-widget ul li {
  font-size: 20px;
  font-weight: 500;
}

.menu-widget ul li {
  text-transform: capitalize;
}

.menu-widget ul li a {
  color: #d8d8d8;
  position: relative;
  padding-left: 1.25rem;
}

.menu-widget ul li a:before {
  position: absolute;
  content: '';
  width: 0.3125rem;
  height: 0.3125rem;
  left: 0;
  top: 0.5rem;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
  background: #d8d8d8;
}

.menu-widget ul li a:hover {
  color: white;
}

.menu-widget ul li a:hover:before {
  background: white;
}

.menu-widget ul li:not(:last-child) {
  margin-bottom: 0.625rem;
}

.contact-info-widget ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 22.4px;
  font-weight: 600;
}

.contact-info-widget ul li:not(:last-child) {
  margin-bottom: 0.625rem;
}

.contact-info-widget ul li i {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 1.75rem;
  padding-top: 0.3125rem;
  font-size: 22.4px;
  font-weight: 600;
  margin-top: 0.375rem;
  /* background-color: red; */
  margin-right: 0.3125rem;
  color: #0769b3;
}

.video-widget {
  max-width: 18.75rem;
}

.video-widget img {
  width: 100%;
  border-radius: 0.5rem;
}

.video-widget .video-play {
  width: 2.8125rem;
  height: 2.8125rem;
  font-size: 0.875rem;
  line-height: 2.8125rem;
}

.video-widget .video-play i {
  padding-left: 0.1875rem;
  color: #0769b3;
}

.copyright-area {
  margin-top: 1.5625rem;
}

.copyright-inner {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 1.25rem;
  padding-bottom: 0.625rem;
  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;
}

.copyright-inner p {
  margin-right: 1.5625rem;
  margin-bottom: 0.375rem;
}

.copyright-inner p a {
  text-transform: uppercase;
}

.copyright-inner .footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-transform: capitalize;
  margin-right: 160px;
}

.copyright-inner .footer-menu li {
  line-height: 1;
  margin-bottom: 0.5rem;
}

.copyright-inner .footer-menu li a {
  color: #d8d8d8;
}

.copyright-inner .footer-menu li a:hover {
  color: white;
  text-decoration: underline;
}

.copyright-inner .footer-menu li:not(:last-child) {
  margin-right: 1.5625rem;
}

/* Newsletter */
.footer-newsletter {
  margin-top: 18.75rem;
  margin-bottom: -18.75rem;
  -webkit-transform: translateY(-18.75rem);
  -ms-transform: translateY(-18.75rem);
  transform: translateY(-18.75rem);
}

.footer-newsletter .newsletter-video {
  height: 100%;
  margin-right: 0;
  min-height: 25rem;
  border-radius: 0.625rem 0 0 0.625rem;
}

@media only screen and (max-width: 61.9375rem) {
  .footer-newsletter .newsletter-video {
    border-radius: 0.625rem 0.625rem 0 0;
  }
}

.footer-newsletter .newsletter-content {
  margin: 0;
  margin-left: -1.875rem;
  padding: 3.75rem 3.75rem 4.375rem;
}

@media only screen and (max-width: 61.9375rem) {
  .footer-newsletter .newsletter-content {
    margin-left: 0;
  }
}

@media only screen and (max-width: 30rem) {
  .footer-newsletter .newsletter-content {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }

  .copyright-inner .footer-menu {
    margin-right: auto;
    margin-bottom: 56px;
  }

  .copyright-inner p {
    margin-top: 16px;
  }
}

@media only screen and (max-width: 23.4375rem) {
  .footer-newsletter .newsletter-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .copyright-inner .footer-menu {
    margin-right: auto;
    margin-bottom: 56px;
  }

  .copyright-inner p {
    margin-top: 16px;
  }
}

.footer-newsletter .newsletter-email {
  margin-left: 0;
  padding: 0.9375rem;
}

.footer-newsletter .newsletter-email label {
  top: 2.375rem;
  left: 2.5rem;
}

.footer-newsletter .newsletter-email input {
  padding-left: 3.125rem;
}

.footer-newsletter .theme-btn {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

/* Gallery Widget */
@media only screen and (min-width: 93.8125rem) {
  .gallery-widget {
    margin-left: -3.4375rem;
  }
}

.gallery-widget-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.625rem;
  margin-bottom: -0.625rem;
}

.gallery-widget-wrap .gallery-widget-item {
  position: relative;
  margin: 0 0.625rem 0.625rem 0;
  max-width: calc(33.333% - 0.625rem);
}

.gallery-widget-wrap .gallery-widget-item a {
  width: 100%;
  height: 100%;
  opacity: 0;
  left: 0;
  top: 0;
  color: white;
  position: absolute;
  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;
  background: rgba(32, 78, 207, 0.5);
}

.gallery-widget-wrap .gallery-widget-item:hover a {
  opacity: 1;
}

/* Scroll To Top */
.bg-black .scroll-top {
  border-color: #141517;
  background: #FFB113;
}

.bg-black .scroll-top span {
  color: #141517;
}

.bg-black .contact-info-widget ul li a:hover {
  color: #204ecf;
}

.bg-black .contact-info-widget ul li i {
  color: #FFB113;
}

/* Footer Two */
.footer-two {
  background: #1e2845;
}

.footer-two .logo-inner {
  border-bottom: 0.0625rem solid #353e58;
}

.footer-two .copyright-inner {
  border-top: 0.0625rem solid #353e58;
}

.footer-two .scroll-top {
  border-color: #0769b3;
}



/* style.css | http://localhost/riseinfotech/assets/css/style.css */


/* Inline #13 | http://localhost/riseinfotech/index.php */
@media only screen and (min-width: 75rem) {
  .logo {
    width: 18.75rem !important;
  }
}



/* style.css | http://localhost/riseinfotech/assets/css/style.css */

@media only screen and (max-width: 93.75rem) {
  .main-header .logo {    
    max-width: 21.875rem;    
  }
}


/* style.css | http://localhost:3000/assets/css/style.css */

a:hover {
  /* color: #0769b3; */
  color: var(--surface-color-primary-copy);
}


/* style.css | http://localhost:3000/assets/css/style.css */

/* @media only screen and (max-width: 93.75rem) {
  .page-banner-area {
    padding-top: 8.4375rem; */
/* padding-top: 3.75rem;
  }
} */

/* .page-banner-area {
  padding-bottom: 4.6875rem; */
/* padding-bottom: 3.75rem;
} */






/* style.css | http://localhost:3000/assets/css/style.css */

.bg-light-blue {
  /* background-color: #204ecf; */
  background-color: var(--color-primary);
}

.theme-btn:not(:hover),
.theme-btn.style-two:hover,
a.theme-btn:not(:hover),
a.theme-btn.style-two:hover {
  /* background: #0769b3; */
  background: var(--surface-color-primary);
}

.coach-image .category {
  /* background: #204ecf; */
  background: #29aae1;
}

.bg-blue {
  /* background-color: #0f256e; */
  background-color: #0769b4;
}

.bg-dark-blue {
  /* background-color: #081a55; */
  background-color: #006097;
}

.scroll-top {
  /* border: 0.375rem solid #081a55; */
  /* background: #0769b3; */
  border: 0.375rem solid #28a9e1;
  background: #1689c9;
}


/* style.css | http://localhost:3000/assets/css/style.css */

.feature-item .image {
  /* background: #213780; */
  background: var(--color-tertiary);
}


/* style.css | http://localhost:3000/assets/css/style.css */

.read-more.color-two {
  /* color: #204ecf; */
  color: #0669b3;
}

.about-page-middle .circle-content {
  /* background: #204ecf; */
  background: #0769b4;
}

/* style.css | http://localhost:3000/assets/css/style.css */

.main-menu .navbar-collapse li.current>a,
.main-menu .navbar-collapse li.current-menu-item>a,
.main-menu .navbar-collapse li>a:hover {
  /* color: #204ecf; */
  color: #0769b4;
}


/* style.css | http://localhost:3000/assets/css/style.css */

.page-banner-area::before {
  /* background-color: #081a55; */
  background-color: #65b0d0;
}

/* style.css | http://localhost:3000/assets/css/style.css */

.theme-btn:hover,
.theme-btn:focus,
.theme-btn.style-two:not(:hover),
a.theme-btn:hover,
a.theme-btn:focus,
a.theme-btn.style-two:not(:hover) {
  /* background: #204ecf; */
  background: var(--color-secondary);
}

/* style.css | http://localhost:3000/assets/css/style.css */

.sub-title-two {
  /* color: #204ecf; */
  color: #006098;
}


/* style.css | http://localhost:3000/assets/css/style.css */

.contact-info-area::before {
  /* width: 20.625rem; */
  /* height: 20.625rem; */
  width: 6.25rem;
  height: 6.25rem;
}


/* Inline #15 | http://localhost:3000/about */

/* #facebook:hover {
  background: rgba(255, 255, 255, 0.1);
 
  text-shadow: 0 0 0.9375rem #4dc247;
    transition: all 0.5s ease;
}

#facebook {
  background: #0982e3;
} */



/* Inline #15 | http://localhost:3000/about */

/* #twitter:hover {
  background: rgba(255, 255, 255, 0.1);
 
  text-shadow: 0 0 0.9375rem #4dc247;
    transition: all 0.5s ease;
}


#twitter {
  background: #1c93e4;
} */



/* Inline #15 | http://localhost:3000/about */

/* #linkedin:hover {
  background: rgba(255, 255, 255, 0.1);
  
  text-shadow: 0 0 0.9375rem #4dc247;
    transition: all 0.5s ease;
}

#linkedin {
  background: #088ed7;
} */



/* Inline #15 | http://localhost:3000/about */

/* #instagram:hover {
  background: rgba(255, 255, 255, 0.1);
 
  text-shadow: 0 0 0.9375rem #4dc247;
    transition: all 0.5s ease;
}

#instagram {
  background: #e84040;
} */



/* Inline #15 | http://localhost:3000/about */

/* #youtube:hover {
  background: rgba(255, 255, 255, 0.1);
  
  text-shadow: 0 0 0.9375rem #4dc247;
    transition: all 0.5s ease;
}

#youtube {
  background: #ff0000;
} */



/* transperrant */

.social-style-one a {
  /* background: rgba(255, 255, 255, 0.1); */
  background: rgba(255, 255, 255, 0);
}


/* hover transperant */

.social-style-one a:hover {
  /* background: #204ecf; */
  background: #204ecf00;
}



@media only screen and (min-width: 30.0625rem) {

  .make-text-center {
    top: 1.3125rem;
    position: relative;
    align-self: normal !important;
  }

}


/* style.css | http://localhost:3000/assets/css/style.css */

.contact-info-widget ul li i {
  /* color: #0769b3; */
  color: #fff;
}


/* footer overflow */

.container {
  overflow-y: hidden;
}