@charset "utf-8";


.headbx {
  background: #fff;
  border-radius: 45px;
  padding: 6px 6px;
  margin: 2% auto 0 auto;
  position: relative;
  width: 100%;
  z-index: 50;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 11px;
  border: 1px solid #ededed;
}
header .list ul li {
    list-style: none;
}
header .list ul{
    margin-bottom:0px;
}
header .logo {
    display: block;
    padding-left: 24px;
}

header .logo a {
  display: block;
}

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

header .list {
  display: flex;
  align-items: center;
}

header .list ul {
  display: flex;
  gap: 33px;
}

header .list ul li.log a {
  display: block;
  color: #fa831d;
}

header .list ul li a {
  display: block;
  font-size: 18px;
  font-weight: 300;
  color: #000000;
}

header .list .hamburg {
  display: block;
  background-color: #1b2b73;
  padding: 18px 16px;
  border-radius: 65%;
  margin-left: 30px;
  cursor: pointer;
}


.bnr {
  display: flex;
  background: url(../imagess/banner.jpg) no-repeat center;
 background-size:cover;
  justify-content: center;
  align-items: center;
  position: relative;
}

.form img {
  width: auto;
  max-width: 100%;
  padding-top: 230px;
  padding-bottom: 220px;
}

.side-menu {
  position: fixed;
  top: 0;
  right: -342px;
  width: 340px;
  height: 100vh;
  background: #fff;
  box-shadow: -2px 0 8px rgba(0, 0, 0, 0.3);
  transition: right 0.4s ease;
  z-index: 999;
  padding: 40px 22px;
  overflow-y: auto;
}

.side-menu.open {
  right: 0;
}

.side-menu .close-btn {
  font-size: 28px;
  color: #1b2b73;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 20px;
}

.side-menu ul {
  margin-top: -10px;
  list-style: none;
  padding: 0;
}

.side-menu ul li {
  margin: 15px 0;
  border-bottom: 1px dashed #c9c9c9;
  padding-bottom: 10px;
}

.side-menu ul li:last-child {
  border-bottom: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.side-menu ul li:last-child a {
  padding-bottom: 0px;
}

.side-menu ul li a {
  font-size: 17px;
  color: #000;
  text-decoration: none;
  transition: 0.3s ease;
}

.side-menu ul li a:hover {
  color: #fa831d;
  padding-left: 22px;
}


.contact-section {
  font-size: 14px;
}


.contact-section h3 {
  font-size: 17px;
  color: #000;
  margin-bottom: 8px;
  margin-top: 15px;
  font-weight: 400;
  border-top: 1px dashed #bdbdbd;
  padding-top: 12px;
}

.contact-section p a {
  color: #112f64;
  text-decoration: none;
  display: block;
  margin-top: 5px;
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 8px;
}

.policy-links {
  margin-top: 10px;
  font-size: 12px;
}

.policy-links a {
  text-decoration: none;
  color: #777;
  margin-right: 5px;
}

.policy-links a:hover {
  text-decoration: underline;
}


.social-icons {
  margin-top: 15px;
}

.social-icons a {
  display: inline-block;
  margin-right: 10px;
}

.social-icons img {
  width: 24px;
  height: 24px;
}




.lst{
background: linear-gradient(95deg, #0b2a5a, #004fa3);
 

}
  








footer {
  background: linear-gradient(95deg, #0b2a5a, #004fa3);
  color: white;
  padding: 69px 36px 9px !important;
  border-radius: 25px;
  margin-top: 14%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

footer h4 {
  font-family: 'the_new_eleganceregular';
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 10px;
}

footer p,
footer a {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #ededed;
  font-family: 'MonaSans', sans-serif;
}

footer .frst,
footer .two,
footer .three {
  display: block;
  width: 26%;
  margin-bottom: 30px;
}

footer .frst .certfication {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 16px;
}


footer .two .apps {
  display: flex;
  margin-top: 9%;
  gap: 15px;
}

footer .two ul li,
footer .three ul li {
  margin-bottom: 6%;
}

footer .two ul li a {
  display: block;
  margin-bottom: 3%;
}

footer .two ul li .twono {
  display: flex;
}

footer .two ul li .twono span {
  color: #fff;
  padding: 0 7px;
}


.design {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 12px 37px 4px;
  gap: 10px;
}

.design .icn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  flex-wrap: wrap;
}

.design .icn li a img:hover {
  filter: none
}

.design .icn li a img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  filter: grayscale(1);
}

.design h3 {
  font-size: 16px;
  font-weight: 400;
  color: #000;
}

.design .colr a {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}


@media screen and (width: 1920px) {

  footer{background:none;padding-left: 0px;padding-right: 0px;}
    .design{padding:12px 0px 4px;}
    .copyrgt {
        display: block;
        background-color: #fff;
    }

 
}
@media screen and (width: 1366px) {
    .lst {
        background: none;
    }

    .copyrgt {
        background-color: #FFF;
    }
}



@media (max-width: 1280px) {
  footer .two ul li .twono {
    display: block;
  }
    .lst {
        background: none;
    }
  footer .two ul li .twono span {
    display: none;
  }

  footer {
    justify-content: space-between;
  }

}



@media (max-width: 992px) {
    .lst {
        background: none;
    }
  footer {
    justify-content: space-between;
    padding: 60px 30px 0px;
  }

  .design h3 {
    font-size: 15px;
  }

    .design .colr a {
        font-size: 15px;
    }

  footer p {
    font-size: 15px;
  }

  footer a {
    font-size: 15px;
  }

  footer .frst,
  footer .two,
  footer .three {
    width: 29%;
  }

    .design {
        align-items: center;
        text-align: center;
        gap: 15px;
    }

        .design .icn {
            justify-content: center;
        }
}

@media (max-width: 800px) {
    .lst {
        background: none;
    }
  footer h4 {
    font-size: 16px;
  }
}

@media (max-width: 768px) {

 
 .lst {
        background: none;
    }


header .list ul{display:none;}


  footer {
    flex-direction: column;
  }

  footer .frst,
  footer .two,
  footer .three {
    width: 100%;
  }

  footer .two ul li a {
    margin-bottom: 1%;
  }

  footer .two ul li {
    margin-bottom: 3%;
  }

  footer .three ul li {
    margin-bottom: 3%;
  }

  footer .two .apps {
    margin-top: 3%;
  }

  footer .two {
    margin-bottom: 15px;
  }

  footer .two .apps {
    justify-content: flex-start;
  }

  footer .two ul li .twono {
    display: flex;
  }

  footer .two ul li .twono span {
    display: block;
  }

    .design {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 10px;
        padding: 20px 10px;
    }

   footer .two .apps {
    justify-content: flex-start;
  }



 


  footer .frst,
  footer .two {
    border-bottom: 1px dashed #f2f2f2;
    padding-bottom: 17px;
    margin-bottom: 17px;
  }

  footer .two ul li {
    margin-bottom: 1%;
  }
}

@media (max-width: 576px) {
    .lst {
        background: none;
    }
  .headbx{margin:4% auto 0 auto;}
header .list ul{display: none;}
header .logo{padding-left:14px;}
header .list .hamburg{padding:13px 11px;}
header .logo img{width:70%;}

  footer .three {
    margin-bottom: 30px;
  }

  footer {
    padding: 47px 30px 0px
  }
}
@media (max-width:480px){
 
}
@media (max-width: 400px) {
    .lst {
        background: none;
    }
  footer {
    padding: 40px 15px;
  }

  footer h4 {
    font-size: 16px;
  }

  footer p,
  footer a {
    font-size: 14px;
  }

    .design h3,
    .design .colr a {
        font-size: 13px;
    }
}
@media (max-width: 360px) {
    .lst {
        background: none;
    }
 .side-menu{padding:40px 31px;}
}


