
/*==================================================================
                        Custom Styles
====================================================================
Main Colors
Red: #e64860
Blue: #0c3246
Text: #141417

==================================================================*/



.main-color1 {
  color: #e64860;
}

.main-color2 {
  color: #0c3246;
}

.main-color3 {
  color: #141417;
}




a {
  color: #e64860;
}

a:hover {
  color: #141417;
}

.color1{
  color: #141417;
}

.boxed_wrapper{
  padding-top: 100px;
}

.theme-btn.btn-one,
.feature-block-four .inner-box,
.news-block-one .inner-box,
.swiper-slider .review-card,
.contact-style-two .inner-box,
.accordion-box .block .acc-btn,
.subscribe-section .inner-container,
.subscribe-section .inner-container .form-inner .form-group input[type='email'],
.subscribe-section .inner-container .form-inner .form-group button {
  border-radius: 5px; 
}

.news-block-one .inner-box .image-box {
  border-radius: 5px 5px 0 0;
}






/* Main Header */

.main-header{
  position: fixed;
  background-color: #fff;
}
.main-header .outer-box{
  align-items: center;
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.05);
}

.sticky-header{
  border-bottom: none;
}

.sticky-header .logo-box{
  padding: 23px 0px;
}

.mobile-menu{
  width: 290px;
}

.mobile-menu .nav-logo{
  padding: 0px;
  margin: 30px 26px;
  max-width: 35px;
  width: 100%;
}

.mobile-menu .close-btn {
  top: 35px;
  right: 27px;
}

.mobile-menu .social-links{
  position:fixed;
  bottom: 15px;
}


/* Homepage Banner */

.homepage-banner{
  position: relative;
  height: 660px;
  overflow: hidden;
}

.homepage-banner .image-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.homepage-banner .content-box{
  max-width: 720px;
  margin: 0 auto;
  padding: 130px 0 130px 0;
}

.homepage-banner .content-box h2 span{
	color: #e64860;
}

.homepage-banner .content-box p{
	color: #141417;
}


/* Homepage Services 

.homepage.service-style-two {
  position: relative;
  z-index: 3;
}

.homepage.service-style-two .service-page-1 {
  padding-bottom: 0px;
}

.service-block-one .inner-box .lower-content .rate-box{
  top: -75px;
  color: #fff;
  background-color: #e64860;
  padding-top: 12px;
  font-size: 25px;
}

.service-block-one .inner-box .lower-content .rate-box span{
  font-size: 14px;
}
*/


/* Homepage Services */

.news-block-one .inner-box{
  margin-bottom: 30px;
}




/* Homepage Vehicle */

.vehicle-section .feature-block-four .inner-box{
  padding: 0px 70px 35px 70px;
}

.vehicle-section .feature-block-four .inner-box .icon-box{
  margin-bottom: 30px;
}

.vehicle-section .feature-block-four .inner-box .icon-box .icon{
  width: 128px;
  height: 128px;
  font-size: 0px;
  background: #fbdad4;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 10px 30px 0px;
  border: 8px solid #fff;
}

.vehicle-section .feature-block-four .inner-box .icon-box .icon .image1,
.vehicle-section .feature-block-four .inner-box .icon-box .icon .image2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 500ms ease;
}

.vehicle-section .feature-block-four .inner-box .icon-box .icon .image1,
.vehicle-section .feature-block-four .inner-box:hover .icon-box .icon .image2 {
  opacity: 1;
}

.vehicle-section .feature-block-four .inner-box .icon-box .icon .image2,
.vehicle-section .feature-block-four .inner-box:hover .icon-box .icon .image1 {
  opacity: 0;
}

.vehicle-section .feature-block-four .inner-box p{
  margin-bottom: 22px;
}

.vehicle-section .feature-block-four .inner-box a.theme-btn{
  font-size: 15px;
  color: #141417 !important;
  background: #fff;
}

.vehicle-section .feature-block-four .inner-box:hover a.theme-btn{
  background: #e64860;
  color: #fff !important;
}



/* stats-section */

.stats-section .counter-block-one .inner-box:before{
  background: rgba(0, 0, 0, 0.07);
}

.stats-section .counter-block-one .inner-box .count-outer{
  color: #0c3246;
  font-size: 45px;
}

.stats-section .counter-block-one .inner-box p{
  color: #6e6e6e;
}



/* chooseus-section */

.chooseus-section .chooseus-block-one .inner-box{
  padding-top: 10px;
  min-height: 75px;
}

.chooseus-section .chooseus-block-one .inner-box h4{
  font-size: 18px;
}


/* movers-section */

.movers-section .content-box .text p,
.movers-section .content-box .list-style-one li{
  color: #cfd6de;
}


/* testimonial-section */

.testimonial-section{
  position: relative;
}


/* docs-section */

.docs .content-one h3:first-child{
  margin-top: 0px;
}

.docs .content-one h3{
  font-size: 20px;
  margin: 17px 0px;
}

.docs .content-one p,
.docs .content-one ul{
    padding-bottom: 17px;
}

.docs .category-list li a:before{
  position: absolute;
  content: '\e906';
  font-family: 'icomoon';
  font-size: 12px;
  left: 0px;
  top: 0px;
  font-weight: 700;
  color: #e64860;
}


/* form-section */

.contact-style-two label.error{
  font-size: 0.8em;
  color: #e64860;
  font-style: italic;
  display: block;
  margin-bottom: 0px;
}


/* application form */

input[type="checkbox"], input[type="radio"] {
  position: relative;
  top: 3px;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  line-height: 42px;
  accent-color: #e64860;
}

.application-form label {
  line-height: 42px;
}

.application-form label.label {
  cursor: pointer;
}




/* nice-select */

/* Enable customization for the select element and its dropdown picker */
select.nice-select, 
select.nice-select::picker(select) {
  appearance: base-select;
}

/* Enable modern styling for the dropdown (picker) */
select.nice-select::picker(select) {
  position: relative;
  top: 4px;
  border: 1px solid #e5e5e5 !important;
  border-radius: 5px;
}

/* Hide the default icon */
select.nice-select::picker-icon {
  content: '';
}

/* Hide the default checkmark */
.nice-select option::checkmark {
  display: none;
}

/* Style the main select button */
.nice-select {
}

/* Style the open state */
.nice-select:open {
  border-bottom: 1px solid #e64860 !important;
}

.nice-select:open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
      transform: rotate(-135deg);
}

/* Style the options in the dropdown */
.nice-select option {
  line-height: 40px;
  min-height: 40px;
  padding-left: 18px;
  padding-right: 29px;
  outline: none;
  cursor: pointer;
  color: #6e6e6e;
}

/* Style the currently checked (selected) option */
.nice-select option:checked {
  font-weight: bold;
  background-color: #f6f6f6;
}

.nice-select option:hover {
  background-color: #f6f6f6;
}







/* Subscribe Section */

.subscribe-section .inner-container .text p{
  position: relative;
  display: block;
  line-height: 35px;
  color: #fff;
}

.ml-form-embedSubmitLoad {
  display: inline-block;
}

.g-recaptcha {
  transform: scale(1);
  -webkit-transform: scale(1);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  height: ;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

.ml-form-embedSubmitLoad:after {
  content: " ";
  display: block;
  width: 15px;
  height: 15px;
  margin: 23px;
  border-radius: 50%;
  border: 2px solid #fff;
  border-color: #ffffff #ffffff #ffffff transparent;
  animation: ml-form-embedSubmitLoad 1.2s linear infinite;
}

@keyframes ml-form-embedSubmitLoad {
  0% {
  transform: rotate(0deg);
  }
  100% {
  transform: rotate(360deg);
  }
}

.subscribe-section label.error{
  font-size: 0.9em;
  color: #fff;
  font-style: italic;
  margin: 0px 0px 0px 18px;
  position:absolute;
}


/* Footer Section */

.footer-top .footer-widget .footer-logo img{
  max-width: 45px;
}

.footer-bottom .social-links li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 25px;
}

.footer-bottom .social-links li:last-child{
  margin: 0px !important;
}



















/* Styles on Mobile */

.logo-box .logo-mobile {
  display: none !important;
}

@media only screen and (max-width: 399px){

  .vehicle-section .feature-block-four .inner-box{
    padding: 0px 30px 35px 30px;
  }
}

@media only screen and (max-width: 599px){

  .boxed_wrapper{
    padding-top: 58px;
  }  

  .main-header .nav-right .btn-box{
    display: block !important;
  }

  .main-header .nav-right .btn-box .theme-btn{
    font-size: 12px !important;
    padding: 16px 22px !important;
    border-radius: 0px;
  }

  .main-header .logo-box .logo {
    display: none !important;
  }

  .main-header .outer-box {
    padding: 0px !important;
  }

  .main-header .logo-box {
    padding: 0px !important;
    margin-right: 0px !important;
  }

  .main-header .nav-right .support-box {
    margin-top: 5px !important;
  }

  .main-header .nav-right .support-box h6 .phone-number {
    display: none !important; 
  }

  .main-header .nav-right h6 {
    font-size: 12px !important;
    padding-left: 0px !important;
  }

  .mobile-nav-toggler {
    display: block !important;
    margin-top: 21px !important;
    padding: 0px 10px !important;
    line-height: 0px !important;
  }

  .mobile-nav-toggler img{
    width: 40px !important;
  }

  .logo-box .logo {
    display: none !important;
  }

  .logo-box .logo-mobile {
    display: block !important;
    max-width: 40px;
    width: 100%;
    height: auto;
    margin: 8px 8px 7px 20px;
  }

  .auto-container .content-box h2{
    font-size: 34px !important;
    line-height: 42px !important;
  }

  .footer-bottom .social-links li{
    float: none !important;
    margin-bottom: 24px !important;
  }

  .mobile-menu .nav-logo {
    margin: 10px 26px;
  }

  .mobile-menu .close-btn {
    top: 18px;
  }

  .subscribe-section label.error{
    position:relative;
  }  
}

@media only screen and (max-width: 991px) {
  .blog-sidebar {
      margin-top: 0px;
  }
}

@media only screen and (max-width: 1200px){

  .menu-area .mobile-nav-toggler {
    margin-top: 31px;
  }
}
