<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap');

html, body{
   overflow-x: hidden;
}

@media (min-width: 1700px){
.container{
   max-width: 1500px;
}	
}

h1,h2,h3,h4,h5,h6,p{
	margin: 0;
	padding: 0;
}
p{
	color: #404040;
	line-height: 27px;
    font-family: 'Poppins', sans-serif;
}
.theme-btn{
	font-size: 20px;
	color: #fff;
	background: #782B90;
	border-radius: 0 10px 0 10px;
	text-decoration: none;
	padding: 13px 30px 15px;
	margin-top: 30px;
	display: inline-block;
	transition: all 0.5s ease-in-out; 
}
.theme-btn:hover{
	background: #e7ba1f;
	color: #fff;
}
.border-btn{
    background: transparent;
    color: #782B90;
    border:1px solid #782B90;
}
.border-btn:hover{
    background: #782B90;
    /*border:1px solid #782B90;*/
}

/* header section css */
header .navbar .nav-link {
	font-size: 18px;
	color: #000;
	font-weight: 500;
	 font-family: 'Oswald', sans-serif;
	 margin-left: 30px;
	 transition: all 0.3s ease-in-out;
}
header .navbar .active .nav-link{
    color: #782B90;
}
header .navbar .nav-link:hover{
	color: #782B90;
}
header .navbar .navbar-brand img{
	max-height: 145px;
}
header .dropdown-item:hover{
    background: #782B90;
    color: #fff;
}
header .dropdown-item{
	font-weight: 500;
    font-family: 'Oswald', sans-serif;
    padding: 10px 20px;
    color: #fff;
    transition: all 0.3s ease-in-out; 
}
header .dropdown-menu{
	padding: 0;
	background: #782B90;
	border: none;
}
header .dropdown-item:hover{
	background: #e7ba1f;
    color: #fff;
}
    



/* Slider Section css */
.slider-section .carousel img{
	max-height: 920px;
	object-fit: cover;
}
.slider-section .carousel h5{
	font-size: 50px;
    font-family: 'Oswald', sans-serif;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px 20px 20px;
    border-radius: 8px;
}
.slider-section .carousel-caption{
	left: auto;
	right: 3%;
	bottom: 11%;
}
.slider-section .carousel .carousel-indicators{
	display: none;
}
.slider-section .carousel-control-prev-icon{
	background: none;
}
.slider-section .carousel-control-next-icon{
	background: none;
}
.slider-section .carousel-control-next, .carousel-control-prev{
	opacity: 1;
}
.slider-section .carousel-control-next {
    right: -70px;
    top: 160px;
}
.slider-section .carousel-control-prev {
    left: -70px;
    top: 160px;
}
.slider-section .carousel-control-prev span{
	font-size: 12px;
}
.slider-section .carousel-control-next span{
	font-size: 12px;
}
.slider-section .carousel-control-prev-icon{
	height: auto;
}
.slider-section .carousel-control-next-icon{
	height: auto;
}
.slider-section .text-btns{
	padding-top: 3px;
}


/* Search Section css*/
.search-section{
	margin-top: -70px;
    position: relative;
    z-index: 2;
}
.search-section .search-bar-bg{
	background: #782B90;
    border-radius: 14px;
    max-width: 88%;
    margin: 0 auto;
}
.search-section .search-bar-inn{
	padding: 40px 60px;
}
.search-section .search-bar-inn form{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-flow: wrap;
}
    .search-section .search-bar-inn .form-div {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-flow: wrap;
    }
.search-section .radio-part{
	width: 16%;
}
.search-section .search-box{
	width: 40%;
	position: relative;
	border-left: 1px solid #9355a6;
	padding-left: 30px;
}
.search-section .search-box:after{
	content: "";
	position: absolute;
	top: 20px;
	left: 50px;
	background: url(../images/search-icon.png) no-repeat;
	height: 17px;
	width: 17px;
}
.search-section .search-box input{
	height: 54px;
	border: 2px solid #9355a6;
	padding: 10px 30px 10px 70px;
	border-radius: 10px;
	outline: none;
	box-shadow: none;
	background: transparent;
	width: 100%;
	font-size: 18px;
	color: #fff;
	font-family: 'Oswald', sans-serif;
}
.search-section .submit-box .submit{
	background: #fff;
	color: #782B90;
	border: none;
	height: 54px;
	border-radius: 10px;
	padding: 15px 75px;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
}
.search-section .submit-box .submit:hover{
	background: #e7ba1f;
	color: #fff;
}
.search-section .custom-select{
	width: 24%;
	position: relative;
	text-align: center;
}
.search-section .custom-select:after{
	position: absolute;
	content: "";
	top: 17px;
	left: 20px;
	background: url(../images/property-icon.png) no-repeat;
	width: 16px;
	height: 17px;
}
/*.search-section .custom-select:before{
	position: absolute;
	content: "";
	top: 24px;
	right: 20px;
	background: url(../images/dropdown-arrow.png) no-repeat;
	width: 11px;
	height: 6px;
}*/
.search-section .submit-box{
	width: 17%;
}
.search-section .select-box select{
    height: 54px;
	border: 2px solid #9355a6;
	padding: 10px 30px;
	border-radius: 10px;
	outline: none;
	box-shadow: none;
	background: transparent;
	width: 100%;
	font-size: 18px;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	text-align: center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.search-section .select-box select option{
	color: #000;
}
.search-section .search-box input::placeholder{
	color: #fff;
	font-size: 18px;
	font-family: 'Oswald', sans-serif;
}
.search-section .contain {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin-right: 20px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  font-weight: 500;
  font-family: 'Oswald', sans-serif;
}
.search-section .contain input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.search-section .checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 19px;
  width: 19px;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
}
.search-section .contain input:checked ~ .checkmark {
  background-color: transparent;
}
.search-section .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.search-section .contain input:checked ~ .checkmark:after {
  display: block;
}
.search-section .contain .checkmark:after {
    top: 4px;
    left: 4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}



/* About Section css */
.about-section{
	padding: 100px 0;
	position: relative;
}
.about-section:after{
	content: "";
	position: absolute;
	top: -60px;
	right: 0;
	background: url(../images/about-bg.png) no-repeat;
	width: 424px;
	height: 836px;
}
.about-section p{
	font-size: 16px;
	line-height: 41px;
	color: #404040;
	font-family: 'Poppins', sans-serif;
}
.about-section p span{
	color: #782B90;
	font-weight: 700;
}
.about-section .left-block{
    background: #782B90;
    height: 100%;
    display: flex;
    align-items: flex-end;
    flex-flow: wrap;
    justify-content: center;
    flex-direction: column;
    padding: 120px 70px 120px 0;
}
.about-section .left-block h2, .about-section .left-block h3{
	text-transform: uppercase;
}
.about-section .left-block h2{
	font-size: 56px;
	padding: 0 0 40px;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	color: #fff;
}
.about-section .left-block h3{
	font-size: 130px;
	padding: 0 0 40px;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.1);
}
.about-section .right-block{
    padding: 0 17% 0 50px;  
}


/* Service Section css */
.service-section{
	background: url(../images/service-bg.png) no-repeat;
	background-position: top 10px right 150px; 
	position: relative;
	padding-bottom: 120px;
}
.service-section .img-block{
	position: relative;
}
.service-section .img-block:after{
	content: "";
	position: absolute;
	top: -64px;
	right: 0;
	width: 412px;
	height: 363px;
	background: rgba(120, 43, 144, 0.27);
	z-index: -1;
}
.service-section .img-block:before{
	content: "";
	position: absolute;
	bottom: -64px;
	left: 0;
	width: 412px;
	height: 363px;
	background: rgba(120, 43, 144, 0.27);
	z-index: -1;
}
.service-section .right-block{
	padding-left: 50px;
}
.service-section ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.service-section ul li {
	display: flex;
	align-items: center;
	padding: 0 0 100px 0;
}
.service-section ul li h2{
	font-size: 122px;
	font-weight: 700;
    font-family: 'Oswald', sans-serif;
}
.service-section ul li h3{
	font-size: 30px;
	font-weight: 700;
	padding-bottom: 10px;
	font-family: 'Oswald', sans-serif;
}
.service-section ul li p{
	font-size: 24px;
	line-height: normal;
	color: #333333;
	max-width: 85%;
}
.service-section ul li h3 a{
	text-decoration: none;
}
.service-section ul li:nth-child(1) h2, .service-section ul li:nth-child(1) h3 a{
    color: #EF3C76;
}
.service-section ul li:nth-child(2) h2, .service-section ul li:nth-child(2) h3 a{
    color: #782B90;
}
.service-section ul li:nth-child(3) h2, .service-section ul li:nth-child(3) h3 a{
    color: #CC922D;
}
.service-section ul li .square{
	position: relative;
	margin-right: 5px;
}
.service-section ul li:nth-child(1) .square{
    margin-right: 25px;	
}
.service-section ul li .square:after{
	content: "";
	position: absolute;
	top: -10px;
	right: -45px;
	width: 99px;
	height: 107px;
	background: rgba(239, 60, 118, 0.15);
	z-index: 5;
}
.service-section ul li:nth-child(2) .square:after{
	background: rgba(120, 43, 144, 0.15);
	top: 0;
	right: -25px;
}
.service-section ul li:nth-child(3) .square:after{
	background: rgba(204, 146, 45, 0.15);
	top: 0;
	right: -25px;
}
.service-section .vertical-text{
	font-size: 78px;
	font-weight: 700;
	font-family: 'Oswald', sans-serif;
	color: rgba(62, 62, 62, 0.15);
	position: absolute;
	top: 35%;
	right: -9%;
    transform: rotate(270deg);
}
.service-section .slick-slide img{
	border-radius: 0 150px 0 150px;
}
.service-section .slick-prev {
    left: 0;
    z-index: 99999;
}
.service-section .slick-next{
    right: 10px;
    z-index: 99999;
}
.service-section .slick-prev:before, .service-section .slick-next:before {
    font-size: 30px;
    opacity: 1;
}




footer{
	font-family: 'Roboto', sans-serif;
	background: #E2E2E2;
	padding: 50px 0 0; 
	position: relative;
}
footer .main-list{
	display: flex;
	/*align-items: center;*/
	justify-content: space-between;
	list-style: none;
	padding: 0;
	margin: 0; 
}
footer .main-list li{
	width: 25%;
}
footer .main-list p{
	font-size: 14px;
	line-height: 24px;
	color: #5E5E5E;
}
footer ul li h3.footer-title{
	font-size: 24px;
	color: #616161;
	text-transform: capitalize;
    font-weight: 700;
	padding: 60px 0 20px 0;	
}
footer .nav-list{
	list-style: none;
	padding: 0;
	margin: 0;
}
footer .nav-list li{
    position: relative;
    padding: 0 0 20px 30px;
    width: 100%;
}
footer .nav-list li:after{
	content: "";
    position: absolute;
    top: 11px;
    left: 0;
    background: url(../images/footer-nav-arrow.png) no-repeat;
    width: 12px;
    height: 6px;
}
footer .nav-list li a{
    font-size: 18px;
    color: #772B8F;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.5s ease-in-out;
}
footer .nav-list li a:hover{
    color: #e7ba1f;
    padding-left: 10px;
}
.footer-logo{
	margin-bottom: 30px;
}
footer .social-icons {
	display: flex;
	padding: 30px 0 0 0; 
}
footer .social-icons li{
	list-style: none;
	height: 50px;
	width: 50px;
	margin-right: 10px;
}
footer .social-icons li a{
	display: flex;
	height: 50px;
	width: 50px;
	align-items: center;
	justify-content: center;
	background: #782B90;
	margin-right: 10px;
	border-radius: 4px;
	transition: all 0.5s ease-in-out;
}
footer .social-icons li a:hover{
	background: #e7ba1f;
    color: #fff;
}
footer .call-block{
	display: flex;
	background: rgba(119, 43, 143, 0.12);
	border-radius: 20px 0 20px 0;
	padding: 19px 26px;
	margin-bottom: 0;
}
footer .call-block h4{
	font-size: 18px;
	color: #818181;
	font-weight: 500;
}
footer .call-block h5{
	font-size: 29px;
	color: #646464;
	font-weight: 500;
}
footer .call-block .img-block{
	height: 52px;
	width: 52px;
	border-radius: 50%;
	background: #772B8F;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 26px;
}
footer form input{
	font-size: 14px;
	color: #000;
	height: 59px;
	background: #fff;
	border-radius: 4px;
	border: none;
	width: 100%;
	margin-bottom: 12px;
	padding: 0 20px;
}
footer form input.submit{
	font-size: 14px;
	color: #fff;
	background-color: #772B8F !important;
	height: 59px;
	background: #fff;
	border-radius: 4px;
	padding: 10px 42px;
	font-weight: 500;
	text-transform: uppercase;
	width: auto;
	transition: all 0.5s ease-in-out;
}
footer form input.submit:hover{
	background-color: #e7ba1f !important;
    color: #fff;
}
footer .copyright{
	background: #fff;
	padding: 34px 0;
	margin-top: 30px;
}
footer .flex-box{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
footer .flex-box ul{
	margin: 0;
	padding: 0;
}
footer .flex-box ul li{
	display: inline-block;
	margin-left: 13px;
	position: relative;
	padding-left: 30px;
}
footer .flex-box ul li:nth-child(1):after{
    display: none;
}
footer .flex-box ul li:after{
	content: "";
	height: 2px;
	width: 6px;
	position: absolute;
	top: 11px;
	left: 0;
	background: #979797;
}
footer .flex-box p{
	font-size: 14px;
	color: #979797;
}
footer .flex-box ul li a{
	font-size: 14px;
	color: #979797;
	text-decoration: none;
}
footer .quick-link{
    font-size: 67px;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
    color: rgba(62, 62, 62, 0.15);
    position: absolute;
    top: 31%;
    left: 26%;
    transform: rotate(270deg);
    display: block;
    text-transform: uppercase;
}
footer .talk-link{
    font-size: 67px;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
    color: rgba(62, 62, 62, 0.15);
    position: absolute;
    top: 33%;
    left: 55%;
    transform: rotate(270deg);
    display: block;
    text-transform: uppercase;
}


footer .custom-check {
  display: block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  font-size: 14px;
  color: #818181;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 15px;
}


footer .custom-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}


footer .checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  height: 13px;
  width: 13px;
  background-color: #fff;
  border: 2px solid #772B8F;
}



footer .custom-check input:checked ~ .checkmark {
  background-color: #772B8F;
}


footer .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}


footer .custom-check input:checked ~ .checkmark:after {
  display: block;
}


footer .custom-check .checkmark:after {
    left: 2px;
    top: -1px;
    width: 5px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.navbar .navbar-nav li:hover &gt; ul.dropdown-menu {
    display: block;
}





/*the container must be positioned relative:*/
.custom-select {
  position: relative;
  font-family: Arial;
  z-index: 99999;
}

.custom-select select {
  display: none; /*hide original SELECT element:*/
}

.select-selected {
 
  height: 54px;
	border: 2px solid #9355a6;
	padding: 10px 30px;
	border-radius: 10px;
	outline: none;
	box-shadow: none;
	background: transparent;
	width: 100%;
	font-size: 18px;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	text-align: center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 23px;
  right: 20px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 17px;
  right: 20px;
}

/*style the items (options), including the selected item:*/
.select-items div {
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
  text-align: left;
  padding: 10px 20px;
  transition: all 0.5s ease-in-out;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #782b90;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  color: #fff;
  font-family: 'Oswald', sans-serif;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background: #e7ba1f;
  padding-left: 30px;
}




/*About Us page css*/
.main-title{
	display: table;
	margin: 0 auto 60px;
}
.main-title h1, .main-title h2{
   font-size: 38px;
   font-weight: 700;
   color: #000;
   position: relative;
   padding-bottom: 10px;
   font-family: 'Oswald', sans-serif;
}
.main-title h1:first-letter, .main-title h2:first-letter{
   color: #782B90;
}
.main-title h1:after, .main-title h2:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	height: 4px;
	width: 28px;
	background: #CC922D;
	transform: translateX(-50%);
}
.left-align{
	margin: 0 0 60px;
}
.left-align h1:after, .left-align h2:after{
	left: 10px;
}




.about-us-section {
	padding: 30px 0 60px;
}
.about-us-section p{
	font-size: 18px;
    line-height: 27px;
    color: #404040;
    font-family: 'Poppins', sans-serif;
    /*text-align: center;*/
    padding-bottom: 20px;
}


.vision-mission-section{
	padding: 10px 0 80px;
}
.vision-mission-section .flex-box{
	display: flex;
}
.vision-mission-section .flex-box .flex-item{
	background: #782B90;
	text-align: center;
    padding: 94px 9% 94px 16%;
    border-radius: 0 100px 0 0;
    width: 50%;
}
.vision-mission-section .flex-box .flex-item p{
    font-size: 18px;
    line-height: 27px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}
.vision-mission-section .flex-box .flex-item img{
	margin-bottom: 20px;
	max-height: 186px;
}
.vision-mission-section .flex-box .flex-item:last-child{
	background: #CC922D;
	padding: 94px 16% 94px 9%;
	border-radius: 100px 0 0 0;
}


.key-values-section{
	padding: 0 0 70px;
}
.key-values-section ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.key-values-section ul li{
	display: flex;
	align-items: center;
	padding: 22px 50px;
    box-shadow: 0px 0px 24px rgb(0 0 0 / 15%);
    border-radius: 8px;
    margin-bottom: 30px;
}
.key-values-section ul li img{
	margin-right: 60px;
}
.key-values-section .key-values-img{
    display: block;
    margin: 0 auto;
}
.key-values-section p{
	font-size: 18px;
	line-height: 27px;
	color: #404040;
}



.goals-section{
    padding: 0 0 50px;
}
.goals-section .services-row{
    margin-bottom: 20px;
}
.goals-section h3{
	font-size: 34px;
	color: #782B90;
	text-transform: capitalize;
	font-weight: 500;
	font-family: 'Oswald', sans-serif;
}
.goals-section .blue-bg{
    background: rgba(120, 43, 144, 0.1);
    border-radius: 8px;
    text-align: center;
    padding: 150px 0;
    margin: 0 15px 0 0;
}
.goals-section .left-box{
    padding: 0 27px 0 0;
}
.goals-section .yellow-box{
    background: rgba(204, 146, 45, 0.1);
    margin: 0;
}
.goals-section .gray-box{
	padding: 38px 70px;
	box-shadow: 0px 0px 24px rgb(0 0 0 / 15%);
	 border-radius: 8px;
	 margin: 0 0 27px;
	 min-height: 156px;
	 display: flex;
	 align-items: center;
	 justify-content: center;
}
.goals-section .gray-box h4{
	font-size: 18px;
	color: #404040;
	line-height: 27px;
	text-align: center;
	font-family: 'Poppins', sans-serif;
}
.goals-section .yellow-box h3{
	color: #CC922D; 
}

.breadcrumb{
	justify-content: flex-end;
	margin: 40px 0 0 0;
}
.breadcrumb li a, .breadcrumb li {
	font-size: 18px;
	color: #404040;
	font-family: 'Oswald', sans-serif;
	text-decoration: none;
}
.breadcrumb li.active{
	font-weight: 500;
}





/*product-list page css*/
.product-list-section{
    padding: 50px 0 80px;
}
.product-list-section .main-img{
	width: 100%;
	height: 300px;
	object-fit: cover;
	border-radius: 15px;
}
.product-list-section .content-blk h3 a{
	font-size: 24px;
	font-weight: 500;
	color: #782B90;
	text-decoration: none;
	font-family: 'Oswald', sans-serif;
	transition: all 0.3s ease-in-out;
	margin: 10px 0 20px 0; 
	display: block;
	max-width: 80%;
    height:50px;
}
.product-list-section .content-blk p{
	font-size: 18px;
	line-height: 28px;
	padding: 0 0 20px;
	color: #404040;
}
.product-list-section .content-blk h3 a:hover{
	color: #CC922D;
}
.product-list-section .content-blk ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0;
	margin: 0;
}
.product-list-section .content-blk ul li{
	list-style: none;
	display: flex;
	align-items: center;
    border-right: 1px solid rgba(120, 43, 144, 0.3);
	padding: 7px 25px 7px 0;
}
.product-list-section .content-blk ul li:last-child{
	border: none;
}
.product-list-section .content-blk ul li img{
	margin-right: 10px;
}
.product-list-section .content-blk ul li span{
	font-size: 14px;
	color: #404040;
	font-family: 'Poppins', sans-serif;
}
.product-list-section .content-blk ul li .number{
	font-size: 18px;
	color: #782B90;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	padding-left: 5px;
}
    .product-list-section .card-item {
        padding: 38px 30px;
        background: #fff;
        box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
        border-radius: 30px;
        margin-bottom: 30px;
        /*height: 540px;*/
    }

.product-list-section .slick-prev{
    background: url(../images/prev-arrow.png);
    height: 20px;
    width: 20px;
    left: 20px;
    z-index: 9;
}
.product-list-section .slick-next{
    background: url(../images/next-arrow.png);
    height: 20px;
    width: 20px;
    right: 20px;
    z-index: 9;
}
.product-list-section .slick-prev:before{
	display: none;
}
.product-list-section .slick-next:before{
	display: none;
}
.product-list-section .product-slider img{
	max-height: 293px;
	min-height: 293px;
	object-fit: cover;
	border-radius: 15px;
}
.product-list-section .slider-img-blk{
	position: relative;
}
.product-list-section .slider-img-blk:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0%), rgba(204, 146, 45, 30%));
	border-radius: 15px;
}
.more-btn-section{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 60px 60px;
}
.more-btn-section .more-btn{
	font-size: 18px;
	color: #fff;
	background: #CC922D;
	padding: 15px 30px;
	border-radius: 4px;
	text-decoration: none;
	transition: all 0.5s ease-in-out;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}
.more-btn-section .more-btn:hover{
	color: #fff;
	background: #782B90;
}
.more-btn-section .left-align{
	margin: 0;
}





/* Product details page css */

.product-details-slider-section{
    padding-bottom: 45px;
}
.product-details-slider-section .location-blk{
	background: #fff;
	padding: 10px;
	box-shadow: 0px 0px 24px rgb(0 0 0 / 15%);
    border-radius: 8px;
    height: 83%;
}
.product-details-slider-section h3{
	font-size: 24px;
	color: #404040;
	padding: 20px 0 25px;
	font-family: 'Poppins', sans-serif;
}
.product-details-slider-section .slick-prev{	
    background: url(../images/prev-arrow.png);
    height: 20px;
    width: 20px;
    left: 15px;
    z-index: 9;
}
.product-details-slider-section .slick-next{
	right: 35px;
	z-index: 9999;
	background: url(../images/next-arrow.png);
    height: 20px;
    width: 20px;
    z-index: 9;
}
.product-details-slider-section img{
	width: 100%;
}
.product-details-slider{
	padding-right: 20px;
	position: relative;
}
.product-details-slider:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: calc(100% - 6px);
	width: 4.5%;
	background: rgba(204, 146, 45, 51%);
	z-index: 2;
}
.product-details-slider:after{
	content: "";
	position: absolute;
	right: 20px;
	top: 0;
	height: calc(100% - 6px);
	width: 4.5%;
	background: rgba(204, 146, 45, 51%);
}

.property-details{
    padding: 50px 0;
}
.property-details ul{
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}
.property-details ul li{
	display: flex;
	/*justify-content: space-between;*/
	align-items: center;
	width: 33.33%;
	padding: 0 50px 40px 0;
}

.property-details ul li .img-block{
	width: 35%;
}
.property-details ul li .content-block{
	width: 65%;
	padding: 15px 0;
	border-radius: 8px;
	background: rgba(161, 127, 73, 8%);
	text-align: center;
}
.property-details ul li .content-block p{
	padding: 0;
}
.property-details h3{
    padding: 15px 0 20px;
    font-size: 24px;
    color: #404040;
    font-family: 'Poppins', sans-serif;
}
.property-details p{
    padding: 0 0 20px;
    font-size: 18px;
    color: #404040;
    font-family: 'Poppins', sans-serif;
}
.amenities-section{
	padding: 0 0 70px;
}
.amenities-section ul{
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
}
.amenities-section ul li{
	background: #fff;
	box-shadow: 0px 0px 24px rgb(0 0 0 / 15%);
    border-radius: 8px;
    text-align: center;
    width: 25%;
    margin: 0 50px 0 0;
    padding: 40px 0;
}
.amenities-section ul li h4{
    font-size: 18px;
    color: #404040;
    padding: 20px 0 0 0;
}
.plan-brochure-section img{
    margin: 30px 0 0;
}
.plan-brochure-section a{
    box-shadow: 0px 0px 24px rgb(0 0 0 / 15%);
    font-size: 18px;
    color: #404040;
    padding: 0 0 0 30px;
    display: block;
    text-decoration: none; 
    margin-top: 40px;
}
.plan-brochure-section a img{
	margin: 0;
}
.plan-brochure-section a span{
	box-shadow: 0px 0px 24px rgb(0 0 0 / 15%);
	height: 68px;
    padding: 20px 25px;
    display: inline-block;
    margin-left: 30px;
}
.product-details-bg{
    background: url(../images/product-details-bg.png) no-repeat center right;
}



.tab-section{
	padding: 60px 0 0;
}
.tab-section .nav-pills .nav-link.active {
    color: #782B90;
    background-color: transparent;
    position: relative;
}
.tab-section .nav-pills .nav-link.active:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 4px;
    background: #CC922D;
     border-radius: 4px;
}
.tab-section .nav-pills{
	border-bottom: 4px solid #faf4e9;
	margin: 0 15px;
}
.tab-section .nav-pills .nav-link{
    font-size: 24px;
    font-weight: 500;
    color: #404040;
    font-family: 'Oswald', sans-serif;
    padding: 15px 20px;
    margin-right: 30px;
}



/* Executive management page css*/


.management-section{
	padding: 70px 0;
}
.management-section .flex-card{
	box-shadow: 0px 0px 24px rgba(0 0 0 / 15%);
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.management-section .flex-card h3{
   	font-size: 20px;
    color: #000;
    text-transform: capitalize;
    font-weight: 500;
    padding: 0 0 10px;
    font-family: 'Oswald', sans-serif;
} 
.management-section .flex-card .content-block{
	padding: 20px 20px;
}
.management-section .flex-card:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: all 0.5s ease-in-out;
    transform: translateY(-50%);
}
.management-section .flex-card:hover:after{
	opacity: 1;
	transform: translateY(0);
}
.management-section .social-icons li{
    display: inline-block;
}
.management-section .social-icons li a{
	height: 35px;
	width: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #CC922D;
	text-decoration: none;
	color: #fff;
	border-radius: 4px;
	transition: all 0.5s ease-in-out;
}
.management-section .social-icons li a:hover{
	background: #772B8F;
}
.social-icons{
	position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
     top: 20%;
     z-index: 3;
     display: flex;
	justify-content: space-between;
	max-width: 55%;
	margin: 0 auto;
	padding: 0;
	margin: 0;
}
.management-section .flex-card:hover .social-icons{
	top: 50%;
    left: 50%;
    opacity: 1;
}
.hover-text{
	position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
     top: 20%;
     z-index: 3;
     display: flex;
     flex-flow: column;
	justify-content: space-between;
	max-width: 85%;
	margin: 0 auto;
	padding: 0;
	margin: 0;
	color: #fff;
}
.hover-text p{
	color: #fff;
}
.hover-text .theme-btn{
    background: #fff;
    color: #000;
    max-width: 60%;
    margin: 15px auto 0;
}
.management-section .flex-card:hover .hover-text{
	top: 50%;
    left: 50%;
    opacity: 1;
}
.member-img{
	max-height: 300px;
	width: 100%;
	object-fit: cover;
	object-position: top;
}




.common-content p{
    text-align: left;
}
.common-content ul{
	padding: 30px 0 0 0;
	margin: 0;
	list-style: none;
}
.common-content ul li{
	font-size: 18px;
    line-height: 27px;
    color: #404040;
    font-family: 'Poppins', sans-serif;
    padding: 0 0 20px 30px;
    position: relative;
}
.common-content ul li:after{
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	height: 10px;
	width: 10px;
	background: #772B8F;
}
.common-content ul li:nth-child(2):after {
    background: #e7ba1f;   
}
.common-content ul li:nth-child(3):after {
    background: #ef3c76;   
}



.careers-section{
	padding: 50px 0;
}
.careers-section h3{
  font-size: 32px;
  color: #000;
  font-family: 'Oswald', sans-serif;
  padding: 10px 0 30px;
  color: #e7ba1f;
}
.careers-section .list-item{
  background-color: #f1f1f1;
  padding: 40px;
  margin-bottom: 30px;
}
.careers-section .list-item .text-box{
  width: 60%;
}
.careers-section .list-item .btn-box{
  width: 40%;
  text-align: right;
}
.careers-section .list-item h4{
  font-size: 24px;
  color: #000;
  font-family: 'Oswald', sans-serif;
  padding-bottom: 10px;
}
.careers-section .list-item p{
    font-size: 18px;
    line-height: 27px;
    color: #404040;
    font-family: 'Poppins', sans-serif;
    padding-bottom: 20px;
}
.careers-section .list-item-text{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.careers-section .location-user{
  text-decoration: none;
  font-size: 18px;
  color: #000;
  font-weight: 600;
  margin-right: 10px;
}
.careers-section .location-user i{
  margin-right: 10px;
}



.career-details .list-item {
    display: block;
    text-align: center;
}
.career-details .list-item-text {
    display: block;
    padding-bottom: 20px;
}
.career-details .list-item-text p{
	padding-bottom: 20px;
	text-align: center;
}
.career-details .list-item .btn-box {
    width: 100%;
    text-align: center;
}
.career-details .list-item .text-box {
    width: 100%;
    text-align: center;
}
.career-details p{
	font-size: 18px;
    line-height: 27px;
    color: #404040;
    font-family: 'Poppins', sans-serif;
    padding-bottom: 15px;
}
.career-details h3{
	padding: 20px 0 10px;
}

.career-details form{
	padding: 30px 0;
}
.contact-section input, textarea{
  font-size: 18px;
  color: #000;
  padding: 5px 20px;
  height: 55px;
  border: 1px solid #dbdcde;
  border-radius: 5px;
  width: 100%;
 }
.contact-section input:focus, textarea:focus{
  border: 1px solid #782B90;
  outline: none;
}
.contact-section label{
  font-size: 20px;
  color: #000;
  font-weight: 700;
  display: block;
  width: 100%;
  padding-bottom: 15px;
   font-family: 'Oswald', sans-serif;
}
.contact-section .two-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact-section .two-block .form-group{
  width: 48.5%;
}
.contact-section .form-group{
  margin-bottom: 20px;
}
.contact-section .theme-btn{
	margin: 0;
}
.contact-section textarea{
  height: 120px;
}
.contact-section .submit{
   background-color: #DE0421;
   color: #fff;
   font-weight: 700;
   text-transform: uppercase;
   width: auto;
   padding: 5px 50px;
   transition: all 0.3s ease-in-out;
 }
 .contact-section .submit:hover{
  background-color: #000;
  color: #fff;
 }

 .contact-section .contact-info li{
  background-color: #f5f5f5;
  padding: 30px;
  width: 48.5%;
  margin-bottom: 30px;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: space-between;
 }
 .contact-section .contact-info li p{
  margin: 0;
  padding: 0;
 }
 .contact-section .contact-info li .img-blk{
  margin-left: 30px;
  width: 20%;
 }
 .contact-section .contant-blk{
  width: 80%;
 }
 .contact-section .contact-info li:nth-child(even) .img-blk{
    margin-right: 30px;
    margin-left: 0;
 }
 .contact-section .contact-info li:nth-child(even){
  text-align: left;
 }
 .contact-section .contact-info{
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  padding-top: 20px;
 }

 .contact-section [type="file"] {
/* Style the color of the message that says 'No file chosen' */
  color: #7c7c7c;
}
.contact-section  [type="file"]::-webkit-file-upload-button {
  background: #000;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  outline: none;
  padding: 10px 25px;
  text-transform: uppercase;
  transition: all 1s ease;
  border: 1px solid transparent;
  margin-top: 2px;
}

.contact-section [type="file"]::-webkit-file-upload-button:hover {
  background: #fff;
  border: 1px solid #000;
  color: #000;
}



.gallery-section{
	padding: 50px 0 100px;
}
.demo-gallery &gt; ul{
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  padding: 0;
}

.demo-gallery &gt; ul &gt; li {
  margin-bottom: 0;
  width: 50%;
  display: inline-block;
  list-style: outside none none;
  overflow: hidden;
   -webkit-transition: all 1s ease;                  
    -moz-transition: all 1s ease;                 
    -o-transition: all 1s ease;   
    -ms-transition: all 1s ease;          
    transition: all 1s ease;
}

.demo-gallery &gt; ul &gt; li:nth-child(1) a{
  background: #782B90; 
}
.demo-gallery &gt; ul &gt; li:nth-child(2) a{
  background: #e7ba1f;
}
.demo-gallery &gt; ul &gt; li:nth-child(3) a{
  background: #b41d8d;
}
.demo-gallery &gt; ul &gt; li:nth-child(4) a{
  background: #ef3c76; 
}
.demo-gallery &gt; ul &gt; li:nth-child(5) a{
  background: #cc922d; 
}
.demo-gallery &gt; ul &gt; li:nth-child(6) a{
  background: #782B90; 
}


.demo-gallery &gt; ul &gt; li a {
  display: flex;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 1s ease-in-out;                  
    -moz-transition: all 1s ease-in-out;                 
    -o-transition: all 1s ease-in-out;   
    -ms-transition: all 1s ease-in-out;          
    transition: all 1s ease;
    text-decoration: none;
}
/*.demo-gallery &gt; ul &gt; li a:hover{
  transform: scale(1.1);
}*/
.demo-gallery &gt; ul &gt; li a .img-blk{
   width: 50%;
}
.demo-gallery &gt; ul &gt; li a .content-blk{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.demo-gallery &gt; ul &gt; li a:hover { text-decoration: none; }
.demo-gallery &gt; ul &gt; li a &gt; img {
  /*-webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);*/
  height: 100%;
  width: 100%;
}



.demo-gallery &gt; ul &gt; li a:hover .demo-gallery-poster &gt; img {
  opacity: 1;
}

.demo-gallery &gt; ul &gt; li a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}

.demo-gallery &gt; ul &gt; li a .demo-gallery-poster &gt; img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.demo-gallery &gt; ul &gt; li a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .justified-gallery &gt; a &gt; img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}
.demo-gallery &gt; ul &gt; li a &gt; img:hover { opacity: 0.8; }

.demo-gallery .justified-gallery &gt; a:hover .demo-gallery-poster &gt; img {
  opacity: 1;
}

.demo-gallery .justified-gallery &gt; a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}

.demo-gallery .justified-gallery &gt; a .demo-gallery-poster &gt; img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.demo-gallery .justified-gallery &gt; a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .video .demo-gallery-poster img {
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
  opacity: 0.8;
  width: 48px;
}

.demo-gallery.dark &gt; ul &gt; li a {
  border: 3px solid #04070a;
}


/* My additions */

.demo-gallery &gt; ul &gt; li ~ li {
  /*visibility: hidden;
  display: none;*/
}

#lightgallery li h5 { 
  font-weight: 700;
  color: #fff; 
  font-size: 24px;
  margin: 0;
 }


 .lightbox {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%,-50%);
}

.lb-data .lb-close {
    position: absolute;
    top: 0;
    right: 30px;
}
.demo-gallery &gt; ul &gt; li a .img-blk { 
    overflow: hidden;
}
.demo-gallery &gt; ul &gt; li a .img-blk img{
    transition: all 0.5s ease-in-out;
    max-height: 180px;
    width: 100%;
    object-fit: cover;
    min-height: 180px;
}
.demo-gallery &gt; ul &gt; li a:hover .img-blk img{
    transform: scale(1.1);
    transition: all 0.5s ease-in-out;
}


.development-section .flex-box{
     box-shadow: 0px 0px 24px rgb(0 0 0 / 15%);
     min-height: 345px;
     padding: 20px 50px;
     margin-bottom: 30px;
     align-items: center;
     display: flex;

}



.development-section .flex-box .img-blk{
	width: 30%;
}
.development-section .flex-box .content-blk{
	width: 70%;
	text-align: left;
}
.development-section .flex-box .content-blk p{
	text-align: left;
	padding-bottom: 0;
}
.development-section .flex-box .content-blk.odd p{
	text-align: right;
}
.development-section .flex-box.odd{
 	text-align: right;
 }
 .development-section .flex-box.odd .content-blk{ 
 	text-align: right;
 }
  .development-section .flex-box.odd .content-blk p{ 
 	text-align: right;
 }
.development-section .flex-box h3{
	font-size: 22px;
	font-weight: 700;
    color: #000;
    padding: 0 0 20px;
    font-family: 'Oswald', sans-serif;
}
.development-section .flex-box img{
	max-width: 150px;
}
.development-section p{
	padding-bottom: 60px;
}

.contact-block{
	padding: 50px 0 100px;
}
.contact-block .careers-section{
	padding: 0;
}
.contact-block .career-details form{
	padding: 0;
}
.contact-block .inn-block{
   box-shadow: 0px 0px 24px rgb(0 0 0 / 15%);
   padding: 30px 30px;
   text-align: center;
}
.contact-block .inn-block .fa{
	font-size: 50px;
	color: #782B90;
	padding-bottom: 15px;
}
.contact-block .inn-block p{
	font-size: 18px;
	line-height: 27px;
    color: #404040;
    font-family: 'Poppins', sans-serif;
    text-align: center;
}
    .contact-block .inn-block {
        margin-top: 30px;
        height: 170px;
    }



.partner-section{
	padding: 50px 0;
}
.partner-section ul{
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: wrap;
    text-align: center;
}
.partner-section ul li{
	width: 24%;
	margin-bottom: 40px;
}


.management-deatails-section .flex-card:after{
    display: none;
}
.management-deatails-section .flex-card img{
	max-height: 400px;
}
.management-deatails-section .flex-card p{
	padding: 0;
}
.management-deatails-section p{
	font-size: 18px;
    line-height: 27px;
    color: #404040;
    font-family: 'Poppins', sans-serif;
    /* text-align: center; */
    padding-bottom: 20px;
}


.content-section h3{
    font-size: 28px;
    font-weight: 700;
    color: #000;
    position: relative;
    padding-bottom: 20px;
    font-family: 'Oswald', sans-serif;
}
</pre></body></html>