/* Autodealers.nl CSS voor de dealerwebsite */
@import url('//svl.autodealers.nl/css/responsive2/bootstrap.min.css');
@import url('//fonts.googleapis.com/css?family=Open+Sans:300,400,600');
@import url('//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.min.css');
@import url('//svl.autodealers.nl/css/responsive2/style.min.css');

html,
body {
  background: #FFFFFF;
}

body {
  font-family: "Yantramanav", sans-serif !important;
  font-size: 16px;
  font-weight: 400;
  color: #0F2751;
  -webkit-font-smoothing: antialiased;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
h5,
h6 {
  font-weight: 400;
  padding: 0;
  margin-top: 0;
  margin-bottom: 15px;
  color: #0F2751;
}

h1,
.h1 {
  font-size: 30px;
  margin-bottom: 25px;
  font-family: "Oswald", sans-serif;
}

h2,
.h2 {
  font-size: 25px;
  margin-bottom: 25px;
  font-family: "Oswald", sans-serif;
}

h3 {
  font-size: 20px;
}

table,
ul,
ol,
p {
  line-height: 25px;
  margin: 0 0 25px 0;
}

a,
a:link,
a:visited,
a:active {
  color: #35A0CD;
  font-weight: 700;
  text-decoration: none;
  transition: ease-in-out all 0.2s;
}
a:hover,
a:link:hover,
a:visited:hover,
a:active:hover {
  color: #2981a6;
}

address {
  margin: 0;
}

/**********************
******** Loader *******
**********************/
.page-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  height: 100%;
  text-align: center;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-loader div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 4px solid #0F2751;
  border-radius: 50%;
  animation: page-loader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #0F2751 transparent transparent transparent;
}
.page-loader div:nth-child(1) {
  animation-delay: -0.45s;
}
.page-loader div:nth-child(2) {
  animation-delay: -0.3s;
}
.page-loader div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes page-loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/******************************
*********** THEME *************
******************************/
/**********************
******** Header *******
**********************/
.header-top {
  padding: 30px 0;
  background: #0F2751;
}

ul.search-filter-horizontal {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
  display: flex;
  align-items: center;
}
ul.search-filter-horizontal li.search-filter-select {
  position: relative;
  width: 100%;
  margin-right: 10px;
}
ul.search-filter-horizontal li.search-filter-select:after {
  content: "\f107";
  font-family: FontAwesome;
  font-size: 20px;
  color: #0F2751;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
ul.search-filter-horizontal li select,
ul.search-filter-horizontal li input {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  height: 60px;
  cursor: pointer;
  border: none;
  transition: ease-in-out height 0.2s;
}
ul.search-filter-horizontal li select {
  padding-left: 15px;
  background: #FFFFFF;
  color: #0F2751;
  font-size: 16px;
  border-radius: 30px;
}
ul.search-filter-horizontal li select option {
  color: #0F2751;
}
ul.search-filter-horizontal li button {
  border: none;
  color: #FFFFFF;
  background: #35A0CD;
  transition: ease all 0.4s;
  -webkit-transition: ease all 0.4s;
  -moz-transition: ease all 0.4s;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  padding-top: 3px;
}
ul.search-filter-horizontal li button:hover {
  background: #35A0CD;
}
ul.search-filter-horizontal li button span {
  font-size: 30px;
  transition: ease-in-out all 0.2s;
}

.header-bottom {
  background: #26709C;
  padding: 25px 0;
  color: #FFFFFF;
  text-align: center;
}
.header-bottom .header-openingstijden {
  margin-top: 30px;
}

/**********************
****** Navigation *****
**********************/
/* Setup */
.navbar {
  z-index: 99;
}

.navbar-default {
  margin: 0;
  padding: 0;
  background: transparent;
  border-radius: 0;
  border: none;
  z-index: 999;
}

/* Menu Link */
.navbar-default .navbar-nav > li > a {
  color: #FFFFFF;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  background-color: transparent;
  color: #35A0CD;
  font-weight: 700;
}
.navbar-default .navbar-toggle {
  border-color: #FFFFFF;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #FFFFFF;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: transparent;
}

@media (max-width: 767px) {
  /* Setup */
  body {
    padding-top: 50px;
  }
  .navbar-xs {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
  }
  .navbar-default .navbar-brand,
  .navbar-default .navbar-brand:hover {
    color: #FFFFFF;
  }
  .navbar-default .navbar-header {
    background: #0F2751;
  }
  .navbar-default .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
    background-color: #0F2751;
  }
  .navbar-default .navbar-nav > li a {
    border: none;
    text-align: center;
  }
  .navbar-default .navbar-nav .open .dropdown-menu {
    padding: 0;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    background: #173c7c;
    color: #FFFFFF;
    padding: 9px 20px;
    font-size: 15px;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #35A0CD;
  }
  .navbar-default .navbar-collapse {
    border: none;
    color: #FFFFFF;
  }
}
@media (min-width: 768px) {
  .navbar-default {
    min-height: 0;
  }
  .navbar-nav {
    width: 100%;
    display: table;
  }
  .navbar-nav > li {
    float: none;
    display: table-cell;
  }
  .nav > li > a {
    padding: 0 3px;
  }
  nav .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
  nav .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}
/**********************
****** Carousel *******
**********************/
/* Carousel height */
#carousel-header {
  height: 350px;
  border-radius: 0;
}

.carousel-content {
  position: absolute;
  left: 0;
  bottom: 25px;
  width: 100%;
  z-index: 3;
  text-align: center;
}

a.nav-brand {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 45px;
}
a.nav-brand h2 {
  color: #0F2751;
  text-transform: uppercase;
  font-size: 60px;
}
a.nav-brand h2 span {
  display: block;
  text-transform: none;
  font-family: "Oswald", sans-serif;
  margin-top: -10px;
}

.carousel-btns {
  display: flex;
  justify-content: center;
  align-items: center;
}
.carousel-btns .btn-primary.btn-home {
  margin: 0 15px;
}

@media (min-width: 768px) {
  #carousel-header {
    height: 600px;
  }
  .carousel-content {
    bottom: 50px;
  }
  a.nav-brand h2 {
    font-size: 100px;
  }
  a.nav-brand h2 span {
    margin-top: -30px;
  }
}
@media (min-width: 992px) {
  #carousel-header {
    height: 750px;
  }
  .carousel-content {
    bottom: 90px;
  }
  a.nav-brand h2 {
    font-size: 150px;
  }
  a.nav-brand h2 span {
    margin-top: -40px;
  }
}
@media (min-width: 1200px) {
  #carousel-header {
    height: 1080px;
  }
  .carousel-content {
    bottom: 120px;
  }
  a.nav-brand h2 {
    font-size: 200px;
  }
}
/* Carousel backgrounds */
#carousel-header .carousel-inner .bg1 {
  background-image: url("//svl.autodealers.nl/upload/12001_header.jpg");
}
#carousel-header .carousel-inner .bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#carousel-header .carousel-indicators {
  z-index: 5;
}
#carousel-header .carousel-inner,
#carousel-header .carousel .item,
#carousel-header .carousel-inner .bg {
  height: 100%;
}

/* Carousel fade effect */
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.next,
  .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.prev,
  .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.next.left,
  .carousel-fade .carousel-inner > .item.prev.right,
  .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
/**********************
******** Footer *******
**********************/
.footer {
  background: #0F2751;
  color: #FFFFFF;
}

.footer-logo {
/*  text-align: center;
  max-width: -moz-fit-content;
  max-width: fit-content; */
}
.footer-logo h2 {
  font-size: 33px;
  line-height: 33px;
  text-transform: uppercase;
}
.footer-logo h2 span {
  display: block;
  text-transform: none;
  font-family: "Oswald", sans-serif;
}

.footer-menu {
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.footer-menu a {
  color: #FFFFFF;
  font-weight: 400;
  display: block;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-bottom: 30px;
}
.footer-menu a:last-child {
  margin-bottom: 0;
}
.footer-menu a h2 {
  font-size: 25px;
  line-height: 25px;
  text-transform: uppercase;
  transition: ease-in-out all 0.2s;
}
.footer-menu a span {
  display: block;
  transition: ease-in-out all 0.2s;
}
.footer-menu a:hover h2 {
  transform: translateY(10px);
}
.footer-menu a:hover span {
  transform: translateY(-10px);
}

.footer-in p {
  margin: 0;
}

span.line {
  margin: 0 10px;
}

.tel-email tr td:first-child {
  width: 15px;
}

@media (min-width: 768px) {
  .footer-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .footer-menu a {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .footer-in {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .footer-in > p {
    text-align: center;
    line-height: 16px;
  }
  .footer-in > p:first-child {
    text-align: left;
    border-left: 0;
  }
  .footer-in > p:last-child {
    text-align: right;
  }
}
/**********************
*** Custom Style ******
**********************/
.content-text h1,
.content-text .h1 {
  /** calc([minimum size] + ([maximum size] - [minimum size]) * ((100vw - [minimum viewport width]) / ([maximum viewport width] - [minimum viewport width]))); **/
  font-size: calc(28px + 7 * (100vw - 350px) / 1570);
  line-height: 1em;
  text-transform: uppercase;
}
.content-text h2,
.content-text .h2 {
  /** calc([minimum size] + ([maximum size] - [minimum size]) * ((100vw - [minimum viewport width]) / ([maximum viewport width] - [minimum viewport width]))); **/
  font-size: calc(18px + 7 * (100vw - 350px) / 1570);
  line-height: 1em;
  text-transform: uppercase;
}
.content-text h3,
.content-text .h3 {
  /** calc([minimum size] + ([maximum size] - [minimum size]) * ((100vw - [minimum viewport width]) / ([maximum viewport width] - [minimum viewport width]))); **/
  font-size: calc(18px + 7 * (100vw - 350px) / 1570);
  line-height: calc(18px + 7 * (100vw - 350px) / 1570);
}

.btn-item .btn-primary.btn-home {
  margin: 0 auto;
}

div#slideshow9 .slideshow-content {
  padding: 30px 15px;
  background: #35A0CD;
  color: #0F2751;
  font-size: 15px;
}

div#slideshow9 .slideshow9-blok {
  border: 0px;
}

div#slideshow9 h3.slideshow-titel {
  color: #0F2751;
  font-size: 25px;
  line-height: 25px;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
}

div#slideshow9 table.slideshow-gegevens td {
  font-weight: normal;
}

div#slideshow9 table.slideshow-gegevens td:first-child {
  padding-right: 10px;
  font-weight: normal;
}

div#slideshow9 .slideshow-button {
  padding: 15px 30px;
  text-transform: unset;
  transition: ease-in-out all 0.2s;
  border-color: #35A0CD;
  background: #35A0CD;
  border-radius: 30px;
}

div#slideshow9 span.item-prijs {
  color: #26709C;
}

.bg-light {
  background: #26709C;
  color: #FFFFFF;
}

.bel-mij-in {
  max-width: 450px;
  display: flex;
  align-items: center;
  margin: 0 auto;
}
.bel-mij-in input {
  height: 60px;
  width: 100%;
  margin-right: 15px;
  border: 0;
  border-radius: 30px;
  padding-left: 25px;
  background: #FFFFFF;
  color: #0F2751;
}
.bel-mij-in button {
  background: #35A0CD;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  transition: ease-in-out all 0.2s;
}
.bel-mij-in button:hover {
  background: #2981a6;
}

.bg-question {
  background: linear-gradient(180deg, #fff 50%, #0F2751 50%);
}
.bg-question .img-question {
  background: url(//svl.autodealers.nl/upload/12001_contact.jpg) no-repeat center;
  background-size: cover;
  height: 400px;
  margin: 0 -15px;
}
.bg-question .bg-form {
  background: #26709C;
  padding: 0 15px;
  margin: 0 -15px;
}
.bg-question .bg-form .bg-form-in {
  max-width: 450px;
  margin: 0 auto;
}

.bg-form-in h2 {
  color: #FFFFFF;
}

.custom-form .panel-body {
  padding: 0;
}
.custom-form .form-group .input-group {
  display: block;
}
.custom-form .form-group input.form-control,
.custom-form .form-group textarea.form-control {
  width: 100%;
  max-width: 100%;
  border: 0;
  padding-left: 25px;
  border-radius: 30px;
  background: #FFFFFF;
  color: #0F2751;
}
.custom-form .form-group input.form-control::-moz-placeholder, .custom-form .form-group textarea.form-control::-moz-placeholder {
  color: #0F2751;
}
.custom-form .form-group input.form-control::placeholder,
.custom-form .form-group textarea.form-control::placeholder {
  color: #0F2751;
}
.custom-form .form-group input.form-control {
  float: none;
  display: block;
  height: 60px;
}
.custom-form .form-group textarea.form-control {
  padding-top: 20px;
}
.custom-form .form-group button {
  width: 60px;
  height: 60px;
  display: block;
  margin: 0 0 0 auto;
  border-radius: 100%;
  background: #35A0CD;
  transition: ease-in-out all 2s;
}
.custom-form .form-group button:hover {
  background: #2981a6;
}
.custom-form .form-button {
  margin: 0;
}

#openingstijden2 ul.nav-justified {
  margin: 0;
  list-style: none;
  padding: 0;
}

#openingstijden2 .dag,
#openingstijden2 .tijd {
  width: 100%;
}

#openingstijden2 ul.nav-justified li .dag {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 25px;
  line-height: 25px;
  margin-bottom: 15px;
}

#openingstijden2 .tijd {
  margin-bottom: 25px;
}

/**********************
******* Global ********
**********************/
.content-space {
  padding: 18.75px 0;
}

.btn-primary.btn-home {
  height: 130px;
  width: 130px;
  white-space: normal;
  display: flex;
  align-items: center;
}

.btn-primary.btn-home.btn-brown {
  background: #35A0CD;
  border-color: #35A0CD;
}

.btn-primary.btn-home.btn-brown:hover {
  background: #2981a6;
  border-color: #2981a6;
}

.btn-primary,
a.btn-primary,
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus,
.pager li > a,
.pager li > span {
  font-family: "Yantramanav", sans-serif;
  background: #35A0CD;
  border-color: #35A0CD;
  color: #FFFFFF;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 70px;
  line-height: 25px;
  font-size: 16px;
}

.btn-primary:hover,
a.btn-primary:hover,
.btn-primary:active,
a.btn-primary:active,
.btn-primary:focus,
a.btn-primary:focus,
.btn-primary:active:focus,
a.btn-primary:active:focus,
.pager li > a:hover,
.pager li > span:hover {
  background: #2981a6;
  border-color: #2981a6;
  color: #FFFFFF;
}

a.btn-social {
  color: #35A0CD;
}

a.label {
  background: #35A0CD;
  color: #FFFFFF;
}

span.title,
.pagination > li > a,
.pagination > li > span {
  color: #35A0CD;
}

nav.right {
  border-bottom: 0;
}

nav.right ul {
  margin-bottom: 0;
}

a.photo-a,
img.img-rounded {
  border-radius: 0;
}

.marquee {
  width: 100%;
  margin-bottom: 30px;
  overflow: hidden;
}
.marquee span {
  display: inline-block;
  width: -moz-max-content;
  width: max-content;
  padding-left: 100%;
  will-change: transform;
  animation: marquee 15s linear infinite;
  color: #ff0000;
  font-size: 22px;
}
.marquee span:hover {
  animation-play-state: paused;
}

@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .marquee span {
    animation-iteration-count: 1;
    animation-duration: 0.01;
    width: auto;
    padding-left: 0;
  }
}
.beoordeling .beoordeling .gemiddelde .beoordelen {
  display: none;
}

input[type=file] {
  max-width: 100%;
}

.icons {
  height: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
}

.icon {
  width: 60px;
  aspect-ratio: 1/1;
  min-width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #35A0CD;
  border-radius: 50%;
}
.icon:hover {
  background: #2981a6;
  color: #e6e6e6;
}

.icon--whatsapp {
  background: #29B653;
}
.icon--whatsapp:hover {
  background: #208c40;
}

.icon img {
  max-width: 100%;
}

@media (min-width: 992px) {
  body {
    padding-bottom: 0;
  }
  .fixed-icons {
    bottom: 30px;
    right: 15px;
    width: auto;
    flex-direction: column;
    background: transparent;
    padding: 0;
  }
  .fixed-icons .fixed-icon {
    margin-bottom: 15px;
  }
  .fixed-icons .fixed-icon:hover {
    transform: translateX(5px);
  }
}
@media (min-width: 1200px) {
  .fixed-icons {
    bottom: 80px;
  }
}
/**********************
*** Style per pagina **
**********************/
/***************
*** Occasions **
***************/
#body.autolijst_background,
#body.autolijst_background .auto-detail-page contact-adres,
#body.autolijst_background .list-view,
#body.autolijst_background .gallery-view,
#body.autolijst_background .detail-view,
#body.autolijst_background .row.auto-specificaties,
#body.autolijst_background .row.auto-opties,
#body.autolijst_background .row.auto-opmerkingen h3 {
  color: #0F2751;
}

#body.autolijst_background .auto-detail-page h2 {
  margin: 20px 0;
}

/**********************
*** Mediaqueries ******
**********************/
/* tot Mobiel (col-xs) */
@media (max-width: 767px) {
  .beoordeling .gemiddelde {
    font-size: 2em;
  }
}
/* Vanaf Tablet staand/portait modus (col-sm en hoger) */
@media (min-width: 768px) {
  .row-eq-height {
    display: flex;
    flex-flow: wrap row;
  }
  .row-eq-height:after, .row-eq-height:before {
    display: none;
  }
  .row-eq-height.middle {
    align-items: center;
  }
  .content-space {
    padding: calc(18.75px * 2) 0;
  }
  body {
    padding-top: 100px;
  }
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
  }
  .header.scroll .header-top {
    padding: 15px 0;
    background: #0f2751;
  }
  .header.scroll .header-top ul.search-filter-horizontal li select {
    height: 50px;
  }
  .header.scroll .header-top ul.search-filter-horizontal li button {
    height: 50px;
    width: 50px;
  }
  .header.scroll .header-top ul.search-filter-horizontal li button span {
    font-size: 25px;
  }
  .header.scroll .header-bottom {
    padding: 15px 0;
    background: #26709c;
  }
  .header-top {
    transition: ease-in-out all 0.2s;
  }
  ul.search-filter-horizontal {
    max-width: 290px;
    width: 100%;
    margin: 15px auto 0 auto;
  }
  .header-bottom {
    transition: ease-in-out all 0.2s;
    text-align: left;
  }
  .header-bottom .header-openingstijden {
    text-align: right;
    margin-top: 0;
  }
  .bg-question .img-question {
    height: 100%;
  }
  #openingstijden2 ul.nav-justified li .dag {
    margin-bottom: 25px;
  }
  #openingstijden2 .tijd {
    margin-bottom: 0;
  }
}
/* Vanaf Tablet liggend/landscape modus (col-md en hoger) */
@media (min-width: 992px) {
  .content-space {
    padding: calc(18.75px * 3) 0;
  }
  body {
    padding-top: 0;
  }
  ul.search-filter-horizontal {
    margin: 0 0 0 auto;
  }
  .content-text h1,
  .content-text .h1 {
    margin-bottom: 50px;
  }
  .btn-item {
    margin-top: 50px;
  }
}
/* Vanaf computerscherm (col-lg) */
@media (min-width: 1200px) {
  .content-space {
    padding: calc(18.75px * 4) 0;
  }
  .btn-primary.btn-home {
    font-size: 16px;
  }
  .navbar-default .navbar-nav > li > a {
    font-size: 14px;
  }
}
@media (min-width: 1450px) {
  .navbar-default .navbar-nav > li > a {
    font-size: 16px;
  }
}
.AddFlex {
  display: flex;
  gap: 5px;
}

.AddFlex a {
  color: #35A0CD;
  font-weight: 700;
}

.giveRelative {
  position: relative;
}

.addAbsolute {
  position: absolute;
  top: 0;
 /*  left: 50%;
  transform: translateX(-53%); */
}

@media (max-width: 992px){
.addAbsolute {
  position: absolute;
  top: 0;
 /* left: 50%;
  transform: translateX(-70px); */
}
}



.addMarginTop {
  margin-top: 200px;
}

.footer-menu {
  padding-bottom: 0;
  margin-bottom: 30px;
}

@media (max-width: 1200px) {
  .nav-brand img {
    max-width: 200px;
  }
}
@media (max-width: 992px) {
  .nav-brand img {
    max-width: 150px;
  }
}
@media (max-width: 767px) {
  a.nav-brand {
    margin-bottom: 0;
  }
  .nav-brand img {
    max-width: 110px;
    transform: translateY(45px) !important;
  }
  .carousel-btns {
    transform: translateY(45px) !important;
  }
  .mrgnMobileTop{
  	transform: translateY(-20px);
  }
  
  
}

.bg-light .content-text h2.h1{
color: #fff;
}

@media (max-width: 772px){
  .footer-menu {
  	display: flex;
    align-items: center;
    flex-direction: column;
  }
  
  .addAbsolute{
  }
}

.btn{
padding: 14px 14px;
}