@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');


body{ padding:0; margin:0; font-family: 'Poppins', sans-serif; color:#798396;  font-size:14px; background:#fff;  overflow-x:hidden;} 
 
ul{ list-style:none; margin:0; padding:0;}
p {
	font-size: 14px;  font-family: 'Poppins', sans-serif; 
	font-weight: normal;
	line-height: 24px;
	color: #000000;
	margin-bottom: 15px;
}
a{ color:#d61f69;}
h1,h2,h3,h4,h5,h6{ margin:0; padding:0; color:#000000; font-family: 'Poppins', sans-serif; }
img {
	max-width: 100%;
}

#center,
#footer{ overflow-x:hidden;}

body .container { max-width:1250px;}
#header {
	padding: 20px 0;
	background:#F2F2F2;
}

#header .row {
	align-items: center;
}

#header .logo  { max-width: 150px; padding-top: 8px}
#header .logo img { max-width: 100%;}
#header .navbar { text-align: right; font-size:16px; font-weight:400; font-family: "Manrope", serif; position:relative;}
#header .navbar ul li { display: inline-block; margin-right: 20px;}
#header .navbar ul li:last-child {margin-right: 0px;}
#header .navbar ul li a {
	color: #141414;
	display: block;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
}
#header .navbar ul li a:hover { color: #1E3C72;}

#header .navbar-toggler { border: 2px solid #fff; }
#header .logo .hlogocolor {display: none;}

#header .navbar ul li .helpline, #header .navbar ul li .contectinfo {
	background: #1E3C72;
	padding: 8px 10px;
	border-radius: 20px;
	font-size: 13px;
	color: #fff;
}
#header .navbar .navbar-nav {
	align-items: center;
}
#header .navbar ul li .helpline img, #header .navbar ul li .contectinfo img {
	width: 18px;
	margin-right: 5px;
}
#header .navbar ul li.dropdown > a::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-width: 0.3em 0.3em 0px;
	border-style: solid solid none;
	border-color: currentcolor transparent;
}

#header .navbar ul li.dropdown .dropdown-menu {
	background: #1E3C72;
	border: 0;
	font-size: 14px;
	top: 32px;
}
#header .navbar ul li.dropdown .dropdown-menu::before {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-width: 7px 7px 0px;
	border-style: solid solid none;
	border-color: currentcolor transparent;
	color: #1E3C72;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 12px;
	transform: rotate(-180deg);
	top: -5px;
}

#header .navbar ul li.dropdown:hover .dropdown-menu{
	display:block;
	opacity:1;
}

#header .navbar ul li.dropdown .dropdown-menu li {
	display: block;
	margin-right: 0;
}
#header .navbar ul li.dropdown .dropdown-menu li a {
	color: #fff;
	padding: 5px 10px;
}
#header .navbar ul li.dropdown .dropdown-menu li a:hover {
	color: #1E3C72;
	background: #fff;
}


/*
#header.header_fix { background: rgba(255,255,255,0.95);	padding: 10px 0; border-bottom:1px solid #00000014;}
#header.header_fix .logo .hlogowhite {display: none;}
#header.header_fix .logo .hlogocolor {display: block;}

#header.header_fix .navbar ul li a { color:#000;}
#header.header_fix .navbar ul li a:hover { color:#d61f69;}*/

#banner{ position:relative; background:#F2F2F2; padding-bottom:80px; overflow:hidden; margin-bottom:80px; }
#banner #banner_slider{ position:relative; z-index:1;}
#banner{ position:relative; margin-bottom:0px;}
#banner .carousel-item img { width: 100%;}
#banner .carousel-control.left { left: 0; }
#banner .carousel-control.right { right: 0; }
#banner .carousel-control-next, #banner_slider .carousel-control-prev {
	width: 80px;
	opacity: 0;
}
#banner  .carousel-control-next-icon, #banner .carousel-control-prev-icon {
	background-color: #1e3c72;
	opacity: 1;
	border-radius: 100%;
	width: 50px;
	height: 50px;
	background-size: 30px;
}

#banner .carousel-control { height: 50px; width: 50px; top: 45%; background: #fff; border-radius: 0; opacity: 0.3; color: #000; text-shadow: none; line-height: 53px;font-size: 20px;}
#banner .carousel-control:hover{opacity:1;}	

#banner .carousel-item .item_infoin {
	max-width: 550px;
	padding: 90px 0 0 0;
}
#banner .item_infoin h1 {
	color: #1E3C72;
	font-size: 52px;
	font-weight: 800;
	line-height: 59px;
	margin: 0 0 15px;
	font-family: "Manrope", serif;
	text-transform: capitalize;
}

#banner .carousel-item .item_infoin h5 {
	font-size: 24px;
	font-family: "Manrope", serif;
	line-height: 29px;
	font-weight: 700;
	margin: 0 0 15px;
}

#banner .item_infoin p { color: #fff; margin: 0 0 25px; }

#banner .carousel-item .item_infoin .view_more {
	font-size: 20px;
	font-weight: 400;
}

#banner .item_infoin .view_more a {
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	text-decoration: none;
	display: inline-block;
	padding: 4px 20px;
	color: #fff;
	border-radius: 50px;
	background: #1E3C72;
}
#banner .item_infoin .view_more a:hover { background: #000; }


#banner #banner_slider .slideboxx {
	display: flex;
	padding-bottom: 30px;
}
#banner #banner_slider .slideboxx .item_info {
	width: 50%;
	position: relative;
}
#banner #banner_slider .slideboxx .slider_image {
	width: 50%;
	position: relative;
}

#banner #banner_slider .slideboxx .slider_image .slider_img {
	overflow: hidden;
	border-radius: 100px 20px 20px 20px;
	max-width: 585px;
	margin: auto;
	position: relative;
	z-index: 1;
}

#banner #banner_slider .slideboxx .slider_image::after {
	content: "";
	border: 2px solid #E5E5E5;
	border-radius: 100px 20px 20px 20px;
	position: absolute;
	right: 0px;
	width: 90%;
	height: 90%;
	bottom: -30px;
}

#banner.innpbanner {
	/* background: rgb(217,31,105); */
	/* background: linear-gradient(135deg, rgba(217,31,105,1) 0%, rgba(143,25,107,1) 100%); */
	padding: 0;
	text-align: center;
}
#banner.innpbanner .breadcrumb { justify-content: center; }
#banner.innpbanner .breadcrumb li.breadcrumb-item.active,
#banner.innpbanner .breadcrumb li a { color: #fff;}
#banner.innpbanner .breadcrumb-item + .breadcrumb-item::before { color: #fff; }

#banner.innpbanner .innpbanner_img {
}

#banner.innpbanner .innpbanner_img img {
	width: 100%;
}

#banner.innpbanner .item_infoin {
	position: absolute;
	z-index: 9;
	left: 0;
	right: 0;
	top: auto;
	bottom: 20px;
}

#banner.innpbanner .item_infoin h1 {
	color: #fff;
	font-size: 48px;
	font-weight: 700;
	line-height: 50px;
	margin: 0 0 15px;
	background: #1E3C72CC;
	display: inline-block;
	padding: 10px 25px;
	text-transform: capitalize;
}

.innerpage{ background:#fbfbfb;}


.section{ position:relative;}
.section .section_iner {
	padding: 60px 0 60px;
	position: relative;
	z-index: 1;
}
.section .sec_head {
	text-align: center;
}
.section h1 {
	font-size: 32px;
	margin-bottom: 35px;
	text-transform: capitalize;
	color: #1E3C72;
	font-weight: 700;
	line-height: 48px;
	position: relative;
	text-align: center;
	display: inline-block;
	padding-bottom: 10px;
}
.section h1::before {
	content: "";
	background: #1E3C72;
	height: 3px;
	bottom: 0;
	width: 100px;
	left: 0;
	right: 0;
	position: absolute;
	z-index: 1;
	margin: auto;
}

.section h1::after {
	content: "";
	background: #DFDFDF;
	height: 3px;
	position: absolute;
	bottom: 0;
	width: auto;
	left: 0;
	right: 0;
}

.section h6 {
	font-size: 14px;
	font-weight: 600;
	color: #b31e7b;
	margin: 0 0 20px;
	line-height: 16px;
}
.section p {
	margin: 0 0 25px;
	font-size: 20px;
	line-height: 34px;
}

#aboutnsec.section .sec_content p {
	font-size: 22px;
	line-height: 31px;
	color: #575757;
	text-align: center;
	margin-bottom:50px;
}

#aboutnsec.section .sec_content2 p {
	font-size: 22px;
	line-height: 31px;
	color: #575757;
	text-align: left;
	margin-bottom:50px;
}
#aboutnsec.section .sec_content2 h4 {
	color: #1E3C72;
	font-size: 38px;
	font-weight: 700;
	margin: 0 0 40px;
}
.innerpage #aboutnsec.section .sec_content p {
	margin-bottom: 90px;
}

.imganimate{ overflow:hidden;}
.imganimate img {
	width: 100%;
	opacity: 0.8;
	transition-duration: 0.3s;
}
.imganimate:hover img {
	opacity: 1;
	transform: scale(1.1);
}

.section .btnbx {
	font-size: 20px;
	font-weight: 400;
	text-align: center;
}

.section .btnbx a {
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	text-decoration: none;
	display: inline-block;
	padding: 4px 20px;
	color: #fff;
	border-radius: 50px;
	background: #1E3C72;
}
.section .btnbx a:hover {
	color: #fff;
	background: #000;
}
.section .sec_brandlist {
	padding: 0px 0;
}

.ourstrengths h2 {
	color: #1E3C72;
	font-weight: 700;
	font-size: 38px;
	margin: 0 0 30px;
}
.ourstrengths .strength_bx {
	position: relative;
	border-radius: 30px;
	overflow: hidden;
	margin-bottom:30px;
	box-shadow: 1px 1px 3px #00000040;
}

.ourstrengths .strength_bx .strength_bxname {
	background: #1E3C72A3;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	color: #fff;
	padding: 40px 30px 20px;
	font-size: 32px;
	font-family: "Manrope", serif;
	font-weight: 700;
	line-height: 35px;
	min-height: 160px;
	text-transform: capitalize;
}


#whychoose{
}

#whychoose h1 {
	color: #fff;
}

#whychoose h1::before {
	background: #1E3C7273;
}

#whychoose::after {
	content: "";
	background-image: url(../img/whychhosebg.png);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	min-height: 370px;
	bottom: auto;
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
}

.whychoose-slider .whycho-slide {padding:0 10px 20px;}

.whychoose-slider .whycho-sbx {
	background: #1E3C72;
	border-radius: 20px;
	color: #fff;
	padding: 40px;
	box-shadow: -3px 6px 10px #00000091;
	transition-duration: 0.3s;
}
.whychoose-slider .whycho-sbx:hover {
	background: #000;
}

#whychoose .whychoose-slider .whycho-sbx p {
	text-align: center;
	color: #fff;
	font-size: 22px;
	line-height: 30px;
	font-weight: 500;
	min-height: 60px;
	margin: 0;
}

.whychoose-slider .whycho-sbx .sbxicon {
	background: #fff;
	width: 145px;
	height: 145px;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto auto 30px;
}
.whychoose-slider .whycho-sbx .sbxicon img{ width:98px;}

.whychoose-slider .slick-next,.whychoose-slider .slick-next:hover{ background:url(../img/chevron-right.png)!important;}
.whychoose-slider .slick-prev,.whychoose-slider .slick-prev:hover { background:url(../img/chevron-left.png)!important;}

.whychoose-slider .slick-arrow::before {
	content: "";
}

.whychoose-slider .slick-arrow {
	width: 68px;
	opacity: 1;
	height: 68px;
}
.whychoose-slider .slick-prev {
	left: -80px;
}
.whychoose-slider .slick-next {
	right: -80px;
}

#whychoose p {
	text-align: center;
	color: #fff;
	margin: 0 0 40px;
}

#explorefleet .nav-tabs {
	text-align: center;
	justify-content: center;
	border: 0;
	background: #1E3C72;
	border-radius: 60px;
	padding: 3px;
}
#explorefleet .nav-tabs li {
	margin: 0 10px;
}
#explorefleet .nav-tabs .nav-link {
	color: #fff;
	border-radius: 60px;
	font-size: 22px;
}

#explorefleet .nav-tabs .nav-link.active {
	background-color:#000000;
	border-color:#000000;
}
#explorefleet .nav-tabs {
	text-align: center;
	justify-content: center;
	border: 0;
	background: #1E3C72;
	border-radius: 60px;
	padding: 3px;
	margin: 0 0 40px;
}

#explorefleet .tab-content {
	padding: 0 15px;
}

.explore_carbx {
	border: 7px solid #1E3C72;
	border-radius: 15px;
	overflow: hidden;
	position: relative;
	margin-bottom:40px;
}

.explore_carbx .explore_carname {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0px;
	background: #1E3C72CC;
	color: #fff;
	text-align: center;
	font-size: 35px;
	padding: 10px;
	font-weight: 500;
}

.explore_carbx .explore_carname  a{ color:#fff; text-decoration:none;}

.explore_carbx .explore_carimg{ overflow:hidden; background:#000;}
.explore_carbx .explore_carimg img {
	width: 100%;
	opacity: 0.8;
	transition-duration: 0.3s;
}
.explore_carbx:hover .explore_carimg img {
	opacity: 1;
}
#track {
	background-image: url(../img/isolation_mode.png);
	background-size: contain;
	min-height: 550px;
	background-position: top center;
	background-repeat: no-repeat;
}

#track .trackbox {
	text-align: center;
	position: relative;
	display: block;
}

#track .trackbox .trackbox_info h2 {
	font-size: 40px;
	font-weight: 800;
	color: #1E3C72;
	margin: 0;
}
#track .trackbox .trackbox_info p {
	color: #1E3C72;
	font-size: 20px;
}

#track .trackbox.trackbox1 {
	margin-top: -70px;
	padding-left: 15px;
}

#track .trackbox.trackbox1 .trackbox_icon {
	margin-bottom: 100px;
}
#track .trackbox.trackbox2 .trackbox_info {
	margin-bottom: 0;
	padding-top: 50px;
}
#track .trackbox.trackbox3 {
	padding-left: 150px;
	padding-top: 0;
}
#track .trackbox.trackbox3 .trackbox_icon {
	margin-bottom: 50px;
}
#track .trackbox.trackbox3 .trackbox_icon {
	margin-bottom: 140px;
}
#track .trackbox.trackbox3 .trackbox_info {
	max-width: 270px;
	margin: auto;
	text-align: center;
}

.testi-sbx {
	background: #F8F8F8;
	padding: 30px 60px;
	box-shadow: 1px 0px 6px #00000040;
	border-radius: 20px;
	display: flex;
	align-items: center;
}

.testimonials .testi-slide {
	padding: 10px;
}

.testi-sbx .testi-left {
	width: 250px;
	text-align: center;
}

.testi-sbx .testi-left .testi-img {
	width: 150px;
	border-radius: 100%;
	height: 150px;
	margin:0 auto 10px;
	overflow: hidden;
}

.testi-sbx .testi-left .testi-img img{
	width: 150px;
	height: 150px;
}
.testi-sbx .testi-left .testi-name h3 {
	font-size: 24px;
	font-weight: 800;
	text-align: center;
}

.testi-sbx .testi-left .testi-name h3 span {
	font-size: 18px;
	display: block;
	font-weight: 500;
}

.testi-sbx .testi-left .testi-name h6 {
	color: #000;
	font-size:18px;
	font-weight: 300;
	text-align: center;
}

.testi-sbx .testi-right {
	padding: 0 0 0 50px;
	max-width: 80%;
}

.testi-sbx .testi-right .testi-commnt p {
	color: #585858;
	font-size: 18px;
	text-align: center;
	margin: 0 0 10px;
}
.testi-sbx .testi-right .testi-rating {
	display: flex;
	justify-content: center;
	column-gap: 5px;
}

.testimonials .slick-next,.testimonials .slick-next:hover{ background:url(../img/chevron-right.png) !important;}
.testimonials .slick-prev,.testimonials .slick-prev:hover { background:url(../img/chevron-left.png)!important;}

.testimonials .slick-arrow::before {
	content: "";
}

.testimonials .slick-arrow {
	width: 68px;
	opacity: 1;
	height: 68px;
}
.testimonials .slick-prev {
	left: -80px;
}
.testimonials .slick-next {
	right: -80px;
}


.personaltravel .sec_content ,
.corporatesolutions .sec_content {
	text-align: center;
}

.section_iner h2 {
	color: #1E3C72;
	font-weight: 700;
	font-size: 32px;
	margin: 0 0 50px;
	text-align:center;
	text-transform: capitalize;
}

.section_iner .ourstrengths h2 {
	text-align: left;
}

#blueboxlist{
	background-image:url(../img/bgimg.jpg);
	background-size:cover;
	background-repeat:no-repeat;
}

#blueboxlist .section_iner {
	background: #081A39E5;
	padding-top: 120px;
}

#blueboxlist .bluelbx {
	position: relative;
	margin-bottom:50px;
}

#blueboxlist .bluelbx .bluelbx_head {
	display: flex;
	align-items: center;
	margin: 0 0 10px;
	font-size: 22px;
	color: #fff;
	font-weight: 700;
	text-transform: capitalize;
	min-height: 66px;
}
#blueboxlist .bluelbx .bluelbx_hicon { margin-right:10px;}
#blueboxlist .bluelbx .bluelbx_hicon img {
	width: 60px;
}

#blueboxlist .bluelbx .bluelbx_content p {
	color: #fff;
	font-size: 18px;
	line-height: 27px;
	margin: 0;
}

#blueboxlist .bluelbx .bluelbx-image {
	border-radius: 20px;
}

#blueboxlist .bluelbx .bluelbx-image img {
	opacity: 1;
}


#allindiapermit .permit_bx {
	position: relative;
	border-radius: 30px;
	overflow: hidden;
	margin-bottom:30px;
	box-shadow: 1px 1px 3px #00000040;
}

#allindiapermit .permit_bx .permit_bxname {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	background: #1E3C72CC;
	color: #fff;
	text-align: center;
	font-size: 38px;
	padding: 10px;
}

#vision_sec {
	background: #00000005;
}

#vision_sec p {
	margin: 0;
	text-align: center;
}

#vision_sec h1::before {
	width: 40px;
}

#vision_sec .sec_head {
	text-align: left;
}
#vision_sec .sec_content p {
	text-align: left;
}


.section .sec_brandlist .imganimate {
	text-align: center;
}

.section .sec_brandlist .imganimate img {
	max-height: 220px;
	margin: auto;
	width:auto;
}

.contactsection{ margin-bottom:40px; display:flex; flex-wrap: wrap;}
.contactsection .contactsleft {
	width: 52%;
	padding-top:0px;
}
.contactsection .contactsright {
	width: 45%;
	margin-right: 0;
	margin-left: auto;
}

.section_iner .contactsleft h2 {
	color: #222222;
	text-align: left;
	margin: 0;
	text-transform: capitalize;
	font-weight: 400;
}
.section_iner .contactsleft h3 {
	color: #1E3C72;
	text-align: left;
	font-size:38px;
	margin: 0 0 20px;
	text-transform: none;
	font-weight: 700;
}

.section .contactsleft p {
	margin: 0 0 40px;
	font-size: 18px;
	line-height: 30px;
}

.contactsection .contactsleft .contatbx h3 {
	font-size: 20px;
	font-weight: 600;
	color: #1E3C72;
	margin:0 0 0px;
}

.contactsection .contactsleft .contatbx {
	position: relative;
	padding: 8px 0px 0 60px;
}
.contactinfo ul li {
	border-bottom: 1px solid #E2E2E2;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.contactsection .contactsleft .contatbx .contatbx_icn {
	font-size: 35px;
	position: absolute;
	left: 0;
	top: 0;
}

.contactsection .contactsleft .contatbx p {
	margin: 0;
}

.contactsection .contactsleft .followus p{ margin-bottom:20px;}
.followus .followus-links ul li {
	display: inline-block;
	margin-right: 5px;
}



.contactsection .contactsright h3 {
	color: #fff;
	font-weight: 600;
	margin: 0 0 20px;
	font-size: 25px;
}
.contactsection .contactsright p{color: #fff;}

.contactsection .contactsright{
	background:#1E3C72;
	padding:60px;
	border-radius: 30px;
	
}

.contactsection .contactsright .form-group { position: relative; margin-bottom: 25px;}
.contactsection .contactsright .form-group.message-btn {	margin: 0; }
.contactsection .contactsright .form-group input[type="text"], 
.contactsection .contactsright .form-group input[type="email"],
.contactsection .contactsright .form-group select,
 .contactsection .contactsright .form-group textarea {
	position: relative;
	width: 100%;
	height: 60px;
	background: rgba(255,255,255,0.99);
	font-size: 16px;
	padding: 15px 20px;
	outline: 0;
	border: 2px solid #fff;
	transition: all 500ms ease;
	border-radius: 12px;
}


.contactsection .contactsright .form-group textarea {
  display: block;
  height: 170px;
  resize: none;
}

.contactsection .contactsright .form-group button {
	display: block;
	width: auto;
	padding: 15px 40px;
	font-size: 16px;
	color: #fff;
	transition: all 500ms ease;
	border: 0;
	background: #000;
	font-weight: 600;
	margin-bottom: 0;
	border-radius: 30px 30px 30px 30px;
}
.contactsection .contactsright .form-group button:hover { background:#222; color:#fff;}


#banner.innpbanner.contactbanner .item_infoin h1 {
	font-weight: 300;
	text-transform: none;
	background: #1E3C7259;
	border: 1px solid #ffffff5c;
	border-radius: 40px;
	font-size: 38px;
	padding: 12px 30px;
}

#banner.innpbanner.contactbanner .item_infoin h1 img {
	width: 45px;
	margin-right: 5px;
}



/**/
#footer {
	background-image: url(../img/footerbg.png);
	background-size: cover;
	padding-top: 070px;
}
#footer.contactfooter {
	padding-top:320px;
}

#footer  #fcallsec {
	background: #1e3c72;
	color: #fff;
	margin-bottom:450px;
	
}

#footer #fcallsec .fcallsec-logo {
	background: #fbfbfb;
	padding: 50px 0;
}

#footer #fcallsec .fcallsecinr {
	display: flex;
	align-items: center;
}

#footer #fcallsec .fcallsec-logo {
	background: #fbfbfb;
	padding: 20px 0;
	margin-left: auto;
	width: 30%;
	text-align: center;
}

#footer #fcallsec h6 {
	color: #fff;
	font-size: 24px;
	text-transform: capitalize;
	font-weight: 300;
}
#footer #fcallsec h2 {
	color: #ffff;
	font-size: 32px;
	font-weight: 700;
	text-transform: capitalize;
}

#footerin {
	background: #00000080;
	padding:50px 0 10px;
}

#footer #footerin p{ margin:0 0 25px; text-align:left; line-height:25px; color:#fff; font-size:16px; }
#footer #footerin p i{ color:#0087c9; margin-right: 5px; display: inline-block;}
#footer #footerin .footerlogo { width: 130px; background: #fff;  padding: 20px; border-radius: 20px; margin-bottom:30px;}

#footer #footerin .footerbox {
	margin: 0 0 40px;
}
#footer #footerin .footerbox.footer_list ul li { color:#fff; text-transform: capitalize;}
#footer #footerin .footerbox.footer_list ul li a{ color:#fff; text-decoration:none; }
#footer #footerin .footerbox.footer_list ul li a:hover{ color:#fff;  }


#footer #footerin .footerbox ul { color: #fff; font-size: 16px; }
#footer #footerin .footerbox ul li { margin: 0 0 8px; position: relative; }
#footer #footerin .footerbox ul li:last-child { margin: 0; }

#footer #footerin .footerbox h5 {
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	margin: 0 0 10px;
}

#footer #footercopyright{ padding:20px 0; text-align:center; border-top:1px solid #ffffff4d;}

#footer #footercopyright p {
	margin: 0;
	font-size: 13px;
	color: #ffffff;
	text-align: center;
	opacity: 1;
	margin: 0;
	line-height: 20px;
}

#footer #footerdown .footerbox ul li.footersocial {
	padding-top: 20px;
	font-size: 18px;
}
#footer #footerin .footerbox ul li.footersocial a {
	color: #d61f69;
	background: #fff;
	width: 30px;
	height: 30px;
	margin-right: 15px;
	display: inline-block;
	text-align: center;
	line-height: 30px;
	font-size: 15px;
	border-radius: 100%;
}
#footer #footerin .footerbox ul li.footersocial a:hover {
	color: #fff;
	background: #000;
}

#footer #footerin .footerbox ul.cinfoo li {
	padding: 0 0 0 45px;
}
#footer #footerin .footerbox ul.cinfoo li i {
	font-size: 25px;
	width: 32px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 5px;
}
#footer #footerin .footerbox ul.cinfoo li span {
	font-weight: 600;
	display: block;
	font-size: 16px;
}

#footer #footerin .newsletterbox { }
#footer #footerin .newsletterbox .form-control { margin: 0 0 15px; border-radius: 30px; box-shadow: none; font-size: 15px; height: 45px; border: 2px solid #fff; background: none; color:#fff; padding:8px 20px;}

#footer #footerin .newsletterbox .form-control::placeholder {
  color: #fff;
  opacity:0.5; 
}

#footer #footerin .newsletterbox .form-control:-ms-input-placeholder { 
  color: #fff;
}

#footer #footerin .newsletterbox .form-control::-ms-input-placeholder { 
  color: #fff;
}

#footer #footerin .newsletterbox .btn.btn-primary {
	box-shadow: none;
	background: #fff;
	color:#d61f69;
	border-radius: 30px;
	border: 0;
	font-size: 16px;
	font-weight: 600;
	padding: 15px 20px;
	width:100%;
}
#footer #footerin .newsletterbox .btn.btn-primary:hover {
	background: #000;
	color:#fff;
}
/**/

#header .navbar-toggler {
	position: absolute;
	right: 15px;
	top: -65px;
	font-size: 20px;
	width: 40px;
	height: 35px;
	line-height: 30px;
	padding: 0;
	border: 2px solid #1E3C72;
	outline: 0;
	box-shadow: none;
	color: #1E3C72;
	z-index: 99;
}


.scrollToTop {
	position: fixed;
	right: 50px;
	bottom: 40px;
	color: #ffffff96;
	font-size: 32px;
	z-index: 9;
	background: #1e3c72;
	width: 31px;
	height: 31px;
	line-height: 22px;
	border-radius: 100%;
	overflow: hidden;
	text-align: center;
}
.scrollToTop:hover {
	color: #fff;
}

.whatsapp_btn {
	position: fixed;
	right: 40px;
	z-index: 99;
	bottom: 85px;
}

.whatsapp_btn a {
	color: #fff;
	background: #22d365;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 28px;
	display: block;
}

@media screen and (min-width:1300px){

body .container {
	max-width: 1320px;
}

}

@media screen and (min-width:768px){

	
#header .navbar-expand-lg {justify-content: right;}
	/*
.personaltravel .sec_content,
.corporatesolutions .sec_content {
	text-align: center;
	max-width: 75%;
	margin: auto;
}
*/
	
}

@media screen and (min-width:992px){
.navbar-expand-lg .navbar-nav {
	width: 100%;
	justify-content: right;
}

.contactsection .contactsleft {
	padding-right: 100px;
}
	
}




@media screen and (max-width:1199px){
#header .navbar {
	font-size: 14px;
}

#header .navbar ul li {
	margin-right: 10px;
}

#banner.innpbanner .item_infoin h1 {
	font-size: 40px;
	line-height: 45px;
}
.section_iner h2,
.section h1 {
	font-size: 28px;
}
.section p {
	font-size: 18px;
	line-height: 28px;
}

#allindiapermit .permit_bx .permit_bxname {
	font-size: 30px;
}

#blueboxlist .bluelbx .bluelbx_head {
	font-size: 20px;
}
#blueboxlist .bluelbx .bluelbx_hicon img {
	width: 50px;
}

#blueboxlist .bluelbx .bluelbx_content p {
	font-size: 16px;
	line-height: 25px;
}

#aboutnsec.section .sec_content2 h4 {
	font-size: 32px;
	margin: 0 0 20px;
}
#aboutnsec.section .sec_content2 p {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 0px;
}

.ourstrengths .strength_bx .strength_bxname {
	padding: 30px 30px 20px;
	font-size: 25px;
	font-weight: 700;
	line-height: 31px;
	min-height: 150px;
}

#banner #banner_slider .slideboxx {
	padding-left: 60px;
	padding-right: 60px;
}

#banner .carousel-control-next-icon, 
#banner .carousel-control-prev-icon {
	width: 35px;
	height: 35px;
	background-size: 20px;
}

#banner .item_infoin h1 {
	font-size: 32px;
	font-weight: 800;
	line-height: 42px;
	margin: 0 0 5px;
}

#banner .carousel-item .item_infoin h5 {
	font-size: 20px;
	line-height: 25px;
	margin: 0 0 15px;
}

#banner .carousel-item .item_infoin {
	padding: 80px 40px 0 0;
}

#aboutnsec.section .sec_content p {
	font-size: 18px;
}

.whychoose-slider .whycho-sbx {
	padding: 40px 20px;
}

#whychoose .whychoose-slider .whycho-sbx p {
	font-size: 20px;
}

#explorefleet .nav-tabs .nav-link {
	font-size: 18px;
}

.explore_carbx .explore_carname {
	font-size: 25px;
}

#track .trackbox .trackbox_info h2 {
	font-size: 25px;
}

#track {
	min-height: 440px;
}

#track .trackbox.trackbox1 .trackbox_icon {
	margin-bottom: 40px;
}

#track .trackbox .trackbox_info {
	background: #ffffff75;
	border-radius: 20px;
	text-align: center;
	padding: 20px;
}

#track .trackbox .trackbox_info p {
	font-size: 18px;
	margin: 0;
}

#track .trackbox.trackbox3 .trackbox_icon {
	margin-bottom: 30px;
}

#track .trackbox.trackbox3 {
	padding-left: 0;
	padding-top: 0;
}

#track .trackbox .trackbox_icon img {
	width: 90px;
}

#track .trackbox.trackbox2 .trackbox_info {
	margin-bottom: 20px;
	padding-top: 0;
}

#testimonils .testimonials {
	padding: 0 10px;
}
#testimonils .testimonials  .slick-prev {
	left: 0;
}
#testimonils .testimonials  .slick-next {
	right: 0;
}

#testimonils .testimonials .slick-arrow {
	width: 40px;
	opacity: 1;
	height: 40px;
	background-size: 100% !important;
	z-index: 1;
}

#banner.innpbanner.contactbanner .item_infoin h1 {
	font-size: 28px;
}
#banner.innpbanner.contactbanner .item_infoin h1 img {
	width: 30px;
}

.section_iner .contactsleft h3 {
	font-size: 32px;
	margin: 0 0 10px;
}

.section .contactsleft p {
	margin: 0 0 40px;
	font-size: 15px;
	line-height: 25px;
}


}

@media screen and (max-width:1099px){

.contactsection .contactsright {
	padding: 50px 30px;
}

.contactsection .contactsleft .contatbx h3 {
	font-size: 16px;
}
	
}

@media screen and (max-width:991px){
#header .logo {
	max-width: 100px;
}

#banner .item_infoin h1 {
	font-size: 30px;
	line-height: 35px;
}
#banner .carousel-item .item_infoin h5 {
	font-size: 18px;
}


#banner .carousel-item .item_infoin .view_more {
	font-size: 16px;
}
#banner .carousel-item .item_infoin {
	padding: 50px 0 0 0;
}
#banner #banner_slider .slideboxx .slider_image::after {
	right: -20px;
	height: 280px;
	bottom: -20px;
}

.section h1 {
	font-size: 26px;
}

#aboutnsec.section .sec_content p {
	font-size: 16px;
	line-height: 28px;
}

.section .btnbx {
	font-size: 16px;
}

.whychoose-slider.slick-slider {
	padding: 0 70px;
}

.whychoose-slider .slick-prev {
	left: 0;
}
.whychoose-slider .slick-next {
	right: 0;
}

.whychoose-slider .slick-arrow {
	width: 45px;
	opacity: 1;
	height: 45px;
	background-size: 100% !important;
}


.whychoose-slider .whycho-sbx .sbxicon img {
	width: 80px;
}

.whychoose-slider .whycho-sbx .sbxicon {
	width: 125px;
	height: 125px;
}
#whychoose .whychoose-slider .whycho-sbx p {
	font-size: 18px;
	line-height: 26px;
}

#explorefleet .nav-tabs li {
	margin: 0 5px;
}

#explorefleet .nav-tabs .nav-link {
	font-size: 14px;
}

.explore_carbx .explore_carname {
	font-size: 18px;
}

.testi-sbx .testi-right .testi-commnt p {
	font-size: 15px;
	line-height: 25px;
}

.testi-sbx .testi-left .testi-name h3 {
	font-size: 20px;
}

.testi-sbx .testi-left .testi-name h6 {
	font-size: 15px;
}

#banner.innpbanner .item_infoin h1 {
	font-size: 28px;
	line-height: 35px;
	margin: 0 0 5px;
	padding: 8px 20px;
}

#aboutnsec.section .sec_content2 h4 {
	font-size: 25px;
	font-weight: 700;
	margin: 0 0 20px;
	line-height: 35px;
}

#aboutnsec.section .sec_content2 p {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 20px;
}
.section_iner h2 {
	font-size: 25px;
}

.ourstrengths .strength_bx .strength_bxname {
	padding: 25px 20px 20px;
	font-size: 18px;
	line-height: 25px;
	min-height: 110px;
}

#blueboxlist .bluelbx .bluelbx_head {
	font-size: 18px;
}

#blueboxlist .bluelbx .bluelbx_hicon img {
	width: 50px;
}

#blueboxlist .bluelbx .bluelbx_content p {
	color: #fff;
	font-size: 15px;
	line-height: 25px;
	margin: 0;
}



#allindiapermit .permit_bx .permit_bxname {
	font-size: 25px;
	padding: 5px;
}


#footer #fcallsec h6 {
	font-size: 20px;
}
#footer #fcallsec h2 {
	font-size: 25px;
}

#footer #footerin .footerbox h5 {
	font-size: 17px;
	margin: 0 0 8px;
}

#footer #footerin p {
	line-height: 24px;
	font-size: 14px;
}

#header .navbar ul li {
	margin-right: 0;
	display: block;
	margin-bottom: 10px;
}

#header .navbar .navbar-nav {
	align-items: center;
	background: #1E3C72;
	padding: 20px 0;
}

#header .navbar ul li a{ color:#fff; }

}

#blueboxlist .boxshowmobile {
	display: none;
}

@media screen and (max-width:767px){
	
	
body{ overflow-x:hidden;}	
#header {
	padding: 20px 0 0;
}
#banner #banner_slider .slideboxx {
	flex-wrap: wrap;
	padding-left: 50px;
	padding-right: 50px;
	position: relative;

}
#banner #banner_slider .slideboxx .item_info,
#banner #banner_slider .slideboxx .slider_image {
	width: 100%;
}
#banner #banner_slider .slideboxx .item_info {
	order: 2;
}
#banner #banner_slider .slideboxx .slider_image {
	margin-bottom: 20px;
}

#banner .carousel-item .item_infoin {
	padding: 0;
	max-width: 100%;
	background: #1E3C72CC;
	padding: 20px 10px;
	border-radius: 10px;
}
#banner .item_infoin h1 {
	font-size: 18px;
	line-height: 25px;
	text-align: center;
	color: #fff;
	margin: 0 0 8px;
}
#banner .carousel-item .item_infoin h5 {
	font-size: 13px;
	text-align: center;
	color: #fff;
	line-height: 20px;
	margin: 0 0 8px;
}
#banner .carousel-item .item_infoin .view_more {
	font-size: 12px;
	text-align: center;
	display: block;
}
#banner {
	padding-bottom: 0;
}

.section h1 {
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 25px;
}
.section p {
	font-size: 16px;
	line-height: 28px;
}
#whychoose p {
	margin: 0 0 30px;
}
.whychoose-slider .whycho-slide {
	padding: 0 10px 0px;
}
.whychoose-slider.slick-slider {
	padding: 0 50px;
}

#explorefleet .nav-tabs {
	border-radius: 20px;
	padding: 10px 10px;
	margin: 0 0 20px;
}
#explorefleet .nav-tabs .nav-link {
	font-size: 14px;
	padding: 5px 15px;
}

.testi-sbx {
	padding: 20px 20px;
	flex-wrap: wrap;
}

.testi-sbx .testi-left {
	width: 100%;
	text-align: center;
	margin: auto;
}
.testi-sbx .testi-left .testi-img,
.testi-sbx .testi-left .testi-img img {
	width: 110px;
	height: 110px;
}

.testi-sbx .testi-right {
	padding: 0;
}
.testi-sbx .testi-right .testi-commnt p {
	font-size: 14px;
	line-height: 22px;
}

#track {/*
background-image: url(../img/isolation_mode_mobi.png);
background-size: cover;*/
min-height: 550px;
background: none;
padding-top: 60px;
}

#track .trackbox.trackbox3 .trackbox_icon,
#track .trackbox.trackbox1 .trackbox_icon,
#track .trackbox .trackbox_icon {
	margin-bottom: 20px;
}

#track .trackbox .trackbox_icon img {
	max-width: 80px;
}

#track .trackbox.trackbox3 .trackbox_info {
	max-width: 100%;
	margin: auto;
	text-align: center;
}

#track .trackbox .trackbox_info {
	background: #1E3C72D1;
	padding: 20px;
	border-radius: 20px;
	width:100%;
}

#track .trackbox .trackbox_info h2 {
	font-size: 25px;
	color: #fff;
}
#track .trackbox .trackbox_info p {
	color: #fff;
	font-size: 16px;
	margin: 0;
}
#track .trackbox.trackbox1 {
	margin-top: -70px;
	padding-left: 0;
}

#track .trackbox {
	margin-bottom: 40px;
	display: flex;
	flex-wrap: wrap;
}

#track .trackbox .trackbox_icon {
	width: 100%;
}
#track .trackbox.trackbox2 .trackbox_info {
	margin-bottom: 0;
	padding-top: 20px;
	order: 2;
}

#track .trackbox.trackbox3 {
	padding-left: 0;
	padding-top: 0;
}

.section .sec_brandlist .imganimate {
	margin-bottom: 30px;
}

.innerpage #aboutnsec.section .sec_content p {
	margin-bottom: 30px;
}

.section .section_iner {
	padding: 30px 0 30px;
}
.ourstrengths .strength_bx .strength_bxname {
	padding: 25px 20px 30px;
	font-size: 16px;
	line-height: 20px;
	min-height: auto;
}
#banner.innpbanner .item_infoin .container {
	padding: 0;
}

#banner.innpbanner .item_infoin {
	position: relative;
	bottom: 0;
}

#banner.innpbanner .item_infoin h1 {
	font-size: 22px;
	line-height: 30px;
	margin: 0;
	padding: 8px 10px;
	display: block;
}

#allindiapermit .permit_bx .permit_bxname {
	font-size: 22px;
	padding: 8px;
	line-height: 28px;
}

.section_iner h2 {
	font-size: 22px;
}

.contactsection .contactsleft {
	width: 100%;
	padding-top: 0px;
	margin-bottom: 40px;
}

.contactsection .contactsright {
	padding: 30px 30px;
	width: 100%;
}

#banner.innpbanner.contactbanner .item_infoin h1 {
	font-size: 18px;
	background: #1E3C72;
	border-radius: 0;
	padding: 10px;
}

#blueboxlist .boxshowmobile {
	display: block;
}
#blueboxlist .boxhidemobile {
	display: none;
}

#footer.contactfooter {
	padding-top: 180px;
}


#footer #footerin .footerbox {
	margin: 0 0 20px;
}

#footer #footerin p {
	margin-bottom: 10px;
}

#footer #fcallsec .fcallsecinr {
	flex-wrap: wrap;
}

#footer #fcallsec .fcallsec-logo {
	background: #fbfbfb;
	padding: 20px 0;
	margin-left: auto;
	width: 100%;
	text-align: center;
	border-radius: 20px;
	margin: 20px 0;
}

#footer #fcallsec .fcallsec-logo img {
	max-width: 100px;
}

#footer #fcallsec .fcallsecinr .fcallsec-info {
	text-align: center;
	width: 100%;
	padding-top: 20px;
}
#footer #fcallsec h6 {
	font-size: 18px;
	margin: 0 0 5px;
}
#footer #fcallsec h2 {
	font-size: 23px;
}

#footer #fcallsec {
	margin-bottom: 80px;
}

}