:root {
    --primary-color: #0047ab;
}

* {
    padding: 0;
    margin: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    position: relative;
    font-size: 14px;
    color: #222222;
    background: #fff;
    font-family: "Poppins", sans-serif;
    max-width: 1920px;
    margin: 0 auto;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: #222222;
    text-transform: capitalize;
}

p {
    margin: 0;
    color: #666666;
    font-size: 14px;
}

img {
    border: none;
    max-width: 100%;
    height: auto;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul li {
    list-style: none;
}

select,
input,
textarea,
button {
    box-shadow: none;
    outline: 0 !important;
}

.wrapper {
    position: relative;
    z-index: -1;
}

.sticky-wrapper {
    position: relative;
    z-index: 2;
    transition: 0.7s;
}

html,
body {
    height: 100%;
    z-index: 2;
}

[placeholder]:focus::-webkit-input-placeholder {
    -webkit-transition: opacity 0.3s 0.3s ease;
    -moz-transition: opacity 0.3s 0.3s ease;
    -ms-transition: opacity 0.3s 0.3s ease;
    -o-transition: opacity 0.3s 0.3s ease;
    transition: opacity 0.3s 0.3s ease;
    opacity: 0;
}

.top-area {
    width: 100%;
}

.header-area {
    position: relative;
    width: 100%;
    background-color: #fff;
    padding: 10px 0;
}

.is-sticky .header-area {
}

.is-sticky .header-area:after {
    content: "";
    background: #fff;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

@media (min-width: 1200px) {
    .container {
    }
}

.logo a,
.logo a:hover,
.logo a:focus {
    color: #fff;
    font-size: 24px;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
    font-weight: 600;
    margin: 14px 0px 0;
    padding: 10px 0 0 0;
}

.logo a span {
    color: black;
    text-transform: capitalize;
}

.sticky-wrapper.is-sticky .main-menu .nav a:before {
    bottom: 17.6px;
}

.main-menu {
    position: relative;
    margin-top: 20px;
}

.main-menu .navbar-collapse.collapse {
    max-height: calc(100vh - 88px);
    overflow: auto;
}

.main-menu ul .nav .navbar-nav {
    text-align: right;
    float: none;
}

.main-menu .nav li {
    position: relative;
    margin: 0;
    padding: 0 15px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.main-menu .nav li a,
.main-menu .nav li button {
    padding: 0;
    color: black;
    font-size: 16px;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    -webkit-transition: all 0.25s ease-in-out 0s;
    -moz-transition: all 0.25s ease-in-out 0s;
    -o-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
    line-height: 60px;
}

.nav > li.black-text:focus,
.nav > li.black-text:hover {
    background: #eee;
}

.main-menu .nav a:before {
    position: absolute;
    content: "";
    width: 0px;
    height: 2px;
    bottom: -2.4px;
    left: 0;
    background: transparent;
    -webkit-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.main-menu .navbar-toggle {
    margin-top: 5px;
    border: 1px solid;
    font-size: 16px;
    float: left;
}

.single-travel-boxes .nav > li > a:focus,
.single-travel-boxes .nav > li > a:hover {
    color: #565a5c;
    background: #fff;
    border: 0;
    text-decoration: none;
}

.black-text {
    color: black;
    font-weight: bold;
}

.login-btn {
    position: relative;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    margin: 0 !important;
}

.book-btn {
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    height: 60px;
    white-space: nowrap;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    padding: 0 20px;
}

.about-us {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background: url(https://i.pinimg.com/originals/de/d4/1c/ded41c257f1d6f9124c857953d10e116.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 1000px;
}

.about-us:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 122, 207, 0.4);
}

.about-us h2 {
    color: #fff;
    font-size: 60px;
    text-transform: inherit;
    /*max-width: 800px;*/
    font-weight: 600;
    line-height: 1.22;
}

.about-us h4 {
    color: #fff;
    font-weight: lighter;
}

.about-us h2 span {
    margin-top: -11px;
}

.about-us-content {
    margin: -175px 0 0 0;
    text-align: center !important;
}

.single-travel-boxes {
    margin-top: -300px;
    margin-left: 0;
    margin-right: 0;
    background: #fff;
}

.desc-tabs {
    border: transparent;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.desc-tabs .nav-tabs {
    display: inline-block;
    border-right: 1px solid #fff;
}

.desc-tabs .nav-tabs > li.active > a {
    color: #fff;
    background: #00d8ff;
    cursor: default;
    font-size: 20px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.desc-tabs .nav-tabs > li.active > a:focus,
.desc-tabs .nav-tabs > li.active > a:hover {
    color: #565a5c;
    text-decoration: none;
}

.desc-tabs .nav-tabs > li > a {
    color: #fff;
    background: #00d8ff;
    cursor: default;
    font-size: 20px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
    padding: 17px 40px 17px 46px;
    border: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.desc-tabs .nav-tabs > li > a > i {
    padding-right: 6px;
}

a,
a:hover,
a:active,
a:focus {
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    padding: 0;
    margin: 0;
}

.tab-para {
    padding: 43px 42px 24px;
}

.tab-para p {
    font-size: 24px;
}

.middle-box-content {
    width: 90%;
    height: 370px !important;
    background: var(--primary-color) 0% 0% no-repeat padding-box;
    opacity: 1;
}

.car-image {
    padding-top: 25% !important;
    padding-left: 10%;
    position: absolute;
}

.car-image2 {
    padding-top: 15% !important;
    padding-left: 2%;
    position: absolute;
}

.vehicle-type-container {
    padding-left: 100px;
    display: inline-block;
    width: 66%;
}

.vehicle-type {
    display: inline-block;
    padding-right: 8%;
    font-size: 13px;
}

.book-vehicle-input {
    line-height: normal;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom-color: var(--primary-color);
    background-color: transparent;
}

.timepicker-input {
    width: 175px;
    height: 23px;
}

.book-now-btn {
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    min-width: 173px;
    height: 60px;
    padding: 0 20px;
    white-space: nowrap;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.gallery {
    background: #f9f9f9;
}

.gallery-details {
    margin-top: 117px;
    margin-bottom: 109px;
}

.gallary-header h2 {
    position: relative;
    color: #565a5c;
    font-size: 30px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
    padding-bottom: 14px;
}

.gallary-header p {
    position: relative;
    color: #aaa;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    margin-top: 17px;
}

.dtop {
    margin-left: 90px;
    width: 200px;
}

.mb-3 {
    margin-bottom: 5%;
}

.mb-4 {
    margin-bottom: 10%;
}

.ml-3 {
}

.ml-2 {
    margin-left: 20%;
}

.ml-1 {
    margin-left: 14%;
}

.ml-0 {
    margin-left: 13%;
}

.offer-content {
    width: 60%;
    height: 450px !important;
    background: var(--primary-color) 0% 0% no-repeat padding-box;
    opacity: 1;
}

.features {
    display: flex;
    flex-wrap: wrap;
}

.features .feature-icon:first-child {
    margin-left: 0;
}

.feature-icon {
    min-height: 140px;
    width: 25%;
    display: inline-flex;
    flex-direction: column;
    text-align: center;
    align-content: center;
    align-items: center;
}

.feature-icon img {
    display: block;
    margin-bottom: 10px;
    height: 60px;
}

.feature-icon label {
    display: block;
    margin-left: 0;
}

.testemonial {
    position: relative;
    background: #f9f9f9;
}

.testemonial .owl-carousel .owl-item img {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
}

.testemonial .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    padding: 0 19px;
}

.testemonial .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 20px;
}

.testemonial .owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 5px 3px;
    border-radius: 50%;
    background: #aaa;
}

.testemonial .owl-theme .owl-dots .owl-dot.active span {
    background: #00d8ff;
}

.home1-testm-single {
    max-width: 345px;
    background: #fff;
    padding: 50px 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.home1-testm-single:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}

.home1-testm.item {
    padding-top: 74px;
    padding-bottom: 30px;
}

hr {
    margin-top: 30px;
    margin-bottom: 30px;
    border: 0;
    border-top: 1px solid #000000;
    width: 100%;
    max-width: calc(100vw - 200px);
}

.transfer-book {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background: url("/assets/images/pages/beach.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 500px;
}

.single-travel-boxes2 {
    margin-top: -200px;
    margin-left: 0;
    margin-right: 0;
    background: #fff;
}

.contact-us-input {
    margin-left: 171px;
    width: 443px;
    margin-top: 40px;
    max-width: calc(100% - 200px);
}

.contact-us-textarea {
    margin-left: 171px;
    width: 100%;
    max-width: calc(100% - 171px - 85px);
    margin-top: 40px;
}

.contact-us-btn {
    margin-left: 171px;
    margin-top: 40px;
}

footer p {
    color: white;
    font-size: 15px;
    font-weight: 200;
}

.footer-copyright {
    background: #292929;
    padding: 0 0 60px;
}

.footer-copyright hr {
    border-top: 1px solid #ebebeb;
}

.footer-content {
    padding: 120px 0 0;
}

.footer-links {
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
}

.footer-links h2 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 40px;
    border-bottom: 1px white solid;
}

.footer-cr a {
    font-weight: bold;
}

.single-footer-txt p {
    margin-bottom: 8px;
}

.single-footer-txt p a {
    color: white;
    font-size: 15px;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

ul.footer-social-links.list-inline.list-unstyled {
    margin-bottom: 40px;
}

.payment-btn {
    height: 35px;
    width: 70px;
    background-color: white;
    border-radius: 10px;
    padding: 8px;
}

.associations {
    width: 46%;
    width: calc(50% - 10px);
    flex: 1;
    display: flex;
    float: left;
    margin: 0 5px;
}

.associations:first-child {
    margin-left: 0;
}

.associations:last-child {
    margin-right: 0;
}

.foot-icons {
    text-align: center;
    margin-top: 60px;
}

.foot-icons .footer-social-links li {
    padding: 0 10px;
    text-align: center;
}

.foot-icons .footer-social-links a {
    color: #fff;
    display: block;
    font-size: 18px;
    width: 60px;
    line-height: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    border-radius: 50%;
}

.buttonInside {
    position: relative;
    margin-bottom: 10px;
}

.man-book-input {
    line-height: normal;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom-color: var(--primary-color);
    background-color: transparent;
    width: 40% !important;
}

.man-book-container {
    padding-left: 100px;
    display: inline-block;
}

.single-travel-boxes3 {
    margin-top: -650px;
    margin-left: 170px;
    margin-right: 170px;
    background: #fff;
}

.home1-testm-txt {
    padding-top: 27px;
}

.home1-testm-txt p {
    color: #aaa;
    font-size: 12px;
    font-family: "Poppins", sans-serif;
    max-width: 284px;
    margin: 0 auto;
    padding: 20px 0;
}

.home1-testm-txt h3 a {
    display: block;
    color: #00d8ff;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    text-transform: capitalize;
}

.home1-testm-txt h4 {
    color: #aaa;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    padding: 15px 0 0px;
}

.home1-testm-txt span {
    color: #ddd;
    font-size: 18px;
}

.full-width {
    width: 100%;
}

.transparent-background {
    background-color: transparent;
}
