@charset "utf-8";
/* CSS Document */


 /*=====================================
		Common Styles Starts
=====================================*/
/*======================
  WATSAPP BUTTON START
========================*/

.bar_wpp {
  position: fixed;
  top: 78%;
  left: -152px;
  z-index: 120;
  border-radius: 5px 5px 0px 0px;
  overflow: hidden;
}
.bar_wpp:hover {
	left:-10px;
	-webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.bar_wpp a {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.bar_wpp .icon_wpp i {
  color: #ffffff;
  font-size: 20px;
}

.bar_wpp .icon_wpp {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0c7619;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  float: left;
  z-index: 2;
}

.bar_wpp .txt_wpp {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #0e3f14;
    color: #ffffff;
    padding: 0px 5px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    font-weight: bold;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding-right: 11px;
    padding-left: 12px!important;
    margin-right: 2px;
    z-index: 1;
    border-radius: 50px;
}


.bar_wpp a:hover{text-decoration: none !important;}
.bar_wpp a:hover .icon_wpp{background-color: #0e3f14;}
.bar_wpp a:hover .txt_wpp{background-color: #0c7619;}


@media(max-width: 480px){
  .bar_wpp{right: auto;left: 5px;bottom: 65px;}
  .bar_wpp .icon_wpp i{font-size: 25px;}
  .bar_wpp .txt_wpp{display: none;}
}

/*======================
  WATSAPP BUTTON END
========================*/



/*======================
  PHONE BUTTON START
========================*/

.bar_phn {
  position: fixed;
  top: 87%;
  left: -110px;
  z-index: 120;
  border-radius: 5px 5px 0px 0px;
  overflow: hidden;
}
.bar_phn:hover {
	left:-5px;
	-webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.bar_phn a {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.bar_phn .icon_phn i {
  color: #ffffff;
  font-size: 20px;
}

.bar_phn .icon_phn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0331bd;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  float: left;
  z-index: 2;
}

.bar_phn .txt_phn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color:  #337ab7;
    color: #ffffff;
    padding: 0px 5px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    font-weight: bold;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding-right: 11px;
    padding-left: 45px!important;
    margin-left: -35px;
    z-index: 1;
    border-radius: 50px;
}


.bar_phn a:hover{text-decoration: none !important;}
.bar_phn a:hover .icon_phn{background-color: #0331bd;}
.bar_phn a:hover .txt_phn{background-color:  #337ab7;}


@media(max-width: 475px){
  .bar_phn{right: auto;left: 5px;bottom: 15px;}
  .bar_phn .icon_phn i{font-size: 25px;}
  .bar_phn .txt_phn{display: none;}
}

/*======================
  PHONE BUTTON END
========================*/

/* ---- Button ---- */
.news_container {
    width: 100%;
    height: 40px;
    background: rgba(0,0,0,0.6);
    font-family: 'Poppins';
    color: rgba(255,255,255,0.7);
    font-size: .95em;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 3em;
    padding-right: 2%;
    padding-left: 2%;
}

.draw-border {
	 box-shadow: inset 0 0 0 2px #fff;
	 color: #fff !important;
	 transition: color 0.25s 0.0833333333s;
	 position: relative;
}
 .draw-border::before, .draw-border::after {
	 border: 0 solid transparent;
	 box-sizing: border-box;
	 content: '';
	 pointer-events: none;
	 position: absolute;
	 width: 0;
	 height: 0;
	 bottom: 0;
	 right: 0;
}
 .draw-border::before {
	 border-bottom-width: 4px;
	 border-left-width: 4px;
}
 .draw-border::after {
	 border-top-width: 4px;
	 border-right-width: 4px;
}
 .draw-border:hover {
	 color: #ed1846;
}
 .draw-border:hover::before, .draw-border:hover::after {
	 border-color: #bb8d39;
	 transition: border-color 0s, width 0.25s, height 0.25s;
	 width: 100%;
	 height: 100%;
	 color: #bb8d39 !important;
}
 .draw-border:hover::before {
	 transition-delay: 0s, 0s, 0.25s;
}
 .draw-border:hover::after {
	 transition-delay: 0s, 0.25s, 0s;
	 color: #ed1846 !important;
}
 .btn {
	 background: none;
	 border: none;
	 border-radius:0px !important;
	 color: #fff !important;
	 cursor: pointer;
	 line-height: 1.5;
	 font: 700 1.2rem 'Roboto Slab', sans-serif;
	 padding: 1em 2em;
	 letter-spacing: 0.05rem;
}
 .btn:focus {
	 outline: 2px dotted #55d7dc;
	 color: #ed1846 !important;
}
.btn:hover{
	color: #bb8d39 !important;
}

 /*=====================================
		Common Styles End
=====================================*/


/*=====================================
		Back to TOP Starts
=====================================*/



.back-to-top, .back-to-top::after, .back-to-top-text {
	 transition: all 0.25s ease-in-out;
}
 .back-to-top, .back-to-top::after {
	 position: fixed;
	 height: 45px;
	 width: 45px;
	 color: #262728;
	 opacity: 0.75;
	 padding: 3px 5px;
	 font-size: 12px;
	 font-weight: bold;
	 border: 1px solid #B99429;
}
 .back-to-top {
	 right: 1.5%;
	 bottom: -12%;
	 z-index: 3;
	 text-align: center;
	 text-decoration: none;
	 text-transform: uppercase;
	 transform: rotate(-45deg);
	 background: #fff;
}
 .back-to-top::after {
	 display: inline-block;
	 content: "";
	 right: -1px;
	 bottom: 0;
	 border-width: 1px;
	 background: transparent;
	 border:1px solid #B99429;
}
 .back-to-top-text {
	 display: block;
	 transform: rotate(45deg) translate(25%, 75%);
}
 .back-to-top:hover, .back-to-top:focus, .back-to-top:hover::after, .back-to-top:focus::after, .back-to-top:hover .back-to-top-text, .back-to-top:focus .back-to-top-text {
	 opacity: 1;
	 text-decoration: none;
	 color: #b99429;
}
 .back-to-top:hover::after, .back-to-top:focus::after {
	 transform: translate(25%, -25%);
}
 .back-to-top:hover .back-to-top-text, .back-to-top:focus .back-to-top-text {
	 transform: rotate(45deg) translate(25%, 0);
}
 .show-back-to-top {
	 bottom: 4%;
}

 

/*=====================================
		Back to TOP End
=====================================*/



/*==============================
	Pop up Modal box Starts
==============================*/

#rotate{
  vertical-align:top;
  margin-top:23px;
  width:auto;
  height:40px;
  border-radius: 0;
  color:#fff;
  background: #121212;
  transform:rotate(7deg);
  -ms-transform:rotate(90deg); /* IE 9 */
  -moz-transform:rotate(90deg); /* Firefox */
  -webkit-transform:rotate(90deg); /* Safari and Chrome */
  -o-transform:rotate(90deg); /* Opera */}
    
#rotate:hover{	
	background: #1864B8;
	
}

#vert{width:2em;}

input{
  cursor:pointer;
  min-height:30px;
  position:relative;
  
	border-bottom: 1px solid #fff;
	border-radius: 8px;
  padding: 4px 8px;margin-left:20px;
	
  font:12pt Calibri bold;
  
  font-variant:small-caps;
  color: #fff;
	text-shadow: 0 0 0;
	outline: 0;
	letter-spacing: 2px;
	
	/*text-shadow: 0 1px 0px #111;*/
	/*box-shadow*/
	/*box-shadow: 0 1px 4px rgba(0,0,0,.2), inset 0 1px 0 rgba(255,255,255,.2), inset 0 -1px 1px rgba(255,255,255,.1);
	linear-gradient*/
	
	/*background:#121212;
	background: linear-gradient(#0000FF,#62FF00);*/
}

input:hover{box-shadow:0px 0px 4px #fff;}
input:active{top:1px;}


input[type="text"], input[type="password"] {
    width: 100%;
    padding: 15px;
    margin: 5px 0 22px 0;
    display: inline-block;
    background: #000000;
    border-bottom: 1px solid #fff !important;
}

.form-control {
	font-family:'Source Sans Pro' !important;
	border: none !important;
	border-radius:0px !important;
  color: #000 !important;
}

.form-control::placeholder {

    color: #fff !important;
    opacity: 1 !important;

}

/*
.btn {
    color: #fff !important;
    background-color: transparent !important;
    border: 1px solid white !important;
    padding: .375rem .75rem !important;
    font-size: 1.3rem !important;
	border-radius:0px  !important;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
*/


/* Add a background color when the inputs get focus */
input[type=text]:focus, input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for all buttons */
button {
  background-color: #CAA32A;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
}

button:hover {
  opacity:1;
}

/* Extra styles for the cancel button */
.cancelbtn {
  padding: 14px 20px;
  background-color: #f44336;
}

/* Float cancel and signup buttons and add an equal width */
.cancelbtn, .signupbtn {
  float: left;
  width: 50%;
  margin-top: 1rem;
}

/* Add padding to container elements */
.container {
  padding: 16px;
}

/* The Modal (background) */

.modal {
    position: fixed;
    top: 10% !important;
    left: 33% !important;
	bottom: 15% !important;
    z-index: 1050;
	background-color: #ffffff !important;
	font-family:'Source Sans Pro'!important;
    display: none;
    width: 30% !important;
    height: 35% !important;
    overflow: hidden;
    outline: 0;
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* Style the horizontal ruler */
hr {
  border: 1px solid #f1f1f1;
  margin-bottom: 25px;
}

/* The Close Button (x) */
.close {
  position: absolute;
  right: 35px;
  top: 15px;
  font-size: 40px;
  font-weight: bold;
  color: #CAA32A;
  opacity: 1;
}

.close:hover,
.close:focus {
  color: #f44336;
  cursor: pointer;
}

/* Clear floats */
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

/* Change styles for cancel button and signup button on extra small screens */
@media screen and (max-width: 300px) {
  .cancelbtn, .signupbtn {
    width: 100%;
  }
}
/*==============================
	Pop up Modal box end
==============================*/


/*=====================================
		Slider Carousel Starts
=====================================*/

img.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  width: 150px;
  z-index:1000;
  margin-bottom:-50px;
}



#banner-section{
	padding:0;
	margin-top: -1.5rem;
}


.controls-top {
    position: absolute;
    left: 20%;
    width: 120px;
    height: 400px;
    bottom: 17%;
    z-index: 500;
}

.controls-top .btn-floating img{
    width: 50px !important;
    height: 50px !important;
}

/* Bouncy text */

 [data-splitting] {
	 opacity: 0;
}
 .title-slide-in {
	 font-size: 5vw;
}
 .title-slide-in .char {
	 opacity: 0.001;
}

  /* Make the image fully responsive */



  .carousel-inner img {

    width: 100%!important;
    height: 100%!important;
	position: relative;
	left: -1%;

  }
  
  .carousel-item, .carousel-item active{
	  background-color:#000 !important;
  }
  
  .carousel-inner .carousel-item .slider-left{
	  position: relative;
	  background: #282827!important;
	  color:#fff;
	  height:80%;
	  padding:2%;
	  z-index:500;
	  width: 104%;
  }
  
  .carousel-inner .carousel-item .slider-left .gery-bg{
	  background: #282827!important;
	  width:100%;
  }

  .carousel-inner .carousel-caption {
    position: absolute;
    right: 15%;
    top: 15%!important;
    left: 15%;
	width: 72%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left!important;
    background: #282827!important;
}

 .carousel-inner .carousel-item .slider-left  img.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 150px;
}

.banr-botm-text{
	padding: 2%;
	background-color:#282828 !important;
	text-align:left;
	font-family:'muli';
	font-size:4rem;
	font-weight:700!important;
	color:#fff;
}

/* ----- Left Side Button ------ */

.slider-left div {

    margin: 3.5rem 0 1.5rem 0;
    width: 84%;
    position: relative;
    

}
.carousel-caption h3 {

    font-size: 2.75rem;
    font-family: muli;

}

.slider-left  p {

    margin-top: 0;
    margin: 1rem 0rem;
    color: #ed1846;

}
.slider-left a {
    font-family: Tahoma, verdana;
    text-decoration: none;
    color: #ed1846;
    background-color: #282827;
    padding: 0.8rem 2em;
    border: 0.08rem solid #FFF;
    letter-spacing: 0.05rem;
    transition: all 0.15s linear;
}
 .slider-left a:hover {
	 color: #fff;
	 text-decoration: none;
}

 #btn-5::after {
	 content: '\27BE';
	 position: absolute;
	 opacity: 0;
	 transition: 0.5s;
}
 #btn-5:hover {
	/* border-top-right-radius: 2rem;
	 border-bottom-right-radius: 2rem;*/
	 padding-right: 1.25rem;
	 transition-duration: 0.25s;
	 box-shadow: -170px 0 0 rgb(32, 41, 60) inset;
}
 #btn-5:hover::after {
	 opacity: 1;
	 margin-left: 1.65rem;
}


 
 /* -------- Carousel Control Buttons -------- */


.carousel-control-next a{
	color: #007bff;
    text-decoration: none;
    background-color: #ed1846;
	left: 20% !important;
    width: 50px !important;
}

.carousel-control-prev a {
	left: 10% !important;
	 width: 50px !important;
	 color: #007bff;
    text-decoration: none;
    background-color: #ed1846;
}

 .carousel-control-next, .carousel-control-prev {

    position: absolute;
    top: 75%!important;
    bottom: 5%!important;
    background-color: #ed1846!important;
    text-align: center;
    opacity: 1!important;
    transition: opacity .15s ease;
    z-index: 600!important;

}

.carousel-control-prev {

    left: 20%!important;
    width: 50px!important;
	height:50px !important;

}
.carousel-control-next {

    left: 24%!important;
    width: 50px!important;
	height:50px !important;

}

.carousel-control-next-icon {

    background-image: url("../images/nxt.png")!important;

}
.carousel-control-prev-icon {

    background-image: url("../images/prv.png")!important;

}
 
 /* ------ Sticky Button ------ */
 .icon-bar {
  position: fixed;
  top: 50%;
  right: -67px;
	z-index: 1000;
}

.icon-bar a {
    display: block;
    text-align: center;
    padding: 16px 20px;
    transition: all 0.3s ease;
    color: #fff;
    font-size: 20px;
    background-color: #1864b8;
}

.icon-bar a:hover {
  background-color: #000;
	text-decoration: none;
}
#rotate{
  border: 1px solid #CAA32A;+
  vertical-align:top;
  margin-top:0;
  padding: 10px 20px;
  width:auto;
  height:50px;
  border-radius: 0;
  color:#fff;
  background: #CAA32A;
  transform:rotate(7deg);
  -ms-transform:rotate(-90deg); /* IE 9 */
  -moz-transform:rotate(-90deg); /* Firefox */
  -webkit-transform:rotate(-90deg); /* Safari and Chrome */
  -o-transform:rotate(-90deg); /* Opera */}
    
#rotate:hover{	
	background: #202A3D;
	
}

#vert{width:2em;}

input{
  cursor:pointer;
  min-height:30px;
  position:relative;
  
	border: 1px solid #333;
	border-radius: 8px;
  padding: 4px 8px;margin-left:20px;
	
  font:12pt Calibri bold;
  
  font-variant:small-caps;
  color: #fff;
	text-shadow: 0 0 0;
	outline: 0;
	letter-spacing: 2px;
	

	
	background:#121212;
	/*background: linear-gradient(#0000FF,#62FF00);*/
}

/*=====================================
		Slider Carousel End
=====================================*/



/*=====================================
		Quick Enquiry Section Starts
=====================================*/

#quick-enquiry{
	padding:7%;
}

.parallax-bg {
  /* The image used */
  background-image: url('../images/23-bg.jpg');

  /* Full height */
  height: 100%; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  /*background-position: center;*/
  background-repeat: no-repeat;
  background-size: cover;
}

#quick-enquiry .left-data{
	position:relative;
	padding:5px;
}

#quick-enquiry .left-data .icon-text{
	color:  #ffffff;
}
#quick-enquiry .left-data .icon-box{
	position:relative;
	
}

#quick-enquiry .left-data .icon-box img{
	width:100%;
	position:relative;

}
#quick-enquiry .left-data h3 {
    font-size: 1.5rem;
    margin-bottom: 3rem;
    padding-top: 1rem;
    color: #ffffff;
}

.dashed-box { 
  position: relative;
  z-index: 1;
  border: none;
  width:100%;
  padding:5px;
}
.gold-box {
    position: absolute;
    z-index: 3;
    width: 4em;
    left: 0.5em;
    top: 1em;
    border: 1px solid #b99429;
    width: 45px;
    height: 45px;

}

.pink-box {
    position: absolute;
    z-index: 2;
    background: #b99429;
    width: 3em;
    left: -20%;
    top: 0%;
    height: 3em;
    opacity: 0.9;
}


/* ------- Contact Form -------- */
.contact-form{
background-color:#393937;
padding:1rem;
-webkit-box-shadow: 13px 13px 33px 6px rgba(64,62,64,1);
-moz-box-shadow: 13px 13px 33px 6px rgba(64,62,64,1);
box-shadow: 13px 13px 33px 6px rgba(64,62,64,1);
}
/*=====================================
		Quick Enquiry Section End
=====================================*/



/*=====================================
		How We Build Section Starts
=====================================*/


#how-we{
	background-color:#28283D;
	color:#fff;
	padding:4%;
  opacity: 0.8;
}

#how-we p{ 
	text-align:left;
}

.contact-btn{
	/*left: 60%; */
	position: relative; 
	width: 40%;
}


#how-we h4{
	color:#bb8d39;
	font-weight:600;
	padding:1em 0em;
}


.grid {
	position: relative;
	margin: 0 auto;
	padding: 1em 0 4em;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    min-width: 320px;
    max-width: 540px;
    max-height: 360px;
    width: 100%;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 700;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

figure.effect-marley figcaption {
	text-align: right;
}

figure.effect-marley h2,
figure.effect-marley p {
	position: absolute;
	right: 30px;
	left: 30px;
	padding: 0px;
}


figure.effect-marley p {
	bottom: 30px;
	line-height: 1.5;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

figure.effect-marley h2 {
	top: 30px;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-marley:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-marley h2::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 4px;
	background: #b99429;
	content: '';
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
}

figure.effect-marley h2::after,
figure.effect-marley p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-marley:hover h2::after,
figure.effect-marley:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
/*=====================================
		How We Build Section End
=====================================*/



/*=====================================
		Packages Section Starts
=====================================*/

#packages{
	position:relative;
	padding:1%;
	text-align:center;
}

#packages h2{
	margin:2rem;
}


#packages .triangle-0 {
  width: 100%;
  height: 250px;
  position:relative;
  top:5%;
  border-bottom: solid 130px transparent;
  border-right: solid 130px transparent;
  border-left: solid 130px rgb(200,30,50);
  border-top: solid 130px rgb(200,30,50);
}

#packages .wrapper{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 15px;
    margin: 50px;
    padding: 0px 20px;

}
#packages .pricing-table{
   box-shadow: 0px 0px 18px #ccc;
   text-align: center;

   border-radius: 5px;
   position: relative;
	margin:1rem 0.5rem;
	background: #fff;

}
#packages .pricing-table .head {
    border-bottom:1px solid #eee;
       padding: 30px 5px 50px 5px;
    transition: all 0.5s ease;
	background: #1B2231;
}
#packages .pricing-table:hover .head{
   border-bottom:1px solid #8E2DE2;
   
}

#packages .pricing-table .head .title{
    margin-bottom: 20px;
    /*font-size: 20px;*/
    font-weight: 700;
    color: #BB8D39
}

#packages .pricing-table .content .price{
    background: linear-gradient(to right, #7a5d22 0%, #CAA32A 100%);
    width: 130px;
    height: 130px;
    margin: auto;
    line-height: 90px;
    border-radius: 50%;
    border: 5px solid #fff;
    box-shadow: 0px 0px 10px #ccc;
    margin-top: -50px;
     transition: all 0.5s ease;
}
#packages .pricing-table:hover .content .price{
    transform: scale(1.2);
 
}
#packages .pricing-table .content .price h1 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    top: 10%;
}
#packages .pricing-table .content ul{
   list-style-type: none;
   margin-bottom: 20px;
   padding-top: 10px;
   text-align:left;
}

#packages .pricing-table .content ul li{
	padding: 0px 100px;
    margin: 20px 5px;
    font-size: 16px;
    color:#555;
}

#packages .pricing-table .content .sign-up{

   background: linear-gradient(to right, #7a5d22 0%, #CAA32A 100%);
   margin-bottom: 2rem;
    font-weight: 500;
    position: relative;
    display: inline-block;
}


#packages .pricing-table .btn {
	color: #fff;
	padding: 14px 40px;
	display: inline-block;
	text-align: center;
	font-weight: 600;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3 linear;
	transition: all 0.3 linear;
	border: none;
	font-size: 14px;
	text-transform: capitalize;
	position: relative;
	text-decoration: none;
    margin: 2px;
    z-index: 9999;
    text-decoration: none;
    border-radius:50px;
 
}

#packages .pricing-table .btn:hover{
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
	background: linear-gradient(to right, #282827 0%, #ED1846 100%);
}

#packages .pricing-table .btn.bordered {
	z-index: 50;
	color: #CAA32A !important;
}
#packages .pricing-table:hover .btn.bordered{
	color:#fff !important;
	background: linear-gradient(to right, #7a5d22 0%, #CAA32A 100%);
}

#packages .pricing-table .btn.bordered:after {
	background: #fff none repeat scroll 0 0;
	
	content: "";
	height: 100%;
	width: 100%;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3 linear;
	transition: all 0.3 linear;
	z-index: -1;	
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	transform:scale(1);
}
#packages .pricing-table:hover .btn.bordered:after{
	opacity:0;
	transform:scale(0);
}

@media screen and (max-width:768px){
   #packages .wrapper{
        grid-template-columns: repeat(2,1fr);
    } 
}

@media screen and (max-width:600px){
   #packages .wrapper{
        grid-template-columns: 1fr;
    } 
}

.checkmark_circle {
    position: absolute;
    width:22px;
    height:22px;
    background-color: green;
    border-radius:11px;
    left:0;
    top:0;
}

/*=====================================
		Packages Section End
=====================================*/


/*=====================================
		Achievements Section Start
=====================================*/


#achievements{padding: 3% 0;}


#achievements .parallax-bg-1 {
  /* The image used */
  background-image: url('../images/parallax-bg.png');

  /* Full height */
  height: 100%; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  /*background-position: center;*/
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax-bg-1 {
  /* The image used */
  background-image: url('../images/living-bg.jpg');

  /* Full height */
  height: 100%; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  /*background-position: center;*/
  background-repeat: no-repeat;
  background-size: cover;
}


#achievements h4{
	color:#bb8d39;
	font-weight:600;
	padding:1em 0em;
}

#achievements .achieve-left{
	padding-right:20%;
}

#achievements .achieve-left img{
	width:90%;
	margin-bottom: 10%;
}

#achievements .achieve-right{
	padding-left:1.5rem;
}

#achievements h1::after {
    content: ' \2582';
    color: #bb8d39;
    position: relative;
    /*left: -4rem;*/
    font-size: 2rem;
	top: -.6rem;
}


#achievements h1{
	font-size:4rem;
	font-weight:700;
}

#achievements h1 sup{
	font-size:1rem;
	font-weight: 700;
	position:relative;
	top:-2rem;
	
}

#achievements  .achieve-btn{
	float:left; 
	width: 50%;
}

.draw-border-1 {
	 box-shadow: inset 0 0 0 2px #fff;
	 color: #fff !important;
	 transition: color 0.25s 0.0833333333s;
	 position: relative;
}
 .draw-border-1::before, .draw-border-1::after {
	 border: 0 solid transparent;
	 box-sizing: border-box;
	 content: '';
	 pointer-events: none;
	 position: absolute;
	 width: 0;
	 height: 0;
	 bottom: 0;
	 right: 0;
}
 .draw-border-1::before {
	 border-bottom-width: 4px;
	 border-left-width: 4px;
}
 .draw-border-1::after {
	 border-top-width: 4px;
	 border-right-width: 4px;
}
 .draw-border-1:hover {
	 color: #bb8d39;
}
 .draw-border-1:hover::before, .draw-border-1:hover::after {
	 border-color: #bb8d39;
	 transition: border-color 0s, width 0.25s, height 0.25s;
	 width: 100%;
	 height: 100%;
	 color: #bb8d39 !important;
}
 .draw-border-1:hover::before {
	 transition-delay: 0s, 0s, 0.25s;
}
 .draw-border-1:hover::after {
	 transition-delay: 0s, 0.25s, 0s;
	 color: #ed1846 !important;
}

 .btn1 {
	 background: none;
	 border: none;
	 border-radius:0px !important;
	 color: #000 !important;
	 cursor: pointer;
	 line-height: 1.5;
	 font: 1rem 'Roboto Slab', sans-serif;
	 padding: 1em 1em;
	 letter-spacing: 0.05rem;
	 border:2px solid #000;
}
 .btn1:focus {
	 outline: 2px dotted #55d7dc;
	 color: #bb8d39 !important;
}
.btn1:hover{
	color: #bb8d39 !important;
	border:2px solid #bb8d39;
}
/*=====================================
		Achievements Section End
=====================================*/



/*=====================================
		Projects Section Starts
=====================================*/

#projects{
	background-color:#F6F6F6;
	margin: 1rem 0 0 0;
	padding:3rem 0;
}

#projects .project-title{
	padding:2% 12%;
}

#projects .proj-left{
	text-align:left;
}
#projects h2{
	font-size:3rem;
}

#projects h2 span{
	font-weight:700;
}
#projects hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-top: 4px solid rgb(237, 24, 70);
    
   
}

#projects .striped-border {
        border-top: 4px solid #bb8d39;
       
        margin: auto;
		width:100%;
    }
	
#projects .incline-line{
        width: 50%;
        margin: auto;
        margin-top: 5%;
        margin-bottom: 5%;
        transform: rotate(10deg);
        border-color: purple;
    }
	
	
	


/* ------ Owl Carousel  Style- ------ */

#projects .animated  {
  -webkit-animation-duration : 3s  ;
  animation-duration : 3s  ;

  -webkit-animation-delay : 500ms  ;
  animation-delay : 500ms  ;
}

#projects .animate-out {
  -webkit-animation-delay : 0ms  ;
  animation-delay : 0ms  ;
}

#projects h4 {
    font-size: 28px;
    color: #ed1846;
    font-weight: 600;
    margin: 0.8rem 0;
}

#projects p {
  
  text-align: left;
  margin: 0 auto 20px;
}

#projects .owl-item {
  display: block;
}

#projects .owl-carousel .item {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

#projects .owl-theme .owl-nav [class*="owl-"] {
    color: #FFF;
    background: transparent;
    display: inline-block;
    cursor: pointer;
	
   
}

#projects .owl-theme .owl-nav .owl-prev [class*="owl-"] {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	content:&larr !important;
	position:relative;
	left:60%;
	
}

#projects .owl-theme .owl-nav .owl-next [class*="owl-"] {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	content:&rarr !important;
}

#projects .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	content:&larr!important;
}

#projects .owl-nav .owl-next {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	content:&rarr!important;
}

#projects .btn {
  display: inline-block;
  line-height: 35px;
  height: 35px;
  text-align: center;
  padding: 0 20px;
  width: auto;
  background-color: #282827;
  text-decoration: none;
  color: #fff;
}

#projects .text-box {
    background-color: #282827;
    color: #fff;
    text-align: left;
    width: 95%;
    position: relative;
    left: 6%;
    z-index: 600;
    height: 60% !important;
    margin-top: 6% !important;
    padding: 2%;
}

#projects.img-box{
	width:100%;
	padding:1%;
}

#projects .date-text{
	position:relative;
}

/*=====================================
		Projects Section End
=====================================*/




/*=====================================
		Testimonials Section Starts
=====================================*/
#testimonial{
	background-color:#1B2231;
	padding: 0rem!important;
}

#testimonial .animated  {
  -webkit-animation-duration : 3s  ;
  animation-duration : 3s  ;

  -webkit-animation-delay : 500ms  ;
  animation-delay : 500ms  ;
}

#testimonial .animate-out {
  -webkit-animation-delay : 0ms  ;
  animation-delay : 0ms  ;
}


#testimonial h4 {
    font-size: 1.7rem;
    color: #fff;
}

#testimonial p {
    font-size: 1.1rem;
    color: #fff;
    /*line-height: 2.3rem;*/
    /*padding-bottom: 1.5rem;*/
    text-align: center;
}

#testimonial  .owl-item::before {
	/*content:url(../images/q.png);
    font-size: 2rem;
    color: #ed1846;*/
}

#testimonial span{
	font-size: 1.5rem;
    color: #ed1846;
}



/* ------ Owl Carousel 2  ------ */


.owl-theme .owl-dots .owl-dot span {
    width: 20px !important;
    height: 5px !important;
    margin: 5px 7px;
    background: #f49fb1 !important;   
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 0px !important;
	position:relative;
	left:50% !important;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {

	background: #ED1846 !important;
}

.owl-theme .owl-dots .owl-dot {
	
	display:none !important;
   /* display: inline-block;*/
    zoom: 1;
    position: relative;
    left: 30% !important;
}
/*
.owl-theme .owl-nav {
    z-index: 700;
    position: absolute;
    left: 45%;
    top: 69%;
}

.owl-carousel .owl-stage-outer {
      margin-bottom: -5%;
}
*/
#testimonial .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
    border-radius: 50% !important;
    /*border: 2px solid #CAA32A;*/
	
}


 #testimonial .owl-theme .owl-nav [class*="owl-"] {
   
    background: transparent;
   
}
/*=====================================
		Testimonials Section End
=====================================*/



/*=====================================
		Footer Section Starts
=====================================*/


#footer{
	background-color:#282828;
	padding: 2% 4%;
	text-align:center;
}
#footer a {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}

#footer a:hover {
    color:#fff;
    text-decoration: none;
    background-color: transparent;
}

#footer p {
    margin: 1rem;
    font-size: 1.1rem;
    color: #fff;
    line-height: 1rem;
}

/*
#footer  hr {

    border: 1px solid #f1f1f1 !important;
    margin: 30rem;
        margin-top: 30rem;
        margin-bottom: 30rem;

}
*/
#footer hr {

    border-top: 2px solid rgb(255, 254, 254);
    margin: 3% 39%;

}

#footer .ftr-left{
	text-align:left;
}

#footer .ftr-mid{
	text-align:left;
}


#footer .ftr-right{
	text-align:left;
}

#footer h4{
	color:#fff;
	text-decoration:underline;
	padding-left:1rem;
}
#footer .ftr-btn{
	width: 50%;
	color:#fff; 
	border-radius:0px;
}

 .social-container {
    max-width: 400px;
    margin: 1vh auto;
    text-align: center;
}

 .social-icons {
	 padding: 0;
	 list-style: none;
	 margin: 1em;
}
 .social-icons li {
	 display: inline-block;
	 margin: 0.15em;
	 position: relative;
	 font-size: 1.2em;
}
 .social-icons i {
	 color: #fff;
	 position: absolute;
	 top: 16px;
	 left: 18px;
	 transition: all 265ms ease-out;
}
 .social-icons a {
	 display: inline-block;
}
 .social-icons a:before {
	 transform: scale(1);
	 -ms-transform: scale(1);
	 -webkit-transform: scale(1);
	 content: " ";
	 width: 50px;
	 height: 50px;
	 border-radius: 100%;
	 display: block;
	 background: linear-gradient(45deg, #CAA32A , #7a5d22);
	 transition: all 265ms ease-out;
}
 .social-icons a:hover:before {
	 transform: scale(0);
	 transition: all 265ms ease-in;
}
 .social-icons a:hover i {
	 transform: scale(2.2);
	 -ms-transform: scale(2.2);
	 -webkit-transform: scale(2.2);
	 color: #7a5d22;
	 background:#7a5d22;
	 /*background: -webkit-linear-gradient(45deg, #ff003c, #c648c8);*/
	 -webkit-background-clip: text;
	 -webkit-text-fill-color: transparent;
	 transition: all 265ms ease-in;
}
 .social-icons a.social-square:before {
	 background: linear-gradient(45deg, #7b00e0, #ae31d9);
	 border-radius: 10%;
}
 .social-icons a.social-square:hover:before {
	 transform: rotate(-180deg);
	 -ms-transform: rotate(-180deg);
	 -webkit-transform: scale(-180deg);
	 border-radius: 100%;
}
 .social-icons a.social-square:hover i {
	 transform: scale(1.6);
	 -ms-transform: scale(1.6);
	 -webkit-transform: scale(1.6);
	 color: #fff;
	 transform: scale(1.6);
	 -webkit-text-fill-color: #fff;
}
#footer .copyright{
	font-size:0.8rem;
}
.copyright span{
	font-size:0.8rem;
	color:#fff;
}
 .copyright a{
	font-size:0.8rem;
	color:#fff;
}

.copyright a:hover{
	color:#ed1846;
	text-decoration:none;
	transition:all 0.235s ease-in-out;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}



ul { list-style-type: none; }


/** =======================
 * Contenedor Principal
 ===========================*/



.accordion {
  width: 100%;
  max-width: 360px;
  margin: 30px auto 20px;
  background: #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.accordion .link {
  cursor: pointer;
  display: block;
  padding: 15px 15px 15px 42px;
  color: #4D4D4D;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid #CCC;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li:last-child .link { border-bottom: 0; }

.accordion li i {
  position: absolute;
  top: 16px;
  left: 12px;
  font-size: 18px;
  color: #595959;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 16px;
}

.accordion li.open .link { color: #ed1846; }

.accordion li.open i { color: #ed1846; }

.accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/**
 * Submenu
 -----------------------------*/


.submenu {
  display: none;
  background: #444359;
  font-size: 14px;
}

.submenu li { border-bottom: 1px solid #4b4a5e; }

.submenu a {
  display: block;
  text-decoration: none;
  color: #d9d9d9;
  padding: 12px;
  padding-left: 42px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.submenu a:hover {
  background: #b63b4d;
  color: #FFF;
}
/*=====================================
		Footer Section End
=====================================*/



/*=====================================
		Responsive Media Query
=====================================*/

/* ---- Extra Samll Devices ---- */

@media only screen and (max-width: 480px) {

img.sticky {	top: 30px;	width: 60px;	}

.controls-top .btn-floating img {	width: 40px !important;	 height: 40px !important;	}

 .banr-botm-text {	text-align: left;	font-size: 1.4rem;	left: 35px;	}

#achievements h1 {	font-size: 2.8rem;	font-weight: 700;	}

#achievements .achieve-right {	padding-left: 2.5rem;	}

#achievements .achieve-left {	padding-right: 0%;	padding-left: 12%;	}

#how-we  h2 {	font-size: 2rem;	padding-left: 7%;	}

#how-we h4 {	padding: 0.5em 0em 0 1em;	}

#how-we p {	 padding: 0.5em 0em 0 1.3em;	}

.contact-btn {	 left: 7%;	position: relative;	   width: 70%;	margin-bottom: 1rem;	}

#packages .pricing-table {	 margin-bottom: 2rem;	}

#projects h2 {		font-size: 2.7rem;	 padding-left: 2rem;	}

#projects p {	 margin: 0 0 0 2.2rem;	}

#projects .date-text {	 position: relative;	left: 1.3rem;	}

#projects h4 {	 font-size: 26px;	margin-left: 1.3rem;	margin-right: 0.5rem;	}

#projects p {	 margin: 0 0.2rem 1rem 1.8rem;	}

/* .owl-theme .owl-nav {	 margin-top: -423px !important;	} */

#testimonial .owl-item::before {	font-size: 0.2rem;	}

#testimonial p {	font-size: 1.2rem;	line-height: 2rem;	 padding-bottom: 0.5rem;	margin-left: 2.5rem; text-align: left;	}

#testimonial h4 {	font-size: 2rem;	color: #fff;	position: relative;		left: 2.2rem;	}

#testimonial span {	  position: relative;	left: 2.2rem;	}

#testimonial .owl-carousel .owl-item img {	   margin-bottom: 0%;	  }

#testimonial h4 {    margin-bottom: 0%;		}

#quick-enquiry .left-data .icon-text {	  position: relative;	 left: 1.6rem;	}

 #quick-enquiry h2 {	font-size: 1.6rem;	  margin-left: 0.6rem;	}
 
 #quick-enquiry p {		margin-left: 0.8rem;	}

#footer p {	  font-size: 1.2rem;	line-height: 1.2rem;	}

#footer input[type="text"], input[type="password"] {    padding: 1rem;		 margin-left: 1rem;		}

#footer .ftr-btn {	   position: relative;    left: 25%;	}

#footer .ftr-left {	    margin-left: 0.4rem;	}

#footer .ftr-mid {	    margin-left: 0.4rem;	}

#footer .ftr-right {	    margin-left: 0.4rem;	}
  
  .social-container {	 max-width: 392px;	 }
  
  .social-icons a::before {	  width: 45px;	 height: 45px;	}

.social-icons i {	 position: absolute;	top: 13px;	 left: 13px;	}

.modal {	
    position: fixed;
    top: 15% !important;
    left: 20% !important;
	bottom: 2% !important;
    z-index: 1050;
	background-color: #ffffff !important;
	font-family:'Source Sans Pro'!important;
    display: none;
    width: 60% !important;
    height: 50% !important;
    overflow: hidden;
    outline: 0;
}


}

/* ---- Small Devices ---- */


	
 @media (min-width: 481px) and (max-width: 767px){
	 
.banr-botm-text {	text-align: left;    font-size: 3rem;	margin-left: 2rem !important;	}

#achievements h2 {	font-size: 2rem;	margin-left: 2.3rem;	}
#achievements h4 {	margin-left: 2.4rem;	}
#achievements .achieve-left img {	margin-left: 2.5rem;	}
#achievements .achieve-right {	padding-left: 2.5rem;	}
#achievements h1 {	font-size: 3rem;	}

#how-we h2, #how-we h4, #how-we p {		margin-left: 0.8rem; 	}

#projects .proj-left {		 margin-left: 2rem;		}
#projects p {		margin-left: 0.2rem;	margin-right: 0.3rem;		}
#projects .text-box {	   padding-left: 1.4rem;		}


#testimonial p {	 font-size: 1.3rem;		 margin-left: 2.5rem;	}

#testimonial h4 {		margin-left: 2.2rem;	}
#testimonial span {		    margin-left: 2.2rem;	}

.owl-theme .owl-dots .owl-dot {	    left: 23% !important;		}

#quick-enquiry p {    margin-left: 0.8rem;	  }

#footer .ftr-btn {	   position: relative;    left: 25%;	}

}

/* ---- Medium Devices & Small Tablets ---- */
 @media (min-width: 769px) and (max-width: 992px){

	.carousel-inner .carousel-caption {    top: 5% !important;		}
	
	.banr-botm-text {		text-align: left;	  font-size: 2rem;		}
	
	.carousel-caption h3 {		font-size: 2rem;	}
	
#achievements  .achieve-btn{
	width:100%;
}

#testimonial p {    line-height: 2rem;		}

#quick-enquiry .left-data h3 {    margin-left: 1.5rem;		margin-bottom: 0.5rem;		}

.carousel-inner .carousel-item .slider-left {		width: 105%;		}
  

#footer p {	    font-size: 1.1rem;	}


}

/* ---- Large devices (laptops/desktops) ---- */

 @media (min-width: 993px) and (max-width: 1200px){
	
	.banr-botm-text {
    text-align: left;
    font-family: 'muli';
    font-size: 3rem;
    font-weight: 700 !important;
    color: #fff;
}

.carousel-caption h3 {	    font-size: 2rem;	}
	
}

/* Extra large devices (large laptops and desktops, 1200px and up) */


@media only screen and (min-width: 1200px) {...}

.vertical-center{
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.banner-btn{
  position: absolute;
  top: 60%;
  left: 20%;
  transform: translate(-50%, -50%);
  z-index: 999;
  padding: 35px;
  background: #bb8d39;
  color: #ffffff;
  text-transform: uppercase;
}

.banner-btn a{
    color: #ffffff;
    border: 1px solid #fff;
    padding: 10px;
}

 .banner-btn a:hover {
  color:  #fff !important;
  text-decoration: none;
  
 }

@media(max-width: 767px){
  .banner-btn{
    display: none;
  }
}
p{
  text-align: justify;
}