html, body{
    font-size: 18px;
	font-family: 'Poppins', sans-serif;
    color: #000;
    line-height: 30px;
	font-weight: normal;
}
b, strong {
	font-weight: bold;
}
h1, h2, h3, h4, h5, h6 {
    margin: 40px 0 20px;
	font-weight: bold;
}
h1 {
	font-size: 48px;
	line-height: 1.25;
}
h2 {
	font-size: 36px;
	line-height: 1.33;
}
h3 {
	font-size: 30px;
	line-height: 1.5;
}
h4 {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 15px;
}
h5 {
	font-size: 20px;
	line-height: 28px;
}
h6 {
	font-size: 16px;
	line-height: 20px;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	margin-top: 0;
}
p{
	margin: 0 0 20px;
}
p:last-child {
	margin: 0;
}

ul{
	list-style:none;
	margin: 0;
	padding: 0;
}
ul li:last-child,
ol li:last-child {
	margin-bottom: 0;
}

ul, ol {
	margin: 0 0 20px;
}
ul ol,
ol ul,
ul ul,
ol ol {
	margin-bottom: 0;
}
ol {
	padding-left: 20px;
}
ol li {
	list-style-type: decimal !important;
	padding: 7.5px 0 !important;
}
ol li:before {
	content: none !important;
}
ul li {
	position: relative;
	list-style-type: none;
	padding: 7.5px 0 7.5px 25px;
}
ul li:before {
	content: '\f0a9';
	font-family: 'FontAwesome';
	position: absolute;
	left: 0;
	color: #6ca7a8;
}
a{
	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
	color: #000;
	text-decoration: none;
}
a img{
	border: 0px none;
}
img{
    max-width: 100%;
    height: auto;
}
a:hover, a:focus{
    text-decoration: none;
    outline: none;
    color: #FFE241 !important;
}

/* Wordpress Default CSS */
.alignleft {
	float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.alignright {
	float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}
.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display:block;
    clear: both;
}
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute;
	width: 1px;
	word-wrap: normal;
}

/* Bootstrap */
.container{

}

.nav > li > a:hover, .nav > li > a:focus {
    background: none;
}
.no-padding{
    padding: 0px !important;
}
.no-margin{
    margin: 0px !important;
}
.no-left-padding{
    padding-left: 0px !important;
}
.no-right-padding{
    padding-right: 0px !important;
}
label {
    font-weight: normal;
    margin-bottom: 5px;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;
}
.row-eq-height > [class*='col-'] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-direction: column;
}
.embed-responsive {
	margin-bottom: 20px;
}
iframe.embed-responsive-item {
	width: 100%;
}
a.site-btn {
	background-color: #FFE241;
	color: #000 !important;
	padding: 7.5px 20px;
	border-radius: 5px;
	display: inline-block;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.4);
	-moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.4);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.4);
	margin: 15px 0 0;
	font-weight: bold;
	text-transform: uppercase;
}
a.site-btn:focus,
a.site-btn:hover {
	background-color: #000;
	color: #FFE241 !important;
}


/*Default content

.page-section {
	padding: 50px 0 100px;
	display: inline-block;
	width: 100%;
}
.page-content strong {
	font-weight: 700;
}
.page-content a {
	color: #e83338;
	font-weight: 600;
}
.page-content a:hover {
	color: #011640;
}
.page-content p,
.page-content li {
	font-size: 18px;
	line-height: 30px;
}
.page-content p {
	margin-bottom: 20px;
}
.page-content p:last-child,
.page-content ul li:last-child,
.page-content ol li:last-child {
	margin-bottom: 0;
	padding-bottom: 0 !important;
}
.page-content h1:first-child,
.page-content h2:first-child,
.page-content h3:first-child,
.page-content h4:first-child,
.page-content h5:first-child,
.page-content h6:first-child {
	margin-top: 0;
}
.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
	margin-bottom: 20px;
	font-weight: bold;
}
.page-content h1{
	font-size: 48px;
	line-height: 60px;
	margin-top: 50px;
}
.page-content h2{
	color: #2C3745;
	font-size: 36px;
	line-height: 48px;
	margin-top: 40px;
}
.page-content h3{
	font-size: 30px;
	line-height: 36px;
	margin-top: 30px;
	margin-bottom: 10px;
}
.page-content h4{
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 5px;
}
.page-content h5{
	font-size: 20px;
	line-height: 28px;
	margin-top: 5px;
}
.page-content h6{
	font-size: 16px;
	line-height: 20px;
	margin-top: 5px;
}
.page-content ul,
.page-content ol {
	margin: 0 0 20px;
}
.page-content ul ol,
.page-content ol ul,
.page-content ul ul,
.page-content ol ol {
	margin-bottom: 0;
}
.page-content ol {
	padding-left: 20px;
}
.page-content ol li {
	list-style-type: decimal !important;
	padding: 7.5px 0 !important;
	line-height: 24px;
}
.page-content ol li:before {
	content: none !important;
}
.page-content ul li {
	position: relative;
	list-style-type: none;
	padding: 7.5px 0 7.5px 30px;
	line-height: 24px;
}
.page-content ul li:before {
	content: '\f00C';
	font-family: 'FontAwesome';
	position: absolute;
	left: 0;
	color: #FFE241;
}
*/

/* Main Styles */

.search-form label {
    display: inline;
    margin: 0;
}
.search-form {
    background-color: #fff;
    padding: 0;
    width: 80%;
    position: relative;
	border: 1px solid #e83338;
}

.search-field{
    border: 0 none;
    padding: 8px; 
    background-color: transparent;
    font-size: 16px;
    width: calc(100% - 43px);
	color: #000;
}

.search-submit{
    border: 0px none;
    cursor: pointer;
    font-size: 0;
    height: 40px;
    margin: 0;
    padding: 0;
    width: 43px;
    position: absolute;
    right: 0;
    top: 0;
    background-color: transparent;
}

.search-submit::before {
    font-size: 18px;
    width: 43px;
    content: "\f002";
	line-height: 40px;
	display: inline-block;
    font-family: 'FontAwesome';
    text-align: center;
	color: #7c808b;
}
.search-submit:hover:before {
	color: #011640;
}


/* Header Style */

.header {
	margin: 25px 0;
	position: absolute;
	top: 0;
	z-index: 1;
	width: 100%;
}
.logo {
	display: inline-block;
}
.logo img,
.footer-logo img {
	-webkit-box-shadow: 0 0 0 0 #ccc;
	-moz-box-shadow: 0 0 0 0 #ccc;
	box-shadow: 0 0 0 0 #ccc;
}
img.custom-logo {
    max-width: 250px;
}
.header ul,
.footer ul {
	margin: 0;
}
.header ul li,
.footer ul li {
	display: inline-block;
	padding: 0;
}
.header li:before,
.footer li:before {
	content: none;
}
.nav-menu {
	float: right;
}
ul.navbar-nav {
	float: right;
}
ul.navbar-nav li {
	display: inline-block;
	margin: 0 auto;
}
ul.navbar-nav li a {
	color: #fff;
	line-height: 30px;
	padding: 5px 0;
	margin: 2.5px 22.5px;
}
ul.navbar-nav li > a:hover,
ul.navbar-nav li.menu-item-has-children:hover:before,
ul.navbar-nav .current-page-item > a,
ul.navbar-nav .current-page-ancestor > a,
ul.navbar-nav .current_page_item > a,
ul.navbar-nav .current_page_ancestor > a,
ul.navbar-nav .current-menu-item > a,
ul.navbar-nav .current-menu-ancestor > a {
	color: #FFE241;
}

/* Sub Menu */

ul.navbar-nav > li.menu-item-has-children > a {
	position: relative;
	padding-right: 20px;
}
ul.navbar-nav > li.menu-item-has-children > a:after {
	content: '\f107';
	font-size: 24px;
	font-weight: normal;
	line-height: 30px;
	position: absolute;
	right: 0;
	font-family: 'FontAwesome';
}
ul.navbar-nav > li > ul.sub-menu{   
    top: 28px;
	z-index: 111;
    width: inherit;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
	-webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}

ul.navbar-nav li:hover ul.sub-menu{
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

ul.navbar-nav li ul.sub-menu {
    position: absolute;
	width: 200px;
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 0;
    margin: 0;
}
ul.navbar-nav li ul.sub-menu li {
	display: inline-block;
	width: 100%;
}
ul.navbar-nav li ul.sub-menu li a {
    display: inline-block;
    font-size: 14px;
	line-height: 18px;
    color: #000;
	padding: 10px 15px;
	margin: 0;
	width: 100%;
	background-color: #FFE241;
}
/* ul.navbar-nav li ul.sub-menu li:last-child a {
	margin: 0;
	text-transform: initial;
}*/
ul.navbar-nav li ul.sub-menu li a:hover{
    text-decoration: none;
	background-color: #000;
	color: #FFE241;
}

ul.navbar-nav > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children {
	position: relative;
}
ul.navbar-nav > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu {
	position: absolute;
	top: 0;
	left: 200px;
}
ul.navbar-nav > li > ul.sub-menu > li.menu-item-has-children > a:after {
	content: '\f105';
	font-size: 18px;
	font-weight: normal;
	line-height: 18px;
	position: absolute;
	right: 6px;
	font-family: 'FontAwesome';
}
ul.navbar-nav > li > ul.sub-menu > li.menu-item-has-children > ul.sub-menu {
	z-index: 111;
	width: inherit;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
}

ul.navbar-nav li ul.sub-menu > li.menu-item-has-children:hover > ul.sub-menu{
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}



/* Contact Forms */

.contact-form {
	background-color: #FFE241;
	padding: 30px 7.5px;
	color: #fff;
	display: inline-block;
	width: 100%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.contact-form h2 {
	font-weight: bold;
	font-size: 30px;
	line-height: 36px;
	color: #fff;
}
.contact-form label {
    font-size: 20px;
	line-height: 30px;
	margin: 15px 0 0;
}
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form input[type="date"],
.contact-form textarea,
.contact-form select {
	font-size: 20px;
	line-height: 20px;
	padding: 10px;
	border: 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	margin: 5px 0;
	width: 100%;
	background-color: #fff;
	color: #000;
	height: 50px;
}
.contact-form select {
	padding: 11px 10px;
	color: #797979;
	font-weight: bold;
}
.contact-form textarea {
	height: 100px;
}
.contact-form input[type="date"] {
	color: #aeaeae;
}
.contact-form input[type="text"]::-webkit-input-placeholder,
.contact-form input[type="email"]::-webkit-input-placeholder,
.contact-form input[type="tel"]::-webkit-input-placeholder,
.contact-form input[type="date"]::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder {
	color: #7c808b;
	font-weight: 600;
}
.contact-form input[type="submit"],
.contact-form input[type="button"],
.contact-form button[type="submit"] {
	font-size: 28px;
	line-height: 34px;
	text-transform: capitalize;
	background-color: transparent;
	border: 0;
	display: inline-block;
	text-align: right;
}
.contact-form input[type="submit"]:hover,
.contact-form input[type="button"]:hover,
.contact-form button[type="submit"]:hover {
	
}
.ajax-loader {
    display: none !important;
}
span.wpcf7-not-valid-tip {
	display: none !important;
}
.contact-form input[aria-invalid$="true"] {
	background-color: #f7e700;
}
/* Footer Styles */

.footer {
	background: #2C3745;
	color: #fff;
	padding: 25px 0;
	font-size: 16px;
	line-height: 2;
}
.footer-links,
.footer-contact,
.footer-logo {
	padding: 25px 0;
}
.footer-links,
.footer-links a {
	display: inline-block;
	color: #fff;
}
.footer-contact ul li {
	margin: 7.5px 0;
	position: relative;
	padding-left: 23px;
}
.footer-links a:hover {
	color: #FFE241;
}
.footer-contact i {
	margin-right: 7.5px;
	position: absolute;
	left: 0;
	top: 7px;
}
.footer-menu li {
	width: 100%;
}

.footer ul.sub-menu li {
	padding: 0 0 0 16px;
}
.footer ul.sub-menu li:before {
	content: '\f101';
	font-family: FontAwesome;
	position: absolute;
	left: 0;
	top: 3px;
	line-height: 24px;
	display: inline-block;
	color: #fff !important;
}
.footer ul.sub-menu li:hover:before {
	color: #FFE241 !important;
}
.bottom-footer {
	background-color: #1F2733;
	padding: 10px;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
}
.bottom-footer a {
	color: #fff;
	text-decoration: underline;
}
.cpyryt div {
	display: inline-block;
}

/* Error 404 */
.error-404{
    text-align: center;
    padding: 3% 0;
	background-color: #fff;
}
.error-404 h1{
    color: #777;
    font-size: 20vw;
    font-weight: 700;
    line-height: 0.9;
    margin-bottom: 30px;
    opacity: 0.3;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
    z-index: -1;
}
.error-404 h3{
    margin-bottom: 30px;
}

/*Comment form*/

h2.comments-title{
    font-size: 22px;
    margin-bottom: 20px;
}
h5.media-heading{
    font-size: 18px;
    font-style: italic; 
}
div.alert-info{
    display: none;
}
input#commentsubmit {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    background: #e97e46;
    border: 0px;
    color: #fff;
    padding: 8px 20px;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;    
}
input#commentsubmit:hover {
    background: #d14b05;
}
h3.comment-reply-title {
    font-size: 25px !important;
}
.comment-form input[type="text"]{
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 1px solid #dcdcdc;
    font-size: 14px;
    padding: 7px 10px;
    width: 100%;
    margin-bottom: 15px;
}
.comment-form textarea{
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 1px solid #dcdcdc;
    font-size: 14px;
    padding: 7px 10px;
    width: 100%;
    height: 150px;
    margin-bottom: 15px;
}
.comments-area input[type="submit"]{
    background-color: #2b2b2b;
    border-radius: 3px;
    cursor: pointer;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    padding: 7px 35px 9px 35px;
    font-weight: normal;
    border: 0 none;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.comments-area input[type="submit"]:focus,
.comments-area input[type="submit"]:hover{
    background: #84ea75;
}

/* Homepage Banner Section */
.home-hero-section {
	background-image: url(images/hero-image.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #fff;
	position: relative;
	text-align: center;
	display: inline-block;
	width: 100%;
}
.home-hero-section-overlay {
	padding: 100px 0;
	content: '';
	background: rgba(31,39,51,0.7);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.home-hero-section .image-section {
	margin-bottom: 20px;
}
.home-hero-section .image-section img {
	width: 225px;
	border-radius: 50%;
	border: 5px solid #FFE241;
}
.home-hero-section h1 {
	text-transform: uppercase;
}

/* Homepage Service Section */
.home-service-section {
	padding: 100px 0 70px;
	color: #fff;
	background: #1F2733;
}
h2.practice-section-heading {
	color: #FFE241;
	text-transform: uppercase;
}
a.single-service-card {
	margin: 30px 0;
	font-size: 24px;
	line-height: 32px;
	text-transform: uppercase;
	display: inline-block;
	color: #fff;
}
a.single-service-card:hover,
a.single-service-card:focus {
	color: #FFE241;
}
.single-service-card img {
	background: #fff;
	padding: 40px;
	width: 225px;
	height: 225px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom: 20px;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.4);
	-moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.4);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.4);
}

/* Homepage Handbook Section */
.home-trial-book-section {
	padding: 50px 0;
	background: linear-gradient(120deg, #fffbe6, #ffffff);
}
.home-trial-book-section .book-image {
	position: relative;
	padding: 1.5rem;
	border: 3px solid #FFE241; /* Gold frame */
	border-radius: 12px;
	background: #ffffff; /* Optional: or use light beige/ivory background */
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15); /* Soft drop shadow */
	max-width: 320px;
	margin: auto;
	transition: transform 0.3s ease;
}
.home-trial-book-section .book-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
}
.home-trial-book-section .book-image:hover {
  transform: translateY(-4px); /* Optional: slight lift on hover */
}
.home-trial-book-section .book-image,
.home-trial-book-section .page-content {
	margin-top: 50px;
	margin-bottom: 50px;
}
.page-section {
	padding: 100px 0;
}