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

	Template Name: Trydo Html Creative Agency 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 
	|	|___ pricing 
	|	|___ contact 
	|
	|___BLog Styles
	|	|___ blog 
	|	|___ blog-details 
	|
	|___Template Styles
	|	|___ about 
	|	|___ portfolio-details
	|	|___ service-details
	|	|___ preview
	|
	|
	|___ END STYLESHEET INDEXING

***************************************************************/
/**************************************
    Default Styles
***************************************/
/*===============================
    Font Family 
=================================*/
/*===============================
    Color Variation 
=================================*/
/**
 * Reset Styels
 */
 @import url("https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,600,700,800,900|Poppins:300,400,500,600,700,700i&display=swap");
 * {
   -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: "Source Sans Pro", Helvetica, sans-serif;
 }
 
 a {
   color: #ca3c08;
   text-decoration: none;
 }
 
 a:visited {
   color: #ac0404;
 }
 
 a:focus {
   outline: thin dotted;
 }
 
 a:active,
 a:hover {
   color: #ea9629;
   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: monospace, serif;
   font-size: 14px;
   -webkit-hyphens: none;
   -moz-hyphens: none;
   -ms-hyphens: none;
   hyphens: none;
 }
 
 pre {
   background: #f5f5f5;
   color: #666;
   font-family: monospace;
   font-size: 14px;
   margin: 20px 0;
   overflow: auto;
   padding: 20px;
   white-space: pre;
   white-space: pre-wrap;
   word-wrap: break-word;
 }
 
 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 {
   font-size: 14px;
   font-weight: normal;
   text-transform: uppercase;
 }
 
 blockquote em,
 blockquote i {
   font-style: normal;
   font-weight: 300;
 }
 
 blockquote strong,
 blockquote b {
   font-weight: 400;
 }
 
 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;
 }
 
 dd {
   margin: 0 0 20px;
 }
 
 menu,
 ol,
 ul {
   margin: 16px 0;
   padding: 0 0 0 40px;
 }
 
 ul {
   list-style-type: square;
 }
 
 nav ul,
 nav ol {
   list-style: none;
   list-style-image: none;
 }
 
 li > ul,
 li > ol {
   margin: 0;
 }
 
 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;
   text-transform: uppercase;
 }
 
 td {
   border-top: 1px solid #ededed;
   padding: 6px 10px 6px 0;
 }
 
 del {
   color: #333;
 }
 
 ins {
   background: #fff9c0;
   text-decoration: none;
 }
 
 hr {
   background-size: 4px 4px;
   border: 0;
   height: 1px;
   margin: 0 0 24px;
 }
 
 /**
  * Typography
  */
 * {
   box-sizing: border-box;
 }
 
 .row {
   margin-right: -15px;
   margin-left: -15px;
 }
 
 .row > [class*=col] {
   padding-left: 15px;
   padding-right: 15px;
 }
 
 img {
   max-width: 100%;
 }
 
 html {
   overflow: hidden;
   overflow-y: auto;
 }
 
 body {
   overflow: hidden;
   font-size: 14px;
   line-height: 1.714286;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   font-family: "Poppins", sans-serif;
   color: #1d1d24;
   font-weight: 400;
 }
 
 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: "Poppins", sans-serif;
   line-height: 1.4074;
   color: #1f1f25;
 }
 
 h1,
 .h1 {
   font-size: 64px;
 }
 
 h2,
 .h2 {
   font-size: 54px;
 }
 
 h3,
 .h3 {
   font-size: 24px;
 }
 
 h4,
 .h4 {
   font-size: 20px;
 }
 
 h5,
 .h5 {
   font-size: 18px;
 }
 
 h6,
 .h6 {
   font-size: 16px;
 }
 
 @media only screen and (min-width: 768px) and (max-width: 991px) {
   h1,
 .h1 {
     font-size: 60px;
   }
 
   h2,
 .h2 {
     font-size: 52px;
   }
 
   h3,
 .h3 {
     font-size: 22px;
   }
 }
 @media only screen and (max-width: 767px) {
   h1,
 .h1 {
     font-size: 58px;
   }
 
   h2,
 .h2 {
     font-size: 50px;
   }
 
   h3,
 .h3 {
     font-size: 22px;
   }
 }
 @media only screen and (max-width: 575px) {
   h1,
 .h1 {
     font-size: 56px;
   }
 }
 h1,
 .h1,
 h2,
 .h2,
 h3,
 .h3 {
   font-weight: 700;
 }
 
 h4,
 .h4,
 h5,
 .h5 {
   font-weight: 600;
 }
 
 h6,
 .h6 {
   font-weight: 500;
 }
 
 a:hover,
 a:focus,
 a:active {
   text-decoration: none;
   outline: none;
 }
 
 a:visited {
   color: inherit;
 }
 
 input,
 button,
 select,
 textarea {
   background: transparent;
   border: 1px solid #d4d4d4;
   transition: all 0.4s ease-out 0s;
   color: #1d1d24;
 }
 input:focus, input:active,
 button:focus,
 button:active,
 select:focus,
 select:active,
 textarea:focus,
 textarea:active {
   outline: none;
   border-color: #f9004d;
 }
 
 input,
 select,
 textarea {
   width: 100%;
   font-size: 14px;
 }
 
 input,
 select {
   height: 40px;
   padding: 0 15px;
 }
 
 ul.liststyle.bullet li {
   font-size: 18px;
   line-height: 30px;
   color: rgba(29, 29, 36, 0.75);
   position: relative;
   padding-left: 30px;
 }
 @media only screen and (max-width: 767px) {
   ul.liststyle.bullet li {
     padding-left: 19px;
   }
 }
 ul.liststyle.bullet li::before {
   position: absolute;
   content: "";
   width: 6px;
   height: 6px;
   border-radius: 100%;
   background: rgba(29, 29, 36, 0.75);
   left: 0;
   top: 10px;
 }
 ul.liststyle.bullet li + li {
   margin-top: 8px;
 }
 
 /*=====================
 Common Css 
 =======================*/
 .textBlack {
   color: #000000;
 }
 
 .bodyColor {
   color: #535353;
 }
 
 .single-service.service__style--2:hover .content p, .single-service.service__style--2:hover .content h3.title {
   color: #ffffff;
 }
 
 .color-1 {
   color: #8956e2;
 }
 
 .color-2 {
   color: #11ccd3;
 }
 
 .color-3 {
   color: #f4769a;
 }
 
 .color-4 {
   color: #2f21b3;
 }
 
 .bgcolor-4 {
   background: #2f21b3;
 }
 
 .blog-single-page-title ul.blog-meta, ul.list-style, .list-style--1, ul.nav.tab-style--1, ul.brand-style, .rn-pagination ul.page-list, .breadcrumb-inner .page-list, .color-black .mainmenunav ul.mainmenu, .color-white .mainmenunav ul.mainmenu, .mainmenunav ul.mainmenu > li > ul.submenu, .mainmenunav ul.mainmenu {
   padding: 0;
   margin: 0;
   list-style: none;
 }
 
 .liststyle {
   padding: 0;
   margin: 0;
   list-style: none;
 }
 
 .pv-tab-button li span::after,
 .pv-tab-button button span::after, .single-demo a, .related-work .inner h4 a, .blog.blog-style--1 .content .blog-btn, .blog.blog-style--1 .content h4.title a, .blog.blog-style--1 .content::before, .blog.blog-style--1 .content, .blog.blog-style--1 .thumbnail a::after, .blog.blog-style--1 .thumbnail a img, .blog.blog-style--1, .rn-pricing .pricing-table-inner .pricing-footer a.rn-btn, input,
 textarea, .rn-address .inner p a, .rn-address .icon, ul.nav.tab-style--1 li a::before, ul.nav.tab-style--1 li a, .team .thumbnail::after, .team .thumbnail img, .standard-service .content h3 a, .single-service.service__style--4 .content p, .single-service.service__style--4 .content h3.title, .single-service.service__style--4 .icon, .single-service.service__style--4::before, .single-service.service__style--4, .single-service.service__style--3, .single-service.service__style--2 a::before, .single-service.service__style--2 .content p, .single-service.service__style--2 .content h3.title, .single-service.service__style--2 .icon, .single-service.service__style--2 a, .single-service.service__style--1 .content p, .single-service.service__style--1 .content h3.title, .single-service.service__style--1 .icon, .single-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 .thumbnail::after, .portfolio .thumbnail-inner::before, .portfolio, .footer-default .footer-right .footer-widget ul.ft-link li a, ul.social-share li a, .rn-pagination ul.page-list li a::before, a.rn-btn,
 button.rn-btn,
 .rn-btn, a.btn-transparent::after, a.btn-transparent, .mainmenunav ul.mainmenu > li > ul.submenu li a, .mainmenunav ul.mainmenu > li > ul.submenu, .mainmenunav ul.mainmenu > li > a, .header-area .header-wrapper a.rn-btn {
   -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;
 }
 
 .single-service.service__style--3, .single-service.service__style--2, .single-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, #f81f01 50%, #ee076e 50%);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
 }
 
 .rn-pagination ul.page-list li a::before {
   background: linear-gradient(-259deg, #f81f01 0, #ee076e 100%);
 }
 
 /*!
 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
 */
 @media (prefers-reduced-motion: no-preference) {
   :root {
     scroll-behavior: auto;
   }
 }
 .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;
 }
 
 .animated {
   opacity: 0;
   transform: translateY(200%);
   -webkit-transform: translateY(200%);
 }
 .animated.bmw {
   transform: translate(0px, 0px);
   opacity: 1;
 }
 
 /* ------------------------
     Custom Animation 01 
 ----------------------------*/
 @-webkit-keyframes headerSlideDown {
   0% {
     margin-top: -100px;
   }
   to {
     margin-top: 0;
   }
 }
 @keyframes headerSlideDown {
   0% {
     margin-top: -100px;
   }
   to {
     margin-top: 0;
   }
 }
 /*==============================
  *  Utilities
 =================================*/
 /*====================================
     Google Font  
 ===================================*/
 /*----------------------------------------
 font-family: 'Montserrat', sans-serif;
 font-family: 'Poppins', sans-serif;
 
 -------------------------------------*/
 .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;
 }
 
 .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: #f9004d;
 }
 
 .theme-gradient {
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   display: inline-block;
 }
 
 .theme-gradient {
   background: rgb(248, 31, 1);
   background-image: -ms-linear-gradient(145deg, rgb(248, 31, 1) 0%, rgb(238, 7, 110) 100%);
   background: -moz-linear-gradient(145deg, rgb(248, 31, 1) 0%, rgb(238, 7, 110) 100%);
   background: -webkit-linear-gradient(145deg, rgb(248, 31, 1) 0%, rgb(238, 7, 110) 100%);
   background: linear-gradient(145deg, rgb(248, 31, 1) 0%, rgb(238, 7, 110) 100%);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f81f01", endColorstr="#ee076e");
 }
 
 .theme-gradient {
   background: rgb(248, 31, 1);
   background-image: -ms-linear-gradient(145deg, rgb(248, 31, 1) 0%, rgb(238, 7, 110) 100%);
   background: -moz-linear-gradient(145deg, rgb(248, 31, 1) 0%, rgb(238, 7, 110) 100%);
   background: -webkit-linear-gradient(145deg, rgb(248, 31, 1) 0%, rgb(238, 7, 110) 100%);
   background: linear-gradient(145deg, rgb(248, 31, 1) 0%, rgb(238, 7, 110) 100%);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f81f01", endColorstr="#ee076e");
   -webkit-background-clip: text;
 }
 
 @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
   .theme-gradient {
     color: #f9004d;
     background: none !important;
   }
 }
 .rn-text-white {
   color: #c6c9d8 !important;
 }
 
 .bg_image.bg-position-fixed {
   background-position: fixed;
 }
 
 /*===============================
     Background Color 
 =================================*/
 .bg_color--1 {
   background: #fff;
 }
 
 .bg_color--2 {
   background: #f9004d;
 }
 
 .bg_color--3 {
   background: #f8f9fc;
 }
 
 .bg_color--4 {
   background: #1a1b1f;
 }
 
 .bg_color--5 {
   background: #f8f9fc;
 }
 
 .bg_color--6 {
   background: #000000;
 }
 
 .bg_color--7 {
   background: #101010;
 }
 
 /*===========================
     Background Image 
 =============================*/
 .bg_overlay:before {
   position: absolute;
   content: "";
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   background: #00010c;
   opacity: 0.57;
 }
 
 .bg_overlay {
   position: relative;
 }
 
 .bg_image--1 {
   background-image: url(../images/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);
 }
 
 .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 {
   font-size: 18px;
   line-height: 30px;
 }
 @media only screen and (max-width: 767px) {
   p {
     font-size: 16px !important;
     line-height: 28px !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;
   }
 }
 
 /*===========================
     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] {
   position: relative;
   z-index: 1;
 }
 
 [data-overlay] > div,
 [data-overlay] > *,
 [data-black-overlay] > div,
 [data-black-overlay] > *,
 [data-white-overlay] > div,
 [data-white-overlay] > * {
   position: relative;
   z-index: 1;
 }
 
 [data-overlay]:before,
 [data-black-overlay]:before,
 [data-white-overlay]:before {
   content: "";
   position: absolute;
   left: 0;
   top: 0;
   height: 100%;
   width: 100%;
   z-index: -1;
 }
 
 [data-overlay]:before {
   background-color: #f9004d;
 }
 
 [data-black-overlay]:before {
   background-color: #00010c;
 }
 
 [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: #ffffff;
   color: #f9004d;
   right: 20px;
   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);
 }
 #scrollUp i {
   display: block;
   line-height: 48px;
   font-size: 22px;
   font-weight: 600;
 }
 
 .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 
 ==========================*/
 .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;
   }
 }
 
 .mt_dec--40 {
   margin-top: -40px !important;
 }
 
 .mb_dec--30 {
   margin-bottom: -30px !important;
 }
 
 .mt_dec--60 {
   margin-top: -60px !important;
 }
 
 .mt_dec--30 {
   margin-top: -30px !important;
 }
 
 .letterspacing--2 {
   letter-spacing: 2px !important;
 }
 
 .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;
   }
 }
 
 .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 (max-width: 767px) {
   .ptb--120,
 .ptb--80 {
     padding: 60px 0 !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) {
   .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 {
     padding-bottom: 60px !important;
   }
 }
 @media only screen and (min-width: 768px) and (max-width: 991px) {
   .pb--120,
 .pb--110,
 .pb--110 {
     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;
   }
 
   .mb_lg--5 {
     margin-bottom: 5px;
   }
 
   .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;
   }
 
   .mb_lg--10 {
     margin-bottom: 10px;
   }
 
   .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;
   }
 
   .mb_lg--15 {
     margin-bottom: 15px;
   }
 
   .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;
   }
 
   .mb_lg--20 {
     margin-bottom: 20px;
   }
 
   .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;
   }
 
   .mb_lg--25 {
     margin-bottom: 25px;
   }
 
   .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;
   }
 
   .mb_lg--30 {
     margin-bottom: 30px;
   }
 
   .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;
   }
 
   .mb_lg--35 {
     margin-bottom: 35px;
   }
 
   .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;
   }
 
   .mb_lg--40 {
     margin-bottom: 40px;
   }
 
   .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;
   }
 
   .mb_lg--45 {
     margin-bottom: 45px;
   }
 
   .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;
   }
 
   .mb_lg--50 {
     margin-bottom: 50px;
   }
 
   .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;
   }
 
   .mb_lg--55 {
     margin-bottom: 55px;
   }
 
   .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;
   }
 
   .mb_lg--60 {
     margin-bottom: 60px;
   }
 
   .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;
   }
 
   .mb_lg--65 {
     margin-bottom: 65px;
   }
 
   .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;
   }
 
   .mb_lg--70 {
     margin-bottom: 70px;
   }
 
   .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;
   }
 
   .mb_lg--75 {
     margin-bottom: 75px;
   }
 
   .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;
   }
 
   .mb_lg--80 {
     margin-bottom: 80px;
   }
 
   .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;
   }
 
   .mb_lg--85 {
     margin-bottom: 85px;
   }
 
   .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;
   }
 
   .mb_lg--90 {
     margin-bottom: 90px;
   }
 
   .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;
   }
 
   .mb_lg--95 {
     margin-bottom: 95px;
   }
 
   .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;
   }
 
   .mb_lg--100 {
     margin-bottom: 100px;
   }
 }
 @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;
   }
 
   .ml_md--5 {
     margin-left: 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;
   }
 
   .ml_md--10 {
     margin-left: 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;
   }
 
   .ml_md--15 {
     margin-left: 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;
   }
 
   .ml_md--20 {
     margin-left: 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;
   }
 
   .ml_md--25 {
     margin-left: 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;
   }
 
   .ml_md--30 {
     margin-left: 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;
   }
 
   .ml_md--35 {
     margin-left: 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;
   }
 
   .ml_md--40 {
     margin-left: 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;
   }
 
   .ml_md--45 {
     margin-left: 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;
   }
 
   .ml_md--50 {
     margin-left: 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;
   }
 
   .ml_md--55 {
     margin-left: 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;
   }
 
   .ml_md--60 {
     margin-left: 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;
   }
 
   .ml_md--65 {
     margin-left: 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;
   }
 
   .ml_md--70 {
     margin-left: 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;
   }
 
   .ml_md--75 {
     margin-left: 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;
   }
 
   .ml_md--80 {
     margin-left: 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;
   }
 
   .ml_md--85 {
     margin-left: 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;
   }
 
   .ml_md--90 {
     margin-left: 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;
   }
 
   .ml_md--95 {
     margin-left: 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;
   }
 
   .ml_md--100 {
     margin-left: 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;
   }
 
   .ml_sm--5 {
     margin-left: 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;
   }
 
   .ml_sm--10 {
     margin-left: 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;
   }
 
   .ml_sm--15 {
     margin-left: 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;
   }
 
   .ml_sm--20 {
     margin-left: 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;
   }
 
   .ml_sm--25 {
     margin-left: 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;
   }
 
   .ml_sm--30 {
     margin-left: 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;
   }
 
   .ml_sm--35 {
     margin-left: 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;
   }
 
   .ml_sm--40 {
     margin-left: 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;
   }
 
   .ml_sm--45 {
     margin-left: 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;
   }
 
   .ml_sm--50 {
     margin-left: 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;
   }
 
   .ml_sm--55 {
     margin-left: 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;
   }
 
   .ml_sm--60 {
     margin-left: 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;
   }
 
   .ml_sm--65 {
     margin-left: 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;
   }
 
   .ml_sm--70 {
     margin-left: 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;
   }
 
   .ml_sm--75 {
     margin-left: 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;
   }
 
   .ml_sm--80 {
     margin-left: 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;
   }
 
   .ml_sm--85 {
     margin-left: 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;
   }
 
   .ml_sm--90 {
     margin-left: 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;
   }
 
   .ml_sm--95 {
     margin-left: 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;
   }
 
   .ml_sm--100 {
     margin-left: 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;
 }
 
 /**************************************
     Header Styles
 ***************************************/
 /*=====================
     Header Area 
 =======================*/
 .header-area {
   padding-left: 50px;
   padding-right: 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 (max-width: 767px) {
   .header-area {
     padding-left: 30px;
     padding-right: 30px;
   }
 }
 @media only screen and (max-width: 575px) {
   .header-area {
     padding-left: 20px;
     padding-right: 20px;
   }
 }
 .header-area .header-wrapper {
   display: flex;
   justify-content: space-between;
   align-items: center;
   padding: 20px 0;
   flex-wrap: wrap;
 }
 @media only screen and (max-width: 767px) {
   .header-area .header-wrapper {
     padding: 15px 0;
   }
 }
 @media only screen and (min-width: 768px) and (max-width: 991px) {
   .header-area .header-wrapper {
     padding: 30px 0;
   }
 }
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
   .header-area .header-wrapper {
     padding: 30px 0;
   }
 }
 .header-area .header-wrapper .header-hamberger {
   display: flex;
   align-items: center;
 }
 .header-area .header-wrapper .header-hamberger .hamberger {
   margin-right: 27px;
 }
 .header-area .header-wrapper a.rn-btn {
   padding: 0 25px;
   height: 46px;
   display: inline-block;
   line-height: 42px;
   border: 2px solid #b1b4c1;
   border-radius: 6px;
   color: #c6c9d8;
   font-size: 14px;
   position: relative;
   z-index: 2;
 }
 .header-area .header-wrapper a.rn-btn.theme-color {
   border-color: #f9004d;
   color: #f9004d;
 }
 @media only screen and (max-width: 767px) {
   .header-area .header-wrapper a.rn-btn {
     padding: 0 11px;
     height: 39px;
     line-height: 33px;
     font-size: 12px;
   }
 }
 @media only screen and (max-width: 575px) {
   .header-area .header-wrapper a.rn-btn {
     height: 34px;
     line-height: 29px;
   }
 }
 .header-area .header-wrapper a.rn-btn::before {
   display: none;
 }
 .header-area .header-wrapper a.rn-btn:hover {
   border-color: transparent;
   transform: translateY(-3px);
   color: #ffffff;
   border: 2px solid #f9004d;
   background: #f9004d;
   border-radius: 6px;
 }
 @media only screen and (max-width: 767px) {
   .header-area .header-wrapper a.rn-btn {
     display: none;
   }
 }
 @media only screen and (max-width: 767px) {
   .header-area .header-wrapper .logo a img {
     width: auto;
   }
 }
 @media only screen and (max-width: 575px) {
   .header-area .header-wrapper .logo a img {
     width: 120px;
   }
 }
 .header-area.header--transparent {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   width: auto;
 }
 .header-area.header--transparent .header-wrapper {
   padding: 50px 0;
 }
 @media only screen and (min-width: 768px) and (max-width: 991px) {
   .header-area.header--transparent .header-wrapper {
     padding: 30px 0;
   }
 }
 @media only screen and (max-width: 767px) {
   .header-area.header--transparent .header-wrapper {
     padding: 15px 0;
   }
 }
 .header-area.color-white a.rn-btn {
   border: 2px solid #ffffff;
   color: #ffffff;
 }
 .header-area.color-black a.rn-btn {
   border: 2px solid rgba(29, 29, 36, 0.5);
   color: #1d1d24;
 }
 .header-area .header-right {
   display: flex;
   align-items: center;
   flex-wrap: wrap;
 }
 .header-area .header-right .header-btn {
   margin-left: 50px;
 }
 @media only screen and (max-width: 575px) {
   .header-area .header-right .header-btn {
     margin-left: 0;
   }
 }
 .header-area.header--sticky {
   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--sticky {
     padding-left: 30px;
     padding-right: 30px;
   }
 }
 @media only screen and (min-width: 768px) and (max-width: 991px) {
   .header-area.header--sticky {
     padding-left: 30px;
     padding-right: 30px;
     padding-top: 10px;
     padding-bottom: 10px;
   }
 }
 @media only screen and (max-width: 767px) {
   .header-area.header--sticky {
     padding-left: 30px;
     padding-right: 30px;
     padding-top: 10px;
     padding-bottom: 10px;
   }
 }
 .header-area.header--sticky .header-wrapper {
   padding: 20px 0;
   transition: 0.3s;
 }
 .header-area.header--sticky .header-wrapper .logo a img {
   transition: 0.5s;
   max-height: 66px;
   width: auto;
 }
 .header-area.header--sticky .header-wrapper .logo a img.logo-1 {
   display: block;
 }
 .header-area.header--sticky .header-wrapper .logo a img.logo-2 {
   display: none;
 }
 .header-area.header--sticky .header-wrapper .mainmenunav ul.mainmenu > li > a {
   position: relative;
 }
 .header-area.header--sticky .header-wrapper .mainmenunav ul.mainmenu > li > a::after {
   position: absolute;
   content: "";
   left: 0;
   width: 0;
   height: 3px;
   background: #f9004d;
   transition: 0.3s;
   bottom: 0;
 }
 .header-area.header--sticky.default-color.sticky .mainmenunav ul.mainmenu > li > a {
   color: #1f1f25;
 }
 .header-area.header--sticky.default-color.sticky .mainmenunav ul.mainmenu > li.is-current a {
   color: #f9004d;
 }
 .header-area.header--sticky.default-color.sticky .mainmenunav ul.mainmenu > li.is-current a::after {
   width: 100%;
 }
 .header-area.header--sticky .mainmenunav ul.mainmenu > li > a {
   position: relative;
 }
 .header-area.header--sticky .mainmenunav ul.mainmenu > li > a::after {
   position: absolute;
   content: "";
   left: 0;
   width: 0;
   height: 3px;
   background: #f9004d;
   -webkit-transition: 0.3s;
   transition: 0.3s;
   bottom: 0;
 }
 .header-area.header--sticky .mainmenunav ul.mainmenu > li > a.active, .header-area.header--sticky .mainmenunav ul.mainmenu > li > a:hover {
   background: transparent;
   color: #f9004d;
 }
 .header-area.header--sticky .mainmenunav ul.mainmenu > li > a.active::after, .header-area.header--sticky .mainmenunav ul.mainmenu > li > a:hover::after {
   width: 100%;
 }
 .header-area.header--sticky .mainmenunav ul.mainmenu > li.current > a {
   color: #f9004d;
 }
 .header-area.header--sticky .mainmenunav ul.mainmenu > li.current > a::after {
   width: 100%;
 }
 .header-area.header--sticky.sticky {
   background: #ffffff;
   box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
   animation: headerSlideDown 0.95s ease forwards;
 }
 .header-area.header--sticky.sticky .header-wrapper {
   padding: 0px;
 }
 .header-area.header--sticky.sticky .header-wrapper a.rn-btn {
   color: #1f1f25;
   border-color: #1f1f25;
 }
 .header-area.header--sticky.sticky .header-wrapper a.rn-btn:hover {
   background: #f9004d;
   border-color: #f9004d;
   color: #ffffff;
 }
 .header-area.header--sticky.sticky .header-wrapper .mainmenunav ul.mainmenu > li > a {
   padding: 22px 0;
   color: #1f1f25;
 }
 .header-area.header--sticky.sticky .header-wrapper .mainmenunav ul.mainmenu > li > a.active, .header-area.header--sticky.sticky .header-wrapper .mainmenunav ul.mainmenu > li > a:hover {
   color: #f9004d;
 }
 @media only screen and (min-width: 768px) and (max-width: 991px) {
   .header-area.header--sticky.sticky .header-wrapper .mainmenunav ul.mainmenu > li > a {
     padding: 0px 0;
   }
 }
 @media only screen and (max-width: 767px) {
   .header-area.header--sticky.sticky .header-wrapper .mainmenunav ul.mainmenu > li > a {
     padding: 0px 0;
   }
 }
 .header-area.header--sticky.sticky .header-wrapper .mainmenunav ul.mainmenu > li.current > a {
   color: #f9004d;
 }
 .header-area.header--sticky.sticky .logo a img {
   height: 50px;
 }
 @media only screen and (max-width: 767px) {
   .header-area.header--sticky.sticky .logo a img {
     height: auto;
   }
 }
 .header-area.header--sticky.sticky .logo a img.logo-1 {
   display: none;
 }
 .header-area.header--sticky.sticky .logo a img.logo-2 {
   display: block;
 }
 .header-area.header--sticky.sticky .humberger-menu span.text-white {
   color: #1f1f25 !important;
 }
 /*----------------------------
     Mobile Menu Style Css 
 ------------------------------*/
 @media only screen and (min-width: 768px) and (max-width: 991px) {
   .header-area .header-wrapper .mainmenunav {
     position: absolute;
   }
 }
 @media only screen and (max-width: 767px) {
   .header-area .header-wrapper .mainmenunav {
     position: absolute;
   }
 }
 @media only screen and (min-width: 768px) and (max-width: 991px) {
   .header-area .header-wrapper .mainmenunav ul.mainmenu {
     width: 60vw;
     height: 100vh;
     position: fixed;
     top: 0;
     right: -61vw;
     z-index: 99;
     padding: 55px;
     background: #ffffff;
     -webkit-transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
     -o-transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
     transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
     display: block;
     overflow-y: auto;
   }
 }
 @media only screen and (max-width: 767px) {
   .header-area .header-wrapper .mainmenunav ul.mainmenu {
     width: 60vw;
     height: 100vh;
     position: fixed;
     top: 0;
     right: -61vw;
     z-index: 99;
     padding: 55px;
     background: #ffffff;
     -webkit-transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
     -o-transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
     transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
     display: block;
     overflow-y: auto;
   }
 }
 @media only screen and (min-width: 768px) and (max-width: 991px) {
   .header-area .header-wrapper .mainmenunav ul.mainmenu li {
     margin: 0;
     padding: 10px 0;
   }
 }
 @media only screen and (max-width: 767px) {
   .header-area .header-wrapper .mainmenunav ul.mainmenu li {
     margin: 0;
     padding: 10px 0;
   }
 }
 @media only screen and (min-width: 768px) and (max-width: 991px) {
   .header-area .header-wrapper .mainmenunav ul.mainmenu li.has-droupdown {
     position: relative;
   }
 }
 @media only screen and (max-width: 767px) {
   .header-area .header-wrapper .mainmenunav ul.mainmenu li.has-droupdown {
     position: relative;
   }
 }
 @media only screen and (max-width: 767px) {
   .header-area .header-wrapper .mainmenunav ul.mainmenu li.has-droupdown > a {
     position: relative;
   }
   .header-area .header-wrapper .mainmenunav ul.mainmenu li.has-droupdown > 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);
   }
   .header-area .header-wrapper .mainmenunav ul.mainmenu li.has-droupdown > a.open {
     color: #f9004d;
   }
   .header-area .header-wrapper .mainmenunav ul.mainmenu li.has-droupdown > a.open::after {
     width: 0;
     height: 0;
     border-style: solid;
     border-width: 0 7px 7px 7px;
     border-color: transparent transparent #f9004d transparent;
   }
 }
 @media only screen and (min-width: 768px) and (max-width: 991px) {
   .header-area .header-wrapper .mainmenunav ul.mainmenu li.has-droupdown > a {
     position: relative;
   }
   .header-area .header-wrapper .mainmenunav ul.mainmenu li.has-droupdown > 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);
   }
   .header-area .header-wrapper .mainmenunav ul.mainmenu li.has-droupdown > a.open {
     color: #f9004d;
   }
   .header-area .header-wrapper .mainmenunav ul.mainmenu li.has-droupdown > a.open::after {
     width: 0;
     height: 0;
     border-style: solid;
     border-width: 0 7px 7px 7px;
     border-color: transparent transparent #f9004d transparent;
   }
 }
 @media only screen and (min-width: 768px) and (max-width: 991px) {
   .header-area .header-wrapper .mainmenunav ul.mainmenu li a {
     padding: 0;
     display: block;
   }
 }
 @media only screen and (max-width: 767px) {
   .header-area .header-wrapper .mainmenunav ul.mainmenu li a {
     padding: 0;
     display: block;
   }
 }
 @media only screen and (min-width: 768px) and (max-width: 991px) {
   .header-area .header-wrapper .mainmenunav ul.mainmenu li ul.submenu {
     position: relative;
     height: 0;
     transition: 0.3s;
     padding: 0;
     opacity: 0;
     visibility: hidden;
     background: transparent;
     box-shadow: inherit;
   }
 }
 @media only screen and (max-width: 767px) {
   .header-area .header-wrapper .mainmenunav ul.mainmenu li ul.submenu {
     position: relative;
     height: 0;
     transition: 0.3s;
     padding: 0;
     opacity: 0;
     visibility: hidden;
     background: transparent;
     box-shadow: inherit;
   }
 }
 @media only screen and (min-width: 768px) and (max-width: 991px) {
   .header-area .header-wrapper .mainmenunav ul.mainmenu li ul.submenu li {
     padding: 3px 0;
   }
 }
 @media only screen and (max-width: 767px) {
   .header-area .header-wrapper .mainmenunav ul.mainmenu li ul.submenu li {
     padding: 3px 0;
   }
 }
 @media only screen and (min-width: 768px) and (max-width: 991px) {
   .header-area .header-wrapper .mainmenunav ul.mainmenu li ul.submenu li a {
     padding: 2px 10px;
   }
 }
 @media only screen and (max-width: 767px) {
   .header-area .header-wrapper .mainmenunav ul.mainmenu li ul.submenu li a {
     padding: 2px 10px;
   }
 }
 @media only screen and (min-width: 768px) and (max-width: 991px) {
   .header-area .header-wrapper .mainmenunav ul.mainmenu li ul.submenu.active {
     height: 100%;
     padding: 12px 0;
     opacity: 1;
     visibility: visible;
   }
 }
 @media only screen and (max-width: 767px) {
   .header-area .header-wrapper .mainmenunav ul.mainmenu li ul.submenu.active {
     height: 100%;
     padding: 12px 0;
     opacity: 1;
     visibility: visible;
   }
 }
 @media only screen and (min-width: 768px) and (max-width: 991px) {
   .header-area .header-wrapper .mainmenunav ul.mainmenu li a {
     color: #1f1f25;
   }
 }
 @media only screen and (max-width: 767px) {
   .header-area .header-wrapper .mainmenunav ul.mainmenu li a {
     color: #1f1f25;
   }
 }
 .header-area .header-wrapper .close-menu {
   position: fixed;
   top: 12px;
   opacity: 0;
   visibility: hidden;
   right: 29px;
   z-index: -10;
 }
 .header-area .header-wrapper.menu-open .close-menu {
   opacity: 1;
   visibility: visible;
   z-index: 9999;
 }
 .header-area .header-wrapper.menu-open .close-menu span {
   color: #000000;
   font-size: 30px;
   cursor: pointer;
 }
 .header-area .header-wrapper.menu-open .close-menu span svg {
   width: 30px;
   height: 30px;
 }
 @media only screen and (min-width: 768px) and (max-width: 991px) {
   .header-area .header-wrapper.menu-open .mainmenunav ul.mainmenu {
     right: 0;
   }
 }
 @media only screen and (max-width: 767px) {
   .header-area .header-wrapper.menu-open .mainmenunav ul.mainmenu {
     right: 0;
   }
 }
 @media only screen and (max-width: 575px) {
   .header-area .header-wrapper.menu-open .mainmenunav ul.mainmenu {
     width: 86vw;
     padding: 54px 20px;
   }
 }
 @media only screen and (min-width: 768px) and (max-width: 991px) {
   .header-area.header-style-two .header-wrapper {
     padding: 30px 0;
   }
 }
 @media only screen and (max-width: 767px) {
   .header-area.header-style-two .header-wrapper {
     padding: 15px 0;
   }
 }
 @media only screen and (min-width: 768px) and (max-width: 991px) {
   .header-area.header-style-two .header-wrapper .logo a img {
     width: auto;
   }
 }
 @media only screen and (max-width: 767px) {
   .header-area.header-style-two .header-wrapper .logo a img {
     width: auto;
   }
 }
 @media only screen and (max-width: 767px) {
   .header-area.header-style-two .header-wrapper ul.social-share li {
     margin: 0;
   }
 }
 
 .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;
 }
 
 .header-area.small-logo .header-wrapper .logo a img {
   width: auto !important;
 }
 
 .header-not-transparent .humberger-menu span.text-white {
   color: #000000 !important;
 }
 
 .color-black .humberger-menu span.text-white {
   color: #000000 !important;
 }
 
 header.header-light-mode.header--sticky.sticky ul.social-share.social-style--2 li a {
   color: #333;
 }
 
 /*====================
 Mainmenu Area 
 =====================*/
 .mainmenunav ul.mainmenu {
   display: flex;
   justify-content: flex-end;
   flex-wrap: wrap;
 }
 .mainmenunav ul.mainmenu > li {
   margin: 0 15px;
   position: relative;
 }
 .mainmenunav ul.mainmenu > li > a {
   color: #c6c9d8;
   font-size: 16px;
   font-weight: 500;
   padding: 20px 0;
   display: inline-block;
 }
 .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 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: #f9004d;
   background: rgba(249, 0, 77, 0.07);
 }
 .mainmenunav ul.mainmenu > li:hover > ul.submenu {
   opacity: 1;
   visibility: visible;
 }
 .mainmenunav ul.mainmenu > li:hover > a {
   color: #f9004d;
 }
 .mainmenunav ul.mainmenu > li:first-child {
   margin-left: 0;
 }
 .mainmenunav ul.mainmenu > li:last-child {
   margin-right: 0;
 }
 
 .humberger-menu span.text-white {
   color: #c6c9d8 !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: #f9004d;
   }
 }
 @media only screen and (max-width: 767px) {
   .color-white .mainmenunav ul.mainmenu > li:hover > a {
     color: #f9004d;
   }
 }
 
 .color-black .mainmenunav ul.mainmenu > li > a {
   color: rgb(29, 29, 36);
 }
 .color-black .mainmenunav ul.mainmenu > li:hover > a {
   color: #f9004d;
 }
 
 @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;
   }
 }
 @media only screen and (max-width: 767px) {
   .header-style-two .humberger-menu span.text-white {
     color: #1d1d24 !important;
   }
 }
 /**************************************
     Inner Styles
 ***************************************/
 /*====================
     Breadcrump Area 
 ======================*/
 @media (min-width: 1200px) {
   .container {
     max-width: 1260px;
   }
 }
 .breadcrumb-inner {
   text-align: center;
   position: relative;
   z-index: 2;
 }
 .breadcrumb-inner h2.title {
   background: #f81f01;
   background: linear-gradient(145deg, #f81f01 0%, #ee076e 100%);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
 }
 @media only screen and (max-width: 767px) {
   .breadcrumb-inner h2.title {
     font-size: 32px;
     margin-bottom: 2px;
   }
 }
 @media only screen and (min-width: 768px) and (max-width: 991px) {
   .breadcrumb-inner h2.title {
     font-size: 36px;
     margin-bottom: 2px;
   }
 }
 .breadcrumb-inner .page-list li {
   display: inline-block;
   color: #fff;
   position: relative;
 }
 .breadcrumb-inner .page-list li a {
   color: #fff;
 }
 .breadcrumb-inner .page-list li.current-page {
   color: #f10;
 }
 .breadcrumb-inner .page-list li + li::before {
   content: "/";
   color: #fff;
   margin: 0 8px;
   opacity: 0.6;
 }
 
 .line-separator {
   border-bottom: 1px solid #ebebeb;
 }
 
 /*----------------------
 Page Title Area  
 --------------------------*/
 .rn-page-title h2.title {
   font-size: 72px;
 }
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
   .rn-page-title h2.title {
     font-size: 56px;
   }
 }
 @media only screen and (min-width: 768px) and (max-width: 991px) {
   .rn-page-title h2.title {
     font-size: 50px;
   }
 }
 @media only screen and (max-width: 767px) {
   .rn-page-title h2.title {
     font-size: 40px;
     line-height: 59px;
   }
 }
 .rn-page-title p {
   font-size: 22px;
   line-height: 27px;
   color: #c6c9d8;
 }
 
 /* Start Breadcrump Two  */
 .breadcrupm-style--2 h2.title {
   text-transform: uppercase;
   font-size: 72px;
 }
 @media only screen and (max-width: 767px) {
   .breadcrupm-style--2 h2.title {
     font-size: 40px;
     line-height: 59px;
   }
 }
 .breadcrupm-style--2 span {
   font-size: 22px;
   color: #c6c9d8;
 }
 
 .backto-top > div {
   z-index: 999;
   width: 50px;
   height: 50px;
   line-height: 49px;
   border-radius: 50%;
   background-color: #ffffff;
   text-align: center;
   overflow: hidden;
   z-index: 999 !important;
   box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
 }
 .backto-top svg {
   font-size: 14px !important;
   color: #222222;
   width: 27px;
   height: 27px;
 }
 
 /*===================
     Section Title 
 ====================*/
 .section-title {
   margin-top: -20px;
 }
 .section-title h2.title {
   font-size: 60px;
   margin-bottom: 8px;
 }
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
   .section-title h2.title {
     font-size: 50px;
   }
 }
 @media only screen and (max-width: 767px) {
   .section-title h2.title {
     font-size: 30px;
     margin-bottom: 10px;
   }
 }
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
   .section-title h2 {
     font-size: 50px;
   }
 }
 @media only screen and (max-width: 767px) {
   .section-title h2 {
     font-size: 30px;
     margin-bottom: 10px;
   }
 }
 .section-title p {
   font-size: 18px;
   line-height: 30px;
   color: rgba(29, 29, 36, 0.75);
   padding: 0 21%;
 }
 @media only screen and (max-width: 767px) {
   .section-title p {
     padding: 0;
     font-size: 16px !important;
     line-height: 28px !important;
   }
 }
 @media only screen and (min-width: 768px) and (max-width: 991px) {
   .section-title p {
     padding: 0 4%;
   }
 }
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
   .section-title p {
     padding: 0 16%;
   }
 }
 .section-title p a {
   color: rgb(29, 29, 36);
   font-weight: 500;
 }
 .section-title p a:hover {
   color: #f9004d;
 }
 @media only screen and (max-width: 767px) {
   .section-title p br {
     display: none;
   }
 }
 .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.text-start p {
   padding: 0;
 }
 .section-title.text-end p {
   padding: 0;
 }
 .section-title .service-btn {
   margin-top: 36px;
 }
 @media only screen and (max-width: 767px) {
   .section-title .service-btn {
     margin-top: 12px;
   }
 }
 .section-title.section-title--2 p {
   font-weight: 300;
   color: #717173;
 }
 .section-title.section-title--2.text-white .title {
   color: #ffffff;
 }
 .section-title.section-title--2.text-white p {
   color: #ffffff;
 }
 .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-start p {
   padding: 0 3% 0 0;
 }
 
 .section-single-title h3 {
   font-size: 36px;
   line-height: 26px;
 }
 @media only screen and (max-width: 767px) {
   .section-single-title h3 {
     font-size: 26px;
     margin-bottom: 8px;
   }
 }
 
 .section-title-default h2.title {
   line-height: 1.34;
   font-size: 48px;
 }
 
 /*===================
 Button Area 
 ====================*/
 a.btn-transparent {
   color: #1f1f25;
   font-size: 16px;
   font-weight: 500;
   position: relative;
   display: inline-block;
   padding-bottom: 3px;
 }
 a.btn-transparent:hover {
   color: #f9004d;
 }
 a.btn-transparent::after {
   position: absolute;
   content: "";
   left: 0;
   bottom: 0;
   width: 40px;
   height: 2px;
   background: #f9004d;
   opacity: 0.75;
 }
 a.btn-transparent:hover::after {
   width: 100%;
 }
 
 a.rn-btn,
 button.rn-btn,
 .rn-btn {
   padding: 0 23px;
   height: 40px;
   display: inline-block;
   line-height: 34px;
   border: 2px solid #f9004d;
   border-radius: 4px;
   font-size: 14px;
   position: relative;
   z-index: 2;
   color: #f9004d;
   letter-spacing: 0.2px;
   text-transform: uppercase;
 }
 a.rn-btn:hover,
 button.rn-btn:hover,
 .rn-btn:hover {
   border: 2px solid #f9004d;
   transform: translateY(-3px);
   color: #ffffff;
   background: #f9004d;
 }
 a.rn-btn.btn-white,
 button.rn-btn.btn-white,
 .rn-btn.btn-white {
   border: 2px solid #ffffff;
   color: #ffffff;
 }
 a.rn-btn.btn-white:hover,
 button.rn-btn.btn-white:hover,
 .rn-btn.btn-white:hover {
   border-color: #f9004d;
 }
 
 button.rn-button-style--2,
 a.rn-button-style--2 {
   color: #c6c9d8;
   font-size: 16px;
   text-transform: uppercase;
   letter-spacing: 2px;
   border: 2px solid #b1b4c1;
   padding: 15px 40px;
   border-radius: 6px;
   display: inline-block;
   font-weight: 500;
   transition: 0.3s;
 }
 @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 #f9004d;
   background: #f9004d;
   color: #ffffff;
 }
 button.rn-button-style--2.btn-size-md,
 a.rn-button-style--2.btn-size-md {
   padding: 9px 15px;
   letter-spacing: 1px;
   font-size: 15px;
 }
 button.rn-button-style--2.btn-size-sm,
 a.rn-button-style--2.btn-size-sm {
   padding: 11px 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 #f9004d;
   color: #f9004d;
 }
 button.rn-button-style--2.btn_border:hover,
 a.rn-button-style--2.btn_border:hover {
   background: #f9004d;
   color: #fff;
 }
 button.rn-button-style--2.btn_border.btn_border--dark,
 a.rn-button-style--2.btn_border.btn_border--dark {
   border: 2px solid #1f1f25;
   color: #1f1f25;
 }
 button.rn-button-style--2.btn_border.btn_border--dark:hover,
 a.rn-button-style--2.btn_border.btn_border--dark:hover {
   background: #1f1f25;
   color: #fff;
   box-shadow: 0 10px 15px 0 rgba(31, 31, 37, 0.1);
 }
 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 #f9004d;
   background: #f9004d;
   color: #ffffff;
 }
 button.rn-button-style--2.btn-solid,
 a.rn-button-style--2.btn-solid {
   background: #f9004d;
   color: #ffffff;
   border-color: #f9004d;
 }
 button.rn-button-style--2:hover,
 a.rn-button-style--2:hover {
   background: transparent;
   color: #f9004d;
   box-shadow: 0 10px 15px 0 rgba(249, 0, 77, 0.1);
   transform: translateY(-5px);
 }
 
 .button-group {
   margin: -10px;
 }
 .button-group a {
   margin: 10px;
 }
 
 /*-----------------------
     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;
   }
 }
 /*=====================
     Pagination Styles 
 =======================*/
 .rn-pagination ul.page-list li {
   display: inline-block;
   padding: 5px;
 }
 .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 rgba(0, 0, 0, 0.3019607843);
   background: #fff;
   color: #000000;
   position: relative;
   z-index: 2;
   font-weight: 600;
   border-radius: 4px;
 }
 .rn-pagination ul.page-list li a::before {
   position: absolute;
   left: 0;
   right: 0;
   width: 100%;
   height: 100%;
   content: "";
   z-index: -1;
   opacity: 0;
   visibility: hidden;
 }
 .rn-pagination ul.page-list li a:hover {
   color: #ffffff !important;
   border-color: #f9004d !important;
 }
 .rn-pagination ul.page-list li a:hover::before {
   opacity: 1;
   visibility: visible;
 }
 .rn-pagination ul.page-list li.active a {
   color: #ffffff !important;
   border-color: #f9004d !important;
 }
 .rn-pagination ul.page-list li.active a::before {
   opacity: 1;
   visibility: visible;
 }
 
 /* Social icon Styles  */
 ul.social-share {
   padding: 0;
   margin: 0;
   margin: -6px;
 }
 ul.social-share li {
   margin: 6px;
 }
 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: #f9004d;
   border-color: #f9004d;
   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: #f9004d;
   color: #f9004d;
 }
 ul.social-share.color-theme li a:hover {
   background: #f9004d;
   border-color: #f9004d;
   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;
   display: block;
   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: #f9004d;
 }
 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: #f9004d;
   opacity: 1;
 }
 
 /*--------------------
 Footer Styles 
 ----------------------*/
 .footer-wrapper {
   position: relative;
 }
 
 .footer-default .footer-left {
   background: linear-gradient(145deg, #f81f01 0%, #ee076e 100%);
   padding: 120px 120px;
   position: relative;
   z-index: 2;
   margin-right: -15px;
   border-top-right-radius: 6px;
 }
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
   .footer-default .footer-left {
     padding: 120px 80px;
   }
 }
 @media only screen and (min-width: 768px) and (max-width: 991px) {
   .footer-default .footer-left {
     padding: 60px 70px;
   }
 }
 @media only screen and (max-width: 767px) {
   .footer-default .footer-left {
     padding: 60px 30px;
   }
 }
 .footer-default .footer-left::before {
   position: absolute;
   width: 100%;
   height: 100%;
   left: 0;
   top: 0;
   background-image: url("../images/pattern-1.png");
   content: "";
   z-index: 1;
   opacity: 0.5;
   border-top-right-radius: 6px;
 }
 .footer-default .footer-left .inner {
   z-index: 5;
   position: relative;
 }
 .footer-default .footer-left .inner::after {
   position: absolute;
   right: 0;
   top: 50%;
   z-index: -1;
   font-size: 240px;
   font-weight: 900;
   color: rgba(0, 0, 0, 0.1);
   transform: translateY(-50%);
   width: 295px;
   height: 301px;
 }
 .footer-default .footer-left .inner > span {
   color: #fff;
   font-size: 15px;
   text-transform: uppercase;
   letter-spacing: 4px;
   display: block;
   margin-bottom: 9px;
 }
 @media only screen and (max-width: 575px) {
   .footer-default .footer-left .inner > span {
     letter-spacing: 1px;
     margin-bottom: 9px;
   }
 }
 .footer-default .footer-left .inner h2 {
   color: #ffffff;
   font-size: 75px;
   font-weight: 900;
   font-family: "Montserrat", sans-serif;
   line-height: 90px;
 }
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
   .footer-default .footer-left .inner h2 {
     font-size: 50px;
     line-height: 61px;
   }
 }
 @media only screen and (max-width: 767px) {
   .footer-default .footer-left .inner h2 {
     font-size: 45px;
     line-height: 51px;
   }
 }
 .footer-default .footer-left .inner a.rn-button-style--2 {
   margin-top: 30px;
   border-color: #ffffff;
   color: #ffffff;
 }
 @media only screen and (max-width: 767px) {
   .footer-default .footer-left .inner a.rn-button-style--2 {
     margin-top: 10px;
     padding: 10px 23px;
   }
 }
 @media only screen and (max-width: 575px) {
   .footer-default .footer-left .inner a.rn-button-style--2 {
     padding: 7px 16px;
   }
 }
 .footer-default .footer-left .inner a.rn-button-style--2:hover {
   background: #fff;
   border-color: #fff;
   color: #f9004d;
 }
 .footer-default .footer-right {
   background-image: url(../images/bg-image-8.jpg);
   padding: 150px 70px;
   width: 100%;
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center center;
   padding-left: 120px;
 }
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
   .footer-default .footer-right {
     padding: 119px 21px;
     padding-left: 70px;
   }
 }
 @media only screen and (min-width: 768px) and (max-width: 991px) {
   .footer-default .footer-right {
     padding: 60px 70px;
   }
 }
 @media only screen and (max-width: 767px) {
   .footer-default .footer-right {
     padding: 60px 30px;
   }
 }
 .footer-default .footer-right .footer-widget h4 {
   color: #c6c9d8;
   font-weight: 500;
   margin-bottom: 30px;
   opacity: 0.75;
 }
 @media only screen and (max-width: 767px) {
   .footer-default .footer-right .footer-widget h4 {
     margin-bottom: 14px;
   }
 }
 .footer-default .footer-right .footer-widget ul.ft-link, .footer-default .footer-right .footer-widget ul.menu {
   padding: 0;
   margin: 0;
   list-style: none;
 }
 .footer-default .footer-right .footer-widget ul.ft-link li a,
 .footer-default .footer-right .footer-widget ul.menu li a {
   color: #c6c9d8;
   font-size: 16px;
   opacity: 0.75;
 }
 .footer-default .footer-right .footer-widget ul.ft-link li:hover a,
 .footer-default .footer-right .footer-widget ul.menu li:hover a {
   color: #f9004d;
 }
 .footer-default .footer-right .footer-widget ul.ft-link li + li,
 .footer-default .footer-right .footer-widget ul.menu li + li {
   margin-top: 13px;
 }
 @media only screen and (max-width: 767px) {
   .footer-default .footer-right .footer-widget ul.ft-link li + li,
   .footer-default .footer-right .footer-widget ul.menu li + li {
     margin-top: 8px;
   }
 }
 
 /*---------------------
 Footer Style Two 
 ------------------------ */
 .footer-style-2 p {
   color: #c6c9d8;
   font-size: 14px;
   opacity: 0.75;
 }

 .footer-style-2 .logo img{
  max-height: 66px;
  width: auto;
 }
 
 /*-------------------------
     Copyright Style Css 
 --------------------------*/
 .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: #c6c9d8;
   font-size: 14px;
   opacity: 0.75;
 }
 
 /**************************************
     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: 50%;
   }
 }
 .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%;
   }
 }
 
 .portfolio {
   position: relative;
   min-height: 400px;
   width: 100%;
   padding-top: 35%;
 }
 @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: 9;
   position: absolute;
   top: 0;
   left: 0;
   height: 100%;
   width: 100%;
   background-size: cover;
   background-position: center;
   overflow: hidden;
   border-radius: 5px;
   cursor: pointer;
 }
 .portfolio .thumbnail-inner::before {
   background-color: #f6004c;
   background-image: linear-gradient(#f6004c 10%, #000000 100%);
   position: absolute;
   content: "";
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 5;
   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;
   background-image: url(../images/portfolio/portfolio-1.jpg);
   transform: scale(1.13) translateZ(0);
   backface-visibility: hidden;
   transition: transform 0.28s ease;
   z-index: 4;
 }
 .portfolio .thumbnail.image-1 {
   background-image: url(../images/portfolio/portfolio-1.jpg);
 }
 .portfolio .thumbnail.image-2 {
   background-image: url(../images/portfolio/portfolio-2.jpg);
 }
 .portfolio .thumbnail.image-3 {
   background-image: url(../images/portfolio/portfolio-3.jpg);
 }
 .portfolio .thumbnail.image-4 {
   background-image: url(../images/portfolio/portfolio-4.jpg);
 }
 .portfolio .thumbnail.image-5 {
   background-image: url(../images/portfolio/portfolio-5.jpg);
 }
 .portfolio .thumbnail.image-6 {
   background-image: url(../images/portfolio/portfolio-6.jpg);
 }
 .portfolio .thumbnail.image-7 {
   background-image: url(../images/portfolio/portfolio-7.jpg);
 }
 .portfolio .thumbnail.image-8 {
   background-image: url(../images/portfolio/portfolio-8.jpg);
 }
 .portfolio .thumbnail.image-9 {
   background-image: url(../images/portfolio/portfolio-9.jpg);
 }
 .portfolio .thumbnail::after {
   background-color: rgba(45, 45, 45, 0.35);
   position: absolute;
   top: 0;
   left: 0;
   height: 100%;
   width: 100%;
   content: " ";
   z-index: 1;
   display: block;
   border-radius: 5px;
   background-color: rgba(25, 25, 25, 0.37);
 }
 .portfolio .bg-blr-image {
   position: absolute;
   top: 0;
   left: 0;
   height: 100%;
   width: 100%;
   background-size: cover;
   background-position: center;
   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;
   }
 }
 @media only screen and (min-width: 768px) and (max-width: 991px) {
   .portfolio .content {
     left: 20px;
     right: 20px;
   }
 }
 @media only screen and (max-width: 767px) {
   .portfolio .content {
     left: 20px;
     right: 20px;
   }
 }
 .portfolio .content .inner p {
   color: #c6c9d8;
   font-size: 14px;
 }
 .portfolio .content .inner h4 {
   font-size: 24px;
   line-height: 36px;
   color: #ffffff;
 }
 .portfolio .content .inner h4 a {
   color: #ffffff;
   transition: 0.4s;
 }
 .portfolio .content .inner h4:hover a {
   color: #f9004d;
 }
 .portfolio .content .inner .portfolio-button {
   margin-top: 35px;
   transition: 0.7s;
 }
 @media only screen and (max-width: 575px) {
   .portfolio .content .inner .portfolio-button {
     margin-top: 25px;
   }
 }
 .portfolio .content .inner .portfolio-button .rn-btn {
   color: #ffffff;
   border-color: rgba(255, 255, 255, 0.3);
   cursor: pointer;
 }
 .portfolio .content .inner .portfolio-button .rn-btn:hover {
   border-color: #f9004d;
 }
 .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.85;
 }
 .portfolio:hover .thumbnail {
   transform: scale(1) translateZ(0);
 }
 .portfolio:hover .thumbnail::after {
   background-color: rgba(25, 25, 25, 0.24);
 }
 .portfolio:hover .bg-blr-image {
   opacity: 0;
   z-index: 9;
 }
 .portfolio.portfolio-style--2 .inner {
   margin: 0 20px;
 }
 
 .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;
   background-image: url(../images/portfolio/portfolio-static-01.jpg);
   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.image-1 {
   background-image: url(../images/portfolio/portfolio-static-01.jpg);
 }
 .portfolio-tilthover .portfolio .thumbnail.image-2 {
   background-image: url(../images/portfolio/portfolio-static-02.jpg);
 }
 .portfolio-tilthover .portfolio .thumbnail.image-3 {
   background-image: url(../images/portfolio/portfolio-static-03.jpg);
 }
 .portfolio-tilthover .portfolio .thumbnail.image-4 {
   background-image: url(../images/portfolio/portfolio-static-04.jpg);
 }
 .portfolio-tilthover .portfolio .thumbnail.image-5 {
   background-image: url(../images/portfolio/portfolio-static-05.jpg);
 }
 .portfolio-tilthover .portfolio .thumbnail.image-6 {
   background-image: url(../images/portfolio/portfolio-static-06.jpg);
 }
 .portfolio-tilthover .portfolio .thumbnail.image-7 {
   background-image: url(../images/portfolio/portfolio-static-07.jpg);
 }
 .portfolio-tilthover .portfolio .thumbnail.image-8 {
   background-image: url(../images/portfolio/portfolio-static-08.jpg);
 }
 .portfolio-tilthover .portfolio .thumbnail.image-9 {
   background-image: url(../images/portfolio/portfolio-static-09.jpg);
 }
 .portfolio-tilthover .portfolio .thumbnail.image-10 {
   background-image: url(../images/portfolio/portfolio-static-10.jpg);
 }
 .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;
 }
 
 .portfolio-sacousel-inner .slick-list {
   margin-left: -200px;
   margin-right: -200px;
 }
 @media only screen and (min-width: 768px) and (max-width: 991px) {
   .portfolio-sacousel-inner .slick-list {
     margin-left: 15px;
     margin-right: 15px;
   }
 }
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
   .portfolio-sacousel-inner .slick-list {
     margin-left: 15px;
     margin-right: 15px;
   }
 }
 @media only screen and (max-width: 767px) {
   .portfolio-sacousel-inner .slick-list {
     margin-left: 15px;
     margin-right: 15px;
   }
 }
 
 .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 #f9004d;
   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 #f9004d;
   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: 101%;
 }
 @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, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
   background: -webkit-linear-gradient(left, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
   background: linear-gradient(to right, rgb(0, 0, 0) 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, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
   background: -webkit-linear-gradient(right, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
   background: linear-gradient(to left, rgb(0, 0, 0) 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;
 }
 
 .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;
 }
 .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;
 }
 @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: #1d1d24;
 }
 .item-portfolio-static .inner h4 {
   color: #1f1f25;
   transition: 0.3s;
 }
 .item-portfolio-static .inner h4:hover {
   color: #f9004d;
 }
 .item-portfolio-static .thumbnail img {
   transition: 0.3s;
   width: 100%;
 }
 .item-portfolio-static:hover .thumbnail img {
   box-shadow: 0 50px 80px -10px rgba(0, 0, 0, 0.17);
   transform: translate3d(0, -10px, 0);
 }
 
 /*==========================
     Service Area 
 ===========================*/
 /* Bg Color Variation  */
 .single-service .icon svg {
   width: 54px;
   height: 54px;
 }
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
   .single-service h3.title {
     font-size: 22px;
   }
 }
 .single-service.service__style--1 {
   padding: 40px 0;
   z-index: 2;
 }
 @media only screen and (max-width: 767px) {
   .single-service.service__style--1 {
     padding: 15px 0;
   }
 }
 @media only screen and (min-width: 768px) and (max-width: 991px) {
   .single-service.service__style--1 {
     padding: 20px 0;
   }
 }
 .single-service.service__style--1 .icon {
   font-size: 54px;
   font-weight: 400;
   margin-bottom: 23px;
   display: inline-flex;
   color: #f9004d;
 }
 .single-service.service__style--1 .icon svg {
   stroke-width: 1 !important;
 }
 .single-service.service__style--1 .icon img {
   margin-bottom: 34px;
 }
 .single-service.service__style--1 .content h3.title {
   margin-bottom: 19px;
   font-weight: 400;
 }
 @media only screen and (max-width: 767px) {
   .single-service.service__style--1 .content h3.title {
     font-size: 20px;
   }
 }
 .single-service.service__style--1 .content h3.title a {
   color: inherit;
 }
 .single-service.service__style--1 .content p {
   color: rgba(29, 29, 36, 0.75);
 }
 .single-service.service__style--1.text-white {
   z-index: 2;
 }
 .single-service.service__style--1.text-white .content h3.title {
   color: #c6c9d8;
 }
 .single-service.service__style--1.text-white .content p {
   color: #c6c9d8;
 }
 .single-service.service__style--2 a {
   display: block;
 }
 @media only screen and (min-width: 768px) and (max-width: 991px) {
   .single-service.service__style--2 {
     padding: 30px 25px;
   }
 }
 @media only screen and (max-width: 767px) {
   .single-service.service__style--2 {
     padding: 30px 14px;
   }
 }
 @media only screen and (max-width: 575px) {
   .single-service.service__style--2 {
     padding: 30px 18px;
     margin-top: 30px;
   }
 }
 .single-service.service__style--2 .icon {
   font-size: 54px;
   font-weight: 400;
   margin-bottom: 23px;
   display: inline-flex;
   color: #f9004d;
 }
 @media only screen and (max-width: 575px) {
   .single-service.service__style--2 .icon {
     color: #ffffff;
   }
 }
 .single-service.service__style--2 .icon svg {
   stroke-width: 1 !important;
 }
 .single-service.service__style--2 .content h3.title {
   margin-bottom: 19px;
   font-weight: 500;
 }
 @media only screen and (max-width: 767px) {
   .single-service.service__style--2 .content h3.title {
     font-size: 18px;
     margin-bottom: 14px;
   }
 }
 @media only screen and (max-width: 575px) {
   .single-service.service__style--2 .content h3.title {
     color: #ffffff;
   }
 }
 .single-service.service__style--2 .content h3.title a {
   color: inherit;
 }
 @media only screen and (max-width: 575px) {
   .single-service.service__style--2 .content h3.title a {
     color: #ffffff;
   }
 }
 .single-service.service__style--2 .content p {
   color: rgba(29, 29, 36, 0.75);
 }
 @media only screen and (max-width: 575px) {
   .single-service.service__style--2 .content p {
     color: #ffffff;
   }
 }
 .single-service.service__style--2:hover a {
   transform: translateY(-5px);
 }
 .single-service.service__style--2:hover .icon {
   color: #ffffff;
 }
 .single-service.service__style--2.service-left-align {
   display: flex;
   padding: 50px 24px;
 }
 .single-service.service__style--2.service-left-align .icon {
   padding-right: 20px;
 }
 .single-service.service__style--2 a {
   padding: 60px 45px;
   z-index: 2;
   border-radius: 10px;
 }
 @media only screen and (max-width: 767px) {
   .single-service.service__style--2 a {
     padding: 60px 14px;
   }
 }
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
   .single-service.service__style--2 a {
     padding: 50px 11px;
   }
 }
 @media only screen and (min-width: 768px) and (max-width: 991px) {
   .single-service.service__style--2 a {
     padding: 60px 25px;
   }
 }
 .single-service.service__style--2 a::before {
   position: absolute;
   content: "";
   left: 0;
   top: 0;
   background-image: linear-gradient(to right, #f61b10, #ef0963);
   width: 100%;
   height: 100%;
   z-index: -1;
   opacity: 0;
   visibility: hidden;
   border-radius: 10px;
 }
 @media only screen and (max-width: 575px) {
   .single-service.service__style--2 a::before {
     opacity: 1;
     visibility: visible;
   }
 }
 .single-service.service__style--2.bg-color-gray, .single-service.service__style--2.bg-color-white {
   margin-top: 0;
 }
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
   .single-service.service__style--2.bg-color-gray, .single-service.service__style--2.bg-color-white {
     padding: 0;
   }
 }
 @media only screen and (min-width: 768px) and (max-width: 991px) {
   .single-service.service__style--2.bg-color-gray, .single-service.service__style--2.bg-color-white {
     padding: 0;
   }
 }
 @media only screen and (max-width: 767px) {
   .single-service.service__style--2.bg-color-gray, .single-service.service__style--2.bg-color-white {
     padding: 0;
   }
 }
 .single-service.service__style--2.bg-color-gray a, .single-service.service__style--2.bg-color-white a {
   display: flex;
   height: 100%;
   background: #f6f6f6;
   position: relative;
 }
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
   .single-service.service__style--2.bg-color-gray a, .single-service.service__style--2.bg-color-white a {
     padding: 33px 22px;
   }
 }
 @media only screen and (min-width: 768px) and (max-width: 991px) {
   .single-service.service__style--2.bg-color-gray a, .single-service.service__style--2.bg-color-white a {
     padding: 35px 14px;
   }
 }
 @media only screen and (max-width: 767px) {
   .single-service.service__style--2.bg-color-gray a, .single-service.service__style--2.bg-color-white a {
     padding: 35px 14px;
   }
 }
 .single-service.service__style--2.bg-color-white a {
   background: hsla(0deg, 0%, 100%, 0.3);
 }
 .single-service.service__style--2.bg-color-white .icon {
   color: #ffffff;
 }
 .single-service.service__style--2.bg-color-white .content h3.title {
   color: #ffffff;
 }
 .single-service.service__style--2.bg-color-white .content p {
   color: #ffffff;
 }
 .single-service.service__style--2:hover a {
   box-shadow: 0 10px 25px 10px rgba(0, 0, 0, 0.1);
 }
 .single-service.service__style--2:hover a::before {
   opacity: 1;
   visibility: visible;
 }
 .single-service.service__style--2:hover.bg-color-gray a, .single-service.service__style--2:hover.bg-color-white a {
   background: transparent;
 }
 .single-service.service__style--3 {
   padding: 40px 0;
   z-index: 2;
   margin-top: 50px;
 }
 @media only screen and (min-width: 1200px) and (max-width: 1599px) {
   .single-service.service__style--3 {
     margin-top: 20px;
   }
 }
 @media only screen and (max-width: 767px) {
   .single-service.service__style--3 {
     padding: 15px 0;
     margin-top: 0;
   }
 }
 @media only screen and (min-width: 768px) and (max-width: 991px) {
   .single-service.service__style--3 {
     padding: 20px 0;
   }
 }
 .single-service.service__style--3 .icon {
   font-size: 54px;
   font-weight: 400;
   display: inline-flex;
   color: #f9004d;
 }
 .single-service.service__style--3 .icon img {
   margin-bottom: 34px;
 }
 @media only screen and (max-width: 575px) {
   .single-service.service__style--3 .icon img {
     margin-bottom: 13px;
     height: 45px;
   }
 }
 .single-service.service__style--3 .content h3.title {
   margin-bottom: 20px;
   font-weight: 400;
   font-size: 24px;
 }
 @media only screen and (max-width: 767px) {
   .single-service.service__style--3 .content h3.title {
     font-size: 20px;
   }
 }
 @media only screen and (max-width: 575px) {
   .single-service.service__style--3 .content h3.title {
     color: #ffffff;
   }
 }
 .single-service.service__style--3 .content p {
   opacity: 0.75;
   font-weight: 300;
   color: #c6c9d8;
 }
 .single-service.service__style--3.text-white {
   z-index: 2;
 }
 .single-service.service__style--3.text-white .content h3.title {
   color: #c6c9d8;
 }
 .single-service.service__style--3.text-white .content p {
   color: #c6c9d8;
 }
 .single-service.service__style--4 {
   padding: 30px 38px;
   z-index: 2;
   border-radius: 10px;
   position: relative;
   cursor: pointer;
 }
 @media only screen and (min-width: 1200px) and (max-width: 1599px) {
   .single-service.service__style--4 {
     padding: 20px 20px;
   }
 }
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
   .single-service.service__style--4 {
     padding: 20px 20px;
   }
 }
 @media only screen and (min-width: 768px) and (max-width: 991px) {
   .single-service.service__style--4 {
     padding: 30px 25px;
   }
 }
 @media only screen and (max-width: 767px) {
   .single-service.service__style--4 {
     padding: 20px 20px;
   }
 }
 @media only screen and (max-width: 575px) {
   .single-service.service__style--4 {
     margin-top: 30px;
   }
 }
 .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::before {
   position: absolute;
   content: "";
   left: 0;
   top: 0;
   background-image: -webkit-gradient(linear, left top, right top, from(#f61b10), to(#ef0963));
   background-image: -webkit-linear-gradient(left, #f61b10, #ef0963);
   background-image: linear-gradient(90deg, #f61b10, #ef0963);
   width: 100%;
   height: 100%;
   z-index: -1;
   opacity: 0;
   visibility: hidden;
   border-radius: 10px;
 }
 @media only screen and (max-width: 575px) {
   .single-service.service__style--4::before {
     opacity: 1;
     visibility: visible;
   }
 }
 .single-service.service__style--4 a {
   display: block;
 }
 .single-service.service__style--4 .icon {
   display: inline-flex;
   font-size: 54px;
   font-weight: 400;
   margin-bottom: 23px;
   display: inline-flex;
   color: #f9004d;
 }
 @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 h3.title {
   margin-bottom: 19px;
   font-weight: 500;
 }
 @media only screen and (min-width: 1200px) and (max-width: 1599px) {
   .single-service.service__style--4 .content h3.title {
     margin-bottom: 12px;
     font-size: 20px;
   }
 }
 @media only screen and (max-width: 575px) {
   .single-service.service__style--4 .content h3.title {
     color: #fff;
   }
 }
 @media only screen and (max-width: 767px) {
   .single-service.service__style--4 .content h3.title {
     margin-bottom: 10px;
     font-size: 18px;
   }
 }
 .single-service.service__style--4 .content p {
   color: rgba(29, 29, 36, 0.75);
 }
 @media only screen and (max-width: 575px) {
   .single-service.service__style--4 .content p {
     color: #fff;
   }
 }
 .single-service.service__style--4:hover {
   box-shadow: 0 10px 25px 10px rgba(0, 0, 0, 0.1);
   -webkit-transform: translateY(-5px);
   transform: translateY(-5px);
 }
 .single-service.service__style--4:hover::before {
   opacity: 1;
   visibility: visible;
 }
 .single-service.service__style--4:hover .icon {
   color: #fff;
 }
 .single-service.service__style--4:hover .content h3.title {
   color: #fff;
 }
 .single-service.service__style--4:hover .content p {
   color: #fff;
 }
 
 /* ---------------------------
     Standard Service  
 -------------------------------*/
 .standard-service .thumbnai img {
   border-radius: 5px;
 }
 .standard-service .content h3 {
   font-size: 19px;
   margin-top: 30px;
   margin-bottom: 10px;
   font-weight: 600;
 }
 .standard-service .content h3 a {
   color: #1f1f25;
 }
 .standard-service .content h3 a:hover {
   color: #f9004d;
 }
 .standard-service .content p {
   font-size: 15px;
   line-height: 24px;
 }
 /*---------------------------
     Paralax Service Style  
 -----------------------------*/
 .rn-paralax-service .service__style--2 {
   z-index: 2;
   padding: 40px 40px;
   background: rgba(255, 255, 255, 0.3);
   margin-top: 40px;
   overflow: hidden;
   border: 2px solid transparent;
 }
 @media only screen and (max-width: 767px) {
   .rn-paralax-service .service__style--2 {
     padding: 30px 20px;
     background: transparent;
     margin-top: 30px;
   }
 }
 .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: rgba(255, 255, 255, 0.75);
 }
 .rn-paralax-service .service__style--2:hover {
   border: 2px solid #f9004d;
 }
 .rn-paralax-service .service__style--2:hover::before {
   border-radius: 0;
 }
 
 @media only screen and (min-width: 768px) and (max-width: 991px) {
   .service-one-wrapper {
     margin: 0 -40px;
   }
 }
 @media only screen and (max-width: 767px) {
   .service-one-wrapper {
     margin: 0 -40px;
   }
 }
 @media only screen and (max-width: 575px) {
   .service-one-wrapper {
     margin: 0 -15px;
   }
 }
 
 /*------------------
  * Section Title
 ----------------------*/
 /*====================
     Slider Area 
 ======================*/
 .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;
   }
 }
 
 .react-parallax img {
   object-fit: cover;
 }
 
 .personal-portfolio-slider {
   position: relative;
 }
 @media only screen and (max-width: 767px) {
   .personal-portfolio-slider::before {
     position: absolute;
     content: "";
     width: 100%;
     height: 100%;
     background: #ffffff;
     opacity: 0.7;
   }
 }
 @media only screen and (min-width: 768px) and (max-width: 991px) {
   .personal-portfolio-slider::before {
     position: absolute;
     content: "";
     width: 100%;
     height: 100%;
     background: #ffffff;
     opacity: 0.7;
   }
 }
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
   .personal-portfolio-slider::before {
     position: absolute;
     content: "";
     width: 100%;
     height: 100%;
     background: #ffffff;
     opacity: 0.7;
   }
 }
 
 @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 (max-width: 767px) {
   .slide.personal-portfolio-slider.slider-style-3 .inner h1.title, .slide.designer-portfolio.slider-style-3 .inner h1.title {
     font-size: 32px;
     line-height: 49px;
   }
 }
 @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 (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;
   }
 }
 .slide.designer-portfolio {
   height: 700px;
 }
 @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;
   }
 }
 @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%;
 }
 @media only screen and (max-width: 767px) {
   .slide.designer-portfolio.slider-style-3 .inner h2 {
     font-size: 35px;
     line-height: 27px;
   }
 }
 .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) {
   .header-style-two .header-right .header-btn {
     margin-left: 7px;
   }
 }
 
 @media only screen and (max-width: 767px) {
   .bg_image--16 {
     background-position: 71% center;
   }
 }
 
 /*------------------------
 Slider Styles  
 --------------------------*/
 .slide .inner {
   padding-top: 100px;
   position: relative;
   z-index: 1;
 }
 @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: 125px;
   font-weight: 900;
   text-transform: uppercase;
   font-family: "Montserrat", sans-serif;
   font-weight: 900;
   line-height: 130px;
 }
 @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: 40px;
     line-height: 50px;
     margin-bottom: 20px;
   }
 }
 .slide.slide-style-1 .inner {
   padding-top: 100px;
 }
 @media only screen and (max-width: 767px) {
   .slide.slide-style-1 .inner {
     padding-top: 70px;
   }
 }
 @media only screen and (max-width: 575px) {
   .slide.slide-style-1 .inner {
     padding-top: 30px;
   }
 }
 @media only screen and (min-width: 768px) and (max-width: 991px) {
   .slide.slide-style-1 .inner {
     padding-top: 50px;
   }
 }
 @media only screen and (min-width: 768px) and (max-width: 991px) {
   .slide.slide-style-1 .inner h1.title {
     font-size: 70px;
     line-height: 82px;
     margin-bottom: 26px;
   }
 }
 .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;
   }
 }
 @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.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: 650px;
 }
 @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 (max-width: 767px) {
   .slide.slide-style-2 .inner {
     padding-top: 0;
     text-align: center !important;
   }
 }
 @media only screen and (min-width: 768px) and (max-width: 991px) {
   .slide.slide-style-2 .inner {
     padding-top: 30px;
   }
 }
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
   .slide.slide-style-2 .inner {
     padding-top: 30px;
   }
 }
 .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 h1.title {
   color: #ffffff;
   font-size: 100px;
   font-weight: 900;
 }
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
   .slide.slide-style-2 .inner h1.title {
     font-size: 72px;
   }
 }
 @media only screen and (min-width: 768px) and (max-width: 991px) {
   .slide.slide-style-2 .inner h1.title {
     font-size: 60px;
     margin-bottom: 18px;
   }
 }
 @media only screen and (max-width: 767px) {
   .slide.slide-style-2 .inner h1.title {
     font-size: 36px;
     line-height: 45px;
   }
 }
 .slide.slide-style-2 .inner p.description {
   color: #c6c9d8;
   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: 25px;
   }
 }
 .slide.slide-style-2 .inner.text-start p {
   padding: 0 37% 0 0;
 }
 @media only screen and (max-width: 767px) {
   .slide.slide-style-2 .inner.text-start p {
     padding: 0;
   }
 }
 @media only screen and (min-width: 768px) and (max-width: 991px) {
   .slide.slide-style-2 .inner.text-start p {
     padding: 0 3% 0 0;
   }
 }
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
   .slide.slide-style-2 .inner.text-start p {
     padding: 0 20% 0 0;
   }
 }
 .slide.slide-style-2 .inner.text-end p {
   padding: 0 0 0 46%;
 }
 @media only screen and (min-width: 768px) and (max-width: 991px) {
   .slide.slide-style-2 .inner.text-end p {
     padding: 0 0 0 28%;
   }
 }
 @media only screen and (max-width: 767px) {
   .slide.slide-style-2 .inner.text-end p {
     padding: 0 0 0 0%;
   }
 }
 .slide.slider-style-3 .inner > span {
   color: #1f1f25;
   font-size: 15px;
   text-transform: uppercase;
   letter-spacing: 4px;
   display: block;
   margin-bottom: 20px;
 }
 @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: #f9004d;
 }
 .slide.slider-style-3.dark-slider .inner span {
   color: rgba(198, 201, 216, 0.75) !important;
 }
 .slide.slider-style-3.dark-slider .inner h1.title {
   color: #ffffff !important;
 }
 .slide.slider-style-3.dark-slider .inner h1.title span {
   color: #f9004d !important;
 }
 .slide.slider-style-3.dark-slider .inner h2 {
   color: #ffffff !important;
 }
 .slide.slider-style-3.dark-slider::after {
   display: none;
 }
 
 .slider-wrapper.color-white .inner p.description {
   color: #ffffff;
 }
 @media only screen and (max-width: 767px) {
   .slider-wrapper .service-wrapper {
     margin-bottom: -20px;
   }
 }
 
 .slider-digital-agency a.rn-button-style--2 {
   color: #fff;
   border-color: #fff;
 }
 
 .slick-slide.slick-current .slide.slide-style-2 .inner h1.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;
 }
 
 @-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;
 }
 
 /*=======================
     Slider Paralax 
 =========================*/
 .slider-paralax,
 .rn-paralax {
   height: 950px;
 }
 @media only screen and (max-width: 767px) {
   .slider-paralax,
 .rn-paralax {
     height: auto;
   }
 }
 @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: 768px) and (max-width: 991px) {
   .slider-paralax,
 .rn-paralax {
     height: auto;
   }
 }
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
   .slider-paralax,
 .rn-paralax {
     height: auto;
   }
 }
 
 @media only screen and (min-width: 1200px) and (max-width: 1599px) {
   .slide.slide-style-2.slider-paralax {
     height: auto;
     padding-top: 100px;
     padding-bottom: 100px;
   }
 }
 
 .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 Default 
 -----------------------*/
 .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: #f9004d;
   border-color: #f9004d;
 }
 .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: 50px;
 }
 @media only screen and (max-width: 767px) {
   .slider-activation button.slick-arrow.slick-prev {
     left: 10px;
   }
 }
 .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: 30px;
 }
 @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: 50px;
 }
 @media only screen and (max-width: 767px) {
   .slider-activation button.slick-arrow.slick-next {
     right: 10px;
   }
 }
 .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: 30px;
 }
 @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;
 }
 @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: 50px;
 }
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
   .slide .service {
     margin-top: 20px;
   }
 }
 @media only screen and (min-width: 1200px) and (max-width: 1599px) {
   .slide .service {
     margin-top: 0px;
   }
 }
 @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;
   }
 }
 @media only screen and (max-width: 575px) {
   .slide .service {
     margin-top: 0;
   }
 }
 
 .thumbnail img {
   border-radius: 5px;
   box-shadow: 0 25px 65px rgba(0, 0, 0, 0.1);
 }
 
 .box-model .service-wrapper {
   background-image: url(../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: #f81f01;
   z-index: -1;
   margin: auto;
   right: 0;
   border-radius: 20%;
   background-image: linear-gradient(145deg, #f81f01 0%, #ee076e 100%);
   filter: blur(30px);
 }
 
 .box-model .inner {
   text-align: center;
   margin-bottom: 60px;
 }
 
 /*========================
     Counterup Area 
 ==========================*/
 .counterup_style--1 {
   text-align: center;
   margin-top: 40px;
 }
 .counterup_style--1 h5.counter {
   font-size: 72px;
   line-height: 80px;
   display: inline-block;
   margin-bottom: 17px;
   position: relative;
   display: inline-block;
   color: #f9004d;
   margin-left: -13px;
 }
 @media only screen and (max-width: 767px) {
   .counterup_style--1 h5.counter {
     font-size: 45px;
     line-height: 56px;
     margin-bottom: 5px;
     margin-left: -11px;
   }
 }
 .counterup_style--1 h5.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;
   }
 }
 .counterup_style--1.text-start h5.counter {
   margin-left: 0;
 }
 .counterup_style--1.text-start p.description {
   padding: 0 7% 0 0;
 }
 .counterup_style--1.text-end h5.counter {
   margin-left: 0;
 }
 .counterup_style--1.text-end p.description {
   padding: 0 0 0 7%;
 }
 .counterup_style--1.text-white p.description {
   color: #c6c9d8;
 }
 
 .rn-paralax-counterup .counterup_style--1 {
   text-align: center;
 }
 .rn-paralax-counterup .counterup_style--1 h5.counter {
   color: #f9004d;
 }
 .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: #f9004d;
   display: inline-block;
   margin-bottom: 10px;
 }
 .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;
 }
 
 /* ---------------------------
 Testimonial Styles 
 ------------------------------*/
 /*-----------------------------
     Testminial Tab Content  
 --------------------------------*/
 .rn-testimonial-content {
   text-align: center;
 }
 .rn-testimonial-content .inner {
   padding-bottom: 62px;
 }
 @media only screen and (max-width: 767px) {
   .rn-testimonial-content .inner {
     padding-bottom: 20px;
   }
 }
 @media only screen and (min-width: 768px) and (max-width: 991px) {
   .rn-testimonial-content .inner {
     padding-bottom: 30px;
   }
 }
 .rn-testimonial-content .inner p {
   font-size: 36px;
   line-height: 58px;
   color: #18181b;
   font-weight: 500;
   padding: 0 9%;
   margin-bottom: 0;
   margin-top: -16px;
   position: relative;
   z-index: 2;
   text-align: center;
 }
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
   .rn-testimonial-content .inner p {
     font-size: 32px;
     line-height: 53px;
   }
 }
 @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: 17px !important;
     line-height: 30px !important;
     padding: 0;
     font-weight: 400;
   }
 }
 .rn-testimonial-content .inner p::before {
   position: absolute;
   width: 197px;
   height: 100%;
   left: 25%;
   top: -50px;
   background-image: url(../images/client/image-1.png);
   content: "";
   opacity: 1;
   background-repeat: no-repeat;
   z-index: -1;
 }
 @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 .inner p::after {
   position: absolute;
   width: 197px;
   height: 202px;
   right: 25%;
   bottom: -115px;
   background-image: url(../images/client/image-2.png);
   content: "";
   opacity: 1;
   background-repeat: no-repeat;
   z-index: -1;
 }
 @media only screen and (max-width: 767px) {
   .rn-testimonial-content .inner p::after {
     display: none;
   }
 }
 .rn-testimonial-content .author-info {
   margin-bottom: 50px;
 }
 @media only screen and (max-width: 767px) {
   .rn-testimonial-content .author-info {
     margin-bottom: 30px;
   }
 }
 @media only screen and (min-width: 768px) and (max-width: 991px) {
   .rn-testimonial-content .author-info {
     margin-bottom: 30px;
   }
 }
 .rn-testimonial-content .author-info h6 {
   font-size: 18px;
   line-height: 50px;
   color: #8c8c8c;
   font-weight: 300;
 }
 @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: #18181b;
   text-transform: uppercase;
 }
 
 .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 
 -------------------------------- */
 .rn-testimonial-area 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;
   position: relative;
 }
 @media only screen and (max-width: 575px) {
   .rn-testimonial-area ul.testimonial-thumb-wrapper {
     margin-bottom: -10px;
   }
 }
 .rn-testimonial-area ul.testimonial-thumb-wrapper > li {
   padding-left: 15px;
   padding-right: 15px;
   flex-basis: 20%;
   margin-bottom: 30px;
   outline: none;
   cursor: pointer;
 }
 @media only screen and (max-width: 767px) {
   .rn-testimonial-area ul.testimonial-thumb-wrapper > li {
     flex-basis: 20%;
     margin-bottom: 14px;
     padding-left: 7px;
     padding-right: 7px;
   }
 }
 @media only screen and (max-width: 575px) {
   .rn-testimonial-area ul.testimonial-thumb-wrapper > li {
     flex-basis: 25%;
     padding-left: 5px;
     padding-right: 5px;
     margin-bottom: 10px;
   }
 }
 .rn-testimonial-area ul.testimonial-thumb-wrapper > li .thumb {
   position: relative;
   display: inline-block;
   width: 100%;
 }
 .rn-testimonial-area ul.testimonial-thumb-wrapper > li .thumb img {
   transition: all 0.3s;
   border-radius: 6px;
   width: 100%;
 }
 .rn-testimonial-area ul.testimonial-thumb-wrapper > li > button {
   position: relative;
   display: block;
   padding: 0;
   border: 0 none;
 }
 .rn-testimonial-area ul.testimonial-thumb-wrapper > li > button::after {
   width: 13px;
   height: 13px;
   background: #f9004d;
   right: -8.5px;
   top: -8.5px;
   position: absolute;
   content: "";
   border-radius: 100%;
   transition: all 0.3s;
   opacity: 0;
   transform: scale(0);
 }
 .rn-testimonial-area ul.testimonial-thumb-wrapper > li > button.active::after {
   opacity: 1;
   transform: scale(1);
 }
 .rn-testimonial-area ul.testimonial-thumb-wrapper > li > button.active .thumb img {
   transform: scale(1.1);
   object-fit: contain;
   box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
 }
 .rn-testimonial-area ul.testimonial-thumb-wrapper > li > button:hover .thumb img {
   transform: scale(1.1);
   object-fit: contain;
   box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
 }
 
 /* Brand Area */
 ul.brand-style {
   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-style {
     border-left: 0 none;
     border-bottom: 0 none;
   }
 }
 ul.brand-style li {
   flex-basis: 33.33%;
   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);
   transition: 0.4s;
 }
 @media only screen and (max-width: 767px) {
   ul.brand-style li {
     border-top: 0 none;
     border-right: 0 none;
     height: auto;
     line-height: 10;
   }
 }
 ul.brand-style li img {
   opacity: 0.7;
   max-height: 110px;
   max-width: 150px;
   transition: 0.4s;
 }
 @media only screen and (max-width: 767px) {
   ul.brand-style li img {
     max-width: 80px;
     height: auto;
   }
 }
 ul.brand-style li:hover {
   background-color: #f9004d;
   transform: scale(1.1);
   border-radius: 6px;
 }
 ul.brand-style li:hover img {
   opacity: 1;
   filter: brightness(0) invert(1);
 }
 ul.brand-style.branstyle--2 li {
   flex-basis: 33.33%;
 }
 
 ul.brand-style-2 {
   list-style: none;
   margin: 0;
   padding: 0;
   display: flex;
   justify-content: center;
   align-items: center;
   flex-wrap: wrap;
 }
 @media only screen and (max-width: 575px) {
   ul.brand-style-2 {
     margin: 0 -15px;
   }
 }
 ul.brand-style-2 li {
   padding: 25px;
   flex-basis: 20%;
   text-align: center;
 }
 @media only screen and (max-width: 767px) {
   ul.brand-style-2 li {
     flex-basis: 33.33%;
     padding: 17px 10px;
   }
 }
 @media only screen and (max-width: 575px) {
   ul.brand-style-2 li {
     flex-basis: 33.33%;
     padding: 0 15px;
     margin-bottom: 16px;
   }
 }
 ul.brand-style-2 img {
   opacity: 0.7;
   transition: 0.3s;
   max-height: 110px;
   max-width: 150px;
   cursor: pointer;
 }
 @media only screen and (max-width: 767px) {
   ul.brand-style-2 img {
     max-height: 60px;
     max-width: 90px;
   }
 }
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
   ul.brand-style-2 img {
     max-width: 129px;
   }
 }
 @media only screen and (max-width: 575px) {
   ul.brand-style-2 img {
     max-height: initial;
     max-width: 100%;
   }
 }
 ul.brand-style-2 img:hover {
   transform: scale(1.1);
   opacity: 1;
 }
 
 .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;
 }
 .team .thumbnail {
   display: block;
   position: relative;
   z-index: 1;
 }
 .team .thumbnail img {
   width: 100%;
 }
 .team .thumbnail::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;
 }
 .team .content {
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
   padding: 35px 40px;
   z-index: 2;
 }
 .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: #c6c9d8;
   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);
 }
 .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;
 }
 .team ul.social-icon li a:hover svg {
   transform: scale(1.3);
 }
 .team.team-style--bottom ul.social-icon {
   top: auto;
   left: 40px;
   bottom: 105px;
 }
 .team.team-style--bottom .content h4.title {
   margin-bottom: 1px;
 }
 .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: 1;
   visibility: visible;
   transform: translateY(0);
 }
 .team:hover .thumbnail::after {
   opacity: 0.85;
   top: 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 {
   margin-top: 30px;
 }
 .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;
 }
 /*--------------------------
 Call To Action Wrapper 
 -----------------------------*/
 .call-to-action {
   background: linear-gradient(145deg, #f81f01 0%, #ee076e 100%);
   position: relative;
   z-index: 2;
 }
 .call-to-action::before {
   position: absolute;
   width: 100%;
   height: 100%;
   left: 0;
   top: 0;
   background-image: url(../images/pattern-1.png);
   content: "";
   z-index: -1;
   opacity: 0.5;
 }
 .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: 75px;
   font-weight: 900;
   font-family: "Montserrat", sans-serif;
   line-height: 90px;
 }
 @media only screen and (max-width: 767px) {
   .call-to-action .inner h2 {
     font-size: 47px;
     line-height: 70px;
   }
 }
 .call-to-action .inner a.rn-button-style--2 {
   margin-top: 30px;
   background: transparent;
 }
 .call-to-action .inner a.rn-button-style--2:hover {
   background: #ffffff;
   border-color: #ffffff;
   color: #f9004d;
 }
 
 /* Tab Style  */
 ul.nav.tab-style--1 {
   display: flex;
   margin: 0 -20px;
   flex-wrap: wrap;
   border: 0 none;
 }
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
   ul.nav.tab-style--1 {
     margin: 0 -10px;
   }
 }
 ul.nav.tab-style--1 li {
   position: relative;
   margin: 0 20px;
 }
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
   ul.nav.tab-style--1 li {
     margin: 0 10px;
     font-size: 17px;
   }
 }
 @media only screen and (max-width: 767px) {
   ul.nav.tab-style--1 li {
     margin-bottom: 10px;
   }
 }
 ul.nav.tab-style--1 li a {
   border: 0 none;
   border-top-left-radius: 0;
   border-top-right-radius: 0;
   padding: 0;
   background: transparent;
   position: relative;
   display: inline-block;
   padding-bottom: 4px;
   font-size: 18px;
   font-weight: 500;
   cursor: pointer;
   outline: none;
   color: #1d1d24;
 }
 ul.nav.tab-style--1 li a::before {
   position: absolute;
   content: "";
   width: 30px;
   background: rgba(0, 0, 0, 0.2);
   height: 2px;
   bottom: 0;
 }
 ul.nav.tab-style--1 li a.active {
   background: transparent;
   color: #f9004d;
 }
 ul.nav.tab-style--1 li a.active::before {
   width: 100%;
   background: currentColor;
 }
 
 /*------------------------
     Tab Content  
 -------------------------*/
 .single-tab-content {
   padding-top: 20px;
 }
 .single-tab-content p {
   font-weight: 300;
   color: #717173;
   font-size: 18px;
   line-height: 30px;
 }
 
 .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: #7e7e7e;
   font-size: 16px;
   line-height: inherit;
   margin-bottom: 15px;
   font-weight: 300;
 }
 .single-tab-content ul li a {
   font-weight: 500;
   display: block;
   color: #717173;
 }
 .single-tab-content ul li a span {
   font-weight: 300;
 }
 
 .accodion-style--1 .accordion__item {
   border: none !important;
   overflow: hidden;
 }
 .accodion-style--1 .accordion__item .accordion__heading {
   display: inline-block;
   position: relative;
   padding-bottom: 5px;
   margin-bottom: 5px;
 }
 .accodion-style--1 .accordion__item .accordion__heading .accordion__button {
   background: none;
   color: #1f1f25;
   font-size: 16px;
   font-weight: 500;
   position: relative;
   display: inline-block;
   padding: 0;
   margin: 0;
   border: none;
   box-shadow: none;
 }
 .accodion-style--1 .accordion__item .accordion__heading .accordion__button[aria-disabled=true]::after, .accodion-style--1 .accordion__item .accordion__heading .accordion__button[aria-expanded=true]::after {
   width: 100%;
   background: #f9004d;
 }
 .accodion-style--1 .accordion__item .accordion__heading .accordion__button::after {
   position: absolute;
   content: "";
   left: 0;
   bottom: 0;
   width: 50px;
   height: 2px;
   background: rgba(0, 0, 0, 0.2);
   transition: 0.3s;
 }
 .accodion-style--1 .accordion__item .accordion__heading .accordion__button::before {
   display: none;
   border: none !important;
 }
 .accodion-style--1 .accordion__item .accordion__heading .accordion__button:focus {
   outline: none;
 }
 .accodion-style--1 .accordion__item .accordion__panel {
   background: none;
   border: none;
   padding: 0 0 15px 0;
   margin: 0;
   font-weight: 300;
   color: #717173;
   animation: fadeInUp 0.1s;
 }
 .accodion-style--1 .accordion__item + .accordion__item {
   margin-top: 10px;
 }
 
 /*-------------------------------
     Accordiuon Style One  
 --------------------------------*/
 .rn-card .rn-card-header {
   display: inline-block;
   position: relative;
   padding-bottom: 5px;
   margin-bottom: 5px;
 }
 .rn-card .rn-card-header a.btn {
   background: none;
   color: #1f1f25;
   font-size: 16px;
   font-weight: 500;
   position: relative;
   display: inline-block;
   padding: 0;
   margin: 0;
   border: none;
   box-shadow: none;
   text-align: left;
 }
 .rn-card .rn-card-header a.btn[aria-disabled=true]::after, .rn-card .rn-card-header a.btn[aria-expanded=true]::after {
   width: 100%;
   background: #f9004d;
 }
 .rn-card .rn-card-header a.btn::after {
   position: absolute;
   content: "";
   left: 0;
   bottom: 0;
   width: 50px;
   height: 2px;
   background: rgba(0, 0, 0, 0.2);
   transition: 0.3s;
 }
 .rn-card .rn-card-body {
   font-size: 18px;
   line-height: 30px;
   background: none;
   border: none;
   padding: 0 0 15px;
   margin: 0;
   font-weight: 300;
 }
 .rn-card + .rn-card {
   margin-top: 10px;
 }
 
 .list-style--1 li {
   color: #7e7e7e;
   font-weight: 400;
   font-size: 16px;
   line-height: inherit;
   margin-bottom: 10px;
   display: flex;
   align-items: center;
 }
 .list-style--1 li i,
 .list-style--1 li svg {
   color: #f9004d;
   margin-right: 5px;
 }
 .list-style--1 li svg {
   height: 16px;
   width: 16px;
 }
 .list-style--1.text-white li {
   color: #ffffff;
 }
 
 /*----------------------
     List Style  
 -----------------------*/
 ul.list-style li {
   position: relative;
   padding-left: 16px;
   color: rgba(29, 29, 36, 0.75);
   font-size: 18px;
   line-height: 25px;
   display: flex;
   align-items: center;
 }
 @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: 46px;
   margin-bottom: 20px;
   outline: none;
   color: #1f1f25;
   font-size: 15px;
   letter-spacing: 0.1px;
 }
 .contact-form--1 input:focus,
 .contact-form--1 textarea:focus {
   border-color: #f9004d;
 }
 .contact-form--1 textarea {
   height: 120px;
   margin-bottom: 0;
 }

.contact-form--1 input.btn_solid{
  border: 2px solid #f9004d;
  background: #f9004d;
  color: #ffffff;
}
.contact-form--1 input.btn_solid:hover{
  background: transparent;
  color: #f9004d;
  box-shadow: 0 10px 15px 0 rgba(249, 0, 77, 0.1);
  transform: translateY(-5px);
}

.contact-form--1 input.wpcf7-not-valid, .contact-form--1 textarea.wpcf7-not-valid{
  border-color: #dc3232;
}

.wpcf7-form-control-wrap .wpcf7-not-valid-tip{
  margin-top: -20px;
  font-size: 14px;
  margin-left: 10px;
}
.wpcf7-form-control-wrap:nth-child(4) .wpcf7-not-valid-tip{
  margin-top: 0;
}
.wpcf7-spinner{
  display: none;
}

.rn-contact-area .section-title.text-start p{
  font-size: 24px;
}
 
 /*==========================
     Contact Address 
 ============================*/
 .rn-address {
   margin-top: 30px;
   border: 1px solid #ebebeb;
   padding: 40px;
   border-radius: 10px;
   padding-top: 54px;
   background: #fff;
   padding-bottom: 50px;
 }
 .rn-address .icon {
   border: 1px solid #ebebeb;
   width: 78px;
   height: 78px;
   color: #f9004d;
   line-height: 73px;
   text-align: center;
   border-radius: 100%;
   background: #ffffff;
   font-size: 28px;
   position: absolute;
   top: -13px;
   left: 47px;
 }
 .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: #f9004d;
 }
 .rn-address:hover .icon {
   background: #f9004d;
   border-color: #f9004d;
   color: #fff;
 }
 
 .blog-comment-form .inner .rnform-group input:focus,
 .blog-comment-form .inner .rnform-group textarea:focus {
   border-color: #f9004d;
 }
 
 .google-map-area {
   width: 100%;
   height: 400px;
 }
 
 p.form-messege-active.form-messege {
   margin-top: 30px;
 }
 
 p.form-messege-active.form-messege.error {
   color: #f10;
 }
 
 p.form-messege-active.form-messege.success {
   color: green;
 }
 
 /**
  * Button
  */
 /*-----------------------
 Video Popup 
 -------------------------*/
 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 #f9004d;
 }
 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.theme-color,
 a.video-popup.theme-color {
   background: #f9004d;
   border-color: #f9004d;
 }
 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: #000000;
   border-color: #000000;
 }
 button.video-popup.black-color::before,
 a.video-popup.black-color::before {
   border-left: 15px solid #ffffff;
 }
 button.video-popup.size-medium,
 a.video-popup.size-medium {
   width: 80px;
   height: 80px;
   margin-left: -40px;
   margin-top: -40px;
 }
 
 .rn-video-popup-area .thumbnail img {
   border-radius: 14px;
 }
 
 /*----------------------
     Social Styles  
 -----------------------*/
 /*----------------------
     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: #000;
   border-radius: 100%;
   text-align: center;
   font-size: 14px;
   transition: 0.3s;
 }
 ul.social-transparent li a:hover {
   color: #f9004d;
 }
 
 .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-charts {
   overflow: hidden;
 }
 .rn-progress-charts h6.heading {
   font-size: 15px;
   color: #1f1f25;
   margin-bottom: 10px;
   font-weight: 500;
 }
 .rn-progress-charts h6.heading span.percent-label {
   color: #222;
   font-weight: 500;
 }
 .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: #f81f01;
   background-image: linear-gradient(-224deg, #f81f01, #ee076e);
 }
 .rn-progress-charts .progress .progress-bar.custom-color--4 {
   color: rgb(229, 82, 154);
   background-color: rgb(231, 118, 84);
   background-image: linear-gradient(-224deg, rgb(231, 118, 84) 0px, rgb(229, 82, 154) 100%);
 }
 .rn-progress-charts .progress .progress-bar span.percent-label {
   position: absolute;
   color: #222;
   right: -7px;
   top: -35px;
   font-size: 14px;
   font-weight: 600;
 }
 .rn-progress-charts.custom-color--2 .progress-bar {
   background-color: #0d8abc;
   background-color: rgb(13, 138, 188);
   background-image: linear-gradient(-224deg, #0d8abc, #61fded);
 }
 .rn-progress-charts.custom-color--3 .progress-bar {
   color: rgb(238, 206, 144);
   background-color: rgb(212, 85, 41);
   background-image: linear-gradient(-224deg, rgb(212, 85, 41) 0px, rgb(238, 206, 144) 100%);
 }
 .rn-progress-charts.custom-color--4 .progress-bar {
   color: rgb(229, 82, 154);
   background-color: rgb(231, 118, 84);
   background-image: linear-gradient(-224deg, rgb(231, 118, 84) 0px, rgb(229, 82, 154) 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;
 }
 
 /*--------------------
 Gallery Styles  
 -----------------------*/
 /*-------------------
     Column Area  
 ---------------------*/
 .single-column h4.tilte {
   margin-bottom: 6px;
 }
 .single-column p {
   font-size: 16px;
   line-height: 28px;
 }
 .single-column.custom-color {
   background: #f9004d;
   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;
 }
 
 /*-------------------------------
     Pricing Area  
 --------------------------------*/
 .rn-pricing {
   border: 2px solid #f42958;
   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: #f81f01;
   background-image: linear-gradient(145deg, #f81f01 0%, #ee076e 100%);
   position: absolute;
   top: -2px;
   right: -2px;
   bottom: -2px;
   left: -2px;
 }
 .rn-pricing .pricing-table-inner {
   padding: 40px;
 }
 .rn-pricing .pricing-table-inner .pricing-header {
   margin-bottom: 30px;
   padding-bottom: 30px;
   text-align: center;
   border-bottom: 1px solid rgba(248, 31, 1, 0.1);
 }
 .rn-pricing .pricing-table-inner .pricing-header h4.title {
   margin-bottom: 30px;
 }
 .rn-pricing .pricing-table-inner .pricing-header .pricing span {
   display: block;
 }
 .rn-pricing .pricing-table-inner .pricing-header .pricing span.price {
   font-size: 100px;
   color: #f81f01;
   line-height: 1;
 }
 .rn-pricing .pricing-table-inner .pricing-header .pricing span.subtitle {
   font-size: 14px;
   color: #f9004d;
 }
 .rn-pricing .pricing-table-inner .pricing-body {
   text-align: center;
   margin-bottom: 48px;
 }
 .rn-pricing .pricing-table-inner .pricing-body ul.list-style--1 li i {
   margin-right: 10px;
 }
 .rn-pricing .pricing-table-inner .pricing-footer {
   text-align: center;
 }
 .rn-pricing .pricing-table-inner .pricing-footer a.rn-btn {
   line-height: 36px;
 }
 .rn-pricing:hover::before, .rn-pricing.active::before {
   -webkit-transform: scale(1);
   transform: scale(1);
   opacity: 1;
 }
 .rn-pricing:hover .pricing-table-inner .pricing-header, .rn-pricing.active .pricing-table-inner .pricing-header {
   border-bottom: 1px solid rgba(255, 255, 255, 0.2);
 }
 .rn-pricing:hover .pricing-table-inner .pricing-header h4.title, .rn-pricing.active .pricing-table-inner .pricing-header h4.title {
   color: #ffffff;
 }
 .rn-pricing:hover .pricing-table-inner .pricing-header .pricing span, .rn-pricing.active .pricing-table-inner .pricing-header .pricing span {
   display: block;
 }
 .rn-pricing:hover .pricing-table-inner .pricing-header .pricing span.price, .rn-pricing.active .pricing-table-inner .pricing-header .pricing span.price {
   color: #ffffff;
 }
 .rn-pricing:hover .pricing-table-inner .pricing-header .pricing span.subtitle, .rn-pricing.active .pricing-table-inner .pricing-header .pricing span.subtitle {
   color: #ffffff;
 }
 .rn-pricing:hover .pricing-table-inner .pricing-body ul.list-style--1 li, .rn-pricing.active .pricing-table-inner .pricing-body ul.list-style--1 li {
   color: #ffffff;
 }
 .rn-pricing:hover .pricing-table-inner .pricing-body ul.list-style--1 li i, .rn-pricing.active .pricing-table-inner .pricing-body ul.list-style--1 li i {
   color: #ffffff;
 }
 .rn-pricing:hover .pricing-table-inner .pricing-footer, .rn-pricing.active .pricing-table-inner .pricing-footer {
   text-align: center;
 }
 .rn-pricing:hover .pricing-table-inner .pricing-footer a.rn-btn, .rn-pricing.active .pricing-table-inner .pricing-footer a.rn-btn {
   background: #ffffff;
   color: #f9004d;
   border-color: #ffffff;
 }
 
 /*----------------------
     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;
 }
 
 /*--------------------------
     Switcher Styles  
 ---------------------------*/
 .my_switcher {
   position: fixed;
   left: 30px;
   transform: rotate(90deg);
   z-index: 99;
   bottom: 30px;
 }
 @media only screen and (min-width: 768px) and (max-width: 991px) {
   .my_switcher {
     left: 10px;
   }
 }
 @media only screen and (max-width: 767px) {
   .my_switcher {
     left: 4px;
   }
 }
 .my_switcher ul {
   margin: 0;
   padding: 0;
   list-style: none;
   display: flex;
   align-items: center;
   justify-content: center;
   background: #fff;
   padding: 0;
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
   width: 40px;
   height: 40px;
   border-radius: 100px;
   line-height: 40px;
 }
 .my_switcher ul li a {
   position: relative;
   font-size: 12px;
   line-height: 22px;
   font-weight: 500;
   text-decoration: none;
   transition: 0.4s;
   display: flex;
   flex-direction: row-reverse;
   align-items: center;
   justify-content: center;
   text-transform: uppercase;
   letter-spacing: 0.3px;
 }
 .my_switcher ul li a img {
   width: 15px;
 }
 .my_switcher ul li a span {
   transform: rotate(-180deg);
   display: none;
 }
 .my_switcher ul li a.active {
   display: none;
 }
 .my_switcher ul li a.light {
   color: #ffffff;
 }
 .my_switcher ul li a.dark {
   color: #18191A;
 }
 
 /**************************************
     Blog Styles
 ***************************************/
 /*===================
 Blog Styles 
 =====================*/
 .blog.blog-style--1 {
   position: relative;
   overflow: hidden;
   border-radius: 6px;
   margin-top: 40px;
 }
 @media only screen and (max-width: 767px) {
   .blog.blog-style--1 {
     margin-top: 30px;
   }
 }
 .blog.blog-style--1 .thumbnail a {
   display: block;
   position: relative;
   z-index: 1;
 }
 .blog.blog-style--1 .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) {
   .blog.blog-style--1 .thumbnail a::after {
     opacity: 0.85;
     top: 0;
   }
 }
 .blog.blog-style--1 .content {
   position: absolute;
   bottom: -92px;
   width: 100%;
   padding: 50px 35px;
   z-index: 3;
 }
 @media only screen and (max-width: 767px) {
   .blog.blog-style--1 .content {
     padding: 40px 23px;
   }
 }
 @media only screen and (max-width: 575px) {
   .blog.blog-style--1 .content {
     bottom: 0;
   }
 }
 @media only screen and (max-width: 575px) {
   .blog.blog-style--1 .content {
     padding: 30px 20px;
   }
 }
 .blog.blog-style--1 .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) {
   .blog.blog-style--1 .content::before {
     opacity: 0;
   }
 }
 .blog.blog-style--1 .content p.blogtype {
   font-size: 14px;
   margin-bottom: 5px;
   color: #c6c9d8;
 }
 .blog.blog-style--1 .content h4.title {
   margin-bottom: 0;
 }
 .blog.blog-style--1 .content h4.title a {
   color: #ffffff;
   font-size: 24px;
   font-weight: 500;
   line-height: 36px;
 }
 .blog.blog-style--1 .content .blog-btn {
   margin-top: 35px;
   transition: 0.7s;
   opacity: 0;
   visibility: hidden;
 }
 @media only screen and (max-width: 575px) {
   .blog.blog-style--1 .content .blog-btn {
     margin-top: 22px;
   }
 }
 @media only screen and (max-width: 575px) {
   .blog.blog-style--1 .content .blog-btn {
     opacity: 1;
     visibility: visible;
   }
 }
 .blog.blog-style--1:hover .content {
   bottom: 0;
 }
 .blog.blog-style--1:hover .content::before {
   opacity: 0;
 }
 .blog.blog-style--1:hover .thumbnail a img {
   transform: scale(1.1);
 }
 .blog.blog-style--1:hover .thumbnail a::before {
   opacity: 0;
 }
 .blog.blog-style--1:hover .thumbnail a::after {
   opacity: 0.85;
   top: 0;
 }
 .blog.blog-style--1:hover .content .blog-btn {
   opacity: 1;
   visibility: visible;
 }
 
 /*----------------------
 BLog Details Styles 
 ------------------------*/
 .blog-single-page-title {
   position: relative;
 }
 .blog-single-page-title h2 {
   font-weight: 700;
   line-height: 90px;
   font-size: 72px;
 }
 @media only screen and (min-width: 768px) and (max-width: 991px) {
   .blog-single-page-title h2 {
     line-height: 70px;
     font-size: 48px;
   }
 }
 @media only screen and (max-width: 767px) {
   .blog-single-page-title h2 {
     line-height: 48px;
     font-size: 36px;
   }
 }
 .blog-single-page-title ul.blog-meta {
   margin: 0 -15px;
   flex-wrap: wrap;
   position: absolute;
   width: 100%;
   bottom: -135px;
 }
 @media only screen and (max-width: 767px) {
   .blog-single-page-title ul.blog-meta {
     margin: 0 -10px;
     bottom: -105px;
   }
 }
 .blog-single-page-title ul.blog-meta li {
   font-size: 16px;
   color: #c6c9d8;
   margin: 0 15px;
   margin-bottom: 13px;
 }
 @media only screen and (max-width: 767px) {
   .blog-single-page-title ul.blog-meta li {
     font-size: 14px;
     margin: 0 10px;
     margin-bottom: 10px;
   }
 }
 .blog-single-page-title ul.blog-meta li svg {
   margin-right: 13px;
   font-size: 22px;
 }
 
 .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 10px;
   }
 }
 .rn-blog-details .inner-wrapper .inner p {
   font-size: 18px;
   line-height: 30px;
   color: rgba(29, 29, 36, 0.75);
   margin-bottom: 40px;
 }
 @media only screen and (max-width: 767px) {
   .rn-blog-details .inner-wrapper .inner p {
     margin-bottom: 20px;
   }
 }
 .rn-blog-details .inner-wrapper .inner .thumbnail {
   margin: 0 -110px;
 }
 @media only screen and (max-width: 767px) {
   .rn-blog-details .inner-wrapper .inner .thumbnail {
     margin: 0;
   }
 }
 @media only screen and (min-width: 768px) and (max-width: 991px) {
   .rn-blog-details .inner-wrapper .inner .thumbnail {
     margin: 0;
   }
 }
 .rn-blog-details .inner-wrapper .inner .thumbnail img {
   width: 100%;
 }
 .rn-blog-details .inner-wrapper .inner .rn-blog-quote {
   font-size: 24px;
   line-height: 40px;
   color: #1f1f25;
   font-weight: 400;
   text-align: center;
   padding: 0 9%;
   margin-top: 67px;
   margin-bottom: 67px;
   position: relative;
   z-index: 2;
 }
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
   .rn-blog-details .inner-wrapper .inner .rn-blog-quote {
     padding: 0 4%;
     margin-top: 40px;
     margin-bottom: 40px;
   }
 }
 @media only screen and (min-width: 768px) and (max-width: 991px) {
   .rn-blog-details .inner-wrapper .inner .rn-blog-quote {
     padding: 0 4%;
     margin-top: 40px;
     margin-bottom: 40px;
   }
 }
 @media only screen and (max-width: 767px) {
   .rn-blog-details .inner-wrapper .inner .rn-blog-quote {
     padding: 0 4%;
     margin-top: 40px;
     margin-bottom: 40px;
     font-size: 20px;
     line-height: 33px;
   }
 }
 @media only screen and (max-width: 575px) {
   .rn-blog-details .inner-wrapper .inner .rn-blog-quote {
     padding: 0;
     margin-top: 20px;
     margin-bottom: 20px;
     font-size: 16px;
     line-height: 29px;
   }
 }
 .rn-blog-details .inner-wrapper .inner .rn-blog-quote::before {
   position: absolute;
   width: 234px;
   height: 121%;
   left: 50%;
   top: 2px;
   background-image: url(/assets/images/client/image-1.png);
   content: "";
   opacity: 1;
   background-repeat: no-repeat;
   z-index: -1;
   transform: translateX(-50%);
 }
 .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: rgba(29, 29, 36, 0.75);
   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;
   }
 }
 
 /*------------------------
     BLog Contact Form  
 --------------------------*/
 .blog-comment-form .inner .rnform-group {
   margin-bottom: 20px;
 }
 .blog-comment-form .inner .rnform-group input {
   border: 2px solid #e9e9e9;
   border-radius: 4px;
   height: 50px;
   font-size: 16px;
 }
 .blog-comment-form .inner .rnform-group textarea {
   min-height: 193px;
   border: 2px solid #e9e9e9;
   border-radius: 4px;
   resize: none;
   padding: 15px;
   font-size: 16px;
 }
 
 /**************************************
     Template Styles
 ***************************************/
 /*====================
     About Area 
 ======================*/
 .rn-finding-us-area .inner {
   position: relative;
   padding-left: 240px;
   padding-top: 110px;
   padding-bottom: 110px;
 }
 @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: #272527;
   padding: 120px 100px;
   position: relative;
   z-index: 2;
   width: 800px;
   border-radius: 10px;
 }
 @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: #ffffff;
   font-weight: 300;
   margin-bottom: 41px;
   padding-right: 10%;
 }
 @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 .section-title h2.title {
   margin-bottom: 8px;
 }
 @media only screen and (max-width: 767px) {
   .about-inner .section-title h2.title {
     margin-bottom: 15px;
     font-size: 31px;
   }
 }
 .about-inner .section-title p.description {
   font-weight: 300;
   color: #717173;
   padding: 0;
 }
 .about-inner .section-title p.description a {
   color: rgb(29, 29, 36);
 }
 .about-inner .section-title p.description a:hover {
   color: #f9004d;
 }
 
 .about-wrapper .thumbnail {
   position: relative;
   z-index: 2;
 }
 .about-wrapper .thumbnail img {
   border-radius: 8px;
 }
 
 @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: 15px;
 }
 .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;
   color: rgba(29, 29, 36, 0.75);
 }
 
 /*-----------------------------
     Portfolio Details Styles 
 -------------------------------*/
 .portfolio-thumb-inner .thumb {
   position: relative;
 }
 .portfolio-details .inner {
   padding: 0 210px;
 }
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
   .portfolio-details .inner {
     padding: 0 100px;
   }
 }
 @media only screen and (min-width: 768px) and (max-width: 991px) {
   .portfolio-details .inner {
     padding: 0 50px;
   }
 }
 @media only screen and (max-width: 767px) {
   .portfolio-details .inner {
     padding: 0 30px;
   }
 }
 @media only screen and (max-width: 575px) {
   .portfolio-details .inner {
     padding: 0px;
   }
 }
 .portfolio-details .inner h2 {
   line-height: 27px;
   display: block;
   margin-bottom: 0;
   padding-bottom: 43px;
   border-bottom: 1px solid #e1e1e1;
 }
 @media only screen and (max-width: 767px) {
   .portfolio-details .inner h2 {
     line-height: 23px;
     padding-bottom: 27px;
     font-size: 32px;
   }
 }
 .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;
 }
 
 .related-work .thumb a img {
  height: 400px;
  width: auto;
 }
 .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: #f9004d;
 }
 .related-work .inner span.category {
   color: rgba(29, 29, 36, 0.75);
   font-size: 16px;
   font-weight: 500;
 }
 
 /*--------------------------
     Service Details Styles 
 -----------------------------*/
 .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;
   }
 }
 
 #particles-js {
   position: absolute;
   width: 100%;
   height: 100%;
 }
 
 /* ---- stats.js ---- */
 .count-particles {
   background: #000022;
   position: absolute;
   top: 48px;
   left: 0;
   width: 80px;
   color: #13E8E9;
   font-size: 0.8em;
   text-align: left;
   text-indent: 4px;
   line-height: 14px;
   padding-bottom: 2px;
   font-family: Helvetica, Arial, sans-serif;
   font-weight: bold;
 }
 
 .js-count-particles {
   font-size: 1.1em;
 }
 
 #stats,
 .count-particles {
   -webkit-user-select: none;
 }
 
 #stats {
   border-radius: 3px 3px 0 0;
   overflow: hidden;
 }
 
 .count-particles {
   border-radius: 0 0 3px 3px;
 }
 
 /*--------------------------
     Color Darker Version  
 ----------------------------*/
 .active-dark {
   background: #101010;
 }
 .active-dark [data-overlay="6"]:before,
 .active-dark [data-black-overlay="6"]:before,
 .active-dark [data-white-overlay="6"]:before {
   display: none;
 }
 .active-dark [data-overlay]:before,
 .active-dark [data-black-overlay]:before,
 .active-dark [data-white-overlay]:before {
   display: none;
 }
 .active-dark .service-white .service__style--1 .content h4.title {
   color: #ffffff;
 }
 .active-dark .header-area.header--sticky.sticky .header-wrapper .mainmenunav ul.mainmenu > li > a {
   color: #ffffff;
 }
 .active-dark .bg_image--3,
 .active-dark .bg_image--1,
 .active-dark .rn-testimonial-content .inner p::before,
 .active-dark .rn-testimonial-content .inner p::after,
 .active-dark .footer-right {
   background-image: inherit;
 }
 .active-dark .bg_color--1,
 .active-dark .brand-separation {
   background: #191919;
 }
 .active-dark .bg_color--5,
 .active-dark .footer-right {
   background: #101010;
 }
 .active-dark .header-area.header--sticky.sticky {
   background: #101010;
 }
 .active-dark ul.brand-style-2 img {
   filter: invert(1);
 }
 .active-dark h1,
 .active-dark h2,
 .active-dark h3,
 .active-dark h4,
 .active-dark h5,
 .active-dark h6,
 .active-dark .h1,
 .active-dark .h2,
 .active-dark .h3,
 .active-dark .h4,
 .active-dark .h5,
 .active-dark .h6 {
   color: #ffffff;
 }
 .active-dark a.btn-transparent {
   color: #ffffff;
 }
 .active-dark .header-area.header--sticky.sticky .humberger-menu span.text-white {
   color: #fff !important;
 }
 .active-dark .section-title p,
 .active-dark .about-us-list p,
 .active-dark .about-inner .section-title p.description,
 .active-dark .service.service__style--2 .content p,
 .active-dark .counterup_style--1 p.description,
 .active-dark .rn-testimonial-content .author-info h6,
 .active-dark .slide.slider-style-3 .inner > span,
 .active-dark .single-tab-content ul li a,
 .active-dark .single-tab-content ul li,
 .active-dark .single-service.service__style--2 .content p,
 .active-dark .single-service.service__style--4 .content p {
   color: rgba(198, 201, 216, 0.75);
 }
 .active-dark .service.service__style--2:hover .content h3.title,
 .active-dark .service.service__style--2:hover .content p,
 .active-dark .rn-testimonial-content .author-info h6 span,
 .active-dark .rn-testimonial-content .inner p,
 .active-dark .section-title p a,
 .active-dark .slide.slider-style-3 .inner h1.title,
 .active-dark .color-black .mainmenunav ul.mainmenu > li > a,
 .active-dark ul.social-share.social-style--2.color-black li a,
 .active-dark .header-area.color-black a.rn-btn,
 .active-dark ul.tab-style--1 li,
 .active-dark ul.nav.tab-style--1 li a,
 .active-dark .single-service.service__style--2:hover .content p,
 .active-dark .single-service.service__style--4:hover .content p {
   color: #ffffff;
 }
 .active-dark ul.tab-style--1 li a::before {
   background: rgba(198, 201, 216, 0.75);
 }
 .active-dark ul.tab-style--1 li.react-tabs__tab--selected,
 .active-dark ul.nav.tab-style--1 li a.active {
   color: #f9004d;
 }
 .active-dark ul.tab-style--1 li.react-tabs__tab--selected::before {
   background: currentColor;
 }
 .active-dark .portfolio-sacousel-inner .slick-dots li button::after,
 .active-dark .rn-slick-dot .slick-dots li button::after {
   background: #ffffff;
   box-shadow: inset 0 0 0 5px #ffffff;
 }
 .active-dark .creative-service-wrapper .row.creative-service .service.service__style--2,
 .active-dark .single-service.service__style--2.bg-color-gray a {
   background: #191919;
 }
 .active-dark .contact-form--1 input,
 .active-dark .contact-form--1 textarea,
 .active-dark .header-area.color-black a.rn-btn {
   border: 2px solid rgba(255, 255, 255, 0.2);
 }
 .active-dark .header-area.color-black a.rn-btn:hover {
   border-color: #f9004d;
 }
 .active-dark .header-area.header--fixed.sticky {
   background: #191919;
 }
 .active-dark .active-dark .header-area.header--sticky.sticky a.rn-btn {
   color: #ffffff;
   border-color: #ffffff;
 }
 .active-dark .active-dark .header-area.header--sticky.sticky a.rn-btn:hover {
   color: #ffffff;
   border-color: #f9004d;
 }
 .active-dark .bg_image--25 {
   background-color: #101010;
   background-image: url(../images/bg/bg-image-28.jpg);
   background-position: center center;
   background-repeat: no-repeat;
   background-size: cover;
 }
 .active-dark .backto-top > div {
   background-color: #000;
 }
 .active-dark .backto-top svg,
 .active-dark .about-inner .section-title p.description a {
   color: #fff;
 }
 .active-dark .contact-form--1 input,
 .active-dark .contact-form--1 textarea {
   color: rgba(198, 201, 216, 0.75);
 }
 .active-dark .personal-portfolio-slider::before {
   display: none;
 }
 .active-dark .header-area .header-wrapper .mainmenunav ul.mainmenu li.has-droupdown > a::after {
   border-color: #fff transparent transparent transparent;
 }
 .active-dark .header-area .header-wrapper .mainmenunav ul.mainmenu li.has-droupdown > a.open::after {
   border-color: transparent transparent #f9004d transparent;
 }
 .active-dark ul.nav.tab-style--1 li a::before {
   background: rgba(198, 201, 216, 0.75);
 }
 .active-dark ul.nav.tab-style--1 li a.active::before {
   background: currentColor;
 }
 .active-dark .header-area.header--sticky .mainmenunav ul.mainmenu > li > a.active,
 .active-dark .header-area.header--sticky .mainmenunav ul.mainmenu > li > a:hover {
   color: #f9004d !important;
 }
 .active-dark .header-area.header--sticky.sticky .header-wrapper a.rn-btn {
   border-color: #ffffff;
   color: #ffffff;
 }
 .active-dark .header-area.header--sticky.sticky .header-wrapper a.rn-btn:hover {
   border-color: #f9004d;
   color: #ffffff;
   background: #f9004d;
 }
 @media only screen and (min-width: 768px) and (max-width: 991px) {
   .active-dark .header-style-two .humberger-menu span.text-white {
     color: #c6c9d8 !important;
   }
   .active-dark .header-area .header-wrapper .mainmenunav ul.mainmenu {
     background: #101010;
   }
   .active-dark .header-area .header-wrapper.menu-open .close-menu span {
     color: #c6c9d8 !important;
   }
   .active-dark .header-area.header--fixed.sticky .humberger-menu span.text-white {
     color: #c6c9d8 !important;
   }
   .active-dark .header-area .header-wrapper .mainmenunav ul.mainmenu li a {
     color: rgba(198, 201, 216, 0.75) !important;
   }
 }
 @media only screen and (max-width: 767px) {
   .active-dark .header-style-two .humberger-menu span.text-white {
     color: #c6c9d8 !important;
   }
   .active-dark .header-area .header-wrapper .mainmenunav ul.mainmenu {
     background: #101010;
   }
   .active-dark .header-area .header-wrapper.menu-open .close-menu span {
     color: #c6c9d8 !important;
   }
   .active-dark .header-area.header--fixed.sticky .humberger-menu span.text-white {
     color: #c6c9d8 !important;
   }
   .active-dark .service.service__style--2 .content p {
     color: #ffffff;
   }
   .active-dark .header-area .header-wrapper .mainmenunav ul.mainmenu li a {
     color: rgba(198, 201, 216, 0.75) !important;
   }
 }
 .active-dark .about-wrapper .thumbnail img,
 .active-dark .thumbnail img {
   box-shadow: none;
 }
 @media only screen and (max-width: 767px) {
   .active-dark .single-service.service__style--2 .content p,
 .active-dark .single-service.service__style--4 .content p {
     color: #ffffff;
   }
 }
 
 /* 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/#000000+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="#00000000", 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 (min-width: 992px) and (max-width: 1199px) {
   .prv-banner-wrapper .inner .title {
     margin: 20px 0 20px 0;
   }
 }
 @media only screen and (max-width: 767px) {
   .prv-banner-wrapper .inner .title {
     margin: 20px 0 20px 0;
   }
 }
 @media only screen and (min-width: 768px) and (max-width: 991px) {
   .prv-banner-wrapper .inner .title {
     margin: 20px 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: 1200px) and (max-width: 1599px) {
   .home-demo-area .wrapper {
     padding: 0 50px !important;
   }
 }
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
   .home-demo-area .wrapper {
     padding: 0 50px !important;
   }
 }
 @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 30px;
   margin: 45px 0;
 }
 @media only screen and (min-width: 1200px) and (max-width: 1599px) {
   .single-demo {
     padding: 0px 15px;
     margin: 30px 0;
   }
 }
 @media only screen and (min-width: 768px) and (max-width: 991px) {
   .single-demo {
     padding: 0px 15px;
     margin: 30px 0;
   }
 }
 @media only screen and (max-width: 767px) {
   .single-demo {
     padding: 0px 15px;
     margin: 20px 0;
   }
 }
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
   .single-demo {
     padding: 0px 15px;
   }
 }
 .single-demo a {
   display: block;
   position: relative;
   z-index: 2;
 }
 .single-demo a img {
   box-shadow: 3px 4px 20px 0 rgba(0, 0, 0, 0.1);
   transition: 0.7s cubic-bezier(0.26, 0.76, 0.3, 0.75);
   width: 100% !important;
   border-radius: 6px;
 }
 .single-demo a .title {
   display: block;
   text-align: left;
   padding: 25px 0 10px 0;
   color: #1f1f25;
   font-size: 20px;
   font-weight: 500;
   transition: 0.3s ease-in-out;
   letter-spacing: 0.2px;
   margin: 0;
 }
 .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 img {
   -webkit-transform: translate3d(0, -10px, 0);
   transform: translate3d(0, -10px, 0);
   box-shadow: 0 50px 80px -10px rgba(0, 0, 0, 0.17);
 }
 .single-demo a .label-new {
   position: absolute;
   top: 5px;
   background: #f81f01;
   background: linear-gradient(145deg, #f81f01 0%, #ee076e 100%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f81f01", endColorstr="#ee076e",GradientType=1 );
   padding: 9px 14px;
   color: #fff;
   border-radius: 4px;
   font-size: 14px;
   line-height: 1;
   right: 5px;
   text-transform: uppercase;
   letter-spacing: 0.5px;
   font-weight: 500;
 }
 
 /*-------------------
 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: 1px;
 }
 
 /*-------------------
     Tab BUtton  
 ---------------------*/
 .tablist-inner {
   display: inline-block;
 }
 
 .pv-tab-button {
   display: flex;
   justify-content: center;
   list-style: none;
   background: rgba(255, 26, 80, 0.03);
   min-width: 570px;
   margin: 0 auto;
   border-radius: 6px;
   flex-wrap: wrap;
   padding: 0;
   padding: 0 36px;
   outline: none;
   width: auto;
 }
 @media only screen and (max-width: 767px) {
   .pv-tab-button {
     padding: 8px 15px;
     margin: 0 15px;
   }
 }
 @media only screen and (min-width: 768px) and (max-width: 991px) {
   .pv-tab-button {
     padding: 0 15px;
   }
 }
 @media only screen and (max-width: 767px) {
   .pv-tab-button {
     min-width: auto;
   }
 }
 .pv-tab-button .label {
   position: relative;
 }
 .pv-tab-button .label::after {
   position: absolute;
   top: 0;
 }
 .pv-tab-button li,
 .pv-tab-button button {
   padding: 0 14px;
   color: #101010;
   font-size: 16px;
   cursor: pointer;
   outline: none;
   border: 0 none;
 }
 @media only screen and (max-width: 575px) {
   .pv-tab-button li,
 .pv-tab-button button {
     padding: 0 11px;
   }
 }
 .pv-tab-button li span,
 .pv-tab-button button span {
   position: relative;
   display: block;
   padding: 20px 0;
   cursor: pointer;
 }
 @media only screen and (max-width: 575px) {
   .pv-tab-button li span,
 .pv-tab-button button span {
     padding: 11px 0;
   }
 }
 .pv-tab-button li span::after,
 .pv-tab-button button span::after {
   position: absolute;
   left: 0;
   background: #f9004d;
   bottom: 0;
   height: 3px;
   content: "";
   width: 0;
 }
 .pv-tab-button li.is-checked span,
 .pv-tab-button button.is-checked span {
   color: #f9004d;
 }
 .pv-tab-button li.is-checked span::after,
 .pv-tab-button button.is-checked span::after {
   width: 100%;
 }
 
 /*-----------------------
 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 !important;
 }
 @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;
   }
 }
 @media only screen and (max-width: 575px) {
   .prv-feature .content p.subtitle {
     color: #ffffff !important;
   }
 }
 .prv-feature .single-service.service__style--4:hover .content p {
   color: #ffffff !important;
 }
 
 .text-white-wrapper a.rn-button-style--2 {
   border: 2px solid #fff;
   color: #fff;
 }
 
 /**************************************
     Footer Styles
 ***************************************/
 /*--------------------------
     Dark Mode Styles  
 ----------------------------*/
 .active-dark-mode {
   background: #191919;
   color: rgba(198, 201, 216, 0.75);
 }
 .active-dark-mode .bg_image--1 {
   background-image: inherit;
 }
 .active-dark-mode .bg_color--1,
 .active-dark-mode .brand-separation {
   background: #191919;
 }
 .active-dark-mode h1,
 .active-dark-mode h2,
 .active-dark-mode h3,
 .active-dark-mode h4,
 .active-dark-mode h5,
 .active-dark-mode h6,
 .active-dark-mode .h1,
 .active-dark-mode .h2,
 .active-dark-mode .h3,
 .active-dark-mode .h4,
 .active-dark-mode .h5,
 .active-dark-mode .h6 {
   color: #ffffff;
 }
 .active-dark-mode p {
   color: rgba(198, 201, 216, 0.75);
 }
 
 .active-dark-mode .item-portfolio-static .inner p {
   color: rgba(198, 201, 216, 0.75);
 }
 
 .active-dark-mode .item-portfolio-static .inner h4 {
   color: #fff;
 }
 
 .active-dark-mode .single-service.service__style--1 .content p,
 .active-dark-mode .service-details-inner .sercice-details-content .details p,
 .active-dark-mode ul.liststyle.bullet li {
   color: rgba(198, 201, 216, 0.75);
 }
 
 .active-dark-mode ul.liststyle.bullet li::before {
   background: rgba(198, 201, 216, 0.75);
 }
 
 .active-dark-mode .bg_image--3,
 .active-dark-mode .bg_image--1,
 .active-dark-mode .footer-right {
   background-image: inherit;
   background-color: #101010;
 }
 
 .active-dark-mode .section-title p,
 .active-dark-mode .about-us-list p,
 .active-dark-mode .about-inner .section-title p.description,
 .active-dark-mode .service.service__style--2 .content p,
 .active-dark-mode .counterup_style--1 p.description,
 .active-dark-mode .rn-testimonial-content .author-info h6,
 .active-dark-mode .slide.slider-style-3 .inner > span,
 .active-dark-mode .single-tab-content ul li a,
 .active-dark-mode .single-tab-content ul li,
 .active-dark-mode .single-service.service__style--2 .content p,
 .active-dark-mode .single-service.service__style--4 .content p {
   color: rgba(198, 201, 216, 0.75);
 }
 
 .active-dark-mode [data-black-overlay]:before {
   background-color: #101010;
 }
 
 .active-dark-mode .thumbnail img {
   box-shadow: none;
 }
 
 .active-dark-mode a.btn-transparent {
   color: #ffffff;
 }
 
 .active-dark-mode .service.service__style--2:hover .content h3.title,
 .active-dark-mode .service.service__style--2:hover .content p,
 .active-dark-mode .rn-testimonial-content .author-info h6 span,
 .active-dark-mode .rn-testimonial-content .inner p,
 .active-dark-mode .section-title p a,
 .active-dark-mode .slide.slider-style-3 .inner h1.title,
 .active-dark-mode .color-black .mainmenunav ul.mainmenu > li > a,
 .active-dark-mode ul.social-share.social-style--2.color-black li a,
 .active-dark-mode .header-area.color-black a.rn-btn,
 .active-dark-mode ul.tab-style--1 li,
 .active-dark-mode ul.nav.tab-style--1 li a,
 .active-dark-mode .single-service.service__style--2:hover .content p,
 .active-dark-mode .single-service.service__style--4:hover .content p {
   color: #ffffff;
 }
 
 .active-dark-mode .portfolio-sacousel-inner .slick-dots li button::after,
 .active-dark-mode .rn-slick-dot .slick-dots li button::after {
   box-shadow: inset 0 0 0 5px #fff;
 }
 
 .active-dark-mode .portfolio-sacousel-inner .slick-dots li,
 .active-dark-mode .rn-slick-dot .slick-dots li {
   opacity: 0.8;
 }
 
 .active-dark-mode .portfolio-sacousel-inner .slick-dots li.slick-active button::after,
 .active-dark-mode .rn-slick-dot .slick-dots li.slick-active button::after {
   box-shadow: inset 0 0 0 1px #f9004d;
   background-color: transparent;
   background-color: transparent !important;
 }
 
 .active-dark-mode .bg_color--5,
 .active-dark-mode .footer-right {
   background: #101010;
 }
 
 .active-dark-mode .rn-testimonial-content .inner p::before,
 .active-dark-mode .rn-testimonial-content .inner p::after {
   display: none;
 }
 
 .active-dark-mode ul.brand-style-2 img {
   -webkit-filter: invert(1);
   filter: invert(1);
 }
 
 .active-dark-mode .single-service.service__style--2.bg-color-gray a,
 .active-dark-mode .single-service.service__style--2.bg-color-white a {
   background: #101010;
 }
 
 .active-dark-mode #scrollUp {
   background-color: #191919;
 }
 
 .active-dark-mode .header-area.header--sticky.sticky {
   background: #000;
 }
 
 .active-dark-mode .header-area.header--sticky.sticky .header-wrapper .mainmenunav ul.mainmenu > li > a {
   color: rgba(198, 201, 216, 0.75);
 }
 
 .active-dark-mode .header-area.header--sticky.sticky .header-wrapper a.rn-btn {
   color: rgba(198, 201, 216, 0.75);
   border-color: rgba(198, 201, 216, 0.75);
 }
 
 .active-dark-mode .header-area.header--sticky.sticky .header-wrapper a.rn-btn:hover {
   border-color: #f9004d;
   color: #fff;
 }
 
 .active-dark-mode .contact-form--1 input,
 .active-dark-mode .contact-form--1 textarea {
   border: 2px solid rgba(198, 201, 216, 0.75);
   color: rgba(198, 201, 216, 0.75);
 }
 
 .active-dark-mode .header-area.color-black a.rn-btn {
   border-color: rgba(198, 201, 216, 0.75);
 }
 
 .active-dark-mode .header-area.color-black a.rn-btn:hover {
   color: #ffffff;
 }
 
 .active-dark-mode .contact-form--1 input::-webkit-input-placeholder {
   /* Chrome/Opera/Safari */
   color: rgba(198, 201, 216, 0.75);
 }
 
 .active-dark-mode .contact-form--1 input::-moz-placeholder {
   /* Firefox 19+ */
   color: rgba(198, 201, 216, 0.75);
 }
 
 .active-dark-mode .contact-form--1 input:-ms-input-placeholder {
   /* IE 10+ */
   color: rgba(198, 201, 216, 0.75);
 }
 
 .active-dark-mode .contact-form--1 input:-moz-placeholder {
   /* Firefox 18- */
   color: rgba(198, 201, 216, 0.75);
 }
 
 .active-dark-mode .contact-form--1 textarea::-webkit-input-placeholder {
   /* Chrome/Opera/Safari */
   color: rgba(198, 201, 216, 0.75);
 }
 
 .active-dark-mode .contact-form--1 textarea::-moz-placeholder {
   /* Firefox 19+ */
   color: rgba(198, 201, 216, 0.75);
 }
 
 .active-dark-mode .contact-form--1 textarea:-ms-input-placeholder {
   /* IE 10+ */
   color: rgba(198, 201, 216, 0.75);
 }
 
 .active-dark-mode .contact-form--1 textarea:-moz-placeholder {
   /* Firefox 18- */
   color: rgba(198, 201, 216, 0.75);
 }
 
 .active-dark-mode .standard-service .content h3 a {
   color: #ffffff;
 }
 
 .active-dark-mode .rn-card .rn-card-header a.btn {
   color: #ffffff;
 }
 
 .active-dark-mode .rn-card .rn-card-header a.btn::after {
   background: #ffffff;
 }
 
 .active-dark-mode .rn-card .rn-card-header a.btn[aria-disabled=true]::after,
 .active-dark-mode .rn-card .rn-card-header a.btn[aria-expanded=true]::after {
   background: #f9004d !important;
   color: #f9004d;
 }
 
 .active-dark-mode ul.social-transparent li a {
   color: #ffffff;
 }
 
 .active-dark-mode ul.social-transparent li a:hover {
   color: #f9004d;
 }
 
 .active-dark-mode ul.brand-style li img {
   filter: invert(1);
 }
 
 .active-dark-mode ul.brand-style li:hover {
   filter: invert(0);
 }
 
 .active-dark-mode .my_switcher ul {
   background: #191919;
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
 }
 
 .active-dark-mode ul.brand-style li {
   border-top-color: #4E4E4E;
   border-right-color: #4E4E4E;
 }
 
 .active-dark-mode ul.brand-style {
   border-left-color: #4E4E4E;
   border-bottom-color: #4E4E4E;
 }
 
 .active-dark-mode .rn-pricing {
   border-color: #4E4E4E;
 }
 
 .active-dark-mode .creative-service-wrapper .row.creative-service .service.service__style--2,
 .active-dark-mode .single-service.service__style--2.bg-color-gray a {
   background: #191919;
 }
 
 .active-dark-mode .single-service.service__style--2.bg-color-gray a,
 .active-dark-mode .single-service.service__style--2.bg-color-white a {
   background: #000000;
 }
 
 .active-dark-mode .contact-form--1 input,
 .active-dark-mode .contact-form--1 textarea,
 .active-dark-mode .header-area.color-black a.rn-btn {
   border: 2px solid rgba(255, 255, 255, 0.2);
 }
 
 .active-dark-mode .contact-form--1 input,
 .active-dark-mode .contact-form--1 textarea {
   color: rgba(198, 201, 216, 0.75);
 }
 
 .active-dark-mode ul.nav.tab-style--1 li a::before {
   background: rgba(255, 255, 255, 0.2);
 }
 
 .active-dark-mode .pv-tab-button {
   background: rgba(255, 255, 255, 0.2);
 }
 
 .active-dark-mode .blog-comment-form .inner .rnform-group input,
 .active-dark-mode .blog-comment-form .inner .rnform-group textarea {
   border-color: rgba(255, 255, 255, 0.2);
   color: #ffffff;
 }
 
 .active-dark-mode .pv-tab-button li,
 .active-dark-mode .pv-tab-button button {
   color: #ffffff;
 }
 
 .active-dark-mode .item-portfolio-static:hover .thumbnail img {
   box-shadow: none;
 }
 
 .active-dark-mode .personal-portfolio-slider::after {
   position: absolute;
   content: "";
   background: #000;
   top: 0;
   left: 0;
   height: 100%;
   width: 100%;
   opacity: 0.5;
   z-index: -1;
 }
 
 .active-dark-mode .personal-portfolio-slider {
   z-index: 2;
 }
 
 .active-dark-mode .rn-pagination ul.page-list li a {
   border-color: rgba(255, 255, 255, 0.2);
   background: #101010;
   color: #fff;
 }
 
 .active-dark-mode .rn-blog-details .inner-wrapper .inner p {
   color: rgba(198, 201, 216, 0.75);
 }
 
 .active-dark-mode .rn-blog-details .inner-wrapper .inner .rn-blog-quote::before {
   display: none;
 }
 
 .active-dark-mode .rn-blog-details .inner-wrapper .inner .rn-blog-quote {
   color: #ffffff;
 }
 
 .active-dark-mode ul.list-style li {
   color: rgba(198, 201, 216, 0.75);
 }
 
 .active-dark-mode .portfolio-details .inner p.subtitle {
   color: #ffffff;
 }
 
 .active-dark-mode .portfolio-details .inner p {
   color: rgba(198, 201, 216, 0.75);
 }
 
 .active-dark-mode .related-work .inner h4 a {
   color: #ffffff;
 }
 
 .active-dark-mode .related-work .inner span.category {
   color: rgba(198, 201, 216, 0.75);
 }
 
 .active-dark-mode .line-separator {
   border-bottom: 1px solid rgba(255, 255, 255, 0.2);
 }
 
 .active-dark-mode .rn-progress-charts h6.heading {
   color: #ffffff;
 }
 
 .active-dark-mode .rn-progress-charts .progress .progress-bar span.percent-label {
   color: rgba(198, 201, 216, 0.75);
 }
 
 .active-dark-mode .rn-progress-charts .progress {
   background-color: #000;
 }
 
 .active-dark-mode .rn-address {
   background-color: #101010;
   border-color: rgba(255, 255, 255, 0.2);
 }
 
 .active-dark-mode .rn-address .inner p a,
 .active-dark-mode .rn-address .inner p {
   color: rgba(198, 201, 216, 0.75);
 }
 
 .active-dark-mode .rn-address .icon {
   background-color: #191919;
   border-color: #191919;
 }
 
 .active-dark-mode button.rn-button-style--2.btn_border.btn_border--dark,
 .active-dark-mode a.rn-button-style--2.btn_border.btn_border--dark {
   border: 2px solid rgba(255, 255, 255, 0.2);
   color: rgba(255, 255, 255, 0.2);
 }
 
 .active-dark-mode button.rn-button-style--2.btn_border.btn_border--dark:hover,
 .active-dark-mode a.rn-button-style--2.btn_border.btn_border--dark:hover {
   border-color: #f9004d;
   color: #ffffff;
   background-color: #f9004d;
 }
 
 .active-dark-mode .mainmenunav ul.mainmenu > li > ul.submenu {
   background-color: #191919;
 }
 
 .active-dark-mode .mainmenunav ul.mainmenu > li > ul.submenu li a {
   color: #c6c9d8;
 }
 
 .active-dark-mode .color-black .humberger-menu span.text-white {
   color: #c6c9d8 !important;
 }
 
 .active-dark-mode .portfolio-details .inner .portfolio-view-list .port-view span {
   color: #c6c9d8;
 }
 
 .active-dark-mode .slide.designer-portfolio.slider-style-3 .designer-thumbnail img {
   border: 14px solid #191919;
   box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 0 20px 40px rgba(0, 0, 0, 0.15);
 }
 
 .active-dark-mode header.header-light-mode.header--sticky.sticky ul.social-share.social-style--2 li a {
   color: rgba(198, 201, 216, 0.75);
 }
 
 .active-dark-mode .header-area.header--sticky.sticky .header-wrapper .mainmenunav ul.mainmenu > li > a.active,
 .active-dark-mode .header-area.header--sticky.sticky .header-wrapper .mainmenunav ul.mainmenu > li > a:hover {
   color: #f9004d;
 }
 
 .active-dark-mode .mainmenunav ul.mainmenu > li > ul.submenu li:hover a {
   background: #101010;
 }
 
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
   .active-dark-mode .personal-portfolio-slider::before {
     background: #191919;
     opacity: 0.7;
   }
 }
 @media only screen and (min-width: 768px) and (max-width: 991px) {
   .active-dark-mode .header-area .header-wrapper .mainmenunav ul.mainmenu {
     background-color: #191919;
   }
 
   .active-dark-mode .header-area .header-wrapper .mainmenunav ul.mainmenu li a {
     color: #c6c9d8;
   }
 
   .active-dark-mode .header-area .header-wrapper .mainmenunav ul.mainmenu li.has-droupdown > a::after {
     border-color: #c6c9d8 transparent transparent transparent;
   }
 
   .active-dark-mode .header-area .header-wrapper .mainmenunav ul.mainmenu li.has-droupdown > a.open::after {
     border-color: transparent transparent #f9004d transparent;
   }
 
   .active-dark-mode .header-area .header-wrapper.menu-open .close-menu span {
     color: #c6c9d8;
   }
 
   .active-dark-mode .personal-portfolio-slider::before {
     background: #191919;
     opacity: 0.7;
   }
 
   .active-dark-mode .header-style-two .humberger-menu span.text-white {
     color: #c6c9d8 !important;
   }
 
   .active-dark-mode .header-area.header--sticky.sticky .humberger-menu span.text-white {
     color: #c6c9d8 !important;
   }
 }
 @media only screen and (max-width: 767px) {
   .active-dark-mode .personal-portfolio-slider::before {
     background: #191919;
     opacity: 0.7;
   }
 
   .active-dark-mode .header-style-two .humberger-menu span.text-white {
     color: #c6c9d8 !important;
   }
 
   .active-dark-mode .header-area.header--sticky.sticky .humberger-menu span.text-white {
     color: #c6c9d8 !important;
   }
 
   .active-dark-mode .header-area .header-wrapper .mainmenunav ul.mainmenu {
     background: #191919;
   }
 
   .active-dark-mode .header-area .header-wrapper .mainmenunav ul.mainmenu li a {
     color: #c6c9d8;
   }
 
   .active-dark-mode .header-area .header-wrapper.menu-open .close-menu span {
     color: #c6c9d8;
   }
 
   .active-dark-mode .header-area .header-wrapper .mainmenunav ul.mainmenu li.has-droupdown > a::after {
     border-color: #c6c9d8 transparent transparent transparent;
   }
 
   .active-dark-mode .header-area .header-wrapper .mainmenunav ul.mainmenu li.has-droupdown > a.open::after {
     border-color: transparent transparent #f9004d transparent;
   }
 }
 /*# sourceMappingURL=../maps/style.css.map */

  .wpcf7-list-item{
    margin-left: 0;
    margin-top: -20px;
  }
  .wpcf7-list-item label{
  display: flex;
  }
  .wpcf7-list-item label input{
    border: 1px solid #ccc;
    background-color: #fff;
    width: 14px;
    height: 14px;
    margin: 0 10px 0 3px;
    display: inline-block;
  }
  .wpcf7-list-item label span{
    font-size: 0.85rem;
    line-height: 1.5;
    font-weight: 300;
    margin-top: -3px;
  }
  .wpcf7-list-item label span .wpforms-required-label{
    color: #ff0000;
    font-weight: 400;
  }
  .wpcf7-acceptance{
    display: block;
    margin-top: -20px;
  }
  .wpforms-disclaimer-description{
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 5px 5px 0;
    margin: 8px 0 20px;
    height: 125px;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .wpforms-disclaimer-description p{
    font-size: 10px !important;
    line-height: 1.3 !important;
    letter-spacing: 0.05em !important;
    text-align: justify;
    color: #444;
  }

  .grecaptcha-badge{
    display: none;
  }

  .single-portfolio .title.theme-gradient{
    background: rgb(233 232 232);
    -webkit-background-clip: text;
  }