@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');

/*************************
*******Typography******
**************************/


html {
    scroll-behavior: smooth;
}


* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #5f5f5f;
    background-color: #FFFFFF !important;
}



html {
    font-size: 100%;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -moz-text-size-adjust: 100%;
    /* 2 */
    -ms-text-size-adjust: 100%;
    /* 2 */
}

html,
body {
    overflow-x: hidden;
    width: 100%;
}

.wow {
    visibility: hidden;
}

p {
    font-weight: normal;
    color: #2a2a2a;
    font-size: 15px;
}

a {
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    font-size: 15px;
}

a:focus {
    text-decoration: none;
}

span {
    display: -webkit-inline-box;
    display: -moz-inline-box;
}

a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
    
}

.custom-height{
    height: 200px!important;
}

html,
html a {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}

h2 {
    font-weight: 500;
    color: #005d5c;
    font-size: 36px;
    text-transform: capitalize;
}

h1,
h3,
h4,
h5 {
    margin: 0px;
    padding: 0px;
}

span {
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}

.text-uppercase {
    text-transform: uppercase;
}

.seperator {
    margin: 0px auto 30px;
    display: inline-block;
    width: 100%;
}

.seperator span {
    width: 68px;
    height: 6px;
    background: transparent;
    margin: 0px auto;
    border-top: 2px solid rgba(51, 51, 51, 0.30);
    border-bottom: 2px solid rgba(51, 51, 51, 0.30);
}

.nopadding {
    padding: 0px;
}

.nomargin {
    margin: 0px;
}

/*************************
*******placeholder******
**************************/

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000 !important;
}



::-moz-placeholder {
    /* Firefox 19+ */
    color: #000 !important;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #000 !important;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #000 !important;
}

/*************************
*******header******
**************************/

.logo {
    text-align: center;
}

header {
    position: relative;
    z-index: 999;


}

ul.navbar-nav li a {
    letter-spacing: 1px;
    float: left;
    color: #000;
    padding: 5px 26px!important;
    text-transform: uppercase;
    line-height: 39px;
    font-size: 14px;
    font-weight: 500;
}

ul.navbar-nav li:first-child>a
{padding-left: 0px!important;}

.top-area {
    background: url(../images/banner.jpeg) center center no-repeat;
    background-size: cover;
    padding: 20px 0px;
    position: relative;
    height: 700px;
}

.top-area::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgb(0 0 0 / 82%); */
}

.contact-us p {
    color: #76990b;
    display: inline-block;
    padding-top: 20px;
    font-size: 18px;
    margin: 0px;
}

.contact-us p a {
    color: #006f6e;
    font-weight: 600;
}

.contact-us a i.fa {
    border-radius: 50px;
    background-color: #000;
    width: 39px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    color: #fff;
    margin-right: 15px;
    animation: radial-pulse 1s infinite;
}

@Keyframes radial-pulse {

    0% {
        box-shadow: 0 0 0 0px rgba(236, 233, 233, 0.5);
    }

    100% {
        box-shadow: 0 0 0 10px rgba(226, 223, 223, 0);
    }


}


/*************************
*******banner******
**************************/

#banner {
    margin: 40px 0px;
    height: 100%;
    display: flex;
    align-items: center;
    top: 0;
    position: absolute;
    width: 100%;
}

#banner:before {
    /* content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:rgb(16 16 16 / 74%); */
}


.banner-text {
    margin: 0px 0px;
    text-align: center;
}

.banner-text h1 {
    color: #fff;
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 15px;
}

.banner-text p {
    color: #dfdcdc !important;
}

a.book-btn {
    text-transform: uppercase;
    font-size: 1rem;
    background: #f26d03;
    padding: 14px 37px;
    display: inline-block;
    border-radius: 50px;
    /* border: 2px solid #fff; */
    color: #fff;
    font-weight: 600;
}

a.book-btn:hover
{
    background-color: #fff;
    color: #000!important;
}



.booking-area {
    background: #141414;
    padding:50px 0px;
    position: relative;
}

.booking-area:before
{
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    height: 8px;
    background-color: #111;
    background-repeat: repeat-x;
    bottom: 0;
    background-image: url(../images/zigzag-box-2.png);
    -webkit-animation: bgSlide 20s linear infinite;
    animation: bgSlide 20s linear infinite;
    background-size: 8px;
}

.booking-area:after
{
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    height: 8px;
    background-color: #111;
    background-repeat: repeat-x;
    top: 0;
    background-image: url(../images/zigzag-box-2.png);
    -webkit-animation: bgSlide 20s linear infinite;
    animation: bgSlide 20s linear infinite;
    background-size: 8px;
}




.banner-text span {
    font-size: 31px;
    color: #ffffff;
    font-weight: 600;
    text-transform: capitalize;
    padding-top: 10px;
}

.banner-text h1 i {
    font-size: 37px;
    color: #d0981e;
}


.banner-text a:hover {

    color: #fcc000;
}

.banner-text h4 {
    color: #373737;
    font-size: 16px;
    margin: 35px 0px;
    line-height: 24px;
}

.banner-text p {
    font-size: 20px;
    font-weight: 500;
    color: #2e2e2e;
    line-height: 30px;
    margin-top: 0px;
    margin-bottom: 19px;
}

#banner .btn-submit {
    width: 100%;
    height: 62px;
    border-radius: 5px;
    background-color: #76990b;
    color: #fff;
    font-size: 18px;
    border: none;
    text-transform: uppercase;
    font-weight: 500;
    font-style: normal;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#banner .btn-submit:hover {
    background-color: #90c712;
    color: #fff;
    border: none;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}


.banner-text a i {
    border-radius: 50px;
    background-color: #fcc000;
    width: 39px;
    height: 39px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    margin-right: 9px;
    animation: radial-pulse 1s infinite;
    font-size: 24px;
}


.form-content {
    /* background: #191919; */
    /* text-align: center; */
    padding: 14px 0px;
    border-radius: 0px;
    position: relative;
    z-index: 999;
}

#signUp-form h2 {
    font-weight: 600;
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    padding: 5px 0px;
    margin-bottom: 1px;
    text-align: center;
    /* text-shadow: 1px 1px 13px #bf9322; */
    margin-top: 0px;
    
    width: fit-content;
    margin: 0px auto;
    margin-bottom: 0px;
}

#signUp-form h3 {
    font-weight: 600;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    padding: 5px 15px;
    margin-bottom: 14px;
    text-align: center;
}

.foot-form{
    margin-bottom: 40px;
}

.form-content p {
    padding: 20px 35px;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
}

.form-content P i.fa {
    padding-right: 15px;
    color: #8cbf02;
    font-size: 18px;
    padding-top: 13px;
}

#signUp-form .form-control:focus {
    border: 0px solid #000;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#signUp-form textarea {
    height: 64px!important;
    padding-top: 12px!important;
}

#signUp-form .form-group {
    margin-bottom: 12px;
    overflow: hidden;
    padding: 0 5px;
}

.quick-link h2 {
    font-size: 1.3rem;
    color: #fff;
    font-weight: 600;
    position: relative;
}


.quick-link h2:after {
    width: 67px;
    height: 3px;
    background: #f26d03;
    position: absolute;
    content: '';
    left: 0;
    bottom: -11px;
    border-radius: 44px;
}

.quick-link ul {
    list-style: none;
    margin-top: 31px;
    margin-bottom: 0px;
}

.quick-link ul li {
    margin-bottom: 13px;
}

.quick-link ul li a {
    color: #fff;
    width:100%;
    display: block;
}

.quick-link ul li a i {
    color: #f26d03;
}



#signUp-form .form-control {
    height: 54px;
    font-size: 14px;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #000;
    background-color: #f5f5f5;
    box-shadow: none;
    padding: 5px 16px;
    border: none;
}


#signUp-form .text-control {
    height: 80px;
    font-size: 14px;
    border-radius: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
    box-shadow: none;
    padding: 5px 15px;
   
    width: 100%;
}


.article-content {
    padding: 0px 10px;
}


#signUp-form .btn-submit {
    width: 100%;
    height: 58px;
    border-radius: 4px;
    background-color: #f26d03;
    color: #fff;
    font-size: 16px;
    border: none;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 0px;
    font-style: normal;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    
}


#signUp-form .btn-submit:hover {
    background-color: #333;
    color: #fff;
    border: none;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}


.footer-form .btn-submit
{
    background: #000!important;
}

label.error {
    color: #000 !important;
    display: block;
    margin: 0px;
    font-weight: normal;
    text-align: left;
}

#submit-control {
    color: #000;
    font-style: italic;
    font-size: large;
    text-align: center;
    padding: 0 5px;
    margin-top: 10px;
}

/*************************
*******Learn******
**************************/

#learn {
    padding: 160px 0px 0px;
}

#learn .for-img {
    position: relative;
}

#learn .learn-text {
    margin-bottom: 100px;
}

#learn .for-img .learn-lft-img {
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.learn-text h3 {
    color: #122456;
    font-size: 20px;
}

.learn-text h3,
.learn-text h2,
.learn-text img,
.learn-text p {
    margin-bottom: 20px;
}

.learn-text .btn-learn {
    border-radius: 4px;
    background-color: #76990b;
    color: #fff;
    line-height: 40px;
    font-size: 18px;
    border: none;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 0px;
    margin-top: 20px;
    font-style: normal;
    padding: 10px 45px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.learn-text .btn-learn:hover {
    background-color: #8cbf02;
}

/*************************
*******Best******
**************************/

#Best {
    background: url(../images/best-bg.jpg) center no-repeat;
    background-size: cover;
    padding: 75px 0px 0px;
}

.Best-main {
    margin-bottom: 50px;
}

.Best-main h2 {
    font-size: 44px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 15px;
}

.Best-main h2,
.Best-main p {
    color: #fff;
}

.Best-text h4 {
    color: #fff;
    margin-top: 40px;
    margin-bottom: 30px;
    font-size: 26px;
}

.Best-text p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.9em;
    color: #fff;
    margin-top: 20px;
}

.Best-text .btn-submit {
    line-height: 50px;
    color: #fff;
    background-color: transparent;
    font-size: 16px;
    border-radius: 5px;
    padding: 5px 35px;
    border: 1px solid #fff;
    margin-top: 40px;
    text-transform: uppercase;
    font-weight: 500;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.Best-text .btn-submit:hover {
    background-color: #fff;
    color: #005d5c;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/*************************
*******experties******
**************************/

#experties {
    padding: 95px 0;
    text-align: center;
}

#experties h2 {
    font-size: 28px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 15px;
    color: #000;
}

#experties h3 {
    font-size: 33px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 15px;
    color: #b57715;
}


#experties h4 {
    font-size: 14px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 15px;
    color: #000;
}

a.strt-btn {
    background: #000;
    padding: 16px 39px;
    border-radius: 5px;
    background: linear-gradient(160deg, #a54e07, #b47e11, #fef1a2, #bc881b, #a54e07);
    color: #000;
    font-size: 18px;
    font-weight: 600;
    border: 2px solid #b57515;
}

.subscribe_main h2 {
    color: #cea43f !important;
    font-style: italic;
}

.subscribe_main h3 {
    color: #cea43f;
}

.booking-titles h4 {
    font-size: 1rem;
    color: #f26d03;
    margin-bottom: 12px;
}

.booking-titles {
    border-left: 5px solid #f26d03;
    padding-left: 10px;
}

.booking-titles p
{
    color: #eee;
    font-size: 1.3rem;
    margin-bottom: 0px;
    
}


.booking-titles h2 {
    color: #fff;
    font-size: 3rem;
    line-height: 57px;
    font-weight: 700;
    margin-top: 10px;
}

.boxx {
    background: #101010;
    border: 4px solid #b57715;
    padding: 60px 30px;
}

.boxx h4 {
    font-size: 19px !important;
    font-weight: 600 !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    color: #b57715 !important;
}

.boxx p {
    color: #fff;
    font-size: 13px;
    line-height: 21px;
}


.experties_main {
    padding-bottom: 53px;
}

.experties_block h4 {
    color: #005d5c;
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 25px;
    margin-top: 45px;
    text-transform: capitalize;
}

/*************************
*******subscribe******
**************************/

#about {
    background: url(../images/subscribe-bg.jpg) center no-repeat;
    background-size: cover;
    padding: 85px 0px 45px;
}

.subscribe_main h2 {
    color: #fff;
    font-size: 48px;
    font-weight: 500;
}

.subscribe_main p {
    text-transform: capitalize;
    margin: 20px 0px;
    color: #fff;
}

.subscribe_main .btn-submit:hover {
    background-color: #fff;
    color: #333;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.subscribe_main .btn-submit {
    border-radius: 3px;
    background-color: transparent;
    color: #000000;
    line-height: 48px;
    font-size: 18px;
    border: 1px solid #b47514;
    padding: 5px 35px;
    text-transform: uppercase;
    font-weight: 700;
    font-style: italic;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: linear-gradient(160deg, #a54e07, #b47e11, #fef1a2, #bc881b, #a54e07);
}

/*************************
*******testimonal******
**************************/

#testimonial {
    padding: 85px 0px;
    text-align: center;
}

#testimonial h2 {
    font-size: 34px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 15px;
    color: #101010;
}

#testimonial .testi_img {
    display: inline-block;
    margin: 20px 0px;
}


#testimonial .testi_img img {
    border-radius: 104px;
    border: 3px solid #d0a743;
}

div#contact {
    border-top: 5px solid #f9b611;
    padding: 70px 0px;
    position: relative;
}


div#contact:after {
    content: '';
    position: absolute;
    background: #00000091;
    width: 100%;
    height: 100%;
    top: 0;
}


#contact {
    background: url(../images/action.jpg) center center no-repeat;
    background-size: cover;
    padding: 20px 0px;
}

.item span {
    display: block;
}

.item i.fa {
    color: #e3e3e3;
}

.item p {
    padding: 20px 120px 20px;
    line-height: 30px;
}

.item h4 {
    font-size: 20px;
    font-weight: 500;
    color: #b98118;
    text-align: center;
}

.item h4 span {
    font-size: 14px;
    font-weight: 500;
    padding-top: 10px;
    color: #1a1a1a;
}

/*************************
*******copyRight******
**************************/

#copyRight {
    background-color: #000;
    padding: 20px 0;
}

.footer-detail a {
    color: rgb(255, 255, 255);
    margin-left: 10px;
    text-align: center;
}

.footer-detail h3 {
    color: #FFFFFF;
    font-size: 14px;
    text-transform: inherit;
    margin: 0;
}

.footer-detail a i.fa {
    font-size: 14px;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 35px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.footer-detail a i.fa:hover {
    background-color: #FFFFFF;
    color: #005d5c;
    border: none;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#copyRight a {
    color: #fff;
}

#copyRight p {
    margin: 0px;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    padding-top: 9px;
}

#copyRight p b {
    color: #dc8111;
    font-weight: 500;
}

#copyRight p a {
    color: #dc8111;

}

#copyRight p a:hover {
    text-decoration: underline;
}


.nav {
    /* float: right; */
    /* margin: 0px auto;
    text-align: center;
    width: 100%;
    background: #f9b611;
    border-radius: 132px;
    padding: 10px 24px; */
}

.nav li {
    float: left;
}

.nav li a {
    letter-spacing: 1px;
    float: left;
    color: #000;
    padding: 13px 26px;
    text-transform: uppercase;
    line-height: 39px;
    font-size: 14px;
    font-weight: 500;
}

.nav li a:hover {
    background: none;
    color: #333;
}

.subscribe_main h4 {
    color: #fff;
    border: 1px solid #eee;
    padding: 14px 0px;
    font-size: 24px;
}

.main-menu {
    margin: 0px auto;
    text-align: center;
    width: 100%;
    background: #fff;
    border-radius: 132px;
    padding: 10px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.row.logo-type {
    margin-bottom: 16px;
}

.head-call {
    background: #f26d03;
    padding: 23px 24px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0px 41px 41px 0px;
}

.head-call a i {
    background-color: #ffffff !important;
    color: #f75d34 !important;
    font-size: 20px;
    margin-right: 6px !important;
}

.head-call a span {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
}




.listing-table tr td a {
    color: #333;
    font-size: 0.9rem;
}

.listing-table tr td a i {
    color: #f26d03;
}


.listing-table tr td a:hover
{
    color: #f26d03;
}





.call-action {
    background: #101010;
    color: #fff;
    border-top: 4px dashed #fcc000;
    border-bottom: 4px dashed #fcc000;
}

.call-action h3 {
    padding: 40px 0px;
}

.call-action h3 a {
    color: #fcbf25;
    font-size: 22px;
    font-weight: 700;
}


div#about-us {
    padding: 80px 0px;
}

.about_block h4 {
    font-size: 35px;
    font-weight: 600;
    color: #101010;
    margin-bottom: 14px;
    line-height: 44px;
}

.about_block h4 span {
    color: #f26d03;
}


.about_block p {
    line-height: 26px;
    font-size: 15px;
    margin-bottom: 15px;
    text-align: justify;
}

div#fleet {
    background:#f5f5f5 url(../images/map_pattern_3.png) center center no-repeat;
    padding: 0px 0px;
    position: relative;
    background-size: cover;
}

/* div#fleet:before {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    height: 8px;
    background-color: #111;
    background-repeat: repeat-x;
    bottom: 0;
    background-image: url(../images/zigzag-box-2.png);
    top: 0;
    -webkit-animation: bgSlide 20s linear infinite;
    animation: bgSlide 20s linear infinite;
    background-size: 8px;
} */

div#fleet .cars {
    padding: 12px 15px;
    border-radius: 10px;
}


/* div#fleet:after {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    height: 8px;
    background-color: #111;
    background-repeat: repeat-x;
    bottom: 0;
    background-image: url(../images/zigzag-box-2.png);
    bottom: 0;
    -webkit-animation: bgSlide 20s linear infinite;
    animation: bgSlide 20s linear infinite;
    background-size: 8px;
} */

div#fleet h2 {
    color: #000;
    margin-top: 0px;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 30px;
}

.fleet-ovrly {
    /* background: #000000c2; */
    padding: 60px 0px;
}



.r-sec-head {
    text-align: center;
    padding: 0px 0 30px;
    position: relative;
    width: 100%;
}


.r-sec-head span {
    font-size: 14px;
    color: #333;
    letter-spacing: 3px;
    font-weight: 500;
    position: relative;
    z-index: 1;
}

.r-sec-head h2 {
    font-size: 40px;
    color: #333;
    font-weight: 300;
    padding-top: 15px;
    position: relative;
    z-index: 1;
}

.r-sec-head h2 b {
    font-weight: 700;
}

.article-box {
    background: #fff;
    border-radius: 10px;
    padding: 14px 14px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.article-img img {
    border-radius: 10px;
}

.article-content h1 a {
    font-size: 1.2rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 4px;
    display: block;
    margin-top: 0px;
}

.article-content p {
    font-size: 0.86rem;
    color: #333;
    margin-bottom: 2px;
    margin-top: 7px;
}

.article-content ul {
    display: flex;
    list-style: none;
    margin: 14px 0px;
}

.article-content ul li {
    padding-right: 10px;
    font-size: 0.8rem;
    border-right: 1px solid #5f5f5f;
    margin-right: 10px;
    line-height: 14px;
}

.article-content ul li:last-child
{
    border-right: 0px;
}

a.red-btn {
    color: #000;
    /* border-bottom: 2px solid #000; */
    background: #f9b611;
    padding: 6px 20px;
    display: inline-block;
    border-radius: 30px;
    font-size: 0.9rem;
    line-height: 27px;
    margin: 11px 0px;
    font-weight: 600;
}


.cars {
    background: #fff;
    box-shadow: rgb(87 84 84 / 10%) 0px 0px 40px;
    text-align: center;
    padding: 20px 0px;
    font-family: 'Poppins', sans-serif;
    padding-bottom: 30px;
    height: 300px;
}

.cars a {
    font-family: 'Poppins', sans-serif;
    background: #f26d03;
    color: #fff;
    padding: 10px 21px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 4px;
    font-size: 12px;
    width: fit-content;
    display: block;
    margin: 10px auto;
    border-radius: 40px;
}

.cars h3 {
    color: #313030;
    font-size: 14px;
    margin-bottom: 8px;
}


div#advantage {
    background: #fff;
    padding: 60px 0px;
}

div#advantage .cars i {
    background: #f9b611;
    /* padding: 20px; */
    color: #fff;
    font-size: 20px;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin-bottom: 21px;
    box-shadow: 0px 14px 20px 0px rgb(120 119 122 / 16%);
}


div#advantage .cars p {
    padding: 0px 39px;
    line-height: 24px;
}

div#advantage .cars h3 {
    font-weight: 600;
    margin-bottom: 7px;
    color: #fff;
}

div#advantage .cars {
    padding: 40px 0px;
    background: #000;
    border-radius: 20px;
}


div#advantage h2 {
    color: #000;
    margin-top: 0px;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 0px;
    padding-top: 0px;
}

.listing-table{
    margin-bottom: 0px;
}

.city-list {
   
    border-radius: 10px;
    padding: 30px 30px;
    background: #fff;
    
    border: 1px solid #eee;
}

.footer-form {
    width: 100%;
    padding: 16px 12px;
    background: #f26d03;
}

.footer-logo {
    margin-bottom: 11px;
}

textarea.form-message {
    width: 100%;
    height: 88px;
    padding: 5px 16px;
    border-radius: 4px;
    border: 1px solid #fff;
}

.listing-table tr
{
    border-bottom: 1px solid #ddd8d8;
    border-top: none;
}

.listing-table tr:first-child
{
    border-top: 0px!important;
}

.listing-table tr:last-child
{
    border: 0px;
}


.r-footer {
    padding: 60px 0 0;
    position: relative;
    background: #000c;
}

.r-footer:after
{
    content: "";
    width: 50%;
    height: 100%;
    background: #191919;
    top: 0;
    position: absolute;
    right: 0;
}

.r-footer .r-footer-block p {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}


p.copy-line {
    color: #fff;
    margin-bottom: 0px;
    padding: 0px 0px;
    /*background: #000;*/
}

.r-footer-strip {
    background: #000;
    /* color: #fff; */
}

p.copy-line a
{
    color: #fff!important;
}

.r-footer-strip
{
    padding:20px 0px;
}

.r-footer-strip p {
    color: #fff;
    margin-bottom:0px;
}

.r-footer-strip p a
{
    color:#eee!important;
    text-decoration:underline;
}



.home-call-action {
    background: #f26d03;
    padding: 0px 0px;
}

.cta-des
{width:100%;text-align: center;}


.call-txt .book-btn {
    background: #000;
    color: #fff;
    margin-top: 0px;
}

.call-txt {
    text-align: left;
    display: flex;
    justify-content: space-between;
    background: #f26d03;
    padding: 40px 40px;
    border-radius: 20px 20px 0px 0px;
    align-items: center;
}

.call-txt h3 {
    font-size: 1rem;
    color: #000;
    margin-bottom: 10px;
}

.call-txt h1 {
    color: #000;
    font-size: 2.3rem;
    font-weight: 700;
}

.call-txt h1 a{
    color: #fff;
    font-size: 2.3rem;
    font-weight: 700;

}

.r-footer .r-footer-block .r-footer-nav h6 {
    font-size: 21px;
    color: #f26d03;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}


.r-footer .r-footer-block .r-footer-nav ul li a {
    color: #fff;
    font-size: 14px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    margin-bottom: 14px !important;
}

.r-footer .r-footer-strip {
    padding: 20px 0;
    border-top: 1px solid #1f1f1f;
    margin-top: 40px;
    color: #bababa;
    font-size: 15px;
}

.r-footer .r-footer-block .r-footer-nav ul {
    padding: 0;
    margin: 0;
}



.r-footer .r-footer-block .r-footer-nav ul li {
    list-style: inside;
    position: relative;
    padding-left: 0px;
    margin-bottom: 12px;
}


ul.contus li a i {
   
    height: 35px;
    /* background: #e3b721; */
    color: #fff;
    text-align: center;
    line-height: 35px;
    border-radius: 100%;
    box-shadow: 0px 14px 20px 0px rgb(120 119 122 / 16%);
    margin-right: 5px;
}

ul.contus li a {
    font-size: 15px !important;
    font-weight: 500;
}

ul.contus li {
    margin-bottom: 10px !important;
}



.foot-logo {
    background: #000;
    padding: 8px 9px;
    margin-bottom: 14px;
    border-radius: 10px;
}

ul.contus li::marker {
    font-size: 0px;
}

.r-footer-strip p a {
    color: #e3b721;
    font-weight: 600;
}




footer {
    border-bottom: 7px solid #f26d03;
    position: relative;
    background: url(../images/footer-bg.jpeg) center center no-repeat;
    background-size: cover;
    /* padding: 20px 0px; */
    position: relative;
}

.r-footer:before
{
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    height: 8px;
    background-color: #111;
    background-repeat: repeat-x;
    bottom: 0;
    background-image: url(../images/zigzag-box-2.png);
    top: 0;
    -webkit-animation: bgSlide 20s linear infinite;
    animation: bgSlide 20s linear infinite;
    background-size: 8px;
}

.r-footer:after
{
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    height: 8px;
    background-color: #111;
    background-repeat: repeat-x;
    bottom: 0;
    background-image: url(../images/zigzag-box-2.png);
    bottom: 0;
    -webkit-animation: bgSlide 20s linear infinite;
    animation: bgSlide 20s linear infinite;
    background-size: 8px;
}


.nav>li>a:focus,
.nav>li>a:hover {
    background-color: #000important;
}


.contact_footer_strip_mobile {
    display: none;
}


p.confirm {
    font-size: 16px;
    margin-top: 47px;
}

p.confirm a {
    font-size: 27px;
    color: #b1740f;
    font-weight: 600;
    border-bottom: 4px solid;
}

div#breadcum {
    background: #fffef7;
}

#breadcum .banner-text {
    margin: 37px 0px;
    /* background: #000; */
}

.privacy-txt h4 {
    font-size: 22px;
    margin-bottom: 10px;
}

.privacy-txt ul {
    padding-left: 20px;
    margin-bottom: 10px;

}

.privacy-txt ul li {
    margin-bottom: 8px;
    color: #2a2a2a;
}


.booking-date label {
    color: #000;
}


.experties-img img {
    border-radius: 20px;
    border: 2px dashed #f26d03;
    padding: 5px;
}

.ab-type {
    display: flex;
    align-items: center;
}

.btn-custom {
    color: #fff;
    background-color: #f26d03;
    border-color: #f26d03;
    font-weight: 700;
    width: 100%;
    padding: 10px 0px;
    border-radius: 46px;
}




@media only screen and (max-width: 767px) {
    .nav {
        display: none;
    }
    
    .navbar-toggler{
        width:100%;
    }
    
    .navbar-nav>.active>a {
    color: #fff!important;
}

.call-txt h1 {
   
    font-size: 1.3rem;
  
}

    .overlay {
        display: none;
    }

    #banner {
        padding: 35px 0px !important;
    }

    .banner-text {
        margin-bottom: 40px;
    }

    .cars {
        margin-bottom: 30px;
    }


    .contact_footer_strip_mobile {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #000000;
        padding: 0px;
        text-align: center;
        z-index: 987654321;
        font-size: 18px;
        line-height: 1;
        text-decoration: none;
        text-transform: uppercase;
        border-top: 1px solid #fff;
    }

    ul.action {
        list-style: none;
        padding-left: 0px;
    }

    ul.action li {
        float: left;
        display: inline;
        width: 50%;
        padding: 12px;
    }

    li.access {
        background: #f26d03;
        border-right: 1px solid #fff;
    }

    ul.action li a {
        width: 100%;
        color: #fff;
        font-weight: 600;
    }

    ul.action li img {
        width: 17px;
    }

    #experties h3 {
        font-size: 43px !important;
    }

    #experties h4 {
        font-size: 19px !important;
        line-height: 27px !important;
        margin-bottom: 0px;
    }

    .confirm {
        font-size: 14px !important;
    }

    .head-call{
        display: none;
    }

    .main-menu{
        background: transparent;
    }

    .navbar{
        background: #f26d03;
    position: absolute;
    justify-content: center;
    right: 0;
    top: 0;
    width: 100%;}

    .row.logo-type{margin-bottom: 0px;}

    ul.navbar-nav li a
    {
        padding:0px 0px!important;
        width:100%;
        border-bottom: 1px solid #ff8f36;
    }

    .top-area
    {
        height: 550px;
    }

    #banner{
        margin: 0px 0px;
    }

    .banner-text {
        margin-top: 0px;
        padding: 0px 24px;
        text-align: center!important;
    }

    .ab-type
    {
        flex-direction: column;
    }

    .experties-img img
    {
        margin-bottom: 20px;
    }

    .article-box
    {
        margin-bottom: 20px;
    }

    .r-footer:after{
       
        display: none;
    }
    
    .btn-custom
    {
        width: fit-content;
    padding: 10px 30px;
    margin: 0px auto;
    display: block;
    }
    
    .brand-conent h1
    {
        font-size:1rem;
    }
    .brand-conent span
    {
        font-size:0.9rem;
    }
    
    .call-txt h1 a
    {
        font-size:1.7rem!important;
    }


}


.contact-page-form {
    box-shadow: 0px 10px 60px 0px #0510360D;
    border: 1px solid #eee;
    padding: 40px;
}

.contact-page-form input {
    border: 1px solid #eee!important;
    margin-bottom: 3px;
}

.contact-page-form textarea {
    border: 1px solid #eee!important;
    
}

.contact-page-form h2 {
    font-size: 1.5rem;
    font-weight: 300;
    margin-bottom: 20px;
}



.inner-title {
    padding-top: 47px;
    background: #f5f5f5;
    padding-bottom: 40px;
}

.inner-title .r-sec-head {
    padding-bottom: 0px!important;
}

.inner-title .r-sec-head h2 {
    font-size: 0.9rem;
    font-weight: 500;
}

.book-page-inner:before {
    display: none!important;
}


.asite-form {
    background: #fff;
    padding: 20px;
    box-shadow: rgb(121 121 121 / 20%) 0px 18px 50px -10px;
}


.asite-form h1 {
    font-size: 1.5rem;
    text-align: left;
    /* background: #f26d03; */
    color: #000;
    /* padding: 14px 0px; */
    text-transform: uppercase;
    font-weight: 600;
}

.asite-form form input {
    border: 1px solid #eee!important;
}

.asite-form form select {
    border: 1px solid #eee!important;
}

.asite-form form textarea{
    border: 1px solid #eee!important;
}


.top1
{
    padding:0px 0px!important;
    height:auto!important;
}


a.navbar-brand {
    display: flex;
    align-items:center;
    justify-content:center;
}

.brand-conent {
    text-align: left;
}

.brand-conent h1 {
    font-size: 1.3rem;
    color: #fff;
    line-height:15px;
    font-weight:600;
}

.brand-conent span {
    font-size: 1rem;
    color: #fff;
    font-weight: 100;
}

a.navbar-brand img {
    width: 67px;
    margin-right: 8px;
}

.call-txt h1 a {
    color: #fff;
    font-size: 2.3rem;
    font-weight: 700;
    margin-left:10px;
    line-height: 0px;
}

a.cta-link i {
    background: #fff;
    width: 45px;
    border-radius: 50px;
    height: 45px;
    display: inline-block;
    font-size: 28px;
    line-height: 48px;
    color: #f26d03;
    align-items: center;
}


.footer-cards h3 {
    color: #fff;
    font-size: 1.2rem;
    margin-bottom: 4px;
}
.footer-cards {
    text-align: center;
}

.footer-cards img {
    padding: 10px 10px;
}


