@font-face {
  font-family: "Montserrat";
  src: url('../fonts/Montserrat/static/Montserrat-Medium.ttf') format("truetype");
}
@font-face {
  font-family: "Montserrat";
  src: url('../fonts/Montserrat/static/Montserrat-SemiBold.ttf') format("truetype");
}
body{
  font-family:"Montserrat", sans-serif;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  /* padding: 15px 0; */
}

/* #header.header-scrolled,
#header.header-inner-pages {
  background: rgba(40, 58, 90, 0.9);
} */

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 40px;
}
.navbar-logo{
  position:absolute;
  margin-top: 90px;
  margin-left: -14px;
  z-index: 999;
}
.navbar-brand img{
  width:34%;
}





/* Title */
.banner {
  background: url(../images/contact.png);
  background-position: center;
  background-size: cover;
  height: 70vh;
  position: relative;
  color: #fff;
  z-index: 1;
  display: flex;
  align-items: center;
}
.banner .bannerBlock {
  position: relative;
  z-index: 2;
  text-align: center;
}
.banner h1 {
  font-family:"Montserrat", sans-serif;
}

/* Contact Form */
.contactForm {
  padding: 60px 0;
}
.contactForm .info {
  /* background: url(../images/contact.png);
  background-position: center;
  background-size: cover; */
  background-color:#000;
  position: relative;
  color: #fff;
  padding: 60px 25px;
  border-radius: 12px;
  overflow: hidden;
}
.contactForm .info::after {
  position: absolute;
  content: "";
  background: #080c2ab8;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.contactForm .info h5,
.contactForm .info p,
.contactForm .info ul {
  position: relative;
  z-index: 1;
}
.contactForm .info p {
  font-size: .915rem;
}
.contactForm .info ul li {
  font-size: .875rem;
  display: -webkit-box;
}
.contactForm .info ul li img {
  width: 24px;
}
.contactForm .form-control {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  border-color: #1e2c5f;
  padding-left: 0;
  font-size: .915rem;
}
.contactForm .form-control:focus {
  box-shadow: none;
}
  @media screen and (max-width: 450px){
    #topbar{
      display: none !important;
    }
    .contactForm .info {
      padding: 42px 16px;
      margin-bottom: 29px;
  }
  .contactForm {
    padding: 6px 0;
}
  .contactForm form{
    padding: 18px;
  }
  .contactForm form button{
    padding: 13px 22px;
    font-size: 13px;
  }
  }
  
@media (min-width: 768px) and (max-width: 912px){
  .banner {
    height: 30vh !important;
}
}
.num{
  list-style-type: none;
  padding: 0 !important;
}

.num li a{
  color: #fff;
  text-decoration: none;
}





/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
  background: #7ca9c8a1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width:100%;
}
footer img{
  width:25%;
}

footer .footer-top {
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
  padding-top: 20px;
  text-align:center;
}

footer .navbar-brand {
  color: #fff;
font-size:30px;
}
footer h2 {
  color: #243763;
    padding: 20px;
    font-size: 35px;
}
footer p {
  color: #243763;
}
footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #5777ba;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}


.navigation{
  position: relative;
  top: 86% !important;
  z-index: 9999;
  position: fixed;
}
.banner-icon {
  background-color: #dee2e6;
  padding: 0px;
  margin-top: 30px;
  border-top-right-radius: 50px;
  width: 100%;
  border: 1px solid #adb5bd;
}
.banner-icon .list-home{
  margin-left: -40px;
}
.list-home p{
   margin-top:30px;
   font-size:16px;
   color:#243763;
}
.banner-icon .banner-home {
  position: absolute;
  height: 53px;
  width: 53px;
  border-radius: 50%;
  border: 3px solid #adb5bd;
  background-color: #dee2e6;
  margin:-45px 12px;
  padding: 2px;
}
.banner-icon ul{
  list-style-type: none;
  right:30px;
  position:relative;
  }
  .banner-icon ul li{
    display: inline-block;
    margin: 0 10px;
  }
  .banner-icon ul li img{
    width: 35px;
    margin-top: 15px;
  }


  .services {
    position: relative;
    right: 2rem;
    top: 86% !important;
    z-index: 9999;
    position: fixed;
  }
  .button {
    color: #E3DFE9;
    font-size: 18px;
    background: #dee2e6;
    border-radius: 50%;
    padding: 10px 3px;
    width: 70px;
    height: 70px;
    display: inline-block;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
    margin-bottom: -70px;
    border: 2px solid #adb5bd;
    margin-right: -200px;
  }
  
  .button:hover {
    color: #DBD7E0;
    transform: translateY(3px);
  }
  .button img {
    width: 79%;
    margin-left: 6px;
  }
  .dropdown {
    position: relative;
    color: #E3DFE9;
    font-size: 15px;
    background: white;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 15px;
    display: block;
    cursor: pointer;
    width: 235px;
    transform: scale(0.01);
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease, box-shadow 0.3s ease 0.15s;
    transform-origin: center top;
    overflow: hidden;
    margin-top: -333px;
  }
  
  .dropdown.open {
    transform: scale(1);
    opacity: 1;
    box-shadow: 3px 3px 30px rgba(118, 96, 168, 0.15);
  }
  
  .dropdown a {
    position: relative;
    color: #6C6185;
    text-decoration: none;
    display: block;
    padding: 12.5px 30px;
    transition: color 0.2s ease, background-color 0.2s ease, padding-left 0.2s ease;
    overflow: hidden;
  }
  
  .dropdown a.clicked {
    padding-left: 35px;
    color: #987CD9;
  }
  
  .dropdown a:hover {
    color: #987CD9;
    padding-left: 35px;
  }
  
  span {
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0px;
    position: absolute;
    background: #987CD9;
    transition: width 0.4s ease;
    border-radius: 1px;
  }
  
  span.clicked {
    width: 5px;
  } 
  
  #contact {
    background-color: #e9ecef;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .contact-box {
    width: clamp(100px, 90%, 1000px);
    margin: 80px 50px;
    display: flex;
    flex-wrap: wrap;
  }
  
  .contact-links, .contact-form-wrapper {
    width: 50%;
    padding: 8% 5% 10% 5%;
  }
  
  
  .contact-links {
    background-color: #1f2e43;
    background:
      radial-gradient(
        circle at 55% 92%, #426691 0 12%, transparent 12.2%
      ), 
      radial-gradient(
        circle at 94% 72%, #426691 0 10%, transparent 10.2%
      ), 
      radial-gradient(
        circle at 20% max(78%, 350px), #263a53 0 7%, transparent 7.2%
      ), 
      radial-gradient(
        circle at 0% 0%, #263a53 0 40%, transparent 40.2%
      ), 
      #1f2e43;
    border-radius: 10px 0 0 10px;
  }
  
  .contact-form-wrapper {
    background-color: #ffffff8f;
    border-radius: 0 10px 10px 0;
  }
  
  @media only screen and (max-width: 800px) {
    .contact-links, .contact-form-wrapper {
      width: 100%;
    }
    
    .contact-links {
      border-radius: 10px 10px 0 0;
    }
    
    .contact-form-wrapper {
      border-radius: 0 0 10px 10px;
    }
  }
  
  @media only screen and (max-width: 400px) {
    .contact-box {
      width: 95%;
      margin: 8% 5%;
    }
  }
  
  h2 {
    font-family:"Montserrat", sans-serif;
    color: #fff;
    font-size: 20px;
    transform: scale(.95, 1);
  }
  
  .form-item {
    position: relative;
  }
  
  label, input, textarea {
    font-family:"Montserrat", sans-serif;
  }
  
  label {
    position: absolute;
    top: 10px;
    left: 2%;
    color: #999;
    font-size: clamp(14px, 1.5vw, 18px);
    pointer-events: none;
    user-select: none;
  }
  
  input, textarea {
    width: 100%;
    outline: 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 15px;
    font-size: clamp(15px, 1.5vw, 18px);
  }
  
  input:focus+label, 
  input:valid+label, 
  textarea:focus+label, 
  textarea:valid+label {
    font-size: clamp(13px, 1.3vw, 16px);
    color: #777;
    top: -20px;
    transition: all .225s ease;
  }
  
  .submit-btn {
    background-color: #fd917e;
    filter: drop-shadow(2px 2px 3px #0003);
    color: #fff;
    font-family:"Montserrat", sans-serif;
    font-size: clamp(16px, 1.6vw, 18px);
    display: block;
    padding: 12px 20px;
    margin: 2px auto;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    user-select: none;
    transition: 0.2s;
  }
  
  .submit-btn:hover {
    transform: scale(1.1, 1.1);
  }
  
  .submit-btn:active {
    transform: scale(1.1, 1.1);
    filter: sepia(0.5);
  }
  
  @media only screen and (max-width: 800px) {
    h2 {
    font-size: 30px;

    }
  }
  
  @media only screen and (max-width: 400px) {
    h2 {
      font-size: 30px;

    }
    
    .links {
      padding-top: 30px;
    }
  }
  


  @media (max-width: 390px){
    .navbar-logo {
      margin-top: 70px;
  }
    .navigation {
      margin-left: -27px;
      top: 88%;
    }
     .banner-icon{
        margin-left:26px !important;
        width:90% !important;
    }
    .banner-icon ul li {
      margin: 0px 5px;
    }
    .banner-icon ul li img {
      width: 23px;
    }
    .banner-icon .banner-home {
      height: 45px;
      width: 45px;
      padding: 2px;
    }
    .list-home p {
      font-size: 14px;
    }
    .services {
      top: 80% !important;
    }
    .button {
      padding: 6px 0px;
      width: 50px;
      height: 50px;
      margin-left: 170px;
    }
    .dropdown {
      font-size: 15px;
      width: 200px;
      margin-top: -327px;
    }
  }

  #contact .location{
    margin-top:50px;
  }
  #contact p{
    color: #adb5bd;
    margin-left: 20px;
  }
  
  @media (min-width: 391px) and (max-width: 900px){
     .navigation {
      margin-left: -27px;
      top: 88%;
    }
     .banner-icon{
        margin-left:26px !important;
        width:90% !important;
    }
    .banner-icon ul li {
      margin: 0px 5px;
    }
    .banner-icon ul li img {
      width: 23px;
    }
    .banner-icon .banner-home {
      height: 45px;
      width: 45px;
      padding: 2px;
    }
      .services {
      top: 80% !important;
    }
    .button {
      padding: 6px 0px;
      width: 50px;
      height: 50px;
      margin-left: 170px;
    }
    .dropdown {
      font-size: 15px;
      width: 200px;
      margin-top: -327px;
    }
    .banner-icon .list-home {
    margin-left: -30px;
    width: 49px;
    }
  }