/* Minification failed. Returning unminified contents.
(1114,9): run-time error CSS1035: Expected colon, found 'background-size'
(1507,1): run-time error CSS1030: Expected identifier, found ' '
(1507,1): run-time error CSS1019: Unexpected token, found ' '
 */
/* General */

html {
  overflow-x: hidden;
}

body {
  color: #333;
}

.nopadding-lr {
  padding-left: 0!important;
  padding-right: 0!important;
}

.ptb50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.btn-bordered {
  background: #fff;
  color: #000;
  font-size: 14px;
  border: 1px solid #CCCCCC;
  margin-top: 20px;
  padding: 13px 26px;
  line-height: 13px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.btn-bordered:hover {
  background: #3272de;
  color: #fff;
  border: 1px solid transparent;
}


.m0 {
  margin: 0 !important;
}

.redtext {
  color: red;
}














/* Header */

.top-bar {
  padding-top: 10px;
  border-bottom: 1px solid #cccccc;
  min-height: 42px;
}


.top-bar ul {
  padding: 0;
  list-style: none;
}

.top-bar ul li {
  display: inline-block;
}

.top-bar ul li a {
  border-right: 1px solid #000000;
  padding-left: 10px;
  padding-right: 10px;
  color: #28272f;
  font-weight: 500;
  font-size: 12px;
}

.top-bar ul li a:hover {
  color: #3272de;
}

.top-bar ul li:last-of-type a {
  border-right: none;
}

.social {
  padding: 0;
  list-style: none;
}

.social li {
  display: inline-block;
  float: left;
}


.social li a {
  background: #3272de;
  color: white;
  font-size: 16px;
  padding: 5px 10px;
  margin-right: 5px;
  width: 40px;
  display: block;
  text-align: center;
  height: 32px;
}

.social li a:hover {
  background: #0d4ab1;
}

.logo-wrap {
  padding: 20px 0 25px 0;
}

.logo-wrap .pad-fix {
  margin-top: 21px;
}

a.logo img {
  max-width: 250px;
}

.logo h1 {
  margin: 0;
}

.logo p {
  margin: 0;
  font-size: 20px;
  color: #28272f;
  font-weight: bold;
}

.btn-login {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 13px 21px;
}

.btn-hover-shadow {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-hover-shadow:hover {
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

















/* Navigation */

.navigation {
  background: #3272de;
}

.navbar {

  margin-bottom: 0;
}

.dropbtn {
  background-color: #4CAF50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background: #3272de;
  min-width: 75% !important;
  z-index: 111111;
  left: 31px;
  text-align: left;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  color: #FFF;
}

.dropdown-content a:hover {
  background-color: #0d4ab1;
  text-decoration: none;
  color: #FFF;
}





.dropdown {
  position: absolute;
  width: 150px;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  transition: ease-out .35s;
  -moz-transition: ease-out .35s;
  -webkit-transition: ease-out .35s;
  left: 30px;
  text-align: left;
  z-index: 1111;
}

.dropdownvia {
  position: absolute;
  width: 150px;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  transition: ease-out .35s;
  -moz-transition: ease-out .35s;
  -webkit-transition: ease-out .35s;
  left: 2px;
  text-align: left;
  z-index: 1111;
}

.navbar-nav>li i {
  color: white;
  margin-left: 5px;
  top: -2px;
  position: relative;
}


.hassubs:hover .dropdownvia,
.hassubs .hassubs:hover .dropdownvia {
  opacity: 1;
  visibility: visible;
  transition: ease-in .35s;
  -moz-transition: ease-in .35s;
  -webkit-transition: ease-in .35s;
  color: #FFF;
}


.hassubs .hassubs .dropdownvia .subs {
  left: 10px;
  position: relative;
  width: 165px;
  top: 0px;
}

.hassubs .hassubs .dropdownvia {
  position: absolute;
  width: 150px;
  left: 120px;
  top: 0px;
  opacity: 0;
  visibility: hidden;
  transition: ease-out .35s;
  -moz-transition: ease-out .35s;
  -webkit-transition: ease-out .35s;
}

















/*First Level*/

.subs {
  left: -20x;
  position: relative;
  top: 0px;
  width: 175px;
  border-left: none !important;
  border-bottom: 1px dotted #fff !important;
}

.subs:last-child {
  border: none !important;
}

.hassubs:hover .dropdown,
.hassubs .hassubs:hover .dropdown {
  opacity: 1;
  visibility: visible;
  transition: ease-in .35s;
  -moz-transition: ease-in .35s;
  -webkit-transition: ease-in .35s;
  color: #FFF;
}

















/*Second Level*/

.hassubs .hassubs .dropdown .subs {
  left: 14px;
  position: relative;
  width: 250px;
  top: 0px;
}

.hassubs .hassubs .dropdown {
  position: absolute;
  width: 250px;
  left: 120px;
  top: 0px;
  opacity: 0;
  visibility: hidden;
  transition: ease-out .35s;
  -moz-transition: ease-out .35s;
  -webkit-transition: ease-out .35s;
}

.hassubs ul li {
  background: #3272de;
  width: 175px;
  left: -44px;
  list-style: none;
}

li.hassubs ul li:hover {
  background: #0d4ab1;
}

li.subs a {
  color: white;
  padding: 5px 12px;
  text-align: left !important;
  display: block;
}

.tour-overview {
  padding: 25px;
  background: #fbfbfb;
  margin-top: 30px;
  border-radius: 5px;
}

.tour-overview .price {
  margin-top: 20px;
}

.tour-overview .price span {
  color: #3272de;
  font-size: 25px;
}



/* Main Slider */

.slider-wrap {

  height: 500px;
  overflow: hidden;
}

.slider-content {
  position: absolute;
  top: 50%;
  right: 10%;
  background: rgba(255, 255, 255, 0.66);
  padding: 30px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transform: translate(0, -42%);
  transform: translate(0, -42%);
  width: 300px;
}

.slider-content p {
  font-size: 20px;
  color: rgb(40, 39, 47);
}

.slider-wrap img {
  min-height: 500px;
  min-width: 100%;
  width: auto!important;
}

.owl-prev,
.owl-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: auto;

  padding: 16px;
  color: white;
  font-weight: bold;

  -webkit-transition: 0.6s ease;

  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  font-size: 30px;
}

.owl-next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.owl-prev:hover,
.owl-next:hover {
  background-color: rgba(0, 0, 0, 0.8);
  text-decoration: none!important;
}

.owl-dots,
.owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent
}

.owl-nav.disabled+.owl-dots {
  margin-top: 10px
}

.owl-dots .owl-dot {
  display: inline-block;
  zoom: 1
}

.owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 5px 7px;
  background: white;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  border-radius: 30px;
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.44);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.44);
}

.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
  background: #3272de;
  border: 3px solid white;
}

.owl-dots {
  margin-top: -30px;
  z-index: 100;
  position: relative;
}

.section-default {
  margin: 60px  auto;
}

.heading-main {
  text-align: center;
}

.heading-main h3 {
  font-size: 24px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 25px;
}


.heading-main p {
  font-family: 'PT Serif', serif;
  font-size: 14px;
  color: #686868;
  margin: 0;
}

.heading-separator:after {
  content: "";
  height: 5px;
  background: #3272de;
  position: absolute;
  left: 50px;
  width: 70px;
  top: -2.5px;
}

.heading-separator {
  position: relative;
  width: 170px;
  height: 1px;
  background: #ccc;
  margin: 0 auto;
  border: none;
  overflow: visible;
}

.heading-main .heading-separator {
  margin: 35px auto;
}

.top-deal th {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
}

.top-deal {
  font-size: 12px;
  border: 1px solid #dddddd;
/*  max-width: 400px;*/
  margin-left: auto;
}

.top-deal td {
  border: 1px solid #dddddd;
}

iframe.search-iframe {
  margin-top: 23px;
  position: absolute;
    z-index: 55;
	right:5%;
}


.sub-slider .slider-content p {
  font-size: 23px;
  color: black;
}

.sub-slider .slider-content {
  position: absolute;
  top: 50%;
  left: 0;
  background: rgba(255, 255, 255, 0.66);
  padding: 30px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100%;
  text-align: center;
}

.sub-slider .owl-buttons div i {


  color: rgba(40, 39, 47, 0.41);
}

.slider-content p>span.fl {
  float: left;
  clear: left;
}

.slider-content p>span.fr {
  float: right;
  clear: right
}

.grey-bg {
  background-color: #f7f8fa;
  padding: 60px 0;
}

.our-tours .nav-tabs {
  border: none;
  margin: 0 0 50px;
  text-align: center;
}

.our-tours .nav-tabs>li {
  float: none;
  display: inline-block;
  padding: 0;
  width: auto;
}

.our-tours .nav-tabs>li>a {
  border: 1px solid #E5E5E5;
  font-size: 14px;
  color: #000;
  border-radius: 0px;
  margin: 0 !important;
  text-transform: uppercase;
  padding: 24px 40px;
  line-height: 14px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.our-tours .nav-tabs>li.active>a,
.our-tours .nav-tabs>li>a:hover {
  color: #000;
  background: #F7F7F7;
  border: 1px solid transparent;
}

.our-tours .nav-tabs>li>a:after,
.our-tours .nav-tabs>li>a:after,
.our-tours .nav-tabs>li>a:before,
.our-tours .nav-tabs>li>a:before {
  display: block;
  opacity: 0;
  moz-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  content: "";
}

.our-tours .nav-tabs>li>a:hover:after,
.our-tours .nav-tabs>li.active>a:after {
  border-bottom: 8px solid #3272de;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  display: block;
  width: 100%;
  opacity: 1;
}

.our-tours .nav-tabs>li>a:hover:before,
.our-tours .nav-tabs>li.active>a:before {
  border-bottom: 10px solid #3272de;
  border-top: 10px solid transparent;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  position: absolute;
  left: 44%;
  bottom: 6px;
  margin: 0 auto;
  display: block;
  content: "";
  opacity: 1;
}

.gallery {
  padding: 50px 0;
  text-align: center;
  background-color: #ffffff;
}

.tab-content.gallery {
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 0;
}

.gallery h3 {
  font-size: 24px;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 0;
}

.gallery p {
  padding-top: 20px;
}

.gallery ul {
  margin: 0 0 30px 0;
}

.gallery ul li {
  width: 19.7%;
  padding: 0;
}

.gallery .product-thumb {
  margin-bottom: 0px;
}

.gallery .product-thumb .image img {
  width: 100%;
}

.gallery .product-thumb .image .show {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.gallery .product-thumb .image .show p {
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  line-height: 18px;
  padding: 0;
}

.gallery .product-thumb .image .show a {
  font-size: 18px;
  color: #fff;
  line-height: 18px;
}

.gallery1 ul {
  margin: 0 0 50px 0;
}

.gallery1 ul li {
  padding: 0;
  vertical-align: top;
}

.gallery1 .product-thumb {
  margin-bottom: 0px;
}

.gallery1 li img {
  vertical-align: top;
}

.gallery1 li:first-child img {
  width: 570px;
  height: 284px;
}

.gallery1 li:nth-child(2) img {
  width: 565px;
  height: 384px;
}

.gallery1 li:nth-child(3) img {
  width: 280px;
  height: 584px;
  margin: -91px 0 0 0;
}

.gallery1 li:nth-child(4) img {
  width: 283px;
  height: 385px;
  margin: -91px 0 0 0;
}

.gallery1 li:nth-child(5),
.gallery1 li:nth-child(6) {
  margin: 8px 0 0 0;
}

.gallery1 li:nth-child(5) img {
  width: 190px;
  height: 285px;
}

.gallery1 li:nth-child(6) img {
  width: 374px;
  height: 285px;
}

.gallery1 li:nth-child(7) {
  margin: -188px 0 0 25%;
}

.gallery1 li:nth-child(8) {
  margin: -188px 0 0 0;
  float: right;
}

.gallery1 li:nth-child(7) img {
  width: 565px;
  height: 187px;
}

.gallery1 li:nth-child(8) img {
  width: 284px;
  height: 187px;
}

.gallery1 .product-thumb .image .show {
  position: absolute;
  left: 0;
  right: 0;
  top: 35%;
}

.gallery1 .product-thumb .image .show p {
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  line-height: 18px;
}

.gallery .product-thumb .image .show a {
  text-decoration: none !important;
}

.gallery1 .product-thumb .image .show i {
  font-size: 48px;
  color: #fff;
  margin-bottom: 35px;
}

.gallery1 .text-center img {
  margin: 0 auto;
}

.product-thumb .image h2 {
  color: #fff;
  font-size: 24px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 20px;
}

.product-thumb:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.product-thumb:hover .hoverbox {
  opacity: 0;
}

.product-thumb .caption .inner:hover .hoverbox {
  opacity: 1;
}

.product-thumb .caption .inner {
  padding: 24px 10px;
  min-height: 108px;
  border-bottom: 1px solid #E5E5E5;
}

.product-thumb .caption .inner:last-child {
  border-bottom: 0px solid #E5E5E5;
}

.product-thumb .caption .inner h4 {
  font-size: 14px;
}

.product-thumb .caption .inner p {
  font-size: 13px;
  color: #999;
}

.product-thumb .caption .inner h6 {
  font-size: 13px;
  color: #999;
  font-family: 'PT Serif', serif;
  margin: 0;
}

.product-thumb .caption .inner h6 span {
  font-size: 18px;
  color: #3272de;
  font-weight: 700;
  margin: 0;
}

.product-thumb .caption .image {
  float: left;
  margin-right: 11px;
}

.product-thumb .caption .inner img {
  margin-right: 0;
}

.product-thumb .image .hoverbox {
  background: rgba(2, 182, 241, 0.60);
}

.product-thumb .hoverbox .icon_plus {
  font-size: 30px;
  top: 28%;
}

.product-thumb .image {
  position: relative;
}

.product-thumb .image {
  position: relative;
}

.product-thumb .image .hoverbox {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(13, 74, 177, 0.84);
  text-align: center;
  opacity: 0;
  top: 0;
}

.product-thumb .hoverbox .icon_plus {
  color: #fff;
  font-size: 75px;
  position: absolute;
  top: 35%;
  left: 0;
  right: 0;
  cursor: pointer;
}

.product-thumb:hover .hoverbox {
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
  opacity: 1;
}

.our-partners>div {
  height: 150px;
  line-height: 150px;
  text-align: center;
}

.our-partners img {
  max-width: 100%;
  width: auto;
  max-height: 130px;
}

.newsletter {
  background: url(/Content/Front/images/subscribe-bg.jpg);
  background-size: cover;
  padding: 50px 0;
  text-align: center;
  background-attachment: fixed;
  margin: 0;
}

.newsletter h4 {
  color: white;
  font-size: 35px;
  margin-bottom: 10px;
  margin-top: 0;
}

.newsletter p {
  color: white;
  font-size: 20px;
  margin-bottom: 30px;
  margin-top: 0;
}

.newsletter input[type="text"] {
  padding: 10px;
  height: 50px;
  max-width: 400px;
  width: 100%;
}

.subscribe .btn-primary {
  font-size: 14px;
  border-radius: 0;
  border: 0;
  color: #fff;
  padding: 14px 21px;
  line-height: 12px;
  height: 50px;

  top: -1px;
  position: relative;
}

.footer {
  background-color: #1c293e;
  padding: 60px 0 0px 0;
}

.footer p,
.footer span {
  color: #fff;
}


.footer-col h4 {
  color: #3272de;
  font-size: 24px;
  margin: 0;
  margin-bottom: 35px;
}

.footer-col.first h4 {
  font-size: 36px;
}

.footer-col p,
.footer-col ul li,
.footer-col ul li a {
  color: #ffffff;
  font-size: 12px;
  line-height: 25px;
}

.footer-col ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.footer-col ul li span {
  color: #3272de;
}

.footer-img img {
  max-width: 40%;
  margin-bottom: 10px;
}

.copyright-wrap {
  margin-top: 20px;
  border-top: 1px solid #6e6d72;
  padding-top: 10px;
}


















/***** zahid changes*/

section.about-us .details {
  padding: 50px;
}



.aboutus {
  background: url(/Content/Front/images/about-tra3.jpg) no-repeat;
  padding-top: 50px;
  text-align: center;
  /* background-attachment: fixed; */
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 50px;
  cover background-size: 100%;
  background-position: center;
}

.aboutus h3 {
  color: white;
  font-size: 25px;
  margin: 0;
}

.hedbg {
  /* background: url(/Content/Front/images/)  no-repeat;
  padding:15px;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;*/
  background: url(/Content/Front/images/trapbg-hedding.png) no-repeat;
  padding-top: 50px;
  text-align: center;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 50px;
  background-size: cover;
  background-position: center;
}

.product-description {
  line-height: 28px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.product-description h3 {
  line-height: 26px;
  color: #3272de;
  font-size: 26px;
  margin-bottom: 10px;
  margin-top: 0;
  padding: 30px 0 0;
}

.terms-cond {
  background: url(/Content/Front/images/terms.jpg) no-repeat;
  padding-top: 50px;
  text-align: center;
  /* background-attachment: fixed; */
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 50px;

  background-size: cover;
}

.terms-cond h3 {
  color: white;
  font-size: 25px;
  margin: 0;
}

















/*.trames ul {
    list-style: circle;
   margin: 0;
    padding: 0;
}

.trames ul li {
    line-height: 36px;
    background: #1C163E;
    margin: 2px 3px 0 0;
    padding: 0px 15px 0;
    list-style: none;
}
.trames ul li a{ color:#FFF;}*/

.trames ul {
  background: white;
  list-style: none;
  padding: 20px 20px 20px 30px;
  border-radius: 12px 12px 12px 12px;

  margin-bottom: 30px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.trames ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: -4px;
  width: 10px;
  height: 3px;
  z-index: 1;
  background: #1d3f58;
  font-size: .85em;
  font-weight: bold;
}

.trames ul li:after {
  content: "";
  position: absolute;
  height: 100000px;
  width: 1px;
  left: 0;

  border-left: 2px solid rgb(226, 226, 226);
}

.trames ul li {
  margin-bottom: 15px;
  font-size: 1.8rem;
  position: relative;
  padding-left: 20px;
  list-style: none;
}


.contat-us {
  background: url(/Content/Front/images/contacus.jpg) no-repeat;
  padding-top: 50px;
  text-align: center;
  /* background-attachment: fixed; */
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 50px;

  background-size: cover;
}

.contat-us h3 {
  color: white;
  font-size: 25px;
  margin: 0;
  margin: 0;
  padding: 0;
}

.contat {
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
  padding: 20px;
}

.contat h3 {
  color: #3272de;
  margin: 0;
}

.contat p {
  clear: both;
}

.contat ul {
  background: white;
  list-style: none;
  margin: 0;
  padding: 0;
}

.contat ul li {
  /*  font-size: 1.8rem;*/
  padding: 15px 12px 0px;
  list-style: none;
  float: left;
}

.contat ul li:first-child {
  padding-left: 0;
}

.contat ul li:nth-child(11) {
  padding-left: 0;
}

.privacy-ploicy {
  background: url(/Content/Front/images/privacy.jpg) no-repeat;
  padding-top: 50px;
  text-align: center;
  /* background-attachment: fixed; */
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 50px;
  background-size: 100%;
}

.privacy-ploicy h3 {
  color: white;
  font-size: 25px;
  margin: 0;
}

.panel-group .panel {
  border-radius: 0;
  border: none;
  box-shadow: none;
  border-color: #EEEEEE;
}

.panel-default>.panel-heading {
  padding: 0;
  border-radius: 0;
  color: #212121;
  background-color: #FAFAFA;
  border-color: #EEEEEE;
}

.panel-title {
  font-size: 14px;
}

.panel-title a:before {
  content: "-";
  font-size: 40px;
  font-weight: 300;
  top: 45%;
  position: absolute;
  left: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: auto;
}

.panel-title>a {
  display: block;
  padding: 15px;
  text-decoration: none;
}

.panel-title a {
  display: block;
  padding: 16px 20px 16px 53px;
  position: relative;
  background: #fff;
  border-radius: 0;
  border-bottom: 1px solid #ededed;
  color: #8c8b8b;
}

.more-less {
  float: right;
  color: #212121;
}


.panel-title a.collapsed:before {
  content: "+";
  font-size: 25px;
  top: 50%;
  position: absolute;
  left: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: 300;
}



.hajj-det {
  background: url(/Content/Front/images/hajj.jpg) no-repeat;
  padding-top: 50px;
  text-align: center;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 50px;
  background-size: cover;
  background-position: center;
}

.hajj-det h3 {
  color: white;
  font-size: 25px;
  margin: 0;
}

.hajjpakg h2 {
  color: #FFF;
  background: #122f61;
  margin: 0;
  padding: 8px;
  font-size: 18px;
}

.hajjpakg ul {
  margin-top: 10px;
  padding: 0 15px;
}

.hajjpakg ul li {
  padding: 3px;
}

.hajjum h4 {
  padding: 0;
  margin: 0;
  line-height: 26px;
  padding-bottom: 13px;
  padding-top: 13px;
}

.hajjse {
  padding: 50px;
  padding-bottom: 0;
}

.hajjum h2 {
  color: #FFF;
  background: #122f61;
  margin: 0;
  padding: 8px;
  font-size: 18px;
}

.hajjum h2 a {
  color: #FFF;
  text-decoration: underline;
}

.hajjum h3 {
  color: black;
  font-size: 14px;
  background: #ececec;
  margin: 1px;
  padding: 8px;
}

.hajjum ul {
  margin: 0;
  padding: 0;
}

.hajjum li {
  line-height: 30px;
}

.container.hajjum ul {
  margin-left: 20px;
  padding-bottom: 15px;
  padding-top: 15px;
}

.container.hajjum {
  padding-top: 15px;
  padding-bottom: 15px;
}

.giftmd ul {
  margin: 0;
  padding: 0;
}
















/*.giftmd ul li:first-child {    padding-left: 0; list-style:none;}*/

.giftmdr ul {
  margin: 0;
  padding: 0;
}

.
/*giftmdr ul li:first-child {    padding-left: 0; list-style:none;}*/

.giftmdr {
  padding-right: 0;
}

.giftmd h3 {
  background: none;
  margin: 0;
  padding: 8px 0px;
  font-weight: bold;
  border-bottom: solid 2px;
}

.giftmdr h3 {
  background: none;
  margin: 0;
  padding: 8px 0px;
  font-weight: bold;
  border-bottom: solid 2px;
}

.gifthed {
  background: #1f5abe !important;
  color: white !important;
  line-height: 25px;
}


.umrah-det {
  background: url(/Content/Front/images/umrah.jpg) no-repeat;
  padding-top: 50px;
  text-align: center;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 50px;
  background-size: cover;
  background-position: center;
}

.umrah-det h3 {
  color: white;
  font-size: 25px;
  margin: 0;
}


.gallery-det {
  background: url(/Content/Front/images/gallery.jpg) no-repeat;
  padding-top: 50px;
  text-align: center;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 50px;
  background-size: cover;
  background-position: center;
}

.gallery-det h3 {
  color: white;
  font-size: 25px;
  margin: 0;
}

.our-gallery .nav-tabs {
  border: none;
  margin: 0 0 50px;
  text-align: center;
}

.our-gallery .nav-tabs>li {
  float: none;
  display: inline-block;
  padding: 0;
  width: auto;
}

.our-gallery .nav-tabs>li>a {
  border: 1px solid #E5E5E5;
  font-size: 14px;
  color: #000;
  border-radius: 0px;
  margin: 0 !important;
  text-transform: uppercase;
  padding: 15px 18px;
  line-height: 14px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.our-gallery .nav-tabs>li.active>a,
.our-gallery .nav-tabs>li>a:hover {
  color: #000;
  background: #F7F7F7;
  border: 1px solid transparent;
}

.our-gallery .nav-tabs>li>a:after,
.our-gallery .nav-tabs>li>a:after,
.our-gallery .nav-tabs>li>a:before,
.our-gallery .nav-tabs>li>a:before {
  display: block;
  opacity: 0;
  moz-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  content: "";
}

.our-gallery .nav-tabs>li>a:hover:after,
.our-gallery .nav-tabs>li.active>a:after {
  border-bottom: 3px solid #3272de;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  display: block;
  width: 100%;
  opacity: 1;
}

.our-gallery .nav-tabs>li>a:hover:before,
.our-gallery .nav-tabs>li.active>a:before {
  border-bottom: 10px solid #3272de;
  border-top: 10px solid transparent;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  position: absolute;
  left: 44%;
  bottom: 3px;
  margin: 0 auto;
  display: block;
  content: "";
  opacity: 1;
}


.vias-dubiinfo {
  background: url(/Content/Front/images/vias-d.jpg) no-repeat;
  padding-top: 50px;
  text-align: center;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 50px;
  background-size: cover;
  background-position: center;
}

.vias-dubiinfo h3 {
  color: white;
  font-size: 25px;
  margin: 0;
}


.cargo-pag {
  background: url(/Content/Front/images/cargo.jpg) no-repeat;
  padding-top: 50px;
  text-align: center;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 50px;
  background-size: cover;
  background-position: center;
}

.cargo-pag h3 {
  color: white;
  font-size: 25px;
  margin: 0;
}


.applaction-pag {
  background: url(/Content/Front/images/applactionfil.png) no-repeat;
  padding-top: 50px;
  text-align: center;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 50px;
  background-size: cover;
  background-position: center;
}

.applaction-pag h3 {
  color: white;
  font-size: 25px;
  margin: 0;
}


fieldset {
  border: thin solid #ccc;
  border-radius: 4px;
  padding: 30px;
  background: #fbfbfb;
}

.login-wrap {
  border: thin solid #ccc;
  border-radius: 4px;
  padding: 30px;
  background: #fbfbfb;
  margin: 40px 0;
}

.login-wrap h2 {
  margin-top: 0;
  margin-bottom: 20px;
}

legend {
  color: #678;
}


label small {
  color: #678 !important;
}

span.req {
  color: red;
}

.form-control {
  color: #000;
}





.navbar-default {
    background-color: #3272de;
    border-color: #3272de;
}



.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #3272de;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
}


.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #fff;
}





/* Breakpoints */

@media (min-width: 768px) {
  .navbar-default .navbar-nav>li>a {
    display: inline-block;
  }
  .nopadding-lr-sm {
    padding-left: 0!important;
    padding-right: 0!important;
  }
  .top-bar [class*="col-"] {
    padding: 0;
  }
  .logo {
    text-align: center
  }

  .navbar-nav {

    display: table;
    width: 100%;
    table-layout: auto;
    text-align: center;
  }
  .navbar-nav>li {
    float: none;
    display: table-cell;
  }
  .navbar-nav>li>a {
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px;
    padding-bottom: 15px;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
    border-bottom: 5px solid transparent;
    margin-bottom: -1px;
  }

  .navbar-nav>li>a:hover {

    border-bottom: 5px solid #0d4ab1;
  }
  .top-deal {
    margin-bottom: 0;
  }
}

@media (max-width: 1199px) {
  .navbar-nav>li>a {

    font-size: 16px;
  }
  .navbar-nav>li>a i {
    font-size: 12px;
  }
}

@media (max-width: 991px) {
  .navbar-nav>li>a {
    font-size: 12px;
  }
  .navbar-nav>li>a i {
    font-size: 10px;
  }
  .our-tours .nav-tabs>li>a {

    padding: 20px 30px;
  }
  .gallery .product-thumb .image .show p {
    font-size: 16px;
  }
  .gallery .product-thumb .image .show a {
    font-size: 14px;
  }
  .footer-wrap .i {
    margin-bottom: 70px;
  }

  .dropdown,
  .dropdownvia {
    position: absolute;
    width: 150px;
    top: 100%;
    left: 10px;
  }

  .hassubs ul li {
    background: #114192;
  }
}

@media (max-width: 767px) {
  .dropdown,
  .dropdownvia,
  .hassubs .hassubs .dropdown,
  .hassubs .hassubs .dropdown,
  .hassubs .hassubs .dropdownvia,
  .subs.hassubs .dropdownvia {
    position: relative;
    width: 100%;
    top: 100%;
    left: 0;
    padding: 0;
    display: none;
  }
  .hassubs ul li,
  .hassubs .hassubs .dropdown .subs,
  .hassubs .hassubs .dropdownvia .subs {
    width: 100%;
    left: 0;
  }
  .hassubs:hover>.dropdown,
  .hassubs .hassubs:hover .dropdown,
  .hassubs:hover>.dropdownvia,
  .hassubs .hassubs:hover .dropdownvia,
  .subs.hassubs:hover .dropdownvia {
    display: block;
  }
  .top-deal {
    margin: 270px auto;
  }
  .navbar-nav {
    margin: 10px 0;
  }
  .menu-text {
    float: left;
    color: white;
    margin-left: 30px;
    margin-top: -3px;
  }
  .navbar-default .navbar-nav>li>a:hover {
    background: #143b7c!important;
  }
  .slider-content {
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
  }
  iframe.search-iframe {
    margin: 0 auto;
   display: block;
    left: 0;
    right:0;
  }
  .sub-slider {
    margin-bottom: 50px;
  }
  .our-tours .nav-tabs>li {
    margin-bottom: 10px;
  }
  .gallery ul li {
    width: 29.7%;
  }

  .gallery .product-thumb .image .show p {
    font-size: 14px;
    margin-bottom: 0;
  }
  .gallery .product-thumb .image .show a {
    font-size: 12px;
    line-height: 12px;
  }
  .newsletter input[type="text"] {
    margin-bottom: 10px;
  }
  section.about-us .details {
    padding: 50px 0;
  }


  a.logo img {
    max-width: 200px;
  }
  .btn-login {
    font-size: 12px;
    margin-left: -30px;
  }
  .owl-carousel {
    display: none !important;
    width: 100%;
    z-index: 1;
}
}









@media (max-width: 600px) {

  .btn-login {
    width: 100px;
    font-size: 10px;
    text-align: center;
    padding: 13px 0;
  }
}

@media (max-width: 320px) {


  a.logo img {
    max-width: 200px;
  }

  .btn-login {
    font-size: 12px;
    margin-left: -30px;
  }
}
