@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;
}

/*------------------services-end------------------------------------*/

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

.priority-section {
	padding: 105px 0 115px 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.20);
	border-bottom: 1px solid rgba(108, 107, 107, 0.20);
}

.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;
}

.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 */