@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&family=Righteous&display=swap");


.desk-d-none{
  display: none !important;
}

.slick-slide img {
  display: block;
  height: 280px;
  object-fit: cover;
  width: 100%;
}
.thepast p {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: #000 !important;
  font-weight: 500;
  margin: 22px 20px 25px 20px;
}
.thepast .usr {
  font-weight: 600;
}
.thepast  {
  padding: 17px 0 0 0;
}
.thepst{
  margin: 10px 0;
}
.thepst {
  border: 1px solid rgba(0, 0, 0, 0.12);
}

header a.navbar-brand {
  width: 215px;
}
header .flexi {
  display: flex;
}
.lab {
  text-align: left;
  margin: 0 15px 20px;
}
.lab h6{font-size: 15px;color: #fff;margin-top: 50px;margin-bottom: 10px;}



* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  scroll-behavior: smooth;
}

.pro-bg::after{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  bottom: 0;
}

body {
  overflow-x: hidden;
}

main {
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

figure {
  margin: 0;
  padding: 0;
}

.btn:focus {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

button:focus {
  outline: none;
  box-shadow: none;
}

.btn:focus {
  outline: none;
  box-shadow: none;
}

.form-control:focus {
  outline: none;
  box-shadow: none;
}

/* header started  */

.navbar-brand img {
  max-width: 100%;
  height: auto;
  transition: .5s;
}

nav li.nav-item {
  margin: 0 15px;
  transition: .5s;
  display: flex;
  align-items: center;
}

header .dif {
  border: 2px solid #fff !important;
  border-radius: 10px;
}
.navbar-nav .dif:hover{
  background: #fff;
  color: #084298 !important;
}

nav .navbar-nav {
  /* position: relative; */
  /* left: -27px; */
  /* background: #000; */
  /* padding: 20px; */
}

nav a.nav-link,
.nav-links {
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  color: #fff !important;
  text-transform: unset;
  position: relative;
  font-weight: 500;
  padding-bottom: 6px;
}

form i {
  font-size: 18px;
  margin-right: 10px;
  color: #fff;
  position: relative;
  top: 2px;
}

nav a.nav-link:hover:before {
  width: 100% !important;
}

nav .active::before {
  width: 100% !important;
}

.navbar-nav .nav-link {
  transition: .5s;
  text-transform: capitalize;
  padding: 10px 15px;
  font-family: 'Poppins', sans-serif !important;
}

.bg-light {
  background-color: transparent !important;
}

header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  transition: .5s;
  padding: 10px 0;
}

.bg_header {
  background: #011452;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.bg_header {
  padding: 0;
}

.bg_header .navbar-brand img {
  max-width: 100%;
}

.bg_header a.nav-link,
.bg_header .nav-links {
  font-family: 'Poppins', sans-serif;
}

header .dif {
  font-size: 14px !important;
}

/************************** Banner **************************/
.banner .btn-div button {
  font-size: 18px;
  color: #084298 !important;
  font-weight: 600;
  width: 205px;
  background: #ffffff;
  padding: 12px 12px;
  border: 3px solid #ffffff;
}

/* .banner {
  position: relative;
  height: 100vh;
  z-index: 2;
  background-color: #102c2d;
} */

/* .banner::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/banner.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  animation: MoveUpDown 5s linear infinite;
} */

/* @keyframes MoveUpDown {
  0% {
    transform: translateX(0);
  }

  60% {
    transform: translateX(-20px);
  }

  100% {
    transform: translateX(0px);
  }
} */

.banner .pos {
  position: relative;
  height: 100%;
  width: 100%;
}

.banner .content {
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  width: 59%;
  z-index: 1;
}

.banner h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 70px;
  color: #fff !important;
  text-transform: capitalize;
  font-weight: 600;
}

.banner p {
  font-family: 'Poppins', sans-serif;
  font-size: 22px;
  color: #fff !important;
  font-weight: 500;
  line-height: 35px;
  margin: 40px 0 55px 0;
}

section.banner {
  height: 100vh;
  width: 100%;
  position: relative;
  /* background: #000; */
}

section.banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  bottom: -15px;
  top: 0;
  right: 0;
  left: 0;
}

video#myVideobanner {
  width: 100%;
  position: absolute;
}
.text-center .logon {
  font-size: 17px;
  color: #000 !important;
  font-weight: 600;
  background: transparent;
  border: 1px solid #fff;
  padding: 14px 25px;
  border-radius: 39px;
  color: #fff !important;
}

/*
.select-div {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 0;
  border-radius: 0;
  overflow: hidden;
  height: 70px;
  border-top: 3px solid #C89729;
  border-bottom: 3px solid #C89729;
}

.sl-1,
.sl-2 {
  width: 25%;
  height: 75px;
  padding: 15px;
  font-size: 19px;
  font-family: 'Poppins';
  font-weight: 500;
  outline: none;
  outline: none;
  border: 2px solid #C89729;
}

.sl-3 {
  width: 50%;
  height: 75px;
  padding: 15px;
  font-size: 19px;
  font-family: 'Poppins';
  font-weight: 500;
  outline: none;
  border: 2px solid #C89729;
}

.select-div2 {
  margin-top: -3px;
  width: 90%;
  position: relative;
  left: 10%;
  height: 60px;
}

.select-div2 select option {
  background: #102c2d;
  font-size: 16px;
}

.bf {
  position: relative;
}

.bf .icon {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  bottom: -2px;
}

.icon i {
  font-size: 22px;
  color: #c89729;
  margin: 5px 0 0 0;
}

.select-div2 i {
  font-size: 16px;
}

.select-div2 .sl-1 {
  width: 17%;
}

.select-div2 .sl-2 {
  width: 35%;
}

.select-div2 .sl-22 {
  width: 29.5%;
}

.select-div2 .sl-4 {
  width: 19%;
  font-size: 16px;
  padding: 0 7px 0 20px;
}

.select-div2 .sl-1,
.select-div2 .sl-2 {
  font-size: 15px;
  color: #fff;
  background-color: transparent;
} */


.banner ul {
  display: flex;
  margin-top: 90px;
}

.banner ul li {
  margin: 0px 60px 0 0;
}

.banner .img-div {
  position: absolute;
  width: 100%;
  height: 100%;
}

.img-inner {
  display: flex;
  justify-content: end;
}

.img-inner .g1 {
  width: 82%;
}

.banner .img-div .r1,
.banner .img-div .r2,
.banner .img-div .r3 {
  width: 125px;
  height: 125px;
  object-fit: cover;
  position: absolute;
}

.r1 {
  left: 12%;
  top: 29%;
}

.r2 {
  right: -30px;
  top: 16%;
  width: 105px !important;
  height: 105px !important;
}

.r3 {
  left: 10%;
  top: 70%;
  width: 105px !important;
  height: 105px !important;
}

.b11 {
  left: 15%;
  top: 44%;
}

.b22 {
  right: -155px;
  bottom: 60px;
}

.banner .img-div .b11,
.banner .img-div .b22 {
  width: 340px;
  height: 210px;
  object-fit: contain;
  position: absolute;
}

.btn-div button {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  color: #fff !important;
  text-transform: capitalize;
  position: relative;
  font-weight: 500;
  width: 190px;
  background: #011452;
  padding: 12px 15px;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
  border: 3px solid #011452;
  transition: 0.5s;
  border-radius: 38px;
  margin: 0;
}

.banner .btn-div button:hover {
  color: #fff !important;
  background: transparent;
}

.banner .btn-div .button1 {
  background: transparent;
}

.banner .btn-div .button1:hover {
  background: #C89729;
}

.banner .btn-div {
  margin-top: 75px;
}

/* .content2 {
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  width: 50%;
  right: 0;
  height: 100%;
} */

/* .sl-4 {
  width: 190px;
  height: 64px;
  position: absolute;
  right: 0;
  background: #C89729;
  border-radius: 0;
  font-size: 19px;
  font-family: 'Poppins';
  color: #fff;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 0px 15px;
}

.left-bor {
  border-left: 3px solid #c89729;
}

.color {
  color: #fff;
  font-size: 13px;
  align-items: baseline;
} */

/************************** Banner **************************/



/************************** Section Services **************************/
.btn-div button:hover{
  color: #011452 !important;
  background: #ffffff;
}
.head {
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
  color: #000 !important;
  text-transform: capitalize;
  font-weight: 600;
  text-align: center;
  margin-bottom: 75px;
}

/* .para {
  font-family: 'Poppins', sans-serif;
  font-size: 23px;
  color: #c89729 !important;
  font-weight: 400;
  margin: 4px 0 55px 0;
} */

/* .anchor {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  color: #000 !important;
  font-weight: 400;
  margin: 12px 0 30px 0;
} */

/*.card .card-title {*/
/*  font-family: 'Poppins', sans-serif;*/
/*  font-size: 18px;*/
/*  color: #419b9e !important;*/
/*  font-weight: 500;*/
/*}*/

.card .card-text {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #000 !important;
  font-weight: 600;
  margin: 30px 0 25px 0;
}

img.card-img-top {
  height: 260px;
  object-fit: cover;
}

.card .rat {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  color: #000 !important;
  font-weight: 600;
  margin: 0 15px 0 10px;
}

.rev {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: #817575 !important;
  font-weight: 400;
}

.star i {
  font-size: 24px;
  color: #c89729;
}

.list-group-item {
  display: flex !important;
  align-items: center;
}

.card .card-body img.img-fluid {
  height: 45px;
  width: 45px;
  object-fit: cover;
  border-radius: 50%;
}

span.user {
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  color: #102C2D !important;
  font-weight: 400;
  margin-left: 5px;
}

.strt {
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  color: #102C2D !important;
  font-weight: 400;
  display: flex;
  align-items: center;
}

span.start {
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  color: #102C2D !important;
  font-weight: 500;
  margin-left: 10px;
}

.card-body {
  padding: 0;
}

.list-group-item {
  padding: 0;
}

.padd {
  padding: 20px 20px 20px 20px;
}

.card {
  border: 2px solid rgba(0, 0, 0, 0.12);
}

.card .height {
  height: 260px;
  overflow: hidden;
}

.card .height img {
  transition: .5s;
}

.card:hover .height img {
  transform: scale(1.2);
}

.services {
  padding: 25px 0 120px 0;
  position: relative;
  z-index: 0;
}

.services::before {
  /*content: '';*/
  /*position: absolute;*/
  /*left: 0;*/
  /*top: 0;*/
  /*right: 0;*/
  /*bottom: 0;*/
  /*background-image: url('../images/pro-bg1.png');*/
  /*background-repeat: no-repeat;*/
  /*background-size: cover;*/
  /*z-index: -1;*/
}

/************************** Section Services **************************/



/************************** Project service **************************/
.pro-bg {
  position: relative;
  padding: 115px 0 95px;
  z-index: 4;
}

.pro-bg::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  background-image: url('https://wisezones.com/assets/front/images/pro-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -4;
  bottom: 0;
}


.pro-bg h3,
.pro-bg h5 {
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
  color: #fff !important;
  text-transform: capitalize;
  font-weight: 600;
  text-align: center;
}

.pro-bg h5 {
  font-size: 28px;
  font-weight: 600;
  margin: 22px 0 50px 0;
  line-height: 42px;
}

.pro-bg p {
  font-family: 'Poppins', sans-serif;
  font-size: 22px;
  color: #fff !important;
  font-weight: 400;
  line-height: 35px;
  text-align: center;
  margin: 0px 0 70px 0;
}

.sl1 {
  text-align: center;
  margin-top: 30px;
  height: 42px;
  display: flex;
  justify-content: center;
}

.sl1 .inp1,
.sl1 select {
  border: 1px #fff solid !important;
  padding: 18px 20px;
  background: white;
  font-size: 15px;
  color: #000;
  border-radius: 12px;
  font-weight: 500;
}

.sl1 input[type="text"]::placeholder {
  color: #000;
}

.sl1 input[type="text"]:focus,
.sl1 select:focus,
.sl2 select {
  outline: none;
}

.sl1 .inp1 {
  width: 25%;
  margin: 0 5px;
  height: 55px;
}

.sl1 .inp2 {
  width: 13%;
  /* border: 1px #fff solid !important; */
  margin: 0 5px;
  display: flex;
  justify-content: space-between;
}

.inp2 select,
input.zip {
  border: 0 !important;
  background: transparent;
  font-size: 15px;
  width: 50%;
  padding: 5px 15px;
  color: #000;
  border-radius: 10px;
  background: #fff;
}

.inp2 select {
  width: 95%;
}

.inp2 {
  position: relative;
}

.inp2::after {
  position: absolute;
  content: '';
  width: 2px;
  background-color: #ffffff00;
  left: 47%;
  top: 0;
  bottom: 0;
}

.sl2 {
  text-align: center;
  display: flex;
  justify-content: center;
  width: 100%;
}

.sl2 select {
  background: transparent;
  font-size: 15px;
  color: #000;
  font-family: 'Poppins', sans-serif;
  cursor: pointer;
  margin: 0;
  font-weight: 600;
  border: 1px solid #fff;
  background: #fff;
  border-radius: 9px;
  padding: 10px 40px 10px 15px;
  width: 100%;
  height: 55px;
}

.pro-bg select option{
  /* background-color: #102C2D; */
  font-size: 16px;
  color: #000;
  font-weight: 600;
}

.pro-bg .btn-div {
  text-align: center;
  margin-top: 30px;
}

.pro-bg .btn-div button {
  font-size: 17px;
  color: #000 !important;
  font-weight: 600;
  background: #fff;
  border: 3px solid #fff;
}

.pro-bg .btn-div button i {
  color: #000;
}

.ste {
  width: 50px;
  height: 50px;
  background: #011452;
  font-size: 25px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
}

.steps p {
  font-family: 'Poppins', sans-serif;
  font-size: 21px;
  color: #000 !important;
  font-weight: 500;
  display: flex;
  align-items: center;
  width: 80%;
}

.steps {
  margin-bottom: 80px;
}

.divvv h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 50px;
  color: #011452 !important;
  text-transform: capitalize;
  font-weight: 600;
  text-align: left;
}

.divvv p {
  font-family: 'Poppins', sans-serif;
  font-size: 21px;
  color: #707070 !important;
  font-weight: 500;
  margin-top: 12px;
}

.divv {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.divv a {
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  color: #011452 !important;
  font-weight: 500;
}

.divvv {
  margin-top: 120px;
}

.sli .slick-prev::before {
  content: "" !important;
  background-repeat: no-repeat;
  background-image: url(../images/prev.png);
  height: 70px;
  width: 70px;
  position: absolute;
  background-position: center;
  background-size: cover;
}

.sli .slick-next::before {
  content: "" !important;
  background-repeat: no-repeat;
  background-image: url(../images/next.png);
  height: 70px;
  width: 70px;
  position: absolute;
  background-position: center;
  background-size: cover;
}

.sli .slick-slider {
  margin: 0 -10px;
}

.sli .slick-slide {
  text-align: center;
  margin-right: 10px;
  margin-left: 10px;
}

.sli .slick-prev,
.sli .slick-next {
  z-index: 1;
}

.sli .slick-prev {
  left: -25px;
}

.sli .slick-next {
  right: 30px;
}

.sli .slick-prev.slick-disabled:before,
.sli .slick-next.slick-disabled:before {
  opacity: 1 !important;
}

.sli .slick-prev,
.sli .slick-next {
  top: 42%;
}



/************************** Project service **************************/


/************************** Project org **************************/
.org {
  /*background-image: url('../images/org.png') !important;*/
}

.org .sl1 .inp2 {
  background: #fff;
}

.org .inp2 select,
.org input.zip {
  background: white;
}

.org .inp2 select,
.org input.zip {
  background: white;
}

/************************** Project org **************************/


/************************** Testi **************************/
.testi {
  position: relative;
  padding: 125px 0;
}

.testi::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url(../images/test.png);
  z-index: -1;
}

.testi h1 {
  font-family: 'Poppins', sans-serif;
  font-size: 50px;
  color: #011452 !important;
  text-transform: capitalize;
  font-weight: 600;
  text-align: center;
}

.testi p {
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 21px;
  color: #707070 !important;
  font-weight: 500;
  margin-top: 0;
}

.slider-testi h6 {
  font-family: 'Poppins', sans-serif;
  font-size: 22px;
  color: #011452 !important;
  font-weight: 600;
  line-height: 36px;
  text-align: center;
  margin-top: 55px;
}

.slider-testi .img-div {
  text-align: center;
  margin-top: 50px;
  display: flex;
  justify-content: center;
}

.slider-testi img {
  height: 130px !important;
  width: 130px !important;
  object-fit: cover;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #011452;
  padding: 6px;
}

.testi .slick-prev {
  left: 50%;
}

.testi .slick-prev,
.testi .slick-next {
  top: unset;
  bottom: 75px;
  transform: translateX(-50%);
}

.testi .slick-next {
  right: 50%;
}

.testi .slick-next {
  right: 32.5%;
}

.testi .slick-prev {
  left: 27.5%;
}

/************************** Testi **************************/



/************************** Footer css start **************************/

.bg-footer .new ul li {
  padding: 0 !important;
}

.bg-footer {
  background-image: url(../images/foo.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-footer .footer-upper {
  padding: 95px 0 95px;
  /* padding-bottom: 30px; */
}

.bg-footer .footer-upper .log-box {
  /* padding: 20px 0 0 15px; */
}

.bg-footer .footer-upper .footer-logo {
  width: 20% !important;
  object-fit: cover;
}

.bg-footer .footer-list {
  padding-top: 20px;
  /* padding-left: 40px; */
}

/* .bg-footer .footer-list h4 {
  font-family: 'Poppins';
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0px;
  padding-bottom: 35px;
} */

.bg-footer .footer-list ul li {
  padding: 7px 0;
}

.bg-footer .footer-list ul li a {
  font-size: 18px;
  font-weight: 500;
  opacity: 1;
  color: #ffffff;
  transition: 0.5s;
  /* font-family: 'Poppins'; */
  font-family: 'Poppins', sans-serif;
}

.bg-footer .footer-list ul li a:hover {
  color: #ffffff;
}

.bg-footer .footer-lower {
  padding: 20px 0 20px 0;
  text-align: center;
  border-top: 2px solid #433e3e;
  background: transparent;
}

.bg-footer .footer-lower .para {
  font-size: 18px;
  color: #ffffff;
  font-weight: 400;
  font-family: 'Poppins';
}

.follow a {
  font-size: 25px;
  color: #fff;
  margin: 0 12px;
}

h3 {
  font-size: 25px;
  font-weight: 500;
  color: #ffffff;
  font-family: 'Poppins';
  margin-right: 40px;
  font-family: 'Poppins', sans-serif;
}

.follow {
  display: flex;
  align-items: center;
}

.terms a {
  font-size: 18px;
  font-weight: 500;
  opacity: 1;
  color: #ffffff;
  transition: 0.5s;
  font-family: 'Poppins';
  margin-left: 35px;
  font-family: 'Poppins', sans-serif;
}

/************************** Footer **************************/



/************************** Contact **************************/
.contact {
  padding: 300px 0 100px 0;
}
h1.display-4 {
  color: #011452 !important;
  text-transform: uppercase;
  position: relative;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  font-size: 45px;
}
h5.d-inline-block.text-primary.text-uppercase.border-bottom.border-5 {
  color: #000000 !important;
  margin-bottom: 25px;
  font-size: 23px;
  padding-bottom: 5px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}
.bg-light.rounded.d-flex.flex-column.align-items-center.justify-content-center.text-center {
  background: #011452 !important;
}
.rounded-circle{
  width: 100px;
  height: 70px;
  transform: rotate(-15deg);
  background: #ffffff !important;
}
.contact h6.mb-0 {
  font-size: 18px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
}
.contact .bg-white .bg-light {
  background-color: #ebebeb !important;
  font-family: 'Poppins', sans-serif;
}
.contact  .rounded {
  border-radius: 0.25rem !important;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}
.contact .btn-primary {
  color: #fff !important;
  background-color: #011452 !important;
  border-color: #011452 !important;
  font-size: 17px;
  font-family: 'Poppins', sans-serif;
}
.contact .border-5 {
  border-width: 4px !important;
}
.contact .border-bottom {
  border-bottom: 4px solid #000000 !important;
}
/************************** Contact **************************/

/* ----------- signup -------------- */
.sec_signup form i {
  font-size: 20px;
  margin-right: unset;
  color: #000;
}
.sec_signup {
  font-family: unset;
  background: unset;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 105vh;
  margin: 120px 0 50px;
}

.sec_signup h1 {
  font-weight: bold;
  margin: 0 0 15px 0;
  font-size: 35px !important;
  font-family: 'Poppins', sans-serif;
  text-transform: unset;
}

.sec_signup p {
  font-size: 16px;
  font-weight: 100;
  line-height: 20px;
  letter-spacing: 0.5px;
  margin: 8px 0 18px;
  'Poppins', font-family: sans-serif;
}
.sec_signup  span {
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
}
.sec_signup  a {
  color: #333;
  font-size: 14px;
  text-decoration: none;
  margin: 15px 0;
  font-family: 'Poppins', sans-serif;
}

.sec_signup  .container {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 14px 28px rgba(0, 0,0, 0.25), 0 10px 10px rgba(0, 0,0, 0.22);
  position: relative;
  overflow: hidden;
  /* width: unset; */
  /* max-width: 100%; */
  min-height: 665px;
}

.sec_signup .form-container form {
  background: #fff;
  display: flex;
  flex-direction: column;
  padding: 0 50px;
  height: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.sec_signup  .social-container {
  margin: 20px 0;
}
.sec_signup  .social-container a {
  border: 1px solid #011452;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
  height: 55px;
  width: 55px;
}

.sec_signup  .form-container input {
  background: #eee;
  border: none;
  padding: 13px 15px;
  margin: 8px 0;
  width: 100%;
  font-family: 'Poppins', sans-serif;
}

.sec_signup  button {
  border-radius: 28px;
  border: 2px solid #ffffff;
  background: #003d7a;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  padding: 13px 56px;
  letter-spacing: 1px;
  text-transform: unset;
  transition: transform 80ms ease-in;
  margin-top: 20px;
  background: #011452;
  font-family: 'Poppins', sans-serif;
}

.sec_signup button:active {
  transform: scale(0.95);
}

.sec_signup button:focus{
  outline: none;
}

.sec_signup button.ghost {
  background: transparent;
  border-color: #fff;
}

.sec_signup .form-container{
  position:absolute;
  top: 0;
  height: 100%;
  width: 46%;
  transition: all 0.6s ease-in-out;
}
.sec_signup .sign-in-container {
  /* left: 0;
  width: 50%;
  z-index: 2; */
}

.sec_signup .sign-up-container {
  left: 0;
  width: 50%;
  z-index: -1;
  opacity: 0;
}

.sec_signup .overlay-container {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  overflow: hidden;
  transition: transform 0.6s ease-in-out;
  z-index: 100;
  padding: 0;
}
.sec_signup .overlay {
  background: #027EA4;
  background: linear-gradient(to right, #011452, #027EA4) no-repeat 0 0 / cover;
  color: #fff;
  position: relative;
  left: -100%;
  height: 100%;
  width: 200%;
  transform: translateX(0);
  transition: transform 0.6s ease-in-out;
}
.sec_signup .overlay-panel {
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 40px;
  height: 100%;
  width: 50%;
  text-align: center;
  background: linear-gradient(to left, #011452, #03607c) no-repeat 0 0 / cover;
  transform: translateX(0);
  transition:  transform 0.6s ease-in-out;
linear-gradient(
  to right, #011452, #027EA4) no-repeat 0 0 / background-size: cover;
}


.sec_signup .overlay-right{
  right: 0;
  transform: translateX(0);
}

.sec_signup .overlay-left {
  transform: translateX(-20%);
}

/* Animation */

/* Move sigIn to the right*/
.sec_signup .container.right-panel-active .sign-in-container {
  transform: translateX(100%);
}
/* Move soverlay to the left*/
.sec_signup .container.right-panel-active .overlay-container {
  transform: translateX(-100%)
}
/* Bring sign up over sing in*/
.sec_signup .container.right-panel-active .sign-up-container {
  transform: translateX(100%);
  opacity: 1;
  z-index: 5;
}
/* move overlay back to the right*/
.sec_signup .container.right-panel-active .overlay {
  transform: translateX(50%)
}
.sec_signup .container.right-panel-active .overlay-left {
  transform: translateX(0)
}

.sec_signup .container.right-panel-active .overlay-right {
  transform: translateX(20%)
}
/* ----------- signup -------------- */

/* ----------- Steps -------------- */
.step-form {
  height: 100vh;
  width: 100%;
  margin-top: 142px;
}
/* ----------- Steps -------------- */

/*   //////////FAQ//////////// */
.faq-sec{
  background-color: #ffff;
  padding: 60px 0 50px 0;
}
.faq-sec .content h3{
 color: #011452;
 font-size: 25px;
 font-weight: bold;
 font-family: 'Poppins', sans-serif !important;
}
.faq-sec .content h2{
 color: #000000;
 font-size: 38px;
 font-weight: bold;
 padding: 15px 0;
 font-family: 'Poppins', sans-serif !important;
}
.faq-sec .content p{
 color: #505050;
 font-size: 16px;
 /* font-weight: bold; */
 font-family: 'Lato', sans-serif;
 font-size: 17px;
 font-weight: 400;
 color: #000;
}
.faq-sec .accordion .accordion-item{
  margin: 20px 0;
  border-radius: 10px;
  border: 0 !important;
  font-family: 'Lato', sans-serif;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
}
.faq-sec .accordion .accordion-item button{
  font-size: 17px;
  font-weight: 600;
  color: #000;
  padding: 20px 20px;
  font-family: 'Lato', sans-serif;
  background: #FFFFFF;
  border: 0;
  box-shadow: none;
}
.faq-sec .accordion .accordion-item .icon-div button span{
position: relative;
}
.faq-sec .accordion .accordion-item .icon-div i{
  font-size: 20px;
  position: relative;
  top: 2px;
  right: -4px;
}
.faq-sec .accordion .accordion-item .lst-btn{
  font-size: 16px;
  color: #ffff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 3px;
  padding: 17px 20px;
  width: 100%;
  background-color: #011452;
  font-family: 'Lato', sans-serif;
  border: 0;
}
section#faq {
    /*padding: 60px 0 40px;*/
}


.services .box {
  position: relative;
}

.box .content {
  background: rgba(20, 10, 49, 0.7);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: .5s;
}
.box .content:hover{
  opacity: 1;
}
.box .content a{
  font-family: 'Poppins', sans-serif;
  font-size: 30px;
  color: #fff !important;
}
.project{
  padding: 250px 0 100px 0;
}
.project .img-box a{
  display: flex;
  align-items: center;
  color: #000;
  margin: 15px 0 15px 0;
}

.project .img-box a h3 {
  font-size: 19px;
  font-weight: 500;
  color: #000000;
  font-family: 'Poppins', sans-serif;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 0;
}
.project .img-box img{
  height: 100px;
  width: 100px;
  border-radius: 50%;
  margin-right: 14px;
  object-fit: cover;
}
.project .pro1 h1 {
  font-size: 32px;
  font-weight: 600;
  color: #000000;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 5px;
}
.project .content {
  margin-top: 60px;
  border: 1px solid #ccc;
  padding: 27px;
}
.project .content h4{
  font-family: 'Poppins', sans-serif;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 15px;
}
.project .content p{
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 30px;
}
.project .pro-img img{
  width: 100%;
  height: 440px;
  object-fit: cover;
}
.project .usr h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 17px;
}
.project .usr {
  margin-top: 50px;
}
.project .second-two h3 {
  font-size: 22px;
  font-weight: 500;
  color: #000000;
  font-family: 'Poppins';
  margin: 17px;
  font-family: 'Poppins', sans-serif;
  margin-top: 10px;
}
.project .second-two a {
  background: #011452;
  color: #fff;
  padding: 12px 50px;
  border: 0;
  outline: 0;
  font-size: 17px;
}
.project .second-two {
  position: relative;
}
.project .second-two .pos {
  text-align: center;
  border: 1px solid #ccc;
  padding: 35px 0 40px 0;
  /* position: fixed; */
  margin-top: 15px;
}
.prooo .img-box img {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  margin-right: 0;
  object-fit: cover;
}


/******************* Faq end ******************/

/*html{*/
/*    zoom:90%;*/
/*}*/
   /* .the-before{*/
   /*position: relative;*/
   /* }*/

   /* .the-before::before{*/
   /*       content: '';*/
   /* position: absolute;*/
   /* inset: 0;*/
   /* background: rgba(0, 0, 0, 0.5);*/
   /* z-index: 1;*/
   /* bottom: 0;*/
   /* top: 0;*/
   /* right: 0;*/
   /* left: 0;*/
   /* }*/




/*   font-family: "Righteous", cursive;
     font-family: 'Outfit', sans-serif;
*/
/************************** media-query **************************/




@media only screen and (min-width: 1921px) and (max-width: 7368px) {}

@media only screen and (min-width: 1600px) and (max-width: 1920px) {}

@media only screen and (min-width: 1445px) and (max-width: 1599px) {}

@media only screen and (min-width: 1366px) and (max-width: 1444px) {}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .lab {
    text-align: left;
    margin: 0 8px 13px;
}

    .select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font: normal 13px / 37px poppins, Sans-Serif;
    color: black;
    width: 100%;
}

    .lab h6 {
    font-size: 13px;
    color: #fff;
    margin-top: 50px;
    margin-bottom: 10px;
}

    .bayon {
    width: 27% !important;
}
    .bayon1 {
    width: 27% !important;
}

    section.tr {
    margin-top: 130px;
    margin-bottom: 35px;
}



    .contact {
    padding: 170px 0 100px 0;
}

    .sec_signup {
    font-family: unset;
    background: unset;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 110vh;
    margin: 145px 0 100px;
}


    .labiyo {
    width: 45% !important;
}

select#department_id {
    width: 100%;
}
    .sli .slick-prev, .sli .slick-next {
    top: 33%;
}

.slick-slide img {
    display: block;
    height: 190px;
    object-fit: cover;
    width: 100%;
}

.divvv h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 38px;
    color: #011452 !important;
    text-transform: capitalize;
    font-weight: 600;
    text-align: left;
    margin-bottom: 12px;
}
    ul.serCatOrg li.d-flex.my-3 {
        line-height: 18px !important;
    }
    .the-before::before{
          content: '';
          position: absolute;
          inset: 0;
          background: rgba(0, 0, 0, 0.5);
          z-index: 1;
          bottom: -180px;
          top: 0;
          right: 0;
          left: 0;
    }
    .pro-bg {
    position: relative;
    padding: 115px 0 115px;
    z-index: 1;
    margin-top: 88px !important;
}

    section.banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    bottom: -190px;
    top: 0;
    right: 0;
    left: 0;
}

    nav li.nav-item {
    margin: 0 4px;
    }
    .navbar-brand {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
    width: 150px !important;
}

.navbar-brand img {
    max-width: 100% !important;
}
  header .dif {
    font-size: 12px !important;
}
nav a.nav-link, .nav-links {
  font-size: 15px;
}
.banner p {
  font-size: 17px;
  line-height: 29px;
  margin: 25px 0 30px 0;
}
.banner h3 {
  font-size: 60px;
}
.banner .btn-div {
  margin-top: 45px;
}
.banner .btn-div button {
  font-size: 16px;
  width: 180px;
  padding: 10px 12px;
  border: 3px solid #ffffff;
}
video#myVideobanner {
  /* width: 100%; */
  /* position: absolute; */
  /* height: 100vh; */
}
.card .card-text {
  font-size: 14px;
  margin: 20px 0 30px 0;
}
.strt {
  font-size: 13px;
}
.card .card-body img.img-fluid {
  height: 30px;
  width: 30px;
}
span.user {
  font-size: 14px;
  margin-left: 5px;
}
span.start {
  font-size: 14px;
}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

        section.tr {
    margin-top: 130px !important;
    margin-bottom: 35px !important;
}

    .contact {
    padding: 170px 0 100px 0;
}

    .sec_signup {
    font-family: unset;
    background: unset;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 110vh;
    margin: 145px 0 100px;
}

        .labiyo {
    width: 41% !important;
}

select#department_id {
    width: 100%;
}

        .sli .slick-prev, .sli .slick-next {
    top: 33%;
}

.slick-slide img {
    display: block;
    height: 190px;
    object-fit: cover;
    width: 100%;
}

.divvv h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 38px;
    color: #011452 !important;
    text-transform: capitalize;
    font-weight: 600;
    text-align: left;
    margin-bottom: 12px;
}


    .banner .content{
        top: 55%;
    }
ul.serCatOrg li.d-flex.my-3 {
    line-height: 18px !important;
}
  .pro-bg h3, .pro-bg h5 {
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
  }
  .pro-bg h5 {
    font-size: 20px;
    font-weight: 600;
    margin: 5px 0 39px 0;
    line-height: 42px;
}
.pro-bg p {
  font-size: 15px;
  margin: 13px 0 32px 0;
  line-height: 23px;
}
.pro-bg .text-center.mb-5.pb-5 {
  margin-bottom: 10px !important;
}
.sl2 select {
  padding: 10px 13px 10px 12px;
}
.divvv h3 {
  font-size: 34px;
}
.divvv {
  margin-top: 75px;
}
.pro-bg {
  padding: 110px 0 115px;
  margin-top: 87px !important;
}
.divv a {
  font-size: 15px;
  margin-top: 20px;
}
.slider-testi h6 {
  font-size: 18px;
}
.bg-footer .footer-upper .footer-logo {
  width: 94%;
}
  header a.navbar-brand {
    width: 130px;
  }

  .bg-footer .footer-list ul li a {
    font-size: 17px;
  }
  header .dif {
    font-size: 12px !important;
    padding-bottom: 7px !important;
}
nav a.nav-link, .nav-links {
  font-size: 14px;
}
.banner p {
  font-size: 14px;
  line-height: 20px;
  margin: 25px 0 30px 0;
}
.banner h3 {
  font-size: 40px;
}
.banner .btn-div {
  margin-top: 30px;
}
.banner .btn-div button {
  font-size: 14px;
  width: 171px;
  padding: 7px 12px;
  border: 3px solid #ffffff;
}
video#myVideobanner {
  width: unset;
  position: absolute;
  height: 100vh;
}
.card .card-text {
  font-size: 14px;
  margin: 20px 0 30px 0;
}
.strt {
  font-size: 13px;
}
.card .card-body img.img-fluid {
  height: 30px;
  width: 30px;
}
span.user {
  font-size: 14px;
  margin-left: 5px;
}
span.start {
  font-size: 14px;
}

}

.face:hover {
  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}


@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (min-width: 520px) and (max-width: 767px) {
    .mob-d-none{
    display: none !important;
  }
  header .desk-d-none {
    display: unset !important;
}

  .navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
    width: 50%;
}
.navbar-brand img {
  max-width: 57%;
}
.navbar-collapse  {
  display: block !important;
  background: #011452;
  padding: 25px;
}
.bg_header .navbar-brand img {
  max-width: 35%;
}
.collapse:not(.show) {
  display: none !important;
}
nav li.nav-item {
  margin: 6px 15px;
  transition: .5s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar-nav .nav-link {
  padding: 8px 11px;
  font-size: 14px;
}
header .dif {
  font-size: 12px !important;
}
nav form {
  display: flex !important;
  justify-content: center;
}
nav a.nav-link, .nav-links {
  font-size: 13px;
}
form i {
  font-size: 14px;
  margin-right: 6px;
}

video#myVideobanner {
  width: unset;
  position: absolute;
  height: 600px;
}
.banner .content {
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
.banner h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 36px;
  color: #fff !important;
  text-transform: capitalize;
  font-weight: 600;
  width: 100%;
}
.banner p {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #fff !important;
  font-weight: 500;
  line-height: 23px;
  margin: 18px 25px 21px 0;
}
.banner .btn-div button {
  font-size: 14px;
  color: #084298 !important;
  font-weight: 600;
  width: 140px;
  background: #ffffff;
  padding: 6px 12px;
  border: 3px solid #ffffff;
}
.banner .btn-div {
  margin-top: 25px;
}
section.banner {
  height: 600px;
  width: 100%;
  position: relative;
}
.pro-bg h3, .pro-bg h5 {
  font-size: 16px;
  margin: 0;
}
.ano{
  margin-bottom: 22px !important;
}
.text-center .logon {
  font-size: 11px;
  border: 2px solid #fff;
  padding: 12px 19px;
}
.pro-bg p {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #fff !important;
  font-weight: 400;
  line-height: 25px;
  text-align: center;
  margin: 0px 0 40px 0;
}
.pro-bg .text-center.mb-5.pb-5 {
  margin-bottom: 10px !important;
}
.sl1 .inp1 {
  width: 61%;
  margin: 0 5px;
}
.sl1 .inp2 {
  width: 30%;
}
.inp2 select, input.zip {
  font-size: 13px;
}
.sl1 .inp1, .sl1 select {
  font-size: 13px;
}
.sl1 {
  height: 50px;
}
.sl2 select {
  /* background: transparent; */
  /* font-size: 12px; */
  /* color: #fff; */
  /* border: 0; */
  /* padding: 17px 0 10px 0; */
  /* font-family: 'Poppins', sans-serif; */
  /* cursor: pointer; */
  margin: 0px 0;
  /* font-weight: 500; */
  /* border-bottom: 1px solid #888; */
  width: 100%;
}
.sl2 {
  text-align: center;
  display: grid;
  margin-top: 25px;
}
.btn-div button {
  font-family: 'Poppins', sans-serif;
  font-size: 13px !important;
  color: #fff !important;
  text-transform: capitalize;
  position: relative;
  font-weight: 500;
  width: 146px;
  background: #011452;
  padding: 9px 15px;
  z-index: 1;
}
.divvv h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
}
.divvv p {
  font-size: 14px;
}
.divv {
  display: grid;
  margin-bottom: 40px;
}
.divv a {
  font-size: 15px;
  margin-top: 9px;
}
.thetop{
  margin-top: 30px;
}
.testi h1 {
  font-family: 'Poppins', sans-serif;
  font-size: 35px;
}
.slider-testi h6 {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: #011452 !important;
  font-weight: 600;
  line-height: 25px;
  text-align: center;
  margin-top: 33px;
}

.testi p {
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
}
.testi .slick-next {
  right: 21.5%;
}
.testi .slick-prev {
  left: 5.5%;
}
.bg-footer .footer-upper .footer-logo {
  width: 39%;
}
.bg-footer .footer-list {
  padding-top: 20px;
  padding-left: 0 !important;
  text-align: center;
}

.bg-footer  .ps-5 {
  padding-left: 0 !important;
}
.bg-footer .footer-list ul li a {
  font-size: 14px;
  font-weight: 500;
  opacity: 1;
  color: #ffffff;

}
.bg-footer .footer-list ul li {
  padding: 5px 0;
}
.bg-footer .align-items-center {
  align-items: center !important;
  justify-content: center;
}
footer h3 {
  font-size: 20px;
}
.follow {
  display: flex;
  align-items: center;
  justify-content: center;
}
.follow a {
  font-size: 19px;
  color: #fff;
}
.terms {
  margin-top: 32px;
}
.terms a {
  font-size: 15px;
}

.navbar-light .navbar-toggler-icon {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1%) hue-rotate(95deg) brightness(101%) contrast(101%);
  opacity: 1;
}
.bg-white.rounded.p-5.m-5.mb-0 {
  margin: 0 !important;
  padding: 22px !important;
  width: 100%;
}
.contact h1.display-4 {
  font-size: 27px;
}

.contact {
  padding: 200px 0 100px 0;
}

/* ----------- signup -------------- */
.sec_signup .form-container {
  width: 100% !important;
}
.sec_signup .social-container {
margin: 10px 0;
}
.hideShow{
  display: block !important;
}

.sec_signup .container.right-panel-active .sign-up-container {
transform: translateX(0%) !important;
opacity: 1;
z-index: 5;
}
.sec_signup .sign-up-container {
left: 0;
width: unset !important;
z-index: 1;
opacity: 0;
}
 .overlay{
     display: none !important;
 }
 .sec_signup .form-container {
  position: absolute;
  top: 0;
  height: 100%;
  transition: all 0.6s ease-in-out;
  z-index: 33 !important;
  left: 0;
  right: 0;
  padding: 0 20px;
}
.sec_signup .form-container form {
background: #fff;
display: flex;
flex-direction: column;
padding: unset;
height: 100%;
justify-content: center;
align-items: center;
text-align: center;
}
.sec_signup .overlay-container{
z-index: -1 !important;
}
/* ----------- signup -------------- */
.pro-bg {
  margin-top: 60px !important;
}
section.tr {
  margin-top: 90px;
  margin-bottom: 90px;
}
section.tr {
  margin-top: 90px !important;
  margin-bottom: 90px;
}
span.user {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  color: #102C2D !important;
  font-weight: 400;
  margin-left: 7px;
}
.card .card-text {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: #000 !important;
  font-weight: 600;
  margin: 14px 0 17px 0;
}
span.start {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: #102C2D !important;
  font-weight: 500;
  margin-left: 6px;
}
.strt {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: #102C2D !important;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.card .card-body img.img-fluid {
  height: 36px;
  width: 36px;
  object-fit: cover;
}
.card .rat {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #000 !important;
  font-weight: 600;
  margin: 0 9px 0 3px;
}
.lab h6 {
  font-size: 14px !important;
  color: #fff !important;
  margin-top: 10px !important;
  margin-bottom: 15px !important;
  text-align: center !important;
}
.divvv {
  margin-top: 80px;
}
.project {
  padding: 165px 0 250px 0 !important;
}
.project .pro1 h1 {
  font-size: 22px;
}
.project .content p {
  font-size: 17px;
}
.project .content h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 22px;
}
.project .second-two .pos {
  width: 100% !important;
}
.for-mob{
  display: block !important;
}
.add, .remove {
  width: 100% !important;
  height: 35px !important;
  margin-top: 0 !important;
  font-size: 13px !important;
  margin-bottom: 35px !important;
}
.wrap-input100 {
  width: 100% !important;
}
}

@media only screen and (min-width: 300px) and (max-width: 519px) {





    .faqqq h5 {
    font-size: 38px !important;
    margin: 0;
}
  .mob-d-none{
    display: none !important;
  }
  header .desk-d-none {
    display: unset !important;
}

  .navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
    width: 50%;
}
.navbar-brand img {
  max-width: 57%;
}
.navbar-collapse  {
  display: block !important;
  background: #011452;
  padding: 25px;
}
.bg_header .navbar-brand img {
  max-width: 65%;
}
.collapse:not(.show) {
  display: none !important;
}
nav li.nav-item {
  margin: 6px 15px;
  transition: .5s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar-nav .nav-link {
  padding: 8px 11px;
  font-size: 14px;
}
header .dif {
  font-size: 12px !important;
}
nav form {
  display: flex !important;
  justify-content: center;
}
nav a.nav-link, .nav-links {
  font-size: 13px;
}
form i {
  font-size: 14px;
  margin-right: 6px;
}

video#myVideobanner {
  width: unset;
  position: absolute;
  height: 600px;
}
.banner .content {
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
.banner h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 36px;
  color: #fff !important;
  text-transform: capitalize;
  font-weight: 600;
  width: 100%;
}
.banner p {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #fff !important;
  font-weight: 500;
  line-height: 23px;
  margin: 18px 25px 21px 0;
}
.banner .btn-div button {
  font-size: 14px;
  color: #084298 !important;
  font-weight: 600;
  width: 140px;
  background: #ffffff;
  padding: 6px 12px;
  border: 3px solid #ffffff;
}
.banner .btn-div {
  margin-top: 25px;
}
section.banner {
  height: 600px;
  width: 100%;
  position: relative;
}
.pro-bg h3, .pro-bg h5 {
  font-size: 16px;
  margin: 0;
}
.ano{
  margin-bottom: 22px !important;
}
.text-center .logon {
  font-size: 11px;
  border: 2px solid #fff;
  padding: 12px 19px;
}
.pro-bg p {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #fff !important;
  font-weight: 400;
  line-height: 25px;
  text-align: center;
  margin: 0px 0 40px 0;
}
.pro-bg .text-center.mb-5.pb-5 {
  margin-bottom: 10px !important;
}
.sl1 .inp1 {
  width: 89%;
  margin: 0 5px;
}
.sl1 .inp2 {
  width: 30%;
}
.inp2 select, input.zip {
  font-size: 13px;
}
.sl1 .inp1, .sl1 select {
  font-size: 13px;
}
.sl1 {
  height: 50px;
}
.sl2 select {
  /* background: transparent; */
  /* font-size: 12px; */
  /* color: #fff; */
  /* border: 0; */
  /* padding: 17px 0 10px 0; */
  /* font-family: 'Poppins', sans-serif; */
  /* cursor: pointer; */
  margin: 0px 0;
  /* font-weight: 500; */
  /* border-bottom: 1px solid #888; */
  width: 100%;
}
.sl2 {
  text-align: center;
  display: grid;
  margin-top: 25px;
}
.btn-div button {
  font-family: 'Poppins', sans-serif;
  font-size: 13px !important;
  color: #fff !important;
  text-transform: capitalize;
  position: relative;
  font-weight: 500;
  width: 146px;
  background: #011452;
  padding: 9px 15px;
  z-index: 1;
}
.divvv h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
}
.divvv p {
  font-size: 14px;
}
.divv {
  display: grid;
  margin-bottom: 40px;
}
.divv a {
  font-size: 15px;
  margin-top: 9px;
}
.thetop{
  margin-top: 30px;
}
.testi h1 {
  font-family: 'Poppins', sans-serif;
  font-size: 35px;
}
.slider-testi h6 {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: #011452 !important;
  font-weight: 600;
  line-height: 25px;
  text-align: center;
  margin-top: 33px;
}

.testi p {
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
}
.testi .slick-next {
  right: 21.5%;
}
.testi .slick-prev {
  left: 5.5%;
}
.bg-footer .footer-upper .footer-logo {
  width: 39%;
}
.bg-footer .footer-list {
  padding-top: 20px;
  padding-left: 0 !important;
  text-align: center;
}

.bg-footer  .ps-5 {
  padding-left: 0 !important;
}
.bg-footer .footer-list ul li a {
  font-size: 14px;
  font-weight: 500;
  opacity: 1;
  color: #ffffff;

}
.bg-footer .footer-list ul li {
  padding: 5px 0;
}
.bg-footer .align-items-center {
  align-items: center !important;
  justify-content: center;
}
footer h3 {
  font-size: 20px;
}
.follow {
  display: flex;
  align-items: center;
  justify-content: center;
}
.follow a {
  font-size: 19px;
  color: #fff;
}
.terms {
  margin-top: 32px;
}
.terms a {
  font-size: 15px;
}

.navbar-light .navbar-toggler-icon {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1%) hue-rotate(95deg) brightness(101%) contrast(101%);
  opacity: 1;
}
.bg-white.rounded.p-5.m-5.mb-0 {
  margin: 0 !important;
  padding: 22px !important;
  width: 100%;
}
.contact h1.display-4 {
  font-size: 27px;
}

.contact {
  padding: 200px 0 100px 0;
}

/* ----------- signup -------------- */
.sec_signup .form-container {
  width: 100% !important;
}
.sec_signup .social-container {
margin: 10px 0;
}
.hideShow{
  display: block !important;
}

.sec_signup .container.right-panel-active .sign-up-container {
transform: translateX(0%) !important;
opacity: 1;
z-index: 5;
}
.sec_signup .sign-up-container {
left: 0;
width: unset !important;
z-index: 1;
opacity: 0;
}
 .overlay{
     display: none !important;
 }
 .sec_signup .form-container {
  position: absolute;
  top: 0;
  height: 100%;
  transition: all 0.6s ease-in-out;
  z-index: 33 !important;
  left: 0;
  right: 0;
  padding: 0 20px;
}
.sec_signup .form-container form {
background: #fff;
display: flex;
flex-direction: column;
padding: unset;
height: 100%;
justify-content: center;
align-items: center;
text-align: center;
}
.sec_signup .overlay-container{
z-index: -1 !important;
}
/* ----------- signup -------------- */
.pro-bg {
  margin-top: 27px !important;
}
section.tr {
  margin-top: 90px;
  margin-bottom: 90px;
}
section.tr {
  margin-top: 90px !important;
  margin-bottom: 90px;
}
span.user {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  color: #102C2D !important;
  font-weight: 400;
  margin-left: 7px;
}
.card .card-text {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: #000 !important;
  font-weight: 600;
  margin: 14px 0 17px 0;
}
span.start {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: #102C2D !important;
  font-weight: 500;
  margin-left: 6px;
}
.strt {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: #102C2D !important;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.card .card-body img.img-fluid {
  height: 36px;
  width: 36px;
  object-fit: cover;
}
.card .rat {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #000 !important;
  font-weight: 600;
  margin: 0 9px 0 3px;
}
.lab h6 {
  font-size: 14px !important;
  color: #fff !important;
  margin-top: 10px !important;
  margin-bottom: 15px !important;
  text-align: center !important;
}
.divvv {
  margin-top: 80px;
}
.project {
  padding: 165px 0 250px 0 !important;
}
.project .pro1 h1 {
  font-size: 22px;
}
.project .content p {
  font-size: 17px;
}
.project .content h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 22px;
}
.project .second-two .pos {
  width: 100% !important;
}
.for-mob{
  display: block !important;
}
.add, .remove {
  width: 100% !important;
  height: 35px !important;
  margin-top: 0 !important;
  font-size: 13px !important;
  margin-bottom: 35px !important;
}
.wrap-input100 {
  width: 100% !important;
}

    p.card-text span {
    font-weight: 400 !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 15px !important;
    line-height: 28px;
}
ul.serCatOrg li.d-flex.my-3 {
    /* list-style: disc !important; */
    line-height: 20px;
    margin: 6px 0 !important;
    font-size: 14px !important;
    color: #000000 !important font-weight: 500 !important;
}
p.card-text span {
    font-weight: 400 !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 17px;
    line-height: 22px;
    position: relative;
    top: 5px;
    font-size: 15px !important;
}

.divvv {
    margin-top: 80px;
    margin-left: 5px;
    margin-right: 5px;
}
.sli .slick-next {
    right: 47px;
}
.divvv h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    line-height: 26px;
}
.bg-footer .footer-upper .footer-logo {
    width: 67% !important;
}
.terms a {
    font-size: 14px;
    margin: 0 10px !important;
    font-family: 'Poppins', sans-serif;
}
.lab.labiyo {
    width: 90% !important;
}
.pro-bg h3, .pro-bg h5 {
    font-size: 24px;
    margin: 0 !important;
}

.project .img-box a {
    display: flex;
    align-items: center;
    color: #000;
    margin: 15px 0 15px 0;
    width: 200px !important;
}
.project {
    padding: 125px 0 125px 0 !important;
}
.banner .content {
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 1;
}

.sl2 select {
    text-align: center;
    padding: 10px !important;
}

.lambor {
    padding: 0 10px !important;
}

span.rediness {
    font-size: 17px;
    font-weight: 800;
    color: red;
}

    li.card-text1 {
    font-weight: 700 !important;
    margin: 10px 0 !important;
    font-size: 14px;
}
p.card-text span {
    position: relative;
    top: 0px;
    font-size: 14px !important;
}
.card-body h4 {
    margin-bottom: 0px !important;
    font-size: 14px !important;
}
li.card-text1 {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    margin: 5px 0;
}
.card-body h4 {
    margin-bottom: 0px !important;
    font-size: 14px !important;
}

}








































.project .second-two .pos {
    background: #f2f2f2;
}

/* custom-form */

section.custom_step_fom {
  padding-top: 200px;
  padding-bottom: 100px;
}

.kcustm_fom_main {
  background: #fff;
  box-shadow: 0px 2px 6px #a3a3a3;
  padding: 55px 55px 70px;
  border-radius: 15px;
}

.kcustm_fom_main h2 {
  font-family: 'Outfit';
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  padding-bottom: 50px;
}

.inner_box {
  display: flex;
  flex-direction: column;
  background: #eee;
  padding: 14px 18px;
  margin-bottom: 20px;
  border-radius: 10px;
  border: 1px solid #e7dcdc;
}

.inner_box label {
  font-family: 'Outfit';
  font-size: 14px;
  color: #000;
}

.inner_box input {
  background: transparent;
  border: none;
  padding-top: 5px;
  font-family: 'Outfit';
  font-size: 16px;
  color: #000;
}

.innr_btn_main input {font-size: 20px;font-weight: 400;background: #011452;color: #fff;display: flex;justify-content: center;align-items: center;padding: 7px 0;border-radius: 50px; margin-top: 10px;}



.inner_box input:focus-visible {
  box-shadow: none;
  border: none;
  outline: none;
}

/*/// custom radio button //*/

.pro-bg {
    margin-top: 125px;
}

.card .card-title {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    color: #0000 !important;
    font-weight: 500;
    margin-top: 0px !important;
}



/*/// helo new //*/
ul.serCatOrg {
    /* display: flex; */
    color: #000 !important;
    list-style: disc !important;
    font-size: 15px !important;
    position: relative !important;
    margin-bottom: 30px;
}


.lab.labiyo {
    width: 30%;
}



ul.serCatOrg li.d-flex.my-3 {
    /* list-style: disc !important; */
    line-height: 27px !important;
    margin: 8px 0 !important;
    font-size: 14px !important;
    color: #000000 !important
    font-weight: 500 !important;
}

.card-body h4 {
    font-family: 'Poppins', sans-serif !important;
    font-size: 18px !important;
    color: #000 !important;
    font-weight: 600 !important;
}

li.card-text1 {
    font-weight: 700 !important;
    margin: 7px 0 !important;
    font-size: 14px;
}

li.card-text1 span {
    font-weight: 400 !important;
}

p.card-text span {
    font-weight: 400 !important;
    =:
    'poppins';
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px;
    line-height: 26px;
}

.card-body h4 {
    margin-bottom: 0px !important;
    font-size: 14px !important;
}

.secidrone {
    margin-top: -40px !important;
}

.card .card-text {
    font-size: 14px !important;
}

.showMore{
    color:#8192cc !important;
    padding-bottom: 20px;
}


















.s-hidden {
    visibility:hidden;
    padding-right:10px;
}
.select {
    cursor:pointer;
    display:inline-block;
    position:relative;
    font:normal 15px/42px Arial, Sans-Serif;
    color:black;
    width: 100%;
}
.styledSelect {
    position:absolute;
    top:0px;
    right:0;
    bottom:0;
    left:0;
    background-color:white;
    padding: 0 15px;
    font-weight:bold;
    display: flex;
    align-items: center;
    border-radius: 10px;
    line-height: 18px;
}
.styledSelect:after {
    content:"";
    width:0;
    height:0;
    border:5px solid transparent;
    border-color:black transparent transparent transparent;
    position:absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}
.styledSelect:active, .styledSelect.active {
    background-color:#eee;
}
.options {
    display:none;
    position:absolute;
    top:100%;
    right:0;
    border-radius: 10px;
    left:0;
    max-height: 380px;
    z-index:999;
    margin:0 0;
    padding:0 0;
    list-style:none;
    border:1px solid #ccc;
    background-color:white;
    -webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
    overflow: auto;
}
.options li {
    padding:0 6px;
    margin:0 0;
    padding: 12px 15px;
    font-weight: 600;
    line-height: 22px;
}
.options li:hover {
    background-color:#39f;
    color:white;
}




.search-chat{
  height: calc(100vh - 125px);
  display: flex;
  flex-direction: column;
  padding: 20px 0;
}
.search-chat-2{
    height: calc(100vh - 125px);
    display: flex;
    flex-direction: column;
    padding: 20px 0;
  }
.search-chat .sendbtn{
 border: none;
    background: no-repeat;
}
.search-chat .sendicon{
  color: rgb(44, 44, 44);
  margin: 0;
}
.search-chat .textchatarea{
  width: 100%;
  height: 100%;
  border: none;
  padding: 12px;
  resize: none;
}
.search-chat .textchatarea:focus{
outline: none;
}

.search-chat::before{
  background: #1e212f;
}

.search-chat .card{
  background:#fff;
  border: none;
  border-radius: 8px;
}

.searchCard{
    display: flex;
    overflow: auto;
    row-gap: 12px;
    padding-bottom: 5px;
}
.searchCard .padd{
  padding: 12px;
}
.searchCard .card-title{
margin: 0;
}
.sendmsgInput{
  width: 1280px;
    margin: 0 5px;
    height: unset;
    padding: 0;
    overflow: hidden;
    display: flex;
    gap: 8px;
    align-items: end;
}
.sendmsgInput .textchatarea{
  border-radius: 12px;
}
.sendmsgInput .sendicon{
  color: rgb(44, 44, 44);
    margin: 0;
    background: #ffffff;
    padding: 12px;
    border-radius: 30px;
    top: 0;
}
.searchCard p.card-text {
    text-align: left;
    line-height: normal;
}

.searchCard .card-title{
    text-align: left;
}
.receivemsg .chatboxPadd, .sendmsg .chatboxPadd{
  padding: 8px 12px;
}
.receivemsg {
  border-radius: 16px 16px 16px 0;
  background:#fff;
}
.sendmsg {
  border-radius: 16px 16px 0 16px;
  background:#c0cbfd;
}
.sendmsgInput .search-chat .textchatarea {
    width: 100%;
    height: 100%;
    border: none;
    padding: 12px;
    resize: none;
    border-radius: 20px;
}

.searchCard::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #373737;
      border-radius: 10px;

}

.searchCard::-webkit-scrollbar-thumb {
  background: #ffffff;
    border-radius: 10px;
}

@media screen and (max-width: 1399px){
.search-chat{
  height: calc(100vh - 96px);
}
section.pro-bg.search-chat{
  margin-top: 96px !important;
}
}
@media screen and (max-width: 1199px){
.search-chat{
  height: calc(100vh - 87px);
}
section.pro-bg.search-chat{
  margin-top: 87px !important;
}
}
@media screen and (max-width: 991px){
.search-chat{
  height: calc(100vh - 180px);
}
section.pro-bg.search-chat{
  margin-top: 180px !important;
}
}
@media screen and (max-width: 766px){
.search-chat{
  height: calc(100vh - 125px);
}
section.pro-bg.search-chat{
  margin-top: 125px !important;
}
}

.tiblock {
    align-items: center;
    display: flex;
}

.ticontainer .tidot {
    background-color: #90949c;
}

.tidot {
    -webkit-animation: mercuryTypingAnimation 1.5s infinite ease-in-out;
    border-radius: 2px;
    display: inline-block;
    height: 4px;
    margin-right: 2px;
    width: 4px;
}

@-webkit-keyframes mercuryTypingAnimation{
0%{
  -webkit-transform:translateY(0px)
}
28%{
  -webkit-transform:translateY(-5px)
}
44%{
  -webkit-transform:translateY(0px)
}
}

.tidot:nth-child(1){
-webkit-animation-delay:200ms;
}
.tidot:nth-child(2){
-webkit-animation-delay:300ms;
}
.tidot:nth-child(3){
-webkit-animation-delay:400ms;
}
.pro-bg-2 {
    position: relative;
    padding: 115px 0 95px;
    z-index: 4;
  }
.pro-bg-2 {
    padding: 110px 0 115px;
    margin-top: 87px !important;
  }
.pro-bg-2 {
    margin-top: 60px !important;
  }
.pro-bg-2 {
    margin-top: 27px !important;
  }
.pro-bg-2 {
    margin-top: 125px;
}
@media screen and (max-width: 1399px) and (min-width: 1200px){
    .search-chat-2{
      height: calc(100vh - 96px);
    }
    .pro-bg-2.search-chat-2{
      margin-top: 50px !important;
      padding-top: 50px !important;
    }
    }
    @media screen and (max-width: 1199px) and (min-width: 992px){
    .search-chat-2{
      height: calc(100vh - 87px);
    }
    .pro-bg-2.search-chat-2{
      margin-top: 50px !important;
      padding-top: 50px !important;
    }
    }
    @media screen and (max-width: 991px) and (min-width: 767px){
    .search-chat-2{
      height: calc(100vh - 180px);
    }
    .pro-bg-2.search-chat-2{
      margin-top: 50px !important;
    }
    }
    @media screen and (max-width: 766px){
    .search-chat-2{
      height: calc(100vh - 125px);
    }
    .pro-bg-2.search-chat-2{
      margin-top: 50px !important;
      padding-top: 50px !important;
    }
}
