body {
	font-family: 'Raleway', sans-serif;
	font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Poppins', sans-serif;
}

.container {
	max-width: 1320px;
}

/* Font-text */
.title-1 {
	font-size: 33px;
	font-weight: 300;
	line-height: 1.45;
	color: #333333;
}

p {
	color: #2d2d2d;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 1.7;
}

.font-50 {
	font-size: 50px !important;
}

.font-40 {
	font-size: 40px !important;
}

.font-30 {
	font-size: 30px !important;
}

.font-33 {
	font-size: 33px !important;
}

.font-18 {
	font-size: 18px;
}

.font-17 {
	font-size: 17px;
}

.font-25 {
	font-size: 25px !important;
}

/* Font-text End */

/* colors */
.bg-grey {
	background-color: #ededed !important;
}

.bg-black {
	background-color: #282a2b;
}

.bg-blue {
	background-color: #51a3dc;
}

.bg-darkblue {
	background-color: #03a9f4;
}

.bg-lightblue {
	background-color: #52a4dd;
}

.bg-pink {
	background-color: #fdf7e6 !important;
}

.bg-gradientblue {
	background: linear-gradient(45deg, #51a3dc, #0a0080d6);
}

.divider-bgright {
	background-color: rgb(10 0 128);
}

.text-blue {
	color: #52a4dd;
}

.text-darkblue {
	color: #1a80b6;
}

.text-lightblue {
	color: #333399;
}

.text-red {
	color: #ff0000;
}

.text-green {
	color: #99cc00;
}

.text-pink {
	color: #fdf7e6 !important;
}

.section-gap {
	padding: 50px 0;
}

.section-btn {
	display: inline-block;
	background: #0094d3;
	color: #fff;
	padding: 8px 15px;
	font-size: 18px;
	border-radius: 5px;
}

.section-btn:hover {
	color: #fff;
	text-decoration: none;
	background-color: #144e8c;
}

/* Colors End */

/*----------multi-level-accordion-menu------------*/
/* adds some margin below the link sets  */

/* Sticky Header */
.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1111;
	background: #fff;
	box-shadow: 0 0 2px #313233;
}

.sticky .navbar-brand {
	position: relative;
	top: 0;
}

.sticky .logo {
	height: 50px;
	transition: all .4s ease-in-out;
}

.sticky .navbar-default {
	background-color: #102937;
}

/* Sticky Header Ends */

.logo {
	height: 65px;
}

.navbar .dropdown-menu div[class*="col"] {
	margin-bottom: 1rem;
}

.navbar .dropdown-menu .container {
	border: none;
	background-color: transparent !important;
}

#navbarSupportedContent ul>li>a {
	color: #333;
	text-decoration: none;
	font-size: 13px;
	display: block;
	padding: 18px 15px;
	transition-duration: 0.6s;
	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
	position: relative;
	letter-spacing: 0.2px;
	font-weight: 300;
}

#navbarSupportedContent .dropdown-font ul>li>a {
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0;
}

#navbarSupportedContent .dropdown-font ul>li>a:hover {
	color: #144e8c;
}

#navbarSupportedContent .dropdown-font ul>li img {
	width: 45px;
	height: 45px;
}

.menu-left {
	border-left: 1px dashed #eee;
}

.sticky-header .fa-bars {
	color: #52a4dd;
}

/* breakpoint and up - mega dropdown styles */

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

	/* remove the padding from the navbar so the dropdown hover state is not broken */
	.navbar {
		padding-top: 0px;
		padding-bottom: 0px;
	}

	/* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
	.navbar .nav-item {
		padding: .5rem .5rem;
		margin: 0 .25rem;
	}

	/* makes the dropdown full width  */
	.navbar .dropdown {
		position: static;
	}

	/*  height of nav-item  */
	.navbar .dropdown-menu {
		width: 50%;
		top: 90%;
		left: 35em;
		background: #fff;
		padding: 10px;
		box-shadow: 0 0 5px #d5d5d5;
	}

	/* shows the dropdown menu on hover */
	.navbar .dropdown:hover .dropdown-menu,
	.navbar .dropdown .dropdown-menu:hover {
		display: block !important;
	}

	.navbar .dropdown-menu .container {
		border: none;
		background-color: transparent !important;
	}
}

.nav.nav-tabs {
	float: left;
	display: block;
	margin-right: 20px;
	border-bottom: 0;
	border-right: 1px solid #ddd;
	padding-right: 15px;
}

.nav-tabs .nav-link {
	border: 1px solid transparent;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
	background: #ccc;
}

.nav-tabs .nav-link.active {
	color: #495057;
	background-color: #007bff !important;
	border-color: transparent !important;
}

.nav-tabs .nav-link {
	border: 1px solid transparent;
	border-top-left-radius: 0rem !important;
	border-top-right-radius: 0rem !important;
}

.tab-content>.active {
	display: block;
	background: #007bff;
	min-height: 165px;
}

.nav.nav-tabs {
	float: left;
	display: block;
	margin-right: 20px;
	border-bottom: 0;
	border-right: 1px solid transparent;
	padding-right: 15px;
}

/* Navbar End */

/* Slide */
.bx-wrapper {
	box-shadow: none;
	background: transparent;
	border: none;
	margin-bottom: 0;
}

/* Slide End */

/* Banner */
.banner {
	padding: 0 0 20px;
	background: #52a4dd;
	position: relative;
}

.banner h2 {
	font-size: 40px;
	line-height: 40px;
	color: #fff;
	font-weight: 300;
	margin: 0 0 25px;
}

.banner p {
	font-family: 'Raleway';
	font-weight: 300;
	font-size: 18px;
	line-height: 29px;
}

.arrow-down {
	position: relative;
	width: 100%;
	top: -36px;
	color: #52a4dd;
}

/* Banner End */

/* Content-two */
.content-two h1 {
	color: #0282d8;
	font-size: 33px;
	font-weight: 300;
	line-height: 1.45;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.content-two h3 {
	font-size: 17px;
	font-weight: 300;
	color: #333333;
}

/* Content-two End */

/* Content Divider */
.cont-divider h1,
.cont-divider h4 {
	font-size: 33px;
	font-weight: 300;
	line-height: 1.45;
	color: #333333;
}

.cont-text p {
	color: #ccffff;
	font-size: 33px;
	font-weight: 300;
	line-height: 1.45;
}

.cont-divider h2 {
	font-size: 30px;
	line-height: 40px;
	font-weight: 300;
}

.cont-divider .para {
	font-size: 18px;
	line-height: 29px;
	color: #2d2d2d;
	font-family: 'Raleway';
}

.banner-contact {
	background: #52a4dd;
	padding: 30px 0 50px;
}

.banner-contact a {
	background: #52a4dd;
	padding: 20px;
	font-size: 20px;
	text-transform: uppercase;
	color: #b8d7ec;
	border: 2px solid #b8d7ec;
}

.banner-contact a:hover {
	text-decoration: none;
	color: #fff;
	border: 2px solid #fff;
}

/* Content Divider End */

/* Footer */
.footer-section {
	background-color: #f7fdff;
}

.footer-section .copyright-text {
	margin: 0;
	text-align: center;
	color: #fff;
}

.footer-section .copyright-text a,
.footer-section .copyright-text i {
	color: #fff;
}

.footer-section p {
	color: #222;
	font-size: 12px;
	text-align: justify;
}

.footer-top {
	padding: 50px 0;
}

.footer-section h3 {
	font-size: 18px;
	font-family: 'Poppins';
	padding: 10px 0;
}

.footer-section h5 {
	color: #233775;
	padding: 20px 0;
	text-transform: uppercase;
}

.footer-section .footer-list {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.footer-section .footer-list li a {
	font-size: 12px;
	color: #2b72a9;
	line-height: 1.7;
	font-weight: 500;
	text-decoration: none;
}

.footer-section .footer-list li a:hover {
	color: #222;
}

.footer-section #social {
	padding: 0;
	margin: 10px 0;
}

.footer-section #social li {
	display: inline-block;
}

.footer-section #social li a {
	color: #1a61a4;
	text-align: center;
	display: block;
	margin-left: 10px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.footer-section #social li a i {
	font-size: 18px;
}

.footer-section #social li a:hover {
	color: #691cff;
	border-color: #691cff;
}

.footer-bottom {
	background: #006ba6;
	padding: 10px 0;
}

.scroll-top {
	width: 40px;
	height: 40px;
	line-height: 40px;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 999;
	font-size: 22px;
	color: #fff;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	display: none;
	background: #006ba6;
	border-radius: 3px;
	-webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.25);
	box-shadow: 0 2px 15px rgba(0, 0, 0, 0.25);
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

/* Footer End */

/*--------------------------------------------------------------
Inner Pages
--------------------------------------------------------------*/
.breadcrumb {
	background: url('../images/breadcrumb-bg.png') no-repeat;
	background-size: cover;
	padding: 100px 0;
}

.breadcrumb h1 {
	font-family: "Roboto Slab";
	font-size: 23px;
	color: rgb(135, 135, 135);
	background-color: #fff;
	padding: 20px 0;
	margin: 0 230px;
	font-weight: 400;
}

.breadcrumb h4 {
	letter-spacing: 1.6px;
	font-family: Helvetica;
	font-size: 19px;
	color: rgb(255, 255, 255);
	margin: 10px 0 0;
}

.breadcrumb h2 {
	font-size: 50px;
	font-weight: 600;
	letter-spacing: 0;
}

.breadcrumb h3 {
	color: #0ecaf0bf;
	font-size: 37px;
}

.breadcrumb h6 {
	font-family: Caveat;
	color: #e5f00cf2;
	font-size: 24px;
	font-weight: 400;
}

/* Breadcrumb End */
.solutions .container {
	position: relative;
	padding: 0 90px 0 20px;
}

.solutions h2 {
	font-family: "Roboto Slab";
	font-size: 18px;
	font-weight: 300;
	line-height: 1.5;
	margin-bottom: 50px;
}

.solutions h2::after {
	content: " ";
	border-top: 4px solid #03a9f4;
	width: 15%;
	z-index: 11;
	position: absolute;
	top: 40px;
	left: 15px;
}

.solutions p {
	width: 80%;
}

.solutions .svg-inline--fa {
	height: 40px;
	width: 40px;
	background-color: #6239bd;
	color: #fff;
	border-radius: 25px;
	padding: 8px;
	margin: 0 15px 0 0;
}

.sol-inner {
	display: flex;
	margin-bottom: 25px;
}

.sol-inner p {
	margin: 0;
	padding: 5px 20px 0;
	font-size: 18px;
}

.sol-inner:hover p:hover {
	cursor: pointer;
	color: #488bff;
}

.sol-inner:hover .svg-inline--fa {
	background-color: #488bff;
}

/* Support Section */
.support-head p {
	font-size: 17px;
	padding: 30px 245px;
}

.support h2 {
	font-weight: 300;
}

.support p {
	color: #fff;
}

.support-call h2 {
	padding: 0 265px;
	color: #333333;
	font-weight: 300;
	font-family: 'Roboto Slab', serif;
	margin-bottom: 40px;
}

.support-call .svg-inline--fa {
	font-size: 40px;
	color: #51a3dc;
}

.support-call h6 {
	font-size: 18px;
	margin: 20px 0;
	font-weight: 300;
}

/* Contact Section */
.contact-head h3 {
	font-size: 17px;
	font-weight: 300;
	color: #4d39e9;
}

.contact-head p {
	font-size: 16px;
}

.contact h2 {
	font-size: 24px;
	font-weight: 300;
	letter-spacing: -1px;
	line-height: 1.6em;
}

.contact .social-media a {
	color: #bebdbd;
}

.contact .social-media a:hover {
	color: #4e9bdd;
}

.contact .social-media .svg-inline--fa {
	width: calc(16px + (2 * (8px)) + 2px);
	background: #dad5d5;
	padding: 4px;
	background-color: #e8e8e8;
	border-radius: 4px;
	margin: 0 -2px 0;
	border: 1px solid #dad5d5;
}

.contact h6 {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
	font-family: 'Raleway', sans-serif;
	color: #222;
}

.contact .social-icon .svg-inline--fa {
	background-color: #fff;
	padding: 6px;
	font-size: 25px;
	border-radius: 20px;
	width: 25px;
	color: #03a9f4;
	margin: -6px 0;
}

.contact .social-icon p {
	margin: 20px 0;
}

.contact .social-icon a {
	margin-left: 33px;
	color: #222;
	margin-left: 33px;
	color: #222;
	font-size: 14px;
	line-height: 23px;
}

.contact .social-icon a:hover {
	text-decoration: none;
}

.contact .social-icon h2 {
	font-size: 18px;
}

.contact .social-icon h2>span {
	margin-left: 11px;
}

/* Career Section */

.career-head .container {
	position: relative;
}

.career-head {
	padding: 80px 0;
}

.career-head h1 {
	font-family: 'Raleway';
	background: #03a9f4;
	padding: 5px 15px;
	color: #fff;
	font-size: 60px;
	font-weight: 300;
	margin: 65px 125px 0 0;
	border-radius: 5px;
}

.career-head p {
	font-family: 'Caveat', cursive;
	font-weight: 500;
	font-size: 42px;
	color: rgb(54, 25, 25);
}

.career {
	padding-bottom: 100px;
}

.career .container {
	border-radius: 10px;
	padding: 30px 50px;
	position: relative;
	box-shadow: 0 0 33px #00000059;
}

.career h3 {
	color: #fff;
	font-weight: 300;
	font-size: 30px;
}

.career h3::before {
	content: " ";
	background-image: url('../images/ezee_line.svg');
	background-repeat: no-repeat;
	position: absolute;
	width: 20%;
	height: 25px;
	top: 65px;
}

.career p {
	color: #fff;
	margin: 0;
}

.career .email {
	padding: 50px 0 0;
	font-size: 18px;
}

.career .email a {
	color: #fff;
}

/* busbuddy Section */
.busbuddy-top h1 {
	font-weight: 300;
}

.busbuddy-top p {
	font-size: 18px;
	line-height: 29px;
	margin: 30px 0;
}

.busbuddy {
	background-color: #fdf7e7;
}

.busbuddy h1 {
	font-size: 33px;
	font-weight: 300;
	line-height: 1.45;
	color: #333;
}

.busbuddy .busbuddy-inner {
	display: flex;
	margin-bottom: 40px;
}

.busbuddy .svg-inline--fa {
	height: 40px;
	width: 40px;
	background-color: #54a0d9;
	color: #fff;
	border-radius: 5px;
	padding: 8px;
	margin: 0 15px 0 0;
}

.busbuddy p {
	font-size: 19px;
	line-height: 20px;
	margin: 0;
}

.busbuddy-secure {
	background-color: #f2f2f2;
	margin-top: -60px;
}

.busbuddy-secure h1 {
	font-weight: 300;
	font-size: 30px;
	margin: 20px 0;
}

.busbuddy-secure h2 {
	font-size: 18px;
	font-weight: 300;
	color: #000;
}

.busbuddy-secure p {
	margin: 15px 0 50px;
}

.bus-curve img {
	width: 100%;
	height: 60px;
}

.contact-bottom {
	padding: 100px 0 30px;
}

.contact-bottom h1 {
	font-size: 60px;
	font-weight: 200;
	line-height: 1.25em;
}

.contact-bottom p {
	font-size: 15px;
	color: #000000;
}

.contact-bottom a:hover {
	text-decoration: none;
}

/* trackbus section */
.track-arc {
	/* background-image: url('../images/ezeetrack-bg.svg');
	background-repeat: no-repeat;
	background-size: cover; */
	background-color: #56aaf5;
}

.track-head h1 {
	font-size: 33px;
	line-height: 1.45;
	color: #333;
	padding: 0 10px;
}

.track-head ul {
	font-family: 'Raleway';
	font-size: 14px;
	font-weight: 400;
	line-height: 23.8px;
	list-style: none;
	padding: 0;
}

.track-head .fa-map-marker-alt {
	color: #03a9f4;
}

.track-head ul>li>span {
	padding-right: 10px;
	line-height: 40px;
}

.track-card {
	padding: 15px;
	height: 295px;
	background-color: #fdf7e6;
	border-radius: 10px;
}

/* Counters Section */

.counter-box {
	display: block;
	padding: 20px 20px 30px;
	text-align: center
}

.counter-box p {
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 13px;
	font-weight: 400;
	font-family: 'Raleway';
}

.counter-box .counter-icon {
	font-size: 50px;
	margin: 0 0 15px;
	color: #000;
	font-family: 'Raleway';
	font-weight: 300;
}

.counter {
	display: contents;
	font-size: 50px;
	font-weight: 300;
	color: #000;
	line-height: 28px;
	font-family: 'Raleway';
}

.ezee-counters .counter-box {
	border: 1px solid #e0dede;
	padding: 10px;
}

.ezee-counters .counter,
.ezee-counters .counter-icon {
	color: #1a80b6;
	font-weight: 400;
}

/* Cargo Section */
.cargo-top h1 {
	font-size: 24px;
	line-height: 35px;
	color: #333;
	font-weight: 300;
}

.cargo {
	background: url('../images/ezee_cargo-bg.svg') no-repeat;
	background-size: cover;
	height: 300px;
	margin: -45px 0 0;
	background-position: 30%;
}

.cargo h1 {
	padding-top: 135px;
	padding-bottom: 20px;
}

.cargo-card .nav-pills .nav-link {
	color: #000;
	background-color: #ededed;
	font-weight: 300;
	font-size: 14px;
	border-bottom: 1px solid #fff;
	border-radius: 0;
	line-height: 1.43;
}

.cargo-card .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	background-color: #fff;
	border-left: 3px solid #5fbfec;

}

.cargo-card .tab-content>.active {
	background: #fff;
	min-height: 261px;
	padding: 30px;
	border: 1px solid #dcd5d5;
}

.cargo-horizontal .nav-pills .nav-link {
	color: #000;
	background-color: #ededed;
	font-weight: 300;
	font-size: 14px;
	border-radius: 0;
	line-height: 1.43;
}

.cargo-horizontal .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	background-color: #fff;
	border-top: 3px solid #5fbfec;
}

.cargo-horizontal .tab-content>.active {
	background: #fff;
	padding: 30px;
}

.cargo-report h1 {
	line-height: 1.45;
}

.cargo-report .fa-chart-line {
	font-size: 300px;
	color: #03a9f4;
}

.cargo-report h2 {
	font-size: 18px;
	line-height: 23px;
	font-weight: 300;
	margin-bottom: 20px;
}

.cargo-report p {
	padding-bottom: 20px;
}

/* Ezee Bus Section */
.ezee-btn h3>a {
	border: 2px solid #00000080;
	padding: 15px 30px;
	font-size: 18px;
	color: #00000080;
}

.ezee-btn h3>a:hover {
	text-decoration: none;
	color: #007bff;
}

.ezeebus-inner {
	display: flex;
}

.ezeebus-inner h1 {
	font-size: 18px;
	line-height: 23px;
	font-weight: 300;
	padding-left: 30px;
}

.ezeebus-inner p {
	padding: 10px 0 30px 30px;
}

.ezeebus-inner .svg-inline--fa {
	height: auto;
	width: 45px;
	line-height: normal;
	color: #ffd077;
	font-size: 45px;
}

.ezee-buslist ul {
	list-style: none;
	padding: 0;
	font-size: 14px;
	line-height: 35px;
	font-weight: 300;
}

.ezee-buslist .fa-caret-right {
	color: #03a9f4;
}

.ezee-buslist .svg-inline--fa {
	margin-right: 30px;
}

.busdemo-btn a {
	background: #fff;
	color: #1a80b6;
	line-height: 21px;
	font-size: 18px;
	padding: 20px 30px;
	text-transform: uppercase;
	font-weight: 500;
	font-family: 'Raleway';
	font-weight: 600;
}

.busdemo-btn a:hover {
	border: 2px solid #ffffffe6;
	background: transparent;
	color: #ffffffe6;
	text-decoration: none;
}

/* Ezeebot Section */
.ezeebot-slide {
	background: url('../images/ezeebot-slide.png') no-repeat;
	background-size: 100%;
	position: relative;
	height: 490px;
}

.ezeebot-inner h1 {
	position: absolute;
	width: 100%;
	top: 3em;
}

.ezeebot-mbl {
	position: relative;
}

.ezeebot-mbl img {
	position: absolute;
	z-index: 11;
}

.ezeebot-mbl h2 {
	font-size: 20px;
	font-weight: 400;
	line-height: 1.45;
	padding: 5rem;
}

.ezeebot-mbl .mark,
mark {
	padding: 0px 4px;
	background-color: #51a3dc;
	color: #fff;
}

.ezeebot-quoted h2 {
	font-family: caveat;
	font-size: 35px;
	font-weight: 300;
	line-height: 1.45;
	color: #f2bc12;
}

.ezeebot-quoted p {
	padding: 30px 0;
	margin: 0;
	font-weight: 500;
}

@media(max-width:720px) {
	.cargo {
		height: 550px;
	}

	.support-head p {
		padding: 10px;
	}

	.support-call h2 {
		padding: 10px;
	}
}

/* About-Us */
.about-section h1 {
	color: #373737;
	font-size: 45px;
	text-align: right;
	font-weight: bold;
}

.about-section h1 span {
	color: #fcb914;
}

.about-section h6 {
	display: inline-block;
	background-color: #eeeeee;
	padding: 5px 15px;
	border-radius: 5px;
	font-size: 14px;
	color: #144e8c;
}

.about-section p {
	color: #656565;
	font-size: 16px;
	font-weight: 500;
	text-align: justify;
}

/* Service-section */
.service-section h1 {
	display: flex;
	align-items: center;
	font-size: 22px;
	font-weight: 300;
	color: #1b317a;
}

.service-section h1 span {
	font-size: 60px;
	font-weight: bold;
	margin-right: 10px;
}

.service-card {
	background: #eee;
	padding: 30px;
	border-radius: 10px;
}

.service-card p {
	font-size: 16px;
	line-height: 1;
}

/* Divider */
.divider-section .app-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(45deg, #e7f8ff, transparent);
	border-radius: 5px;
	padding: 0 10px;
}

.divider-section .app-inner h5 {
	font-size: 14px;
	font-weight: normal;
}

.divider-section .app-inner img {
	width: 60%;
}

.divider-section .app-section h6 {
	font-size: 14px;
	color: #144e8c;
	margin: 0;
}

.divider-section .app-section h6 span {
	font-size: 30px;
	font-weight: bold;
}

.product-section a img {
	width: 100%;
	transform: scale(0.8);
	transition: all 0.3s ease-in-out;
}

.product-section a:hover img {
	transform: scale(1);
}

.software-section a:hover {
	text-decoration: none;
}

/* Client-section */
.client-section h3 {
	font-weight: normal;
}

.client-section h3>span {
	font-size: 55px;
	font-weight: bold;
}

/* Content */
.content-left {
	border-left: 1px dashed #d8d8d8;
}

.content-card {
	padding: 15px;
}

.content-card img {
	width: 4%;
}

.content-card h1 {
	color: #f00;
	font-weight: bold;
}

.content-card p {
	font-size: 14px;
	font-weight: 600;
}

.content-right img {
	width: 50%;
}

@media(max-width:992px) {
	.sticky {
		position: relative;
	}

	.dropdown-menu-content {
		display: none;
	}

	.banner h2 {
		font-size: 30px;
	}
}