@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&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");


body{
    font-size: 14px;
    line-height: 1.4;
}
strong, b {
    font-weight: bold;
}
.is-wrapper p,.is-wrapper li,.is-wrapper input,.is-wrapper span {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
}
.is-wrapper h1,.is-wrapper h2,.is-wrapper h3,.is-wrapper h4,.is-wrapper h5,.is-wrapper h6 {
    font-variant-ligatures: common-ligatures;
}
.is-wrapper h1.is-title-bold, .is-wrapper h2.is-title-bold, .is-wrapper h3.is-title-bold, 
.is-wrapper h4.is-title-bold, .is-wrapper h5.is-title-bold, .is-wrapper h6.is-title-bold {
    font-weight: 700;
}
.is-dark-text, .is-dark-text h1, .is-dark-text h2, .is-dark-text h3, .is-dark-text h4, .is-dark-text h5, .is-dark-text h6, .is-dark-text p, .is-dark-text li {
    color: #141414;
}
.menubar.menubar-mobile .menubar-toggler span, .menubar.menubar-mobile .menubar-toggler span:before, .menubar.menubar-mobile .menubar-toggler span:after {
    background: #efefef;
}
.is-wrapper a.is-btn-ghost1, .is-wrapper a.is-btn-ghost2, 
.is-wrapper button.is-btn-ghost1, .is-wrapper button.is-btn-ghost2 {
    font-size: 1em;
    letter-spacing: normal;
    line-height: 1.5;
    padding: 0.60em 2.000em;
    border-radius: 12px;
}
.is-wrapper a.is-btn-ghost1.btn-lg, .is-wrapper a.is-btn-ghost2.btn-lg, 
.is-wrapper button.is-btn-ghost1.btn-lg, .is-wrapper button.is-btn-ghost2.btn-lg {
    padding: 1.000em 5.000em;
    font-size: 1.25em;
}
.is-wrapper a.is-btn-ghost1.btn-sm, .is-wrapper a.is-btn-ghost2.btn-sm, 
.is-wrapper button.is-btn-ghost1.btn-sm, .is-wrapper button.is-btn-ghost2.btn-sm {
    padding: 0.700em 2.500em;
    font-size: .75em;
    border-radius: 8px;
}
@media(min-width:769px){
.is-wrapper .is-btn-group .is-btn + .is-btn{
    margin-left: 0.5em; 
}
}
@media(max-width:768px){
.is-wrapper .is-btn-group .is-btn + .is-btn{
    margin-top: 0.5em; 
}
.slider-on-box .slider-content {
    padding: 5% 15px;
}
}
/* ghost1 dark-text */
.is-dark-text .is-btn-ghost1,
.is-light-text .is-dark-text .is-btn-ghost1 {
    color:  #3300FF;
    border: 2px solid  #3300FF;
    background: transparent;
}
    .is-dark-text .is-btn-ghost1:hover, .is-dark-text .is-btn-ghost1:active, .is-dark-text .is-btn-ghost1:focus,
    .is-light-text .is-dark-text .is-btn-ghost1:hover, .is-light-text .is-dark-text .is-btn-ghost1:active, .is-light-text .is-dark-text .is-btn-ghost1:focus {
        color: rgb(255 255 255);
    	background-color: #3300FF;
    	border: 2px solid #3300FF;
    }
/* ghost1 light-text */
.is-light-text .is-btn-ghost1,
.is-dark-text .is-light-text .is-btn-ghost1 {
    color: rgba(51, 0, 255);
    	background-color: transparent;
    	border: 2px solid rgba(51, 0, 255);
}
    .is-light-text .is-btn-ghost1:hover, .is-light-text .is-btn-ghost1:active, .is-light-text .is-btn-ghost1:focus,
    .is-dark-text .is-light-text .is-btn-ghost1:hover, .is-dark-text .is-light-text .is-btn-ghost1:active, .is-dark-text .is-light-text .is-btn-ghost1:focus {
        color: rgba(51, 0, 255);
    	border: 2px solid rgb(255 255 255);
    	background-color: rgb(255 255 255);
    }
/* ghost2 dark-text */
.is-dark-text .is-btn-ghost2,
.is-light-text .is-dark-text .is-btn-ghost2 {
    color: rgb(255 255 255);
    border: 2px solid #3300FF;
    background-color: #3300FF;
}
    .is-dark-text .is-btn-ghost2:hover, .is-dark-text .is-btn-ghost2:active, .is-dark-text .is-btn-ghost2:focus,
    .is-light-text .is-dark-text .is-btn-ghost2:hover, .is-light-text .is-dark-text .is-btn-ghost2:active, .is-light-text .is-dark-text .is-btn-ghost2:focus {
        color: #3300FF;
        border: 2px solid #3300FF;
        background: transparent;
    }
/* ghost2 light-text */
.is-light-text .is-btn-ghost2,
.is-dark-text .is-light-text .is-btn-ghost2 {
    color: rgb(255 255 255);
    border: 2px solid rgba(51, 0, 255);
    background-color: rgba(51, 0, 255);
}
    .is-light-text .is-btn-ghost2:hover, .is-light-text .is-btn-ghost2:active, .is-light-text .is-btn-ghost2:focus,
    .is-dark-text .is-light-text .is-btn-ghost2:hover, .is-dark-text .is-light-text .is-btn-ghost2:active, .is-dark-text .is-light-text .is-btn-ghost2:focus {
        color: rgba(51, 0, 255);
    	background-color: transparent;
    	border: 2px solid rgba(51, 0, 255);
    }

.slider-content {
    opacity: 1 !important;
}
.menubar.menubar-mobile .menubar-toggler span, .menubar.menubar-mobile .menubar-toggler span:before, .menubar.menubar-mobile .menubar-toggler span:after { background: rgb(0, 0, 0); }


      * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        font-family: "Roboto", sans-serif;
      }

      .contact {
        padding: 2rem 6rem;
        background: #fff;
      }

      .contact h2 {
        font-size: 2.4rem;
        margin-bottom: 0.5rem;
        font-family: "Poppins", sans-serif;
        font-weight: 400;
        color: #0a408a;
        margin-top: 40px;
        margin-left: 170px;
      }

      .contact-options {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        margin: 3rem 0;
        margin-bottom: 6rem;
      }

      a {
        text-decoration: none;
      }

      .mapWrapper {
        border-radius: 20px;
        overflow: hidden;
        border: 2px solid #25252574;
      }

      .contactBtns {
        display: flex;
        align-items: center;
        gap: 40px;
        margin-top: 30px;
      }

      .btnWrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
      }

      .btn {
        height: 80px;
        width: 80px;
        background-color: #1a70bd;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
      }

      .socials {
        margin-top: 40px;
      }

      .getInTouch h3 {
        font-family: "Poppins", sans-serif;
        font-weight: 400;
        font-size: 24px;
        color: #0a408a;
        margin-bottom: 10px;
      }

      p {
        font-size: 18px;
        font-weight: 300;
      }

      .socials p {
        margin-bottom: 20px;
      }

      .btn i {
        font-size: 40px;
      }

      .btnWrapper p {
        font-size: 20px;
        font-weight: 400;
      }

      .icon {
        font-size: 46px;
        margin-right: 20px;
      }

      .contact-form {
        max-width: 800px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: 1rem;
        margin-bottom: 50px;
      }

      .contact-form input,
      .contact-form textarea {
        padding: 0.8rem;
        border: 1px solid #ccc;
        background: #BBD5EC;
        border-radius: 4px;
      }

      input::placeholder,
      textarea::placeholder {
        font-size: 14px;
      }

      .contact-form textarea {
        resize: vertical;
        height: 120px;
      }

      .contact-form button {
        padding: 0.8rem;
        background: #1a70bd;
        color: #fff;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        transition: all ease 0.1s;
      }

      .heading {
        font-size: 32px;
        margin-bottom: 40px;
        color: #0a408a;
        text-align: center;
        font-weight: 400;
      }

      .formFlex {
        display: flex;
        gap: 20px;
      }

      input {
        width: 50%;
      }

      @media (max-width: 1024px) {
        .contact-options {
          flex-direction: column;
          gap: 4rem;
        }

        .contact h2 {
          text-align: center;
          margin-left: 0px;
        }

        .mapWrapper iframe {
          width: 100%;
          height: 300px;
        }

        .contactBtns {
          flex-direction: column;
          gap: 20px;
        }

        .btnWrapper {
          flex-direction: column;
          gap: 10px;
        }

        .getInTouch {
          text-align: center;
        }

        .icon {
          font-size: 36px;
          margin: 0 10px;
        }
      }

      @media (max-width: 768px) {
        .contact h2 {
          font-size: 2rem;
        }

        .getInTouch h3 {
          font-size: 20px;
        }

        .btn {
          width: 60px;
          height: 60px;
        }

        .btn i {
          font-size: 30px;
        }

        .btnWrapper p {
          font-size: 16px;
        }

        .socials p {
          font-size: 16px;
        }

        .mapWrapper iframe {
          height: 250px;
        }
      }

      @media (max-width: 480px) {
        .contact-options {
          gap: 3rem;
          margin: 2rem 0 4rem;
        }

        .icon {
          font-size: 30px;
        }

        .socials {
          display: flex;
          flex-direction: column;
          align-items: center;
        }

        .socials a {
          margin-bottom: 10px;
        }

        p {
          font-size: 16px;
        }
      }