/*==================================
* Author        : "ThemeSine"
* Template Name : CarVilla  HTML Template
* Version       : 1.0
==================================== */

/*==================================
font-family: 'Poppins', sans-serif;
font-family: 'Rufina', serif;
==================================== */


/*=========== TABLE OF CONTENTS ===========
1.  General css (Reset code)
2.  Top-area
3.  Welcome-hero
4.  Model-search
5.  Service
6.  New-cars
7.  Featured-cars
8.  Client-say
9.  Brand
10. Blog
11. Contact
==========================================*/

/*-------------------------------------
		1.General css (Reset code)
--------------------------------------*/
*{
    padding: 0;
    margin: 0;
}

*{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
body{
	font-family: 'Poppins', sans-serif;
	font-size:16px;
	color:#818998;
    text-transform:initial;
    max-width:1920px;
    margin:0 auto;
	overflow-x:hidden;
}

a,a:hover {
	display:inline-block;
	text-decoration:none;
	color: #ffcc33;
	padding:0;
}
a,a:active {
    display:inline-block;
    text-decoration:none;
    color: #fff;
    padding:0;
}
h1,h2,h3,h4,h5,h6 { 
	margin: 0;
	color:#444a57;
    font-size: 20px;
    font-weight: 600;
    text-transform: none;
}
p {
	margin: 0;
	color:#000;
	font-size:1.5rem;
    line-height: normal;
    font-weight: 300;
    text-transform: initial;
}
img{border:none;max-width:100%; height:auto;}
ul{
	padding: 0;
    margin: 0 auto;
    list-style: none;
}
ul li {
	list-style: none;
    display: inline-block;
	
}
select,input,textarea,button,.form-control{box-shadow:none;outline:0!important;}
button {background: transparent;border: 0;font-size: 16px;text-transform: none;}

html,body{height: 100%;}

[placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.3s 0.3s ease; 
  -moz-transition: opacity 0.3s 0.3s ease; 
  -ms-transition: opacity 0.3s 0.3s ease; 
  -o-transition: opacity 0.3s 0.3s ease; 
  transition: opacity 0.3s 0.3s ease; 
  opacity: 0;
}
.owl-carousel {z-index: 0;}
/* section-header */
.section-header{
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}
.section-header h2{
    position: relative;
    font-size: 36px;
    font-weight: 500;
    padding-bottom: 35px;
}
.section-header h2:before {
    position: absolute;
    content: "";
    width: 80px;
    height: 2px;
    bottom: 0;
    left: 50%;
    margin-left: -42px;
    background: #ffcc33;
}
.section-header p{color: #444a57;text-transform: capitalize;margin-bottom:10px;}
.section-header h2 span,.section-header p span{text-transform: lowercase;}

/* section-header */

/*=============Style css=========*/


/*-------------------------------------
        2. Top-area
--------------------------------------*/
nav.navbar.bootsnav {
    background-color: transparent;
    border-bottom: transparent;
}
.wrap-sticky nav.navbar.bootsnav.sticked {background-color: rgba(58, 63, 88, 1);box-shadow: 0 2px 5px rgba(0,0,0,.2);}

/*.navbar-brand*/
.top-band{
    text-align: right; 
    color: #ffcc33; 
    padding: 10px 8px 5px 0px; 
    font-size: 1.3rem; 
    font-weight: 300;
}
@media (max-width: 992px) {
  .hide-mobile {
    display: none;
  }
}

.navbar-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* Left-align normally */
    position: relative; /* Important for absolute positioning on mobile */
}

.navbar-header .navbar-brand {
    display: inline-block;
    color: #fff;
    font-size: 3.5rem;
    letter-spacing: 1px;
    font-family: 'Poppins', serif;
    font-weight: 700;
    padding: 0px;
    text-transform: uppercase;
}

.navbar-header .navbar-sub-title {
    color: #ffcc33;
    font-size: 1.32rem;
    letter-spacing: 1px;
    font-family: 'Poppins', serif;
    font-weight: 400;
    padding: 0px 0px 10px 0px;
    text-transform: none;
    display: inline-block;
    position: static; /* Default for desktop */
    margin-top: 0px;
}

/* === Mobile Responsive View === */
@media (max-width: 992px) {
  .navbar-header {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .navbar-header .navbar-brand {
    font-size: 4rem;
  }

  .navbar-header .navbar-sub-title {
    position: absolute;
    top: 45px; /* Push it below navbar-header */
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.1rem;
    margin-top: 0px;
    padding-top: 0px;
    letter-spacing: 1px;
  }
}


/* No hover/focus needed because it's just a div now */

.navbar-header a.navbar-brand .hover:{color:#fff;text-transform:capitalize;}

.wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand,.wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand:hover,.wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand:focus {padding:15px 0px 40px 0px;}
/*.navbar-brand*/

/*.nav li*/
nav.navbar.bootsnav ul.nav > li > a {
    color: #f5f7fa;
    font-size: 15px;
    font-weight: 300;
    text-transform:uppercase;
    -webkit-transition: 0.3s linear; 
    -moz-transition: 0.3s linear; 
    -ms-transition: 0.3s linear; 
    -o-transition: 0.3s linear; 
    transition: 0.3s linear;
}
nav.navbar.bootsnav ul.nav > li > a {padding: 20px 20px;}
nav.navbar.bootsnav ul.nav > li > a:hover,nav.navbar.bootsnav ul.nav > li > a:focus{color:#ffcc33;}
nav.navbar.bootsnav ul.nav > li.active>a {color: #ffcc33;}

nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    content: "";
}
nav.navbar.bootsnav ul.nav > li.dropdown span {
    font-size: 8px;
    margin-left: 15px;
}
.wrap-sticky nav.navbar.bootsnav.sticked ul.nav > li > a{padding:20px 20px;}
/*.nav li*/

/*.menu-ui-design*/
.menu-ui-design{overflow-y:scroll;height: 350px;}
.menu-ui-design::-webkit-scrollbar {
    width:5px;
}
.menu-ui-design::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 8px #000;
}
.menu-ui-design::-webkit-scrollbar-thumb {
  background-color: #ffcc33;
}
/*.menu-ui-design*/

/*.navbar-toggle */
nav.navbar.bootsnav .navbar-toggle {
    position: relative;
    background-color: transparent;
    border: 1px solid #ffcc33;
    padding: 10px;
    top: 0;
}
nav.navbar.bootsnav .navbar-toggle i{color: #ffcc33;}
/*.navbar-toggle */

/*-------------------------------------
        3.  Welcome-hero
--------------------------------------*/
.parallax-content {
  width: 100%;
  min-height: 100vh;
  background-size: cover;
}
.baner-content {

  text-align: center;
  background-image: url(../images/welcome-hero/welcome-banner.jpg);
}
.welcome-hero {
    position: relative;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    z-index: 1;
}
.welcome-hero:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
}
/* Mobile-specific fixes */
@media (max-width: 992px) {
    
    .welcome-hero {
    position: relative;
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-color: #000;
    z-index: 1;
}

    .welcome-hero:before {
    width: 100%;
    height: 100%;
    background: transparent;
}
}
.header-area{position: absolute;top:0;left:0;width: 100%;z-index: 99;}


/*.welcome-hero-txt*/
.welcome-hero-txt{text-align: center;padding:20px 0 20px;}
.welcome-hero-txt h2 {
    font-size: 3.2rem;
    color: #ffcc33;
    font-weight: 600;
    text-transform: none;
    margin-bottom: 25px;
}

.welcome-hero-txt p {
    font-size: 1.7rem;
    text-transform: initial;
    color: #fff;
    font-weight: 200;
    max-width: 735px;
    line-height: 22px;
    margin: 10px auto;
}
.welcome-btn {
    display: inline-block;
    padding: 15px 25px;
    background: #ffcc33;
    color: #000;
    border-radius: 3px;
    margin-top: 25px;
    -webkit-transition: .3s linear; 
    -moz-transition:.3s linear; 
    -ms-transition:.3s linear; 
    -o-transition:.3s linear;
    transition: .3s linear;
}
.welcome-btn:hover{
    background: #fff;
    color: rgba(58, 63, 88, 1);
}
/*.welcome-hero-txt*/


.hero-service-item{
    text-align: center;
    padding:25px 10px 30px;
    border-radius: 0px;
    margin-top: 50px;
    margin-bottom: 30px;
    height: 260px;
    border: 2px solid #3a3f58;
    border-radius: 5px;
    background: rgba(58, 63, 88, 0.8);
    -webkit-transition: .3s linear; 
    -moz-transition:.3s linear; 
    -ms-transition:.3s linear; 
    -o-transition:.3s linear;
    transition: .3s linear;
    box-shadow: 0 12px 30px 0px rgba(0,1,193,.2);
}

.hero-service-icon {
    display: inline-block;
    color: #fff;
}
.hero-service-icon img {height: 80px; border: 2px solid #fff;border-radius: 40px;}
.hero-service-item h1 {
    color: #fff;
    font-size:2.0rem;
    margin: 10px 0 10px;
}
.hero-service-item h2 {
    font-size:1.8rem;
    font-weight: 500;
    color: #ffcc33;
    margin: 20px 0 20px;
}
.hero-service-item h2 a span {text-transform:  lowercase;}
.hero-service-item p {padding-bottom: 20px;text-transform: initial;position: relative; font-size: 1.6rem;}
.hero-service-item p:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 3px;
    background: #ffcc33;
    bottom: 0;
    left: 50%;
    margin-left: -10px;
}

.hero-service-icon [class^="flaticon-"]:before,.hero-service-icon[class*=" flaticon-"]:before,.hero-service-icon [class^="flaticon-"]:after,.hero-service-icon [class*=" flaticon-"]:after {font-size:40px;}
.hero-service-item:hover .hero-service-icon [class^="flaticon-"]:before,.hero-service-item:hover .hero-service-icon [class*=" flaticon-"]:before,.hero-service-item:hover .hero-service-icon [class^="flaticon-"]:after,.hero-service-item:hover .hero-service-icon [class*=" flaticon-"]:after {color:#fff;}


.hero-service-item:hover p{color: #000;font-size: 1.6rem;}
.hero-service-item:hover h2{color: #fff;}
.hero-service-item:hover  p:before {background: #fff;}
.hero-service-item:hover{box-shadow: 0 12px 30px 0px rgba(0,1,193,.2);background: #ffcc33;border: 2px solid #ffcc33; } 


/*-------------------------------------
        4. Model-Search
--------------------------------------*/
.model-search-content .col-sm-12 {padding: 0;}
.model-search-content {
    padding: 40px 0;
    background: #fff;
    box-shadow:0 10px 40px 0px rgba(38,40,64,.2);
    position: absolute;
    bottom: -150px;
    width: 100%;
    border-radius: 3px;
}

/*.single-model-search*/
.single-model-search{margin-bottom: 30px;}
.single-model-search:last-child {margin-bottom: 0;}

.single-model-search h2 {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 20px;
}
/*model-select-icon*/
.model-select-icon{
    position:relative;
}
.model-select-icon .form-control {
    outline: 0!important;
    box-shadow: none;
    border: 1px solid #f8f8f8;
    background: #f8f8f8;
    height: 60px;
}
.model-select-icon select {
    font-size: 16px;
    color: #888f9d;
    text-transform: capitalize;
}
.model-select-icon:after{
    position: absolute;
    content: "\f103";
    right: 0px;
    top: 0;
    font-size: 10px;
    color: #888f9d;
    background: #f8f8f8;
    height: 60px;
    line-height: 60px;
    width: 50px;
    text-align: center;
    font-family: "Flaticon";
    pointer-events: none;
    border: transparent;
}/*model-select-icon*/
.welcome-btn.model-search-btn {
    width: 160px;
    margin-top: 80px;
    margin-left: 53px;
}

/*.single-model-search*/


/*-------------------------------------
        ABOUT
--------------------------------------*/
.about { 
    padding: 50px 0 80px;
    background: #f8f9fb;
}


.single-about-item{
    text-align: center;
    padding:30px 20px 30px;
    background-color: #f8f9fb;
    border-radius: 3px;
    margin-bottom: 30px;
    border: 1px solid #dadfe9;
    -webkit-transition: .3s linear; 
    -moz-transition:.3s linear; 
    -ms-transition:.3s linear; 
    -o-transition:.3s linear;
    transition: .3s linear;
    min-height: 520px;
}
.single-about-icon {
    display: inline-block;
    color: #50616c;
}
.single-about-item h2 a {
    font-size:20px;
    margin: 35px 0 20px;
}
.single-about-item h2  {padding: 25px 0px 5px 0px; color: #444a57;}
.single-about-item p {
    padding: 10px 0px 25px 0px; 
    font-size: 1.5rem; 
    color: #000; 
    text-transform: initial;
    position: relative; 
    text-align: left; 
    line-height: 25px;
    font-weight: 300;
}
.single-about-item p:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 3px;
    background: #ffcc33;
    bottom: 0;
    left: 50%;
    margin-left: -10px;
}

.single-about-icon [class^="flaticon-"]:before,.single-about-icon[class*=" flaticon-"]:before,.single-about-icon [class^="flaticon-"]:after,.single-about-icon [class*=" flaticon-"]:after {font-size:60px;}
.single-about-item:hover .single-about-icon [class^="flaticon-"]:before,.single-about-item:hover .single-about-icon [class*=" flaticon-"]:before,.single-about-item:hover .single-about-icon [class^="flaticon-"]:after,.single-about-item:hover .single-about-icon [class*=" flaticon-"]:after {color:#fff;}

.single-about-item img{padding: 0px;}
.single-about-item:hover h2 a,.single-about-item:hover p{color: #000;}
.single-about-item:hover  p:before {background: #fff;}
.single-about-item:hover{box-shadow: 0 12px 30px 0px rgba(0,1,193,.2);background: #ffcc33;border: 1px solid #ffcc33;}

@media only screen and (max-width: 992px) {

    .single-about-item{
        min-height: 620px;
        padding: 30px 10px 30px 15px;
    }
    .single-about-item p {
    padding: 10px 0px 10px 0px; 
    font-size: 1.4rem; 
    }
}
@media screen and (max-width: 660px){
    .single-about-item{
        min-height: 525px;
        padding: 30px 10px 30px 15px;
    }
}


.single-about-item-2{
    text-align: center;
    padding:30px 20px 30px;
    background-color: #fff;
    border-radius: 3px;
    margin-bottom: 30px;
    border: 1px solid #dadfe9;
    -webkit-transition: .3s linear; 
    -moz-transition:.3s linear; 
    -ms-transition:.3s linear; 
    -o-transition:.3s linear;
    transition: .3s linear;
    min-height: 600px;
}
.single-about-icon {
    display: inline-block;
    color: #50616c;
}
.single-about-item-2 h2 a {
    font-size:20px;
    margin: 35px 0 20px;
}
.single-about-item-2 h2  {padding: 25px 0px 5px 0px; color: #444a57;}
.single-about-item-2 p {
    padding: 10px 0px 25px 0px; 
    font-size: 1.5rem; 
    color: #000; 
    text-transform: initial;
    position: relative; 
    text-align: left; 
    line-height: 25px;
    font-weight: 300;
}
.single-about-item-2 p:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 3px;
    background: #ffcc33;
    bottom: 0;
    left: 50%;
    margin-left: -10px;
}

.single-about-icon [class^="flaticon-"]:before,.single-about-icon[class*=" flaticon-"]:before,.single-about-icon [class^="flaticon-"]:after,.single-about-icon [class*=" flaticon-"]:after {font-size:60px;}
.single-about-item-2:hover .single-about-icon [class^="flaticon-"]:before,.single-about-item-2:hover .single-about-icon [class*=" flaticon-"]:before,.single-about-item-2:hover .single-about-icon [class^="flaticon-"]:after,.single-about-item-2:hover .single-about-icon [class*=" flaticon-"]:after {color:#fff;}

.single-about-item-2 img{padding: 0px;}
.single-about-item-2:hover h2 a,.single-about-item-2:hover p{color: #000;}
.single-about-item-2:hover  p:before {background: #fff;}
.single-about-item-2:hover{box-shadow: 0 12px 30px 0px rgba(0,1,193,.2);background: #ffcc33;border: 1px solid #ffcc33;}

@media only screen and (max-width: 992px) {
    .single-about-item-2{
        min-height: 655px;
        padding: 30px 10px 30px 15px;
    }
    .single-about-item-2 p {
    padding: 10px 0px 10px 0px; 
    font-size: 1.4rem; 
    }
}
@media screen and (max-width: 660px){
    .single-about-item-2{
        min-height: 625px;
        padding: 30px 10px 30px 15px;
    }
}
/*-------------------------------------
        5. Service 
--------------------------------------*/
.service { padding: 50px 0 80px;}

.single-service-item{
    text-align: center;
    padding:30px 30px 30px;
    background-color: #f8f9fb;
    border-radius: 3px;
    margin-bottom: 30px;
    border: 1px solid #dadfe9;
    -webkit-transition: .3s linear; 
    -moz-transition:.3s linear; 
    -ms-transition:.3s linear; 
    -o-transition:.3s linear;
    transition: .3s linear;
    min-height: 580px;
}

.single-service-icon {
    display: inline-block;
    color: #50616c;
}
.single-service-item h2 a {
    font-size:20px;
    margin: 35px 0 20px;
}
.single-service-item h2  {padding: 25px 0px 5px 0px; color: #444a57;}
.single-service-item p {
    padding: 10px 0px 25px 0px; 
    font-size: 1.5rem; 
    color: #000; 
    text-transform: 
    initial;position: 
    relative; text-align: 
    left; line-height: 25px;
    font-weight: 300;
}
.single-service-item p:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 3px;
    background: #ffcc33;
    bottom: 0;
    left: 50%;
    margin-left: -10px;
}

.single-service-icon [class^="flaticon-"]:before,.single-service-icon[class*=" flaticon-"]:before,.single-service-icon [class^="flaticon-"]:after,.single-service-icon [class*=" flaticon-"]:after {font-size:60px;}
.single-service-item:hover .single-service-icon [class^="flaticon-"]:before,.single-service-item:hover .single-service-icon [class*=" flaticon-"]:before,.single-service-item:hover .single-service-icon [class^="flaticon-"]:after,.single-service-item:hover .single-service-icon [class*=" flaticon-"]:after {color:#fff;}

.single-service-item img{padding: 0px;}
.single-service-item:hover h2 a,.single-service-item:hover p{color: #000;}
.single-service-item:hover  p:before {background: #fff;}
.single-service-item:hover{box-shadow: 0 12px 30px 0px rgba(0,1,193,.2);background: #ffcc33;border: 1px solid #ffcc33;}

@media only screen and (max-width: 992px) {

    .single-service-item{
        min-height: 570px;
        padding: 30px 10px 30px 15px;
    }
    .single-service-item p {
    padding: 10px 0px 10px 0px; 
    font-size: 1.4rem; 
    }
}


/*-------------------------------------
        rates 
--------------------------------------*/
.service-rates{
    text-align: center;
    padding:30px 30px;
    border-radius: 3px;
    margin-bottom: 30px;
    min-height: 250px;
    background: #ffcc33;
    border: 1px solid #dadfe9;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-transition: .3s linear; 
    -moz-transition:.3s linear; 
    -ms-transition:.3s linear; 
    -o-transition:.3s linear;
    transition: .3s linear;
}

.service-rates-icon {
    display: inline-block;
    color: #50616c;
}
.service-rates h2 a {
    font-size:20px;
    margin: 20px 0 20px;
}
.service-rates h2  {padding: 20px 0px 5px 0px; font-size: 2.5rem; color: #000; font-weight: 600;}
.service-rates p {padding: 10px 0px 25px 0px; font-size: 1.5rem; color: #000; text-transform: initial;position: relative; text-align: center; line-height: 25px}
.service-rates p:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 3px;
    background: #ffcc33;
    bottom: 0;
    left: 50%;
    margin-left: -10px;
}


.service-rates img{padding: 0px;}

/*-------------------------------------
        6. New-cars
--------------------------------------*/
.new-cars{
    background: #f8f9fb;
    padding:112px 0 120px;
}
.new-cars-content{padding-top:96px;}
/*.new-cars-txt*/
.new-cars-txt {margin-left: 29px;margin-bottom: 30px;}
.new-cars-txt h2 a {
    font-size:  30px;
    font-weight:  500;
    margin-bottom: 26px;
}
.new-cars-txt h2 a span {text-transform:  uppercase;}
.new-cars-para2 {margin-top: 30px;}
.welcome-btn.new-cars-btn {
    width: 176px;
    margin-top: 32px;
}
/*.new-cars-txt*/

/*.owl-dots */
.new-cars .owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 0px 4px;
    background: transparent;
    border: 1px solid #6a7781;
    border-radius: 50%;
}
.new-cars .owl-theme .owl-dots .owl-dot.active span,.new-cars .owl-theme .owl-dots .owl-dot:hover span {background: #6a7781;}
.new-cars .owl-theme .owl-nav.disabled+.owl-dots {margin-top: 62px;}
/*.owl-dots */

/*-------------------------------------
        7. Featured-cars
--------------------------------------*/
.featured-cars{
    padding:80px 0 50px;
}
.featured-cars-content{padding-top:10px;}

/*.single-featured-cars*/
.featured-img-box {
    border: 1px solid #dadfe9;
}
.featured-cars-img {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    height: 220px;
    border-bottom: 1px solid #dadfe9;
}
.featured-model-info{padding:12px 7px;}
.featured-model-info p {
    font-size: 12px;
    color: #8c92a0;
    text-transform: capitalize;
}
.featured-mi-span{display: inline-block;margin:0 10px;}
.featured-hp-span{display: inline-block;margin-right: 10px;}
.featured-cars-txt{margin:21px 0 47px;}
.featured-cars-txt h2 a{font-size: 16px;margin-bottom: 15px;}
.featured-cars-txt h2 a span{text-transform: uppercase;}
.featured-cars-txt h3{margin-bottom: 10px;}
.featured-cars-txt h3,.featured-cars-txt p{font-size: 13px;}
/*.single-featured-cars*/

/*-------------------------------------       
        8. Clients-say 
--------------------------------------*/
.clients-say{padding:115px 0 80px;background: #f8f9fb;}

/*single-testimonial-box */
.single-testimonial-box  {
    padding: 50px 30px 57px;
    text-align: center;
    border: 1px solid #dadfe9;
    overflow-x: hidden;
    -webkit-transition: .3s; 
    -moz-transition:.3s; 
    -ms-transition:.3s; 
    -o-transition:.3s;
    transition: .3s;
}

/*testimonial-description*/
.clients-say .testimonial-carousel .col-sm-3,
.clients-say .testimonial-carousel .col-xs-12{
    width:100%;
    height:auto;
}
/* testimonial-info */
.testimonial-img {
    margin-right: 5px;
    border-radius:50%;
    -webkit-transition: .3s; 
    -moz-transition:.3s; 
    -ms-transition:.3s; 
    -o-transition:.3s;
    transition: .3s;
}
.testimonial-person h2 a,.testimonial-person h4 {
    font-size: 16px;
    color: #5e6778;
    font-weight: 600;
}
.testimonial-person h4{
    margin-top: 10px;
}/* testimonial-info */


/* testimonial-comment */
.testimonial-comment p {
    font-size: 16px;
    color: #5e6778;
    margin-top: 30px;
    margin-bottom: 25px;
}/* testimonial-comment */


/*testimonial-description*/
.single-testimonial-box:hover h2 a,.single-testimonial-box:hover h4, .single-testimonial-box:hover p{color: #fff;}
.single-testimonial-box:hover{
    background: #ffcc33;
    border: 1px solid #ffcc33;
    box-shadow: 0 12px 30px 0px rgba(0,1,193,.2);
}

/*owl carousel*/
.clients-say .owl-carousel .owl-stage {
    position: relative;
    padding: 100px 0 40px;
}
.clients-say .owl-carousel .owl-item img {
    display: block;
    width: 70px;
    height: 70px;
    border-radius:50%;
    margin:0 auto;
}
/*owl carousel*/

/*-------------------------------------
        9. Brand
--------------------------------------*/
.brand{
    padding: 120px 0;
}
.brand-area {
    position:relative;
}
.brand-area .item {
    padding: 0 40px 0;
}

.brand .brand-area .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height:72px;
    border-radius:0;
}
/*-------------------------------------
        10. Blog
--------------------------------------*/

/*-------------------------------------
        12. Contact
--------------------------------------*/
.contact {
    background: #2a2d54;
}
.footer-top {padding: 112px 0 72px;}

/*.footer-logo*/
.footer-logo a,.footer-logo a:hover,.footer-logo a:focus{
    display: inline-block;
    color: #fff;
    font-size: 24px;
    letter-spacing: 3px;
    font-family: 'Poppins', serif;
    font-weight: 700;
    text-transform:uppercase;
}
.single-footer-widget p {
    font-size: 1.5rem;
    font-weight: 300;
    color: #eeeff6;
    max-width: 350px;
    margin:40px 0 20px;
}
.footer-contact p {
    margin: 0;
    color: #d1d7e9;
}
/*.footer-logo*/

.single-footer-widget {margin-bottom: 40px;}
.footer-logo h1 {
    font-size: 2.2rem;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.single-footer-widget h2 {
    font-size: 1.5rem;
    color: #fff;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 15px;
}
.single-footer-widget ul li {
    display:  inherit;
    -webkit-transition: .5s; 
    -moz-transition:.5s; 
    -ms-transition:.5s; 
    -o-transition:.5s;
    transition: .5s;
}
.single-footer-widget ul li:hover{
    -webkit-transform:translateX(10px);
    -moz-transform:translateX(10px);
    -ms-transform:translateX(10px);
    -o-transform:translateX(10px);
    transform:translateX(10px);
}
.single-footer-widget ul li a {
    font-size:  14px;
    color:  #cfd0e3;
    font-weight:  300;
    padding-bottom: 13px;
}
.single-footer-widget ul li a span {text-transform: lowercase;}
.footer-newsletter p{
    color: #aeafc2;
    font-size: 14px;
    font-weight: 300;
    margin: 0 0 15px;
}
/*hm-foot-email*/
.hm-foot-email{position: relative;}
.foot-email-box .form-control {
    background:#26294d;
    display: block;
    padding: 15px 20px;
    outline:0!important;
    box-shadow:0 5px 15px rgba(0,0,0,.2);
    border:0;
}
.foot-email-box input[type="text"]{
    font-size: 12px;
    color: #666c81;
    font-weight: 300;
}
.foot-email-subscribe {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    background: transparent;
    color: #666c81;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.foot-email-box .form-control:hover{
    box-shadow:0 5px 15px rgba(0,0,0,.4);
}
/*hm-foot-email*/
/*.footer-copyright */
.footer-copyright {
    padding: 20px 0 17px;
    border-top: 1px solid #434859;
}
.footer-copyright p,.footer-copyright p a {
    color: #a8a9bf;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}
.footer-social{text-align: right;}
.footer-social a i {
    color: #fff;
    opacity: .40;
    font-size: 14px;
    margin-left: 16px;
    -webkit-transition: .3s; 
    -moz-transition:.3s; 
    -ms-transition:.3s; 
    -o-transition:.3s;
    transition: .3s;
}
.footer-social i:hover{opacity: .70;}
/*.footer-copyright */

/*===============================
    Scroll Top
===============================*/
#scroll-Top  .return-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: none;
    width: 40px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
    background:#ffcc33;
	border:1px solid #ffcc33;
	border-radius:50%;
	-webkit-transition: .5s; 
	-moz-transition:.5s; 
	-ms-transition:.5s; 
	-o-transition:.5s;
    transition: .5s;
	z-index: 2;
}
#scroll-Top  .return-to-top:hover {
    background:#fff;
    color: #ffcc33;
	border:1px solid #ffcc33;
}

#scroll-Top  .return-to-top i{
    position:relative;
    bottom:0;

}

#scroll-Top  .return-to-top i{
    position: relative;
    animation-name: example;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-duration:1s;
}
@keyframes example {
    0%   {bottom:0px;}
    100%  {bottom:7px;}
}

/*========== bullet style============*/

i.fa {
    margin-left: 5px;
    margin-right: 5px;
}


/*========== accordion============*/


* {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
      font-family: Poppins, sans-serif;
    }

    .accordion {
      background: #fff;
      border: 1px solid #dadfe9;
      border-radius: 3px;
      width: 100%;
      box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
      overflow: hidden;
    }

    .accordion-item {
      border-top: 1px solid #ddd;
    }

    .accordion-item:first-child {
      border-top: none;
    }

    .accordion-header {
      padding: 15px 20px;
      background: #f8f9fb;
      color: #000;
      cursor: pointer;
      font-size: 1.8rem;
      transition: background 0.3s;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .accordion-header:hover {
      background: #ffcc33;
    }

    .accordion-item.active .accordion-header {
      background: #ffcc33;
    }

    .accordion-header .arrow {
      display: inline-block;
      font-size: 1.8rem; /* Adjust size as needed */
      font-weight: 600;
      transition: transform 0.3s ease, content 0.3s ease;
      margin-left: 10px;
    }

    .accordion-item:not(.active) .arrow::before {
      content: "+"; /* Show + when closed */
    }

    .accordion-item.active .arrow::before {
      content: "-"; /* Show - when open */
    }

    .accordion-content {
      max-height: 0;
      overflow: hidden;
      padding: 0 10px;
      background: #f9f9f9;
      transition: max-height 0.3s ease, padding 0.3s ease;
    }

    .accordion-content p {
      padding: 15px 10px;
      color: #000;
    }

    .accordion-item.active .accordion-content {
      max-height: none;
      padding: 15px 10px;
    }


    @media (max-width: 600px) {
      .accordion-header {
        font-size: 16px;
      }
    }

/*========== table============*/
    table {
      width: 100%;
      border-collapse: collapse;
      background: #fff;
    }

    thead {
      background-color: #fff;
      color: #000;
    }
    th {
      text-align: left;
      padding: 10px;
      border-bottom: 1px solid #f8f9fb;
      font-size: 1.5rem;
      font-weight: 600;
      color: #000;
    }

    td {
      text-align: left;
      padding: 10px 5px;
      border-bottom: 1px solid #f8f9fb;
      font-size: 1.3rem;
      color: #000;
    }



/* Modal overlay */
.modal {
  display: none; /* Hidden by default */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.6); /* Dim background */
  z-index: 999;
}

/* Modal content box */
.modal-content {
  background-color: #fff;
  margin: 50px 10px 0px 5px;
  padding: 20px;
  border-radius: 8px;
  width: auto;
  max-width: 600px;
  position: relative;
  left: 49%;
  transform: translateX(-50%); /* Horizontal center */
}
.modal-content h2 {
  text-align: left;
  font-size: 2.0rem;
  margin-bottom: 20px;
  text-transform: none;
}
@media (max-width: 992px) {
.modal-content h2 {
  text-align: left;
  font-size: 1.6rem;
  margin-bottom: 20px;
  text-transform: none;
}
}

/* Close button (X) */
.close-btn {
  position: absolute;
  top: 5px;
  right: 15px;
  font-size: 3.5rem;
  cursor: pointer;
  color: rgba(58, 63, 88, 1);
  transition: color 0.3s ease;
}

.close-btn:hover {
  color: #ffcc33
}
.modal-button-container {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.modal-button {
    display: inline-block;
    padding: 12px 25px;
    background: #ffcc33;
    color: #000;
    border-radius: 3px;
    margin-top: 20px;
    -webkit-transition: .3s linear; 
    -moz-transition:.3s linear; 
    -ms-transition:.3s linear; 
    -o-transition:.3s linear;
    transition: .3s linear;
}
.modal-button:hover{
    background: rgba(58, 63, 88, 1);
    color: #ffcc33;
}



#quoteForm {
  max-width: 600px;
  margin: 50px auto;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background-color: #f9f9f9;
  font-family: Arial, sans-serif;
}

#quoteForm label {
  display: block;
  margin-top: 2.0rem;
  font-weight: 400;
}

#quoteForm input,
#quoteForm select,
#quoteForm textarea {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

#quoteForm button {
  margin-top: 20px;
  width: 100%;
  padding: 12px;
  background-color: #333;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
}

#quoteForm button:hover {
  background-color: #555;
}


/*========================Thank you=================