/*
    Name: Samar 
    Author: DexignZone
    Portfolio : https://themeforest.net/user/dexignzone/portfolio
   

    Table of Content: 

    1. Abstract
    2. Bootstrap CSS
    3. Base
    4. Layout
    5. Component
    6. Dashboard
    7. Pages
    
    
*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Source+Sans+Pro:wght@200;300;400;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
@import url("../icons/line-awesome/css/line-awesome.min.css");
@import url("../icons/font-awesome/css/font-awesome.min.css");
@import url("../icons/flaticon/flaticon.css");
@import url("../icons/themify/themify-icons.css");
:root {
  --gradient: linear-gradient(to right,#FF0066 0,#FF0066 51%,#FF0066 100%);
  --gradient-sec: linear-gradient(to right,#130065 0,#2b0ead 51%,#130065 100%);
  --quote: url(../images/quotes-2.svg);
  --primary: #FF0066;
  --secondary: #66CC00;
  --primary-hover: #66CC00;
  --primary-dark: #66CC00;
  --bgheader: #ffffff;
  --rgba-primary-05: rgba(115, 85, 247, 0.05);
  --rgba-primary-1: rgba(115, 85, 247, 0.1);
  --rgba-primary-2: rgba(115, 85, 247, 0.2);
  --rgba-primary-3: rgba(115, 85, 247, 0.3);
  --rgba-primary-4: rgba(115, 85, 247, 0.4);
  --rgba-primary-5: rgba(115, 85, 247, 0.5);
  --rgba-primary-6: rgba(115, 85, 247, 0.6);
  --rgba-primary-7: rgba(115, 85, 247, 0.7);
  --rgba-primary-8: rgba(115, 85, 247, 0.8);
  --rgba-primary-9: rgba(115, 85, 247, 0.9); }

/*!
 * Bootstrap v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #5543d1;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #FF0066;
  --red: #ff586e;
  --orange: #ff8853;
  --yellow: #ffa808;
  --green: #66CC00;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  
  --success: #029e76;
  --info: #00aeff;
  --warning: #fea500;
  --danger: #ff5269;
  --light: #fffbf7;
  --dark: #262F5A;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1440;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

*,
*::before,
*::after {
  box-sizing: border-box; }
.logo-image {
    height: 60px;
}

.sppb-ajax-contact-status .sppb-text-danger, .sppb-ajax-contact-status .sppb-text-success {
    font-weight: 700;
     color: #ff0066;
    size: 20px;
    background-color: #ff0066;
    padding:5px;
}




.sppb-panel-title {
    margin-top: 0;
    margin-bottom: 0;
   font-size: 18px;
    font-weight: bolder;
    color: inherit;
}

#sp-header.header-sticky {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    animation: spFadeInDown 0.5s;
}




/* Título banner Menu End */
#sp-header, #sp-header .logo {
  height: 80px
}
#sp-menu > .sp-column > .sp-module {
  float: right
}

#sp-header.menu-fixed #sp-logo .sp-module, #sp-header:not(.menu-fixed) #sp-logo .sp-module + .logo {
  opacity: 0
}

 .sp-megamenu-parent {
  position: static;
  font-family: "Poppins", sans-serif;
}

.sp-megamenu-parent > li {
  float: left
}
.sp-megamenu-parent > li:hover > a {
  color: #ff0066
}

.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a {
  color: #ff0066;
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  letter-spacing: .9px;
  letter-spacing: .9px
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a {
  color: #fff;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  box-shadow: 0 3px 18px 0 #c3c3c3
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub .sp-dropdown-inner {
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  -ms-transition: all .4s
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
  border-color: #c3c3c3
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  padding: 0 16px;
  font-weight: 400;
  text-transform: uppercase
}

.sp-megamenu-parent > li.sp-has-child > a:after, .sp-megamenu-parent > li.sp-has-child > span:after {
  display: none
}
.sp-megamenu-parent > li:last-child > a {
  padding: 0 15px
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  padding: 0
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
  border-width: 0 0 1px;
  border-style: solid
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item:hover > a {
  padding-left: 28px
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span {
  padding: 10px 23px
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
  background: inherit
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover, .sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a:hover {
  color: #cc3
}
.sp-megamenu-parent .sp-dropdown-sub {
  display: block;
  visibility: hidden
}
.sp-megamenu-parent li:hover > .sp-dropdown-sub, .sp-megamenu-parent li:focus > .sp-dropdown-sub, .sp-megamenu-parent li:active > .sp-dropdown-sub, .sp-megamenu-parent li.active > .sp-dropdown-sub {
  visibility: visible
}
.sp-megamenu-parent .sp-dropdown-sub .sp-dropdown-inner {
  width: 0;
  overflow: hidden
}
.sp-megamenu-parent li:hover > .sp-dropdown-sub .sp-dropdown-inner, .sp-megamenu-parent li:focus > .sp-dropdown-sub .sp-dropdown-inner, .sp-megamenu-parent li:active > .sp-dropdown-sub .sp-dropdown-inner {
  width: 100%
}
.sp-megamenu-parent .sp-dropdown-sub .sp-dropdown-inner > * {
  width: 1000%
}


/* Mega Menu end */
#offcanvas-toggler > i, #offcanvas-toggler > i:hover, #offcanvas-toggler > i:focus, #offcanvas-toggler > i:active {
  color: #FF0066
}
#offcanvas-toggler > i {
  width: 36px;
  height: 24px;
  border-width: 2px 0;
  border-style: solid;
  position: relative;
  color: #FF0066
}
#offcanvas-toggler > i:before, #offcanvas-toggler > i:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 2px;
  width: 100%;
  border-top: 2px solid;
  position: absolute;
  top: 50%
}
.offcanvas #offcanvas-toggler > i {
  border-width: 0
}
.offcanvas #offcanvas-toggler > i:before {
  -webkit-transform: translateY(18px) rotate(45deg);
  -ms-transform: translateY(18px) rotate(45deg);
  transform: translateY(18px) rotate(45deg)
}
.offcanvas #offcanvas-toggler > i:after {
  -webkit-transform: translateY(18px) rotate(-45deg);
  -ms-transform: translateY(18px) rotate(-45deg);
  transform: translateY(18px) rotate(-45deg)
}
/*Tamaño menu lateral Offcanvas */
.offcanvas-menu {
  width: 300px;
  background-color: #fff
}
body.ltr.offcanvs-position-right .offcanvas-menu {
  right: -300px;
  top: 0
}
/*Tamaño menu lateral Offcanvas End */
/* background Submenu offcanvas */
body.ltr .offcanvas-menu .offcanvas-inner ul.menu > li ul {
  margin-left: 0px;
  margin-bottom: 0px;
  background-color: #FF0066;
}
body.ltr .offcanvas-menu .offcanvas-inner ul.menu > li ul > li ul {
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  background-color: #FF0066;
}
/* background Submenu offcanvas end */
/* Flecha y su bloque Submenu offcanvas */
body.ltr .offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > a > .menu-toggler, body.ltr .offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > .menu-separator > .menu-toggler {
  background: #FF0066;
  display: inline-block;
  position: absolute;
  right: 0;
  padding: 13px 20px;
  cursor: pointer;
}
.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent li.menu-parent .menu-toggler {
  display: block;
  position: absolute;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 0;
  padding: 5px 20px;
  background: #FF0066;
}
.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent .menu-toggler {
  color: #fff;
}
.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > a > .menu-toggler, .offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > .menu-separator > .menu-toggler {
  color: #fff
}

.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > a > .menu-toggler:after, .offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > .menu-separator > .menu-toggler:after {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
}
.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent.menu-parent-open > a > .menu-toggler:after, .offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent.menu-parent-open > .menu-separator > .menu-toggler:after {
  font-family: "Font Awesome 5 Free";
  content: "\f106";
  font-weight: 900;
}
.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent li.menu-parent .menu-toggler:after {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
}
.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent li.menu-parent.menu-parent-open .menu-toggler:after {
  font-family: "Font Awesome 5 Free";
  content: "\f106";
  font-weight: 900;
}
/* Flecha y su bloque Submenu offcanvas end */
/*Background y Texto Submenu Offcanvas  */

.offcanvas-menu .offcanvas-inner ul.menu > li a, .offcanvas-menu .offcanvas-inner ul.menu > li span {
  color: #252525
}

.offcanvas-menu .offcanvas-inner ul.menu > li a:hover, .offcanvas-menu .offcanvas-inner ul.menu > li span:hover {
  color: #fff
}
.offcanvas-menu .offcanvas-inner ul.menu > li a:focus, .offcanvas-menu .offcanvas-inner ul.menu > li span:focus {
  color: #252525
}


.offcanvas-menu .offcanvas-inner ul.menu, .offcanvas-menu .offcanvas-inner ul.menu ul {
  width: 100%
}
.offcanvas-menu .offcanvas-inner .sp-module:not(:last-child) {
  margin-bottom: 0;
  margin-right: 0
}
.offcanvas-menu.border-menu .offcanvas-inner ul.menu > li:hover {
  background-color: #FF0066
}
.offcanvas-menu .offcanvas-inner ul.menu > li > ul li a {
  font-size: 18px;
  padding: 5px 5px 5px 25px;
  line-height: 50px;
  font-weight: 400;
}
.offcanvas-menu .offcanvas-inner ul.menu > li {
  font-weight: 600
}
/*margenes submenu  */
.offcanvas-menu.border-menu .offcanvas-inner ul.menu ul {
  padding-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
}
/*margenes submenu end  */
.offcanvas-menu .offcanvas-inner ul.menu > li li a {
  color: #252525;
}
.offcanvas-menu .offcanvas-inner ul.menu > li li a:hover {
  color: #fff;
}
/*Background y Texto Submenu Offcanvas End  */
body.ltr #offcanvas-toggler.offcanvas-toggler-right {
  float: right;
  margin-left: 30px
}
.burger-icon {
  width: 25px;
  cursor: pointer;
  margin-left: 20px
}
/*Bottom Cerrar Offcanvas */
.offcanvas-active .burger-icon > span:hover, #modal-menu-toggler.active .burger-icon > span {
  background-color: #FF0066
}

.offcanvas-active .burger-icon > span, #modal-menu-toggler.active .burger-icon > span {
  background-color: #FF0066
}
/*Bottom Cerrar Offcanvas End */

.sppb-panel-modern {
    background: #fff;
	border-radius: 0.6rem;
	box-shadow: 0 1rem 1rem rgb(0 0 0 / 10%);
	border: 2px;    
    margin-bottom: 10px;
}
.sppb-panel-modern>.sppb-panel-heading {
    padding: 17px 30px 17px 15px;
    background: #fff;
    color: #252525;
}
.sppb-panel-modern>.sppb-panel-heading.active {
    padding: 17px 30px 17px 15px;
    background: #ff0066;
    color: #f8f9fa;
}

/*Boton de scroll*/
.sp-scroll-up {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 30px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: #FF0066;
  border-radius: 5%;
  z-index: 1000;
  transition: all .3s ease
}
.sp-scroll-up:hover {
  color: #FF0066;
  background: #66CC00;
  border-color: #fff;
  border-width: 2px;
}
/*Boton de scroll end */


/*Boton Viñetas */
.buttonbi {
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}
.sppb-btn {
  border-radius: 0px;
}
.buttonbi1 {
  background-color: #cccc33;
  color: #fff;
  border: 2px solid #cccc33;
}
.buttonbi1:hover {
  background-color: #fff;
  color: #FF0066;
  
  border: 2px solid #FF0066;
}
/*Boton Viñetas  End*/

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

footer, header, section {
  display: block; }

body {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #888;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

ul {
  margin-top: 0;
  margin-bottom: 1rem; }

strong {
  font-weight: bolder; }

a {
  color: #FF0066;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #370cf4;
    text-decoration: underline; }

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none; }

img {
  vertical-align: middle;
  border-style: none; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button {
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

textarea {
  overflow: auto;
  resize: vertical; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

h1, h2, h4, h5, h6, .h3 {
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: #000; }

h1, .h1 {
  font-size: 3.375rem; }

h2, .h2 {
  font-size: 2.375rem; }

h3, .h3 {
  font-size: 2rem; }

h4, .h4 {
  font-size: 1.47rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 0.875rem; }


hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container {
    max-width: 540px; } 
	
	#sp-header.header-sticky {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    animation: spFadeInDown 0.5s;
}
	}
@media (min-width: 768px) {
  .container {
    max-width: 720px; } 
	#sp-header.header-sticky {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    animation: spFadeInDown 0.5s;
}
	
	}
@media (min-width: 992px) {
  .container {
    max-width: 960px; } 
	#sp-header.header-sticky {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    animation: spFadeInDown 0.5s;
}
	
	}
@media (min-width: 1200px) {
  .container {
    max-width: 1199px; }
#sp-header.header-sticky {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    animation: spFadeInDown 0.5s;
}

	}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.col-sm-6, .col-sm-12, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-12, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-xl-3, .col-xl-6, .col-xl-9, .col-xl-12 {
  
  padding-right: 15px;
  padding-left: 15px; }

 

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #d7cffd;
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(115, 85, 247, 0.25); }
  .form-control:disabled {
    background-color: #e9ecef;
    opacity: 1; }

textarea.form-control {
  height: auto; }
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #029e76; }
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #ff5269; }

.btn {
  display: inline-block;
  font-weight: 400;
  color: #888;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #888;
    text-decoration: none; }
  .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(115, 85, 247, 0.25); }
  .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }

.btn-primary {
  color: #fff;
  background-color: #66CC00;
  border-color: #66CC00; }
  .btn-primary:hover {
    color: #fff;
    background-color: #FF0066;
    border-color: #FF0066; }
  .btn-primary:focus {
    color: #fff;
    background-color: #66CC00;
    border-color: #66CC00;
    box-shadow: 0 0 0 0rem rgba(136, 111, 248, 0.5); }
  .btn-primary:disabled {
    color: #fff;
    background-color: #66CC00;
    border-color: #66CC00; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #66CC00;
    border-color: #66CC00; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus {
      box-shadow: 0 0 0 0rem rgba(136, 111, 248, 0.5); }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #141749;
    border-color: #11143f; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus {
      box-shadow: 0 0 0 0rem rgba(65, 69, 134, 0.5); }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #016c50;
    border-color: #015f47; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus {
      box-shadow: 0 0 0 0rem rgba(40, 173, 139, 0.5); }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #008bcc;
    border-color: #0083bf; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus {
      box-shadow: 0 0 0 0rem rgba(38, 186, 255, 0.5); }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #cb8400;
    border-color: #be7c00; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus {
      box-shadow: 0 0 0 0rem rgba(221, 146, 6, 0.5); }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #ff1f3d;
    border-color: #ff1232; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus {
      box-shadow: 0 0 0 0rem rgba(255, 108, 128, 0.5); }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active {
    color: #212529;
    background-color: #ffe2c4;
    border-color: #ffdbb7; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus {
      box-shadow: 0 0 0 0rem rgba(222, 219, 216, 0.5); }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #171c36;
    border-color: #13182d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus {
      box-shadow: 0 0 0 0rem rgba(71, 78, 115, 0.5); }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #FF0066;
    border-color: #FF0066; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus {
      box-shadow: 0 0 0 0rem rgba(115, 85, 247, 0.5); }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #66CC00;
    border-color: #66CC00; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus {
      box-shadow: 0 0 0 0rem rgba(31, 36, 113, 0.5); }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #029e76;
    border-color: #029e76; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus {
      box-shadow: 0 0 0 0rem rgba(2, 158, 118, 0.5); }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #00aeff;
    border-color: #00aeff; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus {
      box-shadow: 0 0 0 0rem rgba(0, 174, 255, 0.5); }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active {
    color: #212529;
    background-color: #fea500;
    border-color: #fea500; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus {
      box-shadow: 0 0 0 0rem rgba(254, 165, 0, 0.5); }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #ff5269;
    border-color: #ff5269; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus {
      box-shadow: 0 0 0 0rem rgba(255, 82, 105, 0.5); }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active {
    color: #212529;
    background-color: #fffbf7;
    border-color: #fffbf7; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus {
      box-shadow: 0 0 0 0rem rgba(255, 251, 247, 0.5); }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #262F5A;
    border-color: #262F5A; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus {
      box-shadow: 0 0 0 0rem rgba(38, 47, 90, 0.5); }

.btn-link {
  font-weight: 400;
  color: #FF0066;
  text-decoration: none; }
  .btn-link:hover {
    color: #370cf4;
    text-decoration: underline; }
  .btn-link:focus {
    text-decoration: underline; }
  .btn-link:disabled {
    color: #6c757d;
    pointer-events: none; }

.collapse:not(.show) {
  display: none; }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0; }
  .input-group > .form-control:focus {
    z-index: 3; }
  .input-group > .form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

.input-group-prepend {
  display: flex; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }

.input-group > .input-group-prepend > .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #d7cffd; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: white;
    border-color: white; }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

.bg-white {
  background-color: #fff !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }


.d-inline-flex {
  display: inline-flex !important; }
@media (min-width: 992px) {

  .d-lg-block {
    display: block !important; } }

.justify-content-end {
  justify-content: flex-end !important; }

.align-items-center {
  align-items: center !important; }

@supports (position: sticky) { }

.my-2 {
  margin-top: 0.5rem !important; }

.my-2 {
  margin-bottom: 0.5rem !important; }

.mb-4 {
  margin-bottom: 1.5rem !important; }

.m-auto {
  margin: auto !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-white {
  color: #fff !important; }
  
  .text-black {
  color: #000 !important; }

.text-primary {
  color: #FF0066 !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #370cf4 !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }

  a:not(.btn) {
    text-decoration: underline; }

  img {
    page-break-inside: avoid; }

  p,
  h2 {
    orphans: 3;
    widows: 3; }

  h2 {
    page-break-after: avoid; }

  @page {
    size: a3; }
  body {
    min-width: 992px !important; }

  .container {
    min-width: 992px !important; }

  .navbar {
    display: none; } }
* {
  outline: none;
  padding: 0; }
  *::after {
    margin: 0;
    padding: 0; }
  *::before {
    margin: 0;
    padding: 0; }

body {
  line-height: 1.6;
  color: #5e5e5e;
  font-size: 16px; }

h4 a,
h5 a {
  color: #070120; }

h1, h2, h4, h5, h6, .h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #070120; }

ul {
  padding: 0;
  margin: 0; }

img {
  border-style: none;
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

li {
  list-style: none; }

a {
  text-decoration: none;
  outline: none;
  color: var(--primary);
  -webkit-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s; }
  a:hover, a:focus {
    text-decoration: none;
    outline: none;
    color: var(--primary-hover); }

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

strong {
  font-weight: 500;
  color: #000; }

@media only screen and (max-width: 1199px) {
  h4 {
    font-size: 1.25rem; } }

@media only screen and (max-width: 1199px) {
  .h3 {
    font-size: 1.5rem; } }

@media only screen and (max-width: 1199px) {
  h2 {
    font-size: 1.75rem; } }

::selection {
  color: #fff;
  background: var(--primary); }

.m-auto {
  margin: auto; }

.m-t30 {
  margin-top: 30px; }

.m-b0 {
  margin-bottom: 0; }

.m-b10 {
  margin-bottom: 10px; }

.m-b15 {
  margin-bottom: 15px; }

.m-b20 {
  margin-bottom: 20px; }

.m-b30 {
  margin-bottom: 30px; }

.m-b60 {
  margin-bottom: 60px; }

.m-l10 {
  margin-left: 10px; }

.m-r10 {
  margin-right: 10px; }

.m-tb30 {
  margin-bottom: 30px;
  margin-top: 30px; }

.bg-img-fix {
  background-attachment: unset;
  background-size: cover; }

section {
  position: relative;
  z-index: 1; }
  section:after {
    content: attr(data-content);
    position: absolute;
    top: -28px;
    font-size: 200px;
    font-weight: 700;
    color: transparent;
    line-height: 1;
    -webkit-text-stroke: 1px #000;
    z-index: -1;
    font-family: "Poppins", sans-serif;
    opacity: 0.1;
    left: 0; }
    @media only screen and (max-width: 1400px) {
      section:after {
        font-size: 140px;
        top: -20px; } }
    @media only screen and (max-width: 991px) {
      section:after {
        font-size: 80px;
        top: -10px; } }
    @media only screen and (max-width: 575px) {
      section:after {
        font-size: 50px;
        top: -5px; } }

.section-head {
  margin-bottom: 40px; }
  @media only screen and (max-width: 1199px) {
    .section-head {
      margin-bottom: 30px; } }
  .section-head h2.title {
    font-size: 60px;
    line-height: 1.2;
    font-weight: 800; }
    @media only screen and (max-width: 1199px) {
      .section-head h2.title {
        font-size: 35px; } }
    @media only screen and (max-width: 575px) {
      .section-head h2.title {
        font-size: 28px; } }
  .section-head p {
    font-size: 15px;
    line-height: 25px; }
  .section-head.text-center p {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto; }

.text-yellow {
  color: #ffa808; }

.text-red {
  color: #ff586e; }

.text-green {
  color: #029e76; }

.bg-yellow {
  background-color: #ffa808; }

.bg-red {
  background-color: #ff586e; }

.bg-green {
  background-color: #029e76; }

.bg-blue {
  background-color: #5543d1; }

.bgl-primary {
  background-color: var(--rgba-primary-1); }

.shadow-green {
  box-shadow: 0 2px 15px rgba(2, 158, 118, 0.5); }

.shadow-red {
  box-shadow: 0 2px 15px rgba(255, 88, 110, 0.5); }

.shadow-yellow {
  box-shadow: 0 2px 15px rgba(255, 168, 8, 0.5); }

.shadow-blue {
  box-shadow: 0 2px 15px rgba(85, 67, 209, 0.5); }

/* Frame */
.card {
  border: 0px solid #E1E1F0;
  margin-bottom: 30px;
  border-radius: 5px;
  box-shadow: 0px 36px 48px rgba(31, 66, 135, 0.04);
  background: #fff; }
  .card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #E1E1F0;
    background: #fff;
    padding: 20px 30px; }
  .card .card-body {
    padding: 20px 30px;
    background: #fff;
    border-radius: 15px; }

.form-control {
  position: relative;
  border-radius: 0.25rem !important;
  height: 60px;
  border: 1px solid #cccccc;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 400;
  color: #888;
  transition: all 0.3s ease-in-out;
  background: #fff; }
  @media only screen and (max-width: 1199px) {
    .form-control {
      height: 42px; } }
  .form-control::-webkit-input-placeholder {
    color: #888; }
  .form-control:-ms-input-placeholder {
    color: #888; }
  .form-control:focus, .form-control:active {
    border-color: var(--primary); }

input:-internal-autofill-selected {
  background: white !important;
  background-image: none !important;
  color: -internal-light-dark-color(black, white) !important; }

.input-group-text {
  padding: 5px 15px;
  background: #fff;
  margin-bottom: 0px !important;
  color: #888;
  border-color: transparent; }

.input-group-prepend .input-group-text {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px; }

button:hover,
button:active,
button:focus {
  outline: 0; }

/*Styling Selectbox*/

.input-group {
  margin-bottom: 20px; }

.input-group-prepend {
  position: absolute;
  left: 10px;
  top: 30px;
  z-index: 99;
  transform: translateY(-50%);
  background-color: transparent;
  border-right: 1px solid #9192a4;
  margin-right: 10px; }
  @media only screen and (max-width: 1199px) {
    .input-group-prepend {
      top: 22px; } }
  .input-group-prepend .input-group-text {
    justify-content: center;
    padding: 0;
    width: 40px;
    height: 20px;
    background-color: transparent; }
    .input-group-prepend .input-group-text i {
      color: var(--primary);
      font-size: 22px; }

.input-group-prepend + .form-control {
  padding: 10px 20px 10px 65px; }

.input-group-prepend + textarea.form-control {
  padding: 18px 20px 18px 65px; }

textarea {
  height: 120px !important;
  resize: none; }

.btn {
  padding: 20px 35px;
  display: inline-block;
  border-radius: 0.25rem;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase; }
  .btn i {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    position: relative;
    top: -1px; }
  @media only screen and (max-width: 1199px) {
    .btn {
      padding: 12px 25px;
      font-size: 14px; } }

.btn-primary {
  border-color: var(--secondary);
  background-color: var(--secondary); }
  .btn-primary:active, .btn-primary:focus, .btn-primary:hover {
    border-color: var(--primary);
    background-color: var(--primary); }

.btn-link {
  color: var(--primary); }
  .btn-link:hover {
    color: var(--primary-hover); }

.btn-link {
  padding: 0;
  border: 0; }
  .btn-link i {
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0px 15px 20px rgba(31, 66, 135, 0.1);
    font-size: 24px;
    background-color: var(--primary);
    color: #fff; }
  .btn-link:hover, .btn-link:focus {
    text-decoration: none; }

.btn-link i {
  display: inline-block;
  overflow: hidden; }

.btn:hover i:before,
.btn-link:hover i:before {
  display: inline-block;
  -webkit-animation: toLeftFromRight 0.5s forwards;
  -moz-animation: toLeftFromRight 0.5s forwards;
  animation: toLeftFromRight 0.5s forwards; }

@-webkit-keyframes toLeftFromRight {
  49% {
    -webkit-transform: translateX(100%); }
  50% {
    opacity: 0;
    -webkit-transform: translateX(-100%); }
  51% {
    opacity: 1; } }
@-moz-keyframes toLeftFromRight {
  49% {
    -moz-transform: translateX(100%); }
  50% {
    opacity: 0;
    -moz-transform: translateX(-100%); }
  51% {
    opacity: 1; } }
@keyframes toLeftFromRight {
  49% {
    transform: translateX(100%); }
  50% {
    opacity: 0;
    transform: translateX(-100%); }
  51% {
    opacity: 1; } }

.icon-bx-md {
  display: inline-block;
  text-align: center;
  border-radius: 3px;
  width: 100px;
  height: 100px;
  line-height: 100px; }
  .icon-bx-md.radius {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%; }
  .icon-bx-md i {
    font-size: 45px;
    vertical-align: middle; }

.icon-bx-sm {
  display: inline-block;
  text-align: center;
  border-radius: 3px;
  width: 80px;
  height: 80px;
  line-height: 80px; }
  .icon-bx-sm.radius {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%; }
  .icon-bx-sm i {
    font-size: 30px;
    vertical-align: middle; }

.icon-lg {
  display: inline-block;
  text-align: center;
  width: 80px; }
  .icon-lg i {
    vertical-align: middle;
    font-size: 60px; }

.icon-bx-wraper {
  position: relative; }
  .icon-bx-wraper p:last-child {
    margin: 0; }
  .icon-bx-wraper.left .icon-bx-md {
    float: left;
    margin-right: 20px; }
  .icon-bx-wraper.left .icon-lg {
    float: left;
    margin-right: 10px; }

.icon-content {
  overflow: hidden; }

[class*="icon-bx-"][class*="bg-"] a {
  color: #fff; }

[class*="icon-bx-"].bg-white a {
  color: inherit; }

.dlab-media {
  position: relative;
  overflow: hidden; }
  .dlab-media img {
    width: 100%;
    height: auto; }

.icon-bx-wraper.style-1 {
  padding: 30px;
  -webkit-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
  border-radius: 0.25rem;
  background-color: #fff; }
  @media only screen and (max-width: 1199px) {
    .icon-bx-wraper.style-1 {
      padding: 30px 15px; } }
  .icon-bx-wraper.style-1 .dlab-title {
    margin-bottom: 15px; }
  .icon-bx-wraper.style-1 > [class*="icon-bx-"] {
    width: 90px;
    height: 90px;
    line-height: 90px;
    margin: 24px 0 45px;
    position: relative;
    z-index: 1; }
    .icon-bx-wraper.style-1 > [class*="icon-bx-"]:after {
      content: "";
      position: absolute;
      right: -20px;
      top: -20px;
      height: 133px;
      width: 82px;
      background-position: right;
      z-index: -1;
      -webkit-transition: all 1s;
      -ms-transition: all 1s;
      transition: all 1s; }
    .icon-bx-wraper.style-1 > [class*="icon-bx-"].bg-yellow:after {
      background-image: url(../images/pattern/dots/yellow.png); }
    .icon-bx-wraper.style-1 > [class*="icon-bx-"].bg-red:after {
      background-image: url(../images/pattern/dots/red.png); }
    .icon-bx-wraper.style-1 > [class*="icon-bx-"].bg-green:after {
      background-image: url(../images/pattern/dots/green.png); }
  .icon-bx-wraper.style-1:before, .icon-bx-wraper.style-1:after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    transform: scale(0.5);
    z-index: 0; }
  .icon-bx-wraper.style-1:before {
    background-image: url(../images/pattern/pattern5.png);
    height: 100%;
    top: -30px;
    left: -30px;
    width: 100%; }
  .icon-bx-wraper.style-1:after {
    background-image: url(../images/pattern/pattern6.png);
    height: 290px;
    bottom: -40px;
    right: -30px;
    width: 250px; }
  .icon-bx-wraper.style-1:hover, .icon-bx-wraper.style-1.active {
    box-shadow: 0 5px 95px 0px rgba(0, 0, 0, 0.08);
    z-index: 1; }
    .icon-bx-wraper.style-1:hover > [class*="icon-bx-"]:after, .icon-bx-wraper.style-1.active > [class*="icon-bx-"]:after {
      right: 30px; }
    .icon-bx-wraper.style-1:hover:before, .icon-bx-wraper.style-1:hover:after, .icon-bx-wraper.style-1.active:before, .icon-bx-wraper.style-1.active:after {
      opacity: 1;
      transform: scale(1); }
  @media only screen and (max-width: 1400px) {
    .icon-bx-wraper.style-1:before {
      top: -15px;
      left: -15px; }
    .icon-bx-wraper.style-1:after {
      bottom: -20px;
      right: -10px; } }
.icon-bx-wraper.style-2 {
  display: flex;
  align-items: center; }
  .icon-bx-wraper.style-2 > [class*="icon-bx-"] {
    position: relative;
    margin: 20px;
    min-width: 100px;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s; }
    .icon-bx-wraper.style-2 > [class*="icon-bx-"] .icon-cell {
      font-size: 50px; }
    .icon-bx-wraper.style-2 > [class*="icon-bx-"]:before {
      content: "";
      position: absolute;
      width: 165px;
      height: 165px;
      left: calc(50% - 82px);
      top: calc(50% - 82px);
      background-size: contain;
      z-index: -1;
      background-repeat: no-repeat; }
    .icon-bx-wraper.style-2 > [class*="icon-bx-"].text-red:before {
      background-image: url(../images/pattern/icon-bx/red.png); }
    .icon-bx-wraper.style-2 > [class*="icon-bx-"].text-yellow:before {
      background-image: url(../images/pattern/icon-bx/yellow.png); }
    .icon-bx-wraper.style-2 > [class*="icon-bx-"].text-green:before {
      background-image: url(../images/pattern/icon-bx/green.png); }
  .icon-bx-wraper.style-2 .icon-content {
    padding-left: 20px; }
  .icon-bx-wraper.style-2:hover > [class*="icon-bx-"] {
    background-color: transparent !important; }
    .icon-bx-wraper.style-2:hover > [class*="icon-bx-"] .icon-cell {
      color: #fff; }
    .icon-bx-wraper.style-2:hover > [class*="icon-bx-"]:before {
      -webkit-animation: rotate360 5s infinite;
      animation: rotate360 5s infinite; }
  @media only screen and (max-width: 575px) {
    .icon-bx-wraper.style-2 > [class*="icon-bx-"] {
      min-width: 80px;
      width: 80px;
      height: 80px;
      line-height: 80px; }
      .icon-bx-wraper.style-2 > [class*="icon-bx-"]:before {
        width: 126px;
        height: 126px;
        left: calc(50% - 63px);
        top: calc(50% - 63px); } }
.icon-bx-wraper.style-4 {
  background-color: #fff;
  border-radius: 0.25rem;
  box-shadow: 0 0px 60px 0 rgba(0, 0, 0, 0.1);
  padding: 30px;
  -webkit-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s; }
  .icon-bx-wraper.style-4 .icon-bx-sm {
    width: 70px;
    height: 70px;
    line-height: 70px; }
    .icon-bx-wraper.style-4 .icon-bx-sm i {
      font-size: 35px; }
  .icon-bx-wraper.style-4 .title {
    font-size: 20px;
    font-weight: 400;
    display: block;
    margin-bottom: 5px; }
    @media only screen and (max-width: 1199px) {
      .icon-bx-wraper.style-4 .title {
        font-size: 16px; } }
  .icon-bx-wraper.style-4 .counter-title {
    font-size: 65px;
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    line-height: 1; }
  .icon-bx-wraper.style-4:hover {
    transform: translateY(-15px); }
  @media only screen and (max-width: 1199px) {
    .icon-bx-wraper.style-4 {
      padding: 30px 20px; }
      .icon-bx-wraper.style-4 .counter-title {
        font-size: 40px; } }
  @media only screen and (max-width: 767px) {
    .icon-bx-wraper.style-4 {
      padding: 30px 20px; } }
.icon-bx-wraper.style-7 {
  border-radius: 0.5rem;
  background: #fff;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.1);
  padding: 30px;
  -webkit-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s; }
  .icon-bx-wraper.style-7:hover {
    transform: translateY(-15px); }
  .icon-bx-wraper.style-7 .icon-media {
    margin-bottom: 25px; }
  .icon-bx-wraper.style-7 .icon-content .dlab-title {
    margin-bottom: 15px; }

@keyframes rotate360 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

/*  */
.overlay-secondary-middle {
  position: relative; }
  .overlay-secondary-middle:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .overlay-secondary-middle .container {
    position: relative;
    z-index: 1; }

.overlay-secondary-middle:before {
  background: #000; }

.overlay-secondary-middle:before {
  opacity: 0.5; }

/* Shine */
/* info box show */

.dlab-media {
  overflow: hidden;
  position: relative; }

/* Owl Btn Shadow */

.dlab-accordion .card {
  box-shadow: 1px 0px 60px 0 rgba(0, 0, 0, 0.08);
  border-radius: 0.25rem;
  overflow: hidden;
  margin-bottom: 20px; }
.dlab-accordion .card-body {
  padding: 25px 30px;
  border-radius: 0; }
.dlab-accordion .card-header {
  padding: 0;
  border: 0; }
  .dlab-accordion .card-header .dlab-title {
    margin: 0;
    width: 100%;
    font-size: 18px; }
    .dlab-accordion .card-header .dlab-title a {
      width: 100%;
      border-radius: 0.25rem;
      padding: 22px 65px 22px 30px;
      transition: all 0.5s;
      background-size: 200%;
      color: #fff;
      display: block;
      position: relative;
      box-shadow: 5px 0 15px var(--rgba-primary-4);
      z-index: 1;
      overflow: hidden; }
      .dlab-accordion .card-header .dlab-title a:after {
        content: "";
        position: absolute;
        z-index: -1;
        background-image: var(--gradient);
        background-size: 200%;
        -webkit-transition: all 1s;
        -ms-transition: all 1s;
        transition: all 1s;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        opacity: 1; }
      .dlab-accordion .card-header .dlab-title a .toggle-close {
        background-color: #fff;
        font-family: themify;
        height: 55px;
        width: 55px;
        display: block;
        position: absolute;
        right: 5px;
        top: 5px;
        border-radius: 0.25rem;
        line-height: 57px;
        text-align: center;
        font-size: 24px;
        -webkit-transition: all 1s;
        -ms-transition: all 1s;
        transition: all 1s;
        z-index: 1;
        overflow: hidden; }
        .dlab-accordion .card-header .dlab-title a .toggle-close:after {
          content: "";
          position: absolute;
          z-index: -1;
          background-image: var(--gradient);
          background-size: 200%;
          -webkit-transition: all 1s;
          -ms-transition: all 1s;
          transition: all 1s;
          width: 100%;
          height: 100%;
          left: 0;
          top: 0;
          opacity: 0; }
        .dlab-accordion .card-header .dlab-title a .toggle-close:before {
          content: "\e61a";
          color: var(--secondary);
          font-size: 24px;
          font-family: 'themify';
          z-index: 99;
          opacity: 1;
          transform: rotate(45deg);
          transition: all 0.5s;
          line-height: 55px;
          display: block; }
      .dlab-accordion .card-header .dlab-title a.collapsed {
        background: #fff;
        color: inherit; }
        .dlab-accordion .card-header .dlab-title a.collapsed:after {
          opacity: 0; }
        .dlab-accordion .card-header .dlab-title a.collapsed .toggle-close {
          content: ""; }
          .dlab-accordion .card-header .dlab-title a.collapsed .toggle-close:after {
            opacity: 1; }
          .dlab-accordion .card-header .dlab-title a.collapsed .toggle-close:before {
            opacity: 1;
            transform: rotate(0);
            color: #fff; }
  @media only screen and (max-width: 575px) {
    .dlab-accordion .card-header .dlab-title a {
      padding: 15px 65px 15px 15px; } }

/* widget listing*/

/*widget categories*/

/*widget rss  */

.action-box.style-1 {
  padding: 40px 0; }
  @media only screen and (max-width: 767px) {
    .action-box.style-1 .text-right {
      text-align: left !important; } }

ul[class*=list-] {
  font-size: 15px; }
  ul[class*=list-] li {
    position: relative;
    padding: 8px 5px 8px 35px; }
    ul[class*=list-] li:before {
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%); }
ul.list-check li:before {
  content: "\f120";
  font-family: Flaticon;
  font-size: 24px; }
ul.primary li:before {
  color: var(--primary); }





.content-inner-1 {
  padding-top: 100px;
  padding-bottom: 30px; }
  @media only screen and (max-width: 991px) {
    .content-inner-1 {
      padding-top: 70px;
      padding-bottom: 70px; } }
  @media only screen and (max-width: 575px) {
    .content-inner-1 {
      padding-top: 50px;
      padding-bottom: 50px; } }

.content-inner-2 {
  padding-top: 100px;
  padding-bottom: 30px; }
  @media only screen and (max-width: 991px) {
    .content-inner-2 {
      padding-top: 90px; } }
  @media only screen and (max-width: 575px) {
    .content-inner-2 {
      padding-top: 80px; } }

.content-inner-3 {
  padding-top: 80px;
  padding-bottom: 70px; }
  @media only screen and (max-width: 991px) {
    .content-inner-3 {
      padding-top: 50px;
      padding-bottom: 20px; } }
      
      .content-inner-4 {
  padding-top: 100px;
  padding-bottom: 30px; }
  @media only screen and (max-width: 991px) {
    .content-inner-4 {
      padding-top: 70px;
      padding-bottom: 30px; } }
  @media only screen and (max-width: 575px) {
    .content-inner-4 {
      padding-top: 50px;
      padding-bottom: 30px; } }


.dlab-social-icon li {
  display: inline-block; }
  .dlab-social-icon li a {
    height: 32px;
    width: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 50px;
    font-size: 14px;
    color: #fff;
    background-color: var(--secondary);
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    margin: 2px; }
    .dlab-social-icon li a:hover {
      color: #fff;
      background-image: var(--gradient);
      background-size: 200%; }

.section-head.text-white .title {
  color: #fff; }
.section-head.style-1 .sub-title {
  padding: 10px 30px;
  display: inline-block;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 600; }

button.scroltop {
  box-shadow: -4px 4px 24px -10px var(--primary) !important;
  background: var(--secondary);
  border-color: var(--primary);
  border-radius: 4px;
  border-style: solid;
  border-width: 0;
  bottom: 15px;
  color: #fff;
  cursor: pointer;
  display: none;
  height: 50px;
  line-height: 50px;
  margin: 0;
  position: fixed;
  right: 15px;
  text-align: center;
  width: 50px;
  z-index: 999;
  box-shadow: -4px 4px 24px -10px;
  transition: all .8s;
  -moz-transition: all .8s;
  -webkit-transition: all .8s;
  -ms-transition: all .8s;
  -o-transition: all .8s; }
  
  button.scroltop:hover {
  background: var(--primary);
  border-color: var(--primary);
  }

.section-wraper-one .icon-bx-wraper:nth-child(2) {
  margin-left: 100px; }
  .section-wraper-one .icon-bx-wraper:nth-child(2):before {
    content: "";
    background-image: url(../images/pattern/pattern7.png);
    height: 450px;
    width: 100%;
    top: -140px;
    left: -50px;
    position: absolute;
    background-repeat: no-repeat;
    z-index: -2; }
  @media only screen and (max-width: 767px) {
    .section-wraper-one .icon-bx-wraper:nth-child(2) {
      margin-left: 0; }
      .section-wraper-one .icon-bx-wraper:nth-child(2):before {
        content: none; } }

.banner-one {
  background-position: left bottom;
  background-size: cover;
  background-repeat: no-repeat;
  height: 750px;
  position: relative;
  overflow: hidden; }
  .banner-one .banner-inner {
    padding-top: 80px; }
    .banner-one .banner-inner .img1 {
      position: absolute;
      left: 100px;
      bottom: 50px; }
    .banner-one .banner-inner .img2 {
      position: absolute;
      right: 0px;
      top: 120px; }
  .banner-one .move-box {
    width: 620px;
    height: auto; }
    @media only screen and (max-width: 1400px) {
      .banner-one .move-box {
        width: 100%; } }
  .banner-one .banner-content h1 {
    margin-bottom: 20px;
    font-size: 70px;
    font-weight: 800; }
  .banner-one .banner-content p {
    font-size: 18px;
    line-height: 1.5; }
    @media only screen and (max-width: 575px) {
      .banner-one .banner-content p {
        font-size: 15px; } }
  .banner-one .banner-content .sub-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #777777; }
  @media only screen and (max-width: 1199px) {
    .banner-one {
      height: 550px; }
      .banner-one .banner-content h1 {
        font-size: 50px; }
      .banner-one .banner-inner {
        padding-top: 80px; } }
  @media only screen and (max-width: 767px) {
    .banner-one {
      height: auto;
      padding-bottom: 30px; }
      .banner-one .banner-content {
        margin-bottom: 50px; } }
  @media only screen and (max-width: 575px) {
    .banner-one .banner-inner {
      padding-top: 100px; }
    .banner-one .banner-content h1 {
      font-size: 32px; } }

/* Light Gallery */

/* Move Images */
.move-box {
  position: relative; }
  .move-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .move-box img:first-child {
      position: unset; }

.move-1 {
  -webkit-animation: move1 5s infinite;
  animation: move1 5s infinite; }

.move-2 {
  -webkit-animation: move2 5s infinite;
  animation: move2 5s infinite; }
@-webkit-keyframes move1 {
  0% {
    -webkit-transform: rotate(-1deg) translate(-2px, -2px);
    transform: rotate(-1deg) translate(-2px, -2px); }
  50% {
    -webkit-transform: rotate(1deg) translate(2px, 2px);
    transform: rotate(1deg) translate(2px, 2px); }
  100% {
    -webkit-transform: rotate(-1deg) translate(-2px, -2px);
    transform: rotate(-1deg) translate(-2px, -2px); } }
@keyframes move1 {
  0% {
    -webkit-transform: rotate(-1deg) translate(-2px, -2px);
    transform: rotate(-1deg) translate(-2px, -2px); }
  50% {
    -webkit-transform: rotate(1deg) translate(2px, 2px);
    transform: rotate(1deg) translate(2px, 2px); }
  100% {
    -webkit-transform: rotate(-1deg) translate(-2px, -2px);
    transform: rotate(-1deg) translate(-2px, -2px); } }
@-webkit-keyframes move2 {
  0% {
    -webkit-transform: rotate(1deg) translate(2px, 2px);
    transform: rotate(1deg) translate(2px, 2px); }
  50% {
    -webkit-transform: rotate(-1deg) translate(-2px, -2px);
    transform: rotate(-1deg) translate(-2px, -2px); }
  100% {
    -webkit-transform: rotate(1deg) translate(2px, 2px);
    transform: rotate(1deg) translate(2px, 2px); } }


.icon-bx-wraper.style-1:hover .icon-cell i {
  display: inline-block;
  -webkit-animation: toTopFromBottom 0.8s forwards;
  -moz-animation: toTopFromBottom 0.8s forwards;
  animation: toTopFromBottom 0.8s forwards; }

@-webkit-keyframes toTopFromBottom {
  49% {
    -webkit-transform: translateY(-100%); }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%); }
  51% {
    opacity: 1; } }
@-moz-keyframes toTopFromBottom {
  49% {
    -moz-transform: translateY(-100%); }
  50% {
    opacity: 0;
    -moz-transform: translateY(100%); }
  51% {
    opacity: 1; } }
@keyframes toTopFromBottom {
  49% {
    transform: translateY(-100%); }
  50% {
    opacity: 0;
    transform: translateY(100%); }
  51% {
    opacity: 1; } }

.cf-r-img {
  margin-right: -80px; }
  @media only screen and (max-width: 1400px) {
    .cf-r-img {
      margin-right: 0; } }

/* Support and Buy Button */

/*Blog single */

/* Gutenberg Gallery */
/* Gutenberg Css */
/* .dlab-blog.blog-single,
.dlab-blog.blog-single + #comment-list */

/* Gutenberg Gallery */

@supports (position: -webkit-sticky) or (position: sticky) { }

@supports (position: -webkit-sticky) or (position: sticky) { }

@supports (position: -webkit-sticky) or (position: sticky) { }

/* Admin Bar */

/* Theme Unit Test */

/* Error Page */

/* Coming Soon */

.logo-header {
  display: table;
  float: left;
  vertical-align: middle;
  padding: 0;
  color: #EFBB20;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  width: 170px;
  height: 90px;
  position: relative;
  z-index: 9;
  -webkit-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s; }
  @media only screen and (max-width: 1199px) {
    .logo-header {
      width: 170px;
      height: 90px; } }
  @media only screen and (max-width: 575px) {
    .logo-header {
      width: 170px;
      height: 75px; } }
  .logo-header a {
    display: table-cell;
    vertical-align: middle; }
  .logo-header img {
    height: auto;
    width: 100%; }

.site-header {
  position: relative;
  z-index: 9999; 
  height:90px;}
  .site-header .main-bar {
    background: #fff;
    width: 100%;
    position: relative;height:90px; }
  .site-header .container {
    position: relative; height:90px;}
  .site-header .extra-nav {
    float: right;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 9;
    margin-left: 20px;
    height: 130px;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s; height:90px;}
    @media only screen and (max-width: 1199px) {
      .site-header .extra-nav {
        height: 90px; } }
    .site-header .extra-nav ul li {
      display: inline-block; }
    @media only screen and (max-width: 575px) {
      .site-header .extra-nav {
        display: none; } }

.navbar-toggler {
  border: 0 solid #efbb20;
  font-size: 16px;
  line-height: 24px;
  margin: 36px 0 36px 15px;
  padding: 0;
  float: right;
  outline: none !important; }
  @media only screen and (max-width: 575px) {
    .navbar-toggler {
      margin: 28px 0 28px 15px; } }

.navicon {
  width: 20px;
  height: 18px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }
  .navicon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    border-radius: 1px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    background: #000; }
    .navicon span:nth-child(1) {
      top: 0px; }
    .navicon span:nth-child(2) {
      top: 7px; }
    .navicon span:nth-child(3) {
      top: 14px; }

.header-nav {
  padding: 0;height:90px; }
  @media only screen and (max-width: 991px) {
    .header-nav {
      overflow-y: scroll;
      position: fixed;
      width: 60px;
      left: -280px;
      height: 100vh !important;
      -webkit-transition: all 1s;
      -ms-transition: all 1s;
      transition: all 1s;
      top: 0;
      background-color: #fff;
      margin: 0;
      z-index: 99; } }
  .header-nav .logo-header {
    display: none; }
    @media only screen and (max-width: 991px) {
      .header-nav .logo-header {
        padding: 30px 20px;
        float: none;
        height: auto;
        width: 240px; } }
  .header-nav .nav {
    float: right;
    padding: 0; }
    .header-nav .nav > li {
      margin: 0px;
      font-weight: 400;
      position: relative; }
      @media only screen and (max-width: 991px) {
        .header-nav .nav > li {
          border-bottom: 1px solid #eee;
          width: 100%; } }
      .header-nav .nav > li:hover > a {
        color: var(--primary); }
      .header-nav .nav > li > a {
        color: #070120;
        font-size: 15px;
        padding: 55px 15px;
        cursor: pointer;
        font-weight: 500;
        display: inline-block;
        position: relative;
        border-width: 0 0 0 1px;
        text-transform: capitalize;
        line-height: 1.35;
        -webkit-transition: all 1s;
        -ms-transition: all 1s;
        transition: all 1s; }
        @media only screen and (max-width: 1199px) {
          .header-nav .nav > li > a {
            padding: 35px 12px; } }
        .header-nav .nav > li > a span {
          display: inline-block; }
        @media only screen and (max-width: 991px) {
          .header-nav .nav > li > a {
            padding: 8px 0;
            display: block;
            line-height: 30px; } }
      @media only screen and (min-width: 991px) {
        .header-nav .nav > li:hover > a span {
          -webkit-animation: upToDown 0.3s forwards;
          -moz-animation: upToDown 0.3s forwards;
          animation: upToDown 0.3s forwards; } }
    @media only screen and (max-width: 991px) {
      .header-nav .nav {
        float: none;
        padding: 0 20px; } }
  .header-nav .dlab-social-icon {
    display: none;
    text-align: center; }
    .header-nav .dlab-social-icon li {
      display: inline-block;
      margin: 0 2px; }
    .header-nav .dlab-social-icon a {
      width: 40px;
      height: 40px;
      padding: 0;
      border: 1px solid #eee;
      line-height: 38px;
      text-align: center;
      border-radius: 40px; }
    @media only screen and (max-width: 991px) {
      .header-nav .dlab-social-icon {
        display: block;
        padding-top: 30px;
        padding-bottom: 20px; } }

.header-transparent {
  position: absolute;
  width: 100%; }
  .header-transparent .main-bar {
    background: transparent; }
  @media only screen and (min-width: 991px) {
    .header-transparent .nav > li > a {
      color: #fff; } }
  .header-transparent .navbar-toggler span {
    background: #fff; }

@media only screen and (max-width: 991px) {
  .mo-left .header-nav {
    overflow-y: scroll;
    position: fixed;
    width: 60px;
    left: -280px;
    height: 100vh !important;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    top: 0;
    background-color: var(--bgheader);
    margin: 0;
    z-index: 99; }
    .mo-left .header-nav .logo-header {
      display: block;
      float: none;
      height: auto !important;
      max-width: 100%;
      padding: 25px 20px;
      width: 100%; }
      .mo-left .header-nav .logo-header img {
        max-width: unset;
        width: 160px;
        vertical-align: middle; } }
.text-black .nav > li > a {
  color: #070120; }
.text-black .navbar-toggler span {
  background: #262F5A; }

@-webkit-keyframes upToDown {
  49% {
    -webkit-transform: translateY(100%); }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%); }
  51% {
    opacity: 1; } }
@-moz-keyframes upToDown {
  49% {
    -moz-transform: translateY(100%); }
  50% {
    opacity: 0;
    -moz-transform: translateY(-100%); }
  51% {
    opacity: 1; } }
@keyframes upToDown {
  49% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  51% {
    opacity: 1; } }
/* Logo */

footer {
  color: #fff;
  font-size: 15px; }
  footer .footer-logo {
    margin-bottom: 25px; }
    footer .footer-logo img {
      max-width: 100%; }
  footer .footer-top {
    background: var(--primary);
    padding: 70px 0 30px; }
    @media only screen and (max-width: 767px) {
      footer .footer-top {
        padding: 50px 0 20px; } }
  footer .copyright-text {
    color: rgba(255, 255, 255, 0.5); }

.footer-info {
  border-bottom: 1px solid #E1E1F0;
  margin-bottom: 30px;
  padding-bottom: 10px; }
  .footer-info .footer-logo {
    margin-bottom: 10px; }
  .footer-info .icon-bx-wraper {
    display: flex;
    align-items: center; }
    .footer-info .icon-bx-wraper .icon-cell {
      color: #fff; }
      .footer-info .icon-bx-wraper .icon-cell i {
        font-size: 50px; }
  @media only screen and (max-width: 991px) {
    .footer-info .footer-info .footer-logo {
      margin-bottom: 20px; } }

.site-footer.style-1 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: var(--primary); }
  .site-footer.style-1 .footer-top {
    background: transparent; }
  .site-footer.style-1 .copyright-text a {
    color: #fff; }
  
  .parallax{

background-image:url(../images/bgparallax2.jpg);
background-size:cover;
background-attachment: fixed;
}
  
  
  * {
    scroll-behavior: smooth;
}

/*# sourceMappingURL=style.css.map */

.is-fixed .main-bar {
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 0 50px 0 rgb(0 0 0 / 10%);
    transition: all 0.5s;
    background: var(--bgheader);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
/* ------------------------- */
/* POPUP */
/* ------------------------- */

/* ------------------------- */
/* ANIMACIONES */
/* ------------------------- */