@import url('https://fonts.googleapis.com/css?family=Poppins:300,500,400,600,700,800');
@import url('normalize.css');


/* ========================================================================== */
/* ========================================================================== */
              /* [Table of contents] */
/* ========================================================================== */
/* ========================================================================== */

/*  

    1. RESET
  2. TYPOGRAPHY
  3. BUTTOMS
  4. SPACE AND ALIGMENT
  5. HEADER SECTION
  6. NAV SECTION
  7. CAROUSEL SECTION
  8. FOOTER SECTION
  9. PAGES SECTION
  10. ABOUT US.
  11. SERVICES SECTION
  12. FAQ PAGE
  13. ERROR PAGE
  14. TEAM PAGE
    15. BLOGS PREVIEW
    16. BLOG CLASSIC
    17. BLOG SINGLE
    18. CONTACT SECTION 
    19. POPUP VIDEO
    20. IMAGE GALLERY
    21. FILTER GALLERY
    22. MASONRY GRID
    23. YOUTUBE POPUP SECTION
    24. MODAL POPUP SECTION
    25. PARALLAX SECTION
    26. TESTIMONIALS SECTION
    27. COUNTER
    28. SCROLLING TOP
    29. LOADER
    30. HOME PAGES
    
*/ 

/*###############################
  ---------- 2. RESET. ----------
  ###############################*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}

body{
    overflow-x: hidden;
    text-rendering: optimizeSpeed;
}

html {
  font-size: 24px;
  font-weight: 100;
  line-height: 1.5;
}

/*####################################
  ---------- 2. TYPOGRAPHY. ----------
  ###################################*/
h1, h2, h3, h4, h5, h6, p, ul,ol{
    margin-top: 0;
    margin-bottom: 1rem;
    color: #323B3C;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0.5rem;
    line-height: 1.1;
    font-family: 'Poppins', sans-serif;
}

h1, .h1 {
    font-size: 1.602rem;
    font-weight: 600;
}

h2, .h2 {
    font-size: 1.424rem;
    font-weight: 600;
    color: #262626;
}

h3, .h3 {
    font-size: 0.90rem;
    color: #262626;
}

h4, .h4 {
    font-size: 0.85rem;
    color: #262626;
    margin-bottom: 5px;
}

h5, .h5 {
    font-size: 0.70rem;
    color: #CC0023;
    font-weight: 500;
}

h6, .h6 {
    font-size: 0.889rem;
    text-transform: uppercase;
    font-weight: 500;
    color: #262626;
}

p {
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  color: #677C7E;
  font-weight: 400;
  line-height: 2;
}

a {
  color: #FFF;
    text-decoration: none;
    transition: 0.3s;
}

a:hover {
  color: #CC0023;
    text-decoration: none;
}

/*#################################
  ---------- 3. BUTTONS. ----------
  #################################*/

a.btn-hover-corner {
  display: inline-block;
  text-decoration: none;
  color: #CC0023;
  font-weight: bold;
  font-size: 14px;
  position: relative;
  padding: 0.5rem 2.5rem;
  overflow: hidden;
  transition: 0.3s ease;
  margin-bottom: 0px;
  font-family: 'Poppins', sans-serif;
}

a.btn-hover-corner:before {
  content: '';
  display: block;
  height: 1em;
  width: 1em;
  border-bottom: 2px solid #CC0023;
  border-left: 2px solid #CC0023;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.3s ease;
}

a.btn-hover-corner:after {
  content: '';
  display: block;
  height: 1em;
  width: 1em;
  border-top: 2px solid #CC0023;
  border-right: 2px solid #CC0023;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.3s ease;
}
    
a.btn-hover-corner:hover:before,
a.btn-hover-corner:hover:after {
  width: 100%;
  height: 100%;
}

.btn-white a.btn-hover-corner {
  display: inline-block;
  text-decoration: none;
  color: #CC0023;
  font-weight: bold;
  font-size: 13px;
  position: relative;
  padding: 0.4rem 2rem;
  overflow: hidden;
  transition: 0.3s ease;
  margin-bottom: 0px;
  font-family: 'Poppins', sans-serif;
  background: #fff;
}

.btn-white a.btn-hover-corner:hover {
  background: transparent;
  color: #FFF;
}

.btn-white a.btn-hover-corner:before {
  content: '';
  display: block;
  height: 1em;
  width: 1em;
  border-bottom: 2px solid #FFF;
  border-left: 2px solid #FFF;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.3s ease;
}

.btn-white a.btn-hover-corner:after {
  content: '';
  display: block;
  height: 1em;
  width: 1em;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.3s ease;
}
    
.btn-white a.btn-hover-corner:hover:before,
.btn-white a.btn-hover-corner:hover:after {
  width: 100%;
  height: 100%;
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  border: none;
  border-radius: 5px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.btn-contact {
  color: #FFF;
  transition: 0.9s;
  padding: 0.3rem 1.125rem;
  font-size: 0.60rem;  
  background-color: #CC0023;
}

.btn-contact:hover {
  color: #FFF;
  background-color: #262626;
}

.btn-contact:focus, .btn-contact.focus {
  box-shadow: none;
}

.btn-contact.disabled, .btn-contact:disabled {
  color: #fff;
  background-color: #CC0023;
  border-color: #CC0023;
}

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

.btn-contact:not(:disabled):not(.disabled):active:focus, .btn-contact:not(:disabled):not(.disabled).active:focus,
.show > .btn-contact.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-tags {
    color: #516163;
    transition: 0.6s;
    padding: 0.2rem 0.7875rem;
    font-size: 14px;  
    background: #f0f5f5;
    border-radius: 0px;
    text-transform: none;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.btn-tags:hover {
    color: #FFF;
    background-color: #0A178F;
}

.btn-tags:focus, .btn-tags.focus {
  box-shadow: none;
}

.btn-tags.disabled, .btn-tags:disabled {
  color: #fff;
  background-color: #e9b416;
  border-color: #e9b416;
}

/*############################################
  ---------- 4. SPACE AND ALIGMENT. ----------
  ############################################*/
.container, .container-fluid{
    margin: 1rem auto 1rem auto;
}

.inner-color{
    padding: 1rem 0rem;
    background-color: #F7FAFA;
    margin: 0rem;
}

.inner-color .container{
   margin: 1rem auto 1rem auto
}

#bigHalfCircle path {
  fill: #F7FAFA;
  stroke: #F7FAFA;
}

/* Big triangle with shadow */
#trianglePath1 {
  fill: #F7FAFA;
  stroke: #F7FAFA;
}

#trianglePath2 {
  fill: #CC0023;
  stroke: #CC0023;
    
}

#bigTriangleShadow{
    margin-bottom: 1.5rem;
}

/*#######################################
  ---------- 5. HEADER SECTION ----------
  #######################################*/
.top-header{
    background-color: #262626;
    height: 44px;
}

.top-header .container{
    margin: 0px auto;
}

.top-header-left{
    float: left;
}

.inner-header-left{
    display: inline-block;
    margin-right: 5px;
}

.inner-header-left p{
    font-size: 13px;
}

.top-header-social{
    float: right;
}

.inner-header-social{
    display: inline-block;
    margin-right: 5px;
}

.inner-header-social .fab{
    font-size: 14px;
}

header{
    background: #FFF;
    height: 140px;
}

header .container{
    margin: 0px auto;
    padding: 20px;
}

header .header-logo{
    float: left;
}

.header-logo .brand{
    width: 220px;
    margin-top: 12px;
}

.header-logo figure.brand img{
    width: 100%;
}

.header-location{
    float: right;
    padding: 15px 0px;
}

.header-location h6{
    font-size: 13px;
    margin-bottom: 2px;
}

.header-location p{
    font-size: 13px;
    margin-bottom: 0px;
}

.email, .address{
    display: inline-block;
    margin-right: 10px;
    width: 220px;
}

.phone{
    display: inline-block;
    width: 220px;
}

.address-icon, .mail-icon, .phone-icon{
    width: 40px;
    float: left;
    margin-right: 10px;
}

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

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

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

/*####################################
  ---------- 6. NAV SECTION ----------
  ####################################*/
.main-nav{
    position: relative;
    z-index: 2;
}

.main-nav .container{
    height: 60px;
    background: #CC0023;
    margin: 0px auto;
    margin-top: -30px;
}

.affix {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* fixed to top styles */
.affix .container{
  margin-top: 0px;
}
.affix.navbar .nav-item>a, 
.affix.navbar .navbar-brand {
    color: #fff;
}

.navbar-expand-lg{
    padding: 7px 0px;
}

.nav-link {
  transition-duration: 0.4s;
  display: block;
  padding: 0.5rem 3rem;
  margin: 0px 5px 0px 10px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
}

.nav-link:hover {
  color: #262626;
}

.navbar-brand{
    display: none;
}

.nav-link:focus {
  text-decoration: none;
    color: #FFF;
}

.nav-item{
    margin: 0px;
}

.logo-brand{
  width: 200px;
  transition: 0.5s;
  position: relative;
}

.logo-brand img{
  width: 100%;
}

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 200px;
  padding: 10px 0;
  margin: 2px 0 0;
  font-size: 16px;
  text-align: left;
  list-style: none;
  background-color: #FAFCFC;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #eff5f5;
  border-radius: 4px;
}

.dropdown-menu > li > a {
  display: block;
  padding: 2px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.5;
  white-space: nowrap;
  transition: 0.4s;
  font-family: 'Poppins', sans-serif;
  color: #595959;
  font-weight: normal;
  font-size: 14px;
  transition: 0.3s;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #404040;
  text-decoration: none;
  background-color: transparent;
}

.dropdown-menu .divider-top {
  display: none;
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #eff5f5;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #eff5f5;
}

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

.caret-drop{
    position: relative;
    color: #FFF;
    margin-left: 5px;
    transition: 0.3s;
}

.nav-link:hover .caret-drop{
  text-decoration: none;
    color: #404040;
}

.nav-link:focus .caret-drop{
    text-decoration: none;
    color: #CC0023;
}

.caret-drop:before{
    content: "\f107";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}

.navbar-nav>.open>a, .navbar-nav>.open>a:hover, .navbar-nav>.open>a:focus{
    background-image:none;
    color: #fff;
    background-color: rgba(0,0,0,0.5); 
}

.navbar-toggler:active {
  text-decoration: none;
    color: #FFF;
}

.form-inline  .btn-custom {
  color: #FFF;
  transition: 0.9s;
  padding: 0.3rem 1.125rem;
  font-size: 0.60rem;      
  background: #262626;
}

/*#########################################
  ---------- 7. CAROUSEL SECTION ----------
  #########################################*/
.main-slider{
    height: 550px;
    margin-top: -30px;
    position: relative;
    z-index: 1;
}

.carousel-item {
  height: 550px;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.carousel-caption {
  position: absolute;
  top: 38%;
  right: 15%;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.display-4{
    color: #FFF;
    font-weight: 600;
    font-size: 2.5rem;
    line-height: 1.2;
}

.lead{
    color: #FFF;
    font-size: 1rem;
    font-weight: 300;
}

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

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("../img/master/left-arrow.svg");
}

.carousel-control-next-icon {
  background-image: url("../img/master/right-arrow.svg");
}

/*######################################
  ---------- 8. FOOTER SECTION ---------
  ######################################*/
footer{
    background: #262626;
    height: 100%;
    padding: 60px 0px 60px 0px;
}

footer .container{
    margin: 2.5rem auto;
}

footer.no-margin{
    margin: 0px;
}

figure.footer-logo{
    width: 220px;
    margin-bottom: 20px;
}

figure.footer-logo img{
    width: 100%;
}

.footer-col h4{
    color: #FFF;
    font-weight: 400;
    font-size: 0.75rem;
    margin-bottom: 1rem;
}

.footer-col h5{
    line-height: 1.5;
    font-weight: 400;
    color: #FFF;
    font-size: 14px;
    margin-bottom: 2px
}

.footer-col p{
    color: #FFF;
    font-size: 14px;
    line-height: 1.7;
}

.footer-col .list-group-item {
    position: relative;
    display: block;
    padding: 0.40rem 0rem;
    margin-bottom: -1px;
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 13px;
    font-family: 'Poppins', sans-serif;  
    color: #FFF;
    border-top: 0;
    border-right: 0;
    border-left: 0;
}

.bottom-location-icon{
    width: 35px;
    float: left;
    margin-right: 10px;
}

.bottom-location-icon img{
    width: 100%;
}

.location-box{
    padding: 8px 0px;
}

.location-box h6{
    color: #FFF;
    margin-bottom: 2px;
    font-size: 13px;
}

.location-box p{
    color: #FFF;
    font-size: 13px;
}

.newsletter-box {
  margin: 15px 0px 15px 0px;
}

.newsletter-box form {
    display: flex;
    align-items: center;
}

.newsletter-box .input {
    width: 70%;
    height: 38px;
    background: #FDFCFB;
    border: none;
    font-family: inherit;
    color: #737373;
    letter-spacing: 1px;
    text-indent: 5%;
    font-size: 12px;
  font-family: 'Poppins', sans-serif;  
}

.newsletter-box .button {
    width: 30%;
    height: 38px;
    background-color: #CC0023;
    border: none;
    border-radius: 0 5px 5px 0;
    font-family: inherit;
    font-weight: 500;
    color: inherit;
    letter-spacing: 1px;
    cursor: pointer;
    color: #FFF;
    font-size: 12px;
  font-family: 'Poppins', sans-serif;  
}

p.cursive{
  font-style: italic;
    font-size: 13px;
}

hr.footer{
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin: 30px auto 30px auto;
}

.copytight{
    float: left; 
}

.copytight p{
    color: #FFF;
    font-size: 13px;
}

.social-footer{
    float: right;
    margin-top: -10px;
}

.social-items{
    display: inline-block;
    margin: 0px 2px;
    transition: 0.3s;
}

.icon-fa{
    display:inline-block;
    font-size: 16px;
    line-height: 35px;
    background: #FFF;
    color: #CC0023;
    width: 35px;
    height: 35px;
    text-align: center;
    vertical-align: bottom;
    border-radius: 50%;
    float: left;
    transition: 0.9s;
}

.icon-fa:hover{
    background-color: #CC0023;
    color: #FFF;
}

footer .btn-custom {
  color: #FFF;   
  background: #CC0023;

}

/*######################################
  ---------- 9. PAGES SECTION ----------
  ######################################*/
.sections{
    background-image: url("../img/images/pages-bg.jpg");
    height: 400px; 
    margin-top: -30px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.sections:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom right, #000, #000);
  opacity: 0.3;
}

.sections .container{
    margin: 0px auto;
}

.pages-title{
    position: absolute;
    bottom: 20px;
    color: #FFF;
}

.pages-title h1{
    font-size: 1.4rem;
    color: #FFF;
}

.pages-title p{
    color: #FFF;
}

hr.divider{
    margin: 40px auto 30px;
}

.section-title{
    text-align: center;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.7rem;
}

.section-title p{
    line-height: 1.8;
}

.section-title h2:after {
  background: #ED213A;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #93291E, #ED213A);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #93291E, #ED213A); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  content: '';
  display: block;
  height: 3px;
  margin: 15px auto;
  width: 80px;
}

.about-front h2:after {
  background: #ED213A;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #93291E, #ED213A);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #93291E, #ED213A); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  content: '';
  display: block;
  height: 3px;
  margin: 15px 0px;
  width: 80px;
}

/*##################################
  ---------- 10. ABOUT US ----------
  ##################################*/

/* ----- ABOUT US ONE -----*/
.about-front h5{
    text-transform: uppercase;
}

figure.about-pic img{
    width: 100%;
}

.about-service-icon{
    width: 60px;
    float: left;
    margin: 0px 15px 20px 0px;
}

.about-service-icon img{
    width: 100%;
}

.inner-service-bar .caption p{
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 0px;
}

.front-thumb{
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.from-thumb-pic img{
    width: 100%;
}

.thumb-caption{
    padding: 30px 15px;
}

.thumb-caption h4{
    font-size: 0.85rem;
    text-align: center;
    margin-bottom: 5px;
    font-weight: 600;
}

.thumb-caption p{
    text-align: center;
    margin-bottom: 15px;
}

.btn-box p{
    margin-bottom: 0px;
}

.btn-more-box{
    margin-top: 1rem;
}

/* ----- ABOUT US TWO -----*/
.front-section{
    height: 400px;
}

.icon-list{
    margin-top: 2rem;
}

/* ----- ABOUT US THREE -----*/

.thumb-about img{
    width: 100%;
}

.about-caption{
    padding: 20px 0px;
}

.about-caption p{
    line-height: 1.6;
    margin-bottom: 0px;
    font-size: 14px;
}

figure.signature{
    width: 200px;
    margin-top: 1rem;
}

figure.signature img{
    width: 100%;
}

.wide-section-bg{ 
    background-image: url("../img/images/img4.jpg");
    height: 500px; 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.wide-section-bg:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom right, #FF404C, #000);
    opacity: .4;
}

.wide-section-box{
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.8);
    padding: 30px;
    box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08);
    z-index: 1;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 240px;
    max-width: 600px;
}

.wide-section-info{
    background-color: #F7FAFA;
    height: 500px;
    padding: 3rem;
}

.inner-wide-section{
    margin: 1.5rem 0rem;
    height: 70px;
}

.inner-wide-section .circle-icon{
    background-color: #CC0023;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    position: relative;
    float: left;
    margin-right: 15px;
}

.icon-center{
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 50px;
}

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

.inner-wide-section .caption{
    padding-top: 10px;
}

.inner-wide-section .caption h4{
    margin-bottom: 5px;
}

.inner-wide-section .caption p{
    line-height: 1.5;
    margin-bottom: 0px;
}

/*##########################################
  ---------- 11. SERVICES SECTION ----------
  ##########################################*/
/* ----- SERVICE ONE -----*/

.service-box{
    text-align: center;
    padding: 30px 20px 35px;
    box-shadow: 0 0 10px rgba(204,204,204,0.6);
    -moz-box-shadow: 0 0 10px rgba(204,204,204,0.6);
    -webkit-box-shadow: 0 0 10px rgba(204,204,204,0.6);
    -o-box-shadow: 0 0 10px rgba(204,204,204,0.6);
    margin-bottom: 1.5rem;
}

.service-icon{
    width: 60px;
    height: 60px;
    margin: auto
}

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

.service-box h3{
    font-size: 0.80rem;
    margin: 10px 0px;
}

.service-box p{
    margin-bottom: 0px;
    line-height: 1.8;
    font-size: 14px;
    text-align: center;
}

.inspection-box{
    text-align: center;
}

.inspection-icon{
    width: 60px;
    height: 60px;
    margin: auto;
}

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

.inspection-box p{
    margin-top: 5px 0px 0px;
}

/* ----- SERVICE TWO -----*/
.service-box-2{
    padding: 30px 20px 10px;
    box-shadow: 0 0 10px rgba(204,204,204,0.6);
    -moz-box-shadow: 0 0 10px rgba(204,204,204,0.6);
    -webkit-box-shadow: 0 0 10px rgba(204,204,204,0.6);
    -o-box-shadow: 0 0 10px rgba(204,204,204,0.6);
    border-top: solid 2px #CC0023;
}

.service-circle{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #CC0023;
    position: relative;
    margin: auto;
}

.service-icon-2{
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 50px;
}

.service-icon-2 img{
    width: 100%;
}

.service-box-2 .caption{
    text-align: center; 
}

.service-box-2 .caption h3{
    font-size: 0.80rem;
    margin: 15px 0px 10px;
    text-align: center; 
}

.service-box-2 .caption p{
    line-height: 1.6;
    font-size: 14px;
}

/* ----- SERVICE THREE -----*/
.grid-box{
    padding: 30px;
    border-bottom: solid 1px #ddd;
    border-right: solid 1px #ddd;
}

.no-border-right{
    border-right: none;
}

.no-border-bottom{
    border-bottom: none;
}

.grid-icon{
    width: 70px;
    height: 70px;
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
}

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

.grid-box .caption h3{
    font-size: 0.80rem;
    margin-bottom: 5px;
}

.grid-box .caption p{
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 0px;
}

/*##################################
  ---------- 12. FAQ PAGE ----------
  ##################################*/
.accordion {
    border-top: 1px solid #d9e5e8;
}

.accordion-side{
    padding-right: 40px;
}

.accordion li {
    border-bottom: 1px solid #d9e5e8;
    position: relative;
    list-style-type:none;
}

.accordion li p {
    display: none;
    padding: 10px 20px;
    color: #516163;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}

.accordion a {
    width: 100%;
    font-family: 'Poppins', sans-serif;
    display: block;
    cursor: pointer;
    font-weight: 500;
    line-height: 3;
    font-size: 16px;
    user-select: none;
}

.accordion li a.active{
    color: #CC0023;
}

.accordion a.hover{
    color: #CC0023;
}

.accordion a:after {
    width: 8px;
    height: 8px;
    border-right: 1px solid #CC0023;
    border-bottom: 1px solid #CC0023;
    position: absolute;
    right: 5px;
    content: " ";
    top: 20px;
    transform: rotate(-45deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a.active:after {
    transform: rotate(45deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-right: 1px solid #CC0023;
    border-bottom: 1px solid #CC0023;
}


/*####################################
  ---------- 13. ERROR PAGE ----------
  ####################################*/
.error-page-bg{
   background-image: url("../img/images/pages-bg.jpg");
    height: 800px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.error-page-bg:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom right, #000, #000);
  opacity: 0.4;
}

.error-page .container{
    margin: 0px auto;
}

.error-page .middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #FFF;
}

.error-page .middle .error-number{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 6rem;
    color: #FFF;
}

.error-page .middle h4{
    color: #CC0023;
    margin-top: -20px;
    font-weight: 400;
}

.error-page .middle p {
    color: #FFF;
}

/*###################################
  ---------- 14. TEAM PAGE ----------
  ###################################*/
.staff{
    background: #F7FAFA;
    margin-bottom: 1rem;
}

.headshot img{
    width: 100%;
    cursor: pointer;
}
.profile {
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  background: #000000;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.profile * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.profile img {
  max-width: 100%;
  position: relative;
  top: 0;
  opacity: 1.0;
  left: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

.profile .icons {
  bottom: 35px;
  width: 35px;
  position: absolute;
  text-align: center;
}
.profile .icons i {
  display: inline-block;
  font-size: 22px;
  color: #ffffff;
  opacity: 1;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: translate(-35px, 35px);
  transform: translate(-35px, 35px);
}

.profile .corner {
  position: absolute;
  bottom: 0;
  text-align: center;
}

.profile .icons i,
.profile .corner {
  height: 35px;
  width: 35px;
  line-height: 35px;
  background: #262626;
}

.profile a {
  opacity: 0.8;
}
.profile a:hover {
  opacity: 1;
}

.profile a:hover i {
  width: 40px;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.profile.left {
  background: #CC0023;
}

.profile.left .icons i,
.profile.left .corner {
  background: #CC0023;
}

.profile:hover img,
.profile.hover img {
  opacity: 0.5;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.profile:hover .icons,
.profile.hover .icons {
  opacity: 1;
}

.profile:hover .icons i,
.profile.hover .icons i {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}

.profile:hover a:first-child i,
.profile.hover a:first-child i {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.profile:hover a:nth-child(2) i,
.profile.hover a:nth-child(2) i {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.profile:hover a:nth-child(3) i,
.profile.hover a:nth-child(3) i {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.corner .fa{
    color: #FFF;
    font-size: 16px;
}

.headshot .caption{
    clear: both;
    padding: 30px 15px 5px;
}

.headshot .caption h4{
    text-align: center;
}

.headshot .caption p{
    text-align: center;
}

.below{
    margin-top: 30px;
}

/*#######################################
  ---------- 15. BLOGS PREVIEW ----------
  #######################################*/
.blog-preview-img img{
    width: 100%;
    cursor: pointer;
}

.blog-preview-caption{
    padding: 20px 0px;
}

.blog-preview-caption h3{
    font-weight: 600;
}

.blog-preview-caption p{
    margin-bottom: 20px;
    line-height: 1.5;
}

.date-label{
    width: auto;
    height: auto;
    background: #CC0023;
    position: absolute;
    color: #FFF;
    padding: 10px 20px;
    bottom: 30px;
}

.blog-preview .box-prev-img{
    position: relative;
    transition: .5s ease;
    backface-visibility: hidden;
}

.blog-preview:hover .box-prev-img{
  opacity: 0.8;
}

.date-label h5{
    margin-bottom: 0px;
    color: #FFF;
}

/*#######################################
  ---------- 16. BLOG CLASSIC -----------
  #######################################*/

.post-list{
    background-color: #FFF;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    height: auto;
    border-radius: 5px;
    margin-bottom: 1.5rem;
    padding-bottom: 5px;
}

figure.post-preview{
    position: relative;
}

.post-preview img{
    width: 100%;
}

.post-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #CC0023;
}

figure.post-preview:hover .post-overlay {
  opacity: 0.4;
}

.post-caption{
    margin: 30px 25px;
}

.post-caption h3{
    color: #333;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.5;
}

.post-caption p{
    line-height: 2;
}

.post-caption a {
  color: #333;
    text-decoration: none;
    transition: 0.3s;
}

.post-caption a:hover {
  color: #CC0023;
    text-decoration: none;
}

hr.posts{
    margin: 20px auto 25px;
}

.bottom-post{
    clear: both;
    height: 60px;
}

.post-author{
    float: left;
    width: 70%;
    height: 60px;
}

.author-avatar{
    width: 60px;
    height: 60px;
    float: left;
    margin-right: 10px;
}

.author-avatar img{
    width: 100%;
    border-radius: 50%;
}

.about-author{
    padding: 8px;
}

.about-author h4{
    font-size: 0.80rem;
    margin-bottom: 0px;
    font-weight: 500;
}

.about-author p{
    font-size: 13px;
}

.post-details{
    float: right;
    margin-top: 10px;
    margin-right: 15px;  
    cursor: pointer;
}

.button, .soc-but {
  width: 40px;
  height: 40px;
}

.button {
  position: relative;
  -webkit-perspective: 300px;
          perspective: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: #CC0023;
}

.button:hover .fb {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.button:hover .tw {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}
.button:hover .ins {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.button:hover .vk {
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
}

.soc-but {
  position: absolute;
  left: 0;
  top: 0;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.soc-but a {
  color: #FFF;
    text-decoration: none;
    transition: 0.3s;
}

.soc-but a:hover {
  color: #FFF;
    text-decoration: none;
}

.back {
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.80rem;
  color: white;
  text-decoration: none;
}

.vk .back, .ins .back {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

.tw .back, .fb .back {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.fb .back {
  background: #3b5998;
}

.vk .back {
  background: #45668e;
}

.tw .back {
  background: #00aced;
}

.ins .back {
  background: #e4405f;
}

.fb, .vk {
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
}

.ins, .tw {
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

.tw {
  transition-delay: 0.1s;
  -webkit-transform: rotateY(-90deg);
          transform: rotateY(-90deg);
}

.ins {
  transition-delay: 0.2s;
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
}

.vk {
  -webkit-transform: rotateX(-90deg);
          transform: rotateX(-90deg);
}

.fb {
  transition-delay: 0.3s;
  -webkit-transform: rotateY(90deg);
          transform: rotateY(90deg);
}

.video-box{
    position: relative;
}

#myVideo {
  right: 0;
  bottom: 0;
  width: 100%; 
  height: 100%;
}

aside h3{
    font-size: 0.85rem;
    font-weight: 600;
    color: #333;
}

aside h3:after {
  background: #ED213A;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #93291E, #ED213A);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #93291E, #ED213A); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  content: '';
  display: block;
  height: 3px;
  margin: 15px 0px;
  width: 60px;
}

.aside-list-group, .aside-related-posts{
    margin-bottom: 2rem;
    clear: both;
}

.aside-list-group .list-group-item {
    position: relative;
    display: block;
    padding: 0.50rem 0rem;
    margin-bottom: -1px;
    background-color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #516163;
}

.aside-list-group .list-group-item .badge {
    display: inline-block;
    padding: 5px 10px;
    font-size: 100%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 5px;
    float: right;
    font-family: 'Poppins', sans-serif;
    background: #ED213A;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #93291E, #ED213A);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #93291E, #ED213A); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #FFF;
    font-weight: 400;
}

.aside-list-group .list-group-item a {
  color: #516163;
    text-decoration: none;
    transition: 0.6s;
}

.aside-list-group .list-group-item a:hover {
  color: #FB5607;
    text-decoration: none;
}

.media-list{
    margin-top: 1.3rem;
    clear: both;
    height: 80px;
}

.media-thumb{
    width: 80px;
    height: 80px;
    float: left;
    margin-right: 15px;
}

.media-thumb img{
    width: 100%;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.media-post h4{
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 500;
    line-height: 1.4;
    color: #333;
}

.tags-btn{
    display: inline-block;
    margin-right: 5px;
}

.media-post a {
  color: #516163;
    text-decoration: none;
    transition: 0.6s;
}

.media-post a:hover {
  color: #CC0023;
    text-decoration: none;
}

.blogs-pagination{
    margin-top: 2.5rem;
}

.site-pagination .pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0rem;
}

.site-pagination .page-link {
    position: relative;
    display: block;
    padding: 0.3rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #333;
    background-color: #fff;
    border: none;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 500;
}

.site-pagination .page-link:hover {
    z-index: 2;
    color: #CC0023;
    text-decoration: none;
    background-color: #F0F5F5;
    border-color: #F0F5F5;
}

.site-pagination .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: none;
}

.page-link .fas{
    font-size: 18px;
}

.site-pagination .page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #CC0023;
  border-color: #CC0023;
  border-radius: 0.25rem;
}

/*#######################################
  ---------- 17. BLOG SINGLE ------------
  #######################################*/
.single-post-caption{
    padding: 30px 0px;
}

.post-single a {
  color: #333;
    text-decoration: none;
    transition: 0.6s;
}

.post-single a:hover {
  color: #CC0023;
    text-decoration: none;
}

.single-post-caption h2{
    line-height: 1.3;
    margin-bottom: 1rem;
}

.single-post-caption p{
    line-height: 2;
}

.single-post-details{
    height: 40px;
    margin-bottom: 1rem;  
}

.single-post-details .author-avatar{
    width: 40px;
    height: 40px;
}

.single-post-details .author-avatar img{
    width: 100%
}

.single-post-details .about-author{
    padding: 2px;
}

.single-post-details .author-name{
    font-size: 15px;
    margin-bottom: 0px;
}

.single-post-social{
    float: right;
}

.single-post-social .social-share{
    margin-right: 13px;
}

.single-post-social .button {
    position: relative;
    -webkit-perspective: 300px;
          perspective: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #CC0023;
}

.single-post-social .back {
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: white;
    text-decoration: none;
}

.post-views, .social-share{
    display: inline-block;
    margin-right: 5px;    
}

.post-comments{
    display: inline-block;  
}

.single-post-social .fas{
    color: #CC0023;
    font-size: 15px;
}

.single-post-social .far{
    color: #CC0023;
    font-size: 15px;
}

blockquote{
    display:block;
    background: #fff;
    padding: 30px 20px 30px 45px;
    margin-bottom: 2rem;
    position: relative;
    font-size: 15px;
    line-height: 2;
    color: #516163;
    border-left: 10px solid #CC0023;
    border-right: 2px solid #CC0023;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    font-family: 'Poppins', sans-serif;
    font-style: italic;
}

blockquote::before{
    content: "\201C"; /*Unicode for Left Double Quote*/
    font-family: Georgia, serif;
    font-size: 60px;
    font-weight: bold;
    color: #333;
    position: absolute;
    left: 10px;
    top: 5px;
    line-height: 1.5;
}

blockquote::after{
    content: "";
}

blockquote a{
  text-decoration: none;
  background: #eee;
  cursor: pointer;
  padding: 0 3px;
  color: #CC0023;
}

blockquote a:hover{
 color: #666;
}

blockquote em{
  font-style: italic;
}

.related-posts h2:after {
  background: #ED213A;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #93291E, #ED213A);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #93291E, #ED213A); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  content: '';
  display: block;
  height: 3px;
  margin: 15px 0px 30px;
  width: 80px;
}

.comments h3{
    font-size: 1rem;
    color: #333;
    font-weight: 600;
}

.user-avatar{
    width: 90px;
    height: 150px;
    border-radius: 50%;
    float: left;
    margin-right: 15px;
}

.user-avatar img{
    width: 100%;
    border-radius: 50%;
}

.comment-details h4{
    font-size: 0.75rem;
    font-weight: 500;
    margin-bottom: 2px;
}

p.comment-date{
    font-size: 14px;
    color: #9dadaf;
    margin-bottom: 2px;
}

p.comment{
    line-height: 1.7;
    margin-bottom: 10px;
}

.comment-interaction .fas{
     color: #CC0023;
    transition: 0.6s;
}

.vote-up, .vote-down, .replay-box{
    display: inline-block;
    margin-right: 8px;
}

.replay-box .fas{
    font-size: 19px;
}

hr.comments{
    margin: 20px auto 30px;
}

.comment-interaction .replay-box:hover .fas{
     color: #CC0023;
}

.comment-interaction .vote-up:hover .fas{
     color: #CC0023;
}

.comment-interaction .vote-down:hover .fas{
     color: #CC0023;
}

.comment-form{
    clear: both;
    margin-top: 1.5rem;
}

.comment-form h3{
    font-size: 1rem;
    color: #333;
    font-weight: 600;
}

.customize {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #f0f5f5;
    background-clip: padding-box;
    border: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin: 5px 0px;
    transition: 0.6s;
}

.customize::-ms-expand {
  background-color: transparent;
  border: 0;
}

.customize:focus {
  color: #495057;
  background-color: #e0ebeb;
  border-color: none;
  outline: 0;
  box-shadow: none;
}

.btn-comments{
    margin-top: 1rem;
}

.btn-comments a {
  color: #FFF;
    text-decoration: none;
    transition: 0.6s;
}

.btn-comments a:hover {
  color: #FFF;
    text-decoration: none;
}

/*#########################################
  ---------- 18. CONTACT SECTION ----------
  #########################################*/

/* ----- CONTACT ONE -----*/
.sections-contact{
    height: 400px; 
    margin-top: -30px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.sections-contact .container{
    margin: 0px auto;
}

.pages-title{
    position: absolute;
    bottom: 20px;
}

.sections-contact .pages-title h1{
    font-size: 1.4rem;
    color: #14213D;
}

.sections-contact .pages-title p{
    color: #14213D;
}

.sections-contact .pages-title a {
  color: #CC0023;
    text-decoration: none;
    transition: 0.3s;
}

.sections-contact .pages-title a:hover {
  color: #CC0023;
}

.maps{
    height: 500px;
}

.map-iframe{
    width: 100%;
    height: 400px;
    border: none;
}

.contact-info h3{
    text-transform: uppercase;
    font-weight: 600;
}

.contact-info h3:after {
  background: #ED213A;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #93291E, #ED213A);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #93291E, #ED213A); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  content: '';
  display: block;
  height: 3px;
  margin: 15px 0px;
  width: 80px;
}

.span-contact p{
    padding-top: 1px;
}

.contact-icon{
    float: left;
    margin-right: 10px;
}

.contact-icon .fas{
    font-size: 1.3rem;
    color: #CC0023;
}

.with-errors{
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    color: red;
}

.alert-success {
  color: #FFF;
  background-color: #CC0023;
  border-color: #CC0023;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  line-height: 1.5;
}

.close {
  float: right;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: none;
  opacity: 1;
}

/* ----- CONTACT TWO -----*/
.map-2{
    margin-top: 1.5rem;
}

.map-iframe-2{
    width: 100%;
    height: 500px;
    border: none;
    border:none; box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11),
    0 5px 15px 0 rgba(0,0,0,0.08);
}

/* ----- CONTACT THREE -----*/
.contact-box{
    padding: 50px 30px;
    max-width: 1100px;
    margin-top: -5rem;
    z-index: 1;
    position: relative;
    background: #FFF;
}

.contact-box p{
    text-align: center;
}

/*######################################
  ---------- 19. POPUP VIDEO  ----------
  ######################################*/
.demo-video{
    margin-top: -330px;
}

.demo-video img{
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.pulse-button {
  width: 60px;
  height: 60px;
  border: none;
  box-shadow: 0 0 0 0 rgba(204, 0, 35, 0.5);
  border-radius: 50%;
  cursor: pointer;
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  background: transparent url("../img/master/play-btn.png") center center no-repeat;
  background-color: #CC0023;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.pulse-button:hover 
{
  -webkit-animation: none;-moz-animation: none;-ms-animation: none;animation: none;
}

@-webkit-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}

.organic-pulsing-video{
    position: relative;
}

.organic-pulsing-video .popup-youtube .video-image:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: none;
}

.organic-pulsing-video .youtube-popup{
    display: none
}

/*#######################################
  ---------- 20. IMAGE GALLERY ----------
  #######################################*/
.magnific-img {
    width: 100%;
    height: 100%;
}

.magnific-img img {
    width: 100%;
    height: 100%;
    border-radius: 0px;
}

a.image-popup-vertical-fit {
    cursor: -webkit-zoom-in;
    z-index: 0;
    position: relative;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-arrow-left:before {
    border-right: none !important;
}
.mfp-arrow-right:before {
    border-left: none !important;
}
button.mfp-arrow, .mfp-counter {
    opacity: 0 !important;
    transition: opacity 200ms ease-in, opacity 2000ms ease-out;
}
.mfp-container:hover button.mfp-arrow, .mfp-container:hover .mfp-counter{
  opacity: 1 !important;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.9; 
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; 
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #FFF;
  font-size: 14px;
  line-height: 18px;
  white-space: nowrap; 
  font-family: 'Poppins', sans-serif;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.magnific-img .image-popup-vertical-fit img a:link {
    text-decoration: none;
    border: solid 2px #000;
}

.magnific-img .image-popup-vertical-fit img a:visited {
    text-decoration: none;
    border: solid 2px #000;
}

.magnific-img .image-popup-vertical-fit img a:hover {
    text-decoration: none;
    border: solid 2px #000;
}

.magnific-img .image-popup-vertical-fit img a:active {
    text-decoration: none;
    color: #000;
    border: solid 2px #000;
}


.mfp-figure button.mfp-close {
    cursor: pointer;
}
.popup-gallery a {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}
.mfp-figure figure {
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out;
    cursor: zoom-out;
}

/*########################################
  ---------- 21. FILTER GALLERY ----------
  ########################################*/
.nav-pills > li. active > a, .nav-pills > li. active > a:focus, .nav-pills >li .active > a:hover {
    color: #455354;
    text-align: center;
}

.center-pills {
    display: flex;
    justify-content: center;
}

.nav-pills a {
    color: #677C7E;
    margin-right: 5px;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;  
    font-weight: 500;
    padding: 8px 20px;
    border-radius: 5px;
}

.nav >li > a:focus, .nav> li > a:hover {
    background: transparent;
    color: #CC0023;
}

.portfolio-filter{
    margin-bottom: 30px;
}

.portfolio-item {
    margin: 0px;
    padding: 5px;
}

.portfolio-item img {
    width: 100%;
}

.portfolio-item:hover img {
    -webkit-filter: grayscale(50%);
    filter: grayscale(40%);
}

figure {
    margin: 0;
}
/*######################################
  ---------- 22. MASONRY GRID ----------
  ######################################*/

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

.grid-sizer,
.grid-item {
  width: calc(100% / 2);
}

.grid-item {
  float: left;
}

.grid-item img {
  display: block;
  max-width: 100%;
}

/*###############################################
  ---------- 23. YOUTUBE POPUP SECTION ----------
  ###############################################*/
.popup-youtube .video-image {
    position: relative;
    display: inline-block;
}

.popup-youtube .video-image img{
    width: 100%
}

.popup-youtube .video-image:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: transparent url("http://quickdevs.com/templates/autochoice/img/master/play-button.png") center center no-repeat;
}

.popup-youtube .video-image img a:link {
    text-decoration: none;
    color: #FFF;
}

.popup-youtube .video-image img a:visited {
    text-decoration: none;
    color: #FFF;
}

.popup-youtube .video-image img a:hover {
    text-decoration: none;
    color: #FFF;
}

.popup-youtube .video-image img a:active {
    text-decoration: none;
    color: #FFF;
}

/*#############################################
  ---------- 24. MODAL POPUP SECTION ----------
  #############################################*/
.modal-box{
    text-align: center;
}

.modal-box p{
    margin: 15px 0px 15px 0px;
}

.modal-sm .modal-content{
    background: #FFF;
    border: 1px solid #ddd;
   border: 1px solid rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    padding: 10px 20px 10px 20px;
}

.close{
    color: #000;
}

@media (min-width: 992px) {
  .modal-md {
    width: 600px;
  }
}

/*##########################################
  ---------- 25. PARALLAX SECTION ----------
  ##########################################*/
.parallax-background{ 
    background-image: url("../img/master/unt.png");
    height: 300px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.parallax-background:before {
  margin-left: -85px;
          margin-right: : -85px;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom right, #000, transparent);
  opacity: 1;
}

.parallax-background-vip{ 
    background-image: url("../img/vip/Vip_1.jpg");
    height: 300px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.parallax-background-vip:before {
  margin-left: -85px;
          margin-right: : -85px;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom right, #000, transparent);
  opacity: 1;
}

.parallax-background-amg{ 
    background-image: url("../img/interior/IMG_4884.jpg");
    height: 300px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.parallax-background-amg:before {
  margin-left: -85px;
          margin-right: : -85px;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom right, #000, transparent);
  opacity: 1;
}

.parallax-background-wheel{ 
    background-image: url("../img/wheels/Wheel_1.jpg");
    height: 300px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.parallax-background-garage:before {
  margin-left: -85px;
          margin-right: : -85px;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom right, #000, transparent);
  opacity: 1;
}

.parallax-background-fair{ 
    background-image: url("../img/fair/Fair_1.jpg");
    height: 300px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.parallax-background-fair:before {
  margin-left: -85px;
          margin-right: : -85px;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom right, #000, transparent);
  opacity: 1;
}

.parallax-background-event{ 
    background-image: url("../img/events/Event_4.jpg");
    height: 300px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.parallax-background-event:before {
      margin-left: -85px;
          margin-right: : -85px;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom right, #000, transparent);
  opacity: 1;
}

.parallax-background-garage{ 
    background-image: url("../img/garage/Garage_1.jpg");
    height: 300px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.parallax-background-wheel:before {
  margin-left: -85px;
          margin-right: : -85px;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom right, #000, transparent);
  opacity: 1;
}

.parallax-content{
    color: #FFF;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    text-align: center;
}

.parallax-content h2{
    color: #FFF;
    text-align: center;
}

.parallax-content p{
    color: #FFF;
    text-align: center;
    margin-bottom: 0px;
}

.parallax-background-2{ 
    background-image: url("../img/images/parallax-bg.jpg");
    height: 500px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.parallax-background-2:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom right, #000, transparent);
  opacity: 1;
}

/*##############################################
  ---------- 26. TESTIMONIALS SECTION ----------
  ##############################################*/
.slider .slide{
    margin: 0px 20px;
    cursor: pointer;
}

.testimonial-card{
    background-color: #F7FAFA;
    padding-bottom: 15px;
}

.header-background img{
    width: 100%;
}

.avatar-circle{
    width: 90px;
    height: 90px;
    margin: -45px auto;
    position: relative;
}

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

.testimonial-caption{
    clear: both;
    margin-top: 60px;
    text-align: center;  
    padding: 0px 20px;
}

.testimonial-caption h4{
    font-size: 0.75rem; 
    margin-bottom: 5px;
}

.testimonial-caption h5{
    font-size: 0.65rem; 
    font-weight: 400;
    
}

.testimonial-caption p{
    font-size: 13px; 
    line-height: 1.5;
}

/*#################################
  ---------- 27. COUNTER ----------
  #################################*/
.inner-counter{
    border-right: 1px solid rgba(221, 221, 221, 0.8);
}

.last-box-counter{
    border: none;
}

.counter-statistics .counter{
    font-family: 'Poppins', sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    color: #262626;
    text-align: center;
}

.counter-statistics h5{
    text-transform: uppercase;
    margin-bottom: 0px;
    text-align: center;
    font-size: 16px;
    color: #516163;
    font-weight: 400;
}

/*#######################################
  ---------- 28. SCROLLING TOP ----------
  #######################################*/

@media only screen and (min-width: 1024px) {
  main p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(230, 57, 70, 1) url("../img/master/cd-top-arrow.svg") no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  border-radius: 50%;  
  z-index: 4;
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}

.no-touch .cd-top:hover {
  background-color: #FB5607;
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  } 
}

@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}


/*################################
  ---------- 29. LOADER ----------
  ################################*/

#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1031;
  background-color: #262626;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}
.icon-credit {
  position: fixed;
  bottom: 5px;
  width: 100%;
  text-align: center;
  font-size: 11px;
}
.icon-credit a {
  color: #222;
}
.loader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader::before,
.loader::after {
  content: '';
  position: absolute;
  border-radius: 30%;
}
.loader::before {
  width: 65px;
  height: 65px;
 
}
.loader::after {
  width: 95px;
  height: 95px;
 
}
.car {
  position: relative;
  z-index: 1;
  -webkit-transform-origin: bottom bottom;
          transform-origin: bottom bottom;
  -webkit-animation: drift 2.2s linear infinite;
          animation: drift 2.2s linear infinite;
}
.car::before,
.car::after {
  content: '';
  position: absolute;
  top: 10px;
  border-radius: 30%;
}

.loader  svg{
  width: 100px;
  height: 100px;
  margin: 20px;
  display:inline-block;
}


/*###################################
  ---------- 30. HOME PAGES ---------
  ###################################*/
.front-search-container{
  background: #f0f0f0;
  height: 260px;
  position: relative;
    margin-top: -180px;
    z-index: 101;
    overflow-x: hidden;
}

.left-side .row .col-md-4 .form-group .select-form .form-control{
  height: 40px;
  font-size: 14px;
  border-radius: 0px;
  color: #999;
    border: 1px solid #e6e6e6;
}

.left-side .row .col-md-4 .form-group .select-form{
  margin-top: 10px;
}

.left-side .row .col-md-4 .form-group{
  font-family: 'Poppins', sans-serif;
    font-weight: 500;
  font-size: 14px;
}

.custom-form {
    height: 40px;
  font-size: 14px;
  border-radius: 0px;
  color: #999;
    border: 1px solid #e6e6e6;
}

.custom-form::-ms-expand {
  background-color: transparent;
  border: 0;
}

.custom-form:focus {
  color: #495057;
  background-color: #fff;
  border-color: none;
  outline: 0;
  box-shadow: none;
}

.front-search-container .left-side{
  float: left;
  width: 60%;
  height: 260px;
  padding: 40px 30px 40px 30px;
}

.front-search-container .right-side{
  float: right;
  width: 40%;
  background: #CC0023;
  height: 260px;
  padding: 40px 30px 40px 30px;
    color: #FFF;
}

.price-range .ui-button.ui-state-disabled:hover,
.price-range .ui-button.ui-state-disabled:active {
  border: 1px solid #fff;
  background: #fff;
  font-weight: normal;
  color: #FFF;
    font-family: 'Poppins', sans-serif;
}

.btn-search{
  margin-top: 30px;
}

.btn-search .btn-custom{
    background: #FFF;
    color: #CC0023;
}

.btn-search .btn-custom:hover{
    color: #ff002b;
}

.btn-search .btn-custom.disabled, .btn-custom:disabled {
  color: #CC0023;
  background-color: #e9b416;
  border-color: #e9b416;
}

.btn-search .btn-custom:not(:disabled):not(.disabled):active, .btn-custom:not(:disabled):not(.disabled).active,
.show > .btn-custom.dropdown-toggle {
  color: #CC0023;
  background-color: none;
  border-color: none;
}

.btn-search .btn-custom:not(:disabled):not(.disabled):active:focus, .btn-custom:not(:disabled):not(.disabled).active:focus,
.show > .btn-custom.dropdown-toggle:focus {
  box-shadow: none;
}
.price-slider{
    margin: 15px 0px 15px 0px;
}

.price-range h5{
    font-size: 0.85rem;
    color: #FFF;
    
}

.rank-label{
    background: transparent;
    border: none;
    font-weight: 500;
    color: #FFF;
    font-size: 18px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,


/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #FFF;
  background: #FFF;
  font-weight: normal;
  color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #CC0023;
  background: #333;
  font-weight: normal;
  color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: none
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #333;
  background: #333;
  font-weight: normal;
  color: #ffffff;
}

.home-about h5:after {
  background: #ED213A;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #93291E, #ED213A);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #93291E, #ED213A); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  content: '';
  display: block;
  height: 3px;
  margin: 15px 0px;
  width: 80px;
}

.home-about h5{
    font-size: 0.75rem;
}

figure.icon-pic{
    width: 60px;
}

figure.icon-pic img{
    width: 100%;
}

.home-icon-box h3{
    font-size: 0.80rem;
    margin: 20px 0px 10px;
}

.home-icon-box p{
    line-height: 1.6;
}

.car-lineup{
    margin-bottom: 1.5rem;
}

.car-lineup img{
    width: 100%
}


.flex-images { overflow: hidden; }
.flex-images .item { float: left; margin: 4px; border: 1px solid #eee; box-sizing: content-box; overflow: hidden; position: relative;  }
.flex-images .item img { display: block; width: auto; height: 100%; }

