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

* Author        : "ThemeSine"

* Template Name : Zombiz

* Version       : 1.0

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

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



font-family: 'Playfair Display', serif;

font-family: 'Poppins', sans-serif;

font-family: 'Lato', sans-serif;


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


/*=========== TABLE OF CONTENTS ===========

1.  General css (Reset code)

2. 	Header 

3.	Menu

4.	Slider

5. 	About

6. 	Service

7. 	Statistics

8. 	Project

9. 	Team

10.	Pricing

11.	Testimonial

12. Client

11.	Testemonial 

14. Contact

15. New-project

16.	Footer

17.	Footer Copyright

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

/*-------------------------------------

		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-size: 14px;

	background: #fff;

	max-width: 1920px;

	margin: 0 auto;

	overflow-x: hidden;
}

a,
a:hover,
a:active,
a:focus {
	display: inline-block;

	text-decoration: none;

	font-size: 14px;

	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	text-transform: capitalize;
}

p {
	margin: 0;
	font-size: 14px;
}

img {
	border: none;
	max-width: 100%;
	height: auto;
}


img#imggg {
	border-radius: 50px;
}


ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul li {
	list-style: none;
}

select,
input,
textarea {
	box-shadow: none;
	outline: 0 !important;
}


html,
body {
	height: 100%;
	position: relative;
	z-index: 2;
}

[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;
}

/*=============Style css=========*/


/*-------------------------------------
		2. Header
--------------------------------------*/

.header {
	padding-top: 9px;
	padding-bottom: 0px;
}

.header li a {
	color: #888;
	outline: 0;
}

/* header-left  */
.header-left li {

	display: inline-block;

	margin-right: 50px;

	font-size: 16px;

	font-family: 'Poppins', sans-serif;

	-webkit-transition: .5s;

	-moz-transition: .5s;

	-ms-transition: .5s;

	-o-transition: .5s;

	transition: .5s;
}

.header-left li i {
	margin-right: 7px;
	color: #888;
}

.header-left li :hover {
	color: #7370d8;
}

/* header-left  */


/* header-right */
.header-right {
	color: #888;

	font-family: 'Poppins', sans-serif;
}

.header-right li {
	display: inline-block;
}

.header-right li a {
	font-size: 16px;

	font-family: 'Poppins', sans-serif;

	padding-bottom: 7px;

	-webkit-transition: .5s;

	-moz-transition: .5s;

	-ms-transition: .5s;

	-o-transition: .5s;

	transition: .5s;
}

.header-right li a:hover {
	color: #7370d8;
}

.reg a {

	margin-right: 5px;

	margin-left: 5px;

}


/* social-icon */

.social-icon {
	margin-left: 6px;

	top: 0;

	right: 0;
}

.social-icon li a {
	margin-left: 14px;
}

/* social-icon */


/* header-right */


/* modal 
--------------------*/

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

.modal-title {

	font-size: 30px;

	font-weight: 500;

	color: #eb1b33;

}

.lg-frm button,

.sm-frm button {

	margin-top: 25px;

	background: transparent;

	border-color: #eb1b33;

	color: #eb1b33;

}

/*-------------------------------------
		3. Menu
--------------------------------------*/

#menu {
	z-index: 999;
	background-color: gray;
}


/* navbar-brand */

.navbar-brand,

.navbar-brand:hover,

.navbar-brand:focus {
	margin-top: 0px;
	padding: 0;
}

/* navbar-brand */

/* wrapper-sticky */
.wrapper-sticky {

	position: relative;

	display: inline-block;

	background: rgba(80, 90, 120, 1);
	z-index: 5;

}

/* sticky */
.sticky {

	background: rgba(80, 90, 120, 1);
	padding: 0px 0px 0px;
	color: #fff;
}

.sticky .navbar-brand {

	margin-top: 20px;

}

.sticky .navbar-default .navbar-nav li a,

.sticky .navbar-default .navbar-nav li a:active,

.sticky .navbar-default .navbar-nav li a:focus,

.sticky .navbar-default .navbar-nav li a:hover {

	color: #fff;

	margin: 0px 0px;

}

.sticky .navbar-default .navbar-toggle,

.sticky .navbar-default .navbar-toggle:focus,

.sticky .navbar-default .navbar-toggle:hover {

	background-color: transparent;

	border: 1px solid #000;

	margin-top: 15px;

}

/* sticky */

/* wrapper-sticky */


/* navbar-default */
.navbar-default {
	background-color: transparent;
	border-color: transparent;
}

.navbar-default .navbar-nav li a {

	font-size: 16px;

	color: #fff;

	font-family: 'Lato', sans-serif;

	margin-top: 18px;

	padding-left: 27px;

	-webkit-transition: .5s;

	-moz-transition: .5s;

	-ms-transition: .5s;

	-o-transition: .5s;

	transition: .5s;

}

.navbar-default.navbar-nav li a:active,

.navbar-default.navbar-nav li a:focus,

.navbar-default .navbar-nav li a:hover {
	color: #fff;

	outline: 0;

	font-weight: 700;

	margin-top: 18px;

	padding-bottom: 25px;

	padding-left: 27px;
}


.navbar-default .navbar-nav>.active>a,

.navbar-default .navbar-nav>.active>a:active,

.navbar-default .navbar-nav>.active>a:focus,

.navbar-default .navbar-nav>.active>a:hover {

	background: transparent;

	color: #fff;

	font-weight: 700;

	font-family: 'Lato', sans-serif;

	margin-top: 18px;

	padding-bottom: 25px;

	padding-left: 27px;

}

/* navbar-default */


/* navbar-toggle*/
.navbar-default .navbar-toggle,

.navbar-default .navbar-toggle:focus,

.navbar-default .navbar-toggle:hover {

	background-color: transparent;

	border: 1px solid #000;

	margin-top: 25px;

}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}

/* navbar-toggle*/


/* .search */

.sticky .search span {

	top: 16px;

}

.sticky .search input {
	top: 40px;
}


.search span {

	position: absolute;

	right: -17px;

	top: 35px;

	cursor: pointer;

	z-index: 1;

	color: #fff;

}

.search input {

	position: absolute;

	top: 60px;

	right: -17px;

	width: 15px;

	height: 20px;

	border-radius: 4px;

	font-size: 14px;

	padding: 20px;

	border: 1px solid #ccc;

	z-index: 1;

	opacity: 0;

}

.search input.active {
	border-radius: 0 4px;
}

/* .search */


/*-------------------------------------
		4. Slider
--------------------------------------*/

.header-slider-area {

	position: relative;

	z-index: 1;

}

/* .single-slide-item */

.single-slide-item {

	padding-top: 184px;

	padding-bottom: 294px;

	background-repeat: no-repeat;

	background-size: cover;

	background-position: center;

}

.single-slide-item h2 {

	color: #fff;

	font-size: 70px;

	font-weight: 500;

	line-height: 1.28;

	margin-bottom: 27px;

	font-family: 'Playfair Display', serif;

	text-transform: capitalize;

}

.single-slide-item p {

	color: #fefefe;

	font-size: 24px;

	max-width: 805px;

	font-family: 'Lato', sans-serif;

	line-height: 1.5;

	margin-bottom: 51px;

}

.single-slide-item button.slide-btn,

.single-slide-item button:active .slide-btn,

.single-slide-item button:focus .slide-btn {

	display: inline-block;

	background: #f5f5fb;

	padding: 17px 50px;

	color: #5549af;

	border: 1px solid #f5f5fb;

	font-size: 16px;

	font-weight: 600;

	text-transform: uppercase;

	font-family: 'Lato', sans-serif;

	font-weight: 700;

	margin-right: 36px;

	margin-bottom: 30px;

	outline: 0;

	box-shadow: none;

	-webkit-transition: .5s;

	-moz-transition: .5s;

	-ms-transition: .5s;

	-o-transition: .5s;

	transition: .5s;
}


.single-slide-item button.slide-btn:hover {

	background: transparent;

	color: #fff;

	border: 1px solid #fff;

}

.single-slide-item.slide-1 {

	background-image: url(../../assets/images/banner/newin.jpg);

	position: relative;

	z-index: 1;

}

.single-slide-item.slide-2 {

	background-image: url(../../assets/images/banner/newg.jpg);

	position: relative;

	z-index: 1;

}

.single-slide-item.slide-1:before,
.single-slide-item.slide-2:before {

	background: rgba(115, 112, 215, .6);

	position: absolute;

	left: 0;

	top: 0;

	width: 100%;

	height: 100%;

	content: '';

	z-index: -1;

}

.single-slide-item-img img {
	width: auto;
	height: 705px;
}

/* .single-slide-item */


/* .carousel-indicators */
.carousel-indicators {
	bottom: 40px;
	display: none;
}

.carousel-indicators li {

	display: inline-block;

	width: 10px;

	height: 10px;

	margin: 12px 10px 0 0;

	text-indent: -999px;

	cursor: pointer;

	background-color: #fefefe;

	border: 1px solid #fefefe;

	border-radius: 10px;

}

.carousel-indicators .active {
	width: 12px;

	height: 12px;

	margin: 12px 10px 0 0;

	background-color: #f7b405;

	border: 1px solid #f7b405;
}

/* .carousel-indicators */


/* .carousel-control */
.carousel-control {

	position: absolute;

	width: 75px;

	height: 75px;

	line-height: 75px;

	text-align: center;

	top: 39.5%;

	left: 20px;

	background: transparent;

	color: #fff;

	font-size: 22px;

	font-weight: 700;

	font-family: 'Lato', sans-serif;

	border-radius: 50%;

	-webkit-transition: .5s;

	-moz-transition: .5s;

	-ms-transition: .5s;

	-o-transition: .5s;

	transition: .5s;

}

.carousel-control:hover {

	background: #fff;

	color: #6967d1;

	font-size: 22px;

}

.carousel-control.left,

.carousel-control.right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 0%);
}

/* .carousel-control */


/* .carousel-fade */
.carousel-fade .carousel-inner .item {
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.carousel-fade .carousel-inner .item,

.carousel-fade .carousel-inner .active.left,

.carousel-fade .carousel-inner .active.right {
	opacity: 0;
}

.carousel-fade .carousel-inner .active,

.carousel-fade .carousel-inner .next.left,

.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}

.carousel-fade .carousel-inner .next,

.carousel-fade .carousel-inner .prev,

.carousel-fade .carousel-inner .active.left,

.carousel-fade .carousel-inner .active.right {

	left: 0;

	-webkit-transform: translate3d(0, 0, 0);

	transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
	z-index: 2;
}

/*-------------------------------------
		4. We-do
--------------------------------------*/

.we-do {
	padding: 115px 0 82px;
}


/* section-header */
.section-header h2 {

	color: #44454f;

	font-size: 24px;

	font-family: 'Playfair Display', serif;

	font-weight: 600;

}


/*==============created by hariom============== */
/* ======================Meet our Satisfied Customers======================== */

.img-frame {
	padding: 30px 0%;
}

.img-frame>h2 {
	text-align: left;
	width: 100%;
}

.quote {
	position: absolute;
	right: 20%;
	bottom: 40px;
}

.quote i {
	font-size: 8em;
	transform: rotate(10deg);
	color: #fdb813;
	opacity: .2;
}

.profile-small-active {
	color: #000;
	cursor: not-allowed;
}

.profile-small>img {
	border-radius: 50%;
	width: 100px;
	height: 100px;
}

/* .profile-small>img:hover {
	box-shadow: 0 4px 8px 0 rgb(0 0 0 / 70%);
} */

.profile-small>div {
	display: inline-block;
	padding-left: 10px;
	vertical-align: middle;
}

.profile-name>div {
	font-weight: 400;
	margin-top: -5px;
}

.profile-small-active>div>hr {
	border-bottom-color: #000;
}

/* image 2 */

.profile-small {
	color: #c5c5c5;
	margin-bottom: 70px;
	cursor: pointer;
}

.profile-small>img {
	border-radius: 50%;
	width: 30%;
}

.profile-small>div {
	display: inline-block;
	padding-left: 10px;
	vertical-align: middle;
}

.profile-name>div {
	font-weight: 400;
	margin-top: -5px;
}

.profile-small>div>hr {
	margin: 0;
	border-bottom: 2px solid #c5c5c5;
}

/* img 3 */

.profile-small {
	color: #c5c5c5;
	margin-bottom: 70px;
	cursor: pointer;
}

.profile-small>img {
	border-radius: 50%;
	width: 30%;
}

.profile-small>div {
	display: inline-block;
	padding-left: 10px;
	vertical-align: middle;
}

.profile-name>div {
	font-weight: 400;
	margin-top: -5px;
}

.profile-small>div>hr {
	margin: 0;
	border-bottom: 2px solid #c5c5c5;
}

/*  */
/*  */
/*  */

.img-testimonial {
	border-radius: 50%;
	/* float: right; */
	width: 200px;
	height: 200px;
}

.text-left {
	text-align: left !important;
}

/* .text-small {
	font-size: 15px !important;
} */

/* slider */

.quote {
	position: absolute;
	right: 20%;
	bottom: 40px;
}

.quote i {
	font-size: 8em;
	transform: rotate(10deg);
	color: #fdb813;
	opacity: .2;
}


.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-initialized .slick-slide {
	display: block;
	display: none;
}

.slick-slide img {
	display: block;
}


.slick-dots {
	display: none;
	justify-content: center;
	margin: 0;
	padding: 1.5rem 0;
	list-style-type: none;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.text-bold.text-small.profile-name {
	font-weight: bold;
	color: black;
}

/* 2 */


.section-header p {

	color: #888;

	font-size: 16px;

	font-family: 'Poppins', sans-serif;

	max-width: 1000px;

	margin: 0 auto;

	margin-top: 32px;

	line-height: 1.8;

}

/* section-header */


/*single-we-do-box */
.we-do-carousel {
	padding-top: 60px;
}

.we-do-description {
	padding: 55px 0 70px;
}

.single-we-do-box {

	box-shadow: 0 0 5px rgba(35, 37, 41, .1);

	overflow-x: hidden;

	margin-top: 15px;

	opacity: 1;

	-webkit-transition: .5s;

	-moz-transition: .5s;

	-ms-transition: .5s;

	-o-transition: .5s;

	transition: .5s;
}

/*we-do-description*/
.single-we-do-box {
	background: #fff;
	min-height: 345px
}

/* we-do-info */
.we-do-info {
	font-family: 'Playfair Display', serif;
	text-transform: capitalize;
}

.we-do-img {

	margin-right: 5px;

	border-radius: 50%;

	-webkit-transition: .5s;

	-moz-transition: .5s;

	-ms-transition: .5s;

	-o-transition: .5s;

	transition: .5s;
}

.we-do-topics {
	margin-top: 32px;
	margin-bottom: 27px;
}

.we-do-topics h2 a {
	color: #44454f;
	font-size: 20px;
}

/* we-do-info */


/* we-do-comment */
.we-do-comment {
	margin-top: 14px;
}

.we-do-comment p {

	color: #888;

	font-size: 16px;

	font-family: 'Poppins', sans-serif;

	max-width: 306px;

	margin: 0 auto;

}

/* we-do-comment */


/*we-do-description*/
.single-we-do-box:hover {
	box-shadow: 0 5px 20px rgba(112, 134, 230, .2);
	opacity: 1;
}


/*owl carousel*/
.owl-carousel .owl-stage {

	position: relative;

	padding-top: 26px;

	padding-bottom: 40px;

}


/*-------------------------------------
		5. About
--------------------------------------*/

.about-us1 {
	background: #f9faff;
	padding: 60px 0 40px;
}

.about-us1-txt {
	margin-top: 0px;
}

.aaa {
	font-weight: 600;
	margin-top: 6rem;
	color: #44454f;
}

.about-us1 h2 {

	color: #44454f;
	font-size: 24px;
	font-weight: 600;
	margin-top: 20px;
	/* margin-top: 24rem; */

}

.about-us1 p {

	color: #888;

	font-size: 16px;

	font-family: 'Poppins', sans-serif;

	line-height: 1.7;

	max-width: 501px;

	margin-top: 28px;

	margin-bottom: -18px;

}

.about-us1-img {
	position: relative;
	z-index: 1;
}

.about-us1-img:before {

	position: absolute;

	top: 55px;

	left: -23px;

	border: 3px solid #ebecfb;

	width: 100%;

	height: 100%;

	z-index: -1;

}

img.aboutimg1 {
	border-radius: 20px;
}

img.aboutimg2 {
	border-radius: 20px;
}

section.about-us2 {
	padding: 26px 0 0px;
}



/*-------------------------------------
		6. Service
--------------------------------------*/

.service {
	padding: 116px 0 85px;
}

.service-single {
	margin-bottom: 30px;
}

.service-content-one {
	margin-top: 42px;
	margin-bottom: 60px;
}



.service-img img {
	height: 65px;
	margin-top: 30px;
}

/*.service-txt*/
.service-single {

	max-width: 304px;

	margin: 0 auto;

	margin-bottom: 15px;

	-webkit-transition: .5s;

	-moz-transition: .5s;

	-ms-transition: .5s;

	-o-transition: .5s;

	transition: .5s;

}

.service-txt h2 a {

	color: #44454f;

	font-size: 24px;

	font-family: 'Playfair Display', serif;

	padding: 47px 0 25px;

}

.service-txt p {

	color: #756c6a;

	font-size: 16px;

	font-family: 'Poppins', sans-serif;

	line-height: 1.67;

}

a.service-btn,

a:active.service-btn,

a:hover.service-btn,

a:focus.service-btn {

	color: #7370d8;

	font-size: 16px;

	font-family: 'Poppins', sans-serif;

	text-transform: capitalize;

	margin-top: 12px;

	margin-bottom: 15px;

}

/*.service-txt*/
.service-single:hover {
	box-shadow: 0 5px 20px rgba(112, 134, 230, .2);
	opacity: 1;
}



/*-------------------------------------
		7. Statistics
--------------------------------------*/

.statistics {

	position: relative;

	background: url(../../assets/images/project/taxi1.jpg)no-repeat;

	background-position: center;

	background-size: cover;

	padding: 98px 0 81px;

}

/* created by hariom */
.statistics:before {
	background: rgb(66 66 71 / 80%);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	opacity: .8;
}

/* single-ststistics-box */

.single-ststistics-box {

	display: flex;

	margin-bottom: 30px;

	height: 75px;

}

/* single-ststistics-box */
.statistics-content {
	margin-left: 28px;
}

.statistics-content .counter {

	color: #fff;

	font-size: 32px;

	font-family: 'Poppins', sans-serif;

}

.statistics-content h3 {

	color: #fff;

	font-size: 20px;

	text-transform: capitalize;

	font-family: 'Poppins', sans-serif;

	margin-top: 9px;

	line-height: 1.5;

}


/*-------------------------------------
		8. Project
--------------------------------------*/

.project {
	padding: 117px 0 109px;
}

.project-details {}

.project-content {
	margin-top: 62px;
}



/* project-header  */
.project-header h2 {

	color: #44454f;

	font-size: 24px;

	font-family: 'Playfair Display', serif;

	font-weight: 600;

}

.project-header p {

	color: #888;

	font-size: 16px;

	font-family: 'Poppins', sans-serif;

	max-width: 470px;

	margin-top: 32px;

}

/* project-header  */


/* clear fix */
.isotope:after {

	content: '';

	display: block;

	clear: both;

}

/* ---- .item ---- */
.isotope .col-sm-6 {
	width: auto;
}

.isotope .item {

	float: left;

	height: 286px;

	position: relative;

	overflow: hidden;

	margin-bottom: 30px;

}

.isotope .item.big-height {
	height: 604px;
}

/*.item img*/
.isotope .item img {

	width: 100%;

	height: 100%;

	transition: .5s;

	-webkit-transition: .5s;

	-moz-transition: .5s;

	-ms-transition: .5s;

	-o-transition: .5s;

	transition: .5s;

}

.isotope .item:hover img {

	-webkit-transform: scale(1.5);

	-moz-transform: scale(1.5);

	-ms-transform: scale(1.5);

	-o-transform: scale(1.5);

	transform: scale(1.5);
}

/*.item img*/


/*.isotope-overlay*/
.isotope-overlay {

	position: absolute;

	height: 100%;

	width: 100%;

	background: rgba(115, 112, 216, .75);

	display: flex;

	align-items: center;

	text-transform: capitalize;

	justify-content: center;

	flex-direction: column;

	-webkit-transform: scale(0);

	-moz-transform: scale(0);

	-ms-transform: scale(0);

	-o-transform: scale(0);

	transform: scale(0);

	-webkit-transition: .7s;

	-moz-transition: .7s;

	-ms-transition: .7s;

	-o-transition: .7s;

	transition: .7s;

}


.isotope-overlay h3 a,
.isotope-overlay a {

	color: #fff;
	font-size: 24px;
	font-family: 'Lato', sans-serif;
}

.isotope-overlay h3 a {
	margin-top: 20px;
}

.isotope-overlay p {

	color: #fff;

	font-size: 14px;

	font-family: 'Lato', sans-serif;

	margin-top: 15px;

}

.isotope .item:hover .isotope-overlay {

	-webkit-transform: scale(1);

	-moz-transform: scale(1);

	-ms-transform: scale(1);

	-o-transform: scale(1);

	transform: scale(1);

	top: 0;

}

/*.isotope-overlay*/


/*project-btn*/
.project-btn {
	margin-top: 49px;
	letter-spacing: 1.2px;
}

.project-view {

	border-radius: 13px;

	/* background: #7370d8; */
	background: #fdb813;

	/* border: 1px solid #7370d8; */
	border: 1px solid #fdb813;

	width: 185px;

	height: 52px;

	line-height: 50px;

	white-space: nowrap;

	text-align: center;

	color: black;

	text-transform: uppercase;

	-webkit-transition: 0.5s ease-in-out;

	-moz-transition: 0.5s ease-in-out;

	-ms-transition: 0.5s ease-in-out;

	-o-transition: 0.5s ease-in-out;

	transition: 0.5s ease-in-out;

}

.project-view:hover {
	color: white;
	background: #fdb813;
}

/*project-btn*/


/*-------------------------------------
		9. Team
--------------------------------------*/

.team {
	padding: 45px 0;
	background: #908ddc;
}

.team.team-main {
	background: #fff;
}


/*team-head*/
.project-header.team-header h2,

.project-header.team-header p {
	color: #fff;
}

.project-header.team-header.team-head h2,

.project-header.team-header.team-head p {
	color: #000;
}

.project-header.team-header.team-head p {
	margin: 0 auto;
	margin-top: 32px;
}

/*team-head*/


/*singleteam-box*/
.team .team-carousel .col-sm-3,

.team .team-carousel .col-xs-12 {
	width: 100%;
	height: auto;
}

.team-card {
	/* padding: 75px 0 0 0; */
	padding: 39px 0 0 0;
}

.team-card.team-mrt-70 {
	margin-top: -70px;
}

.single-team-box {

	position: relative;

	height: 280px;

	background-size: cover;

	background-position: center;

	-webkit-transition: 0.5s ease-in-out;

	-moz-transition: 0.5s ease-in-out;

	-ms-transition: 0.5s ease-in-out;

	-o-transition: 0.5s ease-in-out;

	transition: 0.5s ease-in-out;

}

/*single-team-box*/


/*team-box-bg*/
.team-box-bg-1 {
	/* background: url(../../assets/images/project/haridwar.jpg) no-repeat;
	border-radius: 13px; */
	background: url(../../assets/images/project/haridwar.jpg) no-repeat;
	border-radius: 13px;
	background-position: center;
	background-size: cover;
}

.team-box-bg-2 {
	background: url(../../assets/images/project/chandigarh.jpg) no-repeat;
	border-radius: 13px;
	background-position: center;
	background-size: cover;
}

.team-box-bg-3 {
	background: url(../../assets/images/project/manali.jpg) no-repeat;
	border-radius: 13px;
	background-position: center;
	background-size: cover;
}

.team-box-bg-4 {
	background: url(../../assets/images/project/shimla.png) no-repeat;
	border-radius: 13px;
	background-position: center;
	background-size: cover;
}

/*team-box-bg*/

/*team-box-inner*/
.team-box-inner {

	position: absolute;

	bottom: 0;

	left: 0;

	width: 100%;

	padding: 19px 0 0px 30px;

	background: rgba(65, 62, 126, .8);

	height: 90px;

	-webkit-transition: .7s;

	-moz-transition: .7s;

	-ms-transition: .7s;

	-o-transition: .7s;

	transition: .7s;

}

.team-box-inner h3 {

	color: #fff;

	display: block;

	font-size: 18px;

	margin-bottom: 8px;

	font-family: 'Poppins', sans-serif;

}

.team-box-inner .team-meta {

	display: block;

	color: #fff;

	font-size: 16px;

	font-family: 'Poppins', sans-serif;

	-webkit-transition: .7s;

	-moz-transition: .7s;

	-ms-transition: .7s;

	-o-transition: .7s;

	transition: .7s;

}

a.learn-btn,

a:hover.learn-btn,

a:focus.learn-btn,

a:active.learn-btn {

	color: #7086e6;

	font-size: 12px;

	font-family: 'Lato', sans-serif;

	font-weight: 700;

	text-transform: capitalize;

	margin-top: 8px;

	padding-bottom: 18px;

	opacity: 0;

	-webkit-transition: 0.5s ease-in-out;

	-moz-transition: 0.5s ease-in-out;

	-ms-transition: 0.5s ease-in-out;

	-o-transition: 0.5s ease-in-out;

	transition: 0.5s ease-in-out;

}

.single-team-box:hover a.learn-btn {
	opacity: 1;
}

/*team-box-inner*/
.single-team-box:hover .team-box-inner {
	height: 100px;
}

.single-team-box:hover {
	box-shadow: 5px 5px 30px 5px rgba(65, 62, 126, .2);
}

.single-team-box.single-team-card:hover {
	box-shadow: 0px 5px 35px 5px rgba(6, 5, 49, .2);
}



/*-------------------------------------
		10.	Pricing 
--------------------------------------*/

.pricing {
	padding: 115px 0 78px;
}

.pricing-content {
	padding-top: 105px;
}

.price-head {
	letter-spacing: 3.5px;
}



/*pricing-box */
.pricing-box {

	background: #fcfcff;

	text-align: center;

	padding: 0px 0px 40px;

	border-radius: 5px;

	margin-bottom: 30px;

	opacity: .6;

	-webkit-transition: all 0.3s linear;

	-moz-transition: all 0.3s linear;

	-ms-transition: all 0.3s linear;

	-o-transition: all 0.3s linear;

	transition: all 0.3s linear;
}


/*pricing-header */
.pricing-header {

	background: #7370d8;

	padding-top: 25px;

	padding-bottom: 28px;

	-webkit-transition: all 0.3s linear;

	-moz-transition: all 0.3s linear;

	-ms-transition: all 0.3s linear;

	-o-transition: all 0.3s linear;

	transition: all 0.3s linear;

}

.pricing-header h2 {

	font-size: 24px;

	color: #fff;

	font-family: 'Poppins', sans-serif;

	text-transform: capitalize;

}

.pricing-header p {

	color: #fff;

	font-size: 20px;

	font-family: 'Poppins', sans-serif;

	font-weight: 300;

	text-transform: capitalize;

}


/* plan-lists */
.plan-lists {
	display: inline-grid;
	margin-top: 28px;
}

.plan-lists li {

	font-size: 16px;

	line-height: 40px;

	color: #888;

	text-transform: capitalize;

	-webkit-transition: all 0.3s linear;

	-moz-transition: all 0.3s linear;

	-ms-transition: all 0.3s linear;

	-o-transition: all 0.3s linear;

	transition: all 0.3s linear;

}

/* packeg_p */
.packeg_p {

	color: #fff;

	font-size: 40px;

	font-family: 'Playfair Display', serif;

	padding-top: 30px;

	padding: 11px 0 11px;

	-webkit-transition: all 0.3s linear;

	-moz-transition: all 0.3s linear;

	-ms-transition: all 0.3s linear;

	-o-transition: all 0.3s linear;

	transition: all 0.3s linear;

}

.packeg_p span {
	vertical-align: 12px;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	margin-right: 5px;
}

.project-btn.pricing-btn a {
	text-transform: capitalize;
	color: #fff;
}

.pricing-box:hover {
	box-shadow: 0px 0px 30px 0px rgba(115, 120, 216, 0.3);
	opacity: 1;
}

.project-btn.pricing-btn a:hover {
	color: #7370d8;
}



/*-------------------------------------
		11.	Testemonial 
--------------------------------------*/
.testemonial {
	position: relative;
	background: #f9faff;
	padding-top: 116px;
}



/*testemonial-carousel*/
.home1-testm.item {
	padding-top: 49px;
}

.testemonial .owl-carousel .owl-item img {
	display: inline-block;

	width: 100px;

	height: 100px;

	line-height: 100px;

	border-radius: 50%;

	border: 2px solid #7370d8;
}

.testemonial .owl-theme .owl-nav.disabled+.owl-dots {
	padding-bottom: 110px;
	margin-top: 5px;
}

.testemonial .owl-theme .owl-dots .owl-dot span {

	width: 15px;

	height: 15px;

	margin: 5px 3px;

	border-radius: 50%;

	background: transparent;

	border: 2px solid #dfdeff;

}

.testemonial .owl-theme .owl-dots .owl-dot.active span {
	background: #7370d8;
	border: 2px solid #7370d8;
}



/*home1-testm-txt*/
.home1-testm-txt {
	padding-top: 50px;
}

.home1-testm-txt p {

	color: #888;

	font-size: 24px;

	font-family: 'Poppins', sans-serif;

	letter-spacing: -0.5px;

	padding: 15px 0 30px;

}

.home1-testm-txt h3 a {

	color: #7370d8;

	font-size: 24px;

	font-family: 'Poppins', sans-serif;

	font-weight: 500;

	text-transform: capitalize;

}

.home1-testm-txt h4 {

	color: #888;

	font-size: 18px;

	font-family: 'Poppins', sans-serif;

	font-weight: 500;

	padding: 14px 0 0px;

}

.home1-testm-txt span {
	color: #c3c3ef;
	font-size: 40px;
}

/*home1-testm-txt*/


/*testemonial-carousel*/

/*-------------------------------------
		12. Client
--------------------------------------*/
.clients {
	background: #7370d8;
	padding: 53px 0 0px;
}

.clients-area {
	padding: 33px 0 59px;
	position: relative;
}

.clients-area .item {
	padding: 0 13px 2px;
}



.clients .clients-area .owl-carousel .owl-item img {

	display: block;

	width: 100%;

	height: auto;

	border-radius: 0;
}



/*-------------------------------------
		13. Latest News
--------------------------------------*/

.news {
	padding: 114px 0 95px;
}

.news-card {
	margin-top: 70px;
}

.news-card-pb-25 {
	padding-bottom: 25px;
}

/*single-news-box*/
.single-news-box {

	box-shadow: 0 5px 30px 0px rgba(115, 112, 215, .2);

	min-height: 504px;

	margin-bottom: 13px;

	-webkit-transition: .5s;

	-moz-transition: .5s;

	-ms-transition: .5s;

	-o-transition: .5s;

	transition: .5s;

}

.single-news-box.news-mb-20 {
	margin-bottom: 20px;
}

/*single-news-box*/


/*news-box-bg*/
.news-box-bg {

	position: relative;

	overflow: hidden;

	-webkit-transform: scale(1);

	-moz-transform: scale(1);

	-ms-transform: scale(1);

	-o-transform: scale(1);

	transform: scale(1);

	-webkit-transition: .5s;

	-moz-transition: .5s;

	-ms-transition: .5s;

	-o-transition: .5s;

	transition: .5s;

}

.single-news-box:hover .isotope-overlay {

	-webkit-transform: scaleY(1);

	-moz-transform: scaleY(1);

	-ms-transform: scaleY(1);

	-o-transform: scaleY(1);

	transform: scaleY(1);

	top: 0;
}

/*news-box-bg*/


/*news-box-inner*/
.news-box-inner {

	padding: 30px 0px 30px 20px;

	-webkit-transition: .5s;

	-moz-transition: .5s;

	-ms-transition: .5s;

	-o-transition: .5s;

	transition: .5s;

}

.news-box-inner h3 a {

	color: #4d4e54;

	display: block;

	font-size: 16px;

	margin-bottom: 17px;

	font-family: 'Playfair Display', serif;

	font-style: italic;

	max-width: 350px;

	font-weight: 600;

	line-height: 1.4;

}

.news-box-inner .team-meta {

	display: block;

	color: #4d4e54;

	font-size: 12px;

	font-family: 'Poppins', sans-serif;
}



.news-box-inner span {
	color: #908edf;
}

a.learn-btn,

a:hover.learn-btn,

a:focus.learn-btn,

a:active.learn-btn {

	color: #7086e6;

	font-size: 12px;

	font-family: 'Lato', sans-serif;

	font-weight: 700;

	text-transform: capitalize;

	margin-top: 8px;

	padding-bottom: 18px;

	opacity: 0;

	-webkit-transition: 0.5s ease-in-out;

	-moz-transition: 0.5s ease-in-out;

	-ms-transition: 0.5s ease-in-out;

	-o-transition: 0.5s ease-in-out;

	transition: 0.5s ease-in-out;
}

.single-news-box:hover .news-box-inner {
	background: #f9faff;
}

/*team-box-inner*/
.single-news-box:hover {
	box-shadow: 0 5px 35px 0px rgba(115, 112, 215, .2);
}

.single-news-box:hover .news-box-bg {

	-webkit-transform: scaleY(1.05);

	-moz-transform: scaleY(1.05);

	-ms-transform: scaleY(1.05);

	-o-transform: scaleY(1.05);

	transform: scaleY(1.05);
}

/* ==================created by hariom========================= */

audio::-webkit-media-controls-timeline,
video::-webkit-media-controls-timeline {
	display: none;
}

audio::-webkit-media-controls,
video::-webkit-media-controls {
	display: none;
}



/*-------------------------------------
		14. Contact
--------------------------------------*/

.contact {

	padding: 10px 0 13px;
	background-position: center;

	background-size: cover;

	position: relative;

}

/* created by hariom */
.contact:before {

	background: rgb(45 45 49 / 80%);

	position: absolute;

	left: 0;

	top: 0;

	width: 100%;

	height: 100%;

	content: '';
	opacity: .8;
}


/*contact-head */
.section-header.contact-head h2,

.section-header.contact-head p {
	position: relative;
	color: #fff;
}

.contact-form h3 {

	color: #fff;

	font-size: 24px;

	font-family: 'Poppins', sans-serif;

	text-transform: capitalize;

	margin-bottom: 20px;

}

/*contact-head */
.contact-content {

	padding: 0 0 0 0;

	margin-top: 30px;

	overflow: hidden;
}

.contact-form {
	position: relative;

	margin: 50px 0 0 0;
}

.contact-form .form-group {
	margin-bottom: 15px;
}

.contact-form .form-control {
	padding: 24px 21px;

	font-size: 16px;

	border: 1px solid #f9faff;

	border-radius: 13px;

	box-shadow: none;

	outline: 0 !important;

	background: #f9faff;

	color: #888;

	resize: none;
}

.contact-form .form-group {
	padding-bottom: 7px;
}


/*--contct button--*/
.contact-form .single-contact-btn button {

	display: flex;

	align-items: center;

	justify-content: center;

	background: #7370d8;

	height: 50px;

	width: 195px;

	border: 1px solid #7370d8;

	text-transform: uppercase;

	font-family: 'Poppins', sans-serif;

	margin-top: 3px;

	-webkit-transition: .5s;

	-moz-transition: .5s;

	-ms-transition: .5s;

	-o-transition: .5s;

	transition: .5s;

}

.contact-form .single-contact-btn button.contact-btn,

.contact-form .single-contact-btn button.contact-btn:focus {

	margin-top: 0px;

	outline: 0 !important;

	border: 0;

	color: #fff;

	letter-spacing: 2.5px;

	border-radius: 13px;

	font-size: 16px;

	-webkit-transition: .5s;

	-moz-transition: .5s;

	-ms-transition: .5s;

	-o-transition: .5s;

	transition: .5s;
}

.single-contact-btn:hover button.contact-btn {

	color: #7370d8;

	background: #fff;

	border: 1px solid #7370d8;
}


/*--contct button--*/


/* contact-right */
.contact-right {
	display: flex;
}


/* contact-adress */
.contact-adress {
	margin: 68px 0 0px;
	display: flex;
	flex-direction: column;
}

.contact-office-address {
	margin-bottom: 18px;
}

.contact-office-address h3 {
	color: #fff;

	font-size: 24px;

	font-family: 'Poppins', sans-serif;

	text-transform: capitalize;
}

.contact-office-address p {
	color: #fff;

	font-size: 16px;

	margin-bottom: 14px;

	font-family: 'Poppins', sans-serif;

	margin-top: 30px;

	margin-bottom: 50px;
}

.contact-online-address {
	color: #fff;
	font-size: 14px;
}

.single-online-address {
	position: relative;
	margin-bottom: 30px;
}

.single-online-address i {
	padding-right: 7px;
}

.single-online-address span {

	position: absolute;

	font-size: 16px;
	color: #fff;

	left: 25px;

	top: 0;

	width: 100%;
}

/* contact-adress */


/*hm-foot-icon*/

.contact-icon {
	margin-top: 19px;
}

.contact-icon ul li {
	float: left;
}

.contact-icon ul li>a {

	color: #fff;

	margin-right: 13px;

	padding: 0px 12px 0px 0px;

	-webkit-transition: .3s;

	-moz-transition: .3s;

	-ms-transition: .3s;

	-o-transition: .3s;

	transition: .3s;
}

/*contact-icon*/


/* contact-right */

/*-------------------------------------
	14. Contact1
--------------------------------------*/

/* created by hariom */
.contact1 {
	padding: 10px 0 91px;

	/* background: url(../../assets/images/banner/main.jpg)no-repeat; */

	background-position: center;

	background-size: cover;

	position: relative;
}

.contact1:before {

	background: rgb(0 0 0 / 24%);

	position: absolute;

	left: 0;

	top: 0;

	width: 100%;

	height: 100%;

	content: '';
}



/*contact-head */
.section-header.contact1-head h2,

.section-header.contact1-head p {
	position: relative;
	color: #fff;
}

/* created by hariom */
.contact1-form h3 {

	color: #fff;

	font-size: 24px;

	font-family: 'Poppins', sans-serif;

	text-transform: capitalize;

	margin-bottom: 20px;
}

/*contact-head */
.contact1-content {
	padding: 0 0 0 0;
	margin-top: 40px;
	overflow: hidden;
}

.contact1-form {
	position: relative;
	margin: 0px 0 0 0;
}

.contact1-form .form-group {
	margin-bottom: 15px;
}

.contact1-form .form-control {

	padding: 24px 21px;

	font-size: 14px;

	border-radius: 0px;

	box-shadow: none;

	outline: 0 !important;

	background: #e9eaf2;

	color: rgb(54, 53, 53);

	resize: none;
	border-radius: 13px;
}

.contact1-form .form-group {
	padding-bottom: 7px;
}



/*--contct button--*/
.contact1-form .single-contact1-btn button {

	align-items: center;

	background: #7370d8;

	height: 50px;

	width: 100%;

	border: 1px solid #7370d8;

	text-transform: uppercase;

	font-family: 'Poppins', sans-serif;

	margin-top: 3px;
	padding-left: 0px;

	-webkit-transition: .5s;

	-moz-transition: .5s;

	-ms-transition: .5s;

	-o-transition: .5s;

	transition: .5s;

}

.contact1-form .single-contact1-btn button.contact1-btn,

.contact1-form .single-contact1-btn button.contact1-btn:focus {

	margin-top: 0px;

	outline: 0 !important;

	border: 0;
	letter-spacing: 2.5px;

	border-radius: 13px;

	font-size: 18px;
	font-weight: bold;

	-webkit-transition: .5s;

	-moz-transition: .5s;

	-ms-transition: .5s;

	-o-transition: .5s;

	transition: .5s;
}


.single-contact1-btn:hover button.contact1-btn {
	color: white;
	border: 1px solid #7370d8;
}

/*--contct button--*/

/* contact-right */
.contact1-right {
	display: flex;
}


/* contact-adress */
.contact1-adress {
	margin: 68px 0 0px;
}

.contact1-office-address {
	margin-bottom: 18px;
}

.contact1-office-address h3 {

	color: #fff;

	font-size: 24px;

	font-family: 'Poppins', sans-serif;

	text-transform: capitalize;

}

.contact1-office-address p {

	color: #fff;

	font-size: 14px;

	margin-bottom: 14px;

	font-family: 'Poppins', sans-serif;

	margin-top: 30px;

	margin-bottom: 50px;

}

.contact1-online-address {
	color: #fff;
	font-size: 14px;
}

.single-online-address {
	position: relative;
	margin-bottom: 30px;
}

.single-online-address i {
	padding-right: 7px;
}

.single-online-address span {

	position: absolute;

	font-size: 14px;

	left: 25px;

	top: 0;

	width: 100%;

}

/* contact-adress */


/*hm-foot-icon*/
.contact1-icon {
	margin-top: 19px;
}

.contact1-icon ul li {
	float: left;
}

.contact1-icon ul li>a {

	color: #fff;

	margin-right: 13px;

	padding: 0px 12px 0px 0px;

	-webkit-transition: .3s;

	-moz-transition: .3s;

	-ms-transition: .3s;

	-o-transition: .3s;

	transition: .3s;
}

/*contact-icon*/


/* contact-right */

/*-------------------------------------
		15. New-project
--------------------------------------*/

.new-project {
	padding: 72px 0 72px;
	background: #7370d8;
}

.single-new-project h3 {

	color: #fff;

	font-size: 30px;

	font-family: 'Poppins', sans-serif;

	line-height: 1.5;
}

.single-new-project a.slide-btn,

.single-new-project a:active .slide-btn,

.single-new-project a:focus .slide-btn {

	display: inline-block;

	padding: 17px 42px;

	background: transparent;

	color: #fff;

	border: 1px solid #fff;

	font-size: 13px;

	text-transform: uppercase;

	font-family: 'Lato', sans-serif;

	font-weight: 700;

	-webkit-transition: .5s;

	-moz-transition: .5s;

	-ms-transition: .5s;

	-o-transition: .5s;

	transition: .5s;
}


.single-new-project a.slide-btn:hover {
	background: #f5f5fb;
	color: #5549af;
	border: 1px solid #f5f5fb;
}

/*-------------------------------------
		16. Footer
--------------------------------------*/


/* created by hariom */
.hm-footer {
	padding-bottom: 0rem;
	background: #212135;
}

.hm-footer-details {
	margin-top: 6rem;
}

.hm-footer-widget {
	margin-bottom: 30px;
}


/* hm-foot-title */
.hm-foot-title h4 {

	color: #fff;

	font-size: 20px;

	margin-bottom: 32px;

	font-family: 'Playfair Display', serif;

	text-transform: capitalize;

}

.hm-foot-title .logo {
	margin-bottom: 32px;
}

.hm-foot-para p {

	color: #aaa;

	font-size: 16px;

	font-family: 'Poppins', sans-serif;

	text-transform: lowercase;

	text-transform: initial;

	max-width: 260px;

}

/* hm-foot-title */


/*hm-foot-icon*/
.hm-foot-icon {
	margin-top: 33px;
}

.hm-foot-icon ul {
	display: inline-flex;
	margin-left: -11px;
}

.hm-foot-icon ul li {

	width: 32px;

	height: 32px;

	background: #aaa;

	line-height: 32px;

	text-align: center;

	margin-left: 10px;

	border-radius: 5px;

	-webkit-transition: all 0.2s linear;

	-moz-transition: all 0.2s linear;

	-ms-transition: all 0.2s linear;

	-o-transition: all 0.2s linear;

	transition: all 0.2s linear;

}

.hm-foot-icon ul li>a>i {
	color: #212135;
}

.hm-foot-icon ul li:hover {
	background: #fff;
}

/*hm-foot-icon*/


/* footer-menu  */
.footer-menu ul {
	display: grid;
}

.footer-menu li a {

	font-size: 14px;

	color: #aaa;

	padding-bottom: 20px;

	text-transform: capitalize;

	-webkit-transition: all 0.2s linear;

	-moz-transition: all 0.2s linear;

	-ms-transition: all 0.2s linear;

	-o-transition: all 0.2s linear;

	transition: all 0.2s linear;

}

.footer-menu li a:hover,

.footer-menu li a:focus {

	color: #fff;

	font-weight: 700;

	-webkit-transform: translateX(5px);

	-moz-transform: translateX(5px);

	-o-transform: translateX(5px);

	-ms-transform: translateX(5px);

	transform: translateX(5px);

}

/* footer-menu  */



/*hm-foot-email*/
.hm-foot-para p.para-news {

	color: #aaa;

	font-size: 15px;

	font-family: 'Poppins', sans-serif;

	text-transform: initial;

	max-width: 263px;

	padding-top: 3px;

}


.hm-foot-email {
	display: flex;
	margin-top: 35px;
}

.foot-email-box .form-control {

	background: #3d3d4d;

	display: block;

	padding: 32px 32px 33px;

	outline: 0 !important;

	box-shadow: none;

	border: 0;

	border-radius: 13px 0px 0px 13px;

}

.foot-email-box input[placeholder="Email Address"] {
	color: #8b8b8b;
	font-size: 16px;
}

.foot-email-subscribe button {

	width: 109px;

	height: 65px;

	background: #7370d8;

	font-size: 14px;

	color: #fff;

	text-transform: uppercase;

	display: flex;

	align-items: center;

	justify-content: center;

	outline: 0;

	box-shadow: none;

	border: 0;
	border-radius: 0px 13px 13px 0px;
}

/*hm-foot-email*/


/*hm-para-news*/
.hm-para-news a {

	color: #aaa;

	font-size: 16px;

	font-family: 'Poppins', sans-serif;

	text-transform: lowercase;

	text-transform: initial;

	max-width: 258px;

	margin-bottom: 8px;

	-webkit-transition: all 0.2s linear;

	-moz-transition: all 0.2s linear;

	-ms-transition: all 0.2s linear;

	-o-transition: all 0.2s linear;

	transition: all 0.2s linear;

}

.hm-para-news a:hover {
	color: #7370d8;
}

.footer-line {
	padding: 30px 0 35px;
}

.border-bottom {
	border-bottom: 1px solid #aaa;
}

.hm-para-news span {

	color: #aaa;

	font-size: 12px;

	font-family: 'Poppins', sans-serif;

	margin-top: 20px;
}

/*hm-para-news*/


/*-------------------------------------
		17. Footer- copyright
--------------------------------------*/

.footer-copyright {
	background: black;
	padding: 20px 0 25px;
}

.foot-copyright {

	color: #8b8b8b;

	font-size: 16px;

	font-family: 'Poppins', sans-serif;

}

/* foot-menu  */
.foot-menu ul li {

	float: left;

	padding-left: 15px;

	text-transform: capitalize;
}


.foot-menu li a {

	color: #8790af;

	background-color: transparent;

	font-family: 'Poppins', sans-serif;

	display: inline-block;

	-webkit-transition: all 0.2s linear;

	-moz-transition: all 0.2s linear;

	-ms-transition: all 0.2s linear;

	-o-transition: all 0.2s linear;

	transition: all 0.2s linear;

}

.foot-menu li a,

.foot-menu li a:hover,

.foot-menu li a:focus {}

.foot-menu li {
	position: relative;
	padding-left: 42px;
}

/*-------------------------------------
		ABOUT PAGE
--------------------------------------*/


/*-------------------------------------
		i. about-part
--------------------------------------*/

.about-part {
	position: relative;
	background: url(../../assets/images/about/about-banner.jpg)no-repeat;
	background-position: center;
	background-size: cover;
	z-index: 1;
	height: 100%;
	width: 100%;
	padding: 40px 0px 40px 0px;

}

.about-part.service-part {
	/* background: url(../images/service/service-banner.jpg)no-repeat center; */
	background: url(../../assets/images/project/taxi1.jpg)no-repeat;
	filter: brightness(0.9);
	padding: 40px 0px 40px 0px;
	background-position: center;
	height: 160px;
	/* background-size: inherit; */
}

.about-part.project-part {
	background: url(../images/project/project-banner.jpg)no-repeat center;
}

.about-part.team-part {
	background: url(../images/team/team-banner.jpg)no-repeat center;
}

.about-part.blog-part {
	background: url(../images/blog/blog-banner.jpg)no-repeat center;
}

.about-part:before {
	position: absolute;
	content: '';
	background: rgb(115 114 128 / 60%);
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

.about-part-details h2 {

	position: relative;

	color: #fff;

	font-size: 29px;

	font-weight: 700;

	font-family: 'Playfair Display', serif;

	margin-bottom: 3px;

	left: 15px;
}

.about-part-content {
	position: relative;
}


/* breadcrumb */
.breadcrumb {
	background-color: transparent;
}

.breadcrumb>li+li:before {
	padding: 0 0px;
	color: transparent;
	content: "";
}

.breadcrumb li>a {

	color: #dddcff;

	font-size: 20px;

	font-weight: 500;

	font-family: 'Playfair Display', serif;

	text-transform: capitalize;

}

.breadcrumb li {
	color: #dddcff;
}

.breadcrumb li span {
	margin-left: 8px;
	margin-right: 4px;
}


/*-------------------------------------
		ii. about-history
--------------------------------------*/

.about-history {
	padding: 115px 0 90px;
}

.about-history-img img {
	box-shadow: 0 0 20px rgba(112, 134, 230, .2);
	height: 435px;
}

.about-history-txt h2 {

	color: #4d4e54;

	font-size: 30px;

	font-family: 'Playfair Display', serif;

	text-transform: capitalize;

	font-weight: 600;

	padding: 16px 0 20px 0;

}

.about-history-txt p {
	color: #888;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	line-height: 1.7;
}

/*main-timeline*/
.about-vission-content {
	padding: 90px 0 0;
}

.main-timeline {
	position: relative;
	margin-top: 39px;
	transition: all 0.4s ease 0s;
}

.main-timeline:before {

	content: "";

	width: 1px;

	background: #dbdbdb;

	position: absolute;

	top: 5.2%;

	left: 14.5%;

	height: 80%;

}

.xtra-timeline.main-timeline:before {
	display: none;
}

.main-timeline .timeline {
	position: relative;
	margin-bottom: 25px;
	left: -15px;
}

.main-timeline .timeline-content {
	border-radius: 5px;
	transition: all 0.3s ease 0s;
}

.timeline-content span>i {

	display: inline-block;

	color: #7370d8;

	position: relative;

	top: 15px;

	left: -9px;

	background: #fff;
}



.experience-time h3 {

	font-size: 16px;

	color: #4d4e54;

	font-family: 'Playfair Display', serif;

	text-transform: capitalize;

	font-weight: 600;

	margin-top: 14px;

}

.main-timeline .description,
.xtra-timeline.main-timeline .description {
	font-size: 14px;
	color: #888;
	margin-left: 36px;
	margin-top: -7px;
	max-width: 390px;
}



.main-timeline .timeline.timeline-ml-20 {
	margin-left: 20px;
}



/*-------------------------------------
		BLOG PAGE
--------------------------------------*/

.blogs-widget {
	position: relative;
	margin: 0 0 34px 0;
}

.blogs-widget h2 {

	color: #4d4e54;

	font-size: 20px;

	font-family: 'Poppins', sans-serif;

	font-weight: 500;

	text-transform: capitalize;
}


/*--blog sidebar search--*/
.blogs-widget .form-control {

	position: relative;

	border-radius: 0;

	box-shadow: none;

	outline: 0;

	height: 50px;

	border: 1px solid #d7d7d7;

}

.blogs-widget input {

	color: #888;

	font-size: 20px;

	padding-left: 20px;

	font-family: 'Poppins', sans-serif;

	font-weight: 500;

	margin-bottom: 38px;

}

.blog-search-icon a {
	color: #888;
	position: absolute;
	top: 15px;
	right: 18px;
	font-size: 20px;
}

/*--blog sidebar search--*/


/*--blog-categories-list--*/
.blog-categories-list {
	margin-top: 20px;
}

.blog-categories-list ul li a {
	display: inline-block;

	padding: 12px 0 0px;

	color: #888;

	font-size: 16px;

	font-family: 'Poppins', sans-serif;

	text-transform: capitalize;

	-webkit-transition: all 0.5s linear;

	-moz-transition: all 0.5s linear;

	-ms-transition: all 0.5s linear;

	-o-transition: all 0.5s linear;

	transition: all 0.5s linear;
}

.blog-categories-list ul li a:hover {
	color: #908edf;

	-webkit-transform: translate(10px);

	-moz-transform: translate(10px);

	-ms-transform: translate(10px);

	-o-transform: translate(10px);

	transform: translate(10px);
}

.blog-categories-list ul li a i {
	padding-right: 10px;
}

/*--blog-categories-list--*/


/*blog-related-news*/
.blog-related-news {
	padding: 38px 0 0px;
}

.bl-txt {
	display: -webkit-box;
	max-width: 240px;
	padding: 0px 0 25px;
}

.bl-img a img {
	width: 100px;
	height: 100px;
}

.bl-txt p a {
	color: #4d4e54;

	font-size: 16px;

	font-family: 'Poppins', sans-serif;

	text-transform: capitalize;

	margin-left: 20px;

	line-height: 1.4;

	-webkit-transition: all 0.5s linear;

	-moz-transition: all 0.5s linear;

	-ms-transition: all 0.5s linear;

	-o-transition: all 0.5s linear;

	transition: all 0.5s linear;
}

.bl-txt span {
	display: block;

	color: #888;

	font-size: 12px;

	font-family: 'Poppins', sans-serif;

	margin-left: 20px;

	padding-top: 8px;
}

.bl-txt p a:hover {
	color: #908edf;
}

/*blog-related-news*/


/*--blog button--*/
.blog-tags {
	padding: 38px 0 0 0;
}

.blogs-widget .btn {
	color: #4d4e54;

	font-size: 12px;

	font-family: 'Poppins', sans-serif;

	font-weight: 300;

	text-transform: capitalize;

	background-color: #fff;

	border-color: #4d4e54;

	margin: 0 10px 10px 0;

	padding: 3px 11px 3px 11px;

	outline: 0;

	box-shadow: none;

	border-radius: 0;

	-webkit-transition: .5s;

	-moz-transition: .5s;

	-o-transition: .5s;

	-ms-transition: .5s;

	transition: .5s;
}


.blogs-widget .btn:hover {
	color: #908edf;

	border: 1px solid #908edf;
}

/*-blog button-*/


/*pagination*/
.pagination-part {
	text-align: center;
}


.pagination-part .pagination>.active>a,

.pagination-part .pagination>.active>a:focus,

.pagination-part .pagination>.active>a:hover,

.pagination-part .pagination>.active>span,

.pagination-part .pagination>.active>span:focus,

.pagination-part .pagination>.active>span:hover {
	color: #fff;

	cursor: pointer;

	background-color: #908edf;

	border-color: #908edf;
}

.pagination-part .pagination>li>a,

.pagination-part .pagination>li>span {
	position: relative;

	float: left;

	padding: 11px 17px;

	margin-left: 25px;

	line-height: 1.42857143;

	color: #888;

	font-size: 20px;

	text-decoration: none;

	background-color: #fff;

	border: 0;

	border-radius: 0;
}

.pagination-part .pagination>li:nth-child(1)>a,

.pagination-part .pagination>li:nth-child(2)>a,

.pagination-part .pagination>li:nth-child(3)>a {
	border: 1px solid #888;
}

.pagination-part .pagination {
	margin-top: 63px;
}

/*pagination*/


/*-------------------------------------
		BLOG-SINGLE PAGE
--------------------------------------*/

/*bl-single-head*/
.bl-single-head h3 a {
	padding: 21px 0 17px 0;

	color: #4d4e54;

	font-size: 30px;

	font-weight: 700;

	font-family: 'Playfair Display', serif;

	text-transform: capitalize;
}

.bl-single-head p {
	color: #a4a4a4;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	text-transform: capitalize;
}

.bl-single-head p span {
	color: #4d4e54;
	font-family: 'Poppins', sans-serif;
}

/*bl-single-head*/


/*bl-single-para*/
.bl-single-para {
	padding: 34px 0 0 0;
}

.bl-single-para h3 {
	color: #636363;
	font-size: 20px;
	font-family: 'Poppins', sans-serif;
	letter-spacing: -0.5px;
	line-height: 1.6;
	text-transform: none;
	margin-bottom: 26px;
}

.bl-single-para p {
	color: #888;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	line-height: 1.87;
	text-transform: none;
}

.bl-single-para blockquote {
	color: #636363;
	font-size: 20px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-style: italic;
	max-width: 571px;
	margin: 0 auto;
	line-height: 1.6;
	border-left: transparent;
	padding: 18px 0 20px;
}



/*blog-xtra-body*/
.blog-xtra-body {
	padding: 32px 0 29px 0;
}


.xtra-para {
	max-width: 335px;
	margin-top: 22px;
}

.news-box-bg.blog-body-img img {
	height: 360px;
}

.blog-xtra-img {
	position: relative;
}

.blog-single-musiq {
	position: absolute;
	top: 40%;
	left: 38%;
}

/*blog-xtra-body*/


/*bl-single-contact-box*/
.bl-single-contact-box {
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	padding: 22px 0 43px;
	margin: 31px 0 47px;
}

/*.bl-list-icon */

.bl-list-icon {
	float: left;
}

.bl-list-icon ul {
	display: flex;
}

.bl-list-icon ul li a {
	color: #a4a4a4;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	padding-right: 14px;
	cursor: pointer;
}

.bl-single-tag p {
	color: #a4a4a4;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
}

.bl-single-tag p span a {
	color: #636363;
	text-transform: capitalize;
}

/*.bl-list-icon */

.bl-single-tag {
	float: right;
}

/*bl-single-contact-box*/


/*.blog-single-form */
.contact-form.blog-single-form {
	padding-bottom: 25px;
}

.contact-form.blog-single-form h3 {
	color: #4d4e54;
}

.contact-form.blog-single-form input,

.contact-form.blog-single-form textarea {
	background: transparent;
	border: 1px solid #b2b2b2;
}

/*.blog-single-form */


/*.comments-area */
.comments-area h3 {
	color: #4d4e54;
	font-size: 20px;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 40px;
}


.comment-author img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
}


.comment {
	list-style: none;
}

.children {
	padding-left: 108px;
}


/*comment-content*/
.comment-body {
	display: -webkit-box;
	padding-bottom: 43px;
	margin-bottom: 38px;
}

.xtra-comment-body {
	border-bottom: 1px solid #dfdfdf;
}

.comment-content {
	padding-left: 27px;
}

.comment-content>b.fn a {
	color: #4d4e54;
	font-size: 20px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	text-transform: capitalize;
}

.comment-content>b.fn a span {
	padding: 0 16px 0 26px;
	color: #888;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
}

.reply {
	display: inline-block;
	color: #7e7bda;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
}

.comment-content p {
	color: #888;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	padding-top: 15px;
	line-height: 1.7;
}

.comment-content:hover .reply,

.comment-content:hover .reply a {
	color: #ea1b33;
	transition: .7s;
}

/*comment-content*/


/*.comments-area */

/*===============================
    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: 30px;
	cursor: pointer;
	z-index: 15;
	color: #fff;
	background: #7370d8;
	border: 1px solid #7370d8;
	border-radius: 5px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	z-index: 2;
}

#scroll-Top .return-to-top:hover {
	background: #7370d8;
	color: #fff;
	border: 1px solid #7370d8;
	border-radius: 50%;
}

@media (min-width: 768px) {
	.col-sm-3 {
		width: 25%;
	}
}



/*===============================created by hariom========================== */

#feature-block {
	width: 100%;
	height: 100px;
	border-radius: 50px;
	background-color: #ffffff;
	box-shadow: 0px 2px 2px rgb(0 0 0 / 25%);
	position: absolute;
	left: 0px;
	bottom: -137px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#feature-carousal .slick-list {
	height: 80px;
}

.slick-dots {
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 1.5rem 0;
	list-style-type: none;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.top-btn {
	width: 40px;
	height: 40px;
	border-radius: 20px;
	background-color: #C5C5C5;
	border: none;
	font-size: 20px;
	cursor: pointer;
	padding-bottom: 5px;
}

.floating-btn {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 5;
}

/* .text-bold {
	font-weight: 500;
	font-size: 22px;
} */

/* .text-small {
	font-size: 15px !important;
} */

#feature-carousal .slick-current.slick-active {
	border-right: 1px solid #C5C5C5;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

#feature-carousal .slick-current.slick-active+.slick-active {
	border-left: 1px solid #C5C5C5;
}

#feature-carousal .slick-current.slick-active {
	border-right: 1px solid #C5C5C5;
}

.slick-initialized .slick-slide {
	display: block;
}

.text-grey {
	color: #757575;
}

.slick-track {
	opacity: 1;
	width: 100%;
	display: flex;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.app-logo {
	width: 100%;
	height: 60px;
	display: inline !important;
}


/*=================================
             Home PAge
             Best Taxi Cab Service In Chandigarh
		     | Panchkula | Mohali | Delhi | Shimla | Manali
===================================*/

.single-online-address {
	font-size: 16px;
}


/*===================
     Home Page
     Why Should You Choose BookTaxi?
===================== */

.choose {
	font-size: 24px;
	text-align: center;
	font-weight: 600;
	color: #44454f;
}



/*================================
        Home Page
        Meet Our Satisfied Customers 
 ===========================*/

.text1 {
	font-size: 16px;
}

.text-small1.testimonial {
	font-size: 16px;
	text-align: justify;
}

.textt2 {
	font-size: 16px;
	color: black;
	text-align: justify;
}

/* div#profile-1:hover {
	transform: scale(1.5);
	/* -webkit-transform: scale(1.5);
} */



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

       Home Page
       Contact Us

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

p.cont {
	font-size: 16px;
}



@media (max-width: 768px) {
	#feature-block {
		width: 80%;
		height: 100px;
		border-radius: 50px;
		background-color: #ffffff;
		box-shadow: 0px 2px 2px rgb(0 0 0 / 25%);
		position: absolute;
		left: 50px;
		bottom: -137px;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.statistics {
		position: relative;
		background: url(../../assets/images/project/taxi1.jpg)no-repeat;
		background-position: center;
		background-size: cover;
		padding: 55px 0 0px;
	}

	.about-us {
		background: #f9faff;
		padding: 50px 0 50px;
	}

	.img-frame {
		padding: 0px 5%;
	}

	/* Why Should You Choose BookTaxi? */
	/* Tour Images */
	img.card-img-top {
		border-radius: 6px;
		width: 50% !important;
		height: 200px;
	}
}

@media (min-width: 991px) {
	#feature-block {
		width: 90%;
		left: 5%;
	}
}

@media (max-width: 991px) {
	#feature-block {
		width: 90%;
		left: 5%;
	}

	.app-logo {
		width: 100%;
		height: 53px;
		display: flex !important;
		padding: 15px;
	}
}

@media (max-width: 700px) {
	.app-logo {
		width: 100%;
		height: 53px;
		display: flex !important;
		padding: 16px;
	}

	/* abouse us scroll image */
	img.iconn {
		position: relative;
		bottom: 10px;
		margin-left: 150px !important;
	}

}


/* ========================hariom================= */
@media (min-width: 576px) {

	img.aboutimg1 {
		border-radius: 20px;
		position: relative;
		top: 25px;
	}

	img.aboutimg2 {
		border-radius: 20px;
		position: relative;
		bottom: 25px;
	}

	.bigb {
		display: block;
	}

	.smallb {
		display: none;
	}

	/* header scoroll content */
	.app-logo {
		max-width: 100%;
		max-height: 54px;
		display: inline !important;
		padding: 12px 0px;
	}

	/* Meet Our Satisfied Customers */
	.profile-small>img {
		border-radius: 50%;
		width: 100px;
		height: 100px;
	}

	.text1 {
		color: black;
	}

}

@media (min-width: 576px) {

	img.aboutimg1 {
		border-radius: 20px;
		position: relative;
		top: 25px;
	}

	img.aboutimg2 {
		border-radius: 20px;
		position: relative;
		bottom: 25px;
	}

	.bigb {
		display: block;
	}

	.smallb {
		display: none;
	}

	/* header scoroll content */
	.app-logo {
		max-width: 100%;
		max-height: 54px;
		display: inline !important;
		padding: 12px 0px;
	}

	/* Meet Our Satisfied Customers */
	.profile-small>img {
		border-radius: 50%;
		width: 100px;
		height: 100px;
	}

	.text1 {
		color: black;
	}

}

@media (min-width: 1281px) {
	.vidd {
		position: absolute;
		left: 0;
		width: 100%;
		margin-top: -1em;
	}

	/* abouse us scroll image */

	img.iconn {
		position: relative;
		bottom: 10px;
		margin-left: 190px !important;
	}
}


@media screen and (min-width: 1500px) {

	/* --------about us 5 imagr---------- */
	img.iconn {
		position: relative;
		bottom: 10px;
		margin-left: 220px !important;
	}

	.textt {
		position: absolute;
		bottom: 5px;
		left: 5px;
		right: 0;
		background: rgba(65, 62, 126, .8);
		width: 97.3% !important;
		height: 22%;
		transition: .5s ease;
		border-radius: 27px;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}
}


/*  */

@media (max-width: 1200px) {

	/* abouse us scroll image */
	img.iconn {
		position: relative;
		bottom: 10px;
		margin-left: 150px !important;
	}


	/* div#profile-1:hover {
		transform: scale(0);
		-webkit-transform: scale(0);
	} */
}

@media (max-width: 575px) {

	img.aboutimg1 {
		border-radius: 20px;
		position: relative;
		top: 25px;
	}

	img.aboutimg2 {
		border-radius: 20px;
		position: relative;
		bottom: 25px;
	}

	.bigb {
		display: none;
	}

	.smallb {
		display: block;
	}

	.contact1 {
		padding: 10px 0 0px;
	}

	.contaier {
		background: #fff;
		padding: 10px;
		border-radius: 50px;
		height: 100px;
		width: 90%;
		position: relative;
		top: 45px;
		left: 24px;
		box-shadow: 10px 4px 10px;
	}

	.carousel {
		position: relative;
		text-align: center;
	}

	/* .text-small {
		font-size: 20px;
	} */

	/* .app-logog {
		width: 100%;
		height: 60px;
		display: flex;
	} */

	.item {
		text-align: center;
	}

	/* .text-bold {
		font-weight: 500;
		font-size: 15px;
		position: relative;
	} */

	/* .text-small {
		font-size: 13px !important;
		position: relative;
	} */

	/* .app-logog {
		max-width: 100%;
		max-height: 60px;
		display: inline !important;
		position: relative;
	} */


	.text-bold1 {
		font-weight: 500;
		font-size: 15px;
		position: relative;
		color: #000;
	}

	.text-small1 {
		font-size: 13px !important;
		position: relative;
		left: 1px;
	}

	.text-bold2 {
		font-weight: 500;
		font-size: 15px;
		position: relative;
		color: #000;
		right: 30px;
		left: 1px;
	}

	.profile-small>img {
		border-radius: 50%;
		width: 100px;
		height: 100px;
	}

	.text1 {
		color: black;
	}
}

@media (max-width: 475px) {

	img.aboutimg1 {
		border-radius: 20px;
		position: relative;
		top: 25px;
	}

	img.aboutimg2 {
		border-radius: 20px;
		position: relative;
		bottom: 25px;
	}

	.bigb {
		display: none;

	}

	.smallb {
		display: block;
	}

	.contact1 {
		padding: 10px 0 0px;
	}

	.contaier {
		background: #fff;
		padding: 10px;
		border-radius: 50px;
		height: 100px;
		width: 90%;
		position: relative;
		top: 45px;
		left: 24px;
		box-shadow: 10px 4px 10px;
	}

	.carousel {
		position: relative;
		text-align: center;
	}

	/* .text-small {
		font-size: 20px;
	} */

	/* .app-logog {
		width: 100%;
		height: 60px;
		display: flex;
	} */

	.item {
		text-align: center;
	}


	/* .text-bold {
		font-weight: 500;
		font-size: 15px;
		position: relative;
		right: 75px;
	} */

	/* .text-small {
		font-size: 13px !important;
		position: relative;
		right: 75px;
	} */

	/* .app-logog {
		max-width: 100%;
		max-height: 60px;
		display: inline !important;
		position: relative;
		right: 70px;
	} */

	.profile-small>div {
		display: inline-block;
		padding-left: 60px;
		vertical-align: middle;
	}

	/* Meet Our Satisfied Customers */
	.text1 {
		color: black;
		position: relative;
		right: 45px;
	}

	/* abouse us scroll image */
	img.iconn {
		position: relative;
		bottom: 10px;
		/* margin-left: 124px !important; */
		margin-left: 131px !important;
	}

	/* about us */
	.team {
		padding: 10px 0;
		background: #908ddc;
	}

	.single-team-box {
		width: 100%;
		margin-bottom: 20px;
		position: relative;
		bottom: 25px;
	}

	/* Why Should You Choose BookTaxi? */
	/* Tour Images */
	img.card-img-top {
		border-radius: 6px;
		width: 100% !important;
		height: 200px;
	}


}

@media (max-width: 400px) {
	/* @media (max-width: 350px) { */

	/* abouse us scroll imahe  */

	img.iconn {
		position: relative;
		bottom: 10px;
		/* margin-left: 231px !important; */
		margin-left: 250px !important;
	}

	/* about-us */

	img.aboutimg1 {
		border-radius: 20px;
		position: relative;
		top: 25px;
	}

	img.aboutimg2 {
		border-radius: 20px;
		position: relative;
		bottom: 25px;
	}

	/* .text-bold {
		font-weight: 500;
		font-size: 15px;
		position: relative;
		right: 75px;
		/* right: 93px; */
}

*/
/* .text-small {
		font-size: 13px !important;
		position: relative;
		right: 75px;
	} */

/* .app-logog {
		max-width: 100%;
		max-height: 60px;
		display: inline !important;
		position: relative;
		right: 75px;
	} */

.vidd {
	position: absolute;
	left: 0;
	width: 100%;
	margin-top: -1em;
}

/* Why Should You Choose BookTaxi? */
/* Tour Images */
img.card-img-top {
	border-radius: 6px;
	width: 100% !important;
	height: 200px;
}

}

/* new css on 9nov2022*/

.cartopbann {
	position: absolute;
	left: 5%;
}

.carbadge {
	left: 0;
	height: 74px;
	margin: 10px;
}

.pperoff {
	position: absolute;
	top: 0;
	font-weight: 900;
	margin: 28px;
	color: #fff;
	line-height: 1.3em !important;
}

.pperoff span {
	text-align: center;
	display: block;
}

.plgopl {
	border: 1px solid #dfe1e5;
	border-radius: 5px;
	padding: 10px;
	background: #f1f1f1;
}

.lphead {
	font-size: 16px;
	color: #555;
	font-weight: 600;
	margin: 5px 0;
}

.lpddt {
	font-size: 15px;
	font-weight: 500;
	color: maroon;
	text-transform: capitalize;
	margin-left: 1em;
}

.boodd {
	border: 2px dotted #f1f1f1;
	margin-top: 1.5em;
	padding: 12px;
	border-radius: 5px;
	margin-bottom: 2em;
	background: #f9f9f9;
}

#amt,
#pickcity {
	border-radius: 13px;
	padding: 24px 21px;
}

#paybutt {
	margin-top: 1.4em;
}

.lbookback {
	float: left;
	margin-bottom: 10px;
	padding: 5px;
	text-align: left;
	border-radius: 5px;
	font-size: 15px;
	color: red;
	font-weight: 600;
	padding-left: 0;
}

.lbookback i {
	display: inline;
}

.mddf {
	height: 50px;
	background: #f1f1f1;
	padding: 0;
}

.headddd {
	display: block;
	width: 100%;
	height: 23px;
	margin: 0;
}

/* loader */
.no-js #loader {
	display: none;
}

.js #loader {
	display: block;
	position: absolute;
	left: 100px;
	top: 0;
}

.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../../assets/images/logo/taxiloader.gif) center no-repeat #fff;
}

/* receipt css */
.dredt {
	font-size: 15px;
	font-weight: 600;
	color: green;
	border: 2px solid green;
	padding: 5px;
	margin: 10px 0;
	border-radius: 5px;
	background: #f1f1f1;
	cursor: pointer;
	text-align: right;
	margin: 5px 0;
	display: inline-block;
}

.ddfp {
	display: block;
	background-color: #f1f1f1;
	padding: 5px;
	text-align: right;
	margin: 1em 0;
}

.site-header__title {
	color: green;
	margin: 5px 0;
	font-size: 2.5em;
}

.main-content__body {
	font-size: 17px;
	color: #505050;
	font-weight: 600;
	margin: 5px 0;
}

.rcpimg {
	height: 40px;
	width: auto;
	margin-bottom: 5px;
}

.rcd {
	font-size: 17px;
	color: #808080;
	margin: 5px 0;
}

.brbordr {
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 3em;
	border-radius: 5px;
}

.freddf {
	border: 1px solid #dfe1e5;
	padding: 10px;
	border-left: none;
	border-right: none;
	margin: 3px -11px;
	background: #f1f1f1;
}

.rhphd {
	font-size: 16px;
	color: #555;
	/* margin-left: -11px; */
}

.clfname {
	font-size: 16px;
	color: #111;
	margin-left: 7px;
}

.rthnam {
	margin: 5px 10px;
	font-size: 15px;
	color: #111;
	font-weight: 500;
}

.colbrifj {
	border-right: 1px solid #dfe1e5;
}


.prdfi {
	border-top: 1px solid #dfe1e5;
	margin: 1px -12px;
}

.trdffg {
	border: 1px solid #ccc;
	border-left: 0;
	border-right: 0;
	margin: 5px -10px;
	padding: 6px 0;
	background: #f9f9f9;
}

.rtpfdk {
	font-size: 15px;
	margin-top: 6px;
	margin-bottom: 0;
	font-weight: 500;
}

.trfdf {
	font-size: 18px;
	font-weight: 600;
}

.tpdf {
	font-size: 18px;
	font-weight: 600;
}

.autrow {
	margin-top: 1.5em;
	margin-bottom: 5px;
}

.rsign {
	font-size: 14px;
	font-style: italic;
	color: #555;
}

.rnorrr {
	font-size: 12px;
	text-align: center;
	color: #808080;
	border-top: 1px solid #dfe1e5;
	padding-top: 10px;
}

.brrhome {
	font-size: 18px;
	color: orangered;
	margin: 5px 0;
	font-weight: 600;
}

.brrhome:hover {
	color: orange !important;
	font-size: 18px !important;
}

.cnamdf {
	font-size: 2rem;
	margin: 0;
	color: #eebd02;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 5px;
}

.prcpimg {
	height: 21px;
	width: auto;
	margin-top: -2px;
}

.rssymic {
	height: 15px;
	width: auto;
	margin-top: -2px;
}

.cnaf {
	text-transform: capitalize;
}

/* end receipt */

/* round trip cd */
.ttype {
	font-size: 1.45rem;
	color: #fff;
	background: darkorange;
	display: inline-block;
	margin: 1em 0;
	margin-bottom: 0px;
	padding: 5px;
	border-radius: 12px;
	float: left;
}

.btrtir {
	margin-top: -2em;
	margin-bottom: 10px;
}

/* home page round trip menu */
.spansource {
	font-size: 1.2em;
	color: #000;
	font-weight: 500;
	background: #eebd02;
	padding: 10px;
	border-radius: 16px;
	display: none;
}

.spansource i {
	margin-left: 1em;
	cursor: pointer;
	font-size: 1.42rem;
}

.spansource:hover {
	background-color: #000;
	color: #fff;
}

.btmcity {
	/* background-color: rgba(239, 181, 66, 0.2) !important; */
	border-radius: 15px !important;
	height: 44px;
	margin-bottom: 10px;
	font-size: 1.2em;
	font-weight: 400;
	color: #555;
	text-align: left;
}

.btmcity:hover {
	color: #000;
	/* background-color: #efb54233 !important; */
}

.btmcity .fa-plus {
	margin-right: 6px;
}

.btmcity .fa-stop-circle-o {
	float: right;
	margin-top: 5px;
	font-size: 1.2em;
}

.mltestd {
	display: block;
	font-size: 14px;
	color: #808080;
	text-transform: capitalize;
	margin-left: 10px;
	padding-top: 0px;
	margin-bottom: -5px;
}


.showrtrip {
	margin: auto;
	text-align: center;

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 44 !important;
    background: #fff;
    height: 1000vh;
    overflow-y: hidden !important;
    padding-top: 5%;
}