p {
    font-size:16px;
    margin-bottom:6px;
}
.img-responsive {
    width:100%;
    height:auto;
}
@media (max-width: 767px) {

    .navbar-toggle{display:none !important;}
}
.btn {
    user-select: none;
    -moz-user-select: none;
    background-color: #10989b !important;
    border: medium none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-size: 18px;
    align-items: center;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 0;
    padding: 18px 23px;
    text-align: center;
    text-transform: capitalize;
    touch-action: manipulation;
    transition: all 0.3sease 0s;
    vertical-align: middle;
    white-space: nowrap;
    font-family: 'Barlow', sans-serif;
}

/*Home Page*/
/*Banner Section*/
.banner {
    text-align:center;
    padding:150px 0;
    background-image:url('../images/6104820-delta-airlines.jpg');
    background-size:cover;
    background-repeat:no-repeat;
    color:#fff;
    position:relative;
    z-index:1;
}
.banner:before {
    content:'';
    position:absolute;
    top:0;
    right:0;
    left:0;
    bottom:0;
    background:#000;
    opacity:0.6;
    z-index:-1;
}
.banner h1 {
    margin-bottom:5px;
}

/*Features Area Section*/
.features-area {
	padding: 20px 0;
	background: white;
}
.features-area i {
    color:#10989b;
}
.features-item {
	display: block;
	align-items: center;
	background: #fff;
	border-radius: 5px;
	padding: 30px;
	margin-bottom: 30px;
	transform: scale(1);
	transition: all .4s linear;
	box-shadow: 1px 1px 16px 0px #8b8b8b47;
	height:100%;
}
.features-item:hover {
	transform: scale(1.05);
}
.features-icon {
	line-height: 0;
	margin-right: 20px;
	width: 53px;
	flex: 0 0 53px;
	margin: auto;
	margin-top: 25px;
	text-align: center;
}
.features-icon i {
	font-size: 53px;
	color: #000000;
}
.features-content{
	text-align: center;
	/*margin-top: 30px;*/
}
.features-content .title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 5px;
	color: #10989b;
}
.features-content p {
	font-size: 14px;
	margin-bottom: 0;
	line-height: 1.3;
	color: #101010;
	font-weight: 500;
}

/*About Area Section*/
.about-area {
	padding: 40px 0;
	background: #fff;
}
.about-content .section-title {
	margin-bottom: 25px;
}
.about-content p {
	margin-bottom: 30px;
}
.about-content ul {
	margin-bottom: 40px;
}
.about-content ul li {
	display: flex;
	align-items: baseline;
	color: #606575;
	font-weight: 500;
	margin-bottom: 10px;
}
.about-content ul li:last-child {
	margin-bottom: 0;
}
.about-content ul li i {
	margin-right: 10px;
	font-size: 14px;
	color: #10989b;
}
.about-img {
	position: relative;
}
.about-img img {
	border-radius: 3px;
}
.about-img .img-two {
	position: absolute;
	right: 0;
	top: -80px;
	/*box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.16);*/
}
.about-img::before {
    content: "";
    position: absolute;
    right: 6%;
    top: -7%;
    width: 448px;
    height: 389px;
    border: 10px solid #10989b;
}

/*Service Area Section*/
.service-area {
    padding:40px 0;
}
h5 {
    color:#10989b;
    font-weight:600;
    margin-bottom:0;
}
.main-area {
    padding:15px;
}
.custom-area {
    padding:15px;
    border:1px solid #10989b;
    border-radius:20px;
}
.custom-area h4 {
    margin-bottom:5px;
}

/*Adventure Section*/
.adventure {
    padding:120px 0;
    background-image:url('../images/Girl-Woman-Yellow-Suitc.jpeg');
    background-size:cover;
    background-repeat:no-repeat;
    color:#fff;
    position:relative;
    z-index:1;
}
.adventure:before {
    content:'';
    position:absolute;
    top:0;
    right:0;
    left:0;
    bottom:0;
    background:#000;
    opacity:0.4;
}

/*Client Section*/
.client {
    padding:40px 0;
}
.main-client {
    padding:15px;
}
.custom-client {
    padding:15px;
}

/*Flights Page*/
/*About Banner Section*/
.about-banner {
    text-align:center;
    padding:80px 0;
    background-image:url('../images/airline-passenger-management.jpg');
    background-size:cover;
    background-repeat:no-repeat;
    color:#fff;
    position:relative;
    z-index:1;
}
.about-banner:before {
    content:'';
    position:absolute;
    top:0;
    right:0;
    left:0;
    bottom:0;
    background:#000;
    opacity:0.5;
    z-index:-1;
}
.about-banner h1 {
    margin-bottom:5px;
}
.about-banner a {
    color:#fff;
    font-weight:600;
}

/*Flights Content Section*/
.flights-content {
    padding:40px 0;
}
.flights-content h4,
.flights-content h5{
    margin-bottom:5px;
}

/*About Us Page*/
/*About Content Section*/
.about-content {
    padding:40px 0;
}
.about-content h5,
.about-content h4{
    margin-bottom:5px;
}

/*Contact Us Page*/
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 100%;
    display: block;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    width: 180%;
    height: 115px;
}

/*Footer Section*/
footer {
    padding:40px 0;
    background:#000;
}
footer a {
    display:block;
    color:#fff;
    margin-bottom:4px;
}
footer a:hover {
    color:#10989b;
}
footer p {
    margin-bottom:6px;
    color:#fff;
}
footer h4,
footer i{
    color:#10989b;
}

/*Lower Footer Section*/
.lower-foot {
    background:#10989b;
    color:#fff;
    padding:5px 0;
}
.lower-foot p {
    margin-bottom:0;
    font-weight:600;
}