* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  scroll-behavior: smooth;
}
:root {
  --text-color: #666666;
  --second-text-color: #29aae3;
  --therd-text-color: #222222;
  --font-1: "Noto Sans", sans-serif;
  --font-2: "Montserrat", sans-serif;
  --footer-color: #333333;
  --header-div-color: #e8b500;
}
.w {
  width: 1150px;
  margin: 0 auto;
}
.w2{
  width: 1350px;
  margin: 0 auto;
}
p {
  font-family: var(--font-1);
  color: var(--text-color);
  padding: 10px 0;
}
h2 {
  font-family: var(--font-1);
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
}
h1 {
  text-align: center;
  font-size: 28px;
  text-transform: uppercase;
  color: var(--therd-text-color);
  font-family: var(--font-1);
  padding: 8px 0;
}
a {
  text-decoration: none;
  cursor: pointer;
}
li {
  list-style: none;
}
input {
  outline: none;
}
textarea {
  outline: none;
}
select {
  outline: none;
}
button {
  border: none;
  cursor: pointer;
  background: transparent;
}
/* form{position: relative;padding: 20px 0 0;} */

/*HEADER1*/
#d1 {
  background: var(--header-div-color);
  padding: 12px 0;
  text-align: center;
}
#d2 {
  border-bottom: 1px solid #66666624;
}
.i500 {
  width: 15px;
  margin: 10px;
}
#d3 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: right;
}
#s0 {
  padding: 6px 15px;
  background: #c99600;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
  border-radius: 4px;
  font-family: var(--font-1);
}
#a7 {
  cursor: pointer;
  font-size: 15px;
  font-family: var(--font-1);
  color: var(--text-color);
  font-weight: 400;
  display: flex;
  align-items: center;
  margin-right: 7px;
}
.s1 {
  cursor: pointer;
  font-size: 15px;
  text-transform: lowercase;
  font-family: var(--font-1);
  color: var(--text-color);
  font-weight: 400;
  display: flex;
  align-items: center;
  margin-right: 7px;
}
.a5 {
  font-family: var(--font-1);
  font-size: 15px;
  color: var(--text-color);
  border: none;
  background: transparent;
  text-transform: capitalize;
}
.s2 {
  color: var(--text-color);
  font-size: 16px;
  opacity: 40%;
  margin: 0 7px;
}
#a100 {
  color: #fff;
}
#fsb {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  width: 100%;
}
#n {
  display: flex;
  align-items: center;
  width: 1150px;
  justify-content: space-between;
  margin: 0 auto;
}
.i2 {
  width: 250px;
}
#u100 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.l1 {
  margin: 0 25px;
}
.a1 {
  font-size: 15px;
  text-transform: uppercase;
  font-family: var(--font-1);
  color: var(--text-color);
  font-weight: 400;
}
.sticky {
  top: 0;
  background: #fff;
  position: fixed;
  z-index: 6;
  border-bottom: 1px solid #0000002b;
  left: 0;
  right: 0;
  width: 100%;
}
#d100 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l4 {
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.l4:hover {
  background: #f0f0f0;
  color: #222;
}
#u2 {
  display: none;
  padding: 0 7px;
  width: 18%;
  background: #fff;
  z-index: 1;
  position: absolute;
  right: 0;
  transition: 0.5s;
  margin: 63px 0 0;
  top: -24px;
}
.d13 {
  color: #666;
  display: inline-block;
  font-size: 14px;
  padding: 10px 0;
  font-family: "Noto Sans";
  font-weight: 400;
}
.d13:hover #u2 {
  display: block;
  z-index: 3;
}
.a6 {
  font-size: 11px;
  text-transform: uppercase;
  color: #666;
  cursor: pointer;
  font-family: Lato, Arial, Helvetica, sans-serif;
  display: flex;
  align-items: center;
}
.s1:hover,
#a3:hover,
.a5:hover,
.a1:hover,
.a2:hover {
  color: var(--second-text-color);
}
#active1,
#active2,
#active3,
#active4 {
  background: var(--second-text-color);
  color: #fff;
}
#active1 > span,
#active2 > span,
#active3 > span,
#active4 > span {
  color: #fff;
}
#i100 {
  width: 32px;
  display: none;
  margin-left: 11px;
}
.i4 {
  width: 17px;
  margin-right: 8px;
}
.i4:hover {
  filter: invert(60%) sepia(20%) saturate(2686%) hue-rotate(166deg)
    brightness(94%) contrast(88%);
  cursor: pointer;
}
/*VALIDATION ERROS  CSSS*/
.ko1 {
  color: #ff1515 !important;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  margin: -9px 0 13px;
}
.ok {
  color: #045023;
  padding: 9px 16px;
  text-align: center;
}
.ko0 {
  color: #ff1515;
  padding: 9px 16px;
  text-align: center;
  background: #fff4f4;
  /* margin: 2px 0; */
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}
.e {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  color: #fff;
}

/*livevalidation erro*/
.liveEroo {
  color: #ff5252 !important;
  position: absolute;
  left: 0;
  right: 0;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  margin-left: 42px;
  bottom: -8px;
}

/*footer*/
#ft {
  background: var(--footer-color);
  position: relative;
  z-index: 1;
}
#d5 {
  padding: 35px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.a2,
#a3 {
  font-size: 12px;
  color: #fff;
  font-family: var(--font-1);
  padding: 23px 0 0;
  margin-left: 45px;
}
.d6 {
  width: 25%;
  display: flex;
  flex-direction: column;
}
#a3 {
  margin: 0;
  margin: 0;
  display: flex;
  align-items: center;
  text-transform: lowercase;
}
.d8 {
  width: 30%;
}
.l2 {
  font-size: 17px;
  color: #fff;
  font-family: var(--font-1);
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.a4 {
  border-bottom: 1px solid var(--text-color);
  padding: 12px 0;
  display: flex;
  align-items: center;
  color: #fff;
  font-family: var(--font-1);
  font-weight: 400;
  font-size: 12px;
}
#d7 {
  display: flex;
  align-items: flex-start;
  width: 75%;
  justify-content: space-between;
}
.a4::before {
  content: "";
  width: 0;
  height: 2px;
  background: transparent;
  display: block;
  transition: 0.2s all;
}
.d10 {
  margin: 8px;
  background: #fff;
  height: 35px;
  width: 35px;
  transition: 0.5s all;
  border-radius: 50%;
  padding: 0px;
  position: relative;
}
.d10:after {
  content: "";
  border: 1px solid #29aae3;
  width: 35px;
  display: block;
  height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.5s all;
  border-radius: 50%;
  transform: scale(1.2);
  opacity: 0;
}
.d10:hover .i5 {
  filter: brightness(0) invert(1);
}
.d10:hover:after {
  cursor: pointer;
  opacity: 1;
  top: -1px;
  transition: 0.5s all;
  left: -1px;
}
.a4:hover::before {
  background: var(--second-text-color);
  transition: 0.2s all;
  width: 14px;
  margin-right: 14px;
}
.i5 {
  width: 16px;
  object-fit: cover;
  transform: translate(66%, 64%);
}
.d9 {
  display: flex;
}
#d11 {
  background: #222222;
  padding: 15px 0;
  text-align: center;
}
.i6 {
  width: 23px;
  margin-right: 21px;
}
#a3:hover .i6 {
  filter: invert(60%) sepia(20%) saturate(2686%) hue-rotate(166deg)
    brightness(94%) contrast(88%);
}
.d10:hover {
  background: var(--second-text-color);
}
#p1 {
  color: #fff;
  text-transform: unset;
  font-size: 12px;
}
#d14{
  display: flex;
  justify-content: end;
}
#d15{
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-top: 10px;
}
.s3{
  color: white;
  text-transform: capitalize;
  font-family: var(--font-1);
}

/*this css style have all pages*/
.bar {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}
.bar:before,
.bar:after {
  content: "";
  height: 0;
  width: 0;
  bottom: 0;
  position: absolute;
  background: var(--second-text-color);
  transition: 0.2s ease all;
  right: 0;
}
.bar:before {
  left: 0;
  height: 2px;
  width: 0%;
}
.bar:after {
  right: 0;
  height: 2px;
  width: 0%;
}
body input:focus ~ .bar:before {
  width: 50%;
}
body input:focus ~ .bar:after {
  width: 50%;
}
input:focus {
  background: #f4fbfe;
}
textarea:focus {
  background: #f4fbfe;
}
input:focus ~ label {
  color: var(--second-text-color);
}
textarea:focus ~ label {
  color: var(--second-text-color);
}
textarea:focus ~ label,
textarea:valid ~ label {
  top: -20px;
  font-size: 12px;
}
.show {
  display: block !important;
  z-index: 6 !important;
}

.x4d100 {
  margin: 5px 7px;
}

.error {
  border: 2px solid red;
}
.error-message {
  color: red;
  margin-top: -8px;
  display: block;
  margin-bottom: 13px;
}

/*HEADER & FOOTER RESPONIVE*/
@media screen and (max-width: 1380px) {
  .w2 {
    width: 96%;
    margin: 0 2%;
}

}


@media screen and (max-width: 1200px) {
  .w {
    width: 96%;
    margin: 0 2%;
  }
  #n {
    width: 95%;
  }
  #fsb {
    margin: 0;
    width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  #u100 {
    justify-content: space-between;
  }
  .l1 {
    margin: 0 0 0 20px;
  }
  .d9 {
    justify-content: space-between;
  }
  #d7 {
    width: 100%;
    margin-top: 38px;
  }

  #d5 {
    display: flex;
  }
  .d8 {
    width: 100%;
  }
  .d9 {
    width: 20%;
  }

  .d12 {
    margin-left: 38px;
  }

  .d12 > ul {
    text-align: center;
  }
  .l2 {
    margin: 24px 0;
  }
  .i4,
  .s2 {
    display: none;
  }
  .s1 {
    padding: 12px 0;
  }
}
/* @media screen and (max-width: 868px) { */
  @media screen and (max-width: 980px) {
  #u100 {
    box-shadow: 1px 5px 20px 0px #00000024;
    padding-bottom: 15px;
    display: none;
    flex-direction: column;
    right: 0;
    top: 80px;
    position: absolute;
    align-items: flex-start;
    background: #fff;
    z-index: 1;
    width: 300px;
  }
  #fsb {
    position: relative;
  }
  #i100 {
    display: block;
  }
  #d100 {
    width: auto;
  }
  .l1 {
    padding: 20px 0;
  }
  .d6 {
    width: 100%;
    margin: 0 auto;
    align-items: center;
  }
  #d5 {
    display: flex;
    flex-direction: column;
  }
  #d7 {
    width: 100%;
    padding: 0;
  }
  .l2 {
    margin: 30px 0 0;
  }

  .d8 {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .a4 {
    justify-content: center;
  }

  .d12 {
    margin-left: 0;
  }
}

@media screen and (max-width: 620px) {
  #d7 {
    flex-wrap: wrap;
    text-align: center;
  }

  .a4 {
    justify-content: center;
  }

  .d12 {
    margin-left: 0;
  }

  .d8 {
    align-items: normal;
  }
}

.d9 {
  width: 100%;
  display: flex;
  padding: 25px 0 0;
  justify-content: space-between;
}

.i5 {
  margin-right: 20px;
}

@media screen and (max-width: 590px) {
  .d8 {
    width: 100%;
  }
}
@media screen and (max-width: 460px) {
  #n {
    display: block;
  }
  #u100 {
    top: 110px;
  }
  #d3 {
    flex-direction: column;
    align-items: center;
  }
  .i2 {
    margin: 0 0 10px;
  }
  .liveEroo {
    margin: 0;
  }
}
