body{overflow-x:hidden;}
.hgt{height:170px;}
button:focus {outline: none;}
.bg-white{background:white;}
.navbar-brand img{ width:80%;}
.hcolor{color:#f8ad36;}
.btnback{background:#f8ad36 !important;color:black !important; font-weight:600 !important;}
.black{color:black;}
 .nav-item a:hover  {
    color: #f8ad36 !important;
}
p{text-align:justify;}
/*********/
.navbar-light .navbar-nav .nav-link {
    color: rgb(0, 0, 0) !important;
}
header{background:#dde0e0; padding:15px 0;}

.head-social a{text-align:center; color:black;}
.head-social a:hover{color:#ff8f00;}
/********/
.bgnav {
    box-shadow: 0px 3px 5px 0px #f8ad36;
}
.key-box{-webkit-box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.75);
box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.75); 

padding:25px 15px;}

.main-services .item{-webkit-box-shadow: 0px 0px 20px -5px rgb(181,177,177);
-moz-box-shadow: 0px 0px 20px -5px rgb(181,177,177);
box-shadow: 0px 0px 20px -5px rgb(181,177,177); margin:10px; border-radius:5px;}
.main-services .item img{border-radius:0; height:130px; width:90% !important;}
/**********/

.main-abt { background:linear-gradient(rgba(215, 217, 218, 0.56),rgba(255, 255, 255, 0.79)),url(../images/doc-back.jpg) no-repeat center center fixed;
	background-size: cover; }
	#book-tour{  background:linear-gradient(rgba(215, 217, 218, 0.56),rgba(255, 255, 255, 0.79)),url(../images/doc-back.jpg) no-repeat center center fixed;
	background-size: cover; }
/****/
.why-choose {background:linear-gradient(rgba(0, 0, 0, 0.96),rgba(5, 3, 36, 0.79)),url(../images/banner.jpg)no-repeat center center fixed;
	background-size: cover;color:white; }
.why-box{border:2px solid #ff8f00;border-radius:5px; padding:10px;}

/*******main-testimonials******/

.main-testimonials{}

.port-img img{border-radius:50%; height:80px; width:80px;}
/********************/
.carousel-wrap {
  margin: 5px auto;
  padding: 0 ;
  width: 100%;
  position: relative;
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
  position: relative;
  z-index: 100; 
  -webkit-backface-visibility: hidden; 
}

/* end fix */
.owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}

.owl-nav i {
  font-size: 52px;
}

.owl-nav .owl-prev {
  left: -30px;
}

.owl-nav .owl-next {
  right: -30px;
}
/******

.iwidth{width:15%;}
.infowidth{width:85%;}


/***************/

.footer{background:linear-gradient(rgba(0, 0, 0, 0.96),rgba(5, 3, 36, 0.79)),url(../images/footer-banner.jpg)no-repeat center center fixed;
	background-size: cover;color:white;
	}

.footer a{color:white;}
.footer a:hover{color:#ff8f00;font-weight:600;}

.footer-ribbon::before {
    border-right: 10px solid #646464;
    border-top: 16px solid transparent;
    content: "";
    display: block;
    height: 0;
    left: -10px;
    position: absolute;
    top: 0;
    width: 7px;
}

.footer-ribbon {
    background: #f8ad36;
    position: absolute;
    margin: -16px 0 0 14px;
    padding: 10px 20px 6px 20px;
   
}

.footer-ribbon span {
	color: black;
	font-size: 1.6em;
	font-family: "Shadows Into Light", cursive;
}

.social a{text-align:center; color:white;}
.social a:hover{color:#ff8f00;}
 

/*  return to top */
#btnreturntotop {
	display: none; 
	position: fixed; 
	bottom: 40px; 
	right: 21px; 
	z-index: 9999; 
	border: none; 
	outline: none; 
	background-color: #ff8f00;
	color: black; 
	cursor: pointer; 
	border-radius: 50%; 
	font-size: 18px;
	height:40px;
	width:40px;
}
/******/
#btnreturntotop  i{margin:5px 3px;}

/***Mobile view**/	
	
    .col-xs-6 {width:50% !important;}
	.call{background-color:#48751c;}
	.call a{color:#f7f7f7; text-decoration:none;}	

	.Enquiry{background-color:#242432;}
	.Enquiry a{color:white; text-decoration:none;}	
/***********/

/* DEMO GENERAL ============================== */

.stud-box img { height:250px;}
.hover {
  overflow: hidden;
  position: relative;
  padding-bottom: 60%;
}

.hover-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  transition: all 0.4s;
}

.hover img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
  
}

.hover-content {
  position: relative;
  z-index: 99;
}
/* DEMO 4 ============================== */
.hover-4 img {
  width: 110%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  
}

.hover-4 .hover-overlay {
  background: linear-gradient(rgba(38, 38, 38, 0.74) ,rgba(208, 208, 208, 0.04));
  z-index: 90;
}

.hover-4-title {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1rem;
  z-index: 99;
}

.hover-4-description {
  position: absolute;
  top: 2rem;
  left: 2rem;
  text-align: right;
  border-right: 3px solid #fff;
  padding: 0 1rem;
  z-index: 99;
  transform: translateX(-1.5rem);
  opacity: 0;
  transition: all 0.3s;
}

@media (min-width: 992px) {
  .hover-4-description {
    width: 50%;
  }
}

.hover-4:hover img {
  width: 100%;
}

.hover-4:hover::after {
  opacity: 1;
  transform: none;
}

.hover-4:hover .hover-4-description {
  opacity: 1;
  transform: none;
}

.hover-4:hover .hover-overlay {
  background: rgba(0, 0, 0, 0.8);
}
/******************/

    .contact-banner{background:linear-gradient(rgba(0, 0, 0, 0.96),rgba(5, 3, 36, 0.79)),url(../images/banner.jpg)no-repeat center center fixed;
	background-size: cover;color:white; padding:80px 0;}
	
	.qbox{border: solid 1px#fff;
    padding: 24px;
    border-radius: 6px;
    -webkit-box-shadow: 5px 1px 15px -2px #bdbcbcb8;
    box-shadow: 5px 1px 15px -2px #bdbcbcb8;}
/***********************/
.v-box{box-shadow: 5px 1px 15px -2px #bdbcbcb8; padding:15px; margin-bottom:15px;}

/*********/
@media (max-width: 992px){
    
    .owl-nav .owl-prev {
 display:none;
}

.owl-nav .owl-next {
  display:none;
}
}
.copy-right{margin-bottom:0;}
@media (max-width: 992px){
.copy-right{margin-bottom:50px;}}


@media (max-width: 575px){
.hgt {
    height: 105px;
}
    
    .navbar-brand img{ width:250px;}
}