body, html {
    height: 100%;
}


h2,h3,h4,h5{
  font-family:'calibri'

}

.nav li a{
    font-size: 14px;
}

P{
  font-family: 'calibri';
  font-size: 18px;
  font-weight: 600;

}


.padding-0{
    padding-left: 0px;
    padding-right: 0px;
}



  #box1{
         height: 100vh;
         width: 100%;
         background-image: url("../images/taj.jpg");
         background-size: cover;
         display: table;
         background-attachment: fixed;
         background-position: center center;
         background-repeat: no-repeat;
         color:#fff;
         }
         /*Testimonial*/
         .testimonial-container .carousel {
         margin: 50px auto;
         }
         .testimonial-container .carousel .item {
         color: #999;
         overflow: hidden;
         min-height: 120px;
         font-size: 13px;
         }
         .testimonial-container .carousel .media {
         position: relative;
         padding: 0 0 0 20px;
         margin-left: 20px;
         }
         .testimonial-container .carousel .media img {
         width: 75px;
         height: 75px;
         display: block;
         border-radius: 50%;
         box-shadow: 0 2px 4px rgba(0,0,0,0.2);
         border: 2px solid #fff;
         }
         .testimonial-container .carousel .testimonial {
         color: #fff;
         position: relative;
         background: #488F96;
         padding: 15px;
         margin: 0 0 20px 20px;
         }
         .testimonial-container .carousel .testimonial::before, .carousel .testimonial::after {
         content: "";
         display: inline-block;
         position: absolute;
         left: 0;
         bottom: -20px;
         }
         .testimonial-container .carousel .testimonial::before {
         width: 20px;
         height: 20px;
         background: #9b9b9b;
         box-shadow: inset 12px 0 13px rgba(0,0,0,0.5);
         }
         .testimonial-container .carousel .testimonial::after {
         width: 0;
         height: 0;
         border: 10px solid transparent;
         border-bottom-color: #fff;
         border-left-color: #fff;
         }
         .testimonial-container .carousel .item .row > div:first-child .testimonial {
         margin: 0 20px 20px 0;
         }
         .testimonial-container .carousel .item .row > div:first-child .media {
         margin-left: 0;
         }
         .testimonial-container .carousel .testimonial p {
         text-indent: 40px;
         line-height: 21px;
         margin: 0;
    		font-family: 'calibri';
		font-weight:100;
         }

		 .testimonial-container .carousel .testimonial p:before {
			    content: "\f10d ";
				position: absolute;
				top: 15px;
				left: -10px;
				font-size: 20px;
				color: #28c0c7;
				font-family: FontAwesome;
         }

         .testimonial-container .carousel .overview {
         padding: 3px 0 0 15px;
         }
         .testimonial-container .carousel .overview .details {
         padding: 5px 0 8px;
         }
         .testimonial-container .carousel .overview b {
         text-transform: uppercase;
         color: #ff5555;
         }
         .testimonial-container .carousel .carousel-control {
         width: 30px;
         height: 30px;
         background: #666;
         text-shadow: none;
         top: 4px;
         }
         .testimonial-container .carousel-control i {
         font-size: 16px;
         }
         .testimonial-container .carousel-control.left {
         left: auto;
         right: 40px;
         }
         .testimonial-container .carousel-control.right {
         left: auto;
         }
         .testimonial-container .carousel-indicators {
         bottom: -50px;
         }
         .testimonial-container .carousel-indicators li,.testimonial-container .carousel-indicators li.active {
         width: 18px;
         height: 18px;
         border-radius: 0;
         margin: 1px 4px;
         }
         .testimonial-container .carousel-indicators li {
         background: #e2e2e2;
         border: 4px solid #fff;
         }
         .testimonial-container .carousel-indicators li.active {
         color: #fff;
         background: #ff5555;
         border: 5px double;
         }
         .testimonial-container .star-rating li {
         padding: 0 2px;
         }
         .testimonial-container .star-rating i {
         font-size: 14px;
         color: #ffdc12;
         }
         .testimonial-container .carousel-control i {
         font-size: 16px;
         margin-top: 7px;
         }
         .testimonial-container h3 {
         color: #000;
         font-size: 18px;
         font-weight: 300;
         position: relative;
         margin: 0 0 50px 0;
         text-transform: uppercase;
         display: inline-block;
         font-family: "Open Sans", sans-serif;
         }
         .testimonial-container h3::after {
         content: "";
         width: 50%;
         position: absolute;
         height: 4px;
         border-radius: 1px;
         background: #ff5555;
         left: 0;
         bottom: -20px;
         }
         /*footer*/
         .copyrights{
         margin-top:25px;
         }
         footer.container-fluid.text-center.foot {
         background: #383838;
         }
         .dark-line{
          border-top: 1px solid #a29999;
         }
         .white-txt{
         color: #FFF;
         }
         a.link {
          color: #b4c1c7;
          border: 1px #1683b7 solid;
          padding: 5px;
          text-decoration: none;
         }
         a.link:hover {
         background: #008acc;
         color: #383838;
         }
         .footimg{
         width: 5rem;
         }


		 /* offers*/
		 .carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
				display: block;
				max-width: 100%;
				height: auto;
				padding: 2px;
			}

		.offers .col-sm-12 ,.offers .col-sm-6{

			margin-left:  0px;
			margin-right:  0px;
			padding: 0px;

		}

	  .hovereffect {
  width: 100%;

  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  background-color: rgba(75,75,75,0.7);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect:hover .overlay {
  background-color: rgba(48, 152, 157, 0.4);
}

.hovereffect img {
  display: block;
  position: relative;
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transform: translateY(45px);
  -ms-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect:hover h2 {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-weight: normal;
  margin: -52px 0 0 0;
  padding: 62px 0px;
}

.hovereffect:hover a.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}

	.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
	border-radius:20px;
}


.alert-success {
    /* color: #0c940e; */
    background-color: #009688!important;
    border-color: #f1f3ef!important;
}

.alert-danger {
    color: #a94442;
    background-color: #fd7b7b!important;
    border-color: #fd7b7b!important;
}

.msgContainer{
  margin-bottom: 5px;
    padding: 5px;
    text-align: center;
}

.required{
  color: red;
  font-size: 18px;
}

.provide{
  border: 2px solid #fd7b7b;
}

.new-row-tr{
  background-color: #d55d6a!important;
}
