/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/
/*=========================================================
		Table Of Contents
=========================================================*/
/*01. ### Banner Area Starts
### Banner Area Two Starts
### Banner Area Three Starts
### Banner Area Four Starts 
### Banner Area Five Starts
02. ### Countdown Area Starts 
03. ### Join Area Starts
### Join Area Two Starts
### Join Area Three Starts 
### Join Area Four Starts 
### Join Area Five Starts 
04. ### Idea Area Starts 
### Idea Area Two Starts 
### Idea Area Three Starts 
### Idea Area Four Starts 
05. ### Speaker Area Start 
### Speaker Area Two Starts
### Speaker Area Three Starts
### Speaker Area Four Starts
### Speaker Area Five Starts
06. ### Accordion Area Start
07. ### Discount Area Starts
08. ### Upcoming Area Start
### Upcoming Area Two Start
### Upcoming Area Three Start
### Upcoming Area Four Start
### Upcoming Area Five Start
09. ### Featured Area Start 
10. ### Tickets Area Start
### Tickets Area Two Start 
### Tickets Area Three Start 
### Tickets Area Four Start 
### Tickets Area Five Start 
11. ### Download Area Start 
12. ### counter Area Start 
### counter Area Two Start 
### counter Area Three Start 
### counter Area Four Start 
### counter Area Five Start 
13. ### Video Area Start 
14.### Testimonial Area Start 
### Testimonial Area Two Start 
### Testimonial Area Three Start
### Testimonial Area Five Start 
15. ### Blog Area Start 
### Blog Area Two Start 
### Blog Area Three Start 
### Blog Area Four Start 
### Blog Area Five Start 
16. ### Brands Area Start 
### Brands Area Two Start 
### Brands Area Four Start 
### preloader */
/*=========================================================
		Import Fonts & All CSS Files
=========================================================*/
/*=========================================================
    [ Reset ]
=========================================================*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;500;600;700&display=swap");
html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Roboto', sans-serif;
  line-height: 1;
  color: #555555;
  font-weight: 400;
  font-size: 16px;
  overflow-x: hidden;
  position: relative;
}

body.black-theme {
  background: #131313;
  color: rgba(255, 255, 255, 0.8);
}

body .mfp-content {
  max-width: 700px !important;
}

body::-webkit-scrollbar-track,
textarea::-webkit-scrollbar-track {
  background-color: #9c9c9c;
}

body::-webkit-scrollbar,
textarea::-webkit-scrollbar {
  width: 8px;
}

body::-webkit-scrollbar-thumb,
textarea::-webkit-scrollbar-thumb {
  background-color: #ffffff;
  border-radius: 0px;
}

::-moz-selection {
  background: #555555;
  color: #fff;
}

::selection {
  background: #555555;
  color: #fff;
}

::-moz-selection {
  background: #555555;
  color: #fff;
}

input[type="text"] {
  width: 100%;
}

input[type="number"] {
  width: 100%;
}

button:focus {
  outline: none;
}

button {
  border: 0;
  outline: 0;
}

textarea {
  width: 100%;
}

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

/*=========================================================
    [ Common style ]
=========================================================*/
.slick-dots li button {
  background: #c7c7cd;
  height: 12px;
  width: 12px;
  display: inline-block;
  text-indent: -9999px;
  border-radius: 100%;
  margin: 0 5px;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .slick-dots li button {
    height: 10px;
    width: 10px;
  }
}

.slick-dots li.slick-active button {
  background: #ff007a;
  width: 30px;
  border-radius: 5px;
  height: 5px;
  margin: 0 -5px;
}

.video-play-btn {
  background: inherit;
  color: inherit;
  z-index: 5;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.video-play-btn::before {
  -webkit-animation: pulse-border 3s linear infinite;
          animation: pulse-border 3s linear infinite;
  -webkit-transition: all .4s;
  transition: all .4s;
}

[data-background] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: inherit;
  -webkit-animation: fade-effect 1s;
          animation: fade-effect 1s;
}

.common-title {
  font-size: 30px;
  color: #232323;
  -webkit-transition: all .2s;
  transition: all .2s;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .common-title {
    font-size: 25px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .common-title {
    font-size: 23px;
  }
}

@media only screen and (max-width: 575.98px) {
  .common-title {
    font-size: 21px;
  }
}

@media only screen and (max-width: 375px) {
  .common-title {
    font-size: 19px;
  }
}

.common-para {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .common-para {
    font-size: 14px;
  }
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .common-para {
    font-size: 14px;
  }
}

.line--limit-4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bg-base--section {
  background: #ff007a;
}

.bg-base--section3 {
  background: #ffaa17;
}

.bg--section {
  background: #2f0063;
}

.bg2--section {
  background: #f7f7f7;
}

.bg--section2 {
  background: #232323;
}

.bg--section3 {
  background: #041d38;
}

.bg--section4 {
  background: #1f1f1f;
}

@media screen and (min-width: 320px) and (max-width: 991px) {
  .pt-120 {
    padding-top: 60px !important;
  }
  .pb-120 {
    padding-bottom: 60px !important;
  }
  .pt-150 {
    padding-top: 90px !important;
  }
  .pb-150 {
    padding-bottom: 90px !important;
  }
  .pl-130 {
    padding-left: 10px !important;
  }
  .pr-130 {
    padding-right: 10px !important;
  }
  .single-heading {
    font-size: 20px;
  }
  .single-paragraph {
    font-size: 14px;
  }
  p {
    font-size: 14px;
  }
  .wow {
    -webkit-animation: none !important;
    animation: none !important;
  }
}

/*=========================================================
    [ margin & padding ]
=========================================================*/
.pt-120 {
  padding-top: 120px;
}

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

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

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

.pl-130 {
  padding-left: 130px !important;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .pl-130 {
    padding-left: 40px !important;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .pl-130 {
    padding-left: 40px !important;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .pl-130 {
    padding-left: 10px !important;
  }
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .pl-130 {
    padding-left: 10px !important;
  }
}

@media only screen and (max-width: 575.98px) {
  .pl-130 {
    padding-left: 0px !important;
  }
}

.pr-130 {
  padding-right: 130px !important;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .pr-130 {
    padding-right: 40px !important;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .pr-130 {
    padding-right: 40px !important;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .pr-130 {
    padding-right: 10px !important;
  }
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .pr-130 {
    padding-right: 10px !important;
  }
}

@media only screen and (max-width: 575.98px) {
  .pr-130 {
    padding-right: 0px !important;
  }
}

.ml-130 {
  margin-left: 130px !important;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .ml-130 {
    margin-left: 40px !important;
  }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .ml-130 {
    margin-left: 40px !important;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .ml-130 {
    margin-left: 10px !important;
  }
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .ml-130 {
    margin-left: 10px !important;
  }
}

@media only screen and (max-width: 575.98px) {
  .ml-130 {
    margin-left: 0px !important;
  }
}

.mr-130 {
  margin-right: 130px !important;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .mr-130 {
    margin-right: 40px !important;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .mr-130 {
    margin-right: 40px !important;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .mr-130 {
    margin-right: 10px !important;
  }
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .mr-130 {
    margin-right: 10px !important;
  }
}

@media only screen and (max-width: 575.98px) {
  .mr-130 {
    margin-right: 0px !important;
  }
}

.pl-90 {
  padding-left: 90px !important;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .pl-90 {
    padding-left: 40px !important;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .pl-90 {
    padding-left: 0 !important;
  }
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .pl-90 {
    padding-left: 0 !important;
  }
}

.pr-90 {
  padding-right: 90px !important;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .pr-90 {
    padding-right: 40px !important;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .pr-90 {
    padding-right: 0 !important;
  }
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .pr-90 {
    padding-right: 0 !important;
  }
}

/*=========================================================
    [ Section ]
=========================================================*/
.section-title {
  position: relative;
  z-index: 1;
  text-align: center;
  margin: -5px 0;
}

.section-title.text-left {
  text-align: left;
}

.section-title.text-left .section-heading {
  font-size: 60px;
}

.section-title.text-left .section-para {
  padding: 0 0;
  margin: 30px 0 0;
  max-width: 480px;
}

.section-title.text-left .section-border {
  margin: 40px 0 0;
}

.section-title.white-color .section-heading {
  color: #fff;
}

.section-title.white-color .section-para {
  color: #fff;
}

.section-heading {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: capitalize;
  display: block;
  position: relative;
  z-index: 1;
  margin: -4px 0;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .section-heading {
    font-size: 55px !important;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .section-heading {
    font-size: 48px !important;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .section-heading {
    font-size: 50px !important;
  }
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .section-heading {
    font-size: 35px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .section-heading {
    font-size: 32px !important;
  }
}

@media only screen and (max-width: 575.98px) {
  .section-heading {
    font-size: 30px !important;
  }
}

@media only screen and (max-width: 375px) {
  .section-heading {
    font-size: 28px !important;
  }
}

.section-heading .heading-light {
  font-weight: 300;
}

.section-heading .heading-break {
  display: block;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .section-heading .heading-break {
    display: unset !important;
  }
}

@media only screen and (max-width: 575.98px) {
  .section-heading .heading-break {
    display: unset !important;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .section-heading {
    font-size: 50px !important;
  }
}

.section-para {
  font-size: 18px;
  line-height: 30px;
  max-width: 650px;
  margin: 30px auto 0;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .section-para {
    padding: 0;
    font-size: 15px;
    margin-top: 35px;
  }
  .section-para br {
    display: none;
  }
}

@media only screen and (max-width: 575.98px) {
  .section-para {
    font-size: 14px;
  }
}

.section-border {
  position: relative;
  z-index: 1;
  height: 2px;
  width: 100px;
  background: #ff007a;
  margin: 40px auto 0;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .section-border {
    margin: 30px auto 0;
  }
}

.section-title-two.text-left .section-heading {
  font-size: 50px;
}

.section-title-two .section-heading {
  font-size: 50px;
}

.section-title-two .section-para {
  font-size: 16px;
  margin-top: 20px;
  max-width: 480px;
}

.section-title-two .section-border {
  margin: 30px auto 0;
  position: relative;
  z-index: 1;
  background: #000;
  width: 60px;
}

.section-title-two .section-border::before, .section-title-two .section-border::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 4px;
  background: #000;
  left: -7px;
  top: 0;
}

.section-title-two .section-border::after {
  left: auto;
  right: -7px;
}

.section-title-three.text-left .section-heading {
  font-size: 50px;
}

.section-title-three .section-heading {
  font-size: 50px;
}

.section-title-three .section-para {
  font-size: 18px;
  margin-top: 20px;
}

.inner-title .section-heading {
  font-size: 40px !important;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .inner-title .section-heading {
    font-size: 35px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .inner-title .section-heading {
    font-size: 32px !important;
  }
}

@media only screen and (max-width: 575.98px) {
  .inner-title .section-heading {
    font-size: 30px !important;
  }
}

@media only screen and (max-width: 375px) {
  .inner-title .section-heading {
    font-size: 28px !important;
  }
}

.inner-title .section-para {
  font-size: 16px;
  margin-top: 15px;
}

.section-title-four .section-heading {
  display: inline;
  border-bottom: 3px solid #fff;
  color: #fff;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .section-title-four .section-heading {
    font-size: 50px;
  }
}

.section-title-four .section-heading .heading-break {
  border-bottom: 3px solid #fff;
  display: table;
  margin: 0 auto;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .section-title-four .section-para br {
    display: none;
  }
}

.section-title-four.text-left .section-heading .heading-break {
  margin: 0;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .section-title-five .section-heading {
    font-size: 52px !important;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .section-title-five .section-heading {
    font-size: 45px !important;
  }
}

.section-title-five .section-heading .heading-break {
  position: relative;
  display: inline-block;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .section-title-five .section-heading .heading-break {
    display: inline-block !important;
  }
}

.section-title-five .section-heading .heading-break::before {
  border-bottom: 8px solid #f9a21e;
  content: '';
  position: absolute;
  width: 100%;
  bottom: 18px;
  z-index: -1;
  border-radius: 10px;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .section-title-five .section-heading .heading-break::before {
    bottom: 10px;
    border-bottom: 3px solid #f9a21e;
  }
}

/*=========================================================
          [ Typography ]
=========================================================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #232323;
  font-family: 'Josefin Sans', sans-serif;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.black-theme h1,
.black-theme h2,
.black-theme h3,
.black-theme h4,
.black-theme h5,
.black-theme h6 {
  color: #ededed;
  font-family: 'Josefin Sans', sans-serif;
  -webkit-transition: all .3s;
  transition: all .3s;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 80px;
  line-height: 1.4;
  text-transform: uppercase;
  font-weight: 700;
  margin: -16px 0;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  h1 {
    font-size: 70px;
  }
}

@media only screen and (max-width: 575.98px) {
  h1 {
    font-size: 65px;
  }
}

@media only screen and (max-width: 375px) {
  h1 {
    font-size: 55px;
  }
}

h2 {
  font-size: 60px;
  line-height: 1.3;
  font-weight: 700;
  margin: -11px 0;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  h2 {
    font-size: 35px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  h2 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 575.98px) {
  h2 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 375px) {
  h2 {
    font-size: 27px;
  }
}

h3 {
  font-size: 30px;
  line-height: 1.3;
  font-weight: 700;
  margin: -10px 0;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  h3 {
    font-size: 27px;
  }
}

@media only screen and (max-width: 575.98px) {
  h3 {
    font-size: 23px;
  }
}

@media only screen and (max-width: 375px) {
  h3 {
    font-size: 21px;
  }
}

h4 {
  font-size: 25px;
  line-height: 1.3;
  font-weight: 700;
  margin: -8px 0;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  h4 {
    font-size: 22px;
  }
}

@media (min-width: 320px) and (max-width: 991.98px) {
  h4 {
    font-size: 23px;
  }
}

@media only screen and (max-width: 575.98px) {
  h4 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 375px) {
  h4 {
    font-size: 19px;
  }
}

h5 {
  font-size: 23px;
  line-height: 1.2;
  font-weight: 600;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  h5 {
    font-size: 21px;
  }
}

@media only screen and (max-width: 575.98px) {
  h5 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 375px) {
  h5 {
    font-size: 18px;
  }
}

h6 {
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
}

@media only screen and (max-width: 575.98px) {
  h6 {
    font-size: 17px;
  }
}

@media only screen and (max-width: 375px) {
  h6 {
    font-size: 16px;
  }
}

p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  margin: 0;
  margin-top: -7px;
  margin-bottom: -7px;
}

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

a {
  text-decoration: none;
  color: inherit;
  outline: none;
}

a:hover {
  color: unset;
  text-decoration: none;
}

/*=========================================================
          [ button Style ]
=========================================================*/
.btn--custom {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  font-family: 'Josefin Sans', sans-serif;
  padding: 17px 30px;
  outline: none;
  cursor: pointer;
  margin-top: 30px;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: relative;
  border-radius: 10px;
  z-index: 1;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .btn--custom {
    font-size: 15px;
  }
}

@media only screen and (max-width: 375px) {
  .btn--custom {
    font-size: 14px;
    padding: 15px 25px;
  }
}

.btn--singles {
  color: #555555;
  font-size: 16px;
  padding: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: relative;
  z-index: 1;
}

.btn--singles::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 30px;
  right: -35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #ffaa17;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.btn--singles:hover {
  color: #ffaa17;
}

.btn--singles:hover::after {
  width: 50px;
  right: -55px;
}

.btn--one {
  background: #ff007a;
  border: 2px solid #ff007a;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.btn--one span {
  border-bottom: 1px solid #fff;
}

.btn--one::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff;
  border-color: rgba(255, 0, 122, 0.2);
  z-index: -1;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all .4s;
  transition: all .4s;
}

.btn--one:hover {
  background: #fff;
  border: 2px solid rgba(255, 0, 122, 0.2);
  color: #ff007a;
}

.btn--one:hover::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.btn--two {
  background: #222222;
  border: 2px solid #222222;
  color: #fff;
  position: relative;
  z-index: 1;
  border-radius: 4px;
}

.btn--two::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #f8c301;
  border-color: rgba(248, 195, 1, 0.2);
  z-index: -1;
  -webkit-transform: scale(0);
          transform: scale(0);
  border-radius: 10px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.btn--two:hover {
  background: #f8c301;
  border: 2px solid rgba(248, 195, 1, 0.2);
}

.btn--two:hover::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.btn-outline--two {
  border: 1px solid #222222;
  color: #232323;
  position: relative;
  z-index: 1;
  border-radius: 4px;
}

.btn-outline--two::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #f8c301;
  border-color: rgba(248, 195, 1, 0.2);
  z-index: -1;
  -webkit-transform: scale(0);
          transform: scale(0);
  border-radius: 10px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.btn-outline--two:hover {
  color: #fff;
  background: #f8c301;
  border-color: rgba(248, 195, 1, 0.2);
}

.btn-outline--two:hover::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.no-radius {
  border-radius: 0 !important;
}

.btn--three {
  background: none;
  border: 1px solid rgba(0, 0, 0, 0.5);
  color: #232323;
  position: relative;
  z-index: 1;
}

.btn--three:hover {
  background: #ffaa17;
  color: #fff;
  border-color: rgba(255, 170, 23, 0.2);
}

.btn--three:hover::before {
  background: #ffaa17;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.btn--three:hover::after {
  border-color: #ffaa17;
}

.btn--three::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #ffaa17;
  border-color: rgba(255, 170, 23, 0.2);
  z-index: -1;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all .4s;
  transition: all .4s;
}

.btn--three::after {
  border: 1px solid rgba(0, 0, 0, 0.5);
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: -5px;
  left: 5px;
}

.btn--four {
  background: #fd0066;
  color: #fff;
  border-radius: 4px;
}

.btn--four:hover {
  background: #f9a21e;
}

.btn--four:hover::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.btn--four::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #f9a21e;
  z-index: -1;
  border-radius: 4px;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.btn-outline--four {
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
}

.btn-outline--four:hover {
  background: #f9a21e;
}

.btn-outline--four:hover::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.btn-outline--four::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #f9a21e;
  z-index: -1;
  border-radius: 4px;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.btn--five {
  background: none;
  color: #fff;
  border-radius: 4px;
  text-decoration: underline;
}

.btn--five span {
  display: inline-block;
  border-bottom: 1px solid;
}

.btn--five:hover::before {
  width: 100%;
}

.btn--five::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(247, 0, 101, 0.3)), to(rgba(247, 0, 101, 0.9)));
  background: linear-gradient(90deg, rgba(247, 0, 101, 0.3) 0%, rgba(247, 0, 101, 0.9) 100%);
  z-index: -1;
  border-radius: 4px;
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 50%;
}

.btn--five-capsole:hover::before {
  border-radius: 4px;
}

.btn--five-capsole::before {
  width: 40%;
  border-radius: 50%;
}

.btn--five-full:hover::before {
  background: -webkit-gradient(linear, left top, right top, from(rgba(247, 0, 101, 0.9)), to(rgba(247, 0, 101, 0.5)));
  background: linear-gradient(90deg, rgba(247, 0, 101, 0.9) 0%, rgba(247, 0, 101, 0.5) 100%);
}

.btn--five-full::before {
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

/*=========================================================
          [ badge ]
=========================================================*/
.badge--primary {
  color: #fff;
  background-color: #007bff;
}

.badge--secondary {
  color: #fff;
  background-color: #6c757d;
}

.badge--success {
  color: #fff;
  background-color: #28a745;
}

.badge--danger {
  color: #fff;
  background-color: #dc3545;
}

.badge--warning {
  color: #212529;
  background-color: #ffc107;
}

.badge--info {
  color: #fff;
  background-color: #17a2b8;
}

.badge--light {
  color: #212529;
  background-color: #e2e6ea;
}

.badge--dark {
  color: #fff;
  background-color: #23272b;
}

/*=========================================================
          [ Table ]
=========================================================*/
.custom--table {
  width: 100%;
  color: inherit;
  vertical-align: middle;
  font-weight: 400;
  text-align: center;
}

.custom--table thead {
  font-weight: 700;
  font-size: 18px;
  background: inherit;
  color: inherit;
  border-top: none;
}

.custom--table tbody {
  border-top: 0;
  overflow: hidden;
  border-radius: 10px;
}

.custom--table tbody tr:nth-child(odd) {
  background-color: inherit;
}

.custom--table tr {
  line-height: 50px;
}

.custom--table tr th {
  font-size: 18px;
  font-weight: 700;
}

.custom--table tr td {
  font-size: 14px;
}

[data-label] {
  position: relative;
}

[data-label]::before {
  position: absolute;
  content: attr(data-label);
  font-weight: 700;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  padding: 8px 20px;
  display: none;
  font-size: 13px;
}

@media (max-width: 767px) {
  .table-responsive--sm thead {
    display: none;
  }
  .table-responsive--sm [data-label]::before {
    display: block;
  }
}

/*=========================================================
          [ Card Style ]
=========================================================*/
.custom--card {
  position: relative;
  border: 1px solid #00000020;
  border-radius: 10px;
  width: 300px;
}

.custom--card .card-title {
  margin: 5px 0 20px;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
}

.custom--card .card-text {
  font-size: 16px;
  font-weight: 400;
}

/*=========================================================
          [ Modal Style ]
=========================================================*/
.custom--modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.custom--modal .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}

.custom--modal .modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: .3rem;
  outline: 0;
}

.custom--modal .modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px);
}

.custom--modal .modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem;
}

.custom--modal .modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: .75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(.3rem - 1px);
  border-bottom-left-radius: calc(.3rem - 1px);
}

/*=========================================================
          [ Form ]
=========================================================*/
.form--control {
  width: 100%;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 30px;
  height: 50px;
  font-size: 16px;
  padding: 0 20px;
  outline: none;
}

.banner-blog-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.banner-blog-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: -500px;
  height: 100%;
  width: calc(100% + 1000px);
  background: #2F0063;
  z-index: -1;
  border-radius: 0 0 50% 50%;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .banner-shapes {
    display: none;
  }
}

.banner-shapes img {
  position: absolute;
  z-index: -1;
}

.banner-shapes img:nth-child(1) {
  top: 0;
  right: 0;
  -webkit-animation: 4s floatings linear infinite;
  animation: 4s floatings linear infinite;
}

.banner-shapes img:nth-child(2) {
  bottom: 20%;
  right: 10%;
  -webkit-animation: 5s pulse-scale linear infinite;
  animation: 5s pulse-scale linear infinite;
  animation-direction: alternate-reverse;
}

.banner-shapes img:nth-child(3) {
  bottom: -300px;
  left: 0;
  -webkit-animation: 4s floatings linear infinite;
  animation: 4s floatings linear infinite;
}

.banner-shapes img:nth-child(4) {
  top: -20px;
  left: 20%;
  -webkit-animation: 10s leftright linear infinite;
  animation: 10s leftright linear infinite;
  animation-direction: alternate-reverse;
}

@-webkit-keyframes leftright {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  100% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
}

@keyframes leftright {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  100% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
}

.blog-banner-wrapper {
  padding: 280px 0 170px;
  margin: 0 auto;
  text-align: center;
  max-width: 700px;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .blog-banner-wrapper {
    padding: 150px 0 90px;
  }
}

.blog-banner-wrapper .blog-title {
  color: #fff;
}

.blog-banner-wrapper .blog-banner-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 15px;
}

.blog-banner-wrapper .blog-banner-list li {
  color: #fff;
  font-size: 28px;
  padding: 5px 20px;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: relative;
  z-index: 1;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .blog-banner-wrapper .blog-banner-list li {
    font-size: 17px;
  }
}

@media only screen and (max-width: 480px) {
  .blog-banner-wrapper .blog-banner-list li {
    font-size: 15px;
  }
}

.blog-banner-wrapper .blog-banner-list li:last-child::after {
  display: none;
}

.blog-banner-wrapper .blog-banner-list li::after {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 50%;
  right: -5px;
  background: #ff007a;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.blog-banner-wrapper .blog-banner-list li:hover {
  color: #ff007a;
}

.blog-content-left {
  position: relative;
  z-index: 1;
  padding-right: 100px;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .blog-content-left {
    padding-right: 0;
  }
}

.blog-content-left::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  top: 0;
  right: -15px;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .blog-content-left::after {
    display: none;
  }
}

.blog-content-left .single-blog-content {
  margin-bottom: 70px;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .blog-content-left .single-blog-content {
    margin-bottom: 50px;
  }
}

.blog-content-left .single-blog-content .blog-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
}

.blog-content-left .single-blog-content .blog-tags li {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 20px;
  padding-left: 20px;
  border-left: 1px solid rgba(0, 0, 0, 0.7);
}

@media only screen and (max-width: 480px) {
  .blog-content-left .single-blog-content .blog-tags li {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 375px) {
  .blog-content-left .single-blog-content .blog-tags li {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 13px;
  }
}

.blog-content-left .single-blog-content .blog-tags li:last-child {
  padding-right: 0;
  border-right: 0;
}

.blog-content-left .single-blog-content .blog-tags li:first-child {
  padding-left: 0;
  border-left: 0;
}

.blog-content-left .single-blog-content .blog-tags li a {
  display: inline-block;
}

.blog-content-left .single-blog-content .blog-tags li a img {
  height: 30px;
  width: 30px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 5px;
}

.blog-content-left .single-blog-content .blog-thumb {
  margin: 30px 0;
  display: block;
  height: 380px;
}

@media only screen and (max-width: 575.98px) {
  .blog-content-left .single-blog-content .blog-thumb {
    height: 250px;
  }
}

.blog-content-left .single-blog-content .blog-thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-content-left .blog-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.blog-content-left .blog-pagination::before, .blog-content-left .blog-pagination::after {
  font-family: 'Line Awesome Free';
  font-weight: 900;
  margin-right: 10px;
  content: "\f104";
  cursor: pointer;
  font-size: 24px;
  padding: 5px;
  color: #232323;
}

.blog-content-left .blog-pagination::after {
  content: "\f105";
}

.blog-content-left .blog-pagination li a {
  font-size: 18px;
  font-weight: 400;
  padding: 10px;
  display: inline-block;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media only screen and (max-width: 575.98px) {
  .blog-content-left .blog-pagination li a {
    font-size: 15px;
  }
}

.blog-content-left .blog-pagination li a.active {
  background: #ff007a;
  color: #fff;
}

.blog-right-bar {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .blog-right-bar {
    margin-top: 50px;
  }
}

.blog-right-bar .blog-righ-search .custom-form {
  position: relative;
  z-index: 1;
}

.blog-right-bar .blog-righ-search .custom-form .form--control {
  background: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 16px;
  border-radius: 0;
  height: 60px;
  padding: 5px 70px 5px 30px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .blog-right-bar .blog-righ-search .custom-form .form--control {
    height: 50px;
    padding: 5px 50px 5px 15px;
    font-size: 14px;
  }
}

.blog-right-bar .blog-righ-search .custom-form .form--control:focus {
  box-shadow: 0 0 27px rgba(255, 0, 122, 0.2);
  -webkit-box-shadow: 0 0 27px rgba(255, 0, 122, 0.2);
  -moz-box-shadow: 0 0 27px rgba(255, 0, 122, 0.2);
  border-color: rgba(255, 0, 122, 0.2);
}

.blog-right-bar .blog-righ-search .custom-form button {
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  font-size: 24px;
  color: #232323;
  background: none;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .blog-right-bar .blog-righ-search .custom-form button {
    font-size: 22px;
    right: 15px;
  }
}

.blog-right-bar .single-blog-item {
  margin-top: 70px;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .blog-right-bar .single-blog-item {
    margin-top: 40px;
  }
}

.blog-right-bar .single-blog-item .blog-item-list {
  margin-top: 10px;
}

.blog-right-bar .single-blog-item .blog-item-list li:last-child a {
  border-bottom: none;
}

.blog-right-bar .single-blog-item .blog-item-list li a {
  display: block;
  font-size: 16px;
  padding: 20px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .blog-right-bar .single-blog-item .blog-item-list li a {
    font-size: 15px;
    padding: 10px 0;
  }
}

@media only screen and (max-width: 480px) {
  .blog-right-bar .single-blog-item .blog-item-list li a {
    font-size: 14px;
  }
}

.blog-right-bar .single-blog-item .blog-item-list li a:hover {
  color: #ff007a;
}

.blog-right-bar .single-blog-item .blog-item-list li a::before {
  font-family: 'Line Awesome Free';
  font-weight: 900;
  margin-right: 10px;
  content: "\f105";
}

.blog-right-bar .single-blog-item .blog-posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
}

.blog-right-bar .single-blog-item .blog-posts .blog-post-img {
  height: 80px;
  width: 100px;
  margin-right: 30px;
  display: block;
}

@media only screen and (max-width: 480px) {
  .blog-right-bar .single-blog-item .blog-posts .blog-post-img {
    margin-right: 20px;
  }
}

.blog-right-bar .single-blog-item .blog-posts .blog-post-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-right-bar .single-blog-item .blog-posts .blog-post-contents .post-title {
  font-weight: 700;
  line-height: 1.3;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.blog-right-bar .single-blog-item .blog-posts .blog-post-contents .post-title:hover {
  color: #ff007a;
}

.blog-right-bar .single-blog-item .blog-posts .blog-post-contents .post-para {
  font-size: 14px;
  margin-top: 5px;
}

.blog-right-bar .single-blog-item .achive-item-list {
  margin-top: 20px;
}

.blog-right-bar .single-blog-item .achive-item-list li a {
  padding: 10px 0;
  font-size: 16px;
  display: block;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .blog-right-bar .single-blog-item .achive-item-list li a {
    font-size: 15px;
  }
}

@media only screen and (max-width: 480px) {
  .blog-right-bar .single-blog-item .achive-item-list li a {
    font-size: 14px;
  }
}

.blog-right-bar .single-blog-item .achive-item-list li a:hover {
  color: #ff007a;
}

.blog-right-bar .single-blog-item .keyword-item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 25px;
}

.blog-right-bar .single-blog-item .keyword-item-list li a {
  font-size: 16px;
  display: inline-block;
  padding: 15px 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  margin: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .blog-right-bar .single-blog-item .keyword-item-list li a {
    font-size: 15px;
  }
}

@media only screen and (max-width: 480px) {
  .blog-right-bar .single-blog-item .keyword-item-list li a {
    font-size: 14px;
  }
}

.blog-right-bar .single-blog-item .keyword-item-list li a:hover {
  color: #fff;
  background: #ff007a;
}

.blog-details-single-area .blog-content-left::after {
  right: 35px;
}

.blog-details-para .common-para {
  position: relative;
  z-index: 2;
  margin-top: 30px;
}

.blog-details-para .common-para .blog-details-quote {
  display: block;
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 150px;
  z-index: -1;
  opacity: 0.2;
}

.blog-details-bottom {
  margin-bottom: 75px;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .blog-details-bottom {
    margin-bottom: 50px;
  }
}

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

.blog-details-bottom .single-blog-comments li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 50px;
}

.blog-details-bottom .single-blog-comments li:first-child {
  margin-top: 30px;
}

.blog-details-bottom .single-blog-comments li .blog-comment-img {
  max-width: 50px;
  max-height: 50px;
  border-radius: 50%;
}

@media only screen and (max-width: 575.98px) {
  .blog-details-bottom .single-blog-comments li .blog-comment-img {
    min-height: 30px;
    min-width: 30px;
  }
}

.blog-details-bottom .single-blog-comments li .blog-comment-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.blog-details-bottom .single-blog-comments li .blog-comment-details {
  margin-left: 20px;
}

@media only screen and (max-width: 480px) {
  .blog-details-bottom .single-blog-comments li .blog-comment-details {
    margin-left: 5px;
  }
}

.blog-details-bottom .single-blog-comments li .blog-comment-details .blog-comment-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.blog-details-bottom .single-blog-comments li .blog-comment-details .blog-comment-top .blog-comment-time {
  font-size: 14px;
  margin-left: 10px;
  margin-bottom: 6px;
}

.blog-details-bottom .single-blog-comments li .blog-comment-details .btn--blog-replay {
  font-size: 16px;
  font-weight: 400;
  margin-top: 30px;
  display: inline-block;
}

.blog-details-bottom .blog-details-form .custom-form .form--control {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
  margin-top: 30px;
  box-shadow: 0 0 16px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 16px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0 0 16px rgba(255, 255, 255, 0.2);
}

.blog-details-bottom .blog-details-form .custom-form .form--control:focus {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  border-color: rgba(255, 0, 122, 0.3);
}

.blog-details-bottom .blog-details-form .custom-form .form--messages {
  height: 170px;
  padding: 20px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .touch-area .touch-left-images {
    height: 400px;
  }
}

.touch-area .touch-left-images img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.touch-wrapper-contents {
  padding-left: 70px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .touch-wrapper-contents {
    padding-left: 20px;
  }
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .touch-wrapper-contents {
    padding-left: 20px;
    margin-top: 50px;
  }
}

@media only screen and (max-width: 480px) {
  .touch-wrapper-contents {
    padding-left: 0px;
  }
}

.single-touch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 50px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .single-touch {
    margin-top: 30px;
  }
}

.single-touch .touch-icon {
  height: 70px;
  width: 70px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0;
  border: 1px solid #ff007a;
  margin-right: 30px;
  position: relative;
  z-index: 1;
}

.single-touch .touch-icon::before {
  content: "";
  height: 25px;
  width: 25px;
  position: absolute;
  bottom: -5px;
  right: -5px;
  background: #fff;
  z-index: 1;
}

.single-touch .touch-icon i {
  font-size: 40px;
  color: #ff007a;
}

.single-touch .touch-contents .touch-title {
  margin-bottom: 7px;
}

.single-touch .touch-contents .common-para {
  margin: 4px 0;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .single-touch .touch-contents .common-para {
    margin: 1px 0;
  }
}

.single-touch .touch-contents .common-para a {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.single-touch .touch-contents .common-para a:hover {
  color: #ff007a;
}

.send-form {
  max-width: 970px;
  margin: auto;
}

.send-form .form--control {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 30px;
  height: 50px;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .send-form .form--control {
    font-size: 15px;
  }
}

@media only screen and (max-width: 575.98px) {
  .send-form .form--control {
    font-size: 14px;
  }
}

.send-form .form--control:focus {
  border-color: rgba(255, 0, 122, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.send-form .form--messages {
  padding: 20px;
  height: 170px;
}

.send-form .nice-selects {
  margin-top: 30px;
}

.send-form .nice-selects .nice-select {
  width: 100%;
  height: 50px;
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px 20px;
  line-height: 1;
  font-size: 16px;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .send-form .nice-selects .nice-select {
    font-size: 15px;
  }
}

@media only screen and (max-width: 575.98px) {
  .send-form .nice-selects .nice-select {
    font-size: 14px;
  }
}

.send-form .nice-selects .nice-select .list {
  width: 100%;
}

.send-form .nice-selects .open {
  border-color: rgba(255, 0, 122, 0.2);
}

/* Main Menu */
.navigation-area {
  background: none;
  z-index: 555;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 40px 0 10px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.navigation-area.shrinkheader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  background: #000;
  padding: 0 0;
  box-shadow: 1px 25px 32px rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 1px 25px 32px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: 1px 25px 32px rgba(255, 255, 255, 0.1);
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .navigation-area.shrinkheader {
    padding: 10px 0 0;
  }
}

.logo img {
  max-height: 80px;
  max-width: 120px;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .logo img {
    max-height: 60px;
    max-width: 130px;
  }
}

.main-menu {
  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: flex-end;
}

.main-menu ul li {
  display: inline-block;
  margin: 25px 15px;
  position: relative;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .main-menu ul li {
    margin: 20px 10px;
  }
}

.main-menu ul li:hover > a.has-child::after {
  content: "\f068";
}

.main-menu ul li:hover > a {
  color: #ff007a;
  background: none;
}

.main-menu ul li:hover > .submenu {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

.main-menu ul li a.has-child::after {
  content: "\f067";
  font-family: 'Line Awesome Free';
  font-weight: 900;
  margin-right: 10px;
  margin-right: 0;
  margin-left: 5px;
}

.main-menu ul li a {
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  padding: 5px 0px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .main-menu ul li a {
    font-size: 16px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .main-menu ul li a {
    font-size: 14px;
  }
}

.main-menu ul li a.active {
  color: #ff007a;
}

.main-menu ul li a.active::before {
  visibility: visible;
  opacity: 1;
  width: 100%;
}

.main-menu ul li a:hover::before {
  visibility: visible;
  opacity: 1;
  width: 100%;
}

.main-menu ul li a::before {
  position: absolute;
  content: "";
  z-index: -1;
  background: #ff007a;
  height: 2px;
  width: 0;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.main-menu ul li .submenu {
  position: absolute;
  width: 200px;
  top: 120%;
  left: 0;
  background: #000;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  padding: 10px 0;
  border-bottom: 2px solid #ff007a;
  box-shadow: 0 0 27px rgba(255, 0, 122, 0.2);
  -webkit-box-shadow: 0 0 27px rgba(255, 0, 122, 0.2);
  -moz-box-shadow: 0 0 27px rgba(255, 0, 122, 0.2);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.main-menu ul li .submenu li {
  margin: 0;
  display: block;
}

.main-menu ul li .submenu li:hover > a {
  padding-left: 25px;
  background: none;
  color: #ff007a;
}

.main-menu ul li .submenu li:hover > a::before {
  display: none;
}

.main-menu ul li .submenu li a {
  display: block;
  padding: 10px 20px;
  border-bottom: 1px dashed rgba(255, 0, 122, 0.3);
}

.main-menu ul li .submenu li:last-child a {
  border-bottom: 0 !important;
}

.main-menu ul li .submenu li .submenu {
  top: 0%;
  left: 100%;
}

.navigation-two.shrinkheader {
  background: #fff;
  box-shadow: 1px 25px 32px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 25px 32px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 25px 32px rgba(0, 0, 0, 0.1);
}

.navigation-two .main-menu ul li:hover > a {
  color: #f8c301;
  background: none;
}

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

.navigation-two .main-menu ul li a.active {
  color: #f8c301;
}

.navigation-two .main-menu ul li a.active::before {
  visibility: visible;
  opacity: 1;
  width: 100%;
}

.navigation-two .main-menu ul li a::before {
  background: #f8c301;
}

.navigation-two .main-menu ul li .submenu {
  background: #000;
  border-bottom: 2px solid #f8c301;
  box-shadow: 0 0 27px rgba(248, 195, 1, 0.2);
  -webkit-box-shadow: 0 0 27px rgba(248, 195, 1, 0.2);
  -moz-box-shadow: 0 0 27px rgba(248, 195, 1, 0.2);
}

.navigation-two .main-menu ul li .submenu li:hover > a {
  padding-left: 25px;
  color: #f8c301;
}

.navigation-two .main-menu ul li .submenu li:hover > a::before {
  display: none;
}

.navigation-two .main-menu ul li .submenu li a {
  color: #fff;
  border-bottom: 1px dashed rgba(248, 195, 1, 0.3);
}

.navigation-three {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  padding: 5px 20px;
}

.navigation-three.shrinkheader {
  background: #fff;
  box-shadow: 1px 25px 32px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 25px 32px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 25px 32px rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
}

.navigation-three .main-menu ul li:hover > a {
  color: #ffaa17;
  background: none;
  -webkit-text-decoration: 2px solid line-through;
          text-decoration: 2px solid line-through;
}

.navigation-three .main-menu ul li a {
  color: #232323;
}

.navigation-three .main-menu ul li a.active {
  color: #ffaa17;
}

.navigation-three .main-menu ul li a.active::before {
  visibility: visible;
  opacity: 1;
  width: 100%;
}

.navigation-three .main-menu ul li a::before {
  background: #ffaa17;
}

.navigation-three .main-menu ul li .submenu {
  background: #000;
  border-bottom: 2px solid #ffaa17;
  box-shadow: 0 0 27px rgba(248, 195, 1, 0.2);
  -webkit-box-shadow: 0 0 27px rgba(248, 195, 1, 0.2);
  -moz-box-shadow: 0 0 27px rgba(248, 195, 1, 0.2);
}

.navigation-three .main-menu ul li .submenu li:hover > a {
  padding-left: 25px;
  color: #ffaa17;
}

.navigation-three .main-menu ul li .submenu li:hover > a::before {
  display: none;
}

.navigation-three .main-menu ul li .submenu li a {
  color: #fff;
  border-bottom: 1px dashed rgba(255, 170, 23, 0.3);
}

.navigation-four.shrinkheader {
  background: #000;
  box-shadow: 1px 25px 32px rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 1px 25px 32px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: 1px 25px 32px rgba(255, 255, 255, 0.1);
}

.navigation-four .main-menu ul li:hover > a {
  color: #f9a21e;
  background: none;
}

.navigation-four .main-menu ul li a.active {
  color: #f9a21e;
}

.navigation-four .main-menu ul li a.active::before {
  visibility: visible;
  opacity: 1;
  width: 100%;
}

.navigation-four .main-menu ul li a::before {
  background: #f9a21e;
}

.navigation-four .main-menu ul li .submenu {
  background: #000;
  border-bottom: 2px solid #f9a21e;
  box-shadow: 0 0 27px rgba(249, 162, 30, 0.2);
  -webkit-box-shadow: 0 0 27px rgba(249, 162, 30, 0.2);
  -moz-box-shadow: 0 0 27px rgba(249, 162, 30, 0.2);
}

.navigation-four .main-menu ul li .submenu li:hover > a {
  padding-left: 25px;
  color: #f9a21e;
}

.navigation-four .main-menu ul li .submenu li:hover > a::before {
  display: none;
}

.navigation-four .main-menu ul li .submenu li a {
  color: #fff;
  border-bottom: 1px dashed rgba(249, 162, 30, 0.3);
}

.navigation-five.shrinkheader {
  background: #000;
  box-shadow: 1px 25px 32px rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 1px 25px 32px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: 1px 25px 32px rgba(255, 255, 255, 0.1);
}

.navigation-five .main-menu ul li {
  margin: 25px 16px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .navigation-five .main-menu ul li {
    margin: 25px 10px;
  }
}

.navigation-five .main-menu ul li:hover > a {
  color: #f70065;
  background: none;
}

.navigation-five .main-menu ul li a.active {
  color: #f70065;
}

.navigation-five .main-menu ul li a.active::before {
  visibility: visible;
  opacity: 1;
  width: 100%;
}

.navigation-five .main-menu ul li a::before {
  background: #f70065;
}

.navigation-five .main-menu ul li .submenu {
  background: #000;
  border-bottom: 2px solid #f70065;
  box-shadow: 0 0 27px rgba(247, 0, 101, 0.2);
  -webkit-box-shadow: 0 0 27px rgba(247, 0, 101, 0.2);
  -moz-box-shadow: 0 0 27px rgba(247, 0, 101, 0.2);
}

.navigation-five .main-menu ul li .submenu li:hover > a {
  padding-left: 25px;
  color: #f70065;
}

.navigation-five .main-menu ul li .submenu li:hover > a::before {
  display: none;
}

.navigation-five .main-menu ul li .submenu li a {
  color: #fff;
  border-bottom: 1px dashed rgba(247, 0, 101, 0.3);
}

.navigation-bars-five {
  position: relative;
  z-index: 2;
  cursor: pointer;
  margin-left: 30px;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .navigation-bars-five {
    display: none;
  }
}

.navigation-bars-five span {
  font-size: 30px;
  color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.navigation-bars-five .menu-bars {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.navigation-bars-five .menu-bars::before {
  content: "\f0c9";
  font-family: 'Line Awesome Free';
  font-weight: 900;
  margin-right: 10px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.navigation-bars-five .menu-bars.active::before {
  content: "\f00d";
}

.navigation-five #mobile-menu {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
  -webkit-transition: all .4s;
  transition: all .4s;
}

.navigation-five #mobile-menu.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

/* Searchbar */
@media (min-width: 320px) and (max-width: 991.98px) {
  .navigation-area.shrinkheader .search-open {
    top: 15px;
  }
}

.search-open {
  font-size: 24px;
  cursor: pointer;
  color: #fff;
  margin-left: 40px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .search-open {
    margin-left: 25px;
  }
}

.search-open:hover {
  color: #ff007a;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .search-open {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 45px;
    z-index: 9999999;
  }
}

.navigation-two .search-open {
  color: #232323;
  font-size: 30px;
  position: relative;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .navigation-two .search-open {
    position: absolute;
  }
}

.navigation-two .search-open::before {
  position: absolute;
  content: "";
  background: #f8c301;
  height: 60%;
  width: 60%;
  top: 18%;
  left: 28%;
  z-index: -1;
  border-radius: 50%;
}

.navigation-three .search-open {
  color: #232323;
}

.navigation-three .search-open:hover {
  color: #ffaa17;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .navigation-three .search-open {
    top: 20px;
  }
}

.navigation-four .search-open:hover {
  color: #f9a21e;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .navigation-four .search-open {
    top: 45px;
  }
}

.navigation-five .search-open:hover {
  color: #f70065;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .navigation-five .search-open {
    top: 50px;
  }
}

.search-bar {
  position: fixed;
  top: -100%;
  left: 0;
  height: 100vh;
  z-index: 999;
  width: 100%;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  box-shadow: 1px 25px 32px rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 1px 25px 32px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: 1px 25px 32px rgba(255, 255, 255, 0.1);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.search-bar.active {
  visibility: visible;
  opacity: 1;
  top: 0;
}

.search-bar .menu-search-form {
  position: relative;
  z-index: 999;
  width: 60%;
  margin: 0 auto;
  border-radius: 5px;
}

@media only screen and (max-width: 575.98px) {
  .search-bar .menu-search-form {
    width: 100%;
    margin: 0 20px;
  }
}

.search-bar .menu-search-form .search-close {
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media only screen and (max-width: 575.98px) {
  .search-bar .menu-search-form .search-close {
    right: 15px;
  }
}

.search-bar .menu-search-form .search-close:hover {
  color: #ff007a;
}

.search-bar .menu-search-form .item-search {
  width: 100%;
  height: 70px;
  background: #000;
  border: 2px solid rgba(255, 255, 255, 0.2);
  outline: none;
  color: #fff;
  text-transform: capitalize;
  padding: 10px 30px;
  padding-right: 70px;
  font-size: 14px;
  border-radius: 7px;
  box-shadow: 0 0 16px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 16px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0 0 16px rgba(255, 255, 255, 0.2);
  -webkit-transition: all .2s;
  transition: all .2s;
}

@media only screen and (max-width: 575.98px) {
  .search-bar .menu-search-form .item-search {
    padding: 10px 15px;
    padding-right: 50px;
  }
}

.search-bar .menu-search-form .item-search:focus {
  border-color: rgba(255, 0, 122, 0.4);
  box-shadow: 0 0 27px rgba(255, 0, 122, 0.2);
  -webkit-box-shadow: 0 0 27px rgba(255, 0, 122, 0.2);
  -moz-box-shadow: 0 0 27px rgba(255, 0, 122, 0.2);
}

.search-bar .menu-search-form .item-search::-webkit-input-placeholder {
  color: #fff;
  font-size: 14px;
}

.search-bar .menu-search-form .item-search:-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
}

.search-bar .menu-search-form .item-search::-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
}

.search-bar .menu-search-form .item-search::placeholder {
  color: #fff;
  font-size: 14px;
}

.search-bar-two .menu-search-form .search-close:hover {
  color: #f8c301;
}

.search-bar-two .menu-search-form .item-search:focus {
  border-color: rgba(248, 195, 1, 0.3);
  box-shadow: 0 0 27px rgba(248, 195, 1, 0.2);
  -webkit-box-shadow: 0 0 27px rgba(248, 195, 1, 0.2);
  -moz-box-shadow: 0 0 27px rgba(248, 195, 1, 0.2);
}

.search-bar-three .menu-search-form .search-close:hover {
  color: #ffaa17;
}

.search-bar-three .menu-search-form .item-search:focus {
  border-color: rgba(255, 170, 23, 0.3);
  box-shadow: 0 0 27px rgba(255, 170, 23, 0.2);
  -webkit-box-shadow: 0 0 27px rgba(255, 170, 23, 0.2);
  -moz-box-shadow: 0 0 27px rgba(255, 170, 23, 0.2);
}

.search-bar-four .menu-search-form .search-close:hover {
  color: #f9a21e;
}

.search-bar-four .menu-search-form .item-search:focus {
  border-color: rgba(249, 162, 30, 0.3);
  box-shadow: 0 0 27px rgba(249, 162, 30, 0.2);
  -webkit-box-shadow: 0 0 27px rgba(249, 162, 30, 0.2);
  -moz-box-shadow: 0 0 27px rgba(249, 162, 30, 0.2);
}

.search-bar-five .menu-search-form .search-close:hover {
  color: #f70065;
}

.search-bar-five .menu-search-form .item-search:focus {
  border-color: rgba(247, 0, 101, 0.3);
  box-shadow: 0 0 27px rgba(247, 0, 101, 0.2);
  -webkit-box-shadow: 0 0 27px rgba(247, 0, 101, 0.2);
  -moz-box-shadow: 0 0 27px rgba(247, 0, 101, 0.2);
}

.close-toggle-body {
  height: 100%;
  width: 100%;
  left: 100%;
  top: 0;
  position: fixed;
  z-index: 99;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
  -webkit-transition: all .8s;
  transition: all .8s;
}

.close-toggle-body.open {
  background: rgba(0, 0, 0, 0.9);
  left: 0;
  border-radius: 0;
}

.footer-area .copyright-area {
  padding-bottom: 50px;
}

.footer-area .copyright-area .copyright-text {
  display: block;
  text-align: center;
  color: #fff;
}

@media only screen and (max-width: 480px) {
  .footer-area .copyright-area .copyright-text {
    font-size: 14px;
  }
}

.footer-top {
  padding: 50px 0;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .footer-top {
    padding: 80px 0;
    overflow: hidden;
  }
}

.single-footer .footer-logo {
  display: block;
  margin-top: -10px;
}

.single-footer .footer-logo img {
  max-width: 120px;
  max-height: 80px;
}

.single-footer .footer-title {
  color: #fff;
}

.single-footer .footer-contents {
  margin-top: 40px;
}

.single-footer .footer-contents .common-para {
  color: #fff;
}

.single-footer .footer-contents .footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 35px;
}

.single-footer .footer-contents .footer-social li a {
  color: #fff;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: none;
  font-size: 24px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-right: 15px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .single-footer .footer-contents .footer-social li a {
    height: 35px;
    width: 35px;
    border-radius: 100%;
    font-size: 18px;
  }
}

.single-footer .footer-contents .footer-social li a:hover {
  background: #ff007a;
  color: #232323;
}

.single-footer .footer-contents .footer-links li a {
  display: block;
  color: #fff;
  font-size: 16px;
  padding: 10px 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.single-footer .footer-contents .footer-links li a:hover {
  color: #ff007a;
  letter-spacing: 1px;
}

.single-footer .footer-contents .footer-links li a:hover i {
  padding-right: 0;
  padding-left: 10px;
}

.single-footer .footer-contents .footer-links li a i {
  font-size: 14px;
  padding-right: 10px;
  color: #ff007a;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.contents-map .mapael .dotmap {
  position: relative;
  background: none;
}

.contents-map .mapael .dotmap .plot {
  fill: #ff007a;
}

.contents-map .mapael .dotmap .area {
  stroke: rgba(255, 255, 255, 0.5);
  fill: rgba(255, 0, 122, 0.05);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.contents-map .mapael .dotmap .area:hover {
  fill: rgba(255, 0, 122, 0.5);
}

.contents-map .mapael .mapTooltip {
  position: absolute;
  background-color: #ff007a;
  border-radius: 0px;
  padding: 10px 20px;
  z-index: 1000;
  max-width: 200px;
  display: none;
  color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.contents-map.contents-map-two .dotmap {
  background: none;
}

.contents-map.contents-map-two .dotmap .plot {
  fill: #f8c301;
}

.contents-map.contents-map-two .dotmap .area {
  fill: rgba(248, 195, 1, 0.05);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.contents-map.contents-map-two .dotmap .area:hover {
  fill: rgba(248, 195, 1, 0.5);
}

.contents-map.contents-map-two .mapTooltip {
  background-color: #f8c301;
}

.contents-map.contents-map-three .dotmap {
  background: none;
}

.contents-map.contents-map-three .dotmap .plot {
  fill: #ffaa17;
}

.contents-map.contents-map-three .dotmap .area {
  fill: rgba(255, 170, 23, 0.05);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.contents-map.contents-map-three .dotmap .area:hover {
  fill: rgba(255, 170, 23, 0.5);
}

.contents-map.contents-map-three .mapTooltip {
  background-color: #ffaa17;
}

.contents-map.contents-map-four .dotmap {
  background: none;
}

.contents-map.contents-map-four .dotmap .plot {
  fill: #f9a21e;
}

.contents-map.contents-map-four .dotmap .area {
  fill: rgba(249, 162, 30, 0.05);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.contents-map.contents-map-four .dotmap .area:hover {
  fill: rgba(249, 162, 30, 0.5);
}

.contents-map.contents-map-four .mapTooltip {
  background-color: #f9a21e;
}

.contents-map.contents-map-five .dotmap {
  background: none;
}

.contents-map.contents-map-five .dotmap .plot {
  fill: #f70065;
}

.contents-map.contents-map-five .dotmap .area {
  fill: rgba(247, 0, 101, 0.05);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.contents-map.contents-map-five .dotmap .area:hover {
  fill: rgba(247, 0, 101, 0.5);
}

.contents-map.contents-map-five .mapTooltip {
  background-color: #f70065;
}

.footer-area-two {
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 575.98px) {
  .footer-shape {
    display: none;
  }
}

.footer-shape img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.single-footer-two .footer-contents .footer-social li a:hover {
  background: #f8c301;
}

.single-footer-two .footer-contents .footer-links li a:hover {
  color: #f8c301;
}

.single-footer-two .footer-contents .footer-links li a i {
  color: #f8c301;
}

.footer-area-three .footer-top {
  padding: 170px 0 50px;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .footer-area-three .footer-top {
    padding: 150px 0 90px;
  }
}

.footer-area-three .copyright-area .copyright-text {
  color: rgba(255, 255, 255, 0.8);
}

.single-footer-three .footer-contents .footer-social li a {
  background: #3b3952;
  border: 0;
}

.single-footer-three .footer-contents .footer-social li a:hover {
  background: #ffaa17;
}

.single-footer-three .footer-contents .footer-links li a:hover {
  color: #ffaa17;
}

.single-footer-three .footer-contents .footer-links li a i {
  color: #ffaa17;
}

.footer-area-four {
  position: relative;
  z-index: 1;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .footer-area-four .footer-shape-four {
    display: none;
  }
}

.footer-area-four .footer-shape-four img {
  height: 150px;
  width: 150px;
}

.footer-area-four .footer-shape-four img:nth-child(1) {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-animation: 3s floatings linear infinite;
          animation: 3s floatings linear infinite;
}

.footer-area-four .footer-shape-four img:nth-child(2) {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-animation: 4s floatings linear infinite;
          animation: 4s floatings linear infinite;
}

.single-footer-four .footer-contents .footer-social li a:hover {
  background: #f9a21e;
}

.single-footer-four .footer-contents .footer-links li a:hover {
  color: #f9a21e;
}

.single-footer-four .footer-contents .footer-links li a i {
  color: #f9a21e;
}

.footer-area-five {
  position: relative;
  z-index: 1;
}

.footer-area-five .footer-top {
  padding: 140px 0 220px;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .footer-area-five .footer-top {
    padding: 80px 0 80px;
  }
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .footer-area-five .footer-shape-five {
    display: none;
  }
}

.footer-area-five .footer-shape-five img {
  height: 170px;
}

.footer-area-five .footer-shape-five img:nth-child(1) {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-animation: 3s floatings linear infinite;
          animation: 3s floatings linear infinite;
}

.footer-area-five .footer-shape-five img:nth-child(2) {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-animation: 4s floatings linear infinite;
          animation: 4s floatings linear infinite;
}

.single-footer-five .footer-contents .footer-social li a:hover {
  background: #f70065;
}

.single-footer-five .footer-contents .footer-links li a:hover {
  color: #f70065;
}

.single-footer-five .footer-contents .footer-links li a i {
  color: #f70065;
}

/* body fonts */
/* theme One Heading fonts */
/* Banner Area Starts */
.banner-area {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.banner-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: -500px;
  height: 61%;
  width: calc(100% + 1000px);
  background: #2F0063;
  z-index: -1;
  border-radius: 0 0 40% 40%;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .banner-area::before {
    height: 60%;
  }
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .banner-area::before {
    height: 55%;
  }
}

@-webkit-keyframes pulse-scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse-scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes pulse-scale2 {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse-scale2 {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes floatings {
  0% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(-30px);
    transform: translatey(-30px);
  }
  100% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
  }
}

@keyframes floatings {
  0% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(-30px);
    transform: translatey(-30px);
  }
  100% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
  }
}

@-webkit-keyframes floatings2 {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  50% {
    -webkit-transform: translate(-30px, -30px);
    transform: translate(-30px, -30px);
  }
  100% {
    -webkit-transform: translatey(0px, 0px);
    transform: translatey(0px, 0px);
  }
}

@keyframes floatings2 {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  50% {
    -webkit-transform: translate(-30px, -30px);
    transform: translate(-30px, -30px);
  }
  100% {
    -webkit-transform: translatey(0px, 0px);
    transform: translatey(0px, 0px);
  }
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .banner-shape {
    display: none;
  }
}

.banner-shape img {
  position: absolute;
  z-index: -1;
}

.banner-shape img:nth-child(1) {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-animation: 4s floatings linear infinite;
  animation: 4s floatings linear infinite;
}

.banner-shape img:nth-child(2) {
  position: absolute;
  right: 3%;
  top: 18%;
  z-index: -1;
  -webkit-animation: 5s pulse-scale linear infinite;
  animation: 5s pulse-scale linear infinite;
  animation-direction: alternate-reverse;
}

.banner-shape img:nth-child(3) {
  left: 0;
  top: 30%;
  -webkit-animation: 4s floatings linear infinite;
  animation: 4s floatings linear infinite;
}

.banner-shape img:nth-child(4) {
  left: 0;
  top: 15%;
  right: 0;
  margin: 0 auto;
  -webkit-animation: 3s pulse-scale2 linear infinite;
  animation: 3s pulse-scale2 linear infinite;
  animation-direction: alternate-reverse;
}

.banner-wrapper {
  padding: 260px 0 150px;
  margin: 0 auto;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .banner-wrapper {
    padding: 190px 0 90px;
  }
}

@media only screen and (max-width: 575.98px) {
  .banner-wrapper {
    padding: 190px 0 90px;
  }
}

.banner-wrapper .banner-contents {
  text-align: center;
}

.banner-wrapper .banner-contents .banner-title {
  font-size: 80px;
  color: #fff;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .banner-wrapper .banner-contents .banner-title {
    font-size: 45px;
  }
}

@media only screen and (max-width: 575.98px) {
  .banner-wrapper .banner-contents .banner-title {
    font-size: 35px;
  }
}

.banner-wrapper .banner-image-content {
  text-align: center;
  margin-top: 60px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .banner-wrapper .banner-image-content img {
    width: 100%;
  }
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .banner-wrapper .banner-image-content img {
    width: 100%;
  }
}

.banner-wrapper .banner-button {
  text-align: center;
  margin-top: 10px;
}

.banner-wrapper .banner-button .btn--custom {
  text-align: center;
}

#simple_timer .syotimer__body {
  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: flex-end;
  text-align: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 50px 0 20px;
}

#simple_timer .syotimer__body .syotimer-cell {
  margin: 10px 0;
}

#simple_timer .syotimer__body .syotimer-cell .syotimer-cell__value {
  font-size: 60px;
  color: #232323;
  font-weight: 700;
  font-family: 'Josefin Sans', sans-serif;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  #simple_timer .syotimer__body .syotimer-cell .syotimer-cell__value {
    font-size: 40px;
  }
}

@media only screen and (max-width: 375px) {
  #simple_timer .syotimer__body .syotimer-cell .syotimer-cell__value {
    font-size: 30px;
  }
}

#simple_timer .syotimer__body .syotimer-cell .syotimer-cell__unit {
  font-size: 21px;
  text-transform: capitalize;
  font-weight: 400;
  color: #555555;
  margin-top: 5px;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  #simple_timer .syotimer__body .syotimer-cell .syotimer-cell__unit {
    font-size: 16px;
  }
}

@media only screen and (max-width: 375px) {
  #simple_timer .syotimer__body .syotimer-cell .syotimer-cell__unit {
    font-size: 14px;
  }
}

.banner-wrapper-two {
  padding: 280px 0 200px;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .banner-wrapper-two {
    padding: 170px 0 90px;
  }
}

@media only screen and (max-width: 575.98px) {
  .banner-wrapper-two .banner-contetns .banner-title {
    font-size: 40px;
  }
}

.banner-wrapper-two .banner-contetns .banner-para {
  margin: 20px 0 15px;
}

.wrapper-two-images {
  position: relative;
  z-index: 1;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .wrapper-two-images {
    display: none;
  }
}

.wrapper-two-images .banner-two-small-img img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-animation: 10s leftright linear infinite;
  animation: 10s leftright linear infinite;
  animation-direction: alternate-reverse;
}

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

.banner-area-three::before, .banner-area-three::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #ffaa17;
  z-index: -3;
  width: 65%;
  left: auto;
  right: 0;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .banner-area-three::before, .banner-area-three::after {
    display: none;
  }
}

.banner-area-three::after {
  background: #f1f0fe;
  width: 27%;
  z-index: -1;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .banner-area-three::after {
    display: block;
    width: 100%;
  }
}

.banner-area-three .container {
  position: relative;
  z-index: 1;
}

.banner-area-three .banner-shapes-left img {
  position: absolute;
  left: -50px;
  bottom: -50px;
  z-index: -1;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .banner-area-three .banner-shapes-left {
    display: none;
  }
}

.banner-left-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  top: 50%;
  left: -75px;
  z-index: 0;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .banner-left-socials {
    left: -130px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .banner-left-socials {
    left: -140px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .banner-left-socials {
    left: -150px;
  }
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .banner-left-socials {
    left: 75%;
    top: 70%;
  }
}

.banner-left-socials .banner-social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .banner-left-socials .banner-social-list {
    display: none;
  }
}

.banner-left-socials .banner-social-list li a {
  font-size: 18px;
  margin: 0 20px;
  display: inline-block;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.banner-left-socials .banner-social-list li a:hover {
  color: #ffaa17;
}

.banner-left-socials .video-play-btn {
  height: 50px;
  width: 50px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #000;
  color: #ffaa17;
  font-size: 30px;
  position: relative;
  z-index: 2;
  margin-right: 20px;
}

.banner-left-socials .video-play-btn::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #000;
  z-index: -4;
  border-radius: 50%;
  -webkit-animation: pulse-border 2s linear infinite;
  animation: pulse-border 2s linear infinite;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.banner-wrapper-trree {
  padding: 270px 0 170px 70px;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .banner-wrapper-trree {
    padding: 160px 0 90px 70px;
  }
}

@media only screen and (max-width: 575.98px) {
  .banner-wrapper-trree {
    padding: 160px 0 90px 20px;
  }
}

.banner-wrapper-trree .banner-contetns .banner-title {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .banner-wrapper-trree .banner-contetns .banner-title {
    font-size: 45px;
  }
}

.banner-wrapper-trree .banner-contetns .banner-title::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 80px;
  left: -90px;
  top: 35px;
  background: #000;
  z-index: -3;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .banner-wrapper-trree .banner-contetns .banner-title::before {
    width: 60px;
    left: -70px;
    top: 25px;
  }
}

@media only screen and (max-width: 575.98px) {
  .banner-wrapper-trree .banner-contetns .banner-title::before {
    display: none;
  }
}

.wrapper-three-images {
  position: absolute;
  right: 0%;
  bottom: 0;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .wrapper-three-images {
    display: none;
  }
}

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

@media (min-width: 320px) and (max-width: 991.98px) {
  .banner-area-four .banner-shapes-four {
    display: none;
  }
}

.banner-area-four .banner-shapes-four img {
  position: absolute;
  z-index: -1;
  max-width: 200px;
  max-height: 300px;
}

.banner-area-four .banner-shapes-four img:nth-child(1) {
  left: 0;
  top: 20%;
  -webkit-animation: 3s floatings linear infinite;
  animation: 3s floatings linear infinite;
}

.banner-area-four .banner-shapes-four img:nth-child(2) {
  right: 0;
  top: 30%;
  -webkit-animation: 4s floatings linear infinite;
  animation: 4s floatings linear infinite;
}

.banner-wrapper-four {
  text-align: center;
  padding: 335px 0 240px;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .banner-wrapper-four {
    padding: 200px 0 90px;
  }
}

.banner-wrapper-four .banner-title {
  font-size: 90px;
  color: #fff;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .banner-wrapper-four .banner-title {
    font-size: 70px;
  }
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .banner-wrapper-four .banner-title {
    font-size: 60px;
  }
}

@media only screen and (max-width: 575.98px) {
  .banner-wrapper-four .banner-title {
    font-size: 40px;
  }
}

@media only screen and (max-width: 575.98px) {
  .banner-wrapper-four .banner-wrapper-images {
    margin-top: 30px;
  }
}

.banner-wrapper-four .banner-wrapper-images img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

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

@media (min-width: 320px) and (max-width: 991.98px) {
  .banner-five-shapes {
    display: none;
  }
}

.banner-five-shapes img {
  position: absolute;
}

.banner-five-shapes img:nth-child(1) {
  top: 200px;
  right: 21%;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .banner-five-shapes img:nth-child(1) {
    max-width: 700px;
    right: 15%;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .banner-five-shapes img:nth-child(1) {
    max-width: 650px;
    right: 15%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .banner-five-shapes img:nth-child(1) {
    max-width: 500px;
    right: 12%;
    display: none;
  }
}

.banner-five-shapes img:nth-child(2) {
  bottom: 80px;
  right: 19%;
  z-index: -2;
  -webkit-animation: 4s floatings linear infinite;
  animation: 4s floatings linear infinite;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .banner-five-shapes img:nth-child(2) {
    bottom: 150px;
    right: 12%;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .banner-five-shapes img:nth-child(2) {
    bottom: 150px;
    right: 12%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .banner-five-shapes img:nth-child(2) {
    display: none;
  }
}

.banner-social-five {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: -50px;
  top: 33%;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .banner-social-five {
    right: -150px;
    top: 30%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .banner-social-five {
    right: -150px;
  }
}

.banner-social-five li a {
  font-size: 25px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
  padding: 0 25px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .banner-social-five li a {
    font-size: 18px;
    padding: 0 10px;
  }
}

@media only screen and (max-width: 480px) {
  .banner-social-five li a {
    font-size: 15px;
    padding: 0 5px;
  }
}

.banner-social-five li a:hover {
  color: #f70065;
}

.banner-wrapper-five {
  padding: 380px 0 0px;
  max-width: 500px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .banner-wrapper-five {
    padding: 270px 0 0;
  }
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .banner-wrapper-five {
    padding: 180px 0 0px;
    width: 100%;
  }
}

@media only screen and (max-width: 575.98px) {
  .banner-wrapper-five {
    padding-right: 100px;
  }
}

@media only screen and (max-width: 375px) {
  .banner-wrapper-five {
    padding-right: 50px;
  }
}

.banner-wrapper-five .wrapper-five-top .banner-title {
  margin-bottom: 40px;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .banner-wrapper-five .wrapper-five-top .banner-title {
    margin-bottom: 20px;
  }
}

.banner-wrapper-five .wrapper-five-top .banner-title .heading-break {
  position: relative;
  display: inline-block;
}

.banner-wrapper-five .wrapper-five-top .banner-title .heading-break::before {
  border-bottom: 8px solid #f9a21e;
  content: '';
  position: absolute;
  width: 100%;
  bottom: 18px;
  z-index: -1;
  border-radius: 10px;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .banner-wrapper-five .wrapper-five-top .banner-title .heading-break::before {
    border-bottom: 3px solid #f9a21e;
    bottom: 10px;
  }
}

.banner-wrapper-five .banner-countdown {
  margin-top: 150px;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .banner-wrapper-five .banner-countdown {
    margin-top: 90px;
  }
}

.banner-wrapper-five .banner-countdown .banner-countdown-title {
  font-weight: 600;
}

.banner-wrapper-five .banner-countdown .syotimer__body {
  margin: 20px 0 32px !important;
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.banner-wrapper-five .banner-countdown .syotimer__body .syotimer-cell .syotimer-cell__value {
  color: #ededed !important;
}

.banner-wrapper-five .banner-countdown .syotimer__body .syotimer-cell .syotimer-cell__unit {
  color: #fff !important;
}

.countdown-area .countdown-all {
  margin: -12px 0 -8px;
}

.countdown-area .countdown-all .syotimer__body {
  margin: 0 !important;
}

.countdown-area .countdown-all .syotimer__body .syotimer-cell {
  margin: 0;
  position: relative;
  z-index: 1;
  padding: 0 0 30px;
}

.countdown-area .countdown-all .syotimer__body .syotimer-cell::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 40px;
  left: 0;
  bottom: 0;
  background: #ffaa17;
}

.countdown-area .countdown-contents {
  padding-left: 50px;
  max-width: 350px;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .countdown-area .countdown-contents {
    padding-left: 20px;
    margin-top: 50px;
  }
}

.countdown-area .countdown-contents .btn--countdown {
  color: #232323;
  font-style: 20px;
  font-weight: 700;
  font-family: 'Josefin Sans', sans-serif;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  display: inline-block;
  position: relative;
  z-index: 1;
  -webkit-transition: all .3s;
  transition: all .3s;
  margin-top: 40px;
}

.countdown-area .countdown-contents .btn--countdown:hover {
  color: #ffaa17;
  border-color: #ffaa17;
}

.countdown-area .countdown-contents .btn--countdown::after {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  border-right: 50%;
  right: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #ffaa17;
  border-radius: 50%;
}

.join-area .section-title {
  margin: -8px 0 0;
}

.single-join {
  text-align: center;
}

.single-join .join-icon {
  height: 150px;
  width: 150px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #e9e9e9;
  margin: 0 auto 30px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.single-join .join-icon:hover {
  background-color: #e9e9e9;
  border-color: #ff007a;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .single-join .join-icon {
    height: 100px;
    width: 100px;
  }
}

@media only screen and (max-width: 575.98px) {
  .single-join .join-icon {
    height: 80px;
    width: 80px;
    border-radius: 100%;
  }
}

@media only screen and (max-width: 575.98px) {
  .single-join .join-icon img {
    max-height: 40px;
  }
}

.single-join .join-contents .common-title {
  margin-bottom: 15px;
}

.single-join .join-contents .join-para {
  font-size: 18px;
}

@-webkit-keyframes rotate-half {
  0% {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }
  100% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }
}

@keyframes rotate-half {
  0% {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }
  100% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }
}

.single-join-two {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 330px;
}

.single-join-two .join-icon {
  height: 70px;
  width: 70px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.5);
  -webkit-animation: 3s rotate-half linear infinite;
  animation: 3s rotate-half linear infinite;
  animation-direction: alternate-reverse;
  border-radius: 7px;
  position: relative;
  z-index: 1;
}

.single-join-two .join-icon::before {
  position: absolute;
  content: "";
  background: #f8c301;
  z-index: -1;
  height: 40px;
  width: 40px;
  bottom: 3px;
  right: 3px;
  border-radius: 50%;
}

.single-join-two .join-contents {
  margin-left: 20px;
}

.single-join-two .join-contents .join-title {
  margin-bottom: 10px;
}

.single-join-two .join-contents .join-para {
  font-size: 16px;
  line-height: 24px;
}

.join-area-three {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.join-area-three::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url(../img/home3/join-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.join-light-shape img {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

.join-right-img {
  position: absolute;
  bottom: 0;
  right: 3%;
  z-index: 0;
  top: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .join-right-img img {
    max-width: 400px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .join-right-img img {
    max-width: 400px;
  }
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .join-right-img {
    display: none;
  }
}

.join-circle-contents .join-title {
  color: #fff;
}

.join-circle-contents .join-title .join-span {
  font-weight: 300;
}

/* cirle-progress */
.circle-progress-single {
  position: relative;
  z-index: 1;
  text-align: center;
}

.circle-progress-single .common-para {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.circle-progress-single .progress-circle {
  position: relative;
  height: 195px;
  width: 195px;
  margin: 0 auto;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .circle-progress-single .progress-circle {
    height: 180px;
    width: 180px;
  }
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .circle-progress-single .progress-circle {
    height: 170px;
    width: 170px;
  }
}

.circle-progress-single .join-circle-para {
  color: #fff;
  margin-top: 30px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .circle-progress-single .join-circle-para {
    font-size: 22px;
  }
}

.progress-circle div {
  position: absolute;
  height: 195px;
  width: 195px;
  border-radius: 50%;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .progress-circle div {
    height: 180px;
    width: 180px;
  }
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .progress-circle div {
    height: 170px;
    width: 170px;
  }
}

.progress-circle div span {
  position: absolute;
  font-size: 50px;
  line-height: 150px;
  height: 187px;
  width: 187px;
  left: 4.5px;
  top: 4.5px;
  text-align: center;
  border-radius: 50%;
  background-color: #041d38;
  color: #3d3a51;
  font-weight: 600;
}

.progress-circle.style--two div span {
  color: #fff;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .progress-circle div span {
    height: 167px;
    width: 167px;
  }
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .progress-circle div span {
    height: 160px;
    width: 160px;
    font-size: 35px;
  }
}

.progress-circle .rotate {
  clip: rect(0 100px 200px 0);
}

.progress-circle .left {
  clip: rect(0 100px 200px 0);
  opacity: 1;
}

.progress-circle .right {
  clip: rect(0 100px 200px 0);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  opacity: 0;
}

.single-join-four {
  padding: 0 10px;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .single-join-four {
    padding: 0 10px;
  }
}

.single-join-four .join-images {
  margin-bottom: 35px;
}

.single-join-four .join-contents .join-titles {
  color: #fff;
}

.single-join-four .join-contents .common-para {
  margin-top: 25px;
  max-width: 330px;
}

.join-area-five {
  position: relative;
  z-index: 2;
}

.join-right-img-all {
  position: relative;
  z-index: 2;
}

.join-right-img-all .joing-img-shape-five img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  height: 100%;
  -webkit-animation: 15s rotatings linear infinite;
  animation: 15s rotatings linear infinite;
}

@-webkit-keyframes rotatings {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotatings {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.join-rights-images img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-join-five:nth-child(2) {
  margin-left: 50px;
}

.single-join-five:nth-child(3) {
  margin-left: 100px;
}

.single-join-five {
  padding-top: 70px;
  max-width: 430px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.single-join-five:hover .join-five-flex .join-icon {
  border-color: #fd0066;
}

.single-join-five:hover .join-five-flex .join-icon img {
  -webkit-filter: invert(14%) sepia(98%) saturate(5555%) hue-rotate(328deg) brightness(96%) contrast(107%);
  filter: invert(14%) sepia(98%) saturate(5555%) hue-rotate(328deg) brightness(96%) contrast(107%);
}

.single-join-five:nth-child(2) .join-five-flex .join-icon::before {
  bottom: auto;
  right: auto;
  left: -10px;
  top: -10px;
}

.single-join-five:nth-child(3) .join-five-flex .join-icon::before {
  right: auto;
  left: -10px;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .single-join-five {
    padding-top: 50px;
  }
}

@media only screen and (max-width: 575.98px) {
  .single-join-five {
    margin-left: 0 !important;
  }
}

.single-join-five:first-child {
  padding-top: 0;
}

.single-join-five .join-five-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.single-join-five .join-five-flex .join-icon {
  min-height: 70px;
  min-width: 70px;
  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;
  border: 1px solid #f9a21e;
  border-radius: 5px;
  margin-right: 30px;
  position: relative;
  z-index: 1;
  -webkit-transition: all .2s;
  transition: all .2s;
}

@media only screen and (max-width: 480px) {
  .single-join-five .join-five-flex .join-icon {
    margin-right: 10px;
    min-height: 60px !important;
    min-width: 60px !important;
  }
}

.single-join-five .join-five-flex .join-icon::before {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -10px;
  height: 30px;
  width: 30px;
  background: #131313;
  z-index: -1;
}

.single-join-five .join-five-flex .join-content .join-title {
  margin-bottom: 18px;
}

.idea-area {
  position: relative;
  z-index: 5;
}

.idea-area::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #2f0063;
  z-index: -1;
}

.mobile-views {
  position: relative;
  z-index: 2;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .mobile-views {
    height: 400px;
    width: 100%;
  }
}

.mobile-views::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
}

.idea-wrapper {
  padding: 125px 50px 125px 70px;
  color: #fff;
  max-width: 665px;
  position: relative;
  z-index: 1;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .idea-wrapper {
    max-width: 100%;
    padding: 65px 20px;
  }
}

.idea-wrapper .idea-shapes img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  width: 150%;
  z-index: -1;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .idea-wrapper .idea-shapes img {
    width: 100%;
  }
}

.idea-wrapper .single-idea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 30px 0;
}

@media only screen and (max-width: 375px) {
  .idea-wrapper .single-idea {
    display: block;
  }
}

.idea-wrapper .single-idea .idea-icon {
  background: #ff007a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 80px;
  min-width: 80px;
  border-radius: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid rgba(255, 0, 122, 0.6);
  margin-right: 25px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 575.98px) {
  .idea-wrapper .single-idea .idea-icon {
    max-height: 60px;
    max-width: 60px;
    margin-right: 10px;
  }
}

@media only screen and (max-width: 375px) {
  .idea-wrapper .single-idea .idea-icon {
    margin-right: 0;
    margin-bottom: 30px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.idea-wrapper .single-idea .idea-icon::before {
  position: absolute;
  content: "";
  height: calc(100% + 10px);
  width: calc(100% + 10px);
  border: 1px solid rgba(255, 0, 122, 0.6);
  border-radius: 50%;
}

@media only screen and (max-width: 375px) {
  .idea-wrapper .single-idea .idea-icon img {
    max-height: 30px;
  }
}

.idea-wrapper .single-idea .idea-contents .common-title {
  color: #fff;
  margin-bottom: 20px;
}

.idea-wrapper .single-idea .idea-contents .common-para {
  color: #fff;
}

.idea-area-three {
  position: relative;
  z-index: 5;
}

.idea-area-three::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #041d38;
  z-index: -1;
}

.idea-wrapper-three .single-idea-three {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 30px 0;
}

@media only screen and (max-width: 375px) {
  .idea-wrapper-three .single-idea-three {
    display: block;
  }
}

.idea-wrapper-three .single-idea-three .idea-icon {
  background: #ffaa17;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 80px;
  min-width: 80px;
  border-radius: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
  margin-right: 25px;
  position: relative;
  z-index: 1;
}

.idea-wrapper-three .single-idea-three .idea-icon::before {
  position: absolute;
  content: "";
  height: calc(100% + 10px);
  width: calc(100% + 10px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.idea-wrapper-three .single-idea-three .idea-contents .common-title {
  color: #fff;
  margin-bottom: 20px;
}

.idea-wrapper-three .single-idea-three .idea-contents .common-para {
  color: #fff;
}

.idea-area-four {
  position: relative;
  z-index: 1;
  /* &::before {
        @include beforeafter;
        background-image: url(/webza/assets/img/home4/idea-shape.png);
        @include bg-prs;
        z-index: -3;
    } */
}

.idea-area-four .container {
  position: relative;
  z-index: 1;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .idea-area-four .idea-four-shapes {
    display: none;
  }
}

.idea-area-four .idea-four-shapes img {
  position: absolute;
}

.idea-area-four .idea-four-shapes img:nth-child(1) {
  top: 0;
  right: 0;
  -webkit-animation: 4s floatings linear infinite;
  animation: 4s floatings linear infinite;
}

.idea-area-four .idea-four-shapes img:nth-child(2) {
  bottom: 0;
  left: 0;
  z-index: 2;
  -webkit-animation: 2s floatings linear infinite;
  animation: 2s floatings linear infinite;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .idea-four-left-img {
    display: none;
  }
}

.idea-four-left-img img {
  position: absolute;
  left: -30px;
  bottom: 0;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .idea-four-left-img img {
    left: -100px;
  }
}

.idea-wrapper-four {
  padding: 380px 0 150px;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .idea-wrapper-four {
    padding: 90px 0;
  }
}

.idea-wrapper-four .btn--custom {
  margin-top: 70px;
}

.single-speaker:hover .speaker-image img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.single-speaker .speaker-image {
  overflow: hidden;
}

.single-speaker .speaker-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.single-speaker .speaker-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .single-speaker .speaker-contents {
    margin-top: 10px;
  }
}

.single-speaker .speaker-contents .speaker-socials {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ff007a;
  padding: 20px 10px;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .single-speaker .speaker-contents .speaker-socials {
    padding: 15px 5px;
  }
}

.single-speaker .speaker-contents .speaker-socials li a {
  color: #fff;
  font-size: 25px;
  margin: 0 7px;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .single-speaker .speaker-contents .speaker-socials li a {
    font-size: 20px;
    margin: 0 3px;
  }
}

.single-speaker .speaker-contents .speaker-details {
  margin-left: 20px;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .single-speaker .speaker-contents .speaker-details {
    margin-left: 10px;
  }
}

.single-speaker .speaker-contents .speaker-details .common-title {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.single-speaker .speaker-contents .speaker-details .common-title:hover {
  color: #ff007a;
}

.single-speaker .speaker-contents .speaker-details .speaker-para {
  font-size: 18px;
  margin-top: 10px;
}

@media only screen and (max-width: 575.98px) {
  .single-speaker-two {
    margin: 0 30px;
  }
}

.single-speaker-two .speaker-images {
  position: relative;
  z-index: 1;
  padding: 70px 0px 0px;
}

@media only screen and (max-width: 575.98px) {
  .single-speaker-two .speaker-images {
    text-align: center;
  }
}

.single-speaker-two .speaker-images::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 1px solid rgba(0, 0, 0, 0.5);
  -webkit-transform: skew(-10deg, 0deg);
  transform: skew(-10deg, 0deg);
  z-index: -1;
  border-radius: 7px;
}

.single-speaker-two .speaker-contents {
  padding-top: 25px;
}

.single-speaker-two .speaker-contents .common-para {
  margin-top: 4px;
}

.single-speaker-two .speaker-contents .speaker-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px;
}

.single-speaker-two .speaker-contents .speaker-socials li a {
  color: #b0b0b0;
  font-size: 20px;
  margin-right: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.single-speaker-two .speaker-contents .speaker-socials li a:hover {
  color: #232323;
}

.speakers-area-three {
  overflow: hidden;
}

.single-speaker-three {
  position: relative;
  z-index: 1;
  margin: 15px;
}

.single-speaker-three:hover::before {
  background: #041d38;
  border-color: #041d38;
}

.single-speaker-three:hover .speaker-links {
  background: #ffaa17;
  color: #232323;
  border-color: #232323;
}

.single-speaker-three:hover .speaker-contents .speaker-title {
  color: #fff;
}

.single-speaker-three:hover .speaker-contents .common-para {
  color: #fff;
}

.single-speaker-three::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 5px solid rgba(0, 0, 0, 0.1);
  width: 80%;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.single-speaker-three .speaker-images img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all .3s;
  transition: all .3s;
  padding: 70px 0 0 80px;
}

.single-speaker-three .speaker-links {
  display: inline-block;
  height: 70px;
  width: 70px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 40px;
  background: #041d38;
  color: #ffaa17;
  border: 1px solid #ffaa17;
  border-radius: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 9;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .single-speaker-three .speaker-links {
    height: 50px;
    width: 50px;
    border-radius: 100%;
    font-size: 30px;
    border-radius: 0;
  }
}

.single-speaker-three .speaker-contents {
  position: absolute;
  bottom: 100px;
  left: -30px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

@media only screen and (max-width: 575.98px) {
  .single-speaker-three .speaker-contents {
    left: -20px;
  }
}

.single-speaker-three .speaker-contents .speaker-title {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.single-speaker-three .speaker-contents .common-para {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-top: 7px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.single-speaker-three .speaker-contents .common-para::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 30px;
  right: -35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #ffaa17;
}

.speaker-slider .slick-list {
  margin: -15px;
}

.speaker-slider .la-angle-right.slick-arrow,
.speaker-slider .la-angle-left.slick-arrow {
  position: absolute;
  top: -200px;
  right: 0;
  height: 70px;
  width: 70px;
  border-radius: 100%;
  height: 60px;
  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: #ffaa17;
  color: #232323;
  font-size: 40px;
  border-radius: 0;
  cursor: pointer;
  z-index: 91;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.speaker-slider .la-angle-right.slick-arrow:hover,
.speaker-slider .la-angle-left.slick-arrow:hover {
  background: #041d38;
  color: #ffaa17;
}

.speaker-slider .la-angle-left.slick-arrow {
  right: 80px;
}

.speaker-slider .slick-dots li button {
  background: #c7c7cd;
}

.speaker-slider .slick-dots li.slick-active button {
  background: #ffaa17;
}

.speaker-area-four {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .speaker-four-shapes {
    display: none;
  }
}

.speaker-four-shapes img {
  position: absolute;
}

.speaker-four-shapes img:nth-child(1) {
  top: -20px;
  left: 0px;
  max-width: 330px;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .speaker-four-shapes img:nth-child(1) {
    top: -20px;
    left: -85px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .speaker-four-shapes img:nth-child(1) {
    display: none;
  }
}

.speaker-four-shapes img:nth-child(2) {
  right: 0;
  top: 0;
}

.speaker-four-shapes img:nth-child(3) {
  right: 0;
  bottom: 15%;
  max-width: 250px;
  -webkit-animation: 4s floatings linear infinite;
  animation: 4s floatings linear infinite;
}

.speaker-four-wrapper div[class*="col"]:nth-child(5n+3),
.speaker-four-wrapper div[class*="col"]:nth-child(5n+5) {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.single-speaker-four {
  position: relative;
}

.single-speaker-four:hover .speaker-contents {
  bottom: -30px;
  right: -50px;
  visibility: visible;
  opacity: 1;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .single-speaker-four:hover .speaker-contents {
    right: 20px;
    bottom: 20px;
  }
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .single-speaker-four .speaker-images {
    height: 300px;
  }
}

@media only screen and (max-width: 575.98px) {
  .single-speaker-four .speaker-images {
    height: auto;
  }
}

.single-speaker-four .speaker-images img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-speaker-four .speaker-contents {
  background: #fff;
  padding: 20px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 9;
  border-radius: 10px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.single-speaker-four .speaker-contents::before {
  content: "";
  position: absolute;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background: #fd0066;
  top: -20px;
  left: -20px;
}

.single-speaker-four .speaker-contents .speaker-name {
  color: #232323;
}

.single-speaker-four .speaker-contents .speaker-para {
  color: #555555;
  font-size: 18px;
  margin-top: 15px;
  display: block;
}

.single-speaker-four .speaker-contents .speaker-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}

.single-speaker-four .speaker-contents .speaker-social li {
  margin: 0 5px;
}

.single-speaker-four .speaker-contents .speaker-social li a {
  font-size: 20px;
  color: rgba(253, 0, 102, 0.5);
}

.single-speaker-four .speaker-contents .speaker-social li a:hover {
  color: #fd0066;
}

.speaker-content-wrapper-four {
  margin-left: -70px;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .speaker-content-wrapper-four {
    margin-left: -50px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .speaker-content-wrapper-four {
    margin-left: 0px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .speaker-content-wrapper-four {
    margin-left: 0px;
  }
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .speaker-content-wrapper-four {
    margin-left: 10px;
    margin-top: 50px;
  }
}

.speaker-content-wrapper-four .btn--custom {
  margin-top: 70px;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .speaker-content-wrapper-four .btn--custom {
    margin-top: 50px;
  }
}

.speaker-image-wrapper-five div[class*="col"]:first-child .single-speaker-five .speaker-five-img img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media only screen and (max-width: 575.98px) {
  .speaker-image-wrapper-five div[class*="col"]:first-child .single-speaker-five .speaker-five-img img {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

.speaker-image-wrapper-five div[class*="col"]:nth-child(2) .single-speaker-five .speaker-five-img img {
  width: 95%;
  margin-left: 12px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .speaker-image-wrapper-five div[class*="col"]:nth-child(2) .single-speaker-five .speaker-five-img img {
    width: 100%;
  }
}

@media only screen and (max-width: 575.98px) {
  .speaker-image-wrapper-five div[class*="col"]:nth-child(2) .single-speaker-five .speaker-five-img img {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@media only screen and (max-width: 575.98px) {
  .single-speaker-five .speaker-five-img {
    max-width: 250px;
    margin: 0 auto;
  }
}

.single-speaker-five .speaker-five-img img {
  border-radius: 50%;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.speaker-five-content-wrapper .btn--custom {
  margin-top: 70px;
}

@media only screen and (max-width: 575.98px) {
  .speaker-five-content-wrapper .btn--custom {
    margin-top: 50px;
  }
}

.accordion-wrapper-img .accordion-images {
  position: relative;
  z-index: 1;
  margin-top: 70px;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .accordion-wrapper-img .accordion-images {
    margin-top: 50px;
  }
}

.accordion-wrapper-img .accordion-images .accordion-left-middle {
  margin-right: 20px;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .accordion-wrapper-img .accordion-images .accordion-left-middle {
    margin-right: 0;
  }
}

.accordion-wrapper-img .accordion-images .accordion-left-middle img {
  width: 100%;
}

@media only screen and (max-width: 480px) {
  .accordion-wrapper-img .accordion-images .accordion-man-image {
    display: none;
  }
}

.accordion-wrapper-img .accordion-images .accordion-man-image img {
  position: absolute;
  bottom: 0;
  left: 25%;
  -webkit-animation: 10s leftright linear infinite;
  animation: 10s leftright linear infinite;
  animation-direction: alternate-reverse;
}

@media only screen and (max-width: 575.98px) {
  .accordion-wrapper-img .accordion-images .accordion-man-image img {
    -webkit-animation: none;
    animation: none;
    left: 15%;
  }
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .accordion-wrapper {
    margin-top: 50px;
  }
}

.accordion-wrapper .accordion {
  margin: 0;
  padding: 0;
  list-style: none;
}

.accordion-wrapper .accordion .accordion-item.is-active .accordion-thumb::after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.accordion-wrapper .accordion .accordion-item.is-active .accordion-thumb {
  background: none;
  border-bottom: 0;
  padding: 40px 0 10px;
}

.accordion-wrapper .accordion .accordion-item.is-active .accordion-thumb .accordion-images .single-img img {
  -webkit-filter: grayscale(10%);
  filter: grayscale(10%);
}

.accordion-wrapper .accordion .accordion-item {
  overflow: hidden;
  border: 0;
}

.accordion-wrapper .accordion .accordion-item:last-child .accordion-thumb {
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
}

.accordion-wrapper .accordion .accordion-item .accordion-thumb {
  border-radius: 0px;
  margin: 0px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 0;
  cursor: pointer;
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0;
  box-shadow: 0;
  -webkit-transition: all .4s;
  transition: all .4s;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .accordion-wrapper .accordion .accordion-item .accordion-thumb {
    padding: 25px 0;
  }
}

.accordion-wrapper .accordion .accordion-item .accordion-thumb .accordion-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.accordion-wrapper .accordion .accordion-item .accordion-thumb .accordion-images .single-img {
  height: 50px;
  width: 50px;
  margin: 0 5px;
}

@media only screen and (max-width: 575.98px) {
  .accordion-wrapper .accordion .accordion-item .accordion-thumb .accordion-images .single-img {
    height: 35px;
    width: 35px;
  }
}

.accordion-wrapper .accordion .accordion-item .accordion-thumb .accordion-images .single-img img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-radius: 50%;
}

.accordion-wrapper .accordion .accordion-item .accordion-thumb .accordion-title {
  margin-left: 20px;
  font-size: 24px;
  font-weight: 600;
  color: #555555;
}

@media only screen and (max-width: 575.98px) {
  .accordion-wrapper .accordion .accordion-item .accordion-thumb .accordion-title {
    font-size: 20px;
  }
}

.accordion-wrapper .accordion .accordion-item .accordion-thumb::after {
  font-family: 'Line Awesome Free';
  font-weight: 900;
  margin-right: 10px;
  content: "\f104";
  color: #232323;
  font-size: 24px;
  margin-left: auto;
  -webkit-transition: all .5s;
  transition: all .5s;
}

@media only screen and (max-width: 575.98px) {
  .accordion-wrapper .accordion .accordion-item .accordion-thumb::after {
    font-size: 20px;
  }
}

.accordion-wrapper .accordion .accordion-item .accordion-panel {
  display: none;
  padding: 20px 0 40px;
  margin: 0;
  max-width: 430px;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .accordion-wrapper .accordion .accordion-item .accordion-panel {
    padding: 20px 0 20px;
  }
}

.accordion-wrapper .accordion .accordion-item .accordion-panel .common-para {
  margin-top: 25px;
}

.accordion-wrapper .accordion .accordion-item .accordion-panel .speaking-date {
  font-size: 16px;
  font-weight: 400;
  margin-top: 25px;
}

@media only screen and (max-width: 575.98px) {
  .accordion-wrapper .accordion .accordion-item .accordion-panel .speaking-date {
    font-size: 14px;
  }
}

.accordion-wrapper .accordion .accordion-item .accordion-panel .speaking-date i {
  margin-right: 5px;
}

.discount-wrapper .section-title .section-heading {
  font-size: 55px;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .discount-wrapper .section-title .section-para br {
    display: none;
  }
}

.discount-wrapper .btn--custom {
  margin-top: 40px;
}

.discount-area-two .btn--three::after {
  border-color: #222222;
}

.discount-area-two .btn--three:hover {
  background: #222222;
}

.upcoming-area {
  position: relative;
  z-index: 2;
  background-position: center left;
}

.upcoming-area::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(67, 68, 68, 0.46);
  z-index: -1;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .upcoming-area::before {
    background: rgba(0, 0, 0, 0.8);
  }
}

.upcoming-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 25px;
}

.upcoming-tabs li {
  cursor: pointer;
  background: #2f0063;
  color: #fff;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 30px;
  font-weight: 700;
  padding: 20px 20px;
  display: inline-block;
  width: 33%;
  text-align: center;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .upcoming-tabs li {
    font-size: 24px;
  }
}

@media only screen and (max-width: 575.98px) {
  .upcoming-tabs li {
    font-size: 18px;
  }
}

@media only screen and (max-width: 375px) {
  .upcoming-tabs li {
    font-size: 16px;
    padding: 10px 10px;
  }
}

.upcoming-tabs li.active {
  background: #ff007a;
}

.upcoming-content-wrapper {
  margin-top: 20px;
}

.upcoming-content-wrapper.active {
  margin-top: 50px;
}

.upcoming-content-wrapper .single-ucoming {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-right: 30px;
  margin-top: 50px;
  position: relative;
  z-index: 1;
}

.upcoming-content-wrapper .single-ucoming:last-child::before {
  border: none;
  display: none;
}

.upcoming-content-wrapper .single-ucoming::before {
  position: absolute;
  content: "";
  width: 2px;
  left: 18px;
  top: 5px;
  height: 100%;
  border: 1px dashed #434444;
  z-index: -1;
}

.upcoming-content-wrapper .single-ucoming .upcoming-image {
  min-height: 40px;
  min-width: 40px;
  border-radius: 50%;
  margin-right: 20px;
}

@media only screen and (max-width: 575.98px) {
  .upcoming-content-wrapper .single-ucoming .upcoming-image {
    margin-right: 10px;
  }
}

.upcoming-content-wrapper .single-ucoming .upcoming-image img {
  border-radius: 50%;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.upcoming-content-wrapper .single-ucoming .upcoming-content .upcoming-title {
  color: #fff;
}

.upcoming-content-wrapper .single-ucoming .upcoming-content .speaker-name {
  color: rgba(255, 255, 255, 0.8);
  margin-right: 20px;
  font-size: 14px;
}

.upcoming-content-wrapper .single-ucoming .upcoming-content .speaker-name:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 375px) {
  .upcoming-content-wrapper .single-ucoming .upcoming-content .speaker-name {
    margin-right: 5px;
    font-size: 13px;
  }
}

.upcoming-content-wrapper .single-ucoming .upcoming-content .common-para {
  color: rgba(255, 255, 255, 0.8);
  margin-top: 20px;
}

@-webkit-keyframes fade-effect {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes fade-effect {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.upcoming-area-two {
  overflow: hidden;
}

.upcoming-two-images {
  position: relative;
  z-index: 1;
}

.upcoming-two-images .upcoming-middle-image img {
  width: 100%;
}

.upcoming-two-images .upcoming-man-img img {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media only screen and (max-width: 480px) {
  .upcoming-two-images .upcoming-man-img img {
    width: 100%;
  }
}

.upcoming-wrapper-two {
  padding-left: 40px;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .upcoming-wrapper-two {
    padding-left: 0;
    margin-top: 50px;
  }
}

.upcoming-countdown .syotimer-cell__value {
  font-size: 50px !important;
}

@media only screen and (max-width: 575.98px) {
  .upcoming-countdown .syotimer-cell__value {
    font-size: 35px !important;
  }
}

.upcoming-countdown .syotimer-cell__unit {
  font-size: 25px !important;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600 !important;
}

@media only screen and (max-width: 575.98px) {
  .upcoming-countdown .syotimer-cell__unit {
    font-size: 16px !important;
  }
}

.upcoming-area-three .upcoming-half-bg {
  position: relative;
  z-index: 1;
}

.upcoming-area-three .upcoming-half-bg::before, .upcoming-area-three .upcoming-half-bg::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url(../img/home3/upcoming-bg.jpg);
  z-index: -1;
  height: 80%;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .upcoming-area-three .upcoming-half-bg::before, .upcoming-area-three .upcoming-half-bg::after {
    display: none;
  }
}

.upcoming-area-three .upcoming-half-bg::after {
  background: rgba(67, 68, 68, 0.631);
}

.upcoming-three-wrapper {
  background: #041d38;
  padding-top: 150px;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .upcoming-three-wrapper {
    padding-top: 90px;
  }
}

.upcoming-three-wrapper .upcoming-headings {
  color: #fff;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-left: -170px;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .upcoming-three-wrapper .upcoming-headings {
    margin-left: 10px;
    font-size: 35px;
  }
}

@media only screen and (max-width: 575.98px) {
  .upcoming-three-wrapper .upcoming-headings {
    margin-left: 10px;
    font-size: 30px;
  }
}

.upcoming-three-wrapper .upcoming-headings::before {
  content: "";
  position: absolute;
  background: #ffaa17;
  height: 2px;
  width: 150px;
  right: -170px;
  top: 40px;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .upcoming-three-wrapper .upcoming-headings::before {
    display: none;
  }
}

.upcoming-three-wrapper .upcoming-headings .upcoming-light-font {
  display: block;
  font-weight: 300;
}

.upcoming-three-wrapper .upcoming-tabs {
  padding-top: 0;
}

.upcoming-three-wrapper .upcoming-tabs li {
  background: #052445;
  width: 33.33%;
  border-right: 2px solid #ffaa17;
  border-left: 2px solid #ffaa17;
}

.upcoming-three-wrapper .upcoming-tabs li.active {
  background: #ffaa17;
  color: #232323;
}

.upcoming-three-wrapper .upcoming-content-wrapper {
  margin-top: 0px;
  padding: 20px 50px 50px;
}

.upcoming-three-wrapper .upcoming-content-wrapper.active {
  margin-top: 0px;
}

@media only screen and (max-width: 575.98px) {
  .upcoming-three-wrapper .upcoming-content-wrapper {
    padding: 0 10px 50px;
  }
}

.upcoming-three-wrapper .upcoming-content-wrapper .single-ucoming {
  margin-right: 0;
}

.upcoming-area-four {
  position: relative;
  z-index: 1;
  margin-bottom: -26px;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .upcoming-shapes-four {
    display: none;
  }
}

.upcoming-shapes-four img {
  position: absolute;
  z-index: 0;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .upcoming-shapes-four img {
    display: none;
  }
}

.upcoming-shapes-four img:nth-child(1) {
  position: absolute;
  left: 0;
  top: 50%;
}

.upcoming-shapes-four img:nth-child(2) {
  position: absolute;
  right: 0;
  bottom: 50px;
}

.custom--table {
  border-radius: 10px;
  overflow: hidden;
  border-collapse: separate;
  border-spacing: 0 10px;
}

.custom--table thead {
  background: none;
}

.custom--table thead tr {
  line-height: 80px;
}

.custom--table thead tr th {
  font-family: 'Josefin Sans', sans-serif;
  border-bottom: 0;
  border-top: none;
  padding: 10px 30px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  text-align: left;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .custom--table thead tr th {
    font-size: 20px;
  }
}

@media only screen and (max-width: 575.98px) {
  .custom--table thead tr th {
    font-size: 16px;
  }
}

.custom--table thead tr th:first-child {
  text-align: center;
  padding-right: 120px;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .custom--table thead tr th:first-child {
    padding-right: 30px;
  }
}

.custom--table thead tr th:last-child {
  text-align: left;
}

.custom--table tbody tr {
  background: #1f1f1f;
  color: #fff;
  line-height: 1;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: relative;
  z-index: 1;
}

.custom--table tbody tr:last-child td {
  border-bottom: none;
}

.custom--table tbody tr:nth-child(odd) {
  background: #1f1f1f;
}

.custom--table tbody tr:nth-child(even) {
  background: #1f1f1f;
}

.custom--table tbody tr:hover td {
  color: #f9a21e;
}

.custom--table tbody tr td {
  font-family: 'Josefin Sans', sans-serif;
  border-top: none;
  border-bottom: 1px solid rgba(31, 31, 31, 0.2);
  padding: 25px 30px;
  text-align: left;
  font-weight: 600;
  font-size: 20px;
  vertical-align: middle;
  -webkit-transition: all .2s;
  transition: all .2s;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .custom--table tbody tr td {
    font-size: 17px;
  }
}

@media only screen and (max-width: 575.98px) {
  .custom--table tbody tr td {
    font-size: 14px;
  }
}

.custom--table tbody tr td:first-child {
  text-align: left;
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}

.custom--table tbody tr td:last-child {
  text-align: left;
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}

.custom--table tbody tr td .table-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .custom--table tbody tr td .table-name {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.custom--table tbody tr td .table-name .table-image {
  height: 80px;
  width: 80px;
  margin-right: 20px;
  background: #b2dafb;
  border-radius: 50%;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .custom--table tbody tr td .table-name .table-image {
    height: 50px;
    width: 50px;
    margin-right: 10px;
  }
}

.custom--table tbody tr td .table-name .table-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.custom--table tbody tr td .table-name .upcoming-table-author .author-name {
  display: block;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 20px;
  font-weight: 600;
  word-break: break-all;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .custom--table tbody tr td .table-name .upcoming-table-author .author-name {
    font-size: 17px;
  }
}

@media only screen and (max-width: 575.98px) {
  .custom--table tbody tr td .table-name .upcoming-table-author .author-name {
    font-size: 16px;
  }
}

.custom--table tbody tr td .table-name .upcoming-table-author .author-para {
  font-size: 14px;
  display: block;
  margin: 10px 0 0;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .custom--table tbody tr td .table-name .upcoming-table-author .author-para {
    font-size: 13px;
  }
}

@media only screen and (max-width: 575.98px) {
  .custom--table tbody tr td .table-name .upcoming-table-author .author-para {
    font-size: 12px;
  }
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .custom--table tbody tr td .row-shpes1 {
    display: none;
  }
}

.custom--table tbody tr td .row-shpes1 img {
  position: absolute;
  z-index: -1;
  top: -30px;
  left: -30px;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .custom--table tbody tr td .row-shpes2 {
    display: none;
  }
}

.custom--table tbody tr td .row-shpes2 img {
  position: absolute;
  z-index: -1;
  bottom: -30px;
  right: 30px;
  -webkit-animation: slide_up 6s linear infinite;
  animation: slide_up 6s linear infinite;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .custom--table tbody tr td {
    padding-right: 20px;
  }
}

@media only screen and (max-width: 575.98px) {
  .custom--table tbody tr td {
    padding-right: 20px;
  }
}

@-webkit-keyframes slide_up {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: .9;
  }
  99.99% {
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slide_up {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: .9;
  }
  99.99% {
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

[data-label] {
  position: relative;
}

[data-label]::before {
  position: absolute;
  content: attr(data-label);
  font-weight: 700;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  padding: 8px 20px;
  display: none;
  font-size: 13px;
}

@media (max-width: 991px) {
  .table-responsive--sm thead {
    display: none;
  }
  .table-responsive--sm tr th,
  .table-responsive--sm tr td {
    display: block;
    text-align: right !important;
    border-top: 1px solid rgba(249, 162, 30, 0.1) !important;
  }
  .table-responsive--sm tr th .table-name,
  .table-responsive--sm tr td .table-name {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .table-responsive--sm tr th:first-child,
  .table-responsive--sm tr td:first-child {
    border-top: none !important;
  }
  .table-responsive--sm [data-label]::before {
    display: block;
  }
}

.upcoming-area-five {
  position: relative;
  z-index: 1;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .upcoming-five-table-img {
    display: none;
  }
}

.upcoming-five-table-img img {
  position: absolute;
  top: -50px;
  right: 0;
  z-index: -1;
  height: calc(100% + 100px);
  border-radius: 10px;
  max-width: 55%;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .upcoming-five-table-img img {
    display: none;
  }
}

.upcoming-wrapper-five .btn--custom {
  margin-top: 70px;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .upcoming-wrapper-five .btn--custom {
    margin-top: 50px;
  }
}

.upcoming-five-wrapper-table {
  position: relative;
  z-index: 1;
}

.upcoming-five-wrapper-table .custom--table {
  overflow: unset;
  width: 90%;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .upcoming-five-wrapper-table .custom--table {
    width: 100%;
  }
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .upcoming-five-wrapper-table .custom--table {
    width: 100%;
  }
}

.upcoming-five-wrapper-table .custom--table thead {
  background: none;
}

.upcoming-five-wrapper-table .custom--table thead tr {
  line-height: 80px;
}

.upcoming-five-wrapper-table .custom--table thead tr th {
  padding: 10px 10px;
  font-size: 18px;
  color: #232323;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .upcoming-five-wrapper-table .custom--table thead tr th {
    color: #fff;
  }
}

.upcoming-five-wrapper-table .custom--table thead tr th:first-child {
  text-align: left;
  padding-left: 60px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .upcoming-five-wrapper-table .custom--table thead tr th:first-child {
    text-align: left;
  }
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .upcoming-five-wrapper-table .custom--table thead tr th:first-child {
    padding-right: 30px;
  }
}

.upcoming-five-wrapper-table .custom--table tbody {
  margin-right: -30px;
}

.upcoming-five-wrapper-table .custom--table tbody tr {
  background: #fff;
  color: #232323;
  box-shadow: 0 0 16px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 16px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0 0 16px rgba(255, 255, 255, 0.2);
  /* &:nth-child(even) {
                    background: $bg--white;
                } */
}

.upcoming-five-wrapper-table .custom--table tbody tr:last-child td {
  border-bottom: none;
}

.upcoming-five-wrapper-table .custom--table tbody tr:nth-child(odd) {
  background: #fff;
}

.upcoming-five-wrapper-table .custom--table tbody tr:hover td {
  color: #f70065;
}

.upcoming-five-wrapper-table .custom--table tbody tr td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 25px 10px;
  font-size: 17px;
}

.upcoming-five-wrapper-table .custom--table tbody tr td .table-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .upcoming-five-wrapper-table .custom--table tbody tr td .table-name {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.upcoming-five-wrapper-table .custom--table tbody tr td .table-name .table-image {
  height: 50px;
  width: 50px;
  margin-right: 10px;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .upcoming-five-wrapper-table .custom--table tbody tr td .table-name .table-image {
    height: 40px;
    width: 40px;
    margin-right: 5px;
  }
}

.upcoming-five-wrapper-table .custom--table tbody tr td .table-name .table-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.upcoming-five-wrapper-table .custom--table tbody tr td .table-name .upcoming-table-author .author-name {
  font-size: 17px;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .upcoming-five-wrapper-table .custom--table tbody tr td .table-name .upcoming-table-author .author-name {
    font-size: 15px;
  }
}

@media only screen and (max-width: 575.98px) {
  .upcoming-five-wrapper-table .custom--table tbody tr td .table-name .upcoming-table-author .author-name {
    font-size: 14px;
  }
}

.upcoming-five-wrapper-table .custom--table tbody tr td .table-name .upcoming-table-author .author-para {
  font-size: 12px;
  margin: 8px 0 0;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .upcoming-five-wrapper-table .custom--table tbody tr td .table-name .upcoming-table-author .author-para {
    font-size: 10px;
  }
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .featured-wrapper {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 575.98px) {
  .featured-wrapper {
    padding-left: 20px;
  }
}

.featured-wrapper .featured-contents-wrapper {
  margin-top: 40px;
}

.featured-wrapper .featured-contents-wrapper .single-featured {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 30px 0;
  max-width: 360px;
}

@media only screen and (max-width: 375px) {
  .featured-wrapper .featured-contents-wrapper .single-featured {
    display: block;
  }
}

.featured-wrapper .featured-contents-wrapper .single-featured:nth-child(even) .featured-icon::before {
  top: 0;
  left: 0;
}

.featured-wrapper .featured-contents-wrapper .single-featured .featured-icon {
  background: #f8c301;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  min-width: 50px;
  border-radius: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 25px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 575.98px) {
  .featured-wrapper .featured-contents-wrapper .single-featured .featured-icon {
    height: 50px;
    width: 50px;
    margin-right: 10px;
  }
}

@media only screen and (max-width: 375px) {
  .featured-wrapper .featured-contents-wrapper .single-featured .featured-icon {
    margin-right: 0;
    margin-bottom: 30px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.featured-wrapper .featured-contents-wrapper .single-featured .featured-icon::before {
  position: absolute;
  content: "";
  height: calc(100% + 10px);
  width: calc(100% + 10px);
  border: 1px solid rgba(248, 195, 1, 0.6);
  border-radius: 50%;
  bottom: 0;
  right: 0;
}

.featured-wrapper .featured-contents-wrapper .single-featured .featured-contents .featured-title {
  margin-bottom: 10px;
}

.featured-right-images img {
  width: 100%;
}

.single-tickets {
  position: relative;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.single-tickets:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.single-tickets .tickets-border {
  position: absolute;
  top: 213px;
  left: 0;
  z-index: 9;
  width: 100%;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .single-tickets .tickets-border {
    top: 190px;
  }
}

@media only screen and (max-width: 575.98px) {
  .single-tickets .tickets-border {
    top: 170px;
  }
}

.single-tickets .tickets-border img {
  margin-bottom: 15px;
  width: 100%;
}

.single-tickets .tickets-border::before, .single-tickets .tickets-border::after {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: #fff;
  z-index: 2;
}

.single-tickets .tickets-border::after {
  left: auto;
  right: -20px;
}

.single-tickets .tickets-wrapper {
  text-align: center;
  background: #2f0063;
  color: #fff;
  padding: 60px 65px;
  position: relative;
  z-index: 5;
}

@media only screen and (max-width: 375px) {
  .single-tickets .tickets-wrapper {
    padding: 60px 50px;
  }
}

.single-tickets .tickets-wrapper .tickets-icon {
  position: absolute;
  bottom: -20px;
  right: -20px;
  z-index: -1;
}

.single-tickets .tickets-wrapper .tickets-price {
  color: #fff;
  margin-bottom: 5px;
}

.single-tickets .tickets-wrapper .tickets-date {
  font-size: 23px;
  font-weight: 400;
  margin-bottom: 55px;
  display: block;
}

.single-tickets .tickets-wrapper .common-para {
  padding-top: 45px;
  max-width: 225px;
  margin: 0 auto 8px;
}

.ticket-area-two div[class*="col"]:nth-child(even) .single-tickets-two {
  border-color: black;
}

.ticket-area-two div[class*="col"]:nth-child(even) .single-tickets-two .btn--custom {
  background: #000;
  color: #fff;
}

.ticket-area-two div[class*="col"]:nth-child(even) .single-tickets-two .btn--custom:hover {
  background: #f8c301;
  border-color: rgba(248, 195, 1, 0.3);
}

.single-tickets-two {
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 70px 10px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.single-tickets-two:hover {
  border-color: black;
}

.single-tickets-two:hover .btn-outline--two {
  background: #000;
  color: #fff;
}

.single-tickets-two:hover .btn-outline--two:hover {
  background: #f8c301;
  border-color: rgba(248, 195, 1, 0.3);
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .single-tickets-two {
    padding: 70px 30px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .single-tickets-two {
    padding: 40px 10px;
  }
}

@media only screen and (max-width: 575.98px) {
  .single-tickets-two {
    padding: 50px 40px;
  }
}

@media only screen and (max-width: 375px) {
  .single-tickets-two {
    padding: 50px 30px;
  }
}

.single-tickets-two .tickets-image img {
  -webkit-animation: 3s rotate-half linear infinite;
  animation: 3s rotate-half linear infinite;
  animation-direction: alternate-reverse;
}

.single-tickets-two .tickets-content .tickets-price {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 48px;
  font-weight: 600;
  margin-top: 35px;
  display: block;
}

.single-tickets-two .tickets-content .tickets-price sub {
  font-size: 24px;
  bottom: 0;
  left: 10px;
}

.single-tickets-two .tickets-content .common-para {
  margin: 20px auto 0px;
  max-width: 270px;
}

.tickets-area-three div[class*="col"]:nth-child(even) .single-tickets-three {
  background: #041d38;
}

.tickets-area-three div[class*="col"]:nth-child(even) .single-tickets-three .bottom-shapes img {
  -webkit-filter: invert(62%) sepia(96%) saturate(7%) hue-rotate(0deg) brightness(210%) contrast(144%);
  filter: invert(62%) sepia(96%) saturate(7%) hue-rotate(0deg) brightness(210%) contrast(144%);
}

.tickets-area-three div[class*="col"]:nth-child(even) .single-tickets-three .tickets-icon i {
  color: #fff;
}

.tickets-area-three div[class*="col"]:nth-child(even) .single-tickets-three .tickets-icon .tickets-shape img {
  visibility: hidden;
  opacity: 0;
}

.tickets-area-three div[class*="col"]:nth-child(even) .single-tickets-three .tickets-icon .tickets-shape-hover img {
  visibility: visible;
  opacity: 1;
}

.tickets-area-three div[class*="col"]:nth-child(even) .single-tickets-three .tickets-content .tickets-time {
  color: #fff;
}

.tickets-area-three div[class*="col"]:nth-child(even) .single-tickets-three .tickets-content .tickets-para {
  color: #fff;
}

.tickets-area-three div[class*="col"]:nth-child(even) .single-tickets-three .tickets-content .tickets-price {
  color: #fff;
}

.tickets-area-three div[class*="col"]:nth-child(even) .single-tickets-three .btn--three {
  border-color: rgba(255, 255, 255, 0.5);
  color: #ffaa17;
}

.tickets-area-three div[class*="col"]:nth-child(even) .single-tickets-three .btn--three:hover {
  color: #fff;
  border-color: #ffaa17;
}

.tickets-area-three div[class*="col"]:nth-child(even) .single-tickets-three .btn--three:hover::after {
  border-color: #ffaa17;
}

.tickets-area-three div[class*="col"]:nth-child(even) .single-tickets-three .btn--three::after {
  border-color: rgba(255, 255, 255, 0.5);
}

.single-tickets-three {
  text-align: center;
  padding: 70px 10px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  background: #fff;
  position: relative;
  z-index: 1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.single-tickets-three:hover {
  background: #041d38;
}

.single-tickets-three:hover .bottom-shapes img {
  -webkit-filter: invert(62%) sepia(96%) saturate(7%) hue-rotate(0deg) brightness(210%) contrast(144%);
  filter: invert(62%) sepia(96%) saturate(7%) hue-rotate(0deg) brightness(210%) contrast(144%);
}

.single-tickets-three:hover .tickets-icon i {
  color: #fff;
}

.single-tickets-three:hover .tickets-icon .tickets-shape img {
  visibility: hidden;
  opacity: 0;
}

.single-tickets-three:hover .tickets-icon .tickets-shape-hover img {
  visibility: visible;
  opacity: 1;
}

.single-tickets-three:hover .tickets-content .tickets-time {
  color: #fff;
}

.single-tickets-three:hover .tickets-content .tickets-para {
  color: #fff;
}

.single-tickets-three:hover .tickets-content .tickets-price {
  color: #fff;
}

.single-tickets-three:hover .btn--three {
  border-color: rgba(255, 255, 255, 0.3);
  color: #ffaa17;
}

.single-tickets-three:hover .btn--three::after {
  border-color: rgba(255, 255, 255, 0.3);
}

.single-tickets-three .bottom-shapes img {
  position: absolute;
  bottom: -30px;
  left: -5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.single-tickets-three .tickets-icon {
  position: relative;
  z-index: 1;
  height: 100px;
  width: 100px;
  margin: 0 auto;
}

.single-tickets-three .tickets-icon i {
  font-size: 100px;
  color: #232323;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.single-tickets-three .tickets-icon .tickets-shape img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.single-tickets-three .tickets-icon .tickets-shape-hover img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.single-tickets-three .tickets-icon .tickets-day {
  color: #ffaa17;
  display: block;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 40px;
  font-weight: 600;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}

.single-tickets-three .tickets-content .tickets-time {
  margin-top: 30px;
}

.single-tickets-three .tickets-content .tickets-para {
  margin: 30px auto;
  line-height: 27px;
  max-width: 230px;
}

.single-tickets-three .tickets-content .tickets-price {
  margin-bottom: 10px;
}

.single-tickets-three .tickets-content .tickets-price sub {
  font-size: 24px;
  bottom: 0;
  left: 15px;
  font-weight: 400;
}

.single-tickets-three .btn--three:hover {
  color: #fff;
  background: #ffaa17;
  border-color: #ffaa17;
}

.single-tickets-three .btn--three:hover::after {
  border-color: #ffaa17;
}

.tickets-area-four div[class*="col"]:nth-child(2n+2) .single-tickest-four .tickets-content .btn--custom {
  background: #fd0066;
}

.tickets-area-four div[class*="col"]:nth-child(2n+2) .single-tickest-four .tickets-content .btn--custom:hover {
  border-color: #f9a21e;
}

.single-tickest-four {
  text-align: center;
  background: #1f1f1f;
  padding: 70px 10px;
  border-radius: 10px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.single-tickest-four:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .single-tickest-four {
    padding: 50px 10px;
  }
}

.single-tickest-four .tickets-images {
  margin-bottom: 40px;
}

.single-tickest-four .tickets-content .tickets-price {
  font-size: 40px;
}

.single-tickest-four .tickets-content .tickets-price sub {
  font-size: 24px;
  font-weight: 500;
  margin: 0;
  bottom: 0;
}

.single-tickest-four .tickets-content .tickets-time {
  font-size: 18px;
  margin-top: 15px;
  display: block;
}

.single-tickest-four .tickets-content .tickets-border {
  width: 80px;
  border: 1px dotted rgba(255, 255, 255, 0.5);
  margin: 40px auto 0;
}

.single-tickest-four .tickets-content .common-para {
  max-width: 280px;
  margin: 30px auto 0;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .single-tickest-four .tickets-content .common-para {
    max-width: 270px;
  }
}

.tickets-five-left-wrapper div[class*="col"]:nth-child(1) {
  margin-top: 180px;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .tickets-five-left-wrapper div[class*="col"]:nth-child(1) {
    margin-top: 0;
  }
}

.tickets-five-left-wrapper div[class*="col"]:nth-child(2) .single-tickets-five {
  margin-left: 20px;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .tickets-five-left-wrapper div[class*="col"]:nth-child(2) .single-tickets-five {
    margin-left: 0;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .tickets-five-left-wrapper div[class*="col"]:nth-child(2) .single-tickets-five {
    margin-left: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .tickets-five-left-wrapper div[class*="col"]:nth-child(2) .single-tickets-five {
    margin-left: 0;
  }
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .tickets-five-left-wrapper div[class*="col"]:nth-child(2) .single-tickets-five {
    margin-left: 0;
  }
}

.tickets-five-left-wrapper div[class*="col"]:nth-child(3) {
  margin-top: -180px;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .tickets-five-left-wrapper div[class*="col"]:nth-child(3) {
    margin-top: -220px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .tickets-five-left-wrapper div[class*="col"]:nth-child(3) {
    margin-top: -220px;
  }
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .tickets-five-left-wrapper div[class*="col"]:nth-child(3) {
    margin-top: 0;
  }
}

.tickets-five-left-wrapper div[class*="col"]:last-child .single-tickets-five {
  margin-bottom: 0;
}

.single-tickets-five {
  text-align: center;
  background: #1f1f1f;
  padding: 70px 10px;
  margin-bottom: 70px;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .single-tickets-five {
    padding: 60px 10px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .single-tickets-five {
    padding: 60px 15px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .single-tickets-five {
    padding: 50px 10px;
  }
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .single-tickets-five {
    padding: 50px 40px;
    margin-bottom: 30px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .single-tickets-five {
    padding: 50px 15px;
  }
}

@media only screen and (max-width: 575.98px) {
  .single-tickets-five {
    padding: 50px 20px;
  }
}

.single-tickets-five .tickets-images {
  margin-bottom: 40px;
}

.single-tickets-five .tickets-content .ticket-price {
  font-size: 48px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
}

.single-tickets-five .tickets-content .ticket-price sub {
  font-size: 25px;
  bottom: 0;
  left: 9px;
}

.single-tickets-five .tickets-content .common-para {
  max-width: 280px;
  margin: 25px auto 3px;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .single-tickets-five .tickets-content .common-para {
    max-width: 270px;
    margin: 25px auto 3px;
  }
}

.tickets-content-wrapper-five .tickets-right-images {
  margin-top: 70px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .tickets-content-wrapper-five .tickets-right-images {
    margin-top: 50px;
  }
}

.tickets-content-wrapper-five .tickets-right-images .single-tickets-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.tickets-content-wrapper-five .tickets-right-images .tickets-image-shape img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.download-left-images {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-right: 50px;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .download-left-images {
    padding-right: 0;
  }
}

.download-left-images .center-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.download-wrapper {
  padding-left: 50px;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .download-wrapper {
    margin-top: 30px;
  }
}

.download-wrapper .common-para {
  margin-top: 40px;
  max-width: 480px;
}

.download-wrapper .download-links {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 480px) {
  .download-wrapper .download-links {
    display: block;
    margin-top: 30px;
  }
}

.download-wrapper .download-links a {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding-right: 50px;
}

.download-wrapper .download-links a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}

@media only screen and (max-width: 480px) {
  .download-wrapper .download-links a::before {
    display: none;
  }
}

.download-wrapper .download-links a:nth-child(2) {
  padding-right: 0;
  padding-left: 50px;
}

@media only screen and (max-width: 480px) {
  .download-wrapper .download-links a:nth-child(2) {
    padding-left: 0;
    margin-top: 30px;
  }
}

.download-wrapper .download-links a:nth-child(2)::before {
  display: none;
}

.counter-area {
  position: relative;
  z-index: 1;
  padding: 90px 0;
}

.counter-shape img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.conter-left .btn--custom {
  margin-top: 50px;
}

.single-counter {
  color: #fff;
  text-align: center;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .single-counter {
    margin-top: 30px;
  }
}

.single-counter .counter-count {
  margin: 0 auto 30px;
}

.single-counter .counter-count .odometer {
  color: #fff;
  top: 5px;
  left: -3px;
  position: relative;
  z-index: 1;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .single-counter .counter-count .odometer {
    top: 0;
  }
}

.single-counter .counter-count .odometer::before {
  content: "";
  position: absolute;
  height: 80px;
  width: 80px;
  background: #ff007a;
  z-index: -1;
  bottom: 20px;
  right: 0px;
  border-radius: 50%;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .single-counter .counter-count .odometer::before {
    height: 50px;
    width: 50px;
    right: 0;
    bottom: 0;
  }
}

@media only screen and (max-width: 480px) {
  .single-counter .counter-count .odometer::before {
    bottom: 0;
  }
}

.single-counter .count-para {
  color: #fff;
  font-size: 24px;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .single-counter .count-para {
    font-size: 22px;
  }
}

@media only screen and (max-width: 575.98px) {
  .single-counter .count-para {
    font-size: 21px;
  }
}

@media only screen and (max-width: 375px) {
  .single-counter .count-para {
    font-size: 19px;
  }
}

.single-counter-two {
  text-align: center;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .single-counter-two {
    margin-top: 30px;
  }
}

.single-counter-two .counter-count {
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.single-counter-two .counter-count .odometer {
  top: 5px;
  left: -3px;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .single-counter-two .counter-count .odometer {
    top: 0;
  }
}

.single-counter-two .counter-count .count-title {
  font-size: 25px;
  font-weight: 300;
  margin-bottom: 0;
}

.single-counter-two .count-para {
  color: #555555;
  font-weight: 500;
}

.single-counter-three {
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 0 20px 50px;
}

.single-counter-three::before {
  position: absolute;
  content: "";
  height: 70%;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #041d38;
  z-index: -1;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .single-counter-three {
    margin-top: 30px;
  }
}

.single-counter-three .counter-count {
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #041d38;
  color: #fff;
  height: 150px;
  width: 150px;
  border-radius: 100%;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-content: center;
  border: 2px solid #ffaa17;
  margin: 0 auto 25px;
}

.single-counter-three .counter-count .odometer {
  top: 5px;
  left: -3px;
  color: #fff;
}

.single-counter-three .counter-count .count-title {
  font-size: 25px;
  font-weight: 300;
  margin-bottom: -30px;
  color: #fff;
}

.single-counter-three .count-para {
  color: #fff;
}

.counter-area-four {
  position: relative;
  z-index: 1;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .counter-dots-four-shape {
    display: none;
  }
}

.counter-dots-four-shape img {
  position: absolute;
  top: 0;
  right: 30%;
  -webkit-animation: 3s floatings linear infinite;
  animation: 3s floatings linear infinite;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .counter-four-all .single-counter-four {
    text-align: center;
    margin: 0 auto;
  }
}

.counter-four-all .single-counter-four .counter-images {
  margin-bottom: 30px;
}

.counter-four-all .single-counter-four .counter-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 30px;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .counter-four-all .single-counter-four .counter-count {
    margin: 0 auto 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.counter-four-all .single-counter-four .counter-count .count-title {
  margin-bottom: 6px;
  margin-left: 5px;
}

.counter-images-four .single-images {
  position: relative;
  z-index: 1;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .counter-images-four .single-images {
    display: none;
  }
}

.counter-images-four .single-images::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: -30px;
  width: calc(100% + 100px);
  height: 80%;
  background: #fd0066;
  z-index: -1;
  border-radius: 0 50% 50% 50%;
  -webkit-animation: 5s floatings linear infinite;
  animation: 5s floatings linear infinite;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .counter-images-four .single-images::before {
    width: 100%;
    left: 0;
  }
}

@media only screen and (max-width: 575.98px) {
  .counter-images-four .single-images::before {
    display: none;
  }
}

.counter-images-four .single-images img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-counter-five-contents .btn--custom {
  margin-top: 70px;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .single-counter-five-contents .btn--custom {
    margin-top: 50px;
  }
}

.counter-child:nth-child(5n+1) {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.counter-child:nth-child(5n+2) {
  margin-left: 0px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .counter-child:nth-child(5n+2) .single-counter-five {
    margin-top: 0;
  }
}

.counter-child:nth-child(5n+3) {
  margin-left: 0px;
  margin-top: 130px;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .counter-child:nth-child(5n+3) {
    margin-left: 0;
    margin-top: 0;
  }
}

.counter-child:nth-child(5n+3) .single-counter-five .counter-five-inner .counter-count .odometer {
  color: #ff5378;
}

.counter-child:nth-child(5n+3) .single-counter-five .counter-five-inner .counter-count .count-title {
  color: #ff5378;
}

.counter-child:nth-child(5n+4) {
  margin-left: 16%;
  margin-top: -1px;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .counter-child:nth-child(5n+4) {
    margin-left: 0;
    margin-top: 0;
  }
}

.counter-child:nth-child(5n+4) .single-counter-five::before {
  background: linear-gradient(315deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%);
}

.counter-child:nth-child(5n+4) .single-counter-five .counter-five-inner .counter-count .odometer {
  color: #07d464;
}

.counter-child:nth-child(5n+4) .single-counter-five .counter-five-inner .counter-count .count-title {
  color: #07d464;
}

.counter-child:nth-child(5n+5) {
  margin-left: 40%;
  margin-top: -131px;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .counter-child:nth-child(5n+5) {
    margin-left: 0;
    margin-top: 0;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .counter-child:nth-child(5n+5) {
    margin-left: 39.7%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .counter-child:nth-child(5n+5) {
    margin-left: 39%;
  }
}

.counter-child:nth-child(5n+5) .single-counter-five::before {
  background: linear-gradient(315deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%);
}

.counter-child:nth-child(5n+5) .single-counter-five .counter-five-inner .counter-count .odometer {
  color: #f9a116;
}

.counter-child:nth-child(5n+5) .single-counter-five .counter-five-inner .counter-count .count-title {
  color: #f9a116;
}

.single-counter-five {
  padding: 2px;
  position: relative;
  z-index: 1;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .single-counter-five {
    margin-top: 30px;
  }
}

.single-counter-five::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%);
  z-index: -1;
}

.single-counter-five .counter-five-inner {
  background: #131313;
  padding: 100px;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .single-counter-five .counter-five-inner {
    padding: 50px 30px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .single-counter-five .counter-five-inner {
    padding: 70px 70px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .single-counter-five .counter-five-inner {
    padding: 70px 50px;
  }
}

.single-counter-five .counter-five-inner .counter-images {
  text-align: right;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .single-counter-five .counter-five-inner .counter-images {
    text-align: center;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .single-counter-five .counter-five-inner .counter-images {
    text-align: center;
  }
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .single-counter-five .counter-five-inner .counter-images {
    text-align: center;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .single-counter-five .counter-five-inner .counter-images img {
    max-width: 170px;
  }
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .single-counter-five .counter-five-inner .counter-images img {
    max-width: 120px;
  }
}

.single-counter-five .counter-five-inner .counter-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media only screen and (max-width: 575.98px) {
  .single-counter-five .counter-five-inner .counter-count {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
  }
}

.single-counter-five .counter-five-inner .counter-count .odometer {
  color: #68e0fc;
}

.single-counter-five .counter-five-inner .counter-count .count-title {
  color: #68e0fc;
  margin-bottom: 0px;
}

.single-counter-five .counter-five-inner .count-para {
  position: relative;
  font-weight: 500;
  text-align: center;
  margin-top: 17px;
  display: inline-block;
  padding-left: 105px;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .single-counter-five .counter-five-inner .count-para {
    padding-left: 0px;
  }
}

.single-counter-five .counter-five-inner .count-para::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
  height: 2px;
  width: 95px;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .single-counter-five .counter-five-inner .count-para::before {
    display: none;
  }
}

.video-area .video-images {
  position: relative;
  z-index: 1;
}

.video-area .video-images::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
}

.video-area .video-images img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.video-area .video-images .video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #ffaa17;
  height: 150px;
  width: 150px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .video-area .video-images .video-play-btn {
    height: 100px;
    width: 100px;
    border-radius: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .video-area .video-images .video-play-btn {
    height: 100px;
    width: 100px;
    border-radius: 100%;
  }
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .video-area .video-images .video-play-btn {
    height: 70px;
    width: 70px;
    border-radius: 100%;
  }
}

.video-area .video-images .video-play-btn::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #ffaa17;
  border-radius: 50%;
  z-index: -1;
  -webkit-animation: 3s pulse-border linear infinite;
  animation: 3s pulse-border linear infinite;
}

.video-area .video-images .video-play-btn i {
  font-size: 80px;
  color: #232323;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .video-area .video-images .video-play-btn i {
    font-size: 60px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .video-area .video-images .video-play-btn i {
    font-size: 60px;
  }
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .video-area .video-images .video-play-btn i {
    font-size: 40px;
  }
}

.testimonial-one-small {
  position: relative;
  z-index: 1;
}

/* .testimonial-position-image {
    @include responsive(allPhone) {
        display: none;
    }
    img {
        border-radius: 50%;
        &:nth-child(1) {
            position: absolute;
            left: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }
        &:nth-child(2) {
            position: absolute;
            right: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }
    }
} */
.single-testimonials {
  text-align: center;
  position: relative;
  z-index: 2;
}

.single-testimonials .testimonial-quotes img {
  position: relative;
  top: 50px;
  margin: 20px auto 0;
}

.single-testimonials .testimonial-para {
  font-size: 18px;
  font-size: 18px;
  font-style: italic;
  line-height: 30px;
  color: #232323;
  display: inline-block;
  max-width: 700px;
  padding: 0 10px;
}

@media only screen and (max-width: 575.98px) {
  .single-testimonials .testimonial-para {
    max-width: 100%;
  }
}

@media only screen and (max-width: 375px) {
  .single-testimonials .testimonial-para {
    max-width: 100%;
    font-size: 14px;
  }
}

.single-testimonials .testimonial-details {
  margin-bottom: 35px;
}

.single-testimonials .testimonial-details .details-image {
  height: 90px;
  width: 90px;
  margin: 25px auto 15px;
}

.single-testimonials .testimonial-details .details-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.single-testimonials .testimonial-details .testimonial-image-contents .common-para {
  margin-top: 5px;
}

.testimonial-slider .la-long-arrow-alt-left::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: contain;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  cursor: pointer;
  background-image: url(../img/home1/free-arrow-left.png);
}

.testimonial-slider .la-long-arrow-alt-right::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: contain;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  cursor: pointer;
  background-image: url(../img/home1/free-arrow-right.png);
}

.testimonial-slider-all {
  position: relative;
  z-index: 3;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .testimonial-wrapper-two {
    margin-top: 50px;
  }
}

.single-testimonial-two {
  margin-bottom: 50px;
}

.single-testimonial-two .testimonial-images {
  height: 90px;
  width: 90px;
  margin-bottom: 35px;
}

.single-testimonial-two .testimonial-images img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.4);
  padding: 10px;
}

.single-testimonial-two .testimonial-contents .common-para {
  margin-top: 5px;
}

.single-testimonial-two .testimonial-contents .testimonial-para {
  display: block;
  font-size: 20px;
  font-style: italic;
  line-height: 32px;
  margin-top: 25px;
  max-width: 575px;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .single-testimonial-two .testimonial-contents .testimonial-para {
    font-size: 17px;
  }
}

@media only screen and (max-width: 575.98px) {
  .single-testimonial-two .testimonial-contents .testimonial-para {
    font-size: 15px;
  }
}

@media only screen and (max-width: 375px) {
  .single-testimonial-two .testimonial-contents .testimonial-para {
    font-size: 14px;
  }
}

.testimonial-two-images {
  position: relative;
  z-index: 2;
}

.testimonial-two-images .dots-shapes {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #f8c301;
  position: absolute;
  z-index: 3;
}

.testimonial-two-images .dots-shapes:nth-child(1) {
  height: 15px;
  width: 15px;
  top: 10%;
  left: 40%;
  -webkit-animation: 10s updown linear infinite;
  animation: 10s updown linear infinite;
  animation-direction: alternate-reverse;
}

.testimonial-two-images .dots-shapes:nth-child(2) {
  top: 50%;
  left: 10%;
  -webkit-animation: 7s leftright linear infinite;
  animation: 7s leftright linear infinite;
  animation-direction: alternate-reverse;
}

.testimonial-two-images .dots-shapes:nth-child(3) {
  top: 70%;
  left: 70%;
  -webkit-animation: 10s leftright linear infinite;
  animation: 10s leftright linear infinite;
  animation-direction: alternate-reverse;
}

.testimonial-two-images .single-images-slider img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@-webkit-keyframes updown {
  0% {
    top: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    top: 95%;
  }
  75% {
    left: 95%;
  }
  100% {
    bottom: 95%;
  }
}

@keyframes updown {
  0% {
    top: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    top: 95%;
  }
  75% {
    left: 95%;
  }
  100% {
    bottom: 95%;
  }
}

.testimonial-slider-two {
  margin-top: 70px;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .testimonial-slider-two {
    margin-top: 50px;
  }
}

.testimonial-slider-two .slick-list {
  margin-bottom: -50px;
}

.testimonial-slider-two .slick-dots li button {
  background: rgba(0, 0, 0, 0.8);
  height: 10px;
  width: 10px;
  margin: 0;
}

.testimonial-slider-two .slick-dots li.slick-active button {
  background: #000;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  margin: 0;
}

.testimonial-area-three div[class*="col"]:nth-child(2n+2) .testimonial-three-wrapper {
  margin-top: 70px;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .testimonial-area-three div[class*="col"]:nth-child(2n+2) .testimonial-three-wrapper {
    margin-top: 0;
  }
}

.testimonial-three-wrapper .single-three-testimonial-img {
  margin-top: 28px;
}

.testimonial-three-wrapper .single-three-testimonial-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-testimonials-three {
  text-align: center;
  position: relative;
  z-index: 2;
}

.single-testimonials-three .testimonial-quotes img {
  position: relative;
  top: 50px;
  margin: 20px auto 0;
}

.single-testimonials-three .testimonial-para {
  font-size: 18px;
  font-size: 18px;
  font-style: italic;
  line-height: 30px;
  color: #232323;
  display: inline-block;
  max-width: 700px;
  padding: 0 10px;
}

@media only screen and (max-width: 575.98px) {
  .single-testimonials-three .testimonial-para {
    max-width: 100%;
  }
}

@media only screen and (max-width: 375px) {
  .single-testimonials-three .testimonial-para {
    max-width: 100%;
    font-size: 14px;
  }
}

.single-testimonials-three .testimonial-details {
  margin-bottom: 35px;
}

.single-testimonials-three .testimonial-details .details-image {
  height: 90px;
  width: 90px;
  margin: 25px auto 15px;
}

.single-testimonials-three .testimonial-details .details-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.single-testimonials-three .testimonial-details .testimonial-image-contents .common-para {
  margin-top: 5px;
}

.testimonial-slider-three {
  max-width: 480px;
  margin: 0 auto;
}

.testimonial-slider-three .slick-dots li button {
  background: #041d38;
}

.testimonial-slider-three .slick-dots li.slick-active button {
  background: #ffaa17;
}

.testimonial-five-left img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-five-slider .name-signature {
  margin-bottom: 30px;
}

.single-five-slider .testimonial-contents .name-title {
  margin-top: 10px;
  font-size: 16px;
  display: block;
}

.single-five-slider .testimonial-contents .common-para {
  margin-top: 30px;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .single-five-slider .testimonial-contents .common-para {
    font-size: 15px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .single-five-slider .testimonial-contents .common-para br {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .single-five-slider .testimonial-contents .common-para br {
    display: none;
  }
}

.testimonial-five-slider {
  margin-top: 70px;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .testimonial-five-slider {
    margin-top: 50px;
  }
}

.single-blog {
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.single-blog:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.single-blog:hover .blog-images::before {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.single-blog:hover .blog-images img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.single-blog .blog-images {
  display: block;
  height: 260px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.single-blog .blog-images::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.37);
  z-index: 1;
  -webkit-transform: scale(0);
  transform: scale(0);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.single-blog .blog-images img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.single-blog .blog-contents {
  text-align: left;
  padding: 30px 30px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .single-blog .blog-contents {
    padding: 30px 15px;
  }
}

@media only screen and (max-width: 375px) {
  .single-blog .blog-contents {
    padding: 30px 15px;
  }
}

.single-blog .blog-contents .blog-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.single-blog .blog-contents .blog-title:hover {
  color: #ff007a;
}

.single-blog .blog-contents .common-para {
  margin-top: 25px;
  margin: 25px auto 0;
}

.single-blog .blog-contents .blog-authors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
}

.single-blog .blog-contents .blog-authors li {
  font-size: 15px;
}

.single-blog .blog-contents .blog-authors li:not(:first-child) {
  padding-left: 30px;
  border-left: 1px solid rgba(0, 0, 0, 0.8);
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .single-blog .blog-contents .blog-authors li:not(:first-child) {
    padding-left: 15px;
  }
}

@media only screen and (max-width: 375px) {
  .single-blog .blog-contents .blog-authors li:not(:first-child) {
    padding-left: 15px;
  }
}

.single-blog .blog-contents .blog-authors li:not(:last-child) {
  padding-right: 30px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .single-blog .blog-contents .blog-authors li:not(:last-child) {
    padding-right: 15px;
  }
}

@media only screen and (max-width: 375px) {
  .single-blog .blog-contents .blog-authors li:not(:last-child) {
    padding-right: 15px;
  }
}

.single-blog .blog-contents .blog-authors li img {
  border-radius: 50%;
  margin-right: 5px;
}

.single-blog-two {
  border: 1px solid rgba(0, 0, 0, 0.5);
  padding: 50px 30px;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .single-blog-two {
    padding: 50px 100px;
  }
}

.single-blog-two .blog-image {
  margin-bottom: 50px;
  display: block;
}

.single-blog-two .blog-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-blog-two .blog-contents .blog-title {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.single-blog-two .blog-contents .blog-title:hover {
  color: #f8c301;
}

.single-blog-two .blog-contents .common-para {
  margin-top: 15px;
}

.blog-area-three {
  overflow: hidden;
}

.single-blog-three {
  margin: 0 45px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .single-blog-three {
    margin: 0 15px;
  }
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .single-blog-three {
    margin: 0 15px;
  }
}

.single-blog-three .blog-images {
  position: relative;
  z-index: 1;
}

.single-blog-three .blog-images img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  padding-right: 60px;
}

.single-blog-three .blog-images .blog-dates {
  display: inline-block;
  height: 120px;
  width: 120px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  color: #fff;
  background: #041d38;
  border-radius: 0;
  border: 1px solid #ffaa17;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: absolute;
  top: 50%;
  right: 0%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.single-blog-three .blog-images .blog-dates .blog-date {
  color: #fff;
}

.single-blog-three .blog-images .blog-dates .blog-month {
  font-size: 25px;
  display: block;
}

.single-blog-three .blog-contents {
  margin-top: 30px;
  margin-right: 30px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .single-blog-three .blog-contents {
    margin-right: 0;
  }
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .single-blog-three .blog-contents {
    margin-right: 0;
  }
}

.single-blog-three .blog-contents .blog-tags {
  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-bottom: 25px;
}

.single-blog-three .blog-contents .blog-tags li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 60px;
}

@media only screen and (max-width: 575.98px) {
  .single-blog-three .blog-contents .blog-tags li {
    margin-right: 30px;
  }
}

.single-blog-three .blog-contents .blog-tags li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.single-blog-three .blog-contents .blog-tags li a:hover {
  color: #ffaa17;
}

.single-blog-three .blog-contents .blog-tags li a img {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  margin-right: 5px;
}

.single-blog-three .blog-contents .blog-tags li a i {
  margin-right: 4px;
}

.single-blog-three .blog-contents .blog-title {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.single-blog-three .blog-contents .blog-title:hover {
  color: #ffaa17;
}

.blog-slider .slick-list {
  margin: 0 -45px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .blog-slider .slick-list {
    margin: 0 -15px;
  }
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .blog-slider .slick-list {
    margin: 0 -15px;
  }
}

.blog-slider .la-angle-right.slick-arrow,
.blog-slider .la-angle-left.slick-arrow {
  position: absolute;
  top: -200px;
  right: 0;
  height: 70px;
  width: 70px;
  border-radius: 100%;
  height: 60px;
  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: #ffaa17;
  color: #232323;
  font-size: 40px;
  border-radius: 0;
  cursor: pointer;
  z-index: 91;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.blog-slider .la-angle-right.slick-arrow:hover,
.blog-slider .la-angle-left.slick-arrow:hover {
  background: #041d38;
  color: #ffaa17;
}

.blog-slider .la-angle-left.slick-arrow {
  right: 80px;
}

.blog-slider .slick-dots li button {
  background: #041d38;
}

.blog-slider .slick-dots li.slick-active button {
  background: #ffaa17;
}

.blog-area-four {
  margin-bottom: -30px;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .blog-area-four {
    margin-bottom: 0;
  }
}

.blog-area-four div[class*="col"]:nth-child(1) {
  padding-left: 0px;
}

.blog-area-four div[class*="col"]:nth-child(1) .single-blog-four .blog-images {
  border-radius: 100px 0 0 0;
}

.blog-area-four div[class*="col"]:nth-child(1) .single-blog-four .blog-images img {
  border-radius: 100px 0 0 0;
}

.blog-area-four div[class*="col"]:nth-child(2) {
  padding-left: 120px;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .blog-area-four div[class*="col"]:nth-child(2) {
    padding-left: 70px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .blog-area-four div[class*="col"]:nth-child(2) {
    padding-left: 0px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .blog-area-four div[class*="col"]:nth-child(2) {
    padding-left: 0;
  }
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .blog-area-four div[class*="col"]:nth-child(2) {
    padding-left: 10px;
  }
}

.blog-area-four div[class*="col"]:nth-child(2) .single-blog-four .blog-images {
  border-radius: 0 0 100px 0;
}

.blog-area-four div[class*="col"]:nth-child(2) .single-blog-four .blog-images img {
  border-radius: 0 0 100px 0;
}

.blog-area-four div[class*="col"]:nth-child(3) {
  padding-left: 0px;
  margin-top: 100px;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .blog-area-four div[class*="col"]:nth-child(3) {
    margin-top: 40px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .blog-area-four div[class*="col"]:nth-child(3) {
    margin-top: 40px;
  }
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .blog-area-four div[class*="col"]:nth-child(3) {
    margin-top: 0;
  }
}

.blog-area-four div[class*="col"]:nth-child(3) .single-blog-four .blog-img-shape img {
  right: auto;
  left: 10px;
}

.blog-area-four div[class*="col"]:nth-child(3) .single-blog-four .blog-images {
  border-radius: 0 100px 0 0;
}

.blog-area-four div[class*="col"]:nth-child(3) .single-blog-four .blog-images img {
  border-radius: 0 100px 0 0;
}

.blog-area-four div[class*="col"]:nth-child(3) .single-blog-four .blog-image-contents {
  margin-left: 100px;
  margin-right: 30px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .blog-area-four div[class*="col"]:nth-child(3) .single-blog-four .blog-image-contents {
    margin-right: 20px;
  }
}

@media only screen and (max-width: 575.98px) {
  .blog-area-four div[class*="col"]:nth-child(3) .single-blog-four .blog-image-contents {
    margin-right: 0px;
    margin-left: 0;
  }
}

.blog-area-four div[class*="col"]:nth-child(4) {
  padding-left: 120px;
  margin-top: -160px;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .blog-area-four div[class*="col"]:nth-child(4) {
    padding-left: 70px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .blog-area-four div[class*="col"]:nth-child(4) {
    padding-left: 0px;
    margin-top: -100px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .blog-area-four div[class*="col"]:nth-child(4) {
    padding-left: 0;
    margin-top: -100px;
  }
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .blog-area-four div[class*="col"]:nth-child(4) {
    padding-left: 0;
    margin-top: 0;
  }
}

.blog-area-four div[class*="col"]:nth-child(4) .single-blog-four .blog-images {
  border-radius: 0 0 0 100px;
}

.blog-area-four div[class*="col"]:nth-child(4) .single-blog-four .blog-images img {
  border-radius: 0 0 0 100px;
}

.blog-area-four div[class*="col"]:last-child .single-blog-four {
  margin-bottom: 0;
}

.single-blog-four {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.single-blog-four:nth-child(1) .blog-images {
  border-radius: 100px 0 0;
}

.single-blog-four:nth-child(1) .blog-images img {
  border-radius: 100px 0 0;
}

.single-blog-four:nth-child(2) .blog-images {
  border-radius: 0 100px 0 0;
}

.single-blog-four:nth-child(2) .blog-images img {
  border-radius: 0 100px 0 0;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .single-blog-four .blog-img-shape {
    display: none;
  }
}

.single-blog-four .blog-img-shape img {
  position: absolute;
  bottom: 100px;
  right: 10px;
  z-index: 5;
  max-width: 50px;
  -webkit-animation: 3s floatings linear infinite;
  animation: 3s floatings linear infinite;
}

.single-blog-four .blog-images {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
}

.single-blog-four .blog-images::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.single-blog-four .blog-images img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-blog-four .blog-image-contents {
  background: #fff;
  padding: 40px 40px;
  position: relative;
  z-index: 9;
  margin-top: -100px;
  margin-left: 30px;
  display: inline-block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-right: 100px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .single-blog-four .blog-image-contents {
    padding: 30px 20px;
    margin-left: 20px;
  }
  .single-blog-four .blog-image-contents br {
    display: none;
  }
}

@media only screen and (max-width: 575.98px) {
  .single-blog-four .blog-image-contents {
    padding: 30px 20px;
    margin-top: 10px;
    margin-left: 0px;
    margin-right: 0;
  }
  .single-blog-four .blog-image-contents br {
    display: none;
  }
}

@media only screen and (max-width: 375px) {
  .single-blog-four .blog-image-contents {
    padding: 20px 10px;
  }
}

.single-blog-four .blog-image-contents .blog-content-shape img {
  position: absolute;
  bottom: 30px;
  right: -30px;
  z-index: -1;
  -webkit-animation: slide_up 8s linear infinite;
  animation: slide_up 8s linear infinite;
}

.single-blog-four .blog-image-contents .blog-title {
  color: #232323;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .single-blog-four .blog-image-contents .blog-title br {
    display: none;
  }
}

.single-blog-four .blog-image-contents .blog-title:hover {
  color: #f9a21e;
}

.single-blog-four .blog-image-contents .blog-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 25px;
}

.single-blog-four .blog-image-contents .blog-tags li {
  margin-right: 30px;
  color: #555555;
  font-size: 18px;
}

@media only screen and (max-width: 480px) {
  .single-blog-four .blog-image-contents .blog-tags li {
    margin-right: 10px;
    font-size: 15px;
  }
}

.single-blog-four .blog-image-contents .blog-tags li:last-child {
  margin-right: 0;
}

.single-blog-four .blog-contents-details .section-title .section-para {
  max-width: 650px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .single-blog-four .blog-contents-details .section-title .section-para br {
    display: none;
  }
}

.single-blog-four .blog-contents-details .btn--custom {
  margin-top: 70px;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .blog-five-left .section-title .section-para br {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .blog-five-left .section-title .section-para br {
    display: none;
  }
}

.blog-five-left .btn--custom {
  margin-top: 70px;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .blog-five-left .btn--custom {
    margin-top: 50px;
  }
}

.blog-five-right {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.blog-five-right .blog-images {
  display: block;
}

.blog-five-right .blog-images img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.blog-five-right .blog-title {
  background: #f9a21e;
  color: #232323;
  font-weight: 600;
  padding: 50px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 9;
  margin-left: 200px;
  border-radius: 10px 0 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .blog-five-right .blog-title {
    margin-left: 120px;
  }
  .blog-five-right .blog-title br {
    display: none;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .blog-five-right .blog-title {
    margin-left: 120px;
  }
  .blog-five-right .blog-title br {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .blog-five-right .blog-title {
    padding: 30px 20px;
    margin-left: 0;
    border-radius: 0;
  }
  .blog-five-right .blog-title br {
    display: none;
  }
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .blog-five-right .blog-title {
    padding: 30px 20px;
    margin-left: 0;
    border-radius: 0;
    position: relative;
    margin-top: 30px;
  }
}

.blog-five-right .blog-title:hover {
  color: #f70065;
}

.brands-area {
  padding: 75px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.brands-shape img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.single-brands {
  margin: 15px;
}

.single-brands img {
  margin: 0 auto;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .single-brands img {
    height: 50px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .single-brands img {
    height: 40px;
  }
}

@media only screen and (max-width: 480px) {
  .single-brands img {
    height: 40px;
  }
}

.brands-slider .slick-list {
  margin: -15px;
}

.brands-area-two {
  margin-bottom: -60px;
  overflow: hidden;
}

.brands-area-two .single-brands {
  margin: 15px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .brands-area-two .single-brands img {
    width: 100%;
  }
}

.brands-area-two .brands-two-slider {
  background: #ffaa17;
  padding: 30px 0;
  position: relative;
  z-index: 2;
}

.brands-area-two .brands-two-slider .slick-list {
  margin: -15px;
}

.brands-area-two .brands-two-slider::before {
  content: "";
  position: absolute;
  left: -25px;
  top: 0;
  width: 0;
  height: 0;
  border-bottom: 67px solid #d99014;
  border-left: 25px solid transparent;
  border-right: 0px solid transparent;
  z-index: -1;
}

@media (min-width: 320px) and (max-width: 991.98px) {
  .brands-area-two .brands-two-slider::before {
    left: -30px;
    border-left: 30px solid transparent;
    border-bottom: 50px solid #d99014;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .brands-area-two .brands-two-slider::before {
    border-bottom: 40px solid #d99014;
  }
}

@media only screen and (max-width: 575.98px) {
  .brands-area-two .brands-two-slider::before {
    display: none;
  }
}

.brands-area-four {
  position: relative;
  z-index: 2;
  background-attachment: fixed;
  background-position: right center;
  overflow: hidden;
}

.brands-area-four::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: -1;
}

.single-slider-four {
  margin: 15px;
}

.single-slider-four .single-imgs img {
  -webkit-transition: all .3s;
  transition: all .3s;
  margin: 0 auto;
}

.single-slider-four .single-imgs img:hover {
  -webkit-filter: invert(57%) sepia(97%) saturate(415%) hue-rotate(352deg) brightness(102%) contrast(95%);
  filter: invert(57%) sepia(97%) saturate(415%) hue-rotate(352deg) brightness(102%) contrast(95%);
}

.brands-slider-four .slick-list {
  margin: -15px;
}

.scroll-top {
  position: fixed;
  right: 3%;
  bottom: -50px;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  z-index: 9999;
  border-radius: 5px;
  font-size: 30px;
  opacity: 0;
  visibility: hidden;
  color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  background-color: #ff007a;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  border: 1px solid #fff;
}

.scroll-top:hover .arrow-top {
  -webkit-transform: translate(-50%, -100px);
  transform: translate(-50%, -100px);
}

.scroll-top:hover .arrow-bottom {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.scroll-top.show {
  visibility: visible;
  opacity: 1;
  bottom: 30px;
}

.scroll-top i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.scroll-top .arrow-top {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.scroll-top .arrow-bottom {
  -webkit-transform: translate(-50%, 100px);
  transform: translate(-50%, 100px);
}

.scroll-top-two {
  background: #f8c301;
}

.scroll-top-three {
  background: #ffaa17;
}

.scroll-top-four {
  background: #f9a21e;
}

.scroll-top-five {
  background: #f70065;
}

@media only screen and (max-width: 479px) {
  .scroll-top {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
  }
}

#preloader {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
}

#preloader img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
/*# sourceMappingURL=style.css.map */