.montserrat-400 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

ul,
p {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

.btn {
  background-color: #086ce0;
  height: 37px;
  border-radius: 21px;
  color: #fff;
  padding: 5px 42px 5px 26px;
  background: url("../images/right-arrow.svg") no-repeat 90% center #005fb6;
  font-size: 16px;
  font-weight: 500;
}
.btn:hover {
  background-color: #00529f;
  color: #fff;
}
.header-butn {
  padding-top: 28px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: flex-start;
  align-content: flex-end;
}
.connect {
  padding-top: 35px;
  padding-right: 30px;
  z-index: 1000;
}
header {
  position: fixed;
  display: flex;
z-index: 10000;
  flex-wrap: nowrap;
  justify-content: space-between;
  background-color: #fff;
  
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.logo {
  padding: 11px 30px;
}

.logo a img {
  width: 174px;
}
.mobilemenu {
  position: absolute;
  right: 26px;
  top: 38px;
  cursor: pointer;
}
.mobilemenu span {
  width: 50px;
  height: 3px;
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
  position: relative;
  display: block;
  background-color: #ccc;
}
.mobilemenu span:before {
  width: 50px;
  transition: all 0.3s ease-in-out;
  height: 3px;
  content: "";
  border-radius: 10px;
  position: absolute;
  bottom: -24px;
  display: block;
  background-color: #ccc;
}
.mobilemenu span:after {
  width: 50px;
  transition: all 0.3s ease-in-out;
  height: 3px;
  content: "";
  border-radius: 10px;
  position: absolute;
  bottom: -12px;
  display: block;
  background-color: #ccc;
}
.mobilemenu {
  display: none;
}
.mobilemenu.active :before {
  transform: rotate(-45deg);
  bottom: -11px;
}
.mobilemenu.active span:after {
  transform: rotate(45deg);
}
.mobilemenu.active span {
  background-color: transparent;
}
.menu {
  /* padding-left: 67px; */
  padding-top: 34px;
}

.menu ul li a {
  color: #000;
  display: block;
  margin-right: 25px;
  font-weight: 600;
}

.menu ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}
.menu ul li {
  position: relative;
}
.menu ul li.dropdown > ul.dropdown-content {
  display: none;
  background-color: #fff;
  border-radius: 8px;
  color: #000;
  box-shadow: 4px 3px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 4px 3px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 4px 3px 5px 0px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: transform 0.4s, opacity 0.4s;
  transform: translateY(20%);
  opacity: 0;
  position: absolute;
  left: -23px;
  z-index: 0;

  padding: 10px 0px;
  min-width: 220px;
}
.menu ul li.dropdown > ul.dropdown-content li {
  padding: 0px;
}
.menu ul li a {
  padding: 5px 0px;
  font-size: 16px;
}
.menu ul li.dropdown.active > ul.dropdown-content {
  transform: translateY(0%);
  opacity: 1;
  z-index: 1;
  display: block;
}
.menu ul li.dropdown > ul.dropdown-content li a {
  color: #000;
  display: block;
  font-size: 13px;
  padding: 5px 25px;
}
.menu ul li.dropdown > ul.dropdown-content li a:hover {
  background: #f1f1f1;
}
.logo img{width: 250px;}
.banner {
  margin-top: 80px;
  height: 600px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: flex-start;
}
.banner h1 {
  font-size: 40px;
  color: #000;
  font-family: "Alike", serif;
}
.banner span {
  color: #fea93e;
}
span.blue{ color: #086ce0;}
.banner-img img {
  max-width: 100%;
  margin-bottom: 50px;
}
.banner-text p {
  font-weight: 500;
  font-size: 16px;
  padding-bottom: 25px;
}
.banner-text span.part {
  font-weight: 600;
  font-size: 16px;
  padding-bottom: 25px;
  color: #000;
  display: block;
  padding-bottom: 15px;
}
.cont-center {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: flex-start;
}
.green-bg {
  background-color: #00529f;
}
.hometxt {
  padding: 110px 0px;
  color: #fff;
  text-align: center;
}
.hometxt h2 {
  font-size: 32px;
  font-weight: 700;
  padding-bottom: 35px;
}
.hometxt h3 {
  font-size: 24px;
  font-weight: 500;
  padding: 0px 250px 24px 250px;
}
.hometxt p {
  font-size: 18px;
  padding: 0px 80px 0px 80px;
}
.homeblocks {
  padding-bottom: 80px;
}
.homeblocks .container {
  background-color: #fff;
  border-radius: 15px;
  padding: 60px 75px 0px 75px;
}
.homeblocks .container h2 {
  color: #004c44;
  font-weight: 700;
  font-size: 32px;
  padding-bottom: 90px;
}
.homeblocks .container .block h2 {
  color: #005fb6;
  font-size: 24px;
  padding-bottom: 24px;
}
.homeblocks .container .block h3 {
  color: #343030;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 40px;
  line-height: 28px;
}
.homeblocks .container .block p {
  color: #343030;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 28px;
  line-height: 28px;
}
.homeblocks .container .block span {
  color: #343030;
  font-size: 16px;
  font-weight:600;
}
.tick-list {
  list-style: none; /* remove default bullets */
  padding: 0;
  margin: 0;
}

.tick-list li {
  position: relative;
  padding-left: 28px; /* space for the tick */
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.5;
}
.tick-list li span{
  font-weight: 500;
}
.imgser{ border-radius: 15px;}
.tick-list li::before {
  content: "✔"; /* tick symbol */
  position: absolute;
  left: 0;
  top: 0;
  color: #28a745; /* green tick */
  font-weight: bold;
}
.homeblocks .container .block p span{  font-weight: 700;}
.block img {
  max-width: 550px;width: 100%;
}
.block {
  padding-bottom: 120px;
}
.contact .container {
  padding: 100px 32px;
}
.contact h2 {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  padding-bottom: 65px;
}
.contact input {
  width: 100%;
  height: 72px;
  background-color: #fff;
  border: none;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 24px;
  font-weight: 700;
}
.contact textarea {
  width: 100%;
  height: 172px;
  background-color: #fff;
  border: none;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 24px;
  font-weight: 700;
}
.contact input::placeholder,
.contact textarea::placeholder {
  color: #000;
  opacity: 1;
  font-size: 16px;
  font-weight: 700;
}
footer {
  border-top: 1px solid #fff;
  text-align: center;
  color: #fff;
  background-color: #00c3ac;
  padding: 30px 0px;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}
.mobilemenu {
  position: absolute;
  right: 26px;
  top: 38px;
  cursor: pointer;
}
.mobilemenu span {
  width: 50px;
  height: 3px;
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
  position: relative;
  display: block;
  background-color: #ccc;
}
.mobilemenu span:before {
  width: 50px;
  transition: all 0.3s ease-in-out;
  height: 3px;
  content: "";
  border-radius: 10px;
  position: absolute;
  bottom: -24px;
  display: block;
  background-color: #ccc;
}
.mobilemenu span:after {
  width: 50px;
  transition: all 0.3s ease-in-out;
  height: 3px;
  content: "";
  border-radius: 10px;
  position: absolute;
  bottom: -12px;
  display: block;
  background-color: #ccc;
}
.mobilemenu {
  display: none;
}
.mobilemenu.active :before {
  transform: rotate(-45deg);
  bottom: -11px;
}
.mobilemenu.active span:after {
  transform: rotate(45deg);
}
.mobilemenu.active span {
  background-color: transparent;
}