/**
  * Name: Pesonal Portfolio HTML Template
  * Version: 1.0
  * Author: Themesflat
  * Author URI: http://www.themesflat.com
*/
@import "shortcodes.css";
@import "animated-headline.css";
@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=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&family=Urbanist:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap");
@import "bootstrap.css";
/**
  	* Reset Browsers
    * General
	* Elements
  	* Forms
	* Typography
	* Extra classes
	* link style
	* Root
	* Header
	* Site Logo
    * Menu
    * search
    * Header Fixed
    * Pagination
    * Scroll Top
    * Footer
    * Widget
    * PreLoad
    * side bar
    * donat progress
    * heading 
    * hover 
*/
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;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

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

body {
  background: var(--primary-color);
  line-height: 1;
  padding-right: 0 !important;
}

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

ol,
ul {
  list-style: none;
}

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

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

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

blockquote,
q {
  quotes: none;
}

a img {
  border: 0;
}

img {
  max-width: 100%;
  height: auto;
}

select {
  max-width: 100%;
}

/* General
-------------------------------------------------------------- */
body,
button,
input,
select,
textarea {
  font-family: "Inter", sans-serif;
  color: var(--primary-color2);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  overflow-y: auto;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

.text-p,
p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #6B6785;
  font-family: "Inter", sans-serif;
}

.p-18 {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: var(--primary-color2);
}

.texts-p {
  font-weight: 400;
  font-size: 14px;
  color: #6B6785;
}

strong,
b,
cite {
  font-weight: bold;
}

dfn,
cite,
em,
i,
blockquote {
  font-style: italic;
}

abbr,
acronym {
  border-bottom: 1px dotted #e0e0e0;
  cursor: help;
}

mark,
ins {
  text-decoration: none;
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

address {
  font-style: italic;
  margin: 0 0 20px;
}

code,
kbd,
tt,
var,
samp,
pre {
  margin: 20px 0;
  padding: 4px 12px;
  background: #f5f5f5;
  border: 1px solid #e0e0e0;
  overflow-x: auto;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
  border-radius: 0;
  height: auto;
}

/* Elements
-------------------------------------------------------------- */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

hr {
  margin-bottom: 20px;
  border: dashed 1px #ccc;
}

/* List */
ul,
ol {
  padding: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

li {
  list-style: none;
}

ul li,
ol li {
  padding: 0.1em 0;
}

dl,
dd {
  margin: 0 0 20px;
}

dt {
  font-weight: bold;
}

del,
.disable {
  text-decoration: line-through;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

/* Table */
table,
th,
td {
  border: 1px solid #343444;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 30px;
  table-layout: fixed;
  width: 100%;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

th {
  border-width: 0 1px 1px 0;
  font-weight: bold;
}

td {
  border-width: 0 1px 1px 0;
}

th,
td {
  padding: 8px 12px;
}

/* Media */
embed,
object,
video {
  margin-bottom: 20px;
  max-width: 100%;
  vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
  margin-bottom: 0;
}

/* Forms
-------------------------------------------------------------- */
/* Fixes */
button,
input {
  line-height: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
  line-height: inherit;
  margin: 0;
  vertical-align: baseline;
}

input,
textarea,
select {
  font-size: 14px;
  max-width: 100%;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  /* Removing the inner shadow on iOS inputs */
}

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
}

input[type=checkbox] {
  display: inline;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: button;
  border: 0;
}

input[type=checkbox],
input[type=radio] {
  padding: 0;
  width: 14px;
  height: 14px;
  margin-right: 11px;
  cursor: pointer;
  vertical-align: sub;
  /* Addresses excess padding in IE8/9 */
}

input[type=search] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
}

input[type=search]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* Remove chrome yellow autofill */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f7f7f7 inset;
}

/* Reset search styling */
input[type=search] {
  outline: 0;
}

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

/* Contact Form 7 */
.wpcf7-form select,
.wpcf7-form textarea,
.wpcf7-form input {
  margin-bottom: 0;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -ms-appearance: none;
}

.select {
  position: relative;
  overflow: hidden;
}
.select ::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f078";
  font-size: 14px;
  right: 10px;
  font-weight: 600;
  color: #1F1F2C;
  display: block;
  position: absolute;
  background: 0 0;
  top: 50%;
  pointer-events: none;
  -webkit-transition: 0.25s all ease;
  -o-transition: 0.25s all ease;
  transition: 0.25s all ease;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

select option {
  font-size: 15px;
  line-height: 24px;
  color: #1F1F2C;
}

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 var(--primary-color6);
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
  line-height: 28px;
  border-radius: 4px;
  padding: 6px 15px 7px 19px;
  width: 100%;
  color: var(--primary-color2);
}

/* Input focus */
textarea:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=time]:focus,
input[type=week]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=color]:focus {
  border: 1px solid #8A8AA0;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

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-size: 16px;
  font-weight: 400;
  line-height: 24px;
  font-family: "Inter";
  color: #9C99AE;
}

/* Button */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  font-weight: 400;
  letter-spacing: 0.1px;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  padding: 23.5px 53px;
  border: 1px solid var(--primary-color3);
  display: inline-block;
  -webkit-appearance: 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;
}

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

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

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

.error {
  font-size: 16px;
  color: var(--primary-color2);
  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;
}

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

h1 {
  font-size: 80px;
}

h2 {
  font-size: 36px;
}

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

h4 {
  font-size: 20px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

/* 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;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: "Font Awesome 5 Pro";
  font-size: 20px;
}

.swiper-button-next:after {
  content: "\f061";
}

.swiper-button-prev:after {
  content: "\f060";
}

.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;
}

.wrap-inner {
  display: block;
  width: 100%;
}

.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;
}

.align {
  align-items: center;
}

.show-boder {
  padding-bottom: 100px !important;
  margin-bottom: -100px !important;
}

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

.wrapper-style {
  background: #FAF8FF;
}

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

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

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

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

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

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

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

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

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

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

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

.ls-01 {
  letter-spacing: 0.1em;
}

.lh-1 {
  line-height: 110px !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

/* link style
-------------------------------------------------------------- */
a {
  text-decoration: none;
  color: var(--primary-color2);
  -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;
}
a:hover, a:focus {
  color: var(--primary-color3);
  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;
}

@keyframes rainbow {
  0% {
    background-position: left;
  }
  50% {
    background-position: right;
  }
  100% {
    background-position: left;
  }
}
.link-style-1 a {
  text-decoration: none;
  color: var(--primary-color4);
  -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: var(--primary-color3);
  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: var(--primary-color6);
  -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: var(--primary-color3);
  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: var(--primary-color);
  -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: var(--primary-color);
  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;
  filter: contrast(0.6);
}

.link-style-4 a {
  text-decoration: none;
  color: var(--primary-color2);
  -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: var(--primary-color);
  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;
}

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

.text-color-3 {
  color: #6001D3 !important;
}

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

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

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

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

.text-color-8 {
  color: rgba(156, 153, 174, 0.75) !important;
}

/* Root
-------------------------------------------------------------- */
:root {
  /* color */
  --primary-color: #fff;
  --primary-color2: #080422;
  --primary-color3: #6001D3;
  --primary-color4: #6B6785;
  --primary-color5: #E5E5E5;
  --primary-color6: #9C99AE;
  --primary-color7: #FFFFFFB2;
}

/* Header
-------------------------------------------------------------- */
header {
  padding-right: 0 !important;
}

.header_1 {
  position: relative;
  z-index: 100;
  height: 80px;
  width: 100%;
}

.header_1 #main-nav {
  position: absolute;
  left: 30.65%;
  top: 50%;
  z-index: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.home3 .header_1 #main-nav {
  left: 38px;
  top: 46%;
}

.sc-btn-top.style3 a {
  height: 80px;
  line-height: 80px;
  background: rgba(255, 255, 255, 0.1);
}

/* Site Logo
-------------------------------------------------------------- */
#site-logo {
  height: 80px;
}

#site-logo-inner {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.main-logo img,
.main-logo h2 {
  float: left;
}

.flat-button-top {
  transform: translateY(-50%);
  position: absolute;
  right: 0px;
  top: 50%;
}

/* Menu
-------------------------------------------------------------- */
/* Main Nav */
#main-nav ul {
  margin: 0px;
}
#main-nav ul li {
  position: relative;
  list-style: none;
}

#main-nav > ul > li {
  float: left;
  padding: 40px 15px 40px 13px;
}
#main-nav > ul > li > a {
  position: relative;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  display: block;
  color: var(--primary-color2);
  padding-right: 12.5px;
}
#main-nav > ul > li > a:hover {
  color: var(--primary-color3);
}
#main-nav > ul > li > a:hover::before {
  width: calc(100% - 0.8em);
  background: var(--primary-color3);
}
#main-nav > ul > li > a::before {
  content: "";
  position: absolute;
  height: 3px;
  left: 42%;
  bottom: -20px;
  -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;
  transform: translateX(-50%);
  width: 0%;
}
#main-nav > ul.style-menu > li {
  padding: 34px 30px 33px 13px;
}
#main-nav > .menu > li.menu-item-has-children > a::after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* Sub Menu */
#main-nav .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 250px;
  background-color: white;
  border-radius: 6px;
  box-shadow: -2px 6px 23px rgba(96, 1, 211, 0.1);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -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;
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -o-transform: translateY(15px);
  transform: translateY(15px);
}
#main-nav .sub-menu::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 25px;
  height: 15px;
  width: 15px;
  transform: rotate(45deg);
  background-color: #fff;
}
#main-nav .sub-menu li:not(:last-child) a {
  border-bottom: 1px solid rgba(225, 225, 225, 0.5568627451);
}
#main-nav .sub-menu li a {
  display: block;
  font-size: 16px;
  color: var(--primary-color2);
  padding: 20px;
  font-weight: 600;
}
#main-nav .right-sub-menu {
  left: auto;
  right: 0;
}

#main-nav > ul > .current-menu-item > a {
  color: var(--primary-color3);
}
#main-nav > ul > .current-menu-item > a::before {
  width: calc(100% - 0.8em);
  background: var(--primary-color3);
}

#main-nav li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

#main-nav .sub-menu li.current-item a,
#main-nav .sub-menu li a:hover {
  color: var(--primary-color3);
}

#main-nav > ul > li .sub-menu li {
  position: relative;
}
#main-nav > ul > li .sub-menu li a {
  transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
}
#main-nav > ul > li .sub-menu li a:hover {
  padding-left: 35px;
}
#main-nav > ul > li .sub-menu li a:hover::after {
  width: 12px;
}
#main-nav > ul > li .sub-menu li a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background: var(--primary-color3);
  left: 15px;
  top: 28px;
  -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;
}
#main-nav > ul > li .sub-menu li.current-item a {
  padding-left: 35px;
}
#main-nav > ul > li .sub-menu li.current-item a::after {
  width: 12px;
}

/* Mobile Menu */
#main-nav-mobi {
  display: block;
  margin: 0 auto;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999999;
  background-color: var(--primary-color);
  box-shadow: 0px 3px 16px rgba(47, 83, 109, 0.12);
}
#main-nav-mobi ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
#main-nav-mobi ul li {
  margin: 0;
  text-align: left;
  cursor: pointer;
  padding: 0;
  border-top: 1px solid rgba(138, 138, 160, 0.3);
  position: relative;
}
#main-nav-mobi ul li:first-child {
  border-top: 0px;
}

#main-nav-mobi ul > li > a {
  color: var(--primary-color2);
  display: inline-block;
  font-size: 16px;
  line-height: 48px;
  padding: 0 15px;
  font-weight: 700;
}
#main-nav-mobi ul > li.current-menu-item > a {
  color: var(--primary-color3);
}
#main-nav-mobi .sub-menu .menu-item a {
  margin-left: 15px;
}

#main-nav-mobi ul li > ul > li:first-child {
  border-top: 1px solid rgba(138, 138, 160, 0.3);
}

#main-nav-mobi .current-item > a,
#main-nav-mobi ul > li > a:hover {
  color: var(--primary-color3);
}

#main-nav-mobi .menu-item-has-children .arrow {
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  font-family: "FontAwesome";
  line-height: 48px;
  position: absolute;
  right: 0px;
  text-align: center;
  top: 0;
  width: 48px;
}
#main-nav-mobi .menu-item-has-children .arrow::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f107";
  color: var(--primary-color2);
}

#main-nav-mobi .menu-item-has-children.current-menu-item .arrow:before {
  color: var(--primary-color3);
}

#main-nav-mobi .menu-item-has-children.current-menu-item .arrow:before {
  background: var(--primary-color3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#main-nav-mobi .menu-item-has-children .arrow.active {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -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;
}

#main-nav-mobi .menu-item-has-children .arrow.active:before {
  content: "\f107";
}

#main-nav-mobi ul ul li {
  background-color: var(--primary-color);
  border-top: 1px solid rgba(138, 138, 160, 0.3);
}

/* Mobile Menu Button */
.mobile-button {
  display: none;
  position: absolute;
  width: 26px;
  height: 26px;
  float: right;
  top: 50%;
  right: 0px;
  background-color: transparent;
  cursor: pointer;
  -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;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.mobile-button::before, .mobile-button::after,
.mobile-button span {
  background-color: var(--primary-color2);
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.mobile-button::before, .mobile-button::after {
  content: "";
  position: absolute;
  top: 0;
  height: 3px;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.mobile-button span {
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0;
  top: 50%;
  overflow: hidden;
  text-indent: 200%;
}
.mobile-button::before {
  -webkit-transform: translate3d(0, -7px, 0);
  -moz-transform: translate3d(0, -7px, 0);
  transform: translate3d(0, -7px, 0);
}
.mobile-button::after {
  -webkit-transform: translate3d(0, 7px, 0);
  -moz-transform: translate3d(0, 7px, 0);
  transform: translate3d(0, 7px, 0);
}
.mobile-button.active span {
  opacity: 0;
}
.mobile-button.active::before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  -moz-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.mobile-button.active::after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  -moz-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

.tf-button-submit:hover {
  opacity: 0.9;
  color: #fff;
}

/* Search */
.search .search-submit {
  position: absolute;
  top: 6px;
  right: 4px;
  font-size: 16px;
  background: transparent;
  color: #fff;
  border: none;
  line-height: 20px;
  padding: 9px 14.5px;
  -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;
  transform: rotateY(170deg);
}
.search .search-submit:hover.search-icon::after {
  color: var(--primary-color3);
}
.search .search-submit.search-icon::after {
  content: "\f002";
  font-family: "Font Awesome 5 Pro";
  color: var(--primary-color6);
}

.search-form {
  position: relative;
}
.search-form .search-field {
  background: var(--primary-color);
  color: #fff;
  width: 100%;
  border: 1px solid var(--primary-color5);
  line-height: 24px;
  padding: 11px 50px 11px 19px;
  border-radius: 12px;
}
.search-form .search-field::placeholder {
  color: var(--primary-color6) !important;
  line-height: 19px;
  font-size: 16px !important;
  font-weight: 400;
}
.search-form .search-field:focus {
  background: var(--primary-color);
  color: var(--primary-color2);
  width: 100%;
  border: 1px solid var(--primary-color3);
  border-radius: 5px;
  line-height: 24px;
  padding: 11px 50px 11px 19px;
}

/* Header Fixed */
.header_1.is-fixed {
  position: fixed;
  top: -200px;
  left: 0;
  width: 100%;
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.3);
  z-index: 99999;
  background: var(--primary-color);
  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: var(--primary-color2);
}
.header_1.is-fixed #main-nav > ul > .current-menu-item > a {
  color: var(--primary-color3);
}

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

/* Pagination
-------------------------------------------------------------- */
.themesflat-pagination {
  margin-top: -1px;
}
.themesflat-pagination ul {
  position: relative;
}
.themesflat-pagination ul li {
  display: inline-block;
  margin-right: 5px;
}
.themesflat-pagination ul li:last-child {
  margin-right: 0;
}
.themesflat-pagination ul li .page-numbers {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: var(--primary-color2);
  text-align: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--primary-color5);
  line-height: 40px;
  border-radius: 8px;
  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:hover, .themesflat-pagination ul li .page-numbers.current {
  background-color: var(--primary-color3);
  color: #fff;
  border-color: var(--primary-color3);
}

/* Scroll Top
-------------------------------------------------------------- */
#scroll-top {
  position: fixed;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 4px;
  text-align: center;
  z-index: 999;
  right: 14px;
  bottom: 23px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  overflow: hidden;
}
#scroll-top.show {
  right: 15px;
  opacity: 1;
  visibility: visible;
}
#scroll-top::before, #scroll-top::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;
}
#scroll-top::before {
  z-index: -1;
  background-color: var(--primary-color3);
}
#scroll-top::after {
  content: "\f077";
  font-family: "Font Awesome 5 Pro";
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
}
#scroll-top:hover {
  transform: translateY(-7%);
}

/* Footer
-------------------------------------------------------------- */
#footer {
  padding: 80px 0 40px;
  background: #180D45;
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  position: relative;
}
#footer.home {
  background: #F6F7FA;
}

.is_dark #footer {
  padding: 80px 0 40px;
  background: #180D45;
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
}
.is_dark #footer .widget-menu .title-widget {
  color: var(--primary-color) !important;
}
.is_dark #footer .widget-menu.style-2 a {
  color: rgba(171, 175, 199, 0.75);
}
.is_dark #footer .widget-menu.style-2 a:hover {
  color: var(--primary-color);
}
.is_dark #footer .widget-menu.style-3 p {
  color: rgba(171, 175, 199, 0.75);
}
.is_dark #footer p {
  color: rgba(156, 153, 174, 0.75) !important;
}
.is_dark #footer.home .form-subcribe input {
  background: #2F2558;
  border: 1px solid #2F2558;
  color: var(--primary-color);
}

/* Widget
-------------------------------------------------------------- */
/*widget-logo*/
.widget-logo {
  padding-right: 108px;
}
.widget-logo .logo-footer {
  margin-bottom: 24px;
}
.widget-logo .logo-footer a {
  font-size: 36px;
  font-weight: bold;
  color: var(--primary-color3);
}
.widget-logo p {
  padding-right: 35px;
  color: rgba(156, 153, 174, 0.75);
}

/* widget-menu */
.widget-menu.style-2 {
  padding-top: 13px;
  padding-left: 30px;
  padding-right: 130px;
}
.widget-menu.style-2 p {
  margin-bottom: 16px;
  color: rgba(156, 153, 174, 0.75);
}
.widget-menu.style-2 a {
  color: rgba(171, 175, 199, 0.75);
}
.widget-menu.style-2 a:hover {
  color: var(--primary-color);
}
.widget-menu.style-2.home a {
  color: var(--primary-color4);
}
.widget-menu.style-2.home a:hover {
  color: var(--primary-color3);
}
.widget-menu.style-3 {
  padding-top: 13px;
  padding-left: 70px;
}
.widget-menu.style-3 p {
  margin-bottom: 41px;
  padding-right: 30px;
  color: rgba(156, 153, 174, 0.75);
}
.widget-menu .title-widget {
  margin-bottom: 27.5px;
  color: var(--primary-color);
}
.widget-menu ul li a {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 43px;
  position: relative;
  color: var(--primary-color7);
}
.widget-menu ul li a::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  background: #B14233;
  right: 0;
  bottom: 0;
  display: block;
  transform: scaleX(1);
  opacity: 0;
  transform-origin: center;
  transition: transform 0.3s;
}
.widget-menu ul li 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;
}
.widget-menu ul li a:hover::after {
  transform: scaleX(1);
  transform-origin: center;
  transition: transform 0.3s;
  opacity: 1;
}

#footer.home .widget-menu .title-widget {
  margin-bottom: 28.5px;
}

/* widget-subcribe */
.widget-subcribe.home .form-subcribe input {
  background: #EDEEF2;
  border: 1px solid #EDEEF2;
  color: var(--primary-color2);
}
.widget-subcribe h3 {
  margin-bottom: 21px;
}
.widget-subcribe .form-subcribe form {
  position: relative;
}
.widget-subcribe .form-subcribe input {
  background: #2F2558;
  width: 100%;
  border-radius: 30px;
  padding: 15px 50px 15px 22px;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid rgba(255, 255, 255, 0.031372549);
  color: #fff;
}
.widget-subcribe .form-subcribe input:focus {
  border: 1px solid var(--primary-color3);
}
.widget-subcribe .form-subcribe input::placeholder {
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
  max-width: 70%;
  overflow: hidden;
  color: #9C99AE;
  letter-spacing: 0.1px;
}
.widget-subcribe .form-subcribe button {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: var(--primary-color3);
  font-size: 21px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0;
  color: var(--primary-color);
  -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;
}
.widget-subcribe .form-subcribe button span {
  font-size: 16px;
  font-weight: 700;
}
.widget-subcribe .form-subcribe button:hover {
  color: var(--primary-color3);
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  -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;
}
.widget-subcribe .form-subcribe button:hover i {
  animation: 0.3s link-icon linear;
}

/* widget social footer */
.widget-social-footer {
  padding: 31px 0 27px;
  background: #180D45;
}
.widget-social-footer .title-bottom {
  color: #ABAFC7;
}
.widget-social-footer .title-bottom a {
  color: #ABAFC7;
}
.widget-social-footer .title-bottom a:hover {
  color: var(--primary-color);
}
.widget-social-footer .wrap-list {
  padding-left: 90px;
  padding-top: 2px;
}
.widget-social-footer ul li {
  margin-right: 44px;
}
.widget-social-footer ul li a {
  line-height: 24px;
  font-size: 16px;
  color: #6B6785;
}
.widget-social-footer ul li a:hover {
  font-size: 16px;
  color: var(--primary-color);
  font-size: 14px;
  -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;
}
.widget-social-footer .icon-bottom {
  text-align: end;
  margin-top: -6px;
}
.widget-social-footer .icon-bottom a i {
  color: var(--primary-color);
  font-size: 13px;
  width: 40px;
  height: 40px;
  background-color: #24194E;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  margin-left: 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;
}
.widget-social-footer .icon-bottom a:hover i {
  background-color: var(--primary-color3);
}
.widget-social-footer.home-style {
  background: #F6F7FA;
  border-top: 1px solid var(--primary-color5);
}
.widget-social-footer.home-style .title-bottom {
  color: var(--primary-color2);
}
.widget-social-footer.home-style .title-bottom a {
  color: var(--primary-color2);
}
.widget-social-footer.home-style .title-bottom a:hover {
  color: var(--primary-color3);
}
.widget-social-footer.home-style ul li a {
  color: var(--primary-color6);
}
.widget-social-footer.home-style ul li a:hover {
  color: var(--primary-color3);
}
.widget-social-footer.home-style .icon-bottom a i {
  color: var(--primary-color6);
  background-color: #EAEBEF;
}
.widget-social-footer.home-style .icon-bottom a:hover i {
  background-color: var(--primary-color3);
  color: var(--primary-color);
}

/* 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;
}

@-webkit-keyframes outerRotate1 {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-moz-keyframes outerRotate1 {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-o-keyframes outerRotate1 {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes outerRotate1 {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes outerRotate2 {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@-moz-keyframes outerRotate2 {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@-o-keyframes outerRotate2 {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@keyframes outerRotate2 {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@-webkit-keyframes textColour {
  0% {
    color: #6001D3;
  }
  100% {
    color: #000;
  }
}
@-moz-keyframes textColour {
  0% {
    color: #6001D3;
  }
  100% {
    color: #000;
  }
}
@-o-keyframes textColour {
  0% {
    color: #6001D3;
  }
  100% {
    color: #000;
  }
}
@keyframes textColour {
  0% {
    color: #6001D3;
  }
  100% {
    color: #000;
  }
}
.e-loadholder {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-51%, -50%);
  -moz-transform: translate(-51%, -50%);
  -ms-transform: translate(-51%, -50%);
  -o-transform: translate(-51%, -50%);
  transform: translate(-51%, -50%);
  width: 240px;
  height: 240px;
  border: 5px solid #6001D3;
  border-radius: 120px;
  box-sizing: border-box;
}
.e-loadholder:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-51%, -50%);
  -moz-transform: translate(-51%, -50%);
  -ms-transform: translate(-51%, -50%);
  -o-transform: translate(-51%, -50%);
  transform: translate(-51%, -50%);
  content: " ";
  display: block;
  background: #fff;
  transform-origin: center;
  z-index: 0;
}
.e-loadholder:after {
  width: 100px;
  height: 200%;
  -webkit-animation: outerRotate2 30s infinite linear;
  -moz-animation: outerRotate2 30s infinite linear;
  -o-animation: outerRotate2 30s infinite linear;
  animation: outerRotate2 30s infinite linear;
}
.e-loadholder .m-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-51%, -50%);
  -moz-transform: translate(-51%, -50%);
  -ms-transform: translate(-51%, -50%);
  -o-transform: translate(-51%, -50%);
  transform: translate(-51%, -50%);
  width: 200px;
  height: 200px;
  color: #888;
  text-align: center;
  border: 5px solid #8623fe;
  border-radius: 100px;
  box-sizing: border-box;
  z-index: 20;
  text-transform: uppercase;
}
.e-loadholder .m-loader:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-51%, -50%);
  -moz-transform: translate(-51%, -50%);
  -ms-transform: translate(-51%, -50%);
  -o-transform: translate(-51%, -50%);
  transform: translate(-51%, -50%);
  content: " ";
  display: block;
  background: #fff;
  transform-origin: center;
  z-index: -1;
}
.e-loadholder .m-loader:after {
  width: 100px;
  height: 106%;
  -webkit-animation: outerRotate1 15s infinite linear;
  -moz-animation: outerRotate1 15s infinite linear;
  -o-animation: outerRotate1 15s infinite linear;
  animation: outerRotate1 15s infinite linear;
}
.e-loadholder .m-loader .e-text {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 130px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-51%, -50%);
  -moz-transform: translate(-51%, -50%);
  -ms-transform: translate(-51%, -50%);
  -o-transform: translate(-51%, -50%);
  transform: translate(-51%, -50%);
  -webkit-animation: textColour 1s alternate linear infinite;
  -moz-animation: textColour 1s alternate linear infinite;
  -o-animation: textColour 1s alternate linear infinite;
  animation: textColour 1s alternate linear infinite;
  display: block;
  width: 140px;
  height: 140px;
  text-align: center;
  border: 5px solid #a255fe;
  border-radius: 70px;
  box-sizing: border-box;
  z-index: 20;
  font-family: "Inter", sans-serif;
}
.e-loadholder .m-loader .e-text:before, .e-loadholder .m-loader .e-text:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-51%, -50%);
  -moz-transform: translate(-51%, -50%);
  -ms-transform: translate(-51%, -50%);
  -o-transform: translate(-51%, -50%);
  transform: translate(-51%, -50%);
  content: " ";
  display: block;
  background: #fff;
  transform-origin: center;
  z-index: -1;
}
.e-loadholder .m-loader .e-text:before {
  width: 110%;
  height: 40px;
  -webkit-animation: outerRotate2 3.5s infinite linear;
  -moz-animation: outerRotate2 3.5s infinite linear;
  -o-animation: outerRotate2 3.5s infinite linear;
  animation: outerRotate2 3.5s infinite linear;
}
.e-loadholder .m-loader .e-text:after {
  width: 40px;
  height: 110%;
  -webkit-animation: outerRotate1 8s infinite linear;
  -moz-animation: outerRotate1 8s infinite linear;
  -o-animation: outerRotate1 8s infinite linear;
  animation: outerRotate1 8s infinite linear;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.side-bar .search-field::placeholder {
  font-size: 13px;
}

/* side bar */
.side-bar .widget.search {
  margin-bottom: 44px;
}
.side-bar .widget .widget-title {
  position: relative;
  padding-left: 1px;
}
.side-bar .widget .widget-title.title-list {
  margin-bottom: 20px;
}
.side-bar .widget .widget-title.title-blogs {
  margin-bottom: 23px;
}
.side-bar .widget .widget-title.title-tags {
  margin-bottom: 24px;
  font-family: "Urbanist";
  letter-spacing: 0.2px;
  font-weight: 700;
}
.side-bar .widget .tags_cloud_inner a {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  margin-right: 24.5px;
  margin-bottom: 18px;
  color: var(--primary-color4);
  position: relative;
  padding-bottom: 2px;
}
.side-bar .widget .tags_cloud_inner a::before {
  content: "";
  width: 0%;
  height: 1px;
  position: absolute;
  background: var(--primary-color3);
  left: 0%;
  bottom: 0px;
  transform: translateX(-50%);
  visibility: hidden;
  opacity: 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;
}
.side-bar .widget .tags_cloud_inner a.active, .side-bar .widget .tags_cloud_inner a:hover {
  color: var(--primary-color2);
}
.side-bar .widget .tags_cloud_inner a.active::before, .side-bar .widget .tags_cloud_inner a:hover::before {
  width: 100%;
  visibility: visible;
  opacity: 1;
  left: 50%;
}
.side-bar .widget .tags_cloud_inner a:last-child {
  margin-bottom: 0;
}

/* recent news */
.widget.widget-posts {
  margin-bottom: 48px;
}
.widget .recent-news {
  margin-bottom: 33px;
}
.widget .recent-news li {
  padding-bottom: 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.0705882353);
}
.widget .recent-news li:last-child {
  border-bottom: unset;
  padding-bottom: 0px;
}
.widget .recent-news li:not(:first-of-type) {
  padding-top: 10px;
}
.widget .recent-news li .thumb {
  float: left;
  overflow: hidden;
  margin: 0px 20.5px 0px 0px;
  position: relative;
  width: 80px;
  height: 80px;
}
.widget .recent-news li .title-post {
  padding-top: 8px;
}
.widget .recent-news li .title-post h6 {
  margin-bottom: 8px;
}
.widget .recent-news li .title-post h5 {
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 9px;
  color: #fff;
  text-transform: capitalize;
  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;
}
.widget .recent-news li .title-post h5:hover a {
  text-decoration: underline;
}

/*widget categories */
.widget.widget-categories {
  margin-bottom: 48px;
}
.widget.widget-categories li {
  position: relative;
  margin-bottom: 13px;
  display: flex;
  justify-content: space-between;
}
.widget.widget-categories li:last-child {
  margin-bottom: 0;
}
.widget.widget-categories li a {
  color: var(--primary-color4);
  font-size: 16px;
  font-weight: 400;
  position: relative;
  padding-bottom: 5px;
}
.widget.widget-categories li a::before {
  content: "";
  width: 0%;
  height: 1px;
  position: absolute;
  background: var(--primary-color3);
  left: 0%;
  bottom: 0px;
  transform: translateX(-50%);
  visibility: hidden;
  opacity: 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;
}
.widget.widget-categories li a:hover {
  color: var(--primary-color2);
  font-weight: 500;
}
.widget.widget-categories li a:hover::before {
  width: 100%;
  visibility: visible;
  opacity: 1;
  left: 50%;
}
.widget.widget-categories li .number {
  font-size: 16px;
  text-align: end;
  color: var(--primary-color4);
}
.widget.widget-categories li.active a {
  color: var(--primary-color2);
  font-weight: 500;
  letter-spacing: -0.1px;
}
.widget.widget-categories li.active a::before {
  width: 100%;
  visibility: visible;
  opacity: 1;
  left: 50%;
}
.widget.widget-categories li.active .number {
  color: var(--primary-color2);
  font-weight: 500;
}

/* donat progress */
.progress-bar {
  margin: 16px 0 46px;
}
.progress-bar h4 {
  font-size: 18px;
}
.progress-bar h4 .progress-number {
  font-weight: 400;
}

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

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

.progress-content {
  height: 12px;
  background-color: var(--primary-color3);
  width: 0%;
  border-radius: 40px;
}
.progress-content.style-1 {
  background-color: #3D88FB;
}
.progress-content.style-2 {
  background-color: #5637C8;
}
.progress-content.style-3 {
  background-color: #00D199;
}
.progress-content.style-4 {
  background-color: #C87B07;
}
.progress-content.style-5 {
  background-color: #A92535;
}
.progress-content.style-6 {
  background-color: #9116CD;
}

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

.flat-skill.home2 .progress-bar span {
  color: var(--primary-color);
}
.flat-skill.home2 .progress-bar .progress-content {
  background-color: #FABE3C;
}
.flat-skill.home2 .progress-bar .progress-content-outter {
  background-color: rgba(255, 255, 255, 0.1);
}

.heading-section {
  margin-bottom: 50px;
}
.heading-section h5 {
  margin-bottom: 17px;
  margin-left: 1px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--primary-color3);
}
.heading-section h2 {
  line-height: 44px;
  text-transform: capitalize;
}
.heading-section.style {
  margin-top: -3px;
  margin-bottom: 49px;
  padding: 0 30%;
}

.flat-im {
  -webkit-transition: all 1s cubic-bezier(0.3, 1, 0.35, 1) 0s;
  transition: all 1s cubic-bezier(0.3, 1, 0.35, 1) 0s;
}

.hover-img .img-style {
  overflow: hidden;
}
.hover-img .img-style img {
  width: 100%;
  object-fit: cover;
  -webkit-transition: all 1s cubic-bezier(0.3, 1, 0.35, 1) 0s;
  transition: all 1s cubic-bezier(0.3, 1, 0.35, 1) 0s;
  transition: transform 500ms ease;
}
.hover-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
  -webkit-transition: all 2s cubic-bezier(0.3, 1, 0.35, 2) 0s;
  transition: all 2s cubic-bezier(0.3, 1, 0.35, 2) 0s;
}

.hv-one {
  position: relative;
}
.hv-one .hover-one::after,
.hv-one .hover-one::before {
  content: "";
  background: var(--primary-color);
  height: 0;
  width: 0;
  z-index: 1;
  position: absolute;
  opacity: 0.7;
}
.hv-one .hover-one::after {
  z-index: 3;
  bottom: 0;
  left: 0;
}
.hv-one .hover-one::before {
  z-index: 3;
  right: 0;
  top: 0;
}
.hv-one:hover .hover-one::after, .hv-one:hover .hover-one::before {
  height: 100%;
  width: 100%;
  opacity: 0;
  transition-duration: 1.3s !important;
}

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