@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300&display=swap');
body{
	font-size: 14px;
	line-height: 20px;
	color: #696969;
	font-family: "Montserrat";
	text-align: justify;
	/*background: #e8e8e8;*/
}


a{
	color: #696969;
}
a:hover {
  color: #2bb8dd;
}
h1,h2,h3{
	text-transform: uppercase;
}
h1,h2,h3,h4,h5,h6
{
	font-family: 'Montserrat', sans-serif;
	color: #262626;
	text-align: left;
}
h1
{
	font-size: 50px;
	line-height: 60px;
	font-weight: 700;
}
h2
{
	font-size: 35px;
	line-height: 35px;
	font-weight: 700;
}
h3
{  
	letter-spacing: 2px;
	text-align:center;
	font-size: 40px;
	line-height: 30px;
	font-weight: 700;
}

h4
{
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
}
h5
{
	font-size: 18px;
	line-height: 30px;
	font-weight: 700;
}
h6
{
	font-size: 16px;
	line-height: 25px;
}
p,li
{
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 10px;
	margin-left: 2px;
margin-right: 2px;
	text-align: left;
}
ul li span{
    text-transform:lowercase
}
a,  a:hover,  a:focus,  button,  button:focus 
{
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    box-shadow: none !important;
}
.pad{
	padding-top:50px;
	padding-bottom:50px;
}

.heading{
    background:#312a81;
}
.headingil {
  margin-bottom: 0;
  padding-left: 0;
}
.headingil li a::before {
  position: absolute;
  content: '';
  background: #ffffff;
  width: 5px;
  height: 5px;
  top: 10px;
  right: -20px;
}
.headingil li a {
  color: #fff;
}

.headingil li {
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  line-height: 25px;
  margin: 0 15px;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.radius-pad{
   width: 100%;
/*margin-left: 10%;*/
border-radius: 40px;
	padding-top: 30px;
padding-bottom: 30px;
color:#fff;
background:#6d1f7a;
}

.text-center2 span{
    text-transform: lowercase;
}
.heading .text-center2{
    font-size: 36px;
    color:#fff;
/*text-rendering: cap;*/
text-transform: capitalize;
 text-align: center;
}
@media screen and (max-width:800px){
    .text-center2{
        font-size:25px;
        text-align: center;
    }
}
@media screen and (max-width:600px){
   .text-center2{
    font-size: 15px;
/*text-rendering: cap;*/
text-transform: capitalize;
text-align: center;
} 
.radius-pad{
    padding-top: 10px;
padding-bottom: 10px;
}
}
/*topbar
==========*/
.header-contact 
{
	padding-left: 15px;
}
.pay-now{
	
}
.pay-now .link-1{
	border: 2px solid #623612 !important;
	border-radius: 10px !important;
}
.pay-now .link-1:hover {
    /*border-top: 4px solid #ffffff;*/
   border: 2px solid #368661 !important;
    background: #fff;
}
.contact-number
{
  display: flex;
  align-items: center;
  float: right;
}
#menu{
	margin-top: 7px;
	margin-right: 10%;
}

.contact-number .icon
{
  width: 40px;
  height: 40px;
  padding: 7px;
  background: #603311;
  border-radius: 50%;
}
#nonum a {
	padding-left: 4px !important;
}
header{

}
.link-1 {
  transition: 0.3s ease;
  border: 2px solid #f6ed9c;
}
.link-1:hover {
  /*border-top: 4px solid #ffffff;*/
  border: 2px solid #623612;
}
.link-2 {
  transition: 0.3s ease;
  border: 2px solid #fff;
}
.link-2:hover {
  /*border-top: 4px solid #ffffff;*/
  background-color:  #623612;
  color: #fff !important;
}


#topbar .nav-link{
	padding: 10px 10px;
	padding-bottom:0;
	line-height: 20px;
	cursor: pointer;
	color: #000;
}

 .dropdown .dropdown-toggle  {
   
   
    color: #464646;
    padding: 10px 15px;
    line-height: 25px;
    border-radius: 5px;
}
.dropdown-menu 
{
	min-width: 300px;
	width: 100%;
	border-radius: 0px !important;
	padding: 0px !important;
}
.dropdown-menu li a
{
	width: 100%;
	display: inline-block;
	border-radius: 0px !important;
	font-size: 14px;
	color: #000;
}
.nav-link i{
	color: #fff;
	font-size: 17px;
}
.rightsideicon{
	margin-top: -40px;margin-right: -10%;
}
.dropdown-menu li
{
	border-bottom: 1px solid #f5f5f5;
}
.dropdown-menu li:last-child
{
	border-bottom: none;
}

/*navigation
==============*/
.nav-link{
	padding: .5rem 0.5rem;
}
#navigation {
	/*border-bottom: 1px solid #c6c6c6;	*/
	font-size: 14px;
	padding:  6px 10px 3px;
	/*background: #0f2151;*/
	width: 80%;
position: absolute;
top: 5%;
z-index: 999 !important;
	left:10%;
	
}
.navbar-brand img{
height: 40px;
margin-top: 0px;
}
.navbar-brand
{
	padding: 0px;
}
.im1{
	margin-top: -4px;
}
#menu .navbar-nav a{

	/*text-transform: uppercase;*/
	color: #fff;
	padding: 5px 10px;
	line-height: 25px;
	font-size: 15px;
	font-weight:600;
	border-radius: 5px;text-shadow: 0px 4px 3px rgba(0,0,0,0.4), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);
	font-family: 'Poppins', sans-serif;
}
.dropdown-menu li a{
    text-shadow: none !important;
}
#hiddee{
	border-bottom: 1px solid #eeeeee;padding: 5px 0;
}
#menu .navbar-nav a:hover, li.active .nav-link
{
	color: #2cbadf;
}
.cart-data{
background: #d19010;
color: #fff;
border-radius: 20px;
padding: 0px 7px;
position: absolute;
bottom: 58%;	
}
.active  .nav-link  {
	color: #312a81 !important;
}
#social_links .nav-link i{
	padding: 6px;
border-radius: 50%;
height: 23px;
width: 23px;
color: #312a81;
background: #fff;
}
#navigation button:focus
{
	outline:none;
}
.abt-a{
	display: none;
}
#navigation .navbar-toggler-icon1,
#navigation .navbar-toggler-icon2,
#navigation .navbar-toggler-icon3{
	width: 35px;
	height: 3px;
	background-color: #fff;
	border-radius: 3px;
	display: block;
	margin-bottom: 5px;
	transition: all 0.2s ease-in;
}



.change .navbar-toggler-icon1{
	transform: rotate(45deg) translate(10px, 9px);
}
.change .navbar-toggler-icon2{
	opacity: 0;
}
.change .navbar-toggler-icon3{
	transform: rotate(-45deg) translate(5px, -5px);
}


/*Homepage*/
/*Slider Css*/
.carousel-indicators{
	margin-left: 5%;
	justify-content: left;
}
.carousel-caption{
left: 11%;
text-align: left;
bottom: 38%;
padding-bottom: 0px;
}
.carousel-caption h5{
color: #fff;
font-size: 40px;
line-height: 50px;
	margin-bottom: 10px;
	color: #ffffff;
font-weight: 400;
font-family: "Poppins";
filter: drop-shadow(6.389px 4.815px 5px rgba(0,0,0,0.23));
}

.carousel-caption p{
	color: #fff;
font-size: 45px;
line-height: 60px;
	margin-bottom: 30px;
	color: #ffffff;
font-weight: 700;
font-family: "Poppins";
filter: drop-shadow(6.389px 4.815px 5px rgba(0,0,0,0.23));
background-image: linear-gradient(transparent 0%,transparent 56%, #32bade 50%);
width: 40%;
}
.numbertext {
  position: absolute;
  top: 63%;
  color: #fff !important;
  left: 12%;font-family: "Montserrat";
  font-size: 20px;
}
.v{
	position: absolute;
	padding-bottom: 10px;
}
.numbertext span{
	font-size: 32px;
line-height: 29px;
color: #ffffff;
font-weight: 400;
font-family: "Montserrat";
text-align: left;
}
.carousel-control-prev-icon{
	background-image: url('../images/prev.png');
	width: 25px;
height: 16px;
}
.carousel-control-next-icon{
	background-image: url('../images/next.png');
	width: 25px;
height: 16px;
}
.aboutbtn1{
font-size: 16px;
letter-spacing: 1px;
line-height: 24px;
color: #fff;
font-weight: 700;
font-family: "Poppins";
border: 2px solid #2cbadf;
padding: 5px 30px;
background: transparent;
}
@media screen and (min-width: 1000px){
	.carousel-control-next, .carousel-control-prev{
	width: 2%;
}
.carousel-control-prev {
  left: 20%;
  top: 31%;
}
.carousel-control-next {
  right: 74%;
  top: 31%;
}
}

.shopnow{
	border-radius: 10px;
background-color: #eda412;
padding: 10px 30px;
color: #fff;
border: 1px solid #eda412;
}
.carousel-indicators .active{
	border-radius: 30%;
background-color: #eda412;
	width: 30px;
}
.carousel-indicators li{
	width: 20px;	border-radius: 30%;
}
.shopnow:hover{
	color: #eda412;
background: transparent;
border: 1px solid #eda412;
}

.padding{
	padding: 80px 0px;
}

.heading-title{
	font-size: 32px;
line-height: 65px;
color: #333333;
font-weight: 400;
font-family: "Lora";
text-transform: capitalize;
margin-bottom: 30px;
text-align: center;
}


.nav-icon {
	width: 50px;
	height: 50px;
	border: 2px solid #fff;
	border-radius: 50%;
	position: relative;
	cursor: pointer;
	z-index: 100
}

.nav-icon span {
	width: 60%;
	height: 2px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%)
}

.nav-icon-1 {
	top: 30%
}

.nav-icon-2 {
	top: 50%
}

.nav-icon-3 {
	top: 70%
}

.nav-icon.active .nav-icon-1 {
	top: 50%;
	transform: rotate(45deg);
	left: 22%
}

.nav-icon.active .nav-icon-3 {
	top: 50%;
	transform: rotate(-45deg);
	left: 22%
}

.nav-icon.active .nav-icon-2 {
	width: 0
}

.nav-menu {
	display: flex;
	flex-direction: row;
	justify-content: space-around
}

.nav-menu li {
	list-style: none;
	position: relative
}

.nav-menu li a {
	color: #fff;
	text-decoration: none;
	display: inline-block;
	padding: 0 20px
}

.nav-menu li:after,
.nav-menu li:before {
	content: "";
	position: absolute;
	height: 3px;
	background-color: rgba(255, 255, 255, .2);
	bottom: 0;
	width: 0;
	transition: all .3s ease-in-out
}

.nav-menu li:before {
	left: 0
}

.nav-menu li:after {
	right: 0
}

.nav-menu li:hover:after,
.nav-menu li:hover:before {
	width: 50%
}

.nav-menu li.active:after,
.nav-menu li.active:before {
	background-color: rgba(0, 128, 128, 1)
}

.menu {
	width: 200px;
	background-color: #0B466C;
	text-align: center;
	padding: 40px;
	position: fixed;
	top: 96px;
	right: -200px;
	overflow: scroll;
	height: calc(100% - 96px);
	z-index: 1000
}

.menu.active {
	right: 0
}

.menu .nav-menu {
	flex-direction: column;
	width: 150px
}

.menu .nav-menu li {
	margin: 10px 0;
	width: 80%
}
@media screen and (max-width: 820px){
	.rightsideicon{
		display: none;
	}
	
	.navbar-brand {
  margin-top: -7px;
}
.col-sm-12{
	max-width: 100% !important;
	flex: 0 0 100%;
}
.about h3 {
line-height: 47px !important;
}
.col-sm-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
 
}



@media screen and (max-width: 600px){
    .copyright {
		padding-bottom: 60px;
	}
	.rightsideicon{
		display: none;
	}

	
	.navbar-brand {
  margin-top: -7px;
}
.carousel-caption h5 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0;
  }
  .carousel-caption p {
 font-size: 26px;
  line-height: 40px;
  margin-bottom: 10px;
 width: 80%;
}
.numbertext span {
  font-size: 18px;
  }
  .numbertext{
  	font-size: 14px;left: 17%;
  }
  .carousel-caption{
  	left: 15%;bottom: 21%;
  }
	.numbertext {
  position: absolute;
  top: 80%;
	}
	
.carousel-caption p {
  font-size: 20px;
  line-height: 26px !important;
}
	
.carousel-caption h5 {
  font-size: 17px;
  line-height: 18px;
  margin-bottom: 0;
}
}














/*Home About*/

.about{
	padding: 40px 0 70px;
}

.about h3{
	font-size: 40px;
letter-spacing: 2px;
line-height: 24px;
color: #333333;
font-family: 'Poppins', sans-serif;
font-weight: 900;
text-align: center;
margin-bottom: 40px;
}

.about span{
	color:#2cbadf;
}
.about p{
	font-size: 15px;
letter-spacing: 0px;
line-height: 26px;
color: #333333;
font-weight: 400;
font-family: "Poppins";
 margin-bottom: 30px;
}

.about button{
	font-size: 16px;
letter-spacing: 1px;
line-height: 24px;
color: #333333;
font-weight: 400;
font-family: "Poppins";
border: 1px solid #2cbadf;
padding: 5px 60px;
background: #fff;
}
.about button:hover{
	border: 1px solid #333;
	cursor: pointer;
}

.about h6{
	font-size: 72px;
letter-spacing: 3px;
line-height: 24px;
color: #f3f3f3;
font-weight: 700;
font-family: "Poppins";
text-align: center;
margin-bottom: -13px;
}







/*Projects*/


.projects{
	background-image: url('../images/meadows/bg1.jpg');
	background-repeat: no-repeat;
	padding: 60px 0px 70px;
	background-size: cover;  
	margin-bottom: 50px;
}

.projects h3{
	font-size: 40px;
letter-spacing: 2px;
line-height: 24px;
color: #fff;
font-family: 'Poppins', sans-serif;
font-weight: 900;
text-align: center;
margin-bottom: 40px;
}

.projects span{
	color:#2cbadf;
}

.projects h6{
	font-size: 72px;
letter-spacing: 3px;
line-height: 24px;
color: #3d3d3d;
font-weight: 700;
font-family: "Poppins";
text-align: center;
margin-bottom: -22px;
}
.projects button a{
	color: #fff !important;
	}
.projects button{
	font-size: 16px;
letter-spacing: 1px;
line-height: 24px;
color: #fff !important;
font-weight: 400;
font-family: "Poppins";
border: 1px solid #2cbadf;
padding: 5px 60px;
background: transparent;
}
.projects button:hover{
	border: 1px solid #fff;
	cursor: pointer;
}

.projects h5{
font-size: 30px;
letter-spacing: 1px;
line-height: 30px;
color: #ffffff;
font-weight: 700;
text-align: left;
font-family: "Poppins";
margin-bottom: 30px;
}
.projects h4{
	font-size: 16px;
letter-spacing: 1px;
line-height: 24px;
color: #2cbadf;
font-weight: 400;
font-family: "Poppins";
text-align: left;

}

.projects p{
	font-size: 16px;
letter-spacing: 0px;
line-height: 24px;
color: #ffffff;
font-weight: 400;
font-family: "Poppins";
margin-bottom: 25px;
}

.projecttext{
	font-size: 16px;
line-height: 24px;
color: #ffffff;
font-weight: 600;
font-family: "Poppins";
text-align: center;
margin-top: 10px;margin-bottom: 25px;
}

.carousel-nav{
	width: 80% !important;
}

#carouselExampleControls22 .carousel-control-next, #carouselExampleControls22 .carousel-control-prev {
width: 3%;
height: 8%;
}
#carouselExampleControls22 .carousel-control-prev-icon, #carouselExampleControls22 .carousel-control-next-icon{
transform: rotate(90deg);
}
#carouselExampleControls22 .carousel-control-next {
 right: 5%;
top: 40%;
}
#carouselExampleControls22 .carousel-control-prev {
 left: 92%;
top: 30%;
}

.numbertext2 {
 position: absolute;
top: 58%;
color: #fff !important;
left: -22%;
font-family: "Montserrat";
transform: rotate(270deg);
font-size: 20px;
}
.numbertext2 span{
	font-size: 32px;
line-height: 29px;
color: #ffffff;
font-weight: 400;
font-family: "Montserrat";
text-align: left;
}



/*Projects2*/


.projects2{
	background-image: url('../images/bliss/bg.jpg');
	background-repeat: no-repeat;
	padding: 60px 0px 70px;
	background-size: cover;  
	margin-bottom: 50px;
}

.projects2 h3{
	font-size: 40px;
letter-spacing: 2px;
line-height: 24px;
color: #fff;
font-family: 'Poppins', sans-serif;
font-weight: 900;
text-align: center;
margin-bottom: 40px;
}

.projects2 span{
	color:#2cbadf;
}

.projects2 h6{
	font-size: 72px;
letter-spacing: 3px;
line-height: 24px;
color: #3d3d3d;
font-weight: 700;
font-family: "Poppins";
text-align: center;
margin-bottom: -22px;
}
.projects2 button a{
	color: #fff !important;
	}
.projects2 button{
	font-size: 16px;
letter-spacing: 1px;
line-height: 24px;
color: #fff !important;
font-weight: 400;
font-family: "Poppins";
border: 1px solid #2cbadf;
padding: 5px 60px;
background: transparent;
}
.projects2 button:hover{
	border: 1px solid #fff;
	cursor: pointer;
}

.projects2 h5{
font-size: 30px;
letter-spacing: 1px;
line-height: 30px;
color: #ffffff;
font-weight: 700;
text-align: left;
font-family: "Poppins";
margin-bottom: 30px;
}
.projects2 h4{
	font-size: 16px;
letter-spacing: 1px;
line-height: 24px;
color: #2cbadf;
font-weight: 400;
font-family: "Poppins";
text-align: left;

}

.projects2 p{
	font-size: 16px;
letter-spacing: 0px;
line-height: 24px;
color: #ffffff;
font-weight: 400;
font-family: "Poppins";
margin-bottom: 25px;

}

.project2text{
	font-size: 16px;
line-height: 24px;
color: #ffffff;
font-weight: 600;
font-family: "Poppins";
text-align: center;
margin-top: 10px;margin-bottom: 25px;
}

.carousel-nav{
	width: 80% !important;
}

#carouselExampleControls22 .carousel-control-next, #carouselExampleControls22 .carousel-control-prev {
width: 3%;
height: 8%;
}
#carouselExampleControls22 .carousel-control-prev-icon, #carouselExampleControls22 .carousel-control-next-icon{
transform: rotate(90deg);
}
#carouselExampleControls22 .carousel-control-next {
 right: 5%;
top: 40%;
}
#carouselExampleControls22 .carousel-control-prev {
 left: 92%;
top: 30%;
}

.numbertext2 {
 position: absolute;
top: 58%;
color: #fff !important;
left: -22%;
font-family: "Montserrat";
transform: rotate(270deg);
font-size: 20px;
}
.numbertext2 span{
	font-size: 32px;
line-height: 29px;
color: #ffffff;
font-weight: 400;
font-family: "Montserrat";
text-align: left;
}

/*Projects3*/


.projects3{
	background-image: url('../images/square/bg.jpg');
	background-repeat: no-repeat;
	padding: 60px 0px 70px;
	background-size: cover;  
	margin-bottom: 50px;
}

.projects3 h3{
	font-size: 40px;
letter-spacing: 2px;
line-height: 24px;
color: #fff;
font-family: 'Poppins', sans-serif;
font-weight: 900;
text-align: center;
margin-bottom: 40px;
}

.projects3 span{
	color:#2cbadf;
}

.projects3 h6{
	font-size: 72px;
letter-spacing: 3px;
line-height: 24px;
color: #3d3d3d;
font-weight: 700;
font-family: "Poppins";
text-align: center;
margin-bottom: -22px;
}
.projects3 button a{
	color: #fff !important;
	}
.projects3 button{
	font-size: 16px;
letter-spacing: 1px;
line-height: 24px;
color: #fff !important;
font-weight: 400;
font-family: "Poppins";
border: 1px solid #2cbadf;
padding: 5px 60px;
background: transparent;
}
.projects3 button:hover{
	border: 1px solid #fff;
	cursor: pointer;
}

.projects3 h5{
font-size: 30px;
letter-spacing: 1px;
line-height: 30px;
color: #ffffff;
font-weight: 700;
text-align: left;
font-family: "Poppins";
margin-bottom: 30px;
}
.projects3 h4{
	font-size: 16px;
letter-spacing: 1px;
line-height: 24px;
color: #2cbadf;
font-weight: 400;
font-family: "Poppins";
text-align: left;

}

.projects3 p{
	font-size: 16px;
letter-spacing: 0px;
line-height: 24px;
color: #ffffff;
font-weight: 400;
font-family: "Poppins";
margin-bottom: 25px;
}

.project3text{
	font-size: 16px;
line-height: 24px;
color: #ffffff;
font-weight: 600;
font-family: "Poppins";
text-align: center;
margin-top: 10px;margin-bottom: 25px;
}

.carousel-nav{
	width: 80% !important;
}

#carouselExampleControls22 .carousel-control-next, #carouselExampleControls22 .carousel-control-prev {
width: 3%;
height: 8%;
}
#carouselExampleControls22 .carousel-control-prev-icon, #carouselExampleControls22 .carousel-control-next-icon{
transform: rotate(90deg);
}
#carouselExampleControls22 .carousel-control-next {
 right: 5%;
top: 40%;
}
#carouselExampleControls22 .carousel-control-prev {
 left: 92%;
top: 30%;
}

.numbertext2 {
 position: absolute;
top: 58%;
color: #fff !important;
left: -22%;
font-family: "Montserrat";
transform: rotate(270deg);
font-size: 20px;
}
.numbertext2 span{
	font-size: 32px;
line-height: 29px;
color: #ffffff;
font-weight: 400;
font-family: "Montserrat";
text-align: left;
}

/*Projects4*/


.projects4{
	background-image: url('../images/genesis/bg.jpg');
	background-repeat: no-repeat;
	padding: 60px 0px 70px;
	background-size: cover;  
	margin-bottom: 50px;
}

.projects4 h3{
	font-size: 40px;
letter-spacing: 2px;
line-height: 24px;
color: #fff;
font-family: 'Poppins', sans-serif;
font-weight: 900;
text-align: center;
margin-bottom: 40px;
}

.projects4 span{
	color:#2cbadf;
}

.projects4 h6{
	font-size: 72px;
letter-spacing: 3px;
line-height: 24px;
color: #3d3d3d;
font-weight: 700;
font-family: "Poppins";
text-align: center;
margin-bottom: -22px;
}
.projects4 button a{
	color: #fff !important;
	}
.projects4 button{
	font-size: 16px;
letter-spacing: 1px;
line-height: 24px;
color: #fff !important;
font-weight: 400;
font-family: "Poppins";
border: 1px solid #2cbadf;
padding: 5px 60px;
background: transparent;
}
.projects4 button:hover{
	border: 1px solid #fff;
	cursor: pointer;
}

.projects4 h5{
font-size: 30px;
letter-spacing: 1px;
line-height: 30px;
color: #ffffff;
font-weight: 700;
text-align: left;
font-family: "Poppins";
margin-bottom: 30px;
}
.projects4 h4{
	font-size: 16px;
letter-spacing: 1px;
line-height: 24px;
color: #2cbadf;
font-weight: 400;
font-family: "Poppins";
text-align: left;

}

.projects4 p{
	font-size: 16px;
letter-spacing: 0px;
line-height: 24px;
color: #ffffff;
font-weight: 400;
font-family: "Poppins";
margin-bottom: 25px;
}

.project4text{
	font-size: 16px;
line-height: 24px;
color: #ffffff;
font-weight: 600;
font-family: "Poppins";
text-align: center;
margin-top: 10px;margin-bottom: 25px;
}

.carousel-nav{
	width: 80% !important;
}

#carouselExampleControls22 .carousel-control-next, #carouselExampleControls22 .carousel-control-prev {
width: 3%;
height: 8%;
}
#carouselExampleControls22 .carousel-control-prev-icon, #carouselExampleControls22 .carousel-control-next-icon{
transform: rotate(90deg);
}
#carouselExampleControls22 .carousel-control-next {
 right: 5%;
top: 40%;
}
#carouselExampleControls22 .carousel-control-prev {
 left: 92%;
top: 30%;
}

.numbertext2 {
 position: absolute;
top: 58%;
color: #fff !important;
left: -22%;
font-family: "Montserrat";
transform: rotate(270deg);
font-size: 20px;
}
.numbertext2 span{
	font-size: 32px;
line-height: 29px;
color: #ffffff;
font-weight: 400;
font-family: "Montserrat";
text-align: left;
}

/*Home gallery*/


.homegallery{
	padding: 60px 0;
}


@media (min-width: 768px) {
  .multi-item-carousel .carousel-inner .carousel-item {
    margin-right: inherit;
  }
  .multi-item-carousel .carousel-inner .carousel-item.active + .carousel-item,
  .multi-item-carousel .carousel-inner .carousel-item.active + .carousel-item + .carousel-item {
    display: block;
  }
  .multi-item-carousel .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
  .multi-item-carousel .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
  .multi-item-carousel .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item {
    transition: none;
  }
  .multi-item-carousel .carousel-inner .carousel-item.active + .carousel-item + .carousel-item + .carousel-item {
    position: absolute;
    top: 0;
    right: -33.33333333%;
    z-index: -1;
    display: block;
    visibility: visible;
  }
  .multi-item-carousel .carousel-inner .carousel-item-next,
  .multi-item-carousel .carousel-inner .carousel-item-prev {
    position: relative;
    transform: translate3d(0, 0, 0);
  }
  .multi-item-carousel .carousel-inner .carousel-item-prev.carousel-item-right {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    visibility: visible;
  }
  .multi-item-carousel .active.carousel-item-left + .carousel-item-next.carousel-item-left,
  .multi-item-carousel .carousel-item-next.carousel-item-left + .carousel-item,
  .multi-item-carousel .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
  .multi-item-carousel .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  .multi-item-carousel .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
  .multi-item-carousel .carousel-item-prev.carousel-item-right + .carousel-item,
  .multi-item-carousel .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
  .multi-item-carousel .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(100%, 0, 0);
    display: block;
    visibility: visible;
  }
}
.homegallery h3{
	font-size: 40px;
letter-spacing: 2px;
line-height: 40px;
color: #333333;
font-family: 'Poppins', sans-serif;
font-weight: 900;
text-align: left;
margin-bottom: 40px;
}

.homegallery span{
	color:#2cbadf;
}

#theCarousel .carousel-control-next, #theCarousel .carousel-control-prev {
width: 3%;
height: 8%;
}

#theCarousel .carousel-control-next {
top: 57%;
left: -28%;
}
#theCarousel .carousel-control-prev {
top: 57%;
left: -34%;
}
#theCarousel .carousel-control-prev-icon{
	background-image: url('../images/exchange(2).png');
	width: 25px;
height: 16px;
}
#theCarousel .carousel-control-next-icon{
	background-image: url('../images/exchange(1).png');
	width: 25px;
height: 16px;
} 

.homegallery button{
	font-size: 16px;
letter-spacing: 1px;
line-height: 24px;
color: #333333;
font-weight: 400;
font-family: "Poppins";
border: 1px solid #2cbadf;
padding: 5px 60px;
margin-top: 40px;
background: #fff;
}
.homegallery button:hover{
	border: 1px solid #333;
	cursor: pointer;
}

/*Testimonials*/
.gtco-testimonials h5 spantestimonials {
  position: relative; 
  padding-top: 70px;
}
@media (max-width: 767px) {
  .gtco-testimonials {
    margin-top: 20px;
  }
}
.gtco-testimonials h2 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 50px;
  color: #FFFFFF;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  letter-spacing: 2px;
  background-color:black;
  padding:10px 5px;
}
.gtco-testimonials .owl-stage-outer {
  padding: 30px 0;
}
/*.gtco-testimonials .owl-nav {
  display: none;
}*/
.gtco-testimonials .owl-dots {
  text-align: center;
}
.gtco-testimonials .owl-dots span {
  position: relative;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: block;
  background: #fff;
  border: 2px solid #01b0f8;
  margin: 0 5px;
}
.gtco-testimonials .owl-dots .active {
  box-shadow: none;
}
.gtco-testimonials .owl-dots .active span {
  background: #01b0f8;
  box-shadow: none;
  height: 12px;
  width: 12px;
  margin-bottom: -1px;
}
.gtco-testimonials .card {
  background: #fff;
  /*box-shadow: 0 8px 30px -7px #c9dff0;*/
  margin: 0 20px;
  padding: 0 10px;
  border-radius: 20px;
  border: 0;
}
.gtco-testimonials .card .card-img-top {
  max-width: 100px;
  border-radius: 50%;
  margin: 15px auto 0;
  /*box-shadow: 0 8px 20px -4px #95abbb;*/
  width: 100px;
  height: 100px;
}


.gtco-testimonials .card p {
font-size: 16px;
letter-spacing: 1px;
line-height: 24px;
color: #ffffff;
font-weight: 400;
font-family: "Poppins";
text-align: center;
}
.gtco-testimonials .active {
  /*opacity: 0.5;*/
  transition: all 0.3s;
}
.gtco-testimonials .center {
  opacity: 1;
}
.gtco-testimonials  h5 {
  font-size: 16px;
letter-spacing: 1px;
line-height: 24px;
color: #333333;
font-weight: 600;
font-style: italic;
font-family: "Poppins";
text-align: center;
}
.gtco-testimonials  h5 span {
font-size: 14px;
letter-spacing: 1px;
line-height: 24px;
color: #b5b5b5;
font-weight: 600;
font-family: "Poppins";
}
.gtco-testimonials .owl-item .card-img-top {
  max-width: 100%;
  height: 70px;
  width: 70px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  outline: 0;
}


.gtco-testimonials h3{
font-size: 40px;
letter-spacing: 2px;
line-height: 24px;
color: #333333;
font-family: 'Poppins', sans-serif;
font-weight: 900;
text-align: center;
margin-bottom: 40px;
}
.gtco-testimonials h6{
font-size: 72px;
letter-spacing: 3px;
line-height: 24px;
color: #f3f3f3;
font-weight: 700;
font-family: "Poppins";
text-align: center;
margin-bottom: -13px;
}

.gtco-testimonials span {
  color: #2cbadf;
}
.gtco-testimonials  .card {
background-image: linear-gradient(#222222 0%,#222222 73%, transparent 50%); border-radius: 0;
}
.center .card {
background-image: linear-gradient(#2cbadf 0%,#2cbadf 70%, transparent 50%);
  /*box-shadow: 0 8px 30px -7px #c9dff0;*/
  margin: 0 -20px;
    margin-top: 0px;
  padding: 0 0px;
  border-radius: 0;
  border: 0;
  margin-top: -20px;
}
.imgimgimg{
	  background-image: url('../images/quote-icon.png');
  background-size: cover;
  background-repeat: no-repeat;
  height: 35px;
  width: 100%;
}
.center .imgimgimg {
  background-image: url('../images/quote-icon1.png');
  background-size: cover;
  background-repeat: no-repeat;
  height: 35px;
  width: 100%;
}
.imgggg {
  text-align: center;
  width: 40px;
  height: 50px;
  margin-left: 43%;
}


/*Vendors*/
.vendors{
	padding:20px 0 50px;
}


.vendors h3{
	font-size: 40px;
letter-spacing: 2px;
line-height: 24px;
color: #333333;
font-family: 'Poppins', sans-serif;
font-weight: 900;
text-align: center;
margin-bottom: 40px;
}

.vendors span{
	color:#2cbadf;
}

.vendors h6{
	font-size: 72px;
letter-spacing: 3px;
line-height: 24px;
color: #f3f3f3;
font-weight: 700;
font-family: "Poppins";
text-align: center;
margin-bottom: -22px;
}

/**/



/*Footer*/
footer {
  background-color: #212121;
  /*border-bottom: 1px solid #ccc;*/
  padding: 60px 0px 0px !important;
}
footer h5 {
  margin-bottom: 20px;
 font-size: 20px;
letter-spacing: 1px;
line-height: 24px;
color: #2cbadf;
font-weight: 400;
font-family: "Poppins";
}
footer p {
  margin-bottom: 15px;
 font-size: 16px;
line-height: 24px;
color: #ffffff;
font-weight: 400;
font-family: "Poppins";
text-align: left;
}
footer ul {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
}
footer ul li {
  line-height: 28px;
}
footer ul li a {
  position: relative;
  /*padding-left: 20px;*/
  text-transform: capitalize;
  font-weight: 500;
  display: inline-block;
  color: #fff;
}
footer .socila-ul {
  display: flex;
  margin-bottom: 0px;
  padding: 0px;
}
footer .socila-ul li a{
 padding-left: 0;
 padding-right: 20px;
}
footer .socila-ul i{
font-size: 20px;
}


footer button{
	font-size: 16px;
letter-spacing: 1px;
line-height: 24px;
color: #ffffff;
font-weight: 400;
font-family: "Rubik";
border: 1px solid #2bb9df;
padding: 5px 53px;
background: transparent;
margin-top: 20px;
}
footer form input{
	background: transparent;
color: #ccc;
border: none;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: medium;
border-bottom: 1px solid #fff;
padding: 10px;
width: 97%;
}
footer button:hover{
	border: 1px solid #fff;
	cursor: pointer;
}

.copyright{
	font-size: 16px;
letter-spacing: 1px;
line-height: 24px;
color: #ffffff;
font-weight: 400;
font-family: "Rubik";
margin-top: 30px;text-align: center;

}

/**/

/*Home Events*/
.events{
	background: #222222;
	padding: 60px 0;
}
.events h3{
	font-size: 40px;
letter-spacing: 2px;
line-height: 24px;
color: #fff;
font-family: 'Poppins', sans-serif;
font-weight: 900;
text-align: center;
margin-bottom: 40px;
}

.events span{
	color:#2cbadf;
}

.events h6{
	font-size: 72px;
letter-spacing: 3px;
line-height: 24px;
color: #2f2f2f;
font-weight: 700;
font-family: "Poppins";
text-align: center;
margin-bottom: -22px;
}
.events .card{
	background: rgba(34, 34, 34, 0.8);}
.events .card-body{
	border: 3px solid #2cbadf;
	padding: 1rem;min-height: 175px;
}
.events .card h1{
	font-size: 20px;
letter-spacing: 1px;
line-height: 24px;
color: #2cbadf;
font-weight: 600;
font-family: "Poppins";
}
.events .card p{
	font-size: 14px;
letter-spacing: 1px;
line-height: 24px;
color: #ffffff;
font-weight: 400;
text-align:left
;
font-family: "Poppins";
}
.events .card span{
	font-size: 14px;
letter-spacing: 1px;
line-height: 24px;
color: #727171;
font-weight: 400;
font-family: "Poppins";
}
.rightevent{
width: 60%;
float: right;
margin-left: -30%;
}
.leftevent{
	float: left;
width: 70%;
margin-top: 8%;
}
#carouselExampleControls5 .carousel-control-prev {
 left: 97%;
top: 32%;width: 3%;
height: 8%;
}
#carouselExampleControls5 .carousel-control-next {
  right: 0%;
  top: 58%;width: 3%;
height: 8%;
}
#carouselExampleControls5 .carousel-control-prev-icon, #carouselExampleControls5 .carousel-control-next-icon {
  transform: rotate(90deg);
}
/**/


/*Mobile*/
.mobile-screen-footer
{
    float:left;
    display:none;
    width: 100%;
    position: fixed;
    z-index: 9999999999 !important;
    bottom: 0px;
    background: #2cbadf;
border-radius: 30px 30px 0px 0px;
border-top: 2px solid #fff;
   
}
.mobile-footer-block
{
    width: 25%;
    float: left;
    text-align: center;
}
.mobile-footer-box
{
    width: 100%;
    margin: 0px auto;
    padding: 0px 5px;
    float: left;
}
.mobile-footer-box a
{
    width: 100%;
    text-decoration: none;
    padding: 10px 0px;
    float: left;
    padding-bottom: 5px;
    text-align: center;
    
}
.mobile-footer-box a img
{
    width: 25px;
    margin: 0px auto;
}
.mobile-footer-box a h5
{
font-size: 11px;
    margin: 5px 0px 0px 0px;
    color: #fff;
    line-height: 15px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: capitalize;
     font-family: 'Poppins-Light';
    letter-spacing: 1px;
}  


/*Contact Us Page*/
.padbanner{
	padding-top: 140px;
padding-bottom: 50px;
}
#contactpage h3{
	font-size: 40px;
letter-spacing: 2px;
line-height: 24px;
color: #333333;
font-family: 'Poppins', sans-serif;
font-weight: 900;
text-align: center;
margin-bottom: 40px;
}

#contactpage span{
	color:#2cbadf;
}

#contactpage h6{
	font-size: 72px;
letter-spacing: 3px;
line-height: 24px;
color: #f3f3f3;
font-weight: 700;
font-family: "Poppins";
text-align: center;
margin-bottom: -22px;
}

#contactpage button{
	font-size: 16px;
letter-spacing: 1px;
line-height: 24px;
color: #333333;
font-weight: 400;
font-family: "Poppins";
border: 1px solid #2cbadf;
padding: 5px 60px;
background: #fff;
}
#contactpage button:hover{
	border: 1px solid #333;
	cursor: pointer;
}
.add-phon{
	
	margin-bottom: 30px;
}

#contactpage i{
	margin-top: 5px;
}

/**/


/*Project Page*/
#project .about {
  padding: 50px 0 25px;
}

#project .focusheading{
	font-family: 'Ibarra Real Nova', serif;
 font-size: 26px;
line-height: 36px;
}
#project .focusheading span{
font-style: italic;
}

#project .amenities{
	color: #fff;
margin-bottom: 5px;
line-height: 20px;
font-size: 15px;
}


#project .specification .amenities li{
	color: #333333;
	text-align: left;
}

.specification h4{
	font-family: 'Ibarra Real Nova', serif;
text-align: left;
font-size: 26px;
line-height: 36px;
}
.specification{
	padding: 50px 0 60px !important;
}
.brick-transition {
  display:relative;
}
.brick-transition-container {
  position:relative;
  width:150px;
  margin:auto;
  z-index:2;
}
.brick-border {
  border-color:#ccc;
  border-style:solid;
  border-width:2px;
  position:absolute;
  top:0;
  z-index:1;
  width:100%;
}
.brick-border-white {
  border:none;
  border-top:4px solid #fff;
  position:absolute;
  top:0;
  z-index:2;
  width:150px;
  margin:auto;
}
.dot-line-horz {
  display:block;
  position:absolute;
  top:-1px;
  z-index:3;
  width:134px;
  height:5px;
  padding:0 8px;
}
.dot-line-horz.left .dot {
  float:left;
}
.dot-line-horz.right .dot{
  float:right;
}
.dot-line-horz .dot {
  display:inline-block;
  margin:0 4px;
}
.arrow {
  position:relative;
  top:-8px;
  margin:auto;
  padding:0 0 4px 0;
  z-index:4;
}
.arrow:before {
    position: relative;
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border-right: 7px solid #ccc;
    border-bottom: 7px solid #ccc;
    transform: rotate(45deg);
    margin:auto;
}
.dot {
  background:#2cbadf;
  width:6px;
  height:6px;
  border-radius:3px;
  margin:4px auto 8px auto;
}
.dot-line-horz.left .dot {
  float: left;
  margin-left: -11px;
  margin-top: -1px;
}
.spec1{
	border-bottom: 1px solid #2cbadf;
	border-left: 1px solid #2cbadf;
	margin-bottom: 20px;
}
.spec2{
	padding: 10px;
	padding-bottom: 0;
}
.specification .amenities{
	padding-left: 15px;
}

.dots2{
	top: 42%;
}

.dots3{
	top: 80%;
}

.specifications2-box ul {
  padding-left: 30px;
}
.specifications2-box {
  padding: 10px 0px;
}
.specifications2-box h3 {
  font-size: 16px;
  line-height: 20px;
  padding-left: 20px;
  padding-bottom: 5px;
  position: relative;
  margin-bottom: 10px;
  font-weight: 600;
  margin-top: 0 !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #b26d58;
  font-family: 'Poppins-Light';
	}
	.specifications2-box p:last-child {
  margin-bottom: 0px;
}
.specifications2-box p {
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 5px;
  position: relative;
  padding-left: 20px;
  /*font-family: 'Poppins-Light';*/
  letter-spacing: 1px;
  color: #2b2b2b !important;
  text-align: left;
  /*font-family: 'Poppins-Light';*/
  letter-spacing: 1px;
}.specifications2-box h3 {
  font-size: 16px;
  line-height: 20px;
  padding-left: 20px;
  padding-bottom: 5px;
  position: relative;
  margin-bottom: 10px;
  font-weight: 600;
  margin-top: 0 !important;
  text-align: left;
  letter-spacing: 1px;
  color: #262626;
  font-family: 'Ibarra Real Nova', serif;

}
.specification2{
	background: whitesmoke;
}
.specification2 h6
{
	color: #ededed;
}
.specification2 {
  padding: 50px 0 40px !important;
}
/*Gallery*/
.gallery{
	padding: 50px 0 30px;
}
.gallery h3{
	font-size: 40px;
letter-spacing: 2px;
line-height: 24px;
color: #333333;
font-family: 'Poppins', sans-serif;
font-weight: 900;
text-align: center;
margin-bottom: 40px;
}

.gallery span{
	color:#2cbadf;
}

.gallery h6{
	font-size: 72px;
letter-spacing: 3px;
line-height: 24px;
color: #f3f3f3;
font-weight: 700;
font-family: "Poppins";
text-align: center;
margin-bottom: -22px;
}
.mb-30{
	margin-bottom: 30px;
}
.floor{
	background: whitesmoke;
}
.floor h6 {
  color: #ededed;
}



/*Brochure*/


.brochure-section {
background: #2cbadf;
    padding: 40px 60px;
    background-size: 100% 100%;
    position: relative;
    background-position: center;

}
.brochure-box 
{
background: #2cbadf;
padding-right: 15px;
position: relative;
overflow: hidden;
color: #fff;
border-radius: 5px;
margin: 15px auto;
height: 90px;
box-shadow: inset 0px 0px 0px 1px #fff !important; 
display: flex;
align-items: center;
}
.brochure-box:focus
{
    color:#fff;
}
.brochure-box:before
{
  content: " ";
  width: 121px;
  height: 100%;
  position: absolute;
  left: -20px;
  background: #fff;
  transform: skewX(20deg);
      transition: all 0.5s ease 0s;
}
.brochure-box  img
{
    min-width: 65px;
    width: 65px;
    margin: 20px;
    position: relative;
    z-index: 99;
    margin-right: 60px;
}
.brochure-box h4
{
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    font-family:'Playfair Display', serif

    z-index: 9;
    position: relative;
    color: #fff;
}
.brochure-box:hover:before
{
    width:100%;
    transform: skewX(0deg);
    left:0;
}
.brochure-box:hover>h4
{
    color:#2cbadf;
}
.brochure-box:hover
{
    color:#516665;
}


.brochure-bottom
{
  /*margin-top: 50px;*/
}
.brochure-btn
{
  width:33.33333333%;
  float: left;
  height: 90px;
  padding: 0px 15px;
  text-align: center;
}
.brochure-btn a img
{
  height: 90px;
  border-radius: 5px;
  border: 10px solid #fff;
}
.brochure-btn a
{
  display: inline-block;
}
.dropdown-item {
	  color: #000 !important;
}

.specification22 {
  padding: 70px 0 10px !important;background: #fffcf9;
}
.projects1 {
    /*background-image: url(../images/Bg1.jpg);*/
    background-repeat: no-repeat;
    padding: 60px 0px 70px;
    background-size: cover;
    background: #fefefe;
}
.specification222{
	padding: 70px 0 20px !important;
}

#hihi12{
	display: none;
}
#hihi21{
	display: none;
}

.icontext{
	    color: #fff;
    font-size: 12px;
    text-align: center;
    margin-left: -16px;
    margin-right: 30px;
    text-transform: lowercase;
}

.b{
	 margin-left: 60%;
	 text-align: left;
}

.b1{
	padding-top: 190px;
}
.moboshpow{
    display:none;
}
.in-down {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}


/** fadeInLeft **/

@-webkit-keyframes fadeInLeft {
    from {
        opacity:0;
        -webkit-transform: translatex(-10px);
        -moz-transform: translatex(-10px);
        -o-transform: translatex(-10px);
        transform: translatex(-10px);
    }
    to {
        opacity:1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}
@-moz-keyframes fadeInLeft {
    from {
        opacity:0;
        -webkit-transform: translatex(-10px);
        -moz-transform: translatex(-10px);
        -o-transform: translatex(-10px);
        transform: translatex(-10px);
    }
    to {
        opacity:1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}
@keyframes fadeInLeft {
    from {
        opacity:0;
        -webkit-transform: translatex(-100px);
        -moz-transform: translatex(-100px);
        -o-transform: translatex(-100px);
        transform: translatex(-100px);
    }
    to {
        opacity:1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}
.in-left {
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-duration:1s;
    animation-delay: 1s;
}
#lolo .slider {
  position: relative;
  width: 100%;
  display: grid;
  place-items: center;
  overflow: hidden;
}

#lolo .slide-track {
  width: calc(200px * 20);
  display: flex;
  animation: scroll 20s linear infinite;
  justify-content: space-between;
  margin-top: 20px;
}

.freeze {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}

#lolo .slide {
  width: 100%;
  height: 120px;
  overflow: hidden;
  background-position: top;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  color: orangered;
  font-size: 20px;
  font-weight: bold;
  transition: 0.5s;
}

.freeze:hover .slide {
  filter: blur(3px);
}
.freeze .slide:hover {
  filter: none;
}

@keyframes scroll {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(calc(-200px * 10));
  }
}

@media screen and (max-width:900px){
    #navigation{
        background: transparent;
position: absolute;
top: 10px;
width: 96%;
margin-left: 3%;
left: 0;
    }
}


@media screen and (max-width:600px){
    .b{
	 margin-left: 0%;
}
.moboshpow{
    display:block;
}
.dedeshow{
    display:none;
}
.aboutbtn1 {
  font-size: 12px;
  padding: 1px 5px;
}
.projects2 p{
    text-align: left;
   
}
.amenities li{
    text-align:left;
}
.specification h6{
    font-size: 42px !important;
}
.specifications2-box ul li{
    text-align: left;
}
.events .card-body{
    min-height:auto;
}
	#menu {
  margin-top: 7px;
  margin-right: 0%;
  background: #0f2151;
}
}



.social{
	border-bottom: 1px solid #c6c6c6;
font-size: 14px;
padding: 6px 10px 3px;
/*background: #0f2151;*/
width: 80%;
position: absolute;
top: 5%;
z-index: 999 !important;
margin-left: 10%;
}


.gallery1 {
    background-color: #2cbadf;
    color: #fff;
    padding: -9px;
    padding: 7px 5px 7px;
    text-align: center;
}


/*trusted vendor*/

#lolo .slider {
    position: relative;
    width: 100%;
    display: grid;
    place-items: center;
    overflow: hidden;
}

#lolo .slider {
  position: relative;
  width: 100%;
  display: grid;
  place-items: center;
  overflow: hidden;
}

#lolo .slide-track {
  width: calc(200px * 20);
  display: flex;
  animation: scroll 20s linear infinite;
  justify-content: space-between;
  margin-top: 20px;
}

.freeze {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}

#lolo .slide {
    width: 100%;
    height: 100px;
    overflow: hidden;
    background-position: top;
    background-size: cover;
    display: flex;
    padding: 0 10px !important;
    align-items: center;
    justify-content: center;
    color: orangered;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
    transition: 0.5s;
}

.freeze:hover .slide {
  filter: blur(3px);
}
.freeze .slide:hover {
  filter: none;
}

@keyframes scroll {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(calc(-200px * 10));
  }
}

.stg {
  margin-top: -10px !important;
  margin-bottom: 60px !important;
}

/* Style the tab */
.tab {
    /* overflow: hidden; */
    border: 1px solid #fff;
    background-color: #2bb9df;
    margin-bottom: 10px;
}

/* Style the buttons inside the tab */
.tab button {
  background-color:#2cbadf;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
  color: #fff;
  
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s;
}

/* Fade in tabs */
@-webkit-keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

@media screen and (max-width:412px){
	#contactpage button {
		width: 100%;
	}
    
    .tab button {
  background-color:#2cbadf;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
  color: #fff;
  width:100%;
    
    .row{
        margin-top: 10px;
    }

}   
 }   



@media screen and (max-width:412px){
    .gallery1{
        
        width: 100%;
    margin-left: 0px;
    }
	.mx-auto{
		width:100%;
	}
	.mabout{
		margin-bottom: -10px;
	}
	.col-md-5{
		padding-bottom:15px;
		
	}
}

/* Style tab links */
.tablink {
  background-color: #555;
  color: white;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 19px 1px;
  font-size: 17px;
  width: 25%;
}

.tablink:hover {
  background-color: #777;
}

/* Style the tab content (and add height:100% for full page content) */
.tabcontent {

  display: none;
  padding: 88px 0px;
  height: 100%;
}

.ma{
    font-size: 18px;
    color: #2cbadf;
    margin-top: 2px;
margin-left: 10px;
}
.kas{
	color: #ffffff;
}
.soc{
	margin-left:20px;
}
@media screen and (max-width:412px){
.ma1{
margin-left: -23px;
}
	.ma2{
		margin-right: -24px;
	}
	.font{
		font-size:11px !important;
	}
}



.modal-dialog {
  max-width: 40% !important;
  margin: 1.75rem auto;
  margin-top: 7%;
}
#book-appointments .close{
text-align: right;
position: absolute;
top: -2%;
color: #fff;
font-size: 50px;
right: -10%;
}
.modal-body{
	padding: 0;
	z-index: 999999999999999999999999 !important;
}
.modal{
	background: rgba(78, 78, 78, 0.6);
}
.nav11{
	padding: 11px 10px;
}
@media screen and (max-width: 767px){
.modal-dialog {
  max-width: 95% !important;
  margin: 1.75rem auto;
  margin-top: 50%;
}
#book-appointments .close {
  text-align: right;
  position: absolute;
  top: -23%;
  color: #fff;
  font-size: 50px;
  right: 0;
}
}
#sidebar {
  height: 0px;
  position: fixed;
  padding: 0;
  margin-right: 0;
  top: 30%;
  right: 10px;
  bottom: 0;
  z-index: 10;
  transform: translateY(-50%);
}
.social {
  margin-bottom: -25px;
  padding: 0 10px 0 0;
  display: inline-block;
  height: auto;
  -moz-transition-property: right;
  -moz-transition-duration: .2s;
  -moz-transition-delay: 0.2s;
  -ms-transition-property: right;
  -ms-transition-duration: .2s;
  -ms-transition-delay: 0.2s;
  cursor: pointer;
  background: #3fc2ef;
  width: 100%;
  position: relative;
  right: -15px;
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  display: flex;
  align-items: center;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.social p {
  color: #fff;
    font-size: 18px;
  font-weight: 750;
  line-height: 48px;
  opacity: 1;
  text-orientation: upright !important;
   writing-mode: vertical-lr;
  display: inline-block;
  height: 250px;
  margin: 0px;
  padding: 20px 0px 0px;
}

.social p span{
  color: #fff;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 750;
  opacity: 1;
  text-orientation: upright !important;
}

.social p img {
  right: 30px;
  vertical-align: center;
  font-size: 20px;
  float: center;
 	margin-bottom:10px;
}
