/* GENERAL */

body{font-family: 'Josefin Sans', sans-serif !important;color: #777 !important;}
a
{
  text-decoration: none !important;
}
p
{
  font-weight: 400 !important;font-size: 16px;line-height: 24px;
}
h1,h2,h3,h4,h5,h6
{
  color: #FFAA00;
}

header{ width: 100%;padding: 0px 0; position: absolute;z-index: 9999;}
@media screen and (max-width: 991px)
{
  header{position: inherit; background: #fff!important;}
}

/* NAVBAR */

.navbar-static-top {
  border-color: transparent !important;
  height: auto !important;
  font-family: 'Playfair Display', serif;
}
.navbar-static-top .navbar-nav>li>a {
  color: #FFAA00;
  font-weight: 700;
  font-size: 20px;
  padding: 40px 15px;
  background: none!important;
}

@media only screen and (max-width: 768px) {
  .navbar-static-top .navbar-nav>li>a {
    color: #000;
  }

  .navbar-static-top .navbar-nav>.active>a{
    color: #FFAA00!important;
  }

  .navbar-static-top .navbar-nav>li>a:hover {   
   color: #FFAA00!important;
 }

 .navbar {
  margin-bottom: 0px !important;
}
}
.navbar-static-top .navbar-nav>li>a:hover {   
 color: #000;
 font-weight: 700;
 font-size: 20px;
 padding: 40px 15px;
 background: none!important;
}
.navbar-static-top .navbar-nav>.active>a{
  color: #000;
  font-weight: 700;
  font-size: 20px;
  padding: 40px 15px;
  background: none!important;
}
.navbar-static-top .navbar-toggle .icon-bar { 
  background-color: #000 ;
}
.navbar-static-top .navbar-toggle { 
  background-color: #FFAA00;   
  border: 2px solid #FFAA00  !important;
  border-radius: 2px!important;
}
.navbar{margin-bottom:-13px !important;}

.navbar-collapse.in {
  overflow-y: visible!important;
}


@media only screen and (max-width: 750px)
{
  .navbar-static-top .navbar-nav>li>a {
    padding: 10px;
  }
  .navbar-static-top .navbar-nav>li>a:hover {   
   padding: 10px;
 }
 .navbar-static-top .navbar-nav>.active>a{
  padding: 10px;
}
}

/* Display Dropdowns on Hover */
nav ul li:hover > ul {
  display:inherit;
}

/* Second, Third and more Tiers */
nav ul ul ul li {
  position: relative;
  top:0px; 
  left:10px;
}

.dropdown-menu>li>a
{
  color: #222;
}

.dropdown-menu>li>a:hover
{
  color: #fff!important;background: #6E9123!important;
}

.dropdown-menu>li>a>.active
{
  color: #fff!important;background: #6E9123!important;
}
@media only screen and  (max-width: 750px) 
{
  .dropdown-menu
  {
    right: 0%;
    width:233px!important;
  }
}

/* GLOBAL BUTTONS */

.btn
{ 
  background: #FFAA00 !important  ;padding: 8px 15px 5px 15px; color: #fff !important; border: 2px solid #FFAA00 !important;
  margin-top: 8px !important; margin-left: 0px !important;
}

.btn:hover
{ 
  background: #000!important  ; color: #FFAA00 !important; border: 2px solid #FFAA00 !important;
}



/* LARGE DEVICES */

.caption
{ 
  position: absolute; top:71%; left:47%; transform: translate(-25%, -25%);
}


/* SMALL DEVICES */

.captionssmall
{ 
  position: absolute; top:70%; left:44%; transform: translate(-21%, -30%);
}



.centered {
  position: absolute;
  color: #fff; 
  text-align: center;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 90px;
  letter-spacing: 1px;
}

.centeredd {
  position: absolute;
  width: 80%;
  color: #fff; 
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  letter-spacing: 1px;
}

.centereddd {
  position: absolute;
  color: #fff;
  text-align: center;
  top: 25%;
  left: 15%;
  transform: translate(-50%, -50%);
  letter-spacing: 1px;
}

.centeredall {position: absolute;top: 65%; left: 50%; transform: translate(-50%, -50%);}
.centeredall2 {position: absolute;top: 55%;left: 50%;transform: translate(-50%, -50%);}
/* ICONS */ 

@media only screen and (max-width:990px)
{
  .container {
    padding:2px;
  }
}

.hhh {
  height: 25px;
  width: 25px;
  text-align: center;
  padding: 4px;
  border: 1.5px solid #6E9123;
  color: #fff;
  font-size: 12px;
  border-radius: 50%;
  margin-top: -5px;
}

#return-to-top 
{
  position: fixed;
  bottom: 11px;
  right: 20px;
  background: #FFAA00;
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top i 
{
  color: #fff;
  margin: 0;
  position: relative;
  left: 16px;
  top: 13px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top:hover
{
  background: #000;
}
#return-to-top:hover i
{
  color: #fff;
  top: 5px;
}


.get-flow-wrap
{
  color: #000;
  position: fixed;
  left: 0;
  text-align: center;
  text-transform: uppercase;
  bottom: 169px;
  z-index: 999;
  cursor: pointer;
  font-size: 29px;
}


/*.get-flow-wrap:hover 
{
  border: 2px solid #DDA215;
  text-decoration: none;
  background: #000;
  color: #DDA215;
}*/

.para 
{
  background-attachment: fixed;  background-position: center;  background-repeat: no-repeat; 
  background-size: cover;
}

.para2
{
  background:url(../images/para.jpg);  background-size: cover; min-height: 200px;
  background-attachment: fixed;  background-position: center;  background-repeat: no-repeat; 
  background-size: cover;
}

.para3 
{
  background-attachment: fixed;  background-position: center;  background-repeat: no-repeat; 
  background-size: cover;
}








.filter-button{
 font-size: 16px;
 border: 2px solid #FFAA00;
 padding:8px 10px;
 text-align: center;
 color: #333;
 margin-bottom: 30px;
 background: transparent;
 border-radius: 5px;
 padding-right: 10px;
}
.filter-button:hover,
.filter-button:focus,
.filter-button.active{
 background:#FFAA00;
 border: 2px solid #FFAA00;
 color:#fff;
}


.nav-tabs li {font-size: 19px;text-align: center;width: 50%;padding:10px;}
.nav-tabs li>a {color:#FFAA00;border:1px solid#FFAA00;}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
  color: #000;border:1px solid#FFAA00;
}

@media only screen and  (max-width: 750px) 
{
  .nav-tabs li {font-size: 13px!important;text-align: center;}
}







@media  only screen and (max-width:990px) {
  .widd {
    display: block!important;
  }
}

.widd {
  display: flex;
}



.icon-wrapper {
  border: 1px solid #eee;
  background: rgb(0 0 0 / 50%);
  padding-top: 20px;
  padding-bottom: 20px;
}



.padd {
  padding: 20px 80px;
}

@media only screen and (max-width: 768px) {
  .padd {
    padding: 0px;
  }
}

.icon-wrapper1 {
  background: rgb(0 0 0 / 50%);
  padding: 15px;
}

.icon-wrapper1 h2 {
  color: #fff;
  font-size: 33px;
}

.icon-wrapper1 span {
  font-size: 45px;
  color: #fff;
  border: 1px solid#fff;
  border-radius: 10px;
  width: 60px;
  height: 80px;
  padding: 10px;
  display: block;
}


.boxx {
  background: #F0F0EE;
  border-radius: 6px;
  padding: 20px;
}




.footer-div {
  position: relative;
  clear: both;
}
.footer-shape {
  position: relative;
  top: 11%;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(0deg);
}
.footer-shape svg {
  position: relative;
  display: block;
  width: calc(133% + 1.3px);
  height: 100px;
  color: transparent;
}



.box {
  padding: 1px;
}
.box .box-img{
  overflow: hidden;
  position: relative;
  border-radius: 6px!important;
}
.box .box-img img{
  width:100%;
  transform: scale(1,1);
  transition:all 0.50s ease 0s;
}
.box:hover .box-img img{
  transform: scale(1.1,1.1);
}

@media  only screen and (max-width:990px) {
  .box{
    padding: 2px;
  }

  .box .small {
    top: 11%;
  }
}




.carousel-showmanymoveone .carousel-control {
  width: 4%;
  background-image: none;
}
.carousel-showmanymoveone .carousel-control.left {
  margin-left: -15px;background: #FFAA00;height: 25px;top: 33%;width: 25px;opacity: 100%;font-size: 17px!important; 
}
.carousel-showmanymoveone .carousel-control.right {
  margin-right: -25px;background: #FFAA00;height: 25px;top: 33%;width: 25px;opacity: 100%;
}
.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3 {
  display: none;
}
@media all and (min-width: 768px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -50%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 50%;
  }
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
    display: block;
  }
}
@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    /*-webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
    left: 0;*/
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    /*-webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    left: 0;*/
  }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    /*-webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;*/
  }
}
@media all and (min-width: 992px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -25%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 25%;
  }
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-2,
  .carousel-showmanymoveone .carousel-inner .cloneditem-3 {
    display: block;
  }
}
@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    /*-webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
    left: 0;*/
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    /*-webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
    left: 0;*/
  }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    /*-webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;*/
  }
}



.newreview {
  border: 1px solid #FFAA00;
  border-radius: 10px;
  position: relative;
  background-color: #fff;
  padding: 15px 14px 30px 22px;
  max-width: 607px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.newreview:after {
  content: "";
  position: absolute;
  left: 7px;
  right: -18px;
  top: 9px;
  bottom: -16px;
  border-radius: 10px;
  z-index: -1;
  background-color: #FFAA00;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
} 

.newreview1 {
  border: 1px solid #000;
  border-radius: 10px;
  position: relative;
  background-color: #fff;
  padding: 15px 14px 30px 22px;
  max-width: 607px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.newreview1:after {
  content: "";
  position: absolute;
  left: 7px;
  right: -18px;
  top: 9px;
  bottom: -16px;
  border-radius: 10px;
  z-index: -1;
  background-color: #000;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
} 

.ress {
  padding: 0px 80px;
}

.ress1 {
  padding: 0px 30px 0px 0px;
}

.ress1 img {
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .3);
  padding: 10px;
  border: 2px solid #f69323;
}

.ress h2 {
  font-size: 36px;
}

.ress p {
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .ress {
    padding: 10px!important;
  }

  .ress h2 {
    font-size: 24px!important;
    margin-top: 10px;
  }

  .ress1 {
    padding: 0px!important;
  }
}

.boxabt {
  background: #FFAA00;
  border-radius: 6px;
  padding: 20px;
}

.boxabt h2 {
  font-size: 24px;
}

.boxabt p {
  text-align: justify;
}



.sidepanel  {
  width: 0;
  position: fixed;
  z-index: 1;
  height: 100%!important;
  top: 0;
  left: 0;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidepanel a {
  text-decoration: none;
  font-size: 25px;
  color: #fff;
  display: block;
  transition: 0.3s;
}

.sidepanel a:hover {
  color: #f8ca11;
}

.sidepanel .closebtn {
  position: relative;
  left: 52%;
  font-size: 36px;
}

.openbtn {
  font-size: 19px;
  cursor: pointer;
  background-color: #d2aa00;
  color: #fff;
  border: transparent;
  border-radius: 8px;
  margin-right: 5px !important;
  padding: 5px 13px !important;
  float: right;
  margin-top: 2px;
}


.navbar-toggle {
  transition: 0.3s;
  background: #FFAA00;
  margin-bottom: 0px!important;
  float: right !important;
  margin-top: -5px!important;
  margin-right: 0px;
}
.navbar-toggle .icon-bar {
  background: #fff!important;
  transition: 0.3s;
}


.bgcolor {
		position: relative;
	}
	.bgcolor:before {
		position: absolute;
		width: 100%;
		height: 100%;
		content: '';
/* 		background: rgba(0, 0, 0, 0.3); */
	}




