p, a {
	font-size: 18px;
	font-weight: 300;
	text-align: justify;
    font-family: 'Spectral', serif;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'EB Garamond', serif;
}

#web-head {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: #fff;
    width: 100%;
    padding: 0 40px;
}

.navbar-toggle {
		background-color: #000;
	    border: 1px solid #000;
	}
.navbar-toggle .icon-bar {
	background-color: #fff;
	}

.fa-black{
		color: #fff;
	    background: #000000;
	    padding: 5px;
	    width: 24px;
	    height: 24px;
	    text-align: center;
	    border-radius: 50%;
        -webkit-transition: 1s ease;
	}

    .fa-black:hover {
    color: #fff;
    background: #d8ab74;
    padding: 5px;
    width: 24px;
    height: 24px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: 1s ease;
}
.navbar-brand>img {
	    display: block;
	    width: 75%;
	}

.carousel-inner .text-block-cour {
  position: absolute;
  top: 42%;
  display: block;
  color: #fff;
  width: 100%;
}
.carousel-inner .text-block-cour > .text-cour > .courosel-heading{
    font-size: 50px;
    margin-bottom: 20px;
}
.carousel-inner .text-block-cour > .text-cour > p{
    font-size: 18px;
    width: 50%;
    margin: 0 auto;
    text-align: center;
}
.we-fly{
	background-image: url("../images/home-all/we-fly-bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color:#fff;
}

.all-service-bg{
	background-image: url("../images/service-page-bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color:#fff;
}
.cargo-charter-banner{
	background-image: url("../images/cargo-charters/cargo-banner.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color:#fff;
}

.air-ambulance-banner{
	background-image: url("../images/air-ambulance/air-ambulance-banner.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color:#fff;
}

.book-now-banner{
    background-image: url("../images/book-now-banner.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color:#fff;
}

.career-banner{
background-image: url("../images/empty-legs-banner.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color:#fff;
}

.helicopter-banner{
	background-image: url("../images/helicopter/banner.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color:#fff;
}
.private-charter-banner{
	background-image: url("../images/private-charters/banner.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color:#fff;
}

.about-us-banner{
    background-image: url("../images/about-us-banner.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color:#fff;
}
.choose{
	background-image: url("../images/home-all/why-choose-background.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
        padding: 80px 0px 0px;
}

.about-bg{
	background-image: url("../images/vision-mission.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 266px 0px;
}

.contact-us-banner{
	background-image: url("../images/contact-us-banner.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color:#fff;
}

.about-para p , .vision-mission-para p{
  font-size: 18px;
}
.destinations{
	position: relative;
  		text-align: center;
}

.bg-grey{
	background: #d6d0d038;
}
.globe{
padding: 80px 20px;
text-align: center;
}

.banner-heading{
	padding: 270px 20px 140px;
    text-align: center;
}

.contact-banner-heading p{
	text-align: center;
      font-size: 17px;
}
.globe a{
	    background: #f2742f;
    border: #f2742f;
    color: #fff;
    padding: 15px 40px;
    -webkit-transition: 1s ease;
}

.contact-heading h4{
  font-size: 20px;
}
.globe a:hover{
	    background: #fff;
    border: #f2742f;
    color: #f2742f;
    padding: 15px 40px;
  -webkit-transition: 1s ease;
}
.made{
	/*background-image: url("../images/home-all/dash-line.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;*/
}
.made img{
	display: block;
    margin: 0 auto;
/*
    border: 1px dashed #c1c1c2;
    border-radius: 50%;
*/
    padding: 14%;
    border-width: 2px;
}

.made-simple{
	margin: 0px;
	padding: 10px;
}

.made-simple-content{
	padding: 20px 40px;
    text-align: center;
}

.why-choose{
	text-align: center;
	margin-bottom: 80px;
}

.why-choose img{
	display: block;
	margin: 0 auto 20px;
}

.why-choose p{
        font-size: 18px;
	text-transform: uppercase;
	text-align: center;
}

.sec-para-choose{
	font-size: 18px;
    font-weight: 300;
    line-height: 35px;
    padding: 50px 30px 50px;
    text-align: justify;
}

.choose a{
	    background: #d8ab74;
    border: #d8ab74;
    color: #fff;
    padding: 15px 40px;
    -webkit-transition: 1s ease;
}
.choose a:hover{
	    background: #fff;
    border: 1px solid #d8ab74;
    color: #d8ab74;
    padding: 15px 40px;
  -webkit-transition: 1s ease;
}

.quick-links{
	 display:inline;
}
.quick-links ul li a{
	color: #000;
	letter-spacing: 1px;
}
.quick-links ul li a:hover{
	text-decoration: none;;
	color: #d8ab74;
	letter-spacing: 1px;
}
.links{
	padding: 0;
}

.links li{
    display: inline;
     text-transform: uppercase;
      padding-right: 40px;
}

.footer-nav {
    padding: 30px 0px 25px;
}

.footer-top{
	border-bottom: 1px solid #00000038;
	padding: 20px 0px;
}

.footer-path{
	    margin-bottom: 50px;
}
.top{
	float: right;
	color: #d8ab74;
}

.footer-path ul {
    list-style: none;
    margin-top: 20px;
    padding: 0px 10px;
}
.top i {
  border: solid #d8ab74;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.feedback {
  background-color : #f2742f;
  color: white;
  padding: 6px 20px;
  border-radius: 4px;
  border-color: #f2742f;
  letter-spacing: 2px;
}

#mybutton {
    position: fixed;
    bottom: 283px;
    /*left: -153px;*/
    left: -175px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.mt{
	margin-top: 100px;
}

.form-group .form-control{
margin-bottom: 20px;
}

.contact-us .btn.btn-default{
	background: #f2742f;
    color: #fff;
    padding: 12px 30px;
        -webkit-transition: 1s ease;
}
.contact-us .btn.btn-default:hover{
	background: #fff;
    color: #f2742f;
    padding: 12px 30px;
        -webkit-transition: 1s ease;
}

.book-now .btn.btn-default{
	background: #f2742f;
    color: #fff;
    padding: 12px 30px;
    margin-top: 30px;
        -webkit-transition: 1s ease;
}
.book-now .btn.btn-default:hover{
	background: #fff;
    color: #f2742f;
    padding: 12px 30px;
    margin-top: 30px;
        -webkit-transition: 1s ease;
}
.about-content p{
	text-align: center;	
}
 .footer-path .media {
    list-style: none;
    display: inline-flex;
    margin-top: 20px;
}
.media .social-media{
    padding: 0px 7px;
}

.contact-banner-heading{
/*padding: 270px 20px 140px;*/
    padding: 240px 20px 120px;
    text-align: center;
}

.footer-path a{
   color: #333;
    font-size: 17px;
    text-decoration: none;
}

.footer-path li{
    margin-bottom: 3px;
        font-weight: 300;
}


/*Hops accordian CSS*/
.panel-default>.panel-heading {
  color: #333;
  background-color: #fff;
  border-color: #e4e5e7;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.panel-default>.panel-heading a {
  display: block;
  padding: 10px 15px;
}

.panel-default>.panel-heading a:after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
}
.panel-group .panel+.panel {
    margin-top: 20px;
}
.panel-default>.panel-heading a[aria-expanded="true"] {
  background-color: #eee;
}

.panel-default>.panel-heading a[aria-expanded="true"]:after {
  content: "\2212";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
  content: "\002b";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.accordion-option {
  width: 100%;
  float: left;
  clear: both;
  margin: 15px 0;
}

.accordion-option .title {
  font-size: 20px;
  font-weight: bold;
  float: left;
  padding: 0;
  margin: 0;
}

.accordion-option .toggle-accordion {
  float: right;
  font-size: 16px;
  color: #6a6c6f;
}

.emp-lgs-para{
    font-size: 18px;
}

.location h3{
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
    color: #f2742f;
}

.border-left-prop{
   border-left: 3px solid #f2742f;
}

.dotted-line-prop{
  border-bottom: 1px dashed #00000038;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.solid-line-prop{
  border-bottom: 1px solid #00000038;
  margin-bottom: 30px;
}
/*End*/
@media only screen and (min-width: 768px) {
	.fa-orange{
	color: #fff;
	    background: #d8ab74;
	    padding: 5px;
	    width: 26px;
        height: 26px;
	    text-align: center;
	    border-radius: 50%;
        -webkit-transition: 1s ease;
    }
    .fa-orange:hover{
        color: #fff;
        background: #000;
        padding: 5px;
        width: 26px;
        height: 26px;
        text-align: center;
        border-radius: 50%;
        -webkit-transition: 1s ease;
    }

.contact-us{
	padding: 50px 73px 90px;
    box-shadow: 5px 5px 5px 5px #00000054;
}
.about-secton{
    width: 100%;
	height: 493px;
}
.about-content{
	background: #d6d0d038;
	padding: 120px 0px;
}
	.footer-heading{
		font-weight: 400;
	    letter-spacing: 1px;
	}
	#myNavbar{
	padding-bottom: 10px; 
	}

	.navbar-nav>li>a {
	    padding-top: 40px;
	    padding-bottom: 20px;
		color: #000;
	}
	.nav-link>li>a {
    	font-size: 15px;
        padding-right: 15px;
        padding-left: 15px;
        font-weight: bold;
        color: #404041;
        font-family: 'Spectral', serif;
	}
	.nav-link{
	    padding-right: 40px;
	}

	.nav>.social-media>a {
		padding: 10px 5px;
		padding-top: 35px;
	    padding-bottom: 20px;
	}

	.nav>li>a:hover {
	    text-decoration: none;
	    background-color: transparent;
	    color: #F1842F;
	}
	.img-full-width{
		width: 100%;
	}
	.carousel-inner{
		position: relative;
  		text-align: center;
	}

.carousel-inner>.item>img {
    line-height: 1;
    height: 500px;
}
.carousel-indicators li {
    background-color: transparent;
    border: 1px solid #f2742f;
}
.carousel-indicators .active{
	 background-color: #f2742f;
}
.sec-header{
	text-align: center;;
}

.sec-heading{
	font-size: 45px;
	font-weight: 600;
    letter-spacing: 1px;
}

.sec-heading-wo-para{
	font-size: 45px;
	font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 50px;
        line-height: 50px;
}

.sec{
	margin-top: 80px;
}
#map-sec{
  position: relative;
}
.map-content{
  position: absolute;
  width: 100%;
}
.sec-map-text{
	font-size: 20px;
    letter-spacing: 1px;
	text-transform: uppercase;
    font-weight: 300;
    margin: 20px 0px 40px;
    text-align: center;
}

.sec-para{
	font-size: 18px;
    font-weight: 300;
    width: 80%;
    display: block;
    margin: 20px auto 70px auto;
    text-align: center;
}

.book-para {
    font-size: 18px;
    font-weight: 300;
    width: 62%;
    display: block;
    margin: 20px auto 70px auto;
    text-align: center;
}

.sec-body img{
    display: block;
    margin: 0 auto;
    width: 100%;
}
.about-us .row > .middle-img{
	z-index: 1;
	transform: scale(1.2);
}

.about-us{
	background: #d6d0d038;
	padding: 50px 0px 100px 0px;
}

.service-box{
	padding: 20px 20px;
    text-align: center;
}

.service-box p{
	margin: 15px 0px 25px 0px;
	text-align: center;
        font-size: 18px;
}

.service-box a{
    font-family: 'Spectral', serif;
        font-size: 17px;
	border: none;
	color: #f2742f;
}
.service-box a:hover{
	background: transparent;
	color: #f2742f;
}

.all-service-box:hover .service-box {
	box-shadow: 5px 5px 5px 5px #eeeeee;
}

.hovereffect
{
	width: 100%;
    cursor: default;
    overflow: hidden
}

.hovereffect img {
    width: 100%;
    display: block;
    position: relative;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
}

.all-service-box:hover .hovereffect img{
 -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
#made{
	position: absolute;
	height: 200px;
	width: 100%;
/*	background-image: url("../images/home-all/dash-line.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
*/
}
.made-simple p{
        text-align: center;
    padding: 30px 50px;
    font-size: 18px;
    font-weight: 300;

}
.service-top-content{
	display: block;
    width: 50%;
    margin: 0 auto;
    text-align: center;
}
.service-top-content p{
	    font-size: 18px;
	   text-align: center;
}

.sec-up-dw{
  margin: 80px 0px;
}

.service-haeding{
	font-size: 33px;
}
.zi{
	z-index: 1
}

.charter-para{
	    font-size: 16px;
    font-weight: 300;
    width: 60%;
    display: block;
    margin: 20px auto;
    text-align: center;
}

.vision-mission-para{
	padding: 75px 70px;
}


.footer-path p{
    font-size: 17px;
    text-align: left;
}
}

@media screen and (max-width: 1024px) and (min-width: 768px){
.all-service-box{
  margin-bottom: 30px;
}
.about-us .row > .middle-img {
    z-index: 1;
    transform: scale(1.3);
}
.nav-link {
    padding-right: 10px;
}
.nav-link>li>a {
    font-size: 15px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .links {
    padding: 0;
    padding-left: 34px;
}
.service-top-content p{
    text-align: center;
}
.footer-path {
    margin-bottom: 50px;
    padding-left: 20px;
}
#mybutton {
   bottom: 192px;
    left: -144px;
    }
#made {
    display: none;
    }
    .made-simple p {
    text-align: center;
    padding: 30px 13px;
  }
  .choose a {
    margin-bottom: 50px;
  }
  .sec-para-choose {
    text-align: center;
}
.top {
    margin-right: 30px;
}
.service-top-content {
    width: 90%;
    }
}
.orange{
  background-color: orange;
}
.orange a{
  font-size: 17px;
    color: #fff !important;
}

@media only screen and (min-width: 1024px) {

.each-service-des-left {
    padding: 1px 20px 10px 122px;
    margin-top: 40px;
    margin-right: -60px;
    background: #ffffffd4;
    transform: scale(1.2);
    text-align: justify;
}
.each-service-des-left p {
    font-size: 15px;
    font-weight: 300;
}
.service-haeding {
    font-size: 25px;
    line-height: 30px;
}
.each-service-des-right p {
    font-size: 15px;
}
.service-top-content p{
    text-align: center;
}
.each-service-des-right {
    padding: 1px 122px 10px 20px;
    margin-top: 40px;
    margin-left: -50px;
    background: #ffffffd4;
    transform: scale(1.2);
    text-align: justify;
}

}

@media only screen and (max-width: 767px) {
	/*.nav-link{
		margin-top: 45px;
	}*/
	.navbar-header {
		padding: 20px;
	}
	.navbar-header > a {
		padding: 0;
	}
	.img-logo{
		height: 100%;
	}
	.navbar-nav>li>a {
		color: #000;
	}
	.sec-body img{
	    display: block;
    margin: 0 auto;
    width: 100%;
}
.carousel-inner{
		position: relative;
  		text-align: center;
	}
.carousel-inner .text-block-cour {
	top: 10%;
}
.carousel-inner .text-block-cour > .text-cour > .courosel-heading{
    font-size: 1.5em;
}
.carousel-inner .text-block-cour > .text-cour > p{
        width: 100%;
    font-size: 0.8em;
}
.carousel-inner .text-block-cour > .text-cour {
	width: 80%;
	margin: 0 auto; 
}
.service-top-content p{
    text-align: center;
}

.charter-para{
  text-align: center;
}
#myCarousel .carousel-indicators{
	display: none;
}
.sec-heading{
	font-weight: 600;
    letter-spacing: 1px;
       font-size: 2em;
}
.sec-header{
	text-align: center;;
}

.sec{
	margin-top: 50px;
	overflow: hidden;
}

.sec-map-text{
	font-size: 1.1em;
    letter-spacing: 1px;
	text-transform: uppercase;
    font-weight: 300;
    margin: 20px 0px 40px 0px;
}
.footer-path .media {
    list-style: none;
    display: inline-flex;
    margin-top: 30px;
    padding-left: 0;
}
.sec-para{
	font-size: 18px;
    font-weight: 300;
    width: 100%;
    display: block;
    margin: 20px auto 70px auto;
    text-align: center;
}

.sec-body img{
	    display: block;
    margin: 0 auto;
    width: 100%;
}
.about-us .row > .img ,.about-us .row > .middle-img{
	padding: 10px 35px 0 35px;
	overflow: hidden;
}
.about-us{
	background: #d6d0d038;
	padding: 50px 0px 100px 0px;
}

.service-box{
	padding: 20px 20px;
    text-align: center;
    margin-bottom: 40px;
}

.service-box p{
	margin: 15px 0px 25px 0px;
  text-align: center;
}

.service-box a{
	border: none;
	color: #f2742f;
}
.service-box a:hover{
	background: transparent;
	color: #f2742f;
}

.all-service-box:hover .service-box {
	box-shadow: 5px 5px 5px 5px #eeeeee;
}

.hovereffect
{
	width: 100%;
    cursor: default;
    overflow: hidden
}

.hovereffect img {
    width: 100%;
    display: block;
    position: relative;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
}
.sec-up-dw{
	margin: 80px 0px;
}

.mt {
    margin-top: 50px;
}
.all-service-box:hover .hovereffect img{
 -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.sec-heading-wo-para{
	 font-size: 2em;
	font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 50px;
    line-height: 40px;
}
.made-simple p{
    text-align: center;
    padding: 30px 20px 50px 20px;

}
.footer-heading{
	margin-top: 20px;
		font-weight: 400;
	    letter-spacing: 1px;
	}

  .choose a {
    margin-bottom: 50px;
}
	.links {
    padding: 0px 20px;
}
.navbar-brand {
    padding: 0px 0px;
    }
   .links li {
    display: inline;
    text-transform: uppercase;
    padding-right: 15px;
}
.fa-orange{
	color: #fff;
	    background: #d8ab74;
	    padding: 5px;
	    width: 24px;
	    height: 24px;
	    text-align: center;
	    border-radius: 50%;
}
.top {
    float: right;
    color: #d8ab74;
    padding-right: 20px;
}
.service-top-content{
	    text-align: center;
    padding: 0px 20px;
}
#mybutton {
    position: fixed;
    bottom: 0;
    left: 47px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
        display: none;
}
.quick-links {
    display: none;
}
div#serve-second{
	order: 2;
}
div#serve-first{
	order: 1;
}

.mb{
	margin-bottom: 30px;
}
.about-content{
	background: #d6d0d038;
	padding: 80px 0px;
}
.about-secton {
    width: 100%;
    margin-bottom: 30px;
}
.about-bg {
    padding: 190px 0px;
}
.vision-mission-para{
	padding: 40px 0px;
}
.contact-banner-heading {
    padding: 130px 20px 140px;
    text-align: center;
}
.contact-heading{
	margin-top: 40px;
}
.contact-us{
	padding: 40px 10px 40px;
    box-shadow: 5px 5px 5px 5px #00000054;
}
}
.zoom{
  transition: transform .15s;
}
.zoom:hover {
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1); 
}

.color{
  transition: transform .05s;
}
.to-gold:hover{
  background-color: #d8ab74;
}
.to-black:hover{
  background-color: #000;
}