@charset "utf-8";
/* CSS Document */

/*---------- Google Fonts ----------*/

body {
	font-family: 'Inter';
	font-weight: 400;
	font-size: 19px;
	line-height: 146%;
	color: #4A3D4B;
	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: #BE1E2D;
}

.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: #BE1E2D;
}

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: #BE1E2D;
}

.text-000000 {
	color: #000000 !important;
}

.bg-000000 {
	background: #000000 !important;
}

.text-FFFFFF {
	color: #FFFFFF !important;
}

.bg-FFFFFF {
	background: #FFFFFF !important;
}

.text-483949 {
	color: #483949 !important;
}

.bg-483949 {
	background: #483949 !important;
}

.text-BE1E2D {
	color: #BE1E2D !important;
}

.bg-BE1E2D {
	background: #BE1E2D !important;
}

.text-FFFFFF66 {
	color: #FFFFFF66 !important;
}

.bg-FFFFFF66 {
	background: #FFFFFF66 !important;
}

/* buttons */

.btn {
	font-family: 'Inter';
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	border: 1px solid transparent;
	padding: 10px 46px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.btn-simple-red {
	color: #BE1E2D;
	background-color: transparent;
	border-color: #BE1E2D;
}

.btn-simple-red:focus {
	color: #BE1E2D;
	background-color: transparent;
	border-color: #BE1E2D;
}

.btn-simple-red:active:focus,
.btn-simple-red:hover {
	color: #FFFFFF;
	background-color: #BE1E2D;
	border-color: #BE1E2D;
}

.btn-red {
	color: #FFFFFF;
	background-color: #BE1E2D;
	border-color: #BE1E2D;
}

.btn-red:focus {
	color: #FFFFFF;
	background-color: #BE1E2D;
	border-color: #BE1E2D;
}

.btn-red:active:focus,
.btn-red:hover {
	color: #BE1E2D;
	background-color: transparent;
	border-color: #BE1E2D;
}

/* buttons */

.font-13 {
	font-size: 13px;
}

.font-13 * {
	font-size: inherit;
}

.banner-title {
	font-family: 'Inter';
	font-weight: 400;
	font-size: 34px;
	line-height: 103%;
	color: #FFFDFF;
	letter-spacing: -1px;
}

.banner-title * {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	letter-spacing: inherit;
	margin-bottom: 0;
}

/*==================================================================*/
/*========== Header Start ==========*/
/*==================================================================*/

/* navbar-toogle */

.navbar-toggler {
	width: 30px;
	height: 30px;
	padding: 0;
	box-shadow: none !important;
	border: none;
}

.navbar-toggler .hamburger {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	flex-direction: column;
}

.navbar-toggler .hamburger span {
	width: 100%;
	height: 2px;
	background-color: #217FC3;
	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-nav .nav-item.active .nav-link,
.navbar-nav .nav-item.current-menu-item .nav-link,
.navbar-nav .nav-item.current-menu-parent .nav-link,
.navbar-nav .nav-item .nav-link.show,
.navbar-nav .nav-item .nav-link.active,
.navbar-nav .nav-item .nav-link.current-menu-item,
.navbar-nav .nav-item .nav-link.current-menu-parent {
	color: #217FC3;
}

.navbar .navbar-nav .nav-item {
	font-size: 17px;
	line-height: normal;
	color: #88888B;
	margin: 0 40px;
}

.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-size: 17px;
	line-height: normal;
	color: #88888B;
}

/* .navbar .navbar-nav .nav-item .nav-link:hover {
	color: #BE1E2D;
} */
.navbar .navbar-nav .nav-item:hover .nav-link {
	color: #BE1E2D;
}

/* navbar */

.navbar-brand {
	padding: 0;
}

.navbar {
	padding: 16px 0;
}

.navbar .navbar-nav .nav-item .nav-link.btn {
	padding: 10px 50px;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 140%;
}

.navbar .navbar-nav .nav-item .nav-link.btn:hover {
	color: #BE1E2D;
}

.navbar .navbar-nav .nav-item.header-btn-contact .nav-link {
	padding: 10px 50px;
	color: #FFFFFF !important;
	font-size: 14px;
	line-height: 140%;
	font-family: 'Inter';
	font-weight: 400 !important;
	border: 1px solid #BE1E2D !important;
	background-color: #BE1E2D !important;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.navbar .navbar-nav .nav-item.header-btn-contact .nav-link:hover {
	color: #BE1E2D !important;
	border-color: #BE1E2D !important;
	background-color: transparent !important;
}

.navbar-nav {
	align-items: center;
}

.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 {
	color: #BE1E2D;
	font-weight: 700;
}

.navbar-brand img {
	max-width: 150px;
	width: 39px;
}

/*==================================================================*/
/*========== Header End ==========*/
/*==================================================================*/



/*==================================================================*/
/*========== New Class Add Start ==========*/
/*==================================================================*/

/*----------------------hds-celebrate-start-------------------------*/

.bds-celebrate-section {
	padding: 38px 0;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-wrap: wrap;
}

.hds-celebrate-text {
	padding-bottom: 17px;
}

.hds-celebrate-text * {
	font-family: 'Inria Serif';
	font-size: 26px;
	line-height: normal;
	color: #000000;
	letter-spacing: -0.5px;
	margin-bottom: 0;
}

/*----------------------hds-celebrate-end---------------------------*/

/*----------------------banner-start--------------------------------*/

.banner-img {
	position: relative;
}

.banner-img:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(72, 58, 73, 0.80);
}

.banner-img img {
	width: 100%;
	/* height: 480px; */
	height: 350px;
	object-fit: cover;
}

/*----------------------banner-end----------------------------------*/

/*----------------------home-info-start-----------------------------*/

.home-info-section > .row {
	margin-left: 0;
	margin-right: 0;
}

.home-info-section > .row > [class*=col-] {
	padding-left: 0;
	padding-right: 0;
}

.home-info-section > .row > [class*=col-] > * {
	height: 100%;
}

.home-info-left-img img {
	width: 100%;
	height: 265px;
	object-fit: cover;
	object-position: right bottom;
}

.home-info-left-text {
	padding: 24px 29px 31px 40px;
}

.home-info-right-card {
	padding: 33px 23px 42px 33px;
}

.home-info-right > .row {
	margin-left: 0;
	margin-right: 0;
	height: 100%;
}

.home-info-right > .row > [class*=col-] {
	padding-left: 0;
	padding-right: 0;
}

.home-info-right > .row > [class*=col-] > * {
	height: 100%;
}

.home-info-left-text {
	max-width: 720px;
	margin: 0 auto;
}

.home-info-left-text * {
	color: #483949;
}

.home-info-left-text *:last-child {
	margin-bottom: 0;
}

.home-irc-logo {
	margin-bottom: 60px;
}

.home-irc-logo img {
	max-width: 150px;
}

.home-irc-text {
	max-width: 297px;
}

.home-irc-text * {
	color: #483949;
}

.home-irc-text ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.home-irc-text ul li {
	line-height: 135%;
	color: #919191;
	letter-spacing: -0.5px;
}

/* .home-irc-list ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.home-irc-list ul li {
	line-height: 135%;
	color: #919191;
	letter-spacing: -0.5px;
} */

.home-irc-two {
	padding-top: 180px;
}

.hds-partner-hold * {
	color: #483949;
}

/*----------------------home-info-end-------------------------------*/

/*----------------------hds-partner-start---------------------------*/

.hds-partner-section > .row {
	margin-left: 0;
	margin-right: 0;
}

.hds-partner-section > .row > [class*=col-] {
	padding-left: 0;
	padding-right: 0;
}

.hds-partner-photo img {
	width: 100%;
	height: 321px;
	object-fit: cover;
	object-position: top;
}
.hds-partner-photo img.objectfit {
	object-position: center !important;
}

.hds-partner-texts {
	padding: 23px 39px 51px 39px;
}

.hds-partner-name * {
	line-height: normal;
	letter-spacing: -0.5px;
	color: #483A49;
}

.hds-partner-position {
	margin-bottom: 20px;
	
}


.hds-partner-position * {
	color: #C6C6C6;
	line-height: normal;
	letter-spacing: -0.5px;
}

/*----------------------hds-partner-end-----------------------------*/

/*----------------------keep-update-start---------------------------*/

.keep-update-section > .row {
	margin-left: 0;
	margin-right: 0;
}

.keep-update-section > .row > [class*=col-] {
	padding-left: 0;
	padding-right: 0;
}

.keep-update-section {
	padding: 40px 40px 68px 40px;
}

.keep-update-left * {
	color: #C6C6C6;
	line-height: normal;
	letter-spacing: -0.5px;
	margin-bottom: 0;
}

.keep-update-left * span {
	display: block;
	color: #483949;
	font-size: 18px;
	line-height: 150%;
	letter-spacing: unset;
}

.keep-udate-right {
	max-width: 550px;
}

.keep-udate-right * {
	color: #9B9B9C;
	font-size: 13px;
	line-height: 147%;
}

/*----------------------keep-update-end-----------------------------*/

/*----------------------partner-page-start--------------------------*/

.banner-inside .banner-img:after {
	content: none;
}

.banner-title-bar-start {
	padding: 64px 38px 100px 38px;
}

.banner-inside {
	position: relative;
}

.banner-title-bar {
	position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
}

.partners-block-start > .row {
	margin-left: 0;
	margin-right: 0;
}

.partners-block-start > .row > [class*=col-] {
	padding-left: 0;
	padding-right: 0;
}

.partners-block-start > .row > [class*=col-] > * {
	height: 100%;
}

.partner-block-img img {
	width: 100%;
	height: 320px;
	object-fit: cover;
	object-position: top;
}
.partner-block-img img.objectfit {
	
	object-position: center !important;
}

.partner-block-left-below {
	padding: 26px 0 16px 0;
}

.partner-block-left-detail {
	padding-left: 40px;
}

.partner-block-left-detail .hds-partner-position * {
	color: #6D6E71;
}

.partner-block-right-detail * {
	color: #9B9B9C;
	font-size: 13px;
	line-height: 146%;
	letter-spacing: -0.28px;
	max-width: 390px;
}
.partner-block-right-detail a{
	text-transform: capitalize;
}

.partners-block-right {
	padding: 68px 77px 94px 42px;
}

.partners-block-start {
	margin-bottom: 60px;
}

.partners-block-start:last-child {
	margin-bottom: 40px;
}

.partners-block-right * {
	letter-spacing: -0.22px;
	color: #483A49;
}

.partners-block-right *:last-child {
	margin-bottom: 0;
}

/*----------------------partner-page-end----------------------------*/

/*----------------------service-page-start--------------------------*/

.about-offer-left {
	max-width: 335px;
}

.about-offer-left * {
	line-height: 130%;
	color: #483A49;
}

.about-offer-left *:last-child {
	margin-bottom: 0;
}

.about-offer-right {
	max-width: 420px;
}

.about-offer-right * {
	line-height: 147%;
	color: #BABABA;
}

.about-offer-right *:last-child {
	margin-bottom: 0;
}

.about-offer-section {
	padding: 43px 0 33px 0;
}

.about-offer {
	border-bottom: 1px solid #EAEAEA;
}

.sevices-audit .row {
	margin-left: 0;
	margin-right: 0;
}

.sevices-audit .row [class*=col-] {
	padding-left: 0;
	padding-right: 0;
}

.service-audit-left {
	padding: 120px 0 100px 0;
	border-right: 1px solid #EAEAEA;
}

.service-audit-img img {
	width: 100%;
	height: 385px;
	object-fit: cover;
}

.service-audit-left-detail {
    padding-top: 48px;
    /* padding-right: 120px; */
    max-width: 939px;
    /* margin-left: auto; */
	margin-left: calc(50vw - 573px);
    margin-right: 120px;
}

.service-audit-left-detail h2 {
	font-weight: 500;
	font-size: 20px;
	line-height: 150%;
	color: #483949;
	margin-bottom: 40px;
}

.service-audit-left-detail p,
.service-audit-left-detail span,
.service-audit-left-detail b,
.service-audit-left-detail strong,
.service-audit-left-detail ul li {
	font-size: 17px;
	line-height: 156%;
	color: #000000;
}

.service-audit-left-detail p {
	margin-bottom: 25px;
}

.service-audit-left-detail b {
	font-weight: 500;
}

.service-audit-left-detail ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.service-audit-left-detail ul li {
	position: relative;
	padding-left: 15px;
}

.service-audit-left-detail ul li:after {
	content: '-';
	position: absolute;
	left: 0;
	top: 0;
	font-size: 17px;
	line-height: 156%;
	color: #000000;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
}

.service-category {
	padding: 20px 40px;
	height: 120px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #EAEAEA;
}

.service-category * {
	color: #483A49;
	font-size: 15px;
	line-height: 148%;
	margin-bottom: 0;
}

.service-category-list ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.service-category-list ul li {
	color: #483A49;
	font-size: 12px;
	line-height: 152%;
	padding: 24px 55px;
	border-bottom: 1px solid #EAEAEA;
	position: relative;
}

.service-category-list ul li * {
	color: inherit;
	font-size: inherit;
	line-height: inherit;
}

.service-category-list ul li:before {
	content: '>';
	position: absolute;
	left: 40px;
	top: 50%;
	color: #483A49;
	font-size: 12px;
	line-height: 152%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

/*----------------------service-page-end----------------------------*/

/*----------------------careers-page-start--------------------------*/

.careers-top-bar-section {
	padding: 56px 0 66px 0;
}

/* .ctb-text {
	margin-bottom: 52px;
} */

.ctb-text p {
	font-size: 17px;
	line-height: 149%;
	color: #483A49;
}

.ctb-text ul {
	margin: 0;
	margin-top: 52px;
	padding-left: 20px;
}

.ctb-text ul li {
	line-height: 104%;
	color: #483949;
}

/* .ctb-list ul {
	margin: 0;
	padding-left: 20px;
}

.ctb-list ul li {
	line-height: 104%;
	color: #483949;
} */

.careers-top-bar {
	border-bottom: 1px solid #EDEDED;
}

.career-option-position {
	margin-bottom: 80px;
	max-width: 250px;
}

.career-option-position * {
	color: #483A49;
	font-size: 17px;
	line-height: 102%;
	letter-spacing: -0.25px;
	margin-bottom: 0;
}

.career-option-text {
	max-width: 500px;
}

.career-option-text * {
	color: #483A49;
	font-size: 13px;
	line-height: 154%;
}

.career-option-text p:last-child {
	margin-bottom: 0;
}

.career-option-text span p {
	margin-bottom: 0;
}

.career-option-text ul {
	padding-left: 20px;
	margin: 0;
}

.career-option-item {
	border-bottom: 1px solid #EDEDED;
	padding: 60px 0;
}

.career-option-section {
	margin-bottom: 84px;
}

/*----------------------careers-page-end----------------------------*/

/*----------------------careers-deatil-page-start-------------------*/

.career-application-section .row {
	margin-left: 0;
	margin-right: 0;
}

.career-application-section .row [class*=col-] {
	padding-left: 0;
	padding-right: 0;
}

.typography {
	padding: 53px 0 80px 0;
}

.typography-section strong {
	line-height: 149%;
	/* margin-bottom: 30px; */
	display: inline-block;
	color: #000000;
}

.typography-section p,
.typography-section span {
	font-size: 17px;
	line-height: 157%;
	color: #000000;
	margin-bottom: 34px;
}

.typography-section h2 {
	font-weight: 500;
	font-size: 20px;
	line-height: 150%;
	color: #483A49;
	margin-bottom: 24px;
}

.typography-section ul {
	padding-left: 20px;
	margin-bottom: 50px;
	max-width: 592px;
}

.typography-section ul li {
	font-size: 17px;
	line-height: 153%;
	color: #000000;
	font-style: italic;
}

.typography-section ol {
	padding-left: 20px;
	margin-bottom: 50px;
	max-width: 592px;
}

.typography-section ol li {
	font-size: 17px;
	line-height: 153%;
	color: #000000;
	font-style: italic;
}

.typography-section h1 {
	font-weight: 500;
	font-size: 24px;
	line-height: 144%;
	color: #000000;
	margin-bottom: 1rem;
}

/* .typography-section h2 {
	font-weight: 500;
	font-size: 19px;
	line-height: 144%;
	color: #000000;
	margin-bottom: 1rem;
} */

.typography-section h3 {
	font-weight: 500;
	font-size: 18px;
	line-height: 144%;
	color: #000000;
	margin-bottom: 1rem;
}

.typography-section h4 {
	font-weight: 500;
	font-size: 17px;
	line-height: 144%;
	color: #000000;
	margin-bottom: 1rem;
}

.typography-section h5 {
	font-weight: 500;
	font-size: 16px;
	line-height: 144%;
	color: #000000;
	margin-bottom: 1rem;
}

.typography-section h6 {
	font-weight: 500;
	font-size: 13px;
	line-height: 144%;
	color: #000000;
	margin-bottom: 1rem;
}
.typography-section a {
	font-weight: 600;
}


.career-app-heading {
	padding: 66px 165px 158px 20px;
	text-align: right;
}

.career-app-left {
	border-right: 1px solid #A7A9AC;
}

.career-app-heading * {
	font-size: 20px;
	line-height: 150%;
	font-weight: 500;
	color: #BE1E2D;
	margin-bottom: 0;
}

.career-app-right {
	padding: 48px 50px;
	max-width: 956px;
}

.career-app-right * {
	font-size: 17px;
	line-height: 154%;
	color: #6D6E71;
}

.career-app-right *:last-child {
	margin-bottom: 0;
}

.career-app-right p a {
	display: block;
}

.career-app-right p span {
	display: block;
}

.career-application-section {
	border-top: 1px solid #A7A9AC;
}

.career-application-section > .row > [class*=col-] > * {
	height: 100%;
}

/*----------------------careers-deatil-page-end---------------------*/

/*----------------------contact-page-start--------------------------*/

.banner-contact .banner-title-bar {
	position: relative;
	background-color: #483A49;
}

.banner-contact .banner-title-bar-start {
    padding: 62px 0 62px 0;
}

.contact-section .row {
	margin-left: 0;
	margin-right: 0;
}

.contact-section .row [class*=col-] {
	padding-left: 0;
	padding-right: 0;
}

.contact-left-above {
	max-width: 970px;
    /* padding-right: 61px; */
	/* padding-left: 30px; */
    margin-left: auto;
	margin-bottom: 60px;
	margin-left: calc(50vw - 590px);
    margin-right: 61px;
}

.contact-left-text * {
	color: #483A49;
	font-size: 17px;
	line-height: 160%;
}

.contact-left-list {
	display: flex;
	flex-wrap: wrap;
}

.contact-left-list ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	margin-right: 26px;
}

.contact-left-list ul:last-child {
	margin-right: 0;
}

.contact-left-list ul li {
	color: #483A49;
	font-size: 17px;
	line-height: 160%;
}

.contact-left-list ul li * {
	color: inherit;
	font-size: inherit;
	line-height: inherit;
	margin-bottom: 0;
}

.contact-iframe {
	display: flex;
}

.contact-iframe iframe {
	width: 100%;
	height: 440px;
}

.service-audit-right {
	border-left: 1px solid #EAEAEA;
}

.contact-form {
	padding: 40px;
}

.contact-section > .row > [class*=col-] > * {
	height: 100%;
}

.contact-left {
	padding: 34px 0 161px 0;
}

.fonm-input {
	position: relative;
}

.fonm-input .form-control {
	padding: 13px 30px 13px 13px;
	width: 100%;
	font-family: 'HelveticaNeueRoman';
	font-size: 14px;
	line-height: normal;
	color: #B6B0B6;
	border: 1px solid #EAEAEA !important;
	background: #FFF;
	margin-bottom: 20px;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	-o-border-radius: 0 !important;
}

.fonm-input .form-control::placeholder {
	font-family: 'HelveticaNeueRoman';
	font-size: 14px;
	line-height: normal;
	color: #B6B0B6;
}

.fonm-input textarea.form-control {
	height: 140px;
	resize: none;
	padding-bottom: 30px;
	scroll-padding: 30px;
}

.fonm-input:after {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	font-size: 8px;
	line-height: 100%;
	border: 1px solid #3B373C;
	right: 20px;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.form-textarea.fonm-input:after {
	top: 16px;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
}

#the-count {
	position: absolute;
    bottom: 7px;
    left: 13px;
}

#the-count * {
	color: #C5C5C5;
	font-family: 'HelveticaNeueRoman';
	font-size: 12px;
	line-height: 140%;
}

.form-captcha {
	margin-bottom: 20px;
}

.form-captcha img {
	width: 100%;
}

/* Contact Form 7 Error and Success Messages */
.contact-form form.invalid .wpcf7-response-output ,
.contact-form form.failed .wpcf7-response-output {
	color: red;
	border: none;
	font-size: 14px;
	font-family: inherit;
}

.contact-form form.sent .wpcf7-response-output{
	color: #155724;
	border: none;
	font-size: 14px;
	font-family: inherit;
}
/* Contact Form 7 Error and Success Messages */

/*----------------------contact-page-end----------------------------*/

/*----------------------latest-page-start---------------------------*/

.banner-latest .banner-title {
	color: #483A49;
}

.banner-latest-section {
	padding: 85px 0 152px 0;
}

.latest-news-section .row {
	margin-left: 0;
	margin-right: 0;
}

.latest-news-section .row [class*=col-] {
	padding-left: 0;
	padding-right: 0;
}

.latest-news-item-img {
	position: relative;
}

.latest-news-item-img img {
	width: 100%;
	height: 320px;
	object-fit: cover;
}

.latest-news-item-img .news-img-text {
	max-width: 280px;
	position: absolute;
	left: 40px;
	top: 70px;
}

.latest-news-item-img .news-img-text * {
	color: rgba(255, 255, 255, 0.90);
	font-size: 29px;
	line-height: 100%;
	letter-spacing: -0.7px;
	text-transform: uppercase;
}

.latest-news-below {
	padding: 26px 83px 0 40px;
}

.latest-news-date {
	margin-bottom: 8px;
	position: relative;
	display: inline-block;
}

.latest-news-date:after {
	content: '';
	position: absolute;
	width: 18px;
	height: 2px;
	background-color: #C6C6C6;
	top: 8px;
	right: -30px;
}

.latest-news-date * {
	color: #919191;
	font-size: 16px;
	line-height: 151%;
	letter-spacing: -0.25px;
}

.latest-news-text {
	margin-bottom: 28px;
}

.latest-news-text * {
	color: #483A49;
	font-size: 17px;
	line-height: 152%;
	letter-spacing: -0.25px;
}

.latest-news-text *:last-child {
	margin-bottom: 0;
}

.latest-news-redirect * {
	color: #919191;
	font-size: 17px;
	line-height: 152%;
	letter-spacing: -0.25px;
}

.latest-news-item {
	margin-bottom: 40px;
}

.latest-news-section {
	padding-bottom: 70px;
}

/*----------------------latest-page-end-----------------------------*/

/*----------------------about-page-start----------------------------*/

.about-detials-section {
	padding: 50px 0 130px 0;
}

.about-detial-text {
	max-width: 478px;
}

.about-detial-text * {
	color: #483A49;
	font-size: 17px;
	line-height: 149%;
}

.about-detial-text *:last-child {
	margin-bottom: 0;
}

.about-list-section .row {
	margin-left: 0;
	margin-right: 0;
}

.about-list-section .row [class*=col-] {
	padding-left: 0;
	padding-right: 0;
}

.about-item-img img {
	width: 100%;
	height: 360px;
	object-fit: cover;
}

.about-item-below {
	padding: 40px 29px 0 40px;
}

.about-item-name {
	margin-bottom: 8px;
	position: relative;
	display: inline-block;
}

.about-item-name * {
	color: #919191;
	font-size: 15px;
	line-height: 144%;
	letter-spacing: -0.34px;
	margin-bottom: 0;
}

.about-item-name:after {
	content: '';
	position: absolute;
	width: 18px;
	height: 2px;
	background-color: #C6C6C6;
	top: 8px;
	right: -30px;
}

.about-item-text * {
	color: #483949;
	font-size: 16px;
	line-height: 140%;
	letter-spacing: -0.34px;
}

.about-item-text *:last-child {
	margin-bottom: 0;
}

.about-list-item {
	margin-bottom: 30px;
}

.about-list {
	padding-bottom: 60px;
}

/*----------------------about-page-end------------------------------*/

.error-section {
	padding: 60px 0;
}

.error-section .banner-title {
	color: #483949;
	margin-bottom: 30px;
}

.error-section p {
	margin-bottom: 30px;
}

/*==================================================================*/
/*========== New Class Add End ==========*/
/*==================================================================*/


/*==================================================================*/
/*========== Footer Start ==========*/
/*==================================================================*/

.social-icons ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: flex;
	align-items: center;
}

.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;
}

.footer-start {
	padding: 90px 0 111px 0;
}

.footer-logo {
	margin-bottom: 73px;
}

.footer-left-text {
	max-width: 265px;
	margin-bottom: 76px;
}

.footer-left-text * {
	font-family: 'HelveticaNeueRoman';
	font-size: 13px;
	line-height: 146%;
	color: rgba(255, 255, 255, 0.60)
}

.footer-left-text *:last-child {
	margin-bottom: 0;
}

.footer-left-copyright * {
	font-family: 'HelveticaNeueLight';
	font-size: 11px;
	line-height: normal;
	color: #EEE;
}

.footer-left-copyright * span {
	color: #7F8C97;
}

.footer-middle-title {
	margin-bottom: 32px;
}

.footer-middle-title * {
	font-family: 'HelveticaNeueBold';
	text-transform: uppercase;
	font-size: 22px;
	line-height: 110%;
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.60)
}

.footer-middle-text {
	margin-bottom: 32px;
	max-width: 292px;
	color: rgba(255, 255, 255, 0.60)
}

.footer-middle-text * {
	font-family: 'HelveticaNeueRoman';
	font-size: 17px;
	line-height: 142%;
}

.footer-middle-text *:last-child {
	margin-bottom: 0;
}

.footer-middle-list ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.footer-middle-list ul li {
	font-family: 'HelveticaNeueLight';
	font-size: 17px;
	line-height: 142%;
	margin-bottom: 14px;
	color: rgba(255, 255, 255, 0.60)
}

.footer-middle-list ul li * {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

.footer-middle-list ul li.active a,
.footer-middle-list ul li.current-menu-item a,
.footer-middle-list ul li.current-menu-parent a,
.footer-middle-list ul li a.show,
.footer-middle-list ul li a.active,
.footer-middle-list ul li a.current-menu-item,
.footer-middle-list ul li a.current-menu-parent {
	font-family: 'HelveticaNeueBold';
	color: #BE1E2D;
}
.footer-middle-list ul li a:hover {
	color: #BE1E2D;
}

.footer-mlist-links ul {
	max-width: 281px;
}

.footer-mlist-links ul li {
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.60);
}

.footer-mlist-links ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

/*==================================================================*/
/*========== Footer End ==========*/
/*==================================================================*/


/* 19-2-2024 */

.fonm-input .wpcf7-form-control-wrap {
	position: unset;
}

.fonm-input .wpcf7-not-valid-tip {
	position: absolute;
    font-size: 12px;
    bottom: -21px;
    left: 0;
}

.contact-form form.invalid .wpcf7-response-output, 
.contact-form form.failed .wpcf7-response-output {
	margin: 0;
    padding: 0;
    margin-top: 20px;
    font-size: 14px;
    line-height: 120%;
}

.contact-form-start .wpcf7-response-output {
	margin: 0;
    margin-top: 20px;
    font-size: 14px;
    line-height: 120%;
}

.contact-form form.sent .wpcf7-response-output {
	margin: 0;
    padding: 0;
    margin-top: 20px;
    font-size: 14px;
    line-height: 120%;
}

.g-recaptcha > * {
	max-width: 100%;
}

.g-recaptcha * iframe {
	max-width: 100%;
}

.partner-detail-page-above > .row {
	margin-left: 0;
	margin-right: 0;
}

.partner-detail-page-above > .row > [class*=col-] {
	padding-left: 0;
	padding-right: 0;
}

.partner-detail-page-above > .row > [class*=col-] > * {
	height: 100%;
}

.pdpa-left img {
	width: 100%;
	height: 320px;
	object-fit: cover;
}

.pdpa-right {
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
	padding: 20px 20px 35px 65px;
}

.pdpa-right .hds-partner-name * {
	font-size: 20px;
	line-height: 138%;
	color: #483A49;
	font-weight: 700;
}

.pdpa-right .hds-partner-position * {
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	color: #6D6E71;
}

.pdpa-right .hds-partner-hold * {
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	color: #483A49;
}

.partner-detail-page-below {
	padding: 50px 100px 50px 38px;
}

/* 19-2-2024 */

/* 20-2-2024 */

.latest-news-blog-section {
	padding: 62px 67px 50px 40px;
}

.latest-blog-section-right img {
	width: 365px;
	height: 385px;
	margin-bottom: 15px;
	object-fit: cover;
}

.hds-main-logo img {
	width: 317px;
}

.header {
	position: sticky;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
}

.partner-block-img a:hover img {
	opacity: 0.7;
}
.hds-partner-details a:hover img {
	opacity: 0.7;
}
.latest-news-item-img a:hover img {
	opacity: 0.7;
}

.hds-partner-name a:hover > * {
	opacity: 0.7;
}

.hds-partner-position span.after {
	position: relative;
}
/* .hds-partner-position span.after:after {
    content: "";
    position: absolute;
    width: 18px;
    height: 2px;
    background-color: #C6C6C6;
    bottom: 0;
    right: -25px;
} */

.service-category-list ul li.active a {
	color: #BE1E2D;
}
/* 20-2-2024 */

/* 30-5-2024 */

.banner-home {
	position: relative;
}

.banner-text {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.banner-text-inside {
	font-family: 'Inria Serif';
    font-size: 26px;
    line-height: 140%;
    color: #FFFFFF;
    letter-spacing: -0.5px;
    margin-bottom: 0;
	max-width: 720px;
}

.banner-text-inside * {
	font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    letter-spacing: inherit;
    margin-bottom: 0;
}

/* 30-5-2024 */
