/*1. Animate css, 2. Smartmenus css, 3. Slick css, 4. Reset css, 5. Core css, 6. custom css*/

/* =================animate css starts here================= */
.animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
@-webkit-keyframes fadeIn {
	from { opacity: 0; }
	to { opacity: 1; }
}
@keyframes fadeIn {
	from { opacity: 0; }
	to { opacity: 1; }
}
.fadeIn { -webkit-animation-name: fadeIn; animation-name: fadeIn; }
@-webkit-keyframes fadeInUp {
	from { opacity: 0; -webkit-transform: translate3d(0, 50px, 0); transform: translate3d(0, 50px, 0); }
	to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}
@keyframes fadeInUp {
	from { opacity: 0; -webkit-transform: translate3d(0, 50px, 0); transform: translate3d(0, 50px, 0); }
	to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}
.fadeInUp { -webkit-animation-name: fadeInUp; animation-name: fadeInUp; }
@-webkit-keyframes fadeInLeft {
	from { opacity: 0; -webkit-transform: translate3d(50px, 0px, 0); transform: translate3d(50px, 0px, 0); }
	to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}
@keyframes fadeInLeft {
	from { opacity: 0; -webkit-transform: translate3d(50px, 0px, 0); transform: translate3d(50px, 00px, 0); }
	to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}
.fadeInLeft { -webkit-animation-name: fadeInLeft; animation-name: fadeInLeft; }
@-webkit-keyframes fadeInDown {
	from { opacity: 0; -webkit-transform: translate3d(0, -50px, 0); transform: translate3d(0, -50px, 0); }
	to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}
@keyframes fadeInScale {
	from { opacity: 0; -webkit-transform: scale(.6); transform: scale(.6); }
	to { opacity: 1; -webkit-transform: scale(1); transform: scale(1); }
}
.fadeInScale { -webkit-animation-name: fadeInScale; animation-name: fadeInScale; }
@-webkit-keyframes fadeInRight {
	from { opacity: 0; -webkit-transform: translate3d(-50px, 0px, 0); transform: translate3d(-50px, 0px, 0); }
	to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}
@keyframes fadeInRight {
	from { opacity: 0; -webkit-transform: translate3d(-50px, 0px, 0); transform: translate3d(-50px, 00px, 0); }
	to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}
.fadeInRight { -webkit-animation-name: fadeInRight; animation-name: fadeInRight; }

/* main#main { overflow: hidden; } */

/* =================animate css ends here================= */:root { --primary-color: #0077B7; --secondry-color: #fee74a; --dark-color: #161c2d; --text-color: #FFFFFFBF; }

/* =================smartmenus css start here================= */
.navbar-nav.sm-collapsible .sub-arrow { position: absolute; top: 50%; right: 0; margin: -0.7em 0.5em 0 0; border: 1px solid rgba(0, 0, 0, .1); border-radius: .25rem; padding: 0; width: 2em; height: 1.4em; font-size: 1.25rem; line-height: 1.2em; text-align: center; }
.navbar-nav.sm-collapsible .sub-arrow::before { content: '+'; }
.navbar-nav.sm-collapsible .show>a>.sub-arrow::before { content: '-'; }
.navbar-dark .navbar-nav.sm-collapsible .nav-link .sub-arrow { border-color: rgba(255, 255, 255, .1); }
.navbar-nav.sm-collapsible .has-submenu { padding-right: 3em; }
.navbar-nav.sm-collapsible .nav-link, .navbar-nav.sm-collapsible .dropdown-item { position: relative; }
.navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow { display: inline-block; width: 0; height: 0; margin-left: .255em; vertical-align: .255em; border-top: .3em solid; border-right: .3em solid transparent; border-left: .3em solid transparent; }
.fixed-bottom .navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow, .fixed-bottom .navbar-nav:not(.sm-collapsible):not([data-sm-skip]) .dropdown-toggle::after { border-top: 0; border-bottom: .3em solid; }
.navbar-nav:not(.sm-collapsible) .dropdown-item .sub-arrow, .navbar-nav:not(.sm-collapsible):not([data-sm-skip]) .dropdown-menu .dropdown-toggle::after { position: absolute; top: 50%; right: 0; width: 0; height: 0; margin-top: -.3em; margin-right: 1em; border-top: .3em solid transparent; border-bottom: .3em solid transparent; border-left: .3em solid; }
.navbar-nav:not(.sm-collapsible) .dropdown-item.has-submenu { padding-right: 2em; }
.navbar-nav .scroll-up, .navbar-nav .scroll-down { position: absolute; display: none; visibility: hidden; height: 20px; overflow: hidden; text-align: center; }
.navbar-nav .scroll-up-arrow, .navbar-nav .scroll-down-arrow { position: absolute; top: -2px; left: 50%; margin-left: -8px; width: 0; height: 0; overflow: hidden; border-top: 7px solid transparent; border-right: 7px solid transparent; border-bottom: 7px solid; border-left: 7px solid transparent; }
.navbar-nav .scroll-down-arrow { top: 6px; border-top: 7px solid; border-right: 7px solid transparent; border-bottom: 7px solid transparent; border-left: 7px solid transparent; }
.navbar-nav.sm-collapsible .dropdown-menu .dropdown-menu { margin: .5em; }
.navbar-nav:not([data-sm-skip]) .dropdown-item { white-space: normal; }
.navbar-nav:not(.sm-collapsible) .sm-nowrap>li>.dropdown-item { white-space: nowrap; }

/* =================smartmenus css ends here================= */

/* =================slick css ends here================= */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; margin-left: auto; margin-right: auto; }
.slick-track:before, .slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; }
.slick-slide img { display: block; width: 100% }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }
.slick-prev, .slick-next { z-index: 98; font-size: 0; line-height: 0; position: absolute; top: 50%; display: block; float: left; padding: 0; margin-top: -25px\9;    /*lte IE 8*/ -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); cursor: pointer; color: transparent; border: none; outline: none; background: #0077b761; width: 38px; height: 38px; border-radius: 50%; }
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { color: transparent; outline: none; background: #0077b791; }
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before { opacity: 1; }
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: .3; }
.slick-prev:before, .slick-next:before { font-family: 'font Awesome 5 Free'; font-weight: 900; font-size: 20px; line-height: 1; opacity: 0.9; color: #fff; text-shadow: 0 5px 5px rgba(0, 0, 0, 0.2); -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; background: transparent; border-radius: 50%; display: inline-block; padding: 0; }
.slick-prev { left: 15px; }
.slick-prev:before { content: "\f053"; }
.slick-next { right: 15px; }
.slick-next:before { content: "\f054"; }
.slick-slider { margin-bottom: 0; padding-bottom: 35px; }
.slick-dots { position: absolute; bottom: 0; display: block; width: 100%; padding: 0; list-style: none; text-align: center; vertical-align: top; }
.slick-dots li { position: relative; display: inline-block; margin: 0 0px; padding: 0; text-align: center; cursor: pointer; vertical-align: top; }
.slick-dots li button { font-size: 0; line-height: 0; display: inline-block; width: 10px; height: 10px; padding: 0; cursor: pointer; color: transparent; border: 0; outline: none; background: #0445a5; opacity: .5; border-radius: 50%; vertical-align: top; margin: 5px 4px; }
.slick-dots li.slick-active button, .slick-dots li:hover button { opacity: 1; }
.white-dots .slick-dots li button { border-color: #fff; background: #fff; opacity: 0.4; }
.white-dots .slick-dots li.slick-active button, .white-dots .slick-dots li:hover button { background-color: #fff; opacity: 1; }

/* =================slick css end here=================  */

/* =================reset css starts here=================  */
* { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6, p, ul, li, body, html, form, fieldset { margin: 0; padding: 0; outline: none; border: 0 }
a { text-decoration: none; border: 0; outline: 0; }
ul { list-style: none; }
a:focus, input:focus, textarea:focus, *:focus { outline: 0 !important; }

/* =================reset css ends here================= */

/* =================core css starts here================= */
body { font-size: 16px; line-height: 24px; padding-top: 80px; font-weight: 400; font-family: "Quicksand", sans-serif; color: #000; background: #fff; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.container { width: 100%; max-width: 1240px; padding: 0px 15px; }
a, input, button { display: inline-block; text-decoration: none; color: inherit; outline: none; transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; }
a img { border: 0px none; }
a:hover { outline: none; color: var(--primary-color); text-decoration: none; }
a:active { outline: none; text-decoration: none; }
a:focus { outline: none; outline-offset: 0px; text-decoration: none; color: inherit; }
::-webkit-input-placeholder { color: #000; opacity: 0.5; }
::-moz-placeholder { color: #000; opacity: 0.5; }
:-moz-placeholder { color: #000; opacity: 0.5; }
:-ms-input-placeholder { color: #000; opacity: 0.5; }
.os-animation { opacity: 0; }
.os-animation.animated { opacity: 1; }
img { max-width: 100%; border: 0; height: auto; }
h1, h2, h3, h4, h5, h6 { margin: 0px; padding: 0px; margin-bottom: 24px; line-height: 1.2; font-weight: 700; color: inherit; }
h1 { font-size: 58px; }
h2 { font-size: 48px; }
h3 { font-size: 40px; }
h4 { font-size: 30px; }
h5 { font-size: 26px; }
h6 { font-size: 22px; }
p { margin: 0px; padding: 0px; margin-bottom: 18px; font-weight: 400; font-size: 15px; color: #707070; font-weight: 500; }
strong { font-weight: 700; }
b { font-weight: 400; }
p:last-child { margin-bottom: 0; }
.btn { border-radius: 50px; font-weight: 600; padding: 8px 20px 9px; min-width: 140px; font-size: 14px; position: relative; line-height: 18px; box-shadow: none; transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; }
.btn-default, .btn-default:focus { color: #fff; background-color: var(--primary-color); border: solid 1px var(--primary-color); }
.btn.btn-danger { min-width: 90px; }
.btn-lg { height: 50px; padding-right: 60px; border: solid 1px #bababa !important; }
.btn.btn-lg span { width: 50px; height: 50px; }
.btn-default:hover, .btn-default:active { background: #0486cd; color: #fff; border-color: #0486cd; }
.btn-primary, .btn-primary:focus { color: var(--dark-color); background-color: var(--secondry-color); border: solid 1px var(--secondry-color); }
.btn-primary:hover, .btn-primary:active { color: var(--dark-color); background-color: var(--secondry-color); border-color: var(--secondry-color); }
.btn.btn-block { min-width: 100%; }

/*.btn+.btn { margin-left: 25px; }*/
.btn span { width: 40px; transition: all .3s ease-in; border: 1px solid #fff; height: 40px; display: inline-block; position: absolute; background: #0445a5; border-radius: 50%; color: #fff; display: flex; align-items: center; justify-content: center; right: -0.1px; transform: rotate(-45deg); top: -0.5px; }
.btn:hover span { transform: rotate(0deg); }
a.btn.btn-primary { position: relative; }
ul:not([class]) { list-style: none; margin-bottom: 15px; text-align: left; line-height: 22px; }
ul:not([class])>li { padding-left: 16px; position: relative; margin-bottom: 14px; font-size: 15px; font-weight: 300; }
ul:not([class])>li:last-child { margin-bottom: 0; }
ul:not([class])>li:before { content: ''; position: absolute; left: 2px; top: 10px; background: #000; height: 5px; width: 5px; border-radius: 50%; }
.grey-bg { background: #f5f5f5; }
.dark-bg { background: #0a3f87; }

/* =================core css ends here================= */

/* ================= Header Start ================= */
#header { color: #333; background: #fff; position: fixed; left: 0; border-bottom: 1px solid #ffffff52; top: 0; right: 0; padding: 0; z-index: 9999; transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; display: flex; align-items: center; }
.fixed #header { box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1); }
.navbar { padding: 0; width: 100%; height: 80px; }
.fixed #header .navbar-brand { width: 80px; margin: 0; }
.navbar-brand { width: 120px; padding: 0; margin: 0; position: relative; z-index: 999; margin-top: 50px; }
.navbar-expand-xl .navbar-nav .nav-item { margin: 0 15px; }
.navbar-expand-xl .navbar-nav .nav-link { font-size: 16px; line-height: 80px; font-weight: 600; color: var(--dark-color); padding: 0; margin: 0; }
.dropdown-toggle::after { display: none; }
.navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow {    /* display: none; */ }
.nav-inside { width: 100%; padding: 0; }
.header-right { margin-left: 15px; }
.nav-inside-content { padding: 30px 0; }
@media only screen and (min-width:1200px) {
	.navbar-nav>li>.dropdown-menu { display: block !important; top: 100% !important; margin-top: 10px !important; opacity: 0; visibility: hidden; color: #fff; min-width: 250px; box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2); border: 0; border-radius: 0; transition: all 0.1s ease-in; -moz-transition: all 0.1s ease-in; -webkit-transition: all 0.1s ease-in; }
	.dropdown:hover .dropdown-menu { opacity: 1; visibility: visible; margin-top: 0px !important; transition: all 0.2s ease-in; -moz-transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; }
	.dropdown-item { color: var(--dark-color); padding: 5px 15px; font-weight: 600; border-bottom: 1px solid #0000002b; font-size: 14px; }
	.dropdown-item:focus, .dropdown-item:hover { color: #fff !IMPORTANT; background: var(--primary-color); }
}
.navbar-toggler { width: 45px; height: 45px; border-radius: 0; cursor: pointer; text-decoration: none; padding: 0; border: 0; background: transparent; margin: 0; position: absolute; top: 0; right: 0; }
.navbar-default .navbar-toggler:hover, .navbar-default .navbar-toggler:focus { background: transparent; }
.navbar-toggler:not([class="collapsed"]), .navbar-toggler:not([class="collapsed"]):focus, .navbar-toggler:not([class="collapsed"]):hover { background: transparent; }
.navbar-toggler.collapsed, .navbar-toggler.collapsed:focus, .navbar-toggler.collapsed:hover { background: transparent; }
.navbar-toggler .icon-bar { position: relative; display: inline-block; width: 22px; height: 4px; color: #243238; text-indent: -55px; margin-top: 0; background: transparent !important; transition: all .2s ease-out; -webkit-transition: all .2s ease-out; vertical-align: middle; }
.navbar-toggler .icon-bar:before, .navbar-toggler .icon-bar:after { content: ''; width: 22px; height: 4px; background: #005983; position: absolute; left: 0; transition: all .2s ease-out; }
.navbar-toggler.collapsed .icon-bar { background: #005983 !important; }
.navbar-toggler.collapsed .icon-bar:before, .navbar-toggler.collapsed .icon-bar:after { background: #005983; }
.navbar-toggler.collapsed .icon-bar:before { top: -8px; -webkit-transform: rotateZ(0deg); -moz-transform: rotateZ(0deg); -ms-transform: rotateZ(0deg); -o-transform: rotateZ(0deg); transform: rotateZ(0deg); }
.navbar-toggler .icon-bar:before { top: 0; -webkit-transform: rotateZ(45deg); -moz-transform: rotateZ(45deg); -ms-transform: rotateZ(45deg); -o-transform: rotateZ(45deg); transform: rotateZ(45deg); }
.navbar-toggler.collapsed .icon-bar:after { bottom: -8px; -webkit-transform: rotateZ(0deg); -moz-transform: rotateZ(0deg); -ms-transform: rotateZ(0deg); -o-transform: rotateZ(0deg); transform: rotateZ(0deg); }
.navbar-toggler .icon-bar:after { bottom: 0; -webkit-transform: rotateZ(-45deg); -moz-transform: rotateZ(-45deg); -ms-transform: rotateZ(-45deg); -o-transform: rotateZ(-45deg); transform: rotateZ(-45deg); }

/* ================= Header End ================= */
.contnet-container { padding: 80px 0px; }
.about-container .heading, .why-choose-us .heading { max-width: 100%; }
.heading-white span { display: inline-block; background: #48B1FB1A; color: #fff !important; }
.heading-white h3, .heading-white p { color: #ffff !important; }
.heading p { font-size: 16px; font-weight: 500; color: var(--text-color); }
.about-cta { margin-top: 20px; }
.heading { max-width: 700px; margin: 0 auto; margin-bottom: 30px; }
.heading span { display: inline-block; background: #48B1FB1A; color: var(--dark-color); padding: 1px 10px; border-radius: 20px; margin-bottom: 12px; font-size: 12px; text-transform: uppercase; }
.heading h3 { color: #ffff; font-size: 48px; margin-bottom: 20px; color: var(--dark-color); }
.heading p { font-size: 16px; font-weight: 500; color: var(--text-color); color: var(--dark-color); }
.about-img-list { display: flex; flex-wrap: wrap; width: calc(100% + 20px); margin-left: -10px; margin-bottom: -20px; }
.about-img-item { width: 50%; padding: 0px 10px; margin-bottom: 20px; }
.about-img-item:nth-child(1) .about-img, .about-img-item:nth-child(4) .about-img { width: 205px; height: 210px; }
.about-img-item:nth-child(1) .about-img { margin-left: auto; }
.about-img img { width: 100%; height: 100%; object-fit: cover; }
.about-img { border-radius: 10px; overflow: hidden; }
.about-img-item:nth-child(2) .about-img, .about-img-item:nth-child(3) .about-img { max-width: 287px; height: 287px; }
.about-img-item:nth-child(3) { margin-top: -104px; }
.about-img-item:nth-child(1) { margin-top: -24px; }

/*===============================*/
.service-list { display: flex; flex-wrap: wrap; width: calc(100% + 24px); margin-left: -12px; margin-bottom: -24px; }
.service-item { width: 33.33%; padding: 0px 12px; margin-bottom: 24px; }
.service-img { width: 100%; height: 260px; position: relative; overflow: hidden; }
.service-img img { width: 100%; height: 100%; object-fit: cover; border-radius: 10px; transition: all .3s ease-in; overflow: hidden; }
.service-box:hover .service-img img { transform: scale(1.02); }
.service-box { overflow: hidden; border-radius: 10px; }
.service-content p { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.service-container { position: relative; }
.price-container::before, .service-container::before { position: absolute; content: ''; width: 100%; height: 380px; background: #0a3f87; z-index: -9; top: 0; }
.service-content h4 { font-size: 20px; color: var(--dark-color); margin-bottom: 14px; }
.service-content { padding-top: 16px; }
.service-cta { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); opacity: 0; transition: all .3s ease-in; }
.service-box:hover .service-cta { opacity: 1; }
.service-star-icon { position: absolute; top: 0; left: 0; max-width: 200px; width: 40vw; }
.service-star-icon img { margin-left: auto; max-width: 110px; }

/*===============================*/

/*===============================*/
.blog-list { display: flex; flex-wrap: wrap; width: calc(100% + 24px); margin-left: -12px; margin-bottom: -24px; }
.blog-item { width: 33.33%; padding: 0px 12px; margin-bottom: 24px; }
.blog-box { position: relative; overflow: hidden; border-radius: 10px; }
.blog-img { width: 100%; height: 240px; overflow: hidden; border-radius: 10px; }
.blog-img img { width: 100%; height: 100%; object-fit: cover; transition: all .3s ease-in; }
.blog-date { position: absolute; top: 20px; left: 20px; text-align: center; background: var(--secondry-color); padding: 10px 14px; border-radius: 6px; }
.blog-date h5 { font-size: 27px; font-weight: 600; margin: 0; color: var(--dark-color); }
.blog-date h5 span { display: block; font-size: 20px; }
.blog-content { padding-top: 20px; }
.blog-content h4 { font-size: 20px; margin-bottom: 12px; }
.blog-box:hover .blog-img img { transform: scale(1.02); }
.pagination-wrapper .pagination { display: flex; justify-content: center; padding: 1rem 0; list-style: none; }
.pagination-wrapper .pagination li { margin: 0 5px; }
.pagination-wrapper .pagination li a, .pagination li span { display: inline-block; padding: 8px 12px; text-decoration: none; background-color: var(--secondry-color); color: #000; font-weight: 500; border-radius: 5px; transition: background-color 0.3s ease; }
.pagination-wrapper .pagination li a:hover { background-color: var(--primary-color); color: #fff; }
.pagination-wrapper .pagination li.active span { background-color: var(--primary-color); color: #fff; }
.pagination-wrapper .pagination li.disabled span { background-color: #d3d3d3; cursor: not-allowed; }

/*===============================*/
.hero-inner-banner { background: #0a3f87; color: #fff; }
.hero-inner-content h1 { font-size: 54px; margin-bottom: 12px; }
.hero-inner-content p { color: #fff; max-width: 480px; }
.hero-star-icon { position: absolute; bottom: 20px; width: 102vw; right: 0; }
.hero-star-icon img { max-width: 100px; }

/*===============================*/
.work-process-list { display: flex; flex-wrap: wrap; width: calc(100% + 24px); margin-left: -12px; }
.work-process-item { width: 25%; padding: 0px 12px; }
.work-process-icon { width: 90px; height: 90px; margin: 0 auto; background: var(--primary-color); padding: 16px; border-radius: 6px; margin-bottom: 12px; }
.work-process-icon img { filter: brightness(0) invert(1); }
.work-process-box { text-align: center; }
.work-process-content h5 { font-size: 20px; margin-bottom: 10px; color: var(--dark-color); }

/*===============================*/
.counter-list { display: flex; width: calc(100% + 16px); margin-left: -8px; flex-wrap: wrap; }
.counter-stats h1 { font-size: 36px; margin-bottom: 3px; color: var(--dark-color); }
.counter-item { width: 25%; padding: 8px; }
.counter-stats { text-align: center; }
.counter-stats p { font-size: 18px; font-weight: 500; color: var(--dark-color); }
.counter-container { background: var(--secondry-color); }

/*===============================*/

/*===============================*/
.contact-container::before { position: absolute; content: ''; width: 100%; height: 380px; background: #0a3f87; top: -1px; z-index: -9; }
.contact-box-wrapper { background: #fff; padding: 70px 50px 50px; border-radius: 10px; max-width: 1120px; margin: 0 auto; box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.05); display: flex; }
.contact-box-right { width: 360px; background: #0a3f87; padding: 20px; color: #fff; position: relative; }
.contact-box-left { width: calc(100% - 360px); background: #f5f5f5; padding: 40px; }
.contact-right-info-list li { display: flex; gap: 10px; align-items: center; }
.form-group .form-control { margin-bottom: 20px; height: 40px; box-shadow: none !important; border-radius: 3px; border: 1px solid #e6e6e6; background: #fff; }
.form-group textarea { height: 140px !important; }
.contact-right-info-list li + li { margin-top: 10px; }
.contact-right-info-list li span { width: 34px; height: 34px; background: #5f5f5f; flex-shrink: 0; border-radius: 4px; display: flex; align-items: center; justify-content: center; }
.contact-right-info-list { gap: 10px; }
.contact-box-right::before { position: absolute; content: ''; width: 30px; height: 30px; background: #0a3f87; right: 99.9%; bottom: 100%; clip-path: polygon(100% 0, 0% 100%, 100% 100%); }
.contact-box-right::after { position: absolute; content: ''; width: 100%; height: 30px; background: #0a3f87; left: 0; bottom: 100%; }
select, select.form-control, .form-control select { appearance: none !important; -webkit-appearance: none !important; -moz-appearance: none !important; background-color: #fff; background-image: url("data:image/svg+xml,%3Csvg width=!string!height=!string!viewBox=!string!fill=!string!xmlns=!string!%3E%3Cpath d=!string!stroke=!string!stroke-width=!string!stroke-linecap=!string!stroke-linejoin=!string!/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 1.2em center; background-size: 18px 12px; padding-right: 2.5em !important; min-width: 0; border: 1px solid #dbeafe; }

/*===============================*/

/*===============================*/
.comparison-container { position: relative; height: 390px; overflow: hidden; border-radius: 10px; }
.before-image, .after-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-size: cover; background-position: center; background-repeat: no-repeat; }
.after-image { background-image: url('../images/image1.jpg'); width: 100%; height: 100%; background-size: cover; }
.before-image { background-image: url('../images/image2.jpg'); width: 100%; height: 100%; background-size: cover; }
.slider { position: absolute; top: 0; left: 50%; width: 3px; height: 100%; background: #fff; cursor: col-resize; z-index: 10; box-shadow: 0 0 20px rgba(79, 172, 254, 0.5); }
.slider:before { content: ''; position: absolute; top: 50%; left: 50%; width: 40px; height: 40px; background: transparent; border-radius: 50%; transform: translate(-50%, -50%); display: flex; align-items: center; justify-content: center; border: 2px solid #fff; }
.slider:after { content: '⟷'; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: white; font-size: 20px; font-weight: bold; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
.why-choouse-us-content-list li { padding-left: 30px; position: relative; color: #fff; font-weight: 500; }
.why-choouse-us-content-list li + li { margin-top: 10px; }
.why-choouse-us-content-list li::before { position: absolute; content: ''; width: 16px; height: 8px; border: 2px solid var(--secondry-color); left: 0; transform: rotate(-45deg); border-top: 0; border-right: 0; top: 6px; }
.hero-banner { min-height: 100vh; display: flex; justify-content: center; background-image: url(../images/hero-banner-img.webp); background-position: bottom; width: 100%; background-repeat: no-repeat; background-attachment: fixed; background-size: 40%; padding-top: 150px; position: relative; margin-top: -80px; }
.hero-banner::before { background-image: url('../images/hero-bg.webp'); width: 100%; height: 100%; content: 'none'; position: absolute; left: 0; top: 0; z-index: -9; background-size: cover; }
.hero-content h1 { font-size: 96px; font-weight: 600; color: var(--dark-color); margin-bottom: 12px; }
.hero-content p { max-width: 600px; margin: 0 auto; margin-bottom: 14px; font-size: 18px; font-weight: 500; }
.hero-content { text-align: center; }

/*===============================*/
.faq-list .accordion-button::after { content: '\f067'; position: absolute; text-align: center; top: 20px; background-image: none !important; font-family: 'Font Awesome 5 Free'; right: 14px; transition: .3s ease-in; font-size: 16px; font-weight: 700; color: white; }
.faq-list .accordion-button.collapsed::after { content: '\f068'; }
.faq-list .accordion-button { background: var(--primary-color); border: none !important; box-shadow: none !important; outline: none !important; color: #ffffff; padding: 20px 25px; font-size: 16px; font-weight: 500; padding-right: 44px; }
.faq-list .accordion-item { background: #f5f1f1d6; border: none !important; color: var(--dark-color); font-weight: 500; border-radius: 30px; margin-bottom: 10px; }
.faq-list .accordion-body { padding-top: 10px !important; background: #fff; border: 1px solid var(--primary-color); }

/*===============================*/
.contact-left .social-media a { color: var(--dark-color); }
.contact-info-inner-list { display: flex; flex-wrap: wrap; width: calc(100% + 20px); margin-left: -10px; margin-bottom: -20px; }
.contact-info-inner-item { width: 25%; padding: 0px 10px; margin-bottom: 20px; }
.contact-info-inner-box { text-align: center; }
.contact-info-inner-icon { width: 70px; height: 70px; margin: 0 auto; background: var(--primary-color); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 24px; margin-bottom: 10px; color: #fff; }
.contact-info-inner-box h5 { font-size: 20px; margin-bottom: 10px; color: var(--dark-color); }

/* ================= Testimonial Section Styles ================= */
.testimonial-container { background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%); position: relative; }
.testimonial-container .container { position: relative; z-index: 2; }
.testimonial-list { display: flex; flex-wrap: wrap; width: calc(100% + 24px); margin-left: -12px; margin-bottom: -24px; }
.testimonial-item { width: 33.33% !important; padding: 0px 12px; margin-bottom: 24px; }
.testimonial-box { background: #fff; border-radius: 6px; border: 1px solid #e6e6e6; padding: 20px; transition: all 0.3s ease; position: relative; overflow: hidden; height: 100%; min-height: 276px;
    display: flex
;
    flex-flow: column; }
.testimonial-list .slick-list, .testimonial-list .slick-track {
    width: 100% ! IMPORTANT;
}
.testimonial-box::before { content: '\f10e'; position: absolute; top: 40px; right: 20px; font-size: 80px; color: var(--primary-color); opacity: 0.1; font-weight: 900; font-family: 'Font Awesome 5 Free'; }
.testimonial-content { margin-bottom: 15px; position: relative; z-index: 2; }
.testimonial-rating { margin-bottom: 15px; }
.testimonial-rating i { color: var(--secondry-color); font-size: 16px; margin-right: 2px; }
.testimonial-content p { font-size: 16px; line-height: 1.6; color: #555; font-style: italic; margin-bottom: 0; position: relative; }
.testimonial-author { display: flex; align-items: center; gap: 15px; border-top: 1px solid #f0f0f0; padding-top: 15px;     margin-top: auto;}
.testimonial-avatar { width: 60px; height: 60px; border-radius: 50%; overflow: hidden; border: 2px solid var(--primary-color); flex-shrink: 0; }
.testimonial-avatar img { width: 100%; height: 100%; object-fit: cover; }
.testimonial-info h5 { font-size: 18px; font-weight: 600; color: var(--dark-color); margin-bottom: 5px; }
.testimonial-info span { font-size: 14px; color: var(--primary-color); font-weight: 500; }
.blog-detail-container::before { position: absolute; content: ''; z-index: -99; width: 100%; height: 400px; background: #0a3f87; top: 0; }
.blog-detail-container .heading { max-width: 800px; }
.blog-meta { display: flex; justify-content: center; gap: 30px; }
.blog-meta p { margin: 0; }
.blog-meta p i { color: var(--secondry-color); margin-right: 5px; }
.blog-detail-img { width: 100%; height: 450px; margin-bottom: 40px; }
.blog-detail-img img { width: 100%; height: 100%; object-fit: cover; border-radius: 10px; }
.blog-recent-box { padding: 20px; background: #f5f5f5; border-radius: 6px; position: sticky; top: 120px; }
.blog-recent-item + .blog-recent-item { margin-top: 20px; }
.blog-recent-post { display: flex; }
.blog-recent-post-img { width: 80px; height: 60px; border-radius: 5px; overflow: hidden; }
.blog-recent-post-content { width: calc(100% - 80px); padding-left: 10px; }
.blog-recent-post-content h6 { font-size: 16px; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 3; -webkit-box-orient: vertical; margin: 0; }
.blog-recent-post-img img { width: 100%; height: 100%; }
.blog-content-wrapper h2 { font-size: 28px; margin-bottom: 8px; }
.blog-content-wrapper h2 { font-size: 26px; margin-bottom: 8px; }
.blog-content-wrapper h3 { font-size: 24px; margin-bottom: 8px; }
.blog-content-wrapper h4 { font-size: 22px; margin-bottom: 8px; }
.blog-content-wrapper h5 { font-size: 20px; margin-bottom: 8px; }
.blog-content-wrapper h6 { font-size: 20px; margin-bottom: 8px; }

/*================*/
.booking-form-section { background: #fff; padding: 60px 0 80px 0; }
.booking-form-wrapper { max-width: 1120px; margin: 0 auto; background: #f8f9fa; border-radius: 6px; box-shadow: 0 4px 24px rgba(0, 119, 183, 0.07); padding: 40px 32px 0px 32px; display: flex; background: #ffffff; }
.booking-from-right { width: 50%; padding-bottom: 40px; }
.booking-from-left { width: 50%; }
.booking-form label { font-weight: 500; color: var(--primary-color); margin-bottom: 6px; font-size: 14px; }
.book-service-star-icon { position: absolute; top: 50%; max-width: 100px; left: -160px; transform: translateY(-50%); }
.booking-form .form-group .form-control { margin-bottom: 12px; background: #f5f5f5; }

/* ================= Creative How It Works Section ================= */
.how-works-steps-list { display: flex; margin-bottom: -24px; justify-content: center; flex-wrap: wrap; width: calc(100% + 24px); margin-left: -12px; }
.how-works-box { position: relative; padding: 20px; height: 100%; border-radius: 6px; box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; transition: all .3s ease-in; background: #fff; }
.how-works-step { padding: 0px 12px; width: 25%; text-align: center; margin-bottom: 24px; }
.how-works-box:hover { transform: translateY(-8px) scale(1.04); }
.how-works-step-icon { width: 64px; height: 64px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 32px; margin: 0 auto 18px auto; color: #fff; position: relative; z-index: 2; background: var(--primary-color); }
.how-works-step-num { position: absolute; top: 20px; left: 20px; background: #fff; color: var(--primary-color); font-weight: 800; font-size: 18px; width: 32px; height: 32px; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 2px 8px #fee74a33; z-index: 3; border: 1px solid var(--primary-color); transition: all .3s ease-in; }
.how-works-box h5 { font-size: 20px; font-weight: 700; color: var(--primary-color); margin-bottom: 10px; margin-top: 8px; }

/* ================= End Creative How It Works Section ================= */

/* ================= Alt Layout for Why Choose Us Section ================= */
.why-choose-illustration { width: 100%; border-radius: 12px; }
.why-choose-features .heading { margin-bottom: 32px; text-align: left; }
.why-choose-feature-list { display: flex; flex-direction: column; gap: 20px; }
.why-choose-feature { display: flex; align-items: flex-start; gap: 18px; background: #fff; border-radius: 6px; box-shadow: 0 2px 12px #0077b717; padding: 18px 22px; transition: box-shadow 0.2s, transform 0.2s; position: relative; }
.why-choose-feature:hover { transform: translateY(-3px) scale(1.02); }
.why-choose-feature-icon { width: 48px; height: 48px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 22px; color: #fff; flex-shrink: 0; margin-top: 4px; background: var(--primary-color); }
.why-choose-feature h5 { font-size: 18px; font-weight: 700; color: var(--primary-color); margin-bottom: 6px; margin-top: 0; }

/* ================= End Alt Layout for Why Choose Us Section ================= */
.side-bar-service-list { padding: 30px; border-radius: 6px; border: 1px solid #d9d9d9; background: #f5f5f5; position: sticky; top: 120px; }
.side-bar-service-list li + li { margin-top: 16px; }
.service-inner-content h3 { font-size: 27px; margin-bottom: 16px; }
.sub-service-list { margin-top: 20px; display: flex; flex-wrap: wrap; width: calc(100% + 20px); margin-left: -10px; }
.sub-service-item { width: 33.33%; padding: 0px 10px; margin-bottom: 20px; }
.sub-service-box { background: #fff; transition: all .3s ease-in; padding: 20px; height: 100%; box-shadow: rgb(0 0 0 / 7%) 1px 1px 12px; display: flex; gap: 10px; border-radius: 6px; align-items: center; border-bottom: 2px solid var(--primary-color); }
.sub-service-icon { width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; background: var(--primary-color); border-radius: 50%; flex-shrink: 0; font-size: 20px; color: #fff; }
.side-bar-service-item { display: block; background: #fff; padding: 10px; border-radius: 6px; gap: 10px; display: flex; color: var(--primary-color); align-items: center; font-weight: 500; }
.side-bar-service-item.active, .side-bar-service-item:hover { background: var(--primary-color); color: #fff; }
.sub-service-box p { font-weight: 600; }
.service-inner-wrapper h5 { font-size: 20px; margin-top: 20px; }
.sub-service-box:hover { transform: translateY(-5px); }

/*===============================*/

/*===============================*/
.user-dashboard-container::before { position: absolute; content: ''; width: 100%; height: 100px; background: #0a3f87; top: 0; }
.dashboard-box { background: #fff; z-index: 9; position: relative; box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.05); border-radius: 10px; max-width: 1100px; margin: 0 auto; display: flex; padding: 10px; }
.user-dashboard-sidebar { width: 250px; background: var(--primary-color); padding: 20px; border-radius: 6px; }
.user-dashboard-header { width: calc(100% - 250px); overflow-x: hidden; padding: 20px 40px; max-height: 470px; overflow-y: scroll; }
.user-sidebar-head img { width: 120px; filter: brightness(0) invert(1); margin: 0 auto; }
.user-sidebar-head { margin: 0 auto; display: flex; margin-bottom: 20px; }
.user-sidebar-link { display: block; padding: 10px; border-radius: 6px; color: #fff; font-weight: 600; }
.user-sidebar-link + .user-sidebar-link { margin-top: 10px; }
.user-sidebar-link.active, .user-sidebar-link:hover { background: #0a3f87; color: #fff; }
.user-sidebar-link i { margin-right: 9px; }
.user-dashboard-summary-cards-list { display: flex; flex-wrap: wrap; width: calc(100% + 20px); margin-left: -10px; margin-bottom: -20px; }
.user-dashboard-summary-cards-item { width: 33.33%; padding: 0px 10px; margin-bottom: 20px; }
.user-summary-card { padding: 20px; text-align: center; background: #fff; height: 100%; border: 1px solid #eeeeee; border-radius: 6px; box-shadow: rgba(26, 54, 93, 0.08) 0px 2px 12px; }
.user-dashboard-title { font-size: 32px; margin-bottom: 40px; font-weight: 600; }
.user-summary-icon { font-size: 30px; margin-bottom: 10px; color: var(--primary-color); }
.user-summary-card h3 { font-size: 16px; margin-bottom: 4px; }
.booking-history-content { padding: 0 30px 30px; }
.booking-history-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 25px; }
.booking-history-title { font-size: 24px; font-weight: 600; color: var(--primary-color); margin: 0; }
.booking-filters { display: flex; gap: 15px; align-items: center; }
.filter-select { padding: 8px 15px; border: 2px solid #e1e8ed; border-radius: 8px; background: white; color: var(--primary-color); font-size: 14px; }
.filter-select:focus { outline: none; border-color: #3498db; }
.booking-card { background: white; border: 1px solid #e1e8ed; border-radius: 6px; padding: 25px; margin-bottom: 20px; transition: all 0.3s ease; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); }
.booking-card:hover { transform: translateY(-3px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1); }
.booking-card-header { display: flex; justify-content: space-between; align-items: start; margin-bottom: 20px; }
.booking-service-info h4 { color: var(--primary-color); font-size: 18px; font-weight: 600; margin-bottom: 5px; }
.booking-id { color: #7f8c8d; font-size: 14px; margin-bottom: 10px; }
.booking-status { padding: 6px 15px; border-radius: 20px; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; }
.status-completed { background: #d4edda; color: #155724; }
.status-pending { background: #fff3cd; color: #856404; }
.status-confirmed { background: #cce5ff; color: #004085; }
.status-cancelled { background: #f8d7da; color: #721c24; }
.booking-details { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin-bottom: 20px; }
.booking-detail-item { display: flex; align-items: center; gap: 10px; }
.booking-detail-item i { color: #3498db; font-size: 16px; width: 20px; }
.booking-detail-item span { color: var(--dark-color); font-weight: 500; }
.booking-actions { display: flex; gap: 10px; justify-content: flex-end; }
.scroll-thumb::-webkit-scrollbar { width: 0px; background-color: #F5F5F5; }
.scroll-thumb::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3); background-color: #555; }
.profile-title { font-weight: 600; color: var(--dark-color); margin: 0; font-size: 24px; margin-bottom: 10px; }
.profile-header { margin-bottom: 20px; }
.profile_tab .nav-tabs .nav-link { border: none; color: #555; font-weight: 500; }
.profile_tab .nav-tabs .nav-link.active { color: var(--primary-color); border-bottom: 2px solid var(--primary-color); background-color: transparent; }
.profile_tab .nav-tabs { margin-bottom: 20px; }
.profile_tab .form-group .form-control { background: #f5f5f5; }
.profile_tab .form-group label { font-weight: 500; font-size: 14px; margin-bottom: 5px; }
.user-sidebar-toggle { position: absolute; right: 20px; top: 20px; border: 0; display: none; }
.address__model .modal { display: none; position: fixed; z-index: 1000; left: 0; top: 50%; transform: translateY(-50%); width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); }
.address__model .modal-content { background: white; margin: 0 auto; padding: 20px; border-radius: 6px; width: 80%; max-width: 600px; z-index: 999; top: 100px; }
.address__model .modal-content h3 { font-size: 20px; margin-bottom: 20px; color: var(--primary-color); }
.address__model .form-group .form-control { margin-bottom: 15px; background: #f5f5f5; }
.address__model .form-group label { margin-bottom: 6px; font-weight: 500; }
.address__model .form-group textarea { height: 100px !important; }
.address-item { background: white; border: 1px solid #e1e8ed; border-radius: 6px; padding: 25px; margin-bottom: 20px; transition: all 0.3s ease; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); display: flex; justify-content: space-between; }
.address-item.default { border-color: #667eea; background: #f8f9ff; }
.address-details h4 { margin-bottom: 9px; color: var(--primary-color); font-size: 18px; }
.address-details p { color: #666; margin-bottom: 3px; }
.btn-sm { padding: 5px 10px; font-size: 12px; }
.btn-edit { background: #3498db; color: white; }
.btn-delete { background: #e74c3c; color: white; }
.address__list { display: flex; flex-wrap: wrap; width: calc(100% + 20px); margin-bottom: -20px; margin-left: -10px; }
.address__item { width: 50%; padding: 0px 10px; margin-bottom: 20px; }
.address-actions .btn { min-width: 30px; padding: 3px 14px; }

/*===============================*/
#footer { background: var(--dark-color); color: #fff; position: relative; overflow: hidden;  }
.footer-upper { padding-top: 80px; position: relative; z-index: 9; }
.footer-conent { padding-bottom: 54px; }
.footer-left { width: 33%; padding-right: 5%; }
.footer-logo { width: 100px; margin-bottom: 8px; }
.footer-logo img { width: 100%; }
.footer-left p { color: var(--text-color); font-size: 14px; font-weight: 600; }
.footer-right { width: 67%; }
.footer-menu-box h6 { font-size: 18px; line-height: 25px; margin-bottom: 14px; }
.footer-menu-list li+li { margin-top: 6px; }
.foorer-right-content { width: calc(100% + 30px); margin-left: -15px; justify-content: space-between; }
.footer-menu-box { padding: 0 15px; }
.footer-contact-list li { padding-left: 30px; position: relative; }
.footer-contact-list li+li { margin-top: 15px; }
.footer-contact-list li span { position: absolute; left: 0; top: 7px; left: 0; min-width: 23px; display: flex; justify-content: center; align-items: center; }
.footer-contact-list { padding-right: 12px; }
.social-media { padding: 0; gap: 10px; }
.social-media a { border-radius: 35.2962px; font-size: 16px; color: var(--text-color); }
.social-media a+a { margin-left: 15px; }
.social-media a:hover { box-shadow: none; }
.footer-lower { padding: 12px 0px; text-align: center; font-size: 14px; line-height: 24px; font-weight: 300; letter-spacing: .5px; position: relative; border-top: 1px solid #ffffff29; }
.footer-menu-link { font-weight: 600; color: var(--text-color); font-size: 14px; }
.footer-contact-list li { color: var(--text-color); font-weight: 600; font-size: 14px; }
.footer-shocket { display: flex; justify-content: space-between; flex-wrap: wrap; }
.copyright { font-size: 14px; font-weight: 600; color: var(--text-color); }
.footer-shocket-list { display: flex; gap: 10px; }
.footer-shocket-list li { color: var(--text-color); font-size: 14px; font-weight: 600; }

/* ================= Footer End ================= */

/* ================= Content Start ================= */
.content-container { padding: 60px 0; }

/* ================= Content End ================= */

/* ========================================== 
! Large devices (desktops, less than 1200px)
=========================================== */
@media (max-width:1199.98px) {
	.navbar { width: 100%; height: 100px; }
	.navbar-toggler { width: 54px; height: 40px; height: 60px; order-radius: 0; cursor: pointer; text-decoration: none; padding: 0; border: 0; background: transparent; margin: 0; position: absolute; right: 0; top: 50%; z-index: 999; transform: translateY(-50%); }
	.navbar-default .navbar-toggler:hover, .navbar-default .navbar-toggler:focus { background: transparent; }
	.navbar-toggler:not([class='round']), .navbar-toggler:not([class='']):focus, .navbar-toggler:not([class='⟷']):hover { background: transparent; box-shadow: none !important; }
	.navbar-toggler.collapsed, .navbar-toggler.collapsed:focus, .navbar-toggler.collapsed:hover { background: transparent; }
	.home .navbar-toggler.collapsed, .home .navbar-toggler.collapsed:focus, .home .navbar-toggler.collapsed:hover { background: transparent; }
	.navbar-toggler .navbar-toggler-icon { position: relative; display: inline-block; width: 30px; height: 3px; color: #243238; text-indent: -55px; margin-top: 0; background: transparent !important; transition: all .2s ease-out; -webkit-transition: all .2s ease-out; -moz-transition: all .2s ease-out; -ms-transition: all .2s ease-out; vertical-align: middle; }
	.navbar-toggler .navbar-toggler-icon:before, .navbar-toggler .navbar-toggler-icon:after { content: ''; width: 30px; height: 3px; background: #0445a5; position: absolute; left: 0; transition: all .2s ease-out; }
	.navbar-toggler.collapsed .navbar-toggler-icon { background: #0445a5 !important; }
	.navbar-toggler.collapsed .navbar-toggler-icon:before, .navbar-toggler.collapsed .navbar-toggler-icon:after { background: #0445a5; }
	.navbar-toggler.collapsed .navbar-toggler-icon:before { top: -10px; -webkit-transform: rotateZ(0deg); -moz-transform: rotateZ(0deg); -ms-transform: rotateZ(0deg); -o-transform: rotateZ(0deg); transform: rotateZ(0deg); }
	.navbar-toggler .navbar-toggler-icon:before { top: 0; -webkit-transform: rotateZ(45deg); -moz-transform: rotateZ(45deg); -ms-transform: rotateZ(45deg); -o-transform: rotateZ(45deg); transform: rotateZ(45deg); }
	.navbar-toggler.collapsed .navbar-toggler-icon:after { bottom: -10px; -webkit-transform: rotateZ(0deg); -moz-transform: rotateZ(0deg); -ms-transform: rotateZ(0deg); -o-transform: rotateZ(0deg); transform: rotateZ(0deg); }
	.navbar-toggler .navbar-toggler-icon:after { bottom: 0; -webkit-transform: rotateZ(-45deg); -moz-transform: rotateZ(-45deg); -ms-transform: rotateZ(-45deg); -o-transform: rotateZ(-45deg); transform: rotateZ(-45deg); }
	.header-right { position: relative; z-index: 999; margin-right: 50px; }
	.navbar-collapse, .navbar-collapse.collapsing { position: fixed; top: 100px; left: 0; background: #ffffff; padding: 0; z-index: 99; margin: 0; border: 0; overflow-y: auto; bottom: 0; width: 100%; height: 0; display: block !important; transition: all .3s cubic-bezier(0.77, 0.2, 0.05, 1.0); }
	.navbar .collapse.show { height: calc(100vh - 60px); }
	.navbar-inside { height: calc(100vh - 80px); padding: 0 15px; display: flex; flex-flow: column; }
	.navbar-expand-xl .navbar-nav .nav-item { padding: 0; margin: 0; border-bottom: solid 1px #0445a52b; }
	.navbar-expand-xl .navbar-nav .nav-link { font-size: 16px; line-height: 25px; padding: 15px 0; position: relative; color: #333; }
	.navbar-nav.sm-collapsible .sub-arrow { border: 0; margin: 0; width: auto; font-size: 30px; line-height: 60px; top: 0; height: 60px; color: #0445a5; width: 40px; }
	.dropdown-menu { background: transparent; border: 0; padding: 0; margin: 0 0 20px 0; }
	.dropdown-item { padding: 7px 20px 7px 40px; font-weight: 600; }
	.dropdown-item:focus, .dropdown-item:hover { color: #0445a5; background: transparent; }
	.content-container { padding: 50px 0; }
}

/*==========================================
! Medium devices (tablets, less than 992px)
========================================== */
@media (max-width:991.98px) {
	.hero-content h1 { font-size: 64px; margin-bottom: 10px; }
	.heading h3 { font-size: 40px; }
	.about-img-list { max-width: 600px; margin: 0 auto; margin-top: 24px; }
	.service-item { width: 50%; }
	.work-process-item { width: 50%; margin-bottom: 20px; }
	.work-process-list { margin-bottom: -20px; }
	.blog-item { width: 50%; }
	.footer-left { width: 100%; padding: 0; margin-bottom: 20px; }
	.footer-menu-box { width: 33.33%; }
	.footer-right { width: 100%; }
	.navbar { height: 80px; }
	.navbar-collapse, .navbar-collapse.collapsing { top: 80px; }
	.why-choouse-us-content { margin-bottom: 20px; }
	.testimonial-item { width: 100%; }
	.testimonial-box { padding: 25px; }
	.blog-recent-box { margin-top: 20px; }
	.how-works-step { width: 33.33%; }

	.why-choose-visual { margin-bottom: 20px; }
	.navbar-brand { width: 80px; margin: 0; }
	.user-dashboard-header { width: 100%; }
	.user-sidebar-toggle { display: block; background: none; }
	.user-dashboard-sidebar { position: fixed; top: 80px; left: 0; width: 250px; height: 100%; z-index: 999; transform: translateX(-100%); transition: transform 0.3s ease; }
	.user-dashboard-sidebar.collapsed { transform: translateX(0); }
	.user-dashboard-header { padding: 12px; }
	.user-dashboard-header { max-height: max-content; overflow-y: visible; }
	.user-dashboard-title { font-size: 30px; line-height: 38px; }
}

/* =================================================  
 ! Small devices (landscape phones, less than 768px)
 ================================================= */
@media (max-width:767.98px) {
	.navbar-inside { height: calc(100vh - 60px); }
	.content-container { padding: 40px 0; }
	.hero-content h1 { font-size: 48px; }
	.heading h3 { font-size: 33px; }
	.counter-item { width: 50%; }
	.contact-box-left { width: 100%; }
	.contact-box-right { width: 100%; }
	.contact-box-right::before { display: none; }
	.contact-box-wrapper { padding: 40px; flex-wrap: wrap; }
	.contact-box-right::after { display: none; }
	.blog-item { width: 100%; }
	.service-item { width: 100%; }
	.hero-banner { min-height: 80vh; padding-top: 120px; background-position: bottom; background-size: 140%; }
	.comparison-container { height: 300px; }
	.about-img-item:nth-child(1) { margin: 0; }
	.about-img-item:nth-child(1) .about-img, .about-img-item:nth-child(4) .about-img { display: none; }
	.about-img-item { width: 100%; padding: 0; }
	.about-img-item:nth-child(3) { margin: 0; }
	.about-img-item:nth-child(2) .about-img, .about-img-item:nth-child(3) .about-img { max-width: 100%; }
	.about-img-list { width: 100%; }
	.testimonial-box { padding: 20px; }
	.testimonial-content p { font-size: 15px; }
	.testimonial-avatar { width: 50px; height: 50px; }
	.testimonial-info h5 { font-size: 16px; }
	.testimonial-info span { font-size: 13px; }
	.blog-detail-img { height: 280px; }
	.blog-detail-container::before { height: 300px; }
	.booking-from-left { width: 100%; }
	.booking-from-right { width: 100%; }
	.booking-form-wrapper { flex-wrap: wrap; flex-direction: column-reverse; }
	.booking-form-wrapper { padding: 20px; padding-bottom: 0; }
	.how-works-step { width: 50%; }
	.sub-service-item { width: 50%; }
	.user-dashboard-summary-cards-item { width: 50%; }
	.user-dashboard-title { font-size: 24px; line-height: 32px; }
	.booking-history-header { flex-wrap: wrap; }
	.booking-filters { margin-top: 10px; }
	.address-header { flex-wrap: wrap; gap: 10px; }
	.address-item { flex-wrap: wrap; gap: 20px; }
}

/* ======================================================
! Extra small devices (portrait phones, less than 576px)
====================================================== */
@media (max-width:575.98px) {
	.footer-menu-box { width: 100%; }
	.footer-menu-box + .footer-menu-box { margin-top: 20px; }
	.counter-stats h1 { font-size: 24px; }
	.work-process-item { width: 100%; }
	.contact-box-wrapper { padding: 10px; }
	.contact-box-left { padding: 20px; }
	.contact-box-right { padding: 20px; }
	.contact-box-right h5 { font-size: 20px; margin-bottom: 10px; }
	.heading h3 { font-size: 24px; }
	.footer-shocket-list { justify-content: center; width: 100%; }
	.how-works-step { width: 100%; }
	.why-choose-feature { flex-wrap: wrap; text-align: center; }
	.why-choose-feature-icon { margin: 0 auto; }
	.sub-service-item { width: 100%; }
	.user-dashboard-summary-cards-item { width: 100%; }
}

/* ================= Book Service Page Styles ================= */