@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
	color: #000;
	line-height: 24px;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 0.5px;
}

*,
ul,
ol {
	margin: 0;
	padding: 0;
}

ul,
ol {
	list-style-type: none;
}
b, strong {
  font-weight: bold;
}
a {
	color: inherit;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #000000;
	outline: none;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #1F1F25;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 15px;
}

.bg-color1 {
	background-color: #254583;
}

.bg-color2 {
	background-color: #C0C0C0;
}

.text-color1 {
	color: #254583 !important;
}

.text-color2 {
	color: #C0C0C0 !important;
}

.txt-hover:hover,
.txt-hover:focus {
	color: #a9a9a9;
}

.width-30 {
	width: 30%;
}

.width-40 {
	width: 40%;
}

.width-50 {
	width: 50%;
}

.width-70 {
	width: 70%;
}

.width-60 {
	width: 60%;
}

.flexbox {
	display: -webkit-box;
	display: flex;
}

.flexbox .element {
	height: 100%;
}

.header-bottom {
	background-color: #fff;
	padding: 5px 100px;
	position: relative;
	box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.09019607843137255);
}

.logo {
	display: inline-block;
	margin: 5px auto;
}

.logo .img-fluid {
	max-width: 100%;
	width: 150px;
}

.mobile-menu {
	display: none;
}

.nav-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-align: center;
	white-space: nowrap;
	flex-shrink: 0;
}

.navigation>li {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-right: -4px;
}

.navigation>li:last-child {
	margin-right: 0;
}

.navigation li.dropdown>.dropdown-menu {
	opacity: 0;
	position: absolute;
	top: 130%;
	left: 0;
	width: 250px;
	z-index: 999;
	background-color: #ff8daa;
	visibility: hidden;
	border-radius: 0;
	box-shadow: none;
	border: 0;
	padding: 0;
	margin: 0;
	border-bottom: 3px solid #9a9a9a;
	transition: all 500ms ease;
	display: block;
}

.navigation li.dropdown>.dropdown-menu li {
	border-bottom: 1px solid #e6e6e6;
	margin-right: 0;
}

.navigation li.dropdown>.dropdown-menu li:last-child {
	border-bottom: none;
}

.navigation li.dropdown>.dropdown-menu li a {
	background-color: #ffffff;
	padding: 10px 15px;
	color: #000;
}

.navigation li.dropdown:hover>.dropdown-menu {
	top: 100%;
	opacity: 1;
	visibility: visible;
}

.navigation>li:first-child {
	display: none;
}

.navigation a {
	font-size: 17px;
	font-weight: 600;
	letter-spacing: -2%;
	padding-left: 17px;
	padding-right: 17px;
	text-transform: capitalize;
	overflow: hidden;
	position: relative;
	display: block;
	color: #000;
	padding: 0px 25px;
	transition: all 500ms ease 0s;
}

.navigation a:hover,
.navigation a:focus,
.navigation a:active {
	color: #254583;
}

.navigation li.dropdown>a {
	padding-right: 35px;
}

.navigation>li.dropdown>a:after {
	font-family: "bootstrap-icons";
	content: "\F282";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 12px;
	/*    display: block;*/
	font-size: 14px;
	transition: all 500ms ease 0s;
}

.navigation li:hover a,
.navigation li:focus a,
.navigation li.active a {
	color: #254583;
}

.navigation li.dropdown>.dropdown-menu li a:hover,
.navigation li.dropdown>.dropdown-menu li a:focus,
.navigation li.dropdown>.dropdown-menu li.active a {
	color: #fff;
	background-color: #000;
}

.contact-icon {
	width: 50px;
	height: 50px;
	background: #254583;
	border-radius: 50%;
	line-height: 50px;
	text-align: center;
}

.contact-btn .flexicon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 15px;
	white-space: nowrap;
	flex-shrink: 0;
}

.contact-btn i {
	font-size: 25px;
	color: #fff;
	margin-bottom: -5px;
}

.footer-widget .contact-btn i {
	font-size: 22px;
}

.contact-btn p {
	font-size: 12px;
	text-transform: uppercase;
	line-height: 1;
	font-weight: 700;
	color: #000;
	text-align: left;
	margin-bottom: 8px;
}

.contact-btn .contact-content a {
	color: #000;
	font-weight: 700 !important;
	text-decoration: none;
}

.right-contact-wrap {
	display: flex;
	gap: 5.5rem;
	align-items: center;
	margin-left: auto;
}

.large-btn {
	border-radius: 10px;
	display: inline-block;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: -2%;
	padding: 20px 35px;
	text-transform: capitalize;
	background: linear-gradient(135deg, #244a87, #244886, #4379ad);
	border: 1px solid #244986;
	color: #fff;
}

.large-btn:hover,
.large-btn:focus,
.large-btn:active {
	color: #eaeaea;
}

.slider-wrapper {
	position: relative;
}

.slider-wrapper .carousel-caption {
	position: absolute;
	right: 15%;
	bottom: auto;
	left: 15%;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	color: #fff;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
}

.fs-70 {
	font-size: 70px;
}

.list1 li,
.list2 li,
.areas-list li {
	padding: 0px 0 15px 26px;
	position: relative;
}

.list1 li:before,
.list2 li:before,
.areas-list li:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '\F133';
	font-family: "bootstrap-icons";
	font-size: 18px;
	color: #292a60;
}

.areas-list li:before {
	content: '\F3E7';
}

.list2 li:before {
	color: #ca4421;
}

.list3 {
	margin-left: 16px;
}

.list3 li {
	list-style-type: decimal;
	padding-bottom: 18px;
}

.parallax {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.parallax .container,
.parallax .container-xxl,
.parallax .container-fluid,
.parallax .container-auto {
	position: relative;
	z-index: 1;
}

.overlap {
	position: relative;
}

.overlap:before,
.overlap1:before,
.overlap2:before {
	background-color: rgba(41, 42, 96, 0.85);
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.overlap1:before {
	background-color: rgba(0, 0, 0, 0.7);
}

.overlap2:before {
	background-color: rgb(55 57 60 / 80%);
}

.widget-title {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 40px;
}

.icon-container {
	width: 20px;
	transform: rotate(0deg) scaleX(1) scaleY(1);
}

.widget-title a:hover {
	color: #a9a9a9;
}

.footer-menu li a {
	position: relative;
	padding: 2px 0 2px 20px;
	display: inline-block;
	color: #fff;
}

.footer-menu li a:before {
	position: absolute;
	top: 2px;
	left: 0;
	content: '\F231';
	font-family: 'bootstrap-icons';
}

.footer-links {
	display: block;
	color: #fff;
}

.footer-menu li a:hover,
.footer-links a:hover {
	color: #a9a9a9;
}

.navigation li.dropdown>.dropdown-menu.child-dropdown {
	top: 0;
	left: 100%;
	padding: 15px;
}

.pre-headline {
	color: #254583;
	font-size: 14px;
	font-weight: 800;
	line-height: 2;
	letter-spacing: 18%;
	text-transform: uppercase;
	margin-bottom: 1.5rem;
}

.heading-h2 {
	font-size: 32px;
	color: #000000;
	font-weight: 700;
	line-height: 1.2;
	max-width: 880px;
	margin: 0 auto 25px;
}

.heading_breakline {
	position: relative;
	width: 200px;
	height: 2px;
	margin: 0 auto;
}

.heading_breakline::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 20px;
	height: 20px;
	background: #254583;
	border-radius: 50%;
	z-index: 1;
	border: 7px solid #fff;
}

.heading_breakline::after {
	content: "";
	position: absolute;
	width: 150px;
	height: 2px;
	background: #000;
	left: 50%;
	transform: translateX(-50%);
}

.d-flex-big-li {
	background-color: #f2f2f2;
	border-radius: 15px;
	padding: 25px;
	display: flex;
	gap: 30px;
	align-items: center;
}

.big-li .iconli-inner,
.vertical-box .iconli-inner {
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: linear-gradient(135deg, #244a87, #244886, #4379ad);
	border-radius: 50%;
}

.big-li .iconli-inner i,
.vertical-box .iconli-inner i {
	font-size: 28px;
	color: #000;
}

.text-left-inner .top-rated {
	justify-content: start;
}

.formwrap {
	background-color: #fff;
	border-radius: 0;
	padding: 40px;
	margin-bottom: -100px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.formwrap .form-control {
	color: #383838;
  font-size: 15px;
  background-color: transparent;
  border-bottom: 1px solid #000000;
  letter-spacing: -2%;
  font-weight: 500;
  font-family: Montserrat, sans-serif;
  padding: 10px;
  border-radius: 0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.formwrap .form-control:focus{
	box-shadow: none;
	border-bottom: 1px solid #7ccaee;
}
.content-li h3 {
	font-size: 20px;
}
.textlight-blue{
    color: #93aee1;
}
.submit-icon {
	display: none;
}

.submit-icon.rotating-show {
	display: inline-block;
	vertical-align: middle;
}

@-webkit-keyframes rotating

/* Safari and Chrome */
	{
	from {
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes rotating {
	from {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.rotating {
	-webkit-animation: rotating 2s linear infinite;
	-moz-animation: rotating 2s linear infinite;
	-ms-animation: rotating 2s linear infinite;
	-o-animation: rotating 2s linear infinite;
	animation: rotating 2s linear infinite;
}

.central-iconpatch {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.vertical-box-flex {
	display: flex;
	flex-direction: column;
	gap: 21px;
}

.vertical-box {
	border-radius: 20px;
	padding: 30px 50px;
	min-height: 373px;
	background-color: #ffffff;
	display: flex;
	align-items: center;
}

.vertical-box h3 {
	font-size: 25px;
	line-height: 1.1;
	letter-spacing: -5%;
	margin-bottom: 0;
}

.vertical-box .iconli-inner {
	width: 80px;
	height: 80px;
	line-height: 80px;
}

.vertical-box .iconli-inner i {
	font-size: 40px;
}

.vertical-box.activebox {
	color: #ffffff;
	background: linear-gradient(135deg, #244a87, #244886, #4379ad);
}

.vertical-box.activebox h3 {
	color: #fff;
}

.vertical-box.activebox .iconli-inner {
	background: #fff;
}

.arrow-block-group {
	flex-wrap: nowrap;
	display: flex;
	justify-content: center;
	font-size: 25px;
	font-weight: 600;
	letter-spacing: -2%;
	line-height: 1;
	gap: 25px;
	justify-content: center;
	margin: 50px 15px;
}

.arrow-block-group p {
	font-size: 22px;
}

.hero {
	position: relative;
	background: url('../images/bg1.jpg') no-repeat center/cover;
	display: flex;
	align-items: center;
	padding: 0 60px;
	color: #fff;
}

.p-lg-custom {
	padding-top: 80px !important;
	padding-bottom: 80px !important;
}

/* Dark green overlay */
.overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to right, rgb(20 23 26 / 84%) 40%, rgba(0, 50, 20, 0.4) 70%, rgba(0, 50, 20, 0) 100%);
}

/* Content */
.hero-content {
	position: relative;
	max-width: 600px;
	z-index: 2;
}

.hero-content .pre-headline,
.hero .heading-h2 {
	color: #fff;
}

/* Features list */
.featureslist {
	list-style: none;
	padding: 0;
	margin-bottom: 20px;
}

.featureslist li {
	padding-top: 25px;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	padding-bottom: 25px;
	border-bottom: 1px solid #ddd;
}

.featureslist li span {
	display: inline-block;
	margin-right: 10px;
	font-size: 22px;
	color: #254583;
	font-weight: 600;
}

.simple {
	margin-bottom: 25px;
	color: #c0c0c0;
}

/* Top header */
.top-rated {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
}

.check {
	background: #2e8b57;
	color: #fff;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.top-rated h2 {
	margin: 0;
	font-size: 22px;
}

.rating {
	font-weight: bold;
}

.start_h_line .heading_breakline {
	width: 160px;
	height: 2px;
	margin: 0;
}

.card {
	background: #eaeaea;
	padding: 20px;
	border-radius: 15px;
	text-align: left;
	position: relative;
	min-height: 230px;
}

.card-header {
	display: flex;
	align-items: center;
	gap: 10px;
	position: relative;
	flex-shrink: 0;
	white-space: nowrap;
}

.avatar {
	width: 45px;
	height: 45px;
	background: #0b3d2e;
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
}

.card h3 {
	margin: 0;
	font-size: 18px;
}

.verify {
	position: absolute;
	right: 0;
	top: 5px;
	background: #2e8b57;
	color: #fff;
	font-size: 12px;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	text-align: center;
	line-height: 45px;
}

.stars {
	color: #f5a623;
	font-size: 14px;
}

.card p {
	font-size: 14px;
	color: #333;
	margin: 15px 0;
}

.card a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

.card a:hover {
	text-decoration: underline;
}

.accordion-item {
	border: none;
	margin-bottom: 12px;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.accordion-button {
	background: #f5f6f8;
	color: #333;
	font-weight: 600;
	padding: 18px;
	transition: all 0.3s ease;
}

.accordion-button:focus {
	box-shadow: none;
}

.accordion-button:hover {
	background: #254583;
	color: #fff;
}

.accordion-button:not(.collapsed) {
	background: linear-gradient(135deg, #0d6efd, #0a58ca);
	color: #fff;
}

.accordion-button.custom-icon::after {
	background-image: none !important;
	/* remove Bootstrap arrow */
	content: "";
	font-family: bootstrap-icons;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	background: #254583;
	border-radius: 50%;
	transition: all 0.3s ease;
}

.gradient-text {
	background: linear-gradient(135deg, #244a87, #244886, #4379ad);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.accordion-button.custom-icon.collapsed::after {
	content: "\f4fe";
	/* bi-plus */
	color: #fff;
}

.accordion-button.custom-icon:not(.collapsed)::after {
	content: "\f2ea";
	/* bi-dash */
	color: #254583;
	background: #fff;
}

.accordion-button:not(.collapsed) {
	background: linear-gradient(135deg, #244a87, #244886, #4379ad);
	color: #fff;
}

.accordion-body {
	background: #ffffff;
	color: #555;
	padding: 20px;
	line-height: 1.6;
}

.bg-light-2 {
	background-color: #f2f2f2;
}

.img-thumbnail-custom {
	border-radius: 20px;
}

.hero-section {
	background: #f2f2f2;
	border-radius: 20px;
	overflow: hidden;
}

.hero-left {
	padding: 60px;
}

.hero-title span {
	color: #f04a17;
}

.hero-title {
	font-size: 42px;
	font-weight: 700;
	color: #0b3d2e;
}

.hero-desc {
	color: #555;
	max-width: 400px;
}

.dot-line {
	display: flex;
	align-items: center;
	margin: 20px 0;
}

.dot {
	width: 6px;
	height: 6px;
	background: #f04a17;
	border-radius: 50%;
	margin-right: 10px;
}

.line {
	width: 80px;
	height: 2px;
	background: #ccc;
}

.hero-img {
	height: 100%;
	object-fit: cover;
}

.cta-wrapper {
	background-color: #fff;
	border-top-right-radius: 20px;
	padding: 15px 15px 15px 0;
	gap: 1.5rem;
	max-width: 1000px;
	position: relative;
	z-index: 2000;
	top: -50px;
}

.cta-box {
	border-radius: 20px;
	padding: 25px;
	color: #fff;
}

.cta-orange {
	background: #D3D3D3;
}

.cta-green {
	background: #254583;
}

.cta-title {
	font-size: 14px;
	color: #000;
	font-weight: 500;
}

.cta-main {
	font-size: 22px;
	color: #000;
	font-weight: 700;
}

.cta-icon {
	width: 45px;
	height: 45px;
	background: #fff;
	color: #000;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer.overlap:before {
	background-color: rgb(242 242 242);
}

.footer-widget .list1 li {
	margin-bottom: 6px;
}

.footer-widget .list1 li a {
	font-size: 17px;
	color: #000;
	font-weight: 600;
}

.footer-widget .list1 li:before {
	color: #254583;
}

.footer-widget .contact-btn .contact-content a,
.footer-widget .contact-btn p {
	color: #000;
}

.footer-widget.logo-justify a {
	display: block;
	margin: 0 auto;
}

.line-bothside {
	position: relative;
	padding-left: 60px;
}

.line-bothside:before {
	position: absolute;
	content: '';
	height: 100%;
	width: 1px;
	background: #848484;
	right: 0;
	top: 0;
}

.line-bothside:after {
	position: absolute;
	content: '';
	height: 100%;
	width: 1px;
	background: #848484;
	left: 0;
	top: 0;
}

.logo-justify img {
	width: 140px;
}


/* ============================================================== */
.home-parallax {
	position: relative;
	overflow: hidden;
	/*padding: 300px 0;*/
}

.home-parallax .container-fluid {
	position: relative;
	z-index: 9;
}

.sub-banner-overlay {
	background: rgba(0, 0, 0, 0.568);
	width: 100%;
	height: 100%;
	position: absolute;
}

.parallax-window {
	height: 450px;
	background: transparent;
	display: table;
	width: 100%;
}

.home-slide {
	text-align: center;
	position: relative;
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}

.parallax-fixed {
	background-attachment: fixed;
}

.home-parallax h1 {
	font-size: 48px;
	line-height: 60px;
	margin-bottom: 20px;
}

.inner-box {
	padding: 50px;
	background-image: url(../images/slider/banner-bg.jpg);
	background-size: cover;
	outline: 2px solid #fff;
	outline-offset: -20px;
}
.inner-box,.inner-box h2{
	color: #fff;
}
.inner-box1 {
	padding: 30px;
	border: 2px solid #62abce;
	outline: 2px solid #62abce;
	outline-offset: -13px;
}

.margin-left-custom {
	margin-left: -80px;
	border: 8px solid #fff;
}

.margin-right-custom {
	margin-right: -80px;
	border: 8px solid #fff;
	position: relative;
}


.contact-wrap1 {
	text-align: center;
}

.contact-wrap1 .address-icon-holder1 {
	float: none;
	margin: auto;
	position: relative;
	z-index: 1;
	color: #fff;
	border: 5px solid #ffffff;
	box-sizing: border-box;
	width: 80px;
	height: 80px;
	line-height: 70px;
	background-color: #254583;
	border-radius: 50%;
	font-size: 1.6em;
}

.contact-wrap1 .address-icon-holder1:before {
	display: none;
}

.contact-wrap1 .address-content1 {
	background-color: transparent;
	border: 1px solid #f0f0f0;
	padding: 60px 20px 20px;
	margin-top: -40px;
	height: 170px;
	border-radius: 10px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.contact-wrap1 .address-content1 strong {
	font-size: 18px;
}

.footer-link {
	padding: 20px 15px;
	text-align: center;
	background: #254583;
	color: #fff;
}

.site-map-list li {
	border-left: 1px solid #dfdfdf;
	padding: 10px 0 10px 30px;
	position: relative;
}

.site-map-list li:before {
	position: absolute;
	top: 20px;
	left: 0;
	width: 20px;
	height: 1px;
	background-color: #dfdfdf;
	content: '';
}

.site-map-list li>ul.child-menu {
	margin: 10px 0 10px 20px;
}


/* Responsive */
@media (max-width: 768px) {
	.hero-left {
		padding: 30px;
	}

	.hero-title {
		font-size: 28px;
	}
}

/* col-xxl */

@media (min-width: 1200px) and (max-width:1700px) {
	.navigation a {
		padding: 0px 15px;
	}

	.right-contact-wrap .large-btn {
		padding: 20px 15px;
		font-size: 15px;
	}

	.right-contact-wrap {
		display: flex;
		gap: 3.5rem !important;
		justify-content: end;
	}
}

/* col-xl */
@media (min-width: 1200px) and (max-width:1400px) {
	.header-bottom {
		padding: 2px 20px;
	}

	.right-contact-wrap {
		gap: 2.5rem;
	}

	.right-contact-wrap .large-btn {
		padding: 20px 15px;
		font-size: 15px;
	}

	.logo .img-fluid {
		width: 120px;
	}

	.inner-box {
		padding: 33px;
		outline-offset: -18px;
	}
}

/* col-lg */
@media (min-width: 992px) and (max-width:1200px) {
	.header-bottom {
		padding: 12px 20px;
	}

	.right-contact-wrap {
		gap: 1.5rem;
	}

	.right-contact-wrap .large-btn {
		padding: 20px 15px;
		font-size: 15px;
	}

	.footer-widget .contact-btn .contact-content a,
	.footer-widget .contact-btn p {
		font-size: 12px;
	}

	.footer-widget.logo-justify h5 {
		font-size: 16px;
	}

	.cta-wrapper {
		top: 0;
	}
}

/*for mobile to small tab */
@media (min-width: 220px) and (max-width:991px) {
	.mobile-menu {
		display: inline-block;
		font-size: 20px;
		background: #fff;
		padding: 8px 20px;
		color: #254583;
		border: 1px solid #254583;
		cursor: pointer;
		margin: 0 auto;
		text-align: left;
	}

	.mobile-menu i {
		float: none;
	}

	.nav-wrapper {
		position: fixed;
		top: 0;
		right: -300px;
		width: 255px;
		height: 100%;
		overflow-x: scroll;
		z-index: 999;
		border-radius: 0;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		background-color: #221e1f;
		padding: 0;
		display: block;
		align-items: inherit;
		justify-content: space-between;
		text-align: inherit;
		white-space: inherit;
		flex-shrink: inherit;
	}

	.navigation {
		text-align: left;
	}

	.nav-wrapper.open {
		right: 0;
	}

	.navigation>li {
		display: block;
		margin: 0;
		border-bottom: 1px solid #333;
	}

	.navigation>li:first-child {
		display: block;
	}

	.navigation>li:before {
		display: none;
	}

	.navigation li a {
		padding: 10px 20px;
		color: #fff;
		text-transform: none;
	}

	.navigation li:hover>a,
	.navigation li:focus>a,
	.navigation li.active>a {
		background-color: #254583;
		color: #ffffff;
	}

	.navigation>li.dropdown>a:after {
		right: 20px;
	}

	.navigation li.dropdown>.dropdown-menu,
	.navigation li.dropdown:hover>.dropdown-menu {
		position: static;
		top: 0;
		visibility: visible;
		opacity: 1;
		width: 100%;
		float: none;
	}

	.navigation li.dropdown>.dropdown-menu li a {
		padding: 10px 10px 10px 30px;
	}

	.fixed-top {
		position: static;
	}

	.header-bottom {
		padding: 10px 20px;
	}

	.right-contact-wrap {
		justify-content: space-between;
	}

	.formwrap {
		margin-top: 20px;
	}

	.m-parallax-bg {
		background-image: none !important;
	}

	.vertical-box {
		padding: 15px;
	}

	.card {
		min-height: auto;
		margin-bottom: 15px;
	}

	.margin-left-custom {
		margin-left: 0;
	}

	.margin-right-custom {
		margin-right: 0;
	}

	.home-parallax h1 {
		font-size: 35px;
		line-height: 45px;
	}
	.formwrap{
		margin-bottom: 0;
	}
}

/* col-md */
@media (min-width: 768px) and (max-width:991px) {

	/* .right-contact-wrap .large-btn{
		dine;
	} */
	.logo {
		display: block;
		margin: 5px auto 25px auto;
		text-align: center;
	}

	.logo .img-fluid {
		max-width: 100%;
		width: 180px;
		margin: 0 auto;
	}

	.right-contact-wrap {
		justify-content: start;
	}

	.line-bothside {
		padding-left: 0;
	}

	.footer-widget.logo-justify {
		margin-bottom: 30px;
	}

	.line-bothside:before,
	.line-bothside:after {
		display: none;
	}

	.cta-wrapper {
		top: 0;
		padding: 15px 0 15px 0;
	}

	.cta-main {
		font-size: 18px;
	}

	.widget-title {
		margin-bottom: 20px;
	}

	.vertical-box {
		min-height: 303px;
	}

	.vertical-box h3 {
		font-size: 19px;
		line-height: 28px;
	}
}

/* for all mobile */
@media (min-width: 220px) and (max-width:767px) {
	.right-contact-wrap {
		justify-content: space-between;
	}

	.right-contact-wrap {
		display: block;
	}

	.right-contact-wrap .contact-btn {
		margin-top: 15px;
		margin-bottom: 10px;
	}

	.contact-btn .flexicon {
		justify-content: center;
	}

	.right-contact-wrap .top-btnwrap {
		margin-bottom: 25px;
		text-align: center;
	}

	.mobile-menu {
		display: block;
	}

	.mobile-menu i {
		float: right;
	}

	.vertical-box {
		min-height: auto;
	}

	.vertical-box.activebox {
		margin-bottom: 20px;
		margin-top: 20px;
	}

	.arrow-block-group {
		display: block;
	}

	.wp-block-outermost-icon-block {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.p-lg-custom {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}

	.cta-wrapper {
		top: 0
	}

	.icon-container {
		transform: rotate(90deg) scaleX(1) scaleY(1);
	}

	.footer-widget .contact-btn .contact-content a {
		font-size: 16px;
	}

	.footer-widget .contact-icon {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	.footer-widget .contact-btn i {
		font-size: 16px;
	}

	.footer-widget .contact-btn .flexicon {
		gap: 15px;
		justify-content: start;
	}

	.line-bothside:before,
	.line-bothside:after {
		display: none;
	}

	.footer-widget {
		margin-top: 35px;
	}

	.widget-title {
		margin-bottom: 20px
	}

	.logo {
		text-align: center;
		display: block;
	}

	.line-bothside {
		padding-left: 0;
	}

}

/* col-sm  */
@media (min-width: 576px) and (max-width:767px) {
	.logo {
		text-align: center;
		display: block;
	}

	.card {
		min-height: auto;
		margin-bottom: 15px;
	}

	.arrow-block-group {
		display: flex;
	}
}

/* col-xs */
@media (min-width: 220px) and (max-width:575px) {
	.d-flex-big-li {
		display: block;
	}

	.d-flex-big-li .icon-li {
		margin-bottom: 25px;
	}

	.big-li .iconli-inner {
		margin: 0 auto;
	}

	.content-li {
		text-align: center;
	}

	.large-btn {
		font-size: 15px;
		padding: 20px 13px;
	}

	.top-rated h2 {
		font-size: 10px;
	}

	.card-header {
		display: block;
	}

	.avatar {
		margin-bottom: 15px;
	}

	.verify {
		position: absolute;
		right: 0;
		top: 0;
		background: #2e8b57;
		color: #fff;
		font-size: 12px;
		width: 35px;
		height: 35px;
		border-radius: 0;
		text-align: center;
		line-height: 35px;
	}

	.card {
		min-height: auto;
		margin-bottom: 15px;
	}

	.accordion-inner {
		margin-top: 25px;
	}

	.cta-main {
		font-size: 15px;
	}

	.cta-box {
		gap: 5px;
		padding: 15px;
	}

	.formwrap {
		padding: 20px;
	}

	.heading-h2 {
		font-size: 22px;
	}

	.footer-widget .contact-btn .flexicon {
		gap: 15px;
		justify-content: start;
	}

	.parallax-window {
		height: 300px;
	}

	.home-parallax h1 {
		font-size: 26px;
		line-height: 35px;
	}
}

@media (min-width: 220px) and (max-width:400px) {

	.footer-widget .contact-btn .flexicon {
		gap: 5px;
		justify-content: start;
	}

	.footer-widget .contact-btn .contact-content a {
		font-size: 13px;
	}

	.footer-widget .contact-icon {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	.footer-widget .contact-btn i {
		font-size: 15px;
	}

	.inner-box {
		padding: 21px;
		outline: 2px solid #fff;
		outline-offset: -10px;
	}

	.margin-left-custom {
		border: 2px solid #fff;
	}

	.margin-right-custom {
		border: 2px solid #fff;
	}
}