@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;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: "Poppins", sans-serif;
}

:root {
    --primary-color: #177499;
    --secondary-color: #082733;
    --third-color: #15ac9c;
    --dark-color: #000;
    --light-color: #fff;

}

a {
    text-decoration: none;
    color: var(--third-color);
}

p {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

::selection {
    color: var(--light-color);
    background-color: var(--primary-color);
}

.topbar {
    background-color: var(--secondary-color);
    padding: 5px 0;
}

.topbar .top-left .social-links {
    display: flex;
    margin: 0;
    list-style: none;
    padding: 0;
}

.topbar .top-left .social-links li {
    padding-right: calc(40px / 2);
    position: relative;
}

.topbar .top-left .social-links li svg {
    color: var(--light-color);
}

.topbar .top-right .links {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: flex-end;
}

.topbar .top-right .links li {
    padding-left: 20px;
}

.topbar .top-right .links li a {
    color: var(--light-color);
}

.topbar .top-right .links li a svg {
    margin-right: 5px;
}


.header.fixed-header {
  /* position: fixed; */
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  z-index: 99999;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  /* backdrop-filter: blur(10px); */
  background-color: #fff;
  /* animation: slideDown 0.70s ease-out; */
}

/* @keyframes slideDown {
  from {
      transform: translateY(-100%);
  }

  to {
      transform: translateY(0);
  }
} */




ul.navbar-nav li {
    padding-right: calc(20px / 2);
    padding-left: calc(20px / 2);
    position: relative;
}

ul.navbar-nav li a {
    color: var(--dark-color);
}

ul.navbar-nav li a:hover {
    color: var(--third-color);
}



/* slider */


.creative-fullpage--slider img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

/* ============ Full Page Slider ================= */
.creative-fullpage--slider {
    background-color: #ffffff;
    z-index: 2;
    width: 100%;
    position: relative;
    flex-direction: column;
    height: 100%;
    font-size: 16px;
    display: flex;
    clip-path: none !important;
}

.creative-fullpage--slider .slider-inner {
    background: #000;
    height: 100vh;
    position: relative;
}

.creative-fullpage--slider .slider-inner.first {
    background-image: url(../images/banner-1.jpg);
    background-position: center right;
    background-size: cover;
    background-repeat: no-repeat;
}

.creative-fullpage--slider .slider-inner.second {
    background-image: url(../images/banner-2.jpg);
    background-position: center right;
    background-size: cover;
    background-repeat: no-repeat;
}

.creative-fullpage--slider .swiper-slide {
    position: relative;
    display: flex;
    justify-content: center;
    text-align: left;
    flex-direction: column;
    overflow: hidden;
}

.creative-fullpage--slider .swiper-slide .slider-inner img {
    object-fit: cover;
    width: 100%;
    /* height: 100vh; */
}

.creative-fullpage--slider .swiper-slide .slider-inner video {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.creative-fullpage--slider .swiper-slide .slider-inner .swiper-content {
    position: absolute;
    top: 22%;
    left: 125px;
    z-index: 1;
}

.creative-fullpage--slider .swiper-slide .slider-inner::after {
    content: "";
    position: absolute;
    width: 101%;
    height: 100%;
    top: 0;
    left: -1px;
    background-color: transparent;
    background-image: radial-gradient(at center right, #FFFFFF00 50%, #00000096 100%);
}


.swiper-slide .slider-inner .swiper-content .title-area .title {
    /* margin-top: 50px; */
    color: var(--dark-color);
    text-shadow: 3px 3px 0 #ffffff, -1px -1px 0 #ffffff, 1px -1px 0 #ffffff,
    -1px 1px 0 #ffffff, 1px 1px 0 #ffffff;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.1;
    text-transform: capitalize;
    /* margin-bottom: 50px; */
    /* margin-left: -12px; */
    text-decoration: none;
}

.swiper-slide .slider-inner .swiper-content p.disc {
    font-size: 20px;
    width: 100%;
    margin-top: 15px;
    margin: 20px 0px 40px 0px;
    font-weight: 400;
    color: #000;
    text-shadow: 3px 3px 0 #ffffff, -1px -1px 0 #ffffff, 1px -1px 0 #ffffff,
    -1px 1px 0 #ffffff, 1px 1px 0 #ffffff;
}

.creative-btn--wrap .creative-slide--btn {
    color: #ffffff;
    font-size: 1.4em;
    transition: margin-left 300ms cubic-bezier(0.49, 0, 0.01, 1);
    font-weight: 400;
    display: inline-flex;
    position: relative;
    white-space: nowrap;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    user-select: none;
    outline: none;
    outline-color: transparent;
    box-shadow: none;
    will-change: transform;
    backface-visibility: hidden;
}

.creative-btn--circle .circle {
    position: absolute;
    right: calc(100% - 10px);
    top: 0;
    bottom: 0;
    margin: auto;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    clip-path: circle(25% at 50% 50%);
    transition: clip-path 500ms cubic-bezier(0.49, 0, 0.01, 1);
}

.creative-btn--circle .circle .circle-fill {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 100%;
    background-color: #ffffff;
    will-change: transform;
    transform: scale(0);
    z-index: 1;
    transition: transform 500ms cubic-bezier(0.49, 0, 0.01, 1), background-color 500ms cubic-bezier(0.49, 0, 0.01, 1);
}

.creative-btn--circle .circle-icon {
    transform: translate(-100%, 0%);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    z-index: 2;
    transition: all 500ms cubic-bezier(0.49, 0, 0.01, 1);
}

.creative-btn--circle .circle-icon .icon-arrow {
    width: 20px;
    height: 20px;
    stroke: none;
    fill: #000;
}

.creative-btn--circle .circle-outline {
    fill: transparent;
    width: 10px;
    stroke: #ffffff;
}

.creative-slide--btn {
    background-color: var(--third-color);
    padding: 10px 20px;
    border-radius: 50px;
}

.creative-fullpage--slider .swiper-container-h .swiper-button-next,
.creative-fullpage--slider .swiper-container-h .swiper-button-prev {
    transform: scale(1);
    transition: all 0.4s;
    background-color: #ffffff;
    /* backdrop-filter: blur(20px); */
    height: 35px;
    width: 35px;
    line-height: 35px;
    border-radius: 50%;
    transition: all 0.4s;
}

.creative-fullpage--slider .swiper-container-h .swiper-button-next {
    right: 50px;
}

.creative-fullpage--slider .swiper-container-h .swiper-button-prev {
    left: 50px;
}

.swiper-container-h .slider-pagination-area {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: unset;
    right: unset;
    bottom: 80px;
    left: 50% !important;
    transform: translateX(-50%);
    width: 500px;
    z-index: 1;
}

.swiper-container-h .slider-pagination-area .slide-range {
    font-size: 16px;
    font-weight: 500;
    margin: 0 15px;
    color: #ffffff;
    line-height: 0;
    position: absolute;
    font-size: 20px;
}

.swiper-container-h .slider-pagination-area .slide-range.one {
    left: -50px;
}

.swiper-container-h .slider-pagination-area .slide-range.three {
    right: -50px;
}

.swiper-container-h .slider-pagination-area .swiper-pagination {
    bottom: 0 !important;
    width: 500px !important;
}

.swiper-container-h .slider-pagination-area .swiper-pagination .swiper-pagination-progressbar-fill {
    background: #ffffff;
}

.swiper-container-h .swiper-button-next::after {
    content: "\f061";
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
    background: none;
    color: var(--third-color);
    font-size: 25px;
}

.swiper-container-h .swiper-button-prev::after {
    content: "\f060";
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
    background: none;
    color: var(--third-color);
    font-size: 25px;
}

.swiper-container-h .swiper-button-next:hover,
.swiper-container-h .swiper-button-prev:hover {
    background: #ffffff0d;
}


/* ====================== Responsive Ipad =============================== */
@media (max-width: 991px) {
    .creative-fullpage--slider .swiper-slide .slider-inner .swiper-content {
        width: 100%;
        text-align: center;
        left: 0;
        padding: 10px;
    }

    .creative-fullpage--slider .swiper-container-h .swiper-button-next,
    .creative-fullpage--slider .swiper-container-h .swiper-button-prev {
        height: 50px;
        width: 50px;
        line-height: 50px;
    }

    .swiper-container-h .slider-pagination-area {
        width: 200px !important;
    }

    .swiper-container-h .swiper-button-next::after,
    .swiper-container-h .swiper-button-prev::after {
        font-size: 30px;
    }

    /* .creative-fullpage--slider .swiper-container-h .swiper-button-next,
    .creative-fullpage--slider .swiper-container-h .swiper-button-prev {
        background: #ffffff3b;
    } */

    .swiper-container-h .slider-pagination-area .swiper-pagination {
        bottom: 0 !important;
        width: 200px !important;
    }
}

/* ====================== Responsive Iphone =============================== */
@media screen and (max-width: 767px) {
    .swiper-slide .slider-inner .swiper-content .title-area .title {
        font-size: 64px;
    }


    .swiper-slide .slider-inner .swiper-content p.disc {
        margin: 20px auto 20px auto;
        font-size: 16px;
        width: 95%;
    }

    .swiper-container-h .slider-pagination-area {
        display: none;
    }

    .swiper-slide .slider-inner .swiper-content p.disc br {
        display: none;
    }
}


/* about */

.about {
    padding: 50px 0;
}

.about .heading {
    text-align: left;
}

.about .about-content {
    padding-right: 50px;
}

.about .about-content a {
    margin-top: 20px;
    display: inline-block;
    color: #000;
    background: #fff;
    border: 1px solid #afafaf;
    border-radius: 50px;
    padding: 10px 20px;
}

.about .about-content a:hover {
    transition: all .3s;
    color: #fff;
    background: #35b69e;
    background: -moz-linear-gradient(left, var(--third-color) 0%, var(--primary-color) 100%, var(--secondary-color) 100%);
    background: -webkit-linear-gradient(left, var(--third-color) 0%, var(--primary-color) 100%, var(--secondary-color) 100%);
    background: linear-gradient(to right, var(--third-color) 0%, var(--primary-color) 100%, var(--secondary-color) 100%);
}


/* services */

.services {
    padding: 50px 0;
}

.service-img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.service-img:first-child {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    height: 230px;
}

.icon-holder {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 100%;
    transition: all 700ms ease;
    transition-delay: 0.5s;
    z-index: 3;
    background: var(--primary-color);
    background: -moz-linear-gradient(top, var(--primary-color) 0%, var(--third-color) 100%);
    background: -webkit-linear-gradient(top, var(--primary-color) 0%, var(--third-color) 100%);
    background: linear-gradient(to bottom, var(--primary-color) 0%, var(--third-color) 100%);
    justify-content: center;
    align-items: center;
}

.icon-holder svg {
    color: #fff;
    font-size: 27px;
}

.inner-service .service-content {
    position: relative;
    display: block;
    text-align: center;
    border: 1px solid #eeeeee;
    background: #ffffff;
    padding: 25px 12px 40px;
    border-radius: 0 0px 15px 15px;
}

.inner-service .service-content p {
    font-size: 14px;
}

.inner-service .service-content h2 {
    font-size: 20px;
}

.inner-service:hover .icon-holder {
    left: -80px;
    transition: all .5s;
}

.inner-service .link-icon {
    position: relative;
    z-index: 9999;
    border: 1px solid #ddd;
    top: -25px;
    background-color: #ffffff;
    background: #ffffff;
    border-radius: 50px !important;
    height: 50px;
    width: 50px;
    border-radius: 62px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all .5s;
}

.inner-service .link-icon:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.outer-circle {
    text-align: -moz-center;
    text-align: -webkit-center;
}


/* testimony */

.testimonial {
    padding: 50px 0;
    background-color: #f5f5f5;
}

.testimonial .testimony {
    background-color: #fff;
    border-radius: 20px;
}

.testimonial .testimony svg {
    color: #ececec;
    font-size: 30px;
}

.testimonial .testimony {
    padding: 20px;
    text-align: center;
}

.testimonial .avatar {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}
.testimonial .avatar img {
    width: 40px;
    max-width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50px;
    margin-right: 10px;
}

.testimonial .avatar .text {
    color: var(--third-color);
}

.testimonial .avatar .text h6 {
    font-size: 12px;
}

.testimonial .avatar .text h4 {
    font-size: 14px;
    margin: 0;
}


/* blog */

.blog {
    padding: 50px 0;
}

.blog .inner-blog .blog-img {
    overflow: hidden;
}

.blog .inner-blog:hover img {
    transform: scale(1.12);
    filter: grayscale(100%);
    transition: all .5s;
}

.blog .inner-blog img {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    transition: all .5s;
}

.blog .inner-blog a {
    display: inline-block;
    margin-top: 20px;
}

.blog .inner-blog p {
    margin-top: 10px;
}



/* contact */

.contact {
    padding: 50px 0;
}

.heading h4 {
    color: var(--third-color);
    font-size: 18px;
    font-weight: 700;
}

.heading h1 {
    position: relative;
    display: block;
    margin: 10px 0 0;
    color: #303030;
    margin-bottom: 12px;
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
}

.heading {
    text-align: center;
}

form button {
    color: #fff !important;
    background: #15ac9c !important;
    padding: 13px 20px !important;
    border-radius: 50px !important;
    text-transform: capitalize !important;
}

form input,
form textarea {
    padding: 15px !important;
    border-radius: 35px !important;
    margin-top: 10px;
}


/* gallery */

.gallery {
    padding: 50px 0;
}

.gallery-carousel a img {
        border: 1px solid #00ab9d;
}


/* footer */

.footer-before {
    padding-top: 30px;
    margin-bottom: -100px;
    color: #fff;
}

.footer-before .left,
.footer-before .right {
    padding: 40px;
}

.footer-before .left {
    background-color: var(--primary-color);
}

.footer-before .right {
    background-color: var(--third-color);
}

.footer-before .inner-sec {
    position: relative;
    padding-left: 50px;
}

.footer-before .inner-sec a {
    color: #000;
}

.footer-before .inner-sec svg {
    position: absolute;
    left: 0;
    font-size: 40px;
}


.footer {
    padding: 180px 0 0px 0;
    background-color: var(--secondary-color);
}

.footer h3 {
    color: var(--light-color);
    font-weight: 700;
    font-size: 25px;
    margin: 0 0 30px;
}

.footer .footer-info-sec p {
    color: var(--light-color);
    font-size: 14px;
    line-height: 1.6;
}

.footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer ul>li {
    display: block;
    margin-bottom: 15px;
    color: #fff;
}

.footer .blog-sec ul>li a {
    color: var(--third-color);
    display: block;
}

.footer .blog-sec ul>li>a>span {
    color: #FFFFFF;
    display: block;
    margin-top: 5px;
    font-size: 85%;
}

.opening .float-right {
    float: right !important;
}

hr {
    color: var(--light-color);
}

.footer .copyright {
    color: var(--light-color);
    padding: 20px 0;
    text-align: center;
}

.pop-up {
    position: fixed;
    z-index: 999;
    display: flex;
    bottom: 30px;
    right: 30px;
    justify-content: space-evenly;
    align-items: center;
}

.pop-up a {
    color: var(--light-color);
    background-color: var(--third-color);
    padding: 15px 20px;
    border-radius: 50px;
    transition: all .5s;
}

.popup-form {
    position: fixed;
    bottom: 100px;
    right: 30px;
    padding: 38px;
    background: #fff;
    z-index: 9999;
    width: 400px;
    border-radius: 40px;
    box-shadow: 0px 0px 15px 0px #c1c1c1;
}

.popup-form form input, form textarea {
    padding: 5px !important;
    border-radius: 35px !important;
    margin-top: 10px;
}

.popup-form .form-head h3 {
    color: var(--third-color);
    font-weight: 700;
}

.popup-form .form-head hr {
    color: var(--primary-color);
}



#scrollTop {
  display: none;
  position: fixed;
  bottom: 100px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: var(--primary-color);
  color: white;
  cursor: pointer;
  padding: 7px 12px;
  transition: all 0.7s;
  border-radius: 50px;
}

#scrollTop:hover {
  background-color: var(--third-color);
}

#chat-icon {
    bottom: 25px;
    left: 15px;
    padding: 10px 20px;
    background: #25D366;
    color: #fff;
    font-size: 25px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    padding: 0;
    border-radius: 50%;
    box-shadow: 0px 0px 10px #00000026;
    position: fixed;
    z-index: 2147483647;
}

