.as_info_detail {
    padding: 5px 0;
}
.as_info_detail ul li {
    padding: 0px 0px;
}
.as_logo a img {
    height: 70px;
    padding: 5px 0px;
}
.as_menu ul li a {
    padding: 20px 0;
}
.as_menu ul li a {
    font-size: 16px;
    font-weight: 500;
}
.as_header_wrapper {
    background-color: #e8e8e8;
    position: relative;
}
.as_info_detail {
    background: #a07e61;
    border-bottom: 1px solid #a07e61;
}
.main-header {
    background-color: #f7f6f6;
}
.as_menu a {
    color: #000;
}
.as_menu ul li a:hover,
.as_menu ul li a.active {
    color: #440804;
}
.as_menu>ul>li>a:before {
    background-color: #440804;
}
.as_infobox:hover {
    color: #fff;
}
.as_menu>ul>li .as_submenu {
    background-color: #c1b09f;
}
.as_menu .as_submenu a {
    color: #000;
}
.as_menu>ul>li .as_submenu {
    width: 190px;
    padding: 10px 0;
}
.as_padderBottom80 {
    padding-bottom: 50px;
}
.as_padderTop80 {
    padding-top: 50px;
}
.as_service_wrapper {
    background-image: url(../img/bg/bg3.jpg);
}
.as_copyright_wrapper p {
    margin-bottom: 0;
}
.as_copyright_wrapper {
    padding: 8px 0 8px;
}
.as_padderBottom40 {
    padding-bottom: 10px;
}
.as_btn,
.as_btn:focus,
.as_btn:visited {
    background-image: -webkit-linear-gradient(0deg, #cda568 0%, #a07e61 100% 100%);
}
.as_btn:after {
    background-image: -webkit-linear-gradient(0deg, #cda568 0%, #a07e61 100% 100%);
}
.as_service_box:hover {
    background-image: -webkit-linear-gradient(0deg, #cda568 0%, #a07e61 100%);
}
.as_paragraph_wrapper {
    border-left: 2px solid #a07e61;
}
.as_year_ex {
    color: #a07e61;
}
.as_customer_box {
    background-image: -webkit-linear-gradient(0deg, #cda568 0%, #a07e61 100%);
}
.as_choose_ul li:hover h4 {
    color: #fff;
}
.heading-h3 {
    font-size: 28px;
}
.as_menu>ul>li {
    margin: 0 8px;
}
.as_banner_wrapper {
    background-image: url(../img/banner/banner.jpg);
    padding: 170px 0 100px;
}
.as_banner_detail h5,
.as_banner_detail h1,
.as_banner_detail p {
    text-shadow: 0px 1px 0px #fff;
}
.as_whychoose_wrapper {
    background-image: url(../img/banner/section-banner.jpg);
    padding: 50px 0 25px;
}
.as_footer_wrapper:after {
    background-color: #a07e61;
    opacity: 0.90;
}
.as_footer_widget {
    margin-top: 0px;
}
.pt-20 {
    padding-top: 20px !important;
}
.cta-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cta {
    background: #f7f6f6;
    padding: 20px 0px;
}
.style-cta p {
    margin-bottom: 0px;
}
.as_service_box .as_subheading {
    margin: 20px 0 10px;
}
.as_service_box {
    min-height: 325px;
}
.as_service_box:hover .as_icon img {
    filter: brightness(10);
}
.as_toggle img {
    filter: invert();
}
.as_logo {
    align-items: start;
    justify-content: start;
}
@media (max-width: 768px) {
    .as_menu {
        background-color: #a07e61;
    }
}
@media (max-width: 600px) {
    .as_right_info {
        margin-top: 12px;
    }
}
.as_breadcrum_wrapper {
    padding: 60px 0 60px;
}
.about-us .as_service_box {
    min-height: 272px;
}
.bg-light {
    background: #f7f6f6;
}
.terms-condition {
    border-left: px solid #a07e61;
}
@media(max-width: 767px) {
    .as_btn,
    .as_btn:visited {
        padding: 0 15px;
    }
    .as_banner_wrapper {
        padding: 60px 0 50px;
    }
    .menu-mobile ul li a:hover,
    .as_menu ul li a.active {
        color: #ffffff;
    }
    .menu-mobile a {
        color: #fff;
    }
    .cta-content {
        display: block;
    }
    .cta-content .text-center {
        margin-top: 10px;
        text-align: left !important;
}
}
.as_breadcrum_wrapper {
    background-image: url(../img/title/bg-title.jpg);
}
.btn-whatsapp-pulse {
	background: #25d366;
	color: white;
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0;
	height: 0;
	padding: 35px;
	text-decoration: none;
	border-radius: 50%;
	animation-name: pulse;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}

.btn-whatsapp-pulse-border {
	bottom: 120px;
	right: 20px;
	animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
	content: "";
	position: absolute;
	border-radius: 50%;
	padding: 25px;
	border: 5px solid #25d366;
	opacity: 0.75;
	animation-name: pulse-border;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

@keyframes pulse-border {
	0% {
		padding: 25px;
		opacity: 0.75;
	}
	75% {
		padding: 50px;
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
.fa-whatsapp {
    color: #fff;
}
.social-icons{
    z-index: 99;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #797979 !important;
}
.select2-selection .select2-selection__rendered {
    font-size: 16px;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
    color: #797979 !important;
}