/**
  * Name: Pesonal Portfolio HTML Template
  * Version: 1.0
  * Author: Themesflat
  * Author URI: http://www.themesflat.com
*/
@import "shortcodes.css";
@import "responsive.css";
@import "animate.css";
@import "jquery.fancybox.min.css";
@import "font-awesome.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 {
  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;
}
body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
  background: #0162cd;
  min-width: 320px;
}
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;
}

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


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: 36px;
}

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: #0095da !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: #0095da;
  --primary-color4: #6B6785;
  --primary-color5: #E5E5E5;
  --primary-color6: #9C99AE;
  --primary-color7: #FFFFFFB2;
}

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




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

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

#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 {
  padding: 17px;
  float: left;
}

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

/* Menu

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

/* 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: #0095da;
  }
  100% {
    color: #000;
  }
}
@-moz-keyframes textColour {
  0% {
    color: #0095da;
  }
  100% {
    color: #000;
  }
}
@-o-keyframes textColour {
  0% {
    color: #0095da;
  }
  100% {
    color: #000;
  }
}
@keyframes textColour {
  0% {
    color: #0095da;
  }
  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 #0095da;
  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;
}


.image img{
  border-radius: 10px;
  box-shadow: 14px 14px 11px rgba(171, 175, 199, 0.301961);
}

.input {
  background: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}

.input h2 {
  color: black;
}

.input form{
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.input form p {
  max-width: 40%;
  margin: 0;
  margin-left: 30px;
  height: 56px;
}
.input form input {
  background-color: #fff;
  padding: 14px 15px 13px 21px;
  border: #f3f3f3;
  border-radius: 28px;
}
.input form input.btn-action {
  background: linear-gradient(to right, #ff8614 0%,#ffa754 99%);
  padding: 17px 34px;
  border-radius: 200px;
}

.input form button {
  background: linear-gradient(to right, #ff8614 0%,#ffa754 99%);
  padding: 17px 34px;
  border-radius: 200px;
}

.price-table {
  -webkit-box-shadow: 0px 0 20px rgba(101, 101, 101, 0.25);
  box-shadow: 0px 4px 20px 0px rgb(0, 84, 177);
}

.price-table {
  padding: .5rem 1.5rem;
  border: 1px solid #f6f3f3;
  background: #fff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 15px;
  height: calc(100% - 15px);
  padding-bottom: 230px;
  position: relative;
}

.price-table ul li {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
}
.plans {
  padding-bottom: 50px;
}
.plans .btn-action {
  color: var(--primary-color);
  z-index: 9;
  font-weight: 600;
  font-size: 16px;
  position: relative;
  margin-top: 20px;
  text-transform: capitalize;
  -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;
  width: calc(100% - 30px);
  text-align: center;
  border-radius: 10px;
}

.plans h2 {
  margin-bottom: 50px;
}

.question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #0095da;
  align-items: center;
}

.question p {
  font-size: 18px;
  color: #000;
}

.quest {
  background: #f6f7fa;
  padding-top: 50px;
  padding-bottom: 50px;
}

.quest h2 {
  margin-bottom: 30px;
}

.flat-contact {
  overflow: hidden;
}

.wrap-list {
  height: 100%;
  display: flex;
  align-items: center;
}

.all {
  display: block;
  font-size: 16px;
  text-decoration: underline;
  margin-top: 30px;
}

.sc-btn-top {
  display: flex;
  align-items: center;
}
.slider .slider-item .content {
  width: 100%;
}
.slider .slider-item .content .sc-btn-top a.top-plans {
  font-size: 22px;
  text-decoration: underline;
  color: #6b6785;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 200px auto;
  }
}

.modal input {
  background-color: #F7F7F7;
  border: #F7F7F7;
  padding: 14px 15px 13px 21px;
  border-radius: 28px;
  width: 100%;
  margin-bottom: 15px;
}

.modal  h3 {
  margin-bottom: 15px;
}

.modal  p {
  margin-bottom: 15px;
}

.modal-body {
  padding: 30px;
}

input {
  border: 1px solid #00000024 !important;
}

.plan-inner {
  display: block;
  font-size: 16px;
  margin-top: 21px;
  text-decoration: underline;
}

.tarif-inner {
  margin-bottom: 15px;
}

.entry-content p {
  color: #000;
}

.widget-social-footer ul {
  display: flex;
}

.sc-btn-top svg {
  display: none;
}

@media (max-width: 767px) {
  .input form {
    display: block;
  }
  .input form p {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 15px;
  }
  .input form button {
    margin: 0 auto;
    display: flex;
  }
  .price-table {
    margin-bottom: 15px;
  }
  .heading-post h1 {
    font-size: 36px;
  }
  .widget-social-footer ul {
    display: block;
    text-align: center;
  }
  .flat-button-top {
    right: 35px;
  }
  .flat-button-top .btn-action {

    padding: 10px 10px;
  }
  .flat-button-top .btn-action span{
  font-size: 11px;
  }
  #site-logo-inner {
    max-width: 165px;
  }
  .sc-btn-top svg {
    display: block;
  }
}

.custom-plans {
  padding-top: 50px;
  padding-bottom: 50px;
  background: black;
  color: #fff;
  text-align: center;
}

.custom-plans p {
  color: #fff;
  margin-bottom: 50px;
  margin-top: 20px;
}

.plan-name {
  padding: 2.5rem 1.5rem;
  border: 1px solid #f6f3f3;
  background: #fff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  width: 100%;
  display: block;
  font-size: 24px;
}

.custom-plans {
  background: url("../images/slider/tarif.jpg");
}

.slider.home {
  padding-top: 65px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  padding-bottom: 30px;
  background-image: linear-gradient(to bottom, rgb(3, 123, 255) 10%,rgb(1, 98, 205) 100%);
}

header {
  position: fixed;
  background: #0162ce;
  z-index: 998;
  -webkit-box-shadow: 0px 4px 20px 0px rgb(0, 84, 177);
  box-shadow: 0px 4px 20px 0px rgb(0, 84, 177);
  width: 100%;
}
.logo_header_white {
  display: block;
}
.logo_header {
  display: none;
}
.slider .slider-item .content .sc-btn-top a.btn-action {
  background: linear-gradient(to right, #ff8614 0%,#ffa754 99%);
  padding: 23px 34px;
  border-radius: 10px;
}
.slider.home, .slider.home p, .slider .slider-item .content .sc-btn-top a.top-plans {
  color: #fff;
}

.options-container {
  border: 1px solid #f6f3f3;
  background: #fff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0 20px rgba(101, 101, 101, 0.25);
  box-shadow: 0px 0 20px rgba(101, 101, 101, 0.25);
  padding: 15px 0;
  margin-bottom: 50px;
}
.value-container {
  padding: 15px 20px;

}
.value-container:nth-child(2n) {
  background: #a6e3ff;
}
.options-container h4{
  padding: 15px 20px;
  margin-bottom: 15px;
}
.value-container p {
  font-size: 18px;
  color: black;
}
.value-container.abon p {
  font-size: 20px;
  color: black;
  font-weight: bold;
}
.flat-blog-details .btn-action {
  color: var(--primary-color);
  z-index: 9;
  font-weight: 600;
  font-size: 16px;
  position: relative;
  margin-top: 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;
}
input.btn-action {
  border-radius: 200px;
  transition: color 0.4s linear;
  position: relative;
  overflow: hidden;
  display: inline-block;
  background-color: var(--primary-color3);
  color: var(--primary-color);
  z-index: 9;
  font-weight: 600;
  font-size: 16px;
  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;
}
.more-content {
  margin-top: 30px;
  max-height: 0px;
  overflow: hidden;
  transition: 1s;
}
.more-content.opened {
  max-height: 2000px;
}

.btn-more {
  font-size: 16px;
  text-decoration: underline;
  cursor: pointer;
  color: #303030;
}
.btn-more.closed {
  display: none;
}


.disable {
   display: none !important
}
.plan-icon {
  max-width: 22px;
  max-height: 22px;
  min-width: 22px;
  min-height: 22px;
  margin-right: 6px;
}
.price-table ul li {
  display: flex;
}
.mini-slider .col-md-4:nth-child(1n) .price-table h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  background: url(../images/1.png), #57b4e5;
  background-position-x: 0%, 0%;
  background-position-y: 0%, 0%;
  background-repeat: repeat, repeat;
  border-radius: 10px;
  background-position: right !important;
  background-repeat: no-repeat !important;
  color: #fff;
  padding: 15px 20px;
}

.mini-slider .col-md-4:nth-child(2n) .price-table  h3 {
  margin-top: 10px !important;
  margin-bottom: 10px;
  background: url(../images/2.png), linear-gradient(180deg, #79d8a1 0%, #55ce93 100%);
  background-position-x: 0%, 0%;
  background-position-y: 0%, 0%;
  background-repeat: repeat, repeat;
  border-radius: 10px;
  background-position: right !important;
  background-repeat: no-repeat !important;
  color: #fff;
  padding: 15px 20px;
  margin-top: 20px;
}
.mini-slider .owl-item:nth-child(1n) .price-table h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  background: url(../images/1.png), #57b4e5;
  background-position-x: 0%, 0%;
  background-position-y: 0%, 0%;
  background-repeat: repeat, repeat;
  border-radius: 10px;
  background-position: right !important;
  background-repeat: no-repeat !important;
  color: #fff;
  padding: 15px 20px;
}

.mini-slider .owl-item:nth-child(2n) .price-table  h3 {
  margin-top: 10px !important;
  margin-bottom: 10px;
  background: url(../images/2.png), linear-gradient(180deg, #79d8a1 0%, #55ce93 100%);
  background-position-x: 0%, 0%;
  background-position-y: 0%, 0%;
  background-repeat: repeat, repeat;
  border-radius: 10px;
  background-position: right !important;
  background-repeat: no-repeat !important;
  color: #fff;
  padding: 15px 20px;
  margin-top: 20px;
}
.whatsapp {
  padding: 0;
  margin-left: 5px;
  max-height: 100%;
  background: transparent;
  max-width: 100%;
}
.whatsapp img {
  max-height: 50px;
  max-width: 100%;
}
.black-line {
  display: flex;
  color: #fff;
  align-items: center;
  padding: 0 10px;
  justify-content: space-between;
  width: fit-content;
  transform: translateY(-50%);
  position: absolute;
  right: 70px;
  top: 50%;
}
.black-line h6 {
  margin-bottom: 10px;
}
.black-line .support {
  display: flex;
  align-items: center;
}

.black-line .support.second {
  padding-right: 5px;
  margin-right: 5px;
  border-right: 1px solid black;
  display: flex;
  align-items: center;
}
.black-line svg{
  transform: scale(-1, -1) rotate(-55deg);
  width: 30px;
}
.black-line a {
  color: #fff;
}
.price-table.tarif-inner {
  -webkit-box-shadow: 0px 0 20px rgba(101, 101, 101, 0.25);
  box-shadow: 0px 0 20px rgba(101, 101, 101, 0.25);
  padding: 2.5rem 1.5rem;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  border: 1px solid #f6f3f3;
  background: #fff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.bg-gray {
  background: #F6F7FA;
  color: #000;
  padding-top: 80px;
  padding-bottom: 30px;
}

.footer-svg {
  width: 16px;
  height: 16px;
}
.bg-gray h2 {
  margin-bottom: 20px;
}
.footer-text {
  display: flex;
  align-items: baseline;
}
p.footer-text.time {
  font-weight: 400;
  margin-bottom: 30px;
}
.footer-text svg {
  margin-right: 5px;
}


.feature {
  display: flex;
  margin-top: 15px;
  border-bottom: 1px solid #e9e9e9;
}
.feature img {
  width: 32px;
  height: 32px;
  margin-right: 10px;
}
.addon img {
  width: 32px;
  height: 32px;
  margin-right: 10px;
}
.addon {
  display: flex;
  margin-top: 15px;
  padding-right: 50px;
  position: relative;
}
.addon p, .feature p {
  font-size: 12px;
  line-height: 120%;
}
.addon strong, .feature strong {
  font-size: 14px;
}

.switch {
  display: inline-block;
  width: 44px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 4px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider-box {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 24px;
}

.slider-box:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

input:checked + .slider-box {
  background-color: #2196F3;
}

input:checked + .slider-box:before {
  transform: translateX(20px);
}
.base-price {
  font-size: 30px;
  line-height: 150%;
  border-radius: 8px;
}
.price-wrapper {
  position: absolute;
  bottom: 15px;
  left: 15px;
  width: calc(100% - 30px);
  margin-top: 30px;
  background: #bebebe3b;
  padding: 10px;
  border-radius: 8px;
}

.tarif-wrapper {
  position: relative;
  width: 100%;
  left: auto;
  bottom: auto;
}

.price-table.tarif-inner ul li {
  text-align: center;
  display: block;
}
.price-table.tarif-inner .addon {
  justify-content: center;
  align-items: center;
  padding-right: 0;
}
.price-table.tarif-inner .switch {
  position: relative;
  margin-left: 10px;
}

.tariffs__fire.-active {
  position: absolute;
  top: -11px;
}.tariffs__fire.-active {
   visibility: visible;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
 }.tariffs__fire {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 7px;
    border-radius: 20px;
    background: #f28e4a;
    color: #fff;
    text-align: center;
    font-size: 9.953px;
    font-style: normal;
    font-weight: 500;
    line-height: 102.688%;
    padding: 4px 9px;
    visibility: hidden;
    display: none;
  }
.tariffs__fire::before {
  display: inline-block;
  content: "";
  background: url("data:image/svg+xml,%3csvg%20width='11'%20height='15'%20viewBox='0%200%2011%2015'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M3.25135%2014.9091C3.03687%2014.8251%202.87894%2014.7433%202.83377%2014.7196C2.59262%2014.5933%202.47168%2014.5301%202.37423%2014.4666C2.17362%2014.336%202.07794%2014.2344%201.85208%2014.0241C1.33029%2013.5382%201.35803%2013.6304%201.18375%2013.4341C1.0308%2013.2615%200.884614%2012.9866%200.598998%2012.4436C0.393056%2012.052%200.28884%2011.8525%200.223038%2011.6637C0.194584%2011.5815%200.0821869%2011.2488%200.0352364%2010.6943C-0.00602315%2010.2095%20-0.0668454%209.49854%200.223038%208.71329C0.303423%208.49508%200.471663%208.20977%200.807786%207.63842C1.1087%207.12736%201.25915%206.87148%201.47612%206.58472C1.81544%206.13611%201.98653%206.03024%202.62498%205.34118C3.01588%204.91913%203.15033%204.7928%203.33529%204.5405C3.40394%204.44647%203.61699%204.14931%203.83645%203.71864C3.97446%203.4484%204.15088%203.10243%204.27501%202.6226C4.27501%202.6226%204.54995%201.56137%204.31662%200.620365C4.24976%200.350123%204.21632%200.215181%204.15016%200.108591C4.12313%200.0651658%204.09503%200.0274826%204.10784%200.00917929C4.14127%20-0.037835%204.41195%200.103208%204.71357%200.262195C4.869%200.344022%204.97393%200.39929%205.13115%200.494037C5.22078%200.548229%205.51208%200.723366%205.75786%200.915371C6.06518%201.15583%206.248%201.38049%206.5514%201.7584C6.89748%202.18906%207.08279%202.41983%207.28233%202.79092C7.62948%203.43584%207.74081%203.98566%207.76286%204.09763C7.8525%204.55844%207.84858%204.94712%207.84645%205.1725C7.84289%205.52313%207.84147%205.69863%207.80483%205.93119C7.7465%206.30192%207.66078%206.47634%207.74223%206.54238C7.86139%206.63927%208.20462%206.39523%208.26438%206.35288C8.31738%206.3152%208.46143%206.20717%208.59872%206.01553C8.70258%205.87054%208.87616%205.62865%208.87011%205.32C8.86656%205.13159%208.79791%205.01997%208.84913%204.98265C8.92098%204.93061%209.123%205.10072%209.18347%205.15133C9.48901%205.40829%209.64622%205.69719%209.70562%205.8045C10.1061%206.53053%2010.1122%206.3615%2010.353%206.8582C10.614%207.39581%2010.7271%207.84119%2010.7915%208.10174C11.0487%209.13857%2011.0067%209.98267%2010.9793%2010.4621C10.9459%2011.05%2010.9292%2011.3443%2010.8122%2011.7265C10.5173%2012.6923%209.90374%2013.2773%209.49647%2013.6652C8.87723%2014.2552%208.32485%2014.5144%207.88806%2014.7189C7.77567%2014.7717%207.38584%2014.9526%207.34493%2014.8876C7.31434%2014.8391%207.50215%2014.6945%207.72089%2014.4451C7.87953%2014.2638%208.17937%2013.9218%208.32662%2013.4757C8.43938%2013.1337%208.42088%2012.8559%208.38923%2012.38C8.37286%2012.1356%208.35117%2011.837%208.22205%2011.4739C8.14771%2011.2646%208.06875%2011.1203%207.95066%2010.905C7.72623%2010.4955%207.51495%2010.2238%207.47013%2010.1675C7.27308%209.917%207.0956%209.74365%206.9896%209.64065C6.72817%209.38656%206.66344%209.37005%206.41161%209.11381C6.23341%208.93257%206.12671%208.82383%206.01253%208.64582C5.87097%208.42474%205.80624%208.23381%205.74292%208.04755C5.68744%207.88426%205.61096%207.65349%205.58109%207.35131C5.53698%206.9009%205.63302%206.65794%205.54872%206.62241C5.5288%206.61379%205.47509%206.60733%205.08491%207.04661C4.92236%207.22965%204.84126%207.32116%204.76159%207.42739C4.68263%207.53255%204.4525%207.85016%204.25473%208.31959C4.08152%208.73087%204.01963%209.05423%203.93142%209.51648C3.89016%209.73145%203.8738%209.86747%203.86668%2010.006C3.86064%2010.1237%203.86633%2010.2694%203.87735%2010.5608C3.88909%2010.8688%203.89514%2011.0231%203.89905%2011.0504C3.92075%2011.2086%203.94813%2011.2984%203.90972%2011.3224C3.88909%2011.3357%203.84961%2011.3289%203.65078%2011.1702C3.45693%2011.0156%203.36019%2010.938%203.2951%2010.844C3.20831%2010.7184%203.17452%2010.6039%203.13326%2010.4632C3.04576%2010.1643%203.07315%2010.0096%203.01482%209.99524C2.93194%209.97514%202.79678%2010.2658%202.74521%2010.376C2.70857%2010.455%202.61645%2010.6624%202.52966%2011.0507C2.45888%2011.3673%202.43256%2011.6199%202.42189%2011.747C2.40446%2011.9512%202.38703%2012.1568%202.41122%2012.4324C2.43647%2012.7224%202.49445%2012.9385%202.54069%2013.1072C2.58657%2013.2751%202.63032%2013.4319%202.72386%2013.6293C2.81812%2013.8282%202.91665%2013.9703%202.96111%2014.032C3.03687%2014.1368%203.10445%2014.2129%203.16598%2014.2822C3.35983%2014.5007%203.46796%2014.6084%203.46796%2014.6084C3.54728%2014.6877%203.6209%2014.7562%203.64047%2014.8697C3.64651%2014.9052%203.65434%2014.95%203.6298%2014.9784C3.60027%2015.0121%203.52807%2015.0179%203.25099%2014.9095L3.25135%2014.9091Z'%20fill='white'/%3e%3c/svg%3e") center/contain no-repeat;
  width: 11px;
  height: 15px;
}
.old-price {
  font-size: 18px;
  margin-top: 15px;
  color: #0000008f;
  font-weight: 300;
  position: relative;
  width: fit-content;
}
.old-price::before {
  content: "";
  height: 2px;
  width: 110%;
  position: absolute;
  transform: rotate(15deg);
  background: #0b0b0ba1;
  top: 9px;
}
.burger {
  position: absolute;
  top: 12px;      /* подгоняй под макет */
  right: 20px;    /* или left:20px */
  width: 36px;    /* явная ширина */
  height: 36px;   /* явная высота */
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1001;
  padding: 0;
  display: block; /* важно — чтобы размеры работали предсказуемо */
  box-sizing: border-box;
  outline: none;
}

/* Полоски — абсолютные, центруем через left/right + margin:auto,
   даём фиксированную width (проверенно работает) */
.burger span {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 28px;            /* фиксированная ширина полоски — подгоняй */
  height: 2px;            /* толщина */
  background-color: #fff;
  border-radius: 3px;
  transition: transform 0.28s cubic-bezier(.2,.8,.2,1), opacity 0.2s;
  transform-origin: center;
  box-sizing: border-box;
}

/* Позиционирование полосок по вертикали */
.burger span:nth-child(1) { top: 10px; }        /* верхняя */
.burger span:nth-child(2) { top: 50%; transform: translateY(-50%); } /* средняя */
.burger span:nth-child(3) { bottom: 10px; }     /* нижняя */

/* Активное состояние — ровный крест (центруем обе полосы в одну точку) */
.burger.active span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.burger.active span:nth-child(2) {
  opacity: 0;
  transform: translateY(-50%) scaleX(0.8);
}
.burger.active span:nth-child(3) {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

/* небольшая доступность — фокус видно */
.burger:focus {
  outline: none;
  outline-offset: 3px;
}
/* === Оверлей меню (всё окно) === */
.main-nav {
  position: fixed;
  inset: 0;
  right: 0px;
  display: flex;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(2px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease;
  z-index: 1000;
  width: 400px;
  margin-left: auto;
  padding: 20px;
  padding-top: 100px;
}

/* активное состояние — видно */
.main-nav.active {
  opacity: 1;
  visibility: visible;
}

/* === Левая часть (текст) === */
.menu-left {
  flex: 1;
  background: #111;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 40px;
}

.menu-left h2 {
  font-size: 32px;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.menu-left p {
  font-size: 16px;
  opacity: 0.8;
}


.menu-overlay.active .main-nav {
  transform: translateX(0);
}

/* Меню элементы */
.main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.main-nav li a {
  color: #fafafa;
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  transition: color 0.2s ease;
}

.main-nav li a::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0%;
  height: 2px;
  background: #0073e6;
  transition: width 0.3s ease;
}

.main-nav li a:hover {
  color: #0073e6;
}

.main-nav li a:hover::after {
  width: 100%;
}

/* === Скрытие скролла при открытии === */
body.menu-open {
  overflow: hidden;
}
.wa-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  background-color: #25d366;
  color: #fff;
  border-radius: 8px;
  font-size: 12px;
  line-height: 12px;
  padding: 4px 12px;
  margin-right: 10px;
}
.btn-shine-double {
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-shine-double::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
          90deg,
          transparent,
          rgba(255, 255, 255, 0.5),
          transparent
  );
  animation: doubleShine 5s infinite;
}

@keyframes doubleShine {
  0%, 40% {
    left: -100%;
  }
  5% {
    left: 100%;
  }
  45% {
    left: -100%;
  }
  50% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}

.service-box {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.wrap-contact h2, .wrap-contact h3 {
  color: #fff
}
.post-inner {
  padding-top: 100px;
  background: #fafafa;
}