@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* font-family: "Poppins", sans-serif;*/
body {
	font-family: 'Poppins', sans-serif !important;
	font-size: .9rem !important;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p {
	font-family: 'Poppins', sans-serif !important;
}



.site-header {
	padding-top: 10px;
	padding-bottom: 10px;
	max-width: 1300px;
	padding-left: 15px;
	padding-right: 15px;
}

.container {
	max-width: 1300px;
}

.site-footer {
	max-width: 1300px;
	padding-left: 15px;
	padding-right: 15px;
}

.no-widgets .site-footer,
.site-footer {
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.site-footer > .site-info {
	border: none;
	padding: 15px 0;
	margin: 0;
}

.site-info ul {
	margin-bottom: 0;
}

.home .site-main {
	padding-top: 0;
	padding-bottom: 0;
}

/*.home header#masthead {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	max-width: initial;
	padding: 0 15px;
}*/
.site-branding {
	margin-top: 0;
}

/*
.home .site-footer > .site-info {
	border: none;
	margin: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	max-width: inherit;

}*/

.site-footer > .site-info {
	display: flex;
	justify-content: space-between;
}

.footer-navigation {
	margin-top: 0;
	margin-bottom: 0;
}

.primary-navigation .primary-menu-container {
	margin-right: 0;
	margin-left: 0;
}

.primary-menu-container a,
.footer-navigation a,
.copyright {
	font-family: 'Poppins', sans-serif !important;
	font-size: .9rem;
}

.primary-navigation li > a {
	color: #926f90 !important;
}

/*.home .footer-navigation a {
	color: #fff !important;

}*/

.footer-navigation a {
	text-decoration: none;
	padding: 0 8px !important;

}

.footer-navigation li {
	line-height: 1;
	border-left: 1px solid #ccc;
}

.footer-navigation li:first-child {
	border: none;
}

.home .copyright {
	color: #fff;
}

.home .site-footer {
	position: relative;
}

.primary-navigation .current_page_item > a,
.primary-navigation li > a:hover {
	text-decoration: none !important;
}

.primary-navigation .primary-menu-container > ul > .menu-item.current_page_item > a:after {
	content: "";
	position: absolute;
	content: "";
	bottom: 5px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
}

.primary-navigation .primary-menu-container > ul > .menu-item > a:after {
	content: "";
	position: absolute;
	content: "";
	bottom: 5px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 0;
	border-bottom: 2px solid #2196f3;
	-webkit-transition: width ease-out .3s;
	-moz-transition: width ease-out .3s;
	transition: width ease-out .3s;
}

.primary-navigation > div > .menu-wrapper > li:hover > a:after {
	content: "";
	width: 100%;
}

.site-content {
	border-top: 1px solid #eae8e8;
	border-bottom: 1px solid #eae8e8;
}

/*body:not(.home) */
.footer-navigation a,
/*body:not(.home)*/
.copyright {
	color: #555555 !important;
}

.home .footer-navigation a:hover {
	color: #1c4292 !important;
	text-decoration: none !important;
}

/*body:not(.home)*/
.footer-navigation a:hover {
	color: #000 !important;
	text-decoration: none !important;
}

.mob-menu-logo-holder img,
.logo img {
	max-width: 200px;
}

.mob-menu-logo-holder img {
	height: auto !important;
	margin-top: 10px;
}

.inner-pg img {
	height: auto !important;
}

.mobmenu-left-bt span {
	display: none;
}

.hm-three-block {
	margin-top: 30px;
	margin-bottom: 30px;
}

.hm-three-block .col-block {
	background: rgb(253, 253, 253);
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px 0px;
	display: block !important;
	margin: 5px;
	padding-bottom: 20px;
	overflow: hidden;
	border-radius: 10px;
	height: 100%;
}

.hm-three-block .col-block h3,
.hm-three-block .col-block p {
	padding: 5px 15px;
	margin: 0;
}



.hm-three-block h2 {
	color: #926f90;
	text-align-last: center;
	margin-bottom: 15px;font-weight: 700;
}

.hm-three-block h3 {
	font-size: 1rem;
	color: #926f90
}

.site-footer > .site-info li:first-child a {
	padding-left: 0 !important;
}

.blue-section-title {
	height: 200px;
	color: #fff;
	background: #2196f3;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 2px;
	font-size: 1rem;
	margin-bottom: 10px;
	text-align: center
}

div[data-title="home-bg"] {
	height: 90vh !important;
}

@media only screen and (max-width: 991px) {
	div[data-title="home-bg"] {
		height: 88vh !important;
	}
}

@media only screen and (max-width: 767px) {
	.site-footer > .site-info {
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
	}

	.footer-navigation li {
		margin-bottom: 10px;
	}

	.copyright {
		margin-top: 15px;
	}

	.banner-heading h1 {
		font-size: 50px !important;
	}

	.banner-text p {
		font-size: 20px !important;
	}

	div[data-title="home-bg"] {
		height: 88vh !important;
	}

	.hm-three-block .col-block {
		margin-bottom: 15px;
		margin-top: 15px;
		height: auto;
	}
}

@media only screen and (max-width: 575px) {
	.rt-ord {
		order: 1;

	}

	.lt-ord {
		order: 2;
	}

	.inner-img {
		margin-bottom: 20px;
	}
	
}

@media only screen and (max-width: 360px) {
	footer-navigation li {
		margin-bottom: 10px;
	}

	.banner-heading h1 {
		font-size: 40px !important;
	}

	.banner-text p {
		font-size: 18px !important;
	}

	.mob-menu-logo-holder img {
		max-width: 210px;
		margin-top: 15px;
	}
}
