
/* Whatsapp Float */
.whats-float {
    position: fixed;
    transform:translate(108px,0px);
    top:35%;
    right:0;
    width:150px;
    overflow: hidden;
    background-color: #25d366;
    color: #FFF;
    border-radius: 4px 0 0 4px;
    z-index: 10;
    transition: all 0.5s ease-in-out;
    vertical-align: middle
}
.whats-float a span {
    color: white;
    font-size: 15px;
    padding-top: 8px;
    padding-bottom: 10px;
    position: absolute;
    line-height: 16px;
    font-weight: bolder;
}

.whats-float i {
    font-size: 30px;
    color: white;
    line-height: 30px;
    padding: 10px;
    transform:rotate(0deg);
    transition: all 0.5s ease-in-out;
    text-align:center;

}

.whats-float:hover {
    color: #FFFFFF;
    transform:translate(0px,0px);
}

.whats-float:hover i  {
    transform:rotate(360deg);
}
/* End Whatsapp Float */

.logo-img{
	max-height: 44px;
}
.logo-img-rep{
	max-height: 42px;
	background-color: #fff;
	padding: 5px;
	border-radius: 5px;
}
.mobile-nav .logo {
    top: 8px;
}

.banner-img-one {
    background-image: url(../img/banner-main.jpg);
}
.banner-area::before {
    opacity: .20;
}

/* Menu */
.main-nav nav .navbar-nav .nav-item .dropdown-menu {
    -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,.05);
    box-shadow: 0 0 30px 0 rgba(0,0,0,.05);
    background: #0d1028;
    position: absolute;
    top: 80px;
    left: 0;
    width: 310px;
    z-index: 99;
    display: block;
    padding-top: 20px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    position: absolute;
    left: 100%;
    top: 0;
    opacity: 0 !important;
    visibility: hidden !important;
}
.mean-container .mean-nav {
    float: left;
    width: 100%;
    background: #fff;
    margin-top: 55px;
	
	/* max-height:400px; */
	/* overflow-y: scroll; */
    max-height: 50vh;
    overflow: hidden;
        overflow-y: hidden;
    overflow-y: auto;
    transition: ease all 500ms;
        transition-property: all;
        transition-duration: 500ms;
        transition-timing-function: ease;
        transition-delay: 0s;
}
.main-nav nav .navbar-nav .nav-item a {
    margin-left: 13px;
    margin-right: 13px;
}


.offer-area .section-title h2 {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.offer-item .offer-bottom h3 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 20px;
}
.offer-item .offer-bottom h4 {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 20px;
  color: #E31E24;
}
.offer-item .offer-bottom h6 {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 10px;
}
.pt-50 {
  padding-top: 50px;
}

.benefit-area {
    background-image: url(../img/home-one/benefit-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: 0px;
}

.book-area .book-content {
    padding-top: 50px;
    padding-bottom: 50px;
    max-width: 650px;
    position: relative;
    padding-left: 10px;
	text-align: center;
}
.book-area .book-img {
    background-image: url(../img/banner-green.png);
    background-size: 270px;
    background-position: center center;
    /*background-color: #32d255;*/
    background-color: #DBB96F;
	
}
.book-area .book-content::before {
    position: absolute;
    content: "";
    bottom: 39px;
    left: -263px;
    border-left: 0 solid transparent;
    border-top: 224px solid #e31e24;
    border-right: 304px solid transparent;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    z-index: 1;
}

.page-title-area {
    background-image: url(../img/page-title-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    height: 250px;
    background-attachment: fixed;
}
.page-title-area .title-item {
    text-align: center;
    position: relative;
    margin-top: 95px;
}

.offer-item .offer-top img {
    /* -webkit-animation: border-transform-default 10s linear infinite alternate forwards; */
    /* animation: border-transform-default 10s linear infinite alternate forwards; */
    -webkit-animation: none !important;
    animation: none !important;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
	border-radius: 10px;
}


.project-details-item .project-details-mec ul li a:hover {
    background-color: red;
    padding: 8px 10px;
	color: white;
}
.project-details-item .project-details-mec ul li a.active {
    background-color: red;
    padding: 8px 10px;
	color: white;
}
.page-title-area::before {
  background-color: #DBB96F;
}
.header-top-area {
  background-color: #DBB96F;
}
.about-area .about-content p {
  font-weight: 400;
}
.copyright-area {
  background-color: #DBB96F;
}

.service-item .icon-image {
    display: inline-block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
	background-color: #fff;
	border: 2px dotted #e31e24;
    background-size: 40px; /* Set the size of the background image */
    background-position: center; /* Center the background image */
    background-repeat: no-repeat; /* Prevent image from repeating */
    margin-bottom: 15px;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}
.service-item .value-image1 {
    background-image: url('../img/value-01.png'); /* Replace with your image path */
}
.service-item .value-image2 {
    background-image: url('../img/value-02.png'); /* Replace with your image path */
}
.service-item .value-image3 {
    background-image: url('../img/value-03.png'); /* Replace with your image path */
}
.service-item .value-image4 {
    background-image: url('../img/value-04.png'); /* Replace with your image path */
}
.navbar-brand {
  margin-right: 5rem;
}
.product-title{
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 38px;
}

/* page-title-area */
/* 1 */
@media only screen and (max-width: 767px) {

}

/* 717 */
@media only screen and (min-width: 768px) and (max-width: 991px) {

}

/* 1366 */
@media only screen and (min-width: 992px) and (max-width: 1199px) {

}

/* 1396 */
@media only screen and (min-width: 1200px) and (max-width: 1350px) {

}

/* 1404 */
@media only screen and (min-width: 1200px) and (max-width: 1245px) {

}

/* 1409 */
@media only screen and (min-width: 1500px) {

}

/* 1436 */
@media only screen and (min-width: 1500px) and (max-width: 1600px) {

}

/* 1441 */
@media (min-width: 1300px) {
    
}