/**
  * Name: SeoMx - Seo & Digital Marketing HTML Template
  * Version: 1.0
  * Author: Themesflat
  * Author URI: http://www.themesflat.com
*/
@import "responsive.css";
@import "animate.css";
@import "jquery.fancybox.min.css";
/* @import "./.../../font-awesome.css"; */
@import "magnific-popup.css";
@import "swiper-bundle.min.css";
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
@import "bootstrap.css";

/**
  	* Reset Browsers
	* Elements
  	* Forms
	* Typography
	* Extra classes
	* link style
    * search
    * Header Fixed
    * Pagination
    * Scroll Top
    * PreLoad
    * heading 
    * dropdown
    * progress bar
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* Elements
-------------------------------------------------------------- */
html {
  margin-right: 0 !important;
}

.Link {
  text-decoration: none;
  color: black;
  padding-left: 10px;
  padding-bottom: 5px;
}

.Link link:hover {
  color: #5C28CA;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* width:100%; */
}

.color-white {
  color: white;
  margin-top: 2px;
}
.arrow {
  border: solid rgb(233, 229, 229);
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.arrowright {
  font-size: 30px;
  color: #000;
}

.FontAwesomeIcon {
  color: "yellow";
  font-size: 14px;
  width: 70px;
  height: 500px;
  background-color: #FFFF00;
  text-align: center;
  line-height: 5000px;
  border-radius: 500px;
  margin-right: 50px;
  box-shadow: 0px 5px 0 #FFFF00;

}

.grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
}

.side_bar {
  position: fixed;
  top: 0;
  right: 0px;
  width: 400px;
  height: 100%;
  background-color: var(--heading-color);
  padding: 40px;
  padding-top: 65px;
  z-index: 9999;
  transition: var(--transition);
}

.dot {
  height: 45px;
  width: 45px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  border-radius: 200%;
  background: yellow;
  font-size: 20px;
  line-height: 40px;
  margin-right: 7px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;

}

.dot Link:hover .FontAwesomeIcon {
  background-color: #8B54FF;
  color: #fff;
  box-shadow: 0px 5px 0 #120A21;
}

#menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: 2px;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none;
}

.margin-left {

  margin-left: 55px;
  margin-right: 37px;


}

.btn-2 {
  /* padding: 12% 38% 12% 40%; */
  padding: 03% 0% 0% 03%;
  box-shadow: unset;
  background: #00234B;
  color: white;
  text-align: center;
}
.btn-2:hover{
  color: #E250E5;
}
.color{
  color: white;
}
.imggallery {
  margin-top: 30px;
  /* margin-left: -10px; */
  /* margin-left: 190px; */
  /* margin-left: -16px;
  margin-right: -16px; */
  /* margin-left: 50px; */
  /* border: 10px solid rgb(19, 26, 52);  */
  padding: 35px;
  text-align: center;
}
.aligned {
  display: flex;
  align-items: center;
}

h2 {
  padding: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {}



body {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #120A21;
  background-color: #fff;

}

img {
  max-width: 100%;
  /* height: auto; */
  transform: scale(1);
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

/* .row {
  margin-right: -15px;
  margin-left: -15px;
} */

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

.center {
  text-align: center;
}

.container {
  /* max-width: 1320px; */
  max-width: 1020px;
}

.container {
  width: 100%;
  margin: auto;
}

.container-fluid,
.container {
  padding-left: 15px;
  padding-right: 15px;
}

textarea,
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color] {
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-family: "Manrope", sans-serif;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
  line-height: 26px;
  border-radius: 4px;
  padding: 13px 15px 13px 27px;
  width: 100%;
  background: #F6F6F6;
  color: #fff;
}

textarea::placeholder,
input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=time]::placeholder,
input[type=week]::placeholder,
input[type=number]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
input[type=color]::placeholder {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
}

/* Placeholder color */
::-webkit-input-placeholder {
  color: #8A8AA0;
}

:-moz-placeholder {
  color: #8A8AA0;
}

::-moz-placeholder {
  color: #8A8AA0;
  opacity: 1;
}

.error {
  font-size: 16px;
  color: #120A21;
  margin-bottom: 10px;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

/* Since FF19 lowers the opacity of the placeholder by default */
:-ms-input-placeholder {
  color: #8A8AA0;
}

.text-p,
p {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #120A21;
  font-family: "Manrope", sans-serif;
}

.p-14 {
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
}

.p-16 {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #120A21;
  font-family: "Manrope", sans-serif;
}

.tp-16 {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.15px;
}

.p-18 {
  font-weight: 500;
  font-size: 18px;
  line-height: 33.3px;
}

/* Typography
-------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  text-rendering: optimizeLegibility;
}

h1 {
  font-size: 75px;
  line-height: 82.5px;
}

h2 {
  font-size: 42px;
  line-height: 50px;
}

h3 {
  font-size: 24px;
  line-height: 30px;
}

h4 {
  font-size: 22px;
  line-height: 26px;
}

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

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

.title-16 {
  font-size: 16px;
  line-height: 20px;
}

.title-24 {
  font-size: 24px;
  line-height: 30px;
}

.title-14 {
  font-size: 14px;
  line-height: 18px;
}

.title-30 {
  font-size: 170%;
  line-height: 36px;
}

.title-35 {
  font-size: 35px;
  line-height: 44px;
}

.title-36 {
  font-size: 36px;
  line-height: 40px;
}

/* Extra classes
-------------------------------------------------------------- */
.msg-success {
  background: linear-gradient(to right, #E250E5, #4B50E6, #E250E5);
  background-clip: text;
  -webkit-background-clip: text;
  font-weight: 700;
  background-size: 200% 200%;
  animation: rainbow 2s ease-in-out infinite;
  color: rgba(0, 0, 0, 0);
  transition: color 0.2s ease-in-out;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

label.error {
  color: red;
}

.shaw-box {
  padding: 50px;
  margin: -50px;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.flex-one {
  justify-content: space-between;
  display: flex;
}

.flex-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.flex-three {
  display: flex;
  align-items: center;
}

.flex-five {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-center {
  display: flex;
  justify-content: center;
}

.center,
.text-center {
  text-align: center;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.j-content {
  justify-content: center;
}

.text-t {
  text-transform: capitalize;
}

.text-u {
  text-transform: uppercase;
}

.text-unset {
  text-transform: unset !important;
}

.align {
  align-items: center;
}

.show-boder {
  margin-top: -140px !important;
  padding-top: 140px !important;
}

#wrapper {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  height: 100%;
}

.wrapper-style {
  background: #FAF8FF;
}

button {
  font-family: "Outfit", sans-serif;
  cursor: pointer;
}

.font {
  font-family: "Outfit", sans-serif;
}

.font-2 {
  font-family: "Manrope", sans-serif;
}

.fw-4 {
  font-weight: 400;
}

.fw-5 {
  font-weight: 500;
}

.fw-6 {
  font-weight: 600;
}

.fw-7 {
  font-weight: 700;
}

.lh-26 {
  line-height: 26px;
}

.lh-27 {
  line-height: 27px;
}

.lh-28 {
  line-height: 28px;
}

.lh-29 {
  line-height: 29px;
}

.lh-30 {
  line-height: 30px;
}

.lh-36 {
  line-height: 36px;
}

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

.fs-20 {
  font-size: 20px;
}

/* link style
-------------------------------------------------------------- */
a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  color: unset;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  display: inline-block;
}

a:focus,
a:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  outline: 0;
  color: unset;
}

@keyframes rainbow {
  0% {
    background-position: left;
  }

  50% {
    background-position: right;
  }

  100% {
    background-position: left;
  }
}

.link-style-1 a {
  text-decoration: none;
  color: #120A21;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.link-style-1 a:focus,
.link-style-1 a:hover {
  color: #8B54FF;
  text-decoration: none;
  outline: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.link-style-2 a {
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.link-style-2 a:focus,
.link-style-2 a:hover {
  color: #120A21;
  text-decoration: none;
  outline: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.link-style-3 a {
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.link-style-3 a:focus,
.link-style-3 a:hover {
  color: #8B54FF;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.link-style-4 a {
  text-decoration: none;
  color: #120A21;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.link-style-4 a:focus,
.link-style-4 a:hover {
  color: #F43FE2;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.link-style-5 a {
  text-decoration: none;
  color: #120A21;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.link-style-5 a:focus,
.link-style-5 a:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.link-style-6 a {
  text-decoration: none;
  color: #120A21;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.link-style-6 a:focus,
.link-style-6 a:hover {
  color: #FFD80D;
  text-decoration: none;
  outline: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.link-style-7 a {
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.link-style-7 a:focus,
.link-style-7 a:hover {
  color: #FFD80D;
  text-decoration: none;
  outline: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.text-color-1 {
  color: #fff !important;
}

.text-color-2 {
  color: #000 !important;
}

.text-color-3 {
  color: #8B54FF !important;
}

.text-color-4 {
  color: #666666 !important;
}

.text-color-5 {
  color: #F6F6F6 !important;
}

.text-color-6 {
  color: #FFD80D !important;
}

.text-color-7 {
  color: #617798 !important;
}

.text-color-8 {
  color: #F43FE2 !important;
}

/* Search */
.search .search-submit {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 17px;
  font-weight: 400;
  background: transparent;
  color: #fff;
  border: none;
  line-height: 20px;
  padding: 17.5px 21.5px 17px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.search .search-submit:hover {
  background: #8B54FF;
}

.search .search-submit.search-icon::after {
  /* content: "\f002"; */
  font-family: "Font Awesome 5 Pro";
  color: #fff;
}

.search-form {
  position: relative;
}

.search-form .search-field {
  background: #8B54FF;
  color: #fff;
  width: 100%;
  border: 1px solid #8B54FF;
  line-height: 24px;
  padding: 15px 50px 14px 20px;
  border-radius: 0;
}

.search-form .search-field::placeholder {
  color: #fff !important;
  line-height: 19px;
  font-size: 16px !important;
  font-weight: 400;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
}

.search-form .search-field:focus {
  color: #fff;
  border: 1px solid #120A21;
}

/* Header Fixed */
.header_1.is-fixed {
  position: fixed;
  top: -150px;
  left: 0;
  width: 100%;
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.3);
  z-index: 999;
  background: #fff;
  border: none;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.header_1.is-fixed #main-nav>ul>li>a {
  color: #120A21;
}

.header_1.is-fixed #main-nav>ul>.current-menu-item>a {
  color: #FFD80D;
}

.header_1.is-fixed.is-small {
  top: 0;
  opacity: 1;
  visibility: visible;
}

/* Pagination
-------------------------------------------------------------- */
.themesflat-pagination {
  display: inline-block;
  background-color: #FFF4E7;
  border: 1px solid #120A21;
  padding: 21px 50px 31px;
  margin-top: 59px;
}

.themesflat-pagination ul {
  position: relative;
}

.themesflat-pagination ul li {
  display: inline-block;
  margin-right: 15px;
}

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

.themesflat-pagination ul li.style-left {
  margin-right: 42px;
}

.themesflat-pagination ul li.style-right {
  margin-left: 25px;
}

.themesflat-pagination ul li .page-numbers {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 200px;
  background-color: #120A21;
  object-fit: cover;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.themesflat-pagination ul li .page-numbers.numbers {
  margin-top: 16px !important;
}

.themesflat-pagination ul li .page-numbers::before {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.themesflat-pagination ul li .page-numbers:hover.numbers,
.themesflat-pagination ul li .page-numbers.current.numbers {
  margin: 0 15px;
}

.themesflat-pagination ul li .page-numbers:hover.numbers::before,
.themesflat-pagination ul li .page-numbers.current.numbers::before {
  content: "";
  width: 40px;
  height: 40px;
  border: 1px solid #120A21;
  border-radius: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.themesflat-pagination ul li .page-numbers.style {
  width: 65px;
  height: 65px;
  color: #fff;
  text-align: center;
  line-height: 65px;
  box-shadow: 2px 6px 0 #FFD80D;
}

.themesflat-pagination ul li .page-numbers.style i {
  font-size: 22px;
  font-weight: 400;
  vertical-align: middle;
}

.themesflat-pagination ul li .page-numbers.style:hover {
  box-shadow: 2px 6px 0 #120A21;
  background: #8B54FF;
}

/* Scroll Top
-------------------------------------------------------------- */
.button-go {
  position: fixed;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 4px;
  text-align: center;
  z-index: 999;
  right: 20px;
  bottom: 40px;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  overflow: hidden;
  box-shadow: 5px 5px 0 #120A21;
}

.button-go.show {
  right: 15px;
  opacity: 1;
  visibility: visible;
}

.button-go::before,
.button-go::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.button-go::before {
  z-index: -1;
  background-color: #8B54FF;
}

.button-go::after {
  content: "\f077";
  font-family: "Font Awesome 5 Pro";
  font-size: 17px;
  color: #ffffff;
  font-weight: 600;
}

.button-go:hover {
  box-shadow: 5px 5px 0 #FFD80D;
}

/* PreLoad
-------------------------------------------------------------- */
/* .preload {
  overflow: hidden;
}

.preload-container {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 99999999999;
  display: block;
} */

#loaders {
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
}

@keyframes loader {
  0% {
    left: -100px;
  }

  100% {
    left: 110%;
  }
}

#box {
  width: 50px;
  height: 50px;
  background: #8B54FF;
  animation: animate 0.5s linear infinite;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3px;
  z-index: 9999999999;
}

@keyframes animate {
  17% {
    border-bottom-right-radius: 3px;
  }

  25% {
    transform: translateY(9px) rotate(22.5deg);
  }

  50% {
    transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    border-bottom-right-radius: 40px;
  }

  75% {
    transform: translateY(9px) rotate(67.5deg);
  }

  100% {
    transform: translateY(0) rotate(90deg);
  }
}

#shadow {
  width: 50px;
  height: 5px;
  background: #000;
  opacity: 0.1;
  position: absolute;
  top: 59px;
  left: 0;
  border-radius: 50%;
  animation: shadow 0.5s linear infinite;
}

@keyframes shadow {
  50% {
    transform: scale(1.2, 1);
  }
}

.title-load {
  position: absolute;
  bottom: 20px;
  left: 20px;
  margin: 0;
  font-weight: 200;
  opacity: 0.5;
  font-family: sans-serif;
  color: #fff;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

.heading-section {
  margin-bottom: 52px;
}

.heading-section h6 {
  margin-bottom: 26px;
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
  background: #8B54FF;
  border-radius: 5px;
  box-shadow: 5px 5px 0 #120A21;
}

.heading-section h2 {
  letter-spacing: -0.9px;
  text-transform: capitalize;
}

.heading-section.style {
  margin-bottom: 24px;
}

.heading-section.style2 h6 {
  background: #fff;
  color: #120A21;
}

.heading-section.style3 {
  margin-bottom: 50px;
}

.heading-section.style3 h6 {
  margin-bottom: 25px;
}

.heading-section.style3 h2 {
  letter-spacing: -0.8px;
  font-weight: 700;
  line-height: 50.4px;
}

.heading-section.style4 h6 {
  margin-bottom: 29px;
}

.heading-section.style4 h2 {
  letter-spacing: -0.8px;
  line-height: 46.2px;
  text-transform: unset;
}

.heading-section2 {
  margin-bottom: 50px;
}

.heading-section2 h6 {
  margin-bottom: 20px;
  margin-left: 1px;
  color: #fff;
  display: inline-block;
  background: #5C28CA;
  border-radius: 5px;
  padding: 9px 20px 7px;
}

.heading-section2 h2 {
  letter-spacing: -1.25px;
}

.dropdown>a {
  position: relative;
  display: block;
  padding: 0px 13px 0px 0px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  background: transparent;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  border-radius: 4px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 10;
}

.dropdown>a::after {
  font-family: "Font Awesome 5 Pro";
  font-size: 10px;
  font-weight: 500;
  content: "\f078";
  position: absolute;
  color: #fff;
  right: 0px;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.dropdown>a ul {
  position: absolute;
}

.seclect-box.style-2 .dropdown>a:after {
  right: 15px;
}

.dropdown ul.show {
  opacity: 1;
  position: absolute;
  width: 150px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.dropdown li {
  border-top: 0.5px solid rgba(122, 121, 138, 0.1);
  background: #fff;
  color: #000;
  width: 100%;
  padding: 9px 10px 8px 16px;
  list-style: none;
  display: inline-block;
  margin: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 16px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.dropdown .country {
  position: absolute;
  z-index: 99;
  margin-left: 13px;
  margin-top: 5px;
  color: #818089;
}

.dropdown ul,
.dropdown li.active,
.dropdown ul,
.dropdown li:hover {
  background: #e0e0e0;
}

.dropdown.style-2 ul {
  min-width: 100px;
}

/* donat progress */
.progress-bar {
  margin: 16px 0 42px;
}

.progress-bar:last-child {
  margin-bottom: 0;
}

.progress-title-holder {
  padding-bottom: 20px;
  position: relative;
}

.progress-content-outter {
  height: 5px;
  background-color: rgba(8, 4, 34, 0.1);
  border-radius: 5px;
}

.progress-content {
  height: 5px;
  background-color: #8B54FF;
  width: 0%;
}

.progress-number-mark {
  margin-bottom: 4px;
  position: absolute;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

/*# sourceMappingURL=style.css.map */