@charset "UTF-8";

/* ----------------------------------

Name: style.css
Version: 3.2

-------------------------------------

Table of contents
        
    01. Google font
    02. Reset
    03. Typography
    04. Background color
    05. Custom
    06. Button
    07. Border
    08. Aside style
    09. Video
    10. Background image
    11. Margin
    12. Padding
    13. Display and float
    14. Position
    15. Width
    16. Height
    17. Icon
    18. Magnific popup
    19. Header
    20. Page title
    21. Swiper carousel
    22. Grid
    23. Portfolio
    24. Elements
    25. Blog
    26. Footer
    27. Home page
    28. Others
*/

/* ===================================
    01. Font
====================================== */

@font-face {
    font-family: 'Dico Typewriter';
    src: url('../fonts/DicoTypewriter.eot');
    src: url('../fonts/DicoTypewriter.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DicoTypewriter.woff2') format('woff2'),
        url('../fonts/DicoTypewriter.woff') format('woff'),
        url('../fonts/DicoTypewriter.ttf') format('truetype'),
        url('../fonts/DicoTypewriter.svg#DicoTypewriter') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
  font-family: 'snell-roundhand';
  src: url('../fonts/snell-roundhand.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'snell-roundhand';
  src: url('../fonts/snell-roundhand-bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'snell-roundhand';
  src: url('../fonts/snell-roundhand-black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}




/* latin */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/fira-sans-300.woff2') format('woff2');
}




    @font-face {
    font-family: 'Futura PT Book';
    font-style: normal;
    font-weight: normal;
    src: local('Futura PT Book'), url('../fonts/FuturaCyrillicBook.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Futura PT Light';
    font-style: normal;
    font-weight: normal;
    src: local('Futura PT Light'), url('../fonts/FuturaCyrillicLight.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Futura PT Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Futura PT Medium'), url('../fonts/FuturaCyrillicMedium.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Futura PT Demi';
    font-style: normal;
    font-weight: normal;
    src: local('Futura PT Demi'), url('../fonts/FuturaCyrillicDemi.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Futura PT Heavy';
    font-style: normal;
    font-weight: normal;
    src: local('Futura PT Heavy'), url('../fonts/FuturaCyrillicHeavy.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Futura PT Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Futura PT Bold'), url('../fonts/FuturaCyrillicBold.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Futura PT Extra Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Futura PT Extra Bold'), url('../fonts/FuturaCyrillicExtraBold.woff') format('woff');
    }
       
    
   /* FONT */
@font-face {
 font-family: Nice Serif;
src: url(../fonts/nice-serif.otf);
  }

/* ===================================
    02. Reset
====================================== */
html {font-size: 16px;}
body {font-family: 'Dico Typewriter', sans-serif; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; font-size:16px; color:#6f6f6f; font-weight: 300;line-height: 1.575;}
body, html {height: 100%; -moz-osx-font-smoothing: grayscale;}
a, a:active, a:focus {color: #6f6f6f; text-decoration: none;}
a:hover, a:active{color: var(--base-color); text-decoration: none;}
a:focus, a:active, button:focus, button:active,.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {outline: none; box-shadow: none;}
img {max-width:100%; height:auto;}
video {background-size: cover; display: table-cell; vertical-align: middle; width: 100%;}
input, textarea, select{border: 1px solid #d1d1d1; font-size: 14px;  padding: 8px 15px; width: 100%; margin: 0 0 20px 0; max-width: 100%; resize: none; color: inherit;}
input[type=submit] {width: auto}
input[type=button], input[type=text], input[type=email], input[type=search], input[type=password], textarea, input[type=submit] {-webkit-appearance: none; outline: none;}
input:focus, textarea:focus{border-color: #585858 !important; outline: none;}
input[type=button]:focus, input:focus, textarea:focus, select:focus, .form-control:focus, .btn.focus, .btn:focus{outline: none; box-shadow: none;}
select::-ms-expand{display:none;}
iframe {border: 0;}
p {margin: 0 0 25px}
b, strong {font-weight: 600;}
.last-paragraph-no-margin p:last-of-type {margin-bottom:0}
.alt-font strong {font-weight: 700}
ul, ol, dl {list-style-position: outside; margin-bottom: 25px}
*{transition-timing-function: ease-in-out; -ms-transition-timing-function: ease-in-out; -moz-transition-timing-function: ease-in-out; -webkit-transition-timing-function: ease-in-out; -o-transition-timing-function: ease-in-out; transition-duration: .2s; -ms-transition-duration: .2s; -moz-transition-duration: .2s; -webkit-transition-duration: .2s; -o-transition-duration: .2s;}
*:hover{transition-timing-function: ease-in-out; -ms-transition-timing-function: ease-in-out; -moz-transition-timing-function: ease-in-out; -webkit-transition-timing-function: ease-in-out; -o-transition-timing-function: ease-in-out; transition-duration: .2s; -ms-transition-duration: .2s; -moz-transition-duration: .2s; -webkit-transition-duration: .2s; -o-transition-duration: .2s;}
.no-transition *, .swiper-container *, .swiper *, .mfp-container *, .portfolio-wrapper *, .parallax, .rev-slider *, .header-searchbar *, .header-social-icon *, .dropdropdown-menu * {transition-timing-function: none; -moz-transition-timing-function: none; -webkit-transition-timing-function: none; -o-transition-timing-function: none; -ms-transition-timing-function: none; transition-duration: 0s; -moz-transition-duration: 0s; -webkit-transition-duration: 0s; -o-transition-duration: 0s; -ms-transition-duration: 0s;}
::selection {color: #000; background:#dbdbdb;}
::-moz-selection {color:#000; background:#dbdbdb;}
::-webkit-input-placeholder {color: #6f6f6f; text-overflow: ellipsis;}
::-moz-placeholder {color: #6f6f6f; text-overflow: ellipsis; opacity:1;} 
:-ms-input-placeholder {color: #6f6f6f; text-overflow: ellipsis; opacity:1;}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {padding-right: 15px; padding-left: 15px;}
.row {margin-right: -15px; margin-left: -15px;}
.row>* {padding-right: 15px; padding-left: 15px;}
.row.g-0 {margin-right: 0; margin-left: 0;}
.row.g-0>* {padding-right: 0; padding-left: 0;}
header [class^="container-"] [class^="col-"], header [class^="container-"] [class*=" col-"] {position: relative; padding-left: 15px; padding-right: 15px;}
.swiper-container, .swiper { z-index: 1; }

@media (prefers-reduced-motion:no-preference) {
    :root {scroll-behavior: auto}
}

/* base color variable*/
:root {--base-color: #E14749;}

/* ===================================
    03. Typography
====================================== */

/* font family */
.alt-font {font-family: 'snell-roundhand', sans-serif; font-weight: 500}
.main-font {font-family: 'Roboto', sans-serif;}

/* heading */
h1, h2, h3, h4, h5, h6 {margin:0 0 25px; padding:0; letter-spacing: 0; font-weight: 400;}
h1 {font-size:70px; line-height: 70px;}
h2 {font-size:55px; line-height:60px}
h3 {font-size:48px; line-height:52px}
h4 {font-size:40px; line-height:44px}
h5 {font-size:32px; line-height:36px}
h6 {font-size:25px; line-height:28px}

/* text size */
.text-extra-small {font-size:11px; line-height:14px}
.text-small {font-size:12px; line-height:20px}
.text-medium {font-size:16px; line-height:23px}
.text-large {font-size:18px; line-height:26px}
.text-extra-large {font-size: 20px; line-height:26px}
.title-large {font-size: 100px; line-height:95px}
.title-extra-large {font-size: 130px; line-height:120px}

/* text color */
.text-white-2, .btn.text-white-2 {color:#FFF}
.text-brown, .btn.text-brown {color:#442D15}
.text-black, .btn.text-black {color:#000}
.text-extra-dark-gray, .btn.text-extra-dark-gray {color:#232323}
.text-dark-gray, .btn.text-dark-gray {color:#626262}
.text-extra-medium-gray, .btn.text-extra-medium-gray {color:#757575}
.text-medium-gray, .btn.text-medium-gray {color:#939393}
.text-extra-light-gray, .btn.text-extra-light-gray {color:#b7b7b7}
.text-light-gray, .btn.text-light-gray {color:#d6d5d5}
.text-very-light-gray, .btn.text-very-light-gray {color:#ededed}
.text-deep-pink, .btn.text-deep-pink {color: var(--base-color)}

/* dropcap */
.first-letter {float: left; font-size: 50px; line-height: auto; margin: 0 20px 0 0; text-align: center; padding: 10px 0; font-weight: 600}
.first-letter-big {float: left; font-size: 110px; line-height: 110px; margin: 0 20px 0 0; padding:0 8px;  text-align: center; font-weight: 600; position: relative;}
.first-letter-big:before {position: absolute; border-bottom: 1px solid; content: ""; display: block;  width: 100%; top: 55%; left: 0}
.first-letter-block {font-size: 30px; height: 55px; line-height: 22px; padding: 15px 0; width: 55px; font-weight: 500; margin-top: 5px}
.first-letter-block-round {border-radius:6px; border:1px solid;}
.first-letter-round {border-radius: 50%; font-size:35px; padding: 15px; width: 65px; height: 65px; line-height: 32px;}

/* blockquote */
blockquote {padding: 20px 30px}
blockquote  p {font-size: 18px; line-height: 30px; margin-bottom: 17px !important; font-weight: 300}
blockquote {border-left: 2px solid; padding: 15px 40px; margin: 45px 0}
blockquote footer {color: #939393;}
blockquote .small:before, blockquote footer:before, blockquote small:before {content: '\2014 \00A0';}
.blog-image blockquote {padding: 60px; border: 0; margin: 0;}
.blog-image blockquote h6:before {content:"\e67f"; font-family:'themify'; font-size: 40px; top:5px; position: relative; margin-right: 12px; color: var(--base-color);}

/* text link hover color */
a.text-link-white-2, a.text-link-white-2 i {color:#ffffff}
a.text-link-white-2:hover, a.text-link-white-2:hover i, a.text-link-white-2:focus, a.text-link-white-2:focus i {color:var(--base-color);}
a.text-link-black, a.text-link-black i {color:#000000}
a.text-link-dark-gray {color:#939393}
a.text-link-dark-gray:hover, .text-link-dark-gray:focus {color:#232323}
a.text-link-extra-dark-gray {color:#232323}
a.text-link-extra-dark-gray:hover, a.text-link-extra-dark-gray:focus {color:#000000}
a.text-link-deep-pink, a.text-link-deep-pink i {color:var(--base-color);}
a.text-link-deep-pink:hover, a.text-link-deep-pink:hover i, a.text-link-deep-pink:focus, a.text-link-deep-pink:focus i {color:#fff}

/* hover color */
a.text-white-2-hover:hover, a.text-white-2-hover:focus {color:#fff !important;}
a.text-black-hover:hover, a.text-black-hover:focus {color:#000 !important;}
a.text-deep-pink-hover:hover, a.text-deep-pink-hover:focus {color:var(--base-color) !important;}
a.text-extra-dark-gray-hover:hover {color:#232323 !important;}
a.text-dark-gray-hover:hover {color:#626262 !important;}
a.text-extra-medium-gray-hover:hover {color:#757575 !important;}
a.text-medium-gray-hover:hover {color:#939393 !important;}
a.text-extra-light-gray-hover:hover {color:#b7b7b7 !important;}
a.text-light-gray-hover:hover {color:#d6d5d5 !important;}
a.text-very-light-gray-hover:hover {color:#ededed !important;}

/* letter spacing */
.no-letter-spacing {letter-spacing:0px}
.letter-spacing-1 {letter-spacing:1px}
.letter-spacing-2 {letter-spacing:2px}
.letter-spacing-3 {letter-spacing:3px}
.letter-spacing-4 {letter-spacing:4px}
.letter-spacing-5 {letter-spacing:5px}
.letter-spacing-6 {letter-spacing:6px}
.letter-spacing-7 {letter-spacing:7px}
.letter-spacing-8 {letter-spacing:8px}
.letter-spacing-9 {letter-spacing:9px}
.letter-spacing-10 {letter-spacing:10px}
.letter-spacing-minus-1 {letter-spacing:-1px}
.letter-spacing-minus-2 {letter-spacing:-2px}
.letter-spacing-minus-3 {letter-spacing:-3px}
.letter-spacing-minus-4 {letter-spacing:-4px}
.letter-spacing-minus-5 {letter-spacing:-5px}
.letter-spacing-minus-6 {letter-spacing:-6px}
.letter-spacing-minus-7 {letter-spacing:-7px}
.letter-spacing-minus-8 {letter-spacing:-8px}
.letter-spacing-minus-9 {letter-spacing:-9px}
.letter-spacing-minus-10 {letter-spacing:-10px}

/* font weight */
.font-weight-100 {font-weight:100}
.font-weight-200 {font-weight:200}
.font-weight-300 {font-weight:300}
.font-weight-400 {font-weight:400}
.font-weight-500 {font-weight:500}
.font-weight-600 {font-weight:600}
.font-weight-700 {font-weight:700}
.font-weight-800 {font-weight:800}
.font-weight-900 {font-weight:900}

/* text property */
.text-transform-unset {text-transform:unset}
.text-decoration-underline {text-decoration:underline;}
.text-decoration-line-through {text-decoration:line-through;}
.line-height-unset {line-height: unset}
.line-height-normal {line-height: normal}
.line-height-none {line-height:0}
.word-wrap {word-wrap: break-word}
.text-nowrap{white-space: nowrap;}
.text-transform-none {text-transform:none}
.title-line-through {padding: 0 15px}
.text-middle-line {position: relative; white-space: nowrap}
.text-outside-line {position: relative}
.text-outside-line::before {border-top: 1px solid; content: ""; height: 0; left: auto; position: absolute; right: -60px; top: 50%; width: 40px; opacity: .4;}
.text-outside-line::after {border-top: 1px solid; content: ""; height: 0; left: auto; position: absolute; left: -60px; top: 50%; width: 40px; opacity: .4;}
.text-outside-line-left {position: relative}
.text-outside-line-left::before {border-top: 1px solid; content: ""; height: 0; left: auto; position: absolute; left: -100%; top: 50%; width: 90%; opacity: .2;}
.text-startside-line {position: relative; padding-left: 35px}
.text-startside-line:before {border-top: 1px solid; content: ""; height: 0; left: auto; position: absolute; left: 0; top: 45%; width: 25px; opacity: .7}
.text-outside-line-full {position: relative; display: inline-block}
.text-outside-line-full::before {content: ""; position: absolute; top: 50%; height: 1px; width: 99%; display: block; border-bottom:1px solid; right: 100%; margin-right: 25px; opacity: .15}
.text-outside-line-full::after {content: ""; position: absolute; top: 50%; height: 1px; width: 99%; display: block; border-bottom:1px solid; left: 100%; margin-left: 25px; opacity: .15}
.text-middle-line:before {border-bottom: 1px solid; position: absolute; content: ""; width: 100%; top: 53%; opacity: 0.35}
.text-bottom-line {width: 1px; border-top: 30px solid; margin-left: auto; margin-right: auto;}
.text-middle-line-deep-pink:before {border-bottom: 1px solid var(--base-color); position: absolute; content: ""; width: 100%; margin-top: 5px; margin-left: -20px; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%);}
.text-decoration-line-through-black,.text-decoration-line-through-deep-pink {position: relative;}
.text-decoration-line-through-deep-pink:before {background: var(--base-color);}
.text-decoration-line-through-black:before {background: #000;}
.text-decoration-line-through-black::before,.text-decoration-line-through-deep-pink:before {content: ""; height: 1px; left: -10px; position: absolute; top: 52%; width: calc(100% + 20px);-webkit-transform: translateY(-52%); -moz-transform: translateY(-52%); -ms-transform: translateY(-52%); -o-transform: translateY(-52%); transform: translateY(-52%);}

/* line height */
.line-height-10 {line-height:10px}
.line-height-13 {line-height:13px}
.line-height-18 {line-height:18px}
.line-height-20 {line-height:20px}
.line-height-24 {line-height:24px}
.line-height-22 {line-height:22px}
.line-height-26 {line-height:26px}
.line-height-28 {line-height:28px}
.line-height-30 {line-height:30px}
.line-height-35 {line-height:35px}
.line-height-40 {line-height:40px}
.line-height-45 {line-height:45px}
.line-height-50 {line-height:50px}
.line-height-55 {line-height:55px}
.line-height-60 {line-height:60px}
.line-height-65 {line-height:65px}
.line-height-70 {line-height:70px}
.line-height-75 {line-height:75px}
.line-height-80 {line-height:80px}
.line-height-85 {line-height:85px}
.line-height-90 {line-height:90px}
.line-height-95 {line-height:95px}
.line-height-100 {line-height:100px}
.line-height-110 {line-height:110px}
.line-height-120 {line-height:120px}

/* ===================================
    04. Background color
====================================== */

.bg-transparent, .background-transparent {background-color: transparent;}
.bg-white, .background-white {background-color:#fff;}
.bg-black, .background-black {background-color:#000;}
.bg-extra-dark-gray {background-color:#E14749;}
.bg-footer {background-color:#5d8aa8;}
.bg-dark-gray {background-color:#757575;}
.bg-extra-medium-gray {background-color:#939393;}
.bg-very-dark-gray {background-color:#121212;}
.bg-medium-gray {background-color:#f3f0e5;}
.bg-extra-light-gray {background-color:#e0e0e0}
.bg-medium-light-gray {background-color:#ededed}
.bg-light-gray {background-color:#f7f7f7}
.bg-very-light-gray {background-color:#fafafa}
.bg-deep-pink {background-color: var(--base-color);}
.bg-transparent-white {background-color: rgba(255,255,255,0.3); background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 37%, rgba(255,255,255,1) 96%, rgba(255,255,255,1) 100%); background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(37%, rgba(255,255,255,0)), color-stop(96%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1))); background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 37%, rgba(255,255,255,1) 96%, rgba(255,255,255,1) 100%); background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 37%, rgba(255,255,255,1) 96%, rgba(255,255,255,1) 100%); background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 37%, rgba(255,255,255,1) 96%, rgba(255,255,255,1) 100%); background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 37%, rgba(255,255,255,1) 96%, rgba(255,255,255,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );}
.bg-transparent-black {background-color: rgba(0,0,0,0); background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 37%, rgba(0,0,0,1) 96%, rgba(0,0,0,1) 100%); background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,0)), color-stop(37%, rgba(0,0,0,0)), color-stop(96%, rgba(0,0,0,1)), color-stop(100%, rgba(0,0,0,1))); background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 37%, rgba(0,0,0,1) 96%, rgba(0,0,0,1) 100%); background: -o-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 37%, rgba(0,0,0,1) 96%, rgba(0,0,0,1) 100%); background: -ms-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 37%, rgba(0,0,0,1) 96%, rgba(0,0,0,1) 100%); background: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 37%, rgba(0,0,0,1) 96%, rgba(0,0,0,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );}
.bg-gradient-light-red-light-orange {background-image: linear-gradient(to right top, #ff8e43, #ff7a41, #ff6343, #ff4848, #E14749)}
.bg-gradient-light-red-light-white{background-image: linear-gradient(50deg, #E14749 0%, #ffffff 100%);}
.bg-white-opacity {background-color: rgba(255, 255, 255, 0.85);}
.bg-black-opacity {background-color: rgba(0, 0, 0, 0.85);}
.bg-black-opacity-light {background-color: rgba(0, 0, 0, 0.5);}
.bg-deep-pink-opacity {background-color: rgba(255, 33, 79, 0.85);}
.bg-charcoal-gray{background-color: #0e0f10;}
.bg-opacity-darker {opacity: 0.7;}
.bg-transparent-white2{background: rgba(255,255,255,.2) !important;}
.bg-transparent-black-very-light {background-color: rgba(0, 0, 0, 0.15) !important;}

/* ===================================
    05. Custom
====================================== */
section {padding: 120px 0; overflow: hidden;}
section.big-section {padding:160px 0;}
section.extra-big-section {padding:200px 0;}
section.half-section {padding:80px 0;}
label {margin-bottom: 5px; font-weight: 700;}
.overlap-section {margin-top:-14%; position: relative}
.d-inherit {display: inherit !important;}

/* input */
.input-border-bottom {background: transparent; border: 0; border-bottom: 1px solid #484848; padding: 10px 0; margin-bottom: 30px; font-size: 14px; border-radius: 0;}
.input-border-bottom:focus{background: transparent; border: 0; border-bottom: 1px solid #929292;}
.input-border-bottom::-webkit-input-placeholder {font-weight: 300; font-size: 14px;}
.input-border-bottom::-moz-placeholder {font-weight: 300; font-size: 14px;} 
.input-border-bottom:-ms-input-placeholder {font-weight: 300; font-size: 14px;}

.extra-big-input, .extra-big-textarea, .extra-big-select select {padding: 18px 25px; font-size: 14px; line-height: 24px; height: 62px;}
.big-input, .big-textarea, .big-select select {padding: 18px 25px; font-size: 14px; border-radius: 0;}

.medium-input, .medium-textarea, .medium-select select {padding: 12px 20px; font-size: 14px; line-height: normal; border-radius: 0;}
.small-input, .small-textarea {padding: 12px 15px; font-size: 11px; line-height: normal}
.small-select select {padding: 15px 15px; line-height: normal}
.medium-input-light, .medium-textarea-light, .medium-select-light select {padding: 12px 25px; font-size: 12px; line-height: normal}

.extra-small-input, .extra-small-textarea, .extra-small-select select {padding: 9px 17px; font-size: 12px; line-height: normal}

.select-style {width: 100%; overflow: hidden; background: url("../images/select-arrow.png") no-repeat 97% 50%; border: 1px solid #d1d1d1; margin-bottom: 20px}
.select-style select {width: 100%; border: none; box-shadow: none; background-color: transparent; background-image: none; -webkit-appearance: none; -moz-appearance: none; appearance: none;  cursor: pointer;}
.select-style select:focus {outline: none; border: none; box-shadow: none}

.input-group input, .input-group textarea, .input-group select {margin:0; border-radius:4px 0 0 4px; border-color: #fff; padding: 19px 25px;}
.input-group-append .btn {border-radius:0 4px 4px 0}
.input-group-append .btn.btn-large {line-height:2px; height:62px; padding:15px 25px!important}
.input-group-404 input {height: 62px;}

.input-group .required-error {border: 1px solid #ee2323 !important}
.input-group .required-error,.input-group .required-error + .input-group-btn button , .input-group .required-error + .input-group-btn a.btn, .input-group .required-error+.input-group-append > .btn {border: 1px solid #ee2323 !important}

.input-border-white .input-border-bottom {border-bottom: 1px solid #ffffff; color: #fff; border-top: transparent !important;  border-left: transparent !important;  border-right: transparent !important}
.input-border-white .input-border-bottom:focus{background: transparent; border-bottom: 1px solid #ffffff;  color: #fff}
.input-border-white .input-border-bottom::-webkit-input-placeholder {color: #fff;}
.input-border-white .input-border-bottom::-moz-placeholder {color: #fff;} 
.input-border-white .input-border-bottom:-ms-input-placeholder {color: #fff;}

.btn .caret{border-top:4px solid}
input.input-bg {background-color: #f7f7f7; border-radius: 4px; border: 1px solid rgba(0,0,0,.1);padding: 10px 20px; margin-bottom: 15px;}
input.input-bg:focus, textarea.input-bg:focus{border: 0; border: 1px solid rgba(0,0,0,.3);}
textarea.input-bg {background-color: #f7f7f7; border-radius: 4px; border: 1px solid rgba(0,0,0,.1);padding: 10px 20px; margin-bottom: 15px; min-height: 130px;}
.input-bg::-webkit-input-placeholder {font-weight: 400; font-size: 14px;}
.input-bg::-moz-placeholder {font-weight:400; font-size: 14px;} 
.input-bg:-ms-input-placeholder {font-weight: 400; font-size: 14px;}

#success-subscribe-newsletter {clear: both; margin: 0 15px 15px; text-align: center; border: 1px solid #1a940a; color: #1a940a;  padding: 7px 0; display: none; font-size: 14px}
#success-subscribe-newsletter2 {clear: both; margin: 0 15px 15px; text-align: center; border: 1px solid #1a940a; color: #1a940a;  padding: 7px 0; display: none; font-size: 14px}

.form-results {clear: both; margin: 0 0 15px; text-align: center; padding: 10px 0; display: none; font-size: 14px}

/* separator */
.separator-line-verticle-extra-small {width:1px; height: 8px;}
.separator-line-verticle-small-thick {width:17px; height: 3px;}
.separator-line-verticle-small {width:1px; height: 13px;}
.separator-line-verticle-small-thick2 {width:64px; height: 7px;}
.separator-line-verticle-large {width:1px; height:20px;}
.separator-line-verticle-extra-large {width:1px; height:30px;}
.separator-line-verticle-extra-large2 {width:1px; height:80px;}
.separator-line-verticle-medium-thick-full {width:8px; height: 40px;}
.separator-line-verticle-large-thick {width:109px; height: 11px}
.separator-line-horrizontal-medium-light {width:36px; height: 3px;}
.separator-line-horrizontal-medium-light2 {width:40%; height: 1px;}
.separator-line-horrizontal-medium-light3 {width:18%; height: 1px;}
.separator-line-horrizontal-medium-thick {width:50px; height: 5px;}
.separator-line-horrizontal-full {width:100%; height: 1px;}

/* divider */
.divider-full {width:100%; height: 1px; display: inline-block}
.new-demo {background: var(--base-color); font-size: 10px; font-weight: 600; color: #fff; margin-left: 8px; padding: 2px 8px;}

/* opacity */
.opacity-very-light {position: absolute; height: 100%; width: 100%; opacity: 0.2; top:0; left: 0;}
.opacity-light {position: absolute; height: 100%; width: 100%; opacity: 0.3; top:0; left: 0;}
.opacity-extra-medium {position: absolute; height: 100%; width: 100%; opacity: 0.5; top:0; left: 0;}
.opacity-medium {position: absolute; height: 100%; width: 100%; opacity: 0.75; top:0; left: 0;}
.opacity-full {position: absolute; height: 100%; width: 100%; opacity: 0.8; top:0; left: 0;}
.opacity-full-dark {position: absolute; height: 100%; width: 100%; opacity: 0.9; top:0; left: 0;}

.opacity1 {opacity:.1}
.opacity2 {opacity:.2}
.opacity3 {opacity:.3}
.opacity4 {opacity:.4}
.opacity5 {opacity:.5}
.opacity6 {opacity:.6}
.opacity7 {opacity:.7}
.opacity8 {opacity:.8}
.opacity9 {opacity:.9}

/* box-shadow */
.btn-shadow {box-shadow: 0 0 6px rgba(0,0,0,.3);}
.box-shadow-light {box-shadow: 0 0 3px rgba(0,0,0,.1);}
.box-shadow {box-shadow: 0 0 3px rgba(0,0,0, .2);}
.box-shadow-dark {box-shadow: 0 0 4px rgba(0,0,0,.4);}
.box-shadow-large {box-shadow: 0 0 12px rgba(0,0,0,.1);}

/* z-index */
.z-index-1111 {z-index:1111;}
.z-index-111 {z-index:111;}
.z-index-1 {z-index:1;}
.z-index-2 {z-index:2;}
.z-index-3 {z-index:3;}
.z-index-4 {z-index:4;}
.z-index-5 {z-index:5;}
.z-index-0 {z-index:0;}
.z-index-minus1 {z-index:-1;}
.z-index-minus2 {z-index:-2;}

/* verticle align */
.vertical-middle {-webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); position: absolute; top: 50%; left:0; right: 0}
.clear-both{clear:both}
.line-break {display:block;}
.absolute-middle-center {left: 50%; top: 50%; position: absolute; -ms-transform: translateX(-50%) translateY(-50%); -moz-transform: translateX(-50%) translateY(-50%); -webkit-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); -o-transform: translateX(-50%) translateY(-50%);}
.absolute-bottom-center {left: 50%; top: 80%; position: absolute; -ms-transform: translateX(-50%) translateY(-80%); -moz-transform: translateX(-50%) translateY(-80%); -webkit-transform: translateX(-50%) translateY(-80%); transform: translateX(-50%) translateY(-80%); -o-transform: translateX(-50%) translateY(-80%);}

/* google map filters */
.filter-grayscale-50 {-ms-filter: grayscale(50%); filter: grayscale(50%);}
.filter-grayscale-100 {-ms-filter: grayscale(100%); filter: grayscale(100%);}
.filter-invert-50 {-ms-filter: invert(50%); filter: invert(50%);}
.filter-invert-100 {-ms-filter: invert(100%); filter: invert(100%);}
.filter-mix-100 {-ms-filter: grayscale(100%) invert(100%); filter: grayscale(100%) invert(100%);}
.map iframe {height: 619px; vertical-align: bottom; width: 100%;}

/* ===================================
    06. Button
====================================== */

.btn {display:inline-block; border:2px solid transparent; color: inherit; letter-spacing: .5px; line-height: inherit; border-radius: 0; text-transform: uppercase; width: auto; font-family: 'Montserrat', sans-serif; font-weight: 600; transition-duration: 0.3s; transition-timing-function: ease-in-out; white-space: nowrap;}
.btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger, .btn-info:hover {color: #fff;}

/* button size */
.btn.btn-very-small {font-size:9px; padding: 1px 17px; line-height: 22px;}
.btn.btn-small {font-size:11px; padding: 4px 24px;}
.btn.btn-medium {font-size:12px; padding: 6px 25px 5px;}
.btn.btn-large {font-size:13px; padding: 9px 34px; line-height: 25px}
.btn.btn-extra-large {font-size:15px; padding: 12px 40px 13px;  line-height: 25px}
.btn-dual .btn {margin-left: 10px; margin-right: 10px;}
.btn i {margin-left: 6px; vertical-align: middle; position: relative; top:-1px}

/* button background */
.btn.btn-white {background:#ffffff; border-color: #ffffff; color: #232323}
.btn.btn-white:hover, .btn.btn-white:focus {background: transparent; color: #fff}
.btn.btn-black {background:#000000; border-color: #000000; color: #fff}
.btn.btn-brown {background:#442d15; border-color: #442d15; color: #fff}
.btn.btn-brown:hover, .btn.btn-black:focus {background: transparent; color: #442d15}
.btn.btn-black:hover, .btn.btn-black:focus {background: transparent; color: #000}
.btn.btn-dark-gray {background: #232323; border-color: #232323; color: #fff}
.btn.btn-dark-gray:hover, .btn.btn-dark-gray:focus {background: transparent; color: #232323}
.btn.btn-light-gray {background: #dbdbdb; border-color: #dbdbdb; color: #232323}
.btn.btn-light-gray:hover, .btn.btn-light-gray:focus {background: transparent; border-color: #dbdbdb; color: #dbdbdb}
.btn.btn-deep-pink {background: var(--base-color); border-color: var(--base-color); color: #ffffff}
.btn.btn-deep-pink:hover, .btn.btn-deep-pink:focus {background: transparent; border-color: var(--base-color); color: var(--base-color)}
.btn-warning, .btn-warning:hover {color: #fff;}

/* button transparent */
.btn.btn-transparent-white {background: transparent; border-color: #ffffff; color: #ffffff}
.btn.btn-transparent-white:hover, .btn.btn-transparent-white:focus {background: #ffffff; border-color: #ffffff; color: #232323}
.btn.btn-transparent-black {background: transparent; border-color: #000000; color: #000000}
.btn.btn-transparent-black:hover, .btn.btn-transparent-black:focus {background: #000000; border-color: #000000; color: #ffffff}
.btn.btn-transparent-dark-gray {background: transparent; border-color: #232323; color: #232323}
.btn.btn-transparent-dark-gray:hover, .btn.btn-transparent-dark-gray:focus {background: #232323; border-color: #232323; color: #ffffff}
.btn.btn-transparent-light-gray {background: transparent; border-color: #dbdbdb; color: #dbdbdb}
.btn.btn-transparent-light-gray:hover, .btn.btn-transparent-light-gray:focus {background: #dbdbdb; border-color: #dbdbdb; color: #232323}
.btn.btn-transparent-deep-pink {background: transparent; border-color: var(--base-color); color: var(--base-color)}
.btn.btn-transparent-deep-pink:hover, .btn.btn-transparent-deep-pink:focus {background: var(--base-color); border-color: var(--base-color); color: #fff}

/* button rounded */
.btn.btn-rounded {border-radius: 50px}
.btn.btn-rounded.btn-very-small {padding: 2px 23px 1px;}
.btn.btn-rounded.btn-small {padding: 5px 29px;}
.btn.btn-rounded.btn-medium {padding: 6px 32px;}
.btn.btn-rounded.btn-large {padding: 9px 38px;}
.btn.btn-rounded.btn-extra-large {padding: 12px 45px 13px;}

/* image button */
.image-button {width: 100%; background: rgba(0,0,0,0.80); padding: 26px; font-family: "Roboto", sans-serif; font-size: 16px;}
.image-button:hover {background: rgba(0,0,0,0.5);}

.tag-cloud a {font-size: 10px; padding: 3px 8px; border: 1px solid #d9d9d9; margin: 0 8px 8px 0; display: inline-block; text-transform: uppercase; color: #232323; line-height: 18px;}
.tag-cloud a:hover{background: #232323; color: #fff !important; border: 1px solid #232323;}

/* dropdown style 1 */
.dropdown-style-1 .btn {color: #fff; font-size: 11px; line-height: normal; padding: 0; margin: 0; background: transparent; border: none; font-weight:normal}
.dropdown-style-1 .btn.dropdown-toggle::after {vertical-align: middle; border-top: .4em solid; border-right: .4em solid transparent; border-bottom: 0; border-left: .4em solid transparent; margin-left: 0;}
.dropdown-style-1 .btn:hover, .custom-dropdown btn:focus {color: var(--base-color);}
.dropdown-style-1 .dropdown-menu {margin-top: 2px; min-width: 130px; border-radius:0; border: none; z-index: 444; right: 0; left:auto !important; padding: 5px 0; transition-timing-function: ease-in-out; -ms-transition-timing-function: ease-in-out; -moz-transition-timing-function: ease-in-out; -webkit-transition-timing-function: ease-in-out; -o-transition-timing-function: ease-in-out; transition-duration: 0s; -ms-transition-duration: 0s; -moz-transition-duration: 0s; -webkit-transition-duration: 0s; -o-transition-duration: 0s;}
.dropdown-style-1 .dropdown-menu > li > a {padding: 6px 15px; font-size: 12px; display: block; line-height: normal;}
.dropdown-style-1 .dropdown-menu > li > a:hover,.dropdown-style-1 .dropdown-menu > li > a:focus {background: #ededed}

/* button link */
.btn.btn-link {padding: 7px 0 0; position: relative; text-decoration: none; border: 0; border-bottom: 1px solid; background-color: transparent; letter-spacing: normal; line-height: 18px; transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out;}

/* ===================================
    07. Border
====================================== */
.border-all {border: 1px solid #ededed}

/* boder width */
.border-width-1 {border-width:1px;}
.border-width-2 {border-width:2px;}
.border-width-3 {border-width:3px;}
.border-width-4 {border-width:4px;}
.border-width-5 {border-width:5px;}
.border-width-6 {border-width:6px;}
.border-width-7 {border-width:7px;}
.border-width-8 {border-width:8px;}
.border-width-9 {border-width:9px;}
.border-width-10 {border-width:10px;}
.border-width-20 {border-width:20px;}

/* boder align */
.border-top {border-top: 1px solid;}
.border-bottom {border-bottom: 1px solid;}
.border-left {border-left: 1px solid;}
.border-right {border-right: 1px solid;}
.border-lr {border-left: 1px solid; border-right: 1px solid;}
.border-tb {border-top: 1px solid; border-bottom: 1px solid;}

/* border color */
.border-color-white {border-color:#fff !important;}
.border-color-black {border-color:#000 !important;}
.border-color-extra-dark-gray {border-color:#232323 !important;}
.border-color-medium-dark-gray {border-color:#363636 !important;}
.border-color-dark-gray {border-color:#939393 !important;}
.border-color-extra-medium-gray {border-color:#dbdbdb !important;}
.border-color-medium-gray {border-color:#e4e4e4 !important;}
.border-color-extra-light-gray {border-color:#ededed !important;}
.border-color-light-gray {border-color:#f5f5f5 !important;}
.border-color-light-pink {border-color:#862237 !important;}
.border-color-deep-pink {border-color:var(--base-color) !important;}
.border-color-transparent-pink {border-color: rgba(255, 33, 79, 0.45) !important;}

.required-error {border: 1px solid #ee2323 !important}
.input-border-bottom.required-error {border-width: 0 !important; border-bottom-width: 1px !important; border-bottom-color: #ee2323 !important}
.g-recaptcha.required-error iframe {border: 1px solid #ee2323;}
.g-recaptcha.required-error {border: 0 !important}

/* boder style */
.border-dotted {border-style: dotted !important;}
.border-dashed {border-style: dashed !important;}
.border-solid {border-style: solid !important;}
.border-double {border-style: double !important;}
.border-groove {border-style: groove !important;}
.border-ridge {border-style: ridge !important;}
.border-inset {border-style: inset !important;}
.border-outset {border-style: outset !important;}
.border-none {border-style: none !important;}
.border-hidden {border-style: hidden !important;}
.border-transperent {border-color: transparent !important;}
.no-border-top {border-top:0 !important}
.no-border-bottom {border-bottom:0 !important}
.no-border-right {border-right:0 !important}
.no-border-left {border-left:0 !important}

/* border for overline icon box */
.overline-icon-box{border-top-width: 4px;}

/* border color for overline icon box */
.overline-icon-box.overline-white{border-top-color: #fff !important;}
.overline-icon-box.overline-black{border-top-color: #000 !important;}
.overline-icon-box.overline-extra-dark-gray{border-top-color: #232323 !important;}
.overline-icon-box.overline-medium-dark-gray{border-top-color: #363636 !important;}
.overline-icon-box.overline-dark-gray{border-top-color: #939393 !important;}
.overline-icon-box.overline-extra-light-gray{border-top-color: #dbdbdb !important;}
.overline-icon-box.overline-medium-gray{border-top-color: #e4e4e4 !important;}
.overline-icon-box.overline-light-gray{border-top-color: #f5f5f5 !important;}
.overline-icon-box.overline-light-pink{border-top-color: #862237 !important;}
.overline-icon-box.overline-deep-pink{border-top-color: var(--base-color) !important;}
.overline-icon-box.overline-transparent-pink{border-top-color: rgba(255, 33, 79, 0.45) !important;}

/* transparent border */
.border-black-light {border-color: rgba(0,0,0,.1) !important;}
.border-white-light {border-color: rgba(255,255,255,.1) !important;}

/* border radius */
.border-radius-1 {border-radius:1px}
.border-radius-2 {border-radius:2px}
.border-radius-3 {border-radius:3px}
.border-radius-4 {border-radius:4px}
.border-radius-5 {border-radius:5px}
.border-radius-6 {border-radius:6px}
.border-radius-7 {border-radius:7px}
.border-radius-8 {border-radius:8px}
.border-radius-9 {border-radius:9px}
.border-radius-10 {border-radius:10px}
.border-radius-50 {border-radius:50%}
.border-radius-100 {border-radius:100%}
.border-radius-none {border-radius:0}

/* ===================================
    08. Aside style
====================================== */

.aside-title {position: relative; overflow:hidden}
.aside-title span {display: inline-block; vertical-align:middle; margin-right: 20px;}
.aside-title:after {content: ""; display: inline-block; width: 100%; background: var(--base-color); height: 1px; top: 50%; position: absolute;}
.right-sidebar {padding-right:60px;}
.left-sidebar {padding-left:60px;}

/* ===================================
    09. Video
====================================== */

.video-wrapper {height: 100%; overflow: hidden; position: absolute; width: 100%;}
.htms-video {background-color: #000; height: auto; left: 50%; min-height: 100%; min-width: 100%; position: absolute; top: 50%; -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%);  width: auto; z-index: -3;}
.video-wrapper iframe {height: 100%; left: 0; position: absolute; top: -5px !important; width: 100%;}
.video-background{position: absolute; height: 100%; width: 100%; z-index: 1; top:0; background: rgba(67,67,67,0.5)}

/* ===================================
    10. Background image
====================================== */

.parallax {position: relative !important; background-size: cover !important; overflow: hidden; background-attachment: fixed !important; transition-duration: 0s; -moz-transition-duration: 0s; -webkit-transition-duration: 0s; -o-transition-duration: 0s;}
.fix-background {background-attachment: fixed !important; background-position: center center; background-repeat: no-repeat; background-size: cover !important; overflow: hidden; position: relative; transition-duration: 0.2s; transition-timing-function: ease-in;}
.cover-background {position: relative !important; background-size: cover !important; overflow: hidden !important; background-position: center !important; background-repeat: no-repeat !important;}
.background-size-inherit {background-size: inherit inherit
}
.background-attachment-inherit {background-attachment: inherit}
.background-position-left {background-position: left center;}
.background-position-left-bottom {background-position: left bottom;}
.background-position-right {background-position: right center;}
.background-position-top {background-position: center top !important;}
.up-down-ani {display:table; position: relative; -webkit-animation-name: up-down-animation; -webkit-animation-duration:.7s; -webkit-animation-timing-function: linear; -webkit-animation-delay:.7s; -webkit-animation-iteration-count: infinite; -webkit-animation-direction: alternate; -moz-animation-name: up-down-animation; -moz-animation-duration:.7s; -moz-animation-timing-function: linear; -moz-animation-delay:.7s; -moz-animation-iteration-count: infinite; -ms-animation-name: up-down-animation; -ms-animation-duration:.7s; -ms-animation-timing-function: linear; -ms-animation-delay:.7s; -ms-animation-iteration-count: infinite; -ms-animation-direction: alternate; -o-animation-direction: alternate; -o-animation-name: up-down-animation; -o-animation-duration:.7s; -o-animation-timing-function: linear; -o-animation-delay:.7s; -o-animation-iteration-count: infinite; -o-animation-direction: alternate; animation-direction: alternate; animation-name: up-down-animation; animation-duration:.7s; animation-timing-function: linear; animation-delay:.7s; animation-iteration-count: infinite; animation-direction: alternate; margin:0 auto;}
.background-position-x-50 {background-position-x: 50% !important;}

/*==============================
    11. Margin
================================*/

.margin-half-all {margin:.5%}
.margin-one-all {margin:1%}
.margin-one-half-all {margin:1.5%}
.margin-two-all {margin:2%}
.margin-two-half-all {margin:2.5%}
.margin-three-all {margin:3%}
.margin-three-half-all {margin:3.5%}
.margin-four-all {margin:4%}
.margin-four-half-all {margin:4.5%}
.margin-five-all {margin:5%}
.margin-five-half-all {margin:5.5%}
.margin-six-all {margin:6%}
.margin-six-half-all {margin:6.5%}
.margin-seven-all {margin:7%}
.margin-seven-half-all {margin:7.5%}
.margin-eight-all {margin:8%}
.margin-eight-half-all {margin:8.5%}
.margin-nine-all {margin:9%}
.margin-nine-half-all {margin:9.5%}
.margin-ten-all {margin:10%}
.margin-ten-half-all {margin:10.5%}
.margin-eleven-all {margin:11%}
.margin-eleven-half-all {margin:11.5%}
.margin-twelve-all {margin:12%}
.margin-twelve-half-all {margin:12.5%}
.margin-thirteen-all {margin:13%}
.margin-thirteen-half-all {margin:13.5%}
.margin-fourteen-all {margin:14%}
.margin-fourteen-half-all {margin:14.5%}
.margin-fifteen-all {margin:15%}
.margin-fifteen-half-all {margin:15.5%}
.margin-sixteen-all {margin:16%}
.margin-sixteen-half-all {margin:16.5%}
.margin-seventeen-all {margin:17%}
.margin-seventeen-half-all {margin:17.5%}
.margin-eighteen-all {margin:18%}
.margin-eighteen-half-all {margin:18.5%}
.margin-nineteen-all {margin:19%}
.margin-nineteen-half-all {margin:19.5%}
.margin-twenty-all {margin:20%}
.margin-twenty-half-all {margin:20.5%}
.margin-twenty-one-all {margin:21%}
.margin-twenty-one-half-all {margin:21.5%}
.margin-twenty-two-all {margin:22%}
.margin-twenty-two-half-all {margin:22.5%}
.margin-twenty-three-all {margin:23%}
.margin-twenty-three-half-all {margin:23.5%}
.margin-twenty-four-all {margin:24%}
.margin-twenty-four-half-all {margin:24.5%}
.margin-twenty-five-all {margin:25%}
.margin-5px-all {margin:5px}
.margin-10px-all {margin:10px}
.margin-15px-all {margin:15px}
.margin-20px-all {margin:20px}
.margin-25px-all {margin:25px}
.margin-30px-all {margin:30px}
.margin-35px-all {margin:35px}
.margin-40px-all {margin:40px}
.margin-45px-all {margin:45px}
.margin-50px-all {margin:50px}
.margin-55px-all {margin:55px}
.margin-60px-all {margin:60px}
.margin-65px-all {margin:65px}
.margin-70px-all {margin:70px}
.margin-75px-all {margin:75px}
.margin-80px-all {margin:80px}
.margin-85px-all {margin:85px}
.margin-90px-all {margin:90px}
.margin-95px-all {margin:95px}
.margin-100px-all {margin:100px}

.no-margin {margin:0 !important}
.no-margin-lr {margin-left: 0 !important; margin-right: 0 !important}
.no-margin-tb {margin-top: 0 !important; margin-bottom: 0 !important}
.no-margin-top {margin-top:0 !important}
.no-margin-bottom {margin-bottom:0 !important}
.no-margin-left {margin-left:0 !important}
.no-margin-right {margin-right:0 !important}
.margin-lr-auto {margin-left:auto !important; margin-right:auto !important}
.margin-auto {margin: 0 auto !important;}

/* margin top */
.margin-half-top {margin-top:.5%}
.margin-one-top {margin-top:1%}
.margin-one-half-top {margin-top:1.5%}
.margin-two-top {margin-top:2%}
.margin-two-half-top {margin-top:2.5%}
.margin-three-top {margin-top:3%}
.margin-three-half-top {margin-top:3.5%}
.margin-four-top {margin-top:4%}
.margin-four-half-top {margin-top:4.5%}
.margin-five-top {margin-top:5%}
.margin-five-half-top {margin-top:5.5%}
.margin-six-top {margin-top:6%}
.margin-six-half-top {margin-top:6.5%}
.margin-seven-top {margin-top:7%}
.margin-seven-half-top {margin-top:7.5%}
.margin-eight-top {margin-top:8%}
.margin-eight-half-top {margin-top:8.5%}
.margin-nine-top {margin-top:9%}
.margin-nine-half-top {margin-top:9.5%}
.margin-ten-top {margin-top:10%}
.margin-ten-half-top {margin-top:10.5%}
.margin-eleven-top {margin-top:11%}
.margin-eleven-half-top {margin-top:11.5%}
.margin-twelve-top {margin-top:12%}
.margin-twelve-half-top {margin-top:12.5%}
.margin-thirteen-top {margin-top:13%}
.margin-thirteen-half-top {margin-top:13.5%}
.margin-fourteen-top {margin-top:14%}
.margin-fourteen-half-top {margin-top:14.5%}
.margin-fifteen-top {margin-top:15%}
.margin-fifteen-half-top {margin-top:15.5%}
.margin-sixteen-top {margin-top:16%}
.margin-sixteen-half-top {margin-top:16.5%}
.margin-seventeen-top {margin-top:17%}
.margin-seventeen-half-top {margin-top:17.5%}
.margin-eighteen-top {margin-top:18%}
.margin-eighteen-half-top {margin-top:18.5%}
.margin-nineteen-top {margin-top:19%}
.margin-nineteen-half-top {margin-top:19.5%}
.margin-twenty-top {margin-top:20%}
.margin-twenty-half-top {margin-top:20.5%}
.margin-twenty-one-top {margin-top:21%}
.margin-twenty-one-half-top {margin-top:21.5%}
.margin-twenty-two-top {margin-top:22%}
.margin-twenty-two-half-top {margin-top:22.5%}
.margin-twenty-three-top {margin-top:23%}
.margin-twenty-three-half-top {margin-top:23.5%}
.margin-twenty-four-top {margin-top:24%}
.margin-twenty-four-half-top {margin-top:24.5%}
.margin-twenty-five-top {margin-top:25%}
.margin-5px-top {margin-top:5px}
.margin-10px-top {margin-top:10px}
.margin-15px-top {margin-top:15px}
.margin-20px-top {margin-top:20px}
.margin-25px-top {margin-top:25px}
.margin-30px-top {margin-top:30px}
.margin-35px-top {margin-top:35px}
.margin-40px-top {margin-top:40px}
.margin-45px-top {margin-top:45px}
.margin-50px-top {margin-top:50px}
.margin-55px-top {margin-top:55px}
.margin-60px-top {margin-top:60px}
.margin-65px-top {margin-top:65px}
.margin-70px-top {margin-top:70px}
.margin-75px-top {margin-top:75px}
.margin-80px-top {margin-top:80px}
.margin-85px-top {margin-top:85px}
.margin-90px-top {margin-top:90px}
.margin-95px-top {margin-top:95px}
.margin-100px-top {margin-top:100px}

/* margin bottom */
.margin-half-bottom {margin-bottom:.5%}
.margin-one-bottom {margin-bottom:1%}
.margin-one-half-bottom {margin-bottom:1.5%}
.margin-two-bottom {margin-bottom:2%}
.margin-two-half-bottom {margin-bottom:2.5%}
.margin-three-bottom {margin-bottom:3%}
.margin-three-half-bottom {margin-bottom:3.5%}
.margin-four-bottom {margin-bottom:4%}
.margin-four-half-bottom {margin-bottom:4.5%}
.margin-five-bottom {margin-bottom:5%}
.margin-five-half-bottom {margin-bottom:5.5%}
.margin-six-bottom {margin-bottom:6%}
.margin-six-half-bottom {margin-bottom:6.5%}
.margin-seven-bottom {margin-bottom:7%}
.margin-seven-half-bottom {margin-bottom:7.5%}
.margin-eight-bottom {margin-bottom:8%}
.margin-eight-half-bottom {margin-bottom:8.5%}
.margin-nine-bottom {margin-bottom:9%}
.margin-nine-half-bottom {margin-bottom:9.5%}
.margin-ten-bottom {margin-bottom:10%}
.margin-ten-half-bottom {margin-bottom:10.5%}
.margin-eleven-bottom {margin-bottom:11%}
.margin-eleven-half-bottom {margin-bottom:11.5%}
.margin-twelve-bottom {margin-bottom:12%}
.margin-twelve-half-bottom {margin-bottom:12.5%}
.margin-thirteen-bottom {margin-bottom:13%}
.margin-thirteen-half-bottom {margin-bottom:13.5%}
.margin-fourteen-bottom {margin-bottom:14%}
.margin-fourteen-half-bottom {margin-bottom:14.5%}
.margin-fifteen-bottom {margin-bottom:15%}
.margin-fifteen-half-bottom {margin-bottom:15.5%}
.margin-sixteen-bottom {margin-bottom:16%}
.margin-sixteen-half-bottom {margin-bottom:16.5%}
.margin-seventeen-bottom {margin-bottom:17%}
.margin-seventeen-half-bottom {margin-bottom:17.5%}
.margin-eighteen-bottom {margin-bottom:18%}
.margin-eighteen-half-bottom {margin-bottom:18.5%}
.margin-nineteen-bottom {margin-bottom:19%}
.margin-nineteen-half-bottom {margin-bottom:19.5%}
.margin-twenty-bottom {margin-bottom:20%}
.margin-twenty-half-bottom {margin-bottom:20.5%}
.margin-twenty-one-bottom {margin-bottom:21%}
.margin-twenty-one-half-bottom {margin-bottom:21.5%}
.margin-twenty-two-bottom {margin-bottom:22%}
.margin-twenty-two-half-bottom {margin-bottom:22.5%}
.margin-twenty-three-bottom {margin-bottom:23%}
.margin-twenty-three-half-bottom {margin-bottom:23.5%}
.margin-twenty-four-bottom {margin-bottom:24%}
.margin-twenty-four-half-bottom {margin-bottom:24.5%}
.margin-twenty-five-bottom {margin-bottom:25%}
.margin-5px-bottom {margin-bottom:5px}
.margin-10px-bottom {margin-bottom:10px}
.margin-15px-bottom {margin-bottom:15px}
.margin-20px-bottom {margin-bottom:20px}
.margin-25px-bottom {margin-bottom:25px}
.margin-30px-bottom {margin-bottom:30px}
.margin-35px-bottom {margin-bottom:35px}
.margin-40px-bottom {margin-bottom:40px}
.margin-45px-bottom {margin-bottom:45px}
.margin-50px-bottom {margin-bottom:50px}
.margin-55px-bottom {margin-bottom:55px}
.margin-60px-bottom {margin-bottom:60px}
.margin-65px-bottom {margin-bottom:65px}
.margin-70px-bottom {margin-bottom:70px}
.margin-75px-bottom {margin-bottom:75px}
.margin-80px-bottom {margin-bottom:80px}
.margin-85px-bottom {margin-bottom:85px}
.margin-90px-bottom {margin-bottom:90px}
.margin-95px-bottom {margin-bottom:95px}
.margin-100px-bottom {margin-bottom:100px}

/* margin right */
.margin-half-right {margin-right:.5%}
.margin-one-right {margin-right:1%}
.margin-one-half-right {margin-right:1.5%}
.margin-two-right {margin-right:2%}
.margin-two-half-right {margin-right:2.5%}
.margin-three-right {margin-right:3%}
.margin-three-half-right {margin-right:3.5%}
.margin-four-right {margin-right:4%}
.margin-four-half-right {margin-right:4.5%}
.margin-five-right {margin-right:5%}
.margin-five-half-right {margin-right:5.5%}
.margin-six-right {margin-right:6%}
.margin-six-half-right {margin-right:6.5%}
.margin-seven-right {margin-right:7%}
.margin-seven-half-right {margin-right:7.5%}
.margin-eight-right {margin-right:8%}
.margin-eight-half-right {margin-right:8.5%}
.margin-nine-right {margin-right:9%}
.margin-nine-half-right {margin-right:9.5%}
.margin-ten-right {margin-right:10%}
.margin-ten-half-right {margin-right:10.5%}
.margin-eleven-right {margin-right:11%}
.margin-eleven-half-right {margin-right:11.5%}
.margin-twelve-right {margin-right:12%}
.margin-twelve-half-right {margin-right:12.5%}
.margin-thirteen-right {margin-right:13%}
.margin-thirteen-half-right {margin-right:13.5%}
.margin-fourteen-right {margin-right:14%}
.margin-fourteen-half-right {margin-right:14.5%}
.margin-fifteen-right {margin-right:15%}
.margin-fifteen-half-right {margin-right:15.5%}
.margin-sixteen-right {margin-right:16%}
.margin-sixteen-half-right {margin-right:16.5%}
.margin-seventeen-right {margin-right:17%}
.margin-seventeen-half-right {margin-right:17.5%}
.margin-eighteen-right {margin-right:18%}
.margin-eighteen-half-right {margin-right:18.5%}
.margin-nineteen-right {margin-right:19%}
.margin-nineteen-half-right {margin-right:19.5%}
.margin-twenty-right {margin-right:20%}
.margin-twenty-half-right {margin-right:20.5%}
.margin-twenty-right {margin-right:21%}
.margin-twenty-one-half-right {margin-right:21.5%}
.margin-twenty-two-right {margin-right:22%}
.margin-twenty-two-half-right {margin-right:22.5%}
.margin-twenty-three-right {margin-right:23%}
.margin-twenty-three-half-right {margin-right:23.5%}
.margin-twenty-four-right {margin-right:24%}
.margin-twenty-four-half-right {margin-right:24.5%}
.margin-twenty-five-right {margin-right:25%}
.margin-5px-right {margin-right:5px}
.margin-10px-right {margin-right:10px}
.margin-15px-right {margin-right:15px}
.margin-20px-right {margin-right:20px}
.margin-25px-right {margin-right:25px}
.margin-30px-right {margin-right:30px}
.margin-35px-right {margin-right:35px}
.margin-40px-right {margin-right:40px}
.margin-45px-right {margin-right:45px}
.margin-50px-right {margin-right:50px}
.margin-55px-right {margin-right:55px}
.margin-60px-right {margin-right:60px}
.margin-65px-right {margin-right:65px}
.margin-70px-right {margin-right:70px}
.margin-75px-right {margin-right:75px}
.margin-80px-right {margin-right:80px}
.margin-85px-right {margin-right:85px}
.margin-90px-right {margin-right:90px}
.margin-95px-right {margin-right:95px}
.margin-100px-right {margin-right:100px}

/* margin left */
.margin-half-left {margin-left:.5%}
.margin-one-left {margin-left:1%}
.margin-one-half-left {margin-left:1.5%}
.margin-two-left {margin-left:2%}
.margin-two-half-left {margin-left:2.5%}
.margin-three-left {margin-left:3%}
.margin-three-half-left {margin-left:3.5%}
.margin-four-left {margin-left:4%}
.margin-four-half-left {margin-left:4.5%}
.margin-five-left {margin-left:5%}
.margin-five-half-left {margin-left:5.5%}
.margin-six-left {margin-left:6%}
.margin-six-half-left {margin-left:6.5%}
.margin-seven-left {margin-left:7%}
.margin-seven-half-left {margin-left:7.5%}
.margin-eight-left {margin-left:8%}
.margin-eight-half-left {margin-left:8.5%}
.margin-nine-left {margin-left:9%}
.margin-nine-half-left {margin-left:9.5%}
.margin-ten-left {margin-left:10%}
.margin-ten-half-left {margin-left:10.5%}
.margin-eleven-left {margin-left:11%}
.margin-eleven-half-left {margin-left:11.5%}
.margin-twelve-left {margin-left:12%}
.margin-twelve-half-left {margin-left:12.5%}
.margin-thirteen-left {margin-left:13%}
.margin-thirteen-half-left {margin-left:13.5%}
.margin-fourteen-left {margin-left:14%}
.margin-fourteen-half-left {margin-left:14.5%}
.margin-fifteen-left {margin-left:15%}
.margin-fifteen-half-left {margin-left:15.5%}
.margin-sixteen-left {margin-left:16%}
.margin-sixteen-half-left {margin-left:16.5%}
.margin-seventeen-left {margin-left:17%}
.margin-seventeen-half-left {margin-left:17.5%}
.margin-eighteen-left {margin-left:18%}
.margin-eighteen-half-left {margin-left:18.5%}
.margin-nineteen-left {margin-left:19%}
.margin-nineteen-half-left {margin-left:19.5%}
.margin-twenty-left {margin-left:20%}
.margin-twenty-half-left {margin-left:20.5%}
.margin-twenty-one-left {margin-left:21%}
.margin-twenty-one-half-left {margin-left:21.5%}
.margin-twenty-two-left {margin-left:22%}
.margin-twenty-two-half-left {margin-left:22.5%}
.margin-twenty-three-left {margin-left:23%}
.margin-twenty-three-half-left {margin-left:23.5%}
.margin-twenty-four-left {margin-left:24%}
.margin-twenty-four-half-left {margin-left:24.5%}
.margin-twenty-five-left {margin-left:25%}
.margin-5px-left {margin-left:5px}
.margin-10px-left {margin-left:10px}
.margin-15px-left {margin-left:15px}
.margin-20px-left {margin-left:20px}
.margin-25px-left {margin-left:25px}
.margin-30px-left {margin-left:30px}
.margin-35px-left {margin-left:35px}
.margin-40px-left {margin-left:40px}
.margin-45px-left {margin-left:45px}
.margin-50px-left {margin-left:50px}
.margin-55px-left {margin-left:55px}
.margin-60px-left {margin-left:60px}
.margin-65px-left {margin-left:65px}
.margin-70px-left {margin-left:70px}
.margin-75px-left {margin-left:75px}
.margin-80px-left {margin-left:80px}
.margin-85px-left {margin-left:85px}
.margin-90px-left {margin-left:90px}
.margin-95px-left {margin-left:95px}
.margin-100px-left {margin-left:100px}

/* margin left and right */
.margin-half-lr {margin-left:.5%; margin-right:.5%}
.margin-one-lr {margin-left:1%; margin-right:1%;}
.margin-one-half-lr {margin-left:1.5%; margin-right:1.5%;}
.margin-two-lr {margin-left:2%; margin-right:2%;}
.margin-two-half-lr {margin-left:2.5%; margin-right:2.5%;}
.margin-three-lr {margin-left:3%; margin-right:3%;}
.margin-three-half-lr {margin-left:3.5%; margin-right:3.5%;}
.margin-four-lr {margin-left:4%; margin-right:4%;}
.margin-four-half-lr {margin-left:4.5%; margin-right:4.5%;}
.margin-five-lr {margin-left:5%; margin-right:5%;}
.margin-five-half-lr {margin-left:5.5%; margin-right:5.5%;}
.margin-six-lr {margin-left:6%; margin-right:6%;}
.margin-six-half-lr {margin-left:6.5%; margin-right:6.5%;}
.margin-seven-lr {margin-left:7%; margin-right:7%;}
.margin-seven-half-lr {margin-left:7.5%; margin-right:7.5%;}
.margin-eight-lr {margin-left:8%; margin-right:8%;}
.margin-eight-half-lr {margin-left:8.5%; margin-right:8.5%;}
.margin-nine-lr {margin-left:9%; margin-right:9%;}
.margin-nine-half-lr {margin-left:9.5%; margin-right:9.5%;}
.margin-ten-lr {margin-left:10%; margin-right:10%;}
.margin-ten-half-lr {margin-left:10.5%; margin-right:10.5%;}
.margin-eleven-lr {margin-left:11%; margin-right:11%;}
.margin-eleven-half-lr {margin-left:11.5%; margin-right:11.5%;}
.margin-twelve-lr {margin-left:12%; margin-right:12%;}
.margin-twelve-half-lr {margin-left:12.5%; margin-right:12.5%;}
.margin-thirteen-lr {margin-left:13%; margin-right:13%;}
.margin-thirteen-half-lr {margin-left:13.5%; margin-right:13.5%;}
.margin-fourteen-lr {margin-left:14%; margin-right:14%;}
.margin-fourteen-half-lr {margin-left:14.5%; margin-right:14.5%;}
.margin-fifteen-lr {margin-left:15%; margin-right:15%;}
.margin-fifteen-half-lr {margin-left:15.5%; margin-right:15.5%;}
.margin-sixteen-lr {margin-left:16%; margin-right:16%;}
.margin-sixteen-half-lr {margin-left:16.5%; margin-right:16.5%;}
.margin-seventeen-lr {margin-left:17%; margin-right:17%;}
.margin-seventeen-half-lr {margin-left:17.5%; margin-right:17.5%;}
.margin-eighteen-lr {margin-left:18%; margin-right:18%;}
.margin-eighteen-half-lr {margin-left:18.5%; margin-right:18.5%;}
.margin-nineteen-lr {margin-left:19%; margin-right:19%;}
.margin-nineteen-half-lr {margin-left:19.5%; margin-right:19.5%;}
.margin-twenty-lr {margin-left:20%; margin-right:20%;}
.margin-twenty-half-lr {margin-left:20.5%; margin-right:20.5%;}
.margin-twenty-one-lr {margin-left:21%; margin-right:21%;}
.margin-twenty-one-half-lr {margin-left:21.5%; margin-right:21.5%;}
.margin-twenty-two-lr {margin-left:22%; margin-right:22%;}
.margin-twenty-two-half-lr {margin-left:22.5%; margin-right:22.5%;}
.margin-twenty-three-lr {margin-left:23%; margin-right:23%;}
.margin-twenty-three-half-lr {margin-left:23.5%; margin-right:23.5%;}
.margin-twenty-four-lr {margin-left:24%; margin-right:24%;}
.margin-twenty-four-half-lr {margin-left:24.5%; margin-right:24.5%;}
.margin-twenty-five-lr {margin-left:25%; margin-right:25%;}
.margin-5px-lr {margin-left:5px; margin-right:5px;}
.margin-10px-lr {margin-left:10px; margin-right:10px;}
.margin-15px-lr {margin-left:15px; margin-right:15px;}
.margin-20px-lr {margin-left:20px; margin-right:20px;}
.margin-25px-lr {margin-left:25px; margin-right:25px;}
.margin-30px-lr {margin-left:30px; margin-right:30px;}
.margin-35px-lr {margin-left:35px; margin-right:35px;}
.margin-40px-lr {margin-left:40px; margin-right:40px;}
.margin-45px-lr {margin-left:45px; margin-right:45px;}
.margin-50px-lr {margin-left:50px; margin-right:50px;}
.margin-55px-lr {margin-left:55px; margin-right:55px;}
.margin-60px-lr {margin-left:60px; margin-right:60px;}
.margin-65px-lr {margin-left:65px; margin-right:65px;}
.margin-70px-lr {margin-left:70px; margin-right:70px;}
.margin-75px-lr {margin-left:75px; margin-right:75px;}
.margin-80px-lr {margin-left:80px; margin-right:80px;}
.margin-85px-lr {margin-left:85px; margin-right:85px;}
.margin-90px-lr {margin-left:90px; margin-right:90px;}
.margin-95px-lr {margin-left:95px; margin-right:95px;}
.margin-100px-lr {margin-left:100px; margin-right:100px;}

/* margin top and bottom */
.margin-half-tb {margin-top:.5%; margin-bottom:.5%}
.margin-one-tb {margin-top:1%; margin-bottom:1%;}
.margin-one-half-tb {margin-top:1.5%; margin-bottom:1.5%;}
.margin-two-tb {margin-top:2%; margin-bottom:2%;}
.margin-two-half-tb {margin-top:2.5%; margin-bottom:2.5%;}
.margin-three-tb {margin-top:3%; margin-bottom:3%;}
.margin-three-half-tb {margin-top:3.5%; margin-bottom:3.5%;}
.margin-four-tb {margin-top:4%; margin-bottom:4%;}
.margin-four-half-tb {margin-top:4.5%; margin-bottom:4.5%;}
.margin-five-tb {margin-top:5%; margin-bottom:5%;}
.margin-five-half-tb {margin-top:5.5%; margin-bottom:5.5%;}
.margin-six-tb {margin-top:6%; margin-bottom:6%;}
.margin-six-half-tb {margin-top:6.5%; margin-bottom:6.5%;}
.margin-seven-tb {margin-top:7%; margin-bottom:7%;}
.margin-seven-half-tb {margin-top:7.5%; margin-bottom:7.5%;}
.margin-eight-tb {margin-top:8%; margin-bottom:8%;}
.margin-eight-half-tb {margin-top:8.5%; margin-bottom:8.5%;}
.margin-nine-tb {margin-top:9%; margin-bottom:9%;}
.margin-nine-half-tb {margin-top:9.5%; margin-bottom:9.5%;}
.margin-ten-tb {margin-top:10%; margin-bottom:10%;}
.margin-ten-half-tb {margin-top:10.5%; margin-bottom:10.5%;}
.margin-eleven-tb {margin-top:11%; margin-bottom:11%;}
.margin-eleven-half-tb {margin-top:11.5%; margin-bottom:11.5%;}
.margin-twelve-tb {margin-top:12%; margin-bottom:12%;}
.margin-twelve-half-tb {margin-top:12.5%; margin-bottom:12.5%;}
.margin-thirteen-tb {margin-top:13%; margin-bottom:13%;}
.margin-thirteen-half-tb {margin-top:13.5%; margin-bottom:13.5%;}
.margin-fourteen-tb {margin-top:14%; margin-bottom:14%;}
.margin-fourteen-half-tb {margin-top:14.5%; margin-bottom:14.5%;}
.margin-fifteen-tb {margin-top:15%; margin-bottom:15%;}
.margin-fifteen-half-tb {margin-top:15.5%; margin-bottom:15.5%;}
.margin-sixteen-tb {margin-top:16%; margin-bottom:16%;}
.margin-sixteen-half-tb {margin-top:16.5%; margin-bottom:16.5%;}
.margin-seventeen-tb {margin-top:17%; margin-bottom:17%;}
.margin-seventeen-half-tb {margin-top:17.5%; margin-bottom:17.5%;}
.margin-eighteen-tb {margin-top:18%; margin-bottom:18%;}
.margin-eighteen-half-tb {margin-top:18.5%; margin-bottom:18.5%;}
.margin-nineteen-tb {margin-top:19%; margin-bottom:19%;}
.margin-nineteen-half-tb {margin-top:19.5%; margin-bottom:19.5%;}
.margin-twenty-tb {margin-top:20%; margin-bottom:20%;}
.margin-twenty-half-tb {margin-top:20.5%; margin-bottom:20.5%;}
.margin-twenty-one-tb {margin-top:21%; margin-bottom:21%;}
.margin-twenty-one-half-tb {margin-top:21.5%; margin-bottom:21.5%;}
.margin-twenty-two-tb {margin-top:22%; margin-bottom:22%;}
.margin-twenty-two-half-tb {margin-top:22.5%; margin-bottom:22.5%;}
.margin-twenty-three-tb {margin-top:23%; margin-bottom:23%;}
.margin-twenty-three-half-tb {margin-top:23.5%; margin-bottom:23.5%;}
.margin-twenty-four-tb {margin-top:24%; margin-bottom:24%;}
.margin-twenty-four-half-tb {margin-top:24.5%; margin-bottom:24.5%;}
.margin-twenty-five-tb {margin-top:25%; margin-bottom:25%;}
.margin-5px-tb {margin-top:5px; margin-bottom:5px;}
.margin-10px-tb {margin-top:10px; margin-bottom:10px;}
.margin-15px-tb {margin-top:15px; margin-bottom:15px;}
.margin-20px-tb {margin-top:20px; margin-bottom:20px;}
.margin-25px-tb {margin-top:25px; margin-bottom:25px;}
.margin-30px-tb {margin-top:30px; margin-bottom:30px;}
.margin-35px-tb {margin-top:35px; margin-bottom:35px;}
.margin-40px-tb {margin-top:40px; margin-bottom:40px;}
.margin-45px-tb {margin-top:45px; margin-bottom:45px;}
.margin-50px-tb {margin-top:50px; margin-bottom:50px;}
.margin-55px-tb {margin-top:55px; margin-bottom:55px;}
.margin-60px-tb {margin-top:60px; margin-bottom:60px;}
.margin-65px-tb {margin-top:65px; margin-bottom:65px;}
.margin-70px-tb {margin-top:70px; margin-bottom:70px;}
.margin-75px-tb {margin-top:75px; margin-bottom:75px;}
.margin-80px-tb {margin-top:80px; margin-bottom:80px;}
.margin-85px-tb {margin-top:85px; margin-bottom:85px;}
.margin-90px-tb {margin-top:90px; margin-bottom:90px;}
.margin-95px-tb {margin-top:95px; margin-bottom:95px;}
.margin-100px-tb {margin-top:100px; margin-bottom:100px;}

/* ===============================
    12. Padding
================================= */

.no-padding {padding:0 !important}
.no-padding-lr {padding-left: 0 !important; padding-right: 0 !important}
.no-padding-tb {padding-top: 0 !important; padding-bottom: 0 !important}
.no-padding-top {padding-top:0 !important}
.no-padding-bottom {padding-bottom:0 !important}
.no-padding-left {padding-left:0 !important}
.no-padding-right {padding-right:0 !important}

.padding-half-all {padding:.5%;}
.padding-one-all {padding:1%;}
.padding-one-half-all {padding:1.5%;}
.padding-two-all {padding:2%;}
.padding-two-half-all {padding:2.5%;}
.padding-three-all {padding:3%;}
.padding-three-half-all {padding:3.5%;}
.padding-four-all {padding:4%;}
.padding-four-half-all {padding:4.5%;}
.padding-five-all {padding:5%;}
.padding-five-half-all {padding:5.5%;}
.padding-six-all {padding:6%;}
.padding-six-half-all {padding:6.5%;}
.padding-seven-all {padding:7%;}
.padding-seven-half-all {padding:7.5%;}
.padding-eight-all {padding:8%;}
.padding-eight-half-all {padding:8.5%;}
.padding-nine-all {padding:9%;}
.padding-nine-half-all {padding:9.5%;}
.padding-ten-all {padding:10%;}
.padding-ten-half-all {padding:10.5%;}
.padding-eleven-all {padding:11%;}
.padding-eleven-half-all {padding:11.5%;}
.padding-twelve-all {padding:12%;}
.padding-twelve-half-all {padding:12.5%;}
.padding-thirteen-all {padding:13%;}
.padding-thirteen-half-all {padding:13.5%;}
.padding-fourteen-all {padding:14%;}
.padding-fourteen-half-all {padding:14.5%;}
.padding-fifteen-all {padding:15%;}
.padding-fifteen-half-all {padding:15.5%;}
.padding-sixteen-all {padding:16%;}
.padding-sixteen-half-all {padding:16.5%;}
.padding-seventeen-all {padding:17%;}
.padding-seventeen-half-all {padding:17.5%;}
.padding-eighteen-all {padding:18%;}
.padding-eighteen-half-all {padding:18.5%;}
.padding-nineteen-all {padding:19%;}
.padding-nineteen-half-all {padding:19.5%;}
.padding-twenty-all {padding:20%;}
.padding-twenty-half-all {padding:20.5%;}
.padding-twenty-one-all {padding:21%;}
.padding-twenty-one-half-all {padding:21.5%;}
.padding-twenty-two-all {padding:22%;}
.padding-twenty-two-half-all {padding:22.5%;}
.padding-twenty-three-all {padding:23%;}
.padding-twenty-three-half-all {padding:23.5%;}
.padding-twenty-four-all {padding:24%;}
.padding-twenty-four-half-all {padding:24.5%;}
.padding-twenty-five-all {padding:25%;}
.padding-twenty-five-half-all {padding:25.5%;}
.padding-5px-all {padding:5px;}
.padding-10px-all {padding:10px;}
.padding-15px-all {padding:15px;}
.padding-20px-all {padding:20px;}
.padding-25px-all {padding:25px;}
.padding-30px-all {padding:30px;}
.padding-35px-all {padding:35px;}
.padding-40px-all {padding:40px;}
.padding-45px-all {padding:45px;}
.padding-50px-all {padding:50px;}
.padding-55px-all {padding:55px;}
.padding-60px-all {padding:60px;}
.padding-65px-all {padding:65px;}
.padding-70px-all {padding:70px;}
.padding-75px-all {padding:75px;}
.padding-80px-all {padding:80px;}
.padding-85px-all {padding:85px;}
.padding-90px-all {padding:90px;}
.padding-95px-all {padding:95px;}
.padding-100px-all {padding:100px;}

/* padding top */
.padding-half-top {padding-top:.5%;}
.padding-one-top {padding-top:1%;}
.padding-one-half-top {padding-top:1.5%;}
.padding-two-top {padding-top:2%;}
.padding-two-half-top {padding-top:2.5%;}
.padding-three-top {padding-top:3%;}
.padding-three-half-top {padding-top:3.5%;}
.padding-four-top {padding-top:4%;}
.padding-four-half-top {padding-top:4.5%;}
.padding-five-top {padding-top:5%;}
.padding-five-half-top {padding-top:5.5%;}
.padding-six-top {padding-top:6%;}
.padding-six-half-top {padding-top:6.5%;}
.padding-seven-top {padding-top:7%;}
.padding-seven-half-top {padding-top:7.5%;}
.padding-eight-top {padding-top:8%;}
.padding-eight-half-top {padding-top:8.5%;}
.padding-nine-top {padding-top:9%;}
.padding-nine-half-top {padding-top:9.5%;}
.padding-ten-top {padding-top:10%;}
.padding-ten-half-top {padding-top:10.5%;}
.padding-eleven-top {padding-top:11%;}
.padding-eleven-half-top {padding-top:11.5%;}
.padding-twelve-top {padding-top:12%;}
.padding-twelve-half-top {padding-top:12.5%;}
.padding-thirteen-top {padding-top:13%;}
.padding-thirteen-half-top {padding-top:13.5%;}
.padding-fourteen-top {padding-top:14%;}
.padding-fourteen-half-top {padding-top:14.5%;}
.padding-fifteen-top {padding-top:15%;}
.padding-fifteen-half-top {padding-top:15.5%;}
.padding-sixteen-top {padding-top:16%;}
.padding-sixteen-half-top {padding-top:16.5%;}
.padding-seventeen-top {padding-top:17%;}
.padding-seventeen-half-top {padding-top:17.5%;}
.padding-eighteen-top {padding-top:18%;}
.padding-eighteen-half-top {padding-top:18.5%;}
.padding-nineteen-top {padding-top:19%;}
.padding-nineteen-half-top {padding-top:19.5%;}
.padding-twenty-top {padding-top:20%;}
.padding-twenty-half-top {padding-top:20.5%;}
.padding-twenty-one-top {padding-top:21%;}
.padding-twenty-one-half-top {padding-top:21.5%;}
.padding-twenty-two-top {padding-top:22%;}
.padding-twenty-two-half-top {padding-top:22.5%;}
.padding-twenty-two-top {padding-top:22%;}
.padding-twenty-two-half-top {padding-top:22.5%;}
.padding-twenty-three-top {padding-top:23%;}
.padding-twenty-three-half-top {padding-top:23.5%;}
.padding-twenty-four-top {padding-top:24%;}
.padding-twenty-four-half-top {padding-top:24.5%;}
.padding-twenty-five-top {padding-top:25%;}
.padding-5px-top {padding-top:5px;}
.padding-10px-top {padding-top:10px;}
.padding-15px-top {padding-top:15px;}
.padding-20px-top {padding-top:20px;}
.padding-25px-top {padding-top:25px;}
.padding-30px-top {padding-top:30px;}
.padding-35px-top {padding-top:35px;}
.padding-40px-top {padding-top:40px;}
.padding-45px-top {padding-top:45px;}
.padding-50px-top {padding-top:50px;}
.padding-55px-top {padding-top:55px;}
.padding-60px-top {padding-top:60px;}
.padding-65px-top {padding-top:65px;}
.padding-70px-top {padding-top:70px;}
.padding-75px-top {padding-top:75px;}
.padding-80px-top {padding-top:80px;}
.padding-85px-top {padding-top:85px;}
.padding-90px-top {padding-top:90px;}
.padding-95px-top {padding-top:95px;}
.padding-100px-top {padding-top:100px;}

/* padding bottom */
.padding-half-bottom {padding-bottom:.5%;}
.padding-one-bottom {padding-bottom:1%;}
.padding-one-half-bottom {padding-bottom:1.5%;}
.padding-two-bottom {padding-bottom:2%;}
.padding-two-half-bottom {padding-bottom:2.5%;}
.padding-three-bottom {padding-bottom:3%;}
.padding-three-half-bottom {padding-bottom:3.5%;}
.padding-four-bottom {padding-bottom:4%;}
.padding-four-half-bottom {padding-bottom:4.5%;}
.padding-five-bottom {padding-bottom:5%;}
.padding-five-half-bottom {padding-bottom:5.5%;}
.padding-six-bottom {padding-bottom:6%;}
.padding-six-half-bottom {padding-bottom:6.5%;}
.padding-seven-bottom {padding-bottom:7%;}
.padding-seven-half-bottom {padding-bottom:7.5%;}
.padding-eight-bottom {padding-bottom:8%;}
.padding-eight-half-bottom {padding-bottom:8.5%;}
.padding-nine-bottom {padding-bottom:9%;}
.padding-nine-half-bottom {padding-bottom:9.5%;}
.padding-ten-bottom {padding-bottom:10%;}
.padding-ten-half-bottom {padding-bottom:10.5%;}
.padding-eleven-bottom {padding-bottom:11%;}
.padding-eleven-half-bottom {padding-bottom:11.5%;}
.padding-twelve-bottom {padding-bottom:12%;}
.padding-twelve-half-bottom {padding-bottom:12.5%;}
.padding-thirteen-bottom {padding-bottom:13%;}
.padding-thirteen-half-bottom {padding-bottom:13.5%;}
.padding-fourteen-bottom {padding-bottom:14%;}
.padding-fourteen-half-bottom {padding-bottom:14.5%;}
.padding-fifteen-bottom {padding-bottom:15%;}
.padding-fifteen-half-bottom {padding-bottom:15.5%;}
.padding-sixteen-bottom {padding-bottom:16%;}
.padding-sixteen-half-bottom {padding-bottom:16.5%;}
.padding-seventeen-bottom {padding-bottom:17%;}
.padding-seventeen-half-bottom {padding-bottom:17.5%;}
.padding-eighteen-bottom {padding-bottom:18%;}
.padding-eighteen-half-bottom {padding-bottom:18.5%;}
.padding-nineteen-bottom {padding-bottom:19%;}
.padding-nineteen-half-bottom {padding-bottom:19.5%;}
.padding-twenty-bottom {padding-bottom:20%;}
.padding-twenty-half-bottom {padding-bottom:20.5%;}
.padding-twenty-one-bottom {padding-bottom:21%;}
.padding-twenty-one-half-bottom {padding-bottom:21.5%;}
.padding-twenty-two-bottom {padding-bottom:22%;}
.padding-twenty-two-half-bottom {padding-bottom:22.5%;}
.padding-twenty-three-bottom {padding-bottom:23%;}
.padding-twenty-three-half-bottom {padding-bottom:23.5%;}
.padding-twenty-four-bottom {padding-bottom:24%;}
.padding-twenty-four-half-bottom {padding-bottom:24.5%;}
.padding-twenty-five-bottom {padding-bottom:25%;}
.padding-5px-bottom {padding-bottom:5px;}
.padding-10px-bottom {padding-bottom:10px;}
.padding-15px-bottom {padding-bottom:15px;}
.padding-20px-bottom {padding-bottom:20px;}
.padding-25px-bottom {padding-bottom:25px;}
.padding-30px-bottom {padding-bottom:30px;}
.padding-35px-bottom {padding-bottom:35px;}
.padding-40px-bottom {padding-bottom:40px;}
.padding-45px-bottom {padding-bottom:45px;}
.padding-50px-bottom {padding-bottom:50px;}
.padding-55px-bottom {padding-bottom:55px;}
.padding-60px-bottom {padding-bottom:60px;}
.padding-65px-bottom {padding-bottom:65px;}
.padding-70px-bottom {padding-bottom:70px;}
.padding-75px-bottom {padding-bottom:75px;}
.padding-80px-bottom {padding-bottom:80px;}
.padding-85px-bottom {padding-bottom:85px;}
.padding-90px-bottom {padding-bottom:90px;}
.padding-95px-bottom {padding-bottom:95px;}
.padding-100px-bottom {padding-bottom:100px;}

/* padding right */
.padding-half-right {padding-right:.5%;}
.padding-one-right {padding-right:1%;}
.padding-one-half-right {padding-right:1.5%;}
.padding-two-right {padding-right:2%;}
.padding-two-half-right {padding-right:2.5%;}
.padding-three-right {padding-right:3%;}
.padding-three-half-right {padding-right:3.5%;}
.padding-four-right {padding-right:4%;}
.padding-four-half-right {padding-right:4.5%;}
.padding-five-right {padding-right:5%;}
.padding-five-half-right {padding-right:5.5%;}
.padding-six-right {padding-right:6%;}
.padding-six-half-right {padding-right:6.5%;}
.padding-seven-right {padding-right:7%;}
.padding-seven-half-right {padding-right:7.5%;}
.padding-eight-right {padding-right:8%;}
.padding-eight-half-right {padding-right:8.5%;}
.padding-nine-right {padding-right:9%;}
.padding-nine-half-right {padding-right:9.5%;}
.padding-ten-right {padding-right:10%;}
.padding-ten-half-right {padding-right:10.5%;}
.padding-eleven-right {padding-right:11%;}
.padding-eleven-half-right {padding-right:11.5%;}
.padding-twelve-right {padding-right:12%;}
.padding-twelve-half-right {padding-right:12.5%;}
.padding-thirteen-right {padding-right:13%;}
.padding-thirteen-half-right {padding-right:13.5%;}
.padding-fourteen-right {padding-right:14%;}
.padding-fourteen-half-right {padding-right:14.5%;}
.padding-fifteen-right {padding-right:15%;}
.padding-fifteen-half-right {padding-right:15.5%;}
.padding-sixteen-right {padding-right:16%;}
.padding-sixteen-half-right {padding-right:16.5%;}
.padding-seventeen-right {padding-right:17%;}
.padding-seventeen-half-right {padding-right:17.5%;}
.padding-eighteen-right {padding-right:18%;}
.padding-eighteen-half-right {padding-right:18.5%;}
.padding-nineteen-right {padding-right:19%;}
.padding-nineteen-half-right {padding-right:19.5%;}
.padding-twenty-right {padding-right:20%;}
.padding-twenty-half-right {padding-right:20.5%;}
.padding-twenty-one-right {padding-right:21%;}
.padding-twenty-one-half-right {padding-right:21.5%;}
.padding-twenty-two-right {padding-right:22%;}
.padding-twenty-two-half-right {padding-right:22.5%;}
.padding-twenty-three-right {padding-right:23%;}
.padding-twenty-three-half-right {padding-right:23.5%;}
.padding-twenty-four-right {padding-right:24%;}
.padding-twenty-four-half-right {padding-right:24.5%;}
.padding-twenty-five-right {padding-right:25%;}
.padding-5px-right {padding-right:5px;}
.padding-10px-right {padding-right:10px;}
.padding-15px-right {padding-right:15px;}
.padding-20px-right {padding-right:20px;}
.padding-25px-right {padding-right:25px;}
.padding-30px-right {padding-right:30px;}
.padding-35px-right {padding-right:35px;}
.padding-40px-right {padding-right:40px;}
.padding-45px-right {padding-right:45px;}
.padding-50px-right {padding-right:50px;}
.padding-55px-right {padding-right:55px;}
.padding-60px-right {padding-right:60px;}
.padding-65px-right {padding-right:65px;}
.padding-70px-right {padding-right:70px;}
.padding-75px-right {padding-right:75px;}
.padding-80px-right {padding-right:80px;}
.padding-85px-right {padding-right:85px;}
.padding-90px-right {padding-right:90px;}
.padding-95px-right {padding-right:95px;}
.padding-100px-right {padding-right:100px;}

/* padding left */
.padding-half-left {padding-left:.5%;}
.padding-one-left {padding-left:1%;}
.padding-one-half-left {padding-left:1.5%;}
.padding-two-left {padding-left:2%;}
.padding-two-half-left {padding-left:2.5%;}
.padding-three-left {padding-left:3%;}
.padding-three-half-left {padding-left:3.5%;}
.padding-four-left {padding-left:4%;}
.padding-four-half-left {padding-left:4.5%;}
.padding-five-left {padding-left:5%;}
.padding-five-half-left {padding-left:5.5%;}
.padding-six-left {padding-left:6%;}
.padding-six-half-left {padding-left:6.5%;}
.padding-seven-left {padding-left:7%;}
.padding-seven-half-left {padding-left:7.5%;}
.padding-eight-left {padding-left:8%;}
.padding-eight-half-left {padding-left:8.5%;}
.padding-nine-left {padding-left:9%;}
.padding-nine-half-left {padding-left:9.5%;}
.padding-ten-left {padding-left:10%;}
.padding-ten-half-left {padding-left:10.5%;}
.padding-eleven-left {padding-left:11%;}
.padding-eleven-half-left {padding-left:11.5%;}
.padding-twelve-left {padding-left:12%;}
.padding-twelve-half-left {padding-left:12.5%;}
.padding-thirteen-left {padding-left:13%;}
.padding-thirteen-half-left {padding-left:13.5%;}
.padding-fourteen-left {padding-left:14%;}
.padding-fourteen-half-left {padding-left:14.5%;}
.padding-fifteen-left {padding-left:15%;}
.padding-fifteen-half-left {padding-left:15.5%;}
.padding-sixteen-left {padding-left:16%;}
.padding-sixteen-half-left {padding-left:16.5%;}
.padding-seventeen-left {padding-left:17%;}
.padding-seventeen-half-left {padding-left:17.5%;}
.padding-eighteen-left {padding-left:18%;}
.padding-eighteen-half-left {padding-left:18.5%;}
.padding-nineteen-left {padding-left:19%;}
.padding-nineteen-half-left {padding-left:19.5%;}
.padding-twenty-left {padding-left:20%;}
.padding-twenty-half-left {padding-left:20.5%;}
.padding-twenty-one-left {padding-left:21%;}
.padding-twenty-one-half-left {padding-left:21.5%;}
.padding-twenty-two-left {padding-left:22%;}
.padding-twenty-two-half-left {padding-left:22.5%;}
.padding-twenty-three-left {padding-left:23%;}
.padding-twenty-three-half-left {padding-left:23.5%;}
.padding-twenty-four-left {padding-left:24%;}
.padding-twenty-four-half-left {padding-left:24.5%;}
.padding-twenty-five-left {padding-left:25%;}
.padding-5px-left {padding-left:5px;}
.padding-10px-left {padding-left:10px;}
.padding-15px-left {padding-left:15px;}
.padding-20px-left {padding-left:20px;}
.padding-25px-left {padding-left:25px;}
.padding-30px-left {padding-left:30px;}
.padding-35px-left {padding-left:35px;}
.padding-40px-left {padding-left:40px;}
.padding-45px-left {padding-left:45px;}
.padding-50px-left {padding-left:50px;}
.padding-55px-left {padding-left:55px;}
.padding-60px-left {padding-left:60px;}
.padding-65px-left {padding-left:65px;}
.padding-70px-left {padding-left:70px;}
.padding-75px-left {padding-left:75px;}
.padding-80px-left {padding-left:80px;}
.padding-85px-left {padding-left:85px;}
.padding-90px-left {padding-left:90px;}
.padding-95px-left {padding-left:95px;}
.padding-100px-left {padding-left:100px;}

/* padding top and bottom */
.padding-half-tb {padding-top:.5%; padding-bottom:.5%;}
.padding-one-tb {padding-top:1%; padding-bottom:1%;}
.padding-one-half-tb {padding-top:1.5%; padding-bottom:1.5%;}
.padding-two-tb {padding-top:2%; padding-bottom:2%;}
.padding-two-half-tb {padding-top:2.5%; padding-bottom:2.5%;}
.padding-three-tb {padding-top:3%; padding-bottom:3%;}
.padding-three-half-tb {padding-top:3.5%; padding-bottom:3.5%;}
.padding-four-tb {padding-top:4%; padding-bottom:4%;}
.padding-four-half-tb {padding-top:4.5%; padding-bottom:4.5%;}
.padding-five-tb {padding-top:5%; padding-bottom:5%;}
.padding-five-half-tb {padding-top:5.5%; padding-bottom:5.5%;}
.padding-six-tb {padding-top:6%; padding-bottom:6%;}
.padding-six-half-tb {padding-top:6.5%; padding-bottom:6.5%;}
.padding-seven-tb {padding-top:7%; padding-bottom:7%;}
.padding-seven-half-tb {padding-top:7.5%; padding-bottom:7.5%;}
.padding-eight-tb {padding-top:8%; padding-bottom:8%;}
.padding-eight-half-tb {padding-top:8.5%; padding-bottom:8.5%;}
.padding-nine-tb {padding-top:9%; padding-bottom:9%;}
.padding-nine-half-tb {padding-top:9.5%; padding-bottom:9.5%;}
.padding-ten-tb {padding-top:10%; padding-bottom:10%;}
.padding-ten-half-tb {padding-top:10.5%; padding-bottom:10.5%;}
.padding-eleven-tb {padding-top:11%; padding-bottom:11%;}
.padding-eleven-half-tb {padding-top:11.5%; padding-bottom:11.5%;}
.padding-twelve-tb {padding-top:12%; padding-bottom:12%;}
.padding-twelve-half-tb {padding-top:12.5%; padding-bottom:12.5%;}
.padding-thirteen-tb {padding-top:13%; padding-bottom:13%;}
.padding-thirteen-half-tb {padding-top:13.5%; padding-bottom:13.5%;}
.padding-fourteen-tb {padding-top:14%; padding-bottom:14%;}
.padding-fourteen-half-tb {padding-top:14.5%; padding-bottom:14.5%;}
.padding-fifteen-tb {padding-top:15%; padding-bottom:15%;}
.padding-fifteen-half-tb {padding-top:15.5%; padding-bottom:15.5%;}
.padding-sixteen-tb {padding-top:16%; padding-bottom:16%;}
.padding-sixteen-half-tb {padding-top:16.5%; padding-bottom:16.5%;}
.padding-seventeen-tb {padding-top:17%; padding-bottom:17%;}
.padding-seventeen-half-tb {padding-top:17.5%; padding-bottom:17.5%;}
.padding-eighteen-tb {padding-top:18%; padding-bottom:18%;}
.padding-eighteen-half-tb {padding-top:18.5%; padding-bottom:18.5%;}
.padding-nineteen-tb {padding-top:19%; padding-bottom:19%;}
.padding-nineteen-half-tb {padding-top:19.5%; padding-bottom:19.5%;}
.padding-twenty-tb {padding-top:20%; padding-bottom:20%;}
.padding-twenty-half-tb {padding-top:20.5%; padding-bottom:20%;}
.padding-twenty-one-tb {padding-top:21%; padding-bottom:21%;}
.padding-twenty-one-half-tb {padding-top:21.5%; padding-bottom:21.5%;}
.padding-twenty-two-tb {padding-top:22%; padding-bottom:22%;}
.padding-twenty-two-half-tb {padding-top:22.5%; padding-bottom:22.5%;}
.padding-twenty-three-tb {padding-top:23%; padding-bottom:23%;}
.padding-twenty-three-half-tb {padding-top:23.5%; padding-bottom:23.5%;}
.padding-twenty-four-tb {padding-top:24%; padding-bottom:24%;}
.padding-twenty-four-half-tb {padding-top:24.5%; padding-bottom:24.5%;}
.padding-twenty-five-tb {padding-top:25%; padding-bottom:25%;}
.padding-thirty-tb {padding-top:30%; padding-bottom:30%;}
.padding-5px-tb {padding-top:5px; padding-bottom:5px;}
.padding-10px-tb {padding-top:10px; padding-bottom:10px;}
.padding-15px-tb {padding-top:15px; padding-bottom:15px;}
.padding-20px-tb {padding-top:20px; padding-bottom:20px;}
.padding-25px-tb {padding-top:25px; padding-bottom:25px;}
.padding-30px-tb {padding-top:30px; padding-bottom:30px;}
.padding-35px-tb {padding-top:35px; padding-bottom:35px;}
.padding-40px-tb {padding-top:40px; padding-bottom:40px;}
.padding-45px-tb {padding-top:45px; padding-bottom:45px;}
.padding-50px-tb {padding-top:50px; padding-bottom:50px;}
.padding-55px-tb {padding-top:55px; padding-bottom:55px;}
.padding-60px-tb {padding-top:60px; padding-bottom:60px;}
.padding-65px-tb {padding-top:65px; padding-bottom:65px;}
.padding-70px-tb {padding-top:70px; padding-bottom:70px;}
.padding-75px-tb {padding-top:75px; padding-bottom:75px;}
.padding-80px-tb {padding-top:80px; padding-bottom:80px;}
.padding-85px-tb {padding-top:85px; padding-bottom:85px;}
.padding-90px-tb {padding-top:90px; padding-bottom:90px;}
.padding-95px-tb {padding-top:95px; padding-bottom:95px;}
.padding-100px-tb {padding-top:100px; padding-bottom:100px;}

/* padding left and right */
.padding-half-lr {padding-left:.5%; padding-right:.5%;}
.padding-one-lr {padding-left:1%; padding-right:1%;}
.padding-one-half-lr {padding-left:1.5%; padding-right:1.5%;}
.padding-two-lr {padding-left:2%; padding-right:2%;}
.padding-two-half-lr {padding-left:2.5%; padding-right:2.5%;}
.padding-three-lr {padding-left:3%; padding-right:3%;}
.padding-three-half-lr {padding-left:3.5%; padding-right:3.5%;}
.padding-four-lr {padding-left:4%; padding-right:4%;}
.padding-four-half-lr {padding-left:4.5%; padding-right:4.5%;}
.padding-five-lr {padding-left:5%; padding-right:5%;}
.padding-five-half-lr {padding-left:5.5%; padding-right:5.5%;}
.padding-six-lr {padding-left:6%; padding-right:6%;}
.padding-six-half-lr {padding-left:6.5%; padding-right:6.5%;}
.padding-seven-lr {padding-left:7%; padding-right:7%;}
.padding-seven-half-lr {padding-left:7.5%; padding-right:7.5%;}
.padding-eight-lr {padding-left:8%; padding-right:8%;}
.padding-eight-half-lr {padding-left:8.5%; padding-right:8.5%;}
.padding-nine-lr {padding-left:9%; padding-right:9%;}
.padding-nine-half-lr {padding-left:9.5%; padding-right:9.5%;}
.padding-ten-lr {padding-left:10%; padding-right:10%;}
.padding-ten-half-lr {padding-left:10.5%; padding-right:10.5%;}
.padding-eleven-lr {padding-left:11%; padding-right:11%;}
.padding-eleven-half-lr {padding-left:11.5%; padding-right:11.5%;}
.padding-twelve-lr {padding-left:12%; padding-right:12%;}
.padding-twelve-half-lr {padding-left:12.5%; padding-right:12.5%;}
.padding-thirteen-lr {padding-left:13%; padding-right:13%;}
.padding-thirteen-half-lr {padding-left:13.5%; padding-right:13.5%;}
.padding-fourteen-lr {padding-left:14%; padding-right:14%;}
.padding-fourteen-half-lr {padding-left:14.5%; padding-right:14.5%;}
.padding-fifteen-lr {padding-left:15%; padding-right:15%;}
.padding-fifteen-half-lr {padding-left:15.5%; padding-right:15.5%;}
.padding-sixteen-lr {padding-left:16%; padding-right:16%;}
.padding-sixteen-half-lr {padding-left:16.5%; padding-right:16.5%;}
.padding-seventeen-lr {padding-left:17%; padding-right:17%;}
.padding-seventeen-half-lr {padding-left:17.5%; padding-right:17.5%;}
.padding-eighteen-lr {padding-left:18%; padding-right:18%;}
.padding-eighteen-half-lr {padding-left:18.5%; padding-right:18.5%;}
.padding-nineteen-lr {padding-left:19%; padding-right:19%;}
.padding-nineteen-half-lr {padding-left:19.5%; padding-right:19.5%;}
.padding-twenty-lr {padding-left:20%; padding-right:20%;}
.padding-twenty-half-lr {padding-left:20.5%; padding-right:20.5%;}
.padding-twenty-one-lr {padding-left:21%; padding-right:21%;}
.padding-twenty-one-half-lr {padding-left:21.5%; padding-right:21.5%;}
.padding-twenty-two-lr {padding-left:22%; padding-right:22%;}
.padding-twenty-two-half-lr {padding-left:22.5%; padding-right:22.5%;}
.padding-twenty-three-lr {padding-left:23%; padding-right:23%;}
.padding-twenty-three-half-lr {padding-left:23.5%; padding-right:23.5%;}
.padding-twenty-four-lr {padding-left:24%; padding-right:24%;}
.padding-twenty-four-half-lr {padding-left:24.5%; padding-right:24.5%;}
.padding-twenty-five-lr {padding-left:25%; padding-right:25%;}
.padding-5px-lr {padding-left:5px; padding-right:5px;}
.padding-10px-lr {padding-left:10px; padding-right:10px;}
.padding-15px-lr {padding-left:15px; padding-right:15px;}
.padding-20px-lr {padding-left:20px; padding-right:20px;}
.padding-25px-lr {padding-left:25px; padding-right:25px;}
.padding-30px-lr {padding-left:30px; padding-right:30px;}
.padding-35px-lr {padding-left:35px; padding-right:35px;}
.padding-40px-lr {padding-left:40px; padding-right:40px;}
.padding-45px-lr {padding-left:45px; padding-right:45px;}
.padding-50px-lr {padding-left:50px; padding-right:50px;}
.padding-55px-lr {padding-left:55px; padding-right:55px;}
.padding-60px-lr {padding-left:60px; padding-right:60px;}
.padding-65px-lr {padding-left:65px; padding-right:65px;}
.padding-70px-lr {padding-left:70px; padding-right:70px;}
.padding-75px-lr {padding-left:75px; padding-right:75px;}
.padding-80px-lr {padding-left:80px; padding-right:80px;}
.padding-85px-lr {padding-left:85px; padding-right:85px;}
.padding-90px-lr {padding-left:90px; padding-right:90px;}
.padding-95px-lr {padding-left:95px; padding-right:95px;}
.padding-100px-lr {padding-left:100px; padding-right:100px;}

/* ==============================
    13. Display and float
================================ */

.d-initial {display: initial !important;}
.overflow-hidden {overflow:hidden !important;}
.overflow-visible {overflow:visible !important;}
.overflow-auto {overflow:auto !important;}

/* ============================== 
    14. Position
================================ */

.position-inherit {position:inherit !important}

/* top */
.top-auto {top:auto}
.top-inherit {top: inherit !important;}
.top-0 {top:0 !important;}
.top-1 {top:1px}
.top-2 {top:2px}
.top-3 {top:3px}
.top-4 {top:4px}
.top-5 {top:5px}
.top-6 {top:6px}
.top-7 {top:7px}
.top-8 {top:8px}
.top-9 {top:9px}
.top-10 {top:10px}
.top-15 {top:15px}
.top-20 {top:20px}
.top-25 {top:25px}
.top-30 {top:30px}
.top-35 {top:35px}
.top-40 {top:40px}
.top-45 {top:45px}
.top-50 {top:50px}

.top-minus1 {top:-1px}
.top-minus2 {top:-2px}
.top-minus3 {top:-3px}
.top-minus4 {top:-4px}
.top-minus5 {top:-5px}
.top-minus6 {top:-6px}
.top-minus7 {top:-7px}
.top-minus8 {top:-8px}
.top-minus9 {top:-9px}
.top-minus10 {top:-10px}
.top-minus15 {top:-15px}
.top-minus20 {top:-20px}
.top-minus25 {top:-25px}
.top-minus30 {top:-30px}
.top-minus35 {top:-35px}
.top-minus40 {top:-40px}

/* bottom */
.bottom-auto {bottom:auto}
.bottom-0 {bottom:0}
.bottom-1 {bottom:1px}
.bottom-2 {bottom:2px}
.bottom-3 {bottom:3px}
.bottom-4 {bottom:4px}
.bottom-5 {bottom:5px}
.bottom-6 {bottom:6px}
.bottom-7 {bottom:7px}
.bottom-8 {bottom:8px}
.bottom-9 {bottom:9px}
.bottom-10 {bottom:10px}
.bottom-15 {bottom:15px}
.bottom-20 {bottom:20px}
.bottom-25 {bottom:25px}
.bottom-30 {bottom:30px}
.bottom-35 {bottom:35px}
.bottom-40 {bottom:40px}
.bottom-45 {bottom:45px}
.bottom-50 {bottom:50px !important}

/* left */
.left-auto {left:auto}
.left-0 {left:0}
.left-1 {left:1px}
.left-2 {left:2px}
.left-3 {left:3px}
.left-4 {left:4px}
.left-5 {left:5px}
.left-6 {left:6px}
.left-7 {left:7px}
.left-8 {left:8px}
.left-9 {left:9px}
.left-10 {left:10px}
.left-15 {left:15px}
.left-20 {left:20px}
.left-25 {left:25px}
.left-30 {left:30px}
.left-35 {left:35px}
.left-40 {left:40px}
.left-45 {left:45px}
.left-50 {left:50px}

/* right */
.right-auto {right:auto}
.right-0 {right:0}
.right-1 {right:1px}
.right-2 {right:2px}
.right-3 {right:3px}
.right-4 {right:4px}
.right-5 {right:5px}
.right-6 {right:6px}
.right-7 {right:7px}
.right-8 {right:8px}
.right-9 {right:9px}
.right-10 {right:10px}

/* ================================
    15. Width
================================ */

.w-1px {width:1px;}
.w-2px {width:2px;}
.w-3px {width:3px;}
.w-4px {width:4px;}
.w-5px {width:5px;}
.w-6px {width:6px;}
.w-7px {width:7px;}
.w-8px {width:8px;}
.w-9px {width:9px;}
.w-10px {width:10px;}
.w-15px {width:15px;}
.w-20px {width:20px;}
.w-25px {width:25px;}
.w-30px {width:30px;}
.w-35px {width:35px;}
.w-40px {width:40px;}
.w-50px {width:50px;}
.w-55px {width:55px;}
.w-60px {width:60px;}
.w-65px {width:65px;}
.w-70px {width:70px;}
.w-75px {width:75px;}
.w-80px {width:80px;}
.w-85px {width:85px;}
.w-90px {width:90px;}
.w-100px {width:100px;}
.w-110px {width:110px;}
.w-120px {width:120px;}
.w-130px {width:130px;}
.w-150px {width:150px;}
.w-180px {width:180px;}
.w-200px {width:200px;}
.w-250px {width:250px;}
.w-300px {width:300px;}
.w-350px {width:350px;}
.w-400px {width:400px;}
.w-450px {width:450px;}
.w-500px {width:500px;}
.w-550px {width:550px;}
.w-600px {width:600px;}
.w-650px {width:650px;}
.w-700px {width:700px;}
.w-750px {width:750px;}
.w-800px {width:800px;}
.w-850px {width:850px;}
.w-900px {width:900px;}
.w-950px {width:950px;}
.w-1000px {width:1000px;}

.w-10 {width:10%;}
.w-12 {width:12%;}
.w-15 {width:15%;}
.w-20 {width:20%;}
.w-25 {width:25%;}
.w-30 {width:30%;}
.w-35 {width:35%;}
.w-40 {width:40%;}
.w-45 {width:45%;}
.w-50 {width:50%;}
.w-55 {width:55%;}
.w-60 {width:60%;}
.w-65 {width:65%;}
.w-70 {width:70%;}
.w-75 {width:75%;}
.w-80 {width:80%;}
.w-85 {width:85%;}
.w-90 {width:90%;}
.w-95 {width:95%;}
.w-100 {width:100%;}
.w-auto {width: auto}

/* ================================ 
    16. Height
================================ */

.h-1px {height: 1px}
.h-2px {height: 2px}
.h-3px {height: 3px}
.h-4px {height: 4px}
.h-5px {height: 5px}
.h-6px {height: 6px}
.h-7px {height: 7px}
.h-8px {height: 8px}
.h-9px {height: 9px}
.h-10px {height: 10px}
.h-80px {height: 80px}
.h-90px {height: 90px}
.h-100px {height: 100px}
.h-130px {height: 130px}
.h-150px {height: 150px}
.h-200px {height: 200px}
.h-250px {height: 250px}
.h-300px {height: 300px}
.h-350px {height: 350px}
.h-400px {height: 400px}
.h-450px {height: 450px}
.h-500px {height: 500px}
.h-550px {height: 550px}
.h-600px {height: 600px}
.h-650px {height: 650px}
.h-700px {height: 700px}
.h-750px {height: 750px}
.h-800px {height: 800px}
.h-850px {height: 850px}

.max-h-100 {max-height: 100%}
.full-screen {height: 980px;}
.minheight-fullscreen {min-height: 100vh}

/* min-height */
.min-h-100px {min-height: 100px}
.min-h-200px {min-height: 200px}
.min-h-300px {min-height: 300px}
.min-h-400px {min-height: 400px}
.min-h-500px {min-height: 500px}
.min-h-600px {min-height: 600px}
.min-h-700px {min-height: 700px}

/* screen height  */
.extra-small-screen {height:300px;}
.small-screen {height:400px;}
.one-second-screen {height:600px;}
.one-third-screen {height:750px;}
.one-fourth-screen {height:800px;}
.one-fifth-screen {height:900px;}
.one-sixth-screen {height:887px;}

/* ===================================
    17. Icon
====================================== */

/* icon size */
.icon-very-small {font-size: 16px}
.icon-small {font-size: 24px}
.icon-medium {font-size: 35px}
.icon-extra-medium {font-size: 40px}
.icon-large {font-size: 50px}
.icon-extra-large {font-size: 70px}
.icon-round-small {border-radius: 100%; display: table-cell; height: 80px; margin: 0 auto; text-align: center; vertical-align: middle; width: 80px; font-size:32px}
.icon-round-medium {border-radius: 100%; display: table-cell; height: 90px; margin: 0 auto; text-align: center; vertical-align: middle; width: 90px;}

/* social media icon */
.icon-social-very-small {font-size: 12px}
.icon-social-small {font-size: 14px}
.icon-social-medium {font-size: 16px}
.icon-social-large {font-size: 20px}
.icon-social-extra-large {font-size: 24px}
.icon-social-very-small a i, .icon-social-small a i, .icon-social-medium a i {margin: 0 8px; vertical-align: middle;}
.icon-social-large a i {margin: 0 4px; vertical-align: middle;}

/* social media icon style */
.extra-small-icon, .small-icon, .medium-icon, .large-icon, .extra-large-icon {list-style: none; padding: 0;}
.extra-small-icon li, .small-icon li, .medium-icon li, .large-icon li, .extra-large-icon li {display: inline-block;}
footer .extra-small-icon li:first-child, footer .small-icon li:first-child, footer .medium-icon li:first-child, footer .large-icon li:first-child, footer .extra-large-icon li:first-child {margin-left: 0;}
footer .extra-small-icon li:last-child, footer .small-icon li:last-child, footer .medium-icon li:last-child, footer .large-icon li:last-child, footer .extra-large-icon li:last-child {margin-right: 0;}
.extra-small-icon li {margin: 0 2px}
.small-icon li {margin: 0 5px}
.medium-icon li {margin: 0 8px}
.large-icon li {margin: 0 10px}
.extra-large-icon li {margin: 0 12px}
.extra-small-icon a {font-size: 14px; width:30px; height:30px;line-height:29px;}
.small-icon a {font-size: 16px; width: 40px; height:40px;line-height: 38px;}
.medium-icon a {font-size: 20px; width: 50px; height:50px;line-height: 48px;}
.large-icon a {font-size: 24px; width: 60px; height: 60px;line-height: 61px;}
.extra-large-icon a {font-size: 30px; width: 70px; height: 70px;line-height: 68px;}

/* social icon style */
.social-icon-style-1 a.facebook,.social-icon-style-2 a.facebook,.social-icon-style-3 a.facebook,.social-icon-style-4 a.facebook span,.social-icon-style-10 a.facebook span {background-color: #3b5998}
.social-icon-style-1 a.twitter,.social-icon-style-2 a.twitter,.social-icon-style-3 a.twitter,.social-icon-style-4 a.twitter span,.social-icon-style-10 a.twitter span {background-color: #00aced}
.social-icon-style-1 a.google,.social-icon-style-2 a.google,.social-icon-style-3 a.google,.social-icon-style-4 a.google span,.social-icon-style-10 a.google span {background-color: #dc4a38}
.social-icon-style-1 a.dribbble,.social-icon-style-2 a.dribbble,.social-icon-style-3 a.dribbble,.social-icon-style-4 a.dribbble span,.social-icon-style-10 a.dribbble span {background-color: #ea4c89}
.social-icon-style-1 a.youtube,.social-icon-style-2 a.youtube,.social-icon-style-3 a.youtube,.social-icon-style-4 a.youtube span,.social-icon-style-10 a.youtube span {background-color: #bb0000}
.social-icon-style-1 a.linkedin,.social-icon-style-2 a.linkedin,.social-icon-style-3 a.linkedin,.social-icon-style-4 a.linkedin span,.social-icon-style-10 a.linkedin span {background-color: #007bb6}
.social-icon-style-1 a.instagram,.social-icon-style-2 a.instagram,.social-icon-style-3 a.instagram,.social-icon-style-4 a.instagram span,.social-icon-style-10 a.instagram span {background-color: #FE1F49}
.social-icon-style-1 a.pinterest,.social-icon-style-2 a.pinterest,.social-icon-style-3 a.pinterest,.social-icon-style-4 a.pinterest span,.social-icon-style-10 a.pinterest span {background-color: #CB2027}
.social-icon-style-1 a.flickr,.social-icon-style-2 a.flickr,.social-icon-style-3 a.flickr,.social-icon-style-4 a.flickr span,.social-icon-style-10 a.flickr span {background-color: #ff0084}
.social-icon-style-1 a.rss,.social-icon-style-2 a.rss,.social-icon-style-3 a.rss,.social-icon-style-4 a.rss span,.social-icon-style-10 a.rss span {background-color: #f2890a}
.social-icon-style-1 a.behance,.social-icon-style-2 a.behance,.social-icon-style-3 a.behance,.social-icon-style-4 a.behance span,.social-icon-style-10 a.behance span {background-color: #1769ff}
.social-icon-style-1 a.vine,.social-icon-style-2 a.vine,.social-icon-style-3 a.vine,.social-icon-style-4 a.vine span,.social-icon-style-10 a.vine span {background-color: #00bf8f}
.social-icon-style-1 a.email,.social-icon-style-2 a.email,.social-icon-style-3 a.email,.social-icon-style-4 a.email span,.social-icon-style-10 a.email span {background-color: #7d7d7d}
.social-icon-style-1 a.sms,.social-icon-style-2 a.sms,.social-icon-style-3 a.sms,.social-icon-style-4 a.sms span,.social-icon-style-10 a.sms span {background-color: #ffbd00}
.social-icon-style-1 a.sharethis,.social-icon-style-2 a.sharethis,.social-icon-style-3 a.sharethis,.social-icon-style-4 a.sharethis span,.social-icon-style-10 a.sharethis span {background-color: #95D03A}
.social-icon-style-1 a.reddit,.social-icon-style-2 a.reddit,.social-icon-style-3 a.reddit,.social-icon-style-4 a.reddit span,.social-icon-style-10 a.reddit span {background-color: #ff4500}
.social-icon-style-1 a.tumblr,.social-icon-style-2 a.tumblr,.social-icon-style-3 a.tumblr,.social-icon-style-4 a.tumblr span,.social-icon-style-10 a.tumblr span {background-color: #32506d}
.social-icon-style-1 a.digg,.social-icon-style-2 a.digg,.social-icon-style-3 a.digg,.social-icon-style-4 a.digg span,.social-icon-style-10 a.digg span {background-color: #262626}
.social-icon-style-1 a.stumbleupon,.social-icon-style-2 a.stumbleupon,.social-icon-style-3 a.stumbleupon,.social-icon-style-4 a.stumbleupon span,.social-icon-style-10 a.stumbleupon span {background-color: #eb4924}
.social-icon-style-1 a.whatsapp,.social-icon-style-2 a.whatsapp,.social-icon-style-3 a.whatsapp,.social-icon-style-4 a.whatsapp span,.social-icon-style-10 a.whatsapp span {background-color: #25d366}
.social-icon-style-1 a.vk,.social-icon-style-2 a.vk,.social-icon-style-3 a.vk,.social-icon-style-4 a.vk span,.social-icon-style-10 a.vk span {background-color: #4c6c91}
.social-icon-style-1 a.weibo,.social-icon-style-2 a.weibo,.social-icon-style-3 a.weibo,.social-icon-style-4 a.weibo span,.social-icon-style-10 a.weibo span {background-color: #ff9933}
.social-icon-style-1 a.odnoklassniki,.social-icon-style-2 a.odnoklassniki,.social-icon-style-3 a.odnoklassniki,.social-icon-style-4 a.odnoklassniki span,.social-icon-style-10 a.odnoklassniki span {background-color: #d7772d}
.social-icon-style-1 a.xing,.social-icon-style-2 a.xing,.social-icon-style-3 a.xing,.social-icon-style-4 a.xing span,.social-icon-style-10 a.xing span {background-color: #1a7576}
.social-icon-style-1 a.print,.social-icon-style-2 a.print,.social-icon-style-3 a.print,.social-icon-style-4 a.print span,.social-icon-style-10 a.print span {background-color: #222222}
.social-icon-style-1 a.blogger,.social-icon-style-2 a.blogger,.social-icon-style-3 a.blogger,.social-icon-style-4 a.blogger span,.social-icon-style-10 a.blogger span {background-color: #ff8000}
.social-icon-style-1 a.flipboard,.social-icon-style-2 a.flipboard,.social-icon-style-3 a.flipboard,.social-icon-style-4 a.flipboard span,.social-icon-style-10 a.flipboard span {background-color: #e12828}
.social-icon-style-1 a.meneame,.social-icon-style-2 a.meneame,.social-icon-style-3 a.meneame,.social-icon-style-4 a.meneame span,.social-icon-style-10 a.meneame span {background-color: #ff6400}
.social-icon-style-1 a.mailru,.social-icon-style-2 a.mailru,.social-icon-style-3 a.mailru,.social-icon-style-4 a.mailru span,.social-icon-style-10 a.mailru span {background-color: #168de2}
.social-icon-style-1 a.delicious,.social-icon-style-2 a.delicious,.social-icon-style-3 a.delicious,.social-icon-style-4 a.delicious span,.social-icon-style-10 a.delicious span {background-color: #205cc0}
.social-icon-style-1 a.livejournal,.social-icon-style-2 a.livejournal,.social-icon-style-3 a.livejournal,.social-icon-style-4 a.livejournal span,.social-icon-style-10 a.livejournal span {background-color: #00b0ea}

/* social icon style */
.social-icon-style-6 a.facebook:hover {border-color: #3b5998; color: #3b5998}
.social-icon-style-6 a.twitter:hover {border-color: #00aced; color: #00aced}
.social-icon-style-6 a.google:hover {border-color: #dc4a38; color: #dc4a38}
.social-icon-style-6 a.dribbble:hover {border-color: #ea4c89; color: #ea4c89}
.social-icon-style-6 a.youtube:hover {border-color: #bb0000; color: #bb0000}
.social-icon-style-6 a.linkedin:hover {border-color: #0077b5; color: #0077b5}
.social-icon-style-6 a.instagram:hover {border-color: #FE1F49; color: #FE1F49}
.social-icon-style-6 a.pinterest:hover {border-color: #CB2027; color: #CB2027}
.social-icon-style-6 a.flickr:hover {border-color: #ff0084; color: #ff0084}
.social-icon-style-6 a.rss:hover {border-color: #f2890a; color: #f2890a}
.social-icon-style-6 a.behance:hover {border-color: #1769ff; color: #1769ff}
.social-icon-style-6 a.vine:hover {border-color: #00bf8f; color: #00bf8f}
.social-icon-style-6 a.email:hover {border-color: #7d7d7d; color: #7d7d7d}
.social-icon-style-6 a.sms:hover {border-color: #ffbd00; color: #ffbd00}
.social-icon-style-6 a.sharethis:hover {border-color: #95D03A; color: #95D03A}
.social-icon-style-6 a.reddit:hover {border-color: #ff4500; color: #ff4500}
.social-icon-style-6 a.tumblr:hover {border-color: #32506d; color: #32506d}
.social-icon-style-6 a.digg:hover {border-color: #262626; color: #262626}
.social-icon-style-6 a.stumbleupon:hover {border-color: #eb4924; color: #eb4924}
.social-icon-style-6 a.whatsapp:hover {border-color: #25d366; color: #25d366}
.social-icon-style-6 a.vk:hover {border-color: #4c6c91; color: #4c6c91}
.social-icon-style-6 a.weibo:hover {border-color: #ff9933; color: #ff9933}
.social-icon-style-6 a.odnoklassniki:hover {border-color: #d7772d; color: #d7772d}
.social-icon-style-6 a.xing:hover {border-color: #1a7576; color: #1a7576}
.social-icon-style-6 a.print:hover{border-color: #222222; color: #222222}
.social-icon-style-6 a.blogger:hover {border-color: #ff8000; color: #ff8000}
.social-icon-style-6 a.flipboard:hover {border-color: #e12828; color: #e12828}
.social-icon-style-6 a.meneame:hover {border-color: #ff6400; color: #ff6400}
.social-icon-style-6 a.mailru:hover {border-color: #168de2; color: #168de2}
.social-icon-style-6 a.delicious:hover {border-color: #205cc0; color: #205cc0}
.social-icon-style-6 a.livejournal:hover {border-color: #00b0ea; color: #00b0ea}

/* social icon style */
.social-icon-style-7 a.facebook:hover {border-color: #3b5998; background-color: #3b5998}
.social-icon-style-7 a.twitter:hover {border-color: #00aced; background-color: #00aced}
.social-icon-style-7 a.google:hover {border-color: #dc4a38; background-color: #dc4a38}
.social-icon-style-7 a.dribbble:hover {border-color: #ea4c89; background-color: #ea4c89}
.social-icon-style-7 a.youtube:hover {border-color: #bb0000; background-color: #bb0000}
.social-icon-style-7 a.linkedin:hover {border-color: #0077b5; background-color: #0077b5}
.social-icon-style-7 a.instagram:hover {border-color: #FE1F49; background-color: #FE1F49}
.social-icon-style-7 a.pinterest:hover {border-color: #CB2027; background-color: #CB2027}
.social-icon-style-7 a.flickr:hover {border-color: #ff0084; background-color: #ff0084}
.social-icon-style-7 a.rss:hover {border-color: #f2890a; background-color: #f2890a}
.social-icon-style-7 a.behance:hover {border-color: #1769ff; background-color: #1769ff}
.social-icon-style-7 a.vine:hover {border-color: #00bf8f; background-color: #00bf8f}
.social-icon-style-7 a.email:hover {border-color: #7d7d7d; background-color: #7d7d7d}
.social-icon-style-7 a.sms:hover {border-color: #ffbd00; background-color: #ffbd00}
.social-icon-style-7 a.sharethis:hover {border-color: #95D03A; background-color: #95D03A}
.social-icon-style-7 a.reddit:hover {border-color: #ff4500; background-color: #ff4500}
.social-icon-style-7 a.tumblr:hover {border-color: #32506d; background-color: #32506d}
.social-icon-style-7 a.digg:hover {border-color: #262626; background-color: #262626}
.social-icon-style-7 a.stumbleupon:hover {border-color: #eb4924; background-color: #eb4924}
.social-icon-style-7 a.whatsapp:hover {border-color: #25d366; background-color: #25d366}
.social-icon-style-7 a.vk:hover {border-color: #4c6c91; background-color: #4c6c91}
.social-icon-style-7 a.weibo:hover {border-color: #ff9933; background-color: #ff9933}
.social-icon-style-7 a.odnoklassniki:hover {border-color: #d7772d; background-color: #d7772d}
.social-icon-style-7 a.xing:hover {border-color: #1a7576; background-color: #1a7576}
.social-icon-style-7 a.print:hover{border-color: #222222; background-color: #222222}
.social-icon-style-7 a.blogger:hover {border-color: #ff8000; background-color: #ff8000}
.social-icon-style-7 a.flipboard:hover {border-color: #e12828; background-color: #e12828}
.social-icon-style-7 a.meneame:hover {border-color: #ff6400; background-color: #ff6400}
.social-icon-style-7 a.mailru:hover {border-color: #168de2; background-color: #168de2}
.social-icon-style-7 a.delicious:hover {border-color: #205cc0; background-color: #205cc0}
.social-icon-style-7 a.livejournal:hover {border-color: #00b0ea; background-color: #00b0ea}

/* icon like counter */
a.likes-count {padding: 0 15px; width: auto; border-radius: 30px !important;}
a.likes-count i {margin-right: 8px;}
a.likes-count span {position: relative; top: -1px}

/* icon hover effect style 1 */
.social-icon-style-1 a {text-align: center; display:inline-block; transition: all 400ms; -webkit-transition: all 400ms; -moz-transition: all 400ms; -ms-transition: all 400ms; -o-transition: all 400ms; color: #fff}
.social-icon-style-1 a:hover {border-radius: 100%;}

/* icon hover effect style 2 */
.social-icon-style-2 a {text-align: center; display:inline-block; transition: all 400ms; -webkit-transition: all 400ms; -moz-transition: all 400ms; -ms-transition: all 400ms; -o-transition: all 400ms; border-radius: 100%; color: #fff}
.social-icon-style-2 a:hover {border-radius: 0;}

/* icon hover effect style 3 */
.social-icon-style-3 a {text-align: center; display:inline-block; transition: all 400ms; -webkit-transition: all 400ms; -moz-transition: all 400ms; -ms-transition: all 400ms; -o-transition: all 400ms; border-radius: 100%; color: #fff} 
.social-icon-style-3 a:hover i{transition: transform 0.4s ease-out; -webkit-transition: transform 0.4s ease-out; -moz-transition: transform 0.4s ease-out; -ms-transition: transform 0.4s ease-out; -o-transition: transform 0.4s ease-out; transform: rotateZ(360deg); -webkit-transform: rotateZ(360deg); -moz-transform: rotateZ(360deg); -ms-transform: rotateZ(360deg); -o-transform: rotateZ(360deg);}

/* icon hover effect style 4 */
.social-icon-style-4 a {text-align: center; display:inline-block; border-radius: 100%; position: relative; border: 1px solid rgba(0, 0, 0, 0.1); color: #232323; text-align: center; z-index: 1;}
.social-icon-style-4 a:hover {color: #fff;}
.social-icon-style-4 a span {border-radius: 0; display: block; height: 0; left: 50%; margin: 0; position: absolute; top: 50%; transition: all 0.3s; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; width: 0;z-index: -1;}
.social-icon-style-4 a:hover span{width:100%; height:100%; border-radius: 100%; top: 0; left: 0;}

/* icon hover effect style 5 */
.social-icon-style-5 a {text-align: center; display:inline-block; color: #232323}
.social-icon-style-5 a:hover {color: #fff; border-radius: 100%; background-color: var(--base-color)} 

/* icon hover effect style 5 light*/
.social-icon-style-5-light a {text-align: center; display:inline-block;color: #fff}
.social-icon-style-5-light a:hover {color: #fff; border-radius: 100%; background-color: var(--base-color)} 

/* icon hover effect style 6 */
.social-icon-style-6 a {text-align: center; display:inline-block;border: 1px solid rgba(0,0,0,0.1);color: #232323; background-color: transparent; border-radius: 100%;}
.social-icon-style-6 a:hover {border-color: var(--base-color); color: var(--base-color); background-color: transparent;}

/* icon hover effect style 7 */
.social-icon-style-7 a {text-align: center; display:inline-block; border-radius: 100%; color: #232323; background-color: #fff;}
.social-icon-style-7 a:hover {color: #fff; -webkit-transform: scale(1.2); -ms-transform: scale(1.2); -moz-transform: scale(1.2); transform: scale(1.2); -o-transform: scale(1.2);}

/* icon hover effect style 8 */
.social-icon-style-8 ul li a {text-align: center; width: auto; height: auto}
.social-icon-style-8 a:hover {color: var(--base-color) !important;}

/* icon hover effect style 9 */
.social-icon-style-9 ul li a {text-align: center; width: auto; height: auto}

/* social icon style */
.social-icon-style-9 a.facebook:hover {color: #3b5998;}
.social-icon-style-9 a.twitter:hover {color: #00aced;}
.social-icon-style-9 a.google:hover {color: #dc4a38;}
.social-icon-style-9 a.dribbble:hover {color: #ea4c89;}
.social-icon-style-9 a.youtube:hover {color: #bb0000;}
.social-icon-style-9 a.linkedin:hover {color: #007bb6;}
.social-icon-style-9 a.pinterest:hover {color: #CB2027}
.social-icon-style-9 a.email:hover {color: #7d7d7d}
.social-icon-style-9 a.sms:hover {color: #ffbd00}
.social-icon-style-9 a.sharethis:hover {color: #95D03A}
.social-icon-style-9 a.reddit:hover {color: #ff4500}
.social-icon-style-9 a.tumblr:hover {color: #32506d}
.social-icon-style-9 a.digg:hover {color: #262626}
.social-icon-style-9 a.stumbleupon:hover {color: #eb4924}
.social-icon-style-9 a.whatsapp:hover {color: #25d366}
.social-icon-style-9 a.vk:hover {color: #4c6c91}
.social-icon-style-9 a.weibo:hover {color: #ff9933}
.social-icon-style-9 a.odnoklassniki:hover {color: #d7772d}
.social-icon-style-9 a.xing:hover {color: #1a7576}
.social-icon-style-9 a.print:hover {color: #222222}
.social-icon-style-9 a.blogger:hover {color: #ff8000}
.social-icon-style-9 a.flipboard:hover {color: #e12828}
.social-icon-style-9 a.meneame:hover {color: #ff6400}
.social-icon-style-9 a.mailru:hover {color: #168de2}
.social-icon-style-9 a.delicious:hover {color: #205cc0}
.social-icon-style-9 a.livejournal:hover {color: #00b0ea}

/* icon hover effect style 10 light */
.social-icon-style-10 {position: relative;}
.social-icon-style-10 a {text-align: center; display:inline-block; border-radius: 100%; position: relative; text-align: center}
.social-icon-style-10 a:hover {color: #fff;}
.social-icon-style-10 a i {position: relative; z-index: 1;}
.social-icon-style-10 a span {border-radius: 0; display: block; height: 0; left: 50%; margin: 0; position: absolute; top: 50%; transition: all 0.3s; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; width: 0;}
.social-icon-style-10 a:hover span{width:100%; height:100%; border-radius: 100%; top: 0; left: 0;}

/* social icon style */
.social-icon-style-11 {position: relative;}
.social-icon-style-11 a {text-align: center; display:inline-block; border-radius: 100%; position: relative; text-align: center}
.social-icon-style-11 a.facebook {color: #3b5998}
.social-icon-style-11 a.twitter {color: #00aced}
.social-icon-style-11 a.google {color: #dc4a38}
.social-icon-style-11 a.dribbble {color: #ea4c89}
.social-icon-style-11 a.youtube {color: #bb0000}
.social-icon-style-11 a.linkedin {color: #0077b5}
.social-icon-style-11 a.instagram {color: #FE1F49}
.social-icon-style-11 a.pinterest {color: #CB2027}
.social-icon-style-11 a.flickr {color: #ff0084}
.social-icon-style-11 a.rss {color: #f2890a}
.social-icon-style-11 a.behance {color: #1769ff}
.social-icon-style-11 a.vine {color: #00bf8f}
.social-icon-style-11 a.email {color: #7d7d7d}
.social-icon-style-11 a.sms {color: #ffbd00}
.social-icon-style-11 a.sharethis {color: #95D03A}
.social-icon-style-11 a.reddit {color: #ff4500}
.social-icon-style-11 a.tumblr {color: #32506d}
.social-icon-style-11 a.digg {color: #262626}
.social-icon-style-11 a.stumbleupon {color: #eb4924}
.social-icon-style-11 a.whatsapp {color: #25d366}
.social-icon-style-11 a.vk {color: #4c6c91}
.social-icon-style-11 a.weibo {color: #ff9933}
.social-icon-style-11 a.odnoklassniki {color: #d7772d}
.social-icon-style-11 a.xing {color: #1a7576}
.social-icon-style-11 a.print{color: #222222}
.social-icon-style-11 a.blogger {color: #ff8000}
.social-icon-style-11 a.flipboard {color: #e12828}
.social-icon-style-11 a.meneame {color: #ff6400}
.social-icon-style-11 a.mailru {color: #168de2}
.social-icon-style-11 a.delicious {color: #205cc0}
.social-icon-style-11 a.livejournal {color: #00b0ea}
.social-icon-style-11 a:hover {color: #fff;}

footer .small-icon li {margin: 0 8px;}

/* country flag icon */
.icon-country {width: 16px; height: 16px; display: inline-block; margin:0 10px 0 5px; vertical-align: middle;}
.icon-country.usa {background:url("../images/country-flag-16X16/usa.png")}
.icon-country.england {background:url("../images/country-flag-16X16/england.png")}
.icon-country.china {background:url("../images/country-flag-16X16/china.png")}
.icon-country.hong-kong {background:url("../images/country-flag-16X16/hong-kong.png")}
.icon-country.france {background:url("../images/country-flag-16X16/france.png")}

/* ===================================
    18. Magnific popup
====================================== */

.mfp-bg, .my-mfp-zoom-in.mfp-ready.mfp-bg, .my-mfp-slide-bottom.mfp-ready.mfp-bg {background: #000; opacity: 0.93;}
.mfp-bg, .mfp-wrap {z-index: 10007}
#popup-form {cursor:default;}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {color:#fff; background: transparent}
.mfp-iframe-scaler iframe {box-shadow: none;}
.mfp-iframe-holder .mfp-content {max-width: 1020px;}
.mfp-close,.mfp-close:active {opacity: 1; background-color:transparent; color: #fff; right: 30px; top: 30px;}
.modal-popup-main .mfp-close, .modal-popup-main .mfp-close:active {right: 0; top: 0;}
.portfolio-gallery a{position: relative; display:block}

/* metro gallery */
.metro-gallery.hover-option10 .grid-item figure .portfolio-icon {margin-bottom: 0;}

/* justify-gallery */
.justify-hover-icon {position: absolute;height: 100%; width: 100%; background: rgba(0,0,0,0.6); top: 0; left: 0; text-align: center; opacity: 0;}
.justify-hover-icon .ti-zoom-in {font-size: 24px; position: absolute; top: 50%; left: 0; right: 0; -webkit-transform: translateY(100%);-ms-transform: translateY(100%);transform: translateY(100%);}
.justify-gallery-content:hover .justify-hover-icon .ti-zoom-in {-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);}
.justify-gallery-content:hover .justify-hover-icon {opacity: 1}

.mfp-arrow-right:after, .mfp-arrow-left:after {display: none}
.mfp-arrow-right:before, .mfp-arrow-left:before {width: initial; height: initial; position: initial; left: initial; top: initial; border: initial;}
.mfp-arrow-right:before {border-left: none; content: "\e628"; font-size: 2em; font-family: 'themify'; color: #fff;}
.mfp-arrow-left:before {border-right: none; content: "\e629"; font-size: 2em; font-family: 'themify'; color: #fff;}
.mfp-bottom-bar {margin-top: -24px; font-size: 12px}
.mfp-close {font-size: 36px; font-family: 'Montserrat', sans-serif; font-weight: 500}
.mfp-arrow-left {left: 10px;}
.mfp-arrow-right {right: 10px;}
.left-nav-sidebar .mfp-arrow-left {left: 90px;}
.left-nav-sidebar .mfp-container {padding-left: 90px;}

@-webkit-keyframes fadeIn {0% {opacity: 0;} 100% {opacity: 1;}}
@-moz-keyframes fadeIn {0% {opacity: 0;} 100% {opacity: 1;}}
@-o-keyframes fadeIn {0% {opacity: 0;} 100% {opacity: 1;}}
@keyframes fadeIn {0% {opacity: 0;} 100% {opacity: 1;}}

.mfp-figure {-webkit-animation-name: fadeIn; -moz-animation-name: fadeIn; -o-animation-name: fadeIn; -ms-animation-name: fadeIn; animation-name: fadeIn; -webkit-animation-duration: .4s; -moz-animation-duration: .4s; -ms-animation-duration: .4s; -o-animation-duration: .4s; animation-duration: .4s; -webkit-animation-fill-mode: both; -moz-animation-fill-mode: both; -ms-animation-fill-mode: both; -o-animation-fill-mode: both; animation-fill-mode: both; webkit-backface-visibility: hidden; -moz-backface-visibility:hidden;  -ms-backface-visibility:hidden;}

/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {opacity: 0; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; -webkit-transform: scale(0.8);  -moz-transform: scale(0.8); -ms-transform: scale(0.8);  -o-transform: scale(0.8); transform: scale(0.8);}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1);}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {-webkit-transform: scale(0.8); -moz-transform: scale(0.8); -ms-transform: scale(0.8); -o-transform: scale(0.8); transform: scale(0.8); opacity: 0;}

/* dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {opacity: 0; -webkit-transition: opacity 0.3s ease-out; -moz-transition: opacity 0.3s ease-out; -o-transition: opacity 0.3s ease-out; -ms-transition: opacity 0.3s ease-out; transition: opacity 0.3s ease-out;}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {opacity: 0;}

/* fade move animation for second dialog */
.my-mfp-slide-bottom .zoom-anim-dialog {opacity: 0; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg); -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg); -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg); -o-transform: translateY(-20px) perspective(600px) rotateX(10deg); -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg); transform: translateY(-20px) perspective(600px) rotateX(10deg);}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {opacity: 1; -webkit-transform: translateY(0) perspective(600px) rotateX(0); -moz-transform: translateY(0) perspective(600px) rotateX(0); -ms-transform: translateY(0) perspective(600px) rotateX(0); -o-transform: translateY(0) perspective(600px) rotateX(0); transform: translateY(0) perspective(600px) rotateX(0);}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {opacity: 0; -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg); -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg); -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg); -o-transform: translateY(-10px) perspective(600px) rotateX(10deg); transform: translateY(-10px) perspective(600px) rotateX(10deg);}

/* dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {opacity: 0;-webkit-transition: opacity 0.3s ease-out; -moz-transition: opacity 0.3s ease-out; -o-transition: opacity 0.3s ease-out; -ms-transition: opacity 0.3s ease-out; transition: opacity 0.3s ease-out;}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {opacity: 0;}

/* simple fade transition */
.mfp-fade.mfp-bg {opacity: 0; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -ms-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out;}
.mfp-fade.mfp-bg.mfp-ready {opacity: 0.97;}
.mfp-fade.mfp-bg.mfp-removing {opacity: 0;}
.mfp-fade.mfp-wrap .mfp-content {opacity: 0; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -ms-transition: all 0.3s ease-out; transition: all 0.3s ease-out;}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {opacity: 1;}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {opacity: 0;}

/* grid */
.show-grid [class^="col-"] {background-color: #f5f5f5; border: 1px solid rgba(0, 0, 0, 0.2); margin-bottom: 15px; padding: 10px 0; text-align: center;}

/* message box */
.alert-dismissable .close, .alert-dismissible .close {top: 0}
.alert-dismissible .btn-close {height: 100%; background-size: 10px; padding-top: 0; padding-bottom: 0; outline: none;}
.alert-dismissible .btn-close:focus {box-shadow: none;}

/* ===================================
    19. Header
====================================== */
.side-left-menu-close {display: none; position: fixed; top: 0; right: 0; height:100%;}

/* header icon */
.header-searchbar {border-left: 1px solid rgba(0,0,0,.15); padding-left: 15px; display: inline-block; line-height: 15px; position: relative;}
.header-social-icon {border-left: 1px solid rgba(0, 0, 0, 0.15); padding-left: 15px; margin-left: 12px; display: inline-block; line-height: 15px; position: relative;}
.heder-menu-button {display: inline-block; line-height: 14px; padding-left: 5px; position: relative;}
nav.navbar.bootsnav .heder-menu-button .navbar-toggler {float: none; padding: 0; margin-top: 0; margin-bottom: 0; top: 4px}
.navbar-nav > li.dropdown .dropdown-toggle::after {display: none;}
.navbar-toggler .icon-bar {display: block; width: 22px; height: 2px; border-radius: 1px;}
.navbar-toggler .icon-bar+.icon-bar {margin-top: 4px;}
.navbar-toggler:focus {box-shadow: none;}
.white-link .header-searchbar, .white-link .header-social-icon {border-left: 1px solid rgba(255,255,255,.15);}
.header-social-icon a {color: #232323}
.header-social-icon a i, .header-searchbar a i {margin: 0 11px;}
.header-searchbar a i {position: relative;}
.search-icon {padding-right: 10px;}
.header-social-icon a:last-child i {margin-right: 0;}

/* menu center */
.menu-center .header-right {flex: 1 2 auto;}
.navbar-collapse {padding-left: 0; padding-right: 0; min-height: 0px;}

/* menu center logo */
.menu-logo-center .navbar-left > li {float: none; display: inline-block; vertical-align: middle;}
header nav.menu-logo-center .navbar-nav > li > a {margin: 0 20px;}
header nav.menu-logo-center .navbar-nav > li:last-child a {margin-right: 20px}

/* default pionter cursor */
header nav.navbar a:not([href]):not([tabindex]):focus, header nav.navbar a:not([href]):not([tabindex]):hover {cursor: pointer;}

/* header navigation color and logo */
header nav.navbar .navbar-nav > li > a, nav.navbar.bootsnav ul.nav > li > a{color: #232323; cursor: pointer;}
header nav.navbar.white-link .navbar-nav > li > a, nav.navbar.bootsnav.white-link ul.nav > li > a,
header nav.navbar.white-link .header-social-icon a,  nav.navbar.bootsnav.white-link .header-social-icon a,
header nav.navbar.white-link .header-searchbar a,  nav.navbar.bootsnav.white-link .header-searchbar a,
header nav.navbar.bootsnav ul.nav.white-link > li > a,  nav.navbar.white-link .heder-menu-button a {color: #fff}

header.sticky nav.navbar-fixed-top.header-light-transparent.white-link .navbar-nav > li > a,
header.sticky nav.navbar-fixed-top.header-light-transparent.white-link .header-searchbar a,
header.sticky nav.navbar-fixed-top.header-light-transparent.white-link .header-social-icon a,
header.sticky nav.navbar-fixed-top.header-light.white-link .navbar-nav > li > a,
header.sticky nav.navbar-fixed-top.header-light.white-link .header-searchbar a,
header.sticky nav.navbar-fixed-top.header-light.white-link .header-social-icon a,
header.sticky nav.navbar-fixed-top.header-light.white-link .header-menu-button a,
header.sticky nav.navbar-fixed-top.header-light.white-link .header-menu-button a {color: #232323}

header .logo .logo-dark, header .logo .logo-light {visibility: hidden; opacity: 0; width: 0; transition-duration: 0.5s; -webkit-transition-duration: 0.5s; -moz-transition-duration: 0.5s; -ms-transition-duration: 0.5s; -o-transition-duration: 0.5s;}
header .logo .logo-dark.default, header .logo .logo-light.default {visibility: visible; opacity: 1; width: auto; transition-duration:0.5s;  -webkit-transition-duration: 0.5s; -moz-transition-duration: 0.5s; -ms-transition-duration: 0.5s; -o-transition-duration: 0.5s;}
header.sticky nav.header-dark-transparent .logo .logo-light, header.sticky nav.header-dark .logo .logo-light {visibility: visible;  opacity: 1; width: auto; transition-duration: 0.5s; -webkit-transition-duration: 0.5s; -moz-transition-duration: 0.5s; -ms-transition-duration: 0.5s; -o-transition-duration: 0.5s;}
header.sticky nav.header-dark-transparent .logo .logo-dark, header.sticky nav.header-dark .logo .logo-dark {visibility: hidden; opacity: 0; width: 0; transition-duration:0.5s; -webkit-transition-duration: 0.5s; -moz-transition-duration: 0.5s; -ms-transition-duration: 0.5s; -o-transition-duration: 0.5s;}
header.sticky nav.header-light-transparent .logo .logo-dark, header.sticky nav.header-light .logo .logo-dark {visibility: visible;  opacity: 1; width: auto; transition-duration:0.5s; -webkit-transition-duration: 0.5s; -moz-transition-duration: 0.5s; -ms-transition-duration: 0.5s; -o-transition-duration: 0.5s;}
header.sticky nav.header-light-transparent .logo .logo-light, header.sticky nav.header-light .logo .logo-light {visibility: hidden; opacity: 0; width: 0; transition-duration:0.5s; -webkit-transition-duration: 0.5s; -moz-transition-duration: 0.5s; -ms-transition-duration: 0.5s; -o-transition-duration: 0.5s;}

.navbar-top-scroll {position: absolute; top: 0; z-index: 5;}
header.sticky nav.navbar-top-scroll {background-color: inherit;}
header a.logo {display: inline-block; vertical-align: middle;}
header a.logo img {max-height:60px;}
header .left-nav .sidebar-part1 a.logo img {max-height:inherit;}
.logo-holder img {max-height: 60px;}

/* header animation */
.navbar-top {position: fixed;top: 0; left: 0; right: 0; transition-duration: 0.3s; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s; -ms-transition-duration: 0.3s; -o-transition-duration: 0.3s;}
.sticky .navbar-top {top: -160px; transition-duration: 0.3s; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s; -ms-transition-duration: 0.3s; -o-transition-duration: 0.3s;}
.sticky.header-appear .navbar-top.navbar-transparent-no-sticky, .sticky.header-appear .navbar-fixed-top.navbar-transparent-no-sticky {top: -160px; transition-duration: 0.3s; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s; -ms-transition-duration: 0.3s; -o-transition-duration: 0.3s;}
.sticky.header-appear .navbar-top {top: 0; transition-duration: 0.3s; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s; -ms-transition-duration: 0.3s; -o-transition-duration: 0.3s;}

header .bootsnav .dropdown .animated {-webkit-animation-duration: 0.3s; -moz-animation-duration: 0.3s; -ms-animation-duration: 0.3s; -o-animation-duration: 0.3s; animation-duration: 0.3s; -webkit-animation-fill-mode: both; -moz-animation-fill-mode: both; -ms-animation-fill-mode: both; -o-animation-fill-mode: both; animation-fill-mode: both;}
nav.navbar.bootsnav .simple-dropdown .dropdown-menu > li.dropdown > ul:before {position: absolute; height: calc(100% + 20px); width: 100%; display: block;content: "";}

header.sticky .navbar-scroll-fixed-top {position: fixed; top: 0; width: 100%; left: 0; transition-duration: 0.3s; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s; -ms-transition-duration: 0.3s; -o-transition-duration: 0.3s;}
header.sticky .navbar-scroll-top {position: fixed; top: -120px; width: 100%; left: 0; transition-duration: 0s; -webkit-transition-duration: 0s; -moz-transition-duration: 0s; -ms-transition-duration: 0s; -o-transition-duration: 0s;}
header.sticky.header-appear .navbar-scroll-top {top: 0; transition-duration: 0.3s; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s; -ms-transition-duration: 0.3s; -o-transition-duration: 0.3s;}

/* navigation */
header.header-appear nav.bootsnav.header-light-transparent .navbar-nav > li > a:hover, header.header-appear nav.bootsnav.header-light .navbar-nav > li > a:hover, header.header-appear nav.header-light-transparent .header-social-icon a:hover, header.header-appear nav.header-light .header-social-icon a:hover, header.header-appear nav.header-light.white-link .header-social-icon a:hover, header.header-appear nav.header-light-transparent.white-link .header-social-icon a:hover, header.header-appear nav.header-light-transparent.white-link .heder-menu-button a:hover, header.header-appear nav.header-light-transparent .header-searchbar a:hover, header.header-appear nav.header-light .header-searchbar a:hover, header.header-appear nav.header-light.white-link .header-searchbar a:hover, header.header-appear nav.header-light-transparent.white-link .header-searchbar a:hover, header nav.navbar .navbar-nav > li > a:hover, nav.navbar.bootsnav ul.nav > li > a:hover, .header-search-form:hover, .header-social-icon a:hover {color: rgba(0,0,0,0.6)}
header nav.navbar.white-link .navbar-nav > li > a:hover, nav.navbar.bootsnav.white-link ul.nav > li > a:hover, header nav.navbar.white-link .header-social-icon a:hover, nav.navbar.bootsnav.white-link .header-social-icon a:hover, header nav.navbar.white-link .header-searchbar a:hover, nav.navbar.bootsnav.white-link .header-searchbar a:hover, header nav.navbar.bootsnav ul.nav.white-link > li > a:hover, header.header-appear nav.header-dark-transparent .navbar-nav > li > a:hover, header.header-appear nav.header-dark .navbar-nav > li > a:hover, header.sticky nav.header-dark .navbar-nav > li > a:hover, header.sticky nav.header-dark-transparent .navbar-nav > li > a:hover, header.header-appear nav.header-dark-transparent .search-button:hover, header.header-appear nav.header-dark .search-button:hover, header.sticky nav.header-dark .search-button:hover, header.sticky nav.header-dark-transparent .search-button:hover {color: rgba(255,255,255,0.6)}
header.sticky nav.navbar-fixed-top.header-light-transparent.white-link .navbar-nav > li > a:hover, header.sticky nav.navbar-fixed-top.header-light-transparent.white-link .header-searchbar a:hover, header.sticky nav.navbar-fixed-top.header-light-transparent.white-link .header-social-icon a:hover, header.sticky nav.navbar-fixed-top.header-light.white-link .navbar-nav > li > a:hover, header.sticky nav.navbar-fixed-top.header-light.white-link .header-searchbar a:hover, header.sticky nav.navbar-fixed-top.header-light.white-link .header-social-icon a:hover, header.sticky nav.navbar-fixed-top.header-light.white-link .header-menu-button a:hover, header.sticky nav.navbar-fixed-top.header-light.white-link .header-menu-button a:hover {color: rgba(0,0,0,0.6)}
.navbar-nav>li>a {line-height: 20px;}

header.sticky nav.navbar.white-link .navbar-nav > li > a:hover, header.sticky nav.navbar.bootsnav.white-link ul.nav > li > a:hover {color: rgba(0,0,0,0.6);}
header.sticky nav.navbar.header-dark.white-link .navbar-nav > li > a:hover, header.sticky nav.navbar.bootsnav.header-dark.white-link ul.nav > li > a:hover, header.sticky nav.header-dark .header-social-icon a:hover {color: rgba(255,255,255,0.6);}

header.header-appear nav.bootsnav.header-light-transparent .navbar-nav > li.active > a, header.header-appear nav.bootsnav.header-light .navbar-nav > li.active > a, header nav.navbar .navbar-nav > li.active > a, nav.navbar.bootsnav ul.nav > li.active > a {color: rgba(0,0,0,0.6)}
header nav.navbar.white-link .navbar-nav > li.active > a, nav.navbar.bootsnav.white-link ul.nav > li.active > a, header nav.navbar.bootsnav ul.nav.white-link > li.active > a, header.header-appear nav.header-dark-transparent .navbar-nav > li.active > a, header.header-appear nav.header-dark .navbar-nav > li.active > a, header.sticky nav.header-dark .navbar-nav > li.active > a, header.sticky nav.header-dark-transparent .navbar-nav > li.active > a, header.sticky nav.navbar.bootsnav.header-dark-transparent.white-link .navbar-nav > li.active > a {color: rgba(255,255,255,0.6)}
header.sticky nav.navbar-fixed-top.header-light-transparent.white-link .navbar-nav > li.active > a, header.sticky nav.navbar-fixed-top.header-light.white-link .navbar-nav > li.active > a {color: rgba(0,0,0,0.6)}
header.sticky nav.navbar.white-link .navbar-nav > li.active > a, header.sticky nav.navbar.bootsnav.white-link ul.nav > li.active > a {color: rgba(0,0,0,0.6);}
header.sticky nav.navbar.header-dark.white-link .navbar-nav > li.active > a, header.sticky nav.navbar.bootsnav.header-dark.white-link ul.nav > li.active > a {color: rgba(255,255,255,0.6);}

header.header-appear nav.bootsnav.header-light-transparent .navbar-nav > li > a.active, header.header-appear nav.bootsnav.header-light .navbar-nav > li > a.active, header nav.navbar .navbar-nav > li > a.active, nav.navbar.bootsnav ul.nav > li > a.active {color: rgba(0,0,0,0.6)}
header nav.navbar.white-link .navbar-nav > li > a.active, nav.navbar.bootsnav.white-link ul.nav > li > a.active, header nav.navbar.bootsnav ul.nav.white-link > li > a.active, header.header-appear nav.header-dark-transparent .navbar-nav > li > a.active, header.header-appear nav.header-dark .navbar-nav > li > a.active, header.sticky nav.header-dark .navbar-nav > li > a.active, header.sticky nav.header-dark-transparent .navbar-nav > li > a.active {color: rgba(255,255,255,0.6)}
header.sticky nav.navbar-fixed-top.header-light-transparent.white-link .navbar-nav > li > a.active, header.sticky nav.navbar-fixed-top.header-light.white-link .navbar-nav > li > a.active {color: rgba(0,0,0,0.6)}

header.sticky nav.navbar.white-link .navbar-nav > li > a.active, header.sticky nav.navbar.bootsnav.white-link ul.nav > li > a.active {color: rgba(0,0,0,0.6);}
header.sticky nav.navbar.header-dark.white-link .navbar-nav > li > a.active, header.sticky nav.navbar.bootsnav.header-dark.white-link ul.nav > li > a.active {color: rgba(255,255,255,0.6);}

header.header-appear nav.bootsnav.header-light-transparent .navbar-nav > li.dropdown.on > a, header.header-appear nav.bootsnav.header-light .navbar-nav > li.dropdown.on > a, header nav.navbar .navbar-nav > li.dropdown.on > a, nav.navbar.bootsnav ul.nav > li.dropdown.on > a {color: rgba(0,0,0,0.6)}
header nav.navbar.white-link .navbar-nav > li.dropdown.on > a, nav.navbar.bootsnav.white-link ul.nav > li.dropdown.on > a, header nav.navbar.bootsnav ul.nav.white-link > li.dropdown.on > a, header.header-appear nav.header-dark-transparent .navbar-nav > li.dropdown.on > a, header.header-appear nav.header-dark .navbar-nav > li.dropdown.on > a, header.sticky nav.header-dark .navbar-nav > li.dropdown.on > a, header.sticky nav.header-dark-transparent .navbar-nav > li.dropdown.on > a {color: rgba(255,255,255,0.6)}
header.sticky nav.navbar-fixed-top.header-light-transparent.white-link .navbar-nav > li.dropdown.on > a, header.sticky nav.navbar-fixed-top.header-light.white-link .navbar-nav > li.dropdown.on > a {color: rgba(0,0,0,0.6)}
header.sticky nav.navbar.white-link .navbar-nav > li.dropdown.on > a, header.sticky nav.navbar.bootsnav.white-link ul.nav > li.dropdown.on > a {color: rgba(0,0,0,0.6);}
header.sticky nav.navbar.header-dark.white-link .navbar-nav > li.dropdown.on > a, header.sticky nav.navbar.bootsnav.header-dark.white-link ul.nav > li.dropdown.on > a {color: rgba(255,255,255,0.6);}

header {width: 100%; z-index: 99;}
.header-with-topbar .top-header-area {font-size: 11px; position: fixed; top: 0; z-index: 10005; width: 100%; transition: ease-in-out 0.3s; -webkit-transition: ease-in-out 0.3s; -moz-transition: ease-in-out 0.3s; -ms-transition: ease-in-out 0.3s; -o-transition: ease-in-out 0.3s;}
.sticky.header-with-topbar .top-header-area {top: -45px}
.sticky.header-with-topbar.fixed-topbar .top-header-area {top: 0}
.navbar-fixed-top {position: fixed; top: 0; right: 0; left: 0; z-index: 1030;}
.navbar-form.search-box {display: inline-block; margin-top: 8px; margin-bottom: 8px;}
header .top-header-area .icon-social-very-small a:last-child i{margin-right: 0;}
header nav .row {height: auto; padding: 0;}
header nav.navbar [class*="col-"], header nav.navbar [class^=" col-"] {padding-left: 15px; padding-right: 15px;}
header nav.navbar {border-radius: 0; padding: 0;}
header nav.navbar-default, nav.navbar.bootsnav {border-bottom: 0;}
header nav {width: 100%; top: 0px; z-index: 99; margin-bottom: 0;}
header nav .nav-header-container {position: relative;}
header nav .navbar-nav > li > a {color: #232323; font-size: 12px; font-weight: 800; margin:0 20px; padding: 5px 0px 5px; text-transform: uppercase; letter-spacing: 0.015em;}
header nav .navbar-nav > li > a:hover, header nav .navbar-nav > li > a:focus, header nav .navbar-nav > li.active > a {background: transparent;}
header nav .navbar-nav > li:last-child a {margin-right: 0;}
.navbar-fixed-bottom, .navbar-fixed-top {z-index: 9999}
header nav.navbar-default .navbar-nav > li > a:hover, header nav.navbar-default .navbar-nav > li > a:focus, header nav.navbar-default .navbar-nav > li.active > a {border-bottom-color: #232323}
header nav .navbar-nav.text-normal > li > a {font-weight: 600; font-size: 14px}
.navbar-nav > li {position: inherit;}
.navbar-nav > li.dropdown > .fas, .navbar-nav > li.dropdown > .fa-solid {display: none}
.navbar-nav > li ul {margin: 0; padding: 0;}
.navbar-toggler {border-radius: 0; margin-right: 0;float: right; border: none;}
.mobile-toggle {display: block}
nav.navbar.bootsnav .navbar-toggle {top: 2px;}
.sidebar-nav .mobile-toggle {display: none}
.mobile-toggle span {display: block; width: 16px; height: 2px; background: #232323; content: "";}
.mobile-toggle span:nth-child(2) {margin: 3px 0px;}
.mobile-toggle:hover span, .white-link .mobile-toggle:hover span {background-color: red}
.white-link .mobile-toggle span {background: #fff;}
header nav .brand-logo {padding-top: 20px; padding-bottom: 20px;}
header.sticky nav .brand-logo {padding-top: 15px; padding-bottom: 15px;}
header.sticky nav.navbar.navbar-default.navbar-fixed-top ul.nav > li > a, header.sticky nav.navbar.navbar-default.navbar-top ul.nav > li > a {padding: 20px 0 20px;}

/* mega menu */
nav .accordion-menu {position: initial !important;}
nav.navbar.bootsnav li.dropdown ul li {list-style: none; padding: 0;}
nav.navbar.bootsnav li.dropdown .mega-menu-full {width:100%; box-sizing: border-box; background: rgba(35,35,35,1); padding: 45px 50px; box-shadow: none; border-radius: 0; border: 0; margin-top: 0;}
nav.navbar.bootsnav li.dropdown .mega-menu-full ul {margin: 0; list-style: none;}
nav.navbar.bootsnav li.dropdown .menu-back-div > ul {margin: 0 auto; width: 1070px; display: flex; flex-wrap: wrap; background: rgba(35,35,35,1);}
nav.navbar.bootsnav li.dropdown .mega-menu-full > ul li.dropdown-header {color: #fff; display: inline-block; font-size: 11px; font-weight: 600; margin-bottom: 8px; white-space: inherit; padding: 0 40px; border-bottom: none; text-transform: uppercase; line-height: 1.42857143;}
nav.navbar.bootsnav li.dropdown .mega-menu-full > ul li a {text-align: left; font-size: 12px; color: #9d9d9d; padding:3px 40px; text-transform: capitalize; margin: 0; display: block; position: relative; overflow: hidden; left: 0}
nav.navbar.bootsnav li.dropdown .mega-menu-full > ul li.mega-menu-column:first-child a, nav.navbar.bootsnav li.dropdown .mega-menu-full > ul li.mega-menu-column:first-child .dropdown-header {padding-left: 0;}
nav.navbar.bootsnav li.dropdown.megamenu-fw .icon-list-menu li > a > i {font-size: 14px; vertical-align: middle; width: 24px; display: inline-block;}
nav.navbar.bootsnav li.dropdown .mega-menu-full > ul > li {border-right: 1px solid rgba(255, 255, 255, 0.05);}
nav.navbar.bootsnav li.dropdown .mega-menu-full > ul > li:last-child {border: 0;}
nav.navbar.bootsnav li.dropdown .mega-menu-full > ul > li:last-child img {padding-left: 40px; background-size: cover; background-position: bottom right;}
nav.navbar.bootsnav li.dropdown .mega-menu-full > ul > li > ul {margin-top: 18px;}
nav.navbar.bootsnav li.dropdown .mega-menu-full > ul > li > ul:first-child {margin-top: 0;}
nav.navbar.bootsnav li.dropdown .megamenu-fw .icon-list-menu li > a > i {font-size: 14px;vertical-align: middle;width: 24px;}
nav.navbar.navbar-default ul li.dropdown .dropdown-menu .mega-menu-column li > a.menu-banner-image, nav.navbar.navbar-default ul li.dropdown .dropdown-menu .mega-menu-column li > a:hover.menu-banner-image {left: 0; padding: 0; margin-bottom: 20px}
nav.navbar.navbar-default ul li.dropdown .dropdown-menu .mega-menu-column li:last-child > a.menu-banner-image{margin-bottom: 0;}

/* header center logo */
.nav-left, .nav-right, .nav-center {display: table-cell; vertical-align: middle; width: 33.33%}
header nav .justify-content-center .navbar-nav > li:last-child a {margin-right: 20px;}
.social-icon a {margin: 0 15px;}
.social-icon a:first-child {margin-left: 0;}
.social-icon a:last-child {margin-right: 0;}

header nav.nav-center-logo .row {min-height: 0 ; height: auto}
header nav.nav-center-logo .row {display: block;}
header nav.nav-center-logo .row > div:first-child {flex: none;}
.nav-center-logo .navbar-nav > li {float: none; display: inline-block; vertical-align: middle;}
.nav-center-logo .navbar-nav > li > a {display: flex}
.nav-center-logo .navbar-left {margin-left: -15px;}
.nav-center-logo .navbar-left li:first-child a {margin-left: 0;}
nav.nav-center-logo.navbar.bootsnav li.dropdown ul.dropdown-menu,nav.bootsnav.brand-center ul.nav > li.dropdown > ul.dropdown-menu {margin-top: 0px;}
.center-logo {left: 50%; position: absolute; margin-top: -14px; top: 30%; text-align: center; transform: translateX(-50%); z-index: 1; max-width: 20%}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {text-align: left}
header nav.navbar-fixed .nav-header-container {width: 100%; float: left;}
header .menu-logo-center .navbar-nav > li.social-links {padding: 26px 0;}
header.sticky .menu-logo-center .navbar-nav > li.social-links {padding: 20px 0;}

/* top logo */
.navbar.navbar-brand-top>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {margin-left: 0;}
.navbar-brand-top .navbar-brand {height: auto;}
nav.navbar-brand-top.navbar.navbar-default ul.nav > li > a {padding: 20px 0;}
.navbar-brand-top .navbar-collapse.collapse {flex-grow: inherit;}

/* center navigation */
.center-nav {float: none; text-align: center}
.center-nav > li {float:none; display: inline-block;}
nav.navbar.bootsnav.menu-center ul.nav.navbar-center {display: table; float: none; margin: 0 auto; table-layout: fixed;}

/* simple dropdown menu */
.simple-dropdown.dropdown {position: relative;}
.simple-dropdown .dropdown-menu {position: absolute; left: 0; background: rgba(35,35,35,1); min-width: 220px; padding: 13px 0 15px; box-shadow: none;}
nav.navbar.bootsnav .simple-dropdown .dropdown-menu > li {padding-left: 28px; padding-right: 28px;}
.simple-dropdown .dropdown-menu > li > a {font-size: 12px; color: #9d9d9d;}
.simple-dropdown .dropdown-menu > li a {padding: 9px 0 7px; overflow: hidden; position: relative; left: 0; font-weight: 500; display: block; line-height: 1.42857143;}
.simple-dropdown .dropdown-menu > li a:hover {background-color: #000; color: #fff;}
.simple-dropdown .dropdown-menu > li > a.dropdown-toggle .fas, nav.navbar.bootsnav.sidebar-nav .nav.navbar-left-sidebar li.dropdown > a > .fas, .simple-dropdown .dropdown-menu > li > a.dropdown-toggle .fa-solid, nav.navbar.bootsnav.sidebar-nav .nav.navbar-left-sidebar li.dropdown > a > .fa-solid {position: absolute; right: 0; font-size: 10px; margin-top: 0; height: 20px; width: 20px; line-height: 20px; text-align: center; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%);}
nav.navbar.bootsnav.sidebar-nav .nav.navbar-left-sidebar li a .fas, nav.navbar.bootsnav.sidebar-nav .nav.navbar-left-sidebar li a .fa-solid {font-size: 16px;}
nav.navbar.bootsnav .simple-dropdown .dropdown-menu > li.dropdown > ul,nav.navbar.bootsnav .simple-dropdown .dropdown-menu > li.dropdown > ul > li.dropdown > ul  {background: rgba(35,35,35,1); display: none; left: 220px; margin: -13px 0 0 1px; min-width: 220px; white-space: nowrap; position: absolute; top: 0; padding: 13px 0; font-weight: 500; text-transform: capitalize;}
.simple-dropdown .dropdown-menu > li.dropdown > ul li a{color: #9d9d9d; font-size: 12px; line-height: 18px; font-weight: 500;}
nav.navbar.bootsnav.navbar-default li.dropdown.simple-dropdown > ul.dropdown-menu > li.active > a {color: #fff;}

/* light transparent navigation */
header.header-appear nav.header-light-transparent, header.sticky nav.navbar-fixed-top.header-light-transparent, header.sticky nav.navbar-scroll-fixed-top.header-light-transparent {background: rgba(255, 255, 255, 0.95); box-shadow: 0 0 35px rgba(0,0,0,0.1);}
header.header-appear nav.header-light-transparent .separator-line-verticle-small, header.header-appear nav.header-light .separator-line-verticle-small {background: rgba(0, 0, 0, 0.4)}
header.header-appear nav.header-light-transparent .header-social-icon a, header.header-appear nav.header-light .header-social-icon a, header.header-appear nav.header-light.white-link .header-social-icon a, header.header-appear nav.header-light-transparent.white-link .header-social-icon a, header.header-appear nav.header-light-transparent.white-link .heder-menu-button a, header.header-appear nav.header-light-transparent .header-searchbar a, header.header-appear nav.header-light .header-searchbar a, header.header-appear nav.header-light.white-link .header-searchbar a, header.header-appear nav.header-light-transparent.white-link .header-searchbar a {color: #232323}
header.header-appear nav.bootsnav.header-light-transparent .navbar-nav > li > a, header.header-appear nav.bootsnav.header-light .navbar-nav > li > a {color: #232323;}
header.header-appear nav.header-light-transparent .header-searchbar, header.header-appear.header-light-transparent .header-social-icon, header.header-appear nav.header-light .header-searchbar, header.header-appear nav.header-light-transparent.white-link .header-social-icon, header.sticky nav.header-light-transparent .header-searchbar, header.sticky nav.header-light-transparent .header-social-icon, header.sticky nav.header-light .header-searchbar, header.sticky nav.header-light .header-social-icon {border-left: 1px solid rgba(0,0,0,0.25);}
header.header-appear nav.nav-fixed-top.header-light-transparent.white-link .navbar-nav > li > a, header.header-appear nav.nav-fixed-top.header-light-transparent.white-link .header-social-icon a, header.header-appear nav.nav-fixed-top.header-light-transparent.white-link .header-searchbar a,header.header-appear nav.nav-scroll-fixed-top.header-light-transparent.white-link .navbar-nav > li > a, header.header-appear nav.nav-scroll-fixed-top.header-light-transparent.white-link .header-social-icon a, header.header-appear nav.nav-scroll-fixed-top.header-light-transparent.white-link .header-searchbar a {color: #232323}
header.sticky nav.header-light-transparent .heder-menu-button .mobile-toggle span,header.sticky nav.header-light .heder-menu-button .mobile-toggle span {background: #232323;}

/* dark transparent navigation */
header.header-appear nav.header-dark-transparent, header.sticky nav.navbar-fixed-top.header-dark-transparent, header.sticky nav.navbar-scroll-fixed-top.header-dark-transparent {background: rgba(23, 23, 23, 0.85);}
header.header-appear nav.header-dark-transparent .separator-line-verticle-small, header.header-appear nav.header-dark .separator-line-verticle-small {background: #ffffff}
header.header-appear nav.header-dark-transparent .navbar-nav > li > a, header.header-appear nav.header-dark .navbar-nav > li > a, header.sticky nav.header-dark .navbar-nav > li > a, header.sticky nav.header-dark-transparent .navbar-nav > li > a {color: #ffffff}
header.header-appear nav.header-dark-transparent .header-social-icon a, header.header-appear nav.header-dark .header-social-icon a, header.sticky nav.header-dark .header-social-icon a, header.sticky nav.header-dark-transparent .header-social-icon a{color: #ffffff}
header.header-appear nav.header-dark-transparent .search-button, header.header-appear nav.header-dark-transparent .right-menu-button, header.header-appear nav.header-dark .search-button, header.header-appear nav.header-dark .right-menu-button, header.sticky nav.header-dark .search-button, header.sticky nav.header-dark .right-menu-button, header.sticky nav.header-dark-transparent .search-button, header.sticky nav.header-dark-transparent .right-menu-button{color:#ffffff}
header.sticky nav.header-dark-transparent .header-social-icon, header.sticky nav.header-dark .header-social-icon,header.sticky nav.header-dark-transparent .header-searchbar, header.sticky nav.header-dark .header-searchbar {border-left: 1px solid rgba(255,255,255,0.4);}
header.sticky nav.header-dark-transparent .mobile-toggle span, header.sticky .header-dark  .mobile-toggle span {background: #fff;}
header.sticky nav.header-dark-transparent .mobile-toggle:hover span, header.sticky .header-dark .mobile-toggle:hover span {background: red;}

/* light navigation */
header.header-appear nav.header-light, header.sticky nav.navbar-fixed-top.header-light, header.sticky nav.navbar-scroll-fixed-top.header-light {background-color: #ffffff; box-shadow: 0 0 35px rgba(0,0,0,0.1);}

/* dark navigation */
header.header-appear nav.header-dark, header.sticky nav.navbar-fixed-top.header-dark, header.sticky nav.navbar-scroll-fixed-top.header-dark {background-color: #000000;}

/* collepsed menu icon */
.navbar-default .navbar-toggler .icon-bar, header.sticky .navbar-default.header-light .navbar-toggler .icon-bar, header.sticky .navbar-default.header-light-transparent .navbar-toggler .icon-bar {background: #232323;}
.navbar-default.white-link .navbar-toggler .icon-bar, header.sticky .navbar-default.header-dark .navbar-toggler .icon-bar, header.sticky .navbar-default.header-dark-transparent .navbar-toggler .icon-bar {background: #fff;}

/* hamburger menu */
nav.navbar.bootsnav .btn-hamburger {padding: 0;}
nav.navbar.bootsnav .btn-hamburger .navbar-toggler {margin: 0; top: -2px; padding: 10px 0 10px 10px;}
.hamburger-menu-wrepper {position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: #000; z-index: -10005; padding: 55px 80px; display: table; opacity: 0; visibility: collapse;}
.menu-middle {height: 100%; width: 65%; margin: 0 auto; opacity: 0;}
.hamburger-menu-links {float: left; list-style: none; margin: 0; padding: 0; width: 100%; font-size: 52px; line-height: 55px; opacity: 0;}
.hamburger-menu-links li{float: left; margin-bottom: 36px; width: 50%;}
.hamburger-menu-links li a{color: #fff; position: relative;}
.hamburger-menu-links li.show > a{color: #ff2149}
.hamburger-menu-links li a:hover, .follow-box a:hover {color: #ff2149}
.animation-box {position: absolute; top: 5%; height: 100%; width: 100%; left:0; transform: perspective(600px) rotateX(-20deg); -weblit-transform: perspective(600px) rotateX(-20deg); -moz-transform: perspective(600px) rotateX(-20deg); -ms-transform: perspective(600px) rotateX(-20deg); -o-transform: perspective(600px) rotateX(-20deg);}
.hamburger-menu.show-menu .hamburger-menu-wrepper {z-index: 10004; opacity: 1; visibility: visible;}
.hamburger-menu.show-menu .animation-box{top: 0; transform: perspective(600px) rotateX(0deg); -webkit-transform: perspective(600px) rotateX(0deg); -moz-transform: perspective(600px) rotateX(0deg); -o-transform: perspective(600px) rotateX(0deg); -ms-transform: perspective(600px) rotateX(0deg); opacity: 1;}
.hamburger-menu.show-menu .hamburger-menu-links,.hamburger-menu.show-menu .menu-middle {opacity: 1;}
.hamburger-menu.show-menu .btn-hamburger .mobile-toggle,.hamburger-menu .btn-hamburger .close-menu {transform: scale(0); -webkit-transform: scale(0); -moz-transform: scale(0); -o-transform: scale(0); -ms-transform: scale(0);}
.hamburger-menu.show-menu .btn-hamburger .close-menu,.hamburger-menu .btn-hamburger .mobile-toggle  {transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1);}
.hamburger-menu .hamburger-menu-wrepper .btn-hamburger {border-color: #fff; height: 18px; position: absolute; width: 18px; z-index: 99; padding: 0; margin: -27px 0 0 -15px; opacity: 0;}
.hamburger-menu.show-menu .hamburger-menu-wrepper .btn-hamburger {opacity: 1; right: 40px; transition-delay: 0.2s; -webkit-transition-delay: 0.2s; -moz-transition-delay: 0.2s; -ms-transition-delay: 0.2s; -o-transition-delay: 0.2s; padding: 15px;}
.hamburger-menu .close-button-menu {float: none; height: auto; margin: 0; padding: 0; position: inherit; right: -26px; top: 44px; width: auto;}
.hamburger-menu .close-button-menu:after, .hamburger-menu .close-button-menu:before {background: #fff; width: 22px; right: 26px; top: -34px;}
.hamburger-menu-links li.dropdown > a:after{content: "\f107"; display: inline-block; position: absolute; right: -60px; top: 15px; font-family: "Font Awesome 6 Free"; font-weight: 900; font-size: 42px}

/* header style two */
.header-with-topbar .navbar-top, .header-with-topbar .navbar-fixed-top {top: 34px; background: #fff; box-shadow: 0 0 35px rgba(0,0,0,0.1);}
.header-with-topbar.sticky .navbar-top {top: -160px;}
.header-with-topbar.sticky.header-appear .navbar-top {top: 0;}

/* full width light transparent navigation */
header nav.nav-full-width {width: 100%}
.close-button-menu {float: right; padding: 10px; background-color: transparent; color: #232323; border: 0; position: absolute; height: 40px; width: 40px; outline: none; top: 20px; right: 20px}
.full-width-pull-menu .dropdown-toggle {position: relative;}
.full-width-pull-menu span.dropdown-toggle {position: absolute; right: 0; width: 40px; height: 40px; text-align: center; top: 43px; display: inline-block; vertical-align: middle; cursor: pointer; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%);}
.full-width-pull-menu .dropdown .dropdown-toggle:before {content: ""; display: block; position: absolute; right: 20px; top: 15px; height: 11px; width: 1px; background: #232323;}
.full-width-pull-menu .dropdown.show .dropdown-toggle:before {height: 0;}
.full-width-pull-menu .dropdown .dropdown-toggle:after {content: ""; display: block; position: absolute; right: 15px; top: 20px; height: 1px; width: 11px; background: #232323; border:none;}
.full-width-pull-menu .dropdown ul {background-color: inherit;}

/* full width navigation style 1 */
.full-width-pull-menu .link-style-1 .link-style-1 ul {list-style: none; padding: 0; margin: 0;}
.full-width-pull-menu .link-style-1 ul li {margin: 20px 0; display: table}
.full-width-pull-menu .link-style-1 ul li a {background:inherit;color: #232323; font-size: 22px; line-height: 26px; position: relative;  padding-left: 35px;}
.full-width-pull-menu .link-style-1 ul li:hover > a, .full-width-pull-menu .link-style-1 ul li.show  > a {color: var(--base-color)}
.full-width-pull-menu .link-style-1 ul li:hover > a:after, .full-width-pull-menu .link-style-1 ul li.show > a:after  {background:var(--base-color)}
.full-width-pull-menu .link-style-1 ul li a:after {background: #dbdbdb; content: ""; display: inline-block; height: 4px; left: 0;  position: absolute; top: 14px; width: 18px;}
.full-width-pull-menu .link-style-1 .dropdown.show ul {display: block;}
.full-width-pull-menu .link-style-1 .dropdown ul {position: inherit; left: 0; right: 0; padding: 10px 30px 0; background-color: inherit; border: 0; float: none; box-shadow: none;  margin: 0;}
.full-width-pull-menu .link-style-1 ul li li a {font-size: 18px; line-height: 22px; padding-left: 30px;}
.full-width-pull-menu .link-style-1 .dropdown ul li a:hover, .dropdown ul li a:focus {background-color: inherit}
.full-width-pull-menu .link-style-1 .dropdown ul li {margin: 5px;}
.full-width-pull-menu .link-style-1 .dropdown ul li:last-child {margin-bottom: 0;}

/* full width navigation style 2 */
.full-width-pull-menu .link-style-2 .link-style-2 ul {list-style: none; padding: 0; margin: 0;}
.full-width-pull-menu .link-style-2 ul li {display: table; width: 100%;}
.full-width-pull-menu .link-style-2 ul li a {background:inherit;color: #232323; font-size: 48px; line-height: 85px; position: relative;}
.full-width-pull-menu .link-style-2 ul li:hover > a, .full-width-pull-menu .link-style-2 ul li.show  > a {color: var(--base-color)}
.full-width-pull-menu .link-style-2 ul li.show > a:after  {background:var(--base-color)}
.full-width-pull-menu .link-style-2 .dropdown ul {display: block !important; height: 0;overflow: hidden}
.full-width-pull-menu .link-style-2 .dropdown ul {position: inherit; left: 0; right: 0; padding:0; background-color: inherit; border: 0; float: none; box-shadow: none;  margin: 0;}
.full-width-pull-menu .link-style-2 .dropdown.show ul {display: block; height: 100%;}
.full-width-pull-menu .link-style-2 .dropdown ul li a{font-size: 14px; line-height: 18px; color: #757575; padding:0; margin: 0; display: block; font-weight: 400;}
.full-width-pull-menu .link-style-2 .dropdown ul li {border-bottom: 1px solid #e3e3e3; padding: 7px 0;}
.full-width-pull-menu .link-style-2 .dropdown ul li:last-child {border-bottom: 1px solid transparent;}
.full-width-pull-menu .link-style-2 .dropdown ul li a:hover, .dropdown ul li a:focus {background-color: inherit}
.full-width-pull-menu .link-style-2 .dropdown ul li ul.sub-menu {padding-left: 15px; padding-top: 2px;}
.full-width-pull-menu .link-style-2 .dropdown ul li ul.sub-menu li {border-bottom: 0; padding: 5px 0 0 0;}
.full-width-pull-menu .link-style-2 .dropdown ul li:last-child {margin-bottom: 0;}
.full-width-pull-menu .link-style-2 .icon-social-medium a:first-child {margin-left: 0;}
.full-width-pull-menu .link-style-2 .icon-social-medium a:last-child {margin-right: 0;}
.close-button-menu:after,.close-button-menu:before {content: ""; display: block; background: #000; height: 2px; width: 18px; position: absolute;}
.close-button-menu:after{transform: rotate(45deg); -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg);}
.close-button-menu:before{transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg);}

/* full navigation */
.show-menu .menu-wrap,.menu-wrap {left:auto}
.show-menu .menu-wrap {transition-duration: 0.3s; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s; -ms-transition-duration: 0.3s; -o-transition-duration: 0.3s; opacity: 1; visibility: visible; z-index: 10001;}
.menu-wrap {transition-duration: 0.3s; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s; -ms-transition-duration: 0.3s; -o-transition-duration: 0.3s; width: 100%; z-index: -10001; position: fixed; top: 0; right: 0; opacity: 0; visibility: hidden;}

/* container fluid navigation padding */
header nav.nav-box-width {padding: 0 50px;}

/* hamburger menu right side */
.big-menu-right {position: fixed; top: 0; right: 0; width: 40%; height: 100%; padding: 0 5%; opacity: 0; transform: translateX(30%) scaleX(0.6); -webkit-transform: translateX(30%) scaleX(0.6); -moz-transform: translateX(30%) scaleX(0.6); -o-transform: translateX(30%) scaleX(0.6); -ms-transform: translateX(30%) scaleX(0.6); transition-duration: 0.3s; -moz-transition-duration: 0.3s; -o-transition-duration: 0.3s; -ms-transition-duration: 0.3s; z-index: -1;}
.big-menu-links {list-style: none; margin: 0; padding: 0;}
.big-menu-links li {margin-bottom: 15px; display: block; width: 100%; float: left}
.big-menu-links li a {font-size: 50px;line-height: 1.5; color: #676767; float: left}
.big-menu-links li a:after {width: 0; background: var(--base-color); height: 3px; content: ""; display: block; transition-duration: 0.5s; -moz-transition-duration: 0.5s; -webkit-transition-duration: 0.5s; -o-transition-duration: 0.5s; -ms-transition-duration: 0.5s;}
.big-menu-links li a:hover {color: #ddd;}
.big-menu-links li a:hover:after {width: 100px; transition-duration: 0.5s; -moz-transition-duration: 0.5s; -webkit-transition-duration: 0.5s; -o-transition-duration: 0.5s; -ms-transition-duration: 0.5s;}
.big-menu-right.show {transform: translateX(0) scaleX(1); -moz-transform: translateX(0) scaleX(1); -webkit-transform: translateX(0) scaleX(1); -o-transform: translateX(0) scaleX(1); -ms-transform: translateX(0) scaleX(1); opacity: 1; z-index: 9999}
.big-menu-close {background: #fff; position: absolute; right: 0; width: 40px; height: 40px; color: #232323;}

/* dropdown menu */
nav.navbar.navbar-default ul.nav > li > a {padding:26px 0; background: transparent; border-color: transparent; font-weight: 600; display: block;}
nav.navbar.navbar-default ul.nav > li.dropdown > a.dropdown-toggle::after, nav.navbar.sidebar-nav ul.nav > li.dropdown > a.dropdown-toggle::after {content: ""; vertical-align: middle; position: relative; top: -1px; margin-top: 0;}
nav.navbar.navbar-default ul li.dropdown ul.dropdown-menu > li:last-child {border-bottom: 0; border-bottom: 0;}
nav.navbar.navbar-default ul li.dropdown .dropdown-menu li > a:hover  {color: #fff; background:  transparent; left: 5px;}
nav.navbar.navbar-default ul li.dropdown .dropdown-menu li.active > a {color: #fff;}
nav.navbar.navbar-default ul.menu-links li.dropdown ul.dropdown-menu li > a:hover, nav.navbar.navbar-default ul.menu-links li.dropdown ul.dropdown-menu li.active > a {color: #232323}
.dropdown ul.second-level {left: 270px; top:0; height: 100%;}
.dropdown ul.third-level {left: 530px; top:0; height: 100%;}
nav.navbar ul.nav .dropdown-menu.second-level .dropdown-menu {margin-top: 0}
.navbar-default ul li li.dropdown ul {display: none}
.navbar-default ul li li.dropdown.on > ul {display: block; position: absolute; left: 100%; margin-top: 0; padding: 0; top: 0;}
.navbar-default ul li li.dropdown.on > ul > li.dropdown.on > ul {display: block; position: absolute; left: 100%; margin-top: 0; padding: 0; top: 0;}
.navbar-default ul li li.dropdown ul.dropdown-menu {position: absolute; left: 100%; margin-top: 0; padding: 0; top: 0; box-shadow: none;}
.navbar-default ul li li.dropdown ul.dropdown-menu li {padding: 0;}
.dropdown-menu .dropdown a {position: relative}

/* navigation left sidebar */
header .menu-wrap .widget {margin-bottom: 30px; display: inline-block; width: 100%}
.nav.navbar-left-sidebar {display: block; transition: all 0s ease-in-out 0s; -webkit-transition: all 0s ease-in-out 0s; -moz-transition: all 0s ease-in-out 0s; -ms-transition: all 0s ease-in-out 0s; -o-transition: all 0s ease-in-out 0s; overflow-y: auto;}
.left-nav-on .sidebar-part2 .sidebar-middle .sidebar-middle-menu .nav {overflow-x: hidden; display: block;}
.nav.navbar-left-sidebar li {display: inline-block; width: 100%; padding: 0 45px;}
.nav.navbar-left-sidebar li a, nav.navbar.bootsnav.navbar-left-sidebar ul.nav > li > a {font-size: 11px; text-transform: uppercase; color: #939393; background: transparent !important; font-weight: 600; border-bottom: 1px solid #e5e5e5 !important; padding:15px 0; margin:0;}
nav.navbar.sidebar-nav .navbar-left-sidebar li.dropdown .third-level a > [class^="ti-"], nav.navbar.sidebar-nav .navbar-left-sidebar li.dropdown .third-level a > [class*=" ti-"] {margin-right: 5px;}
nav.navbar.sidebar-nav .navbar-left-sidebar li.dropdown .third-level li:first-child a > i, nav.navbar.sidebar-nav .navbar-left-sidebar li.dropdown .third-level li:first-child a > i {margin-right: 5px;}
.nav.navbar-left-sidebar li:last-child a {border-bottom:none}
.nav.navbar-left-sidebar li a:hover {color: #fff}
.nav.navbar-left-sidebar li a .nav-caret {height: 35px;text-align: right; width: 35px;}
.nav.navbar-left-sidebar .dropdown .second-level {left: 290px; transition: 0.3s; -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s;}
.nav.navbar-left-sidebar > li > a {line-height: 20px;}
.nav.navbar-left-sidebar > li .second-level li a {line-height: 1.42857143;}
.navbar-expand-lg .navbar-left-sidebar .dropdown-menu {position: fixed;}
.nav.navbar-left-sidebar .dropdown.on .second-level {transition: 0.3s; -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s;}
.nav.navbar-left-sidebar .second-level .dropdown .third-level {left:570px; opacity: 0 !important; transition: 0.3s; -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s;}
.nav.navbar-left-sidebar .second-level .dropdown.on .third-level {opacity: 1 !important; transition: 0.3s; -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s; opacity: 1 !important;}
.nav.navbar-left-sidebar .dropdown-menu .dropdown > a:after {display: none}

/* pull left sidebar */
.cbp-spmenu {background: #fff; position: fixed; z-index: 1;}
.cbp-spmenu-vertical {width: 455px;height: 100%;top: 0;	z-index: 10005;}
.cbp-spmenu-right {right: -455px;}
.cbp-spmenu-left {left: -100%;}
.cbp-spmenu-left.cbp-spmenu-open {left: 0;}
.cbp-spmenu-right.cbp-spmenu-open {right: 0px; overflow-x: auto; box-shadow: 0 0 4px rgba(0,0,0,.2);}
.cbp-spmenu-push {overflow-x: hidden; position: relative; left: 0;}
.cbp-spmenu,.cbp-spmenu-push {-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}

/* custome scrollbar */
.cbp-spmenu-right::-webkit-scrollbar, .navbar-left-sidebar::-webkit-scrollbar {width: 5px;}
.cbp-spmenu-right::-webkit-scrollbar-track, .navbar-left-sidebar::-webkit-scrollbar-track {box-shadow: inset 0 0 6px rgba(0,0,0,0.3); -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); -ms-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);}
.cbp-spmenu-right::-webkit-scrollbar-thumb, .navbar-left-sidebar::-webkit-scrollbar-thumb {background-color: darkgrey; outline: 1px solid slategrey;}

/* sidebar navigation */
nav.navbar.sidebar-nav .container{display: table-cell; height: 75px; position: relative; vertical-align: top;}
nav.navbar.bootsnav.sidebar-nav .navbar-left-sidebar > li > a{color: #626262; border-color: #ededed; padding: 15px 0; display: block; position: relative;}
nav.navbar.sidebar-nav .navbar-left-sidebar li a:hover, nav.navbar.bootsnav.sidebar-nav ul.nav.navbar-left-sidebar li.active > a{color: #000}
.sidebar-nav .logo-holder {text-align: center; min-height: 107px;}
.sidebar-nav .footer-holder {text-align: center}
nav.navbar .toggle-button {background: #000; border: medium none; height: auto; margin: 0; padding: 0; width: auto;}
.sidebar-nav .dropdown-menu {box-shadow: none; height: 100%; left: 270px; padding: 0;position: fixed; top: 0;width: 240px; padding: 80px 0;}
nav.navbar.sidebar-nav li.dropdown ul.dropdown-menu {border: none; margin-top: 0; border-radius: 0;}
nav.navbar.bootsnav.sidebar-nav li.dropdown ul.dropdown-menu {padding-top: 160px;}
.sidebar-nav .dropdown-menu li > a {margin: 0 45px}
nav.navbar.sidebar-nav{border: none; display: inline-table; width: 290px; border-radius:0; position: fixed; top: 0; z-index: 10005; height: 100%; padding: 50px 0px 25px; left: 0}
.sidebar-wrapper{padding-left: 290px;}

/* sidebar navigation style 1 */
.sidebar-nav-style-1 {z-index: -1}
.sidebar-nav-style-1 .dropdown .second-level {top: 0; left: 290px; width: 280px;}
.sidebar-nav-style-1 .dropdown .second-level {background: #fbfbfb;}
.sidebar-nav-style-1 .dropdown .third-level {top:0; left: 570px; width: 280px; background: #f3f3f3;}
.sidebar-nav-style-1 [class*="col-"], .sidebar-nav-style-1 [class^=" col-"] {padding-left: 15px; padding-right: 15px;}

/* sidebar navigation style 2 */
.left-nav-sidebar {padding-left: 90px;transition: all 0.3s ease 0s;}
.left-nav {position: fixed; top: 0; width: auto; left:0; height: 100%; background-color: #fff; z-index: 99999; transition: all 0.3s ease 0s} 
.sidebar-part1 {position: absolute; top: 0; width: 90px;}
.sidebar-part1 .logo img {width: 100%}
.sidebar-part2 {padding: 0 0 0 115px; border-right: 1px solid #dfdfdf;  width: 410px; height: 100%; position: fixed; background-color: #fff; z-index: -1; left: -370px;}
.sidebar-part3 {position: absolute; bottom: 0;}
.left-nav-on .sidebar-part2 {left: 0;}
.sidebar-part2:before {width: 100%; height: 1px; background-color: #dfdfdf; content: ""; position: absolute;bottom: 75px; left: 0; display: inline-block}
.sidebar-part2 .sidebar-middle {padding: 180px 0}
.sidebar-part2 .sidebar-middle-menu {display: table-cell; height: 100%; width: 100%; vertical-align: middle}
.bottom-menu-icon {width:90px; padding: 22px 30px; text-align: center;}
header .sidebar-part2 nav.navbar.bootsnav ul > li > a {font-size: 36px; display: block; padding: 0; color: #0f0f0f; text-transform: none; margin: 0; line-height: 40px; font-weight: 600; position: relative;}
header .sidebar-part2 nav.navbar.bootsnav ul > li > a > .fas, header .sidebar-part2 nav.navbar.bootsnav ul > li > a > .fa-solid {font-size: 20px; top: 11px; position: absolute; right: 18px;}
header .sidebar-part2 nav.navbar.bootsnav ul > li > .second-level > li > a > .fas, header .sidebar-part2 nav.navbar.bootsnav ul > li > .second-level > li > a > .fa-solid {font-size: 12px; line-height: 30px;}
.sidebar-part2 ul > li {margin: 0; float: none; padding: 15px 0; width: 291px; word-break: break-all; position:initial;}
.sidebar-part2 ul li a:hover {background-color: inherit;}
.sidebar-part2 nav.navbar.bootsnav {border-bottom: 0; position: inherit;}
.sidebar-part2 .right-bg {position: fixed; height: 100%; left:0; top: 0; background-color: #fff; width: 90px;}
.sidebar-part2 .right-bg:before {background-color: #dfdfdf;bottom: 75px;content: ""; display: inline-block; height: 1px; left: 0; position: absolute; width: 100%;}
.sidebar-part2 .right-bg img{position: absolute; top: 50%; left: 37px; transform: translateY(-100px); -webkit-transform: translateY(-100px); -moz-transform: translateY(-100px); -ms-transform: translateY(-100px); -o-transform: translateY(-100px);}
header .sidebar-part2 nav.navbar.bootsnav ul li ul li a {font-size: 14px; line-height: 20px; width: 100%; padding: 15px 0; border-bottom: 1px solid #f0f0f0; color: #939393; font-weight: 500;}
header .sidebar-part2 nav.navbar.bootsnav ul li.dropdown > a, .sidebar-nav-style-1 .navbar-left-sidebar li.dropdown > a {padding-right: 40px;}
header .sidebar-part2 nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li a:hover {border-bottom: 1px solid var(--base-color); background: inherit}
header .sidebar-part2 nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li:last-child > a:hover {border-bottom: 0;}
header .sidebar-part2 nav.navbar.bootsnav ul li ul li a > i{vertical-align: middle; margin-right: 5px;}
header .sidebar-part2 nav.navbar.bootsnav ul li ul li a:hover{color:var(--base-color)}
header .sidebar-part2 nav.navbar.bootsnav ul li ul li {margin: 0; padding:0 30px;width: 100%; word-break: normal;}
header .sidebar-part2 nav.navbar.bootsnav ul li ul li.dropdown {border-left: 0;}
.sidebar-part2 .dropdown ul.second-level, .sidebar-part2 .dropdown ul.third-level {border-left: 1px solid #eee !important;}
.sidebar-part2 .dropdown ul.second-level {left: 405px; opacity: 0 !important; transition: 0.3s; -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s;}
.sidebar-part2 .dropdown.on ul.second-level {opacity:1 !important; transition: 0.3s; -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s;}
.sidebar-part2 .dropdown ul.second-level .dropdown ul.third-level {left:650px; opacity: 0 !important; transition: 0.3s; -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s;}
.sidebar-part2 .dropdown ul.second-level .dropdown.on ul.third-level {opacity:1 !important; transition: 0.3s; -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s;}
.sidebar-part2 nav.navbar.bootsnav li.dropdown ul.dropdown-menu {margin-top: 0; border-radius: 0; box-shadow: none; height: 100%; position: fixed; top: 0; transition: 0.3s; -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s;  width: 250px; padding: 180px 0; background: #fff;}

.bottom-menu-icon a {font-size: 24px; width: 23px; height: 18px; display: inline-block; position: relative;}
header .sidebar-part2 nav.navbar.bootsnav ul.second-level li.active > a, header .sidebar-part2 nav.navbar.bootsnav ul.second-level li.active ul li.active  > a {color: var(--base-color)}
.sidebar-part2 .navbar-collapse.collapse {overflow-y: auto !important;}

.nav-icon span {display: block; position: absolute; height: 2px; width: 23px; background: #232323; border-radius: 0; opacity: 1; left: 0; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .25s ease-in-out; -moz-transition: .25s ease-in-out; -o-transition: .25s ease-in-out; transition: .25s ease-in-out;}
.nav-icon:hover span, .nav-icon.active span {background-color: red}
.nav-icon span:nth-child(1) {top: 0px;}
.nav-icon span:nth-child(2),.nav-icon span:nth-child(3) {top: 8px;}
.nav-icon span:nth-child(4) {top: 16px;}
.nav-icon.active span:nth-child(1) {top: 8px; width: 0%; left: 50%;}
.nav-icon.active span:nth-child(2) {-webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);}
.nav-icon.active span:nth-child(3) {-webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg);}
.nav-icon.active span:nth-child(4) {top: 8px; width: 0%; left: 50%;}

nav.navbar.brand-center ul.nav > li > a {padding:26px; margin: 0;}
header.sticky nav.navbar.brand-center ul.nav > li > a {padding: 20px; margin: 0 20px;}

.sidebar-middle ::-webkit-scrollbar, .sidebar-nav-style-1 ::-webkit-scrollbar {-webkit-appearance: none;width: 4px;height: 4px;}
.sidebar-middle ::-webkit-scrollbar-thumb, .sidebar-nav-style-1 ::-webkit-scrollbar-thumb {background-color: #9e9f9f;}
.navbar-collapse, .sub-menu {-webkit-overflow-scrolling:auto; -moz--webkit-overflow-scrolling:auto; -ms--webkit-overflow-scrolling:auto; -o--webkit-overflow-scrolling:auto;}
.left-menu-inner {overflow-y: auto; overflow-x: hidden;}
.nav.navbar-left-sidebar > li > ul li a {display: block; font-weight: 500;}

/* navigation widget */
.menu-wrap .widget {display: inline-block; width: 100%}

/* new-menu page */
.menu-new a:after {background: var(--base-color) none repeat scroll 0 0; color: #fff; font-size: 9px; margin-left: 8px; padding: 1px 5px 0 5px; line-height: 14px; position: absolute; content: "New"; margin-top: 5px; text-transform: uppercase;}
.nav.navbar-left-sidebar .menu-new a:after {margin-top: 0;}
.sidebar-part2 .menu-new a:after {margin-top: 3px;}

/* ===================================
    20. Page title
====================================== */

/* page title font size */
.page-title-extra-small h1 {font-size: 12px; line-height: 20px; text-transform: uppercase;}
.page-title-small h1 {font-size: 20px; line-height: 26px}
.page-title-medium h1 {font-size: 32px; line-height: 37px}
.page-title-large h1 {font-size: 46px; line-height: 49px}
.page-title-extra-large h1 {font-size: 55px; line-height: 50px}

/* breadcrumb */
.breadcrumb {background: transparent; border-radius: 0; padding-top: 0; padding-bottom: 0; margin: 0;}
.breadcrumb ul {list-style: none; padding: 0; margin: 0;}
.breadcrumb ul li {display: inline-block; line-height: normal;}
.breadcrumb ul > li:after {content: "\f111"; font-family: "Font Awesome 6 Free"; font-weight: 900; padding: 0 11px 0 14px; display: inline-block; vertical-align: middle; font-size: 5px; opacity: .6;}
.breadcrumb ul > li:last-child:after {border-right: 0; content: ""; padding: 0}

/* ===================================
    21. Swiper carousel
====================================== */

.swiper-container.swiper-blog *, .hover-option4 .swiper-container *, .swiper.swiper-blog *, .hover-option4 .swiper *{transition-timing-function: ease-in-out; -ms-transition-timing-function: ease-in-out; -moz-transition-timing-function: ease-in-out; -webkit-transition-timing-function: ease-in-out; -o-transition-timing-function: ease-in-out; transition-duration: .2s; -ms-transition-duration: .2s; -moz-transition-duration: .2s; -webkit-transition-duration: .2s; -o-transition-duration: .2s;}
.swiper-container, .swiper {overflow: hidden; position: relative; width: 100%; }
.swiper-pagination-bullet-active {background: #232323}
.swiper-pagination {width: 100%}
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction, .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {bottom: 35px;}
.swiper-pagination-bullet {height: 9px; width: 9px; outline: none;}

.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {margin: 0 4px}
.swiper-slider-second {text-align: center;}
.swiper-pagination-bottom .swiper-wrapper {margin-bottom: 60px;}
.swiper-pagination-bottom.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-bottom.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bottom .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-bottom .swiper-pagination-custom, .swiper-pagination-bottom .swiper-pagination-fraction {bottom: 0px;}

/* swiper bottom scrollbar full */
.swiper-bottom-scrollbar-full.swiper-container, .swiper-bottom-scrollbar-full.swiper {height:100%; margin: 0 auto; overflow: hidden; position: absolute; top: 0;  transition: all 0.3s ease-in-out 0.7s; -webkit-transition: all 0.3s ease-in-out 0.7s; -moz-transition: all 0.3s ease-in-out 0.7s; -ms-transition: all 0.3s ease-in-out 0.7s; -o-transition: all 0.3s ease-in-out 0.7s; width: 100%;}
.swiper-bottom-scrollbar-full .swiper-scrollbar {left: 0; opacity: 1; position: absolute; width: 100%; bottom:0; border-radius: 0; height: 2px}
.swiper-bottom-scrollbar-full .swiper-scrollbar-drag {border-radius: 0; background: var(--base-color)}
.swiper-bottom-scrollbar-full .swiper-scrollbar {background: rgba(255,255,255,.2)}
.swiper-bottom-scrollbar-full .swiper-slide img {max-height: 450px; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; opacity: .8; -webkit-filter: grayscale(1); filter: grayscale(1); -webkit-filter: grayscale(1); -moz-filter: grayscale(1); -ms-filter: grayscale(1); -o-filter: grayscale(1);}
.swiper-bottom-scrollbar-full .swiper-slide:hover img {opacity: 1; -webkit-filter: grayscale(0); -moz-filter: grayscale(0); -ms-filter: grayscale(0); -o-filter: grayscale(0); filter: grayscale(0); filter: contrast(130%); -webkit-filter:contrast(130%); -moz-filter: contrast(130%); -ms-filter: contrast(130%); -o-filter: contrast(130%); max-height: 500px;}
.swiper-bottom-scrollbar-full .swiper-slide .hover-title-box {visibility: hidden;}
.swiper-bottom-scrollbar-full .swiper-slide:hover {z-index: 1;}
.swiper-bottom-scrollbar-full .swiper-slide:hover .hover-title-box {right:-160px; opacity: 1;visibility: visible;}
.swiper-bottom-scrollbar-full .bottom-text {position: absolute; bottom: 50px; opacity: 0; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out;}
.swiper-bottom-scrollbar-full .swiper-slide:hover .bottom-text {opacity: .7; letter-spacing: 5px; left: 4px;}

/* swiper vertical pagination */
.swiper-vertical-pagination {width: 100%; height: 100%; position: absolute;}
.swiper-vertical-pagination .swiper-slide {text-align: center;  background: #fff; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center;}
.swiper-vertical-pagination >.swiper-pagination-bullets {right: 60px;}
.swiper-vertical-pagination .swiper-pagination {width: auto}  
.swiper-vertical-pagination .swiper-slide .swiper-bottom-content {opacity: 0; transform: translate3d(0px, 150px, 0px); -webkit-transform: translate3d(0px, 150px, 0px); -moz-transform: translate3d(0px, 150px, 0px); -ms-transform: translate3d(0px, 150px, 0px); -o-transform: translate3d(0px, 150px, 0px); transition: all 0.3s ease-in-out 0s; -webkit-transition: all 0.3s ease-in-out 0s; -moz-transition: all 0.3s ease-in-out 0s; -ms-transition: all 0.3s ease-in-out 0s; -o-transition: all 0.3s ease-in-out 0s;}
.swiper-vertical-pagination .swiper-slide-active .swiper-bottom-content {opacity: 1; transform: translate3d(0px, 0px, 0px); -webkit-transform: translate3d(0px, 0px, 0px); -moz-transform: translate3d(0px, 0px, 0px); -ms-transform: translate3d(0px, 0px, 0px); -o-transform: translate3d(0px, 0px, 0px); transition: all 0.3s ease-in-out 0.3s; -webkit-transition: all 0.3s ease-in-out 0.3s; -moz-transition: all 0.3s ease-in-out 0.3s; -ms-transition: all 0.3s ease-in-out 0.3s; -o-transition: all 0.3s ease-in-out 0.3s;}
.swiper-vertical-pagination .box-arrow {position: absolute; right:-45px; width: 90px; height: 90px;}

/* swiper auto width */
.swiper-auto-slide .swiper-slide {width: 60%;}
.swiper-auto-slide.swiper-container, .swiper-auto-slide.swiper {height: calc(100% - 200px); top: 100px; margin: 0 auto; overflow: visible; position: absolute; transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transition: all 0.3s ease-in-out 0.7s; -webkit-transition: all 0.3s ease-in-out 0.7s; -moz-transition: all 0.3s ease-in-out 0.7s; -ms-transition: all 0.3s ease-in-out 0.7s; -o-transition: all 0.3s ease-in-out 0.7s; width: 100%;}
.swiper-auto-slide .swiper-scrollbar {left: 20%; opacity: 1; position: absolute; width: 60%; bottom:-50px; border-radius: 0; height: 1px}
.swiper-auto-slide .swiper-scrollbar-drag {border-radius: 0; background: transparent;}
.swiper-auto-slide .swiper-scrollbar-drag:before{cursor:move; position: absolute; content: ""; background: var(--base-color); width: 13px; height: 13px; border-radius: 100%; top:-6px; left: calc(50% - 13px);}
.swiper-auto-slide .swiper-slide {filter: contrast(130%); -webkit-filter:contrast(130%); -moz-filter: contrast(130%); -ms-filter: contrast(130%); -o-filter: contrast(130%); filter: grayscale(1); -webkit-filter: grayscale(1); -moz-filter: grayscale(1); -ms-filter: grayscale(1); -o-filter: grayscale(1); transition: all 0.3s ease-in-out 0s; -webkit-transition: all 0.3s ease-in-out 0s; -moz-transition: all 0.3s ease-in-out 0s; -ms-transition: all 0.3s ease-in-out 0s; -o-transition: all 0.3s ease-in-out 0s;}
.swiper-auto-slide .swiper-slide.swiper-slide-active {filter: contrast(0); -webkit-filter:contrast(0); -moz-filter: contrast(0); -ms-filter: contrast(0); -o-filter: contrast(0); filter: grayscale(0); -webkit-filter: grayscale(0); -moz-filter: grayscale(0); -ms-filter: grayscale(0); -o-filter: grayscale(0); transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out;}
.swiper-auto-slide .swiper-slide .absolute-middle-center h2 {opacity: 0; margin-bottom: 10px; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transform: translateY(-60px); -webkit-transform: translateY(-60px); -moz-transform: translateY(-60px); -ms-transform: translateY(-60px); -o-transform: translateY(-60px);}
.swiper-auto-slide .swiper-slide.swiper-slide-active .absolute-middle-center h2 {opacity: 1; transition: all 0.3s ease-in-out 0.7s; -webkit-transition: all 0.3s ease-in-out 0.7s; -moz-transition: all 0.3s ease-in-out 0.7s; -ms-transition: all 0.3s ease-in-out 0.7s; -o-transition: all 0.3s ease-in-out 0.7s; transform: translateY(0px); -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px);}
.swiper-auto-slide .swiper-slide span {opacity: 0; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out;}
.swiper-auto-slide .swiper-slide.swiper-slide-active span {opacity: 1; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out;}

/* slider navigation */
.swiper-next.swiper-button-disabled, .swiper-prev.swiper-button-disabled {opacity: 0.6;}
.swiper-button-next, .swiper-button-prev {height: 30px; width: 30px; line-height: 30px; border-radius: 3px; margin: 0; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s; -ms-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; outline: none;}
.swiper-button-next.large, .swiper-button-prev.large {height: 62px; width: 62px; line-height: 62px; font-size: 18px;}
.swiper-button-next:after, .swiper-button-prev:after {display: none;}
.swiper-button-next:hover, .swiper-button-prev:hover {-webkit-transition-duration: 0s; -moz-transition-duration: 0s; -ms-transition-duration: 0s; -o-transition-duration: 0s; transition-duration: 0s;}
.swiper-button-next {right: 20px;}
.swiper-button-prev {left: 20px;}
.slider-navigation.swiper-button-next, .slider-navigation.swiper-button-prev {background-color: rgba(23,23,23,.5); color: #fff;}
.slider-navigation.swiper-button-next:hover, .slider-navigation.swiper-button-prev:hover {background-color: #fff; color: #232323;}
.swiper-button-next.dark, .swiper-button-prev.dark {background-color: rgba(23,23,23,.5); color: #fff;}
.swiper-button-next.light, .swiper-button-prev.light {background-color: #fff; color: #232323;}
.swiper-button-next.arrow-dark, .swiper-button-prev.arrow-dark {background-color: transparent; color: rgba(23,23,23,1);}
.swiper-button-next.arrow-dark:hover, .swiper-button-prev.arrow-dark:hover {background-color: transparent; color: rgba(23,23,23,.5);}
.swiper-button-next.arrow-light, .swiper-button-prev.arrow-light {background-color: transparent; color: rgba(255,255,255,1);}
.swiper-button-next.arrow-light:hover, .swiper-button-prev.arrow-light:hover {background-color: transparent; color: rgba(255,255,255,.5);}
.swiper-button-next.arrow-gray, .swiper-button-prev.arrow-gray {background-color: transparent; color: rgba(255,255,255,.5);}
.swiper-button-next.arrow-gray:hover, .swiper-button-prev.arrow-gray:hover {background-color: transparent; color: rgba(255,255,255,1);}
.slider-navigation.swiper-button-next {right: 40px;}
.slider-navigation.swiper-button-prev {left: 40px;}
.arrow-big.swiper-button-next.swiper-button-black-highlight i, .arrow-big.swiper-button-prev.swiper-button-black-highlight i {font-size: 18px;}
.arrow-big.swiper-button-next.swiper-button-black-highlight {margin-right: 0}
.arrow-big.swiper-button-prev.swiper-button-black-highlight {margin-left: 0;}
.arrow-big.swiper-button-next, .arrow-big.swiper-button-prev {width: 50px; height: 50px; font-size: 24px;}
.square-arrow {border-radius: 0 !important;}

/* blog swiper */
.swiper-blog .swiper-slide .slide-content {opacity: 0; padding-left: 15px; padding-right: 15px; transform: translateY(100px); -webkit-transform: translateY(100px); -moz-transform: translateY(100px); -ms-transform: translateY(100px); -o-transform: translateY(100px);}
.swiper-blog .swiper-slide.swiper-slide-active .slide-content {opacity: 1; transition-delay: 0.3s; -webkit-transition-delay: 0.3s; -moz-transition-delay: 0.3s; -ms-transition-delay: 0.3s; -o-transition-delay: 0.3s; transform: translateY(0); -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0);}

/* next prev button style 2 */
.swiper-next-style2,.swiper-prev-style2 {position: absolute; bottom: -60px; cursor: pointer; text-transform: uppercase; outline: none;}
.swiper-next-style2 {right: 15%;}
.swiper-prev-style2 {left: 15%;}

/* portfolio next prev button */
.swiper-portfolio-prev, .swiper-portfolio-next {position: absolute; top: 50%; z-index: 1; background: #232323; color: #fff; padding: 15px; font-size: 18px; cursor: pointer; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%);}
.swiper-portfolio-prev.swiper-button-disabled, .swiper-portfolio-next.swiper-button-disabled {opacity: 0; visibility: hidden;}
.swiper-portfolio-prev {left: 0;}
.swiper-portfolio-next {right: 0;}
.swiper-portfolio-prev, .swiper-portfolio-next {width: auto; height: auto; border-radius: 0;}

/* next prev button style 4 */
.navigation-area {position: absolute; bottom: 0; display: inline-block; width: 40px; height: 82px;}
.swiper-button-prev.swiper-prev-style4, .swiper-button-next.swiper-next-style4 {background-image: none; background: var(--base-color); color: #fff; text-align: center; line-height: 40px; height: 40px; width: 40px; display: block; float: left; position: relative; left: auto; right: auto; top: 0; margin: 0 auto; border-radius: 0; transform: translateY(0); -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0);}
.swiper-button-next.swiper-next-style4 {margin-bottom:1px}

/* dot pagination white */
.swiper-pagination-white .swiper-pagination-bullet {background:#fff}
.swiper-pagination-white .swiper-pagination-bullet-active {background:#fff}
.swiper-pagination-square-bottom.swiper-pagination-bullets {bottom: -50px}

/* square pagination */
.swiper-pagination-square .swiper-pagination-bullet {height:4px; width:30px; border-radius: 0}

/* square pagination */
.white-move .swiper-slide {cursor: url("../images/icon-move-light.png"), move;}
.black-move .swiper-slide {cursor: url("../images/icon-move-black.png"), move;}
.white-move.swiper-vertical-pagination .swiper-slide {cursor: url("../images/icon-move-light-vertical.png"), move;}
.black-move.swiper-vertical-pagination .swiper-slide {cursor: url("../images/icon-move-black-vertical.png"), move;}

/* number pagination */
.swiper-number {left: auto !important; right: 0!important; width: 35px !important; text-align: right!important; top:38% !important; bottom: inherit !important;}
.swiper-number .swiper-pagination-bullet {background: transparent; color: #939393; display: block; font-size: 20px; height: 45px; line-height: 20px; opacity: .7; padding: 14px 0 0; text-align: center; width: 23px; border-radius: 0; margin: 0 0 5px 0;}
.swiper-number .swiper-pagination-bullet.swiper-pagination-bullet-active{border-bottom: 1px solid rgba(0,0,0,.5); opacity: 1;}
.swiper-number .swiper-pagination-bullet-active {color:#000; background: transparent;}

/* revolution slider bullet */ 
.tp-bullet {border-radius: 100%; background: transparent; border: 1px solid #fff;}
.tp-bullet.selected, .tp-bullet:hover {background: #fff}
.hermes .tp-bullet {box-shadow: 0 0 0 0 #fff; height:10px; width: 10px; border: 2px solid #fff;}
.hermes .tp-bullet::after {box-shadow: 0 0 0 0 #fff inset;}

/* slider height */
.slider-half-screen {height:765px}
.slider-medium-screen {height:898px}

/* cursor */ 
.cursor-default {cursor: default}

/* down scroll */
.down-section {position: absolute; width: 100%; bottom:50px; left: 0; right: 0}
.scroll-down-section {position: absolute; width: 100%; bottom: -50px; left: 0; right: 0; z-index: 1;}
.scroll-down-section div {height: 100px;}

/* ===================================
    22. Grid
====================================== */

.blog-content, .blog-wrapper, .blog-wrapper .grid-item, .blog-wrapper .grid-sizer {transition-timing-function: none; -moz-transition-timing-function: none; -webkit-transition-timing-function: none; -o-transition-timing-function: none; -ms-transition-timing-function: none; transition-duration: 0s; -moz-transition-duration: 0s; -webkit-transition-duration: 0s; -o-transition-duration: 0s; -ms-transition-duration: 0s;}

/* grid loading */
@keyframes spin { to { -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg); } }
.grid-loading, .grid-loading-white {overflow: hidden; position: relative; opacity: 1 !important; transition: all 0s ease-in-out !important; -moz-transition: all 0s ease-in-out !important; -webkit-transition: all 0s ease-in-out !important; -ms-transition: all 0s ease-in-out !important; -o-transition: all 0s ease-in-out !important; z-index: 99;}
.grid-loading::after, .grid-loading-white::after {background: none; content: "" !important; position: absolute; top: 100px !important; left: calc(50% - 25px) !important; width: 50px !important; height: 50px !important; opacity: 1 !important; right: inherit !important; z-index: 9; text-align: center; border: 3px solid rgba(23, 23, 23, 0.2); border-top-color: rgba(23, 23, 23, 0.7); border-radius: 50%; animation: spin 1s linear infinite; -webkit-animation: spin 1s linear infinite;}
.grid-loading:before {content: ""; position: absolute; right: 2px; top: 1px; width: calc(100% - 4px); height: calc(100% - 2px); border-radius: inherit; z-index: 1;}
.grid-loading .grid-item, .grid-loading-white .grid-item {visibility: hidden;}
.grid-loading li.grid-item, .grid-loading-white li.grid-item {overflow: hidden;}
.grid-loading-white::after {background: none; content: "" !important; border: 3px solid rgba(255, 255, 255, 0.2); border-top-color: rgba(255, 255, 255, 0.7);}

.blog-post-images img, .portfolio-image img {width: 100%;}
.grid {list-style: none; padding: 0; margin: 0;}
.grid-sizer {padding: 0 !important; margin: 0 !important;}

/* gutter size */
.grid.gutter-very-small li {padding: 3px 3px;}
.grid.gutter-small li {padding:5px 5px;}
.grid.gutter-medium li {padding:7px 7px;}
.grid.gutter-large li {padding:10px 10px;}
.grid.gutter-extra-large li {padding:15px;}
.grid.gutter-double-extra-large li {padding:20px;}
.grid.gutter-triple-extra-large li {padding:30px;}

/* grid 6 column */
.grid.grid-6col li {width: 16.67%; list-style: none;}
.grid.grid-6col li.grid-item-double {width: 33.33%;}

/* grid 5 column */
.grid.grid-5col li {width: 20%; list-style: none;}
.grid.grid-5col li.grid-item-double {width: 40%;}

/* grid 4 column */
.grid.grid-4col li {width: 25%; list-style: none;}
.grid.grid-4col li.grid-item-double {width: 50%;}

/* grid 3 column */
.grid.grid-3col li {width: 33.33%; float: left; list-style: none;}
.grid.grid-3col li.grid-item-double {width: 66.67%;}

/* grid 2 column */
.grid.grid-2col li {width: 50%; list-style: none;}
.grid.grid-2col li.grid-item-double {width: 100%;}

/* grid 1 column */
.grid.grid-1col li {width: 100%;  list-style: none;}

/* grid filter */
.grid-filter li {display: inline-block; float: none; padding: 0 20px; border: 0; position: relative;}
.grid-filter li:first-child {padding-left: 0;}
.grid-filter li:last-child {padding-right: 0;}
.grid-filter li a {border: 0; border-bottom: 1px solid; border-color: transparent; color:#828282; padding-bottom: 2px;}
.grid-filter > li.active > a, .grid-filter > li.active > a:focus, .grid-filter > li.active > a:hover, .grid-filter > li > a:hover {border: 0; color: inherit; border-bottom: 1px solid; color: #232323}

/* ===================================
    23. Portfolio
====================================== */
.portfolio-wrapper .grid-item figure {margin: 0; position: relative; overflow: hidden}
.portfolio-wrapper .grid-item {opacity: 1;overflow: hidden;}
.portfolio-wrapper .grid-item figure img {cursor: pointer; display: block; opacity: 1; width: 100%; transition: all 0.3s ease 0s;}
.portfolio-wrapper .grid-item figcaption {bottom:0; left:0; opacity: 0; position: absolute; transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; width: 100%; height: 100%; padding:45px; z-index: 1; text-align: center}
.portfolio-wrapper .grid-item figure:hover .portfolio-img {transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s;}
.portfolio-wrapper .grid-item figure .portfolio-img {transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s;}
.portfolio-wrapper .grid-item figure:hover img {opacity: 0.15; transform: scale(1.1, 1.1); -webkit-transform: scale(1.1, 1.1); -moz-transform: scale(1.1, 1.1); -ms-transform: scale(1.1, 1.1); -o-transform: scale(1.1, 1.1); transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s;}
.portfolio-wrapper .grid-item figure:hover figcaption {opacity: 1; transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s;}

/* justified gallery */
.justified-gallery>a>.jg-caption, .justified-gallery>div>.jg-caption, .justified-gallery>figure>.jg-caption {padding:7px 15px; opacity: 0; display: initial !important; bottom: 0;  transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: 11px; text-transform: uppercase}
.caption.caption-visible {opacity: 1; bottom: 0 !important}

/* portfolio hover style */
.grid-item .portfolio-hover-box {display: table-cell; height: 100%;}

/* hover option 1 */
.hover-option1 .grid-item figcaption {height: 100%}
.hover-option1 .grid-item .portfolio-hover-main {transform: none; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; display: table; height: 100%; top: 0; width: 100%;}

/* hover option 2 */
.hover-option2 .grid-item figcaption {height: 100%}
.hover-option2 .grid-item .portfolio-hover-main {transform: none; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; display: table; height: 100%; top: 0; width: 100%;}
.hover-option2 .grid-item .portfolio-hover-content {bottom:-15px; transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s;}
.hover-option2 .grid-item:hover .portfolio-hover-content {bottom:0;}
.hover-option2 .separator-line-horrizontal-medium-light2 {opacity:.5}
.hover-option2 .grid-item figure:hover img {-webkit-filter: blur(5px); -moz-filter: blur(5px); -ms-filter: blur(5px); -o-filter: blur(5px); filter: blur(5px); opacity: 0.10; transform: scale(1.1, 1.1); -webkit-transform: scale(1.1, 1.1); -moz-transform: scale(1.1, 1.1); -ms-transform: scale(1.1, 1.1); -o-transform: scale(1.1, 1.1); transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s;}
.container .hover-option2 .grid-item figcaption {padding: 30px;}

/* hover option 3 */
.hover-option3 .grid-item .slide-hover-box {position: absolute; width: 100%; height: 100%;}
.hover-option3 .grid-item .opacity-medium {opacity: 0; transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s;}
.hover-option3 .grid-item .slide-hover-box:hover .opacity-medium {opacity: 0.50; transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s;}
.hover-option3 .grid-item figure {bottom:130px; z-index: 5; width: 100%; overflow: visible}
.hover-option3 .grid-item figure h6 {position: relative; bottom: -70px; transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s;}
.hover-option3 .grid-item .slide-hover-box:hover h6 {bottom: 0}
.hover-option3 .grid-item figure p {bottom: -40px; opacity: 0; position: relative; transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s;}
.hover-option3 .grid-item .slide-hover-box:hover p {opacity: .6; bottom: 0;}
.hover-option3 .grid-item figure figcaption {left: 0; right: 0; opacity: 1; padding: 0 60px; height: auto; text-align: left}
.hover-option3 .grid-item .separator-line-horrizontal-medium-light2 {transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; width: 20%;}
.hover-option3 .grid-item .slide-hover-box:hover .separator-line-horrizontal-medium-light2 {width: 60%; transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s;}

/* hover option 4 */
.hover-option4 .grid-item figcaption {height: 100%}
.hover-option4 .grid-item .portfolio-hover-main {transform: none; display: table; height: 100%; top: 0; width: 100%;}
.hover-option4 .grid-item figure:hover img {opacity: 0.08; transform: scale(1, 1); transition: all 0.2s ease 0s; -webkit-transition: all 0.2s ease 0s; -moz-transition: all 0.2s ease 0s; -ms-transition: all 0.2s ease 0s; -o-transition: all 0.2s ease 0s; filter: blur(4px); -webkit-filter: blur(4px); -moz-filter: blur(4px); -ms-filter: blur(4px); -o-filter: blur(4px);}
.hover-option4 .grid-item .portfolio-hover-content {bottom:-15px; transition: all 0.2s ease 0s; -webkit-transition: all 0.2s ease 0s; -moz-transition: all 0.2s ease 0s; -ms-transition: all 0.2s ease 0s; -o-transition: all 0.2s ease 0s;}
.hover-option4 .grid-item:hover .portfolio-hover-content {bottom:0;}
.hover-option4 .swiper-slide.grid-item figcaption {position: absolute; top: 0; width:100%; opacity: 0}
.hover-option4 .swiper-slide.grid-item:hover figcaption {opacity: 1}
.container .hover-option4 .grid-item figcaption {padding: 30px;}

/* hover option 5 */
.hover-option5 .grid-item figcaption {height: 100%; padding: 20px}
.hover-option5 .grid-item .portfolio-hover-main {transform: none; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; display: table; height: 100%; top: 0; width: 100%;}
.hover-option5 .grid-item .portfolio-hover-box {padding: 20px;}
.hover-option5 .grid-item:hover .portfolio-hover-box {background: rgba(0,0,0,.8)}
.hover-option5 .grid-item .separator-line-horrizontal-medium-light2 {-webkit-transition: all 0.2s ease 0s; -moz-transition: all 0.2s ease 0s; -ms-transition: all 0.2s ease 0s; -o-transition: all 0.2s ease 0s; transition: all 0.2s ease 0s; top:5px; width:100px}
.hover-option5 .grid-item:hover .separator-line-horrizontal-medium-light2 {transform: translateY(-30px); -webkit-transform: translateY(-30px); -moz-transform: translateY(-30px); -ms-transform: translateY(-30px); -o-transform: translateY(-30px);}
.hover-option5 .grid-item figure:hover img {opacity: .8}
.container .hover-option5 .grid-item .portfolio-hover-box {padding: 10px;}

/* hover option 6 */
.hover-option6 .grid-item figcaption {height: 100%; position: relative; opacity: 1; padding:35px 10px; background: #fff}
.hover-option6 .grid-item .portfolio-hover-main {transform: none; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; display: table; height: 100%; top: 0; width: 100%;}
.hover-option6 .grid-item .portfolio-icon {transition: all 0.3s ease 0s; position: absolute; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); position: absolute; top: 55%; left:0; right: 0; opacity: 0}
.hover-option6 .grid-item figure:hover .portfolio-icon {opacity: 1; top: 50%;}
.hover-option6 .grid-item .portfolio-icon a {border-radius: 50%; border:2px solid transparent; background: #fff; margin: 0 7px; height: 46px; width: 46px; display: inline-block; -webkit-transition: all 0.2s ease 0s; -moz-transition: all 0.2s ease 0s; -ms-transition: all 0.2s ease 0s; -o-transition: all 0.2s ease 0s; transition: all 0.2s ease 0s;}
.hover-option6 .grid-item .portfolio-icon i.fa-link {font-size:20px; position: relative; top: 11px}
.hover-option6 .grid-item .portfolio-icon i.fa-search, .hover-option6 .grid-item .portfolio-icon i.fa-magnifying-glass {font-size:16px; position: relative; top: 10px}
.hover-option6 .grid-item .portfolio-icon a:hover, .hover-option6 .grid-item .portfolio-icon a:hover i {background: transparent; color: #fff;}
.hover-option6 .grid-item .portfolio-icon a:hover {background: transparent; border:2px solid #fff; color: #fff; transform: scale(1.1, 1.1); -webkit-transform: scale(1.1, 1.1); -moz-transform: scale(1.1, 1.1); -ms-transform: scale(1.1, 1.1); -o-transform: scale(1.1, 1.1);}
.hover-option6 .grid-item figure:hover img {cursor: default; opacity: .15; transform: scale(1, 1); -webkit-transform: scale(1, 1); -moz-transform: scale(1, 1); -ms-transform: scale(1, 1); -o-transform: scale(1, 1);}
.hover-option6 .grid-item figure:hover figcaption {cursor: default;}
.hover-option6 .grid-item figure:hover .portfolio-img {transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s;}
.container .hover-option6 .grid-item figcaption {padding: 25px 10px;}

/* hover option 7 */
.hover-option7 .grid-item figcaption {height: auto;  position: absolute; opacity: 0; padding:32px; bottom: -101px}
.hover-option7 .grid-item figure:hover figcaption {bottom: 0}
.hover-option7 .grid-item .portfolio-hover-main {transform: none; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; display: table; height: 100%; top: 0; width: 100%;}
.hover-option7 .grid-item figure img {top: 0; position: relative}
.hover-option7 .grid-item figure:hover img {cursor: pointer; opacity: 1; transform: scale(1,1); -webkit-transform: scale(1,1); -moz-transform: scale(1,1); -ms-transform: scale(1,1); -o-transform: scale(1,1); top:-101px}
.hover-option7 .grid-item figure:hover figcaption {cursor: pointer;}
.hover-option7 .grid-item figure:hover .portfolio-img {transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; background: transparent}
.container .hover-option7 .grid-item figcaption {padding:20px;}
.container .hover-option7 .grid-item figure:hover img {top:-81px;}

/* hover option 8 */
.hover-option8 .grid-item figure figcaption {opacity: 0; padding: 0; transition: all 0.2s ease 0s; -webkit-transition: all 0.2s ease 0s; -moz-transition: all 0.2s ease 0s; -ms-transition: all 0.2s ease 0s; -o-transition: all 0.2s ease 0s;} 
.hover-option8 .grid-item figure:hover figcaption {opacity: 1; cursor: pointer} 
.hover-option8 .grid-item .portfolio-hover-main {display: table; height: 100%; top: 0; transform: none; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; width: 100%;} 
.hover-option8 .grid-item .portfolio-icon {position: absolute; right: 55px; top: 51px; transition: all 0.1s ease 0s; -webkit-transition: all 0.1s ease 0s; -moz-transition: all 0.1s ease 0s; -ms-transition: all 0.1s ease 0s; -o-transition: all 0.1s ease 0s;}
.hover-option8 .grid-item figure:hover figcaption {padding:25px; transition: all 0.2s ease 0s; -webkit-transition: all 0.2s ease 0s; -moz-transition: all 0.2s ease 0s; -ms-transition: all 0.2s ease 0s; -o-transition: all 0.2s ease 0s; box-shadow: 0 0 4px rgba(0,0,0,.4);}
.hover-option8 .grid-item figure:hover figcaption .portfolio-hover-main {background: #fff}
.hover-option8 .grid-item figure:hover img {opacity: 1; filter: blur(4px);-webkit-filter: blur(4px); -moz-filter: blur(4px); -ms-filter: blur(4px); -o-filter: blur(4px);}
.container .hover-option8 .grid-item figure:hover figcaption {padding: 20px;}
.container .hover-option8 .grid-item .portfolio-icon {top: 30px; right: 35px;}

/* hover option 10 */
.hover-option10 .grid-item * {-webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s;}
.hover-option10 .grid-item figure .portfolio-img img{transform: scale(1.05,1.05); -webkit-transform: scale(1.05,1.05); -moz-transform: scale(1.05,1.05); -ms-transform: scale(1.05,1.05); -o-transform: scale(1.05,1.05);}
.hover-option10 .grid-item figure:hover .portfolio-img img{transform: scale(1,1); -webkit-transform: scale(1,1); -moz-transform: scale(1,1); -ms-transform: scale(1,1); -o-transform: scale(1,1); opacity: .15}
.hover-option10 .grid-item figure figcaption {padding: 0;}
.hover-option10 .grid-item figure .portfolio-hover-main {display: table; width: 100%; height: 100%; padding: 50px}
.hover-option10 .grid-item figure .portfolio-icon {margin-bottom: 30px; position: relative; -webkit-transform: translateY(-100%); -ms-transform: translateY(-100%); transform: translateY(-100%);}
.hover-option10 .grid-item figure .portfolio-hover-content{position: relative; -webkit-transform: translateY(100%); -ms-transform: translateY(100%); -moz-transform: translateY(100%); transform: translateY(100%);}
.hover-option10 .grid-item figure:hover .portfolio-icon, .hover-option10 .grid-item figure:hover .portfolio-hover-content {-webkit-transform: translateY(0); -ms-transform: translateY(0); -moz-transform: translateY(0); transform: translateY(0);}
.hover-option10 .grid-item .portfolio-icon a {margin: 0 7px; height: 50px; width: 50px; display: inline-block; border-radius: 100%; border: 2px solid rgba(255,255,255,1); box-sizing: border-box; vertical-align: top; text-align:center; color: #fff}
.hover-option10 .grid-item .portfolio-icon a:hover {color: #232323; background: #fff; border-radius: 5px;}
.hover-option10 .grid-item .portfolio-icon a:hover i {color: #232323;;}
.hover-option10 .grid-item .portfolio-icon i.fa-link {font-size:22px; position: relative; top: 14px}
.hover-option10 .grid-item .portfolio-icon i.fa-search, .hover-option10 .grid-item .portfolio-icon i.fa-magnifying-glass {font-size:20px; position: relative; top: 13px}
.hover-option10 .grid-item .portfolio-icon i.ti-zoom-in {font-size:20px; position: relative; top: 13px}
.container .hover-option10 .grid-item .portfolio-icon i.fa-link {font-size:16px; position: relative; top: 10px}
.container .hover-option10 .grid-item .portfolio-icon i.fa-search, .container .hover-option10 .grid-item .portfolio-icon i.fa-magnifying-glass {font-size:14px; position: relative; top: 8px}
.container .hover-option10 .grid-item .portfolio-icon a {width: 45px; height: 45px;}
.container .hover-option10 .grid-item figure .portfolio-hover-main {padding: 30px;}

/* hover option 11 */
.hover-option11 .grid-item figcaption {height: 100%}
.hover-option11 .grid-item .portfolio-hover-main {transform: none; display: table; height: 100%; top: 0; width: 100%;}
.hover-option11 .grid-item figure:hover img {opacity: 0.05; transform: scale(1, 1); transition: all 0.2s ease 0s; -webkit-transition: all 0.2s ease 0s; -moz-transition: all 0.2s ease 0s; -ms-transition: all 0.2s ease 0s; -o-transition: all 0.2s ease 0s; filter: blur(4px); -webkit-filter: blur(4px); -moz-filter: blur(4px); -ms-filter: blur(4px); -o-filter: blur(4px);}
.hover-option11 .grid-item .portfolio-hover-content {bottom:-15px; transition: all 0.2s ease 0s; -webkit-transition: all 0.2s ease 0s; -moz-transition: all 0.2s ease 0s; -ms-transition: all 0.2s ease 0s; -o-transition: all 0.2s ease 0s;}
.hover-option11 .grid-item:hover .portfolio-hover-content {bottom:0;}
.hover-option11 .swiper-slide.grid-item figcaption {position: absolute; top: 0; width:100%; opacity: 0}
.hover-option11 .swiper-slide.grid-item:hover figcaption {opacity: 1}
.hover-option11 .grid-item .portfolio-item-title{transition: all 0.2s ease 0s; -webkit-transition: all 0.2s ease 0s; -moz-transition: all 0.2s ease 0s; -o-transition: all 0.2s ease 0s; -ms-transition: all 0.2s ease 0s;}
.hover-option11 .grid-item > a:hover .portfolio-item-title {color: #fff;}
.hover-option11 .grid-item .portfolio-img {margin-bottom: 33px; transition: all 0.2s ease 0s; -webkit-transition: all 0.2s ease 0s; -moz-transition: all 0.2s ease 0s; -o-transition: all 0.2s ease 0s; -ms-transition: all 0.2s ease 0s;}
.hover-option11 .grid-item .portfolio-img img {box-shadow: 0 0 8px rgba(0,0,0,1);}
.hover-option11 .grid-item:hover .portfolio-img img {opacity: .6; transition: all 0.2s ease 0s; -webkit-transition: all 0.2s ease 0s; -moz-transition: all 0.2s ease 0s; -o-transition: all 0.2s ease 0s; -ms-transition: all 0.2s ease 0s;}
.hover-option11 .grid-item > a{display: block; position: relative;}
.hover-option11 .grid-item > a:hover .portfolio-img{box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.2); transform: translateY(-10px);}

/* portfolio filter tab style 1 */
.portfolio-filter-tab-1 li {margin: 0 25px; display: inline-block; float: none}
.portfolio-filter-tab-1 li a {background: transparent; border: none; padding:0 0 2px 0; display: inline; color:#6f6f6f; margin: 0; border-bottom: 1px solid transparent;}
.portfolio-filter-tab-1 li a:hover, .portfolio-filter-tab-1 li a:focus {background: transparent; border-bottom: 1px solid #232323; color:#232323}
.portfolio-filter-tab-1 li.active a {background: transparent !important; border-bottom: 1px solid #232323; color: #232323;}

/* portfolio filter tab style 2 */
.portfolio-filter-tab-2 li.nav-item{display: inline-block; float: none;}
.portfolio-filter-tab-2 li.nav-item a.nav-link{border: none; border-radius: 50px !important; padding: 7px 24px; margin-right: 4px; border-color: transparent !important;}
.portfolio-filter-tab-2 li.nav-item a.nav-link:hover, .portfolio-filter-tab-2 li.nav-item > a.nav-link:focus{background: rgba(144,144,144,0.22); color: #fff; border-color: transparent !important;}
.portfolio-filter-tab-2.nav-tabs li.nav-item.active a.nav-link, .portfolio-filter-tab-2.nav-tabs li.nav-item.active a.nav-link:focus, .portfolio-filter-tab-2.nav-tabs li.nav-item.active a.nav-link:hover{border: none; background: rgba(144,144,144,0.22); color: #fff; border: none;}

/* blog and portfolio next pagination */
.blog-nav-link {padding: 30px 0; display: inline-block; vertical-align: middle; font-size: 16px; position: relative}
.blog-nav-link-prev .blog-nav-icon, .blog-nav-link-next .blog-nav-icon {top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); position: absolute}
.blog-nav-link-next {padding-right: 50px}
.blog-nav-link-next .blog-nav-icon{right: 0}
.blog-nav-link-prev {padding-left: 50px}
.blog-nav-link-prev .blog-nav-icon {left: 0}

/* ===================================
    24. Elements
====================================== */

/* double quotes */ 
.special-char-small {font-size: 40px; line-height: 60px;}
.special-char-medium{font-size: 110px; line-height: 140px;}
.special-char-large {font-size: 140px; line-height: 120px;}
.special-char-extra-large {font-size: 200px; line-height: 150px;}

/* search box */
.search-box .add-on .input-group-append > .btn, .search-box .add-on .input-group-btn > .btn {left:0px; border-color:#ededed; box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; -o-box-shadow: none; -ms-box-shadow: none; margin-right: 0; margin-left: -1px; text-transform: uppercase; border-width: 1px; border-style: solid;padding: 5px 9px; height: 31px; border-top-right-radius: 4px; border-bottom-right-radius: 4px; border-left: 0;}
.search-box .add-on .form-control:focus, .search-box .add-on .input-group-btn > .btn:focus, .search-box .add-on .input-group-btn > .btn:hover {box-shadow:none; -webkit-box-shadow:none; -moz-box-shadow:none; -ms-box-shadow:none; -o-box-shadow:none; border-color:#ededed; background: #f7f7f7}
.search-box .add-on i{color: #939393; font-size: 11px; top: -5px; left: -2px}
.sidebar-nav-style-1 .search-box .add-on i{top: -3px;}
.search-box input[type=text], .search-box input[type=search]{border-color:#ededed; box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; -o-box-shadow: none; -ms-box-shadow: none; font-size: 12px; font-weight: normal; color: #232323; height: 31px;}
.search-box .add-on input[type=text]{padding: 5px 8px}
.search-box input[type=text]::-webkit-input-placeholder {color: #939393; font-size: 10px; text-transform: uppercase; font-weight: 400; letter-spacing: 0.015em;}
.search-box input[type=text]::-moz-placeholder {color: #939393; font-size: 10px; text-transform: uppercase; font-weight: 400; letter-spacing: 0.015em}
.search-box input[type=text]::-ms-input-placeholder {color: #939393; font-size: 10px; text-transform: uppercase; font-weight: 400; letter-spacing: 0.015em}
.search-box input[type=text]::-o-placeholder {color: #939393; font-size: 10px; text-transform: uppercase; font-weight: 400; letter-spacing: 0.015em;}

/* search box style 2 */
.search-box2 .add-on .input-group-append > .btn {border-left-width:0; left:0px; border-color:#4f4f4f; background-color: #4f4f4f; box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; -o-box-shadow: none; -ms-box-shadow: none; margin-right: 0;margin-left: -1px; text-transform: uppercase; border-width: 1px; border-style: solid; padding: 5px 8px 5px 10px; height: 45px; width: 45px;}
.search-box2 .add-on .input-group-append {width: 45px;}
.search-box2 .add-on .input-group-append > .btn:focus, .search-box2 .add-on .input-group-append > .btn:hover {box-shadow:none; -webkit-box-shadow:none; -moz-box-shadow:none; -ms-box-shadow:none; -o-box-shadow:none; border-color:#4f4f4f; background-color: #4f4f4f;}
.search-box2 .add-on i{color: #fff; font-size: 17px}
.search-box2 input[type=email], .search-box2 input[type=search]{border-color:#474747; background-color: transparent; box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; -o-box-shadow: none; -ms-box-shadow: none;font-size: 14px; font-weight: normal; color: #636363; height: 45px}
.search-box2 .add-on input[type=email]{padding: 10px 14px}
.search-box2 input[type=email]::-webkit-input-placeholder {color: #636363; font-size: 14px; font-weight: 400; letter-spacing: 0.015em; background-color: transparent;}
.search-box2 input[type=email]::-moz-placeholder {color: #636363; font-size: 14px; font-weight: 400; letter-spacing: 0.015em; background-color: transparent;}
.search-box2 input[type=email]::-ms-input-placeholder {color: #636363; font-size: 14px; font-weight: 400; letter-spacing: 0.015em; background-color: transparent;}
.search-box2 input[type=email]::-o-placeholder {color: #636363; font-size: 14px; font-weight: 400; letter-spacing: 0.015em; background-color: transparent;}

/* search form */
.search-cart-header {padding-top: 14px; float: right; letter-spacing: 1px}
.header-search-form {color: #232323}
.search-form .search-input {border: none; border-radius: 0; border-bottom: 2px solid rgba(255,255,255,0.5); font-size: 30px; font-weight: 100; padding: 20px 38px 20px 2px; text-transform: capitalize; background: transparent; line-height: 40px; color: #fff;}
.search-form .search-input:focus{outline: none}
.search-form .search-input.required-error {border: none !important; border-bottom: 2px solid #ff0000 !important;}
.search-input ::-moz-placeholder, .search-input [placeholder] {color: #ff0000;}
.search-form .search-button {font-size:21px; color:#fff; top:31px; right: 0; outline: none;}
#search-header {height:100%; width: 45%; margin:0 auto;}
.close-search {color: #373737; position: absolute; right: 0; top: 23px; z-index: 998; cursor: pointer;}
.close-search:hover {color: #9a9a9a;}
.search-button {cursor: pointer;  z-index: 0; margin-right: 0; border: none; background: none;}
aside .search-button {border: 2px solid transparent;}

/* list style 1 */
.list-style-none li {list-style: none;}
.list-style-1 li {padding: 5px 0}

/* list style 2 */
.list-style-2 {list-style: none; margin: 0; padding: 0;}
.list-style-2 li {position: relative; padding: 0 0 0 12px; margin: 0 0 9px 0;}
.list-style-2 li:before {content: ""; width: 5px; height: 1px; background-color: var(--base-color); position: absolute; top: 12px; left: 0;}

/* list style 3 */
.list-style-3 {list-style: none; margin: 0; padding: 0;}
.list-style-3 li {position: relative; padding: 0 0 0 22px; margin: 0 0 15px 0;}
.list-style-3 li:before {content: ""; width: 10px; height: 1px; background-color: var(--base-color); position: absolute; top: 11px; left: 0;}

/* list style 4 */
.list-style-4 {list-style: none; margin: 0; padding: 0;}
.list-style-4 li {position: relative; padding: 0 0 10px 22px; margin: 0 0 10px 0; border-bottom: 1px solid rgba(0, 0, 0, 0.1);}
.list-style-4 li:before {content: "\f00c"; position: absolute; top: 1px; left: 0; font-family: "Font Awesome 6 Free"; font-weight: 900; font-size: 16px;}
.list-style-4 li:last-child {border-bottom: 0;}
.list-style-4.list-style-color li {border-color: rgba(255,255,255,.15);}
.list-style-4.list-style-color li:before {color: var(--base-color);}

/* list style 5 */
.list-style-5 {list-style: none; margin: 0; padding: 0;}
.list-style-5 li {position: relative; padding: 0 0 10px 22px; margin: 0 0 10px 0; border-bottom: 1px solid rgba(0, 0, 0, 0.1);}
.list-style-5 li:before {content: "\f192"; position: absolute; top: 1px; left: 0; font-family: "Font Awesome 6 Free"; font-weight: 400; color: #fff}
.list-style-5 li:last-child {border-bottom: 0;}
.list-style-5.list-style-color li {border-color: rgba(255,255,255,.15);}
.list-style-5.list-style-color li:before {color: var(--base-color)}

/* list style 6 */
.list-style-6 {list-style: none; margin: 0; padding: 0;}
.list-style-6 li {position: relative; padding: 0 15px 8px 0; margin: 0 0 8px 0; border-bottom: 1px solid rgba(0, 0, 0, 0.1);}
.list-style-6 li span {position: absolute; top: 3px; right: 0;}
.list-style-6 li:last-child {border-bottom: none}
.list-style-6 li:before {content: "";}

/* list style 7 */
.list-style-7 {list-style: none; margin: 0; padding: 0;}
.list-style-7 li {padding: 0 0 13px 0; margin: 0 0 10px 0;}
.list-style-7 li:last-child {margin: 0; padding: 0;}

/* list style 8 */
.list-style-8 {list-style: none; margin: 0; padding: 0;}
.list-style-8 li {position: relative; padding:15px 0; margin: 0 0 4px 0; border-bottom: 1px solid rgba(0, 0, 0, 0.1);}
.list-style-8 li span {margin-bottom: 2px}
.list-style-8 li p {margin-bottom: 0}
.list-style-8 li:last-child {border-bottom: none}
.list-style-8 li:before {content: "";}

/* list style 9 */
.list-style-9 {list-style: none; margin: 0; padding: 0;}
.list-style-9 li {position: relative; padding:15px 0; margin: 0 0 4px 0; border-bottom: 1px solid #373737;}
.list-style-9 li span {margin-bottom: 2px}
.list-style-9 li p {margin-bottom: 0}
.list-style-9 li:last-child {border-bottom: none}
.list-style-9 li:before {content: "";}

/* list style 10 */
.list-style-10 {list-style: none; margin: 0; padding: 0;}
.list-style-10 li {padding:15px 0; margin: 0; border-bottom: 1px solid rgba(0, 0, 0, 0.1);}
.list-style-10 li i {float: left; margin-top: 5px}
.list-style-10 li span {padding-left: 15px; display: table}
.list-style-10 li:last-child {border-bottom: none}

/* list style 11 */
.list-style-11 {list-style: none; margin: 0; padding: 0;}
.list-style-11 li {position: relative; padding: 0 0 8px 0; margin: 0 0 8px 0; border-bottom: 1px solid rgba(0, 0, 0, 0.1);}
.list-style-11 li span {position: absolute; top: 3px; right: 0;}
.list-style-11 li:last-child {border-bottom: none}
.list-style-11 li:before {content: "";}

/* list style 12 */
.list-style-12 {list-style: none; margin: 0; padding: 0;}
.list-style-12 li {position: relative; padding-left: 30px; margin-bottom: 12px;}
.list-style-12 li:before {content: "\f00c"; position: absolute; top: 1px; left: 0; font-family: "Font Awesome 6 Free"; font-weight: 900;}
.list-style-12.list-style-color li:before {color: var(--base-color);}

/* image hover style 1 */
.image-hover-style-1 {background: #222222}
.image-hover-style-1:hover img{opacity: 0.5; transform: scale(1.2, 1.2) rotate(-5deg); transition: all 0.3s ease 0s;}

/* image hover style 3 */
.image-hover-style-3:hover .cover-background {filter: contrast(130%); -webkit-filter:contrast(130%); -moz-filter: contrast(130%); -ms-filter: contrast(130%); -o-filter: contrast(130%); filter: grayscale(1); -webkit-filter: grayscale(1); -moz-filter: grayscale(1); -ms-filter: grayscale(1); -o-filter: grayscale(1);}

/* info banner style 1 */
.banner-style1 figure {position: relative; overflow: hidden; transition-timing-function: ease-in-out; -moz-transition-timing-function: ease-in-out; -webkit-transition-timing-function: ease-in-out; -o-transition-timing-function: ease-in-out; transition-duration: .2s; -moz-transition-duration: .2s; -webkit-transition-duration: .2s; -o-transition-duration: .2s; -ms-transition-duration: .2s;}
.banner-style1 figure figcaption{position: absolute; left: 0; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); height: 100%; width: 100%;}
.banner-style1 figure:hover .banner-image img, .banner-style1 figure:hover .banner-image {opacity:0.3; filter: contrast(130%); -webkit-filter:contrast(130%); -moz-filter: grayscale(1); -ms-filter: grayscale(1); -o-filter: grayscale(1); filter: grayscale(1); -webkit-filter: grayscale(1); -moz-filter: grayscale(1); -ms-filter: grayscale(1); -o-filter: grayscale(1);}
.banner-style1 figure figcaption p{opacity: 0; margin-bottom: 0; height: 0}
.banner-style1 figure:hover figcaption p {height: 100px; opacity: 1;}

/* info banner style 2 */
figure{margin: 0;}
.banner-style2 figure {position: relative; overflow: hidden}
.banner-style2 figure:hover .banner-image img{opacity:0.4;}
.banner-style2 figcaption {position: absolute; right: -50px; top: 40px; height: 100%; height: calc(100% - 80px); width: 50%; opacity: 0; visibility: hidden;}
.banner-style2 figure:hover figcaption {right: 40px; opacity: 1; visibility: visible}

/* info banner style 3 */
.banner-style3 figure {position: relative; cursor: pointer; overflow: hidden; transition-timing-function: ease-in-out; -moz-transition-timing-function: ease-in-out; -webkit-transition-timing-function: ease-in-out; -o-transition-timing-function: ease-in-out; -ms-transition-timing-function: ease-in-out; transition-duration: .2s; -moz-transition-duration: .2s; -webkit-transition-duration: .2s; -o-transition-duration: .2s; -ms-transition-duration: .2s;}
.banner-style3 figure figcaption{position: absolute; left: 0; top: 52%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); height: 100%; width: 100%; opacity: 0;}
.banner-style3 figure:hover figcaption {opacity: 1; top: 50%}
.banner-style3 figure:hover .banner-image img, .banner-style1 figure:hover .banner-image {opacity:0.3;}

/* pricing box */ 
.highlight .pricing-box {box-shadow: 0px 0px 40px rgba(200,200,200,0.3); transform: scale(1.15); -webkit-transform: scale(1.15); -moz-transform: scale(1.15); -ms-transform: scale(1.15); -o-transform: scale(1.15);}

.feature-box {overflow: hidden;position: relative;text-align: center; cursor: pointer}
.feature-box .content {padding: 35px 15px;}
.feature-box:before, .feature-box .content:before, .feature-box:after, .feature-box .content:after{display: inline-block; position:absolute; content:""; background-color:var(--base-color); z-index: 1}
.feature-box:before, .feature-box .content:before {right:0; top:0; transition-duration:0.5s; -webkit-transition-duration:0.5s; -moz-transition-duration:0.5s; -ms-transition-duration:0.5s; -o-transition-duration:0.5s;}
.feature-box:after, .feature-box .content:after {left:0; bottom:0; transition-duration:0.5s; -webkit-transition-duration:0.5s; -moz-transition-duration:0.5s; -ms-transition-duration:0.5s; -o-transition-duration:0.5s;}
.feature-box:hover:before, .feature-box:hover:after{transform:scaleY(1); transition-duration:0.5s; -webkit-transition-duration:0.5s; -moz-transition-duration:0.5s; -ms-transition-duration:0.5s; -o-transition-duration:0.5s;}
.feature-box:before {transform-origin: right top 0; -webkit-transform-origin: right top 0; -moz-transform-origin: right top 0; -ms-transform-origin: right top 0; -o-transform-origin: right top 0;}
.feature-box:after {transform-origin: left bottom 0; -webkit-transform-origin: left bottom 0; -moz-transform-origin: left bottom 0; -ms-transform-origin: left bottom 0; -o-transform-origin: left bottom 0;}
.feature-box .content:before {transform-origin: right top 0; -webkit-transform-origin: right top 0; -moz-transform-origin: right top 0; -ms-transform-origin: right top 0; -o-transform-origin: right top 0;}
.feature-box .content:after {transform-origin: top left 0; -webkit-transform-origin: top left 0; -moz-transform-origin: top left 0; -ms-transform-origin: top left 0; -o-transform-origin: top left 0;}
.feature-box:before, .feature-box:after{height:100%; width:3px; transform:scaleY(0);-webkit-transform:scaleY(0); -moz-transform:scaleY(0); -ms-transform:scaleY(0); -o-transform:scaleY(0); transition-duration:0.5s; -webkit-transition-duration:0.5s; -moz-transition-duration:0.5s; -ms-transition-duration:0.5s; -o-transition-duration:0.5s;}
.feature-box:hover .content:before, .feature-box:hover .content:after {transform:scaleX(1); -webkit-transform:scaleX(1); -moz-transform:scaleX(1); -ms-transform:scaleX(1); -o-transform:scaleX(1); transition-duration:0.5s; -webkit-transition-duration:0.5s; -moz-transition-duration:0.5s; -ms-transition-duration:0.5s; -o-transition-duration:0.5s;}
.feature-box .content:before, .feature-box .content:after {width:100%; height:3px; transform:scaleX(0); -webkit-transform:scaleX(0); -moz-transform:scaleX(0); -ms-transform:scaleX(0); -o-transform:scaleX(0); transition-duration:0.5s; -webkit-transition-duration:0.5s; -moz-transition-duration:0.5s; -ms-transition-duration:0.5s; -o-transition-duration:0.5s;}

/* feature box style 1 */
.feature-box-1 {display: table}
.feature-box-1 .char-value {display: table-cell; vertical-align: middle}

/* feature box style 4 */
.grid-item.feature-box-4 {overflow: hidden; position: relative;}
.grid-item.feature-box-4 figure img {width: 100%; cursor: auto;}
.grid-item.feature-box-4 figure figcaption {position: absolute; left: 0px; top: auto; z-index: 9; bottom: 0px; transform: translateY(0); -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transition: transform .35s ease-out; -webkit-transition: transform .35s ease-out; -moz-transition: transform .35s ease-out; -ms-transition: transform .35s ease-out; -o-transition: transform .35s ease-out; padding: 0 0 15px 60px; width: auto; height:auto; text-align: left; opacity: 1; cursor: default;}
.grid-item.feature-box-4 figure:hover img, .feature-box-4 figure:focus img {opacity: 1; -ms-transform: none; -webkit-transform: none; -moz-transform: none; -o-transform: none;  transform: none;}
.grid-item.feature-box-4 figure:hover figcaption {transform: translateY(-50px); -webkit-transform: translateY(-50px); -moz-transform: translateY(-50px); -ms-transform: translateY(-50px); -o-transform: translateY(-50px);}
.grid-item.feature-box-4 figure figcaption .btn {opacity: 0}
.grid-item.feature-box-4 figure:hover .btn {opacity: 1; display: inline-block}
.grid-item.feature-box-4 figure:hover img {transition-timing-function: ease-in-out; -webkit-transition-timing-function: ease-in-out; -moz-transition-timing-function: ease-in-out; -ms-transition-timing-function: ease-in-out; -o-transition-timing-function: ease-in-out; transform: scale(1.09,1.09); -webkit-transform: scale(1.09,1.09); -moz-transform: scale(1.09,1.09); -ms-transform: scale(1.09,1.09); -o-transform: scale(1.09,1.09);}

/* feature box style 5 */
.feature-box-5 {padding-left:75px}
.feature-box-5 i {position: absolute; top: 0; left: 0}

/* feature box style 6 */
.feature-box-6 {padding-left: 65px;}
.feature-box-6 i {position: absolute; top: 50%; left: 0; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%);}

/* feature box style 7 */
.feature-box.feature-box-7:before,.feature-box.feature-box-7:after {content: ''; display: table;}
.feature-box.feature-box-7:hover,.feature-box.feature-box-7:hover:before,.feature-box.feature-box-7:hover:after {border: none}
.feature-box.feature-box-7::before, .feature-box.feature-box-7::after, .feature-box.feature-box-7 .content::before, .feature-box.feature-box-7 .content::after {background: transparent;}
.feature-box.feature-box-7:after {clear: both;}
.feature-box.feature-box-7 .box {cursor: default; height: 100%; width: 100%; display: table; position: relative; -webkit-transition: all 0.4s cubic-bezier(.48,.83,.63,.91); -moz-transition: all 0.4s cubic-bezier(.48,.83,.63,.91); -mstransition: all 0.4s cubic-bezier(.48,.83,.63,.91); -o-transition: all 0.4s cubic-bezier(.48,.83,.63,.91); transition: all 0.4s cubic-bezier(.48,.83,.63,.91); border: 1px solid #ededed; border-right: none; overflow: hidden}
.feature-box.feature-box-7 div:first-child .box {border-left: none}
.feature-box.feature-box-7 .box figure {-webkit-transition: all 0.4s cubic-bezier(.48,.83,.63,.91); -moz-transition:all 0.4s cubic-bezier(.48,.83,.63,.91); transition: all 0.4s cubic-bezier(.48,.83,.63,.91); -ms-transition: all 0.4s cubic-bezier(.48,.83,.63,.91); -o-transition: all 0.4s cubic-bezier(.48,.83,.63,.91); transition: all 0.4s cubic-bezier(.48,.83,.63,.91); padding: 8% 0;}
.feature-box.feature-box-7 .box .content {display:table-cell; height: 100%; vertical-align: middle; padding: 0; position: relative; top: 30px;}
.feature-box.feature-box-7 .box .content .details {opacity: 0;}
.feature-box.feature-box-7 .box:hover .content .details {opacity: 1;}
.feature-box.feature-box-7 .box:hover .content {top: 0; border-bottom-color: var(--base-color);}
.feature-box.feature-box-7 .box:hover i {color: var(--base-color)}
.container .feature-box.feature-box-7 .box .content {top: 43px;}
.container .feature-box.feature-box-7 .box:hover .content {top: 0;}

/* feature box style 8 */
.feature-box-8 .feature-box-overlay {bottom: 0; left: 0; right: 0; width: 100%; height: 2px; position: absolute; z-index: -2}
.feature-box-8:hover .feature-box-overlay {height: 100%; background: #2f2f2f}
.feature-box-8:hover div, .feature-box-8:hover p {color: #fff;}
.feature-box-8:hover .icon-round-small{background: #fff; color: var(--base-color) !important;}
.parallax-feature-box-bottom {position: absolute; bottom:-150%;}
.parallax-feature-box {overflow: visible}

/* feature box style 9 */
.feature-box-9 i {position: relative; transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; top:0}
.feature-box-9:hover i {top: -8px; color: #fff}
.feature-box-9:hover p {color: var(--base-color);}
.feature-box-9 .text-bottom-line {margin-bottom: 15px}
.feature-box-9:hover .text-bottom-line {border-top:45px solid !important; margin-bottom:0}

/* feature box style 10 */
.feature-box-10 .number {display: flex; font-size: 30px; height: 90px; margin: 0 auto; text-align: center; vertical-align: middle; width: 90px; position: relative; align-items: center; justify-content: center;}
.feature-box-10:hover .number {background: var(--base-color); color: #fff}
.feature-box-10 .number-center:after {width: 250%; position: absolute; content:""; height: 1px; background: #e2e2e2; top: 45px; z-index: -1; left:130px}
.feature-box-10 .number-center:before {width: 250%; position: absolute; content:""; height: 1px; background: #e2e2e2; top: 45px; z-index: -1; right:130px}

/* feature box style 11 */
.feature-box-11 .progress-line:after {content: ""; display: block; width: 12%; height: 1px; background: #d8d8d8; position: absolute; right: -6%; top: 65px; text-align: center;}
.feature-box-11 .process-bg {border-radius: 100%; height: 130px; width: 130px; line-height: 130px}

/* feature box style 12 */
.feature-box-12 .feature-icon-box {width: 90px; height: 90px; border-radius: 6px; text-align: center; vertical-align: middle; border: 1px solid #d6d5d5; display: table-cell; transform: rotateX(0deg); -webkit-transform: rotateX(0deg); -moz-transform: rotateX(0deg); -ms-transform: rotateX(0deg); -o-transform: rotateX(0deg); transition: ease-in-out 0.6s; -webkit-transition: ease-in-out 0.6s; -moz-transition: ease-in-out 0.6s; -ms-transition: ease-in-out 0.6s; -o-transition: ease-in-out 0.6s;}
.feature-box-12 .feature-content-box {display: table-cell; vertical-align: middle; transform: rotateY(0deg); -webkit-transform: rotateY(0deg); -moz-transform: rotateY(0deg); -ms-transform: rotateY(0deg); -o-transform: rotateY(0deg); transition: ease-in-out 0.6s; -webkit-transition: ease-in-out 0.6s; -moz-transition: ease-in-out 0.6s; -ms-transition: ease-in-out 0.6s; -o-transition: ease-in-out 0.6s; opacity: 1;}
.feature-box-12 .hover-content-box, .feature-box-12 .feature-content-box {backface-visibility: hidden; transform-style: preserve-3d; -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; -ms-transform-style: preserve-3d; -o-transform-style: preserve-3d;}
.feature-box-12 .hover-content-box {background-color: #232323; width: 80%; transition: ease-in-out 0.6s; -webkit-transition: ease-in-out 0.6s; -moz-transition: ease-in-out 0.6s; -ms-transition: ease-in-out 0.6s; -o-transition: ease-in-out 0.6s; transform: translateY(-50%) rotateX(180deg); -webkit-transform: translateY(-50%) rotateX(180deg); -moz-transform: translateY(-50%) rotateX(180deg); -ms-transform: translateY(-50%) rotateX(180deg); -o-transform: translateY(-50%) rotateX(180deg); position: absolute; top: 50%;left: 0; opacity: 0;}
.feature-box-12:hover .hover-content-box {transform: translateY(-50%) rotateX(0deg); -webkit-transform: translateY(-50%) rotateX(0deg); -moz-transform: translateY(-50%) rotateX(0deg); -ms-transform: translateY(-50%) rotateX(0deg); -o-transform: translateY(-50%) rotateX(0deg); opacity: 1}
.feature-box-12:hover .feature-icon-box, .feature-box-12:hover .feature-content-box {transform: rotateX(180deg); -webkit-transform: rotateX(180deg); -moz-transform: rotateX(180deg); -ms-transform: rotateX(180deg); -o-transform: rotateX(180deg); opacity: 0}

/* feature box style 13 */
.feature-box-13 {overflow: hidden; z-index: 1;}
.feature-box-13:before {background: var(--base-color); left: 0; height: 100%;  top: 0; position: absolute; width: 100%; z-index: -1; display: block; content: ""; transition-duration: 0.3s; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s; -ms-transition-duration: 0.3s; -o-transition-duration: 0.3s; transform:scaleY(0); -webkit-transform:scaleY(0); -moz-transform:scaleY(0); -ms-transform:scaleY(0); -o-transform:scaleY(0); opacity: 0}
.feature-box-13:hover:before {transform: scaleY(1); -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); -o-transform: scaleY(1); transition-duration: 0.3s; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s; -ms-transition-duration: 0.3s; -o-transition-duration: 0.3s; opacity: 1}
.feature-box-13:hover i {color: #232323}
.feature-box-13:hover p {color: #fff}

/* feature box style 14 */
.feature-box-14 > div {border-right: 1px solid #ededed; border-bottom: 1px solid #ededed; border-top: 0;}
.feature-box-14 > div:last-child {border-right: 0;}

/* feature box style 15 */
.feature-box-15 .feature-box-content {position: relative; overflow: hidden;}
.feature-box-15 .feature-box-image {transform: rotateY(0deg); -webkit-transform: rotateY(0deg); -moz-transform: rotateY(0deg); -ms-transform: rotateY(0deg); -o-transform: rotateY(0deg);}
.feature-box-15 .hover-content, .feature-box-15 .feature-box-image {backface-visibility: hidden; transform-style: preserve-3d; transform: rotateY(0deg); transition: ease-in-out 0.4s; -webkit-transform-style: preserve-3d; -webkit-transform: rotateY(0deg); -webkit-transition: ease-in-out 0.4s; -moz-transform-style: preserve-3d; -moz-transform: rotateY(0deg); -moz-transition: ease-in-out 0.4s; -ms-transform-style: preserve-3d; -ms-transform: rotateY(0deg); -ms-transition: ease-in-out 0.4s; -o-transform-style: preserve-3d; -o-transform: rotateY(0deg); -o-transition: ease-in-out 0.4s;}
.feature-box-15 .hover-content {left: 0; position: absolute; top:0; height: 100%; transform: rotateX(180deg); -webkit-transform: rotateX(180deg); -moz-transform: rotateX(180deg); -ms-transform: rotateX(180deg); -o-transform: rotateX(180deg); width: 100%; opacity: 0;}
.feature-box-15 .feature-box-content:hover .feature-box-image {transform: rotateX(180deg);-webkit-transform: rotateX(180deg); -moz-transform: rotateX(180deg); -ms-transform: rotateX(180deg); -o-transform: rotateX(180deg); opacity: 0;}
.feature-box-15 .feature-box-content:hover .hover-content {transform: rotateX(0deg); -webkit-transform: rotateX(0deg); -moz-transform: rotateX(0deg); -ms-transform: rotateX(0deg); -o-transform: rotateX(0deg); opacity: 1;}

/* feature box style 16 */
.feature-box-16 .feature-box-content {position: absolute; bottom:0; width: 100%; transition: ease-in-out 0.4s; height: 60px;}
.feature-box-16 .feature-box-content p {opacity: 0; transition: ease-in-out 0.5s; -webkit-transition: ease-in-out 0.5s; -moz-transition: ease-in-out 0.5s; -ms-transition: ease-in-out 0.5s; -o-transition: ease-in-out 0.5s;}
.feature-box-16 {position: relative; overflow: hidden;}
.feature-box-16:hover .feature-box-content {height: 100%;}
.feature-box-16:hover .feature-box-content p {opacity: 1;}

/* feature box style 17 */
.feature-box.feature-box-17:before,.feature-box.feature-box-17:after {content: ''; display: table;}
.feature-box.feature-box-17:hover,.feature-box.feature-box-17:hover:before,.feature-box.feature-box-17:hover:after {border: none}
.feature-box.feature-box-17::before, .feature-box.feature-box-17::after, .feature-box.feature-box-17 .content::before, .feature-box.feature-box-17 .content::after {background: transparent;}
.feature-box.feature-box-17:after {clear: both;}
.feature-box.feature-box-17 .box {cursor: default; height: 100%; width: 100%; display: table; position: relative; -webkit-transition: all 0.4s cubic-bezier(.48,.83,.63,.91); -moz-transition: all 0.4s cubic-bezier(.48,.83,.63,.91); -ms-transition: all 0.4s cubic-bezier(.48,.83,.63,.91); transition: all 0.4s cubic-bezier(.48,.83,.63,.91); overflow: hidden}
.feature-box.feature-box-17 div:first-child .box {border-left: none}
.feature-box.feature-box-17 .box figure {-webkit-transition: all 0.4s cubic-bezier(.48,.83,.63,.91); -ms-transition: all 0.4s cubic-bezier(.48,.83,.63,.91); -moz-transition:all 0.4s cubic-bezier(.48,.83,.63,.91); -o-transition: all 0.4s cubic-bezier(.48,.83,.63,.91); transition: all 0.4s cubic-bezier(.48,.83,.63,.91); padding: 10% 0;}
.feature-box.feature-box-17 .box .content {display:table-cell; height: 100%; vertical-align: middle; padding: 0; position: relative; top: 30px;}
.feature-box.feature-box-17 .box .content .details {opacity: 0;}
.feature-box.feature-box-17 .box:hover .content .details {opacity: 1;}
.feature-box.feature-box-17 .box:hover .content {top: 0; border-bottom-color: var(--base-color);}
.feature-box.feature-box-17 .box:hover {background-color: var(--base-color);}
.feature-box.feature-box-17 .box:hover i, .feature-box.feature-box-17 .box:hover .text-white-2-hover {color: #ffffff}

/* feature box style 18 */
.feature-box-18 .feature-box-overlay {top: 0; left: 0; right: 0; width: 100%; height: 100%; position: absolute; z-index: -1; opacity: 0; overflow: hidden; transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out;}
.feature-box-18:hover .feature-box-overlay {opacity: 1;}
.feature-box-18:hover i, .feature-box-18:hover div, .feature-box-18:hover p {color: #fff;}
.feature-box-18:hover p {opacity: .6;}

/* info banner box style 2 */
.info-banner-box-2 {position: relative; overflow: hidden; height: 200px;}
.info-banner-box-2 .hover-box {position: absolute; left: 100%; top: 0; height: 100%; transition: ease-in-out 0.5s; -webkit-transition: ease-in-out 0.5s; -moz-transition: ease-in-out 0.5s; -ms-transition: ease-in-out 0.5s; -o-transition: ease-in-out 0.5s;}
.info-banner-box-2 .content-box {position: absolute; left: 0; top:0; height: 100%; transition: ease-in-out 0.5s; -webkit-transition: ease-in-out 0.5s; -moz-transition: ease-in-out 0.5s; -ms-transition: ease-in-out 0.5s; -o-transition: ease-in-out 0.5s;}
.info-banner-box-2:hover .hover-box {left: 0}
.info-banner-box-2:hover .content-box {left: -100%}

/* counter box style 1 */
.counter-feature-box-1 {height:199px;}
.counter-feature-box-1:hover {background:var(--base-color); border-color: var(--base-color);}

/* counter box style 3 */
.counter-box-3 .counter-box {display: inline-block; width: 140px; padding: 0; vertical-align: top; text-align: center; position: relative;}
.counter-box-3 .counter-box:after {position: absolute; right: 0; width: 1px; height: 36px; background-color: #eb214b; content: ""; top: 8px;}
.counter-box-3 .counter-box:last-child:after {width: 0;}
.counter-box-3 .counter-box .number {display: block; font-weight: 400; font-size: 32px; line-height: 30px;}
.counter-box-3 .counter-box span {font-weight: 400; font-size: 12px; line-height: 28px; text-transform: uppercase;}

/* counter box style 4 */
.counter-box-4 .counter:after {content: "+"; position: absolute; right: -5%; top: 35%; color: #b6b6b6; font-weight: 300;}
.counter-box-4:last-child .counter:after {display:none;}

/* counter box style 5 */
.counter-box-5 .counter-box {display: inline-block; width: 13%; padding: 0; vertical-align: top; text-align: center; position: relative;} 
.counter-box-5 .counter-box .number {display: block; font-weight: 400; font-size: 80px; line-height: 80px; letter-spacing: -3px}
.counter-box-5 .counter-box span {font-weight: 400; font-size: 12px; letter-spacing: 1px; opacity: 0.5; line-height: 28px; text-transform: uppercase;}

/* progress bar */
.progress {overflow: visible; height: 5px; position: relative; border-radius: 10px; width: 100%;}
.progress .progress-title {position: absolute; top: -22px;}
.progress .progress-bar {position: relative; overflow: visible; border-radius: 10px;}
.progress .progress-bar span {position: absolute; top: -30px; right: 0; opacity: 0}
.progress .progress-bar.appear span {opacity: 1;}
.progress-bar-percent {position: absolute; top: -12px; right: -39px;}

/* progress bar style 01 */
.progress-step-style-01.progress {width: 85%;}

/* progress bar style 02 */
.progress-step-style-02.progress .progress-title {position: absolute; top: 15px;}
.progress-step-style-02 .progress-bar-percent {position: absolute; top: 13px; right: 0;}

/* progress bar style 03 */
.progress-step-style-03.progress {height: 3px; width: 88%;}
.progress-step-style-03 .progress-bar {height: 3px;}
.progress-step-style-03 .progress-bar-percent {top: -9px;}
.progress-step-style-03.progress .progress-title {top: -24px;}

/* piechart style 1 */
.chart-percent .pie-chart-style-01 {text-align: center; position: relative; width: auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;}
.pie-chart-style-01 .percent {position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%);}

/* piechart style 2 */
.chart-percent .pie-chart-style-02 {text-align: center; position: relative; width: auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;}
.pie-chart-style-02 .percent {position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%);}

/* piechart style 3 */
.chart-percent .pie-chart-style-03 {text-align: center; position: relative; width: auto; display: inline-block;}
.pie-chart-style-03 .percent {display: inline-block; line-height: 68px; z-index: 2; background: #fff; border-radius: 100%; width: 70px; height: 70px; color: #232323; right: -25px; top: 10px; position: absolute;}

/* bootstrap panel style 3.7 */
.panel {border: 1px solid transparent;}
.panel .panel-heading {display: block;}
.panel-group {margin-bottom: 20px;}
.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {border-top: 1px solid #ddd;}

/* team style 1 */
.team-style-1 figure .team-image {position: relative; overflow: hidden;}
.team-style-1 .team-overlay {display: block; position: absolute; overflow: hidden; transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s;}
.team-style-1 .team-overlay {bottom: 0; left: 0; right: 0; width: 100%; height: 0;}
.team-style-1 figure:hover .team-overlay {height: 100%;}
.team-style-1 figure figcaption {width: 100%; position: relative; margin-top: 17px}
.team-style-1 figure .overlay-content {opacity: 0; position: absolute; height: 100%; width: 100%; top:0; transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; top:-15px}
.team-style-1 figure:hover .overlay-content {opacity: 1; z-index: 1111; top:0}
.team-style-1 figure figcaption .team-member-position {position: relative; top: 0; transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -ms-transition: all 0.2s; -o-transition: all 0.2s;}

/* team style 2 */
.team-style-2 figure {position: relative}
.team-style-2 figure .team-image {position: relative;}
.team-style-2 .team-overlay {display: block; position: absolute; overflow: hidden; transition: all 0.3s ease 0s; bottom: 0; left: 0; right: 0; width: 100%; height: 100%; opacity: 0}
.team-style-2 figure:hover .team-overlay {bottom: 0; left: 0; right: 0; width: 100%; height: 100%; opacity: .9}
.team-style-2 figure .team-member-position {position: absolute; top: 100%; width: 100%; transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -ms-transition: all 0.2s; -o-transition: all 0.2s;}
.team-style-2 figure:hover .team-member-position {top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); margin: 0;}
.team-style-2 figure:hover .team-member-position .text-medium-gray, .team-style-2 figure:hover .team-member-position .text-extra-dark-gray {color: #fff}
.team-style-2 figure figcaption {min-height: 20px;}
.team-style-2 figure figcaption .overlay-content {opacity: 0; top:0; position: relative}
.team-style-2 figure:hover figcaption .overlay-content {opacity: 1; top:30px;}

/* accordion style */
.panel-title {font-size: 16px;}
.panel-title > i {font-size: 12px; position: absolute; right: 0; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%);}

/* accordion style1 */
.accordion-style1 .panel  {background: transparent; box-shadow: none; margin-top: 0 !important}
.accordion-style1.panel-group .panel-heading  {border: 0px; border-bottom: 1px solid #e4e4e4;}
.accordion-style1 .panel-heading {padding: 16px 0;}
.accordion-style1 .panel-title {font-size: 13px; padding-right: 30px; position: relative}
.accordion-style1.panel-group .panel-heading+.panel-collapse>.list-group, .accordion-style1.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:0; padding: 25px 0}

/* accordion style 2 */
.accordion-style2 .panel {background: transparent; border: none; margin-bottom: 15px; box-shadow: none;}
.accordion-style2 .panel-title {background: transparent; border: none}
.accordion-style2 .panel .panel-heading {background: #fff; border-radius:0; padding:18px 28px 19px; position: relative;}
.accordion-style2 .panel-body{padding: 35px 28px 25px; border-top: 1px solid #ddd;}
.accordion-style2 .panel-heading i {font-size: 21px; margin: 0; right: 28px;}
.accordion-style2 .panel-title {padding: 0;}
.accordion-style2 .tab-tag {font-size: 20px; padding: 0; margin-right: 7px; display: inline-block; vertical-align: top;}
.accordion-style2 a, .accordion-style2 a:hover, .accordion-style2 a:hover i {color: #282828;}
.accordion-style2 .panel-default:last-child {border-bottom: 1px solid rgba(0, 0, 0, 0); margin-bottom: 0;}
.accordion-style2 {margin-bottom: 0;}

/* accordion style 3 */
.accordion-style3 .panel {background-color:transparent; border: none; margin-bottom: 15px; box-shadow: none; border-radius: 0;}
.accordion-style3 .panel-title {background: transparent; border: none; font-size: 16px;}
.accordion-style3 .panel .panel-heading {background: #000; color: #fff; border-radius:0; padding:18px 28px 19px; position: relative;}
.accordion-style3 .panel-body{padding: 35px 28px 25px; border-top:none}
.accordion-style3 .panel-title > i {font-size: 18px; margin: 0; right: 28px;}
.accordion-style3 .tab-tag {font-size: 20px; padding: 0; margin-right: 7px; display: inline-block; vertical-align: top;}
.accordion-style3 a, .accordion-style2 a:hover, .accordion-style3 a:hover i {color: #fff;}
.accordion-style3 .panel-default:last-child {border-bottom: 1px solid rgba(0, 0, 0, 0); margin-bottom: 0;}
.accordion-style3 {margin-bottom: 0;}

/* toggles */
.toggles .panel  {background: transparent; box-shadow: none; border-radius: 0; border: 1px solid #ddd;}
.toggles .panel-title  {font-size: 13px; padding-right: 30px; position: relative;}
.toggles .panel-title > span.float-end {position: absolute; right: 0; top: 0;}
.toggles .panel-heading {padding: 18px; background-color: transparent;}
.toggles .panel-heading i {font-size: 12px; color: #626262}
.toggles .panel + .panel {margin-top: -1px;}
.toggles .panel-body {padding: 25px}

/* tab */
.nav-tabs>li>a.active, .nav-tabs>li>a.active:focus, .nav-tabs>li>a.active:hover {border: 0; border-bottom: 1px solid;}
.nav-tabs a.nav-link {transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; -ms-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out;}

/* tab style 1 */
.tab-style1 .nav-tabs{border: none; width: 100%;}
.tab-style1 .nav-tabs li{display: inline-block; float: none; width:25%;}
.tab-style1 .nav-tabs li a{margin: 0;}
.tab-style1 .nav-tabs li:hover{background: transparent;}
.tab-style1 .nav-tabs > li > a, .tab-style1 .nav-tabs > li > a:focus, .tab-style1 .nav-tabs > li > a:hover{border: none; background-color: transparent;}
.tab-style1 .nav-tabs li:hover i, .tab-style1 .nav-tabs li .active i{color: var(--base-color);}
.tab-style1 .nav-tabs li:hover span, .tab-style1 .nav-tabs li .active span{color: #232323;}

/* tab style 2 */
.tab-style2 .tab-content{padding:55px 0 0; border-top: 1px solid #e5e5e5;}
.tab-style2 .nav-tabs{border:0;}
.tab-style2 .nav-tabs li{border:1px solid #e5e5e5; border-bottom: none; border-radius: 0; margin-bottom: 0; display:inline-block; float:none; margin-right: 5px}
.tab-style2 .nav-tabs li a {background-color:#f7f7f7; border:none; color:#575757; line-height: 44px; margin:0 !important; padding: 0 25px; border-radius: 0;}
.tab-style2 .nav-tabs-light li:first-child {border-left: 1px solid #e5e5e5; margin-left: 15px;}
.tab-style2 .nav-tabs > li > a.active {border-color:transparent; border: none; border-radius:0; background:#fff; top:1px; position: relative;}

/* tab style 3 */
.tab-style3 .nav-tabs {border-bottom: 1px solid transparent}
.tab-style3 .nav-tabs li {float: none; display: inline-block; vertical-align: middle;}
.tab-style3 .nav-tabs li {float: none; display: inline-block; vertical-align: middle; margin: 0 23px; padding: 3px 0}
.tab-style3 .nav-tabs li a.nav-link.active {color: #232323}
.tab-style3 .nav-tabs>li>a.nav-link, .tab-style3 .nav-tabs>li>a.nav-link:focus, .tab-style3 .nav-tabs>li>a.nav-link.active:hover, .tab-style3 .nav-tabs>li>a.nav-link:hover {background-color: transparent; border: none; padding: 0;}
.tab-style3 .nav-tabs li a.nav-link.active, .tab-style3 .nav-tabs>li>a.nav-link.active:hover {border-bottom: 1px solid #232323;}
.tab-style3 .nav-link:hover {color: var(--base-color);}

/* tab style 4 */
.tab-style4 .tab-content{padding:0 0 0 55px; border-left: 1px solid #e5e5e5;}
.tab-style4 .nav-tabs{border:0;}
.tab-style4 .nav-tabs li{border:1px solid #e5e5e5; border-right: none; border-radius: 0; margin-bottom: 0; display:block; float:left; width: 100%; left: 1px;}
.tab-style4 .nav-tabs li a {background-color:#f7f7f7; border:none; color:#575757; line-height: 44px; margin:0 !important; padding: 0 25px; border-radius: 0; top:1px; position: relative;}
.tab-style4 .nav-tabs li:last-child a {top: 0}
.tab-style4 .nav-tabs-light li:first-child {border-left: 1px solid #e5e5e5; margin-left: 15px;}
.tab-style4 .nav-tabs > li > a.active {border-color:transparent; border: none; border-radius:0; background:#fff; left: 1px;}

/* tab style 5 */
.tab-style5 .nav-tabs {border: none;}
.tab-style5 .nav-tabs li {width: 100%; font-size: 26px; line-height: 60px; margin-bottom: 0;}
.tab-style5 .nav-tabs li a {border: none !important; border-bottom: 2px solid transparent !important; color: #6f6f6f; opacity: 0.6; display: inline-block; background-color: transparent !important; padding: 0; border-radius: 0; color: #6f6f6f;}
.tab-style5 .nav-tabs li a:hover {background-color: transparent; opacity: 1; color: var(--base-color);}
.tab-style5 .nav-tabs .nav-link.active {color: var(--base-color) !important; opacity: 1; border-bottom: 2px solid var(--base-color) !important; padding-left: 45px}
.tab-style5 .nav-tabs li.active a, .tab-style5 .nav-tabs li.active a:hover, .tab-style5 .nav-tabs li.active a:focus {border: none; cursor: pointer; background-color: transparent;}
.tab-style5 .tab-box {position: absolute; left:23%; top:50%; -webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%); z-index: 1; width:500px;}

/* testimonial style 2 */
.testimonial-style2 .profile-box {margin-top: -50px}

/* testimonial style 3 */
.testimonial-style3 .arrow-bottom:after {border-top-color: #d6d5d5; left: 15%;  border-width: 10px; margin-left: -10px;}
.testimonial-style3 .image-box img {width: 100%;}

/* testimonial-box */
.testimonial-box .image-box {display: table-cell; vertical-align: middle}
.testimonial-box .name-box {display: table-cell; vertical-align: middle}

/* ===================================
   25. Blog
====================================== */
.blog-grid .grid-item a {position: relative; z-index: 11;}
.blog-image a > img {width: 100%}

/* blog post style 1 */
.blog-post.blog-post-style1 .blog-post-images {background: #232323}
.blog-post.blog-post-style1 .blog-post-images img {width: 100%;}
.blog-post.blog-post-style1:hover .blog-post-images img {opacity: 0.5; transform: scale(1.2, 1.2); transition: all 0.3s ease 0s;}

/* blog post style 2 */
.blog-post.blog-post-style2 .author img{width: 30px; display: inline-block; vertical-align: middle;}
.blog-post.blog-post-style2 .author span{max-width: calc(100% - 40px); vertical-align: middle; display: inline-block;}

/* blog post style 3 */
.blog-post-style3 .grid-item .blog-post * {transition-timing-function: ease-in-out; -moz-transition-timing-function: ease-in-out; -ms-transition-timing-function: ease-in-out; -webkit-transition-timing-function: ease-in-out; -o-transition-timing-function: ease-in-out; transition-duration: .3s; -moz-transition-duration: .3s; -ms-transition-duration: .3s; -webkit-transition-duration: .3s; -o-transition-duration: .3s;}
.blog-post-style3 .grid-item .blog-post .author img {width: 25px;}
.blog-post-style3 .grid-item .blog-post .blog-post-images a {display: block;}
.blog-post-style3 .grid-item .blog-post .blog-post-images .blog-hover-icon {position: absolute; height: 100%; width: 100%; background: rgba(0,0,0,0.5); top: 0; left: 0; text-align: center; opacity: 0;}
.blog-post-style3 .grid-item .blog-post:hover .blog-post-images .blog-hover-icon {opacity: 1}
.blog-post-style3 .grid-item .blog-post .blog-post-images .blog-hover-icon span {top: 35%; position: relative; font-size: 48px; color: #fff; opacity: 0}
.blog-post-style3 .grid-item .blog-post:hover .blog-post-images .blog-hover-icon span {top: 40%; opacity: 1;}

/* blog post style 4 */
.blog-post-style4 .blog-grid .grid-item figure {position: relative; overflow: hidden;}
.blog-post-style4 figure {position: relative;}
.blog-post-style4 figure figcaption {padding: 45px; bottom: 0px; position: absolute; background: rgba(0,0,0,.85); width: 100%; transition: ease-in-out 0.5s; -webkit-transition: ease-in-out 0.5s; -moz-transition: ease-in-out 0.5s; -ms-transition: ease-in-out 0.5s; -o-transition: ease-in-out 0.5s;}
.blog-post-style4 .grid-item figure figcaption p {margin-bottom:0; transition: none; -webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; display: none}
.blog-post-style4 .blog-grid .grid-item .blog-img img {cursor: pointer; display: block; width: 100%; opacity: .9; transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s;}
.blog-post-style4 .blog-grid .grid-item:hover .blog-img img {transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); opacity: .5; transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s;}
.blog-post-style4 .blog-grid a {position: relative; z-index:auto;}
.container .blog-post-style4 figure figcaption {padding: 32px;}

/* blog post style 5 */
.blog-post-style5 .blog-post .blog-post-images {height: 100%; position: relative}
.blog-post-style5 .blog-post .blog-categories {position: absolute; bottom:0; left: 0; z-index: 25; padding: 10px 20px 8px}

/* blog post style 6 */
.blog-post-style6:hover {background-color: #fff;}
.blog-post-style6:hover .text-white-2 {color: #000 !important}
.blog-post-style6:hover .author:before {background-color: #000 !important}
.blog-post-style6 .author:before {width: 100px; height: 1px; background-color: #fff; opacity: 0.25; position: absolute; top: 0; left: 0; display: inline-block; content: ""}

/* blog post style 7 */
.blog-post-style7:hover {background-color: #1c1c1c !important; color: #fff}
.blog-post-style7:hover a {color: #fff}
.blog-post-style7:hover .author:before {background-color: #fff; opacity: 0.8;}
.blog-post-style7 .author:before {width: 100px; height: 1px; background-color: #939393 !important; opacity: 0.25; position: absolute; top: 0; left: 0; display: inline-block; content: ""}

/* pagination */
.pagination {border-radius: 0; padding: 0; margin: 0}
.pagination ul {display: inline-block; *display: inline; *zoom: 1; margin-left: 0; margin-bottom: 0; padding: 0;}
.pagination li {display: inline;}
.pagination a {float: left; padding: 0 18px; line-height: 40px; text-decoration: none; border: 1px solid #ddd; border-left-width: 0; background: #fff}
.pagination a:hover {background-color: #232323; color: #fff}
.pagination .active a {background-color: #f5f5f5;}
.pagination .active a {color: #999999; cursor: default;}
.pagination .disabled span, .pagination .disabled a, .pagination .disabled a:hover {color: #999999; background-color: transparent; cursor: default;}
.pagination li:first-child a {border-left-width: 1px;}
.pagination-centered {text-align: center;}
.pagination-right {text-align: right;}

/* blog details page */
/* author */
.about-author-img {float: left; max-width: 100px; margin-right: 35px; margin-bottom: 15px;}
.about-author-text {top: -5px}
.author-sharing a {margin-right: 15px; color: #737373}
.author-sharing a:hover {color: #000}
.alignnone {margin: 5px 30px 40px 0;}
.aligncenter, div.aligncenter {display: block; margin: 5px auto 5px auto;}
.alignright {float:right; margin: 5px 0 30px 40px;}
.alignleft {float: left; margin: 5px 40px 30px 0;}
a img.alignright {float: right; margin: 5px 0 40px 30px;}
a img.alignnone {margin: 5px 20px 20px 0;}
a img.alignleft {float: left; margin: 5px 20px 20px 0;}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.wp-caption {background: #f7f7f7; padding:17px; text-align: center; border: 1px solid rgba(0,0,0,.1); max-width: 50%;}
.wp-caption figcaption {padding: 18px 25px 0 25px;}
.wp-caption img {width: 100%}
.wp-caption.alignnone {margin: 5px 30px 40px 0;}
.wp-caption.alignleft {margin: 5px 40px 30px 0;}
.wp-caption.alignright {margin: 5px 0 40px 30px;}
.wp-caption p.wp-caption-text {font-size: 11px; line-height: 17px; margin: 0; padding: 0 4px 5px;}
.screen-reader-text {clip: rect(1px, 1px, 1px, 1px); position: absolute !important; height: 1px; width: 1px; overflow: hidden;}
.screen-reader-text:focus {background-color: #f1f1f1; border-radius: 3px; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; color: #21759b; display: block; font-size: 14px; font-size: 0.875rem; font-weight: bold; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 1}

/* list style 6 */
.blog-comment {list-style: none; margin: 0; padding: 0;}
.blog-comment li {padding: 50px 0; border-bottom: 1px solid #ededed; position: relative}
.blog-comment li .btn-reply {float: right; border: 1px solid #ededed; padding: 0 8px; font-size: 10px; font-weight: 600; position: relative;}
.blog-comment > li:first-child {padding-top: 0}
.blog-comment li:last-child {border-bottom: none; padding-bottom: 0}
.blog-comment li ul.child-comment {margin-left: 40px; list-style: none}
.blog-comment li ul.child-comment li {border: none; padding-bottom: 0; border-top: 1px solid #ededed; margin-top: 50px}

/* ===================================
    26. Footer
====================================== */

/* scroll to top */
.scroll-top-arrow, .scroll-top-arrow:focus {color: #fff; background: #878787; line-height: 28px; display: none; height: 30px; width: 30px; padding: 0; position: fixed; right: 45px; text-align: center; text-decoration: none; top: 91%; z-index: 10006; border-radius: 100%;}
.scroll-top-arrow:hover {background: #000; opacity: .8; color: #fff; border-color: var(--base-color)}
.scroll-top-arrow i {line-height: 30px;  position: relative;}

.bg-dark-footer{background-color:#141414;}
.footer-logo {max-height: 60px;}

/* footer input */
footer input::-webkit-input-placeholder {color: #6f6f6f; text-overflow: ellipsis; font-size: 11px; font-weight: 400; opacity:1;}
footer input::-moz-placeholder {color: #6f6f6f; text-overflow: ellipsis; font-size: 11px; font-weight: 400; opacity:1;} 
footer input:-ms-input-placeholder {color: #6f6f6f; text-overflow: ellipsis; font-size: 11px; font-weight: 400; opacity:1;}
footer .newsletter input {color: #6f6f6f; letter-spacing: normal;}

/* latest post */
.latest-post {list-style: none; padding: 0; margin: 0;}
.latest-post li {padding:15px 0;}
aside .latest-post li {padding:9px 0 10px;}
aside .latest-post li:last-child{padding-bottom: 0;}
.latest-post li:first-child {padding-top: 0}
.latest-post li:last-child {border-bottom:none}
.latest-post li figure {width: 60px; float: left}
.latest-post li figure, footer .latest-post li div {margin-bottom: 0;}
aside .latest-post li figure {width: 75px;}
.latest-post li div {line-height: normal; padding-left: 22px; position: relative; top: -1px;}
.latest-post li figure:hover img, .latest-post li figure:focus img {transform: none; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none;} 

/* newsletter */
.newsletter input {float: left; font-size: 12px; color: #fff; width: 100%; height: 100%; padding: 0 38px 0 12px}
.newsletter .btn.btn-arrow-small {background: transparent none repeat scroll 0 0; margin-right: 0; height: 100%; padding-top: 0;  padding-bottom: 5px; text-align: center; right: 0; border-width: 0 0 0 1px}
.newsletter .btn.btn-arrow-small i {color: #626262; font-size: 16px; display: block; margin-top: 6px;}
.newsletter {width: 100%; height: 33px}
footer .form-results {font-size: 12px;}
.newsletter .btn.border-color-white {border-color:#fff}
.newsletter .btn.border-color-black {border-color:#000}
.newsletter .btn.border-color-extra-dark-gray {border-color:#232323}
.newsletter .btn.border-color-medium-dark-gray {border-color:#363636}
.newsletter .btn.border-color-dark-gray {border-color:#939393}
.newsletter .btn.border-color-extra-medium-gray {border-color:#dbdbdb}
.newsletter .btn.border-color-medium-gray {border-color:#e4e4e4}
.newsletter .btn.border-color-extra-light-gray {border-color:#ededed}
.newsletter .btn.border-color-light-gray {border-color:#f5f5f5}
.newsletter .btn.border-color-light-pink {border-color:#862237}
.newsletter .btn.border-color-deep-pink {border-color:var(--base-color)}
.newsletter .btn.border-color-transparent-pink {border-color: rgba(255, 33, 79, 0.45);}

/* instagram feed */
.instafeed-grid ul {list-style: none; padding: 0; margin: 0; display: flex; width: 100%; flex-wrap: wrap; text-align: center;}
.instafeed-grid li {padding:0 10px 10px 0; width: 33.333%; box-sizing: border-box; display: inline-block}
.instafeed-grid li img {width: 100%}
.instafeed-grid li figure {position: relative; overflow: hidden; margin-bottom: 0;}
.instafeed-grid li figure a .insta-counts{position: absolute; bottom: -100%; left: 0; text-align: center; background: rgba(35,35,35,0.8); color: #fff; width: 100%; font-size: 12px;}
.instafeed-grid li figure:hover a .insta-counts{bottom: 0;}
.instafeed-grid li figure a .insta-counts i {margin-right: 5px; margin-left: 5px; vertical-align: middle;}
.instafeed-grid li figure span {vertical-align: middle;}
aside .instafeed-grid.gutter-very-small, footer .instafeed-grid.gutter-very-small {margin-left: -3px; margin-right: -3px;}
aside .instafeed-grid.gutter-small, footer .instafeed-grid.gutter-small {margin-left: -5px; margin-right: -5px;}
aside .instafeed-grid.gutter-medium, footer .instafeed-grid.gutter-medium {margin-left: -7px; margin-right: -7px;}
aside .instafeed-grid.gutter-large, footer .instafeed-grid.gutter-large {margin-left: -10px; margin-right: -10px;}
aside .instafeed-grid.gutter-extra-large, footer .instafeed-grid.gutter-extra-large {margin-left: -15px; margin-right: -15px;}

/* instagram feed style 1 */
.instafeed-grid.instafeed-style-02 li figure a .insta-counts {bottom: 0; height: 100%; height: 100%; opacity: 0;}
.instafeed-grid.instafeed-style-02 figure:hover a .insta-counts {opacity: 1;}
.instafeed-grid.instafeed-style-02 figure a .insta-counts i {position: relative; display: block; font-size: 28px; color: #fff; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%);}

/* ===================================
   27. Home page
====================================== */

/* home - creative branding agency */
.box-layout{padding:0 60px}

/* home - creative business */
.icon-box {border-bottom: 1px solid rgba(255,255,255,0.10)}
.icon-box:last-child{border-bottom: none}
.icon-box .icon-box-holder{padding-left:74px; height: 112px;}
.icon-box .icon-box-holder i{position: absolute; left: 0; vertical-align: middle; padding-top:10px;}

[class^="ti-"], [class*=" ti-"] {display: inline-block;}

/* home - creative simple portfolio */
.head-text {font-size: 80px; line-height: 95px;}

/* home - classic digital agency */
.image-block{box-shadow: 0 0 0 rgba(35,35,35,0.6); -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.8); -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.8); box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5); -o-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.8); -ms-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.8);}
.attr-nav > ul > li > a{padding: 3px 15px}
.icon-play img {width: 60%}
.icon-play:hover img {width: 68%}

/* play icon */
.icon-play-style-2 {z-index: 1; left: 100%;}
.icon-play-style-2 > span {display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; flex-flow: row wrap; -ms-flex-direction: row wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;}
.icon-play-style-2 .video-icon {width: 110px; height: 110px; margin-top: 0; font-size: 30px; position: relative; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; border-radius: 50%;}

/* home - creative studio */
.icon-box-holder a:hover {color: #fff;}

/* home - portfolio personal */
.hover-title-box {position: absolute; right: -100px; opacity: 0; top: 50%; transform: translateY(-53px); -webkit-transform: translateY(-53px); -moz-transform: translateY(-53px); -ms-transform: translateY(-53px); -o-transform: translateY(-53px); z-index: 99; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out;}
.hover-title-box .separator {height: 1px; content: ""; position: absolute; left:-10px; top: 30px;}

/* home - blog masonry */
.blog-header-style1 {margin: 0 8px; padding: 0; list-style: none; display: flex; justify-content: start;}
.blog-header-style1 li {width: 25%; padding: 0 8px; margin: 0 -4px 0 0;display: inline-block; box-sizing: border-box; overflow: hidden; vertical-align: top; transition: 0.8s; -webkit-transition: 0.8s; -moz-transition: 0.8s; -ms-transition: 0.8s; -o-transition: 0.8s;}
.blog-header-style1 li .blog-banner {display: block; position: relative; height: 100%;}
.blog-header-style1 li figure figcaption {position: absolute; left: 0; bottom: 0; padding: 50px; transform: translateY(60px); -webkit-transform: translateY(60px); -moz-transform: translateY(60px); -ms-transform: translateY(60px); -o-transform: translateY(60px);}
.blog-header-style1 li.blog-column-active figure figcaption {transition-delay: 0.5s; -webkit-transition-delay: 0.5s; -moz-transition-delay: 0.5s; -ms-transition-delay: 0.5s; -o-transition-delay: 0.5s; transform: translateY(0px); -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px);}
.blog-header-style1 li figure figcaption .btn {opacity: 0; transform: translateY(60px); -webkit-transform: translateY(60px); -moz-transform: translateY(60px); -ms-transform: translateY(60px); -o-transform: translateY(60px); transition-delay: 0.3s; -webkit-transition-delay: 0.3s; -moz-transition-delay: 0.3s; -ms-transition-delay: 0.3s; -o-transition-delay: 0.3s;}
.blog-header-style1 li.blog-column-active figure figcaption .btn {opacity: 1; transition-delay: 0.6s; transform: translateY(0); -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); -webkit-transition-property: all; -moz-transition-property: all; -ms-transition-property: all; -o-transition-property: all; transition-property: all;}
.blog-header-style1 li.blog-column-active figure figcaption .btn:hover {transition-delay: 0; -webkit-transition-property: all; -moz-transition-property: all; -ms-transition-property: all; -o-transition-property: all; transition-property: all;}
.blog-header-style1 li.blog-column-active {width: 50%; transition-duration: 0.8s; -webkit-transition-duration: 0.8s; -moz-transition-duration: 0.8s; -ms-transition-duration: 0.8s; -o-transition-duration: 0.8s;}
.blog-header-style1 li .blog-title {width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}

/* home - blog clean */
.blog-box .blog-box-image,.blog-box .blog-box-content {position: absolute; top: 0; width: 100%; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out;}
.blog-box .blog-box-image {transform: translateY(0); -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); opacity: 1}
.blog-box .blog-box-content {transform: translateY(100%); -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); -o-transform: translateY(100%); opacity: 0}
.blog-box:hover .blog-box-image {transform: translateY(-100%); -webkit-transform: translateY(-100%); -moz-transform: translateY(-100%); -ms-transform: translateY(-100%); -o-transform: translateY(-100%); opacity: 0}
.blog-box:hover .blog-box-content {transform: translateY(0); -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); opacity: 1}

/* home - classic innovation agency */
.box-separator-line {height: 1px; content: ""; position: absolute; left:-90px; top: 130px;}
.right-image { bottom: -200px; position: absolute; right: -100px; width: 60%;}
.right-image img {max-width: none}
.content-right-slider .swiper-button-next {right: 70px;}
.content-right-slider .swiper-button-prev  {left: 70px;}

/* home - creative designer */
.color-code {justify-content: space-around; align-items: center; z-index: 0;}
.bg-background-fade {background-color: #ff5851}
.color-1, .color-2, .color-3, .color-4, .color-5 {-webkit-transition: background-color 700ms linear; -moz-transition: background-color 700ms linear; -o-transition: background-color 700ms linear; -ms-transition: background-color 700ms linear; transition: background-color 700ms linear;}
.color-1 {background-color: #ff5851;}
.color-2 {background-color: #e86618;}
.color-3 {background-color: #ef3158;}
.color-4 {background-color: #6b0990;}
.color-5 {background-color: #e14749;}
.color-6 {background-color: #1b3194;}

/* home - classic web agency */
.after-before-separator:before, .after-before-separator:after {width: 35px; margin: 0 15px; height: 1px; background: rgba(255,255,255,.2); content: ""; display: inline-block; vertical-align: super;}
.background-slide {height: auto; min-height: 700px;}

/* home - classic corporate */
.rev-slider .tp-bullet {width: 35px; height: 3px; background-color: #ffffff; opacity: 0.5; border-radius: 0; padding: 0 4px;}
.rev-slider .tp-bullet.selected, .tp-bullet:hover {opacity: 1;}

/* home - portfolio metro */
.text-bold-underline:before {background-color: var(--base-color); height: 3px; width: 100%; position: absolute; right: 0; bottom:5px; content: "";}

/* home - portfolio  parallax */
.parallax-title {padding: 16px 35px; display: inline-block}

/* home - blog grid */
.highlight-bg-text {padding: 5px 16px; display: inline-block; margin-bottom: 15px;}

/* ===================================
   28. Others
====================================== */

/* services modern */
.arrow-bottom{position: relative;}
.arrow-bottom:after {top: 100%;	left: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(245, 245, 245, 0); border-top-color: #f5f5f5; border-width: 15px; margin-left: -15px; z-index: 9;}
.arrow-top{position: relative;}
.arrow-top:after{top: -29px; left: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(245, 245, 245, 0); border-bottom-color: #f5f5f5; border-width: 15px; margin-left: -15px; z-index: 9;}

/* our clients */
.clients-list {height: 190px}
.clients-list:hover {box-shadow: 0 0 4px rgba(0,0,0,.1);}
.clients-list:hover img {-webkit-filter: grayscale(1); filter: grayscale(1);}

/* sidebar nav style 2 */
.tparrows:before {font-family: "Font Awesome 6 Free"; font-weight: 700;}
.tparrows.tp-leftarrow:before	{content: '\f060';}
.tparrows.tp-rightarrow:before	{content: '\f061';}

/* rev slider */
.rev_slider_wrapper {height: 980px;}

/* animation */ 
@-webkit-keyframes up-down-animation {0%   {opacity:1;  top:0px;} 25%  {opacity:.4;   top:2px;} 50%  {opacity:.3;  top:4px;} 75%  {opacity:.2;  top:5px;} 100% {opacity:0;  top:9px;} }
@keyframes up-down-animation {0%   {opacity:1;  top:0px;} 25%  {opacity:.4;   top:4px;} 50%  {opacity:.3;  top:8px;} 75%  {opacity:.2;  top:12px;} 100% {opacity:0;  top:16px;} }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    nav .accordion-menu {position: static !important;}
    .swiper-container, .swiper, .blog-post-content {width: 100%;}
    .left-nav .sidebar-part2 .navbar-expand-lg .navbar-nav {flex-direction: column;}
    .sidebar-nav-style-1.navbar-expand-lg .navbar-collapse {display: block !important;}
    .signature {height: auto;}
}

/* demo page css */
.demo-heading {font-size: 40px; line-height: 46px;}
.buy-theme {transition-timing-function: ease-in-out; -moz-transition-timing-function: ease-in-out; -webkit-transition-timing-function: ease-in-out; -o-transition-timing-function: ease-in-out; transition-duration: .2s; -moz-transition-duration: .2s; -webkit-transition-duration: .2s; -o-transition-duration: .2s; position:fixed; top:130px; right: -70px; background: #fff; z-index: 1000; -moz-box-shadow:0 0 10px rgba(0,0,0,0.2);-webkit-box-shadow:0 0 10px rgba(0,0,0,0.2);box-shadow:0 0 10px rgba(0,0,0,0.2); z-index: 9999}
.buy-theme i {font-size: 16px; vertical-align: middle; position: relative; top: -1px; color: #6f6f6f}
.all-demo i {font-size: 15px; vertical-align: middle; position: relative; top: -1px; color: #6f6f6f}
.buy-theme:hover, .all-demo:hover {transition-timing-function: ease-in-out; -moz-transition-timing-function: ease-in-out; -webkit-transition-timing-function: ease-in-out; -o-transition-timing-function: ease-in-out; transition-duration: .2s; -moz-transition-duration: .2s; -webkit-transition-duration: .2s; -o-transition-duration: .2s; right: 0px; background: var(--base-color)}
.buy-theme span, .all-demo span {padding:0 9px; position: relative; top:0; opacity: 0}
.buy-theme:hover span, .all-demo:hover span {opacity: 1; color: #fff}
.buy-theme:hover i, .all-demo:hover i {color: #fff}
.buy-theme a, .all-demo a {color: #232323; font-size: 10px; text-transform: uppercase; padding:2px 10px; display: block; text-decoration: none; font-weight: 500}
.all-demo {transition-timing-function: ease-in-out; -moz-transition-timing-function: ease-in-out; -webkit-transition-timing-function: ease-in-out; -o-transition-timing-function: ease-in-out; transition-duration: .2s; -moz-transition-duration: .2s; -webkit-transition-duration: .2s; -o-transition-duration: .2s; position:fixed; top:172px; right: -105px; background: #fff; z-index: 1000; -moz-box-shadow:0 0 10px rgba(0,0,0,0.2);-webkit-box-shadow:0 0 10px rgba(0,0,0,0.2);box-shadow:0 0 10px rgba(0,0,0,0.2); z-index: 9999}

/* Cookie message */
.cookie-message {
  position: fixed;
  bottom: 20px;
  right: 20px;
  max-width: 370px;
  z-index: 999999;
  padding: 40px;
  display: none;
}


.ms-main {
  clip-path: none !important;
}
.ms-main .swiper-container-h .swiper-wrapper .swiper-slide {
  position: relative;
  display: flex;
  justify-content: center;
  text-align: left;
  flex-direction: column;
  overflow: hidden;
}
.ms-main .swiper-container-h .swiper-wrapper .swiper-slide .slider-inner {
  background: #000;
  height: 100vh;
  position: relative;
}
.ms-main .swiper-container-h .swiper-wrapper .swiper-slide .slider-inner::after {
  content: "";
  position: absolute;
  width: 101%;
  height: 100%;
  top: 0;
  left: -1px;
  background-color: transparent;
  background-image: radial-gradient(at center right, #FFFFFF00 50%, #00000096 100%);
}
.ms-main .swiper-container-h .swiper-wrapper .swiper-slide .slider-inner img {
  object-fit: cover;
  width: 100%;
  height: 100vh;
}
.ms-main .swiper-container-h .swiper-wrapper .swiper-slide .slider-inner video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.ms-main .swiper-container-h .swiper-wrapper .swiper-slide .slider-inner .swiper-content {
  position: absolute;
  top: 28%;
  left: 50px;
  z-index: 1;
}
@media (max-width: 991px) {
  .ms-main .swiper-container-h .swiper-wrapper .swiper-slide .slider-inner .swiper-content {
    left: 0;
    text-align: center;
  }
}
.ms-main .swiper-container-h .swiper-wrapper .swiper-slide .slider-inner .swiper-content .title-area .tag {
  color: #ffffff;
  font-weight: 900;
  font-size: 24px;
}
@media (max-width: 991px) {
  .ms-main .swiper-container-h .swiper-wrapper .swiper-slide .slider-inner .swiper-content .title-area .tag {
    margin-left: 0;
  }
}
.ms-main .swiper-container-h .swiper-wrapper .swiper-slide .slider-inner .swiper-content .title-area .title {
  margin-top: 50px;
  color: #fff;
  font-size: 8vw;
  font-family: "Inter", sans-serif;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 50px;
  margin-left: -12px;
}
@media screen and (max-width: 1250px) {
  .ms-main .swiper-container-h .swiper-wrapper .swiper-slide .slider-inner .swiper-content .title-area .title {
    font-size: 80px;
    margin-top: 30px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .ms-main .swiper-container-h .swiper-wrapper .swiper-slide .slider-inner .swiper-content .title-area .title {
    font-size: 64px;
  }
}
.ms-main .swiper-container-h .swiper-wrapper .swiper-slide .slider-inner .swiper-content p.disc {
  font-size: 20px;
  width: 100%;
  margin-top: 15px;
  margin: 20px 0px 40px 0px;
  font-weight: 400;
  line-height: 32px;
  color: #FFFFFFB0;
}
@media screen and (max-width: 1250px) {
  .ms-main .swiper-container-h .swiper-wrapper .swiper-slide .slider-inner .swiper-content p.disc {
    font-size: 16px;
    width: 40%;
  }
  .ms-main .swiper-container-h .swiper-wrapper .swiper-slide .slider-inner .swiper-content p.disc br {
    display: none;
  }
}
@media (max-width: 991px) {
  .ms-main .swiper-container-h .swiper-wrapper .swiper-slide .slider-inner .swiper-content p.disc {
    width: 50%;
    margin: 20px auto 20px auto;
  }
  .ms-main .swiper-container-h .swiper-wrapper .swiper-slide .slider-inner .swiper-content p.disc br {
    display: none;
  }
}
@media (max-width: 576px) {
  .ms-main .swiper-container-h .swiper-wrapper .swiper-slide .slider-inner .swiper-content p.disc {
    width: 100%;
  }
}
.ms-main .swiper-container-h .swiper-wrapper .swiper-slide .slider-inner .swiper-content .btn-wrap .btn {
  color: #ffffff;
  margin-left: 18px;
}
.ms-main .swiper-container-h .swiper-wrapper .swiper-slide .slider-inner .swiper-content .btn-wrap .btn .ms-btn--circle .circle-outline {
  stroke: #ffffff;
}
.ms-main .swiper-container-h .swiper-wrapper .swiper-slide .slider-inner .swiper-content .btn-wrap .btn .ms-btn--circle .circle-fill {
  background: #ffffff;
}
.ms-main .swiper-container-h .swiper-wrapper .swiper-slide .slider-inner .swiper-content .btn-wrap .btn .ms-btn--circle .circle-icon .icon-arrow {
  fill: #000;
}
.ms-main .swiper-container-h .swiper-wrapper .swiper-slide .slider-inner .swiper-content.vedio-content {
  padding-top: 310px;
}
@media screen and (max-width: 1018px) {
  .ms-main .swiper-container-h .swiper-wrapper .swiper-slide .slider-inner .swiper-content.vedio-content {
    padding-top: 0;
  }
}
.ms-main .swiper-container-h .swiper-wrapper .swiper-slide .slider-inner .swiper-content a.read-more-full-screen {
  color: #fff;
  font-size: 22px;
  line-height: 22px;
  display: flex;
  align-items: center;
  transition: 0.3s;
  margin-left: 5px;
  display: inline;
}
.ms-main .swiper-container-h .swiper-wrapper .swiper-slide .slider-inner .swiper-content a.read-more-full-screen i {
  font-size: 14px;
  line-height: 14px;
  padding: 10px;
  border-radius: 50%;
  transition: 0.3s;
  background: #fff;
  color: #000;
  margin-right: 10px;
}
.ms-main .swiper-container-h .swiper-wrapper .swiper-slide .slider-inner .swiper-content a.read-more-full-screen:hover {
  letter-spacing: 2px;
}
.ms-main .swiper-container-h .swiper-wrapper .swiper-slide .slider-inner .swiper-content a.read-more-full-screen:hover i {
  font-size: 14px;
  line-height: 14px;
  padding: 10px;
  border-radius: 50%;
  transition: 0.3s;
  background: var(--color-primary);
  color: white;
  margin-right: 10px;
}
.ms-main .swiper-container-h .swiper-wrapper .swiper-slide .vedio-background {
  position: absolute;
  width: 100%;
  height: 100vh;
}
.ms-main .swiper-container-h .swiper-wrapper .swiper-slide .vedio-background video {
  height: 100vh;
  object-fit: cover;
  width: 100%;
}
.ms-main .swiper-container-h .swiper-wrapper .swiper-slide .vedio-background video source {
  height: 100vh;
}
.ms-main .swiper-container-h .swiper-button-next,
.ms-main .swiper-container-h .swiper-button-prev {
  bottom: 5%;
  top: unset;
  transform: scale(1);
  transition: all 0.4s;
  background-color: #FFFFFF00;
  backdrop-filter: blur(20px);
  height: 85px;
  width: 85px;
  line-height: 85px;
  border-radius: 50%;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .ms-main .swiper-container-h .swiper-button-next,
.ms-main .swiper-container-h .swiper-button-prev {
    height: 50px;
    width: 50px;
    line-height: 50px;
  }
}
.ms-main .swiper-container-h .swiper-button-next:hover,
.ms-main .swiper-container-h .swiper-button-prev:hover {
  background: #FFFFFF0D;
}
.ms-main .swiper-container-h .swiper-button-next::after,
.ms-main .swiper-container-h .swiper-button-prev::after {
  background: none;
  color: #ffffff;
  font-size: 60px;
}
@media (max-width: 991px) {
  .ms-main .swiper-container-h .swiper-button-next::after,
.ms-main .swiper-container-h .swiper-button-prev::after {
    font-size: 30px;
  }
}
.ms-main .swiper-container-h .swiper-button-next {
  right: 50px;
}
.ms-main .swiper-container-h .swiper-button-next::after {
  content: "\f178";
  font-family: "Font Awesome 5 Pro";
}
.ms-main .swiper-container-h .swiper-button-prev {
  left: 50px;
}
.ms-main .swiper-container-h .swiper-button-prev::after {
  content: "\f177";
  font-family: "Font Awesome 5 Pro";
}
.ms-main .swiper-container-h .slider-pagination-area {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: unset;
  right: unset;
  bottom: 80px;
  left: 50% !important;
  transform: translateX(-50%);
  width: 500px;
  z-index: 1;
}
@media (max-width: 991px) {
  .ms-main .swiper-container-h .slider-pagination-area {
    width: 200px;
  }
}
@media (max-width: 576px) {
  .ms-main .swiper-container-h .slider-pagination-area {
    display: none;
  }
}
.ms-main .swiper-container-h .slider-pagination-area .slide-range {
  font-size: 16px;
  font-weight: 500;
  margin: 0 15px;
  color: #ffffff;
  line-height: 0;
  position: absolute;
  font-size: 20px;
}
.ms-main .swiper-container-h .slider-pagination-area .slide-range.one {
  left: -50px;
}
.ms-main .swiper-container-h .slider-pagination-area .slide-range.three {
  right: -50px;
}
.ms-main .swiper-container-h .slider-pagination-area .swiper-pagination {
  bottom: 0 !important;
  width: 500px !important;
}
@media (max-width: 991px) {
  .ms-main .swiper-container-h .slider-pagination-area .swiper-pagination {
    width: 200px !important;
  }
}
.ms-main .swiper-container-h .slider-pagination-area .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #ffffff;
}
.ms-main .swiper-container-h .swiper-horizontal > .swiper-scrollbar,
.ms-main .swiper-container-h .swiper-scrollbar.swiper-scrollbar-horizontal {
  background: transparent;
}
.ms-main .swiper-container-h .swiper-horizontal > .swiper-scrollbar .swiper-scrollbar-drag,
.ms-main .swiper-container-h .swiper-scrollbar.swiper-scrollbar-horizontal .swiper-scrollbar-drag {
  background: var(--color-primary);
  border-radius: 0;
}
.ms-main .swiper-container-h .swiper-horizontal > .swiper-scrollbar,
.ms-main .swiper-container-h .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 50;
  height: 5px;
  width: 100%;
  border-radius: 15px;
}

.swiper-pagination-bullets-dynamic {
  transition: transform 250ms var(--ease-out);
}


.navigation.post-navigation {
  position: relative;
}

.nav-links {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  max-width: var(--responsive--aligndefault-width);
}
.nav-links span {
  user-select: none;
}
.nav-links .nav-previous,
.nav-links .nav-next {
  flex-basis: calc(50% - 0.01px - var(--grid-gap, 1em));
  max-width: calc(50% - 0.01px - var(--grid-gap, 1em));
  display: flex;
}
.nav-links .nav-previous h3,
.nav-links .nav-next h3 {
  transition: color 150ms var(--ease-in-out);
  display: block;
  word-break: break-word;
  font-size: 22px;
  font-weight: 700;
}
.nav-links .nav-previous h3:hover,
.nav-links .nav-next h3:hover {
  color: var(--color-primary);
}
.nav-links .nav-previous {
  margin-left: 0;
  margin-right: auto;
}
.nav-links .nav-previous .ms-spp--i {
  position: relative;
  display: flex;
  overflow: hidden;
  margin-right: var(--space-sm);
  flex-shrink: 0;
}
.nav-links .nav-previous .ms-spp--i svg {
  fill: var(--color-primary);
  position: absolute;
  top: 0;
  left: -80px;
  width: 40px;
  height: 80px;
  padding: 5px;
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: saturate(180%) blur(10px);
  transform: rotate(-180deg);
  border-radius: 8px;
  transition: all 300ms ease;
}
.nav-links .nav-previous:hover svg {
  left: 0;
}
.nav-links .nav-next {
  position: relative;
  justify-content: end;
}
.nav-links .nav-next .ms-spn--i {
  position: relative;
  display: flex;
  overflow: hidden;
  flex-shrink: 0;
}
.nav-links .nav-next .ms-spn--i svg {
  fill: var(--color-primary);
  position: absolute;
  top: 0;
  right: -80px;
  width: 40px;
  height: 80px;
  padding: 5px;
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(10px);
  border-radius: var(--radius-md);
  transition: all 300ms ease;
}
.nav-links .nav-next:hover svg {
  right: 0;
}

.nav-next .nav-label {
  text-align: right;
}

.nav-label {
  display: inline-block;
  font-size: 15px;
  margin-bottom: 6pt;
  text-decoration: none;
  color: var(--color-contrast-high);
}

.prev-post {
  display: flex;
  align-items: center;
}
.prev-post img {
  border-radius: var(--radius-lg);
  margin-right: var(--space-sm);
}

.next-post {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
}
.next-post img {
  border-radius: var(--radius-lg);
  margin-left: var(--space-sm);
}

.edit-link {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: var(--global--spacing-vertical);
  display: inline-block;
}

@media only screen and (max-width: 512px) {
  .nav-links .nav-next h3,
.nav-links .prev-post h3 {
    font-size: 18px;
  }

  .text-component .wp-block-image figcaption {
    margin-top: 1rem;
  }

  .text-component ol li {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.no-thumb {
  padding: 0 15px 30px;
}
.no-thumb .card__content--text {
  background-color: var(--color-bg);
  border-radius: var(--radius-md);
  display: block;
  padding: 10px 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 2px 2px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.05), 0 8px 8px rgba(0, 0, 0, 0.08), 0 16px 16px rgba(0, 0, 0, 0.02);
}
.no-thumb .card__date {
  font-size: 14px;
  opacity: 0.85;
  padding: 0 15px;
}
.no-thumb .ms-text-bg {
  display: flex;
  padding: 0 15px;
  color: var(--color-contrast-high) !important;
}

.gallery.gallery-size-thumbnail {
  margin-left: -15px;
  margin-bottom: 15px;
}

.post-edit-link .meta-icon {
  display: flex;
}
.post-edit-link .meta-icon svg {
  margin-right: 4pt;
  fill: var(--color-primary);
}

.ms-sp--article blockquote,
.ms-default-page blockquote {
  padding: 1em;
}
.ms-sp--article blockquote.is-large,
.ms-sp--article blockquote.is-style-large,
.ms-default-page blockquote.is-large,
.ms-default-page blockquote.is-style-large {
  padding: 1.75rem 2.5rem !important;
  border-left: solid 2pt;
}
.ms-sp--article .wp-block-pullquote.has-background blockquote,
.ms-sp--article .wp-block-pullquote:not(.is-style-solid-color) blockquote,
.ms-default-page .wp-block-pullquote.has-background blockquote,
.ms-default-page .wp-block-pullquote:not(.is-style-solid-color) blockquote {
  border: none;
  padding-top: 0;
  padding-bottom: 0;
}
.ms-sp--article .wp-block-pullquote.has-background blockquote::after,
.ms-sp--article .wp-block-pullquote:not(.is-style-solid-color) blockquote::after,
.ms-default-page .wp-block-pullquote.has-background blockquote::after,
.ms-default-page .wp-block-pullquote:not(.is-style-solid-color) blockquote::after {
  content: none;
}

.wp-block-separator.is-style-dots:before {
  padding-left: 1em;
}

.wp-block-categories li {
  text-align: left;
}

.wp-block-table tr:nth-child(odd) {
  background-color: #f2f2f2;
}

.ms-related-posts {
  background-color: hsla(var(--color-contrast-high-h), var(--color-contrast-high-s), var(--color-contrast-high-l), var(--color-o, 0.04));
  padding: calc(var(--space-lg) + 10px) 0;
  margin-top: calc(var(--space-lg) + 10px);
}
.ms-related-posts .ms-rp--block {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.ms-related-posts .ms-rp--block .ms-rp--top {
  font-size: 15px;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.ms-related-posts .ms-rp--block .ms-rp--top img {
  border-radius: 40px;
}
.ms-related-posts .ms-rp--block .ms-rp--top .post-meta__author {
  font-weight: 500;
  margin-left: 8pt;
  color: var(--color-contrast-higher);
}
.ms-related-posts .ms-rp--block .ms-rp--top .ms-rp__date {
  color: var(--color-contrast-medium);
  display: flex;
  align-items: center;
}
.ms-related-posts .ms-rp--block .ms-rp--top .ms-rp__date::before {
  content: "";
  width: 3pt;
  height: 3pt;
  margin: 2pt 8pt 0;
  border-radius: 50%;
  background-color: hsla(var(--color-contrast-medium-h), var(--color-contrast-medium-s), var(--color-contrast-medium-l), 0.45);
}
.ms-related-posts .ms-rp--block:not(:last-child) {
  margin-bottom: 30pt;
  padding-bottom: 22pt;
  border-bottom: solid 1px var(--color-contrast-low);
}
.ms-related-posts .ms-rp--inner {
  display: flex;
}
.ms-related-posts .rp-inner__footer {
  display: flex;
}
.ms-related-posts .rp-inner__footer .ms-rp--ttr {
  font-size: 15px;
  color: var(--color-contrast-medium);
  margin-left: 8pt;
  line-height: 2;
  flex-shrink: 0;
}
.ms-related-posts .ms-rp--thumb {
  display: block;
  overflow: hidden;
  border-radius: 12pt;
  margin-right: 0;
  margin-left: auto;
  aspect-ratio: 1/1;
  min-width: 140px;
  width: 140px;
  margin-left: 60px;
}
.ms-related-posts .ms-rp--thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.ms-related-posts .ms-rp--cont {
  display: flex;
  overflow: hidden;
  position: relative;
  transition: border-color 250ms var(--ease-in-out);
}
.ms-related-posts .ms-rp--cont .ms-rp--text {
  line-height: 1;
  position: relative;
  z-index: 2;
  color: var(--color-contrast-high);
  transition: color 500ms var(--ease-in-out);
}
.ms-related-posts .ms-rp--cont .ms-rp--text .post-excerpt {
  margin-bottom: 25px;
}
.ms-related-posts .ms-rp--cont .ms-rp__date {
  font-size: 15px;
  color: var(--color-contrast-medium);
}
.ms-related-posts .ms-rp--cont .ms-rp__title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 8pt;
  transition: color 150ms var(--ease-in-out);
  padding-right: 35px;
}
.ms-related-posts .ms-rp--cont:hover .ms-rp__title {
  color: var(--color-primary);
}
.ms-related-posts .ms-rp--title {
  font-weight: 900;
  max-width: var(--responsive--aligndefault-width);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  line-height: 1;
}
.ms-related-posts .alignwide {
  max-width: var(--responsive--aligndefault-width);
}

.rp-post-category .post-categories {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.rp-post-category .post-categories li {
  background: hsla(var(--color-contrast-low-h), var(--color-contrast-low-s), var(--color-contrast-low-l), 0.6);
  padding: 0 10pt;
  border-radius: 50px;
  margin-bottom: 8pt;
  transition: background-color 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.rp-post-category .post-categories li:hover {
  background: var(--color-contrast-low);
}
.rp-post-category .post-categories li:not(:last-child) {
  margin-right: 8pt;
}
.rp-post-category .post-categories a {
  color: var(--color-contrast-higher);
  font-size: 14px;
  line-height: 2.2;
}

.ms-sl {
  transition: color 150ms var(--ease-in-out);
}

@media (max-width: 975px) {
  .ms-single-post--img figure {
    padding-bottom: 75%;
  }
  .ms-single-post--img figure img {
    object-fit: cover;
    object-position: center;
  }

  .rp-inner__right {
    display: none;
  }

  .blog .ms-sp--header .ms-sp--title {
    padding: 0;
    max-width: 100%;
  }

  .archive .ms-sp--header {
    max-width: 100%;
  }
}
@media (max-width: 552px) {
  .ms-single-post--img,
.ms-single-post .ms-sp--header {
    margin-bottom: 30px;
  }

  .post-meta-date.meta-date-sp {
    font-size: 14px !important;
  }

  .ms-sp--header .ms-sp--title {
    font-size: var(--text-xl) !important;
    padding-top: 50px;
  }

  .ms-sp--header {
    margin-bottom: 30px;
  }

  .ms-default-page.entry-content + .entry-footer {
    padding-left: calc(var(--bs-gutter-x) / 2) !important;
    padding-right: calc(var(--bs-gutter-x) / 2) !important;
  }
}

iframe {
  transition: opacity 500ms ease-in-out;
  transition-delay: 250ms;
}

.flex {
  display: flex;
}
.flex > * {
  display: inline-block;
}

.flex--wrap {
  flex-wrap: wrap;
}

.flex--column {
  flex-direction: column;
}

.flex--end {
  justify-content: flex-end;
}

.flex--center {
  justify-content: center;
  align-items: center;
}

.flex--center-x {
  justify-content: center;
}

.flex--center-y {
  align-items: center;
}

.flex--space-between {
  justify-content: space-between;
}

.flex--space-around {
  justify-content: space-around;
}

.flex--space-evenly {
  justify-content: space-evenly;
}

.flex--grow > * {
  flex-grow: 1;
}

.flex--shrink-none > * {
  flex-shrink: 0;
}

.flex--gap > *, .flex--gap-md > *, .flex-gap > *, .flex-gap--md > * {
  margin-right: var(--space-md);
}
.flex--gap > *:last-child, .flex--gap-md > *:last-child, .flex-gap > *:last-child, .flex-gap--md > *:last-child {
  margin-right: 0;
}

.flex--wrap.flex--gap, .flex--wrap.flex--gap-md, .flex--wrap.flex-gap, .flex--wrap.flex-gap--md {
  margin-bottom: calc(-1 * var(--space-md));
}
.flex--wrap.flex--gap > *, .flex--wrap.flex--gap-md > *, .flex--wrap.flex-gap > *, .flex--wrap.flex-gap--md > * {
  margin-bottom: var(--space-md);
}

.flex--gap-xxs > *, .flex-gap--xxs > * {
  margin-right: var(--space-xxs);
}
.flex--gap-xxs > *:last-child, .flex-gap--xxs > *:last-child {
  margin-right: 0;
}

.flex--wrap.flex--gap-xxs, .flex--wrap.flex-gap--xxs {
  margin-bottom: calc(-1 * var(--space-xxs));
}
.flex--wrap.flex--gap-xxs > *, .flex--wrap.flex-gap--xxs > * {
  margin-bottom: var(--space-xxs);
}

.flex--gap-xs > *, .flex-gap--xs > * {
  margin-right: var(--space-xs);
}
.flex--gap-xs > *:last-child, .flex-gap--xs > *:last-child {
  margin-right: 0;
}

.flex--wrap.flex--gap-xs, .flex--wrap.flex-gap--xs {
  margin-bottom: calc(-1 * var(--space-xs));
}
.flex--wrap.flex--gap-xs > *, .flex--wrap.flex-gap--xs > * {
  margin-bottom: var(--space-xs);
}

.flex--gap-sm > *, .flex-gap--sm > * {
  margin-right: var(--space-sm);
}
.flex--gap-sm > *:last-child, .flex-gap--sm > *:last-child {
  margin-right: 0;
}

.flex--wrap.flex--gap-sm, .flex--wrap.flex-gap--sm {
  margin-bottom: calc(-1 * var(--space-sm));
}
.flex--wrap.flex--gap-sm > *, .flex--wrap.flex-gap--sm > * {
  margin-bottom: var(--space-sm);
}

.flex--gap-lg > *, .flex-gap--lg > * {
  margin-right: var(--space-lg);
}
.flex--gap-lg > *:last-child, .flex-gap--lg > *:last-child {
  margin-right: 0;
}

.flex--wrap.flex--gap-lg, .flex--wrap.flex-gap--lg {
  margin-bottom: calc(-1 * var(--space-lg));
}
.flex--wrap.flex--gap-lg > *, .flex--wrap.flex-gap--lg > * {
  margin-bottom: var(--space-lg);
}

.flex--gap-xl > *, .flex-gap--xl > * {
  margin-right: var(--space-xl);
}
.flex--gap-xl > *:last-child, .flex-gap--xl > *:last-child {
  margin-right: 0;
}

.flex--wrap.flex--gap-xl, .flex--wrap.flex-gap--xl {
  margin-bottom: calc(-1 * var(--space-xl));
}
.flex--wrap.flex--gap-xl > *, .flex--wrap.flex-gap--xl > * {
  margin-bottom: var(--space-xl);
}

.flex-item--end {
  align-self: flex-end;
}

.flex-item--grow {
  flex-grow: 1;
}

.flex-item--shrink-none {
  flex-shrink: 0;
}

:root {
  --text-base-size: 1em;
  --text-scale-ratio: 1.2;
  --text-xs: calc((1em / var(--text-scale-ratio)) / var(--text-scale-ratio));
  --text-sm: calc(var(--text-xs) * var(--text-scale-ratio));
  --text-md: calc(var(--text-sm) * var(--text-scale-ratio) * var(--text-scale-ratio));
  --text-lg: calc(var(--text-md) * var(--text-scale-ratio));
  --text-xl: calc(var(--text-lg) * var(--text-scale-ratio));
  --text-xxl: calc(var(--text-xl) * var(--text-scale-ratio));
  --text-xxxl: calc(var(--text-xxl) * var(--text-scale-ratio));
  --body-line-height: 1.8;
  --heading-line-height: 1.2;
  --font-primary-capital-letter: 1;
  --font-weight-light: 400;
  --font-weight-bold: 700;
  --font-primary: "Plus Jakarta Sans", sans-serif;
  --font-heading: "Plus Jakarta Sans", sans-serif;
}

@supports (--css: variables) {
  @media (min-width: 64rem) {
    :root {
      --text-base-size: 1.25em;
      --text-scale-ratio: 1.25;
    }
  }
}
.btn {
  font-weight: 400;
  display: inline-flex;
  position: relative;
  white-space: nowrap;
  text-decoration: none;
  padding-top: var(--space-xxs);
  padding-bottom: var(--space-xxs);
  padding-left: var(--space-md);
  padding-right: var(--space-md);
  border-radius: var(--btn-radius);
  font-size: var(--btn-font-size);
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: var(--color-white);
  user-select: none;
  outline: none;
  outline-color: transparent;
  box-shadow: none;
  will-change: transform;
  backface-visibility: hidden;
}
.btn:active {
  outline: none;
}
.btn:focus {
  box-shadow: none;
}

.btn-default:active {
  transform: translateY(2px);
}
.btn-default:hover {
  color: var(--color-white);
  background-color: var(--color-primary-dark);
}

.wp-block-button {
  margin-bottom: var(--global--spacing-vertical);
}

.btn--primary {
  height: 42px;
  position: relative;
  background-color: var(--color-primary);
  color: var(--color-white);
  transition: background-color 250ms var(--ease-out), transform 150ms var(--ease-in-out), outline-color 250ms var(--ease-out);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.btn--subtle {
  background: var(--color-contrast-lower);
  color: var(--color-contrast-higher);
  outline: none;
}

.btn--accent {
  background-color: var(--color-accent);
  color: var(--color-white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.btn--accent:hover, .btn--accent :focus, .btn--accent :active {
  color: var(--color-white);
  outline-color: var(--color-accent);
}

.btn--disabled {
  cursor: not-allowed;
  box-shadow: none;
  opacity: 0.6;
  pointer-events: none;
}

.btn--sm {
  font-size: 0.8em;
}

.btn--ba {
  font-size: 1em;
}

.btn--md {
  font-size: 1.1em;
}

.btn--lg {
  font-size: 1.4em;
}

.btn--full-width {
  display: flex;
  width: 100%;
}

.btn .icon {
  color: inherit;
  flex-shrink: 0;
}

.btn--icon-text {
  align-items: center;
}
.btn--icon-text > *:nth-child(2) {
  margin-left: var(--space-xs);
}

.btn--icon {
  padding: var(--space-xs);
}



.btn {
  font-weight: 400;
  display: inline-flex;
  position: relative;
  white-space: nowrap;
  text-decoration: none;
  padding-top: var(--space-xxs);
  padding-bottom: var(--space-xxs);
  padding-left: var(--space-md);
  padding-right: var(--space-md);
  border-radius: var(--btn-radius);
  font-size: var(--btn-font-size);
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: var(--color-white);
  user-select: none;
  outline: none;
  outline-color: transparent;
  box-shadow: none;
  will-change: transform;
  backface-visibility: hidden;
}
.btn:active {
  outline: none;
}
.btn:focus {
  box-shadow: none;
}

.btn-default:active {
  transform: translateY(2px);
}
.btn-default:hover {
  color: var(--color-white);
  background-color: var(--color-primary-dark);
}

.wp-block-button {
  margin-bottom: var(--global--spacing-vertical);
}

.btn--primary {
  height: 42px;
  position: relative;
  background-color: var(--color-primary);
  color: var(--color-white);
  transition: background-color 250ms var(--ease-out), transform 150ms var(--ease-in-out), outline-color 250ms var(--ease-out);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.btn--subtle {
  background: var(--color-contrast-lower);
  color: var(--color-contrast-higher);
  outline: none;
}

.btn--accent {
  background-color: var(--color-accent);
  color: var(--color-white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.btn--accent:hover, .btn--accent :focus, .btn--accent :active {
  color: var(--color-white);
  outline-color: var(--color-accent);
}

.btn--disabled {
  cursor: not-allowed;
  box-shadow: none;
  opacity: 0.6;
  pointer-events: none;
}

.btn--sm {
  font-size: 0.8em;
}

.btn--ba {
  font-size: 1em;
}

.btn--md {
  font-size: 1.1em;
}

.btn--lg {
  font-size: 1.4em;
}

.btn--full-width {
  display: flex;
  width: 100%;
}

.btn .icon {
  color: inherit;
  flex-shrink: 0;
}

.btn--icon-text {
  align-items: center;
}
.btn--icon-text > *:nth-child(2) {
  margin-left: var(--space-xs);
}

.btn--icon {
  padding: var(--space-xs);
}

/* -------------------------------- 

File#: _1_btn-states
Title: Buttons states
Descr: Multi-state button elements

-------------------------------- */
.btn-load-more .text--no-items {
  display: none;
}

.wpcf7 > form input[type=submit][disabled],
.wpcf7 > form input[type=submit][disabled]:hover,
.wpcf7 > form input[type=submit][disabled]:focus {
  color: var(--color-white);
  background-color: var(--color-contrast-medium) !important;
  transition: all 250ms var(--ease-out);
}

.ms-btn__icon {
  z-index: 4;
}

.ms-btn__icon--left {
  margin-right: 8pt;
}

.ms-btn__icon--right {
  margin-left: 8pt;
}

.ms-btn__text,
.ms-btn__icon {
  transition: all 250ms var(--ease-out);
}

.ms-btn__text:focus,
.ms-btn__text:active,
.ms-btn__icon:focus,
.ms-btn__icon:active,
.ms-btn__icon i:focus,
.ms-btn__icon i:active {
  box-shadow: none;
  user-select: none;
}

/*--------------------------------*/
/* Most Effect
/*--------------------------------*/
.btn-wrap .btn {
  padding: 0;
  color: var(--color-contrast-higher);
  margin-left: 18px;
  transition: margin-left 300ms cubic-bezier(0.49, 0, 0.01, 1);
}
.btn-wrap .btn .ms-btn--circle .circle {
  position: absolute;
  right: calc(100% - 10px);
  top: 0;
  bottom: 0;
  margin: auto;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  clip-path: circle(25% at 50% 50%);
  transition: clip-path 500ms cubic-bezier(0.49, 0, 0.01, 1);
}
.btn-wrap .btn .ms-btn--circle .circle-fill {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 100%;
  background-color: var(--color-contrast-higher);
  will-change: transform;
  transform: scale(0);
  z-index: 1;
  transition: transform 500ms cubic-bezier(0.49, 0, 0.01, 1), background-color 500ms cubic-bezier(0.49, 0, 0.01, 1);
}
.btn-wrap .btn .ms-btn--circle .circle-outline {
  fill: transparent;
  width: 10px;
  stroke: var(--color-contrast-higher);
}
.btn-wrap .btn .ms-btn--circle .circle-icon {
  transform: translate(-100%, 0%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  z-index: 2;
  transition: all 500ms cubic-bezier(0.49, 0, 0.01, 1);
}
.btn-wrap .btn .ms-btn--circle .circle-icon g {
  fill: var(--color-contrast-lower);
}
.btn-wrap .btn .ms-btn--circle .circle-icon i {
  color: var(--color-white);
}
.btn-wrap .btn .ms-btn--circle .circle-icon .icon-arrow {
  width: 20px;
  height: 20px;
  stroke: none;
  fill: var(--color-contrast-lower);
}
.btn-wrap .btn .ms-btn--label {
  margin-left: 4pt;
  transition: transform 500ms cubic-bezier(0.49, 0, 0.01, 1);
}
.btn-wrap .btn .ms-btn__border {
  position: absolute;
  left: 4pt;
  right: 0;
  bottom: 0;
  height: 1px;
  background: currentColor;
  transform-origin: right;
  transition: transform 500ms cubic-bezier(0.49, 0, 0.01, 1);
}
.btn-wrap .btn .ms-btn__text {
  will-change: transform;
  transition: transform 500ms cubic-bezier(0.49, 0, 0.01, 1), color 500ms cubic-bezier(0.49, 0, 0.01, 1);
}
.btn-wrap .btn:hover {
  margin-left: 35px;
}
.btn-wrap .btn:hover .circle {
  clip-path: circle(50% at 50% 50%);
}
.btn-wrap .btn:hover .circle-fill {
  transform: scale(1, 1);
}
.btn-wrap .btn:hover .circle-icon {
  transform: translate(0%, 0%);
  opacity: 1;
}
.btn-wrap .btn:hover .ms-btn__border {
  transform: scale(0, 1);
}

.btn.btn-circle.btn--lg {
  font-size: 1.8em;
  margin-left: 20px;
}
.btn.btn-circle.btn--lg .circle {
  width: 50px;
  height: 50px;
}
.btn.btn-circle.btn--lg:hover {
  margin-left: 40px;
}
.btn.btn-circle.btn--lg:hover .ms-btn--label {
  transform: translateX(20.6666666667px);
}

.btn.btn-circle.btn--md {
  font-size: 1.4em;
}
.btn.btn-circle.btn--md .circle {
  width: 45px;
  height: 45px;
}
.btn.btn-circle.btn--md:hover {
  margin-left: 38px !important;
}
.btn.btn-circle.btn--md:hover .ms-btn--label {
  transform: translateX(18px);
}

.btn.btn-circle.btn--ba {
  font-size: 1.2em;
  margin-left: 16px;
}
.btn.btn-circle.btn--ba .circle {
  width: 42px;
  height: 42px;
}
.btn.btn-circle.btn--ba:hover {
  margin-left: 35px;
}
.btn.btn-circle.btn--ba:hover .ms-btn--label {
  transform: translateX(15.3333333333px);
}

.btn.btn-circle.btn--sm {
  font-size: 1em;
}
.btn.btn-circle.btn--sm .circle {
  width: 35px;
  height: 35px;
  right: calc(100% - 5px);
}
.btn.btn-circle.btn--sm:hover {
  margin-left: 30px;
}
.btn.btn-circle.btn--sm:hover .ms-btn--label {
  transform: translateX(15.3333333333px);
}

.btn-load-more.btn-circle .circle-icon {
  width: 22px;
  height: 22px;
  margin: auto;
}

.btn-load-more.btn-circle.no-works {
  opacity: 0.4;
}

.btn-load-more.btn-circle.loading {
  margin-left: 38px;
}
.btn-load-more.btn-circle.loading .circle-icon {
  animation-name: loadrotate;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.btn-load-more.btn-circle.loading .circle {
  clip-path: circle(50% at 50% 50%);
}
.btn-load-more.btn-circle.loading .circle-fill {
  transform: scale(1, 1);
}
.btn-load-more.btn-circle.loading .circle-icon {
  transform: translate(0%, 0%);
  opacity: 1;
}
.btn-load-more.btn-circle.loading .ms-btn__border {
  transform: scale(0, 1);
}
.btn-load-more.btn-circle.loading .ms-btn--label {
  transform: translateX(18px);
}

.filter-nav--expanded .filter-nav__nav {
  display: flex;
}
.filter-nav--expanded .filter-nav__list {
  font-size: 18px;
  display: inline-flex;
  position: relative;
  list-style: none;
  padding-left: 0;
}
.filter-nav--expanded .filter-nav__item {
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.filter-nav--expanded .filter-nav__btn {
  outline: none;
  color: var(--color-contrast-medium);
  cursor: pointer;
  transition: color 0.2s;
  user-select: none;
  font-size: 16px;
  padding-bottom: 8pt;
  margin-right: 16pt;
  font-weight: 500;
}
.filter-nav--expanded .filter-nav__btn:hover {
  color: var(--color-contrast-higher);
}
.filter-nav--expanded .filter-nav__btn[aria-current=true] {
  color: var(--color-contrast-higher);
  pointer-events: none;
}
.filter-nav--expanded .filter-nav__marker {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  pointer-events: none;
  transition: transform 0.3s, width 0.3s;
  transition-timing-function: var(--ease-in-out);
  will-change: width, transform;
}
.filter-nav--expanded .filter-nav__marker::after {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: var(--color-primary);
  border-radius: 50%;
}

.elementor-element-edit-mode .filter-nav__marker {
  top: 0px;
  width: 0px;
}

.filter-nav--collapsed .filter-nav__wrapper {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 1;
}
.filter-nav--collapsed .filter-nav__nav {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  background-color: var(--color-bg);
  box-shadow: var(--shadow-md);
  max-height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  opacity: 0;
  transition: opacity 0.3s, transform 0.3s;
}
.filter-nav--collapsed .filter-nav__wrapper--is-visible {
  visibility: visible;
  opacity: 1;
  z-index: 7;
  transition: opacity 0.3s;
}
.filter-nav--collapsed .filter-nav__wrapper--is-visible .filter-nav__nav {
  transition: opacity 0.3s, transform 0.3s;
  opacity: 1;
  background-color: var(--color-contrast-lower);
}
.filter-nav--collapsed .filter-nav__list {
  order: 2;
  flex-direction: column;
  overflow: auto;
  padding: 0 0 var(--space-md);
  list-style: none;
}
.filter-nav--collapsed .filter-nav__list::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #c3c3c3;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1;
}
.filter-nav--collapsed .filter-nav__btn {
  display: block;
  display: flex;
  align-items: center;
  width: 100%;
  text-align: left;
  padding: var(--space-xs) var(--space-sm);
  color: var(--color-contrast-higher);
  cursor: pointer;
}
.filter-nav--collapsed .filter-nav__btn:hover {
  color: var(--color-contrast-higher);
}
.filter-nav--collapsed .filter-nav__btn[aria-current=true] {
  color: var(--color-primary);
}
.filter-nav--collapsed .filter-nav__btn::before {
  content: "";
  display: block;
  height: 1em;
  width: 1em;
  margin-right: var(--space-xxxs);
  background-color: transparent;
}
.filter-nav--collapsed .filter-nav__btn[aria-current=true]::before {
  background-color: var(--color-primary);
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNic+PHBvbHlsaW5lIHN0cm9rZS13aWR0aD0nMS41JyBzdHJva2U9JyMwMDAwMDAnIGZpbGw9J25vbmUnIHN0cm9rZS1saW5lY2FwPSdyb3VuZCcgc3Ryb2tlLWxpbmVqb2luPSdyb3VuZCcgcG9pbnRzPScxLDkgNSwxMyAxNSwzICcvPjwvc3ZnPg==);
  mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNic+PHBvbHlsaW5lIHN0cm9rZS13aWR0aD0nMS41JyBzdHJva2U9JyMwMDAwMDAnIGZpbGw9J25vbmUnIHN0cm9rZS1saW5lY2FwPSdyb3VuZCcgc3Ryb2tlLWxpbmVqb2luPSdyb3VuZCcgcG9pbnRzPScxLDkgNSwxMyAxNSwzICcvPjwvc3ZnPg==);
}
.filter-nav--collapsed .filter-nav__marker {
  display: none !important;
}
.filter-nav--collapsed .filter-nav__close-btn {
  display: flex;
  order: 1;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
  margin: 0 var(--space-sm) var(--space-xs) auto;
  width: 2em;
  height: 2.25em;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: 0.2s;
}
.filter-nav--collapsed .filter-nav__close-btn .icon {
  display: block;
  color: var(--color-contrast-high);
}
.filter-nav--collapsed .filter-nav__item.subnav__link {
  padding: 0 6pt;
}
.filter-nav--collapsed .filter-nav__item.subnav__link:first-child .filter-nav__btn {
  padding-top: calc(var(--space-xs) * 2);
}

html:not(.js) .filter-nav__nav {
  justify-content: left;
}

.btn--subtle.js-filter-nav__control {
  z-index: 8;
  position: relative;
  padding: 10px;
}

.reset.filter-nav__btn.js-tab-focus {
  outline: none !important;
}

.reset.btn:hover {
  outline-color: transparent;
}

.reset.btn:focus {
  box-shadow: none;
}

.reset.filter-nav__close-btn:focus {
  outline: none;
}


.ms-posts--list,
.ms-posts--default {
  padding: 0 15px;
}
.ms-posts--list a + .post-content,
.ms-posts--list .ms-post-media__link + .post-content,
.ms-posts--list .ms-post-media__audio + .post-content,
.ms-posts--list .ms-post-media__quote + .post-content,
.ms-posts--list .ms-post-media__video + .post-content,
.ms-posts--list .ms-post-media__gallery + .post-content,
.ms-posts--default a + .post-content,
.ms-posts--default .ms-post-media__link + .post-content,
.ms-posts--default .ms-post-media__audio + .post-content,
.ms-posts--default .ms-post-media__quote + .post-content,
.ms-posts--default .ms-post-media__video + .post-content,
.ms-posts--default .ms-post-media__gallery + .post-content {
  padding: var(--space-md) 0 0;
}
.ms-posts--list .grid-item,
.ms-posts--default .grid-item {
  width: 100%;
  position: relative;
  margin-bottom: 8vh;
}
.ms-posts--list .grid-item .post-category__list .post-categories,
.ms-posts--default .grid-item .post-category__list .post-categories {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 8pt;
}
.ms-posts--list .grid-item .post-category__list .post-categories li,
.ms-posts--default .grid-item .post-category__list .post-categories li {
  margin-bottom: 12pt;
}
.ms-posts--list .grid-item .post-category__list .post-categories li:not(:last-child),
.ms-posts--default .grid-item .post-category__list .post-categories li:not(:last-child) {
  margin-right: 6pt;
}
.ms-posts--list .grid-item .post-category__list .post-categories a,
.ms-posts--default .grid-item .post-category__list .post-categories a {
  color: var(--color-contrast-higher);
  font-size: 14px;
  display: flex;
  background: var(--color-contrast-lower);
  padding: 4pt 10pt;
  border-radius: 50px;
  transition: all 250ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ms-posts--list .grid-item .post-category__list .post-categories a:hover,
.ms-posts--default .grid-item .post-category__list .post-categories a:hover {
  background-color: var(--color-contrast-low);
}
.ms-posts--list .grid-item .post-category__list.top,
.ms-posts--default .grid-item .post-category__list.top {
  position: absolute;
  top: 12pt;
  left: 14pt;
  z-index: 2;
  margin-bottom: 0;
}
.ms-posts--list .grid-item .post-footer,
.ms-posts--default .grid-item .post-footer {
  display: flex;
  align-items: flex-end;
}
.ms-posts--list .grid-item .post-footer .post-meta__author a,
.ms-posts--default .grid-item .post-footer .post-meta__author a {
  color: var(--color-contrast-higher);
  transition: color 150ms var(--ease-in-out);
}
.ms-posts--list .grid-item .post-footer .post-meta__author a:hover,
.ms-posts--default .grid-item .post-footer .post-meta__author a:hover {
  color: var(--color-primary);
}
.ms-posts--list .grid-item .post-footer a,
.ms-posts--default .grid-item .post-footer a {
  margin-bottom: 2.2pt;
  margin-left: auto;
  margin-right: 0;
  font-size: 15px;
}
.ms-posts--list .grid-item .post-meta-footer,
.ms-posts--default .grid-item .post-meta-footer {
  display: flex;
}
.ms-posts--list .grid-item .post-meta-footer img,
.ms-posts--default .grid-item .post-meta-footer img {
  border-radius: 50px !important;
  margin-right: 8pt;
}
.ms-posts--list .grid-item .post-meta-footer .post-meta__info,
.ms-posts--default .grid-item .post-meta-footer .post-meta__info {
  display: flex;
  flex-direction: column;
}
.ms-posts--list .grid-item .post-meta-footer .post-meta__info .post-meta__author,
.ms-posts--default .grid-item .post-meta-footer .post-meta__info .post-meta__author {
  font-weight: bold;
}
.ms-posts--list .grid-item .post-meta-footer .card__footer,
.ms-posts--default .grid-item .post-meta-footer .card__footer {
  display: flex;
  align-items: center;
  color: var(--color-contrast-medium);
}
.ms-posts--list .grid-item .post-meta-footer .card__footer .ms-p--ttr,
.ms-posts--default .grid-item .post-meta-footer .card__footer .ms-p--ttr {
  display: flex;
  align-items: center;
}
.ms-posts--list .grid-item .post-meta-footer .card__footer .ms-p--ttr::before,
.ms-posts--default .grid-item .post-meta-footer .card__footer .ms-p--ttr::before {
  content: "";
  width: 3pt;
  height: 3pt;
  margin: 2pt 8pt 0;
  border-radius: 50%;
  background-color: hsla(var(--color-contrast-medium-h), var(--color-contrast-medium-s), var(--color-contrast-medium-l), 0.45);
}
.ms-posts--list .grid-item h2,
.ms-posts--default .grid-item h2 {
  font-weight: 800;
  transition: color 150ms var(--ease-in-out);
  word-wrap: break-word;
  max-width: 100%;
  word-break: break-all;
  font-size: 32px;
}
.ms-posts--list .grid-item h2:hover,
.ms-posts--default .grid-item h2:hover {
  color: var(--color-primary);
}
.ms-posts--list .grid-item p,
.ms-posts--default .grid-item p {
  margin-top: 16pt;
  margin-bottom: 16pt;
  padding-bottom: 16pt;
  border-bottom: solid 1px hsla(var(--color-contrast-higher-h), var(--color-contrast-higher-s), var(--color-contrast-higher-l), var(--color-o, 0.06));
  font-size: 1rem;
}
.ms-posts--list .grid-item:last-child,
.ms-posts--default .grid-item:last-child {
  border-bottom: none;
}
.ms-posts--list .post-footer,
.ms-posts--default .post-footer {
  margin-top: 16pt;
  align-items: center;
  display: flex;
  font-size: 15px;
  color: var(--color-contrast-high);
}
.ms-posts--list .post-footer .post-footer--link,
.ms-posts--default .post-footer .post-footer--link {
  margin-left: auto;
  margin-right: 0;
  text-transform: capitalize;
}
.ms-posts--list a + .post-footer,
.ms-posts--default a + .post-footer {
  margin-top: 8pt;
}
.ms-posts--list img,
.ms-posts--default img {
  border-radius: 24pt !important;
}

.ms-posts--wrap .ms-posts--list,
.ms-posts--wrap .ms-posts--default {
  padding: 0;
}
.ms-posts--wrap .ms-posts--list .grid-item h2 {
  word-break: normal;
  font-size: 28px;
}

.ms-posts--default .post-header {
  display: flex;
}
.ms-posts--default .post-header .post-separator {
  margin: 0 4pt 4pt;
  opacity: 0.4;
}
.ms-posts--default .post-top + .post-meta {
  margin-top: 0;
}

.ms-single-post .ms-sticky.no-thumbnail,
.ms-posts--card .ms-sticky.no-thumbnail,
.ms-posts--card_2 .ms-sticky.no-thumbnail,
.ms-posts--default .ms-sticky.no-thumbnail,
.ms-posts--list .ms-sticky.no-thumbnail {
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 8pt;
  margin-right: 8pt;
}
.ms-single-post .ms-sticky,
.ms-posts--card .ms-sticky,
.ms-posts--card_2 .ms-sticky,
.ms-posts--default .ms-sticky,
.ms-posts--list .ms-sticky {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  display: flex;
  color: #3a3d4e;
  padding: 0 var(--space-xs);
  background-color: var(--color-warning);
  border-radius: 50px;
  padding: 4pt;
}
.ms-single-post .ms-sticky .ms-sticky--icon,
.ms-posts--card .ms-sticky .ms-sticky--icon,
.ms-posts--card_2 .ms-sticky .ms-sticky--icon,
.ms-posts--default .ms-sticky .ms-sticky--icon,
.ms-posts--list .ms-sticky .ms-sticky--icon {
  display: flex;
}
.ms-single-post .ms-sticky .ms-sticky--icon svg,
.ms-posts--card .ms-sticky .ms-sticky--icon svg,
.ms-posts--card_2 .ms-sticky .ms-sticky--icon svg,
.ms-posts--default .ms-sticky .ms-sticky--icon svg,
.ms-posts--list .ms-sticky .ms-sticky--icon svg {
  width: 20px;
  fill: var(--color-contrast-higher);
  flex-shrink: 0;
  height: 16px;
  margin: 1.2pt 0;
}
.ms-single-post .post-meta-date,
.ms-posts--card .post-meta-date,
.ms-posts--card_2 .post-meta-date,
.ms-posts--default .post-meta-date,
.ms-posts--list .post-meta-date {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  color: var(--color-contrast-high);
}
.ms-single-post .post-meta-date span:not(:last-child),
.ms-posts--card .post-meta-date span:not(:last-child),
.ms-posts--card_2 .post-meta-date span:not(:last-child),
.ms-posts--default .post-meta-date span:not(:last-child),
.ms-posts--list .post-meta-date span:not(:last-child) {
  flex-shrink: 0;
}
.ms-single-post .post-meta-date.meta-date-sp .post-author__name,
.ms-posts--card .post-meta-date.meta-date-sp .post-author__name,
.ms-posts--card_2 .post-meta-date.meta-date-sp .post-author__name,
.ms-posts--default .post-meta-date.meta-date-sp .post-author__name,
.ms-posts--list .post-meta-date.meta-date-sp .post-author__name {
  position: relative;
  display: flex;
  align-items: center;
}
.ms-single-post .post-meta-date.meta-date-sp .post-author__name::after,
.ms-posts--card .post-meta-date.meta-date-sp .post-author__name::after,
.ms-posts--card_2 .post-meta-date.meta-date-sp .post-author__name::after,
.ms-posts--default .post-meta-date.meta-date-sp .post-author__name::after,
.ms-posts--list .post-meta-date.meta-date-sp .post-author__name::after {
  content: "";
  display: block;
  margin-top: 1pt;
  width: 3pt;
  height: 3pt;
  margin: 2pt 8pt 0;
  border-radius: 50%;
  background-color: hsla(var(--color-contrast-medium-h), var(--color-contrast-medium-s), var(--color-contrast-medium-l), 0.45);
}
.ms-single-post h3,
.ms-posts--card h3,
.ms-posts--card_2 h3,
.ms-posts--default h3,
.ms-posts--list h3 {
  word-wrap: break-word;
}
.ms-single-post p,
.ms-posts--card p,
.ms-posts--card_2 p,
.ms-posts--default p,
.ms-posts--list p {
  line-height: var(--body-line-height);
}
.ms-single-post .post-meta-date .post-category a:first-child::before,
.ms-posts--card .post-meta-date .post-category a:first-child::before,
.ms-posts--card_2 .post-meta-date .post-category a:first-child::before,
.ms-posts--default .post-meta-date .post-category a:first-child::before,
.ms-posts--list .post-meta-date .post-category a:first-child::before {
  content: "";
  position: absolute;
  top: calc(50% - 1pt);
  left: -0.85rem;
  height: 5px;
  width: 5px;
  display: block;
  background-color: var(--color-contrast-low);
  border-radius: 50%;
}

.ms-pc2--thumb .ms-sticky {
  padding: 0;
}

.ms-pc2--thumb .ms-sticky:not(.no-thumbnail),
.ms-posts--card .ms-sticky:not(.no-thumbnail),
.ms-posts--default .ms-sticky:not(.no-thumbnail) {
  position: absolute;
  z-index: 1;
  top: 12pt;
  left: 14pt;
}

.ms-sp-list .grid-item {
  margin-bottom: 0;
}
.ms-sp-list .grid-item h3 {
  border-bottom: 0;
  padding-bottom: 0;
}
.ms-sp-list .grid-item p {
  margin-top: var(--space-sm);
}

.ms-sp--title span,
.search-word {
  font-weight: 400;
  color: var(--color-contrast-medium);
}

.search-results .post-meta__date {
  font-size: 15px;
  display: block;
  margin-top: 8pt;
  color: var(--color-contrast-medium);
}
.search-results .post-footer--link {
  margin-left: 0 !important;
}

.search-again-block {
  margin-top: calc(1.1 * var(--space-md));
  display: flex;
  align-items: center;
}
.search-again-block p {
  margin-top: 0 !important;
  border-bottom: none !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  margin-right: var(--space-md);
}

@media (min-width: 992px) {
  .ms-sidebar.pl-lg-5 {
    padding-left: 4rem !important;
  }
}
@media (max-width: 975px) {
  .container,
.ms-sp--title {
    max-width: 100% !important;
  }

  .ms-posts--default a + .post-content {
    padding: var(--space-md) 0;
  }

  .ms-related-posts article + article + article {
    margin-top: var(--space-xl);
  }

  .ms-posts--default.col-lg-8:not(.no-result) {
    padding-left: 0;
    padding-right: 0;
  }

  .ms-posts--default + .ms-sidebar {
    padding-left: 0;
    padding-right: 0;
  }

  .ms-single-post .ms-sp--article,
.ms-single-post .entry-footer,
.ms-single-post .single-post__tags,
.ms-single-post .post-navigation {
    padding-right: calc(var(--bs-gutter-x) / 2) !important;
    padding-left: calc(var(--bs-gutter-x) / 2) !important;
  }

  .ms-related-posts {
    padding-right: calc(var(--bs-gutter-x) / 2) !important;
    padding-left: calc(var(--bs-gutter-x) / 2) !important;
  }

  .ms-posts--default .grid-item h2 {
    font-size: var(--text-lg);
  }
}
.no-result p {
  margin-top: 0 !important;
}

@media (max-width: 768px) {
  .ms-related-posts article + article {
    margin-top: var(--space-xl);
  }

  .ms-p--ttr {
    display: none !important;
  }
}
/* -------------------------------- 
Post Feed Card Style
-------------------------------- */
.ms-posts--card {
  --bs-gutter-x: 4rem;
  --bs-gutter-y: 4rem;
}
.ms-posts--card .grid-item figure {
  position: relative;
  border-radius: 24pt;
  overflow: hidden;
}
.ms-posts--card .grid-item figure svg {
  position: absolute;
  z-index: 3;
  height: 24px;
  top: 0;
  right: 0;
  width: auto;
  transform: rotate(-45deg);
  margin-left: 1.6rem;
  margin-left: 24px;
}
.ms-posts--card .grid-item .post-excerpt {
  border-bottom: solid 1px hsla(var(--color-contrast-medium-h), var(--color-contrast-medium-s), var(--color-contrast-medium-l), 0.15);
  padding-bottom: calc(0.8 * var(--space-md));
}
.ms-posts--card .grid-item a {
  line-height: 2;
}
.ms-posts--card .grid-item a + .post-meta-cont {
  margin-top: calc(0.75 * var(--space-md));
}
.ms-posts--card .grid-item .post-meta-cont {
  transition: border-color 250ms var(--ease-in-out);
}
.ms-posts--card .grid-item .post-meta-cont .post-header {
  display: flex;
}
.ms-posts--card .grid-item .post-meta-cont h3 {
  font-size: 28px;
  font-weight: 800;
  margin-top: 8pt;
  transition: color 150ms var(--ease-in-out);
}
.ms-posts--card .grid-item .post-meta-cont p {
  font-size: 16px;
  margin-top: 8pt;
}
.ms-posts--card .grid-item .post-meta-cont .post-meta-footer {
  display: flex;
  font-size: 14px;
  margin-top: calc(0.8 * var(--space-md));
}
.ms-posts--card .grid-item .post-meta-cont .post-meta-footer .post-meta__date {
  color: var(--color-contrast-medium);
}
.ms-posts--card .grid-item .post-meta-cont .post-category {
  font-size: 14px;
}
.ms-posts--card .grid-item .post-meta-cont .post-category .post-categories {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
}
.ms-posts--card .grid-item .post-meta-cont .post-category .post-categories li {
  margin-bottom: 8pt;
}
.ms-posts--card .grid-item .post-meta-cont .post-category .post-categories li:not(:last-child) {
  margin-right: 6pt;
}
.ms-posts--card .grid-item .post-meta-cont .post-category a {
  background: var(--color-contrast-lower);
  padding: 4pt 10pt;
  border-radius: 50px;
  margin-bottom: 4pt;
  transition: all 250ms cubic-bezier(0.645, 0.045, 0.355, 1);
  color: var(--color-contrast-higher);
  transition: all 250ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ms-posts--card .grid-item .post-meta-cont .post-category a:hover {
  background-color: var(--color-contrast-low);
}
.ms-posts--card .grid-item .post-meta-cont .post-category a:hover a {
  color: var(--color-white);
}
.ms-posts--card .grid-item .post-footer--author {
  display: flex;
}
.ms-posts--card .grid-item .post-footer--author img {
  border-radius: 50px;
  margin-right: 8pt;
}
.ms-posts--card .grid-item .post-footer--author .post-meta__info {
  display: flex;
  flex-direction: column;
}
.ms-posts--card .grid-item .post-footer--author .post-meta__info .post-meta__author {
  font-weight: bold;
}
.ms-posts--card .grid-item .post-footer--author .card__footer {
  display: flex;
  align-items: center;
  color: var(--color-contrast-medium);
}
.ms-posts--card .grid-item .post-footer--author .card__footer .ms-p--ttr {
  display: flex;
  align-items: center;
}
.ms-posts--card .grid-item .post-footer--author .card__footer .ms-p--ttr::before {
  content: "";
  width: 3pt;
  height: 3pt;
  margin: 2pt 8pt 0;
  border-radius: 50%;
  background-color: hsla(var(--color-contrast-medium-h), var(--color-contrast-medium-s), var(--color-contrast-medium-l), 0.45);
}
.ms-posts--card .grid-item h3:hover {
  color: var(--color-primary) !important;
}
.ms-posts--card .ms-sticky {
  left: var(--space-sm) !important;
  top: var(--space-sm) !important;
  right: auto !important;
}
.ms-posts--card .ms-sticky.no-thumbnail {
  left: 0 !important;
  top: 0 !important;
  display: inline-flex;
}
.ms-posts--card .no-thumbnail + .post-meta-cont {
  margin-top: var(--space-md);
}
.ms-posts--card .pagination {
  margin-top: var(--space-xxl);
}

.ms-posts--list .media-wrapper {
  padding: 0;
  height: auto;
  width: 100%;
  aspect-ratio: 4/3;
}
.ms-posts--list .media-wrapper img {
  position: relative;
}
.ms-posts--list .post-header {
  display: flex;
}
.ms-posts--list .post-header .ms-sticky.no-thumbnail {
  display: inline-flex;
}
.ms-posts--list .ms-sticky {
  margin-left: 8pt;
  position: absolute;
  z-index: 1;
  top: 12pt;
  left: 14pt;
}
.ms-posts--list .grid-item__thumb {
  position: relative;
}
.ms-posts--list .grid-item__thumb .post-category__list {
  position: absolute;
  top: 12pt;
  left: 22pt !important;
  z-index: 1;
}
.ms-posts--list .grid-item__thumb .post-thumbnail + .post-top .ms-sticky {
  position: absolute;
  z-index: 1;
  top: 12pt;
  right: 16pt;
}
.ms-posts--list .grid-item__thumb + .grid-item__content {
  margin-left: 10px;
}
.ms-posts--list .grid-item__thumb {
  margin-right: 10px;
}
.ms-posts--list .ms-post-media__audio {
  margin-bottom: 0;
}
.ms-posts--list .grid-item {
  width: auto;
}
.ms-posts--list .grid-item__content {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.grid-item.post_format-post-format-quote .col-lg-6 {
  width: 100%;
}

.ms-posts--list[data-order=order_2] .grid-item {
  flex-direction: row-reverse !important;
}
.ms-posts--list[data-order=order_2] .grid-item .grid-item__thumb + .grid-item__content {
  margin-left: 0px;
}
.ms-posts--list[data-order=order_2] .grid-item .grid-item__thumb {
  margin-right: 0;
}

.ms-posts--list[data-order=order_3] .grid-item:nth-child(2n) {
  flex-direction: row-reverse !important;
}
.ms-posts--list[data-order=order_3] .grid-item:nth-child(2n) .grid-item__thumb + .grid-item__content {
  margin-left: 0px;
  margin-right: 10px;
}
.ms-posts--list[data-order=order_3] .grid-item:nth-child(2n) .grid-item__thumb {
  margin-right: 0;
  margin-left: 10px;
}

.blog-post-area {
  padding: 100px 0;
}
.blog-post-area .ms-sidebar {
  margin-left: 40px;
}
@media (max-width: 1200px) {
  .blog-post-area .ms-sidebar {
    margin-left: 10px;
  }
}
@media (max-width: 991px) {
  .blog-post-area .ms-sidebar {
    margin-left: 0;
  }
}

.ms-carousel-showcase {
  width: 100%;
  margin: 0 auto;
  height: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background-color: #1E2125;
  overflow: hidden;
}
.ms-carousel-showcase .swiper-wrapper {
  padding-bottom: 72px;
}
.ms-carousel-showcase .swiper-pagination {
  height: 72px;
}
.ms-carousel-showcase .ms-p-img {
  height: 100%;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.ms-carousel-showcase .ms-p-img img {
  filter: grayscale(1);
  transition: filter 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ms-carousel-showcase .swiper-slide {
  width: 40vw;
  padding: 0 5vw;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.3;
  transition: opacity 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ms-carousel-showcase .swiper-slide a:first-child {
  width: 100%;
  height: 100%;
  padding: 3vw;
}
.ms-carousel-showcase .swiper-slide .ms-c-inner--link {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3vw;
}
.ms-carousel-showcase .swiper-slide .ms-p-content {
  transform: translateY(-45%);
}
.ms-carousel-showcase .swiper-slide .ms-p-content h1 {
  color: var(--color-white);
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
  font-size: 4rem;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
  transform: translateY(50%);
  backface-visibility: hidden;
  will-change: font-variation-settings;
  font-stretch: 120%;
  font-variation-settings: "wght" 400;
  opacity: 0;
  transition: font-variation-settings 520ms, text-shadow 0.5s ease, opacity 1s;
}
.ms-carousel-showcase .swiper-slide-duplicate {
  transition: opacity 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ms-carousel-showcase .swiper-slide {
  cursor: pointer;
}
.ms-carousel-showcase .swiper-slide-active,
.ms-carousel-showcase .swiper-slide-duplicate-active {
  opacity: 1;
}
.ms-carousel-showcase .swiper-slide-active .ms-p-img img,
.ms-carousel-showcase .swiper-slide-duplicate-active .ms-p-img img {
  filter: grayscale(0);
}
.ms-carousel-showcase .swiper-slide-active .ms-p-content h1,
.ms-carousel-showcase .swiper-slide-duplicate-active .ms-p-content h1 {
  backface-visibility: hidden;
  will-change: font-variation-settings;
  font-variation-settings: "wght" 900;
  opacity: 1;
  font-stretch: 80%;
  transition: font-variation-settings 1s 0.8s, text-shadow 0.5s ease, opacity 1s 0.8s;
}
.ms-carousel-showcase .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ms-carousel-showcase .swiper-pagination .swiper-pagination-bullet {
  background-color: var(--color-primary);
  width: 24px;
  height: 24px;
  border-radius: 12pt !important;
  transition: width 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ms-carousel-showcase .swiper-pagination .swiper-pagination-bullet-active {
  width: 60px;
}

:root {
  --plyr-color-main: var(--color-contrast-high);
}

.plyr--full-ui input[type=range] {
  color: var(--color-primary) !important;
  height: 5px;
  background-color: var(--color-contrast-medium);
}

.plyr__control svg {
  fill: var(--color-contrast-high) !important;
}

.plyr__control {
  border-radius: 50%;
}
.plyr__control:hover {
  background-color: hsla(var(--color-contrast-high-h), var(--color-contrast-high-s), var(--color-contrast-high-l), var(--color-o, 0.08)) !important;
}

.ms-post-media__video {
  margin-bottom: 20pt;
  border-radius: 8pt;
  overflow: hidden;
}
.ms-post-media__video .plyr__video-wrapper {
  position: relative;
}
.ms-post-media__video .plyr__poster {
  background-size: cover;
}
.ms-post-media__video .plyr__control--overlaid {
  background: var(--color-contrast-medium);
  overflow: hidden;
}
.ms-post-media__video .plyr__control--overlaid svg {
  z-index: 3;
}

.media-wrapper--16\:9 .plyr__video-wrapper {
  padding-bottom: 56.25%;
}

.media-wrapper--21\:9 .plyr__video-wrapper {
  padding-bottom: 42.8571428571%;
}

.ms-post-media__audio {
  margin-bottom: 20pt;
  border-radius: 6pt;
}
.ms-post-media__audio .plyr--audio .plyr__controls {
  border-radius: 24pt;
  background-color: var(--color-contrast-low);
}

.ms-single-post .ms-post-media__audio {
  max-width: 800px;
  margin: 8pt auto 0;
}

.plyr--audio .plyr__controls {
  border-radius: 6pt;
  background-color: var(--color-contrast-high);
  transition: background-color 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.plyr__controls__item.plyr__time--current.plyr__time {
  color: var(--color-contrast-high);
}

.plyr--audio .plyr__progress__buffer {
  background-color: var(--color-contrast-medium);
}

.post_format-post-format-audio img {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.post_format-post-format-audio .plyr--audio .plyr__controls {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 24pt;
  border-bottom-right-radius: 24pt;
}

.post_format-post-format-gallery .ms-post-media__gallery {
  padding-bottom: 56.25%;
  margin-bottom: 20pt;
}

.ms-single-post--img img {
  border-radius: 24pt;
}

.ms-single-post--img {
  padding-right: 15px;
  padding-left: 15px;
}
.ms-single-post--img .ms-post-media__gallery {
  border-radius: 8pt;
  padding-bottom: 42.8571428571%;
}
.ms-single-post--img .ms-post-media__gallery img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.ms-post-media__gallery {
  overflow: hidden;
  position: relative;
}
.ms-post-media__gallery .swiper-wrapper {
  position: absolute;
  top: 0;
  left: 0;
}
.ms-post-media__gallery .ms-sp-btn__prev,
.ms-post-media__gallery .ms-sp-btn__next {
  position: absolute;
  width: 46px;
  height: 46px;
  z-index: 9999;
  top: 50%;
  opacity: 0;
  border-radius: 0;
  transform: translateY(-55%) scale(0.8);
  background-color: hsla(var(--color-contrast-high-h), var(--color-contrast-high-s), var(--color-contrast-high-l), var(--color-o, 0.7));
  backdrop-filter: saturate(180%) blur(15px);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.ms-post-media__gallery .ms-sp-btn__prev svg,
.ms-post-media__gallery .ms-sp-btn__next svg {
  stroke: var(--color-white);
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
  padding: 10px;
}
.ms-post-media__gallery .ms-sp-btn__next {
  right: 0pt;
}
.ms-post-media__gallery .ms-sp-btn__next svg {
  transform: rotate(90deg);
}
.ms-post-media__gallery .ms-sp-btn__prev {
  left: 0pt;
}
.ms-post-media__gallery .ms-sp-btn__prev svg {
  transform: rotate(-90deg);
}
.ms-post-media__gallery a {
  display: block;
  height: 100%;
}
.ms-post-media__gallery a img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.ms-post-media__gallery:hover .ms-sp-btn__next {
  opacity: 1;
  right: 16pt;
  transform: translateY(-50%) scale(1);
  border-radius: 3pt;
}
.ms-post-media__gallery:hover .ms-sp-btn__prev {
  opacity: 1;
  left: 16pt;
  transform: translateY(-50%) scale(1);
  border-radius: 3pt;
}

.ms-post-quote,
.ms-post-link {
  border-left: solid 2pt var(--color-contrast-high);
  padding: 1.75rem;
  position: relative;
  display: flex;
  align-items: center;
  border-top-right-radius: 24pt;
  border-bottom-right-radius: 24pt;
  background-color: hsla(var(--color-contrast-high-h), var(--color-contrast-high-s), var(--color-contrast-high-l), var(--color-o, 0.04));
}
.ms-post-quote .post-quote__icon,
.ms-post-link .post-quote__icon {
  display: inline-block;
}
.ms-post-quote .post-content,
.ms-post-link .post-content {
  position: relative;
  margin: 0 30px;
}
.ms-post-quote .post-content h2,
.ms-post-link .post-content h2 {
  font-weight: 800;
  font-size: 22px;
}
.ms-post-quote .post-footer,
.ms-post-link .post-footer {
  margin-top: 1.75rem;
  color: var(--color-contrast-high);
}

.ms-post-quote {
  position: relative;
}

.ms-post-link {
  border-top-left-radius: 24pt;
  border-bottom-left-radius: 24pt;
  border-left: none;
}
.ms-post-link .post-quote__icon {
  position: absolute;
  height: 80px;
  width: 80px;
  display: flex;
  align-items: center;
  left: 1.5rem;
  top: 1rem;
}
.ms-post-link svg path {
  fill: hsla(var(--color-contrast-low-h), var(--color-contrast-low-s), var(--color-contrast-low-l), var(--color-o, 0.75));
}

.post_format-post-format-link {
  overflow: hidden;
}

.ms-single-post--img .ms-post-quote,
.ms-single-post--img .ms-post-link {
  max-width: 800px;
  margin: 0 auto;
}

@media only screen and (max-width: 1028px) {
  .ms-single-post--img {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 552px) {
  .ms-single-post--img {
    padding-left: calc(var(--bs-gutter-x) / 2) !important;
    padding-right: calc(var(--bs-gutter-x) / 2) !important;
  }
}
.portfolio_wrap .subnav {
  margin-bottom: var(--space-xl);
}
.portfolio_wrap .subnav {
  z-index: 4;
  display: flex;
  border-radius: 8px;
}
.portfolio_wrap .portfolio-feed {
  overflow: hidden;
  position: relative;
  padding: 0 50px 50px 50px;
}
.portfolio_wrap .portfolio-feed.personal .grid-item-p {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
  margin-top: 3rem !important;
}
.portfolio_wrap .portfolio-feed .media-wrapper--auto {
  padding-bottom: 100%;
}
.portfolio_wrap .portfolio-feed .load_filter {
  background: var(--color-contrast-low);
  border: solid 1px var(--color-contrast-low);
  position: absolute;
  top: 0;
  z-index: 1;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%) translateY(0%);
  display: flex;
  visibility: hidden;
  justify-content: center;
  transition: opacity 0.3s cubic-bezier(0.575, 0.015, 0, 0.995), transform 0.3s cubic-bezier(0.575, 0.015, 0, 0.995), visibility 0.3s cubic-bezier(0.575, 0.015, 0, 0.995);
}
.portfolio_wrap .portfolio-feed .load_filter .load-filter-icon {
  position: absolute;
}
.portfolio_wrap .portfolio-feed .load_filter .load-filter-icon:last-child {
  stroke: var(--color-primary);
}
.portfolio_wrap .portfolio-feed .grid-item-p {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .portfolio_wrap .portfolio-feed .grid-item-p {
    padding-left: 0;
    padding-right: 0;
  }
}
.portfolio_wrap .portfolio-feed .load_filter.show {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(150%);
  transition: opacity 0.3s cubic-bezier(0.575, 0.015, 0, 0.995), transform 0.3s cubic-bezier(0.575, 0.015, 0, 0.995), visibility 0.3s cubic-bezier(0.575, 0.015, 0, 0.995);
}
.portfolio_wrap .portfolio-feed .item--inner {
  position: relative;
}
.portfolio_wrap .portfolio-feed .item--inner figure {
  border-radius: 32px;
}
.portfolio_wrap .portfolio-feed .item--inner img {
  width: 100%;
  display: flex;
  object-fit: cover;
}
.portfolio_wrap .portfolio-feed .item--inner .ms-p-content {
  display: block;
  flex-direction: column;
  will-change: transform;
}
.portfolio_wrap .portfolio-feed .item--inner .ms-p-content h3 {
  font-size: 20px;
  text-transform: uppercase;
  padding-top: var(--space-xs);
  font-size: 24px;
  font-weight: 800;
  transition: color 0.5s var(--ease-out);
}
.portfolio_wrap .portfolio-feed .item--inner .ms-p-content .ms-p-cat {
  color: var(--color-contrast-medium);
  font-size: 16px;
  display: block;
  margin-top: 4pt;
  text-transform: uppercase;
}
.portfolio_wrap .portfolio-feed .item--inner:hover .ms-p-content {
  opacity: 1;
  transition: opacity 0.5s 0.1s;
}
.portfolio_wrap .portfolio-feed .item--inner:hover .ms-p-content h3 {
  letter-spacing: 0;
}
.portfolio_wrap .portfolio-feed .fadein .ms-p-content,
.portfolio_wrap .portfolio-feed .overlay .ms-p-content {
  position: absolute;
  top: 0;
  left: 0;
  padding: var(--space-md);
  width: 100%;
  z-index: 1;
}
.portfolio_wrap .portfolio-feed .fadein .ms-p-content h3,
.portfolio_wrap .portfolio-feed .overlay .ms-p-content h3 {
  padding-top: 0;
  color: var(--color-white) !important;
}
.portfolio_wrap .portfolio-feed .fadein .ms-p-content .ms-p-cat,
.portfolio_wrap .portfolio-feed .overlay .ms-p-content .ms-p-cat {
  color: var(--color-white);
  font-size: 16px;
  font-weight: 400;
  transform: translateX(0) translateY(0%);
  text-transform: uppercase;
}
.portfolio_wrap .portfolio-feed .fadein .ms-p-content h3::after {
  content: none;
}
.portfolio_wrap .portfolio-feed .fadein .ms-p-content {
  opacity: 0;
  backface-visibility: hidden;
  will-change: transform;
  transition: opacity 0.3s;
}
.portfolio_wrap .portfolio-feed .fadein .ms-p-content h3 {
  font-size: 24px;
  backface-visibility: hidden;
}
.portfolio_wrap .portfolio-feed .fadein:hover .ms-p-content {
  opacity: 1;
  transition: opacity 0.3s;
}
.portfolio_wrap .portfolio-feed .fadein:hover .ms-p-content h3 {
  letter-spacing: 0;
}
.portfolio_wrap .portfolio-feed .fadein .item--inner a, .portfolio_wrap .portfolio-feed .overlay .item--inner a {
  display: block;
}
.portfolio_wrap .portfolio-feed .fadein .item--inner figure::after, .portfolio_wrap .portfolio-feed .overlay .item--inner figure::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.portfolio_wrap .portfolio-feed .boxed .ms-p-content {
  margin-top: -0.1pt;
  padding: var(--space-sm);
  background-color: var(--color-contrast-lower);
}
.portfolio_wrap .portfolio-feed .boxed .ms-p-content h3 {
  padding-top: 0;
}
.portfolio_wrap .portfolio-feed .fadein:not(.center) .item--inner figure::after {
  content: "";
  opacity: 0;
  transition: opacity 0.5s var(--ease-in-out);
}
.portfolio_wrap .portfolio-feed .fadein:not(.center):hover .item--inner figure::after {
  opacity: 1;
}
.portfolio_wrap .portfolio-feed .fadein.center .item--inner figure::after {
  content: "";
  opacity: 0;
  transition: opacity 0.5s var(--ease-in-out);
}
.portfolio_wrap .portfolio-feed .fadein.center:hover .item--inner figure::after {
  opacity: 1;
}
.portfolio_wrap .portfolio-feed .h-align-middle .ms-p-content {
  margin: auto auto;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
}
.portfolio_wrap .portfolio-feed .h-align-bottom .ms-p-content {
  top: auto;
  bottom: 0;
}
.portfolio_wrap .portfolio-feed .grid-item-p figure {
  overflow: hidden;
  position: relative;
}
.portfolio_wrap .ms-p--m figure {
  display: flex;
}
.portfolio_wrap .ms-p--m figure img {
  float: left;
  object-fit: cover;
  object-position: 50% 50%;
  transition: object-position 0.3s var(--ease-in-out);
}
.portfolio_wrap .ajax-area {
  margin-top: var(--space-xl);
  margin-bottom: 4px;
}

.ajax-area--list {
  margin-top: calc(var(--space-lg) + 15px);
  margin-bottom: 4px;
}

.btn-load-more {
  border-radius: 6px;
}

.above .item--inner a {
  display: flex;
  flex-direction: column-reverse;
}
.above .item--inner .ms-p-content {
  display: flex !important;
  flex-direction: column-reverse !important;
}
.above .item--inner .ms-p-content h3 {
  padding-top: 4pt !important;
  padding-bottom: 18px;
}

.overlay .item--inner,
.below .item--inner {
  transition: transform 250ms ease;
  transform: translateY(0);
}
.overlay .item--inner .ms-p-img,
.below .item--inner .ms-p-img {
  position: relative;
}
.overlay .item--inner .ms-p-img img,
.below .item--inner .ms-p-img img {
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.overlay .item--inner:hover .ms-p-img::after,
.below .item--inner:hover .ms-p-img::after {
  opacity: 1;
  top: 0rem;
}

.grid-item-p:not(.fadein) .ms-p-content,
.ms-p--m .ms-p-content {
  display: flex;
  flex-direction: column;
}
.grid-item-p:not(.fadein) .ms-p-content h3,
.ms-p--m .ms-p-content h3 {
  position: relative;
  display: inline-block;
}

.ms-p--g2 .grid-item-p:hover h3::after,
.ms-p--d .grid-item-p:hover h3::after,
.ms-p--m .grid-item-p:hover h3::after {
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.portfolio_wrap .portfolio-feed .zoom .item--inner .ms-p-img img {
  will-change: transform;
  transform: translateZ(0);
  transition: transform 1s;
}
.portfolio_wrap .portfolio-feed .zoom .item--inner .ms-p-img {
  overflow: hidden;
  will-change: auto;
  transition: all 1s;
}
.portfolio_wrap .portfolio-feed .zoom .item--inner:hover .ms-p-img img {
  transform: scale(1.08);
}

.portfolio_wrap .portfolio-feed .zoomout .item--inner .ms-p-img img {
  will-change: transform;
  transform: translateZ(0) scale(1.08);
  transition: transform 1s;
}
.portfolio_wrap .portfolio-feed .zoomout .item--inner .ms-p-img {
  overflow: hidden;
  will-change: auto;
  transition: all 1s;
}
.portfolio_wrap .portfolio-feed .zoomout .item--inner:hover .ms-p-img img {
  transform: scale(1);
}

.ms-spn--wrap {
  margin: 3rem auto 8vh;
}
.ms-spn--wrap .ms-spn--text {
  text-transform: uppercase;
  font-weight: bold;
  margin: 3rem 0;
}
.ms-spn--wrap .ms-spn--text h3 {
  text-transform: uppercase;
  color: var(--color-contrast-medium);
  font-size: 25px;
}
.ms-spn--wrap .ms-spn--content {
  height: 100%;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
}
.ms-spn--wrap .ms-spn--content .ms-spn--link {
  position: relative;
  z-index: 2;
  font-size: 0.8vw;
  text-transform: none;
}
.ms-spn--wrap .ms-spn--content .ms-spn--link h1 {
  text-transform: uppercase;
  color: var(--color-contrast-higher);
  font-weight: 900;
  transition: color 0.3s;
}
.ms-spn--wrap .ms-spn--content .ms-spn--link .ms-spn--head {
  display: flex;
  align-items: center;
  margin-bottom: 8pt;
}
.ms-spn--wrap .ms-spn--content .ms-spn--link .ms-spn--head h3 {
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ms-spn--wrap .ms-spn--content .ms-spn--link .ms-spn--head svg {
  width: 32px;
  fill: var(--color-contrast-medium);
  transform: translateX(-1.5em);
  opacity: 0;
  position: absolute;
  will-change: transform;
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ms-spn--wrap .ms-spn--content .ms-spn--link:hover svg {
  transform: translateX(0);
  opacity: 1;
}
.ms-spn--wrap .ms-spn--content .ms-spn--link:hover h3 {
  transform: translateX(1.5em);
  color: var(--color-contrast-higher);
}
.ms-spn--wrap .ms-spn--content .ms-spn--link:hover h1 {
  color: var(--color-primary);
}
.ms-spn--wrap .ms-spn--content .ms-spn--thumb {
  height: 100%;
  aspect-ratio: auto 4/3;
  margin: auto;
  border-radius: 24pt;
  overflow: hidden;
  display: flex;
  will-change: transform;
  transition: all 1s cubic-bezier(0.575, 0.015, 0, 0.995);
}
.ms-spn--wrap .ms-spn--content .ms-spn--thumb img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  will-change: transform;
  transition: margin-top 1s cubic-bezier(0.575, 0.015, 0, 0.995), transform 1s cubic-bezier(0.575, 0.015, 0, 0.995);
}

@media (max-width: 1921px) {
  .ms-spn--wrap .ms-spn--content .ms-spn--link {
    font-size: 1vw;
  }
}
@media (max-width: 1024px) {
  .ms-spn--wrap .ms-spn--content {
    min-height: auto;
  }

  .ms-spn--wrap .ms-spn--text h3 {
    font-size: 1.4rem;
  }

  .ms-spn--link h1 {
    font-size: 2rem;
  }
}
.portfolio_wrap .portfolio-feed .flash .item--inner .ms-p-img img {
  filter: brightness(90%);
  will-change: transform, filter;
  transition: all 0.6s var(--ease-out);
}
.portfolio_wrap .portfolio-feed .flash .item--inner:hover .ms-p-img img {
  transform: scale(1.08);
  filter: brightness(100%);
  animation: hoverfilter 0.6s var(--ease-out);
}

@keyframes hoverfilter {
  0% {
    filter: brightness(100%) blur(0px);
  }
  25% {
    filter: brightness(125%) blur(2px);
  }
  100% {
    filter: brightness(100%) blur(0px);
  }
}
.item--inner:hover h3 {
  color: var(--color-primary) !important;
}

body[data-theme=dark] .portfolio-feed {
  background-color: #1c1c1c;
}

 .ms-main {
  clip-path: none !important;
}
 .ms-main .swiper-container-h .swiper-wrapper .swiper-slide {
  position: relative;
  display: flex;
  justify-content: center;
  text-align: left;
  flex-direction: column;
  overflow: hidden;
}
 .ms-main .swiper-container-h .swiper-wrapper .swiper-slide .slider-inner {
  background: #000;
  height: 100vh;
  position: relative;
}
 .ms-main .swiper-container-h .swiper-wrapper .swiper-slide .slider-inner::after {
  content: "";
  position: absolute;
  width: 101%;
  height: 100%;
  top: 0;
  left: -1px;
  background-color: transparent;
  background-image: radial-gradient(at center right, #FFFFFF00 50%, #00000096 100%);
}
 .ms-main .swiper-container-h .swiper-wrapper .swiper-slide .slider-inner img {
  object-fit: cover;
  width: 100%;
  height: 100vh;
}
 .ms-main .swiper-container-h .swiper-wrapper .swiper-slide .slider-inner video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
 .ms-main .swiper-container-h .swiper-wrapper .swiper-slide .slider-inner .swiper-content {
  position: absolute;
  top: 28%;
  left: 50px;
  z-index: 1;
}
@media (max-width: 991px) {
   .ms-main .swiper-container-h .swiper-wrapper .swiper-slide .slider-inner .swiper-content {
    left: 0;
    text-align: center;
  }
}
 .ms-main .swiper-container-h .swiper-wrapper .swiper-slide .slider-inner .swiper-content .title-area .tag {
  color: #ffffff;
  font-weight: 900;
  font-size: 24px;
}
@media (max-width: 991px) {
   .ms-main .swiper-container-h .swiper-wrapper .swiper-slide .slider-inner .swiper-content .title-area .tag {
    margin-left: 0;
  }
}
 .ms-main .swiper-container-h .swiper-wrapper .swiper-slide .slider-inner .swiper-content .title-area .title {
  margin-top: 50px;
  color: #fff;
  font-size: 8vw;
  font-family: "Inter", sans-serif;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 50px;
  margin-left: -12px;
}
@media screen and (max-width: 1250px) {
   .ms-main .swiper-container-h .swiper-wrapper .swiper-slide .slider-inner .swiper-content .title-area .title {
    font-size: 80px;
    margin-top: 30px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
   .ms-main .swiper-container-h .swiper-wrapper .swiper-slide .slider-inner .swiper-content .title-area .title {
    font-size: 64px;
  }
}
 .ms-main .swiper-container-h .swiper-wrapper .swiper-slide .slider-inner .swiper-content p.disc {
  font-size: 20px;
  width: 100%;
  margin-top: 15px;
  margin: 20px 0px 40px 0px;
  font-weight: 400;
  line-height: 32px;
  color: #FFFFFFB0;
}
@media screen and (max-width: 1250px) {
   .ms-main .swiper-container-h .swiper-wrapper .swiper-slide .slider-inner .swiper-content p.disc {
    font-size: 16px;
    width: 40%;
  }
   .ms-main .swiper-container-h .swiper-wrapper .swiper-slide .slider-inner .swiper-content p.disc br {
    display: none;
  }
}
@media (max-width: 991px) {
   .ms-main .swiper-container-h .swiper-wrapper .swiper-slide .slider-inner .swiper-content p.disc {
    width: 50%;
    margin: 20px auto 20px auto;
  }
   .ms-main .swiper-container-h .swiper-wrapper .swiper-slide .slider-inner .swiper-content p.disc br {
    display: none;
  }
}
@media (max-width: 576px) {
   .ms-main .swiper-container-h .swiper-wrapper .swiper-slide .slider-inner .swiper-content p.disc {
    width: 100%;
  }
}
 .ms-main .swiper-container-h .swiper-wrapper .swiper-slide .slider-inner .swiper-content .btn-wrap .btn {
  color: #ffffff;
  margin-left: 18px;
}
 .ms-main .swiper-container-h .swiper-wrapper .swiper-slide .slider-inner .swiper-content .btn-wrap .btn .ms-btn--circle .circle-outline {
  stroke: #ffffff;
}
 .ms-main .swiper-container-h .swiper-wrapper .swiper-slide .slider-inner .swiper-content .btn-wrap .btn .ms-btn--circle .circle-fill {
  background: #ffffff;
}
 .ms-main .swiper-container-h .swiper-wrapper .swiper-slide .slider-inner .swiper-content .btn-wrap .btn .ms-btn--circle .circle-icon .icon-arrow {
  fill: #000;
}
 .ms-main .swiper-container-h .swiper-wrapper .swiper-slide .slider-inner .swiper-content.vedio-content {
  padding-top: 310px;
}
@media screen and (max-width: 1018px) {
   .ms-main .swiper-container-h .swiper-wrapper .swiper-slide .slider-inner .swiper-content.vedio-content {
    padding-top: 0;
  }
}
 .ms-main .swiper-container-h .swiper-wrapper .swiper-slide .slider-inner .swiper-content a.read-more-full-screen {
  color: #fff;
  font-size: 22px;
  line-height: 22px;
  display: flex;
  align-items: center;
  transition: 0.3s;
  margin-left: 5px;
  display: inline;
}
 .ms-main .swiper-container-h .swiper-wrapper .swiper-slide .slider-inner .swiper-content a.read-more-full-screen i {
  font-size: 14px;
  line-height: 14px;
  padding: 10px;
  border-radius: 50%;
  transition: 0.3s;
  background: #fff;
  color: #000;
  margin-right: 10px;
}
 .ms-main .swiper-container-h .swiper-wrapper .swiper-slide .slider-inner .swiper-content a.read-more-full-screen:hover {
  letter-spacing: 2px;
}
 .ms-main .swiper-container-h .swiper-wrapper .swiper-slide .slider-inner .swiper-content a.read-more-full-screen:hover i {
  font-size: 14px;
  line-height: 14px;
  padding: 10px;
  border-radius: 50%;
  transition: 0.3s;
  background: var(--color-primary);
  color: white;
  margin-right: 10px;
}
 .ms-main .swiper-container-h .swiper-wrapper .swiper-slide .vedio-background {
  position: absolute;
  width: 100%;
  height: 100vh;
}
 .ms-main .swiper-container-h .swiper-wrapper .swiper-slide .vedio-background video {
  height: 100vh;
  object-fit: cover;
  width: 100%;
}
 .ms-main .swiper-container-h .swiper-wrapper .swiper-slide .vedio-background video source {
  height: 100vh;
}
 .ms-main .swiper-container-h .swiper-button-next,
 .ms-main .swiper-container-h .swiper-button-prev {
  bottom: 5%;
  top: unset;
  transform: scale(1);
  transition: all 0.4s;
  background-color: #FFFFFF00;
  backdrop-filter: blur(20px);
  height: 85px;
  width: 85px;
  line-height: 85px;
  border-radius: 50%;
  transition: all 0.4s;
}
@media (max-width: 991px) {
   .ms-main .swiper-container-h .swiper-button-next,
 .ms-main .swiper-container-h .swiper-button-prev {
    height: 50px;
    width: 50px;
    line-height: 50px;
  }
}
 .ms-main .swiper-container-h .swiper-button-next:hover,
 .ms-main .swiper-container-h .swiper-button-prev:hover {
  background: #FFFFFF0D;
}
 .ms-main .swiper-container-h .swiper-button-next::after,
 .ms-main .swiper-container-h .swiper-button-prev::after {
  background: none;
  color: #ffffff;
  font-size: 60px;
}
@media (max-width: 991px) {
   .ms-main .swiper-container-h .swiper-button-next::after,
 .ms-main .swiper-container-h .swiper-button-prev::after {
    font-size: 30px;
  }
}
 .ms-main .swiper-container-h .swiper-button-next {
  right: 50px;
}
 .ms-main .swiper-container-h .swiper-button-next::after {
  content: "\f178";
  font-family: "Font Awesome 5 Pro";
}
 .ms-main .swiper-container-h .swiper-button-prev {
  left: 50px;
}
 .ms-main .swiper-container-h .swiper-button-prev::after {
  content: "\f177";
  font-family: "Font Awesome 5 Pro";
}
 .ms-main .swiper-container-h .slider-pagination-area {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: unset;
  right: unset;
  bottom: 80px;
  left: 50% !important;
  transform: translateX(-50%);
  width: 500px;
  z-index: 1;
}
@media (max-width: 991px) {
   .ms-main .swiper-container-h .slider-pagination-area {
    width: 200px;
  }
}
@media (max-width: 576px) {
   .ms-main .swiper-container-h .slider-pagination-area {
    display: none;
  }
}
 .ms-main .swiper-container-h .slider-pagination-area .slide-range {
  font-size: 16px;
  font-weight: 500;
  margin: 0 15px;
  color: #ffffff;
  line-height: 0;
  position: absolute;
  font-size: 20px;
}
 .ms-main .swiper-container-h .slider-pagination-area .slide-range.one {
  left: -50px;
}
 .ms-main .swiper-container-h .slider-pagination-area .slide-range.three {
  right: -50px;
}
 .ms-main .swiper-container-h .slider-pagination-area .swiper-pagination {
  bottom: 0 !important;
  width: 500px !important;
}
@media (max-width: 991px) {
   .ms-main .swiper-container-h .slider-pagination-area .swiper-pagination {
    width: 200px !important;
  }
}
 .ms-main .swiper-container-h .slider-pagination-area .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #ffffff;
}
 .ms-main .swiper-container-h .swiper-horizontal > .swiper-scrollbar,
 .ms-main .swiper-container-h .swiper-scrollbar.swiper-scrollbar-horizontal {
  background: transparent;
}
 .ms-main .swiper-container-h .swiper-horizontal > .swiper-scrollbar .swiper-scrollbar-drag,
 .ms-main .swiper-container-h .swiper-scrollbar.swiper-scrollbar-horizontal .swiper-scrollbar-drag {
  background: var(--color-primary);
  border-radius: 0;
}
 .ms-main .swiper-container-h .swiper-horizontal > .swiper-scrollbar,
 .ms-main .swiper-container-h .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 50;
  height: 5px;
  width: 100%;
  border-radius: 15px;
}

body[data-footer-effect=on] {
  display: flex;
}

.ms-main .portfolio-banner {
  background-image: url(../images/portfolio/most_personal_bg.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 1200px) {
  .ms-main .portfolio-banner {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .ms-main .portfolio-banner {
    padding-top: 0;
  }
}
.ms-main .portfolio-banner .portfolio-banner-inner .banner-content {
  padding: 10px;
}
.ms-main .portfolio-banner .portfolio-banner-inner .banner-content .heading-title {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .ms-main .portfolio-banner .portfolio-banner-inner .banner-content .heading-title {
    font-size: 18px;
    line-height: 1;
  }
}
.ms-main .portfolio-banner .portfolio-banner-inner .banner-content .sub-title {
  margin-bottom: 20px;
  color: #EF5D39;
  font-size: 36px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .ms-main .portfolio-banner .portfolio-banner-inner .banner-content .sub-title {
    font-size: 32px;
  }
}
.ms-main .portfolio-banner .portfolio-banner-inner .banner-content .title {
  margin: 16px 0 36px 0;
  font-size: 96px;
  font-weight: bold;
  line-height: 1.1;
}
@media (max-width: 1024px) {
  .ms-main .portfolio-banner .portfolio-banner-inner .banner-content .title {
    font-size: 72px;
  }
}
@media (max-width: 767px) {
  .ms-main .portfolio-banner .portfolio-banner-inner .banner-content .title {
    font-size: 54px;
  }
}
.ms-main .portfolio-banner .portfolio-banner-inner .banner-content .desc {
  margin-bottom: 20px;
  color: #959595;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .ms-main .portfolio-banner .portfolio-banner-inner .banner-content .desc {
    display: none;
  }
}
@media (max-width: 1024px) {
  .ms-main .portfolio-banner .portfolio-banner-inner .ms-social-icon {
    display: none;
  }
}
.ms-main .portfolio-banner .portfolio-banner-inner .banner-hero {
  padding: 10px;
}
.ms-main .portfolio-banner .portfolio-banner-inner .banner-hero img {
  width: 100%;
}

.ms-portfolio-filter-area {
  margin-bottom: 80px;
}
@media (max-width: 420px) {
  .ms-portfolio-filter-area .button-group {
    text-align: center;
  }
}
.ms-portfolio-filter-area .button-group button {
  border: none;
  background: none;
  outline: 0;
  color: var(--color-contrast-medium);
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 16px;
  padding-bottom: 8pt;
  margin-right: 16pt;
  font-weight: 500;
}
.ms-portfolio-filter-area .button-group button.is-checked {
  color: var(--color-contrast-higher);
  position: relative;
  transition: all 0.4s;
}
.ms-portfolio-filter-area .button-group button.is-checked::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--color-primary);
  bottom: 0;
  right: 50%;
  transform: translateX(-50%);
  transition: all 0.4s;
}
.ms-portfolio-filter-area.project {
  padding: 100px 0;
  margin-bottom: 0;
}
.ms-portfolio-filter-area.project .button-group {
  text-align: center;
}
.ms-portfolio-filter-area.project .button-group.style-1 {
  text-align: start;
}
.ms-portfolio-filter-area.project .btn-wrap {
  margin-top: 70px;
  text-align: center;
}
.ms-portfolio-filter-area.project .btn-wrap.style-1 {
  text-align: start;
}
.ms-portfolio-filter-area.project .portfolio_wrap .portfolio-feed .grid-item-p {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
.ms-portfolio-filter-area.project .portfolio_wrap .item--inner .ms-p-img::after {
  background: rgba(0, 0, 0, 0.4);
}
.ms-portfolio-filter-area.project .portfolio_wrap .item--inner .ms-p-content {
  text-align: center;
}
.ms-portfolio-filter-area.project .portfolio_wrap.style-1 .portfolio-feed .item--inner h3 {
  padding-top: 5px;
  padding-bottom: 18px;
}
.ms-portfolio-filter-area.project .portfolio_wrap.style-1 .portfolio-feed .item--inner .ms-p-cat {
  font-size: 14px;
}
.ms-portfolio-filter-area .portfolio_wrap .portfolio-feed {
  padding: 0;
}
.ms-portfolio-filter-area.gallery .heading-title {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.ms-portfolio-filter-area.gallery .title {
  font-family: "Manrope", Sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 64px;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .ms-portfolio-filter-area.gallery .title {
    font-size: 2.5em;
  }
}
@media (max-width: 767px) {
  .ms-portfolio-filter-area.gallery .title {
    font-size: 2em;
    line-height: 1.5em;
  }
}
.ms-portfolio-filter-area.gallery .portfolio_wrap .filter .item--inner .ms-p-content .mfp-icon {
  color: #FFFFFF;
  font-size: 45px;
}

.ms-services-area .services-area-inner {
  padding: 80px 0;
  border-top: 1px solid #B8B8B8;
}
.ms-services-area .services-area-inner .services-title {
  font-size: 48px;
  text-transform: uppercase;
  line-height: 54px;
}
@media (max-width: 1120px) and (min-width: 991px) {
  .ms-services-area .services-area-inner .services-title {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .ms-services-area .services-area-inner .services-title {
    margin-bottom: 40px;
  }
}
.ms-services-area .services-area-inner .title {
  margin-bottom: 20px;
}
.ms-services-area .services-area-inner ul {
  list-style-type: none;
  padding: 0;
}
@media (max-width: 767px) {
  .ms-services-area .services-area-inner ul.list-items {
    margin-bottom: 40px;
  }
}
.ms-services-area .services-area-inner ul.list-items .items {
  position: relative;
  padding-left: 25px;
}
.ms-services-area .services-area-inner ul.list-items .items::before {
  content: "\f00c";
  position: absolute;
  left: 0;
  font-family: "Font Awesome 5 Pro";
  color: #39B54A;
  font-weight: 600;
}
.ms-services-area .services-area-inner ul.list-items .items:not(:first-child) {
  margin-top: 16px;
}
.ms-services-area .services-area-inner ul.list-items-2 .items {
  position: relative;
  padding-left: 25px;
}
.ms-services-area .services-area-inner ul.list-items-2 .items::before {
  content: "\f559";
  position: absolute;
  left: 0;
  font-family: "Font Awesome 5 Pro";
  color: #FFD700;
  font-weight: 600;
}
.ms-services-area .services-area-inner ul.list-items-2 .items:not(:first-child) {
  margin-top: 16px;
}

.ms-main .ms-page-content .personal-cv-area {
  background: #7878780D;
  border-radius: 32px;
  padding: 15px;
  margin: 16vh 0 10vh 0;
}
.ms-main .ms-page-content .personal-cv-area .image-left-side {
  margin: -85px 0 0 0;
  padding: 10px;
  position: sticky;
  height: max-content;
  top: 80px;
}
.ms-main .ms-page-content .personal-cv-area .image-left-side img {
  width: 100%;
  border-radius: 24px;
  box-shadow: 0px 24px 50px 0px rgba(0, 0, 0, 0.28);
}
.ms-main .ms-page-content .personal-cv-area .right-side-content {
  padding: 10px;
  margin-top: 30px;
}
.ms-main .ms-page-content .personal-cv-area .right-side-content .heading-title {
  font-size: 52px;
  font-weight: 900;
  margin-bottom: 20px;
  line-height: 1;
}
.ms-main .ms-page-content .personal-cv-area .right-side-content p {
  margin-bottom: 40px;
}
.ms-main .ms-page-content .personal-cv-area .right-side-content p.desc {
  line-height: 28px;
  margin-bottom: 50px;
}
.ms-main .ms-page-content .personal-cv-area .right-side-content .services-area {
  padding-top: 50px;
  border-top: 1px solid #0000000f;
}
.ms-main .ms-page-content .personal-cv-area .right-side-content .services-area .services-title {
  margin-bottom: 50px;
  font-weight: bold;
}
.ms-main .ms-page-content .personal-cv-area .right-side-content .services-area .services-items .ms-sb .ms-sb--inner .ms-sb--title {
  font-weight: 700;
}
.ms-main .ms-page-content .personal-cv-area .right-side-content .pricing-area {
  padding: 50px 0;
  border-top: 1px solid #0000000f;
}
.ms-main .ms-page-content .personal-cv-area .right-side-content .pricing-area .pricing-title {
  font-weight: bold;
  margin-bottom: 50px;
}
.ms-main .ms-page-content .personal-cv-area .right-side-content .pricing-area .pricing-inner .inner {
  padding: 0;
}
@media (max-width: 767px) {
  .ms-main .ms-page-content .personal-cv-area .right-side-content .pricing-area .pricing-inner .ms-pt-block {
    margin-bottom: 40px;
  }
}
.ms-main .ms-page-content .personal-cv-area .right-side-content .pricing-area .pricing-inner .ms-pt-block .ms-pt--header .ms-pt--title {
  font-size: 20px;
  font-weight: 700;
}
.ms-main .ms-page-content .personal-cv-area .right-side-content .pricing-area .pricing-inner .ms-pt-block .ms-pt--header .currency {
  color: var(--color-primary);
  font-size: 24px;
}
.ms-main .ms-page-content .personal-cv-area .right-side-content .pricing-area .pricing-inner .ms-pt-block .ms-pt--header .price {
  color: var(--color-primary);
  font-size: 52px;
  font-weight: 500;
}
.ms-main .ms-page-content .personal-cv-area .right-side-content .pricing-area .pricing-inner .ms-pt-block .ms-pt--footer .btn {
  border-radius: 6pt;
}
.ms-main .ms-page-content .personal-cv-area .right-side-content .clients-area {
  padding-top: 50px;
  border-top: 1px solid #0000000f;
}
.ms-main .ms-page-content .personal-cv-area .right-side-content .clients-area .clients-title {
  font-weight: bold;
  margin-bottom: 50px;
}
.ms-main .ms-page-content .personal-cv-area .right-side-content .clients-area .clients-inner .gallery .gallery-item {
  max-width: 19%;
}
@media (max-width: 767px) {
  .ms-main .ms-page-content .personal-cv-area .right-side-content .clients-area .clients-inner .gallery .gallery-item {
    max-width: 48%;
  }
}
.ms-main .ms-page-content .personal-cv-area .right-side-content .clients-area .clients-inner .gallery .gallery-item .gallery-icon img {
  width: 100%;
}
.ms-main .ms-page-content .banner-area .banner-inner {
  padding: 90px 0;
}
.ms-main .ms-page-content .banner-area .banner-inner .left-side-content .heading-title {
  font-size: 70px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
}
@media (max-width: 1200px) and (min-width: 992px) {
  .ms-main .ms-page-content .banner-area .banner-inner .left-side-content .heading-title {
    font-size: 54px;
  }
}
@media (max-width: 991px) {
  .ms-main .ms-page-content .banner-area .banner-inner .left-side-content .heading-title {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .ms-main .ms-page-content .banner-area .banner-inner .left-side-content .heading-title {
    font-size: 2.6em;
    line-height: 1.2em;
  }
}
.ms-main .ms-page-content .banner-area .banner-inner .right-side-content .desc {
  line-height: 1.7;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .ms-main .ms-page-content .banner-area .banner-inner .right-side-content .desc {
    margin-bottom: 50px;
  }
}
.ms-main .ms-page-content .banner-area .banner-inner .right-side-content .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ms-main .ms-page-content .banner-area .banner-inner .right-side-content .bottom .btn {
  width: 50%;
  background: #2b2b2b;
  border-radius: 40px;
  transition: all 0.4s;
}
@media (max-width: 768px) {
  .ms-main .ms-page-content .banner-area .banner-inner .right-side-content .bottom .btn {
    width: 100%;
  }
}
.ms-main .ms-page-content .banner-area .banner-inner .right-side-content .bottom .btn:hover {
  background: #111111;
}
@media (max-width: 768px) {
  .ms-main .ms-page-content .banner-area .banner-inner .right-side-content .bottom .ms-s-w {
    display: none;
  }
}
.ms-main .ms-page-content .banner-area .banner-inner .right-side-content .bottom .ms-s-w .ms-s-i {
  margin-bottom: 0;
}
.ms-main .ms-page-content .banner-area .banner-inner .right-side-content .bottom .ms-s-w .ms-s-i i {
  background-color: #2B2B2B;
  padding: 10px 10px 10px 10px;
  border-top-left-radius: 40px 40px;
  border-top-right-radius: 40px 40px;
  border-bottom-right-radius: 40px 40px;
  border-bottom-left-radius: 40px 40px;
  color: #fff;
}
@media (max-width: 1200px) and (min-width: 992px) {
  .ms-main .ms-page-content .banner-area .banner-inner .right-side-content .bottom .ms-s-w .ms-s-i i {
    padding: 5px;
  }
}
.ms-main .ms-page-content .ms-hero {
  height: 100vh;
  align-items: center;
}
.ms-main .ms-page-content .ms-hero .jarallax-img {
  background-image: url(../images/bg/creative-1.jpg) !important;
  background-size: cover;
}
.ms-main .ms-page-content .ms-hero.project {
  height: 45vh;
}
.ms-main .ms-page-content .ms-hero.project .jarallax-img {
  background-image: url(../images/bg/grid-bg.png) !important;
  border-radius: 32px;
}
.ms-main .ms-page-content .ms-hero.project .jarallax-img .ms-hc .ms-hc--inner {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ms-main .ms-page-content .ms-hero.project .jarallax-img .ms-hc .ms-hc--inner .ms-hero-title {
  font-size: 80px;
  font-weight: 800;
  text-transform: uppercase;
  color: #FFFFFF !important;
}
@media (max-width: 767px) {
  .ms-main .ms-page-content .ms-hero.project .jarallax-img .ms-hc .ms-hc--inner .ms-hero-title {
    font-size: 45px;
  }
}
.ms-main .ms-page-content .ms-hero.project .jarallax-img .ms-hc .ms-hc--inner .ms-hero-subtitle {
  font-size: 22px;
  color: #FFFFFF;
}
.ms-main .ms-page-content .ms-hero.project.single {
  height: 100vh;
}
.ms-main .ms-page-content .ms-hero.project.single .jarallax-img {
  background-image: url(../images/slider/most_slide_1.jpg) !important;
  background-size: cover;
  border-radius: 0;
}
.ms-main .ms-page-content .ms-hero.services {
  height: 45vh;
}
.ms-main .ms-page-content .ms-hero.services .jarallax-img {
  background-image: url(../images/bg/girl.jpg) !important;
}
.ms-main .ms-page-content .ms-hero.services .jarallax-img .ms-hc .ms-hc--inner {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.ms-main .ms-page-content .ms-hero.services .jarallax-img .ms-hc .ms-hc--inner .ms-hero-title {
  font-size: 16px;
  text-transform: uppercase;
  color: #FFFFFF !important;
  margin: 0rem 0rem 1rem 0rem;
}
.ms-main .ms-page-content .ms-hero.services .jarallax-img .ms-hc .ms-hc--inner .ms-hero-subtitle {
  font-size: 60px;
  font-weight: 900;
  line-height: 64px;
  color: #FFFFFF;
  margin: 0px 0px 0px 0px;
}
@media (max-width: 768px) {
  .ms-main .ms-page-content .ms-hero.services .jarallax-img .ms-hc .ms-hc--inner .ms-hero-subtitle {
    font-size: 42px;
    line-height: 52px;
  }
}
@media (max-width: 450px) {
  .ms-main .ms-page-content .ms-hero.services .jarallax-img .ms-hc .ms-hc--inner .ms-hero-subtitle {
    font-size: 30px;
    line-height: 40px;
  }
}
.ms-main .ms-page-content .services-area-2 {
  padding: 100px 0;
}
.ms-main .ms-page-content .services-area-2 .services-area-inner .left-side-content {
  margin-right: 32px;
}
.ms-main .ms-page-content .services-area-2 .services-area-inner .left-side-content .heading-title {
  font-family: "Manrope", Sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 64px;
}
@media (max-width: 1200px) and (min-width: 992px) {
  .ms-main .ms-page-content .services-area-2 .services-area-inner .left-side-content .heading-title {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 991px) {
  .ms-main .ms-page-content .services-area-2 .services-area-inner .left-side-content .heading-title {
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .ms-main .ms-page-content .services-area-2 .services-area-inner .left-side-content .heading-title {
    font-size: 2em;
    line-height: 1.5em;
  }
}
.ms-main .ms-page-content .services-area-2 .services-area-inner .right-side-content .desc {
  font-size: 24px;
  line-height: 32px;
}
.ms-main .ms-page-content .services-area-2 .services-area-inner .services-image {
  padding: 100px 0;
}
.ms-main .ms-page-content .services-area-2 .services-area-inner .services-image img {
  width: 100%;
  border-radius: 40px;
}
.ms-main .ms-page-content .services-area-2 .services-area-inner .services-bottom .heading-title {
  font-family: "Manrope", Sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 64px;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .ms-main .ms-page-content .services-area-2 .services-area-inner .services-bottom .heading-title {
    font-size: 2.5em;
  }
}
@media (max-width: 767px) {
  .ms-main .ms-page-content .services-area-2 .services-area-inner .services-bottom .heading-title {
    font-size: 2em;
    line-height: 1.5em;
  }
}
.ms-main .ms-page-content .services-area-2 .services-area-inner .services-bottom .services-item .ms-sb {
  padding: 25px;
}
.ms-main .ms-page-content .services-area-2 .services-area-inner .services-bottom .services-item .ms-sb .ms-sb--img {
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 1.5rem;
}
.ms-main .ms-page-content .services-area-2 .services-area-inner .services-bottom .services-item .ms-sb .ms-sb--img.one {
  background: #5353EF1A;
}
.ms-main .ms-page-content .services-area-2 .services-area-inner .services-bottom .services-item .ms-sb .ms-sb--img.two {
  background: #F040371A;
}
.ms-main .ms-page-content .services-area-2 .services-area-inner .services-bottom .services-item .ms-sb .ms-sb--img.three {
  background: #54D2D21A;
}
.ms-main .ms-page-content .services-area-2 .services-area-inner .services-bottom .services-item .ms-sb .ms-sb--img.four {
  background: #EF398A1A;
}
.ms-main .ms-page-content .services-area-2 .services-area-inner .services-bottom .services-item .ms-sb .ms-sb--img.five {
  background: #39EFA11A;
}
.ms-main .ms-page-content .services-area-2 .services-area-inner .services-bottom .services-item .ms-sb .ms-sb--img.six {
  background: #F040371A;
}
.ms-main .ms-page-content .services-area-2.services .services-area-inner .services-bottom .services-item .ms-sb {
  padding: 25px;
  background: #7878780D;
  border-radius: 24px;
  margin-bottom: 35px;
}
.ms-main .ms-page-content .services-area-2.services .services-area-inner .services-bottom .services-item .ms-sb .ms-sb--img {
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 1.5rem;
}
.ms-main .ms-page-content .services-area-2.services .services-area-inner .services-bottom .services-item .ms-sb .ms-sb--img.one {
  background: #5353EF1A;
}
.ms-main .ms-page-content .services-area-2.services .services-area-inner .services-bottom .services-item .ms-sb .ms-sb--img.two {
  background: #F040371A;
}
.ms-main .ms-page-content .services-area-2.services .services-area-inner .services-bottom .services-item .ms-sb .ms-sb--img.three {
  background: #54D2D21A;
}
.ms-main .ms-page-content .services-area-2.services .services-area-inner .services-bottom .services-item .ms-sb .ms-sb--img.four {
  background: #EF398A1A;
}
.ms-main .ms-page-content .services-area-2.services .services-area-inner .services-bottom .services-item .ms-sb .ms-sb--img.five {
  background: #39EFA11A;
}
.ms-main .ms-page-content .services-area-2.services .services-area-inner .services-bottom .services-item .ms-sb .ms-sb--img.six {
  background: #F040371A;
}
.ms-main .ms-page-content .services-area-2.services .services-area-inner .services-bottom .services-item .ms-sb .ms-sb--inner .ms-sb--title {
  font-weight: 800;
  font-size: 20px;
}
.ms-main .ms-page-content .portfolio-area-2 .portfolio-area-inner .heading-title {
  font-family: "Manrope", Sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 64px;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .ms-main .ms-page-content .portfolio-area-2 .portfolio-area-inner .heading-title {
    font-size: 2.5em;
  }
}
@media (max-width: 767px) {
  .ms-main .ms-page-content .portfolio-area-2 .portfolio-area-inner .heading-title {
    font-size: 2em;
    line-height: 1.5em;
  }
}
.ms-main .ms-page-content .portfolio-area-2 .portfolio-area-inner .portfolio-items .portfolio_wrap .portfolio-feed {
  padding: 0 0 50px 0;
}
.ms-main .ms-page-content .portfolio-area-2 .portfolio-area-inner .portfolio-items .portfolio_wrap .portfolio-feed .grid-item-p {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  margin-top: 3rem;
}
.ms-main .ms-page-content .portfolio-area-2 .portfolio-area-inner .portfolio-items .portfolio_wrap .portfolio-feed .fadein.center:hover .item--inner figure::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: opacity 0.5s var(--ease-in-out);
}
.ms-main .ms-page-content .portfolio-area-2 .portfolio-area-inner .portfolio-items .portfolio_wrap .portfolio-feed .fadein.center:hover .item--inner figure::after {
  opacity: 1;
}
.ms-main .ms-page-content .portfolio-area-2 .portfolio-area-inner .portfolio-items .btn-wrap {
  padding-bottom: 100px;
}
.ms-main .ms-page-content .clients-area-2 {
  padding-bottom: 80px;
}
.ms-main .ms-page-content .clients-area-2 .ms-content--portfolio .grid-item {
  padding: 25px;
}

.ms-main.home-six.list .banner-area-2 {
  height: 60vh;
}
@media (max-width: 1440px) {
  .ms-main.home-six.list .banner-area-2 {
    height: 50vh;
  }
}
@media (max-width: 1260px) {
  .ms-main.home-six.list .banner-area-2 {
    height: 40vh;
  }
}
@media (max-width: 991px) {
  .ms-main.home-six.list .banner-area-2 {
    height: 30vh;
  }
}
@media (max-width: 500px) {
  .ms-main.home-six.list .banner-area-2 {
    height: 25vh;
  }
}
@media (max-width: 400px) {
  .ms-main.home-six.list .banner-area-2 {
    height: 19vh;
  }
}
.ms-main.home-six.list .banner-area-2 .video-bg-container {
  top: 0;
}
@media (max-width: 768px) {
  .ms-main.home-six.list .banner-area-2 .video-bg-container {
    top: 50%;
  }
}
.ms-main.home-six.list .banner-area-2 .ms-tt-wrap {
  border-style: solid;
  border-width: 1px 0px 0px 0px;
  border-color: #FFFFFF;
  -webkit-transform: rotate(0deg);
}
.ms-main.home-six.list .banner-area-2 .ms-tt-wrap .ms-tt .ms-tt__text {
  font-size: 4vw;
  font-weight: 700;
  text-transform: uppercase;
  color: #FFFFFF;
}
.ms-main.home-six.list .banner-area-2 .ms-tt-wrap .ms-tt .ms-tt__text span {
  font-family: "Spartan", Sans-serif;
  font-size: 3.5vw;
  font-weight: 900;
  letter-spacing: 7.2px;
  color: #FFFFFF00;
  -webkit-text-stroke-color: #EF5D39;
  -webkit-text-stroke-width: 2px;
}
.ms-main.home-six.list .ms-portfolio-filter-area {
  background: #ffffff !important;
  position: relative;
  padding: 100px 0;
}
@media (max-width: 768px) {
  .ms-main.home-six.list .ms-portfolio-filter-area {
    padding: 50px 0;
    background: unset;
  }
}
.ms-main.home-six.list .ms-portfolio-filter-area .button-group {
  margin-bottom: 65px;
}
@media (max-width: 768px) {
  .ms-main.home-six.list .ms-portfolio-filter-area .button-group {
    margin-bottom: 0;
  }
}
.ms-main.home-six.list .ms-portfolio-filter-area .portfolio_wrap .filter .grid-item-p {
  margin-top: 0;
  height: 8.75vw;
  display: inline-flex;
  width: 100%;
  position: relative;
  transition: opacity 0.6s var(--ease-out);
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  margin-top: 3rem;
}
.ms-main.home-six.list .ms-portfolio-filter-area .portfolio_wrap .filter .grid-item-p:hover a .ms-p-list-item__img-container {
  width: 10.22vw !important;
}
.ms-main.home-six.list .ms-portfolio-filter-area .portfolio_wrap .filter .grid-item-p:hover a .ms-p-list-item__img-container .project-list-item__image {
  transform: translateX(-50%) scale(1) translateZ(0) !important;
}
.ms-main.home-six.list .ms-portfolio-filter-area .portfolio_wrap .filter .grid-item-p:hover a .ms-p-list-item__img-container .project-list-item__image .project-list-item__image {
  transform: translateX(-50%) scale(1) translateZ(0) !important;
}
.ms-main.home-six.list .ms-portfolio-filter-area .portfolio_wrap .filter .grid-item-p:hover a .p-list-item__title {
  transform: translateX(11.5vw);
}
@media (max-width: 1024px) {
  .ms-main.home-six.list .ms-portfolio-filter-area .portfolio_wrap .filter .grid-item-p:hover a .p-list-item__title {
    transform: translateX(0);
  }
}
.ms-main.home-six.list .ms-portfolio-filter-area .portfolio_wrap .filter .grid-item-p:hover a .p-list-item__info h4 {
  opacity: 0;
  transform: translateX(10%);
}
.ms-main.home-six.list .ms-portfolio-filter-area .portfolio_wrap .filter .grid-item-p:hover a .p-list-item__icon svg {
  transform: rotate(-45deg);
}
.ms-main.home-six.list .ms-portfolio-filter-area .portfolio_wrap .filter .grid-item-p:hover a .p-list-item__icon svg path {
  fill: #000000;
}
.ms-main.home-six.list .ms-portfolio-filter-area .portfolio_wrap .filter .grid-item-p a {
  display: flex;
  border-top: solid 1px var(--color-contrast-low);
  width: 100%;
}
.ms-main.home-six.list .ms-portfolio-filter-area .portfolio_wrap .filter .grid-item-p a .ms-p-list-item__img-container {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 70%;
  width: 0;
  margin: auto 0;
  overflow: hidden;
  font-size: 0;
  -webkit-transition: width 0.6s var(--ease-out);
  transition: width 0.6s var(--ease-out);
}
.ms-main.home-six.list .ms-portfolio-filter-area .portfolio_wrap .filter .grid-item-p a .ms-p-list-item__img-container .project-list-item__image {
  position: absolute;
  left: 50%;
  top: 0;
  overflow: unset;
  -webkit-transform: translateX(-50%) scale(1.4);
  -ms-transform: translateX(-50%) scale(1.4);
  transform: translateX(-50%) scale(1.4);
  height: 100%;
  width: auto;
  margin: auto;
  -webkit-transition: -webkit-transform 0.6s var(--ease-out);
  transition: -webkit-transform 0.6s var(--ease-out);
  transition: transform 0.6s var(--ease-out);
  transition: transform 0.6s var(--ease-out), -webkit-transform 0.6s var(--ease-out);
}
.ms-main.home-six.list .ms-portfolio-filter-area .portfolio_wrap .filter .grid-item-p a .ms-p-list-item__img-container .project-list-item__image .project-list-item__image {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: -webkit-transform 0.6s var(--ease-out);
  transition: -webkit-transform 0.6s var(--ease-out);
  transition: transform 0.6s var(--ease-out);
  transition: transform 0.6s var(--ease-out), -webkit-transform 0.6s var(--ease-out);
}
.ms-main.home-six.list .ms-portfolio-filter-area .portfolio_wrap .filter .grid-item-p a .p-list-item__title {
  height: 70%;
  margin: auto 0;
  will-change: transform;
  -webkit-transition: -webkit-transform 0.6s var(--ease-out);
  transition: -webkit-transform 0.6s var(--ease-out);
  transition: transform 0.6s var(--ease-out);
  transition: transform 0.6s var(--ease-out), -webkit-transform 0.6s var(--ease-out);
}
.ms-main.home-six.list .ms-portfolio-filter-area .portfolio_wrap .filter .grid-item-p a .p-list-item__title h3 {
  width: 30vw;
  padding-right: 0;
  font-size: 2vw;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .ms-main.home-six.list .ms-portfolio-filter-area .portfolio_wrap .filter .grid-item-p a .p-list-item__title h3 {
    font-size: 24px;
    margin-bottom: 1rem;
    width: 100%;
  }
}
.ms-main.home-six.list .ms-portfolio-filter-area .portfolio_wrap .filter .grid-item-p a .p-list-item__info {
  height: 70%;
  margin: auto 0 auto 0;
  padding-top: 4pt;
}
@media (max-width: 991px) {
  .ms-main.home-six.list .ms-portfolio-filter-area .portfolio_wrap .filter .grid-item-p a .p-list-item__info {
    display: none;
  }
}
.ms-main.home-six.list .ms-portfolio-filter-area .portfolio_wrap .filter .grid-item-p a .p-list-item__info h4 {
  will-change: transform;
  color: var(--color-contrast-medium);
  -webkit-transition: all 0.6s var(--ease-out);
  transition: all 0.6s var(--ease-out);
  font-size: 18px;
}
.ms-main.home-six.list .ms-portfolio-filter-area .portfolio_wrap .filter .grid-item-p a .p-list-item__icon {
  height: 70%;
  margin: auto 0 auto auto;
}
.ms-main.home-six.list .ms-portfolio-filter-area .portfolio_wrap .filter .grid-item-p a .p-list-item__icon svg {
  display: block;
  width: 18px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  will-change: transform;
  -webkit-transition: -webkit-transform 0.6s var(--ease-out);
  transition: -webkit-transform 0.6s var(--ease-out);
  transition: transform 0.6s var(--ease-out);
  transition: transform 0.6s var(--ease-out), -webkit-transform 0.6s var(--ease-out);
}
@media (max-width: 1024px) {
  .ms-main.home-six.list .ms-portfolio-filter-area .portfolio_wrap .filter .grid-item-p a .p-list-item__icon svg {
    width: 14px;
  }
}
.ms-main.home-six.list .ms-portfolio-filter-area .portfolio_wrap .filter .grid-item-p a .p-list-item__icon svg path {
  fill: var(--color-contrast-medium);
  will-change: fill;
  -webkit-transition: fill 0.6s var(--ease-out);
  transition: fill 0.6s var(--ease-out);
}
.ms-main.home-six .banner-area-2 {
  height: 70vh;
  position: relative;
}
@media (max-width: 1200px) {
  .ms-main.home-six .banner-area-2 {
    height: 60vh;
  }
}
@media (max-width: 991px) {
  .ms-main.home-six .banner-area-2 {
    height: 43vh;
  }
}
@media (max-width: 400px) {
  .ms-main.home-six .banner-area-2 {
    height: 21vh;
  }
}
.ms-main.home-six .banner-area-2 .video-bg-container {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ms-main.home-six .banner-area-2 .ms-tt-wrap {
  position: absolute;
  bottom: 0;
  z-index: 1;
}
@media (max-width: 650px) {
  .ms-main.home-six .banner-area-2 .ms-tt-wrap {
    display: none;
  }
}
.ms-main.home-six .banner-area-2 .ms-tt-wrap .ms-tt {
  animation-duration: 300s;
}
.ms-main.home-six .banner-area-2 .ms-tt-wrap .ms-tt .ms-tt__text {
  font-size: 8vw;
  font-weight: 600;
  color: #FFFFFF;
}
.ms-main.home-six .services-area.home-six {
  background: url(../images/bg/elipse-bg.svg);
  background-color: #fff;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: auto;
  opacity: 1;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  position: relative;
  padding: 100px 0;
  border-radius: 40px;
}
@media (max-width: 576px) {
  .ms-main.home-six .services-area.home-six {
    padding: 30px 0 100px 0;
  }
}
.ms-main.home-six .services-area.home-six .sub-title {
  color: #262626;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .ms-main.home-six .services-area.home-six .sub-title {
    text-align: center;
  }
}
.ms-main.home-six .services-area.home-six .heading-title {
  color: #262626;
  font-family: "Manrope", Sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 64px;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .ms-main.home-six .services-area.home-six .heading-title {
    text-align: center;
    font-size: 2.5em;
    line-height: 1.4em;
  }
}
@media (max-width: 767px) {
  .ms-main.home-six .services-area.home-six .heading-title {
    font-size: 2em;
    line-height: 1.4em;
  }
}
.ms-main.home-six .services-area.home-six .services-item .ms-sb {
  padding: 20px 22px 20px 22px;
  background-color: #F7F7F7;
  border-radius: 24px;
  margin-bottom: 30px;
}
.ms-main.home-six .services-area.home-six .services-item .ms-sb .ms-sb--img {
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 1.5rem;
}
.ms-main.home-six .services-area.home-six .services-item .ms-sb .ms-sb--img.one {
  background: #5353EF1A;
}
.ms-main.home-six .services-area.home-six .services-item .ms-sb .ms-sb--img.two {
  background: #F040371A;
}
.ms-main.home-six .services-area.home-six .services-item .ms-sb .ms-sb--img.three {
  background: #54D2D21A;
}
.ms-main.home-six .services-area.home-six .services-item .ms-sb .ms-sb--img.four {
  background: #EF398A1A;
}
.ms-main.home-six .services-area.home-six .services-item .ms-sb .ms-sb--img.five {
  background: #39EFA11A;
}
.ms-main.home-six .services-area.home-six .services-item .ms-sb .ms-sb--img.six {
  background: #F040371A;
}
.ms-main.home-six .services-area.home-six .services-item .ms-sb .ms-sb--inner .ms-sb--title {
  font-weight: 800;
}
.ms-main.home-six .services-area.home-six .services-item .ms-sb .ms-sb--inner .ms-sb--title span {
  color: #262626;
  font-size: 20px;
}
.ms-main.home-six .services-area.home-six .services-item .ms-sb .ms-sb--inner .ms-sb--text {
  color: #262626;
}
.ms-main.home-six .services-area.home-six .services-bottom {
  margin-top: 70px;
}
.ms-main.home-six .services-area.home-six .services-bottom .sub-title {
  color: #262626;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.ms-main.home-six .services-area.home-six .services-bottom .heading-title {
  color: #262626;
  font-family: "Manrope", Sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 64px;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .ms-main.home-six .services-area.home-six .services-bottom .heading-title {
    text-align: center;
    font-size: 2.5em;
    line-height: 1.4em;
  }
}
@media (max-width: 767px) {
  .ms-main.home-six .services-area.home-six .services-bottom .heading-title {
    font-size: 2em;
    line-height: 1.4em;
  }
}
@media (max-width: 400px) {
  .ms-main.home-six .services-area.home-six .services-bottom .heading-title br {
    display: none;
  }
}
.ms-main.home-six .services-area.home-six .services-bottom .project-item .portfolio_wrap .portfolio-feed {
  padding: 0;
  background: none;
}
.ms-main.home-six .services-area.home-six .services-bottom .project-item .portfolio_wrap .portfolio-feed .grid-item-p {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  margin-top: 3rem;
}

.ms-main .clients-area2 {
  padding: 130px 0;
}
.ms-main .clients-area2 .ms-tt-wrap .ms-tt {
  animation-duration: 280s;
}
.ms-main .clients-area2 .ms-tt-wrap .ms-tt .ms-tt__text {
  margin-right: 100px;
  width: 150px;
}
.ms-main .clients-area2 .ms-tt-wrap .ms-tt .ms-tt__text img {
  width: 100%;
}

.masonry .ms-main {
  padding-top: 200px;
}
@media (max-width: 991px) {
  .masonry .ms-main {
    padding-top: 120px;
  }
}
.masonry .ms-main.single {
  padding-top: 100px;
}

body.index-six .js .main-header__nav-trigger {
  color: #ffffff;
}

body.index-six[data-theme=light] .ms-main.home-six.list .ms-portfolio-filter-area {
  background: #ffffff;
}

body.index-six[data-theme=dark] .ms-main.home-six.list .ms-portfolio-filter-area {
  background: var(--color-bg) !important;
}

body.index-six[data-theme=dark] .ms-main.home-six.list .ms-portfolio-filter-area .portfolio_wrap .filter .grid-item-p:hover a .p-list-item__icon svg path {
  fill: #ffffff;
}

.project-single-banner .project-single-inner .top {
  margin-bottom: 80px;
}
.project-single-banner .project-single-inner .top .heading-title {
  font-size: 64px;
  font-weight: 900;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .project-single-banner .project-single-inner .top .heading-title {
    margin-bottom: 1em;
  }
}
@media (max-width: 767px) {
  .project-single-banner .project-single-inner .top .heading-title {
    font-size: 36px;
  }
}
.project-single-banner .project-single-inner .top .desc {
  font-size: 24px;
  line-height: 40px;
}
@media (max-width: 1024px) {
  .project-single-banner .project-single-inner .top .desc {
    font-size: 18px;
    line-height: 28px;
  }
}
.project-single-banner .project-single-inner .bottom {
  margin-bottom: 80px;
}
.project-single-banner .project-single-inner .bottom .author-area {
  display: flex;
  width: 70%;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .project-single-banner .project-single-inner .bottom .author-area {
    width: 100%;
    margin-bottom: 20px;
    display: block;
  }
}
.project-single-banner .project-single-inner .bottom .author-area .client {
  margin-right: 40px;
}
@media (max-width: 991px) {
  .project-single-banner .project-single-inner .bottom .author-area .client {
    margin-bottom: 25px;
  }
}
.project-single-banner .project-single-inner .bottom .author-area .client .tag {
  color: #7E7E7E;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 500;
}
.project-single-banner .project-single-inner .bottom .author-area .client .platform {
  font-size: 18px;
}
.project-single-banner .project-single-inner .bottom .author-area .partner {
  margin-right: 40px;
}
.project-single-banner .project-single-inner .bottom .author-area .partner .tag {
  color: #7E7E7E;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 500;
}
.project-single-banner .project-single-inner .bottom .author-area .partner .platform {
  font-size: 18px;
}
.project-single-banner .project-single-inner .bottom .catagory {
  text-align: left;
  color: #EF5D39;
  font-size: 16px;
  text-transform: lowercase;
  line-height: 31px;
  word-spacing: 18px;
}

.project-single-wrap {
  padding: 120px 0;
}
.project-single-wrap .portfolio-image {
  margin-bottom: 30px;
  transition: all 0.4s;
}
.project-single-wrap .portfolio-image:hover a img {
  opacity: 0.8;
}
.project-single-wrap .portfolio-image a img {
  width: 100%;
  border-radius: 24pt;
  transition: all 0.4s;
}
.project-single-wrap .ms-spn--wrap {
  padding-top: 75px;
}

.ms-p--g2 .grid-item-p {
  display: flex;
  flex-direction: column;
}
.ms-p--g2 .grid-item-p .ms-p-content {
  display: flex;
  flex-direction: column;
}

.portfolio-feed.ms-p--l {
  overflow: inherit !important;
}
.portfolio-feed.ms-p--l .ms-p-list {
  display: flex;
  flex-direction: column;
}
.portfolio-feed.ms-p--l .ms-p-list__item {
  display: inline-flex;
  position: relative;
  width: 100%;
  height: 8.75vw;
  transition: opacity 0.6s var(--ease-out);
}
.portfolio-feed.ms-p--l .ms-p-list__item a {
  display: flex;
  border-top: solid 1px var(--color-contrast-low);
  width: 100%;
}
.portfolio-feed.ms-p--l .ms-p-list__item a .ms-p-list-item__img-container {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 70%;
  width: 0px;
  margin: auto;
  overflow: hidden;
  font-size: 0;
  transition: width 0.6s var(--ease-out);
}
.portfolio-feed.ms-p--l .ms-p-list__item a .ms-p-list-item__img-container .project-list-item__image {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%) scale(1.4);
  height: 100%;
  width: auto;
  margin: auto;
  transition: transform 0.6s var(--ease-out);
}
.portfolio-feed.ms-p--l .ms-p-list__item a .ms-p-list-item__img-container .project-list-item__image .project-list-item__image {
  max-width: fit-content;
  backface-visibility: hidden;
  will-change: transform;
  transform: translateX(-50%);
  transition: transform 0.6s var(--ease-out);
}
.portfolio-feed.ms-p--l .ms-p-list__item a .p-list-item__title {
  height: 70%;
  margin: auto 0;
  will-change: transform;
  transition: transform 0.6s var(--ease-out);
}
.portfolio-feed.ms-p--l .ms-p-list__item a .p-list-item__title h3 {
  width: 30vw;
  padding-right: 0;
  font-size: 2vw;
  font-weight: bold;
  text-transform: uppercase;
}
.portfolio-feed.ms-p--l .ms-p-list__item a .p-list-item__info {
  height: 70%;
  margin: auto 0 auto 0;
  padding-top: 4pt;
}
.portfolio-feed.ms-p--l .ms-p-list__item a .p-list-item__info h4 {
  will-change: transform;
  color: var(--color-contrast-medium);
  transition: all 0.6s var(--ease-out);
  font-size: 18px;
}
.portfolio-feed.ms-p--l .ms-p-list__item a .p-list-item__icon {
  height: 70%;
  margin: auto 0 auto auto;
}
.portfolio-feed.ms-p--l .ms-p-list__item a .p-list-item__icon svg {
  display: block;
  width: 18px;
  transform: rotate(-90deg);
  will-change: transform;
  transition: transform 0.6s var(--ease-out);
}
.portfolio-feed.ms-p--l .ms-p-list__item a .p-list-item__icon svg path {
  fill: var(--color-contrast-medium);
  will-change: fill;
  transition: fill 0.6s var(--ease-out);
}
.portfolio-feed.ms-p--l .ms-p-list__item:hover .p-list-item__icon svg {
  transform: rotate(-45deg);
}
.portfolio-feed.ms-p--l .ms-p-list__item:hover .p-list-item__icon svg path {
  fill: var(--color-contrast-higher);
}

@media (min-width: 1025px) {
  .ms-p-list__item:hover .ms-p-list-item__img-container {
    width: 10.22vw !important;
  }
  .ms-p-list__item:hover .ms-p-list-item__img-container .project-list-item__image {
    transform: translateX(-50%) translateZ(0) !important;
    transition: transform 0.6s var(--ease-out);
  }
  .ms-p-list__item:hover .ms-p-list-item__img-container .project-list-item__image .project-list-item__image {
    transform: translateX(-50%) scale(1) translateZ(0) !important;
    transition: transform 0.6s var(--ease-out);
  }
  .ms-p-list__item:hover .p-list-item__title {
    transform: translateX(11.5vw);
    transition: transform 0.6s var(--ease-out);
  }
  .ms-p-list__item:hover .p-list-item__info h4 {
    opacity: 0;
    transform: translateX(10%);
    transition: all 0.5s var(--ease-out);
  }
  .ms-p-list__item:hover .p-list-item__icon svg {
    transform: rotate(-45deg);
  }
  .ms-p-list__item:hover .p-list-item__icon svg path {
    fill: var(--color-contrast-higher);
  }
}
@media (max-width: 1024px) {
  .ms-p-list__item > a {
    flex-direction: column;
    padding: 2rem 0;
  }

  .portfolio-feed.ms-p--l .ms-p-list__item a .p-list-item__title h3 {
    width: 100%;
  }

  .portfolio-feed.ms-p--l .ms-p-list__item a .p-list-item__icon {
    position: absolute;
    right: 0;
    top: calc(2rem + 4pt);
  }

  .ms-p-list-item__img-container {
    display: none;
  }

  .portfolio-feed.ms-p--l .ms-p-list__item,
.portfolio-feed.ms-p--l .ms-p-list__item a .p-list-item__title,
.portfolio-feed.ms-p--l .ms-p-list__item a .p-list-item__info {
    height: auto;
    margin: 0;
  }

  .portfolio-feed.ms-p--l .ms-p-list__item a .p-list-item__info {
    display: flex;
  }

  .portfolio-feed.ms-p--l .ms-p-list__item a .p-list-item__title h3 {
    font-size: 24px;
    margin-bottom: 1rem;
  }

  .portfolio-feed.ms-p--l .ms-p-list__item a .p-list-item__info h4 {
    font-size: 16px;
  }

  .portfolio-feed.ms-p--l .ms-p-list__item a .p-list-item__icon svg {
    width: 14px;
    height: 14px;
  }
}
/* -------------------------------- 

File#: _1_contact
Title: Contact
Descr: Contact block w/ info about how to get in touch

-------------------------------- */
/*!
 * justifiedGallery - v3.8.0
 * http://miromannino.github.io/Justified-Gallery/
 * Copyright (c) 2020 Miro Mannino
 * Licensed under the MIT license.
 */
.justified-gallery {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.justified-gallery > a,
.justified-gallery > div,
.justified-gallery > figure {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  /* background: #888888; To have gray placeholders while the gallery is loading with waitThumbnailsLoad = false */
  opacity: 1;
  margin: 0;
  padding: 0;
}

.justified-gallery > a > img,
.justified-gallery > div > img,
.justified-gallery > figure > img,
.justified-gallery > a > a > img,
.justified-gallery > div > a > img,
.justified-gallery > figure > a > img,
.justified-gallery > a > svg,
.justified-gallery > div > svg,
.justified-gallery > figure > svg,
.justified-gallery > a > a > svg,
.justified-gallery > div > a > svg,
.justified-gallery > figure > a > svg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  border: none;
  filter: "alpha(opacity=0)";
  opacity: 0;
}

.justified-gallery > a > .jg-caption,
.justified-gallery > div > .jg-caption,
.justified-gallery > figure > .jg-caption {
  display: none;
  position: absolute;
  bottom: 0;
  padding: 5px;
  background-color: #000000;
  left: 0;
  right: 0;
  margin: 0;
  color: white;
  font-size: 12px;
  font-weight: 300;
  font-family: sans-serif;
}

.justified-gallery > a > .jg-caption.jg-caption-visible,
.justified-gallery > div > .jg-caption.jg-caption-visible,
.justified-gallery > figure > .jg-caption.jg-caption-visible {
  display: initial;
  filter: "alpha(opacity=70)";
  opacity: 0.7;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
}

.justified-gallery > .jg-entry-visible {
  filter: "alpha(opacity=100)";
  opacity: 1;
  background: none;
}

.justified-gallery > .jg-entry-visible > img,
.justified-gallery > .jg-entry-visible > a > img,
.justified-gallery > .jg-entry-visible > svg,
.justified-gallery > .jg-entry-visible > a > svg {
  filter: "alpha(opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
}

.justified-gallery > .jg-filtered {
  display: none;
}

.justified-gallery > .jg-spinner {
  position: absolute;
  bottom: 0;
  margin-left: -24px;
  padding: 10px 0 10px 0;
  left: 50%;
  filter: "alpha(opacity=100)";
  opacity: 1;
  overflow: initial;
}

.justified-gallery > .jg-spinner > span {
  display: inline-block;
  filter: "alpha(opacity=0)";
  opacity: 0;
  width: 8px;
  height: 8px;
  margin: 0 4px 0 4px;
  background-color: #000;
  border-radius: 6px;
}

.ms-content--portfolio .blockgallery.grid {
  margin-left: 0;
  margin-right: 0;
  justify-content: center;
}
.ms-content--portfolio .blockgallery.grid .grid-item {
  padding-left: 0;
  padding-right: 0;
}
.ms-content--portfolio .mfp-img .media-wrapper img {
  height: 100%;
}

.mfp-img.default {
  pointer-events: none;
}

.ms-masonry-gallery {
  position: relative;
  height: auto;
}
.ms-masonry-gallery:after {
  content: "";
  display: block;
  clear: both;
}
.ms-masonry-gallery .grid-sizer {
  display: none;
}
.ms-masonry-gallery .grid-sizer,
.ms-masonry-gallery .grid-item {
  display: flex;
  padding: 0;
}
.ms-masonry-gallery .grid-sizer .mfp-img,
.ms-masonry-gallery .grid-item .mfp-img {
  display: flex;
  width: 100%;
}
.ms-masonry-gallery .grid-item {
  float: left;
}
.ms-masonry-gallery .grid-item img {
  width: 100%;
  height: 100%;
}

.mfp-img.jg-entry.jg-entry-visible img {
  width: 100% !important;
}

.ms-content--portfolio .blockgallery:not(.justified-gallery) .mfp-img,
.ms-masonry-gallery.blockgallery .mfp-img {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}
.ms-content--portfolio .blockgallery:not(.justified-gallery) .mfp-img figure,
.ms-masonry-gallery.blockgallery .mfp-img figure {
  width: 100%;
}
.ms-content--portfolio .blockgallery:not(.justified-gallery) .mfp-img img,
.ms-masonry-gallery.blockgallery .mfp-img img {
  z-index: 1;
  transition: all 0.3s;
  transform: translateZ(0) scale(1, 1);
  backface-visibility: hidden;
}

.blockgallery.h_s1 .mfp-img img {
  backface-visibility: hidden;
}
.blockgallery.h_s1 .mfp-img:hover img {
  opacity: 0.8;
}

.blockgallery.h_s2 .mfp-img:hover img {
  opacity: 1 !important;
}

.blockgallery.h_s3 .mfp-img {
  overflow: hidden;
}
.blockgallery.h_s3 .mfp-img img {
  transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1) !important;
  will-change: transform;
}
.blockgallery.h_s3 .mfp-img .mfp-icon {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  will-change: transform;
  transform: scale(0.8);
  transition: all 0.3s;
}
.blockgallery.h_s3 .mfp-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: hsla(var(--color-contrast-higher-h), var(--color-contrast-higher-s), var(--color-contrast-higher-l), 0.4);
  opacity: 0;
  will-change: opcaity;
  transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1);
}
.blockgallery.h_s3 .mfp-img:hover .mfp-icon {
  opacity: 1;
  transform: scale(1);
}
.blockgallery.h_s3 .mfp-img:hover img {
  transform: scale(1.08);
}
.blockgallery.h_s3 .mfp-img:hover::after {
  opacity: 1;
}

.ms-sb {
  position: relative;
}
.ms-sb .ms-sb--img.boxed a {
  font-size: 0;
}
.ms-sb .ms-sb--img.boxed img {
  padding: 1rem;
}
.ms-sb .ms-sb--title {
  margin-bottom: var(--space-xxxs);
}
.ms-sb .ms-sb--title a {
  color: initial;
  text-decoration: none;
}
.ms-sb .ms-sb--text {
  font-weight: var(--font-weight-light);
  line-height: var(--body-line-height);
}

.ms-sb.img-top .ms-sb--img {
  display: inline-block;
  font-size: 0;
  margin-bottom: 1.5rem;
}

.ms-sb.img-left {
  display: flex;
}
.ms-sb.img-left .ms-sb--img {
  margin-right: 1.5rem;
  flex: 0 0 auto;
  display: flex;
  height: min-content;
}

.ms-sb.img-right {
  display: flex;
  flex-direction: row-reverse;
}
.ms-sb.img-right .ms-sb--img {
  margin-left: 1.5rem;
  flex: 0 0 auto;
  display: flex;
  height: min-content;
}

.woocommerce-content-loop-header {
  display: flex;
  align-items: center;
}
@media (max-width: 450px) {
  .woocommerce-content-loop-header {
    display: block;
  }
}
.woocommerce-content-loop-header p {
  margin-left: 0;
  margin-right: auto;
  color: var(--color-contrast-medium);
  margin-bottom: 3rem;
}
.woocommerce-content-loop-header form {
  margin-right: 0;
  margin-left: auto;
  height: 42px;
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
}
.woocommerce-content-loop-header form select {
  cursor: pointer;
}
.woocommerce-content-loop-header form .orderby {
  background-position: calc(100% - 10px) 50%;
	display: block;
    color: var(--color-contrast-high);
    width: 100%;
    border-radius: 6pt;
    padding: 0.5em 1.2em 0.5em 1.2em;
    height: 45px;
    margin-top: 2pt;
    -webkit-appearance: none;
    -moz-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg fill=\'black\' height=\'24\' viewBox=\'0 0 24 24\' width=\'24\' xmlns=\'http://www.w3.org/2000/svg\'><path d=\'M7 10l5 5 5-5z\'/><path d=\'M0 0h24v24H0z\' fill=\'none\'/></svg>');
    background-repeat: no-repeat;
    background-color: transparent;
	background-attachment: scroll;
}
.woocommerce-content-loop-header form .orderby:focus, .woocommerce-content-loop-header form .orderby:hover {
  outline: none;
  border-color: var(--color-primary);
}
.woocommerce-content-loop-header form .orderby option {
  background-color: var(--color-bg);
}

.ms-woo-feed {
  margin-bottom: 8vh;
}

.ms-woocommerce-product-category {
  display: flex;
  margin-bottom: 3rem;
}
.ms-woocommerce-product-category .product-category {
  display: inline-flex;
  align-items: center;
  background-color: var(--color-contrast-lower);
  padding: 3px;
  border-radius: 40px;
  transition: background-color 0.3s var(--ease-in-out);
}
.ms-woocommerce-product-category .product-category .ms-product-title {
  display: flex;
}
.ms-woocommerce-product-category .product-category .ms-product-title a {
  font-size: 16px;
  color: var(--color-contrast-high);
  margin-right: 8pt;
  transition: color 0.3s var(--ease-in-out);
}
.ms-woocommerce-product-category .product-category:hover {
  background-color: var(--color-primary);
}
.ms-woocommerce-product-category .product-category:hover .ms-product-title a {
  color: var(--color-white);
}
.ms-woocommerce-product-category img {
  width: 40px;
  border-radius: 50%;
  margin-right: 0.4rem;
}

.ms-product {
  border-radius: 20pt;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  margin-bottom: var(--bs-gutter-x);
}
.ms-product .attachment-woocommerce_thumbnail {
  max-width: 100%;
  width: 100%;
}
.ms-product .ms-product-media {
  margin-bottom: -20px;
}
.ms-product .ms-product-media img {
  transition: transform 1s;
}
.ms-product .ms-product-media a {
  display: block;
}
.ms-product .ms-product-media a .onsale {
  top: 12px;
  right: 12px;
  margin: auto;
  position: absolute;
  background-color: var(--color-warning);
  font-weight: bold;
  color: var(--color-contrast-higher);
  width: 55px;
  height: 55px;
  font-size: 15px;
  display: flex;
  z-index: 1;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.ms-product .ms-product-content {
  padding-left: 24px;
  padding-top: 12px;
  border-radius: 20pt;
  position: relative;
  z-index: 1;
  background-color: var(--color-contrast-lower);
}
.ms-product .ms-product-cat {
  margin-bottom: 6pt;
  color: var(--color-primary);
}
.ms-product .ms-product-title {
  font-size: 22px;
  font-weight: 600;
  width: calc(100% - 45px);
}
.ms-product .ms-product-title a {
  line-height: 1.4;
  color: var(--color-contrast-higher);
  transition: color 0.5s;
}
.ms-product .ms-product-footer {
  display: flex;
  margin-bottom: 2pt;
}
.ms-product .ms-product-footer .ms-product-price {
  margin-right: auto;
  margin-left: 0;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  color: var(--color-contrast-medium);
}
.ms-product .ms-product-footer .ms-product-price del {
  color: hsla(var(--color-contrast-medium-h), var(--color-contrast-medium-s), var(--color-contrast-medium-l), 0.5);
}
.ms-product .ms-product-footer .ms-product-price ins {
  text-decoration: none;
}
.ms-product .ms-product-footer .ms-product-link {
  margin-left: auto;
  margin-right: 0;
}
.ms-product .ms-product-footer .ms-product-link a {
  position: relative;
  background-color: var(--color-contrast-medium);
  display: block;
  height: 45px;
  font-size: 0;
  width: 45px;
  border-top-left-radius: 12pt;
  border-bottom-right-radius: 20pt;
  will-change: background-color;
  transition: background-color 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ms-product .ms-product-footer .ms-product-link a::after {
  content: "";
  -webkit-mask-image: url(../images/shop/plus.svg);
  mask-size: auto;
  mask-repeat: no-repeat;
  position: absolute;
  background-color: var(--color-white);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  will-change: transform;
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ms-product .ms-product-footer .ms-product-link a:active {
  transform: translateY(2px);
}
.ms-product .ms-product-footer .ms-product-link a:hover {
  background-color: var(--color-primary);
}
.ms-product .ms-product-footer .ms-product-link a:hover::after {
  transform: rotate(90deg);
}
.ms-product .ms-product-footer .add_to_cart_button.added {
  display: none;
}
.ms-product .ms-product-footer .ms-product-link a.added_to_cart::after {
  content: "";
  width: 24px;
  height: 24px;
  mask-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgZGF0YS1uYW1lPSJMYXllciAxIiBpZD0iTGF5ZXJfMSIgdmlld0JveD0iMCAwIDI0IDI0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjx0aXRsZS8+PHBhdGggZD0iTTEyLjIsOWgxLjZWNi44SDE2VjUuMkgxMy44VjNIMTIuMlY1LjJIMTBWNi44aDIuMlpNMjAsNXY1LjVMNy40NSwxMi43Miw1LDNIMS4yNWExLDEsMCwwLDAsMCwySDMuNDdMNi43LDE4SDIwVjE2SDguMjZsLS4zMy0xLjMzTDIyLDEyLjE4VjVaTTcsMTlhMS41LDEuNSwwLDEsMCwxLjUsMS41QTEuNSwxLjUsMCwwLDAsNywxOVptMTIsMGExLjUsMS41LDAsMSwwLDEuNSwxLjVBMS41LDEuNSwwLDAsMCwxOSwxOVoiLz48L3N2Zz4=);
}
.ms-product .ms-product-footer .ms-product-link a.added_to_cart:hover::after {
  transform: translateZ(0);
}
.ms-product:hover .ms-product-title a {
  color: var(--color-primary);
}
.ms-product:hover .ms-product-media img {
  transform: scale(1.08);
}

.ms-sb-wc .product_list_widget li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.ms-sb-wc .product_list_widget li a::before {
  content: none !important;
}
.ms-sb-wc .product_list_widget .ms-widget-product__img {
  width: 90px;
  height: 90px;
  border-radius: 12pt;
  margin-right: 20px;
  overflow: hidden;
}
.ms-sb-wc .product_list_widget .ms-widget-product__img img {
  object-fit: cover;
  height: 100%;
  object-position: center;
}
.ms-sb-wc .product_list_widget .ms-widget-product__content {
  display: flex;
  flex-direction: column;
}
.ms-sb-wc .product_list_widget .ms-widget-product__content .product-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.6;
}
.ms-sb-wc .product_list_widget .ms-widget-product__content .product-price del {
  color: hsla(var(--color-contrast-medium-h), var(--color-contrast-medium-s), var(--color-contrast-medium-l), 0.45);
}
.ms-sb-wc .product_list_widget .ms-widget-product__content .product-price del span {
  color: hsla(var(--color-contrast-medium-h), var(--color-contrast-medium-s), var(--color-contrast-medium-l), 0.65);
}
.ms-sb-wc .product_list_widget .ms-widget-product__content .amount {
  font-size: 15px;
  color: var(--color-contrast-medium);
}
.ms-sb-wc .product_list_widget .ms-widget-product__content ins {
  text-decoration: none;
}
.ms-sb-wc .price_slider {
  margin-bottom: 1em;
}
.ms-sb-wc .price_slider_amount {
  text-align: right;
  line-height: 2.4em;
  font-size: 16px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.ms-sb-wc .price_slider_amount .price_label {
  margin-left: 0;
  margin-right: auto;
}
.ms-sb-wc .price_slider_amount .button {
  border: none;
  background: none;
  padding: 0;
  color: var(--color-primary);
}
.ms-sb-wc .ui-slider {
  position: relative;
  text-align: left;
}
.ms-sb-wc .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 12px;
  height: 0.9em;
  cursor: ew-resize;
  background: var(--color-contrast-medium);
  outline: none;
  top: -0.4em;
  border-radius: 3pt;
}
.ms-sb-wc .ui-slider .ui-slider-handle:last-child {
  margin-left: -12px;
}
.ms-sb-wc .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background: none repeat scroll 0 0 var(--color-contrast-medium);
  box-shadow: 1px 1px 1px 0.5px rgba(0, 0, 0, 0.25) inset;
  -webkit-box-shadow: 1px 1px 1px 0.5px rgba(0, 0, 0, 0.25) inset;
  -moz-box-shadow: 1px 1px 1px 0.5px rgba(0, 0, 0, 0.25) inset;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
}
.ms-sb-wc .price_slider_wrapper .ui-widget-content {
  border-radius: 1em;
  background: var(--color-contrast-low);
}
.ms-sb-wc .ui-slider-horizontal {
  height: 3px;
}
.ms-sb-wc .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ms-sb-wc .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}
.ms-sb-wc .ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}
.ms-sb-wc .woocommerce.widget_product_search {
  flex-direction: column;
}
.ms-sb-wc .woocommerce.widget_product_search .woocommerce-product-search {
  position: relative;
}

.ms-woocommerce-mini-cart {
  list-style: none;
  padding-left: 0;
  margin-top: 25px;
}
.ms-woocommerce-mini-cart li.woocommerce-mini-cart-item {
  margin-bottom: 0;
}
.ms-woocommerce-mini-cart .remove_from_cart_button {
  color: var(--color-contrast-higher);
}
.ms-woocommerce-mini-cart .remove_from_cart_button:hover {
  color: var(--color-primary);
}
.ms-woocommerce-mini-cart .ms-widget-product__thumbnail img {
  width: 90px;
  border-radius: 12pt;
  margin-right: 20px;
}
.ms-woocommerce-mini-cart .ms-widget-product {
  display: flex;
  align-items: center;
}
.ms-woocommerce-mini-cart .ms-widget-product .ms-widget-product--title {
  font-weight: 600;
  font-size: 18px;
}
.ms-woocommerce-mini-cart .ms-widget-product .ms-widget-product--quantity {
  color: var(--color-contrast-medium);
}
.ms-woocommerce-mini-cart a.remove_from_cart_button {
  font-size: 22px;
  margin-right: 20px;
}

.woocommerce-mini-cart__total {
  margin-top: var(--space-sm);
  margin-bottom: var(--space-sm);
  padding: var(--space-sm) 0;
  border-top: dotted 1px var(--color-contrast-low);
  border-bottom: dotted 1px var(--color-contrast-low);
  display: flex;
  justify-content: space-between;
}
.woocommerce-mini-cart__total strong {
  font-weight: 400;
}
.woocommerce-mini-cart__total .woocommerce-Price-amount {
  font-weight: 700;
}

.woocommerce-mini-cart__buttons {
  display: flex;
  flex-direction: column;
  margin-top: var(--space-md);
}
.woocommerce-mini-cart__buttons a {
  background-color: var(--color-primary);
  border-radius: 40px;
  color: var(--color-white) !important;
  margin-bottom: var(--space-sm);
  display: flex;
  height: 42px;
  align-items: center;
  justify-content: center;
}
.woocommerce-mini-cart__buttons a:hover {
  color: var(--color-white) !important;
}

.return-to-shop {
  margin-top: 2rem;
}

@media only screen and (min-width: 1023px) {
  .ms-woocommerce-product-category {
    display: block;
  }
  .ms-woocommerce-product-category .product-category {
    margin-bottom: 1rem;
    margin-right: 1rem;
  }
}
@media only screen and (max-width: 1023px) {
  .ms-woocommerce-product-category {
    overflow-x: auto;
    margin-bottom: 1.5rem;
    -ms-overflow-style: none;
    /* for Internet Explorer, Edge */
    overflow-x: scroll;
  }
  .ms-woocommerce-product-category .product-category {
    flex-shrink: 0;
    margin-bottom: 1.5rem;
  }
  .ms-woocommerce-product-category::-webkit-scrollbar {
    display: none;
    /* for Chrome, Safari, and Opera */
  }
}
.wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 60px;
}
.wrapper .title {
  margin-bottom: 20px;
}
.wrapper .filter-price {
  width: 300px;
  border: 0;
  padding: 0;
  /* Reset style for input range */
}
@media (max-width: 1300px) and (min-width: 991px) {
  .wrapper .filter-price {
    width: 220px;
  }
}
.wrapper .filter-price .price-title {
  position: relative;
  color: #111111;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 400;
}
.wrapper .filter-price .filter-btn .btn {
  background: none;
  color: var(--color-primary);
  border-radius: 0;
  padding: 0;
  margin-left: 95px;
}
.wrapper .filter-price .price-field {
  position: relative;
  width: 100%;
  height: 36px;
  box-sizing: border-box;
  padding-top: 15px;
  border-radius: 3px;
  margin-bottom: 15px;
}
.wrapper .filter-price .price-field input[type=range] {
  position: absolute;
}
.wrapper .filter-price .price-field input[type=range] {
  width: 300px;
  height: 2px;
  border: 0;
  outline: 0;
  box-sizing: border-box;
  border-radius: 5px;
  pointer-events: none;
  -webkit-appearance: none;
}
@media (max-width: 1300px) and (min-width: 991px) {
  .wrapper .filter-price .price-field input[type=range] {
    width: 220px;
  }
}
.wrapper .filter-price .price-field input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}
.wrapper .filter-price .price-field input[type=range]:active,
.wrapper .filter-price .price-field input[type=range]:focus {
  outline: 0;
}
.wrapper .filter-price .price-field input[type=range]::-ms-track {
  width: 300px;
  height: 4px;
  background: #111111;
  border: 0;
  outline: 0;
  box-sizing: border-box;
  border-radius: 5px;
  pointer-events: none;
  border-radius: 5px;
}
.wrapper .filter-price .price-field input[type=range]::-webkit-slider-thumb {
  position: relative;
  -webkit-appearance: none;
  margin: 0;
  border: 0;
  outline: 0;
  width: 14px;
  height: 14px;
  border-radius: 5px;
  cursor: ew-resize;
  margin-top: -5px;
  background-color: var(--color-contrast-medium);
  pointer-events: all;
  z-index: 100;
}
.wrapper .filter-price .price-field input[type=range]::-moz-range-thumb {
  position: relative;
  appearance: none;
  margin: 0;
  border: 0;
  outline: 0;
  height: 12px;
  width: 10px;
  margin-top: -5px;
  background-color: var(--color-contrast-medium);
  cursor: pointer;
  cursor: pointer;
  pointer-events: all;
  z-index: 100;
}
.wrapper .filter-price .price-field input[type=range]::-ms-thumb {
  position: relative;
  appearance: none;
  margin: 0;
  border: 0;
  outline: 0;
  border-radius: 50%;
  height: 12px;
  width: 10px;
  margin-top: -5px;
  background-color: var(--color-contrast-medium);
  cursor: pointer;
  cursor: pointer;
  pointer-events: all;
  z-index: 100;
}
.wrapper .filter-price .price-field input[type=range]::-webkit-slider-runnable-track {
  width: 300px;
  height: 3px;
  cursor: pointer;
  background: var(--color-contrast-medium);
  border-radius: 5px;
}
@media (max-width: 1300px) and (min-width: 991px) {
  .wrapper .filter-price .price-field input[type=range]::-webkit-slider-runnable-track {
    width: 220px;
  }
}
.wrapper .filter-price .price-field input[type=range]::-moz-range-track {
  width: 300px;
  height: 3px;
  cursor: pointer;
  background: #777777;
  border-radius: 5px;
}
@media (max-width: 1300px) and (min-width: 991px) {
  .wrapper .filter-price .price-field input[type=range]::-moz-range-track {
    width: 220px;
  }
}
.wrapper .filter-price .price-field input[type=range]::-ms-track {
  /* IE */
  width: 300px;
  height: 2px;
  cursor: pointer;
  background: #777777;
  border-radius: 5px;
}
@media (max-width: 1300px) and (min-width: 991px) {
  .wrapper .filter-price .price-field input[type=range]::-ms-track {
    width: 220px;
  }
}
.wrapper .filter-price .price-wrap {
  display: flex;
  color: #111111;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 400;
  margin-bottom: 30px;
}
.wrapper .filter-price .price-wrap-1,
.wrapper .filter-price .price-wrap-2 {
  display: flex;
}
.wrapper .filter-price .price-title {
  margin-right: 5px;
}
.wrapper .filter-price .price-wrap_line {
  margin: 0 10px;
}
.wrapper .filter-price .price-wrap #one,
.wrapper .filter-price .price-wrap #two {
  width: 30px;
  text-align: right;
  margin: 0;
  padding: 0;
  margin-right: 2px;
  background: 0;
  border: 0;
  outline: 0;
  color: #111111;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 400;
}
.wrapper .filter-price .price-wrap label {
  text-align: right;
}
.wrapper .filter-price .price-field input[type=range]:hover::-webkit-slider-thumb {
  box-shadow: 0 0 0 0.5px #fff;
  transition-duration: 0.3s;
}
.wrapper .filter-price .price-field input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 0.5px #fff;
  transition-duration: 0.3s;
}

.single-product {
  padding-top: 100px;
}
.single-product .ms-single-product .banner-horizental {
  border-radius: 24pt;
  margin-bottom: 210px;
}
.single-product .ms-single-product .banner-horizental .swiper {
  border-radius: 24pt;
}
.single-product .ms-single-product .banner-horizental .swiper .swiper-wrapper {
  border-radius: 24pt;
}
.single-product .ms-single-product .banner-horizental .swiper .swiper-wrapper .swiper-slide {
  border-radius: 24pt;
}
.single-product .ms-single-product .banner-horizental .swiper .swiper-wrapper .swiper-slide .slider-inner {
  border-radius: 24pt;
}
.single-product .ms-single-product .banner-horizental .swiper .swiper-wrapper .swiper-slide .slider-inner img {
  border-radius: 24pt;
  width: 100%;
}
.single-product .ms-single-product .banner-horizental .slider-pagination-area {
  position: relative;
}
.single-product .ms-single-product .banner-horizental .slider-pagination-area .swiper-pagination {
  bottom: -120px;
  text-align: left;
}
.single-product .ms-single-product .banner-horizental .slider-pagination-area .swiper-pagination .swiper-pagination-bullet {
  width: 100px;
  height: 100px;
  border-radius: 12pt;
  background: url(../images/shop/shop-sm03.jpg);
  border-width: 2px;
  border-style: solid;
  border-color: var(--color-contrast-low);
  opacity: 1;
}
@media (max-width: 450px) {
  .single-product .ms-single-product .banner-horizental .slider-pagination-area .swiper-pagination .swiper-pagination-bullet {
    width: 80px;
    height: 80px;
  }
}
.single-product .ms-single-product .banner-horizental .slider-pagination-area .swiper-pagination .swiper-pagination-bullet:first-child {
  background: url(../images/shop/shop-sm01.jpg) !important;
}
.single-product .ms-single-product .banner-horizental .slider-pagination-area .swiper-pagination .swiper-pagination-bullet:last-child {
  background: url(../images/shop/shop-sm02.jpg) !important;
}
.single-product .ms-single-product .banner-horizental .slider-pagination-area .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: var(--color-primary);
}
.single-product .ms-single-product .ms-single-product__content .cart .single_add_to_cart_button {
  line-height: 42px;
}
@media (max-width: 520px) {
  .single-product .ms-single-product .tab-area .nav-tabs {
    justify-content: center;
  }
}
@media (max-width: 520px) {
  .single-product .ms-single-product .tab-area .nav-tabs .nav-item {
    margin-bottom: 10px;
  }
}
.single-product .ms-single-product .tab-area .nav-tabs .nav-item .nav-link {
  border-top-left-radius: 12pt;
  border-top-right-radius: 12pt;
  color: var(--color-contrast-medium);
  padding: 8pt 20pt;
}
.single-product .ms-single-product .tab-area .nav-tabs .nav-item .nav-link.active {
  color: var(--color-contrast-higher);
}
@media (max-width: 520px) {
  .single-product .ms-single-product .tab-area .nav-tabs .nav-item .nav-link.active {
    border-color: #dee2e6 #dee2e6;
  }
}
.single-product .ms-single-product .tab-area .tab-content {
  border: solid 1px var(--color-contrast-low);
  border-bottom-left-radius: 12pt;
  border-bottom-right-radius: 12pt;
  padding: 20pt;
  line-height: 1.8;
  margin-top: -1px;
}
.single-product .ms-single-product .tab-area .tab-content .tab-pane .ms-heading-title {
  font-size: 24px;
  font-weight: 900;
  margin: 1rem 0;
}
.single-product .ms-single-product .tab-area .tab-content .tab-pane table tbody tr:last-child th {
  border-bottom: none;
}
.single-product .ms-single-product .tab-area .tab-content .tab-pane table tbody tr:last-child td {
  border-bottom: none;
}
.single-product .ms-single-product .tab-area .tab-content .tab-pane table tbody tr th {
  border-left: none;
  border-right: none;
  font-weight: 700;
}
.single-product .ms-single-product .tab-area .tab-content .tab-pane table tbody tr td {
  border-left: none;
  border-right: none;
}
.single-product .ms-single-product .tab-area .tab-content .tab-pane .woocommerce-Reviews .full-details-inner .reveiw-form .heading-title {
  font-size: 24px;
  font-weight: 900;
  margin: 1rem 0;
}
.single-product .ms-single-product .tab-area .tab-content .tab-pane .woocommerce-Reviews .full-details-inner .reveiw-form .contact-form .input-box {
  width: 100%;
}
.single-product .ms-single-product .tab-area .tab-content .tab-pane .woocommerce-Reviews .full-details-inner .reveiw-form .contact-form .input-box textarea {
  width: 100%;
  border-radius: 6pt;
  padding: 0.5em 1em 0.5em 1em;
  border: 1px solid var(--color-contrast-low);
  transition: all 0.4s;
  background: unset;
}
@media (max-width: 991px) {
  .single-product .ms-single-product .tab-area .tab-content .tab-pane .woocommerce-Reviews .full-details-inner .reveiw-form .contact-form .input-box textarea {
    margin-bottom: 25px;
  }
}
.single-product .ms-single-product .tab-area .tab-content .tab-pane .woocommerce-Reviews .full-details-inner .reveiw-form .contact-form .input-box textarea:hover {
  border: 1px solid var(--color-primary);
}
.single-product .ms-single-product .tab-area .tab-content .tab-pane .woocommerce-Reviews .full-details-inner .reveiw-form .contact-form .input-box textarea:focus {
  --color-shadow: hsla(var(--color-primary-h), var(--color-primary-s), var(--color-primary-l), 0.2);
  outline: 0;
  border-color: var(--color-primary);
  box-shadow: 0 0 0 4px var(--color-shadow);
  background-color: var(--color-bg);
  color: var(--color-contrast-higher);
}
.single-product .ms-single-product .tab-area .tab-content .tab-pane .woocommerce-Reviews .full-details-inner .reveiw-form .contact-form .input-box textarea::placeholder {
  color: var(--color-contrast-higher);
}
.single-product .ms-single-product .tab-area .tab-content .tab-pane .woocommerce-Reviews .full-details-inner .reveiw-form .contact-form .input-box input {
  width: 100%;
  border-radius: 6pt;
  padding: 0.5em 1em 0.5em 1em;
  border: 1px solid var(--color-contrast-low);
  margin-bottom: 25px;
  transition: all 0.4s;
  background: unset;
}
.single-product .ms-single-product .tab-area .tab-content .tab-pane .woocommerce-Reviews .full-details-inner .reveiw-form .contact-form .input-box input:hover {
  border: 1px solid var(--color-primary);
}
.single-product .ms-single-product .tab-area .tab-content .tab-pane .woocommerce-Reviews .full-details-inner .reveiw-form .contact-form .input-box input:focus {
  --color-shadow: hsla(var(--color-primary-h), var(--color-primary-s), var(--color-primary-l), 0.2);
  outline: 0;
  border-color: var(--color-primary);
  box-shadow: 0 0 0 4px var(--color-shadow);
  background-color: var(--color-bg);
  color: var(--color-contrast-higher);
}
.single-product .ms-single-product .tab-area .tab-content .tab-pane .woocommerce-Reviews .full-details-inner .reveiw-form .contact-form .input-box input::placeholder {
  color: var(--color-contrast-higher);
}
.single-product .ms-single-product .tab-area .tab-content .tab-pane .woocommerce-Reviews .full-details-inner .reveiw-form .contact-form .rating {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.single-product .ms-single-product .tab-area .tab-content .tab-pane .woocommerce-Reviews .full-details-inner .reveiw-form .contact-form .btn {
  width: 100%;
  background: var(--color-primary);
  border: none;
  display: block;
  height: 45px;
  border-radius: 6pt;
  color: #fff;
}

body.projects[data-theme=dark] .single-product .ms-single-product .tab-area .nav-tabs .nav-item .nav-link {
  background: var(--color-contrast-lower);
}

@media (max-width: 767px) {
  tr td {
    border: none;
  }

  .woocommerce-cart-form table {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ms-woocommerce-cart-form-wrapper tbody .product-remove {
    width: 100%;
    padding: 3rem 0 1rem !important;
    text-align: center;
  }
  .ms-woocommerce-cart-form-wrapper tbody .product-remove svg {
    width: 24px;
  }

  .ms-woocommerce-cart-form-wrapper thead {
    display: none;
  }

  .ms-woocommerce-cart-form-wrapper tbody tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid var(--color-contrast-low);
  }

  .ms-woocommerce-cart-form-wrapper tbody .product-thumbnail {
    width: 100%;
  }

  .ms-woocommerce-cart-form-wrapper tbody .product-thumbnail img {
    width: 100%;
  }

  .ms-woocommerce-cart-form-wrapper tbody .product-name {
    width: 100%;
    text-align: left;
    font-size: 22px;
  }

  .ms-woocommerce-cart-form-wrapper tbody .product-price, .ms-woocommerce-cart-form-wrapper tbody .product-quantity {
    width: 100%;
  }

  .ms-woocommerce-cart-form-wrapper tbody .product-subtotal {
    width: 100%;
    font-weight: bold;
  }

  .ms-woocommerce-cart-form-wrapper tbody .product-price, .ms-woocommerce-cart-form-wrapper tbody .product-quantity {
    width: 50%;
  }
}
body[data-theme=dark] .wrapper .filter-price .price-title {
  color: #ffffff;
}

body[data-theme=dark] .wrapper .filter-price .price-wrap label {
  color: #ffffff;
}

body[data-theme=dark] .wrapper .filter-price .price-wrap #one {
  color: #ffffff;
}

body[data-theme=dark] .wrapper .filter-price .price-wrap #two {
  color: #ffffff;
}

body[data-theme=dark] .wrapper .filter-price .price-wrap_line {
  color: #ffffff;
}

.ms-single-product__content .shop_table th,
.ms-woocommerce-cart-form-wrapper .shop_table th {
  border-top: none;
  font-size: 16px;
  font-weight: 800;
  color: var(--color-contrast-higher);
  padding-left: 0;
}
.ms-single-product__content .shop_table td,
.ms-woocommerce-cart-form-wrapper .shop_table td {
  padding: 2rem 0;
}
.ms-single-product__content .shop_table th, .ms-single-product__content .shop_table td,
.ms-woocommerce-cart-form-wrapper .shop_table th,
.ms-woocommerce-cart-form-wrapper .shop_table td {
  border-left: none;
  border-right: none;
}
.ms-single-product__content .shop_table tr,
.ms-woocommerce-cart-form-wrapper .shop_table tr {
  text-align: left;
}
.ms-single-product__content .product-remove,
.ms-woocommerce-cart-form-wrapper .product-remove {
  font-size: 28x;
}
.ms-single-product__content .product-thumbnail,
.ms-woocommerce-cart-form-wrapper .product-thumbnail {
  width: 10rem;
}
.ms-single-product__content .product-thumbnail img,
.ms-woocommerce-cart-form-wrapper .product-thumbnail img {
  width: 7rem;
  border-radius: 12pt;
}
.ms-single-product__content .product-name,
.ms-woocommerce-cart-form-wrapper .product-name {
  font-size: 18px;
  font-weight: 600;
}
.ms-single-product__content .product-name a,
.ms-woocommerce-cart-form-wrapper .product-name a {
  color: var(--color-contrast-higher);
}
.ms-single-product__content .product-remove,
.ms-woocommerce-cart-form-wrapper .product-remove {
  width: 3rem;
  padding-left: 0;
}
.ms-single-product__content .product-remove svg,
.ms-woocommerce-cart-form-wrapper .product-remove svg {
  fill: var(--color-contrast-higher);
  transition: fill 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ms-single-product__content .product-remove svg:hover,
.ms-woocommerce-cart-form-wrapper .product-remove svg:hover {
  fill: var(--color-error);
}
.ms-single-product__content .ms-quantity,
.ms-woocommerce-cart-form-wrapper .ms-quantity {
  position: relative;
  width: 8rem;
  display: flex;
}
.ms-single-product__content .ms-quantity .input-text,
.ms-woocommerce-cart-form-wrapper .ms-quantity .input-text {
  padding: 0.5em;
  height: 45px;
  border: none;
  width: 100%;
  text-align: center;
  color: var(--color-contrast-higher);
  background-color: var(--color-contrast-lower);
  appearance: none;
}
.ms-single-product__content .ms-quantity .input-text:focus-visible,
.ms-woocommerce-cart-form-wrapper .ms-quantity .input-text:focus-visible {
  outline: none;
}
.ms-single-product__content .ms-quantity input::-webkit-outer-spin-button,
.ms-single-product__content .ms-quantity input::-webkit-inner-spin-button,
.ms-woocommerce-cart-form-wrapper .ms-quantity input::-webkit-outer-spin-button,
.ms-woocommerce-cart-form-wrapper .ms-quantity input::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}
.ms-single-product__content .ms-quantity .button-minus,
.ms-single-product__content .ms-quantity .button-plus,
.ms-woocommerce-cart-form-wrapper .ms-quantity .button-minus,
.ms-woocommerce-cart-form-wrapper .ms-quantity .button-plus {
  border: none;
  background-color: transparent;
  display: flex;
  align-items: center;
  background-color: var(--color-contrast-lower);
  transition: background-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ms-single-product__content .ms-quantity .button-minus svg,
.ms-single-product__content .ms-quantity .button-plus svg,
.ms-woocommerce-cart-form-wrapper .ms-quantity .button-minus svg,
.ms-woocommerce-cart-form-wrapper .ms-quantity .button-plus svg {
  width: 20px;
  stroke-width: 2pt;
  stroke: var(--color-contrast-higher);
}
.ms-single-product__content .ms-quantity .button-minus:hover,
.ms-single-product__content .ms-quantity .button-plus:hover,
.ms-woocommerce-cart-form-wrapper .ms-quantity .button-minus:hover,
.ms-woocommerce-cart-form-wrapper .ms-quantity .button-plus:hover {
  background-color: var(--color-contrast-low);
}
.ms-single-product__content .ms-quantity .button-minus:active,
.ms-single-product__content .ms-quantity .button-plus:active,
.ms-woocommerce-cart-form-wrapper .ms-quantity .button-minus:active,
.ms-woocommerce-cart-form-wrapper .ms-quantity .button-plus:active {
  transform: translateY(2px);
}
.ms-single-product__content .ms-quantity .button-minus,
.ms-woocommerce-cart-form-wrapper .ms-quantity .button-minus {
  border-top-left-radius: 6pt;
  border-bottom-left-radius: 6pt;
  border-right: solid 1px var(--color-bg);
}
.ms-single-product__content .ms-quantity .button-minus svg,
.ms-woocommerce-cart-form-wrapper .ms-quantity .button-minus svg {
  margin-left: 1pt;
}
.ms-single-product__content .ms-quantity .button-plus,
.ms-woocommerce-cart-form-wrapper .ms-quantity .button-plus {
  border-top-right-radius: 6pt;
  border-bottom-right-radius: 6pt;
  border-left: solid 1px var(--color-bg);
}
.ms-single-product__content .ms-quantity .button-plus svg,
.ms-woocommerce-cart-form-wrapper .ms-quantity .button-plus svg {
  margin-right: 1pt;
}
.ms-single-product__content .ms-actions-inner,
.ms-woocommerce-cart-form-wrapper .ms-actions-inner {
  display: flex;
}
@media (max-width: 767px) {
  .ms-single-product__content .ms-actions-inner,
.ms-woocommerce-cart-form-wrapper .ms-actions-inner {
    display: block;
  }
}
.ms-single-product__content .coupon,
.ms-woocommerce-cart-form-wrapper .coupon {
  display: inline-flex;
  border-radius: 6pt;
  overflow: hidden;
  background-color: var(--color-contrast-lower);
}
@media (max-width: 767px) {
  .ms-single-product__content .coupon,
.ms-woocommerce-cart-form-wrapper .coupon {
    width: 100%;
  }
}
.ms-single-product__content .coupon .button,
.ms-woocommerce-cart-form-wrapper .coupon .button {
  border: none;
  background-color: var(--color-primary);
  color: var(--color-white);
  border-top-left-radius: 6pt;
  border-bottom-left-radius: 6pt;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  line-height: 2.4;
}
@media (max-width: 400px) {
  .ms-single-product__content .coupon .button,
.ms-woocommerce-cart-form-wrapper .coupon .button {
    width: 50%;
  }
}
.ms-single-product__content .coupon + .button,
.ms-woocommerce-cart-form-wrapper .coupon + .button {
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: var(--color-primary);
  color: var(--color-white);
  border-radius: 6pt;
  border: none;
  margin-right: 0;
  margin-left: auto;
  line-height: 2.4;
  font-size: 15px;
  border: solid 1px transparent;
  transition: transform 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ms-single-product__content .coupon + .button:disabled,
.ms-woocommerce-cart-form-wrapper .coupon + .button:disabled {
  color: var(--color-contrast-high);
  background-color: transparent;
  border: solid 1px var(--color-contrast-high);
}
@media (max-width: 767px) {
  .ms-single-product__content .coupon + .button:disabled,
.ms-woocommerce-cart-form-wrapper .coupon + .button:disabled {
    display: none;
  }
}
.ms-single-product__content .coupon + .button:active,
.ms-woocommerce-cart-form-wrapper .coupon + .button:active {
  transform: translateY(2px);
}
.ms-single-product__content #coupon_code,
.ms-woocommerce-cart-form-wrapper #coupon_code {
  border: none;
  background-color: transparent;
  padding: 0.5em 1em 0.5em 1em;
  height: 45px;
}
@media (max-width: 400px) {
  .ms-single-product__content #coupon_code,
.ms-woocommerce-cart-form-wrapper #coupon_code {
    width: 50%;
  }
}
.ms-single-product__content #coupon_code:focus-visible,
.ms-woocommerce-cart-form-wrapper #coupon_code:focus-visible {
  outline: none;
}
.ms-single-product__content .ms-cart-totals,
.ms-woocommerce-cart-form-wrapper .ms-cart-totals {
  margin-top: 6rem;
  margin-bottom: 6rem;
  background-color: var(--color-contrast-lower);
  padding: 2rem;
  border-radius: 24pt;
}
.ms-single-product__content .ms-cart-totals .cart-subtotal td,
.ms-single-product__content .ms-cart-totals .order-total td,
.ms-woocommerce-cart-form-wrapper .ms-cart-totals .cart-subtotal td,
.ms-woocommerce-cart-form-wrapper .ms-cart-totals .order-total td {
  text-align: right;
}
.ms-single-product__content .ms-cart-totals tr,
.ms-woocommerce-cart-form-wrapper .ms-cart-totals tr {
  border-bottom: 1px solid var(--color-contrast-low);
}
.ms-single-product__content .ms-cart-totals th, .ms-single-product__content .ms-cart-totals td,
.ms-woocommerce-cart-form-wrapper .ms-cart-totals th,
.ms-woocommerce-cart-form-wrapper .ms-cart-totals td {
  border: none;
  padding: 0 0 1rem;
}
.ms-single-product__content .ms-cart-totals .order-total th, .ms-single-product__content .ms-cart-totals .order-total td,
.ms-woocommerce-cart-form-wrapper .ms-cart-totals .order-total th,
.ms-woocommerce-cart-form-wrapper .ms-cart-totals .order-total td {
  padding: 1rem 0 1rem;
}
.ms-single-product__content .ms-cart-totals h3,
.ms-woocommerce-cart-form-wrapper .ms-cart-totals h3 {
  margin-bottom: 2rem;
  font-size: 24px;
  font-weight: 700;
}
.ms-single-product__content .ms-cart-totals .woocommerce-shipping-methods,
.ms-woocommerce-cart-form-wrapper .ms-cart-totals .woocommerce-shipping-methods {
  padding-left: 0;
  list-style: none;
}
.ms-single-product__content .ms-cart-totals .woocommerce-shipping-destination,
.ms-woocommerce-cart-form-wrapper .ms-cart-totals .woocommerce-shipping-destination {
  margin: 4pt 0;
}
.ms-single-product__content .ms-cart-totals .ms-proceed-to-checkout,
.ms-woocommerce-cart-form-wrapper .ms-cart-totals .ms-proceed-to-checkout {
  margin-top: 3rem;
  display: flex;
  flex-direction: row-reverse;
}
.ms-single-product__content .ms-cart-totals .ms-proceed-to-checkout a,
.ms-woocommerce-cart-form-wrapper .ms-cart-totals .ms-proceed-to-checkout a {
  padding: 0.5em 1.2em 0.5em 1.2em;
  height: 45px;
  background-color: var(--color-primary);
  color: var(--color-white);
  border-radius: 6pt;
  display: flex;
  align-items: center;
  transition: transform 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ms-single-product__content .ms-cart-totals .ms-proceed-to-checkout a:active,
.ms-woocommerce-cart-form-wrapper .ms-cart-totals .ms-proceed-to-checkout a:active {
  transform: translateY(2px);
}
.ms-single-product__content .ms-cart-totals .woocommerce-shipping-calculator,
.ms-woocommerce-cart-form-wrapper .ms-cart-totals .woocommerce-shipping-calculator {
  max-width: 100%;
  display: flex;
  flex-direction: column;
}
.ms-single-product__content .ms-cart-totals .woocommerce-shipping-calculator .shipping-calculator-form,
.ms-woocommerce-cart-form-wrapper .ms-cart-totals .woocommerce-shipping-calculator .shipping-calculator-form {
  text-align: left;
}
.ms-single-product__content .ms-cart-totals .woocommerce-shipping-calculator .shipping-calculator-form p,
.ms-woocommerce-cart-form-wrapper .ms-cart-totals .woocommerce-shipping-calculator .shipping-calculator-form p {
  max-width: 100%;
  padding-top: 15px;
}
.ms-single-product__content .ms-cart-totals .woocommerce-shipping-calculator .shipping-calculator-form p .input-text,
.ms-woocommerce-cart-form-wrapper .ms-cart-totals .woocommerce-shipping-calculator .shipping-calculator-form p .input-text {
  background-color: var(--color-bg);
  border: 1px solid var(--color-contrast-low);
  width: 100%;
  height: 45px;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 6pt;
  color: var(--color-contrast-higher);
  transition: border-color 150ms var(--ease-in-out), box-shadow 150ms var(--ease-in-out), -webkit-box-shadow 150ms var(--ease-in-out);
}
.ms-single-product__content .ms-cart-totals .woocommerce-shipping-calculator .shipping-calculator-form p .input-text:hover,
.ms-woocommerce-cart-form-wrapper .ms-cart-totals .woocommerce-shipping-calculator .shipping-calculator-form p .input-text:hover {
  border-color: var(--color-primary);
}
.ms-single-product__content .ms-cart-totals .woocommerce-shipping-calculator .shipping-calculator-form p .input-text:focus-visible,
.ms-woocommerce-cart-form-wrapper .ms-cart-totals .woocommerce-shipping-calculator .shipping-calculator-form p .input-text:focus-visible {
  z-index: 1;
  border-color: var(--color-primary);
  box-shadow: 0 0 0 4px hsla(var(--color-primary-h), var(--color-primary-s), var(--color-primary-l), 0.2);
  outline: 0;
}
.ms-single-product__content .ms-cart-totals .woocommerce-shipping-calculator .shipping-calculator-form p .select2-container .select2-selection--single,
.ms-woocommerce-cart-form-wrapper .ms-cart-totals .woocommerce-shipping-calculator .shipping-calculator-form p .select2-container .select2-selection--single {
  height: 45px;
  display: flex;
  align-items: center;
  border-radius: 6pt;
  background-color: var(--color-bg);
  border: 1px solid var(--color-contrast-low);
}
.ms-single-product__content .ms-cart-totals .woocommerce-shipping-calculator .shipping-calculator-form p .select2-container--default .select2-selection--single .select2-selection__rendered,
.ms-woocommerce-cart-form-wrapper .ms-cart-totals .woocommerce-shipping-calculator .shipping-calculator-form p .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--color-contrast-higher);
}
.ms-single-product__content .ms-cart-totals .woocommerce-shipping-calculator .shipping-calculator-form p .select2-container .select2-selection--single .select2-selection__rendered,
.ms-woocommerce-cart-form-wrapper .ms-cart-totals .woocommerce-shipping-calculator .shipping-calculator-form p .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 1rem;
  width: 100%;
}
.ms-single-product__content .ms-cart-totals .woocommerce-shipping-calculator .shipping-calculator-form p .select2-container--default .select2-selection--single .select2-selection__arrow,
.ms-woocommerce-cart-form-wrapper .ms-cart-totals .woocommerce-shipping-calculator .shipping-calculator-form p .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 45px;
  right: 8pt;
}
.ms-single-product__content .ms-cart-totals .woocommerce-shipping-calculator .shipping-calculator-form p .button,
.ms-woocommerce-cart-form-wrapper .ms-cart-totals .woocommerce-shipping-calculator .shipping-calculator-form p .button {
  height: 45px;
  padding: 0 1rem;
  border: none;
  background-color: var(--color-primary);
  color: var(--color-white);
  border-radius: 6pt;
  float: right;
}
.ms-single-product__content .ms-cart-totals .shop_table td,
.ms-woocommerce-cart-form-wrapper .ms-cart-totals .shop_table td {
  text-align: right;
}

.select2-results__options {
  color: var(--color-contrast-higher);
  background-color: var(--color-bg);
}

.select2-search--dropdown {
  background-color: var(--color-contrast-lower);
  border-top: 1px solid #aaa;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  background-color: var(--color-bg);
}

.select2-container {
  height: 40px;
}

.select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[data-selected=true] {
  background-color: var(--color-contrast-low);
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: var(--color-primary);
}

.woocommerce-message {
  background-color: var(--color-contrast-lower);
}

.woocommerce-message,
.woocommerce-notice--success {
  padding: 1.5rem 2rem;
  border-radius: 12pt;
  margin-bottom: 3rem;
}

.woocommerce-notice--success {
  color: var(--color-success);
  background-color: hsla(var(--color-success-h), var(--color-success-s), var(--color-success-l), 0.1);
}

.ms-woocommerce-MyAccount-content h3,
.ms-woocommerce-checkout h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 2rem;
}
.ms-woocommerce-MyAccount-content .woocommerce-EditAccountForm p.form-row,
.ms-woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper p.form-row,
.ms-woocommerce-MyAccount-content .woocommerce-billing-fields__field-wrapper p.form-row,
.ms-woocommerce-checkout .woocommerce-EditAccountForm p.form-row,
.ms-woocommerce-checkout .woocommerce-address-fields__field-wrapper p.form-row,
.ms-woocommerce-checkout .woocommerce-billing-fields__field-wrapper p.form-row {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
}
.ms-woocommerce-MyAccount-content .woocommerce-EditAccountForm p.form-row label,
.ms-woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper p.form-row label,
.ms-woocommerce-MyAccount-content .woocommerce-billing-fields__field-wrapper p.form-row label,
.ms-woocommerce-checkout .woocommerce-EditAccountForm p.form-row label,
.ms-woocommerce-checkout .woocommerce-address-fields__field-wrapper p.form-row label,
.ms-woocommerce-checkout .woocommerce-billing-fields__field-wrapper p.form-row label {
  font-size: 14px;
  margin-bottom: 4pt;
}
.ms-woocommerce-MyAccount-content .woocommerce-EditAccountForm p.form-row label .required,
.ms-woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper p.form-row label .required,
.ms-woocommerce-MyAccount-content .woocommerce-billing-fields__field-wrapper p.form-row label .required,
.ms-woocommerce-checkout .woocommerce-EditAccountForm p.form-row label .required,
.ms-woocommerce-checkout .woocommerce-address-fields__field-wrapper p.form-row label .required,
.ms-woocommerce-checkout .woocommerce-billing-fields__field-wrapper p.form-row label .required {
  text-decoration: none;
}
.ms-woocommerce-MyAccount-content .woocommerce-EditAccountForm p.form-row .input-text,
.ms-woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper p.form-row .input-text,
.ms-woocommerce-MyAccount-content .woocommerce-billing-fields__field-wrapper p.form-row .input-text,
.ms-woocommerce-checkout .woocommerce-EditAccountForm p.form-row .input-text,
.ms-woocommerce-checkout .woocommerce-address-fields__field-wrapper p.form-row .input-text,
.ms-woocommerce-checkout .woocommerce-billing-fields__field-wrapper p.form-row .input-text {
  width: 100%;
  padding: 0.5em 1.2em 0.5em 1.2em;
  height: 45px;
  border: none;
  border-radius: 6pt;
  color: var(--color-contrast-higher);
  background-color: var(--color-bg);
  border: solid 1px var(--color-contrast-low);
  transition: border-color 150ms var(--ease-in-out), box-shadow 150ms var(--ease-in-out), -webkit-box-shadow 150ms var(--ease-in-out);
}
.ms-woocommerce-MyAccount-content .woocommerce-EditAccountForm p.form-row .input-text:hover,
.ms-woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper p.form-row .input-text:hover,
.ms-woocommerce-MyAccount-content .woocommerce-billing-fields__field-wrapper p.form-row .input-text:hover,
.ms-woocommerce-checkout .woocommerce-EditAccountForm p.form-row .input-text:hover,
.ms-woocommerce-checkout .woocommerce-address-fields__field-wrapper p.form-row .input-text:hover,
.ms-woocommerce-checkout .woocommerce-billing-fields__field-wrapper p.form-row .input-text:hover {
  border-color: var(--color-primary);
}
.ms-woocommerce-MyAccount-content .woocommerce-EditAccountForm p.form-row .input-text:focus-visible,
.ms-woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper p.form-row .input-text:focus-visible,
.ms-woocommerce-MyAccount-content .woocommerce-billing-fields__field-wrapper p.form-row .input-text:focus-visible,
.ms-woocommerce-checkout .woocommerce-EditAccountForm p.form-row .input-text:focus-visible,
.ms-woocommerce-checkout .woocommerce-address-fields__field-wrapper p.form-row .input-text:focus-visible,
.ms-woocommerce-checkout .woocommerce-billing-fields__field-wrapper p.form-row .input-text:focus-visible {
  z-index: 1;
  border-color: var(--color-primary);
  box-shadow: 0 0 0 4px hsla(var(--color-primary-h), var(--color-primary-s), var(--color-primary-l), 0.2);
  outline: 0;
}
.ms-woocommerce-MyAccount-content .woocommerce-EditAccountForm .select2-container--default .select2-selection--single,
.ms-woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .select2-container--default .select2-selection--single,
.ms-woocommerce-MyAccount-content .woocommerce-billing-fields__field-wrapper .select2-container--default .select2-selection--single,
.ms-woocommerce-checkout .woocommerce-EditAccountForm .select2-container--default .select2-selection--single,
.ms-woocommerce-checkout .woocommerce-address-fields__field-wrapper .select2-container--default .select2-selection--single,
.ms-woocommerce-checkout .woocommerce-billing-fields__field-wrapper .select2-container--default .select2-selection--single {
  padding: 0.5em 1.2em 0.5em 1.2em;
  height: 45px;
  position: relative;
  border: solid 1px var(--color-contrast-low);
}
.ms-woocommerce-MyAccount-content .woocommerce-EditAccountForm .select2-container--default .select2-selection--single .select2-selection__arrow,
.ms-woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow,
.ms-woocommerce-MyAccount-content .woocommerce-billing-fields__field-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow,
.ms-woocommerce-checkout .woocommerce-EditAccountForm .select2-container--default .select2-selection--single .select2-selection__arrow,
.ms-woocommerce-checkout .woocommerce-address-fields__field-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow,
.ms-woocommerce-checkout .woocommerce-billing-fields__field-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  top: 0;
  bottom: 0;
  right: 8px;
  width: 32px;
}
.ms-woocommerce-MyAccount-content .woocommerce-EditAccountForm .select2-container--default .select2-selection--single .select2-selection__rendered,
.ms-woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered,
.ms-woocommerce-MyAccount-content .woocommerce-billing-fields__field-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered,
.ms-woocommerce-checkout .woocommerce-EditAccountForm .select2-container--default .select2-selection--single .select2-selection__rendered,
.ms-woocommerce-checkout .woocommerce-address-fields__field-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered,
.ms-woocommerce-checkout .woocommerce-billing-fields__field-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--color-contrast-higher);
  background-color: var(--color-bg);
  padding-left: 0;
}
.ms-woocommerce-MyAccount-content .woocommerce-EditAccountForm .select2-container--default .select2-selection--single,
.ms-woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .select2-container--default .select2-selection--single,
.ms-woocommerce-MyAccount-content .woocommerce-billing-fields__field-wrapper .select2-container--default .select2-selection--single,
.ms-woocommerce-checkout .woocommerce-EditAccountForm .select2-container--default .select2-selection--single,
.ms-woocommerce-checkout .woocommerce-address-fields__field-wrapper .select2-container--default .select2-selection--single,
.ms-woocommerce-checkout .woocommerce-billing-fields__field-wrapper .select2-container--default .select2-selection--single {
  background-color: var(--color-bg);
  transition: border-color 150ms var(--ease-in-out);
}
.ms-woocommerce-MyAccount-content .woocommerce-EditAccountForm .select2-container--default .select2-selection--single:hover,
.ms-woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .select2-container--default .select2-selection--single:hover,
.ms-woocommerce-MyAccount-content .woocommerce-billing-fields__field-wrapper .select2-container--default .select2-selection--single:hover,
.ms-woocommerce-checkout .woocommerce-EditAccountForm .select2-container--default .select2-selection--single:hover,
.ms-woocommerce-checkout .woocommerce-address-fields__field-wrapper .select2-container--default .select2-selection--single:hover,
.ms-woocommerce-checkout .woocommerce-billing-fields__field-wrapper .select2-container--default .select2-selection--single:hover {
  border-color: var(--color-primary);
}
.ms-woocommerce-MyAccount-content .woocommerce-additional-fields .form-row,
.ms-woocommerce-checkout .woocommerce-additional-fields .form-row {
  display: flex;
  flex-direction: column;
}
.ms-woocommerce-MyAccount-content .woocommerce-additional-fields .form-row label,
.ms-woocommerce-checkout .woocommerce-additional-fields .form-row label {
  margin-bottom: 8pt;
}
.ms-woocommerce-MyAccount-content .woocommerce-additional-fields .form-row .input-text,
.ms-woocommerce-checkout .woocommerce-additional-fields .form-row .input-text {
  width: 100%;
  border-radius: 6pt;
  padding: 0.5em 1.2em 0.5em 1.2em;
  margin-bottom: 2rem;
  background-color: var(--color-bg);
  color: var(--color-contrast-higher);
  border: solid 1px var(--color-contrast-low);
}

.woocommerce-form-coupon-toggle {
  margin-bottom: 3rem;
}

.wc_payment_methods {
  list-style: none;
  padding-left: 0;
}

.woocommerce-checkout-review-order .wc_payment_methods,
.woocommerce-checkout-review-order .woocommerce-terms-and-conditions-wrapper,
.woocommerce-checkout-review-order .woocommerce-checkout-review-order-table {
  margin-bottom: 2rem;
}
.woocommerce-checkout-review-order .button {
  width: 100%;
  height: 45px;
  border: none;
  color: var(--color-white);
  background-color: var(--color-primary);
  border-radius: 6pt;
}
@media (max-width: 767px) {
  .woocommerce-checkout-review-order .woocommerce-checkout-payment {
    margin-bottom: 50px;
  }
}

.woocommerce-info {
  padding: 1.5rem 2rem;
  border-radius: 6pt;
  background-color: var(--color-contrast-lower);
}

.woocommerce-error {
  margin-bottom: 3rem;
  list-style: none;
  line-height: 1.8;
  padding: 1.5rem 2rem;
  border-radius: 6pt;
  background-color: hsla(var(--color-error-h), var(--color-error-s), var(--color-error-l), 0.1);
}

.ms-checkout-review-order-table .ms-checkout-product {
  display: flex;
  align-items: center;
}
.ms-checkout-review-order-table .ms-checkout-product .ms-checkout-product__thumbnail img {
  width: 90px;
  border-radius: 12pt;
  margin-right: 20px;
}
.ms-checkout-review-order-table .ms-checkout-product .ms-checkout-product__content h5 {
  font-size: 16px;
}
.ms-checkout-review-order-table .ms-checkout-product .ms-checkout-product__content .woocommerce-Price-amount {
  color: var(--color-contrast-medium);
}
.ms-checkout-review-order-table .cart_item td {
  border: none;
  padding: 0;
  padding-bottom: 1rem;
}
.ms-checkout-review-order-table tfoot th {
  text-align: left;
  padding-left: 0;
}
.ms-checkout-review-order-table tfoot td {
  text-align: right;
  padding-right: 0;
}
.ms-checkout-review-order-table tfoot th, .ms-checkout-review-order-table tfoot td {
  border: none;
}
.ms-checkout-review-order-table tfoot tr {
  border-bottom: dotted 1px var(--color-contrast-low);
}
.ms-checkout-review-order-table tfoot tr:last-child {
  border-bottom: none;
}
.ms-checkout-review-order-table tfoot .woocommerce-shipping-methods {
  list-style: none;
}

.checkout_coupon.woocommerce-form-coupon {
  margin-bottom: 2rem;
}
.checkout_coupon.woocommerce-form-coupon p:first-child {
  margin-bottom: 1rem;
}
.checkout_coupon.woocommerce-form-coupon .form-row-first,
.checkout_coupon.woocommerce-form-coupon .form-row-last {
  display: inline-flex;
}
.checkout_coupon.woocommerce-form-coupon .form-row-first input {
  border: none;
  border-radius: 6pt;
  background-color: var(--color-contrast-lower);
  padding: 0.5em 1.6em 0.5em 1em;
  height: 45px;
}
.checkout_coupon.woocommerce-form-coupon .form-row-first input:focus-visible {
  outline: none;
}
.checkout_coupon.woocommerce-form-coupon .form-row-last {
  margin-left: -12pt;
}
.checkout_coupon.woocommerce-form-coupon .form-row-last button {
  border: none;
  height: 45px;
  background-color: var(--color-primary);
  color: var(--color-white);
  border-radius: 6pt;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  line-height: 2.4;
}

.ms-woocommerce-order .ms-woocommerce-order-overview {
  list-style: none;
  padding-left: 0;
  display: flex;
  margin: 2rem 0 4rem;
}
.ms-woocommerce-order .ms-woocommerce-order-overview li {
  display: flex;
  flex-direction: column;
  margin-right: 1.5rem;
  padding-right: 1.5rem;
  color: var(--color-contrast-medium);
  border-right: dashed 1px hsla(var(--color-contrast-medium-h), var(--color-contrast-medium-s), var(--color-contrast-medium-l), 0.4);
}
.ms-woocommerce-order .ms-woocommerce-order-overview li strong {
  margin-top: 4pt;
  color: var(--color-contrast-higher);
}
.ms-woocommerce-order .ms-woocommerce-order-overview li:last-child {
  border-right: none;
}
.ms-woocommerce-order .woocommerce-order-details h2 {
  margin: 2rem 0;
  font-weight: 700;
}
.ms-woocommerce-order .woocommerce-order-details thead, .ms-woocommerce-order .woocommerce-order-details tfoot {
  text-align: left;
}
.ms-woocommerce-order .woocommerce-order-details .woocommerce-table--order-details {
  margin-bottom: 4rem;
  background-color: var(--color-contrast-lower);
  border-radius: 12pt;
  overflow: hidden;
}
.ms-woocommerce-order .woocommerce-order-details .woocommerce-table--order-details thead > tr > th {
  font-weight: 700;
  font-size: 24px;
  border-bottom: solid 1px var(--color-contrast-low);
}
.ms-woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tr > th,
.ms-woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tr > td {
  padding: 1rem 2rem;
}
.ms-woocommerce-order .woocommerce-order-details .woocommerce-table--order-details a {
  font-weight: bold;
}
.ms-woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tr, .ms-woocommerce-order .woocommerce-order-details .woocommerce-table--order-details td, .ms-woocommerce-order .woocommerce-order-details .woocommerce-table--order-details th {
  border: none;
}
.ms-woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tr {
  border-bottom: solid 1px var(--color-contrast-low);
}
.ms-woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tfoot {
  border-top: solid 1px var(--color-contrast-low);
  background-color: var(--color-contrast-low);
}
.ms-woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tfoot tr:last-child {
  font-weight: 700;
}
.ms-woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tfoot th, .ms-woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tfoot td {
  padding-bottom: 0;
}
.ms-woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tr:last-child th,
.ms-woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tr:last-child td {
  padding-bottom: 1rem;
}
.ms-woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tr:last-child {
  border-bottom: none;
}
.ms-woocommerce-order .woocommerce-order-details .woocommerce-table--order-details td.woocommerce-table__product-total.product-total {
  display: flex;
}
.ms-woocommerce-order .woocommerce-columns--addresses {
  display: flex;
  flex-wrap: wrap;
}
.ms-woocommerce-order .woocommerce-columns--addresses .woocommerce-column__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 2rem;
}
.ms-woocommerce-order .woocommerce-columns--addresses .woocommerce-column--billing-address,
.ms-woocommerce-order .woocommerce-columns--addresses .woocommerce-column--shipping-address {
  width: auto;
}
.ms-woocommerce-order .woocommerce-columns--addresses .woocommerce-column--billing-address address,
.ms-woocommerce-order .woocommerce-columns--addresses .woocommerce-column--shipping-address address {
  font-style: italic;
}
.ms-woocommerce-order .woocommerce-columns--addresses .woocommerce-column--billing-address address .woocommerce-customer-details--email,
.ms-woocommerce-order .woocommerce-columns--addresses .woocommerce-column--shipping-address address .woocommerce-customer-details--email {
  margin-top: 8pt;
}
.ms-woocommerce-order .woocommerce-columns--addresses .woocommerce-column--billing-address {
  margin-right: 4rem;
  margin-bottom: 2rem;
}
.ms-woocommerce-order .woocommerce-table.woocommerce-table--order-details.shop_table.order_details strong.product-quantity {
  margin-left: 4pt;
  color: var(--color-contrast-medium);
}
.ms-woocommerce-order .woocommerce-table.woocommerce-table--order-details.shop_table.order_details .wc-item-meta {
  list-style: none;
  padding-left: 0;
}
.ms-woocommerce-order .woocommerce-table.woocommerce-table--order-details.shop_table.order_details .wc-item-meta li {
  display: flex;
}
.ms-woocommerce-order .woocommerce-table.woocommerce-table--order-details.shop_table.order_details .wc-item-meta li strong {
  margin-right: 8pt;
}
.ms-woocommerce-order .woocommerce-table.woocommerce-table--order-details.shop_table.order_details .wc-item-meta li p {
  color: var(--color-contrast-medium);
}

.woocommerce-page.woocommerce-order-received .woocommerce {
  margin-bottom: 8vh;
}

.woocommerce-customer-details .woocommerce-column__title {
  font-weight: 700;
  margin: 2rem 0;
}

.main-header__cart {
  position: relative;
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 1;
  width: 25px;
}
@media (max-width: 450px) {
  .main-header__cart {
    display: none;
  }
}
.main-header__cart .header__cart-icon {
  width: 25px;
}
.main-header__cart .header__cart-icon svg {
  fill: var(--color-contrast-high);
}
.main-header__cart .header__cart-count {
  font-size: 0.625rem;
  position: absolute;
  top: -1pt;
  right: -2pt;
  background-color: var(--color-primary);
  color: var(--color-white);
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.menu-right .main-header__cart {
  margin-left: calc(var(--space-md) + 6pt);
}

.ms-woocommerce-MyAccount-navigation {
  margin-bottom: 2rem;
}
.ms-woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding-left: 0;
}
.ms-woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link {
  padding: calc(0.5 * var(--global--spacing-unit)) 0;
  border-bottom: solid 1px var(--color-contrast-low);
}
.ms-woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link a {
  color: var(--color-contrast-medium);
}
.ms-woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link a:hover {
  color: var(--color-contrast-higher);
}
.ms-woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link.is-active a {
  color: var(--color-contrast-higher);
}
.ms-woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link:first-child {
  padding-top: 0;
}
.ms-woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link:last-child {
  border-bottom: 0;
}

.ms-woocommerce-MyAccount-content p {
  margin-bottom: 30px;
  line-height: 28px;
}
.ms-woocommerce-MyAccount-content .woocommerce-orders-table thead {
  text-align: left;
  background-color: var(--color-contrast-lower);
}
.ms-woocommerce-MyAccount-content .woocommerce-Addresses {
  display: flex;
}
.ms-woocommerce-MyAccount-content .woocommerce-Addresses .u-column1.woocommerce-Address {
  margin-right: 4rem;
  margin-bottom: 2rem;
}
.ms-woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address {
  width: auto;
}
.ms-woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address address {
  line-height: 28px;
  font-style: italic;
}
.ms-woocommerce-MyAccount-content .woocommerce-EditAccountForm em {
  font-size: 14px;
  color: var(--color-contrast-medium);
}
.ms-woocommerce-MyAccount-content .woocommerce-EditAccountForm legend {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.ms-woocommerce-MyAccount-content .woocommerce-address-fields .button,
.ms-woocommerce-MyAccount-content .woocommerce-EditAccountForm .button {
  width: 100%;
  height: 45px;
  border: none;
  width: auto;
  color: var(--color-white);
  background-color: var(--color-primary);
  border-radius: 6pt;
  width: auto;
  padding: 0 1.2rem;
}

.ms-woocommerce-form-login-wrapper {
  margin-bottom: calc(var(--global--spacing-vertical) + 8vh);
}

.ms-login-my-account,
.ms-register-account,
.ms-woocommerce-form-login {
  max-width: 28.125rem;
}

.ms-woocommerce-form-login,
.woocommerce-form-register,
.woocommerce-ResetPassword {
  margin: 2rem 0;
  margin-bottom: 8vh;
}
.ms-woocommerce-form-login .woocommerce-form-login__rememberme,
.woocommerce-form-register .woocommerce-form-login__rememberme,
.woocommerce-ResetPassword .woocommerce-form-login__rememberme {
  margin-bottom: 1rem !important;
}
.ms-woocommerce-form-login .woocommerce-form-login__rememberme .woocommerce-form__input-checkbox,
.woocommerce-form-register .woocommerce-form-login__rememberme .woocommerce-form__input-checkbox,
.woocommerce-ResetPassword .woocommerce-form-login__rememberme .woocommerce-form__input-checkbox {
  margin-right: 4pt;
}
.ms-woocommerce-form-login p.form-row,
.woocommerce-form-register p.form-row,
.woocommerce-ResetPassword p.form-row {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
}
.ms-woocommerce-form-login p.form-row label,
.woocommerce-form-register p.form-row label,
.woocommerce-ResetPassword p.form-row label {
  margin-bottom: 4pt;
  font-size: 14px;
}
.ms-woocommerce-form-login p.form-row label .required,
.woocommerce-form-register p.form-row label .required,
.woocommerce-ResetPassword p.form-row label .required {
  text-decoration: none;
}
.ms-woocommerce-form-login p.form-row .input-text,
.woocommerce-form-register p.form-row .input-text,
.woocommerce-ResetPassword p.form-row .input-text {
  width: 100%;
  padding: 0.5em 1.2em 0.5em 1.2em;
  height: 45px;
  border: none;
  border-radius: 6pt;
  height: 45px;
  color: var(--color-contrast-higher);
  border: solid 1px var(--color-contrast-low);
  transition: border-color 150ms var(--ease-in-out), box-shadow 150ms var(--ease-in-out), -webkit-box-shadow 150ms var(--ease-in-out);
}
.ms-woocommerce-form-login p.form-row .input-text:hover,
.woocommerce-form-register p.form-row .input-text:hover,
.woocommerce-ResetPassword p.form-row .input-text:hover {
  border-color: var(--color-primary);
}
.ms-woocommerce-form-login p.form-row .input-text:focus-visible,
.woocommerce-form-register p.form-row .input-text:focus-visible,
.woocommerce-ResetPassword p.form-row .input-text:focus-visible {
  z-index: 1;
  border-color: var(--color-primary);
  -webkit-box-shadow: 0 0 0 4px hsla(var(--color-primary-h), var(--color-primary-s), var(--color-primary-l), 0.2);
  box-shadow: 0 0 0 4px hsla(var(--color-primary-h), var(--color-primary-s), var(--color-primary-l), 0.2);
  outline: 0;
}
.ms-woocommerce-form-login .button,
.woocommerce-form-register .button,
.woocommerce-ResetPassword .button {
  width: 100%;
  height: 45px;
  border: none;
  width: auto;
  color: var(--color-white);
  background-color: var(--color-primary);
  border-radius: 6pt;
  width: auto;
  padding: 0 1.2rem;
}

.woocommerce-form-register,
.woocommerce-ResetPassword {
  width: auto;
}
.woocommerce-form-register p,
.woocommerce-ResetPassword p {
  margin-bottom: 1.5rem;
}

.ms-dashboard-content {
  margin-bottom: 8vh;
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding-left: 0;
}
.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link {
  padding-top: 8pt;
  padding-bottom: 8pt;
  border-top: solid 1px var(--color-contrast-low);
}
.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--color-contrast-higher);
}
.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link a:hover {
  color: var(--color-primary);
}
.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link:last-child {
  border-bottom: solid 1px var(--color-contrast-low);
}

.ms-woocommerce-MyAccount-content {
  padding-left: 5rem;
}

.woocommerce-MyAccount-navigation ul li a::after {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  opacity: 0.4;
  background-repeat: no-repeat;
  background-size: contain;
}
.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard a::after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDMyIDMyIiBoZWlnaHQ9IjMycHgiIGlkPSJMYXllcl8xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAzMiAzMiIgd2lkdGg9IjMycHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxnPjxwYXRoIGQ9Ik0xNiwzMGMtMy43NCwwLTcuMjU1LTEuNDU2LTkuODk5LTQuMTAxQzEuNzc5LDIxLjU3OCwwLjc1MiwxNS4wMjUsMy41NDcsOS41OTVDMy44LDkuMTA0LDQuNDAyLDguOTExLDQuODk0LDkuMTYzICAgczAuNjg1LDAuODU1LDAuNDMyLDEuMzQ3QzIuOTMsMTUuMTY0LDMuODEsMjAuNzgsNy41MTUsMjQuNDg1QzkuNzgxLDI2Ljc1MiwxMi43OTQsMjgsMTYsMjhjMy4yMDUsMCw2LjIxOS0xLjI0OCw4LjQ4NS0zLjUxNSAgIFMyOCwxOS4yMDUsMjgsMTZjMC0zLjIwNi0xLjI0OC02LjIxOS0zLjUxNS04LjQ4NVMxOS4yMDYsNCwxNiw0Yy0zLjIwNiwwLTYuMjE5LDEuMjQ5LTguNDg1LDMuNTE1ICAgYy0wLjM5MSwwLjM5MS0xLjAyMywwLjM5MS0xLjQxNCwwcy0wLjM5MS0xLjAyMywwLTEuNDE0QzguNzQ1LDMuNDU3LDEyLjI2LDIsMTYsMmMzLjc0LDAsNy4yNTYsMS40NTcsOS44OTksNC4xMDEgICBDMjguNTQ0LDguNzQ1LDMwLDEyLjI2LDMwLDE2YzAsMy43MzktMS40NTYsNy4yNTUtNC4xMDEsOS44OTlDMjMuMjU2LDI4LjU0NCwxOS43NCwzMCwxNiwzMHoiLz48L2c+PGc+PHBhdGggZD0iTTE2LDIwYy0xLjA2OCwwLTIuMDczLTAuNDE2LTIuODI5LTEuMTcyYy0xLjU2LTEuNTYtMS41Ni00LjA5NywwLTUuNjU2YzEuMjU3LTEuMjU3LDcuMjcyLTMuNjM5LDguNDY1LTQuMTA0ICAgYzAuMzcxLTAuMTQ0LDAuNzktMC4wNTYsMS4wNywwLjIyNXMwLjM2OSwwLjcsMC4yMjUsMS4wN2MtMC40NjUsMS4xOTMtMi44NDcsNy4yMDktNC4xMDQsOC40NjVDMTguMDczLDE5LjU4NCwxNy4wNjgsMjAsMTYsMjB6ICAgIE0yMC4xODgsMTEuODEzYy0yLjQ1MywxLjAyOC01LjA2NCwyLjIzNS01LjYwMiwyLjc3M2MtMC43OCwwLjc4LTAuNzgsMi4wNDgsMCwyLjgyOGMwLjc1NiwwLjc1NiwyLjA3MywwLjc1NiwyLjgyOSwwICAgQzE3Ljk1MiwxNi44NzUsMTkuMTYsMTQuMjY2LDIwLjE4OCwxMS44MTN6Ii8+PC9nPjwvc3ZnPg==);
}
.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--orders a::after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGhlaWdodD0iMTY5OC4yNjhweCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTQ4OS43MzMgMTY5OC4yNjg7IiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxNDg5LjczMyAxNjk4LjI2OCIgd2lkdGg9IjE0ODkuNzMzcHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxnIGlkPSJzaG9wcGluZ19iYWdfMiI+PHBhdGggZD0iTTE0ODkuNjY4LDE1NDAuMjI2bC01MC43MzQtMTE0NS43NTljLTAuODk2LTg0LjU4NS03MC4zNS0xNTMuMTk5LTE1NS41OTEtMTUzLjE5OWgtMjU3Ljg5MiAgIEMxMDA0LjUyMywxMDYuMjY4LDg4Ni41OTMsMCw3NDQuNjg5LDBDNjAyLjc0NywwLDQ4NC43ODQsMTA2LjI2OCw0NjMuODUsMjQxLjI2OEgyMDYuMzEzICAgYy04NS4yMTcsMC0xNTQuNjQ5LDY4LjYxNi0xNTUuNTQzLDE1My4yMDJMMC4wNjQsMTU0MC4xODhDMC4wMjIsMTU0MS4xNiwwLDE1NDIuMTQ2LDAsMTU0My4xMjEgICBjMCw4NS41NDMsNjkuNzk3LDE1NS4xNDYsMTU1LjU5MiwxNTUuMTQ2aDExNzguNTU2Yzg1Ljc5LDAsMTU1LjU4Ni02OS41ODMsMTU1LjU4Ni0xNTUuMTI3ICAgQzE0ODkuNzMzLDE1NDIuMTY2LDE0ODkuNzEyLDE1NDEuMiwxNDg5LjY2OCwxNTQwLjIyNnogTTc0NC42ODksMTMyLjE0MWM2OC43NDYsMCwxMjYuOTQxLDQ2LjEyNiwxNDUuNjE3LDEwOS4xMjZINTk4Ljk5OCAgIEM2MTcuNjg0LDE3OC4yNjgsNjc1LjkwOCwxMzIuMTQxLDc0NC42ODksMTMyLjE0MXogTTEzMzQuMTQ3LDE1NjYuMjY4SDE1NS41OTJjLTEyLjgxMSwwLTIyLjkxNy05LjY0NS0yMy40My0yMi4wNjIgICBsNTAuNjc0LTExNDUuMDQ4YzAuMDQzLTAuOTcxLDAuMDY0LTIuMTExLDAuMDY0LTMuMDg0YzAtMTIuNjk1LDEwLjI4My0yMi44MDYsMjMuNDEyLTIyLjgwNkg0NjB2MjQxLjQ1OSAgIGMwLDM2LjQ5LDI5LjUxLDY2LjA3LDY2LDY2LjA3czY2LTI5LjU4LDY2LTY2LjA3VjM3My4yNjhoMzA0djI0MS40NTljMCwzNi40OSwyOS41MSw2Ni4wNyw2Niw2Ni4wN3M2Ni0yOS41OCw2Ni02Ni4wN1YzNzMuMjY4ICAgaDI1NS4zNDNjMTMuMTUzLDAsMjMuNDU3LDEwLjA5NSwyMy40NTcsMjIuNzljMCwwLjk3NCwwLjAyMSwyLjAyMywwLjA2NCwyLjk5OGw1MC43MDYsMTE0NS4xMTcgICBDMTM1Ny4wNTcsMTU1Ni41ODYsMTM0Ni45NTMsMTU2Ni4yNjgsMTMzNC4xNDcsMTU2Ni4yNjh6Ii8+PC9nPjxnIGlkPSJMYXllcl8xIi8+PC9zdmc+);
}
.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads a::after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgY2xhc3M9ImZlYXRoZXIgZmVhdGhlci1kb3dubG9hZCIgZmlsbD0ibm9uZSIgaGVpZ2h0PSIyNCIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjEgMTV2NGEyIDIgMCAwIDEtMiAySDVhMiAyIDAgMCAxLTItMnYtNCIvPjxwb2x5bGluZSBwb2ludHM9IjcgMTAgMTIgMTUgMTcgMTAiLz48bGluZSB4MT0iMTIiIHgyPSIxMiIgeTE9IjE1IiB5Mj0iMyIvPjwvc3ZnPg==);
}
.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-address a::after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaGVpZ2h0PSIzMiIgaWQ9InN2ZzgiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDguNDY2NjY2NSA4LjQ2NjY2NjkiIHdpZHRoPSIzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOmlua3NjYXBlPSJodHRwOi8vd3d3Lmlua3NjYXBlLm9yZy9uYW1lc3BhY2VzL2lua3NjYXBlIiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiIHhtbG5zOnNvZGlwb2RpPSJodHRwOi8vc29kaXBvZGkuc291cmNlZm9yZ2UubmV0L0RURC9zb2RpcG9kaS0wLmR0ZCIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnMgaWQ9ImRlZnMyIi8+PGcgaWQ9ImxheWVyMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCwtMjg4LjUzMzMyKSI+PHBhdGggZD0ibSA0LjIzMjQyMTksMjg4Ljc5Njg4IGMgLTEuNjA0MjQzNywwIC0yLjkxMDE1NTYsMS4zMDU5MSAtMi45MTAxNTYzLDIuOTEwMTUgLTEwZS03LDIuODIyNzcgMi43NDYwOTM4LDQuOTY4NzUgMi43NDYwOTM4LDQuOTY4NzUgYSAwLjI2NDYwOTc4LDAuMjY0NjA5NzggMCAwIDAgMC4zMzAwNzgxLDAgYyAwLDAgMi43NDYwOTk2LC0yLjE0NTk4IDIuNzQ2MDkzNywtNC45Njg3NSAtMy40ZS02LC0xLjYwNDI0IC0xLjMwNzg2NTcsLTIuOTEwMTUgLTIuOTEyMTA5MywtMi45MTAxNSB6IG0gMCwwLjUyOTI5IGMgMS4zMTgyNjA1LDAgMi4zODI4MDk3LDEuMDYyNiAyLjM4MjgxMjUsMi4zODA4NiA0LjhlLTYsMi4zMDkyNiAtMi4wOTEwNjE4LDQuMTMzNzQgLTIuMzgwODU5NCw0LjM4MDg2IC0wLjI4ODQxNDIsLTAuMjQ1ODggLTIuMzgyODEzNCwtMi4wNzA3IC0yLjM4MjgxMjUsLTQuMzgwODYgNWUtNywtMS4zMTgyNiAxLjA2MjU5ODgsLTIuMzgwODYgMi4zODA4NTk0LC0yLjM4MDg2IHoiIGlkPSJwYXRoOTI5IiBzdHlsZT0iY29sb3I6IzAwMDAwMDtmb250LXN0eWxlOm5vcm1hbDtmb250LXZhcmlhbnQ6bm9ybWFsO2ZvbnQtd2VpZ2h0Om5vcm1hbDtmb250LXN0cmV0Y2g6bm9ybWFsO2ZvbnQtc2l6ZTptZWRpdW07bGluZS1oZWlnaHQ6bm9ybWFsO2ZvbnQtZmFtaWx5OnNhbnMtc2VyaWY7Zm9udC12YXJpYW50LWxpZ2F0dXJlczpub3JtYWw7Zm9udC12YXJpYW50LXBvc2l0aW9uOm5vcm1hbDtmb250LXZhcmlhbnQtY2Fwczpub3JtYWw7Zm9udC12YXJpYW50LW51bWVyaWM6bm9ybWFsO2ZvbnQtdmFyaWFudC1hbHRlcm5hdGVzOm5vcm1hbDtmb250LWZlYXR1cmUtc2V0dGluZ3M6bm9ybWFsO3RleHQtaW5kZW50OjA7dGV4dC1hbGlnbjpzdGFydDt0ZXh0LWRlY29yYXRpb246bm9uZTt0ZXh0LWRlY29yYXRpb24tbGluZTpub25lO3RleHQtZGVjb3JhdGlvbi1zdHlsZTpzb2xpZDt0ZXh0LWRlY29yYXRpb24tY29sb3I6IzAwMDAwMDtsZXR0ZXItc3BhY2luZzpub3JtYWw7d29yZC1zcGFjaW5nOm5vcm1hbDt0ZXh0LXRyYW5zZm9ybTpub25lO3dyaXRpbmctbW9kZTpsci10YjtkaXJlY3Rpb246bHRyO3RleHQtb3JpZW50YXRpb246bWl4ZWQ7ZG9taW5hbnQtYmFzZWxpbmU6YXV0bztiYXNlbGluZS1zaGlmdDpiYXNlbGluZTt0ZXh0LWFuY2hvcjpzdGFydDt3aGl0ZS1zcGFjZTpub3JtYWw7c2hhcGUtcGFkZGluZzowO2NsaXAtcnVsZTpub256ZXJvO2Rpc3BsYXk6aW5saW5lO292ZXJmbG93OnZpc2libGU7dmlzaWJpbGl0eTp2aXNpYmxlO29wYWNpdHk6MTtpc29sYXRpb246YXV0bzttaXgtYmxlbmQtbW9kZTpub3JtYWw7Y29sb3ItaW50ZXJwb2xhdGlvbjpzUkdCO2NvbG9yLWludGVycG9sYXRpb24tZmlsdGVyczpsaW5lYXJSR0I7c29saWQtY29sb3I6IzAwMDAwMDtzb2xpZC1vcGFjaXR5OjE7dmVjdG9yLWVmZmVjdDpub25lO2ZpbGw6IzAwMDAwMDtmaWxsLW9wYWNpdHk6MTtmaWxsLXJ1bGU6bm9uemVybztzdHJva2U6bm9uZTtzdHJva2Utd2lkdGg6MC41MjkxNjY2NDtzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6NDtzdHJva2UtZGFzaGFycmF5Om5vbmU7c3Ryb2tlLWRhc2hvZmZzZXQ6MDtzdHJva2Utb3BhY2l0eToxO3BhaW50LW9yZGVyOnN0cm9rZSBmaWxsIG1hcmtlcnM7Y29sb3ItcmVuZGVyaW5nOmF1dG87aW1hZ2UtcmVuZGVyaW5nOmF1dG87c2hhcGUtcmVuZGVyaW5nOmF1dG87dGV4dC1yZW5kZXJpbmc6YXV0bztlbmFibGUtYmFja2dyb3VuZDphY2N1bXVsYXRlIi8+PHBhdGggZD0ibSA0LjIzMjQyMTksMjkwLjM4NDc3IGMgLTAuNzI3NDkxMiwwIC0xLjMyMjI2MzMsMC41OTQ3NyAtMS4zMjIyNjU3LDEuMzIyMjYgLTQuNWUtNiwwLjcyNzUgMC41OTQ3Njk3LDEuMzI0MjIgMS4zMjIyNjU3LDEuMzI0MjIgMC43Mjc0OTYsMCAxLjMyNDIyMzMsLTAuNTk2NzIgMS4zMjQyMTg3LC0xLjMyNDIyIC0yLjNlLTYsLTAuNzI3NDkgLTAuNTk2NzI3NSwtMS4zMjIyNiAtMS4zMjQyMTg3LC0xLjMyMjI2IHogbSAwLDAuNTI5MjkgYyAwLjQ0MTUwODksMCAwLjc5NDkyMDQsMC4zNTE0NiAwLjc5NDkyMTksMC43OTI5NyAyLjdlLTYsMC40NDE1MSAtMC4zNTM0MSwwLjc5NDkyIC0wLjc5NDkyMTksMC43OTQ5MiAtMC40NDE1MTIsMCAtMC43OTI5NzE1LC0wLjM1MzQxIC0wLjc5Mjk2ODgsLTAuNzk0OTIgMS40ZS02LC0wLjQ0MTUxIDAuMzUxNDU5OCwtMC43OTI5NyAwLjc5Mjk2ODgsLTAuNzkyOTcgeiIgaWQ9ImNpcmNsZTkzMSIgc3R5bGU9ImNvbG9yOiMwMDAwMDA7Zm9udC1zdHlsZTpub3JtYWw7Zm9udC12YXJpYW50Om5vcm1hbDtmb250LXdlaWdodDpub3JtYWw7Zm9udC1zdHJldGNoOm5vcm1hbDtmb250LXNpemU6bWVkaXVtO2xpbmUtaGVpZ2h0Om5vcm1hbDtmb250LWZhbWlseTpzYW5zLXNlcmlmO2ZvbnQtdmFyaWFudC1saWdhdHVyZXM6bm9ybWFsO2ZvbnQtdmFyaWFudC1wb3NpdGlvbjpub3JtYWw7Zm9udC12YXJpYW50LWNhcHM6bm9ybWFsO2ZvbnQtdmFyaWFudC1udW1lcmljOm5vcm1hbDtmb250LXZhcmlhbnQtYWx0ZXJuYXRlczpub3JtYWw7Zm9udC1mZWF0dXJlLXNldHRpbmdzOm5vcm1hbDt0ZXh0LWluZGVudDowO3RleHQtYWxpZ246c3RhcnQ7dGV4dC1kZWNvcmF0aW9uOm5vbmU7dGV4dC1kZWNvcmF0aW9uLWxpbmU6bm9uZTt0ZXh0LWRlY29yYXRpb24tc3R5bGU6c29saWQ7dGV4dC1kZWNvcmF0aW9uLWNvbG9yOiMwMDAwMDA7bGV0dGVyLXNwYWNpbmc6bm9ybWFsO3dvcmQtc3BhY2luZzpub3JtYWw7dGV4dC10cmFuc2Zvcm06bm9uZTt3cml0aW5nLW1vZGU6bHItdGI7ZGlyZWN0aW9uOmx0cjt0ZXh0LW9yaWVudGF0aW9uOm1peGVkO2RvbWluYW50LWJhc2VsaW5lOmF1dG87YmFzZWxpbmUtc2hpZnQ6YmFzZWxpbmU7dGV4dC1hbmNob3I6c3RhcnQ7d2hpdGUtc3BhY2U6bm9ybWFsO3NoYXBlLXBhZGRpbmc6MDtjbGlwLXJ1bGU6bm9uemVybztkaXNwbGF5OmlubGluZTtvdmVyZmxvdzp2aXNpYmxlO3Zpc2liaWxpdHk6dmlzaWJsZTtvcGFjaXR5OjE7aXNvbGF0aW9uOmF1dG87bWl4LWJsZW5kLW1vZGU6bm9ybWFsO2NvbG9yLWludGVycG9sYXRpb246c1JHQjtjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM6bGluZWFyUkdCO3NvbGlkLWNvbG9yOiMwMDAwMDA7c29saWQtb3BhY2l0eToxO3ZlY3Rvci1lZmZlY3Q6bm9uZTtmaWxsOiMwMDAwMDA7ZmlsbC1vcGFjaXR5OjE7ZmlsbC1ydWxlOm5vbnplcm87c3Ryb2tlOm5vbmU7c3Ryb2tlLXdpZHRoOjAuNTI5MTY2NjQ7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjQ7c3Ryb2tlLWRhc2hhcnJheTpub25lO3N0cm9rZS1kYXNob2Zmc2V0OjA7c3Ryb2tlLW9wYWNpdHk6MTtwYWludC1vcmRlcjpzdHJva2UgZmlsbCBtYXJrZXJzO2NvbG9yLXJlbmRlcmluZzphdXRvO2ltYWdlLXJlbmRlcmluZzphdXRvO3NoYXBlLXJlbmRlcmluZzphdXRvO3RleHQtcmVuZGVyaW5nOmF1dG87ZW5hYmxlLWJhY2tncm91bmQ6YWNjdW11bGF0ZSIvPjwvZz48L3N2Zz4=);
}
.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-account a::after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDMyIDMyIiBoZWlnaHQ9IjMycHgiIGlkPSJMYXllcl8xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAzMiAzMiIgd2lkdGg9IjMycHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxnPjxwb2x5bGluZSBmaWxsPSJub25lIiBwb2ludHM9IiAgIDY0OSwxMzcuOTk5IDY3NSwxMzcuOTk5IDY3NSwxNTUuOTk5IDY2MSwxNTUuOTk5ICAiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS13aWR0aD0iMiIvPjxwb2x5bGluZSBmaWxsPSJub25lIiBwb2ludHM9IiAgIDY1MywxNTUuOTk5IDY0OSwxNTUuOTk5IDY0OSwxNDEuOTk5ICAiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS13aWR0aD0iMiIvPjxwb2x5bGluZSBmaWxsPSJub25lIiBwb2ludHM9IiAgIDY2MSwxNTYgNjUzLDE2MiA2NTMsMTU2ICAiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS13aWR0aD0iMiIvPjwvZz48cGF0aCBkPSJNMjEuOTQ3LDE2LjMzMkMyMy4yMTksMTQuOTE1LDI0LDEzLjA0OSwyNCwxMWMwLTQuNDExLTMuNTg5LTgtOC04cy04LDMuNTg5LTgsOHMzLjU4OSw4LDgsOCAgYzEuNTU1LDAsMy4wMDMtMC40NTMsNC4yMzMtMS4yMjRjNC4zNSwxLjYzOSw3LjM0NSw1LjYyLDcuNzI2LDEwLjIyNEg0LjA0MmMwLjI1OS0zLjA5OSwxLjcxMy01Ljk4OSw0LjA3OC04LjA1MSAgYzAuNDE3LTAuMzYzLDAuNDYtMC45OTQsMC4wOTctMS40MTFjLTAuMzYyLTAuNDE2LTAuOTk0LTAuNDYtMS40MTEtMC4wOTdDMy43NTEsMjEuMTAzLDIsMjQuOTUxLDIsMjljMCwwLjU1MywwLjQ0OCwxLDEsMWgyNiAgYzAuNTUzLDAsMS0wLjQ0NywxLTFDMzAsMjMuNTE0LDI2LjgyLDE4LjYxNSwyMS45NDcsMTYuMzMyeiBNMTAsMTFjMC0zLjMwOSwyLjY5MS02LDYtNnM2LDIuNjkxLDYsNnMtMi42OTEsNi02LDZTMTAsMTQuMzA5LDEwLDExeiAgIi8+PC9zdmc+);
}
.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout a::after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgZmlsbD0ibm9uZSIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDE1IDE1IiB3aWR0aD0iMTUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEzLjUgNy41TDEwLjUgMTAuNzVNMTMuNSA3LjVMMTAuNSA0LjVNMTMuNSA3LjVMNCA3LjVNOCAxMy41SDEuNUwxLjUgMS41TDggMS41IiBzdHJva2U9ImJsYWNrIi8+PC9zdmc+);
}

body[data-theme=dark] .woocommerce-MyAccount-navigation ul li a::after {
  filter: invert(1);
}

@media (max-width: 768px) {
  .ms-woocommerce-MyAccount-content {
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: 3rem;
  }
}
.single-product .container {
  margin-top: 8vh;
}

.ms-single-product .ms-single-product__media .flex-viewport {
  overflow: hidden;
  border-radius: 24pt;
}
.ms-single-product .ms-single-product__media .woocommerce-product-gallery__image {
  border-radius: 24pt;
  overflow: hidden;
}
.ms-single-product .ms-single-product__media .woocommerce-product-gallery__image a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ms-single-product .ms-single-product__media .flex-control-nav.flex-control-thumbs {
  list-style: none;
  padding: 0;
  display: flex;
  margin-top: 8pt;
}
.ms-single-product .ms-single-product__media .flex-control-nav.flex-control-thumbs li {
  width: 100px;
  height: 100px;
  cursor: pointer;
}
.ms-single-product .ms-single-product__media .flex-control-nav.flex-control-thumbs li img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  border-radius: 12pt;
  border: solid 2px var(--color-contrast-low);
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ms-single-product .ms-single-product__media .flex-control-nav.flex-control-thumbs li .flex-active {
  border-color: var(--color-primary);
}
.ms-single-product .ms-single-product__media .flex-control-nav.flex-control-thumbs li + li {
  margin-left: 8pt;
}
.ms-single-product .ms-single-product__content {
  padding-left: 3rem;
  position: relative;
}
.ms-single-product .ms-single-product__content .onsale {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 15px;
  font-weight: bold;
  background-color: var(--color-warning);
  color: var(--color-contrast-higher);
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.ms-single-product .ms-single-product__content .ms-single-product_title {
  font-size: 28px;
  margin-bottom: 1rem;
}
.ms-single-product .ms-single-product__content .price {
  margin-bottom: 2rem;
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: baseline;
  font-size: 36px;
}
.ms-single-product .ms-single-product__content .price del {
  text-decoration: none;
  margin-left: 8pt;
}
.ms-single-product .ms-single-product__content .price del bdi {
  font-size: 20px;
  text-decoration: line-through;
  color: hsla(var(--color-contrast-medium-h), var(--color-contrast-medium-s), var(--color-contrast-medium-l), 0.5);
  text-decoration-color: #b6b6b6;
}
.ms-single-product .ms-single-product__content .price bdi {
  font-weight: 700;
  letter-spacing: -1pt;
}
.ms-single-product .ms-single-product__content .price ins {
  text-decoration: none;
}
.ms-single-product .ms-single-product__content .ms-woocommerce-product-rating {
  display: flex;
  align-items: center;
  line-height: initial;
  margin-bottom: 2rem;
}
.ms-single-product .ms-single-product__content .ms-woocommerce-product-rating .ms-rating-icon svg {
  fill: #FFB03B;
}
.ms-single-product .ms-single-product__content .ms-woocommerce-product-rating .ms-rating-average {
  margin-right: 4pt;
}
.ms-single-product .ms-single-product__content .ms-woocommerce-product-rating .woocommerce-review-link {
  color: var(--color-contrast-medium);
  transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ms-single-product .ms-single-product__content .ms-woocommerce-product-rating .woocommerce-review-link:hover {
  color: var(--color-primary);
}
.ms-single-product .ms-single-product__content .stock,
.ms-single-product .ms-single-product__content .woocommerce-product-details__short-description {
  margin-bottom: 2rem;
  line-height: var(--body-line-height);
}
.ms-single-product .ms-single-product__content .stock p,
.ms-single-product .ms-single-product__content .woocommerce-product-details__short-description p {
  margin-bottom: 20pt;
}
.ms-single-product .ms-single-product__content .stock p:last-of-type,
.ms-single-product .ms-single-product__content .woocommerce-product-details__short-description p:last-of-type {
  margin-bottom: 0;
}
.ms-single-product .ms-single-product__content .stock.in-stock {
  color: var(--color-success);
}
.ms-single-product .ms-single-product__content .stock.out-of-stock {
  color: var(--color-error);
}
.ms-single-product .ms-single-product__content .woocommerce-variation-price .price {
  font-size: 24px;
}
.ms-single-product .ms-single-product__content .woocommerce-variation-description p {
  margin-bottom: 2em;
}
.ms-single-product .ms-single-product__content .cart {
  display: flex;
}
.ms-single-product .ms-single-product__content .cart .single_add_to_cart_button {
  border-radius: 6pt;
  border: none;
  color: var(--color-white);
  background-color: var(--color-primary);
  padding: 0 16pt;
  margin-left: 8pt;
  transition: background-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ms-single-product .ms-single-product__content .cart .single_add_to_cart_button:hover {
  background-color: var(--color-primary-dark);
}
.ms-single-product .ms-single-product__content .cart .single_add_to_cart_button:active {
  transform: translateY(2px);
}
.ms-single-product .ms-single-product__content .variations_form.cart {
  flex-direction: column;
}
.ms-single-product .ms-single-product__content .variations_form.cart .ms-variations .ms-variations--label {
  margin-bottom: 1em;
  font-weight: 700;
}
.ms-single-product .ms-single-product__content .variations_form.cart .ms-variations .ms-variations--label:after {
  content: ":";
  font-weight: 700;
}
.ms-single-product .ms-single-product__content .variations_form.cart .ms-variations--select {
  margin-bottom: 2em;
}
.ms-single-product .ms-single-product__content .variations_form.cart .ms-variations--select select {
  padding: 0.5em 0.8em 0.5em 0.8em;
  height: 45px;
  border-radius: 6pt;
  border: none;
  color: var(--color-contrast-higher);
  background-color: var(--color-bg);
  outline: 1px solid var(--color-contrast-low);
  position: relative;
  border-right: solid 0.8rem transparent;
  transition: outline 150ms var(--ease-in-out);
}
.ms-single-product .ms-single-product__content .variations_form.cart .ms-variations--select select:hover {
  outline: solid 1px var(--color-primary);
}
.ms-single-product .ms-single-product__content .variations_form.cart .ms-variations--select .reset_variations {
  margin-left: 1em;
}
.ms-single-product .ms-single-product__content .variations_form.cart .woocommerce-variation-add-to-cart {
  display: flex;
  margin-top: 4pt;
}
.ms-single-product .ms-single-product__content .ms-woocommerce-grouped {
  flex-direction: column;
}
.ms-single-product .ms-single-product__content .ms-woocommerce-grouped .woocommerce-grouped-product-list td {
  border: none;
}
.ms-single-product .ms-single-product__content .ms-woocommerce-grouped .woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__quantity {
  padding-left: 0;
}
.ms-single-product .ms-single-product__content .ms-woocommerce-grouped .woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__price .amount {
  font-weight: 700;
}
.ms-single-product .ms-single-product__content .ms-woocommerce-grouped .stock.in-stock {
  margin-bottom: 0;
}
.ms-single-product .ms-single-product__content .ms-woocommerce-grouped .single_add_to_cart_button {
  margin-left: 0;
  align-self: flex-start;
  height: 45px;
  margin-top: 2rem;
}
.ms-single-product .ms-single-product__content .product_meta {
  margin: 2rem 0;
  display: flex;
  flex-direction: column;
}
.ms-single-product .ms-single-product__content .product_meta > span {
  margin-bottom: 0.5rem;
}
.ms-single-product .ms-single-product__content .product_meta > span a, .ms-single-product .ms-single-product__content .product_meta > span span {
  color: var(--color-contrast-medium);
}
.ms-single-product .ms-single-product__content .product_meta > span a {
  transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ms-single-product .ms-single-product__content .product_meta > span a:hover {
  color: var(--color-primary);
}
.ms-single-product .ms-single-product__tabs {
  margin-top: 8vh;
  /* rating block specific to single product summary area */
  /* rating block specific to review submit form */
  /* rating block specific to product listing */
  /* rating block specific to sidebar widgets */
  /* end of review stars */
}
.ms-single-product .ms-single-product__tabs .wc-tabs {
  padding-left: 0;
  list-style: none;
  display: flex;
}
.ms-single-product .ms-single-product__tabs .wc-tabs li {
  display: flex;
  align-items: center;
  border-top-left-radius: 12pt;
  border-top-right-radius: 12pt;
  border: solid 1px var(--color-contrast-low);
  background-color: var(--color-contrast-lower);
}
.ms-single-product .ms-single-product__tabs .wc-tabs li a {
  padding: 8pt 20pt;
  color: var(--color-contrast-medium);
}
.ms-single-product .ms-single-product__tabs .wc-tabs li + li {
  border-left: none;
}
.ms-single-product .ms-single-product__tabs .wc-tabs li.active {
  background-color: var(--color-bg);
  border-bottom: none;
}
.ms-single-product .ms-single-product__tabs .wc-tabs li.active a {
  color: var(--color-contrast-higher);
}
.ms-single-product .ms-single-product__tabs .woocommerce-Tabs-panel > * {
  max-width: 100% !important;
  margin-bottom: 0 !important;
  margin: 0;
}
.ms-single-product .ms-single-product__tabs .woocommerce-Tabs-panel {
  border: solid 1px var(--color-contrast-low);
  border-bottom-left-radius: 12pt;
  border-bottom-right-radius: 12pt;
  padding: 20pt;
  line-height: 1.8;
  margin-top: -1px;
}
.ms-single-product .ms-single-product__tabs .woocommerce-Tabs-panel p {
  margin-bottom: 20pt !important;
}
.ms-single-product .ms-single-product__tabs .woocommerce-Tabs-panel p:last-of-type {
  margin-bottom: 0 !important;
}
.ms-single-product .ms-single-product__tabs .woocommerce-Tabs-panel .ms-section-title {
  margin-bottom: 16pt !important;
  margin-top: 1rem;
}
.ms-single-product .ms-single-product__tabs .woocommerce-Tabs-panel h3 {
  font-size: 24px;
  font-weight: 900;
}
.ms-single-product .ms-single-product__tabs .woocommerce-Tabs-panel table th, .ms-single-product .ms-single-product__tabs .woocommerce-Tabs-panel table td {
  border-left: none;
  border-right: none;
  padding-left: 0;
  padding-right: 0;
}
.ms-single-product .ms-single-product__tabs .woocommerce-Tabs-panel table th {
  font-weight: bold;
}
.ms-single-product .ms-single-product__tabs .woocommerce-Tabs-panel table tr:last-child th, .ms-single-product .ms-single-product__tabs .woocommerce-Tabs-panel table tr:last-child td {
  border-bottom: none;
  padding-bottom: 0;
}
.ms-single-product .ms-single-product__tabs .ms-commentlist {
  padding-left: 0;
  margin-top: 1rem;
}
.ms-single-product .ms-single-product__tabs .ms-commentlist li .ms-comment_container {
  display: flex;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: solid 1px var(--color-contrast-low);
}
.ms-single-product .ms-single-product__tabs .ms-commentlist li .ms-comment_container .ms-review-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 20px;
  flex-shrink: 0;
  overflow: hidden;
}
.ms-single-product .ms-single-product__tabs .ms-commentlist li .ms-comment_container .comment-text {
  width: 100%;
  position: relative;
}
.ms-single-product .ms-single-product__tabs .ms-commentlist li .ms-comment_container .comment-text .ms-review-meta {
  margin-top: 4pt;
}
.ms-single-product .ms-single-product__tabs .ms-commentlist li .ms-comment_container .comment-text .description {
  margin-top: calc(var(--global--spacing-vertical) - 10px);
}
.ms-single-product .ms-single-product__tabs .ms-commentlist li .ms-comment_container .ms-review-meta__name .woocommerce-review__verified {
  color: var(--color-contrast-medium);
}
.ms-single-product .ms-single-product__tabs .ms-commentlist li .ms-comment_container .ms-review-meta__time {
  font-size: 15px;
  line-height: 1;
  color: var(--color-contrast-medium);
}
.ms-single-product .ms-single-product__tabs .ms-review_form_wrapper .comment-reply-title {
  margin-bottom: 1rem;
}
.ms-single-product .ms-single-product__tabs .ms-review_form_wrapper .comment-form-rating {
  display: flex;
  margin-bottom: 1rem;
}
.ms-single-product .ms-single-product__tabs .ms-review_form_wrapper .comment-form-comment {
  display: flex;
  flex-direction: column;
}
.ms-single-product .ms-single-product__tabs .ms-review_form_wrapper .comment-form-comment label {
  margin-bottom: 1rem;
}
.ms-single-product .ms-single-product__tabs .ms-review_form_wrapper .comment-form-comment textarea {
  border-radius: 12pt;
  padding: 0.5em 1em 0.5em 1em;
  border-color: var(--color-contrast-low);
  transition: border-color 150ms ease, box-shadow 150ms ease, -webkit-box-shadow 150ms ease;
}
.ms-single-product .ms-single-product__tabs .ms-review_form_wrapper .comment-form-comment textarea:hover {
  border-color: var(--color-primary);
}
.ms-single-product .ms-single-product__tabs .ms-review_form_wrapper .comment-form-comment textarea:focus {
  --color-shadow: hsla(var(--color-primary-h), var(--color-primary-s), var(--color-primary-l), 0.2);
  outline: 0;
  border-color: var(--color-primary);
  -webkit-box-shadow: 0 0 0 4px var(--color-shadow);
  box-shadow: 0 0 0 4px var(--color-shadow);
  background-color: var(--color-bg);
  color: var(--color-contrast-higher);
}
.ms-single-product .ms-single-product__tabs .ms-review_form_wrapper .comment-form-author label,
.ms-single-product .ms-single-product__tabs .ms-review_form_wrapper .comment-form-email label {
  min-width: 70px;
}
.ms-single-product .ms-single-product__tabs .ms-review_form_wrapper .comment-form-author input,
.ms-single-product .ms-single-product__tabs .ms-review_form_wrapper .comment-form-email input {
  padding: 0.5em 1.2em 0.5em 1.2em;
  height: 45px;
  border: none;
  border-radius: 6pt;
  height: 45px;
  color: var(--color-contrast-higher);
  border: solid 1px var(--color-contrast-low);
  margin-left: 8pt;
  transition: border-color 150ms var(--ease-in-out), box-shadow 150ms var(--ease-in-out), -webkit-box-shadow 150ms var(--ease-in-out);
}
.ms-single-product .ms-single-product__tabs .ms-review_form_wrapper .comment-form-author input:hover,
.ms-single-product .ms-single-product__tabs .ms-review_form_wrapper .comment-form-email input:hover {
  border-color: var(--color-primary);
}
.ms-single-product .ms-single-product__tabs .ms-review_form_wrapper .comment-form-author input:focus-visible,
.ms-single-product .ms-single-product__tabs .ms-review_form_wrapper .comment-form-email input:focus-visible {
  z-index: 1;
  border-color: var(--color-primary);
  -webkit-box-shadow: 0 0 0 4px hsla(var(--color-primary-h), var(--color-primary-s), var(--color-primary-l), 0.2);
  box-shadow: 0 0 0 4px hsla(var(--color-primary-h), var(--color-primary-s), var(--color-primary-l), 0.2);
  outline: 0;
}
.ms-single-product .ms-single-product__tabs .ms-review_form_wrapper .comment-form .submit {
  margin-left: 0;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}
.ms-single-product .ms-single-product__tabs .star-rating, .ms-single-product .ms-single-product__tabs p.stars [class^=star-], .ms-single-product .ms-single-product__tabs p.stars [class*=" star-"] {
  font-family: WooCommerce;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 24px;
}
.ms-single-product .ms-single-product__tabs .star-rating {
  overflow: hidden;
  position: relative;
  height: 16px;
  width: 3.1em;
}
.ms-single-product .ms-single-product__tabs .star-rating:before {
  content: "★★★★★";
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  color: #999;
  font-size: 18px;
}
.ms-single-product .ms-single-product__tabs .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.ms-single-product .ms-single-product__tabs .star-rating span:before {
  content: "★★★★★";
  top: 0;
  position: absolute;
  left: 0;
  color: #ffb03b;
  font-size: 18px;
}
.ms-single-product .ms-single-product__tabs .woocommerce-product-rating {
  display: block;
  width: 100%;
}
.ms-single-product .ms-single-product__tabs .woocommerce-product-rating .star-rating {
  margin: 0 auto;
  float: left;
  font-size: 1em;
}
.ms-single-product .ms-single-product__tabs .woocommerce-product-rating .woocommerce-review-link {
  font-size: 85%;
  width: 100%;
  margin: 0.5em 0;
  float: left;
}
.ms-single-product .ms-single-product__tabs p.stars span {
  position: relative;
  display: flex;
}
.ms-single-product .ms-single-product__tabs p.stars a {
  display: inline-block;
  margin-right: 1em;
  text-indent: -9999px;
  position: relative;
  border-bottom: 0 !important;
  outline: 0;
  color: #999;
}
.ms-single-product .ms-single-product__tabs p.stars a.active, .ms-single-product .ms-single-product__tabs p.stars a.action {
  color: #ffb03b;
}
.ms-single-product .ms-single-product__tabs p.stars [class^=star-]:before, .ms-single-product .ms-single-product__tabs p.stars [class*=" star-"]:before {
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 28px;
}
.ms-single-product .ms-single-product__tabs p.stars a::before {
  content: "★";
}
.ms-single-product .ms-single-product__tabs ul.products li.product .star-rating {
  display: block;
  text-align: center;
  margin: 0 auto;
}
.ms-single-product .ms-single-product__tabs ul.cart_list li .star-rating, .ms-single-product .ms-single-product__tabs ul.product_list_widget li .star-rating {
  display: block;
  text-align: center;
  margin: 0 auto;
}

.related.products {
  margin-top: 8vh;
}
.related.products h2 {
  margin-bottom: 40px;
}

.star-rating {
  font-size: 15px;
}

@media only screen and (max-width: 767px) {
  .ms-single-product__content {
    margin-top: 2rem;
    padding-left: 0 !important;
  }
}
/* -------------------------------- 

Title: Sidebar
Descr: Blog Sidebar style

-------------------------------- */
.ms-sidebar {
  list-style: none;
  margin-bottom: var(--space-xl);
}

.ms-sidebar aside {
  margin-bottom: calc(var(--space-lg) + 1rem);
}

.ms-sidebar aside.jackryan_widget_socials li {
  display: inline-flex;
  margin-right: var(--space-xs);
}

.ms-sidebar aside:last-child {
  border-bottom: none;
}

.ms-sidebar .wp-block-latest-posts li {
  position: relative;
  margin-bottom: 8pt;
}
.ms-sidebar .wp-block-latest-posts li a {
  padding-left: 10pt;
  line-height: 1.5;
}
.ms-sidebar .wp-block-latest-posts li a::before {
  position: absolute;
  left: 0;
  top: 8pt;
}

.ms-sidebar li:not(.wp-block-latest-comments__comment):not(.recent-post) {
  font-size: 16px;
}
.ms-sidebar li:not(.wp-block-latest-comments__comment):not(.recent-post) a {
  display: inline-flex;
  align-items: center;
}
.ms-sidebar li:not(.wp-block-latest-comments__comment):not(.recent-post) a:hover::before {
  background-color: var(--color-primary);
}
.ms-sidebar li:not(.wp-block-latest-comments__comment):not(.recent-post) a::before {
  content: "";
  margin-right: 8pt;
  width: 3pt;
  height: 3pt;
  display: inline-flex;
  border-radius: 50%;
  background-color: var(--color-contrast-medium);
}

.ms-sidebar a,
.wp-block-archives-list a {
  text-decoration: none;
  transition: all 150ms var(--ease-in-out);
  color: var(--color-contrast-higher);
  line-height: 2;
}
.ms-sidebar a:hover,
.wp-block-archives-list a:hover {
  color: var(--color-primary);
}

/* Custom Recent Posts
--------------------------------------------- */
.ms_widget_recent_posts .recent-post {
  display: flex;
  width: 100%;
  margin-bottom: var(--space-sm);
  margin-top: 0;
  font-weight: 600;
  font-size: 18px;
}
.ms_widget_recent_posts .recent-post a {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ms_widget_recent_posts .recent-post::before {
  content: none;
}
.ms_widget_recent_posts .post-image {
  margin-right: var(--space-sm);
  width: 90px;
  flex-shrink: 0;
}
.ms_widget_recent_posts .post-image img {
  margin: 0;
  width: 100%;
  padding: 0;
  border-radius: 12pt;
}
.ms_widget_recent_posts .recent-post__info {
  flex-wrap: wrap;
  display: inline-block;
  margin-right: auto;
  margin-left: 0;
  margin-bottom: 5pt;
  word-wrap: break-word;
  line-height: 1.5rem;
}
.ms_widget_recent_posts .recent-post__info .post-date {
  font-weight: 400;
  color: var(--color-contrast-medium);
}

/* Default Recent Posts
--------------------------------------------- */
.widget_recent_entries a,
.wp-block-latest-posts__list a {
  color: var(--color-contrast-high);
  text-decoration: none !important;
  transition: all 150ms var(--ease-in-out);
}
.widget_recent_entries a:hover,
.wp-block-latest-posts__list a:hover {
  color: var(--color-primary);
}
.widget_recent_entries li,
.wp-block-latest-posts__list li {
  line-height: var(--body-line-height);
}
.widget_recent_entries li::before,
.wp-block-latest-posts__list li::before {
  content: none;
}

.post-date {
  display: block;
  font-size: 14px;
  color: var(--color-contrast-medium);
}

/* Widget Archive
--------------------------------------------- */
.widget_categories li,
.widget_archive li {
  color: var(--color-contrast-medium);
  font-size: 14px !important;
}
.widget_categories li a,
.widget_archive li a {
  font-size: 16px;
}

/* Calendar
--------------------------------------------- */
.ms-sidebar .widget_calendar {
  width: 100%;
}

.ms-sidebar .calendar_wrap table thead {
  background: var(--color-contrast-lower);
}

.ms-sidebar .calendar_wrap caption {
  padding: var(--space-xs) 18px;
  font-size: 16px;
  background: hsla(var(--color-contrast-high-h), var(--color-contrast-high-s), var(--color-contrast-high-l), var(--color-o, 0.1));
  color: var(--color-contrast-higher);
  border-left: solid 1px var(--color-contrast-lower);
  border-right: solid 1px var(--color-contrast-lower);
  border-bottom: solid 1px var(--color-contrast-low);
  border-top-left-radius: 12pt;
  border-top-right-radius: 12pt;
}

.ms-sidebar .calendar_wrap table {
  width: 100%;
  font-size: 16px;
  margin-bottom: 0;
  padding: var(--space-xs);
  caption-side: top;
}

.ms-sidebar .calendar_wrap table tr th,
.ms-sidebar .calendar_wrap table tr td {
  padding: var(--space-xs);
  text-align: center;
  border: solid 1px var(--color-contrast-lower);
}

.ms-sidebar .calendar_wrap table tr th {
  color: var(--color-contrast-higher);
  border-top: none;
  border-color: var(--color-bg-darker);
}
.ms-sidebar .calendar_wrap table tr th:first-child {
  border-left-color: var(--color-contrast-lower);
}
.ms-sidebar .calendar_wrap table tr th:last-child {
  border-right-color: var(--color-contrast-lower);
}

.wp-calendar-table .pad {
  background-color: var(--color-contrast-lower);
}

.ms-sidebar .calendar_wrap table tr td {
  border: solid 1px var(--color-contrast-lower);
}

.ms-sidebar .calendar_wrap tbody a {
  border-radius: 50%;
  position: relative;
  color: var(--color-primary);
  font-weight: 600;
}

.ms-sidebar .calendar_wrap tbody a::after {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  background: #fa5959;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.wp-calendar-nav {
  display: flex;
  font-size: 14px;
  background: hsla(var(--color-contrast-high-h), var(--color-contrast-high-s), var(--color-contrast-high-l), var(--color-o, 0.1));
  color: var(--color-primary);
  padding: var(--space-xs);
  border-top: solid 1px var(--color-contrast-low);
  border-bottom-left-radius: 12pt;
  border-bottom-right-radius: 12pt;
}

.wp-calendar-nav-prev {
  margin-left: 0;
  margin-right: auto;
}
.wp-calendar-nav-prev a {
  font-size: 16px;
  padding: var(--space-xs);
}

.wp-calendar-nav-next {
  margin-left: auto;
  margin-right: 0;
}
.wp-calendar-nav-next a {
  color: var(--color-white);
  padding: var(--space-xs);
}

#prev {
  background-color: var(--color-contrast-lower);
  border-bottom-left-radius: 0.55em;
  border-top: solid 1px #d3d3d4;
}

#next {
  background-color: var(--color-contrast-lower);
  border-bottom-right-radius: 0.55em;
  border-top: solid 1px #d3d3d4;
}

#prev + .pad {
  border-top: solid 1px #d3d3d4;
}

/* Headlines
--------------------------------------------- */
.text-divider {
  margin: 0 0 25px;
}
.text-divider h5 {
  font-size: 24px;
  white-space: nowrap;
  font-weight: bold;
  letter-spacing: 0;
}

.text-component .text-divider {
  margin: calc(var(--space-md) * var(--text-vspace-multiplier)) auto;
}

/* Recent Comments & RSS
--------------------------------------------- */
.wp-block-rss__item-title a {
  text-decoration: none !important;
}

.wp-block-rss__item-title,
.wp-block-latest-comments__comment-meta {
  line-height: var(--body-line-height);
}
.wp-block-rss__item-title a,
.wp-block-latest-comments__comment-meta a {
  color: var(--color-contrast-high);
  transition: color 150ms var(--ease-in-out);
}
.wp-block-rss__item-title a:hover,
.wp-block-latest-comments__comment-meta a:hover {
  color: var(--color-primary);
}

.widget_rss a::before,
.widget_recent_comments a::before {
  content: none !important;
}

.widget_recent_comments .recentcomments a {
  text-decoration: underline;
  text-underline-offset: 2pt;
}

.widget_rss .text-divider a.rsswidget {
  text-decoration: underline;
  text-underline-offset: 2pt;
}

.widget_rss a.rsswidget .rss-widget-icon {
  display: none;
}

.widget_rss .text-divider {
  display: flex;
  align-items: center;
}
.widget_rss .text-divider a {
  color: var(--color-contrast-high);
}

.widget_text form {
  margin: var(--space-sm) 0;
}

/* Selectbox
--------------------------------------------- */
.ms-sidebar select,
.wp-block-archives-dropdown select,
.wp-block-categories-dropdown select {
  background-position: calc(100% - 12px) 50%;
	display: block;
    color: var(--color-contrast-high);
    width: 100%;
    height: 45px;
    border-radius: 6pt;
    padding: 0.5em 1.2em 0.5em 1.2em;
    -webkit-appearance: none;
    -moz-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg fill=\'black\' height=\'24\' viewBox=\'0 0 24 24\' width=\'24\' xmlns=\'http://www.w3.org/2000/svg\'><path d=\'M7 10l5 5 5-5z\'/><path d=\'M0 0h24v24H0z\' fill=\'none\'/></svg>');
    background-repeat: no-repeat;
    background-color: transparent;
	background-attachment: scroll;
}
.ms-sidebar select:focus,
.wp-block-archives-dropdown select:focus,
.wp-block-categories-dropdown select:focus {
  outline: none;
  border-color: var(--color-primary);
}
.ms-sidebar select option,
.wp-block-archives-dropdown select option,
.wp-block-categories-dropdown select option {
  background-color: var(--color-bg);
}

[data-theme=dark] .ms-sidebar select,
[data-theme=dark] .wp-block-archives-dropdown select,
[data-theme=dark] .wp-block-categories-dropdown select,
[data-theme=dark] .woocommerce-content-loop-header .orderby {
  background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
}

.wp-block-archives-dropdown select,
.wp-block-categories-dropdown select,
.wp-block-search__inside-wrapper input {
  width: auto;
  line-height: 24px;
}
.wp-block-archives-dropdown select:hover,
.wp-block-categories-dropdown select:hover,
.wp-block-search__inside-wrapper input:hover {
  border-color: var(--color-contrast-medium);
}
.wp-block-archives-dropdown select:focus-visible,
.wp-block-categories-dropdown select:focus-visible,
.wp-block-search__inside-wrapper input:focus-visible {
  --color-shadow: hsla(var(--color-primary-h), var(--color-primary-s), var(--color-primary-l), 0.2);
  z-index: 1;
  border-color: var(--color-primary);
  -webkit-box-shadow: 0 0 0 4px var(--color-shadow);
  box-shadow: 0 0 0 4px var(--color-shadow);
  outline: 0;
}

.ms-sidebar select[aria-invalid=true] {
  border-color: var(--color-error);
}
.ms-sidebar select[aria-invalid=true]:focus {
  box-shadow: 0 0.313rem 0.719rem rgba(0, 123, 255, 0.15), 0 0.156rem 0.125rem rgba(0, 0, 0, 0.08);
}

.ms-sidebar select[disabled], .form-control[readonly] {
  cursor: not-allowed;
}

.ms-sidebar select:hover {
  border-color: var(--color-primary);
}

/* Images
--------------------------------------------- */
.ms-sidebar img {
  max-width: 100%;
  height: auto;
  margin: 10px 0;
}

.ms-sidebar .wp-caption-text {
  margin-top: 0;
  margin-bottom: var(--space-xs);
  text-align: center;
  font-size: 14px;
  color: var(--color-contrast-medium);
}

/* Text
--------------------------------------------- */
.widget_text p {
  line-height: 1.8;
  font-size: initial;
  font-weight: 400;
}

/* List Style
--------------------------------------------- */
.ms-sidebar ul,
.wp-block-archives-list {
  padding-left: 0;
  list-style: none;
}
.ms-sidebar ul ul, .ms-sidebar ul ol,
.wp-block-archives-list ul,
.wp-block-archives-list ol {
  list-style: none;
  margin: 0;
    padding-top: calc(var(--list-v-space, 1) * var(--space-xxxs));
}
.ms-sidebar ul ul > li:last-child, .ms-sidebar ul ol > li:last-child,
.wp-block-archives-list ul > li:last-child,
.wp-block-archives-list ol > li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.ms-sidebar ul li,
.wp-block-archives-list li {
  margin-bottom: calc(var(--list-v-space, 1) * var(--space-xxxs));
}

/* Rss
--------------------------------------------- */
.widget_rss .text-divider h5 {
  display: flex;
  align-items: center;
}

.widget_rss img {
  float: left;
  padding: 0;
  margin-right: var(--space-xxxs);
}

.ms-sidebar .widget_rss ul > li {
  margin-bottom: var(--space-sm);
  padding-bottom: var(--space-sm);
  border-bottom: dashed 1px var(--color-contrast-low);
  line-height: 1.4;
}

.ms-sidebar .widget_rss ul > li > a {
  display: block;
}

.ms-sidebar .widget_rss ul > li > span {
  color: var(--color-contrast-medium);
  display: block;
  font-size: 15px;
}

.ms-sidebar .widget_rss ul > li > .rssSummary {
  margin: var(--space-sm) auto;
}

.ms-sidebar .widget_rss cite {
  font-style: italic;
}

.ms-sidebar .widget_rss cite::before {
  content: "-";
  margin-right: var(--space-xxxs);
}

/* Tags
--------------------------------------------- */
/* Search
--------------------------------------------- */
.ms-search-widget,
.woocommerce.widget_product_search {
  position: relative;
  display: flex;
}
.ms-search-widget .ms-search--btn,
.woocommerce.widget_product_search .ms-search--btn {
  position: absolute;
  z-index: 2;
  left: 4pt;
  top: 0;
  display: flex;
  width: 42px;
  height: 100%;
  border-radius: var(--radius-lg);
  justify-content: center;
  background-color: transparent;
  transition: box-shadow 150ms var(--ease-in-out);
}
.ms-search-widget .ms-sb--icon,
.woocommerce.widget_product_search .ms-sb--icon {
  width: 22px;
  height: 22px;
  margin-top: auto;
  margin-bottom: auto;
}
.ms-search-widget .ms-sb--icon svg,
.woocommerce.widget_product_search .ms-sb--icon svg {
  display: block;
  height: 100%;
  width: 100%;
  opacity: 0.8;
  fill: var(--color-contrast-medium);
}
.ms-search-widget .search-field,
.woocommerce.widget_product_search .search-field {
  width: 100%;
  color: var(--color-contrast-high);
  background-color: transparent;
  padding: 0.5em 1.2em 0.5em 45px;
  border: 1px solid var(--color-contrast-low);
  border-radius: 6pt;
  height: 45px;
  transition: border-color 150ms var(--ease-in-out), box-shadow 150ms var(--ease-in-out);
}
.ms-search-widget .search-field:hover,
.woocommerce.widget_product_search .search-field:hover {
  border-color: var(--color-primary);
}
.ms-search-widget .search-field:focus-visible,
.woocommerce.widget_product_search .search-field:focus-visible {
  --color-shadow: hsla(var(--color-primary-h), var(--color-primary-s), var(--color-primary-l), 0.2);
  z-index: 1;
  border-color: var(--color-primary);
  box-shadow: 0 0 0 4px var(--color-shadow);
  outline: none;
}
.ms-search-widget .search-submit,
.woocommerce.widget_product_search .search-submit {
  position: absolute;
  top: 0;
  background-color: transparent;
  border: none;
  width: 100%;
  height: 100%;
  font-size: 0;
}
.ms-search-widget .search-submit:hover,
.woocommerce.widget_product_search .search-submit:hover {
  cursor: pointer;
}

.ms-sidebar .ms-socicon {
  display: inline-block;
  line-height: 1;
  padding: 10px 0;
  margin: 0;
  transition: transform 150ms var(--ease-in-out);
}
.ms-sidebar .ms-socicon::before {
  content: none;
}
.ms-sidebar .ms-socicon a {
  font-size: 20px;
  line-height: 1;
  padding: 10px;
  border: solid 1px;
  border-radius: 50%;
}
.ms-sidebar .ms-socicon:hover {
  transform: translateY(-4px);
}
.ms-sidebar .ms-socicon + .ms-socicon {
  margin-left: 10pt;
}
.ms-sidebar .ms-mc4wp--wrap {
  background-color: var(--color-contrast-lower);
}

.ms-sidebar .wp-block-group__inner-container h2 {
  font-size: 24px;
  white-space: nowrap;
  font-weight: bold;
  letter-spacing: 0;
}
.ms-sidebar .wp-block-group__inner-container .wp-block-latest-comments__comment::before {
  content: none;
}
.ms-sidebar .wp-block-search__label {
  font-family: var(--font-heading);
  font-size: 24px;
  white-space: nowrap;
  font-weight: 700;
  letter-spacing: 0;
  color: var(--color-contrast-higher);
  margin-bottom: var(--global--spacing-vertical);
}

.ms-sb-wc {
  padding-left: 15px;
}

@media only screen and (max-width: 1023px) {
  .ms-sb-wc {
    padding-left: 0px;
  }
}
.wp-block-archives-list li {
  color: var(--color-contrast-medium);
}
.wp-block-archives-list li a {
  text-decoration: none !important;
}

.ms_theme_mode {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: calc(var(--space-md) + 6pt);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.ms_theme_mode .ms_tm--inner {
  display: flex;
  align-items: center;
  width: 24px;
  justify-content: center;
}
.ms_theme_mode .theme-toggle {
  --size: 22px;
  display: flex;
  background: none;
  border: none;
  padding: 0;
  position: relative;
  inline-size: var(--size);
  block-size: var(--size);
  aspect-ratio: 1;
  border-radius: 50%;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  outline-offset: 5px;
}
.ms_theme_mode .theme-toggle > svg {
  inline-size: 100%;
  block-size: 100%;
  stroke-linecap: round;
  max-width: 40px;
  max-height: 40px;
  margin: auto;
}
@media (hover: none) {
  .ms_theme_mode .theme-toggle {
    --size: 48px;
  }
}
.ms_theme_mode .sun-and-moon {
  transition: transform 0.5s var(--ease-elastic-4);
}
.ms_theme_mode .sun-and-moon > :is(.moon, .sun, .sun-beams) {
  transform-origin: center center;
}
.ms_theme_mode .sun-and-moon > :is(.moon, .sun) {
  fill: var(--color-contrast-high);
}
.ms_theme_mode .sun-and-moon > .sun-beams {
  stroke: var(--color-contrast-high);
  stroke-width: 2px;
}
body[data-theme=dark] .ms_theme_mode .sun-and-moon > .sun {
  transform: scale(1.75);
}
body[data-theme=dark] .ms_theme_mode .sun-and-moon > .sun-beams {
  opacity: 0;
}
body[data-theme=dark] .ms_theme_mode .sun-and-moon > .moon > circle {
  transform: translateX(-7px);
}
@media (prefers-reduced-motion: no-preference) {
  .ms_theme_mode .sun-and-moon > .sun {
    transition: transform 0.5s var(--ease-elastic-3), stroke 0.5s, fill 0.5s;
  }
  .ms_theme_mode .sun-and-moon > .sun-beams {
    transition: transform 0.5s var(--ease-elastic-4), opacity 0.5s var(--ease-3), stroke 0.5s, fill 0.5s;
  }
  .ms_theme_mode .sun-and-moon .moon > circle {
    transition: transform 0.25s var(--ease-out-5);
  }
  body[data-theme=dark] .ms_theme_mode .sun-and-moon > .sun {
    transform: scale(1.75);
    transition-timing-function: var(--ease-3);
    transition-duration: 0.25s;
  }
  body[data-theme=dark] .ms_theme_mode .sun-and-moon > .sun-beams {
    transform: rotateZ(-25deg);
    transition-duration: 0.15s;
  }
  body[data-theme=dark] .ms_theme_mode .sun-and-moon > .moon > circle {
    transition-delay: 0.25s;
    transition-duration: 0.5s;
  }
}
.ms_theme_mode .check {
  position: absolute;
  display: block;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 6;
}
.ms_theme_mode:hover .sun-beams {
  transform: rotate(45deg);
  stroke: var(--color-primary);
}
.ms_theme_mode:hover .sun-and-moon > :is(.moon, .sun) {
  fill: var(--color-primary);
}

@media (max-width: 992px) {
  .ms_theme_mode {
    right: 0.75rem;
    bottom: 0.75rem;
  }
}
/* -------------------------------- 

Title: Separator
Descr: Separator gutenberg style

-------------------------------- */
.wp-block-separator:not(.is-style-dots),
hr:not(.is-style-dots) {
  background-color: #ddd;
  border: 0;
  height: 1px;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots),
hr:not(.is-style-wide):not(.is-style-dots) {
  width: 100%;
  height: 2px;
  background: transparent;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots)::before,
hr:not(.is-style-wide):not(.is-style-dots)::before {
  content: "";
  display: block;
  height: 4px;
  max-width: 100px;
  background: #8f98a1;
  margin: 0 auto;
}
.wp-block-separator.is-style-dots:before,
hr.is-style-dots:before {
  font-size: 32px;
  letter-spacing: 1em;
}

/* -------------------------------- 

Title: Button
Descr: Button gutenberg style

-------------------------------- */
.wp-block-button .wp-block-button__link {
  font-size: 16px;
  line-height: 18px;
  padding: 20px 24px;
  transition: filter 250ms ease;
}
.wp-block-button .wp-block-button__link:hover {
  text-decoration: none;
  filter: brightness(120%);
}

.blockgallery--item::before {
  content: none !important;
}

.wp-block-button__link.has-success-background-color {
  background-color: #88c559;
}

.has-success-color p,
.has-success-color cite,
.wp-block-button__link.has-success-color {
  color: #88c559;
}

.wp-block-button__link.has-primary-background-color {
  background-color: #1258ca;
}

.has-primary-color p,
.has-primary-color cite,
.wp-block-button__link.has-primary-color {
  color: #1258ca;
}

.wp-block-button__link.has-accent-background-color {
  background-color: #c70a1a;
}

.has-accent-color p,
.has-accent-color cite,
.wp-block-button__link.has-accent-color {
  color: #c70a1a;
}

.wp-block-button__link.has-black-background-color {
  background-color: #1c1c21;
}

.has-black-color p,
.has-black-color cite,
.wp-block-button__link.has-black-color {
  color: #1c1c21;
}

.wp-block-button__link.has-contrast-background-color {
  background-color: #292a2d;
}

.has-contrast-color p,
.has-contrast-color cite,
.wp-block-button__link.has-contrast-color {
  color: #292a2d;
}

.wp-block-button__link.has-contrast-lower-background-color {
  background-color: #323639;
}

.has-contrast-lower-color p,
.has-contrast-lower-color cite,
.wp-block-button__link.has-contrast-lower-color {
  color: #323639;
}

.wp-block-button__link.has-white-background-color {
  background-color: #ffffff;
}

.has-white-color p,
.has-white-color cite,
.wp-block-button__link.has-white-color {
  color: #ffffff;
}

.mejs-container {
  margin-bottom: calc(var(--space-md) * var(--text-vspace-multiplier));
}

.mejs-container,
.mejs-container .mejs-controls {
  background: var(--plyr-audio-control-color, #4a5464) !important;
  border-radius: 4px;
}

figure.wp-block-image + h4,
figure.wp-block-image + h5 {
  margin-bottom: 0;
}

/* -------------------------------- 

File#: _1_avatar
Title: Avatar
Descr: A user profile image component.

-------------------------------- */
:root {
  --avatar-sm: 1em;
  --avatar-md: 2em;
  --avatar-lg: 3em;
}

.avatar__figure {
  width: 50px;
  height: 50px;
}

.avatar__img, .avatar__placeholder {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  border-radius: inherit;
  border-radius: 50%;
  overflow: hidden;
}

.avatar__placeholder {
  background-color: var(--color-contrast-low);
  color: var(--color-bg);
  fill: transparent;
}

.avatar--btn {
  background-color: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  line-height: inherit;
  appearance: none;
  cursor: pointer;
}

.avatar--sm {
  font-size: var(--avatar-sm);
}

.avatar--md {
  font-size: var(--avatar-md);
}

.avatar--lg {
  font-size: var(--avatar-lg);
}

.avatar__status {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  width: 0.2em;
  height: 0.2em;
  border-radius: 50%;
  box-shadow: 0 0 0 2px var(--color-bg);
  background-color: var(--color-contrast-medium);
}

.avatar__status--active {
  background-color: var(--color-success);
}

.avatar__status--busy {
  background-color: var(--color-error);
}

.avatar__initials, .avatar__users-counter {
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  border-radius: inherit;
  background-color: var(--color-contrast-lower);
  color: var(--color-contrast-higher);
  display: flex;
  justify-content: center;
  align-items: center;
}

.avatar__initials {
  text-align: center;
}
.avatar__initials span {
  font-size: 0.5em;
}

.avatar__users-counter span {
  font-size: 0.42em;
}

/* -------------------------------- 

Title: Comments Style
Descr: Design Comments

-------------------------------- */
.ms-section__comments {
  width: 100%;
  max-width: var(--responsive--aligndefault-width);
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: calc(var(--space-lg) + 10px) 0;
}
.ms-section__comments .ms-comments-title {
  font-weight: 900;
  font-size: calc(var(--text-xl, 1.728em) + 1px);
  margin-bottom: var(--space-sm);
  font-family: var(--font-heading);
}
.ms-section__comments .required-field-message {
  margin-left: 4pt;
}

.form-submit .btn {
  border-radius: 4px;
}

.ms-comment-list {
  padding-left: 0;
  width: 100%;
  position: relative;
  margin-bottom: var(--space-lg);
  list-style: none;
}

.ms-author-vcard--info {
  display: flex;
  flex-direction: column;
}
.ms-author-vcard--info .ms-author-name {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}
.ms-author-vcard--info .ms-comment-time {
  font-size: 15px;
  margin-top: 2pt;
  color: var(--color-contrast-medium);
}

.ms-comment-body {
  font-size: var(--text-sm);
  position: relative;
  margin: 30px 0;
  display: flex;
  padding: 20px;
  border-radius: 24pt;
  border: solid 1px var(--color-contrast-lower);
  background-color: var(--color-contrast-lower);
}

.ms-comment-body:last-child {
  margin-bottom: 0;
}

.ms-author-vcard {
  margin-right: 20px;
  position: relative;
}

.ms-author-vcard-content {
  width: 100%;
}

.ms-commentcontent {
  margin-top: calc(var(--global--spacing-vertical) - 10px);
  font-size: 16px;
  margin-right: 2pt;
  line-height: 1.8;
  border-radius: 8px;
}
.ms-commentcontent > *:not(blockquote p) {
  margin-bottom: calc(var(--global--spacing-vertical) - 10px);
}
.ms-commentcontent img {
  padding: 6pt 0;
}

.ms-comment-footer {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  justify-content: flex-end;
}

.comment-edit-link,
.ms-comment-footer a {
  margin-right: var(--space-xxxs);
  font-size: 14px;
  text-decoration: none;
  display: flex;
  color: var(--color-primary);
  transition: opacity 250ms ease;
}
.comment-edit-link svg,
.ms-comment-footer a svg {
  fill: var(--color-primary);
  margin-right: var(--space-xxxs);
}
.comment-edit-link:hover,
.ms-comment-footer a:hover {
  opacity: 0.75;
}

.ms-comment-edit a {
  margin-right: 12pt;
}

.comment-reply-link .group {
  fill: var(--color-primary);
  margin-right: var(--space-xxxs);
}

.ms-comment-footer div:last-child a {
  margin-right: 0;
}

.ms-comment-list .children {
  margin-left: var(--space-lg);
  list-style: none;
}

.comment-notes {
  font-size: 14px;
  color: var(--color-contrast-medium);
}

.comment-notes,
.logged-in-as {
  margin-top: 15px;
  margin-bottom: 30px;
}

.comment-form-cookies-consent {
  font-size: 14px;
  display: flex;
  width: 100%;
  align-items: center;
  margin-bottom: 30px;
}
.comment-form-cookies-consent #wp-comment-cookies-consent {
  margin-right: 8pt;
  margin-top: 2pt;
}

.post.pingback {
  margin: var(--space-md) 0;
}
.post.pingback .post-date {
  font-size: 14px;
  color: var(--color-contrast-medium);
  margin-bottom: var(--space-sm);
}

#reply-title {
  font-weight: 900;
}

li + .comment-respond {
  margin-top: 30px;
}

#cancel-comment-reply-link {
  letter-spacing: 0;
  padding-left: var(--space-xxs);
  font-size: 16px;
  font-weight: 400;
  color: var(--color-error);
}
#cancel-comment-reply-link:hover {
  opacity: 0.75;
}

@media only screen and (max-width: 552px) {
  .ms-section__comments {
    max-width: inherit;
    padding-right: calc(var(--bs-gutter-x) / 2) !important;
    padding-left: calc(var(--bs-gutter-x) / 2) !important;
  }

  .comment-notes {
    padding-left: 2pt;
    margin-top: 4pt;
  }

  .comment-form-cookies-consent {
    margin-left: 1.2rem;
    margin-bottom: 20px;
  }

  .avatar.avatar--lg {
    display: none;
  }

  .ms-author-vcard {
    margin-left: 0;
  }

  .ms-comment-list .children {
    margin-left: 0;
  }
}
.btn--comments {
  border-radius: 6pt;
  border: none;
  color: var(--color-white);
  background-color: var(--color-primary);
  padding: 0 16pt;
  height: 42px;
  transition: background-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn--comments:hover {
  background-color: var(--color-primary-darker);
}
.btn--comments:active {
  transform: translateY(2px);
}

.ms-s-i {
  display: inline-flex;
}
.ms-s-i i {
  will-change: transform;
  transform: translateZ(0);
  backface-visibility: hidden;
  transition: transform 320ms cubic-bezier(0.575, 0.015, 0, 0.995);
}
.ms-s-i:hover i {
  transform: translateY(-4px);
}

.ms-s-i.mono i {
  color: var(--color-contrast-higher);
}

.ms-s-i.s-it span {
  text-transform: capitalize;
  font-family: "Neue Haas Grotesk Display Pro" !important;
}

.ms-s-i.s-it i {
  display: flex;
}
.ms-s-i.s-it i::before {
  margin-right: 6px;
}

.ms-s-i.s-text i {
  text-transform: capitalize;
  font-size: 18px;
}
.ms-s-i.s-text i span {
  font-family: "Neue Haas Grotesk Display Pro" !important;
}
.ms-s-i.s-text i::before {
  content: none;
}

.ms-s-i i {
  font-size: 22px;
}

.ms-s-i.small {
  font-size: 18px;
}
.ms-s-i.small i {
  font-size: 18px;
}

.ms-s-i.medium {
  font-size: 22px;
}
.ms-s-i.medium i {
  font-size: 22px;
}

.ms-s-i.large {
  font-size: 28px;
}
.ms-s-i.large i {
  font-size: 28px;
}

.ms-s-i + .ms-s-i {
  margin-left: 15px;
  margin-bottom: 15px;
}

.ms-s-i.large + .ms-s-i.large {
  margin-left: 18px;
}

.socicon-facebook {
  color: #3b5999;
}

.socicon-messenger {
  color: #0084ff;
}

.socicon-twitter {
  color: #55acee;
}

.socicon-linkedin {
  color: #0077B5;
}

.socicon-skype {
  color: #00AFF0;
}

.socicon-dropbox {
  color: #007ee5;
}

.socicon-wordpress {
  color: #21759b;
}

.socicon-vimeo {
  color: #1ab7ea;
}

.socicon-slideshare {
  color: #0077b5;
}

.socicon-vkontakte {
  color: #4c75a3;
}

.socicon-tumblr {
  color: #34465d;
}

.socicon-yahoo {
  color: #410093;
}

.socicon-googleplus {
  color: #dd4b39;
}

.socicon-pinterest {
  color: #bd081c;
}

.socicon-youtube {
  color: #cd201f;
}

.socicon-stumbleupon {
  color: #eb4924;
}

.socicon-reddit {
  color: #ff5700;
}

.socicon-quora {
  color: #b92b27;
}

.socicon-yelp {
  color: #af0606;
}

.socicon-weibo {
  color: #df2029;
}

.socicon-producthunt {
  color: #da552f;
}

.socicon-hackernews {
  color: #ff6600;
}

.socicon-soundcloud {
  color: #ff3300;
}

.socicon-blogger {
  color: #f57d00;
}

.socicon-whatsapp {
  color: #25D366;
}

.socicon-wechat {
  color: #09b83e;
}

.socicon-line {
  color: #00c300;
}

.socicon-medium {
  color: #02b875;
}

.socicon-vine {
  color: #00b489;
}

.socicon-slack {
  color: #3aaf85;
}

.socicon-instagram {
  color: #833ab4;
}

.socicon-dribbble {
  color: #ea4c89;
}

.socicon-flickr {
  color: #ff0084;
}

.socicon-foursquare {
  color: #f94877;
}

.socicon-behance {
  color: #131418;
}

.socicon-snapchat {
  color: #FFFC00;
}

.socicon-500px {
  color: #0099e5;
}

.socicon-envato {
  color: #82b541;
}

.socicon-etsy {
  color: #d5641c;
}

.socicon-airbnb {
  color: #fd5c63;
}

.socicon-amazon {
  color: #ff9900;
}

.socicon-android {
  color: #a4c639;
}

.socicon-ask {
  color: #db3552;
}

.socicon-bootstrap {
  color: #db3552;
}

.socicon-codepen {
  color: #0ebeff;
}

.socicon-ebay {
  color: #e53238;
}

.socicon-fiverr {
  color: #00b22d;
}

.socicon-discord {
  color: #7289da;
}

.socicon-google {
  color: #4285f4;
}

.socicon-github {
  color: #4078c0;
}

.socicon-gitlab {
  color: #fca326;
}

.socicon-itunes {
  color: #BF5AF2;
}

.socicon-paypal {
  color: #3b7bbf;
}

.socicon-patreon {
  color: #f96854;
}

.socicon-periscope {
  color: #3aa4c6;
}

.socicon-wikipedia {
  color: #0063bf;
}

.socicon-apple {
  color: #222221;
}

.socicon-twitch {
  color: #9146ff;
}

.socicon-upwork {
  color: #6FDA44;
}

.socicon-alibaba {
  color: #ff6a00;
}

.ms-hero {
  position: relative;
  display: flex;
  align-items: center;
}
.ms-hero .hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.ms-hero .ms-hc {
  width: 100%;
  margin: 0 auto;
}

.hero.hero--overlay-layer.background-image span {
  margin-bottom: var(--space-sm);
  text-transform: capitalize;
  color: inherit;
}

.hero-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.ms-parallax {
  position: absolute;
  z-index: -2;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.ms-parallax > .jarallax-img {
  position: absolute;
  object-fit: cover;
  font-family: "object-fit: cover;";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.ms-hero-subtitle {
  margin-top: var(--space-sm);
}

:root {
  --shadow-xs: 0 0.1px 0.3px rgba(0, 0, 0, 0.06),
                0 1px 2px rgba(0, 0, 0, 0.12);
  --shadow-sm: 0 0.3px 0.4px rgba(0, 0, 0, 0.025),
                0 0.9px 1.5px rgba(0, 0, 0, 0.05),
                0 3.5px 6px rgba(0, 0, 0, 0.1);
  --shadow-md: 0 0.9px 1.5px rgba(0, 0, 0, 0.03),
                0 3.1px 5.5px rgba(0, 0, 0, 0.08),
                0 14px 25px rgba(0, 0, 0, 0.12);
  --shadow-lg: 0 1.2px 1.9px -1px rgba(0, 0, 0, 0.014),
                0 3.3px 5.3px -1px rgba(0, 0, 0, 0.038),
                0 8.5px 12.7px -1px rgba(0, 0, 0, 0.085),
                0 30px 42px -1px rgba(0, 0, 0, 0.15);
  --shadow-xl: 0 1.5px 2.1px -6px rgba(0, 0, 0, 0.012),
                0 3.6px 5.2px -6px rgba(0, 0, 0, 0.035),
                0 7.3px 10.6px -6px rgba(0, 0, 0, 0.07),
                0 16.2px 21.9px -6px rgba(0, 0, 0, 0.117),
                0 46px 60px -6px rgba(0, 0, 0, 0.2);
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-column {
  flex-direction: column;
}

.flex-column-reverse {
  flex-direction: column-reverse;
}

.flex-row {
  flex-direction: row;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-center {
  justify-content: center;
  align-items: center;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.items-center {
  align-items: center;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.flex-grow {
  flex-grow: 1;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.flex-basis-0 {
  flex-basis: 0;
}

.flex-gap-xxxs {
  margin-bottom: calc(-1 * var(--space-xxxs));
}
.flex-gap-xxxs > * {
  margin-bottom: var(--space-xxxs);
  margin-left: calc(var(--space-xxxs));
}

.flex-gap-xxs {
  margin-bottom: calc(-1 * var(--space-xxs));
}
.flex-gap-xxs > * {
  margin-bottom: var(--space-xxs);
  margin-left: calc(var(--space-xxs));
}

.flex-gap-xs {
  margin-bottom: calc(-1 * var(--space-xs));
}
.flex-gap-xs > * {
  margin-bottom: var(--space-xs);
  margin-left: calc(var(--space-xs));
}

.flex-gap-sm {
  margin-bottom: calc(-1 * var(--space-sm));
}
.flex-gap-sm > * {
  margin-bottom: var(--space-sm);
  margin-left: calc(var(--space-sm));
}

.flex-gap-md {
  margin-bottom: calc(-1 * var(--space-md));
}
.flex-gap-md > * {
  margin-bottom: var(--space-md);
  margin-left: calc(var(--space-md));
}

.flex-gap-lg {
  margin-bottom: calc(-1 * var(--space-lg));
}
.flex-gap-lg > * {
  margin-bottom: var(--space-lg);
  margin-left: calc(var(--space-lg));
}

.flex-gap-xl {
  margin-bottom: calc(-1 * var(--space-xl));
}
.flex-gap-xl > * {
  margin-bottom: var(--space-xl);
  margin-left: calc(var(--space-xl));
}

.flex-gap-xxl {
  margin-bottom: calc(-1 * var(--space-xxl));
}
.flex-gap-xxl > * {
  margin-bottom: var(--space-xxl);
  margin-left: calc(var(--space-xxl));
}

.flex-gap-xxxl {
  margin-bottom: calc(-1 * var(--space-xxxl));
}
.flex-gap-xxxl > * {
  margin-bottom: var(--space-xxxl);
  margin-left: calc(var(--space-xxxl));
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.margin-xxxxs {
  margin: var(--space-xxxxs);
}

.margin-xxxs {
  margin: var(--space-xxxs);
}

.margin-xxs {
  margin: var(--space-xxs);
}

.margin-xs {
  margin: var(--space-xs);
}

.margin-sm {
  margin: var(--space-sm);
}

.margin-md {
  margin: var(--space-md);
}

.margin-lg {
  margin: var(--space-lg);
}

.margin-xl {
  margin: var(--space-xl);
}

.margin-xxl {
  margin: var(--space-xxl);
}

.margin-xxxl {
  margin: var(--space-xxxl);
}

.margin-xxxxl {
  margin: var(--space-xxxxl);
}

.margin-auto {
  margin: auto;
}

.margin-top-xxxxs {
  margin-top: var(--space-xxxxs);
}

.margin-top-xxxs {
  margin-top: var(--space-xxxs);
}

.margin-top-xxs {
  margin-top: var(--space-xxs);
}

.margin-top-xs {
  margin-top: var(--space-xs);
}

.margin-top-sm {
  margin-top: var(--space-sm);
}

.margin-top-md {
  margin-top: var(--space-md);
}

.margin-top-lg {
  margin-top: var(--space-lg);
}

.margin-top-xl {
  margin-top: var(--space-xl);
}

.margin-top-xxl {
  margin-top: var(--space-xxl);
}

.margin-top-xxxl {
  margin-top: var(--space-xxxl);
}

.margin-top-xxxxl {
  margin-top: var(--space-xxxxl);
}

.margin-top-auto {
  margin-top: auto;
}

.margin-bottom-xxxxs {
  margin-bottom: var(--space-xxxxs);
}

.margin-bottom-xxxs {
  margin-bottom: var(--space-xxxs);
}

.margin-bottom-xxs {
  margin-bottom: var(--space-xxs);
}

.margin-bottom-xs {
  margin-bottom: var(--space-xs);
}

.margin-bottom-sm {
  margin-bottom: var(--space-sm);
}

.margin-bottom-md {
  margin-bottom: var(--space-md);
}

.margin-bottom-lg {
  margin-bottom: var(--space-lg);
}

.margin-bottom-xl {
  margin-bottom: var(--space-xl);
}

.margin-bottom-xxl {
  margin-bottom: var(--space-xxl);
}

.margin-bottom-xxxl {
  margin-bottom: var(--space-xxxl);
}

.margin-bottom-xxxxl {
  margin-bottom: var(--space-xxxxl);
}

.margin-bottom-auto {
  margin-bottom: auto;
}

.margin-right-xxxxs {
  margin-right: var(--space-xxxxs);
}

.margin-right-xxxs {
  margin-right: var(--space-xxxs);
}

.margin-right-xxs {
  margin-right: var(--space-xxs);
}

.margin-right-xs {
  margin-right: var(--space-xs);
}

.margin-right-sm {
  margin-right: var(--space-sm);
}

.margin-right-md {
  margin-right: var(--space-md);
}

.margin-right-lg {
  margin-right: var(--space-lg);
}

.margin-right-xl {
  margin-right: var(--space-xl);
}

.margin-right-xxl {
  margin-right: var(--space-xxl);
}

.margin-right-xxxl {
  margin-right: var(--space-xxxl);
}

.margin-right-xxxxl {
  margin-right: var(--space-xxxxl);
}

.margin-right-auto {
  margin-right: auto;
}

.margin-left-xxxxs {
  margin-left: var(--space-xxxxs);
}

.margin-left-xxxs {
  margin-left: var(--space-xxxs);
}

.margin-left-xxs {
  margin-left: var(--space-xxs);
}

.margin-left-xs {
  margin-left: var(--space-xs);
}

.margin-left-sm {
  margin-left: var(--space-sm);
}

.margin-left-md {
  margin-left: var(--space-md);
}

.margin-left-lg {
  margin-left: var(--space-lg);
}

.margin-left-xl {
  margin-left: var(--space-xl);
}

.margin-left-xxl {
  margin-left: var(--space-xxl);
}

.margin-left-xxxl {
  margin-left: var(--space-xxxl);
}

.margin-left-xxxxl {
  margin-left: var(--space-xxxxl);
}

.margin-left-auto {
  margin-left: auto;
}

.margin-x-xxxxs {
  margin-left: var(--space-xxxxs);
  margin-right: var(--space-xxxxs);
}

.margin-x-xxxs {
  margin-left: var(--space-xxxs);
  margin-right: var(--space-xxxs);
}

.margin-x-xxs {
  margin-left: var(--space-xxs);
  margin-right: var(--space-xxs);
}

.margin-x-xs {
  margin-left: var(--space-xs);
  margin-right: var(--space-xs);
}

.margin-x-sm {
  margin-left: var(--space-sm);
  margin-right: var(--space-sm);
}

.margin-x-md {
  margin-left: var(--space-md);
  margin-right: var(--space-md);
}

.margin-x-lg {
  margin-left: var(--space-lg);
  margin-right: var(--space-lg);
}

.margin-x-xl {
  margin-left: var(--space-xl);
  margin-right: var(--space-xl);
}

.margin-x-xxl {
  margin-left: var(--space-xxl);
  margin-right: var(--space-xxl);
}

.margin-x-xxxl {
  margin-left: var(--space-xxxl);
  margin-right: var(--space-xxxl);
}

.margin-x-xxxxl {
  margin-left: var(--space-xxxxl);
  margin-right: var(--space-xxxxl);
}

.margin-x-auto {
  margin-left: auto;
  margin-right: auto;
}

.margin-y-xxxxs {
  margin-top: var(--space-xxxxs);
  margin-bottom: var(--space-xxxxs);
}

.margin-y-xxxs {
  margin-top: var(--space-xxxs);
  margin-bottom: var(--space-xxxs);
}

.margin-y-xxs {
  margin-top: var(--space-xxs);
  margin-bottom: var(--space-xxs);
}

.margin-y-xs {
  margin-top: var(--space-xs);
  margin-bottom: var(--space-xs);
}

.margin-y-sm {
  margin-top: var(--space-sm);
  margin-bottom: var(--space-sm);
}

.margin-y-md {
  margin-top: var(--space-md);
  margin-bottom: var(--space-md);
}

.margin-y-lg {
  margin-top: var(--space-lg);
  margin-bottom: var(--space-lg);
}

.margin-y-xl {
  margin-top: var(--space-xl);
  margin-bottom: var(--space-xl);
}

.margin-y-xxl {
  margin-top: var(--space-xxl);
  margin-bottom: var(--space-xxl);
}

.margin-y-xxxl {
  margin-top: var(--space-xxxl);
  margin-bottom: var(--space-xxxl);
}

.margin-y-xxxxl {
  margin-top: var(--space-xxxxl);
  margin-bottom: var(--space-xxxxl);
}

.margin-y-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.padding-xxxxs {
  padding: var(--space-xxxxs);
}

.padding-xxxs {
  padding: var(--space-xxxs);
}

.padding-xxs {
  padding: var(--space-xxs);
}

.padding-xs {
  padding: var(--space-xs);
}

.padding-sm {
  padding: var(--space-sm);
}

.padding-md {
  padding: var(--space-md);
}

.padding-lg {
  padding: var(--space-lg);
}

.padding-xl {
  padding: var(--space-xl);
}

.padding-xxl {
  padding: var(--space-xxl);
}

.padding-xxxl {
  padding: var(--space-xxxl);
}

.padding-xxxxl {
  padding: var(--space-xxxxl);
}

.padding-component {
  padding: var(--component-padding);
}

.padding-top-xxxxs {
  padding-top: var(--space-xxxxs);
}

.padding-top-xxxs {
  padding-top: var(--space-xxxs);
}

.padding-top-xxs {
  padding-top: var(--space-xxs);
}

.padding-top-xs {
  padding-top: var(--space-xs);
}

.padding-top-sm {
  padding-top: var(--space-sm);
}

.padding-top-md {
  padding-top: var(--space-md);
}

.padding-top-lg {
  padding-top: var(--space-lg);
}

.padding-top-xl {
  padding-top: var(--space-xl);
}

.padding-top-xxl {
  padding-top: var(--space-xxl);
}

.padding-top-xxxl {
  padding-top: var(--space-xxxl);
}

.padding-top-xxxxl {
  padding-top: var(--space-xxxxl);
}

.padding-top-component {
  padding-top: var(--component-padding);
}

.padding-bottom-xxxxs {
  padding-bottom: var(--space-xxxxs);
}

.padding-bottom-xxxs {
  padding-bottom: var(--space-xxxs);
}

.padding-bottom-xxs {
  padding-bottom: var(--space-xxs);
}

.padding-bottom-xs {
  padding-bottom: var(--space-xs);
}

.padding-bottom-sm {
  padding-bottom: var(--space-sm);
}

.padding-bottom-md {
  padding-bottom: var(--space-md);
}

.padding-bottom-lg {
  padding-bottom: var(--space-lg);
}

.padding-bottom-xl {
  padding-bottom: var(--space-xl);
}

.padding-bottom-xxl {
  padding-bottom: var(--space-xxl);
}

.padding-bottom-xxxl {
  padding-bottom: var(--space-xxxl);
}

.padding-bottom-xxxxl {
  padding-bottom: var(--space-xxxxl);
}

.padding-bottom-component {
  padding-bottom: var(--component-padding);
}

.padding-right-xxxxs {
  padding-right: var(--space-xxxxs);
}

.padding-right-xxxs {
  padding-right: var(--space-xxxs);
}

.padding-right-xxs {
  padding-right: var(--space-xxs);
}

.padding-right-xs {
  padding-right: var(--space-xs);
}

.padding-right-sm {
  padding-right: var(--space-sm);
}

.padding-right-md {
  padding-right: var(--space-md);
}

.padding-right-lg {
  padding-right: var(--space-lg);
}

.padding-right-xl {
  padding-right: var(--space-xl);
}

.padding-right-xxl {
  padding-right: var(--space-xxl);
}

.padding-right-xxxl {
  padding-right: var(--space-xxxl);
}

.padding-right-xxxxl {
  padding-right: var(--space-xxxxl);
}

.padding-right-component {
  padding-right: var(--component-padding);
}

.padding-left-xxxxs {
  padding-left: var(--space-xxxxs);
}

.padding-left-xxxs {
  padding-left: var(--space-xxxs);
}

.padding-left-xxs {
  padding-left: var(--space-xxs);
}

.padding-left-xs {
  padding-left: var(--space-xs);
}

.padding-left-sm {
  padding-left: var(--space-sm);
}

.padding-left-md {
  padding-left: var(--space-md);
}

.padding-left-lg {
  padding-left: var(--space-lg);
}

.padding-left-xl {
  padding-left: var(--space-xl);
}

.padding-left-xxl {
  padding-left: var(--space-xxl);
}

.padding-left-xxxl {
  padding-left: var(--space-xxxl);
}

.padding-left-xxxxl {
  padding-left: var(--space-xxxxl);
}

.padding-left-component {
  padding-left: var(--component-padding);
}

.padding-x-xxxxs {
  padding-left: var(--space-xxxxs);
  padding-right: var(--space-xxxxs);
}

.padding-x-xxxs {
  padding-left: var(--space-xxxs);
  padding-right: var(--space-xxxs);
}

.padding-x-xxs {
  padding-left: var(--space-xxs);
  padding-right: var(--space-xxs);
}

.padding-x-xs {
  padding-left: var(--space-xs);
  padding-right: var(--space-xs);
}

.padding-x-sm {
  padding-left: var(--space-sm);
  padding-right: var(--space-sm);
}

.padding-x-md {
  padding-left: var(--space-md);
  padding-right: var(--space-md);
}

.padding-x-lg {
  padding-left: var(--space-lg);
  padding-right: var(--space-lg);
}

.padding-x-xl {
  padding-left: var(--space-xl);
  padding-right: var(--space-xl);
}

.padding-x-xxl {
  padding-left: var(--space-xxl);
  padding-right: var(--space-xxl);
}

.padding-x-xxxl {
  padding-left: var(--space-xxxl);
  padding-right: var(--space-xxxl);
}

.padding-x-xxxxl {
  padding-left: var(--space-xxxxl);
  padding-right: var(--space-xxxxl);
}

.padding-x-component {
  padding-left: var(--component-padding);
  padding-right: var(--component-padding);
}

.padding-y-xxxxs {
  padding-top: var(--space-xxxxs);
  padding-bottom: var(--space-xxxxs);
}

.padding-y-xxxs {
  padding-top: var(--space-xxxs);
  padding-bottom: var(--space-xxxs);
}

.padding-y-xxs {
  padding-top: var(--space-xxs);
  padding-bottom: var(--space-xxs);
}

.padding-y-xs {
  padding-top: var(--space-xs);
  padding-bottom: var(--space-xs);
}

.padding-y-sm {
  padding-top: var(--space-sm);
  padding-bottom: var(--space-sm);
}

.padding-y-md {
  padding-top: var(--space-md);
  padding-bottom: var(--space-md);
}

.padding-y-lg {
  padding-top: var(--space-lg);
  padding-bottom: var(--space-lg);
}

.padding-y-xl {
  padding-top: var(--space-xl);
  padding-bottom: var(--space-xl);
}

.padding-y-xxl {
  padding-top: var(--space-xxl);
  padding-bottom: var(--space-xxl);
}

.padding-y-xxxl {
  padding-top: var(--space-xxxl);
  padding-bottom: var(--space-xxxl);
}

.padding-y-xxxxl {
  padding-top: var(--space-xxxxl);
  padding-bottom: var(--space-xxxxl);
}

.padding-y-component {
  padding-top: var(--component-padding);
  padding-bottom: var(--component-padding);
}

.align-baseline {
  vertical-align: baseline;
}

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.align-bottom {
  vertical-align: bottom;
}

.truncate, .text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-replace {
  overflow: hidden;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
}

.text-nowrap {
  white-space: nowrap;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.line-height-xs {
  --heading-line-height: 1;
  --body-line-height: 1;
}

.line-height-sm {
  --heading-line-height: 1.1;
  --body-line-height: 1.2;
}

.line-height-md {
  --heading-line-height: 1.15;
  --body-line-height: 1.4;
}

.line-height-lg {
  --heading-line-height: 1.22;
  --body-line-height: 1.58;
}

.line-height-xl {
  --heading-line-height: 1.3;
  --body-line-height: 1.72;
}

.v-space-xxs {
  --text-vspace-multiplier: 0.25 !important;
}

.v-space-xs {
  --text-vspace-multiplier: 0.5 !important;
}

.v-space-sm {
  --text-vspace-multiplier: 0.75 !important;
}

.v-space-md {
  --text-vspace-multiplier: 1.25 !important;
}

.v-space-lg {
  --text-vspace-multiplier: 1.5 !important;
}

.v-space-xl {
  --text-vspace-multiplier: 1.75 !important;
}

.v-space-xxl {
  --text-vspace-multiplier: 2 !important;
}

.color-inherit {
  color: inherit;
}

.color-bg {
  color: var(--color-bg, white);
}

.color-contrast-lower {
  color: var(--color-contrast-lower, #f2f2f2);
}

.color-contrast-low {
  color: var(--color-contrast-low, #d3d3d4);
}

.color-contrast-medium {
  color: var(--color-contrast-medium, #666666);
}

.color-contrast-high {
  color: var(--color-contrast-high, #313135);
}

.color-contrast-higher {
  color: var(--color-contrast-higher, #1c1c21);
}

.color-primary {
  color: var(--color-primary, #2a6df4);
}

.color-accent {
  color: var(--color-accent, #f54251);
}

.color-success {
  color: var(--color-success, #88c559);
}

.color-warning {
  color: var(--color-warning, #ffd138);
}

.color-error {
  color: var(--color-error, #f54251);
}

.color-white {
  color: var(--color-white, white);
}

.color-black {
  color: var(--color-black, black);
}

.width-xxxxs {
  width: 0.25rem;
}

.width-xxxs {
  width: 0.5rem;
}

.width-xxs {
  width: 0.75rem;
}

.width-xs {
  width: 1rem;
}

.width-sm {
  width: 1.5rem;
}

.width-md {
  width: 2rem;
}

.width-lg {
  width: 3rem;
}

.width-xl {
  width: 4rem;
}

.width-xxl {
  width: 6rem;
}

.width-xxxl {
  width: 8rem;
}

.width-xxxxl {
  width: 16rem;
}

.width-10\% {
  width: 10%;
}

.width-20\% {
  width: 20%;
}

.width-25\% {
  width: 25%;
}

.width-30\% {
  width: 30%;
}

.width-33\% {
  width: 33.3333333333%;
}

.width-40\% {
  width: 40%;
}

.width-50\% {
  width: 50%;
}

.width-60\% {
  width: 60%;
}

.width-66\% {
  width: 66.6666666667%;
}

.width-70\% {
  width: 70%;
}

.width-75\% {
  width: 75%;
}

.width-80\% {
  width: 80%;
}

.width-90\% {
  width: 90%;
}

.width-100\% {
  width: 100%;
}

.height-xxxxs {
  height: 0.25rem;
}

.height-xxxs {
  height: 0.5rem;
}

.height-xxs {
  height: 0.75rem;
}

.height-xs {
  height: 1rem;
}

.height-sm {
  height: 1.5rem;
}

.height-md {
  height: 2rem;
}

.height-lg {
  height: 3rem;
}

.height-xl {
  height: 4rem;
}

.height-xxl {
  height: 6rem;
}

.height-xxxl {
  height: 8rem;
}

.height-xxxxl {
  height: 16rem;
}

.height-10\% {
  height: 10%;
}

.height-20\% {
  height: 20%;
}

.height-25\% {
  height: 25%;
}

.height-30\% {
  height: 30%;
}

.height-33\% {
  height: 33.3333333333%;
}

.height-40\% {
  height: 40%;
}

.height-50\% {
  height: 50%;
}

.height-60\% {
  height: 60%;
}

.height-66\% {
  height: 66.6666666667%;
}

.height-70\% {
  height: 70%;
}

.height-75\% {
  height: 75%;
}

.height-80\% {
  height: 80%;
}

.height-90\% {
  height: 90%;
}

.height-100\% {
  height: 100%;
}

.min-width-0 {
  min-width: 0;
}

.min-width-25\% {
  min-width: 25%;
}

.min-width-33\% {
  min-width: 33.3333333333%;
}

.min-width-50\% {
  min-width: 50%;
}

.min-width-66\% {
  min-width: 66.6666666667%;
}

.min-width-75\% {
  min-width: 75%;
}

.min-width-100\% {
  min-width: 100%;
}

.media-wrapper {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.media-wrapper.one {
  height: 100%;
}
.media-wrapper iframe, .media-wrapper video, .media-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.media-wrapper video, .media-wrapper img {
  object-fit: cover;
  object-position: 50% 50%;
  /* default value: image is centered*/
}

.media-wrapper--4\:3 {
  padding-bottom: calc((3 / 4) * 100%);
}

.media-wrapper--3\:4 {
  padding-bottom: calc((4 / 3) * 100%);
}

.media-wrapper--4\:4 {
  padding-bottom: calc((4 / 4) * 100%);
}

.media-wrapper--16\:9 {
  padding-bottom: calc((9 / 16) * 100%);
}

.media-wrapper--21\:9 {
  padding-bottom: calc((9 / 21) * 100%);
}

.media-wrapper--1\:1 {
  padding-bottom: calc((1 / 1) * 100%);
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.border {
  border: 1px solid var(--color-contrast-low, #d3d3d4);
}

.border-top {
  border-top: 1px solid var(--color-contrast-low, #d3d3d4);
}

.border-bottom {
  border-bottom: 1px solid var(--color-contrast-low, #d3d3d4);
}

.border-left {
  border-left: 1px solid var(--color-contrast-low, #d3d3d4);
}

.border-right {
  border-right: 1px solid var(--color-contrast-low, #d3d3d4);
}

.border-2 {
  border-width: 2px;
}

.border-contrast-lower {
  border-color: var(--color-contrast-lower, #f2f2f2);
}

.border-contrast-medium {
  border-color: var(--color-contrast-medium, #79797c);
}

.radius-sm {
  border-radius: var(--radius-sm);
}

.radius-md {
  border-radius: var(--radius-md);
}

.radius-lg {
  border-radius: var(--radius-lg);
}

.shadow-xs {
  box-shadow: var(--shadow-xs);
}

.shadow-sm {
  box-shadow: var(--shadow-sm);
}

.shadow-md {
  box-shadow: var(--shadow-md);
}

.shadow-lg {
  box-shadow: var(--shadow-lg);
}

.shadow-xl {
  box-shadow: var(--shadow-xl);
}

.bg-inherit {
  background-color: inherit;
}

.bg {
  background-color: var(--color-bg, white);
}

.bg-contrast-lower {
  background-color: var(--color-contrast-lower, #f2f2f2);
}

.bg-contrast-low {
  background-color: var(--color-contrast-low, #d3d3d4);
}

.bg-contrast-medium {
  background-color: var(--color-contrast-medium, #79797c);
}

.bg-contrast-high {
  background-color: var(--color-contrast-high, #313135);
}

.bg-contrast-higher {
  background-color: var(--color-contrast-higher, #1c1c21);
}

.bg-primary {
  background-color: var(--color-primary, #2a6df4);
}

.bg-accent {
  background-color: var(--color-accent, #f54251);
}

.bg-success {
  background-color: var(--color-success, #88c559);
}

.bg-warning {
  background-color: var(--color-warning, #ffd138);
}

.bg-error {
  background-color: var(--color-error, #f54251);
}

.bg-white {
  background-color: var(--color-white, white);
}

.bg-black {
  background-color: var(--color-black, black);
}

@media (min-width: 32rem) {
  .flex\@xs {
    display: flex;
  }

  .inline-flex\@xs {
    display: inline-flex;
  }

  .flex-wrap\@xs {
    flex-wrap: wrap;
  }

  .flex-column\@xs {
    flex-direction: column;
  }

  .flex-column-reverse\@xs {
    flex-direction: column-reverse;
  }

  .flex-row\@xs {
    flex-direction: row;
  }

  .flex-row-reverse\@xs {
    flex-direction: row-reverse;
  }

  .flex-center\@xs {
    justify-content: center;
    align-items: center;
  }

  .justify-start\@xs {
    justify-content: flex-start;
  }

  .justify-end\@xs {
    justify-content: flex-end;
  }

  .justify-center\@xs {
    justify-content: center;
  }

  .justify-between\@xs {
    justify-content: space-between;
  }

  .items-center\@xs {
    align-items: center;
  }

  .items-start\@xs {
    align-items: flex-start;
  }

  .items-end\@xs {
    align-items: flex-end;
  }

  .block\@xs {
    display: block;
  }

  .inline-block\@xs {
    display: inline-block;
  }

  .inline\@xs {
    display: inline;
  }

  .text-center\@xs {
    text-align: center;
  }

  .text-left\@xs {
    text-align: left;
  }

  .text-right\@xs {
    text-align: right;
  }

  .hide\@xs {
    display: none !important;
  }
}
@media (min-width: 48rem) {
  .flex\@sm {
    display: flex;
  }

  .inline-flex\@sm {
    display: inline-flex;
  }

  .flex-wrap\@sm {
    flex-wrap: wrap;
  }

  .flex-column\@sm {
    flex-direction: column;
  }

  .flex-column-reverse\@sm {
    flex-direction: column-reverse;
  }

  .flex-row\@sm {
    flex-direction: row;
  }

  .flex-row-reverse\@sm {
    flex-direction: row-reverse;
  }

  .flex-center\@sm {
    justify-content: center;
    align-items: center;
  }

  .justify-start\@sm {
    justify-content: flex-start;
  }

  .justify-end\@sm {
    justify-content: flex-end;
  }

  .justify-center\@sm {
    justify-content: center;
  }

  .justify-between\@sm {
    justify-content: space-between;
  }

  .items-center\@sm {
    align-items: center;
  }

  .items-start\@sm {
    align-items: flex-start;
  }

  .items-end\@sm {
    align-items: flex-end;
  }

  .block\@sm {
    display: block;
  }

  .inline-block\@sm {
    display: inline-block;
  }

  .inline\@sm {
    display: inline;
  }

  .text-center\@sm {
    text-align: center;
  }

  .text-left\@sm {
    text-align: left;
  }

  .text-right\@sm {
    text-align: right;
  }

  .hide\@sm {
    display: none !important;
  }
}
@media (min-width: 64rem) {
  .flex\@md {
    display: flex;
  }

  .inline-flex\@md {
    display: inline-flex;
  }

  .flex-wrap\@md {
    flex-wrap: wrap;
  }

  .flex-column\@md {
    flex-direction: column;
  }

  .flex-column-reverse\@md {
    flex-direction: column-reverse;
  }

  .flex-row\@md {
    flex-direction: row;
  }

  .flex-row-reverse\@md {
    flex-direction: row-reverse;
  }

  .flex-center\@md {
    justify-content: center;
    align-items: center;
  }

  .justify-start\@md {
    justify-content: flex-start;
  }

  .justify-end\@md {
    justify-content: flex-end;
  }

  .justify-center\@md {
    justify-content: center;
  }

  .justify-between\@md {
    justify-content: space-between;
  }

  .items-center\@md {
    align-items: center;
  }

  .items-start\@md {
    align-items: flex-start;
  }

  .items-end\@md {
    align-items: flex-end;
  }

  .block\@md {
    display: block;
  }

  .inline-block\@md {
    display: inline-block;
  }

  .inline\@md {
    display: inline;
  }

  .text-center\@md {
    text-align: center;
  }

  .text-left\@md {
    text-align: left;
  }

  .text-right\@md {
    text-align: right;
  }

  .hide\@md {
    display: none !important;
  }
}
@media (min-width: 80rem) {
  .flex\@lg {
    display: flex;
  }

  .inline-flex\@lg {
    display: inline-flex;
  }

  .flex-wrap\@lg {
    flex-wrap: wrap;
  }

  .flex-column\@lg {
    flex-direction: column;
  }

  .flex-column-reverse\@lg {
    flex-direction: column-reverse;
  }

  .flex-row\@lg {
    flex-direction: row;
  }

  .flex-row-reverse\@lg {
    flex-direction: row-reverse;
  }

  .flex-center\@lg {
    justify-content: center;
    align-items: center;
  }

  .justify-start\@lg {
    justify-content: flex-start;
  }

  .justify-end\@lg {
    justify-content: flex-end;
  }

  .justify-center\@lg {
    justify-content: center;
  }

  .justify-between\@lg {
    justify-content: space-between;
  }

  .items-center\@lg {
    align-items: center;
  }

  .items-start\@lg {
    align-items: flex-start;
  }

  .items-end\@lg {
    align-items: flex-end;
  }

  .block\@lg {
    display: block;
  }

  .inline-block\@lg {
    display: inline-block;
  }

  .inline\@lg {
    display: inline;
  }

  .text-center\@lg {
    text-align: center;
  }

  .text-left\@lg {
    text-align: left;
  }

  .text-right\@lg {
    text-align: right;
  }

  .hide\@lg {
    display: none !important;
  }
}
@media (min-width: 90rem) {
  .flex\@xl {
    display: flex;
  }

  .inline-flex\@xl {
    display: inline-flex;
  }

  .flex-wrap\@xl {
    flex-wrap: wrap;
  }

  .flex-column\@xl {
    flex-direction: column;
  }

  .flex-column-reverse\@xl {
    flex-direction: column-reverse;
  }

  .flex-row\@xl {
    flex-direction: row;
  }

  .flex-row-reverse\@xl {
    flex-direction: row-reverse;
  }

  .flex-center\@xl {
    justify-content: center;
    align-items: center;
  }

  .justify-start\@xl {
    justify-content: flex-start;
  }

  .justify-end\@xl {
    justify-content: flex-end;
  }

  .justify-center\@xl {
    justify-content: center;
  }

  .justify-between\@xl {
    justify-content: space-between;
  }

  .items-center\@xl {
    align-items: center;
  }

  .items-start\@xl {
    align-items: flex-start;
  }

  .items-end\@xl {
    align-items: flex-end;
  }

  .block\@xl {
    display: block;
  }

  .inline-block\@xl {
    display: inline-block;
  }

  .inline\@xl {
    display: inline;
  }

  .text-center\@xl {
    text-align: center;
  }

  .text-left\@xl {
    text-align: left;
  }

  .text-right\@xl {
    text-align: right;
  }

  .hide\@xl {
    display: none !important;
  }
}
@media not all and (min-width: 32rem) {
  .has-margin\@xs {
    margin: 0 !important;
  }

  .has-padding\@xs {
    padding: 0 !important;
  }

  .display\@xs {
    display: none !important;
  }
}
@media not all and (min-width: 48rem) {
  .has-margin\@sm {
    margin: 0 !important;
  }

  .has-padding\@sm {
    padding: 0 !important;
  }

  .display\@sm {
    display: none !important;
  }
}
@media not all and (min-width: 64rem) {
  .has-margin\@md {
    margin: 0 !important;
  }

  .has-padding\@md {
    padding: 0 !important;
  }

  .display\@md {
    display: none !important;
  }
}
@media not all and (min-width: 80rem) {
  .has-margin\@lg {
    margin: 0 !important;
  }

  .has-padding\@lg {
    padding: 0 !important;
  }

  .display\@lg {
    display: none !important;
  }
}
@media not all and (min-width: 90rem) {
  .has-margin\@xl {
    margin: 0 !important;
  }

  .has-padding\@xl {
    padding: 0 !important;
  }

  .display\@xl {
    display: none !important;
  }
}
/* -------------------------------- 

File#: _1_social-sharing
Title: Social Sharing
Descr: Social sharing plugin

-------------------------------- */
.sharebar__btn {
  display: inline-block;
  padding: var(--space-sm);
  background: var(--color-contrast-lower);
  border-radius: 50%;
  transition: 0.2s;
}
.sharebar__btn .icon {
  display: block;
  color: var(--color-contrast-high);
  transition: color 0.2s;
  font-size: 1.2em;
}
.sharebar__btn:hover {
  background-color: var(--color-bg);
  box-shadow: var(--shadow-sm);
}
.sharebar__btn:hover .icon {
  color: var(--color-primary);
}

/* -------------------------------- 

File#: _sticky-sharebar
Title: Sticky Sharebar
Descr: Sticky social sharing bar

-------------------------------- */
.sticky-sharebar {
  display: flex;
  align-items: center;
  position: fixed;
  height: 100%;
  top: 0;
  right: var(--space-md);
  pointer-events: none;
  z-index: var(--zindex-fixed-element);
  transition: visibility 0s 0.3s, opacity 250ms, transform 250ms ease-in-out;
  transform: translateX(10%);
  opacity: 0;
  visibility: hidden;
}

.sticky-sharebar--on-target {
  transition: visibility 0s, opacity 250ms, transform 250ms ease-in-out;
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.sticky-sharebar__list {
  pointer-events: auto;
  background-color: hsla(var(--color-bg-h), var(--color-bg-s), var(--color-bg-l), 0.95);
  backdrop-filter: blur(5px);
  border-radius: 50em;
  border: solid 1px var(--color-contrast-lower);
  padding: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 2px 2px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.05), 0 8px 8px rgba(0, 0, 0, 0.08), 0 16px 16px rgba(0, 0, 0, 0.02);
}

.sticky-sharebar__btn {
  position: relative;
  display: block;
  display: flex;
  width: 2.2em;
  height: 2.2em;
  border-radius: 50%;
}
.sticky-sharebar__btn .icon {
  position: relative;
  color: var(--color-contrast-medium);
  display: block;
  margin: auto;
  z-index: 2;
  transition: color 250ms ease;
}
.sticky-sharebar__btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: inherit;
  background-color: var(--color-primary-lighter);
  transform: scale(0);
  transition: transform 250ms ease-out;
}
.sticky-sharebar__btn:hover .icon {
  color: var(--color-primary);
}
.sticky-sharebar__btn:hover::before {
  transform: scale(1);
}

@media only screen and (max-width: 512px) {
  .sticky-sharebar--on-target {
    display: none;
  }
}
.ms-404-page {
  height: calc(90vh - var(--main-header-height-md));
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  text-align: center;
}
.ms-404-page h2 {
  font-size: 2rem;
  margin: 1rem 0;
  line-height: 1;
  font-weight: 700;
}
.ms-404-page p {
  max-width: 26em;
  color: var(--color-contrast-medium);
}
.ms-404-page p a {
  z-index: 1;
}
.ms-404-page .ms-404--bg h1 {
  font-size: 30vw;
  margin: 0;
  line-height: 1;
  padding: 0;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  opacity: 0.1;
  font-weight: 900;
  user-select: none;
}

.ms_fuw--wrapper {
  position: fixed;
  display: flex;
  height: 100%;
  top: 0;
  left: 0;
  padding: 30px;
  z-index: 1;
  mix-blend-mode: difference;
}
.ms_fuw--wrapper .ms_fuw {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  display: flex;
}
.ms_fuw--wrapper .ms_fuw .ms_fuw--list {
  display: flex;
}
.ms_fuw--wrapper .ms_fuw .ms_fuw--list .socials {
  display: flex;
  padding-left: 0;
}
.ms_fuw--wrapper .ms_fuw .ms_fuw--list h5 {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1pt;
  color: var(--color-contrast-medium);
}
.ms_fuw--wrapper .ms_fuw .ms_fuw--list h5::after {
  content: "";
  width: 1px;
  height: 40px;
  display: block;
  margin-bottom: 1rem;
  margin-top: 2rem;
  background-color: var(--color-contrast-low);
}
.ms_fuw--wrapper .ms_fuw .ms_fuw--list li {
  list-style: none;
}
.ms_fuw--wrapper .ms_fuw .ms_fuw--list a {
  margin-top: 1rem;
  color: var(--color-contrast-medium);
  transition: color 250ms var(--ease-in-out);
}
.ms_fuw--wrapper .ms_fuw .ms_fuw--list a:hover {
  color: var(--color-primary);
}
.ms_fuw--wrapper .ms_fuw .ms_fuw--list a::after {
  content: none;
}
.ms_fuw--wrapper .ms_fuw .ms_fuw--list .ms-socicon {
  transform: rotate(180deg);
}
.ms_fuw--wrapper .ms_fuw .ms_fuw--list [class^=socicon-], .ms_fuw--wrapper .ms_fuw .ms_fuw--list [class*=" socicon-"] {
  font-size: 22px;
  margin-bottom: 1rem;
}

.ms-footer {
  background-color: #f7f7f7;
  padding-top: 40px;
}
.ms-footer .container .footer-title {
  margin-bottom: 80px;
  margin-top: 48px;
}
@media (max-width: 767px) {
  .ms-footer .container .footer-title {
    margin-bottom: 20px;
  }
}
.ms-footer .container .footer-title h1 {
  font-size: 72px;
  line-height: 1.4;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .ms-footer .container .footer-title h1 {
    font-size: 32px;
  }
}
.ms-footer .container .footer-title h1 .btn-footer {
  font-size: 22px;
  border: 1px solid;
  border-radius: 40px;
  font-weight: 400;
  position: relative;
  white-space: nowrap;
  padding: 12px 30px;
  cursor: pointer;
  user-select: none;
  outline: 0;
  outline-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  will-change: transform;
  backface-visibility: hidden;
  vertical-align: middle;
  margin-left: 20px;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .ms-footer .container .footer-title h1 .btn-footer {
    display: block;
    width: 180px;
    text-align: center;
    margin: 10px auto 0 auto;
  }
}
.ms-footer .container .footer-title h1 .btn-footer i {
  margin-left: 5px;
}
.ms-footer .container .footer-title h1 .btn-footer:hover {
  border-color: var(--color-primary);
  color: var(--color-primary);
}
.ms-footer .container .social-area {
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .ms-footer .container .social-area {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .ms-footer .container .social-area .area-inner {
    justify-content: center;
  }
}
.ms-footer .container .social-area .social-wrapper {
  padding-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid;
  margin: 0 10px;
}
@media (max-width: 991px) {
  .ms-footer .container .social-area .social-wrapper {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .ms-footer .container .social-area .social-wrapper {
    border: none;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .ms-footer .container .social-area .social-wrapper .content {
    display: none;
  }
}
.ms-footer .container .social-area .social-wrapper .content .platform {
  font-size: 18px;
  color: inherit;
  transition: all 0.4s;
  margin-bottom: 3px;
  cursor: pointer;
}
.ms-footer .container .social-area .social-wrapper .content .platform:hover {
  color: var(--color-primary);
}
.ms-footer .container .social-area .social-wrapper .content .link {
  color: #959595;
  font-size: 14px;
}
.ms-footer .container .social-area .social-wrapper .social a {
  width: 40px;
  height: 40px;
  line-height: 45px;
  display: block;
  text-align: center;
  background: #B8B8B852;
  border-radius: 50%;
  transition: all 0.4s;
  transform: translateY(0);
}
.ms-footer .container .social-area .social-wrapper .social a:hover {
  transform: translateY(-5px);
}
.ms-footer .container .social-area .social-wrapper .social a i {
  color: #1c1c1c;
  font-size: 20px;
}
.ms-footer .container .copyright-area {
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .ms-footer .container .copyright-area {
    display: block;
    text-align: center;
  }
}
.ms-footer .container .copyright-area p {
  color: #959595;
  font-size: 14px;
}
.ms-footer .container .copyright-area p a {
  font-weight: 800;
  transition: all 0.4s;
}
.ms-footer .container .copyright-area p a:hover {
  color: var(--color-primary);
}
.ms-footer a {
  color: inherit;
}

body[data-footer-effect=on] {
  display: inherit;
}
body[data-footer-effect=on] .ms-main {
  background-color: var(--color-bg);
  z-index: 2;
  width: 100%;
  position: relative;
  display: inline-block;
}
body[data-footer-effect=on] .ms-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1;
}

body.index-six[data-footer-effect=on] {
  display: inherit;
}
body.index-six[data-footer-effect=on] .ms-main {
  top: -1px;
}

body[data-footer-corners=on] .ms-main {
  clip-path: inset(0px 0px 0px round 0 0 40px 40px);
}
body[data-footer-corners=on] .ms-woo-main {
  margin-bottom: 0 !important;
}
body[data-footer-corners=on] .ms-footer {
  padding-top: 40px;
}

.page-template-page-no-footer .ms-main {
  clip-path: inset(0px 0px 0px round 0px) !important;
}

body[data-footer-corners=on] .ms-footer {
  padding-top: 40px;
  margin-top: -40px;
}

 .back-to-top {
  display: none;
}

.ms-page--about h2 {
  font-size: calc(var(--text-lg) + 8pt);
  margin-bottom: var(--space-md);
  max-width: 66.66%;
}
.ms-page--about .text-align-center {
  margin: 0 auto var(--space-md);
  text-align: center;
}
.ms-page--about .text-align-right {
  margin-left: auto;
  margin-right: 0;
  text-align: right;
}
.ms-page--about .text-align-left {
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}

.ms_services {
  margin-bottom: calc(var(--space-xxl) - 2.1rem);
}
.ms_services .parent {
  margin-bottom: 0;
}
.ms_services .ms_services--heading {
  display: flex;
  align-items: center;
  margin-bottom: var(--space-sm);
}
.ms_services img {
  width: 35px;
  height: 35px;
  float: left;
  margin-right: 8pt;
}
.ms_services h4 {
  margin-bottom: 0;
}
.ms_services p {
  margin-bottom: 0;
}

/* -------------------------------- 
    Experience
-------------------------------- */
.ms_experience {
  margin-bottom: calc(var(--space-xxl) - 2.1rem);
}
.ms_experience .company_name {
  font-weight: 600;
  display: block;
  margin-bottom: var(--space-xxxs);
}
.ms_experience .row {
  margin-bottom: calc(var(--space-md) * var(--text-vspace-multiplier));
  border-bottom: solid 1px var(--color-contrast-low);
}
.ms_experience .experience-text {
  display: flex;
  position: relative;
}
.ms_experience .row:last-child {
  border-bottom: none;
}

/* -------------------------------- 
    Team
-------------------------------- */
.ms_our-team .parent {
  margin-bottom: 0;
}
.ms_our-team h2 span {
  color: var(--color-primary);
}
.ms_our-team img {
  display: flex;
  width: 100%;
  border-radius: 0.55rem;
}
.ms_our-team h4 {
  font-weight: normal;
  margin-top: var(--space-xs);
  margin-bottom: 0;
}
.ms_our-team p {
  margin-bottom: 0;
  margin-top: 0.2rem;
  font-size: calc(var(--space-sm) - 1pt);
  color: var(--color-primary);
}

/* -------------------------------- 
    Clients logo
-------------------------------- */
.ms_clients-gallery {
  margin-bottom: var(--space-xl);
}
.ms_clients-gallery .parent {
  margin-bottom: 0;
}
.ms_clients-gallery hr {
  margin-top: 0;
  margin-bottom: var(--space-xl);
}
.ms_clients-gallery h2 span {
  color: var(--color-primary);
}
.ms_clients-gallery .c_logo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: var(--space-md);
  padding-bottom: var(--space-md);
}
.ms_clients-gallery img {
  width: 100%;
}

/* -------------------------------- 
Clients logo
-------------------------------- */
.ms_clients-gallery {
  margin-bottom: var(--space-xl);
}
.ms_clients-gallery .parent {
  margin-bottom: 0;
}
.ms_clients-gallery hr {
  margin-top: var(--space-md);
  margin-bottom: var(--space-xl);
}
.ms_clients-gallery h2 {
  margin-bottom: var(--space-lg);
  max-width: 66.66%;
}
.ms_clients-gallery h2 span {
  color: var(--color-primary);
}
.ms_clients-gallery .c_logo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: var(--space-md);
  padding-bottom: var(--space-md);
}
.ms_clients-gallery img {
  width: 100%;
}

@media only screen and (max-width: 512px) {
  .c_logo {
    max-width: calc(33.33% - 0.01px - var(--gap, 0.75em));
    padding-bottom: var(--space-md) !important;
  }

  .ms_our-team p {
    font-size: inherit;
  }

  .ms_our-team h4 {
    margin-top: var(--space-md);
  }

  .company_name {
    font-size: 16px;
  }

  .year {
    margin-bottom: calc(var(--space-xl) * var(--text-vspace-multiplier));
  }
}
.banner-area.inner {
  padding: 120px 0;
}
@media (max-width: 767px) {
  .banner-area.inner {
    padding: 120px 0 0 0;
  }
}
.banner-area.inner .heading-title {
  text-align: center;
  font-size: 74px;
  font-weight: 900;
  text-transform: capitalize;
  line-height: 96px;
  word-spacing: 5px;
}
@media (max-width: 1300px) {
  .banner-area.inner .heading-title {
    font-size: 55px;
    line-height: 70px;
  }
}
@media (max-width: 991px) {
  .banner-area.inner .heading-title {
    font-size: 40px;
    line-height: 55px;
  }
}
@media (max-width: 767px) {
  .banner-area.inner .heading-title {
    font-size: 32px;
    line-height: 45px;
  }
}
.banner-area.inner .heading-title strong {
  text-decoration: underline;
}
.banner-area.inner .heading-title strong span {
  color: #ef5d39;
  font-style: italic;
}

@media (max-width: 767px) {
  .ms-hero-area-2 {
    display: none;
  }
}
.ms-hero-area-2 .hero-image {
  padding: 15px;
}
.ms-hero-area-2 .hero-image img {
  width: 100%;
}

.team-rules-area {
  padding: 120px 0;
}
.team-rules-area .team-rules-area-inner .border-line {
  height: 10px;
  width: 100%;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: #7E7E7E66;
  margin-bottom: 20px;
}
.team-rules-area .team-rules-area-inner .top {
  margin-bottom: 80px;
}
.team-rules-area .team-rules-area-inner .top .heading-title {
  color: #797979;
}
.team-rules-area .team-rules-area-inner .top .title {
  font-family: "Manrope", Sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 64px;
}
@media (max-width: 1024px) {
  .team-rules-area .team-rules-area-inner .top .title {
    font-size: 1.8em;
    line-height: 1.4em;
  }
}
.team-rules-area .team-rules-area-inner .middle {
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .team-rules-area .team-rules-area-inner .middle {
    margin-bottom: 40px;
  }
}
.team-rules-area .team-rules-area-inner .middle .inner {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .team-rules-area .team-rules-area-inner .middle .inner {
    margin-bottom: 40px;
  }
}
.team-rules-area .team-rules-area-inner .middle .inner .content p.desc {
  color: #797979;
  margin-bottom: 20px;
}
.team-rules-area .team-rules-area-inner .middle .inner .content .sub-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
.team-rules-area .team-rules-area-inner .middle .inner .content p {
  color: #797979;
  line-height: 28px;
}
.team-rules-area .team-rules-area-inner .bottom .inner {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .team-rules-area .team-rules-area-inner .bottom .inner {
    margin-bottom: 40px;
  }
}
.team-rules-area .team-rules-area-inner .bottom .inner .content p.desc {
  color: #797979;
  margin-bottom: 20px;
}
.team-rules-area .team-rules-area-inner .bottom .inner .content .sub-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
.team-rules-area .team-rules-area-inner .bottom .inner .content p {
  color: #797979;
  line-height: 28px;
}

.team-area .team-area-inner .border-line {
  height: 10px;
  width: 100%;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: #7E7E7E66;
  margin-bottom: 20px;
}
.team-area .team-area-inner .team-content {
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .team-area .team-area-inner .team-content {
    margin-bottom: 50px;
  }
}
.team-area .team-area-inner .team-content .heading-title {
  color: #797979;
  margin-bottom: 20px;
}
.team-area .team-area-inner .team-content .title {
  font-family: "Manrope", Sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 64px;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .team-area .team-area-inner .team-content .title {
    font-size: 1.8em;
    line-height: 1.4em;
  }
}
.team-area .team-area-inner .team-member .ms-tm {
  padding-bottom: 50px;
}
.team-area .team-area-inner .team-member .ms-tm .ms-tm--box .ms-tm--img {
  border-radius: 32px;
}
.team-area .team-area-inner .team-member .ms-tm .ms-tm--box .ms-tm--content .ms-tm--title {
  font-size: 24px;
  font-weight: 700;
}
.team-area .team-area-inner .team-member .ms-tm .ms-tm--box .ms-tm--content .ms-tm--function {
  color: #797979;
}

.contact-area {
  padding-top: 40px;
  padding-bottom: 100px;
}
.contact-area.contact .contact-area-inner .content .title {
  font-size: 42px;
  font-weight: 900;
  line-height: 54px;
}
.contact-area .border-line {
  height: 10px;
  width: 100%;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: #7E7E7E66;
  margin-bottom: 20px;
}
.contact-area .heading-title {
  color: #797979;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .contact-area .heading-title {
    margin-bottom: 50px;
  }
}
.contact-area .contact-area-inner .content .title {
  font-family: "Manrope", Sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 64px;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .contact-area .contact-area-inner .content .title {
    font-size: 1.8em;
    line-height: 1.4em;
  }
}
.contact-area .contact-area-inner .content .desc {
  line-height: 28px;
  margin-bottom: 36px;
}
@media (max-width: 991px) {
  .contact-area .contact-area-inner .contact {
    margin-bottom: 40px;
  }
}
.contact-area .contact-area-inner .contact li {
  list-style-type: none;
  color: #797979;
  font-size: 18px;
  line-height: 36px;
}
.contact-area .contact-area-inner .contact li.tag {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  color: unset;
}
.contact-area .contact-area-inner .contact-form .form-group {
  padding-bottom: 24px;
}
.contact-area .contact-area-inner .contact-form .form-group input {
  padding: 0.5em 1em 0.5em 1em;
  background: var(--color-bg);
  border: 1px solid var(--color-contrast-low);
  width: 100%;
  font-size: 16px;
  border-radius: 6pt;
  min-height: 45px;
  transition: all 0.4s;
}
.contact-area .contact-area-inner .contact-form .form-group input::placeholder {
  color: var(--color-contrast-higher);
}
.contact-area .contact-area-inner .contact-form .form-group input:hover {
  border: 1px solid var(--color-primary);
}
.contact-area .contact-area-inner .contact-form .form-group input:focus {
  --color-shadow: hsla(var(--color-primary-h), var(--color-primary-s), var(--color-primary-l), 0.2);
  outline: 0;
  border-color: var(--color-primary);
  box-shadow: 0 0 0 4px var(--color-shadow);
  background-color: var(--color-bg);
  color: var(--color-contrast-higher);
}
.contact-area .contact-area-inner .contact-form .form-group textarea {
  padding: 0.5em 1em 0.5em 1em;
  background: var(--color-bg);
  border: 1px solid var(--color-contrast-low);
  width: 100%;
  font-size: 16px;
  border-radius: 6pt;
  min-height: 250px;
  transition: all 0.4s;
}
.contact-area .contact-area-inner .contact-form .form-group textarea::placeholder {
  color: var(--color-contrast-higher);
}
.contact-area .contact-area-inner .contact-form .form-group textarea:hover {
  border: 1px solid var(--color-primary);
}
.contact-area .contact-area-inner .contact-form .form-group textarea:focus {
  --color-shadow: hsla(var(--color-primary-h), var(--color-primary-s), var(--color-primary-l), 0.2);
  outline: 0;
  border-color: var(--color-primary);
  box-shadow: 0 0 0 4px var(--color-shadow);
  background-color: var(--color-bg);
  color: var(--color-contrast-higher);
}
.contact-area.account {
  padding-top: 80px;
}
.contact-area.account .heading-title {
  font-size: 60px;
  font-weight: 900;
  line-height: 64px;
  margin-bottom: 8vh;
  margin-top: 8vh;
  color: unset;
}
@media (max-width: 1024px) {
  .contact-area.account .heading-title {
    font-size: 2.5em;
  }
}
@media (max-width: 767px) {
  .contact-area.account .heading-title {
    font-size: 2em;
    line-height: 1.5em;
  }
}
.contact-area.account .contact-area-inner .contact-form {
  margin: 2rem 0;
  margin-bottom: 8vh;
  max-width: 28.125rem;
}
.contact-area.account .contact-area-inner .contact-form .form-group label {
  margin-bottom: 4pt;
  font-size: 14px;
}
.contact-area.account .contact-area-inner .contact-form .form-group label.checkbox {
  margin-bottom: 1rem;
}
.contact-area.account .contact-area-inner .contact-form label.checkbox {
  margin-bottom: 1rem;
}
.contact-area.account .contact-area-inner .contact-form .ms-cf--bottom .btn--primary {
  width: 100%;
  padding: 0;
  margin-left: 0;
  margin-bottom: 1.5rem;
}

.checkout-area .ms-default-page .woocommerce .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .address-field .woocommerce-input-wrapper select {
  width: 100%;
  width: 100%;
  padding: 0.5em 1.2em 0.5em 1.2em;
  height: 45px;
  border-radius: 6pt;
  color: var(--color-contrast-higher);
  background-color: var(--color-bg);
  border: solid 1px var(--color-contrast-low);
  transition: border-color 150ms var(--ease-in-out), box-shadow 150ms var(--ease-in-out), -webkit-box-shadow 150ms var(--ease-in-out);
}
.checkout-area .ms-default-page .woocommerce .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .address-field .woocommerce-input-wrapper select:hover {
  border-color: var(--color-primary);
}
.checkout-area .ms-default-page .woocommerce .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .address-field .woocommerce-input-wrapper select:focus {
  border-color: var(--color-primary);
  box-shadow: 0 0 0 4px hsla(var(--color-primary-h), var(--color-primary-s), var(--color-primary-l), 0.2);
}
.checkout-area .ms-default-page .woocommerce .woocommerce-checkout-payment .place-order .ms-proceed-to-checkout .checkout-button {
  display: block;
  text-align: center;
  width: 100%;
  height: 45px;
  line-height: 45px;
  border: none;
  color: var(--color-white);
  background-color: var(--color-primary);
  border-radius: 6pt;
}

.filter-nav--expanded .filter-nav__nav {
  display: flex;
}
.filter-nav--expanded .filter-nav__list {
  font-size: 18px;
  display: inline-flex;
  position: relative;
  list-style: none;
  padding-left: 0;
}
.filter-nav--expanded .filter-nav__item {
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.filter-nav--expanded .filter-nav__btn {
  outline: none;
  color: var(--color-contrast-medium);
  cursor: pointer;
  transition: color 0.2s;
  user-select: none;
  font-size: 16px;
  padding-bottom: 8pt;
  margin-right: 16pt;
  font-weight: 500;
}
.filter-nav--expanded .filter-nav__btn:hover {
  color: var(--color-contrast-higher);
}
.filter-nav--expanded .filter-nav__btn[aria-current=true] {
  color: var(--color-contrast-higher);
  pointer-events: none;
}
.filter-nav--expanded .filter-nav__marker {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  pointer-events: none;
  transition: transform 0.3s, width 0.3s;
  transition-timing-function: var(--ease-in-out);
  will-change: width, transform;
}
.filter-nav--expanded .filter-nav__marker::after {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: var(--color-primary);
  border-radius: 50%;
}

.elementor-element-edit-mode .filter-nav__marker {
  top: 0px;
  width: 0px;
}

.filter-nav--collapsed .filter-nav__wrapper {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 1;
}
.filter-nav--collapsed .filter-nav__nav {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  background-color: var(--color-bg);
  box-shadow: var(--shadow-md);
  max-height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  opacity: 0;
  transition: opacity 0.3s, transform 0.3s;
}
.filter-nav--collapsed .filter-nav__wrapper--is-visible {
  visibility: visible;
  opacity: 1;
  z-index: 7;
  transition: opacity 0.3s;
}
.filter-nav--collapsed .filter-nav__wrapper--is-visible .filter-nav__nav {
  transition: opacity 0.3s, transform 0.3s;
  opacity: 1;
  background-color: var(--color-contrast-lower);
}
.filter-nav--collapsed .filter-nav__list {
  order: 2;
  flex-direction: column;
  overflow: auto;
  padding: 0 0 var(--space-md);
  list-style: none;
}
.filter-nav--collapsed .filter-nav__list::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #c3c3c3;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1;
}
.filter-nav--collapsed .filter-nav__btn {
  display: block;
  display: flex;
  align-items: center;
  width: 100%;
  text-align: left;
  padding: var(--space-xs) var(--space-sm);
  color: var(--color-contrast-higher);
  cursor: pointer;
}
.filter-nav--collapsed .filter-nav__btn:hover {
  color: var(--color-contrast-higher);
}
.filter-nav--collapsed .filter-nav__btn[aria-current=true] {
  color: var(--color-primary);
}
.filter-nav--collapsed .filter-nav__btn::before {
  content: "";
  display: block;
  height: 1em;
  width: 1em;
  margin-right: var(--space-xxxs);
  background-color: transparent;
}
.filter-nav--collapsed .filter-nav__btn[aria-current=true]::before {
  background-color: var(--color-primary);
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNic+PHBvbHlsaW5lIHN0cm9rZS13aWR0aD0nMS41JyBzdHJva2U9JyMwMDAwMDAnIGZpbGw9J25vbmUnIHN0cm9rZS1saW5lY2FwPSdyb3VuZCcgc3Ryb2tlLWxpbmVqb2luPSdyb3VuZCcgcG9pbnRzPScxLDkgNSwxMyAxNSwzICcvPjwvc3ZnPg==);
  mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNic+PHBvbHlsaW5lIHN0cm9rZS13aWR0aD0nMS41JyBzdHJva2U9JyMwMDAwMDAnIGZpbGw9J25vbmUnIHN0cm9rZS1saW5lY2FwPSdyb3VuZCcgc3Ryb2tlLWxpbmVqb2luPSdyb3VuZCcgcG9pbnRzPScxLDkgNSwxMyAxNSwzICcvPjwvc3ZnPg==);
}
.filter-nav--collapsed .filter-nav__marker {
  display: none !important;
}
.filter-nav--collapsed .filter-nav__close-btn {
  display: flex;
  order: 1;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
  margin: 0 var(--space-sm) var(--space-xs) auto;
  width: 2em;
  height: 2.25em;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: 0.2s;
}
.filter-nav--collapsed .filter-nav__close-btn .icon {
  display: block;
  color: var(--color-contrast-high);
}
.filter-nav--collapsed .filter-nav__item.subnav__link {
  padding: 0 6pt;
}
.filter-nav--collapsed .filter-nav__item.subnav__link:first-child .filter-nav__btn {
  padding-top: calc(var(--space-xs) * 2);
}

html:not(.js) .filter-nav__nav {
  justify-content: left;
}

.btn--subtle.js-filter-nav__control {
  z-index: 8;
  position: relative;
  padding: 10px;
}

.reset.filter-nav__btn.js-tab-focus {
  outline: none !important;
}

.reset.btn:hover {
  outline-color: transparent;
}

.reset.btn:focus {
  box-shadow: none;
}

.reset.filter-nav__close-btn:focus {
  outline: none;
}



 .ms-main {
  clip-path: none !important;
}
 .ms-main .swiper-container-h .swiper-wrapper .swiper-slide {
  position: relative;
  display: flex;
  justify-content: center;
  text-align: left;
  flex-direction: column;
  overflow: hidden;
}
 .ms-main .swiper-container-h .swiper-wrapper .swiper-slide .slider-inner {
  background: #000;
  height: 100vh;
  position: relative;
}
 .ms-main .swiper-container-h .swiper-wrapper .swiper-slide .slider-inner::after {
  content: "";
  position: absolute;
  width: 101%;
  height: 100%;
  top: 0;
  left: -1px;
  background-color: transparent;
  background-image: radial-gradient(at center right, #FFFFFF00 50%, #00000096 100%);
}
 .ms-main .swiper-container-h .swiper-wrapper .swiper-slide .slider-inner img {
  object-fit: cover;
  width: 100%;
  height: 100vh;
}
 .ms-main .swiper-container-h .swiper-wrapper .swiper-slide .slider-inner video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
 .ms-main .swiper-container-h .swiper-wrapper .swiper-slide .slider-inner .swiper-content {
  position: absolute;
  top: 28%;
  left: 50px;
  z-index: 1;
}
@media (max-width: 991px) {
   .ms-main .swiper-container-h .swiper-wrapper .swiper-slide .slider-inner .swiper-content {
    left: 0;
    text-align: center;
  }
}
 .ms-main .swiper-container-h .swiper-wrapper .swiper-slide .slider-inner .swiper-content .title-area .tag {
  color: #ffffff;
  font-weight: 900;
  font-size: 24px;
}
@media (max-width: 991px) {
   .ms-main .swiper-container-h .swiper-wrapper .swiper-slide .slider-inner .swiper-content .title-area .tag {
    margin-left: 0;
  }
}
 .ms-main .swiper-container-h .swiper-wrapper .swiper-slide .slider-inner .swiper-content .title-area .title {
  margin-top: 50px;
  color: #fff;
  font-size: 8vw;
  font-family: "Nice Serif", sans-serif;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 50px;
  margin-left: -12px;
  text-shadow: -.08em .08em .05em rgba(0,0,0, 0.5) !important;
}
@media screen and (max-width: 1250px) {
   .ms-main .swiper-container-h .swiper-wrapper .swiper-slide .slider-inner .swiper-content .title-area .title {
    font-size: 80px;
    margin-top: 30px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
   .ms-main .swiper-container-h .swiper-wrapper .swiper-slide .slider-inner .swiper-content .title-area .title {
    font-size: 64px;
  }
}
 .ms-main .swiper-container-h .swiper-wrapper .swiper-slide .slider-inner .swiper-content p.disc {
  font-size: 20px;
  width: 100%;
  margin-top: 15px;
  margin: 20px 0px 40px 0px;
  font-weight: 400;
  line-height: 32px;
  color: #FFFFFFB0;
}
@media screen and (max-width: 1250px) {
   .ms-main .swiper-container-h .swiper-wrapper .swiper-slide .slider-inner .swiper-content p.disc {
    font-size: 16px;
    width: 40%;
  }
   .ms-main .swiper-container-h .swiper-wrapper .swiper-slide .slider-inner .swiper-content p.disc br {
    display: none;
  }
}
@media (max-width: 991px) {
   .ms-main .swiper-container-h .swiper-wrapper .swiper-slide .slider-inner .swiper-content p.disc {
    width: 50%;
    margin: 20px auto 20px auto;
  }
   .ms-main .swiper-container-h .swiper-wrapper .swiper-slide .slider-inner .swiper-content p.disc br {
    display: none;
  }
}
@media (max-width: 576px) {
   .ms-main .swiper-container-h .swiper-wrapper .swiper-slide .slider-inner .swiper-content p.disc {
    width: 100%;
  }
}
 .ms-main .swiper-container-h .swiper-wrapper .swiper-slide .slider-inner .swiper-content .btn-wrap .btn {
  color: #ffffff;
  margin-left: 18px;
}
 .ms-main .swiper-container-h .swiper-wrapper .swiper-slide .slider-inner .swiper-content .btn-wrap .btn .ms-btn--circle .circle-outline {
  stroke: #ffffff;
}
 .ms-main .swiper-container-h .swiper-wrapper .swiper-slide .slider-inner .swiper-content .btn-wrap .btn .ms-btn--circle .circle-fill {
  background: #ffffff;
}
 .ms-main .swiper-container-h .swiper-wrapper .swiper-slide .slider-inner .swiper-content .btn-wrap .btn .ms-btn--circle .circle-icon .icon-arrow {
  fill: #000;
}
 .ms-main .swiper-container-h .swiper-wrapper .swiper-slide .slider-inner .swiper-content.vedio-content {
  padding-top: 310px;
}
@media screen and (max-width: 1018px) {
   .ms-main .swiper-container-h .swiper-wrapper .swiper-slide .slider-inner .swiper-content.vedio-content {
    padding-top: 0;
  }
}
 .ms-main .swiper-container-h .swiper-wrapper .swiper-slide .slider-inner .swiper-content a.read-more-full-screen {
  color: #fff;
  font-size: 22px;
  line-height: 22px;
  display: flex;
  align-items: center;
  transition: 0.3s;
  margin-left: 5px;
  display: inline;
}
 .ms-main .swiper-container-h .swiper-wrapper .swiper-slide .slider-inner .swiper-content a.read-more-full-screen i {
  font-size: 14px;
  line-height: 14px;
  padding: 10px;
  border-radius: 50%;
  transition: 0.3s;
  background: #fff;
  color: #000;
  margin-right: 10px;
}
 .ms-main .swiper-container-h .swiper-wrapper .swiper-slide .slider-inner .swiper-content a.read-more-full-screen:hover {
  letter-spacing: 2px;
}
 .ms-main .swiper-container-h .swiper-wrapper .swiper-slide .slider-inner .swiper-content a.read-more-full-screen:hover i {
  font-size: 14px;
  line-height: 14px;
  padding: 10px;
  border-radius: 50%;
  transition: 0.3s;
  background: var(--color-primary);
  color: white;
  margin-right: 10px;
}
 .ms-main .swiper-container-h .swiper-wrapper .swiper-slide .vedio-background {
  position: absolute;
  width: 100%;
  height: 100vh;
}
 .ms-main .swiper-container-h .swiper-wrapper .swiper-slide .vedio-background video {
  height: 100vh;
  object-fit: cover;
  width: 100%;
}
 .ms-main .swiper-container-h .swiper-wrapper .swiper-slide .vedio-background video source {
  height: 100vh;
}
 .ms-main .swiper-container-h .swiper-button-next,
 .ms-main .swiper-container-h .swiper-button-prev {
  bottom: 5%;
  top: unset;
  transform: scale(1);
  transition: all 0.4s;
  background-color: #FFFFFF00;
  backdrop-filter: blur(20px);
  height: 85px;
  width: 85px;
  line-height: 85px;
  border-radius: 50%;
  transition: all 0.4s;
}
@media (max-width: 991px) {
   .ms-main .swiper-container-h .swiper-button-next,
 .ms-main .swiper-container-h .swiper-button-prev {
    height: 50px;
    width: 50px;
    line-height: 50px;
  }
}
 .ms-main .swiper-container-h .swiper-button-next:hover,
 .ms-main .swiper-container-h .swiper-button-prev:hover {
  background: #FFFFFF0D;
}
 .ms-main .swiper-container-h .swiper-button-next::after,
 .ms-main .swiper-container-h .swiper-button-prev::after {
  background: none;
  color: #ffffff;
  font-size: 60px;
}
@media (max-width: 991px) {
   .ms-main .swiper-container-h .swiper-button-next::after,
 .ms-main .swiper-container-h .swiper-button-prev::after {
    font-size: 30px;
  }
}
 .ms-main .swiper-container-h .swiper-button-next {
  right: 50px;
}
 .ms-main .swiper-container-h .swiper-button-next::after {
  content: "\f178";
  font-family: "Font Awesome 5 Pro";
}
 .ms-main .swiper-container-h .swiper-button-prev {
  left: 50px;
}
 .ms-main .swiper-container-h .swiper-button-prev::after {
  content: "\f177";
  font-family: "Font Awesome 5 Pro";
}
 .ms-main .swiper-container-h .slider-pagination-area {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: unset;
  right: unset;
  bottom: 80px;
  left: 50% !important;
  transform: translateX(-50%);
  width: 500px;
  z-index: 1;
}
@media (max-width: 991px) {
   .ms-main .swiper-container-h .slider-pagination-area {
    width: 200px;
  }
}
@media (max-width: 576px) {
   .ms-main .swiper-container-h .slider-pagination-area {
    display: none;
  }
}
 .ms-main .swiper-container-h .slider-pagination-area .slide-range {
  font-size: 16px;
  font-weight: 500;
  margin: 0 15px;
  color: #ffffff;
  line-height: 0;
  position: absolute;
  font-size: 20px;
}
 .ms-main .swiper-container-h .slider-pagination-area .slide-range.one {
  left: -50px;
}
 .ms-main .swiper-container-h .slider-pagination-area .slide-range.three {
  right: -50px;
}
 .ms-main .swiper-container-h .slider-pagination-area .swiper-pagination {
  bottom: 0 !important;
  width: 500px !important;
}
@media (max-width: 991px) {
   .ms-main .swiper-container-h .slider-pagination-area .swiper-pagination {
    width: 200px !important;
  }
}
 .ms-main .swiper-container-h .slider-pagination-area .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #ffffff;
}
 .ms-main .swiper-container-h .swiper-horizontal > .swiper-scrollbar,
 .ms-main .swiper-container-h .swiper-scrollbar.swiper-scrollbar-horizontal {
  background: transparent;
}
 .ms-main .swiper-container-h .swiper-horizontal > .swiper-scrollbar .swiper-scrollbar-drag,
 .ms-main .swiper-container-h .swiper-scrollbar.swiper-scrollbar-horizontal .swiper-scrollbar-drag {
  background: var(--color-primary);
  border-radius: 0;
}
 .ms-main .swiper-container-h .swiper-horizontal > .swiper-scrollbar,
 .ms-main .swiper-container-h .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 50;
  height: 5px;
  width: 100%;
  border-radius: 15px;
}

/*-- prs video section Start --*/
.prs_video_section_main_wrapper{
	background:url('../images/content/video_bg.jpg') 50% 0 repeat-y;
	background-position:center 0;
	background-size:cover;
	background-repeat:no-repeat;
	float:left;
	width:100%;
	height:100%;
	padding-top:300px;
	padding-bottom:300px;
}
.prs_upcom_video_img_cont_over{
	position:absolute;
	bottom: 30px;
    left: 35px;
	z-index:1;
	text-align:left;
}
.prs_upcom_video_img_cont_over li{
	float:left;
	color:#ffffff;
}
.prs_upcom_video_img_cont_over li i{
	color:#ff4444;
}
.prs_upcom_video_img_cont_over h2{
	font-size:32px;
	font-weight:bold;
	color:#ffffff;
	text-transform:uppercase;
	padding-top:10px;
	padding-bottom:10px;
	display:inline-block;
}
.prs_upcom_video_img_cont_over p{
	color:#ffffff;
	text-align:left;
}
.prs_upcom_video_img_cont_over li:first-child{
	margin-right:20px;
}
.prs_video_sec_icon_wrapper{
	text-align:center;
	float:left;
	width:100%;
}
.prs_video_sec_icon_wrapper ul{
	display:inline-block;
}
.prs_video_sec_icon_wrapper li{
	border: 10px solid rgba(255, 255, 255, 0.29);
    float: left;
   color:#ffffff;
	 -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.prs_video_sec_icon_wrapper li a{
	float:left;
	width:90px;
	height:90px;
	line-height:90px;
	text-align:center;
	background:#ff4444;
	color:#ffffff;
	    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
	animation-duration: 1s;
    animation-delay: 100ms;
    animation-iteration-count: infinite;
    animation-name: pulse;
}
.prs_video_sec_icon_wrapper li a i:before{
	margin-left:0;
	font-size:35px;
	
}
.prs_webseri_movie_img_box{
	position:relative;
	text-align:center;
}
.prs_webseri_video_sec_icon_wrapper{
	position:absolute;
	left:0;
	right:0;
	margin:0px 30%;
	top:38%;
}
.prs_webseri_movie_img_box img{
	height:480px;
}
.prs_webseri_video_sec_icon_wrapper ul{
	display:inline-block;
	list-style: none;
}
.prs_webseri_video_sec_icon_wrapper li{
	border: 10px solid rgba(255, 255, 255, 0.29);
    float: left;
   color:#ffffff;
	 -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.prs_webseri_video_sec_icon_wrapper li a{
	float:left;
	width:70px;
	height:70px;
	line-height:90px;
	text-align:center;
	background:#ff4444;
	color:#ffffff;
	    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
	animation-duration: 1s;
    animation-delay: 100ms;
    animation-iteration-count: infinite;
    animation-name: pulse;
}
.prs_webseri_video_sec_icon_wrapper li a i:before{
	margin-left:0;
	font-size:35px;
}
.prs_webseri_video_img_sec_icon_wrapper ul{
	display:inline-block;
}
.prs_webseri_video_img_sec_icon_wrapper li{
	border: 10px solid rgba(255, 255, 255, 0.29);
    float: left;
   color:#ffffff;
	 -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.prs_webseri_video_img_sec_icon_wrapper li a{
	float:left;
	width:90px;
	height:90px;
	line-height:90px;
	text-align:center;
	background:#ff4444;
	color:#ffffff;
	    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
	animation-duration: 1s;
    animation-delay: 100ms;
    animation-iteration-count: infinite;
    animation-name: pulse;
}
.prs_webseri_video_img_sec_icon_wrapper li a i:before{
	margin-left:0;
	font-size:35px;
}
.prs_prs_webseri_video_sec_icon_cont_wrapper{
	position:absolute;
	left:40px;
	bottom:40px;
	text-align:left;
}
.prs_prs_webseri_video_sec_icon_cont_wrapper p{
	color:#ff4444;
}
.prs_prs_webseri_video_sec_icon_cont_wrapper h2{
	font-size:24px;
	font-weight:bold;
	text-transform: capitalize;
	color:#ffffff;
	padding-top:5px;
	padding-bottom:5px;
	line-height: 10px;
}
.prs_prs_webseri_video_sec_icon_cont_wrapper li{
	float:left;
	margin-right:30px;
}
.prs_prs_webseri_video_sec_icon_cont_wrapper li:last-child{
	margin-right:0;
	position:relative;
}
.prs_prs_webseri_video_sec_icon_cont_wrapper li:last-child:after{
	content: '';
    border: 1px solid rgba(255, 255, 255, 0.55);
    height: 15px;
    position: absolute;
    left: -15px;
    top: 5px;
}
.prs_prs_webseri_video_sec_icon_cont_wrapper li i{
	color:#ff4444;
}
.prs_prs_webseri_video_sec_icon_cont_wrapper li a{
	color:#ffffff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.prs_prs_webseri_video_sec_icon_cont_wrapper li a:hover{
	color:#ff4444;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

/* SLIDER */




/*-- prs video section End --*/

.with-errors {
	color:#f41a1a;
	font-size: 12px;
}

@keyframes slides {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.logos {
  overflow: hidden;
  padding: 90px 0px;
  white-space: nowrap;
  position: relative;
}

.logos:before, .logos:after {
  position: absolute;
  top: 0;
  content: '';
  width: 250px;
  height: 100%;
  z-index: 2;
}

.logos:before {
  left: 0;
  background: linear-gradient(to left, rgba(255,255,255,0), rgb(255, 255, 255,0));
}

.logos:after {
  right: 0;
  background: linear-gradient(to right, rgba(255,255,255,0), rgb(255, 255, 255,0));
}

.logo_items {
  display: inline-block;
  animation: 25s slides infinite linear;
}

.logos:hover .logo_items {
  animation-play-state: paused;
}

.logo_items img{
  height: 100px;
}
.top-space {
  margin-top: 72px;
  visibility: visible;
  animation-name: fadeIn;
}

/*# sourceMappingURL=../maps/style.css.map */
