body {
  	padding: 0;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
  	font-size: 14px;
}

a {
  transition: 0.3s;
}
a:hover, a:focus {
  color: #02298a;
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
  color: #141414;
}
ul{
	padding: 0;
	margin:0;
}
li{
	display: inline-block;
	list-style-type: none;
}
p {
  color: #777777;
  margin-bottom: 15px;
  font-size: 15px;
}

p:last-child {
  margin-bottom: 0;
}
section{
	padding-top: 70px;
    padding-bottom: 70px;
}
.container > div.row{
	margin-bottom: 50px;
}
.container > div.row:last-child{
	margin-bottom: 0;
}
.btn-theme{
    background-size: 200% auto;
    font-size: 14px;
    font-weight: 700;
	text-transform: uppercase;
	transition: all .3s ease-in-out;
	padding: 10px 20px;
	background: #fe0000;
	border-radius: 0;
    color: #fff
}
.btn-theme:hover{
	background: #c80303;
	color: #fff;
}
/*Top header*/
.top-header-content{
	overflow: hidden;
    border-bottom: 1px solid #eeeeee;
}
.top-bg-blue{
	padding: 15px;
}
.top-bg-blue:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #02298a;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
}
.top-bg-blue:after{
	    content: '';
    position: absolute;
    left: -520px;
    top: 0;
    right: -50px;
    width: 540px;
    height: 100%;
    z-index: 999999;
    background: #02298a;

}
.top-bg-blue a{
	color: #fff;
}
.nav-list , .social{
	display: inline-block;
}
.nav-list{
	list-style-type: none;
    display: inline-block;
    margin-bottom: 0;
    margin-right: 15px;
    border-right: 2px solid #0043c5;
    padding-left: 0;
    padding-right: 15px;
}
.nav-list li{
    position: relative;
    font-size: 14px;
    margin-right: 20px;
}
.nav-list a:before{
    content: '';
    position: absolute;
    right: -15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    background: #ffffff;
    border-radius: 50%;
}
.nav-list li:last-child a:before{
    display: none;
}
.social li{
	margin-right: 8px;
}
.header-info{
	padding: 15px 0;
    text-align: right;
}
.header-info li{
	color: #777;
	margin-right: 15px;
}
/*Top header end*/
/* logo header */
.theme-header {
    padding: 15px 0;
}
.heade-media{
	display: flex;
	align-items: center;
    justify-content: flex-end;
}
.heade-media .media{
	align-items: center;
	margin-right: 35px;
}
.heade-media .media img{
	width: 35px;
}
.heade-media .media p{
	margin-bottom: 0
}
.heade-media .media h6 {
    margin-bottom: 0;
    font-weight: 700;
    color: #02298a;
}
.header-menu{
    background-color: #f8f8f8;
    padding-top: 0;
    padding-bottom: 0;
}
.header-menu a.nav-link {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 30px !important;
    transition:  background 0.3s ease;
}
.header-menu .navbar-nav .active > a, .header-menu .navbar-nav > .nav-item:hover > a , .sm-menu > li a:hover, .sm-menu > li.show {
	background: linear-gradient(to left, #0575e6, #0b5eca, #0b47af, #083194, #021b79);
	color: #fff;
    transition: background 0.3s ease;
}

.sm-menu{
    border-radius: 0;
    margin-top: -1px;
    border: none;
    box-shadow: 0px 3px 11px 3px #00000017;
}
.sm-menu li{
    width: 100%;
}
.sm-menu li a {
    font-size: 14px;
    padding: 4px 20px;
}
/* logo header end*/
/*Slider css */
.home{
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.img-1{
	background-image: url('../images/banner.jpg');
}
/*Slider css end*/

.s-title{
	display: block;
	color: #072c8e;
}
.title{
	font-size: 36px;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 10px;
}
/*About*/
.about-wrapper{
	background-image: url('../images/about-shape1.png');
	background-size: contain;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
    background-color: rgba(255, 255, 255, 0.9607843137254902);
    background-position: bottom;
    padding-bottom: 70px;
}
.about-wrapper ul {
	margin-bottom: 20px;
}
.about-wrapper ul li {
    max-width: 50%;
    width: 49%;
    margin-top: 10px;
    font-weight: 600;
    color: #777777;
    position: relative;
    padding-right: 10px;
    padding-left: 22px;
}
.about-wrapper ul li i {
    color: #fd6c1e;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.package-box {
    position: relative;
    background: #fff;
    box-shadow: 0 1px 1rem rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #ddd;
}
.package-box:hover {
    transition: all 0.3s ease;
    position: relative;
    background: #fafafa;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.package-img img{
    height: 230px;
    width: 100%;
}
.package-img{
	display: block;
}
.package-details {
    padding: 15px;
    text-align: center;
}
.package-box .package-details h4{
	font-size: 18px;
    font-weight: 700;
    margin-top: 10px;
}
.p-link{
	    display: inline-block;
    color: #02298a;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    font-size: 14px;
    font-weight: 700;
}
.p-link i{
	margin-left: 2px;
	transition: all 0.3s ease;
}
.package-box:hover .p-link i{
	margin-left: 5px;
	transition: all 0.3s ease;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #fd4e19;
}
.owl-theme .owl-dots .owl-dot span{
	    background: #ffd88a;
}
.international-slider .owl-stage-outer , .domestic-slider .owl-stage-outer{
    padding:  15px;
}
.pack-category{
    margin-bottom: 6px;
}
.pack-category a{
    font-size: 14px;
    color: #777;
}
.c-item + .c-item::before{
    display: inline-block;
    padding-right: 4px;
    color: #6c757d;
    content: ",";
}
.pack-list{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pack-category{
    display: inline-block;
    margin-bottom: 0;
}
.stay-night{
    display: inline-block;
    text-align: right;
}
.bg-shape{
	background-image: url('../images/shape2.png');
	background-repeat: no-repeat;
    background-blend-mode: overlay;
    background-color: rgba(255, 255, 255, 0.63);
    background-position: left bottom;
    padding-bottom: 70px;
}

.testimonials-wrapper{
	/*background-image: url('../images/bg-section-traveler.jpg');*/
    /*margin-top: 70px;*/
    /*padding-bottom: 70px;*/
    background-repeat: no-repeat;
}

.traveler{
	position: relative;
	margin: 15px 5px;
    text-align: center;
    background-color: #fff;
    z-index: 5;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden
}
.traveler:nth-child(even){
	margin-top: 30px;
}

.cover-image{
	position: relative;
    width: 100%;
    height: 120px;
    overflow: hidden;
}

.cover-image img{
    position: absolute;
    top: 0;
    left: 0;
}
.traveler-content {
    padding: 0 30px 30px 30px;
}
.avtar-img{
    border-radius: 50%;
    width: 32%;
    overflow: hidden;
    border: 5px solid #fff;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    position: relative;
    display: inline-block;
    top: -50px;
    margin-bottom: -40px;
}
.avtar-img img{
  	width: 100%;
    border-radius: 50%;
}
.t-name{
    color: #02298a;
    margin-bottom: 0px;
    font-weight: 600;
}
.description p {
    font-size: 14px;
}
.footer-area{
    background-color: #10131b;
    padding-top: 70px;
    padding-bottom: 50px;
}
.subscribe-area{
        background: linear-gradient(to left, #0575e6, #0b5eca, #0b47af, #083194, #021b79);
    text-align: center;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 90px;
    padding-right: 90px;
    margin-bottom: 80px;
    margin-top: -195px;
}
.subscribe-area h3 {
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

.newsletter-form .form-control {
    border: none;
    background-color: #02307c;
    border-radius: 5px;
    color: #ffffff;
    height: 50px;
    font-size: 14px;
}
.newsletter-form .btn-theme {
    padding: 13px 15px;
}
.f-logo{
    margin-bottom: 15px;
    width: 70%;
}
.f-social a{
    display: inline-block;
    background-color: #343434;
    color: #ffffff;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    border-radius: 50%;
    margin-right: 3px;
}
footer p , footer a{
    color: #ddd;
    font-size: 15px;
}
.f-title{
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 14px;
}
.f-title:before{
    background: #ddd;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 45px;
}
.f-link a{
    display: block;
    margin-bottom: 5px;
}
.contact p{
margin-bottom: 8px;
    color: #dddddd;
    line-height: 1.8;
}
.contact p b{
    color: #fff;
    font-weight: 600;
}

.copyright-area {
    background-color: #0b0d15;
    padding-top: 25px;
    padding-bottom: 25px;
}
.copyright-area p ,  .copyright-area a{
    color: #f8f8f8;
    font-size: 14px;
}
.copyright-area a:hover{
    color: #007bff;
}

.copyright-area p span {
    color: #ffffff;
    font-weight: 600;
}
.c-link li{
    position: relative;
}
.c-link li a{
    padding-right: 15px;    
}
.c-link li:last-child a{
    padding-right: 0;
}
.c-link li:last-child:before{
    display: none;
}
.c-link li:before{

    position: absolute;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 4px;
    height: 2px;
    background: #ffffff;
}

.breadcrumb-section{
    padding:25px 0;
    background-color: #ececec;
}
.breadcrumb-section h2{
    margin-bottom: 0;
    font-weight: 700;
    font-size: 22px;

}
.breadcrumb-section .breadcrumb{
    background: transparent;
    margin-bottom: 0;
    justify-content: flex-end;
    padding: 0;
}
.breadcrumb-section .breadcrumb a{
    color: #777;    
}
.breadcrumb-item.active {
    color: #000;
}
.tour-services{
    -webkit-transition: background-color 2s ease-out;
    -moz-transition: background-color 2s ease-out;
    -o-transition: background-color 2s ease-out;
    transition: background-color 2s ease-out;
    text-align: center;
    background: #ffffff;
    padding: 25px;
    box-shadow: 0 5px 25px -10px rgba(0, 0, 0, 0.31);
}
.tour-services img {
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.tour-services h5 {
    margin-bottom: 10px;
    transition: all 0.3s ease;
}

.tour-services p {
    font-size: 14px;
    color: #999;
    transition: all 0.3s ease;
}
.service-space > div:nth-last-child(-n + 6){
    margin-top: 30px;
}
.tour-services:hover {
    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
    background: linear-gradient(to left, #0575e6, #0b5eca, #0b47af, #083194, #021b79);
}
.tour-services:hover img {
    transition: all 0.3s ease;
    filter: brightness(1) invert(1);
}
.tour-services:hover h5 {
    transition: all 0.3s ease;
    color: #fff;
}
.tour-services:hover p {
    transition: all 0.3s ease;
    color: #ddd;
}
.package-box{
    margin-bottom: 30px;
}
.pack-space > div:nth-last-child( -n + 1) .package-box{
    margin-bottom: 0;
}
.contact-card{
    background: #ffffff;
    padding: 30px;
    border-radius: 5px;
    position: relative;
    transition: 0.5s;
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
}
.icon-circle{
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 46px;
    border: 1px solid #02298a;
    border-radius: 50%;
    color: #02298a;
    transition: 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.icon-circle i{
    font-size:  18px;
}
.contact-card h6 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}
.contact-card p {
    margin-bottom: 0;
    font-size: 14px;
}

.contact-card p:last-child {
    margin-bottom: 0;
}
.contact-card:hover{
    transform: translateY(-5px);
    box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
}
.contact-card:hover .icon-circle{
    background-color: #02307c;
}
.contact-card:hover .icon-circle i{
    color: #fff;
}
.c-title{
    font-size: 24px;
    font-weight: 700;
}
.s-bar li{
    display: block;
    margin-bottom: 10px;
}
.s-bar a{
    display: inline-block;
    color: #777777;
}
.s-bar a span{
    font-weight: 600;
}
.s-bar a i {
    width: 40px;
    height: 40px;
    text-align: center;
    display: inline-block;
    line-height: 40px;
    border: 1px solid;
    border-radius: 50%;
    margin-right: 8px;
}

.bg-form{
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    padding:  30px;
}
label{
    color: #000;
    font-size: 13px;
    font-weight: 600;
}
.theme-form .form-control{
    height: 45px;
    border: 1px solid #eeeeee;
    background-color: transparent;
    border-radius: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #141414;
    line-height: initial;
    padding-left: 13px;
    font-size: 14px;
}
textarea.form-control {
    height: auto !important;
}

.embed-responsive-21by9::before {
    padding-top: 25.857143%;
}
.international-slider .package-box , .domestic-slider .package-box{
    margin-bottom: 0;
}

/*Service deails */
.box-card{
    padding: 15px;
    background-color: #fff;
    box-shadow: 0 1px 1rem rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}
.pack-details{
    padding: 20px 0;
}
.d-title{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}
.d-list i.ti-check{
    color: #0575e6;
    font-weight: 600;
}
.d-list i.ti-close{
    color: #ec5849;
    font-weight: 600;
}
.d-list li{
    display: block;
    margin-bottom: 10px;
}
.details-form .form-control {
    height: 40px;
}
.support-list li{
    position: relative;
    padding-bottom: 5px;
    padding-left: 28px;
}
.support-list li i{
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 15px;
}
.side-title{
    font-size: 18px;
    color: #000;
    font-weight: 600;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 8px;
    margin-bottom: 20px;
}
.category{

}
.category li{
    border-bottom: 1px solid #eaeaea;
    width: 100%;
    padding: 3px 0 12px;
    margin-bottom: 7px;
}
.category li:last-child{
    border-bottom: none;
    margin-bottom: 0;
}

.category li a{
    color: #000;
    transition: all 0.3s ease;
}
.category li a:hover , .category li a.active{
    color: #076fde;
    transition: all 0.3s ease;
    margin-left: 8px;
}
.tags a{
    border: 1px solid #e3e3e3;
    position: relative;
    padding: 5px 8px;
    margin-right: 5px;
    margin-bottom: 9px;
    font-size: 13px;
    display: inline-block;
    color: #aaa;
    transition: all 0.3s ease;
}
.tags a:hover{
    border: 1px solid #076fde;
    color: #076fde;
    transition: all 0.3s ease;
}


/* lightbox slider css  */

.slider-lightbox > .column {
  padding: 0 8px;
}

.slider-lightbox:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 33%;
}
.column img{
    width: 100%;
}
.slider-lightbox .column:first-child {
    width: 100%;
}
.slider-lightbox .column:first-child img {
    margin-bottom: 15px;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}
.slider-gallery  .owl-nav{
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 100%;
    left: 0;
    right: auto;
    text-align: left;
}
.slider-gallery  .owl-nav i{
        background: #00000094;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.slider-gallery  .owl-nav .owl-prev{
    position: absolute;
    left: 15px;
    right: auto;
}
.slider-gallery  .owl-nav .owl-next{
    position: absolute;
    right: 15px;
    left: auto;
}
.nav-tabs {
    border-bottom: 2px solid #06298a;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link , .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus{
    background: linear-gradient(to left, #0575e6, #0b5eca, #0b47af, #083194, #021b79);
    color: #fff;
    border-color: transparent;
    
}
.nav-tabs .nav-link{
    font-size: 15px;
    padding: 12px 25px;
}
.p-d-title{
    font-size: 24px;
    font-weight: 700;
}
.r-features li {
    display: inline-block;
    margin: 7px 15px;
    width: 26%;
    padding-left: 10px;
    position: relative;
    font-size: 14px;
}
.r-features {
    margin-bottom: 30px;
}
.r-features i {
    position: absolute;
    left: -15px;
    top: 2px;
    font-size: 18px;
}
.pack-stay-date{
    margin-bottom: 30px;
}
.pack-stay-date .tags a{
    margin-bottom: 0;
}
.pack-stay-date{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (max-width: 1199px){
    .header-info{
        /* padding: 5px 0; */
    }
    .header-info li{
        font-size: 13px;
    }
    .header-menu a.nav-link{
        padding: 15px 20px !important;
    }
    .nav-list{
        margin-bottom: 0;
        margin-right: 7px;
        padding-left: 0px;
        padding-right: 5px;
    }
}
@media (max-width: 991px){
    section{
        padding-top: 50px;
    }
    .about-wrapper , .bg-shape{
        padding-bottom: 50px;
    }
    .title{
        font-size: 26px;
    }
    .subscribe-area h3{
        font-size: 22px;
    }
    .newsletter-form .form-control{
        height: 45px;
    }
    .newsletter-form .btn-theme{
        width: 100%;
        margin: 10px 0;
        display: block;
    }
    .footer-space > div:nth-last-child(-n + 2){
        margin-top: 30px;
    }
    .package-box .package-details h4{
        font-size: 18px;
    }
    .package-box .package-details .p-link{
        font-size: 13px;
    }
    footer p, footer a {
        color: #ddd;
        font-size: 14px;
    }
   
    .navbar-brand{
        width: 40%;
    }
    .top-bg-blue{
        text-align: center;
    }
    .top-bg-blue:before{
        width: 120%;
        clip-path: none;
    }
    .header-info{
        text-align: center;
    }
    .header-info li{
        font-size: 14px;
    }
    .contact-card{
        margin-bottom: 30px;
    }    
    .pack-space > div:nth-last-child( -n + 1) .package-box{
        margin-bottom: 0;
    }
    .service-space > div:nth-last-child(-n + 7) {
        margin-top: 30px;
    }
    .support-list li{
        display: block;
    }
}
@media (min-width: 992px){
	.navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
	    flex-wrap: nowrap;
	}
	.navbar-expand-lg .navbar-toggler {
	    display: none;
	}
	.navbar-expand-lg .navbar-collapse {
	    display: -ms-flexbox !important;
	    display: flex !important;
	    -ms-flex-preferred-size: auto;
	    flex-basis: auto;
	}
	.navbar-expand-lg .navbar-nav {
	    -ms-flex-direction: row;
	    flex-direction: row;
	}
}
@media (max-width: 767px){
    .nav-tabs .nav-link {
        padding: 12px 24px;
    }
    .title {
        font-size: 22px;
    }
    .btn-theme{
        font-size: 13px;
    }
    .package-img img{
        height: unset;
    }
    .avtar-img{
        width: 22%;
    }
    .newsletter-form .form-control{
        margin-bottom: 10px;
    }
    .footer-space > div:nth-last-child(-n + 3){
        margin-top: 30px;
    }
    .breadcrumb-section {
        padding: 30px 0;
    }
    .breadcrumb{
        justify-content: center !important;
    }

    .subscribe-area{
        padding: 30px;
        margin-bottom: 50px;
    }
    .breadcrumb-section h2{
        margin-bottom: 5px;
        font-weight: 600;
        font-size: 24px;
    }
    .tour-services img{
        width: 50px;
    }
    .pack-list{
            display: block;
    }
    .pack-category{
        margin-bottom: 3px;
        display: block;
    }
}

@media (max-width: 575px){
    section{
        padding-top: 30px;
    }
    .about-wrapper , .bg-shape{
        padding-bottom: 30px;
    }
    .subscribe-area h3 {
        font-size: 18px;
    }
    .about-wrapper ul li{
        width: 100%;
        max-width: 100%;
    }
    .header-menu a.nav-link{
        padding: 10px 20px !important;
        font-size: 13px;
    }
    .top-bg-blue , .header-info {
        padding: 8px 0;
    }
    .pack-space > div:nth-last-child( -n + 1) .package-box{
        margin-bottom: 0;
    }
    .d-title {
        font-size: 18px;
    }
    .international-slider .owl-stage-outer, .domestic-slider .owl-stage-outer {
        padding: 0;
    }
    .nav-tabs .nav-item{
        width: 100%;
        text-align: center;
        display: block;
    }
    .nav-tabs .nav-link {
        padding: 12px 24px;
        display: block;
    }
    .pack-stay-date{
        display: block;
    }
    .pack-stay-date .tags{
        margin-bottom: 10px;
    }
}
@media (max-width: 420px){
    
    .r-features li{
        width: 100%;
    }
    p{
        font-size: 14px;
    }
    .title {
        font-size: 18px;
    }
    .btn-theme{
        font-size: 13px;
    }
    .package-img img{
        height: unset;
    }
    .avtar-img{
        width: 32%;
    }
    .newsletter-form .form-control{
        margin-bottom: 10px;
    }
    .footer-space > div:nth-last-child(-n + 3){
        margin-top: 30px;
    }
    .top-bg-blue , .header-info {
        padding: 8px 0;
    }
    .package-box .package-details h4 {
        font-size: 16px;
    }
}

@media (max-width: 380px){
    .nav-list{
        border-right: none;
    }
    .avtar-img {
        width: 35%;
    }
    .traveler-content {
        padding: 0 15px 15px 15px;
    }
    .subscribe-area h3 {
        font-size: 16px;
    }
    .f-title {
        font-size: 18px;
    }
}
 .f-link a:hover{
    color: #fff !important;
}
.package-details button{
    background: #072c8e;
    border: none;
    color: #fff;
    padding: 8px 15px;
    border-radius: 100px;
}
.testimonials-slider .item{
    height: 100%;
}