@charset "utf-8";
/* CSS Document */

html, body
{
	font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6
{
	font-family: 'Playfair Display', serif;
}



a {
  color: inherit;
  text-decoration: none;
}

ul, li {
  padding: 0;
  margin: 0;
}

.navbar {
  background-color: #fff;
}
.navbar ul {
  display: flex;
  list-style: none;
  cursor: pointer;
  /* Main Links */
}
/*.navbar ul li {
  position: relative;
  padding: 10px;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  transition: all 0.5s;
}*/
.navbar ul li ul {
 display: none;
    background-color: white;
    color: #7b7b7b;
    position: absolute;
    margin-top: 10px;
    border: 1px solid #ccc;
    width: 175px;
}
.navbar ul li ul li {
  color: #5d5c5c;
}
.navbar ul li ul li:hover {
  color: #000000;
  background-color: #ffffff;
}
.navbar ul li:hover {
  background-color: #ffffff;
  color: #000000;
}
.navbar ul li:hover ul {
  display: block;
}

.borderBottom:after
{
	content: "";
	background:url(../images/border-style.png);
	
}
.hotels
{
	background: url(../images/madinah-bg.jpg);
	width: auto;
	height: 400px;
}

.hotels:after
{
	content: "";
	background:url(../images/border-bottom.png);
	width: auto;
	height: 20px;
}
.fa.fa-star.checked {
  color: orange!important;
}

.main-home .fa.fa-star{color:#fff;}

.drop_list {
  z-index: -1;
}

.ranimated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.dropflipIn {
  -webkit-animation-name: flipIn;
  animation-name: flipIn;
  -webkit-transform-origin: center top;
  transform-origin: center top;
}

.dropflipOut {
  -webkit-animation-name: flipOut;
  animation-name: flipOut;
  -webkit-transform-origin: center top;
  transform-origin: center top;
}
a:hover{text-decoration:none;}
@-webkit-keyframes flipIn {
  0% {
    opacity: 0.5;
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: rotateX(20deg);
            transform: rotateX(20deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
}

@keyframes flipIn {
  0% {
    opacity: 0.5;
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: rotateX(20deg);
            transform: rotateX(20deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
}
@-webkit-keyframes flipOut {
  0% {
    opacity: 1;
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
}
@keyframes flipOut {
  0% {
    opacity: 1;
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
}
#rotation
{
	-webkit-animation: mymove 5s infinite linear; /* Safari 4.0 - 8.0 */
  animation: mymove 5s infinite linear;
}
@-webkit-keyframes mymove {
    from { -webkit-transform: rotate(0deg) translateX(150px) rotate(0deg); }
    to   { -webkit-transform: rotate(360deg) translateX(150px) rotate(-360deg); }
}

@-moz-keyframes mymove {
    from { -moz-transform: rotate(0deg) translateX(150px) rotate(0deg); }
    to   { -moz-transform: rotate(360deg) translateX(150px) rotate(-360deg); }
}

@-o-keyframes mymove {
    from { -o-transform: rotate(0deg) translateX(150px) rotate(0deg); }
    to   { -o-transform: rotate(360deg) translateX(150px) rotate(-360deg); }
}

@keyframes mymove {
    from { transform: rotate(0deg) translateX(150px) rotate(0deg); }
    to   { transform: rotate(360deg) translateX(150px) rotate(-360deg); }
}

.header-contact-info,.navbar {float:right;}
.header-contact-info ul li{display:inline-block; font-size: 14px;padding: 0 4px;}
.logo img{max-width:200px;}
.logo2{padding-top:16%;}
.header-contact-info ul img{max-width: 20px;margin-right: 5px;}
.header-contact-info ul li.contact-num img{max-width: 13px;}
.header-contact-info ul li i{font-size: 14px;background: #000;color: #fff;padding: 8px;
border-radius: 30px;}
.header-contact-info .fab.fa-facebook-f{padding:8px 11px;}
.bg-nav{background:#333333;padding: 0;}
.navbar-light .navbar-nav .nav-link{color:#fff;font-size:14px;}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .8rem;
    padding-left: .8rem;
}
.navbar ul li:hover{background:#333;}
.navbar-light .navbar-nav .nav-link:hover{color:#fff;}
.navbar-light .navbar-nav .active>.nav-link{background:#7c611e;color:#fff;}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{color:#c19548;}
.logo{padding-top:10px;}
.header-contact-info{padding:18px 0;}
.slider-section .container-fluid{padding:0;}
.slider-content{position: absolute;z-index: 9;top: 30%;left: 15%;}
.slider-content h1{color:#fff;font-weight: bolder;font-size: 35px;}
.slider-content p {color:#fff;}
.slider-content a{background:#fff;color:#7c611e;font-weight:600;padding: 5px 15px;
border: 1px solid #7c611e;text-transform:uppercase;}
.img-container { background-color: #000000; }
.img-container img { opacity: 0.6; }
.owl-theme .owl-nav{display:none;}
.slider .owl-dots {margin-top:10px;}
.welcome-section{padding:3rem 0;}
.welcome-left-content{font-family: 'Playfair Display', serif; font-size: 18px;}
.welcome-section figure img{max-width:225px;}
.welcome-section .left-col{padding-top:10%;}
.welcome-block h2{ text-align: center;  
 font-size: 24px;padding-bottom:20px;}
.welcome-block .heading {color:#666666;font-size: 28px;}
.welcome-block h2:after{ content: "";display: block;border-bottom: 1px dashed #797979;
 width: 70%;margin:auto;position: relative;bottom: -14px; }
 .welcome-img-block,.about-welcome-img,.tc-img-wrap {width:100%;}
 .welcome-img-block img{max-width: 325px;width: 100%;}
 .about-welcome-img img{max-width: 400px;width: 100%;}
 .tc-img-wrap img{max-width: 335px;width: 100%;}
 .img-frame{position: absolute;top: 125px;left: 50px;}
 .img-frame img{padding:3px;}
 .welcome-section .right-content-block{font-size:13px;}
 .right-col{padding-top:18%;}
 .welcome-section .container-fluid{padding:0;}
 .welcome-section{position:relative;}
 .welcome-left-content:after{content: "";display: block;border-bottom: 1px dashed #797979;
 width: 85%;position: relative;bottom: -14px; }
.about-div::after{background: url(../images/bg-pattern.png);
    content: '';
    position: absolute;
    height: 300px;
    top: 32%;
    width: 55%;
    right: 0;
    background-repeat: no-repeat;
    background-size:cover;
    z-index: -1;}
 .right-col a{color:#7c611e;font-weight:600;font-size:14px;text-transform:uppercase;}   
 .packages-section{padding:1rem 0;}
 .top-separator img{max-width: 60%;}
.top-separator{padding-bottom:7%}
 .package-img{float:left;width:33%;padding: 4px;}
 .package{float:left;width:60%;}
 .package-img img{max-width:110px;width: 100%;}
 .package h3{font-size: 16px;font-weight: 600;color:#7f5a00;text-align:center;position: relative;
    top: 5px;margin-bottom:0;padding-top: 4px;}
 .packageInfo{list-style-type:none;font-size:14px;padding-left: 2em;}
 .packageInfo img{max-width:14px;}
 .packageInfo li{line-height:22px;}
 .package .check-details{text-align:center;}
 .package .border-heading{max-width: 95%;margin: 0 14px;}
 .packageContainer{background: #fff;overflow: hidden;box-shadow: 0px 5px 60px -6px rgba(0,0,0,0.2);
  border:1px dashed #e5ca88;margin-top:35px;}
  .check-details{
    background: url(../images/check-details-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    left: 34%;
    top: -7%;
    background-position: 0%;
    padding:4px;}
  .check-details a{padding-left:45px;color:#fff !important;text-transform:uppercase;cursor:pointer}
  .hajjPackageContent h2{font-weight: 600;font-size: 28px;padding-bottom:30px;}  
  .hajjPackageContent p{font-size:14px;}
  .packages-section{position:relative;}
  .hajjPackage:after{background: url(../images/bg-pattern.png);
    background-size: cover;
    content: '';
    position: absolute;
    height: 350px;
    top: 15%;
    width: 35%;
    right: 33%;
    background-repeat: no-repeat;
    z-index: -1;}
.hajjPackageContent h2:after{content: "";display: block;border-bottom: 1px dashed #797979;
 width: 70%;margin:auto;position: relative;bottom:-20px;}
 .hajjPackageContent .readmore{padding-bottom:20px;}
 .hajjPackageContent .readmore:after{content: "";display: block;border-bottom: 1px dashed #797979;
 width: 70%;margin:auto;position: relative;bottom:-13px;}

.readmore a {color: #7c611e !important;font-weight: 600;font-size: 14px;text-transform: uppercase;}
.enquire-btn a{background: #fff;color: #7c611e;font-weight: 600;padding: 5px 15px;
border: 1px dashed #e5ca88;text-transform: uppercase;font-size:14px; 
box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);}
.enquire-btn{padding-top:20px;}
.bottom-separator{ padding-top: 6%;}
.bottom-separator img {
    max-width: 50%;
}
.testimonials-section{background: url(../images/bg-pattern.png);background-size: contain;
    background-repeat: repeat; padding: 3rem 0;margin-top: 5%;position: relative;}

.testimonials-section h2{font-weight: 600;
    font-size: 28px;
    padding-bottom: 30px;}

.testimonials-section ul{list-style-type:none;}    
.testimonials-section h4{color:#795a1e;font-size: 18px;font-weight:600;}
.testimonials-section .position{color:#4d4d4d;font-size:13px;}
.testimonials-section p{ width: 70%;margin: 20px auto 0;font-size: 14px;}
.testimonials-section .testimonial-content{position:relative;}
.testimonials-section .testimonial-content:before{background: url(../images/top-quote.png);
    content: '';
    position: absolute;
    top: -20px;
    left:11%;
    display: block;
    width: 38px;
    height: 38px;

  }

  .testimonials-section .item{padding-bottom:30px;}
  .testimonials-section .testimonial-content:after{background: url(../images/bottom-quote.png);
    content: '';
    position: absolute;
    bottom: -22px;
    display: block;
    width: 38px;
    height: 38px;
    right: 28%;

  }

.testimonials-section li.second-li .testimonial-content:after{right:24%;}
.offices-section{padding:3rem 0;}
.offices-section h2{font-weight: 600;font-size: 28px;padding-bottom: 0;}
.offices-section h4 img{max-width: 24px;margin-right: 15px;}
.offices-section h4{font-size:18px;color:#795a1e;font-weight:600;}
.offices-section p,ul li{font-size:14px;}
.offices-section ul{list-style-type:none;}
.offices-section .contactinforow{padding: 1rem 4rem 0;}
.newsletter-section{padding: 3rem 0 2rem;background: #dbd7d1;}
.download-pdf-block p{font-size:14px;font-weight:600;margin-bottom: 0;}
.download-pdf-block{position:relative;}
.download-pdf-block h3{color:#795a1e;font-weight:600;font-size:18px;text-transform:uppercase;}
.downloadbtn .pdf-img{max-width:24px; vertical-align: bottom;}
.downloadbtn{padding-top:15px;}
.downloadbtn a{background: #fff;
    color: #7c611e;
    font-weight: 600;
    padding: 7px 18px;
    border: 1px dashed #e5ca88;
    font-size: 14px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);}
.ampersand-block{position:relative;}   
.and-block{color:#795a1e;font-size:30px;
    font-size: 22px;
    background: #fff;
    display: inline;
    border-radius: 50%;
    padding: 3px 12px 5px 13px;
    position: absolute;
    top: 40px;}
 .ampersand-block:before{content: '';
    display: block;
    border-top: 1px dashed #fff;
    transform: rotate(90deg);
    position: absolute;
    top: 2px;
    left: 0px;
    width: 70%;}   
  .ampersand-block:after{content: '';
    display: block;
    border-bottom: 1px dashed #fff;
    transform: rotate(90deg);
    position: absolute;
    top: 114px;
    left: 0px;
    width: 70%;}   

  .newsletter-form-block h4{font-size:18px;font-weight:600;text-transform:uppercase;color:#000;}
  .newsletter-form-block p{font-size:14px;}
  .newsletter-form .form-control{background:#aaa196;border:1px solid #aaa196;
    border-radius:0;padding: .275rem .75rem;font-size:14px;}
  .newsletter-form .btn-submit{background:#4f4430;border:1px solid #4f4430;border-radius:0;
  padding: .275rem 1rem;font-size:14px;}  
  .newsletter-form-block .contact-details img{max-width: 13px;margin-left: 5px;}

 .slick-dots li button:before{font-size:30px !important;}

.hotel-section{margin-top:5%;position:relative;}
.hotels:before
{
  content: "";
    width: 100%;
    height: 39px;
    display: block;
    background-size: cover;
    position: absolute;
    top: -40px;
}
.hotels:after
{
  content: "";
    width: 100%;
    height: 39px;
    display: block;
    background-size: cover;
    position: absolute;
    bottom: -40px;
    z-index: -1;
}
.demo {
    width:515px;
    margin: auto;
    z-index: 9999;
}
.demo ul {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom:0;
}
.demo li {
    display: block;
    float: left;
    margin-right: 6px;
    cursor:pointer;
}
.demo img {
    display: block;
    height: auto;
    max-width: 100%;
    width:515px;
}
.lSSlideOuter .lSPager.lSGallery li{width:167px !important;min-height: 125px;}
.lSSlideOuter .lSPager.lSGallery img{width:167px;min-height: 125px;}
.lSSlideOuter .lSPager.lSGallery li.active, 
.lSSlideOuter .lSPager.lSGallery li:hover{border-radius:0 !important;}
.lSSlideOuter .lSPager.lSGallery{border: 6px solid #ffff;border-bottom: 0;
border-left: 0;margin-top:0 !important;}
.lSSlideOuter{border: 6px solid #ffff;}
.lSSlideOuter .lSPager.lSGallery li{border-right:6px solid #ffff;margin-right: 0 !important;}
.lSSlideOuter .lSPager.lSGallery li:last-child{border-right:0;}
.hotel-section h2{padding-top: 3rem;padding-bottom:2rem;
    color: #fff;
    font-size: 28px;
    font-weight: 600;}
 .hotel-heading p{color:#fff;font-weight:600;}   
 .hotel-heading p img{max-width: 26px;vertical-align: bottom;margin-right: 10px;display: inline;}
 .hotel-section .hotel-title{color: #fff;margin-left: 10px;}
 .hotel-section .hotel-title span{font-size: 12px;}
 .fa.fa-star{font-size:12px;}
 .hotel-title img{max-width: 22px;
    margin-right: 10px;
    vertical-align: sub;
    display: inline !important;
  }
 .navbar-light .navbar-nav .first-li.active:after{content: "";
    background: url(../images/menu-bg.png);
    width: 100%;
    height: 40px;
    display: block;
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
    left: -20px;
    background-size: contain;
    z-index: -1;
    }  
   .navbar-light .navbar-nav .first-li:after{content: "";
    background: url(../images/menu-black-bg.png);
    width: 100%;
    height: 40px;
    display: block;
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
    left: -20px;
    background-size: contain;
    z-index: -1;
    }    
    .medium-device{display:none;}

/************* About Us **************/

.main-banner .container-fluid{padding: 0px;
    background: url(../images/about-banner.png);
    background-size: cover;
    background-position: 100%;
    height: 130px;
    width: 100%;}
.welcome-to-row{ padding: 4rem;}   
.welcome-to-section .img-frame{top: 45px;left: 58px;}
.welcome-to-section .img-frame img {
    padding: 0;
}
.welcome-to-heading{border-bottom: 1px dashed #797979;padding-top:30%;}
.welcome-to-content-block{position:relative;}
.welcome-to-content-wrapper:before{background: url(../images/welcome-main-heading.png);content: "";position:absolute;
width:100%;height:100%;background-size:contain;background-repeat:no-repeat;}
.welcome-to-heading .main-heading{color: #666666;font-size: 28px;padding-bottom:0;}
.welcome-to-heading .sub-heading{ font-size: 24px;margin-bottom: 20px;}
.welcome-to-content p{margin-top:20px;}
.about-content{font-size:14px;}
.about-content-section .container-fluid{background: url(../images/bg-pattern.png);
  background-size: contain;background-repeat: repeat;padding: 3rem 0;}

.js .slider-single > div:nth-child(1n+2) { display: none }

.js .slider-single.slick-initialized > div:nth-child(1n+2) { display: block }


.slider-nav .slick-slide { cursor: pointer; }

.slick-carousel .slick-list {
  margin: 0px;
}

.thum-img.slick-slide{margin:0 5px;}


.slider-thumbnail{
    background: #fff;
    padding:0 6px 10px 5px;
  }
.slider-wrapper .slider-large{padding:10px;background:#fff;}
.slider-wrapper{border: 1px dashed #e5ca88;}
.slide-content{margin-bottom:15px;}
/*.slick-carousel .slick-prev,
.slick-carousel .slick-next {
  position: absolute;
  right: 10%;
  background: #777;
  border: none;
  color: transparent;
  width: 30px;
  height: 30px;
}
.slick-carousel .slick-prev:before,
.slick-carousel .slick-next:before {
  content: ">";
  color: #fff;
  font-size: 25px;
}
.slick-carousel .slick-prev {
  left: 10%;
}
.slick-carousel .slick-prev:before {
  content: "<";
} */
/*.slick-carousel .slick-dots {
  list-style: none;
  margin: 0 auto;
  text-align: center;
}
.slick-carousel .slick-dots li {
  display: inline-block;
}
.slick-carousel .slick-dots li button {
  transition: 0.2s background-color ease-in-out 0s;
  border: none;
  padding: 0;
  color: transparent;
  width: 10px;
  height: 10px;
  background-color: #777;
  margin-right: 10px;
  border-radius: 50%;
}
.slick-carousel .slick-dots li.slick-active button {
  background-color: #fff;
}
*/

.slick-dots li.slick-active button:before{color:#c6b17b !important;}
.main-img img,.thum-img img{width:100%;}
/*.testimonials-section:before{background: url(../images/hotels-separator.png);    
    content: "";
    display: block;
    width: 35%;
    height: 40px;
    position: absolute;
    background-repeat: no-repeat;
    left: 34%;
    top: -35px;}*/
 .section-separator{padding-top:12%;}   
 .main-heading{padding-bottom:2rem;}
 .main-heading h1{text-transform: uppercase;
    font-size: 24px;
    color: #7f5b01;
    font-weight: 600;}

 /************** Hajj Packages ************/
 .packages-heading h1,.bank-account-section .heading h2{text-transform:uppercase;font-size:24px;color:#7f5b01;font-weight:600;}
 .packages-content p{font-size:14px;} 
 .packages-div,.bank-account-section{padding:2rem 0;} 
 .package-listing .container-fluid{background: url(../images/bg-pattern.png);
    background-size: contain;
    background-repeat: repeat;
    padding: 3rem 0;}
  .package-listing-block h3{font-size:16px;color:#7f5b01;font-weight:600;text-transform:uppercase;} 
  .package-listing-block ul{padding-left:1rem;} 
  .package-listing-block li{font-size:13px;} 
  .package-include{margin-bottom:20px;}
  .bank-img{padding:2rem 0;}
  .bank-img img{max-width:250px;}
  .bankacc img{max-width:200px;}
  .bank-account-details .heading, .bank-account-details .colon-span{color:#846e3d;}

  .bank-account-details p{font-size:14px;}
  .packages-wrapper,.package-info-wrapper{display:flex;width: 100%;}
  .packages-wrapper{background: #fff;
    overflow: hidden;
    box-shadow: 0px 5px 30px -6px rgba(0,0,0,0.2);
    border: 1px dashed #e5ca88;padding: 8px 8px 2px;}
  .packages-img{width: 20%;margin-right: 8px;}
  .package-info{width:80%;}
  .packages-img img{width:100%;}
  .package-info h3:after{background: url(../images/heading-bottom-border.png);
    content: "";
    display: block;
    width: 100%;
    height: 15px;
    background-repeat: no-repeat;margin-top:5px;}
   .package-info h3{color: #7f5b01;font-weight: 600;font-size:16px;text-transform:uppercase;margin-bottom: 6px;} 
   .package-info-wrapper .class, .package-info-wrapper .duration{width:45%;}
   .package-info-wrapper p{font-size:13px;margin-bottom:0;line-height:20px;} 
   .package-info-wrapper p img{max-width:13px;}
   .package-info-wrapper{background:#eaeaea; padding: 5px 8px;margin-bottom:5px;}
   .package-info-wrapper .hotels-heading,.package-info-wrapper .price-heading{width: 30%;
    padding: 10px 0 0;
    border-right: 1px dashed #aba8a8;}
   .package-info-wrapper .hotel-info,.package-info-wrapper .hotel-info{width:65%;padding-left: 10px;}
   .package-duration-section .duration-row{padding:0 4rem;}
   .duration-slider .img-wrapper {border: 1px dashed #e5ca88;padding: 7px;margin-bottom: 20px;}
   .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{background:#c6b17b !important;}


  /********* Hotel Duration ***********/
  .package-duration-section{padding:4rem 0;}
  .duration-wrapper h3{color:#1a1a1a;font-size:16px;text-transform:uppercase;font-weight:600;
    line-height:26px;}
  .duration-wrapper .hotel-title{color:#7f5b01;}
  .duration-wrapper h3:after{content:"";display:block;border-bottom: 1px solid #9f8440;
    width: 20%;
    margin-top: 10px;
  }
  .package-duration-section .top-separator {
    padding-bottom: 4%;
}
.package-duration-section .bottom-separator img{max-width:60%;}
  .package-duration-section .bottom-separator {
    padding-top: 3%;
  }


/************* Terms and Conditions **************/
.terms-and-conditions-section{padding:2rem 0;}
.terms-and-conditions-section .main-heading h1{ text-transform: uppercase;
    font-size: 24px;
    color: #7f5b01;
    font-weight: 600;}

  .terms-and-conditions-section{position:relative;}
  .terms-and-conditions-section .bg-container{padding-bottom:5rem;}
  .terms-and-conditions-section .tc-container{padding-bottom:6rem;}
  .terms-and-conditions-section .bg-container:before {
    background: url(../images/bg-pattern.png);
    background-size: contain;
    background-repeat: repeat;
    content: "";
    display: block;
    width: 840px;
    height: 450px;
    position: absolute;
}  
.terms-and-conditions-section .tc-container:before {
    background: url(../images/bg-pattern.png);
    background-size: contain;
    background-repeat: repeat;
    content: "";
    display: block;
    width: 890px;
    height: 565px;
    position: absolute;
    left:25%;
}  

.tc-container .terms-condition-wrapper {
    padding: 30px 25px 0 0;
}
.terms-condition-content ul{list-style-type:none;}
.terms-condition-content li{font-size:13px;display:flex;font-weight: bold;}
.terms-condition-content li span{color: #fff;
    background: #7c5b21;
    border-radius: 50%;
    padding: 3px 9px;
    width: 25px;
    height: 25px;
    font-weight: 600;
    margin-right: 10px;}
.terms-condition-wrapper{padding: 30px 0 0 25px;}
.tc-img-wrap{margin-top:8%;}
.tc-img-wrapper .img-frame {
    position: absolute;
    top: 47px;
    left: 34px;
}
.tc-img-wrapper .img-frame img {
    padding: 15px;
}
.terms-and-conditions-section .bg-container.third-block:before{height: 485px;}
.terms-and-conditions-section .tc-container.fourth-block:before{height:455px;}
.terms-and-conditions-section .tc-container.fourth-block li span{padding:3px 8px;}
.container.tc-container.second-block .tc-img-wrapper .img-frame{top:45px;}
.container.tc-container.second-block .tc-img-wrapper .img-frame img {padding:13px;}

/**************** Testimonials ********************/
.testimonials-main-heading h1{text-transform: uppercase;
    font-size: 24px;
    color: #7f5b01;
    font-weight: 600;}

.testimonials-main-heading{padding-bottom:2rem;}

.testimonial-section.testimonial-bg{padding: 1rem 0 0;}
.testimonial-section{padding:3rem 0;}
.testimonial-wrapper h2{color: #795a1e;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;}

.testimonial-wrapper .position{color: #4d4d4d;
    font-size: 13px;
}    

.testimonial-wrapper p{font-size:14px;max-width: 85%;
    margin: 10px auto 0;}

.testimonial-bg .container-fluid {
    background: url(../images/bg-pattern.png);
    background-size: contain;
    background-repeat: repeat;
    padding: 3rem 0;
}

.testimonial-content{position:relative;}
.testimonial-section .testimonial-content:before, .testimonial-bg .testimonial-content:before{
    background: url(../images/testimonial-top-quote.png);
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    display: block;
    width: 24px;
    height: 24px;
}

.testimonial-section .testimonial-content:after {
    background: url(../images/testimonial-bottom-quote.png);
    content: '';
    position: absolute;
    bottom: -10px;
    display: block;
    width: 24px;
    height: 24px;
    right: 15%;
}

/***************** Gallery *****************/
.gallery-section{padding: 3rem 0 0;}
.gallery-video-section{padding: 0 0 3rem;}
.video-wrapper{position:relative;}
.video-wrapper a:before{
  background: url(../images/play-icon.png);
  content: '';
  width:50px;
  height:50px;
  position: absolute;
  top:35%;
  left:43%;

}
.video-wrapper .img-fluid {border: 1px dashed #e5ca88;
    padding: 5px;}

.modal-backdrop.show {
    opacity: .7 !important;
}
.modal-content{background:transparent;border:0;}
.modal-header{border-bottom:0;padding-bottom:0;}
.modal-header .close{color:#fff;opacity:1;}

/**************** Hotels *****************/
.hotels-listing-section{padding:3rem 0;background: url(../images/bg-pattern.png);
    background-size: contain;
    background-repeat: repeat;
   }
.main-banner .main-heading{padding-top:2rem; padding-bottom: 1rem;}
.hotels-listing ul{list-style-type:none;}
.hotels-listing li,.vip-listing li{line-height:26px;font-weight: bold;}
.separator-block .top-separator{padding-top:4%;}
.hotel-heading h2{ font-weight: 600;
    font-size: 28px;
    margin-bottom: 30px;}

.hotel-details-section .hotel-heading p, .hotel-details-section .hotel-title{color:#000;}
.hotel-details-section .hotels:before,.hotel-details-section .hotels:after{background:none;position:static;height:initial;}
.hotel-details-section .hotels{background:none;width:initial;height:initial;}
.hotel-details-section{margin-top:0;}

.separator-block .bottom-separator img {
    max-width: 65%;
}
.bottom-divider{margin-top:2rem;}

.vip-listing ul{list-style-type:none;}
.vip-section{padding: 3rem 0;
    background: url(../images/bg-pattern.png);
    background-size: contain;
    background-repeat: repeat;    
    margin-top: 50px;
    height: 320px;}

.vip-section p{margin-top:1rem;}    

.hotel-img-wrapper img{width:100%;  max-width: 500px; border: 1px dashed #e5ca88; padding:5px;}

.hotel-img-section{margin-top:-95px;padding-bottom: 4rem;}

.hotels:before{background: url(../images/border-small-frame.png);
  background-position: 0px 0px, 200px 100px, 0px 100px, 200px 0px;
  padding: 10px;
  animation: border-dance 4s infinite linear;}

.hotels:after{background: url(../images/border-small-frame.png);
  background-position: 0px 0px, 200px 100px, 0px 100px, 200px 0px;
  padding: 10px;
  animation: border-dance 4s infinite linear;}

@keyframes border-dance {
  0% {
    background-position: 0px 0px, 300px 116px, 0px 150px, 216px 0px;
  }
  100% {
    background-position: 300px 0px, 0px 116px, 0px 0px, 216px 150px;
  }
}


/**************** Hajj Guide *****************/

.tabbed-content {
  max-width: 95%;
  width:100%;
  padding-left: 1em; padding-right:1em;
  margin: 0 auto;
}

.tabbed-content.tabs-side{padding-top: 3em;padding-bottom:0;}
.tabbed-content.tabs-side.tabs-side-right,.tabbed-content.tabs-side.third-tab,
.tabbed-content.tabs-side.fifth-tab{padding-top:0;}

.tabs ul {
  margin: 0;
  padding: 0 0 1em 0;
  font-weight: bold;
}
.tabs ul li {
  background: #fff;
  box-shadow: 1px 1px 6px #ccc;
  border-radius:5px;
}
.tabs-side .tabs ul li a {
  padding: 1em 2.5em 1em;
}

.tabs-side-right .tabs ul li a {
  padding: 1em 2.5em 1em 1em;
}

.tabs ul li a:hover, .tabs ul li a.active {
   background: #fff;
  color: #563d15;
}

.item {
  margin-bottom: 0;
}
.item::before {
  cursor: pointer;
  font-weight: bold;
  background: #eee;
  padding: .5em;
  display: block;
}
.item.active::before {
  background: #444;
  color: #eee;
}
.item.active .item-content {
  padding: 1em;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.tabbed-content .tabs {
  display: none;
}
.tabbed-content .item {
  min-height: 2em;
}
.tabbed-content .item::before {
  content: attr(data-title);
}
.tabbed-content .item .item-content {
  opacity: 0;
  visibility: hidden;
  height: 0;
}
.tabbed-content .item.active .item-content {
  opacity: 1;
  visibility: visible;
  height: auto;
}

.tabbed-content.tabs-side .tabs li img{ width: 100%;
    max-width: 80px;
    border-radius: 50%;
    position: absolute;
    left: -52px;
    top: -12px;
    }

.tabbed-content.tabs-side.tabs-side-right .tabs li img{left:inherit;top: -12px;
    right: -45px;}


.tabbed-content .tabs li a{color:#563d15;}

.tabbed-content .tabs li:after{content:""; 
    display: block;
    height: 1px;
    width: 36px;
    background: #9e8449;
    vertical-align: middle;
    position: absolute;
    right: -36px;
    top: 28px;}

 .tabbed-content .tabs li:first-child:after,  .tabbed-content .tabs li:nth-child(3):after{top:21px;}  

 .tabbed-content.tabs-side-right .tabs li:first-child:after{top:23px;}
 .tabbed-content.tabs-side-right .tabs li:nth-child(2):after, 
 .tabbed-content.tabs-side-right .tabs li:nth-child(3):after{top:28px;}

 .item-content.item-content-wrapper{position:relative;}
 .item-content.item-content-wrapper:before{content:"";display:block;height: 20px;
  width: 20px;
  border: 1px solid #9e8449;
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 44%;
  left: -15px;}

.tabs-side-right .item-content.item-content-wrapper:before{right: -16px;left:inherit;}

 .tabbed-content.tabs-side-right .tabs li:after{left: -35px;width:35px;right:inherit;}
 .tabbed-content.tabs-side.third-tab ul:after{height:306px;top:63px;}
  
 .tabbed-content.tabs-side.third-tab .tabs{padding-top:4%;} 
 .tabbed-content.tabs-side.fifth-tab .tabs{padding-top:8%;}
 .tabbed-content.tabs-side-right .tabs ul:after{left: -35px;
    top: 80px;
    height: 256px;
    right:inherit;}

 .tabbed-content.fifth-tab .tabs ul:after {height: 200px;
    top: 110px;}  

 .tabbed-content.fifth-tab .tabs li:after {top:30px;}

 .tabbed-content.fifth-tab .tabs li:first-child:after, 
 .tabbed-content.fifth-tab .tabs li:nth-child(3):after{top:28px;}

 .tabbed-content .tabs ul:after{content:""; display: block;
    content: '';
    position: absolute;
    border-left: 1px solid #9e8449;
    right: -36px;
    z-index: -1;
    height: 275px;
    top: 83px;}

.tabs ul li a.active img{background: #f9e2b9;border: 2px solid #fff;} 

.item-content h2{color:#563d15;font-size:20px;font-weight:600;}  

.item-content ul li{list-style-type:none;font-size:12px;color: #644c1e;
    font-weight: 500;display: block;
    line-height: 20px;margin-right: 10px;word-break: break-all;white-space: normal;}   
.item-content ol li{font-size:12px;color: #644c1e;word-break: break-all;
    font-weight: 500;display: block;
    line-height: 20px;margin-right: 10px;white-space: normal;}    
.item-content p{font-size:12px;color: #644c1e;
    font-weight: 500; white-space: normal;display: block;
    line-height: 20px;margin-bottom: 5px;margin-right: 10px;word-break: break-all;}    

 .item-content table tr td, table tr td span{color: #644c1e;}   

.item-content.item-content-wrapper{background:url(../images/tab-content-bg.png);background-size:100%;
background-repeat:no-repeat;}

.tab-item-content {
    height: 450px;
}

.tab-main-content{position: relative;
    top: 110px;
    max-width: 70%;
    margin: 0 auto;
    height: 245px;
    overflow-y: auto;}

/* width */
.tab-main-content::-webkit-scrollbar {
  width: 6px;
}

/* Track */
.tab-main-content::-webkit-scrollbar-track {
  background: #fff8f0; 
  border-radius: 10px;
}
 
/* Handle */
.tab-main-content::-webkit-scrollbar-thumb {
  background: #bba279; 
  border-radius: 10px;
}

.hajj-guide-mobile-section.mobile-view{display:none;}


/******************* Contact Us *******************/
.contact-us-section{padding:4rem 0;}
.contact-us-section h4 img {
    max-width: 24px;
    margin-right: 15px;
}

.contact-us-section h4 {
    font-size: 20px;
    color: #795a1e;
    font-weight: 600;
}

.contact-us-section p{
    font-size: 14px;
}
.contact-us-section ul{list-style-type:none;}

.google-maps-block{margin-bottom:25px;}

.contact-us-form-section .container-fluid {
    background: url(../images/bg-pattern.png);
    background-size: contain;
    background-repeat: repeat;
    padding: 3rem 0;
}

.contactus{max-width:55%;margin:auto;}

.contactus .form-control{background:#d7d7d7;border-radius:0;margin-bottom: 1.3em;}

textarea{resize:none;}

.contactus .btn-send {
    background: #4f4430;
    border: 1px solid #4f4430;
    border-radius: 0;
    padding: .3rem 2rem;
    font-size: 14px;
    text-transform:uppercase;
}

.sent-btn{margin-top:1rem;}

.g-recaptcha > div{margin:0 auto !important;}

/**************footer****************/
  
.page-footer{background: url(../images/footer-bg.png);padding: 4rem 0;background-size: cover;}
.footer-site-logo img{max-width:200px;}
.footer-site-logo{margin-bottom:30px;}
.about-site{color:#fff;font-size:13px;}
.page-footer h5{font-size:18px;color:#fff;}
.page-footer a{color:#c19548;font-size:14px;}
.page-footer .contact-heading{color:#c19548;}
.page-footer a.email-info{margin-left:50px;}
.page-footer li{color:#fff;}
.page-footer li.quick-enquiry a{background: #fff;color: #7c611e;font-weight: 600;padding: 6px 25px;
  border: 1px solid #7c611e;
  }
 .page-footer li.quick-enquiry{margin-top:15px;} 
 .page-footer li.contact-info a{color:#fff;}
 .bottom-footer .container-fluid{padding:0;background:#111111;}
.footer-copyright,.footer-copyright a{color:#fff;font-size:13px;}
.bottom-footer .social-links{list-style-type:none;}
.bottom-footer .social-links li{display:inline-block;}
.bottom-footer .social-links li a{color:#fff; padding: 0 5px;}




