/*==================================
* 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;
}
@font-face {
    font-family: grifter;
    src: url(../fonts/grifterbold.otf);
  }
  @font-face {
    font-family: Helvetic-Neue;
    src: url(../fonts/HelveticaNeueLight.ttf);
  }


*{
	-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: Helvetic-Neue;
	font-size:16px;
	color:#818998;
    text-transform:initial;
    /* max-width:1920px; */
    margin:0 auto;
	overflow-x:hidden;
}

a,a:hover,a:active,a:focus {
	display:inline-block;
	text-decoration:none;
	color: #000;
	font-size:20px;
	padding:0;
    font-weight: bold;
    text-transform: capitalize;
}
h1,h2,h3,h4,h5,h6 { 
	margin: 0;
	color:#444a57;
    font-size: 20px;
    font-weight: 500;
    /*text-transform: capitalize;*/
}
p {
	margin: 0;
	color:#818998;
	font-size:16px;
    line-height: 1.8;
    text-transform: initial;
}
img{border:none;max-width:100%; height:auto;}
ul{
	padding: 0;
    margin: 0 auto;
    list-style: none;
}
ul li {
	list-style: none;
    display: inline-block;
	
}
select,input,textarea,button,.form-control{box-shadow:none;outline:0!important;}
button {background: transparent;border: 0;font-size: 16px;text-transform: capitalize;}

html,body{height: 100%;}

[placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.3s 0.3s ease; 
  -moz-transition: opacity 0.3s 0.3s ease; 
  -ms-transition: opacity 0.3s 0.3s ease; 
  -o-transition: opacity 0.3s 0.3s ease; 
  transition: opacity 0.3s 0.3s ease; 
  opacity: 0;
}
.owl-carousel {z-index: 0;}
/* section-header */
.section-header{
    position: relative;
    text-align: center;
}
.section-header h2{
    position: relative;
    font-size: 36px;
    font-weight: 500;
    padding-bottom: 35px;
}
.section-header h2:before {
    position: absolute;
    content: "";
    width: 80px;
    height: 2px;
    bottom: 0;
    left: 50%;
    margin-left: -42px;
    background: #4e4ffa;
}
.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: #212121;
    border-bottom: transparent;
}


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




/*.navbar-brand*/
.navbar-header a.navbar-brand,.navbar-header a.navbar-brand:hover,.navbar-header a.navbar-brand:focus{
    display: inline-block;
    color: #fff;
    font-size: 24px;
    letter-spacing: 3px;
    font-family: 'Rufina', serif;
    font-weight: 700;
    padding: 45px 0px;
    text-transform:uppercase;
}
.navbar-header a.navbar-brand span{display: inline-block;color:#4e4ffa;text-transform:capitalize;}

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

/*.nav li*/
nav.navbar.bootsnav ul.nav > li > a {
    color: #f5f7fa;
    font-size: 25px;
    -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: 18px 15px;font-weight: normal;}
nav.navbar.bootsnav ul.nav > li > a:hover,nav.navbar.bootsnav ul.nav > li > a:focus{color:#ef7f1a;}
nav.navbar.bootsnav ul.nav > li.active>a {color: #ef7f1a;}

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:18px 15px;}
/*.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: #4e4ffa;
}
/*.menu-ui-design*/

/*.navbar-toggle */
nav.navbar.bootsnav .navbar-toggle {
    position: relative;
    background-color: transparent;
    border: 1px solid #212121;
    padding: 10px;
    top: 0;
}
nav.navbar.bootsnav .navbar-toggle i{color: #212121;}
/*.navbar-toggle */

/*-------------------------------------
        3.  Welcome-hero
--------------------------------------*/
.welcome-hero {
    position: relative;
    /* background:url(../images/welcome-hero/welcomepipaani.png)no-repeat; */
    background-color: #fefefe;
    background-position: center;
    background-size: cover;
    z-index: 1;
}
.welcome-hero:before {
    position: absolute;
    border-bottom: 8px solid #444444;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: rgba(42,45,84,.60);*/
}
.header-area{
    position: fixed;
    top:85%;
    /* left:0;  */
    width: 100%;
    z-index: 99;
    justify-content: center;
    display: flex;
}

/*.welcome-hero-txt*/
/*.welcome-hero-txt{text-align: center;padding:290px 0 372px;}*/
.welcome-hero-txt{text-align: center;padding:70px 0 70px;}
.welcome-hero-txt h1 {
    font-family: grifter;
    font-size: 80px;    
    color: #444444;
    font-weight: 700;
    /*margin-bottom: 45px;*/
}
.welcome-hero-txt p {
    font-family: Helvetic-Neue;
    font-size: 25px;
    line-height: normal;
    text-transform: initial;
    color: #000;
    font-weight: bold;
    max-width: 735px;
    margin: 0 auto;
    color:#212121;
}
.welcome-btn {
    display: inline-block;
    width: 200px;
    height: 55px;
    margin-bottom: 20px;
    font-size: 25px;
    background: #805082;
    color: #fff;
    border-radius: 12px;
    /* margin-top: 20px; */
    -webkit-transition: .3s linear; 
    -moz-transition:.3s linear; 
    -ms-transition:.3s linear; 
    -o-transition:.3s linear;
    transition: .3s linear;
}
.welcome-btn:hover{
    background: #fa9659;
}
/*.welcome-hero-txt*/

/*.welcome-hero-txt-2*/
.welcome-hero-txt-2{
    text-align: center;
    margin-top: 60px;
    /* padding:290px 0 372px; */
}
.welcome-hero-txt-2 h2 {
    font-family: grifter;
    font-size: 55px;
    line-height: 57px;
    color: #444444;
    font-weight: 700;
    /*margin-bottom: 45px;*/
    /* padding-top: 20px; */
}
.welcome-hero-txt-2 p {
    font-family: Helvetic-Neue;
    padding-top: 30px;
    font-size: 25px;
    line-height: 40px;
    text-transform: initial;
    color: #000;
    font-weight: bold;
    max-width: 735px;
    margin: 0 auto;
    color:#212121;
}

/*.welcome-hero-txt-2*/

/*.welcome-hero-txt-3*/
.welcome-hero-txt-3{
    text-align: center;
    margin-top: 0px;
     padding:70px 0 50px; 
}
.welcome-hero-txt-3 h2 {
    font-family: grifter;
    font-size: 55px;
    line-height: 57px;
    color: #fff;
    font-weight: 700;
    /*margin-bottom: 45px;*/
}
.welcome-hero-txt-3 p {
    font-family: Helvetic-Neue;
    padding-top: 30px;
    font-size: 25px;
    line-height: 40px;
    text-transform: initial;
    color: #000;
    font-weight: 500;
    max-width: 735px;
    margin: 0 auto;
    color:#212121;
}

/*.welcome-hero-txt-3*/



/*-------------------------------------
        4. Model-Search
--------------------------------------*/
.model-search-content .col-sm-12 {padding: 0;}
.model-search-content {
    padding: 1px 20px;
    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: 5px;
}
/*model-select-icon*/
.model-select-icon{
    position:relative;
    margin-top: 15px;
}
.model-select-icon .form-control {
    outline: 0!important;
    box-shadow: none;
    border: 2px solid #746868;
    /* background: #f8f8f8; */
    height: 45px;
}
.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;
}

/*.single-model-search*/

/*-------------------------------------
        5. Service 
--------------------------------------*/
.service {
     /* padding: 100px 0 87px; */
    /*background:url(../images/welcome-hero/unboxback.png)no-repeat;*/
    background-color:#fdf0e2;
    border-bottom: 8px solid #444444;
    background-position: center;
    background-size: cover;
    z-index: 1;
}

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

.single-service-icon {
    display: inline-block;
    color: #50616c;
}
.single-service-item h2 a {
    font-size:20px;
    margin: 10px 0 20px;
}
.single-service-item h2 a span {text-transform:  lowercase;}
.single-service-item p {padding-bottom: 35px;text-transform: initial;position: relative;}
/* .single-service-item p:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 3px;
    background: #3030ea;
    bottom: 0;
    left: 50%;
    margin-left: -10px;
} */

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


/* .single-service-item:hover h2 a,.single-service-item:hover p{color: #fff;} */
.single-service-item:hover  p:before {background: #fff;}
/* .single-service-item:hover{box-shadow: 0 12px 30px 0px rgba(0,1,193,.2);background: #4e4ffa;border: 1px solid #4e4ffa;} */



/*-------------------------------------
        5. Service 
--------------------------------------*/
.service1 {
    padding: 0px 0 130px; 
   background:url(../images/welcome-hero/04.png)no-repeat;
   border-bottom: 8px solid #444444;
   background-position: center;
   background-size: cover;
   z-index: 1;
}

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

.single-service-icon1 {
   display: inline-block;
   color: #50616c;
}
.single-service-item1 h2 a {
   font-size:20px;
   margin: 10px 0 20px;
}
.single-service-item1 h2 a span {text-transform:  lowercase;}
.single-service-item1 p {padding-bottom: 35px;text-transform: initial;position: relative;}
/* .single-service-item p:before {
   position: absolute;
   content: "";
   width: 20px;
   height: 3px;
   background: #3030ea;
   bottom: 0;
   left: 50%;
   margin-left: -10px;
} */

.single-service-icon1 [class^="flaticon-"]:before,.single-service-icon1[class*=" flaticon-"]:before,.single-service-icon1 [class^="flaticon-"]:after,.single-service-icon1 [class*=" flaticon-"]:after {font-size:60px;}
/* .single-service-item1:hover .single-service-icon1 [class^="flaticon-"]:before,.single-service-item1:hover .single-service-icon1 [class*=" flaticon-"]:before,.single-service-item1:hover .single-service-icon [class^="flaticon-"]:after,.single-service-item:hover .single-service-icon [class*=" flaticon-"]:after {color:#fff;} */


/* .single-service-item1:hover h2 a,.single-service-item1:hover p{color: #fff;} */
.single-service-item1:hover  p:before {background: #fff;}
/* .single-service-item1:hover{box-shadow: 0 12px 30px 0px rgba(0,1,193,.2);background: #4e4ffa;border: 1px solid #4e4ffa;} */



/*-------------------------------------
        5. Service 
--------------------------------------*/
.service2 {
    padding: 0px 0 130px; 
    /*background:url(../images/welcome-hero/002.png)no-repeat;*/
    background-color:#fffaf2;
   border-bottom: 8px solid #444444;
   background-color: #FEFAF3;
   background-position: center;
   background-size: cover;
   z-index: 1;
}

.single-service-item2{
   text-align: center;
    padding:55px 0px 0px;
   /* border-radius: 3px;
   border: 1px solid #dadfe9; */
   /* margin-bottom: 15px; */
   
   -webkit-transition: .3s linear; 
   -moz-transition:.3s linear; 
   -ms-transition:.3s linear; 
   -o-transition:.3s linear;
   transition: .3s linear;
}

.single-service-icon2 {
   display: inline-block;
   color: #50616c;
}
.single-service-item2 h2 a {
   font-size:20px;
   margin: 25px 0 25px;
}
.single-service-item2 h2 a span {text-transform:  lowercase;}
.single-service-item2 p {padding-bottom: 35px;text-transform: initial;position: relative;}
/* .single-service-item p:before {
   position: absolute;
   content: "";
   width: 20px;
   height: 3px;
   background: #3030ea;
   bottom: 0;
   left: 50%;
   margin-left: -10px;
} */

.single-service-icon2 [class^="flaticon-"]:before,.single-service-icon2[class*=" flaticon-"]:before,.single-service-icon2 [class^="flaticon-"]:after,.single-service-icon2 [class*=" flaticon-"]:after {font-size:60px;}
/* .single-service-item2:hover .single-service-icon2 [class^="flaticon-"]:before,.single-service-item2:hover .single-service-icon2 [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-item2:hover h2 a,.single-service-item1:hover p{color: #fff;} */
.single-service-item2:hover  p:before {background: #fff;}
/* .single-service-item2:hover{box-shadow: 0 12px 30px 0px rgba(0,1,193,.2);background: #4e4ffa;border: 1px solid #4e4ffa;} */

.colortxt-servic5{
    font-size: 40px;
    font-weight: 600;
    font-style: italic;
    padding: 6px;
}

/*-------------------------------------
        5. Service 
--------------------------------------*/
.service3 {
    padding: 0px 0 130px; 
    /*background:url(../images/welcome-hero/003.png)no-repeat;*/
    background-color:#f4e2d9;
   border-bottom: 8px solid #444444;
   background-color: #f2e0d7;
   background-position: center;
   background-size: cover;
   z-index: 1;
}

.single-service-item3{
   text-align: center;
    padding:55px 30px 0px;
   /* border-radius: 3px;
   border: 1px solid #dadfe9; */
   /* margin-bottom: 15px; */
   
   -webkit-transition: .3s linear; 
   -moz-transition:.3s linear; 
   -ms-transition:.3s linear; 
   -o-transition:.3s linear;
   transition: .3s linear;
}

.single-service-icon3 {
   display: inline-block;
   color: #50616c;
}
.single-service-item3 h2 a {
   font-size:20px;
   margin: 25px 0 25px;
}
.single-service-item3 h2 a span {text-transform:  lowercase;}
.single-service-item3 p {padding-bottom: 35px;text-transform: initial;position: relative;}
/* .single-service-item p:before {
   position: absolute;
   content: "";
   width: 20px;
   height: 3px;
   background: #3030ea;
   bottom: 0;
   left: 50%;
   margin-left: -10px;
} */

.single-service-icon3 [class^="flaticon-"]:before,.single-service-icon3[class*=" flaticon-"]:before,.single-service-icon3 [class^="flaticon-"]:after,.single-service-icon3 [class*=" flaticon-"]:after {font-size:60px;}
/* .single-service-item3:hover .single-service-icon3 [class^="flaticon-"]:before,.single-service-item3:hover .single-service-icon3 [class*=" flaticon-"]:before,.single-service-item3:hover .single-service-icon3 [class^="flaticon-"]:after,.single-service-item3:hover .single-service-icon3 [class*=" flaticon-"]:after {color:#fff;} */


/* .single-service-item3:hover h2 a,.single-service-item3:hover p{color: #fff;} */
.single-service-item3:hover  p:before {background: #fff;}
/* .single-service-item3:hover{box-shadow: 0 12px 30px 0px rgba(0,1,193,.2);background: #4e4ffa;border: 1px solid #4e4ffa;} */

.colortxt-servic6{
    font-size: 40px;
    font-weight: 600;
    font-style: italic;
    padding: 6px;
}


.service4 {
    padding: 0px 0 130px; 
 /*   background:url(../images/welcome-hero/003.png)no-repeat;*/
   border-bottom: 8px solid #444444;
   background-color: #f2e0d7;
   background-position: center;
   background-size: cover;
   z-index: 1;
}

.single-service-item4{
   text-align: center;
    padding:55px 30px 0px;
   /* border-radius: 3px;
   border: 1px solid #dadfe9; */
   /* margin-bottom: 15px; */
   
   -webkit-transition: .3s linear; 
   -moz-transition:.3s linear; 
   -ms-transition:.3s linear; 
   -o-transition:.3s linear;
   transition: .3s linear;
}

.single-service-icon4 {
   display: inline-block;
   color: #50616c;
}
.single-service-item4 h2 a {
   font-size:20px;
   margin: 25px 0 25px;
}
.single-service-item4 h2 a span {text-transform:  lowercase;}
.single-service-item4 p {padding-bottom: 35px;text-transform: initial;position: relative;}
/* .single-service-item p:before {
   position: absolute;
   content: "";
   width: 20px;
   height: 3px;
   background: #3030ea;
   bottom: 0;
   left: 50%;
   margin-left: -10px;
} */

.single-service-icon4 [class^="flaticon-"]:before,.single-service-icon4[class*=" flaticon-"]:before,.single-service-icon4 [class^="flaticon-"]:after,.single-service-icon4 [class*=" flaticon-"]:after {font-size:60px;}
/* .single-service-item4:hover .single-service-icon4 [class^="flaticon-"]:before,.single-service-item4:hover .single-service-icon4 [class*=" flaticon-"]:before,.single-service-item4:hover .single-service-icon4 [class^="flaticon-"]:after,.single-service-item4:hover .single-service-icon4 [class*=" flaticon-"]:after {color:#fff;} */


/* .single-service-item4:hover h2 a,.single-service-item4:hover p{color: #fff;} */
.single-service-item4:hover  p:before {background: #fff;}
/* .single-service-item4:hover{box-shadow: 0 12px 30px 0px rgba(0,1,193,.2);background: #4e4ffa;border: 1px solid #4e4ffa;} */

.colortxt-servic6{
    font-size: 40px;
    font-weight: 600;
    font-style: italic;
    padding: 6px;
}


/*-------------------------------------
        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:112px 0 120px;
}
.featured-cars-content{padding-top:96px;}

/*.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:0px 0 80px; */
    background: #f8f9fb;    border-bottom: 8px solid #444444;}

/*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: #4e4ffa;
    border: 1px solid #4e4ffa;
    box-shadow: 0 12px 30px 0px rgba(0,1,193,.2);
}

/*owl carousel*/
.clients-say .owl-carousel .owl-stage {
    position: relative;
    padding: 15px 0 25px;
}
.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: 40px 0 0px;}

/*.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: 'Rufina', serif;
    font-weight: 700;
    text-transform:uppercase;
}
.single-footer-widget p {
    font-size: 14px;
    color: #eeeff6;
    max-width: 300px;
    margin:40px 0 20px;
}
.footer-contact p {
    margin: 0;
    color: #d1d7e9;
}
/*.footer-logo*/

.single-footer-widget {margin-bottom: 40px;}
.single-footer-widget h2 {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 43px;
}
.single-footer-widget ul li {
    display:  inherit;
    -webkit-transition: .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: 35px;
    margin-right: 16px;


    margin-top: 20px;
    -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:#4e4ffa;
	border:1px solid #4e4ffa;
	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: #4e4ffa;
	border:1px solid #4e4ffa;
}

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

}

#scroll-Top  .return-to-top i{
    position: relative;
    animation-name: example;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-duration:1s;
}
@keyframes example {
    0%   {bottom:0px;}
    100%  {bottom:7px;}
}
/*========================Thank you=================*/
.multicolortext {
    background-image: linear-gradient(to left, #fa9659, #f7588e, blue);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
  }

.blueback{
    font-family: Helvetic-Neue;
    font-size: 30px;
    color: #fff;
    background-color: #716db3;
    padding: 15px 16px 15px 16px;
    margin: 15px;
    line-height: 80px;
    box-shadow: 7px 7px #6864a4;
}
.brush{
    max-width: 2.2%;position: absolute;margin-top: -100px;
}
.filesvg{
        width: 17%;position: absolute;margin-top: 15px;    z-index: 1;    right: 25px;
}
.YellowRound{
    width: 19%;position: absolute;margin-top: -100px;left:-100px;
}
.orange{
    width: 30%;position: absolute;margin-top: -25px;left:-200px;transform: rotate(-20deg);
    -webkit-transform:rotate(-20deg);
  -moz-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
}
.logopipaani{
    /* max-width: 100%;
    position: absolute;
    margin-top: 35px;
    margin-left: -70px; */
    width: 200px;
    margin-top: 20px;
}
.Sky-shape{
    width: 28%;position: absolute;margin-top: 30px;left:-185px;
}
.sunflower{
    width: 35%;position: absolute;margin-top: 70px;right:-230px;
}


.blue-line{
    width: 35%;position: absolute;margin-top: 0px;left:-225px;
}
.orange-round{
    width: 30%;position: absolute;margin-top: -80px;right:-220px;
}

.pink-circle{
    width: 35%;position: absolute;margin-top: 0px;right:-230px;
}
.Pink-Half-round{
    width: 19%;position: absolute;margin-top: -2px;right:-20px;
}
.msg{
    width: 19%;position: absolute;margin-top: 85px;left:-7px;
}

/*  ----slider images  */
@keyframes slide1 {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }
  
  .logos1 {
    overflow: hidden;
    padding: 10px;
    background: white;
    white-space: nowrap;
    position: relative;
    width: max-content;
  }
  
  /* .logos1:hover .logos-slide1 {
    animation-play-state: paused;
  }  */
  
  .logos-slide1 {
    display: inline-block;
    animation: 70s slide1 infinite linear;
  }
  
  .logos-slide1 img {
    /*height: 50px;*/
    margin:  30px 10px 30px 10px;
  } 
  /*  ----slider images  end */

  
/* --slider client logos--- */

@keyframes slide {
	from {
	  transform: translateX(0);
	}
	to {
	  transform: translateX(-100%);
	}
  }
  
  .logos {
	overflow: hidden;
	padding: 50px;
	background: black;
	white-space: nowrap;
	position: relative;
	width: max-content;
  }
  
  .logos:hover .logos-slide {
	animation-play-state: paused;
  }
  
  .logos-slide {
	display: inline-block;
	animation: 20s slide infinite linear;
  }
  
  .logos-slide img {
	height: 50px;
	margin: 0 20px;
  }
/* --slider client logos--- */


  /* --pricing table --- */
    .shadow {
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    }
    .bg-success {
        background-color: #86be3e!important;
    }
    .bg-warning {
        background-color: #f9d710!important;
    }
    .card {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        border: 1px solid rgba(0,0,0,.125);
        border-radius: 0.25rem;
    }
    .card-header:first-child {
        border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
    }
    .text-white p{
        color: #fff!important;
    }
    .text-center {
        text-align: center!important;
    }
    .border-0 {
        border: 0!important;
    }
    .card-header {
        padding: 1.75rem 1.25rem;
        margin-bottom: 0;
        background-color: rgba(0,0,0,.03);
        border-bottom: 1px solid rgba(0,0,0,.125);
    }
    .fa, .fas {
        font-weight: 900;
    }
    .bg-white {
        background-color: #fff!important;
    }
    .text-white{
        color: #fff!important;
    }
    .card-body {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding: 1.25rem;
    }
    .list-unstyled li,strong {color: #000!important;}
    .mb-4, .my-4 {
        margin-bottom: 1.5rem!important;
    }
    .fa-lg {
        font-size: 1.33333em;
        line-height: .75em;
        vertical-align: -0.0667em;
    }
    .fa, .fab, .fad, .fal, .far, .fas {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
    }
    strong {
        font-weight: bolder;
    }
    .text-dark {
        color: #000!important;
    }
    .font-weight-bolder {
        font-weight: bolder!important;
    }
    .display-4 {
        font-size: 3.5rem;
        font-weight: 300;
        line-height: 1.2;
    }
    .text-secondary {
        color: #6c757d!important;
    }
    .small, small {
        font-size: 80%;
        font-weight: 400;
    }

    

    .bg-info {
        background-color: #6fc5d2!important;
    }
    .bg-bas {
        background-color: #f4801a!important;
    }
    .color-point{
        color: #ffc107!important;
    }

    

    /* --pricing table end--- */

    /* ----- faq----*/
    .accordions {
        /*width: 90%;*/
        /*margin: 100px auto;*/
        }
        
        .accordions h3 {
            font-family: Helvetic-Neue;
        text-align: center;
        /* font-family: "Roboto", sans-serif; */
        /* font-weight: bold; */
        }
        
        .accordion-item {
        background-color: #f2e0d7;
        margin-bottom: 20px;
        border: 1px solid #f2e0d7;
        border-radius: 5px;
        color: #ffffff;
        }
        
        .accordion-item .accordion-title {
        cursor: pointer;
        padding: 20px;
        transition: transform 0.4s ease-in-out;
        }
        
        .accordion-item .accordion-title.active-title {
        background-color: #ef8e5e;
        color: #ffffff;
        }
        .accordion-item .accordion-title.active-title h3 {
        
        color: #ffffff;
        }
        
        
        .accordion-item .accordion-title h3 {
        /* font-weight: 700; */
        margin: 0;
        font-family: Helvetic-Neue;
        font-size: 20px;
        /*display: flex;*/
        justify-content: space-between;
         font-weight: bold; 
        color: #2b2859;
        text-align: center;
        }
        
        .accordion-item .accordion-title i.fa-chevron-down {
        transform: rotate(0);
        transition: 0.4s;
        }
        
        .accordion-item .accordion-title i.fa-chevron-down.chevron-top {
        transform: rotate(-180deg);
        color: #ffffff;
        }
        
        .accordion-item .accordion-content {
        display: none;
        line-height: 1.7;
        padding: 15px;
        background-color: #ffffff;
        border-radius: 0 0 5px 5px;
        color: #100e34;
        }
        
        .accordion-item .accordion-content.active {
        display: block;
        }
        
        .accordion-item .accordion-content p {
        margin: 0;
        font-weight: bold;
        color:#000;
        font-family: Helvetic-Neue;
        font-size: 18px;
        text-align: center;
        }

        .cont-align{
            margin-left: 25px;
        }
        
        .btn {font-size: 18px;font-weight: 600;}
        .btn:hover {font-size: 20px;font-weight: 600;}
        .card-header h2{
        font-family: grifter;
            margin: 5px;
    color: #000;
    font-size: 35px;
    font-weight: 800;
        }

        .twist{
            /* background:url(../images/svg/Line.svg)no-repeat; */
            width: 29%;
    float: inline-end;
        }
        .design{
            width: 6%;
            position: absolute;
            right: 125px;
            top: 70px;
        }

        .pens-bot{
            width: 500px;
        }
        .single-service-icon2 img {    height: 60px;}
        .iconthree{ height: 60px;}
        
        
        .reg-hed{
            font-size: 40px;
  font-weight: 800;
        }
        
        
        
        
        
        
        
        /* css for responsive prise chart*/
        .prc-flex{
            display: flex;
        }
        .prise-btn-sec{
            display: grid;align-content: end;
        }
        
        
        /* css for responsive prise chart end*/
        
        
        
        
        
        