/*
	Theme Name:   CCC
	Theme URI:    https://www.watsonmedia.net
	Description:  CCC Theme
	Author:       Bricks
	Author URI:   https://www.watsonmedia.net
	Template:     bricks
	Version:      1.0
	Text Domain:  bricks
*/

.brx-body,
.brxe-section {
	overflow-x: hidden !important;
}

#brx-header {
    position: absolute;
    top: 0;
    z-index: 999;
    left: 0;
    right: 0;
}

#brx-header.fixed-header {
	position: fixed !important;
	top: 0 !important;
	background-color: #FFF;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-delay: .1s;
	animation-delay: .1s;
	width: 100%;
	-webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.2);
}

@keyframes fadeInDown {

    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        transform: none;
    }

    0% {
        opacity: 0;
        transform: translate3d(0, -70px, 0);
    }

    100% {
        opacity: 1;
        transform: none;
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

}

#brx-header.fixed-header .isr_header .bricks-nav-menu li a {
    color: #000;
}

#brx-header.fixed-header .isr_header .bricks-nav-menu li a:hover,
#brx-header.fixed-header .isr_header .bricks-nav-menu li.current-menu-item a {
    color: #55B247 !important;
}

::selection {
    background-color: #55b247;
    color: #FFFFFF;
}

::-moz-selection {
    background-color: #55b247;
    color: #FFFFFF;
}

a, a:hover {
	outline: none !important;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}

.brxe-button {
    -webkit-transition: all 0.35s !important;
    -moz-transition: all 0.35s !important;
    transition: all 0.35s !important;	
}

.isr_hero .bricks-button {
	background-color: #55b247 !important;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
	width: 190px !important;
	position: relative;
}

.isr_hero .bricks-button i {
	position: relative;
	top: 1px;
}

.isr_hero .bricks-button:hover {
	background-color: #fff450 !important;
	color: #000000 !important;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;	
}

.isr_header .bricks-nav-menu li a {
	color: #000;
    -webkit-transition: all 0.35s !important;
    -moz-transition: all 0.35s !important;
    transition: all 0.35s !important;
}

.isr_header .bricks-nav-menu li a:hover, .isr_header .bricks-nav-menu li.current_page_item a {
	color: #55b247;
}

.isr_header .brxe-button {
	background-color: #55b247 !important;
    -webkit-transition: all 0.35s !important;
    -moz-transition: all 0.35s !important;
    transition: all 0.35s !important;	
}

.isr_header .brxe-button:hover {
	background-color: #fff450 !important;
	color: #000 !important;
}

.isr_footer_menu li a {
	position: relative;
}

.isr_footer_menu li a::before {
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23FFF' d='m13.172 12l-4.95-4.95l1.414-1.413L16 12l-6.364 6.364l-1.414-1.415z'/%3E%3C/svg%3E");
	display: block;
	width: 20px;
	height: 20px;
	background-size: 80%;
	background-repeat: no-repeat;
	position: absolute;
	left: 10px;
	top: 5px;
}

.isr_footer_contact .content {
	color: #cfcfcf;
    -webkit-transition: all 0.35s !important;
    -moz-transition: all 0.35s !important;
    transition: all 0.35s !important;	
}

.isr_footer_contact .content:hover {
	color: #55b247;
    -webkit-transition: all 0.35s !important;
    -moz-transition: all 0.35s !important;
    transition: all 0.35s !important;	
}

.isr_home_form form {
	background-color: #FFF !important;
	padding: 30px !important;
	border-radius: 20px !important;
	border: 1px solid rgba(0,0,0,0.2) !important;
	position: relative;
}

.isr_home_form form::before {
	content: "";
	background-color: #f5f5f5;
	position: absolute;
	top: -20px;
	right: -20px;
	z-index: -1;
	border-radius: 30px;
	width: 100%;
	height: 100%;
}

.isr_home_form form input, .isr_home_form form select, .isr_home_form form textarea, .isr_home_form form .select2-selection.select2-selection--single {
	background-color: #FFF !important;
	border: 1px solid #000 !important;
	border-radius: 4px !important;
}

.isr_home_form form label {
	display: none !important;
}

.isr_home_form form .forminator-row {
	margin-bottom: 25px !important;
}

.isr_home_form form .forminator-title {
	font-size: 18px !important;
	font-weight: 700 !important;
	margin-bottom: 10px !important;
}

.isr_home_form form .forminator-button-submit {
	background-color: #55b247 !important;
	width: 200px !important;
	height: 50px !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	border-radius: 50px !important;
	margin-top: 15px !important;
	padding-right: 50px !important;
	position: relative;
	box-shadow: none !important;
    -webkit-transition: all 0.35s !important;
    -moz-transition: all 0.35s !important;
    transition: all 0.35s !important;	
}

.isr_home_form form .forminator-button-submit::after {
	content: "\f178";
	font-family: "Font Awesome 6 Solid" !important;
	font-style: normal;
	font-weight: 900;
	position: absolute;
	right: 35px;
	top: 15px;
}

.isr_home_form form .forminator-button-submit:hover {
	background-color: #fff450 !important;
	color: #000 !important;
}

.isr_home_form form input::placeholder,
.isr_home_form form textarea::placeholder {
    color: #000 !important;
    opacity: 1;
}
  
.isr_home_form form input::-ms-input-placeholder,
.isr_home_form form textarea::-ms-input-placeholder {
    color: #000 !important;
}

.isr_difference li {
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(0,0,0,0.2);
}

.isr_difference li:last-child {
	border-bottom: none !important;
}

.isr_services {
	display: grid;
	grid-template-columns: repeat(5, 19%);
	grid-gap: 0 1.2%;
}

.isr_services li {
	background-color: #FFF;
	padding: 20px;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	border: 1px solid rgba(0,0,0,0.2);
    -webkit-transition: all 0.35s !important;
    -moz-transition: all 0.35s !important;
    transition: all 0.35s !important;	
}

.isr_services li:hover {
	border: 1px solid #000;
}

.isr_services li .content {
	display: flex;
	flex-direction: column;
}

.isr_services li .description {
	font-size: 15px !important;
	line-height: 30px !important;
}

.isr_services li .title {
	font-size: 14px !important;
	text-transform: capitalize !important;
	letter-spacing: 1px !important;
	font-weight: 700 !important;
	line-height: 24px !important;
	height: 60px;
	display: flex;
	align-items: center;
	width: 100% !important;
	margin: 15px 0 !important;
	position: relative;
}

.isr_services li .title::before {
	content: "";
	background-color: rgba(0,0,0,0.2);
	height: 1px;
	width: calc(100% + 40px);
	position: absolute;
	top: 0;
	left: -20px;
	right: 0;
    -webkit-transition: all 0.35s !important;
    -moz-transition: all 0.35s !important;
    transition: all 0.35s !important;	
}

.isr_services li:hover .title::before {
	background-color: #000 !important;
}

.isr_services li .title::after {
	content: "";
	background-color: rgba(0,0,0,0.2);
	height: 1px;
	width: calc(100% + 40px);
	position: absolute;
	bottom: 0;
	left: -20px;
	right: 0;
    -webkit-transition: all 0.35s !important;
    -moz-transition: all 0.35s !important;
    transition: all 0.35s !important;		
}

.isr_services li:hover .title::after {
	background-color: #000 !important;
}

.isr_services li .icon i::before {
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	background-size: 100%;
	background-repeat: no-repeat;
}

.isr_services li:nth-child(1) .icon i::before {
	background-image: url("https://noahw16.sg-host.com/wp-content/uploads/2024/03/icon-service-heel.png");
	width: 50px !important;
	position: relative;
	top: -5px;
}

.isr_services li:nth-child(2) .icon i::before {
	background-image: url("https://noahw16.sg-host.com/wp-content/uploads/2024/03/icon-service-leather.png");
}

.isr_services li:nth-child(3) .icon i::before {
	background-image: url("https://noahw16.sg-host.com/wp-content/uploads/2024/03/icon-service-sole.png");
}

.isr_services li:nth-child(4) .icon i::before {
	background-image: url("https://noahw16.sg-host.com/wp-content/uploads/2024/03/icon-service-handbag.png");
}

.isr_services li:nth-child(5) .icon i::before {
	background-image: url("https://noahw16.sg-host.com/wp-content/uploads/2024/03/icon-service-special.png");
}

.isr_services li .meta {
	position: absolute;
	top: -31px;
	font-size: 12px !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	background-color: #fff450;
	height: 30px;
	width: 160px;
	text-align: center;
	line-height: 34px;
	border-radius: 4px 4px 0 0;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
    -webkit-transition: all 0.35s !important;
    -moz-transition: all 0.35s !important;
    transition: all 0.35s !important;	
}

.isr_services li:hover .meta {
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
    -webkit-transition: all 0.35s !important;
    -moz-transition: all 0.35s !important;
    transition: all 0.35s !important;	
}

.isr_bullets ul {
	margin: 0 !important;
	list-style: none;
}

.isr_bullets ul li {
	position: relative;
}

.isr_bullets ul li::before {
	content: "\f058";
	font-family: "Font Awesome 6 Solid" !important;
	font-style: normal;
	font-weight: 900;
	position: absolute;
	left: -25px;
	top: 1px;
}

.isr_faq {
	border-radius: 10px;
	overflow: hidden;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.isr_faq li:first-child {
	border-top: none !important;
}

.isr_services.ist_services_two {
	grid-template-columns: repeat(3, 32%) !important;
	grid-gap: 30px 2% !important;
}

.isr_services.ist_services_two .description {
	display: flex !important;
	flex-direction: column !important;
}

.isr_services.ist_services_two .description .infocase {
	background-color: #f5f5f5 !important;
	padding: 20px !important;
	border-radius: 10px !important;
	margin: 10px auto 0 !important;
	border: 1px solid #cccccc !important;
    -webkit-transition: all 0.35s !important;
    -moz-transition: all 0.35s !important;
    transition: all 0.35s !important;	
}

.isr_services.ist_services_two li:hover .description .infocase {
	border: 1px solid #000 !important;
    -webkit-transition: all 0.35s !important;
    -moz-transition: all 0.35s !important;
    transition: all 0.35s !important;	
}

.isr_services.ist_services_two .description .infocase h4 {
	font-size: 14px !important;
	text-transform: uppercase !important;
	letter-spacing: 1px !important;
	margin-bottom: 5px !important;
}

.isr_services.ist_services_two li .content {
	display: flex !important;
	flex-direction: row !important;
}

.isr_services.ist_services_two li {
	padding: 0 20px 20px 20px !important;
	overflow: hidden;
}

.isr_services.ist_services_two li .title {
	margin-top: 0 !important;
}

.isr_services.ist_services_two li .title::before {
	display: none !important;
}

.isr_services.ist_services_two li .title::after {
	width: 200% !important;
	left: -50% !important;
}

.isr_services.ist_services_two li .icon {
	position: relative;
	top: -8px;
	margin-right: 10px;
}

.isr_services.ist_services_two li:nth-child(2) .icon i::before {
	background-image: url("https://noahw16.sg-host.com/wp-content/uploads/2024/03/icon-service-shoe-shine.png");
}

.isr_services.ist_services_two li:nth-child(3) .icon i::before {
	background-image: url("https://noahw16.sg-host.com/wp-content/uploads/2024/03/icon-service-boot-repair.png");
}

.isr_services.ist_services_two li:nth-child(4) .icon i::before {
	background-image: url("https://noahw16.sg-host.com/wp-content/uploads/2024/03/icon-service-shoe-dye.png");
}

.isr_services.ist_services_two li:nth-child(5) .icon i::before {
	background-image: url("https://noahw16.sg-host.com/wp-content/uploads/2024/03/icon-service-handbag-repair.png");
}

.isr_services.ist_services_two li:nth-child(6) .icon i::before {
	background-image: url("https://noahw16.sg-host.com/wp-content/uploads/2024/03/icon-service-leather-jacket.png");
}

.isr_services.ist_services_two li:nth-child(7) .icon i::before {
	background-image: url("https://noahw16.sg-host.com/wp-content/uploads/2024/03/icon-service-zipper-repair.png");
}

.isr_services.ist_services_two li:nth-child(8) .icon i::before {
	background-image: url("https://noahw16.sg-host.com/wp-content/uploads/2024/03/icon-service-leather.png");
}

.isr_services.ist_services_two li:nth-child(9) .icon i::before {
	background-image: url("https://noahw16.sg-host.com/wp-content/uploads/2024/03/icon-service-satisfaction.png");
}

.isr_services.ist_services_two .bricks-button {
	background-color: #55b247 !important;
	width: 170px;
	display: block;
	margin: 10px auto 0;
	border-radius: 50px;
	padding-right: 40px;
	color: #FFF;
	font-weight: 600;
	position: relative;
    -webkit-transition: all 0.35s !important;
    -moz-transition: all 0.35s !important;
    transition: all 0.35s !important;	
}

.isr_services.ist_services_two .bricks-button i {
	position: absolute;
	right: 22px;
	top: 15px;
}

.isr_services.ist_services_two .bricks-button:hover {
	background-color: #fff44f !important;
	color: #000 !important;
    -webkit-transition: all 0.35s !important;
    -moz-transition: all 0.35s !important;
    transition: all 0.35s !important;	
}

.brx-popup .brx-popup-content.brxe-container {
	width: auto !important;
	padding: 0 !important;
	background-color: transparent !important;
	overflow: hidden !important;
}

.scheduler-container .scheduler-close {
	position: absolute;
	top: 0;
	right: 0;
	height: 65px;
	width: 65px !important;
	display: flex;
	justify-content: center;
	align-items: center;
	border-left: 1px solid rgba(0,0,0,0.2);
	font-size: 18px !important;
	color: rgba(0,0,0,0.7) !important;
	cursor: pointer;
}

.scheduler-container .brxe-heading {
	font-size: 14px !important;
	width: 100%;
	text-align: left !important;
	padding: 20px;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	text-transform: uppercase;
	letter-spacing: 1px;
}

.scheduler-container .forminator-row {
	margin: 0 !important;
}

.brx-popup .scheduler-container {
	width: 330px !important;
	background-color: #f3f6f9 !important;
	border-radius: 10px !important;
	overflow: hidden;
}

.brx-popup .scheduler-container .brxe-block {
	display: flex;
	flex-direction: row;
	position: relative;
}

.scheduler-container i {
	position: absolute;
	font-size: 20px !important;
	padding: 20px;
	right: 0;
	height: 100%;
	display: flex;
	align-items: center;
	border-left: 1px solid rgba(0,0,0,0.2);
}

.scheduler-container .forminator-field-section {
	display: none !important;
}

.scheduler-container label {
	display: none !important;
}

.brx-popup .scheduler-container .forminator-edit-module {
	display: none !important;
}

.brx-popup .scheduler-container form {
	margin: 0 !important;
	padding: 30px !important;
}

.brx-popup .scheduler-container form input, .brx-popup .scheduler-container form textarea {
	margin-bottom: 10px !important;
	border: 1px solid #000 !important;
	border-radius: 4px !important;
}

.brx-popup .scheduler-container form textarea {
	height: 100px !important;
	overflow: scroll;
}

.brx-popup .scheduler-container form .forminator-button-submit {
	background-color: #55b247 !important;
	width: 200px !important;
	height: 50px !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	border-radius: 50px !important;
	margin-top: 15px !important;
	padding-right: 50px !important;
	position: relative;
	box-shadow: none !important;
	-webkit-transition: all 0.35s !important;
	-moz-transition: all 0.35s !important;
	transition: all 0.35s !important;
}

.brx-popup .scheduler-container form .forminator-button-submit:hover {
	background-color: #fff450 !important;
	color: #000 !important;
}

.brx-popup .scheduler-container form .forminator-button-submit::after {
	content: "\f178";
	font-family: "Font Awesome 6 Solid" !important;
	font-style: normal;
	font-weight: 900;
	position: absolute;
	right: 35px;
	top: 15px;
}

.isr_reviews .heading {
	display: none !important;
}

.isr_reviews .vicinity {
	display: none;
}

.isr_reviews .rating {
	display: none;
}

.isr_reviews .listing {
	display: block;
	max-width: 90%;
	margin: 0 auto !important;
	text-align: center;
}

.isr_reviews .text {
	border: 1px solid #ccc !important;
	box-shadow: none !important;
	background-color: #FFF !important;
	font-size: 16px !important;
	line-height: 32px;
	padding: 30px !important;
	margin: 20px auto !important;
}

.isr_reviews .text::before {
	top: -17px !important;
	bottom: 0 !important;
	left: 0 !important;
	right: 0 !important;
	margin: 0 auto !important;
	border-bottom: 0.5em solid #CCC !important;
}

/***********************************************************
                    pa1 Responsive Section
***********************************************************/

@media only screen and (max-width: 767px) {
	.isr_services {
		grid-template-columns: 100% !important;
	}
	
	.isr_services li {
		margin-bottom: 40px;
	}

	.isr_services.ist_services_two {
		grid-template-columns: 99% !important;
		grid-gap: 0 2% !important;
	}	
}