

/*

principal F9A400
oscuro: E09300

*/


/**
 * Table Of Content
 *
 *  1. Globals
 *  2. Headers
 *  3. Navigations
 *  4. Banners
 *  5. Footers
 *  6. app
 *  7. Widgets 
 *  8. Custom Templates
 */


/*Theme Colors*/


/*bootstrap Color*/


/*Light colors*/


/*Normal Color*/


/*Extra Variable*/


/*Gradiant*/

@import url(../css/animate.css);
/*@import url(../assets/icons/font-awesome/css/font-awesome.min.css);*/
@import url(../assets/icons/fontawesome-pro-6/css/all.min.css);
@import url(../assets/icons/iconmind/iconmind.css);
@import url(../assets/icons/themify-icons/themify-icons.css);
/*@import url(../assets/icons/simple-line-icons/css/simple-line-icons.css);*/

/*******************
Preloader
********************/
/*
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800");
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');
*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');
.preloader {
  width: 100%;
  height: 100%;
  top: 0px;
  position: fixed;
  z-index: 99999;
  background: #fff;
}

.preloader .cssload-speeding-wheel {
  position: absolute;
  top: calc(50% - 3.5px);
  left: calc(50% - 3.5px);
}

.loader,
.loader__figure {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.loader {
  overflow: visible;
  padding-top: 2em;
  height: 0;
  width: 2em;
}

.loader__figure {
  height: 0;
  width: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0 solid #F9A400;
  border-radius: 50%;
  -webkit-animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}

.loader__label {
  float: left;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 0.5em 0 0 50%;
  font-size: 0.875em;
  letter-spacing: 0.1em;
  line-height: 1.5em;
  color: #F9A400;
  white-space: nowrap;
  -webkit-animation: loader-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-animation: loader-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: loader-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}

@-webkit-keyframes loader-figure {
  0% {
    height: 0;
    width: 0;
    background-color: #1976d2;
  }
  29% {
    background-color: #1976d2;
  }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1;
  }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent;
  }
}

@-moz-keyframes loader-figure {
  0% {
    height: 0;
    width: 0;
    background-color: #1976d2;
  }
  29% {
    background-color: #1976d2;
  }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1;
  }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent;
  }
}

@keyframes loader-figure {
  0% {
    height: 0;
    width: 0;
    background-color: #1976d2;
  }
  29% {
    background-color: #1976d2;
  }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1;
  }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent;
  }
}

@-webkit-keyframes loader-label {
  0% {
    opacity: 0.25;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 0.25;
  }
}

@-moz-keyframes loader-label {
  0% {
    opacity: 0.25;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 0.25;
  }
}

@keyframes loader-label {
  0% {
    opacity: 0.25;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 0.25;
  }
}


/*Theme Colors*/


/*bootstrap Color*/


/*Light colors*/


/*Normal Color*/


/*Extra Variable*/


/*Gradiant*/


/******************* 
This is the font import from the google api 
*******************/

@font-face {
  font-family: 'Calafia-Regular';
  src: url("../assets/font/Calafia-Regular.eot?#iefix") format("embedded-opentype"), url("../assets/font/Calafia-Regular.otf") format("opentype"), url("../assets/font/Calafia-Regular.woff") format("woff"), url("../assets/font/Calafia-Regular.ttf") format("truetype"), url("../assets/font/Calafia-Regular.svg#Calafia-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}


/******************* 
Global Styles 
*******************/

* {
  outline: none;
}

body {
  background: #ffffff;
  font-family: "Open Sans", sans-serif;
  margin: 0;
  overflow-x: hidden;
  color: #8d97ad;
  font-weight: 300;
}

html {
  position: relative;
  min-height: 100%;
  background: #ffffff;
}

a {
  color: #F9A400;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #E09300;
}

a.link {
  color: #666666;
}

a.link:hover,
a.link:focus {
  color: #F9A400;
}

a.white-link {
  color: #ffffff;
}

a.white-link:hover,
a.white-link:focus {
  color: #263238;
}

.img-responsive {
  width: 100%;
  height: auto;
  display: inline-block;
}

.img-rounded {
  border-radius: 4px;
}

html body .mdi:before,
html body .mdi-set {
  line-height: initial;
}


/*******************
Headings
*******************/

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #666666;
}

h1 {
  line-height: 36px;
  font-size: 30px;
}

h2 {
  line-height: 33px;
  font-size: 28px;
}


h3 {
  line-height: 30px;
  font-size: 24px;
}

h4 {
  line-height: 26px;
  font-size: 21px;
}

h5 {
  line-height: 22px;
  font-size: 18px;
  font-weight: 400;
}

h6 {
  line-height: 20px;
  font-size: 16px;
  font-weight: 400;
}

.display-5 {
  font-size: 3rem;
}

.display-6 {
  font-size: 36px;
}

.display-7 {
  font-size: 26px;
}

.box {
  border-radius: 4px;
  padding: 10px;
}

html body .dl {
  display: inline-block;
}

html body .db {
  display: block;
}

.no-wrap td,
.no-wrap th {
  white-space: nowrap;
}

.circle {
  border-radius: 100%;
}


/*******************
Blockquote
*******************/

html body blockquote {
  border-left: 5px solid #F9A400;
  border: 1px solid rgba(120, 130, 140, 0.13);
  padding: 15px;
}

.clear {
  clear: both;
}

ol li {
  margin: 5px 0;
}


/*******************
Paddings
*******************/

html body .p-0 {
  padding: 0px;
}

html body .p-10 {
  padding: 10px;
}

html body .p-15 {
  padding: 15px;
}

html body .p-20 {
  padding: 20px;
}

html body .p-30 {
  padding: 30px;
}

html body .p-40 {
  padding: 40px;
}

html body .p-l-0 {
  padding-left: 0px;
}

html body .p-l-10 {
  padding-left: 10px;
}

html body .p-l-20 {
  padding-left: 20px;
}

html body .p-r-0 {
  padding-right: 0px;
}

html body .p-r-10 {
  padding-right: 10px;
}

html body .p-r-20 {
  padding-right: 20px;
}

html body .p-r-30 {
  padding-right: 30px;
}

html body .p-r-40 {
  padding-right: 40px;
}

html body .p-t-0 {
  padding-top: 0px;
}

html body .p-t-10 {
  padding-top: 10px;
}

html body .p-t-20 {
  padding-top: 20px;
}

html body .p-t-30 {
  padding-top: 30px;
}

html body .p-b-0 {
  padding-bottom: 0px;
}

html body .p-b-5 {
  padding-bottom: 5px;
}

html body .p-b-10 {
  padding-bottom: 10px;
}

html body .p-b-20 {
  padding-bottom: 20px;
}

html body .p-b-30 {
  padding-bottom: 30px;
}

html body .p-b-40 {
  padding-bottom: 40px;
}


/*******************
Margin
*******************/

html body .m-0 {
  margin: 0px;
}

html body .m-l-5 {
  margin-left: 5px;
}

html body .m-l-10 {
  margin-left: 10px;
}

html body .m-l-15 {
  margin-left: 15px;
}

html body .m-l-20 {
  margin-left: 20px;
}

html body .m-l-30 {
  margin-left: 30px;
}

html body .m-l-40 {
  margin-left: 40px;
}

html body .m-r-5 {
  margin-right: 5px;
}

html body .m-r-10 {
  margin-right: 10px;
}

html body .m-r-15 {
  margin-right: 15px;
}

html body .m-r-20 {
  margin-right: 20px;
}

html body .m-r-30 {
  margin-right: 30px;
}

html body .m-r-40 {
  margin-right: 40px;
}

html body .m-t-0 {
  margin-top: 0px;
}

html body .m-t-5 {
  margin-top: 5px;
}

html body .m-t-10 {
  margin-top: 10px;
}

html body .m-t-15 {
  margin-top: 15px;
}

html body .m-t-20 {
  margin-top: 20px;
}

html body .m-t-30 {
  margin-top: 30px;
}

html body .m-t-40 {
  margin-top: 40px;
}

html body .m-b-0 {
  margin-bottom: 0px;
}

html body .m-b-5 {
  margin-bottom: 5px;
}

html body .m-b-10 {
  margin-bottom: 10px;
}

html body .m-b-15 {
  margin-bottom: 15px;
}

html body .m-b-20 {
  margin-bottom: 20px;
}

html body .m-b-30 {
  margin-bottom: 30px;
}

html body .m-b-40 {
  margin-bottom: 40px;
}


/*******************
vertical alignment
*******************/

html body .vt {
  vertical-align: top;
}

html body .vm {
  vertical-align: middle;
}

html body .vb {
  vertical-align: bottom;
}


/*******************
Opacity
*******************/

.op-8 {
  opacity: 0.8;
}

.op-7 {
  opacity: 0.7;
}

.op-5 {
  opacity: 0.5;
}

.op-3 {
  opacity: 0.3;
}


/*******************
font weight
*******************/

html body .font-bold {
  font-weight: 700;
}

html body .font-semibold {
  font-weight: 600;
}

html body .font-normal {
  font-weight: normal;
}

html body .font-light {
  font-weight: 300;
}

html body .font-medium {
  font-weight: 500;
}

html body .font-16 {
  font-size: 16px;
}

html body .font-14 {
  font-size: 14px;
}

html body .font-13 {
  font-size: 13px;
}

html body .font-10 {
  font-size: 10px;
}

html body .font-18 {
  font-size: 18px;
}

html body .font-20 {
  font-size: 20px;
}

html body .font-stylish {
  font-family: "Calafia-Regular";
}


/*******************
Border
*******************/

html body .b-0 {
  border: none !important;
}

html body .b-r {
  border-right: 1px solid rgba(120, 130, 140, 0.13);
}

html body .b-l {
  border-left: 1px solid rgba(120, 130, 140, 0.13);
}

html body .b-b {
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}

html body .b-t {
  border-top: 1px solid rgba(120, 130, 140, 0.13);
}

html body .b-all {
  border: 1px solid rgba(120, 130, 140, 0.13) !important;
}


/*******************
Thumb size
*******************/

.thumb-sm {
  height: 32px;
  width: 32px;
}

.thumb-md {
  height: 48px;
  width: 48px;
}

.thumb-lg {
  height: 88px;
  width: 88px;
}

.hide {
  display: none;
}

.img-circle {
  border-radius: 100%;
}

.radius {
  border-radius: 4px;
}


/*******************
Text Colors
*******************/

.text-white {
  color: #ffffff !important;
}

.text-danger {
  color: #ff4d7e !important;
}

.text-muted {
  color: #8d97ad !important;
}

.text-warning {
  color: #fec500 !important;
}

.text-success {
  /*color: #07d79c !important;*/
  color: #28a745 !important;
}

.text-info {
  color: #F9A400 !important;
}

.text-inverse {
  color: #666666 !important;
}

.text-success-gradiant {
  background: #07d79c;
  background: -webkit-linear-gradient(legacy-direction(to right), #07d79c 0%, #3aba85 100%);
  background: -webkit-gradient(linear, left top, right top, from(#07d79c), to(#3aba85));
  background: -webkit-linear-gradient(left, #07d79c 0%, #3aba85 100%);
  background: -o-linear-gradient(left, #07d79c 0%, #3aba85 100%);
  background: linear-gradient(to right, #07d79c 0%, #3aba85 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}

.text-info-gradiant {
  background: #F9A400;
  background: -webkit-linear-gradient(legacy-direction(to right), #F9A400 0%, #E09300 100%);
  background: -webkit-gradient(linear, left top, right top, from(#F9A400), to(#E09300));
  background: -webkit-linear-gradient(left, #F9A400 0%, #E09300 100%);
  background: -o-linear-gradient(left, #F9A400 0%, #E09300 100%);
  background: linear-gradient(to right, #F9A400 0%, #E09300 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}

html body .text-blue {
  color: #02bec9;
}

html body .text-purple {
  color: #7460ee;
}

html body .text-primary {
  color: #E09300 !important;
}

html body .text-megna {
  color: #1dc8cd;
}

html body .text-dark {
  color: #8d97ad;
}

html body .text-themecolor {
  color: #F9A400;
}


/*******************
Background Colors
*******************/

.bg-primary {
  background-color: #E09300 !important;
}

.bg-success {
  background-color: #07d79c !important;
}

.bg-info {
  background-color: #F9A400 !important;
}

.bg-warning {
  background-color: #fec500 !important;
}

.bg-danger {
  background-color: #ff4d7e !important;
}

.bg-orange {
  background-color: #ff6a5b !important;
}

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

.bg-facebook {
  background-color: #3b5a9a;
}

.bg-twitter {
  background-color: #56adf2;
}

.bg-success-gradiant {
  background: #07d79c;
  background: -webkit-linear-gradient(legacy-direction(to right), #07d79c 0%, #3aba85 100%);
  background: -webkit-gradient(linear, left top, right top, from(#07d79c), to(#3aba85));
  background: -webkit-linear-gradient(left, #07d79c 0%, #3aba85 100%);
  background: -o-linear-gradient(left, #07d79c 0%, #3aba85 100%);
  background: linear-gradient(to right, #07d79c 0%, #3aba85 100%);
}

.bg-info-gradiant {
  background: #F9A400;
  background: -webkit-linear-gradient(legacy-direction(to right), #F9A400 0%, #E09300 100%);
  background: -webkit-gradient(linear, left top, right top, from(#F9A400), to(#E09300));
  background: -webkit-linear-gradient(left, #F9A400 0%, #E09300 100%);
  background: -o-linear-gradient(left, #F9A400 0%, #E09300 100%);
  background: linear-gradient(to right, #F9A400 0%, #E09300 100%);
}

.bg-danger-gradiant {
  background: #ff4d7e;
  background: -webkit-linear-gradient(legacy-direction(to right), #ff4d7e 0%, #ff6a5b 100%);
  background: -webkit-gradient(linear, left top, right top, from(#ff4d7e), to(#ff6a5b));
  background: -webkit-linear-gradient(left, #ff4d7e 0%, #ff6a5b 100%);
  background: -o-linear-gradient(left, #ff4d7e 0%, #ff6a5b 100%);
  background: linear-gradient(to right, #ff4d7e 0%, #ff6a5b 100%);
}

html body .bg-megna {
  background-color: #1dc8cd;
}

html body .bg-theme {
  background-color: #F9A400;
}

html body .bg-inverse {
  background-color: #666666;
}

html body .bg-purple {
  background-color: #7460ee;
}

html body .bg-light {
  background-color: #f5f7fa;
}

html body .bg-light-primary {
  background-color: #f1effd;
}

html body .bg-light-success {
  background-color: #e8fdeb;
}

html body .bg-light-info {
  background-color: #cfecfe;
}

html body .bg-light-extra {
  background-color: #ebf3f5;
}

html body .bg-light-warning {
  background-color: #fff8ec;
}

html body .bg-light-danger {
  background-color: #f9e7eb;
}

html body .bg-light-inverse {
  background-color: #f6f6f6;
}

html body .bg-light {
  background-color: #f5f7fa;
}

html body .bg-white {
  background-color: #ffffff;
}


/*******************
Rounds
*******************/

.round {
  line-height: 48px;
  color: #ffffff;
  width: 50px;
  height: 50px;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  border-radius: 100%;
  background: #F9A400;
}

.round img {
  border-radius: 100%;
}

.round-lg {
  line-height: 65px;
  width: 60px;
  height: 60px;
  font-size: 30px;
}

.round.round-info {
  background: #F9A400;
}

.round.round-warning {
  background: #fec500;
}

.round.round-danger {
  background: #ff4d7e;
}

.round.round-success {
  background: #07d79c;
}

.round.round-primary {
  background: #E09300;
}


/*******************
Labels
*******************/

.label {
  padding: 3px 15px;
  line-height: 13px;
  color: #ffffff;
  font-weight: 400;
  border-radius: 4px;
  font-size: 75%;
}

.label-rounded {
  border-radius: 60px;
}

.label-custom {
  background-color: #1dc8cd;
}

.label-success {
  background-color: #07d79c;
}

.label-info {
  background-color: #F9A400;
}

.label-warning {
  background-color: #fec500;
}

.label-danger {
  background-color: #ff4d7e;
}

.label-megna {
  background-color: #1dc8cd;
}

.label-primary {
  background-color: #E09300;
}

.label-purple {
  background-color: #7460ee;
}

.label-red {
  background-color: #fb3a3a;
}

.label-inverse {
  background-color: #666666;
}

.label-default {
  background-color: #f5f7fa;
}

.label-white {
  background-color: #ffffff;
}

.label-light-success {
  background-color: #e8fdeb;
  color: #07d79c;
}

.label-light-info {
  background-color: #cfecfe;
  color: #F9A400;
}

.label-light-warning {
  background-color: #fff8ec;
  color: #fec500;
}

.label-light-danger {
  background-color: #f9e7eb;
  color: #ff4d7e;
}

.label-light-megna {
  background-color: #e0f2f4;
  color: #1dc8cd;
}

.label-light-primary {
  background-color: #f1effd;
  color: #E09300;
}

.label-light-inverse {
  background-color: #f6f6f6;
  color: #666666;
}


/*******************
 Badge
******************/

.badge {
  font-weight: 400;
}

.badge-xs {
  font-size: 9px;
}

.badge-xs,
.badge-sm {
  -webkit-transform: translate(0, -2px);
  -ms-transform: translate(0, -2px);
  -o-transform: translate(0, -2px);
  transform: translate(0, -2px);
}

.badge-success {
  background-color: #07d79c;
}

.badge-info {
  background-color: #F9A400;
}

.badge-primary {
  background-color: #E09300;
}

.badge-warning {
  background-color: #fec500;
}

.badge-danger {
  background-color: #ff4d7e;
}

.badge-purple {
  background-color: #7460ee;
}

.badge-red {
  background-color: #fb3a3a;
}

.badge-inverse {
  background-color: #666666;
}


/*******************
List-style-none
******************/

ul.list-style-none {
  margin: 0px;
  padding: 0px;
}

ul.list-style-none li {
  list-style: none;
}

ul.list-style-none li a {
  color: #8d97ad;
  padding: 8px 0px;
  display: block;
  text-decoration: none;
}

ul.list-style-none li a:hover {
  color: #F9A400;
}


/*******************
dropdown-item
******************/

.dropdown-item {
  padding: 8px 1rem;
  color: #8d97ad;
}


/*******************
Buttons
******************/

.btn {
  color: #ffffff;
  padding: 10px 25px;
  cursor: pointer;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.14);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.14);
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}

.btn:hover {
  color: #ffffff;
}

.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #263238;
  padding: 10px 15px;
}

.btn-link .underline {
  border-bottom: 1px solid #263238;
}

.btn-link:hover {
  color: #07d79c;
}

.btn-light {
  color: #263238;
}

.btn-light:hover {
  background: #263238;
  color: #ffffff;
  border-color: #263238;
}

.btn-lg {
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
}

.btn-md {
  padding: 15px 45px;
  font-size: 16px;
}

.btn-sm {
  padding: .25rem .5rem;
  font-size: 12px;
}

.btn-xs {
  padding: .25rem .5rem;
  font-size: 10px;
}

.btn-circle {
  border-radius: 100%;
  width: 40px;
  height: 40px;
  padding: 10px;
}

.btn-circle.btn-md {
  padding: 18px 0px;
  width: 60px;
  height: 60px;
  font-size: 20px;
}

.btn-circle.btn-sm {
  width: 35px;
  height: 35px;
  padding: 8px 10px;
  font-size: 14px;
}

.btn-circle.btn-lg {
  width: 70px;
  height: 70px;
  padding: 24px 15px;
  font-size: 20px;
  line-height: 23px;
}

.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 14px 15px;
  font-size: 24px;
}

.btn-rounded {
  border-radius: 60px;
  -webkit-border-radius: 60px;
}

.btn-arrow {
  position: relative;
}

.btn-arrow span {
  display: inline-block;
  position: relative;
  -webkit-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  will-change: transform;
}

.btn-arrow:hover span,
.btn-arrow:focus span {
  -webkit-transform: translate3d(-1rem, 0, 0);
  transform: translate3d(-1rem, 0, 0);
}

.btn-arrow i {
  position: absolute;
  width: 1.1em;
  right: 0px;
  right: 0rem;
  opacity: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  will-change: right, opacity;
}

.btn-arrow:hover i,
.btn-arrow:focus i {
  opacity: 1;
  right: -2rem;
}

.btn-secondary,
.btn-secondary.disabled {
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  background-color: #ffffff;
  color: #8d97ad;
}

.btn-secondary:hover,
.btn-secondary.disabled:hover {
  color: #ffffff !important;
}

.btn-secondary.active,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary.disabled.active,
.btn-secondary.disabled:active,
.btn-secondary.disabled:focus {
  color: #ffffff !important;
  background: #263238;
  border-color: #263238;
}

.btn-primary,
.btn-primary.disabled {
  background: #E09300;
  border: 1px solid #E09300;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.btn-primary:hover,
.btn-primary.disabled:hover {
  background: #E09300;
  border: 1px solid #E09300;
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary.disabled.active,
.btn-primary.disabled:active,
.btn-primary.disabled:focus {
  background: #E09300;
}

.btn-themecolor,
.btn-themecolor.disabled {
  background: #F9A400;
  color: #ffffff;
  border: 1px solid #F9A400;
}

.btn-themecolor:hover,
.btn-themecolor.disabled:hover {
  background: #028ee1;
  border: 1px solid #028ee1;
}

.btn-themecolor.active,
.btn-themecolor:active,
.btn-themecolor:focus,
.btn-themecolor.disabled.active,
.btn-themecolor.disabled:active,
.btn-themecolor.disabled:focus {
  background: #028ee1;
}

.btn-success,
.btn-success.disabled {
  background: #07d79c;
  border: 1px solid #07d79c;
}

.btn-success:hover,
.btn-success.disabled:hover {
  background: #3aba85;
  border: 1px solid #3aba85;
}

.btn-success.active,
.btn-success:active,
.btn-success:focus,
.btn-success.disabled.active,
.btn-success.disabled:active,
.btn-success.disabled:focus {
  background: #3aba85;
}

.btn-info,
.btn-info.disabled {
  background: #F9A400;
  border: 1px solid #F9A400;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.btn-info:hover,
.btn-info.disabled:hover {
  background: #F9A400;
  border: 1px solid #F9A400;
}

.btn-info.active,
.btn-info:active,
.btn-info:focus,
.btn-info.disabled.active,
.btn-info.disabled:active,
.btn-info.disabled:focus {
  background: #F9A400;
}

.btn-warning,
.btn-warning.disabled {
  background: #fec500;
  color: #ffffff;
  border: 1px solid #fec500;
}

.btn-warning:hover,
.btn-warning.disabled:hover {
  background: #dcaf17;
  color: #ffffff;
  border: 1px solid #dcaf17;
}

.btn-warning.active,
.btn-warning:active,
.btn-warning:focus,
.btn-warning.disabled.active,
.btn-warning.disabled:active,
.btn-warning.disabled:focus {
  background: #dcaf17;
  color: #ffffff;
}

.btn-danger,
.btn-danger.disabled {
  background: #ff4d7e;
  border: 1px solid #ff4d7e;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.btn-danger:hover,
.btn-danger.disabled:hover {
  background: #d73e6b;
  border: 1px solid #d73e6b;
}

.btn-danger.active,
.btn-danger:active,
.btn-danger:focus,
.btn-danger.disabled.active,
.btn-danger.disabled:active,
.btn-danger.disabled:focus {
  background: #d73e6b;
}

.btn-inverse,
.btn-inverse.disabled {
  background: #666666;
  border: 1px solid #666666;
  color: #ffffff;
}

.btn-inverse:hover,
.btn-inverse.disabled:hover {
  background: #232a37;
  color: #ffffff;
  border: 1px solid #232a37;
}

.btn-inverse.active,
.btn-inverse:active,
.btn-inverse:focus,
.btn-inverse.disabled.active,
.btn-inverse.disabled:active,
.btn-inverse.disabled:focus {
  background: #232a37;
  color: #ffffff;
}

.btn-red,
.btn-red.disabled {
  background: #fb3a3a;
  border: 1px solid #fb3a3a;
  color: #ffffff;
}

.btn-red:hover,
.btn-red.disabled:hover {
  border: 1px solid #d61f1f;
  background: #d61f1f;
}

.btn-red.active,
.btn-red:active,
.btn-red:focus,
.btn-red.disabled.active,
.btn-red.disabled:active,
.btn-red.disabled:focus {
  background: #d73e6b;
}

.btn-success-gradiant {
  background: #07d79c;
  background: -webkit-linear-gradient(legacy-direction(to right), #07d79c 0%, #3aba85 100%);
  background: -webkit-gradient(linear, left top, right top, from(#07d79c), to(#3aba85));
  background: -webkit-linear-gradient(left, #07d79c 0%, #3aba85 100%);
  background: -o-linear-gradient(left, #07d79c 0%, #3aba85 100%);
  background: linear-gradient(to right, #07d79c 0%, #3aba85 100%);
  border: 0px;
}

.btn-success-gradiant:hover {
  background: #3aba85;
  background: -webkit-linear-gradient(legacy-direction(to right), #3aba85 0%, #07d79c 100%);
  background: -webkit-gradient(linear, left top, right top, from(#3aba85), to(#07d79c));
  background: -webkit-linear-gradient(left, #3aba85 0%, #07d79c 100%);
  background: -o-linear-gradient(left, #3aba85 0%, #07d79c 100%);
  background: linear-gradient(to right, #3aba85 0%, #07d79c 100%);
}

.btn-success-gradiant.active,
.btn-success-gradiant:active,
.btn-success-gradiant:focus {
  -webkit-box-shadow: 0px;
  box-shadow: 0px;
  opacity: 1;
}

.btn-danger-gradiant {
  background: #ff4d7e;
  background: -webkit-linear-gradient(legacy-direction(to right), #ff4d7e 0%, #ff6a5b 100%);
  background: -webkit-gradient(linear, left top, right top, from(#ff4d7e), to(#ff6a5b));
  background: -webkit-linear-gradient(left, #ff4d7e 0%, #ff6a5b 100%);
  background: -o-linear-gradient(left, #ff4d7e 0%, #ff6a5b 100%);
  background: linear-gradient(to right, #ff4d7e 0%, #ff6a5b 100%);
  border: 0px;
}

.btn-danger-gradiant:hover {
  background: #ff6a5b;
  background: -webkit-linear-gradient(legacy-direction(to right), #ff6a5b 0%, #ff4d7e 100%);
  background: -webkit-gradient(linear, left top, right top, from(#ff6a5b), to(#ff4d7e));
  background: -webkit-linear-gradient(left, #ff6a5b 0%, #ff4d7e 100%);
  background: -o-linear-gradient(left, #ff6a5b 0%, #ff4d7e 100%);
  background: linear-gradient(to right, #ff6a5b 0%, #ff4d7e 100%);
}

.btn-danger-gradiant.active,
.btn-danger-gradiant:active,
.btn-danger-gradiant:focus {
  -webkit-box-shadow: 0px;
  box-shadow: 0px;
  opacity: 1;
}

.btn-info-gradiant {
  background: #F9A400;
  background: -webkit-linear-gradient(legacy-direction(to right), #F9A400 0%, #E09300 100%);
  background: -webkit-gradient(linear, left top, right top, from(#F9A400), to(#E09300));
  background: -webkit-linear-gradient(left, #F9A400 0%, #E09300 100%);
  background: -o-linear-gradient(left, #F9A400 0%, #E09300 100%);
  background: linear-gradient(to right, #F9A400 0%, #E09300 100%);
  border: 0px;
}

.btn-info-gradiant:hover {
  background: #E09300;
  background: -webkit-linear-gradient(legacy-direction(to right), #E09300 0%, #F9A400 100%);
  background: -webkit-gradient(linear, left top, right top, from(#E09300), to(#F9A400));
  background: -webkit-linear-gradient(left, #E09300 0%, #F9A400 100%);
  background: -o-linear-gradient(left, #E09300 0%, #F9A400 100%);
  background: linear-gradient(to right, #E09300 0%, #F9A400 100%);
}

.btn-info-gradiant.active,
.btn-info-gradiant:active,
.btn-info-gradiant:focus {
  -webkit-box-shadow: 0px;
  box-shadow: 0px;
  opacity: 1;
}

.btn-outline-secondary {
  background-color: #ffffff;
  color: #727b84;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.btn-outline-secondary.active,
.btn-outline-secondary:active,
.btn-outline-secondary:focus {
  background: #263238;
}

.btn-outline-primary {
  color: #E09300;
  background-color: #ffffff;
  border-color: #E09300;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary.focus {
  background: #E09300;
  color: #ffffff;
  border-color: #E09300;
}

.btn-outline-primary.active,
.btn-outline-primary:active,
.btn-outline-primary:focus {
  background: #E09300;
}

.btn-outline-success,
a.btn-outline-success {
  color: #07d79c;
  background-color: transparent;
  border-color: #07d79c;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.btn-outline-success:hover,
.btn-outline-success:focus,
.btn-outline-success.focus,
a.btn-outline-success:hover,
a.btn-outline-success:focus,
a.btn-outline-success.focus {
  background: #07d79c;
  border-color: #07d79c;
  color: #ffffff;
}

.btn-outline-success.active,
.btn-outline-success:active,
.btn-outline-success:focus,
a.btn-outline-success.active,
a.btn-outline-success:active,
a.btn-outline-success:focus {
  background: #3aba85;
}

.btn-outline-info {
  color: #F9A400;
  background-color: transparent;
  border-color: #F9A400;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.btn-outline-info:hover,
.btn-outline-info:focus,
.btn-outline-info.focus {
  background: #F9A400;
  border-color: #F9A400;
  color: #ffffff;
}

.btn-outline-info.active,
.btn-outline-info:active,
.btn-outline-info:focus {
  background: #F9A400;
}

.btn-outline-warning {
  color: #fec500;
  background-color: transparent;
  border-color: #fec500;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.btn-outline-warning:hover,
.btn-outline-warning:focus,
.btn-outline-warning.focus {
  background: #fec500;
  border-color: #fec500;
  color: #ffffff;
}

.btn-outline-warning.active,
.btn-outline-warning:active,
.btn-outline-warning:focus {
  background: #dcaf17;
}

.btn-outline-danger {
  color: #ff4d7e;
  background-color: transparent;
  border-color: #ff4d7e;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.btn-outline-danger:hover,
.btn-outline-danger:focus,
.btn-outline-danger.focus {
  background: #ff4d7e;
  border-color: #ff4d7e;
  color: #ffffff;
}

.btn-outline-danger.active,
.btn-outline-danger:active,
.btn-outline-danger:focus {
  background: #d73e6b;
}

.btn-outline-red {
  color: #fb3a3a;
  background-color: transparent;
  border-color: #fb3a3a;
}

.btn-outline-red:hover,
.btn-outline-red:focus,
.btn-outline-red.focus {
  background: #fb3a3a;
  border-color: #fb3a3a;
  color: #ffffff;
}

.btn-outline-red.active,
.btn-outline-red:active,
.btn-outline-red:focus {
  background: #d73e6b;
}

.btn-outline-inverse {
  color: #666666;
  background-color: transparent;
  border-color: #666666;
}

.btn-outline-inverse:hover,
.btn-outline-inverse:focus,
.btn-outline-inverse.focus {
  background: #666666;
  border-color: #666666;
  color: #ffffff;
}

.btn-outline-light:hover {
  color: #263238 !important;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary.focus:active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus {
  background-color: #E09300;
  border: 1px solid #E09300;
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success.focus:active,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover,
.btn-success.focus,
.btn-success:focus {
  background-color: #3aba85;
  border: 1px solid #3aba85;
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info.focus:active,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.dropdown-toggle.btn-info.focus,
.open>.dropdown-toggle.btn-info:focus,
.open>.dropdown-toggle.btn-info:hover,
.btn-info.focus,
.btn-info:focus {
  background-color: #F9A400;
  border: 1px solid #F9A400;
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning.focus:active,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.dropdown-toggle.btn-warning.focus,
.open>.dropdown-toggle.btn-warning:focus,
.open>.dropdown-toggle.btn-warning:hover,
.btn-warning.focus,
.btn-warning:focus {
  background-color: #dcaf17;
  border: 1px solid #dcaf17;
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger.focus:active,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.dropdown-toggle.btn-danger.focus,
.open>.dropdown-toggle.btn-danger:focus,
.open>.dropdown-toggle.btn-danger:hover,
.btn-danger.focus,
.btn-danger:focus {
  background-color: #d73e6b;
  border: 1px solid #d73e6b;
}

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.focus,
.btn-inverse:active,
.btn-inverse:focus,
.btn-inverse:hover,
.open>.dropdown-toggle.btn-inverse {
  background-color: #232a37;
  border: 1px solid #232a37;
}

.btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-red.active,
.btn-red.focus,
.btn-red:active,
.btn-red:focus,
.btn-red:hover,
.open>.dropdown-toggle.btn-red {
  background-color: #d61f1f;
  border: 1px solid #d61f1f;
  color: #ffffff;
}

.btn span.btn-devider {
  display: inline-block;
  padding-left: 10px;
}

.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #888;
  border-color: #888;
}

/*-------------------*/


/*On off switch*/


/*-------------------*/

.onoffswitch {
  position: relative;
  width: 70px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  margin: 0 auto;
}

.onoffswitch-checkbox {
  display: none;
}

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 20px;
}

.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before,
.onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 30px;
  padding: 0;
  line-height: 30px;
  font-size: 14px;
  color: white;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.onoffswitch-inner:before {
  content: "";
  padding-right: 27px;
  background-color: #07d79c;
  color: #FFFFFF;
}

.onoffswitch-inner:after {
  content: "";
  padding-right: 24px;
  background-color: #666666;
  color: #999999;
  text-align: right;
}

.onoffswitch-switch {
  display: block;
  width: 23px;
  margin: 6px;
  background: #FFFFFF;
  height: 23px;
  position: absolute;
  top: -1px;
  bottom: 0;
  right: 35px;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
  right: 0px;
}


/*-------------------*/


/*Bootstrap 4 hack*/


/*-------------------*/

.card-columns {
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.card-columns .card {
  margin-bottom: 30px;
}

.invisible {
  visibility: hidden !important;
}

.hidden-xs-up {
  display: none !important;
}

.img-1x1 {
   
    height: auto;
    aspect-ratio: 1 / 1;
    width: 100%;
    background-color: #fff;
    object-fit: contain;
    object-position: 50% 50%;
    vertical-align: middle;
    border-style: none;
}
.img-3x2 {
   
    height: auto;
    aspect-ratio: 3 / 2;
    width: 100%;
    background-color: #fff;
    object-fit: contain;
    object-position: 50% 50%;
    vertical-align: middle;
    border-style: none;
}
.img-4x3 {
   
    height: auto;
    aspect-ratio: 4 / 3;
    width: 100%;
    background-color: #fff;
    object-fit: contain;
    object-position: 50% 50%;
    vertical-align: middle;
    border-style: none;
}
.img-5x3 {
   
    height: auto;
    aspect-ratio: 5 / 3;
    width: 100%;
    background-color: #fff;
    object-fit: contain;
    object-position: 50% 50%;
    vertical-align: middle;
    border-style: none;
}
.img-3x1 {
   
    height: auto;
    aspect-ratio: 3 / 1;
    width: 100%;
    background-color: #fff;
    object-fit: contain;
    object-position: 50% 50%;
    vertical-align: middle;
    border-style: none;
}
.img-2x3 {
   
    height: auto;
    aspect-ratio: 2 / 3;
    width: 100%;
    background-color: #fff;
    object-fit: contain;
    object-position: 50% 50%;
    vertical-align: middle;
    border-style: none;
}
.img-3x4 {
   
    height: auto;
    aspect-ratio: 3 / 4;
    width: 100%;
    background-color: #fff;
    object-fit: contain;
    object-position: 50% 50%;
    vertical-align: middle;
    border-style: none;
}
.img-3x5 {
   
    height: auto;
    aspect-ratio: 3 / 5;
    width: 100%;
    background-color: #fff;
    object-fit: contain;
    object-position: 50% 50%;
    vertical-align: middle;
    border-style: none;
}

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }

  .h14-navbar .navbar .navbar-nav .nav-link {
    padding: 18px 5px !important;
  }    
  .h14-navbar .navbar .navbar-nav #h14-sdropdown{
    padding: 18px 9px !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }

}

.hidden-xl-down {
  display: none !important;
}


/*
Template Name: Wrakit UI Kit
Author: wrappixel
Email: niravjoshi87@gmail.com
File: scss
*/


/******************* 
Topbar
*******************/

.topbar {
  padding: 0px;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  width: 100%;
  /*position: fixed;*/
  z-index: 20;
  background: #ffffff;
}

.topbar.fixed-header {
  position: fixed;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  background: #ffffff;
}

.topbar.fixed-header .navbar .navbar-brand img {
  height: 50px;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}


/*******************
Header 6
*******************/

.header6 .navbar-toggler {
  color: #ffffff;
}

.header6 .navbar-brand {
  line-height: 80px;
}

.h6-nav-bar {
  padding: 0px;
}

.h6-nav-bar .navbar-nav .nav-link {
  padding: 35px 15px;
  color: rgba(255, 255, 255, 0.5);
}

.h6-nav-bar .navbar-nav .nav-item:hover .nav-link,
.h6-nav-bar .navbar-nav .nav-item.active .nav-link {
  color: white;
}

.h6-nav-bar .act-buttons .btn {
  margin: 10px 0 10px 10px;
}

@media (max-width: 1023px) {
  .h6-nav-bar .navbar-nav .nav-link {
    padding: 15px 15px;
  }
  .h6-nav-bar .act-buttons .btn {
    margin: 10px 0 10px 0px;
  }
}


/******************* 
Main & Page wrapper
*******************/

.page-wrapper {
  padding-top: 0px;
}

#main-wrapper {
  overflow: hidden;
}


/******************* 
container fluid
*******************/

.container-fluid {
  padding: 0px;
}


/******************* 
footer
*******************/

.footer {
  padding: 20px 0;
  text-align: center;
}


/******************* 
Fix-width
*******************/

.fix-width {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}


/******************* 
Spacer
*******************/

.spacer {
  padding: 90px 0;
}

.mini-spacer {
  padding: 40px 0;
}


/******************* 
Title
*******************/

.title {
  margin: 20px 0 15px;
}


/******************* 
Subtitle
*******************/

.subtitle {
  color: #444;
  line-height: 24px;
}


/******************* 
card
*******************/

.card {
  border: 0px;
  margin-bottom: 30px;
}

.card.card-shadow {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}

.card-group .card {
  border: 1px solid rgba(120, 130, 140, 0.13);
  margin-bottom: 30px;
}


/******************* 
Icon space
*******************/

.icon-space {
  margin: 20px 0;
}

.linking {
  color: #666666;
}

.linking i {
  font-size: 14px;
  margin-left: 10px;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.linking:hover {
  color: #F9A400;
}

.linking:hover i {
  margin-left: 15px;
}


/******************* 
Listing
*******************/

.list-block {
  margin: 0px;
  padding: 0px;
}

.list-block li {
  list-style: none;
  padding: 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.list-block li i {
  margin-right: 10px;
  -webkit-flex-shrink: 0px;
  -ms-flex-negative: 0px;
  flex-shrink: 0px;
  margin-top: 3px;
}

.list-block.with-underline li {
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
  padding: 15px 0;
}


/******************* 
Listing
*******************/

.img-inline {
  margin: 0px;
  padding: 0px;
}

.img-inline li {
  list-style: none;
}

.img-inline li.half-width {
  width: 49%;
  display: inline-block;
  vertical-align: top;
}


/******************* 
Image shadow
*******************/

.img-shadow {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
}


/******************* 
Image shadow
*******************/

.icon-round {
  width: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 100%;
  display: inline-block;
}

.no-shrink {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}


/******************* 
up section
*******************/

.up {
  z-index: 10;
  position: relative;
}

.bt-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  visibility: hidden;
}


/******************* 
both space
*******************/

.both-space {
  margin: 80px 0;
}


/******************* 
Side text content
*******************/

.side-content {
  padding: 40px 60px;
}


/*******************
background cover
*******************/

.bg-cover {
  background-size: cover;
  min-height: 200px;
  object-fit: cover;
}

.bg-center{
  background-position: center center;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}

/******************* 
Owl carousel
*******************/

.owl-carousel {
  display: block;
  width: 100%;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
}

.owl-carousel .owl-stage {
  position: relative;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-carousel .owl-nav.disabled {
  display: none;
}


/******************* 
Max width
*******************/

.max-300 {
  max-width: 300px;
}

.max-400 {
  max-width: 400px;
}

.max-500 {
  max-width: 500px;
}

.max-600 {
  max-width: 600px;
}


/******************* 
line sticks
*******************/

.stick-bottom {
  position: relative;
  margin-bottom: 30px;
}

.stick-bottom>span {
  width: 30px;
  height: 2px;
  position: absolute;
  bottom: -7px;
  left: 0px;
  display: inline-block;
}


/******************* 
position
*******************/

.po-absolute {
  position: absolute;
}

.po-relative {
  position: relative;
}


/*-------------------*/


/*Bootstrap 4 hack*/


/*-------------------*/

.invisible {
  visibility: hidden !important;
}

.hidden-xs-up {
  display: none !important;
}

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !important;
}


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


/* Dropdown*/


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

.navbar-nav .dropdown-toggle::after {
  display: none;
}

.navbar-nav .dropdown-menu.b-none {
  border: 0px;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}

.navbar-nav {
  font-weight: 400;
}

.navbar-nav .dropdown-menu.b-none {
  border: 0px;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}

.pre-scroll {
  position: relative;
}

.mega-dropdown {
  position: static;
}

.mega-dropdown .dropdown-menu {
  width: 100%;
  padding: 30px;
  margin-top: 0px;
  overflow: hidden;
}

.mega-dropdown .list-style-none {
  font-size: 14px;
}

.mega-dropdown .inside-bg {
  margin: -30px 0 -30px -30px;
}

.mega-dropdown .inside-bg-right {
  margin: -30px -30px -30px 0;
}

.mega-dropdown .bg-img {
  background-size: cover;
  height: 100%;
  padding: 30px;
}

.mega-dropdown h6 {
  margin: 15px 0;
  font-size: 15px;
}


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


/* General Listing*/


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

.general-listing {
  padding: 0px;
  margin: 0px;
}

.general-listing li {
  list-style: none;
}

.general-listing li a {
  color: #8d97ad;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 0;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.general-listing li:hover a {
  color: #F9A400;
  padding-left: 10px;
}

.general-listing li i {
  margin-right: 7px;
  vertical-align: middle;
}

.general-listing.two-part li {
  width: 49%;
  display: inline-block;
}

.general-listing.only-li li {
  padding: 5px 0;
}


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


/* form dark*/


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

.form-control-dark {
  background: rgba(120, 130, 140, 0.13);
  color: #ffffff;
  border-color: rgba(120, 130, 140, 0.13);
}

.form-control-dark:focus {
  background: rgba(120, 130, 140, 0.13);
  color: #ffffff;
}


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


/* social-round */


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

.round-social a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  border-radius: 100%;
  margin: 0 5px;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.round-social a:hover {
  -webkit-transform: translate3d(0px, -5px, 0px);
  transform: translate3d(0px, -5px, 0px);
}

.round-social.light a {
  color: #263238;
  background: #f5f7fa;
}

.round-social.light a:hover {
  background: #263238;
  color: #ffffff;
}


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


/* Form Banner */


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

.banner {
  position: relative;
  max-height: 700px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  display: table;
}

.banner .banner-content {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

@media (max-width: 992px) {
  .banner {
    height: auto !important;
    padding: 100px 0;
  }
}

@media (max-width: 767px) {
  .banner {
    padding: 30px 0;
  }
}

.form-control {
  padding: .75rem;
  border: 2px solid rgba(120, 130, 140, 0.13);
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 12px);
}


/*******************
UI-Elements
******************/


/*******************
Buttons
******************/

.button-group .btn {
  margin-bottom: 7px;
}


/*******************
Grid page
******************/

.show-grid {
  margin-bottom: 10px;
  padding: 0 15px;
}

.show-grid [class^=col-] {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid rgba(120, 130, 140, 0.13);
  background-color: #f5f7fa;
}


/*******************
list and media
******************/

.list-group a.list-group-item:hover {
  background: #f5f7fa;
}

.list-group-item.active,
.list-group .list-group-item.active:hover {
  background: #F9A400;
  border-color: #F9A400;
}

.list-group-item.disabled {
  color: #8d97ad;
  background: #f5f7fa;
}

.media {
  border: 1px solid rgba(120, 130, 140, 0.13);
  margin-bottom: 10px;
  padding: 15px;
}


/*******************
Notification page Jquery toaster
******************/

.alert-rounded {
  border-radius: 60px;
}


/*******************
Progress bar
******************/

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-vertical {
  min-height: 250px;
  height: 250px;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 20px;
}

.progress-vertical-bottom {
  min-height: 250px;
  height: 250px;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 20px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.progress-animated {
  -webkit-animation-duration: 5s;
  -webkit-animation-name: myanimation;
  -webkit-transition: 5s all;
  animation-duration: 5s;
  animation-name: myanimation;
  -o-transition: 5s all;
  transition: 5s all;
}

@-webkit-keyframes myanimation {
  from {
    width: 0;
  }
}

@keyframes myanimation {
  from {
    width: 0;
  }
}


/*******************
Vertical tabs
******************/

.vtabs {
  display: table;
}

.vtabs .tabs-vertical {
  width: 150px;
  border-bottom: 0px;
  border-right: 1px solid rgba(120, 130, 140, 0.13);
  display: table-cell;
  vertical-align: top;
}

.vtabs .tabs-vertical li .nav-link {
  color: #263238;
  margin-bottom: 10px;
  border: 0px;
  border-radius: 4px 0 0 4px;
}

.vtabs .tab-content {
  display: table-cell;
  padding: 20px;
  vertical-align: top;
}

.tabs-vertical li .nav-link.active,
.tabs-vertical li .nav-link:hover,
.tabs-vertical li .nav-link.active:focus {
  background: #F9A400;
  border: 0px;
  color: #ffffff;
}


/*Custom vertical tab*/

.customvtab .tabs-vertical li .nav-link.active,
.customvtab .tabs-vertical li .nav-link:hover,
.customvtab .tabs-vertical li .nav-link:focus {
  background: #ffffff;
  border: 0px;
  border-right: 2px solid #F9A400;
  margin-right: -1px;
  color: #F9A400;
}

.tabcontent-border {
  border: 1px solid #ddd;
  border-top: 0px;
}

.customtab2 li a.nav-link {
  border: 0px;
  margin-right: 3px;
  color: #8d97ad;
}

.customtab2 li a.nav-link.active {
  background: #F9A400;
  color: #ffffff;
}

.customtab2 li a.nav-link:hover {
  color: #ffffff;
  background: #F9A400;
}


/*******************
Timeline page
******************/

.timeline {
  position: relative;
  padding: 20px 0 20px;
  list-style: none;
  max-width: 1200px;
  margin: 0 auto;
}

.timeline:before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 3px;
  margin-left: -1.5px;
  background-color: #f5f7fa;
}

.timeline>li {
  position: relative;
  margin-bottom: 20px;
}

.timeline>li:before,
.timeline>li:after {
  content: " ";
  display: table;
}

.timeline>li:after {
  clear: both;
}

.timeline>li:before,
.timeline>li:after {
  content: " ";
  display: table;
}

.timeline>li:after {
  clear: both;
}

.timeline>li>.timeline-panel {
  float: left;
  position: relative;
  width: 46%;
  padding: 20px;
  border: 1px solid rgba(120, 130, 140, 0.13);
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
}

.timeline>li>.timeline-panel:before {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 26px;
  right: -8px;
  border-top: 8px solid transparent;
  border-right: 0 solid rgba(120, 130, 140, 0.13);
  border-bottom: 8px solid transparent;
  border-left: 8px solid rgba(120, 130, 140, 0.13);
}

.timeline>li>.timeline-panel:after {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 27px;
  right: -7px;
  border-top: 7px solid transparent;
  border-right: 0 solid #ffffff;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #ffffff;
}

.timeline>li>.timeline-badge {
  z-index: 10;
  position: absolute;
  top: 16px;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  border-radius: 50% 50% 50% 50%;
  text-align: center;
  font-size: 1.4em;
  line-height: 46px;
  color: #fff;
  overflow: hidden;
}

.timeline>li.timeline-inverted>.timeline-panel {
  float: right;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
  right: auto;
  left: -8px;
  border-right-width: 8px;
  border-left-width: 0;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
  right: auto;
  left: -7px;
  border-right-width: 7px;
  border-left-width: 0;
}

.timeline-badge.primary {
  background-color: #E09300;
}

.timeline-badge.success {
  background-color: #07d79c;
}

.timeline-badge.warning {
  background-color: #fec500;
}

.timeline-badge.danger {
  background-color: #ff4d7e;
}

.timeline-badge.info {
  background-color: #F9A400;
}

.timeline-title {
  margin-top: 0;
  color: inherit;
  font-weight: 400;
}

.timeline-body>p,
.timeline-body>ul {
  margin-bottom: 0;
}

.timeline-body>p+p {
  margin-top: 5px;
}


/*============================================================== 
 Ui-bootstrap
 ============================================================== */

ul.list-icons {
  margin: 0px;
  padding: 0px;
}

ul.list-icons li {
  list-style: none;
  line-height: 30px;
  margin: 5px 0;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

ul.list-icons li a {
  color: #8d97ad;
}

ul.list-icons li a:hover {
  color: #F9A400;
}

ul.list-icons li i {
  font-size: 13px;
  padding-right: 8px;
}

ul.list-inline li {
  display: inline-block;
}

ul.list-inline li:first-child {
  padding-left: 0px;
}

ul.list-inline li a {
  color: #8d97ad;
}

ul.list-inline li a:hover {
  color: #F9A400;
}

ul.two-part {
  margin: 0px;
}

ul.two-part li {
  width: 48.8%;
}


/*Accordion*/

html body .accordion .card {
  margin-bottom: 0px;
}

#accordion4 .card-header {
  border: 1px solid rgba(120, 130, 140, 0.13);
  background: transparent;
  margin-bottom: 10px;
}

#accordion4 .card-header a {
  color: #8d97ad;
}

#accordion4 .card-header:hover {
  background-color: #F9A400;
  border: 1px solid #F9A400;
}

#accordion4 .card-header:hover a {
  color: #ffffff;
}

#accordion4 .card.active .card-header {
  background-color: #F9A400;
  border: 1px solid #F9A400;
}

#accordion4 .card.active .card-header a {
  color: #ffffff;
}


/*===================== 
Breadcrumb
=====================*/

.bc-colored .breadcrumb-item,
.bc-colored .breadcrumb-item a {
  color: #ffffff;
}

.bc-colored .breadcrumb-item.active,
.bc-colored .breadcrumb-item a.active {
  opacity: 0.7;
}

.bc-colored .breadcrumb-item+.breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.4);
}

.breadcrumb {
  margin-bottom: 0px;
}


/*******************
 Card title
*******************/

.card-title {
  font-size: 18px;
}

.card-subtitle {
  color: #8d97ad;
  margin-bottom: 30px;
  font-size: 14px;
}

.card-inverse .card-bodyquote .blockquote-footer,
.card-inverse .card-link,
.card-inverse .card-subtitle,
.card-inverse .card-text {
  color: rgba(255, 255, 255, 0.65);
}

.card-default .card-header {
  background: #ffffff;
  border-bottom: 0px;
}

.card-success {
  background: #07d79c;
  border-color: #07d79c;
}

.card-danger {
  background: #ff4d7e;
  border-color: #ff4d7e;
}

.card-warning {
  background: #fec500;
  border-color: #fec500;
}

.card-info {
  background: #F9A400;
  border-color: #F9A400;
}

.card-primary {
  background: #E09300;
  border-color: #E09300;
}

.card-dark {
  background: #666666;
  border-color: #666666;
}

.card-megna {
  background: #1dc8cd;
  border-color: #1dc8cd;
}


/*============================================================== 
 Cards page
 ============================================================== */

.card-columns .card {
  margin-bottom: 20px;
}

.collapsing {
  -webkit-transition: height .08s ease;
  -o-transition: height .08s ease;
  transition: height .08s ease;
}

.card-info {
  background: #F9A400;
  border-color: #F9A400;
}

.card-primary {
  background: #E09300;
  border-color: #E09300;
}

.card-outline-info {
  border-color: #F9A400;
}

.card-outline-info .card-header {
  background: #F9A400;
  border-color: #F9A400;
}

.card-outline-inverse {
  border-color: #666666;
}

.card-outline-inverse .card-header {
  background: #666666;
  border-color: #666666;
}

.card-outline-warning {
  border-color: #fec500;
}

.card-outline-warning .card-header {
  background: #fec500;
  border-color: #fec500;
}

.card-outline-success {
  border-color: #07d79c;
}

.card-outline-success .card-header {
  background: #07d79c;
  border-color: #07d79c;
}

.card-outline-danger {
  border-color: #ff4d7e;
}

.card-outline-danger .card-header {
  background: #ff4d7e;
  border-color: #ff4d7e;
}

.card-outline-primary {
  border-color: #E09300;
}

.card-outline-primary .card-header {
  background: #E09300;
  border-color: #E09300;
}


/*******************
Custom-select
******************/

.custom-select {
  background: url(../assets/images/ui/custom-select.png) right 0.75rem center no-repeat;
  border: 2px solid rgba(120, 130, 140, 0.13);
  height: calc(2.25rem + 12px);
}


/*******************
textarea
******************/

textarea {
  resize: none;
}

.form-control-danger,
.form-control-success,
.form-control-warning {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right .5625rem;
  -webkit-background-size: 1.125rem 1.125rem;
  background-size: 1.125rem 1.125rem;
}

.has-success .col-form-label,
.has-success .custom-control,
.has-success .form-check-label,
.has-success .form-control-feedback,
.has-success .form-control-label {
  color: #07d79c;
}

.has-success .form-control-success {
  background-image: url(../assets/images/ui/success.svg);
}

.has-success .form-control {
  border-color: #07d79c;
}

.has-warning .col-form-label,
.has-warning .custom-control,
.has-warning .form-check-label,
.has-warning .form-control-feedback,
.has-warning .form-control-label {
  color: #fec500;
}

.has-warning .form-control-warning {
  background-image: url(../assets/images/ui/warning.svg);
}

.has-warning .form-control {
  border-color: #fec500;
}

.has-danger .col-form-label,
.has-danger .custom-control,
.has-danger .form-check-label,
.has-danger .form-control-feedback,
.has-danger .form-control-label {
  color: #ff4d7e;
}

.has-danger .form-control-danger {
  background-image: url(../assets/images/ui/danger.svg);
}

.has-danger .form-control {
  border-color: #ff4d7e;
}

.input-group-addon [type="radio"]:not(:checked),
.input-group-addon [type="radio"]:checked,
.input-group-addon [type="checkbox"]:not(:checked),
.input-group-addon [type="checkbox"]:checked {
  position: initial;
  opacity: 1;
}

.input-form .btn {
  padding: 14px 12px;
}

.form-control-sm {
  padding: .25rem .5rem;
}


/*******************
custom modals
******************/

.custom-modal .close-btn {
  position: absolute;
  right: 12px;
  top: 10px;
  color: #8d97ad;
  font-size: 25px;
  background: #ffffff;
  width: 20px;
  height: 20px;
  text-align: center;
  display: block;
  border-radius: 100%;
  line-height: 19px;
}

.custom-modal .modal-body {
  overflow: hidden;
}

.custom-modal .modal-bg-img {
  background-size: cover;
  background-position: center center;
  min-height: 300px;
}

.modal1 .modal-bg {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  padding: 40px;
}

.modal1 .input-group {
  margin-top: -45px;
}

.modal2 .modal-bg {
  padding: 30px 30px 30px 15px;
}

.modal3 .modal-bg {
  padding: 50px 40px 60px 25px;
}

.modal4 .modal-bg {
  padding: 55px 55px 55px 40px;
}


/*******************
Overlay headers and thrid dropdown
******************/

.header-overlay {
  position: absolute;
  width: 100%;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #F9A400;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-item>.ml-auto {
  position: absolute;
  right: 15px;
  top: 10px;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: 0;
  border-radius: 0.25rem;
  display: none;
}

.dropdown-submenu>.dropdown-menu.menu-right {
  left: auto;
  right: 100%;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
  left: -75%;
}

.dropdown-menu .divider {
  background-color: rgba(120, 130, 140, 0.13);
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
}


/*******************
common-innerpage-banner
*******************/

.banner-innerpage {
  padding: 150px 0 100px;
  background-size: cover;
  background-position: center center;
}

.banner-innerpage .title {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
}

.banner-innerpage .subtitle {
  color: #ffffff;
}

@media (max-width: 900px) {
  .static-slider10 .title {
    font-size: 40px;
    line-height: 45px;
  }
}

.with-noborder .media {
  border: 0px;
  padding: 0px;
  margin: 50px 0;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #F9A400;
}


/*******************
Footer 4
*******************/

.footer4 .f4-bottom-bar {
  padding-top: 10px;
  margin-top: 20px;
}

.footer4 .f4-bottom-bar a {
  color: #8d97ad;
}

.footer4 .f4-bottom-bar a:hover {
  color: #F9A400;
}

.footer4 .round-social.light a {
  width: 34px;
  height: 34px;
  line-height: 34px;
}

.footer4 .round-social.light a:hover {
  background: #F9A400;
}


/*******************
Modal in center
*******************/

.modal-dialog {
  min-height: calc(100vh - 60px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: auto;
}

@media (max-width: 768px) {
  .modal-dialog {
    min-height: calc(100vh - 20px);
  }
}

.animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}


/*******************
icons path
*******************/

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.ttf?-rdmvgc") format("truetype");
}

@font-face {
  /*
  font-family: 'simple-line-icons';
  src: url("fonts/Simple-Line-Icons.ttf?-i3a2kk") format("truetype");
  */
}

@font-face {
  font-family: 'themify';
  src: url("fonts/themify.ttf") format("truetype");
}

@font-face {
  font-family: 'FontAwesome';
  src: url("fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype");
}


/*
Template Name: Wrapkit Ui Kit
Author: Themedesigner
Email: niravjoshi87@gmail.com
File: scss
*/


/*============================================================== 
 For Laptop & above all (1650px) 
 ============================================================== */


/*============================================================== 
 For Laptop & above all (1370px) 
 ============================================================== */

@media (max-width: 1370px) {
  .slider4 {
    overflow-y: hidden;
  }
  .slider4 .slide-image {
    height: 550px;
    width: auto !important;
  }
  .slider4 .slide-image {
    left: 0%;
    position: relative;
  }
  .slider4 ul li {
    font-size: 15px;
  }
  .slider4 h2 {
    font-size: 34px;
  }
  .slider4 .btn-md {
    padding-left: 27px;
    padding-right: 27px;
  }
}


/*-- ============================================================== 
 Small Desktop & above all (1024px) 
 ============================================================== */

@media (min-width: 1024px) {
  .page-wrapper {
    padding-top: 100px;
  }
  .hover-dropdown .navbar-nav>.dropdown:hover>.dropdown-menu {
    display: block;
    margin-top: 0px;
  }
  .navbar-nav>.dropdown .dropdown-menu {
    min-width: 210px;
    margin-top: 0px;
  }
  .dropdown-submenu:hover>.dropdown-menu {
    display: block;
  }
}

@media (max-width: 1023px) {
  .d-flex {
    display: block !important;
  }
  .d-flex.no-block {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .wrap-feature30-box {
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
  }
  .wrap-feature31-box .right-image {
    position: relative;
    bottom: -95px;
  }
  .wrap-feature31-box .right-image img {
    width: 100%;
  }
  .wrap-feature34-box .left-image {
    position: relative;
    top: -90px;
  }
  .po-absolute {
    position: relative;
  }
  .topbar {
    background: #ffffff;
    position: relative;
  }
  .topbar.animated {
    -webkit-animation-duration: 0s;
    animation-duration: 0s;
  }
  .topbar.animated.slideInDown {
    -webkit-animation-name: none;
    animation-name: none;
  }
}


/*-- ============================================================== 
 Ipad & above all(768px) 
 ============================================================== */


/*-- ============================================================== 
 Phone and below ipad(767px) 
 ============================================================== */

@media (max-width: 767px) {
  /*This is for the Global*/
  .b-l,
  .b-r {
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid rgba(120, 130, 140, 0.13);
  }
  .img-inline li.half-width {
    width: 100%;
  }
  .both-space {
    margin: 10px 0;
  }
  .side-content {
    padding: 40px 20px;
  }
  .general-listing.two-part li {
    width: 100%;
    display: block;
  }
  /*This is for the slider*/
  .slider4 h2 {
    font-size: 28px;
    line-height: 36px;
  }
  .slider4 .slide-text {
    padding: 0 !important;
    width: 95% !important;
  }
  .slider4 .slide-image {
    height: 340px;
  }
  .slider4 .btn-md {
    padding-left: 25px;
    padding-right: 25px;
  }
  .dropdown-submenu>.dropdown-menu.show {
    display: block;
  }
}

@media (max-width: 428px) {
  .slider4 h2 {
    font-size: 23px;
    line-height: 30px;
  }
  .slider4 .slide-image {
    left: -80%;
    height: 380px;
  }
  .slider4 .btn-md {
    text-align: center;
    margin-bottom: 10px;
  }
  .slider4 .btn-secondary {
    margin-left: 0 !important;
  }
  #slider-sec .carousel-control-next {
    padding-right: 10px;
  }
  #slider-sec .carousel-control-prev {
    padding-left: 10px;
  }
}

@media (max-width: 1023px) {
  .h11-nav .navbar-nav .nav-item {
    margin: 0;
  }
}


/*-------------------*/


/*Slider4 Style Start*/


/*-------------------*/

@-webkit-keyframes imagescale {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
  }
  100% {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
  }
}

@keyframes imagescale {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
  }
  100% {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
  }
}

.slider4 .slide-image {
  animation: imagescale 15s ease-in-out infinite alternate;
  -webkit-animation: imagescale 15s ease-in-out infinite alternate;
  -moz-animation: imagescale 15s ease-in-out infinite alternate;
  -o-webkit-animation: imagescale 15s ease-in-out infinite alternate;
}

.slider4 .carousel-indicators {
  bottom: 0;
}

.slider4 .carousel-indicators li {
  background-color: #fff;
}

.slider4 .carousel-indicators li.active {
  background-color: #F9A400;
}

.slider4 label {
  font-style: italic;
  font-family: 'PlayFairDisplay', sans-sarif;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.slider4 ul {
  list-style: none;
  margin: 0;
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

.slider4 ul li {
  line-height: 36px;
}

.slider4 h2 {
  font-size: 36px;
  line-height: 42px;
  font-size: 36px;
}

.slider4 p {
  font-size: 18px;
}

.slider4 .btn-secondary {
  background: transparent;
  color: #666666;
}

.slider4 .btn-secondary:hover {
  color: #666666 !important;
}


/*******************
Feature 7
*******************/

.wrap-feature7-box {
  margin-bottom: 30px;
}


/*******************
Feature 3
*******************/

.wrap-feature3-box .card-body {
  padding: 40px;
}

.wrap-feature3-box .card-body .icon-space {
  padding: 0px 40px 20px 0px;
}


/*******************
Feature 4
*******************/

.wrap-feature4-box .icon-round {
  font-size: 45px;
  width: 80px;
  color: #F9A400;
  line-height: 80px;
  text-align: center;
  display: inline-block;
  margin: 20px 0 30px;
  border-radius: 100%;
}


/*******************
Feature 21
*******************/

.wrap-feature21-box {
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}


/*******************
Testimonial 4
*******************/

.testimonial4 .owl-dots {
  counter-reset: dots;
  text-align: left;
}

.testimonial4 .owl-dots .owl-dot {
  padding: 15px 20px 10px 0;
  cursor: pointer;
}

.testimonial4 .owl-dots .owl-dot span {
  display: none;
}

.testimonial4 .owl-dots .owl-dot:before {
  counter-increment: dots;
  content: counter(dots);
}

.testimonial4 .owl-dots .owl-dot.active:before {
  font-weight: 500;
  color: #F9A400;
  border-bottom: 2px solid #F9A400;
}


/*******************
Blog homepage 1
*******************/

.blog-home1 .col-md-4 {
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.blog-home1 .col-md-4:hover {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}


/*******************
Footer 2
*******************/

.footer2 {
  padding: 60px 0;
}

.footer2 .f2-middle {
  padding-top: 40px;
}

.footer2 .link {
  color: #8d97ad;
  padding: 10px 15px 10px 0;
}

.footer2 .general-listing li a i {
  font-size: 9px;
  margin-right: 10px;
}

.footer2 .info-box .d-flex {
  padding: 6px 0 1px 0;
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}

.footer2 .subscribe-box {
  background: rgba(120, 130, 140, 0.13);
  padding: 25px;
}

.footer2 .subscribe-box .form-control {
  background: transparent;
  padding: 10px 0;
  border: 0px;
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
  color: #ffffff;
  border-radius: 0px;
}

.footer2 .subscribe-box .form-control:focus {
  border-bottom: 1px solid #ffffff;
}

.dropdown-menu.show {
  display: block;
}

.wrap-feature3-box i.fa {
  font-size: 5rem;
}

#accordion4 .card-header {
  background-color: #fff;
}

#accordion4 .card-header a {
  width: 100%;
  display: block;
  padding: .75rem 1.25rem;
}

.card-header {
  padding: 0;
}

.bg-light .card-int {
  padding: 0 4% 5% 4%;
}

.text-white a {
  color: #fff;
}

.page-wrapper {
  padding-top: 0;
}

.blog-home1 [class*=col-] .card{
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.blog-home1 [class*=col-]:hover .card{
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

.blog-home1 .precio {
  padding: 10px;
  float: right;

  color: #ffffff;
  border-radius: 4px;
  text-align: center;

}



/*******************
Blog homepage 2
*******************/


.blog-home2 .date-pos {
  padding: 10px;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 10px;
  color: #ffffff;
  border-radius: 4px;
  text-align: center;
}

.blog-home2 .date-pos span {
  display: block;
  font-size: 30px;
  line-height: 30px;
}


/*******************
Blog homepage 3
*******************/

.blog-home3 .date-pos {
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  padding: 10px;
}

.blog-home3 a {
  overflow: hidden;
}

.blog-home3 a img {
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.blog-home3 a img:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}


/*******************
Blog homepage 4
*******************/

.blog-home4 .tweet {
  text-align: center;
}

.blog-home4 .tweet .card-title {
  color: #ffffff;
}

.blog-home4 .tweet .card-title a {
  color: #ffffff;
}

.blog-home4 .tweet .card-title a:hover {
  color: #263238;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}


/*******************
Blog homepage 5
*******************/

.blog-home5 .b-h-box {
  position: relative;
  color: #ffffff;
}

.blog-home5 .b-h-box .card-img-overlay {
  bottom: 0px;
  top: auto;
  -webkit-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  transition: .2s ease-in;
  height: 45%;
  overflow: hidden;
}

.blog-home5 .b-h-box .card-title {
  color: #ffffff;
  margin: 15px 0;
}

.blog-home5 .b-h-box .card-text {
  display: none;
}

.blog-home5 .b-h-box:hover {
  color: #8d97ad;
}

.blog-home5 .b-h-box:hover .card-img-overlay {
  height: 100%;
  background: #ffffff;
  border: 3px solid rgba(120, 130, 140, 0.13);
}

.blog-home5 .b-h-box:hover .card-title {
  color: #263238;
  margin: 15px 0;
}

.blog-home5 .b-h-box:hover .card-text {
  display: block;
}


/*******************
Blog homepage 6
*******************/

.blog-home6 .form-control {
  padding: 13px;
}

.blog-home6 .blog-row {
  margin-bottom: 30px;
}

.blog-home6 .blog-row a {
  color: #263238;
}

.blog-home6 .blog-row a:hover {
  color: #E09300;
}

.blog-home6 .blog-row h5 {
  font-weight: 500;
  margin-top: 10px;
}


/*******************
Portfolio 1
*******************/

.img-ho {
  overflow: hidden;
}

.img-ho img {
  -webkit-transition: 0.1s ease-in;
  -o-transition: 0.1s ease-in;
  transition: 0.1s ease-in;
}

.img-ho img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}


/*******************
Portfolio2
*******************/

.filterby a {
  padding: 10px;
  font-weight: 400;
  color: #8d97ad;
}

.filterby a:hover {
  color: #E09300;
}

.filterby a:first-child {
  padding-left: 0px;
}

.hidden {
  display: none;
}

@media (max-width: 767px) {
  .filterby a {
    padding: 10px 5px;
  }
}

.portfolio-box {
  margin-top: 40px;
}

.portfolio-box .filter .overlay-box {
  margin-bottom: 30px;
  position: relative;
}

.portfolio-box .filter .overlay-box .img-ho {
  overflow: hidden;
  display: block;
}

.portfolio-box .filter .overlay-box .img-ho img {
  -webkit-transition: 0.1s ease-in;
  -o-transition: 0.1s ease-in;
  transition: 0.1s ease-in;
}

.portfolio-box .filter .overlay-box .img-ho:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.portfolio-box .filter .overlay-box .port-text {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.portfolio-box .filter .overlay-box .port-text>div {
  padding: 20px 0 10px 0;
}

.portfolio-box .filter .overlay-box .port-text h5 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0px;
}

.portfolio-box .filter .overlay-box .port-text span {
  color: #8d97ad;
  font-size: 14px;
}

.like-dislike {
  padding: 0px !important;
}

.like-dislike .text-active {
  display: none;
}

.like-dislike.active .text {
  display: none;
}

.like-dislike.active .text-active {
  display: inline-block;
}


/*******************
Portfolio4
*******************/

.portfolio4 .portfolio-box4 {
  margin-top: 60px;
}

.portfolio4 .portfolio-box4 .filter .overlay-box {
  margin-bottom: 30px;
  position: relative;
}

.portfolio4 .portfolio-box4 .filter .overlay-box .overlay {
  position: absolute;
  background: #F9A400CC;
  /*CC = 0.8 opacity*/
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  height: 0px;
  width: 100%;
  display: none;
  padding-top: 30%;
}

.portfolio4 .portfolio-box4 .filter .overlay-box .overlay .port-text {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 0px;
  width: 0px;
  text-align: center;
}

.portfolio4 .portfolio-box4 .filter .overlay-box .overlay .port-text h5 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0px;
}

.portfolio4 .portfolio-box4 .filter .overlay-box .overlay .port-text span {
  color: #ffffff;
  font-size: 14px;
}

.portfolio4 .portfolio-box4 .filter .overlay-box:hover .overlay {
  display: block;
  top: 0px;
  height: 100%;
}

.portfolio4 .portfolio-box4 .filter .overlay-box:hover .overlay .port-text {
  top: 43%;
  width: 100%;
}


/*******************
projects
*******************/

.img-ho {
  overflow: hidden;
}

.img-ho img {
  -webkit-transition: 0.1s ease-in;
  -o-transition: 0.1s ease-in;
  transition: 0.1s ease-in;
}

.img-ho img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}


/*******************
Header 1
*******************/

.h1-nav {
  padding: 15px 0;
}

.h1-nav .navbar-nav .nav-item {
  margin: 0 20px;
}

.h1-nav .navbar-nav .nav-item .nav-link {
  padding: 12px 0px;
  color: #8d97ad;
  font-weight: 400;
}

.h1-nav .navbar-nav .nav-item .nav-link:hover {
  color: #2cdd9b;
}

.h1-nav .navbar-nav .nav-item:last-child {
  margin-right: 0px;
}


/*******************
Header 2
*******************/

.h2-nav {
  width: 100%;
  z-index: 1;
  left: 0px;
  padding: 25px 15px;
}

.h2-nav .navbar-nav .nav-item {
  margin: 0 15px;
}

.h2-nav .navbar-nav .nav-item .nav-link {
  padding: 12px 0px;
  color: #ffffff;
  font-weight: 400;
}

.h2-nav .navbar-nav .nav-item .nav-link:hover {
  color: #263238;
}

.h2-nav .navbar-nav .nav-item .btn {
  opacity: 0.5;
}

.h2-nav .navbar-nav .nav-item .btn:hover {
  opacity: 1;
}

@media (max-width: 1023px) {
  .h2-nav .navbar-collapse {
    background: #2cdd9b;
    background: -webkit-linear-gradient(legacy-direction(to right), #2cdd9b 0%, #1dc8cc 100%);
    background: -webkit-gradient(linear, left top, right top, from(#2cdd9b), to(#1dc8cc));
    background: -webkit-linear-gradient(left, #2cdd9b 0%, #1dc8cc 100%);
    background: -o-linear-gradient(left, #2cdd9b 0%, #1dc8cc 100%);
    background: linear-gradient(to right, #2cdd9b 0%, #1dc8cc 100%);
    padding: 15px 15px 20px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
    box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  }
  .h2-nav .dropdown-menu,
  .h2-nav .dropdown-item:focus,
  .h2-nav .dropdown-item:hover {
    background: #2cdd9b;
    background: -webkit-linear-gradient(legacy-direction(to right), #2cdd9b 0%, #1dc8cc 100%);
    background: -webkit-gradient(linear, left top, right top, from(#2cdd9b), to(#1dc8cc));
    background: -webkit-linear-gradient(left, #2cdd9b 0%, #1dc8cc 100%);
    background: -o-linear-gradient(left, #2cdd9b 0%, #1dc8cc 100%);
    background: linear-gradient(to right, #2cdd9b 0%, #1dc8cc 100%);
    border: 0px;
  }
  .h2-nav .dropdown-menu .dropdown-item,
  .h2-nav .dropdown-item:focus .dropdown-item,
  .h2-nav .dropdown-item:hover .dropdown-item {
    color: #ffffff;
  }
}


/*******************
Header 3
*******************/

.h3-topbar {
  padding: 10px 0;
}

.h3-topbar .list-inline {
  margin-bottom: 0px;
}

.h3-topbar .list-inline li {
  display: inline-block;
}

.h3-topbar .list-inline li a {
  padding: 10px 8px;
  display: block;
  color: #B3A68C;
  font-weight: 400;
  font-size: 14px;
}

.h3-topbar .list-inline li a:hover {
  color: #4E4532;
}

.h3-topbar .list-inline li a .info-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  font-size: 25px;
}

.h3-topbar .list-inline li a .vdevider {
  width: 1px;
  background: rgba(120, 130, 140, 0.13);
  display: inline-block;
  height: 25px;
  vertical-align: middle;
}

.h3-topbar .t-r {
  text-align: right;
}

.h3-navbar {
  border-top: 1px solid #ECE8E1;
  position: relative;
}

.h3-navbar .navbar-brand {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 240px;
  text-align: center;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  padding: 30px 15px;
  top: -67px;
}

.h3-navbar .navbar {
  padding: 0px;
  margin-top: -1px;
}

.h3-navbar .navbar .navbar-nav .nav-item {
  margin: 0 0px;
}

.h3-navbar .navbar .navbar-nav .nav-link {
  padding: 22px 20px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  color: #B3A68C;
  border-top: 1px solid transparent;
}

.h3-navbar .navbar .navbar-nav .nav-item.active .nav-link,
.h3-navbar .navbar .navbar-nav .nav-item:hover .nav-link {
  border-top: 1px solid #6B6045;
  color: #6B6045;
}
@media (max-width: 1199px) {
  .h3-navbar .navbar .navbar-nav .nav-link {
      padding: 22px 8px;
  }
}

@media (max-width: 1023px) {
  .h3-topbar {
    display: none;
  }
  .h3-navbar .navbar-brand {
    position: relative;
    top: 0px;
    margin-right: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: auto;
    background: transparent;
    padding: 10px 20px 10px 0;
    margin-left: 0px;
  }
  .h3-navbar .navbar-brand .spare-text {
    display: none;
  }
  .h3-navbar .navbar .navbar-nav .nav-link {
    border-top: 0px;
    border-left: 1px solid transparent;
    margin-left: 3px;
  }
  .h3-navbar .navbar .navbar-nav .nav-item.active .nav-link,
  .h3-navbar .navbar .navbar-nav .nav-item:hover .nav-link {
    border-top: 0px solid #ff4d7e;
    /*border-left: 1px solid #ff4d7e;*/
  }
  .h3-navbar .navbar ul.ml-auto{
    margin-left: 2px !important;

  }  
}


/*******************
Header 4
*******************/

.h4-topbar {
  background: #2cdd9b;
  background: -webkit-linear-gradient(legacy-direction(to right), #2cdd9b 0%, #1dc8cc 100%);
  background: -webkit-gradient(linear, left top, right top, from(#2cdd9b), to(#1dc8cc));
  background: -webkit-linear-gradient(left, #2cdd9b 0%, #1dc8cc 100%);
  background: -o-linear-gradient(left, #2cdd9b 0%, #1dc8cc 100%);
  background: linear-gradient(to right, #2cdd9b 0%, #1dc8cc 100%);
}

.h4-topbar .navbar {
  padding: 0;
}

.h4-topbar .navbar .hidden-lg-up {
  padding: 15px;
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}

.h4-topbar .navbar .navbar-nav .nav-link {
  padding: 15px;
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}

.h4-topbar .navbar .navbar-nav .nav-item:hover .nav-link,
.h4-topbar .navbar .navbar-nav .nav-item.active .nav-link {
  background: #ffffff;
  color: #263238;
}

.h4-topbar .navbar .navbar-nav .search .nav-link {
  background: rgba(0, 0, 0, 0.05);
  padding: 15px 23px;
}

.h4-topbar .navbar .navbar-nav .search .dropdown-menu {
  padding: 20px;
  width: 300px;
}

.h4-nav-bar {
  padding: 15px 0px;
}

.h4-nav-bar .donate-btn a {
  font-size: 13px;
  font-weight: 500;
  padding: 13px 25px;
  margin-left: 15px;
}

.h4-nav-bar .nav-item .nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 25px;
}

@media (max-width: 1023px) {
  .h4-nav-bar .donate-btn a {
    display: block;
    margin-left: 0px;
  }
  .h4-nav-bar .nav-item .nav-link {
    padding: 0 10px;
    margin: 10px 0;
  }
}


/*******************
Header 5
*******************/

.h5-nav-bar {
  padding: 25px 15px;
  position: relative;
  width: 100%;
  left: 0px;
}

.h5-nav-bar .navbar-brand {
  position: absolute;
}

.h5-nav-bar .navbar-nav .nav-link {
  color: #ffffff;
  font-size: 14px;
  padding: 25px 18px;
  font-weight: 500;
}

.h5-nav-bar .navbar-nav .nav-item:hover .nav-link {
  color: #ff4d7e;
}

.h5-nav-bar .rounded-button {
  border-radius: 60px;
  padding: 10px 30px;
  display: inline-block;
  border: 2px solid #ff4d7e;
  position: absolute;
  right: 0px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}

.h5-nav-bar .rounded-button a {
  color: #ffffff;
  font-weight: 500;
}

.h5-nav-bar .rounded-button a:hover {
  color: #ff4d7e;
}

@media (max-width: 1023px) {
  .h5-nav-bar .navbar-brand {
    position: relative;
  }
  .h5-nav-bar .navbar-collapse {
    background: #263238;
    padding: 15px 15px 20px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
    box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
    z-index: 10;
  }
  .h5-nav-bar .rounded-button {
    position: relative;
  }
}


/*******************
Header 6
*******************/

.h6-topbar .authentication-box {
  margin-bottom: 0px;
  padding: 10px 0;
}

.h6-topbar .authentication-box li {
  display: inline-block;
}

.h6-topbar .authentication-box li a {
  padding: 3px 15px;
  display: block;
  color: #8d97ad;
  font-weight: 400;
  border-bottom: 0px !important;
}

.h6-topbar .authentication-box li a:hover {
  color: #F9A400;
}

.h6-topbar .authentication-box li a:last-child {
  padding-right: 0px;
}

.h6-topbar .authentication-box li i {
  font-size: 20px;
  vertical-align: text-bottom;
}

.h6-nav-bar {
  padding: 0px;
}

.h6-nav-bar .navbar-nav .nav-link {
  padding: 35px 15px;
  color: #8d97ad;
}

.h6-nav-bar .navbar-nav .nav-item:hover .nav-link,
.h6-nav-bar .navbar-nav .nav-item.active .nav-link {
  color: #263238;
}

.h6-nav-bar .act-buttons .btn {
  margin: 10px 0 10px 10px;
}

@media (max-width: 1023px) {
  .h6-nav-bar .navbar-nav .nav-link {
    padding: 15px 15px;
  }
  .h6-nav-bar .act-buttons .btn {
    margin: 10px 0 10px 0px;
  }
}


/*******************
Header 7
*******************/

.header7 {
  background: #666666;
  max-height: 120px;
}

.header7 .h7-topbar {
  padding: 15px 0;
  color: #ffffff;
}

.header7 .con-btn a {
  padding: 5px 20px;
  text-transform: uppercase;
}

.header7 .h7-nav-bar {
  background: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}

.header7 .h7-nav-bar .logo-box {
  padding: 20px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 230px;
  border-right: 1px solid rgba(120, 130, 140, 0.13);
}

.header7 .h7-nav-bar .h7-nav-box {
  display: block;
  width: calc(100% - 230px);
}

.header7 .h7-nav-bar .h7-nav-box .h7-mini-bar {
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}

.header7 .h7-nav-bar .h7-nav-box .h7-mini-bar .gen-info span {
  display: inline-block;
  padding: 15px 20px;
  font-weight: 400;
}

.header7 .h7-nav-bar .h7-nav-box .h7-mini-bar .social-info {
  padding-right: 10px;
}

.header7 .h7-nav-bar .h7-nav-box .h7-mini-bar .social-info a {
  display: inline-block;
  padding: 15px 8px;
  font-weight: 400;
  color: #8d97ad;
}

.header7 .h7-nav-bar .h7-nav-box .h7-mini-bar .social-info a:hover {
  color: #263238;
}

.header7 .h7-nav-bar .h7-nav-box .main-nav ul {
  margin: 0px;
  padding: 0px;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}

.header7 .h7-nav-bar .h7-nav-box .main-nav ul li {
  list-style: none;
  margin: 0px;
  padding: 0px;
  position: relative;
}

.header7 .h7-nav-bar .h7-nav-box .main-nav ul li a {
  padding: 20px 0px 21px;
  color: #8d97ad;
  display: block;
}

.header7 .h7-nav-bar .h7-nav-box .main-nav>ul {
  display: table;
  width: 100%;
}

.header7 .h7-nav-bar .h7-nav-box .main-nav>ul>li {
  display: table-cell;
  text-align: center;
  border-left: 1px solid rgba(120, 130, 140, 0.13);
}

.header7 .h7-nav-bar .h7-nav-box .main-nav>ul>li:first-child {
  border-left: 0px;
}

.header7 .h7-nav-bar .h7-nav-box .main-nav>ul>li:hover {
  background: #f4f8fa;
}

.header7 .h7-nav-bar .h7-nav-box .main-nav>ul>li:hover>ul {
  display: block;
}

.header7 .h7-nav-bar .h7-nav-box .main-nav>ul>li ul {
  position: absolute;
  display: none;
  background: #f4f8fa;
  text-align: left;
  padding: 18px;
  width: 250px;
}

.header7 .h7-nav-bar .h7-nav-box .main-nav>ul>li ul li a {
  padding: 13px 10px;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.header7 .h7-nav-bar .h7-nav-box .main-nav>ul>li ul li a:hover {
  padding: 13px 10px 13px 18px;
  color: #263238;
}

@media (max-width: 767px) {
  .header7 .h7-nav-bar {
    display: block;
  }
  .header7 .h7-nav-bar .logo-box {
    display: inline-block;
  }
  .header7 .h7-nav-bar .h7-nav-box {
    display: none;
    width: 100%;
  }
  .header7 .h7-nav-bar .h7-nav-box.show {
    display: block;
  }
  .header7 .h7-nav-bar .h7-nav-box .h7-mini-bar {
    border-top: 1px solid rgba(120, 130, 140, 0.13);
  }
  .header7 .h7-nav-bar .h7-nav-box .main-nav {
    max-height: 200px;
    overflow: auto;
  }
  .header7 .h7-nav-bar .h7-nav-box .main-nav>ul {
    display: block;
  }
  .header7 .h7-nav-bar .h7-nav-box .main-nav>ul>li {
    display: block;
    text-align: left;
  }
  .header7 .h7-nav-bar .h7-nav-box .main-nav>ul>li a {
    padding: 20px;
  }
  .header7 .h7-nav-bar .h7-nav-box .main-nav>ul>li ul {
    position: relative;
    width: 100%;
    padding-top: 0px;
  }
  .header7 .h7-nav-bar .op-clo {
    padding: 20px 22px;
    float: right;
    margin: 25px 30px 0 0;
  }
}


/*******************
Header 11
*******************/

.h11-nav {
  padding: 0;
}

.h11-nav .navbar-brand {
  padding: 10px 0;
}

.h11-nav .h11-topbar ul {
  margin-bottom: 0px;
  padding: 15px 0;
}

.h11-nav .h11-topbar ul li {
  display: inline-block;
  vertical-align: middle;
}

.h11-nav .h11-topbar ul li a {
  padding: 0px 7px;
  color: #8d97ad;
  display: block;
}

.h11-nav .h11-topbar ul li:hover a {
  color: #263238;
}

.h11-nav .h11-topbar ul li:last-child a {
  font-size: 21px;
  font-weight: 600;
  color: #263238;
  padding-left: 15px;
  margin-left: 7px;
  border-left: 1px solid rgba(120, 130, 140, 0.13);
}

.h11-nav .navbar-nav .nav-item {
  margin: 0 0px;
}

.h11-nav .navbar-nav .nav-item .nav-link {
  padding: 12px 12px;
  color: #8d97ad;
  border-bottom: 1px solid transparent;
  font-weight: 500;
  text-transform: uppercase;
}

.h11-nav .navbar-nav .nav-item:hover .nav-link,
.h11-nav .navbar-nav .nav-item.active .nav-link {
  color: #F9A400;
  border-bottom: 1px solid #F9A400;
}

.h11-nav .navbar-nav .nav-item:last-child {
  margin-right: 0px;
}

@media (max-width: 1023px) {
  .h11-nav .navbar-nav .nav-item {
    margin: 0;
  }
}


/*******************
Header 12
*******************/

.header12 {
  background: #263238;
}

.header12 .h12-nav {
  padding: 15px 0;
}

.header12 .h12-nav .navbar-nav .nav-item .nav-link {
  color: #BCC1CF;
  padding: 10px 15px;
  display: block;
}

.header12 .h12-nav .navbar-nav .nav-item:hover .nav-link,
.header12 .h12-nav .navbar-nav .nav-item.active .nav-link {
  color: #ffffff;
}

.header12 .h12-nav .navbar-nav .nav-item:last-child {
  margin-left: 10px;
}

.header12 .h12-topbar {
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}

.header12 .h12-topbar .navbar-brand {
  font-size: 14px;
  color: #ffffff;
  padding: 15px 0;
}

.header12 .h12-topbar .navbar {
  padding: 0;
}

.header12 .h12-topbar .navbar .nav-item .nav-link {
  color: #BCC1CF;
  padding: 9px 10px;
  border-right: 1px solid rgba(120, 130, 140, 0.13);
}

.header12 .h12-topbar .navbar .nav-item .nav-link:first-child {
  border-left: 1px solid rgba(120, 130, 140, 0.13);
}

.header12 .h12-topbar .navbar .nav-item:hover .nav-link {
  color: #ffffff;
}

.header12 .h12-topbar .navbar .nav-item .redes12 {
  padding-right: 10px;
  padding-left: 10px;
}

.header12 a.btn-outline-info {
  font-size: 14px;
  font-weight: 600;
  color: #BCC1CF;
  border: 1px solid #8d97ad;
}

.header12 a:hover.btn-outline-info {
  color: #fff;
  border: 1px solid #fff;
}

.header12 a.btn-outline-info {
  color: #EAEAEA;
  font-weight: 500;
}

.header12 a:hover.btn-outline-info {
  background-color: transparent;
  color: #8AD3FF;
  border-color: #8AD3FF;
}

.header12 .h12-topbar {
  border-bottom: 0px solid #fff;
}

.header12 a.navbar-brand>img {
  margin-top: -40px;
  max-width: 180px;
}

.header12 .h12-topbar ul.navbar-nav {
  flex-direction: row !important;
}

@media (max-width: 767px) {
  .header12 .h12-topbar .ocultar_mov {
    display: none;
  }
}

@media (max-width: 599px) {
  .header12 .navbar-brand>img {
    max-height: 68px;
  }
}


/*******************
Header 13
*******************/

.header13 .h13-nav {
  padding: 15px 0;
}

.header13 .h13-nav .call-info {
  padding-left: 20px;
  border-left: 1px solid rgba(120, 130, 140, 0.13);
}

.header13 .h13-nav .navbar-nav .nav-item .nav-link {
  color: #8d97ad;
  padding: 10px 15px;
  display: block;
}

.header13 .h13-nav .navbar-nav .nav-item:hover .nav-link,
.header13 .h13-nav .navbar-nav .nav-item.active .nav-link {
  color: #ff4d7e;
}

.header13 .h13-nav .navbar-nav .nav-item:last-child {
  margin-left: 10px;
}

.header13 .h13-topbar {
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}

.header13 .h13-topbar .navbar-brand {
  font-size: 14px;
  color: #F9A400;
  padding: 15px 0;
}

.header13 .h13-topbar .navbar {
  padding: 0;
}

.header13 .h13-topbar .navbar .search-box {
  padding: 15px;
  width: 240px;
}

.header13 .h13-topbar .navbar .nav-item .nav-link {
  color: #8d97ad;
  padding: 15px 20px;
}

.header13 .h13-topbar .navbar .nav-item .nav-link:first-child {
  padding-left: 0px;
}

.header13 .h13-topbar .navbar .nav-item:hover .nav-link {
  color: #ff4d7e;
}


/*******************
Header 14
*******************/

.h14-topbar {
  background: #f4f8fa;
}

.h14-topbar .navbar-brand {
  font-size: 14px;
  color: #263238;
  font-weight: 500;
  padding: 15px 0;
}

.h14-topbar .navbar {
  padding: 0;
}

.h14-topbar .navbar .search-box {
  padding: 15px;
  width: 240px;
}

.h14-topbar .navbar .nav-item .nav-link {
  color: #8d97ad;
  padding: 15px 20px;
}

.h14-topbar .navbar .nav-item .nav-link:first-child {
  padding-left: 0px;
}

.h14-navbar {
  background: #F9A400;

}

.h14-navbar .navbar {
  padding: 0;
    min-height: 55px;
}

.h14-navbar .navbar .hidden-lg-up {
  padding: 15px;
  color: #263238;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
}

.h14-navbar .navbar .navbar-nav .nav-link {
  padding: 18px 14px;
  color: #FFF;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
}

.h14-navbar .navbar .navbar-nav .nav-item:hover .nav-link,
.h14-navbar .navbar .navbar-nav .nav-item.active .nav-link {
  background: rgba(0, 0, 0, 0.15);
  /*background-color: #777;*/
  color: #fff;
}

.h14-navbar .navbar .navbar-nav .search .nav-link {
  background: rgba(0, 0, 0, 0.1);
  padding: 18px 23px;
}

.h14-navbar .navbar .navbar-nav .search .dropdown-menu {
  padding: 20px;
  min-width: 300px;
}

.h14-navbar .navbar .dropdown-menu {
  background: #F9A400;
  border-radius: 0 0 4px 4px;
  margin-top: 0px;
}

.h14-navbar .navbar .dropdown-menu .dropdown-item {
  color: #fff;
  font-weight: 600;
}

.h14-navbar .navbar .dropdown-menu .dropdown-item.active,
.h14-navbar .navbar .dropdown-menu .dropdown-item:active,
.h14-navbar .navbar .dropdown-menu .dropdown-item:hover {
  background: rgba(0, 0, 0, 0.15);
  /*background-color: #777;*/
}

.h14-info-bar {
  padding: 15px 0px;
}

.h14-info-bar .donate-btn a {
  font-size: 13px;
  font-weight: 500;
  padding: 13px 25px;
  margin-left: 15px;
}

.h14-info-bar .nav-item .nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 25px;
}

@media (max-width: 1023px) {
  .h14-info-bar .donate-btn a {
    display: block;
    margin-left: 0px;
  }
  .h14-info-bar .nav-item .nav-link {
    padding: 0 10px;
    margin: 10px 0;
  }
}


/*******************
Header 15
*******************/

.h15-topbar {
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}

.h15-topbar .navbar-brand {
  font-size: 14px;
  color: #263238;
  font-weight: 500;
  padding: 15px 0;
}

.h15-topbar .navbar {
  padding: 0;
}

.h15-topbar .navbar .search-box {
  padding: 15px;
  width: 240px;
}

.h15-topbar .navbar .nav-item .nav-link {
  color: #8d97ad;
  padding: 15px 20px;
}

.h15-topbar .navbar .nav-item .nav-link:first-child {
  padding-left: 0px;
}

.h15-topbar .navbar .nav-item:hover .nav-link {
  color: #F9A400;
}

.h15-topbar .navbar .search .dropdown-menu {
  padding: 20px;
  min-width: 300px;
}

.h15-navbar .navbar {
  padding: 0;
}

.h15-navbar .navbar .hidden-lg-up {
  padding: 15px;
  color: #263238;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}

.h15-navbar .navbar .navbar-nav .nav-link {
  padding: 18px 15px;
  color: #263238;
  font-weight: 400;
  font-size: 14px;
  border-bottom: 1px solid transparent;
}

.h15-navbar .navbar .navbar-nav .nav-item:hover .nav-link,
.h15-navbar .navbar .navbar-nav .nav-item.active .nav-link {
  color: #F9A400;
  border-bottom: 1px solid #F9A400;
}

.h15-navbar .navbar .navbar-nav .search .nav-link {
  background: #2cdd9b;
  background: -webkit-linear-gradient(legacy-direction(to right), #2cdd9b 0%, #1dc8cc 100%);
  background: -webkit-gradient(linear, left top, right top, from(#2cdd9b), to(#1dc8cc));
  background: -webkit-linear-gradient(left, #2cdd9b 0%, #1dc8cc 100%);
  background: -o-linear-gradient(left, #2cdd9b 0%, #1dc8cc 100%);
  background: linear-gradient(to right, #2cdd9b 0%, #1dc8cc 100%);
  color: #ffffff;
  padding: 18px 23px;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.h15-navbar .navbar .navbar-nav .search:hover .nav-link {
  color: #ffffff;
  background: #2cdd9b;
  background: -webkit-linear-gradient(legacy-direction(to left), #2cdd9b 0%, #1dc8cc 100%);
  background: -webkit-gradient(linear, right top, left top, from(#2cdd9b), to(#1dc8cc));
  background: -webkit-linear-gradient(right, #2cdd9b 0%, #1dc8cc 100%);
  background: -o-linear-gradient(right, #2cdd9b 0%, #1dc8cc 100%);
  background: linear-gradient(to left, #2cdd9b 0%, #1dc8cc 100%);
  border-bottom: 1px solid transparent;
}

.h15-navbar .navbar .navbar-nav .search .dropdown-menu {
  padding: 20px;
  min-width: 300px;
}

.h15-navbar .navbar .dropdown-menu {
  background: #F9A400;
  border-radius: 0 0 4px 4px;
  margin-top: 0px;
}

.h15-navbar .navbar .dropdown-menu .dropdown-item {
  color: #ffffff;
}

.h15-navbar .navbar .dropdown-menu .dropdown-item.active,
.h15-navbar .navbar .dropdown-menu .dropdown-item:active,
.h15-navbar .navbar .dropdown-menu .dropdown-item:hover {
  background: rgba(120, 130, 140, 0.13);
}

.h15-info-bar {
  padding: 15px 0px;
}

.h15-info-bar .donate-btn a {
  font-size: 13px;
  font-weight: 500;
  padding: 13px 25px;
  margin-left: 15px;
}

.h15-info-bar .nav-item .nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 25px;
}

@media (max-width: 1023px) {
  .h15-info-bar .donate-btn a {
    display: block;
    margin-left: 0px;
  }
  .h15-info-bar .nav-item .nav-link {
    padding: 0 10px;
    margin: 10px 0;
  }
}


/*******************
Header 16
*******************/

.h16-topbar {
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}

.h16-topbar .navbar-brand {
  font-size: 14px;
  color: #263238;
  font-weight: 500;
  padding: 15px 0;
}

.h16-topbar .navbar {
  padding: 0;
}

.h16-topbar .navbar .search-box {
  padding: 15px;
  width: 240px;
}

.h16-topbar .navbar .nav-item .nav-link {
  color: #8d97ad;
  padding: 15px;
}

.h16-topbar .navbar .navbar-nav .nav-item:first-child .nav-link {
  border-right: 1px solid rgba(120, 130, 140, 0.13);
}

.h16-topbar .navbar .nav-item:hover .nav-link {
  color: #ff4d7e;
}

.h16-topbar .navbar .search .dropdown-menu {
  padding: 20px;
  min-width: 300px;
}

.h16-navbar {
  margin-bottom: -55px;
}

.h16-navbar .navbar {
  background: #ff4d7e;
  background: -webkit-linear-gradient(legacy-direction(to right), #ff4d7e 0%, #ff6a5b 100%);
  background: -webkit-gradient(linear, left top, right top, from(#ff4d7e), to(#ff6a5b));
  background: -webkit-linear-gradient(left, #ff4d7e 0%, #ff6a5b 100%);
  background: -o-linear-gradient(left, #ff4d7e 0%, #ff6a5b 100%);
  background: linear-gradient(to right, #ff4d7e 0%, #ff6a5b 100%);
  padding: 0px;
}

.h16-navbar .navbar .hidden-lg-up {
  padding: 17px;
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}

.h16-navbar .navbar .navbar-nav .nav-link {
  padding: 18px 18px;
  color: #ffffff;
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
  margin-right: 5px;
}

.h16-navbar .navbar .navbar-nav .nav-item:hover .nav-link,
.h16-navbar .navbar .navbar-nav .nav-item.active .nav-link {
  background: rgba(120, 130, 140, 0.13);
}

.h16-navbar .navbar .navbar-nav .search .nav-link {
  background: rgba(0, 0, 0, 0.05);
  color: #ffffff;
  padding: 18px 23px;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  margin-right: 0px;
}

.h16-navbar .navbar .navbar-nav .search:hover .nav-link {
  color: #ffffff;
  background: #666666;
}

.h16-navbar .navbar .navbar-nav .search .dropdown-menu {
  padding: 20px;
  min-width: 300px;
}

.h16-navbar .navbar .dropdown-menu {
  background: #ff4d7e;
  border-radius: 0 0 4px 4px;
  margin-top: 0px;
}

.h16-navbar .navbar .dropdown-menu .dropdown-item {
  color: #ffffff;
}

.h16-navbar .navbar .dropdown-menu .dropdown-item.active,
.h16-navbar .navbar .dropdown-menu .dropdown-item:active,
.h16-navbar .navbar .dropdown-menu .dropdown-item:hover {
  background: rgba(120, 130, 140, 0.13);
}

.h16-info-bar {
  padding: 15px 0px;
}

.h16-info-bar .donate-btn a {
  font-size: 13px;
  font-weight: 500;
  padding: 13px 25px;
  margin-left: 15px;
}

.h16-info-bar .nav-item .nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 25px;
}

@media (max-width: 1023px) {
  .h16-info-bar .donate-btn a {
    display: block;
    margin-left: 0px;
  }
  .h16-info-bar .nav-item .nav-link {
    padding: 0 10px;
    margin: 10px 0;
  }
}


/*******************
Header 17
*******************/

.header17 .h17-nav {
  padding: 15px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.header17 .h17-nav .call-info {
  padding-left: 20px;
  border-left: 1px solid rgba(120, 130, 140, 0.13);
  vertical-align: middle;
}

.header17 .h17-nav .h17nav-bar {
  margin-bottom: 0px;
}

.header17 .h17-nav .h17nav-bar li {
  display: inline-block;
  vertical-align: middle;
}

.header17 .h17-nav .h17nav-bar li a.nav-link {
  color: #8d97ad;
  padding: 10px 15px;
  display: block;
}

.header17 .h17-nav .h17nav-bar:hover .nav-link,
.header17 .h17-nav .h17nav-bar.active .nav-link {
  color: #ff4d7e;
}

.header17 .h17-nav .h17nav-bar:last-child {
  margin-left: 10px;
}

.header17 .h17-main-nav {
  position: fixed;
  z-index: 999;
  overflow: auto;
  top: 0px;
  padding: 60px 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: none;
  background: #666666;
}

.header17 .h17-main-nav.show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.header17 .h17-main-nav .close-icons {
  position: absolute;
  right: 30px;
  top: 30px;
  color: #8d97ad;
}

.header17 .h17-main-nav .close-icons:hover {
  color: #ffffff;
}

.header17 .h17-main-nav ul {
  margin: 0px;
  padding: 0px;
}

.header17 .h17-main-nav ul li {
  list-style: none;
}

.header17 .h17-main-nav ul li a {
  color: #8d97ad;
}

.header17 .h17-main-nav ul li a:hover {
  color: #ffffff;
}

.header17 .h17-main-nav .nav-menu {
  display: inline-block;
}

.header17 .h17-main-nav .nav-menu li a {
  font-size: 24px;
  padding: 10px 0 7px;
  margin-bottom: 5px;
  display: block;
  border-bottom: 2px solid transparent;
}

.header17 .h17-main-nav .nav-menu li:hover a,
.header17 .h17-main-nav .nav-menu li.active a {
  border-bottom: 2px solid #ff4d7e;
  color: #ffffff;
}

.header17 .h17-main-nav .nav-menu li:last-child a,
.header17 .h17-main-nav .nav-menu li:last-child:hover a {
  font-size: 14px;
  color: #ffffff;
  margin-top: 20px;
  padding: 10px 25px;
  border-bottom: 2px solid transparent;
}

.header17 .h17-main-nav .info-nav {
  margin-top: 60px;
}

.header17 .h17-main-nav .info-nav li {
  display: inline-block;
}

.header17 .h17-main-nav .info-nav li a {
  padding: 0 10px;
}

.header17 .h17-main-nav .social-nav li {
  display: inline-block;
}

.header17 .h17-main-nav .social-nav li a {
  padding: 10px;
  display: block;
}

.header17 .h17-main-nav .social-nav li:last-child {
  display: block;
}

@media (max-width: 599px) {
  .h-17navbar {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .navbar-brand>img {
    max-height: 40px;
  }
  .h14-infobar .navbar-brand{
    margin-right: 0;
  }  
}

@-webkit-keyframes slideInLeft2 {
  from {
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft2 {
  from {
    opacity: 0.1;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
    visibility: visible;
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft2 {
  -webkit-animation-name: slideInLeft2;
  animation-name: slideInLeft2;
}

.btn-primary,
.btn-primary.disabled,
.btn-primary:disabled,
.btn-info,
.btn-info:disabled,
.btn-info.disabled {
  background: #F9A400;
  border: 1px solid #F9A400;
}

.btn-primary:hover,
.btn-info:hover {
  background: #E09300;
  border: 1px solid #E09300;
}

#inicio .mini-spacer,
#inicio .spacer {
  padding-bottom: 0;
}


@media (min-width: 768px) {
  .img_empresa_r{
    float: right;
    max-width: 49%;
    margin: 0 0 0 18px;

  }
  .img_empresa_l{
    float: left;
    max-width: 49%;
    margin: 0 18px 0 0;

  }

}


@media (max-width: 767px) {

  .banner2 h2 {
      font-size: 25px;
      line-height: 28px;
      padding-bottom: 0 !important;
      padding-top: 20px;
      max-width:290px;
  }
}



.serv{
  cursor: pointer;
}

@media (max-width: 767px) {

  .banner2 h2 {
      font-size: 25px;
      line-height: 28px;
      padding-bottom: 0 !important;
      padding-top: 20px;
      max-width:290px;
  }
}








.slider8 .slide-content {
  padding: 40px 30px;
  position: relative;
}

.slider8 .slide1 h2 {
  font-size: 18px;
  line-height: 24px;
}

.slider8 .slide1 label,
.slider8 .slide1 b {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
  line-height: 26px;
}

.slider8 .slide1 .b-r {
  border-bottom: none;
}

.slider8 .slide1 .col-6 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.slider8 h3 {
  font-size: 26px;
}

@media (max-width: 1280px) {
  .slider8 {
    overflow-y: hidden;
  }
  .slider8 .slide-image {
    height: 550px;
    width: auto !important;
  }

}

@media (max-width: 1100px) {
  .slider8 .slide-image {
    left: -20%;
    position: relative;
  }
  .slider8 .slide-text {
    width: 80% !important;
  }
  .slider8 .slide-content {
    min-width: 350px;
    right: 12%;
  }
  .slider8 h2.text-white {
    font-size: 28px;
  }
}

@media (max-width: 992px) {
  .slider8 .slide-content {
    min-width: 50px;
    right: auto;
  }
}

@media (max-width: 767px) {
  .slider8 .slide-text {
    padding: 0 !important;
    width: 100% !important;
  }
  .slider8 .slide-content {
    opacity: 0.9;
  }
  .slider8 .slide-image {
    height: 450px;
    left: -30%;
  }
  .slider8 .carousel-indicators {
    bottom: -10px;
  }
}

@media (max-width: 428px) {
  .slider8 .slide-image {
    left: -100%;
  }
  .slider8 h3 {
    font-size: 24px;
  }
  .slider8 .slide-content {
    padding: 30px;
  }
}

