@font-face {
  font-family: 'Syncopate';
  src: url('../fonts/Syncopate/Syncopate-Regular.woff') format('woff'),
    url('../fonts/Syncopate/Syncopate-Regular.ttf') format('truetype'),
    url('../fonts/Syncopate/Syncopate-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat/Montserrat-Regular.woff') format('woff'),
    url('../fonts/Montserrat/Montserrat-Regular.ttf') format('truetype'),
    url('../fonts/Montserrat/Montserrat-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*=========== TABLE OF CONTENTS ===========
1.  General css (Reset code)
2.  Top-area
3.  Welcome-hero
4.  Model-search
5.  Service
6.  slider
7.  Featured-cars
8.  Client-say
9.  Brand
10. Blog
11. Contact
==========================================*/

/*-------------------------------------
		1.General css (Reset code)
--------------------------------------*/
* {
  padding: 0;
  margin: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #818998;
  text-transform: initial;
  margin: 0 auto;
  overflow-x: hidden;
}

a,
a:hover,
a:active,
a:focus {
  display: inline-block;
  text-decoration: none;
  color: #444a57;
  font-size: 20px;
  padding: 0;
  font-weight: 500;

}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #444a57;
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
}

p {
  margin: 0;
  color: #818998;
  font-size: 16px;
  line-height: 1.8;
  text-transform: initial;
}

img {
  border: none;
  max-width: 100%;
  height: auto;
}

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

ul li {
  list-style: none;
  display: inline-block;
}

select,
input,
textarea,
button,
.form-control {
  box-shadow: none;
  outline: 0 !important;
}

button {
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
  border-radius: 20px;
  background: transparent;
  border: 0;
  font-size: 16px;
  text-transform: capitalize;
}


html,
body {
  height: 100%;
}

[placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.3s 0.3s ease;
  -moz-transition: opacity 0.3s 0.3s ease;
  -ms-transition: opacity 0.3s 0.3s ease;
  -o-transition: opacity 0.3s 0.3s ease;
  transition: opacity 0.3s 0.3s ease;
  opacity: 0;
}

.owl-carousel {
  z-index: 0;
}

/* section-header */
.section-header {
  position: relative;
  text-align: center;
}

.section-header h2 {
  position: relative;
  font-size: 36px;
  font-weight: 500;
  padding-bottom: 35px;
}

.section-header h2:before {
  position: absolute;
  content: "";
  width: 80px;
  height: 2px;
  bottom: 0;
  left: 50%;
  margin-left: -42px;
  background: rgba(1, 112, 204, 255);
}

.section-header p {
  color: #444a57;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.section-header h2 span,
.section-header p span {
  text-transform: lowercase;
}

/* section-header */

/*=============Style css=========*/

/*-------------------------------------
        2. Top-area
--------------------------------------*/
nav.navbar.bootsnav {
  background-color: transparent;
  border-bottom: transparent;
}

.wrap-sticky nav.navbar.bootsnav.sticked {
  background-color: #000;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/*.navbar-brand*/
.navbar-header a.navbar-brand,
.navbar-header a.navbar-brand:hover,
.navbar-header a.navbar-brand:focus {
  display: inline-block;
  color: #adafb1;
  font-size: 24px;
  letter-spacing: 3px;
  font-family: "Syncopate";
  font-weight: 700;
  padding: 30px 0px;
  text-transform: uppercase;
}

.navbar-header span {
  font-weight: 700;
  font-family: "Syncopate";
}

.navbar-header a.navbar-brand span {
  display: inline-block;
  color: #adafb1;
  border-radius: 30px;
  text-transform: capitalize;
}

.wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand,
.wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand:hover,
.wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand:focus {
  padding: 30px 0px;
}

/*.navbar-brand*/

/*.nav li*/
nav.navbar.bootsnav ul.nav>li>a {
  color: #adafb1;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

nav.navbar.bootsnav ul.nav>li>a {
  padding: 30px 15px;
}

nav.navbar.bootsnav ul.nav>li>a:hover,
nav.navbar.bootsnav ul.nav>li>a:focus {
  color: rgba(1, 112, 204, 255);
}

nav.navbar.bootsnav ul.nav>li.active>a {
  color: rgba(1, 112, 204, 255);
}

nav.navbar.bootsnav ul.nav>li.dropdown>a.dropdown-toggle:after {
  content: "";
}

nav.navbar.bootsnav ul.nav>li.dropdown span {
  font-size: 8px;
  margin-left: 15px;
}

.wrap-sticky nav.navbar.bootsnav.sticked ul.nav>li>a {
  padding: 20px 20px;
}

/*.nav li*/

/*.menu-ui-design*/
.sticked .menu-ui-design {
  margin-top: 13px;
}

.menu-ui-design {
  overflow-y: scroll;
  height: 350px;
  margin-top: 3px;

}

.menu-ui-design::-webkit-scrollbar {
  width: 5px;
}

.menu-ui-design::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 8px #000;
}

.menu-ui-design::-webkit-scrollbar-thumb {
  background-color: rgba(1, 112, 204, 255);
}

/*.menu-ui-design*/

/*.navbar-toggle */
nav.navbar.bootsnav .navbar-toggle {
  position: relative;
  background-color: transparent;
  border: 1px solid rgba(1, 112, 204, 255);
  padding: 10px;
  top: 0;
}

nav.navbar.bootsnav .navbar-toggle i {
  color: white;
}

/*.navbar-toggle */

/*-------------------------------------
        3.  Welcome-hero
--------------------------------------*/
.welcome-hero {
  position: relative;
  background: url(../images/welcome-hero/3.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
  max-height: 580px;
}

.welcome-hero:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(25, 25, 31, 0.6);
}

.header-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

/*.welcome-hero-txt*/
.welcome-hero-txt {
  text-align: center;
  padding: 290px 0 372px;
}

.welcome-hero-txt h2 {
  font-size: 42px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 45px;
}

.welcome-hero-txt p {
  font-size: 18px;
  text-transform: initial;
  color: #fff;
  font-weight: 500;
  max-width: 735px;
  margin: 0 auto;
}

.welcome-btn {
  display: inline-block;
  width: 230px;
  height: 60px;
  background: rgba(1, 112, 204, 255);
  color: #fff;
  border-radius: 10px;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
  margin-top: 55px;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

.welcome-btn:hover {
  background: #0102fa;
}

/*.welcome-hero-txt*/

/*-------------------------------------
        4. Model-Search
--------------------------------------*/
.model-search-content .col-sm-12 {
  padding: 0;
}

.model-search-content {
  padding: 40px 0;
  background: #fff;
  box-shadow: 0 10px 40px 0px rgba(38, 40, 64, 0.2);
  position: absolute;
  bottom: -150px;
  width: 100%;
  border-radius: 3px;
}

/*.single-model-search*/
.single-model-search {
  margin-bottom: 30px;
}

.single-model-search:last-child {
  margin-bottom: 0;
}

.single-model-search h2 {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 20px;
}

/*model-select-icon*/
.model-select-icon {
  position: relative;
}

.model-select-icon .form-control {
  outline: 0 !important;
  box-shadow: none;
  border: 1px solid #f8f8f8;
  background: #f8f8f8;
  height: 60px;
}

.model-select-icon select {
  font-size: 16px;
  color: #888f9d;
  text-transform: capitalize;
}

.model-select-icon:after {
  position: absolute;
  content: "\f103";
  right: 0px;
  top: 0;
  font-size: 10px;
  color: #888f9d;
  background: #f8f8f8;
  height: 60px;
  line-height: 60px;
  width: 50px;
  text-align: center;
  font-family: "Flaticon";
  pointer-events: none;
  border: transparent;
}

/*model-select-icon*/
.welcome-btn.model-search-btn {
  width: 160px;
  margin-top: 80px;
  margin-left: 53px;
}

/*.single-model-search*/

/*-------------------------------------
        5. Service 
--------------------------------------*/
.service {
  padding: 260px 0 87px;
}

.single-service-item {
  text-align: center;
  padding: 55px 30px 60px;
  border-radius: 3px;
  margin-bottom: 30px;
  border: 1px solid #dadfe9;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

.single-service-icon {
  display: inline-block;
  color: #50616c;
}

.single-service-item h2 a {
  font-size: 20px;
  margin: 35px 0 20px;
}

.single-service-item h2 a span {
  text-transform: lowercase;
}

.single-service-item p {
  padding-bottom: 35px;
  text-transform: initial;
  position: relative;
}

.single-service-item p:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 3px;
  background: rgba(1, 112, 204, 255);
  bottom: 0;
  left: 50%;
  margin-left: -10px;
}

.single-service-icon [class^="flaticon-"]:before,
.single-service-icon[class*=" flaticon-"]:before,
.single-service-icon [class^="flaticon-"]:after,
.single-service-icon [class*=" flaticon-"]:after {
  font-size: 60px;
}

.single-service-item:hover .single-service-icon [class^="flaticon-"]:before,
.single-service-item:hover .single-service-icon [class*=" flaticon-"]:before,
.single-service-item:hover .single-service-icon [class^="flaticon-"]:after,
.single-service-item:hover .single-service-icon [class*=" flaticon-"]:after {
  color: #fff;
}

.single-service-item:hover h2 a,
.single-service-item:hover p {
  color: #fff;
}

.single-service-item:hover p:before {
  background: #fff;
}

.single-service-item:hover {
  box-shadow: 0 12px 30px 0px rgba(0, 1, 193, 0.2);
  background: rgba(1, 112, 204, 255);
  border: 1px solid rgba(1, 112, 204, 255);
}

/*-------------------------------------
        6. slider
--------------------------------------*/
.slider {
  background: #f8f9fb;
  padding: 112px 0 120px;
}

.slider-content {
  padding-top: 96px;
}

/*.slider-txt*/
.slider-txt {
  margin-left: 29px;
  margin-bottom: 30px;
}

.slider-txt h2 a {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 26px;
}

.slider-txt h2 a span {
  text-transform: uppercase;
}

.slider-para2 {
  margin-top: 30px;
}

.welcome-btn.slider-btn {
  width: 176px;
  margin-top: 32px;
}

/*.slider-txt*/

/*.owl-dots */
.slider .owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 0px 4px;
  background: transparent;
  border: 1px solid #6a7781;
  border-radius: 50%;
}

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

.slider .owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 62px;
}

.contact {
  background: rgba(1, 112, 204, 255);
  opacity: 0.9;
}

.footer-top {
  padding: 112px 0 72px;
}

/*.footer-logo*/
.footer-logo a,
.footer-logo a:hover,
.footer-logo a:focus {
  display: inline-block;
  color: #fff;
  font-size: 24px;
  letter-spacing: 3px;
  font-family: "Syncopate", serif;
  font-weight: 700;
  text-transform: uppercase;
}

.single-footer-widget p {
  font-size: 14px;
  color: white;
  max-width: 300px;
  margin: 40px 0 20px;
}

.footer-contact p {
  margin: 0;
  color: white;
}

/*.footer-logo*/

.single-footer-widget {
  margin-bottom: 40px;
}

.single-footer-widget h2 {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 43px;
}

.single-footer-widget ul li {
  display: inherit;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.single-footer-widget ul li:hover {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}

.single-footer-widget ul li a {
  font-size: 14px;
  color: white;
  font-weight: 300;
  padding-bottom: 13px;
}

.single-footer-widget ul li a span {
  text-transform: lowercase;
}

.footer-newsletter p {
  color: white;
  font-size: 14px;
  font-weight: 300;
  margin: 0 0 15px;
}

/*hm-foot-email*/
.hm-foot-email {
  position: relative;
}

.foot-email-box .form-control {
  background: #26294d;
  display: block;
  padding: 15px 20px;
  outline: 0 !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  border: 0;
}

.foot-email-box input[type="text"] {
  font-size: 12px;
  color: white;
  font-weight: 300;
}

.foot-email-subscribe {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  background: transparent;
  color: white;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.foot-email-box .form-control:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}

/*hm-foot-email*/
/*.footer-copyright */
.footer-copyright {
  padding: 20px 0 17px;
  border-top: 1px solid #434859;
}

.footer-copyright p,
.footer-copyright p a {
  color: white;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}

.footer-social {
  text-align: right;
}

.footer-social a i {
  color: #fff;
  opacity: 0.4;
  font-size: 14px;
  margin-left: 16px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.footer-social i:hover {
  opacity: 0.7;
}

/*.footer-copyright */

/*===============================
    Scroll Top
===============================*/
#scroll-Top .return-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: none;
  width: 40px;
  line-height: 40px;
  height: 40px;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
  color: #fff;
  background: #4e4ffa;
  border: 1px solid #4e4ffa;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  z-index: 2;
}

#scroll-Top .return-to-top:hover {
  background: #fff;
  color: #4e4ffa;
  border: 1px solid #4e4ffa;
}

#scroll-Top .return-to-top i {
  position: relative;
  bottom: 0;
}

#scroll-Top .return-to-top i {
  position: relative;
  animation-name: example;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-duration: 1s;
}

@keyframes example {
  0% {
    bottom: 0px;
  }

  100% {
    bottom: 7px;
  }
}

.brand {
  padding: 120px 0;
}

.brand-area {
  position: relative;
}

.brand-area .item {
  padding: 0 40px 0;
}

.brand .brand-area .owl-carousel .owl-item img {
  display: block;
  width: 100%;
  height: 72px;
  border-radius: 0;
}

.my-section {
  font-size: "18px";
}

.my-shadow {
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.my-center-section {
  font-family: "Montserrat";
  text-align: center;
}

.my-center-image {
  margin: auto;
  max-height: 300px;
  object-fit: cover;
  
}

.my-center-image.full {
  max-height: inherit;
}

.mt-4 {
  margin-top: 20px;
}

.my-title {
  font-size: 30px;

}

.my-list {
  padding-left: 30px;
}

.my-list-item {
  display: list-item;
  list-style: square;
}

.my-form-element {
  width: 100%;
  /* Full width */
  padding: 12px;
  /* Some padding */
  border: 1px solid #ccc;
  /* Gray border */
  border-radius: 4px;
  /* Rounded borders */
  box-sizing: border-box;
  /* Make sure that padding and width stays in place */
  margin-top: 6px;
  /* Add a top margin */
  margin-bottom: 16px;
  /* Bottom margin */
  resize: vertical
    /* Allow the user to vertically resize the textarea (not horizontally) */
}


strong {
  color: #575757;
}

@media screen and (min-width: 960px) {
  .flex-container {
    display: flex;
    align-items: flex-start;
    /* Align items at the start of the container */
  }

  .my-center-image {
    object-position: 0% 35%;
  }
}


.text-content {
  flex: 1;
  /* Make the text content take the remaining space */
}

img.montse {

  margin: 0px 0px 30px 30px;
  max-width: 300px;
  float: right;
}

.full-width {
  width: 100%;
}

.white-text > * {
  color: white !important;
}