:root {
    --white: #FFF;
    --black: #000;
    --light-black: #212121;
    --blue: #2dc4f1;
    --light-blue: rgb(45 196 241 / 10%);
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
}
html{
	scroll-behavior: smooth;
}
body {
    color: var(--black);
    font-size: 16px;
    font-family: "Libre Franklin", sans-serif;
    font-weight: normal;
    line-height: 1.5;
    overflow-x: hidden;
}
figure {
    margin: 0;
}
img {
	max-width: 100%;
}
a {
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}
p {
    margin-bottom: 20px;
}
ul, ol {
	padding: 0;
	margin: 0;
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}
section {
	position: relative;
	padding: 70px 10px;
}
section .row {
    --bs-gutter-y: 25px;
}
.bg-light-blue {
    /* background-color: var(--light-blue); */
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(45 196 241 / 20%) 50%, rgba(255, 255, 255, 0) 100%);
}
.container {
	max-width: 1320px;
	position: relative;
}
.container-md {
    max-width: 1200px;
	position: relative;
}

.sec-heading {
    font-size: 40px;
}
.sec-subheading {
    font-size: 22px;
}
.btns-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px 20px;
}
.btn {
    font-size: 16px;
    font-weight: 600;
    padding: 12px 22px;
    border-radius: 4px;
    text-align: center;
    display: inline-block;
    transition: all 0.2s ease-in-out;
    position: relative;
    box-shadow: none;
}
.btn-primary {
    color: var(--white);
    background-color: var(--blue);
    border: 1px solid var(--blue) !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    color: var(--blue);
    background-color: transparent;
    border: 1px solid var(--blue) !important;
    box-shadow: none !important;
}
.btn-secondary {
    color: var(--white);
    background-color: transparent;
    border: 1px solid var(--white) !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
    background-color: var(--blue);
    border: 1px solid var(--blue) !important;
    box-shadow: none !important;
}
.call-btn {
    font-size: 16px;
    color: var(--white) !important;
    line-height: 1.3;
    display: flex;
    align-items: center;
    gap: 0 10px;
}
.call-btn:hover {
    color: var(--blue) !important;
}
.call-btn figure {
    background-color: var(--blue);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}
.pointers {
    margin-bottom: 20px;
}
.pointers li {
    position: relative;
    margin: 0 0 10px;
    padding-left: 25px;
}
.pointers li:last-child {
    margin: 0;
}
.pointers li::before {
    position: absolute;
    content: '\f058';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--blue);
    left: 0;
    top: 1px;
}
.header {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    padding: 20px 10px;
    z-index: 1;
}
.header .navbar {
    padding: 0;
}
.header .navbar-brand {
    width: 175px;
    padding: 0;
    margin: 0;
    display: inline-block;
}
.footer {
    background-color: var(--light-black);
}
.footer .footer-main {
    padding: 50px 10px;
}
.footer .footer-main .row {
    justify-content: space-between;
    --bs-gutter-y: 25px;
}
.footer .navbar-brand {
    width: 150px;
    padding: 0;
    margin: 0 0 20px;
    display: inline-block;
}
.footer .footer-item p {
    color: var(--white);
}
.footer .footer-item .title {
    color: var(--white);
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 20px;
}
.footer .footer-item ul li:not(:last-child) {
    margin: 0 0 10px;
}
.footer .footer-item ul li a {
    color: var(--white) !important;
    display: flex;
    align-items: baseline;
    gap: 0 10px;
}
.footer .footer-item ul li a img {
    position: relative;
    top: 2px;
}
.footer .footer-copyright {
    padding: 0 10px;
}
.footer .footer-copyright .container {
    border-top: 1px solid rgb(255 255 255 / 10%);
    padding-top: 15px;
    padding-bottom: 15px;
}
.footer .footer-copyright p {
    font-size: 14px;
    color: var(--white);
    text-align: center;
    margin: 0;
}
.hero-sec,
.cta-sec {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
}
.hero-sec {
    padding: 120px 10px 70px;
    min-height: 100vh;
}
.hero-sec::before,
.cta-sec::before {
    position: absolute;
    content: '';
    inset: 0;
    background: rgba(0, 0, 0, 0.75);
}
.hero-sec .row {
    justify-content: space-between;
}
.hero-sec .text-wrapper,
.cta-sec .text-wrapper {
    color: var(--white);
}

.hero-sec .sec-heading {
    font-size: 60px;
}
.hero-sec .sec-heading span {
    color: var(--blue);
    font-style: italic;
    position: relative;
    z-index: 1;
    /* margin: 0 10px; */
}
.hero-sec .sec-heading span::after {
    position: absolute;
    content: '';
    background: var(--white);
    left: -5px;
    bottom: 10px;
    width: calc(100% + 5px);
    height: 20px;
    transform: skewX(-15deg);
    z-index: -1;
}
.hero-sec p,
.hero-sec li,
.hero-sec .btn {
    font-size: 18px;
}
.hero-sec .hero-form {
    padding: 25px;
    background-color: var(--white);
    border-left: 10px solid var(--blue);
    max-width: 450px;
    margin-left: auto;
    border-radius: 8px;
}
.hero-sec .hero-form .row {
    --bs-gutter-y: 20px;
}
.hero-form .form-title {
    font-size: 22px;
}
.hero-form .form-group label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}
.hero-form .form-group .form-control,
.hero-form .form-group .form-select {
    font-size: 14px;
    border: 1px solid #C5C5C5;
    border-radius: 4px;
    padding: 12px 15px;
    max-height: 100px;
    outline: none;
    box-shadow: none;
    resize: none;
}
.hero-form .form-group .form-control:focus,
.hero-form .form-group .form-select:focus {
    border-color: var(--blue);
    box-shadow: none;
}
.hero-form .btn {
    font-size: 15px;
    font-weight: 500;
}
.icon-txt-box-sec .sec-heading,
.img-txt-sec .sec-heading,
.areas-sec .sec-heading,
.testimonial-sec .sec-heading {
    margin-bottom: 30px;
}
.icon-txt-box {
    background-color: var(--white);
    padding: 20px;
    box-shadow: 0 0 40px rgb(0 0 0 / 5%);
    height: 100%;
    transition: all 0.2s ease-in-out;
    border-radius: 8px;
    overflow: hidden;
}
.icon-txt-box:hover {
    transform: translateY(-10px);
}
.icon-txt-box img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 8px;
    transition: all 0.2s ease-in-out;
}
.icon-txt-box:hover img {
    transform: translateY(-20px) scale(1.15);
}
.icon-txt-box .title {
    font-size: 20px;
    font-weight: 600;
    margin: 25px 0 15px;
}
.icon-txt-box p {
    margin: 0;
}
.icon-txt-box figure {
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--blue);
    border-radius: 4px;
    overflow: hidden;
}
.icon-txt-box figure img {
    width: 35px;
    height: auto;
    border-radius: 0;
    transform: unset !important;
    filter: invert(1);
}
.img-txt-sec .row {
    --bs-gutter-x: 70px;
}
.img-txt-sec figure img,
.location-tab-content figure img {
    width: 100%;
    border-radius: 8px;
}
.testimonial-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: var(--white);
    box-shadow: 0 0 40px rgb(0 0 0 / 4%);
    border-radius: 8px;
    overflow: hidden;
}
.testimonial-grid figure {
    width: 500px;
}
.testimonial-grid figure img {
    width: 100%;
}
.testimonial-grid .testimonial-wrapper {
    width: calc(100% - 500px);
    flex: 1;
    padding: 40px;
    position: relative;
}
.testimonial-item {
    background-color: var(--white);
}
.testimonial-item .quote {
    color: var(--blue);
    font-size: 50px;
}
.testimonial-item .stars {
    margin: 20px 0 10px;
}
.testimonial-item .stars i {
    color: #FFC107;
    font-size: 14px;
}
.testimonial-item .testimonial-name {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 4px;
}
.testimonial-item span {
    color: #4A4A4A;
    font-size: 14px;
}
.testimonial-navs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    position: absolute;
    right: 40px;
    bottom: 40px;
    z-index: 1;
}
.testimonial-navs button {
    font-size: 18px;
    color: var(--white);
    background-color: var(--blue);
    outline: none;
    border: 1px solid var(--blue);
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.2s ease-in-out;
}
.testimonial-navs button:hover {
    color: var(--blue);
    background-color: transparent;
}
.testimonial-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 40px;
}
.testimonial-dots .owl-dot span {
    display: block;
    background-color: var(--blue);
    width: 25px;
    height: 4px;
    cursor: pointer;
    opacity: 0.2;
    transition: all 0.2s ease-in-out;
    border-radius: 100px;
}
.testimonial-dots .owl-dot span:hover,
.testimonial-dots .owl-dot.active span {
    opacity: 1;
}
.map-sec {
    padding: 0;
    max-height: 350px;
}
.areas-sec .pointers {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px 40px;
    max-width: 1000px;
    margin: 0 auto;
}
.areas-sec .pointers li {
    margin: 0;
}