@import url(https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&amp;display=swap);

:root {
    --font-default: 'Manrope', sans-serif;
    --font-heading: 'Manrope', sans-serif;
    --fontawesome: "Font Awesome 5 Pro";
    --black: #000000;
    --dark: #171827;
    --white: #ffffff;
    --color-primary: #015FC9;
    --color-secondary: #25cdc7;
    --color-style-five: #05be8a;
    --color-heading: #04000b;
    --color-paragraph: #666666
}

::selection {
    background-color: #f89c0d;
    color: #000
}

.active-color {
    color: #009c92 !important;
    text-decoration: underline
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

body,
html {
    height: 100%
}

html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    scroll-behavior: smooth
}

a,
article,
aside,
audio,
body,
caption,
div,
figure,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
img,
label,
legend,
li,
mark,
nav,
ol,
option,
p,
section,
span,
time,
ul,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0
}

img {
    border: none;
    outline: 0;
    max-width: 100%
}

.color-style-five a:hover {
    color: var(--color-secondary)
}

.secondary a:hover {
    color: var(--color-primary)
}

input {
    border: 1px solid #e7e7e7;
    border-radius: inherit;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    min-height: 50px
}

input:focus {
    outline: 0;
    -webkit-box-shadow: inherit;
    box-shadow: inherit
}

select:focus {
    outline: 0;
    -webkit-box-shadow: inherit;
    box-shadow: inherit
}

ul {
    list-style-type: none
}

li,
ul {
    margin: 0;
    padding: 0;
    list-style: none
}

body {
    font-family: var(--font-default);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
    overflow-x: hidden;
    background-color: var(--white);
    color: var(--color-paragraph)
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Inter Tight", sans-serif
}

.btn,
a,
button {
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    outline: medium none;
    text-decoration: none;
    font-weight: 700
}

p {
    font-family: "Open Sans", sans-serif;
    font-weight: 600
}

.bg-dark {
    background-color: var(--dark) !important
}

.color-style-five .bg-theme {
    background-color: var(--color-secondary)
}

.text-light {
    color: var(--white)
}

.text-light a,
.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6,
.text-light p,
.text-light span {
    color: var(--white)
}

.title {
    font-weight: 800;
    font-size: 50px
}

@media (max-width:767px) {
    .title {
        font-size: 36px;
        margin-top: 0
    }
}

.bg-dark .title {
    color: var(--white)
}

button {
    display: inline-block;
    font-weight: 700;
    text-transform: capitalize;
    transition: all .35s ease-in-out;
    overflow: hidden;
    border-radius: 7px;
    border: 2px solid transparent;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    font-size: 16px;
    letter-spacing: 0;
    padding: 14px 40px;
    background: #e7edf8;
    position: relative;
    z-index: 1;
    color: var(--white);
    border: none;
    background: var(--color-primary)
}

.color-style-five button {
    background: var(--color-secondary)
}

button::after {
    position: absolute;
    top: inherit;
    right: inherit;
    bottom: inherit;
    left: -5%;
    content: "";
    height: 150px;
    width: 115%;
    z-index: -1;
    background-color: var(--dark);
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    -webkit-transform: translateY(-45%) skew(25deg) scale(0);
    transform: translateY(-45%) skew(25deg) scale(0)
}

button:hover::after {
    -webkit-transform: translateY(-45%) skew(25deg) scale(1.2);
    transform: translateY(-45%) skew(25deg) scale(1.2)
}

button i {
    margin-right: 4px
}

.bg-dark,
.bg-dark p,
.bg-dark-secondary,
.bg-dark-secondary p {
    color: #ccc
}

.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6 {
    color: var(--white)
}

.scroll-top {
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: fixed;
    bottom: 105%;
    right: 25px;
    font-size: 24px;
    z-index: 99;
    color: #fff;
    text-align: center;
    cursor: pointer;
    transition: 1s ease;
    border-radius: 50%
}

.scroll-top:hover {
    box-shadow: 0 5px 5px rgba(0, 0, 0, .5)
}

.scroll-top.open {
    bottom: 100px
}

.scroll-top i {
    color: #fff
}

.scroll-top {
    background: #eeb12a
}

.whatsapp-btn {
    width: 60px;
    height: 60px;
    position: fixed;
    z-index: 100;
    right: 20px;
    bottom: 30px;
    cursor: pointer;
    transition: all .4s
}

.item-flex {
    align-items: center;
    display: flex
}

.item-flex li {
    margin-left: 30px
}

.item-flex li:first-child {
    margin: 0
}

.item-flex li i {
    margin-right: 10px;
    font-size: 18px;
    color: var(--color-primary)
}

.bg-dark .item-flex li i,
.bg-theme .item-flex li i {
    color: var(--white)
}

.top-bar-area {
    position: relative;
    z-index: 100
}

.top-bar-area li {
    display: flex;
    align-items: center;
    font-weight: 500
}

.top-bar-area li a {
    font-weight: 500
}

.top-bar-area .social li {
    display: inline-block;
    margin-right: 30px
}

.top-bar-area .social li:first-child {
    margin-right: 0
}

.top-bar-area .text-end .social li {
    margin-right: 0;
    margin-left: 20px
}

.top-bar-area .text-end .social li:first-child {
    margin-left: 0
}

.top-bar-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0
}

.top-bar-area.top-bar-style-one.bg-dark {
    border-bottom: 1px solid rgba(255, 255, 255, .4)
}

.navbar .dropdown-menu a:hover {
    color: #afd05f !important;
    margin-left: 15px !important
}

.top-bar-area a i {
    transition: .3s
}

.top-bar-area a i:hover {
    color: var(--color-secondary) !important
}




/* ========== Blur Box only for Promo Run =========== */

#blur-box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(3px);
  z-index: 10000000000;
}

/* Modal content */
.blur-content {
  position: relative;
  padding: 20px;
  background: white;
  border-radius: 8px;
  max-width: 45%;
  width: 100%;
  text-align: center;
}

#blur-box .close-btn {
  position: absolute;
  height: 40px;
  width: 40px;
  display: grid;
  place-items: center;
  top: -10px;
  right: -10px;
  color: white;
  font-size: 24px;
  cursor: pointer;
  z-index: 1001 !important;
  border-radius: 50%;
  background-color: var(--color-primary);
}

#blur-box .close-btn:hover {
  scale: 1.2;
}

.blur-content img {
  max-width: 100%;
  height: auto;
}

#blur-box .link-data a {
  background-color: var(--color-primary);
  color: white;
  padding: 15px 35px;
  font-weight: 600;
  border-radius: 100px;
  display: inline-block;
  margin-top: 15px;
  transition: 200ms;
  font-size: 15px;
}

#blur-box .link-data a:hover {
  background-color: #ff4f75;
  border-radius: 0;
}

@media(max-width:1400px) {
  .blur-content {
    max-width: 80%;
  }
}

@media(max-width:1100px) {
  .blur-content {
    max-width: 90%;
  }
}

@media(max-width: 576px) {
  .blur-content {
    padding: 7px;
    max-width: 70%;
  }

  #blur-box .link-data a {
    padding: 12px 22px;
    font-size: 14px;
  }
}

@media (max-width: 500px) {
  .blur-content {
    max-width: 80%;
  }
}

@media (max-width: 400px) {
  .blur-content {
    max-width: 90%;
  }
}

/*-- =================== BANNER SECTION  =================== --*/
.banner {
    padding: 100px 0;
    background-image: linear-gradient(rgba(0, 0, 0, .6), #131112), url(../images/banner.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.banner h2 {
    color: #fff;
    font-size: clamp(40px, 3vw, 100px);
    font-weight: 700
}

.banner h2 span {
    font-size: clamp(32px, 2.5vw, 120px);
    font-weight: 900;
    background: #71ceef;
    background: linear-gradient(to right, #71ceef 0, #fe9a04 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.banner .para1 {
    width: 55%;
    color: #fff
}

.banner a {
    padding: 12px 22px;
    background-color: #1b68d9;
    border-radius: 8px;
    color: #fff
}

.banner a:hover {
    background-color: #3d7ad6;
    color: #fff
}

.google-review {
    margin-top: -50px
}

.google-review .outer {
    padding: 30px 30px;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .25);
    color: #000
}

.google-review .second {
    border-right: 3px solid #d3d3d3;
    border-left: 3px solid #d3d3d3
}

.google-review .third {
    border-right: 3px solid #d3d3d3
}

.google-review .outer .data .upper p {
    font-size: 20px;
    font-family: "Russo One", sans-serif;
    font-weight: 400
}

.google-review .outer .data .upper i {
    color: #f7b704
}

.google-review .outer .data .upper h6 {
    color: #03c0b4;
    font-weight: 600;
    font-size: 18px
}

.about-us .para1 {
    color: #000;
    font-weight: 700;
    font-size: 18px
}

.about-us .para1 i {
    color: orange
}

.about-us h1 {
    font-size: 2.5vw;
    font-weight: 700;
    color: #055986
}

.about-us ul li::before {
    font-family: "Font Awesome 5 Free";
    content: '\f178';
    font-weight: 900;
    margin-right: 10px
}

.about-us .left a {
    background-color: #1b68d9;
    position: relative;
    padding: 10px 28px;
    border-radius: 5px;
    font-weight: 600;
    color: #fff;
    border: 2px solid #1b68d9;
    font-weight: 700
}

.about-us .left a:hover {
    background-color: transparent;
    color: #000
}

.about-us .right .image2 {
    height: 300px;
    border-radius: 10px;
    overflow: hidden
}

.about-us .right .image2 img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.about-us .right h2 {
    font-size: clamp(30px, 2.7vw, 70px);
    font-weight: 900
}

.about-us .right h5 {
    color: #055986;
    font-size: 3vw;
    font-family: "Russo One", sans-serif
}

.about-us .right p {
    font-size: 20px
}

.about-us .right i {
    font-size: 7vw;
    -webkit-text-stroke: 1px var(--color-primary);
    color: transparent;
    font-weight: 900;
    transform: rotate(-45deg)
}

.mission .image img {
    width: 50%;
    height: 50%;
    object-fit: contain
}

.mission .data h6 {
    color: #a1c84f;
    font-weight: 700;
    font-size: 20px
}

.services {
    background-image: url(../images/services-bg.png);
    background-repeat: no-repeat;
    background-size: cover
}

.services .upper {
    font-size: 18px;
    color: #000;
    font-weight: 700
}

.services .upper i {
    color: orange
}

.services .top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center
}

.services .navi {
    display: flex;
    justify-content: space-between;
    width: 200px;
    position: relative;
    height: 40px
}

.services .swiper-pagination-fraction {
    position: absolute;
    top: 3px;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    font-weight: 900;
    font-size: 20px
}

.services .swiper-button-next,
.services .swiper-button-prev {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: #a1c84f;
    display: grid;
    place-items: center;
    margin-top: 0;
    top: 0
}

.services .swiper-button-next:after,
.services .swiper-button-prev:after {
    font-size: 16px;
    color: #fff;
    font-weight: 900
}

.services .top h3 {
    font-size: 35px;
    font-weight: 700;
    color: #055986
}

.services .services_slider .data {
    padding: 50px 30px;
    box-shadow: 0 10px 30px -5px rgb(109 117 143 / 33%);
    border-radius: 10px;
    background-color: #fff;
    height: 85%
}

.services .services_slider .swiper-slide .icon img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-bottom: 30px
}

.services .services_slider .swiper-slide .image {
    height: 150px;
    width: 100%;
    border-radius: 8px;
    overflow: hidden
}

.services .services_slider .swiper-slide .image img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.services .services_slider .swiper-slide h4 {
    font-size: 25px;
    font-weight: 700;
    color: #03c0b4
}

.services .services_slider .swiper-slide a {
    color: #a1c84f
}

.work .upper h3 {
    font-size: 35px;
    font-weight: 700;
    color: #055986
}

.work .upper p {
    width: 80%;
    margin: auto
}

.work .left .image {
    height: 100%
}

.work .left .image img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.work .right h2 {
    font-size: clamp(30px, 2.7vw, 70px);
    font-weight: 900
}

.work .right .em {
    padding: 16px 30px;
    border-radius: 100px;
    background-color: #03c0b4;
    color: #fff;
    display: inline-block;
    font-weight: 900;
    transition: all .3s
}

.work .right .em:hover {
    background-color: #ffcd6f;
    color: #000
}

.work .work_slider .swiper-slide {
    height: 300px;
    overflow: hidden;
    box-shadow: 0 0 12px -5px rgba(0, 0, 0, .75);
    border-radius: 8px
}

.work .work_slider .swiper-slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top
}

.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction,
.work .swiper-horizontal>.swiper-pagination-bullets {
    bottom: -10px
}

.testimonial {
    background-image: url(../images/shapes/shape-6.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.testimonial .upper h2 {
    font-size: 35px;
    font-weight: 700;
    color: #055986
}

.testimonial .upper p {
    color: #f17732;
    letter-spacing: 7px;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700
}

.testimonial .icon-box img {
    height: 65px
}

.testimonial .inner-box p {
    line-height: 25px
}

.testimonial .inner-box h4 {
    color: #03c0b4;
    font-weight: 600
}

.testimonial .swiper-slide .star i {
    color: #f7b704
}

.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction,
.testimonial .swiper-horizontal>.swiper-pagination-bullets {
    bottom: -5px
}

.footer {
    background: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, .5)), url(../images/footer-bg.webp);
    background-repeat: no-repeat;
    background-size: cover
}

.footer::before {
    position: absolute;
    content: '';
    background: url(../images/footer-shape.svg) no-repeat;
    width: 100%;
    height: 100px;
    left: 0;
    right: 0;
    top: -10px;
    z-index: 1
}

.footer .upper {
    padding: 120px 0 50px 0
}

.footer .first .image img {
    width: 80%;
    padding: 5px 22px;
    border-radius: 100px;
    background-color: #fff
}

.footer .first p {
    font-size: 15px;
    margin: 28px 0
}

.footer .first .social-links ul {
    display: flex;
    gap: 20px
}

.footer .first .social-links ul li {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    border: 2px solid #fff;
    display: grid;
    place-items: center;
    background-color: #fff;
    transition: .3s
}

.footer .first .social-links ul li:hover {
    background-color: transparent
}

.footer .first .social-links ul li a i {
    color: #000;
    font-weight: 900;
    font-size: 18px;
    transition: .3s
}

.footer .first .social-links ul li:hover a i {
    color: #fff
}

.footer h4 {
    color: #ffcd6f;
    margin-bottom: 40px;
    font-weight: 600;
    position: relative
}

.footer h4::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    height: 3px;
    width: 60px;
    border-radius: 100px;
    background-color: #ffcd6f
}

.footer .second {
    padding-left: 7%
}

.footer .middle ul li a {
    color: #fff;
    transition: .1s;
    margin-bottom: 5px;
    display: inline-block
}

.footer .middle ul li a:hover {
    color: #03c0b4;
    text-decoration: underline
}

.footer .last p {
    font-weight: 700
}

.footer .last ul li a {
    color: #fff;
    transition: .1s
}

.footer .last ul li a:hover {
    color: #03c0b4;
    text-decoration: underline
}

.lower-footer p {
    font-size: 14px;
    padding: 10px 0;
    background-color: #171827;
    color: #fff
}

.lower-footer p a {
    color: #03c0b4
}

@media(max-width:1200px) {
    .about-us .right p {
        font-size: 18px
    }
}

@media(max-width:991px) {
    .about-us h1 {
        font-size: 4vw
    }

    .about-us .right h2 {
        font-size: 4vw
    }

    .about-us .right h5 {
        font-size: 5vw
    }

    .about-us .right i {
        font-size: 10vw
    }

    .footer .second {
        padding-left: 12px
    }
}

@media(max-width:800px) {
    .google-review .outer {
        padding: 25px 20px
    }
}

@media(max-width:768px) {
    .banner h2 {
        font-size: clamp(30px, 3vw, 100px)
    }

    .banner .para1 {
        width: 80%
    }

    .work .upper p {
        width: 100%
    }

    .work .left .image {
        height: 300px;
        margin-bottom: 20px;
        border-radius: 12px;
        overflow: hidden
    }
}

@media(max-width:767px) {
    .google-review .third {
        border-right: none
    }
}

@media(max-width:576px) {
    .banner {
        padding: 70px 0 100px 0
    }

    .banner h2 {
        font-size: clamp(22px, 3vw, 100px)
    }

    .banner h2 span {
        font-size: clamp(22px, 2.5vw, 120px)
    }

    .banner .para1 {
        width: 100%
    }

    .banner a {
        font-size: 15px
    }

    .about-us h1 {
        font-size: clamp(22px, 5vw, 90px)
    }

    .about-us ul li {
        font-size: 15px
    }

    .about-us .right .image2 {
        height: 200px
    }

    .about-us .right h2 {
        font-size: clamp(25px, 5vw, 90px)
    }

    .about-us .right h5 {
        font-size: 30px
    }

    .about-us .left a {
        font-size: 15px
    }

    .mission .image img {
        height: 100px;
        width: 100px
    }

    .services .top h3 {
        font-size: 30px
    }

    .services .services_slider .data {
        height: 80%
    }

    .work .upper h3 {
        font-size: 30px
    }

    .work .upper p {
        font-size: 15px;
        text-align: justify;
        text-align-last: center
    }

    .work .right .em {
        padding: 12px 25px
    }

    .testimonial .upper h2 {
        font-size: 30px
    }

    .testimonial .upper p {
        font-size: 18px
    }

    .testimonial .testimonial_slider p {
        font-size: 15px;
        text-align: justify;
        text-align-last: center
    }
}

@media(max-width:575px) {
    .google-review .second {
        border-right: none;
        border-left: 3px solid #d3d3d3
    }
}

@media(max-width:400px) {
    .banner h2 {
        font-size: clamp(28px, 3vw, 100px)
    }

    .banner h2 span {
        font-size: clamp(25px, 2.5vw, 120px)
    }

    .banner .para1 {
        font-size: 15px
    }

    .banner a {
        padding: 10px 20px
    }

    .google-review .outer {
        padding: 25px 10px
    }

    .google-review .outer .data .upper h6 {
        font-size: 15px
    }

    .about-us .left a {
        padding: 8px 22px
    }

    .services .services_slider .data {
        padding: 35px 15px
    }

    .lower-footer p {
        font-size: 13px
    }
}