@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
body {
    font-family: 'Poppins', sans-serif;
  }
  *{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    text-align: none;
  }
  
html{
    font-family: 'Poppins', sans-serif;
}
.custom-menu .nav-link {
    font-family: 'Poppins', sans-serif;
    color:#314A9E;
    font-weight: 700;
    margin-left: 70px;
  }
.custom-menu .nav-link:hover {
    color:#314A9E;
    text-decoration: underline;
    
  }
  
img{
  max-width: 100%;
  height: auto;
  
}

.banner {
    height: 800px;
    background-image: url('../img/banner.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  
  .banner-text {
    font-size: 2.5rem;
    color: #fff;
    font-weight: 300;
    
    
  }

  .banner-text strong{
    font-weight: 700;
  }

  .seperator{
    background: #fff;
    border: 1px solid #fff;
    border-radius: 15px;
    padding: 30px;
    position: relative;
    bottom: 100px;
    z-index: 2;
  }

  .seperator p{
    font-size: 2rem;
    font-weight: 700;
    color:#314A9E;
  }
  
  .banner-about {
    background-image: url('../img/banner-about.png');
    background-size: cover;
    background-position: center;
    height: 600px;
    display: flex;
    justify-content: end;
    align-items: center;
    text-align: center;
    color: white;
    padding-right: 50px;
  }
  .banner-about p{
    font-size:20px;
    font-weight: bold;

  }

  .bg-custom-color-1{
    background-color: #F7F7F7;
  }

  .about-paragraph{
    padding-top: 120px;
    padding-left: 50px!important;

  }

  .about-paragraph p{
    font-size: 16px;
    color:#828282;
    line-height: 30px;
  }

  .about{
    position: relative;
    bottom: 130px;
  }

  .profile img{
    max-width: 450px;
  }

  .profile-text p{
    font-size: 15px;
    color:#828282;
    line-height: 30px;
  }

  .profile-text{
    padding-left: 70px!important;
  }
 
  .profile-text h3{
    font-size: 24px;
    font-weight: bold;
    color:#3CC0CD;
  }

  .services-text h2{
    font-size:34px;
    color:#314A9E;
    font-weight: bold;
    padding-top: 50px;
  }
  .services-text p{
    font-size:20px;
    color: #828282;
    line-height: 32px;
  }

  .services-text-strong p{
    font-size: 20px;
    font-weight: bold;
    color: #828282;
  }
  .services-text-strong{
    padding-top: 30px;
  }
  .services{
    padding-top: 120px;
  }
  .services-icons img{
    margin: 0 auto;
    display: inherit;
  }
  .services-icons{
    padding-top: 30px;
    padding-bottom:50px;
    
  }
  .services-icons p{
    padding-top: 20px;
    font-size: 16px;
    color: #343A40;
}
.about{

}

.bg-custom-color-2{
  background-color:#E6E6E6;
}

.share-text-strong{
  padding-top: 70px;
}
  
.share-text-strong p{
  font-size: 20px;
  font-weight: bold;
  color: #828282;

}

.why {
  height: 560px;
  background-image: url('../img/why-banner.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}


.why-text {
  font-size: 2.5rem;
  color: #fff;
  font-weight: 600;
  margin-top:30px;
}
  

.why-text strong{
  font-weight: 700;
}

ul.list-before li::before {
  content: "";
  display: inline-block;
  width: 16px; 
  height: 16px; 
  background-image: url('../img/tag.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 10px;
  margin-bottom: -2px;
}

ul.list-before li{
  text-decoration: none;
  font-size: 16px;
  color:white;
  list-style-type: none;
  font-weight: 300;
}


.mt--45{
  margin-top: -3rem;
}

.bg-contact{
  background-color: #F8F9FA;
  padding:100px;
}
.contact-form-body{
  padding:50px;
}
.contact-form-body h2{
  font-weight: 700;
  color: #314A9E;
  text-align: center;
}
.contact-form-body p{
  color: #828282;
  margin-top:20px;
  text-align: center;
}

.form-group label {
  color: #314A9E;
}

.form-control-custom{
  display: block;
  width: 95%;
  height: 50px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #F2F4F5;
  background-clip: padding-box;
  border:none;
  border-radius: 10px;
  font-family: 'Poppins', sans-serif;
}

.custom-button{
  margin: 0 auto;
  padding: 10px 70px 10px 70px;
  background: #314A9E;
    border: none;
    border-radius: 10px;
    color: white;
}

.about-us {
  height: 800px;
  background-image: url('../img/about-bg.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-text {
  font-size: 2rem;
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
  
}

.about-us p{
  color:white;
  font-weight: 300;
  font-size: 15px;
}
/* Header */
header {
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  padding: 20px 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 1em;
  color: #FFFFFF;
  z-index: 10;
  background-color: #FFFFFF;
  transition: 0.3s ease;
}
header .desktop-menu nav {
  max-width: 100%;
  flex: 0 0 100%;
}
header .desktop-menu nav > ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 85%;
}
header .desktop-menu nav > ul > li {
  position: relative;
  padding: 15px;
}
header .desktop-menu nav > ul > li > a {
  color: #314A9E;
  font-size: 18px;
  font-weight: bold;
}
header .desktop-menu nav > ul > li .desktop-menu-child {
  position: absolute;
  top: 100%;
  background: #FFFFFF;
  box-shadow: 4px 40px 50px 10px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  width: 884px;
  height: auto;
  padding: 53px 50px;
  display: none;
}
header .desktop-menu nav > ul > li .desktop-menu-child > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  flex: 0 0 50%;
  max-width: 50%;
}
header .desktop-menu nav > ul > li .desktop-menu-child > ul > li {
  padding: 10px;
}
header .desktop-menu nav > ul > li .desktop-menu-child > ul > li > a {
  font-weight: 700;
  font-size: 17px;
  color: #0A2144;
  text-decoration: none;
  padding: 11px 8px;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}
header .desktop-menu nav > ul > li .desktop-menu-child > ul > li > a span {
  display: inline-flex;
}
header .desktop-menu nav > ul > li .desktop-menu-child > ul > li .desktop-menu-child-inner {
  position: absolute;
  top: 53px;
  bottom: 0;
  width: calc(50% - 50px);
  padding-left: 35px;
  right: 50px;
  display: none;
}
header .desktop-menu nav > ul > li .desktop-menu-child > ul > li .desktop-menu-child-inner span {
  font-weight: 700;
  font-size: 17px;
  line-height: 20px;
  display: block;
  color: #1E99EA;
  margin-bottom: 29px;
}
header .desktop-menu nav > ul > li .desktop-menu-child > ul > li .desktop-menu-child-inner::before {
  content: '';
  position: absolute;
  left: 0;
  height: 70%;
  margin: auto 0;
  border-left: 1px solid #EFEFEF;
  top: 0;
}
header .desktop-menu nav > ul > li .desktop-menu-child > ul > li .desktop-menu-child-inner > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
header .desktop-menu nav > ul > li .desktop-menu-child > ul > li .desktop-menu-child-inner > ul > li {
  padding: 10px 0;
}
header .desktop-menu nav > ul > li .desktop-menu-child > ul > li .desktop-menu-child-inner > ul > li > a {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1em;
  color: #0A2144;
  text-decoration: none;
  display: block;
}
header .desktop-menu nav > ul > li .desktop-menu-child > ul > li .desktop-menu-child-inner > ul > li:first-of-type {
  padding-top: 0;
}
header .desktop-menu nav > ul > li .desktop-menu-child > ul > li .desktop-menu-child-inner > ul > li ul {
  list-style: none;
  padding: 6px 0;
  margin: 0;
  display: none;
}
header .desktop-menu nav > ul > li .desktop-menu-child > ul > li .desktop-menu-child-inner > ul > li ul li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 1em;
  color: #5677AA;
  text-decoration: none;
  padding: 6px 0;
  display: block;
}
header .desktop-menu nav > ul > li .desktop-menu-child > ul > li .desktop-menu-child-inner > ul > li.has-child.has-child-opened > a::after {
  transform: rotate(0deg);
  transition: 0.3s ease;
}
header .desktop-menu nav > ul > li .desktop-menu-child > ul > li:hover .desktop-menu-child-inner {
  display: block;
}
header .desktop-menu nav > ul > li:hover .desktop-menu-child {
  display: block;
}
header .desktop-menu nav > ul .single-column .desktop-menu-child {
  width: 400px !important;
  padding: 25px 18px;
}
header .desktop-menu nav > ul .single-column .desktop-menu-child > ul {
  flex: 0 0 100%;
  max-width: 100%;
}
header img {
  max-width: 100%;
}
header .mobile-menu-burger {
  display: none;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
header .mobile-menu-burger-container {
  cursor: pointer;
}
header .mobile-menu-burger span {
  width: 30px;
  height: 3px;
  background-color: #1E99EA;
  display: block;
  transition: 0.3s ease;
  position: relative;
}
header .mobile-menu-burger span:nth-child(2) {
  margin: 0.4em 0;
}
header .burger-active span:first-of-type {
  transform: rotate(45deg);
  top: 3px;
}
header .burger-active span:last-of-type {
  transform: rotate(-45deg);
}
header .burger-active span:nth-child(2) {
  opacity: 0;
  display: none;
}
header .container {
  z-index: 6;
  position: relative;
}
header .mobile-header-menu {
  padding: 100px 0;
  flex-direction: column;
  align-items: flex-start;
  opacity: 0;
  background: #0A2144;
  width: 100vw;
 height: auto;
  transform: translateY(20px);
  z-index: 5;
  left: 0;
  top: 0;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  pointer-events: none;
  overflow-y: auto;
  position: fixed;
}
header .mobile-header-menu.mobile-header-menu-active {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translateY(0) translateZ(0) scale(1, 1);
  transform: translateY(0) translateZ(0) scale(1, 1);
}
header .mobile-header-menu ul {
  padding: 0;
  margin: 0;
}
header .mobile-header-menu ul > li > a {
  color: #fff;
  padding: 10px 25px;
  display: block;
  font-size: 18px;
  line-height: 1.1em;
}
header .mobile-header-menu ul > li > ul {
  display: none;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #158DDE;
}
header .mobile-header-menu ul > li > ul > li > a {
  font-size: 16px;
}
header .mobile-header-menu ul > li > ul > li > ul {
  display: none;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
}
header .mobile-header-menu ul > li > ul > li > ul > li a {
  font-size: 15px;
  color: #002047;
}
header .mobile-header-menu ul .has-child > a {
  position: relative;
}
header .mobile-header-menu ul .has-child > a::after {
  content: '';
  width: 0;
  height: 0;
  border: 0.4rem solid transparent;
  border-top-color: rgba(255, 255, 255, 0.8);
  font-size: 0.5rem;
  border-width: 0.3rem;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 15px;
  transform: translateY(0);
}
