* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: "Raleway", sans-serif;
    background: #fff !Important;
}

.main-wrapper {
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}

.mt40 {
    margin-top: 40px;
}

.active-nav {
    color: #000!important;
    border-bottom: 1px solid #000;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

h1 {
    text-transform: capitalize;
    margin-top: 0;
}

.mt30 {
    margin-top: 30px;
}

ul,
ol {
    margin: 0;
}

a:hover {
    text-decoration: none;
}

a:focus {
    outline: none;
    outline-offset: none;
}

a:focus,
a:hover {
    text-decoration: none !important;
}


/* main classes */

.primary-color {
    color: #213a72;
}

.primary-bg {
    color: #213a72;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
    .custom-container {
        max-width: calc(100% - 140px);
        margin: 0 auto;
    }
}

.common-section {
    padding: 70px 0;
}

.common-heading {
    font-size: 56px;
    color: #213a72;
    font-weight: 400;
}

.sub-heading {
    font-size: 24px;
    color: #213a72;
}

.paragraph {
    font-size: 14px;
    color: #61666e;
    font-weight: 500;
}

.common-btn {
    width: 170px;
    border: 1px solid #eeeeef;
    font-size: 10px;
    text-align: center;
    height: 35px;
    line-height: 35px;
    color: #666666;
    font-weight: 600;
    border-radius: 20px;
    outline: none;
    display: inline-block;
    background: transparent;
    text-transform: capitalize;
}

.common-btn.active,
.common-btn:hover {
    color: #fff;
    background: #213a72;
    border-color: #213a72;
}

.popup-close-position {
    background: url(../images/close.png)no-repeat bottom;
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
    opacity: 1;
    outline: none;
    font-size: 0;
}

.swal-text {
    text-align: center;
}

#package_yarta input {
    font-size: 14px;
}

#enquireNow .modal-header {
    padding: 10px 30px;
    margin-top: 10px;
}

#enquireNow .modal-header h4 {
    font-size: 28px;
}

#enquireNow .modal-body {
    padding: 30px;
}


/* End main classes */

.logo-navi-wrap:after {
    content: '';
    clear: both;
    display: block;
}

header {
    width: 100%;
    position: absolute;
    z-index: 3;
    padding: 50px 0;
    -webkit-transition: 0.3s linear all;
    transition: 0.3s linear all;
}

.logo {
    float: left;
    margin-top: 0px;
    max-width: 154px;
}

.navigation {
    float: right;
    line-height: 87px;
}

.navigation ul li {
    display: inline-block;
    position: relative;
    padding: 0 20px;
}

.navigation ul li a {
    color: #213a72;
    font-size: 14px;
    text-transform: uppercase;
    -webkit-transition: 0.3s linear all;
    transition: 0.3s linear all;
    font-weight: 700;
    padding: 11px 0;
}

.navigation ul li a:hover {
    color: #000;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
}

.navigation ul li.contact-icons a {
    font-size: 26px;
}

.header-other {
    position: static;
    padding: 15px 0;
    border-bottom: 2px solid #00000033;
}

.header-other .navigation ul li a:hover {
    color: #000;
}


/*home-slider*/

.home-banner {
    position: relative;
}

.banner-content {
    position: absolute;
    left: 70px;
    max-width: 620px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.home-banner .owl-dots {
    position: absolute;
    bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.home-banner .owl-dot {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 200px;
    border-bottom: 1px solid rgba(255, 255, 255, 1) !important;
    margin: 0 10px;
    color: rgba(255, 255, 255, 1) !important;
    text-transform: uppercase;
    outline: none;
    opacity: .5;
}

.home-banner .owl-dot.active {
    opacity: 1;
}

.home-banner .owl-dot:after {
    margin-top: -10px;
    display: block;
}

.home-banner .owl-dot:nth-child(1):after {
    content: 'YATRAS';
}

.home-banner .owl-dot:nth-child(2):after {
    content: 'Luxury  Private Charter';
}


/* services slider */

.service-content {
    padding: 30px;
    text-align: center;
}

.service-content h4 {
    font-weight: 600;
}

.packages-slider-content span {
    font-size: 12px;
    color: #213a72;
    font-weight: bold;
    margin-top: 10px;
    display: block;
}


/* yatra-packages-slider */

.yatra-packages {
    background: url(../images/yatra-packages-bg.jpg) no-repeat;
    padding-bottom: 90px;
}

.yatra-packages-slider {
    margin-top: 70px;
}

.packages-slider-item {
    border-radius: 5px;
    overflow: hidden;
}

.packages-slider-content {
    padding: 30px;
    background: #fff;
}

.packages-slider-content p {
    font-size: 13px;
}


/* footer */

.footer-content {
    padding-bottom: 40px;
    padding-top: 50px;
}

.footer-logo img {
    margin-top: -55px;
    background: white;
    padding: 10px;
    border-radius: 50%;
}

.footer-content p {
    font-size: 12px;
    color: #666666;
    font-weight: 600;
}

.footer-content a {
    color: #666666;
}

.footer-content a:hover {
    color: #213a72;
}

.footer-content h5 {
    font-size: 12px;
    color: #213a72;
    font-weight: 700;
    margin-bottom: 25px;
}

.footer-content .copyright p {
    font-size: 10px;
}

.footer-content h3 {
    font-size: 24px;
    color: #213a72;
}

.form-btn {
    width: 48px;
    height: 48px;
    background: url(../images/footer-submit.png) no-repeat top left;
    display: block;
    margin: auto;
    transition: 0.3s ease-out;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -ms-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
}

.form-btn:hover {
    background-position: bottom right;
}

.collaborate-form {
    margin-top: 30px;
}

#contact_form .form-group .text-danger,
#contact-form .form-group .text-danger {
    margin-top: 8px;
}

.collaborate-form input {
    border: 0px;
    border-bottom: 1px solid #eeeeef;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    font-size: 12px;
    padding-left: 0;
}

.collaborate-form input:focus {
    box-shadow: none;
    border-color: #213a72
}

.collaborate-form .form-group {
    position: relative;
    margin-bottom: 15px;
}

.collaborate-form .placeholder {
    position: absolute;
    font-size: 12px;
    color: #666666;
    font-weight: 600;
    bottom: 12px;
}

.footer-address p {
    line-height: 20px;
}


/* air charter page */

.air-charter-content {
    background: url(../images/aircraft-charter/aircraft-charter-bg.png) no-repeat;
}

.air-charter-content .service-content {
    padding: 30px 0;
}

.air-charter-content .position-relative .position-absolute {
    position: absolute!important;
    bottom: 25px;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
}

.air-charter-content .position-relative .position-absolute h3 {
    color: #fff;
    margin-bottom: 10px;
    font-size: 18px;
}

.air-charter-content .position-relative .position-absolute .common-btn {
    width: 100px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #ffffff;
}

.air-charter-content .position-relative .position-absolute .common-btn:hover {
    border-color: #213a72
}


/* yatra page */

.yatra-content .packages-slider-item h4 {
    font-size: 30px;
    color: #213a72;
}

.yatra-content .packages-slider-content span {
    margin-top: 5px;
}


/* contact-us-content */

.contact-us-content {
    background: url(../images/contact-bg.jpg) no-repeat;
    border-bottom: 2px solid #00000033;
}

.common-banner {
    border-bottom: 2px solid #00000033;
}


/* services-content */

.services-content h3 {
    font-size: 30px;
    color: #213a72
}