/*====================
	Version: 1.0
======================*/
/**************************************************************
	
	STYLESHEET INDEXING
	|
	|
	|___ Default Styles
	|	|
	|	|___ variables
	|	|___ mixins
	|	|___ reset
	|	|___ typography
	|	|___ animations
	|	|___ shortcode
	|
	|
	|___Elements Styles
	|	|___ Button
	|	|___ section-title
	|	|___ service
	|	|___ counterup
	|	|___ team
	|	|___ wavify
	|	|___ wavify
	|	|___ blog-list
	|	|___ contact
	|	|___ about
	|	|___ call-to-action
	|	|___ slick-arrow
	|	|___ motivational-archive
	|	|___ social
	|	|___ shortnote
	|	|___ flexable-image-slide
	|	|___ carousel-slider
	|	|___ countdown
	|	|___ progress-charts
	|	|___ gradation
	|	|___ typed-text
	|	|___ pricing-plans
	|	|___ career
	|	|___ maintenance
	|	|___ player
	|	|___ 404
	|	
	|
	|
	|___Components Styles
	|	|___ video 
	|	|___ breadcaump 
	|	|___ instagram
	|	|___ popup
	|	|___ shopping-cart
	|	|___ mega-menu
	|	|___ toolbar
	|	|___ typography
	|	|___ list
	|	|___ pricing-box
	|	|___ icon-boxes
	|	|___ dividers
	|	|___ message-box
	|	|___ accordion
	|	|___ googlemap
	|	|___ rows-column
	|	|___ info-boxes
	|	|___ loader
	|	|___ demo-option
	|
	|
	|
	|___Portfolio Styles
	|	|___ portfolio-grid 
	|	|___ portfolio-grid-metro 
	|	|___ portfolio-caption
	|	|___ mesonry-button
	|	|___ paralax
	|	|___ has-center
	|	|___ type-hover
	|	|___ portfolio-details
	|
	|
	|
	|___Blog Grid Styles
	|	|___ blod-grid 
	|	|___ pagination 
	|	|___ blog-mesonry
	|	|___ blog-grid-no-flex
	|	|___ blog-grid-minimal
	|	|___ blog-details
	|	|___ blog-sidebar
	|
	|
	|
	|___Shop Sidebar Styles
	|	|___ shop-sidebar 
	|	|___ single-product 
	|	|___ cart
	|	|___ checkout
	|	|___ compare
	|	|___ my-account
	|	|___ vertical-slide
	|	|___ login
	|	|___ table-form
	|
	|
	|
	|
	|___Template Styles
	|	|___ header
	|	|___ sidebar-header
	|	|___ navigation
	|	|___ banner
	|	|___ feature
	|	|___ startup-service
	|	|___ freelancer
	|	|___ hamber-menu
	|	|___ left-vertical-header
	|	|___ fullscreen-slider
	|	|___ sidebar-mobilemenu
	|	|___ header-broadsheets
	|	|___ onepage
	|	|___ foodie
	|	|___ portfolio-slide
	|	|___ photo-slide
	|	|___ vertical-slide
	|	|___ musician
	|	|___ vertical-slider-portfolio
	|	|___ shop-slide
	|	|___ product
	|	|___ revulution
	|	|___ presentation
	|	|___ footer
	|	 
	|	
	|	|___ Color Variation
	|	|
	|	|___ color-2
	|	|___ font-variation
	|	|___ preview
	|	|___ responsive
	|
	|___ END STYLESHEET INDEXING

***************************************************************/
/*===================================
    Default Styles
====================================*/
@import url("https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,500i,600,600i,700,700i,800,900|Permanent+Marker|Playfair+Display:400,400i,700,700i,900,900i|Montserrat:300,300i,400,400i,500,500i,600,700,700i,800|Open+Sans:400|Roboto:400,400i,500,500i,700,700i,900|Reenie+Beanie");
@import url("https://fonts.googleapis.com/css?family=Spectral:600i&display=swap");

/*================================================ 
 font-family: 'Poppins', sans-serif;
 font-family: 'Permanent Marker', cursive;
 font-family: 'Playfair Display', serif;
 font-family: 'Montserrat', sans-serif;
  font-family: 'Roboto', sans-serif;
 =================================================*/
@media only screen and (max-width: 575px) {
  .container {
    max-width: 450px;
  }
}

@media only screen and (max-width: 479px) {
  .container {
    max-width: 320px;
  }
}

/**
 * Reset Styels
 */
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

figcaption,
footer,
header,
nav,
section {
  display: block;
}

canvas,
video {
  display: inline-block;
}

[hidden] {
  display: none;
}

html,
button,
input {
  font-family: "Source Sans Pro", Helvetica, sans-serif;
}

a {
  text-decoration: none;

  color: #ca3c08;
}

a:visited {
  color: #ac0404;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  color: #ea9629;
  outline: 0;
}

a:hover {
  text-decoration: underline;
}

strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

p {
  margin: 0 0 24px;
}

sup {
  font-size: 75%;
  line-height: 0;

  position: relative;

  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

menu,
ul {
  margin: 16px 0;
  padding: 0 0 0 40px;
}

ul {
  list-style-type: square;
}

nav ul {
  list-style: none;
  list-style-image: none;
}

li > ul {
  margin: 0;
}

img {
  vertical-align: middle;

  -ms-interpolation-mode: bicubic;
  border: 0;
}

form {
  margin: 0;
}

legend {
  padding: 0;

  white-space: normal;

  border: 0;
}

button,
input {
  font-size: 100%;

  max-width: 100%;
  margin: 0;

  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;

  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

input[type="search"] {
  /* Don't cut off the webkit search cancel button */
  width: 270px;
  padding-right: 2px;

  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
          appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;

  border: 0;
}

caption {
  font-weight: normal;

  text-align: left;
}

caption {
  font-size: 16px;

  margin: 20px 0;
}

ins {
  text-decoration: none;

  background: #fff9c0;
}

/**
 * Typography
 */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  max-width: 100%;
}

html {
  overflow: hidden;
  overflow-y: auto;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;

  overflow: hidden;

  color: #333333;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  -webkit-transition: all 0.4s ease-in-out 0s;
       -o-transition: all 0.4s ease-in-out 0s;
          transition: all 0.4s ease-in-out 0s;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5,
p,
menu,
ul,
caption {
  margin: 0;
  margin-bottom: 15px;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-family: "louis_george_caferegular";
  line-height: 1.3;

  color: #222222;
}

h1,
.h1 {
  font-size: 42px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 26px;
}

h4,
.h4 {
  font-size: 22px;
}

h5,
.h5 {
  font-size: 18px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1,
  .h1 {
    font-size: 38px;
  }
  h2,
  .h2 {
    font-size: 28px;
  }
  h3,
  .h3 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 36px;
  }
  h2,
  .h2 {
    font-size: 26px;
  }
  h3,
  .h3 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 575px) {
  h1,
  .h1 {
    font-size: 34px;
  }
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  font-weight: 700;
}

h4,
.h4,
h5,
.h5 {
  font-weight: 600;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;

  outline: none;
}

a:visited {
  color: inherit;
}

input,
button {
  -webkit-transition: all 0.4s ease-out 0s;
       -o-transition: all 0.4s ease-out 0s;
          transition: all 0.4s ease-out 0s;

  color: #333333;
  border: 1px solid #eee;
  background: transparent;
}
input:focus,
input:active,
button:focus,
button:active {
  border-color: #a749ff;
  outline: none;
}

input {
  font-size: 14px;

  width: 100%;
}

input {
  height: 40px;
  padding: 0 15px;
}

/*==========================
Animation Css
============================*/
/* -----------------------------------
    Custom Animation For All Page
---------------------------------------*/
@-webkit-keyframes moveVertical {
  to {
    -webkit-transform: translateY(0);

    opacity: 1;
  }
}

@keyframes moveVertical {
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);

    opacity: 1;
  }
}

@-webkit-keyframes moveHorizontal {
  to {
    -webkit-transform: translateX(0);

    opacity: 1;
  }
}

@keyframes moveHorizontal {
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);

    opacity: 1;
  }
}

/* ------------------------
    Custom Animation 01 
----------------------------*/
@-webkit-keyframes headerSlideDown {
  0% {
    margin-top: -100px;
  }
  to {
    margin-top: 0;
  }
}

@keyframes headerSlideDown {
  0% {
    margin-top: -100px;
  }
  to {
    margin-top: 0;
  }
}

/* --------------------------------------
    Custom Hide Animation
---------------------------------------*/
@-webkit-keyframes hide-animation {
  0% {
    -webkit-transform: translateY(0);

    opacity: 1;
  }
  to {
    -webkit-transform: translateY(60px);

    opacity: 0;
  }
}

@keyframes hide-animation {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);

    opacity: 1;
  }
  to {
    -webkit-transform: translateY(60px);
            transform: translateY(60px);

    opacity: 0;
  }
}

/* --------------------------------------
    Custom Slide Show Animation
---------------------------------------*/
@-webkit-keyframes show-animation {
  0% {
    -webkit-transform: translateY(60px);

    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);

    opacity: 1;
  }
}

@keyframes show-animation {
  0% {
    -webkit-transform: translateY(60px);
            transform: translateY(60px);

    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);

    opacity: 1;
  }
}

/* --------------------------------------
    Custom Slide Out To Right
---------------------------------------*/
@-webkit-keyframes slide-out-to-right {
  0% {
    -webkit-transform: translateX(0);

    opacity: 1;
  }
  to {
    -webkit-transform: translateX(40px);

    opacity: 0;
  }
}

@keyframes slide-out-to-right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);

    opacity: 1;
  }
  to {
    -webkit-transform: translateX(60px);
            transform: translateX(60px);

    opacity: 0;
  }
}

/* --------------------------------------
    Custom Slide Out To Left
---------------------------------------*/
@-webkit-keyframes slide-in-to-left {
  0% {
    -webkit-transform: translateX(60px);

    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);

    opacity: 1;
  }
}

@keyframes slide-in-to-left {
  0% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);

    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);

    opacity: 1;
  }
}

/* ------------------------
    Brook Hover Effect 
---------------------------*/

.bk-hover a {
  position: relative;
  z-index: 1;

  display: inline-block;
  overflow: hidden;

  color: #999;
}
.bk-hover a::after {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  left: auto;

  width: 0;
  height: 1px;

  content: "";
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
       -o-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
          transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;

  background: currentColor;
}
.bk-hover a:hover::after {
  right: auto;
  left: 0;

  width: 100%;
}

/* ------------------------
    Separator Bounce 
---------------------------*/
@-webkit-keyframes separator-bounce {
  0%,
  80%,
  to {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes separator-bounce {
  0%,
  80%,
  to {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/**
 * Utilities
 */
/* Font Family */
/*================================================ 
 font-family: 'Poppins', sans-serif;
 font-family: 'Permanent Marker', cursive;
 font-family: 'Playfair Display', serif;
 font-family: 'Montserrat', sans-serif;
 font-family: 'Open Sans', sans-serif;
 font-family: 'Roboto', sans-serif;
 font-family: 'Reenie Beanie', cursive;
 font-family: 'CerebriSans';
 
 =================================================*/
.hidden {
  display: none;
}

.poss_relative {
  position: relative;
}

.clearfix:before,
.clearfix:after {
  /* 1 */
  display: table;

  content: " ";
  /* 2 */
}

.clearfix:after {
  clear: both;
}

.wrapper {
  position: relative;
}

/* Define Colors */

.playfair-font {
  font-family: "Playfair Display", serif;
}

/* Font Weight */

/* Background Color */

/* Youtube Video Background */

/* Background Image */

.bg_image--10 {
  background-image: url(img/bg/bg-image-10.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* This color is default color. It will change depending your body template color class like .template-color-1 to 11  */

/*-----------------------
    Slick Gutter 
----------------------------*/

.slick-gutter-40 {
  margin-right: -40px;
  margin-left: -40px;
}

/*-- Padding Top --*/

.pt--95 {
  padding-top: 95px;
}

.pt--140 {
  padding-top: 140px;
}

.pt--150 {
  padding-top: 150px;
}

.pt--170 {
  padding-top: 170px;
}

/*-- Padding Bottom --*/

.pb--60 {
  padding-bottom: 60px;
}

.pb--100 {
  padding-bottom: 100px;
}

.pb--130 {
  padding-bottom: 130px;
}

.pb--160 {
  padding-bottom: 160px;
}

/*-- Padding Left --*/

.pl--60 {
  padding-left: 60px;
}

/*-- Padding Right --*/

.pr--60 {
  padding-right: 60px;
}

@media only screen and (max-width: 575px) {
  .pr_sm--30 {
    padding-right: 30px;
  }
}

/*-- Padding Left Right --*/

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .plr_md--30 {
    padding: 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .plr_sm--30 {
    padding: 0 30px;
  }
}

/*---------------------------
Section Separation  
----------------------------*/

.bkseparator--20 {
  height: 20px;
}

/*-- Margin Top --*/

.mt--20 {
  margin-top: 20px;
}

.mt--25 {
  margin-top: 25px;
}

.mt--30 {
  margin-top: 30px;
}

.mt--50 {
  margin-top: 50px;
}

.mt--100 {
  margin-top: 100px;
}

.mt--150 {
  margin-top: 150px;
}

/*-- Margin Bottom --*/

.mb--15 {
  margin-bottom: 15px;
}

.mb--20 {
  margin-bottom: 20px;
}

.mb--40 {
  margin-bottom: 40px;
}

.mb--55 {
  margin-bottom: 55px;
}

.mb--70 {
  margin-bottom: 70px;
}

.mb--80 {
  margin-bottom: 80px;
}

/*-- Margin Right --*/
.mr--0 {
  margin-right: 0 !important;
}

/*-- Margin Bottom --*/

/*-- Margin Bottom --*/

.ptb--120 {
  padding: 120px 0;
}

/* =================================
    Responsive Spacing Css 
====================================*/

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pb_lg--50 {
    padding-bottom: 50px;
  }
  .pt_lg--120 {
    padding-top: 120px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pb_md--50 {
    padding-bottom: 50px;
  }
  .pt_md--120 {
    padding-top: 120px;
  }
  .ptb-md--80 {
    padding: 80px 0;
  }
}

@media only screen and (max-width: 767px) {
  .pb_sm--50 {
    padding-bottom: 50px;
  }
  .pl_sm--30 {
    padding-left: 30px;
  }
  .pr_sm--30 {
    padding-right: 30px;
  }
  .pt_sm--120 {
    padding-top: 120px;
  }
  .ptb-sm--60 {
    padding: 60px 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb_lg--30 {
    margin-bottom: 30px;
  }
  .mt_lg--50 {
    margin-top: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb_md--30 {
    margin-bottom: 30px;
  }
  .mt_md--50 {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .mb_sm--30 {
    margin-bottom: 30px;
  }
  .mt_sm--50 {
    margin-top: 50px;
  }
}

/*-----------------------
Padding Top Bottom 
----------------------------*/
/* Section Padding Top Bottom */

/* Section Padding Top */

/* Section Padding Bottom */

/* Text specialized */
.text-italic {
  font-style: italic;
}

/* Font specialized */

/* Height and width */

/*-- Custom Row ---*/

.row--30 {
  margin-right: -30px;
  margin-left: -30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--30 {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--30 {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--30 {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .row--30 {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }
}
.row--30 > [class*="col"],
.row--30 > [class*="col-"] {
  padding-right: 30px;
  padding-left: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--30 > [class*="col"],
  .row--30 > [class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--30 > [class*="col"],
  .row--30 > [class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--30 > [class*="col"],
  .row--30 > [class*="col-"] {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .row--30 > [class*="col"],
  .row--30 > [class*="col-"] {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}

/*------------------------------------
    Input Placeholder
---------------------------------------*/
input:-moz-placeholder {
  opacity: 1;

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-webkit-input-placeholder {
  opacity: 1;

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-moz-placeholder {
  opacity: 1;

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input:-ms-input-placeholder {
  opacity: 1;

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/*--------------------------
	Overlay styles 
---------------------------*/
[data-overlay],
[data-black-overlay],
[data-heading-overlay],
[data-light-overlay],
[data-white-overlay] {
  position: relative;
}

[data-overlay] > div,
[data-overlay] > *,
[data-black-overlay] > div,
[data-black-overlay] > *,
[data-light-overlay] > *,
[data-white-overlay] > div,
[data-heading-overlay] > div,
[data-light-overlay] > div,
[data-white-overlay] > * {
  position: relative;
  z-index: 2;
}

[data-overlay]:before,
[data-black-overlay]:before,
[data-heading-overlay]:before,
[data-light-overlay]:before,
[data-white-overlay]:before {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  content: "";
}

[data-overlay]:before {
  background-color: #a749ff;
}

[data-black-overlay]:before {
  background-color: #000000;
}

[data-light-overlay]:before {
  background-color: #5e0891;
}

[data-white-overlay]:before {
  background-color: #ffffff;
}

[data-heading-overlay]:before {
  background-color: #222222;
}

[data-overlay="1"]:before,
[data-black-overlay="1"]:before,
[data-white-overlay="1"]:before,
[data-light-overlay="1"]:before,
[data-heading-overlay="1"]:before {
  opacity: 0.1;
}

[data-overlay="2"]:before,
[data-black-overlay="2"]:before,
[data-white-overlay="2"]:before,
[data-light-overlay="2"]:before,
[data-heading-overlay="2"]:before {
  opacity: 0.2;
}

[data-overlay="3"]:before,
[data-black-overlay="3"]:before,
[data-white-overlay="3"]:before,
[data-light-overlay="3"]:before,
[data-heading-overlay="3"]:before {
  opacity: 0.3;
}

[data-overlay="4"]:before,
[data-black-overlay="4"]:before,
[data-white-overlay="4"]:before,
[data-light-overlay="4"]:before,
[data-heading-overlay="4"]:before {
  opacity: 0.4;
}

[data-overlay="5"]:before,
[data-black-overlay="5"]:before,
[data-white-overlay="5"]:before,
[data-light-overlay="5"]:before,
[data-heading-overlay="5"]:before {
  opacity: 0.5;
}

[data-overlay="6"]:before,
[data-black-overlay="6"]:before,
[data-white-overlay="6"]:before,
[data-light-overlay="6"]:before,
[data-heading-overlay="6"]:before {
  opacity: 0.6;
}

[data-overlay="7"]:before,
[data-black-overlay="7"]:before,
[data-white-overlay="7"]:before,
[data-light-overlay="7"]:before,
[data-heading-overlay="7"]:before {
  opacity: 0.7;
}

[data-overlay="8"]:before,
[data-black-overlay="8"]:before,
[data-white-overlay="8"]:before,
[data-light-overlay="8"]:before,
[data-heading-overlay="8"]:before {
  opacity: 0.8;
}

[data-overlay="9"]:before,
[data-black-overlay="9"]:before,
[data-white-overlay="9"]:before,
[data-light-overlay="9"]:before,
[data-heading-overlay="9"]:before {
  opacity: 0.9;
}

[data-overlay="10"]:before,
[data-black-overlay="10"]:before,
[data-white-overlay="10"]:before,
[data-light-overlay="10"]:before,
[data-heading-overlay="10"]:before {
  opacity: 1;
}

/*------------------------------
    ScrollTo Up 
--------------------------------*/

/*----------------------
    Social Color
------------------------*/
/*====================================
	Elements Styles
=====================================*/
/*============================
 * Button
================================*/

a.brook-btn,
button.brook-btn {
  font-family: "Poppins", sans-serif;
  font-weight: 600;

  display: inline-block;

  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
       -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
          transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0;

  color: #fff;
  border-width: 0;
  border-style: solid;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.07);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.07);
}
a.brook-btn.text-theme,
button.brook-btn.text-theme {
  color: #a749ff;
}
a.brook-btn.text-white,
button.brook-btn.text-white {
  color: #ffffff;
}
a.brook-btn.space-between,
button.brook-btn.space-between {
  margin: 5px;
}
a.brook-btn.bk-btn-theme,
button.brook-btn.bk-btn-theme {
  background: #a749ff;
}
a.brook-btn.bk-btn-white,
button.brook-btn.bk-btn-white {
  color: #222222;
  background: #ffffff;
}
a.brook-btn.btn-rounded,
button.brook-btn.btn-rounded {
  border-radius: 6px;
}
a.brook-btn.btn-sd-size,
button.brook-btn.btn-sd-size {
  font-size: 14px;
  line-height: 55px;

  height: 55px;
  padding: 0 36px;
}
a.brook-btn:hover,
button.brook-btn:hover {
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
}

@-webkit-keyframes border-animate-top {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes border-animate-top {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@-webkit-keyframes border-animate-right {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes border-animate-right {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@-webkit-keyframes border-animate-bottom {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes border-animate-bottom {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@-webkit-keyframes border-animate-left {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes border-animate-left {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

/* ========================
    Slider Video Play 
=========================*/

@media only screen and (max-width: 767px) {
  .video h2 {
    font-size: 32px;

    color: #ffffff;
  }
  .video h4 {
    font-size: 22px;
    line-height: 32px;
  }
}

/*==========================
 * Section Title
============================*/

/* Title SEparator */

/*=====================================
Creative Agency Section Title 
=======================================*/

/* ======================
    Service Css 
=========================*/

/* Architecture Service */

/* -------------------
Counterup Area 
----------------------*/
/* ---------------------------
    Default Counter Area 
-----------------------------*/

/* -------------------
Counterup Area 
----------------------*/

/* ==========================
    Conter Style 2 
===========================*/

/* =====================
    Team Area 
========================*/

/* =======================
Wavify Area 
==============================*/

/* =======================
Wavify Area 
==============================*/

/* ======================
    Brand Area
==========================*/

/*=======================
Blog List Area 
===========================*/
/* ---------------------------
Blog Default Style 
-----------------------------*/

.blog {
  position: relative;
  /* Blog Style 2 */
}
.blog .thumb {
  position: relative;
}
.blog .thumb a img {
  width: 100%;
}

/* ========================
    Blog Style 2 
===========================*/
/* ============================
    Contact Area 
    http://prntscr.com/m3ajf8
=================================*/

/* ========================
Contact Form Style 01 
============================*/

/* ========================
    Contact
============================*/

/*==========================
    About Area 
===========================*/

/* ========================
    Call To Action Area 
============================*/

.bg_image--10 {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}

.vertical-call-toaction .spacing {
  height: 44px;
}

/* Call to Action 1 */

/*==========================
 Slick Arrow Style 
=============================*/

.slick-arrow-center {
  position: relative;
}

.slick-dots-bottom {
  position: relative;
}

/* =================================
    Motivational Archive 
=================================*/

/* ------------------------
    Social Area 
----------------------------*/

.social-icon {
  margin: 0 -15px;
  padding: 0;
}
.social-icon li {
  display: inline-block;
}
.social-icon li a {
  padding: 5px 15px;

  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
       -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
          transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);

  color: #fff;
}
.social-icon.icon-size-large li a {
  font-size: 30px;
}
.social-icon.tooltip-layout li a {
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
       -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
          transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);

  color: #fff;
}
.social-icon.tooltip-layout li a[class*="hint--"] {
  position: relative;
}
.social-icon.tooltip-layout li a.hint--bounce:after,
.social-icon.tooltip-layout li a.hint--bounce:before {
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease,
  -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
       -o-transition: opacity 0.3s ease, visibility 0.3s ease,
  transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
          transition: opacity 0.3s ease, visibility 0.3s ease,
  -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
          transition: opacity 0.3s ease, visibility 0.3s ease,
  transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
          transition: opacity 0.3s ease, visibility 0.3s ease,
  transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24),
  -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}
.social-icon.tooltip-layout li a[class*="hint--"]:after,
.social-icon.tooltip-layout li a[class*="hint--"]:before {
  position: absolute;
  z-index: 1000000;

  visibility: hidden;

  -webkit-transition: 0.3s ease;
       -o-transition: 0.3s ease;
          transition: 0.3s ease;
  -webkit-transition-delay: 0ms;
       -o-transition-delay: 0ms;
          transition-delay: 0ms;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  pointer-events: none;

  opacity: 0;
}
.social-icon.tooltip-layout li a.hint--top:after,
.social-icon.tooltip-layout li a.hint--top:before {
  bottom: 100%;
  left: 50%;
}
.social-icon.tooltip-layout li a.hint--top:after {
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.social-icon.tooltip-layout li a.hint--top:before {
  left: calc(50% - 7px);

  margin-bottom: -13px;
}
.social-icon.tooltip-layout li a[class*="hint--"]:before {
  position: absolute;
  z-index: 1000001;

  content: "";

  border: 7px solid transparent;
  background: transparent;
}
.social-icon.tooltip-layout li a[class*="hint--"][aria-label]:after {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 1.23;

  content: attr(aria-label);
}
.social-icon.tooltip-layout li a[class*="hint--"]:after {
  font-size: 14px;

  padding: 8px 10px;

  white-space: nowrap;

  border-radius: 5px;
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}
.social-icon.tooltip-layout li a.hint--white[aria-label]::before {
  border-top-color: #fff;
}
.social-icon.tooltip-layout li a.hint--dark[aria-label]::after {
  color: #ffffff;
  background: #222222;
  text-shadow: none;
}
.social-icon.tooltip-layout li a.hint--dark[aria-label]::before {
  border-top-color: #222222;
}
.social-icon.tooltip-layout li a.hint--white[aria-label]::after {
  color: #111;
  background: #fff;
  text-shadow: none;
}
.social-icon.tooltip-layout li a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.social-icon.tooltip-layout li a:hover.hint--top[class*="hint--"]:after,
.social-icon.tooltip-layout li a:hover.hint--top[class*="hint--"]:before {
  visibility: visible;

  -webkit-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s;

  opacity: 1;
}
.social-icon.tooltip-layout li a:hover.hint--top::before {
  -webkit-transform: translateY(-8px);
      -ms-transform: translateY(-8px);
          transform: translateY(-8px);
}
.social-icon.tooltip-layout li a:hover.hint--top::after {
  -webkit-transform: translateX(-50%) translateY(-8px);
      -ms-transform: translateX(-50%) translateY(-8px);
          transform: translateX(-50%) translateY(-8px);
}

a {
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
       -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
          transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);

  color: #fff;
}
a[class*="hint--"] {
  position: relative;
}
a.hint--bounce:after,
a.hint--bounce:before {
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease,
  -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
       -o-transition: opacity 0.3s ease, visibility 0.3s ease,
  transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
          transition: opacity 0.3s ease, visibility 0.3s ease,
  -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
          transition: opacity 0.3s ease, visibility 0.3s ease,
  transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
          transition: opacity 0.3s ease, visibility 0.3s ease,
  transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24),
  -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}
a[class*="hint--"]:after,
a[class*="hint--"]:before {
  position: absolute;
  z-index: 1000000;

  visibility: hidden;

  -webkit-transition: 0.3s ease;
       -o-transition: 0.3s ease;
          transition: 0.3s ease;
  -webkit-transition-delay: 0ms;
       -o-transition-delay: 0ms;
          transition-delay: 0ms;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  pointer-events: none;

  opacity: 0;
}
a.hint--top:after,
a.hint--top:before {
  bottom: 100%;
  left: 50%;
}
a.hint--top:after {
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
a.hint--top:before {
  left: calc(50% - 7px);

  margin-bottom: -13px;
}
a[class*="hint--"]:before {
  position: absolute;
  z-index: 1000001;

  content: "";

  border: 7px solid transparent;
  background: transparent;
}
a[class*="hint--"][aria-label]:after {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 1.23;

  content: attr(aria-label);
}
a[class*="hint--"]:after {
  font-size: 14px;

  min-width: 120px;
  max-width: 160px;
  padding: 8px 10px;

  text-align: center;
  white-space: normal;

  border-radius: 5px;
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}
a.hint--white[aria-label]::before {
  border-top-color: #fff;
}
a.hint--dark[aria-label]::after {
  color: #ffffff;
  background: #222222;
  text-shadow: none;
}
a.hint--dark[aria-label]::before {
  border-top-color: #222222;
}
a.hint--white[aria-label]::after {
  color: #111;
  background: #fff;
  text-shadow: none;
}
a:hover {
  color: rgba(255, 255, 255, 0.5);
}
a:hover.hint--top[class*="hint--"]:after,
a:hover.hint--top[class*="hint--"]:before {
  visibility: visible;

  -webkit-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s;

  opacity: 1;
}
a:hover.hint--top::before {
  -webkit-transform: translateY(-8px);
      -ms-transform: translateY(-8px);
          transform: translateY(-8px);
}
a:hover.hint--top::after {
  -webkit-transform: translateX(-50%) translateY(-8px);
      -ms-transform: translateX(-50%) translateY(-8px);
          transform: translateX(-50%) translateY(-8px);
}

/* ===========================
    Shot Note Css 
==============================*/

/* =========================
    Flexable Image Area 
===========================*/
.flexale-image .thumb img {
  width: 100%;
}

/* =======================
    Custom Carousel Area 
===========================*/
/*-- Hero Item --*/

/*-- Hero Content Two For Hero Slider --*/

/*-- Slide Content In Animation --*/

/*==============================
Countdown Area 
====================================*/

/* ==========================
Progress Charts 
==============================*/

.progress-charts {
  overflow: hidden;
}

/* ====================
    Gallery Area 
========================*/

.gallery {
  position: relative !important;

  display: block;

  width: 100%;
  height: 100%;
}
.gallery .thumb img {
  width: 100%;
}
.gallery .hover-overlay {
  position: absolute;
  top: 0;
  left: 0;

  visibility: hidden;

  width: 100%;
  height: 100%;

  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
       -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
          transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);

  opacity: 0;
  background-color: #a749ff;
}
.gallery .hover-overlay .inner {
  position: absolute;
  top: 50%;
  left: 50%;

  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.gallery .hover-overlay .inner span {
  font-size: 36px;

  color: #fff;
}
.gallery:hover .hover-overlay {
  visibility: visible;

  opacity: 0.9;
}

/*=========================
    Minimal Gallery 
==========================*/

/* ==========================
    Gradation Area 
============================*/

/* =================
    Typed Text 
======================*/

.typed-text .content {
  text-align: left;
}
.typed-text .content h3.heading {
  font-size: 56px;
  line-height: 1.2;

  max-width: 900px;
  margin-top: -20px;
  margin-bottom: 0;

  word-wrap: break-word;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .typed-text .content h3.heading {
    font-size: 43px;

    margin-top: 19px;
  }
}
@media only screen and (max-width: 767px) {
  .typed-text .content h3.heading {
    font-size: 30px;

    margin-top: 19px;
  }
}
.typed-text .content p {
  font-size: 24px;

  max-width: 100%;
  margin-top: 30px;

  word-wrap: break-word;
}
@media only screen and (max-width: 767px) {
  .typed-text .content p {
    font-size: 16px;
    line-height: 28px;
  }
}

/* ========================
Pricing PLans 
==========================*/

/*======================
    Career Area 
==========================*/

.career {
  padding-top: 69px;
  padding-right: 50px;
  padding-bottom: 80px;
  padding-left: 50px;

  background-color: #fff;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.07);
     -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.07);
}
.career .title h3.heading {
  padding-bottom: 20px !important;

  border-bottom-width: 1px !important;
  border-bottom-style: solid !important;
  border-bottom-color: #eeeeee !important;
}

/* ===========================
    Maintanence Area 
==============================*/

/* Coming Soon Wrapper */

/* ----------------------
Testimonial Area 
-------------------------*/

/* Testimonial Deffernt Css */

/* Creative Testimonial */

/* Testimonial Home Variation */

/* ================================
 Testimonial Horizontal Area
===================================*/

/*====================
 404 Area 
 =====================*/

/*================
Tabs Area 
==================*/

/*==========================
    Player Area CSS 
===========================*/

/*================================
	Components Style
=================================*/
/* ---------------------------
    Video Area 
-----------------------------*/

/* =========================
Breadcaump Area 
=============================*/

/* =======================
    Instagram Area 
==========================*/
/* Instagram Style 01 */

/* ==========================
    Popup Style 
=============================*/
.brook-search-popup {
  position: fixed;
  z-index: 9999999;
  z-index: 99999;
  top: 0;
  left: 0;

  visibility: hidden;

  width: 100%;
  height: 100%;

  cursor: url(img/icons/light-close.png) 16 16, pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
       -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
          transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);

  opacity: 0;
  background: rgba(0, 0, 0, 0.9);
}
.brook-search-popup .inner {
  position: relative;

  overflow-y: auto;

  width: 400px;
  max-width: 80%;
  height: 100%;
  padding-top: 85px;

  cursor: default;
  -webkit-transition: all 0.3s;
       -o-transition: all 0.3s;
          transition: all 0.3s;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  text-align: left;

  background: #000000;
}
.brook-search-popup .inner .search-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;

  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -ms-flex-align: center;

  height: 85px;
  padding: 0 15px 0 30px;

  background: #fff;
}
.brook-search-popup .inner .search-header .logo {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
          flex-grow: 1;
}
.brook-search-popup .inner .search-header .logo a img {
  width: 115px;
  max-width: 100%;
  height: auto;
}
.brook-search-popup .inner .search-header a.search-close {
  position: relative;

  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
          flex-shrink: 0;

  width: 40px;
  height: 40px;

  cursor: pointer;
}
.brook-search-popup .inner .search-header a.search-close::before,
.brook-search-popup .inner .search-header a.search-close::after {
  position: absolute;
  top: 19px;
  left: 8px;

  width: 24px;
  height: 3px;

  content: "";
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
       -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
          transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;

  background: #222;
}
.brook-search-popup .inner .search-header a.search-close::before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.brook-search-popup .inner .search-header a.search-close::after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.brook-search-popup .inner .search-header a.search-close:hover::before,
.brook-search-popup .inner .search-header a.search-close:hover::after {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.brook-search-popup .inner .search-content {
  padding: 30px 40px;
}
.brook-search-popup .inner .search-content form {
  position: relative;
}
.brook-search-popup .inner .search-content form label {
  width: 100%;

  color: #fff;
}
.brook-search-popup .inner .search-content form label input {
  width: 100%;
  height: 62px;
  padding: 15px 30px 15px 0;

  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
       -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
          transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);

  color: inherit;
  color: #fff;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  background-color: transparent;
}
.brook-search-popup
  .inner
  .search-content
  form
  label
  input[placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.3s 0.3s ease;
       -o-transition: opacity 0.3s 0.3s ease;
          transition: opacity 0.3s 0.3s ease;

  opacity: 0;
}
.brook-search-popup .inner .search-content form button.search-submit {
  font-size: 15px;
  line-height: 62px;

  position: absolute;
  top: 0;
  right: 0;

  height: 62px;
  padding: 0;

  -webkit-transform: none;
      -ms-transform: none;
          transform: none;

  color: #fff;
  border: 0;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* ===========================
    Shopping Cart Area 
==============================*/

/* ========================
    Mega Menu 
==========================*/
.header-mega-menu .row,
.header-mega-menu [class*="col-"] {
  position: static;
}

.mainmenu li.with--drop {
  position: relative;
}
.mainmenu li.with--drop.slide--megamenu {
  position: static;
}
.mainmenu li.with--drop.slide--megamenu:hover .mega__width--fullscreen {
  display: block;

  -webkit-animation: show-animation 0.5s;
          animation: show-animation 0.5s;
}
.mainmenu li.with--drop.slide-dropdown {
  position: relative;
}
.mainmenu li.with--drop.slide-dropdown:hover .dropdown__menu {
  top: 100%;

  display: block;

  -webkit-animation: show-animation 0.5s;
          animation: show-animation 0.5s;
}

/* -------------------------
Start Dropdown Menu 
--------------------------*/
.dropdown__menu {
  position: absolute;
  left: 0;

  display: none;

  width: 300px;
  min-width: 300px;
  margin: 0;
  padding: 35px 0 50px;

  list-style: none;

  -webkit-animation: hide-animation 0.5s;
          animation: hide-animation 0.5s;

  background-color: #222222;
  -webkit-box-shadow: 0 10px 37px rgba(0, 0, 0, 0.07);
          box-shadow: 0 10px 37px rgba(0, 0, 0, 0.07);
}
.dropdown__menu li {
  padding: 0 40px;
}
.dropdown__menu li a {
  display: block;
}
.dropdown__menu li a span {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.58;

  position: relative;
  z-index: 1;

  display: inline-block;
  overflow: hidden;

  margin: 6px 0;
  padding: 2px 0;

  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
       -o-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
          transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;

  color: #ffffff;
}
.dropdown__menu li a span::after {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  left: auto;

  width: 0;
  height: 1px;

  content: "";
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
       -o-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
          transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;

  background: currentColor;
}
.dropdown__menu li a span:hover::after {
  right: auto;
  left: 0;

  width: 100%;
}
.dropdown__menu li a span:hover {
  color: #ffffff;
}
.dropdown__menu li.drop-lavel--2 {
  position: relative;
}
.dropdown__menu li.drop-lavel--2 > a {
  position: relative;
}
.dropdown__menu li.drop-lavel--2 > a::before {
  font-family: Font awesome\5 Free;
  font-size: 14px;
  font-weight: 900;

  position: absolute;
  top: 50%;
  right: 0;

  content: "\f105";
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);

  background: transparent !important;
}
.dropdown__menu li.drop-lavel--2 .lavel--2 {
  position: absolute;
  top: 0;
  left: 100%;

  display: none;

  width: 300px;
  margin: 0;
  padding: 30px 0 50px;

  list-style: none;

  -webkit-animation: slide-out-to-right 0.3s;
          animation: slide-out-to-right 0.3s;

  background: #222222;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .dropdown__menu li.drop-lavel--2 .lavel--2 {
    width: 230px;
  }
}
.dropdown__menu li.drop-lavel--2:hover > .lavel--2 {
  display: block;

  -webkit-animation: slide-in-to-left 0.3s;
          animation: slide-in-to-left 0.3s;
}

/* For Menu Style */
.mega__width--fullscreen {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;

  display: none;

  width: auto;
  min-width: 10em;
  max-width: 20em;
  max-width: none;
  margin-top: 0;
  margin-left: -643.563px;
  margin-left: 0;
  padding: 70px 0;

  list-style: none;

  -webkit-animation: hide-animation 0.5s;
          animation: hide-animation 0.5s;

  background-color: #222222;
  -webkit-box-shadow: 0 10px 37px rgba(0, 0, 0, 0.07);
          box-shadow: 0 10px 37px rgba(0, 0, 0, 0.07);
}
.mega__width--fullscreen .mega__list {
  margin: 0;
  padding: 0;

  list-style: none;

  text-align: left;
}
.mega__width--fullscreen .mega__list li.mega--title {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;

  display: block;

  margin: 0 30px 18px 0;
  padding-bottom: 12px;

  text-transform: uppercase;

  color: #ffffff;
  border: 0 solid transparent;
  border-bottom: 1px solid #444;
}
.mega__width--fullscreen .mega__list li a span {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.58;

  position: relative;
  z-index: 1;

  display: inline-block;
  overflow: hidden;

  margin: 6px 0;
  padding: 2px 0;

  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
       -o-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
          transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;

  color: #fff;
}
.mega__width--fullscreen .mega__list li a span::after {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  left: auto;

  width: 0;
  height: 1px;

  content: "";
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
       -o-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
          transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;

  background: currentColor;
}
.mega__width--fullscreen .mega__list li a span:hover::after {
  right: auto;
  left: 0;

  width: 100%;
}
.mega__width--fullscreen .mega__list li a span:hover {
  color: #ffffff;
}

/* ====================
    Toolbar Area 
========================*/
.brook__toolbar .inner {
  position: absolute;
  top: 200px;
  right: 100%;

  display: block;

  width: 40px;

  text-align: center;

  border: 1px solid #eee;
  border-right: 0;
  border-radius: 5px 0 0 5px;
  background: #fff;
  -webkit-box-shadow: -3px 0 10px -2px rgba(0, 0, 0, 0.1);
          box-shadow: -3px 0 10px -2px rgba(0, 0, 0, 0.1);
}
.brook__toolbar .inner a {
  line-height: 40px;

  display: block;

  width: 40px;
  height: 40px;

  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
       -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
          transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);

  color: #222;
}
.brook__toolbar .inner a i {
  font-size: 16px;
}
.brook__toolbar .inner a[class*="hint--"] {
  position: relative;

  display: inline-block;

  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
       -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
          transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.brook__toolbar .inner a[class*="hint--"]::before,
.brook__toolbar .inner a[class*="hint--"]::after {
  position: absolute;
  z-index: 1000000;

  visibility: hidden;

  -webkit-transition: 0.3s ease;
       -o-transition: 0.3s ease;
          transition: 0.3s ease;
  -webkit-transition-delay: 0ms;
       -o-transition-delay: 0ms;
          transition-delay: 0ms;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  pointer-events: none;

  opacity: 0;
}
.brook__toolbar .inner a[class*="hint--"]::before {
  position: absolute;
  z-index: 1000001;
  right: 100%;
  bottom: 50%;

  margin-right: -13px;
  margin-bottom: -7px;

  content: "";

  border: 7px solid transparent;
  border-left-color: #000;
  background: transparent;
}
.brook__toolbar .inner a[class*="hint--"]::after {
  font-size: 14px;
  line-height: 14px;

  padding: 8px 10px;

  content: attr(aria-label);
  white-space: nowrap;

  color: #fff;
  border-radius: 5px;
  background: #000;
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}
.brook__toolbar .inner a.hint--bounce {
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease,
  -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
       -o-transition: opacity 0.3s ease, visibility 0.3s ease,
  transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
          transition: opacity 0.3s ease, visibility 0.3s ease,
  -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
          transition: opacity 0.3s ease, visibility 0.3s ease,
  transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
          transition: opacity 0.3s ease, visibility 0.3s ease,
  transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24),
  -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}
.brook__toolbar .inner a.hint--left::after {
  right: 100%;
  bottom: 50%;

  margin-bottom: -15px;
}
.brook__toolbar .inner a:hover {
  color: #a749ff;
}
.brook__toolbar .inner a:hover[class*="hint--"]::before,
.brook__toolbar .inner a:hover[class*="hint--"]::after {
  visibility: visible;

  -webkit-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s;

  opacity: 1;
}
.brook__toolbar .inner a:hover[class*="hint--"]::before {
  -webkit-transform: translateX(-8px);
      -ms-transform: translateX(-8px);
          transform: translateX(-8px);
}
.brook__toolbar .inner a:hover[class*="hint--"]::after {
  -webkit-transform: translateX(-8px);
      -ms-transform: translateX(-8px);
          transform: translateX(-8px);
}

/* ==========================
Typography Area 
===============================*/

.heading {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 1.23;

  margin: 0;

  letter-spacing: 0;

  color: #222222;
}
.heading.bk-hover a {
  color: #222222;
}
.heading.playfair-font {
  font-family: "Playfair Display", serif;
}
.heading.text-white {
  color: #ffffff;
}

h2.heading-h2 {
  font-size: 48px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  h2.heading-h2 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h2.heading-h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  h2.heading-h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 479px) {
  h2.heading-h2 {
    font-size: 32px;
  }
}
h2.heading-h2.font-50 {
  font-size: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h2.heading-h2.font-50 {
    font-size: 37px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h2.heading-h2.font-50 {
    font-size: 37px;
  }
}
@media only screen and (max-width: 767px) {
  h2.heading-h2.font-50 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 479px) {
  h2.heading-h2.font-50 {
    font-size: 32px;
  }
}

h3.heading-h3 {
  font-size: 36px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h3.heading-h3 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  h3.heading-h3 {
    font-size: 22px;
  }
}
h3.heading-h3.font-40 {
  font-size: 40px;
}
@media only screen and (max-width: 767px) {
  h3.heading-h3.font-40 {
    font-size: 30px;
  }
}

h5.heading-h5 {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  h5.heading-h5 {
    font-size: 16px;
  }
}
h5.heading-h5.font-20 {
  font-size: 20px;
}

p.bk_pra {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.58;

  max-width: 100%;
  margin-bottom: 0;

  word-wrap: break-word;
}
p.bk_pra.text-white {
  color: #ffffff;
}
p.bk_pra.font-16 {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  p.bk_pra.font-16 {
    font-size: 14px;
  }
}
p.bk_pra.font-20 {
  font-size: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  p.bk_pra.font-20 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  p.bk_pra.font-20 {
    font-size: 14px;
  }
}

/*==========================
List Area 
===========================*/

/* =====================
Pricing Box 
========================*/

/* =====================
    Icon Boxes 
========================*/

/* =====================
    Icon Box Style 
========================*/

/* ========================
Dividers Area 
==========================*/

/* =========================
    Message Box Area 
============================*/
.message-box {
  position: relative;

  padding: 37px 30px 37px 70px;
}
.message-box .icon {
  font-size: 16px;
  line-height: 1;

  position: absolute;
  top: 40px;
  left: 41px;
}
.message-box .content {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.58;
}

/*============================
    Accordion Area 
==============================*/

/* Accordion Style 02 */

/* =====================
    Google Map Area 
========================*/
/*Google Map Area css*/

@-webkit-keyframes animationSignal {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);

    opacity: 0;
  }
  1% {
    opacity: 0.25;
  }
  20% {
    opacity: 0.25;
  }
  60% {
    -webkit-transform: scale(1);
            transform: scale(1);

    opacity: 0;
  }
}

@-webkit-keyframes animationSignal2 {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 0.2;
  }
  20% {
    opacity: 0.17;
  }
  60% {
    opacity: 0;
  }
}

@keyframes animationSignal {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);

    opacity: 0;
  }
  1% {
    opacity: 0.25;
  }
  20% {
    opacity: 0.25;
  }
  60% {
    -webkit-transform: scale(1);
            transform: scale(1);

    opacity: 0;
  }
}

@keyframes animationSignal2 {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 0.2;
  }
  20% {
    opacity: 0.17;
  }
  60% {
    opacity: 0;
  }
}

/*============================
Row And Column 
================================*/

/* =====================
Info Boxes 
=======================*/

/* ===================
Pre Loader 
======================*/
.page-loading {
  position: fixed;
  z-index: 999999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  background: #ffffff;
}

.page-load-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.preloader-wrap {
  display: table;

  width: 100%;
  height: 100%;
}

.wrap-2 {
  display: table-cell;

  text-align: center;
  vertical-align: middle;
}

body.loaded .page-loading {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
}

.page-loading {
  -webkit-transition: all 1s;
       -o-transition: all 1s;
          transition: all 1s;
}

/*========================
    Demo Option 
=========================*/
.demo-option-container {
  position: fixed;
  z-index: 100000;
  top: 0;
  left: 100%;

  width: 350px;
  max-width: calc(100% - 45px);
  height: 100%;

  -webkit-transition: all 0.5s;
       -o-transition: all 0.5s;
          transition: all 0.5s;

  background: #fff;
}

.demo-option-wrapper {
  overflow-y: auto;

  height: 100%;
  padding-bottom: 55px;
}
.demo-option-wrapper .demo-panel-header {
  padding: 40px 30px 30px;

  text-align: center;
}
.demo-option-wrapper .demo-panel-header .panel-btn {
  margin-bottom: 30px;
}
.demo-option-wrapper .demo-panel-header .panel-btn a i {
  font-size: 20px;
  line-height: 0;

  margin-right: 10px;

  color: #fff;
}
.demo-option-wrapper .demo-panel-header .title .heading-h5 {
  margin: 0 0 18px;
}
.demo-option-wrapper .demo-quick-option-list {
  display: -ms-grid;
  display:     grid;

  padding: 27px;

  -ms-grid-columns: (1fr) [2];
  grid-gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}
.demo-option-wrapper .demo-quick-option-list a {
  position: relative;

  display: inline-block;
}

/*==================================
	Portfolio Styles
===================================*/
/* =============================
    Portfolio Grid Area 
==============================*/
.portfolio {
  position: relative;
  /* Portfolio Style 1 */
  /* Portfolio Style 2 */
}

/*=========================
    Portfolio Grid Metro 
 ==========================*/
/* Metro Grid Style 1 */

/* Metro Grid Style 1 */

/* Metro Grid Style 3 */

/* Metro Grid Style 3 */

/* Metro Grid Style 3 */

/* Metro Grid Style 3 */

/* Metro Grid Style 7 */

/* ------------------------------
    Home Creative Potfolio 
--------------------------------*/

/* ======================
    Metro Grid Style 8 
==========================*/

/* =========================
    Portfolio Caption 
============================*/

/* ========================
    Portfolio Caption 
===========================*/

/* ==========================
    Mesonry Button 
=============================*/
.messonry-button button {
  position: relative;

  padding: 0;

  border: 0 none;
}
.messonry-button button span {
  position: relative;

  display: inline-block;

  padding: 5px 15px;
}
.messonry-button button span.filter-text {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.58;

  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
       -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
          transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);

  color: #333333;
}
.messonry-button button:hover span.filter-text {
  color: #a749ff;
}
.messonry-button button.is-checked span.filter-text {
  color: #a749ff;
}

/* ==============================
    Portfolio Button Style 2 
==================================*/

/* =========================
    Paralax Area 
============================*/

/* =========================
Has Center 
===============================*/

/*=================================
 Type Hover Portfolio Animation 
===================================*/

/* Type Hover Thumbnail */

/* ===============================
    Portfolio Type Two 
==================================*/

/* Type Hover Wrapper */

/* ===============================
    Portfolio Type 3 
==================================*/

/* Type Hover Wrapper */

/* ========================
Portfolio Details 
===========================*/

/*==========================
Portfolio Nav Page 
============================*/

/*=====================================
	Blog Grid Styles
======================================*/
/* ===========================
    Blog Grid Area 
=============================*/

/*======================
 Blog Slide Button 
========================*/

/* ==========================
    Brook Pagination 
=============================*/

/*============================
    Blog Metro Grid Style 3 
=============================*/

/* ==========================
    Blog Grid No Flex 
=============================*/

/* Post Meta */

/* =======================
    Blog Grid Minimal 
==========================*/

.blog-grid-minimal {
  position: relative;

  height: 100%;

  background-color: #fff;
}
.blog-grid-minimal.outline {
  position: relative;

  height: 100%;

  border: 1px solid #ddd;
  background-color: #fff;
}
.blog-grid-minimal.outline:hover {
  border-color: transparent;
}

/*=========================
Blog Details 
============================*/

/* ========================
Start Comment Area 
==========================*/

/* ====================
    Contact Form 
======================*/

/* ====================
Blog Main Quote 
======================*/

/*===================================
 Post Return Button 
 ==================================*/

/*===================================
    Modern Pagination
 ==================================*/

/* ========================
    Blog Sidebar 
===========================*/

/*====================================
	Shop Sidebar Styles
=====================================*/
/*=====================
Shop Sidebar 
=======================*/

/*------------------------------
    Single Product Styles
-------------------------------*/
/* Next Prev Button */

/*---------------------------------------
    11. Cart
-----------------------------------------*/
/*-- Cart Table --*/

/*-- Calculate Shipping --*/

/*-- Discount Coupon --*/

/*-- Cart Summary --*/

/*---------------------------------------
    13. Checkout
-----------------------------------------*/
/*-- Checkout Title --*/

/*-- Checkout Form --*/

/*-- Shipping Form --*/

/*-- Checkout Cart Total --*/

/*-- Checkout Payment Method --*/

/*-- Single Payment Method --*/

/*-- Place Order --*/

/*---------------------------------------
    12. Compare
-----------------------------------------*/
/*-- Compare Table --*/

/*------------------------
     My account
--------------------------*/

/* -------------------------------- 
Main Components 
-------------------------------- */

a {
  text-decoration: none;

  color: #267481;
}

/* -------------------------------- 

Main Components 

-------------------------------- */

/*-----------------------
 * Comments & Forms
-------------------------*/

/*==========================
    Table Form CSS
============================*/

/*=================================
	Template Styles
==================================*/
/*========================
 * Header
=========================================*/
.page_nav ul.mainmenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;

  margin: 0;
  padding: 0;
}

/* ============================
    Header Default Area 
================================*/
/* Maninmenu Area */
.mainmenu-wrapper .page_nav ul.mainmenu {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;

  margin: 0;
  padding: 0;
}
.mainmenu-wrapper .page_nav ul.mainmenu li.lavel-1 {
  display: inline-block;

  padding-top: 41px;
  padding-right: 9px;
  padding-bottom: 41px;
  padding-left: 0;
}
.mainmenu-wrapper .page_nav ul.mainmenu li.lavel-1 > a {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.18;

  position: relative;
  z-index: 1;

  overflow: hidden;

  padding-top: 41px;
  padding-right: 15px;
  padding-bottom: 41px;
  padding-left: 15px;

  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
       -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
          transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);

  color: #a749ff;
}
.mainmenu-wrapper .page_nav ul.mainmenu li.lavel-1 > a span {
  position: relative;

  overflow: hidden;
}
.mainmenu-wrapper .page_nav ul.mainmenu li.lavel-1 > a span::after {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  left: auto;

  width: 0;
  height: 1px;

  content: "";
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
       -o-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
          transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;

  background: currentColor;
}
.mainmenu-wrapper .page_nav ul.mainmenu li.lavel-1:hover > a span::after {
  right: auto;
  left: 0;

  width: 100%;
}
.mainmenu-wrapper .page_nav ul.mainmenu li.lavel-1.with--drop > a {
  position: relative;

  margin-left: 13px;
  padding-right: 21px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mainmenu-wrapper .page_nav ul.mainmenu li.lavel-1.with--drop > a {
    margin-left: 3px;
  }
}
.mainmenu-wrapper .page_nav ul.mainmenu li.lavel-1.with--drop > a::before {
  font-family: Font awesome\5 Free;
  font-size: 14px;
  font-weight: 900;

  position: absolute;
  top: 50%;
  right: 0;

  content: "\f107";
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header-default {
  position: relative;
  z-index: 9;
}
.header-default.haeder-fixed-width .container-fluid {
  padding-right: 100px;
  padding-left: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-default.haeder-fixed-width .container-fluid {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-default.haeder-fixed-width .container-fluid {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .header-default.haeder-fixed-width .container-fluid {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media only screen and (max-width: 479px) {
  .header-default.haeder-fixed-width .container-fluid {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.header-default.header-transparent {
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;

  width: 100%;
}
.header-default .header__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;

  height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-default .header__wrapper {
    position: relative;
    z-index: 9;

    margin-right: 29px;
  }
}
@media only screen and (max-width: 767px) {
  .header-default .header__wrapper {
    margin-right: 29px;
  }
}
.header-default .header__wrapper .header-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -ms-flex-align: center;
  -webkit-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
          flex-basis: 20%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-default .header__wrapper .header-left {
    -webkit-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
            flex-basis: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .header-default .header__wrapper .header-left {
    -webkit-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
            flex-basis: 30%;
  }
}
@media only screen and (max-width: 575px) {
  .header-default .header__wrapper .header-left {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
}
.header-default .header__wrapper .header-left .logo a img {
  width: 170px;
  max-width: 100%;
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-default .header__wrapper .header-left .logo a img {
    width: 140px !important;
  }
}
@media only screen and (max-width: 767px) {
  .header-default .header__wrapper .header-left .logo a img {
    width: 110px !important;
  }
}
.header-default .header__wrapper .mainmenu-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
          flex-grow: 1;
}
.header-default .header__wrapper .header-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -ms-flex-align: center;
  -webkit-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
          flex-basis: 20%;
  -webkit-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  -ms-flex-negative: 0;
          flex-shrink: 0;
          flex-shrink: 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;

  margin: 0 -12px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-default .header__wrapper .header-right {
    -webkit-flex-basis: 12%;
    -ms-flex-preferred-size: 12%;
            flex-basis: 12%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-default .header__wrapper .header-right {
    -webkit-flex-basis: 70%;
    -ms-flex-preferred-size: 70%;
            flex-basis: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .header-default .header__wrapper .header-right {
    -webkit-flex-basis: 70%;
    -ms-flex-preferred-size: 70%;
            flex-basis: 70%;
  }
}
@media only screen and (max-width: 575px) {
  .header-default .header__wrapper .header-right {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
}
.header-default .header-right {
  margin: 0 -12px;
}
.header-default .header-right > div {
  margin: 0 12px;
}
.header-default.light-logo--version
  .mainmenu-wrapper
  .page_nav
  ul.mainmenu
  li
  a {
  color: #ffffff;
}
.header-default.light-logo--version
  .mainmenu-wrapper
  .page_nav
  ul.mainmenu
  li
  a::after {
  background: #ffffff;
}
.header-default.light-logo--version
  .mainmenu-wrapper
  .page_nav
  ul.mainmenu
  li.with--drop::before {
  color: #ffffff;
}
.header-default.black-logo--version
  .mainmenu-wrapper
  .page_nav
  ul.mainmenu
  li
  a {
  color: #222222;
}
.header-default.black-logo--version
  .mainmenu-wrapper
  .page_nav
  ul.mainmenu
  li
  a::after {
  background: #222222;
}
.header-default.black-logo--version
  .mainmenu-wrapper
  .page_nav
  ul.mainmenu
  li.with--drop::before {
  color: #222222;
}

/* ==========================
    Header left Align 
===========================*/

/* ============================
    Sticky Header Css 
================================*/

/* =================================
    Header One Page 
==================================*/

/*==========================
Hambergar Style Two 
============================*/

/*=================================
    Header Fixed 
=====================================*/

/* =====================
    Mobile Menu 
========================*/

/* ==========================
    Sidebar Header 
=============================*/

/**
 * Navigation
 */
/*=========================
 * Banner
===========================*/
/* =====================
    Feature Area 
========================*/

/* =======================
    Start Up Service 
==========================*/

/* Start Single Motivationa Speace */

/* ======================
Freelancer Area 
==========================*/

/* ======================
    Hamber Menu 
=========================*/
.manu-hamber {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -ms-flex-align: center;

  height: 19px;

  cursor: pointer;
  pointer-events: auto;
}
.manu-hamber.light-version {
  color: #fff;
}
.manu-hamber.black-version {
  color: #222222;
}
.manu-hamber div {
  position: relative;

  width: 24px;
  height: 18px;

  pointer-events: auto;
}
.manu-hamber div i {
  position: absolute;
  top: 50%;
  left: 0;

  width: 100%;
  height: 2px;
  margin-top: -1px;

  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
       -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
          transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);

  background: currentColor;
}
.manu-hamber div i::before,
.manu-hamber div i::after {
  position: absolute;
  left: 50%;

  width: 100%;
  height: 100%;

  content: "";
  -webkit-transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
       -o-transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
          transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);

  background: inherit;
}
.manu-hamber div i::before {
  top: -8px;
}
.manu-hamber div i::after {
  top: 8px;
}
.manu-hamber:hover div i::before,
.manu-hamber:hover div i::after {
  width: 70%;
}

/* Page Close Button */
.open-hamberger-wrapper .page-close {
  font-size: 100px;
  line-height: 0;

  position: fixed;
  z-index: 100000;
  top: 80px;
  right: 90px;

  width: 40px;
  height: 40px;

  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
       -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
          transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.open-hamberger-wrapper .page-close::before,
.open-hamberger-wrapper .page-close::after {
  position: absolute;
  top: 19px;
  left: 4px;

  width: 32px;
  height: 3px;

  content: "";
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
       -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
          transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;

  background: #222;
}
.open-hamberger-wrapper .page-close::before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.open-hamberger-wrapper .page-close::after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.open-hamberger-wrapper .page-close:hover::before,
.open-hamberger-wrapper .page-close:hover::after {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.open-hamberger-wrapper .page-close.light-version::before,
.open-hamberger-wrapper .page-close.light-version::after {
  background: #fff;
}

.open-hamberger-wrapper {
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  visibility: hidden;
  overflow: hidden;
  overflow-y: auto;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;

  padding: 100px 120px;
  padding-top: 60px;

  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
       -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
          transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform: scale(0.3);
      -ms-transform: scale(0.3);
          transform: scale(0.3);

  opacity: 0;
  background-color: #222;
  background-image: url(img/bg/bg-image-28.jpg);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;

      -ms-background-size: cover;
}

/* Hamberger Wrapper */

.open-hamberger-wrapper .mainmenu-wrapper .page_nav ul.mainmenu {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.open-hamberger-wrapper .mainmenu-wrapper .page_nav ul.mainmenu li.lavel-1 > a {
  font-size: 48px;
  line-height: 1.4;
}

/* Hamberger Search */
.hamberger-search {
  max-width: 420px;
  margin-top: 230px;
  margin-bottom: 148px;
}
.hamberger-search .input-box {
  position: relative;
}
.hamberger-search .input-box input {
  width: 420px;
  padding: 28px 50px 28px 0;

  border: 0;
  border-bottom: 2px solid #eee;
  background-color: transparent;
}
.hamberger-search .input-box button {
  font-size: 0;

  position: absolute;
  top: 0;
  right: 0;

  height: 62px;
  padding: 0;

  -webkit-transform: none;
      -ms-transform: none;
          transform: none;

  border: 0;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.hamberger-search .input-box button i {
  font-size: 15px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .open-hamberger-wrapper
  .mainmenu-wrapper
  .page_nav
  ul.mainmenu
  li.lavel-1 > a {
    font-size: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .open-hamberger-wrapper
  .mainmenu-wrapper
  .page_nav
  ul.mainmenu
  li.lavel-1 > a {
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .open-hamberger-wrapper
  .mainmenu-wrapper
  .page_nav
  ul.mainmenu
  li.lavel-1 > a {
    font-size: 20px;
  }
}

/*======================================
    Left Vertical Header 
======================================*/

/* =======================
Header Font Family 
==========================*/

/* ======================
    Footer Area 
========================*/

/* ========================
    Fullscreen Slider 
===========================*/

/* ==========================
    Sidebar Mobile Menu 
==============================*/

.popup-mobile-manu {
  position: fixed;
  z-index: 9999999;
  z-index: 99999;
  top: 0;
  left: 0;

  visibility: hidden;

  width: 100%;
  height: 100%;

  cursor: url(img/icons/light-close.png) 16 16, pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
       -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
          transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);

  opacity: 0;
  background: rgba(0, 0, 0, 0.9);
}
.popup-mobile-manu .inner {
  position: relative;

  overflow-y: auto;

  width: 400px;
  max-width: 80%;
  height: 100%;
  padding-top: 85px;

  cursor: default;
  -webkit-transition: all 0.3s;
       -o-transition: all 0.3s;
          transition: all 0.3s;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  text-align: left;

  background: #000000;
}
.popup-mobile-manu .inner .mobileheader {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;

  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -ms-flex-align: center;

  height: 85px;
  padding: 0 15px 0 30px;

  background: #fff;
}
.popup-mobile-manu .inner .mobileheader .logo {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
          flex-grow: 1;
}
.popup-mobile-manu .inner .mobileheader .logo a img {
  width: 115px;
  max-width: 100%;
  height: auto;
}
.popup-mobile-manu .inner .mobileheader a.mobile-close {
  position: relative;

  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
          flex-shrink: 0;

  width: 40px;
  height: 40px;

  cursor: pointer;
}
.popup-mobile-manu .inner .mobileheader a.mobile-close::before,
.popup-mobile-manu .inner .mobileheader a.mobile-close::after {
  position: absolute;
  top: 19px;
  left: 8px;

  width: 24px;
  height: 3px;

  content: "";
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
       -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
          transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;

  background: #222;
}
.popup-mobile-manu .inner .mobileheader a.mobile-close::before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.popup-mobile-manu .inner .mobileheader a.mobile-close::after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.popup-mobile-manu .inner .mobileheader a.mobile-close:hover::before,
.popup-mobile-manu .inner .mobileheader a.mobile-close:hover::after {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

/* =======================
    Header menu 
==========================*/
.object-custom-menu {
  margin: 0;
  margin: 20px 40px 30px;
  padding: 0;

  list-style: none;
}
.object-custom-menu li.has-mega-menu {
  position: relative;

  border-color: rgba(255, 255, 255, 0.15);
  border-top: 1px solid transparent;
}
.object-custom-menu li.has-mega-menu:first-child {
  border: 0 none;
}
.object-custom-menu li.has-mega-menu > a {
  position: relative;

  display: block;

  padding-top: 19px;
  padding-bottom: 19px;
}
.object-custom-menu li.has-mega-menu > a span {
  font-size: 14px;

  color: #999999;
}
.object-custom-menu li.has-mega-menu > a::after {
  font-family: Font awesome\5 Free;
  font-weight: 900;
  line-height: 40px;

  position: absolute;
  top: 50%;
  right: 0;

  width: 40px;
  height: 40px;

  content: "\f107";
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
       -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
          transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;

  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}
.object-custom-menu li.has-mega-menu .object-submenu {
  display: none;

  margin: 0;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0;

  list-style: none;
}
.object-custom-menu li.has-mega-menu .object-submenu li.title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;

  margin: 0 0 18px;

  text-transform: uppercase;

  color: #fff;
}
.object-custom-menu li.has-mega-menu .object-submenu li a {
  display: block;

  padding-top: 10px;
  padding-bottom: 10px;
}
.object-custom-menu li.has-mega-menu .object-submenu li a span {
  font-size: 14px;

  color: #999999;
}

/* ========================
    Header Broadsheets 
==========================*/

/*======================
Button Hire  
========================*/

/* ========================
    One pge Contact 
==========================*/

/* =========================
    Foodie Css 
============================*/

/*=========================
    Portfolio Slide 
============================*/

/*==============================
Vertical Slider Area 
=================================*/

/*===============================
    Vertivcal Slider Inner
=====================================*/

/*===============================
Creative People Area 
=====================================*/

/* ========================
Indie Musician Area 
============================*/

/* ==============================
Vertical Slider Portfolio 
=================================*/

/*================================
 Fullscreen Slider Wrapper 
 =================================*/

/* =========================
Shop Slide Area 
=============================*/

/*==========================
    Product Area 
============================*/

/* =====================
Revulion Area 
========================*/

/* -----------------------------
Prresentation Area 
-------------------------------*/

.header-default.light-logo--version .header__wrapper .header-left .logo a img {
  display: block;
}

.header-default.black-logo--version .manu-hamber.light-version {
  color: #222222;
}

.header-default.light-logo--version .manu-hamber.light-version {
  color: #ffffff;
}

/*-----------------------------
 * Footer Area
--------------------------------*/

/* Footer Widget */

/* =====================
    Fixed Footer 
======================*/

/* -------------------------
    Copyright Variation 
----------------------------*/

/* ==========================
Extra Footer 
==============================*/

/*================================
	Color Variation
=================================*/
/* ===========================
    Color Two Variation 
=============================*/

body.template-color-1 .brook__toolbar .inner a:hover {
  color: #a749ff;
}

body.template-color-1 a.brook-btn.bk-btn-theme,
body.template-color-1 button.brook-btn.bk-btn-theme {
  color: #fff;
  background: #a749ff;
}

body.template-color-1 .messonry-button button.is-checked span.filter-text {
  color: #a749ff;
}

body.template-color-1 .messonry-button button:hover span.filter-text {
  color: #a749ff;
}

body.template-color-1 .messonry-button button:hover span.filter-text {
  color: #a749ff;
}

body.template-color-1 .messonry-button button.is-checked span.filter-text {
  color: #a749ff;
}

body.template-color-1 .gallery .hover-overlay {
  background-color: #a749ff;
}

/* ======================
Font Variation 
========================*/
body.template-font-1 .heading,
body.template-font-1 h1,
body.template-font-1 h2,
body.template-font-1 h3,
body.template-font-1 h4,
body.template-font-1 h5,
body.template-font-1 .h1,
body.template-font-1 .h2,
body.template-font-1 .h3,
body.template-font-1 .h4,
body.template-font-1 .h5 {
  font-family: "Poppins", sans-serif;
}

body.template-font-1 .mega__width--fullscreen .mega__list li a span {
  font-family: "Poppins", sans-serif;
}

body.template-font-1
  .mainmenu-wrapper
  .page_nav
  ul.mainmenu
  li.lavel-1 > a
  span {
  font-family: "Poppins", sans-serif;
}

/* =====================
    Preview Area 
========================*/
.preview-html {
  scroll-behavior: smooth;
}

.pv-service-wrapper {
  display: -ms-grid;
  display:     grid;

  -ms-grid-columns: (1fr) [4];
  grid-row-gap: 50px;
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pv-service-wrapper {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .pv-service-wrapper {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.pv-service-wrapper .single-grid {
  position: relative;
}
.pv-service-wrapper .single-grid::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;

  width: 1px;

  content: "";

  background: url(img/icons/grid-separator-dashed.png) repeat-y;
}
.pv-service-wrapper .single-grid .inner {
  max-width: 390px;
  margin: 0 auto;
  padding: 0 15px;
}
.pv-service-wrapper .single-grid .inner h4 {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 1.4;

  max-width: 100%;
  margin-bottom: 0;

  word-wrap: break-word;
}

/*======================
Metro Grid Style 3 
==========================*/
.preview-grid-metro {
  margin: 0 -30px;
}
.preview-grid-metro .portfolio-33-33 {
  width: 33.33%;
  margin-bottom: 30px;
  padding: 0 30px;
}
.preview-grid-metro .resizer {
  width: 33.33%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .preview-grid-metro .portfolio-33-33 {
    width: 50%;
  }
  .preview-grid-metro .resizer {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .preview-grid-metro .portfolio-33-33 {
    width: 100%;
  }
  .preview-grid-metro .resizer {
    width: 100%;
  }
}
.preview-grid-metro .portfolio {
  text-align: center;
}
.preview-grid-metro .portfolio .thumb {
  position: relative;

  margin-bottom: 40px;

  -webkit-transition: all 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
       -o-transition: all 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
          transition: all 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);

  -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
}
.preview-grid-metro .portfolio .pv-port-info h5 a {
  font-size: 18px;
  line-height: 1.39;

  color: #222222;
}
.preview-grid-metro .portfolio:hover .thumb {
  -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
          transform: translateY(-20px);
}

.background-marque2 {
  background-image: url(img/preview-image/brook-landing-marque-image-01.jpg);
  background-repeat: repeat-x;
  background-size: auto;
}

.demo-section-title h1 {
  font-size: 150px;
  font-weight: 700;

  display: inline-block;

  color: transparent;
  background: -webkit-linear-gradient(right, #ffb87d 5%, #ff3d99 95%);
  background: -webkit-gradient(
  linear,
  right top,
  left top,
  color-stop(5%, #ffb87d),
  color-stop(95%, #ff3d99)
  );
  background:      -o-linear-gradient(right, #ffb87d 5%, #ff3d99 95%);
  background:         linear-gradient(-90deg, #ffb87d 5%, #ff3d99 95%);
  -webkit-background-clip: text;
          background-clip: text;
}
.demo-section-title h1 sup {
  font-size: 0.33em;
  font-weight: 700;

  margin-left: -9px;

  vertical-align: super;

  color: transparent;
  background: -webkit-linear-gradient(right, #ffb87d 5%, #ff3d99 95%);
  background: -webkit-gradient(
  linear,
  right top,
  left top,
  color-stop(5%, #ffb87d),
  color-stop(95%, #ff3d99)
  );
  background:      -o-linear-gradient(right, #ffb87d 5%, #ff3d99 95%);
  background:         linear-gradient(-90deg, #ffb87d 5%, #ff3d99 95%);
  -webkit-background-clip: text;
          background-clip: text;
}

.demo-section-title h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
}

.demo-section-title p {
  font-size: 16px;
  line-height: 1.88;

  width: 730px;
  margin: auto;
  margin-bottom: 110px;

  color: #888888;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .demo-section-title p {
    width: 100%;
    max-width: 730px;
  }
}
@media only screen and (max-width: 767px) {
  .demo-section-title p {
    width: 100%;
    max-width: 730px;
  }
}

.pv-masonry-wrapper {
  padding: 0 140px;
}

/*============================
    Template Layout 
=============================*/
.pv-template-layout.layout-bg {
  background-color: #e9eef0;
  background-image: url(img/preview-image/brook-landing-immensity-of-template-bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}

.pv-single-feature {
  width: 780px;
  max-width: 100%;
  padding: 0 110px;
}
.pv-single-feature .feature-head {
  font-size: 131px;
  font-weight: 700;
  line-height: 1;

  display: inline-block;

  color: transparent;
  background: -webkit-gradient(
  linear,
  left top,
  left bottom,
  color-stop(0%, #faefae),
  color-stop(100%, #f09659)
  );
  background:    -moz-linear-gradient(-90deg, #faefae 0, #f09659 100%);
  background: -webkit-linear-gradient(-90deg, #faefae 0, #f09659 100%);
  background:      -o-linear-gradient(-90deg, #faefae 0, #f09659 100%);
  background:     -ms-linear-gradient(-90deg, #faefae 0, #f09659 100%);
  background: -webkit-gradient(
  linear,
  right top,
  left top,
  color-stop(0, #faefae),
  to(#f09659)
  );
  background: -webkit-linear-gradient(right, #faefae 0, #f09659 100%);
  background:      -o-linear-gradient(right, #faefae 0, #f09659 100%);
  background:         linear-gradient(-90deg, #faefae 0, #f09659 100%);
  -webkit-background-clip: text;
          background-clip: text;
}
.pv-single-feature .feature-head sup {
  font-size: 0.33em;
  font-weight: 700;

  top: -0.5em;

  margin-left: 19px;

  vertical-align: super;

  color: transparent;
  background: inherit;
}
.pv-single-feature .content h2.heading-h2 {
  font-size: 40px;
}

.pv-bg-color-1 {
  background-color: #e9eef0;
}

/*======================
preview Area 
=========================*/
.pv-footer-area {
  background-color: #e63a65;
  background-image: url(img/preview-image/brook-landing-footer-bg-image-01.png);
  background-repeat: no-repeat;
  background-position: bottom left;
}
.pv-footer-area .footer-bg-2 {
  background-image: url(img/preview-image/brook-landing-footer-bg-image-02.png);
  background-repeat: no-repeat;
  background-position: top right;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .pv-masonry-wrapper {
    padding: 0 60px;
  }
  .pv-single-feature .content h2.heading-h2 {
    font-size: 33px;
  }
  .pv-single-feature .feature-head {
    font-size: 82px;
  }
  .pv-single-feature .feature-head sup {
    margin-left: -1px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .demo-section-title p {
    margin-bottom: 61px;
  }
  .pv-single-feature .feature-head {
    font-size: 112px;
  }
  .pv-template-layout.layout-bg {
    padding-bottom: 150px;

    background-size: cover;
  }
  .pv-masonry-wrapper {
    padding: 0 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pv-template-layout.layout-bg {
    padding-bottom: 150px;

    background-size: cover;
  }
  .pv-masonry-wrapper {
    padding: 0 60px;
  }
  .pv-single-feature .feature-head {
    font-size: 116px;
  }
  .pv-single-feature {
    padding: 0 50px;
  }
}

@media only screen and (max-width: 767px) {
  .pv-template-layout.layout-bg {
    padding-bottom: 150px;

    background-size: cover;
  }
  .pv-masonry-wrapper {
    padding: 0 30px;
  }
  .pv-single-feature .feature-head {
    font-size: 116px;
  }
  .demo-section-title p {
    font-size: 14px;

    margin-bottom: 46px;
  }
  .demo-section-title h2 {
    font-size: 25px;
  }
  .demo-section-title h1 {
    font-size: 107px;
  }
  .pv-single-feature {
    padding: 0 50px;
  }
  .tp-caption.display-your {
    padding: 0 20px !important;
  }
  .tp-caption.display-range {
    font-size: 14px !important;

    top: 39px;

    padding: 0 20px !important;
  }
}

/* Responsive Css */

/*# sourceMappingURL=style.css.map */

.demo-option-container.open {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);

  -webkit-box-shadow: -3px 0 50px -2px rgba(0, 0, 0, 0.14);
          box-shadow: -3px 0 50px -2px rgba(0, 0, 0, 0.14);
}

/* Header Sticky Active CSS */
.black-logo--version.headroom--sticky.headroom--not-top {
  background: rgba(255, 255, 255, 0.9);
  background-color: rgba(255, 255, 255, 0.9);
}
.headroom--sticky.headroom--not-top {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;

  width: 100%;
  padding-top: 0 !important;

  -webkit-animation: headerSlideDown 0.95s ease forwards;
          animation: headerSlideDown 0.95s ease forwards;

  -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
}

.slick-gutter-40 .slick-slide {
  padding-right: 40px;
  padding-left: 40px;
}
.slick-dots-bottom .slick-dots {
  position: absolute;
  z-index: 2;
  bottom: -60px;
}
.slick-dots-bottom .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 9px;
  padding: 0;
}
.slick-dots-bottom .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;

  cursor: pointer;

  border: 0;
  border-radius: 100%;
  outline: none;
  background: #d8d8d8;
}
.slick-dots li button::before {
  display: none;
}
body.template-color-1 .slick-dots-bottom .slick-dots li.slick-active button {
  background: #0038e3;
}

.poss_relative .thumb {
  overflow: hidden;
}

.poss_relative .thumb span.new {
  font-weight: bold;

  position: absolute;
  z-index: 1;
  top: 10px;
  left: -33px;

  display: block;

  width: 131px;
  margin: 0;
  padding: 9px 0 7px;

  transform: rotate(-45deg);
  text-align: center;
  text-transform: uppercase;

  opacity: 1;
  color: #fff;
  border: 0 none;
  background-color: #df2121;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.24);
}