@import url(default.css);
@import url("https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900&family=Sora:wght@100..800&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
:root {
    --color-e84f22: #e84f22;
    --color-f2f7fa: #f2f7fa;
    --color-f6f6f6: #f6f6f6;
    --color-f5f5f5: #f5f5f5;
    --color-656565: #656565;
    --color-c2c4c6: #c2c4c6;
    --color-000000: #000000;
    --color-ffffff: #ffffff;
    --color-ffffff: #fff;
    --font-family-playfair: "Playfair Display", serif;
    --font-family-poppins: "Poppins";
    --secondary-font-family: "Sora";
    --font-size-15: 15px;
    --font-size-16: 16px;
    --font-size-16: 16px;
    --font-size-17: 17px;
    --font-size-18: 18px;
    --font-size-19: 19px;
    --font-size-21: 21px;
    --font-size-22: 22px;
    --font-size-24: 24px;
    --font-size-25: 25px;
    --font-size-26: 26px;
    --font-size-27: 27px;
    --font-size-28: 28px;
    --font-size-30: 30px;
    --font-size-36: 36px;
    --font-size-33: 33px;
    --font-size-41: 41px;
    --font-size-50: 50px;
    --font-size-66: 66px;
    --font-weight-Thin: 100;
    --font-weight-ExtraLight: 200;
    --font-weight-Light: 300;
    --font-weight-Regular: 400;
    --font-weight-Medium: 500;
    --font-weight-SemiBold: 600;
    --font-weight-Bold: 700;
    --font-weight-ExtraBold: 800;
    --font-weight-Black: 900;
    --font-weight-normal: normal;
}

.container {
    max-width: 1660px;
}

* {
    outline: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-family-playfair);
    font-style: var(--font-style-normal);
    font-size: var(--font-size-19);
    line-height: var(--line-height-27);
    color: var(--color-000000);
    font-weight: var(--font-weight-Regular);
    margin: 0;
    padding: 0;
}

.clr {
    width: 100%;
    float: left;
}

.img {
    width: 100%;
}

a,
.btn,
button {
    color: var(--color-000000);
    outline: none;
    cursor: pointer;
    font-family: var(--font-family-poppins);
    outline: 0;
    text-decoration: none;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

a:focus,
.btn:focus,
button:focus,
.custom-select:focus,
.form-control:focus {
    outline: none;
    box-shadow: none;
}

.btn:hover,
a:hover,
button:hover {
    color: var(--color-e84f22);
    text-decoration: none;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

h4,
h2,
h3,
h4,
h5,
h6 {
    color: var(--color-000000);
    text-transform: normal;
    margin-bottom: 15px;
}

ul,
ol {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
}

header,
footer,
section {
    width: 100%;
    float: left;
}

p {
    font-size: var(--font-size-16);
    line-height: normal;
    font-family: var(--font-family-poppins);
    font-weight: var(--font-weight-Regular);
    color: var(--color-000000);
    margin-bottom: 20px;
}

.p-content {
    font-size: var(--font-size-22);
    line-height: var(--line-height-32);
    color: var(--color-000000);
    margin-bottom: 20px;
}

.small-text {
    font-size: var(--font-size-16);
    line-height: var(--line-height-22);
    color: var(--color-000000);
    margin-bottom: 20px;
}

.medium-text {
    font-size: var(--font-size-26);
    line-height: 26px;
    text-transform: uppercase;
    text-shadow: 5px 6px 5px #000;
    color: var(--color-ffffff);
    font-weight: var(--font-weight-SemiBold);
}

.section-title {
    font-size: var(--font-size-19);
    line-height: normal;
    font-family: "sora";
    color: var(--color-ec1f2b);
    font-weight: var(--font-weight-Bold);
    margin-bottom: 10px;
    text-transform: uppercase;
}

.main-title {
    font-size: var(--font-size-50);
    color: var(--color-ffffff);
    font-weight: var(--font-weight-Bold);
    font-family: var(--font-family-playfair);
    text-transform: uppercase;
    margin-bottom: 20px;
}

.title {
    font-size: 83px;
    color: var(--color-ffffff);
    font-weight: var(--font-weight-Bold);
    font-family: var(--font-family-playfair);
    margin-bottom: 20px;
}

.div-title {
    font-size: var(--font-size-41);
    color: var(--color-ea7819);
    font-weight: var(--font-weight-Bold);
    margin-bottom: 15px;
    text-transform: uppercase;
}

.div-text {
    font-size: var(--font-size-27);
    font-family: var(--font-family-playfair);
    color: var(--color-ffffff);
    font-weight: var(--font-weight-Bold);
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.div-text1 {
    font-size: var(--font-size-25);
    font-family: var(--font-family-playfair);
    color: var(--color-e84f22);
    font-weight: var(--font-weight-Bold);
    margin-bottom: 15px;
}

.box-text {
    font-size: var(--font-size-22);
    line-height: var(--line-height-32);
    color: var(--color-ffffff);
    text-transform: uppercase;
    font-weight: var(--font-weight-Medium);
    margin-bottom: 15px;
    text-align: center;
}


/* Navbar */

.desktop {
    display: none;
}

.screen-darken {
    height: 100%;
    width: 0%;
    z-index: 30;
    position: fixed;
    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.6);
    transition: opacity .2s linear, visibility 0.2s, width 2s ease-in;
}

.screen-darken.active {
    z-index: 10;
    transition: opacity .3s ease, width 0s;
    opacity: 1;
    width: 100%;
    visibility: visible;
}

.menu-btn {
    /* position: absolute; */
    width: 40px;
    height: 40px;
    float: right;
    margin-top: 0px;
    background: var(--color-e84f22);
    right: 30px;
}

.menu-btn img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.offcanvas-header {
    display: none;
}

.g_header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #00000080;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.main-header.g_shrink {
    position: fixed;
    background: #282828;
    box-shadow: #63636333 0px 2px 8px 0px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    z-index: 999;
}

img.logo {
    width: 0;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.main-header.g_shrink img.logo {
    width: 130px;
    padding: 5px 0;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

a.nav-item {
    position: relative;
}

div#sub_menu {
    display: flex;
    align-items: center;
}

.navbar-expand-lg {
    flex-wrap: wrap-reverse;
    justify-content: flex-end;
}

.navbar {
    width: 100%;
    padding: 0;
}

.nav-item {
    font-weight: var(--font-weight-normal);
    font-size: var(--font-size-17);
    font-family: var(--font-family-poppins);
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    padding: 25px 0;
    display: inline-block;
}

a.nav-item.js-scroll-trigger.active {
    color: var(--color-e84f22);
}

.items {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.g_header.g_shrink .items {
    display: flex;
    justify-content: end;
    align-items: center;
    column-gap: 100px;
}

.items ul {
    gap: 50px;
}

.contact-info {
    font-size: 16.6px;
    display: flex;
    gap: 35px;
    padding-left: 25px;
    flex-direction: column;
}

.contact-info a {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 600;
}

.contact-info a:hover {
    color: var(--lightblue-color);
}

.top-social {
    position: static;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.3s ease, transform 0.3s ease;
    /* Smooth transition */
}

.top-social ul li i {
    font-size: var();
    margin-right: 10px;
    color: var(--color-ffffff);
}

.top-social ul li a {
    font-size: var(--font-size-16);
    color: var(--color-ffffff);
    font-family: var(--font-family-poppins);
}

.top-social ul li a:hover {
    color: var(--color-e84f22);
}

.top-social ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

ul.navbar-nav.ms-auto {
    display: flex;
}


/* banner */

.banner-inner {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.banner-img {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    background: #000;
    border-radius: 0 0 600px 600px;
}

.banner-img img {
    border-radius: 0 0 600px 600px;
}

.banner {
    position: relative;
    width: 100%;
    object-fit: cover;
    background: var(--color-e84f22);
    height: 100%;
    overflow: hidden;
}

.book-now {
    background: var(--color-e84f22);
    padding: 6px 25px;
    border-radius: 5px;
}

.book-now {
    text-transform: uppercase;
    font-weight: var(--font-weight-Medium);
}

.book-now img {
    width: 15px;
    margin-right: 5px;
}

.banner-img:before {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    background: #fff;
    bottom: -100px;
    border-radius: 50%;
}

@keyframes dash {
    from {
        stroke-dashoffset: 1000;
    }
    to {
        stroke-dashoffset: 0;
    }
}

.logo-banner {
    width: 250px;
    position: absolute;
    bottom: 0;
    padding: 20px;
}

.banner h1 {
    position: absolute;
}


/* banner */


/* real */

.real {
    background: var(--color-e84f22);
}

.real-inner img {
    width: 90%;
    border-radius: 50%;
    margin-bottom: 20px;
}

.real-inner {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.real {
    position: relative;
    text-align: center;
    background: rgb(232, 79, 34);
    background: linear-gradient(177deg, rgba(232, 79, 34, 1) 35%, rgba(232, 79, 34, 1) 76%, rgba(242, 114, 49, 1) 100%);
    color: white;
}

.waves {
    position: relative;
    width: 100%;
    height: 15vh;
    margin-bottom: -7px;
    /*Fix for safari gap*/
    min-height: 100px;
    max-height: 150px;
    margin-top: 150px;
}

.content {
    position: relative;
    height: 20vh;
    text-align: center;
    background-color: white;
}


/* Animation */

.parallax>use {
    animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

.parallax>use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}

.parallax>use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}

.parallax>use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}

.parallax>use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}

@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }
    100% {
        transform: translate3d(85px, 0, 0);
    }
}


/*Shrinking for mobile*/

@media (max-width: 768px) {
    .waves {
        height: 40px;
        min-height: 40px;
    }
    .waves-1 {
        height: 40px!important;
        min-height: 40px!important;
        max-height: 40px!important;
    }
}


/* real */


/* about-us */

img.about-1 {
    width: 600px;
    border-radius: 250px 0 250px 0;
    margin-top: -300px;
}

img.about-2 {
    width: 350px;
    float: right;
    position: absolute;
    left: 25%;
    top: 50px;
}

section.about-us {
    z-index: 9;
    position: relative;
}

.about-us p {
    padding-bottom: 30px;
    border-bottom: 1px dashed #c2c4c6;
}

.bottom-about {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.bottom-about img {
    margin-right: 50px;
}


/* about-us */


/* experience */

.experience {
    background: url(../images/rxperience-bg.jpg) center no-repeat;
    background-size: cover;
    margin-top: -200px;
}

.waves-1 {
    position: relative;
    width: 100%;
    height: 15vh;
    rotate: 180deg;
    margin-bottom: -7px;
    min-height: 100px;
    max-height: 150px;
    margin-top: 100px;
    /* margin-top: 0; */
}

.experience h2 {
    font-size: 130px;
    font-family: var(--font-family-playfair);
    font-style: italic;
    text-align: center;
    color: #ff8f17;
    font-weight: var(--font-weight-Bold);
    margin-top: 200px;
}

.experience h3 {
    width: fit-content;
    font-size: 50px;
    font-family: var(--font-family-playfair);
    font-weight: var(--font-weight-Bold);
    color: #fff;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.experience h3:before {
    content: "";
    position: absolute;
    height: 3px;
    width: 100%;
    background: linear-gradient(90deg, rgba(232, 79, 34, 0) 0%, rgba(255, 255, 255, 1) 50%);
    left: -105%;
    border-radius: 100%;
}

.experience h3:after {
    content: "";
    position: absolute;
    height: 3px;
    width: 100%;
    background: linear-gradient(270deg, rgba(232, 79, 34, 0) 0%, rgba(255, 255, 255, 1) 50%);
    right: -105%;
    border-radius: 100%;
}


/* gallery-inner */

.gallery-inner {
    position: relative;
    background: var(--color-000000);
}

.gallery img {
    opacity: 1;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.gallery img:hover {
    opacity: 0.5;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.gallery-inner h3 {
    position: absolute;
    width: 60%;
    bottom: 150px;
    rotate: 270deg;
    left: -70px;
    letter-spacing: 2px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.inner-img {
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

img.main-decor:hover {
    opacity: 0.5;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.gallery-inner a:hover img.magni {
    opacity: 1;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.gallery-inner a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-inner:hover h3 {
    bottom: 160px;
}

img.magni {
    position: absolute;
    width: 30px;
    opacity: 0;
    z-index: -9;
}

img.img-fluid.main-decor {
    width: 100%;
    height: 600px;
    object-fit: cover;
    border-radius: 300px;
    z-index: 9;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.gallery-slider {
    margin-bottom: -15%;
    margin-top: 40px;
    margin-left: 250px;
}

.gallery-inner {
    border-radius: 300px;
}


/* Modal styles */

.modal img:hover,
.modal img {
    opacity: 1;
}

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

.modal-content {
    margin: auto;
    display: block;
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;
}

.close {
    position: absolute;
    top: 10px;
    right: 25px;
    color: white;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
}


/* gallery */


/* experience */

.counter h2 {
    font-size: 40px;
    margin-bottom: 0;
    font-weight: var(--font-weight-SemiBold);
    color: var(--color-ffffff);
    height: 45px;
}

.number {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.counter-section {
    background: #f1f2f4;
    padding: 50px 0;
    padding-top: 400px;
}

.count-area {
    position: relative;
    text-align: center;
    color: var(--color-e84f22);
}

.count-area-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.count-area {
    font-size: 55px;
    font-weight: var(--font-weight-SemiBold);
    color: var(--color-e84f22);
    margin-right: 20px;
    font-family: var(--font-family-poppins);
}

.count-icon {
    font-weight: var(--font-weight-Bold);
    color: var(--color-e84f22);
    font-size: 55px;
}

.count-title {
    font-size: var(--font-size-19);
    font-family: var(--font-family-poppins);
    font-weight: var(--font-weight-SemiBold);
    color: #000000;
    width: 20%;
    line-height: 19px;
    text-align: left;
}


/* expertise */

.expertise {
    background: url(../images/expertise.png)top no-repeat;
    background-size: cover;
}

.expertise h2 {
    font-size: 250px;
    font-style: italic;
    font-weight: bold;
    font-weight: var(--font-weight-Bold);
    background-image: url(../images/text-bg.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-font-smoothing: antialiased;
}

.what {
    width: 35%;
}

.inner-expertise {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.inner-expertise img {
    width: 80%;
    border-radius: 50%;
    border: 2px solid var(--color-e84f22);
    margin-top: 10px;
}

.inner-expertise h4 {
    text-align: center;
    font-size: var(--font-size-25);
    font-weight: var(--font-weight-Bold);
    margin-top: 20px;
}

.left-exp {
    margin-top: -200px;
}

.right-exp {
    margin-top: -200px;
}


/* expertise */


/* testimonials */

.testimonial-slider {
    padding-bottom: 100px;
    padding-top: 45px;
    position: relative;
}

.client-testimonial {
    padding-bottom: 100px;
    padding-top: 45px;
    background: var(--color-e84f22);
    position: relative;
}

.client-testimonial-sub {
    width: 470px;
    margin: 0 auto;
    margin-bottom: 25px;
}

.client-testimonial-sub span {
    color: #fff;
    font-size: var(--font-size-25);
    font-family: var(--font-family-poppins);
}

.client-testimonial .swiper-slide {
    padding-top: 20px;
    filter: blur(1px);
    border-radius: 10px;
    opacity: 0.5;
}

.client-testimonial-inner {
    position: relative;
}

.client-testimonial .swiper-slide.swiper-slide-active {
    filter: blur(0);
    opacity: 1;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.client-testimonial .swiper-slide {
    transform: scale(0.8);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.client-testimonial .swiper-slide.swiper-slide-active {
    transform: scale(1);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.client-testimonial.swiper-container {
    padding-bottom: 70px;
}

.client-testimonial p {
    text-align: center;
    font-weight: 400;
    color: #fff;
    line-height: 25px;
}

.client-testimonial-inner span i {
    font-size: 40px;
    color: #201a96;
    margin-bottom: 35px;
}

.client-testimonial .swiper-pagination {
    padding-bottom: 11px;
}

.qute-icon {
    text-align: center;
    margin-top: -50px;
    margin-bottom: 20px;
}

.qute-icon img {
    width: 50px;
}

.client-details {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
}

.client-name h4 {
    margin-bottom: 0;
    color: #fff;
    font-family: var(--font-family-poppins);
}

.client-name span {
    color: #fff;
    font-family: var(--font-family-poppins);
    font-weight: var(--font-weight-Light);
    font-style: italic;
}


/* testimonials */


/* Connect Us */

.connect {
    position: relative;
    margin-bottom: -300px;
    background: #efefef;
}

form {
    background: var(--color-ffffff);
    padding: 50px;
    border-radius: 26px;
    margin-top: -300px;
    position: relative;
    z-index: 99;
}

form button {
    padding: 15px;
    border-radius: 10px;
    border: none;
    font-size: var(--font-size-22);
    background: var(--color-e84f22);
    font-weight: var(--font-weight-SemiBold);
    color: var(--color-ffffff);
    border: 1px solid var(--color-e84f22);
    font-family: var(--font-family-playfair);
}

form button:hover {
    background: var(--color-ffffff);
    color: var(--color-e84f22)
}

input,
textarea {
    background-color: #f5f5f5;
    border: none;
    width: 100%;
    font-family: var(--font-family-poppins);
    font-size: 16px;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 25px;
}

form label {
    font-size: var(--font-size-16);
    font-family: var(--font-family-poppins);
    color: #282828;
}

form h2 {
    font-size: var(--font-size-33);
    color: var(--color-000000);
    font-weight: bold;
    font-style: italic;
    margin: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input:focus-visible,
input:not {
    background: #fff;
}

input:-internal-autofill-selected {
    background: #fff;
}

textarea {
    height: 130px;
}

.connect-data {
    padding-left: 40px;
}

.connect-data h4 {
    color: #000;
    font-size: 41px;
    font-family: var(--font-family-poppins);
    font-weight: 700;
}

.connect-data p {
    color: var(--secondary-color);
    font-size: 19px;
    font-family: var(--font-family-poppins);
}

.connect-data button {
    font-weight: bold;
    font-size: 22.2px;
    color: var(--secondary-color);
    font-family: var(--secondary-font-family);
    width: 315px;
    height: 60px;
    border: 0;
    border-radius: 15px;
    background-color: #383986;
    margin-top: 25px;
}


/* gallery-page */

.main .container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
}

.main .card {
    color: #252a32;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
}

.card-image {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 70%;
    background: #000;
}

.card-image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.card-image img.magni {
    position: absolute;
    width: 15px;
    height: 15px;
    left: 45%;
    top: 45%;
    object-fit: contain;
    z-index: 9;
}

.card-image:hover img.magni {
    opacity: 1;
}

.main .card-image img:hover {
    opacity: 0.5;
}

@media only screen and (max-width: 600px) {
    .main .container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
    }
    .card-image img.magni {
        width: 20px;
        height: 20px;
        left: 42%;
    }
}


/* gallery-page */


/* client-pg */

.client-pg img {
    width: 100%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin-bottom: 30px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.client-pg img:hover {
    box-shadow: none;
}


/* client-pg */


/* contact */

iframe {
    padding: 0 0;
    height: 400px;
    padding-right: 0;
}

.form {
    padding-left: 100px;
}

.address {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.contact-info {
    width: 100%;
    background: var(--color-e84f22);
    border-radius: 0 100px 100px 0;
    padding: 80px;
    margin-left: 0;
    padding-left: 150px;
}

.contact-us {
    background: var(--color-e84f22);
    background-size: cover;
}

input.form-control {
    width: 100%;
    font-size: 15px;
    padding: 20px;
    border-radius: 10px;
}

.contact-pg h4 {
    font-weight: var(--font-weight-Bold);
}

textarea.form-control {
    width: 100%;
    border-radius: 10px;
    height: 150px;
    padding: 20px;
    background-color: var(--color-ffffff);
}

button.contact-btn {
    padding: 10px 60px;
    margin-top: 30px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

form#form {
    margin-top: 20px;
}

button.read-more1 {
    display: inline-block;
    background: var(--color-var);
    text-transform: uppercase;
    font-weight: var(--font-weight-Medium);
    padding: 15px 100px;
    margin-top: 20px;
    transition: 0.5s;
    border: 2px solid var(--color-0570b8);
}

button.read-more1:hover {
    background: #fff;
    color: #0570b8;
}

.address p {
    margin-bottom: 0;
    color: var(--color-ffffff);
    font-weight: var(--font-weight-SemiBold);
}

.address i {
    font-size: 30px;
    margin-right: 30px;
    color: var(--color-ffffff);
}

ul.contact-social li {
    float: left;
}

ul.contact-social li i {
    font-size: 30px;
    transition: 0.5s;
}

ul.contact-social li i:hover {
    color: var(--lightblue-color);
}


/* contact */


/* Footer */

footer {
    padding-top: 200px;
    padding-bottom: 30px;
    background: url(../images/footer-bg.jpg)center no-repeat;
    background-color: var(--color-e84f22);
    background-size: cover;
    position: relative;
}

.footer-contact {
    padding-left: 100px;
}

.footer-content p {
    color: var(--secondary-color);
    font-size: var(--font-size-19);
    margin: 0;
}

.footer-contact ul li {
    display: flex;
}

.footer-wave {
    position: absolute;
    width: 100%;
    bottom: -80px;
    z-index: 9;
}

.footer-wave .waves,
.footer-wave .waves-1 {
    height: 50px;
}

.footer-wave .parallax>use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
    fill: var(--color-e84f22);
}

.footer-wave .parallax>use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
    fill: #fff5;
}

.footer-wave .parallax>use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
    fill: #fff5;
}

.footer-content .phone-number i {
    margin-top: 10px;
}

.footer-content ul li {
    margin-bottom: 30px;
    padding-right: 30px;
}

.footer-content ul li a {
    font-size: var(--font-size-19);
    color: var(--color-ffffff);
    display: contents;
}

.footer-content a:hover {
    color: var(--color-e84f22);
}

.footer-content h3 {
    color: var(--secondary-color);
    font-size: 19.4px;
    padding-bottom: 25px;
    font-family: var(--font-family-poppins);
}

.footer-contact i {
    color: var(--color-e84f22);
    margin-right: 30px;
    font-size: 22px;
    margin-top: 4px;
}

.footer-line {
    width: 80%;
    margin: 50px 0;
}

.footer-social ul li i {
    font-size: 24px;
    margin-left: 15px;
    color: var(--color-e84f22);
    transition: 0.5s;
}

.footer-social ul li i:hover {
    color: var(--color-ffffff);
}

.footer-social ul {
    display: flex;
    justify-content: flex-start;
}

.footer-social {
    padding: 30px 0;
}

.footer-contact .footer-social ul li {
    margin-bottom: 0;
}

.footer-logo a {
    padding: 10px 35px;
    display: inline-block;
    background: var(--color-ffffff);
    margin-top: 30px;
    border-radius: 50px;
    font-weight: var(--font-weight-SemiBold);
}

.footer-logo a:hover {
    background: var(--color-e84f22);
}

.border-dash {
    width: 100%;
    border-bottom: 2px dashed #fff5;
    margin-bottom: 30px;
}

.working {
    display: flex;
    flex-direction: column;
}

.working span {
    font-family: var(--font-family-playfair);
    font-style: italic;
    color: #e95223;
    font-weight: var(--font-weight-SemiBold);
    display: block;
    margin-bottom: 5px;
}

ul.quick-links {
    margin-top: 30px;
}

ul.quick-links li {
    margin-bottom: 15px;
}

ul.quick-links li a {
    color: var(--color-ffffff);
}

ul.quick-links li a:hover {
    color: var(--lightblue-color);
}

.footer-logo {
    padding-right: 150px;
}

.copy-right {
    margin-top: 30px;
    padding-top: 20px;
}

.copy-right p {
    font-size: 16px;
    font-family: var(--font-family-poppins);
    color: var(--color-ffffff);
}


/* back to top */

#button {
    display: inline-block;
    background-color: var(--color-e84f22);
    width: 55px;
    height: 55px;
    text-align: center;
    border-radius: 0;
    position: fixed;
    bottom: 23px;
    right: 35px;
    border-radius: 50%;
    transition: background-color .3s, opacity .5s, visibility .5s;
    visibility: hidden;
    z-index: 1000;
    border: 2px solid var(--color-ffffff);
    text-decoration: none;
    opacity: 0;
}

#button::after {
    content: "\2191";
    font-family: 'bootstrap-icons';
    font-weight: normal;
    font-style: normal;
    font-size: 33px;
    line-height: 50px;
    color: var(--color-ffffff);
    text-decoration: none;
    border: 0;
}

#button:hover {
    cursor: pointer;
    border: 2px solid var(--color-e84f22);
    background-color: var(--color-ffffff);
}

#button:hover:after {
    color: var(--color-e84f22);
}

#button:active {
    border: 2px solid var(--color-e84f22);
    background-color: var(--color-ffffff);
}

#button.show {
    opacity: 1;
    visibility: visible;
    text-decoration: none;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

#whatsapp.show {
    opacity: 1;
    visibility: visible;
    text-decoration: none;
    -webkit-transition: all 0.8s ease-out 0s;
    -moz-transition: all 0.8s ease-out 0s;
    -ms-transition: all 0.8s ease-out 0s;
    -o-transition: all 0.8s ease-out 0s;
    transition: all 0.8s ease-out 0s;
}

.whatsapp-btn {
    position: fixed;
    bottom: 12%;
    right: 35px;
    z-index: 999;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: #25D366;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    animation: breathe 2s ease-in-out infinite;
}


/*Estilos solo al icono whatsapp*/

.whatsapp-btn i {
    color: #fff;
    font-size: 24px;
    animation: beat 2s ease-in-out infinite;
    text-decoration: none;
    line-height: 0px;
}


/*Estilos con animation contorno respirando*/

@keyframes breathe {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}


/*Estilos de animacion del icono latiendo*/

@keyframes beat {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes breathe1 {
    0% {
        box-shadow: 0 0 0 0 #316FF680;
    }
    70% {
        box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}


/* fb */

#fb.show {
    opacity: 1;
    visibility: visible;
    text-decoration: none;
    -webkit-transition: all 0.8s ease-out 0s;
    -moz-transition: all 0.8s ease-out 0s;
    -ms-transition: all 0.8s ease-out 0s;
    -o-transition: all 0.8s ease-out 0s;
    transition: all 0.8s ease-out 0s;
}

.fb-btn {
    position: fixed;
    bottom: 200px;
    right: 35px;
    z-index: 999;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: #316FF6;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    animation: breathe1 2s ease-in-out infinite;
}


/*Estilos solo al icono whatsapp*/

.fb-btn i {
    color: #fff;
    font-size: 20px;
    animation: beat 2s ease-in-out infinite;
    text-decoration: none;
    line-height: 0px;
}


/* Media Queries for Responsiveness */


/* responsive css */

@media only screen and (min-width: 1921px) {}


/* responsive css */

@media (max-width: 1680px) {
     :root {
        --font-size-19: 17px;
        --font-size-17: 16px;
        --font-size-22: 20px;
        --font-size-26: 24px;
        --font-size-28: 26px;
        --font-size-33: 27px;
        --font-size-66: 50px;
    }
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1560px;
    }
    .items ul {
        gap: 30px;
    }
    .gallery-slider {
        margin-left: 200px;
    }
    img.img-fluid.main-decor {
        height: 500px;
    }
    .counter-section {
        padding-top: 330px;
    }
    .footer-contact {
        padding-left: 50px;
    }
}

@media (max-width: 1560px) {
    .expertise h2 {
        font-size: 200px;
    }
    .experience h2 {
        font-size: 110px;
        margin-top: 180px;
        line-height: 95px;
    }
    .gallery-slider {
        margin-left: 100px;
    }
}

@media (max-width: 1480px) {
     :root {
        --font-size-17: 15px;
        --font-size-22: 19px;
        --font-size-25: 23px;
        --font-size-26: 22px;
        --font-size-28: 24px;
        --font-size-33: 27px;
        --font-size-41: 35px;
        --font-size-66: 44px;
    }
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }
    .main-header.g_shrink img.logo {
        width: 130px;
        padding: 2px;
        margin-left: -10px;
        margin-right: 10px;
    }
    .main-title {
        margin-bottom: 10px;
    }
    .navbar-brand {
        margin-right: 10px;
    }
    .items ul {
        gap: 25px;
    }
    .book-now {
        padding: 6px 20px;
    }
    .waves {
        margin-top: 100px;
    }
    img.about-1 {
        width: 90%;
        border-radius: 150px 0 150px 0;
        margin-top: -250px;
    }
    img.about-2 {
        width: 300px;
        left: 25%;
        top: 100px;
    }
    .bottom-about img {
        width: 120px;
        margin-right: 20px;
    }
    img.img-fluid.main-decor {
        height: 450px;
    }
    .inner-expertise img {
        width: 90%;
    }
    .expertise h2 {
        font-size: 180px;
        margin-bottom: 20px;
    }
    .qute-icon img {
        width: 40px;
    }
    .qute-icon {
        text-align: center;
        margin-top: -50px;
        margin-bottom: 20px;
    }
    .qute-icon {
        text-align: center;
        margin-top: -40px;
        margin-bottom: 15px;
    }
    .count-icon,
    .count-digit {
        font-size: 45px;
    }
    .counter-section {
        padding-top: 280px;
    }
    .what {
        width: 45%;
    }
    input,
    textarea {
        padding: 10px 20px;
    }
    .mb-5 {
        margin-bottom: 2rem !important;
    }
    footer {
        padding-top: 150px;
    }
    .count-title {
        width: 35%;
    }
    .copy-right {
        margin-top: 0px;
        padding-top: 20px;
    }
}

@media (max-width: 1366px) {
     :root {
        --font-size-19: 16px;
        --font-size-16: 14px;
        --font-size-22: 17px;
        --font-size-33: 25px;
        --font-size-50: 40px;
    }
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 100%;
        padding-left: 25px;
        padding-right: 25px;
    }
    .pt-100 {
        padding-top: 80px;
    }
    .pb-100 {
        padding-bottom: 80px;
    }
    .main-header.g_shrink img.logo {
        width: 100px;
    }
    .top-social ul li i {
        margin-right: 5px;
    }
    img.about-1 {
        width: 85%;
    }
    img.about-2 {
        width: 280px;
        left: 25%;
        top: 10%;
    }
    .g_header.g_shrink .items {
        column-gap: 50px;
    }
    .experience h2 {
        font-size: 100px;
        margin-top: 160px;
        line-height: 90px;
    }
    .experience h3 {
        font-size: 40px;
    }
    img.img-fluid.main-decor {
        height: 430px;
    }
    .counter-section {
        padding-top: 250px;
    }
    .expertise h2 {
        font-size: 150px;
        margin-bottom: 20px;
    }
    .inner-expertise h4 {
        margin-top: 15px;
    }
    .inner-expertise img {
        width: 95%;
    }
    form {
        padding: 30px;
        border-radius: 20px;
    }
    textarea {
        height: 92px;
    }
    form button {
        padding: 10px;
    }
    .footer-contact {
        padding-left: 10px;
    }
    .footer-contact i {
        margin-right: 15px;
        font-size: 20px;
    }
    .logo-banner {
        width: 200px;
        padding: 10px;
    }
    .banner-img:before {
        width: 250px;
        height: 250px;
    }
    .real-inner img {
        width: 100%;
    }
    .banner-img img,
    .banner-img {
        border-radius: 0 0 800px 800px;
    }
}

@media (max-width: 1199.98px) {
    .padding-left {
        padding-left: 2%;
    }
    .what-points ul li {
        padding-right: 0;
    }
}

@media (max-width: 1024px) {}

@media (max-width: 991.98px) {
     :root {
        --font-size-25: 20px;
        --font-size-27: 22px;
        --font-size-41: 30px;
        --font-size-50: 30px;
    }
    .pt-100 {
        padding-top: 60px;
    }
    .pb-100 {
        padding-bottom: 60px;
    }
    img.logo {
        width: 120px;
        -webkit-transition: all 0.5s ease-out 0s;
        -moz-transition: all 0.5s ease-out 0s;
        -ms-transition: all 0.5s ease-out 0s;
        -o-transition: all 0.5s ease-out 0s;
        transition: all 0.5s ease-out 0s;
    }
    .top-social ul {
        display: flex;
        justify-content: flex-end;
        flex-direction: column;
    }
    a.nav-item.active:before {
        height: 2px;
    }
    .banner-img img,
    .banner-img {
        width: 100%;
        object-fit: cover;
        border-radius: 0 0 100px 100px;
    }
    .nav-item {
        padding-top: 0;
        padding-bottom: 5px;
        color: var(--color-000000);
        font-weight: var(--font-weight-SemiBold);
    }
    .g_header {
        position: relative;
        background: #282828;
    }
    .navbar-brand {
        padding: 5px 0;
    }
    .g_shrink .navbar-brand {
        padding: 0;
    }
    .banner-img {
        position: relative;
        width: 100%;
        object-fit: cover;
        height: 83vh;
    }
    .breadcrumb-section {
        height: 300px;
        padding-bottom: 40px;
    }
    .main-title span {
        display: inline-block;
    }
    img.about-1 {
        width: 70%;
        margin-top: -150px;
        margin-bottom: 20px;
    }
    .count-title {
        width: 90%;
    }
    .count-title {
        font-size: 18px;
        line-height: 22px;
    }
    div#sub_menu {
        align-items: center;
        justify-content: space-between;
    }
    .g_header.g_shrink .items {
        display: flex;
        justify-content: start;
        align-items: center;
        column-gap: 0px;
    }
    .main-nav .navbar-nav .nav-item .nav-link {
        margin: 8px 20px;
        text-align: left;
    }
    .title {
        font-size: 70px;
        margin-bottom: 10px;
    }
    .top-header,
    .top-header ul {
        display: none;
    }
    .g_shrink .top-header ul {
        height: 50px;
        line-height: 50px;
    }
    .top-header ul li i {
        font-size: 18px;
        margin-right: 8px;
    }
    .footer-contact ul li a,
    .footer-contact ul li p {
        font-size: 18px;
    }
    .footer-social ul {
        display: flex;
        justify-content: center;
    }
    .footer-social ul li i {
        font-size: 24px;
        margin-left: 10px;
    }
    .what-img {
        display: none;
    }
    .mb-5 {
        margin-bottom: 1.5rem !important;
    }
    .questions {
        margin-top: 35px;
    }
    .social-footer {
        margin-top: 42px;
    }
    .what-points ul li img {
        width: 30px;
        margin-right: 12px;
    }
    .bottom-about img {
        width: 100px;
        margin-right: 20px;
    }
    img.img-item {
        width: 120px;
    }
    .inner-banner,
    .banner {
        height: 100%;
    }
    .explore-btn {
        margin-top: 25px;
    }
    .explore-btn button {
        font-size: 16px;
        letter-spacing: 0;
        padding: 10px 20px;
    }
    .main-header.g_shrink .main-nav .logo-bg {
        width: 280px;
        height: 110px;
    }
    .mobile {
        display: block;
    }
    .desktop {
        display: none;
    }
    .offcanvas-header {
        display: block;
    }
    .mobile-offcanvas {
        visibility: hidden;
        transform: translateX(100%);
        border-radius: 0;
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        height: 100%;
        z-index: 1200;
        width: 80%;
        overflow-y: scroll;
        overflow-x: hidden;
        transition: visibility .3s ease-in-out, transform .3s ease-in-out;
    }
    .main-nav {
        padding: 5px 0;
    }
    img.img-fluid.main-decor {
        width: 100%;
        height: 500px;
        object-fit: cover;
    }
    .main-header.g_shrink .main-nav {
        padding: 10px 0;
    }
    .mobile-offcanvas.show {
        visibility: visible;
        transform: translateX(0);
        background-color: #fff;
    }
    .mobile-offcanvas .container,
    .mobile-offcanvas .container-fluid {
        display: block;
    }
    .offcanvas-header .btn-close {
        padding: 0.5rem 0.5rem;
        margin-top: 0.5rem;
        margin-right: 0.5rem;
        margin-bottom: 0.5rem;
    }
    .offcanvas-header {
        display: block;
    }
    .main-nav .navbar {
        padding: 0;
        width: 80%;
        float: left;
    }
    .mobile-offcanvas {
        visibility: hidden;
        transform: translateX(100%);
        border-radius: 0;
        background: var(--color-ffffff);
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        height: 100%;
        z-index: 1200;
        width: 80%;
        overflow-y: scroll;
        overflow-x: hidden;
        transition: visibility .3s ease-in-out, transform .3s ease-in-out;
    }
    .mobile-offcanvas.show {
        visibility: visible;
        transform: translateX(0);
    }
    .mobile-offcanvas .container,
    .mobile-offcanvas .container-fluid {
        display: block;
    }
    .p-content {
        margin-bottom: 10px;
    }
    .contact-link {
        justify-content: end;
    }
    .contact-link li a {
        border-radius: 5px;
        background-color: var(--color-e84f22);
        padding: 8px 12px;
        font-size: 16px;
        margin-right: 10px;
        color: var(--color-ffffff);
        top: 9px;
        position: relative;
    }
    .filter-buttons button:hover:before,
    .filter-buttons button.active:before {
        height: 2px;
    }
    .filter-buttons button:before {
        height: 2px;
    }
    .gallery_product {
        margin-bottom: 0;
        padding: 5px;
        border-radius: 0;
    }
    .gallery_product img {
        border-radius: 5px;
    }
    .contact-link li a i {
        color: var(--secondary-color);
    }
    iframe {
        width: 100%;
        padding: 0;
        height: 350px;
        padding-right: 0;
    }
    .contact-info {
        gap: 0px;
    }
    .contact-info {
        gap: 0px;
        width: 70%;
        padding: 50px;
        margin-bottom: 50px;
    }
    .mt-80 {
        margin-top: 40px;
    }
    .items ul {
        font-size: 15px;
        gap: 15px;
        padding-left: 15px;
    }
    .filter-buttons button {
        padding: 5px;
        margin: 0px 6px;
    }
    .top-social ul {
        justify-content: flex-start;
        margin-top: 30px;
    }
    .about-page::before {
        content: "";
        position: absolute;
        width: 78%;
        height: 450px;
        bottom: 0%;
        left: 0;
        z-index: -9;
        top: 50px;
    }
    .about-page1::before {
        width: 78%;
        height: 450px;
        top: 50px;
    }
    .about-content1 {
        padding-top: 30px;
    }
    .resp-flex {
        flex-direction: column-reverse;
    }
    .about-page .about-content {
        padding-top: 30px;
    }
    .mt-100 {
        margin-top: 50px;
    }
    .address i {
        font-size: 24px;
        margin-right: 15px;
        color: var(--color-ffffff);
    }
    ul.contact-social li i {
        font-size: 25px;
        transition: 0.5s;
        margin-right: 14px;
    }
    .contact-social ul li {
        margin-right: 15px;
    }
    .col-lg-12.col-md-12.text-center.contact-heading.pb-50.gallery {
        padding-bottom: 20px;
    }
    .top-social {
        display: none;
    }
    img.about-2 {
        width: 280px;
        left: 60%;
        top: 2%;
    }
    .real-inner img {
        width: 100%;
        margin-bottom: 10px;
    }
    .about-us p {
        padding-bottom: 15px;
        text-align: justify;
        border-bottom: 1px dashed #c2c4c6;
    }
    .waves-1 {
        margin-bottom: 110px;
        margin-top: 30px;
    }
    .experience h2 {
        font-size: 90px;
        margin-top: 100px;
        line-height: 90px;
    }
    .experience h3 {
        font-size: 36px;
    }
    .counter-section {
        padding-top: 150px;
    }
    .count-icon,
    .count-digit {
        font-size: 35px;
    }
    .left-exp {
        margin-top: 0px;
    }
    .expertise h2 {
        font-size: 120px;
        margin-bottom: 0px;
    }
    .what {
        width: 100%;
    }
    .inner-expertise img {
        width: 100%;
    }
    .client-testimonial {
        padding-bottom: 0px;
    }
    .footer-wave {
        bottom: -40px;
    }
    form {
        padding: 25px;
        margin-top: -200px;
    }
    .footer-contact {
        margin-top: 30px;
        padding: 0;
    }
    footer {
        padding-bottom: 10px;
    }
    form button {
        padding: 10px 0;
        width: 30% !important;
    }
    form .row {
        justify-content: center;
    }
    .copy-right {
        padding-top: 0;
    }
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .footer-content ul li {
        padding-right: 0px;
    }
    .footer-contact ul li a,
    .footer-contact ul li p {
        font-size: 14px;
    }
    .footer-contact i {
        margin-right: 10px;
        font-size: 18px;
    }
    .border-dash {
        width: 100%;
        border-bottom: 1px dashed #fff5;
        margin-bottom: 20px;
    }
}

@media (max-width: 800px) {}

@media (max-width: 767.98px) {
    .client-testimonial {
        padding-top: 110px;
        margin-top: -100px;
        z-index: -9;
    }
    .expertise {
        border-radius: 0 0 100px 100px;
    }
    .title {
        font-size: 55px;
        margin-bottom: 0px;
    }
    .banner-img {
        position: relative;
        width: 100%;
        object-fit: cover;
        height: 600px;
    }
    .banner-img img {
        object-fit: cover;
    }
    .logo-banner {
        width: 160px;
        padding: 8px;
    }
    .banner-img:before {
        width: 230px;
        height: 230px;
    }
    img.about-2 {
        width: 200px;
        left: 60%;
        top: 2%;
    }
    img.about-1 {
        border-radius: 100px 0 100px 0;
    }
    img.about-2 {
        left: 60%;
        top: 0%;
    }
    .experience h2 {
        font-size: 65px;
        margin-top: 80px;
        line-height: 65px;
    }
    .footer-contact ul li a,
    .footer-contact ul li p {
        font-size: 16px;
    }
    input,
    textarea {
        padding: 10px;
        border-radius: 5px;
        font-size: 14px;
    }
    .count-area-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .count-title {
        font-size: 16px;
        line-height: 22px;
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 480px) {
     :root {
        --font-size-19: 14px;
        --font-size-22: 15px;
        --font-size-25: 18px;
        --font-size-41: 25px;
        --font-size-26: 18px;
        --font-size-28: 24px;
        --font-size-33: 22px;
        --font-size-66: 33px;
        --font-size-27: 20px;
        --font-size-50: 23px;
    }
    .real .row>*,
    .expertise .row>* {
        padding-right: 5px;
        padding-left: 5px;
    }
    .real-inner {
        margin-bottom: 20px;
    }
    .banner-img {
        height: 450px;
    }
    .title {
        font-size: 36px;
        margin-bottom: 0px;
    }
    img.about-1 {
        width: 80%;
        border-radius: 50px 0 50px 0;
        margin-top: -180px;
        margin-left: -20px;
    }
    img.about-2 {
        width: 150px;
        left: 54%;
        top: 5px;
    }
    .waves {
        margin-top: 50px;
    }
    .copy-right p {
        margin: 0px;
        font-size: 13px;
    }
    #button {
        width: 45px;
        height: 45px;
        right: 20px;
        border: 1px solid var(--color-ffffff);
    }
    #button::after {
        font-size: 28px;
        line-height: 40px;
    }
    .whatsapp-btn {
        bottom: 85px;
        right: 20px;
        width: 45px;
        height: 45px;
        border-radius: 50%;
    }
    .whatsapp-btn i {
        font-size: 18px;
    }
    .number {
        margin-right: 0px;
    }
    .count-icon,
    .count-digit {
        font-size: 30px;
    }
    .count-title {
        font-size: 16px;
        line-height: 20px;
    }
    .count-area-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 16px 0;
        border-bottom: 1px solid #e84f2266;
    }
    .count-area-content :nth-child(3) {
        border: none;
    }
    .counter-section {
        padding-top: 200px;
        padding-bottom: 30px;
    }
    img.img-fluid.main-decor {
        height: 450px;
    }
    .gallery-slider {
        margin-left: 30px;
    }
    .expertise h2 {
        font-size: 70px;
        margin-bottom: 15px;
        background-size: cover;
    }
    .expertise {
        padding-top: 50px;
    }
    .client-testimonial-sub {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 25px;
    }
    .banner-img:before {
        width: 180px;
        height: 180px;
        bottom: -90px;
    }
    .logo-banner {
        width: 120px;
        padding: 8px;
    }
    section.about-us {
        padding-top: 100px;
    }
    .bottom-about {
        display: flex;
        align-items: center;
        margin-top: 30px;
        flex-direction: column-reverse;
    }
    .experience h2 {
        font-size: 55px;
        margin-top: 90px;
        line-height: 55px;
    }
    .experience h3 {
        font-size: 28px;
    }
    .experience h3:before {
        content: "";
        position: absolute;
        height: 2px;
        width: 50%;
        background: linear-gradient(90deg, rgba(232, 79, 34, 0) 0%, rgba(255, 255, 255, 1) 50%);
        left: -50%;
        border-radius: 100%;
    }
    .experience h3:after {
        content: "";
        position: absolute;
        height: 2px;
        width: 50%;
        background: linear-gradient(270deg, rgba(232, 79, 34, 0) 0%, rgba(255, 255, 255, 1) 50%);
        right: -50%;
        border-radius: 100%;
    }
    .gallery-slider {
        margin-left: 8px;
    }
    .client-say-about {
        padding: 0 10px;
    }
    form {
        padding: 20px 15px;
        margin-top: -200px;
    }
    form label {
        font-size: 13px;
    }
    .client-name h4 {
        font-size: 20px;
    }
    .qute-icon {
        margin-top: -60px;
        margin-bottom: 10px;
    }
    .qute-icon img {
        width: 30px;
    }
    form button {
        padding: 6px 0;
        width: 30% !important;
    }
    img.logo {
        width: 90px;
    }
    .main-header.g_shrink img.logo {
        width: 80px;
    }
    img.img-fluid.main-decor,
    .gallery-inner {
        border-radius: 16px;
        height: 350px;
    }
    .gallery-slider {
        margin-bottom: -180px;
        margin-top: 20px;
    }
    .footer-contact ul li a,
    .footer-contact ul li p {
        font-size: 14px;
    }
    .footer-content ul li {
        margin-bottom: 25px;
    }
}

@media (max-width: 375px) {}

@media (max-width: 375px) {}