/*
   Para Iscan se hacen los siguientes cambios:
    TONOS AZULES
    #EE3131 -> rgb(11, 53, 91)
    --rgba-primary-1: rgb(238, 49, 49, 0.1); -> rgb(11, 53, 91, 0.1); y así sucesivamente.
    
    TONOS AMARILLOS
    #fe4141 -> rgb(250, 144, 8)
    #2d3239 -> rgb(250, 144, 8)

*/
:root {
    --primary: rgb(11, 53, 91);
    --primary-hover: rgb(250, 144, 8);
    --secondry: rgb(250, 144, 8);
    --rgba-primary-1: rgb(11, 53, 91, 0.1);
    --rgba-primary-2: rgb(11, 53, 91, 0.2);
    --rgba-primary-3: rgb(11, 53, 91, 0.3);
    --rgba-primary-4: rgb(11, 53, 91, 0.4);
    --rgba-primary-5: rgb(11, 53, 91, 0.5);
    --rgba-primary-6: rgb(11, 53, 91, 0.6);
    --rgba-primary-7: rgb(11, 53, 91, 0.7);
    --rgba-primary-8: rgb(11, 53, 91, 0.8);
    --rgba-primary-9: rgb(11, 53, 91, 0.9);
}


.bg-red {
    background: rgb(11, 53, 91) !important
}

.site-button,
.site-button-secondry {
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    font-size: 16px;
    outline: none;
    cursor: pointer;
    outline: none;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    line-height: 1.42857;
    border-radius: 0;
    font-weight: 500;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    white-space: nowrap;
    border-radius: 4px;
}

.site-button {
    background-color: var(--primary);
}

.bg-primary-dark,
a.bg-primary:hover,
.rev-slider .tparrows:hover {
    background-color: var(--primary-hover);
}


.clearfix:after,
.clearfix:before {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}


.block-finder.custom {
    height: auto;
    overflow: initial;
}

.top-bar .social-bx li a {
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff;
    padding: 3px;
    width: 22px;
    height: 22px;
    margin: auto;
    font-size: 13px;
}

.main-bar {
    background: rgb(11, 53, 91);
    width: 100%;
    position: relative;
}


header {z-index: 999}

.logo-header {
    display: table;
    float: left;
    vertical-align: middle;
    padding: 0;
    color: #EFBB20;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    width: 200px;
    height: 90px;
    position: relative;
    z-index: 9;
}
.logo-header > a, .logo-footer > a {
    display: table-cell;
    vertical-align: middle;
}
.logo-header img, .logo-footer img {
    max-width: 220px;
    width: 100%;
    height: auto;
    position: relative;
      z-index: 2;
}


.header-curve .logo-header:before,
.header-curve .logo-header:after {
    background-color: #22252A;
    content: "";
    position: absolute;
    bottom: 0;
    height: 120%;
    z-index: -1;
}

@media only screen and (max-width: 480px) {
    .header-curve .logo-header:before,
    .header-curve .logo-header:after {
        height: 110%;
    }
}
.header-curve .logo-header:before {
    right: -50px;
    width: 2000px;
    -webkit-transform: skew( 30deg);
    -moz-transform: skew( 30deg);
    -o-transform: skew( 30deg);
    -ms-transform: skew( 30deg);
    /* transform: skew(30deg); */
}
.header-curve .logo-header:after {
    right: -159px;
    height: 100%;
    background-color: rgba(0,0,0,0);
    background-image: url(../images/header-curv.png);
    width: 130px;
    background-size: cover;
}
.header-curve .logo-header img {
    margin-top: -20px;
}
.is-fixed.header-curve .logo-header img {
    margin-top: -0;
}
@media only screen and (max-width: 480px) {
    .extra-nav {
        width: auto;
        clear: both;
        margin: 0;
        text-align: right;
    }
}
.dlab-quik-search {
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    z-index: 999;
    overflow: hidden;
}
.dlab-quik-search form {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    position: relative;
}
.dlab-quik-search .form-control {
    padding: 15px;
    width: 100%;
    height: 90px;
    border: none;
    background: none;
    color: #fff;
    font-size: 20px;
}
.dlab-quik-search .form-control::-moz-placeholder {
    color: #fff;
}
.dlab-quik-search .form-control:-moz-placeholder {
    color: #fff;
}
.dlab-quik-search .form-control:-ms-input-placeholder {
    color: #fff;
}
.dlab-quik-search .form-control::-webkit-input-placeholder {
    color: #fff;
}
.dlab-quik-search span {
    position: absolute;
    right: 15px;
    top: 50%;
    margin: -15px 0;
    height: 25px;
    font-size: 20px;
    cursor: pointer;
}

@media only screen and (max-width: 767px) {
    .header-curve .logo-header:after {
        right: 0;
        left: auto;
    }
}

/*== >mena-menu ==*/

.navbar-toggler {
  border:0;
    margin:37px 0 28px 15px;
    padding: 12px 10px;
}
.navbar-toggler span {
    background: #666;
}
.is-fixed .navbar-toggler {
    margin: 27px 0 14px 15px;
}
.header-nav {
    position: relative;
    padding: 0;
  z-index: 9;
}
.header-nav .nav {
    float: right;
}
.header-nav .nav i {
    font-size: 9px;
    margin-left: 3px;
    margin-top: -3px;
    vertical-align: middle;
    opacity: 0.7;
}
.header-nav .nav > li {
    margin: 0px;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
  z-index: 1;
}
.header-nav .nav > li > a {
    border-radius: 0px;
    color: #555555;
    font-size: 16px;
    font-weight: 500;
    padding: 33px 5px;
    cursor: pointer;
  display: inline-block;
}
.header-nav .nav > li > a:hover {
    background-color: transparent;
    color: var(--primary);
}
.header-nav .nav > li > a:active,
.header-nav .nav > li > a:focus {
    background-color: transparent;
}
.header-nav .nav > li.active > a,
.header-nav .nav > li.current-menu-item > a {
    background-color: transparent;
    color: var(--primary);
}
.header-nav .nav > li:hover > a {
    color: var(--primary);
}
.header-nav .nav > li:hover > .sub-menu,
.header-nav .nav > li:hover > .mega-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.header-nav .nav > li .sub-menu {
    background-color: #ffffff;
    border: 0px solid #f4f4f4;
    display: block;
    left: 0;
    list-style: none;
    margin: 20px 0 0;
    opacity: 0;
    padding: 0px;
    position: absolute;
    visibility: hidden;
    width: 230px;
    z-index: 10;
  box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 10px 0;
}
.header-nav .nav > li:last-child .sub-menu {
  left: auto;
  right: 0;
}
.header-nav .nav > li .sub-menu li {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    position: relative;
}
.header-nav .nav > li .sub-menu li a {
  transition: all 0.15s linear;
    color: #777777;
    display: block;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 20px;
    text-transform: capitalize;
}
.header-nav .nav > li .sub-menu li a:hover {
    text-decoration: none;
}
.header-nav .nav > li .sub-menu li:hover > a {
    color: var(--primary);
}
.header-nav .nav > li .sub-menu li:last-child {
    border-bottom: 0px;
}
.header-nav .nav > li .sub-menu li .fas {
    color: #363636;
    display: block;
    float: right;
    font-size: 14px;
    margin: 0;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
.header-nav .nav > li .sub-menu li > .sub-menu {
    left: 220px;
    margin: 0 0 0 20px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.header-nav .nav > li .sub-menu li:hover > .sub-menu {
    left: 220px;
    margin: 0px;
    opacity: 1;
    top: -1px;
    visibility: visible;
}
.header-nav .nav > li .sub-menu li:hover > .sub-menu:before {
    background-color: transparent;
    bottom: 0px;
    content: '';
    display: block;
    height: 100%;
    left: -6px;
    position: absolute;
    top: 0px;
    width: 6px;
}
.header-nav .nav > li.has-mega-menu {
    position: inherit;
}
.header-nav .nav > li .mega-menu {
    background-color: #ffffff;
    border: 0 solid #e9e9e9;
    display: table;
    left: 0px;
    list-style: none;
    opacity: 0;
    position: absolute;
    right: 0px;
    visibility: hidden;
    width: 100%;
    margin-top: 20px;
  box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.1);
}
.header-nav .nav > li .mega-menu > li {
    display: table-cell;
    padding: 30px 0 20px 0;
    position: relative;
    vertical-align: top;
    width: 25%;
}
.header-nav .nav > li .mega-menu > li:after {
    content: "";
    border-right:1px solid rgba(0, 0, 0, 0.1);
    position: absolute;
    right: 0px;
    top: 0px;
    display: block;
    width: 1px;
    height: 100%;
}
.header-nav .nav > li .mega-menu > li:last-child:after {
    display: none;
}
.header-nav .nav > li .mega-menu > li > a {
    color: #555;
    display: block;
    font-size: 18px;
    padding: 0 20px 5px 20px;
    font-weight: 500;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.header-nav .nav > li .mega-menu > li ul {
    list-style: none;
    margin: 10px 0px 0px 0px;
    padding: 0px;
  width: 100%;
}
.header-nav .nav > li .mega-menu > li ul a {
    color: #777777;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 34px;
    padding: 1px 20px;
    text-transform: capitalize;
}
.header-nav .nav > li .mega-menu > li ul a:hover {
    color: var(--primary);
}
.header-nav .nav > li.menu-item-has-children:before {
    content: "\f078";
    display: block;
    font-family: 'Font Awesome 5 Free';
    right: 4px;
    position: absolute;
    top: 50%;
    color: #999;
    margin-top: -8px;
    font-size: 8px;
}
@media only screen and (max-width: 767px) {
    .is-fixed .header-nav .nav {
        overflow: auto;
        height: 225px;
    }
    
    .is-fixed#header-part .navbar-toggler {
        margin: 15px 0;
    }
  .logo-header{
    height: 70px;
  }
  .navbar-toggler{
    margin:27px 0 14px 15px;
  }
  .header-curve .logo-header img {
    margin-top: -5px;
  }
  .site-button,
  .site-button-secondry {
    padding: 10px;
  }
}
.header-nav .nav.nav-style > li > a{
  padding: 12px 12px 10px;
}
.header-nav .nav.nav-style > li,
.is-fixed .header-nav .nav.nav-style > li{
  padding: 22px 0;
}
.header-nav .nav.nav-style > li.active:after{
  content: "";
  background-image: url(../images/nav-active.png);
  height: 100%;
  width: 150%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  bottom: 0;
  background-position: bottom;
  background-repeat: no-repeat;
  left: -25%;
  opacity: 0.2;
  z-index: -1;
}

.header-nav .nav > li > a {
    color: #fff;
}
.header-nav .nav > li.active > a,
 .header-nav .nav > li.current-menu-item > a {
    background-color: #ffffff;
    color: #000000;
}
 .header-nav .nav > li > a:hover,
.header-nav .nav > li:hover > a {
    background-color: #ffffff;
    color: #000000;
}

.badge {
    display: inline-block;
    padding: .35em .65em;
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
  background: #ff0505;
  margin-left: 5px;
}
.new-tag {
    background-color: red;
    padding: 3px 6px;
    color: #fff;
    font-family: roboto;
    font-weight: 400;
    font-size: 12px;
    border-radius: 4px;
    line-height: 14px;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: 10px;
}


.extra-nav {
    float: right;
    padding: 25px 0;
    position: relative;
    z-index: 9;
}
.extra-nav .extra-cell {
    display: inline-block;
    margin-left: 10px;
}
@media only screen and (max-width: 767px) {
  .dlab-quik-search .form-control{
    height: 70px;
  }
}

 .navbar-toggler {
    border-color: #fff;
}
.navbar-toggler span {
    background-color: #fff;
}

@media only screen and (max-width: 767px) {
    .header-style-5 .header-nav .nav > li > a {
        color: #555555;
    }
    .header-style-5 .header-nav .nav > li.menu-item-has-children::before {
        color: #666666;
    }
  .header-style-5 .main-bar {
    background-color: #3d424a;
  }
  .extra-nav{
     padding: 15px 0;
  }
}

.navicon{
  width: 20px;
  height: 18px;
  position: relative;
  box-shadow:none!important;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  float: right;
}
.navicon span{
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 1px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.navicon span:nth-child(1) {
  top: 0px;
}

.navicon span:nth-child(2) {
  top: 7px;
}
.navicon span:nth-child(3) {
  top: 14px;
}
.navicon.open span:nth-child(1) {
  top: 7px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.navicon.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.navicon.open span:nth-child(3) {
  top: 7px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: box-shadow .15s ease-in-out
}


@media only screen and (max-width: 991px) {
  .header-nav .nav > li .sub-menu{
    padding:0;
  }
  
  /* Mobile Responsive */
    .side-nav .nav.navbar-nav li a i.fa-chevron-down:before,
    .nav.navbar-nav li a i.fa-chevron-down:before {
    content:"\f078";
  }
  .side-nav .nav.navbar-nav li.open a i.fa-chevron-down:before,
  .nav.navbar-nav li.open a i.fa-chevron-down:before {
    content:"\f054";
  }
    .side-nav .nav.navbar-nav li a i.fa-chevron-down,
    .nav.navbar-nav li a i.fa-chevron-down,
    .nav.navbar-nav li a i.fa-angle-right {
        background-color: var(--primary);
        color: #ffffff!important;
        height: 30px;
        line-height: 30px;
        right: 0;
        text-align: center;
        width: 30px;
        z-index: 3;
        float: right;
        font-size: 16px;
        margin: 0;
        opacity:1;
    }
  .header-nav .nav > li .sub-menu li i.fa-angle-right:before{
    content: "\f078";
    font-size: 16px;
  }
  .header-nav .nav > li .sub-menu li.open i.fa-angle-right:before{
    content: "\f054";
  }
  .header-nav .nav > li .sub-menu li .fa{
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    margin: 0;
    right: 0;
    color:#000;
  }
  .header-nav .nav > li .mega-menu > li{
    padding:0;
  }
  .header-nav .nav > li .mega-menu > li > a{
    display:none;
  }
    .header-nav.nav-dark.nav .open > a,
    .header-nav.nav-dark .nav .open > a:focus,
    .header-nav.nav-dark .nav .open > a:hover {
        border-color: rgba(0, 0, 0, 0.2);
    }
    header .logo {
        display: block;
        padding: 4px 0;
    }
    .header-nav .nav i {
        margin-top: 6px;
    }
  .mo-left .header-nav.nav-dark{
    background-color:#202020;
  }
  .mo-left .header-nav{
    overflow-x: auto;
    position: fixed;
    width: 60px;
    left:-280px;
    height:100% !important;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
    top:0;
    background-color:#fff;
    margin:0;
    z-index:99;
  }
  .mo-left .header-nav li.open a{
    position:relative;
  }
  .navbar-nav{
    height:100%;
  }
  
  .header-creative-two.mo-left .is-fixed .header-nav .nav {
    height: auto;
  }
  .mo-left .header-nav.show {
    left: -1px;
    transition:all 0.8s;
    -webkit-transition:all 0.8s;
    -moz-transition:all 0.8s;
    -o-transition:all 0.8s;
    margin:0;
    width: 280px;
  }
  .mo-left .is-fixed .header-nav .nav{
    height:100%;
  }
  .mo-left .navbar-toggler.open:after{
    background-color: rgba(0, 0, 0, 0.6);
    content: "";
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    transform: scale(100);
    -o-transform: scale(100);
    -moz-transform: scale(100);
    -webkit-transform: scale(100);
    width: 100%;
    z-index: -1;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
    -ms-transition:all 0.5s;
    -o-transition:all 0.5s;
    -moz-transition:all 0.5s;
    transform-origin: right;
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    -o-transform-origin: right;
    -moz-transform-origin: right;
    box-shadow:0 0 0 500px rgba(0,0,0,0.6);
    -webkit-box-shadow:0 0 0 500px rgba(0,0,0,0.6);
    -moz-box-shadow:0 0 0 500px rgba(0,0,0,0.6);
  }
  .mo-left .header-nav .logo-header {
    display: block;
    float: none;
    height: auto;
    max-width: 100%;
    padding: 25px 20px;
    width: 100%;
  }
  .mo-left .header-nav .logo-header img{
    max-width: unset;
    width: 180px;
  }
  .mo-left .navbar-toggler.open span{
    background:#fff;
  }
    /* responsive strat when media screen [991px] css START*/
    
  .header-nav .nav > li .sub-menu li .fas{
    right:0;
  }
  
  .header-nav .nav > li .sub-menu li a:after,
  .header-nav .nav > li .mega-menu > li ul a:after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    width: auto;
    height: auto;
    background: transparent!important;
    top: 4px;
    color: #917777;
    font-size: 16px;
    position: absolute;
    left: 0;
  }
  
  .header-nav .nav > li .sub-menu li a,
  .header-nav .nav > li .mega-menu > li ul a {
    padding: 5px 0 5px 15px;
    display: block;
    font-size: 16px;
    line-height: 30px;
    position: relative;
  }
  
    .navbar-header {
        float: none;
    }
    .navbar-toggler {
        display: block;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-collapse.collapse.show {
        /* NEW */
        
        display: block!important;
    }
    /* responsive strat when medai screen [991px] css END*/
    
    .header-nav {
        clear: both;
        margin: 0 -15px;
        border-bottom: 1px solid #E9E9E9;
    }
    .header-nav .nav {
        float: none;
        margin: 0;
        background: #fff;
        width: 100%;
        display: block;
    }
    .header-nav .nav > li {
    float: none;
    display: block;
    width: 100%;
    font-family: Roboto;
    padding: 0 25px 0 25px;
  }
    .header-nav .nav li {
    float: none;
    display: block;
    width: 100%;
    }
    .header-nav .nav > li .sub-menu > li,
    .header-nav .nav > li .mega-menu > li {
        float: none;
        display: block;
        width: auto;
    }
    .header-nav .nav > li > a {
    display: block;
    position: relative;
    border: 0;
    padding: 8px 0;
    font-size: 18px;
    line-height: 30px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    }
    .header-nav .nav i {
        float: right;
    }
    .header-nav .nav > li > a:hover,
    .header-nav .nav > li > a:active,
    .header-nav .nav > li > a:focus {
        background-color: transperent;
        text-decoration: none;
    }
    .header-nav .nav > li .mega-menu > li:after {
        display: none;
    }
        .header-nav .nav > li ul,
    .header-nav .nav > li .sub-menu,
    .header-nav .nav > li .mega-menu {
        display: none;
        position: static;
        visibility: visible;
        width: auto;
    }
    .header-nav .nav > li ul.mega-menu ul {
        display: none;
    }
    .header-nav .nav > li:hover > ul,
    .header-nav .nav > li:hover .sub-menu,
    .header-nav .nav > li:hover .mega-menu,
    .header-nav .nav > li .sub-menu li > .sub-menu {
        opacity: 1;
        visibility: visible;
        display: block;
        margin: 0;
    }
    .header-nav .nav > li ul.mega-menu li:hover ul {
        display: block;
    }
  .header-nav .nav > li .sub-menu .sub-menu,
    .header-nav .nav > li:hover .sub-menu .sub-menu,
    .header-nav .nav > li:hover .sub-menu,
    .header-nav .nav > li:hover .mega-menu {
        display: none;
        opacity: 1;
        margin-top: 0;
    }
  .header-nav .nav li .sub-menu .sub-menu{
    display: none;
        opacity: 1;
        margin-top: 0;
  }
  .header-nav .nav > li.open > .sub-menu .sub-menu{
    display: none;
  }
  .header-nav .nav > li.open > .sub-menu li.open .sub-menu,
    .header-nav .nav > li.open > .mega-menu,
    .header-nav .nav > li.open > .sub-menu,
  .header-nav .nav > li ul.mega-menu ul{
        display: block;
        opacity: 1;
        margin-top: 0;
    }
  .header-nav .nav > li .sub-menu,
  .header-nav .nav > li .mega-menu {
    box-shadow:none;
  }
}
/*= when header is sticky =*/

.sticky-no .main-bar {
    position: static !important;
}
/*= when header is sticky =*/

.is-fixed .main-bar {
    position: fixed;
    top: 0;
    left: 0;
  box-shadow: 0 0 10px 10px rgba(0,0,0,0.1);
}
.is-fixed .header-nav .nav > li > a {
    padding: 33px 9px;
}
.is-fixed .extra-nav {
    padding: 25px 0;
}
.extra-nav .site-button{
  font-size:14px;
}

@media only screen and (max-width: 991px) {
    .is-fixed .header-nav .nav > li > a {
        padding: 8px 0;
    }
}
@media only screen and (max-width: 991px) {
  .site-header .navbar-nav.nav-style > li > a{
    font-size: 14px;
    padding: 34px 10px;
  }
  .site-header .is-fixed .navbar-nav.nav-style > li > a{
    padding: 24px 10px;
  }
  .header-nav .nav.nav-style > li,
  .is-fixed .header-nav .nav.nav-style > li{
    padding: 0 20px;
  }
  .header-style-5 .header-nav .nav > li > a{
    color: #777777;
  }
  .site-header .navbar-nav.nav-style > li > a{
    font-size: 18px;
    text-transform: capitalize;
    padding: 12px 15px;
  }
  .site-header .navbar-nav.nav-style > li > a,
  .site-header .is-fixed .navbar-nav.nav-style > li > a{
    padding: 8px 0;
  }
  .mo-left .header-curve .logo-header img {
    margin-top: 0;
  }
}


/* car search box */
.car-search-box .bootstrap-select .dropdown-toggle{
  font-size:16px;
  color:#444444;
  height: 45px;
    border-radius: 4px;
  padding: 10px 16px;
}
.car-search-box .bootstrap-select.btn-group .dropdown-toggle .caret{
  top: 16px;
  right: 15px;
}
.car-search-box label{
  margin-top: 15px;
}
.car-search-box .price-slide-2 .amount{
  color: #fff;
  background-color: transparent;
  border: 0;
  font-weight: 500;
  padding: 0px 0px 10px 0;
}
.car-search-box .ui-widget-header{
  background: #EFA5A7;
}
.car-search-box{
  box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
  margin-top: -30px;
}

/*select box*/
.dropdown-menu {
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.2) 0px 50px 100px -20px, rgba(0, 0, 0, 0.2) 0px 30px 60px -30px!important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}
.bootstrap-select .dropdown-toggle {
    border: 1px solid #e7ecf1 !important;
    background-color: #fff !important;
    height: 40px;
    font-size: 13px;
    color: #999;
  padding: 9px 15px;
}
.bootstrap-select .dropdown-toggle:after {
    display: none;
}
.bootstrap-select .dropdown-toggle:active,
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select .dropdown-toggle:hover {
    background-color: #fff !important;
    border: 1px solid #e9e9e9 !important;
    box-shadow: none !important;
    outline: 0px !important;
}
.bootstrap-select:active,
.bootstrap-select:focus {
    border: 0px !important;
    box-shadow: none !important;
    outline: 0px !important;
}
.bootstrap-select.show {
    box-shadow: none !important;
    outline: 0px !important;
}
.bootstrap-select.show .dropdown-toggle {
    box-shadow: none !important;
    outline: 0px !important;
}
.bootstrap-select.show.btn-group .dropdown-menu.inner{
  display:block;
} 
.bootstrap-select div.dropdown-menu {
    border: 1px solid #e9e9e9;
    border-radius: 0;
    box-shadow: none;
    margin-top: -1px;
    padding: 0;
    font-size: 13px;
}
.bootstrap-select div.dropdown-menu ul li {
    padding: 0;
}
.bootstrap-select div.dropdown-menu ul li a {
    padding: 5px 15px;
}
.bootstrap-select div.dropdown-menu ul li a img {
    border-radius: 100%;
    -webkit-border-radius: 100%;
    margin-right: 5px;
}
.bootstrap-select .bs-searchbox .form-control {
    padding: 5px 10px;
    height: 30px;
}
.bootstrap-select .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
  white-space: nowrap;
}
.bootstrap-select div.dropdown-menu ul li a.active,
.bootstrap-select div.dropdown-menu ul li a:hover{
  background-color:#f2f2f4;
  
}
.bootstrap-select>.dropdown-toggle:before {
    content: "\f0d7";
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    position: absolute;
    right: 10px;
}

/*radio & checkbox*/
input[type=checkbox],
input[type=radio] {
    opacity: 1;
    margin-left: 1px !important;
}
input[type=checkbox] + label,
input[type=radio] + label {
    display: block;
    padding-left: 20px !important;
    position: relative;
}
input[type=checkbox] + label:hover:before,
input[type=radio] + label:hover:before {
    border-color: #3396d1;
}
input[type=checkbox] + label:before,
input[type=radio] + label:before {
    background-color: #fff;
    border: 2px solid #b6b7b8;
    border-radius: 0px;
    content: "";
    display: inline-block;
    height: 16px;
    line-height: 1;
    margin-left: -20px;
    position: absolute;
    top: 2px;
    transition: all linear 0.1s;
    width: 16px;
}
input[type=checkbox] + label:after {
    color: #fff;
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    font-size: 0px;
    -webkit-font-smoothing: antialiased;
    left: 6px;
    position: absolute;
    top: 7px;
    transition: all linear 0.1s;
}
input[type=checkbox]:checked + label:before {
    border-width: 7px;
    border-color: #3396d1;
}
input[type=checkbox]:checked + label:after {
    font-size: 10px;
    left: 2px;
    top: 2px;
}
input[type=radio] + label:before {
    border-radius: 50%;
    content: "";
}
input[type=radio]:checked + label:before {
    border-color: #3396d1;
    border-width: 5px;
}
.form-inline .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"] {
    position: absolute;
    left: 0;
    bottom: 0;
}
/*touchspin input type number*/

.bootstrap-touchspin .input-group-btn-vertical {
    position: relative;
    white-space: nowrap;
    width: 1%;
    vertical-align: middle;
    display: block;
}
.bootstrap-touchspin .input-group-btn-vertical > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
    padding: 10px 10px 9px;
    margin-left: -1px;
    position: relative;
    border-width: 1px;
    border-style: solid;
    border-color: #e1e1e1;
    background: #FFF;
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-radius: 0;
    border-top-right-radius: 0;
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    margin-top: -2px;
    border-radius: 0;
    border-bottom-right-radius: 0;
}
.bootstrap-touchspin .input-group-btn-vertical i {
    position: absolute;
    top: 4px;
    left: 5px;
    font-size: 9px;
    font-weight: normal;
    color: #9fa0a1;
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-wrap:nowrap;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }

    .navbar-expand-lg .offcanvas-header {
        display: none
    }

    .navbar-expand-lg .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        flex-grow: 1;
        visibility: visible!important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        transform: none
    }

    .navbar-expand-lg .offcanvas-bottom,.navbar-expand-lg .offcanvas-top {
        height: auto;
        border-top: 0;
        border-bottom: 0
    }

    .navbar-expand-lg .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}


@media (prefers-reduced-motion:reduce) {
    .navbar-toggler {
        transition: none
    }
}

.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 .25rem
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%
}

.navbar-nav-scroll {
    max-height: var(--bs-scroll-height,75vh);
    overflow-y: auto
}

@media (max-width: 991px) {
  .extra-nav {
    position: absolute;
    right: 53px;
    }
    .header-nav .nav > li > a {
        color: #555;
    }
}

