/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.head-nav a.elementor-item-active:after {
    content: "";
    width: 0px;
    height: 1px;
    background: #ffffff !important;
    position: absolute;
    bottom: 4px;
    transition: .5s !important;
    left: 50%;
    transform: translateX(-50%);
}
.head-nav a.elementor-item-active:after {
    width: 100%;
}

/* counseling landing page start here  */
.scroll-down img {
  animation: buttonBounce 2s ease infinite;
}

@keyframes buttonBounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}
.spr-icon-box .elementor-icon svg {
    filter: brightness(0) saturate(100%) invert(42%) sepia(41%) saturate(594%) hue-rotate(71deg) brightness(92%) contrast(97%);
}
a.spwidget-button{
    transition: .3s !important;
    border-radius: 8px;
}
.cus-btn a.spwidget-button:hover {
    background: #39813A !important;
    color: white !important;
}
.btn-left a.spwidget-button {
    margin-left: 0px !important;
}
.btn-left .spwidget-button-wrapper {
    text-align: left !important;
}
.spr-icon-box span.elementor-icon {
    transition: .4s;
}
.spr-icon-box span.elementor-icon i {
    transition: .4s;
}
.spr-icon-box:hover span.elementor-icon i {
    color: white;
    fill: white;
}
.spr-icon-box:hover span.elementor-icon {
    background: #39813A !important;
}
.spr-icon-box:hover span.elementor-icon svg {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(306deg) brightness(103%) contrast(101%);
}
/* counseling landing page close here  */

/* header start here */
.head-nav a.elementor-item {
    position: relative;
}
.head-nav a.elementor-item:before {
    content: "";
    width: 0px;
    height: 1px;
    background: #ffffff !important;
    position: absolute;
    bottom: 4px;
    transition: .5s !important;
    left: 50%;
    transform: translateX(-50%);
}
.head-nav a.elementor-item:hover:before {
    width: 100%;
}
.head-nav .menu-item-has-children a.elementor-item:hover:before{
    display: none;
}
.head-nav .elementor-sub-item {
    border-left: none !Important;
}
.head-nav .sub-menu:before {
    content: "";
    width: 10px;
    height: 10px;
    background: white;
    position: absolute;
    top: -4px;
    left: 45px;
    transform: rotate(45deg);
}
/* header close here */

/* Home page start */
.service-cards {
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.card-image {
	 overflow: hidden;
}
.card-image img {
	-webkit-transition: all .4s ease;
}
.service-cards:hover .card-image img {
    transform: scale(1.05) rotate(2deg);
    opacity: .8;
    -webkit-transition: all .4s 
ease;
}
/* Home page close */

/* Start Page Page */
.start-form h3{
	font-family: "Poppins", sans-serif;
    margin: 0;
    font-weight: 600;
    color: #2E4E3F;
    font-size: 22px;
}
.start-form span.parentheses-text {
    font-size: 13px;
    font-weight: normal;
    font-style: italic;
}
.start-form .ff-el-input--content input,
.start-form .ff-el-input--content textarea {
    height: min-content;
    font-size: 16px !important;
    font-weight: 600;
    color: #000 !important;
}
.start-form .ff-el-group label {
    font-size: 18px;
}
.cust-checkbox .ff-el-input--content, .cust-radio .ff-el-input--content {
    display: flex;
    flex-wrap: wrap;
    column-gap: 40px;
}
.cust-checkbox .ff-el-form-check.ff-el-form-check- {
    width: 30%;
}
.cust-checkbox .ff-el-form-check label,
.cust-radio .ff-el-form-check label{
	position: relative;
	padding-left: 25px;
}
.cust-checkbox .ff-el-form-check label:before {
    content: "";
    top: 0px;
    width: 18px;
    height: 18px;
    border: 1px solid #dadbdd;
    background-color: #fff;
    left: 1px;
    position: absolute;
    border-radius: 3px;
}
.cust-checkbox .ff-el-form-check label:after{
    position: absolute;
    top: 2px;
	left: 5px;
    content: "✔";
    display: block;
    color: #fff !important;
    font-size: 12px;
    transform: rotate(9deg);
    font-weight: bold;
    opacity: 0;
    font-family: 'Poppins';
}
.cust-radio .ff-el-form-check.ff_item_selected label:after, 
.cust-checkbox .ff-el-form-check.ff_item_selected label:after {
    opacity: 1;
}
.cust-radio .ff-el-form-check label input,
.cust-checkbox .ff-el-form-check label input{
	display: none;
}
.cust-radio .ff-el-form-check, .cust-checkbox .ff-el-form-check{
	line-height: 1;
}
.cust-radio .ff-el-form-check label:before {
    content: "";
    top: 1px;
    width: 18px;
    height: 18px;
    border: 1px solid #dadbdd;
    background-color: #fff;
    left: 1px;
    position: absolute;
    border-radius: 20px;
}
.cust-radio .ff-el-form-check label:after {
    width: 8px;
    height: 8px;
    position: absolute;
    top: 6px;
    left: 6px;
    content: "";
    display: block;
    background: #39813A;
    border-radius: 10px;
    opacity: 0;
}
.fluentform .cust-selectbox select {
    width: 50%;
}
.cust-checkbox.last .ff-el-form-check.ff-el-form-check {
    width: 100%;
}
.cust-checkbox .ff-el-form-check.ff-el-form-check span,
.cust-radio .ff-el-form-check span {
	line-height: 1.2;
    font-size: 16px;
}
.start-form .ff-default .ff-el-form-control:focus,
.start-form .ff-default .ff-el-form-control:hover {
    border-color: #39813A !important;
}
.start-form .ff-btn-submit {
    background-color: #39813a !important;
    font-weight: 600;
    padding: 7px 30px 7px 30px;
    border-radius: 5px;
	text-transform: uppercase;
	border: 1px solid #39813a !important;
}
.cust-checkbox .ff-el-form-check.ff_item_selected label:before {
    background: #39813A;
    border-color: #39813A;
}
/* Start Page Close */

/* faq page start here */
.cus-faqs summary.e-n-accordion-item-title[aria-expanded="true"] {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.cus-faqs span.e-n-accordion-item-title-icon {
    background: #2e4e3f;
    width: 25px;
	min-width: 25px;
    height: 25px;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
} 
.cus-faqs summary.e-n-accordion-item-title {
    transition: .3s !important;
}
/* faq page close here */

/* password protected page start here */
.post-password-form label input {
    margin-top: 12px;
    outline: none !important;
}
.post-password-form label {
    font-weight: bold;
}
.post-password-form input[type="submit"] {
    background: #ffbe58;
    color: #000 !important;
    border: 1px solid #ffbe58;
    font-weight: 600;
    transition: .4s;
}
.post-password-form input[type="submit"]:hover {
    background: #2e4e3f;
    border-color: #2e4e3f;
    color: white !important;
}
.post-password-form label input:hover, .post-password-form label input:focus {
    border-color: #ffbe58 !important;
    background: #ffbe581c;
}
/* password protected page close here */


a {
    background-color: transparent;
    color: #333333;
    text-decoration: none;
}

a:hover {
    background-color: transparent;
    color: #FFBE58;
    text-decoration: none;
}

/* Resource page start*/
.bookTopheader {
	 display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
}
.bookTopheader .searchBox {
    display: flex;
    justify-content: center;
    position: relative;
    width: 350px;
}
.bookTopheader .searchBox input {
    border-radius: 8px 0px 0px 8px;
	border-right: 0px;
}
.bookTopheader .searchBox input:focus-visible{
	 outline: 0px;
}
.bookTopheader .searchBox .book-submit-search {
    background-color: #ffbe58;
    border: 1px solid #2e4e3f;
    color: #2e4e3f;
    display: flex;
    column-gap: 5px;
    font-size: 1rem;
    font-weight: 400;
    padding: .5rem 1rem;
    text-align: center;
    transition: all .3s;
    white-space: nowrap;
    border-radius: 0px 8px 8px 0px;
    border-left: 0px;
}
.bookInformation .book_list {
    box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.19);
}
.bookTable .booklists .book-name {
    font-size: 17px;
    font-weight: 500;
    line-height: 24px;
}
.bookTable .book-link .bookingBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 6px;
}
.bookTable .book-link .bookingBtn a {
    display: flex;
    font-family: "Poppins", Sans-serif;
    font-size: 13px;
    font-weight: 500;
    fill: #333333;
    color: #333333;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 5px;
    padding: 8px 15px 8px 15px;
    position: relative;
}
.bookTable .book-link .bookingBtn a svg {
    width: 1em;
    margin-right: 6px;
}
.booklists .book-img img {
    max-width: 150px;
}
.media-slider .elementor-swiper-button {
    background-color: #39813A;
    padding: 7px;
    border: 1px solid #39813A;
    border-radius: 50px;
}
.media-slider .elementor-swiper-button-prev{
	left: -46px !important;
}
.media-slider .elementor-swiper-button-next{
	right: -46px !important;
}
.elementor-lightbox .swiper .elementor-swiper-button svg {
    padding: 4px !important;
    background-color: #ffbe58;
    border-radius: 50px;
}

.book-popup-content {
    max-width: 600px !important;
    min-height: 40vh;
}
.book-popup-box {
    padding: 15px;
    display: grid;
    justify-content: center;
    align-items: center;
}
.close-book-popup {
    position: absolute;
    height: 26px;
    width: 26px;
    left: auto;
    bottom: auto;
    color: #ffffff;
    font-family: Arial;
    font-weight: 100;
    font-size: 24px;
    line-height: 24px;
    border: 2px solid #ffffff;
    border-radius: 26px;
    background-color: rgba(0, 0, 0, 1.00);
}
.imgBox img {
    margin-right: 0px !important;
}
.imgBox {
    display: flex;
    text-align: center;
    justify-content: center;
    padding-bottom: 10px;
    align-content: center;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
	border-bottom: 0px !important;
}
.imgBox h3 {
    font-size: 24px !important;
    margin: 0px !important;
}
.book-popup-box #popupDesc {
    height: 100px;
    overflow-y: auto;
}
.custTabsect .e-n-tabs-heading {
    display: none;
}
.business-boxes {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.10);
}
.business-boxes:hover {
	transition: transform 0.3s ease;
    transform: translateY(-10px);
}
/* Resource page close */
/* Book Load more button start */
.loadmoreBtn {
    display: flex;
    justify-content: center;
	margin:30px 0px 0px 0px;
}
.loadmoreBtn .loadmore.button {
    background-color: #2e4e3f;
    border-radius: 3px;
    color: #fff;
    font-size: 15px;
    line-height: 1;
    padding: 12px 24px;
	font-weight:500;
}
/*Book Load more button close  */

/* post page start */
.single-post .custom-list {
    list-style: none;
    padding-left: 0px;
}

.single-post .custom-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 8px;
}

.single-post .custom-list li::before {
    content: "➜";
    position: absolute;
    left: 0;
    top: 2px;
    width: 17px;
    height: 17px;
    background: #000;
    color: #fff;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.single-post img.cust-image {
    width: 60%;
    height: auto;
}

.single-post h2 {
    font-size: 30px;
    margin-top: 40px;
}

.single-post .elementor-repeater-item-5ffcb56.elementor-inline-item{
	display:none;
}
.single-post a{
	font-weight:500;
	text-decoration:underline;
}
.single-post ul.elementor-icon-list-items.elementor-post-info a {
    text-decoration:none;
}

/* post page close */

@media screen and (min-width: 768px) and (max-width: 1024px) {
	/* Start Page start */
	.cust-checkbox .ff-el-form-check.ff-el-form-check- {
    	width: 45%;
	}
	/* Start Page Close */
}

@media screen and (min-width: 1025px) {
	/* Resource page start */
	.elementor-lightbox .elementor-video-container .elementor-video-landscape {
        border: 2px solid #ffbe58 !important;
        border-radius: 8px !important;
        overflow: hidden !important;
    }
	.elementor-lightbox .elementor-swiper-button-next, .elementor-lightbox .elementor-swiper-button-prev {
    	width: 19% !important;
}
	/* Resource page close */
}

@media screen and (max-width: 1025px) {
/* 	header start here */
	.head-nav a.elementor-item:before {
		display: none;
	}
	.head-nav .sub-menu:before {
		display: none;
	}
	.head-nav .sub-menu a {
		font-size: 15px !important;
		padding-left: 34px !important;
	}
	.head-nav .menu-item-has-children .elementor-item {
		justify-content: space-between !important;
	}
/* 	header close here */
	
/* Resource page start */
	.media-slider .elementor-swiper-button {
    	padding: 5px;
	}
	.media-slider .elementor-swiper-button-prev{
		left: 10px !important;
	}
	.media-slider .elementor-swiper-button-next{
		right: 10px !important;
	}
/* Resource page close */
	
}

@media screen and (max-width: 767px) {
	/* home page start*/
	.service-cards .card-image img {
		object-fit: cover;
		height: 320px;
		overflow: hidden;
	}
	/* home page close*/
	
	/* counseling landing page start here  */
	.btn-sm-center .spwidget-button-wrapper {
		text-align: center !important;
	}
	.cus-btn a.spwidget-button, .cus-btn-sm a.spwidget-button{
		font-size: 15px !important;
		padding: 12px 25px !important;
	}
	.btn-dwnld-checklist svg {
		width: 24px !important;
		height: 24px !important;
	}
	/* counseling landing page close here  */
	
	/* Start Page start */
	.start-form .ff-el-group label {
		font-size: 16px;
        font-weight: 700;
	}
		.cust-checkbox .ff-el-input--content {
    	flex-direction: column;
	}
	.cust-checkbox .ff-el-form-check.ff-el-form-check- {
    	width: 100%;
	}
	.mobile-layout .ff-el-input--content {
    	column-gap: 50px;
	}
	.fluentform .cust-selectbox select {
		width: 100%;
	}
	.cust-checkbox .ff-el-form-check.ff-el-form-check span,
	.cust-radio .ff-el-form-check span {
    	font-size: 14px;
        font-weight: 400;
	}
	.cust-checkbox .ff-el-form-check label:before,
	.cust-radio .ff-el-form-check label:before {
		top: 1px;
		width: 16px;
		height: 16px;
	}
	.cust-radio .ff-el-form-check label:after {
		top: 5px;
		left: 5px;
	}
	.cust-checkbox .ff-el-form-check label:after {
		top: 3px;
		left: 4px;
		font-size: 11px;
	}
	.start-form span.parentheses-text {
    	font-size: 12px;
	}
	.cust-radio .ff-el-input--content {
    column-gap: 30px;
}
	/* Start Page Close */
	
/* 	faq page start here */
	.cus-faqs span.e-n-accordion-item-title-icon {
		width: 21px;
		min-width: 21px;
		height: 21px;
	}
/* 	faq page close here */
	
	
/* Resource page start*/
	.bookTopheader {
    	justify-content: center;
	}
	.bookTable .booklists .book-name {
    	font-size: 15px;
	}
	.bookTable .book-link .bookingBtn a {
		font-size: 11px;
		padding: 6px 12px 6px 12px;
	}
	.bookTable .book-link .bookingBtn {
		display: inline-block;
		align-items: center;
		margin-bottom: 0px;
		margin-right: 3px;
	}
	.bookInformation .book_list thead tr {
    	font-size: 14px;
	}
	table td, table th {
    	padding: 8px !important;
	}
	.booklists .book-img img {
		max-width: 75px;
		min-width: 60px;
	}
	.book-popup-content {
		max-width: 450px !important;
    	min-height: 27vh;
}
	div#custTabsect .e-n-tabs-heading{
		display: none !important;
	}
	.elementor-2699 .elementor-element.spr-icon-box .elementor-icon-box-wrapper {
    	align-items: center !important;
}
/* Resource page close*/
	.sm-full-width-btn a {
    display: block !important;
    width: 100% !important;
}
.sm-full-width-btn  .elementor-widget-button {
    display: block;
    width: 100%;
}
.sm-full-width-btn {
    max-width: 265px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px !important;
}
/* post page start */	
.single-post img.cust-image {
    width: 100%;
    height: auto;
}
.single-post h2 {
    font-size: 24px;
    margin-top: 40px;
}
.single-post .elementor-heading-title {
    font-size: 28px !important;
}
/* post page close */	
}