@charset "utf-8";
/* CSS Document */

/*---------- Google Fonts ----------*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700;800&display=swap");
/* font-family: 'Montserrat', sans-serif; */

body {
  font-family: "Jost";
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #191919;
  background-color: #ffffff;
}

a,
input,
button,
textarea {
  outline: none !important;
  text-decoration: none;
}

a {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  transition: all ease-in-out 300ms;
  -webkit-transition: all ease-in-out 300ms;
  -ms-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  -moz-transition: all ease-in-out 300ms;
}

a:hover {
  color: #0173ae;
}

.container-fluid,
.container {
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row > * {
  padding-left: 15px;
  padding-right: 15px;
}

p {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

p a {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

p a:hover {
  color: #0173ae;
}

ul,
ol {
  margin-bottom: 15px;
}

ul ol,
ul ul,
ol ol,
ol ul {
  margin-top: 10px;
  margin-bottom: 10px;
}

ul li,
ol li {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

ul li a,
ol li a {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

ul li a:hover,
ol li a:hover {
  color: #0173ae;
}

.text-000000 {
  color: #000000;
}

.bg-000000 {
  background: #000000;
}

.text-FFFFFF {
  color: #ffffff;
}

.bg-FFFFFF {
  background: #ffffff;
}

.text-191919 {
  color: #191919;
}

.bg-191919 {
  background: #191919;
}

.text-0173AE {
  color: #0173ae;
}

.bg-0173AE {
  background: #0173ae;
}

.text-002868 {
  color: #002868;
}

.bg-002868 {
  background: #002868;
}

.text-2CB7FF {
  color: #2cb7ff;
}

.bg-2CB7FF {
  background: #2cb7ff;
}

.text-221F20 {
  color: #221f20;
}

.bg-221F20 {
  background: #221f20;
}

.text-EDF6F9 {
  color: #edf6f9;
}

.bg-EDF6F9 {
  background: #edf6f9;
}

.text-F5F5F5 {
  color: #f5f5f5;
}

.bg-F5F5F5 {
  background: #f5f5f5;
}

.text-0173AE6 {
  color: rgba(1, 115, 174, 0.6);
}

.bg-0173AE6 {
  background: rgba(1, 115, 174, 0.6);
}

.text-0007 {
  color: rgba(0, 0, 0, 0.7);
}

.bg-0007 {
  background: rgba(0, 0, 0, 0.7);
}

.section-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 32px;
  line-height: 48px;
  color: #c22b3e;
  /* letter-spacing: 0.38px; */
}

.section-title * {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  letter-spacing: inherit;
  margin-bottom: 0;
}

.sub-title {
  /* font-family: 'Jost';
	font-weight: 500; */
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 36px;
  color: #2cb7ff;
  text-transform: capitalize;
}

.sub-title * {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  text-transform: inherit;
  margin-bottom: 0;
}

/* buttons */

.btn {
  display: inline-block;
  font-family: "Jost";
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  border: 1px solid transparent;
  padding: 14px 28px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.btn-simple-blue {
  color: #0173ae;
  background-color: transparent;
  border-color: #0173ae;
}

.btn-simple-blue:focus {
  color: #0173ae;
  background-color: transparent;
  border-color: #0173ae;
}

.btn-simple-blue:active:focus,
.btn-simple-blue:hover {
  color: #ffffff;
  background-color: #0173ae;
  border-color: #0173ae;
}

.btn-blue {
  color: #ffffff;
  background-color: #0173ae;
  border-color: #0173ae;
}

.btn-blue:focus {
  color: #ffffff;
  background-color: #0173ae;
  border-color: #0173ae;
}

.btn-blue:active:focus,
.btn-blue:hover {
  color: #0173ae;
  background-color: transparent;
  border-color: #0173ae;
}

.btn-simple-dark-blue {
  color: #002868;
  background-color: transparent;
  border-color: #002868;
}

.btn-simple-dark-blue:focus {
  color: #002868;
  background-color: transparent;
  border-color: #002868;
}

.btn-simple-dark-blue:active:focus,
.btn-simple-dark-blue:hover {
  color: #ffffff;
  background-color: #002868;
  border-color: #002868;
}

.btn-dark-blue {
  color: #ffffff;
  background-color: #002868;
  border-color: #002868;
}

.btn-dark-blue:focus {
  color: #ffffff;
  background-color: #002868;
  border-color: #002868;
}

.btn-dark-blue:active:focus,
.btn-dark-blue:hover {
  color: #002868;
  background-color: transparent;
  border-color: #002868;
}

.btn-simple-white {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}

.btn-simple-white:focus {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}

.btn-simple-white:active:focus,
.btn-simple-white:hover {
  color: #002868;
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn-white {
  color: #002868;
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn-white:focus {
  color: #002868;
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn-white:active:focus,
.btn-white:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}

/* buttons */

/*==================================================================*/
/*========== Header Start ==========*/
/*==================================================================*/

/* navbar-toogle */

.navbar-toggler {
  width: 30px;
  height: 30px;
  padding: 0;
  border: none;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
}

.navbar-toggler .hamburger {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
}

.navbar-toggler .hamburger span {
  width: 100%;
  height: 2px;
  background-color: #002868;
  margin-bottom: 5px;
  position: relative;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.navbar-toggler .hamburger span:first-child {
  top: 7px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.navbar-toggler .hamburger span:nth-child(2) {
  opacity: 0;
}

.navbar-toggler .hamburger span:last-child {
  margin: 0;
  top: -7px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.navbar-toggler.collapsed .hamburger span {
  opacity: 1 !important;
  top: auto !important;
  transform: none !important;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
}

/* navbar-toogle */

/* navbar */

.navbar .navbar-collapse {
  justify-content: flex-end;
}

.navbar .navbar-nav .nav-item.active .nav-link,
.navbar .navbar-nav .nav-item.current-menu-item .nav-link,
.navbar .navbar-nav .nav-item.current-menu-parent .nav-link,
.navbar .navbar-nav .nav-item .nav-link.show,
.navbar .navbar-nav .nav-item .nav-link.active,
.navbar .navbar-nav .nav-item .nav-link.current-menu-item,
.navbar .navbar-nav .nav-item .nav-link.current-menu-parent {
  font-weight: 600;
  color: #0173ae;
}

.navbar .navbar-nav .nav-item {
  font-family: "Jost";
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  color: #002868;
  text-transform: uppercase;
  letter-spacing: 0.32px;
  margin: 0 19px;
}

.navbar .navbar-nav .nav-item:first-child {
  margin-left: 0;
}

.navbar .navbar-nav .nav-item:last-child {
  margin-right: 0;
}

.navbar .navbar-nav .nav-item .nav-link {
  padding: 0;
  font-family: "Jost";
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  color: #002868;
  text-transform: uppercase;
  letter-spacing: 0.32px;
}

.navbar .navbar-nav .nav-item .nav-link:hover {
  color: #0173ae;
}

/* navbar */

.navbar-brand {
  padding: 0;
}

.navbar {
  padding: 24px 0 21px 0;
}

/*==================================================================*/
/*========== Header End ==========*/
/*==================================================================*/

/*==================================================================*/
/*========== New Class Add Start ==========*/
/*==================================================================*/

/*------------------banner-start------------------------------------*/

.banner-title {
  font-family: "DM Serif Display";
  font-weight: 400;
  font-size: 65px;
  line-height: 72px;
  color: #ffffff;
  letter-spacing: 0.65px;
  text-transform: capitalize;
  margin-bottom: 5px;
}

.banner-title * {
  margin-bottom: 0;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
}

.banner-text {
  font-weight: 400;
  font-size: 44px;
  line-height: 56px;
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 35px;
}

.banner-text * {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  text-transform: inherit;
  margin-bottom: 0;
}

.banner-btn .btn {
  width: 100%;
  max-width: 280px;
}

.banner-main {
  position: relative;
}

.banner-main:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 40, 104, 0.5);
  mix-blend-mode: multiply;
}

.banner-section {
  position: relative;
  z-index: 99;
  padding: 197px 0 247px 0;
}

/*------------------banner-end--------------------------------------*/

/*------------------services-start----------------------------------*/

.services-section {
  padding: 96px 0 99px 0;
}

.services-right img {
  /* width: 100%; */
  object-fit: cover;
  /* max-height: 340px; */
  /* max-width: 540px; */
}

.services-section > .row {
  align-items: center;
}

.services-left .section-title {
  margin-bottom: 29px;
}

.services-right {
  text-align: center;
}

.services-text * {
  margin-bottom: 0;
}
.what-we-do-main-wrp .services-text > * {
  margin-bottom: 10px;
}

.what-we-do-main-wrp .services-left {
  padding: 0;
}

.what-we-do-main-wrp .services-left .btn {
  margin-top: 20px;
}
/*------------------services-end------------------------------------*/

/*------------------priority-start----------------------------------*/

.priority-section {
  padding: 100px 0;
}

.priority-item {
  padding: 35px 31px 55px 34px;
  height: 100%;
}

.priority-item-list ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  max-width: 266px;
}

.priority-item-list ul li::marker {
  content: none;
}

.priority-item-list ul li {
  position: relative;
  padding-left: 19px;
}

.priority-item-list ul li:before {
  content: ".";
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3px;
  line-height: 3px;
  width: 3px;
  height: 3px;
  background-color: #ffffff;
  left: 0;
  top: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.priority-item-title {
  margin-bottom: 19px;
  font-weight: 600;
  font-size: 22px;
  line-height: 31px;
  text-transform: capitalize;
}

.priority-item-title * {
  margin-bottom: 0;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  text-transform: inherit;
}

/*------------------priority-end------------------------------------*/

/*------------------trust-start-------------------------------------*/

.trust-section {
  padding: 80px 0 167px 0;
}

.trust-section .section-title {
  margin-bottom: 53px;
}

.trust-details > .row {
  margin-left: 0;
  margin-right: 0;
}

.trust-details > .row > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.trust-left {
  height: 100%;
}

.trust-right {
  height: 100%;
  padding: 88px 76px 107px 67px;
}

.trust-left img {
  object-fit: cover;
  width: 100%;
}

.trust-right * {
  margin-bottom: 0;
}

/*------------------trust-end---------------------------------------*/

/*------------------we-do-start-------------------------------------*/

.we-do-section {
  padding: 66px 0 60px 0;
}

.we-do-section > .row {
  margin-left: 0;
  margin-right: 0;
}

.we-do-section > .row > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.we-do-left {
  /* height: 100%; */
  padding: 82px 96px 102px 72px;
  position: relative;
  z-index: 9;
}

.we-do-left .sub-title {
  margin-bottom: 10px;
}

.we-do-text {
  font-family: "DM Serif Display";
  font-weight: 400;
  font-size: 42px;
  line-height: 59px;
  color: #ffffff;
  letter-spacing: 0.42px;
}

.we-do-text * {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  letter-spacing: inherit;
  margin-bottom: 0;
}

.we-do-right {
  bottom: -60px;
  position: relative;
  margin-left: -160px;
}

.we-do-right img {
  width: 100%;
  object-fit: cover;
}

/*------------------we-do-end---------------------------------------*/

/*------------------mission-start-----------------------------------*/

.mission-section {
  padding: 102px 0 113px 0;
}

.mission-section .section-title {
  margin-bottom: 21px;
}

.mission-quote {
  font-weight: 600;
  font-size: 34px;
  line-height: 48px;
  color: #002868;
}

.mission-quote * {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  margin-bottom: 0;
}

/*------------------mission-end-------------------------------------*/

/*------------------values-start------------------------------------*/

.values-section {
  padding: 80px 0 44px 0;
}

.values-section .section-title {
  margin-bottom: 48px;
}

.values-item {
  margin-bottom: 32px;
}

.values-img {
  margin-bottom: 15px;
}

.values-img img {
  width: 65px;
  height: 65px;
  object-fit: contain;
}

.values-item .sub-title {
  font-weight: 600;
  color: #0173ae;
  margin-bottom: 7px;
}

.values-text * {
  margin-bottom: 0;
}

/*------------------values-end--------------------------------------*/

/*------------------we-look-start-----------------------------------*/

.we-look-section {
  padding: 88px 0 188px 0;
}

.we-look-left .sub-title {
  color: #0173ae;
  margin-bottom: 10px;
}

.we-look-left-text {
  font-family: "DM Serif Display";
  font-weight: 400;
  font-size: 36px;
  line-height: 50px;
  color: #002868;
  letter-spacing: 0.36px;
}

.we-look-left-text * {
  margin-bottom: 0;
}

.we-look-right-text {
  padding-top: 56px;
}

.we-look-right-text * {
  margin-bottom: 0;
}

/*------------------we-look-end-------------------------------------*/

/*------------------process-start-----------------------------------*/

.process-right {
  text-align: center;
  margin-top: -78px;
  padding-bottom: 62px;
}

.process-right img {
  width: 100%;
  object-fit: cover;
}

.process-left {
  padding-top: 54px;
  padding-left: 95px;
}

.process-left .section-title {
  margin-bottom: 22px;
}

.process-text * {
  margin-bottom: 0;
}

/*------------------process-end-------------------------------------*/

/*------------------support-start-----------------------------------*/

.support-item-title * {
  margin-bottom: 0;
  font-family: inherit;
  font-weight: 500;
  font-size: inherit;
  line-height: inherit;
  color: #002868;
}

.supporrt-item-img img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.supporrt-item-img {
  display: inline-block;
  padding: 26px;
  margin-bottom: 17px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.support-item {
  text-align: center;
  padding-top: 53px;
  padding-bottom: 43px;
  margin-bottom: 29px;
}

.support-section {
  padding: 83px 0 91px 0;
}

.support-section .section-title {
  margin-bottom: 18px;
}

.support-text * {
  margin-bottom: 0;
}

.support-text {
  margin-bottom: 77px;
}

/*------------------support-end-------------------------------------*/

/*------------------contact-start-----------------------------------*/

.contact-img img {
  width: 100%;
  object-fit: cover;
}

.contact-section {
  padding: 75px 0 352px 0;
}

.contact-img {
  margin-bottom: 42px;
}

.contact-title {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  color: #0173ae;
}

.contact-title * {
  margin-bottom: 0;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.contact-text * {
  margin-bottom: 0;
}

.contact-right .section-title {
  letter-spacing: 0.48px;
  margin-bottom: 40px;
}

.form-field .form-label {
  font-family: inherit;
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
  color: #979797;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.contact-form {
  padding: 56px 45px 66px 50px;
}

.contact-form .form-control {
  width: 100%;
  height: 40px;
  border: 1px solid #002868;
  margin-bottom: 31px;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.contact-form textarea.form-control {
  height: 90px;
  resize: none;
}

.contact-form .form-control:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border: 2px solid #002868;
}

.contact-left {
  padding-top: 10px;
}

/*------------------contact-end-------------------------------------*/

/*------------------join-team-start---------------------------------*/

.join-team-section {
  padding: 88px 0 101px 0;
}

.join-team-section > .sub-title {
  color: #0173ae;
  margin-bottom: 10px;
}

.join-team-section > .section-title {
  margin-bottom: 40px;
}

.join-team-img > .row {
  justify-content: center;
}

.join-team-img {
  margin-bottom: 81px;
}

.join-team-img img {
  width: 100%;
  object-fit: cover;
}

.join-team-left > .sub-title {
  color: #0173ae;
  margin-bottom: 16px;
}

.join-team-left > .section-title {
  margin-bottom: 37px;
  color: #002868;
}

.join-team-text * {
  margin-bottom: 25px;
}

.join-team-text *:last-child {
  margin-bottom: 0;
}

/*------------------join-team-end-----------------------------------*/

/*-------------------error-page-start-------------------------------*/

.error-section {
  padding: 150px 0;
}

.error-section .section-title {
  margin-bottom: 50px;
}

.error-section .sub-title {
  margin-bottom: 50px;
}

/*-------------------error-page-end---------------------------------*/

/*-------------------typography-start-------------------------------*/

.typography-section {
  padding: 100px 0;
}

.typography-section h1 {
  font-family: "DM Serif Display";
  font-weight: 400;
  font-size: 65px;
  line-height: 72px;
  margin-bottom: 20px;
}

.typography-section h2 {
  font-family: "DM Serif Display";
  font-weight: 400;
  font-size: 48px;
  line-height: 54px;
  margin-bottom: 20px;
}

.typography-section h3 {
  font-family: "DM Serif Display";
  font-weight: 400;
  font-size: 44px;
  line-height: 50px;
  margin-bottom: 20px;
}

.typography-section h4 {
  font-family: "DM Serif Display";
  font-weight: 400;
  font-size: 42px;
  line-height: 48px;
  margin-bottom: 20px;
}

.typography-section h5 {
  font-family: "DM Serif Display";
  font-weight: 400;
  font-size: 38px;
  line-height: 44px;
  margin-bottom: 20px;
}

.typography-section h6 {
  font-family: "DM Serif Display";
  font-weight: 400;
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 20px;
}

.typography-section ul,
.typography-section ol {
  padding-left: 20px;
}

.typography-section .alignnone {
  float: none;
  margin: 25px 25px 25px 0;
}

.typography-section .alignleft {
  float: left;
  margin: 25px 25px 25px 0;
}

.typography-section .alignright {
  float: right;
  margin: 25px 0 25px 25px;
}

.typography-section .aligncenter {
  display: block;
  float: none;
  margin: 25px auto;
}

.typography-section blockquote {
  padding-left: 30px;
  border-left: 3px solid #0173ae;
  margin-bottom: 20px;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

/*-------------------typography-end---------------------------------*/

/*==================================================================*/
/*========== New Class Add End ==========*/
/*==================================================================*/

/*==================================================================*/
/*========== Footer Start ==========*/
/*==================================================================*/

.social-icons ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.social-icons ul li {
  margin: 0 6px;
}

.social-icons ul li:first-child {
  margin-left: 0;
}

.social-icons ul li:last-child {
  margin-right: 0;
}

.social-icons ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  color: #ffffff;
  background-color: #221f20;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all ease-in-out 300ms;
  -webkit-transition: all ease-in-out 300ms;
  -ms-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  -moz-transition: all ease-in-out 300ms;
}

.social-icons ul li a:hover {
  background-color: #000000;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.social-icons ul li a svg,
.social-icons ul li a i,
.social-icons ul li a img {
  font-size: 20px;
  line-height: 20px;
  width: 20px;
  height: 20px;
  fill: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-link ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.footer-link ul li::marker {
  content: none;
}

.footer-link ul li {
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  color: #191919;
  text-transform: uppercase;
  letter-spacing: 0.16px;
}

.footer-link ul li a {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  color: #191919;
  text-transform: uppercase;
  letter-spacing: 0.16px;
}

.footer-link ul li a:hover {
  color: #0173ae;
}

.footer-link ul li.active a,
.footer-link ul li.current-menu-item a,
.footer-link ul li.current-menu-parent a,
.footer-link ul li a.show,
.footer-link ul li a.active,
.footer-link ul li a.current-menu-item,
.footer-link ul li a.current-menu-parent {
  font-weight: 600 !important;
}

.footer-top {
  padding: 40px 0 65px 0;
  border-top: 1px solid rgba(108, 107, 107, 0.2);
  border-bottom: 1px solid rgba(108, 107, 107, 0.2);
}

.footer-bottom {
  padding: 13px 0 16px 0;
}

.footer-copyright * {
  margin-bottom: 0;
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.7);
}

.footer-btn {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.footer-btn .btn {
  margin-right: 15px;
}

.footer-btn .btn:last-child {
  margin-right: 0;
}

.footer-logo a {
  display: inline-block;
}

/*==================================================================*/
/*========== Footer End ==========*/
/*==================================================================*/

/* 26-9-2023 */

.contact-form .form-control.wpcf7-not-valid {
  border-color: #ea493f;
}

.contact-form .form-field {
  position: relative;
}

.contact-form .form-field .wpcf7-form-control-wrap {
  position: unset;
}

.contact-form .wpcf7-not-valid-tip {
  position: absolute;
  top: 0;
  right: 0;
  color: #ea493f;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
}

.contact-form .form-control.form-control-space {
  margin-bottom: 20px;
}

/* 26-9-2023 */

/* 27-9-2023 */

.bg-C22B3E {
  background: #c22b3e;
}

.text-C22B3E {
  color: #c22b3e;
}

.we-do-list-item {
  border: 1px solid #c22b3e;
  margin-bottom: 37px;
  height: calc(100% - 37px);
}

.we-do-list-section {
  padding: 74px 0 66px 0;
}

.we-do-list-item-text {
  /* max-width: 477px; */
  margin: 0 auto;
  padding: 32px 15px 33px 15px;
}

.we-do-list-item-text * {
  margin-bottom: 6px;
}

.we-do-list-item-text *:last-child {
  margin-bottom: 0;
}

.we-do-list-item-heading {
  padding: 10px 0 6px 0;
}

.we-do-list-item-heading * {
  font-weight: 600;
  font-size: inherit;
  line-height: inherit;
  text-transform: capitalize;
  margin-bottom: 0;
}

.we-do-list-section > .row {
  justify-content: center;
}

.process-text {
  margin-bottom: 25px;
}

.process-section {
  padding-bottom: 50px;
}

.join-team-detail {
  margin-bottom: 90px;
}

/* 27-9-2023 */

/* 28-9-2023 */

.navbar-brand {
  max-width: 277px;
  max-height: 75px;
}

.navbar-brand img {
  object-fit: contain;
}

.footer-logo img {
  max-width: 220px;
  height: 60px;
  object-fit: contain;
}

.priority-section .section-title {
  margin-bottom: 20px;
}

.home-do-list-section {
  padding: 110px 0 167px 0;
}

.home-do-list-item > .row {
  margin-left: 0;
  margin-right: 0;
}

.home-do-list-item > .row > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.home-do-list-item > .row > [class*="col-"] > * {
  height: 100%;
}

.home-do-list-item:nth-child(even) > .row {
  flex-direction: row-reverse;
}

.hdl-writing {
  padding: 83px 54px 83px 54px;
}

.hdl-writing .section-title {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 11px;
  /* text-transform: uppercase; */
}

.hdl-text {
  max-width: 310px;
}

.hdl-photo img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.hdl-text * {
  margin-bottom: 0;
}

/* 28-9-2023 */

/* 26-10-2023 */

.banner-section .banner-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
}

.banner-section .banner-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

.we-do-left .sub-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.we-do-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 52px;
}

.mission-section .section-title {
  margin-bottom: 33px;
}

.mission-quote {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.values-section .section-title {
  margin-bottom: 62px;
}

.values-item .sub-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.support-section .section-title {
  margin-bottom: 26px;
}

.process-left .section-title {
  margin-bottom: 14px;
}

.we-look-left .sub-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
}

.we-look-left-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.join-team-section > .sub-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.contact-right .section-title {
  margin-bottom: 47px;
}

.contact-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

/* 26-10-2023 */

/* 2-11-2023 */

#cookie-notice .cookie-notice-container {
  background-color: #0173ae;
}

#cookie-notice .cookie-notice-container span {
  font-family: "Jost";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}

#cookie-notice .cookie-notice-container span .cn-button {
  font-family: "Jost";
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #002868 !important;
  border: 1px solid #002868;
  padding: 6px 16px;
  width: 80px;
  margin-left: 10px;
}

#cookie-notice .cookie-notice-container span .cn-button:hover {
  color: #002868;
  background-color: #ffffff !important;
}

#cookie-notice .cookie-notice-container .cn-close-icon {
  opacity: 1;
  right: 5px;
}

#cookie-notice .cookie-notice-container .cn-close-icon:before,
#cookie-notice .cookie-notice-container .cn-close-icon:after {
  background-color: #ffffff;
}

/* 2-11-2023 */

/* 3-11-2023 */

.header {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  background-color: #ffffff;
}

/* 3-11-2023 */

/*partner-with-us-dev*/
.values-and-concerns .support-list .row {
  justify-content: center;
  margin-left: -12px;
  margin-right: -12px;
}
.values-and-concerns .support-list .row > * {
  padding-left: 12px;
  padding-right: 12px;
}

.values-and-concerns .support-list .row .support-item {
  padding: 25px;
  margin-bottom: 24px;
  height: calc(100% - 24px);
}

.values-and-concerns .support-section {
  padding: 83px 0 40px 0;
}

.questions-container {
  max-width: 1140px;
  margin: 0 auto;
  text-align: center;
}

.questions-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 32px;
  line-height: 48px;
  color: #c22b3e;
  margin-bottom: 40px;
}

.question-card {
  padding: 20px 25px;
  border-radius: 3px;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  text-align: left;
  height: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border: 1px solid #0173ae;
  background: #fff;
}

.question-number {
  /* width: 36px;
  height: 36px; */
  font-family: "Montserrat", sans-serif;

  color: #0173ae;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%; /* 33.6px */
  text-transform: uppercase;
}

.question-card p {
  margin: 0;
  font-size: 18px;
  line-height: 140%;
  color: #000;
}

.questions-footer p {
  font-size: 16px;
  margin-bottom: 27px;
  color: #000;
}

.questions-footer .btn {
  max-width: 450px;
  width: 100%;
}

.questions-grid {
  counter-reset: question-counter;
}

.questions-grid .row > * {
  padding-left: 12px;
  padding-right: 12px;
}
.questions-grid .row {
  margin-left: -12px;
  margin-right: -12px;
}

.question-card .question-number {
  position: relative;
}

.question-card .question-number::before {
  counter-increment: question-counter;
  /* content: counter(question-counter); */
  content: counter(question-counter) ".";
  display: inline-block;
  font-weight: bold;
}

.questions-footer p {
  font-size: 19px;
}

.questions-section {
  padding: 89px 0 95px 0;
}

.questions-grid {
  max-width: 920px;
  margin: 50px auto 0 auto;
}

.partner-concerns-section {
  padding: 60px 0px;
  font-family: inherit;
  text-align: center;
}

.partner-concerns-section .main-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #c22b3e;
}

.partner-concerns-section .partner-concerns-text {
  max-width: 850px;
  margin: 20px auto 40px auto;
}

.concern-card {
  background: #eff8fc;
  margin-bottom: 24px;
  color: #191919;
  height: calc(100% - 24px);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.concern-card h3 {
  font-size: 20px;
  color: #fff;
  padding: 18px;
  background: #0173ae;
  margin-bottom: 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.concern-card ul {
  padding: 20px 22px 20px 37px;
  text-align: left;
  margin: 0;
}

.concern-card li {
  font-family: "Jost";
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #191919;
  list-style-type: disc;
  margin-bottom: 5px;
}

.partner-concerns-section .row > * {
  padding-left: 12px;
  padding-right: 12px;
}

.partner-concerns-section .row {
  margin-left: -12px;
  margin-right: -12px;
}

/*partner-with-us-dev*/

/*8/6/2025*/

.we-look-right-text ul {
  margin: 35px 0 47px 0;
}

.values-section-main-wrp .values-text p {
  color: #002868;
  font-weight: 500;
}

.priority-img {
  max-height: 179px;
}

.priority-img img {
  width: 100%;
  object-fit: cover;
  max-height: inherit;
}

.priority-details {
  display: flex;
  flex-direction: column;
  height: calc(100% - 25px);
  margin: 0 0 25px 0;
}

.what-we-do-wrp-section {
  padding: 88px 0 88px 0;
}

.what-we-do-wrp-section .we-look-section {
  padding: 0;
}

.open-conversations-main {
  text-align: center;
  position: relative;
  background-position: center !important;
  min-height: 405px;
}

.open-conversations-main::after {
  position: absolute;
  content: "";
  background: #002868;
  opacity: 0.8;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}

.open-conversations-main .services-text {
  max-width: 706px;
  margin: 30px auto 25px auto;
  color: #fff;
}

.open-conversations-main .services-left {
  padding: 0;
  z-index: 1;
  position: relative;
}
.open-conversations-main .services-left .section-title {
  max-width: 484px;
  margin: 0 auto 30px auto;
  color: #fff;
}
.open-conversations-main .services-left .btn {
  max-width: 450px;
  width: 100%;
}

.bubble {
  background-color: #0173ae;
  color: #fff;
  padding: 10px 14px;
  border-radius: 30px;
  position: relative;
  display: inline-block;
  margin: 4px;
  max-width: 312px;
  text-align: center;
  font-size: 18px;
  line-height: 140%;
  font-weight: 600;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  box-shadow: 5px 5px 0 0 #dae5f0;
}

.custom-layout > *:nth-child(even) .bubble {
  max-width: 254px;
}
.custom-layout > *:last-child .bubble {
  max-width: 242px;
}
.bubble p {
  margin: 0;
}


.bubble-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.bubble-flex-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  gap: 10px;
  max-width: 1044px;
  margin: 40px auto 0 auto;
  flex-direction: column;
  justify-content: center;
}
.bubble-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 5px;
  row-gap: 5px;
}

.bubble-desc {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  text-align: center;
  max-width: 342px;
  margin-top: 15px;
}

.bubble-desc p {
  margin: 0;
}
.owners-who-partners {
  padding: 104px 0 86px 0;
}

.owners-who-partners .support-text {
    max-width: 952px;
    margin: 20px auto 36px auto;
}

.owners-who-partners .section-title {
  text-transform: uppercase;
}

.support-portfolio .support-text p {
  margin-bottom: 10px;
  line-height: 26px;
}

.support-portfolio .support-portfolio-img {
  margin: 45px auto 51px auto;
  max-width: 428px;
}
.support-portfolio .support-portfolio-img * {
  width: 100%;
  height: 100%;
}

.support-portfolio {
  padding: 82px 0 95px 0;
}
.support-portfolio .support-section {
  padding: 0;
}

.current-operation-section {
  padding: 90px 0 62px 0;
}

.current-operation-section .section-title {
  margin-bottom: 63px;
}

.current-operation-section .current-operation-wrp {
  max-width: 860px;
  margin: 0 auto;
}

.current-operation-section .current-operation-wrp * {
  width: 100%;
  height: 100%;
}

.support-portfolio .support-text {
  padding: 0;
  margin-bottom: 0;
  max-width: 799px;
  margin: 0 auto;
}

/*8/6/2025*/
