/* Call Whatsapp Button Ends */


.pulse-wr {position: fixed;bottom: 50px;right: 15px;width: 130px;height: 130px;margin: 0 auto;z-index: 261;-webkit-perspective: 1000;-webkit-backface-visibility: hidden;background: transparent;}
.popup-pulse {color: #fff;font-size: 10px;font-weight: bold;position: relative;top: 50%;left: 50%;margin-left: -32px;margin-top: -32px;background-repeat: no-repeat;background-position: center center;background-size: 60px 60px;display: block;width: 90px;height: 90px;text-transform: uppercase;text-align: center;line-height: 70px;border: none;border-radius: 50%;cursor: pointer;box-shadow: 0 0 0 0 rgba(111,154,55, 0.5);-webkit-animation: zoom 1.3s infinite;animation: zoom 1.3s infinite;}
.popup-pulse:before {border-radius: 50%;position: absolute;bottom: 15px;left: -25px;width: 32px;height: 32px;background-size: 32px 32px;background-image: url(../img/logo-envato-icon.png);content: '';}
.popup-pulse span {position: absolute;top: 36px;left: 10px;font-size: 10px;line-height: 14px;}
.popup-pulse:hover {-webkit-animation: none;}


.pulse-wr-c {position: fixed;bottom: 120px;right: 15px;width: 130px;height: 130px;margin: 0 auto;z-index: 261;-webkit-perspective: 1000;-webkit-backface-visibility: hidden;background: transparent;}
.popup-pulse-c {color: #fff;font-size: 10px;font-weight: bold;position: relative;top: 50%;left: 50%;margin-left: -32px;margin-top: -32px;background-repeat: no-repeat;background-position: center center;background-size: 60px 60px;display: block;width: 90px;height: 90px;text-transform: uppercase;text-align: center;line-height: 70px;border: none;border-radius: 50%;cursor: pointer;box-shadow: 0 0 0 0 rgba(111,154,55, 0.5);-webkit-animation: zoom 1.3s infinite;animation: zoom 1.3s infinite;}
.popup-pulse-c:before {border-radius: 50%;position: absolute;bottom: 15px;left: -25px;width: 32px;height: 32px;background-size: 32px 32px;background-image: url(../img/logo-envato-icon.png);content: '';}
.popup-pulse-c span {position: absolute;top: 36px;left: 10px;font-size: 10px;line-height: 14px;}
.popup-pulse-c:hover {-webkit-animation: none;}

@-webkit-keyframes zoom {
  0% {transform: scale(0.9);}
  70% {transform: scale(1);box-shadow: 0 0 0 25px rgba(111,154,55, 0);}
  100% {transform: scale(0.9);box-shadow: 0 0 0 0px rgba(111,154,55, 0);}
}

/* Call Whatsapp Button Ends */
 
 
 
 
 
 
/* body{
	 background-color:#063137; 
} */

.dress{
    text-align:justify;
}

.bgblg{
    background-image: linear-gradient(to bottom right, #063137, #344c44);
    margin-top:50px;
}

.blc{
   color:#063137; 
   margin-top:40px;
   text-align:justify;
}


.pc{
    color:#e3bdaf;
    text-align:justify;
  }


@media (max-width: 767px){
  .collage{
      margin-top:650px;
      
    }
} 
@media (min-width: 768px) and (max-width: 1024px){
  .collage{
      margin-top:900px;
      
    }
}
@media (min-width: 820px) and (max-width: 1199px){
  .collage{
      margin-top:1100px;
      
    }
} 
@media (min-width: 1200px) and (max-width: 1600px){
  .collage{
      margin-top:600px;
      
    }
}
@media (min-width: 1601px){
 .container{
    width:80%;
   }
 .collage{
      margin-top:1000px;
      
    }
}
 
    .collage .cm{
          margin-bottom:20px;
      }
      .collage .cm .card img{
          height:360px;
          width:100%;
          float:left;
          
      }
      
      
.contact h4{
    color:#d1927a;
}

.contact p{
    color:#e3bdaf;
    margin-left:15px;
}

.contact a{
    text-decoration:none;
    color:#e3bdaf;
}

.description img{
    width:100%;
}

.description p{
    text-align:justify;
}

/* Section Title */
.section-tittle {
    margin:50px 0px 50px;
  }
  
  .call-us-button{
      background-color:#d1927a;
      color:#063137;
      font-weight:600;
  }
  
  .call-us-button:hover{
      background-color:#e3bdaf;
      color:#7d5749;
      font-weight:600;
  }
  
  .chat-us-button{
      background-color:#e3bdaf;
      color:#7d5749;
      font-weight:600;
  }
  
  .chat-us-button:hover{
      background-color:#d1927a;
      color:#063137;
      font-weight:600;
  }
  
  
/* Section Heading Starts*/

.section-heading{
        background-image: linear-gradient(to bottom right, #063137, #344c44);
         padding:10px;
     }
.section-heading h3{
     color:#d1927a;
}
/* Section Heading Ends */
  
  
  
/* hr line style starts*/

.hr-line {
  border: none;
  height: 10px;
  background: linear-gradient(-135deg, #d1927a 5px, #063137 0) 0 5px, linear-gradient(135deg, #fff 5px, #8c8c8c 0) 0 5px;
  background-color: transparent;
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 10px 10px;
}
      
@media (max-width: 767px){
hr.style-three {
height: 30px;
border-style: solid;
border-color: #344c44;
border-width: 3px 0 0 0;
border-radius: 20px;
width:100%;
}
}

@media (min-width: 767px){
hr.style-three {
height: 30px;
border-style: solid;
border-color: #344c44;
border-width: 3px 0 0 0;
border-radius: 20px;
width:50%;
margin-left:25%;
margin-right:25%;
}
}

hr.style-three:before {
display: block;
content: "";
height: 30px;
margin-top: -31px;
border-style: solid;
border-color: #344c44;
border-width: 0 0 1px 0;
border-radius: 20px;
}

/* hr line style ends */
  
  
 
 /* Tab Gallery  */
  /* Popular Cars Css Start */

@media (min-width: 767px){
.popucar-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 5px;
	margin-right:10px;
	overflow: hidden;
}
}



@media (max-width: 767px) {
    .popucar-menu {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 5px 0;
	overflow: hidden;
}
} 

.popucar-menu a {
/*	border: 1px solid #d1927a; */
	color: #d1927a;
	background-color:#0b1416;
	display: inline-block;
	width:100%;
	white-space: nowrap;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	font-size: 16px;
	font-weight: 600;
	padding: 12px 10px;
	margin-right:10px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	text-transform: uppercase;
}

.popucar-menu a + a {
	border-left: 0px;
}

.popucar-menu a:hover,
.popucar-menu a.active {
	background-color: #d1927a;
	color: #0b1416;
	text-decoration:none;
}

.popucar-menu a.active::after {
	border-bottom: 10px solid #fff;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	bottom: -2px;
	content: "";
	left: 50%;
	margin-bottom: 1px;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.single-popular-car {
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	margin-bottom: 30px;
}

.p-car-thumbnails a.car-hover {
	display: block;
	position: relative;
}

.p-car-thumbnails a.car-hover::after {
	background-color: #000;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 100%;
}

.p-car-thumbnails a.car-hover:hover:after {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: .5;
}

.p-car-thumbnails a.car-hover::before {
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 50%;
	bottom: 0;
	color: #fff;
	content: "\f00e";
	font-family: FontAwesome;
	font-size: 18px;
	height: 50px;
	left: 0;
	line-height: 50px;
	margin: auto;
	opacity: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	-webkit-transform: scale(2);
	transform: scale(2);
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 50px;
	z-index: 2;
}

.p-car-thumbnails a.car-hover:hover:before {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.p-car-content {
	padding: 25px 20px;
}

.single-popular-car h3 {
	font-size: 17px;
	font-weight: 600;
	text-transform: uppercase;
}

.single-popular-car h3 a {
	color: #333;
}

.single-popular-car h3 span.price {
	color: #ffd000;
	float: right;
	font-size: 14px;
	font-weight: 700;
}

.single-popular-car h5 {
	color: #828282;
	font-size: 11px;
	text-transform: uppercase;
	margin: 13px 0 15px;
}

.p-car-feature a {
	border: 1px solid #e2e2e2;
	color: #828282;
	font-size: 11px;
	font-weight: 600;
	padding: 3px 8px;
	text-transform: uppercase;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.p-car-feature a:hover {
	background-color: #ffd000;
	color: #fff;
	border-color: #ffd000;
}


/* Popular Cars Css End */    

/* Tab Gallery Ends */
 
 
 
 /* Footer Style  */
  .footer{
      margin-bottom:10px;
      margin-top:20px;
      background:#0b1416;
      width:100%;
      padding-bottom:20px;
      line-height:25px;
  }
  
 @media (min-width:767px) {
  .footer {padding:50px 100px 30px;  
 }
 }
 
 .footer-bottom{
     text-align:center;
     margin-top:10px;
     margin-bottom:10px;
 }
  .footer-bottom span{
     color:#d1927a;
 }
 .footer-bottom a{
      color:#d1927a;
  }
  
  .footer h4{
      color:#d1927a;
      margin-bottom:20px;
  }
  
  .address{
      color:#d1927a;
      margin-top:15px;
      font-weight:bold;
      text-align:left;
  }
  
  .address a{
      color:#d1927a;
      text-decoration:none;
  }
  
   .address i{
      color:#d1927a;
  }
  
  .footer i{
      color:#d1927a;
  }
  
  
  .footer h4{
      font-weight:bold;
  }
  
  .footer a {
      color:#d1927a;
  }
  
  
  
  .footer ul{
      list-style-type:none;
  }
  
  .footer li{
      margin-top:5px;
      margin-bottom:5px;
      margin-left:-35px;
  }
  
  .footer li a{
      color:#d1927a;
      text-decoration:none;
      font-weight:bold;
  }
  
  .footer li a:hover{
      color:#f5c3c3
  }
  
  .una {
  text-align: center;
  display: block;
  line-height: 1px;
  height: 1px;
  background: #B3B04F; width:90%;
    margin-left:5% !important; 
    margin-right:5% !important;
}
.una:before, .una:after {
  content: '\2021';
  font-size: 2rem;
  color: #B3B04F;
  position: absolute;
  transform: rotate(90deg);
}
.una:before {
  left:5%;
}
.una:after {
  right: 5%;
}
p {
  font-size: 1.5rem;
  line-height: 1.4;
}
p + p {margin-top: 2rem;}
.una + p:before {
  content: '\00A7';
  color: #B3B04F;
  font-size: 4rem;
  position: absolute;
  top: -4.8rem;
  left: 50%;
  transform: rotate(90deg);
  transform-origin: center;
  opacity: .6;
}
  
 .section-tittle span {
  font-size: 35px;
  margin-bottom: 22px;
  font-family: "Great Vibes", cursive;
  display: block;
}

.section-tittle h3 {
  font-size: 20px;
  margin-bottom: 22px;
  display: block;
}

.section-tittle .mgs{
  margin-bottom:-15px;
}

.section-tittle .mgh{
  margin-top:-40px;
}


/* Slider CSS */

.item .slider-text-size h1{
	color:#d1927a;
}
.item .slider-text-size h3{
	color:#876e60;
}
.item .slider-text-size p{
color:#e3bdaf;
}

@media (max-width: 767px) {
  .slider-img-size{
	width:100%;
	padding-top:20px;
	padding-bottom:20px;
}
.slider-text-size{
	width:100%;	
}
.item .slider-img-size img{
    width:100%;
	height:400px;
}
.slider-text-size{
    padding-top:20px;
	padding-bottom:50px;		
}
}

@media (min-width: 768px) and (max-width: 1199px) { 
.slider-img-size{
	width:49%;
	margin-left:70px;	
	padding-top:20px;
	padding-bottom:20px;
}
.slider-text-size{
	width:30%;		
}
.item .slider-img-size img{
    width:100%;
	height:500px;
}
}

@media (min-width: 992px) and (max-width: 1200px) { 
.slider-img-size{
	width:49%;
	margin-left:100px;
	padding-top:20px;
	padding-bottom:20px;
}
.slider-text-size{
	width:30%;		
}
.item .slider-img-size img{
    width:100%;
	height:400px;
}
}

@media (min-width: 1200px){
.slider-img-size{
	width:49%;
	margin-left:170px;		
	padding-top:20px;
	padding-bottom:20px;
}
.slider-text-size{
	width:30%;
	height:800px;
}
.item .slider-img-size img{
    width:100%;
	height:800px;
}
.item .slider-text-size h1{
margin-top:250px;
margin-bottom:50px;
}
.item .slider-text-size p{
margin-top:50px;
margin-bottom:50px;
}
}


/* Card CSS */
.card{
    /*  background:#0b1416;*/
      transform: scale(1);
    transition: all 0.6s ease-out 0s;
    text-align:center;
}

.card:hover{
    transform: scale(1.1);
    transition: all 0.6s ease-out 0s;
}
.card .card-image{
    margin-bottom: 20px;
    overflow: hidden;
}
.card .card-image img{
    width:100%;
    height:300px;
    transform: scale(1);
    transition: all 0.6s ease-out 0s;
}
.card:hover .card-image img{
    transform: scale(1.1);
    transition: all 0.6s ease-out 0s;
}

.bl .card .card-image h3 a{
    font-size:16px;
    color:#063137;
}
.card .card-image h3 a{
    font-size:16px;
    color:#d1927a;
}
.card .card-image p{
    color:#e3bdaf;
    text-align:justify;
    margin:10px;
    
}