/*-----------------------------------------------------------------------------------

	Theme Name: Canvas
	Theme URI: http://themes.semicolonweb.com/html/canvas
	Description: The Multi-Purpose Template
	Author: SemiColonWeb
	Author URI: http://themeforest.net/user/semicolonweb
	Version: 6.1.2

-----------------------------------------------------------------------------------*/

/* ----------------------------------------------------------------

	- Basic
	- Typography
	- Basic Layout Styles
	- Helper Classes
	- Sections
	- Columns & Grids
	- Flex Slider
	- Swiper Slider
	- Top Bar
	- Header
		- Logo
		- Primary Menu
		- Mega Menu
		- Top Search
		- Top Cart
		- Sticky Header
		- Page Menu
		- Side Header
	- Side Panel
	- Slider
	- Page Title
	- Content
	- Portfolio
	- Blog
	- Shop
	- Events
	- Shortcodes
		- Countdown
		- Buttons
		- Promo Boxes
		- Featured Boxes
		- Process Steps
		- Styled Icons
		- Toggles
		- Accordions
		- Tabs
		- Side Navigation
		- FAQ List
		- Clients
		- Testimonials
		- Team
		- Pricing Boxes
		- Counter
		- Animated Rounded Skills
		- Skills Bar
		- Dropcaps & Highlights
		- Quotes & Blockquotes
		- Text Rotater
	- Owl Carousel
	- Overlays
	- Forms
	- Google Maps
	- Heading Styles
	- Divider
	- Magazine Specific Classes
	- Go To Top
	- Error 404
	- Landing Pages
	- Preloaders
	- Toastr Notifications
	- Footer
	- Widgets
		- Tag Cloud
		- Links
		- Testimonial & Twitter
		- Quick Contact Form
		- Newsletter
		- Twitter Feed
		- Navigation Tree
	- Wedding
	- Bootstrap Specific
	- Cookie Notification
	- Stretched Layout
	- Page Transitions
	- Youtube Video Backgrounds

---------------------------------------------------------------- */

@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*--------------------------------------------------------------
  Bootstrap
  Adjustments
  -----------------------------------------------------------------*/
@media
(min-width: 1440px) {
    .container {
        max-width: 1320px;
    }
}

/* ----------------------------------------------------------------
	Basic
-----------------------------------------------------------------*/

dl,
dt,
dd,
ol,
ul,
li {
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
    display: block;
    font-size: 0px;
    height: 0px;
    line-height: 0;
    width: 100%;
    overflow: hidden;
}

::selection {
    background: #1abc9c;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #1abc9c; /* Firefox */
    color: #fff;
    text-shadow: none;
}

::-webkit-selection {
    background: #1abc9c; /* Safari */
    color: #fff;
    text-shadow: none;
}

:active,
:focus {
    outline: none;
}

/* ----------------------------------------------------------------
	Typography
-----------------------------------------------------------------*/

body {
    line-height: 1.5;
    color: #555;
    font-family: 'Helvetica', 'Arial', sans-serif;
    min-height: 100vh;
}

a {
    text-decoration: none !important;
    color: #1abc9c;
}

a:hover {
    color: #222;
}

a img {
    border: none;
}

/* img { max-width: 100%; } */

iframe {
    width: 100%;
    border: 0;
    overflow: hidden !important;
}

/* ----------------------------------------------------------------
	Basic Layout Styles
-----------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #444;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 30px 0;
    font-family: 'Helvetica', 'Arial', sans-serif;
}

h5,
h6 {
    margin-bottom: 20px;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 1.5rem;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 0.875rem;
}

h6 {
    font-size: 12px;
}

h4 {
    font-weight: 600;
}

h5,
h6 {
    font-weight: bold;
}

@media (max-width: 767.98px) {
    h1 {
        font-size: 1.75rem;
    }

    h2 {
        font-size: 1.5rem;
    }

    h3 {
        font-size: 1.25rem;
    }

    h4 {
        font-size: 1rem;
    }

    .l-header .l-header2 {
        padding: 80px 0 100px;
    }
    .l-header .l-header2 .t-fs--xlarge {
        font-size: 36px;
    }
}

h1 > span:not(.nocolor):not(.badge),
h2 > span:not(.nocolor):not(.badge),
h3 > span:not(.nocolor):not(.badge),
h4 > span:not(.nocolor):not(.badge),
h5 > span:not(.nocolor):not(.badge),
h6 > span:not(.nocolor):not(.badge) {
    color: #1abc9c;
}

p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form {
    margin-bottom: 30px;
}

small {
    font-family: "Lato", sans-serif;
}

@media (max-width: 1200px) {
    .display-1 {
        font-size: calc(1.725rem + 5.7vw);
    }
    .display-2 {
        font-size: calc(1.675rem + 5.1vw);
    }
    .display-3 {
        font-size: calc(1.575rem + 3.9vw);
    }
    .display-4 {
        font-size: calc(1.475rem + 2.7vw);
    }
}

/* ----------------------------------------------------------------
	Helper Classes
-----------------------------------------------------------------*/

#wrapper {
    position: relative;
    float: none;
    width: 100%;
    margin: 0 auto;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

@media (min-width: 1200px) {
    body:not(.stretched) #wrapper {
        max-width: 1200px;
    }
}

@media (min-width: 1440px) {
    body:not(.stretched) #wrapper {
        max-width: 1440px;
    }
}

.line,
.double-line {
    clear: both;
    position: relative;
    width: 100%;
    margin: 4rem 0;
    border-top: 1px solid #eee;
}

.line.line-sm {
    margin: 2rem 0;
}

span.middot {
    display: inline-block;
    margin: 0 5px;
}

.double-line {
    border-top: 3px double #e5e5e5;
}

.nott {
    text-transform: none !important;
}

.emptydiv {
    display: block !important;
    position: relative !important;
}

.allmargin {
    margin: 3rem !important;
}

.leftmargin {
    margin-left: 3rem !important;
}

.rightmargin {
    margin-right: 3rem !important;
}

.topmargin {
    margin-top: 3rem !important;
}

.bottommargin {
    margin-bottom: 3rem !important;
}

.allmargin-sm {
    margin: 2rem !important;
}

.leftmargin-sm {
    margin-left: 2rem !important;
}

.rightmargin-sm {
    margin-right: 2rem !important;
}

.topmargin-sm {
    margin-top: 2rem !important;
}

.bottommargin-sm {
    margin-bottom: 2rem !important;
}

.allmargin-lg {
    margin: 5rem !important;
}

.leftmargin-lg {
    margin-left: 5rem !important;
}

.rightmargin-lg {
    margin-right: 5rem !important;
}

.topmargin-lg {
    margin-top: 5rem !important;
}

.bottommargin-lg {
    margin-bottom: 5rem !important;
}

.header-stick {
    margin-top: -3rem !important;
}

.content-wrap .header-stick {
    margin-top: -5rem !important;
}

.footer-stick {
    margin-bottom: -3rem !important;
}

.content-wrap .footer-stick {
    margin-bottom: -5rem !important;
}

.border-f5 {
    border-color: #f5f5f5 !important;
}

.col-padding {
    padding: 4rem;
}

.notextshadow {
    text-shadow: none !important;
}

.inline-block {
    float: none !important;
    display: inline-block !important;
}

.center {
    text-align: center !important;
}

.mx-auto {
    float: none !important;
}

.bg-color,
.bg-color #header-wrap {
    background-color: #1abc9c !important;
}

.color {
    color: #1abc9c !important;
}

.border-color {
    border-color: #1abc9c !important;
}

.ls0 {
    letter-spacing: 0px !important;
}

.ls1 {
    letter-spacing: 1px !important;
}

.ls2 {
    letter-spacing: 2px !important;
}

.ls3 {
    letter-spacing: 3px !important;
}

.ls4 {
    letter-spacing: 4px !important;
}

.ls5 {
    letter-spacing: 5px !important;
}

.noheight {
    height: 0 !important;
}

.nolineheight {
    line-height: 0 !important;
}

.font-body {
    font-family: "Lato", sans-serif;
}

.font-primary {
    font-family: 'Helvetica', 'Arial', sans-serif;
}

.font-secondary {
    font-family: "PT Serif", serif;
}

.font-weight-extralight {
    font-weight: 100 !important;
}

.font-weight-medium {
    font-weight: 500 !important;
}

.font-weight-semibold {
    font-weight: 600 !important;
}

.font-normal {
    font-style: normal !important;
}

.bgicon {
    display: block;
    position: absolute;
    bottom: -60px;
    right: -50px;
    font-size: 210px;
    color: rgba(0, 0, 0, 0.1);
}

.imagescale,
.imagescalein {
    display: block;
    overflow: hidden;
}

.imagescale img,
.imagescalein img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.imagescale:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.imagescalein img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.imagescalein:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.grayscale {
    filter: brightness(80%) grayscale(1) contrast(90%);
    -webkit-filter: brightness(80%) grayscale(1) contrast(90%);
    -moz-filter: brightness(80%) grayscale(1) contrast(90%);
    -o-filter: brightness(80%) grayscale(1) contrast(90%);
    -ms-filter: brightness(80%) grayscale(1) contrast(90%);
    transition: 1s filter ease;
    -webkit-transition: 1s -webkit-filter ease;
    -moz-transition: 1s -moz-filter ease;
    -ms-transition: 1s -ms-filter ease;
    -o-transition: 1s -o-filter ease;
}

.grayscale:hover {
    filter: brightness(100%) grayscale(0);
    -webkit-filter: brightness(100%) grayscale(0);
    -moz-filter: brightness(100%) grayscale(0);
    -o-filter: brightness(100%) grayscale(0);
    -ms-filter: brightness(100%) grayscale(0);
}

/* MOVING BG -  TESTIMONIALS */
.bganimate {
    -webkit-animation: BgAnimated 30s infinite linear;
    -moz-animation: BgAnimated 30s infinite linear;
    -ms-animation: BgAnimated 30s infinite linear;
    -o-animation: BgAnimated 30s infinite linear;
    animation: BgAnimated 30s infinite linear;
}
@-webkit-keyframes BgAnimated {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 0 400px;
    }
}
@-moz-keyframes BgAnimated {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 0 400px;
    }
}
@-ms-keyframes BgAnimated {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 0 400px;
    }
}
@-o-keyframes BgAnimated {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 0 400px;
    }
}
@keyframes BgAnimated {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 0 400px;
    }
}

.input-block-level {
    display: block;
    width: 100% !important;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.vertical-middle {
    z-index: 3;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 100%;
    justify-content: center;
    flex-flow: column;
}

.vertical-middle-overlay {
    position: absolute;
    top: 0;
    left: 0;
}

.vertical-middle + .video-wrap {
    z-index: 2 !important;
}

.magnific-max-width .mfp-content {
    max-width: 800px;
}

.overflow-visible {
    overflow: visible !important;
}

/* ----------------------------------------------------------------
	Opacity Utility Classes
-----------------------------------------------------------------*/

.op-ts {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.op-0,
.h-op-0:hover {
    opacity: 0 !important;
}

.op-01,
.h-op-01:hover {
    opacity: 0.1 !important;
}

.op-02,
.h-op-02:hover {
    opacity: 0.2 !important;
}

.op-03,
.h-op-03:hover {
    opacity: 0.3 !important;
}

.op-04,
.h-op-04:hover {
    opacity: 0.4 !important;
}

.op-05,
.h-op-05:hover {
    opacity: 0.5 !important;
}

.op-06,
.h-op-06:hover {
    opacity: 0.6 !important;
}

.op-07,
.h-op-07:hover {
    opacity: 0.7 !important;
}

.op-08,
.h-op-08:hover {
    opacity: 0.8 !important;
}

.op-09,
.h-op-09:hover {
    opacity: 0.9 !important;
}

.op-1,
.h-op-1:hover {
    opacity: 1 !important;
}

/* ----------------------------------------------------------------
	Text Color Utility Classes
-----------------------------------------------------------------*/

.text-ts {
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
}

.h-text-color:hover,
a.h-text-color:hover {
    color: #1abc9c !important;
}

.h-text-primary:hover,
a.h-text-primary:hover {
    color: #007bff !important;
}

.h-text-secondary:hover,
a.h-text-secondary:hover {
    color: #6c757d !important;
}

.h-text-success:hover,
a.h-text-success:hover {
    color: #28a745 !important;
}

.h-text-info:hover,
a.h-text-info:hover {
    color: #17a2b8 !important;
}

.h-text-warning:hover,
a.h-text-warning:hover {
    color: #ffc107 !important;
}

.h-text-danger:hover,
a.h-text-danger:hover {
    color: #dc3545 !important;
}

.h-text-light:hover,
a.h-text-light:hover {
    color: #f8f9fa !important;
}

.h-text-dark:hover,
a.h-text-dark:hover {
    color: #343a40 !important;
}

/* ----------------------------------------------------------------
	Text Size Utility Classes
-----------------------------------------------------------------*/

.text-smaller {
    font-size: 80% !important;
}

.text-larger {
    font-size: 120% !important;
}

.text-smaller small {
    font-size: 90% !important;
}

/* ----------------------------------------------------------------
	BG Color Utility Classes
-----------------------------------------------------------------*/

.bg-ts {
    -webkit-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
}

.h-nobg:hover {
    background-color: transparent !important;
}

.h-bg-color:hover {
    background-color: #1abc9c !important;
}

.h-bg-primary:hover {
    background-color: #007bff !important;
}

.h-bg-secondary:hover {
    background-color: #6c757d !important;
}

.h-bg-success:hover {
    background-color: #28a745 !important;
}

.h-bg-info:hover {
    background-color: #17a2b8 !important;
}

.h-bg-warning:hover {
    background-color: #ffc107 !important;
}

.h-bg-danger:hover {
    background-color: #dc3545 !important;
}

.h-bg-light:hover {
    background-color: #f8f9fa !important;
}

.h-bg-dark:hover {
    background-color: #343a40 !important;
}

.bg-clip {
    border: 1rem solid transparent;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    transform: translate3d(0, 0, 0);
}

.bg-clip-sm {
    border-width: 0.5rem;
}

.bg-clip-lg {
    border-width: 2rem;
}

/* ----------------------------------------------------------------
	Gradient Utility Classes
-----------------------------------------------------------------*/

.gradient-light-grey,
.h-gradient-light-grey:hover {
    background-image: -webkit-linear-gradient(
            to right,
            #2c3e50,
            #bdc3c7
    ) !important;
    background-image: linear-gradient(to right, #2c3e50, #bdc3c7) !important;
}

.gradient-green-dark,
.h-gradient-green-dark:hover {
    background-image: -webkit-linear-gradient(
            to right,
            #99f2c8,
            #1f4037
    ) !important;
    background-image: linear-gradient(to right, #99f2c8, #1f4037) !important;
}

.gradient-grey-brown,
.h-gradient-grey-brown:hover {
    background-image: -webkit-linear-gradient(
            to right,
            #c06c84,
            #6c5b7b,
            #355c7d
    ) !important;
    background-image: linear-gradient(
            to right,
            #c06c84,
            #6c5b7b,
            #355c7d
    ) !important;
}

.gradient-light-pink,
.h-gradient-light-pink:hover {
    background-image: -webkit-linear-gradient(
            to right,
            #ffdde1,
            #ee9ca7
    ) !important;
    background-image: linear-gradient(to right, #ffdde1, #ee9ca7) !important;
}

.gradient-blue-purple,
.h-gradient-blue-purple:hover {
    background-image: -webkit-linear-gradient(
            to right,
            #4a00e0,
            #8e2de2
    ) !important;
    background-image: linear-gradient(to right, #4a00e0, #8e2de2) !important;
}
.gradient-multiples,
.h-gradient-multiples:hover {
    background-image: -webkit-linear-gradient(
            to right,
            #eea2a2 0%,
            #bbc1bf 19%,
            #57c6e1 42%,
            #b49fda 79%,
            #7ac5d8 100%
    ) !important;
    background-image: linear-gradient(
            to right,
            #eea2a2 0%,
            #bbc1bf 19%,
            #57c6e1 42%,
            #b49fda 79%,
            #7ac5d8 100%
    ) !important;
}

.gradient-blue-green,
.h-gradient-blue-green:hover {
    background-image: -webkit-linear-gradient(
            to right,
            #2af598 0%,
            #009efd 100%
    ) !important;
    background-image: linear-gradient(
            to right,
            #2af598 0%,
            #009efd 100%
    ) !important;
}

.gradient-light,
.h-gradient-light:hover {
    background-image: -webkit-linear-gradient(
            to top,
            #ddd 0%,
            #fff 100%
    ) !important;
    background-image: linear-gradient(to top, #ddd 0%, #fff 100%) !important;
}

.gradient-grey-orange,
.h-gradient-grey-orange:hover {
    background-image: -webkit-linear-gradient(
            to right,
            #3b4371,
            #f3904f
    ) !important;
    background-image: linear-gradient(to right, #3b4371, #f3904f) !important;
}

.gradient-sunset,
.h-gradient-sunset:hover {
    background-image: -webkit-linear-gradient(
            to top,
            #a8edea 0%,
            #fed6e3 100%
    ) !important;
    background-image: linear-gradient(
            to top,
            #a8edea 0%,
            #fed6e3 100%
    ) !important;
}

.gradient-dark,
.h-gradient-dark:hover {
    background-image: -webkit-linear-gradient(to right, #535353, #000) !important;
    background-image: linear-gradient(to right, #535353, #000) !important;
}

.gradient-lemon,
.h-gradient-lemon:hover {
    background-image: -webkit-linear-gradient(
            to right,
            #cac531,
            #f3f9a7
    ) !important;
    background-image: linear-gradient(to right, #cac531, #f3f9a7) !important;
}

.gradient-earth,
.h-gradient-earth:hover {
    background-image: -webkit-linear-gradient(
            to right,
            #649173,
            #dbd5a4
    ) !important;
    background-image: linear-gradient(to right, #649173, #dbd5a4) !important;
}

.gradient-sky,
.h-gradient-sky:hover {
    background-image: -webkit-linear-gradient(
            to right,
            #2980b9,
            #6dd5fa,
            #f5f5f5
    ) !important;
    background-image: linear-gradient(
            to right,
            #2980b9,
            #6dd5fa,
            #f5f5f5
    ) !important;
}

.gradient-ocean,
.h-gradient-ocean:hover {
    background-image: -webkit-linear-gradient(
            to right,
            #000046,
            #1cb5e0
    ) !important;
    background-image: linear-gradient(to right, #000046, #1cb5e0) !important;
}

.gradient-horizon,
.h-gradient-horizon:hover {
    background-image: -webkit-linear-gradient(
            90deg,
            rgba(131, 58, 180, 1) 0%,
            rgba(253, 29, 29, 1) 50%,
            rgba(252, 176, 69, 1) 100%
    ) !important;
    background-image: linear-gradient(
            90deg,
            rgba(131, 58, 180, 1) 0%,
            rgba(253, 29, 29, 1) 50%,
            rgba(252, 176, 69, 1) 100%
    ) !important;
}

.gradient-green-blue,
.h-gradient-green-blue:hover {
    background-image: -webkit-linear-gradient(
            to right,
            #43cea2,
            #185a9d
    ) !important;
    background-image: linear-gradient(to right, #43cea2, #185a9d) !important;
}

.gradient-purple-blue,
.h-gradient-purple-blue:hover {
    background-image: -webkit-linear-gradient(
            19deg,
            rgb(33, 212, 253) 0%,
            rgb(183, 33, 255) 100%
    ) !important;
    background-image: linear-gradient(
            19deg,
            rgb(33, 212, 253) 0%,
            rgb(183, 33, 255) 100%
    ) !important;
}

.gradient-text {
    text-shadow: none !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gradient-underline {
    background-repeat: no-repeat;
    background-size: 100% 8px;
    background-position: 0 88%;
}

/* ----------------------------------------------------------------
	Border Utility Classes
-----------------------------------------------------------------*/

.border-width-0,
.h-border-width-0:hover {
    border-width: 0px !important;
}

.border-width-1,
.h-border-width-1:hover {
    border-width: 1px !important;
}

.border-width-2,
.h-border-width-2:hover {
    border-width: 2px !important;
}

.border-width-3,
.h-border-width-3:hover {
    border-width: 3px !important;
}

.border-width-4,
.h-border-width-4:hover {
    border-width: 4px !important;
}

.border-width-5,
.h-border-width-5:hover {
    border-width: 5px !important;
}

.border-width-6,
.h-border-width-6:hover {
    border-width: 6px !important;
}

.border-dotted {
    border-style: dotted !important;
}

.border-dashed {
    border-style: dashed !important;
}

.border-solid {
    border-style: solid !important;
}

.border-double {
    border-style: double !important;
}

.h-border-primary:hover {
    border-color: #007bff !important;
}

.h-border-secondary:hover {
    border-color: #6c757d !important;
}

.h-border-success:hover {
    border-color: #28a745 !important;
}

.h-border-info:hover {
    border-color: #17a2b8 !important;
}

.h-border-warning:hover {
    border-color: #ffc107 !important;
}

.h-border-danger:hover {
    border-color: #dc3545 !important;
}

.h-border-light:hover {
    border-color: #f8f9fa !important;
}

.h-border-dark:hover {
    border-color: #343a40 !important;
}

.border-transparent,
.h-border-transparent:hover {
    border-color: transparent !important;
}

.border-default,
.h-border-default:hover {
    border-color: #eee !important;
}

.dark.border-default,
.dark .border-default,
.dark.h-border-default:hover .dark .h-border-default:hover {
    border-color: rgba(255, 255, 255, 0.15) !important;
}

.border-ts {
    -webkit-transition: border 0.5s ease;
    transition: border 0.5s ease;
}

/* ----------------------------------------------------------------
	Rounded
-----------------------------------------------------------------*/

.rounded-xl {
    border-radius: 0.4rem !important;
}

.rounded-xxl {
    border-radius: 0.5rem !important;
}

.rounded-xxxl {
    border-radius: 0.6rem !important;
}

/* ----------------------------------------------------------------
	Shadows
-----------------------------------------------------------------*/

.h-shadow-sm:hover {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.h-shadow:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.h-shadow-lg:hover {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.h-shadow-none:hover {
    box-shadow: none !important;
}

.shadow-ts {
    -webkit-transition: box-shadow 0.5s ease;
    transition: box-shadow 0.5s ease;
}

/* ----------------------------------------------------------------
	Transform Utility Classes
-----------------------------------------------------------------*/

.translate-y-sm,
.h-translate-y-sm:hover {
    transform: translateY(-3px) !important;
}

.translate-y,
.h-translate-y:hover {
    transform: translateY(-6px) !important;
}

.translate-y-lg,
.h-translate-y-lg:hover {
    transform: translateY(-10px) !important;
}

.translate-x-sm,
.h-translate-x-sm:hover {
    transform: translateX(-3px) !important;
}

.translate-x,
.h-translate-x:hover {
    transform: translateX(-6px) !important;
}

.translate-x-lg,
.h-translate-x-lg:hover {
    transform: translateX(-10px) !important;
}

.translate-x-n-sm,
.h-translate-x-n-sm:hover {
    transform: translateX(3px) !important;
}

.translate-x-n,
.h-translate-x-n:hover {
    transform: translateX(6px) !important;
}

.translate-x-n-lg,
.h-translate-x-n-lg:hover {
    transform: translateX(10px) !important;
}

.scale-sm,
.h-scale-sm:hover {
    transform: scale(1.025) !important;
}

.scale,
.h-scale:hover {
    transform: scale(1.05) !important;
}

.scale-lg,
.h-scale-lg:hover {
    transform: scale(1.1) !important;
}

.scale-n-sm,
.h-scale-n-sm:hover {
    transform: scale(0.975) !important;
}

.scale-n,
.h-scale-n:hover {
    transform: scale(0.95) !important;
}

.scale-n-lg,
.h-scale-n-lg:hover {
    transform: scale(0.9) !important;
}

.transform-ts {
    -webkit-transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.all-ts {
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* ----------------------------------------------------------------
	Align Wide Utility Classes
-----------------------------------------------------------------*/

.align-wide-lg {
    margin-left: calc(50% - 480px) !important;
    margin-right: calc(50% - 480px) !important;
    max-width: 960px !important;
    width: 960px !important;
}

.align-wide-xl {
    margin-left: calc(50% - 570px) !important;
    margin-right: calc(50% - 570px) !important;
    max-width: 1140px !important;
    width: 1140px !important;
}

.align-wide-xxl {
    margin-left: calc(50% - 660px) !important;
    margin-right: calc(50% - 660px) !important;
    max-width: 1320px !important;
    width: 1320px !important;
}

@media (max-width: 991.98px) {
    .align-wide-lg,
    .align-wide-xl,
    .align-wide-xxl {
        margin-left: calc(50% - 50vw) !important;
        margin-right: calc(50% - 50vw) !important;
        max-width: 100vw !important;
        width: 100vw !important;
    }
}

.align-full {
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    max-width: 100vw !important;
    width: 100vw !important;
}

/* ----------------------------------------------------------------
	Z-Index Utility Classes
-----------------------------------------------------------------*/

.z-1 {
    z-index: 1 !important;
}

.z-2 {
    z-index: 2 !important;
}

.z-3 {
    z-index: 3 !important;
}

.z-4 {
    z-index: 4 !important;
}

.z-5 {
    z-index: 5 !important;
}

.z-6 {
    z-index: 6 !important;
}

.z-7 {
    z-index: 7 !important;
}

.z-8 {
    z-index: 8 !important;
}

.z-9 {
    z-index: 9 !important;
}

.z-10 {
    z-index: 10 !important;
}

/* ----------------------------------------------------------------
	Bootstrap Utility Classes: Extended
-----------------------------------------------------------------*/

/*	Spacing Utilities */

.m-6 {
    margin: 5rem !important;
}

.mt-6,
.my-6 {
    margin-top: 5rem !important;
}

.mr-6,
.mx-6 {
    margin-right: 5rem !important;
}

.mb-6,
.my-6 {
    margin-bottom: 5rem !important;
}

.ml-6,
.mx-6 {
    margin-left: 5rem !important;
}

.p-6 {
    padding: 5rem !important;
}

.pt-6,
.py-6 {
    padding-top: 5rem !important;
}

.pr-6,
.px-6 {
    padding-right: 5rem !important;
}

.pb-6,
.py-6 {
    padding-bottom: 5rem !important;
}

.pl-6,
.px-6 {
    padding-left: 5rem !important;
}

@media (min-width: 576px) {
    .m-sm-6 {
        margin: 5rem !important;
    }

    .mt-sm-6,
    .my-sm-6 {
        margin-top: 5rem !important;
    }

    .mr-sm-6,
    .mx-sm-6 {
        margin-right: 5rem !important;
    }

    .mb-sm-6,
    .my-sm-6 {
        margin-bottom: 5rem !important;
    }

    .ml-sm-6,
    .mx-sm-6 {
        margin-left: 5rem !important;
    }

    .p-sm-6 {
        padding: 5rem !important;
    }

    .pt-sm-6,
    .py-sm-6 {
        padding-top: 5rem !important;
    }

    .pr-sm-6,
    .px-sm-6 {
        padding-right: 5rem !important;
    }

    .pb-sm-6,
    .py-sm-6 {
        padding-bottom: 5rem !important;
    }

    .pl-sm-6,
    .px-sm-6 {
        padding-left: 5rem !important;
    }
}

@media (min-width: 768px) {
    .m-md-6 {
        margin: 5rem !important;
    }

    .mt-md-6,
    .my-md-6 {
        margin-top: 5rem !important;
    }

    .mr-md-6,
    .mx-md-6 {
        margin-right: 5rem !important;
    }

    .mb-md-6,
    .my-md-6 {
        margin-bottom: 5rem !important;
    }

    .ml-md-6,
    .mx-md-6 {
        margin-left: 5rem !important;
    }

    .p-md-6 {
        padding: 5rem !important;
    }

    .pt-md-6,
    .py-md-6 {
        padding-top: 5rem !important;
    }

    .pr-md-6,
    .px-md-6 {
        padding-right: 5rem !important;
    }

    .pb-md-6,
    .py-md-6 {
        padding-bottom: 5rem !important;
    }

    .pl-md-6,
    .px-md-6 {
        padding-left: 5rem !important;
    }
}

@media (min-width: 992px) {
    .m-lg-6 {
        margin: 5rem !important;
    }

    .mt-lg-6,
    .my-lg-6 {
        margin-top: 5rem !important;
    }

    .mr-lg-6,
    .mx-lg-6 {
        margin-right: 5rem !important;
    }

    .mb-lg-6,
    .my-lg-6 {
        margin-bottom: 5rem !important;
    }

    .ml-lg-6,
    .mx-lg-6 {
        margin-left: 5rem !important;
    }

    .p-lg-6 {
        padding: 5rem !important;
    }

    .pt-lg-6,
    .py-lg-6 {
        padding-top: 5rem !important;
    }

    .pr-lg-6,
    .px-lg-6 {
        padding-right: 5rem !important;
    }

    .pb-lg-6,
    .py-lg-6 {
        padding-bottom: 5rem !important;
    }

    .pl-lg-6,
    .px-lg-6 {
        padding-left: 5rem !important;
    }
}

@media (min-width: 1200px) {
    .m-xl-6 {
        margin: 5rem !important;
    }

    .mt-xl-6,
    .my-xl-6 {
        margin-top: 5rem !important;
    }

    .mr-xl-6,
    .mx-xl-6 {
        margin-right: 5rem !important;
    }

    .mb-xl-6,
    .my-xl-6 {
        margin-bottom: 5rem !important;
    }

    .ml-xl-6,
    .mx-xl-6 {
        margin-left: 5rem !important;
    }

    .p-xl-6 {
        padding: 5rem !important;
    }

    .pt-xl-6,
    .py-xl-6 {
        padding-top: 5rem !important;
    }

    .pr-xl-6,
    .px-xl-6 {
        padding-right: 5rem !important;
    }

    .pb-xl-6,
    .py-xl-6 {
        padding-bottom: 5rem !important;
    }

    .pl-xl-6,
    .px-xl-6 {
        padding-left: 5rem !important;
    }
}

/*	Custom Bootstrap Column */

.col-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5,
.col-xl-1-5 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-1-5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

@media (min-width: 576px) {
    .col-sm-1-5 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 768px) {
    .col-md-1-5 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 992px) {
    .col-lg-1-5 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 1200px) {
    .col-xl-1-5 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

/*	Gutters */

.gutter-10 {
    margin-right: -5px;
    margin-left: -5px;
    margin-bottom: -10px;
}

.gutter-10 > .col,
.gutter-10 > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 10px;
}

.gutter-20 {
    margin-right: -10px;
    margin-left: -10px;
    margin-bottom: -20px;
}

.gutter-20 > .col,
.gutter-20 > [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 20px;
}

.gutter-30 {
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: -30px;
}

.gutter-30 > .col,
.gutter-30 > [class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 30px;
}

.gutter-40 {
    margin-right: -20px;
    margin-left: -20px;
    margin-bottom: -40px;
}

.gutter-40 > .col,
.gutter-40 > [class*="col-"] {
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 40px;
}

.gutter-50 {
    margin-right: -25px;
    margin-left: -25px;
    margin-bottom: -50px;
}

.gutter-50 > .col,
.gutter-50 > [class*="col-"] {
    padding-right: 25px;
    padding-left: 25px;
    padding-bottom: 50px;
}

.col-mb-30 {
    margin-bottom: -30px;
}

.col-mb-30 > .col,
.col-mb-30 > [class*="col-"] {
    padding-bottom: 30px;
}

.col-mb-50 {
    margin-bottom: -50px;
}

.col-mb-50 > .col,
.col-mb-50 > [class*="col-"] {
    padding-bottom: 50px;
}

.col-mb-80 {
    margin-bottom: -80px;
}

.col-mb-80 > .col,
.col-mb-80 > [class*="col-"] {
    padding-bottom: 80px;
}

@media (min-width: 576px) {
    .gutter-sm-10 {
        margin-right: -5px;
        margin-left: -5px;
        margin-bottom: -10px;
    }

    .gutter-sm-10 > .col,
    .gutter-sm-10 > [class*="col-"] {
        padding-right: 5px;
        padding-left: 5px;
        padding-bottom: 10px;
    }

    .gutter-sm-20 {
        margin-right: -10px;
        margin-left: -10px;
        margin-bottom: -20px;
    }

    .gutter-sm-20 > .col,
    .gutter-sm-20 > [class*="col-"] {
        padding-right: 10px;
        padding-left: 10px;
        padding-bottom: 20px;
    }

    .gutter-sm-30 {
        margin-right: -15px;
        margin-left: -15px;
        margin-bottom: -30px;
    }

    .gutter-sm-30 > .col,
    .gutter-sm-30 > [class*="col-"] {
        padding-right: 15px;
        padding-left: 15px;
        padding-bottom: 30px;
    }

    .gutter-sm-40 {
        margin-right: -20px;
        margin-left: -20px;
        margin-bottom: -40px;
    }

    .gutter-sm-40 > .col,
    .gutter-sm-40 > [class*="col-"] {
        padding-right: 20px;
        padding-left: 20px;
        padding-bottom: 40px;
    }

    .gutter-sm-50 {
        margin-right: -25px;
        margin-left: -25px;
        margin-bottom: -50px;
    }

    .gutter-sm-50 > .col,
    .gutter-sm-50 > [class*="col-"] {
        padding-right: 25px;
        padding-left: 25px;
        padding-bottom: 50px;
    }

    .col-mb-sm-30 {
        margin-bottom: -30px;
    }

    .col-mb-sm-30 > .col,
    .col-mb-sm-30 > [class*="col-"] {
        padding-bottom: 30px;
    }

    .col-mb-sm-50 {
        margin-bottom: -50px;
    }

    .col-mb-sm-50 > .col,
    .col-mb-sm-50 > [class*="col-"] {
        padding-bottom: 50px;
    }

    .col-mb-sm-80 {
        margin-bottom: -80px;
    }

    .col-mb-sm-80 > .col,
    .col-mb-sm-80 > [class*="col-"] {
        padding-bottom: 80px;
    }
}

@media (min-width: 768px) {
    .gutter-md-10 {
        margin-right: -5px;
        margin-left: -5px;
        margin-bottom: -10px;
    }

    .gutter-md-10 > .col,
    .gutter-md-10 > [class*="col-"] {
        padding-right: 5px;
        padding-left: 5px;
        padding-bottom: 10px;
    }

    .gutter-md-20 {
        margin-right: -10px;
        margin-left: -10px;
        margin-bottom: -20px;
    }

    .gutter-md-20 > .col,
    .gutter-md-20 > [class*="col-"] {
        padding-right: 10px;
        padding-left: 10px;
        padding-bottom: 20px;
    }

    .gutter-md-30 {
        margin-right: -15px;
        margin-left: -15px;
        margin-bottom: -30px;
    }

    .gutter-md-30 > .col,
    .gutter-md-30 > [class*="col-"] {
        padding-right: 15px;
        padding-left: 15px;
        padding-bottom: 30px;
    }

    .gutter-md-40 {
        margin-right: -20px;
        margin-left: -20px;
        margin-bottom: -40px;
    }

    .gutter-md-40 > .col,
    .gutter-md-40 > [class*="col-"] {
        padding-right: 20px;
        padding-left: 20px;
        padding-bottom: 40px;
    }

    .gutter-md-50 {
        margin-right: -25px;
        margin-left: -25px;
        margin-bottom: -50px;
    }

    .gutter-md-50 > .col,
    .gutter-md-50 > [class*="col-"] {
        padding-right: 25px;
        padding-left: 25px;
        padding-bottom: 50px;
    }

    .col-mb-md-30 {
        margin-bottom: -30px;
    }

    .col-mb-md-30 > .col,
    .col-mb-md-30 > [class*="col-"] {
        padding-bottom: 30px;
    }

    .col-mb-md-50 {
        margin-bottom: -50px;
    }

    .col-mb-md-50 > .col,
    .col-mb-md-50 > [class*="col-"] {
        padding-bottom: 50px;
    }

    .col-mb-md-80 {
        margin-bottom: -80px;
    }

    .col-mb-md-80 > .col,
    .col-mb-md-80 > [class*="col-"] {
        padding-bottom: 80px;
    }
}

@media (min-width: 992px) {
    .gutter-lg-10 {
        margin-right: -5px;
        margin-left: -5px;
        margin-bottom: -10px;
    }

    .gutter-lg-10 > .col,
    .gutter-lg-10 > [class*="col-"] {
        padding-right: 5px;
        padding-left: 5px;
        padding-bottom: 10px;
    }

    .gutter-lg-20 {
        margin-right: -10px;
        margin-left: -10px;
        margin-bottom: -20px;
    }

    .gutter-lg-20 > .col,
    .gutter-lg-20 > [class*="col-"] {
        padding-right: 10px;
        padding-left: 10px;
        padding-bottom: 20px;
    }

    .gutter-lg-30 {
        margin-right: -15px;
        margin-left: -15px;
        margin-bottom: -30px;
    }

    .gutter-lg-30 > .col,
    .gutter-lg-30 > [class*="col-"] {
        padding-right: 15px;
        padding-left: 15px;
        padding-bottom: 30px;
    }

    .gutter-lg-40 {
        margin-right: -20px;
        margin-left: -20px;
        margin-bottom: -40px;
    }

    .gutter-lg-40 > .col,
    .gutter-lg-40 > [class*="col-"] {
        padding-right: 20px;
        padding-left: 20px;
        padding-bottom: 40px;
    }

    .gutter-lg-50 {
        margin-right: -25px;
        margin-left: -25px;
        margin-bottom: -50px;
    }

    .gutter-lg-50 > .col,
    .gutter-lg-50 > [class*="col-"] {
        padding-right: 25px;
        padding-left: 25px;
        padding-bottom: 50px;
    }

    .col-mb-lg-30 {
        margin-bottom: -30px;
    }

    .col-mb-lg-30 > .col,
    .col-mb-lg-30 > [class*="col-"] {
        padding-bottom: 30px;
    }

    .col-mb-lg-50 {
        margin-bottom: -50px;
    }

    .col-mb-lg-50 > .col,
    .col-mb-lg-50 > [class*="col-"] {
        padding-bottom: 50px;
    }

    .col-mb-lg-80 {
        margin-bottom: -80px;
    }

    .col-mb-lg-80 > .col,
    .col-mb-lg-80 > [class*="col-"] {
        padding-bottom: 80px;
    }
}

@media (min-width: 1200px) {
    .gutter-xl-10 {
        margin-right: -5px;
        margin-left: -5px;
        margin-bottom: -10px;
    }

    .gutter-xl-10 > .col,
    .gutter-xl-10 > [class*="col-"] {
        padding-right: 5px;
        padding-left: 5px;
        padding-bottom: 10px;
    }

    .gutter-xl-20 {
        margin-right: -10px;
        margin-left: -10px;
        margin-bottom: -20px;
    }

    .gutter-xl-20 > .col,
    .gutter-xl-20 > [class*="col-"] {
        padding-right: 10px;
        padding-left: 10px;
        padding-bottom: 20px;
    }

    .gutter-xl-30 {
        margin-right: -15px;
        margin-left: -15px;
        margin-bottom: -30px;
    }

    .gutter-xl-30 > .col,
    .gutter-xl-30 > [class*="col-"] {
        padding-right: 15px;
        padding-left: 15px;
        padding-bottom: 30px;
    }

    .gutter-xl-40 {
        margin-right: -20px;
        margin-left: -20px;
        margin-bottom: -40px;
    }

    .gutter-xl-40 > .col,
    .gutter-xl-40 > [class*="col-"] {
        padding-right: 20px;
        padding-left: 20px;
        padding-bottom: 40px;
    }

    .gutter-xl-50 {
        margin-right: -25px;
        margin-left: -25px;
        margin-bottom: -50px;
    }

    .gutter-xl-50 > .col,
    .gutter-xl-50 > [class*="col-"] {
        padding-right: 25px;
        padding-left: 25px;
        padding-bottom: 50px;
    }

    .col-mb-xl-30 {
        margin-bottom: -30px;
    }

    .col-mb-xl-30 > .col,
    .col-mb-xl-30 > [class*="col-"] {
        padding-bottom: 30px;
    }

    .col-mb-xl-50 {
        margin-bottom: -50px;
    }

    .col-mb-xl-50 > .col,
    .col-mb-xl-50 > [class*="col-"] {
        padding-bottom: 50px;
    }

    .col-mb-xl-80 {
        margin-bottom: -80px;
    }

    .col-mb-xl-80 > .col,
    .col-mb-xl-80 > [class*="col-"] {
        padding-bottom: 80px;
    }
}

/* ----------------------------------------------------------------
	Max Width Utility Classes
-----------------------------------------------------------------*/

.mw-xs {
    max-width: 36rem !important;
}

.mw-sm {
    max-width: 48rem !important;
}

.mw-md {
    max-width: 64rem !important;
}

.mw-lg {
    max-width: 78rem !important;
}

.mw-xl {
    max-width: 88rem !important;
}

.mw-xxl {
    max-width: 100rem !important;
}

/* ----------------------------------------------------------------
	Height Utility Classes
-----------------------------------------------------------------*/

.min-vh-75 {
    min-height: 75vh !important;
}

.min-vh-60 {
    min-height: 60vh !important;
}

.min-vh-50 {
    min-height: 50vh !important;
}

.min-vh-40 {
    min-height: 40vh !important;
}

.min-vh-25 {
    min-height: 25vh !important;
}

.min-vh-0 {
    min-height: 0 !important;
}

.vh-75 {
    height: 75vh !important;
}

.vh-60 {
    height: 60vh !important;
}

.vh-50 {
    height: 50vh !important;
}

.vh-40 {
    height: 40vh !important;
}

.vh-25 {
    height: 25vh !important;
}

.h-60 {
    height: 60% !important;
}

.h-40 {
    height: 40% !important;
}

.max-vh-100 {
    max-height: 100vh !important;
}

.max-vh-75 {
    max-height: 75vh !important;
}

.max-vh-60 {
    max-height: 60vh !important;
}

.max-vh-50 {
    max-height: 50vh !important;
}

.max-vh-40 {
    max-height: 40vh !important;
}

.max-vh-25 {
    max-height: 25vh !important;
}

.max-vh-none {
    max-height: none !important;
}

@media (min-width: 576px) {
    .min-vh-sm-100 {
        min-height: 100vh !important;
    }

    .min-vh-sm-75 {
        min-height: 75vh !important;
    }

    .min-vh-sm-60 {
        min-height: 60vh !important;
    }

    .min-vh-sm-50 {
        min-height: 50vh !important;
    }

    .min-vh-sm-40 {
        min-height: 40vh !important;
    }

    .min-vh-sm-25 {
        min-height: 25vh !important;
    }

    .min-vh-sm-0 {
        min-height: 0 !important;
    }

    .vh-sm-100 {
        height: 100vh !important;
    }

    .vh-sm-75 {
        height: 75vh !important;
    }

    .vh-sm-60 {
        height: 60vh !important;
    }

    .vh-sm-50 {
        height: 50vh !important;
    }

    .vh-sm-40 {
        height: 40vh !important;
    }

    .vh-sm-25 {
        height: 25vh !important;
    }

    .h-sm-100 {
        height: 100% !important;
    }

    .h-sm-75 {
        height: 75% !important;
    }

    .h-sm-60 {
        height: 60% !important;
    }

    .h-sm-50 {
        height: 50% !important;
    }

    .h-sm-40 {
        height: 40% !important;
    }

    .h-sm-25 {
        height: 25% !important;
    }

    .h-sm-auto {
        height: auto !important;
    }

    .max-vh-sm-100 {
        max-height: 100vh !important;
    }

    .max-vh-sm-75 {
        max-height: 75vh !important;
    }

    .max-vh-sm-60 {
        max-height: 60vh !important;
    }

    .max-vh-sm-50 {
        max-height: 50vh !important;
    }

    .max-vh-sm-40 {
        max-height: 40vh !important;
    }

    .max-vh-sm-25 {
        max-height: 25vh !important;
    }

    .max-vh-sm-none {
        max-height: none !important;
    }
}

@media (min-width: 768px) {
    .min-vh-md-100 {
        min-height: 100vh !important;
    }

    .min-vh-md-75 {
        min-height: 75vh !important;
    }

    .min-vh-md-60 {
        min-height: 60vh !important;
    }

    .min-vh-md-50 {
        min-height: 50vh !important;
    }

    .min-vh-md-40 {
        min-height: 40vh !important;
    }

    .min-vh-md-25 {
        min-height: 25vh !important;
    }

    .min-vh-md-0 {
        min-height: 0 !important;
    }

    .vh-md-100 {
        height: 100vh !important;
    }

    .vh-md-75 {
        height: 75vh !important;
    }

    .vh-md-60 {
        height: 60vh !important;
    }

    .vh-md-50 {
        height: 50vh !important;
    }

    .vh-md-40 {
        height: 40vh !important;
    }

    .vh-md-25 {
        height: 25vh !important;
    }

    .h-md-100 {
        height: 100% !important;
    }

    .h-md-75 {
        height: 75% !important;
    }

    .h-md-60 {
        height: 60% !important;
    }

    .h-md-50 {
        height: 50% !important;
    }

    .h-md-40 {
        height: 40% !important;
    }

    .h-md-25 {
        height: 25% !important;
    }

    .h-md-auto {
        height: auto !important;
    }

    .max-vh-md-100 {
        max-height: 100vh !important;
    }

    .max-vh-md-75 {
        max-height: 75vh !important;
    }

    .max-vh-md-60 {
        max-height: 60vh !important;
    }

    .max-vh-md-50 {
        max-height: 50vh !important;
    }

    .max-vh-md-40 {
        max-height: 40vh !important;
    }

    .max-vh-md-25 {
        max-height: 25vh !important;
    }

    .max-vh-md-none {
        max-height: none !important;
    }
}

@media (min-width: 992px) {
    .min-vh-lg-100 {
        min-height: 100vh !important;
    }

    .min-vh-lg-75 {
        min-height: 75vh !important;
    }

    .min-vh-lg-60 {
        min-height: 60vh !important;
    }

    .min-vh-lg-50 {
        min-height: 50vh !important;
    }

    .min-vh-lg-40 {
        min-height: 40vh !important;
    }

    .min-vh-lg-25 {
        min-height: 25vh !important;
    }

    .min-vh-lg-0 {
        min-height: 0 !important;
    }

    .vh-lg-100 {
        height: 100vh !important;
    }

    .vh-lg-75 {
        height: 75vh !important;
    }

    .vh-lg-60 {
        height: 60vh !important;
    }

    .vh-lg-50 {
        height: 50vh !important;
    }

    .vh-lg-40 {
        height: 40vh !important;
    }

    .vh-lg-25 {
        height: 25vh !important;
    }

    .h-lg-100 {
        height: 100% !important;
    }

    .h-lg-75 {
        height: 75% !important;
    }

    .h-lg-60 {
        height: 60% !important;
    }

    .h-lg-50 {
        height: 50% !important;
    }

    .h-lg-40 {
        height: 40% !important;
    }

    .h-lg-25 {
        height: 25% !important;
    }

    .h-lg-auto {
        height: auto !important;
    }

    .max-vh-lg-100 {
        max-height: 100vh !important;
    }

    .max-vh-lg-75 {
        max-height: 75vh !important;
    }

    .max-vh-lg-60 {
        max-height: 60vh !important;
    }

    .max-vh-lg-50 {
        max-height: 50vh !important;
    }

    .max-vh-lg-40 {
        max-height: 40vh !important;
    }

    .max-vh-lg-25 {
        max-height: 25vh !important;
    }

    .max-vh-lg-none {
        max-height: none !important;
    }
}

@media (min-width: 1200px) {
    .min-vh-xl-100 {
        min-height: 100vh !important;
    }

    .min-vh-xl-75 {
        min-height: 75vh !important;
    }

    .min-vh-xl-60 {
        min-height: 60vh !important;
    }

    .min-vh-xl-50 {
        min-height: 50vh !important;
    }

    .min-vh-xl-40 {
        min-height: 40vh !important;
    }

    .min-vh-xl-25 {
        min-height: 25vh !important;
    }

    .min-vh-xl-0 {
        min-height: 0 !important;
    }

    .vh-xl-100 {
        height: 100vh !important;
    }

    .vh-xl-75 {
        height: 75vh !important;
    }

    .vh-xl-60 {
        height: 60vh !important;
    }

    .vh-xl-50 {
        height: 50vh !important;
    }

    .vh-xl-40 {
        height: 40vh !important;
    }

    .vh-xl-25 {
        height: 25vh !important;
    }

    .h-xl-100 {
        height: 100% !important;
    }

    .h-xl-75 {
        height: 75% !important;
    }

    .h-xl-60 {
        height: 60% !important;
    }

    .h-xl-50 {
        height: 50% !important;
    }

    .h-xl-40 {
        height: 40% !important;
    }

    .h-xl-25 {
        height: 25% !important;
    }

    .h-xl-auto {
        height: auto !important;
    }

    .max-vh-xl-100 {
        max-height: 100vh !important;
    }

    .max-vh-xl-75 {
        max-height: 75vh !important;
    }

    .max-vh-xl-60 {
        max-height: 60vh !important;
    }

    .max-vh-xl-50 {
        max-height: 50vh !important;
    }

    .max-vh-xl-40 {
        max-height: 40vh !important;
    }

    .max-vh-xl-25 {
        max-height: 25vh !important;
    }

    .max-vh-xl-none {
        max-height: none !important;
    }
}

/* ----------------------------------------------------------------
	Position Utility Classes: Extended
-----------------------------------------------------------------*/

@media (min-width: 576px) {
    .position-sm-static {
        position: static !important;
    }

    .position-sm-relative {
        position: relative !important;
    }

    .position-sm-absolute {
        position: absolute !important;
    }

    .position-sm-fixed {
        position: fixed !important;
    }

    .position-sm-sticky {
        position: -webkit-sticky !important;
        position: sticky !important;
    }
}

@media (min-width: 768px) {
    .position-md-static {
        position: static !important;
    }

    .position-md-relative {
        position: relative !important;
    }

    .position-md-absolute {
        position: absolute !important;
    }

    .position-md-fixed {
        position: fixed !important;
    }

    .position-md-sticky {
        position: -webkit-sticky !important;
        position: sticky !important;
    }
}

@media (min-width: 992px) {
    .position-lg-static {
        position: static !important;
    }

    .position-lg-relative {
        position: relative !important;
    }

    .position-lg-absolute {
        position: absolute !important;
    }

    .position-lg-fixed {
        position: fixed !important;
    }

    .position-lg-sticky {
        position: -webkit-sticky !important;
        position: sticky !important;
    }
}

@media (min-width: 1200px) {
    .position-xl-static {
        position: static !important;
    }

    .position-xl-relative {
        position: relative !important;
    }

    .position-xl-absolute {
        position: absolute !important;
    }

    .position-xl-fixed {
        position: fixed !important;
    }

    .position-xl-sticky {
        position: -webkit-sticky !important;
        position: sticky !important;
    }
}

/* ----------------------------------------------------------------
	Lazy Loading
-----------------------------------------------------------------*/

.lazy {
    opacity: 0;
}

.lazy:not(.initial) {
    transition: opacity 1s;
}

.lazy.initial,
.lazy.lazy-loaded,
.lazy.lazy-error {
    opacity: 1;
}

img.lazy {
    max-width: 100%;
    height: auto;
}

img.lazy:not([src]) {
    visibility: hidden;
}

/* ----------------------------------------------------------------
	Sections
-----------------------------------------------------------------*/

.section {
    position: relative;
    width: 100%;
    margin: 60px 0;
    padding: 60px 0;
    background-color: #f9f9f9;
    overflow: hidden;
}

.parallax {
    background-color: transparent;
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
    overflow: hidden;
    will-change: transform;
}

.mobile-parallax,
.video-placeholder {
    background-size: cover !important;
    background-attachment: scroll !important;
    background-position: center center !important;
}

.section .container {
    z-index: 2;
}

.section .container + .video-wrap {
    z-index: 1;
}

.revealer-image {
    position: relative;
    bottom: -100px;
    transition: bottom 0.3s ease-in-out;
    -webkit-transition: bottom 0.3s ease-in-out;
    -o-transition: bottom 0.3s ease-in-out;
}

.section:hover .revealer-image {
    bottom: -50px;
}

/* ----------------------------------------------------------------
	Columns & Grids
-----------------------------------------------------------------*/

.postcontent,
.sidebar {
    position: relative;
}

/* ----------------------------------------------------------------
	Flex Slider
-----------------------------------------------------------------*/

.fslider,
.fslider .flexslider,
.fslider .slider-wrap,
.fslider .slide,
.fslider .slide > a,
.fslider .slide > img,
.fslider .slide > a > img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
}

.fslider.h-100 .flexslider,
.fslider.h-100 .slider-wrap,
.fslider.h-100 .slide {
    height: 100% !important;
}

.fslider {
    min-height: 32px;
}

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    outline: none;
    border: none;
}

.slider-wrap,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
}

.flexslider {
    position: relative;
    margin: 0;
    padding: 0;
}

.flexslider .slider-wrap > .slide {
    display: none;
    -webkit-backface-visibility: hidden;
}

.flexslider .slider-wrap img {
    width: 100%;
    display: block;
}

.flex-pauseplay span {
    text-transform: capitalize;
}

.slider-wrap::after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slider-wrap {
    display: block;
}

* html .slider-wrap {
    height: 1%;
}

.no-js .slider-wrap > .slide:first-child {
    display: block;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

/* ----------------------------------------------------------------
	Top Bar
-----------------------------------------------------------------*/

#top-bar {
    position: relative;
    border-bottom: 1px solid #eee;
    font-size: 13px;
}

/* Top Links
---------------------------------*/

.top-links {
    position: relative;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-positive: 0;
    flex-grow: 0;
    border-bottom: 1px solid #eee;
}

@media (min-width: 768px) {
    .top-links {
        border-bottom: 0;
    }
}

.top-links-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    margin-bottom: 0;
}

.top-links-item {
    position: relative;
    border-left: 1px solid #eee;
}

.top-links-item:first-child,
.top-links-sub-menu .top-links-item {
    border-left: 0 !important;
}

.top-links-item > a {
    display: block;
    padding: 12px;
    font-size: 0.75rem;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #666;
}

.top-links-item > a > i {
    vertical-align: top;
}

.top-links-item > a > i.icon-angle-down {
    margin: 0 0 0 5px !important;
}

.top-links-item > a > i:first-child {
    margin-right: 3px;
}

.top-links-item.full-icon > a > i {
    top: 2px;
    font-size: 0.875rem;
    margin: 0;
}

.top-links-item:hover {
    background-color: #eee;
}

.top-links-sub-menu,
.top-links-section {
    position: absolute;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    list-style: none;
    z-index: -1;
    line-height: 1.5;
    background: #fff;
    border: 0;
    top: 100%;
    left: -1px;
    width: 140px;
    margin-top: 10px;
    border: 1px solid #eee;
    border-top-color: #1abc9c;
    box-shadow: 0px 13px 42px 11px rgba(0, 0, 0, 0.05);
    transition: opacity 0.25s ease, margin 0.2s ease;
}

.top-links:not(.on-click) .top-links-item:hover > .top-links-sub-menu,
.top-links:not(.on-click) .top-links-item:hover > .top-links-section,
.top-links.on-click .top-links-sub-menu,
.top-links.on-click .top-links-section {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    pointer-events: auto;
    z-index: 499;
}

.top-links.on-click .top-links-sub-menu,
.top-links.on-click .top-links-section {
    display: none;
}

.top-links-sub-menu .top-links-sub-menu {
    top: -1px;
    left: 100%;
}

.top-links-sub-menu .top-links-item:not(:first-child) {
    border-top: 1px solid #f5f5f5;
}

.top-links-sub-menu .top-links-item:hover {
    background-color: #f9f9f9;
}

.top-links-sub-menu .top-links-item > a {
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 0.6875rem;
}

.top-links-sub-menu .top-links-item > a > img {
    display: inline-block;
    position: relative;
    top: -1px;
    width: 16px;
    height: 16px;
    margin-right: 4px;
}

.top-links-sub-menu.top-demo-lang .top-links-item > a > img {
    top: 4px;
    width: 16px;
    height: 16px;
}

.top-links-sub-menu .top-links-item > a > i.icon-angle-down {
    margin: 0 !important;
    position: absolute;
    top: 50%;
    left: auto;
    right: 10px;
    transform: translateY(-50%) rotate(-90deg);
}

.top-links-section {
    padding: 25px;
    left: 0;
    width: 280px;
}

.top-links-section.menu-pos-invert {
    left: auto;
    right: 0;
}

/* Top Social
-----------------------------------------------------------------*/

#top-social {
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin: 0;
}

#top-social li {
    position: relative;
    list-style: none;
}

#top-social li {
    border-left: 1px solid #eee;
}

#top-social li:first-child {
    border-left: 0 !important;
}

#top-social a {
    display: -ms-flexbox;
    display: flex;
    width: auto;
    overflow: hidden;
    font-weight: bold;
    color: #666;
}

#top-social li a:hover {
    color: #fff !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

#top-social li .ts-icon,
#top-social li .ts-text {
    display: block;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 44px;
    line-height: 44px;
}

#top-social li .ts-icon {
    width: 40px;
    text-align: center;
    font-size: 0.875rem;
}

#top-social li .ts-text {
    max-width: 0;
    white-space: nowrap;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#top-social li a:hover .ts-text {
    max-width: 200px;
    padding-right: 12px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

/* Top Login
-----------------------------------------------------------------*/

#top-login {
    margin-bottom: 0;
}

#top-login .checkbox {
    margin-bottom: 10px;
}

#top-login .form-control {
    position: relative;
}

#top-login .form-control:focus {
    border-color: #ccc;
}

#top-login .input-group#top-login-username {
    margin-bottom: -1px;
}

#top-login #top-login-username input,
#top-login #top-login-username .input-group-addon {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

#top-login .input-group#top-login-password {
    margin-bottom: 10px;
}

#top-login #top-login-password input,
#top-login #top-login-password .input-group-addon {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

/* ----------------------------------------------------------------
	Header
-----------------------------------------------------------------*/

#header {
    position: relative;
    background-color: #fff;
    border-bottom: 0px solid #f5f5f5;
    height: 60px;
}

#header-wrap {
    position: relative;
    background-color: #111111;
    width: 100%;
    z-index: 7;
}

.header-wrap-clone {
    display: none;
}

a.menu-link.menu-link-cs {
    border-bottom: 3px solid transparent;
}
a.menu-link.menu-link-cs:hover {
    border-bottom: 3px solid #01b3e5;
}

.header-row {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

@media (min-width: 992px) {
  #header-wrap {
    position: fixed;
    height: auto;
    z-index: 299;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
    transition: height 0.2s ease 0s, background-color 0.3s ease 0s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: left, top, transform;
  }

  #top-bar + #header:not(.sticky-header) #header-wrap,
  #slider + #header:not(.sticky-header) #header-wrap,
  .floating-header:not(.sticky-header) #header-wrap,
  div + #header-wrap,
  .no-sticky #header-wrap,
  [data-sticky-offset]:not([data-sticky-offset="full"]):not(.sticky-header)
    #header-wrap,
  body:not(.stretched) #header:not(.sticky-header) #header-wrap {
    position: absolute;
  }

  .header-wrap-clone {
    display: block;
    height: calc(100px + 1px);
  }

  .header-size-sm .header-wrap-clone {
    height: calc(60px + 1px);
  }

  .header-size-md .header-wrap-clone {
    height: calc(80px + 1px);
  }

  .header-size-lg .header-wrap-clone {
    height: calc(120px + 1px);
  }

  .header-row {
    position: initial;
    height: 60px;
  }

  #header.transparent-header,
  #header.transparent-header:not(.sticky-header) #header-wrap {
    background: transparent;
    border-bottom: 1px solid transparent;
    z-index: 299;
  }

    #header.transparent-header.semi-transparent #header-wrap {
        background-color: rgba(255, 255, 255, 0.8);
    }

    #header.transparent-header.floating-header {
        margin-top: 60px;
    }

    .transparent-header.floating-header .container {
        background-color: #fff;
        padding: 0 30px;
    }

    .transparent-header.floating-header:not(.sticky-header) .container {
        position: relative;
    }

    #header + .include-header {
        margin-top: calc(-100px - 2px);
        display: inline-block;
        vertical-align: bottom;
        width: 100%;
    }

    #header.header-size-sm + .include-header {
        margin-top: calc(-60px - 2px);
    }

    #header.header-size-md + .include-header {
        margin-top: calc(-80px - 2px);
    }

    #header.header-size-lg + .include-header {
        margin-top: calc(-120px - 2px);
    }

    #header.floating-header + .include-header {
        margin-top: calc(-160px - 2px);
    }

    #header.transparent-header + .page-title-parallax.include-header .container {
        z-index: 5;
        padding-top: 100px;
    }

    #header.full-header:not(.transparent-header) {
        border-bottom-color: #eee;
    }

    .stretched .full-header #header-wrap > .container {
        width: 100%;
        max-width: none;
        padding: 0 30px;
    }

    #header.transparent-header.full-header #header-wrap {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    #slider + #header.transparent-header.full-header #header-wrap {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        border-bottom: none;
    }

    /* ----------------------------------------------------------------
          Sticky Header
      -----------------------------------------------------------------*/

    #logo img {
        -webkit-transition: height 0.4s ease, padding 0.4s ease, margin 0.4s ease,
        opacity 0.3s ease;
        transition: height 0.4s ease, padding 0.4s ease, margin 0.4s ease,
        opacity 0.3s ease;
    }

    #logo img {
        max-height: 100%;
    }

    .sub-menu-container,
    .mega-menu-content {
        -webkit-transition: top 0.4s ease;
        transition: top 0.4s ease;
    }

    .sticky-header #header-wrap {
        position: fixed;
        top: 0;
        left: 0;
        background-color: #111111;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }

    .sticky-header.full-header #header-wrap {
        border-bottom: 0px solid #eee;
    }

    .sticky-header.semi-transparent {
        background-color: transparent;
    }

    .semi-transparent.sticky-header #header-wrap {
        background-color: #111111;
    }

    /* Primary Menu - Style 3
      -----------------------------------------------------------------*/

    .sticky-header .style-3 .menu-container > .menu-item > .menu-link {
        margin: 0;
        border-radius: 0;
    }

    /* Primary Menu - Style 4
      -----------------------------------------------------------------*/

    .sticky-header .style-4 .menu-container > .menu-item > .menu-link {
        padding-top: 8px;
        padding-bottom: 8px;
        margin: 10px 0;
    }

    /* Primary Menu - Style 5
      -----------------------------------------------------------------*/

    .sticky-header-shrink .style-5 .menu-container > .menu-item {
        margin-left: 2px;
    }

    .sticky-header-shrink .style-5 .menu-container > .menu-item:first-child {
        margin-left: 0;
    }

    .sticky-header-shrink .style-5 .menu-container > .menu-item > .menu-link {
        line-height: 22px;
        padding-top: 19px;
        padding-bottom: 19px;
    }

    .sticky-header-shrink
    .style-5
    .menu-container
    > .menu-item
    > .menu-link
    > div {
        padding: 0;
    }

    .sticky-header-shrink
    .style-5
    .menu-container
    > .menu-item
    > .menu-link
    i:not(.icon-angle-down) {
        display: inline-block;
        width: 16px;
        top: -1px;
        margin: 0 6px 0 0;
        font-size: 0.875rem;
        line-height: 22px;
    }
}

@media (max-width: 991.98px) {
    .sticky-header #header-wrap {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 299;
        background-color: #fff;
        border-bottom: 1px solid #eee;
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
    }

    .sticky-header .header-wrap-clone {
        display: block;
    }

    .sticky-header .menu-container {
        max-height: 60vh;
        margin: 1rem 0;
        overflow-x: hidden;
        overflow-y: scroll;
    }

    body:not(.primary-menu-open) .dark.transparent-header-responsive,
    body:not(.primary-menu-open) .transparent-header-responsive {
        background-color: transparent;
        border: none;
    }

    body:not(.primary-menu-open) .semi-transparent.transparent-header-responsive {
        background-color: rgba(255, 255, 255, 0.8);
        z-index: 1;
    }
}

/* ----------------------------------------------------------------
	Logo
-----------------------------------------------------------------*/

#logo {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -ms-flex-align: center;
    margin-right: auto;
    max-height: 26px;
}

#logo a {
    /* color: #000;
      font-family: 'Poppins', sans-serif;
      font-size: 36px; */
}

#logo img {
    display: block;
    max-width: 100%;
    max-height: 28px;
    height: 28px;
}

.header-size-sm #header-wrap #logo img {
    /* height: 60px; */
}

.header-size-md #header-wrap #logo img {
    /* height: 80px; */
}

.header-size-lg #header-wrap #logo img {
    /* height: 120px; */
}

#logo a.standard-logo {
    display: -ms-flexbox;
    display: flex;
}

#logo a.retina-logo {
    display: none;
}

.l-header .l-header2 {
    padding: 0 0 100px 0;
    margin-top: 1.5em;
}
.l-header .l-header2 .t-fs--xlarge {
    font-size: 27px;
}

@media (min-width: 992px) {
    .full-header #logo {
        padding-right: 30px;
        border-right: 0px solid #eee;
    }

    #header.transparent-header.full-header #logo {
        border-right-color: rgba(0, 0, 0, 0);
    }

    .sticky-header-shrink #header-wrap #logo img {
        /* height: 60px; */
    }
}

/* ----------------------------------------------------------------
	Retina Logo
-----------------------------------------------------------------*/

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    #logo a.standard-logo {
        display: none;
    }

    #logo a.retina-logo {
        display: -ms-flexbox;
        display: flex;
    }
}

/* ----------------------------------------------------------------
	Header Right Area
-----------------------------------------------------------------*/

.header-extras {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.header-extras li {
    display: -ms-flexbox;
    display: flex;
    margin-left: 1.25rem;
    overflow: hidden;
    list-style: none;
}

.header-extras li:first-child {
    margin-left: 0;
}

.header-extras li .he-text {
    padding-left: 10px;
    font-weight: bold;
    font-size: 0.875rem;
}

.header-extras li .he-text span {
    display: block;
    font-weight: 400;
    color: #1abc9c;
}

/* ----------------------------------------------------------------
	Primary Menu
-----------------------------------------------------------------*/

.primary-menu {
    display: -ms-flexbox;
    display: flex;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
}

.primary-menu + .primary-menu {
    border-top: 1px solid #eee;
}

#primary-menu-trigger,
#page-menu-trigger {
  display: -ms-flex;
  display: flex;
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
  cursor: pointer;
  font-size: 0.875rem;
  width: 50px;
  height: 50px;
  line-height: 50px;
  justify-content: center;
  align-items: center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

body:not(.top-search-open) .top-search-parent #primary-menu-trigger {
    opacity: 1;
    -webkit-transition: opacity 0.2s 0.2s ease, top 0.4s ease;
    -o-transition: opacity 0.2s 0.2s ease, top 0.4s ease;
    transition: opacity 0.2s 0.2s ease, top 0.4s ease;
}

.top-search-open .top-search-parent #primary-menu-trigger {
    opacity: 0;
}

.svg-trigger {
    width: 30px;
    height: 30px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: transform 400ms;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.svg-trigger path {
    fill: none;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    stroke: #eee;
    stroke-width: 5;
    stroke-linecap: round;
}

.svg-trigger path:nth-child(1) {
    stroke-dasharray: 40 160;
}

.svg-trigger path:nth-child(2) {
    stroke-dasharray: 40 142;
    transform-origin: 50%;
    transition: transform 400ms;
}

.svg-trigger path:nth-child(3) {
    stroke-dasharray: 40 85;
    transform-origin: 50%;
    transition: transform 400ms, stroke-dashoffset 400ms;
}

.primary-menu-open .svg-trigger {
    transform: rotate(45deg);
}

.primary-menu-open .svg-trigger path:nth-child(1),
.primary-menu-open .svg-trigger path:nth-child(3) {
    stroke-dashoffset: -64px;
}

.primary-menu-open .svg-trigger path:nth-child(2) {
    transform: rotate(90deg);
}

.menu-container {
    /*display: none;*/
    list-style: none;
    margin: 0;
    width: 100%;
    padding-left: 0;
    font-family: 'Montserrat', sans-serif!important;
}
.primary-menu-open .menu-container {
    display: block !important;
}

.menu-item {
    position: relative;
    list-style: none;
}
.menu-item .menu-link {
    font-family: 'Montserrat', sans-serif!important;
}

.menu-item:not(:first-child) {
    border-top: 1px solid rgba(233,233,233,.3);
}

.menu-link {
    display: block;
    line-height: 22px;
    padding: 14px 5px;
    color: white;
    text-align: center;
    font-weight: 600;
    font-size: 0.8125rem;
    font-family: 'Roboto', sans-serif;
}

.menu-link span {
    display: none;
}

.menu-link i {
    position: relative;
    top: -1px;
    font-size: 0.875rem;
    width: 16px;
    text-align: center;
    margin-right: 6px;
    vertical-align: top;
}

.menu-item:hover > .menu-link,
.menu-item.current > .menu-link {
    text-shadow: 0 0 10px #69e0ff, 0 0 20px #69e0ff, 0 0 40px #69e0ff;
    color: #fff;
}

.menu-item.sub-menu > .menu-link > div {
}

.sub-menu-container,
.mega-menu-content {
    position: relative;
    padding-left: 15px;
    border-top: 1px solid #eee;
    list-style: none;
    margin-bottom: 0;
}

.sub-menu-container .menu-item:not(:first-child) {
    border-top: 1px solid #eee;
}

.sub-menu-container .menu-item > .menu-link {
    position: relative;
    padding: 11px 5px;
    font-size: 0.75rem;
    font-weight: 400;
    color: #666;
    letter-spacing: 0;
    font-family: "Lato", sans-serif;
}

.sub-menu-container .menu-item:hover > .menu-link {
    font-weight: 700;
}

.sub-menu-container .menu-link div {
    position: relative;
}

.menu-item .sub-menu-trigger {
    display: block;
    position: absolute;
    cursor: pointer;
    outline: none;
    border: none;
    background: none;
    padding: 0;
    top: 9px;
    right: 0;
    width: 32px;
    height: 32px;
    font-size: 12px;
    line-height: 32px;
    text-align: center;
    -webkit-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
}

.menu-link div > i.icon-angle-down {
    display: none;
}

.sub-menu-container .sub-menu-trigger {
    font-size: 10px;
}

.sub-menu-container .menu-item .sub-menu-trigger {
    top: 6px;
}

/* selected link */
#blog-more-button:active {
    background-color: #34c2ea;
}

.menu-link-cs {
    padding: 19px 0px;
    margin: 0px 15px;
}

.header-row-cs {
    width: 100%;
    max-width: 1320px;
}

/*  top bar menu css */
.top_nav_home {
    /*width: 42px;*/
    height: 22px;
    /*background: url(assets/main/top_menu/Home_normal.png) center top no-repeat;*/
}

a:hover > .top_nav_home,
a:active > .top_nav_home,
a:focus > .top_nav_home {
    /*width: 50px;*/
    height: 22px;
    /*background: url(assets/main/top_menu/Home_selected.png) left top no-repeat;*/
}

.top_nav_pocketarena {
    /*width: 101px;*/
    height: 22px;
    /*background: url(assets/main/top_menu/PocketArena_normal.png) left top no-repeat;*/
}

a:hover > .top_nav_pocketarena,
a:active > .top_nav_pocketarena,
a:focus > .top_nav_pocketarena {
    /*width: 109px;*/
    height: 22px;
    /*background: url(assets/main/top_menu/PocketArena_selected.png) left top no-repeat;*/
}

.top_nav_developer {
    /*width: 79px;*/
    height: 22px;
    /*background: url(assets/main/top_menu/Developers_normal.png) left top no-repeat;*/
}

a:hover > .top_nav_developer,
a:active > .top_nav_developer,
a:focus > .top_nav_developer {
    /*width: 86px;*/
    height: 22px;
    /*background: url(assets/main/top_menu/Developers_selected.png) left top no-repeat;*/
}

.top_nav_whitepaper {
    /*width: 89px;*/
    height: 22px;
    /*background: url(assets/main/top_menu/WhitePaper_normal.png) left top no-repeat;*/
}

a:hover > .top_nav_whitepaper,
a:active > .top_nav_whitepaper,
a:focus > .top_nav_whitepaper {
    /*width: 97px;*/
    height: 22px;
    /*background: url(assets/main/top_menu/WhitePaper_selected.png) left top no-repeat;*/
}

.top_nav_wallet {
    /*width: 45px;*/
    height: 22px;
    /*background: url(assets/main/top_menu/Wallet_normal.png) left top no-repeat;*/
}

a:hover > .top_nav_wallet,
a:active > .top_nav_wallet,
a:focus > .top_nav_wallet {
    /*width: 53px;*/
    height: 22px;
    /*background: url(assets/main/top_menu/Wallet_selected.png) left top no-repeat;*/
}

.top_nav_news {
    /*width: 45px;*/
    height: 22px;
    /*background: url(assets/main/top_menu/News_normal.png) left top no-repeat;*/
}

a:hover > .top_nav_news,
a:active > .top_nav_news,
a:focus > .top_nav_news {
    /*width: 46px;*/
    height: 22px;
    /*background: url(assets/main/top_menu/News_selected.png) left top no-repeat;*/
}

#footer-simple {
    width: 100%;
    text-align: center;
    background: white;
}
#copyrights .row{
    margin: 0;
}

/* ----------------------------------------------------------------
	Footer
-----------------------------------------------------------------*/

#footer {
    position: relative;
    background-color: #eee;
    border-top: 5px solid rgba(0, 0, 0, 0.2);
}

@media (min-width: 992px) {
    .sticky-footer #slider:not(.slider-parallax-invisible),
    .sticky-footer #page-submenu,
    .sticky-footer #page-title,
    .sticky-footer #content {
        z-index: 2;
    }

    .sticky-footer #footer {
        position: sticky;
        top: auto;
        bottom: 0;
        left: 0;
    }
}

#footer .footer-widgets-wrap {
    position: relative;
    padding: 80px 0;
}

body .footer-cs {
    background-color: #111111 !important;
    min-height: 460px !important;
    margin-bottom: 0px;
    width: 100%;
    height: auto !important;
    max-height: none !important;
}

.footer-widgets-wrap > .row > div {
    padding-bottom: 0;
}

.footer-widgets-wrap  .row.col-lg-12 {
    width: auto;
    margin: 0 15px;
}

#copyrights {
    padding: 40px 0;
    background-color: #111111 !important;
    font-size: 0.875rem;
    line-height: 1.8;
}

#copyrights i.footer-icon {
    position: relative;
    top: 1px;
    font-size: 0.875rem;
    width: 14px;
    text-align: center;
    margin-right: 3px;
}

.copyright-links a {
    display: inline-block;
    margin: 0 3px;
    color: #333;
    border-bottom: 1px dotted #444;
}

.copyright-links a:hover {
    color: #555;
    border-bottom: 1px solid #666;
}

.copyrights-menu {
    margin-bottom: 10px;
}

.copyrights-menu a {
    font-size: 0.875rem;
    margin: 0 10px;
    border-bottom: 0 !important;
}

#copyrights a:first-child {
    margin-left: 0;
}

#copyrights.text-right a:last-child {
    margin-right: 0;
}

.footer-logo {
    display: block;
    margin-bottom: 30px;
}
.d-flex.social_links img {
    max-width: 38px;
}

/* ----------------------------------------------------------------
	Go To Top
-----------------------------------------------------------------*/

#gotoTop {
    display: none;
    z-index: 599;
    position: fixed;
    width: 40px;
    height: 40px;
    background-color: #333;
    background-color: rgba(0, 0, 0, 0.3);
    font-size: 1.25rem;
    line-height: 36px;
    text-align: center;
    color: #fff;
    top: auto;
    left: auto;
    right: 30px;
    bottom: 50px;
    cursor: pointer;
    border-radius: 2px;
}

body:not(.device-touch) #gotoTop {
    transition: background-color 0.2s linear;
    -webkit-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
}

.stretched #gotoTop {
    bottom: 30px;
}

#gotoTop:hover {
    background-color: #1abc9c;
}

a#mobile_menu {
    display: none;
}
.whitepaper {
    display: none;
}

.top-sns {
    list-style: none;
    margin-bottom: 0;
    margin-left: 1.88em;
}
.top-sns li {
    list-style: none;
    margin-right: .94em;
}
.top-sns2 {
    margin: 0 auto 1.15em;
    list-style: none;
}
.top-sns2 li {
    list-style: none;
    margin: 0 .38em;
}
.top-sns2 li img {
    max-width: 2.5em;
}
.currency-ratio {display: none !important;}
.currency-ratio .no-1 {
    font-size: .725em;
    font-weight: 600;
    color: #cbd2e4;
    text-align: left;
    background: #3f65a9;
    padding: 0 .5em;
}
.currency-ratio .no-2 {
    font-size: .9em;
    font-weight: 900;
    color: #fff;
    text-align: left;
    background: rgba(63,101,169,0.502);
    padding: 0 .5em;
}

.btn-community {
    color: white;
    opacity: 0.5;
    border-radius: 0.65em;
    border: 0.13em solid white;
    padding: 0.22em 0.5em;
    font-weight: 700;
}
.btn-community span {
    font-size: 0.8125rem;
}
.btn-community:hover, .btn-community:focus{
    opacity: 1;
    color: white;
}
#logo .btn-community img {
    display: inline-block;
    width: 1.2em;
    height: auto;
    margin-right: .32em;
}
.top-sns2 .btn-community{
    width: 9.5em;
    background: #4e612d;
    border: .1em solid #8d9d71;
    border-radius: 3em;
    padding: .4em .9em;
    opacity: 1;
}
.top-sns2 .btn-community span {
    text-align: left;
    line-height: 1em;
}
.top-sns2 .btn-community img {
    width: 1.7em;
    margin-right: 0.6em;
}
footer .btn-community {
    border: none;
    background: #212121;
    padding: 0.4em 0.75em;
    display: block;
    border-radius: 3em;
    color: #f9f9f9;
}
.btn-community:hover, .btn-community:focus{
    background: #2c2c2c;
    color: #f9f9f9;
    opacity: .5;
}
footer .btn-community img {
    display: inline-block;
    width: 1.2em;
    height: auto;
    /* margin-right: 0.32em; */
    margin-bottom: 0 !important;
}
footer .btn-community span{
    font-size: .85em;
    white-space: nowrap;
}

/* put below back when it needs rwd */
@media (min-width: 992px) {
    .primary-menu {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-positive: 0;
        flex-grow: 0;
    }

    .primary-menu + .primary-menu {
        border-top: 0;
    }

    #primary-menu-trigger,
    #page-menu-trigger {
        display: none;
        opacity: 0;
        pointer-events: none;
        z-index: 0;
    }

  .menu-container:not(.mobile-primary-menu) {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
  }

    .full-header .primary-menu .menu-container {
        padding-right: 0.5rem;
        margin-right: 0.5rem;
        border-right: 0px solid #eee;
    }

    .transparent-header.full-header .primary-menu .menu-container {
        border-right-color: rgba(0, 0, 0, 0);
    }

    .mega-menu {
        position: inherit;
    }

    .menu-container > .menu-item:not(:first-child) {
        margin-left: 2px;
    }

    .menu-item:not(:first-child) {
        border-top: 0;
    }

    .menu-item.menu-item-important .menu-link > div::after {
        content: "";
        display: inline-block;
        position: relative;
        top: -5px;
        left: 5px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #dc3545;
    }

    .menu-link {
        /*padding: 39px 15px;*/
        -webkit-transition: margin 0.4s ease, padding 0.4s ease;
        -o-transition: margin 0.4s ease, padding 0.4s ease;
        transition: margin 0.4s ease, padding 0.4s ease;
    }

    .header-size-sm .menu-container > .menu-item > .menu-link {
        padding-top: 19px;
        padding-bottom: 19px;
    }

    .header-size-md .menu-container > .menu-item > .menu-link {
        padding-top: 29px;
        padding-bottom: 29px;
    }

    .header-size-lg .menu-container > .menu-item > .menu-link {
        padding-top: 49px;
        padding-bottom: 49px;
    }

    .sticky-header-shrink .menu-container > .menu-item > .menu-link {
        padding-top: 19px;
        padding-bottom: 19px;
    }

  .with-arrows
    .menu-container
    > .menu-item
    > .menu-link
    div
    > i.icon-angle-down {
        display: inline-block;
    }

    .sub-menu-container,
    .mega-menu-content {
        position: absolute;
        visibility: hidden;
        width: 220px;
        background-color: #fff;
        box-shadow: 0px 13px 42px 11px rgba(0, 0, 0, 0.05);
        border: 1px solid #eee;
        border-top: 2px solid #1abc9c;
        z-index: 399;
        top: 100%;
        left: 0;
        padding: 0;
    }

    .menu-container > .menu-item:not(.mega-menu) .sub-menu-container {
        padding: 10px;
    }

    /* Sub-Menu On-Hover Dropdown */
    .primary-menu:not(.on-click) .menu-item:not(.mega-menu) .sub-menu-container,
    .primary-menu:not(.on-click) .mega-menu-content {
        display: block;
        opacity: 0;
        margin-top: 15px;
        z-index: -9999;
        pointer-events: none;
        transition: opacity 0.3s ease, margin 0.25s ease;
    }

    .primary-menu:not(.on-click)
    .menu-item.mega-menu
    .mega-menu-content
    .sub-menu-container:not(.mega-menu-dropdown) {
        margin-top: 0;
        z-index: auto;
    }

    .primary-menu:not(.on-click)
    .menu-item.mega-menu:hover
    > .mega-menu-content
    .sub-menu-container:not(.mega-menu-dropdown) {
        pointer-events: auto;
    }

    .primary-menu:not(.on-click) .menu-item:hover > .sub-menu-container,
    .primary-menu:not(.on-click) .menu-item:hover > .mega-menu-content {
        opacity: 1;
        visibility: visible;
        margin-top: 0;
        z-index: 399;
        pointer-events: auto;
    }

    .primary-menu:not(.on-click) .menu-item:not(:hover) > .sub-menu-container > *,
    .primary-menu:not(.on-click) .menu-item:not(:hover) > .mega-menu-content > * {
        display: none;
    }

    .primary-menu:not(.on-click)
    .menu-item.mega-menu
    .mega-menu-content
    .sub-menu-container:not(.mega-menu-dropdown)
    > * {
        display: block;
    }

    .sub-menu-container .sub-menu-container {
        list-style: none;
        top: -2px !important;
        left: 100%;
    }

    .sub-menu-container.menu-pos-invert,
    .mega-menu-content.menu-pos-invert {
        left: auto;
        right: 0;
    }

    .sub-menu-container .sub-menu-container.menu-pos-invert {
        right: 100%;
    }

    .sub-menu-container .menu-item:not(:first-child) {
        border-top: 0;
    }

    .sub-menu-container .menu-item > .menu-link {
        padding: 10px 15px;
        font-weight: 700;
        border: 0;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .sub-menu-container .menu-item > .menu-link i {
        vertical-align: middle;
    }

    .sub-menu-container .menu-item:hover > .menu-link {
        background-color: #f9f9f9;
        padding-left: 18px;
        color: #1abc9c;
    }

    .menu-link div > i.icon-angle-down {
        top: 0;
        font-size: 0.875rem;
        margin: 0 0 0 5px;
    }

    .sub-menu-container .menu-link div > i.icon-angle-down,
    .side-header .primary-menu:not(.on-click) .menu-link i.icon-angle-down {
        display: block;
        position: absolute;
        top: 50%;
        right: 0;
        font-size: 0.875rem;
        line-height: 1;
        margin: 0;
        transform: translateY(-50%) rotate(-90deg);
    }

    .menu-item .sub-menu-trigger,
    .side-header
    .on-click
    .sub-menu-container
    .menu-link
    i.icon-angle-down:last-child {
        display: none;
    }

    /* Primary Menu - Overlay Menu
  -----------------------------------------------------------------*/

    .overlay-menu:not(.top-search-open) #primary-menu-trigger {
        display: -ms-flexbox;
        display: flex;
        opacity: 1;
        pointer-events: auto;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .overlay-menu .primary-menu > #overlay-menu-close {
        position: fixed;
        top: 25px;
        left: auto;
        right: 25px;
        width: 48px;
        height: 48px;
        line-height: 48px;
        font-size: 1.5rem;
        text-align: center;
        color: #444;
    }

    .overlay-menu #primary-menu-trigger {
        z-index: 599;
    }

    .overlay-menu .primary-menu {
        position: fixed;
        top: 0;
        left: 0;
        padding: 0 !important;
        margin: 0 !important;
        border: 0 !important;
        width: 100%;
        height: 100%;
        height: calc(100vh);
        background-color: rgba(255, 255, 255, 0.95);
    }

    .overlay-menu .primary-menu,
    .overlay-menu .primary-menu > #overlay-menu-close {
        opacity: 0 !important;
        pointer-events: none;
        z-index: -2;
        -webkit-transform: translateY(-80px);
        transform: translateY(-80px);
        -webkit-transition: opacity 0.4s ease, transform 0.45s ease !important;
        transition: opacity 0.4s ease, transform 0.45s ease !important;
    }

    .overlay-menu.primary-menu-open .primary-menu,
    .overlay-menu.primary-menu-open #overlay-menu-close {
        opacity: 1 !important;
        pointer-events: auto;
        z-index: 499;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: opacity 0.3s ease, transform 0.45s ease !important;
        transition: opacity 0.3s ease, transform 0.45s ease !important;
    }

    .overlay-menu .primary-menu,
    .overlay-menu.primary-menu-open .primary-menu {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-transition: opacity 0.3s ease !important;
        transition: opacity 0.3s ease !important;
    }

    .overlay-menu .primary-menu > .container {
        max-height: 90%;
        overflow-y: scroll;
    }

    .overlay-menu .menu-container {
        display: -ms-flexbox !important;
        display: flex !important;
        flex-direction: column;
        max-width: 250px;
        padding: 0 !important;
        margin: 0 auto !important;
        border: 0 !important;
    }

    .overlay-menu .menu-container > .menu-item > .menu-link {
        font-size: 0.9375rem;
    }

    .overlay-menu .menu-item {
        width: 100%;
    }

    .overlay-menu .menu-link {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 0;
        padding-right: 0;
    }

    .overlay-menu .sub-menu-container,
    .overlay-menu .mega-menu-content {
        display: none;
        position: relative;
        top: 0 !important;
        left: 0 !important;
        right: auto;
        width: 100%;
        max-width: 100%;
        box-shadow: none;
        background: transparent;
        border: 0;
        padding: 10px 0 !important;
        transform: translateX(0);
    }

    .overlay-menu .mega-menu-content .sub-menu-container {
        padding: 5px 0 !important;
    }

    .overlay-menu .mega-menu-title .sub-menu-container {
        padding-top: 0 !important;
    }

    .overlay-menu .mega-menu-content .mega-menu-column {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
        border: 0 !important;
    }

    .overlay-menu .sub-menu-container .menu-link {
        padding: 5px 0;
    }

    .overlay-menu .sub-menu-container .menu-item:hover > .menu-link {
        padding-left: 0;
        padding-right: 0;
        background: transparent;
    }

    .overlay-menu .sub-menu-container .menu-link i.icon-angle-down {
        position: relative;
        display: inline-block;
        top: -1px;
        left: 0;
        margin-left: 5px;
        transform: rotate(0deg);
    }
}

@media (min-width: 1440px) {

}

@media screen and (max-width: 991px) {
    .top-sns {
        display: none !important;
    }

    #main-section-text-3 {
        color: #bcbcbc;
    }
    .whitepaper img {
        width: 24px;
    }

    img.close-menu {
        position: absolute;
        z-index: 12;
        opacity: 0;
        transition: all ease-in 300ms;
    }

    img.open-menu {
        z-index: 11;
        opacity: 1;
        transition: all ease-in 300ms;
    }

    a.menu_close img.close-menu {
        z-index: 12;
        opacity: 1;
    }

    a.menu_close img.open-menu {
        z-index: 11;
        opacity: 0;
    }

    a.menu_close span {
        display: none;
    }

    img.close-menu {
        width: 26px !important;
    }

    a.menu-link.menu-link-cs {
        border-bottom: 1px solid #666;
    }
    div#primary-menu-trigger img {
        width: 24px;
    }
    #primary-menu-trigger, #page-menu-trigger {
        display: flex;
        opacity: 1;
        z-index: 1;
        width: auto;
        height: auto;
        pointer-events: none;
    }
    .responsive-container {
        padding: 0 !important;
    }
    .menu-item {
        width: 100%;
    }
    .sticky-header-shrink .menu-container > .menu-item > .menu-link {
        padding-top: 14px;
        padding-bottom: 14px;
        width: 100%;
        margin: 0;
        text-align: left;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 20px;
        font-weight: 700;
        display: block;
    }
    nav.primary-menu li.menu-item:last-child a.menu-link.menu-link-cs {
        border-bottom: 0px solid #7fc6e6;
    }
    .whitepaper {
        width: 64px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .whitepaper span {
        line-height: 1;
        font-size: 8px;
        text-transform: capitalize;
        color: #fff;
        margin-top: 6px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
    }
    ul.menu-container {
        flex-direction: column;
        width: 100%;
    }
    nav.primary-menu {
        background: #000;
        z-index: 1;
        width: 100%;
        position: absolute;
        top: 0;
        z-index: 11;
        padding-top: 64px;
    }
    #header-wrap {
        height: 62px;
    }
    div#primary-menu-trigger svg, .whitepaper svg {
        width: 24px;
        height: 24px;
    }
    #logo {
        margin-left: auto;
    }

    .mobile-menu-styling {
        display: flex;
        align-items: center;
        height: 64px;
        justify-content: space-between;
        width: 100%;
    }
    a#mobile_menu {
        width: 64px;
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 62px;
        justify-content: center;
        z-index: 12;
    }

    a#mobile_menu span {
        line-height: 1;
        font-size: 8px;
        text-transform: capitalize;
        color: #fff;
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        margin-top: 5px;
    }
}
@media screen and (max-width: 767px) {
    footer .btn-community{
        border-radius: .3em !important;
    }
}
@media screen and (max-width: 768px) {
    #header {
        height: 62px;
    }

    .header-row-cs, .theme-wrapper {
        min-width: inherit;
        margin: 0;
    }
    #main-section-text-1 {
        font-size: 25px;
        line-height: 1.5;
    }
    #text-wrapper {
        margin-left: 0;
        margin-top: 0;
    }
    .col-padding {
        padding: 0 14px;
    }

    #main-section-text-2 {
        color: #fff;
        line-height: 1.5;
        margin-top: 20px;
    }
    #main-section-text-3 {
        margin-top: 25px;
    }

    .footer-msg {
        font-size: 14px !important;
        font-weight: 300;
        color: #848484 !important;
    }
    .footer_links .row {
        margin: 0;
    }
    .social_links {
        width: 100%;
        justify-content: space-between;
        padding: 0 15px 3em;
        position: relative;
        flex-wrap: wrap;
    }
    .footer-btn-break {
        position: absolute;
        top: 3em;
        left: 50%;
        transform: translate(-50%, 0);
    }
    /*.social_links img.footer-logo {
        width: 38px;
    }*/

    #footer .footer-widgets-wrap {
        padding: 30px 0 10px;
    }
    .d-logo {
        padding: 0 15px;
    }
    .widget_links {
        margin-bottom: 20px;
    }
    .margin-bottom-11 span {
        margin-left: 10px!important;
    }
    #cup-image {
        position: inherit;
    }
    #header {
        height: 62px;
    }
    /*.new_hide .news-blogs-style:nth-child(3) {
      display: none;
    }*/
}
@media screen and (min-width: 768px) {
    .social_links {
        flex-wrap: nowrap;
        padding-bottom: 0;
    }
    .footer-btn-break {
        position: static;
        transform: none;
    }
}
@media screen and (min-width: 1024px) {
    .social_links {
        flex-wrap: wrap;
    }
}
@media screen and (max-width: 991px) {
    .primary-menu {
        display:none;
    }
}