@import url(http://fonts.googleapis.com/css?family=Droid+Sans);
body {
	font-family: 'Droid Sans', sans-serif !important;
}
.full-width {
	width: 100%;
}
.padding5 {
	padding: 5px 0;
}
.padding10 {
    padding: 10px 0;
}
.padding20 {
    padding: 20px 0;
}
.padding25 {
    padding: 25px 0;
}
.padding30{
    padding-top: 26px;
}
.padding50 {
	padding: 50px 0;
}
.padding-bottom{
    padding-bottom: 7px;
}
.padding0{
    padding: 0px !important;
}

.margin-bottom{
    margin-bottom: 50px;
}
.margin{
    margin: 0px !important;
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
}
.navbar {
    border-radius: 0px;
}
.navbar {
    border: none;
    margin-bottom: 0px;
    min-height: auto;
}
.navbar-brand {
    height: auto;
    padding: 0px;
}
p {
    font-size: 13px;
    margin: 0 0 10px;
    text-align: justify;
    color: #797B7A;
}
li {
    font-size: 15px;
    text-align: justify;
    color: #231F20;
}
.heading {
    /*font-size: 16px;*/
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #3D3B3C;
}

hr.half-div {
    display: block;
    height: 2px;
    width: 20%;
    border: 0;
    border-top: 2px solid #C4C4C4;
    margin: 10px 0;
    padding: 0;
}
/*header*/
header {
    background: #0A2948;
}
.main-nav {
    padding: 52px 0 0;
}
.main-nav a {
    padding: 5px 15px !important;
    color: white !important;
    text-transform: uppercase;
    background: transparent;
    margin: 0px 3px 0 !important;
}
.main-nav li.active a, .main-nav li a:hover, .main-nav li a:focus {
    background: white !important;
    color: #333 !important;
    transition: all 0.3s ease 0s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
/*slider*/
.slideshow {
    margin-top: 3px;
}
.basic-page {
    background: -webkit-linear-gradient(#DDEEFE, white); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#DDEEFE, white); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#DDEEFE, white); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#DDEEFE, white); /* Standard syntax (must be last) */
}
.currency {
    background: #0a2948 none repeat scroll 0 0;
    color: white;
    padding: 20px;
}
.services-home img:hover {
    opacity: 0.75;
    transition: all 0.3s ease 0s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;

}
.services-left {
    width: 60%;
    float: left;
    margin-right: 1%;
}
.services-left img{
    margin-top: 1.5%;
}
.services-right {
    width: 39%;
    float: left;
}
.services-right img{
    margin-top: 3%;
}
.services-bottom-left {
    width: 32.3%;
    float: left;
    margin-top: 1.5%;
    margin-right: 1.5%;
}
.services-bottom-right {
    width: 66%;
    float: left;
    margin-top: 1%;
}
.footer-contact-info {
    background: #06213c none repeat scroll 0 0;
    padding: 18px 0 10px;
}
.footer-contact-info p {
    font-size: 15px;
}
.footer-links {
    background: #0A2948 none repeat scroll 0 0;
    border-top: 1.5px #1B3955 solid;
    padding: 10px 0
}
footer p {
    color: #696C71;
}
.footer-nav {
    padding: 14px 0 0 0
}
.footer-nav a {
    color: #696C71 !important;
    padding: 5px 10px !important;
    transition: all 0.3s ease 0s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.footer-nav a:hover {
    color: #2F87C7 !important;
    background: transparent !important;
}
footer .heading {
    color: white;
}
.copyright {
    padding: 20px 0;
    background: white;
}
.copyright p {
    text-align: center;
    color: black;
}





.services-images {
  overflow: hidden !important;  
}
.services-img {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.services-img:hover, .services-img:focus, .services-img:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}








/* Career page */
.check-icon{
    color: #2F87C7;
    font-weight: normal;
    font-size: 12px;
}
.submit{
    background: url('../images/submit.jpg') no-repeat;
    color: #fff;
    margin-top: 6%;
    margin-left: 4%;
    padding: 2px 34px !important;
}
.form-lable {
    font-size: 13px;
    margin: 0 0 10px;
    text-align: justify;
    color: #797B7A;
    font-weight: normal;
}

/* Contact page */
.input{
    width: 100%;
    height: 39px;
}
.submit-contact{
    background: url('../images/submit-contact.jpg') no-repeat;
    color: #fff;
    height: 38px;
    text-align: center;
    width: 58%;
    float: right;
}
.submit-contact:hover{
    color: #7FB6DE !important;
}
.heading1 {
    font-size: 16px;
    color: #006AB6;
    text-transform: uppercase;
    /*color: #3D3B3C;*/
}
.contact-info{
    padding-right: 0px !important;
}


/* --- Division Page---- */
.division-images{
    /*padding-left: 213px;*/
    margin-left: 181px;
}
.division-images1{
   padding-left: 11px;
}
.division-images2{
   padding-left: 390px;
}

/*division images */
.division-image {
   /* padding: 20px 20px 100px 20px; */
    /*max-width: 1300px;*/
    margin: 0 auto;
    list-style: none;
    text-align: center;
}
.division-image li {
    display: inline-block;
   /* width: 440px;*/
    margin: 0;
    padding: 20px;
    text-align: left;
    position: relative;
}

.division-image figure {
    margin: 0;
    position: relative;
}
.division-image figure img {
    max-width: 100%;
    display: block;
    position: relative;
}
.division-image figcaption {
    position: absolute;
    top: 0;
    left: 34px;
    right: 107px;
    border-radius: 5px;
    padding: 10px 21px;
    background-color: rgba(75,181,236, 0.7);
    color: #fff;
}
.division-images1 figcaption {
    position: absolute;
    top: 0;
    left: 35px;
    right: 287px;
    border-radius: 5px;
    padding: 10px 21px;
    background-color: rgba(75,181,236, 0.7);
    color: #fff;
}
.cs-style figure {
    overflow: hidden;
}
.cs-style figure img {
    transition: transform 0.4s;
}
figcaption a{
    color: #fff;
}
figcaption a:hover{
    text-decoration: none;
    color: #fff;
}
.no-touch .cs-style figure:hover img,
.cs-style figure.cs-hover img {
    transform: translateY(0px);
}
.cs-style figcaption {
    /*height: 100px;*/
    /*width: 100%;*/
    top: auto;
    bottom: 90px;
    opacity: 0;
    transform: translateY(100%);
    transition: transform 0.4s, opacity 0.1s 0.3s;
}
.no-touch .cs-style figure:hover figcaption,
.cs-style figure.cs-hover figcaption {
    opacity: 1;
    transform: translateY(0px);
    transition: transform 0.4s, opacity 0.1s;
}
.divimages{
    padding-left: 20px;
    padding-top: 8px;
    padding-bottom: 6px;
    width: 92%;
}
.divimages:hover{
    background-color: #1C2D73;
    color: #fff;
}
.arrow-img{
    width: 8%;
}

/* service  inner page(TAB) */
.image-content li{
    background-color: #0a2948;
    color: #fff;
    margin-bottom: 8px;
    text-align: center;
}
.image-content  a:hover{
    background-color: #008FFE !important;
}
.image-content a{
    color: #fff !important;
}
.image-content a:hover{
    text-decoration: none;
}
/* bootstrap */
.nav-tabs > li {
  float: none;   
}
.nav-tabs > li > a {
    border-radius: 0px !important;
    margin-right: 0px!important;
}/*bootstrap */
.active a{
    color: #008FFE !important;
}
.active a:hover{
    background-color: #fff!important;
}
.hajji-img{
    width: 100%;
}
.ticketing-btn{
    float: right;
    background-color: #0A2948;
    margin-top: 26px;
}
.ticketing-btn:hover{
    background-color: #008FFE;
}
/*about page */
.jcarousel-control-next {
    right: 15px !important;
    top: 33px !important;
}
.jcarousel-control-prev {
    right: 47px !important;
    top: 33px !important;
}
.jcarousel img{
    width: 100%;
    height: 250px;
}
.jcarousel li{
    padding:0px 10px;
}
.jcarousel h3, .jcarousel h5 {
    text-align: center;
}

.heading1 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #3D3B3C;
    text-align: center;
}

/* text style effect */
.bounce {
 position: absolute;
 left: 17% ;
 color: #0a2948;
 font-weight: 600;
 
 
 animation: bounce 2s infinite;
 -webkit-animation: bounce 2s infinite;
 -moz-animation: bounce 2s infinite;
 -o-animation: bounce 2s infinite;
}
 
@-webkit-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);} 
 40% {-webkit-transform: translateY(-30px);}
 60% {-webkit-transform: translateY(-15px);}
}
 
@-moz-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
 40% {-moz-transform: translateY(-30px);}
 60% {-moz-transform: translateY(-15px);}
}
 
@-o-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
 40% {-o-transform: translateY(-30px);}
 60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
 0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
 40% {transform: translateY(-30px);}
 60% {transform: translateY(-15px);}
}
/* --- */

.marquee-text{
    color: #1C2D73;
    font-weight: bold;
}

/* SOCIAL ICONS RIGHT FIXED */
.social-fixed {
    background: #1C2D73 none repeat scroll 0 0;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    padding: 5px 0;
    position: fixed;
    top: 35%;
    width: 40px;
    z-index: 902302;
}
.social-fixed ul {
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
.social-fixed li {
    background: #1C2D73 none repeat scroll 0 0;
    list-style: outside none none;
    margin: 1px 0 5px;
    overflow: visible;
    padding: 5px 10px;
    width: 30px;
}
.social-fixed a {
    color: #fff;
    font-size: 21px;
    padding: 1px;
}
.social-fixed a:hover{
    color: #3CCDE7;
    
}
/* --- */

.date-input{
    background-color: #0A2948 !important;
    color: #fff !important;
}
.border-row{
    border: 1px solid #e0e0e0;
    border-radius: 2px;
}



.col-height{
    min-height: 10px;
}
.icon-color{
    color: #0A2948 !important;
    font-size: 15px;
    padding-right: 9px;
}

.input-group-addon {
    background-color: #1c2d73;
    color: #fff;
}
.selector {
    line-height: 1.5;
    min-width: 100%;
    position: relative;
}
.selector select {
    line-height: 30px;
    opacity: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}
select {
    height: 34px;
    padding: 8px 0 8px 8px;
}

.selector span.custom-select::before {
    background: #fdb714 none repeat scroll 0 0;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
}
.selector span.custom-select::after {
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 5px solid #fff;
    content: "";
    position: absolute;
    right: 9px;
    top: 15px;
}
.selector span.custom-select {
    display: inline-block;
    line-height: 32px;
    overflow: hidden;
    padding: 0 10px;
    position: relative;
    white-space: nowrap;
    width: 100%;
}
.full-width {
    width: 100% !important;
}

@media (min-width: 300px) and (max-width: 640px) {
.nav li{
    text-align: center !important;
}
.logo{
    width: 100% !important;
}
.career-bg{
    width: 100% !important;
}
.career{
    width: 100% !important;
}
.tour-package{
    width: 100% !important;
}
.hajji-img{
    width: 100%;
}
.cs-style figcaption {
    bottom: 123px;
}
.division-image figcaption {
    right: 18px;
}
.division-images {
    margin-left: 0px !important;
}
.division-images2 {
    padding-left: 0px !important;
}
}