/*-----------------------------------------------------------------------------------

    Template Name: Lami – Digital Agency HTML Template
    Author: Themiverse
    Support: basictheme400@gmail.com
    Description: Lami – Digital Agency HTML Template
    Version: 1.0

-----------------------------------------------------------------------------------

/************ TABLE OF CONTENTS ***************

	-----------------
    01. THEME CSS
	-----------------
		1.1 Common Classes
		1.2 init style
		1.3 Default Spacing

	-----------------
    02. COMPONENTS css
	-----------------
		2.1 Animations
		2.2 scrollToTop
		2.3 Breadcrumb
		2.4 Buttons
		2.5 Cursor css start
		2.6 Nice Select
		2.7 offcanvas
		2.8 Preloader
		2.9 Search css start
		2.10 Section Big Title

	-----------------
    03. HEADER CSS
	-----------------
		3.1 Header Style

    ---------------------------------
	04. MENU CSS
	---------------------------------
		4.1 Main menu css
		4.2 Mobilemenu css

	---------------------------------
	05. BLOG CSS
	---------------------------------
		5.1 blog css
		5.2 Postbox css
		5.3 Sidebar css

	---------------------------------
	06. FOOTER CSS
	---------------------------------
		6.1 Footer Style

	---------------------------------
	07. PAGES CSS
	---------------------------------
		7.1 about css start
		7.2 awards css start
		7.3 banner css start
		7.4 contact css start
		7.5 counter css start
		7.6 faq css start
		7.7 Hero css start
		7.8 portfolio css start
		7.9 pricing css start
		7.10 process css start
		7.11 pagination css start
		7.12 service
		7.13 skill css start
		7.14 team css start
		7.15 techonolgy css start
		7.16 testimonial css start
		7.17 text css start
		7.18 video css start
    7.19 404 page css start
    7.20  color switcher css start
    7.21  dark css start

**********************************************/
/*----------------------------------------*/
/*  1.1 Theme Default
/*----------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Mona+Sans:ital,wght@0,200..900;1,200..900&family=Poller+One&display=swap');

a,
button,
p,
input,
select,
textarea,
li,
.transition-3 {
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

:root {
  /**
  @font declaration
  */
  --rk-ff-body: 'Mona Sans', sans-serif;
  --rk-ff-heading: 'Mona Sans', sans-serif;
  --rk-ff-styling: "Poller One", sans-serif;
  --rk-ff-fontawesome: "Font Awesome 7 Free";
  --rk-ff-h1-size: 64px;
  --rk-ff-h2-size: 48px;
  --rk-ff-h3-size: 32px;
  --rk-ff-h4-size: 24px;
  --rk-ff-h5-size: 18px;
  --rk-ff-h6-size: 16px;
  --rk-ff-body-size: 16px;
  --rk-ff-small-size: 14px;
  --rk-ff-xs-size: 12px;
  /**
  @color declaration
  */
  --rk-body-bgcolor: #fff;
  --rk-common-heading: #01021E;
  --rk-common-white: #fff;
  --rk-common-white-2: #f0f0f0;
  --rk-common-body: #6C757D;
  --rk-common-black: #01021E;
  --rk-common-black-1: #161734;
  --rk-common-black-2: #0d0d0d;
  --rk-common-green: #00dd80;
  --rk-common-meteor: #E62415;
  --rk-common-angry: #FF383C;
  --rk-common-sugar: #FFF7E7;
  --rk-common-light: #CCCCCC;
  --rk-grey-1: #525252;
  --rk-grey-2: #A6A8A8;
  --rk-theme-primary: #3727C8;
  --rk-theme-primary-light: #D5D1FF;
  --rk-theme-secondary: #FEC447;
  --rk-theme-secondary-dark: #DCA939;
  --rk-secondary-bgcolor: #F2F2FC;
  --rk-common-secondary: #F2F2FC;
  --rk-border-1: #CCCCCC;
  --rk-border-2: #6C757D;
  --rk-border-3: #A6A8A8;
}

html[color-scheme="dark"] {
  --rk-body-bgcolor: #091025;
  --rk-common-heading: #fff;
  --rk-common-white: #fff;
  --rk-common-white-2: #f0f0f0;
  --rk-common-body: #A6A8A8;
  --rk-common-black: #01021E;
  --rk-common-black-1: #161734;
  --rk-common-black-2: #0d0d0d;
  --rk-common-green: #00dd80;
  --rk-common-meteor: #E62415;
  --rk-common-angry: #FF383C;
  --rk-common-sugar: #131432;
  --rk-grey-1: #C2C6CC;
  --rk-grey-2: #A6A8A8;
  --rk-theme-primary: #3727C8;
  --rk-theme-primary-light: #D5D1FF;
  --rk-theme-secondary: #FEC447;
  --rk-theme-secondary-dark: #DCA939;
  --rk-secondary-bgcolor: #0F1635;
  --rk-border-1: rgba(255, 255, 255, 0.1);
  --rk-border-2: #6C757D;
  --rk-border-3: rgba(255, 255, 255, 0.1);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*---------------------------------
	typography css start 
---------------------------------*/
body {
  font-family: var(--rk-ff-body);
  font-size: var(--rk-ff-body-size);
  font-weight: normal;
  color: var(--rk-common-body);
  line-height: 26px;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--rk-ff-heading);
  color: var(--rk-common-heading);
  margin-top: 0px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.1;
  -webkit-transition: color 0.3s 0s ease-out;
  -moz-transition: color 0.3s 0s ease-out;
  -ms-transition: color 0.3s 0s ease-out;
  -o-transition: color 0.3s 0s ease-out;
  transition: color 0.3s 0s ease-out;
}

h1 {
  font-size: var(--rk-ff-h1-size);
}

h2 {
  font-size: var(--rk-ff-h2-size);
}

h3 {
  font-size: var(--rk-ff-h3-size);
}

h4 {
  font-size: var(--rk-ff-h4-size);
}

h5 {
  font-size: var(--rk-ff-h5-size);
}

h6 {
  font-size: var(--rk-ff-h6-size);
}

ul {
  margin: 0px;
  padding: 0px;
}

p {
  font-family: var(--rk-ff-body);
  color: var(--rk-common-body);
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 15px;
}

img {
  max-width: 100%;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=url],
textarea {
  outline: none;
  background-color: var(--rk-common-white);
  height: 52px;
  width: 100%;
  line-height: 52px;
  font-size: 14px;
  color: var(--rk-common-body);
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 4px;
  font-weight: 500;
  border: 1px solid var(--rk-common-white);
  border-radius: 5px;

}

input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: var(--rk-common-body);
}

input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=url]::-moz-placeholder,
textarea::-moz-placeholder {
  color: var(--rk-common-body);

}

input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=url]:-moz-placeholder,
textarea:-moz-placeholder {
  color: var(--rk-common-body);

}

input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: var(--rk-common-body);

}

input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=url]::placeholder,
textarea::placeholder {
  color: var(--rk-common-body);

}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=url]:focus,
textarea:focus {
  border-color: var(--rk-theme-primary);
}

input[type=text]:focus::placeholder,
input[type=email]:focus::placeholder,
input[type=tel]:focus::placeholder,
input[type=number]:focus::placeholder,
input[type=password]:focus::placeholder,
input[type=url]:focus::placeholder,
textarea:focus::placeholder {
  opacity: 0;
}

textarea {
  line-height: 1.4;
  padding-top: 17px;
  padding-bottom: 17px;
}

input[type=color] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  padding: 0;
  border-radius: 50%;
}

*::-moz-selection {
  background: var(--rk-common-black);
  color: var(--rk-common-white);
  text-shadow: none;
}

::-moz-selection {
  background: var(--rk-common-black);
  color: var(--rk-common-white);
  text-shadow: none;
}

::selection {
  background: var(--rk-common-black);
  color: var(--rk-common-white);
  text-shadow: none;
}

*::-moz-placeholder {
  color: var(--rk-theme-primary);
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: var(--rk-theme-primary);
  font-size: 14px;
  opacity: 1;
}

.z-index {
  z-index: 1;
}

.z-index-2 {
  z-index: 2;
}

.z-index-3 {
  z-index: 3;
}

.z-index-4 {
  z-index: 4;
}

.z-index-5 {
  z-index: 5;
}

.z-index-6 {
  z-index: 6;
}

.z-index-7 {
  z-index: 7;
}

.z-index-8 {
  z-index: 8;
}

.gx-10 {
  --bs-gutter-x: 10px;
}

.gx-12 {
  --bs-gutter-x: 12px;
}

.gx-15 {
  --bs-gutter-x: 15px;
}

.gx-20 {
  --bs-gutter-x: 20px;
}

.gx-23 {
  --bs-gutter-x: 23px;
}

.gx-25 {
  --bs-gutter-x: 25px;
}

.gx-30 {
  --bs-gutter-x: 30px;
}

.gx-35 {
  --bs-gutter-x: 35px;
}

.gx-40 {
  --bs-gutter-x: 40px;
}

.gx-45 {
  --bs-gutter-x: 45px;
}

.gx-50 {
  --bs-gutter-x: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .gx-50 {
    --bs-gutter-x: 15px;
  }
}

.gx-60 {
  --bs-gutter-x: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .gx-60 {
    --bs-gutter-x: 30px;
  }
}

.gx-90 {
  --bs-gutter-x: 90px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .gx-90 {
    --bs-gutter-x: 50px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .gx-90 {
    --bs-gutter-x: 30px;
  }
}

/*---------------------------------
    1.1 Common Classes
---------------------------------*/
.w-img img {
  width: 100%;
}

.m-img img {
  max-width: 100%;
}

.hover-text-white:hover {
  color: var(--rk-common-white);
}

.hover-text-heading:hover {
  color: var(--rk-common-heading);
}

.hover-text-black:hover {
  color: var(--rk-common-black);
}

.hover-text-secondary:hover {
  color: var(--rk-theme-secondary);
}

.hover-text-primary:hover {
  color: var(--rk-theme-primary);
}

.hover-text-grey:hover {
  color: var(--rk-grey-2);
}

.section-m-spacing {
  margin-top: -1px;
}

.text-italic {
  font-style: italic;
}

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.z-index-1 {
  z-index: 1;
}

.z-index-2 {
  z-index: 2;
}

.z-index-3 {
  z-index: 3;
}

.z-index-4 {
  z-index: 4;
}

.z-index-5 {
  z-index: 5;
}

.z-index-6 {
  z-index: 6;
}

.z-index-7 {
  z-index: 7;
}

.z-index-8 {
  z-index: 8;
}

.z-index-9 {
  z-index: 9;
}

.z-index-10 {
  z-index: 10;
}

.z-index-m-1 {
  z-index: -1;
}

.z-index-m-1 {
  z-index: -1;
}

.overflow-y-visible {
  overflow-x: hidden;
  overflow-y: visible;
}

.p-relative {
  position: relative;
}

.p-inherit {
  position: inherit !important;
}

.bg-position {
  background-position: center;
  background-repeat: repeat;
}

/* transfrom */
.rk-transfrom {
  transform: translateY(-1px) !important;
}

.rk-transfrom-2 {
  transform: translateY(-2px);
}

.rk-transfrom-3 {
  transform: translateY(-3px);
}

.rk-transfrom-4 {
  transform: translateY(-4px);
}

.rk-round-4 {
  border-radius: 4px;
}

.rk-round-8 {
  border-radius: 8px;
}

.rk-round-10 {
  border-radius: 10px;
}

.rk-round-20 {
  border-radius: 20px;
}

.rk-round-24 {
  border-radius: 24px;
}

.rk-round-26 {
  border-radius: 26px;
}

.rk-round-32 {
  border-radius: 32px;
}

.rk-round-36 {
  border-radius: 36px;
}

.lh-0 {
  line-height: 0;
}

.lh-22 {
  line-height: 22px;
}

.lh-24 {
  line-height: 24px;
}

.lh-26 {
  line-height: 26px;
}

.lh-28 {
  line-height: 28px;
}

.lh-30 {
  line-height: 30px;
}

.lh-32 {
  line-height: 32px;
}

.lh-34 {
  line-height: 34px;
}

.lh-36 {
  line-height: 36px;
}

.lh-38 {
  line-height: 38px;
}

.lh-40 {
  line-height: 40px;
}

.lh-42 {
  line-height: 42px;
}

.lh-44 {
  line-height: 44px;
}

.lh-74 {
  line-height: 74px;
}

.lh-100 {
  line-height: 100%;
}

.lh-104 {
  line-height: 104px;
}

.lh-110 {
  line-height: 110px;
}


.lh-200 {
  line-height: 200%;
}

.lh-110-per {
  line-height: 1.1;
}

.lh-120-per {
  line-height: 1.2;
}

.lh-130-per {
  line-height: 1.3;
}

.lh-140-per {
  line-height: 1.4;
}

.lh-150-per {
  line-height: 1.5;
}

.lh-160-per {
  line-height: 1.6;
}

.lh-180-per {
  line-height: 1.8;
}

.ls-0 {
  letter-spacing: 0;
}

.ls-1 {
  letter-spacing: 1px;
}


.ls-md-12 {
  letter-spacing: 0.12em;
}

.ls-m-18 {
  letter-spacing: 0.18em;
}

.ls-m-1 {
  letter-spacing: -0.01em;
}

.ls-m-2 {
  letter-spacing: -0.02em;
}

.ls-m-3 {
  letter-spacing: -0.03em;
}

.ls-m-4 {
  letter-spacing: -0.04em;
}

.ls-m-5 {
  letter-spacing: -0.05em;
}

.ls-m-6 {
  letter-spacing: -0.06em;
}

.ls-per-40 {
  letter-spacing: 0.040em;
}

.opacity-8 {
  opacity: 0.8;
}

.hover-opacity-1:hover {
  opacity: 1;
}

.underline-black,
.underline-white {
  background-image: linear-gradient(currentColor, currentColor),
    linear-gradient(currentColor, currentColor);
  background-size: 0 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.4s ease-out 0.3s;
}

.underline-black:hover,
.underline-white:hover {
  background-size: 0 1px, 100% 1px;
}


.rk-transparent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 3;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .br br {
    display: none;
  }
}

.slide-transtion {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.text-uppercase {
  text-transform: uppercase;
}

.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.counter-row {
  counter-reset: count;
}

.p-inherit {
  position: inherit;
}

/*---------------------------------
    1.3 Default Spacing
---------------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .pt-170 {
    padding-top: 115px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .pt-165 {
    padding-top: 110px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .pt-160 {
    padding-top: 100px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .pt-155 {
    padding-top: 100px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .pt-150 {
    padding-top: 100px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .pt-145 {
    padding-top: 100px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .pt-140 {
    padding-top: 100px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .pt-135 {
    padding-top: 95px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .pt-130 {
    padding-top: 90px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .pt-125 {
    padding-top: 85px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .pt-120 {
    padding-top: 80px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .pt-115 {
    padding-top: 75px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .pt-110 {
    padding-top: 70px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .pt-105 {
    padding-top: 65px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .pt-100 {
    padding-top: 60px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .pt-85 {
    padding-top: 60px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .pb-170 {
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .pt-180 {
    padding-top: 100px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .pt-190 {
    padding-top: 110px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .pb-165 {
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .pb-160 {
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .pb-155 {
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .pb-150 {
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .pb-145 {
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .pb-140 {
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .pb-135 {
    padding-bottom: 95px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .pb-130 {
    padding-bottom: 90px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .pb-125 {
    padding-bottom: 85px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .pb-120 {
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .pb-115 {
    padding-bottom: 75px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .pb-110 {
    padding-bottom: 70px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .pb-105 {
    padding-bottom: 65px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .pb-100 {
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .pb-95 {
    padding-bottom: 55px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .pb-90 {
    padding-bottom: 50px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .pb-85 {
    padding-bottom: 60px;
  }
}


/*---------------------------------
  1.2 init style
---------------------------------*/
@media (min-width: 1400px) {
  .container {
    max-width: 1423px;
  }

  .container-1800 {
    max-width: 1800px;
  }
}

/* Font weight */
.fw-100 {
  font-weight: 100;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

/* Font size */
.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-17 {
  font-size: 17px;
}

.fs-18 {
  font-size: 18px;
}

.fs-19 {
  font-size: 19px;
}

.fs-20 {
  font-size: 20px;
}

.fs-21 {
  font-size: 21px;
}

.fs-22 {
  font-size: 22px;
}

.fs-23 {
  font-size: 23px;
}

.fs-24 {
  font-size: 24px;
}

.fs-25 {
  font-size: 25px;
}

.fs-26 {
  font-size: 26px;
}

.fs-27 {
  font-size: 27px;
}

.fs-28 {
  font-size: 28px;
}

.fs-29 {
  font-size: 29px;
}

.fs-30 {
  font-size: 30px;
}

.fs-31 {
  font-size: 31px;
}

.fs-32 {
  font-size: 32px;
}

.fs-33 {
  font-size: 33px;
}

.fs-34 {
  font-size: 34px;
}

.fs-35 {
  font-size: 35px;
}

.fs-36 {
  font-size: 36px;
}

.fs-37 {
  font-size: 37px;
}

.fs-38 {
  font-size: 38px;
}

.fs-39 {
  font-size: 39px;
}

.fs-40 {
  font-size: 40px;
}

.fs-41 {
  font-size: 41px;
}

.fs-42 {
  font-size: 42px;
}

.fs-43 {
  font-size: 43px;
}

.fs-44 {
  font-size: 44px;
}

.fs-45 {
  font-size: 45px;
}

.fs-46 {
  font-size: 46px;
}

.fs-47 {
  font-size: 47px;
}

.fs-48 {
  font-size: 48px;
}

.fs-49 {
  font-size: 49px;
}

.fs-50 {
  font-size: 50px;
}

.fs-51 {
  font-size: 51px;
}

.fs-52 {
  font-size: 52px;
}

.fs-53 {
  font-size: 53px;
}

.fs-54 {
  font-size: 54px;
}

.fs-55 {
  font-size: 55px;
}

.fs-56 {
  font-size: 56px;
}

.fs-57 {
  font-size: 57px;
}

.fs-58 {
  font-size: 58px;
}

.fs-59 {
  font-size: 59px;
}

.fs-60 {
  font-size: 60px;
}

.fs-61 {
  font-size: 61px;
}

.fs-62 {
  font-size: 62px;
}

.fs-63 {
  font-size: 63px;
}

.fs-64 {
  font-size: 64px;
}

.fs-65 {
  font-size: 65px;
}

.fs-66 {
  font-size: 66px;
}

.fs-67 {
  font-size: 67px;
}

.fs-68 {
  font-size: 68px;
}

.fs-69 {
  font-size: 69px;
}

.fs-70 {
  font-size: 70px;
}

.fs-71 {
  font-size: 71px;
}

.fs-72 {
  font-size: 72px;
}

.fs-73 {
  font-size: 73px;
}

.fs-74 {
  font-size: 74px;
}

.fs-75 {
  font-size: 75px;
}

.fs-76 {
  font-size: 76px;
}

.fs-77 {
  font-size: 77px;
}

.fs-78 {
  font-size: 78px;
}

.fs-79 {
  font-size: 79px;
}

.fs-80 {
  font-size: 80px;
}

.fs-81 {
  font-size: 81px;
}

.fs-82 {
  font-size: 82px;
}

.fs-83 {
  font-size: 83px;
}

.fs-84 {
  font-size: 84px;
}

.fs-85 {
  font-size: 85px;
}

.fs-86 {
  font-size: 86px;
}

.fs-87 {
  font-size: 87px;
}

.fs-88 {
  font-size: 88px;
}

.fs-89 {
  font-size: 89px;
}

.fs-90 {
  font-size: 90px;
}

.fs-91 {
  font-size: 91px;
}

.fs-92 {
  font-size: 92px;
}

.fs-93 {
  font-size: 93px;
}

.fs-94 {
  font-size: 94px;
}

.fs-95 {
  font-size: 95px;
}

.fs-96 {
  font-size: 96px;
}

.fs-97 {
  font-size: 97px;
}

.fs-98 {
  font-size: 98px;
}

.fs-99 {
  font-size: 99px;
}

.fs-100 {
  font-size: 100px;
}

.fs-164 {
  font-size: 164px;
}

.fs-234 {
  font-size: 234px;
}

.fs-220 {
  font-size: 220px;
}

.fs-256 {
  font-size: 256px;
}

/* Font size media query */
@media (max-width: 1399.98px) {
  .fs-xl-12 {
    font-size: 12px;
  }

  .fs-xl-13 {
    font-size: 13px;
  }

  .fs-xl-14 {
    font-size: 14px;
  }

  .fs-xl-15 {
    font-size: 15px;
  }

  .fs-xl-16 {
    font-size: 16px;
  }

  .fs-xl-17 {
    font-size: 17px;
  }

  .fs-xl-18 {
    font-size: 18px;
  }

  .fs-xl-19 {
    font-size: 19px;
  }

  .fs-xl-20 {
    font-size: 20px;
  }

  .fs-xl-21 {
    font-size: 21px;
  }

  .fs-xl-22 {
    font-size: 22px;
  }

  .fs-xl-23 {
    font-size: 23px;
  }

  .fs-xl-24 {
    font-size: 24px;
  }

  .fs-xl-25 {
    font-size: 25px;
  }

  .fs-xl-26 {
    font-size: 26px;
  }

  .fs-xl-27 {
    font-size: 27px;
  }

  .fs-xl-28 {
    font-size: 28px;
  }

  .fs-xl-29 {
    font-size: 29px;
  }

  .fs-xl-30 {
    font-size: 30px;
  }

  .fs-xl-31 {
    font-size: 31px;
  }

  .fs-xl-32 {
    font-size: 32px;
  }

  .fs-xl-33 {
    font-size: 33px;
  }

  .fs-xl-34 {
    font-size: 34px;
  }

  .fs-xl-35 {
    font-size: 35px;
  }

  .fs-xl-36 {
    font-size: 36px;
  }

  .fs-xl-37 {
    font-size: 37px;
  }

  .fs-xl-38 {
    font-size: 38px;
  }

  .fs-xl-39 {
    font-size: 39px;
  }

  .fs-xl-40 {
    font-size: 40px;
  }

  .fs-xl-41 {
    font-size: 41px;
  }

  .fs-xl-42 {
    font-size: 42px;
  }

  .fs-xl-43 {
    font-size: 43px;
  }

  .fs-xl-44 {
    font-size: 44px;
  }

  .fs-xl-45 {
    font-size: 45px;
  }

  .fs-xl-46 {
    font-size: 46px;
  }

  .fs-xl-47 {
    font-size: 47px;
  }

  .fs-xl-48 {
    font-size: 48px;
  }

  .fs-xl-49 {
    font-size: 49px;
  }

  .fs-xl-50 {
    font-size: 50px;
  }

  .fs-xl-51 {
    font-size: 51px;
  }

  .fs-xl-52 {
    font-size: 52px;
  }

  .fs-xl-53 {
    font-size: 53px;
  }

  .fs-xl-54 {
    font-size: 54px;
  }

  .fs-xl-55 {
    font-size: 55px;
  }

  .fs-xl-56 {
    font-size: 56px;
  }

  .fs-xl-57 {
    font-size: 57px;
  }

  .fs-xl-58 {
    font-size: 58px;
  }

  .fs-xl-59 {
    font-size: 59px;
  }

  .fs-xl-60 {
    font-size: 60px;
  }

  .fs-xl-61 {
    font-size: 61px;
  }

  .fs-xl-62 {
    font-size: 62px;
  }

  .fs-xl-63 {
    font-size: 63px;
  }

  .fs-xl-64 {
    font-size: 64px;
  }

  .fs-xl-65 {
    font-size: 65px;
  }

  .fs-xl-66 {
    font-size: 66px;
  }

  .fs-xl-67 {
    font-size: 67px;
  }

  .fs-xl-68 {
    font-size: 68px;
  }

  .fs-xl-69 {
    font-size: 69px;
  }

  .fs-xl-70 {
    font-size: 70px;
  }

  .fs-xl-71 {
    font-size: 71px;
  }

  .fs-xl-72 {
    font-size: 72px;
  }

  .fs-xl-73 {
    font-size: 73px;
  }

  .fs-xl-74 {
    font-size: 74px;
  }

  .fs-xl-75 {
    font-size: 75px;
  }

  .fs-xl-76 {
    font-size: 76px;
  }

  .fs-xl-77 {
    font-size: 77px;
  }

  .fs-xl-78 {
    font-size: 78px;
  }

  .fs-xl-79 {
    font-size: 79px;
  }

  .fs-xl-80 {
    font-size: 80px;
  }

  .fs-xl-81 {
    font-size: 81px;
  }

  .fs-xl-82 {
    font-size: 82px;
  }

  .fs-xl-83 {
    font-size: 83px;
  }

  .fs-xl-84 {
    font-size: 84px;
  }

  .fs-xl-85 {
    font-size: 85px;
  }

  .fs-xl-86 {
    font-size: 86px;
  }

  .fs-xl-87 {
    font-size: 87px;
  }

  .fs-xl-88 {
    font-size: 88px;
  }

  .fs-xl-89 {
    font-size: 89px;
  }

  .fs-xl-90 {
    font-size: 90px;
  }

  .fs-xl-91 {
    font-size: 91px;
  }

  .fs-xl-92 {
    font-size: 92px;
  }

  .fs-xl-93 {
    font-size: 93px;
  }

  .fs-xl-94 {
    font-size: 94px;
  }

  .fs-xl-95 {
    font-size: 95px;
  }

  .fs-xl-96 {
    font-size: 96px;
  }

  .fs-xl-97 {
    font-size: 97px;
  }

  .fs-xl-98 {
    font-size: 98px;
  }

  .fs-xl-99 {
    font-size: 99px;
  }

  .fs-xl-100 {
    font-size: 100px;
  }

  .fs-xl-200 {
    font-size: 200px;
  }
}

/* Font size media query */
@media (max-width: 1199.98px) {
  .fs-lg-12 {
    font-size: 12px;
  }

  .fs-lg-13 {
    font-size: 13px;
  }

  .fs-lg-14 {
    font-size: 14px;
  }

  .fs-lg-15 {
    font-size: 15px;
  }

  .fs-lg-16 {
    font-size: 16px;
  }

  .fs-lg-17 {
    font-size: 17px;
  }

  .fs-lg-18 {
    font-size: 18px;
  }

  .fs-lg-19 {
    font-size: 19px;
  }

  .fs-lg-20 {
    font-size: 20px;
  }

  .fs-lg-21 {
    font-size: 21px;
  }

  .fs-lg-22 {
    font-size: 22px;
  }

  .fs-lg-23 {
    font-size: 23px;
  }

  .fs-lg-24 {
    font-size: 24px;
  }

  .fs-lg-25 {
    font-size: 25px;
  }

  .fs-lg-26 {
    font-size: 26px;
  }

  .fs-lg-27 {
    font-size: 27px;
  }

  .fs-lg-28 {
    font-size: 28px;
  }

  .fs-lg-29 {
    font-size: 29px;
  }

  .fs-lg-30 {
    font-size: 30px;
  }

  .fs-lg-31 {
    font-size: 31px;
  }

  .fs-lg-32 {
    font-size: 32px;
  }

  .fs-lg-33 {
    font-size: 33px;
  }

  .fs-lg-34 {
    font-size: 34px;
  }

  .fs-lg-35 {
    font-size: 35px;
  }

  .fs-lg-36 {
    font-size: 36px;
  }

  .fs-lg-37 {
    font-size: 37px;
  }

  .fs-lg-38 {
    font-size: 38px;
  }

  .fs-lg-39 {
    font-size: 39px;
  }

  .fs-lg-40 {
    font-size: 40px;
  }

  .fs-lg-41 {
    font-size: 41px;
  }

  .fs-lg-42 {
    font-size: 42px;
  }

  .fs-lg-43 {
    font-size: 43px;
  }

  .fs-lg-44 {
    font-size: 44px;
  }

  .fs-lg-45 {
    font-size: 45px;
  }

  .fs-lg-46 {
    font-size: 46px;
  }

  .fs-lg-47 {
    font-size: 47px;
  }

  .fs-lg-48 {
    font-size: 48px;
  }

  .fs-lg-49 {
    font-size: 49px;
  }

  .fs-lg-50 {
    font-size: 50px;
  }

  .fs-lg-51 {
    font-size: 51px;
  }

  .fs-lg-52 {
    font-size: 52px;
  }

  .fs-lg-53 {
    font-size: 53px;
  }

  .fs-lg-54 {
    font-size: 54px;
  }

  .fs-lg-55 {
    font-size: 55px;
  }

  .fs-lg-56 {
    font-size: 56px;
  }

  .fs-lg-57 {
    font-size: 57px;
  }

  .fs-lg-58 {
    font-size: 58px;
  }

  .fs-lg-59 {
    font-size: 59px;
  }

  .fs-lg-60 {
    font-size: 60px;
  }

  .fs-lg-61 {
    font-size: 61px;
  }

  .fs-lg-62 {
    font-size: 62px;
  }

  .fs-lg-63 {
    font-size: 63px;
  }

  .fs-lg-64 {
    font-size: 64px;
  }

  .fs-lg-65 {
    font-size: 65px;
  }

  .fs-lg-66 {
    font-size: 66px;
  }

  .fs-lg-67 {
    font-size: 67px;
  }

  .fs-lg-68 {
    font-size: 68px;
  }

  .fs-lg-69 {
    font-size: 69px;
  }

  .fs-lg-70 {
    font-size: 70px;
  }

  .fs-lg-71 {
    font-size: 71px;
  }

  .fs-lg-72 {
    font-size: 72px;
  }

  .fs-lg-73 {
    font-size: 73px;
  }

  .fs-lg-74 {
    font-size: 74px;
  }

  .fs-lg-75 {
    font-size: 75px;
  }

  .fs-lg-76 {
    font-size: 76px;
  }

  .fs-lg-77 {
    font-size: 77px;
  }

  .fs-lg-78 {
    font-size: 78px;
  }

  .fs-lg-79 {
    font-size: 79px;
  }

  .fs-lg-80 {
    font-size: 80px;
  }

  .fs-lg-81 {
    font-size: 81px;
  }

  .fs-lg-82 {
    font-size: 82px;
  }

  .fs-lg-83 {
    font-size: 83px;
  }

  .fs-lg-84 {
    font-size: 84px;
  }

  .fs-lg-85 {
    font-size: 85px;
  }

  .fs-lg-86 {
    font-size: 86px;
  }

  .fs-lg-87 {
    font-size: 87px;
  }

  .fs-lg-88 {
    font-size: 88px;
  }

  .fs-lg-89 {
    font-size: 89px;
  }

  .fs-lg-90 {
    font-size: 90px;
  }

  .fs-lg-91 {
    font-size: 91px;
  }

  .fs-lg-92 {
    font-size: 92px;
  }

  .fs-lg-93 {
    font-size: 93px;
  }

  .fs-lg-94 {
    font-size: 94px;
  }

  .fs-lg-95 {
    font-size: 95px;
  }

  .fs-lg-96 {
    font-size: 96px;
  }

  .fs-lg-97 {
    font-size: 97px;
  }

  .fs-lg-98 {
    font-size: 98px;
  }

  .fs-lg-99 {
    font-size: 99px;
  }

  .fs-lg-100 {
    font-size: 100px;
  }

  .fs-lg-170 {
    font-size: 170px;
  }
}

@media (max-width: 991.98px) {
  .fs-md-12 {
    font-size: 12px;
  }

  .fs-md-13 {
    font-size: 13px;
  }

  .fs-md-14 {
    font-size: 14px;
  }

  .fs-md-15 {
    font-size: 15px;
  }

  .fs-md-16 {
    font-size: 16px;
  }

  .fs-md-17 {
    font-size: 17px;
  }

  .fs-md-18 {
    font-size: 18px;
  }

  .fs-md-19 {
    font-size: 19px;
  }

  .fs-md-20 {
    font-size: 20px;
  }

  .fs-md-21 {
    font-size: 21px;
  }

  .fs-md-22 {
    font-size: 22px;
  }

  .fs-md-23 {
    font-size: 23px;
  }

  .fs-md-24 {
    font-size: 24px;
  }

  .fs-md-25 {
    font-size: 25px;
  }

  .fs-md-26 {
    font-size: 26px;
  }

  .fs-md-27 {
    font-size: 27px;
  }

  .fs-md-28 {
    font-size: 28px;
  }

  .fs-md-29 {
    font-size: 29px;
  }

  .fs-md-30 {
    font-size: 30px;
  }

  .fs-md-31 {
    font-size: 31px;
  }

  .fs-md-32 {
    font-size: 32px;
  }

  .fs-md-33 {
    font-size: 33px;
  }

  .fs-md-34 {
    font-size: 34px;
  }

  .fs-md-35 {
    font-size: 35px;
  }

  .fs-md-36 {
    font-size: 36px;
  }

  .fs-md-37 {
    font-size: 37px;
  }

  .fs-md-38 {
    font-size: 38px;
  }

  .fs-md-39 {
    font-size: 39px;
  }

  .fs-md-40 {
    font-size: 40px;
  }

  .fs-md-41 {
    font-size: 41px;
  }

  .fs-md-42 {
    font-size: 42px;
  }

  .fs-md-43 {
    font-size: 43px;
  }

  .fs-md-44 {
    font-size: 44px;
  }

  .fs-md-45 {
    font-size: 45px;
  }

  .fs-md-46 {
    font-size: 46px;
  }

  .fs-md-47 {
    font-size: 47px;
  }

  .fs-md-48 {
    font-size: 48px;
  }

  .fs-md-49 {
    font-size: 49px;
  }

  .fs-md-50 {
    font-size: 50px;
  }

  .fs-md-51 {
    font-size: 51px;
  }

  .fs-md-52 {
    font-size: 52px;
  }

  .fs-md-53 {
    font-size: 53px;
  }

  .fs-md-54 {
    font-size: 54px;
  }

  .fs-md-55 {
    font-size: 55px;
  }

  .fs-md-56 {
    font-size: 56px;
  }

  .fs-md-57 {
    font-size: 57px;
  }

  .fs-md-58 {
    font-size: 58px;
  }

  .fs-md-59 {
    font-size: 59px;
  }

  .fs-md-60 {
    font-size: 60px;
  }

  .fs-md-61 {
    font-size: 61px;
  }

  .fs-md-62 {
    font-size: 62px;
  }

  .fs-md-63 {
    font-size: 63px;
  }

  .fs-md-64 {
    font-size: 64px;
  }

  .fs-md-65 {
    font-size: 65px;
  }

  .fs-md-66 {
    font-size: 66px;
  }

  .fs-md-67 {
    font-size: 67px;
  }

  .fs-md-68 {
    font-size: 68px;
  }

  .fs-md-69 {
    font-size: 69px;
  }

  .fs-md-70 {
    font-size: 70px;
  }

  .fs-md-71 {
    font-size: 71px;
  }

  .fs-md-72 {
    font-size: 72px;
  }

  .fs-md-73 {
    font-size: 73px;
  }

  .fs-md-74 {
    font-size: 74px;
  }

  .fs-md-75 {
    font-size: 75px;
  }

  .fs-md-76 {
    font-size: 76px;
  }

  .fs-md-77 {
    font-size: 77px;
  }

  .fs-md-78 {
    font-size: 78px;
  }

  .fs-md-79 {
    font-size: 79px;
  }

  .fs-md-80 {
    font-size: 80px;
  }

  .fs-md-81 {
    font-size: 81px;
  }

  .fs-md-82 {
    font-size: 82px;
  }

  .fs-md-83 {
    font-size: 83px;
  }

  .fs-md-84 {
    font-size: 84px;
  }

  .fs-md-85 {
    font-size: 85px;
  }

  .fs-md-86 {
    font-size: 86px;
  }

  .fs-md-87 {
    font-size: 87px;
  }

  .fs-md-88 {
    font-size: 88px;
  }

  .fs-md-89 {
    font-size: 89px;
  }

  .fs-md-90 {
    font-size: 90px;
  }

  .fs-md-91 {
    font-size: 91px;
  }

  .fs-md-92 {
    font-size: 92px;
  }

  .fs-md-93 {
    font-size: 93px;
  }

  .fs-md-94 {
    font-size: 94px;
  }

  .fs-md-95 {
    font-size: 95px;
  }

  .fs-md-96 {
    font-size: 96px;
  }

  .fs-md-97 {
    font-size: 97px;
  }

  .fs-md-98 {
    font-size: 98px;
  }

  .fs-md-99 {
    font-size: 99px;
  }

  .fs-md-100 {
    font-size: 100px;
  }

  .fs-md-125 {
    font-size: 125px;
  }

  .fs-md-160 {
    font-size: 160px;
  }

}

@media (max-width: 767.98px) {
  .fs-sm-12 {
    font-size: 12px;
  }

  .fs-sm-13 {
    font-size: 13px;
  }

  .fs-sm-14 {
    font-size: 14px;
  }

  .fs-sm-15 {
    font-size: 15px;
  }

  .fs-sm-16 {
    font-size: 16px;
  }

  .fs-sm-17 {
    font-size: 17px;
  }

  .fs-sm-18 {
    font-size: 18px;
  }

  .fs-sm-19 {
    font-size: 19px;
  }

  .fs-sm-20 {
    font-size: 20px;
  }

  .fs-sm-21 {
    font-size: 21px;
  }

  .fs-sm-22 {
    font-size: 22px;
  }

  .fs-sm-23 {
    font-size: 23px;
  }

  .fs-sm-24 {
    font-size: 24px;
  }

  .fs-sm-25 {
    font-size: 25px;
  }

  .fs-sm-26 {
    font-size: 26px;
  }

  .fs-sm-27 {
    font-size: 27px;
  }

  .fs-sm-28 {
    font-size: 28px;
  }

  .fs-sm-29 {
    font-size: 29px;
  }

  .fs-sm-30 {
    font-size: 30px;
  }

  .fs-sm-31 {
    font-size: 31px;
  }

  .fs-sm-32 {
    font-size: 32px;
  }

  .fs-sm-33 {
    font-size: 33px;
  }

  .fs-sm-34 {
    font-size: 34px;
  }

  .fs-sm-35 {
    font-size: 35px;
  }

  .fs-sm-36 {
    font-size: 36px;
  }

  .fs-sm-37 {
    font-size: 37px;
  }

  .fs-sm-38 {
    font-size: 38px;
  }

  .fs-sm-39 {
    font-size: 39px;
  }

  .fs-sm-40 {
    font-size: 40px;
  }

  .fs-sm-41 {
    font-size: 41px;
  }

  .fs-sm-42 {
    font-size: 42px;
  }

  .fs-sm-43 {
    font-size: 43px;
  }

  .fs-sm-44 {
    font-size: 44px;
  }

  .fs-sm-45 {
    font-size: 45px;
  }

  .fs-sm-46 {
    font-size: 46px;
  }

  .fs-sm-47 {
    font-size: 47px;
  }

  .fs-sm-48 {
    font-size: 48px;
  }

  .fs-sm-49 {
    font-size: 49px;
  }

  .fs-sm-50 {
    font-size: 50px;
  }

  .fs-sm-51 {
    font-size: 51px;
  }

  .fs-sm-52 {
    font-size: 52px;
  }

  .fs-sm-53 {
    font-size: 53px;
  }

  .fs-sm-54 {
    font-size: 54px;
  }

  .fs-sm-55 {
    font-size: 55px;
  }

  .fs-sm-56 {
    font-size: 56px;
  }

  .fs-sm-57 {
    font-size: 57px;
  }

  .fs-sm-58 {
    font-size: 58px;
  }

  .fs-sm-59 {
    font-size: 59px;
  }

  .fs-sm-60 {
    font-size: 60px;
  }

  .fs-sm-61 {
    font-size: 61px;
  }

  .fs-sm-62 {
    font-size: 62px;
  }

  .fs-sm-63 {
    font-size: 63px;
  }

  .fs-sm-64 {
    font-size: 64px;
  }

  .fs-sm-65 {
    font-size: 65px;
  }

  .fs-sm-66 {
    font-size: 66px;
  }

  .fs-sm-67 {
    font-size: 67px;
  }

  .fs-sm-68 {
    font-size: 68px;
  }

  .fs-sm-69 {
    font-size: 69px;
  }

  .fs-sm-70 {
    font-size: 70px;
  }

  .fs-sm-71 {
    font-size: 71px;
  }

  .fs-sm-72 {
    font-size: 72px;
  }

  .fs-sm-73 {
    font-size: 73px;
  }

  .fs-sm-74 {
    font-size: 74px;
  }

  .fs-sm-75 {
    font-size: 75px;
  }

  .fs-sm-76 {
    font-size: 76px;
  }

  .fs-sm-77 {
    font-size: 77px;
  }

  .fs-sm-78 {
    font-size: 78px;
  }

  .fs-sm-79 {
    font-size: 79px;
  }

  .fs-sm-80 {
    font-size: 80px;
  }

  .fs-sm-81 {
    font-size: 81px;
  }

  .fs-sm-82 {
    font-size: 82px;
  }

  .fs-sm-83 {
    font-size: 83px;
  }

  .fs-sm-84 {
    font-size: 84px;
  }

  .fs-sm-85 {
    font-size: 85px;
  }

  .fs-sm-86 {
    font-size: 86px;
  }

  .fs-sm-87 {
    font-size: 87px;
  }

  .fs-sm-88 {
    font-size: 88px;
  }

  .fs-sm-89 {
    font-size: 89px;
  }

  .fs-sm-90 {
    font-size: 90px;
  }

  .fs-sm-91 {
    font-size: 91px;
  }

  .fs-sm-92 {
    font-size: 92px;
  }

  .fs-sm-93 {
    font-size: 93px;
  }

  .fs-sm-94 {
    font-size: 94px;
  }

  .fs-sm-95 {
    font-size: 95px;
  }

  .fs-sm-96 {
    font-size: 96px;
  }

  .fs-sm-97 {
    font-size: 97px;
  }

  .fs-sm-98 {
    font-size: 98px;
  }

  .fs-sm-99 {
    font-size: 99px;
  }

  .fs-sm-100 {
    font-size: 100px;
  }

  .fs-sm-130 {
    font-size: 130px;
  }
}

@media (max-width: 575.98px) {
  .fs-xs-12 {
    font-size: 12px;
  }

  .fs-xs-13 {
    font-size: 13px;
  }

  .fs-xs-14 {
    font-size: 14px;
  }

  .fs-xs-15 {
    font-size: 15px;
  }

  .fs-xs-16 {
    font-size: 16px;
  }

  .fs-xs-17 {
    font-size: 17px;
  }

  .fs-xs-18 {
    font-size: 18px;
  }

  .fs-xs-19 {
    font-size: 19px;
  }

  .fs-xs-20 {
    font-size: 20px;
  }

  .fs-xs-21 {
    font-size: 21px;
  }

  .fs-xs-22 {
    font-size: 22px;
  }

  .fs-xs-23 {
    font-size: 23px;
  }

  .fs-xs-24 {
    font-size: 24px;
  }

  .fs-xs-25 {
    font-size: 25px;
  }

  .fs-xs-26 {
    font-size: 26px;
  }

  .fs-xs-27 {
    font-size: 27px;
  }

  .fs-xs-28 {
    font-size: 28px;
  }

  .fs-xs-29 {
    font-size: 29px;
  }

  .fs-xs-30 {
    font-size: 30px;
  }

  .fs-xs-31 {
    font-size: 31px;
  }

  .fs-xs-32 {
    font-size: 32px;
  }

  .fs-xs-33 {
    font-size: 33px;
  }

  .fs-xs-34 {
    font-size: 34px;
  }

  .fs-xs-35 {
    font-size: 35px;
  }

  .fs-xs-36 {
    font-size: 36px;
  }

  .fs-xs-37 {
    font-size: 37px;
  }

  .fs-xs-38 {
    font-size: 38px;
  }

  .fs-xs-39 {
    font-size: 39px;
  }

  .fs-xs-40 {
    font-size: 40px;
  }

  .fs-xs-41 {
    font-size: 41px;
  }

  .fs-xs-42 {
    font-size: 42px;
  }

  .fs-xs-43 {
    font-size: 43px;
  }

  .fs-xs-44 {
    font-size: 44px;
  }

  .fs-xs-45 {
    font-size: 45px;
  }

  .fs-xs-46 {
    font-size: 46px;
  }

  .fs-xs-47 {
    font-size: 47px;
  }

  .fs-xs-48 {
    font-size: 48px;
  }

  .fs-xs-49 {
    font-size: 49px;
  }

  .fs-xs-50 {
    font-size: 50px;
  }

  .fs-xs-51 {
    font-size: 51px;
  }

  .fs-xs-52 {
    font-size: 52px;
  }

  .fs-xs-53 {
    font-size: 53px;
  }

  .fs-xs-54 {
    font-size: 54px;
  }

  .fs-xs-55 {
    font-size: 55px;
  }

  .fs-xs-56 {
    font-size: 56px;
  }

  .fs-xs-57 {
    font-size: 57px;
  }

  .fs-xs-58 {
    font-size: 58px;
  }

  .fs-xs-59 {
    font-size: 59px;
  }

  .fs-xs-60 {
    font-size: 60px;
  }

  .fs-xs-61 {
    font-size: 61px;
  }

  .fs-xs-62 {
    font-size: 62px;
  }

  .fs-xs-63 {
    font-size: 63px;
  }

  .fs-xs-64 {
    font-size: 64px;
  }

  .fs-xs-65 {
    font-size: 65px;
  }

  .fs-xs-66 {
    font-size: 66px;
  }

  .fs-xs-67 {
    font-size: 67px;
  }

  .fs-xs-68 {
    font-size: 68px;
  }

  .fs-xs-69 {
    font-size: 69px;
  }

  .fs-xs-70 {
    font-size: 70px;
  }

  .fs-xs-71 {
    font-size: 71px;
  }

  .fs-xs-72 {
    font-size: 72px;
  }

  .fs-xs-73 {
    font-size: 73px;
  }

  .fs-xs-74 {
    font-size: 74px;
  }

  .fs-xs-75 {
    font-size: 75px;
  }

  .fs-xs-76 {
    font-size: 76px;
  }

  .fs-xs-77 {
    font-size: 77px;
  }

  .fs-xs-78 {
    font-size: 78px;
  }

  .fs-xs-79 {
    font-size: 79px;
  }

  .fs-xs-80 {
    font-size: 80px;
  }

  .fs-xs-81 {
    font-size: 81px;
  }

  .fs-xs-82 {
    font-size: 82px;
  }

  .fs-xs-83 {
    font-size: 83px;
  }

  .fs-xs-84 {
    font-size: 84px;
  }

  .fs-xs-85 {
    font-size: 85px;
  }

  .fs-xs-86 {
    font-size: 86px;
  }

  .fs-xs-87 {
    font-size: 87px;
  }

  .fs-xs-88 {
    font-size: 88px;
  }

  .fs-xs-89 {
    font-size: 89px;
  }

  .fs-xs-90 {
    font-size: 90px;
  }

  .fs-xs-91 {
    font-size: 91px;
  }

  .fs-xs-92 {
    font-size: 92px;
  }

  .fs-xs-93 {
    font-size: 93px;
  }

  .fs-xs-94 {
    font-size: 94px;
  }

  .fs-xs-95 {
    font-size: 95px;
  }

  .fs-xs-96 {
    font-size: 96px;
  }

  .fs-xs-97 {
    font-size: 97px;
  }

  .fs-xs-98 {
    font-size: 98px;
  }

  .fs-xs-99 {
    font-size: 99px;
  }

  .fs-xs-100 {
    font-size: 100px;
  }
}

.rk-text-common-light {
  color: var(--rk-common-light);
}

.rk-text-common-border {
  color: var(--rk-border-1);
}

.rk-text-common-border-2 {
  color: var(--rk-border-2);
}

.rk-text-common-body {
  color: var(--rk-common-body);
}

.rk-text-common-white {
  color: var(--rk-common-white);
}

.rk-bg-common-white {
  background-color: var(--rk-common-white);
}

.rk-text-common-white-2 {
  color: var(--rk-common-white-2);
}

.rk-bg-common-white-2 {
  background-color: var(--rk-common-white-2);
}

.rk-text-common-heading {
  color: var(--rk-common-heading);
}

.rk-bg-common-body {
  background-color: var(--rk-body-bgcolor);
}

.rk-text-common-black {
  color: var(--rk-common-black);
}

.rk-bg-common-black {
  background-color: var(--rk-common-black);
}

.rk-text-common-black-1 {
  color: var(--rk-common-black-1);
}

.rk-bg-common-black-1 {
  background-color: var(--rk-common-black-1);
}

.rk-text-common-primary {
  color: var(--rk-theme-primary);
}

.rk-text-common-secondary {
  color: var(--rk-theme-secondary);
}

.rk-bg-common-primary {
  background-color: var(--rk-theme-primary);
}

.rk-bg-common-secondary-bgcolor {
  background-color: var(--rk-secondary-bgcolor);
}

.rk-text-common-secondary-bgcolor {
  color: var(--rk-secondary-bgcolor);
}

.rk-text-common-secondary-color {
  color: var(--rk-common-secondary);
}

.rk-text-common-meteor {
  color: var(--rk-common-meteor);
}

.rk-bg-common-meteor {
  background-color: var(--rk-common-meteor);
}

.rk-text-common-angry {
  color: var(--rk-common-angry);
}

.rk-bg-common-angry {
  background-color: var(--rk-common-angry);
}

.rk-text-common-sugar {
  color: var(--rk-common-sugar);
}

.rk-bg-common-sugar {
  background-color: var(--rk-common-sugar);
}

.rk-text-grey-1 {
  color: var(--rk-grey-1);
}

.rk-bg-grey-1 {
  background-color: var(--rk-grey-1);
}

.rk-text-grey-2 {
  color: var(--rk-grey-2);
}

.rk-bg-grey-2 {
  background-color: var(--rk-grey-2);
}


.rk-text-theme-primary {
  color: var(--rk-theme-primary);
}

.rk-bg-theme-primary {
  background-color: var(--rk-theme-primary);
}

.rk-text-theme-primary-light {
  color: var(--rk-theme-primary-light);
}

.rk-bg-theme-primary-light {
  background-color: var(--rk-theme-primary-light);
}

.rk-text-theme-secondary {
  color: var(--rk-theme-secondary);
}

.rk-text-theme-secondary-dark {
  color: var(--rk-theme-secondary-dark);
}

.rk-bg-theme-secondary {
  background-color: var(--rk-theme-secondary);
}

.rk-bg-theme-secondary-dark {
  background-color: var(--rk-theme-secondary-dark);
}

.rk-ff-body {
  font-family: var(--rk-ff-body);
}

.rk-ff-heading {
  font-family: var(--rk-ff-heading);
}

.rk-ff-styling {
  font-family: var(--rk-ff-styling);
}

.rk-ff-fontawesome {
  font-family: var(--rk-ff-fontawesome);
}

.rk-border-all {
  border: 1px solid var(--rk-border-1);
}

.rk-border-right {
  border-right: 1px solid var(--rk-border-1);
}

@media (max-width: 991.98px) {
  .rk-md-border-none {
    border: none;
  }
}

.rk-border-left {
  border-left: 1px solid var(--rk-border-1);

}

.rk-border-bottom-2 {
  border-bottom: 1px solid var(--rk-border-2);
}

.rk-border-bottom-1 {
  border-bottom: 1px solid var(--rk-border-1);
}

.rk-border-bottom-3 {
  border-bottom: 1px solid var(--rk-border-3);
}

.rk-hover-border-bottom:hover {
  border-bottom-color: var(--rk-common-black);
}

.rk-border-rd-8 {
  border-radius: 8px;
}

.rk-bg-gredient {
  background: linear-gradient(100.12deg, var(--rk-common-black) 0%, #28207C 49.69%, var(--rk-common-black) 100%);
  border-radius: 8px;
}

.rk-container-spacing {
  margin: 0 30px;
}

@media (max-width: 1300px) {
  .rk-container-spacing {
    margin: 0 15px;
  }
}

/*----------------------------------------*/
/*  2.2 scrollToTop
/*----------------------------------------*/
.scrollToTop {
  display: none !important;
  height: 55px;
  width: 55px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #cbc6c6;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  z-index: 999;
  transition: 0.5s ease all;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .scrollToTop {
    height: 40px;
    width: 40px;
  }
}

.scrollToTop.active-progress {
  display: block !important;
}

.scrollToTop:hover {
  transform: translateY(-15%);
}

.scrollToTop .arrowUp {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--rk-common-white);
  font-size: 24px;
}

.scrollToTop .arrowUp i {
  font-size: 19px;
}

.scrollToTop .water {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
  background-color: var(--rk-theme-primary);
  transition: all 0.3s;
  border: 1px solid var(--rk-theme-primary);
}

.scrollToTop .water svg use {
  margin-bottom: -1px;
  position: relative;
  bottom: -1px;
  fill: var(--rk-theme-primary) !important;
}

.scrollToTop .water_wave {
  width: 200%;
  position: absolute;
  bottom: 100%;
}

.scrollToTop .water_wave_back {
  right: 0;
  fill: var(--rk-theme-primary);
  animation: wave-back 1.4s infinite linear;
}

.scrollToTop .water_wave_front {
  left: 0;
  fill: #3727C8E0;
  margin-bottom: -1px;
  animation: wave-front 0.7s infinite linear;
}

@keyframes wave-front {
  100% {
    transform: translateX(-50%);
  }
}

@keyframes wave-back {
  100% {
    transform: translateX(50%);
  }
}

/*----------------------------------------*/
/*  2.4 Buttons
/*----------------------------------------*/
.rk-btn-lg {
  padding: 19px 21px;
}

.rk-btn-md {
  padding: 15px 15px;
}

.rk-btn-xl {
  padding: 23px 28px;
}

.rk-btn-sm {
  padding: 16px 26px;
}


.rk-btn-switch-animation {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.rk-btn-switch-animation .btn-text {
  margin-right: -23px;
  position: relative;
  z-index: 3;
  transition: transform 0.6s 125ms cubic-bezier(0.1, 0.75, 0.25, 1);
}

.rk-btn-switch-animation .btn-icon {
  margin-right: 6px;
  position: relative;
  transition: opacity 0.4s 0.25s, transform 0.6s 0.25s;
  transition-timing-function: cubic-bezier(0.1, 0.75, 0.25, 1);
  line-height: 0;
  z-index: 3;
  opacity: 0;
  transform: translateX(0);
}

.rk-btn-switch-animation .btn-icon+.btn-icon {
  order: -2;
  opacity: 1;
  margin-left: 0;
}

.rk-btn-switch-animation:hover .btn-text {
  transition-delay: 0.05s;
  transform: translateX(-23px);
}

.rk-btn-switch-animation:hover .btn-icon {
  transition-delay: 200ms;
  opacity: 1;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.rk-btn-switch-animation:hover .btn-icon+.btn-icon {
  opacity: 0;
  transition-delay: 0s;
}

.rk-btn-switch-2-animation {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.rk-btn-switch-2-animation .btn-text {
  margin-left: -18px;
  position: relative;
  z-index: 3;
  transition: transform 0.6s 125ms cubic-bezier(0.1, 0.75, 0.25, 1);
}

.rk-btn-switch-2-animation .btn-icon {
  margin-left: 6px;
  position: relative;
  transition: opacity 0.4s 0.25s, transform 0.6s 0.25s;
  transition-timing-function: cubic-bezier(0.1, 0.75, 0.25, 1);
  line-height: 0;
  z-index: 3;
}

.rk-btn-switch-2-animation .btn-icon+.btn-icon {
  order: -2;
  opacity: 0;
  transition-delay: 0s;
  margin-left: 0;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}

.rk-btn-switch-2-animation:hover .btn-text {
  transition-delay: 0.1s;
  transform: translateX(23px);
}

.rk-btn-switch-2-animation:hover .btn-icon {
  transition-delay: 0s;
  transform: translateX(10px);
  opacity: 0;
}

.rk-btn-switch-2-animation:hover .btn-icon+.btn-icon {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 225ms;
}

.rk-btn-circle-dot {
  position: absolute;
  bottom: 0;
  left: 32px;
  width: 0px;
  height: 0px;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  line-height: 20px;
  border-radius: 50%;
  background-color: var(--rk-theme-primary);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid transparent;
  z-index: -1;
}

.rk-btn-rounded {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.rk-btn-rounded:hover .rk-btn-circle-dot {
  width: 440px;
  height: 440px;
}

.rk-left-right .td-text {
  transform: translateY(1px);
}

.rk-arrow-angle {
  --qode-hover-move-x: 110%;
  --qode-hover-move-y: 100%;
}

.rk-rounded-btn-wrap a {
  width: 220px;
  height: 220px;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  color: var(--rk-common-heading);
  font-family: var(--rk-ff-heading);
  border: 1px solid var(--rk-border-1);
  background: var(--rk-body-bgcolor);
  border-radius: 50%;
  display: flex;
  text-transform: uppercase;
  text-align: center;
  line-height: 26px;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

/*----------------------------------------*/
/*  2.1 Animations
/*----------------------------------------*/
@keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }

  100% {
    margin-top: 0;
  }
}

@keyframes bar_anim {

  0%,
  100% {
    -webkit-clip-path: inset(-2px 0);
    clip-path: inset(-2px 0);
  }

  42% {
    -webkit-clip-path: inset(-2px 0 -2px 100%);
    clip-path: inset(-2px 0 -2px 100%);
  }

  43% {
    -webkit-clip-path: inset(-2px 100% -2px 0);
    clip-path: inset(-2px 100% -2px 0);
  }
}

.uncover {
  display: flex;
  flex-direction: row;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.uncover_slice {
  height: 100%;
  flex-grow: 1;
  background: #ffffff;
}

.box {
  position: relative;
  overflow: hidden;
}

.line-1 {
  stroke-dasharray: 1300;
  stroke-dashoffset: 2500;
  animation: dash 5s linear forwards infinite;
}

.line-2 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 2000;
  animation: dash 5s linear forwards infinite;
}

@keyframes dash {
  to {
    stroke-dashoffset: 0px;
    stroke-dasharray: 1000;
  }
}

@keyframes dash-2 {
  to {
    stroke-dashoffset: 0px;
    stroke-dasharray: 3000;
  }
}

@-webkit-keyframes tpSwing {
  0% {
    -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    -o-transform: rotate(6deg);
    transform: rotate(6deg);
  }

  100% {
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
}

@-moz-keyframes tpSwing {
  0% {
    -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    -o-transform: rotate(6deg);
    transform: rotate(6deg);
  }

  100% {
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
}

@-ms-keyframes tpSwing {
  0% {
    -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    -o-transform: rotate(6deg);
    transform: rotate(6deg);
  }

  100% {
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
}

@keyframes tpSwing {
  0% {
    -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    -o-transform: rotate(6deg);
    transform: rotate(6deg);
  }

  100% {
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
}

.tpswing {
  animation: tpSwing 2s linear infinite alternate;
}

@keyframes rk_animation_spin {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

.rk-live-anim-spin {
  animation: rk_animation_spin 6s linear infinite;
}

@keyframes tdfadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes mymove {
  0% {
    transform: scale(0.9);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.9);
  }
}

@keyframes levitate-lg {
  0% {
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
  }

  50% {
    -webkit-transform: translateY(30px) scale(1.01);
    transform: translateY(30px) scale(1.01);
  }

  100% {
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
  }
}

@keyframes popups {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes color-change {
  0% {
    opacity: 0.7;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0.7;
  }
}

@-webkit-keyframes sliderTitle3 {
  0% {
    background-position: 0%;
  }

  100% {
    background-position: 100%;
  }
}

@-moz-keyframes sliderTitle3 {
  0% {
    background-position: 0%;
  }

  100% {
    background-position: 100%;
  }
}

@-ms-keyframes sliderTitle3 {
  0% {
    background-position: 0%;
  }

  100% {
    background-position: 100%;
  }
}

@keyframes sliderTitle3 {
  0% {
    background-position: 0%;
  }

  100% {
    background-position: 100%;
  }
}

@-webkit-keyframes tpshake {
  10% {
    transform: translateY(-10px);
  }

  50% {
    transform: skew(15deg);
  }

  80% {
    transform: rotate(10deg);
  }

  100% {
    transform: translate(0);
  }
}

@-moz-keyframes tpshake {
  10% {
    transform: translateY(-10px);
  }

  50% {
    transform: skew(15deg);
  }

  80% {
    transform: rotate(10deg);
  }

  100% {
    transform: translate(0);
  }
}

@-ms-keyframes tpshake {
  10% {
    transform: translateY(-10px);
  }

  50% {
    transform: skew(15deg);
  }

  80% {
    transform: rotate(10deg);
  }

  100% {
    transform: translate(0);
  }
}

@keyframes tpshake {
  10% {
    transform: translateY(-10px);
  }

  50% {
    transform: skew(15deg);
  }

  80% {
    transform: rotate(10deg);
  }

  100% {
    transform: translate(0);
  }
}

.tpshake {
  transition: all 0.4s ease;
}

.tpshake-wrap:hover .tpshake {
  animation-name: tpshake;
  animation-timing-function: ease-in-out;
  animation-duration: 0.4s;
  animation-iteration-count: 1;
}

@-webkit-keyframes ripple-red {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
  }

  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 42, 2, 0);
  }
}

@-moz-keyframes ripple-red {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
  }

  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 42, 2, 0);
  }
}

@-ms-keyframes ripple-red {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
  }

  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 42, 2, 0);
  }
}

@keyframes ripple-red {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
  }

  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 42, 2, 0);
  }
}

.video-animetion {
  -webkit-transition: 0.5s -webkit-animation ripple-red 1s linear infinite;
  animation: ripple-red 1s linear infinite;
  -webkit-transition: 0.5s;
}

@keyframes upslide {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-20px);
  }

  60% {
    transform: translateY(-10px);
  }
}

.upslide {
  animation: upslide 4s linear forwards infinite alternate;
}

@keyframes upslide-1 {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-8px);
  }

  60% {
    transform: translateY(-4px);
  }
}

.upslide-1 {
  animation: upslide-1 4s linear forwards infinite alternate;
}

@keyframes arrowLineRotation {
  to {
    transform: rotate(180deg);
  }
}

@keyframes arrowLineRotationRev {
  to {
    transform: rotate(-180deg);
  }
}

@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

/*----------------------------------------*/
/*  2.8 Preloader
/*----------------------------------------*/
body.loaded {
  overflow: hidden !important;
  height: 100% !important;
}

.loader-wrap {
  position: fixed;
  z-index: 10;
  height: 100vh;
  width: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: transparent;
  z-index: 99999999999999;
}

.loader-wrap svg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 110vh;
  fill: #121212;
}

.loader-wrap .loader-wrap-heading .load-text {
  font-size: 62px;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: uppercase;
  z-index: 20;
  font-family: var(--rk-ff-heading);
  color: var(--rk-common-white);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .loader-wrap .loader-wrap-heading .load-text {
    font-size: 40px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .loader-wrap .loader-wrap-heading .load-text {
    font-size: 20px;
  }
}

.load-text span {
  -webkit-animation: loading 1s infinite alternate;
  animation: loading 1s infinite alternate;
}

.load-text span:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.load-text span:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.load-text span:nth-child(3) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.load-text span:nth-child(4) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.load-text span:nth-child(5) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.load-text span:nth-child(6) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.load-text span:nth-child(7) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

@-webkit-keyframes loading {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes loading {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.containers {
  position: inherit;
}

/*----------------------------------------*/
/*  2.6 Nice Select
/*----------------------------------------*/
.nice-select {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  outline: none;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  border: 1px solid transparent;
  user-select: none;
  white-space: nowrap;
  width: auto;
  color: #999 !important;
  padding-left: 25px;
  padding-right: 25px;
  font-weight: 400;
  font-size: 16px;
  line-height: 56px;
}

.nice-select:hover {
  border-color: var(--rk-theme-primary);
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: var(--rk-theme-primary);
}

.nice-select::after {
  position: absolute;
  content: "\f107";
  top: 50%;
  right: 25px;
  font-family: var(--rk-ff-fontawesome);
  color: var(--rk-grey-2);
  font-weight: 500;
  pointer-events: none;
  font-size: 18px;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  margin-top: 0;
  transform-origin: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.nice-select.open::after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -moz-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  -o-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled::after {
  border-color: #cccccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small::after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: #fff;
  width: 100%;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 10px;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 12px;
}

.nice-select .option:hover {
  background-color: #f8f8fb;
  color: var(--rk-common-black);
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

/*----------------------------------------*/
/*  2.7 offcanvas
/*----------------------------------------*/
.body-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 995;
  width: 100%;
  height: 100%;
  background: rgba(24, 24, 24, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: 0.45s ease-in-out;
}

.body-overlay.apply {
  opacity: 1;
  visibility: visible;
}


.rk-offcanvas {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  right: -100%;
  width: 450px;
  bottom: 0;
  box-shadow: -8px 0 24px rgba(0, 0, 0, 0.3);
  background-color: var(--rk-body-bgcolor);
  z-index: 997;
  padding: 50px;
  scrollbar-width: none;
  opacity: 0;
  visibility: hidden;
  transition: 0.45s ease-in-out;
  overflow-y: scroll;
}

@media (max-width: 574.98px) {
  .rk-offcanvas {
    width: 100%;
    padding: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rk-offcanvas {
    width: 400px;
    padding: 30px;
  }
}

.rk-offcanvas.opened {
  opacity: 1;
  visibility: visible;
  right: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-duration: 0.6s;
}

.rk-offcanvas-top {
  margin-bottom: 90px;
}

.rk-offcanvas-close-btn button {
  color: var(--rk-common-heading);
}

.rk-offcanvas-close-btn button:hover {
  opacity: 1;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.rk-offcanvas-menu ul li .rk-submenu .homemenu {
  position: relative;
}

.rk-offcanvas-menu ul li .rk-submenu .homemenu.comeing-soon .homemenu-thumb {
  position: relative;
}

.rk-offcanvas-menu ul li .rk-submenu .homemenu.comeing-soon .homemenu-thumb::before {
  position: absolute;
  z-index: 22;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  backdrop-filter: blur(6px);
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}

.rk-offcanvas-menu ul li .rk-submenu .homemenu:hover .homemenu-btn {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.rk-offcanvas-menu ul li .rk-submenu .homemenu-btn {
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .rk-offcanvas-menu ul li .rk-submenu .homemenu-btn .rk-btn-lg {
    padding: 12px 17px;
    font-size: 14px;
  }
}

.rk-offcanvas-social {
  margin-top: 30px;
}

.rk-offcanvas-social ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.rk-offcanvas-social ul li {
  list-style: none;
}

.rk-offcanvas-social ul li:not(:last-child) {
  margin-right: 8px;
}

.rk-offcanvas-social ul li a {
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 38px;
  border-radius: 40px;
  transition: all 0.3s;
  color: var(--rk-common-black);
  border: 1px solid rgba(2, 11, 24, 0.1);
}

.rk-offcanvas-social ul li a:hover {
  background-color: var(--rk-common-black);
  border-color: var(--rk-common-black);
  color: var(--rk-common-white);
}

.rk-offcanvas-social ul li a svg {
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
}

.rk-offcanvas-title {
  font-size: 40px;
  line-height: 1;
  letter-spacing: -0.8px;
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--rk-common-black);
}

.rk-offcanvas-title.sm {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: var(--rk-common-black);
}

.rk-offcanvas-contact {
  margin-bottom: 55px;
}

.rk-offcanvas-contact ul li {
  list-style: none;
}

.rk-offcanvas-contact ul li:not(:last-child) {
  margin-bottom: 2px;
}

.rk-offcanvas-contact ul li a {
  display: inline-block;
  color: #414144;
  font-size: 16px;
  position: relative;
  font-family: var(--rk-ff-body);
}

.rk-offcanvas-contact ul li a::after {
  position: absolute;
  bottom: 2px;
  right: 0;
  width: 0;
  height: 1px;
  content: "";
  transition: 0.4s;
  background-color: #1e1e1e;
}

.rk-offcanvas-contact ul li a:hover {
  color: var(--rk-common-black);
}

.rk-offcanvas-contact ul li a:hover::after {
  width: 100%;
  right: auto;
  left: 0;
}

.rk-offcanvas-content {
  margin-bottom: 45px;
}

.rk-offcanvas-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #414144;
  font-family: var(--rk-ff-body);
}

.rk-offcanvas-2-area {
  position: fixed;
  z-index: 1111;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
  transform-origin: top center;
  transition-delay: 1s;
  -webkit-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
}

.rk-offcanvas-2-area.opened {
  -webkit-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 1111;
  transform-origin: top center;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  transition-delay: 0s;
}

.rk-offcanvas-2-area.opened .animated-text>nav>ul>li a::after {
  visibility: visible;
  opacity: 1;
  bottom: 35px;
}

.rk-offcanvas-2-area.opened .animated-text>nav>ul>li a::before {
  width: 100%;
}

.rk-offcanvas-2-area.opened .animated-text>nav>ul>li a .rk-text-hover-effect-word .single-char span {
  -webkit-transform: translateZ(0.1px);
  -moz-transform: translateZ(0.1px);
  -ms-transform: translateZ(0.1px);
  -o-transform: translateZ(0.1px);
  transform: translateZ(0.1px);
}

.rk-offcanvas-2-area.opened .rk-offcanvas-2-left,
.rk-offcanvas-2-area.opened .rk-offcanvas-2-right {
  visibility: visible;
  opacity: 1;
}

.rk-offcanvas-2-area.opened .rk-offcanvas-2-wrapper {
  visibility: visible;
  opacity: 1;
}

.rk-offcanvas-2-area .rk-offcanvas-menu>nav>ul>li>a {
  font-weight: 600;
  font-size: 48px;
  line-height: 1;
  color: var(--rk-common-body);
  letter-spacing: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rk-offcanvas-2-area .rk-offcanvas-menu>nav>ul>li>a {
    font-size: 35px;
  }
}

@media (max-width: 574.98px) {
  .rk-offcanvas-2-area .rk-offcanvas-menu>nav>ul>li>a {
    font-size: 30px;
  }
}

.rk-offcanvas-2-area .rk-offcanvas-menu>nav>ul>li.is-active>a {
  color: var(--rk-common-white);
}

.rk-offcanvas-2-area .rk-offcanvas-menu>nav>ul>li.is-active .rk-menu-close i {
  color: var(--rk-common-white);
}

.rk-offcanvas-2-area .rk-offcanvas-menu>nav>ul>li>ul>li>a {
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  transition: 0.3s;
  color: var(--rk-common-body);
  letter-spacing: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 574.98px) {
  .rk-offcanvas-2-area .rk-offcanvas-menu>nav>ul>li>ul>li>a {
    font-size: 20px;
  }
}

.rk-offcanvas-2-area .rk-offcanvas-menu>nav>ul>li>ul>li>a:hover {
  transform: translateX(15px);
  color: var(--rk-common-white);
}

.rk-offcanvas-2-area .rk-offcanvas-menu .rk-submenu li a:hover {
  background-color: initial;
  color: var(--rk-common-white);
}

.rk-offcanvas-2-area .rk-offcanvas-menu ul li:not(:last-child)>a {
  border-bottom: 0;
}

.rk-offcanvas-2-area .rk-offcanvas-menu ul li>a {
  padding: 0;
}

.rk-offcanvas-2-area .rk-offcanvas-menu ul>li:not(:last-child) {
  margin-bottom: 45px;
}

.rk-offcanvas-2-area .rk-offcanvas-menu ul li .submenu {
  margin-top: 30px;
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 574.98px) {
  .rk-offcanvas-2-area .rk-offcanvas-menu ul li .submenu {
    padding-left: 0;
  }
}

.rk-offcanvas-2-area .rk-offcanvas-menu ul li .submenu li:not(:last-child) {
  margin-bottom: 20px;
}

.rk-offcanvas-2-area.offcanvas-2-white-bg .rk-offcanvas-2-logo .logo-1 {
  display: none;
}

.rk-offcanvas-2-area.offcanvas-2-white-bg .rk-offcanvas-menu>nav>ul>li.is-active>a {
  color: var(--rk-common-heading);
}

.rk-offcanvas-2-area.offcanvas-2-white-bg .rk-offcanvas-menu>nav>ul>li.is-active .rk-menu-close i {
  color: var(--rk-common-heading);

}

.rk-offcanvas-2-area.offcanvas-2-white-bg .rk-offcanvas-menu>nav>ul>li.active .rk-menu-close i {
  transform: rotate(180deg);
}


.rk-offcanvas-2-area.offcanvas-2-white-bg .rk-offcanvas-menu>nav>ul>li>ul>li>a {
  color: var(--rk-common-heading);
}

.rk-offcanvas-2-area.offcanvas-2-white-bg .rk-offcanvas-menu .rk-submenu li a:hover {
  background-color: initial;
  color: var(--rk-common-heading);
}

.rk-offcanvas-2-area.offcanvas-2-white-bg .rk-offcanvas-2-close-btn .text {
  color: var(--rk-common-heading);
}

.rk-offcanvas-2-area.offcanvas-2-white-bg .rk-offcanvas-2-close-btn {
  color: var(--rk-common-heading);
}

.rk-offcanvas-2-area.offcanvas-2-white-bg .rk-offcanvas-2-close-btn .texts {
  color: var(--rk-common-heading);
}

.rk-offcanvas-2-area.offcanvas-2-black-bg .rk-offcanvas-2-logo .logo-2 {
  display: none !important;
}

.rk-offcanvas-2-bg.left-box {
  position: fixed;
  top: 0;
  height: 100%;
  width: 60%;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .rk-offcanvas-2-bg.left-box {
    width: 100%;
  }
}

.rk-offcanvas-2-bg.right-box {
  position: fixed;
  top: 0;
  height: 100%;
  width: 40%;
}

@media (max-width: 574.98px) {
  .rk-offcanvas-2-bg.right-box {
    width: 100%;
  }
}

.rk-offcanvas-2-bg.is-left {
  left: 0;
}

.rk-offcanvas-2-bg.is-right {
  right: 0;
}

.rk-offcanvas-2-wrapper .left-box {
  position: fixed;
  top: 0;
  width: 60%;
  height: 100vh;
  z-index: 9999;
  overflow-y: scroll;
  pointer-events: auto;
  scrollbar-width: none;
  padding: 18px 80px 50px 80px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rk-offcanvas-2-wrapper .left-box {
    padding: 18px 40px 40px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .rk-offcanvas-2-wrapper .left-box {
    width: 100%;
    padding: 30px;
  }
}

.rk-offcanvas-2-wrapper .left-box .rk-offcanvas-menu {
  padding-left: 125px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rk-offcanvas-2-wrapper .left-box .rk-offcanvas-menu {
    padding-left: 70px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .rk-offcanvas-2-wrapper .left-box .rk-offcanvas-menu {
    padding-left: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .rk-offcanvas-2-wrapper .left-box .rk-offcanvas-menu {
    padding: 0;
  }
}

.rk-offcanvas-2-wrapper .right-box {
  position: fixed;
  top: 0;
  width: 40%;
  height: 100vh;
  z-index: 9999;
  padding: 32px 100px 50px 0;
  scrollbar-width: none;
  overscroll-behavior-y: contain;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rk-offcanvas-2-wrapper .right-box {
    padding-right: 40px;
  }
}

.rk-offcanvas-2-wrapper .right-box::-webkit-scrollbar {
  display: none;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .rk-offcanvas-2-wrapper .right-box {
    width: 100%;
  }
}

.rk-offcanvas-2-wrapper .rk-menu-close {
  top: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rk-offcanvas-2-wrapper .rk-menu-close {
    top: 8px;
  }
}

@media (max-width: 574px) {
  .rk-offcanvas-2-wrapper .rk-menu-close {
    top: 5px;
  }
}

.rk-offcanvas-2-wrapper .rk-menu-close i {
  font-size: 20px;
  color: #717172;
}

.rk-offcanvas-2-left {
  visibility: hidden;
  opacity: 0;
  left: 0;
  transition: 0.3s;
  transition-delay: 0.8s;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .rk-offcanvas-2-left-wrap {
    margin-bottom: 80px;
  }
}

.rk-offcanvas-2-right {
  visibility: hidden;
  opacity: 0;
  right: 0;
  transition: 0.3s;
  transition-delay: 0.8s;
}

.rk-offcanvas-2-right-inner {
  height: 100%;
  padding: 100px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rk-offcanvas-2-right-inner {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rk-offcanvas-2-right-inner {
    padding: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rk-offcanvas-2-right-inner {
    padding: 30px;
  }
}

.rk-offcanvas-2-right-info-box {
  padding: 0 100px;
  text-align: right;
}


@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rk-offcanvas-2-right-info-box {
    padding: 0 100px;
    padding-right: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rk-offcanvas-2-right-info-box {
    padding: 0 70px;
    padding-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rk-offcanvas-2-right-info-box {
    padding: 0 60px;
    padding-right: 0;
    margin-top: 130px;
  }
}

.rk-offcanvas-2-right-info-title {
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 32px;
  color: var(--rk-common-heading);
}

.rk-offcanvas-2-right-info-item {
  margin-bottom: 24px;
}

.rk-offcanvas-2-right-info-item label {
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  display: block;
  color: var(--rk-common-heading);
}

.rk-offcanvas-2-right-info-item>a {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: var(--rk-common-body);
}

.rk-offcanvas-2-area::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/menu/grid-shape.png");
  content: "";
  z-index: -1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .rk-offcanvas-2-right-info-item>a br {
    display: none;
  }
}

.rk-offcanvas-2-right-social a {
  transition: 0.3s;
  text-align: center;
  display: inline-block;
  font-weight: 600;
  position: relative;
  font-size: 18px;
  padding-left: 15px;
  line-height: 28px;
  color: var(--rk-common-body);
}

.rk-offcanvas-2-right-social a:first-child {
  padding-left: 0;
}

.rk-offcanvas-2-right-social a:not(:last-child):before {
  position: absolute;
  left: auto;
  right: -13px;
  top: 45%;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--rk-grey-2);
}

.rk-offcanvas-2-right-social a:hover {
  color: var(--rk-theme-primary);
}

.rk-offcanvas-2-close {
  visibility: hidden;
}

.rk-offcanvas-2-area.opened .rk-offcanvas-2-close {
  visibility: visible;
  opacity: 1;
  transition-delay: 0.3s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rk-offcanvas-2-close {
    padding-right: 30px;
  }
}

.rk-offcanvas-2-close-btn {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--rk-common-white);
}

.rk-offcanvas-2-close-btn .texts {
  width: 60px;
  height: 20px;
  transition: 0.3s;
  overflow: hidden;
  display: inline-block;
  transform: translateY(4px);
  color: var(--rk-common-white);
}

.rk-offcanvas-2-close-btn .texts span {
  transition: 0.3s;
  display: inline-block;
  -webkit-transform: translateX(130%);
  -moz-transform: translateX(130%);
  -ms-transform: translateX(130%);
  -o-transform: translateX(130%);
  transform: translateX(130%);
}

.rk-offcanvas-2-close-btn:hover .texts span {
  transform: translateX(0%);
}

.rk-offcanvas-2-close-btn:hover span svg {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.rk-offcanvas-2-text {
  right: 0;
  bottom: 0;
  position: absolute;
  transform: rotate(-90deg) translateY(100%);
}

.rk-offcanvas-2-text span {
  font-size: 320px;
  font-weight: 700;
  color: rgba(33, 35, 41, 0.3);
}


.rk-offcanvas-2-logo {
  margin-bottom: 150px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .rk-offcanvas-2-logo {
    margin-bottom: 0;
  }
}

.rk-offcanvas-2-logo .logo-2 {
  display: block !important;
}

.offcanvas-black-bg {
  background: #1C1D20;
}

.offcanvas-black-bg .rk-offcanvas-close-btn button {
  color: var(--rk-common-white);
}

.offcanvas-black-bg .rk-offcanvas-menu ul li>a {
  color: var(--rk-common-white);
}

.offcanvas-black-bg .rk-offcanvas-menu ul li.active>a {
  color: var(--rk-grey-2);
}

.offcanvas-black-bg .rk-offcanvas-menu .rk-submenu li a:hover {
  background-color: #2c2b2e;
  color: var(--rk-common-white);
}

.offcanvas-black-bg .rk-menu-close {
  border-color: var(--rk-border-3);
  color: var(--rk-common-white);
}

.offcanvas-black-bg .rk-megamenu-wrapper.megamenu-black-bg {
  backdrop-filter: initial;
  background: transparent;
  box-shadow: none;
}

.offcanvas-black-bg .rk-offcanvas-title.sm {
  color: var(--rk-common-white);
}

.offcanvas-black-bg .rk-offcanvas-contact ul li a {
  color: rgba(255, 255, 255, 0.8);
}

.offcanvas-black-bg .rk-offcanvas-contact ul li a:hover {
  color: var(--rk-common-white);
}

.offcanvas-black-bg .rk-offcanvas-contact ul li a::after {
  background-color: var(--rk-common-white);
}

.offcanvas-black-bg .rk-offcanvas-social ul li a {
  color: var(--rk-common-white);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.offcanvas-black-bg .rk-offcanvas-social ul li a:hover {
  color: var(--rk-common-black);
  border-color: var(--rk-common-white);
  background-color: var(--rk-common-white);
}

.offcanvas-black-bg .rk-offcanvas-title {
  color: var(--rk-common-white);
}

.offcanvas-black-bg .rk-offcanvas-content p {
  color: rgba(255, 255, 255, 0.8);
}

.offcanvas-black-bg .rk-offcanvas-menu ul li.active>.rk-menu-close {
  background-color: var(--rk-common-white);
  color: var(--rk-common-black);
  border-color: var(--rk-border-3);
}

.offcanvas-black-bg .rk-offcanvas-menu ul li.active>.rk-menu-close i {
  color: var(--rk-common-black);
}

/*----------------------------------------*/
/*  2.3 Breadcrumb
/*----------------------------------------*/
.rk-breadcrumb-list ul {
  display: flex;
}

.rk-breadcrumb-list ul li {
  font-family: var(--rk-ff-heading);
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: var(--rk-border-2);
  list-style: none;
}

.rk-breadcrumb-list ul li span {
  width: 2px;
  height: 17px;
  display: inline-block;
  background: var(--rk-common-body);
  margin: 0 10px;
  vertical-align: middle;
}

.rk-breadcrumb-list ul li a {
  color: var(--rk-common-heading);
  background-image: linear-gradient(currentColor, currentColor),
    linear-gradient(currentColor, currentColor);
  background-size: 0 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.4s ease-out 0.3s;
}

.rk-breadcrumb-list ul li a:hover {
  background-size: 0 1px, 100% 1px;
}

.rk-breadcrumb-spacing {
  padding-top: 132px;
  padding-bottom: 50px;
}

/*----------------------------------------*/
/*  2.10 Section Big Title
/*----------------------------------------*/
.rk-section-bigtitle {
  line-height: 1;
  text-align: center;
  filter: blur(6px);
  background: linear-gradient(175.7deg, var(--rk-common-white) 18.5%, var(--rk-common-black) 97.81%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.rk-section-bigtitle .rk-letter-span {
  display: inline-block;
  background: linear-gradient(175.7deg, var(--rk-common-white) 18.5%, var(--rk-common-black) 97.81%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

@media only screen and (min-width: 1380px) and (max-width: 1510px) {
  .rk-section-bigtitle {
    font-size: 200px;
  }
}

@media only screen and (min-width: 1310px) and (max-width: 1379px) {
  .rk-section-bigtitle:not(.rk-footer-section-big-title) {
    font-size: 190px;
  }
}

@media (max-width: 1309px) {
  .rk-section-bigtitle:not(.rk-footer-section-big-title) {
    font-size: 170px;
  }
}

@media (max-width: 1199px) {
  .rk-section-bigtitle:not(.rk-footer-section-big-title) {
    font-size: 143px;
  }
}

@media (max-width: 991px) {
  .rk-section-bigtitle:not(.rk-footer-section-big-title) {
    font-size: 110px;
    text-align: left;
  }

  .rk-footer-section-big-title {
    font-size: 90px;
  }

  .rk-hero-pp-area .rk-hero-top .rk-hero-content {
    margin-top: -90px;
  }
}

@media (max-width: 767px) {
  .rk-section-bigtitle:not(.rk-footer-section-big-title) {
    font-size: 67px;
  }

  .rk-hero-pp-area .rk-hero-top .rk-hero-content {
    margin-top: -60px;
  }
}

@media (max-width: 543px) {

  .rk-section-bigtitle {
    font-size: 67px;
  }

  .rk-hero-pp-area .rk-hero-top .rk-hero-content {
    margin-top: -50px;
  }
}

@media (max-width: 479px) {
  .rk-section-bigtitle {
    font-size: 43px;
    filter: unset;
  }

  .rk-footer-section-big-title {
    font-size: 52px;
  }

  .rk-hero-pp-area .rk-hero-top .rk-hero-content {
    margin-top: -40px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .rk-section-3-para br {
    display: none;
  }
}

@media(max-width: 1399px) {
  .rk-xxl-br>br {
    display: none;
  }
}

@media(max-width: 1199px) {
  .rk-xl-br>br {
    display: none;
  }
}

@media(max-width: 991px) {
  .rk-lg-br>br {
    display: none;
  }
}

@media(max-width: 767px) {
  .rk-md-br>br {
    display: none;
  }
}

/*----------------------------------------*/
/*  2.9 Search css start
/*----------------------------------------*/
.rk-search-form-toggle {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--rk-body-bgcolor);
  z-index: 100;
  padding-top: 70px;
  padding-bottom: 100px;
  opacity: 0;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  -webkit-transform: translateY(calc(-100% - 80px));
  -ms-transform: translateY(calc(-100% - 80px));
  transform: translateY(calc(-100% - 80px));
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  z-index: 9999;
}

.rk-search-form-toggle.active {
  opacity: 1;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.rk-search-form-toggle.active .rk-search-form-input {
  transform: translateY(0px);
  opacity: 1;
  transition-delay: 0.3s;
}

.rk-search-form-icon {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 22px;
  color: var(--rk-common-heading);
}

.rk-search-form-input {
  position: relative;
  height: 52px;
  transform: translateY(-40px);
  transition: all 0.3s ease-in-out;
  transition-delay: 0.5s;
  opacity: 0;
}

.rk-search-form-input input {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 0;
  outline: 0;
  font-size: 24px;
  font-weight: 400;
  color: var(--rk-common-heading);
  border-bottom: 1px solid var(--rk-border-1);
  font-family: var(--rk-ff-body);
  padding: 0;
  padding-right: 30px;
}

.rk-search-form-input input::-webkit-input-placeholder {
  font-size: 24px;
  color: var(--rk-grey-1);
}

.rk-search-form-input input::-moz-placeholder {
  font-size: 24px;
  color: var(--rk-grey-1);
}

.rk-search-form-input input:-moz-placeholder {
  font-size: 24px;
  color: var(--rk-grey-1);
}

.rk-search-form-input input:-ms-input-placeholder {
  font-size: 24px;
  color: var(--rk-grey-1);
}

.rk-search-form-input input::placeholder {
  font-size: 24px;
  color: var(--rk-grey-1);
}

.rk-search-form-input input~.rk-search-focus-border {
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  width: 0;
  height: 1px;
  background-color: var(--rk-common-heading);
  transition: all 0.5s;
}

.rk-search-form-input input:focus {
  border-color: transparent;
}

.rk-search-form-input input:focus~.rk-search-focus-border {
  width: 100%;
  left: 0;
  right: auto;
  transition: all 0.8s;
}

.rk-search-close {
  color: var(--rk-grey-1);
  font-size: 24px;
  transition: all 0.3s ease;
}

.rk-search-close:hover {
  color: var(--rk-common-heading);
  transform: rotate(180deg);
}

.rk-search-body-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(24, 24, 24, 0.5);
  z-index: 99;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
  -webkit-transform: translateY(calc(-100% - 80px));
  -ms-transform: translateY(calc(-100% - 80px));
  transform: translateY(calc(-100% - 80px));
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.rk-search-body-overlay.active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/*----------------------------------------*/
/*  2.5 Cursor css start
/*----------------------------------------*/
body.rk-cursorfx #magic-cursor {
  display: block;
}

#magic-cursor {
  position: absolute;
  display: none;
  width: 10px;
  height: 10px;
  pointer-events: none;
  z-index: 99999;
  opacity: 0;
  top: 0;
  left: 0;
}

#ball {
  position: fixed;
  display: flex;
  align-items: center;
  pointer-events: none;
  border-radius: 50%;
  color: transparent;
  justify-content: center;
  mix-blend-mode: difference;
  background-color: var(--rk-common-black);
}


.cursor-white-bg #ball {
  background-color: var(--rk-common-white) !important;
}

.cursor-white-bg #ball .ball-view {
  color: var(--rk-common-black);
}

.cursor-black-bg #ball {
  background-color: var(--rk-common-black) !important;
}

.cursor-black-bg #ball .ball-view {
  color: var(--rk-common-white);
}

/* Ball view 
============= */
#ball .ball-view {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  padding: 0 5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.1;
  text-align: center;
  transform: scale(0);
  font-family: var(--rk-ff-body);
  color: var(--rk-common-black);
}

/* Ball drag 
============= */
#ball .ball-drag {
  position: absolute;
  display: block;
  width: 100%;
  padding: 0 5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  transition: all 0.3s;
  font-family: var(--rk-ff-body);
  color: var(--rk-common-black);
}

#ball .ball-drag::before,
#ball .ball-drag::after {
  position: absolute;
  top: 50%;
  margin-top: -5px;
  font-size: 19px;
  height: 10px;
  line-height: 10px;
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  color: var(--rk-common-white);
  font-family: "Font Awesome 6 Pro";
  -webkit-font-smoothing: antialiased;
}

#ball .ball-drag::before {
  content: "\f104";
  left: 0;
  transform: translate3d(-30px, 0, 0);
  transition: all 0.25s;
}

#ball .ball-drag::after {
  content: "\f105";
  right: 0;
  transform: translate3d(30px, 0, 0);
  transition: all 0.25s;
}

#ball.with-blur {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Ball close 
============== */
#ball.ball-close-enabled {
  opacity: 1 !important;
}

#ball .ball-close {
  position: absolute;
  padding: 0 5px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  color: var(--rk-common-black);
}

.rk-motion-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

/*----------------------------------------*/
/*  3.1 Header Style
/*----------------------------------------*/
.rk-header-search-btn {
  width: 18px;
  height: 18px;
  display: inline-block;
  text-align: center;
  line-height: 18px;
}

.rk-header-search-btn:hover svg {
  color: var(--rk-common-heading);
}


.rk-header-sidebar-btn span {
  height: 2px;
  width: 25px;
  display: block;
  margin: 6px auto;
  background: var(--rk-common-body);
}

.rk-header-sidebar-btn:hover span {
  animation: bar_anim 0.8s cubic-bezier(0.44, 1.1, 0.53, 0.99) 1 forwards;
}

.rk-header-sidebar-btn:hover span:nth-child(2) {
  animation-delay: 0.1s;
}


.rk-header-2-menu-btn span {
  background: var(--rk-common-black);
  width: 18px;
  margin: 4px 0 4px auto;
  border-radius: 10px;
  height: 2px;
}

.rk-header-2-menu-btn span:nth-child(2) {
  width: 18px;
}

.rk-header-2-spacing {
  padding: 18px 0px;
}

@media (max-width: 574.98px) {
  .rk-header-2-right .rk-btn-group {
    display: none;
  }
}

.header-transparent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  width: 100%;
}

.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 55;
}

.sticky-body-bg {
  background: var(--rk-secondary-bgcolor);
  border-bottom: 1px solid var(--rk-border-1);
}

.sticky-body-bg .rk-header-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: auto;
}

.rk-header-logo img {
  display: block;
}

@media(max-width: 1199px) {
  .sticky-body-bg .rk-header-logo {
    position: relative;
    left: unset;
    top: unset;
    transform: unset;
    z-index: 10;
    width: 50%;
  }
}

/* HEADER CSS */
/*----------------------------------------*/
/*  4.1 Main menu css
/*----------------------------------------*/
.rk-main-menu nav>ul>li {
  list-style: none;
  display: inline-block;
  margin: 0 25px;
  position: relative;
}

.menu-start .rk-main-menu nav>ul>li:first-child {
  margin-left: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 574.98px) {
  .rk-main-menu nav>ul>li {
    margin: 0 12px;
  }
}

.rk-main-menu nav>ul>li>a {
  font-family: var(--rk-ff-heading);
  font-weight: 600;
  font-size: var(--rk-ff-body-size);
  text-transform: capitalize;
  color: var(--rk-common-body);
  display: inline-block;
  padding: 28px 0;
}

.rk-main-menu nav>ul>li>a:hover,
.rk-main-menu nav>ul>li>a.active {
  color: var(--rk-common-heading)
}

.rk-main-menu nav>ul>li>a>span {
  color: var(--rk-common-body);
  display: inline-block;
  margin-left: 2px;
  transition: all 0.4s ease;
}

.rk-main-menu nav>ul>li>a>span i {
  font-size: var(--rk-ff-xs-size);
}

.rk-header-pp-area .rk-main-menu nav>ul>li>a {
  color: var(--rk-common-light);
}

.rk-header-pp-area .rk-main-menu nav>ul>li>a:hover,
.rk-header-pp-area .rk-main-menu nav>ul>li>a.active,
.rk-header-pp-area .rk-main-menu nav ul li:hover.has-dropdown>a>span {
  color: var(--rk-common-white)
}

.rk-header-pp-area .rk-main-menu nav>ul>li>a>span {
  color: var(--rk-common-light);
}

.rk-main-menu nav>ul>li .submenu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 260px;
  z-index: 99;
  opacity: 0;
  padding: 12px 0;
  transition: 0.5s;
  text-align: start;
  visibility: hidden;
  border-radius: 14px;
  transform-origin: 0 0;
  transform: scale(1, 0);
  border: 1px solid var(--rk-border-1);
  backdrop-filter: blur(40px);
  background: rgba(38, 37, 40, 0.9);
  box-shadow: 0 20px 30px -8px rgba(19, 19, 22, 0.1);
}

.rk-main-menu nav>ul>li .submenu li {
  width: 100%;
  padding: 0 12px;
  border-radius: 8px;
  margin: 0;
}

.rk-main-menu nav>ul>li .submenu li a {
  position: relative;
  border-radius: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #bfbfc0;
  padding: 12px 18px;
  display: inline-block;
  letter-spacing: -0.01em;
  text-align: start;
  width: 100%;
  font-family: var(--rk-ff-body);
}

@media only screen and (min-width: 1600px) and (max-width: 1700px),
only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rk-main-menu nav>ul>li .submenu li a {
    font-size: 14px;
  }
}

.rk-main-menu nav>ul>li .submenu li .submenu {
  top: 0;
  left: 100%;
}

.rk-main-menu nav>ul>li .submenu li:hover>a {
  background-color: #2c2b2e;
  color: var(--rk-common-white);
}

.rk-main-menu nav ul li {
  position: relative;
}

.rk-main-menu nav ul li:hover>.submenu {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

.rk-main-menu nav ul li:hover.has-dropdown>a>span {
  color: var(--rk-common-heading);
}

.rk-main-menu-wd>nav>ul>li>a {
  font-family: var(--rk-ff-body);
  font-weight: 500;
  font-size: 20px;
}

.rk-main-menu-cst>nav>ul>li>a {
  font-family: var(--rk-ff-body);
  color: var(--rk-common-black-1);
  padding: 35px 0px;
}

.rk-main-menu-it>nav>ul>li>a {
  font-family: var(--rk-ff-body);
  color: var(--rk-common-black-1);
  padding: 27px 0px;
}

.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  width: 100%;
  z-index: 10;
  visibility: visible;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 6px 0 rgba(19, 19, 22, 0.08);
  animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -webkit-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
}

.header-sticky .rk-header-menu>nav>ul>li>a {
  padding: 22px 0;
}

.header-sticky.sticky-black-bg {
  background: rgba(1, 2, 30, .9);
}

.header-sticky.sticky-body-bg {
  background: var(--rk-secondary-bgcolor);
}

.header-sticky.rk-header-blur::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(40px);
  z-index: -1;
}

.header-sticky .rk-main-menu-cst>nav>ul>li>a {
  padding: 21px 0px;
}


.header-sticky .rk-main-menu-it>nav>ul>li>a {
  padding: 21px 0px;
}

.rk-header-dropdown nav ul li {
  list-style: none;
}

.rk-header-dropdown nav ul li:hover>.rk-megamenu-wrapper {
  visibility: visible;
  opacity: 1;
  transition-duration: 0.2s;
  -webkit-transform: perspective(300px) rotateX(0deg);
  -moz-transform: perspective(300px) rotateX(0deg);
  -ms-transform: perspective(300px) rotateX(0deg);
  -o-transform: perspective(300px) rotateX(0deg);
  transform: perspective(300px) rotateX(0deg);
}

.sticky-white-bg .rk-megamenu-list ul li a span {
  font-weight: 700;
}

.sticky-white-bg .rk-megamenu-list ul li a span.new {
  color: #b64ade;
  background: rgba(182, 74, 222, 0.08);
}

.sticky-white-bg .rk-megamenu-list ul li a span.pop {
  color: #0db50e;
  background-color: rgba(13, 181, 14, 0.08);
}

.rk-megamenu-wrapper {
  position: absolute;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  padding-top: 45px;
  top: 100%;
  left: 0;
  right: 0;
  max-width: 1760px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 14px;
  transform-origin: top;
  transition-duration: 0.1s;
  -webkit-transform: perspective(300px) rotateX(-18deg);
  -moz-transform: perspective(300px) rotateX(-18deg);
  -ms-transform: perspective(300px) rotateX(-18deg);
  -o-transform: perspective(300px) rotateX(-18deg);
  transform: perspective(300px) rotateX(-18deg);
}

@media only screen and (min-width: 1600px) and (max-width: 1700px),
only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rk-megamenu-wrapper {
    max-width: calc(100% - 40px);
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .rk-megamenu-wrapper {
    padding-top: 25px;
  }
}

.rk-megamenu-wrapper.megamenu-black-bg {
  backdrop-filter: blur(40px);
  background: rgba(38, 37, 40, 0.9);
  box-shadow: 0 20px 30px -8px rgba(19, 19, 22, 0.1);
}

.rk-megamenu-wrapper.megamenu-white-bg {
  backdrop-filter: blur(40px);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 6px 0 rgba(19, 19, 22, 0.12);
}

.rk-megamenu-wrapper.megamenu-white-bg .rk-megamenu-title {
  color: #111013;
  border-bottom: 1px solid #F3F3F6;
}

.rk-megamenu-wrapper.megamenu-white-bg .rk-megamenu-list ul::after {
  background-color: #F3F3F6;
}

.rk-megamenu-wrapper.megamenu-white-bg .rk-megamenu-list ul li a {
  color: #636368;
}

.rk-megamenu-wrapper.megamenu-white-bg .rk-megamenu-list ul li a:hover {
  background-color: #f8f8fb;
  color: var(--rk-common-black);
}

.rk-megamenu-title {
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  margin-bottom: 0;
  padding-left: 40px;
  padding-bottom: 25px;
  text-align: start;
  text-transform: uppercase;
  color: var(--rk-common-white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  font-family: var(--rk-ff-body);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .rk-megamenu-title {
    padding-left: 23px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rk-megamenu-title {
    padding-left: 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .rk-megamenu-title {
    padding-left: 20px;
  }
}

.rk-megamenu-list {
  height: 100%;
}

.rk-megamenu-list ul {
  position: relative;
  height: 100%;
  padding-top: 18px;
  padding-bottom: 50px;
}

.rk-megamenu-list ul::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.06);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .rk-megamenu-list ul::after {
    display: none;
  }
}

.rk-megamenu-list ul li {
  padding: 0px 20px;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px),
only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rk-megamenu-list ul li {
    padding: 0px 10px;
  }
}

.rk-megamenu-list ul li:not(:last-child) {
  margin-bottom: 10px;
}

.rk-megamenu-list ul li a {
  position: relative;
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: #bfbfc0;
  padding: 12px 18px;
  border-radius: 8px;
  display: inline-block;
  letter-spacing: -0.01em;
  text-align: start;
  font-family: var(--rk-ff-body);
}

@media only screen and (min-width: 1700px) and (max-width: 1800px),
only screen and (min-width: 1600px) and (max-width: 1700px) {
  .rk-megamenu-list ul li a {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .rk-megamenu-list ul li a {
    font-size: 14px;
    padding: 12px 12px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rk-megamenu-list ul li a {
    font-size: 14px;
    padding: 12px 8px;
  }
}

.rk-megamenu-list ul li a span {
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  padding: 6px 8px;
  border-radius: 20px;
  display: inline-block;
  margin-left: 3px;
  text-transform: capitalize;
  letter-spacing: 0.7px;
  font-family: var(--rk-ff-body);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .rk-megamenu-list ul li a span {
    font-size: 8px;
    padding: 5px 6px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .rk-megamenu-list ul li a span {
    display: none;
  }
}

.rk-megamenu-list ul li a span.hot {
  color: #FF535B;
  background-color: rgba(255, 83, 91, 0.08);
}

.rk-megamenu-list ul li a span.new {
  color: #fff669;
  background-color: rgba(255, 246, 105, 0.08);
}

.rk-megamenu-list ul li a span.pop {
  color: #19e41a;
  background-color: rgba(25, 228, 26, 0.08);
}

.rk-megamenu-list ul li a:hover {
  background-color: #2c2b2e;
  color: var(--rk-common-white);
}

.rk-megamenu-thumb {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 17%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .rk-megamenu-thumb {
    display: none;
  }
}

.rk-megamenu-thumb img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  overflow: hidden;
}

.dropdown-white-bg nav ul li .rk-submenu {
  background: rgba(255, 255, 255, 0.9);
}

.dropdown-white-bg nav ul li .rk-submenu li a {
  color: var(--rk-common-body);
}

.dropdown-white-bg nav ul li .rk-submenu li:hover>a {
  background-color: #F8F8FB;
  color: var(--rk-common-black);
}

.dropdown-white-bg nav ul li .rk-submenu li.menu-item-has-children>a::after {
  color: var(--rk-common-body);
}

.dropdown-white-bg nav ul li .rk-submenu li.menu-item-has-children:hover>a::after {
  color: var(--rk-common-body);
}

/*----------------------------------------*/
/*  4.2 Mobilemenu css
/*----------------------------------------*/
.rk-offcanvas-menu {
  margin-bottom: 40px;
}

.rk-offcanvas-menu ul {
  list-style: none;
}

.rk-offcanvas-menu ul li {
  position: relative !important;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .rk-offcanvas-menu ul li.has-dropdown span {
    display: none;
  }
}

.rk-offcanvas-menu ul li>a {
  padding: 0;
  display: inline-block;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  font-family: var(--rk-ff-body);
}

.rk-offcanvas-menu ul li.active>a {
  color: var(--rk-common-heading);
}

.rk-offcanvas-menu ul li.active>.rk-menu-close {
  background-color: var(--rk-common-heading);
  color: var(--rk-common-white);
  border-color: var(--rk-common-heading);
}

.rk-offcanvas-menu ul li.active>.rk-menu-close i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  color: var(--rk-common-white);
}

.rk-offcanvas-menu ul>li:not(:last-child) {
  margin-bottom: 30px;
}

.rk-offcanvas-menu ul li .rk-submenu {
  display: none;
  margin-top: 30px;
  margin-bottom: 50px;
}


.rk-offcanvas-menu .rk-megamenu-wrapper.megamenu-white-bg {
  backdrop-filter: none;
  background: transparent;
  box-shadow: none;
}

.rk-offcanvas-menu .mega-menu {
  width: auto;
  opacity: 1;
  visibility: visible;
  transition: none;
  position: static;
  display: none;
  -webkit-transform: perspective(0) rotateX(0);
  -moz-transform: perspective(0) rotateX(0);
  -ms-transform: perspective(0) rotateX(0);
  -o-transform: perspective(0) rotateX(0);
  transform: perspective(0) rotateX(0);
}

.rk-offcanvas-menu .rk-megamenu-list ul li {
  padding: 0;
}

.rk-offcanvas-menu .rk-megamenu-list ul li a {
  padding: 0px;
  font-size: 17px;
}

.rk-offcanvas-menu .rk-submenu li a {
  padding: 0px;
  font-size: 17px;
}

.rk-offcanvas-menu .rk-submenu li a:hover {
  background-color: #f8f8fb;
  color: var(--rk-common-black);
}

.rk-menu-close {
  position: absolute;
  right: -15px;
  top: 0;
  height: 0;
  width: 0;
  font-size: 12px;
  line-height: 29px;
  text-align: center;
}

.rk-menu-close i {
  transition: all 0.3s;
}
@media(max-width: 480px){
header .rk-header-right .ml-20{
  margin-left: 15px;
}
}
/*----------------------------------------*/
/*  5.2 Postbox css
/*----------------------------------------*/
.rk-postbox-title {
  font-size: 35px;
  line-height: 129%;
}

@media (max-width: 574.98px) {
  .rk-postbox-title {
    font-size: 25px;
  }
}

.rk-postbox-text {
  font-size: 18px;
  line-height: 144%;
  color: var(--rk-grey-1);
}

.rk-postbox-slider-arrow-wrap button {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  border-radius: 50%;
  color: var(--rk-common-white);
  border: 1px solid var(--rk-common-white);
  transition: 0.3s;
}

.rk-postbox-slider-arrow-wrap button:hover {
  background-color: var(--rk-common-white);
  color: var(--rk-common-black);
}

.rk-postbox-slider-arrow-wrap .rk-postbox-arrow-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  z-index: 9;
}

.rk-postbox-slider-arrow-wrap .rk-postbox-arrow-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  z-index: 9;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rk-postbox-wrapper {
    margin-right: 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .rk-postbox-wrapper {
    margin-right: 0;
  }
}

.rk-postbox-video-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}

.rk-postbox-details-form {
  padding: 30px;
}

.rk-postbox-details-remember {
  display: flex;
}

.rk-postbox-details-remember label {
  font-weight: 500;
  font-size: 16px;
  color: var(--rk-common-body);
  cursor: pointer;
}

.rk-postbox-details-remember .rk-checkbox {
  margin: 0;
  appearance: none;
  -moz-appearance: none;
  display: block;
  width: 18px;
  height: 18px;
  outline: none;
  flex: 0 0 auto;
  background: var(--rk-common-white);
  -webkit-transform: translateY(-2.5px);
  -moz-transform: translateY(-2.5px);
  -ms-transform: translateY(-2.5px);
  -o-transform: translateY(-2.5px);
  transform: translateY(-2.5px);
  padding: 0;
  margin-right: 10px;
  transform: translateY(4px);
  border-radius: 0;
}

.rk-postbox-details-remember .rk-checkbox:checked {
  position: relative;
  background-color: var(--rk-theme-primary);
  border-color: transparent;
}

.rk-postbox-details-remember .rk-checkbox:checked::after {
  box-sizing: border-box;
  position: absolute;
  content: "\f00c";
  font-weight: 700;
  font-family: var(--rk-ff-fontawesome);
  font-size: 14px;
  color: var(--rk-common-white);
  top: 49%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.rk-postbox-details-remember .rk-checkbox:hover {
  cursor: pointer;
}

.postbox__comment ul li {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--rk-border-1);
  list-style: none;
}

.postbox__comment ul li.children {
  margin-left: 65px;
}

@media (max-width: 574.98px) {
  .postbox__comment ul li.children {
    margin-left: 0;
  }
}

.postbox__comment-box {
  padding-top: 20px;
}

@media (max-width: 574.98px) {
  .postbox__comment-box {
    flex-wrap: wrap;
  }
}

.postbox__comment-info {
  flex: 0 0 auto;
}


.postbox__comment-avater img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
}


.postbox__comment-name {
  margin-bottom: 17px;
}

.postbox__comment-reply a {
  color: var(--rk-common-body);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}

.postbox__comment-reply a:hover {
  color: var(--rk-theme-primary);
}

/*----------------------------------------*/
/*  5.3 Sidebar css
/*----------------------------------------*/
.rk-sidebar-search-input {
  position: relative;
}

.rk-sidebar-search-input input {
  width: 100%;
  height: 60px;
  font-family: var(--rk-ff-heading);
  line-height: 70px;
  padding: 0 25px;
  outline: none;
  font-size: 16px;
  border: none;
  padding-right: 50px;
  background: var(--rk-secondary-bgcolor);
  color: var(--rk-common-heading);
  border: 1px solid var(--rk-border-1);
  border-radius: 8px;
}

.rk-sidebar-search-input input::-webkit-input-placeholder {
  color: var(--rk-grey-1);
  font-size: 16px;
  font-weight: 400;
  border-color: #D9D9D9;
}

.rk-sidebar-search-input input::-moz-placeholder {
  color: var(--rk-grey-1);
  font-size: 16px;
  font-weight: 400;
  border-color: #D9D9D9;
}

.rk-sidebar-search-input input:-moz-placeholder {
  color: var(--rk-grey-1);
  font-size: 16px;
  font-weight: 400;
  border-color: #D9D9D9;
}

.rk-sidebar-search-input input:-ms-input-placeholder {
  color: var(--rk-grey-1);
  font-size: 16px;
  font-weight: 400;
  border-color: #D9D9D9;
}

.rk-sidebar-search-input input::placeholder {
  color: var(--rk-grey-1);
  font-size: 16px;
  font-weight: 400;
  border-color: #D9D9D9;
}

.rk-sidebar-search-input input:focus {
  background: transparent;
}

.rk-sidebar-search-input button {
  position: absolute;
  top: 0;
  right: 25px;
  height: 100%;
  line-height: 60px;
  color: var(--rk-common-heading);
}

.rk-sidebar-widget {
  border: 1px solid var(--rk-border-1);
  background: var(--rk-secondary-bgcolor);
  border-radius: 8px;
  padding: 24px;
}

.rk-sidebar-widget-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: var(--rk-common-heading);
}

.rk-sidebar-widget-content ul li {
  list-style: none;
}

.rk-sidebar-widget-content ul li:not(:last-child) {
  margin-bottom: 12px;
}

.rk-sidebar-widget-content ul li a {
  font-weight: 500;
  font-size: 16px;
  color: var(--rk-common-body);
  line-height: 26px;
  display: flex;
  justify-content: space-between;
}

.rk-sidebar-widget-content ul li a:hover {
  color: var(--rk-theme-primary);
}

.rk-sidebar-widget-content ul li a span {
  display: inline-block;
  margin-left: 10px;
}

.rk-sidebar-rc-post-tag {
  font-family: var(--rk-ff-body);
  font-weight: 400;
  font-size: 14px;
  color: var(--rk-grey-1);
  border: 1px solid var(--rk-border-1);
  border-radius: 100px;
  display: inline-block;
  padding: 5px 16px;
  line-height: 1;
}

.rk-sidebar-rc-post-tag:hover {
  background: var(--rk-common-heading);
  color: var(--rk-common-white);
  border-color: var(--rk-common-heading);
}

.rk-sidebar-rc-post-title {
  font-size: 16px;
  line-height: 26px;
  color: var(--rk-common-heading);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 3px;

}

.rk-sidebar-rc-post .thumbnail {
  width: 74px;
}

.rk-sidebar-rc-post .content {
  width: calc(100% - 74px);
}

.rk-sidebar-rc-post .info {
  gap: 12px;
}

.rk-sidebar-rc-post-dates {
  font-weight: 600;
  line-height: 24px;
  font-size: 14px;
  color: var(--rk-common-body);
}

.rk-sidebar-rc-tag ul {
  display: flex;
  gap: 8px 22px;
  flex-wrap: wrap;
}

.rk-sidebar-rc-tag ul li {
  list-style: none;
}

.rk-sidebar-rc-tag ul li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: var(--rk-common-body);
  position: relative;
}

.rk-sidebar-rc-tag ul li:not(:last-child) a::before {
  position: absolute;
  left: auto;
  right: -14px;
  top: 45%;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--rk-grey-2);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rk-sidebar-rc-tag ul {
    gap: 8px 15px;
  }

  .rk-sidebar-rc-tag ul li:not(:last-child) a::before {
    right: -10px;
  }
}

.rk-sidebar-rc-tag ul li a:hover {
  color: var(--rk-theme-primary);
}

.rk-sidebar-details-wrap {
  background: var(--rk-common-white-2);
}

.rk-sidebar-banner {
  padding: 90px 24px;
}

/*----------------------------------------*/
/*  5.1 blog css
/*----------------------------------------*/
.rk-blog-meta span {
  color: var(--rk-grey-1);
}

.rk-blog-shadow {
  box-shadow: 0px 24px 50px 0px #0000000D;
}

.rk-blog-da-area .rk-blog-thumb {
  z-index: -1;
}

.rk-blog-da-area .rk-blog-content {
  position: static;
  margin: -2.75rem 0 0 1.7rem;
}

@media(max-width: 991px) {
  .rk-blog-da-area .rk-blog-content {
    margin: -2.75rem 0 0 1.1rem;
  }
}

.rk--hover-zoom-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.rk--hover-zoom-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0.0),
      rgba(0, 0, 0, 0.45));
  opacity: 0;
  transition: opacity 0.5s ease;
}

.rk--hover-item:hover .rk--hover-zoom-img img {
  transform: scale(1.08);
}

.rk--hover-item:hover .rk--hover-zoom-img::after {
  opacity: 1;
}

.rk-blog-meta span.borders {
  width: 1.5px;
  height: 14px;
  display: inline-block;
  margin: 0 5px;
  transform: translateY(-1px);
  background: var(--rk-common-body);
  vertical-align: middle;
}

.rk-blog-pagination ul {
  display: flex;
  gap: 10px;
}

.rk-blog-pagination ul li {
  list-style: none;
}

.rk-blog-pagination ul li a {
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--rk-common-body);
  width: 46px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--rk-secondary-bgcolor);
  border-radius: 8px;
}


.rk-blog-pagination ul li a:hover,
.rk-blog-pagination ul li a.active {
  background: var(--rk-theme-secondary);
  color: var(--rk-common-black);
}

.rk-blog-pagination-nav:hover {
  background: var(--rk-theme-primary);
  color: var(--rk-common-white);
}

.rk-blog-pagination-nav {
  font-family: var(--rk-ff-heading);
  font-weight: 600;
  font-size: 14px;
  text-transform: capitalize;
  color: var(--rk-common-body);
  display: flex;
  align-items: center;
  background: var(--rk-secondary-bgcolor);
  border-radius: 8px;
  padding: 6px 17px;
  transition: all 0.4s ease;
}

.rk-blog-pagination-wrap {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.rk-blog-details-dates {
  gap: 24px;
}

.rk-blog-details-dates div.category {
  display: flex;
  align-items: center;
}

.rk-blog-details-dates div.category ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.rk-blog-details-dates div.category ul li {
  padding-right: 15px;
}

.rk-blog-details-dates div.category ul li:first-child::marker {
  font-size: 0;
}

.quote-box {
  padding: 40px 70px;
}

.quote-icon {
  position: absolute;
  top: -15px;
  right: 25px;
  background: var(--rk-theme-primary);
  color: var(--rk-theme-secondary);
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .quote-box {
    padding: 25px;
  }
}

.rk-blog-details-content-ul ul li {
  color: var(--rk-common-heading);
}

.rk-blog-details-link {
  display: flex;
  gap: 15px;
}

.rk-blog-details-link a {
  border: 1px solid var(--rk-border-1);
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.rk-blog-details-link a:hover {
  background: var(--rk-common-black);
  color: var(--rk-common-white);
  border-color: var(--rk-common-black);
}

.rk-blog-details-link-wrap {
  border: 1px solid var(--rk-border-1);
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  padding: 15px 25px;
  padding-bottom: 5px;
  flex-wrap: wrap;
}

.rk-blog-details-tag ul {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.rk-blog-details-tag ul li {
  list-style: none;
}

.rk-blog-details-tag ul li a {
  border-radius: 8px;
  display: inline-block;
  padding: 11px 17px;
  line-height: 1;
  font-weight: 600;
  font-size: 16px;
  background: var(--rk-secondary-bgcolor);
  color: var(--rk-common-body);
  border: 1px solid var(--rk-border-1);
}

.rk-blog-details-tag ul li a:hover {
  background: var(--rk-common-black);
  color: var(--rk-theme-secondary);
  border-color: var(--rk-common-black);
}

.rk-blog-details-tag-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid var(--rk-border-1);
}

.rk-blog-details-social ul {
  display: flex;
  gap: 16px;
}

.rk-blog-details-social ul li {
  list-style: none;
}

.rk-blog-details-social ul li a {
  color: var(--rk-common-body);
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rk-blog-details-social ul li a:hover {
  color: var(--rk-theme-primary);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .rk-blog-navigation-btn {
    justify-content: center;
  }
}

.rk-blog-navigation-btn img {
  flex: 0 0 auto;
  width: 100px;
}

@media (max-width: 574.98px) {
  .rk-blog-navigation-btn img {
    width: 70px;
    margin-right: 15px;
  }
}


.rk-blog-navigation-grid a {
  color: var(--rk-grey-1);
  opacity: 0.3;
}

.rk-blog-navigation-grid a:hover {
  color: var(--rk-common-black);
  opacity: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rk-blog-navigation-title br {
    display: none;
  }
}


/*----------------------------------------*/
/*  6.1 Footer Style
/*----------------------------------------*/
/*----------------------------------------*/
/*  5.4 footer css
/*----------------------------------------*/
.rk-footer-pp-bigtitle {
  margin-top: -55px;
}

@media(max-width: 991px) {
  .rk-footer-pp-bigtitle {
    margin-top: -25px;
  }
}

@media(max-width: 767px) {
  .rk-footer-pp-bigtitle {
    margin-top: -15px;
  }
}

.rk-footer-da-cst-menu {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 50px;
  position: relative;
  text-align: left;
}

.rk-footer-cst-menu.rk-da-widget {
  padding-left: 70px;
}

.rk-footer-da-cst-menu::before {
  content: "";
  position: absolute;
  left: 40%;
  top: 30%;
  transform: translateX(-50%);
  height: 58px;
  width: 2px;
  background: linear-gradient(180deg,
      rgba(127, 16, 247, 0) 0%,
      #7F10F7 58.85%,
      rgba(127, 16, 247, 0) 100%);
}

@media(max-width: 1199px) {
  .rk-footer-cst-menu.rk-da-widget {
    padding-left: 15px;
  }
}

@media(max-width: 991px) {
  .rk-footer-cst-menu.rk-da-widget {
    padding-left: 0;
  }

  .rk-footer-da-cst-menu {
    gap: 20px 30px;
  }

  .rk-footer-da-cst-menu::before {
    left: 50%;
  }

  .rk-footer-da-cst-menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .rk-footer-da-cst-menu li:nth-child(odd) {
    text-align: left;
  }

  .rk-footer-da-cst-menu li:nth-child(even) {
    text-align: right;
  }
}

.rk-footer-right-arrow {
  position: absolute;
  top: 40px;
  left: -30px;
}

.rk-footer-right-arrow svg {
  width: 100%;
}

.rk-footer-social ul {
  display: flex;
  flex-wrap: wrap;
}

.rk-footer-social ul li {
  margin-right: 20px;
  list-style: none;
  margin-bottom: 10px;
}

.rk-footer-social ul li a {
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--rk-common-black);
  background: var(--rk-theme-primary-light);
  border: 1px solid var(--rk-border-1);
  display: inline-block;
  padding: 3px 14px;
  border-radius: 100px;
  line-height: 26px;
}

.rk-footer-social ul li a:hover {
  color: var(--rk-theme-primary);
}

.rk-footer-social ul li a i {
  margin-right: 8px;
}

@media(max-width: 991px) {
  .rk-footer-social ul li {
    margin-right: 10px;
  }

  .rk-footer-social ul li a i {
    margin-right: 5px;
  }
}

.rk-footer-btn a {
  background: #1a1a1ad4;
  border-color: #0d0d0d;
  color: var(--rk-common-white);
}

.rk-footer-btn a:hover {
  color: var(--rk-common-black);
}

.rk-footer-btn .rk-btn-circle-dot {
  background: var(--rk-theme-primary);
}

.rk-footer-widget-form .rk-input {
  background: transparent;
  border-radius: 0;
  width: 100%;
  height: 50px;
  border: none;
  font-weight: 600;
  font-size: 16px;
  color: var(--rk-common-white);
  padding: 0 50px 10px 0;
  border-bottom: .5px solid var(--rk-common-light);
}

.rk-footer-widget-form .rk-input::placeholder {
  font-weight: 600;
  font-size: 16px;
  color: var(--rk-common-white);
}

.rk-footer-widget-form .rk-button {
  position: absolute;
  right: 0px;
  top: 45%;
  transform: translateY(-50%);
  background: var(--rk-common-white);
  width: 40px;
  height: 40px;
  border-radius: 8px;
  color: var(--rk-common-black);
}

.rk-footer-widget-form .rk-button:hover {
  color: var(--rk-theme-primary);
}

.rk-footer-widget-form .rk-input::placeholder {
  color: var(--rk-border-2);
}

.rk-footer-widget-form.rk-pp-widget form {
  width: 436px;
}

.rk-footer-widget-form.rk-pp-widget .rk-input {
  color: var(--rk-border-2);
  padding: 15px;
  border: none;
  height: 40px;
  border-radius: 8px;
  background: var(--rk-common-black-1);
  width: calc(100% - 52px);
}

.rk-footer-widget-form.rk-pp-widget .rk-button {
  top: 50%;
}

.rk-footer-widget-form.rk-da-widget .rk-input {
  color: var(--rk-border-2);
  padding: 15px;
  border: none;
  height: 56px;
  border-radius: 8px;
  background: #CDCBE4;
  width: 100%;
  font-size: 14px;
  line-height: 24px;
}

.rk-footer-widget-form.rk-da-widget .rk-button {
  background: var(--rk-common-black);
  color: var(--rk-common-white);
  font-size: 14px;
  line-height: 24px;
  height: 40px;
  top: 50%;
  padding: 8px 16px;
  right: 8px;
  width: auto;
  font-weight: 600;
  text-transform: capitalize;
}

.rk-footer-widget-form.rk-da-widget .rk-button:hover {
  background: var(--rk-theme-primary);
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .rk-footer-widget p br {
    display: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .rk-footer-widget a br {
    display: none;
  }
}

.rk-footer-copyright p span {
  transform: translateY(-2px);
  display: inline-block;
}

.rk-footer-bottom {
  padding: 20px 0px 30px 0px;
}

.rk-footer-da-bottom-area {
  padding: 32px 0px;
}

.rk-footer-da-bottom-section {
  border-top: 2px solid var(--rk-common-light);
}

.rk-footer-bottom::before,
.rk-footer-border-pb::before {
  max-width: calc(100% - 30px);
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: .5px;
  background-color: var(--rk-border-2);
}

.rk-footer-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.rk-footer-shape svg {
  width: 100%;
}

.rk-footer-da-shape {
  position: absolute;
  top: 62px;
  left: 100px;
  z-index: -1;
}

@media(max-width: 1399px) {
  .rk-footer-da-shape svg {
    width: 30px;
  }
}

.rk-footer-menu ul {
  display: flex;
  align-items: center;
  justify-content: end;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .rk-footer-menu ul {
    justify-content: flex-start;
    margin-top: 10px;
  }
}

.rk-footer-menu ul li {
  margin-left: 28px;
  margin-bottom: 5px;
  list-style: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .rk-footer-menu ul li {
    margin-left: 0;
    margin-right: 18px;
  }
}

.rk-footer-menu ul li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: var(--rk-grey-2);
}

.rk-footer-menu ul li a:hover {
  color: var(--rk-common-white);
}

.rk-footer-cst-menu:not(.rk-pp-widget) ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px 40px;
}

.rk-footer-cst-menu:not(.rk-pp-widget) ul li {
  list-style: none;
  position: relative;
}

.rk-footer-cst-menu:not(.rk-pp-widget) ul li:not(:last-child)::before {
  position: absolute;
  content: "";
  height: 15px;
  right: -20px;
  top: 7px;
  background: var(--rk-grey-2);
  width: .1em;
}

.rk-footer-cst-menu.rk-pp-widget:not(.rk-da-widget) ul li {
  margin-bottom: 20px;
}

.rk-footer-cst-menu ul li a {
  font-weight: 600;
  font-size: 18px;
  text-transform: capitalize;
  color: var(--rk-grey-2);
  display: inline-block;
}

.rk-footer-cst-menu ul li a:hover {
  color: var(--rk-common-white);
}

.rk-footer-cst-menu .rk-footer-da-cst-menu li a {
  color: var(--rk-border-2);
}

.rk-footer-cst-menu .rk-footer-da-cst-menu li a:hover {
  color: var(--rk-theme-primary);
}

.rk-footer-cst-bottom {
  padding-top: 26px;
  padding-bottom: 14px;
}


.rk-footer-cst-banner {
  padding: 110px 0 90px 0;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .rk-footer-cst-banner {
    padding: 60px 0 50px 0;
  }
}

.rk-footer-cst-banner-shape {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  z-index: -1;
}

.text-scale-anim {
  white-space: pre-wrap;
  transform-origin: top left;
}

.rk-letter-span {
  display: inline-block;
}

.rk-word-span {
  display: inline-block;
}

#smooth-wrapper.hidden {
  inset: 0px;
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: hidden;
}

/*----------------------------------------*/
/*  7.7 Hero css start
----------------------------------------*/
.rk-hero-area {
  padding: 120px 0 80px;
  position: relative;
  overflow: hidden;
}

.rk-hero-grid {
  position: relative;
}

/* SOCIAL */
.rk-hero-social {
  position: absolute;
  right: 0;
  left: auto;
  bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  animation: fadeUp 1s ease forwards;
  color: var(--rk-common-body);
  font-size: 16px;
  font-weight: 600;
}

.rk-hero-social span {
  writing-mode: vertical-rl;
  font-size: 18px;
}

.rk-hero-social .line {
  width: 1px;
  height: 80px;
  background: var(--rk-common-body);
}

.rk-hero-social a {
  position: relative;
  writing-mode: vertical-rl;
  color: var(--rk-common-body);
  text-decoration: none;
  transition: color .3s;
}

.rk-hero-social a:not(:last-child) {
  padding-bottom: 12px;
}

.rk-hero-social a:not(:last-child)::after {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  content: "";
  width: 6px;
  height: 6px;
  margin: 0 auto;
  border-radius: 50%;
  background: var(--rk-grey-2);
}

.rk-hero-social a:hover {
  color: var(--rk-theme-primary);
}

/* CONTENT */
.rk-hero-content {
  animation: fadeUp 1.2s ease forwards;
}

.rk-hero-center-shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 438px;
  height: 630px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: -1;
  margin: 0 auto;
}

.rk-hero-title {
  font-size: 110px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0;
  color: var(--rk-common-heading);
}

.rk-hero-title .highlight {
  position: relative;
}

.rk-hero-title .highlight::before {
  position: absolute;
  content: "";
  background: var(--rk-theme-secondary);
  border-radius: 15px;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  transform: rotate(4.5deg);
  line-height: 0;
  bottom: 19px;
  width: 99%;
  height: 104px;
  z-index: -1;
  left: 5px;

}

.rk-hero-bottom-content {
  max-width: 500px;
}

.rk-hero-desc {
  text-transform: capitalize;
}

/* TAGS */
.rk-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}

.rk-hero-tags span {
  color: var(--rk-common-body);
  padding: 3px 13px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  background: var(--rk-secondary-bgcolor);
  border: 1px solid var(--rk-border-1);
  letter-spacing: 1px;
}

.rk-hero-tags span:hover {
  color: var(--rk-common-white);
  background: var(--rk-common-black);
  border: 1px solid var(--rk-common-black);
}

.rk-hero-customer {
  margin-top: 50px;
}

.rk-hero-area .tp-smooth {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}

/* IMAGES */
.rk-hero-shape-left {
  position: absolute;
  top: 70px;
  left: 210px;
}

.rk-hero-shape-right {
  position: absolute;
  bottom: 30px;
  margin-right: 84%;
}

.hero-img {
  position: absolute;
  animation: float 6s ease-in-out infinite;
}

.hero-img.img-1 {
  top: 85px;
  z-index: -1;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: start;
}

.hero-img.img-1 img:nth-child(1) {
  width: 309px;
}

.hero-img.img-1 img:nth-child(2) {
  width: 160px;
  transform: translateY(-45%);
  z-index: -1;
}

.hero-img.img-2 {
  bottom: 40px;
  right: 50px;
  animation-delay: 1.5s;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: end;
  z-index: -1;
}


.hero-img.img-2 img:nth-child(1) {
  width: 160px;
  z-index: -1;
  transform: rotate(180deg);
  position: absolute;
  margin-top: -50%;
}

.hero-img.img-2 img:nth-child(2) {
  width: 310px;
}

.hero-img.img-2 img:nth-child(3) {
  width: 330px;
  z-index: -1;
  position: absolute;
  bottom: 0;
  margin-right: 75%;
}


/* ANIMATIONS */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-16px);
  }
}

@keyframes grow {
  0% {
    transform: scale(0.8);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.8);
  }
}

.grow-animation {
  animation: grow 2s infinite ease-in-out;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .rk-hero-social {
    display: none;
  }

}

@media(max-width: 1400px) {
  .rk-hero-title {
    font-size: 90px;
  }

  .rk-hero-title .highlight::before {
    height: 90px;
  }

  .hero-img.img-2 img:nth-child(2) {
    width: 225px;
  }

  .hero-img.img-1 img:nth-child(1) {
    width: 225px;
  }

  .rk-hero-center-shape {
    width: 400px;
    height: 580px;
  }

  .rk-hero-shape-left {
    left: 160px;
  }

  .rk-hero-shape-right {
    bottom: 15px;
    margin-right: 77%;
  }
}


@media(max-width: 1199px) {
  .rk-hero-title {
    font-size: 60px;
  }

  .rk-hero-title img {
    width: 65px;
  }

  .rk-hero-title .highlight::before {
    height: 52px;
  }

  .hero-img.img-2 img:nth-child(2) {
    width: 200px;
  }

  .hero-img.img-1 img:nth-child(1) {
    width: 200px;
  }

  .rk-hero-center-shape {
    width: 360px;
    height: 405px;
  }

  .rk-hero-customer {
    margin-top: 15px;
  }

  .rk-hero-shape-left svg,
  .rk-hero-shape-right svg {
    width: 35px;
  }

  .rk-hero-shape-left {
    left: 145px;
    top: 70px;
  }

  .rk-hero-shape-right {
    bottom: 10px;
  }
}

@media (max-width: 991px) {
  .rk-hero-middle-content {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .rk-hero-middle-content::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 95%;
    z-index: -1;
    margin: 0 auto;
    content: "";
    background: url("../img/hero/hero-1/hero-center.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
}

@media only screen and (min-width: 576px) and (max-width: 650px),
(max-width: 574.98px) {
  .rk-hero-title {
    font-size: 50px;
  }

  .rk-hero-title img {
    width: 60px;
  }

  .rk-hero-title .highlight::before {
    height: 45px;
    bottom: 15px;
    border-radius: 5px;
  }

}

@media (max-width: 575px) {
  .rk-hero-title {
    font-size: 38px;
  }

  .rk-hero-title img {
    width: 45px;
  }

  .rk-hero-title .highlight::before {
    height: 34px;
    bottom: 10px;
    border-radius: 5px;
  }

}

/*da hero css */
.rk-hero-da-top-wrap {
  gap: 30px;
}

.rk-hero-da-tags span:not(:last-child) {
  margin-bottom: 13px;
}

.rk-hero-da-shape-2 {
  display: flex;
  flex-direction: column;
  align-items: end;
  position: absolute;
  right: 30px;
  top: 60px;
  transform: translateY(-50%);
}

.rk-hero-da-area {
  padding: 150px 0 143px;
  overflow: hidden;
}

.rk-hero-da-area .rk-hero-da-thumb {
  position: absolute;
  right: 0;
  left: auto;
  top: -25px;
}

.rk-hero-da-area .rk-hero-left .title {
  line-height: normal;
}

.rk-hero-da-area .my-atropos {
  width: 476px;
  margin-top: 55px;
}

@media(max-width: 1399px) {
  .rk-hero-da-shape svg {
    width: 30px;
  }
}

@media(max-width: 1199px) {
  .rk-hero-da-area .my-atropos {
    width: 400px;
    margin-top: 100px;
  }
}

@media(max-width: 991px) {
  .rk-hero-da-area .rk-hero-da-thumb {
    position: inherit;
    top: unset;
  }

  .rk-hero-da-area .my-atropos {
    margin-top: 40px;
    width: auto;
  }

  .rk-hero-da-area {
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {

  .rk-hero-da-top-wrap {
    margin-bottom: 30px;
  }
}

/* pp hero css */

.rk-hero-pp-area {
  padding: 175px 0 0;
  position: relative;
  overflow: hidden;
}

.rk-hero-pp-shape-2 {
  display: inline-block;
  position: absolute;
  left: -100px;
  bottom: 0;
  z-index: -1;
}

.rk-hero-pp-shape-3 {
  position: absolute;
  left: -18%;
  bottom: 0;
  z-index: -1;
  display: inline-block;
  transform: translateY(-50%);
}

.rk-hero-pp-shape-1 {
  position: absolute;
  left: 30%;
  z-index: -1;
  display: inline-block;
  transform: translateY(-50%);
}

@media(max-width: 1199px) {
  .rk-hero-pp-shape-2 {
    left: -50px;
  }

  .rk-hero-pp-shape-1 svg,
  .rk-hero-pp-shape-2 svg,
  .rk-hero-pp-shape-3 svg {
    height: auto;
    width: 150px;
  }

  .rk-hero-pp-shape-3 {
    left: -20px;
    top: -50px;
    bottom: auto;
  }
}

@media(max-width: 991px) {
  .rk-hero-pp-shape-3 {
    left: auto;
    right: 0;
  }
}

@media(min-width: 1559px) {
  .rk-hero-pp-center-shape {
    height: 610px;
  }
}

@media(min-width: 992px) {
  .rk-hero-pp-center-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 0 auto;
  }
}

.rk-hero-pp-area .rk-hero-top {
  padding-bottom: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1399px) {
  .rk-hero-pp-area .rk-hero-top {
    padding-bottom: 15px;
  }
}

.rk-hero-pp-area .rk-hero-left .title {
  padding-bottom: 115px;
}

@media(min-width: 1200px) {
  .rk-hero-pp-area .rk-hero-left .title {
    padding-bottom: 234px;
  }
}

@media(max-width: 543px) {
  .rk-hero-pp-shape-1 {
    left: 50%;
  }
}

/*----------------------------------------*/
/*  7.1 about css start
/*----------------------------------------*/

.rk-about-title-effect {
  line-height: 74px;
  padding-left: 30px;
}

.rk-about-title-effect span {
  padding-left: 120px;
}

.rk-about-title-2-effect {
  line-height: 74px;
  padding-left: 30px;
}

@media (max-width: 1399px) {
  .rk-about-title-effect {
    line-height: 64px;
  }

  .rk-about-title-2-effect {
    line-height: 64px;
  }
}


@media(max-width: 767px) {
  .rk-about-title-2-effect {
    padding-left: 15px;
    line-height: 1.1;
  }

  .rk-about-title-2-effect span:first-child {
    padding-left: 75px;
  }

  .rk-about-title-2-effect span {
    padding-left: 35px;
  }

  .rk-about-title-effect {
    padding-left: 0;
    line-height: 1.1;
  }

  .rk-about-title-effect span {
    padding-left: 35px;
  }
}

@media(max-width: 575px) {

  .rk-about-title-2-effect span:first-child {
    padding-left: 45px;
  }

  .rk-about-title-2-effect span {
    padding-left: 20px;
  }

  .rk-about-title-effect span {
    padding-left: 12px;
  }

}

.rk-about-pp-area .rk-about-wd-thumb4 {
  margin-top: 40px;
  margin-right: 0;
}

.rk-about-pp-area .rk-about-wd-thumb3 {
  position: absolute;
  top: 105px;
  right: 18px;
  left: auto;
}

.rk-about-area:not(.rk-about-servie-area) .rk-about-pp-para-wrap {
  margin-bottom: -100px;
}


.rk-about-pp-thumb-wrap {
  margin-top: -40px;
}

@media (max-width: 1399px) {

  .rk-about-pp-thumb-wrap {
    margin-top: 0;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rk-about-pp-area .rk-about-wd-thumb3 img {
    width: 310px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 1199px) {
  .rk-about-pp-area .rk-about-wd-thumb2 img {
    width: 285px;
  }

  .rk-about-pp-area .rk-about-wd-thumb3 img {
    width: 260px;
  }
}

@media(max-width: 991px) {

  .rk-about-area:not(.rk-about-servie-area) .rk-about-pp-para-wrap {
    margin-bottom: 0;
  }

  .rk-about-pp-area .rk-about-wd-thumb4 {
    margin-top: 0;
  }

  .rk-about-pp-area .rk-about-wd-thumb3 {
    top: auto;
    bottom: 0;
  }
}

@media(max-width: 767px) {
  .rk-about-area:not(.rk-about-servie-area) .rk-about-pp-para-wrap {
    margin-bottom: 30px;
  }

  .rk-about-pp-thumb-wrap {
    margin-top: 80px;
  }

  .rk-about-pp-area .rk-about-wd-thumb3 {
    bottom: -30px;
  }

}

@media(max-width: 575px) {
  .rk-about-pp-area .rk-about-wd-thumb3 {
    position: inherit;
    bottom: auto;
    left: auto;
    margin-top: 30px;
  }

  .rk-about-pp-thumb-wrap {
    margin-top: 30px;
  }

}

.rk-about-title span {
  display: inline-block;
  width: 88px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .rk-about-title span {
    display: none;
  }
}

.rk-counter-heading-bg {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
  pointer-events: none;
  -webkit-text-stroke: 1px var(--rk-border-1);
  color: var(--rk-secondary-bgcolor);
}

@media(max-width: 991px) {
  .rk-about-counter-heading {
    line-height: 80px;
  }
}

.rk-about-area .about-left-space {
  padding-left: 60px;
}

.rk-about-arrow {
  position: absolute;
  top: -35px;
  left: 100px;
}

@media(max-width: 991px) {
  .rk-about-arrow {
    bottom: -55px;
    top: auto;
  }

  .rk-about-area .about-left-space {
    padding-left: 0;
  }
}

@media(max-width: 767px) {
  .rk-about-arrow {
    bottom: -15px;
  }

  .rk-about-arrow svg {
    max-width: 85%;
  }
}

@media (max-width: 574.98px) {
  .rk-about-wd-title br {
    display: none;
  }
}

.rk-about-wd-title img {
  transform: translateY(-7px);
}

@media (max-width: 574.98px) {
  .rk-about-wd-title img {
    transform: translateY(-4px);
    width: 84px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .rk-about-wd-btn {
    margin-top: 0;
  }
}

.rk-about-wd-shape {
  display: flex;
  flex-direction: column;
  align-items: end;
  margin-right: 30px;
  margin-top: 20px;
}

.rk-about-wd-shape-center {
  align-items: center;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  margin-right: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .rk-about-wd-shape {
    align-items: start;
    margin-right: 0;
    margin-top: 0;
  }

  .rk-about-wd-shape-center {
    margin-top: 0;
    margin-right: 0;
  }
}

.rk-about-wd-thumb3 {
  position: absolute;
  top: 0;
  right: -24px;
}

.rk-about-wd-thumb4 {
  margin-top: 85px;
  margin-right: 110px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .rk-about-wd-thumb3 {
    right: 0;
  }
}

@media (max-width: 574.98px) {
  .rk-about-wd-thumb4 {
    margin-top: 15px;
  }

  .rk-about-wd-thumb3 {
    position: inherit;
  }
}


.rk-about-pp-border svg {
  width: 100%;
}

.rk-about-me-banner {
  overflow: hidden;
  height: 700px;
}

.rk-about-service-banner {
  overflow: hidden;
  height: 600px;
}

.rk-blog-me-banner {
  overflow: hidden;
  height: 520px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {

  .rk-about-me-banner,
  .rk-about-service-banner {
    height: 400px;
  }
}

/*----------------------------------------*/
/*  7.12 service
/*----------------------------------------*/
.rk-service-pp-content {
  margin-bottom: 23px;
}

@media (min-width: 992px) {
  .rk-service-pp-panel-left {
    display: flex;
    flex-direction: column;
    min-height: 560px;
  }

  .rk-service-pp-btn {
    margin-top: auto;
  }

  .rk-service-pp-thumb {
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .rk-service-pp-btn {
    margin-top: 40px;
  }

  .rk-service-pp-thumb {
    margin-bottom: 30px;
  }
}

.rk-service-top-area::before {
  max-width: calc(100% - 30px);
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: .5px;
  bottom: 0;
  background-color: var(--rk-border-2);
}

.rk-service-slider-wrapper {
  overflow: hidden;
}

.rk-service-item {
  position: relative;
  padding: 34px;
  border-radius: 20px;
  background: var(--rk-theme-primary-light);
  transition: all 0.4s ease;
}

.rk-service-item-header {
  border-bottom: 1px solid #A6A8A8;
}

.rk-service-item:hover {
  background: var(--rk-theme-primary);
  border-bottom-left-radius: 200px;
}

@media(max-width: 1199px) {
  .rk-service-item-title {
    line-height: normal;
  }
}

.rk-service-item:hover .rk-service-item-title {
  color: var(--rk-common-white) !important;
}

.rk-service-item:hover .rk-service-item-text {
  color: var(--rk-common-light);
}

.rk-service-item img {
  border-radius: 8px;
  transition: all 0.4s ease;
  width: 100%;
}

.rk-service-item:hover img {
  border-bottom-left-radius: 158px;
}


.rk-service-item-icon {
  transition: all 0.4s ease;
  border-radius: 50%;
}

.rk-service-item:hover .rk-service-item-icon {
  color: var(--rk-theme-secondary);
  border: 5px solid var(--rk-theme-primary);
  background: var(--rk-theme-primary);
  position: absolute;
  bottom: 0;
  left: 0;
}

.rk-service-item:hover .rk-service-item-icon svg {
  width: 103px;
  height: 103px;
}

@media(max-width: 991px) {

  .rk-service-item:hover img {
    border-bottom-left-radius: 130px;
  }

  .rk-service-item:hover {
    border-bottom-left-radius: 155px;
  }

  .rk-service-item:hover .rk-service-item-icon svg {
    width: 70px;
    height: 70px;
  }
}

@media(max-width: 479px) {

  .rk-service-item:hover img {
    border-bottom-left-radius: 130px;
  }

  .rk-service-item:hover {
    border-bottom-left-radius: 140px;
  }
}

.rk-service-da-icon {
  width: 68px;
  height: 68px;
}

.rk-service-da-item:hover .rk-service-da-icon {
  width: 50px;
  height: 50px;
}

.rk-service-da-item {
  border: 1px solid transparent;
  min-height: 350px;
}

.rk-service-da-item:hover {
  border-color: var(--rk-border-2);
}

.rk-service-da-item .content {
  transform: translateY(85px);
  transition: all 0.4s ease;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .rk-service-da-item .content {
    transform: translateY(55px);
  }
}

.rk-service-da-item:hover .content {
  transform: translateY(0px);
}

.rk-service-da-item-text {
  opacity: 0;
}

.rk-service-da-item:hover .rk-service-da-item-text {
  opacity: 1;
}

@media(max-width: 1300px) {
  .rk-service-item {
    padding: 24px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .rk-service-pp-content p br {
    display: none;
  }
}

.rk-service-pp-category span {
  font-weight: 600;
  font-size: 14px;
  background: var(--rk-secondary-bgcolor);
  color: var(--rk-common-body);
  border: 1px solid var(--rk-border-1);
  border-radius: 100px;
  display: inline-block;
  padding: 2px 10px;
  margin-right: 7px;
  margin-bottom: 7px;
  transition: all 0.4s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 24px;
  vertical-align: middle;
}

.rk-service-pp-category span:hover {
  background: var(--rk-common-black);
  border: 1px solid var(--rk-common-black);
  color: var(--rk-common-white);
}

.rk-service-pp-item {
  padding-top: 25px;
}

.rk-service-right .rk-service-pp-pin .rk-service-pp-item:not(:first-child) {
  border-top: 1px solid var(--rk-border-1);
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .rk-service-pp-thumb img {
    width: 100%;
  }
}

.rk-service-details-icon {
  position: absolute;
  top: -52px;
  left: -69px;
  z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .rk-service-details-icon {
    display: none;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .rk-service-details-content {
    margin-right: 0;
  }

  .rk-service-details-content p br {
    display: none;
  }
}

.rk-service-details-content ul li {
  list-style: none;
  display: flex;
  margin-bottom: 13px;
}

.rk-service-details-content ul li i {
  font-size: 18px;
  color: var(--rk-grey-1);
  margin-right: 10px;
  margin-top: 4px;
}

.rk-service-details-content ul li p {
  font-size: 18px;
  line-height: 144%;
  font-weight: 300;
  margin-bottom: 0;
}

.rk-service-details-content ul li b {
  font-weight: 700;
  font-family: var(--rk-ff-heading);
  color: var(--rk-common-black);
}

.rk_text_invert>div {
  background-image: linear-gradient(to right, #fff 50%, #999 50%);
  background-size: 200% 100%;
  background-position: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

.rk_text_invert.invert-black>div {
  background-image: linear-gradient(to right, var(--rk-common-heading) 50%, #6C757D 50%);
}

/*----------------------------------------*/
/*  7.18 video css start
/*----------------------------------------*/
.rk-video-content {
  padding: 40px;
}

@media(max-width: 767px) {
  .rk-video-content {
    padding: 30px;
  }
}

.rk-video-da-content-list li:not(:last-child) {
  margin-bottom: 12px;
}

.rk-video-da-content-list li {
  display: inline-block;
  vertical-align: middle;
}

/*----------------------------------------*/
/*  7.8 portfolio css start
/*----------------------------------------*/
:root {
  --numOfSlides: 5;
  --slidingAT: 1.3s;
  --controlSize: 60px;
}

.rk-portfolio-area-wd-shape {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 0;
  pointer-events: none;
}

.rk-portfolio-tag {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.rk-portfolio-tag span {
  font-weight: 600;
  font-size: 14px;
  background: var(--rk-secondary-bgcolor);
  color: var(--rk-common-body);
  border: 1px solid var(--rk-border-1);
  border-radius: 100px;
  display: inline-block;
  padding: 2px 10px;
  transition: all 0.4s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 24px;
  vertical-align: middle;
}

.rk-portfolio-tag span:hover {
  background: var(--rk-common-black);
  border: 1px solid var(--rk-common-black);
  color: var(--rk-common-white);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .rk-portfolio-title-wrap {
    margin-bottom: 20px;
  }
}

.rk-portfolio-para {
  margin-bottom: -54px;
  z-index: 1;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .rk-portfolio-para {
    margin-bottom: 40px;
  }
}

.rk-portfolio-thumb.thumb-1 {
  height: 350px;
  width: 100%;
  overflow: hidden;
}

.rk-portfolio-thumb.thumb-2 {
  height: 432px;
  width: 100%;
  overflow: hidden;
}

.rk-portfolio-thumb.thumb-3 {
  height: 452px;
  width: 100%;
  overflow: hidden;
}

.rk-portfolio-thumb.thumb-4 {
  height: 615px;
  width: 100%;
  overflow: hidden;
}

.rk-portfolio-thumb.thumb-5 {
  height: 486px;
  width: 100%;
  overflow: hidden;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .rk-portfolio-item {
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .rk-portfolio-item {
    margin-top: 0;
  }
}

@media(max-width: 576px) {
  ul.rk-list-style {
    padding-left: 2rem;
  }
}

.rk-list-style li {
  color: var(--rk-common-heading);
}

.rk-list-style li>p:not(b) {
  color: var(--rk-common-heading);
}

.rk--hover-img canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*--reveal effect --*/

.rk-portfolio-da-item-list {
  gap: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  padding: 28px 0;
  justify-content: space-between;
  border-bottom: 1px solid var(--rk-border-1);
}

.rk-portfolio-da-item-list::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: var(--rk-common-heading);
  content: "";
  transition: 0.4s;
}

.rk-portfolio-da-item-list:hover::after {
  width: 100%;
}

.rk-portfolio-da-item-list:hover .rk-btn svg {
  transform: rotate(45deg);
  transition: all 0.6s ease;
  color: var(--rk-common-heading);
}

@media(max-width: 991px) {
  .rk-portfolio-da-item-list {
    grid-template-columns: 1fr;
  }
}


.rk-reveal-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 210px;
  height: 250px;
  border-radius: 8px;
  opacity: 0;
  margin: -150px 0 0 -150px;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.rk-reveal-item.active:hover .rk-reveal-bg {
  opacity: 1;
  width: 240px;
  height: 280px;
}

/*--- coverflow slider ---*/
.coverflow-slider-wrap {
  display: flex;
  align-items: center;
  height: 100%;
}

.rk-coverflow-slider-active {
  padding-top: 30px;
}

.coverflow-slider-text-wrap {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  opacity: 0;

}

.rk-coverflow-slider-active .swiper-slide.swiper-slide-active .coverflow-slider-text-wrap {
  opacity: 1;
}

.coverflow-slider-item {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  transition: transform 0.7s cubic-bezier(.22, .61, .36, 1);

}

.coverflow-slider-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0) 73.52%,
      rgba(0, 0, 0, 0.5) 100%);
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
  border-radius: 30px;
}

.rk-coverflow-slider-active .swiper-slide-active .coverflow-slider-item::before {
  opacity: 1;
}

.coverflow-slider-item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 30px;
}

.coverflow-slider-item {
  text-align: center;
}

@media(min-width: 600px) {

  .rk-coverflow-slider-active {
    padding-bottom: 95px;
  }

  .rk-coverflow-slider-active .swiper-slide-active {
    transform: translateY(94px) !important;
  }
}

/*----------------------------------------*/
/*  7.5 counter css start
/*----------------------------------------*/
.rk-counter-item {
  width: 360px;
  height: 360px;
  border: 1px solid var(--rk-theme-primary);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: transparent;
  transition: all 0.4s ease;
}

.rk-counter-item:hover {
  border-color: var(--rk-theme-primary-light);
  background: #131324;
  transition: all 0.4s ease;
}

.rk-skill-items {
  gap: 24px;
}

@media(min-width: 1200px) {
  .rk-skill-items {
    justify-content: end;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rk-skill-items {
    gap: 20px;
  }
}

@media(max-width: 480px) {
  .rk-skill-items .item {
    width: 100%;
  }
}

.rk-skills-info-wrap {
  padding: 20px;
  background: var(--rk-common-black-1);
  border-radius: 8px;
}

.rk-skills-info-wrap li:not(:last-child) {
  margin-bottom: 12px;
}


@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rk-counter-item {
    width: 300px;
    height: 300px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rk-counter-item {
    width: 250px;
    height: 250px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .rk-counter-item {
    width: 180px;
    height: 180px;
  }
}

@media (max-width: 479px) {
  .rk-counter-item {
    width: 145px;
    height: 145px;
  }
}

.rk-counter-wrap-box {
  display: flex;
  justify-content: space-between;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .rk-counter-wrap-box {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.rk-counter-wrap-box>*:not(:first-child) {
  margin-inline-start: -100px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .rk-counter-wrap-box>*:not(:first-child) {
    margin-inline-start: 0;
  }
}


@media (max-width: 991px) {
  .rk-counter-area .rk-counter-item img {
    width: 30px;
  }

  .rk-counter-area .rk-counter-item h3 {
    margin-bottom: 0;
    margin-top: 5px;
    line-height: normal;
  }

  .rk-counter-area .rk-counter-item span {
    line-height: normal;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .rk-counter-2-item {
    margin-left: 0;
  }
}

.rk-counter-team-count {
  display: flex;
  align-items: self-start;
  margin-right: 10px;
}

.rk-counter-team-count span {
  font-size: 24px;
  margin-top: 10px;
  display: inline-block;
}

.rk-counter-team-dvdr {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .rk-counter-team-dvdr {
    display: none;
  }
}

.rk-counter-team-dvdr-2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 35px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .rk-counter-team-dvdr-2 {
    display: none;
  }
}

.rk-counter-cst-item.borders {
  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .rk-counter-cst-item.borders::before {
    display: none;
  }
}

.rk-counter-cst-item.borders::before {
  position: absolute;
  content: "";
  background: linear-gradient(170deg, #b4e717 0%, #10302a 100%);
  height: 87px;
  width: 1px;
  top: 0;
  right: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .rk-counter-cst-item-inner {
    justify-content: center !important;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .rk-counter-cst-item.ml-100 {
    margin-left: 50px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .rk-counter-cst-item.ml-100 {
    margin-left: 0;
  }
}

.rk-counter-cst-2-wrap .rk-counter-cst-item.borders::before {
  background: linear-gradient(170deg, #b4e71712 0%, #10302a87 100%);
}


.rk-counter-da-content {
  transform: translateY(100%);
  transition: all 0.4s ease;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: var(--rk-common-black);
}

.rk-v-counter-heading-bg {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
  pointer-events: none;
  color: var(--rk-common-black-1);
  writing-mode: sideways-lr;
  text-orientation: mixed;
}

.rk-counter-da-item:hover .rk-counter-da-content,
.rk-counter-da-item.active .rk-counter-da-content {
  transform: translateY(0);
}

.rk-counter-da-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/*----------------------------------------*/
/*  7.2 awards css start
/*----------------------------------------*/

.rk-awards-content-row .card .img-2 {
  max-height: 230px;
}

.rk-awards-bg-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.rk-awards-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 0.1fr;
  grid-template-columns: 1fr 1fr 0.1fr;
}

@media (max-width: 574.98px) {
  .rk-awards-item span {
    margin-right: 15px;
  }
}

.rk-card-center-space {
  gap: 12px;
}

.rk-awards-item.borders {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 35px;
  padding-bottom: 35px;
}

.rk-awards-item-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}


.rk-awards-2-title {
  font-size: 145px;
}

@media (max-width: 574.98px) {
  .rk-awards-2-title {
    font-size: 88px;
  }
}

.rk-awards-2-result {
  margin-left: 110px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .rk-awards-2-result {
    margin-left: 15px;
  }
}


/*----------------------------------------*/
/*  7.17 text css start
/*----------------------------------------*/
.rk-text-slider-item {
  display: flex;
  align-items: center;
}

.rk-text-slider-item span {
  font-family: var(--rk-ff-heading);
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
  color: var(--rk-common-black);
}

.rk-text-slider-item span.icons {
  padding: 0 60px;
  display: inline-block;
  transform: translateY(-2px);
}

.rk-text-slider-item span.borders {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: var(--rk-common-black);
  border-radius: 30px;
  margin: 0 60px;
}

.rk-text-cst-title {
  font-size: 104px;
  color: var(--rk-theme-primary-light);
}

.rk-text-cst-title span:not(.divider) {
  font-weight: 600;
}

.rk-text-cst-title span {
  vertical-align: middle;
}

.rk-text-cst-title .text-outline {
  color: transparent;
  -webkit-text-stroke: 1px var(--rk-theme-primary-light);

}

.rk-text-cst-title .divider {
  font-size: 94px;
  opacity: 0.6;
  font-weight: 300;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .rk-text-cst-title {
    font-size: 100px;
  }
}

.rk-text-cst-slide-active .swiper-slide {
  width: auto;
}


/*----------------------------------------*/
/*  7.16 testimonial css start
/*----------------------------------------*/

.rk-testimonial-wd-shape {
  position: absolute;
  right: 0;
  z-index: 1;
  width: auto;
  left: auto;
  bottom: 5%;
}

.rk-testimonial-wd-star {
  position: absolute;
  left: 30px;
  z-index: 1;
  width: auto;
  bottom: 16.5%;
}

.rk-testimonial-wd-star svg {
  width: 100%;
}

.rk-testimonial-user .user-img {
  width: 110px;
  height: 110px;
}

.rk-testimonial-2-content {
  padding: 30px 50px 40px;
  border: 1px solid var(--rk-theme-primary-light);
  background: var(--rk-secondary-bgcolor);
  color: var(--rk-theme-primary-light);
}

@media(max-width: 1230px) {

  .rk-testimonial-2-content {
    padding: 30px;
  }
}

@media(max-width: 991px) {
  .rk-testimonial-da-content {
    padding: 0;
  }
}

.rk-testimonial-da-content .rk-testimonial-user .user-img {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border-radius: 50%;
}

.rk-testimonial-da-content .rk-testimonial-da-slider-active::before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) -17.99%, #C1C1C1 46.53%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  height: 100%;
  width: 1px;
  content: "";
}

@media(max-width: 991px) {
  .rk-testimonial-text-slider.rk-testimonial-da-slider-active {
    padding: 30px 0 0;
  }

  .rk-testimonial-da-content .rk-testimonial-da-slider-active::before {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) -17.99%, #C1C1C1 46.53%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
    height: 1px;
    width: 50%;
    content: "";
    margin: auto;
  }
}

.rk-testimonial-da-content .swiper-slide .rk-testimonial-user .user-img {
  transform: scale(0.85);
  transition: 0.4s;
}

.rk-testimonial-da-content .swiper-slide-active .rk-testimonial-user .user-img {
  transform: scale(1);
  border: 2px solid var(--rk-border-1);
}

.rk-testimonial-da-content .swiper-slide .rk-testimonial-user .content {
  opacity: 0;
}

.rk-testimonial-da-content .swiper-slide-active .rk-testimonial-user .content {
  opacity: 1;
}

.rk-testimonial-da-shape {
  position: absolute;
  top: 50px;
  left: auto;
  right: 50px;
  z-index: 1;
}

@media(min-width:1400px) {
  .rk-right-img-space {
    padding-right: 60px;
  }
}

@media only screen and (min-width: 479px) and (max-width: 767px) {
  .rk-right-img-space {
    padding: 0 100px;
  }
}

@media (max-width: 479px) {
  .rk-right-img-space {
    padding: 0 30px;
  }
}

.team-page .rk-testimonial-da-shape {
  left: 0;
  right: auto;
}

.rk-testimonial-da-navigation {
  display: flex;
  gap: 16px;
  justify-content: end;
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  z-index: 1;
}

.rk-testimonial-da-navigation span {
  transition: all 0.4s ease;
  position: relative;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--rk-border-1);
  color: var(--rk-border-1);
  border-radius: 50%;
}

.rk-testimonial-da-navigation span:hover {
  color: var(--rk-theme-primary) !important;
  border-color: var(--rk-theme-primary) !important;
}

.rk-testimonial-pp-content .swiper-slide-active .rk-testimonial-2-content {
  border-color: var(--rk-theme-secondary);
  background: #FFF4DB;
  color: var(--rk-theme-secondary);
}

.swiper-slide-next .rk-testimonial-2-content {
  border-color: var(--rk-theme-primary);
}


#paginations {
  position: absolute;
  bottom: -7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}

/*----------------------------------------*/
/*  7.3 banner css start
/*----------------------------------------*/
.rk-banner-thumb {
  height: 680px;
  width: 100%;
  overflow: hidden;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .rk-banner-thumb {
    height: 400px;
  }
}

.rk-banner-2-spacing {
  padding-top: 283px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .rk-banner-2-spacing {
    padding-top: 150px;
  }
}

.rk-banner-2-content {
  padding: 70px 40px 55px 60px;
}

.rk-banner-2-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.rk-banner-2-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.rk-banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.rk-banner-wd-border svg {
  width: 100%;
}

.rk-banner-wd-spacing {
  padding-top: 515px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .rk-banner-wd-spacing {
    padding-top: 250px;
  }
}

.rk-banner-wd-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.rk-banner-wd-item {
  padding: 27px 40px 30px 40px;
}

.rk-banner-wd-thumb-2 {
  height: 730px;
  width: 100%;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .rk-banner-wd-thumb-2 {
    height: 500px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .rk-banner-wd-thumb-2 {
    height: 300px;
  }
}

.rk-banner-cst-spacing {
  padding-top: 100px;
}

@media (max-width: 574.98px) {
  .rk-banner-cst-spacing {
    padding-top: 50px;
  }
}

.rk-banner-cst-widget {
  width: 355px;
  height: 414px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rk-banner-cst-shape {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.rk-banner-cst-bottom {
  border-top: 1px solid #919E9D;
  margin-top: 194px;
  padding: 45px 0px 25px 0px;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .rk-banner-cst-bottom {
    margin-top: 100px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .rk-banner-cst-bottom {
    padding: 25px 0px 5px 0px;
  }
}

/*----------------------------------------*/
/*  7.13 skill css start
/*----------------------------------------*/
.rk-skill-wd-icon {
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  display: inline-block;
}

.rk-skill-wd-border {
  position: absolute;
  top: 0;
  right: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .rk-skill-wd-border {
    right: -25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .rk-skill-wd-border {
    display: none;
  }
}

.rk-skill-wd-border.borders-2 {
  right: -30px;
}

.rk-skill-wd-para {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 100px;
  background: #0d0d0d;
  display: inline-block;
  padding: 8px 10px 8px 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .rk-skill-wd-item {
    margin-left: 0;
  }
}


/*----------------------------------------*/
/*  7.10  process css start
/*----------------------------------------*/
.rk-portfolio-process-right {
  padding-left: 180px;
}

@media(max-width: 1399px) {
  .rk-portfolio-process-right {
    padding-left: 15px;
  }
}

.rk-process-sd-img-wrapper .hover-image {
  display: inline-block;
}

.rk-process-sd-img-wrapper .hover-image .thumb {
  object-fit: cover;
  opacity: 0;
  position: absolute;
  top: 0;
  left: -150px;
  height: 0;
  visibility: hidden;
  transition: all 0.6s ease;
  border-radius: 20px;
}

.rk-process-sd-img-wrapper .hover-image.active .thumb {
  opacity: 1;
  left: 0;
  height: auto;
  visibility: visible;
}

@media(min-width: 991px) {

  .rk-process-sd-content,
  .rk-process-sd-sales-wrap {
    height: 100%;
    ;
  }
}

@media(max-width: 991px) {
  .rk-process-right {
    padding-left: 1.5rem;
    margin-top: 30px;
  }

  .rk-process-sd-img-wrapper .hover-image .thumb {
    position: static;
  }


}

.rk-process-border-top {
  display: inline-block;
}

.rk-process-border-top::before {
  border-top: 1px solid var(--rk-border-1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  content: "";
}

.rk-process-sd-list-wrap .rk-process-cst-item:first-child .rk-process-border-top {
  padding-top: 0 !important;
}

.rk-process-sd-list-wrap .rk-process-cst-item:first-child .rk-process-border-top::before {
  content: none;
}

.rk-process-cst-item.active .rk-process-cst-text h2,
.rk-process-cst-item:hover .rk-process-cst-text h2 {
  color: var(--rk-common-heading);
}

.rk-process-cst-item {
  position: relative;
}

.rk-process-desc {
  opacity: 0;
  max-height: 0;
  margin: 0;
  overflow: hidden;
  transition: all 0.35s ease;
}

.rk-process-cst-text {
  transform: translateY(0);
  transition: all 0.35s ease;
}

.rk-process-cst-item:hover .rk-process-desc,
.rk-process-cst-item.active .rk-process-desc {
  opacity: 1;
  max-height: 100%;
  ;
  margin-top: 8px;
}

.rk-process-cst-item h2 {
  margin-bottom: 0;
}

.rk-process-cst-item:hover h2,
.rk-process-cst-item.active h2 {
  color: var(--rk-common-black);
}

.rk-process-cst-item {
  cursor: pointer;
}


.rk-process-pp-video {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

.rk-process-pp-video-inner {
  overflow: hidden;
  flex: 0 0 auto;
}

.rk-process-pp-video-inner:hover .rk-process-pp-video-img {
  transform: scale(1.1);
}

.rk-process-pp-video-img {
  border-radius: 8px;
  transition: all 0.4s ease;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .rk-process-pp-video-wrap p br {
    display: none;
  }
}

.rk-process-pp-count {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
}

.rk-process-pp-border {
  transform: translateY(32px);
}

.rk-process-pp-border svg {
  width: 100%;
}

.rk-process-video {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  color: var(--rk-common-white);
}



.rk-portfolio-pt-process-area .rk-process-sd-img-wrapper .hover-image {
  display: none;
}

.rk-portfolio-pt-process-area .rk-process-sd-img-wrapper .hover-image.active {
  display: inline-block;
}

.rk-portfolio-pt-process-area .hover-image ul.rk-list-style {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 80px;
  padding-left: 18px;
}

@media(max-width: 1199px) {
  .rk-portfolio-pt-process-area .hover-image ul.rk-list-style {
    grid-template-columns: 1fr 1fr;
  }
}

@media(max-width: 479px) {
  .rk-portfolio-pt-process-area .hover-image ul.rk-list-style {
    grid-template-columns: 1fr;
  }
}

.rk-portfolio-details-shedule {
  gap: 30px 0;
}

@media(max-width: 576px) {

  .rk-portfolio-details-shedule {
    gap: 30px;
  }
}

/*----------------------------------------*/
/*  7.15 techonolgy css start
/*----------------------------------------*/
.rk-grid-column {
  display: grid;
  grid-template-columns: 3.1fr 4.9fr 4fr;
  gap: 24px;
}

.rk-grid-column::before,
.rk-grid-column::after {
  max-width: calc(100% - 30px);
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: .5px;
  background-color: var(--rk-border-1);
}

.rk-grid-column::after {
  top: auto;
  bottom: 0;
}

.rk-techonolgy-capsule {
  padding-right: 15px;
}

@media(max-width: 991px) {
  .rk-grid-column {
    grid-template-columns: 1fr;
  }

  .rk-grid-column .item:not(:last-child) {
    border-bottom: 1px solid var(--rk-border-1);
    padding-bottom: 30px;
  }

  .rk-techonolgy-capsule {
    padding-right: 0;
  }

  .rk-techonolgy-capsule-wrapper .rk-title-wrap {
    margin-bottom: 190px;
  }

}

.rk-techonolgy-capsule-wrapper {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.rk-techonolgy-capsule-wrapper .rk-techonolgy-capsule-item-wrapper>p {
  position: absolute;
  margin-bottom: 0;
  left: 0;
  top: 0;
  user-select: none;
  pointer-events: auto;
  transition: none;
  color: var(--rk-common-white);
  display: inline-block;
}

.rk-techonolgy-capsule-item {
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 8px;
  border: 1px solid var(--rk-border-1);
  -webkit-transform: translate(-50%, -50%) rotate(0.01rad);
  -moz-transform: translate(-50%, -50%) rotate(0.01rad);
  -ms-transform: translate(-50%, -50%) rotate(0.01rad);
  -o-transform: translate(-50%, -50%) rotate(0.01rad);
  transform: translate(-50%, -50%) rotate(0.01rad);
}


/*----------------------------------------*/
/*  7.14 team css start
/*----------------------------------------*/

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .rk-team-item {
    margin-top: 0;
  }
}

.rk-team-da-content {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 25px;
  width: 100%;
  z-index: 2;
  text-align: center;
  pointer-events: none;
}

.rk-team-item:hover .rk-team-socials-icon {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.rk-team-item-single {
  margin-right: -67px;
  margin-left: 37px;
  margin-top: 153px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .rk-team-item-single {
    margin-right: 0;
    margin-left: -50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .rk-team-item-single {
    margin-top: 0;
    margin-left: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .rk-team-item-single {
    margin-right: 0;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .rk-team-item-right {
    margin-left: 0;
  }
}

.rk-team-thumb {
  display: block;
  position: relative;
}

.rk-team-thumb::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 68.45%, rgba(0, 0, 0, 0.5) 100%);
  bottom: 0;
  left: 0;
  border-radius: 8px;
  transition: all 0.4s ease;
}

.rk-team-thumb img {
  border-radius: 8px;
  width: 100%;
}


.rk-team-socials {
  position: absolute;
  width: 38px;
  right: 20px;
  top: 0;
  z-index: 2;
  text-align: center;
  pointer-events: none;
}

.rk-team-socials-share {
  height: 50px;
  width: 50px;
  line-height: 50px;
  font-size: 13px;
  margin: 8px 8px 0 8px;
  cursor: pointer;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  background: var(--rk-common-black-1);
  display: inline-block;
}

.rk-team-socials-trigger {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 19px;
  -webkit-border-radius: 50px 50px 0 0;
  border-radius: 50px 50px 0 0;
  background: var(--rk-common-white);
}

.rk-team-socials-trigger::before {
  content: "";
  position: absolute;
  background-color: transparent;
  bottom: 3px;
  height: 40px;
  width: 20px;
  right: calc(100% - 1px);
  border-bottom-right-radius: 20px;
  box-shadow: 0 20px 0 0 #ffffff;
}

.rk-team-socials-trigger::after {
  content: "";
  position: absolute;
  background-color: transparent;
  bottom: 3px;
  height: 40px;
  width: 20px;
  left: calc(100% - 1px);
  border-bottom-left-radius: 20px;
  box-shadow: 0 20px 0 0 #ffffff;
}

.rk-team-socials-wrapper {
  max-width: 38px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 0 0 50px 50px;
  pointer-events: auto;
}

.rk-team-socials-wrapper ul {
  position: relative;
  max-width: 100%;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-border-radius: inherit;
  border-radius: inherit;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: transform 0.6s cubic-bezier(0.77, 0, 0.01, 0.98);
  background: var(--rk-common-black);
  gap: 8px;
  padding: 8px 0;
}

.rk-team-item:hover .rk-team-socials-wrapper ul {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.rk-team-socials-wrapper ul li {
  list-style: none;
}

.rk-team-socials-wrapper ul li a {
  font-size: 18px;
  color: var(--rk-common-white);
  display: inline-block;
}

.rk-team-socials-wrapper ul li a:hover {
  color: var(--rk-theme-primary);
}

.rk-team-shape {
  margin-left: -50px;
  display: block;
}

@media(max-width: 1230px) {
  .rk-team-shape {
    margin-left: 0;
  }
}

@media(max-width: 1399px) {
  .rk-team-shape svg {
    width: 30px;
  }
}

/*----------------------------------------*/
/*  7.6 faq css start
/*----------------------------------------*/
.rk-faq-wrap .rk-faq-btn {
  color: var(--rk-common-black);
  background: none;
  border-color: transparent;
  display: flex;
  justify-content: space-between;
  padding: 0;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
}

.rk-faq-wrap .rk-faq-active .rk-faq-btn {
  padding-bottom: 20px;
}

.rk-faq-wrap .rk-faq-btn:focus {
  outline: inherit;
  box-shadow: none;
  border-color: transparent;
}

.rk-faq-wrap .rk-faq-btn:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}

.rk-faq-wrap .accordion-item:first-of-type .accordion-button {
  border-radius: 0;
}

.rk-faq-wrap .accordion-item:first-of-type {
  border-radius: 0;
  padding-top: 0;
}

.rk-faq-wrap .accordion-item:last-of-type {
  border-radius: 0;
}


.rk-faq-wrap .accordion-item {
  padding: 24px 0;
  border: none;
  border-bottom: 1px solid var(--rk-border-1);
  color: var(--rk-common-heading);
  background: var(--rk-body-bgcolor);
}

.rk-faq-wrap .accordion-button {
  color: var(--rk-common-heading);
}

.rk-faq-wrap .rk-faq-active .accordion-button {
  color: var(--rk-theme-primary);
}

.rk-faq-wrap .rk-faq-active .accordion-btn {
  padding-left: 30px;
}

.rk-faq-wrap .rk-faq-active .accordion-btn svg {
  transform: rotate(180deg);
}

.rk-faq-wrap .accordion-button::after {
  display: none;
}


.rk-faq-wrap .accordion-body {
  padding: 0px;
}

.rk-faq-details-para p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
}

/*----------------------------------------*/
/*  7.4 contact css start
/*----------------------------------------*/
.rk-contact-spacing {
  padding-top: 218px;
}

.rk-postbox-details-input .rk-textarea {
  height: 121px;
}

.rk-contact-form {
  padding: 30px;
}

.rk-contact-shape {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 30%;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .rk-contact-wrap p br {
    display: none;
  }
}

.rk-contact-map-box {
  line-height: 0;
}

.rk-contact-map-box iframe {
  height: 680px;
  width: 100%;
  line-height: 1;
  filter: saturate(0);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .rk-contact-map-box iframe {
    height: 400px;
  }
}

@media (max-width: 574.98px) {
  .rk-contact-map-box iframe {
    height: 300px;
  }
}

.rk-contact-us-map {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rk-contact-us-map {
    height: 500px;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .rk-contact-us-map {
    height: 450px;
  }
}

.rk-contact-us-map iframe {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.rk-contact-us-wrap {
  padding: 35px;
}

.rk-social-icons {
  display: flex;
  gap: 16px;
  align-items: center;
}

.rk-social-icons a {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  transition: transform 0.3s ease;
}

@media(min-width: 1399px) {
  .rk-contact-bottom-right-info {
    padding-left: 60px;
  }
}

/* Individual colors */
.rk-social-icons a.facebook {
  background: #1877f2;
}

.rk-social-icons a.twitter {
  background: #000;
}

.rk-social-icons a.linkedin {
  background: #0a66c2;
}

.rk-social-icons a.instagram {
  background: #e4405f;
}

.rk-social-icons a.threads {
  background: #000;
}

.rk-social-icons a.youtube {
  background: #ff0000;
}

.rk-social-icons a:hover {
  transform: translateY(-4px);
}

/*----------------------------------------*/
/*  7.6  PHP Email Form Messages start
/*----------------------------------------*/
.php-email-form .error-message {
  display: none;
  background: var(--rk-common-angry);
  color: var(--rk-common-white);
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.php-email-form .sent-message {
  display: none;
  color: var(--rk-common-white);
  background: var(--rk-common-green);
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.php-email-form .loading {
  display: none;
  color: var(--rk-common-white);
  background: var(--rk-theme-primary);
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid var(--rk-theme-primary);
  border-top-color: var(--rk-common-white);
  animation: php-email-form-loading 1s linear infinite;
}

@keyframes php-email-form-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------
	16. Responsive
---------------------------------------------------*/
@media only screen and (max-width: 1024px) {

  .slide-effects {
    height: 50vh;
    height: 50dvh;
  }

  .slider-zoom-wrapper .trigger-item {
    width: 70vw;
  }

  .slider-thumbs-wrapper {
    width: 240px;
    height: 60px;
    bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {


  .slide-effects {
    height: 50vh;
    height: 50dvh;
  }

  .slider-zoom-wrapper .trigger-item {
    width: 70vw;
  }

  .slider-thumbs-wrapper {
    width: 220px;
    height: 50px;
    bottom: 15px;
  }
}

@media only screen and (max-width: 479px) {
  .slide-effects {
    height: 40vh;
    height: 40dvh;
  }

  .slider-zoom-wrapper .trigger-item {
    width: 80vw;
  }

  .slider-thumbs-wrapper {
    width: 220px;
    height: 50px;
    bottom: 15px;
  }
}

/*----------------------------------------*/
/*  7.9 pricing css start
/*----------------------------------------*/

.rk-pricing-content-list li:not(:last-child) {
  margin-bottom: 12px;
}

.rk-pricing-content-list li {
  display: inline-block;
  vertical-align: middle;
}

.rk-pricing-content-list li svg {
  color: var(--rk-common-heading);
  margin-right: 8px;
}

.rk-pricing-item .rk-plan-label {
  position: absolute;
  right: 15px;
  left: auto;
  padding: 4px 10px;
  top: 15px;
  border: 1px solid var(--rk-theme-primary);
}

.rk-pricing-item.active {
  background-color: var(--rk-theme-primary-light);
  border-color: var(--rk-theme-primary);
}

.rk-pricing-item.active .rk-pricing-price,
.rk-pricing-item.active .heading .name,
.rk-pricing-item.active .rk-pricing-content-list li svg {
  color: var(--rk-common-black);
}

.rk-pricing-item.active .rk-text-common-body,
.rk-pricing-item.active .rk-pricing-content-list {
  color: var(--rk-border-2);
}

.rk-pricing-item.active .heading {
  margin-bottom: 0 !important;
  color: var(--rk-common-black);
}

.rk-pricing-item .heading .curve {
  font-size: 0;
  line-height: 0;
  vertical-align: top;
}

.rk-pricing-cst-tab ul {
  padding: 10px 8px;
}

.rk-pricing-cst-tab a {
  color: var(--rk-common-heading);
  padding: 8px 20px;
}

.rk-pricing-cst-tab a span {
  vertical-align: middle;
  margin-right: -20px;
  transition: all 0.4s ease;

}

.rk-pricing-cst-tab a.active span {
  margin-right: -13px;
}

.rk-pricing-cst-tab a.active {
  color: var(--rk-common-white);
  background-color: var(--rk-theme-primary);
}

.rk-pricing-plan-area .tab-content>.active {
  display: flex;
}

.rk-infinite-img {
  animation: tpPulse 3s ease-in-out infinite;
  display: inline-block;
  transform-origin: center;
  margin-bottom: 15px;
}

@keyframes tpPulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.08);
  }

  100% {
    transform: scale(1);
  }
}


/*----------------------------------------*/
/*  2.6 Nice Select
/*----------------------------------------*/
.custom-select {
  position: relative;
  width: 200px;
  border: 1px solid #ccc;
  cursor: pointer;
}

.custom-select .selected {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background: #fff;
}

.custom-select .selected.open .arrow {
  transform: rotate(-135deg);
}

.custom-select .selected.open+.options {
  max-height: 500px;
  opacity: 1;
}

.custom-select .selected .arrow {
  display: inline-block;
  width: 8px;
  height: 8px;
  border: solid #333;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

.custom-select .options {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #ccc;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  z-index: 100;
  transition: max-height 0.3s ease, opacity 0.3s ease;
}

.custom-select .options li {
  padding: 10px;
  cursor: pointer;
  list-style: none;
  transition: background 0.2s ease;
}

.custom-select .options li:hover {
  background: #f0f0f0;
}

/*----------------------------------------*/
/*  7.11  pagination css start
/*----------------------------------------*/
.rk-pagination ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}

.rk-pagination ul li {
  display: inline-block;
}

.rk-pagination ul li:not(:last-child) {
  margin-right: 6px;
}

.rk-pagination ul li a,
.rk-pagination ul li span {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  border: 1px solid rgba(1, 15, 28, 0.1);
  font-size: 16px;
  font-weight: 500;
}

.rk-pagination ul li a:hover,
.rk-pagination ul li a.current,
.rk-pagination ul li span:hover,
.rk-pagination ul li span.current {
  background: var(--rk-theme-color);
  border-color: var(--rk-theme-color);
  color: var(--rk-white);
}

.rk-pagination ul li a svg,
.rk-pagination ul li span svg {
  transform: translateY(-2px);
}

/*----------------------------------------*/
/*  7.19  404 page css start
/*----------------------------------------*/
.rk-error-area {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}


/*----------------------------------------*/
/*  7.20  color switcher css start
/*----------------------------------------*/
.rk-color-switcher-toggle {
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
}

.rk-color-switcher-toggle .toggle-track {
  width: 100px;
  height: 38px;
  background: #0F1535;
  border-radius: 50px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2px;
  overflow: hidden;
}

.rk-color-switcher-toggle .toggle-indicator {
  position: absolute;
  width: 50%;
  height: 100%;
  background: #0f172a;
  border-radius: 50px;
  transition: transform 0.3s ease;
  left: 0;
  top: 0;
}

.rk-color-switcher-toggle .icon {
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 34px;
  border-radius: 30px;
}

.rk-color-switcher-toggle .toggle-indicator {
  transform: translateX(0%);
}

.rk-color-switcher-toggle .moon-icon {
  color: #fff;
  background: #0f172a;
}

.rk-color-switcher-toggle .sun-icon {
  color: #0f172a;
  background: #fff;
}
@media(max-width: 480px){
  .rk-color-switcher-toggle .toggle-track{
        width: 70px;
    height: 30px;
  }
  .rk-color-switcher-toggle .icon{
        width: 35px;
    height: 24px;
  }
}
html[color-scheme="dark"] .rk-color-switcher-toggle .toggle-indicator {
  transform: translateX(100%);
}

html[color-scheme="dark"] .rk-color-switcher-toggle :is(.toggle-indicator, .toggle-track) {
  background: #fff;
}

html[color-scheme="dark"] .rk-color-switcher-toggle .moon-icon {
  color: #fff;
  background: #0f172a;
}

html[color-scheme="dark"] .rk-color-switcher-toggle .sun-icon {
  color: #0f172a;
  background: #fff;
}

/*----------------------------------------*/
/*  7.21  dark css start
/*----------------------------------------*/
html[color-scheme="dark"] body {
  background-color: var(--rk-body-bgcolor);
}

html[color-scheme="dark"] .rk-service-item>*,
html[color-scheme="dark"] .rk-hero-da-area>* {
  color: var(--rk-border-2);
}

html[color-scheme="dark"] .rk-service-item .rk-service-item-title {
  color: #01021E;
}

html[color-scheme="dark"] .rk-portfolio-tag span:hover,
html[color-scheme="dark"] .rk-service-pp-category span:hover {
  background: var(--rk-common-heading);
  border: 1px solid var(--rk-common-heading);
  color: var(--rk-common-black);
}

html[color-scheme="dark"] .rk-hero-tags span:hover {
  color: var(--rk-common-black);
  background: var(--rk-common-heading);
  border: 1px solid var(--rk-common-heading);
}

html[color-scheme="dark"] .rk-testimonial-da-navigation span {
  border: 1px solid var(--rk-border-2);
  color: var(--rk-border-2);
}

html[color-scheme="dark"] .rk-blog-shadow {
  box-shadow: 0px 24px 50px 0px #ffffff0D;
}

html[color-scheme="dark"] :is(input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=number]:focus, input[type=password]:focus, input[type=url]:focus, textarea:focus) {
  border-color: var(--rk-theme-secondary);
}

html[color-scheme="dark"] .rk-postbox-details-input :is(input[type=text], input[type=email], input[type=tel], input[type=number], html[color-scheme="dark"] input[type=password], input[type=url], textarea) {
  color: var(--rk-common-white);
  background: transparent;
  border-color: var(--rk-border-3);
}

html[color-scheme="dark"] .rk-postbox-details-remember .rk-checkbox {
  background: transparent;
  border: 1px solid var(--rk-border-3);
}

html[color-scheme="dark"] .rk-dark-common-secondary {
  color: var(--rk-theme-secondary);
}

html[color-scheme="dark"] .rk-testimonial-pp-content .swiper-slide-active .rk-testimonial-2-content {
  background: #3A2F15;
}

html[color-scheme="dark"] .rk-sidebar-widget-content ul li a:hover,
html[color-scheme="dark"] .rk-sidebar-rc-tag ul li a:hover {
  color: var(--rk-theme-secondary);
}

html[color-scheme="dark"] .dropdown-white-bg nav ul li .rk-submenu {
  background: var(--rk-secondary-bgcolor);
}

html[color-scheme="dark"] .dropdown-white-bg nav ul li .rk-submenu li:hover>a {
  background-color: var(--rk-border-1);
  color: var(--rk-common-white);
}
