@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

:root {
  --recover-color: #497540;
}

body{
    overflow-x: hidden;
}

.edit-dialog .modal-content,
.edit-dialog .modal-body {
  min-width: max-content !important;
  display: flex !important;
}

.secondary-assessor-autocomplete .blazored-typeahead__results {
  max-height: 15.5rem !important;
}

bootstrapblazorroot {
  width: 100%;
}

.nav-link > p {
  margin-bottom: 0;
}

.dropdown-link > p {
  margin-bottom: 0;
}

.header-sec {
  width: 100%;
  background: #002046;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1000;
}
.header-sec .main-sec{
    width: 95%;
    max-width: 1620px;
    margin: auto;
    padding: 10px 0;
}
.header-sec .main-sec header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-sec .main-sec header .left-sec{
    display: flex;
    align-items: center;
}
.header-sec .main-sec header .left-sec .logo{
    display: flex;
    align-items: center;
}
.header-sec .main-sec header .left-sec .logo img{
    width: 55px;
    height: 55px;
    margin-right: 10px;
}
.header-sec .main-sec header .center-sec .menu-button{
    display: none;
    position: relative;
    margin-left: auto;
    font-size: 25px;
    cursor: pointer;
}
.header-sec .main-sec header .center-sec .menu-button .bar{
     width: 30px;
    height: 3px;
    background: white;
    margin-bottom: 4px;
    transition: 0.3s all;
}
.header-sec .main-sec header .center-sec ul .remove-button{
    display: none;
}
.header-sec .main-sec header .center-sec ul .remove-button .bar{
    width: 30px;
    height: 5px;
    background: white;
    margin-bottom: 5px;
}
.header-sec .main-sec header .center-sec ul .remove-button .first-bar{
    transform:rotate(132deg);
    margin-bottom:-10px;
}
.header-sec .main-sec header .center-sec ul .remove-button .second-bar{
    transform:rotate(48deg);
    margin-top: 5px;
}
.header-sec .main-sec header .left-sec .logo img:nth-child(2){
    width: 258px;
    height: 24px;
    margin-right: unset;
}
.header-sec .main-sec header .center-sec{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.header-sec .main-sec header .center-sec .nav-top ul{
    display: flex;
    list-style: none;
    align-items: center;
}
.header-sec .main-sec header .center-sec .nav-bottom{
    display: none;
}
.header-sec .main-sec header .center-sec .nav-top ul li a{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-transform: capitalize;
    color: #FFFFFF;
    text-decoration: none;
    margin: 0 20px;
}
.header-sec .main-sec header .center-sec .nav-top ul li a.dropdown-link{
    position: relative;
}
/*.header-sec .main-sec header .center-sec .nav-top ul li a.dropdown-link:after{
    content: "^";
    transform: rotate(180deg);
    position: absolute;
    top: -2px;
    right: -20px;
    color: #fff;
    font-size: 18px;
}
*/
.chevron::before {
  border-style: solid;
  border-width: 0.25em 0.25em 0 0;
  content: '';
  display: inline-block;
  height: 0.45em;
  left: 0.15em;
  position: relative;
  top: 0.15em;
  transform: rotate(-45deg);
  vertical-align: top;
  width: 0.45em;
}
.chevron.bottom:before {
  top: 0.3em;
  transform: rotate(135deg);
}
.header-sec .main-sec header .center-sec .big-menu{
    position: absolute;
    display: none;
    top: 110px;
    width: 80vw;
    max-width: 1620px;
    background: #002046;
    padding: 30px 20px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.header-sec .main-sec header .center-sec .big-menu.active{
    display: flex;
}
.header-sec .main-sec header .center-sec .big-menu:after {
    content: "";
    position: absolute;
    top: -25px;
    left: 45%;
    border-left: 25px solid transparent;
    border-bottom: 25px solid #002046;
    border-right: 25px solid transparent;
}
.header-sec .main-sec header .center-sec .big-menu .headermenu{
    width: 24%;
    border-top: 2px solid rgb(255 255 255 / 50%);
    padding: 10px 0;
}
  .header-sec .main-sec header .center-sec .big-menu .headermenu:hover {
    border-top: 2px solid #A8E339;
    transition: all 0.2s;
  }
  .header-sec .main-sec header .center-sec .big-menu .headermenu:nth-last-child(1) {
    border-top: unset;
  }
  .header-sec .main-sec header .center-sec .big-menu .headermenu h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #A8E339;
  }
  .header-sec .main-sec header .center-sec .big-menu .headermenu .gray-border {
    width: 50px;
    border-top: 2px solid rgb(255 255 255 / 50%);
    margin: 20px 0;
  }
  .header-sec .main-sec header .center-sec .big-menu .headermenu ul {
    margin-left: 30px;
    list-style: none;
  }
    .header-sec .main-sec header .center-sec .big-menu .headermenu ul li {
      margin: 10px 0;
      position: relative;
    }
      .header-sec .main-sec header .center-sec .big-menu .headermenu ul li:before {
        content: "⌃";
        transform: rotate(90deg);
        position: absolute;
        top: -2px;
        left: -39px;
        color: #fff;
        font-size: 25px;
      }
      .header-sec .main-sec header .center-sec .big-menu .headermenu ul li a {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 0.9em;
        line-height: 35px;
        color: rgb(255 255 255 / 80%);
        text-decoration: none;
      }
        .header-sec .main-sec header .center-sec .big-menu .headermenu ul li a:hover {
          background-color: #00AFF0;
        }
.header-sec .main-sec header .right-sec{
    display: flex;
    align-items: center;
}
.header-sec .main-sec header .right-sec .email-sec{
    display: flex;
    align-items: center;
    margin-right: 30px;
}
.header-sec .main-sec header .right-sec .email-sec img{
    width: 24px;
    height: 18px;
    margin-right: 8px;
}
.header-sec .main-sec header .right-sec .email-sec p{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #FFFFFF;
}
  .header-sec .main-sec header .right-sec .btn-sec a {
    background: #00AFF0;
    padding: 13px 32px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-transform: capitalize;
    color: #FFFFFF;
    text-decoration: none;
  }
.header-sec-mobile .main-sec header .right-sec .btn-sec a {
  background: #00AFF0;
  padding: 13px 32px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  text-transform: capitalize;
  color: #FFFFFF;
  text-decoration: none;
}
.header-sec-mobile{
    display: none;
}

.footer-sec {
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 32, 70, 0.95), rgba(0, 32, 70, 0.95)), url('/assets//img/Rectangle 33.jpg');
  background-position: center;
  background-size: cover;
  height: 60px;
}
.footer-sec-loggedin {
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 32, 70, 0.95), rgba(0, 32, 70, 0.95)), url('/assets//img/Rectangle 33.jpg');
  background-position: center;
  background-size: cover;
  height: 70px;
}
.footer-sec .main-sec{
    width: 100%;
}
.footer-sec .main-sec .footer-top{
    padding: 100px 0;
    width: 95%;
    max-width: 1620px;
    margin: auto;
}
.footer-sec .main-sec .footer-top .menu-sec{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer-sec .main-sec .footer-top .menu-sec .sec-1,
.footer-sec .main-sec .footer-top .menu-sec .sec-2,
.footer-sec .main-sec .footer-top .menu-sec .sec-3,
.footer-sec .main-sec .footer-top .menu-sec .sec-4{
    width: 24%;
}
.footer-sec .main-sec .footer-top .menu-sec .sec-1 .logo{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: max-content;
}
.footer-sec .main-sec .footer-top .menu-sec .sec-1 .logo img:nth-child(1){
    width: 88px;
    height: 88px;
}
.footer-sec .main-sec .footer-top .menu-sec .sec-1 .logo img:nth-child(2){
    margin-top: 15px;
}
.footer-sec .main-sec .footer-top .menu-sec .sec-1 p{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    color: #FFFFFF;
    opacity: 0.8;
    margin: 30px 0;
    width: 80%;
}
.footer-sec .main-sec .footer-top .menu-sec .sec-1 .social-links{
    display: flex;
    align-items: center;
    margin-top: 48px;
}
.footer-sec .main-sec .footer-top .menu-sec .sec-1 .social-links .link{
    background: #3FA7CD;
    box-shadow: 0px 4px 30px rgb(0 175 240 / 30%);
    border-radius: 4px;
    margin-right: 15px;
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-sec .main-sec .footer-top .menu-sec .sec-2 .head,
.footer-sec .main-sec .footer-top .menu-sec .sec-3 .head,
.footer-sec .main-sec .footer-top .menu-sec .sec-4 .head{
    margin-bottom: 30px;
}
.footer-sec .main-sec .footer-top .menu-sec .sec-2 .head h2,
.footer-sec .main-sec .footer-top .menu-sec .sec-3 .head h2,
.footer-sec .main-sec .footer-top .menu-sec .sec-4 .head h2{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    color: #FFFFFF;
}
.footer-sec .main-sec .footer-top .menu-sec .sec-2 .head .white-border,
.footer-sec .main-sec .footer-top .menu-sec .sec-3 .head .white-border,
.footer-sec .main-sec .footer-top .menu-sec .sec-4 .head .white-border{
    border: 2px solid #FFFFFF;
    width: 42px;
    margin-top: 20px;
}
.footer-sec .main-sec .footer-top .menu-sec .sec-2 .links ul,
.footer-sec .main-sec .footer-top .menu-sec .sec-3 .links ul{
    list-style: none;
}
.footer-sec .main-sec .footer-top .menu-sec .sec-2 .links ul li,
.footer-sec .main-sec .footer-top .menu-sec .sec-3 .links ul li{
    margin: 20px 0;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    color: #FFFFFF;
    opacity: 0.8;
    display: flex;
    align-items: center;
}
.footer-sec .main-sec .footer-top .menu-sec .sec-2 .links ul li img,
.footer-sec .main-sec .footer-top .menu-sec .sec-3 .links ul li img{
    margin-right: 20px;
}
.footer-sec .main-sec .footer-top .menu-sec .sec-4 p{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    color: #FFFFFF;
    opacity: 0.8;
    width: 80%;
}
.footer-sec .main-sec .footer-top .menu-sec .sec-4 .newsletter{
    margin-top: 30px;
}
.footer-sec .main-sec .footer-top .menu-sec .sec-4 .newsletter form{
    width: 100%;
}
.footer-sec .main-sec .footer-top .menu-sec .sec-4 .newsletter form input[type='email']{
    border: 1px solid rgb(255 255 255 / 50%);
    width: 100%;
    background: transparent;
    padding: 20px 10px;
}
.footer-sec .main-sec .footer-top .menu-sec .sec-4 .newsletter form input[type='submit']{
    background: #3FA7CD;
    width: 100%;
    padding: 20px;
    border: none;
    margin-top: 15px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
}
.footer-sec .main-sec .footer-top .flags-sec{
    text-align: center;
    margin-top: -45px;
}
.footer-sec .main-sec .footer-top .flags-sec .flags{
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-sec .main-sec .footer-top .flags-sec .flags p{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 35px;
    color: #FFFFFF;
    margin-right: 15px;
}
.footer-sec .main-sec .footer-top .flags-sec .flags img{
    margin: 0 3px;
}
.footer-sec .main-sec .footer-bottom{
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid rgb(255 255 255 / 50%);
    margin: auto;
}
.footer-sec .main-sec .footer-bottom p{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    color: #FFFFFF;
    opacity: 0.8;
}

/* =================== SUBSCRIPTIONS PAGE STYLES ====================== */

.subscriptions-sec-1 {
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 32, 70, 0.9) 0%, rgba(0, 32, 70, 0) 32.57%), url('/assets//img/Rectangle 33.jpg');
    background-position: bottom;
    background-size: cover;
    height: 950px;
    display: flex;
    align-items: center;
}
.subscriptions-sec-1 .main-sec {
    width: 95%;
    max-width: 1620px;
    margin: auto;
}
.subscriptions-sec-1 .main-sec .banner-sec {
    width: 1267px;
    height: auto;
    margin: auto;
    position: relative;
    margin-bottom: 370px;
}
.subscriptions-sec-1 .main-sec .banner-sec .blue-border {
    width: 1197px;
    height: 220px;
    border: 7px solid #3FA7CD;
    position: absolute;
    right: 0;
    top: 60px;
}

.subscriptions-sec-1 .main-sec .banner-sec .background-sec {
    background: rgb(0 32 71 / 90%);
    width: 1197px;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    padding: 70px;
}
.subscriptions-sec-1 .main-sec .banner-sec .background-sec h1 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 80px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
}
.subscriptions-sec-1 .main-sec .banner-sec .background-sec .green-text {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 200;
    font-size: 62px;
    line-height: 80px;
    text-align: center;
    text-transform: capitalize;
    color: #A8E339;
}
.subscriptions-sec-2{
    width: 100%;
    background: url('/assets//img/Vector (15).png');
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    height: 1680px;
    position: relative;
    z-index: 10;
}
.subscriptions-sec-2 .main-sec{
    width: 95%;
    max-width: 1620px;
    margin: auto;
}
.subscriptions-sec-2 .main-sec .top-sec{
    display: flex;
    align-items: center;
    padding: 145px 0 130px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.subscriptions-sec-2 .main-sec .top-sec .text-sec{
    width: 51%;
}
.subscriptions-sec-2 .main-sec .top-sec .text-sec .border-heading{
    margin-bottom: 30px;
}
.subscriptions-sec-2 .main-sec .top-sec .text-sec .border-heading h1{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 52px;
    color: #002046;
}
.subscriptions-sec-2 .main-sec .top-sec .text-sec h2{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 35px;
    color: #002046;
}
.subscriptions-sec-2 .main-sec .top-sec .text-sec .border-heading .blue-border{
    border: 2px solid #3FA7CD;
    width: 14%;
    margin-top: 20px;
}
.subscriptions-sec-2 .main-sec .top-sec .text-sec .list{
    padding: 10px 0;
}
.subscriptions-sec-2 .main-sec .top-sec .text-sec .list .text{
    display: flex;
    align-items: flex-start;
    width: 100%;
    text-align: left;
}
.subscriptions-sec-2 .main-sec .top-sec .text-sec .list .text p{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    text-align: left;
    color: #002046;
    opacity: 0.6;
    margin-top: 10px;
}
.subscriptions-sec-2 .main-sec .top-sec .text-sec .list .text img{
    margin-right: 20px;
    width: 25px;
    height: 25px;
    margin-top: 15px;
}
.subscriptions-sec-2 .main-sec .top-sec .img-sec{
    width: 42%;
    position: relative;
    height: 522px;
}
.subscriptions-sec-2 .main-sec .top-sec .border-blue{
    width: 72%;
    position: absolute;
    height: 458px;
    top: 60px;
    border: 7px solid #3FA7CD;
    right: 0px;
}
.subscriptions-sec-2 .main-sec .top-sec .background-div{
    position: absolute;
    background: linear-gradient(0deg, rgba(0, 32, 70, 0.8), rgba(0, 32, 70, 0.8)), url('/assets//img/subscriptions-sec-2.png');
    left: 90px;
    height: 484px;
    width: 539px;
    top: 0;
}
.subscriptions-sec-2 .main-sec .top-sec .imgy{
    position: absolute;
    top: 30px;
    width: 85%;
    left: 30px;
}
.subscriptions-sec-2 .main-sec .top-sec .imgy img{
    width: 100%;
    height: 100%;
}
.subscriptions-sec-2 .main-sec .bottom-sec{
    display: flex;
    align-items: center;
    padding: 80px 0;
    flex-wrap: wrap;
    justify-content: space-between;
}
.subscriptions-sec-2 .main-sec .bottom-sec .text-sec{
    width: 54%;
}
.subscriptions-sec-2 .main-sec .bottom-sec .text-sec .border-heading h1{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 52px;
    color: #002046;
}
.subscriptions-sec-2 .main-sec .bottom-sec .text-sec .border-heading .blue-border{
    border: 2px solid #3FA7CD;
    width: 14%;
    margin-top: 20px;
}
.subscriptions-sec-2 .main-sec .bottom-sec .text-sec .list{
    padding: 10px 0;
}
.subscriptions-sec-2 .main-sec .bottom-sec .text-sec .list .text{
    display: flex;
    align-items: flex-start;
    width: 100%;
    text-align: left;
}
.subscriptions-sec-2 .main-sec .bottom-sec .text-sec .list .text p{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    text-align: left;
    color: #002046;
    opacity: 0.6;
    margin-top: 10px;
}
.subscriptions-sec-2 .main-sec .bottom-sec .text-sec .list .text img{
    margin-right: 20px;
    width: 25px;
    height: 25px;
    margin-top: 15px;
}
.subscriptions-sec-2 .main-sec .bottom-sec .img-sec{
    width: 42%;
    position: relative;
    height: 625px;
}
.subscriptions-sec-2 .main-sec .bottom-sec .img-sec img{
    width: 100%;
    height: 100%;
}
.subscriptions-sec-3{
    width: 100%;
    background: url('/assets//img/Vector (14).png');
    height: 336px;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: -325px;
}
.subscriptions-sec-4{
    width: 100%;
    background: #fff;
    height: 100px;
}


/* =================== CONTACT-US PAGE STYLES ====================== */


.contact-us-sec-1 {
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 32, 70, 0.9) 0%, rgba(0, 32, 70, 0) 32.57%), url('/assets//img/Rectangle 33.jpg');
    background-position: bottom;
    background-size: cover;
    height: 950px;
    display: flex;
    align-items: center;
}
.contact-us-sec-1 .main-sec {
    width: 95%;
    max-width: 1620px;
    margin: auto;
}
.contact-us-sec-1 .main-sec .banner-sec {
    width: 1267px;
    height: auto;
    margin: auto;
    position: relative;
    margin-bottom: 450px;
}
.contact-us-sec-1 .main-sec .banner-sec .blue-border {
    width: 1197px;
    height: 220px;
    border: 7px solid #3FA7CD;
    position: absolute;
    right: 0;
    top: 60px;
}

.contact-us-sec-1 .main-sec .banner-sec .background-sec {
    background: rgb(0 32 71 / 90%);
    width: 1197px;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    padding: 70px;
}
.contact-us-sec-1 .main-sec .banner-sec .background-sec h1 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 80px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
}
.contact-us-sec-1 .main-sec .banner-sec .background-sec .green-text {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 200;
    font-size: 62px;
    line-height: 80px;
    text-align: center;
    text-transform: capitalize;
    color: #A8E339;
}
.contact-us-sec-2{
    background: url('/assets//img/Vector (13).png');
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    height: 1017px;
    position: relative;
    z-index: 10;
}
.contact-us-sec-2 .main-sec{
    width: 95%;
    max-width: 1620px;
    margin: auto;
    padding-top: 100px;
}
.contact-us-sec-2 .main-sec .centered-border-heading{
    text-align: center;
}
.contact-us-sec-2 .main-sec .centered-border-heading h1{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 72px;
    color: #002046;
}
.contact-us-sec-2 .main-sec .centered-border-heading .blue-border{
    border: 2px solid #3FA7CD;
    width: 89px;
    margin: auto;
}
.contact-us-sec-2 .main-sec p{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    text-align: center;
    color: #002046;
    opacity: 0.8;
    margin-top: 20px;
}
.contact-us-sec-2 .main-sec .form-main-sec{
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    flex-wrap: wrap;
}
.contact-us-sec-2 .main-sec .form-main-sec .form-sec{
    background: #FFFFFF;
    box-shadow: 0px 4px 40px rgb(0 0 0 / 8%);
    width: 50%;
    height: 889px;
    padding: 60px 40px 40px 40px;
}
.contact-us-sec-2 .main-sec .form-main-sec .form-sec .centered-border-heading {
    text-align: center;
}
.contact-us-sec-2 .main-sec .form-main-sec .form-sec .centered-border-heading h1{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 72px;
    color: #002046;
}
.contact-us-sec-2 .main-sec .form-main-sec .form-sec .centered-border-heading .blue-border{
    border: 2px solid #3FA7CD;
    width: 89px;
    margin: auto;
}
.contact-us-sec-2 .main-sec .form-main-sec .form-sec form{
    width: 100%;
    height: 100%;
}
.contact-us-sec-2 .main-sec .form-main-sec .form-sec form .field{
    display: flex;
    flex-direction: column;
    margin: 40px 0;
}
.contact-us-sec-2 .main-sec .form-main-sec .form-sec form .field label{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #002046;
}
.contact-us-sec-2 .main-sec .form-main-sec .form-sec form .field input{
    border: 1px solid rgb(0 32 70 / 10%);
    padding: 15px 10px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: rgb(0 32 70 / 30%);
    margin-top: 10px;
}
.contact-us-sec-2 .main-sec .form-main-sec .form-sec form .message{
    display: flex;
    flex-direction: column;
    margin: 40px 0;
}
.contact-us-sec-2 .main-sec .form-main-sec .form-sec form .message label{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #002046;
}
.contact-us-sec-2 .main-sec .form-main-sec .form-sec form .message textarea{
    border: 1px solid rgb(0 32 70 / 10%);
    padding: 15px 10px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: rgb(0 32 70 / 30%);
    margin-top: 10px;
    width: 100%;
    height: 268px;
}
.contact-us-sec-2 .main-sec .form-main-sec .form-sec form .submit-btn{
    text-align: center;
}
.contact-us-sec-2 .main-sec .form-main-sec .form-sec form .submit-btn button{
    background: #3FA7CD;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 13px 32px;
    gap: 10px;
    border: none;
    margin: 30px auto 0;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-transform: capitalize;
    color: #FFFFFF;
}
.contact-us-sec-2 .main-sec .form-main-sec .contact-info-sec{
    width: 45%;
    margin-top: 180px;
}
.contact-us-sec-2 .main-sec .form-main-sec .contact-info-sec .list{
    display: flex;
    align-items: center;
    margin: 50px 0;
}
.contact-us-sec-2 .main-sec .form-main-sec .contact-info-sec .list .icon-sec{
    border-radius: 10px;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}
.contact-us-sec-2 .main-sec .form-main-sec .contact-info-sec .list:nth-child(1) .icon-sec{
    background: #3FA7CD;
    box-shadow: 0px 4px 30px rgb(0 175 240 / 30%);
}
.contact-us-sec-2 .main-sec .form-main-sec .contact-info-sec .list:nth-child(2) .icon-sec{
    background: #01411C;
    box-shadow: 0px 4px 30px rgba(168, 227, 57, 0.3);
}
.contact-us-sec-2 .main-sec .form-main-sec .contact-info-sec .list:nth-child(3) .icon-sec{
    background: #FF1900;
    box-shadow: 0px 4px 30px rgba(255, 25, 0, 0.3);
}
.contact-us-sec-2 .main-sec .form-main-sec .contact-info-sec .list p{
    margin-top: unset;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 35px;
    color: #002046;
}
.contact-us-sec-3{
    width: 100%;
    background: url('/assets//img/Vector (14).png');
    height: 336px;
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: -325px;
}
.contact-us-sec-4{
    width: 100%;
    background: #fff;
    height: 430px;
}
.contact-us-sec-4 .main-sec{
    width: 95%;
    max-width: 1620px;
    margin: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}
.contact-us-sec-4 .main-sec .call-to-action-card{
    width: 35%;
    background: #FFFFFF;
    box-shadow: 0px 4px 40px rgb(0 0 0 / 8%);
    border-radius: 16px;
    padding: 40px 30px;
}
.contact-us-sec-4 .main-sec .call-to-action-card h2{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 45px;
    color: #002046;
}
.contact-us-sec-4 .main-sec .call-to-action-card .call-info{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}
.contact-us-sec-4 .main-sec .call-to-action-card .call-info .left-sec{
    display: flex;
    align-items: center;
}
.contact-us-sec-4 .main-sec .call-to-action-card .call-info .left-sec .icon{
    background: #FF0000;
    width: 53px;
    height: 53px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}
.contact-us-sec-4 .main-sec .call-to-action-card .call-info .left-sec .number p{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-transform: capitalize;
    color: #002046;
}
.contact-us-sec-4 .main-sec .call-to-action-card .call-info .left-sec .number h2{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 33px;
    text-transform: capitalize;
    color: #002046;
}
.contact-us-sec-4 .main-sec .call-to-action-card .call-info .right-sec a{
    background: #3FA7CD;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 13px 32px;
    gap: 10px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-transform: capitalize;
    color: #FFFFFF;
    text-decoration: none;
}
.contact-us-sec-4 .main-sec .call-to-action-card .call-info .right-sec a img{
    width: 14px;
    height: 14px;
}


/* =================== SIGN IN PAGE STYLES ====================== */


.sign-in-sec-1 {
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 32, 70, 0.9) 0%, rgba(0, 32, 70, 0) 32.57%), url('/assets//img/Rectangle 33.jpg');
    background-position: bottom;
    background-size: cover;
    height: 950px;
    display: flex;
    align-items: center;
}
.sign-in-sec-1 .main-sec {
    width: 95%;
    max-width: 1620px;
    margin: auto;
}
.sign-in-sec-1 .main-sec .banner-sec {
    width: 1267px;
    height: auto;
    margin: auto;
    position: relative;
    margin-bottom: 450px;
}
.sign-in-sec-1 .main-sec .banner-sec .blue-border {
    width: 1197px;
    height: 220px;
    border: 7px solid #3FA7CD;
    position: absolute;
    right: 0;
    top: 60px;
}

.sign-in-sec-1 .main-sec .banner-sec .background-sec {
    background: rgb(0 32 71 / 90%);
    width: 1197px;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    padding: 70px;
}
.sign-in-sec-1 .main-sec .banner-sec .background-sec h1 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 80px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
}
.sign-in-sec-1 .main-sec .banner-sec .background-sec .green-text {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 200;
    font-size: 62px;
    line-height: 80px;
    text-align: center;
    text-transform: capitalize;
    color: #A8E339;
}
.sign-in-sec-2{
    background: url('/assets//img/Vector (13).png');
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    height: 817px;
    position: relative;
    z-index: 10;
}
.sign-in-sec-2 .main-sec{
    width: 95%;
    max-width: 1620px;
    margin: auto;
    padding-top: 100px;
}
.sign-in-sec-2 .main-sec .centered-border-heading{
    text-align: center;
}
.sign-in-sec-2 .main-sec .centered-border-heading h1{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 72px;
    color: #002046;
}
.sign-in-sec-2 .main-sec .centered-border-heading .blue-border{
    border: 2px solid #3FA7CD;
    width: 89px;
    margin: auto;
}
.sign-in-sec-2 .main-sec p{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    text-align: center;
    color: #002046;
    opacity: 0.8;
    margin-top: 20px;
}
.sign-in-sec-2 .main-sec .form-main-sec{
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    flex-wrap: wrap;
}
.sign-in-sec-2 .main-sec .form-main-sec .form-sec{
    width: 50%;
    margin: auto;
}
.sign-in-sec-2 .main-sec .form-main-sec .form-sec form{
    width: 100%;
    height: 100%;
}
.sign-in-sec-2 .main-sec .form-main-sec .form-sec form .field{
    display: flex;
    flex-direction: column;
    margin: 40px 0;
}
.sign-in-sec-2 .main-sec .form-main-sec .form-sec form .field label{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #002046;
}
.sign-in-sec-2 .main-sec .form-main-sec .form-sec form .field input{
    border: 1px solid #002046;
    padding: 15px 10px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: rgb(0 32 70 / 30%);
    margin-top: 10px;
    background: transparent;
}
.sign-in-sec-2 .main-sec .form-main-sec .form-sec form a.forgot-password{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #002046;
    text-decoration: none;
    float: right;
    margin-top: -30px;
}
.sign-in-sec-2 .main-sec .form-main-sec .form-sec form .submit-btn{
    text-align: center;
    margin-top: 50px;
}
.sign-in-sec-2 .main-sec .form-main-sec .form-sec form .submit-btn button{
    background: #3FA7CD;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 13px 32px;
    gap: 10px;
    border: none;
    margin: 30px auto 0;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-transform: capitalize;
    color: #FFFFFF;
}
.sign-in-sec-3{
    width: 100%;
    background: url('/assets//img/Vector (14).png');
    height: 336px;
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: -325px;
}
.sign-in-sec-4{
    width: 100%;
    background: #fff;
    padding: 50px;
}
.sign-in-sec-4 .main-sec{
    width: 95%;
    max-width: 1620px;
    margin: auto;
}


/* =================== FORGOT PASSWORD PAGE STYLES ====================== */


.forgot-password-sec-1 {
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 32, 70, 0.9) 0%, rgba(0, 32, 70, 0) 32.57%), url('/assets//img/Rectangle 33.jpg');
    background-position: bottom;
    background-size: cover;
    height: 950px;
    display: flex;
    align-items: center;
}
.forgot-password-sec-1 .main-sec {
    width: 95%;
    max-width: 1620px;
    margin: auto;
}
.forgot-password-sec-1 .main-sec .banner-sec {
    width: 1267px;
    height: auto;
    margin: auto;
    position: relative;
    margin-bottom: 450px;
}
.forgot-password-sec-1 .main-sec .banner-sec .blue-border {
    width: 1197px;
    height: 220px;
    border: 7px solid #3FA7CD;
    position: absolute;
    right: 0;
    top: 60px;
}

.forgot-password-sec-1 .main-sec .banner-sec .background-sec {
    background: rgb(0 32 71 / 90%);
    width: 1197px;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    padding: 70px;
}
.forgot-password-sec-1 .main-sec .banner-sec .background-sec h1 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 80px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
}
.forgot-password-sec-1 .main-sec .banner-sec .background-sec .green-text {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 200;
    font-size: 62px;
    line-height: 80px;
    text-align: center;
    text-transform: capitalize;
    color: #A8E339;
}
.forgot-password-sec-2{
    background: url('/assets//img/Vector (13).png');
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    height: 717px;
    position: relative;
    z-index: 10;
}
.forgot-password-sec-2 .main-sec{
    width: 95%;
    max-width: 1620px;
    margin: auto;
    padding-top: 100px;
}
.forgot-password-sec-2 .main-sec .centered-border-heading{
    text-align: center;
}
.forgot-password-sec-2 .main-sec .centered-border-heading h1{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 72px;
    color: #002046;
}
.forgot-password-sec-2 .main-sec .centered-border-heading .blue-border{
    border: 2px solid #3FA7CD;
    width: 89px;
    margin: auto;
}
.forgot-password-sec-2 .main-sec p{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    text-align: center;
    color: #002046;
    opacity: 0.8;
    margin-top: 20px;
}
.forgot-password-sec-2 .main-sec .form-main-sec{
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    flex-wrap: wrap;
}
.forgot-password-sec-2 .main-sec .form-main-sec .form-sec{
    width: 50%;
    margin: auto;
}
.forgot-password-sec-2 .main-sec .form-main-sec .form-sec form{
    width: 100%;
    height: 100%;
}
.forgot-password-sec-2 .main-sec .form-main-sec .form-sec form .field{
    display: flex;
    flex-direction: column;
    margin: 40px 0;
}
.forgot-password-sec-2 .main-sec .form-main-sec .form-sec form .field label{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #002046;
}
.forgot-password-sec-2 .main-sec .form-main-sec .form-sec form .field input{
    border: 1px solid #002046;
    padding: 15px 10px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: rgb(0 32 70 / 30%);
    margin-top: 10px;
    background: transparent;
}
.forgot-password-sec-2 .main-sec .form-main-sec .form-sec form .submit-btn{
    text-align: center;
    margin-top: 50px;
}
.forgot-password-sec-2 .main-sec .form-main-sec .form-sec form .submit-btn button{
    background: #3FA7CD;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 13px 32px;
    gap: 10px;
    border: none;
    margin: 30px auto 0;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-transform: capitalize;
    color: #FFFFFF;
}
.forgot-password-sec-3{
    width: 100%;
    background: url('/assets//img/Vector (14).png');
    height: 336px;
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: -325px;
}
.forgot-password-sec-4{
    width: 100%;
    background: #fff;
    padding: 50px;
}
.forgot-password-sec-4 .main-sec{
    width: 95%;
    max-width: 1620px;
    margin: auto;
}

.header-sec-mobile-only{
    display: none !important;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  background-color: black;
  border-radius: 100%;
  padding: 10px;
  width: 30px;
  height: 30px;
  background-size: 50%;
}

.carousel-control-next, .carousel-control-prev{
  width:10%;
}

@media (max-width: 1300px) {


}


@media (max-width: 770px) {


}


@media (max-width: 576px){


}

.carousel > ol > li {
  background-color: gray;
}
.carousel-control-prev {
  color: gray;
}
.carousel-control-next {
  color: gray;
}
.carousel-inner {
  justify-content: center;
}
.carousel-item > div {
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
.demo-item {
  display: contents;
  margin-left: auto;
  margin-right: auto;
}

  .demo-item > img {
    width: 15vw;
  }

.course {
  height: 549px;
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 4px 40px rgb(0 0 0 / 8%);
}

.black-border-heading {
  margin: 40px 0 28px;
}
  .black-border-heading h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: #002046;
  }
.black-border {
  border: 2px solid #002046;
  width: 24px;
  margin: auto;
}
.view-more-btn {
  margin-top: 20px;
  text-align: center;
}
  .view-more-btn a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #3FA7CD;
    text-decoration: none;
  }
    .view-more-btn a img {
      display: unset;
    }

.sticky-top {
  z-index: 20;
}

.print-show-only {
  display: none;
}

@media print {
  header, footer, .sidebar, .navbar .print-hide{
    display: none !important;
  }

  body {
    margin: 0;
    padding: 0;
  }

  .print-hide {
    display: none !important;
  }

  .print-show-only {
    display: block !important;
  }
}
.ec-num-box {
  position: relative !important;
  flex: 1 1 auto !important;
  width: 1% !important;
  min-width: 0 !important;
  margin-bottom: 0 !important;
}