/* 1.0 Import */
@import url("https://fonts.googleapis.com/css?family=Ruda:400,700,900");
@import url("https://maxcdn.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css");
@import url('font-awesome.min.css');
@import url('animated.css');


*{
    transition: 1s all;
    -webkit-transition: 1s all;
    -moz-transition: 1s all;
    -o-transition: 1s all;
    -ms-transition: 1s all;
}
body{
    font-family: 'Ruda', Montserrat, sans-serif !important;
    margin: 0 auto;
}
a,a:hover,a:visited{text-decoration: none}
.section-gap {padding: 70px 0;}
.font-14{font-size: 14px;}
.full{width:100%;}




.form-control:focus{
    color: #231445;
    background-color: #fff;
    border-color: #231445;
    outline: 0;
    box-shadow: 0 0 0.2rem rgba(150, 14, 133, 0.41);
    font-weight: 400;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0.2rem rgba(150, 14, 133, 0.41);
}

.section-heading h3{
    font-weight: 900;
    font-size: 30px;
    margin-bottom:2px;
    color: #231445;
}
.section-heading{
    margin-bottom: 50px;
}
.mt-100{
    margin-top:100px;
}
.mt-70{
    margin-top:70px;
}
.primary-btn{
    background-color: #231445 !important;
    line-height: 42px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    border-radius: 25px !important;
    border: none !important;
    color: #fcfcfc !important;
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    text-transform: uppercase;
    position: relative;
    font-weight: 400;
    font-size: 12px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.11), 0 3px 1px -2px rgba(0,0,0,0.11), 0 1px 5px 0 rgba(0,0,0,0.1);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.11), 0 3px 1px -2px rgba(0,0,0,0.11), 0 1px 5px 0 rgba(0,0,0,0.1);
}
.primary-btn:hover {
    background-color: #231445;
    line-height: 42px;
    padding-left: 30px;
    padding-right: 60px;
    border-radius: 25px;
    border: none;
    color: #fff;
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    text-transform: uppercase;
    position: relative;
    font-weight: 400;
    font-size: 12px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}

.btn-primary {
    background-color: #231445 !important;
    line-height: 26px;
    padding-left: 30px !important;
    padding-right: 30px !important;
    border-radius: 25px !important;
    border: none !important;
    color: #fcfcfc !important;
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    text-transform: uppercase;
    position: relative;
    font-weight: 400;
    font-size: 12px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.11), 0 3px 1px -2px rgba(0,0,0,0.11), 0 1px 5px 0 rgba(0,0,0,0.1);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.11), 0 3px 1px -2px rgba(0,0,0,0.11), 0 1px 5px 0 rgba(0,0,0,0.1);
}
.btn-primary:hover {
    background-color: #231445;
    line-height: 26px;
    padding-left: 30px;
    padding-right: 60px;
    border-radius: 25px;
    border: none;
    color: #fff;
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    text-transform: uppercase;
    position: relative;
    font-weight: 400;
    font-size: 12px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}




/* header section - nav area*/
.header-section{
    background:#fff;
}
.header-address{
    background:#180c33; color:#fff;padding:5px; margin:0
}
.header-main{
    border-bottom:1px solid #f2f2f2; 
}
.navbar-toggler{
    color:#231445;
}
.main-logo{
    height:50px; border-radius: 3px;
}

.nav-item > a.nav-link {
    color: #180c33;
    font-weight: 600;
}
.nav-item.active > a.nav-link {
    color: #fff !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .9rem;
    padding-left: .9rem;
}

.nav-item.active{
    background: #6ac335;
}

.nav-item:hover{
    box-shadow: 0px 4px 0px #6ac335;
    /* background: #6ac335; */
    /* color:#fff; */
}
/* .nav-item:hover > a.nav-link{
    color:#fff;
} */

/* search section */
.search-area{
    padding: 6em 0;
    position: relative;
}
.search-area {
    position: relative;
    width: 100%;
    display: block;
    margin-top: -190px;
    padding: 0 !important;
}
.search-area .container-wrap {
    width: 89%;
    background: rgba(255, 255, 255, 0.98);
    border-top: 5px solid #231445;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.search-area .nav-pills .nav-link {
    padding: 10px 30px !important;
    border-radius: 0;
    margin-bottom: 0;
    color: #231445;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    border: 1px solid transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    font-weight:600;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff !important;
    background-color: #231445;
    border-radius: 0 0 5px 5px;
}

/* Airline offers */
.flight-offer{
    height:300px; background:white;margin-top: 30px; overflow: hidden;padding:40px 15px;
}
.flight-offer:hover{
    height:300px; background:white;margin-top: 30px; overflow: hidden;padding:40px 15px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    transform: scale(0.98);
}
.airline{
    height:40px;
}
.flight-offer h4 i{
    transform:rotate(45deg);
}
.flight-offer h3{
    color:#6AC335;
    font-weight:900;
}
.flight-offer h4{
    color: #231445;
}
.flight-offer:hover > h4 i{
    transform:rotate(-135deg);
}
.trip-plan{
    color: #6AC335;
    padding: 15px 20px;
    border: 3px solid #6AC335;
    font-size: 40px;
    border-radius: 50%;
    font-weight: 900;
}
.request-quote:hover{
    padding-right: 30px !important;
}

/* top deals section */
.top-deals-section{
    background: #fcfcfc;
}
.places-img{
    width:100%;height:600px;
}
.cruise-img, .car-img, .hotel-img, .tour-img{width:100%;height:200px;}

.img-center{
    background-position: center center !important; 
    background-size: cover !important; 
}
.carousel-caption-text{
    background: rgba(61, 146, 201, 0.36);
    color: #fff;
    padding: 20px;
}


/* newsletter area */
.subscribe-widget input {
    border: 2px solid #231445;
    width: 75% !important;
    font-weight: 300;
    background: #fff;
    color: #231445;
    padding-left: 20px;
    border-radius: 0;
    font-size: 14px;
    padding: 15px 18px;
    border-radius:15px 0 0 15px;
}
.subscribe-widget{
    margin-bottom: 80px;
}
.subscribe-widget h5{
    color: #231445;
    font-weight: 600;
    margin-bottom: 0;
}
.subscribe-widget .click-btn {
    background-color: #231445;
    color: #fff;
    border-radius: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    padding: 17px 25px;
    border: 0;
    font-size: 14px;
    width: 25% !important;
    border-radius:0px 15px 15px 0px;
}


/* botom about */
.bottom-about{
    font-size: 12px;
    margin-top: 80px;
}
.bottom-about>p>a {
    color: #231445;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.625em;
    text-decoration: none;
}
.bottom-about>p>a:hover  {
    color: #6AC335;
    line-height: 1.625em;
    text-decoration: underline;
    font-weight: 600;
    text-decoration: underline;
}



/* accredited_integrated - partners */
.accredited_integrated:hover{
    height: 35px;
    -webkit-filter: grayscale(50%);
    -moz-filter: grayscale(50%);
    -ms-filter: grayscale(50%);
    -o-filter: grayscale(50%);
    filter: grayscale(50%);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.accredited_integrated{
    height: 35px;
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}



/* footer area */
footer {
    background: #04091e;
    padding-top: 100px;
}
.footer-area h5{
    font-size: 20px;
    font-weight: 700;
    color: #fff !important;
}
.footer-bottom {
    padding-top: 50px;
}
.footer-bottom p,.footer-bottom a{
    color: #777777;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.625em;
    text-decoration: none;
}
.footer-bottom a:hover,.footer-area h5,.footer-area small{
    color: #6AC335;
    line-height: 1.625em;
    text-decoration: none;
    font-weight: 500;
    text-decoration: underline;
}
.social-media-area i {
    font-size: 18px;
    font-weight: 600;
    border: 2px solid #6AC335;
    padding: 6px 10px;
    color: #ffffff;
    border-radius: 3px;
    margin-right: 7px;
}
.social-media-area i:hover{
    font-size: 18px;
    font-weight: 600;
    border: 2px solid #777777;
    padding: 6px 10px;
    color: #777777;
    border-radius: 3px;
}




/* other pages */
.main-lead-text {
    font-weight: 900;
    font-size: 56px;
    padding: 5% 0;
    color: #fff;
    margin: 0;
}
.bg-darken{
    background: rgba(24, 12, 51, 0.44);
}
.sub-page-links > a{
    color: #fff;
    font-weight: 500;
}
.sub-page-links > a:hover{
    color: #6AC335;
    text-decoration: underline;
}
.side-caption-image{
    width: 100%;
    margin-top:100px;
}
.about-aside{
    margin-top: 150px;
}
.about-aside h3{
    font-weight: 700;
}
.about-aside > p.about-brief{
    max-width: 450px;
    color: #777777;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.725em;
    position: relative;
}




/* forms area */
.request-page > .form-group > input{
    margin-bottom: 30px;
    height: 50px;
    border-radius: 0;
    border: 1px solid #999;
}
.request-page > .form-group > textarea{
    margin-bottom: 35px;
    height: 290px;
    border-radius: 0;
    border: 1px solid #999;
}

@media only screen and (max-width: 992px){
}

@media only screen and (max-width: 768px){
    .accredited_integrated{
        width: 100%;
    }
    .accredited_integrated:hover{
        width: 100%;
    }
}

@media only screen and (max-width: 400px){
    
}

@media only screen and (max-width: 320px){
}