/*----------------------------------------------------
	SITE MAIN STRUCTURE
------------------------------------------------------*/

.site_wrapper {
	width: 100%;
	margin: 0 auto 0 auto;
}
.container_full {
	width: 100%;
	float: left;
	margin: auto;
}
.container {
	width: 1280px;
	margin: auto;
}

/* columns */
.one_half, .one_third, .one_fourth, .two_third, .three_fourth, .one_fifth, .onecol_forty, .onecol_sixty, .onecol_thirtyfive {
	position: relative;
	margin-right: 4%;
	float: left;
}
.one_full {
	width: 100%;
}
.one_half {
	width: 48%;
}
.one_third {
	width: 30.650%;
}
.one_fourth {
	width: 22%;
}
.one_fifth {
	width: 16.800%;
}
.two_third {
	width: 65.350%;
}
.three_fourth {
	width: 74%;
}
.onecol_forty {
	width: 40%;
}
.onecol_sixty {
	width: 56%;
}
.onecol_thirtyfive {
	width: 35%;
}

/* Less Space Bitween Columns */
.one_half_less, .one_third_less, .one_fourth_less, .two_third_less, .three_fourth_less, .one_fifth_less, .onecol_forty_less, .onecol_sixty_less, .onecol_thirtyfive_less {
	position: relative;
	margin-right: 2%;
	float: left;
}
.one_full_less {
	width: 100%;
}
.one_half_less {
	width: 49%;
}
.one_third_less {
	width: 32%;
}
.one_fourth_less {
	width: 23.500%;
}
.one_fifth_less {
	width: 18.400%;
}
.two_third_less {
	width: 66%;
}
.three_fourth_less {
	width: 74.500%;
}
.onecol_forty_less {
	width: 40%;
}
.onecol_sixty_less {
	width: 58%;
}
.onecol_thirtyfive_less {
	width: 36.250%;
}

.last {
	margin-right: 0 !important;
	clear: right;
}


/*---------------------------------------------------
	HEADER
------------------------------------------------------*/

/* Logo */
#logo {
	float:left;
	display:block;
	width:100%;
	min-height: 65px;
	margin-top:0px;
	position: relative;
	text-indent:-999em;
	background:url(../images/logo.png) no-repeat left top;	
}



/* header area adinationals */
.logo {
	float: left;
	width: 80%;
	margin-top: 5px;
}


.menu_main {
	float: left;
	width: 20%;
	z-index: 9999;    margin-top: 14px;
}



.menu_main_full {
	float: left;
	width: 80%;
	z-index: 9999;
}




.mstslider {
	width: 100%;
	float: left;
}

.top_nav {
	width: 100%;
    height: 48px;
    background: #05738c;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}


.right-bar{    padding-top: 0px;
    padding-bottom: 3px;
    height: 48px;
    -webkit-clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(43px 0%, 100% 0%, 100% 100%, 0% 100%);
    background: #924a4e;
    padding-right: calc(50% - 640px);
    width: calc(40% + 38px);
    float: left;
    position: relative;
    margin-left: -38px;}

    .right-bar::before{content: '';
    position: absolute;
    top: 0px;
    left: 0px; 
    height: 48px;
    width: 6px;
    transform: skew(12deg);
  }
    .left_bar{   width: 60%;
   /* background: #6f3864;*/
    padding-left: calc(50% - 639px);
    -webkit-clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
    float: left;}


.social{display: inline-block;    float: right; margin-left: 15px;}

  .user_box_link a i{  font-size: 14px;
    margin-right: 3px;
    width: 29px;
    height: 29px;
    border-radius: 100%;
    border: 1px solid #2f4935;
    padding: 6px;
    top: -2px;
    position: relative;
    text-align: center;
    background: #2f4935;
    line-height: 16px;}


.phone
{
	    display: inline-block;
    margin-right: 36px;
    line-height: 43px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    height: 45px;    padding-top: 2px;
    font-family: "Poppins", serif;
}
.phone i{/*border: 1px solid #a0ac5a;
    border-radius: 100%;
    padding: 7px;
    background: #a0ac5a;
    width: 30px;
    height: 30px;*/
    font-size: 16px;
    position: relative;
    top: 0px;
    }

.envelope
{
	    display: inline-block;
    margin-right: 36px;
    line-height: 43px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    height: 45px;
    font-family: "Poppins", serif;
}
.envelope i{/*border: 1px solid #a0ac5a;
    border-radius: 100%;
    padding: 7px;
    background: #a0ac5a;
    width: 30px;
    height: 30px;*/
    font-size: 16px;
    position: relative;
    top: -1px;
    }

.social_list_item
{
	position: relative;
	display: inline-block;
	margin-right: 3px;

}
.social_list_item:last-child
{
	margin-right: 0px;
}
.social_list_item a
{
	display: block;
	width: 100%;
	padding: 0px 5px;
	line-height: 36px;
	color: #fff;
	font-size: 16px;
	line-height: 30px;
    font-weight: 600;
    
}
.social_list_item:hover a i
{
	color: #b70d00;
}
.social_list_item a i
{
	font-size: 15px;
	color: #FFFFFF;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.social_list_item a:hover
{
	color: #b70d00;
}
.user_box_link
{
		float: left;
	display: inline-block;
	margin-top: 5px;
}
.user_box_link a
{
	display: block;
	font-size: 16px;
	line-height: 30px;
	font-weight: 600;
	color: #FFFFFF;
	text-transform: none;
	letter-spacing: 1px;
}
.user_box_link a:hover
{
	color: #fff;
}
.user_box_login
{
	margin-left: 52px;
}
.user_box_login::after, .user_box_register::after
{
	display: block;
	position: absolute;
	top: 7px;
	right: -9px;
	background: #FFFFFF;
	width: 1px;
	height: 12px;
	content: '';
}

.enquiry-now a {
    position: relative;
    display: inline-block;
    padding: 8px 19px;
    color: #fff;
    font-size: 16px; 
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    transition: .5s;
    font-family: 'Poppins', serif;
    font-style: normal;
    font-weight: 500; 
    letter-spacing: 0.2px;margin-top: 5px; 
    /*background-color: #e35944;*/
  }

  
  .enquiry-now a:hover {
    background: #fff;
    color: #526954;
  }
  
  .enquiry-now a span {
    position: absolute;
    display: block;
  }
  
  .enquiry-now a span:nth-child(1) {
    top: 0;
    left: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #fff);
    animation: btn-anim1 1s linear infinite;
  }
  .enquiry-now2 a {
    position: relative;
    display: inline-block;
    padding: 10px 25px;
    color: #fff;
    font-size: 17px; 
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    transition: .5s;
    font-family: "Marcellus", serif; 
    font-style: normal;
    font-weight: 400; 
    letter-spacing: 0.2px;margin-top: 5px; 
    background-color: #526954;
  }

  
  .enquiry-now2 a:hover {
    background: #fff;
    color: #526954;
  }
  
  .enquiry-now2 a span {
    position: absolute;
    display: block;
  }
  
  .enquiry-now2 a span:nth-child(1) {
    top: 0;
    left: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #fff);
    animation: btn-anim1 1s linear infinite;
  }
  @keyframes btn-anim1 {
    0% {
      left: -100%;
    }
    50%,100% {
      left: 100%;
    }
  }
  
  .enquiry-now a span:nth-child(2) {
    top: -100%;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg, transparent, #fff);
    animation: btn-anim2 1s linear infinite;
    animation-delay: .25s
  }
  
  @keyframes btn-anim2 {
    0% {
      top: -100%;
    }
    50%,100% {
      top: 100%;
    }
  }
  
  .enquiry-now a span:nth-child(3) {
    bottom: 0;
    right: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(270deg, transparent, #fff);
    animation: btn-anim3 1s linear infinite;
    animation-delay: .5s
  }
  
  @keyframes btn-anim3 {
    0% {
      right: -100%;
    }
    50%,100% {
      right: 100%;
    }
  }
  
  .enquiry-now a span:nth-child(4) {
    bottom: -100%;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(360deg, transparent, #fff);
    animation: btn-anim4 1s linear infinite;
    animation-delay: .75s
  }
  
  @keyframes btn-anim4 {
    0% {
      bottom: -100%;
    }
    50%,100% {
      bottom: 100%;
    }
  }
.top_nav .left {
	float: left;
	width: 30%;
	padding: 7px 0px;
}
.top_nav .left i {
	color: #c3c3c3;
}
.top_nav .left a {
	color: #c3c3c3;
	margin-right: 25px;
}
.top_nav .left a:hover {
	color: #999;
	transition: all 0.3s ease;
}
.top_nav .right {
	float: left;
	width: 70%;
	text-align: right;
}
.top_nav ul.topsocial {
	float: right;
	padding: 0px;
	margin: 0px 10px 0px 0px;
	padding: 7px 0px;
}
.top_nav .topsocial li {
	float: left;
	padding: 0px;
	margin: 0px 14px 0px 0px;
}
.top_nav .topsocial li a {
	float: left;
	color: #c3c3c3;
	font-size: 13px;
	border-radius: 100%;
	text-align: center;
	vertical-align: middle;
	transition: all 0.3s ease;
	margin-right: 0px;
}
.top_nav .topsocial li a:hover {
	color: #999;
}

.tpbut {
	float: right;
	color: #c3c3c3;
	margin-left: 0px;
	padding: 7px 18px;
	border-right: 1px solid #f3f3f3;
	border-left: 1px solid #f3f3f3;
	transition: all 0.3s ease;
}
.tpbut:hover, .tpbut.active {
	color: #999;
	background: #f9f9f9;
}
.tpbut.two {
	border-right: 1px solid #f3f3f3;
	border-left: none;
}

.top_section {
	float: left;
	width: 100%;
	height: 138px;
	background: #000;
}
.top_section .left {
	float: left;
	width: 40%;
}
.top_section .right {
	float: left;
	width: 60%;
	margin-top: 27px;
	text-align: right;
	color: #fff;
	font-size: 13px;
}
.top_section .right a {
	color: #fff;
	font-size: 13px;
	transition: all 0.3s ease;
}
.top_section .right a:hover {
	color: #ccc;
}
.top_section .right i {
	color: #999;
	margin-left: 22px;
}
.top_section ul.topsocial {
	float: right;
	padding: 0px;
	margin: 0px 0px 0px 20px;
}
.top_section .topsocial li {
	float: left;
	padding: 0px;
	margin: 0px 5px 0px 0px;
}
.top_section .topsocial li a {
	float: left;
	color: #fff;
	font-size: 11px;
	border-radius: 100%;
	text-align: center;
	vertical-align: middle;
	transition: all 0.3s ease;
	margin: 0;
	background: #333;
	width: 22px;
	height: 22px;
	vertical-align: middle;
	line-height: 20px;
}
.top_section .topsocial li a:hover {
	background: #999;
}
.top_section .topsocial li a i {
	color: #fff;
	margin: 0;
}

.slidermar {
	margin-top: 88px;
}


.header-action {
    display: flex;
    align-items: center;
}

.header-link-1 {
    display: flex;
    align-items: center;
    gap: 20px;
}
.header-link-1 .icon {
    position: relative;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    background: #05738c;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    /* transform: rotate(-45deg); */
}
.header-link-1 .icon:before {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    height: 55px;
    width: 55px;
    border: 1px solid #05738c;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-link-1 .content span {
    color: #000;
    font-family: "Poppins", serif;
    font-size: 14px;
    font-style : normal;
    font-weight: 400;
    line-height: 26px;
}
.header-link-1 .content h6 {
    color: #924a4e;
    font-family: "Poppins", serif;
    font-weight: 600;font-size: 24px;    margin-top: 4px;
}


/* scroll up */
.scrollup{
    width:40px;
    height:40px;
    opacity:1;
    position:fixed;
    bottom:22px;
    right:20px;
    display:none;
    text-indent:-9999px;
    background: url(../images/scroll-top-arrow.png) no-repeat left top;
	z-index: 9001;
}



.add-section {
    float: left;
    width: 100%;
    text-align: center;
    background: #393939 url(../images/add-image.jpg);
    background-attachment: fixed;
    background-origin: initial;
    background-clip: initial;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-position: center;
}
.layer {
    padding: 100px 0px;
    background: rgba(5, 115, 140, .92);
}

.why-left h3{
    font-family: "Cinzel", serif;
    color: #fff;
    font-size : 52px;
    line-height: 50px;
    margin-bottom: 34px;
    letter-spacing: 0.5px;
    text-align: center;
}

.why-left p{
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    font-family: "Roboto", sans-serif;
    line-height: 36px;
    width: 65%;
    margin: 0 auto;
    margin-bottom: 20px;
    letter-spacing: 0.3px;
}

.testimonials{padding: 80px 0}
.section-title {
    text-align: center;
    max-width: 900px;
    margin-bottom: 70px;
    margin-top: -6px;
    margin-left: auto;
    margin-right: auto;
}
.section-title h2 {
    font-weight: 200;
    font-size: 2.5rem;
    color: #05738c;
    margin-bottom: 0px;
    text-align: center;
        font-family: "Cinzel", serif;
}
.section-title h2 span {
    font-weight: 600;
    color: #924a4e;
}
.section-title .bar {
    height: 4px;
    width: 85px;
    background: #94a34e;
    margin: 20px auto 25px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.section-title .bar::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 5px;
    background: #ffffff;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-name: MOVE-BG;
}
@keyframes MOVE-BG {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(85px);
  }
}
.section-title p {
    font-family: 'Poppins', serif;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 300;
    line-height: 38px;
    color: #000;
    text-align: center;
}
.testimonials .peosays {
	width: 90%;
	margin: 0 auto;
}
.testimonials .peosays .box {
	float: left;
	width: 100%;
	font-weight: 300;
	text-align: left;
	
	font-size: 16px;
	line-height: 28px;font-family: "Poppins", sans-serif;  color: #000;

	background-color: #fff;
  border-top: 12px solid #924a4e;
  padding: 30px 50px 30px;
  margin-bottom: 30px;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
      position: relative;
    margin-top: 58px;
}
.testimonials .peosays .who {
	float: left;
	width: 100%;
	text-align: left;
	padding: 35px 0px 18px 35px;
	font-size: 13px;
	color: #000;
	padding-left: 116px;
    margin-top: -46px;font-family: "Poppins", sans-serif;
}
.testimonials .peosays .who img {
	border-radius: 100%;
	float: left;
	margin-right: 18px;
}

.testimonials .peosays .who .image {
      position: absolute;
    left: 19px;
    top: -67px;
    margin-bottom: 0;
    height: 132px;
    width: 132px;
    padding: 12px;
    z-index: 0;
}
.testimonials .peosays .who .image:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 50%;
  width: 100%;
  background-color: #924a4e;
  border-radius: 120px 120px 0 0;
  content: "";
  z-index: -1;
}
.testimonials .peosays .who .image img {
  height: 100%;
  width: 100%;
  border: 5px solid #fff;;
  border-radius: 50%;
  transition: all 300ms ease;
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
}


.testimonials .peosays .who strong {
	font-size: 18px;
    font-family: "Poppins", sans-serif;  
    color: #000;
    display: block;
    line-height: 16px;
    font-weight: 500;
   
}


.footer{    
    background: #001f26;
    position: relative;   
    padding-top: 60px;
}

.footer .contactBox {
    display: flex;
    align-items: center;    padding-bottom: 50px;
}
.contentBox {
    width: calc(100% - 240px);
}

.footer .contactBox a {
    font-size: 18px;
    color: #fff;
    padding: 15px;
    border-bottom: 1px solid #fff;
    transition: all .5s;
    padding-top: 30px;
    display: block;
    width: fit-content;padding: 15px;
}
.footer .contactBox a svg {
    width: 20px;
    height: 20px;
    transition: all .5s;
    fill: #fff;
}

.footer .contactBox .contentBox h3 {
    font-size: 28px;
    line-height: 50px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 10px;font-family: "Playfair", serif;
}
.footer .contactBox .contentBox p {
    font-size: 16px;
    line-height: normal;
    font-weight: 400;
    margin: 0;
    color: #fff;font-family: "Poppins", Sans-serif; letter-spacing: 0.5px
}
.footer .toprw {
    padding: 40px 0 0;
    border-top: 1px solid rgba(255,255,255,.2);
}


.footer-1{width: 34.6666%; margin-right: 4.666%; float: left}


.footer-1 p{color: #fff;
    font-weight: 400;
    line-height: 28px;
    font-size: 15px;
    font-family: "Poppins", Sans-serif;
    padding-bottom: 25px; }

.footer-1 h4{
    color: #debe98;
    font-size: 24px;
    font-weight: 400; 
    font-family: "Playfair", serif; 
    margin-bottom: 15px;}

.footer-1 input{
    width: 49%; 
    margin-bottom: 20px;
    height: 40px;
    color: #000;
    background-color: #fff;
    border:0;
    border-radius: 5px;
    text-indent: 10px;
    font-family: "Roboto", Sans-serif; 
    font-size: 15px;
    float: left
}

.footer-1 select{
    width: 100%; 
    margin-bottom: 20px;
    height: 40px;
    color: #000;
    background-color: #fff;
    border:0;
    border-radius: 5px;
    text-indent: 10px;
    font-family: "Roboto", Sans-serif; 
    font-size: 15px;
}

.submit-btn{color: #fff !important;
    padding: 10px 25px;
    font-size: 16px;
    line-height: 23px;
    background-color: #924a4e;
    text-align: center;
    display: inline-block;
    margin-right: 15px;
    border-radius: 5px;
    margin-bottom: 28px;
    font-family: "Nunito", sans-serif;
    font-weight: 500; border:0; width: 100%}

.footer-9{width: 66%; margin-right: 4.666%; float: left}

.footer-9 h4{
     color: #debe98;
    font-size: 24px;
    font-weight: 400; 
    font-family: "Playfair", serif; 
    margin-bottom: 15px;}

.footer-9 ul li{color: #fff;
    font-weight: 400 ;
    font-size: 15px;font-family: "Roboto", Sans-serif;   margin-bottom: 12px; letter-spacing: 0.5px;}

.footer-9 ul li a{color: #fff;
    }


.footer-3{width: 33%; margin-right: 4.666%; float: left}

.footer-3 h4{
     color: #debe98;
    font-size: 24px;
    font-weight: 400; 
    font-family: "Playfair", serif; 
    margin-bottom: 15px;}

.footer-3 ul li{color: #fff;
    font-weight: 400 ;
    font-size: 15px;font-family: "Roboto", Sans-serif;   margin-bottom: 12px; letter-spacing: 0.5px;}

.footer-3 ul li a{color: #fff;
    }

.footer-4{width: 22%; margin-right: 0%; float: left}

.footer-4 h4{
     color: #debe98;
    font-size: 24px;
    font-weight: 400; 
    font-family: "Playfair", serif; 
    margin-bottom: 15px;}

.footer-4 ul li{color: #fff;
    font-weight: 400 ;
    font-size: 15px;font-family: "Roboto", Sans-serif; line-height: 28px;  margin-bottom: 12px; letter-spacing: 0.5px; padding-left: 23px;}

.footer-4 ul li a{color: #fff;
    }
.footer-4 ul li i {
    margin-left: -23px;
    color: #fff;
}





.footer .CopyRight {
    padding: 30px 0;
    margin-top: 30px;
    text-align: center;
    border-top: 1px solid rgba(255,255,255,.2);
}
.footer .CopyRight .FlexBox {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
}
.footer .CopyRight .lft_bx {
    justify-content: flex-start;
    flex-wrap: wrap;
    display: flex;
    align-items: flex-end;
    /* justify-content: center; */
}
.footer .CopyRight .logo {
    margin-right: 15px;
    margin-bottom: 0;
    width: 73px;
    /* margin: 0; */
}
.footer .logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.footer .CopyRight p {
    color: #fff;
    margin: 0;
    font-weight: 400;
    font-size: 15px;
   font-family: "Roboto", Sans-serif;
    text-align: center;
    margin-bottom: 0px;
}
.footer .CopyRight .rit {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.footer .CopyRight .rit .social {
    margin-right: 45px;
    margin-bottom: 0;
    display: flex;
}
.footer .CopyRight .rit .social .label {
    font-size: 14px;
    font-weight: 300;
    color: rgba(255,255,255,.55);
    font-style: italic;
}
.footer .CopyRight .rit .social ul {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    margin-bottom: 0;
    /* justify-content: center; */
    justify-content: flex-end;
}
.footer .CopyRight .rit .social ul li {
    width: auto;
    margin-left: 20px;
}
.footer .CopyRight .rit .social ul li a {
    transition: all .3s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer .CopyRight .rit .social ul li a svg {
    fill: #b2c55b;
    width: 18px;
    height: 18px;
    transition: all .3s;
}
.footer .CopyRight .rit .designed {
    font-size: 14px;
    font-family: "Roboto", Sans-serif; 
    color: #d3b507;
    text-transform: capitalize;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.footer .CopyRight .rit .designed a {
    padding-left: 5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

.about-project{padding: 80px 0}

.download{
      color: #fff !important;
    padding: 10px 25px;
    font-size: 16px;
    line-height: 23px;
    background-color: #924a4e;
    text-align: center;
    display: inline-block;
    margin-right: 15px;
    border-radius: 25px;
    margin-top: 8px;
    font-family: "Robot", sans-serif;
    font-weight: 500;    letter-spacing: 0.5px;
}

.download:hover{
      color: #000 !important;
    background-color: #debe98;
}

.download1{
      color: #fff !important;
    padding: 10px 25px;
    font-size: 16px;
    line-height: 23px;
    background-color: #05738c;
    text-align: center;
    display: inline-block;
    margin-right: 15px;
    border-radius: 25px;
    margin-top: 8px;
    font-family: "Robot", sans-serif;
    font-weight: 500;    letter-spacing: 0.5px;
}

.download1:hover{
      color: #000 !important;
    background-color: #debe98;
}
.call-now{
      color: #fff !important;
    padding: 10px 25px;
    font-size: 16px;
    line-height: 23px;
    background-color: #924a4e;
    text-align: center;
    display: inline-block;
    margin-right: 15px;
    border-radius: 25px;
    margin-top: 8px;
    font-family: "Robot", sans-serif;
    font-weight: 500;    letter-spacing: 0.5px;
}

.call-now:hover{
      color: #000 !important;
    background-color: #debe98;
}



.about-project h1{
    font-family: "Cinzel", serif;
    color: #000;
    font-size: 30px;
    line-height: 50px;
    margin-bottom: 15px;
    margin-top: 8px;
}

.about-project p{    
        font-size: 15px;
    font-weight: 400;
    color: #000;
    font-family: "Roboto", sans-serif;
    line-height: 30px;
    margin-bottom: 15px;
    letter-spacing: 0.3px;
}

.location-highlights{
    padding: 100px 0;
    background-color: #924a4e;
}

.location-highlights h1{
    font-family: "Cinzel", serif;
    color: #fff;
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 20px;letter-spacing: 0.5px
}

.location-highlights h6{
    font-family: "Cinzel", serif;
    color: #debe98;
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 15px;
}

.location-highlights p{    
        font-size: 15px;
    font-weight: 400;
    color: #000;
    font-family: "Roboto", sans-serif;
    line-height: 30px;
    margin-bottom: 15px;
    letter-spacing: 0.3px;
}

.location-highlights-ul ul{margin-bottom: 0 }

.location-highlights-ul ul li{
    list-style: none;
    float: left;
    width: 100%;
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    font-family: "Roboto", sans-serif;
    line-height: 30px;
    letter-spacing: 0.3px;
 }

.location-highlights-ul ul li i{
    font-size: 16px;
    color: #924a4e;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    background-color: #debe98;
    margin-right:10px;
 }

 .amenities-section{padding: 80px 0}

.amenities-section h1{
    font-family: "Cinzel", serif;
    color: #05738c;
    font-size: 38px;
    line-height: 50px;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    text-align: center;
}

.amenities-box{width: 20%; float: left; text-align: center;}  

.border-right{border-right: 1px solid #eee}

 .border-bottom{border-bottom: 1px solid #eee}

.amenities-box-text{padding: 30px 20px 10px;}

.amenities-box-text img{
    width: 64px;
    height: 64px;
    margin: 0 auto 20px auto;
}

.amenities-box-text h4{font-size: 15px;
    font-style: normal;
    font-family: "Roboto", sans-serif;
    line-height: 30px;
    letter-spacing: 0.3px;
    color: #000;
    font-weight: 400;
}

.layout-section{padding: 0px 0 90px}

.layout-section h1{
    font-family: "Cinzel", serif;
    color: #05738c;
    font-size: 30px;
    line-height: 50px;
    letter-spacing: 0.5px;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 50px;
}

.layout-section img{border-radius:15px; border:1px solid #ddd; padding: 35px;}

.layout-section h3{
       font-family: "Cinzel", serif;
    color: #924a4e;
    font-size: 30px;
    line-height: 46px;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    margin-top: 32px;
    }

.layout-section p{
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    line-height: 30px;
    letter-spacing: 0.3px;
    color: #000;
    font-weight: 400;
}

.galler-section{padding: 100px 0 0}

.galler-section h1{
    font-family: "Cinzel", serif;
    color: #05738c;
    font-size: 38px;
    line-height: 50px;
    margin-bottom: 17px;
    letter-spacing: 0.5px;
    text-align: center;
}

.gallery-left{width: 31%; float: left; margin-right: 1%}

.gallery-right{width: 68%; float: left; margin-right: 0%}

.gallery-right-left{width: 49%; float: left; margin-right: 2%}

.gallery-right-right{width: 49%; float: left; margin-right: 0%}

.gallery-center{width: 31%; float: left; margin-right: 1%}

.gallery-center{width: 31%; float: left; margin-right: 1%}

.video-section{padding: 60px 0; background-color: rgba(235, 228, 217, 1); margin-top: 60px}

.video-section h1{
    font-family: "Cinzel", serif;
    color: #05738c;
    font-size: 38px;
    line-height: 50px;
    margin-bottom: 17px;
    letter-spacing: 0.5px;
    text-align: center;
}

/* ======================last-icons============================ */


#CallIcon {
    display: none;
}

#whatsAppIcon {
    display: none;
}
