.fade-in-image {
  animation: fadeIn 3s;
  -webkit-animation: fadeIn 3s;
  -moz-animation: fadeIn 3s;
  -o-animation: fadeIn 3s;
  -ms-animation: fadeIn 3s;
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-moz-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-webkit-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-o-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-ms-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
/***************************
Page section margin padding 
****************************/
.page-section-ptb { padding: 25px 0; }
.page-section-mtt { margin-top: 30px; }



.page-section-pb { padding: 0 0 80px; }



/*************************
  Text Color
***********************/
.text-red { color: #db2d2e; }



/*************************
  Background Color
***********************/
.white-bg { background: #ffffff; }



/* Title Align - Left */
.text-left .section-title, .section-title.text-left{text-align:left;}
.text-left .section-title .separator:before, .section-title.text-left .separator:before,
.text-left .section-title .separator:after, .section-title.text-left .separator:after{left:0; margin-left:0;}
/*logo-center*/



/*************************
  Objects car
*************************/
.objects-car { position: relative; z-index: 1; overflow: hidden; }
.objects-left { position: absolute; height: 100%; width: 100%; left: 0; bottom: 0px; z-index: -1; }
.objects-left .objects-1 { position: absolute; left: 0px; bottom: 0; }

.objects-right { position: absolute; height: 100%; width: 100%; right: 0; bottom: 0px; z-index: -1; }
.objects-right .objects-2 { position: absolute; right: 0px; bottom: 0; }

.welcome-block.objects-car { overflow: hidden; position: relative; }
.objects-left.left .objects-1 { left: -450px; }
.objects-right.right .objects-2 { right: -450px; }

/*************************
     Welcome 
*************************/
.welcome-block .halp-call { margin-top: 50px; margin-bottom: 37px; }
.welcome-block .halp-call img { width: 80px; height: 80px; border-radius: 50%; display: inline-block; margin-bottom: 5px; }
.welcome-block .halp-call span { 
  color: #564e4e; 
  /*font-weight: 500; */
  text-transform: capitalize; 
  font-size: 18px; 
  display: block; 
}
.welcome-block .halp-call h2{
	font-weight: 510; font-size: 25px;
}

.play-video-2-section .custom-block-2 { margin-top: 0; }

/*play-video*/
.play-video-2-section .custom-block-2 { margin-top: 0; }
.play-video-2 .play-video-bg { padding: 100px 0 300px; position: relative; }
.play-video-2 .play-video-bg h3 { line-height: 40px; margin-bottom: 0px; }
.play-video-2 .video-info {  position: relative; z-index: 1; }
.play-video-2 .video-info a { width: 90px; height: 90px; padding: 8px; background: transparent; border: 2px solid #ffffff; display: inline-block; margin: 0 auto; border-radius: 50%; left: 0; position: absolute; right: 0; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); -moz-transform: translateY(-50%); z-index: 9999; font-size: 20px; }
.play-video-2 .video-info a i { width: 70px; height: 70px; line-height: 72px; background: #ffffff; color: #db2d2e; border-radius: 50%; padding-left: 4px; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; }
.play-video-2 .video-info a:hover i { background: #323232; color: #ffffff; }
.play-video-2 .video-info:before { background: rgba(219, 45, 46, 0.8); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 0; }

/*car-item-4*/
.car-item.car-item-4 { background: #ffffff; box-shadow: 0 0 5px rgba(0,0,0,0.15); padding: 10px; margin: 3px 3px; }
.car-item.car-item-4 .car-content { padding: 20px 0 0; }
.car-item.car-item-4 .price { background: #db2d2e; padding: 5px; margin-top: 20px; display: block; }
.car-item.car-item-4 .price span {  color: #ffffff; }
.car-item.car-item-4 .car-list { position: relative; height: inherit; bottom: inherit; border-bottom: 1px solid #f6f6f6; }
.car-item .car-image { position: relative; overflow: hidden; }






/*************************
  Section Title 
***********************/
.section-title { margin-bottom: 40px; text-align: center; }
.section-title .separator { position: relative; margin-top: 10px; display: inline-block; }
.section-title h2 { font-size: 36px; text-transform: uppercase; font-weight: 600; }
.section-title span { margin-bottom: 10px; display: block; }
.section-title .separator:after { width: 100px; display: block; margin: auto; content: ""; height: 1px; background: #db2d2e; bottom: 0px; left: 50%; transition: width .8s ease, background-color .8s ease; -webkit-transition: width .8s ease, background-color .8s ease; -o-transition: width .8s ease, background-color .8s ease; -ms-transition: width .8s ease, background-color .8s ease; -moz-transition: width .8s ease, background-color .8s ease; }
.section-title .separator:before { content: ''; display: block; margin: auto; left: 50%; height: 1px; width: 50px; bottom: -15px; background: #db2d2e; transition: width .8s ease, background-color .8s ease; -webkit-transition: width .8s ease, background-color .8s ease; -o-transition: width .8s ease, background-color .8s ease; -ms-transition: width .8s ease, background-color .8s ease; -moz-transition: width .8s ease, background-color .8s ease; margin-bottom: 6px; }
section:hover .section-title .separator:before { width: 100px; left: 0; }
section:hover .section-title .separator:after { width: 50px; left: 0; }

.about-k:hover .section-title .separator:before { width: 100px; left: 0; }
.about-k:hover .section-title .separator:after { width: 50px; left: 0; }
.about-k{margin-bottom: 20px;}
.about-k_1{
  margin-bottom: 18px; margin-top: 30px;
}


/*************************************
       Owl carousel      
**************************************/
.owl-item { transform: translateZ(0); -webkit-transform: translateZ(0); -ms-transform: translateZ(0); -o-transform: translateZ(0); -moz-transform: translateZ(0); -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s;  }
.owl-carousel .owl-item img { width: auto;}
.owl-carousel .owl-nav { display: block; position: absolute; text-indent: inherit; top: 45%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); -moz-transform: translateY(-50%); left: 0; width: 100%; cursor: pointer; z-index: 999; opacity: 0; }
.owl-carousel .owl-nav .owl-prev { display: block; position: absolute; text-indent: inherit; left: 0px; width: auto; cursor: pointer; -webkit-transition: opacity 0.3s ease 0s, left 0.3s ease 0s; -moz-transition: opacity 0.3s ease 0s, left 0.3s ease 0s; -ms-transition: opacity 0.3s ease 0s, left 0.3s ease 0s; -o-transition: opacity 0.3s ease 0s, left 0.3s ease 0s; transition: opacity 0.3s ease 0s, left 0.3s ease 0s; }
.owl-carousel .owl-nav .owl-next { display: block; position: absolute; text-indent: inherit; right: 0px; width: auto; cursor: pointer; -webkit-transition: opacity 0.3s ease 0s, right 0.3s ease 0s; -moz-transition: opacity 0.3s ease 0s, right 0.3s ease 0s; -ms-transition: opacity 0.3s ease 0s, right 0.3s ease 0s; -o-transition: opacity 0.3s ease 0s, right 0.3s ease 0s; transition: opacity 0.3s ease 0s, right 0.3s ease 0s; }
.owl-carousel .owl-nav .owl-prev i { padding-left: 0px; }
.owl-carousel .owl-nav i { font-size: 20px; border-radius: 50%; width: 44px; height: 44px; line-height: 42px; padding-left: 2px; display: inline-block; color: #db2d2e; background: #ffffff; border: 1px solid #e3e3e3; font-weight: normal; text-align: center; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.owl-carousel .owl-nav i:hover { background: #db2d2e; color: #fff; border-color: #db2d2e; }
.owl-carousel:hover .owl-nav { opacity: 1; }
.owl-carousel:hover .owl-nav .owl-prev { left: -2%; }
.owl-carousel:hover .owl-nav .owl-next { right: -2%; }
.owl-carousel .owl-controls .owl-dot { display: inline-block; margin-top: 20px; }
.owl-carousel .owl-dots { display: inline-block; position: relative; text-indent: inherit; width: 100%; cursor: pointer; text-align: center; }
.owl-carousel.owl-theme .owl-dots .owl-dot { margin-top: 20px; display: inline-block; }
.owl-carousel.owl-theme .owl-dots .owl-dot span { background: #a5a5a5; border-radius: 30px; display: inline-block; width: 10px; height: 10px; margin: 0px 3px; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; cursor: pointer; }
.owl-carousel.owl-theme .owl-dots .owl-dot:hover span { background: #db2d2e; }
.owl-carousel.owl-theme .owl-dots .owl-dot.active span { background: #db2d2e; width: 24px; }



/*************************************
          Car item
**************************************/
.car-items_1 {
  margin-bottom: 15px;
}
.car-item { position: relative; overflow: hidden; }
.car-item .car-content { background: #ffffff; padding: 20px; }
.car-item .car-content a { font-size: 16px; font-weight: 600; color: #db2d2e; margin-bottom: 10px; display: block; }
.car-item .car-content a:hover { color: #363636; }
.car-item .car-content_1 { background: #ffffff; padding: 20px; }
.car-item .car-content_1 a { font-size: 16px; font-weight: 600; color: white;}
.car-item .car-content_1 a:hover { color: #363636; }
.car-item .price span { color: #363636; font-weight: 700; font-size: 16px; }
.car-item .price span.old-price { color: #999999; text-decoration: line-through; padding-right: 5px; font-size: 13px; font-weight: 400; }
.car-item .separator { margin-bottom: 15px; }
.car-item .separator:after { width: 50px; display: block; margin: auto; content: ""; height: 1px; background: #000000; bottom: 0px; left: 50%; transition: width .8s ease, background-color .8s ease; -webkit-transition: width .8s ease, background-color .8s ease; -o-transition: width .8s ease, background-color .8s ease; -ms-transition: width .8s ease, background-color .8s ease; -moz-transition: width .8s ease, background-color .8s ease; }
.car-item .separator:before { content: ''; display: block; margin: auto; left: 50%; height: 1px; width: 30px; bottom: -10px; background: #000000; transition: width .8s ease, background-color .8s ease; -webkit-transition: width .8s ease, background-color .8s ease; -o-transition: width .8s ease, background-color .8s ease; -ms-transition: width .8s ease, background-color .8s ease; -moz-transition: width .8s ease, background-color .8s ease; margin-bottom: 4px; }
.car-item:hover .separator:before { width: 50px; left: 0; background: #db2d2e; }
.car-item:hover .separator:after { width: 30px; left: 0; background: #db2d2e; }
.car-item .car-list { background: #ffffff; color: #363636; overflow: hidden; bottom: 144px; height: 0; left: 0; position: absolute; transition: all 0.3s ease-out 0s; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; width: 100%; z-index: 2; text-align: center; }
.car-item .car-list li { line-height: 38px; color: #999999; display: inline-block; padding-right: 5px; padding-left: 5px; }
.car-item .car-list li i { padding-right: 3px; }
.car-item:hover .car-list { height: 40px; border-bottom: 1px solid #f6f6f6; }
.car-items_1:hover .car-list { height: 40px; border-bottom: 1px solid #f6f6f6; margin-bottom: -20px;}
.car-item .car-image { position: relative; overflow: hidden; }
.car-item .car-overlay-banner { background: rgba(219, 45, 46, 0.7); position: absolute; top: -100%; height: 100%; width: 100%; opacity: 0; transition: all 0.5s ease-out 0s; -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -ms-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; }
.car-item .car-overlay-banner ul { left: 0; position: absolute; right: 0; top: 40%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); -moz-transform: translateY(-50%); z-index: 99; }
.car-item .car-overlay-banner ul li { display: inline-block; }
.car-item .car-overlay-banner ul li a { background: transparent; border: 2px solid #ffffff; color: #ffffff; width: 36px; height: 36px; line-height: 36px; text-align: center; display: inline-block; border-radius: 50%; }
.car-item .car-overlay-banner ul li a:hover { background: #ffffff; color: #db2d2e; }
.car-item:hover .car-overlay-banner { opacity: 1; top: 0;}
.car-item.gray-bg .car-content { background: #f6f6f6; }


/*car-item-4*/
.car-item.car-item-4 { background: #ffffff; box-shadow: 0 0 5px rgba(0,0,0,0.15); padding: 10px; margin: 3px 3px; }
.car-item.car-item-4 .car-content { padding: 20px 0 0; }
.car-item.car-item-4 .price { background: #db2d2e; padding: 5px; margin-top: 20px; display: block; }
.car-item.car-item-4 .price span {  color: #ffffff; }
.car-item.car-item-4 .car-list { position: relative; height: inherit; bottom: inherit; border-bottom: 1px solid #f6f6f6; }



.today-recommendation{
	font-size: 24px;
	font-weight: 500;
	color: #0C0D0E;
}


/*feature box 5*/
.feature-box-5 { background: #ffffff; box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1); padding: 20px; border-radius: 5px; margin-bottom: 40px; }  
.feature-box-5 .icon { display: table-cell; }  
.feature-box-5 .icon i { font-size: 60px; line-height: 60px; }  
.feature-box-5 .info { display: table-cell; vertical-align: top; padding-left: 20px; }  

/*search-logo*/
.search-logo { background: #ffffff; padding: 30px; }
.search-logo #tabs .tabs li { color: #323232; background: #f6f6f6; border:none; padding: 2px 14px; border-radius: 3px; font-size: 13px; text-transform: capitalize; font-weight: bold; }
.search-logo #tabs ul.tabs li.active, .search-logo #tabs ul.tabs li.active:focus, .search-logo #tabs ul.tabs li:hover { background: #db2d2e; color: #ffffff; border:none; }
.search-logo #tabs ul.tabs { display: inline-block; vertical-align: middle; }
.search-logo #tabs h6 { padding-right: 8px; font-size: 20px; line-height: 24px; display: inline-block; }
.search-logo-box { border:1px solid #d7d7d7; border-radius: 3px; padding: 30px 20px; box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.1); position: relative; margin: 16px 0; }
.search-logo-box span {  position: absolute; right: -10px; top: -10px; border:1px solid #d7d7d7; background: #ffffff; width: 30px; height: 30px; line-height: 30px; text-align: center; font-weight: bold; border-radius: 50%; z-index: 9; color: #323232; }
.search-logo .tabcontent .row { margin-right: -6px; }
.search-logo #tab22 img { padding-top: 15px; }

.search-logo-box strong {  position: absolute; right: 0; left: 0; top: 5px; text-align: center; font-weight: bold; z-index: 9; color: #323232; text-transform: uppercase; }


.recent-vehicle .isotope.column-4 .grid-item { width: 25%; padding: 15px; }

/*.recent-vehicle-2*/
.recent-vehicle .isotope.column-5 .grid-item { width: 20%; }


.custom-block-5 .counter.counter-style-2 .counter-block { margin-left: 0; }
/*.recent-vehicle-2*/
.recent-vehicle .isotope.column-4 .grid-item { width: 25%; padding: 5px; }

/*************************************
          Isotope filters
**************************************/
.isotope-filters { display: table; margin: 0 auto 40px; text-align: center; }
.isotope-filters  button { text-transform: uppercase; font-weight: 600; color: #323232; border: none; font-size: 14px; margin: 4px; cursor: pointer; color: #626262; padding: 5px 18px; background: transparent; border-bottom: 2px solid transparent; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; }
.isotope-filters  button:focus { outline: none; outline-style: none; outline-offset: 0; }
.isotope-filters  button.active, .isotope-filters  button:hover { border-bottom-color: #db2d2e; color: #db2d2e; }
.recent-vehicle .isotope.column-4 .grid-item { width: 25%; padding: 15px; }

/*.recent-vehicle-2*/
.recent-vehicle .isotope.column-5 .grid-item { width: 20%; }

.today-recommendation_1{
  margin-bottom: 0px;
}
/*************************************
        Tabs
**************************************/
#tabs { margin: 0; padding: 0; }
#tabs .tabs { position: relative; margin: 0; }
#tabs .tabs li { font-size: 14px; text-transform: uppercase; font-weight: 600; border-bottom: 3px solid transparent; line-height: 25px; padding: 10px 10px; color: #363636; overflow: hidden; background: transparent; margin-bottom: 0px; display: inline-block; margin: 0; cursor: pointer; position: relative; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; }
#tabs .tabcontent { overflow: hidden; }
#tabs ul.tabs li.active, #tabs ul.tabs li.active:focus, #tabs ul.tabs li:hover { border-bottom: 3px solid #db2d2e; }
.pulse { animation-name: pulse; -webkit-animation-name: pulse; -o-animation-name: pulse; -ms-animation-name: pulse; -moz-animation-name: pulse; animation-duration: 0.4s; -webkit-animation-duration: 0.4s; -o-animation-duration: 0.4s; -ms-animation-duration: 0.4s; -moz-animation-duration: 0.4s; }
@keyframes pulse {
  0% { transform: scale(0.8); opacity: 0; }
  100% { transform: scale(1); opacity: 1; }
}
@-webkit-keyframes pulse {
  0% { transform: scale(0.8); opacity: 0; }
  100% { transform: scale(1); opacity: 1; }
}
@-ms-keyframes pulse {
  0% { transform: scale(0.8); opacity: 0; }
  100% { transform: scale(1); opacity: 1; }
}
@-moz-keyframes pulse {
  0% { transform: scale(0.8); opacity: 0; }
  100% { transform: scale(1); opacity: 1; }
}
@-o-keyframes pulse {
  0% { transform: scale(0.8); opacity: 0; }
  100% { transform: scale(1); opacity: 1; }
}
.tabcontent { margin-bottom: 20px; margin-top: 20px; }


@media (max-width: 992px){
.objects-right {
    display: none;
}
.objects-left {
    display: none;
}
.you-video{
  margin-top: -200;
}

}

.quick-links .row.no-gutter { padding: 0 15px; }
.no-gutter > [class*='col-'] { padding-right: 0; padding-left: 0; }
.row-eq-height { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }

/*content-box-4*/
.content-box-4 { position: relative; z-index: 1; padding: 30px 30px 120px 30px; }
.content-box-4 .info { margin-bottom: 20px; }
.content-box-4 .link a { background: #db2d2e; color: #ffffff; padding: 6px 16px; display: inline-block; }
.content-box-4 .link a i { padding-left: 10px; }
.content-box-4.car-bg-1 { background: url(../picture/bg/02.jpg) no-repeat; }
.content-box-4.car-bg-2 { background: url(../picture/bg/03.jpg) no-repeat; }
.content-box-4.car-bg-3 { background: url(../picture/bg/04.jpg) no-repeat; }


/*testimonial-4*/
.testimonial-4 .testimonial-block i { font-size: 36px; color: #db2d2e; display: block; margin-bottom: 20px; }
.testimonial-4 .testimonial-block p { padding: 0px 100px; font-style: italic; display: block; margin-bottom: 20px;}

.bg-overlay-black-70:before { background: rgba(0, 0, 0, 0.7); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; }

.bg-1 { background: url(../picture/bg/01.jpg); background-clip: initial; background-color: rgba(0, 0, 0, 0); background-origin: initial; background-position: center center; background-repeat: no-repeat; background-size: cover !important; position: relative; z-index: 0; background-attachment: fixed; }

/*************************************
          Testimonial
**************************************/
.testimonial-1 .testimonial-block .testimonial-avtar { margin-top: -65px; position: relative; z-index: 1; }
.testimonial-1 .testimonial-block .testimonial-avtar img { width: 80px; height: 80px; display: inline-block; border: 4px solid #ffffff; border-radius: 50%; }
.testimonial-1 .testimonial-block .testimonial-avtar h6 { display: block; font-weight: normal; text-transform: capitalize; color: #db2d2e; margin-bottom: 0px; }
.testimonial-1 .testimonial-block .testimonial-box { background: #f6f6f6; padding: 20px; }
.testimonial-1 .testimonial-block .testimonial-content { margin-top: 20px; color: #999999; }
.testimonial-1 .testimonial-block .testimonial-content i { font-size: 28px; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; }
.testimonial-1 .testimonial-block .testimonial-image { overflow: hidden; }
.testimonial-1 .testimonial-block .testimonial-image img { position: relative; transition: all 0.7s ease-in-out; -moz-transition: all 0.7s ease-in-out; -ms-transition: all 0.7s ease-in-out; -o-transition: all 0.7s ease-in-out; -webkit-transition: all 0.7s ease-in-out; }
.testimonial-1 .testimonial-block:hover .testimonial-image img { -o-transform: scale(1.1); -ms-transform: scale(1.1); -moz-transform: scale(1.1); -webkit-transform: scale(1.1); transform: scale(1.1); }
.testimonial-1 .testimonial-block:hover .testimonial-content i { color: #db2d2e; }

/*************************************
          Quick links
**************************************/
.quick-links { min-height: 290px; }
.quick-links .link a { background: #ffffff; padding: 30px 15px; border: 1px solid #f6f6f6; margin-right: -1px; display: block; border-top: 0px; }
.quick-links .link a i { margin-bottom: 40px; font-size: 30px; width: 80px; height: 80px; line-height: 80px; color: #323232; border: 1px solid #DB0F38; display: inline-block; text-align: center; border-radius: 50%; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.quick-links .link a h6 { color: #DB0F38; margin-bottom: 0px; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.quick-links .link a:hover { background: #DB0F38; }
.quick-links .link a i { color: #DB0F38;  }
.quick-links .link a:hover i { color: #ffffff; border: 1px solid #f6f6f6;}
.quick-links .link a:hover h6 { padding-top: 30px; color: #ffffff; }
@media (max-width: 992px){
.asdasd {
    padding-top: 150px;
 }
 .quick-links .link a:hover h6 { padding-top: 0px; }
}
.dropdown-content {
  display: none;
  position: fixed;
  background-color: white;
  min-width: 180px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  margin-top: 5px;
  margin-left: -10px;
}
#top-header .dropdown-content a{
  color: #636363;
  display: block;
  font-size: 12px;
  font-weight: 400;
  padding: 10px 20px;
  position: relative;
  font-family: arial;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

#top-header .dropdown-content a:hover 
{background-color: #DB0F38;
color: white;}

.dropdown:hover .dropdown-content {
  display: block;
}
.top-header-widget:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {
  }



@media (max-width: 768px) {
    .testimonial-4 .testimonial-block p 
    { 
      padding: 0px 5px; 
    }
    .footer_center{
        text-align: center;
    }
    .play-video-2-section .custom-block-2 h4{
      margin-top:15px; 
      margin-bottom: 5px;
    }
    .today-recommendation{
      font-size: 18px;
      font-weight: 400;
    }
    .today-recommendation_1{
    margin-top: -40px;
  }
  .asdasd {
    padding-top: 100px;
 }
 .img-fluid{
        width: 100% !important;
    }
}
.pages ul li{
  border-bottom: 1px solid lightgray;
  padding: 5px 15px;
}
.pages ul li:last-child{
  border-bottom: none;
}
.navbar-nav .pages ul{
  width: 200px;
}
.pages ul li:hover{
  border-left: 5px solid #0fb7a4;
  padding-left: 5px;
}
  .slicknav_nav ul li{
    background-color: white;
    padding: 0px;
  }
  .slicknav_nav ul li a{
    color: black;
  }
  .slicknav_nav ul li:hover{
    padding: 0px;
  }

  .readcrumb-wrapper{
    background-color:#a6c; 
    padding:0px;
  }