@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans&family=Ubuntu:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans&family=Source+Sans+Pro&family=Ubuntu&display=swap');

@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome-webfont.eot?v=4.3.0');
	src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
	font-weight: 400;
	font-style: normal;
	font-display: swap
}

body {
	font-family: 'Source Sans Pro', sans-serif;
	overflow-x: hidden !important;
	font-size: 17px;
	line-height: 24px;
	color: #131730
}

a,
a:hover,
a:focus {
	text-decoration: none;
	outline: none
}

input,
input:focus,
input:hover,
button,
button:hover,
button:focus {
	outline: none
}

section {
	overflow: hidden
}

img {
	width: auto;
	max-width: 100%
}

p {
	font-size: 17px;
	line-height: 24px;
	color: #000;
	font-weight: 400;
	margin-bottom: 12px;
	font-family: 'Source Sans Pro', sans-serif
}

.pointer {cursor: pointer;}

.d-none {
    display: none;
}

.h1-title {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 50px;
	color: #fff;
	line-height: 58px;
	font-weight: 700
}

.h2-title {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 45px;
	color: #131730;
	line-height: 50px;
	font-weight: 700;
	padding-bottom: 0
}

.h3-title {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 17px;
	color: #131730;
	line-height: 25px;
	font-weight: 500
}

.h2-subtitle {
	font-family: math;
	font-size: 21px;
	color: #fff;
	line-height: 16px;
	font-weight: 500;
	margin-left: 10px;
	margin-bottom: 0
}

.container {
	position: relative;
	z-index: 5
}

.table>:not(caption)>*>* {
	padding: .5rem;
	background-color: var(--bs-table-bg);
	border-bottom-width: 1px;
	box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
	font-size: 15px
}

.sec-btn {
	position: relative;
	height: 60px;
	display: inline-block;
	font-size: 15px;
	text-transform: uppercase;
	line-height: 24px;
	color: #fff !important;
	background-color: #900;
	border-radius: 30px;
	padding: 12px 32px;
	font-weight: 500;
	cursor: pointer;
	font-family: 'Roboto', sans-serif;
	border: none;
	overflow: hidden;
	transition: .3s
}

.sec-btn:hover {
	background-color: #b73257;
	box-shadow: 0 10px 30px 0 #d5386300;
	transition: .3s
}

.sec-btn:before {
	content: "";
	background: #fff;
	-webkit-transition: all .8s;
	-ms-transition: all .8s;
	transition: all .8s;
	position: absolute;
	height: 120%;
	width: 15px;
	opacity: .2;
	left: -35%;
	top: -10%;
	transform: rotate(15deg);
	-moz-transform: rotate(15deg);
	-webkit-transform: rotate(15deg);
	-o-transform: rotate(15deg)
}

.sec-btn:hover.sec-btn:before {
	left: 130%
}

.btn-link {
	position: relative;
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
	padding-bottom: 5px;
	transition: .3s
}

.btn-link:before {
	content: "";
	position: absolute;
	width: 10px;
	height: 2px;
	left: 0;
	bottom: 0;
	background-color: #fff;
	transition: .3s
}

.btn-link:hover.btn-link:before {
	width: 100%;
	background-color: #900
}

.btn-link:hover {
	color: #900;
	transition: .3s
}

.small-title {
	margin-bottom: 6px;
	align-items: center
}

.slick-dots li.slick-active button:before,
.slick-dots li button:before,
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	display: none
}

.slick-dots {
	bottom: -50px;
	font-size: 0;
	line-height: 1
}

.slick-dots li {
	width: auto;
	height: auto;
	margin: 0 6px
}

.slick-dots li button {
	width: 8px;
	height: 8px;
	background: #e1e1e1;
	transition: .3s
}

.slick-dots li button:hover,
.slick-dots li.slick-active button {
	background: #131730
}

.toggle-button {
	position: fixed;
	top: 46px;
	right: 30px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #900;
	text-align: center;
	border: none;
	outline: none;
	display: none;
	z-index: 110
}

.toggle-button span {
	width: 30px;
	height: 3px;
	background: #fff;
	display: block;
	margin: 0 auto 6px auto;
	position: relative;
	top: 0;
	opacity: 1;
	transition: .3s
}

.toggle-button span:last-child {
	margin-bottom: 0
}

.toggle-menu .toggle-button {
	background-color: #900
}

.toggle-menu .toggle-button span {
	background-color: #fff
}

.toggle-menu .toggle-button span:nth-child(1) {
	transform: rotate(45deg);
	position: relative;
	top: 9px
}

.toggle-menu .toggle-button span:nth-child(2) {
	opacity: 0
}

.toggle-menu .toggle-button span:nth-child(3) {
	transform: rotate(-45deg);
	position: relative;
	top: -9px
}

.black-shadow {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: #000;
	opacity: .5;
	z-index: 90;
	display: none
}

.main-inner-banner {
	position: relative;
	padding-top: 270px;
	padding-bottom: 135px
}

.main-inner-banner:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #13173000;
	top: 0;
	left: 0
}

.inner-banner-title {
	display: inline-block;
	position: relative;
	z-index: 1
}

.inner-banner-title:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #d5386300;
	left: 20px;
	top: 15px;
	z-index: 0
}

.inner-banner-title .h1-title {
	color: #fff;
	line-height: 80px;
	z-index: 1;
	padding: 57px 70px;
	background-color: #b73257;
	display: inline-block;
	position: relative;
	z-index: 1
}

.inner-breadcrum {
	position: absolute;
	bottom: -92px;
	right: 0
}

.inner-breadcrum ul {
	text-decoration: none;
	list-style: none;
	display: flex;
	align-items: center;
	margin-bottom: 0;
	padding-left: 0
}

.inner-breadcrum ul li {
	color: #fff;
	margin-left: 10px
}

.inner-breadcrum ul li a {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	color: #fff
}

.inner-breadcrum ul li:first-child {
	margin-left: 0
}

.form-box {
	display: block;
	position: relative;
	font-size: 0;
	line-height: 1;
	margin-bottom: 20px
}

.form-input {
	width: 100%;
	height: 46px;
	background: #fff;
	font-size: 15px;
	font-family: 'Roboto', sans-serif;
	line-height: 14px;
	color: #131830;
	border: none;
	outline: none;
	padding: 8px 20px;
	border: 1px solid #ccc;
	box-shadow: none;
	border-radius: 11px
}

textarea.form-input {
	height: 80px;
	resize: none;
	padding: 8px 30px;
	margin-bottom: 0
}

.loader-box {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: #131730;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 999
}

.loader-5 {
	height: 80px;
	width: 80px;
	-webkit-animation: loader-5-1 2s cubic-bezier(.77, 0, .175, 1) infinite;
	animation: loader-5-1 2s cubic-bezier(.77, 0, .175, 1) infinite
}

@-webkit-keyframes loader-5-1 {
	0% {
		-webkit-transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(360deg)
	}
}

@keyframes loader-5-1 {
	0% {
		transform: rotate(0deg)
	}

	100% {
		transform: rotate(360deg)
	}
}

.loader-5:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: auto;
	margin: auto;
	width: 20px;
	height: 20px;
	background: #900;
	border-radius: 50%;
	-webkit-animation: loader-5-2 2s cubic-bezier(.77, 0, .175, 1) infinite;
	animation: loader-5-2 2s cubic-bezier(.77, 0, .175, 1) infinite
}

@-webkit-keyframes loader-5-2 {
	0% {
		-webkit-transform: translate3d(0, 0, 0) scale(1)
	}

	50% {
		-webkit-transform: translate3d(24px, 0, 0) scale(.5)
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0) scale(1)
	}
}

@keyframes loader-5-2 {
	0% {
		transform: translate3d(0, 0, 0) scale(1)
	}

	50% {
		transform: translate3d(24px, 0, 0) scale(.5)
	}

	100% {
		transform: translate3d(0, 0, 0) scale(1)
	}
}

.loader-5:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: auto;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 20px;
	height: 20px;
	background: #900;
	border-radius: 50%;
	-webkit-animation: loader-5-3 2s cubic-bezier(.77, 0, .175, 1) infinite;
	animation: loader-5-3 2s cubic-bezier(.77, 0, .175, 1) infinite
}

@-webkit-keyframes loader-5-3 {
	0% {
		-webkit-transform: translate3d(0, 0, 0) scale(1)
	}

	50% {
		-webkit-transform: translate3d(-24px, 0, 0) scale(.5)
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0) scale(1)
	}
}

@keyframes loader-5-3 {
	0% {
		transform: translate3d(0, 0, 0) scale(1)
	}

	50% {
		transform: translate3d(-24px, 0, 0) scale(.5)
	}

	100% {
		transform: translate3d(0, 0, 0) scale(1)
	}
}

.loader-5 span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	height: 80px;
	width: 80px
}

.loader-5 span:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: auto;
	right: 0;
	margin: auto;
	width: 20px;
	height: 20px;
	background: #900;
	border-radius: 50%;
	-webkit-animation: loader-5-4 2s cubic-bezier(.77, 0, .175, 1) infinite;
	animation: loader-5-4 2s cubic-bezier(.77, 0, .175, 1) infinite
}

@-webkit-keyframes loader-5-4 {
	0% {
		-webkit-transform: translate3d(0, 0, 0) scale(1)
	}

	50% {
		-webkit-transform: translate3d(0, 24px, 0) scale(.5)
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0) scale(1)
	}
}

@keyframes loader-5-4 {
	0% {
		transform: translate3d(0, 0, 0) scale(1)
	}

	50% {
		transform: translate3d(0, 24px, 0) scale(.5)
	}

	100% {
		transform: translate3d(0, 0, 0) scale(1)
	}
}

.loader-5 span:after {
	content: "";
	display: block;
	position: absolute;
	top: auto;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 20px;
	height: 20px;
	background: #900;
	border-radius: 50%;
	-webkit-animation: loader-5-5 2s cubic-bezier(.77, 0, .175, 1) infinite;
	animation: loader-5-5 2s cubic-bezier(.77, 0, .175, 1) infinite
}

@-webkit-keyframes loader-5-5 {
	0% {
		-webkit-transform: translate3d(0, 0, 0) scale(1)
	}

	50% {
		-webkit-transform: translate3d(0, -24px, 0) scale(.5)
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0) scale(1)
	}
}

@keyframes loader-5-5 {
	0% {
		transform: translate3d(0, 0, 0) scale(1)
	}

	50% {
		transform: translate3d(0, -24px, 0) scale(.5)
	}

	100% {
		transform: translate3d(0, 0, 0) scale(1)
	}
}

.site-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	transition: .3s
}

.header-top {
    background-image: linear-gradient(to top, #a71515, #ef1515) !important;
	width: 100%;
	height: 30px;
	background: rgb(194, 0, 0);
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .3s
}

.header-contact {
	/*margin-left: 14px;*/
}

.header-contact a {
	display: inline-block;
	color: #fff;
	margin-right: 32px;
	transition: .3s
}

.header-contact a:last-child {
	margin-right: 0
}

.header-contact a:hover {
	color: #131730
}

.header-contact a span {
	display: inline-block;
	margin-right: 10px;
}

.header-content {
	display: flex;
	text-align: end;
	justify-content: flex-end
}

.header-content p {
	color: #fff;
	margin-bottom: 0;
	margin-right: 15px
}

.hed-btn {
	color: #fff;
	font-weight: bold;
}

.hed-btn:hover {
	color: #fff
}

.Social-midea {
	text-align: end
}

.Social-midea a {
	color: #fff;
	margin-left: 12px;
	transition: .3s
}

.Social-midea a:hover {
	color: #131730
}

.header-bottom {
	width: 100%;
	padding: 5px 0;
	height: 70px;
	/*transition:.3s*/
}

.site-branding a {
	display: inline-block;
	position: relative
}

.site-branding a img {
	width: 100%
}

.header-menu {
	position: relative;
	text-align: right;
	bottom: 5px;  
}

    
.join-maitys-btn {
    /*margin: 15px 10px 0px 10px;*/
    /*background: #c20000 !important;*/
    background-image: linear-gradient(to top, #721a1a, #ef1515);
    font-weight: bold;
}

.main-navigation {
	display: inline-block;
}

.main-navigation ul {
	list-style: none;
	font-size: 0;
	line-height: 1;
	margin-bottom: 0;
	padding: 5px;
}

.main-navigation ul li:first-child {
	margin-left: 0;
	padding-left: 0
}

.main-navigation ul li {
	font-size: 17px;
	line-height: 24px;
	display: inline-block;
	margin-left: 15px;
	padding-left: 5px;
	position: relative
}

.main-navigation ul li a {
	font-size: 17px;
	line-height: 24px;
	color: #fff;
	font-weight: 500;
	transition: .3s;
	font-family: 'Source Sans Pro', sans-serif
}

.header-btn {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	margin-left: 30px;
	text-transform: uppercase
}

.main-navigation ul li.sub-items:hover>a,
.main-navigation ul li a:hover,
.main-navigation ul li.active>a {
	color: #900
}

.main-navigation ul li.sub-items>a:before {
	content: "\f107";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
	font-family: 'FontAwesome';
	font-size: 17px;
	transition: .3s
}

.site-header.sticky-header .main-navigation ul li a,
.site-header.sticky-header .search-icon a,
.site-header.sticky-header .main-navigation ul li.sub-items>a:before {
	color: #010f2e;
	font-weight: 600
}

.main-navigation ul li.sub-items>a {
	padding-right: 15px;
	position: relative
}

.main-navigation ul li.sub-items:hover>a:before,
.main-navigation ul li a:hover:before {
	transform: translate(0, -50%) rotate(-180deg);
	transition: .3s
}

.main-navigation ul li:first-child {
	margin-left: 0;
	padding: 0
}

.main-navigation ul li ul.sub-menu {
	position: absolute;
	top: 100%;
	left: -15px;
	width: 200px;
	height: auto;
	background: #fff;
	border-radius: 4px;
	box-shadow: 1px 1px 60px rgba(0, 0, 0, .1);
	display: none;
	transition: .3s;
	z-index: 150
}

.main-navigation ul li:hover ul.sub-menu {
	display: block;
	animation: swip_up .3s linear 1
}

@keyframes swip_up {
	from {
		transform: translate(0, 20px);
		opacity: 0
	}

	to {
		transform: translate(0, 0);
		opacity: 1
	}
}

.main-navigation ul li ul.sub-menu li {
	display: block;
	text-align: left;
	margin: 0;
	border-bottom: 1px solid #ebebeb
}

.main-navigation ul li ul.sub-menu li:first-child {
	padding-left: 24px
}

.main-navigation ul li ul.sub-menu li:last-child {
	border-bottom: none
}

.main-navigation ul li ul.sub-menu li a {
	display: block;
	padding: 10px 7px
}

.main-navigation ul li ul.sub-menu li a {
	display: block;
	color: #131730;
	padding: 5px 15px;
	transition: .3s
}

.main-navigation ul li ul.sub-menu li a:hover {
	color: #900;
	transition: .3s
}

.main-navigation ul li.sub-items:hover>a,
.main-navigation ul li a:hover,
.main-navigation ul li.active>a {
	color: #f4000c;
	font-weight: 700
}

.site-header.sticky-header .main-navigation ul li.sub-items:hover>a,
.site-header.sticky-header .main-navigation ul li a:hover,
.site-header.sticky-header .main-navigation ul li.active>a,
.site-header.sticky-header .main-navigation ul li.sub-items:hover>a:before,
.site-header.sticky-header .main-navigation ul li a:hover:before,
.site-header.sticky-header .main-navigation ul li.active>a:before,
.site-header.sticky-header .main-navigation ul li ul.sub-menu li a:hover {
	color: #900
}

.sticky-header .header-top {
	margin-top: 0;
	transition: .3s
}

.site-header.sticky-header {
	background-color: #fff;
	box-shadow: 6px 6px 60px 0px rgba(0, 0, 0, .1);
	transition: .3s
}

.sticky-header .header-bottom {
	padding: 5px 0;
	/*transition:.3s*/
}

.sticky-header .main-navigation ul li a {
	color: #051136;
	transition: .3s
}

.site-header.sticky-header .site-branding a img {
	opacity: 0;
	transition: .3s
}

.site-branding a img.sticky-logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	z-index: 1;
	width: 90px;
    height: 70px;
}

.site-header.sticky-header .site-branding a img.sticky-logo {
	opacity: 1;
	transition: .3s
}

.main-banner {
	position: relative;
	height: 600px;
}

.main-banner:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #13173000;
	pointer-events: none
}

.banner-bg {
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0
}

.banner-bg:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background-image: url(../images/bg3.jpeg);*/
	background: white;
	background-size: cover;
	background-position: center right;
	background-repeat: no-repeat;
	pointer-events: none;
	opacity: 1
}

.banner-small-title {
	display: flex;
	align-items: center
}

.banner-small-title h2 {
	margin-left: 10px;
	margin-bottom: 0
}

b,
strong {
	font-weight: 700
}

.banner-content {
	padding-top: 270px;
	padding-bottom: 140px
}

.banner-content h1 {
	margin-top: 20px
}

.banner-content p {
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	margin-bottom: 0;
	margin-top: 20px
}

.banner-btn-content {
	margin-top: 30px
}

.banner-play-btn {
	display: inline-block;
	margin-left: 30px;
	position: absolute
}

.banner-paly {
	border: solid 1px #fff;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-items: center;
	padding: 20px 21px;
	color: #fff;
	font-size: 18px;
	transition: .3s
}

.banner-paly:hover {
	color: #900;
	background-color: #fff;
	transition: .3s
}

.banner-content.slick-slide {
	outline: none
}

.banner-slider {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 646px;
	bottom: 0;
	right: 0
}

.banner-box {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 36%;
	height: 646px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 1
}

.main-Partner-logo {
	padding-top: 5px;
	padding-bottom: 60px;
	background: #f5f5f5
}

.partner-box {
	justify-content: center;
	opacity: 1;
	transition: .3s;
	display: flex
}

.partner-box:hover {
	opacity: 1;
	transition: .3s
}

.main-about-us {
	padding-bottom: 120px;
	padding-top: 60px
}

.about-img {
	display: flex
}

.about-img2 {
	margin-top: 30px
}

.about-img4 {
	margin-top: 30px
}

.about-img-box {
	position: relative
}

.about-experience {
	position: absolute;
	background-color: #900;
	padding: 40px;
	text-align: center;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	box-shadow: 6px 6px 60px 0px rgba(213, 56, 99, .3)
}

.about-experience .h2-title {
	font-size: 50px;
	line-height: 28px;
	color: #fff;
	padding: 0
}

.about-experience .h2-title span {
	font-size: 18px;
	line-height: 0;
	color: #fff
}

.about-content-box {
	padding-left: 30px
}

.about-points {
	margin-top: 22px
}

.about-points ul {
	text-decoration: none;
	list-style: none;
	margin: 0;
	padding: 0
}

.about-points ul li {
	display: flex;
	align-items: center;
	margin-top: 20px
}

.about-points ul li:first-child {
	margin-top: 0
}

.about-points ul li i {
	padding: 15px;
	font-size: 18px;
	color: #fff;
	background-color: #900;
	border-radius: 50px;
	text-align: center
}

.about-points ul li span {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 17px;
	color: #000;
	font-weight: 300;
	margin-left: 15px;
	width: calc(100% - 48px)
}

.service-title-bg {
	background-color: #f9f9f9;
	padding-top: 120px;
	padding-bottom: 120px
}

.service-title-bg .sec-btn {
	float: right
}

.main-service-box {
	margin-top: -80px;
	padding-bottom: 158px
}

.service-box {
	position: relative
}

.service-img {
	position: relative;
	display: block;
	overflow: hidden
}

.service-img>img {
	width: 100%;
	transform: scale(1);
	transition: all .3s ease
}

.service-title-box {
	width: 80%;
	height: 80px;
	background-color: #fff;
	box-shadow: 10px 10px 60px 0px rgba(0, 0, 0, .1);
	display: flex;
	align-items: center;
	margin-top: -42px;
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	opacity: 1;
	transition: all .4s ease-out 0s
}

.service-icon {
	width: 80px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #900
}

.service-title-box h3 {
	padding-left: 15px;
	margin-bottom: 0
}

.service-hover-box {
	background-color: #131730;
	width: 80%;
	padding: 30px;
	text-align: center;
	margin-top: -170px;
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	opacity: 0;
	transition: all .4s ease-out 0s
}

.service-hover-box h3 {
	color: #fff
}

.service-hover-box p {
	color: #9b9fb8
}

.service-box:hover .service-title-box {
	opacity: 0;
	transition: all .4s ease-out 0s
}

.service-box:hover .service-hover-box {
	opacity: 1;
	transition: all .4s ease-out 0s
}

.service-box:hover .service-img>img {
	transform: scale(1.05)
}

.main-project {
	padding-bottom: 95px
}

.main-project .small-title {
	justify-content: center
}

.main-project .h2-title {
	text-align: center
}

.side-p {
	padding-left: 75px;
	padding-right: 75px;
	margin-top: 45px
}

.dax-yes {
	display: inline-block
}

.dax-no {
	display: none
}

.project-box {
	margin-bottom: 25px
}

.project-img {
	position: relative;
	display: block;
	overflow: hidden
}

.project-img:before {
	content: "";
	position: absolute;
	background-color: #131730;
	top: 20px;
	bottom: 20px;
	left: 20px;
	right: 20px;
	transform: scale(.1);
	transition: all .3s ease-out 0s;
	z-index: 1;
	opacity: 0;
	visibility: hidden
}

.project-box:hover .project-img:before {
	opacity: .85;
	transform: scale(1);
	visibility: visible
}

.project-img>img {
	width: 100%;
	transform: scale(1);
	transition: all .3s ease
}

.project-box:hover .project-img>img {
	transform: scale(1.05)
}

.project-hover-box {
	position: absolute;
	left: 0;
	right: 0;
	top: 30%;
	z-index: 2;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-30%) scale(0);
	transition: .3s
}

.project-hover-box a {
	position: relative;
	width: 60px;
	height: 60px;
	background-color: #900;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin: auto
}

.project-hover-box a:before {
	content: "";
	position: absolute;
	width: 75px;
	height: 75px;
	background-color: #900;
	opacity: .8;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center
}

.project-hover-box a i {
	font-size: 18px;
	color: #fff;
	z-index: 1
}

.project-hover-box .h3-title {
	color: #fff;
	margin-top: 30px
}

.project-hover-box p {
	color: #fff;
	opacity: .5;
	font-size: 18px;
	margin-bottom: 0
}

.project-box:hover .project-hover-box {
	opacity: 1;
	visibility: visible;
	transform: scale(1)
}

.blog-slider {
	margin-top: 45px
}

.slick-dotted.slick-slider {
	margin-bottom: 30px !important;
	margin-top: 45px !important
}

.main-watch-us {
	position: relative;
	margin-top: 20px
}

.watch-video-box {
	width: 100%;
	height: 275px;
	position: relative;
	border-radius: 0
}

.watch-video-img {
	justify-content: center;
	display: flex;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 0;
	align-items: center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover
}

.watch-video-img:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #13173000
}

.video-play-icon {
	position: absolute;
	transform: translate(-50%, -50%);
	width: 75px;
	height: 75px;
	background-color: #fff;
	background-size: 200% 100%;
	background-position: left center;
	border-radius: 50%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 25px;
	color: #900;
	padding-left: 5px;
	transition: .3s;
	z-index: 1
}

.video-play-icon:hover {
	color: #900;
	background-position: right center
}

.video-play-icon:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	background: 0 0;
	border-radius: 50%;
	pointer-events: none;
	animation: waveBtn 2.5s infinite;
	z-index: -1
}

@keyframes waveBtn {
	0% {
		box-shadow: 0 0 0 0 rgba(225, 225, 225, 1)
	}

	50% {
		box-shadow: 0 0 0 40px transparent
	}

	100% {
		box-shadow: 0 0 0 0 transparent
	}
}

.main-testimonial {
	padding-top: 120px;
	padding-bottom: 140px
}

.main-testimonial .small-title {
	justify-content: center
}

.main-testimonial .h2-title {
	text-align: center
}

.testimonial-box {
	position: relative;
	background-color: #faebd7;
	padding: 15px;
	box-shadow: 10px 10px 60px 0px rgba(0, 0, 0, .1);
	margin-left: 15px;
	margin-right: 15px
}

.testimonial-box:before {
	content: "";
	position: absolute;
	background-image: url(../images/quote.png);
	width: 58px;
	height: 44px;
	top: 30px;
	right: 30px
}

.client-name-box {
	display: flex;
	align-items: center
}

.client-name {
	margin-left: 15px
}

.client-name span {
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	color: #900;
	line-height: 15px
}

.testimonial-box p {
	margin-top: 30px;
	margin-bottom: 0
}

.main-testimonial-slider .slick-list {
	overflow: visible
}

.main-testimonial-slider .slick-slide {
	opacity: 0;
	pointer-events: none;
	transition: .3s
}

.main-testimonial-slider .slick-slide.slick-active {
	opacity: 1;
	pointer-events: unset;
	transition: all ease-in-out .3s
}

.main-testimonial {
	padding-top: 120px;
	padding-bottom: 140px
}

.main-testimonial .small-title {
	justify-content: center
}

.main-testimonial .h2-title {
	text-align: center
}

.testimonial-box {
	position: relative;
	background-color: #faebd7;
	padding: 15px;
	box-shadow: 10px 10px 60px 0px rgba(0, 0, 0, .1);
	margin-left: 15px;
	margin-right: 15px
}

.testimonial-box:before {
	content: "";
	position: absolute;
	background-image: url(../images/quote.png);
	width: 58px;
	height: 44px;
	top: 30px;
	right: 30px
}

.client-name-box {
	display: flex;
	align-items: center
}

.client-name {
	margin-left: 15px
}

.client-name span {
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	color: #900;
	line-height: 15px
}

.testimonial-box p {
	margin-top: 30px;
	margin-bottom: 0
}

.main-testimonial-slider1 .slick-list {
	overflow: visible
}

.main-testimonial-slider1 .slick-slide {
	opacity: 0;
	pointer-events: none;
	transition: .3s
}

.main-testimonial-slider1 .slick-slide.slick-active {
	opacity: 1;
	pointer-events: unset;
	transition: all ease-in-out .3s
}

.main-senior-care {
	padding-top: 120px;
	padding-bottom: 105px;
	background-color: #131730
}

.senior-care-img1 {
	position: relative
}

.senior-care-img2 {
	position: absolute;
	margin-top: -155px;
	margin-left: 70px
}

.main-senior-care .h2-title {
	color: #fff
}

.senior-care-content-box {
	margin-bottom: 35px
}

.senior-care-content {
	display: flex;
	align-items: center
}

.senior-care-icon {
	width: 63px;
	height: 63px;
	background-color: #900;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center
}

.senior-care-text {
	width: calc(100% - 100px);
	margin-left: 20px
}

.senior-care-text .h3-title {
	color: #fff
}

.senior-care-text p {
	color: #9b9fb8;
	margin-bottom: 0
}

.main-blog {
	padding-top: 120px;
	padding-bottom: 120px
}

.main-blog .small-title {
	justify-content: center
}

.main-blog .h2-title {
	text-align: center
}

.blog-img {
	position: relative;
	display: block;
	overflow: hidden
}

.blog-img>img {
	width: 100%;
	transform: scale(1);
	transition: all .3s ease
}

.main-blog-box:hover .blog-img>img {
	transform: scale(1.05)
}

.blog-content-box {
	position: relative;
	background-color: #fff;
	padding: 30px;
	margin-left: 40px;
	margin-top: -40px;
	box-shadow: 6px 6px 60px 0px rgba(0, 0, 0, .1);
	transition: .3s
}

.main-blog-box:hover .blog-content-box {
	box-shadow: 6px 6px 60px 0px rgba(0, 0, 0, .15);
	transition: .3s
}

.blog-da {
	display: flex;
	align-items: center
}

.blog-date {
	display: flex;
	align-items: center
}

.blog-date i {
	font-size: 17px;
	color: #900
}

.blog-date span {
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	color: #777;
	margin-left: 10px
}

.blog-author {
	display: flex;
	align-items: center;
	margin-left: 20px
}

.blog-author i {
	font-size: 17px;
	color: #900
}

.blog-author span {
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	color: #777;
	margin-left: 10px
}

.blog-content-box .h3-title {
	margin-top: 17px;
	margin-bottom: 11px
}

.blog-content-box .btn-link {
	color: #131730
}

.blog-content-box:hover .btn-link {
	color: #900
}

.blog-content-box .btn-link:before {
	background-color: #131730
}

.main-footer {
	padding-top: 90px;
	background-color: #131730
}

.footer-contact {
	/*margin-top: 30px*/
}

.footer-content-box {
	display: flex;
	align-items: center;
	margin-top: 20px
}

.footer-contact-icon {
	width: 40px;
	height: 40px;
	/*background-color: #900;*/
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center
}

.footer-content-box p {
	width: calc(100% - 40px);
	margin-left: 15px;
	color: #9b9fb8;
	margin-bottom: 0
}

.main-footer .h3-title {
	color: #fff
}

.footer-links {
	padding: 0 90px
}

.footer-links ul {
	text-decoration: none;
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
	margin-top: 20px
}

.footer-links ul li {
	margin-bottom: 10px;
	transition: .3s
}

.footer-links ul li:hover {
	padding-left: 10px;
	transition: .3s
}

.footer-links ul li a {
	color: #9b9fb8
}

.footer-links ul li:hover a {
	color: #900
}

.footer-service {
	padding: 0 70px
}

.footer-service ul {
	text-decoration: none;
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
	margin-top: 20px
}

.footer-service ul li {
	margin-bottom: 10px;
	transition: .3s
}

.footer-service ul li:hover {
	padding-left: 10px;
	transition: .3s
}

.footer-service ul li a {
	color: #9b9fb8
}

.footer-service ul li:hover a {
	color: #900
}

.footer-donation p {
	color: #9b9fb8;
	margin-top: 20px;
	margin-bottom: 20px
}

.footer-copyright {
	background-color: #990101;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 45px
}

.copyright-content {
	float: left
}

.copyright-content p {
	margin-top: 5px;
	margin-bottom: 0;
	color: #fff
}

.copyright-content p a {
	color: #900;
	cursor: pointer
}

.social-media-footer a {
	float: right;
	font-size: 17px;
	line-height: 24px;
	color: #fff;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 35px;
	height: 35px;
	background: rgba(255, 255, 255, .3);
	border-radius: 50%;
	margin-left: 18px;
	transition: .3s;
	cursor: pointer
}

.social-media-footer a:hover {
	background-color: #900
}

.main-about-us-in {
	padding-top: 120px;
	padding-bottom: 120px
}

.counter-bg {
	background-color: #131730;
	padding: 60px
}

.counter-box {
	display: flex;
	align-items: center;
	justify-content: center
}

.counter-text .h2-title {
	color: #900;
	font-size: 50px;
	padding-bottom: 0;
	margin-bottom: 0
}

.counter-text {
	display: flex;
	align-items: baseline
}

.counter-text span {
	font-family: 'Source Sans Pro', sans-serif;
	color: #900;
	font-size: 20px;
	font-weight: 700
}

.counter-content {
	margin-left: 20px
}

.counter-content p {
	font-size: 18px;
	color: #fff;
	line-height: 28px;
	margin-bottom: 0
}

.main-why-choose {
	padding-top: 120px;
	padding-bottom: 120px;
	background-color: #f9f9f9
}

.why-choose-text-box {
	position: relative;
	background-color: #fff;
	width: 100%;
	padding: 30px
}

.why-choose-text-box:before {
	content: "";
	position: absolute;
	width: 1px;
	height: 70px;
	background-color: #900;
	top: 25%;
	left: 0
}

.why-choose-text-box p {
	margin-bottom: 0
}

.why-choose-point-box {
	display: flex;
	align-items: center;
	margin-top: 30px
}

.point-icon i {
	padding: 15px;
	font-size: 18px;
	color: #fff;
	background-color: #900;
	border-radius: 50px;
	text-align: center
}

.point-text {
	width: calc(100% - 48px);
	margin-left: 15px
}

.point-text p {
	margin-bottom: 0
}

.main-service-in {
	padding-top: 120px;
	padding-bottom: 120px
}

.main-service-in .service-box {
	margin-bottom: 65px
}

.main-scope-care {
	position: relative
}

.main-scope-care:before {
	content: "";
	position: absolute;
	background-color: #131730;
	width: 100%;
	height: 100%;
	right: 0;
	top: 0
}

.scope-care-img {
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center
}

.scope-care-main-text {
	padding-left: 35px;
	padding-top: 120px;
	padding-bottom: 120px
}

.main-scope-care .h2-title {
	color: #fff
}

.scope-care-content-box {
	margin-bottom: 35px
}

.scope-care-content {
	display: flex;
	align-items: center
}

.scope-care-icon {
	width: 80px;
	height: 80px;
	background-color: #900;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center
}

.scope-care-text {
	width: calc(100% - 100px);
	margin-left: 20px
}

.scope-care-text .h3-title {
	color: #fff
}

.scope-care-text p {
	color: #9b9fb8;
	margin-bottom: 0
}

.main-newsletter-in {
	background-color: #131730;
	padding-top: 80px;
	padding-bottom: 80px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center
}

.main-newsletter-in .h2-title {
	color: #fff;
	padding-bottom: 0
}

.main-service-detail-in {
	padding-top: 120px;
	padding-bottom: 120px
}

.service-sidebar-box ul {
	text-decoration: none;
	list-style: none;
	margin-bottom: 0;
	padding-left: 0
}

.service-sidebar-box ul li {
	position: relative;
	width: 100%;
	height: 60px;
	background-color: #f9f9f9;
	display: flex;
	align-items: center;
	transition: .3s;
	margin-bottom: 20px
}

.service-sidebar-box ul li:hover {
	background-color: #131730;
	box-shadow: 10px 10px 60px 0px #13173000;
	transition: .3s
}

.service-sidebar-text {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #777;
	line-height: 28px;
	display: inline-block;
	margin-left: 30px;
	transition: .3s
}

.service-sidebar-box ul li:hover .service-sidebar-text {
	color: #fff;
	transition: .3s
}

.service-sidebar-box ul li span:last-child {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 25px;
	color: #fff;
	width: 60px;
	height: 60px;
	background-color: #900;
	display: inline-flex;
	align-items: center;
	justify-content: center
}

.service-sidebar-box .active-service {
	background-color: #131730;
	box-shadow: 10px 10px 60px 0px #13173000
}

.service-sidebar-box .active-service .service-sidebar-text {
	color: #fff
}

.service-sidebar-appointment {
	background-color: #131730;
	padding-bottom: 40px;
	margin-top: 50px
}

.service-appointment-title {
	background-color: #900;
	padding: 40px
}

.service-appointment-title .h2-title {
	font-size: 35px;
	line-height: 35px;
	text-align: left;
	color: #fff;
	padding-bottom: 0;
	margin-bottom: 0
}

.service-appointment-form {
	padding-top: 30px;
	padding-left: 40px;
	padding-right: 40px
}

.service-detail-info-box .h2-title {
	font-size: 50px;
	line-height: 43px
}

.service-detail-img-box-1 {
	margin-top: 40px;
	margin-bottom: 40px
}

.service-detail-img-box-2 {
	display: flex;
	align-items: center;
	margin-top: 50px;
	margin-bottom: 45px
}

.service-detail-img-2 {
	margin-right: 15px
}

.service-detail-img-3 {
	margin-left: 15px
}

.main-project-in {
	padding-top: 120px;
	padding-bottom: 120px
}

.main-project-detail-in {
	padding-top: 120px;
	padding-bottom: 100px
}

.main-project-detail-in .h2-title {
	font-size: 50px;
	line-height: 50px
}

.project-detail-info-box {
	background-color: #f3f4f8;
	padding: 40px 40px 11px;
	text-align: left
}

.project-detail-info-box p {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 30px
}

.project-detail-img {
	margin-top: 31px;
	margin-bottom: 45px
}

.main-team-in {
	padding-top: 120px;
	padding-bottom: 100px
}

.team-box {
	background-color: #fff;
	border: solid 1px #e1e1e1;
	padding: 30px;
	margin-bottom: 30px;
	transition: .3s
}

.team-box:hover {
	border: solid 1px #900;
	box-shadow: 6px 6px 60px 0px #00000000;
	transition: .3s
}

.team-img {
	position: relative;
	display: block;
	overflow: hidden
}

.team-img>img {
	width: 100%;
	transform: scale(1);
	transition: all .3s ease
}

.team-box:hover .team-img>img {
	transform: scale(1.05)
}

.team-content {
	text-align: center
}

.team-content .h3-title {
	margin-top: 30px;
	line-height: 25px
}

.team-content p {
	color: #900
}

.social-media-team a {
	font-size: 17px;
	line-height: 24px;
	color: #900;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 35px;
	height: 35px;
	background: rgba(213, 56, 99, .2);
	border-radius: 50%;
	margin-left: 15px;
	transition: .3s;
	cursor: pointer
}

.social-media-team a:first-child {
	margin-left: 0
}

.social-media-team a:hover {
	background-color: #900;
	color: #fff;
	transition: .3s
}

.main-pricing-in {
	padding-top: 120px;
	padding-bottom: 120px
}

.pricing-box {
	background-color: #fff;
	padding: 40px;
	border: solid 1px #fff;
	box-shadow: 6px 6px 60px 0px #00000000;
	text-align: left;
	transition: .3s
}

.pricing-box.active {
	border: solid 1px #900;
	box-shadow: 6px 6px 60px 0px #00000000
}

.pricing-box:hover {
	border: solid 1px #900;
	box-shadow: 6px 6px 60px 0px #00000000;
	transition: .3s
}

.pricing-box .h3-title {
	line-height: 25px;
	margin-bottom: 20px
}

.pricing-box .h2-title {
	font-size: 45px;
	color: #900;
	line-height: 45px;
	padding-bottom: 15px
}

.pricing-box .h2-title span {
	font-size: 17px;
	line-height: 15px;
	color: #777
}

.pricing-line {
	width: 100%;
	height: 1px;
	background-color: #e1e1e1;
	margin-top: 22px
}

.pricing-points {
	margin-top: 30px
}

.pricing-points ul {
	text-decoration: none;
	list-style: none;
	margin-bottom: 0;
	padding-left: 0
}

.pricing-points ul li {
	display: flex;
	align-items: center;
	margin-bottom: 20px
}

.pricing-points ul li:last-child {
	margin-bottom: 0
}

.pricing-points ul li i {
	font-size: 12px;
	background-color: #d5386300;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	color: #900;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center
}

.pricing-points ul li p {
	width: calc(100% - 25px);
	margin-bottom: 0;
	margin-left: 12px
}

.sec-btn.pricing-btn {
	margin-top: 30px
}

.sec-btn:hover.sec-btn.pricing-btn {
	background-color: #131730;
	box-shadow: 0 10px 30px 0 #13173000;
	transition: .3s
}

.main-blog-list-in {
	padding-top: 120px;
	padding-bottom: 120px
}

.blog-list-box {
	display: flex;
	align-items: center;
	margin-bottom: 30px
}

.m-l-15 {
	margin-left: 15px
}

.m-r-15 {
	margin-right: 15px
}

.blog-play-btn {
	transform: translate(50%);
	align-items: center;
	top: 50%;
	left: 50%;
	text-align: center;
	position: absolute
}

.blog-play-icon {
	position: absolute;
	transform: translate(-50%, -50%);
	width: 100px;
	height: 100px;
	background-color: #fff;
	background-size: 200% 100%;
	background-position: left center;
	border-radius: 50%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 25px;
	color: #900;
	padding-left: 5px;
	transition: .3s;
	z-index: 1
}

.blog-play-icon:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	background: 0 0;
	border-radius: 50%;
	pointer-events: none;
	animation: waveBtn 2.5s infinite;
	z-index: -1
}

.blog-play-btn a:hover {
	color: #900
}

.blog-pagination {
	display: block;
	text-align: center;
	margin-top: 70px
}

.pagination-arrow {
	color: #900;
	font-size: 35px;
	display: inline-block;
	margin: 0 18px;
	vertical-align: middle;
	transition: .3s
}

.blog-pagination ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	font-size: 0
}

.blog-pagination ul li {
	font-family: 'Poppins', sans-serif;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	background-color: #ebebeb;
	border-radius: 50px;
	color: #777;
	font-size: 18px;
	margin: 0 7px;
	cursor: pointer;
	transition: .3s
}

.blog-pagination ul li.active,
.blog-pagination ul li.active:hover {
	background: #900;
	color: #fff;
	cursor: default
}

.blog-pagination ul li:hover {
	background-color: #900;
	color: #fff;
	transition: .3s
}

.blog-search-from .form-box {
	margin-bottom: 0
}

.blog-search-from input {
	width: 100%;
	height: 60px;
	border: none;
	outline: none;
	background: #fff;
	border-radius: 30px;
	box-shadow: 10px 10px 38px 0px rgba(0, 0, 0, .11);
	color: #777;
	font-size: 17px;
	padding: 10px 60px 10px 30px
}

.blog-search-from .sec-btn {
	width: 60px;
	height: 60px;
	padding: 0;
	position: absolute;
	border-radius: 50%;
	right: 0
}

.blog-search-from .sec-btn span i {
	margin: 0;
	font-size: 20px
}

.blog-sidebar-box {
	margin-top: 50px
}

.blog-sidebar-box .h2-title {
	font-size: 35px;
	line-height: 35px;
	position: relative;
	padding-bottom: 15px
}

.blog-sidebar-box .h2-title:before {
	content: "";
	position: absolute;
	width: 98px;
	height: 1px;
	background-color: #900;
	left: 0;
	bottom: 5px
}

.blog-sidebar-box .h2-title:after {
	content: "";
	position: absolute;
	width: 98px;
	height: 1px;
	background-color: #900;
	left: 15px;
	bottom: 0
}

.blog-category ul {
	text-decoration: none;
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
	margin-top: 24px
}

.blog-category ul li {
	margin-bottom: 15px
}

.blog-category ul li:last-child {
	margin-bottom: 0
}

.blog-category ul li a {
	font-family: 'Roboto', sans-serif;
	color: #777;
	font-size: 17px;
	line-height: 15px;
	transition: .3s
}

.blog-category ul li a i {
	font-size: 20px;
	color: #900;
	margin-right: 10px;
	transition: .3s
}

.blog-category ul li:hover a {
	color: #131730;
	transition: .3s
}

.blog-category ul li:hover a i {
	margin-right: 20px;
	transition: .3s
}

.recent-post {
	margin-top: 30px
}

.recent-post-img {
	position: relative;
	display: block;
	overflow: hidden
}

.recent-post-img>img {
	width: 100%;
	transform: scale(1);
	transition: all .3s ease
}

.recent-post-box:hover .recent-post-img>img {
	transform: scale(1.05)
}

.recent-post-box {
	display: flex;
	align-items: center;
	margin-bottom: 20px
}

.recent-post-content {
	width: calc(100% - 100px);
	margin-left: 15px
}

.recent-post-content span {
	font-family: 'Roboto', sans-serif;
	color: #900;
	font-size: 17px
}

.recent-post-content p {
	transition: .3s
}

.recent-post-box:hover .recent-post-content p {
	color: #131730;
	transition: .3s
}

.tag-box {
	margin-top: 30px
}

.tag-box ul {
	padding-left: 0;
	margin-bottom: 0;
	text-decoration: none;
	list-style: none
}

.tag-box ul li {
	display: inline-block
}

.tag-box ul li a {
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	text-align: center;
	color: #777;
	border: solid 1px #777;
	padding: 10px 20px;
	transition: .3s;
	margin-bottom: 15px;
	margin-right: 10px
}

.tag-box ul li a:hover {
	border: solid 1px #900;
	background-color: #900;
	color: #fff;
	box-shadow: 0 10px 30px 0 #d5386300
}

.main-blog-detail-in {
	padding-top: 120px;
	padding-bottom: 120px
}

.blog-detail-img1 {
	position: relative;
	display: block;
	overflow: hidden;
	margin-bottom: 45px
}

.blog-detail-img1>img {
	width: 100%;
	transform: scale(1);
	transition: all .3s ease
}

.blog-detail-img1>img:hover {
	transform: scale(1.05);
	transition: all .3s ease
}

.blog-detail-dalc {
	display: flex;
	align-items: center;
	justify-content: space-between
}

.blog-detail-box .h3-title {
	margin-top: 20px
}

.blog-detail-text-box {
	background-color: #131730;
	padding: 30px;
	text-align: center;
	margin-bottom: 43px;
	margin-top: 43px
}

.blog-detail-text-box .h3-title {
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	margin-top: 0;
	margin-bottom: 30px
}

.blog-detail-text-box p {
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 0;
	color: #900
}

.blog-detail-img2 {
	position: relative;
	display: block;
	overflow: hidden;
	margin-top: 40px;
	margin-bottom: 43px
}

.blog-detail-img2>img {
	width: 100%;
	transform: scale(1);
	transition: all .3s ease
}

.blog-detail-img2>img:hover {
	transform: scale(1.05);
	transition: all .3s ease
}

.blog-list-tag-box {
	display: flex;
	align-items: center
}

.blog-list-tag-box p {
	margin-bottom: 0;
	color: #131730;
	line-height: 15px
}

.blog-detail-ts-box {
	background-color: #f9f9f9;
	padding: 15px 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 45px
}

.blog-list-tag-box .tag-box {
	margin-top: 0;
	margin-left: 10px
}

.blog-list-tag-box .tag-box ul li a {
	margin-bottom: 0
}

.social-media-blog-detail a {
	font-size: 18px;
	color: #131730;
	display: inline-flex;
	align-items: center;
	margin-left: 18px;
	transition: .3s;
	cursor: pointer
}

.social-media-blog-detail a:first-child {
	margin-left: 0
}

.social-media-blog-detail a:hover {
	color: #900;
	transition: .3s
}

.related-post {
	margin-top: 120px
}

.related-post .blog-list-box {
	margin-bottom: 0
}

.blog-detail-comment {
	margin-top: 120px
}

.detail-comment-box {
	width: 100%;
	height: 170px;
	background: #fff;
	box-shadow: 2px 2px 60px rgba(0, 0, 0, .1);
	padding: 5px;
	display: flex;
	align-items: center;
	margin-bottom: 20px
}

.detail-comment-img {
	width: 160px;
	height: 160px;
	display: inline-block;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat
}

.detail-comment-text {
	display: inline-block;
	width: calc(100% - 160px);
	padding: 0 30px 0 20px
}

.detail-comment-text .h3-title {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 10px
}

.detail-comment-text a {
	color: #900;
	font-weight: 500;
	text-transform: uppercase;
	transition: .3s
}

.detail-comment-text a:hover {
	color: #b73257
}

.detail-comment-text a i {
	margin-right: 5px
}

.detail-comment-box.even {
	width: calc(100% - 50px);
	display: flex;
	margin-left: auto
}

.blog-detail-leave-comment {
	margin-top: 120px
}

.main-get-touch-in {
	padding-top: 3px;
	padding-bottom: 60px
}

.main-get-touch-in p {
	margin-bottom: 0
}

.main-contact-box {
	padding-top: 60px;
	padding-bottom: 120px
}

.contact-box {
	background-color: #fff;
	padding: 40px;
	display: flex;
	align-items: center;
	border: solid 1px #777;
	transition: .3s
}

.contact-icon {
	width: 80px;
	height: 80px;
	border: solid 2px #900;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #900;
	font-size: 30px;
	transition: .3s
}

.contact-content {
	width: calc(100% - 80px);
	margin-left: 20px
}

.contact-content p {
	margin-bottom: 0
}

.contact-box:hover {
	border: solid 1px #fff;
	box-shadow: 2px 2px 60px rgba(0, 0, 0, .1);
	transition: .3s
}

.contact-box:hover .contact-icon {
	background-color: #900;
	color: #fff;
	transition: .3s
}

.main-contact-map-in {
	width: 100%;
	height: 600px
}

.main-contact-map-in iframe {
	width: 100%;
	height: 100%
}

.scroll-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 50px;
	height: 50px;
	background-color: #900;
	font-size: 25px;
	color: #fff;
	border-radius: 50%;
	box-shadow: 0 0 20px rgba(0, 0, 0, .1);
	transition: .3s;
	overflow: hidden;
	z-index: 50;
	display: none
}

.scroll-top:hover {
	box-shadow: 1px 1px 60px rgb(0 0 0/15%);
	color: #fff
}

.scroll-top:before {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #900;
	transition: .3s;
	z-index: 0
}

.scroll-top:hover:before {
	top: 0
}

.scroll-top i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	line-height: 10px;
	z-index: 1
}

.scroll-top:hover i {
	animation: swipe .6s linear infinite alternate
}

.custom-whatsapp-btn .fa-whatsapp {
    font-size: 40px;
    color: #fff;
}

@keyframes swipe {
	from {
		margin-top: -3px
	}

	to {
		margin-top: 3px
	}
}

.md-header-bar {
    display: none;
}

.error-message {
    color: red;
    font-size: 100%;
}

/*now update*/
.main-banner{
    position: relative;
}

.hero-slide{
    position: relative;
    min-height: 700px;
    display: flex;
    align-items: center;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-slide .overlay{
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(0,0,0,.70) 0%,
        rgba(0,0,0,.45) 45%,
        rgba(0,0,0,.20) 100%
    );
}

.banner-content{
    position: relative;
    z-index: 2;
    color: #fff;
    /*max-width: 620px;*/
}

.banner-content h1{
    font-size: 58px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #fff;
}

.banner-content p{
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 35px;
    color: rgba(255,255,255,.92);
}

.banner-btn-content{
    display:flex;
    gap:18px;
    flex-wrap:wrap;
    justify-content: center;
}

.sec-btn{
    /*padding:14px 34px;*/
    border-radius:6px;
    background:#3A4692;
    color:#fff;
    text-decoration:none;
    transition:.3s;
}

.sec-btn:hover{
    background:#1f2c72;
}

.join-btn{
    background:#F7941D;
}

.join-btn:hover{
    background:#d67d10;
}

.join-maitys-btn {
    margin: 3px 10px 0px 10px;
    border-radius: 30px !important;
    height: 30px !important;
}
/*end now update*/

@media screen and (min-width:1399px) {
    .main-navigation {
        position: relative;
        bottom: 0px;
        top: 15px;
        /*left: 110px;*/
    }
    
    .join-maitys-btn {
        margin: 15px 10px 0px 10px;
    }
}


@media screen and (max-width:1399px) {
	.h1-title {
		font-size: 70px;
		line-height: 80px
	}

	.h2-title {
		font-size: 58px;
		line-height: 68px
	}

	.h3-title {
		font-size: 22px;
		line-height: 32px
	}

	.project-hover-box {
		top: 24%
	}

	.footer-links {
		padding: 0 60px
	}

	.footer-service {
		padding: 0 50px
	}
	
	.main-navigation-desk {
        position: relative;
        top: 15px;
    }
    
    .join-maitys-btn {
        margin: 15px 10px 0px 10px;
    }
}

@media screen and (max-width:1199px) {
	.h1-title {
		font-size: 36px;
		line-height: 45px
	}

	.h2-title {
		font-size: 50px;
		line-height: 60px
	}

	.h2-subtitle {
		font-size: 20px;
		line-height: 20px
	}

	.h3-title {
		font-size: 20px;
		line-height: 30px
	}

	.mob-no {
		display: none
	}

	.mob-yes {
		display: inline-block
	}

	.m-b-30 {
		margin-bottom: 30px
	}

	/*.header-content-dpno {*/
	/*	display: block;*/
	/*}*/

	.main-navigation ul li {
		margin-left: 0;
		padding: 4px;
	}

	.main-navigation ul li a {
		font-size: 15px;
        margin-right: 6px;
	}

	.header-btn {
		margin-left: 25px
	}

	.service-title-box {
		width: 90%
	}

	.service-hover-box {
		width: 90%
	}

	.side-p {
		padding-left: 55px;
		padding-right: 55px
	}

	.client-name .h3-title {
		line-height: 20px
	}

	.blog-content-box {
		margin-left: 20px
	}

	.blog-date span {
		font-size: 14px;
		margin-left: 8px
	}

	.footer-service {
		padding: 0 40px
	}

	.counter-bg {
		padding: 40px
	}

	.counter-text .h2-title {
		font-size: 45px;
		line-height: 55px
	}

	.counter-content p {
		font-size: 17px;
		color: #fff;
		line-height: 24px
	}

	.service-appointment-title .h2-title {
		font-size: 32px;
		line-height: 32px
	}

	.service-detail-info-box .h2-title {
		font-size: 40px;
		line-height: 33px
	}

	.main-project-detail-in .h2-title {
		font-size: 40px;
		line-height: 40px
	}

	.blog-list-box {
		display: inline-block;
		margin-bottom: 0
	}

	.main-blog-list-in .main-blog-box {
		margin-bottom: 30px
	}

	.m-r-15 {
		margin-right: 0
	}

	.m-l-15 {
		margin-left: 0
	}

	.blog-pagination {
		margin-top: 50px
	}

	.related-post .main-blog-box {
		margin-bottom: 30px
	}
	
	.sec-btn {
	    position: relative;
        left: 134px;
        font-size: 15px;
        padding: 12px;
        bottom: 33px;
	}
	
	.header-menu {
	    position: relative;
        right: 105px;
        top: 10px;
	}
}

@media screen and (min-width: 992px) and (max-width: 1189px) {
  
    .main-navigation-desk {
        position: relative;
        top: -70px;
        bottom: 70px;
        left: 156px;
    }
  

    .join-maitys-btn {
        margin: 3px 10px 0px 10px; 
    }
  
    .sec-btn {
        left: 118px;
        bottom: 67px;
    }
}


@media only screen and (min-width:992px) {
	.toggle-button1 {
		display: none
	}
}

@media screen and (max-width:991px) {
    .small-title {
        text-align: center !important;
    }

	.for-des,
	.header-search,
	.rocket-img {
		display: none !important
	}

	.for-mob {
		display: inline-block !important
	}

	.site-header,
	.site-header.sticky-header {
		background: #fff;
		/*height:120px;*/
		padding: 0;
		box-shadow: 0 0 20px rgba(0, 0, 0, .1)
	}

	.site-header .container {
		max-width: 100%;
		padding: 0 30px
	}

	.toggle-button {
		display: block;
	}

	.site-branding {
		position: fixed;
		top: 60px;
		left: 30px;
		width: 200px;
		height: 70px !important;
		display: flex;
		align-items: center
	}

	/*.site-branding a {*/
	/*	width: 90%*/
	/*}*/

	.site-branding a img {
		display: none
	}

	.site-branding a img.sticky-logo {
		display: block;
		position: relative;
		opacity: 1;
		width: 55px;
        border-radius: 50px;
        height: 55px;
        top: 7px;
        left: -19px;
	}

	.main-navigation ul {
		position: fixed;
		top: 0;
		right: -400px;
		width: 227px;
		height: 100vh;
		max-height: 100vh;
		overflow: auto;
		background: #fff;
		text-align: center;
		padding: 77px 0 30px;
		box-shadow: -30px 0 30px rgba(0, 0, 0, .1);
		transition: .5s;
		opacity: 0;
		z-index: 100;
	}

	.main-navigation.toggle-menu ul {
		right: 0;
		opacity: 1;
		z-index: 100;
	}

	.main-navigation>ul::-webkit-scrollbar-thumb {
		width: 0;
		background: 0 0
	}

	.main-navigation>ul::-webkit-scrollbar {
		width: 0
	}

	.main-navigation>ul::-webkit-scrollbar-track {
		width: 0;
		background: 0 0
	}

	.main-navigation ul li {
		display: block;
		margin: -50px 0 10px;
		padding: 5px 40px 5px;
		opacity: 0;
		/*transition: .5s;*/
	}

	.main-navigation ul li:first-child {
		padding: 5px 40px 5px;
	}

	.main-navigation.toggle-menu ul li {
		text-align: left;
		border-bottom: solid 1px #e1e1e100;
		margin-top: 0;
		opacity: 1;
		/*transition: .5s;*/
		/*transition-delay: .4s;*/
	}

	.main-navigation ul li:last-child {
		border-bottom: none
	}

	.main-navigation ul li:last-child a {
		display: inline-block;
		margin: 0 auto
	}

	.site-header.sticky-header .main-navigation ul li a,
	.site-header.sticky-header .search-icon a,
	.site-header.sticky-header .main-navigation ul li.sub-items>a:before {
		color: #131730
	}

	.main-navigation ul li a {
		font-size: 18px;
		line-height: 28px;
		color: #131730
	}

	.main-navigation ul li.sub-items>a:before {
		color: #131730
	}

	.main-navigation ul li.sub-items.active>a:before {
		color: #900
	}

	.main-navigation ul li ul.sub-menu,
	.main-navigation ul li:hover ul.sub-menu {
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		background: 0 0;
		box-shadow: none;
		border-radius: 0;
		display: block;
		animation: none;
		padding: 0;
		margin-top: 10px;
		transition: 0s;
		display: none
	}

	.main-navigation ul li ul.sub-menu li {
		text-align: left;
		border: none;
		padding: 0 16px;
		margin-bottom: 10px
	}

	.main-navigation ul li ul.sub-menu li:first-child {
		padding-left: 16px
	}

	.main-navigation ul li ul.sub-menu li:last-child {
		margin-bottom: 0
	}

	.main-navigation ul li ul.sub-menu li a {
		color: #131730;
		padding: 0;
		font-size: 17px;
		line-height: 24px
	}

	.main-navigation ul li.sub-items:hover>a:before,
	.main-navigation ul li a:hover:before {
		transform: translate(0, -50%) rotate(0deg);
		color: #900
	}

	.main-navigation ul li.sub-items.active-sub-menu>a:before {
		transform: translate(0, -50%) rotate(-180deg);
		color: #900
	}

	.header-top {
		display: none
	}
	
	.header-menu {
	    /*right: 1px;*/
        top: -3px;
	}

	.Social-midea {
		display: none
	}

	.header-contact {
	    background-image: linear-gradient(to top, #dd1616, #a31414) !important;
		display: block;
        /*padding: 4px;*/
        padding-bottom: 0px;
        text-align: center;
        background: #990000;
	}

	.header-btn {
		display: none
	}

	.toggle-button {
		display: block;
	}

	.banner-box {
		width: 100%;
		height: 100%
	}

	.banner-slider {
		height: 100%
	}

	.banner-box:before {
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		background-color: #13173000;
		z-index: 1
	}

	.banner-content {
		padding-top: 152px;
		padding-bottom: 230px
	}

	.h2-title {
		font-size: 45px;
		line-height: 55px
	}

	.mt-50 {
		margin-top: 50px
	}

	.mlr-15 {
		margin-left: 15px;
		margin-right: 15px
	}

	.mob-no {
		display: none !important
	}

	.mob-yes {
		display: inline-block
	}

	.main-Partner-logo {
		padding-top: 80px;
		padding-bottom: 18px
	}

	.main-about-us {
		padding-bottom: 80px
	}

	.about-content-box {
		padding-left: 0
	}

	.main-services .small-title {
		justify-content: center
	}

	.main-services .h2-title {
		text-align: center
	}

	.service-title-bg {
		padding-top: 80px
	}

	.service-slider .slick-list {
		overflow: visible
	}

	.service-slider .slick-slide {
		opacity: 0;
		pointer-events: none;
		transition: .3s
	}

	.service-slider .slick-slide.slick-active {
		opacity: 1;
		pointer-events: unset;
		transition: all ease-in-out .3s
	}

	.main-service-box .slick-dots {
		bottom: -88px
	}

	.main-service-box {
		padding-bottom: 138px
	}

	.main-project {
		padding-bottom: 73px
	}

	.main-newsletter {
		padding-top: 80px
	}

	.main-newsletter .small-title {
		justify-content: center
	}

	.main-newsletter .h2-title {
		text-align: center
	}

	.newsletter-form {
		float: none;
		text-align: center
	}

	.newsletter-form .sec-btn {
		right: 112px
	}

	.main-watch-us {
		margin-top: 40px
	}

	.main-testimonial {
		padding-top: 80px;
		padding-bottom: 100px
	}

	.banner-content1 {
		padding-top: 28px
	}

	.main-senior-care {
		padding-top: 80px;
		padding-bottom: 80px
	}

	.main-senior-care .small-title {
		margin-top: 148px
	}

	.main-blog {
		padding-top: 80px;
		padding-bottom: 100px
	}

	.blog-slider .slick-list {
		overflow: visible
	}

	.blog-slider .slick-slide {
		opacity: 0;
		pointer-events: none;
		transition: .3s
	}

	.blog-slider .slick-slide.slick-active {
		opacity: 1;
		pointer-events: unset;
		transition: all ease-in-out .3s
	}

	.main-blog-box .slick-dots {
		bottom: -88px
	}

	.main-footer {
		padding-top: 80px
	}

	.footer-links {
		padding: 0
	}

	.footer-service {
		padding: 0;
		margin-top: 50px
	}

	.footer-donation {
		margin-top: 50px
	}

	.footer-copyright {
		margin-top: 64px
	}

	.main-inner-banner {
		padding-top: 200px
	}

	.inner-banner-title .h1-title {
		padding: 47px 60px
	}

	.main-about-us-in {
		padding-top: 80px;
		padding-bottom: 80px
	}

	.mt-30 {
		margin-top: 30px
	}

	.main-why-choose {
		padding-top: 80px;
		padding-bottom: 80px
	}

	.why-choose-img {
		margin-top: 43px
	}

	.main-service-in {
		padding-top: 80px;
		padding-bottom: 100px
	}

	.scope-care-img {
		position: relative;
		width: 100%;
		height: 600px
	}

	.scope-care-main-text {
		padding-left: 0;
		padding-top: 0;
		padding-bottom: 77px
	}

	.main-newsletter-in .small-title {
		justify-content: center
	}

	.main-newsletter-in .h2-title {
		text-align: center
	}

	.main-newsletter-in .h2-title {
		color: #fff;
		padding-bottom: 25px
	}

	.main-service-detail-in {
		padding-top: 80px;
		padding-bottom: 80px
	}

	.service-detail-info-box .h2-title {
		font-size: 35px;
		line-height: 28px;
		margin-top: 50px;
		padding-bottom: 20px
	}

	.main-project-in {
		padding-top: 73px;
		padding-bottom: 55px
	}

	.project-detail-info-box {
		margin-top: 30px
	}

	.main-project-detail-in .h2-title {
		font-size: 35px;
		line-height: 35px
	}

	.main-team-in {
		padding-top: 80px;
		padding-bottom: 50px
	}

	.main-pricing-in {
		padding-top: 80px;
		padding-bottom: 50px
	}

	.pricing-box {
		width: 370px;
		max-width: 100%;
		margin: 0 auto 30px auto
	}

	.pricing-box .h2-title {
		font-size: 30px;
		line-height: 40px
	}

	.main-blog-list-in {
		padding-top: 80px;
		padding-bottom: 80px
	}

	.blog-pagination ul li {
		width: 40px;
		height: 40px
	}

	.blog-sidebar-box .h2-title {
		font-size: 30px;
		line-height: 30px
	}

	.main-blog-detail-in {
		padding-top: 80px;
		padding-bottom: 65px
	}

	.related-post {
		margin-top: 80px
	}

	.blog-detail-comment {
		margin-top: 80px
	}

	.blog-detail-leave-comment {
		margin-top: 80px;
		margin-bottom: 80px
	}

	.main-get-touch-in {
		padding-top: 30px;
		padding-bottom: 40px
	}

	.main-get-touch-in .contact-form {
		margin-top: 50px
	}

	.main-contact-box {
		padding-top: 40px;
		padding-bottom: 80px
	}
	
	.main-banner {
        position: relative;
        height: 600px;
    }
	
	.header-bar {
        display: none;
    }
    .md-header-bar {
        display: block;
    }
    
    
    .member-login-btn {
        background-color: white;
        border-color: white;
        color: #990000;
        display: inline-block;
        transition: .3s;
        font-weight: bold;
        /*position: relative;*/
        /*right: -85px;*/
        top: 12px;
        padding: 2px;
        /*width: 127%;*/
        font-size: 13px;
        position: fixed;
        width: 15%;
        right: 65px;
    }
    
    .member-login-btn-menu {
        background-color: #990000;
        border-color: #990000;
        color: white;
        display: inline-block;
        transition: .3s;
        font-weight: bold;
        position: relative;
        /* right: -14px; */
        top: 20px;
        /* padding: 0.1rem; */
        width: 114%;
        z-index: 110;
        border-radius: 24px;
        width: 100%;
        /* height: 71%; */
        left: 30px;
        /* padding: 14px; */
    } 
    /*.member-login-btn-menu {*/
    /*    background-color: #990000;*/
    /*    border-color: #990000;*/
    /*    color: white;*/
    /*    display: inline-block;*/
    /*    transition: .3s;*/
    /*    font-weight: bold;*/
    /*    position: relative;*/
    /*    right: 44px;*/
    /*    top: 8px;*/
    /*    padding: 0.1rem;*/
    /*    width: 114%;*/
    /*    z-index: 110;*/
    /*    border-radius: 24px;*/
    /*    width: 139%;*/
    /*    height: 123%;*/
    /*    right: 78px;*/
    /*}*/
    
    .member-login-btn-menu:hover {
        color: white;
    }
    
    .member-login-btn:hover {
        color: #990000;
    }
    
    .toggle-button {
        position: fixed;
        top: 3px;
        right: 15px;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: unset;
        text-align: center;
        border: none;
        outline: none;
        display: block;
        z-index: 110;
    }
    
    .toggle-button span {
        width: 20px;
        height: 2px;
        background: #fff;
        display: block;
        margin: 0 auto 8px auto;
        position: relative;
        top: 2px;
        opacity: 1;
        transition: .3s;
    }
    
    .header-contact a span {
        display: inline-block;
        margin-right: 0px;
    }
    
    .expanded {
        top: 14px !important;
        width: 30px !important;
        height: 30px !important;
    }
    
    .custom-whatsapp-btn {
        bottom: 79px !important;
        width: 40px !important;
        height: 40px !important;
    }
    
    .custom-whatsapp-btn .fa-whatsapp {
        font-size: 30px;
    }
    
    .helpline-cl {
        margin-top: 12px;
        left: 118px;
        position: relative;
    }
    
    .helpline-cl .badge {
        border: 2px solid;
        border-radius: 19px;
        padding: 2px;
        font-size: 13px;
        margin: 5px;
    }
    
    .helpline-number {
        font-size: 15px;
        font-weight: 500;
        color: #ffffff;
    }
    
    /*now update*/
    .hero-slide{
        min-height:550px;
        background-position:center;
    }
    
    .banner-content{
        text-align:center;
        margin:auto;
    }
    
    .banner-content h1{
        font-size:38px;
    }
    
    .banner-content p{
        font-size:16px;
        line-height:28px;
    }
    
    .banner-btn-content{
        justify-content:center;
    }
    /*end now update*/
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .helpline-cl {
        left: calc(210px - ((970px - 100vw) * 0.5));
        margin-top: 40px;
    }
    .member-login-btn-menu {
        left: 100px;
    }
}


@media screen and (max-width:767px) {
	.h2-title {
		font-size: 40px;
		line-height: 50px
	}

	.mob-no {
		display: none !important
	}

	.mob-yes {
		display: inline-block
	}

	.banner-content p {
		font-size: 17px;
		line-height: 24px
	}

	.project-slider .slick-list {
		overflow: visible
	}

	.project-slider .slick-slide {
		opacity: 0;
		pointer-events: none;
		transition: .3s
	}

	.project-slider .slick-slide.slick-active {
		opacity: 1;
		pointer-events: unset;
		transition: all ease-in-out .3s
	}

	.main-project .slick-dots {
		bottom: -25px
	}

	.newsletter-form input {
		width: 100%
	}

	.newsletter-form .sec-btn {
		position: relative;
		margin-top: 20px;
		right: 0
	}

	.footer-links {
		margin-top: 50px
	}

	.social-media-footer {
		float: left;
		margin-top: 15px
	}

	.social-media-footer a:last-child {
		margin-left: 0
	}

	.service-appointment-title .h2-title {
		font-size: 30px;
		line-height: 30px
	}

	.service-detail-img-box-2 {
		display: inline-block
	}

	.service-detail-img-2 {
		margin-right: 0;
		margin-bottom: 15px
	}

	.service-detail-img-3 {
		margin-left: 0;
		margin-top: 15px
	}

	.main-project-in .project-box .project-hover-box {
		top: 40%
	}

	.blog-sidebar {
		margin-top: 50px
	}

	.blog-detail-ts-box {
		display: inline-block
	}

	.social-media-blog-detail {
		margin-top: 30px
	}

	.detail-comment-box,
	.detail-comment-box.even {
		display: block;
		height: auto;
		text-align: center;
		padding: 30px
	}

	.detail-comment-img {
		width: 100px;
		height: 100px
	}

	.detail-comment-box.even {
		width: 100%
	}

	.detail-comment-text {
		width: 100%;
		padding: 0;
		margin-top: 7px
	}

	.main-blog-detail-in .blog-sidebar {
		margin-top: 0
	}
	
    .member-login-btn {
        background-color: white;
        border-color: white;
        color: #990000;
        display: inline-block;
        transition: .3s;
        font-weight: bold;
        position: relative;
        right: -64px;
        top: 12px;
        padding: 2px;
        width: 127%;
        font-size: 13px;
    }
    
    .toggle-button {
        position: fixed;
        top: 3px;
        right: 8px;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: unset;
        text-align: center;
        border: none;
        outline: none;
        display: block;
        z-index: 110;
    }
}


@media only screen and (max-width:600px) {
	.toggle-button1 {
		position: fixed;
		top: 46px;
		width: 60px;
		height: 60px;
		border-radius: 50%;
		background-color: #3a4692;
		text-align: center;
		border: none;
		outline: none;
		z-index: 110;
		right: 100px
	}
}

@media screen and (max-width:575px) {
	.container {
		padding-left: 30px;
		padding-right: 30px
	}

	.project-hover-box {
		top: 30%
	}

	.side-p {
		padding-left: 30px;
		padding-right: 30px
	}

	.about-experience {
		padding: 25px
	}

	.about-experience .h2-title {
		font-size: 30px;
		line-height: 24px
	}

	.about-experience .h2-title span {
		font-size: 17px
	}

	.inner-banner-title .h1-title {
		padding: 37px 50px
	}

	.mar-t-30 {
		margin-top: 30px
	}

	.inner-breadcrum {
		right: 13px
	}

	.service-appointment-title .h2-title {
		font-size: 28px;
		line-height: 28px
	}

	.service-detail-info-box .h2-title {
		font-size: 32px;
		line-height: 42px;
		padding-bottom: 10px
	}

	.main-project-in .project-box .project-hover-box {
		top: 30%
	}

	.main-project-detail-in .h2-title {
		font-size: 32px;
		line-height: 32px
	}

	.blog-play-icon {
		width: 80px;
		height: 80px
	}

	.blog-detail-img1 {
		margin-bottom: 25px
	}

	.blog-detail-dalc {
		display: inline-block
	}

	.blog-da {
		margin-top: 20px
	}
	
	.main-get-touch-in {
	    padding-top: 5px;
	}
}

@media screen and (max-width:375px) {
	.container {
		padding-left: 15px;
		padding-right: 15px
	}

	.h1-title {
		font-size: 45px;
		line-height: 55px
	}

	.h2-title {
		font-size: 35px;
		line-height: 45px
	}

	.h2-subtitle {
		font-size: 18px;
		line-height: 18px
	}

	.side-p {
		padding-left: 15px;
		padding-right: 15px
	}

	.inner-banner-title .h1-title {
		padding: 27px 40px;
		line-height: 55px
	}

	.inner-banner-title:after {
		left: 10px;
		top: 5px
	}

	.pagination-arrow {
		margin: 0 10px
	}

	.blog-content-box {
		margin-left: 14px
	}

	.blog-list-tag-box .tag-box ul li {
		margin-bottom: 15px
	}

	.blog-list-tag-box .tag-box ul li:last-child {
		margin-bottom: 0
	}

	.contact-icon {
		width: 60px;
		height: 60px;
		font-size: 25px
	}
}


/******footer design new start******/
/* =========================================
   MAIN FOOTER
========================================= */

.main-footer {
    background: #141840;
    color: #999;
    padding: 40px 0 0;
    border-top: 4px solid #141840;
}

.footer-about-mobile p {
    color: #999796;
}

.footer-contact-content p {
    color: #999796;
}

/* Footer Top */
.footer-top {
    padding-bottom: 35px;
}

/* Footer Column */
.footer-column {
    margin-bottom: 25px;
}

/* Footer Heading */
.footer-column .footer-title {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 18px;
    letter-spacing: .3px;
}

/* Footer Links */
.footer-links,
.footer-services {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li,
.footer-services li {
    margin-bottom: 7px;
}

.footer-links li a,
.footer-services li a {
    color: #999;
    font-size: 13px;
    text-decoration: none;
    transition: all .3s ease;
}

.footer-links li a:hover,
.footer-services li a:hover {
    color: #fff;
}

/* Pay Online Button */
.footer-pay-btn {
    display: inline-block;
    margin-top: 8px;
    padding: 9px 20px;
    background: #fff;
    color: #111 !important;
    font-size: 11px !important;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    transition: all .3s ease;
}

.footer-pay-btn:hover {
    background: #ddd;
    color: #000 !important;
}

/* =========================================
   CONTACT
========================================= */

.footer-contact-content {
    color: #999;
    font-size: 13px;
    line-height: 1.7;
}

.footer-contact-content strong {
    color: #fff;
    font-size: 12px;
}

.footer-contact-item {
    display: flex;
    align-items: flex-start;
    margin-top: 15px;
}

.footer-contact-icon {
    width: 25px;
    margin-right: 10px;
    height: 24px;
    /*background-color: #900;*/
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;

}

.footer-contact-icon img {
    width: 11px;
    height: 18px;
    object-fit: contain;
}

.footer-contact-item p {
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
}

.footer-contact-item a {
    color: #999;
    text-decoration: none;
}

.footer-contact-item a:hover {
    color: #fff;
}

/* =========================================
   SOCIAL MEDIA
========================================= */

.footer-social {
    text-align: center;
    padding: 20px 0 25px;
}

.social-media-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.social-media-footer a {
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    transition: all .3s ease;
}

.social-media-footer a:hover {
    color: #aaa;
    transform: translateY(-2px);
}

/* =========================================
   ABOUT / DESCRIPTION
========================================= */

.footer-about {
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
}

.footer-about p {
    color: #999;
    font-size: 11px;
    line-height: 1.6;
    margin: 0 auto 20px;
}

/* =========================================
   LOGO
========================================= */

.footer-logo {
    text-align: center;
    padding: 10px 0 20px;
}

.footer-logo img {
    width: 90px;
    max-width: 100%;
}

/* =========================================
   COUNTRY
========================================= */

.footer-country {
    text-align: center;
    color: #999;
    font-size: 12px;
    padding-bottom: 30px;
}

/* =========================================
   COPYRIGHT
========================================= */

.footer-copyright {
    border-top: 1px solid #222;
    padding: 15px 0;
}

.copyright-content {
    text-align: center;
}

.copyright-content p {
    margin: 0;
    color: #777;
    font-size: 11px;
}

/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .main-footer {
        padding-top: 35px;
    }

    .footer-column {
        margin-bottom: 35px;
    }

    .footer-column .footer-title {
        font-size: 12px;
    }

    .footer-links li a,
    .footer-services li a,
    .footer-contact-item p {
        font-size: 12px;
    }

    .footer-about {
        padding: 0 20px;
    }

    .social-media-footer {
        gap: 25px;
    }

}

/* =========================================
   MOBILE - MINIMALISTIC FOOTER
========================================= */

@media (max-width: 767px) {

    .main-footer {
        padding: 0;
        border-top: 3px solid #222;
    }

    .footer-top {
        padding: 0;
    }

    /* Hide unnecessary content on mobile */
    .footer-about {
        display: none;
    }

    .footer-contact {
        display: none;
    }

    /* Footer columns */
    .footer-column {
        margin: 0;
        border-bottom: 1px solid #252525;
    }

    /* Hide first About section */
    .footer-column:first-child {
        display: none;
    }

    .footer-column .footer-title {
        position: relative;
        margin: 0;
        padding: 18px 15px;
        font-size: 12px;
        cursor: pointer;
    }

    /* Plus icon */
    .footer-column .footer-title:after {
        content: "+";
        position: absolute;
        right: 15px;
        top: 14px;
        color: #fff;
        font-size: 20px;
        font-weight: 300;
    }

    /* Hide links initially */
    .footer-links,
    .footer-services {
        display: none;
        padding: 0 15px 15px;
    }

    .footer-links li,
    .footer-services li {
        margin-bottom: 8px;
    }

    .footer-links li a,
    .footer-services li a {
        font-size: 12px;
    }

    /* Pay button */
    .footer-pay-btn {
        margin-bottom: 5px;
    }

    /* Social */
    .footer-social {
        padding: 25px 15px 15px;
    }

    .social-media-footer {
        gap: 25px;
    }

    .social-media-footer a {
        font-size: 18px;
    }

    /* Logo */
    .footer-logo {
        padding: 10px 0 15px;
    }

    .footer-logo img {
        width: 75px;
    }

    /* Country */
    .footer-country {
        padding-bottom: 20px;
        font-size: 11px;
    }

    /* Copyright */
    .footer-copyright {
        padding: 12px 15px;
    }

}


/* =========================================
   DESKTOP + TABLET
   4 COLUMNS LIKE REFERENCE IMAGE
========================================= */

@media (min-width: 768px) {

    .footer-top .row {
        display: flex;
        flex-wrap: nowrap;
    }

    .footer-top .footer-column {
        width: 25%;
        float: none;
    }

}


/* =========================================
   TABLET
   768px - 991px
========================================= */

@media (min-width: 768px) and (max-width: 991px) {

    .main-footer {
        padding-top: 35px;
    }

    .footer-top {
        padding-bottom: 25px;
    }

    /* Keep all 4 columns in one row */
    .footer-top .footer-column {
        width: 25%;
        padding-left: 12px;
        padding-right: 12px;
        margin-bottom: 20px;
    }

    /* Smaller heading */
    .footer-column .footer-title {
        font-size: 11px;
        margin-bottom: 15px;
    }

    /* Smaller links */
    .footer-links li a,
    .footer-services li a {
        font-size: 10px;
    }

    .footer-links li,
    .footer-services li {
        margin-bottom: 6px;
    }

    /* Contact */
    .footer-contact-content {
        font-size: 10px;
        line-height: 1.5;
    }

    .footer-contact-content strong {
        font-size: 10px;
    }

    .footer-contact-item p {
        font-size: 10px;
        line-height: 1.4;
    }

    .footer-contact-icon {
        width: 16px;
        min-width: 16px;
        margin-right: 6px;
    }

    .footer-contact-icon img {
        width: 15px;
        height: 15px;
    }

    /* Pay button */
    .footer-pay-btn {
        padding: 7px 12px;
        font-size: 9px !important;
    }

    /* Social icons */
    .footer-social {
        padding: 15px 0 20px;
    }

    .social-media-footer {
        gap: 25px;
    }

    .social-media-footer a {
        font-size: 18px;
    }

    /* Description */
    .footer-about {
        max-width: 600px;
        padding: 0 20px;
    }

    .footer-about p {
        font-size: 10px;
    }

    /* Logo */
    .footer-logo img {
        width: 80px;
    }

}


/* =========================================
   MOBILE
   MINIMALISTIC FOOTER
========================================= */

@media (max-width: 767px) {

    .main-footer {
        padding: 0;
        border-top: 3px solid #222;
    }

    .footer-top {
        padding: 0;
    }

    /* Stack columns */
    .footer-top .row {
        display: block;
    }

    .footer-top .footer-column {
        width: 100%;
        float: none;
    }

    /* Hide About & Contact from initial mobile view */
    .footer-column:first-child,
    .footer-contact {
        display: none;
    }

    /* Footer accordion */
    .footer-column {
        margin: 0;
        border-bottom: 1px solid #252525;
    }

    .footer-column .footer-title {
        position: relative;
        padding: 17px 15px;
        margin: 0;
        font-size: 12px;
        cursor: pointer;
    }

    .footer-column .footer-title:after {
        content: "+";
        position: absolute;
        right: 15px;
        top: 12px;
        color: #fff;
        font-size: 20px;
        font-weight: 300;
    }

    .footer-links,
    .footer-services {
        display: none;
        padding: 0 15px 15px;
    }

    /* Social */
    .footer-social {
        padding: 25px 15px 15px;
    }

    .social-media-footer {
        gap: 25px;
    }

    .social-media-footer a {
        font-size: 18px;
    }

    /* Hide long description */
    .footer-about {
        display: none;
    }

    /* Logo */
    .footer-logo {
        padding: 10px 0 15px;
    }

    .footer-logo img {
        width: 75px;
    }

    /* Country */
    .footer-country {
        padding-bottom: 20px;
        font-size: 11px;
    }

    /* Copyright */
    .footer-copyright {
        padding: 12px 15px;
    }

}

/* =========================================
   VERY SMALL MOBILE
========================================= */

@media (max-width: 400px) {

    .social-media-footer {
        gap: 20px;
    }

    .social-media-footer a {
        font-size: 17px;
    }

}
/******footer design new end******/


.is-invalid {
    border: 1px solid red;
}

.invalid-feedback {
    color: red;
    font-size: 13px;
    display: none;
}

