/* 
Theme Name: Realty Repairs
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: FDM
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
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
*/

/******Default vip css start*****/ 
@import url("https://use.typekit.net/cgd4voq.css");
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
*{
	outline: none !important; 
	text-decoration: none !important;  
}
ul {
	padding: 0;
} 
.site-branding {
	display: none;
} 
p,li {
	margin-bottom: 20px; 
}  
p, li, div, p.elementor-heading-title {
	color: #000;
	font-size: 17px;
	line-height: 30px;
	font-family: "Inter", sans-serif;
	font-weight: 400;
}
p:last-child{
	margin-bottom: 0;
} 
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 h6, .h6 {
	color: #0f5a8b;
	letter-spacing: 0;
	font-family: "Playfair Display", serif;
	text-transform: uppercase;
	font-weight: 600;
}
p a{
	color: #1c3d59 !important; 
	text-decoration: unset !important;
} 
p a:hover, .link-text a:hover {
	color: #c8a759 !important;
}
strong {
	font-weight: 500 !important;
}   
.pl60{
	padding-left: 60px;
}
.pl30{
	padding-left: 30px;
}
.pr60{
	padding-right: 60px;
} 
.pt0 {
	padding-top:0px !important;
}
.pb0 {
	padding-bottom:0px !important;
}
.mt50{
	margin-top: 50px;
}   
.mt35{
	margin-top: 35px;
} 
.mt100{
	margin-top: 100px;
}    
.pad100 {
	padding: 100px 15px;
} 
.pt100{
	padding-top: 100px;
} 
.pb100{
	padding-bottom: 100px;
}
.pt50 {
	padding-top: 50px;
}
.defbtn .elementor-widget-container {
	margin-top: 30px;
}
body {
	position: relative;
}
a {
	transition: all ease-in-out 0.5s !important;
}
div[data-elementor-type="wp-page"] {
	overflow: hidden;
}
.pad50{
	padding: 50px 15px;
}
/*** Header ***/  
@keyframes slideIn {
	from { top: -50% }
	to { top: 0 }
}   
.hdactive .elementor-location-header {
	position: fixed;
	-webkit-animation: slideIn 0.5s ease-in;
	-moz-animation: slideIn 0.5s ease-in;
	animation: slideIn 0.5s ease-in;
	z-index: 102;
	background: #0f5a8b;
	box-shadow: 0px 0px 11px rgba(0,0,0,0.2);
	padding: 10px 15px;
}
.hd_menu  .elementor-widget-container {
	width: 100%;
}      
.header_main .elementor-widget-wrap {
	justify-content: space-between;
	align-items: center;
} 
.hd_menu .elementor-nav-menu > li {
	margin-left: 40px;
}
.hd_menu .elementor-nav-menu > li > a {
	font-size: 16px;
	color: #fff !important;
	padding: 0 !important;
	text-transform: uppercase;
}
.hd_menu .elementor-nav-menu > li > a:hover {
	opacity: 0.7;
}
.hd_menu .elementor-nav-menu > li:last-child > a {
	background: #fff;
	padding: 15px 30px 14px 30px !important;
	position: relative;
	transition: all ease-in-out 0.5s !important;
	font-style: normal;
	color: #0f5a8b !important;
	letter-spacing: 0;
	border-radius: 0px !important;
}
.elementor-nav-menu > li > ul.sub-menu a {
	padding: 14px 14px !important;
	color: #fff !important;
	border-bottom: 1px solid #ffffff38;
	border-left: 0;
	white-space: normal;
	background: #6d7358 !important;
	font-size: 15px;
	text-transform: capitalize;
	letter-spacing: 0;
}
.elementor-nav-menu > li > ul.sub-menu li:last-child a {
	border-bottom: 0px !important;
}  
.elementor-sub-item.elementor-item-active {
	background-color: transparent !important;
} 
.elementor-nav-menu > li > ul.sub-menu {
	background: #222334;
	min-width: 235px !important;
	border-radius: 0px;
	margin-top: -5px !important;
}
.elementor-nav-menu > li > ul.sub-menu:last-child a {
	border-radius: 0px; 
} 
.elementor-nav-menu > li > ul.sub-menu .sub-arrow {
	display: none !important;
} 
.elementor-nav-menu > li > ul.sub-menu a:hover {
	background: #4c5238 !important;
	opacity: 1;
	border-left: unset !important;
	color: #fff !important;
}
.elementor-location-header {
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	padding: 8px 15px;
	background: #0f5a8b;
}
.elementor-nav-menu li .sub-arrow svg {
	transition: all ease-in-out 0.5s;
	fill: #fff;
}
.elementor-nav-menu li:hover .sub-arrow svg {
	fill: #dbdbdb;
} 
.site_logo {
	width: auto !important;
	max-width: 140px;
}
.hdactive .site_logo {
	max-width: 100px;
} 
.hdright {
	width: calc(100% - 310px) !important;
}
/*** Header End***/ 
.bannercaption h1 {
	font-size: 55px;
	margin-bottom: 20px;
	line-height: 1.1;
}  
.bigheading h2 i,
.bannercaption h1 i {
	font-family: "above-the-beyond", sans-serif;
	font-weight: normal;
	margin-left: 4px; 
	line-height: 1.4; 
	text-transform: none;
}
.bigheading h2 i {
	font-size: 42px;
	display: block;
}
.bigheading h2 {
	font-size: 55px;
}
.bigheading {
	margin-bottom: 25px !important;
}
.subheading p {
	font-size: 28px;
	line-height: 1.4;
	font-family: "above-the-beyond", sans-serif;
	text-transform: none;
	color: #0f5a8b;
}
.subheading {
	margin-bottom: 10px !important;
}
.banner_btmblock p {
	font-weight: 900;
	background: #c8a759;
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
	padding: 18px 50px;
	font-size: 26px;
	color: #fff;
	border-radius: 50px;
	margin-top: -38px;
}
.ft_logo img {
	max-width: 350px;
}
/* .ft_top {
padding: 60px 0;
} */
.ft_top {
	padding: 60px 0 0px;
}
/* .copyrighttext p {
border-top: 1px solid #cccccc87;
padding: 19px 0;
}   */
.ft_list li {
	margin: 4px 0 !important;
}
.ft_list a:hover {
	opacity: 0.7;
}
.ft_list a svg {
	width: 19px !important;
	height: 17px !important;
	fill: #fff;
}
.defbtn a {
	background: #0f5a8b;
	padding: 17px 39px !important;
	position: relative;
	transition: all ease-in-out 0.5s !important;
	font-style: normal;
	color: #fff !important;
	letter-spacing: 0;
	font-size: 17px !important;
	border-radius: 0px !important;
	text-transform: uppercase;
}
.hd_menu .elementor-nav-menu > li:last-child > a:hover, .defbtn a:hover {
	background: #1c3d59;
	color: #fff !important;
}  
.mdheading h2 {
	color: #0f5a8b;
	margin-bottom: 16px;
	font-family: "Inter", sans-serif;
	font-size: 28px;
	text-transform: uppercase;
	font-weight: normal;
}
.iconlist li {
	list-style: none;
	margin: 0 0 8px;
	padding-left: 45px;
	position: relative;
}
.iconlist li::before {
	content: "";
	width: 30px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 6px;
	border-radius: 50px;
	background-image: url("https://screaltyrepairs.com/wp-content/uploads/2025/10/ic.jpg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.spacingblock {
	padding: 50px;
}
.wt p {
	color: #fff;
}
.iconlist ul {
	margin: 20px 0;
} 
.gfield {
	width: calc(100% / 4 - 12px);
}
.gform_wrapper .gform_validation_errors {
	display: none;
} 
.custom-contact .gform_page_footer {
	display: flex;
	flex-wrap: wrap;
}
.custom-contact .button:hover {
	background: #1c3d59 !important;
}
.custom-contact .button {
	background: #0f5a8b !important;
	padding: 10px 25px !important;
	position: relative;
	z-index: 1;
	height: unset;
	border: 0px !important;
	line-height: normal !important;
	min-width: 210px !important;
	border-radius: 0px !important;
	margin: auto !important;
	text-transform: uppercase !important;
	transition: all ease-in-out 0.5s !important;
	color: #fff !important;
	font-size: 17px !important;
	font-weight: normal !important;
}
.instruction.validation_message {
	display: none;
}
.validation_message {
	padding: 0px !important;
	background: transparent !important;
	border: 0px !important;
	margin-top: 4px !important;
	font-size: 13px !important;
}
.gform_wrapper .gfield_required{
	display: none !important;
} 
.custom-contact .gfield_label {
	display: none;
}
.custom-contact input, .custom-contact .textarea, .custom-contact select {
	height: 54px;
	margin-bottom: 0px !important;
	border: 1px solid #0000002e !important;
	min-height: 53px !important;
	border-radius: 0px !important;
	color: #3c3c3c !important;
	font-size: 14px !important;
	padding: 15px 20px 13px !important;
	box-shadow: none !important;
	background: #fff !important;
}
.gform_fields {
	display: flex !important;
	flex-wrap: wrap !important;
	row-gap: 25px !important;
}
/* .custom-contact {
margin-top: 20px;
max-width: 1300px;
margin: 20px auto auto;
} */
.custom-contact .textarea {
	height: 150px !important; 
} 
.custom-contact .gform_footer {
	margin: 25px 0px 0px !important;
	padding: 0px !important;
}
.custom-contact select option {
	color: #3c3c3c;
}
.fullblock {
	width: 100%!important;
}  
.gform_wrapper .gform_validation_errors > h2 {
	font-size: 17px !important;
	font-weight: 500;
	line-height: normal !important;
} 
.ft_logo img {
	max-width: 220px;
}
.ft_list a {
	color: #fff;
	font-size: 17px !important;
	line-height: normal;
	margin: 5px 0;
}
.banner > .elementor-container {
	min-height: calc(100vh - 110px) !important;
}
/* .bannercaption > div {
padding: 70px 0 !important;
max-width: 510px;
background: #0f5a8b;
z-index: 1;
position: relative;
} */
.bannercaption > div {
	padding: 70px 0 !important;
	max-width: 640px;
	background: #0f5a8b;
	z-index: 1;
	position: relative;
}
.bannercaption > div::before {
	content: "";
	right: 100%;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	background: #0f5a8b;
}
body.hdactive {
	padding-top: 113px;
}
.elementor-slideshow__footer {
	display: none;
}
.btnhd svg {
	fill: #fff !important;
}
.btnhd:hover svg {
	opacity: 0.7;
}
.btnhd a {
	background: transparent !important;
	color: #fff !important;
	padding: 0 !important;
	font-weight: 600;
	font-size: 17px !important;
	margin-bottom: 12px !important;
}
.btnhd a:hover {
	opacity: 0.7;
}
.ft-fix-btn {
	display: none;
}
.ourwrk p {
	max-width: 950px;
	margin: 0 auto;
}
.review_ic .elementor-testimonial {
	display: flex;
	flex-wrap: wrap;
}
.review_ic .elementor-testimonial__header {
	order: 2;
}
.review_ic .elementor-testimonial__content::before {
	content: "";
	background-image: url("https://screaltyrepairs.com/wp-content/uploads/2025/10/star.png");
	background-repeat: no-repeat;
	width: 130px;
	height: 20px;
	display: block;
	background-size: contain;
	margin-bottom: 20px;
}
.review_ic .elementor-testimonial__cite {
	position: relative;
}
.review_ic .swiper-pagination { 
	text-align: right;
}
.review_ic .swiper-pagination-bullet {
	width: 10px !important;
	height: 10px !important;
	background: #0f5a8b !important;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #0f5a8b !important;
}
.review_ic .elementor-testimonial__name {
	font-size: 20px !important;
	color: #0f5a8b;
	letter-spacing: 0;
	font-family: "Playfair Display", serif;
	text-transform: uppercase;
	font-weight: 600;
}
.review_ic .swiper-slide {
	padding: 50px;
	border-radius: 0px !important;
	border: 0 !important;
	border-bottom: 5px solid #0f5a8b !important;
	background: #fff;
}
.review_ic .elementor-testimonial__text {
	font-size: 17px !important;
	margin-bottom: 20px;
	line-height: 30px;
}
.fil_ic img {
	filter: grayscale(100) brightness(100);
}
.fb-list ul {
	margin: 0 !important;
}
.fb-list li {
	margin: 0 !important;
}
.fb-list .elementor-icon-list-icon {
	background: #0f5a8b;
	padding: 12px;
	border-radius: 50%;
	transition: all ease-in-out 0.5s !important;
}
.fb-list li svg {
	width: 23px !important;
	height: 22px !important;
	fill: #fff;
	margin: 0 !important;
}
.fb-list .elementor-icon-list-text {
	display: none !important;
}
.fb-list .elementor-icon-list-icon:hover {
	background: #1c3d59;
}
.footerform .gfield {
	width: calc(100% / 2 - 12px);
}
.footerform > div {
	background: #fff;
	padding: 40px !important;
	border-radius: 0;
	margin-top: -225px;
	margin-bottom: auto;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.review-pad {
	padding: 100px 15px 180px;
}
.custom-contact h2 {
	font-size: 30px;
	line-height: 40px;
	margin: 0 0 15px 0;
}
.copyright-sec {
	padding-top: 200px;
}
.copyrighttext p, .copyrighttext a {
	color: #fff !important;
	transition: all ease-in-out 0.5s !important;
}
.copyrighttext a:hover {
	color: #fff !important;
	text-decoration: underline !important;
	opacity: 0.6;
}
.ft-hd span {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 10px;
	display: block;
	text-transform: uppercase;
}

.gall_outer > div {
	column-gap: 20px;
	row-gap: 20px;
	justify-content: center;
}
.single-gall {
	width: calc(100% / 3 - 14px) !important;
	position: relative;
}
.single-gall .elementor-image-box-img {
	width: auto !important;
	display: block;
	margin: 0 !important;
	overflow: hidden;
}
.single-gall:hover .elementor-image-box-img img {
	transform: scale(1.1);
}
.single-gall .elementor-image-box-img img {
	display: block;
	width: 100%;
	transition: all ease-in-out 0.5s !important;
}
.single-gall .elementor-image-box-content {
	position: absolute;
	bottom: 0;
	padding: 100px 15px 20px;
	pointer-events: none;
	background: #ffffff;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(15, 90, 139) 100%);
}
.single-gall span {
	color: #fff;
	letter-spacing: 0;
	font-family: "Playfair Display", serif;
	text-transform: uppercase;
	font-weight: 600;
	display: block;
	font-size: 24px;
}
.inr-hd h1 {
	font-size: 55px;
}
.gall-pad {
	padding: 100px 15px 220px;
}
.slider-col .elementor-swiper-button {
	background: #0f5a8b;
	padding: 7px;
	border-radius: 50%;
}
.slider-col .elementor-swiper-button-next {
	right: -19px !important;
}
.slider-col .elementor-swiper-button-prev {
	left: -19px !important;
}
.slider-col svg {
	fill: #fff !important;
}
.gall_slider .elementor-testimonial__header {
	flex-wrap: wrap;
}
.gall_slider .elementor-testimonial__image {
	width: 100% !important;
	overflow: hidden;
	border-radius: 0x;
}
.gall_slider .elementor-testimonial__image img {
	width: 100% !important;
	height: auto !important;
	border-radius: 0;
	transition: all ease-in-out 0.5s;
}
.gall_slider .swiper-slide:hover .elementor-testimonial__image img {
	transform: scale(1.1);
}
.gall_slider .elementor-testimonial__cite {
	/* margin: 0 !important; */
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto !important;
	padding: 80px 15px 20px;
	border-radius: 0;
	overflow: hidden;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(15, 90, 139) 100%);
	text-align: center;
}
.gall_slider .elementor-testimonial__name {
	color: #fff !important;
	text-transform: uppercase;
	font-weight: normal !important;
	font-size: 24px;
	line-height: 1.1;
	margin-bottom: 0;
	font-family: "Playfair Display", serif;
}
.gall_slider .elementor-testimonial__title {
	color: #fff !important;
	font-size: 16px !important;
	margin: auto auto -145px auto;
	min-height: 130px;
	transition: all ease-in-out 0.5s;
}
.gall_slider .swiper-slide:hover .elementor-testimonial__title{
	margin: 0;
}
.gall_slider .elementor-testimonial__title::after {
	content: "Read More";
	display: block;
	max-width: max-content;
	position: relative;
	transition: all ease-in-out 0.5s !important;
	font-style: normal;
	background: #e0d8cf;
	border-radius: 50px !important;
	color: #000 !important;
	text-transform: uppercase;
	padding: 10px 23px !important;
	line-height: normal;
	font-size: 14px;
	margin-top: 18px;
}
.gall_slider .elementor-swiper-button {
	background: #0f5a8b;
	padding: 10px;
	border-radius: 50%;
}
.gall_slider .elementor-swiper-button svg {
	fill: #fff !important;
}
/* .gall-pad p {
	max-width: 1040px;
	margin: 0 auto 25px !important;
} */
.custom-contact p {
	font-size: 16px;
	line-height: 22px;
	color: #3c3c3c;
}







/* Responsive-start */
@media(max-width: 1400px) {
	.bannercaption > div {
		padding: 60px 15px !important;
	}
	.hd_menu .elementor-nav-menu > li {
		margin-left: 30px;
	}
	.ft_top {
		padding: 60px 15px;
	}
	.lft-ryt-spc {
		padding-left: 15px;
		padding-right: 15px;
	}
	.bannercaption > div {
		padding: 70px 15px !important;
	}
}
@media(max-width: 1199px) {
	.inr-hd h1 {
		font-size: 48px;
	}
	.review-pad {
		padding: 80px 15px 160px;
	}
	.bigheading h2 i {
		font-size: 39px;
	}
	.review_ic .swiper-slide {
		padding: 40px;
	}
	.custom-contact .button {
		min-width: 170px !important;
	}
	.ft_list a {
		font-size: 15px !important;
	}
	.footerform > div {
		padding: 30px !important;
		margin-top: -195px;
	}
	.ft_logo img {
		max-width: 180px;
	}
	.hd_menu .elementor-nav-menu > li {
		margin-left: 20px;
	}
	.pb100 {
		padding-bottom: 80px;
	}
	.pl60 {
		padding-left: 50px;
	}
	.pl60 {
		padding-left: 50px;
	}
	.mdheading h2 {
		font-size: 25px;
	}
	.pad100 {
		padding: 80px 15px;
	}
	.pr60 {
		padding-right: 50px;
	}
	.bigheading h2 {
		font-size: 48px;
	}
	.spacingblock {
		padding: 40px;
	}
	.pt100 {
		padding-top: 80px;
	}
	.bannercaption h1 {
		font-size: 50px;
		margin-bottom: 17px;
	}
	.bannercaption > div {
		padding: 60px 15px !important;
	}
	.hdright {
		width: calc(100% - 180px) !important;
	}

}
@media(max-width: 1024px) {
	.header_main .elementor-menu-toggle__icon--close.e-font-icon-svg.e-eicon-close {
		fill: #0b5b8c;
	}
	.header_main .elementor-menu-toggle__icon--open.e-font-icon-svg.e-eicon-menu-bar {
		fill: #0f5a8b;
	}
	.hd_menu {
		flex-direction: row-reverse !important;
	}
.header_main .elementor-menu-toggle {
	background-color: #FFF;
	padding: 11px;
	margin: 0px 0px !important;
	z-index: 10;
	display: flex;
	justify-content: flex-end;
	width: fit-content;
	border-radius: 0;
}
	.header_main nav.elementor-nav-menu--dropdown {
		position: fixed;
		top: 0;
		bottom: 0;
		width: 480px;
		margin: 0 !important;
		display: flex;
		align-items: center;
		justify-content: center;
		right: -490px;
		transform: unset !important;
		max-height: 100% !important;
		transition: all ease-in-out 0.3s !important;
		background-color: #0b5b8c;
		overflow: auto;
		z-index: 5;
	}
	.header_main .elementor-nav-menu>li>a {
		color: #fff;
	}
	.header_main .elementor-menu-toggle.elementor-active~.elementor-nav-menu--dropdown {
		right: 0px !important;
	}
	.header_main .elementor-menu-toggle.elementor-active {
		background-color: #fff;
		color: #fcb113;
		margin: 0px !important;
		position: fixed;
		right: 15px;
		top: 48px;
	}
	.hd_menu .elementor-nav-menu > li > a:hover {
		color: #fff !important;
	}
	.header_main .elementor-nav-menu {
		margin: auto;
		margin-top: 90px !important;
		width: 100% !important;
	}
	.header_main .sub-arrow {
		position: absolute;
		right: 30px;
	}
	.header_main .elementor-nav-menu>li:last-child>a:hover {
		background: transparent !important;
		color: #fff !important;
	}
	.header_main .elementor-nav-menu>li:last-child {
		margin-left: 0px;
	}
	.header-main .hd_menu .elementor-nav-menu>li:last-child>a {
		border: 0 !important;
	}
	.header_main ul.elementor-nav-menu > li > a, .hd_menu .elementor-nav-menu > li:last-child > a {
		background-color: transparent !important;
		font-size: 20px !important;
		padding: 22px 15px !important;
		border: 0px !important;
		color: #fff !important;
		border-bottom: 1px solid #ffffff1f !important;
	}
	.hd_menu nav > ul.elementor-nav-menu > li {
		margin-left: 0px;
	}
	.header_main ul.elementor-nav-menu .sub-menu li a {
		padding: 20px 20px 20px 35px !important;
		color: #fff !important;
		font-size: 17px !important;
		background-color: #231f20 !important;
		text-transform: uppercase;
	}
	.header_main ul.elementor-nav-menu .sub-menu {
		background: transparent !important;
	}
}
@media(max-width: 999px) {
	.inr-hd h1 {
		font-size: 40px;
	}
	.bigheading h2 i {
		font-size: 36px;
	}
	.single-gall span {
		font-size: 20px;
	}
	.single-gall {
		width: calc(100% / 3 - 7px) !important;
	}
	.gall_outer > div {
		column-gap: 10px;
		row-gap: 10px;
	}
	.gall-pad {
		padding: 80px 15px 190px;
	}
	.gall-pad {
		padding: 60px 15px 60px;
	}
	.ft-form-col {
		margin-bottom: 30px;
	}
	.copyright-sec {
		padding-top: 40px;
	}
	.ft_top > div {
		flex-direction: column-reverse;
	}
	.footerform > div {
		padding: 30px 15px !important;
		margin-top: 0;
	}
	.t-full-col {
		width: 100% !important;
	}
	.coln-img img {
		width: 60px;
	}
	.review-pad {
		padding: 60px 15px 60px;
	}
	.slider-col svg {
		font-size: 23px;
	}
	.slider-col .elementor-swiper-button {
		padding: 4px;
	}
	.ft_logo img {
		max-width: 170px;
	}
	.custom-contact .button:hover {
		background: #0f5a8b !important;
	}
	.ft_list a:hover {
		color: #000 !important;
	}
	.custom-contact .button {
		min-width: 170px !important;
	}
	.custom-contact .button {
		padding: 8px 20px !important;
		min-width: 170px !important;
	}
	.pb100 {
		padding-bottom: 60px;
	}
	.mt50 {
		margin-top: 40px;
	}
	.iconlist li {
		padding-left: 38px;
	}
	.mdheading h2 {
		font-size: 22px;
		margin-bottom: 12px;
	}
	.pl60 {
		padding-left: 35px;
	}
	.pad100 {
		padding: 60px 15px;
	}
	.spacingblock {
		padding: 40px 15px;
	}
	.pr60 {
		padding-right: 35px;
	}
	p, li, div, p.elementor-heading-title {
		font-size: 16px;
		line-height: 26px;
	}
	p, li {
		margin-bottom: 15px;
	}
	.bigheading {
		margin-bottom: 19px !important;
	}
	.bigheading h2 {
		font-size: 42px;
	}
	.pt100 {
		padding-top: 60px;
	}
	.bannercaption h1 {
		font-size: 44px;
		margin-bottom: 13px;
	}
	.banner > .elementor-container {
		min-height: calc(100vh - 270px) !important;
	}
	.bannercaption > div {
		padding: 40px 15px !important;
	}
}

@media(max-width: 767px) {
	.spacingblock .swiper-slide-image {
		width: 100% !important;
	}
	.mt35 {
		margin-top: 20px;
	}
	.inr-hd h1 {
		font-size: 34px;
	}
	.single-gall:hover .elementor-image-box-img img {
		transform: unset;
	}
	.single-gall {
		width: calc(100% / 2 - 7px) !important;
	}
	.gall-pad {
		padding: 40px 15px 40px;
	}
	.ft_list a:hover {
		color: #fff !important;
	}
	.ft-hd span {
		font-size: 19px;
		line-height: 25px;
		margin-bottom: 7px;
	}
	.custom-contact p {
		text-align: center;
	}
	.custom-contact h2 {
		font-size: 27px;
		line-height: 30px;
		margin: 0 0 12px 0;
		text-align: center;
	}
	.review_ic .swiper-slide {
		padding: 20px;
	}
	.gall_slider .elementor-swiper-button.elementor-swiper-button-next {
		right: 0;
	}
	.gall_slider .elementor-swiper-button.elementor-swiper-button-prev {
		left: 0;
	}
	.bigheading h2 i {
		font-size: 30px;
	}
	.gall_slider .elementor-swiper-button {
		padding: 6px;
	}
	.bannercaption > div {
		padding: 24px 15px !important;
	}
	.copyright-sec {
		padding-top: 0px;
	}
	.copyrighttext p {
		padding: 19px 0 20px;
	}
	.ft-fix-btn a:last-child {
		border-left: 1px solid #ffffff4a;
	}
	.ft-fix-btn a {
		width: 100% !important;
		text-align: center;
		font-size: 18px;
		color: #fff !important;
		line-height: normal;
		padding: 10px;
	}
	.ft-fix-btn {
		display: flex;
		justify-content: space-between;
		width: 100%;
		position: fixed;
		left: 0;
		bottom: 0;
		right: 0;
		background-color: #0f5a8b;
		border-top: 1px solid #ffffff36;
		z-index: 10;
	}
	.mt50 {
		margin-top: 30px !important;
	}
	.ft_top {
		padding: 40px 15px;
	}
	.gfield {
		width: 100% !important;
	}
	.iconlist li {
		padding-left: 0;
		border: 1px solid #8080802b;
		padding: 10px;
		text-align: center;
	}
	.iconlist li::before {
		display: none;
	}
	.pl60 {
		padding-left: 0px;
	}
	.pad100 {
		padding: 40px 15px;
	}
	.bigheading {
		margin-bottom: 10px !important;
	}
	.bigheading h2 {
		font-size: 37px;
	}
	.pr60 {
		padding-right: 0px;
	}
	.spacingblock {
		padding: 20px 15px 40px;
	}
	.bannercaption h1 {
		font-size: 40px;
		margin-bottom: 10px;
	}
	.pt100 {
		padding-top: 40px;
	}
	.bannercaption > div {
		max-width: 100% !important;
	}
	.gall-sec .gallery-item {
		width: calc(100% / 2);
	}
	.defbtn a {
		padding: 14px 20px !important;
		font-size: 15px !important;
	}
	.thanks_hd h1 {
		max-width: 400px;
		margin: 0 auto 13px;
}
}
@media(max-width: 600px) {
	.inr-hd h1 {
		font-size: 31px;
	}
	.bigheading h2 i {
		font-size: 26px;
	}
	.single-gall {
		width: 100% !important;
	}
	.bannercaption h1 {
		font-size: 34px;
		margin-bottom: 9px;
	}
	.copyrighttext {
		max-width: 360px;
		margin: 0 auto;
	}
	.ft_logo img {
		max-width: 150px;
	}
	.mdheading h2 {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.bigheading h2 {
		font-size: 33px;
	}
	.banner > .elementor-container {
		min-height: calc(100vh - 390px) !important;
	}
	.header_main ul.elementor-nav-menu > li > a, .hd_menu .elementor-nav-menu > li:last-child > a {
		font-size: 18px !important;
		padding: 15px 15px !important;
	}
	.header_main nav.elementor-nav-menu--dropdown {
		width: 320px;
	}
	.header_main .elementor-menu-toggle {
		padding: 8px;
	}
	.site_logo {
		max-width: 110px;
	}
}
@media(max-width: 400px) {

}