@charset "UTF-8";
/*********************************************************************************

	Template Name: Imroz - Html5 Agency & Portfolio Template
	Note: This is style css.

**********************************************************************************/
/**************************************************************

	STYLESHEET INDEXING
	|
	|
	|___ Default Styles
	|	|
	|	|___ variables
	|	|___ mixins
	|	|___ reset
	|	|___ typography
	|	|___ extend
	|	|___ animations
	|	|___ shortcode
	|	|___ spacing
	|
	|
	|___Header Styles
	|	|___ header
	|	|___ mainmenu
	|
	|
	|___Inner Styles
	|	|___ breadcrump 
	|	|___ section-title 
	|	|___ button
	|	|___ pagination
	|	|___ socialicon
	|	|___ footer
	|
	|___Elements Styles
	|	|___ portfolio 
	|	|___ service 
	|	|___ slider 
	|	|___ counterup 
	|	|___ testimonial 
	|	|___ brand 
	|	|___ team 
	|	|___ callto-action 
	|	|___ tab 
	|	|___ accordion 
	|	|___ list 
	|	|___ contact 
	|
	|___BLog Styles
	|	|___ blog 
	|	|___ blog-details 
	|
	|___Template Styles
	|	|___ about 
	|	|___ portfolio-details
	|	|___ service-details
	|	|___ preview
	|
	|
	|___ END STYLESHEET INDEXING

***************************************************************/
/**************************************
    Default Styles
***************************************/
:root {
  --color-primary: #FD4766;
  --color-primary-light: #fff5f7;
  --color-secondary: #337DFF;
  --color-secondary-rgb: rgba(253, 71, 102 ,1);
  --color-tertiary: #010001;
  --color-dark: #000000;
  --color-heading: #1f1f25;
  --color-body: rgba(29,29,36,.75);
  --color-gray: rgba(29,29,36,.75);
  --color-midgray: #e9ecef;
  --color-midgray-lighter: #757575;
  --color-opacity-1: hsla(0,0%,100%,.2);
  --color-light: #E4E6EA;
  --color-lighter: #CED0D4;
  --color-lightest: #F0F2F5;
  --color-border: #E6E6E6;
  --color-border-2: #b1b4c1;
  --color-white: #ffffff;
  --color-darkest: #161414;
  --color-dark-border: rgba(255,255,255,0.2);
  --color-dark-body: rgba(198, 201, 216, 0.75);
  --color-success: #3EB75E;
  --color-danger: #FF0003;
  --color-warning: #FF8F3C;
  --color-info: #1BA2DB;
  --color-facebook: #3B5997;
  --color-twitter: #1BA1F2;
  --color-youtube: #ED4141;
  --color-linkedin: #0077B5;
  --color-pinterest: #E60022;
  --color-instagram: #C231A1;
  --color-vimeo: #00ADEF;
  --color-twitch: #6441A3;
  --color-discord: #7289da;
  --color-extra01: #666666;
  --color-extra02: #606770;
  --color-extra03: #FBFBFD;
  --color-extra04: #1A1A1A;
  --color-extra05: #242424;
  --radius: 4px;
  --radius-big: 16px;
  --radius-small: 6px;
  --border-width: 2px;
  --p-light: 300;
  --p-regular: 400;
  --p-medium: 500;
  --p-semi-bold: 600;
  --p-bold: 700;
  --p-extra-bold: 800;
  --p-black: 900;
  --s-light: 300;
  --s-regular: 400;
  --s-medium: 500;
  --s-bold: 700;
  --s-black: 900;
  --shadow-primary: 0px 4px 10px rgba(37, 47, 63, 0.1);
  --shadow-light: 0 2px 6px 0 rgba(0, 0, 0, 0.05);
  --shadow-dark: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  --transition: 0.3s;
  --font-primary: "Poppins", sans-serif;
  --font-secondary: "Poppins", sans-serif;
  --font-awesome: "Font Awesome 5 Pro";
  --font-size-b1: 18px;
  --font-size-b2: 16px;
  --font-size-b3: 14px;
  --font-size-b4: 12px;
  --line-height-b1: 1.67;
  --line-height-b2: 1.5;
  --line-height-b3: 1.6;
  --line-height-b4: 1.3;
  --h1: 44px;
  --h2: 36px;
  --h3: 30px;
  --h4: 24px;
  --h5: 18px;
  --h6: 16px;
}

/*===============================
    Font Family 
=================================*/
/**
 * Reset Styels
 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html,
button,
input,
select,
textarea {
  font-family: var(--font-primary);
}

a {
  color: var(--color-heading);
  text-decoration: none;
}

a:visited {
  color: var(--color-primary);
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  color: var(--color-primary);
  outline: 0;
}

a:hover {
  text-decoration: underline;
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

p {
  margin: 0 0 24px;
}

code,
kbd,
pre,
samp {
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 14px;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

code {
  color: var(--color-primary);
}

kbd {
  background: #FD4766;
  color: #ffffff;
  font-size: 15px;
}

a code {
  color: var(--color-primary);
}

var {
  font-family: "Courier 10 Pitch", Courier, monospace !important;
}

pre {
  background: #f5f5f5;
  color: rgba(29, 29, 36, 0.75);
  font-family: "Courier 10 Pitch", Courier, monospace !important;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  border-radius: 4px;
  margin-bottom: 30px;
}

blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}

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

blockquote {
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  margin: 24px 40px;
}

blockquote blockquote {
  margin-right: 0;
}

blockquote cite,
blockquote small,
.wp-block-quote cite,
.wp-block-quote footer,
.wp-block-pullquote__citation,
.wp-block-pullquote cite,
.wp-block-pullquote footer {
  font-size: 14px;
  font-weight: 400;
  color: var(--color-body);
  display: block;
  text-transform: none;
  margin-top: 10px;
}

blockquote em,
blockquote i {
  font-style: normal;
  font-weight: 300;
}

small {
  font-size: smaller;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl {
  margin: 0 20px;
}

dt {
  font-weight: bold;
  color: var(--color-heading);
  margin-bottom: 10px;
}

dd {
  margin: 0 0 20px;
}

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  min-width: inherit;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type=checkbox],
input[type=radio] {
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  appearance: textfield;
  padding-right: 2px;
  width: 270px;
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

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

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-bottom: 1px solid #ededed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  line-height: 2;
  margin: 0 0 20px;
  width: 100%;
}

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

caption {
  font-size: 16px;
  margin: 20px 0;
}

th {
  font-weight: bold;
}

td {
  border-top: 1px solid #ededed;
  padding: 6px 10px 6px 0;
}

del {
  color: #333;
}

ins,
p ins {
  background: var(--color-primary);
  text-decoration: none;
  padding: 0 5px;
  color: #ffffff;
}

hr {
  background-size: 4px 4px;
  border: 0;
  height: 1px;
  margin: 0 0 24px;
}

iframe,
.mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body {
  border-radius: 5px;
}

/**
 * Typography
 */
* {
  box-sizing: border-box;
}

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

html {
  overflow: hidden;
  overflow-y: auto;
  scroll-behavior: auto;
}

body {
  overflow: hidden;
  font-size: var(--font-size-b1);
  line-height: var(--line-height-b1);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: var(--font-primary);
  color: var(--color-gray);
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 28px;
  }
}

a {
  transition: all 0.4s ease-in-out 0s;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
address,
p,
pre,
blockquote,
dl,
dd,
menu,
ol,
ul,
table,
caption,
hr {
  margin: 0;
  margin-bottom: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: var(--font-secondary);
  line-height: 1.4074;
  color: var(--color-heading);
  word-break: break-word;
}

h1,
.h1 {
  font-size: var(--h1);
}

h2,
.h2 {
  font-size: var(--h2);
}

h3,
.h3 {
  font-size: var(--h3);
}

h4,
.h4 {
  font-size: var(--h4);
}

h5,
.h5 {
  font-size: var(--h5);
}

h6,
.h6 {
  font-size: var(--h6);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1,
.h1 {
    font-size: 40px;
  }

  h2,
.h2 {
    font-size: 34px;
  }

  h3,
.h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  h1,
.h1 {
    font-size: 34px;
  }

  h2,
.h2 {
    font-size: 32px;
  }

  h3,
.h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 575px) {
  h1,
.h1 {
    font-size: 34px;
  }
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  font-weight: 700;
}

h4,
.h4,
h5,
.h5 {
  font-weight: 600;
}

h6,
.h6 {
  font-weight: 500;
}

p {
  font-size: var(--font-size-b1);
  line-height: var(--line-height-b1);
  margin-bottom: 30px;
  color: var(--color-body);
}
@media only screen and (max-width: 767px) {
  p {
    font-size: 16px !important;
    line-height: 28px !important;
  }
}
@media only screen and (max-width: 767px) {
  p br {
    display: none;
  }
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}

a:visited {
  color: inherit;
}

input,
button,
select,
textarea {
  background: transparent;
  border: 1px solid var(--color-border);
  transition: all 0.4s ease-out 0s;
  color: var(--color-gray);
}
input:focus, input:active,
button:focus,
button:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
  outline: none;
  border-color: var(--color-primary);
}

input,
select,
textarea {
  width: 100%;
  font-size: 14px;
}

input,
select {
  height: 40px;
  padding: 0 15px;
}

menu,
ol,
ul {
  margin: 16px 0;
  padding: 0 0 0 20px;
}

ul {
  list-style-type: disc;
  margin-bottom: 30px;
  padding-left: 20px;
}

ol {
  margin-bottom: 30px;
}

ul li,
ol li {
  margin-top: 10px;
  margin-bottom: 10px;
  color: rgba(29, 29, 36, 0.75);
  font-weight: 400;
}

ul li a,
ol li a {
  text-decoration: none;
  color: var(--color-heading);
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

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

dd {
  margin: 0 15px 15px;
}

cite {
  color: rgba(29, 29, 36, 0.75);
  font-style: italic;
  font-size: 18px;
  font-weight: 700;
}

mark,
ins {
  border-radius: 4px;
  color: #fff;
}

/*=====================
Common Css 
=======================*/
.textBlack {
  color: #010001;
}

.bodyColor {
  color: #535353;
}

.color-1 {
  color: #8956e2;
}

.color-2 {
  color: #11ccd3;
}

.color-3 {
  color: #f4769a;
}

.color-4 {
  color: #2f21b3;
}

.bgcolor-4 {
  background: #2f21b3;
}

.pv-tab-button, .rbt-single-widget.share ul.social-list, .rbt-single-widget.category ul.category-list, .rbt-single-widget .small-post .content ul.blog-meta, ul.blog-meta, ul.list-style, .list-style--1, ul.tab-style--1, ul.brand-list, .rn-popup-mobile-menu ul.mainmenu-item li ul, .rn-popup-mobile-menu ul.mainmenu-item, .imroz-active-onepage-navigation .header-area .mainmenu > li .submenu, .color-black .mainmenunav ul.mainmenu, .color-white .mainmenunav ul.mainmenu, .mainmenunav ul.mainmenu > li ul.submenu, .mainmenunav ul.mainmenu, .rn-pagination ul.page-numbers, .rn-pagination ul.page-list, .post-breadcrumbs .page-list, .breadcrumb-inner .page-list, .breadcrumb-inner ul.page-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.liststyle {
  padding: 0;
  margin: 0;
  list-style: none;
}

.related-work .inner h4 a, .footer-style-04 .footer-widget .menu li a::after,
.footer-style-04 .footer-widget ul li a::after, .footer-style-01 .footer-widget .menu li a::after,
.footer-style-01 .footer-widget ul li a::after, .footer-style-01 .menu li a::after,
.footer-style-01 .ft-link li a::after, .footer-style-01 .menu li a,
.footer-style-01 .ft-link li a, .tagcloud a,
.wp-block-tag-cloud a, ul.blog-meta li a, .single-post-content-wrap input, .comment-list .comment .reply-edit .reply a.comment-reply-link,
.comment-list .pingback .reply-edit .reply a.comment-reply-link,
.comment-list .trackback .reply-edit .reply a.comment-reply-link, .comment-list .comment .reply-edit a.comment-edit-link,
.comment-list .pingback .reply-edit a.comment-edit-link,
.comment-list .trackback .reply-edit a.comment-edit-link, .comment-list .comment .comment-text a,
.comment-list .pingback .comment-text a,
.comment-list .trackback .comment-text a, .comment-list .comment .comment-img .commenter a,
.comment-list .pingback .comment-img .commenter a,
.comment-list .trackback .comment-img .commenter a, .rn-blog-details .single-post-content-wrap p a, .imroz-blog-list .blog-top .title a, .im_box .content .title a, .blog-style--1 .content .blog-btn, .blog-style--1 .content h4.title a, .blog-style--1 .content::before, .blog-style--1 .content, .blog-style--1 .thumbnail a::after, .blog-style--1 .thumbnail a img, .blog-style--1, .rn-pricing .pricing-table-inner .pricing-footer a.rn-btn, input,
textarea, .rn-address .inner p a, .team .thumbnail img, ul.brand-list li img, ul.brand-list li, ul.testimonial-thumb-wrapper li .thumb::after, ul.testimonial-thumb-wrapper li .thumb img, .standard-service .content h3 a,
.standard-service .content h5 a, .single-service.service__style--4 .content p, .single-service.service__style--4 .content .title,
.single-service.service__style--4 .content h3, .single-service.service__style--4 .icon, .single-service.service__style--4, .service.service__style--2 .content p, .service.service__style--2 .content h3.title, .service.service__style--2 .icon, .service.service__style--1, .portfolio-style--3 .content .portfolio-btn, .portfolio-style--3 .content h4.title a, .portfolio-style--3 .content::before, .portfolio-style--3 .content, .portfolio-style--3 .thumbnail a::after, .portfolio-style--3 .thumbnail a img, .portfolio-style--3, .portfolio-sacousel-inner .slick-dots li button::after,
.rn-slick-dot .slick-dots li button::after, .portfolio-tilthover .portfolio .content, .portfolio-tilthover .portfolio .bg-blr-image, .portfolio .content .inner .portfolio-button, .portfolio .bg-blr-image, .portfolio, .imroz-active-onepage-navigation .header-area .mainmenu > li .submenu, .mainmenunav ul.mainmenu > li ul.submenu li > a, .mainmenunav ul.mainmenu > li ul.submenu, .mainmenunav ul.mainmenu > li > a, .header-area.header--sticky.sticky .logo img, .header-area a.rn-btn, .imroz-slick-active.slick-dot-bottom ul.slick-dots li button::after, ul.social-share li a, .breadcrumb-inner .page-list li a, a.btn-transparent::after, a.btn-transparent, a.rn-btn,
button.rn-btn, .form-group textarea, .form-group input, #scrollUp i, #scrollUp, .im-hover::after, .footer-style-01 .ft-text p a::after {
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.about-us-list h3.title {
  font-weight: 500;
}

.section-title-default h2.title {
  font-weight: 400;
}

.fontWeight900 {
  font-weight: 900 !important;
}

.fontWeight800 {
  font-weight: 800 !important;
}

.fontWeight700 {
  font-weight: 700 !important;
}

.fontWeight600 {
  font-weight: 600 !important;
}

.fontWeight500 {
  font-weight: 500 !important;
}

.fontWeight400 {
  font-weight: 400 !important;
}

.fontWeight300 {
  font-weight: 300 !important;
}

.service.service__style--2, .service.service__style--1 {
  position: relative;
}

.textUpper {
  text-transform: uppercase;
}

.textCap {
  text-transform: capitalize;
}

p:last-child {
  margin-bottom: 0;
}

.bg_image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.text-default-gradient {
  background: linear-gradient(to right, var(--color-primary) 50%, var(--color-secondary) 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bg-theme-gradient, a.btn-transparent::after, .im-hover::after, .footer-style-01 .ft-text p a::after {
  background: linear-gradient(120deg, #1C99FE 20.69%, #7644FF 50.19%, #FD4766 79.69%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="var(--color-primary)", endColorstr="var(--color-secondary)",GradientType=1 );
}

.theme-gradient, .section-title .sub-title, a.btn-transparent {
  background: var(--color-primary);
  background: linear-gradient(120deg, #1C99FE 20.69%, #7644FF 50.19%, #FD4766 79.69%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="var(--color-primary)", endColorstr="var(--color-secondary)",GradientType=1 );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.im-hover, .footer-style-01 .ft-text p a {
  position: relative;
}
.im-hover::after, .footer-style-01 .ft-text p a::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
}
.im-hover:hover::after, .footer-style-01 .ft-text p a:hover::after {
  width: 100%;
}

.theme-color {
  color: var(--color-primary) !important;
}

.font-700 {
  font-weight: 700 !important;
}

/*!
Animate.css - http://daneden.me/animate
Version - 3.4.0
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/*==============================
 *  Utilities
=================================*/
/*----------------------------------------
font-family: 'Montserrat', sans-serif;
font-family: 'Poppins', sans-serif;
-------------------------------------*/
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: auto;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1260px;
  }
}
.line-separator {
  border-bottom: 1px solid #ebebeb;
}

.hidden {
  display: none;
}

.fix {
  overflow: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.poss_relative {
  position: relative;
}

.poss_absolute {
  position: absolute;
}

.lineheight--1 {
  line-height: 1 !important;
}

.lineheight--1-5 {
  line-height: 1.5 !important;
}

.lineheight--1-8 {
  line-height: 1.8 !important;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.wrapper {
  position: relative;
}

/* Define Colors */
.theme-color {
  color: var(--color-primary);
}

.rn-text-white {
  color: #c6c9d8 !important;
}

.im-separator {
  position: relative;
}
.im-separator::after {
  position: absolute;
  content: "";
  background-color: var(--color-opacity-1);
  max-width: 1230px;
  height: 1px;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 0;
}

/*===============================
    Background Color 
=================================*/
.bg_color--1 {
  background: #fff;
}

.bg_color--2 {
  background: var(--color-primary);
}

.bg_color--3 {
  background: #FAFAFB;
}

.bg_color--4 {
  background: #1a1b1f;
}

.bg_color--5 {
  background: #f9f9f9;
}

.bg_color--6 {
  background: #010001;
}

.bg_color--7 {
  background: var(--color-midgray);
}

.bg_color--8 {
  background: #0e1525;
}

.bg_color--9 {
  background: #091020;
}

.bg_color--10 {
  background: #151515;
}

/*===========================
    Background Image 
=============================*/
.bg_overlay:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #010001;
  opacity: 0.57;
}

.bg_overlay {
  position: relative;
}

.bg_image--1 {
  background-image: url(../images/bg/bg-image-1.jpg);
}

.bg_image--2 {
  background-image: url(../images/bg/bg-image-2.jpg);
}

.bg_image--3 {
  background-image: url(../images/bg/bg-image-3.jpg);
}

.bg_image--4 {
  background-image: url(../images/bg/bg-image-4.jpg);
}

.bg_image--5 {
  background-image: url(../images/bg/bg-image-5.jpg);
}

.bg_image--6 {
  background-image: url(../images/bg/bg-image-6.jpg);
}

.bg_image--7 {
  background-image: url(../images/bg/bg-image-7.jpg);
}

.bg_image--8 {
  background-image: url(../images/bg/bg-image-8.jpg);
}

.bg_image--9 {
  background-image: url(../images/bg/bg-image-9.jpg);
}

.bg_image--10 {
  background-image: url(../images/bg/bg-image-10.jpg);
}

.bg_image--11 {
  background-image: url(../images/bg/bg-image-11.jpg);
}

.bg_image--12 {
  background-image: url(../images/bg/bg-image-12.jpg);
}

.bg_image--13 {
  background-image: url(../images/bg/bg-image-13.jpg);
}

.bg_image--14 {
  background-image: url(../images/bg/bg-image-14.jpg);
}

.bg_image--15 {
  background-image: url(../images/bg/bg-image-15.jpg);
}

.bg_image--16 {
  background-image: url(../images/bg/bg-image-16.jpg);
}

.bg_image--17 {
  background-image: url(../images/bg/bg-image-17.jpg);
}

.bg_image--18 {
  background-image: url(../images/bg/bg-image-18.jpg);
}

.bg_image--19 {
  background-image: url(../images/bg/bg-image-19.jpg);
}

.bg_image--20 {
  background-image: url(../images/bg/bg-image-20.jpg);
}

.bg_image--21 {
  background-image: url(../images/bg/bg-image-21.jpg);
}

.bg_image--22 {
  background-image: url(../images/bg/bg-image-22.jpg);
}

.bg_image--23 {
  background-image: url(../images/bg/bg-image-23.jpg);
}

.bg_image--24 {
  background-image: url(../images/bg/bg-image-24.jpg);
}

.bg_image--25 {
  background-image: url(../images/bg/bg-image-25.jpg);
}

.bg_image--26 {
  background-image: url(../images/bg/bg-image-26.jpg);
}

.bg_image--27 {
  background-image: url(../images/bg/bg-image-27.jpg);
}

.bg_image--28 {
  background-image: url(../images/bg/bg-image-28.jpg);
}

.bg_image--29 {
  background-image: url(../images/bg/bg-image-29.jpg);
}

.bg_image--30 {
  background-image: url(../images/bg/bg-image-30.jpg);
}

.bg_image--31 {
  background-image: url(../images/bg/bg-image-31.jpg);
}

.bg_image--32 {
  background-image: url(../images/bg/bg-image-32.jpg);
}

.bg_image--33 {
  background-image: url(../images/bg/bg-image-33.jpg);
}

.bg_image--34 {
  background-image: url(../images/bg/bg-image-34.jpg);
}

.bg_image--35 {
  background-image: url(../images/bg/bg-image-35.jpg);
}

.font--1 {
  font-size: 1px !important;
}

.font--2 {
  font-size: 2px !important;
}

.font--3 {
  font-size: 3px !important;
}

.font--4 {
  font-size: 4px !important;
}

.font--5 {
  font-size: 5px !important;
}

.font--6 {
  font-size: 6px !important;
}

.font--7 {
  font-size: 7px !important;
}

.font--8 {
  font-size: 8px !important;
}

.font--9 {
  font-size: 9px !important;
}

.font--10 {
  font-size: 10px !important;
}

.font--11 {
  font-size: 11px !important;
}

.font--12 {
  font-size: 12px !important;
}

.font--13 {
  font-size: 13px !important;
}

.font--14 {
  font-size: 14px !important;
}

.font--15 {
  font-size: 15px !important;
}

.font--16 {
  font-size: 16px !important;
}

.font--17 {
  font-size: 17px !important;
}

.font--18 {
  font-size: 18px !important;
}

.font--19 {
  font-size: 19px !important;
}

.font--20 {
  font-size: 20px !important;
}

.font--21 {
  font-size: 21px !important;
}

.font--22 {
  font-size: 22px !important;
}

.font--23 {
  font-size: 23px !important;
}

.font--24 {
  font-size: 24px !important;
}

.font--25 {
  font-size: 25px !important;
}

.font--26 {
  font-size: 26px !important;
}

.font--27 {
  font-size: 27px !important;
}

.font--28 {
  font-size: 28px !important;
}

.font--29 {
  font-size: 29px !important;
}

.font--30 {
  font-size: 30px !important;
}

.font--31 {
  font-size: 31px !important;
}

.font--32 {
  font-size: 32px !important;
}

.font--33 {
  font-size: 33px !important;
}

.font--34 {
  font-size: 34px !important;
}

.font--35 {
  font-size: 35px !important;
}

.font--36 {
  font-size: 36px !important;
}

.font--37 {
  font-size: 37px !important;
}

.font--38 {
  font-size: 38px !important;
}

.font--39 {
  font-size: 39px !important;
}

.font--40 {
  font-size: 40px !important;
}

.font--41 {
  font-size: 41px !important;
}

.font--42 {
  font-size: 42px !important;
}

.font--43 {
  font-size: 43px !important;
}

.font--44 {
  font-size: 44px !important;
}

.font--45 {
  font-size: 45px !important;
}

.font--46 {
  font-size: 46px !important;
}

.font--47 {
  font-size: 47px !important;
}

.font--48 {
  font-size: 48px !important;
}

.font--49 {
  font-size: 49px !important;
}

.font--50 {
  font-size: 50px !important;
}

.font--51 {
  font-size: 51px !important;
}

.font--52 {
  font-size: 52px !important;
}

.font--53 {
  font-size: 53px !important;
}

.font--54 {
  font-size: 54px !important;
}

.font--55 {
  font-size: 55px !important;
}

.font--56 {
  font-size: 56px !important;
}

.font--57 {
  font-size: 57px !important;
}

.font--58 {
  font-size: 58px !important;
}

.font--59 {
  font-size: 59px !important;
}

.font--60 {
  font-size: 60px !important;
}

.font--61 {
  font-size: 61px !important;
}

.font--62 {
  font-size: 62px !important;
}

.font--63 {
  font-size: 63px !important;
}

.font--64 {
  font-size: 64px !important;
}

.font--65 {
  font-size: 65px !important;
}

.font--66 {
  font-size: 66px !important;
}

.font--67 {
  font-size: 67px !important;
}

.font--68 {
  font-size: 68px !important;
}

.font--69 {
  font-size: 69px !important;
}

.font--70 {
  font-size: 70px !important;
}

.font--71 {
  font-size: 71px !important;
}

.font--72 {
  font-size: 72px !important;
}

.font--73 {
  font-size: 73px !important;
}

.font--74 {
  font-size: 74px !important;
}

.font--75 {
  font-size: 75px !important;
}

.font--76 {
  font-size: 76px !important;
}

.font--77 {
  font-size: 77px !important;
}

.font--78 {
  font-size: 78px !important;
}

.font--79 {
  font-size: 79px !important;
}

.font--80 {
  font-size: 80px !important;
}

p:last-child {
  margin-bottom: 0;
}

/*=========================
    Text specialized 
==========================*/
.text-italic {
  font-style: italic;
}

.text-normal {
  font-style: normal;
}

.text-underline {
  font-style: underline;
}

/* Height and width */
.fullscreen {
  min-height: 100vh;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .fullscreen {
    min-height: auto;
  }
}
.fullscreen.empty-div {
  pointer-events: none;
  background: transparent;
}

/*===================
Custom Row
======================*/
.row--0 {
  margin-left: 0px;
  margin-right: 0px;
}
.row--0 > [class*=col] {
  padding-left: 0px;
  padding-right: 0px;
}

.row--5 {
  margin-left: -5px;
  margin-right: -5px;
}
.row--5 > [class*=col] {
  padding-left: 5px;
  padding-right: 5px;
}

.row--10 {
  margin-left: -10px;
  margin-right: -10px;
}
.row--10 > [class*=col] {
  padding-left: 10px;
  padding-right: 10px;
}

.row--20 {
  margin-left: -20px;
  margin-right: -20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--20 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--20 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--20 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .row--20 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}
.row--20 > [class*=col], .row--20 > [class*=col-] {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--20 > [class*=col], .row--20 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--20 > [class*=col], .row--20 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--20 > [class*=col], .row--20 > [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .row--20 > [class*=col], .row--20 > [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.row--35 {
  margin-left: -35px;
  margin-right: -35px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--35 {
    margin-left: -25px;
    margin-right: -25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--35 {
    margin-left: -25px;
    margin-right: -25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--35 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .row--35 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}
.row--35 > [class*=col], .row--35 > [class*=col-] {
  padding-left: 35px;
  padding-right: 35px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--35 > [class*=col], .row--35 > [class*=col-] {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--35 > [class*=col], .row--35 > [class*=col-] {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--35 > [class*=col], .row--35 > [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .row--35 > [class*=col], .row--35 > [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.row--25 {
  margin-left: -25px;
  margin-right: -25px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--25 {
    margin-left: -25px;
    margin-right: -25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--25 {
    margin-left: -25px;
    margin-right: -25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--25 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .row--25 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}
.row--25 > [class*=col], .row--25 > [class*=col-] {
  padding-left: 25px;
  padding-right: 25px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--25 > [class*=col], .row--25 > [class*=col-] {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--25 > [class*=col], .row--25 > [class*=col-] {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--25 > [class*=col], .row--25 > [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .row--25 > [class*=col], .row--25 > [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.row--30 {
  margin-left: -30px;
  margin-right: -30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--30 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--30 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--30 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .row--30 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}
.row--30 > [class*=col], .row--30 > [class*=col-] {
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--30 > [class*=col], .row--30 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--30 > [class*=col], .row--30 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--30 > [class*=col], .row--30 > [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .row--30 > [class*=col], .row--30 > [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.row--35 {
  margin-left: -35px;
  margin-right: -35px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--35 {
    margin-left: -25px;
    margin-right: -25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--35 {
    margin-left: -25px;
    margin-right: -25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--35 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .row--35 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}
.row--35 > [class*=col], .row--35 > [class*=col-] {
  padding-left: 35px;
  padding-right: 35px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--35 > [class*=col], .row--35 > [class*=col-] {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--35 > [class*=col], .row--35 > [class*=col-] {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--35 > [class*=col], .row--35 > [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .row--35 > [class*=col], .row--35 > [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.row--40 {
  margin-left: -40px;
  margin-right: -40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--40 {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--40 {
    margin-left: -25px;
    margin-right: -25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--40 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .row--40 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}
.row--40 > [class*=col], .row--40 > [class*=col-] {
  padding-left: 40px;
  padding-right: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--40 > [class*=col], .row--40 > [class*=col-] {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--40 > [class*=col], .row--40 > [class*=col-] {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--40 > [class*=col], .row--40 > [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .row--40 > [class*=col], .row--40 > [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

/*===========================
    Input Placeholder
=============================*/
input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/*=============================
	Overlay styles 
==============================*/
[data-overlay],
[data-black-overlay],
[data-white-overlay],
[data-theme-overlay] {
  position: relative;
  z-index: 1;
}

[data-overlay] > div,
[data-overlay] > *,
[data-black-overlay] > div,
[data-black-overlay] > *,
[data-white-overlay] > div,
[data-white-overlay] > *,
[data-theme-overlay] > div,
[data-theme-overlay] > * {
  position: relative;
  z-index: 1;
}

[data-overlay]:before,
[data-black-overlay]:before,
[data-white-overlay]:before,
[data-theme-overlay]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

[data-overlay]:before {
  background-color: var(--color-primary);
}

[data-black-overlay]:before {
  background-color: #010001;
}

[data-white-overlay]:before {
  background-color: #b4abab;
}

[data-overlay="1"]:before,
[data-black-overlay="1"]:before,
[data-white-overlay="1"]:before {
  opacity: 0.1;
}

[data-overlay="2"]:before,
[data-black-overlay="2"]:before,
[data-white-overlay="2"]:before {
  opacity: 0.2;
}

[data-overlay="3"]:before,
[data-black-overlay="3"]:before,
[data-white-overlay="3"]:before {
  opacity: 0.3;
}

[data-overlay="4"]:before,
[data-black-overlay="4"]:before,
[data-white-overlay="4"]:before {
  opacity: 0.4;
}

[data-overlay="5"]:before,
[data-black-overlay="5"]:before,
[data-white-overlay="5"]:before {
  opacity: 0.5;
}

[data-overlay="6"]:before,
[data-black-overlay="6"]:before,
[data-white-overlay="6"]:before {
  opacity: 0.6;
}

[data-overlay="7"]:before,
[data-black-overlay="7"]:before,
[data-white-overlay="7"]:before {
  opacity: 0.7;
}

[data-overlay="8"]:before,
[data-black-overlay="8"]:before,
[data-white-overlay="8"]:before {
  opacity: 0.8;
}

[data-overlay="9"]:before,
[data-black-overlay="9"]:before,
[data-white-overlay="9"]:before {
  opacity: 0.9;
}

[data-overlay="10"]:before,
[data-black-overlay="10"]:before,
[data-white-overlay="10"]:before {
  opacity: 1;
}

/*------------------------------
    Scroll Up 
--------------------------------*/
#scrollUp {
  width: 50px;
  height: 50px;
  background-color: var(--color-white);
  color: var(--color-primary);
  right: 30px;
  bottom: 60px;
  text-align: center;
  overflow: hidden;
  border-radius: 50px;
  z-index: 9811 !important;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767px) {
  #scrollUp {
    right: 20px;
  }
}
#scrollUp i {
  display: block;
  line-height: 48px;
  font-size: 22px;
  font-weight: 600;
}
#scrollUp:hover {
  background: var(--color-primary);
  color: var(--color-white);
}
#scrollUp:hover i {
  color: var(--color-white);
}

.form-message {
  margin-bottom: 0;
  text-align: center;
}
.form-message.error {
  margin-top: 20px;
  color: #f80707;
}
.form-message.success {
  margin-top: 20px;
  color: #0d8d2d;
}

.thumb img, .thumbnail img {
  border-radius: 6px;
}

img.react-parallax-bgimage {
  object-fit: contain;
}

/*=========================
    Section Separation 
==========================*/
.page-wrapper {
  min-height: 600px;
}

.rn-section-gap {
  padding: 120px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rn-section-gap {
    padding: 80px 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .rn-section-gap {
    padding: 80px 0 !important;
  }
}

.rn-section-gapBottom {
  padding-bottom: 120px;
}
@media only screen and (max-width: 767px) {
  .rn-section-gapBottom {
    padding-bottom: 80px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rn-section-gapBottom {
    padding-bottom: 80px !important;
  }
}

.rn-section-gapTop {
  padding-top: 120px;
}
@media only screen and (max-width: 767px) {
  .rn-section-gapTop {
    padding-top: 60px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rn-section-gapTop {
    padding-top: 80px !important;
  }
}

.letterspacing--2 {
  letter-spacing: 2px;
}

.pra {
  font-size: 18px;
  line-height: 2em;
}
@media only screen and (max-width: 767px) {
  .pra {
    font-size: 14px;
    line-height: 24px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .plr--120 {
    padding: 0 60px !important;
  }
}
@media only screen and (max-width: 767px) {
  .plr--120 {
    padding: 0 30px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .plr--120 {
    padding: 0 60px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .plr--120 {
    padding: 0 60px !important;
  }
}
@media only screen and (max-width: 767px) {
  .plr--120 {
    padding: 0 30px !important;
  }
}

.mt_dec--30 {
  margin-top: -30px;
}

.mt_dec--20 {
  margin-top: -20px;
}

.mt_dec--10 {
  margin-top: -10px;
}

.pl--0 {
  padding-left: 0 !important;
}

.pr--0 {
  padding-right: 0 !important;
}

.pt--0 {
  padding-top: 0 !important;
}

.pb--0 {
  padding-bottom: 0 !important;
}

.mr--0 {
  margin-right: 0 !important;
}

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

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

.mb--0 {
  margin-bottom: 0 !important;
}

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

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

.plr--270 {
  padding: 0 270px;
}

.plr--300 {
  padding: 0 300px;
}

.plr--340 {
  padding: 0 340px;
}

.ptb--300 {
  padding: 300px 0;
}

.ptb--340 {
  padding: 340px 0;
}

.ptb--450 {
  padding: 450px 0;
}

.plr_dec--15 {
  margin: 0 -15px;
}

.mb-dec--30 {
  margin-bottom: -30px;
}

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

.ptb--5 {
  padding: 5px 0 !important;
}

.plr--5 {
  padding: 0 5px !important;
}

.pt--5 {
  padding-top: 5px !important;
}

.pb--5 {
  padding-bottom: 5px !important;
}

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

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

.mt--5 {
  margin-top: 5px !important;
}

.mb--5 {
  margin-bottom: 5px !important;
}

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

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

.ptb--10 {
  padding: 10px 0 !important;
}

.plr--10 {
  padding: 0 10px !important;
}

.pt--10 {
  padding-top: 10px !important;
}

.pb--10 {
  padding-bottom: 10px !important;
}

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

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

.mt--10 {
  margin-top: 10px !important;
}

.mb--10 {
  margin-bottom: 10px !important;
}

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

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

.ptb--15 {
  padding: 15px 0 !important;
}

.plr--15 {
  padding: 0 15px !important;
}

.pt--15 {
  padding-top: 15px !important;
}

.pb--15 {
  padding-bottom: 15px !important;
}

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

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

.mt--15 {
  margin-top: 15px !important;
}

.mb--15 {
  margin-bottom: 15px !important;
}

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

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

.ptb--20 {
  padding: 20px 0 !important;
}

.plr--20 {
  padding: 0 20px !important;
}

.pt--20 {
  padding-top: 20px !important;
}

.pb--20 {
  padding-bottom: 20px !important;
}

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

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

.mt--20 {
  margin-top: 20px !important;
}

.mb--20 {
  margin-bottom: 20px !important;
}

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

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

.ptb--25 {
  padding: 25px 0 !important;
}

.plr--25 {
  padding: 0 25px !important;
}

.pt--25 {
  padding-top: 25px !important;
}

.pb--25 {
  padding-bottom: 25px !important;
}

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

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

.mt--25 {
  margin-top: 25px !important;
}

.mb--25 {
  margin-bottom: 25px !important;
}

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

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

.ptb--30 {
  padding: 30px 0 !important;
}

.plr--30 {
  padding: 0 30px !important;
}

.pt--30 {
  padding-top: 30px !important;
}

.pb--30 {
  padding-bottom: 30px !important;
}

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

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

.mt--30 {
  margin-top: 30px !important;
}

.mb--30 {
  margin-bottom: 30px !important;
}

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

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

.ptb--35 {
  padding: 35px 0 !important;
}

.plr--35 {
  padding: 0 35px !important;
}

.pt--35 {
  padding-top: 35px !important;
}

.pb--35 {
  padding-bottom: 35px !important;
}

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

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

.mt--35 {
  margin-top: 35px !important;
}

.mb--35 {
  margin-bottom: 35px !important;
}

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

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

.ptb--40 {
  padding: 40px 0 !important;
}

.plr--40 {
  padding: 0 40px !important;
}

.pt--40 {
  padding-top: 40px !important;
}

.pb--40 {
  padding-bottom: 40px !important;
}

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

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

.mt--40 {
  margin-top: 40px !important;
}

.mb--40 {
  margin-bottom: 40px !important;
}

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

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

.ptb--45 {
  padding: 45px 0 !important;
}

.plr--45 {
  padding: 0 45px !important;
}

.pt--45 {
  padding-top: 45px !important;
}

.pb--45 {
  padding-bottom: 45px !important;
}

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

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

.mt--45 {
  margin-top: 45px !important;
}

.mb--45 {
  margin-bottom: 45px !important;
}

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

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

.ptb--50 {
  padding: 50px 0 !important;
}

.plr--50 {
  padding: 0 50px !important;
}

.pt--50 {
  padding-top: 50px !important;
}

.pb--50 {
  padding-bottom: 50px !important;
}

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

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

.mt--50 {
  margin-top: 50px !important;
}

.mb--50 {
  margin-bottom: 50px !important;
}

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

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

.ptb--55 {
  padding: 55px 0 !important;
}

.plr--55 {
  padding: 0 55px !important;
}

.pt--55 {
  padding-top: 55px !important;
}

.pb--55 {
  padding-bottom: 55px !important;
}

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

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

.mt--55 {
  margin-top: 55px !important;
}

.mb--55 {
  margin-bottom: 55px !important;
}

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

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

.ptb--60 {
  padding: 60px 0 !important;
}

.plr--60 {
  padding: 0 60px !important;
}

.pt--60 {
  padding-top: 60px !important;
}

.pb--60 {
  padding-bottom: 60px !important;
}

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

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

.mt--60 {
  margin-top: 60px !important;
}

.mb--60 {
  margin-bottom: 60px !important;
}

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

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

.ptb--65 {
  padding: 65px 0 !important;
}

.plr--65 {
  padding: 0 65px !important;
}

.pt--65 {
  padding-top: 65px !important;
}

.pb--65 {
  padding-bottom: 65px !important;
}

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

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

.mt--65 {
  margin-top: 65px !important;
}

.mb--65 {
  margin-bottom: 65px !important;
}

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

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

.ptb--70 {
  padding: 70px 0 !important;
}

.plr--70 {
  padding: 0 70px !important;
}

.pt--70 {
  padding-top: 70px !important;
}

.pb--70 {
  padding-bottom: 70px !important;
}

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

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

.mt--70 {
  margin-top: 70px !important;
}

.mb--70 {
  margin-bottom: 70px !important;
}

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

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

.ptb--75 {
  padding: 75px 0 !important;
}

.plr--75 {
  padding: 0 75px !important;
}

.pt--75 {
  padding-top: 75px !important;
}

.pb--75 {
  padding-bottom: 75px !important;
}

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

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

.mt--75 {
  margin-top: 75px !important;
}

.mb--75 {
  margin-bottom: 75px !important;
}

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

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

.ptb--80 {
  padding: 80px 0 !important;
}

.plr--80 {
  padding: 0 80px !important;
}

.pt--80 {
  padding-top: 80px !important;
}

.pb--80 {
  padding-bottom: 80px !important;
}

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

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

.mt--80 {
  margin-top: 80px !important;
}

.mb--80 {
  margin-bottom: 80px !important;
}

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

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

.ptb--85 {
  padding: 85px 0 !important;
}

.plr--85 {
  padding: 0 85px !important;
}

.pt--85 {
  padding-top: 85px !important;
}

.pb--85 {
  padding-bottom: 85px !important;
}

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

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

.mt--85 {
  margin-top: 85px !important;
}

.mb--85 {
  margin-bottom: 85px !important;
}

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

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

.ptb--90 {
  padding: 90px 0 !important;
}

.plr--90 {
  padding: 0 90px !important;
}

.pt--90 {
  padding-top: 90px !important;
}

.pb--90 {
  padding-bottom: 90px !important;
}

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

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

.mt--90 {
  margin-top: 90px !important;
}

.mb--90 {
  margin-bottom: 90px !important;
}

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

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

.ptb--95 {
  padding: 95px 0 !important;
}

.plr--95 {
  padding: 0 95px !important;
}

.pt--95 {
  padding-top: 95px !important;
}

.pb--95 {
  padding-bottom: 95px !important;
}

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

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

.mt--95 {
  margin-top: 95px !important;
}

.mb--95 {
  margin-bottom: 95px !important;
}

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

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

.ptb--100 {
  padding: 100px 0 !important;
}

.plr--100 {
  padding: 0 100px !important;
}

.pt--100 {
  padding-top: 100px !important;
}

.pb--100 {
  padding-bottom: 100px !important;
}

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

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

.mt--100 {
  margin-top: 100px !important;
}

.mb--100 {
  margin-bottom: 100px !important;
}

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

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

.ptb--105 {
  padding: 105px 0 !important;
}

.plr--105 {
  padding: 0 105px !important;
}

.pt--105 {
  padding-top: 105px !important;
}

.pb--105 {
  padding-bottom: 105px !important;
}

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

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

.mt--105 {
  margin-top: 105px !important;
}

.mb--105 {
  margin-bottom: 105px !important;
}

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

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

.ptb--110 {
  padding: 110px 0 !important;
}

.plr--110 {
  padding: 0 110px !important;
}

.pt--110 {
  padding-top: 110px !important;
}

.pb--110 {
  padding-bottom: 110px !important;
}

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

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

.mt--110 {
  margin-top: 110px !important;
}

.mb--110 {
  margin-bottom: 110px !important;
}

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

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

.ptb--115 {
  padding: 115px 0 !important;
}

.plr--115 {
  padding: 0 115px !important;
}

.pt--115 {
  padding-top: 115px !important;
}

.pb--115 {
  padding-bottom: 115px !important;
}

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

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

.mt--115 {
  margin-top: 115px !important;
}

.mb--115 {
  margin-bottom: 115px !important;
}

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

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

.ptb--120 {
  padding: 120px 0 !important;
}

.plr--120 {
  padding: 0 120px !important;
}

.pt--120 {
  padding-top: 120px !important;
}

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

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

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

.mt--120 {
  margin-top: 120px !important;
}

.mb--120 {
  margin-bottom: 120px !important;
}

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

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

.ptb--125 {
  padding: 125px 0 !important;
}

.plr--125 {
  padding: 0 125px !important;
}

.pt--125 {
  padding-top: 125px !important;
}

.pb--125 {
  padding-bottom: 125px !important;
}

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

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

.mt--125 {
  margin-top: 125px !important;
}

.mb--125 {
  margin-bottom: 125px !important;
}

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

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

.ptb--130 {
  padding: 130px 0 !important;
}

.plr--130 {
  padding: 0 130px !important;
}

.pt--130 {
  padding-top: 130px !important;
}

.pb--130 {
  padding-bottom: 130px !important;
}

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

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

.mt--130 {
  margin-top: 130px !important;
}

.mb--130 {
  margin-bottom: 130px !important;
}

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

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

.ptb--135 {
  padding: 135px 0 !important;
}

.plr--135 {
  padding: 0 135px !important;
}

.pt--135 {
  padding-top: 135px !important;
}

.pb--135 {
  padding-bottom: 135px !important;
}

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

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

.mt--135 {
  margin-top: 135px !important;
}

.mb--135 {
  margin-bottom: 135px !important;
}

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

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

.ptb--140 {
  padding: 140px 0 !important;
}

.plr--140 {
  padding: 0 140px !important;
}

.pt--140 {
  padding-top: 140px !important;
}

.pb--140 {
  padding-bottom: 140px !important;
}

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

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

.mt--140 {
  margin-top: 140px !important;
}

.mb--140 {
  margin-bottom: 140px !important;
}

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

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

.ptb--145 {
  padding: 145px 0 !important;
}

.plr--145 {
  padding: 0 145px !important;
}

.pt--145 {
  padding-top: 145px !important;
}

.pb--145 {
  padding-bottom: 145px !important;
}

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

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

.mt--145 {
  margin-top: 145px !important;
}

.mb--145 {
  margin-bottom: 145px !important;
}

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

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

.ptb--150 {
  padding: 150px 0 !important;
}

.plr--150 {
  padding: 0 150px !important;
}

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

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

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

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

.mt--150 {
  margin-top: 150px !important;
}

.mb--150 {
  margin-bottom: 150px !important;
}

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

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

.ptb--155 {
  padding: 155px 0 !important;
}

.plr--155 {
  padding: 0 155px !important;
}

.pt--155 {
  padding-top: 155px !important;
}

.pb--155 {
  padding-bottom: 155px !important;
}

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

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

.mt--155 {
  margin-top: 155px !important;
}

.mb--155 {
  margin-bottom: 155px !important;
}

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

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

.ptb--160 {
  padding: 160px 0 !important;
}

.plr--160 {
  padding: 0 160px !important;
}

.pt--160 {
  padding-top: 160px !important;
}

.pb--160 {
  padding-bottom: 160px !important;
}

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

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

.mt--160 {
  margin-top: 160px !important;
}

.mb--160 {
  margin-bottom: 160px !important;
}

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

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

.ptb--165 {
  padding: 165px 0 !important;
}

.plr--165 {
  padding: 0 165px !important;
}

.pt--165 {
  padding-top: 165px !important;
}

.pb--165 {
  padding-bottom: 165px !important;
}

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

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

.mt--165 {
  margin-top: 165px !important;
}

.mb--165 {
  margin-bottom: 165px !important;
}

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

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

.ptb--170 {
  padding: 170px 0 !important;
}

.plr--170 {
  padding: 0 170px !important;
}

.pt--170 {
  padding-top: 170px !important;
}

.pb--170 {
  padding-bottom: 170px !important;
}

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

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

.mt--170 {
  margin-top: 170px !important;
}

.mb--170 {
  margin-bottom: 170px !important;
}

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

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

.ptb--175 {
  padding: 175px 0 !important;
}

.plr--175 {
  padding: 0 175px !important;
}

.pt--175 {
  padding-top: 175px !important;
}

.pb--175 {
  padding-bottom: 175px !important;
}

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

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

.mt--175 {
  margin-top: 175px !important;
}

.mb--175 {
  margin-bottom: 175px !important;
}

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

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

.ptb--180 {
  padding: 180px 0 !important;
}

.plr--180 {
  padding: 0 180px !important;
}

.pt--180 {
  padding-top: 180px !important;
}

.pb--180 {
  padding-bottom: 180px !important;
}

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

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

.mt--180 {
  margin-top: 180px !important;
}

.mb--180 {
  margin-bottom: 180px !important;
}

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

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

.ptb--185 {
  padding: 185px 0 !important;
}

.plr--185 {
  padding: 0 185px !important;
}

.pt--185 {
  padding-top: 185px !important;
}

.pb--185 {
  padding-bottom: 185px !important;
}

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

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

.mt--185 {
  margin-top: 185px !important;
}

.mb--185 {
  margin-bottom: 185px !important;
}

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

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

.ptb--190 {
  padding: 190px 0 !important;
}

.plr--190 {
  padding: 0 190px !important;
}

.pt--190 {
  padding-top: 190px !important;
}

.pb--190 {
  padding-bottom: 190px !important;
}

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

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

.mt--190 {
  margin-top: 190px !important;
}

.mb--190 {
  margin-bottom: 190px !important;
}

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

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

.ptb--195 {
  padding: 195px 0 !important;
}

.plr--195 {
  padding: 0 195px !important;
}

.pt--195 {
  padding-top: 195px !important;
}

.pb--195 {
  padding-bottom: 195px !important;
}

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

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

.mt--195 {
  margin-top: 195px !important;
}

.mb--195 {
  margin-bottom: 195px !important;
}

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

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

.ptb--200 {
  padding: 200px 0 !important;
}

.plr--200 {
  padding: 0 200px !important;
}

.pt--200 {
  padding-top: 200px !important;
}

.pb--200 {
  padding-bottom: 200px !important;
}

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

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

.mt--200 {
  margin-top: 200px !important;
}

.mb--200 {
  margin-bottom: 200px !important;
}

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

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

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ptb--120,
.ptb--80 {
    padding: 80px 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .ptb--120,
.ptb--80 {
    padding: 80px 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt--120,
.pt--140,
.pt--110 {
    padding-top: 60px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pt--120,
.pt--140,
.pt--110 {
    padding-top: 80px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb--120,
.pb--110,
.pb--110,
.pb--190 {
    padding-bottom: 60px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pb--120,
.pb--110,
.pb--110,
.pb--190 {
    padding-bottom: 80px !important;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .ptb_lp--5 {
    padding: 5px 0;
  }

  .plr_lp--5 {
    padding: 0 5px;
  }

  .pt_lp--5 {
    padding-top: 5px;
  }

  .pb_lp--5 {
    padding-bottom: 5px;
  }

  .pl_lp--5 {
    padding-left: 5px;
  }

  .pr_lp--5 {
    padding-right: 5px;
  }

  .mt_lp--5 {
    margin-top: 5px;
  }

  .mb_lp--5 {
    margin-bottom: 5px;
  }

  .ptb_lp--10 {
    padding: 10px 0;
  }

  .plr_lp--10 {
    padding: 0 10px;
  }

  .pt_lp--10 {
    padding-top: 10px;
  }

  .pb_lp--10 {
    padding-bottom: 10px;
  }

  .pl_lp--10 {
    padding-left: 10px;
  }

  .pr_lp--10 {
    padding-right: 10px;
  }

  .mt_lp--10 {
    margin-top: 10px;
  }

  .mb_lp--10 {
    margin-bottom: 10px;
  }

  .ptb_lp--15 {
    padding: 15px 0;
  }

  .plr_lp--15 {
    padding: 0 15px;
  }

  .pt_lp--15 {
    padding-top: 15px;
  }

  .pb_lp--15 {
    padding-bottom: 15px;
  }

  .pl_lp--15 {
    padding-left: 15px;
  }

  .pr_lp--15 {
    padding-right: 15px;
  }

  .mt_lp--15 {
    margin-top: 15px;
  }

  .mb_lp--15 {
    margin-bottom: 15px;
  }

  .ptb_lp--20 {
    padding: 20px 0;
  }

  .plr_lp--20 {
    padding: 0 20px;
  }

  .pt_lp--20 {
    padding-top: 20px;
  }

  .pb_lp--20 {
    padding-bottom: 20px;
  }

  .pl_lp--20 {
    padding-left: 20px;
  }

  .pr_lp--20 {
    padding-right: 20px;
  }

  .mt_lp--20 {
    margin-top: 20px;
  }

  .mb_lp--20 {
    margin-bottom: 20px;
  }

  .ptb_lp--25 {
    padding: 25px 0;
  }

  .plr_lp--25 {
    padding: 0 25px;
  }

  .pt_lp--25 {
    padding-top: 25px;
  }

  .pb_lp--25 {
    padding-bottom: 25px;
  }

  .pl_lp--25 {
    padding-left: 25px;
  }

  .pr_lp--25 {
    padding-right: 25px;
  }

  .mt_lp--25 {
    margin-top: 25px;
  }

  .mb_lp--25 {
    margin-bottom: 25px;
  }

  .ptb_lp--30 {
    padding: 30px 0;
  }

  .plr_lp--30 {
    padding: 0 30px;
  }

  .pt_lp--30 {
    padding-top: 30px;
  }

  .pb_lp--30 {
    padding-bottom: 30px;
  }

  .pl_lp--30 {
    padding-left: 30px;
  }

  .pr_lp--30 {
    padding-right: 30px;
  }

  .mt_lp--30 {
    margin-top: 30px;
  }

  .mb_lp--30 {
    margin-bottom: 30px;
  }

  .ptb_lp--35 {
    padding: 35px 0;
  }

  .plr_lp--35 {
    padding: 0 35px;
  }

  .pt_lp--35 {
    padding-top: 35px;
  }

  .pb_lp--35 {
    padding-bottom: 35px;
  }

  .pl_lp--35 {
    padding-left: 35px;
  }

  .pr_lp--35 {
    padding-right: 35px;
  }

  .mt_lp--35 {
    margin-top: 35px;
  }

  .mb_lp--35 {
    margin-bottom: 35px;
  }

  .ptb_lp--40 {
    padding: 40px 0;
  }

  .plr_lp--40 {
    padding: 0 40px;
  }

  .pt_lp--40 {
    padding-top: 40px;
  }

  .pb_lp--40 {
    padding-bottom: 40px;
  }

  .pl_lp--40 {
    padding-left: 40px;
  }

  .pr_lp--40 {
    padding-right: 40px;
  }

  .mt_lp--40 {
    margin-top: 40px;
  }

  .mb_lp--40 {
    margin-bottom: 40px;
  }

  .ptb_lp--45 {
    padding: 45px 0;
  }

  .plr_lp--45 {
    padding: 0 45px;
  }

  .pt_lp--45 {
    padding-top: 45px;
  }

  .pb_lp--45 {
    padding-bottom: 45px;
  }

  .pl_lp--45 {
    padding-left: 45px;
  }

  .pr_lp--45 {
    padding-right: 45px;
  }

  .mt_lp--45 {
    margin-top: 45px;
  }

  .mb_lp--45 {
    margin-bottom: 45px;
  }

  .ptb_lp--50 {
    padding: 50px 0;
  }

  .plr_lp--50 {
    padding: 0 50px;
  }

  .pt_lp--50 {
    padding-top: 50px;
  }

  .pb_lp--50 {
    padding-bottom: 50px;
  }

  .pl_lp--50 {
    padding-left: 50px;
  }

  .pr_lp--50 {
    padding-right: 50px;
  }

  .mt_lp--50 {
    margin-top: 50px;
  }

  .mb_lp--50 {
    margin-bottom: 50px;
  }

  .ptb_lp--55 {
    padding: 55px 0;
  }

  .plr_lp--55 {
    padding: 0 55px;
  }

  .pt_lp--55 {
    padding-top: 55px;
  }

  .pb_lp--55 {
    padding-bottom: 55px;
  }

  .pl_lp--55 {
    padding-left: 55px;
  }

  .pr_lp--55 {
    padding-right: 55px;
  }

  .mt_lp--55 {
    margin-top: 55px;
  }

  .mb_lp--55 {
    margin-bottom: 55px;
  }

  .ptb_lp--60 {
    padding: 60px 0;
  }

  .plr_lp--60 {
    padding: 0 60px;
  }

  .pt_lp--60 {
    padding-top: 60px;
  }

  .pb_lp--60 {
    padding-bottom: 60px;
  }

  .pl_lp--60 {
    padding-left: 60px;
  }

  .pr_lp--60 {
    padding-right: 60px;
  }

  .mt_lp--60 {
    margin-top: 60px;
  }

  .mb_lp--60 {
    margin-bottom: 60px;
  }

  .ptb_lp--65 {
    padding: 65px 0;
  }

  .plr_lp--65 {
    padding: 0 65px;
  }

  .pt_lp--65 {
    padding-top: 65px;
  }

  .pb_lp--65 {
    padding-bottom: 65px;
  }

  .pl_lp--65 {
    padding-left: 65px;
  }

  .pr_lp--65 {
    padding-right: 65px;
  }

  .mt_lp--65 {
    margin-top: 65px;
  }

  .mb_lp--65 {
    margin-bottom: 65px;
  }

  .ptb_lp--70 {
    padding: 70px 0;
  }

  .plr_lp--70 {
    padding: 0 70px;
  }

  .pt_lp--70 {
    padding-top: 70px;
  }

  .pb_lp--70 {
    padding-bottom: 70px;
  }

  .pl_lp--70 {
    padding-left: 70px;
  }

  .pr_lp--70 {
    padding-right: 70px;
  }

  .mt_lp--70 {
    margin-top: 70px;
  }

  .mb_lp--70 {
    margin-bottom: 70px;
  }

  .ptb_lp--75 {
    padding: 75px 0;
  }

  .plr_lp--75 {
    padding: 0 75px;
  }

  .pt_lp--75 {
    padding-top: 75px;
  }

  .pb_lp--75 {
    padding-bottom: 75px;
  }

  .pl_lp--75 {
    padding-left: 75px;
  }

  .pr_lp--75 {
    padding-right: 75px;
  }

  .mt_lp--75 {
    margin-top: 75px;
  }

  .mb_lp--75 {
    margin-bottom: 75px;
  }

  .ptb_lp--80 {
    padding: 80px 0;
  }

  .plr_lp--80 {
    padding: 0 80px;
  }

  .pt_lp--80 {
    padding-top: 80px;
  }

  .pb_lp--80 {
    padding-bottom: 80px;
  }

  .pl_lp--80 {
    padding-left: 80px;
  }

  .pr_lp--80 {
    padding-right: 80px;
  }

  .mt_lp--80 {
    margin-top: 80px;
  }

  .mb_lp--80 {
    margin-bottom: 80px;
  }

  .ptb_lp--85 {
    padding: 85px 0;
  }

  .plr_lp--85 {
    padding: 0 85px;
  }

  .pt_lp--85 {
    padding-top: 85px;
  }

  .pb_lp--85 {
    padding-bottom: 85px;
  }

  .pl_lp--85 {
    padding-left: 85px;
  }

  .pr_lp--85 {
    padding-right: 85px;
  }

  .mt_lp--85 {
    margin-top: 85px;
  }

  .mb_lp--85 {
    margin-bottom: 85px;
  }

  .ptb_lp--90 {
    padding: 90px 0;
  }

  .plr_lp--90 {
    padding: 0 90px;
  }

  .pt_lp--90 {
    padding-top: 90px;
  }

  .pb_lp--90 {
    padding-bottom: 90px;
  }

  .pl_lp--90 {
    padding-left: 90px;
  }

  .pr_lp--90 {
    padding-right: 90px;
  }

  .mt_lp--90 {
    margin-top: 90px;
  }

  .mb_lp--90 {
    margin-bottom: 90px;
  }

  .ptb_lp--95 {
    padding: 95px 0;
  }

  .plr_lp--95 {
    padding: 0 95px;
  }

  .pt_lp--95 {
    padding-top: 95px;
  }

  .pb_lp--95 {
    padding-bottom: 95px;
  }

  .pl_lp--95 {
    padding-left: 95px;
  }

  .pr_lp--95 {
    padding-right: 95px;
  }

  .mt_lp--95 {
    margin-top: 95px;
  }

  .mb_lp--95 {
    margin-bottom: 95px;
  }

  .ptb_lp--100 {
    padding: 100px 0;
  }

  .plr_lp--100 {
    padding: 0 100px;
  }

  .pt_lp--100 {
    padding-top: 100px;
  }

  .pb_lp--100 {
    padding-bottom: 100px;
  }

  .pl_lp--100 {
    padding-left: 100px;
  }

  .pr_lp--100 {
    padding-right: 100px;
  }

  .mt_lp--100 {
    margin-top: 100px;
  }

  .mb_lp--100 {
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ptb_lg--5 {
    padding: 5px 0;
  }

  .plr_lg--5 {
    padding: 0 5px;
  }

  .pt_lg--5 {
    padding-top: 5px;
  }

  .pb_lg--5 {
    padding-bottom: 5px;
  }

  .pl_lg--5 {
    padding-left: 5px;
  }

  .pr_lg--5 {
    padding-right: 5px;
  }

  .mt_lg--5 {
    margin-top: 5px !important;
  }

  .mb_lg--5 {
    margin-bottom: 5px !important;
  }

  .ptb_lg--10 {
    padding: 10px 0;
  }

  .plr_lg--10 {
    padding: 0 10px;
  }

  .pt_lg--10 {
    padding-top: 10px;
  }

  .pb_lg--10 {
    padding-bottom: 10px;
  }

  .pl_lg--10 {
    padding-left: 10px;
  }

  .pr_lg--10 {
    padding-right: 10px;
  }

  .mt_lg--10 {
    margin-top: 10px !important;
  }

  .mb_lg--10 {
    margin-bottom: 10px !important;
  }

  .ptb_lg--15 {
    padding: 15px 0;
  }

  .plr_lg--15 {
    padding: 0 15px;
  }

  .pt_lg--15 {
    padding-top: 15px;
  }

  .pb_lg--15 {
    padding-bottom: 15px;
  }

  .pl_lg--15 {
    padding-left: 15px;
  }

  .pr_lg--15 {
    padding-right: 15px;
  }

  .mt_lg--15 {
    margin-top: 15px !important;
  }

  .mb_lg--15 {
    margin-bottom: 15px !important;
  }

  .ptb_lg--20 {
    padding: 20px 0;
  }

  .plr_lg--20 {
    padding: 0 20px;
  }

  .pt_lg--20 {
    padding-top: 20px;
  }

  .pb_lg--20 {
    padding-bottom: 20px;
  }

  .pl_lg--20 {
    padding-left: 20px;
  }

  .pr_lg--20 {
    padding-right: 20px;
  }

  .mt_lg--20 {
    margin-top: 20px !important;
  }

  .mb_lg--20 {
    margin-bottom: 20px !important;
  }

  .ptb_lg--25 {
    padding: 25px 0;
  }

  .plr_lg--25 {
    padding: 0 25px;
  }

  .pt_lg--25 {
    padding-top: 25px;
  }

  .pb_lg--25 {
    padding-bottom: 25px;
  }

  .pl_lg--25 {
    padding-left: 25px;
  }

  .pr_lg--25 {
    padding-right: 25px;
  }

  .mt_lg--25 {
    margin-top: 25px !important;
  }

  .mb_lg--25 {
    margin-bottom: 25px !important;
  }

  .ptb_lg--30 {
    padding: 30px 0;
  }

  .plr_lg--30 {
    padding: 0 30px;
  }

  .pt_lg--30 {
    padding-top: 30px;
  }

  .pb_lg--30 {
    padding-bottom: 30px;
  }

  .pl_lg--30 {
    padding-left: 30px;
  }

  .pr_lg--30 {
    padding-right: 30px;
  }

  .mt_lg--30 {
    margin-top: 30px !important;
  }

  .mb_lg--30 {
    margin-bottom: 30px !important;
  }

  .ptb_lg--35 {
    padding: 35px 0;
  }

  .plr_lg--35 {
    padding: 0 35px;
  }

  .pt_lg--35 {
    padding-top: 35px;
  }

  .pb_lg--35 {
    padding-bottom: 35px;
  }

  .pl_lg--35 {
    padding-left: 35px;
  }

  .pr_lg--35 {
    padding-right: 35px;
  }

  .mt_lg--35 {
    margin-top: 35px !important;
  }

  .mb_lg--35 {
    margin-bottom: 35px !important;
  }

  .ptb_lg--40 {
    padding: 40px 0;
  }

  .plr_lg--40 {
    padding: 0 40px;
  }

  .pt_lg--40 {
    padding-top: 40px;
  }

  .pb_lg--40 {
    padding-bottom: 40px;
  }

  .pl_lg--40 {
    padding-left: 40px;
  }

  .pr_lg--40 {
    padding-right: 40px;
  }

  .mt_lg--40 {
    margin-top: 40px !important;
  }

  .mb_lg--40 {
    margin-bottom: 40px !important;
  }

  .ptb_lg--45 {
    padding: 45px 0;
  }

  .plr_lg--45 {
    padding: 0 45px;
  }

  .pt_lg--45 {
    padding-top: 45px;
  }

  .pb_lg--45 {
    padding-bottom: 45px;
  }

  .pl_lg--45 {
    padding-left: 45px;
  }

  .pr_lg--45 {
    padding-right: 45px;
  }

  .mt_lg--45 {
    margin-top: 45px !important;
  }

  .mb_lg--45 {
    margin-bottom: 45px !important;
  }

  .ptb_lg--50 {
    padding: 50px 0;
  }

  .plr_lg--50 {
    padding: 0 50px;
  }

  .pt_lg--50 {
    padding-top: 50px;
  }

  .pb_lg--50 {
    padding-bottom: 50px;
  }

  .pl_lg--50 {
    padding-left: 50px;
  }

  .pr_lg--50 {
    padding-right: 50px;
  }

  .mt_lg--50 {
    margin-top: 50px !important;
  }

  .mb_lg--50 {
    margin-bottom: 50px !important;
  }

  .ptb_lg--55 {
    padding: 55px 0;
  }

  .plr_lg--55 {
    padding: 0 55px;
  }

  .pt_lg--55 {
    padding-top: 55px;
  }

  .pb_lg--55 {
    padding-bottom: 55px;
  }

  .pl_lg--55 {
    padding-left: 55px;
  }

  .pr_lg--55 {
    padding-right: 55px;
  }

  .mt_lg--55 {
    margin-top: 55px !important;
  }

  .mb_lg--55 {
    margin-bottom: 55px !important;
  }

  .ptb_lg--60 {
    padding: 60px 0;
  }

  .plr_lg--60 {
    padding: 0 60px;
  }

  .pt_lg--60 {
    padding-top: 60px;
  }

  .pb_lg--60 {
    padding-bottom: 60px;
  }

  .pl_lg--60 {
    padding-left: 60px;
  }

  .pr_lg--60 {
    padding-right: 60px;
  }

  .mt_lg--60 {
    margin-top: 60px !important;
  }

  .mb_lg--60 {
    margin-bottom: 60px !important;
  }

  .ptb_lg--65 {
    padding: 65px 0;
  }

  .plr_lg--65 {
    padding: 0 65px;
  }

  .pt_lg--65 {
    padding-top: 65px;
  }

  .pb_lg--65 {
    padding-bottom: 65px;
  }

  .pl_lg--65 {
    padding-left: 65px;
  }

  .pr_lg--65 {
    padding-right: 65px;
  }

  .mt_lg--65 {
    margin-top: 65px !important;
  }

  .mb_lg--65 {
    margin-bottom: 65px !important;
  }

  .ptb_lg--70 {
    padding: 70px 0;
  }

  .plr_lg--70 {
    padding: 0 70px;
  }

  .pt_lg--70 {
    padding-top: 70px;
  }

  .pb_lg--70 {
    padding-bottom: 70px;
  }

  .pl_lg--70 {
    padding-left: 70px;
  }

  .pr_lg--70 {
    padding-right: 70px;
  }

  .mt_lg--70 {
    margin-top: 70px !important;
  }

  .mb_lg--70 {
    margin-bottom: 70px !important;
  }

  .ptb_lg--75 {
    padding: 75px 0;
  }

  .plr_lg--75 {
    padding: 0 75px;
  }

  .pt_lg--75 {
    padding-top: 75px;
  }

  .pb_lg--75 {
    padding-bottom: 75px;
  }

  .pl_lg--75 {
    padding-left: 75px;
  }

  .pr_lg--75 {
    padding-right: 75px;
  }

  .mt_lg--75 {
    margin-top: 75px !important;
  }

  .mb_lg--75 {
    margin-bottom: 75px !important;
  }

  .ptb_lg--80 {
    padding: 80px 0;
  }

  .plr_lg--80 {
    padding: 0 80px;
  }

  .pt_lg--80 {
    padding-top: 80px;
  }

  .pb_lg--80 {
    padding-bottom: 80px;
  }

  .pl_lg--80 {
    padding-left: 80px;
  }

  .pr_lg--80 {
    padding-right: 80px;
  }

  .mt_lg--80 {
    margin-top: 80px !important;
  }

  .mb_lg--80 {
    margin-bottom: 80px !important;
  }

  .ptb_lg--85 {
    padding: 85px 0;
  }

  .plr_lg--85 {
    padding: 0 85px;
  }

  .pt_lg--85 {
    padding-top: 85px;
  }

  .pb_lg--85 {
    padding-bottom: 85px;
  }

  .pl_lg--85 {
    padding-left: 85px;
  }

  .pr_lg--85 {
    padding-right: 85px;
  }

  .mt_lg--85 {
    margin-top: 85px !important;
  }

  .mb_lg--85 {
    margin-bottom: 85px !important;
  }

  .ptb_lg--90 {
    padding: 90px 0;
  }

  .plr_lg--90 {
    padding: 0 90px;
  }

  .pt_lg--90 {
    padding-top: 90px;
  }

  .pb_lg--90 {
    padding-bottom: 90px;
  }

  .pl_lg--90 {
    padding-left: 90px;
  }

  .pr_lg--90 {
    padding-right: 90px;
  }

  .mt_lg--90 {
    margin-top: 90px !important;
  }

  .mb_lg--90 {
    margin-bottom: 90px !important;
  }

  .ptb_lg--95 {
    padding: 95px 0;
  }

  .plr_lg--95 {
    padding: 0 95px;
  }

  .pt_lg--95 {
    padding-top: 95px;
  }

  .pb_lg--95 {
    padding-bottom: 95px;
  }

  .pl_lg--95 {
    padding-left: 95px;
  }

  .pr_lg--95 {
    padding-right: 95px;
  }

  .mt_lg--95 {
    margin-top: 95px !important;
  }

  .mb_lg--95 {
    margin-bottom: 95px !important;
  }

  .ptb_lg--100 {
    padding: 100px 0;
  }

  .plr_lg--100 {
    padding: 0 100px;
  }

  .pt_lg--100 {
    padding-top: 100px;
  }

  .pb_lg--100 {
    padding-bottom: 100px;
  }

  .pl_lg--100 {
    padding-left: 100px;
  }

  .pr_lg--100 {
    padding-right: 100px;
  }

  .mt_lg--100 {
    margin-top: 100px !important;
  }

  .mb_lg--100 {
    margin-bottom: 100px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ptb_md--0 {
    padding: 0;
  }

  .pl_md--0 {
    padding-left: 0;
  }

  .pr_md--0 {
    padding-right: 0;
  }

  .pt_md--0 {
    padding-top: 0;
  }

  .pb_md--0 {
    padding-bottom: 0;
  }

  .mr_md--0 {
    margin-right: 0;
  }

  .ml_md--0 {
    margin-left: 0;
  }

  .mt_md--0 {
    margin-top: 0;
  }

  .mb_md--0 {
    margin-bottom: 0;
  }

  .ptb_md--250 {
    padding: 250px 0;
  }

  .ptb_md--5 {
    padding: 5px 0 !important;
  }

  .plr_md--5 {
    padding: 0 5px !important;
  }

  .pt_md--5 {
    padding-top: 5px !important;
  }

  .pb_md--5 {
    padding-bottom: 5px !important;
  }

  .pl_md--5 {
    padding-left: 5px !important;
  }

  .pr_md--5 {
    padding-right: 5px !important;
  }

  .mt_md--5 {
    margin-top: 5px !important;
  }

  .mb_md--5 {
    margin-bottom: 5px !important;
  }

  .ptb_md--10 {
    padding: 10px 0 !important;
  }

  .plr_md--10 {
    padding: 0 10px !important;
  }

  .pt_md--10 {
    padding-top: 10px !important;
  }

  .pb_md--10 {
    padding-bottom: 10px !important;
  }

  .pl_md--10 {
    padding-left: 10px !important;
  }

  .pr_md--10 {
    padding-right: 10px !important;
  }

  .mt_md--10 {
    margin-top: 10px !important;
  }

  .mb_md--10 {
    margin-bottom: 10px !important;
  }

  .ptb_md--15 {
    padding: 15px 0 !important;
  }

  .plr_md--15 {
    padding: 0 15px !important;
  }

  .pt_md--15 {
    padding-top: 15px !important;
  }

  .pb_md--15 {
    padding-bottom: 15px !important;
  }

  .pl_md--15 {
    padding-left: 15px !important;
  }

  .pr_md--15 {
    padding-right: 15px !important;
  }

  .mt_md--15 {
    margin-top: 15px !important;
  }

  .mb_md--15 {
    margin-bottom: 15px !important;
  }

  .ptb_md--20 {
    padding: 20px 0 !important;
  }

  .plr_md--20 {
    padding: 0 20px !important;
  }

  .pt_md--20 {
    padding-top: 20px !important;
  }

  .pb_md--20 {
    padding-bottom: 20px !important;
  }

  .pl_md--20 {
    padding-left: 20px !important;
  }

  .pr_md--20 {
    padding-right: 20px !important;
  }

  .mt_md--20 {
    margin-top: 20px !important;
  }

  .mb_md--20 {
    margin-bottom: 20px !important;
  }

  .ptb_md--25 {
    padding: 25px 0 !important;
  }

  .plr_md--25 {
    padding: 0 25px !important;
  }

  .pt_md--25 {
    padding-top: 25px !important;
  }

  .pb_md--25 {
    padding-bottom: 25px !important;
  }

  .pl_md--25 {
    padding-left: 25px !important;
  }

  .pr_md--25 {
    padding-right: 25px !important;
  }

  .mt_md--25 {
    margin-top: 25px !important;
  }

  .mb_md--25 {
    margin-bottom: 25px !important;
  }

  .ptb_md--30 {
    padding: 30px 0 !important;
  }

  .plr_md--30 {
    padding: 0 30px !important;
  }

  .pt_md--30 {
    padding-top: 30px !important;
  }

  .pb_md--30 {
    padding-bottom: 30px !important;
  }

  .pl_md--30 {
    padding-left: 30px !important;
  }

  .pr_md--30 {
    padding-right: 30px !important;
  }

  .mt_md--30 {
    margin-top: 30px !important;
  }

  .mb_md--30 {
    margin-bottom: 30px !important;
  }

  .ptb_md--35 {
    padding: 35px 0 !important;
  }

  .plr_md--35 {
    padding: 0 35px !important;
  }

  .pt_md--35 {
    padding-top: 35px !important;
  }

  .pb_md--35 {
    padding-bottom: 35px !important;
  }

  .pl_md--35 {
    padding-left: 35px !important;
  }

  .pr_md--35 {
    padding-right: 35px !important;
  }

  .mt_md--35 {
    margin-top: 35px !important;
  }

  .mb_md--35 {
    margin-bottom: 35px !important;
  }

  .ptb_md--40 {
    padding: 40px 0 !important;
  }

  .plr_md--40 {
    padding: 0 40px !important;
  }

  .pt_md--40 {
    padding-top: 40px !important;
  }

  .pb_md--40 {
    padding-bottom: 40px !important;
  }

  .pl_md--40 {
    padding-left: 40px !important;
  }

  .pr_md--40 {
    padding-right: 40px !important;
  }

  .mt_md--40 {
    margin-top: 40px !important;
  }

  .mb_md--40 {
    margin-bottom: 40px !important;
  }

  .ptb_md--45 {
    padding: 45px 0 !important;
  }

  .plr_md--45 {
    padding: 0 45px !important;
  }

  .pt_md--45 {
    padding-top: 45px !important;
  }

  .pb_md--45 {
    padding-bottom: 45px !important;
  }

  .pl_md--45 {
    padding-left: 45px !important;
  }

  .pr_md--45 {
    padding-right: 45px !important;
  }

  .mt_md--45 {
    margin-top: 45px !important;
  }

  .mb_md--45 {
    margin-bottom: 45px !important;
  }

  .ptb_md--50 {
    padding: 50px 0 !important;
  }

  .plr_md--50 {
    padding: 0 50px !important;
  }

  .pt_md--50 {
    padding-top: 50px !important;
  }

  .pb_md--50 {
    padding-bottom: 50px !important;
  }

  .pl_md--50 {
    padding-left: 50px !important;
  }

  .pr_md--50 {
    padding-right: 50px !important;
  }

  .mt_md--50 {
    margin-top: 50px !important;
  }

  .mb_md--50 {
    margin-bottom: 50px !important;
  }

  .ptb_md--55 {
    padding: 55px 0 !important;
  }

  .plr_md--55 {
    padding: 0 55px !important;
  }

  .pt_md--55 {
    padding-top: 55px !important;
  }

  .pb_md--55 {
    padding-bottom: 55px !important;
  }

  .pl_md--55 {
    padding-left: 55px !important;
  }

  .pr_md--55 {
    padding-right: 55px !important;
  }

  .mt_md--55 {
    margin-top: 55px !important;
  }

  .mb_md--55 {
    margin-bottom: 55px !important;
  }

  .ptb_md--60 {
    padding: 60px 0 !important;
  }

  .plr_md--60 {
    padding: 0 60px !important;
  }

  .pt_md--60 {
    padding-top: 60px !important;
  }

  .pb_md--60 {
    padding-bottom: 60px !important;
  }

  .pl_md--60 {
    padding-left: 60px !important;
  }

  .pr_md--60 {
    padding-right: 60px !important;
  }

  .mt_md--60 {
    margin-top: 60px !important;
  }

  .mb_md--60 {
    margin-bottom: 60px !important;
  }

  .ptb_md--65 {
    padding: 65px 0 !important;
  }

  .plr_md--65 {
    padding: 0 65px !important;
  }

  .pt_md--65 {
    padding-top: 65px !important;
  }

  .pb_md--65 {
    padding-bottom: 65px !important;
  }

  .pl_md--65 {
    padding-left: 65px !important;
  }

  .pr_md--65 {
    padding-right: 65px !important;
  }

  .mt_md--65 {
    margin-top: 65px !important;
  }

  .mb_md--65 {
    margin-bottom: 65px !important;
  }

  .ptb_md--70 {
    padding: 70px 0 !important;
  }

  .plr_md--70 {
    padding: 0 70px !important;
  }

  .pt_md--70 {
    padding-top: 70px !important;
  }

  .pb_md--70 {
    padding-bottom: 70px !important;
  }

  .pl_md--70 {
    padding-left: 70px !important;
  }

  .pr_md--70 {
    padding-right: 70px !important;
  }

  .mt_md--70 {
    margin-top: 70px !important;
  }

  .mb_md--70 {
    margin-bottom: 70px !important;
  }

  .ptb_md--75 {
    padding: 75px 0 !important;
  }

  .plr_md--75 {
    padding: 0 75px !important;
  }

  .pt_md--75 {
    padding-top: 75px !important;
  }

  .pb_md--75 {
    padding-bottom: 75px !important;
  }

  .pl_md--75 {
    padding-left: 75px !important;
  }

  .pr_md--75 {
    padding-right: 75px !important;
  }

  .mt_md--75 {
    margin-top: 75px !important;
  }

  .mb_md--75 {
    margin-bottom: 75px !important;
  }

  .ptb_md--80 {
    padding: 80px 0 !important;
  }

  .plr_md--80 {
    padding: 0 80px !important;
  }

  .pt_md--80 {
    padding-top: 80px !important;
  }

  .pb_md--80 {
    padding-bottom: 80px !important;
  }

  .pl_md--80 {
    padding-left: 80px !important;
  }

  .pr_md--80 {
    padding-right: 80px !important;
  }

  .mt_md--80 {
    margin-top: 80px !important;
  }

  .mb_md--80 {
    margin-bottom: 80px !important;
  }

  .ptb_md--85 {
    padding: 85px 0 !important;
  }

  .plr_md--85 {
    padding: 0 85px !important;
  }

  .pt_md--85 {
    padding-top: 85px !important;
  }

  .pb_md--85 {
    padding-bottom: 85px !important;
  }

  .pl_md--85 {
    padding-left: 85px !important;
  }

  .pr_md--85 {
    padding-right: 85px !important;
  }

  .mt_md--85 {
    margin-top: 85px !important;
  }

  .mb_md--85 {
    margin-bottom: 85px !important;
  }

  .ptb_md--90 {
    padding: 90px 0 !important;
  }

  .plr_md--90 {
    padding: 0 90px !important;
  }

  .pt_md--90 {
    padding-top: 90px !important;
  }

  .pb_md--90 {
    padding-bottom: 90px !important;
  }

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

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

  .mt_md--90 {
    margin-top: 90px !important;
  }

  .mb_md--90 {
    margin-bottom: 90px !important;
  }

  .ptb_md--95 {
    padding: 95px 0 !important;
  }

  .plr_md--95 {
    padding: 0 95px !important;
  }

  .pt_md--95 {
    padding-top: 95px !important;
  }

  .pb_md--95 {
    padding-bottom: 95px !important;
  }

  .pl_md--95 {
    padding-left: 95px !important;
  }

  .pr_md--95 {
    padding-right: 95px !important;
  }

  .mt_md--95 {
    margin-top: 95px !important;
  }

  .mb_md--95 {
    margin-bottom: 95px !important;
  }

  .ptb_md--100 {
    padding: 100px 0 !important;
  }

  .plr_md--100 {
    padding: 0 100px !important;
  }

  .pt_md--100 {
    padding-top: 100px !important;
  }

  .pb_md--100 {
    padding-bottom: 100px !important;
  }

  .pl_md--100 {
    padding-left: 100px !important;
  }

  .pr_md--100 {
    padding-right: 100px !important;
  }

  .mt_md--100 {
    margin-top: 100px !important;
  }

  .mb_md--100 {
    margin-bottom: 100px !important;
  }
}
@media only screen and (max-width: 767px) {
  .ptb_sm--250 {
    padding: 250px 0 !important;
  }

  .ptb_sm--0 {
    padding: 0 !important;
  }

  .pl_sm--0 {
    padding-left: 0 !important;
  }

  .pr_sm--0 {
    padding-right: 0 !important;
  }

  .pt_sm--0 {
    padding-top: 0 !important;
  }

  .pb_sm--0 {
    padding-bottom: 0 !important;
  }

  .mr_sm--0 {
    margin-right: 0 !important;
  }

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

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

  .mb_sm--0 {
    margin-bottom: 0 !important;
  }

  .ptb_sm--5 {
    padding: 5px 0 !important;
  }

  .plr_sm--5 {
    padding: 0 5px !important;
  }

  .pt_sm--5 {
    padding-top: 5px !important;
  }

  .pb_sm--5 {
    padding-bottom: 5px !important;
  }

  .pl_sm--5 {
    padding-left: 5px !important;
  }

  .pr_sm--5 {
    padding-right: 5px !important;
  }

  .mt_sm--5 {
    margin-top: 5px !important;
  }

  .mb_sm--5 {
    margin-bottom: 5px !important;
  }

  .ptb_sm--10 {
    padding: 10px 0 !important;
  }

  .plr_sm--10 {
    padding: 0 10px !important;
  }

  .pt_sm--10 {
    padding-top: 10px !important;
  }

  .pb_sm--10 {
    padding-bottom: 10px !important;
  }

  .pl_sm--10 {
    padding-left: 10px !important;
  }

  .pr_sm--10 {
    padding-right: 10px !important;
  }

  .mt_sm--10 {
    margin-top: 10px !important;
  }

  .mb_sm--10 {
    margin-bottom: 10px !important;
  }

  .ptb_sm--15 {
    padding: 15px 0 !important;
  }

  .plr_sm--15 {
    padding: 0 15px !important;
  }

  .pt_sm--15 {
    padding-top: 15px !important;
  }

  .pb_sm--15 {
    padding-bottom: 15px !important;
  }

  .pl_sm--15 {
    padding-left: 15px !important;
  }

  .pr_sm--15 {
    padding-right: 15px !important;
  }

  .mt_sm--15 {
    margin-top: 15px !important;
  }

  .mb_sm--15 {
    margin-bottom: 15px !important;
  }

  .ptb_sm--20 {
    padding: 20px 0 !important;
  }

  .plr_sm--20 {
    padding: 0 20px !important;
  }

  .pt_sm--20 {
    padding-top: 20px !important;
  }

  .pb_sm--20 {
    padding-bottom: 20px !important;
  }

  .pl_sm--20 {
    padding-left: 20px !important;
  }

  .pr_sm--20 {
    padding-right: 20px !important;
  }

  .mt_sm--20 {
    margin-top: 20px !important;
  }

  .mb_sm--20 {
    margin-bottom: 20px !important;
  }

  .ptb_sm--25 {
    padding: 25px 0 !important;
  }

  .plr_sm--25 {
    padding: 0 25px !important;
  }

  .pt_sm--25 {
    padding-top: 25px !important;
  }

  .pb_sm--25 {
    padding-bottom: 25px !important;
  }

  .pl_sm--25 {
    padding-left: 25px !important;
  }

  .pr_sm--25 {
    padding-right: 25px !important;
  }

  .mt_sm--25 {
    margin-top: 25px !important;
  }

  .mb_sm--25 {
    margin-bottom: 25px !important;
  }

  .ptb_sm--30 {
    padding: 30px 0 !important;
  }

  .plr_sm--30 {
    padding: 0 30px !important;
  }

  .pt_sm--30 {
    padding-top: 30px !important;
  }

  .pb_sm--30 {
    padding-bottom: 30px !important;
  }

  .pl_sm--30 {
    padding-left: 30px !important;
  }

  .pr_sm--30 {
    padding-right: 30px !important;
  }

  .mt_sm--30 {
    margin-top: 30px !important;
  }

  .mb_sm--30 {
    margin-bottom: 30px !important;
  }

  .ptb_sm--35 {
    padding: 35px 0 !important;
  }

  .plr_sm--35 {
    padding: 0 35px !important;
  }

  .pt_sm--35 {
    padding-top: 35px !important;
  }

  .pb_sm--35 {
    padding-bottom: 35px !important;
  }

  .pl_sm--35 {
    padding-left: 35px !important;
  }

  .pr_sm--35 {
    padding-right: 35px !important;
  }

  .mt_sm--35 {
    margin-top: 35px !important;
  }

  .mb_sm--35 {
    margin-bottom: 35px !important;
  }

  .ptb_sm--40 {
    padding: 40px 0 !important;
  }

  .plr_sm--40 {
    padding: 0 40px !important;
  }

  .pt_sm--40 {
    padding-top: 40px !important;
  }

  .pb_sm--40 {
    padding-bottom: 40px !important;
  }

  .pl_sm--40 {
    padding-left: 40px !important;
  }

  .pr_sm--40 {
    padding-right: 40px !important;
  }

  .mt_sm--40 {
    margin-top: 40px !important;
  }

  .mb_sm--40 {
    margin-bottom: 40px !important;
  }

  .ptb_sm--45 {
    padding: 45px 0 !important;
  }

  .plr_sm--45 {
    padding: 0 45px !important;
  }

  .pt_sm--45 {
    padding-top: 45px !important;
  }

  .pb_sm--45 {
    padding-bottom: 45px !important;
  }

  .pl_sm--45 {
    padding-left: 45px !important;
  }

  .pr_sm--45 {
    padding-right: 45px !important;
  }

  .mt_sm--45 {
    margin-top: 45px !important;
  }

  .mb_sm--45 {
    margin-bottom: 45px !important;
  }

  .ptb_sm--50 {
    padding: 50px 0 !important;
  }

  .plr_sm--50 {
    padding: 0 50px !important;
  }

  .pt_sm--50 {
    padding-top: 50px !important;
  }

  .pb_sm--50 {
    padding-bottom: 50px !important;
  }

  .pl_sm--50 {
    padding-left: 50px !important;
  }

  .pr_sm--50 {
    padding-right: 50px !important;
  }

  .mt_sm--50 {
    margin-top: 50px !important;
  }

  .mb_sm--50 {
    margin-bottom: 50px !important;
  }

  .ptb_sm--55 {
    padding: 55px 0 !important;
  }

  .plr_sm--55 {
    padding: 0 55px !important;
  }

  .pt_sm--55 {
    padding-top: 55px !important;
  }

  .pb_sm--55 {
    padding-bottom: 55px !important;
  }

  .pl_sm--55 {
    padding-left: 55px !important;
  }

  .pr_sm--55 {
    padding-right: 55px !important;
  }

  .mt_sm--55 {
    margin-top: 55px !important;
  }

  .mb_sm--55 {
    margin-bottom: 55px !important;
  }

  .ptb_sm--60 {
    padding: 60px 0 !important;
  }

  .plr_sm--60 {
    padding: 0 60px !important;
  }

  .pt_sm--60 {
    padding-top: 60px !important;
  }

  .pb_sm--60 {
    padding-bottom: 60px !important;
  }

  .pl_sm--60 {
    padding-left: 60px !important;
  }

  .pr_sm--60 {
    padding-right: 60px !important;
  }

  .mt_sm--60 {
    margin-top: 60px !important;
  }

  .mb_sm--60 {
    margin-bottom: 60px !important;
  }

  .ptb_sm--65 {
    padding: 65px 0 !important;
  }

  .plr_sm--65 {
    padding: 0 65px !important;
  }

  .pt_sm--65 {
    padding-top: 65px !important;
  }

  .pb_sm--65 {
    padding-bottom: 65px !important;
  }

  .pl_sm--65 {
    padding-left: 65px !important;
  }

  .pr_sm--65 {
    padding-right: 65px !important;
  }

  .mt_sm--65 {
    margin-top: 65px !important;
  }

  .mb_sm--65 {
    margin-bottom: 65px !important;
  }

  .ptb_sm--70 {
    padding: 70px 0 !important;
  }

  .plr_sm--70 {
    padding: 0 70px !important;
  }

  .pt_sm--70 {
    padding-top: 70px !important;
  }

  .pb_sm--70 {
    padding-bottom: 70px !important;
  }

  .pl_sm--70 {
    padding-left: 70px !important;
  }

  .pr_sm--70 {
    padding-right: 70px !important;
  }

  .mt_sm--70 {
    margin-top: 70px !important;
  }

  .mb_sm--70 {
    margin-bottom: 70px !important;
  }

  .ptb_sm--75 {
    padding: 75px 0 !important;
  }

  .plr_sm--75 {
    padding: 0 75px !important;
  }

  .pt_sm--75 {
    padding-top: 75px !important;
  }

  .pb_sm--75 {
    padding-bottom: 75px !important;
  }

  .pl_sm--75 {
    padding-left: 75px !important;
  }

  .pr_sm--75 {
    padding-right: 75px !important;
  }

  .mt_sm--75 {
    margin-top: 75px !important;
  }

  .mb_sm--75 {
    margin-bottom: 75px !important;
  }

  .ptb_sm--80 {
    padding: 80px 0 !important;
  }

  .plr_sm--80 {
    padding: 0 80px !important;
  }

  .pt_sm--80 {
    padding-top: 80px !important;
  }

  .pb_sm--80 {
    padding-bottom: 80px !important;
  }

  .pl_sm--80 {
    padding-left: 80px !important;
  }

  .pr_sm--80 {
    padding-right: 80px !important;
  }

  .mt_sm--80 {
    margin-top: 80px !important;
  }

  .mb_sm--80 {
    margin-bottom: 80px !important;
  }

  .ptb_sm--85 {
    padding: 85px 0 !important;
  }

  .plr_sm--85 {
    padding: 0 85px !important;
  }

  .pt_sm--85 {
    padding-top: 85px !important;
  }

  .pb_sm--85 {
    padding-bottom: 85px !important;
  }

  .pl_sm--85 {
    padding-left: 85px !important;
  }

  .pr_sm--85 {
    padding-right: 85px !important;
  }

  .mt_sm--85 {
    margin-top: 85px !important;
  }

  .mb_sm--85 {
    margin-bottom: 85px !important;
  }

  .ptb_sm--90 {
    padding: 90px 0 !important;
  }

  .plr_sm--90 {
    padding: 0 90px !important;
  }

  .pt_sm--90 {
    padding-top: 90px !important;
  }

  .pb_sm--90 {
    padding-bottom: 90px !important;
  }

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

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

  .mt_sm--90 {
    margin-top: 90px !important;
  }

  .mb_sm--90 {
    margin-bottom: 90px !important;
  }

  .ptb_sm--95 {
    padding: 95px 0 !important;
  }

  .plr_sm--95 {
    padding: 0 95px !important;
  }

  .pt_sm--95 {
    padding-top: 95px !important;
  }

  .pb_sm--95 {
    padding-bottom: 95px !important;
  }

  .pl_sm--95 {
    padding-left: 95px !important;
  }

  .pr_sm--95 {
    padding-right: 95px !important;
  }

  .mt_sm--95 {
    margin-top: 95px !important;
  }

  .mb_sm--95 {
    margin-bottom: 95px !important;
  }

  .ptb_sm--100 {
    padding: 100px 0 !important;
  }

  .plr_sm--100 {
    padding: 0 100px !important;
  }

  .pt_sm--100 {
    padding-top: 100px !important;
  }

  .pb_sm--100 {
    padding-bottom: 100px !important;
  }

  .pl_sm--100 {
    padding-left: 100px !important;
  }

  .pr_sm--100 {
    padding-right: 100px !important;
  }

  .mt_sm--100 {
    margin-top: 100px !important;
  }

  .mb_sm--100 {
    margin-bottom: 100px !important;
  }

  .pl_sm--0 {
    padding-left: 0;
  }

  .pr_sm--0 {
    padding-right: 0;
  }

  .pt_sm--0 {
    padding-top: 0;
  }

  .pb_sm--0 {
    padding-bottom: 0;
  }

  .mr_sm--0 {
    margin-right: 0;
  }

  .ml_sm--0 {
    margin-left: 0;
  }

  .mt_sm--0 {
    margin-top: 0;
  }

  .mb_sm--0 {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 575px) {
  .ptb_mobile--5 {
    padding: 5px 0 !important;
  }

  .plr_mobile--5 {
    padding: 0 5px !important;
  }

  .pt_mobile--5 {
    padding-top: 5px !important;
  }

  .pb_mobile--5 {
    padding-bottom: 5px !important;
  }

  .pl_mobile--5 {
    padding-left: 5px !important;
  }

  .pr_mobile--5 {
    padding-right: 5px !important;
  }

  .mt_mobile--5 {
    margin-top: 5px !important;
  }

  .mb_mobile--5 {
    margin-bottom: 5px !important;
  }

  .ptb_mobile--10 {
    padding: 10px 0 !important;
  }

  .plr_mobile--10 {
    padding: 0 10px !important;
  }

  .pt_mobile--10 {
    padding-top: 10px !important;
  }

  .pb_mobile--10 {
    padding-bottom: 10px !important;
  }

  .pl_mobile--10 {
    padding-left: 10px !important;
  }

  .pr_mobile--10 {
    padding-right: 10px !important;
  }

  .mt_mobile--10 {
    margin-top: 10px !important;
  }

  .mb_mobile--10 {
    margin-bottom: 10px !important;
  }

  .ptb_mobile--15 {
    padding: 15px 0 !important;
  }

  .plr_mobile--15 {
    padding: 0 15px !important;
  }

  .pt_mobile--15 {
    padding-top: 15px !important;
  }

  .pb_mobile--15 {
    padding-bottom: 15px !important;
  }

  .pl_mobile--15 {
    padding-left: 15px !important;
  }

  .pr_mobile--15 {
    padding-right: 15px !important;
  }

  .mt_mobile--15 {
    margin-top: 15px !important;
  }

  .mb_mobile--15 {
    margin-bottom: 15px !important;
  }

  .ptb_mobile--20 {
    padding: 20px 0 !important;
  }

  .plr_mobile--20 {
    padding: 0 20px !important;
  }

  .pt_mobile--20 {
    padding-top: 20px !important;
  }

  .pb_mobile--20 {
    padding-bottom: 20px !important;
  }

  .pl_mobile--20 {
    padding-left: 20px !important;
  }

  .pr_mobile--20 {
    padding-right: 20px !important;
  }

  .mt_mobile--20 {
    margin-top: 20px !important;
  }

  .mb_mobile--20 {
    margin-bottom: 20px !important;
  }

  .ptb_mobile--25 {
    padding: 25px 0 !important;
  }

  .plr_mobile--25 {
    padding: 0 25px !important;
  }

  .pt_mobile--25 {
    padding-top: 25px !important;
  }

  .pb_mobile--25 {
    padding-bottom: 25px !important;
  }

  .pl_mobile--25 {
    padding-left: 25px !important;
  }

  .pr_mobile--25 {
    padding-right: 25px !important;
  }

  .mt_mobile--25 {
    margin-top: 25px !important;
  }

  .mb_mobile--25 {
    margin-bottom: 25px !important;
  }

  .ptb_mobile--30 {
    padding: 30px 0 !important;
  }

  .plr_mobile--30 {
    padding: 0 30px !important;
  }

  .pt_mobile--30 {
    padding-top: 30px !important;
  }

  .pb_mobile--30 {
    padding-bottom: 30px !important;
  }

  .pl_mobile--30 {
    padding-left: 30px !important;
  }

  .pr_mobile--30 {
    padding-right: 30px !important;
  }

  .mt_mobile--30 {
    margin-top: 30px !important;
  }

  .mb_mobile--30 {
    margin-bottom: 30px !important;
  }

  .ptb_mobile--35 {
    padding: 35px 0 !important;
  }

  .plr_mobile--35 {
    padding: 0 35px !important;
  }

  .pt_mobile--35 {
    padding-top: 35px !important;
  }

  .pb_mobile--35 {
    padding-bottom: 35px !important;
  }

  .pl_mobile--35 {
    padding-left: 35px !important;
  }

  .pr_mobile--35 {
    padding-right: 35px !important;
  }

  .mt_mobile--35 {
    margin-top: 35px !important;
  }

  .mb_mobile--35 {
    margin-bottom: 35px !important;
  }

  .ptb_mobile--40 {
    padding: 40px 0 !important;
  }

  .plr_mobile--40 {
    padding: 0 40px !important;
  }

  .pt_mobile--40 {
    padding-top: 40px !important;
  }

  .pb_mobile--40 {
    padding-bottom: 40px !important;
  }

  .pl_mobile--40 {
    padding-left: 40px !important;
  }

  .pr_mobile--40 {
    padding-right: 40px !important;
  }

  .mt_mobile--40 {
    margin-top: 40px !important;
  }

  .mb_mobile--40 {
    margin-bottom: 40px !important;
  }

  .ptb_mobile--45 {
    padding: 45px 0 !important;
  }

  .plr_mobile--45 {
    padding: 0 45px !important;
  }

  .pt_mobile--45 {
    padding-top: 45px !important;
  }

  .pb_mobile--45 {
    padding-bottom: 45px !important;
  }

  .pl_mobile--45 {
    padding-left: 45px !important;
  }

  .pr_mobile--45 {
    padding-right: 45px !important;
  }

  .mt_mobile--45 {
    margin-top: 45px !important;
  }

  .mb_mobile--45 {
    margin-bottom: 45px !important;
  }

  .ptb_mobile--50 {
    padding: 50px 0 !important;
  }

  .plr_mobile--50 {
    padding: 0 50px !important;
  }

  .pt_mobile--50 {
    padding-top: 50px !important;
  }

  .pb_mobile--50 {
    padding-bottom: 50px !important;
  }

  .pl_mobile--50 {
    padding-left: 50px !important;
  }

  .pr_mobile--50 {
    padding-right: 50px !important;
  }

  .mt_mobile--50 {
    margin-top: 50px !important;
  }

  .mb_mobile--50 {
    margin-bottom: 50px !important;
  }

  .ptb_mobile--55 {
    padding: 55px 0 !important;
  }

  .plr_mobile--55 {
    padding: 0 55px !important;
  }

  .pt_mobile--55 {
    padding-top: 55px !important;
  }

  .pb_mobile--55 {
    padding-bottom: 55px !important;
  }

  .pl_mobile--55 {
    padding-left: 55px !important;
  }

  .pr_mobile--55 {
    padding-right: 55px !important;
  }

  .mt_mobile--55 {
    margin-top: 55px !important;
  }

  .mb_mobile--55 {
    margin-bottom: 55px !important;
  }

  .ptb_mobile--60 {
    padding: 60px 0 !important;
  }

  .plr_mobile--60 {
    padding: 0 60px !important;
  }

  .pt_mobile--60 {
    padding-top: 60px !important;
  }

  .pb_mobile--60 {
    padding-bottom: 60px !important;
  }

  .pl_mobile--60 {
    padding-left: 60px !important;
  }

  .pr_mobile--60 {
    padding-right: 60px !important;
  }

  .mt_mobile--60 {
    margin-top: 60px !important;
  }

  .mb_mobile--60 {
    margin-bottom: 60px !important;
  }

  .ptb_mobile--65 {
    padding: 65px 0 !important;
  }

  .plr_mobile--65 {
    padding: 0 65px !important;
  }

  .pt_mobile--65 {
    padding-top: 65px !important;
  }

  .pb_mobile--65 {
    padding-bottom: 65px !important;
  }

  .pl_mobile--65 {
    padding-left: 65px !important;
  }

  .pr_mobile--65 {
    padding-right: 65px !important;
  }

  .mt_mobile--65 {
    margin-top: 65px !important;
  }

  .mb_mobile--65 {
    margin-bottom: 65px !important;
  }

  .ptb_mobile--70 {
    padding: 70px 0 !important;
  }

  .plr_mobile--70 {
    padding: 0 70px !important;
  }

  .pt_mobile--70 {
    padding-top: 70px !important;
  }

  .pb_mobile--70 {
    padding-bottom: 70px !important;
  }

  .pl_mobile--70 {
    padding-left: 70px !important;
  }

  .pr_mobile--70 {
    padding-right: 70px !important;
  }

  .mt_mobile--70 {
    margin-top: 70px !important;
  }

  .mb_mobile--70 {
    margin-bottom: 70px !important;
  }

  .ptb_mobile--75 {
    padding: 75px 0 !important;
  }

  .plr_mobile--75 {
    padding: 0 75px !important;
  }

  .pt_mobile--75 {
    padding-top: 75px !important;
  }

  .pb_mobile--75 {
    padding-bottom: 75px !important;
  }

  .pl_mobile--75 {
    padding-left: 75px !important;
  }

  .pr_mobile--75 {
    padding-right: 75px !important;
  }

  .mt_mobile--75 {
    margin-top: 75px !important;
  }

  .mb_mobile--75 {
    margin-bottom: 75px !important;
  }

  .ptb_mobile--80 {
    padding: 80px 0 !important;
  }

  .plr_mobile--80 {
    padding: 0 80px !important;
  }

  .pt_mobile--80 {
    padding-top: 80px !important;
  }

  .pb_mobile--80 {
    padding-bottom: 80px !important;
  }

  .pl_mobile--80 {
    padding-left: 80px !important;
  }

  .pr_mobile--80 {
    padding-right: 80px !important;
  }

  .mt_mobile--80 {
    margin-top: 80px !important;
  }

  .mb_mobile--80 {
    margin-bottom: 80px !important;
  }

  .ptb_mobile--85 {
    padding: 85px 0 !important;
  }

  .plr_mobile--85 {
    padding: 0 85px !important;
  }

  .pt_mobile--85 {
    padding-top: 85px !important;
  }

  .pb_mobile--85 {
    padding-bottom: 85px !important;
  }

  .pl_mobile--85 {
    padding-left: 85px !important;
  }

  .pr_mobile--85 {
    padding-right: 85px !important;
  }

  .mt_mobile--85 {
    margin-top: 85px !important;
  }

  .mb_mobile--85 {
    margin-bottom: 85px !important;
  }

  .ptb_mobile--90 {
    padding: 90px 0 !important;
  }

  .plr_mobile--90 {
    padding: 0 90px !important;
  }

  .pt_mobile--90 {
    padding-top: 90px !important;
  }

  .pb_mobile--90 {
    padding-bottom: 90px !important;
  }

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

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

  .mt_mobile--90 {
    margin-top: 90px !important;
  }

  .mb_mobile--90 {
    margin-bottom: 90px !important;
  }

  .ptb_mobile--95 {
    padding: 95px 0 !important;
  }

  .plr_mobile--95 {
    padding: 0 95px !important;
  }

  .pt_mobile--95 {
    padding-top: 95px !important;
  }

  .pb_mobile--95 {
    padding-bottom: 95px !important;
  }

  .pl_mobile--95 {
    padding-left: 95px !important;
  }

  .pr_mobile--95 {
    padding-right: 95px !important;
  }

  .mt_mobile--95 {
    margin-top: 95px !important;
  }

  .mb_mobile--95 {
    margin-bottom: 95px !important;
  }

  .ptb_mobile--100 {
    padding: 100px 0 !important;
  }

  .plr_mobile--100 {
    padding: 0 100px !important;
  }

  .pt_mobile--100 {
    padding-top: 100px !important;
  }

  .pb_mobile--100 {
    padding-bottom: 100px !important;
  }

  .pl_mobile--100 {
    padding-left: 100px !important;
  }

  .pr_mobile--100 {
    padding-right: 100px !important;
  }

  .mt_mobile--100 {
    margin-top: 100px !important;
  }

  .mb_mobile--100 {
    margin-bottom: 100px !important;
  }
}
.slick-gutter-5 {
  margin-left: -5px;
  margin-right: -5px;
}
.slick-gutter-5 .slick-slide {
  padding-left: 5px;
  padding-right: 5px;
}

.slick-gutter-10 {
  margin-left: -10px;
  margin-right: -10px;
}
.slick-gutter-10 .slick-slide {
  padding-left: 10px;
  padding-right: 10px;
}

.slick-gutter-15 {
  margin-left: -15px;
  margin-right: -15px;
}
.slick-gutter-15 .slick-slide {
  padding-left: 15px;
  padding-right: 15px;
}

.slick-gutter-20 {
  margin-left: -20px;
  margin-right: -20px;
}
.slick-gutter-20 .slick-slide {
  padding-left: 20px;
  padding-right: 20px;
}

.slick-gutter-25 {
  margin-left: -25px;
  margin-right: -25px;
}
.slick-gutter-25 .slick-slide {
  padding-left: 25px;
  padding-right: 25px;
}

.slick-gutter-30 {
  margin-left: -30px;
  margin-right: -30px;
}
.slick-gutter-30 .slick-slide {
  padding-left: 30px;
  padding-right: 30px;
}

.slick-gutter-35 {
  margin-left: -35px;
  margin-right: -35px;
}
.slick-gutter-35 .slick-slide {
  padding-left: 35px;
  padding-right: 35px;
}

.slick-gutter-40 {
  margin-left: -40px;
  margin-right: -40px;
}
.slick-gutter-40 .slick-slide {
  padding-left: 40px;
  padding-right: 40px;
}

.slick-gutter-45 {
  margin-left: -45px;
  margin-right: -45px;
}
.slick-gutter-45 .slick-slide {
  padding-left: 45px;
  padding-right: 45px;
}

.slick-gutter-50 {
  margin-left: -50px;
  margin-right: -50px;
}
.slick-gutter-50 .slick-slide {
  padding-left: 50px;
  padding-right: 50px;
}

.slick-gutter-55 {
  margin-left: -55px;
  margin-right: -55px;
}
.slick-gutter-55 .slick-slide {
  padding-left: 55px;
  padding-right: 55px;
}

.slick-gutter-60 {
  margin-left: -60px;
  margin-right: -60px;
}
.slick-gutter-60 .slick-slide {
  padding-left: 60px;
  padding-right: 60px;
}

.slick-gutter-65 {
  margin-left: -65px;
  margin-right: -65px;
}
.slick-gutter-65 .slick-slide {
  padding-left: 65px;
  padding-right: 65px;
}

.slick-gutter-70 {
  margin-left: -70px;
  margin-right: -70px;
}
.slick-gutter-70 .slick-slide {
  padding-left: 70px;
  padding-right: 70px;
}

.slick-gutter-75 {
  margin-left: -75px;
  margin-right: -75px;
}
.slick-gutter-75 .slick-slide {
  padding-left: 75px;
  padding-right: 75px;
}

.slick-gutter-80 {
  margin-left: -80px;
  margin-right: -80px;
}
.slick-gutter-80 .slick-slide {
  padding-left: 80px;
  padding-right: 80px;
}

.slick-gutter-85 {
  margin-left: -85px;
  margin-right: -85px;
}
.slick-gutter-85 .slick-slide {
  padding-left: 85px;
  padding-right: 85px;
}

.slick-gutter-90 {
  margin-left: -90px;
  margin-right: -90px;
}
.slick-gutter-90 .slick-slide {
  padding-left: 90px;
  padding-right: 90px;
}

.slick-gutter-95 {
  margin-left: -95px;
  margin-right: -95px;
}
.slick-gutter-95 .slick-slide {
  padding-left: 95px;
  padding-right: 95px;
}

.slick-gutter-100 {
  margin-left: -100px;
  margin-right: -100px;
}
.slick-gutter-100 .slick-slide {
  padding-left: 100px;
  padding-right: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ptb--110 {
    padding: 80px 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .ptb--110 {
    padding: 80px 0 !important;
  }
}

/* ========= Forms Styles ========= */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

input,
select,
textarea {
  width: 100%;
  transition: 0.3s;
}

input {
  height: 40px;
  padding: 0 15px;
}

select {
  transition: 0.3s;
  height: 55px;
  padding: 10px 20px;
  outline: none;
  color: var(--color-gray);
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: var(--border-width) solid var(--color-border);
  border-radius: var(--radius-small);
  background: url(../images/icons/arrow-icon.png) 98% center no-repeat transparent;
  font-size: 16px;
  line-height: 29px;
  font-weight: 400;
  padding-right: 30px;
}

input[type=text],
input[type=password],
input[type=email],
input[type=number],
input[type=tel],
textarea {
  font-size: 16px;
  font-weight: 400;
  height: auto;
  line-height: 28px;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0 15px;
  outline: none;
  border: var(--border-width) solid var(--color-border);
  border-radius: var(--radius);
  /* -- Placeholder -- */
}
input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=email]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
textarea::placeholder {
  color: var(--color-gray);
  /* Firefox */
  opacity: 1;
}
input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--color-gray);
  opacity: 1;
}
input[type=text]::-ms-input-placeholder,
input[type=password]::-ms-input-placeholder,
input[type=email]::-ms-input-placeholder,
input[type=number]::-ms-input-placeholder,
input[type=tel]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--color-gray);
  opacity: 1;
}
input[type=text].p-holder__active, .input-active input[type=text], input[type=text].input-active,
input[type=password].p-holder__active,
.input-active input[type=password],
input[type=password].input-active,
input[type=email].p-holder__active,
.input-active input[type=email],
input[type=email].input-active,
input[type=number].p-holder__active,
.input-active input[type=number],
input[type=number].input-active,
input[type=tel].p-holder__active,
.input-active input[type=tel],
input[type=tel].input-active,
textarea.p-holder__active,
textarea.input-active {
  border-color: var(--color-primary);
  /* -- Placeholder -- */
}
input[type=text].p-holder__active::placeholder, .input-active input[type=text]::placeholder, input[type=text].input-active::placeholder,
input[type=password].p-holder__active::placeholder,
.input-active input[type=password]::placeholder,
input[type=password].input-active::placeholder,
input[type=email].p-holder__active::placeholder,
.input-active input[type=email]::placeholder,
input[type=email].input-active::placeholder,
input[type=number].p-holder__active::placeholder,
.input-active input[type=number]::placeholder,
input[type=number].input-active::placeholder,
input[type=tel].p-holder__active::placeholder,
.input-active input[type=tel]::placeholder,
input[type=tel].input-active::placeholder,
textarea.p-holder__active::placeholder,
textarea.input-active::placeholder {
  color: var(--color-primary);
  /* Firefox */
  opacity: 1;
}
input[type=text].p-holder__active:-ms-input-placeholder, .input-active input[type=text]:-ms-input-placeholder, input[type=text].input-active:-ms-input-placeholder,
input[type=password].p-holder__active:-ms-input-placeholder,
.input-active input[type=password]:-ms-input-placeholder,
input[type=password].input-active:-ms-input-placeholder,
input[type=email].p-holder__active:-ms-input-placeholder,
.input-active input[type=email]:-ms-input-placeholder,
input[type=email].input-active:-ms-input-placeholder,
input[type=number].p-holder__active:-ms-input-placeholder,
.input-active input[type=number]:-ms-input-placeholder,
input[type=number].input-active:-ms-input-placeholder,
input[type=tel].p-holder__active:-ms-input-placeholder,
.input-active input[type=tel]:-ms-input-placeholder,
input[type=tel].input-active:-ms-input-placeholder,
textarea.p-holder__active:-ms-input-placeholder,
textarea.input-active:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--color-primary);
}
input[type=text].p-holder__active::-ms-input-placeholder, .input-active input[type=text]::-ms-input-placeholder, input[type=text].input-active::-ms-input-placeholder,
input[type=password].p-holder__active::-ms-input-placeholder,
.input-active input[type=password]::-ms-input-placeholder,
input[type=password].input-active::-ms-input-placeholder,
input[type=email].p-holder__active::-ms-input-placeholder,
.input-active input[type=email]::-ms-input-placeholder,
input[type=email].input-active::-ms-input-placeholder,
input[type=number].p-holder__active::-ms-input-placeholder,
.input-active input[type=number]::-ms-input-placeholder,
input[type=number].input-active::-ms-input-placeholder,
input[type=tel].p-holder__active::-ms-input-placeholder,
.input-active input[type=tel]::-ms-input-placeholder,
input[type=tel].input-active::-ms-input-placeholder,
textarea.p-holder__active::-ms-input-placeholder,
textarea.input-active::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--color-primary);
}
input[type=text].p-holder__error, .input-error input[type=text], input[type=text].input-error,
input[type=password].p-holder__error,
.input-error input[type=password],
input[type=password].input-error,
input[type=email].p-holder__error,
.input-error input[type=email],
input[type=email].input-error,
input[type=number].p-holder__error,
.input-error input[type=number],
input[type=number].input-error,
input[type=tel].p-holder__error,
.input-error input[type=tel],
input[type=tel].input-error,
textarea.p-holder__error,
textarea.input-error {
  border-color: #f4282d;
  /* -- Placeholder -- */
}
input[type=text].p-holder__error::placeholder, .input-error input[type=text]::placeholder, input[type=text].input-error::placeholder,
input[type=password].p-holder__error::placeholder,
.input-error input[type=password]::placeholder,
input[type=password].input-error::placeholder,
input[type=email].p-holder__error::placeholder,
.input-error input[type=email]::placeholder,
input[type=email].input-error::placeholder,
input[type=number].p-holder__error::placeholder,
.input-error input[type=number]::placeholder,
input[type=number].input-error::placeholder,
input[type=tel].p-holder__error::placeholder,
.input-error input[type=tel]::placeholder,
input[type=tel].input-error::placeholder,
textarea.p-holder__error::placeholder,
textarea.input-error::placeholder {
  color: #f4282d;
  /* Firefox */
  opacity: 1;
}
input[type=text].p-holder__error:-ms-input-placeholder, .input-error input[type=text]:-ms-input-placeholder, input[type=text].input-error:-ms-input-placeholder,
input[type=password].p-holder__error:-ms-input-placeholder,
.input-error input[type=password]:-ms-input-placeholder,
input[type=password].input-error:-ms-input-placeholder,
input[type=email].p-holder__error:-ms-input-placeholder,
.input-error input[type=email]:-ms-input-placeholder,
input[type=email].input-error:-ms-input-placeholder,
input[type=number].p-holder__error:-ms-input-placeholder,
.input-error input[type=number]:-ms-input-placeholder,
input[type=number].input-error:-ms-input-placeholder,
input[type=tel].p-holder__error:-ms-input-placeholder,
.input-error input[type=tel]:-ms-input-placeholder,
input[type=tel].input-error:-ms-input-placeholder,
textarea.p-holder__error:-ms-input-placeholder,
textarea.input-error:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #f4282d;
}
input[type=text].p-holder__error::-ms-input-placeholder, .input-error input[type=text]::-ms-input-placeholder, input[type=text].input-error::-ms-input-placeholder,
input[type=password].p-holder__error::-ms-input-placeholder,
.input-error input[type=password]::-ms-input-placeholder,
input[type=password].input-error::-ms-input-placeholder,
input[type=email].p-holder__error::-ms-input-placeholder,
.input-error input[type=email]::-ms-input-placeholder,
input[type=email].input-error::-ms-input-placeholder,
input[type=number].p-holder__error::-ms-input-placeholder,
.input-error input[type=number]::-ms-input-placeholder,
input[type=number].input-error::-ms-input-placeholder,
input[type=tel].p-holder__error::-ms-input-placeholder,
.input-error input[type=tel]::-ms-input-placeholder,
input[type=tel].input-error::-ms-input-placeholder,
textarea.p-holder__error::-ms-input-placeholder,
textarea.input-error::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #f4282d;
}
input[type=text].p-holder__error:focus, .input-error input[type=text]:focus, input[type=text].input-error:focus,
input[type=password].p-holder__error:focus,
.input-error input[type=password]:focus,
input[type=password].input-error:focus,
input[type=email].p-holder__error:focus,
.input-error input[type=email]:focus,
input[type=email].input-error:focus,
input[type=number].p-holder__error:focus,
.input-error input[type=number]:focus,
input[type=number].input-error:focus,
input[type=tel].p-holder__error:focus,
.input-error input[type=tel]:focus,
input[type=tel].input-error:focus,
textarea.p-holder__error:focus,
textarea.input-error:focus {
  border-color: #f4282d;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=tel]:focus,
textarea:focus {
  border-color: var(--color-primary);
}

input[type=checkbox],
input[type=radio] {
  opacity: 0;
  position: absolute;
}
input[type=checkbox] ~ label,
input[type=radio] ~ label {
  position: relative;
  font-size: 15px;
  line-height: 25px;
  color: var(--color-gray);
  font-weight: 400;
  padding-left: 20px;
  cursor: pointer;
  margin-bottom: 0;
}
input[type=checkbox] ~ label::before,
input[type=radio] ~ label::before {
  content: " ";
  position: absolute;
  top: 6px;
  left: 0;
  width: 14px;
  height: 14px;
  background-color: #fff;
  border: var(--border-width) solid rgba(24, 152, 165, 0.2);
  border-radius: 2px;
  transition: all 0.3s;
}
input[type=checkbox] ~ label::after,
input[type=radio] ~ label::after {
  content: " ";
  position: absolute;
  top: 9px;
  left: 2px;
  width: 10px;
  height: 5px;
  background-color: transparent;
  border-bottom: var(--border-width) solid #fff;
  border-left: var(--border-width) solid #fff;
  border-radius: 2px;
  transform: rotate(-45deg);
  opacity: 0;
  transition: all 0.3s;
}
input[type=checkbox]:checked ~ label::before,
input[type=radio]:checked ~ label::before {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
input[type=checkbox]:checked ~ label::after,
input[type=radio]:checked ~ label::after {
  opacity: 1;
}

input[type=radio] ~ label::before {
  border-radius: 50%;
}
input[type=radio] ~ label::after {
  width: 8px;
  height: 8px;
  left: 3px;
  background: #fff;
  border-radius: 50%;
}

.form-group {
  margin-bottom: 20px;
}
.form-group input {
  border: var(--border-width) solid var(--color-border);
  border-radius: var(--radius);
  height: 50px;
  font-size: 16px;
  padding: 0 15px;
}
.form-group input:focus {
  border-color: var(--color-primary);
}
.form-group textarea {
  min-height: 193px;
  border: var(--border-width) solid var(--color-border);
  border-radius: var(--radius);
  resize: none;
  padding: 15px;
  font-size: 16px;
}
.form-group textarea:focus {
  border-color: var(--color-primary);
}

input[type=submit] {
  width: auto;
  font-size: 16px;
  letter-spacing: 0.5px;
  padding: 15px 20px;
  border-radius: 6px;
  display: block;
  font-weight: 500;
  transition: 0.3s;
  border: var(--border-width) solid transparent;
  background: var(--color-primary);
  color: #ffffff;
  height: 60px;
  margin-top: 30px;
}
input[type=submit]:hover {
  color: var(--color-primary);
  box-shadow: 0 10px 15px 0 rgba(249, 0, 77, 0.1);
  transform: translateY(-5px);
  background: transparent;
  border-color: var(--color-primary);
}

.contact-form--1 form input::-webkit-input-placeholder,
.contact-form--1 form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--color-gray) !important;
}

.contact-form--1 form input::-moz-placeholder,
.contact-form--1 form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--color-gray) !important;
}

.contact-form--1 form input:-ms-input-placeholder,
.contact-form--1 form textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: var(--color-gray) !important;
}

.contact-form--1 form input:-moz-placeholder,
.contact-form--1 form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: var(--color-gray) !important;
}

/* Fluent Form  */
.fluentform label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.fluentform input {
  top: 0 !important;
  margin: 0;
  width: auto;
  opacity: 1;
  position: relative;
}
.fluentform span {
  display: inline-block;
  padding-left: 7px;
}

/**************************************
    Inner Styles
***************************************/
/*===================
Button Area 
====================*/
.button-group {
  margin: -10px;
}
.button-group a {
  margin: 10px;
}

a.rbt-btn-dark,
button.rbt-btn-dark {
  color: #1f1f25;
}
a.rbt-btn-dark::after,
button.rbt-btn-dark::after {
  background: #1f1f25;
}
a.rbt-btn-dark:hover,
button.rbt-btn-dark:hover {
  color: var(--color-primary);
}
a.rbt-btn-dark:hover::after,
button.rbt-btn-dark:hover::after {
  background: var(--color-primary);
}
a.rbt-btn-gray,
button.rbt-btn-gray {
  color: #c6c9d8;
}
a.rbt-btn-gray::after,
button.rbt-btn-gray::after {
  background: #c6c9d8;
}
a.rbt-btn-gray:hover,
button.rbt-btn-gray:hover {
  color: var(--color-primary);
}
a.rbt-btn-gray:hover::after,
button.rbt-btn-gray:hover::after {
  background: var(--color-primary);
}
a.rbt-btn-white,
button.rbt-btn-white {
  color: #ffffff;
}
a.rbt-btn-white::after,
button.rbt-btn-white::after {
  background: #ffffff;
}
a.rbt-btn-white:hover,
button.rbt-btn-white:hover {
  color: var(--color-primary);
}
a.rbt-btn-white:hover::after,
button.rbt-btn-white:hover::after {
  background: var(--color-primary);
}
a.rbt-btn-theme,
button.rbt-btn-theme {
  color: var(--color-primary);
}
a.rbt-btn-theme::after,
button.rbt-btn-theme::after {
  background: var(--color-primary);
}
a.rbt-btn-theme:hover,
button.rbt-btn-theme:hover {
  color: var(--color-primary);
}
a.rbt-btn-theme:hover::after,
button.rbt-btn-theme:hover::after {
  background: var(--color-primary);
}

a.rn-btn,
button.rn-btn {
  padding: 0 23px;
  height: 40px;
  display: inline-block;
  line-height: 34px;
  border: 2px solid var(--color-primary);
  border-radius: 4px;
  font-size: 14px;
  position: relative;
  z-index: 2;
  color: var(--color-primary);
  letter-spacing: 0.2px;
  background: transparent;
}
a.rn-btn.btn-opacity,
button.rn-btn.btn-opacity {
  border: 2px solid var(--color-opacity-1);
  color: var(--color-white);
}
a.rn-btn:hover,
button.rn-btn:hover {
  border: 2px solid var(--color-primary);
  transform: translateY(-3px);
  color: #ffffff;
  background: var(--color-primary);
}
a.rn-btn.btn-white,
button.rn-btn.btn-white {
  border: 2px solid #ffffff;
  color: #ffffff;
}
a.rn-btn.btn-white:hover,
button.rn-btn.btn-white:hover {
  border-color: var(--color-primary);
}
a.btn-read-more,
button.btn-read-more {
  position: relative;
  color: var(--color-body);
  display: inline-block;
  transition: 0.3s;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  padding-bottom: 4px;
}
a.btn-read-more::before, a.btn-read-more::after,
button.btn-read-more::before,
button.btn-read-more::after {
  content: "";
  position: absolute;
  height: 2px;
  transition: 0.3s;
}
a.btn-read-more::before,
button.btn-read-more::before {
  left: auto;
  bottom: 2px;
  background: var(--color-primary);
  width: 0;
  right: 0;
  z-index: 2;
}
a.btn-read-more::after,
button.btn-read-more::after {
  bottom: 0;
  left: 0;
  background-color: var(--color-border);
  width: 100%;
  bottom: 2px;
}
a.btn-read-more:hover,
button.btn-read-more:hover {
  color: var(--color-primary) !important;
}
a.btn-read-more:hover::before,
button.btn-read-more:hover::before {
  width: 100%;
  left: 0;
  right: auto;
}

/* Button Style Main  */
button.rn-button-style--2,
a.rn-button-style--2 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 16px 40px;
  border-radius: 500px;
  display: inline-block;
  font-weight: 500;
  transition: all 0.4s ease-in-out;
  background-size: 152% 100%;
  background: var(--color-primary);
  border: 2px solid var(--color-primary);
  color: var(--color-white);
}
@media only screen and (max-width: 767px) {
  button.rn-button-style--2,
a.rn-button-style--2 {
    padding: 9px 25px;
  }
}
button.rn-button-style--2.btn_solid,
a.rn-button-style--2.btn_solid {
  border: 2px solid var(--color-primary);
  background: var(--color-primary);
  color: #ffffff;
}
button.rn-button-style--2.btn_solid.rbt-btn-dark,
a.rn-button-style--2.btn_solid.rbt-btn-dark {
  border-color: #1f1f25;
  background-color: #1f1f25;
  color: #ffffff;
}
button.rn-button-style--2.btn_solid.rbt-btn-dark:hover,
a.rn-button-style--2.btn_solid.rbt-btn-dark:hover {
  box-shadow: 0 10px 15px 0 rgba(31, 31, 37, 0.1);
  background: transparent;
  color: #1f1f25;
}
button.rn-button-style--2.btn_solid.rbt-btn-gray,
a.rn-button-style--2.btn_solid.rbt-btn-gray {
  border-color: #c6c9d8;
  background-color: #c6c9d8;
  color: #1f1f25;
}
button.rn-button-style--2.btn_solid.rbt-btn-gray:hover,
a.rn-button-style--2.btn_solid.rbt-btn-gray:hover {
  box-shadow: 0 10px 15px 0 rgba(198, 201, 216, 0.1);
  background: transparent;
  color: #c6c9d8;
}
button.rn-button-style--2.btn_solid.rbt-btn-white,
a.rn-button-style--2.btn_solid.rbt-btn-white {
  border-color: #fff;
  background-color: #fff;
  color: var(--color-primary);
}
button.rn-button-style--2.btn_solid.rbt-btn-white:hover,
a.rn-button-style--2.btn_solid.rbt-btn-white:hover {
  box-shadow: 0 10px 15px 0 rgba(255, 255, 255, 0.1);
  background: transparent;
  color: #fff;
}
button.rn-button-style--2.btn-size-lg,
a.rn-button-style--2.btn-size-lg {
  padding: 26px 60px;
}
@media only screen and (max-width: 767px) {
  button.rn-button-style--2.btn-size-lg,
a.rn-button-style--2.btn-size-lg {
    padding: 15px 30px;
  }
}
button.rn-button-style--2.btn-size-md,
a.rn-button-style--2.btn-size-md {
  padding: 16px 40px;
}
@media only screen and (max-width: 767px) {
  button.rn-button-style--2.btn-size-md,
a.rn-button-style--2.btn-size-md {
    padding: 9px 25px;
  }
}
button.rn-button-style--2.btn-size-sm,
a.rn-button-style--2.btn-size-sm {
  padding: 10px 15px;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 13px;
}
button.rn-button-style--2.btn_border,
a.rn-button-style--2.btn_border {
  border: 2px solid var(--color-primary);
  color: var(--color-primary);
  background-color: transparent;
}
button.rn-button-style--2.btn_border:hover,
a.rn-button-style--2.btn_border:hover {
  background: var(--color-primary);
  color: #fff;
}
button.rn-button-style--2.btn_border.rbt-btn-gray,
a.rn-button-style--2.btn_border.rbt-btn-gray {
  border: 2px solid var(--color-opacity-1);
  color: var(--color-white);
}
button.rn-button-style--2.btn_border.rbt-btn-gray:hover,
a.rn-button-style--2.btn_border.rbt-btn-gray:hover {
  background: var(--color-primary);
  color: #fff;
  border-color: var(--color-primary);
}
button.rn-button-style--2.btn_border.btn_border--dark, button.rn-button-style--2.btn_border.rbt-btn-dark,
a.rn-button-style--2.btn_border.btn_border--dark,
a.rn-button-style--2.btn_border.rbt-btn-dark {
  border: 2px solid #1f1f25;
  color: #1f1f25;
}
button.rn-button-style--2.btn_border.btn_border--dark:hover, button.rn-button-style--2.btn_border.rbt-btn-dark:hover,
a.rn-button-style--2.btn_border.btn_border--dark:hover,
a.rn-button-style--2.btn_border.rbt-btn-dark:hover {
  background: #1f1f25;
  color: #fff;
  box-shadow: 0 10px 15px 0 rgba(31, 31, 37, 0.1) !important;
}
button.rn-button-style--2.btn_border.rbt-btn-white,
a.rn-button-style--2.btn_border.rbt-btn-white {
  border: 2px solid #ffffff;
  color: #ffffff;
}
button.rn-button-style--2.btn_border.rbt-btn-white:hover,
a.rn-button-style--2.btn_border.rbt-btn-white:hover {
  background: var(--color-primary);
  color: #fff;
  border-color: var(--color-primary);
}
button.rn-button-style--2.btn-opacity,
a.rn-button-style--2.btn-opacity {
  background-color: transparent;
  border: 2px solid var(--color-opacity-1);
  color: var(--color-white);
}
button.rn-button-style--2.btn-opacity:hover,
a.rn-button-style--2.btn-opacity:hover {
  background: var(--color-primary);
  border-color: transparent;
  color: #fff;
}
button.rn-button-style--2.border-opacity-half,
a.rn-button-style--2.border-opacity-half {
  border-color: rgba(31, 31, 37, 0.1);
}
button.rn-button-style--2.rn-btn-small,
a.rn-button-style--2.rn-btn-small {
  padding: 10px 20px;
}
button.rn-button-style--2.btn-primary-color:hover,
a.rn-button-style--2.btn-primary-color:hover {
  border: 2px solid var(--color-primary);
  background: var(--color-primary);
  color: #ffffff;
}
button.rn-button-style--2.btn-solid,
a.rn-button-style--2.btn-solid {
  background: var(--color-primary);
  color: #ffffff;
}
button.rn-button-style--2.btn-white,
a.rn-button-style--2.btn-white {
  background: var(--color-white);
  color: var(--color-primary);
}
button.rn-button-style--2.btn-white:hover,
a.rn-button-style--2.btn-white:hover {
  color: var(--color-white);
  background: var(--color-primary);
}
button.rn-button-style--2:hover,
a.rn-button-style--2:hover {
  transform: translateY(-5px);
  transition: all 0.4s ease-in-out;
  background: transparent;
  border-color: var(--color-primary);
  color: var(--color-primary);
}

a.btn-default,
button.btn-default {
  color: var(--color-white);
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 16px 40px;
  border-radius: 500px;
  display: inline-block;
  font-weight: 500;
  transition: all 0.4s ease-in-out;
  background-size: 152% 100%;
  background: var(--color-primary);
  border: 2px solid var(--color-primary);
}
@media only screen and (max-width: 767px) {
  a.btn-default,
button.btn-default {
    padding: 16px 20px;
  }
}
a.btn-default:hover,
button.btn-default:hover {
  transition: all 0.4s ease-in-out;
  background: transparent;
  border-color: var(--color-primary);
  color: var(--color-primary);
}
a.btn-default.btn-hover-white:hover,
button.btn-default.btn-hover-white:hover {
  border-color: var(--color-white);
  color: var(--color-white);
}
a.btn-default.size-md,
button.btn-default.size-md {
  padding: 10px 25px;
  letter-spacing: 1px;
  font-size: 15px;
}
a.btn-default.size-sm,
button.btn-default.size-sm {
  padding: 10px 15px;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 13px;
}
a.btn-default.btn-large,
button.btn-default.btn-large {
  padding: 26px 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  a.btn-default.btn-large,
button.btn-default.btn-large {
    padding: 16px 35px;
  }
}
@media only screen and (max-width: 767px) {
  a.btn-default.btn-large,
button.btn-default.btn-large {
    padding: 16px 35px;
  }
}
a.btn-default.color-secondary,
button.btn-default.color-secondary {
  border: 2px solid var(--color-secondary);
  background-color: var(--color-secondary);
}
a.btn-default.color-secondary:hover,
button.btn-default.color-secondary:hover {
  background-color: transparent;
  border-color: var(--color-secondary);
  color: var(--color-secondary);
}
a.btn-default.btn-border,
button.btn-default.btn-border {
  background-color: transparent;
  border: 2px solid var(--color-primary);
  color: var(--color-primary);
}
a.btn-default.btn-border.btn-opacity,
button.btn-default.btn-border.btn-opacity {
  border: 2px solid var(--color-opacity-1);
  color: var(--color-white);
}
a.btn-default.btn-border:hover,
button.btn-default.btn-border:hover {
  color: var(--color-white);
  border-color: var(--color-primary);
  background-color: var(--color-primary);
}
a.btn-default.btn-border.color-secondary,
button.btn-default.btn-border.color-secondary {
  border: 2px solid var(--color-secondary);
  color: var(--color-secondary);
}
a.btn-default.btn-border.color-secondary:hover,
button.btn-default.btn-border.color-secondary:hover {
  color: var(--color-white);
  border-color: var(--color-secondary);
  background-color: var(--color-secondary);
}
a.btn-default.btn-border.btn-white,
button.btn-default.btn-border.btn-white {
  border: 2px solid var(--color-white);
  color: var(--color-white);
}
a.btn-default.btn-border.btn-white:hover,
button.btn-default.btn-border.btn-white:hover {
  color: var(--color-primary);
  border-color: var(--color-white);
  background-color: var(--color-white);
}
a.btn-default.btn-dark,
button.btn-default.btn-dark {
  color: var(--color-white);
  border-color: var(--color-dark);
  background-color: var(--color-dark);
}
a.btn-default.btn-dark:hover,
button.btn-default.btn-dark:hover {
  transition: all 0.4s ease-in-out;
  background: transparent;
  border-color: var(--color-dark);
  color: var(--color-dark);
}
a.btn-default.btn-dark.btn-border,
button.btn-default.btn-dark.btn-border {
  background-color: transparent;
  border: 2px solid var(--color-dark);
  color: var(--color-dark);
}
a.btn-default.btn-dark.btn-border:hover,
button.btn-default.btn-dark.btn-border:hover {
  color: var(--color-white);
  border-color: var(--color-dark);
  background-color: var(--color-dark);
}

/*===================
Button Area 
====================*/
a.btn-transparent {
  font-size: 14px;
  font-weight: 600;
  position: relative;
  display: inline-block;
  padding-bottom: 3px;
}
a.btn-transparent:hover {
  color: var(--color-primary);
}
a.btn-transparent::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  opacity: 0.75;
}
a.btn-transparent:hover::after {
  width: 100%;
}

.entry-content a {
  text-decoration: none !important;
}

.wp-block-coblocks-pricing-table-item .wp-block-coblocks-pricing-table-item__features li,
.wp-block-coblocks-pricing-table-item .wp-block-coblocks-pricing-table-item__features ul {
  margin: 10px 0;
}

@media only screen and (max-width: 767px) {
  .sm-btn-block a.rbt-button {
    display: block;
    text-align: center;
  }
}
/*====================
    Breadcrump Area 
======================*/
.breadcrumb-inner {
  text-align: center;
}
.breadcrumb-inner .title {
  color: var(--color-white);
  margin-bottom: 5px;
}
.breadcrumb-inner ul.page-list li {
  display: inline-block;
  color: #fff;
  position: relative;
  font-size: 14px;
}
.breadcrumb-inner ul.page-list li a {
  color: #fff;
  transition: 0.5s;
}
.breadcrumb-inner ul.page-list li a:hover {
  color: var(--color-primary);
}
.breadcrumb-inner ul.page-list li.rn-breadcrumb-item.active {
  color: var(--color-white);
}
.breadcrumb-inner ul.page-list li.rn-breadcrumb-item.active::after {
  display: none;
}

.rn-page-title .title {
  color: var(--color-white);
  margin-bottom: 5px;
  font-size: 36px;
}
.rn-page-title p {
  font-size: 22px;
  line-height: 27px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rn-page-title p {
    font-size: 18px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .rn-page-title p {
    font-size: 18px;
    line-height: 28px;
  }
}

.breadcrumb-area {
  position: relative;
  z-index: 1;
}
.breadcrumb-area::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  z-index: -1;
  background: var(--color-primary);
  background: linear-gradient(90deg, #1C99FE 20.69%, #7644FF 50.19%, #FD4766 79.69%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="var(--color-primary)", endColorstr="var(--color-secondary)",GradientType=1 );
  top: 0;
  left: 0;
  opacity: 0.7;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rn-page-title-area .rn-page-title {
    padding-bottom: 64px;
  }
}
@media only screen and (max-width: 767px) {
  .rn-page-title-area .rn-page-title {
    padding-bottom: 64px;
  }
}

.breadcrumb-inner {
  text-align: center;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .breadcrumb-inner {
    padding-top: 82px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb-inner {
    padding-top: 87px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-inner {
    padding-top: 55px !important;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb-inner {
    padding-top: 54px !important;
  }
}
.breadcrumb-inner .page-list {
  margin-top: 19px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-inner .page-list {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb-inner .page-list {
    margin-top: 0px;
  }
}
.breadcrumb-inner .page-list li {
  display: inline-block;
  color: #c6c9d8;
  position: relative;
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
}
.breadcrumb-inner .page-list li a {
  color: #c6c9d8;
}
.breadcrumb-inner .page-list li:hover a {
  color: var(--color-primary);
}
.breadcrumb-inner .page-list li.item-current {
  color: var(--color-white);
  opacity: 0.7;
}
.breadcrumb-inner .page-list li.separator {
  padding: 0 20px;
}
.breadcrumb-inner .page-list li.separator::before {
  content: "";
  background: #c6c9d8;
  opacity: 0.3;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  position: absolute;
  left: 20px;
  top: -5px;
}

/* Post Breadcrumb  */
.post-breadcrumbs {
  background: #f8f9fc;
  padding: 15px 0;
  text-align: center;
  padding-top: 13px;
}
.post-breadcrumbs .page-list li {
  display: inline-block;
  position: relative;
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: var(--color-body);
}
.post-breadcrumbs .page-list li a {
  color: var(--color-body);
  transition: 0.3s;
}
.post-breadcrumbs .page-list li a:hover {
  color: var(--color-primary);
}
.post-breadcrumbs .page-list li.separator {
  padding: 0 20px;
  position: relative;
}
.post-breadcrumbs .page-list li.separator::before {
  content: "";
  background: #1f1f25;
  opacity: 0.2;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  position: absolute;
  left: 20px;
  top: -5px;
}
/* Title Layout Two  */
@media only screen and (max-width: 767px) {
  .title-layout-2 .rn-page-title {
    padding-bottom: 30px;
    padding-top: 80px !important;
  }
}
.title-layout-2 .rn-page-title .title {
  font-size: 72px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .title-layout-2 .rn-page-title .title {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .title-layout-2 .rn-page-title .title {
    font-size: 36px;
    line-height: 1.4;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .title-layout-1 .breadcrumb-inner .title {
    font-size: 40px;
  }
}

/*----------------------------
    Video Popup Styles 
-------------------------------*/
button.video-popup,
a.video-popup {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
  transition: all 1s cubic-bezier(0, 0, 0.2, 1);
  -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2);
}
button.video-popup::before,
a.video-popup::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  -webkit-transform: translate(-6px, -9px);
  -ms-transform: translate(-6px, -9px);
  transform: translate(-6px, -9px);
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 15px solid var(--color-primary);
}
button.video-popup:hover,
a.video-popup:hover {
  -webkit-transform: scale3d(1.15, 1.15, 1.15);
  transform: scale3d(1.15, 1.15, 1.15);
}

button.video-popup.position-top-center,
a.video-popup.position-top-center {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 0 none;
  width: 110px;
  height: 110px;
  margin-left: -55px;
  margin-top: -55px;
  transition: all 1s cubic-bezier(0, 0, 0.2, 1);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 767px) {
  button.video-popup.position-top-center,
a.video-popup.position-top-center {
    width: 70px;
    height: 70px;
    margin-left: -35px;
    margin-top: -35px;
  }
}
button.video-popup.position-top-center:hover,
a.video-popup.position-top-center:hover {
  transform: scale3d(1.15, 1.15, 1.15);
}
button.video-popup.position-top-center.size-medium,
a.video-popup.position-top-center.size-medium {
  width: 80px;
  height: 80px;
  margin-left: -40px;
  margin-top: -40px;
}
button.video-popup.theme-color,
a.video-popup.theme-color {
  background: var(--color-primary);
  border-color: var(--color-primary);
}
button.video-popup.theme-color::before,
a.video-popup.theme-color::before {
  border-left: 15px solid #ffffff;
}
button.video-popup.black-color,
a.video-popup.black-color {
  background: #010001;
  border-color: #010001;
}
button.video-popup.black-color::before,
a.video-popup.black-color::before {
  border-left: 15px solid #ffffff;
}

iframe {
  border: 0 none;
}

/*===================
    Section Title 
====================*/
.section-title .title,
.section-title h2 {
  font-size: 50px;
  font-weight: 600;
  line-height: 62px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title .title,
.section-title h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title .title,
.section-title h2 {
    font-size: 32px;
    line-height: 43px;
    margin-bottom: 7px;
  }
}
.section-title p {
  font-size: 18px;
  line-height: 30px;
  color: var(--color-gray);
}
.section-title p a {
  color: #1d1d24;
  font-weight: 500;
}
.section-title p a:hover {
  color: var(--color-primary);
}
@media only screen and (max-width: 767px) {
  .section-title p br {
    display: none;
  }
}
.section-title.text-center p {
  padding: 0 25%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title.text-center p {
    padding: 0 15%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title.text-center p {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-title.text-center p {
    padding: 0;
  }
}
.section-title.text-left p {
  padding: 0;
}
.section-title.text-right p {
  padding: 0;
}
.section-title .sub-title {
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 18px;
  font-size: 16px;
  border-radius: 4px;
  margin-bottom: 12px;
}
.section-title h3 {
  font-size: 36px;
  line-height: 26px;
}
@media only screen and (max-width: 767px) {
  .section-title h3 {
    font-size: 26px;
    margin-bottom: 8px;
  }
}
.section-title .service-btn {
  margin-top: 36px;
}
@media only screen and (max-width: 767px) {
  .section-title .service-btn {
    margin-top: 12px;
  }
}
.section-title.service-style--2 h2,
.section-title.service-style--2 h3 {
  color: #ffffff;
}
.section-title.service-style--2 p {
  padding: 0 21%;
  font-weight: 300;
  color: #ffffff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title.service-style--2 p {
    padding: 0 7%;
  }
}
@media only screen and (max-width: 767px) {
  .section-title.service-style--2 p {
    padding: 0;
  }
}
.section-title.service-style--3 p {
  padding: 0 21%;
  font-weight: 300;
  color: #717173;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title.service-style--3 p {
    padding: 0 7%;
  }
}
@media only screen and (max-width: 767px) {
  .section-title.service-style--3 p {
    padding: 0;
  }
}
.section-title.service-style--3.text-left p {
  padding: 0;
}
.section-title.text-left p {
  padding: 0;
}
.section-title.text-right p {
  padding: 0;
}

.section-title-default h2.title {
  line-height: 1.34;
  font-size: 48px;
}

/*=====================
    Pagination Styles 
=======================*/
.rn-pagination .page-link-holder {
  margin-right: 10px;
}
.rn-pagination ul.page-numbers, .rn-pagination ul.page-list {
  margin: -5px;
}
.rn-pagination ul.page-numbers li, .rn-pagination ul.page-list li {
  display: inline-block;
  padding: 5px;
  margin-top: 0;
  margin-bottom: 0;
}
.rn-pagination ul.page-numbers li a, .rn-pagination ul.page-list li a {
  padding: 0 10px;
  display: block;
  text-align: center;
  line-height: 38px;
  min-width: 42px;
  height: 42px;
  border: 2px solid var(--color-border);
  background: #fff;
  color: #000000;
  position: relative;
  z-index: 2;
  font-weight: 600;
  border-radius: 4px;
  font-size: 14px;
  transition: 0.3s;
}
.rn-pagination ul.page-numbers li a::before, .rn-pagination ul.page-list li a::before {
  background-color: var(--color-primary);
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.rn-pagination ul.page-numbers li a:hover, .rn-pagination ul.page-list li a:hover {
  color: #ffffff !important;
  border-color: var(--color-primary) !important;
}
.rn-pagination ul.page-numbers li a:hover::before, .rn-pagination ul.page-list li a:hover::before {
  opacity: 1;
  visibility: visible;
}
.rn-pagination ul.page-numbers li .current, .rn-pagination ul.page-list li .current {
  padding: 0 10px;
  display: block;
  text-align: center;
  line-height: 38px;
  min-width: 42px;
  height: 42px;
  position: relative;
  z-index: 2;
  font-weight: 600;
  border-radius: 4px;
  background-color: var(--color-primary);
  color: #ffffff;
  border: 2px solid var(--color-border);
  border-color: var(--color-primary);
}
.rn-pagination ul.page-numbers li .current::before, .rn-pagination ul.page-list li .current::before {
  opacity: 1;
  visibility: visible;
}
.rn-pagination ul.page-numbers li.active a, .rn-pagination ul.page-list li.active a {
  color: #ffffff;
  border-color: var(--color-primary);
}
.rn-pagination ul.page-numbers li.active a::before, .rn-pagination ul.page-list li.active a::before {
  opacity: 1;
  visibility: visible;
}

/*---------------------------
    Post Pagination  
----------------------------*/
.rn-pagination .post-page-numbers,
.page-links .post-page-numbers {
  padding: 0 10px;
  display: inline-block;
  text-align: center;
  line-height: 38px;
  min-width: 42px;
  height: 42px;
  border: 2px solid var(--color-border);
  background: #fff;
  color: #000000;
  position: relative;
  z-index: 2;
  font-weight: 600;
  border-radius: 4px;
  transition: 0.3s;
  font-size: 14px;
  background-color: transparent;
}
.rn-pagination .post-page-numbers:hover,
.page-links .post-page-numbers:hover {
  color: #ffffff;
  border-color: var(--color-primary);
  background-color: var(--color-primary);
}
.rn-pagination .post-page-numbers.current,
.page-links .post-page-numbers.current {
  background-color: var(--color-primary);
  border: 2px solid var(--color-primary);
  border-color: var(--color-primary);
  color: #ffffff;
}

/* Social icon Styles  */
ul.social-share {
  padding: 0;
  margin: 0;
  margin: -6px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  ul.social-share {
    margin: -3px;
  }
}
ul.social-share li {
  margin: 6px;
}
@media only screen and (max-width: 767px) {
  ul.social-share li {
    margin: 3px;
  }
}
ul.social-share li a {
  width: 40px;
  display: inline-block;
  height: 40px;
  border: 2px solid rgba(198, 201, 216, 0.75);
  line-height: 35px;
  color: rgba(198, 201, 216, 0.75);
  border-radius: 100%;
  text-align: center;
  font-size: 14px;
}
ul.social-share li:hover a {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: #ffffff;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
}
ul.social-share.color-theme li a {
  border-color: var(--color-primary);
  color: var(--color-primary);
}
ul.social-share.color-theme li a:hover {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: #ffffff;
}
ul.social-share.rn-lg-size {
  margin-top: 0 !important;
}
ul.social-share.rn-lg-size li a {
  width: 50px;
  height: 50px;
  line-height: 47px;
  font-size: 16px;
}
ul.social-share.social-style--2 li a {
  border: 0 none;
  width: 30px;
  height: auto;
  text-align: left;
  line-height: inherit;
  font-size: 16px;
}
ul.social-share.social-style--2 li:hover a {
  background: transparent;
  box-shadow: none;
}
ul.social-share.social-style--2.color-theme li a {
  color: var(--color-primary);
}
ul.social-share.social-style--2.color-theme li a:hover {
  color: currentColor;
}
ul.social-share.social-style--2.color-black li a {
  color: #1d1d24;
  opacity: 0.8;
}
ul.social-share.social-style--2.color-black li a:hover {
  color: var(--color-primary);
  opacity: 1;
}

@-webkit-keyframes customOne {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes customOne {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.customOne {
  -webkit-animation-name: customOne;
  animation-name: customOne;
}

/*------------------------
    Wp Button Style  
--------------------------*/
a.wp-block-button__link {
  background-color: var(--color-primary);
  border: 2px solid var(--color-primary);
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 1px;
  transition: 0.3s;
}
a.wp-block-button__link:hover {
  background: transparent;
  color: var(--color-primary);
  -webkit-box-shadow: 0 10px 15px 0 rgba(249, 0, 77, 0.1);
  box-shadow: 0 10px 15px 0 rgba(249, 0, 77, 0.1);
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

a.wp-block-file__button, a.wp-block-search__button,
a .wp-block-file__button,
button.wp-block-file__button,
button.wp-block-search__button,
button .wp-block-file__button,
.wp-block-file.wp-block-file__button,
.wp-block-file.wp-block-search__button,
.wp-block-file .wp-block-file__button {
  background-color: var(--color-primary) !important;
  border: 2px solid var(--color-primary) !important;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 1px;
  transition: 0.4s;
}
a.wp-block-file__button:hover, a.wp-block-search__button:hover,
a .wp-block-file__button:hover,
button.wp-block-file__button:hover,
button.wp-block-search__button:hover,
button .wp-block-file__button:hover,
.wp-block-file.wp-block-file__button:hover,
.wp-block-file.wp-block-search__button:hover,
.wp-block-file .wp-block-file__button:hover {
  background: transparent !important;
  color: var(--color-primary) !important;
  box-shadow: 0 10px 15px 0 rgba(249, 0, 77, 0.1);
}

.is-style-outline a.wp-block-button__link,
.wp-block-button.is-style-outline a.wp-block-button__link {
  background: transparent;
  color: var(--color-primary);
  border-color: var(--color-primary);
}
.is-style-outline a.wp-block-button__link:hover,
.wp-block-button.is-style-outline a.wp-block-button__link:hover {
  background-color: var(--color-primary);
  color: #fff;
  border-color: var(--color-primary);
}

.wp-block-button__link {
  border-radius: 500px;
}

.wp-block-button.is-style-squared a.wp-block-button__link {
  border-radius: 0;
}

/*-----------------------
    Video Button  
-------------------------*/
.yu2fvl {
  z-index: 9999;
  top: 0;
}

.yu2fvl-iframe {
  display: block;
  height: 100%;
  width: 100%;
  border: 0;
}

.yu2fvl-overlay {
  z-index: 9998;
  background: #000;
  opacity: 0.8;
}

.yu2fvl-close {
  position: absolute;
  top: 1px;
  left: 100%;
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  background: #f10 !important;
  background-color: #f10 !important;
  color: #ffffff;
  border: 0;
  background: none;
  cursor: pointer;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .yu2fvl-close {
    left: auto;
    right: 0;
    top: auto;
    bottom: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .yu2fvl-close {
    left: auto;
    right: 0;
    top: auto;
    bottom: 100%;
  }

  .video h2 {
    color: #ffffff;
    font-size: 32px;
  }
  .video h4 {
    font-size: 22px;
    line-height: 32px;
  }
}
/*-----------------------------
    Slick Styles  
-------------------------------*/
.slick-space-gutter--15 .im_box {
  margin: 50px 0;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-initialized .slick-slide {
  margin-bottom: 0;
}

.slick-initialized .slick-slide > div {
  height: 100% !important;
  display: flex;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.portfolio-slick-activation .im_box:hover {
  box-shadow: none;
}

.imroz-slick-active {
  position: relative;
}
.imroz-slick-active.slick-dot-bottom ul.slick-dots {
  position: absolute;
  bottom: 40px;
}
.imroz-slick-active.slick-dot-bottom ul.slick-dots li {
  width: 30px;
  margin: 0;
  opacity: 0.35;
  position: relative;
}
.imroz-slick-active.slick-dot-bottom ul.slick-dots li button::before {
  display: none;
}
.imroz-slick-active.slick-dot-bottom ul.slick-dots li button::after {
  background: #333;
  width: 100%;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-left: 11px;
  background-color: transparent;
  -webkit-box-shadow: inset 0 0 0 5px #000;
  box-shadow: inset 0 0 0 5px #000;
}
.imroz-slick-active.slick-dot-bottom ul.slick-dots li.slick-active {
  opacity: 1;
}
.imroz-slick-active.slick-dot-bottom ul.slick-dots li.slick-active button::after {
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
  -webkit-box-shadow: inset 0 0 0 1px var(--color-primary);
  box-shadow: inset 0 0 0 1px var(--color-primary);
  background-color: transparent;
  background-color: transparent !important;
}
.imroz-slick-active.slick-arrow-left-to-right .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
  width: 68px;
  height: 68px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 100%;
}
.imroz-slick-active.slick-arrow-left-to-right .slick-arrow::before {
  line-height: 1;
  opacity: 0.4;
  position: relative;
  top: -2px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  z-index: 2;
}
.imroz-slick-active.slick-arrow-left-to-right .slick-arrow:hover {
  background: var(--color-primary);
  border-color: var(--color-primary);
}
.imroz-slick-active.slick-arrow-left-to-right .slick-arrow.slick-prev {
  left: 15px;
}
.imroz-slick-active.slick-arrow-left-to-right .slick-arrow.slick-prev::before {
  content: url(../images/icons/slick-arrow-left-small.png);
}
.imroz-slick-active.slick-arrow-left-to-right .slick-arrow.slick-prev:hover {
  left: 10px;
}
.imroz-slick-active.slick-arrow-left-to-right .slick-arrow.slick-prev:hover::before {
  opacity: 1;
}
.imroz-slick-active.slick-arrow-left-to-right .slick-arrow.slick-next {
  left: auto;
  right: 15px;
}
.imroz-slick-active.slick-arrow-left-to-right .slick-arrow.slick-next::before {
  content: url(../images/icons/slick-arrow-right-small.png);
}
.imroz-slick-active.slick-arrow-left-to-right .slick-arrow.slick-next:hover {
  right: 10px;
}
.imroz-slick-active.slick-arrow-left-to-right .slick-arrow.slick-next:hover::before {
  opacity: 1;
}

.preloader {
  background: #ffffff;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 9999999;
}

@keyframes bgg {
  0% {
    background: var(--color-primary-light);
  }
  50% {
    background: var(--color-primary);
  }
  100% {
    background: var(--color-primary);
  }
}
.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 70px;
  height: 70px;
  margin: auto;
}

.loader .circle {
  position: absolute;
  width: 50px;
  height: 50px;
  opacity: 0;
  transform: rotate(225deg);
  animation-iteration-count: infinite;
  animation-name: orbit;
  animation-duration: 5.5s;
  left: 3px;
  top: -5px;
}

.loader .circle:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  animation: bgg 1500ms ease-in alternate infinite;
}

.loader .circle:nth-child(2) {
  animation-delay: 240ms;
}

.loader .circle:nth-child(3) {
  animation-delay: 480ms;
}

.loader .circle:nth-child(4) {
  animation-delay: 720ms;
}

.loader .circle:nth-child(5) {
  animation-delay: 960ms;
}

@keyframes orbit {
  0% {
    transform: rotate(225deg);
    opacity: 1;
    animation-timing-function: ease-out;
  }
  7% {
    transform: rotate(345deg);
    animation-timing-function: linear;
  }
  30% {
    transform: rotate(455deg);
    animation-timing-function: ease-in-out;
  }
  39% {
    transform: rotate(690deg);
    animation-timing-function: linear;
  }
  70% {
    transform: rotate(815deg);
    opacity: 1;
    animation-timing-function: ease-out;
  }
  75% {
    transform: rotate(945deg);
    animation-timing-function: ease-out;
  }
  76% {
    transform: rotate(945deg);
    opacity: 0;
  }
  100% {
    transform: rotate(945deg);
    opacity: 0;
  }
}
/**************************************
    Header Styles
***************************************/
/*=====================
    Header Area 
=======================*/
.logo a {
  display: block;
  font-size: 39px;
  color: var(--color-primary);
  font-weight: 700;
}

.header-area {
  padding: 21px 50px;
  z-index: 999;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .header-area {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
@media only screen and (max-width: 575px) {
  .header-area {
    padding-left: 7px;
    padding-right: 7px;
  }
}
.header-area .header-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.header-area .header-right {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.header-area .header-right .header-btn {
  margin-left: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area .header-right .header-btn {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .header-right .header-btn {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .header-area .header-right .header-btn {
    margin-left: 4px;
  }
}
.header-area .logo a {
  display: flex;
  font-size: 39px;
  color: var(--color-primary);
  font-weight: 700;
  height: 84px;
  align-items: center;
}
.header-area .logo a img {
  max-height: 66px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area .logo a img {
    max-height: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .logo a img {
    max-height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .header-area .logo a img {
    max-height: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .header-area .logo a img {
    max-height: 38px;
  }
}
.header-area .logo a img.logo-sticky {
  display: none;
}
.header-area a.rn-btn {
  padding: 0 25px;
  height: 46px;
  display: inline-block;
  line-height: 42px;
  border: 2px solid var(--color-heading);
  border-radius: 6px;
  color: var(--color-heading);
  font-size: 14px;
  position: relative;
  z-index: 2;
  letter-spacing: 1px;
  font-weight: 500;
}
.header-area a.rn-btn.theme-color {
  border-color: var(--color-primary);
  color: var(--color-primary);
}
@media only screen and (max-width: 767px) {
  .header-area a.rn-btn {
    padding: 0 11px;
    height: 39px;
    line-height: 33px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 575px) {
  .header-area a.rn-btn {
    height: 34px;
    line-height: 29px;
  }
}
.header-area a.rn-btn::before {
  display: none;
}
.header-area a.rn-btn:hover {
  border-color: transparent;
  transform: translateY(-3px);
  color: var(--color-white) !important;
  border: 2px solid var(--color-primary) !important;
  background: var(--color-primary);
  border-radius: 6px;
}
@media only screen and (max-width: 767px) {
  .header-area a.rn-btn {
    display: none;
  }
}
.header-area a.btn-default,
.header-area button.btn-default {
  transition: 0.4s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area a.btn-default,
.header-area button.btn-default {
    padding: 7px 9px;
    font-size: 13px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area a.btn-default,
.header-area button.btn-default {
    padding: 7px 9px;
  }
}
@media only screen and (max-width: 767px) {
  .header-area a.btn-default,
.header-area button.btn-default {
    padding: 7px 10px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 575px) {
  .header-area a.btn-default,
.header-area button.btn-default {
    padding: 4px 10px;
    font-size: 14px;
    letter-spacing: normal;
  }
}
.header-area a.btn-default:hover,
.header-area button.btn-default:hover {
  color: var(--color-white) !important;
  border-color: var(--color-primary) !important;
  background-color: var(--color-primary) !important;
}
.header-area .my_switcher ul li a img {
  filter: brightness(100);
}
.header-area.header--transparent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: auto;
}
.header-area.header--transparent .my_switcher ul li a.dark img {
  filter: brightness(100);
}
.header-area.header--sticky {
  transition: height 0.5s ease-in;
}
.header-area.header--sticky.sticky {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  background: var(--color-white);
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  animation: headerSticky 0.95s ease forwards;
  padding: 10px 50px;
}
@media only screen and (max-width: 767px) {
  .header-area.header--sticky.sticky {
    padding: 10px 15px;
  }
}
.header-area.header--sticky.sticky .logo a {
  height: 64px;
}
.header-area.header--sticky.sticky .logo img {
  max-height: 50px;
}
@media only screen and (max-width: 479px) {
  .header-area.header--sticky.sticky .logo img {
    max-height: 38px;
  }
}
.header-area.header--sticky.sticky .logo img.logo-sticky {
  display: block;
}
.header-area.header--sticky.sticky .logo img.logo-normal {
  display: none;
}
.header-area.header--sticky.sticky a.btn-default,
.header-area.header--sticky.sticky button.btn-default {
  padding: 10px 28px;
}
@media only screen and (max-width: 767px) {
  .header-area.header--sticky.sticky a.btn-default,
.header-area.header--sticky.sticky button.btn-default {
    padding: 4px 13px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 575px) {
  .header-area.header--sticky.sticky a.btn-default,
.header-area.header--sticky.sticky button.btn-default {
    padding: 2px 11px;
    font-size: 12px;
  }
}
.header-area.header--sticky.sticky a.btn-default.btn-border.btn-opacity,
.header-area.header--sticky.sticky button.btn-default.btn-border.btn-opacity {
  border: 2px solid var(--color-border);
  color: var(--color-body);
}
.header-area.header--sticky.sticky a.btn-default.btn-border.btn-opacity:hover,
.header-area.header--sticky.sticky button.btn-default.btn-border.btn-opacity:hover {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: var(--color-white);
}
.header-area.header--sticky.sticky .mainmenunav ul.mainmenu > li > a {
  color: #1f1f25;
}
@media only screen and (min-width: 992px) {
  .header-area.header--sticky.sticky .mainmenunav ul.mainmenu > li > a {
    padding: 22px 0;
  }
}
.header-area.header--sticky.sticky .mainmenunav ul.mainmenu > li:hover > a {
  color: var(--color-primary);
  opacity: 1;
}
.header-area.header--sticky.sticky .my_switcher ul li a.dark img {
  filter: brightness(0);
}
.header-area.header--sticky.sticky .humberger-menu span.text-white {
  color: var(--color-heading) !important;
}
.header-area.header-not-transparent {
  background-color: var(--color-white);
}
.header-area.header-not-transparent a.btn-default.btn-border.btn-opacity,
.header-area.header-not-transparent button.btn-default.btn-border.btn-opacity {
  border: 2px solid var(--color-border);
  color: var(--color-body);
}
.header-area.header-not-transparent a.btn-default.btn-border.btn-opacity:hover,
.header-area.header-not-transparent button.btn-default.btn-border.btn-opacity:hover {
  background: var(--color-primary) !important;
  border-color: var(--color-primary) !important;
  color: var(--color-white) !important;
}
.header-area.header-not-transparent .logo a img.logo-sticky {
  display: block;
}
.header-area.header-not-transparent .logo a img.logo-normal {
  display: none;
}
.header-area.header-not-transparent .mainmenunav ul.mainmenu li.current-menu-ancestor > a, .header-area.header-not-transparent .mainmenunav ul.mainmenu li.current_page_item > a, .header-area.header-not-transparent .mainmenunav ul.mainmenu li.current_page_item > a, .header-area.header-not-transparent .mainmenunav ul.mainmenu li:hover > a {
  color: var(--color-primary);
  opacity: 1;
}
.header-area .header-hamberger {
  display: flex;
  align-items: center;
}
.header-area .header-hamberger .hamberger {
  margin-right: 27px;
}
@media only screen and (max-width: 575px) {
  .header-area .humberger-menu {
    padding-left: 8px !important;
  }
}
.header-area.header--fixed {
  position: fixed;
  top: 0;
  z-index: 999;
  padding-left: 50px;
  padding-right: 50px;
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area.header--fixed {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area.header--fixed {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .header-area.header--fixed {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.header-area.header--fixed .header-wrapper {
  padding: 20px 0;
  transition: 0.3s;
}
.header-area.header--fixed .header-wrapper .logo a img {
  transition: 0.5s;
}
.header-area.header--fixed .header-wrapper .logo a img.logo-1 {
  display: block;
}
.header-area.header--fixed .header-wrapper .logo a img.logo-2 {
  display: none;
}
.header-area.header--fixed .header-wrapper .mainmenunav ul.mainmenu > li > a {
  position: relative;
}
.header-area.header--fixed .header-wrapper .mainmenunav ul.mainmenu > li > a::after {
  position: absolute;
  content: "";
  left: 0;
  width: 0;
  height: 3px;
  background: var(--color-primary);
  transition: 0.3s;
  bottom: 0;
}
.header-area.header--fixed .header-wrapper .mainmenunav ul.mainmenu > li.is-current a {
  color: var(--color-primary);
}
.header-area.header--fixed .header-wrapper .mainmenunav ul.mainmenu > li.is-current a::after {
  width: 100%;
}
.header-area.header--fixed.default-color.sticky .mainmenunav ul.mainmenu > li > a {
  color: #1f1f25;
}
.header-area.header--fixed.default-color.sticky .mainmenunav ul.mainmenu > li.is-current a {
  color: var(--color-primary);
}
.header-area.header--fixed.default-color.sticky .mainmenunav ul.mainmenu > li.is-current a::after {
  width: 100%;
}
.header-area.header--fixed.sticky {
  background: var(--color-white);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.header-area.header--fixed.sticky .header-wrapper {
  padding: 0px;
}
.header-area.header--fixed.sticky .header-wrapper a.rn-btn {
  color: #1f1f25;
  border-color: #1f1f25;
}
.header-area.header--fixed.sticky .logo a img {
  height: 50px;
}
.header-area.header--fixed.sticky .logo a img.logo-1 {
  display: none;
}
.header-area.header--fixed.sticky .logo a img.logo-2 {
  display: block;
}
.header-area.header--fixed.sticky .humberger-menu span.text-white {
  color: #1f1f25 !important;
}
.header-area.header-not-transparent .my_switcher ul li a img {
  filter: brightness(0);
}
.header-area.header-not-transparent .humberger-menu span.text-white {
  color: var(--color-heading) !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area.header-style-2 {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 575px) {
  .header-area.header-style-2 {
    padding-left: 0;
    padding-right: 0;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.header-area.header-style-2.header--sticky.sticky {
  padding: 10px 0px;
}
@media only screen and (max-width: 575px) {
  .header-area.header-style-2 .logo a {
    justify-content: center;
    height: auto !important;
  }
}
@media only screen and (max-width: 575px) {
  .header-area.header-style-2 .my_switcher {
    margin-left: 0;
  }
}
.header-area.header-style-3.header--transparent .mainmenunav ul.mainmenu > li > a {
  color: var(--color-body);
}
.header-area.header-style-3.header--transparent .mainmenunav ul.mainmenu > li:hover > a {
  color: var(--color-primary);
  opacity: 1;
}
.header-area.header-style-3.header--transparent .humberger-menu span.text-white {
  color: var(--color-body) !important;
}
.header-area.header-style-3.header--transparent a.btn-default.btn-border.btn-opacity,
.header-area.header-style-3.header--transparent button.btn-default.btn-border.btn-opacity {
  border: 2px solid var(--color-body);
  color: var(--color-body);
}
.header-area.header-style-3.header--transparent .my_switcher ul li a img {
  filter: brightness(0.6);
}
.header-area.header-style-3.header--transparent ul.social-share.social-style--2.color-black li a {
  color: var(--color-body);
}
.header-area.header-style-3.header--transparent.sticky .my_switcher ul li a img {
  filter: brightness(0);
}
.header-area.header-style-3 .mainmenunav ul.mainmenu li.current-menu-ancestor > a, .header-area.header-style-3 .mainmenunav ul.mainmenu li.current_page_item > a, .header-area.header-style-3 .mainmenunav ul.mainmenu li.current_page_item > a {
  color: var(--color-primary);
  opacity: 1;
}
.header-area.rn-scroll-nav .header-wrapper {
  padding: 20px 0;
}
.header-area.rn-scroll-nav.is-affixed {
  background: var(--color-white);
}
.header-area.rn-scroll-nav.is-affixed .header-wrapper {
  padding: 0px 50px;
  width: 100% !important;
  background: #fff;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  animation: headerSlideDown 0.95s ease forwards;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area.rn-scroll-nav.is-affixed .header-wrapper {
    padding: 8px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .header-area.rn-scroll-nav.is-affixed .header-wrapper {
    padding: 8px 30px;
  }
}
.header-area.rn-scroll-nav.is-affixed .header-wrapper .mainmenunav ul.mainmenu > li > a {
  padding: 22px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area.rn-scroll-nav.is-affixed .header-wrapper .mainmenunav ul.mainmenu > li > a {
    padding: 0px 0;
  }
}
@media only screen and (max-width: 767px) {
  .header-area.rn-scroll-nav.is-affixed .header-wrapper .mainmenunav ul.mainmenu > li > a {
    padding: 0px 0;
  }
}
.header-area.rn-scroll-nav .mainmenunav ul.mainmenu > li > a {
  position: relative;
}
.header-area.rn-scroll-nav .mainmenunav ul.mainmenu > li > a::after {
  position: absolute;
  content: "";
  left: 0;
  width: 0;
  height: 3px;
  background: var(--color-primary);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  bottom: 0;
}
.header-area.rn-scroll-nav .mainmenunav ul.mainmenu > li > a.active, .header-area.rn-scroll-nav .mainmenunav ul.mainmenu > li > a:hover {
  background: transparent;
  color: var(--color-primary);
}
.header-area.rn-scroll-nav .mainmenunav ul.mainmenu > li > a.active::after, .header-area.rn-scroll-nav .mainmenunav ul.mainmenu > li > a:hover::after {
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .col-md-8,
.header-area .col-6 {
    position: static;
  }
}
@media only screen and (max-width: 767px) {
  .header-area .col-md-8,
.header-area .col-6 {
    position: static;
  }
}
.humberger-menu span {
  cursor: pointer;
}
.humberger-menu span svg {
  width: 30px;
  height: 30px;
}
@media only screen and (max-width: 767px) {
  .humberger-menu span {
    font-size: 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .humberger-menu span {
    font-size: 28px;
  }
}

.header-wrapper.menu-open .humberger-menu span {
  opacity: 0;
}

@keyframes headerSticky {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
/* Navigation Styles  */
.header-menu-left-align .mainmenunav ul.mainmenu > li.last-elements ul.submenu li ul.submenu {
  right: auto;
  left: 100%;
  top: 0;
}

.header-menu-left-align .mainmenunav ul.mainmenu > li ul.submenu li ul.submenu li ul.submenu {
  right: auto;
  left: 100%;
  top: 0;
}

/*====================
Mainmenu Area 
=====================*/
.mainmenunav ul.mainmenu {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.mainmenunav ul.mainmenu li.current-menu-ancestor > a, .mainmenunav ul.mainmenu li.current_page_item > a, .mainmenunav ul.mainmenu li.current_page_item > a {
  color: var(--color-white);
  opacity: 0.7;
}
.mainmenunav ul.mainmenu > li {
  margin: 0 15px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mainmenunav ul.mainmenu > li {
    margin: 0 9px;
  }
}
.mainmenunav ul.mainmenu > li > a {
  color: var(--color-heading);
  font-size: 16px;
  font-weight: 500;
  padding: 29px 0;
  display: inline-block;
}
.mainmenunav ul.mainmenu > li.current-menu-ancestor > a, .mainmenunav ul.mainmenu > li.current_page_item > a, .mainmenunav ul.mainmenu > li.current_page_item > a {
  color: var(--color-white);
  opacity: 0.7;
}
.mainmenunav ul.mainmenu > li ul.submenu {
  min-width: 247px;
  height: auto;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 90;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  text-align: left;
  padding: 12px 0;
  border-radius: 4px;
}
.mainmenunav ul.mainmenu > li ul.submenu li {
  margin: 0;
  padding: 0;
  position: relative;
}
.mainmenunav ul.mainmenu > li ul.submenu li > a {
  font-size: 16px;
  font-weight: 500;
  padding: 5px 20px;
  font-size: 14px;
  display: block;
  color: #1f1f25;
  margin: 0 10px;
  border-radius: 3px;
}
.mainmenunav ul.mainmenu > li ul.submenu li:hover > a {
  color: var(--color-primary) !important;
  background: var(--color-primary-light);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mainmenunav ul.mainmenu > li ul.submenu li:hover > a {
    background: transparent;
  }
}
@media only screen and (max-width: 767px) {
  .mainmenunav ul.mainmenu > li ul.submenu li:hover > a {
    background: transparent;
  }
}
.mainmenunav ul.mainmenu > li ul.submenu li.is-active > a {
  color: var(--color-primary) !important;
  opacity: 1;
}
.mainmenunav ul.mainmenu > li ul.submenu li ul.submenu {
  left: 100%;
  top: 0;
  text-align: left;
}
.mainmenunav ul.mainmenu > li ul.submenu li ul.submenu li ul.submenu {
  left: auto;
  right: 100%;
  top: 0;
}
.mainmenunav ul.mainmenu > li ul.submenu li ul.submenu li:hover > ul.submenu {
  opacity: 1;
  visibility: visible;
}
.mainmenunav ul.mainmenu > li ul.submenu li:hover > ul.submenu {
  opacity: 1;
  visibility: visible;
}
.mainmenunav ul.mainmenu > li:hover > ul.submenu {
  opacity: 1;
  visibility: visible;
}
.mainmenunav ul.mainmenu > li:hover > a {
  color: var(--color-white);
  opacity: 0.7;
}
.mainmenunav ul.mainmenu > li.last-elements {
  position: relative;
}
.mainmenunav ul.mainmenu > li.last-elements ul.submenu li {
  position: relative;
}
.mainmenunav ul.mainmenu > li.last-elements ul.submenu li ul.submenu {
  right: 100%;
  left: auto;
  top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mainmenunav ul.mainmenu > li.last-elements ul.submenu li ul.submenu {
    right: auto;
    left: initial;
    top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .mainmenunav ul.mainmenu > li.last-elements ul.submenu li ul.submenu {
    right: auto;
    left: initial;
    top: 0;
  }
}
.mainmenunav ul.mainmenu > li:first-child {
  margin-left: 0;
}
.mainmenunav ul.mainmenu > li:last-child {
  margin-right: 0;
}

.header-area.header-content-color-dark.header--transparent .rbt-mini-cart-wrap .mini-cart {
  color: var(--color-heading);
}
.header-area.header-content-color-dark.header--transparent .my_switcher ul li a.dark img {
  filter: brightness(0);
}
.header-area.header-content-color-dark.header--transparent a.btn-default.btn-border.btn-opacity,
.header-area.header-content-color-dark.header--transparent button.btn-default.btn-border.btn-opacity {
  border: 2px solid var(--color-heading);
  color: var(--color-heading);
}
.header-area.header-content-color-dark.header--transparent a.btn-default.btn-border.btn-opacity:hover,
.header-area.header-content-color-dark.header--transparent button.btn-default.btn-border.btn-opacity:hover {
  border-color: var(--color-primary);
  color: var(--color-white);
}
.header-area.header-content-color-dark.header--transparent .humberger-menu span.text-white {
  color: var(--color-heading) !important;
}
.header-area.header-content-color-dark .rbt-mini-cart-wrap .mini-cart {
  color: var(--color-heading);
}
.header-area.header-content-color-dark ul.social-share.social-style--2.color-black li a {
  color: var(--color-body);
}

@media only screen and (min-width: 992px) {
  .header-area.header-content-color-dark .mainmenunav ul.mainmenu > li > a {
    color: var(--color-heading);
  }
  .header-area.header-content-color-dark .mainmenunav ul.mainmenu > li.current-menu-ancestor > a, .header-area.header-content-color-dark .mainmenunav ul.mainmenu > li.current_page_item > a, .header-area.header-content-color-dark .mainmenunav ul.mainmenu > li.current_page_item > a {
    color: var(--color-primary);
    opacity: 1;
  }
  .header-area.header-content-color-dark .mainmenunav ul.mainmenu > li:hover > a {
    color: var(--color-primary);
    opacity: 1;
  }
  .header-area.header-content-color-dark .my_switcher ul li a.dark img {
    filter: brightness(0);
  }
  .header-area.header-content-color-dark a.btn-default.btn-border.btn-opacity,
.header-area.header-content-color-dark button.btn-default.btn-border.btn-opacity {
    border: 2px solid var(--color-heading);
    color: var(--color-heading);
  }
  .header-area.header-content-color-dark a.btn-default.btn-border.btn-opacity:hover,
.header-area.header-content-color-dark button.btn-default.btn-border.btn-opacity:hover {
    border-color: var(--color-primary);
    color: var(--color-white);
  }
  .header-area.header--transparent .mainmenunav ul.mainmenu > li > a {
    color: var(--color-white);
  }
  .header-area.header--transparent .mainmenunav ul.mainmenu > li:hover > a {
    color: var(--color-primary);
    opacity: 1;
  }
  .header-area.header--transparent .header-wrapper a.rn-btn {
    border: 2px solid #b1b4c1;
    color: var(--color-white);
  }
  .header-area.header-style-two.header--transparent .mainmenunav ul.mainmenu > li:hover > a {
    color: var(--color-primary);
  }
}
@media only screen and (min-width: 992px) {
  .header-area.header-content-color-dark .mainmenunav ul.mainmenu > li > a {
    color: var(--color-heading);
  }
}
.header-area.header--transparent .header-wrapper a.rn-btn {
  border: 2px solid #b1b4c1;
  color: var(--color-white);
}
.header-area.header-style-two.header--transparent .header-wrapper a.rn-btn {
  border: 2px solid var(--color-heading);
  color: var(--color-heading);
}

.humberger-menu span.text-white {
  color: var(--color-white) !important;
}

.color-white .mainmenunav ul.mainmenu > li > a {
  color: #ffffff;
}
.color-white .mainmenunav ul.mainmenu > li:hover > a {
  color: rgba(255, 255, 255, 0.6);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .color-white .mainmenunav ul.mainmenu > li:hover > a {
    color: var(--color-primary);
  }
}
@media only screen and (max-width: 767px) {
  .color-white .mainmenunav ul.mainmenu > li:hover > a {
    color: var(--color-primary);
  }
}

.color-black .mainmenunav ul.mainmenu > li > a {
  color: #1d1d24;
}
.color-black .mainmenunav ul.mainmenu > li:hover > a {
  color: var(--color-primary);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-style-two .humberger-menu span.text-white {
    color: #1d1d24 !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-style-two .humberger-menu span.text-white {
    color: #1d1d24 !important;
  }

  .mainmenunav ul.mainmenu > li ul.submenu li ul.submenu {
    left: auto;
    top: 0;
    text-align: left;
  }

  .mainmenunav ul.mainmenu > li ul.submenu li ul.submenu li ul.submenu {
    left: auto;
    right: 0;
    top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .header-style-two .humberger-menu span.text-white {
    color: #1d1d24 !important;
  }

  .mainmenunav ul.mainmenu > li ul.submenu li ul.submenu {
    left: auto;
    top: 0;
    text-align: left;
  }

  .mainmenunav ul.mainmenu > li ul.submenu li ul.submenu li ul.submenu {
    left: auto;
    right: 0;
    top: 0;
  }
}
.header-area.header--sticky.sticky .mainmenunav ul.mainmenu > li.current-menu-ancestor > a,
.header-area.header--sticky.sticky .mainmenunav ul.mainmenu > li.current_page_item > a,
.header-area.header--sticky.sticky .mainmenunav ul.mainmenu > li.current_page_item > a {
  color: var(--color-primary) !important;
  opacity: 1;
}

/*--------------------------------
 One Page Navigation  
--------------------------------*/
.imroz-active-onepage-navigation .header-area .mainmenu > li {
  margin: 0 15px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .imroz-active-onepage-navigation .header-area .mainmenu > li {
    margin: 0 9px;
  }
}
.imroz-active-onepage-navigation .header-area .mainmenu > li:first-child {
  margin-left: 0;
}
.imroz-active-onepage-navigation .header-area .mainmenu > li:last-child {
  margin-right: 0;
}
.imroz-active-onepage-navigation .header-area .mainmenu > li > .nav-link {
  position: relative;
  padding: 20px 0;
}
.imroz-active-onepage-navigation .header-area .mainmenu > li > .nav-link::before {
  position: absolute;
  content: "";
  left: 0;
  width: 0;
  height: 3px;
  background: var(--color-primary);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  bottom: 0;
}
.imroz-active-onepage-navigation .header-area .mainmenu > li > .nav-link.active, .imroz-active-onepage-navigation .header-area .mainmenu > li > .nav-link:hover {
  background: transparent;
  color: var(--color-primary) !important;
}
.imroz-active-onepage-navigation .header-area .mainmenu > li > .nav-link.active::before, .imroz-active-onepage-navigation .header-area .mainmenu > li > .nav-link:hover::before {
  width: 100%;
}
.imroz-active-onepage-navigation .header-area .mainmenu > li .submenu {
  min-width: 247px;
  height: auto;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 90;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  text-align: left;
  padding: 12px 0;
  border-radius: 4px;
}
.imroz-active-onepage-navigation .header-area .mainmenu > li .submenu li {
  margin: 0;
}
.imroz-active-onepage-navigation .header-area .mainmenu > li .submenu li .nav-link {
  position: relative;
  font-weight: 500;
  padding: 5px 20px;
  font-size: 14px;
}
.imroz-active-onepage-navigation .header-area .mainmenu > li .submenu li .nav-link.active, .imroz-active-onepage-navigation .header-area .mainmenu > li .submenu li .nav-link:hover {
  color: var(--color-primary);
  background: var(--color-primary-light);
}
.imroz-active-onepage-navigation .header-area .mainmenu > li:hover .submenu {
  opacity: 1;
  visibility: visible;
}
.imroz-active-onepage-navigation .header-area.header--sticky.sticky {
  padding: 0px 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .imroz-active-onepage-navigation .header-area.header--sticky.sticky {
    padding: 0px 25px;
  }
}
@media only screen and (max-width: 767px) {
  .imroz-active-onepage-navigation .header-area.header--sticky.sticky {
    padding: 0px 15px;
  }
}

/*--------------------------
    Popup Menu  
---------------------------*/
.rn-popup-mobile-menu {
  z-index: 100000;
  position: fixed;
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease-out;
}
.rn-popup-mobile-menu .inner {
  width: 320px;
  z-index: 999;
  position: absolute;
  background-color: #fff;
  height: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 10px 0 rgba(149, 161, 158, 0.7);
  opacity: 0;
  left: -150px;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 575px) {
  .rn-popup-mobile-menu .inner {
    width: 310px;
  }
}
.rn-popup-mobile-menu .inner .popup-menu-top {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rn-popup-mobile-menu .inner .popup-menu-top .logo img {
  max-height: 56px;
}
.rn-popup-mobile-menu .inner .popup-menu-top .logo img.logo-normal {
  display: none;
}
.rn-popup-mobile-menu .inner .popup-menu-top .close-menu span {
  color: var(--color-body);
  font-size: 30px;
  cursor: pointer;
}
.rn-popup-mobile-menu.menu-open {
  visibility: visible;
  opacity: 1;
}
.rn-popup-mobile-menu.menu-open .inner {
  opacity: 1;
  left: 0;
  overflow-y: auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rn-popup-mobile-menu.menu-open .menu-item ul.mainmenu-item {
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .rn-popup-mobile-menu.menu-open .menu-item ul.mainmenu-item {
    right: 0;
  }
}
@media only screen and (max-width: 575px) {
  .rn-popup-mobile-menu.menu-open .menu-item ul.mainmenu-item {
    padding: 5px 20px;
  }
}
.rn-popup-mobile-menu ul.mainmenu-item {
  padding: 5px 20px;
}
.rn-popup-mobile-menu ul.mainmenu-item > li {
  border-bottom: 1px solid var(--color-border);
}
.rn-popup-mobile-menu ul.mainmenu-item > li:last-child {
  border: 0 none;
}
.rn-popup-mobile-menu ul.mainmenu-item li {
  margin: 0;
  padding: 12px 0;
}
.rn-popup-mobile-menu ul.mainmenu-item li a {
  font-size: 16px;
  font-weight: 500;
  color: #1f1f25;
}
.rn-popup-mobile-menu ul.mainmenu-item li a[aria-current=page] {
  color: var(--color-primary) !important;
}
.rn-popup-mobile-menu ul.mainmenu-item li.has-children {
  position: relative;
}
.rn-popup-mobile-menu ul.mainmenu-item li.has-children > a {
  position: relative;
  display: block;
}
.rn-popup-mobile-menu ul.mainmenu-item li.has-children > a::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7px 0 7px;
  border-color: #1f1f25 transparent transparent transparent;
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.rn-popup-mobile-menu ul.mainmenu-item li.has-children > a.open {
  color: var(--color-primary);
}
.rn-popup-mobile-menu ul.mainmenu-item li.has-children > a.open::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 7px 7px;
  border-color: transparent transparent var(--color-primary) transparent;
}
.rn-popup-mobile-menu ul.mainmenu-item li.has-children .submenu {
  display: none;
  padding-left: 20px;
  padding-top: 10px;
}
.rn-popup-mobile-menu ul.mainmenu-item li .submenu li {
  margin: 0;
  padding: 3px 0;
}
.rn-popup-mobile-menu ul.mainmenu-item li .submenu li a {
  font-size: 14px;
  padding: 2px 10px;
  color: #1f1f25;
}
.rn-popup-mobile-menu ul.mainmenu-item.nav {
  flex-direction: column;
}
.rn-popup-mobile-menu ul.mainmenu-item.nav.nav-pills .nav-link {
  padding: 0;
  transition: var(--transition);
}
.rn-popup-mobile-menu ul.mainmenu-item.nav.nav-pills .nav-link.active, .rn-popup-mobile-menu ul.mainmenu-item.nav.nav-pills .nav-link:hover {
  color: var(--color-primary);
  background-color: transparent;
}

.rn-popup-mobile-menu.menu-open .humberger-menu span {
  opacity: 0;
}

@media only screen and (min-width: 992px) {
  .rn-popup-mobile-menu {
    display: none;
  }
}
/*-------------------------------
    Admin Bar Style  
---------------------------------*/
.admin-bar .header-area.header--transparent,
.admin-bar .header-area.header--transparent.sticky,
.admin-bar .header-area.header--sticky.sticky {
  top: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar .header-area.header--transparent,
.admin-bar .header-area.header--transparent.sticky,
.admin-bar .header-area.header--sticky.sticky {
    top: 46px;
  }
}
/* Admin Bar */
@media only screen and (min-width: 779px) {
  body.admin-bar .side-nav,
body.admin-bar .popup-mobile-manu {
    top: 32px;
  }
}
@media only screen and (max-width: 779px) and (min-width: 601px) {
  body.admin-bar .header-area .header-wrapper .mainmenunav ul.mainmenu {
    top: 46px;
  }
}
@media only screen and (max-width: 992px) and (min-width: 779px) {
  body.admin-bar .popup-mobile-manu,
body.admin-bar .side-nav {
    top: 0;
  }
}
@media only screen and (max-width: 779px) and (min-width: 601px) {
  body.admin-bar .popup-mobile-manu,
body.admin-bar .side-nav {
    top: 0;
  }
}
@media only screen and (max-width: 600px) {
  body.admin-bar .popup-mobile-manu,
body.admin-bar .side-nav,
.admin-bar .header-area.header--transparent.sticky,
.admin-bar .header-area.header--sticky.sticky {
    top: 0;
  }

  body.admin-bar .header-area .header-wrapper .mainmenunav ul.mainmenu {
    top: 46px;
  }

  body.admin-bar .header-area.sticky .header-wrapper .mainmenunav ul.mainmenu {
    top: 0;
  }
}
@media only screen and (max-width: 992px) and (min-width: 779px) {
  body.admin-bar .header-area {
    z-index: 99999;
  }

  body.admin-bar .header-area .header-wrapper .mainmenunav ul.mainmenu {
    top: 0;
  }

  body.admin-bar .header-area .header-wrapper .close-menu {
    top: 0;
  }
}
@media only screen and (max-width: 779px) and (min-width: 601px) {
  body.admin-bar .header-area {
    z-index: 99999;
  }

  body.admin-bar .header-area .header-wrapper .mainmenunav ul.mainmenu {
    top: 0;
  }

  body.admin-bar .header-area .header-wrapper .close-menu {
    top: -17px;
  }
}
@media only screen and (max-width: 600px) {
  body.admin-bar .header-area {
    z-index: 99999;
  }

  body.admin-bar .header-area .header-wrapper .mainmenunav ul.mainmenu {
    top: 0;
  }

  body.admin-bar .header-area .header-wrapper .close-menu {
    top: -17px;
  }
}
/**************************************
    Elements Styles
***************************************/
/*==================
    Portfolio Area 
==================*/
.mesonry-list {
  margin: 0 -22px;
}
.mesonry-list .masonry_item .portfolio-static {
  padding: 0 22px;
}
.mesonry-list.grid-metro3 .resizer {
  width: 33.33%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mesonry-list.grid-metro3 .resizer {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .mesonry-list.grid-metro3 .resizer {
    width: 100%;
  }
}
.mesonry-list.grid-metro3 .portfolio-33-33 {
  width: 33.33%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mesonry-list.grid-metro3 .portfolio-33-33 {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .mesonry-list.grid-metro3 .portfolio-33-33 {
    width: 100%;
  }
}
.mesonry-list.grid-metro3.grid-lg-6 .resizer {
  width: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mesonry-list.grid-metro3.grid-lg-6 .resizer {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .mesonry-list.grid-metro3.grid-lg-6 .resizer {
    width: 100%;
  }
}
.mesonry-list.grid-metro3.grid-lg-6 .portfolio-33-33 {
  width: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mesonry-list.grid-metro3.grid-lg-6 .portfolio-33-33 {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .mesonry-list.grid-metro3.grid-lg-6 .portfolio-33-33 {
    width: 100%;
  }
}
.mesonry-list.grid-metro3.grid-lg-4 .resizer {
  width: 33.33%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mesonry-list.grid-metro3.grid-lg-4 .resizer {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .mesonry-list.grid-metro3.grid-lg-4 .resizer {
    width: 100%;
  }
}
.mesonry-list.grid-metro3.grid-lg-4 .portfolio-33-33 {
  width: 33.33%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mesonry-list.grid-metro3.grid-lg-4 .portfolio-33-33 {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .mesonry-list.grid-metro3.grid-lg-4 .portfolio-33-33 {
    width: 100%;
  }
}
.mesonry-list.grid-metro3.grid-lg-3 .resizer {
  width: 25%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mesonry-list.grid-metro3.grid-lg-3 .resizer {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .mesonry-list.grid-metro3.grid-lg-3 .resizer {
    width: 100%;
  }
}
.mesonry-list.grid-metro3.grid-lg-3 .portfolio-33-33 {
  width: 25%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mesonry-list.grid-metro3.grid-lg-3 .portfolio-33-33 {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .mesonry-list.grid-metro3.grid-lg-3 .portfolio-33-33 {
    width: 100%;
  }
}
.mesonry-list.grid-metro3.grid-lg-12 .resizer {
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mesonry-list.grid-metro3.grid-lg-12 .resizer {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .mesonry-list.grid-metro3.grid-lg-12 .resizer {
    width: 100%;
  }
}
.mesonry-list.grid-metro3.grid-lg-12 .portfolio-33-33 {
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mesonry-list.grid-metro3.grid-lg-12 .portfolio-33-33 {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .mesonry-list.grid-metro3.grid-lg-12 .portfolio-33-33 {
    width: 100%;
  }
}

.portfolio {
  position: relative;
  min-height: 600px;
  width: 100%;
  padding-top: 35%;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .portfolio {
    min-height: 500px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio {
    min-height: 500px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio {
    min-height: 450px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio {
    min-height: 400px;
  }
}
.portfolio .thumbnail-inner {
  transition: transform 0.28s ease;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  border-radius: 5px;
}
.portfolio .thumbnail-inner::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 85%;
  display: block;
  z-index: 1;
  content: "";
  background: linear-gradient(to bottom, rgba(15, 15, 15, 0), rgba(15, 15, 15, 0.75) 100%);
  transition: opacity 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
  cursor: pointer;
}
.portfolio .thumbnail-inner::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 85%;
  display: block;
  z-index: 8;
  content: "";
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), var(--color-primary) 100%);
  transition: opacity 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
  cursor: pointer;
  opacity: 0;
}
.portfolio .thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 5px;
  background-color: #0a0a0a;
  transform: scale(1.13) translateZ(0);
  backface-visibility: hidden;
  transition: transform 0.28s ease;
  z-index: 4;
}
.portfolio .thumbnail::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(180deg, transparent, black);
  height: 70%;
  position: absolute;
  width: 100%;
  z-index: 1;
  transition: 0.4s;
}
.portfolio .bg-blr-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-color: #0a0a0a;
  transform: translateY(38px);
  opacity: 0;
  z-index: 1;
}
.portfolio .content {
  position: absolute;
  bottom: 40px;
  left: 40px;
  right: 40px;
  max-width: 100% !important;
  z-index: 10;
  padding: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio .content {
    left: 20px;
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio .content {
    left: 20px;
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio .content {
    left: 15px;
    right: 15px;
    bottom: 15px;
  }
}
.portfolio .content .inner p {
  color: #ffffff;
  opacity: 0.7;
  display: inline-block;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.5px;
}
.portfolio .content .inner h4 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .portfolio .content .inner h4 {
    font-size: 20px;
  }
}
.portfolio .content .inner h4 a {
  color: #ffffff;
}
.portfolio .content .inner .portfolio-button {
  margin-top: 26px;
  transition: 0.7s;
}
@media only screen and (max-width: 767px) {
  .portfolio .content .inner .portfolio-button {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .portfolio .content .inner .portfolio-button {
    margin-top: 25px;
  }
}
.portfolio .content .inner .portfolio-button a.rn-btn {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.3);
}
.portfolio .content .inner .portfolio-button a.rn-btn:hover {
  border-color: var(--color-primary);
}
.portfolio.text-center .content {
  position: absolute;
  bottom: 40px;
  left: 40px;
  max-width: 80% !important;
  z-index: 10;
  padding: 0;
  right: 40px;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio.text-center .content {
    left: 20px;
    right: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio.text-center .content {
    left: 15px;
    right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio.text-center .content {
    left: 10px;
    right: 10px;
  }
}
.portfolio:hover .thumbnail-inner {
  transform: scale(1.08) translateZ(0);
}
.portfolio:hover .thumbnail-inner::before {
  opacity: 0;
}
.portfolio:hover .thumbnail-inner::after {
  opacity: 1;
}
.portfolio:hover .thumbnail {
  transform: scale(1) translateZ(0);
}
.portfolio:hover .bg-blr-image {
  opacity: 0;
  z-index: 9;
}
.portfolio.portfolio-style--2 .inner {
  margin: 0 20px;
}

.transparent-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.portfolio-tilthover .portfolio {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .portfolio-tilthover .portfolio {
    min-height: 400px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-tilthover .portfolio {
    min-height: 400px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio-tilthover .portfolio {
    min-height: 400px;
  }
}
.portfolio-tilthover .portfolio .thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 5px;
  background-color: #0a0a0a;
  transform: scale(1.13) translateZ(0);
  backface-visibility: hidden;
  transition: transform 0.28s ease;
  z-index: 4;
}
@media only screen and (max-width: 575px) {
  .portfolio-tilthover .portfolio .thumbnail {
    transform: scale(1) translateZ(0);
  }
}
.portfolio-tilthover .portfolio .thumbnail::after {
  display: none;
}
@media only screen and (max-width: 575px) {
  .portfolio-tilthover .portfolio .thumbnail-inner {
    transform: scale(1) translateZ(0);
  }
  .portfolio-tilthover .portfolio .thumbnail-inner::before {
    opacity: 0.85;
  }
}
.portfolio-tilthover .portfolio .bg-blr-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-color: #0a0a0a;
  transform: translateY(38px);
  opacity: 0;
  z-index: 1;
}
@media only screen and (max-width: 575px) {
  .portfolio-tilthover .portfolio .bg-blr-image {
    opacity: 0;
    z-index: 9;
  }
}
.portfolio-tilthover .portfolio .content {
  opacity: 0;
}
@media only screen and (max-width: 575px) {
  .portfolio-tilthover .portfolio .content {
    opacity: 1;
  }
}
.portfolio-tilthover .portfolio:hover .content {
  opacity: 1;
}
.portfolio-tilthover .portfolio:hover .thumbnail-inner {
  transform: scale(1) translateZ(0);
}
.portfolio-tilthover .portfolio:hover .thumbnail-inner::before {
  opacity: 0.85;
}
.portfolio-tilthover .portfolio:hover .thumbnail {
  transform: scale(1) translateZ(0);
}
.portfolio-tilthover .portfolio:hover .thumbnail::after {
  background-color: rgba(25, 25, 25, 0.24);
}
.portfolio-tilthover .portfolio:hover .bg-blr-image {
  opacity: 0;
  z-index: 9;
}

/* Item Between Spacing  */
.portfolio-slick-activation.item-fluid.slick-gutter-15 .slick-list {
  margin-left: -200px;
  margin-right: -200px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio-slick-activation.item-fluid.slick-gutter-15 .slick-list {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-slick-activation.item-fluid.slick-gutter-15 .slick-list {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-slick-activation.item-fluid.slick-gutter-15 .slick-list {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.portfolio-sacousel-inner .slick-list {
  margin-left: -200px;
  margin-right: -200px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio-sacousel-inner .slick-list {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-sacousel-inner .slick-list {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-sacousel-inner .slick-list {
    margin-left: 30px;
    margin-right: 30px;
  }
}

.portfolio-sacousel-inner .slick-slide {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: -10px;
}

.portfolio-sacousel-inner .slick-list {
  overflow: visible;
}

.portfolio-sacousel-inner .slick-dots,
.rn-slick-dot .slick-dots {
  bottom: -30px;
}
@media only screen and (max-width: 575px) {
  .portfolio-sacousel-inner .slick-dots,
.rn-slick-dot .slick-dots {
    bottom: -30px;
  }
}
.portfolio-sacousel-inner .slick-dots li,
.rn-slick-dot .slick-dots li {
  width: 30px;
  margin: 0;
  opacity: 0.35;
  position: relative;
}
.portfolio-sacousel-inner .slick-dots li button::before,
.rn-slick-dot .slick-dots li button::before {
  display: none;
}
.portfolio-sacousel-inner .slick-dots li button::after,
.rn-slick-dot .slick-dots li button::after {
  background: #333;
  width: 100%;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-left: 11px;
  background-color: transparent;
  box-shadow: inset 0 0 0 5px #000;
}
.portfolio-sacousel-inner .slick-dots li.slick-active,
.rn-slick-dot .slick-dots li.slick-active {
  opacity: 1;
}
.portfolio-sacousel-inner .slick-dots li.slick-active button::after,
.rn-slick-dot .slick-dots li.slick-active button::after {
  -webkit-transform: scale(2);
  transform: scale(2);
  box-shadow: inset 0 0 0 1px var(--color-primary);
  background-color: transparent;
  background-color: transparent !important;
}
.portfolio-sacousel-inner.dot-light .slick-dots li button::after,
.rn-slick-dot.dot-light .slick-dots li button::after {
  background: #ffffff;
  box-shadow: inset 0 0 0 5px #ffffff;
}
.portfolio-sacousel-inner.dot-light .slick-dots li.slick-active,
.rn-slick-dot.dot-light .slick-dots li.slick-active {
  opacity: 1;
}
.portfolio-sacousel-inner.dot-light .slick-dots li.slick-active button::after,
.rn-slick-dot.dot-light .slick-dots li.slick-active button::after {
  -webkit-transform: scale(2);
  transform: scale(2);
  box-shadow: inset 0 0 0 1px var(--color-primary);
  background-color: transparent;
  background-color: transparent !important;
}

/* Slick Arrow Button  */
.portfolio-slick-activation {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .portfolio-slick-activation {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.portfolio-slick-activation button.slick-arrow {
  position: absolute;
  z-index: 3;
  background: transparent;
  font-size: 20px;
  width: 253px;
  height: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio-slick-activation button.slick-arrow {
    width: 136px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-slick-activation button.slick-arrow {
    width: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-slick-activation button.slick-arrow {
    width: 100px;
    display: none !important;
  }
}
.portfolio-slick-activation button.slick-arrow::before {
  line-height: 1;
  opacity: 0.75;
  font-size: 30px;
  position: relative;
  top: -14px;
  transition: 0.5s;
}
.portfolio-slick-activation button.slick-arrow.slick-prev {
  left: 0;
  background: -moz-linear-gradient(left, black 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(left, black 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, black 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#00000000", GradientType=1);
}
.portfolio-slick-activation button.slick-arrow.slick-prev::before {
  content: url(../images/icons/slick-arrow-left.png);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-slick-activation button.slick-arrow.slick-prev {
    display: none !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio-slick-activation button.slick-arrow.slick-prev {
    display: none !important;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .portfolio-slick-activation button.slick-arrow.slick-prev {
    display: none !important;
  }
}
.portfolio-slick-activation button.slick-arrow.slick-next {
  right: 0;
  background: -moz-linear-gradient(right, black 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(right, black 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to left, black 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#00000000", GradientType=1);
}
.portfolio-slick-activation button.slick-arrow.slick-next::before {
  content: url(../images/icons/slick-arrow-right.png);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-slick-activation button.slick-arrow.slick-next {
    display: none !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio-slick-activation button.slick-arrow.slick-next {
    display: none !important;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .portfolio-slick-activation button.slick-arrow.slick-next {
    display: none !important;
  }
}
.portfolio-slick-activation button.slick-arrow:hover.slick-prev {
  padding-right: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-slick-activation button.slick-arrow:hover.slick-prev {
    padding-right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-slick-activation button.slick-arrow:hover.slick-prev {
    padding-right: 10px;
  }
}
.portfolio-slick-activation button.slick-arrow:hover.slick-next {
  padding-left: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-slick-activation button.slick-arrow:hover.slick-next {
    padding-right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-slick-activation button.slick-arrow:hover.slick-next {
    padding-right: 10px;
  }
}
.portfolio-slick-activation button.slick-arrow:hover::before {
  opacity: 1;
}
.portfolio-slick-activation.layout-2 button.slick-arrow {
  position: absolute;
  z-index: 3;
  background: transparent;
  font-size: 20px;
  width: auto;
  height: 40px;
  left: -60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio-slick-activation.layout-2 button.slick-arrow {
    width: 136px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-slick-activation.layout-2 button.slick-arrow {
    width: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-slick-activation.layout-2 button.slick-arrow {
    width: 100px;
    display: none !important;
  }
}
.portfolio-slick-activation.layout-2 button.slick-arrow::before {
  line-height: 1;
  opacity: 0.75;
  font-size: 30px;
  position: relative;
  transition: 0.5s;
  filter: invert(0.5);
}
.portfolio-slick-activation.layout-2 button.slick-arrow.slick-prev::before {
  content: url(../images/icons/slick-arrow-left.png);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-slick-activation.layout-2 button.slick-arrow.slick-prev {
    display: none !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio-slick-activation.layout-2 button.slick-arrow.slick-prev {
    display: none !important;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .portfolio-slick-activation.layout-2 button.slick-arrow.slick-prev {
    display: none !important;
  }
}
.portfolio-slick-activation.layout-2 button.slick-arrow.slick-next {
  left: auto;
  right: -60px;
}
.portfolio-slick-activation.layout-2 button.slick-arrow.slick-next::before {
  content: url(../images/icons/slick-arrow-right.png);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-slick-activation.layout-2 button.slick-arrow.slick-next {
    display: none !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio-slick-activation.layout-2 button.slick-arrow.slick-next {
    display: none !important;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .portfolio-slick-activation.layout-2 button.slick-arrow.slick-next {
    display: none !important;
  }
}
.portfolio-slick-activation.layout-2 button.slick-arrow:hover.slick-prev {
  padding-right: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-slick-activation.layout-2 button.slick-arrow:hover.slick-prev {
    padding-right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-slick-activation.layout-2 button.slick-arrow:hover.slick-prev {
    padding-right: 10px;
  }
}
.portfolio-slick-activation.layout-2 button.slick-arrow:hover.slick-next {
  padding-left: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-slick-activation.layout-2 button.slick-arrow:hover.slick-next {
    padding-right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-slick-activation.layout-2 button.slick-arrow:hover.slick-next {
    padding-right: 10px;
  }
}
.portfolio-slick-activation.layout-2 button.slick-arrow:hover::before {
  opacity: 1;
}

.rn-slick-activation.item-fluid .slick-dots {
  bottom: -60px;
}

/* Slick Gutter Space  */
.slick-space-gutter--15 {
  margin-left: -15px;
  margin-right: -15px;
}
.slick-space-gutter--15 .slick-slide {
  padding-left: 15px;
  padding-right: 15px;
}
.slick-space-gutter--15 .portfolio {
  margin: 40px 0;
}

.slickdot--20 .slick-dots {
  bottom: -20px;
}

/*-----------------------------
Portfolio Style Three  
--------------------------------*/
.portfolio-style--3 {
  position: relative;
  margin-bottom: 40px;
  overflow: hidden;
  border-radius: 6px;
}
.portfolio-style--3 .thumbnail a {
  display: block;
  position: relative;
  z-index: 1;
}
.portfolio-style--3 .thumbnail a::after {
  background: linear-gradient(to bottom, #fc004d 0, #000000 100%);
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
  opacity: 0;
}
@media only screen and (max-width: 575px) {
  .portfolio-style--3 .thumbnail a::after {
    opacity: 0.85;
    top: 0;
  }
}
.portfolio-style--3 .content {
  position: absolute;
  bottom: -92px;
  width: 100%;
  padding: 50px 35px;
  z-index: 3;
}
@media only screen and (max-width: 575px) {
  .portfolio-style--3 .content {
    bottom: 0;
  }
}
@media only screen and (max-width: 575px) {
  .portfolio-style--3 .content {
    padding: 30px 20px;
  }
}
.portfolio-style--3 .content::before {
  position: absolute;
  content: "";
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #000000 70%);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: -1;
}
@media only screen and (max-width: 575px) {
  .portfolio-style--3 .content::before {
    opacity: 0;
  }
}
.portfolio-style--3 .content p.portfoliotype {
  font-size: 14px;
  margin-bottom: 5px;
  color: #c6c9d8;
}
.portfolio-style--3 .content h4.title {
  margin-bottom: 0;
}
.portfolio-style--3 .content h4.title a {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}
@media only screen and (max-width: 767px) {
  .portfolio-style--3 .content h4.title a {
    font-size: 18px;
    line-height: 29px;
  }
}
.portfolio-style--3 .content .portfolio-btn {
  margin-top: 35px;
  transition: 0.7s;
  opacity: 0;
  visibility: hidden;
}
@media only screen and (max-width: 575px) {
  .portfolio-style--3 .content .portfolio-btn {
    margin-top: 22px;
  }
}
@media only screen and (max-width: 575px) {
  .portfolio-style--3 .content .portfolio-btn {
    opacity: 1;
    visibility: visible;
  }
}
.portfolio-style--3:hover .content {
  bottom: 0;
}
.portfolio-style--3:hover .content::before {
  opacity: 0;
}
.portfolio-style--3:hover .thumbnail a img {
  transform: scale(1.1);
}
.portfolio-style--3:hover .thumbnail a::before {
  opacity: 0;
}
.portfolio-style--3:hover .thumbnail a::after {
  opacity: 0.85;
  top: 0;
}
.portfolio-style--3:hover .content .portfolio-btn {
  opacity: 1;
  visibility: visible;
}

.row--5 .portfolio-style--3 {
  margin-bottom: 10px;
}

/*--------------------------
    Portfolio Style Static 
-----------------------------*/
a.item-portfolio-static {
  transition: inherit;
}

.item-portfolio-static {
  margin-top: 60px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .item-portfolio-static {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .item-portfolio-static {
    margin-top: 30px;
  }
}
.item-portfolio-static .inner {
  padding-top: 20px;
}
.item-portfolio-static .inner p {
  margin-bottom: 5px;
  font-size: 16px;
  color: var(--color-heading);
  transition: 0.3s;
}
.item-portfolio-static .inner p:hover {
  color: var(--color-primary) !important;
}
.item-portfolio-static .inner .gallery-title {
  color: var(--color-heading);
  transition: 0.3s;
  margin-bottom: 0;
}
.item-portfolio-static .inner .gallery-title:hover {
  color: var(--color-primary) !important;
}
.item-portfolio-static .thumbnail img {
  transition: 0.3s;
  width: 100%;
  border-radius: 5px;
  box-shadow: 0 25px 65px rgba(0, 0, 0, 0.1);
}
.item-portfolio-static:hover .thumbnail img {
  box-shadow: 0 50px 80px -10px rgba(0, 0, 0, 0.17);
  transform: translate3d(0, -10px, 0);
}

.portfolio-content-wrap-row.row--5 {
  margin-top: -10px;
}

.dialog-type-lightbox {
  background-color: rgba(0, 0, 0, 0.8) !important;
}

.dialog-lightbox-widget .animated {
  opacity: 1;
  transform: none;
}

/*==========================
    Service Area 
===========================*/
.service .icon {
  display: flex;
}
.service.service__style--1 {
  padding: 40px 0;
  z-index: 2;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .service.service__style--1 {
    padding: 15px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service.service__style--1 {
    padding: 20px 0;
  }
}
.service.service__style--1 .icon img {
  margin-bottom: 34px;
}
@media only screen and (max-width: 767px) {
  .service.service__style--1 .icon img {
    margin-bottom: 14px;
    height: 53px;
  }
}
@media only screen and (max-width: 575px) {
  .service.service__style--1 .icon img {
    margin-bottom: 13px;
    height: 45px;
  }
}
.service.service__style--1 .content p {
  opacity: 0.75;
  font-weight: 300;
}
.service.service__style--2 {
  padding: 30px 35px;
  transition: transform 0.65s cubic-bezier(0.05, 0.2, 0.1, 1), box-shadow 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
  z-index: 2;
  border-radius: 10px;
  background-color: #ffffff;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .service.service__style--2 {
    padding: 30px 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service.service__style--2 {
    padding: 30px 25px;
  }
}
@media only screen and (max-width: 767px) {
  .service.service__style--2 {
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 575px) {
  .service.service__style--2 {
    padding: 30px 18px;
  }
}
.service.service__style--2 .icon {
  font-size: 45px;
  font-weight: 400;
  margin-bottom: 23px;
  color: var(--color-primary);
  border-radius: 100%;
  display: inline-flex;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service.service__style--2 .icon {
    margin-bottom: 11px;
  }
}
.service.service__style--2 .icon svg {
  stroke-width: 1 !important;
  width: 47px;
  height: 47px;
}
@media only screen and (max-width: 767px) {
  .service.service__style--2 .icon svg {
    width: 40px;
    height: 40px;
  }
}
.service.service__style--2 .content h3.title {
  margin-bottom: 19px;
  font-weight: 600;
  font-size: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service.service__style--2 .content h3.title {
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .service.service__style--2 .content h3.title {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 18px;
  }
}
.service.service__style--2 .content h3.title a {
  color: inherit;
}
.service.service__style--2 .content p {
  color: var(--color-gray);
  font-size: var(--font-size-b1);
  line-height: var(--line-height-b1);
}
.service.service__style--2 .content p br {
  display: none;
}
.service.service__style--2 .content p a {
  display: block;
}
.service.service__style--2 .content p a:hover {
  color: var(--color-primary) !important;
}
.service.service__style--2:hover {
  box-shadow: 0px 2px 70px 0px rgba(0, 0, 0, 0.05);
  transform: translateY(-5px);
}
.service.service__style--2.service-left-align {
  display: flex;
  padding: 50px 24px;
}
.service.service__style--2.service-left-align .icon {
  padding-right: 20px;
}
.service.service__style--2.bg-gray {
  background: #f6f6f6;
}
.service.service__style--2.bg-gray:hover {
  box-shadow: 0px 2px 70px 0px rgba(253, 71, 102, 0.05);
  transform: translateY(-5px);
}
.service.service__style--2.text-left {
  padding: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .service.service__style--2.text-left {
    padding: 40px 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service.service__style--2.text-left {
    padding: 40px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service.service__style--2.text-left {
    padding: 40px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .service.service__style--2.text-left {
    padding: 30px 20px;
  }
}
.service.service__style--2.text-left .icon {
  justify-content: left;
}
.service.text-right .icon {
  justify-content: flex-end;
}
.service.text-center .icon {
  justify-content: center;
}

.service-one-wrapper {
  margin-top: -30px;
}

.single-service.service__style--4 {
  padding: 0;
  z-index: 2;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
  margin-top: 30px;
}
.single-service.service__style--4 img {
  border-radius: 10px;
}
.single-service.service__style--4.large-size {
  padding: 60px 45px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-service.service__style--4.large-size {
    padding: 25px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-service.service__style--4.large-size {
    padding: 30px 25px;
  }
}
@media only screen and (max-width: 767px) {
  .single-service.service__style--4.large-size {
    padding: 25px 20px;
  }
}
.single-service.service__style--4 a {
  display: block;
  transition: 0.3s;
}
.single-service.service__style--4 .icon {
  display: inline-flex;
  font-size: 54px;
  font-weight: 400;
  margin-bottom: 23px;
  display: inline-flex;
  color: var(--color-primary);
}
@media only screen and (max-width: 767px) {
  .single-service.service__style--4 .icon {
    margin-bottom: 18px;
  }
}
@media only screen and (max-width: 575px) {
  .single-service.service__style--4 .icon {
    color: #fff;
  }
}
.single-service.service__style--4 .icon svg {
  stroke-width: 1 !important;
}
.single-service.service__style--4 .content .title,
.single-service.service__style--4 .content h3 {
  margin-bottom: 14px;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.4074;
}
@media only screen and (max-width: 575px) {
  .single-service.service__style--4 .content .title,
.single-service.service__style--4 .content h3 {
    color: #fff;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-service.service__style--4 .content .title,
.single-service.service__style--4 .content h3 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-service.service__style--4 .content .title,
.single-service.service__style--4 .content h3 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .single-service.service__style--4 .content .title,
.single-service.service__style--4 .content h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.single-service.service__style--4 .content p {
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  .single-service.service__style--4 .content p {
    font-size: 16px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 575px) {
  .single-service.service__style--4 .content p {
    color: #fff;
  }
}

/* ---------------------------
    Standard Service  
-------------------------------*/
.standard-service {
  margin-top: 30px;
}
.standard-service .thumbnai img {
  border-radius: 5px;
}
.standard-service .content h3,
.standard-service .content h5 {
  font-size: 19px;
  margin-top: 22px;
  margin-bottom: 10px;
  font-weight: 600;
}
.standard-service .content h3 a,
.standard-service .content h5 a {
  color: #1f1f25;
}
.standard-service .content h3 a:hover,
.standard-service .content h5 a:hover {
  color: var(--color-primary);
}
.standard-service .content p {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 7px;
}

.text-center .service.service__style--2,
.text-left .service.service__style--2 {
  padding: 60px 45px;
}
@media only screen and (max-width: 767px) {
  .text-center .service.service__style--2,
.text-left .service.service__style--2 {
    padding: 30px 14px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .text-center .service.service__style--2,
.text-left .service.service__style--2 {
    padding: 30px 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .text-center .service.service__style--2,
.text-left .service.service__style--2 {
    padding: 30px 14px;
  }
}

.service-white .service__style--1 {
  z-index: 2;
  text-align: center;
}
.service-white .service__style--1 .icon {
  margin-bottom: 22px;
}
.service-white .service__style--1 .icon svg,
.service-white .service__style--1 .icon i {
  font-size: 60px;
  stroke-width: 1;
  color: var(--color-primary);
  width: 60px;
  height: 60px;
  font-weight: 400;
}
.service-white .service__style--1 .content h4.title {
  color: var(--color-white);
}
.service-white .service__style--1 .content p {
  color: #bfbdbd;
  padding: 0 30px;
  font-weight: 400;
  opacity: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .service-white .service__style--1 .content p {
    padding: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-white .service__style--1 .content p {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-white .service__style--1 .content p {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .service-white .service__style--1 .content p {
    padding: 0;
  }
}

/*---------------------------
    Paralax Service Style  
-----------------------------*/
.rn-paralax-service .service__style--2 {
  z-index: 2;
  padding: 40px 40px;
  background: rgba(255, 255, 255, 0.3);
  overflow: hidden;
  border: 2px solid transparent;
}
@media only screen and (max-width: 767px) {
  .rn-paralax-service .service__style--2 {
    padding: 30px 20px;
    background: transparent;
  }
}
.rn-paralax-service .service__style--2 .icon {
  color: #ffffff;
}
.rn-paralax-service .service__style--2 .content h3.title {
  font-size: 19px;
  color: #ffffff;
}
.rn-paralax-service .service__style--2 .content p {
  color: var(--color-gray);
}
.rn-paralax-service .service__style--2:hover {
  border: 2px solid var(--color-primary);
}
.rn-paralax-service .service__style--2:hover::before {
  border-radius: 0;
}

/*------------------------------
    Creative Agency Service  
-------------------------------*/
.creative-service-wrapper .row.creative-service a {
  display: flex;
  height: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-one-wrapper {
    margin: 0;
  }
}
.service-one-wrapper .service__style--1 .content p {
  color: var(--color-body);
}

.single-service {
  height: 100%;
}

.single-service .service.service__style--2 {
  height: 100%;
}

/*====================
    Slider Area 
======================*/
@media only screen and (max-width: 767px) {
  .bg_image--31 {
    background-position: 67% center !important;
  }

  .bg_image--32 {
    background-position: 27% center !important;
  }
}
.particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
}

.attacment-fixed {
  background-attachment: fixed;
}

.slider-wrapper .video-image-wrapper {
  position: relative;
  z-index: 2;
  margin-top: -150px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .slider-wrapper .video-image-wrapper {
    margin-top: 0;
    padding-top: 120px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-wrapper .video-image-wrapper {
    margin-top: -107px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-wrapper .video-image-wrapper {
    margin-top: -74px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-wrapper .video-image-wrapper {
    margin-top: 0;
    padding-top: 80px;
  }
}

.slider-fixed--height {
  min-height: 1080px;
  width: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .slider-fixed--height {
    min-height: 900px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-fixed--height {
    min-height: auto;
    padding: 60px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-fixed--height {
    min-height: auto;
    padding: 80px 0;
    padding-bottom: 60px;
  }
}

/*----------------------
Slider Default Style 
------------------------*/
.slide .inner {
  padding-top: 80px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .slide .inner {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 575px) {
  .slide .inner {
    padding-top: 30px;
  }
}
.slide .inner h1.title {
  font-size: 110px;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  line-height: 120px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .slide .inner h1.title {
    font-size: 100px;
    line-height: 112px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slide .inner h1.title {
    font-size: 90px;
    line-height: 103px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slide .inner h1.title {
    font-size: 70px;
    line-height: 82px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .slide .inner h1.title {
    font-size: 50px;
    line-height: 70px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 575px) {
  .slide .inner h1.title {
    font-size: 34px;
    line-height: 42px;
    margin-bottom: 20px;
  }
}
.slide.slide-style-1 .inner {
  padding-top: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slide.slide-style-1 .inner {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .slide.slide-style-1 .inner {
    padding-top: 57px;
  }
}
@media only screen and (max-width: 575px) {
  .slide.slide-style-1 .inner {
    padding-top: 57px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slide.slide-style-1 .inner h1.title {
    font-size: 68px;
    line-height: 81px;
    margin-bottom: 9px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slide.slide-style-1 .service-wrapper.service-white {
    margin-top: 64px;
  }
}
.slide.slide-style-2 {
  padding-top: 230px;
  padding-bottom: 284px;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .slide.slide-style-2 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
.slide.slide-style-2.fullscreen {
  min-height: 950px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .slide.slide-style-2.fullscreen {
    padding-top: 160px;
    padding-bottom: 160px;
    min-height: auto;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slide.slide-style-2.fullscreen {
    min-height: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slide.slide-style-2.fullscreen {
    min-height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .slide.slide-style-2.fullscreen {
    min-height: auto;
  }
}
.slide.slide-style-2.slider-box-content {
  height: 800px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slide.slide-style-2.slider-box-content {
    height: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slide.slide-style-2.slider-box-content {
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .slide.slide-style-2.slider-box-content {
    height: auto;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slide.slide-style-2 {
    padding-top: 160px;
    padding-bottom: 170px;
    min-height: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slide.slide-style-2 {
    padding-top: 150px;
    padding-bottom: 150px;
    min-height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .slide.slide-style-2 {
    padding-top: 150px;
    padding-bottom: 150px;
    min-height: auto;
  }
}
.slide.slide-style-2 .inner {
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slide.slide-style-2 .inner {
    padding-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slide.slide-style-2 .inner {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .slide.slide-style-2 .inner {
    padding-top: 0;
    text-align: center !important;
  }
}
@media only screen and (max-width: 767px) {
  .slide.slide-style-2 .inner.text-right {
    text-align: right !important;
  }
}
.slide.slide-style-2 .inner > span {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 4px;
  display: block;
  margin-bottom: 9px;
}
.slide.slide-style-2 .inner .title {
  color: #ffffff;
  font-size: 100px;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slide.slide-style-2 .inner .title {
    font-size: 72px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slide.slide-style-2 .inner .title {
    font-size: 60px;
    margin-bottom: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .slide.slide-style-2 .inner .title {
    font-size: 42px;
    line-height: 49px;
  }
}
.slide.slide-style-2 .inner p.description {
  color: rgba(255, 255, 255, 0.8);
  font-size: 24px;
  line-height: 40px;
  margin: 0;
  padding: 0 16%;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  .slide.slide-style-2 .inner p.description {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slide.slide-style-2 .inner p.description {
    padding: 0 10%;
  }
}
.slide.slide-style-2 .inner .slide-btn {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .slide.slide-style-2 .inner .slide-btn {
    margin-top: 30px;
  }
}
.slide.slide-style-2 .inner.text-left p {
  padding: 0 37% 0 0;
}
@media only screen and (max-width: 767px) {
  .slide.slide-style-2 .inner.text-left p {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slide.slide-style-2 .inner.text-left p {
    padding: 0 3% 0 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slide.slide-style-2 .inner.text-left p {
    padding: 0 20% 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .slide.slide-style-2 .inner.text-left p {
    padding: 0 0 0% 0;
  }
}
.slide.slide-style-2 .inner.text-right p {
  padding: 0 0 0% 46%;
}
@media only screen and (max-width: 767px) {
  .slide.slide-style-2 .inner.text-right p {
    padding: 0 0 0% 0;
  }
}
.slide.slide-style-2.without-overlay .inner p.description {
  color: #fff;
  opacity: 0.7;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .slide.slide-style-2.slider-paralax {
    height: auto;
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
.slide.slider-style-3 .inner > span {
  color: #1f1f25;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 4px;
  display: block;
  margin-bottom: 20px;
}
.slide.slider-style-3 .inner > span.theme-gradient, .slide.slider-style-3 .section-title .inner > span.sub-title, .section-title .slide.slider-style-3 .inner > span.sub-title {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .slide.slider-style-3 .inner > span {
    font-size: 13px;
    margin-bottom: 10px;
  }
}
.slide.slider-style-3 .inner h1.title {
  color: #1f1f25;
  font-size: 75px;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  line-height: 90px;
  text-transform: inherit;
  width: 70%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slide.slider-style-3 .inner h1.title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slide.slider-style-3 .inner h1.title {
    font-size: 60px;
    line-height: 77px;
    width: 85%;
  }
}
@media only screen and (max-width: 767px) {
  .slide.slider-style-3 .inner h1.title {
    font-size: 42px;
    line-height: 57px;
    width: 100%;
  }
}
.slide.slider-style-3 .inner h1.title span {
  color: var(--color-primary);
}
.slide.slider-style-3 .inner .description {
  margin-top: 25px;
  max-width: 58%;
  line-height: 36px;
  font-size: 20px;
  color: var(--color-body);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slide.slider-style-3 .inner .description {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .slide.slider-style-3 .inner .description {
    max-width: 100%;
  }
}
.slide.slide-style-4 .inner {
  padding-top: 60px;
}
.slide.slide-style-4 .inner h1.title {
  font-size: 80px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slide.slide-style-4 .inner h1.title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slide.slide-style-4 .inner h1.title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .slide.slide-style-4 .inner h1.title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .slide.slide-style-4 .inner h1.title {
    font-size: 32px;
  }
}
.slide.slide-style-4 .inner .description {
  color: #fff;
  opacity: 0.7;
  font-size: 20px;
  line-height: 1.8;
  margin-top: 30px;
  margin-bottom: 37px;
}

.slider-wrapper.color-white .inner p.description {
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .slider-wrapper .service-wrapper {
    margin-bottom: -20px;
  }
}

.react-parallax img {
  object-fit: cover;
}

/* Modern Slider Area  */
.im_modern_slider .slide.slide-style-2 .inner h1.title {
  color: #ffffff;
  font-size: 70px;
  font-weight: 600;
  position: relative;
  margin-bottom: 30px;
  font-family: "Montserrat", sans-serif;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .im_modern_slider .slide.slide-style-2 .inner h1.title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .im_modern_slider .slide.slide-style-2 .inner h1.title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .im_modern_slider .slide.slide-style-2 .inner h1.title {
    font-size: 38px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}
.im_modern_slider .slide.slide-style-2 .inner h1.title::before {
  position: absolute;
  content: "";
  background: #fff;
  width: 100px;
  height: 2px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.im_modern_slider .slide.slide-style-2 .inner p.description {
  color: #fff;
  font-size: 28px;
  line-height: 40px;
  margin: 0;
  padding: 0 16%;
  font-weight: 300;
  letter-spacing: 2px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .im_modern_slider .slide.slide-style-2 .inner p.description {
    font-size: 20px;
  }
}
.im_modern_slider .slide.slide-style-2 .inner p.description_style-2 {
  color: rgba(255, 255, 255, 0.8);
  font-size: 19px;
  line-height: 40px;
  margin: 0;
  padding: 0 23%;
  font-weight: 400;
  letter-spacing: 1px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .im_modern_slider .slide.slide-style-2 .inner p.description_style-2 {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .im_modern_slider .slide.slide-style-2 .inner p.description_style-2 {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .im_modern_slider .slide.slide-style-2 .inner .slide-btn {
    margin-top: 30px;
  }
}
.im_modern_slider .slide.slide-style-2 .inner .btn-default:hover {
  color: #ffffff;
  border-color: #ffffff;
}

/*-------------------------
Personal Portfolio  
--------------------------*/
.personal-portfolio-slider {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .slide.personal-portfolio-slider.slider-style-3, .slide.designer-portfolio.slider-style-3 {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slide.personal-portfolio-slider.slider-style-3, .slide.designer-portfolio.slider-style-3 {
    padding: 150px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slide.personal-portfolio-slider.slider-style-3, .slide.designer-portfolio.slider-style-3 {
    padding: 150px 0;
    min-width: auto;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .slide.personal-portfolio-slider.slider-style-3 .inner, .slide.designer-portfolio.slider-style-3 .inner {
    padding-top: 56px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slide.personal-portfolio-slider.slider-style-3 .inner, .slide.designer-portfolio.slider-style-3 .inner {
    padding-top: 76px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .slide.personal-portfolio-slider.slider-style-3 .inner h1.title, .slide.designer-portfolio.slider-style-3 .inner h1.title {
    font-size: 54px;
    line-height: 68px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slide.personal-portfolio-slider.slider-style-3 .inner h1.title, .slide.designer-portfolio.slider-style-3 .inner h1.title {
    font-size: 58px;
    line-height: 75px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slide.personal-portfolio-slider.slider-style-3 .inner h1.title, .slide.designer-portfolio.slider-style-3 .inner h1.title {
    font-size: 53px;
    line-height: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .slide.personal-portfolio-slider.slider-style-3 .inner h1.title, .slide.designer-portfolio.slider-style-3 .inner h1.title {
    font-size: 30px;
    line-height: 45px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .slide.personal-portfolio-slider.slider-style-3 .inner h2, .slide.designer-portfolio.slider-style-3 .inner h2 {
    font-size: 54px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 767px) {
  .slide.personal-portfolio-slider.slider-style-3 .inner h2, .slide.designer-portfolio.slider-style-3 .inner h2 {
    font-size: 32px;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slide.personal-portfolio-slider.slider-style-3 .inner h2, .slide.designer-portfolio.slider-style-3 .inner h2 {
    font-size: 53px;
    line-height: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slide.personal-portfolio-slider.slider-style-3 .inner h2, .slide.designer-portfolio.slider-style-3 .inner h2 {
    font-size: 58px;
    line-height: 75px;
  }
}
.slide.designer-portfolio {
  height: 700px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slide.designer-portfolio {
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .slide.designer-portfolio {
    height: auto;
  }
}
.slide.designer-portfolio .video-popup {
  margin: inherit;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slide.designer-portfolio.slider-style-3 {
    height: auto;
    padding: 100px 0;
  }
}
@media only screen and (max-width: 767px) {
  .slide.designer-portfolio.slider-style-3 {
    height: auto;
    padding: 100px 0;
  }
}
.slide.designer-portfolio.slider-style-3 .inner {
  padding: 0;
}
.slide.designer-portfolio.slider-style-3 .inner h1.title {
  width: 100%;
}
.slide.designer-portfolio.slider-style-3 .designer-thumbnail img {
  border-radius: 100%;
  padding: 0;
  border: 14px solid #fff;
  width: 394px;
  height: 394px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 0 20px 40px rgba(255, 255, 255, 0.15);
}
@media only screen and (max-width: 575px) {
  .slide.designer-portfolio.slider-style-3 .designer-thumbnail img {
    width: auto;
    height: auto;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slide.designer-portfolio.slider-style-3 .designer-thumbnail img {
    width: auto;
    height: auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .white-overlay-mobile {
    position: relative;
  }
  .white-overlay-mobile::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    background: #ffffff;
    opacity: 0.5;
  }
}
@media only screen and (max-width: 767px) {
  .white-overlay-mobile {
    position: relative;
  }
  .white-overlay-mobile::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    background: #ffffff;
    opacity: 0.5;
  }
}
.btn-hire {
  position: fixed;
  right: 0;
  top: 75%;
  z-index: 3;
}
.btn-hire a.btn-default {
  border-radius: 10px 0;
  padding: 4px 17px;
  font-size: 14px;
  text-transform: inherit;
  font-weight: 500;
}

/*--------------------------
    Slider Digital Agency  
----------------------------*/
.slider-digital-agency a.rn-button-style--2 {
  color: #fff;
  border-color: #fff;
}

/* ----------------------
    Slider Videi Bg 
------------------------*/
.slider-video-bg {
  position: relative;
  z-index: 2;
}
.slider-video-bg .video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.slider-video-bg .inner {
  position: relative;
  z-index: 2;
}
.slider-video-bg[data-black-overlay]::before {
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-video-bg .video-inner button.video-popup {
    margin: 0;
    margin-top: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-video-bg .video-inner button.video-popup {
    margin: 0;
    margin-top: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-video-bg .video-inner button.video-popup {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    margin-top: 30px;
  }
}

.slide.slide-style-2.slider-video-bg .inner .title {
  font-size: 60px;
  line-height: 80px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .slide.slide-style-2.slider-video-bg .inner .title {
    font-size: 44px;
    line-height: 60px;
    margin-bottom: 13px;
  }
}
@media only screen and (max-width: 575px) {
  .slide.slide-style-2.slider-video-bg .inner .title {
    font-size: 36px;
    line-height: 53px;
  }
}

/* ---------------------------
    Slider Creative Agency
------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-creative-agency .slider-paralax {
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .slider-creative-agency .slider-paralax {
    height: auto;
  }
}
.slider-creative-agency.with-particles {
  position: relative;
}
.slider-creative-agency.with-particles .frame-layout__particles {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}
.slider-creative-agency.with-particles .frame-layout__particles canvas {
  position: absolute;
  z-index: 1;
}
.slider-creative-agency.with-particles .inner {
  position: relative;
  z-index: 4;
}

/*-------------------------
For Slider Service 
---------------------------*/
.slide .service {
  margin-top: 85px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slide .service {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slide .service {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .slide .service {
    margin-top: 20px;
  }
}

/*=======================
    Slider Paralax 
=========================*/
.slider_fixed_height {
  height: 950px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .slider_fixed_height {
    height: auto;
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_fixed_height {
    height: auto;
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_fixed_height {
    height: auto;
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .slider_fixed_height {
    height: auto;
    padding-top: 150px;
    padding-bottom: 150px;
  }
}

.slider-paralax,
.rn-paralax {
  height: 950px;
  background-attachment: fixed;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .slider-paralax,
.rn-paralax {
    height: auto;
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-paralax,
.rn-paralax {
    height: auto;
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-paralax,
.rn-paralax {
    height: auto;
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-paralax,
.rn-paralax {
    height: auto;
    padding-top: 150px;
    padding-bottom: 150px;
  }
}

@media only screen and (max-width: 767px) {
  .bg_image--16 {
    background-position: 71% center;
  }
}

/*--------------------------------------
Slider Default Button And Dot STyle
---------------------------------------*/
.slider-activation {
  position: relative;
}
.slider-activation .slick-dots {
  bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .slider-activation .slick-dots {
    bottom: 88px;
  }
}
.slider-activation button.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  transition: 0.5s;
  opacity: 1;
  width: 68px;
  height: 68px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-activation button.slick-arrow {
    display: none !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-activation button.slick-arrow {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .slider-activation button.slick-arrow {
    display: none !important;
  }
}
.slider-activation button.slick-arrow:hover {
  background: var(--color-primary);
  border-color: var(--color-primary);
}
.slider-activation button.slick-arrow::before {
  line-height: 1;
  opacity: 0.4;
  position: relative;
  top: -2px;
  transition: 0.5s;
  z-index: 2;
}
.slider-activation button.slick-arrow.slick-prev {
  left: 30px;
}
@media only screen and (max-width: 767px) {
  .slider-activation button.slick-arrow.slick-prev {
    left: 20px;
  }
}
.slider-activation button.slick-arrow.slick-prev::before {
  content: url(../images/icons/slick-arrow-left-small.png);
}
.slider-activation button.slick-arrow.slick-prev:hover {
  left: 20px;
}
@media only screen and (max-width: 767px) {
  .slider-activation button.slick-arrow.slick-prev:hover {
    left: 20px;
  }
}
.slider-activation button.slick-arrow.slick-prev:hover::before {
  opacity: 1;
}
.slider-activation button.slick-arrow.slick-next {
  left: auto;
  right: 30px;
}
@media only screen and (max-width: 767px) {
  .slider-activation button.slick-arrow.slick-next {
    right: 20px;
  }
}
.slider-activation button.slick-arrow.slick-next::before {
  content: url(../images/icons/slick-arrow-right-small.png);
}
.slider-activation button.slick-arrow.slick-next:hover {
  right: 20px;
}
@media only screen and (max-width: 767px) {
  .slider-activation button.slick-arrow.slick-next:hover {
    right: 20px;
  }
}
.slider-activation button.slick-arrow.slick-next:hover::before {
  opacity: 1;
}

.thumbnail img {
  border-radius: 5px;
  box-shadow: 0 25px 65px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 767px) {
  .bg_image--25 {
    background-position: 70% center;
    background-attachment: scroll;
  }
}

/*--------------------------
Slick Animation For Slider  
-----------------------------*/
.slick-slide.slick-current .slide.slide-style-2 .inner .title {
  -webkit-animation: 800ms ease-in-out 0s normal none 1 running customOne;
  animation: 800ms ease-in-out 0s normal none 1 running customOne;
}
.slick-slide.slick-current .slide.slide-style-2 .inner p.description {
  -webkit-animation: 1000ms ease-in-out 0s normal none 1 running customOne;
  animation: 1000ms ease-in-out 0s normal none 1 running customOne;
}
.slick-slide.slick-current .slide.slide-style-2 .inner .slide-btn {
  -webkit-animation: 1200ms ease-in-out 0s normal none 1 running customOne;
  animation: 1200ms ease-in-out 0s normal none 1 running customOne;
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
}

/*---------------------
    Box Model  
----------------------*/
.box-model .service-wrapper {
  background-image: url(/assets/images/bg/bg-image-1.jpg);
  padding: 10px 50px;
  border-radius: 6px;
  position: relative;
}

.box-model .service-wrapper .service {
  margin: 0;
}

.box-model .service-wrapper .service .icon {
  margin: auto;
  text-align: center;
}

.box-model .service-wrapper .service .content {
  text-align: center;
}

.box-model .service-wrapper:before {
  width: 90%;
  height: 80%;
  position: absolute;
  left: 0;
  bottom: -30px;
  content: "";
  background-color: var(--color-primary);
  z-index: -1;
  margin: auto;
  right: 0;
  border-radius: 20%;
  background-image: linear-gradient(145deg, var(--color-primary) 0%, var(--color-secondary) 100%);
  filter: blur(30px);
}

.box-model .inner {
  text-align: center;
  margin-bottom: 60px;
}

.slider-digital-agency .slick-dotted.slick-slider {
  margin-bottom: 0;
}

/*========================
    Counterup Area 
==========================*/
.counterup_style--1 {
  text-align: center;
  margin-top: 40px;
}
.counterup_style--1 .counter {
  font-size: 72px;
  line-height: 80px;
  display: inline-block;
  margin-bottom: 17px;
  position: relative;
  display: inline-block;
  color: var(--color-primary);
  margin-left: -20px;
}
@media only screen and (max-width: 767px) {
  .counterup_style--1 .counter {
    font-size: 45px;
    line-height: 56px;
    margin-bottom: 5px;
    margin-left: -11px;
  }
}
.counterup_style--1 .counter::after {
  right: -26px;
  position: absolute;
  top: -17px;
  font-size: 40px;
  content: "+";
}
.counterup_style--1 p.description {
  font-size: 18px;
  line-height: 30px;
  padding: 0 5%;
  color: rgba(29, 29, 36, 0.75);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counterup_style--1 p.description {
    font-size: 16px;
    line-height: 28px;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .counterup_style--1 p.description {
    font-size: 16px;
    line-height: 28px;
    padding: 0;
  }
}

.rn-paralax-counterup .counterup_style--1 {
  text-align: center;
}
.rn-paralax-counterup .counterup_style--1 h5.counter {
  color: var(--color-primary);
}
.rn-paralax-counterup .counterup_style--1 p.description {
  color: #ffffff;
}

.counterup_style--2 {
  text-align: center;
}
.counterup_style--2 h5.counter {
  font-size: 50px;
  line-height: 60px;
  color: var(--color-primary);
  display: inline-block;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .counterup_style--2 h5.counter {
    font-size: 36px;
    line-height: 46px;
  }
}
.counterup_style--2 h4.description {
  font-size: 16px;
  line-height: 30px;
  padding: 0 10%;
  margin-bottom: 0;
}

.theme-text-white .counterup_style--1 h5.counter {
  color: #ffffff;
}
.theme-text-white .counterup_style--1 p.description {
  color: #ffffff;
}

/*----------------------------
    Counterup New Style  
------------------------------*/
.bg_color--1 .im_counterup {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.im_counterup {
  min-height: 280px;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 30px;
}
.im_counterup .inner .icon {
  border-radius: 100%;
  font-size: 38px;
  margin-bottom: 20px;
}
.im_counterup .inner .counter {
  font-size: 54px;
  font-weight: 600;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-bottom: 7px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .im_counterup .inner .counter {
    font-size: 44px;
    font-weight: 600;
    line-height: 52px;
  }
}
@media only screen and (max-width: 767px) {
  .im_counterup .inner .counter {
    font-size: 44px;
    font-weight: 600;
    line-height: 52px;
  }
}
.im_counterup .inner .counter::after {
  content: "+";
}
.im_counterup .inner .description {
  font-size: 18px;
  line-height: 28px;
}

.im_single_counterup .im_counterup .inner .icon svg,
.im_single_counterup .im_counterup .inner .icon i {
  color: var(--color-primary);
  width: 40px;
  height: 38px;
}
.im_single_counterup:nth-child(2) .im_counterup .inner .icon svg,
.im_single_counterup:nth-child(2) .im_counterup .inner .icon i {
  color: var(--color-secondary);
}
.im_single_counterup:nth-child(3) .im_counterup .inner .icon svg,
.im_single_counterup:nth-child(3) .im_counterup .inner .icon i {
  color: var(--color-warning);
}
.im_single_counterup:nth-child(4) .im_counterup .inner .icon svg,
.im_single_counterup:nth-child(4) .im_counterup .inner .icon i {
  color: var(--color-success);
}

/* ---------------------------
Testimonial Styles 
------------------------------*/
.rn-testimonial-content .inner {
  padding-bottom: 20px;
}
.rn-testimonial-content .inner p {
  font-size: 30px;
  line-height: 48px;
  color: #18181b;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: -16px;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rn-testimonial-content .inner p {
    font-size: 24px;
    line-height: 44px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rn-testimonial-content .inner p {
    font-size: 28px;
    line-height: 48px;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .rn-testimonial-content .inner p {
    font-size: 20px !important;
    line-height: 37px !important;
    padding: 0;
    font-weight: 400;
  }
}
@media only screen and (max-width: 575px) {
  .rn-testimonial-content .inner p {
    font-size: 18px !important;
    line-height: 34px !important;
  }
}
.rn-testimonial-content .inner p::before {
  position: absolute;
  width: 177px;
  height: 100%;
  left: -64px;
  top: -57px;
  background-image: url(../images/client/image-1.png);
  content: "";
  opacity: 1;
  background-repeat: no-repeat;
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rn-testimonial-content .inner p::before {
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rn-testimonial-content .inner p::before {
    left: 0;
    top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .rn-testimonial-content .inner p::before {
    top: -15px;
    background-size: 100px;
    left: 50%;
    right: 0;
    width: 100%;
    margin-left: -48px;
  }
}
.rn-testimonial-content .author-info h6 {
  font-size: 18px;
  line-height: 50px;
  color: #8c8c8c;
  font-weight: 300;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .rn-testimonial-content .author-info h6 {
    line-height: 20px;
    font-size: 14px;
  }
}
.rn-testimonial-content .author-info h6 span {
  color: var(--color-primary);
  text-transform: uppercase;
  font-weight: 500;
}

.rn-testimonial-light .rn-testimonial-content .inner p {
  color: #c6c9d8;
}
.rn-testimonial-light .rn-testimonial-content .author-info h6 {
  color: #ffffff;
}
.rn-testimonial-light .rn-testimonial-content .author-info h6 span {
  color: #c6c9d8;
  text-transform: uppercase;
}

.rn-paralax-testimonial .rn-testimonial-content .inner p {
  color: #ffffff;
}
.rn-paralax-testimonial .rn-testimonial-content .inner p::before, .rn-paralax-testimonial .rn-testimonial-content .inner p::after {
  opacity: 0.1;
}

/* ------------------------------
Testimonial Thumbnail 
-------------------------------- */
ul.testimonial-thumb-wrapper {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 510px;
  margin: 0px auto;
  margin-bottom: -30px;
  outline: none;
  border: 0 none;
}
@media only screen and (max-width: 575px) {
  ul.testimonial-thumb-wrapper {
    margin-bottom: -10px;
  }
}
ul.testimonial-thumb-wrapper li {
  padding-left: 15px;
  padding-right: 15px;
  flex-basis: 33.33%;
  margin-bottom: 30px;
  outline: none;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  ul.testimonial-thumb-wrapper li {
    flex-basis: 33.33%;
    margin-bottom: 14px;
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media only screen and (max-width: 575px) {
  ul.testimonial-thumb-wrapper li {
    flex-basis: 50%;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
  }
}
ul.testimonial-thumb-wrapper li .thumb {
  position: relative;
  display: inline-block;
  width: 100%;
}
ul.testimonial-thumb-wrapper li .thumb img {
  border-radius: 5px;
  width: 100%;
  max-height: 140px;
  min-height: 140px;
  object-fit: cover;
}
ul.testimonial-thumb-wrapper li .thumb img:hover {
  transform: scale(1.1);
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
}
ul.testimonial-thumb-wrapper li .thumb::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
  border-radius: 5px;
}
ul.testimonial-thumb-wrapper li a.active .thumb::after {
  background-color: rgba(255, 255, 255, 0);
}
ul.testimonial-thumb-wrapper li a.active .thumb img {
  transform: scale(1.1);
  object-fit: contain;
  border-radius: 5px;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767px) {
  ul.testimonial-thumb-wrapper li a.active .thumb img {
    transform: none;
    object-fit: cover;
  }
}

/*-----------------
    Brand Area 
------------------*/
ul.brand-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 767px) {
  ul.brand-list {
    border-left: 0 none;
    border-bottom: 0 none;
  }
}
ul.brand-list li {
  flex-basis: 50%;
  text-align: center;
  height: 214px;
  line-height: 214px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  cursor: pointer;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  ul.brand-list li {
    border-top: 0 none;
    border-right: 0 none;
    height: auto;
    line-height: 10;
  }
}
ul.brand-list li img {
  opacity: 0.8;
  transition: 0.3s;
  max-height: 110px;
  max-width: 150px;
  object-fit: contain;
}
@media only screen and (max-width: 767px) {
  ul.brand-list li img {
    max-width: 100px;
    height: auto;
  }
}
ul.brand-list li:hover {
  background-color: var(--color-primary);
  transform: scale(1.1);
  border-radius: 6px;
}
ul.brand-list li:hover img {
  opacity: 1;
}
ul.brand-list.branstyle--2 li {
  flex-basis: 33.33%;
  margin: 0;
}

ul.brand-style-2 {
  list-style: none;
  margin: -25px 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: -20px;
}
@media only screen and (max-width: 767px) {
  ul.brand-style-2 {
    margin: -17px 0;
  }
}
@media only screen and (max-width: 575px) {
  ul.brand-style-2 {
    margin: 0 -15px;
  }
}
ul.brand-style-2 li {
  padding: 35px;
  flex-basis: 20%;
  text-align: center;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  ul.brand-style-2 li {
    flex-basis: 33.33%;
    padding: 14px 10px;
  }
}
@media only screen and (max-width: 575px) {
  ul.brand-style-2 li {
    flex-basis: 50%;
    padding: 14px 10px;
  }
}
ul.brand-style-2 img {
  opacity: 0.8;
  transition: 0.3s;
  max-height: 110px;
  max-width: 150px;
  filter: grayscale(1);
  cursor: pointer;
  object-fit: contain;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  ul.brand-style-2 img {
    max-width: 129px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  ul.brand-style-2 img {
    max-height: 79px;
  }
}
@media only screen and (max-width: 767px) {
  ul.brand-style-2 img {
    max-height: 60px;
    max-width: 74px;
  }
}
@media only screen and (max-width: 575px) {
  ul.brand-style-2 img {
    max-height: initial;
  }
}
ul.brand-style-2 img:hover {
  transform: scale(1.1);
  opacity: 1;
  filter: grayscale(0);
}

.rbt-marquee-wrapper {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
}

.brand-marquee-animation {
  display: inline-block;
  white-space: nowrap;
  position: relative;
  transform: translate3d(0%, 0, 0);
  animation-name: marquee;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: 50s;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.brand-marquee-animation li {
  padding: 10px;
  text-align: center;
  margin: 0;
  display: inline-block;
  white-space: nowrap;
  min-width: max-content;
}
.brand-marquee-animation li a {
  display: block;
}
.brand-marquee-animation li img {
  opacity: 0.8;
  transition: 0.3s;
  max-height: 110px;
  filter: grayscale(1);
  cursor: pointer;
  object-fit: contain;
}
.brand-marquee-animation li img:hover {
  transform: scale(1.1);
  opacity: 1;
  filter: grayscale(0);
}

.marquee-wrapper:hover .brand-marquee-animation {
  animation-play-state: paused !important;
}

.elementor-1984 .elementor-element.elementor-element-2cc77d6 img,
.elementor-1984 .elementor-element.elementor-element-ea08aa9 img,
.elementor-1984 .elementor-element.elementor-element-548b974 img,
.elementor-1984 .elementor-element.elementor-element-29446ed img,
.elementor-1984 .elementor-element.elementor-element-b9d6583 img {
  filter: invert(1);
}

@keyframes marquee {
  0% {
    transform: translate3d(0%, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.react-parallax-content .brand-style-2 a img {
  filter: brightness(0) invert(1);
}
.react-parallax-content .brand-style-2 a:hover img {
  filter: brightness(1) invert(0);
}

.brand-separation {
  position: relative;
  padding-bottom: 217px;
  margin-bottom: -117px;
  padding-top: 60px;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .brand-separation {
    margin-bottom: 0;
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .brand-separation {
    margin-bottom: 0;
    padding-bottom: 60px;
  }
}

/*------------------------
    Team Styles 
----------------------*/
.team {
  margin-top: 30px;
  overflow: hidden;
  border-radius: 6px;
  position: relative;
  transition: transform 0.65s cubic-bezier(0.05, 0.2, 0.1, 1), box-shadow 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
}
.team::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 85%;
  display: block;
  z-index: 1;
  content: "";
  background: linear-gradient(to bottom, rgba(15, 15, 15, 0), rgba(15, 15, 15, 0.75) 100%);
  transition: opacity 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
  cursor: pointer;
}
.team::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 85%;
  display: block;
  z-index: 1;
  content: "";
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), var(--color-primary) 100%);
  transition: opacity 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
  cursor: pointer;
  opacity: 0;
}
.team .thumbnail {
  display: block;
  position: relative;
  z-index: 1;
}
.team .thumbnail img {
  width: 100%;
}
.team .content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 35px 40px;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team .content {
    padding: 15px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .team .content {
    padding: 15px 15px;
  }
}
.team .content h4.title {
  color: #ffffff;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transition-delay: 0.25s;
  transform: translateY(10px);
  transition: all 0.45s cubic-bezier(0.23, 0.88, 0.34, 0.99);
}
.team .content h4.title a {
  color: #ffffff;
}
.team .content p.designation {
  color: #ffffff;
  font-size: 14px;
  line-height: 34px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.45s cubic-bezier(0.23, 0.88, 0.34, 0.99);
  transform: translateY(10px);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team .content p.designation {
    line-height: 27px;
  }
}
.team ul.social-icon {
  position: absolute;
  top: 25px;
  left: 35px;
  padding: 0;
  z-index: 2;
  list-style: none;
  display: flex;
  margin: 0 -10px;
}
.team ul.social-icon li {
  margin: 0 10px;
  transform: translateY(8px) scale(0.8);
  opacity: 0;
  visibility: hidden;
  transition: all 0.45s cubic-bezier(0.23, 0.88, 0.34, 0.99);
}
.team ul.social-icon li a {
  color: #ffffff;
  font-size: 15px;
  transition: 0.3s;
}
.team ul.social-icon li a svg {
  transition: 0.3s;
  fill: #ffffff;
  height: 18px;
  width: 18px;
}
.team ul.social-icon li a:hover svg {
  transform: scale(1.3);
}
.team.team-style--bottom ul.social-icon {
  top: auto;
  left: 40px;
  bottom: 117px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team.team-style--bottom ul.social-icon {
    left: 15px;
    bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .team.team-style--bottom ul.social-icon {
    left: 15px;
    bottom: 80px;
  }
}
.team.team-style--bottom .content h4.title {
  margin-bottom: 6px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team.team-style--bottom .content h4.title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .team.team-style--bottom .content h4.title {
    font-size: 18px;
  }
}
.team:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 55px rgba(253, 71, 102, 0.0022);
}
.team:hover::before {
  opacity: 0;
}
.team:hover::after {
  opacity: 1;
}
.team:hover .content h4.title {
  transition-delay: 0.25s;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.team:hover .content p.designation {
  transition-delay: 0.33s;
  opacity: 0.7;
  visibility: visible;
  transform: translateY(0);
}
.team:hover ul.social-icon li {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.team:hover ul.social-icon li:nth-child(1) {
  -webkit-transition-delay: 0.07692s;
  transition-delay: 0.07692s;
}
.team:hover ul.social-icon li:nth-child(2) {
  -webkit-transition-delay: 0.15385s;
  transition-delay: 0.15385s;
}
.team:hover ul.social-icon li:nth-child(3) {
  -webkit-transition-delay: 0.23077s;
  transition-delay: 0.23077s;
}
.team:hover ul.social-icon li:nth-child(4) {
  -webkit-transition-delay: 0.33077s;
  transition-delay: 0.23077s;
}
.team:hover ul.social-icon li:nth-child(5) {
  -webkit-transition-delay: 0.43077s;
  transition-delay: 0.23077s;
}
.team:hover .content {
  opacity: 1;
  visibility: visible;
}

/*-------------------
    Team Static  
---------------------*/
.team-static .inner {
  padding-top: 17px;
}
.team-static .inner .content .title {
  margin-bottom: 2px;
  font-size: 16px;
}
.team-static .inner .content p.designation {
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 300;
}
.team-static .thumbnail img {
  width: 100%;
}

/*----------------------
    Social Share 
------------------------*/
ul.social-transparent {
  margin: -8px;
}
ul.social-transparent li {
  margin: 8px;
}
ul.social-transparent li a {
  width: auto;
  display: inline-block;
  height: auto;
  border: 0 none;
  line-height: initial;
  color: #010001;
  border-radius: 100%;
  text-align: center;
  font-size: 14px;
  transition: 0.3s;
}
ul.social-transparent li a:hover {
  color: var(--color-primary) !important;
}

/*--------------------------
Call To Action Wrapper 
-----------------------------*/
.call-to-action {
  background: var(--color-primary);
  position: relative;
  z-index: 2;
}
.call-to-action .inner > span {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 4px;
  display: block;
  margin-bottom: 9px;
}
.call-to-action .inner h2 {
  color: #ffffff;
  font-size: 52px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  line-height: 1.2;
  padding: 0 10%;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .call-to-action .inner h2 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .call-to-action .inner h2 {
    font-size: 38px;
  }
}
.call-to-action .inner a.rn-button-style--2 {
  margin-top: 30px;
}
.call-to-action .inner a.rn-button-style--2:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: var(--color-primary);
}
.call-to-action.bg_image::before {
  display: none;
}
.call-to-action.callto-action-style-2 .inner h2 {
  color: #ffffff;
  font-size: 52px;
  font-weight: 600;
  position: relative;
  margin-bottom: 30px;
  font-family: "Montserrat", sans-serif;
  padding-bottom: 14px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .call-to-action.callto-action-style-2 .inner h2 {
    font-size: 42px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .call-to-action.callto-action-style-2 .inner h2 {
    font-size: 42px;
    padding-left: 0;
    padding-right: 0;
  }
}
.call-to-action.callto-action-style-2 .inner h2::before {
  position: absolute;
  content: "";
  background: #fff;
  width: 100px;
  height: 2px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.call-to-action.callto-action-style-2 .inner p {
  color: #fff;
  font-size: 28px;
  line-height: 40px;
  margin: 0;
  padding: 0 16%;
  font-weight: 300;
  letter-spacing: 2px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .call-to-action.callto-action-style-2 .inner p {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .call-to-action.callto-action-style-2 .inner p {
    padding: 0;
  }
}
.call-to-action.callto-action-style-2 .bg_image--30 {
  background-attachment: fixed;
}
.call-to-action.bg_color--6 {
  background: #010001;
}

.im-call-to-action-area span {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 4px;
  display: block;
  margin-bottom: 9px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .im-call-to-action-area h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .im-call-to-action-area h2 {
    font-size: 26px;
  }
}

/*---------------------
    Tab Style  
----------------------*/
ul.tab-style--1 {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid var(--color-border);
  border-radius: 50em;
}
@media only screen and (max-width: 767px) {
  ul.tab-style--1 {
    border-radius: inherit;
    border: 0 none;
    border-bottom: 1px solid var(--color-border);
    padding-bottom: 14px;
  }
}
ul.tab-style--1 li.nav-item {
  margin-bottom: -1px;
  margin-top: -1px;
}
ul.tab-style--1 li.nav-item a {
  cursor: pointer;
  padding: 0.83333em 33px;
  margin: -1px -2px -1px;
  border-radius: 50em;
  font-size: 0.88889em;
  font-weight: 600;
  transition: all 0.45s cubic-bezier(0, 0, 0.2, 1);
  display: inline-block;
  color: var(--color-gray);
  border: 0 none;
  transition: 0.3s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  ul.tab-style--1 li.nav-item a {
    padding: 0.83333em 18px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  ul.tab-style--1 li.nav-item a {
    padding: 0.83333em 18px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  ul.tab-style--1 li.nav-item a {
    padding: 0.83333em 20px;
  }
}
ul.tab-style--1 li.nav-item a.active {
  background-color: var(--color-primary);
  color: #ffffff;
}

.single-tab-content {
  padding-top: 20px;
}
.single-tab-content p {
  font-weight: 300;
  color: var(--color-body);
  font-size: 18px;
  line-height: 30px;
}

@media only screen and (max-width: 767px) {
  .single-tab-content {
    font-size: 16px !important;
    line-height: 28px !important;
    font-weight: 400 !important;
  }
}
.single-tab-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.single-tab-content ul.list-style--1 li {
  margin-bottom: 10px;
}
.single-tab-content ul li {
  color: var(--color-body);
  font-size: 16px;
  line-height: inherit;
  margin-bottom: 15px;
  font-weight: 300;
}
.single-tab-content ul li a {
  font-weight: 500;
  display: block;
  color: var(--color-heading);
  transition: 0.3s;
}
.single-tab-content ul li a:hover {
  color: var(--color-primary);
}
.single-tab-content ul li a span {
  font-weight: 300;
}

.rbt-tabs-wrapper .single-tab-content img {
  border-radius: 10px;
  margin-top: 20px;
}

.accodion-style--1 .rn-card {
  border: none !important;
  overflow: hidden;
}
.accodion-style--1 .rn-card .rn-card-header {
  display: inline-block;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.accodion-style--1 .rn-card .rn-card-header a {
  background: none;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0;
  border: none;
  box-shadow: none;
  color: var(--color-heading);
  text-align: left;
}
.accodion-style--1 .rn-card .rn-card-header a[aria-disabled=true]::after, .accodion-style--1 .rn-card .rn-card-header a[aria-expanded=true]::after {
  width: 100%;
  background: var(--color-primary) !important;
}
.accodion-style--1 .rn-card .rn-card-header a::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}
.accodion-style--1 .rn-card .rn-card-header a::before {
  display: none;
  border: none !important;
}
.accodion-style--1 .rn-card .rn-card-header a:focus {
  outline: none;
}
.accodion-style--1 .rn-card .rn-card-body {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .accodion-style--1 .rn-card .rn-card-body {
    font-size: 16px;
    line-height: 28px;
  }
}
.accodion-style--1 .rn-card .rn-card-body p {
  font-size: 16px;
  font-weight: 400;
}
.accodion-style--1 .rn-card + .rn-card {
  margin-top: 10px;
}

/*----------------------
    List Style  
------------------------*/
.list-style--1 li {
  color: var(--color-gray);
  font-weight: 400;
  font-size: 18px;
  line-height: inherit;
  margin-bottom: 10px;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .list-style--1 li {
    font-size: 16px;
  }
}
.list-style--1 li i,
.list-style--1 li svg {
  color: var(--color-primary);
  margin-right: 5px;
}
.list-style--1.text-white li {
  color: #ffffff;
}

ul.list-style li {
  position: relative;
  padding-left: 16px;
  color: rgba(29, 29, 36, 0.75);
  font-size: 18px;
  line-height: 25px;
}
@media only screen and (max-width: 767px) {
  ul.list-style li {
    font-size: 16px;
    line-height: 22px;
  }
}
ul.list-style li::before {
  position: absolute;
  width: 6px;
  height: 6px;
  background: rgba(29, 29, 36, 0.75);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  border-radius: 100%;
}
ul.list-style li + li {
  margin-top: 10px;
}

.contact-form--1 label {
  display: block;
  margin-bottom: 0;
}
.contact-form--1 input,
.contact-form--1 textarea {
  display: block;
  width: 100%;
  padding: 0 20px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  transition: all 0.3s ease;
  height: 50px;
  line-height: 28px;
  margin-bottom: 20px;
  outline: none;
  color: var(--color-heading);
  font-size: 15px;
  letter-spacing: 0.1px;
  resize: none;
}
.contact-form--1 input:focus,
.contact-form--1 textarea:focus {
  border-color: var(--color-primary);
}
.contact-form--1 input[type=submit],
.contact-form--1 textarea[type=submit] {
  color: var(--color-white) !important;
  width: auto;
  border-color: transparent;
}
.contact-form--1 input[type=submit]:hover,
.contact-form--1 textarea[type=submit]:hover {
  border-color: var(--color-primary);
  color: var(--color-primary) !important;
}
.contact-form--1 textarea {
  height: 120px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.contact-form--1 .thumbnail img {
  border-radius: 5px;
}

/*==========================
    Contact Address 
============================*/
.rn-address {
  margin-top: 30px;
  padding: 40px;
  border-radius: 10px;
  padding-top: 40px;
  background: #fff;
  padding-bottom: 50px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}
.rn-address .icon {
  color: var(--color-primary);
  border-radius: 100%;
  font-size: 33px;
  display: inline-block;
  margin-bottom: 12px;
}
.rn-address .icon svg {
  width: 40px;
  height: 40px;
}
.rn-address .inner h4.title {
  font-size: 18px;
  font-weight: 700;
}
.rn-address .inner p {
  font-size: 18px;
  margin-bottom: 0;
  color: rgba(29, 29, 36, 0.75);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rn-address .inner p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rn-address .inner p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .rn-address .inner p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rn-address .inner p br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rn-address .inner p br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .rn-address .inner p br {
    display: none;
  }
}
.rn-address .inner p a {
  color: rgba(29, 29, 36, 0.75);
}
.rn-address .inner p a:hover {
  color: var(--color-primary);
}
.rn-address:hover {
  transform: translateY(-5px);
}

.blog-comment-form .inner .rnform-group input:focus,
.blog-comment-form .inner .rnform-group textarea:focus {
  border-color: var(--color-primary);
}

/* Address  */
.im_address span {
  display: inline-block;
  font-size: 14px;
}
.im_address .link {
  color: var(--color-heading);
  font-weight: 700;
  font-size: 17px;
  display: inline-block;
  margin-left: 18px;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .im_address .link {
    font-size: 14px;
  }
}
.im_address .link:hover {
  color: var(--color-primary);
}

.wpcf7-not-valid-tip {
  color: #f10;
  font-size: 14px;
  position: relative;
  top: -15px;
  letter-spacing: 0.5px;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0;
  padding: 20px;
  border: 0;
  background: var(--color-primary-light);
  font-size: 16px;
  border-radius: 5px;
  color: var(--color-heading);
}

.wpcf7-form-control-wrap {
  position: relative;
}

.wpcf7-form-control-wrap span.wpcf7-list-item {
  margin-left: 0;
  display: flex;
  align-items: center;
}

.wpcf7-form-control-wrap span.wpcf7-list-item label {
  display: flex;
  align-items: center;
  justify-content: center;
}

.wpcf7-form-control-wrap span.wpcf7-list-item label input {
  margin-bottom: 0;
}

.wpcf7-form-control-wrap span.wpcf7-list-item input {
  margin-bottom: 0;
}

.wpcf7-form-control-wrap input[type=checkbox],
.wpcf7-form-control-wrap input[type=radio] {
  opacity: 1;
  position: static;
  pointer-events: auto;
  height: 14px;
  width: auto;
}

.wpcf7-form-control-wrap span.wpcf7-list-item .wpcf7-list-item-label {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding: 0;
  color: var(--color-body);
  font-size: 16px;
  margin-left: 0.5rem;
}

.contact-form--1 label {
  margin-bottom: 20px;
}

.contact-form--1 label label {
  margin-bottom: 0;
}

.woocommerce-input-wrapper label.checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-body);
}

.woocommerce-form__label-for-checkbox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: var(--color-heading);
  font-size: 20px;
}

.woocommerce-form__label-for-checkbox span {
  padding-left: 15px;
}

.woocommerce-input-wrapper .input-checkbox[type=checkbox],
.woocommerce-form__label-for-checkbox input[type=checkbox] {
  opacity: 1;
  position: static;
  pointer-events: auto;
  height: 14px;
  width: auto;
}

.progress-wrapper h3.heading {
  font-size: 24px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .progress-wrapper h3.heading {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .progress-wrapper h3.heading {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .progress-wrapper h3.heading {
    margin-bottom: 30px;
  }
}

.rn-progress-area .heading .title {
  margin-bottom: 30px;
}

.rn-progress-charts {
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rn-progress-charts {
    margin-top: 20px !important;
  }
}
@media only screen and (max-width: 767px) {
  .rn-progress-charts {
    margin-top: 20px !important;
  }
}
.rn-progress-charts .heading {
  font-weight: 500;
  color: var(--color-body);
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .rn-progress-charts .heading {
    font-size: 16px;
  }
}
.rn-progress-charts .heading span.percent-label {
  font-weight: 500;
  color: var(--color-body);
  font-size: 18px;
}
.rn-progress-charts .progress {
  height: 4px;
  overflow: visible;
  font-size: 14px;
  background-color: #f5f5f5;
  border-radius: 0;
}
.rn-progress-charts .progress .progress-bar {
  overflow: visible;
  position: relative;
  background-color: var(--color-primary);
  background-image: linear-gradient(-224deg, var(--color-primary), var(--color-secondary));
}
.rn-progress-charts .progress .progress-bar.custom-color--4 {
  color: #e5529a;
  background-color: #e77654;
  background-image: linear-gradient(-224deg, #e77654 0px, #e5529a 100%);
}
.rn-progress-charts .progress .progress-bar span.percent-label {
  position: absolute;
  color: var(--color-heading);
  right: -7px;
  top: -35px;
  font-size: 14px;
  font-weight: 600;
}
.rn-progress-charts.custom-color--2 .progress-bar {
  background-color: #0d8abc;
  background-color: #0d8abc;
  background-image: linear-gradient(-224deg, #0d8abc, #61fded);
}
.rn-progress-charts.custom-color--3 .progress-bar {
  color: #eece90;
  background-color: #d45529;
  background-image: linear-gradient(-224deg, #d45529 0px, #eece90 100%);
}
.rn-progress-charts.custom-color--4 .progress-bar {
  color: #e5529a;
  background-color: #e77654;
  background-image: linear-gradient(-224deg, #e77654 0px, #e5529a 100%);
}
.rn-progress-charts.progress-bar--2 .progress {
  height: 1px;
  border-radius: 1px;
}
.rn-progress-charts.progress-bar--3 .progress {
  height: 20px;
  border-radius: 0;
}

/*-------------------
    Column Area  
---------------------*/
.single-column h4.tilte {
  margin-bottom: 6px;
}
.single-column p {
  font-size: 16px;
  line-height: 28px;
}
.single-column.custom-color {
  background: var(--color-primary);
  padding: 37px 29px;
}
.single-column.custom-color h4.tilte {
  color: #ffffff;
}
.single-column.custom-color p {
  color: #ffffff;
}
.single-column.custom-color.custom-color--1 {
  background: #001c43;
}
.single-column.custom-color.custom-color--2 {
  background: #c93ec7;
}

/*----------------------
    Error Area  
------------------------*/
.error-page-inner {
  height: calc(100vh - 120px);
  display: flex;
  align-items: center;
  min-height: 700px;
}
.error-page-inner .inner {
  text-align: center;
}
.error-page-inner .inner h1.title {
  font-size: 180px;
  line-height: 1;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .error-page-inner .inner h1.title {
    font-size: 107px;
  }
}
.error-page-inner .inner .sub-title {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 48px;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .error-page-inner .inner .sub-title {
    font-size: 40px;
  }
}
.error-page-inner .inner span {
  font-size: 16px;
  margin-top: 10px;
  color: #c6c9d8;
  opacity: 0.75;
  font-weight: 300;
  display: block;
  margin-bottom: 28px;
}

/*-------------------------------
    Pricing Area  
--------------------------------*/
.rn-pricing {
  border: 2px solid var(--color-border);
  border-radius: 5px;
  transition: all 0.6s cubic-bezier(0.33, 0.84, 0.31, 0.98);
  transform-style: preserve-3d;
  position: relative;
  z-index: 2;
}
.rn-pricing::before {
  z-index: -1;
  display: inline-block;
  content: "";
  -webkit-transition: all 0.6s cubic-bezier(0.33, 0.84, 0.31, 0.98);
  transition: all 0.6s cubic-bezier(0.33, 0.84, 0.31, 0.98);
  opacity: 0;
  border-radius: 5px;
  background-color: var(--color-primary);
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
}
.rn-pricing .pricing-table-inner {
  padding: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rn-pricing .pricing-table-inner {
    padding: 40px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rn-pricing .pricing-table-inner {
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .rn-pricing .pricing-table-inner {
    padding: 30px 20px;
  }
}
.rn-pricing .pricing-table-inner .pricing-header {
  margin-bottom: 30px;
  padding-bottom: 30px;
  text-align: center;
  border-bottom: 2px solid var(--color-border);
}
.rn-pricing .pricing-table-inner .pricing-header .title {
  margin-bottom: 17px;
  font-size: var(--h4);
  font-weight: 400;
  line-height: 1.4074;
}
.rn-pricing .pricing-table-inner .pricing-header .pricing span {
  display: block;
}
.rn-pricing .pricing-table-inner .pricing-header .pricing span.price {
  font-size: 77px;
  color: var(--color-primary);
  line-height: 1;
  font-weight: 500;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .rn-pricing .pricing-table-inner .pricing-header .pricing span.price {
    font-size: 60px;
  }
}
.rn-pricing .pricing-table-inner .pricing-header .pricing span.subtitle {
  font-size: 16px;
  color: var(--color-gray);
  font-weight: 400;
}
.rn-pricing .pricing-table-inner .pricing-body {
  text-align: center;
  margin-bottom: 36px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rn-pricing .pricing-table-inner .pricing-body ul.list-style--1 {
    text-align: left;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .rn-pricing .pricing-table-inner .pricing-body ul.list-style--1 {
    text-align: left;
    justify-content: center;
  }
}
.rn-pricing .pricing-table-inner .pricing-body ul.list-style--1 li {
  margin-bottom: 14px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rn-pricing .pricing-table-inner .pricing-body ul.list-style--1 li {
    text-align: left;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rn-pricing .pricing-table-inner .pricing-body ul.list-style--1 li {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .rn-pricing .pricing-table-inner .pricing-body ul.list-style--1 li {
    text-align: left;
  }
}
.rn-pricing .pricing-table-inner .pricing-body ul.list-style--1 li i {
  color: var(--color-gray);
  margin-right: 8px;
  background: rgba(154, 160, 166, 0.157);
  width: 25px;
  height: 25px;
  line-height: 26px;
  border-radius: 100px;
  font-size: 12px;
  min-width: 25px;
  text-align: center;
}
.rn-pricing .pricing-table-inner .pricing-footer {
  text-align: center;
}
.rn-pricing.active::before {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.rn-pricing.active .pricing-table-inner .pricing-header {
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}
.rn-pricing.active .pricing-table-inner .pricing-header .title {
  color: #ffffff;
}
.rn-pricing.active .pricing-table-inner .pricing-header .pricing span {
  display: block;
}
.rn-pricing.active .pricing-table-inner .pricing-header .pricing span.price {
  color: #ffffff;
}
.rn-pricing.active .pricing-table-inner .pricing-header .pricing span.subtitle {
  color: #ffffff !important;
}
.rn-pricing.active .pricing-table-inner .pricing-body ul.list-style--1 li {
  color: #ffffff;
}
.rn-pricing.active .pricing-table-inner .pricing-body ul.list-style--1 li i {
  color: #ffffff;
}
.rn-pricing.active .pricing-table-inner .pricing-footer {
  text-align: center;
}
.rn-pricing.active .pricing-table-inner .pricing-footer a.rn-button-style--2 {
  background: #ffffff;
  color: var(--color-primary);
  border-color: #ffffff;
}

.wp-block-coblocks-pricing-table-item .wp-block-coblocks-pricing-table-item__title {
  display: block;
  margin-bottom: 20px;
  color: #1f1f25;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4074;
}

.wp-block-coblocks-pricing-table-item__price-wrapper {
  justify-content: center;
  color: #FD4766;
  font-weight: 900;
}

/*------------------------
    Back to Top  
--------------------------*/
.rn-back-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  cursor: pointer;
  z-index: 999;
  width: 50px;
  height: 50px;
  line-height: 46px;
  border-radius: 50%;
  text-align: center;
  z-index: 999;
  background-color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767px) {
  .rn-back-top {
    bottom: 20px;
    right: 20px;
  }
}
.rn-back-top i {
  color: var(--color-heading);
  transition: 0.3s;
  font-size: 20px;
}
.rn-back-top:hover i {
  color: var(--color-primary);
}

/**************************************
    Blog Styles
***************************************/
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 20px;
  margin-top: 20px;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
figure {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.7;
}

.wp-block-button {
  margin-bottom: 20px;
  margin-top: 0;
}

.alignwide {
  margin-left: -110px;
  margin-right: -110px;
  max-width: 1230px;
  width: auto;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .alignwide {
    margin-left: -50px;
    margin-right: -50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .alignwide {
    margin-left: -50px;
    margin-right: -50px;
  }
}
@media only screen and (max-width: 767px) {
  .alignwide {
    margin-left: 0;
    margin-right: 0;
  }
}

.alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
  margin-bottom: 20px;
}

.wp-block-image,
.wp-block-cover {
  max-width: 100%;
  margin-bottom: 20px;
}
.wp-block-image .alignleft,
.wp-block-cover .alignleft {
  float: left;
  display: table;
  margin-left: 0;
  margin-right: 20px;
}
.wp-block-image.alignright,
.wp-block-cover.alignright {
  float: right;
  margin-left: 20px;
  display: table;
}
.wp-block-image figcaption,
.wp-block-cover figcaption {
  caption-side: bottom;
  margin: 20px 0 0;
  font-size: 16px;
}
.wp-block-image figcaption a,
.wp-block-cover figcaption a {
  text-decoration: none;
  color: var(--color-heading);
}
.wp-block-image figcaption a:hover,
.wp-block-cover figcaption a:hover {
  color: var(--color-primary);
}
.wp-block-image.alignfull,
.wp-block-cover.alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: auto;
  max-width: 100vw;
  margin-bottom: 15px;
}
.wp-block-image.alignwide,
.wp-block-cover.alignwide {
  margin-left: -110px;
  margin-right: -110px;
  max-width: 1230px;
  width: auto;
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wp-block-image.alignwide,
.wp-block-cover.alignwide {
    margin-left: -50px;
    margin-right: -50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wp-block-image.alignwide,
.wp-block-cover.alignwide {
    margin-left: -50px;
    margin-right: -50px;
  }
}
@media only screen and (max-width: 767px) {
  .wp-block-image.alignwide,
.wp-block-cover.alignwide {
    margin-left: 0;
    margin-right: 0;
  }
}
.wp-block-image.alignwide img,
.wp-block-cover.alignwide img {
  width: 100%;
}
.wp-block-image.alignfull,
.wp-block-cover.alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
  width: auto;
}
.wp-block-image.alignfull img,
.wp-block-cover.alignfull img {
  width: 100%;
  object-fit: cover;
}
.wp-block-image a,
.wp-block-cover a {
  transition: 0.3s;
}
.wp-block-image a:hover,
.wp-block-cover a:hover {
  color: var(--color-primary);
}
.wp-block-image img,
.wp-block-cover img {
  border-radius: 10px;
}

.wp-block-file a {
  font-size: 16px;
  line-height: 1.8;
  color: var(--color-body);
  display: inline-block;
  transition: 0.3s;
}
.wp-block-file a:hover {
  color: var(--color-primary);
}

.wp-block-archives-dropdown,
.wp-block-categories-dropdown {
  margin-bottom: 30px;
}

.wp-block-calendar table caption,
.wp-block-calendar table tbody,
.wp-block-latest-comments__comment-date {
  color: var(--color-body);
}

.wp-block-calendar tbody td,
.wp-block-calendar th,
.wp-block-table td,
.wp-block-table th {
  border: 1px solid var(--color-border);
}

.wp-block-separator {
  border-bottom: 1px solid var(--color-border);
}

.wp-block-calendar tfoot a,
.entry-content .wp-block-calendar tfoot a {
  color: var(--color-heading);
  text-decoration: none;
}

ol.has-avatars,
ol.wp-block-latest-comments {
  padding-left: 0;
}

.wp-block-cover.alignleft {
  padding: 0;
}

.blocks-gallery-caption,
.wp-block-embed figcaption,
.wp-block-image figcaption {
  color: var(--color-body);
  font-size: 15px;
  text-align: center;
}

figcaption,
.wp-block-image figcaption {
  margin: 10px 0 0;
  line-height: 1.7;
  color: var(--color-body);
}
figcaption a,
.wp-block-image figcaption a {
  color: var(--color-body);
}

.gallery-item {
  margin-bottom: 30px;
  padding: 0 15px;
}

.wp-caption {
  margin-bottom: 15px;
  max-width: 100%;
}
.wp-caption .wp-caption-text {
  margin: 8px 0;
  text-align: center;
}

.wp-caption-text {
  text-align: center;
}

.screen-reader-text {
  display: none;
}

table th,
table td,
.wp-block-calendar tbody th,
.wp-block-calendar tbody td,
.wp-block-table td,
.wp-block-table th {
  border: 1px solid var(--color-border);
  padding: 7px 10px;
  text-align: center;
}

table,
.wp-block-calendar {
  font-size: 16px !important;
  line-height: 28px;
}

.post-password-form input[type=submit] {
  margin-top: 0;
  border: 2px solid var(--color-primary);
  display: inline-block;
  padding: 9px 20px;
  margin-left: 10px;
}

.wp-block-group.has-background {
  margin-bottom: 20px;
}

.wp-block-separator.is-style-dots:before {
  content: "···";
  color: #717173;
  font-size: 20px;
  letter-spacing: 2em;
  padding-left: 2em;
  font-family: serif;
}

.wp-block-table a,
table a {
  transition: 0.3s;
}

ul.aligncenter {
  list-style: inside;
}
ul.aligncenter ul {
  list-style: inside;
}

.wp-block-coblocks-alert {
  margin-bottom: 15px;
}

.wp-block-coblocks-highlight__content:not(.has-background) {
  background-color: var(--color-primary);
}

.has-secondary-background-color {
  background-color: var(--color-secondary);
}

a.post-edit-link {
  background: var(--color-primary);
  padding: 0px 15px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  border-radius: 5px;
  margin-top: 20px;
  display: inline-block;
}

.has-medium-font-size {
  font-size: 20px;
}

.has-small-font-size {
  font-size: 12px;
}

.has-large-font-size {
  font-size: 36px;
}

/*------------------------
    Code New  
--------------------------*/
table th,
table td {
  padding: 10px;
}

.wp-calendar-table th,
.wp-calendar-table td {
  padding: 7px;
}

table thead th,
.wp-calendar-table thead th {
  color: var(--color-heading);
}

table th {
  font-weight: 600;
  color: var(--color-heading);
}

table a,
table a:link,
table a:visited {
  font-weight: 400;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

/* .post,
.page {
	margin: 0 0 1.5em;
} */
.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.wp-block-coblocks-highlight__content {
  padding: 2px 8px;
}

/*===================
Blog Styles 
=====================*/
.no-comments.wp-block-latest-comments {
  font-size: 16px;
  line-height: 28px;
  padding-top: 10px;
}

.blog-style--1 {
  position: relative;
  margin-bottom: 40px;
  overflow: hidden;
  border-radius: 6px;
}
.blog-style--1 .thumbnail a {
  display: block;
  position: relative;
  z-index: 1;
}
.blog-style--1 .thumbnail a::after {
  background: linear-gradient(to bottom, var(--color-primary) 0, #010001 100%);
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
  opacity: 0;
}
@media only screen and (max-width: 575px) {
  .blog-style--1 .thumbnail a::after {
    opacity: 0.85;
    top: 0;
  }
}
.blog-style--1 .content {
  position: absolute;
  bottom: -92px;
  width: 100%;
  padding: 50px 35px;
  z-index: 3;
}
@media only screen and (max-width: 575px) {
  .blog-style--1 .content {
    bottom: 0;
  }
}
@media only screen and (max-width: 575px) {
  .blog-style--1 .content {
    padding: 30px 20px;
  }
}
.blog-style--1 .content::before {
  position: absolute;
  content: "";
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #010001 70%);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: -1;
}
@media only screen and (max-width: 575px) {
  .blog-style--1 .content::before {
    opacity: 0;
  }
}
.blog-style--1 .content p.blogtype {
  font-size: 14px;
  margin-bottom: 5px;
  color: #c6c9d8;
}
.blog-style--1 .content h4.title {
  margin-bottom: 0;
}
.blog-style--1 .content h4.title a {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}
.blog-style--1 .content .blog-btn {
  margin-top: 35px;
  transition: 0.7s;
  opacity: 0;
  visibility: hidden;
}
@media only screen and (max-width: 575px) {
  .blog-style--1 .content .blog-btn {
    margin-top: 22px;
  }
}
@media only screen and (max-width: 575px) {
  .blog-style--1 .content .blog-btn {
    opacity: 1;
    visibility: visible;
  }
}
.blog-style--1:hover .content {
  bottom: 0;
}
.blog-style--1:hover .content::before {
  opacity: 0;
}
.blog-style--1:hover .thumbnail a img {
  transform: scale(1.1);
}
.blog-style--1:hover .thumbnail a::before {
  opacity: 0;
}
.blog-style--1:hover .thumbnail a::after {
  opacity: 0.85;
  top: 0;
}
.blog-style--1:hover .content .blog-btn {
  opacity: 1;
  visibility: visible;
}

.im_box {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-radius: 10px;
  transition: transform 0.65s cubic-bezier(0.05, 0.2, 0.1, 1), box-shadow 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
  height: 100%;
  background: var(--color-gray);
}
.im_box::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 85%;
  display: block;
  z-index: 1;
  content: "";
  background: linear-gradient(to bottom, rgba(15, 15, 15, 0), rgba(15, 15, 15, 0.75) 100%);
  transition: opacity 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
  cursor: pointer;
}
.im_box::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 85%;
  display: block;
  z-index: 1;
  content: "";
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), var(--color-primary) 100%);
  transition: opacity 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
  cursor: pointer;
  opacity: 0;
}
.im_box .thumbnail a {
  display: block;
}
.im_box .thumbnail a img {
  transition: transform 1s ease, opacity 0.5s ease 0.25s;
  border-radius: 10px;
}
.im_box .content .inner {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px 30px;
  z-index: 2;
  width: 100%;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .im_box .content .inner {
    padding: 15px 15px;
  }
}
.im_box .content .inner .content_heading {
  transition: opacity 0.65s cubic-bezier(0.05, 0.2, 0.1, 1), transform 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
}
.im_box .content .inner .content_footer {
  opacity: 0;
  position: absolute;
  bottom: 35px;
  margin-top: 10px;
  transform: translateY(20px);
  line-height: 1.5em;
  max-width: 80%;
  transition: opacity 0.18s cubic-bezier(0.05, 0.2, 0.1, 1), transform 0.18s cubic-bezier(0.05, 0.2, 0.1, 1);
}
.im_box .content .category_list {
  margin: -5px;
  margin-bottom: 5px;
}
.im_box .content .category_list span,
.im_box .content .category_list a {
  color: #ffffff;
  opacity: 0.7;
  display: inline-block;
  margin: 5px;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.5px;
}
.im_box .content .title {
  margin-bottom: 0;
}
.im_box .content .title a {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  display: inline-block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .im_box .content .title a {
    font-size: 20px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .im_box .content .title a {
    font-size: 18px;
    line-height: 28px;
  }
}
.im_box:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 55px rgba(253, 71, 102, 0.22);
}
.im_box:hover::before {
  opacity: 0;
}
.im_box:hover::after {
  opacity: 1;
}
.im_box:hover .content .inner .content_heading {
  transform: translateY(-62px);
  transition: opacity 0.65s cubic-bezier(0.05, 0.2, 0.1, 1), transform 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
}
.im_box:hover .content .inner .content_footer {
  transform: translateY(0);
  opacity: 1;
  transition: opacity 0.65s cubic-bezier(0.05, 0.2, 0.1, 1) 0.15s, transform 0.65s cubic-bezier(0.05, 0.2, 0.1, 1) 0.15s;
}
.im_box:hover .thumbnail a img {
  transform: scale(1.1);
  transition: all 9s cubic-bezier(0.1, 0.2, 7, 1);
}

/*---------------------
    Trydo BLog List  
---------------------*/
.imroz-blog-list {
  word-break: break-word;
  border: 1px solid var(--color-border);
  border-radius: 4px;
}
.imroz-blog-list .blog-content-wrapper {
  padding: 32px 45px;
  padding-bottom: 38px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .imroz-blog-list .blog-content-wrapper {
    padding: 30px 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .imroz-blog-list .blog-content-wrapper {
    padding: 30px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .imroz-blog-list .blog-content-wrapper {
    padding: 30px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .imroz-blog-list .blog-content-wrapper {
    padding: 30px 30px;
  }
}
.imroz-blog-list .blog-content-wrapper p {
  font-size: 16px;
  line-height: 1.9;
  margin-bottom: 15px;
}
.imroz-blog-list:first-child {
  margin-top: 0 !important;
}
.imroz-blog-list .blog-top .title {
  font-size: 35px;
  line-height: 46px;
  font-weight: 500;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .imroz-blog-list .blog-top .title {
    font-size: 28px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .imroz-blog-list .blog-top .title {
    font-size: 24px;
    line-height: 34px;
  }
}
.imroz-blog-list .blog-top .title a {
  color: #1f1f25;
}
.imroz-blog-list .blog-top .title:hover a {
  color: var(--color-primary) !important;
}
.imroz-blog-list .blog-top .author {
  display: flex;
}
.imroz-blog-list .thumbnail {
  display: block;
}
.imroz-blog-list .thumbnail img {
  border-radius: 4px 4px 0 0;
  width: auto !important;
  box-shadow: none;
}
.imroz-blog-list .thumbnail .thumb-inner a {
  display: inline-block;
}
.imroz-blog-list .thumbnail .thumb-inner a img {
  display: inline-block !important;
}
.imroz-blog-list ul.blog-meta li svg {
  width: 14px;
  margin-right: 6px;
}
.imroz-blog-list .content {
  margin-top: 10px;
}
.imroz-blog-list.format-link {
  background: transparent;
  padding: 60px 36px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .imroz-blog-list.format-link {
    padding: 40px 19px;
  }
}
.imroz-blog-list.format-link .blog-top {
  display: flex;
  align-items: center;
}
.imroz-blog-list.format-link .blog-top .title {
  margin-bottom: 0;
}
.imroz-blog-list.format-link .sticky {
  margin-right: 18px;
}
.imroz-blog-list.format-link .sticky i {
  font-size: 40px;
  color: var(--color-primary);
}
@media only screen and (max-width: 767px) {
  .imroz-blog-list.format-link .sticky i {
    font-size: 32px;
  }
}
.imroz-blog-list.quote-blog {
  padding: 20px 0px;
  position: relative;
  z-index: 2;
  border: 1px solid var(--color-border);
}
.imroz-blog-list.quote-blog blockquote {
  background: transparent;
  border-radius: 0;
  margin: 0;
  border: transparent;
}
.imroz-blog-list.quote-blog blockquote .title {
  font-style: normal;
  margin-bottom: 0;
}
.imroz-blog-list.sticky {
  background: var(--color-primary-light);
  position: relative;
  padding: 0;
  border: none;
  position: relative;
}
.imroz-blog-list.sticky::before {
  content: "";
  width: 50px;
  height: 55px;
  background: var(--color-primary);
  position: absolute;
  right: 40px;
  top: 0;
  font-family: "feather" !important;
  text-align: center;
  padding: 12px;
  color: #fff;
  font-size: 22px;
}
.imroz-blog-list.sticky::after {
  content: "";
  position: absolute;
  right: 40px;
  top: 40px;
  width: 0;
  height: 0;
  z-index: 2;
  border-bottom: 15px solid transparent;
  border-left: 25px solid var(--color-primary);
  border-right: 25px solid var(--color-primary);
  border-top: 15px solid transparent;
}
.imroz-blog-list.sticky .blog-content-wrapper {
  padding: 35px 45px;
  padding-bottom: 43px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .imroz-blog-list.sticky .blog-content-wrapper {
    padding: 68px 20px;
    padding-bottom: 43px;
  }
}
@media only screen and (max-width: 767px) {
  .imroz-blog-list.sticky .blog-content-wrapper {
    padding: 70px 20px;
    padding-bottom: 43px;
  }
}
.imroz-blog-list.sticky .blog-content-wrapper p {
  color: #616161;
}
.imroz-blog-list.format-gallery {
  position: relative;
  display: block;
}
.imroz-blog-list.format-gallery .slick-slide {
  position: relative;
}
.imroz-blog-list.format-gallery .thumbnail {
  display: block;
  position: relative;
}
.imroz-blog-list.format-gallery .thumbnail .thumb-inner {
  display: block;
  position: relative;
}
.imroz-blog-list.format-gallery .thumbnail .thumb-inner a {
  display: block !important;
}
.imroz-blog-list.format-gallery .thumbnail .thumb-inner a img {
  display: block !important;
  width: 100% !important;
}
.imroz-blog-list.portfolio .thumbnail::after {
  display: none;
}

.imroz-blog-list.portfolio .thumbnail {
  background-color: transparent;
  transform: none;
  position: static;
  height: auto;
  width: auto;
}

.imroz-blog-list.portfolio {
  min-height: auto;
  width: auto;
  padding-top: 0;
}

.imroz-blog-list.portfolio .content {
  position: static;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: inherit;
  z-index: inherit;
  padding: 0;
}

.imroz-blog-list .blog-meta li.single-post-meta-tag, .imroz-blog-list .blog-meta li.single-post-meta-categories {
  position: relative;
}
.imroz-blog-list .blog-meta li.single-post-meta-tag a, .imroz-blog-list .blog-meta li.single-post-meta-categories a {
  position: relative;
  padding-right: 7px;
}
.imroz-blog-list .blog-meta li.single-post-meta-tag a::after, .imroz-blog-list .blog-meta li.single-post-meta-categories a::after {
  content: ",";
  left: 3px;
  position: relative;
}
.imroz-blog-list .blog-meta li.single-post-meta-tag a:last-child, .imroz-blog-list .blog-meta li.single-post-meta-categories a:last-child {
  padding-right: 0;
}
.imroz-blog-list .blog-meta li.single-post-meta-tag a:last-child::after, .imroz-blog-list .blog-meta li.single-post-meta-categories a:last-child::after {
  display: none;
}

/*------------------------------
    BLog Single For Default  
---------------------------------*/
/*---------------------------
    Post Breadcrumbs 
----------------------------*/
.post-breadcrumbs {
  background: #f8f9fc;
  padding: 15px 0;
  text-align: center;
  padding-top: 13px;
}
.post-breadcrumbs .page-list li {
  display: inline-block;
  position: relative;
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: var(--color-body);
}
.post-breadcrumbs .page-list li a {
  color: var(--color-body);
  transition: 0.3s;
}
.post-breadcrumbs .page-list li a:hover {
  color: var(--color-primary);
}
.post-breadcrumbs .page-list li.separator {
  padding: 0 20px;
  position: relative;
}
.post-breadcrumbs .page-list li.separator::before {
  content: "";
  background: #1f1f25;
  opacity: 0.2;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  position: absolute;
  left: 20px;
  top: -5px;
}

/*--------------------------
Blog Details Styles  
----------------------------*/
.rn-blog-details p {
  line-height: 1.9;
}
.rn-blog-details ul.blocks-gallery-grid {
  padding-left: 0;
  margin-bottom: 0;
}
.rn-blog-details iframe {
  border-radius: 5px;
}
.rn-blog-details figure.wp-block-gallery, .rn-blog-details figure.wp-block-audio {
  margin-bottom: 30px;
}
.rn-blog-details .single-post-content-wrap .wp-block-image:nth-last-of-type(1) {
  margin-bottom: 40px;
  overflow: hidden;
}

.rn-blog-details .wp-block-cover .wp-block-cover-text a {
  color: #ffffff;
  transition: 0.3s;
}

.rn-blog-details .wp-block-cover .wp-block-cover-text a:hover {
  color: var(--color-primary);
}

.single-post-content-wrap > *:first-child,
.entry-content > *:first-child {
  margin-top: 0;
}

cite.author-name {
  font-style: normal;
  margin-bottom: 5px;
  display: inline-block;
}

.axil-blog-details-area figure {
  margin-bottom: 3px;
}
.axil-blog-details-area select {
  margin-bottom: 30px;
}

.rn-blog-details figcaption,
.entry-content figcaption {
  font-size: 15px;
  text-align: center;
  margin: 10px 0 0;
  line-height: 1.6;
  color: var(--color-body);
  display: block;
  width: 100%;
  font-weight: 400;
}

/*-----------------------------
    BLog Details Styles 
------------------------------*/
.blog-single-page-title {
  position: relative;
  padding-left: 50px;
  padding-right: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .blog-single-page-title {
    padding-top: 80px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-single-page-title {
    padding-top: 70px !important;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-single-page-title {
    padding-top: 65px !important;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .blog-single-page-title {
    padding-top: 68px !important;
    padding-left: 0;
    padding-right: 0;
  }
}
.blog-single-page-title .title {
  font-size: 72px;
  line-height: 1.25;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-single-page-title .title {
    font-size: 50px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-single-page-title .title {
    font-size: 40px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .blog-single-page-title .title {
    font-size: 40px;
    margin-bottom: 0;
  }
}
.blog-single-page-title ul.blog-meta {
  margin-top: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .blog-single-page-title ul.blog-meta {
    padding-top: 30px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-single-page-title ul.blog-meta {
    padding-top: 20px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-single-page-title ul.blog-meta {
    padding-top: 20px !important;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-single-page-title ul.blog-meta {
    padding-top: 10px !important;
    margin-top: 15px;
  }
}
.blog-single-page-title ul.blog-meta li {
  color: #c6c9d8;
}
.blog-single-page-title ul.blog-meta li svg {
  margin-right: 7px;
  font-size: 18px;
  width: 14px;
}
.blog-single-page-title ul.blog-meta li a {
  color: #c6c9d8;
  transition: 0.3s;
}
.blog-single-page-title ul.blog-meta li a:hover {
  color: var(--color-primary);
}
.blog-single-page-title ul.blog-meta li.single-post-meta-tag, .blog-single-page-title ul.blog-meta li.single-post-meta-categories {
  position: relative;
}
.blog-single-page-title ul.blog-meta li.single-post-meta-tag a, .blog-single-page-title ul.blog-meta li.single-post-meta-categories a {
  position: relative;
  padding-right: 0;
}
.blog-single-page-title ul.blog-meta li.single-post-meta-tag a + a, .blog-single-page-title ul.blog-meta li.single-post-meta-categories a + a {
  padding-left: 5px;
}
.blog-single-page-title ul.blog-meta li.single-post-meta-tag a:last-child, .blog-single-page-title ul.blog-meta li.single-post-meta-categories a:last-child {
  padding-right: 0px;
}

.rn-blog-details .inner-wrapper .inner {
  padding: 0 110px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rn-blog-details .inner-wrapper .inner {
    padding: 0 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rn-blog-details .inner-wrapper .inner {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .rn-blog-details .inner-wrapper .inner {
    padding: 0;
  }
}
.rn-blog-details .inner-wrapper .inner .thumbnail {
  margin: 0 -110px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rn-blog-details .inner-wrapper .inner .thumbnail {
    margin-left: -50px;
    margin-right: -50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rn-blog-details .inner-wrapper .inner .thumbnail {
    margin-left: -50px;
    margin-right: -50px;
  }
}
@media only screen and (max-width: 767px) {
  .rn-blog-details .inner-wrapper .inner .thumbnail {
    margin-left: 0;
    margin-right: 0;
  }
}
.rn-blog-details .inner-wrapper .blog-single-list-wrapper {
  margin-right: -110px;
}
@media only screen and (max-width: 767px) {
  .rn-blog-details .inner-wrapper .blog-single-list-wrapper {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rn-blog-details .inner-wrapper .blog-single-list-wrapper {
    margin-right: 0;
  }
}
.rn-blog-details .inner-wrapper .blog-single-list-wrapper .thumbnail {
  width: 55%;
  padding-right: 30px;
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .rn-blog-details .inner-wrapper .blog-single-list-wrapper .thumbnail {
    width: 100%;
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rn-blog-details .inner-wrapper .blog-single-list-wrapper .thumbnail {
    width: 100%;
    padding-right: 0;
  }
}
.rn-blog-details .inner-wrapper .blog-single-list-wrapper .thumbnail img {
  width: 100%;
}
.rn-blog-details .inner-wrapper .blog-single-list-wrapper .thumbnail span {
  color: var(--color-body);
  font-size: 14px;
  display: block;
  text-align: left;
  padding-top: 10px;
  padding-left: 110px;
}
@media only screen and (max-width: 767px) {
  .rn-blog-details .inner-wrapper .blog-single-list-wrapper .thumbnail span {
    font-size: 13px;
    padding-left: 0;
    margin-bottom: 23px;
  }
}
.rn-blog-details .inner-wrapper .blog-single-list-wrapper h4.title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .rn-blog-details .inner-wrapper .blog-single-list-wrapper h4.title {
    margin-bottom: 16px;
  }
}
.rn-blog-details .inner-wrapper .blog-single-list-wrapper .content {
  width: 45%;
}
@media only screen and (max-width: 767px) {
  .rn-blog-details .inner-wrapper .blog-single-list-wrapper .content {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rn-blog-details .inner-wrapper .blog-single-list-wrapper .content {
    width: 100%;
  }
}
.rn-blog-details .inner-wrapper .blog-single-list-wrapper .content ul.list-style {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .rn-blog-details .inner-wrapper .blog-single-list-wrapper .content ul.list-style {
    margin-bottom: 25px;
  }
}
.rn-blog-details p.form-group {
  margin-bottom: 25px;
}
.rn-blog-details p.form-group:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------
    Blog Comment Form And Comment List  
---------------------------------------------*/
.rn-blog-details .trydo-comment-form .inner,
.rn-blog-details .comment-form .inner {
  padding: 0;
}
.rn-blog-details .trydo-comment-form .inner p.logged-in-as,
.rn-blog-details .comment-form .inner p.logged-in-as {
  margin-bottom: 30px;
}
.rn-blog-details .trydo-comment-form .inner p a,
.rn-blog-details .comment-form .inner p a {
  color: var(--color-heading);
}
.rn-blog-details .trydo-comment-form .inner p a:hover,
.rn-blog-details .comment-form .inner p a:hover {
  color: var(--color-primary);
}

.comment-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.comment-list > ul {
  list-style: none;
}
.comment-list ul.children {
  list-style: none;
  padding-left: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .comment-list ul.children {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .comment-list ul.children {
    padding-left: 10px;
  }
}
.comment-list a {
  text-decoration: none;
}
.comment-list ol {
  margin-bottom: 30px;
}
.comment-list ol ol {
  margin-bottom: 0;
}
.comment-list .comment,
.comment-list .pingback,
.comment-list .trackback {
  margin: 0;
  padding: 0;
  /* Comment Top  */
  /* Comment Text  */
  /* Reply Button  */
}
.comment-list .comment.parent ul.children .comment,
.comment-list .pingback.parent ul.children .comment,
.comment-list .trackback.parent ul.children .comment {
  position: relative;
}
.comment-list .comment.parent ul.children .comment::before,
.comment-list .pingback.parent ul.children .comment::before,
.comment-list .trackback.parent ul.children .comment::before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  border-left: 1px solid var(--color-border);
  left: -45px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .comment-list .comment.parent ul.children .comment::before,
.comment-list .pingback.parent ul.children .comment::before,
.comment-list .trackback.parent ul.children .comment::before {
    left: -35px;
  }
}
@media only screen and (max-width: 767px) {
  .comment-list .comment.parent ul.children .comment::before,
.comment-list .pingback.parent ul.children .comment::before,
.comment-list .trackback.parent ul.children .comment::before {
    left: -10px;
  }
}
.comment-list .comment.parent ul.children .comment .single-comment,
.comment-list .pingback.parent ul.children .comment .single-comment,
.comment-list .trackback.parent ul.children .comment .single-comment {
  position: relative;
  border-color: var(--color-border);
}
.comment-list .comment.parent ul.children .comment .single-comment::before,
.comment-list .pingback.parent ul.children .comment .single-comment::before,
.comment-list .trackback.parent ul.children .comment .single-comment::before {
  content: "";
  position: absolute;
  top: 50%;
  border-top: 1px solid #dfe5e8;
  left: -45px;
  width: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .comment-list .comment.parent ul.children .comment .single-comment::before,
.comment-list .pingback.parent ul.children .comment .single-comment::before,
.comment-list .trackback.parent ul.children .comment .single-comment::before {
    left: -35px;
    width: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .comment-list .comment.parent ul.children .comment .single-comment::before,
.comment-list .pingback.parent ul.children .comment .single-comment::before,
.comment-list .trackback.parent ul.children .comment .single-comment::before {
    left: -10px;
    width: 10px;
  }
}
.comment-list .comment.parent ul.children .single-comment,
.comment-list .pingback.parent ul.children .single-comment,
.comment-list .trackback.parent ul.children .single-comment {
  background-color: transparent;
}
.comment-list .comment .single-comment,
.comment-list .pingback .single-comment,
.comment-list .trackback .single-comment {
  border: 1px solid var(--color-border);
  padding: 40px 40px;
  margin-bottom: 40px;
  border-radius: 4px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .comment-list .comment .single-comment,
.comment-list .pingback .single-comment,
.comment-list .trackback .single-comment {
    padding: 20px 20px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .comment-list .comment .single-comment,
.comment-list .pingback .single-comment,
.comment-list .trackback .single-comment {
    padding: 20px 20px;
    margin-bottom: 30px;
  }
}
.comment-list .comment .comment-img,
.comment-list .pingback .comment-img,
.comment-list .trackback .comment-img {
  display: flex;
  align-items: center;
  padding: 0;
  margin-bottom: 18px;
}
.comment-list .comment .comment-img .comment-avatar,
.comment-list .pingback .comment-img .comment-avatar,
.comment-list .trackback .comment-img .comment-avatar {
  margin-right: 20px;
  border-radius: 3px;
}
.comment-list .comment .comment-img h6,
.comment-list .pingback .comment-img h6,
.comment-list .trackback .comment-img h6 {
  margin-bottom: 0;
}
.comment-list .comment .comment-img .commenter,
.comment-list .pingback .comment-img .commenter,
.comment-list .trackback .comment-img .commenter {
  color: var(--color-heading);
  display: block;
  text-decoration: none;
  font-size: 17px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 6px;
}
.comment-list .comment .comment-img .commenter a,
.comment-list .pingback .comment-img .commenter a,
.comment-list .trackback .comment-img .commenter a {
  color: var(--color-heading);
}
.comment-list .comment .comment-img .commenter a:hover,
.comment-list .pingback .comment-img .commenter a:hover,
.comment-list .trackback .comment-img .commenter a:hover {
  color: var(--color-primary);
}
.comment-list .comment .comment-img .time-spent,
.comment-list .pingback .comment-img .time-spent,
.comment-list .trackback .comment-img .time-spent {
  font-size: 13px;
  color: var(--color-body);
  font-weight: 400;
}
.comment-list .comment .comment-text,
.comment-list .pingback .comment-text,
.comment-list .trackback .comment-text {
  font-size: 16px;
  line-height: 1.7;
  font-weight: 400;
}
.comment-list .comment .comment-text a,
.comment-list .pingback .comment-text a,
.comment-list .trackback .comment-text a {
  color: var(--color-body);
}
.comment-list .comment .comment-text a:hover,
.comment-list .pingback .comment-text a:hover,
.comment-list .trackback .comment-text a:hover {
  color: var(--color-primary);
}
.comment-list .comment .comment-text p,
.comment-list .pingback .comment-text p,
.comment-list .trackback .comment-text p {
  font-size: 16px;
  line-height: 1.7;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .comment-list .comment .comment-text p,
.comment-list .pingback .comment-text p,
.comment-list .trackback .comment-text p {
    margin-bottom: 15px;
  }
}
.comment-list .comment .comment-text p img,
.comment-list .pingback .comment-text p img,
.comment-list .trackback .comment-text p img {
  padding: 10px 0;
}
.comment-list .comment .comment-text p a,
.comment-list .pingback .comment-text p a,
.comment-list .trackback .comment-text p a {
  color: var(--color-body);
}
.comment-list .comment .reply-edit,
.comment-list .pingback .reply-edit,
.comment-list .trackback .reply-edit {
  display: flex;
  font-weight: 500;
  margin-top: 15px;
  align-items: center;
}
.comment-list .comment .reply-edit a.comment-edit-link,
.comment-list .pingback .reply-edit a.comment-edit-link,
.comment-list .trackback .reply-edit a.comment-edit-link {
  margin-right: 14px;
  color: var(--color-heading);
  font-size: 14px;
}
.comment-list .comment .reply-edit a.comment-edit-link:hover,
.comment-list .pingback .reply-edit a.comment-edit-link:hover,
.comment-list .trackback .reply-edit a.comment-edit-link:hover {
  color: var(--color-primary);
}
.comment-list .comment .reply-edit .reply a.comment-reply-link,
.comment-list .pingback .reply-edit .reply a.comment-reply-link,
.comment-list .trackback .reply-edit .reply a.comment-reply-link {
  color: var(--color-primary);
  font-size: 16px;
}
.comment-list .comment .reply-edit .reply a.comment-reply-link:hover,
.comment-list .pingback .reply-edit .reply a.comment-reply-link:hover,
.comment-list .trackback .reply-edit .reply a.comment-reply-link:hover {
  color: var(--color-heading);
}
.comment-list .comment .reply-edit .reply a.comment-reply-link i,
.comment-list .pingback .reply-edit .reply a.comment-reply-link i,
.comment-list .trackback .reply-edit .reply a.comment-reply-link i {
  padding-right: 4px;
}
@media only screen and (max-width: 575px) {
  .comment-list .comment .content .heading,
.comment-list .pingback .content .heading,
.comment-list .trackback .content .heading {
    display: block;
  }
}
.comment-list .comment .content .heading .title h5,
.comment-list .pingback .content .heading .title h5,
.comment-list .trackback .content .heading .title h5 {
  margin-bottom: 0;
}
.comment-list .comment .content .heading .coment-date,
.comment-list .pingback .content .heading .coment-date,
.comment-list .trackback .content .heading .coment-date {
  display: flex;
  align-items: center;
}
.comment-list .comment .content .heading .coment-date p,
.comment-list .pingback .content .heading .coment-date p,
.comment-list .trackback .content .heading .coment-date p {
  font-size: 15px;
  line-height: 24px;
  color: var(--color-primary);
  margin-bottom: 0;
}
.comment-list .comment .content .heading .coment-date a.reply-btn,
.comment-list .pingback .content .heading .coment-date a.reply-btn,
.comment-list .trackback .content .heading .coment-date a.reply-btn {
  font-size: 14px;
  line-height: 26px;
  display: inline-block;
  color: var(--color-primary);
  padding-left: 10px;
}
.comment-list .comment.comment-reply,
.comment-list .pingback.comment-reply,
.comment-list .trackback.comment-reply {
  margin-left: 75px;
}
@media only screen and (max-width: 767px) {
  .comment-list .comment.comment-reply,
.comment-list .pingback.comment-reply,
.comment-list .trackback.comment-reply {
    margin-left: 0;
  }
}

.single-post-content-wrap input {
  border: var(--border-width) solid var(--color-border);
  border-radius: var(--radius);
  height: 50px;
  font-size: 16px;
}
.single-post-content-wrap input:focus {
  border-color: var(--color-primary);
}
.single-post-content-wrap .wp-block-image img {
  border-radius: 10px;
}

/*------------------------
    BLog Contact Form  
--------------------------*/
.comment-respond {
  margin-bottom: 50px;
}
.comment-respond .comment-reply-title {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 600;
}
.comment-respond .logged-in-as {
  margin-bottom: 20px;
  font-size: 16px;
  color: var(--color-body);
  font-weight: 400;
}
.comment-respond .logged-in-as a {
  color: var(--color-body);
  transition: 0.3s;
}
.comment-respond .logged-in-as a:hover {
  color: var(--color-primary);
}
.comment-respond input {
  border: 2px solid var(--color-border);
  border-radius: 4px;
  height: 50px;
  font-size: 16px;
  padding: 0 20px;
  color: var(--color-body);
}
.comment-respond input[type=submit] {
  border: 2px solid var(--color-primary);
  margin-top: 0;
  color: #ffffff !important;
}
.comment-respond input[type=submit]:hover {
  color: var(--color-primary) !important;
  box-shadow: 0 10px 15px 0 rgba(249, 0, 77, 0.1);
  transform: translateY(-5px);
  background: transparent;
  border-color: var(--color-primary) !important;
}
.comment-respond textarea {
  min-height: 230px;
  border: 2px solid var(--color-border);
  border-radius: 4px;
  resize: none;
  padding: 15px;
  font-size: 16px;
  color: var(--color-body);
}
.comment-respond .form-group {
  margin-bottom: 30px;
}
.comment-respond .form-submit {
  margin-bottom: 0;
}
.comment-respond .comment-form-cookies-consent {
  margin-bottom: 25px;
  margin-top: -10px;
}
.comment-respond #cancel-comment-reply-link {
  font-size: 16px;
  padding-left: 36px;
  position: relative;
  color: var(--color-primary);
  text-transform: uppercase;
}
.comment-respond #cancel-comment-reply-link::before {
  content: "";
  position: absolute;
  left: 15px;
  font-family: "feather" !important;
  top: 50%;
  color: var(--color-primary);
  transform: translateY(-50%);
  font-size: 19px;
}

/*-------------------
    BlockQuote  
-------------------*/
.wp-block-quote,
blockquote,
.wp-block-coblocks-click-to-tweet,
.wp-block-pullquote blockquote,
.wp-block-quote.is-style-large,
.wp-block-quote.is-large,
blockquote.has-text-align-right,
.wp-block-quote.has-text-align-right {
  padding: 40px 40px 40px 100px;
  position: relative;
  font-size: 20px;
  line-height: 1.7;
  font-style: italic;
  background: transparent;
  border-radius: 5px;
  margin: 30px 0;
  font-weight: 500;
  color: var(--color-heading);
  z-index: 1;
  border: 1px solid var(--color-border);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wp-block-quote,
blockquote,
.wp-block-coblocks-click-to-tweet,
.wp-block-pullquote blockquote,
.wp-block-quote.is-style-large,
.wp-block-quote.is-large,
blockquote.has-text-align-right,
.wp-block-quote.has-text-align-right {
    padding: 20px;
    padding-left: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .wp-block-quote,
blockquote,
.wp-block-coblocks-click-to-tweet,
.wp-block-pullquote blockquote,
.wp-block-quote.is-style-large,
.wp-block-quote.is-large,
blockquote.has-text-align-right,
.wp-block-quote.has-text-align-right {
    padding: 20px;
    padding-left: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .wp-block-quote,
blockquote,
.wp-block-coblocks-click-to-tweet,
.wp-block-pullquote blockquote,
.wp-block-quote.is-style-large,
.wp-block-quote.is-large,
blockquote.has-text-align-right,
.wp-block-quote.has-text-align-right {
    margin: 20px 0;
  }
}
.wp-block-quote::before,
blockquote::before,
.wp-block-coblocks-click-to-tweet::before,
.wp-block-pullquote blockquote::before,
.wp-block-quote.is-style-large::before,
.wp-block-quote.is-large::before,
blockquote.has-text-align-right::before,
.wp-block-quote.has-text-align-right::before {
  content: "“";
  position: absolute;
  color: var(--color-primary);
  z-index: -1;
  height: 40px;
  width: 40px;
  line-height: 1em;
  top: 40px;
  left: 30px;
  font-size: 70px;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  font-family: "Poppins", sans-serif;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wp-block-quote::before,
blockquote::before,
.wp-block-coblocks-click-to-tweet::before,
.wp-block-pullquote blockquote::before,
.wp-block-quote.is-style-large::before,
.wp-block-quote.is-large::before,
blockquote.has-text-align-right::before,
.wp-block-quote.has-text-align-right::before {
    top: 7px;
    left: 0;
    font-size: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .wp-block-quote::before,
blockquote::before,
.wp-block-coblocks-click-to-tweet::before,
.wp-block-pullquote blockquote::before,
.wp-block-quote.is-style-large::before,
.wp-block-quote.is-large::before,
blockquote.has-text-align-right::before,
.wp-block-quote.has-text-align-right::before {
    top: 7px;
    left: 0;
    font-size: 48px;
  }
}
.wp-block-quote p,
blockquote p,
.wp-block-coblocks-click-to-tweet p,
.wp-block-pullquote blockquote p,
.wp-block-quote.is-style-large p,
.wp-block-quote.is-large p,
blockquote.has-text-align-right p,
.wp-block-quote.has-text-align-right p {
  margin-bottom: 0;
  font-style: normal;
  font-size: 20px;
  line-height: 1.7;
  font-weight: 500;
  color: var(--color-heading);
}

.comment-list .comment .comment-text blockquote p,
.comment-list .pingback .comment-text blockquote p,
.comment-list .trackback .comment-text blockquote p {
  margin-bottom: 0;
  font-style: normal;
  font-size: 20px;
  line-height: 1.7;
  font-weight: 500;
  color: var(--color-heading);
}

.wp-block-quote.is-style-large {
  padding: 50px 50px 50px 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wp-block-quote.is-style-large {
    padding: 40px;
    padding-left: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .wp-block-quote.is-style-large {
    padding: 40px;
    padding-left: 70px;
  }
}
.wp-block-quote.is-style-large::before {
  height: 52px;
  width: 52px;
  top: 50px;
  left: 34px;
  font-size: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wp-block-quote.is-style-large::before {
    top: 20px;
    left: 10px;
    font-size: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .wp-block-quote.is-style-large::before {
    top: 20px;
    left: 10px;
    font-size: 60px;
  }
}

.wp-block-quote.has-text-align-right {
  padding: 40px 100px 40px 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wp-block-quote.has-text-align-right {
    padding: 20px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .wp-block-quote.has-text-align-right {
    padding: 20px;
    padding-right: 40px;
  }
}
.wp-block-quote.has-text-align-right::before {
  right: 30px;
  left: auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wp-block-quote.has-text-align-right::before {
    right: 0;
    left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .wp-block-quote.has-text-align-right::before {
    right: 0;
    left: auto;
  }
}

.wp-block-quote.has-text-align-right.is-style-large {
  padding: 50px 120px 50px 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wp-block-quote.has-text-align-right.is-style-large {
    padding: 40px;
    padding-left: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .wp-block-quote.has-text-align-right.is-style-large {
    padding: 40px;
    padding-left: 70px;
  }
}
.wp-block-quote.has-text-align-right.is-style-large::before {
  right: 34px;
  left: auto;
}

.has-cyan-bluish-gray-background-color blockquote,
.has-cyan-bluish-gray-background-color .wp-block-quote,
.has-cyan-bluish-gray-background-color .wp-block-coblocks-click-to-tweet,
.has-cyan-bluish-gray-background-color .wp-block-pullquote blockquote,
.has-cyan-bluish-gray-background-color .wp-block-quote.is-style-large,
.has-cyan-bluish-gray-background-color .wp-block-quote.is-large,
.has-cyan-bluish-gray-background-color blockquote.has-text-align-right,
.has-cyan-bluish-gray-background-color .wp-block-quote.has-text-align-right {
  background: #ffffff;
}

.wp-block-pullquote.alignleft blockquote,
.wp-block-pullquote.alignright blockquote,
.wp-block-pullquote.alignleft blockquote p,
.wp-block-pullquote.alignright blockquote p,
.wp-block-pullquote blockquote,
.wp-block-pullquote p {
  border: 0 none;
  font-size: 20px;
  line-height: 1.7;
}

.wp-block-pullquote::before {
  display: none;
}

.wp-block-quote.is-style-large p,
.wp-block-quote.is-large p {
  font-size: 30px;
  line-height: 1.8;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wp-block-quote.is-style-large p,
.wp-block-quote.is-large p {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .wp-block-quote.is-style-large p,
.wp-block-quote.is-large p {
    font-size: 24px;
  }
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
  font-size: 20px;
}

.alignright blockquote {
  border-left: 0;
  border-right: 4px solid var(--color-primary);
}

.axil-blog-details-area blockquote p {
  margin-bottom: 0;
  font-size: 20px;
}

.wp-block-pullquote {
  border: 0 none;
  border-top: 4px solid var(--color-primary);
  border-bottom: 4px solid var(--color-primary);
  border-left: none;
  padding: 30px 0;
  border-radius: 0;
}
.wp-block-pullquote blockquote {
  margin: 0;
  border: 0 none;
  padding: 10px 20px;
}
.wp-block-pullquote blockquote::before {
  display: none;
}

.wp-block-pullquote.alignleft,
.alignleft {
  text-align: left;
}

.wp-block-pullquote.alignright,
.alignright {
  text-align: right;
}

.wp-block-pullquote.aligncenter,
.aligncenter {
  text-align: center;
}

.wp-block-pullquote.has-background {
  padding: 30px 0;
}

.wp-block-pullquote.is-style-solid-color blockquote {
  padding: 40px 40px 40px 100px;
}

.wp-block-coblocks-click-to-tweet {
  padding: 40px;
}

.wp-block-coblocks-click-to-tweet::before {
  display: none;
}

/*-----------------------
    Blog Meta  
-----------------------*/
ul.blog-meta {
  display: flex;
  margin: 0 -12px;
  flex-wrap: wrap;
  position: relative;
  padding-left: 0;
}
@media only screen and (max-width: 767px) {
  ul.blog-meta {
    margin: 0 -7px;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  ul.blog-meta {
    padding: 0;
  }
}
ul.blog-meta li {
  font-size: 14px;
  line-height: 1.3;
  color: var(--color-body);
  margin: 0 12px;
  margin-bottom: 5px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  ul.blog-meta li {
    font-size: 14px;
    margin: 0 7px;
    margin-bottom: 10px;
  }
}
ul.blog-meta li a {
  color: var(--color-body);
  display: inline-block;
  line-height: 22px;
}
ul.blog-meta li a:hover {
  color: var(--color-primary);
}
ul.blog-meta li svg {
  margin-right: 13px;
  font-size: 22px;
}

/*----------------------------
    Blog Details  
------------------------------*/
.rn-blog-details .wp-block-latest-posts.wp-block-latest-posts__list,
.entry-content .wp-block-latest-posts.wp-block-latest-posts__list {
  padding-left: 0;
}
.rn-blog-details .wp-block-latest-posts.wp-block-latest-posts__list li a,
.entry-content .wp-block-latest-posts.wp-block-latest-posts__list li a {
  font-size: 18px;
  line-height: 22px;
  color: #1f1f25;
  font-weight: 500;
  transition: 0.3s;
  display: block;
  margin-bottom: 7px;
}
.rn-blog-details .wp-block-latest-posts.wp-block-latest-posts__list li a:hover,
.entry-content .wp-block-latest-posts.wp-block-latest-posts__list li a:hover {
  color: var(--color-primary);
}
.rn-blog-details .sticky-blog ul.blog-meta li,
.entry-content .sticky-blog ul.blog-meta li {
  margin-bottom: 0;
}
.rn-blog-details .blog-top .author,
.entry-content .blog-top .author {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
}
.rn-blog-details .blog-top .info,
.entry-content .blog-top .info {
  padding-left: 20px;
}
.rn-blog-details .blog-top .info h6,
.entry-content .blog-top .info h6 {
  margin-bottom: 6px;
}
.rn-blog-details .blog-top .info ul.blog-meta li,
.entry-content .blog-top .info ul.blog-meta li {
  position: relative;
}
.rn-blog-details .blog-top .info ul.blog-meta li + li::before,
.entry-content .blog-top .info ul.blog-meta li + li::before {
  position: absolute;
  background: #D3D3D3;
  height: 14px;
  width: 1px;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
}
.rn-blog-details img,
.entry-content img {
  border-radius: 10px;
}
.rn-blog-details .alignleft,
.entry-content .alignleft {
  margin-right: 20px;
}
.rn-blog-details .alignright,
.entry-content .alignright {
  margin-left: 20px;
}
.rn-blog-details .aligncenter,
.entry-content .aligncenter {
  text-align: center;
}
.rn-blog-details .wp-block-calendar,
.entry-content .wp-block-calendar {
  margin-bottom: 20px;
}
.rn-blog-details .wp-block-calendar a,
.entry-content .wp-block-calendar a {
  text-decoration: none;
}
.rn-blog-details .wp-block-calendar nav.wp-calendar-nav,
.entry-content .wp-block-calendar nav.wp-calendar-nav {
  text-align: left;
}

.wp-block-latest-comments__comment-date {
  margin-top: 4px;
}

.wp-block-search .wp-block-search__input {
  border: 1px solid var(--color-border);
}

.wp-block-search .wp-block-search__button {
  padding: 0 14px;
  border-radius: 4px;
  color: var(--color-white);
  border-color: transparent;
}

.wp-block-search {
  margin-bottom: 30px;
}
@media only screen and (max-width: 575px) {
  .wp-block-search {
    display: block;
  }
}
@media only screen and (max-width: 575px) {
  .wp-block-search .wp-block-search__input {
    display: block;
  }
}
@media only screen and (max-width: 575px) {
  .wp-block-search .wp-block-search__button {
    margin-left: 0;
    margin-top: 15px;
    padding: 5px 10px;
    display: inline-block;
  }
}

/*-----------------------
    Entry Content  
------------------------*/
.entry-content,
.page-entry-content-footer-wrapper {
  padding: 0 110px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .entry-content,
.page-entry-content-footer-wrapper {
    padding: 0 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .entry-content,
.page-entry-content-footer-wrapper {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .entry-content,
.page-entry-content-footer-wrapper {
    padding: 0;
  }
}

/*-------------------------
    Wp Blog Cover  
---------------------------*/
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover-text,
P.wp-block-cover-text,
P.wp-block-cover,
.rn-blog-details .wp-block-cover .wp-block-cover-text {
  margin-bottom: 0;
  max-width: 1040px;
  color: #ffffff;
  padding: 15px;
}

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
section.wp-block-cover-image > h2 {
  font-size: 36px;
  line-height: 1.6;
}

.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  padding: 40px 20px 20px;
  border-radius: 10px;
}

.wp-block-columns.alignfull,
.alignfull:not(.has-background) .wp-block-columns {
  padding-left: 40px;
  padding-right: 40px;
}

.wp-block-columns {
  margin-bottom: 30px;
}

.wp-block-column > *:last-child {
  margin-bottom: 0;
}

.wp-block-column > *:first-child {
  margin-top: 0;
}

.wp-block-preformatted {
  margin-top: 30px;
}

.wp-block-coblocks-social a.wp-block-button__link {
  border: 0 none;
}

:root .editor-styles-wrapper .has-pale-pink-background-color,
:root .has-pale-pink-background-color {
  background-color: #000 !important;
}

@media (min-width: 1200px) {
  .wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover-text,
P.wp-block-cover-text,
P.wp-block-cover,
.rn-blog-details .wp-block-cover .wp-block-cover-text {
    max-width: 1040px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover-text,
P.wp-block-cover-text,
P.wp-block-cover,
.rn-blog-details .wp-block-cover .wp-block-cover-text {
    max-width: 960px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover-text,
P.wp-block-cover-text,
P.wp-block-cover,
.rn-blog-details .wp-block-cover .wp-block-cover-text {
    max-width: 720px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover-text,
P.wp-block-cover-text,
P.wp-block-cover,
.rn-blog-details .wp-block-cover .wp-block-cover-text {
    max-width: 540px;
  }
}
.audio-player-wrapper audio {
  display: block;
  width: 100%;
}

.trydo-blog-comment .comment-navigation:first-child {
  margin-bottom: 20px;
}

.trydo-blog-list.format-gallery .thumbnail {
  display: block;
  position: relative;
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wp-block-columns.alignfull,
.alignfull:not(.has-background) .wp-block-columns {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .wp-block-columns.alignfull,
.alignfull:not(.has-background) .wp-block-columns {
    padding-left: 15px;
    padding-right: 15px;
  }

  .wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
    font-size: 14px;
  }
}
@media only screen and (max-width: 575px) {
  .post-password-form input[type=submit] {
    margin-left: 0;
    margin-top: 15px;
  }
}
.rn-blog-details figure img {
  border-radius: 10px;
}

/*--------------------------
    Blog Sidebar Styles 
----------------------------*/
.rbt-single-widget {
  border-radius: 4px;
  padding: 20px 20px;
  border: 1px solid var(--color-border);
  padding-top: 0;
}
.rbt-single-widget:first-child {
  margin-top: 0 !important;
}
.rbt-single-widget input,
.rbt-single-widget select {
  border: var(--border-width) solid var(--color-border);
}
.rbt-single-widget select {
  background: url(../images/icons/arrow-icon.png) 93% center no-repeat transparent;
}
.rbt-single-widget.widget_trydo_info_widget .logo {
  margin-bottom: 20px;
  max-height: 60px;
  margin-top: 20px;
}
.rbt-single-widget.widget_trydo_info_widget .logo a {
  display: block;
}
.rbt-single-widget.widget_trydo_info_widget .logo a img {
  max-height: 60px;
}
.rbt-single-widget.widget_trydo_info_widget .address p {
  margin-bottom: 9px;
}
.rbt-single-widget.widget_trydo_info_widget .address p i {
  margin-right: 10px;
  font-size: 15px;
  color: var(--color-primary);
}
.rbt-single-widget.widget_trydo_info_widget .address p a {
  color: var(--color-body);
  transition: 0.3s;
}
.rbt-single-widget.widget_trydo_info_widget .address p a:hover {
  color: var(--color-primary);
}
.rbt-single-widget.widget_trydo_info_widget .address p:last-child {
  margin-bottom: 0;
}
.rbt-single-widget.widget_search .inner {
  padding-top: 20px;
}
.rbt-single-widget p {
  font-size: 16px;
  line-height: 28px;
  color: var(--color-gray);
}
.rbt-single-widget .small-post {
  display: flex;
}
.rbt-single-widget .small-post .thumbnail {
  padding-right: 20px;
}
.rbt-single-widget .small-post .thumbnail a {
  display: block;
}
.rbt-single-widget .small-post .thumbnail img {
  max-height: 80px;
  max-width: 100px;
}
.rbt-single-widget .small-post .content h6 {
  margin-bottom: 10px;
  font-weight: 500;
}
.rbt-single-widget .small-post .content h6 a {
  text-decoration: none;
  transition: 0.3s;
  display: block;
}
.rbt-single-widget .small-post .content ul.blog-meta {
  margin: 0 -10px;
  display: flex;
}
.rbt-single-widget .small-post .content ul.blog-meta li {
  color: #1d1d24;
  font-size: 12px;
  line-height: 24px;
  position: relative;
  margin: 0 10px;
}
.rbt-single-widget .small-post .content ul.blog-meta li + li::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background: var(--color-body);
  left: -12px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100%;
}
.rbt-single-widget .small-post + .small-post {
  margin-top: 20px;
}
.rbt-single-widget ul,
.rbt-single-widget ol {
  padding-left: 0;
  margin-bottom: -10px;
  list-style: none;
  padding-right: 0;
}
.rbt-single-widget ul ul,
.rbt-single-widget ol ul {
  margin-bottom: 0;
}
.rbt-single-widget ul li,
.rbt-single-widget ol li {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 28px;
  color: var(--color-gray);
}
.rbt-single-widget ul li a,
.rbt-single-widget ol li a {
  transition: all 0.3s ease 0s;
  text-decoration: none;
  color: var(--color-gray);
  display: initial;
}
.rbt-single-widget ul li a:hover,
.rbt-single-widget ol li a:hover {
  color: var(--color-primary);
}
.rbt-single-widget.widget_archive .screen-reader-text, .rbt-single-widget.widget_categories .screen-reader-text {
  display: none;
}
.rbt-single-widget.widget_rss ul li a, .rbt-single-widget.widget_recent_comments ul li a {
  text-decoration: none;
}
.rbt-single-widget.widget_rss li cite {
  margin-top: 4px;
  font-size: 13px;
}
.rbt-single-widget .textwidget img {
  margin: 10px 0;
  object-fit: cover;
}
.rbt-single-widget.category ul.category-list li a {
  display: block;
  padding: 10px 0;
  padding-right: 20px;
  font-size: 18px;
  line-height: 28px;
  border-bottom: 1px solid var(--color-border);
  text-decoration: none;
  color: #1d1d24;
  transition: 0.3s;
  position: relative;
}
.rbt-single-widget.category ul.category-list li a::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 6px;
  border-color: transparent transparent transparent #1f1f25;
  position: absolute;
  right: 0;
  content: "";
  top: 50%;
  transform: translateY(-50%);
}
.rbt-single-widget.category ul.category-list li:hover a {
  color: var(--color-primary);
}
.rbt-single-widget.category ul.category-list li:first-child a {
  padding-top: 0;
}
.rbt-single-widget.share {
  background: #7A19FF;
  padding: 17px 20px;
}
.rbt-single-widget.share span {
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  color: #ffffff;
  display: inline-block;
}
.rbt-single-widget.share ul.social-list li {
  margin-left: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rbt-single-widget.share ul.social-list li {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-single-widget.share ul.social-list li {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-single-widget.share ul.social-list li {
    margin-left: 10px;
  }
}
.rbt-single-widget.share ul.social-list li a {
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
}
.rbt-single-widget.widget_recent_comments ul li,
.rbt-single-widget.widget_recent_comments ol li, .rbt-single-widget.widget_recent_entries ul li,
.rbt-single-widget.widget_recent_entries ol li, .rbt-single-widget.widget_archive ul li,
.rbt-single-widget.widget_archive ol li, .rbt-single-widget.widget_categories ul li,
.rbt-single-widget.widget_categories ol li, .rbt-single-widget.widget_meta ul li,
.rbt-single-widget.widget_meta ol li, .rbt-single-widget.widget_pages ul li,
.rbt-single-widget.widget_pages ol li, .rbt-single-widget.widget_nav_menu ul li,
.rbt-single-widget.widget_nav_menu ol li, .rbt-single-widget.widget_block ul li,
.rbt-single-widget.widget_block ol li {
  position: relative;
  padding-left: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 0;
  margin-bottom: 0;
}
.rbt-single-widget.widget_recent_comments ul li:first-child,
.rbt-single-widget.widget_recent_comments ol li:first-child, .rbt-single-widget.widget_recent_entries ul li:first-child,
.rbt-single-widget.widget_recent_entries ol li:first-child, .rbt-single-widget.widget_archive ul li:first-child,
.rbt-single-widget.widget_archive ol li:first-child, .rbt-single-widget.widget_categories ul li:first-child,
.rbt-single-widget.widget_categories ol li:first-child, .rbt-single-widget.widget_meta ul li:first-child,
.rbt-single-widget.widget_meta ol li:first-child, .rbt-single-widget.widget_pages ul li:first-child,
.rbt-single-widget.widget_pages ol li:first-child, .rbt-single-widget.widget_nav_menu ul li:first-child,
.rbt-single-widget.widget_nav_menu ol li:first-child, .rbt-single-widget.widget_block ul li:first-child,
.rbt-single-widget.widget_block ol li:first-child {
  margin-top: 10px;
}
.rbt-single-widget.widget_recent_comments ul li::before,
.rbt-single-widget.widget_recent_comments ol li::before, .rbt-single-widget.widget_recent_entries ul li::before,
.rbt-single-widget.widget_recent_entries ol li::before, .rbt-single-widget.widget_archive ul li::before,
.rbt-single-widget.widget_archive ol li::before, .rbt-single-widget.widget_categories ul li::before,
.rbt-single-widget.widget_categories ol li::before, .rbt-single-widget.widget_meta ul li::before,
.rbt-single-widget.widget_meta ol li::before, .rbt-single-widget.widget_pages ul li::before,
.rbt-single-widget.widget_pages ol li::before, .rbt-single-widget.widget_nav_menu ul li::before,
.rbt-single-widget.widget_nav_menu ol li::before, .rbt-single-widget.widget_block ul li::before,
.rbt-single-widget.widget_block ol li::before {
  position: absolute;
  content: "";
  font-family: "feather";
  left: 0;
  top: 16px;
  font-size: 18px;
  opacity: 0.3;
  color: var(--color-primary);
}
.rbt-single-widget.widget_recent_comments ul li:first-child,
.rbt-single-widget.widget_recent_comments ol li:first-child, .rbt-single-widget.widget_recent_entries ul li:first-child,
.rbt-single-widget.widget_recent_entries ol li:first-child, .rbt-single-widget.widget_archive ul li:first-child,
.rbt-single-widget.widget_archive ol li:first-child, .rbt-single-widget.widget_categories ul li:first-child,
.rbt-single-widget.widget_categories ol li:first-child, .rbt-single-widget.widget_meta ul li:first-child,
.rbt-single-widget.widget_meta ol li:first-child, .rbt-single-widget.widget_pages ul li:first-child,
.rbt-single-widget.widget_pages ol li:first-child, .rbt-single-widget.widget_nav_menu ul li:first-child,
.rbt-single-widget.widget_nav_menu ol li:first-child, .rbt-single-widget.widget_block ul li:first-child,
.rbt-single-widget.widget_block ol li:first-child {
  padding-top: 0;
}
.rbt-single-widget.widget_recent_comments ul li:first-child::before,
.rbt-single-widget.widget_recent_comments ol li:first-child::before, .rbt-single-widget.widget_recent_entries ul li:first-child::before,
.rbt-single-widget.widget_recent_entries ol li:first-child::before, .rbt-single-widget.widget_archive ul li:first-child::before,
.rbt-single-widget.widget_archive ol li:first-child::before, .rbt-single-widget.widget_categories ul li:first-child::before,
.rbt-single-widget.widget_categories ol li:first-child::before, .rbt-single-widget.widget_meta ul li:first-child::before,
.rbt-single-widget.widget_meta ol li:first-child::before, .rbt-single-widget.widget_pages ul li:first-child::before,
.rbt-single-widget.widget_pages ol li:first-child::before, .rbt-single-widget.widget_nav_menu ul li:first-child::before,
.rbt-single-widget.widget_nav_menu ol li:first-child::before, .rbt-single-widget.widget_block ul li:first-child::before,
.rbt-single-widget.widget_block ol li:first-child::before {
  top: 1px;
}
.rbt-single-widget.widget_recent_comments ul li:last-child,
.rbt-single-widget.widget_recent_comments ol li:last-child, .rbt-single-widget.widget_recent_entries ul li:last-child,
.rbt-single-widget.widget_recent_entries ol li:last-child, .rbt-single-widget.widget_archive ul li:last-child,
.rbt-single-widget.widget_archive ol li:last-child, .rbt-single-widget.widget_categories ul li:last-child,
.rbt-single-widget.widget_categories ol li:last-child, .rbt-single-widget.widget_meta ul li:last-child,
.rbt-single-widget.widget_meta ol li:last-child, .rbt-single-widget.widget_pages ul li:last-child,
.rbt-single-widget.widget_pages ol li:last-child, .rbt-single-widget.widget_nav_menu ul li:last-child,
.rbt-single-widget.widget_nav_menu ol li:last-child, .rbt-single-widget.widget_block ul li:last-child,
.rbt-single-widget.widget_block ol li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.rbt-single-widget.widget_recent_comments ul li + li,
.rbt-single-widget.widget_recent_comments ol li + li, .rbt-single-widget.widget_recent_entries ul li + li,
.rbt-single-widget.widget_recent_entries ol li + li, .rbt-single-widget.widget_archive ul li + li,
.rbt-single-widget.widget_archive ol li + li, .rbt-single-widget.widget_categories ul li + li,
.rbt-single-widget.widget_categories ol li + li, .rbt-single-widget.widget_meta ul li + li,
.rbt-single-widget.widget_meta ol li + li, .rbt-single-widget.widget_pages ul li + li,
.rbt-single-widget.widget_pages ol li + li, .rbt-single-widget.widget_nav_menu ul li + li,
.rbt-single-widget.widget_nav_menu ol li + li, .rbt-single-widget.widget_block ul li + li,
.rbt-single-widget.widget_block ol li + li {
  border-top: 1px solid var(--color-border);
}
.rbt-single-widget.widget_recent_comments > ul > li,
.rbt-single-widget.widget_recent_comments > ol > li, .rbt-single-widget.widget_recent_entries > ul > li,
.rbt-single-widget.widget_recent_entries > ol > li, .rbt-single-widget.widget_archive > ul > li,
.rbt-single-widget.widget_archive > ol > li, .rbt-single-widget.widget_categories > ul > li,
.rbt-single-widget.widget_categories > ol > li, .rbt-single-widget.widget_meta > ul > li,
.rbt-single-widget.widget_meta > ol > li, .rbt-single-widget.widget_pages > ul > li,
.rbt-single-widget.widget_pages > ol > li, .rbt-single-widget.widget_block > ul > li,
.rbt-single-widget.widget_block > ol > li {
  margin-top: 0;
  margin-bottom: 0;
}
.rbt-single-widget.widget_recent_comments > ul > li:first-child,
.rbt-single-widget.widget_recent_comments > ol > li:first-child, .rbt-single-widget.widget_recent_entries > ul > li:first-child,
.rbt-single-widget.widget_recent_entries > ol > li:first-child, .rbt-single-widget.widget_archive > ul > li:first-child,
.rbt-single-widget.widget_archive > ol > li:first-child, .rbt-single-widget.widget_categories > ul > li:first-child,
.rbt-single-widget.widget_categories > ol > li:first-child, .rbt-single-widget.widget_meta > ul > li:first-child,
.rbt-single-widget.widget_meta > ol > li:first-child, .rbt-single-widget.widget_pages > ul > li:first-child,
.rbt-single-widget.widget_pages > ol > li:first-child, .rbt-single-widget.widget_block > ul > li:first-child,
.rbt-single-widget.widget_block > ol > li:first-child {
  margin-top: 0;
}
.rbt-single-widget.widget_recent_comments > ul > li:last-child,
.rbt-single-widget.widget_recent_comments > ol > li:last-child, .rbt-single-widget.widget_recent_entries > ul > li:last-child,
.rbt-single-widget.widget_recent_entries > ol > li:last-child, .rbt-single-widget.widget_archive > ul > li:last-child,
.rbt-single-widget.widget_archive > ol > li:last-child, .rbt-single-widget.widget_categories > ul > li:last-child,
.rbt-single-widget.widget_categories > ol > li:last-child, .rbt-single-widget.widget_meta > ul > li:last-child,
.rbt-single-widget.widget_meta > ol > li:last-child, .rbt-single-widget.widget_pages > ul > li:last-child,
.rbt-single-widget.widget_pages > ol > li:last-child, .rbt-single-widget.widget_block > ul > li:last-child,
.rbt-single-widget.widget_block > ol > li:last-child {
  margin-bottom: 10px;
}
.rbt-single-widget.widget_recent_entries ul li::before {
  content: "";
  font-family: "feather";
}
.rbt-single-widget.widget_archive ul li::before, .rbt-single-widget.widget_categories ul li::before {
  content: "";
  font-family: "feather";
}
.rbt-single-widget.widget_meta ul li, .rbt-single-widget.widget_pages ul li, .rbt-single-widget.widget_nav_menu ul li {
  padding-left: 23px;
}
.rbt-single-widget.widget_meta ul li::before, .rbt-single-widget.widget_pages ul li::before, .rbt-single-widget.widget_nav_menu ul li::before {
  content: "";
  font-family: "feather";
}
.rbt-single-widget.widget_meta ul li:first-child, .rbt-single-widget.widget_pages ul li:first-child, .rbt-single-widget.widget_nav_menu ul li:first-child {
  top: 0;
}

.rbt-single-widget .title,
.rbt-single-widget .wp-block-search__label,
.rbt-single-widget h2 {
  line-height: 26px;
  position: relative;
  padding-bottom: 6px;
  font-size: 18px;
  font-weight: 500;
  color: var(--color-primary) !important;
  background: var(--color-primary-light);
  margin: -1px -22px 0;
  padding: 14px 24px;
  border-radius: 4px;
  display: block;
  width: auto;
}
.rbt-single-widget .title a,
.rbt-single-widget .wp-block-search__label a,
.rbt-single-widget h2 a {
  color: var(--color-primary);
}
.rbt-single-widget .title a.rsswidget img,
.rbt-single-widget .wp-block-search__label a.rsswidget img,
.rbt-single-widget h2 a.rsswidget img {
  height: 13px;
  margin-right: 3px;
}
.rbt-single-widget .title img,
.rbt-single-widget .wp-block-search__label img,
.rbt-single-widget h2 img {
  vertical-align: 0px;
}

.blog-search,
.widget_search {
  position: relative;
}
.blog-search .wp-block-search,
.widget_search .wp-block-search {
  margin-bottom: 0;
}
.blog-search input,
.blog-search .wp-block-search__input,
.widget_search input,
.widget_search .wp-block-search__input {
  height: 60px;
  padding: 0 20px;
  color: var(--color-gray);
  padding-right: 112px;
  border: 2px solid var(--color-border);
  border-radius: 4px;
}
.blog-search .wp-block-search__inside-wrapper,
.widget_search .wp-block-search__inside-wrapper {
  position: relative;
  margin-top: 20px;
}
.blog-search .search-button,
.blog-search .wp-block-search__button,
.widget_search .search-button,
.widget_search .wp-block-search__button {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  background: var(--color-primary);
  height: 47px;
  padding: 0 20px;
  border-radius: 3px;
  text-align: center;
  color: var(--color-white);
  border-color: var(--color-primary);
  border-width: 2px;
  transition: 0.3s;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
}
.blog-search .search-button i,
.blog-search .wp-block-search__button i,
.widget_search .search-button i,
.widget_search .wp-block-search__button i {
  color: var(--color-white);
  font-weight: 400;
  transition: 0.3s;
}
.blog-search .search-button:hover,
.blog-search .wp-block-search__button:hover,
.widget_search .search-button:hover,
.widget_search .wp-block-search__button:hover {
  background: transparent;
}
.blog-search .search-button:hover i,
.blog-search .wp-block-search__button:hover i,
.widget_search .search-button:hover i,
.widget_search .wp-block-search__button:hover i {
  color: var(--color-primary);
}

.tagcloud,
.wp-block-tag-cloud {
  margin: -3px;
  margin-bottom: 10px;
}
.tagcloud a,
.wp-block-tag-cloud a {
  background: transparent;
  display: inline-block;
  height: 40px;
  color: var(--color-gray);
  font-size: 16px !important;
  line-height: 38px;
  text-decoration: none;
  margin: 3px;
  border: 1px solid var(--color-border);
  padding: 0 20px;
  border-radius: 3px;
}
.tagcloud a:hover,
.wp-block-tag-cloud a:hover {
  background: var(--color-primary);
  color: #ffffff !important;
  border-color: var(--color-primary) !important;
}

.widget_calendar caption {
  caption-side: top;
  margin: 0;
  font-size: 14px;
  line-height: 24px;
  padding: 0;
  margin-bottom: 10px;
}
.widget_calendar #prev {
  text-align: left;
}
.widget_calendar #prev a {
  text-decoration: none;
  color: #1d1d24;
}

table,
.wp-calendar-table {
  font-size: 14px;
  line-height: 24px;
}
table thead th,
.wp-calendar-table thead th {
  background: transparent;
}
table th,
table td,
.wp-calendar-table th,
.wp-calendar-table td {
  border: 1px solid var(--color-border);
  padding: 9px 10px;
  text-align: center;
}
table th#today,
table td#today,
.wp-calendar-table th#today,
.wp-calendar-table td#today {
  background: var(--color-primary);
  color: #ffffff;
}
table th#today a,
table td#today a,
.wp-calendar-table th#today a,
.wp-calendar-table td#today a {
  color: #ffffff;
}

.wp-block-calendar table thead th {
  background: #e9e9e9;
}

.wp-calendar-nav span,
.wp-calendar-nav a {
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
  color: var(--color-gray);
  transition: 0.4s;
}
.wp-calendar-nav span:hover,
.wp-calendar-nav a:hover {
  color: var(--color-primary);
}

.widget_rss ul li {
  position: relative;
  padding-left: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.widget_rss ul li:first-child {
  margin-top: 0;
  padding-top: 0;
}
.widget_rss ul li:last-child {
  margin-bottom: 10px;
}
.widget_rss ul li + li {
  border-top: 1px solid var(--color-border);
}
.widget_rss ul li a.rsswidget {
  display: block;
  font-weight: 500;
  color: var(--color-heading);
  margin-bottom: 4px;
  transition: 0.3s;
}
.widget_rss ul li a.rsswidget:hover {
  color: var(--color-primary);
}
.widget_rss ul li .cite {
  margin-top: 5px;
}
.widget_rss ul li .rss-date {
  font-size: 14px;
  margin-bottom: 6px;
  display: block;
}

/**************************************
    Shop Styles
***************************************/
/*---------------------------
    Product Styles  
-----------------------------*/
.rbt-mini-cart-wrap {
  margin-left: 30px;
  display: block;
  position: relative;
  z-index: 2;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  transition: 0.4s;
  text-align: center;
  line-height: 43px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rbt-mini-cart-wrap {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-mini-cart-wrap {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-mini-cart-wrap {
    margin-left: 4px;
    width: auto;
    height: auto;
    line-height: inherit;
  }
}
.rbt-mini-cart-wrap .mini-cart {
  color: var(--color-white);
  position: relative;
}
.rbt-mini-cart-wrap .mini-cart i {
  padding-right: 5px;
}
.rbt-mini-cart-wrap .mini-cart .rbt-cart-count {
  position: absolute;
  top: -6px;
  left: auto;
  z-index: 2;
  min-width: 16px;
  height: 16px;
  background: var(--color-primary);
  border-radius: 10px;
  font-size: 12px;
  text-align: center;
  display: inline-block;
  color: #fff;
  padding: 0 4px 0 4px;
  line-height: 16px;
  right: -6px;
  font-weight: 600;
}
.rbt-mini-cart-wrap::before {
  background: rgba(154, 160, 166, 0.157);
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: 0.3s;
  transform: scale(0.9);
  opacity: 0;
  z-index: -1;
  border-radius: 100%;
}
@media only screen and (max-width: 767px) {
  .rbt-mini-cart-wrap::before {
    display: none;
  }
}
.rbt-mini-cart-wrap:hover::before {
  transform: scale(1);
  opacity: 1;
}

.rbt-mini-cart-wrap .mini-cart {
  color: var(--color-heading);
}

.header-area.header--transparent .rbt-mini-cart-wrap .mini-cart {
  color: var(--color-white);
}
.header-area.header--transparent .rbt-mini-cart-wrap .mini-cart .rbt-cart-count {
  color: #fff;
}

.header-area.header--sticky.sticky .rbt-mini-cart-wrap .mini-cart {
  color: #1f1f25;
}

.header-area.header-style-3.header--transparent .rbt-mini-cart-wrap .mini-cart {
  color: var(--color-body);
}

.product .shop-thumbnail {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.product .shop-thumbnail img {
  border-radius: 4px;
}
.product .shop-thumbnail .woocommerce-LoopProduct-link::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  opacity: 0;
  padding: 10px;
  overflow: hidden;
  background: linear-gradient(to bottom, var(--color-primary) 0, #000000 100%);
  z-index: 1;
  content: "";
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  border-radius: 4px;
}
.product .shop-thumbnail:hover .woocommerce-LoopProduct-link::before {
  overflow: visible;
  opacity: 0.85;
  top: 0;
}
.product .shop-product-info {
  padding-top: 17px;
  padding-bottom: 5px;
}
.product .shop-product-info h3 a {
  font-weight: 700;
  color: #1f1f1f;
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing: -0.02em;
  transition: 0.3s;
}
.product .shop-product-info h3 a:hover {
  color: var(--color-primary);
}
.product:hover .shop-thumbnail a.button {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.woocommerce ul.products li.product .onsale {
  top: 15px;
  right: 15px;
  left: auto;
  margin: 0;
}

.woocommerce span.onsale {
  min-height: auto;
  min-width: auto;
  position: absolute;
  text-align: center;
  line-height: 14px;
  border-radius: 4px;
  background-color: var(--color-heading);
  color: #fff;
  font-size: 13px;
  z-index: 9;
  font-weight: 400;
  display: inline-block;
  padding: 3px 6px;
}

span.woocommerce-Price-amount.amount {
  font-size: 18px;
  font-weight: 500;
  color: var(--color-heading);
}

.woocommerce ul.products li.product .price del {
  opacity: 0.7;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  padding: 0;
}

.woocommerce #respond input#submit.loading:after,
.woocommerce a.button.loading:after,
.woocommerce button.button.loading:after,
.woocommerce input.button.loading:after {
  top: 10px;
  right: 15px;
}

.woocommerce .quantity .qty {
  border-radius: 6px;
}

.woocommerce div.product div.summary {
  margin-top: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
  display: none;
}

.select2-container--default .select2-selection--single {
  background-color: transparent;
  border-radius: 4px !important;
}

.woocommerce #review_form #respond textarea {
  background: transparent;
}

@media only screen and (max-width: 767px) {
  .woocommerce #content table.cart td.actions .coupon .button,
.woocommerce #content table.cart td.actions .coupon .input-text,
.woocommerce #content table.cart td.actions .coupon input,
.woocommerce table.cart td.actions .coupon .button,
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce table.cart td.actions .coupon input,
.woocommerce-page #content table.cart td.actions .coupon .button,
.woocommerce-page #content table.cart td.actions .coupon .input-text,
.woocommerce-page #content table.cart td.actions .coupon input,
.woocommerce-page table.cart td.actions .coupon .button,
.woocommerce-page table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon input {
    width: 100%;
    margin-top: 20px;
  }

  .woocommerce-cart .woocommerce .actions #coupon_code {
    width: 100% !important;
  }
}
.woocommerce-message {
  line-height: 40px;
}

.woocommerce-input-wrapper label.checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-body);
}

.woocommerce-form__label-for-checkbox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: var(--color-heading);
  font-size: 20px;
}

.woocommerce-form__label-for-checkbox span {
  padding-left: 15px;
}

.woocommerce-input-wrapper .input-checkbox[type=checkbox],
.woocommerce-form__label-for-checkbox input[type=checkbox] {
  opacity: 1;
  position: static;
  pointer-events: auto;
  height: 14px;
  width: auto;
}

.woocommerce form .form-row.woocommerce-invalid label {
  color: var(--color-body);
}

.woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox span {
  padding-left: 0;
}

/*---------------------------
    Sidebar Styles  
----------------------------*/
.rbt-single-widget.widget_price_filter .price_slider_amount .button {
  border: 2px solid var(--color-primary);
  background: var(--color-primary);
  color: #ffffff;
  padding: 11px 15px;
  font-size: 15px;
  line-height: 13px;
  border-radius: 6px;
  display: inline-block;
  font-weight: 500;
  transition: 0.3s;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.rbt-single-widget.widget_price_filter .price_slider_amount .button:hover {
  box-shadow: 0 10px 15px 0 rgba(249, 0, 77, 0.1);
  background: transparent;
  color: var(--color-primary);
  transform: translateY(-5px);
}
.rbt-single-widget.widget_price_filter .price_slider_amount .price_label {
  font-size: 15px;
  font-weight: 400;
}

.rn-shop-top select {
  background: url(../images/icons/arrow-icon.png) 93% center no-repeat transparent;
  height: 52px;
  line-height: inherit;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background-color: var(--color-primary);
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
  height: 2px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  width: 10px;
  height: 10px;
  background-color: var(--color-primary);
  top: -4px;
}

/**************************************
    Footer Styles
***************************************/
/*--------------------
Footer Styles 
----------------------*/
.footer-area ul.social-share {
  margin: -6px !important;
}
.footer-area ul.social-share li {
  margin: 6px !important;
}
.footer-area ul.social-share li a::after {
  display: none;
}

.footer-wrapper {
  position: relative;
}

.footer-style-01 .title {
  font-weight: 500;
  margin-bottom: 30px;
  color: var(--color-white);
  font-size: 20px;
}
.footer-style-01 .title a {
  color: var(--color-white);
}
@media only screen and (max-width: 767px) {
  .footer-style-01 .title {
    margin-bottom: 14px;
  }
}
.footer-style-01 .menu,
.footer-style-01 .ft-link {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-style-01 .menu li,
.footer-style-01 .ft-link li {
  color: var(--color-midgray-lighter);
  font-size: 16px;
}
.footer-style-01 .menu li a,
.footer-style-01 .ft-link li a {
  color: var(--color-midgray-lighter);
  font-size: 16px;
  padding: 0;
  position: relative;
}
.footer-style-01 .menu li a::after,
.footer-style-01 .ft-link li a::after {
  position: absolute;
  content: "";
  bottom: 0;
  background: var(--color-primary);
  left: auto;
  right: 0;
  height: 1px;
  width: 0;
}
.footer-style-01 .menu li a:hover,
.footer-style-01 .ft-link li a:hover {
  color: var(--color-primary);
}
.footer-style-01 .menu li a:hover::after,
.footer-style-01 .ft-link li a:hover::after {
  left: 0;
  right: auto;
  width: 100%;
}
.footer-style-01 .menu li + li,
.footer-style-01 .ft-link li + li {
  margin-top: 13px;
}
@media only screen and (max-width: 767px) {
  .footer-style-01 .menu li + li,
.footer-style-01 .ft-link li + li {
    margin-top: 8px;
  }
}
.footer-style-01 .menu ul,
.footer-style-01 .ft-link ul {
  padding-left: 10px;
  padding-top: 13px;
}
.footer-style-01 .menu ul li a,
.footer-style-01 .ft-link ul li a {
  font-size: 15px;
}
.footer-style-01 .ft-text {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.footer-style-01 .ft-text .logo {
  margin-bottom: 40px;
}
.footer-style-01 .ft-text p {
  color: var(--color-midgray-lighter);
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 1px;
  padding-bottom: 7px;
}
.footer-style-01 .ft-text p a {
  color: var(--color-midgray-lighter);
  display: inline-block;
}
.footer-style-01 .ft-text p a:hover {
  color: var(--color-primary);
}
.footer-style-01 .footer-widget p {
  font-size: 16px;
  line-height: 28px;
  color: var(--color-midgray-lighter);
}
.footer-style-01 .footer-widget select {
  color: var(--color-midgray-lighter);
  background: url(../images/icons/arrow-icon.png) 92% center no-repeat transparent;
  border-color: var(--color-opacity-1);
}
.footer-style-01 .footer-widget .menu,
.footer-style-01 .footer-widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-style-01 .footer-widget .menu li,
.footer-style-01 .footer-widget ul li {
  color: var(--color-midgray-lighter);
  font-size: 16px;
  line-height: 28px;
  margin: 7px 0;
}
.footer-style-01 .footer-widget .menu li:first-child,
.footer-style-01 .footer-widget ul li:first-child {
  margin-top: 0;
  padding-top: 0;
}
.footer-style-01 .footer-widget .menu li a,
.footer-style-01 .footer-widget ul li a {
  color: var(--color-midgray-lighter);
  position: relative;
  display: inline-block;
}
.footer-style-01 .footer-widget .menu li a::after,
.footer-style-01 .footer-widget ul li a::after {
  position: absolute;
  content: "";
  bottom: 0;
  background: var(--color-primary);
  left: auto;
  right: 0;
  height: 1px;
  width: 0;
}
.footer-style-01 .footer-widget .menu li a.rsswidget,
.footer-style-01 .footer-widget ul li a.rsswidget {
  font-weight: 500;
  color: var(--color-white);
}
.footer-style-01 .footer-widget .menu li a.rsswidget::after,
.footer-style-01 .footer-widget ul li a.rsswidget::after {
  display: none;
}
.footer-style-01 .footer-widget .menu li a:hover,
.footer-style-01 .footer-widget ul li a:hover {
  color: var(--color-primary);
}
.footer-style-01 .footer-widget .menu li a:hover::after,
.footer-style-01 .footer-widget ul li a:hover::after {
  left: 0;
  right: auto;
  width: 100%;
}
.footer-style-01 .footer-widget .menu li cite,
.footer-style-01 .footer-widget ul li cite {
  font-weight: 500;
  display: inline-block;
  margin-top: 4px;
  font-size: 13px;
  color: var(--color-white);
}
.footer-style-01 .footer-widget .menu ul,
.footer-style-01 .footer-widget ul ul {
  padding-left: 10px;
}
.footer-style-01 .footer-widget.widget_rss ul li + li,
.footer-style-01 .footer-widget table th,
.footer-style-01 .footer-widget table td,
.footer-style-01 .footer-widget .wp-calendar-table th,
.footer-style-01 .footer-widget .wp-calendar-table td {
  border-color: var(--color-dark-border);
}
.footer-style-01 .footer-widget table th,
.footer-style-01 .footer-widget table td,
.footer-style-01 .footer-widget .wp-calendar-table th,
.footer-style-01 .footer-widget .wp-calendar-table td,
.footer-style-01 .footer-widget .wp-calendar-nav span,
.footer-style-01 .footer-widget .wp-calendar-nav a {
  color: var(--color-midgray-lighter);
}
.footer-style-01 .footer-widget a,
.footer-style-01 .footer-widget .wp-calendar-nav a {
  transition: 0.3s;
}
.footer-style-01 .footer-widget a:hover,
.footer-style-01 .footer-widget .wp-calendar-nav a:hover {
  color: var(--color-primary);
}
.footer-style-01 .footer-widget .blog-search input,
.footer-style-01 .footer-widget .blog-search .wp-block-search__input,
.footer-style-01 .footer-widget .widget_search input,
.footer-style-01 .footer-widget .widget_search .wp-block-search__input {
  padding-right: 80px;
  border-color: var(--color-dark-border);
}
.footer-style-01 .footer-widget .tagcloud a,
.footer-style-01 .footer-widget .wp-block-tag-cloud a {
  border-color: var(--color-dark-border);
  color: var(--color-midgray-lighter);
}
.footer-style-01 .footer-widget .textwidget img {
  margin: 10px 0;
  object-fit: cover;
}
.footer-style-01 .footer-widget .wp-caption .wp-caption-text {
  margin: 8px 0;
  text-align: left;
}
.footer-style-01 input::-webkit-input-placeholder,
.footer-style-01 textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--color-midgray-lighter);
}
.footer-style-01 input::-moz-placeholder,
.footer-style-01 textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--color-midgray-lighter);
}
.footer-style-01 input:-ms-input-placeholder,
.footer-style-01 textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: var(--color-midgray-lighter);
}
.footer-style-01 input:-moz-placeholder,
.footer-style-01 textarea:-moz-placeholder {
  /* Firefox 18- */
  color: var(--color-midgray-lighter);
}

.footer-style-2 .logo a,
.footer-area .logo a,
.footer-style-3 .logo a {
  display: block;
}
.footer-style-2 .logo a img,
.footer-area .logo a img,
.footer-style-3 .logo a img {
  max-height: 60px;
}

/* Footer Style Two  */
.footer-style-2 p {
  color: var(--color-midgray-lighter);
  font-size: 14px;
}
.footer-style-2 p a {
  color: var(--color-midgray-lighter);
  transition: 0.3s;
}
.footer-style-2 p a:hover {
  color: var(--color-primary) !important;
}

/* Footer Style Three  */
.footer-style-3 .logo {
  margin-bottom: 30px;
  margin-top: 60px;
  padding-top: 60px;
  position: relative;
}
.footer-style-3 .logo::before {
  position: absolute;
  content: "";
  max-width: 1230px;
  height: 2px;
  left: 0;
  top: 0;
  background: #353131;
  right: 0;
  margin: 0 auto;
}
.footer-style-3 .text p {
  font-size: 14px;
}
.footer-style-3 .text p a {
  transition: 0.3s;
}
.footer-style-3 .text p a:hover {
  color: var(--color-primary);
}

/*------------------------
    Copyright Area  
--------------------------*/
.copyright-text {
  position: absolute;
  bottom: -114px;
}
@media only screen and (max-width: 767px) {
  .copyright-text {
    position: static;
    bottom: 0;
    padding-top: 33px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .copyright-text {
    position: static;
    bottom: 0;
    padding-top: 33px;
  }
}
.copyright-text p {
  color: var(--color-midgray-lighter);
  font-size: 14px;
  opacity: 0.75;
}

/*--------------------
    Widget Menu  
----------------------*/
/*-------------------------------------
    Footer Widget Styles  
-------------------------------------*/
.footer-style-04 {
  border-top: 1px solid var(--color-border);
}
.footer-style-04 .footer-widget {
  margin-top: 30px;
}
.footer-style-04 .footer-widget .title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  color: var(--color-heading);
}
.footer-style-04 .footer-widget .title a {
  color: var(--color-heading);
}
.footer-style-04 .footer-widget p {
  font-size: 16px;
  line-height: 28px;
  color: var(--color-gray);
}
.footer-style-04 .footer-widget select {
  cursor: pointer;
  border-color: var(--color-border);
  background: url(../images/icons/arrow-icon.png) 94% center no-repeat transparent;
}
.footer-style-04 .footer-widget .menu,
.footer-style-04 .footer-widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-style-04 .footer-widget .menu li,
.footer-style-04 .footer-widget ul li {
  color: var(--color-gray);
  font-size: 16px;
  line-height: 28px;
  margin: 7px 0;
}
.footer-style-04 .footer-widget .menu li:first-child,
.footer-style-04 .footer-widget ul li:first-child {
  margin-top: 0;
  padding-top: 0;
}
.footer-style-04 .footer-widget .menu li a,
.footer-style-04 .footer-widget ul li a {
  color: var(--color-gray);
  position: relative;
  display: inline-block;
}
.footer-style-04 .footer-widget .menu li a::after,
.footer-style-04 .footer-widget ul li a::after {
  position: absolute;
  content: "";
  bottom: 0;
  background: var(--color-primary);
  left: auto;
  right: 0;
  height: 1px;
  width: 0;
}
.footer-style-04 .footer-widget .menu li a.rsswidget,
.footer-style-04 .footer-widget ul li a.rsswidget {
  font-weight: 500;
  color: var(--color-heading);
}
.footer-style-04 .footer-widget .menu li a.rsswidget::after,
.footer-style-04 .footer-widget ul li a.rsswidget::after {
  display: none;
}
.footer-style-04 .footer-widget .menu li a:hover,
.footer-style-04 .footer-widget ul li a:hover {
  color: var(--color-primary);
}
.footer-style-04 .footer-widget .menu li a:hover::after,
.footer-style-04 .footer-widget ul li a:hover::after {
  left: 0;
  right: auto;
  width: 100%;
}
.footer-style-04 .footer-widget .menu li cite,
.footer-style-04 .footer-widget ul li cite {
  font-weight: 500;
  display: inline-block;
  margin-top: 4px;
  font-size: 13px;
}
.footer-style-04 .footer-widget .menu ul,
.footer-style-04 .footer-widget ul ul {
  padding-left: 10px;
}
.footer-style-04 .footer-widget.widget_rss ul li + li,
.footer-style-04 .footer-widget table th,
.footer-style-04 .footer-widget table td,
.footer-style-04 .footer-widget .wp-calendar-table th,
.footer-style-04 .footer-widget .wp-calendar-table td {
  border-color: var(--color-border);
}
.footer-style-04 .footer-widget table th,
.footer-style-04 .footer-widget table td,
.footer-style-04 .footer-widget .wp-calendar-table th,
.footer-style-04 .footer-widget .wp-calendar-table td,
.footer-style-04 .footer-widget .wp-calendar-nav span,
.footer-style-04 .footer-widget .wp-calendar-nav a {
  color: var(--color-gray);
}
.footer-style-04 .footer-widget a,
.footer-style-04 .footer-widget .wp-calendar-nav a {
  transition: 0.3s;
}
.footer-style-04 .footer-widget a:hover,
.footer-style-04 .footer-widget .wp-calendar-nav a:hover {
  color: var(--color-primary);
}
.footer-style-04 .footer-widget .blog-search input,
.footer-style-04 .footer-widget .blog-search .wp-block-search__input,
.footer-style-04 .footer-widget .widget_search input,
.footer-style-04 .footer-widget .widget_search .wp-block-search__input {
  padding-right: 80px;
}
.footer-style-04 .footer-widget .textwidget img {
  margin: 10px 0;
  object-fit: cover;
}
.footer-style-04 .footer-widget .wp-caption .wp-caption-text {
  margin: 8px 0;
  text-align: left;
}
.footer-style-04 .copyright-area {
  border-top: 1px solid var(--color-border);
}
.footer-style-04 .copyright-area p {
  font-size: 16px;
  line-height: 28px;
  color: var(--color-gray);
}

/**************************************
    Template Styles
***************************************/
/*====================
    About Area 
======================*/
.about-area .rn-progress-bar .single-progress {
  margin-top: 26px;
}

.rn-finding-us-area .inner {
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rn-finding-us-area .inner {
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    flex-direction: column-reverse;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rn-finding-us-area .inner {
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 767px) {
  .rn-finding-us-area .inner {
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    flex-direction: column-reverse;
  }
}
.rn-finding-us-area .inner .content-wrapper .content {
  background: #101010;
  padding: 120px 100px;
  position: relative;
  z-index: 2;
  width: 800px;
  border-radius: 10px;
  text-align: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rn-finding-us-area .inner .content-wrapper .content {
    padding: 60px 50px;
    width: 100%;
    border-radius: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rn-finding-us-area .inner .content-wrapper .content {
    padding: 60px 50px;
    width: 100%;
    border-radius: 0;
  }
}
@media only screen and (max-width: 767px) {
  .rn-finding-us-area .inner .content-wrapper .content {
    padding: 30px 30px;
    width: 100%;
    border-radius: 0;
  }
}
.rn-finding-us-area .inner .content-wrapper .content h4 {
  color: #ffffff;
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .rn-finding-us-area .inner .content-wrapper .content h4 {
    font-size: 26px;
    margin-bottom: 12px;
  }
}
.rn-finding-us-area .inner .content-wrapper .content p {
  font-size: 18px;
  color: #b5b0b0;
  font-weight: 400;
  margin-bottom: 40px;
  padding-right: 0;
}
@media only screen and (max-width: 767px) {
  .rn-finding-us-area .inner .content-wrapper .content p {
    margin-bottom: 24px;
    padding-right: 0;
  }
}
.rn-finding-us-area .inner .thumbnail {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rn-finding-us-area .inner .thumbnail {
    position: static;
    height: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rn-finding-us-area .inner .thumbnail {
    position: static;
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .rn-finding-us-area .inner .thumbnail {
    position: static;
    height: 100%;
  }
}
.rn-finding-us-area .inner .thumbnail img {
  border-radius: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rn-finding-us-area .inner .thumbnail img {
    border-radius: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rn-finding-us-area .inner .thumbnail img {
    border-radius: 0;
  }
}
@media only screen and (max-width: 767px) {
  .rn-finding-us-area .inner .thumbnail img {
    border-radius: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-inner {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .about-inner {
    padding-top: 40px;
  }
}
.about-inner .icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: var(--color-primary);
  border-radius: 100%;
  text-align: center;
  color: #fff;
  line-height: 58px;
  font-size: 27px;
  margin-bottom: 17px;
  padding-right: 3px;
}
.about-inner .icon svg {
  stroke-width: 1;
  width: 31px;
  height: 31px;
}
.about-inner .section-title h2.title {
  line-height: 1.3;
  margin-bottom: 35px;
}
.about-inner .section-title p {
  font-weight: 300;
  color: var(--color-gray);
  padding-right: 0;
}
.about-inner .section-title p a {
  color: #1d1d24;
}
.about-inner .section-title p a:hover {
  color: var(--color-primary);
}

.about-wrapper .thumbnail {
  position: relative;
  z-index: 2;
}
.about-wrapper .thumbnail img {
  border-radius: 8px;
  box-shadow: none;
  width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-position-top {
    padding-top: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-position-top {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .about-position-top {
    padding-top: 60px;
  }
}
.about-position-top .thumbnail {
  margin-top: -130px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-position-top .thumbnail {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .about-position-top .thumbnail {
    margin-top: -89px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-position-top .thumbnail {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .about-position-top .thumbnail {
    margin-top: 0;
  }
}

.about-us-list {
  margin-top: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-us-list {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .about-us-list {
    margin-top: 30px;
  }
}
.about-us-list h3.title {
  font-size: 30px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .about-us-list h3.title {
    font-size: 26px;
    margin-bottom: 8px;
  }
}
.about-us-list p {
  font-weight: 300;
  padding-right: 10%;
}

.rn-content-box-style--1 .content {
  text-align: left;
  padding: 0 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rn-content-box-style--1 .content {
    padding: 0 60px;
  }
}
@media only screen and (max-width: 767px) {
  .rn-content-box-style--1 .content {
    padding: 0 40px;
  }
}
.rn-content-box-style--1 .content p.subtitle {
  color: #1f1f25;
  font-size: 16px;
  font-weight: 400;
  padding: 8px 25px;
  display: inline-block;
  border-radius: 4px;
}
.rn-content-box-style--1 .content p.subtitle span {
  color: var(--color-primary);
}
.rn-content-box-style--1 .content h2 {
  margin-top: 11px;
  margin-bottom: 20px;
  font-size: 36px;
  line-height: 50px;
  font-weight: 500;
  margin-bottom: 20px !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rn-content-box-style--1 .content h2 {
    margin-top: 7px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rn-content-box-style--1 .content h2 {
    margin-top: 7px;
  }
}
@media only screen and (max-width: 767px) {
  .rn-content-box-style--1 .content h2 {
    margin-top: 7px;
  }
}
.rn-content-box-style--1 .content p {
  color: rgba(29, 29, 36, 0.75);
  font-size: 18px;
  line-height: 30px;
}

.rm-about-style-2 .section-title h2.title {
  line-height: 1.3;
  margin-bottom: 26px;
}
.rm-about-style-2 .section-title p.description {
  font-weight: 300;
  color: var(--color-gray);
}
.rm-about-style-2 .section-title p.description a {
  color: #1d1d24;
}
.rm-about-style-2 .section-title p.description a:hover {
  color: var(--color-primary);
}

/*-----------------------------
    Portfolio Details Styles 
-------------------------------*/
.portfolio-thumb-inner .thumb {
  position: relative;
}
.portfolio-thumb-inner .thumb .video-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 0 none;
  width: 110px;
  height: 110px;
  background: var(--color-primary);
  margin-left: -35px;
  margin-top: -35px;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .portfolio-thumb-inner .thumb .video-popup {
    width: 70px;
    height: 70px;
  }
}
.portfolio-thumb-inner .thumb .video-popup::before {
  border-left: 15px solid #ffffff;
}
.portfolio-thumb-inner .thumb .video-popup span {
  font-size: 18px;
  line-height: 28px;
  display: inline-block;
  color: #292642;
  font-weight: 500;
}
.portfolio-thumb-inner .thumb .video-popup:hover {
  transform: translate(-50%, -50%) scale3d(1.15, 1.15, 1.15);
}

.portfolio-details h2 {
  font-size: 30px;
}
@media only screen and (max-width: 767px) {
  .portfolio-details h2 {
    font-size: 26px;
  }
}
.portfolio-details .inner h2 {
  line-height: 27px;
  display: block;
  margin-bottom: 0;
  padding-bottom: 43px;
  border-bottom: 1px solid #e1e1e1;
}
.portfolio-details .inner p {
  font-size: 18px;
  line-height: 30px;
  color: rgba(29, 29, 36, 0.75);
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio-details .inner p {
    margin-bottom: 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-details .inner p {
    margin-bottom: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-details .inner p {
    margin-bottom: 22px;
  }
}
.portfolio-details .inner p.subtitle {
  color: #1f1f25;
  font-size: 23px;
  line-height: 44px;
  margin-top: 28px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio-details .inner p.subtitle {
    font-size: 20px;
    line-height: 38px;
    margin-top: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-details .inner p.subtitle {
    font-size: 18px;
    line-height: 38px;
    margin-top: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-details .inner p.subtitle {
    font-size: 18px;
    line-height: 38px;
    margin-top: 24px;
  }
}
.portfolio-details .inner .portfolio-view-list {
  margin: 0 -40px;
}
.portfolio-details .inner .portfolio-view-list .port-view {
  margin: 0 40px;
}
.portfolio-details .inner .portfolio-view-list .port-view span {
  font-size: 16px;
  color: rgba(29, 29, 36, 0.75);
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
}
.portfolio-details .inner .portfolio-view-list .port-view h4 {
  font-size: 22px;
  font-weight: 500;
}
.portfolio-details .portfolio-view-list {
  margin: -10px -40px;
}
.portfolio-details .portfolio-view-list .port-view {
  margin: 10px 40px;
}
.portfolio-details .portfolio-view-list .port-view span {
  font-weight: 400;
  font-size: 14px;
  display: block;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.portfolio-details .portfolio-view-list .port-view h4 {
  font-size: 20px;
  font-weight: 500;
}
.portfolio-details ul.social-share li a {
  border: 2px solid var(--color-border);
  color: var(--color-body);
  border-radius: 100%;
}
.portfolio-details ul.social-share li a:hover {
  background: var(--color-primary);
  border-color: var(--color-primary) !important;
  color: #ffffff !important;
}

.related-work .thumb a img {
  width: 100%;
}
.related-work .inner {
  padding-top: 25px;
}
.related-work .inner h4 {
  font-size: 24px;
  line-height: 39px;
  margin-bottom: 7px;
}
.related-work .inner h4 a {
  color: #1f1f25;
}
.related-work .inner h4:hover a {
  color: var(--color-primary);
}
.related-work .inner span.category {
  color: rgba(29, 29, 36, 0.75);
  font-size: 16px;
  font-weight: 500;
}

/*--------------------------
    Service Details Styles 
-----------------------------*/
.service-details-inner .page-title {
  padding-left: 105px;
}
.service-details-inner .page-title h2.title {
  font-size: 40px;
  line-height: 51px;
  margin-bottom: 14px;
}
.service-details-inner .page-title p {
  font-size: 24px;
  line-height: 30px;
  color: rgba(29, 29, 36, 0.75);
  margin-bottom: 0;
}
.service-details-inner .sercice-details-content .thumb .video-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 0 none;
}
.service-details-inner .sercice-details-content .details p {
  color: rgba(29, 29, 36, 0.75);
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 0;
}
.service-details-inner .sercice-details-content .details p + p {
  margin-top: 30px;
}
.service-details-inner .sercice-details-content .details h4.title {
  font-size: 36px;
  line-height: 30px;
  font-weight: 500;
  margin-top: 40px;
  margin-bottom: 27px;
}
@media only screen and (max-width: 767px) {
  .service-details-inner .sercice-details-content .details h4.title {
    font-size: 26px;
    line-height: 38px;
    margin-top: 26px;
    margin-bottom: 18px;
  }
}
.service-details-inner .sercice-details-content .details ul.liststyle li {
  font-size: 18px;
  line-height: 30px;
  color: rgba(29, 29, 36, 0.75);
  position: relative;
  padding-left: 30px;
}
.service-details-inner .sercice-details-content .details ul.liststyle li::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: rgba(29, 29, 36, 0.75);
  left: 0;
  top: 10px;
}
.service-details-inner .sercice-details-content .details ul.liststyle li + li {
  margin-top: 8px;
}

/*--------------------------
    Corporate Agency 
-----------------------------*/
.elementor-widget-text-editor p {
  color: inherit;
  font-size: inherit;
}

/*--------------------------
    Swicher Styles  
----------------------------*/
.active-dark-mode .my_switcher ul li .setColor.dark {
  display: none;
}

.active-light-mode .my_switcher ul li .setColor.light {
  display: none;
}

.my_switcher {
  border: 0 none;
  padding: 0;
  margin-left: 20px;
  width: 40px;
  display: flex;
  justify-content: center;
  height: 40px;
  align-items: center;
  border-radius: 100%;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .my_switcher {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .my_switcher {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .my_switcher {
    margin-left: 8px;
  }
}
.my_switcher ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 100%;
}
.my_switcher ul li {
  margin-top: 0;
  margin-bottom: 0;
}
.my_switcher ul li a {
  display: block;
  position: relative;
  z-index: 2;
  width: 40px;
  height: 40px;
  border-radius: 100%;
}
.my_switcher ul li a::before {
  background: rgba(154, 160, 166, 0.157);
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: 0.3s;
  transform: scale(0.9);
  opacity: 0;
  z-index: -1;
  border-radius: 100%;
}
.my_switcher ul li a.active {
  display: none;
}
.my_switcher ul li a img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.my_switcher:hover ul li a::before {
  transform: scale(1);
  opacity: 0.87;
}

/*------------------------
    Active Light  
-------------------------*/
.active-light-mode .elementor-2217 .elementor-element.elementor-element-710d39e:not(.elementor-motion-effects-element-type-background), .active-light-mode .elementor-2217 .elementor-element.elementor-element-710d39e > .elementor-motion-effects-container > .elementor-motion-effects-layer,
.active-light-mode .elementor-2217 .elementor-element.elementor-element-8152112:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .active-light-mode .elementor-2217 .elementor-element.elementor-element-8152112 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer,
.active-light-mode .elementor-2217 .elementor-element.elementor-element-31c8f88:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .active-light-mode .elementor-2217 .elementor-element.elementor-element-31c8f88 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer,
.active-light-mode .elementor-2217 .elementor-element.elementor-element-218d06e:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .active-light-mode .elementor-2217 .elementor-element.elementor-element-218d06e > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer,
.active-light-mode .elementor-2217 .elementor-element.elementor-element-b1d7bc3:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .active-light-mode .elementor-2217 .elementor-element.elementor-element-b1d7bc3 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer,
.active-light-mode .elementor-2217 .elementor-element.elementor-element-4f14827:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .active-light-mode .elementor-2217 .elementor-element.elementor-element-4f14827 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer,
.active-light-mode .elementor-2217 .elementor-element.elementor-element-c8a93f7:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .active-light-mode .elementor-2217 .elementor-element.elementor-element-c8a93f7 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer,
.active-light-mode .elementor-2217 .elementor-element.elementor-element-cc152c1:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .active-light-mode .elementor-2217 .elementor-element.elementor-element-cc152c1 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer,
.active-light-mode .elementor-2217 .elementor-element.elementor-element-0647c4b:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .active-light-mode .elementor-2217 .elementor-element.elementor-element-0647c4b > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer,
.active-light-mode .elementor-2217 .elementor-element.elementor-element-a14b63b:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .active-light-mode .elementor-2217 .elementor-element.elementor-element-a14b63b > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer,
.active-light-mode .elementor-2217 .elementor-element.elementor-element-c992d2c:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap {
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
}
.active-light-mode .elementor-2217 .elementor-element.elementor-element-c992d2c:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .active-light-mode .elementor-2217 .elementor-element.elementor-element-c992d2c > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer {
  background-color: #fff;
}
.active-light-mode .elementor-2217 .elementor-element.elementor-element-a109b88:not(.elementor-motion-effects-element-type-background), .active-light-mode .elementor-2217 .elementor-element.elementor-element-a109b88 > .elementor-motion-effects-container > .elementor-motion-effects-layer,
.active-light-mode .elementor-2217 .elementor-element.elementor-element-710d39e:not(.elementor-motion-effects-element-type-background), .active-light-mode .elementor-2217 .elementor-element.elementor-element-710d39e > .elementor-motion-effects-container > .elementor-motion-effects-layer {
  background: #f9f9f9;
}
.active-light-mode .elementor-2217 .elementor-element.elementor-element-cc152c1:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .active-light-mode .elementor-2217 .elementor-element.elementor-element-cc152c1 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer,
.active-light-mode .elementor-2217 .elementor-element.elementor-element-0647c4b:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .active-light-mode .elementor-2217 .elementor-element.elementor-element-0647c4b > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer,
.active-light-mode .elementor-2217 .elementor-element.elementor-element-a14b63b:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .active-light-mode .elementor-2217 .elementor-element.elementor-element-a14b63b > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer {
  border-color: transparent;
}
.active-light-mode section.elementor-section.elementor-top-section.elementor-element.elementor-element-696702a.elementor-section-full_width.elementor-section-height-default.elementor-section-height-default .rn-blog-area {
  background: #ffffff;
}

/*--------------------------
    Color Darker Version  
----------------------------*/
body.active-dark-mode {
  background: #101010;
  /* Header Style Area  */
}
body.active-dark-mode .bg_color--1,
body.active-dark-mode .elementor-2175 .elementor-element.elementor-element-87894d4 .rn-testimonial-area {
  background: #101010;
}
body.active-dark-mode .service-white .service__style--1 .content h4.title,
body.active-dark-mode .accodion-style--1 .rn-card .rn-card-header a,
body.active-dark-mode strong.woocommerce-review__author {
  color: var(--color-white);
}
body.active-dark-mode ul.social-share.social-style--2.color-black li a {
  opacity: 1;
}
body.active-dark-mode.bg_color--9 .creative-service-wrapper .row.creative-service .service.service__style--2,
body.active-dark-mode.bg_color--9 .header-area.header--fixed.sticky,
body.active-dark-mode.bg_color--9 .backto-top > div,
body.active-dark-mode.bg_color--9 .bg_color--6 {
  background: #091020 !important;
}
body.active-dark-mode .service-main-wrapper .service.service__style--2,
body.active-dark-mode .im_counterup,
body.active-dark-mode .elementor-485 .elementor-element.elementor-element-d903c82 .service.service__style--2,
body.active-dark-mode .elementor-476 .elementor-element.elementor-element-a892a0b .im_counterup,
body.active-dark-mode .elementor-476 .elementor-element.elementor-element-927aed2 .im_counterup,
body.active-dark-mode .elementor-476 .elementor-element.elementor-element-3aef07b .im_counterup,
body.active-dark-mode .elementor-476 .elementor-element.elementor-element-fa04fcb .im_counterup,
body.active-dark-mode .elementor-476 .elementor-element.elementor-element-7568922 .service.service__style--2,
body.active-dark-mode .wpcf7 form .wpcf7-response-output, body.active-dark-mode.woocommerce .quantity .qty,
body.active-dark-mode .elementor-1984 .elementor-element.elementor-element-a16baf9:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap,
body.active-dark-mode .elementor-1984 .elementor-element.elementor-element-a16baf9 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer {
  background: #0c0c0c !important;
}
body.active-dark-mode .elementor-2175 .elementor-element.elementor-element-52af879.elementor-view-stacked .elementor-icon {
  background-color: #101010;
  fill: #fff;
  color: #fff;
}
body.active-dark-mode .rbt-single-widget .title,
body.active-dark-mode .rbt-single-widget .wp-block-search__label,
body.active-dark-mode .rbt-single-widget h2,
body.active-dark-mode .rn-progress-charts .progress,
body.active-dark-mode .rn-pagination ul.page-numbers li a,
body.active-dark-mode .rn-pagination ul.page-list li a,
body.active-dark-mode .imroz-blog-list.sticky,
body.active-dark-mode #add_payment_method #payment div.payment_box,
body.active-dark-mode .woocommerce-cart #payment div.payment_box,
body.active-dark-mode .woocommerce-checkout #payment div.payment_box {
  background: #0c0c0c;
}
body.active-dark-mode .rn-pagination ul.page-numbers li a,
body.active-dark-mode .rn-pagination ul.page-list li a {
  border-color: #0c0c0c;
}
body.active-dark-mode .bg_image--3,
body.active-dark-mode .rn-testimonial-content .inner p::after,
body.active-dark-mode .footer-right {
  background-image: inherit !important;
}
body.active-dark-mode .brand-separation,
body.active-dark-mode .bg_color--5,
body.active-dark-mode .bg_color--6,
body.active-dark-mode .elementor-485 .elementor-element.elementor-element-c8fe6e9 .rn-portfolio-area,
body.active-dark-mode .elementor-485 .elementor-element.elementor-element-0bbb8fc .rn-brand-area,
body.active-dark-mode .elementor-476 .elementor-element.elementor-element-be23cf5 .rn-portfolio-area,
body.active-dark-mode .elementor-577 .elementor-element.elementor-element-9474739 .rn-brand-area,
body.active-dark-mode .elementor-1239 .elementor-element.elementor-element-64590ca .rn-service-area,
body.active-dark-mode .post-breadcrumbs,
body.active-dark-mode .elementor-1281 .elementor-element.elementor-element-b4495e7 .rn-portfolio-area,
body.active-dark-mode .elementor-1281 .elementor-element.elementor-element-128b379:not(.elementor-motion-effects-element-type-background),
body.active-dark-mode .elementor-1281 .elementor-element.elementor-element-128b379 > .elementor-motion-effects-container > .elementor-motion-effects-layer,
body.active-dark-mode .elementor-1281 .elementor-element.elementor-element-d73b324 .rn-portfolio-area,
body.active-dark-mode .elementor-1382 .elementor-element.elementor-element-2732bee .rn-gallery-area,
body.active-dark-mode .elementor-1409 .elementor-element.elementor-element-3d762ae .rn-brand-area,
body.active-dark-mode .elementor-1257 .elementor-element.elementor-element-38af518 .rn-blog-area {
  background: #191919;
}
body.active-dark-mode .elementor-6 .elementor-element.elementor-element-c6d0637 .rn-testimonial-area,
body.active-dark-mode .elementor-785 .elementor-element.elementor-element-33711cb .rn-blog-area,
body.active-dark-mode .elementor-485 .elementor-element.elementor-element-d903c82 .rn-service-area,
body.active-dark-mode .elementor-485 .elementor-element.elementor-element-5ba7e2e .rn-blog-area,
body.active-dark-mode .elementor-476 .elementor-element.elementor-element-1161426 .rn-testimonial-area,
body.active-dark-mode .elementor-476 .elementor-element.elementor-element-b3c1c8d:not(.elementor-motion-effects-element-type-background),
body.active-dark-mode .elementor-476 .elementor-element.elementor-element-b3c1c8d > .elementor-motion-effects-container > .elementor-motion-effects-layer,
body.active-dark-mode .elementor-476 .elementor-element.elementor-element-7568922 .rn-service-area,
body.active-dark-mode .elementor-738 .elementor-element.elementor-element-53986ef .rn-blog-area,
body.active-dark-mode .elementor-712 .elementor-element.elementor-element-b8ced2d .rn-service-area,
body.active-dark-mode .elementor-712 .elementor-element.elementor-element-028121f .rn-blog-area,
body.active-dark-mode .elementor-577 .elementor-element.elementor-element-5fcab32 .rn-service-area,
body.active-dark-mode .elementor-418 .elementor-element.elementor-element-538efbf .rn-testimonial-area,
body.active-dark-mode .elementor-401 .elementor-element.elementor-element-60cee4e .rn-testimonial-area,
body.active-dark-mode .elementor-674 .elementor-element.elementor-element-877e847 .rn-service-area,
body.active-dark-mode .elementor-674 .elementor-element.elementor-element-7d3ae13 .rn-blog-area,
body.active-dark-mode .elementor-1239 .elementor-element.elementor-element-3a3c6aa .rn-contact-area.bg_color--5,
body.active-dark-mode .elementor-1395 .elementor-element.elementor-element-2aedf3e:not(.elementor-motion-effects-element-type-background),
body.active-dark-mode .elementor-1395 .elementor-element.elementor-element-2aedf3e > .elementor-motion-effects-container > .elementor-motion-effects-layer,
body.active-dark-mode .elementor-1446 .elementor-element.elementor-element-ab43624 .rn-brand-area,
body.active-dark-mode .elementor-1208 .elementor-element.elementor-element-be0a55e .rn-service-area,
body.active-dark-mode .elementor-1208 .elementor-element.elementor-element-f1a7813 .rn-service-area,
body.active-dark-mode .elementor-1844 .elementor-element.elementor-element-c51117d .rn-contact-area.bg_color--5 {
  background: #101010;
}
body.active-dark-mode .footer-style-01.bg_color--6 {
  background: var(--color-darkest);
}
body.active-dark-mode .breadcrumb-area::before {
  background: #0c0c0c;
  opacity: 0.9;
}
body.active-dark-mode h1,
body.active-dark-mode h2,
body.active-dark-mode h3,
body.active-dark-mode h4,
body.active-dark-mode h5,
body.active-dark-mode h6,
body.active-dark-mode .single-tab-content ul li a,
body.active-dark-mode .item-portfolio-static .inner .gallery-title,
body.active-dark-mode .footer-style-2 p a,
body.active-dark-mode .imroz-blog-list .blog-top .title a,
body.active-dark-mode .rn-blog-details p a,
body.active-dark-mode .rn-pagination ul.page-numbers li a,
body.active-dark-mode .rn-pagination ul.page-list li a,
body.active-dark-mode ul li a,
body.active-dark-mode ol li a {
  color: var(--color-white);
}
body.active-dark-mode a.btn-transparent,
body.active-dark-mode .rn-pricing.active .pricing-table-inner .pricing-body ul.list-style--1 li i {
  color: var(--color-white);
}
body.active-dark-mode .section-title p,
body.active-dark-mode .about-us-list p,
body.active-dark-mode .about-inner .section-title p.description,
body.active-dark-mode .service.service__style--2 .content p,
body.active-dark-mode .counterup_style--1 p.description,
body.active-dark-mode .rn-testimonial-content .author-info h6,
body.active-dark-mode .slide.slider-style-3 .inner > span,
body.active-dark-mode .single-tab-content ul li,
body.active-dark-mode .im_counterup .inner .description,
body.active-dark-mode p,
body.active-dark-mode .list-style--1 li,
body.active-dark-mode .rn-pricing .pricing-table-inner .pricing-body ul.list-style--1 li i,
body.active-dark-mode .rn-progress-charts .heading,
body.active-dark-mode .rn-progress-charts .progress .progress-bar span.percent-label,
body.active-dark-mode .accodion-style--1 .rn-card .rn-card-body,
body.active-dark-mode .item-portfolio-static .inner p,
body.active-dark-mode .pv-tab-button li,
body.active-dark-mode .pv-tab-button button,
body.active-dark-mode .service.service__style--2 .content p a,
body.active-dark-mode .rbt-single-widget ul li a,
body.active-dark-mode .rbt-single-widget ol li a,
body.active-dark-mode .no-comments.wp-block-latest-comments,
body.active-dark-mode .blog-search input,
body.active-dark-mode .blog-search .wp-block-search__input,
body.active-dark-mode .widget_search input,
body.active-dark-mode .widget_search .wp-block-search__input,
body.active-dark-mode ul.blog-meta li,
body.active-dark-mode a.btn-read-more,
body.active-dark-mode button.btn-read-more,
body.active-dark-mode .post-breadcrumbs .page-list li a,
body.active-dark-mode .post-breadcrumbs .page-list li,
body.active-dark-mode ul li,
body.active-dark-mode ol li,
body.active-dark-mode .rn-blog-details figcaption,
body.active-dark-mode .entry-content figcaption,
body.active-dark-mode .comment-respond .logged-in-as,
body.active-dark-mode input[type=checkbox] ~ label,
body.active-dark-mode input[type=radio] ~ label,
body.active-dark-mode .comment-respond input,
body.active-dark-mode .comment-respond textarea,
body.active-dark-mode .wpcf7 form .wpcf7-response-output,
body.active-dark-mode ul.social-transparent li a,
body.active-dark-mode .single-tab-content,
body.active-dark-mode .portfolio-view-list .port-view span,
body.active-dark-mode .related-work .inner span.category,
body.active-dark-mode .portfolio-details ul.social-share li a,
body.active-dark-mode .rn-pricing .pricing-table-inner .pricing-header .pricing span.subtitle,
body.active-dark-mode select, body.active-dark-mode.woocommerce div.product .product_meta, body.active-dark-mode.woocommerce div.product .product-meta span, body.active-dark-mode.woocommerce div.product .product_meta span,
body.active-dark-mode #add_payment_method #payment div.payment_box,
body.active-dark-mode .woocommerce-cart #payment div.payment_box,
body.active-dark-mode .woocommerce-checkout #payment div.payment_box, body.active-dark-mode.woocommerce-page .entry-content a,
body.active-dark-mode .woocommerce-error,
body.active-dark-mode .woocommerce-info,
body.active-dark-mode .woocommerce-message,
body.active-dark-mode .woocommerce table.shop_table td,
body.active-dark-mode .woocommerce table.shop_table th,
body.active-dark-mode .woocommerce-checkout span.woocommerce-Price-amount.amount,
body.active-dark-mode .elementor-1844 .elementor-element.elementor-element-5af7e0e .elementor-image-box-description,
body.active-dark-mode .elementor-1844 .elementor-element.elementor-element-99ae206 .elementor-icon-box-description,
body.active-dark-mode .elementor-1984 .elementor-element.elementor-element-4f05273 .elementor-icon-box-description,
body.active-dark-mode .elementor-2175 .elementor-element.elementor-element-52af879 .elementor-icon-box-description {
  color: var(--color-dark-body);
}
body.active-dark-mode .post-breadcrumbs .page-list li.separator::before {
  background: var(--color-dark-body);
}
body.active-dark-mode .single-tab-content ul li a:hover {
  color: var(--color-primary);
}
body.active-dark-mode ul.tab-style--1 {
  border-color: #2d3548;
}
body.active-dark-mode ul.tab-style--1 li::before {
  background: var(--color-dark-body);
}
body.active-dark-mode ul.tab-style--1 li a.active,
body.active-dark-mode .related-work .inner h4 a {
  color: var(--color-white);
}
body.active-dark-mode .service.service__style--2:hover .content h3.title,
body.active-dark-mode .rn-testimonial-content .inner p,
body.active-dark-mode .section-title p a,
body.active-dark-mode .slide.slider-style-3 .inner h1.title,
body.active-dark-mode .color-black .mainmenunav ul.mainmenu > li > a,
body.active-dark-mode ul.social-share.social-style--2.color-black li a,
body.active-dark-mode ul.tab-style--1 li,
body.active-dark-mode ul.tab-style--1 li a, body.active-dark-mode.woocommerce .quantity .qty {
  color: var(--color-white);
}
body.active-dark-mode .portfolio-sacousel-inner .slick-dots li button::after,
body.active-dark-mode .rn-slick-dot .slick-dots li button::after {
  box-shadow: inset 0 0 0 5px var(--color-dark-border);
}
body.active-dark-mode .portfolio-sacousel-inner .slick-dots li button::after,
body.active-dark-mode .rn-slick-dot .slick-dots li button::after {
  background: var(--color-white);
  box-shadow: inset 0 0 0 1px var(--color-dark-border);
}
body.active-dark-mode .creative-service-wrapper .row.creative-service .service.service__style--2 {
  background: #191919;
}
body.active-dark-mode .accodion-style--1 .rn-card .rn-card-header a::after {
  background: var(--color-dark-border);
}
body.active-dark-mode .rn-pricing,
body.active-dark-mode .rn-pricing .pricing-table-inner .pricing-header,
body.active-dark-mode ul.brand-list li,
body.active-dark-mode ul.brand-list,
body.active-dark-mode .imroz-blog-list,
body.active-dark-mode .rbt-single-widget,
body.active-dark-mode .rbt-single-widget.widget_recent_comments ul li + li,
body.active-dark-mode .rbt-single-widget.widget_recent_comments ol li + li,
body.active-dark-mode .rbt-single-widget.widget_recent_entries ul li + li,
body.active-dark-mode .rbt-single-widget.widget_recent_entries ol li + li,
body.active-dark-mode .rbt-single-widget.widget_archive ul li + li,
body.active-dark-mode .rbt-single-widget.widget_archive ol li + li,
body.active-dark-mode .rbt-single-widget.widget_categories ul li + li,
body.active-dark-mode .rbt-single-widget.widget_categories ol li + li,
body.active-dark-mode .rbt-single-widget.widget_meta ul li + li,
body.active-dark-mode .rbt-single-widget.widget_meta ol li + li,
body.active-dark-mode .rbt-single-widget.widget_pages ul li + li,
body.active-dark-mode .rbt-single-widget.widget_pages ol li + li,
body.active-dark-mode .rbt-single-widget.widget_nav_menu ul li + li,
body.active-dark-mode .rbt-single-widget.widget_nav_menu ol li + li,
body.active-dark-mode .rbt-single-widget.widget_block ul li + li,
body.active-dark-mode .rbt-single-widget.widget_block ol li + li,
body.active-dark-mode .blog-search input,
body.active-dark-mode .blog-search .wp-block-search__input,
body.active-dark-mode .widget_search input,
body.active-dark-mode .widget_search .wp-block-search__input,
body.active-dark-mode .wp-block-quote,
body.active-dark-mode blockquote,
body.active-dark-mode .wp-block-coblocks-click-to-tweet,
body.active-dark-mode .wp-block-pullquote blockquote,
body.active-dark-mode .wp-block-quote.is-style-large,
body.active-dark-mode .wp-block-quote.is-large,
body.active-dark-mode blockquote.has-text-align-right,
body.active-dark-mode .wp-block-quote.has-text-align-right,
body.active-dark-mode .comment-respond input,
body.active-dark-mode .comment-respond textarea,
body.active-dark-mode .line-separator,
body.active-dark-mode .slide.designer-portfolio.slider-style-3 .designer-thumbnail img,
body.active-dark-mode .portfolio-details ul.social-share li a,
body.active-dark-mode ul.tab-style--1,
body.active-dark-mode select,
body.active-dark-mode .woocommerce div.product .short-description,
body.active-dark-mode .woocommerce-product-details__short-description, body.active-dark-mode.woocommerce .quantity .qty,
body.active-dark-mode input[type=text],
body.active-dark-mode input[type=password],
body.active-dark-mode input[type=email],
body.active-dark-mode input[type=number],
body.active-dark-mode input[type=tel],
body.active-dark-mode textarea,
body.active-dark-mode .elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator,
body.active-dark-mode .elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator {
  border-color: var(--color-dark-border);
}
body.active-dark-mode #add_payment_method #payment div.payment_box::before,
body.active-dark-mode .woocommerce-cart #payment div.payment_box::before,
body.active-dark-mode .woocommerce-checkout #payment div.payment_box::before {
  border: 1em solid #0c0c0c;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}
body.active-dark-mode select option {
  color: var(--color-body);
}
body.active-dark-mode .elementor-208 .elementor-element.elementor-element-ada9207,
body.active-dark-mode .elementor-208 .elementor-element.elementor-element-d582160 {
  --divider-color: var(--color-dark-border);
}
body.active-dark-mode a.btn-read-more::after,
body.active-dark-mode button.btn-read-more::after {
  background: var(--color-dark-border);
}
body.active-dark-mode .rn-testimonial-content .inner p::before {
  opacity: 0.2;
  filter: brightness(0.2);
}
body.active-dark-mode .bg_image--25 {
  background-color: #101010;
  background-image: url(../images/bg/bg-image-28.jpg) !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
body.active-dark-mode .backto-top > div {
  background-color: #0c0c0c;
}
body.active-dark-mode .backto-top svg {
  color: #fff;
}
body.active-dark-mode .contact-form--1 input,
body.active-dark-mode .contact-form--1 textarea {
  color: var(--color-dark-body);
  border-color: var(--color-dark-border);
}
body.active-dark-mode .contact-form--1 input[type=submit],
body.active-dark-mode .contact-form--1 textarea[type=submit] {
  border-color: var(--color-primary);
}
body.active-dark-mode ul.testimonial-thumb-wrapper li .thumb::after {
  background-color: rgba(0, 0, 0, 0.5);
}
body.active-dark-mode ul.testimonial-thumb-wrapper li a.active .thumb::after {
  background-color: rgba(0, 0, 0, 0);
}
body.active-dark-mode .im_address .link {
  color: rgba(198, 201, 216, 0.75);
}
body.active-dark-mode .im_address .link:hover,
body.active-dark-mode .woocommerce a.woocommerce-review-link:hover {
  color: var(--color-primary);
}
body.active-dark-mode .rn-progress-bar .single-progress .title {
  color: rgba(198, 201, 216, 0.75);
}
body.active-dark-mode .rn-progress-bar .single-progress .label {
  color: rgba(198, 201, 216, 0.75);
}
body.active-dark-mode .im_portfolio:hover {
  box-shadow: 0 25px 55px rgba(20, 23, 29, 0.05);
}
@media only screen and (max-width: 767px) {
  body.active-dark-mode .service.service__style--2 .content p {
    color: var(--color-white);
  }
}
body.active-dark-mode .contact-form--1 form input::-webkit-input-placeholder,
body.active-dark-mode .contact-form--1 form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--color-dark-body) !important;
}
body.active-dark-mode .contact-form--1 form input::-moz-placeholder,
body.active-dark-mode .contact-form--1 form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--color-dark-body) !important;
}
body.active-dark-mode .contact-form--1 form input:-ms-input-placeholder,
body.active-dark-mode .contact-form--1 form textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: var(--color-dark-body) !important;
}
body.active-dark-mode .contact-form--1 form input:-moz-placeholder,
body.active-dark-mode .contact-form--1 form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: var(--color-dark-body) !important;
}
body.active-dark-mode .pv-tab-button {
  border-color: #403c3c;
}
body.active-dark-mode .accodion-style--1 .accordion__item .accordion__heading .accordion__button {
  color: #fff;
}
body.active-dark-mode .accodion-style--1 .accordion__item .accordion__heading .accordion__button::after {
  background: #353434;
}
body.active-dark-mode .accodion-style--1 .accordion__item .accordion__panel p {
  color: rgba(198, 201, 216, 0.75);
}
body.active-dark-mode .blog-search input::-webkit-input-placeholder,
body.active-dark-mode .comment-respond input::-webkit-input-placeholder,
body.active-dark-mode .comment-respond textarea::-webkit-input-placeholder {
  color: var(--color-dark-body);
}
body.active-dark-mode .blog-search input::-moz-placeholder,
body.active-dark-mode .comment-respond input::-moz-placeholder,
body.active-dark-mode .comment-respond textarea::-moz-placeholder {
  color: var(--color-dark-body);
}
body.active-dark-mode .blog-search input:-ms-input-placeholder,
body.active-dark-mode .comment-respond input:-ms-input-placeholder,
body.active-dark-mode .comment-respond textarea:-ms-input-placeholder {
  color: var(--color-dark-body);
}
body.active-dark-mode .blog-search input:-moz-placeholder,
body.active-dark-mode .comment-respond input:-moz-placeholder,
body.active-dark-mode .comment-respond textarea:-moz-placeholder {
  color: var(--color-dark-body);
}
body.active-dark-mode .elementor-star-rating__title {
  color: var(--color-dark-body);
}
body.active-dark-mode .header-area.header--sticky.sticky .humberger-menu span.text-white {
  color: var(--color-white) !important;
}
body.active-dark-mode .header-area.color-black a.rn-btn {
  color: var(--color-white);
}
body.active-dark-mode .header-area.color-black a.rn-btn {
  border: 2px solid var(--color-dark-border);
}
body.active-dark-mode .mainmenunav ul.mainmenu > li ul.submenu li > a {
  color: var(--color-dark-body);
}
body.active-dark-mode .mainmenunav ul.mainmenu > li ul.submenu li:hover > a {
  background: #191919;
}
body.active-dark-mode .header-area.color-black a.rn-btn:hover {
  border-color: var(--color-primary);
}
body.active-dark-mode .header-area.header--fixed.sticky,
body.active-dark-mode .header-area.header-not-transparent,
body.active-dark-mode .header-area.header--sticky.sticky,
body.active-dark-mode .rn-popup-mobile-menu .inner,
body.active-dark-mode .mainmenunav ul.mainmenu > li ul.submenu {
  background: var(--color-darkest);
}
body.active-dark-mode .header-area.header--fixed.sticky .header-wrapper a.rn-btn {
  color: var(--color-white);
  border-color: var(--color-white);
}
body.active-dark-mode .header-area.header--fixed.sticky .header-wrapper a.rn-btn:hover {
  color: var(--color-white);
  border-color: var(--color-primary);
}
body.active-dark-mode .header-area.header-not-transparent .logo a img.logo-sticky,
body.active-dark-mode .header-area.header--sticky.sticky .logo img.logo-sticky,
body.active-dark-mode .rn-popup-mobile-menu .inner .popup-menu-top .logo img.logo-sticky {
  display: none;
}
body.active-dark-mode .header-area.header-not-transparent .logo a img.logo-normal,
body.active-dark-mode .header-area.header--sticky.sticky .logo img.logo-normal,
body.active-dark-mode .rn-popup-mobile-menu .inner .popup-menu-top .logo img.logo-normal {
  display: block;
}
body.active-dark-mode .header-area.header--sticky.sticky .mainmenunav ul.mainmenu > li > a,
body.active-dark-mode .rn-popup-mobile-menu .inner .popup-menu-top .close-menu span,
body.active-dark-mode .rn-popup-mobile-menu ul.mainmenu-item li a {
  color: var(--color-white);
}
body.active-dark-mode .header-area.header-not-transparent a.btn-default.btn-border.btn-opacity,
body.active-dark-mode .header-area.header-not-transparent button.btn-default.btn-border.btn-opacity,
body.active-dark-mode .header-area.header--sticky.sticky a.btn-default.btn-border.btn-opacity,
body.active-dark-mode .header-area.header--sticky.sticky button.btn-default.btn-border.btn-opacity {
  border-color: var(--color-dark-border);
  color: var(--color-white);
}
body.active-dark-mode .header-area.header-not-transparent .humberger-menu span {
  color: #fff !important;
}
body.active-dark-mode .header-area.header--sticky.sticky .mainmenunav ul.mainmenu > li > a:hover {
  color: var(--color-primary);
}
body.active-dark-mode .rn-popup-mobile-menu ul.mainmenu-item li .submenu li a {
  color: var(--color-white);
}
body.active-dark-mode .header-area.header-not-transparent .my_switcher ul li a img {
  filter: brightness(1);
}
body.active-dark-mode .header-area.header-content-color-dark.header-not-transparent .rbt-mini-cart-wrap .mini-cart {
  color: var(--color-white);
}
body.active-dark-mode .header-area.header-content-color-dark ul.social-share.social-style--2.color-black li a {
  color: var(--color-white);
}
body.active-dark-mode .rn-popup-mobile-menu ul.mainmenu-item li.has-children > a::after {
  border-color: var(--color-white) transparent transparent transparent;
}
body.active-dark-mode .rn-popup-mobile-menu ul.mainmenu-item li.has-children > a.open::after {
  border-color: transparent transparent var(--color-white) transparent;
}
body.active-dark-mode .rn-popup-mobile-menu ul.mainmenu-item > li {
  border-color: var(--color-dark-border);
}
body.active-dark-mode .rn-popup-mobile-menu .inner {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
body.active-dark-mode .header-area.header-not-transparent .mainmenunav ul.mainmenu > li > a {
  color: var(--color-white);
}
body.active-dark-mode .header-area.header-not-transparent .rbt-mini-cart-wrap .mini-cart {
  color: var(--color-white);
}
body.active-dark-mode .header-area.color-black a.btn-default.btn-border.btn-opacity {
  color: rgba(198, 201, 216, 0.75);
  border-color: rgba(198, 201, 216, 0.75);
}
body.active-dark-mode .header-area.color-black a.btn-default.btn-border.btn-opacity:hover {
  color: var(--color-white);
  border-color: var(--color-primary);
}
body.active-dark-mode .header-area.header-content-color-dark.header--transparent a.btn-default.btn-border.btn-opacity,
body.active-dark-mode .header-area.header-content-color-dark.header--transparent button.btn-default.btn-border.btn-opacity {
  color: rgba(198, 201, 216, 0.75);
  border-color: rgba(198, 201, 216, 0.75);
}
body.active-dark-mode .header-area.header-content-color-dark.header--transparent .humberger-menu span.text-white {
  color: var(--color-white) !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body.active-dark-mode .header-style-two .humberger-menu span.text-white {
    color: #c6c9d8 !important;
  }
  body.active-dark-mode .header-area .header-wrapper .mainmenunav ul.mainmenu {
    background: #101010;
  }
  body.active-dark-mode .header-area .header-wrapper.menu-open .close-menu span {
    color: #c6c9d8 !important;
  }
  body.active-dark-mode .header-area.header--fixed.sticky .humberger-menu span.text-white {
    color: #c6c9d8 !important;
  }
  body.active-dark-mode .header-area .header-wrapper .mainmenunav ul.mainmenu li a {
    color: var(--color-white);
  }
  body.active-dark-mode .header-area .header-wrapper .mainmenunav ul.mainmenu li.has-droupdown > a::after {
    border-color: var(--color-white) transparent transparent transparent;
  }
  body.active-dark-mode .header-area .header-wrapper .mainmenunav ul.mainmenu li.has-droupdown > a.open::after {
    border-color: transparent transparent var(--color-primary) transparent;
  }
}
@media only screen and (max-width: 767px) {
  body.active-dark-mode .header-style-two .humberger-menu span.text-white {
    color: #c6c9d8 !important;
  }
  body.active-dark-mode .header-area .header-wrapper .mainmenunav ul.mainmenu {
    background: #101010;
  }
  body.active-dark-mode .header-area .header-wrapper.menu-open .close-menu span {
    color: #c6c9d8 !important;
  }
  body.active-dark-mode .header-area.header--fixed.sticky .humberger-menu span.text-white {
    color: #c6c9d8 !important;
  }
  body.active-dark-mode .header-area .header-wrapper .mainmenunav ul.mainmenu li a {
    color: var(--color-white);
  }
  body.active-dark-mode .header-area .header-wrapper .mainmenunav ul.mainmenu li.has-droupdown > a::after {
    border-color: var(--color-white) transparent transparent transparent;
  }
  body.active-dark-mode .header-area .header-wrapper .mainmenunav ul.mainmenu li.has-droupdown > a.open::after {
    border-color: transparent transparent var(--color-primary) transparent;
  }
}
body.active-dark-mode .header-area.header--sticky.sticky .rbt-mini-cart-wrap .mini-cart,
body.active-dark-mode .header-area.header-content-color-dark.header--transparent .rbt-mini-cart-wrap .mini-cart {
  color: var(--color-white);
}
@media only screen and (min-width: 992px) {
  body.active-dark-mode .header-area.header-content-color-dark .mainmenunav ul.mainmenu > li > a {
    color: var(--color-white);
  }
  body.active-dark-mode .header-area.header-content-color-dark a.btn-default.btn-border.btn-opacity,
body.active-dark-mode .header-area.header-content-color-dark button.btn-default.btn-border.btn-opacity {
    border: 2px solid var(--color-white);
    color: var(--color-white);
  }
}
body.active-dark-mode .header-area.header-style-3.header-content-color-dark.header--transparent .rbt-mini-cart-wrap .mini-cart {
  color: var(--color-body);
}
body.active-dark-mode .header-area.header-style-3.sticky .my_switcher ul li a img {
  filter: brightness(1);
}
body.active-dark-mode .header-area.header-style-3.header-content-color-dark.header--transparent ul.social-share.social-style--2.color-black li a {
  color: var(--color-body);
}
body.active-dark-mode .header-area.header-style-3.sticky ul.social-share.social-style--2.color-black li a,
body.active-dark-mode .header-area.header-style-3.header-content-color-dark.header--transparent.sticky .rbt-mini-cart-wrap .mini-cart,
body.active-dark-mode .header-area.header-style-3.header-content-color-dark.header--transparent.sticky ul.social-share.social-style--2.color-black li a {
  color: var(--color-white);
}
@media only screen and (min-width: 992px) {
  body.active-dark-mode .header-area.header-style-3.header-content-color-dark.header--transparent .mainmenunav ul.mainmenu > li > a {
    color: var(--color-body);
  }
  body.active-dark-mode .header-area.header-style-3.header-content-color-dark.header--transparent.sticky .mainmenunav ul.mainmenu > li > a {
    color: var(--color-white);
  }
  body.active-dark-mode .header-area.header-style-3.header-content-color-dark.header--transparent a.btn-default.btn-border.btn-opacity,
body.active-dark-mode .header-area.header-style-3.header-content-color-dark.header--transparent button.btn-default.btn-border.btn-opacity {
    border: 2px solid var(--color-body);
    color: var(--color-body);
  }
  body.active-dark-mode .header-area.header-style-3.header-content-color-dark.header--transparent.sticky a.btn-default.btn-border.btn-opacity,
body.active-dark-mode .header-area.header-style-3.header-content-color-dark.header--transparent.sticky button.btn-default.btn-border.btn-opacity {
    border: 2px solid var(--color-white);
    color: var(--color-white);
  }
}
body.active-dark-mode .elementor-element-1a9ede4 button.rn-button-style--2.btn_border.btn_border--dark,
body.active-dark-mode .elementor-element-1a9ede4 button.rn-button-style--2.btn_border.rbt-btn-dark,
body.active-dark-mode .elementor-element-1a9ede4 a.rn-button-style--2.btn_border.btn_border--dark,
body.active-dark-mode .elementor-element-1a9ede4 a.rn-button-style--2.btn_border.rbt-btn-dark {
  border: 2px solid #fff;
  color: #fff;
}
body.active-dark-mode .elementor-element-1a9ede4 button.rn-button-style--2.btn_border.btn_border--dark:hover,
body.active-dark-mode .elementor-element-1a9ede4 button.rn-button-style--2.btn_border.rbt-btn-dark:hover,
body.active-dark-mode .elementor-element-1a9ede4 a.rn-button-style--2.btn_border.btn_border--dark:hover,
body.active-dark-mode .elementor-element-1a9ede4 a.rn-button-style--2.btn_border.rbt-btn-dark:hover {
  border-color: var(--color-primary);
  background: var(--color-primary);
  color: #fff;
}
body.active-dark-mode .elementor-2402 .elementor-element.elementor-element-f1f0bdd > .elementor-element-populated > .elementor-background-overlay,
body.active-dark-mode .elementor-2402 .elementor-element.elementor-element-db712e8 > .elementor-element-populated > .elementor-background-overlay,
body.active-dark-mode .elementor-2402 .elementor-element.elementor-element-94801eb > .elementor-element-populated > .elementor-background-overlay {
  background-color: #0c0c0c;
  background-image: none;
  opacity: 1;
}
body.active-dark-mode .elementor-2402 .elementor-element.elementor-element-f1f0bdd:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, body.active-dark-mode .elementor-2402 .elementor-element.elementor-element-f1f0bdd > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer,
body.active-dark-mode .elementor-2402 .elementor-element.elementor-element-db712e8:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, body.active-dark-mode .elementor-2402 .elementor-element.elementor-element-db712e8 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer,
body.active-dark-mode .elementor-2402 .elementor-element.elementor-element-94801eb:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, body.active-dark-mode .elementor-2402 .elementor-element.elementor-element-94801eb > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer {
  background-image: none;
}
body.active-dark-mode .elementor-2402 .elementor-element.elementor-element-5606365 img,
body.active-dark-mode .elementor-2402 .elementor-element.elementor-element-07022ea img,
body.active-dark-mode .elementor-2402 .elementor-element.elementor-element-6c39880 img {
  filter: brightness(100%) contrast(127%) saturate(87%) blur(0px) hue-rotate(187deg);
}
body.active-dark-mode .elementor-2402 .elementor-element.elementor-element-bce1fc2 > .elementor-element-populated > .elementor-background-overlay,
body.active-dark-mode .elementor-2402 .elementor-element.elementor-element-6171fc3 > .elementor-element-populated > .elementor-background-overlay,
body.active-dark-mode .elementor-2402 .elementor-element.elementor-element-dd4b1a4 > .elementor-element-populated > .elementor-background-overlay {
  background: #0c0c0c;
  opacity: 1;
}
body.active-dark-mode .elementor-2402 .elementor-element.elementor-element-e38a726 img {
  filter: brightness(100%) contrast(127%) saturate(87%) blur(0px) hue-rotate(187deg);
}
body.active-dark-mode .elementor-2402 .elementor-element.elementor-element-7f18ad8 > .elementor-background-overlay {
  background-color: #101010;
}
body.active-dark-mode .elementor-2402 .elementor-element.elementor-element-7f18ad8:not(.elementor-motion-effects-element-type-background),
body.active-dark-mode .elementor-2402 .elementor-element.elementor-element-7f18ad8 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
  background-color: #191919;
  background-image: none;
}
body.active-dark-mode .elementor-2402 .elementor-element.elementor-element-077a517:not(.elementor-motion-effects-element-type-background), body.active-dark-mode .elementor-2402 .elementor-element.elementor-element-077a517 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
  background-image: none;
}
body.active-dark-mode .elementor-2402 .elementor-element.elementor-element-077a517 > .elementor-background-overlay {
  background-color: #101010;
  background-image: none;
}

.active-dark-mode .product .shop-product-info h3 a {
  color: #ffffff;
}

.active-dark-mode.woocommerce ul.products li.product .price {
  color: rgba(198, 201, 216, 0.75);
}

.active-dark-mode span.woocommerce-Price-amount.amount {
  color: rgba(198, 201, 216, 0.75);
}

.active-dark-mode.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
  background: rgba(255, 255, 255, 0.1);
}

.active-dark-mode.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  color: #fff;
}

.active-dark-mode.woocommerce div.product .woocommerce-tabs h2,
.active-dark-mode.woocommerce div.product .woocommerce-tabs #respond .comment-reply-title {
  color: #ffffff;
}

.active-dark-mode.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background-color: transparent;
}

.active-dark-mode .product .shop-product-info h3 a:hover {
  color: var(--color-primary);
}

.active-dark-mode .woocommerce a.remove,
.active-dark-mode .woocommerce .quantity .qty,
.active-dark-mode .woocommerce-cart .woocommerce .actions #coupon_code {
  color: #ffffff !important;
}

.active-dark-mode .woocommerce .quantity .qty {
  background-color: #191919;
  border-color: var(--color-dark-border);
}

.active-dark-mode .woocommerce-cart .woocommerce .actions #coupon_code {
  border-color: var(--color-dark-border);
}

.woocommerce-cart.active-dark-mode .woocommerce table.shop_table th,
.woocommerce-cart.active-dark-mode .woocommerce table.shop_table td {
  border-color: var(--color-dark-border);
  color: #ffffff;
}

.active-dark-mode .woocommerce table.shop_table {
  border-color: var(--color-dark-border);
}

.active-dark-mode .woocommerce-cart.active-dark-mode .woocommerce .actions #coupon_code,
.active-dark-mode .select2-container--default .select2-selection--single {
  border-color: var(--color-dark-border);
}

.active-dark-mode .woocommerce-error,
.active-dark-mode .woocommerce-info,
.active-dark-mode .woocommerce-message {
  background-color: #0c0c0c;
}

.active-dark-mode #add_payment_method #payment,
.active-dark-mode .woocommerce-cart #payment,
.active-dark-mode .woocommerce-checkout #payment {
  background: #101010;
}

.active-dark-mode .woocommerce table.shop_table th {
  color: #fff;
}

.active-dark-mode .select2-dropdown {
  background-color: #101010;
  border: 1px solid #101010;
}

.active-dark-mode.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
  background: #101010;
  border-color: var(--color-dark-border);
}

.active-dark-mode .woocommerce-form-login__rememberme .woocommerce-form__input-checkbox + span {
  color: #fff;
}

.active-dark-mode #add_payment_method #payment ul.payment_methods,
.active-dark-mode .woocommerce-cart #payment ul.payment_methods,
.active-dark-mode .woocommerce-checkout #payment ul.payment_methods,
.active-dark-mode .woocommerce table.shop_table td,
.active-dark-mode .woocommerce table.shop_table th {
  border-color: var(--color-dark-border);
}

.active-dark-mode .woocommerce form.checkout_coupon,
.active-dark-mode .woocommerce form.login,
.active-dark-mode .woocommerce form.register,
.active-dark-mode.woocommerce #reviews #comments ol.commentlist li .comment-text {
  border-color: var(--color-dark-border);
}

.active-dark-mode.woocommerce div.product form.cart .variations label {
  color: #fff;
}

.active-dark-mode.woocommerce div.product .product-meta a,
.active-dark-mode.woocommerce div.product .product_meta a {
  color: #fff;
}

.active-dark-mode.woocommerce table.shop_attributes th,
.active-dark-mode.woocommerce table.shop_attributes td {
  color: #fff;
  border-color: var(--color-dark-border) !important;
}

.active-dark-mode #review_form_wrapper,
.active-dark-mode.woocommerce-account .woocommerce .addresses address,
.active-dark-mode.woocommerce .woocommerce-customer-details address,
.active-dark-mode.woocommerce-cart .woocommerce .actions #coupon_code {
  border-color: var(--color-dark-border);
}

.active-dark-mode.woocommerce-cart .woocommerce .actions #coupon_code::-webkit-input-placeholder,
.active-dark-mode .woocommerce form .form-row input.input-text::-webkit-input-placeholder,
.active-dark-mode .woocommerce form .form-row .input-text::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--color-dark-body) !important;
}

.active-dark-mode.woocommerce-cart .woocommerce .actions #coupon_code::-moz-placeholder,
.active-dark-mode .woocommerce form .form-row input.input-text::-moz-placeholder,
.active-dark-mode .woocommerce form .form-row .input-text::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--color-dark-body) !important;
}

.active-dark-mode.woocommerce-cart .woocommerce .actions #coupon_code:-ms-input-placeholder,
.active-dark-mode .woocommerce form .form-row input.input-text:-ms-input-placeholder,
.active-dark-mode .woocommerce form .form-row .input-text:-ms-input-placeholder {
  /* IE 10+ */
  color: var(--color-dark-body) !important;
}

.active-dark-mode.woocommerce-cart .woocommerce .actions #coupon_code:-moz-placeholder,
.active-dark-mode .woocommerce form .form-row input.input-text:-moz-placeholder,
.active-dark-mode .woocommerce form .form-row .input-text:-moz-placeholder {
  /* Firefox 18- */
  color: var(--color-dark-body) !important;
}

.active-dark-mode .woocommerce form .form-row input.input-text,
.active-dark-mode .woocommerce form .form-row textarea,
.active-dark-mode .select2-container--default .select2-selection--single .select2-selection__rendered,
.active-dark-mode .woocommerce form .form-row .input-text,
.active-dark-mode .woocommerce-page form .form-row .input-text,
.active-dark-mode .woocommerce-EditAccountForm.edit-account legend,
.active-dark-mode.woocommerce-account .woocommerce .addresses address,
.active-dark-mode.woocommerce .woocommerce-customer-details address,
.active-dark-mode b,
.active-dark-mode strong {
  color: var(--color-dark-body);
}

.active-dark-mode.woocommerce-page .entry-content a.button {
  color: var(--color-white) !important;
}

/* Previe Styles  */
.main-wrapper {
  position: relative;
  background: #ffffff;
}

.prv-header-area {
  padding: 18px 85px;
  padding-top: 18px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fullscreen.empty-div {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fullscreen.empty-div {
    display: none;
  }
}

.with-particles {
  position: relative;
  z-index: 3;
}
.with-particles .frame-layout__particles {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 575px) {
  .with-particles .frame-layout__particles {
    display: none;
  }
}
.with-particles .inner {
  position: relative;
  z-index: 3;
}

.gradient-overlay {
  position: relative;
}

.gradient-overlay::before {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  content: "";
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/$black-color+7,000000+100&0+50,0.5+100 */
  background: -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0) 7%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(0, 0, 0, 0) 7%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(0, 0, 0, 0) 7%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$black-color00", endColorstr="#80000000",GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}

.prv-banner-wrapper {
  min-height: 100vh;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
}
@media only screen and (max-width: 767px) {
  .prv-banner-wrapper {
    min-height: auto;
    position: static;
    padding: 60px 0;
    background-image: none !important;
    background-color: #f6f6f6;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .prv-banner-wrapper {
    min-height: auto;
    position: static;
    padding: 80px 0;
    background-image: none !important;
    background-color: #f6f6f6;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .prv-banner-wrapper {
    min-height: auto;
    position: static;
    padding: 80px 0;
    background-image: none !important;
    background-color: #f6f6f6;
  }
}
.prv-banner-wrapper .inner {
  padding: 35px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .prv-banner-wrapper .inner {
    padding: 35px 0;
  }
}
@media only screen and (max-width: 767px) {
  .prv-banner-wrapper .inner {
    padding: 0;
  }
}
.prv-banner-wrapper .inner .logo img {
  max-height: 70px;
}
.prv-banner-wrapper .inner .title {
  font-size: 23px;
  color: #515462;
  line-height: 42px;
  margin: 30px 0 50px 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .prv-banner-wrapper .inner .title {
    font-size: 20px;
    line-height: 36px;
    margin: 24px 0 40px 0;
  }
}
@media only screen and (max-width: 767px) {
  .prv-banner-wrapper .inner .title {
    margin: 32px 0 20px 0;
  }
}
.prv-banner-wrapper .inner .purshase-btn {
  margin-left: -15px;
  margin-right: -15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .prv-banner-wrapper .inner .purshase-btn {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media only screen and (max-width: 767px) {
  .prv-banner-wrapper .inner .purshase-btn {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.prv-banner-wrapper .inner .purshase-btn a {
  margin-left: 15px;
  margin-right: 15px;
}
@media only screen and (max-width: 767px) {
  .prv-banner-wrapper .inner .purshase-btn a {
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .prv-banner-wrapper .inner .purshase-btn a.rn-button-style--2 {
    padding: 10px 25px;
  }
}
@media only screen and (max-width: 767px) {
  .prv-banner-wrapper .inner .purshase-btn a.rn-button-style--2 {
    padding: 9px 12px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .prv-banner-wrapper .inner .purshase-btn a {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 479px) {
  .prv-banner-wrapper .inner .purshase-btn a + a {
    margin-top: 10px;
  }
}

/*---------------------
    Demo Area  
-----------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-demo-area .wrapper {
    padding: 0 30px !important;
  }
}
@media only screen and (max-width: 767px) {
  .home-demo-area .wrapper {
    padding: 0 30px !important;
  }
}
.home-demo-area .section-title.text-white h2 {
  color: #c6c9d8;
  margin-bottom: 9px;
}
.home-demo-area .section-title.text-white p {
  color: #c6c9d8;
  opacity: 0.75;
  font-weight: 300;
}

.bg_color--7 .single-demo {
  position: relative;
}
.bg_color--7 .single-demo a > span {
  display: block;
  text-align: center;
  padding: 20px 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 20px;
  font-weight: 500;
  transition: 0.3s ease-in-out;
  letter-spacing: 0.2px;
}

.single-demo {
  padding: 0 20px;
  margin-top: 80px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .single-demo {
    padding: 0px;
    margin-top: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-demo {
    padding: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-demo {
    padding: 0px;
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .single-demo {
    padding: 0px;
    margin-top: 40px;
  }
}
.single-demo a {
  display: block;
  position: relative;
  z-index: 2;
  transition: 0.7s cubic-bezier(0.26, 0.76, 0.3, 0.75);
  background: #0c0c0c;
  border-radius: 6px;
}
.single-demo a img {
  box-shadow: inherit;
  width: 100% !important;
  border-radius: 6px 6px 0 0;
}
.single-demo a .title {
  display: block;
  text-align: left;
  padding: 20px 95px;
  color: #1f1f25;
  font-size: 18px;
  font-weight: 500;
  transition: 0.3s ease-in-out;
  letter-spacing: 0.2px;
  margin: 0;
  text-align: center;
  color: #fff;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-demo a .title {
    padding: 20px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-demo a .title {
    padding: 20px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .single-demo a .title {
    padding: 20px 20px;
  }
}
.single-demo a .info {
  display: block;
  padding: 0;
  color: rgba(29, 29, 36, 0.75);
  font-size: 14px;
  font-weight: 300;
  transition: 0.3s ease-in-out;
  line-height: 25px;
}
.single-demo a > span.number {
  display: none;
  position: absolute;
  color: #f6f6f6;
  z-index: -1;
  font-size: 81px;
  bottom: -55px;
  line-height: inherit;
  font-weight: 300;
  letter-spacing: 11px;
}
.single-demo a:hover {
  -webkit-transform: translate3d(0, -10px, 0);
}
.single-demo a:hover img {
  box-shadow: inherit;
}
.single-demo a .label-new {
  position: absolute;
  background: var(--color-primary);
  background: linear-gradient(145deg, var(--color-primary) 0%, var(--color-secondary) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="var(--color-primary)", endColorstr="var(--color-secondary)",GradientType=1 );
  padding: 9px 14px;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 500;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-demo a .label-new {
    right: 0;
    top: 0%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-demo a .label-new {
    right: 0;
    top: 0%;
  }
}
@media only screen and (max-width: 767px) {
  .single-demo a .label-new {
    right: 0;
    top: 0%;
  }
}

/*-------------------
Faq Area  
----------------------*/
.pv-feaq-area .accodion-style--1 .accordion__item + .accordion__item {
  margin-top: 20px;
}
.pv-feaq-area .accodion-style--1 .accordion__item .accordion__heading .accordion__button {
  font-size: 18px;
  padding: 10px 0;
}
.pv-feaq-area .accodion-style--1 .accordion__item .accordion__heading {
  width: 100%;
}
.pv-feaq-area .accodion-style--1 .accordion__item .accordion__heading .accordion__button::after {
  width: 100%;
}
.pv-feaq-area .accodion-style--1 .accordion__item .accordion__heading .accordion__button::after {
  height: 2px;
}

/*-------------------
    Tab BUtton  
---------------------*/
.tablist-inner {
  display: flex;
  justify-content: center;
}

.pv-tab-button {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid var(--color-border);
  border-radius: 50em;
}
@media only screen and (max-width: 767px) {
  .pv-tab-button {
    border: 0 none;
    border-bottom: 1px solid var(--color-border);
    border-radius: inherit;
    padding-bottom: 22px;
  }
}
.pv-tab-button li,
.pv-tab-button button {
  border: 0 none;
  cursor: pointer;
  padding: 0.83333em 34px;
  margin: -1px -2px -1px;
  border-radius: 50em;
  font-size: 0.88889em;
  font-weight: 600;
  transition: all 0.45s cubic-bezier(0, 0, 0.2, 1);
}
@media only screen and (max-width: 767px) {
  .pv-tab-button li,
.pv-tab-button button {
    padding: 0.83333em 20px;
  }
}
.pv-tab-button li.is-checked,
.pv-tab-button button.is-checked {
  background-color: var(--color-primary);
  color: #ffffff !important;
  pointer-events: none;
}

/*-----------------------
Footer Style  
-------------------------*/
.prv-footer .inner h2.title {
  color: #1f1f25;
  font-size: 60px;
  font-weight: 500;
  margin-bottom: 65px;
}

a.purchase-btn {
  display: inline-block;
  padding: 0 75px;
  height: 70px;
  line-height: 70px;
  border-radius: 43px;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  transition: 0.4s ease-in-out;
  color: #ffffff;
  background: #1f1f25;
  border: 1px solid #1f1f25;
}
a.purchase-btn:hover {
  color: #1f1f25;
  border: 1px solid #1f1f25;
  background: transparent;
}

/* Feature Area */
.prv-feature .content h3.title {
  color: #c6c9d8;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .prv-feature .content h3.title {
    margin-bottom: 13px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .prv-feature .content h3.title {
    margin-bottom: 13px;
    font-size: 20px;
  }
}
.prv-feature .content p.subtitle {
  color: #c6c9d8;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .prv-feature .content p.subtitle {
    font-size: 16px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .prv-feature .content p.subtitle {
    font-size: 16px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .prv-feature .content p.subtitle {
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
  }
}

.text-white-wrapper a.rn-button-style--2 {
  border: 2px solid #fff;
  color: #fff;
}

/*--------------------
    Code New  
----------------------*/
.pv-slider-area .slide .inner h1.title {
  font-size: 80px;
  line-height: 100px;
}

.pv-slider-area .slide.slide-style-1 .inner {
  padding-top: 50px;
}

.home-demo-area .pv-tab-button {
  margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .home-demo-area .pv-tab-button {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .home-demo-area .pv-tab-button {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-demo-area .pv-tab-button {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .home-demo-area .pv-tab-button {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .single-demo a .title {
    padding: 20px 35px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pv-slider-area .slide.slide-style-1 .inner {
    padding-top: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pv-slider-area .slide .inner h1.title {
    font-size: 60px;
    line-height: 75px;
  }

  .pv-slider-area .slide.slide-style-1 .inner {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .pv-slider-area .slide .inner h1.title {
    font-size: 60px;
    line-height: 75px;
  }

  .pv-slider-area .slide.slide-style-1 .inner {
    padding-top: 65px;
  }
}
@media only screen and (max-width: 575px) {
  .pv-slider-area .slide .inner h1.title {
    font-size: 37px;
    line-height: 48px;
  }
}

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