/* Commomn styles */
body {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
}
a {
	color: #000000;
	font-size: 14px;
	transition-duration: 0.4s;
}
a, a:visited, a:hover, a:active {
	text-decoration: none;
	color: inherit;
	outline: none;
	transition-duration: 0.4s;
	font-size: inherit;
}
a:focus {
	outline: none;
}
img {
	max-width: 100%;
}
.col-1by5 {
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.pad-none {
	padding-left: 0px;
	padding-right: 0px;
}
.pad-left-none {
	padding-left: 0;
}
.pad-right-none {
	padding-right: 0;
}
.pad-5-row {
	margin-left: -2.5px;
	margin-right: -2.5px;
}
.pad-5-row > div {
	padding-left: 2.5px;
	padding-right: 2.5px;
}
.white-bg {
	background: #fff;
}
p {
	font-weight: 300;
	font-size: 18px;
	color: #2c2c2c;
	line-height: 23.61px;
	margin-bottom: 25px;
}
p.alt {
	font-weight: 400;
	font-size: 15px;
	line-height: 17px;
	margin-bottom: 20px;
}
/*  Commomn styles end */
.whatsapp-icon {
    background-color: 
#0dc142;
position: fixed;
width: 60px;
height: 60px;
left: 5px;
border-radius: 50px;
color:
    #fff !important;
    font-size: 29px;
    text-align: center;
    line-height: 59px;
    top: 90%;
    z-index: 999;
}
.whatsapp-icon .fa {
    color: 
    #fff !important;
}
/* header styles start */
.header-top-section {
    background-color: 
    #040707;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 99;
}
.top-contact {
	background-color: #1d1d1d;
	display: inline-block;
	padding: 10px 18px;
	float: left;
	border-left: 1px solid #aa892f;
	border-right: 1px solid #aa892f;
}
.top-contact span {
	font-size: 14px;
	color: #fff;
}
.top-contact a {
	color: #aa892f;
	font-size: 17px;
}
.top-whatsapp {
	background-color: #1d1d1d;
	display: inline-block;
	padding: 10px 0px 10px 17px;
	float: right;
}
.top-whatsapp a {
	font-size: 14px;
	color: #fff;
}
.top-whatsapp span {
	background-color: #0d9f16;
	padding: 12px 13px;
	font-size: 20px;
	margin-left: 11px;
}
.navbar-default {
	background-color: #fff;
	border-color: #fff;
	position: absolute;
	top: 44px;
	left: 0px;
	right: 0px;
	z-index: 999;
	margin-bottom: 0px;
	border-radius: 0px;
}
.navbar-default .navbar-brand {
	color: #040707;
	font-size: 21px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
}
.navbar-brand > img {
	display: block;
	float: left;
}
.navbar-default .navbar-nav > li > a {
	color: #231f20;
	font-size: 17px;
	font-weight: 500;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	color: #aa8e42;
	background-color: transparent;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
	color: #aa8e42;
	background-color: transparent;
}
/*  header styles end  */






/* home about section style start */
.home-about-section {
	text-align: center;
	margin: 50px 0px;
}
.home-about-section h1 {
	font-size: 35px;
	text-align: center;
	color: #aa8e42;
	font-weight: 600;
	margin-top: 0px;
	margin-bottom: 6px;
}
.home-about-section h3 {
	color: #212121;
	font-size: 24px;
	text-align: center;
	margin-bottom: 13px;
	margin-top: 10px;
}
.home-about-section p {
	font-weight: 400;
	font-size: 17px;
	color: #2c2c2c;
	line-height: 25px;
	margin-bottom: 0px;
}
.carousel-indicators .active {
	width: 14px;
	height: 14px;
	margin: 0;
	background-color: #000;
}
.carousel-indicators li {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #000\9;
	background-color: rgba(0,0,0,0);
	border: 2px solid #fff;
	border-radius: 10px;
}
.theme-btn-div {
	position: absolute;
	top: 50%;
	transform: rotate(-90deg);
	right: -70px;
	z-index: 999;
}
.btn.template-btn {
	background-color: #111111;
	color: #fff !important;
	padding: 15px 41px;
	font-size: 20px;
	border: 1px solid #aa8e42;
	border-top-left-radius: 22px;
	border-top-right-radius: 22px;
}
/* home about section style end */


/* our-fleets-section style start */

.our-fleets-section {
	background-color: #f7f7f7;
	padding: 40px 0px;
}
.our-fleets-section h2 {
	font-size: 31px;
	font-weight: 600;
	color: #0d0f11;
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: center;
}
.our-fleets-section p {
	font-size: 20px;
	color: #212121;
	margin-bottom: 0px;
	text-align: center;
	font-weight: 500;
}
.fleets-tab {
	margin-top: 15px;
}
.fleets-tab ul {
	margin-bottom: 25px;
	border-bottom: transparent;
}
.fleets-tab .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
	color: #fff;
	cursor: default;
	background-color: #aa8b37;
	border: none;
}
.fleets-tab .nav-tabs > li > a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: transparent;
	border-radius: 0px;
}
.fleets-tab .nav > li > a {
	position: relative;
	display: block;
	padding: 14px 86.6px;
	font-size: 18px;
	font-weight: 500;
	background-color: #040707;
	color: #fff;
}
/* our-fleets-section style end */



/* why-choose-us style start */
.why-choose-us {
	padding: 60px 0px 30px 0px;
	background-image: url(../img/why-choose-bg.jpg);
	background-attachment: fixed, scroll;
	background-repeat: no-repeat, repeat-y;
	background-size: cover;
	text-align: center;
}
.why-choose-us h2 {
	font-size: 33px;
	font-weight: 700;
	text-shadow: none;
	color: #fff;
	letter-spacing: 2px;
	margin-bottom: 10px;
	margin-top: 0px;
}
.why-choose-us p {
	font-weight: 400;
	font-size: 20px;
	color: #fff;
	line-height: 21px;
	margin-bottom: 50px;
	text-align: center;
}
.process-circle {
	background-color: rgba(0, 0, 0, 0.6);
	width: 300px;
	height: 300px;
	border-radius: 50%;
	padding: 43px 20px;
	margin-bottom: 30px;
	border: 2px solid #aa8b37;
}
.process-circle:hover {
	background-color: #000;
}
.process-circle h2 {
	color: #f4aa40;
	font-size: 40px;
}
.process-circle h3 {
	font-size: 21px;
	color: #aa8e42;
	font-weight: 600;
	letter-spacing: 1px;
	margin-top: 14px;
	margin-bottom: 13px;
}
.process-circle p {
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	line-height: 21px;
	margin-bottom: 0px;
	text-align: center;
}
/* why-choose-us style end*/


/*testimonial-section start*/

.testimonial-section {
	background-image: url(../img/testimonial-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 40px 0px;
	text-align: center;
}
.testimonial-section h2 {
	font-size: 21px;
	color: #aa892f;
	font-weight: 600 !important;
	text-align: center;
	margin: 0px;
}
.testimonial-section h3 {
	font-size: 31px;
	font-weight: 600;
	color: #0d0f11;
	margin-top: 10px;
	margin-bottom: 6px;
}
.testimonial-section h4 {
	font-size: 24px;
	color: #212121;
	margin-bottom: 0px;
}
.testimonial-section span {
	font-size: 30px;
	color: #fff;
	text-align: center;
	font-weight: 400 !important;
	margin: 0px;
}
.testimonial-section p {
	font-size: 19px;
	color: #040707;
	text-align: center;
	margin-top: 28px;
	line-height: 25px;
	font-weight: 300;
	margin-bottom: 18px;
}
.owl-carousel .testiomnial-owl img {
	display: inline-block;
	width: auto;
	background-color: #fff;
	height: 109px;
	border-radius: 50%;
	border: 5px solid #fff;
	text-align: center;
}
.testiomnial-owl h2 {
	font-size: 18px;
	margin-top: 25px;
	font-weight: 600 !important;
	color: #222;
}
.testiomnial-owl span {
	font-size: 16px;
	margin-bottom: 0px;
	margin-top: 0px;
	color: #aa892f;
	padding-left: 5px;
	font-weight: 800 !important;
}
.testimonial-section .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: transparent;
	border: 2px solid #222222;
}
.testimonial-section .owl-theme .owl-dots .owl-dot span {
	width: 13px;
	height: 13px;
	margin: 5px 7px;
	background: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
}
.testimonial-section .owl-theme .owl-dots .owl-dot span {
	background: #AA8B37;
}
/*testimonial-section end*/



/* footer styles start */
.footer-section {
	background-color: #040707;
	padding: 40px 0px 30px 0px;
}
.footer-main-container {
	position: relative;
}
.link-section h2 {
	color: #fff;
	font-size: 22px;
	padding-bottom: 10px;
	border-bottom: 1px solid #aa892f;
	margin-bottom: 16px;
}
.link-section ul {
	list-style: none;
	padding-left: 0px;
}
.link-section ul li {
	margin-bottom: 5px;
}
.link-section ul li a {
	color: #fff;
	font-weight: 400;
	font-size: 15px;
}
.link-section ul li a:hover {
	color: #aa892f;
}
.footer-contact-section {
	border-top: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	padding: 30px 0px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.bottom-contact {
	display: inline-block;
	float: left;
	width: 100%;
}
.bottom-contact img {
	margin-right: 10px;
}
.bottom-contact a {
	color: #fff;
	font-weight: 400;
	font-size: 15px;
}
.bottom-contact a:hover {
	color: #aa892f;
}
.share-set img {
	float: left;
}
.bottom-contact ul {
	list-style: none;
	padding-left: 0px;
	display: inline-block;
	margin-top: 5px;
}
.bottom-contact ul li {
	float: left;
	margin-right: 5px;
	border: 1px solid #fff;
	border-radius: 3px;
	width: 30px;
	height: 33px;
	text-align: center;
	line-height: 32px;
}
.bottom-contact ul li:hover {
	border: 1px solid #aa892f;
}
.bottom-contact ul li:hover a {
	color: #aa892f;
}
.footer-bottom {
	text-align: center;
}
.footer-bottom p {
	font-weight: 300;
	font-size: 16px;
	color: #fff;
	line-height: 25px;
	margin-bottom: 0px;
}
.chat {
	position: absolute;
	top: -20px;
	right: 0px;
}
/*  footer styles end  */



/* inner pages style start */

.inner-banner {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 160px 0px 60px 0px;
	text-align: center;
	border-bottom: 2px dotted #aa8e42;
	background-image: url(../img/inner-page-banner.jpg);
}
.inner-banner h2 {
	font-size: 29px;
	font-weight: 600;
	text-shadow: none;
	color: #040707;
	text-align: center;
}
.inner-banner ul {
	padding: 0px;
	text-align: center;
	margin-top: 11px;
}
.inner-banner ul li {
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	position: relative;
	padding: 0px 15px;
	letter-spacing: 1px;
	color: #222222;
	text-transform: uppercase;
	border-right: 2px solid #aa8e42;
}
.inner-banner ul li:last-child {
	border-right: none;
}
/* about page style start */
.about-page-section {
	margin: 50px 0px;
}
.about-page-section h1 {
	font-size: 29px;
	color: #040707;
	font-weight: 600;
	margin-top: 0px;
	margin-bottom: 5px;
}
.about-page-section h3 {
	color: #212121;
	font-size: 24px;
	margin-bottom: 13px;
	margin-top: 10px;
}
.about-page-section p {
	font-weight: 400;
	font-size: 17px;
	color: #2c2c2c;
	line-height: 25px;
	margin-bottom: 30px;
}
.about-page-section .card {
	padding: 25px 30px;
	border: none;
	box-shadow: 1px 3px 10px #0000001a;
	background-color: #fff;
	min-height: 230px;
	max-height: 280px;
	margin-bottom: 30px;
}
.card-block .card-title {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 12px;
	color: #aa8e42;
}
.card-block p {
	font-weight: 400;
	font-size: 17px;
	color: #2c2c2c;
	line-height: 25px;
	margin-bottom: 0px;
}
/* about page style end */


/* service-page-section style start */
.service-page-section {
	margin: 50px 0px;
}
.service-box {
	background-color: #f7f7f7;
	margin-bottom: 30px;
}
.service-box-dtl {
	padding: 10px 15px;
}
.service-box-dtl h2 {
	font-size: 24px;
	color: #aa8e42;
	font-weight: 600;
	letter-spacing: 1px;
	margin-top: 8px;
	margin-bottom: 4px;
}
.service-box-dtl p {
	font-weight: 400;
	font-size: 17px;
	color: #2c2c2c;
	line-height: 25px;
	margin-bottom: 15px;
	text-align: justify;
}
/* service-page-section style end */



/* contact page style start */
.contact-section {
	padding: 45px 0px;
}
.contact-section p {
	font-size: 17px;
	font-weight: 400;
	line-height: 23px;
}
.contact-section .form-c {
	position: relative;
	border-radius: 3px;
	border: solid 1px #ccc;
	clear: both;
	will-change: margin-bottom;
	margin-bottom: 9px;
	transition: margin-bottom .15s ease;
}
.contact-section .form-control input, .contact-section .form-control select, .contact-section .form-control textarea {
	width: 100%;
	padding: 20px 10px 20px 46px !important;
	color: #4d4d4d;
	font-size: 1rem;
	transition: top .2s ease, font-size .2s ease, padding .2s ease;
	border: none;
	border-radius: 2px;
	outline: 0;
}
.contact_container {
	background: #fff;
	padding: 50px 0px 0px 0px;
}
.contact_container h1 {
	margin: 0 0 15px 0;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	color: #2c2c2c;
	letter-spacing: 0.050em;
}
.contact_container .get_in_touch {
	border-top: 1px solid #45433c;
	border-bottom: 1px solid #9a9273;
	padding: 10px 0;
	text-align: center;
	font-size: 18px;
	color: #2c2c2c;
}
.contact_container h2 {
	line-height: 46px;
	margin-bottom: 30px;
	font-size: 30px;
	color: #161f23;
	font-weight: 600;
}
.contact_container .form-group {
	margin-bottom: 21px;
	position: relative;
}
.contact_container .form-control {
	border-radius: 0;
	border: solid 1px #ccc;
	background: none;
	height: 41px;
}
.contact_container textarea.form-control {
	height: 170px;
	resize: none;
}
.contact_container textarea.adres{	
	height: 114px;
}

.contact_container .input-group-addon {
    line-height: 6;
background-color:
    transparent;
    border: none;
}
.contact_container input.form-control {
	transition: top .2s ease, font-size .2s ease, padding .2s ease;
}
.contact_container select.form-control {
	padding-left: 15px;
	font-size: 16px;
	color: #999;
	font-weight: 300;
}
.contact_container .btn-submit {
	width: 100%;
}
.contact_container .form-control::-moz-placeholder {
color:#2c2c2c;
opacity:1
}
.contact_container .form-control:-ms-input-placeholder {
color:#2c2c2c
}
.contact_container .form-control::-webkit-input-placeholder {
color:#2c2c2c
}
.contact_address {
	background: url(../img/address_icn.png);
	margin-top: 35px;
}
.contact_phone {
	background: url(../img/phone_icn.png);
}
.contact_email {
	background: url(../img/email_icn.png);
}
.contact_blocks {
	padding-left: 37px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 5px;
	margin-bottom: 25px;
}
.contact_blocks h3 {
	color: #161f23;
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 0.050em;
	margin: 0;
	margin-bottom: 0px;
	margin-bottom: 5px;
}
.contact_blocks ul.social {
	padding-top: 45px;
}
.contact_blocks ul.social li a {
	width: 50px;
	height: 50px;
	color: #fff;
	padding: 5px !important;
	font-size: 22px;
	background: #16a085 !important;
	line-height: 40px;
}
.contact_blocks ul.social li a:hover {
	font-size: 20px;
	transition: all 0.5s ease;
}
.contact_blocks p, .contact_blocks a {
	margin-bottom: 0;
	color: #2c2c2c;
	font-size: 17px;
	font-weight: 400;
	display: block;
}
.map_container {
	width: 100%;
	float: left;
}
.map_container iframe {
	float: left;
	width: 100%;
	height: 484px;
}
.padleft45 {
	padding-left: 45px;
}
.btn-submit {
	display: inline-block;
	padding: 12px 35px;
	font-size: 15px;
	font-weight: 400;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	text-transform: capitalize;
	color: #fff !important;
	background-color: #aa8e42;
	border-radius: 0px;
}
.btn-submit:hover {
	box-shadow: 0px 15px 20px 0px rgba(248, 28, 28, 0.1);
	color: #fff;
	border-radius: 0px;
	background-color: #222222;
}
.google-map {
	margin-top: 40px;
}
/* contact page style end */



/* our-fleets-section style start */

.our-fleets-section {
	padding: 50px 0px 50px 0px;
}
.fleets-box {
	background-color: #fff;
	border-bottom: 2px solid #aa8e42;
	margin-bottom: 30px;
}
.fleet-dtl {
	padding: 10px 10px;
}
.fleet-dtl h2 {
	font-size: 21px;
	font-weight: 600;
	margin-top: 0px;
	margin-bottom: 6px;
	line-height: 21px;
	float: left;
	text-align: left;
}
.fleet-dtl span {
	font-size: 16px;
	color: #aa8b37;
}
.fleet-dtl h3 {
	float: right;
	margin-top: 0px;
	color: #aa8b37;
	font-weight: 600;
	font-size: 19px;
}
.fleet-dtl p {
	font-weight: 400;
	font-size: 17px;
	color: #2c2c2c;
	line-height: 25px;
	margin-bottom: 0px;
	text-align: left;
}
.fleet-dtl .dtl-btn {
	border: 1px solid #aa8b37;
	padding: 7px 18px;
	color: #aa8b37;
	margin-top: 13px;
	margin-bottom: 6px;
	font-weight: 600;
}
.fleet-dtl .dtl-btn:hover {
	border: 1px solid #222;
	color: #fff;
	background-color: #222;
}
/* our-fleets-section style end */



/* inner page style end */

/* modal style start */
.modal-dialog {
	width: 800px;
	margin: 30px auto;
}
.modal-content {
	position: relative;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 0px;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
	box-shadow: 0 3px 9px rgba(0,0,0,.5);
}
.modal-header {
	background-color: #040707;
	text-shadow: none;
}
.modal-header .close {
	margin-top: -35px;
	color: #aa892f;
	opacity: 1;
	text-shadow: none;
	font-weight: 400;
	font-size: 20px;
	border: 2px solid #aa892f;
	border-radius: 50px;
	width: 25px;
	height: 32px;
	line-height: 3px;
}
.modal-title {
	margin: 0;
	line-height: 34px;
	font-size: 20px;
	color: #aa892f;
}
.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #aa892f;
	border-radius: 0px;
}
.save-popup {
	color: #fff;
	background-color: #aa8e42;
	border-color: #aa8e42;
	border-radius: 0px;
}
.close-popup {
	background-color: #222;
	border: #222;
	color: #fff;
	border-radius: 0px;
	padding: 7px 16px;
}
.main-body .form-group {
    margin-bottom: 10px;
}
.main-body .form-control {
    display: block;
    width: 100%;
    height: 37px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #222;
background-color:
#fff;
background-image: none;
border: 1px solid
    #222;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.main-body .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
color: #222;
}
.main-body .form-control::-moz-placeholder { /* Firefox 19+ */
color: #222;
}
.main-body .form-control:-ms-input-placeholder { /* IE 10+ */
color: #222;
}
.main-body .form-control:-moz-placeholder { /* Firefox 18- */
color: #222;
}
.pick-adress{
height: 88px !important;
	}
.main-body .input-group-addon {
    padding: 11px 15px;
    color: 
#aa8e42;
border-radius: 0px;
border: none;
background-color:
    transparent;
    line-height: 68px !important;
}
/* modal style end */


/* media Query */

/* Define mobile styles */
@media (max-width: 767px) {
.col-1by5 {
	width: 100%;
}
.pad-none {
	padding-left: 15px;
	padding-right: 15px;
}
.pad-left-none {
	padding-left: 15px;
}
.pad-right-none {
	padding-right: 15px;
}
	.whatsapp-icon {
    top: 88%;
}
.top-contact {
	padding: 14px 3px;
	float: left;
}
.top-whatsapp {
	padding: 10px 0px 9px 3px;
	float: right;
}
.top-contact a {
	font-size: 14px;
}
.navbar-brand {
	height: auto;
	padding: 4px 15px;
}
.navbar-brand > img {
	display: block;
	float: left;
	width: 48px;
}
.navbar-default .navbar-toggle {
	border-color: #aa8e42;
	background-color: #fff;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: #aa8e42;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #222;
}
.carousel-indicators {
	bottom: 45px;
}
.theme-btn-div {
	position: static;
	top: 50%;
	transform: none;
	right: -70px;
	z-index: 999;
}
.btn.template-btn {
	background-color: #111111;
	color: #fff !important;
	padding: 7px 41px;
	font-size: 20px;
	border: 1px solid #aa8e42;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	width: 100%;
}
.home-about-section {
	margin: 30px 0px;
}
.home-about-section h1 {
	font-size: 29px;
}
.home-about-section h3 {
	font-size: 19px;
}
.fleets-tab .nav-tabs > li {
	float: left;
	margin-bottom: 3px;
	width: 100%;
}
.fleets-tab .nav > li > a {
	padding: 14px 50px;
}
.bottom-contact {
	margin-bottom: 10px;
}
.footer-contact-section {
	padding: 15px 0px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.inner-banner h2 {
	font-size: 22px;
	color: #fff;
}
.inner-banner ul li {
	color: #fff;
}
.about-page-section .card {
	min-height: auto;
	max-height: none;
}
.about-page-section p {
	text-align: justify;
}
.padleft45 {
	padding-left: 0px;
}
.modal-dialog {
	width: 300px;
	margin: 30px auto;
}
.modal-title {
    margin: 0;
    line-height: 34px;
    font-size: 18px;
    color: 
    #aa892f;
}
.close-popup {
    float: left;
}
.save-popup {
    float: left;
}
.carousel {
    position: relative;
    margin-top: 96px;
}
}

/* tablet screens */
@media all and (min-width: 768px) and (max-width: 980px) {
.header-margin {
	padding-right: 20px !important;
	font-size: 11px !important;
}
.fleets-tab .nav > li > a {
	padding: 14px 29px;
}
.process-circle {
	width: 240px;
	height: 240px;
	border-radius: 50%;
	padding: 19px 18px;
}
.process-circle h3 {
	font-size: 18px;
	margin-top: 8px;
	margin-bottom: 6px;
}
.why-choose-us {
	padding: 50px 0px 10px 0px;
}
.bottom-contact {
	margin-bottom: 10px;
}
.modal-dialog {
	width: 650px;
	margin: 30px auto;
}
}

/* medium desktop screens */
@media (min-width: 992px) and (max-width: 1199px) {
.col-1by5 {
	width: 20%;
}
.navbar-brand > img {
	width: 109px;
}
.navbar-default .navbar-brand {
	font-size: 18px;
}
.fleets-tab .nav > li > a {
	padding: 14px 55.6px;
}
.bottom-contact ul li {
	width: 26px;
	height: 26px;
	text-align: center;
	line-height: 28px;
}
.bottom-contact {
	margin-bottom: 10px;
}
.inner-banner {
	padding: 120px 0px 60px 0px;
}
}
 @media all and (max-width: 980px) {
}

/* Large screens*/
@media (min-width: 1200px) {
.col-1by5 {
	width: 20%;
}
.container {
	width: 1200px;
}
}

/*custom screen media */
@media (max-width: 359px) {
}
