@font-face {
  /* font-family: 'W01';  */
  font-family: 'Avenir Next W01 Thin'; 
  src: url('fonts/avenir-next-regular.ttf');
}

:root {
  /* --font-01: "W01", sans-serif; */
  /* --font-01: "poppins", sans-serif; */
  --font-01: "Avenir Next W01 Thin", sans-serif;
  --font-02: "Barlow", sans-serif;
  --color-01: #13557f;
  --color-02: #e23e25;
  --color-03: #676977;
  --color-04: #fff;
  --color-05: #ffffff1a;
  --color-06: #fffc;
  --color-07: #f4f5f8;
  --color-18: #0000ff;
  --ko-text: #f39c12; /* Orange */
  --ko-border: transparent;
  --ko-bg: transparent;
  --ok-text: #16a085; /* Green Sea */
  --ok-bg: transparent;
  --ok-border: transparent;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.w {
  width: 1200px;
  margin: 0 auto;
}

a {
  text-decoration: none;
  color: black;
}

ul {
  list-style: none;
}

.fsb {
  display: flex;
  justify-content: space-between;
}

.fsa {
  display: flex;
  justify-content: space-around;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-01);
}
/* h1,h2{text-transform: capitalize;} */
p {
  font-family: var(--font-02);
}
input {
  outline: none;
}
/* header  */
.sticky {
  position: fixed !important;
  top: 0;
  width: 100% !important;
  background: #fff !important;
  transition: ease-in 0.1s;
}
#hd {
  /* background:linear-gradient(#031a3c, transparent); */
  /* background:linear-gradient(#5084d1, transparent); */
  background: linear-gradient(#00000070, transparent);
  position: absolute;
  width: 100%;
  z-index: 2;
  transition: ease-in 0.1s;
}

.i500 {
  width: 15px;
  height: 15px;
}
.i500:last-child {
  margin-right: 10px;
}
.a600 {
  color: white;
  font-family: var(--font-01);
  display: flex;
  align-items: center;
  margin-right: 20px;
}
#d500 {
  margin-top: 10px;
}
#d499 {
  display: flex;
}
#d498 {
  display: flex;
  flex-direction: column;
  align-items: end;
}
.s500,
#s499 {
  color: white;
  font-family: var(--font-01);
  display: flex;
  align-items: center;
}
#s499 {
  font-size: 13px;
}
#s497 {
  margin-right: 5px;
}
.s500 > img {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
#d1 {
  display: flex;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid var(--color-05);
}
.a16{text-transform: capitalize;}

.i1 {
  width: 130px;
}
#i99 {
  width: 100px;
}
#i97,
.i101 {
  height: 45px;
}

#i97 {
  margin-right: 20px;
}

#i98 {
  width: 60px;
  height: 50px;
}
#s11 {
  visibility: hidden;
  color: #61b7ed;
  font-size: 30px;
  padding: 0 10px;
}

#u1 {
  z-index: 1;
  font-family: var(--font-02);
  position: relative;
}

.n {
  visibility: visible;
}

.z2p100 {
  color: #ffffff;
  font-family: var(--font-01);
}

.a1 {
  margin: 0 18px;
  display: flex;
  align-items: center;
  color: var(--color-04);
  padding: 10px 0;
}

.a7:hover {
  color: var(--color-01);
}

.active {
  color: var(--color-01);
}

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

.u2,
.u3 {
  display: none;
  position: absolute;
  border: 1px solid rgb(252, 252, 252);
  background: rgb(247, 245, 245);
  padding: 0;
  width: 250px;
}

.u3 {
  margin-top: 19px;
  left: 30px;
}

.li2 {
  padding: 9px 20px;
}
.li2:hover {
  background: #eee;
}

.li1{
  transition: 1s all;
}

.li1:hover .u2 , #li8:hover #u8 {
  display: block;
}

#li3:hover .u3 {
  display: block;
}

/* header */

/* section 01 common css */
#se10 {
  background: url(../img/15.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  height: 500px;
  display: flex;
  align-items: center;
  text-align: center;
}
/* #se10::before{
    content: "";
    width: 100%;
    height: 500px;
    top: 0;
    left: 0;
    background:linear-gradient(rgba(15, 36, 84, 0.5),rgba(15, 36, 84, 0.5));
    position: absolute;
} */
#h10 {
  color: #ffffff;
  font-family: var(--font-02);
  /* text-transform: capitalize; */
  font-size: 13px;
  letter-spacing: 5px;
  font-weight: 400;
  margin-bottom: 20px;
}
#hh10 {
  color: #ffffff;
  font-family: var(--font-01);
  /* text-transform: capitalize; */
  font-size: 48px;
  line-height: 1.2em;
  font-weight: 700;
  text-align: center;
}
#d20 {
  padding-top: 50px;
  z-index: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
#a99,
#s100 {
  color: white;
  font-family: var(--font-01);
  transition: 0.3s;
  font-size: 20px;
}
#a99:hover {
  color: #0f2454;
  transition: 0.3s;
}
#h50 {
  font-size: 40px;
  color: white;
}

#s10 {
  color: var(--color-01);
}

/* section 01 part 02 common css */
/* section 01 part 02 common css */
.a100 {
  font-size: 10px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: var(--font-02);
  letter-spacing: 3px;
  cursor: pointer;
}
#a101 {
  color: var(--color-01);
}
#d101 {
  display: flex;
  gap: 10px;
  align-items: center;
  padding-top: 10px;
}
.d102 {
  display: flex;
  align-items: center;
  gap: 5px;
}
.d102 > img {
  width: 20px;
  height: 20px;
}
#i100 {
  border-radius: 50px;
}
.s101 {
  color: #ffffff;
  font-family: var(--font-02);
  font-size: 12px;
  text-transform: capitalize;
}
/* section 01 part 02 common css end */

/* footer */
#ft {
  background: #031d2f;
  overflow: auto;
}

#se1 {
  background: url(../img/paralax2.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  height: 400px;
}

#d11 {
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
}

#d13 {
  position: relative;
  top: 60px;
  z-index: 1;
  /*padding: 50px 0 0;*/
  display: flex;
  align-items: center;
}

#d12 {
  width: 40%;
}

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

.i4 {
  width: 40px;
  margin-right: 20px;
  filter: invert(92%) sepia(100%) saturate(31%) hue-rotate(62deg)
    brightness(106%) contrast(109%);
}

.s6,
.s7 {
  display: block;
  font-family: var(--font-02);
  margin: 5px 0;
  color: var(--color-04);
}

.s7 {
  font-size: 20px;
}

#s5 {
  display: block;
  font-family: var(--font-02);
  color: var(--color-04);
  margin: 10px 0;
  display: flex;
  align-items: center;
}

#s5::before {
  content: "\2713";
  color: var(--color-04);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  border-radius: 50px;
  height: 16px;
}

#d2 {
  display: flex;
  border: 1px solid var(--color-05);
  margin: 75px 0;
  padding: 10px 0;
}

.d3 {
  display: flex;
  align-items: center;
  width: 33%;
  color: var(--color-04);
}
.d3:nth-child(2) {
  border-right: 1px solid var(--color-05);
  border-left: 1px solid var(--color-05);
}
.d4 {
  margin-right: 25px;
  margin-left: 50px;
}
.d4,
.a3 {
  background-color: var(--color-01);
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.i2 {
  width: 35px;
  filter: invert(100%) sepia(3%) saturate(7447%) hue-rotate(141deg)
    brightness(114%) contrast(107%);
}

.d5 {
  display: flex;
  flex-direction: column;
  font-family: var(--font-01);
}

.s1 {
  font-weight: bold;
}

.s2 {
  color: var(--color-06);
}

.d6 {
  width: 30%;
  font-family: var(--font-02);
}
#d450 {
  display: flex;
  flex-direction: column;
  margin-left: 100px;
}
#d26 {
  padding-bottom: 50px;
}
#d7 {
  color: var(--color-06);
}

.p1 {
  color: var(--color-06);
  margin: 20px 0;
  line-height: 1.5;
}

#d8 {
  width: 60%;
}

.a3 {
  border-radius: 50px;
  margin-right: 8px;
}

.i3 { 
  width: 20px;
}

.s3 {
  color: var(--color-04);
  font-weight: bold;
  font-size: 19px;
}

.a4 {
  display: block;
  color: var(--color-06);
  cursor: pointer;
  margin-bottom: 15px;
}
#p3 {
  font-family: var(--font-01);
  margin-bottom: 30px;
  color: #fff;
  font-size: 45px;
  /* text-transform: capitalize; */
}

#d9 {
  margin: 20px 0;
}

#fm50 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  font-size: 20px;
}
#fm50 > div {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.in1 {
  border-style: none;
  outline: none;
  height: -webkit-fill-available;
}

#in2 {
  box-sizing: border-box;
  width: 100%;
  font-size: 16px;
  padding: 6px;
  background: #031d2f;
  border: 1px solid #1d3444;
  border-radius: 2px;
  color: white;
}

#in3 {
  width: 34%;
  background-color: var(--color-01);
  color: var(--color-04);
  font-size: 16px;
}

#d10 {
  font-family: var(--font-02);
  border-top: 1px solid var(--color-05);
}

#a5 {
  color: var(--color-06);
  cursor: pointer;
}

#p2 {
  margin: 30px 0;
}

#d16 {
  width: 100%;
  background-color: var(--color-04);
  padding: 60px 40px;
  height: 500px;
}

#p5 {
  text-transform: uppercase;
  font-size: 13px;
  font-family: var(--font-02);
  color: var(--color-01);
  letter-spacing: 3px;
}

#h1 {
  color: var(--color-02);
  font-family: var(--font-01);
  text-transform: capitalize;
  font-size: 30px;
  margin: 8px 0;
}
.h1 {
  font-size: 45px;
  font-family: var(--font-01);
  /* text-transform: capitalize; */
  text-align: center;
  margin: 10px 0;
  color: #2095ae;
}
#d14 {
  width: 38%;
}

#d17 {
  display: flex;
  overflow: hidden;
  position: relative;
}

.d18 {
  display: flex;
  flex-direction: column;
  margin: 20px 0 20px 0;
}

.d19 {
  display: flex;
  flex-direction: column;
  font-family: var(--font-02);
  justify-content: center;
}

.p4 {
  font-family: var(--font-02);
  color: var(--color-03);
  line-height: 1.5;
}

.p6 {
  font-family: var(--font-02);
  color: #fff;
  line-height: 1.5;
}

.d21 {
  display: flex;
  margin: 25px 0;
  align-items: center;
}

.i5 {
  width: 55px;
  margin-right: 10px;
}

.i6 {
  width: 10px;
}

.s8 {
  color: var(--color-02);
}

.s9 {
  font-size: 14px;
  color: var(--color-03);
}

#d22 {
  width: 100%;
  background-color: #f4f5f8;
}
.i7 {
  width: 120px;
}
#d23 {
  width: 50%;
  overflow: hidden;
}
#d24 {
  display: flex;
  padding: 20px 0;
  width: 200%;
  animation: 8s slideshow1 infinite;
}
.a500 {
  width: 12.5%;
}

#d601 {
  margin-top: 12px;
  display: flex;
  align-self: center;
}
.d600 {
  margin-right: 5px;
  width: 12px;
  height: 12px;
  background: var(--color-01);
  border-radius: 100px;
}
#d80 {
  align-items: center;
}

#d799 {
  margin-top: 15px;
}

#d800 {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 20px;
}
/* .d801{margin:0 10px;} */

.bt49 {
  border: 0;
  width: 48%;
  font-family: var(--font-01);
  padding: 6px;
  color: white;
  cursor: pointer;
  background: var(--color-01);
}
#success-message {
  color: #51e551;
  font-family: var(--font-01);
  margin-top: 10px;
}
#error-message {
  color: red;
  font-family: var(--font-01);
  margin-top: 10px;
}

/*#a150{*/
/*    width: 100px;*/
/*}*/
/*#a150 > img {*/
/*    width: 100%;*/
/*}*/

/* footer end  */

/*carousel */
.d18 {
  flex: 0 0 100%;
  padding: 30px;
  text-align: justify;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.d18.active {
  opacity: 1;
}

#testimonial-container {
  display: flex;
  overflow: hidden;
}

#btn-right {
  position: absolute;
  right: 0;
}
.carousel-btn {
  background: none;
  border: 0;
  font-size: 20px;
  cursor: pointer;
}
#buttons-div {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 100%;
  top: 35%;
}

/* errors */
.ko1,
.ko2,
.ko0,
.ok {
  font-family: var(--font-02);
}
.ok {
  color: var(--ok-text);
  background: #ebf5e6;
  padding: 15px;
  border-radius: 5px;
  text-align: center;
}
.ko1 {
  color: var(--ko-text);
  padding: 2px 10px;
  font-size: 13px;
}
.ko2 {
  box-shadow: 0 0 1px 2px var(--color-light2);
}
.ko0 {
  padding: 10px;
  text-align: center;
  color: var(--ko-text);
}
/*carousel */

/* Responsive  */

@media screen and (max-width: 1240px) {
  .w {
    width: 96%;
    margin: 0 2%;
  }
}

@media screen and (max-width: 960px) {
  /* header */
  .i1 {
    width: 110px;
  }
  #d1 {
    width: 95%;
    margin: 0 auto;
    padding: 3px 0;
  }

  .sticky {
    height: 116px;
  }

  #s11 {
    visibility: visible;
  }

  #n {
    position: absolute;
    top: 115px;
    right: 0;
    width: -webkit-fill-available;
    background: var(--color-04);
    box-sizing: border-box;
    width:250px;
  }

  .n {
    visibility: hidden;
  }

  #u1 {
    display: block;
  }

  .a1 {
    color: var(--color-02);
    padding: 12px;
  }

  .a7 {
    color: #0a0302;
  }

  .u2,
  .u3 {
    background-color: var(--color-04);
    margin-left: 30px;
    position: absolute;
    left: 10%;
    top: 60%;
  }

  .li2 {
    padding: 8px 0;
  }
  .u2{
    background:#ebf6f9;
    margin-left: 15px;
    padding:5px 5px 5px 10px;
  }

  .u3 {
    left: 0;
  }

  /* footer  */
  #d12 {
    width: 50%;
  }
  #d14 {
    width: 48%;
    margin-top: 45px;
  }

  #d13 {
    top: 0;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  #d16 {
    margin: 0 auto;
  }

  #d23 {
    width: 95%;
    margin: 0 auto;
  }

  #d2 {
    flex-wrap: wrap;
    width: 90%;
    margin: 75px auto 30px;
  }

  .d3 {
    width: 75%;
    margin: 20px auto;
  }

  .d5 {
    width: 200px;
  }

  .d3:nth-child(2) {
    padding: 20px 0;
    border-right: none;
    border-left: none;
    border-top: 1px solid var(--color-05);
    border-bottom: 1px solid var(--color-05);
  }

  #d8 {
    width: 100%;
  }

  #d10 {
    text-align: center;
  }
  #fm50 {
    padding: 5px 0px;
  }

  .d801 {
    margin: 0 5px;
  }

  .i101 {
    width: 40px;
  }
}

@media screen and (max-width: 670px) {
  #se1 {
    height: 700px;
  }
  .sticky {
    height: 134px;
  }
  /* #n {
    top: 142px;
  } */
  #d500 {
    flex-direction: column;
    align-items: center;
  }
  #d498 {
    align-items: center;
  }
  .a600 {
    margin-right: 10px;
  }

  /* Nav bar */

  #n {
    top: 134px;
  }

  /* footer */
  #d13 {
    flex-direction: column;
    padding-top: 0px;
  }

  #d12,
  #d14 {
    width: 80%;
    margin: 30px auto;
    text-align: center;
  }
  .d18 {
    width: 370px;
  }

  #d2 {
    width: 90%;
    margin-top: 35px;
  }

  .d3 {
    width: 100%;
  }

  #d26 {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  #d450 {
    text-align: center;
    margin: 30px 0 0 0;
  }

  .d6 {
    text-align: center;
    width: 78%;
    /* margin-left: 78px;
    margin-bottom: 33px; */
  }

  #d8 {
    width: 100%;
    margin: 30px 0;
  }

  #d9 {
    margin: 40px 0;
  }

  .a4 {
    margin-bottom: 30px;
  }

  #fm50 {
    width: 100%;
  }

  #d80 {
    justify-content: center;
  }
}

@media screen and (max-width: 490px) {
  /* footer  */
  #d16 {
    width: 100%;
    padding: 20px 12px;
  }

  .d3 {
    flex-direction: column;
    text-align: center;
  }

  .d4 {
    margin: 0;
    margin-bottom: 30px;
  }

  .d6 {
    text-align: center;
    width: 90%;
    margin: 20px auto 0px;
  }

  #d8 {
    width: 85%;
    margin: 0 auto;
  }

  .a3 {
    margin: 0;
  }

  #d26 {
    padding-bottom: 0;
  }
  #d700 {
    margin-top: 0;
  }
  #d12 {
    width: 90%;
  }
  #d14 {
    width: 90%;
  }
  .i7 {
    width: 80px;
  }

  #hd {
    height: auto;
  }
  #n {
    top: 166px;
  }

  /* Nav bar */

  .u2,
  .u3 {
    margin-left: 0;
    width: unset;
  }

  #d499 {
    flex-wrap: wrap;
    justify-content: center;
  }
  #a700 {
    width: 100%;
    justify-content: center;
  }
}

/* keyframe  */
@keyframes slideshow1 {
  10%,
  20% {
    transform: translateX(0%);
  }
  30%,
  40% {
    transform: translateX(-12.5%);
  }
  50%,
  60% {
    transform: translateX(-25%);
  }
  70%,
  80% {
    transform: translateX(-37.5%);
  }
  90%,
  100% {
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 400px) {

  #d8 {
    width: 90%;
  }
}
