body {
  font-family: "Afacad", sans-serif;
}

button:focus {
  box-shadow: none;
}

#header_content .navbar {
  padding: 0px;
}
@media (max-width: 991.98px) {
  #header_content .navbar {
    padding: 10px 10px;
  }
}
#header_content .navbar .navbar-brand {
  padding: 0 20px;
}
@media (max-width: 991.98px) {
  #header_content .navbar .navbar-brand {
    padding: 0;
  }
}
#header_content .navbar ul {
  align-items: center;
}
@media (max-width: 991.98px) {
  #header_content .navbar ul {
    align-items: inherit;
  }
}
#header_content .navbar ul li a {
  color: #14293e;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (min-width: 991px) {
  #header_content .navbar ul li a {
    display: flex;
    align-items: center;
  }
}
#header_content .navbar .btn_main {
  color: #fff;
  background-color: #40a5a6;
  padding: 40px 60px;
  border-radius: 0;
  font-size: 18px;
  font-weight: 600;
  border: 1px solid #40a5a6;
  transition: 0.6s;
}
#header_content .navbar .btn_main:hover {
  background-color: #fff;
  color: #40a5a6;
}
@media (max-width: 991.98px) {
  #header_content .navbar .btn_main {
    padding: 20px 30px;
    width: 100%;
  }
}

#banner_area {
  padding: 70px 0;
  text-align: center;
  background-image: url("../img/banner.png");
  background-repeat: no-repeat;
  background-size: 100% 226%;
}
@media screen and (max-width: 576px) {
  #banner_area {
    padding: 35px 0px;
  }
}
#banner_area h1 {
  color: #14293e;
  font-size: 48px;
  font-weight: 600;
  line-height: 56px;
}
@media (max-width: 991.98px) {
  #banner_area h1 {
    font-size: 35px;
    line-height: 46px;
  }
}
@media screen and (max-width: 576px) {
  #banner_area h1 {
    font-size: 25px;
  }
}
#banner_area p {
  padding: 10px 0;
  font-size: 17px;
  line-height: 28px;
  font-weight: 400;
  color: #14293e;
}
#banner_area .button_box {
  margin-top: 22px;
  display: flex;
  justify-content: center;
}
#banner_area .btn_ser {
  background-color: #fff;
  border: 1px solid #1c3a57;
  border-radius: 5px;
  font-weight: 500;
  font-size: 18px;
  padding: 12px 20px;
  transition: 0.6s;
  color: #14293e;
}
@media screen and (max-width: 768px) {
  #banner_area .btn_ser {
    padding: 12px 20px;
  }
}
@media screen and (max-width: 576px) {
  #banner_area .btn_ser {
    padding: 11px;
    font-size: 15px;
  }
}
#banner_area .btn_ser:hover {
  background-color: #14293e;
  color: #fff;
}
#banner_area .btn_consul {
  background-color: #40a5a6;
  border: 1px solid #40a5a6;
  border-radius: 5px;
  color: #fff;
  font-weight: 500;
  margin-left: 15px;
  font-size: 18px;
  padding: 12px 20px;
  transition: 0.6s;
}
@media screen and (max-width: 768px) {
  #banner_area .btn_consul {
    padding: 12px 20px;
  }
}
@media screen and (max-width: 576px) {
  #banner_area .btn_consul {
    padding: 11px;
    font-size: 15px;
  }
}
#banner_area .btn_consul:hover {
  background-color: #fff;
  color: #40a5a6;
}

@media (min-width: 991px) {
  .sec_1 img {
    height: 400px;
    margin-bottom: 3px;
  }
}
@media screen and (max-width: 991px) {
  .sec_2 {
    padding: 20px;
  }
}
.sec_2 .about_area {
  padding-left: 30px;
}
@media screen and (max-width: 576px) {
  .sec_2 .about_area {
    padding-left: 0;
  }
}
.sec_2 .about_area .content_box {
  max-width: 600px;
}
.sec_2 .about_area .content_box h4 {
  background-color: #edf8f8;
  color: #40a5a6;
  font-size: 16px;
  padding: 11px 40px;
  width: fit-content;
  border-radius: 60px;
  font-weight: 500;
}
.sec_2 .about_area h2 {
  color: #14293e;
  font-size: 35px;
  line-height: 40px;
  padding: 12px 0;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .sec_2 .about_area h2 {
    font-size: 25px;
  }
}
.sec_2 .about_area p {
  color: #496179;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}
@media (max-width: 767.98px) {
  .sec_2 .about_area p {
    font-size: 17px;
  }
}
.sec_2 .about_area .btn_learn {
  background-color: #40a5a6;
  border: 1px solid #40a5a6;
  border-radius: 5px;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  margin-top: 20px;
  padding: 12px 80px;
  transition: 0.6s;
}
.sec_2 .about_area .btn_learn:hover {
  background-color: #fff;
  color: #40a5a6;
}
@media (max-width: 767.98px) {
  .sec_2 .about_area .btn_learn {
    margin-bottom: 30px;
    padding: 10px 40px;
  }
}

.sec_3 .service-card {
  border-radius: 0;
  width: 100%;
  border: none;
  padding: 90px 45px;
  height: 100%;
  background-color: #f1f1f1;
}
@media screen and (max-width: 991px) {
  .sec_3 .service-card {
    padding: 40px;
  }
}
@media screen and (min-width: 991px) {
  .sec_3 .service-card .custom-title {
    max-width: 50%;
  }
}
.sec_3 .service-card h5 {
  color: #14293e;
  font-family: Afacad;
  font-weight: 500;
  font-size: 40px;
  line-height: 56px;
  letter-spacing: 0%;
}
@media (min-width: 991px) {
  .sec_3 .service-card h5 {
    max-width: 80%;
  }
}
@media screen and (max-width: 991px) {
  .sec_3 .service-card h5 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .sec_3 .service-card h5 {
    font-size: 24px;
    line-height: 32px;
  }
}
.sec_3 .service-card p {
  color: #496179;
  font-size: 21px;
  font-weight: 400;
  line-height: 28px;
}
@media (max-width: 991px) {
  .sec_3 .service-card p {
    font-size: 17px;
  }
}
.sec_3 .service-card .card-link {
  color: #40a5a6;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  display: block;
  padding-top: 10px;
  text-decoration: underline;
}
.sec_3 .service-card .card-body {
  margin-top: 80px;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .sec_3 .service-card .card-body {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .sec_3 .service-card .card-body {
    margin-top: 30px;
  }
}
.sec_3 .s-color {
  background-color: #40a5a6;
  background-image: url("../img/v2.png");
  background-repeat: no-repeat;
  background-position: bottom left;
}
.sec_3 .s-color h5 {
  color: #fff;
  font-family: Afacad;
  font-weight: 500;
  font-size: 40px;
  line-height: 56px;
  letter-spacing: 0%;
}
@media (min-width: 991px) {
  .sec_3 .s-color h5 {
    max-width: 80%;
  }
}
@media screen and (max-width: 991px) {
  .sec_3 .s-color h5 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .sec_3 .s-color h5 {
    font-size: 24px;
    line-height: 32px;
  }
}
.sec_3 .s-color p {
  color: #fff;
}
.sec_3 .s-color .card-link {
  color: #fff;
}
.sec_3 .v-color {
  background-color: #40a5a6;
  background-image: url("../img/v1.png");
  background-repeat: no-repeat;
  background-position: bottom right;
}
.sec_3 .v-color h5 {
  color: #fff;
}
.sec_3 .v-color p {
  color: #fff;
}
.sec_3 .v-color .card-link {
  color: #fff;
}

.sec-4 {
  padding: 70px 0;
}
@media screen and (max-width: 991px) {
  .sec-4 {
    padding: 40px 0;
  }
}
.sec-4 .title-area {
  text-align: center;
}
.sec-4 .title-area h4 {
  background-color: #edf8f8;
  color: #40a5a6;
  font-size: 16px;
  margin: 0 auto;
  padding: 12px 54px;
  width: fit-content;
  border-radius: 60px;
  font-weight: 500;
}
.sec-4 .title-area h2 {
  color: #14293e;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  padding: 12px 0;
}
.sec-4 .testimonial_card {
  padding: 10px 40px;
  text-align: center;
  margin-top: 30px !important;
  max-width: 990px;
  margin: auto;
  border: none;
}
@media screen and (max-width: 991px) {
  .sec-4 .testimonial_card {
    margin-top: 20px !important;
    max-width: 100%;
  }
}
.sec-4 .testimonial_card p {
  font-size: 26px;
  font-weight: 400;
  line-height: 32px;
  color: #1c3a57;
}
@media screen and (max-width: 991px) {
  .sec-4 .testimonial_card p {
    font-size: 20px;
    line-height: 26px;
  }
}
@media screen and (max-width: 768px) {
  .sec-4 .testimonial_card p {
    font-size: 17px;
  }
}
.sec-4 .testimonial_card h5 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #677b8e;
}
.sec-4 .owl-nav {
  display: flex !important;
  justify-content: space-between !important;
  position: absolute !important;
  top: 50% !important;
  width: 100% !important;
  transform: translateY(-50%) !important;
  pointer-events: none !important;
}
@media screen and (min-width: 991px) {
  .sec-4 .owl-prev {
    left: 7%;
    position: relative;
  }
}
.sec-4 .owl-prev i {
  color: #40a5a6;
  border: #40a5a6;
  padding: 22px 23px;
  border: 2px solid #40a5a6;
  border-radius: 60px;
  font-size: 20px;
  transition: 0.6s;
}
@media screen and (max-width: 991px) {
  .sec-4 .owl-prev i {
    padding: 12px 13px;
  }
}
.sec-4 .owl-prev i:hover {
  background-color: #40a5a6;
  color: #fff;
}
@media screen and (min-width: 991px) {
  .sec-4 .owl-next {
    right: 7%;
    position: relative;
  }
}
.sec-4 .owl-next i {
  color: #40a5a6;
  border: #40a5a6;
  padding: 22px 23px;
  border: 2px solid #40a5a6;
  border-radius: 60px;
  transition: 0.6s;
  font-size: 20px;
}
@media screen and (max-width: 991px) {
  .sec-4 .owl-next i {
    padding: 12px 13px;
  }
}
.sec-4 .owl-next i:hover {
  background-color: #40a5a6;
  color: #fff;
}

.sec-5 {
  padding: 60px 0;
  background-color: #fbfdfe;
}
@media screen and (max-width: 991px) {
  .sec-5 {
    padding: 40px 0;
  }
}
.sec-5 .title-area {
  text-align: center;
}
.sec-5 .title-area h4 {
  background-color: #edf8f8;
  color: #40a5a6;
  font-size: 16px;
  margin: 0 auto;
  padding: 12px 54px;
  width: fit-content;
  border-radius: 60px;
  font-weight: 500;
}
.sec-5 .title-area h2 {
  color: #14293e;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  padding: 7px 0;
}
.sec-5 .title-area p {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #496179;
}
.sec-5 .industry_box {
  margin-top: 60px;
  background-image: url("../img/Industry Section Back.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.sec-5 .industry_box .industry-card {
  border: none;
  text-align: center;
  padding: 20px 40px;
  background-color: transparent;
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .sec-5 .industry_box .industry-card {
    padding: 20px 20px;
  }
}
.sec-5 .industry_box .industry-card img {
  display: block;
  margin: 0 auto;
  max-width: 100px;
}
.sec-5 .industry_box .industry-card h5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  padding-top: 25px;
  color: #14293e;
}
.sec-5 .industry_box .industry-card p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #1c3a57;
}
.sec-5 .industry_box .industry-card .btn_text {
  color: #7f7f7f;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-decoration: underline;
}

.sec-6 {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .sec-6 {
    padding: 40px 0;
  }
}
.sec-6 .container-fluid {
  padding: 0 45px;
}
.sec-6 .title_area h2 {
  color: #14293e;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}
.sec-6 .title_area p {
  color: #496179;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
}
.sec-6 .title_area .button_box {
  text-align: right;
}
.sec-6 .title_area .button_box .btn_view {
  background-color: #fff;
  border: 1px solid #1c3a57;
  border-radius: 5px;
  font-weight: 500;
  font-size: 18px;
  padding: 12px 60px;
  transition: 0.6s;
  color: #14293e;
}
@media (max-width: 576px) {
  .sec-6 .title_area .button_box .btn_view {
    display: block;
  }
}
.sec-6 .title_area .button_box .btn_view:hover {
  background-color: #14293e;
  color: #fff;
}
.sec-6 .insights_area {
  margin-top: 20px;
}
.sec-6 .insights_area .insights_card {
  border: none;
}
.sec-6 .insights_area .insights_card h4 {
  color: #3a3a3a;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}
.sec-6 .insights_area .insights_card p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #7f7f7f;
}
.sec-6 .insights_area .insights_card .btn_read {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  text-decoration: underline;
  color: #1c3a57;
  padding: 6px 0;
}

.sec-7 {
  padding: 100px 0;
  background-image: url("../img/bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
@media (max-width: 767.98px) {
  .sec-7 {
    padding: 60px 0;
  }
}
.sec-7 h2 {
  color: #fff;
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
}
.sec-7 p {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  padding: 12px 0;
}
.sec-7 .button_box {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.sec-7 .button_box .btn-contact {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 5px;
  font-weight: 500;
  font-size: 18px;
  padding: 12px 20px;
  transition: 0.6s;
  width: 250px;
  color: #fff;
}
.sec-7 .button_box .btn-contact:hover {
  background-color: #fff;
  color: #40a5a6;
}
@media (max-width: 767.98px) {
  .sec-7 .button_box .btn-contact {
    padding: 10px 10px;
    width: 180px;
  }
}
@media screen and (max-width: 576px) {
  .sec-7 .button_box .btn-contact {
    font-size: 13px;
  }
}
.sec-7 .button_box .btn-consul {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #40a5a6;
  font-weight: 500;
  margin-left: 15px;
  width: 250px;
  font-size: 18px;
  padding: 12px 20px;
  transition: 0.6s;
}
.sec-7 .button_box .btn-consul:hover {
  background-color: transparent;
  color: #fff;
}
@media screen and (max-width: 576px) {
  .sec-7 .button_box .btn-consul {
    font-size: 13px;
  }
}

.sec-8 {
  padding: 60px 0;
}
@media screen and (max-width: 576px) {
  .sec-8 {
    padding: 30px 0;
  }
}
.sec-8 .title-area {
  text-align: center;
}
.sec-8 .title-area h2 {
  font-size: 48px;
  line-height: 56px;
  font-weight: 600;
  color: #14293e;
}
@media (max-width: 767.98px) {
  .sec-8 .title-area h2 {
    font-size: 35px;
  }
}
.sec-8 .title-area p {
  color: #496179;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 767.98px) {
  .sec-8 .title-area p {
    font-size: 15px;
  }
}
.sec-8 .contact-area {
  margin-top: 60px;
}
@media screen and (max-width: 576px) {
  .sec-8 .contact-area {
    margin-top: 30px;
  }
}
.sec-8 .contact-area .form-box {
  background-color: #f4f8fb;
  padding: 50px;
}
@media (max-width: 991px) {
  .sec-8 .contact-area .form-box {
    padding: 30px;
  }
}
.sec-8 .contact-area .form-box h5 {
  color: #14293e;
  font-size: 32px;
  font-weight: 600;
  padding-bottom: 30px;
  line-height: 40px;
}
.sec-8 .contact-area .form-box form label {
  color: #496179;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}
.sec-8 .contact-area .form-box form .form-control {
  padding: 12px 10px;
  background-color: #fbfdfe;
  border-radius: 10px;
  border: 1px solid #c4c4c4;
}
.sec-8 .contact-area .form-box form .btn-submit {
  background-color: #40a5a6;
  border: 1px solid #40a5a6;
  padding: 14px 50px;
  font-size: 18px;
  font-weight: 600;
  margin-top: 25px;
  width: 100%;
  color: #fff;
  transition: 0.6s;
}
.sec-8 .contact-area .form-box form .btn-submit:hover {
  background-color: #fff;
  color: #40a5a6;
}
.sec-8 .contact-area .contact-info li {
  padding: 15px 0;
  border-bottom: 1px solid #b9c2cb;
}
.sec-8 .contact-area .contact-info li:last-child {
  border-bottom: none;
}
.sec-8 .contact-area .contact-info li h4 {
  color: #496179;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}
.sec-8 .contact-area .contact-info li p {
  color: #14293e;
  font-size: 18px;
  font-weight: 400;
}
.sec-8 .contact-area .contact-info li .btn_num {
  display: block;
  text-align: left;
  color: #14293e;
  font-weight: 600;
  padding: 10px 0;
  font-size: 16px;
  line-height: 24px;
  text-decoration: underline;
}

.sec-9 {
  padding: 80px 0;
}
@media (max-width: 991px) {
  .sec-9 {
    padding: 50px 0;
  }
}
.sec-9 .container-fluid {
  padding: 0 45px;
}
.sec-9 h1 {
  font-size: 55px;
  font-weight: 600;
  line-height: 64px;
  color: #14293e;
}
@media (min-width: 991px) {
  .sec-9 h1 {
    max-width: 80%;
  }
}
@media (max-width: 991px) {
  .sec-9 h1 {
    font-size: 37px;
    line-height: 50px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .sec-9 h1 {
    font-size: 22px;
    line-height: 30px;
  }
}
.sec-9 h1 span {
  color: #40a5a6;
}
.sec-9 .side-text {
  border-left: 3px solid #46B5B6;
  padding-left: 20px;
}
.sec-9 .side-text p {
  font-size: 21px;
  line-height: 32px;
  font-weight: 400;
  color: #1c3a57;
}
@media (max-width: 575px) {
  .sec-9 .side-text p {
    font-size: 17px;
  }
}

.sec-10 {
  padding: 50px 0;
  text-align: center;
}
.sec-10 h2 {
  color: #14293e;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}
.sec-10 p {
  color: #496179;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.sec-11 {
  padding: 50px 0;
  background-color: #40a5a6;
}
@media screen and (max-width: 991px) {
  .sec-11 {
    padding: 40px 0;
  }
}
.sec-11 .counter-card {
  text-align: center;
}
@media (max-width: 768px) {
  .sec-11 .counter-card {
    margin-bottom: 20px;
  }
}
.sec-11 .counter-card h3 {
  color: white;
  font-size: 80px;
  line-height: 88px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .sec-11 .counter-card h3 {
    font-size: 40px;
    line-height: 40px;
  }
}
.sec-11 .counter-card p {
  color: #fff;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .sec-11 .counter-card p {
    font-size: 18px;
  }
}

.sec-12 .mission-box {
  padding-left: 100px;
  max-width: 600px;
}
@media screen and (max-width: 991px) {
  .sec-12 .mission-box {
    max-width: 100%;
    padding-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .sec-12 .mission-box {
    max-width: 100%;
    padding: 40px;
  }
}
.sec-12 .mission-box h3 {
  color: #14293e;
  font-size: 32px;
  font-weight: 600;
  padding-bottom: 15px;
  line-height: 40px;
}
@media screen and (max-width: 991px) {
  .sec-12 .mission-box h3 {
    font-size: 27px;
    line-height: 32px;
  }
}
@media screen and (max-width: 768px) {
  .sec-12 .mission-box h3 {
    font-size: 22px;
    line-height: 32px;
  }
}
.sec-12 .mission-box .side-content {
  border-left: 2px solid #40a5a6;
  padding-left: 20px;
}
.sec-12 .mission-box .side-content p {
  font-size: 23px;
  line-height: 32px;
  font-weight: 400;
  color: #1c3a57;
}
@media screen and (max-width: 991px) {
  .sec-12 .mission-box .side-content p {
    font-size: 19px;
    line-height: 25px;
  }
}
@media screen and (max-width: 768px) {
  .sec-12 .mission-box .side-content p {
    font-size: 17px;
    line-height: 22px;
  }
}

.sec-13 .mission-box {
  padding-left: 100px;
  max-width: 600px;
}
@media screen and (max-width: 991px) {
  .sec-13 .mission-box {
    max-width: 100%;
    padding-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .sec-13 .mission-box {
    max-width: 100%;
    padding: 40px;
  }
}
.sec-13 .mission-box h3 {
  color: #14293e;
  font-size: 32px;
  font-weight: 600;
  padding-bottom: 15px;
  line-height: 40px;
}
@media screen and (max-width: 991px) {
  .sec-13 .mission-box h3 {
    font-size: 27px;
    line-height: 32px;
  }
}
@media screen and (max-width: 768px) {
  .sec-13 .mission-box h3 {
    font-size: 22px;
    line-height: 32px;
  }
}
.sec-13 .mission-box .side-content {
  border-left: 2px solid #40a5a6;
  padding-left: 20px;
}
.sec-13 .mission-box .side-content p {
  font-size: 23px;
  line-height: 32px;
  font-weight: 400;
  color: #1c3a57;
}
@media screen and (max-width: 991px) {
  .sec-13 .mission-box .side-content p {
    font-size: 19px;
    line-height: 25px;
  }
}
@media screen and (max-width: 768px) {
  .sec-13 .mission-box .side-content p {
    font-size: 17px;
    line-height: 22px;
  }
}

.sec-14 {
  padding: 100px 0;
}
@media (max-width: 991px) {
  .sec-14 {
    padding: 50px 0px;
  }
}
.sec-14 .container-fluid {
  padding: 0 45px;
}
.sec-14 .title_area {
  text-align: center;
  padding-bottom: 30px;
}
.sec-14 .title_area h2 {
  color: #14293e;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}
.sec-14 .title_area p {
  color: #496179;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
}
.sec-14 .title_area .button_box {
  text-align: right;
}
.sec-14 .title_area .button_box .btn_view {
  background-color: #fff;
  border: 1px solid #1c3a57;
  border-radius: 5px;
  font-weight: 500;
  font-size: 18px;
  padding: 12px 60px;
  transition: 0.6s;
  color: #14293e;
}
.sec-14 .title_area .button_box .btn_view:hover {
  background-color: #14293e;
  color: #fff;
}
.sec-14 .insights_area {
  margin-top: 20px;
}
.sec-14 .insights_area .insights_card {
  border: none;
  text-align: center;
}
.sec-14 .insights_area .insights_card h4 {
  color: #3a3a3a;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}
.sec-14 .insights_area .insights_card p {
  font-size: 18px;
  line-height: 28px;
  font-style: italic;
  font-weight: 400;
  color: #496179;
}
.sec-14 .button_box {
  margin-top: 40px;
}
.sec-14 .button_box .btn-team {
  background-color: #fff;
  border: 1px solid #1c3a57;
  border-radius: 5px;
  font-weight: 500;
  font-size: 18px;
  padding: 12px 60px;
  transition: 0.6s;
  color: #14293e;
}
.sec-14 .button_box .btn-team:hover {
  background-color: #14293e;
  color: #fff;
}

.sec-15 {
  padding-bottom: 70px;
}
.sec-15 .container-fluid {
  padding: 0 55px;
}
@media (max-width: 991px) {
  .sec-15 .container-fluid {
    padding: 0 25px;
  }
}
.sec-15 h2 {
  color: #14293E;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}
.sec-15 p {
  color: #496179;
  padding: 8px 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
}
.sec-15 .accordion {
  border: none;
}
.sec-15 .accordion .accordion-item {
  border: none;
  padding: 6px 0;
  border-radius: 0;
  border-bottom: 1px solid #E8EBEE;
}
.sec-15 .accordion .accordion-item .accordion-button {
  padding-left: 20px;
  font-size: 23px;
  line-height: 38px;
  color: #496179;
  font-weight: 400;
}
.sec-15 .accordion .accordion-item .accordion-button:focus {
  box-shadow: none;
}
@media (max-width: 575px) {
  .sec-15 .accordion .accordion-item .accordion-button {
    font-size: 17px;
  }
}
.sec-15 .accordion .accordion-button:not(.collapsed) {
  color: #496179;
  background-color: transparent;
  box-shadow: none;
}
.sec-15 .accordion .accordion-button::after {
  display: none;
}
.sec-15 .accordion .accordion-button:before {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1.25rem;
  display: flex;
  font-family: "Font Awesome 5 Pro";
  height: 1.25rem;
  content: "\f067";
  background-repeat: no-repeat;
  background-size: 1.25rem;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  margin: 0;
  justify-content: center;
  align-items: center;
  position: relative;
  left: -22px;
}
.sec-15 .accordion .accordion-button:not(.collapsed)::before {
  content: "\f068";
}

.sec-16 {
  padding: 80px 0;
  background-color: #FBFDFE;
}
.sec-16 .title-box {
  text-align: center;
}
.sec-16 h2 {
  color: #14293E;
  font-size: 33px;
  font-weight: 600;
  line-height: 40px;
}
.sec-16 p {
  color: #496179;
  padding: 8px 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
}
.sec-16 .choose_area {
  margin-top: 60px;
}
.sec-16 .accordion {
  border: none;
}
.sec-16 .accordion .accordion-item {
  border: none;
  padding: 6px 0;
  border-radius: 0;
  border-bottom: 1px solid #E8EBEE;
}
.sec-16 .accordion .accordion-item .accordion-button {
  padding-left: 20px;
  font-size: 23px;
  line-height: 38px;
  color: #496179;
  font-weight: 400;
}
@media (max-width: 575px) {
  .sec-16 .accordion .accordion-item .accordion-button {
    font-size: 17px;
  }
}
.sec-16 .accordion .accordion-item .accordion-button:focus {
  box-shadow: none;
}
.sec-16 .accordion .accordion-button:not(.collapsed) {
  color: #496179;
  background-color: transparent;
  box-shadow: none;
}
.sec-16 .accordion .accordion-button::after {
  display: none;
}
.sec-16 .accordion .accordion-button:before {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1.25rem;
  display: flex;
  font-family: "Font Awesome 5 Pro";
  height: 1.25rem;
  content: "\f067";
  background-repeat: no-repeat;
  background-size: 1.25rem;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  margin: 0;
  justify-content: center;
  align-items: center;
  position: relative;
  left: -22px;
}
.sec-16 .accordion .accordion-button:not(.collapsed)::before {
  content: "\f068";
}

#contact_banner {
  padding: 70px 0;
  background-image: url("../img/contact.png");
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 576px) {
  #contact_banner {
    padding: 35px 0px;
  }
}
#contact_banner h1 {
  color: #14293e;
  font-size: 48px;
  font-weight: 600;
  line-height: 56px;
  text-align: center;
}
@media (max-width: 991.98px) {
  #contact_banner h1 {
    font-size: 35px;
    line-height: 46px;
  }
}
@media screen and (max-width: 576px) {
  #contact_banner h1 {
    font-size: 25px;
  }
}
#contact_banner p {
  padding: 10px 0;
  font-size: 17px;
  line-height: 28px;
  font-weight: 400;
  color: #14293e;
  text-align: center;
}
#contact_banner .contact-info p {
  text-align: start;
}
#contact_banner .button_box {
  margin-top: 22px;
  display: flex;
  justify-content: center;
}
#contact_banner .btn_ser {
  background-color: #fff;
  border: 1px solid #1c3a57;
  border-radius: 5px;
  font-weight: 500;
  font-size: 18px;
  padding: 12px 20px;
  transition: 0.6s;
  color: #14293e;
}
@media screen and (max-width: 768px) {
  #contact_banner .btn_ser {
    padding: 12px 20px;
  }
}
@media screen and (max-width: 576px) {
  #contact_banner .btn_ser {
    padding: 11px;
    font-size: 15px;
  }
}
#contact_banner .btn_ser:hover {
  background-color: #14293e;
  color: #fff;
}
#contact_banner .btn_consul {
  background-color: #40a5a6;
  border: 1px solid #40a5a6;
  border-radius: 5px;
  color: #fff;
  font-weight: 500;
  margin-left: 15px;
  font-size: 18px;
  padding: 12px 20px;
  transition: 0.6s;
}
@media screen and (max-width: 768px) {
  #contact_banner .btn_consul {
    padding: 12px 20px;
  }
}
@media screen and (max-width: 576px) {
  #contact_banner .btn_consul {
    padding: 11px;
    font-size: 15px;
  }
}
#contact_banner .btn_consul:hover {
  background-color: #fff;
  color: #40a5a6;
}

#footer-content {
  background-color: #fbfdfe;
}
#footer-content .container-fluid {
  padding: 0 55px;
}
@media (max-width: 767.98px) {
  #footer-content .container-fluid {
    padding: 0 25px;
  }
}
#footer-content .footer-top {
  padding: 60px 0;
}
#footer-content .footer-top h4 {
  font-size: #14293e;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  #footer-content .footer-top h4 {
    padding: 15px 0;
  }
}
#footer-content .footer-top .footer-nav li a {
  padding: 10px 0;
  font-weight: 400;
  font-size: 16px;
  color: #496179;
}
#footer-content .footer-top .contact-nav li {
  padding: 10px 0;
  font-weight: 400;
  font-size: 16px;
  color: #496179;
  align-items: center;
  display: flex;
}
#footer-content .footer-top .contact-nav li img {
  margin-right: 10px;
}
#footer-content .footer_middle .form-control {
  padding: 14px 10px;
  background-color: transparent;
  border-radius: 5px;
  border: 1px solid #97a4b2;
}
#footer-content .footer_middle .btn-news {
  background-color: #40a5a6;
  border: 1px solid #40a5a6;
  padding: 14px 50px;
  font-size: 18px;
  font-weight: 600;
  margin-left: 20px;
  width: 100%;
  color: #fff;
  transition: 0.6s;
}
#footer-content .footer_middle .btn-news:hover {
  background-color: #fff;
  color: #40a5a6;
}
#footer-content hr {
  margin: 1rem 0;
  color: inherit;
  background-color: #c6e8e8;
  border: 0;
  opacity: 0.8;
  height: 2px !important;
}
#footer-content .footer_bottom {
  padding: 5px 0 10px 0;
}
#footer-content .footer_bottom p {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 500;
  color: #5c5c5c;
}
@media (max-width: 767.98px) {
  #footer-content .footer_bottom p {
    text-align: center;
    padding-bottom: 20px;
  }
}
#footer-content .footer_bottom .privacy-nav {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: flex-end;
}
@media (max-width: 767.98px) {
  #footer-content .footer_bottom .privacy-nav {
    justify-content: center;
  }
}
#footer-content .footer_bottom .privacy-nav li {
  padding: 0 10px;
}
@media (max-width: 767.98px) {
  #footer-content .footer_bottom .privacy-nav li {
    padding: 0 4px;
  }
}
#footer-content .footer_bottom .privacy-nav li:nth-child(1), #footer-content .footer_bottom .privacy-nav li:nth-child(2) {
  border-right: 1px solid #677b8e;
}
#footer-content .footer_bottom .privacy-nav li a {
  font-size: 16px;
  font-weight: 500;
  color: #677b8e;
}

/*# sourceMappingURL=style.css.map */
