*{ -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
html, div, img, ul, li, a, p, ol, body{ margin: 0; padding: 0;font-family: "Lexend", sans-serif;font-weight: 400;font-size: 16px;line-height: 24px;color: #4b4b4b;}
h1,h2, h3, h4, h5, h6{ margin: 0; padding: 0;font-size: 40px; font-weight: 600; font-family: "Lexend", sans-serif;line-height: initial;color: #000;margin-bottom: 10px;}
ul, a, input{text-decoration: none;list-style: none;text-decoration: none;outline:none;}
:focus {outline: 0;}
.clear{width: 100%; float: left; clear: both;}
a:hover{ text-decoration: none;}
.container{width:1170px;margin: 0 auto;}
.flex{display: flex;flex-wrap: wrap;justify-content: space-between;}
img{display: block;}
/*  */


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #a6a6a6;font-size: 16px;opacity: 1;font-family: "Lexend", sans-serif;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #a6a6a6;font-size: 16px;opacity: 1;font-family: "Lexend", sans-serif;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #a6a6a6;font-size: 16px;opacity: 1;font-family: "Lexend", sans-serif;
}
:-moz-placeholder { /* Firefox 18- */
	color: #a6a6a6;font-size: 16px;opacity: 1;font-family: "Lexend", sans-serif;
}




/*Top Head Block*/
.top-head-block {
	position: relative;
}
.navbar {
	padding: 17px 0;
	position: absolute;
	z-index: 1;
	backdrop-filter: blur(2.2px);
	-webkit-backdrop-filter: blur(2.2px);
	top: 40px;
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.2);
}
.navbar .flex {
	align-items: center;
}
.navbar .left {
	width: 13.8%;
}
.navbar .left img {
	width: 100%;
}
.navbar .right {
	width: 80%;
}
.navbar .right ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.navbar .right ul li {
	margin-right: 23px;
}
.navbar .right ul li:last-child {
	margin-right: 0px;
}
.navbar .right ul li a {
	color: #fff;
}
.navbar .right ul li a:hover {
	color: #0749ff;
}


.banner {
	position: relative;
	min-height: 600px;
	overflow: hidden;
}
.banner img {
	width: 100%;
	height: 100%;
	position: absolute;
	object-fit: cover;
	object-position: center;
}
.banner .flex {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	align-items: center;
}
.banner .flex .box {
	width: 40%;
	backdrop-filter: blur(2.2px);
	-webkit-backdrop-filter: blur(2.2px);
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.2);
	padding: 32px 50px;
	margin-top: 85px;
}
.banner .flex .box h1 {
	font-size: 60px;
	color: #fff;
	font-weight: 700;
	line-height: 64px;
}
.banner .flex .box .banner-btn {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.banner .flex .box .banner-btn a.main-btn {
	margin-right: 20px;
	margin-top: 5px;
}
a.main-btn {
	height: 44px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background: #0749ff;
	padding: 0 20px;
	color: #fff;
	display: inline-flex;
	margin-top: 30px;
}
a.main-btn:hover{
	background: #000;
}
a.main-btn.black {
	background: #000;
}
a.main-btn.black:hover{
	background: #0749ff;
}






.services-block {
	padding: 70px 0;
	text-align: center;
}
.services-block p {
	padding: 0 90px;
}
.services-block .flex {
	margin-top: 50px;
}
.services-block .flex .box {
	width: 32.5%;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
.services-block .flex .box img {
	width: 100%;
	transition: transform 0.8s ease;
}
.services-block .flex .box:hover img {
	transform: scale(1.1);
	transition: transform 0.8s ease;
}
.services-block .flex .box .content {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background: rgba(0,0,0,0.4);
}
.services-block .flex .box .content h3 {
	font-size: 22px;
	color: #fff;
	font-weight: 700;
}
.services-block .flex .box:hover .content h3 {
	color: #93acf0;
}





.video-block {
	position: relative;
}
.video-block .video-thumbnail img {
	width: 100%;
}
.video-thumbnail {
	position: relative;
}
.play-overlay {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin-top: -50px;
}
.play-overlay img.play {
	width: auto;
	margin: 0 auto;
	cursor: pointer;
}
.modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 9999;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.modal.active {
	display: flex;
}

.modal-video {
	width: 95%;
	height: auto;
	max-width: 1200px;
	max-height: 80vh;
}

.modal-close {
    position: absolute;
    top: -2%;
    right: 2%;
    color: white;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 1.5rem;
    cursor: pointer;
    z-index: 999;
    transform: translate(0%, -100%);
}







.about-block {
	padding: 70px 0;
}
.about-block .left {
	width: 41.5%;
}
.about-block .left img {
	width: 100%;
	border-radius: 10px;
	height: 100%;
	object-fit: cover;
}
.about-block .right {
	width: 56%;
}
.about-block .right h2 {
	margin-bottom: 15px;
	line-height: normal;
}
.about-block .right h3 {
	font-size: 20px;
	font-weight: 500;
	font-style: italic;
	margin-bottom: 0;
}
.about-block .right p {
	margin-top: 13px;
}
.about-block .right ul {
	margin-top: 15px;
}
.about-block .right ul li {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 10px;
    align-items: self-start;
}
.about-block .right ul li:last-child {
	margin-bottom: 0px;
}
.about-block .right ul li img {
	margin-right: 10px;
}
.about-block .right a.main-btn {
	margin-top: 40px;
}
.fulltext p{
    margin-bottom: 16px;
}
.padding-40{
	padding-top: 40px;
}

.contact-page-block {
	padding: 70px 0;
}
.contact-page-block .left {
	width: 41.5%;
}
.contact-page-block .left img {
	width: 100%;
	border-radius: 10px;
	height: 100%;
	object-fit: cover;
}
.contact-page-block .right {
	width: 56%;
}
.contact-page-block .right h2 {
	margin-bottom: 15px;
	line-height: inherit;
}
.contact-page-block .right h3 {
	font-size: 20px;
	font-weight: 500;
	font-style: italic;
	margin-bottom: 0;
}
.contact-page-block .right p {
	margin-top: 13px;
}
.contact-page-block .left ul {
	margin-top: 15px;
}
.contact-page-block .left ul li {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
	align-items: center;
}
.contact-page-block .left ul li:last-child {
	margin-bottom: 0px;
}
.contact-page-block .left ul li img {
	margin-right: 10px;
	width: 25px;
}
.contact-page-block .left a.main-btn {
	margin-top: 15px;
}
.contact-form {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: unset;
    background: rgb(0, 0, 0);
    border-radius: 10px;
    box-shadow: 0px 0px 15px -4px rgba(0, 0, 0, 0.25);
    padding: 50px 20px 50px 20px;
    justify-content: center;
}
.contact-info-detail{
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.contact-info-detail h2 {
    margin-bottom: 18px;
}
.contact-info-detail p {
    margin-bottom: 20px;
}
.call-btn {
    text-transform: uppercase;
    font-weight: 500;
}
.call-btn i {
    margin-right: 10px;
}
h2.working-hour {
    text-align: center;
    margin-top: 50px;
}
p.timing-box {
    margin-top: 20px;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
	margin-bottom: 50px;
}
.hours {
    background: #2f2f2f;
    margin-top: 70px;
    max-width: 85%;
    border-radius: 15px;
    margin-left: auto;
    margin-right: auto;
}





.price-block {
	text-align: center;
	padding-bottom: 70px;
}
.price-block .flex {
	margin-top: 50px;
}
.price-block .box {
	width: 23.7%;
	box-shadow: 0px 0px 20px rgba(7, 73, 255, 0.35);
	border-radius: 10px;
	overflow: hidden;
	padding: 30px 20px;
	background-color: white;
}
.price-block .box h3 {
	font-size: 22px;
	color: #0749ff;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
.price-block .box h4 {
	font-size: 35px;
	font-weight: 700;
	color: #314784;
	letter-spacing: 0.1em;
}
.price-block .box h5 {
	font-size: 18px;
	color: #182447;
	letter-spacing: 0.1em;
	font-weight: 400;
}
.price-block .box ul {
	margin-top: 30px;
}
.price-block .box ul li {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 15px;
	align-items: center;
}
.price-block .box ul li:last-child {
	margin-bottom: 0px;
}
.price-block .box ul li img {
	margin-right: 10px;
	height: 16px;
	width: auto;
}
.price-block .box a.main-btn {
	width: 100%;
	font-size: 18px;
	font-weight: 600;
	margin-top: 35px;
}

.trust-titans .flex {
	margin-top: 0px;
}
.trust-titans .box {
    width: 23.7%;
    box-shadow: 0px 0px 10px -4px rgba(7, 73, 255, 0.25);
    border-radius: 10px;
    overflow: hidden;
    padding: 30px 20px;
	background: white;
}
.trust-titans .box h4 {
    font-size: 20px;
    color: #000000;
    text-transform: capitalize;
    line-height: 28px;
    letter-spacing: 0.5px;
}
.trust-titans .box h5 {
	font-size: 35px;
	font-weight: 700;
	color: #314784;
	letter-spacing: 0.1em;
}
.trust-titans .box h6 {
	font-size: 18px;
	color: #182447;
	letter-spacing: 0.1em;
	font-weight: 400;
}
.trust-titans .box p {
    text-align: left;
}
.trust-titans .flex + .flex {
    margin-top: 30px;
}
.trust-titans {
    padding: 70px 0px 70px 0px;
	background: #dee6fc;
}
.fulltext{
	width: 100%;
}
h2.fulltext-title {
    text-align: center;
    margin-bottom: 18px;
}
h3.fulltext-title3 {
    font-size: 20px;
    font-weight: 500;
    font-style: italic;
    text-align: center;
	margin-bottom: 18px;
}
p.about-subtext {
    text-align: center;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}


.our-value-section{
	padding: 70px 0px 70px 0px;
}
.our-value-section .box {
    width: 23.7%;
    border-radius: 10px;
    border: 1px solid black;
    overflow: hidden;
    padding: 30px 20px;
    background: white;
}
.our-value-section .box h4 {
    font-size: 20px;
    color: #000000;
    text-transform: capitalize;
    line-height: 28px;
    letter-spacing: 0.5px;
}
.our-value-section .box h5 {
	font-size: 35px;
	font-weight: 700;
	color: #314784;
	letter-spacing: 0.1em;
}
.our-value-section .box h6 {
	font-size: 18px;
	color: #182447;
	letter-spacing: 0.1em;
	font-weight: 400;
}
.our-value-section .box p {
    text-align: left;
}
.our-value-section .flex + .flex {
    margin-top: 30px;
}



.difference-block {
	margin: 0px 0px;
	padding: 50px 0;
	text-align: center;
	background: #dee6fc;
}
.difference-block .flex {
	margin-top: 50px;
}
.difference-block .flex .box {
    width: 32.5%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    background: white;
    border: 8px solid white;
}
.difference-block .flex .box img {
	width: 100%;
	transition: transform 0.8s ease;
}
.difference-block .flex .box:hover img {
	transform: scale(1.1);
	transition: transform 0.8s ease;
}
.difference-block .flex .box .content {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background: rgba(0,0,0,0.7);
	padding: 5px 5px;
	flex-direction: column;
	opacity: 0;
	transition: 0.5s all;
}
.difference-block .flex .box:Hover .content {
	opacity: 1;
	transition: 0.5s all;
}
.difference-block .flex .box .content h3 {
	font-size: 18px;
	color: #0749ff;
	font-weight: 400;
	text-transform: uppercase;
}
.difference-block .flex .box .content h4 {
	font-size: 22px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}
.difference-block .flex .box .content p {
	color: #fff;
}
.difference-block .flex .box .content a.main-btn {
	margin-top: 20px;
}

.bg-black{
	background-color: #000;
}
.color-white{
	color: white;
}


.location-block {
	text-align: center;
	padding-top: 70px;
	padding-bottom: 70px;
}
.location-block .flex {
	margin-top: 50px;
}
.location-block .flex .box {
	width: 32%;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 20px;
}
.location-block .flex .box img {
	width: 100%;
	transition: transform 0.8s ease;
}
.location-block .flex .box:hover img {
	transform: scale(1.1);
	transition: transform 0.8s ease;
}
.location-block .flex .box .content {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background: rgba(0,0,0,0.5);
	padding: 0 20px;
}
.location-block .flex .box .content h3 {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}
.location-block .flex .box:hover .content h3 {
	color: #93acf0;
}
.google-review {
	text-align: center;
	margin: 0px 0 0px 0;
	padding: 70px 0;
}
.google-review > .container {
    padding: 0px 20px;
    background: #000000;
    border-radius: 10px;
}
.google-review .flex {
	margin-top: 50px;
}
.google-review .flex .box {
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
	padding: 30px;
}
.google-review .flex .box .content {
	width: 100%;
	margin-top: 15px;
	text-align: left;
}
.google-review .flex .box .content a{	
	font-size: 14px;
	color: #043353;
	font-weight: 400;
	text-decoration: underline;
}
.google-review .flex .box .content h3 {
	font-size: 22px;
	color: #fff;
	font-weight: 700;
}
.google-review .flex .box:hover .content h3 {
	color: #93acf0;
}
.google-review .flex .box .top-sec {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.google-review .flex .box .top-sec .left {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.google-review .flex .box .top-sec .left .name {
	text-align: left;
}
.google-review .flex .box .top-sec .left .name h3 {
	color: #043353;
	font-size: 16px;
	margin-bottom: 5px;
}
.google-review .flex .box .top-sec .left .name h4 {
	color: #043353;
	font-size: 14px;
	font-weight: 400;
}
.google-review .flex .box .top-sec .left .name-icon {
	width: 50px;
	height: 50px;
	background: #005569;
	color: #fff;
	border-radius: 100px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
}
.google-review .flex .box .top-sec .left .name-icon span {
	font-weight: 500;
	font-size: 24px;
	text-transform: uppercase;
}
.google-review .flex .box .top-sec .full {
	width: 100%;
	clear: both;
}
.google-review .flex .box .top-sec .full {
	width: 100%;
	clear: both;
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
}
.google-review .flex .box .top-sec .full img {
	margin-right: 10px;
	width: auto;
}
#review .owl-stage {
	display: flex;
}
#review .owl-stage .owl-item {
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
}
#review .owl-nav {
	display: flex;
	justify-content: center;
}
#review .owl-nav .owl-prev {
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#review .owl-nav .owl-next {
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.google-review .flex .box .content p {
	text-align: left;
	color: #043353;
	font-size: 14px;
	line-height: 26px;
}
.form-block-section{
	padding: 0px 0px 0px 0px;
}
.form-block-section .container{
	width: 100%;
}
.form-block-section .dflex{
	display: flex;
	flex-direction: row;
	align-items: stretch;
	justify-content: center;
}
.form-container-box{
	display: block;
	width: 100%;
	padding: 50px;
	background: #000000;
}
.form-container-content-box {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}
.form-content-box h2{
	font-size: 32px;
	text-align: center;
}
.form-content-box p{
	text-align: center;
	margin-bottom: 40px;
}
.form-box form {
    display: block;
    text-align: center;
}
.section-image-box{
	display: block;
	width: 100%;
}
.section-image-box img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
input.my-custom-form {
    width: 100%;
    height: 42px;
    padding: 12px 10px 10px;
    border-radius: 10px;
    margin-bottom: 20px;
    border: 1px solid #0749ff;
}
.form-inputs {
    display: flex;
    gap: 20px;
}
textarea#message {
	width: 100%;
    padding: 12px 10px 10px;
    border-radius: 10px;
    margin-bottom: 20px;
    border: 1px solid #0749ff;
	height: 114px;
}
.form-container-content-box .form-box input[type="submit"],.form-box.contact-form input[type="submit"]{
    height: 44px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #0749ff;
    padding: 0 20px;
    color: #fff;
    display: inline-flex;
    border: none;
    margin-top: 0px;
	text-transform: uppercase;
	font-size: 16px;
	cursor: pointer;
}

.form-container-content-box .form-box input[type="submit"]:hover,.form-box.contact-form input[type="submit"]:hover{
	background: #000;
}
button.main-btn.black {
	background: #000;
}
button.main-btn.black:hover{
	background: #0749ff;
}

.footer-section{
	padding-top: 35px;
	padding-bottom: 40px;
	background: #000000;
	overflow: hidden;
	border-top: 1px solid #494949;
}
.footer-section .dflex{
	display: block;
}
.content-box {
    display: flex;
    padding: 0px 15px 0px 15px;
    width: 100%;
}
.footer-logo {
    width: 45%;
    padding-right: 40px;
}
.footer-logo img {
    max-width: 204px;
    margin-bottom: 21px;
}
.footer-logo p {
    color: white;
}
.big-text {
    width: 55%;
    padding-bottom: 40px;
    border-bottom: 1px solid white;
}
.footer-section .big-text h2 {
    font-size: 70px;
    font-weight: 700;
    color: #0749ff;
    text-transform: uppercase;
    line-height: 79px;
}
.footer-btn{
	height: 44px;
	justify-content: center;
	align-items: center;
	background: #0749ff;
	padding: 0 20px;
	color: #fff;
	display: inline-flex;
	margin-top: 10px;
	text-transform: uppercase;
	font-size: 20px;
}
.footer-btn:hover{
	background:#0749ff;
}
.contact-details{
	width: 45%;
	padding-right: 40px;
	padding-top: 25px;
}
.footer-links {
    display: flex;
    width: 55%;
	padding-top: 25px;
}
.quick-links {
    flex: 1;
}
.social-media-links {
    flex: 1;
}
.working-hours {
    flex: 1;
}
h2.links-title {
    font-size: 18px;
    color: #0749ff;
    font-weight: 300;
}
li.quick-link{
	color: white;
	font-size: 16px;
	font-weight: 400;
}
.social-media-links a {
    float: left;
    margin-right: 5px;
}
.social-link-icon {
    width: 25px;
    height: 25px;
}
.working-hours-tex p {
    color: white;
    margin-bottom: 10px;
}
.cotact-color{
	color:#0749ff;
	font-size: 20px;
	text-transform: uppercase;
}
.cotact-numbers{
	font-weight: 400;
	color: white;
	font-size: 20px;
	letter-spacing: 1.3px;
	line-height: 30px;
}
.cotact-emails{
	font-weight: 600;
	color: white;
	font-size: 20px;
	letter-spacing: 1.3px;
	line-height: 30px;
	word-wrap: break-word;
}
.bottom-footer-section {
    display: flex;
    background: #838181;
    height: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
    align-items: center;
    justify-content: center;
}
h2.copyright-text{
	text-align: center;
	color: white;
	font-size: 14px;
	font-weight: 500;
	font-family: 'Jost', sans-serif;
	margin-bottom: 0px;
}
.mobile-navbars {
    display: none;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.85);
    position: fixed;
    top: 0px;
    right: 0px;
    padding: 30px 20px 20px 20px;
    transition: 0.3s ease-out;
    overflow: hidden;
    z-index: 99;
	transition: 0.5s ease-out;
}
.mobile-nav-menu{
    display: block;
    width:100%;
}
.mobile-main-menu{
    display:flex;
    flex-wrap: wrap;
    width:100%;
    gap:15px;
}
.mobile-menu-list {
    display: flex;
    flex-direction: column;
    align-items: start;
    list-style: none;
    justify-content: end;
}
.mobile-menu-list a{
    display:block;
    width: 100%;
    text-decoration:none;
    padding:10px 15px;
    color: #ffffff;
    transition: 0.3s ease-out;
}
.mobile-menu-list a li{
    color: #ffffff;
}
.mobile-menu-list a:hover li{
    color: #000000;
}

.mobile-menu-list a:hover{
    display:block;
    width: 100%;
    text-decoration:none;
    padding:10px 15px;
    color: #000000;
    background-color: white;
}
.close-mobile-navbar {
    display: flex;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 10px;
    right: 10px;
    background: white;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
}
.close-mobile-navbar i.fa-solid.fa-xmark {
    color: black;
    font-size: 16px;
}
.toggle-menu-icon{
    display: none;
}
.toggle-menu-icon i.fa-solid.fa-bars {
    color: white;
    font-size: 22px;
}
.bg-overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.40);
	z-index: 0;
}
.page-title {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}
.page-title h1.title {
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 48px;
}
.page-title h1.title::after {
	content: '';
	width: 55%;
	height: 2px;
	background: #ffffff;
	display: block;
	margin: 5px auto;
}
.fdirectionc{
	flex-direction: column;
}
.banner-btn a {
    width: 160px;
}

/* Maintenance page css*/
.essential-members {
	text-align: center;
	padding-bottom: 70px;
}
.essential-members .flex {
	margin-top: 50px;
}
.essential-members .box {
	width: 32%;
	box-shadow: 0px 0px 20px rgba(7, 73, 255, 0.35);
	border-radius: 10px;
	overflow: hidden;
	padding: 30px 20px;
	background-color: white;
}
.essential-members .box h4 {
	font-size: 22px;
	color: #0749ff;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
.essential-members .box h5 {
	font-size: 35px;
	font-weight: 700;
	color: #314784;
	letter-spacing: 0.1em;
}
.essential-members .box h6 {
	font-size: 18px;
	color: #182447;
	letter-spacing: 0.1em;
	font-weight: 400;
}
.essential-members .box ul {
	margin-top: 30px;
}
.essential-members .box ul li {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 15px;
	align-items: center;
}
.essential-members .box ul li:last-child {
	margin-bottom: 0px;
}
.essential-members .box ul li img {
	margin-right: 10px;
	height: 16px;
	width: auto;
}
.essential-members .box a.main-btn {
	width: 100%;
	font-size: 18px;
	font-weight: 600;
	margin-top: 35px;
}

/*FAQs CSS Style*/
.faq-block{
	padding-bottom: 70px;
}
.faq-block .left {
	width: 48%;
}
.faq-block .right {
	width: 48%;
}
.faq-wrapper {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    border-bottom: 1px solid #ddd;
    background: #000000;
}

.faq-question {
    width: 100%;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: none;
    border: none;
    font-family: var(--primary-font);
    font-size: 1.1rem;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    transition: color 0.3s ease;
	color: white
}

.faq-question i {
    transition: transform 0.3s ease;
}

/* When active: Rotate icon and change color */
.faq-item.active .faq-question {
    color: #ffffff; /* Your primary color */
}

.faq-item.active .faq-question i {
    transform: rotate(180deg);
}

/* Hidden state of the answer */
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, opacity 0.3s ease;
    opacity: 0;
}

/* Visible state when active */
.faq-item.active .faq-answer {
	max-height: 100%;
	opacity: 1;

}

.answer-content {
    padding: 0 20px 20px 20px;
    color: #ffffff;
    line-height: 1.6;
}
.text-center{
	text-align: center;
}

/*Back To Top*/

#backToTopBtn {
	position: fixed;
	bottom: 30px;
	right: 30px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	cursor: pointer;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s ease, transform 0.3s ease;
	border-radius: 10px;
	overflow: hidden;
	border: 2px solid #fff;
	border-radius: 100%;
	z-index: 1;
}
#backToTopBtn img{
	height: 50px;
	width: auto;
}
#backToTopBtn.show {
	opacity: 1;
	pointer-events: auto;
}
#backToTopBtn.move-up {
	transform: translateY(-80px);
}


.blog-listings{
	padding: 70px 0px;
}
.blog-listings .blog-box h4 {
    color: white;
    font-size: 24px;
    margin-bottom: 12px;
}
.blog-listings .blog-box p {
    color: white;
}
.blog-listings .box {
    width: 32.5%;
    background: #212121;
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
    padding: 30px 20px;
    box-shadow: 0px 0px 10px -4px rgba(7, 73, 255, 0.25);
}
.blog-listings .box img {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 15px;
}
.blog-single-post{
	padding: 150px 0px 70px 0px;
}
.blog-single-post .single-post-content {
    width: 100%;
}
.blog-single-post .single-post-content h1 {
    color: white;
    margin-bottom: 30px;
    margin-top: 50px;
    text-align: center;
}
.blog-single-post .single-post-content span {
    font-size: 16px;
    color: #a1a1a1;
    text-align: center;
    display: block;
    font-weight: 300;
    margin-bottom: 12px;
}
.blog-single-post .single-post-content img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
    margin-top: 30px;
}
.blog-single-post .single-post-content p {
    color: white;
    width: 85%;
    margin: 18px auto;
}

.close-btn {
    width: 100%;
    height: auto;
    text-align: center;
	position: relative;
}



/*Media Query*/


@media(max-width: 1199px){
	.container{
		width: 96%;
	}
	.banner .flex .box {
		width: 65%;
		backdrop-filter: blur(2.2px);
		-webkit-backdrop-filter: blur(2.2px);
		border-radius: 10px;
		background: rgba(0, 0, 0, 0.2);
		padding: 32px 20px;
		margin-top: 85px;
	}
}

@media(max-width: 1167px){
	.navbar .left {
		width: 18%;
	}
	.price-block .box {
		width: 31.33%;
		box-shadow: 0px 0px 20px rgba(7, 73, 255, 0.35);
		border-radius: 10px;
		overflow: hidden;
		padding: 30px 20px;
		margin-bottom: 45px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.essential-members .box {
		width: 32%;
		box-shadow: 0px 0px 20px rgba(7, 73, 255, 0.35);
		border-radius: 10px;
		overflow: hidden;
		padding: 30px 20px;
		margin-bottom: 45px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.toggle-menu-icon{
        display: block;
		text-align: right;
    }
    .nav-menu{
        display: none;
        width:auto;
    }
    .mobile-navbar{
        display:flex;
        width: 70%;
    }
	.navbar .right ul {
		display: none;
	}
	.navbar .flex {
		display: flex;
		align-items: center;
		flex-direction: row;
	}
}

@media(max-width:867px){
	.price-block .box {
		width: 48%;
		box-shadow: 0px 0px 20px rgba(7, 73, 255, 0.35);
		border-radius: 10px;
		overflow: hidden;
		padding: 30px 20px;
		margin-bottom: 45px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.essential-members .box {
		width: 48%;
		box-shadow: 0px 0px 20px rgba(7, 73, 255, 0.35);
		border-radius: 10px;
		overflow: hidden;
		padding: 30px 20px;
		margin-bottom: 45px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.navbar .right {
		width: 65%;
	}
	.trust-titans .box {
		width: 49%;
		box-shadow: 0px 0px 10px -4px rgba(7, 73, 255, 0.25);
		border-radius: 10px;
		overflow: hidden;
		padding: 30px 20px;
		margin-bottom: 25px;
	}
	.our-value-section .box {
		width: 49%;
		border-radius: 10px;
		border: 1px solid black;
		overflow: hidden;
		padding: 30px 20px;
		background: white;
		margin-bottom: 25px;
	}
	.difference-block .flex .box {
		width: 48%;
		position: relative;
		border-radius: 10px;
		overflow: hidden;
		margin-bottom: 25px;
	}
	.difference-block .flex .box .content {
		position: absolute;
		top: 0;
		width: 100%;
		height: 100%;
		display: flex;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
		background: rgba(0, 0, 0, 0.7);
		padding: 30px 8px;
		flex-direction: column;
		opacity: 1;
		transition: 0.5s all;
	}
}
@media(max-width:560px){
	.faq-block .left {
    width: 100%;
}
	.faq-block .right {
    width: 100%;
}
	.flex {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		justify-content: space-between;
		gap: 20px 20px;
	}
	@supports (gap: 0px){
		.flex{
			gap: 20px;
		}
		.box{
			margin-bottom: 20px;
		}
	}
	.blog-listings .box {
		width: 100%;
		background: #212121;
		margin-bottom: 20px;
	}
	.flex-page-title {
		flex-direction: row;
	}
	.navbar .left {
		width: 25%;
	}	
	.services-block .flex .box {
		width: 100%;
		position: relative;
		border-radius: 10px;
		overflow: hidden;
	}
	.services-block p {
		padding: 0 20px;
	}
	.about-block .left {
		width: 100%;
	}
	.about-block .right {
		width: 100%;
		padding-top: 40px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.about-block .right a.main-btn {
		margin-top: 40px;
	}
	.price-block .box {
		width: 100%;
		box-shadow: 0px 0px 20px rgba(7, 73, 255, 0.35);
		border-radius: 10px;
		overflow: hidden;
		display: flex;
		padding: 30px 20px;
		align-items: center;
		flex-direction: column;
	}
	.essential-members .box {
		width: 100%;
		box-shadow: 0px 0px 20px rgba(7, 73, 255, 0.35);
		border-radius: 10px;
		overflow: hidden;
		padding: 30px 20px;
		margin-bottom: 45px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.difference-block .flex .box {
		width: 100%;
		position: relative;
		border-radius: 10px;
		overflow: hidden;
	}
	.location-block .flex{
		flex-direction: row;
		flex-wrap: wrap;
		gap: 0px;
	}
	.location-block .flex .box {
		width: 48%;
		position: relative;
		border-radius: 10px;
		overflow: hidden;
		margin-bottom: 20px;
	}
	.form-block-section .dflex {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		justify-content: center;
	}
	.form-container-box {
		display: block;
		width: 100%;
		padding: 20px 20px 40px 20px;
		background: #000000;
	}
	.content-box {
		display: flex;
		flex-direction: column;
		padding: 0px 15px 0px 15px;
		width: 100%;
	}
	.footer-logo {
		width: 100%;
		text-align: justify;
		padding-right: 0px;
	}
	.footer-section .big-text h2 {
		font-size: 38px;
		font-weight: 700;
		color: #0749ff;
		text-transform: uppercase;
		line-height: 48px;
		margin-top: 18px;
	}
	.big-text {
		width: 100%;
		padding-bottom: 40px;
		border-bottom: 1px solid white;
	}
	.contact-details {
		width: 100%;
		padding-right: 0px;
		padding-top: 25px;
	}
	.cotact-numbers {
		font-weight: 400;
		color: white;
		font-size: 18px;
		letter-spacing: 1.3px;
		line-height: 30px;
		word-wrap: break-word;
	}
	.cotact-emails {
		font-weight: 600;
		color: white;
		font-size: 18px;
		letter-spacing: 1.3px;
		line-height: 30px;
		word-wrap: break-word;
	}
	.footer-links {
		display: flex;
		flex-direction: column;
		width: 100%;
		padding-top: 25px;
		gap: 35px;
	}
	.banner .flex .box {
        width: 95%;
        backdrop-filter: blur(2.2px);
        -webkit-backdrop-filter: blur(2.2px);
        border-radius: 10px;
        background: rgba(0, 0, 0, 0.2);
        padding: 32px 50px;
        margin-top: 85px;
        position: absolute;
        bottom: 10%;
        left: 50%;
        transform: translate(-50%, 0px);
    }
	.contact-page-block .left{
		width: 100%;
	}
	.contact-page-block .right {
		width: 100%;
		margin-top: 25px;
	}
	.hours {
		background: #2f2f2f;
		margin-top: 70px;
		max-width: 100%;
		border-radius: 15px;
		margin-left: auto;
		margin-right: auto;
	}
	.innerpage-banner {
		min-height: 400px;
	}
	.trust-titans .box {
		width: 100%;
		box-shadow: 0px 0px 10px -4px rgba(7, 73, 255, 0.25);
		border-radius: 10px;
		overflow: hidden;
		padding: 30px 20px;
		margin-bottom: 0px;
	}
	.our-value-section .box {
		width: 100%;
		border-radius: 10px;
		border: 1px solid black;
		overflow: hidden;
		padding: 30px 20px;
		background: white;
		margin-bottom: 0px;
	}
	.difference-block .flex .box .content {
		position: absolute;
		top: 0;
		width: 100%;
		height: 100%;
		display: flex;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
		background: rgba(0, 0, 0, 0.7);
		padding: 30px 50px;
		flex-direction: column;
		opacity: 1;
		transition: 0.5s all;
	}
	.banner .flex .box {
		padding: 32px 20px;
	}
	.banner .flex .box .banner-btn {
		width: 100%;
		display: flex;
		flex-wrap: nowrap;
	}
}
.form-inputs span {
	width: 100%;
}

/* Share Button */
.share-btn {
    background: #fff;
    color: #000;
    border: 1px solid #ddd;
    padding: 10px 22px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 4px;
}

/* Modal Overlay */
.share-modal {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

/* Modal Box */
.share-modal-content {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    max-width: 420px;
    width: 90%;
    text-align: center;
    position: relative;
}

.share-modal-content h3 {
    margin-bottom: 20px !important;
}

/* Close Button */
.share-close {
    position: absolute;
    top: 12px;
    right: 14px;
    font-size: 26px;
    background: none;
    border: none;
    cursor: pointer;
}

/* Icons Grid */
.share-icons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.share-icons a,
.share-icons button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: 1px solid #eee;
    padding: 14px 10px;
    border-radius: 8px;
    font-size: 14px;
    background: none;
    cursor: pointer;
    color: #000;
}

.share-icons i {
    font-size: 22px;
    margin-bottom: 6px;
}

/* Brand Colors */
.share-icons .fa-facebook-f { color: #1877f2; }
.share-icons .fa-x-twitter { color: #000; }
.share-icons .fa-whatsapp { color: #25d366; }
.share-icons .fa-linkedin-in { color: #0a66c2; }

.share-icons a:hover,
.share-icons button:hover {
    background: #f5f5f5;
}

/* Mobile */
@media (max-width: 480px) {
    .share-icons {
        grid-template-columns: 1fr;
    }
}
