/*
 Theme Name:   Watermanomfs
 Description:  Twenty Twenty Child Theme
 Author:       Web App Designs
 Author URI:   https://webappdesigns.com/
 Template:     twentytwenty
 Version:      1.0.0
 Text Domain:  twentytwenty-child
*/

@font-face {
	font-family: 'Montserrat';
	src: url('fonts/Montserrat-SemiBold.woff2') format('woff2'),
		url('fonts/Montserrat-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url('fonts/Montserrat-Medium.woff2') format('woff2'),
		url('fonts/Montserrat-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url('fonts/Montserrat-Bold.woff2') format('woff2'),
		url('fonts/Montserrat-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url('fonts/Montserrat-Regular.woff2') format('woff2'),
		url('fonts/Montserrat-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Merriweather';
	src: url('fonts/Merriweather-Black.woff2') format('woff2'),
		url('fonts/Merriweather-Black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Merriweather';
	src: url('fonts/Merriweather-Bold.woff2') format('woff2'),
		url('fonts/Merriweather-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

:root {
	--yel: #ffd014;
	--blue: #00235a;
	--black: #000;
	--wht: #fff;
	--mont: 'Montserrat', sans-serif;
	--merri: 'Merriweather', sans-serif;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: var(--mont), sans-serif;
	font-weight: normal;
	line-height: 1.4;
	font-size: 16px;
	background: #fff !important;
	color: #3f3f3f;
	overflow-x: hidden;
	letter-spacing: normal !important;
}


h1,
h2,
h3,
h4,
h5 {
	line-height: 1.3 !important;
	font-family: var(--merri), sans-serif !important;
	font-weight: 900;
	letter-spacing: normal !important;
}

p,
.elementor-widget-container {
	line-height: 1.4;
	letter-spacing: normal !important;
}

.widget_text p,
.widget_text ol,
.widget_text ul,
.widget_text dl,
.widget_text dt,
.widget-content .rssSummary {
	font-family: var(--mont), sans-serif;
}

strong,
b,
.fnt-bold,
.head_text {
	font-weight: 600 !important;
}

.head_text {
	color: var(--blue);
}

p:not(:only-child):not(:last-child) {
	margin-bottom: 20px;
}

.p-100 {
	padding-block: 100px;
}

section {
	padding: unset;
}

.p-60 {
	padding-block: 60px;
}

.pb-60 {
	padding-bottom: 60px !important;
}

.pb-100 {
	padding-bottom: 100px !important;
}

.pt-20 {
	padding-top: 20px;
}

.mt-10 {
	margin-top: 24px !important;
}

.mb-25 {
	margin-bottom: 25px;
}

.container {
	max-width: 1170px;
	width:100%;
	padding: 0 15px;
	margin: 0 auto;
}

::-moz-selection {
	/* Code for Firefox */
	color: #000;
	background: var(--yel);
}

::selection {
	color: #000;
	background: var(--yel);
}

button:not(.mobile-nav-toggle, .close-nav-toggle),
.al-btn,
.wp-block-button__link,
.wp-block-file .wp-block-file__button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	box-shadow: 0 0 0 3em var(--blue) inset !important;
	color: var(--yel) !important;
	padding: 14px 40px;
	text-transform: capitalize;
	border-radius: 0px;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	transition: all 400ms ease;
	font-size: 16px !important;
	font-weight: bold !important;
	text-decoration: none !important;
	font-family: var(--mont), sans-serif !important;
	background-color: transparent !important;
}


button:not(.mobile-nav-toggle, .close-nav-toggle, .sub-menu-toggle):hover,
.al-btn:hover,
.wp-block-button__link:hover,
.wp-block-file .wp-block-file__button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	box-shadow: 0 0 0 2px var(--blue) inset !important;
	color: #302e2e;
	background-color: transparent;
}

/* Mobile Menu */
.menu-modal-inner {
	background: rgb(236 236 236 / 32%);
}

.toggle-icon .open-svg,
.toggle-icon.open-menu {
	color: var(--blue);
	width: 30px;
	height: 30px;
}

body .menu-modal nav * {
	border-color: #173d78;
}

.modal-menu a:focus,
.modal-menu a:hover,
.modal-menu li.current-menu-item>.ancestor-wrapper>a,
.modal-menu li.current_page_ancestor>.ancestor-wrapper>a {
	color: var(--blue) !important;
	text-decoration: none;
}

.modal-menu a {
	color: #498df7 !important;
}

.sub-menu-toggle {
	margin-right: 10px !important;
	padding: 15px 20px !important;
}

.toggle-icon.open-menu {
	margin-top: -10px;
}

.menu-bottom {
	display: none;
}
.modal-menu li li a{
	font-weight:600;
}

/* Header-Top */
header#site-header {
	border-top: 8px solid var(--yel);
}

.header-top-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 25px 0;
}

.headertop-ul {
	margin-left: 0;
	list-style: none;
	margin-bottom: 0;
}

.header-top-widget {
	max-width: 270px;
}

.headertop-ul li:first-child {
	background: url(images/phone-icon.png) no-repeat left center;
	background-size: 18px !important;
}

.headertop-ul li {
	background: url(images/location.png) no-repeat left center;
	background-size: 20px !important;
	margin-left: 0;
	padding-left: 30px;
	font-size: 14px;
	font-weight: 600;
}

.headertop-ul li a {
	color: var(--black);
}

.site-logo.faux-heading {
	margin: 0 !important;
}

.site-logo img {
	max-height: 120px;
}

/* Primary Menu */
ul.primary-menu {
	margin: 0;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: normal;
	justify-content: space-between;
}

.primary-menu>li {
	margin: 0;
}

.primary-menu>li>a {
	padding: 15px 25px;
	color: var(--black) !important;
	text-decoration: none !important;
}

body:not(.overlay-header) .primary-menu>li>.icon {
	color: var(--black) !important;
}

.primary-menu>li.current-menu-item,
.primary-menu>li:hover,
.primary-menu>li.current_page_parent {
	background-color: var(--yel);
}

body .primary-menu>li.menu-item-has-children {
	padding-right: 12px;
}

.primary-menu>li>.icon {
	right: 0.8rem;
}

.header-navigation-wrapper {
	border-top: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
}

@media screen and (min-width: 1000px) {
	ul.sub-menu {
		background: var(--yel) !important;
		z-index: 10;
	}

	.primary-menu ul.sub-menu a {
		padding: 12px !important;
		font-size: 14px;
		text-decoration: none !important;
		transition: all 0.3s ease;
	}

	.sub-menu>li::after {
		content: '';
		position: absolute;
		left: 50%;
		bottom: 0;
		width: 90%;
		height: 1px;
		background: #e9e9e9;
		transform: translateX(-50%);
	}

	ul.sub-menu a:hover {
		background: #b8d4ff ;
	}

	header ul ul li a::after {
		content: '';
		position: absolute;
		width: 100%;
		height: 2px;
		right: 0;
		right: 0;
		bottom: 0;
		background-color: var(--blue);
		border-radius: 10px;
		z-index: 1;
		transition: all 200ms linear;
	}

	header ul ul li:not(.current_page_item):not(.current-page-parent) a::after {
		width: 0;
	}

	header ul ul li:not(.current_page_item) a:hover::after {
		width: 100%;
		left: 0;
	}

	.primary-menu ul.sub-menu a:hover {
		color: var(--black);
	}

	body:not(.overlay-header) .primary-menu>li>ul:after {
		border-bottom-color: var(--yel) !important;
	}

	nav>ul>.current_page_parent>.sub-menu>.current_page_item {
		background: #b8d4ff  !important;
		color: var(--black);
	}
}

.primary-menu a:hover,
.primary-menu a:focus,
.primary-menu .current_page_ancestor {
	text-decoration: none !important;
}

/* Footer */

.footer-content {
	padding: 50px 0;
	background: url(images/footer-bg.jpg) no-repeat center;
	background-size: cover;
	color: var(--wht);
}

.grid-4 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
}

.footer-content ul:not(.footer-contacts) li {
	padding-left: 16px;
	background: url(images/arrow-rt.png) no-repeat;
	background-position: 1px 7px;
	background-size: auto;
	color: var(--wht);
	list-style: none;
	margin: 0;
}

.footer-content ul li a {
	font-size: 16px;
	line-height: 18px;
	color: var(--wht);
	text-transform: capitalize;
	transition: all 0.3s ease;
}

.footer-content ul li a:hover {
	color: var(--yel);
}

#custom-footer-widget1 ul li a {
	color: var(--yel);
}

#custom-footer-widget1 ul li a:hover {
	color: var(--wht);
}

.footer-content ul li.chw-title,
.chw-title {
	margin: 0 0 18px 0;
	font-size: 17px;
	background: transparent;
	font-weight: 600;
	padding-left: 0;
	font-family: var(--mont) !important;
	color: var(--yel);
}

.footer-content ul li.ft-whtmenu {
	background: transparent;
	padding-left: 0px;
}

.footer-content ul li.ft-whtmenu a {
	color: var(--wht) !important;
}

.footer-content ul li.ft-whtmenu a:hover {
	color: var(--yel) !important;
}

.footer-content ul li.chw-title a {
	font-family: var(--mont);
	color: var(--yel);
}

.footer-content ul {
	margin: 0 !important;
}

.footer-contacts li {
	background: url(images/footer-phone.png) no-repeat;
	background-position: 1px 5px;
	background-size: 18px !important;
	margin: 0;
	list-style: none;
	padding-left: 29px;
}

.footer-contacts li.footer-ad {
	background: url(images/ftr-location.png) no-repeat;
	background-position: 1px 6px;
	background-size: 15px !important;
}

.footer-content ul li {
	margin-bottom: 10px !important;
}

/* Footercopyright */
.footer-bottom {
	background-color: var(--yel);
	text-align: center;
}

.footer-copyright {
	font-weight: 600 !important;
	padding: 20px 0;
}

.footer-copyright a:hover {
	color: var(--blue);
}

/* ====================================================
////////////////////// Banner \\\\\\\\\\\\\\\\\\
====================================================== */
.banner-slider {
	position: relative;
}

.banner-slider .item {
	max-height: 660px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
}

.banner-slider .container.wrap-bnr {
	position: relative;
	display: block;
	height: 660px;
	z-index: 9;
	cursor: grab;
}

.banner-slider .item::after {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 6;
	background: linear-gradient(90deg, rgb(0 0 0 / 76%) 0%, rgba(255, 255, 255, 0) 98%);
	content: "";
	display: block;
}
.slider-text p{
	margin-bottom:10px !important;
}
.banner-slider .banner-cont {
	position: absolute;
	top: 50%;
	text-align: left;
	left: 0;
	width: min(550px, 100%);
	transform: translateY(-50%);
	font-family: var(--merri);
	font-weight: bold;
	font-size: 48px;
	color: var(--wht);
	text-transform: uppercase;
}

.banner-slider .slick-arrow svg {
	width: 15px;
	color: var(--wht);
	fill: var(--wht);
	transition: all 0.3s all;
}

.banner-slider .slick-arrow:hover svg {
	color: var(--yel);
}

.banner-slider .slick-arrow {
	position: absolute;
	z-index: 1;
	width: 49px;
	height: 49px;
	border-radius: 50%;
	display: flex !important;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.5);
	top: 50%;
	transform: translatey(-50%);
	cursor: pointer;
	transition: all 0.3s all;
	border: 1px solid #8c8c8c;
}

.slide-ul {
	list-style: none;
	color: #fff;
	display: inline-flex;
	flex-direction: column;
	text-align: left;
}

.slide-ul li {
	position: relative;
	padding-left: 29px;
}

.slide-ul li:not(:last-child) {
	margin-bottom: 15px;
}

.slide-ul li::after {
	position: absolute;
	content: "";
	left: 0;
	top: 2px;
	width: 17px;
	height: 17px;
	border-radius: 50%;
	background-color: var(--red);
}

.banner-slider .slick-prev.slick-arrow {
	left: 4px;
}

.banner-slider .slick-next.slick-arrow {
	right: 4px;
}

.slick-slider div {
	transition: none;
}

/** Text Animation **/

@-webkit-keyframes fadeInUpSD {
	0% {
		opacity: 0;
		-webkit-transform: translateY(100px);
		transform: translateY(100px);
	}

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

@keyframes fadeInUpSD {
	0% {
		opacity: 0;
		-webkit-transform: translateY(100px);
		transform: translateY(100px);
	}

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

.banner-slider .slick-current .slider-text {
	animation-name: fadeInUpSD;
	animation-duration: 1s;
	opacity: 1;
	/* 	padding: 10px 20px 30px 0; */
}

/* Homepage */
.heading-style h2 {
	font-family: var(--merri), sans-serif !important;
	font-weight: 900 !important;
	font-size: 36px;
	text-transform: capitalize;
	margin-bottom: 15px;
}

.heading-style.fnt-small h2 {
	font-size: 25px;
}

.btn-style2 a {
	box-shadow: 0 0 0 3em var(--blue) inset !important;
	color: var(--yel) !important;
	padding: 14px 40px;
	text-transform: capitalize;
	cursor:pointer;
	border-radius: 0px;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	transition: all 400ms ease;
	font-size: 16px !important;
	font-weight: bold !important;
	text-decoration: none !important;
	font-family: var(--mont), sans-serif !important;
}
.btn-style2.nore a{
	min-width:170px;
}
.btn-style2.ban a{
	box-shadow: 0 0 0 3em #fff inset !important;
}
.btn-style2 a:hover {
	box-shadow: 0 0 0 2px var(--blue) inset !important;
	color: #302e2e;
	background-color: transparent;
}
.btn-style2.ban a:hover{
	box-shadow: 0 0 0 2px #fff inset !important;
}
/* image-section */
.img-container{
	position:relative;
}
.img-container img{
	width:100%;
	border-radius:5px !important;
}
.team-container{
 	background-color:var(--blue); 
    border-radius:5px;
}

.title{
	position:absolute;
	inset:0;
	display:grid;
	place-items:center;
	color:var(--wht);
	font-size:17px;
	text-transform:uppercase;
	font-family: var(--merri), sans-serif !important;
	text-align: center;
    background-color: rgb(133 133 133 / 51%);
	border-radius:5px;
	transition:all 0.6s ease;
}
.team-container .title span{
	transition:all 0.6s ease;
}
.team-container:hover .title{
	background-color:rgb(72 72 72 / 51%);
}
.team-container:hover .title span{
	transform: translateY(-10px);
}
.text-container{
	padding:13px;
	color:var(--wht);
}
/* Testimonials */
.testimonial-wrap {
	text-align: center;
	color: var(--wht);
	max-width: 805px;
	margin: 0 auto;
	cursor: grab;
}

.testimonial-wrap img.testi-imgs {
	width: 120px;
	height: 120px;
	object-fit: cover;
	border-radius: 50%;
	margin: 10px auto 20px;
	object-position: top;
	box-shadow: 0px 0px 0px 7px rgb(13 81 187 / 28%);
}

p.test-content {
	margin: 25px 0 !important;
}

h4.client-name {
	font-family: var(--mont) !important;
	font-size: 18px;
	font-weight: bold;
	margin: 20px 0 0;
}
h5.client-desig {
	font-family: var(--mont) !important;
	font-size: 14px;
	font-weight: 600;
	margin: 5px 0 0;
}
.test-star {
	width: 138px;
	height: 14px;
	margin: 0 auto;
	background: url(images/star.png) no-repeat;
}

.testimonials-slider-container .slick-arrow svg {
	width: 15px;
	color: var(--wht);
	fill: var(--wht);
	transition: all 0.3s all;
}

.testimonials-slider-container .slick-arrow:hover svg {
	color: var(--wht);
}

.testimonials-slider-container .slick-arrow {
	position: absolute;
	z-index: 1;
	width: 49px;
	height: 49px;
	border-radius: 50%;
	display: flex !important;
	align-items: center;
	justify-content: center;
	background: #0d2e62;
	top: 50%;
	transform: translatey(-50%);
	cursor: pointer;
	transition: all 0.3s all;
}

.testimonials-slider-container .slick-arrow:hover {
	background: var(--yel);
}

.testimonials-slider-container .slick-prev.slick-arrow {
	left: -18px;
}

.testimonials-slider-container .slick-next.slick-arrow {
	right: -18px;
}

/* Homepage Form */
.wpcf7-form-control-wrap input[type=text],
input[type=email],
input[type=text],
input[type=url],
input[type=tel],
textarea {
	background-color: var(--wht);
	padding: 13px !important;
	border: 1px solid #cecece !important;
	border-radius: 0px;
	width: 100% !important;
	outline: none;
	font-family: var(--mont) !important;
}

.wpcf7-form-control-wrap input[type=text]:focus,
input[type=email]:focus,
input[type=text]:focus,
input[type=tel]:focus,
textarea:focus {
	border: 1px solid var(--blue) !important;
	background-color: #f1f1f1;
}

.form-row {
	grid-auto-flow: column;
	display: grid;
	gap: 20px;
}

.form-contact>*+* {
	margin-top: 20px;
}

span.wpcf7-spinner {
	display: block;
	margin: 5px auto;
}

.txt-center {
	text-align: center;
}

/* inner-page */
.page-inner .heading-style h2 {
	margin-bottom: 5px;
}

.page-inner ul,
ol {
	margin-bottom: 1.2rem;
}

.innerBanner {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	z-index: -2;
}

.entr-title.mainHeader {
	padding: 120px 0 120px;
	color: var(--wht);
	font-size: 44px;
	position: relative;
	text-transform: capitalize;
	font-weight: 600;
	margin: 0;
}

.innerBanner:after {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	background: rgba(0, 0, 0, .4);
	content: "";
	display: block !important;
}

/* Staff Page */
ul.reseStyle {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 25px;
	list-style: none !important;
	margin: 0 !important;
	margin-top: 60px;
}

ul.reseStyle li {
	margin: 0 !important;
	background: #f6f6f6;
	border-radius: 0 0 5px 5px;
}

.client-info {
	/* 	background-color:var(--wht); */
	padding: 20px 15px;
	text-align: center;
	border-radius: 0 0 5px 5px;
}

.client-info h3 {
	color: var(--blue);
	font-size: 18px;
	font-weight: bold;
	margin: 0;
}

/* .client-info > * + *{
	margin-top:14px;
} */
.image-thumb img {
	border-radius: 5px !important;
	border: 2px solid var(--yel) !important;
	height: 203px !important;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.new-section-wrap {
	background-color: #f8f8f8;
}

.news-section {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	position: relative;
}

.news-section .blogPostSection-new {
	width: 70%;
	margin-right: 30px;
}

.news-section .col-2 {
	width: 30%;
}

.sidebar-details {
	background-color: #fff;
	padding: 30px !important;
	border-radius: 10px;
	margin-bottom: 30px !important;
}

.sidebar-details h2.side-title {
	font-size: 20px !important;
	font-weight: 900 !important;
	color: var(--blue);
	text-transform: capitalize;
	margin: 0 !important;
}

.right-post-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px !important;
}

.right-post-wrapper .right-post-thumb {
	flex-basis: 30%;
}

.right-post-wrapper .right-post-content {
	flex-basis: 65%;
}

.right-post-wrapper .right-post-content h3 a,
.right-post-wrapper .right-post-content h3 {
	font-size: 13px;
	font-weight: 800;
	color: var(--blue);
	margin: 0 !important;
	line-height: 16px;
}

.right-post-wrapper .right-post-meta {
	margin-bottom: 5px !important;
	font-size: 13px;
}

.recent-post-wrappers {
	display: flex;
	flex-direction: row;
	align-items: center;
	background-color: #fff;
	border-radius: 10px;
	padding: 30px 15px;
	margin-bottom: 30px;
}

.recent-athor-meta p * {
	color: var(--black) !important;
	font-weight: 500 !important;
}

.recent-athor-meta p svg {
	width: 25px;
	color: var(--yel) !important;
	fill: var(--yel);
	display: inline-block;
	position: relative;
	top: 5px;
	margin-right: 10px;
}

.recent-athor-meta p {
	display: inline-block;
	margin-right: 10px;
}

.posts-title {
	font-size: 30px;
	margin: 10px 0 20px 0 !important;
}

a.pr-raed {
	font-weight: 500;
	transition: color 0.3s ease;
}

a.pr-raed:hover,
.posts-title a:hover {
	color: var(--blue);
}

.recent-post-wrapper {
	background-color: #fff;
	border-radius: 10px;
	padding: 30px 15px;
}

.recent-post-wrapper h2,
.recent-post-wrapper h3,
.recent-post-wrapper h4,
.recent-post-wrapper h15 {
	font-size: 20px;
	margin: 18px 0 !important;
	color: var(--blue);
}

.comment-respond {
	background-color: #fff !important;
	padding: 40px 30px 30px !important;
	border-radius: 10px;
	margin-top: 20px;
}

.comment-respond p:not(.comment-notes),
.section-inner.thin {
	max-width: 100% !important;
}

.comment-reply-title {
	font-size: 30px !important;
	text-align: left !important;
	color: var(--blue);
}

.comment-notes,
.logged-in-as {
	text-align: left !important;
}

.post-alignment {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
	margin-bottom: 10px;
}

.prev-posts a div {
	display: flex;
	align-items: center;
}

.article-img {
	margin-bottom: 10px;
	display: block;
	width: 100%;
}
.blogPostnSection p{
	text-align:justify;
}
.color-accent, .color-accent-hover:hover, .color-accent-hover:focus, :root .has-accent-color, .has-drop-cap:not(:focus):first-letter, .wp-block-button.is-style-outline, a, a:hover, a:focus {
    color: #ffd014;
    text-decoration: none;
}
select{
    background-color: var(--wht);
    padding: 13px !important;
    border: 1px solid #cecece !important;
    border-radius: 0px;
    width: 100% !important;
    outline: none;
    color: #504e58;
    font-family: var(--mont) !important;
}
.form-row br{
    display:none;
}
.form-row label{
    font-family: var(--mont) !important;
    font-weight:600;
    margin-bottom:10px;
}
.menu .chw-title,.ft-whtmenu a{
	pointer-events:none;
}
.grid-height .elementor-widget-wrap>.elementor-element{
	height: 100%;
    background-color:var(--blue); 
    border-radius: 5px;
}
.hide-section{
	display: none !important;
}



/* Responsive */
@media (max-width: 1250px) {
	.banner-cont {
		padding-left: 55px;
	}

	.testimonials-slider-container .slick-next.slick-arrow {
		right: 5px;
	}

	.testimonials-slider-container .slick-prev.slick-arrow {
		left: 5px;
	}
}

@media (max-width: 1099px) {
	.site-logo img {
		max-height: 100px;
	}

	.p-100 {
		padding-block: 80px;
	}

	.p-60 {
		padding-block: 50px;
	}
	.pb-60 {
		padding-bottom: 50px;
	}
}
@media (min-width: 1000px) {
	.site-logo img {
    max-height: 170px;
    height: 170px;
    }
}
@media (max-width: 1000px) {
	.header-top-widget {
		display: none;
	}

	nav .current-menu-parent>.sub-menu>.current-menu-item.page_item {
		background: #c7cef6;
	}

	.grid-4 {
		grid-template-columns: repeat(2, 1fr);
	}

	.heading-style h2 {
		font-size: 34px;
	}

	.banner-slider .banner-cont {
		font-size: 40px;
	}

	.banner-slider .container.wrap-bnr {
		height: 550px;
	}

	p.test-content {
		padding: 0 40px;
	}

	header#site-header {
		box-shadow: rgb(99 99 99 / 20%) 0px 3px 8px 0px;
	}

	ul.reseStyle {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 768px) {
	.site-logo img {
		max-height: 80px;
	}

	.p-100 {
		padding-block: 70px;
	}

	.p-60 {
		padding-block: 40px;
	}
    .pb-60 {
		padding-bottom: 40px;
	}
	.banner-slider .banner-cont {
		font-size: 38px;
		right: 0;
		left: 0;
		text-align: center;
		width: 100%;
		padding: 0 45px;
	}

	.banner-slider .container.wrap-bnr {
		height: 450px;
	}

	.banner-slider .item {
		background-position: right;
	}

	.form-row {
		grid-auto-flow: dense;
	}

	p.test-content {
		padding: 0 4px;
	}

	body {
		font-size: 14px;
	}

	ul.reseStyle {
		grid-template-columns: repeat(2, 1fr);
	}

	.entr-title.mainHeader {
		padding: 100px 0 100px;
		font-size: 38px;
	}

	.heading-style.fnt-small h2 {
		font-size: 22px;
	}

	.news-section {
		flex-direction: column;
	}

	.news-section>* {
		width: 100% !important;
		margin: 0 !important;
	}

	.posts-title {
		font-size: 26px;
	}

	.recent-athor-meta p svg {
		width: 20px;
	}
	.comment-respond {
    padding: 30px 20px 20px !important;
   }
}

@media (max-width: 500px) {
	.site-logo img {
		max-height: 75px;
	}

	.p-100 {
		padding-block: 40px;
	}

	.p-60 {
		padding-block: 30px;
	}
    .pb-60 {
		padding-bottom: 30px;
	}
	.heading-style h2 {
		font-size: 30px;
	}

	.banner-slider .banner-cont {
		font-size: 32px;
	}

	.grid-4 {
		grid-template-columns: repeat(1, 1fr);
		gap: 20px;
	}

	ul.reseStyle {
		grid-template-columns: repeat(1, 1fr);
	}

	.entr-title.mainHeader {
		padding: 90px 0 90px;
		font-size: 34px;
	}

	p:not(:only-child):not(:last-child) {
		margin-bottom: 15px;
	}
	.posts-title {
    font-size: 24px;
    }
	.toggle-icon .open-svg, .toggle-icon.open-menu {
    width: 26px;
    height: 26px;
    }
	.btn-style2 a, button:not(.mobile-nav-toggle, .close-nav-toggle), .al-btn, .wp-block-button__link, .wp-block-file .wp-block-file__button, input[type="button"], input[type="reset"], input[type="submit"] {
		font-size: 14px !important;
	}
}
@media (max-width: 400px) {
	.site-logo img {
		max-height: 55px;
	}
}