/* TypoGraphy */

* {
	box-sizing: border-box;
}
:focus {
	outline: none !important;
	box-shadow: none;
	border-color: inherit;
}
textarea.form-control {
	resize: none;
	overflow: hidden;
}
html, body {
	width: 100%;
}
body {
	padding: 0;
	margin: 0;
	font-family: 'Neue Kabel Regular';
	font-weight: normal;
	background: #fff;
	overflow-x: hidden;
	font-size: 16px;
	color: #1E1E1E;
}
img {
	max-width: 100%;
	image-rendering: -webkit-optimize-contrast;
}
a, a:hover {
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px 0 20px;
	padding: 0px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #000;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover,h6 a:hover {
	color: #01a4ec;
}
h1 {
	font-weight: 400;
	font-size: 56px;
	line-height: 67px;
	letter-spacing: -0.01em;
	color: #090844;
}
h2 {
	font-weight: 400;
	font-size: 48px;
	line-height: 58px;
	letter-spacing: -0.01em;
	text-transform: uppercase;
	color: #090844;
}
h3 {
	font-weight: 400;
	font-size: 40px;
	line-height: 48px;
	letter-spacing: -0.01em;
	color: #090844;
}
h4 {
	font-weight: 400;
	font-size: 32px;
	line-height: 40px;
	letter-spacing: -0.01em;
	color: #090844;
}
h5 {
	font-weight: 400;
	font-size: 24px;
	line-height: 32px;
	letter-spacing: -0.01em;
	color: #090844;
}
h6 {
	font-weight: 400;
	font-size: 20px;
	line-height: 25px;
	letter-spacing: -0.01em;
	color: #090844;
}
p {
	font-size: 18px;
	line-height: 24px;
	color: #090844;
}
p:last-child {
	margin-bottom: 0;
}
ul {
	padding: 0px 0 20px 18px;
	margin: 0px;
}
ol {
	padding-bottom: 20px;
	padding-left: 15px;
}
ol li {
	position: relative;
	padding-left: 5px;
}
li {
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
	color: #090844;
}
li a {
	color: #090844;
}
li a:hover {
	color: #F0EB55;
}
a {
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	color: #03b1e7;
}
a:hover {
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	color: #F0EB55;
}
button {
	padding: 0;
	background-color: transparent;
	border: none;
}
body.mobile-menu {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
    overflow: hidden;
}
.btn {
    min-width: 180px;
    min-height: 48px;
	border-radius: 100px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

	font-family: 'Neue Kabel Book';
    font-weight: normal;

	background: #F0EB55 !important;
	color: #090844 !important;
	border: 0px !important;

    padding: 10px 24px;
    font-size: 15px;
    line-height: 19px;

	transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	text-transform: uppercase;
}
.btn:hover {
	background: #D8D44D !important;
	color: #090844 !important;
}
/** ================== // HEADER CSS START // ================== **/
.header {
    background: transparent;
    padding: 13px 0px;
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
}
.header-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.logo {
    width: 162px;
}
.navigation .moblelogo {
	display: none;
}
.main-nav .menu-bar {
	display: none;
}
.nav-manu {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.nav-manu ul {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	list-style-type: none;
}
.nav-manu ul li {
    padding: 0 0;
    position: relative;
    margin-right: 40px;
    font-family: 'Neue Kabel Regular';
    font-weight: normal;
	/* font-family: 'Neue Kabel Light';
    font-weight: 300; */
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
}
.nav-manu ul li:last-child {
	margin-right: 0;
}
.nav-manu ul li a {
    color: #fff;
    position: relative;
}
.nav-manu ul li a:hover {
	color: #F0EB55;
}
.nav-manu ul li.current-menu-item a {
	color: #F0EB55;
}
/** SUB MENU **/
.navigation ul li ul.sub-menu {
    position: absolute;
    display: block;
    top: 19px;
    width: auto;
    transform: scale(1, 0);
    transition: all 0.5s;
    transform-origin: top center;
    opacity: 0;
    visibility: hidden;
    min-width: 215px;
    padding: 0;
    left: 0;
    z-index: 1999;
    padding: 0;
    width: auto;
    padding-top: 15px;
}
.navigation ul li ul.sub-menu.shop-submenu {
	left: auto;
	right: 0;
}
.navigation ul li:hover>ul.sub-menu {
	transform: scale(1);
	opacity: 1;
	visibility: visible;
}
.navigation ul li ul.sub-menu.shop-submenu::before {
	left: auto;
	right: 40px;
}
.navigation ul li ul.sub-menu li:first-child {
	border-radius: 10px 10px 0px 0px;
}
.navigation ul li ul.sub-menu li:last-child {
	border-radius: 0px 0px 10px 10px;
}
.navigation ul li ul.sub-menu li {
    padding: 0;
    width: 100%;
    margin: 0px 0 0;
    transition: .4s;
    background-color: #EAF3FB;
    border-bottom: none;
    position: relative;
    box-shadow: 0 20px 30px rgb(88 91 93 / 15%);
    border-radius: 0;
    border-bottom: 0px solid #784848;
    font-family: 'Neue Kabel Book';
    font-weight: normal;
}
.navigation ul li ul.sub-menu li::after {
	display: none;
}
.navigation ul li ul.sub-menu li::before {
	right: 15px;
	transform: rotate(-40deg) translateY(-20%);
	top: 43%;
}
.navigation ul li ul.sub-menu li a {
    display: block;
    padding: 15px 15px;
    line-height: 20px;
    color: #090844;
}
.navigation ul li ul.sub-menu li a::after {
	display: none;
}
.navigation ul li ul.sub-menu li:last-child a {
	border-bottom: none;
}
.navigation ul li ul.sub-menu li:hover {
	background-color: #090844;
}
.navigation ul li ul.sub-menu li.current-menu-item {
	background-color: #F0EB55;
}
.navigation ul li ul.sub-menu li.current-menu-item a {
	color: #090844;
}
.navigation ul li ul.sub-menu li:hover a {
	color: #090844;
}
.navigation ul li ul.sub-menu ul.sub-menu {
	left: 100%;
	top: 0;
	width: max-content;
	margin-left: 3px;
}
.navigation ul li ul.sub-menu li:last-child {
	border-bottom: none;
}
.navigation ul li ul.sub-menu ul.sub-menu li {
	border-left: 0;
}
.navigation .menu-item-has-children > a::after {
    content: "\f107";
    font-family: "Font Awesome 6 Pro";
    margin-left: 8px;
}
.navigation ul li.menu-item-has-children:hover a::before {
	border-top-color: #f20;
	transition: 0.4s;
}
.navigation ul li.current-menu-item ul.sub-menu li a::before {
	display: none;
}
.navigation ul li ul.sub-menu li::before {
	display: none;
}
.navigation ul li ul.sub-menu li:hover::before {
	border-color: #fff;
}
.navigation ul li ul.sub-menu li a:hover {
	color: #fff;
}
.navigation ul li ul.sub-menu ul.sub-menu li a {
	color: #08161D;
}
.navigation ul li ul.sub-menu li.menu-item-has-children ul.sub-menu li a {
	color: #fff;
}
.navigation ul li ul.sub-menu li.menu-item-has-children ul.sub-menu li:hover a {
	color: #fff;
}
.navigation ul li ul.sub-menu li.menu-item-has-children ul.sub-menu li ul.sub-menu a {
	color: #08161D;
}
.navigation ul li ul.sub-menu li.menu-item-has-children ul.sub-menu li ul.sub-menu li:hover a {
	color: #fff;
}
.navigation ul li.menu-item-has-children ul.sub-menu li:hover a::before {
	border-top-color: #fff;
}
.navigation ul li.menu-item-has-children ul.sub-menu li:hover ul.sub-menu li a::before {
	border-top-color: #e04f26;
}
.navigation ul li.menu-item-has-children ul.sub-menu li:hover ul.sub-menu li:hover a::before {
	border-top-color: #fff;
}
.navigation .menu-item-has-children ul.sub-menu li a::before {
	right: 10px;
	transform: rotate(-95deg);
	top: 46%;
	border-top-color: #fff;
}
.login-nav {
	margin-left: 40px;
}
.login-nav .btn {
    color: #090844 !important;
    background: #fff !important;
    min-height: 40px;
    min-width: 173px;
}
.login-nav .btn:hover {
	background: #D8D44D !important;
    color: #090844 !important;
}
/** ================== // HEADER CSS END // ================== **/

/** ================== // BANNER CSS START // ================== **/
.home-banner-section {
    height: 100vh;
    min-height: 700px;
    position: relative;
    background-color: #090844;
    text-align: center;
    overflow: hidden;
}
.slider-content-absolute .container {
    display: flex;
    justify-content: center;
    align-items: center;
}
.home-banner-section div {
	height: 100%;
}
.home-banner-bg {
	height: 100%;
	width: 100%;
	background-color: #101010;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
}
.slider-item {
	height: 900px;
	width: 100%;
}
.slider-content-absolute {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0px;
	-ms-transform: initial;
	left: 0;
	right: 0;
	overflow: hidden;
}
.slider-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	mix-blend-mode: normal;
	opacity: 0.8;
}
.heading-slider {}
.banner-content {
	max-width: 680px;
	margin: 0 auto;
	height: auto !important;
}
.banner-content h1 {
    margin: 0 auto 20px;
    color: #fff;
    position: relative;
    text-transform: uppercase;
}
.banner-content p {
    margin: 0 auto;
    max-width: 470px;
    font-size: 26px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: #FFFFFF;
}
.banner-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 37px;
}
.banner-btn a.btn {
    margin-right: 25px;
    min-width: 318px;
    text-transform: unset;
}
.banner-btn a.btn:last-child {
	margin-right: 0px;
}
.videofullwidth {
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	background: #090844;
}
.videofullwidth video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.home-banner-bg::after {
	content: "";
    background: #090844;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.7;
}
.hero-slider.slick-slider {
	width: 100%;
}
.hero-slider .slick-list {
	width: 100%;
}
.hero-slider .slider-item {
	position: relative;
	background: #101010;
}
.hero-slider .slick-track {
	width: 100%;
}

/** ================== // BANNER CSS END // ================== **/

/** ================== // OUR PROCESS SECTION CSS END // ================== **/
.section {
	padding: 140px 0px;
}
.our-process-section {
	background: #090844;
}
.heading {
    text-align: center;
	margin-bottom: 87px;
}
.heading h6 {
    font-family: 'Neue Kabel Medium';
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 15px;
}
.heading h2, .heading h3 {
    color: #fff;
    margin: 0;
}
.heading h2 span {
    color: #F0EB55;
}
.heading h2 + p, .heading h3 + p {
	margin-top: 25px;
}
.heading p {
	font-family: 'Neue Kabel Regular';
	font-weight: normal;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: -0.01em;
	color: #fff;
}
.heading.heading-dark h6, .heading.heading-dark h2, .heading.heading-dark p, .heading.heading-dark h3 {
	color: #090844;
}
.our-process-section .container {
    max-width: 1044px;
}
.our-process-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	position: relative;
}
.our-process-left-col {
    width: 366px;
    text-align: center;
}
.our-process-right-col {
    width: 600px;
}
.our-process-heading h2 {
    margin: 0;
    color: #F0EB55;
	text-transform: unset;
}
.spiral-icon {
    position: absolute;
    top: -38px;
    left: -117px;
}
.our-process-list ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.our-process-list ul li {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
	margin-bottom: 32px;
	position: relative;
}
.our-process-list ul li:nth-child(1) {
    right: 70px;
}
.our-process-list ul li:nth-child(2) {
    left: 43px;
}
.our-process-list ul li:nth-child(3) {
    left: 43px;
    margin-top: 60px;
}
.our-process-list ul li:nth-child(4) {
    right: 70px;
}
.our-process-list ul li:last-child {
	margin-bottom: 0px
}
.process-icon {
    width: 132px;
    height: 132px;
    background: #FFFFFF;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.process-detail {
    width: calc(100% - 132px);
    padding-left: 44px;
}
.process-detail h3 {
    color: #fff;
    margin-bottom: 5px;
}
.process-detail p {
    font-size: 24px;
    line-height: 27px;
    color: #FFFFFF;
    max-width: 400px;
}
/** ================== // OUR PROCESS SECTION CSS END // ================== **/

/** ================== // COUNTER ADVISOR SECTION CSS START // ================== **/
.advisor-section {
    background: #EAF3FB;
}
.advisor-section .heading h3 {
    max-width: 688px;
    margin-left: auto;
    margin-right: auto;
}
.advisor-section .heading p {
    max-width: 836px;
    margin-left: auto;
    margin-right: auto;
}
.advisor-counter-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.advisor-counter-col4 {
    width: 33.33%;
    text-align: center;
    padding: 0px 15px;
}
.advisor-counter-item h2 {
    font-size: 88px;
    line-height: 90px;
    color: #090844;
    text-transform: unset;
}
.advisor-counter-item p {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -0.01em;
    color: #090844;
}
/** ================== // COUNTER ADVISOR SECTION CSS END // ================== **/

/** ================== // PROUDLY SERVING SECTION CSS START // ================== **/
.proudly-serving-section {
    overflow: hidden;
}
.proudly-serving-wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.proudly-serving-info-card {
    justify-content: flex-end;
    display: flex;
    width: 33%;
    padding-bottom: 6rem;
    padding-left: 12px;
    padding-right: 50px;
}
.proudly-serving-info-slide {
    width: 100%;
}
.proudly-serving-img-wrap .proudly-serving-info-item  {
	display: none;
}
.proudly-serving-info-item h3 {

}
.proudly-serving-info-item ul {
    padding: 0 0 0 2px;
    margin: 0;
    list-style-type: none;
}
.proudly-serving-info-item ul li {
    position: relative;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: -0.01em;
    color: #090844;
    margin-bottom: 15px;
    display: inline-flex;
    align-items: flex-start;
    width: 100%;
}
.proudly-serving-info-item ul li:last-child {
	margin-bottom: 0;
}
.proudly-serving-info-item ul li::before {
    content: "\f058";
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
    margin-right: 15px;
}
.serving-btn {
    margin-top: 30px;
}
.proudly-serving-img-wrap {
    background-color: #0000;
    width: 63%;
    height: auto;
    position: relative;
    overflow: hidden;
    margin-right: -225px;
    padding-bottom: 6rem;
}
.proudly-serving-img-slider .slick-slide {
	margin-right:15px;
   	margin-left:15px;
}
.proudly-serving-img-item {
    opacity: 0.2;
}
.proudly-serving-img-item img {
    width: 100%;
}
.proudly-serving-img-slider .slick-slide.slick-current .proudly-serving-img-item {
    opacity: 1;
}
.cmn-slider .slick-arrow {
    width: 3rem;
    height: 3rem;
    border: 2px solid #090844;
    background: #fff;
    border-radius: 100%;
    transform: unset !important;
    top: auto !important;
    bottom: -80px !important;
	opacity: 1 !important;
}
.cmn-slider .slick-arrow:hover {
	background: #090844;
}
.cmn-slider .slick-prev.slick-arrow {
    inset: auto auto 0% 15px;
}
.cmn-slider .slick-next.slick-arrow {
    inset: auto auto 0% 85px;
}
.cmn-slider .slick-arrow::before {
    content: "\f060";
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
    display: block !important;
    color: #090844;
    opacity: 1 !important;
	transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
}
.cmn-slider .slick-next.slick-arrow::before {
    transform: rotate(180deg);
}
.cmn-slider .slick-arrow:hover::before  {
	color: #fff;
}
.cmn-slider .slick-dots {
    bottom: -65px !important;
    text-align: right;
    width: auto;
    left: auto;
    right: 330px;
}
.cmn-slider .slick-dots li {
    margin: 0 5px 0px;
}
.cmn-slider .slick-dots li button {
    height: 10px;
    width: 10px;
    border: 0px solid #000;
    background: #000000;
    opacity: 0.2;
}
.cmn-slider .slick-dots li.slick-active button {
    border: 0px solid #941612;
    opacity: 1;
    background: #000;
}
/** ================== // PROUDLY SERVING SECTION CSS END // ================== **/

/** ================== // LATEST NEWS SECTION CSS START // ================== **/
.latest-news-section {
    background: #EAF3FB;
	overflow: hidden;
}
.cmn-slider.latest-news-wrap .slick-arrow {
	background: #EAF3FB;
}
.cmn-slider.latest-news-wrap .slick-arrow:hover {
	background: #090844;
}
.latest-news-section .heading h2 {
    text-align: left;
}
.latest-news-wrap {
    margin: 0px -10px;
}
.latest-news-wrap .slick-slide {
    margin: 0px 15px;
}
.latest-news-section .heading {
    margin-bottom: 62px;
}
.latest-news-img-card {
    margin-bottom: 25px;
}
.latest-news-img-card img {
	width: 100%;
	height: auto;
}
.news-tag-head {
    margin-bottom: 18px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    column-gap: 15px;
}
.news-tag {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
}
.news-tag span, .news-tag a {
    font-family: 'Neue Kabel Medium';
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #FFFFFF;
    background: #090844;
    border-radius: 4px;
    padding: 4px 10px;
    text-align: center;
}
.news-tag-head p {
    font-family: 'Neue Kabel Medium';
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
}
.latest-news-info-content h4 {
    font-family: 'Neue Kabel Medium';
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    color: #090844;
    margin-bottom: 8px;
}
.latest-news-info-content h4 a {
	color: #090844;
}
.latest-news-info-content h4 a:hover {
	color: #090844;
}
.latest-news-info-content p {
    font-size: 16px;
    line-height: 24px;
    color: #090844;
}
.readmore {
    padding-top: 7px;
}
.readmore a {
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    line-height: 24px;
    color: #090844;
    font-family: 'Neue Kabel Book';
    font-weight: normal;
    column-gap: 10px;
}
.readmore a i {
    position: relative;
    font-size: 14px;
    top: 2px;
	transition: 0.7s;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
}
.readmore a:hover i {
	transform: translateX(10px);
}
.latest-news-section .slick-arrow, .latest-news-section .slick-dots {
    display: none !important;
}
.view-btn {
    margin-top: 70px;
    text-align: right;
}
.view-btn .btn {
    border: 1px solid #090844 !important;
    background: #eaf3fb !important;
}
.view-btn .btn:hover {
    border-color: #090844 !important;
    background: #090844 !important;
    color: #fff !important;
}
/** ================== // LATEST NEWS SECTION CSS END // ================== **/

/** ================== // LETS BUILD SECTION CSS START // ================== **/
.lets-build-section {
    overflow: hidden;
}
.lets-build-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}
.lets-build-left-col {
    width: 40%;
    padding-right: 55px;
    padding-left: 70px;
}
.lets-build-info-holder .heading {
    text-align: left;
    margin-bottom: 0px;
}
.lets-build-info-holder .heading p {
    font-size: 18px;
    padding-right: 30px;
}
.lets-build-form-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 32px;
    margin-top: 25px;
}
.form-group {
    width: 100%;
}
.form-group.half-group {
    width: calc(50% - 12px);
}
.form-group label {
    width: 100%;
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #090844;
    font-family: 'Neue Kabel Medium';
    font-weight: 500;
    margin-bottom: 10px;
}
.medium {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #090844;
    height: 48px;
    font-size: 16px;
    line-height: 24px;
    color: #090844;
    font-family: 'Neue Kabel Book';
    font-weight: normal;
    padding: 6px 15px 10px;
}
.lets-build-right-col {
    width: 47%;
}
.lets-build-img-holder {
    height: 628px;
    overflow: hidden;
}
.lets-build-img-holder img {
    width: 100%;
	height: 100%;
	object-fit: cover;
}
/** ================== // LETS BUILD SECTION CSS END // ================== **/

/** ================== // SITE FOOTER CSS START // ================== **/
.footer {
    background: #090844;
    padding: 80px 0px;
}
.footer-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.footer-left-col {
    width: 220px;
}
.footer-right-col {
    width: calc(100% - 220px);
}
.footer-info-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 731px;
    margin-left: auto;
}
.footer-info-item h5 {
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: 0;
}
.footer-info-item ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.footer-info-item ul li {
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    margin-bottom: 18px;
}
.footer-info-item ul li:last-child {
	margin-bottom: 0;
}
.footer-info-item ul li a {
    color: #fff;
}
.footer-info-item ul li a:hover {
    color: #F0EB55;
}
.footer-info-item .footer-contact ul li a {
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.footer-info-item .footer-contact ul li a i {
    font-size: 16px;
}
.footer-copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 80px;
    padding-top: 25px;
}
.footer-copyright p {
	font-size: 14px;
	line-height: 17px;
	color: #FFFFFF;
}
.footer-info-item.footer-nav-item {
    width: 420px;
}
.footer-info-item.footer-contact-item {
    width: 296px;
}
.footer-two-col {
    display: flex;
    flex-wrap: wrap;
}
.footer-two-col ul {
    width: 50%;
}
/** ================== // SITE FOOTER CSS END // ================== **/

/** ================== // CASE STUDIES PAGE CSS START // ================== **/
.home-banner-section.inner-banner {
    min-height: 100%;
    height: 560px;
}
.inner-banner .banner-content h1:last-child {
    margin-bottom: 0;
}
.banner-content h6 {
    font-family: 'Neue Kabel Medium';
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 15px;
}
.latest-news-section.cmn-news-section .heading h2 {
    text-align: center;
    text-transform: unset;
    line-height: 48px;
}
.latest-news-section.cmn-news-section .heading p {
    max-width: 610px;
    margin-left: auto;
    margin-right: auto;
}
.latest-news-section.cmn-news-section {
    padding: 90px 0px 120px;
}
.latest-case-studies-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 -10px;
    row-gap: 80px;
}
.latest-case-studies-wrap .latest-news-col4 {
    padding: 0px 15px;
    width: 33.33%;
}
/** ================== // CASE STUDIES PAGE CSS END // ================== **/

/** ================== // ARTICLE DETAIL PAGE CSS START // ================== **/
.section.press-detail-section {
    padding: 100px 0;
}
.press-detail-section .container {
    max-width: 804px !important;
    padding: 0;
}
.article-detail-banner .banner-content {
    max-width: 1210px;
    padding-top: 60px;
}
.inner-banner .slider-item img {
    opacity: 0.4;
}
.home-banner-section .article-author-wrap, .home-banner-section .article-author-wrap div {
    height: auto !important;
}
.article-author-img {
    margin-bottom: 15px;
}
.article-author-wrap .article-author-img img {
    width: 56px;
    height: 56px;
    opacity: 1;
    border-radius: 100%;
    background: #fff;
    margin: 0 auto;
}
.article-author-details {
    margin-bottom: 5px;
}
.banner-content .article-author-wrap p {
    max-width: 100%;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    letter-spacing: 0;
    font-family: 'Neue Kabel Medium';
    font-weight: 500;
}
.banner-content .article-author-wrap p strong {
    font-family: 'Neue Kabel Bold';
    font-weight: bold;
}
.press-detail-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
	flex-wrap: wrap;
}
.press-detail-breadcrumb {
    width: 40%;
}
.press-detail-breadcrumb .breadcrumb {
    margin: 0;
    padding: 0;
}
.press-detail-breadcrumb .breadcrumb .breadcrumb-item {
    padding: 0;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}
.press-detail-breadcrumb .breadcrumb .breadcrumb-item a {
    color: #000000;
}
.press-detail-breadcrumb .breadcrumb .breadcrumb-item a:hover {
    color: #090844;
}
.press-detail-breadcrumb .breadcrumb .breadcrumb-item + .breadcrumb-item {
    padding-left: 15px;
}
.breadcrumb-item.active {
    color: #000000;
}
.breadcrumb-item+.breadcrumb-item::before {
    content: "\f054";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    color: #1F1F1F;
    font-size: 13px;
    position: relative;
    top: 2px;
    padding-right: 15px;
}
.press-detail-share {
    width: 60%;
}
.share-post ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 8px;
}
.share-post ul li a {
    display: inline-block;
}
.press-detail-mid-wrap h2 {
    font-family: 'Neue Kabel Medium';
    font-weight: 500;
    font-size: 36px;
    line-height: 39px;
    color: #1E1E1E;
    text-transform: unset;
    margin: 30px 0px;
	letter-spacing: 0;
}
.press-detail-mid-wrap p,
.press-detail-mid-wrap ul,
.press-detail-mid-wrap ol,
.press-detail-mid-wrap figure,
blockquote,
.share-post.share-bottom-post {
    margin-bottom: 35px;
}
.press-detail-mid-wrap p,
.press-detail-mid-wrap ul li,
.press-detail-mid-wrap ol li {
    font-size: 16px;
    line-height: 24px;
    color: #1E1E1E;
}
blockquote {
    width: 100%;
    padding: 0 0 0 20px;
    border-left: 2px solid #D8D44D;
    position: relative;
    background: #fff;
    font-family: 'Neue Kabel Medium';
    font-weight: 500;
    font-style: italic;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
}
figcaption {
    font-family: 'Neue Kabel Medium';
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #1E1E1E;
    border-left: 2px solid #1E1E1E;
    padding-left: 10px;
    margin-top: 15px;
}
.press-detail-mid-wrap ul {
    padding: 0 0 0 25px;
}
.press-detail-mid-wrap ol {
    padding: 0;
    list-style-type: none;
	counter-reset: listitem;
}
.press-detail-mid-wrap ol li {
    font-family: 'Neue Kabel Medium';
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 25px;
    position: relative;
    padding-left: 25px;
}
.press-detail-mid-wrap ol li:last-child {
	margin-bottom: 0;
}
.press-detail-mid-wrap ol li strong {
	font-family: 'Neue Kabel Bold';
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
	display: block;
}
.press-detail-mid-wrap ol li::before {
    counter-increment: listitem;
    content: counters(listitem, '.')'.';
    display: inline-block;
    font-family: 'Neue Kabel Bold';
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 2px;
}
.share-post.share-bottom-post {
    text-align: center;
}
.share-post.share-bottom-post p {
    font-family: 'Neue Kabel Bold';
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    color: #000000;
    margin-bottom: 20px;
}
.share-post.share-bottom-post ul {
    margin: 0;
    justify-content: center;
    padding: 0;
}
.upgrade-community-section {
    background: #090844;
    border-radius: 16px;
    position: relative;
    padding: 35px 45px 40px;
}
.upgrade-community-section::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background: url("../images/upgrade-community-bg.png");
    width: 100%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    height: 100%;
    background-position: right;
}
.upgrade-community-inner {
	position: relative;
	z-index: 1;
}
.upgrade-community-section h3 {
    font-family: 'Neue Kabel Medium';
    font-weight: 500;
    font-size: 32px;
    line-height: 48px;
    color: #FFFFFF;
    letter-spacing: 0;
    margin: 0px 0 20px;
}
.banner-content .article-author-wrap .article-author-meta p {
    font-size: 14px;
    font-family: 'Neue Kabel Book';
    font-weight: normal;
}
.article-author-meta span {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.article-author-meta span::after {
    content: "";
    background: #fff;
    display: inline-block;
    height: 4px;
    width: 4px;
    margin: 1px 8px 0px;
    border-radius: 100%;
}
.article-author-meta span:last-child::after  {
	display: none;
}
.share-post ul li {
    position: relative;
}
.share-post p.copy-msg {
    position: absolute;
    left: -50px;
    right: 0px;
    margin: auto;
    top: -32px;
    background: #565656;
    width: 125px;
    color: #fff;
    height: 35px;
    border-radius: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 7px;
    padding: 10px 15px;
    z-index: 2;
    font-size: 14px;
	font-family: 'Neue Kabel Regular';
	font-weight: normal;
}
/** ================== // ARTICLE DETAIL PAGE CSS END // ================== **/

/** ================== // MULTIFAMILY PAGE CSS START // ================== **/
.driven-results-section {
    background: #080343;
}
.driven-results-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    column-gap: 95px;
    max-width: 1251px;
    margin: 0;
}
.driven-results-left-col {
    width: 666px;
}
.driven-results-left-info-holder.heading {
    text-align: left;
    margin-bottom: 0;
}
.driven-results-left-info-holder.heading h2 {
    margin-bottom: 20px;
    margin-top: -10px;
}
.driven-results-left-info-holder.heading p {
    letter-spacing: -0.01em;
    margin-bottom: 25px;
    margin-top: 0;
}
.driven-results-left-info-holder.heading p:last-child {
	margin-bottom: 0;
}
.driven-results-right-col {
    width: 486px;
    position: relative;
}
.driven-results-right-img-holder {
    width: 438px;
}
.driven-results-connectivity {
    position: absolute;
    bottom: 55px;
    right: -3px;
    min-width: 358px;
}
.driven-results-connectivity-inner {
    background: #FFFFFF;
    box-shadow: 0px 34px 14px rgba(0, 0, 0, 0.01), 0px 19px 12px rgba(0, 0, 0, 0.05), 0px 9px 9px rgba(0, 0, 0, 0.09), 0px 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 15px 22px;
}
.driven-results-connectivity-inner h3 {
    font-family: 'Neue Kabel Bold';
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    color: #090844;
    margin-bottom: 15px;
    letter-spacing: 0;
    text-align: center;
}
.pays-off-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
}
.pays-off-item {
    position: relative;
    width: 39px;
}
.pays-off-item:nth-child(2) {
	width: 34px;
}
.pays-off-item:nth-child(3) {
	width: 110px;
}
.pays-off-icon {
    height: 25px;
    margin-bottom: 10px;
	position: relative;
}
.pays-off-info p {
    font-family: 'Neue Kabel Medium';
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: -0.01em;
    color: #090844;
}
.pays-off-item:nth-child(1) .pays-off-icon::after {
    content: "";
    position: absolute;
    top: 5px;
    bottom: 0;
    left: 44px;
    background: url("../images/fiber-arrow.svg");
    width: 53px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: right;
    margin: auto;
}
.pays-off-item:nth-child(2) .pays-off-icon::after {
    content: "";
    position: absolute;
    top: 5px;
    bottom: 0;
    left: 40px;
    background: url("../images/noi-arrow.svg");
    width: 89px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: right;
    margin: auto;
}
.creation-calculator-section {
    background: #EAF3FB;
}
.hide-desktop {
	display: none;
}
.creation-calculator-section .heading p {
    max-width: 1058px;
    margin-left: auto;
    margin-right: auto;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: -0.01em;
    color: #080343;
}
.creation-calculator-wrap {
    background: #FFFFFF;
    box-shadow: 0px 169px 68px rgba(3, 1, 26, 0.01), 0px 95px 57px rgba(3, 1, 26, 0.05), 0px 42px 42px rgba(3, 1, 26, 0.09), 0px 11px 23px rgba(3, 1, 26, 0.1);
    border-radius: 8px;
    padding: 70px 50px 50px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.creation-calculator-left-col {
    width: 467px;
}
.creation-calculator-heading h3 {
    font-size: 32px;
    line-height: 110%;
    color: #090844;
    letter-spacing: 0;
    margin-bottom: 15px;
}
.creation-calculator-heading p {
    font-size: 20px;
    line-height: 140%;
    letter-spacing: -0.01em;
    color: #080343;
}
.creation-calculator-heading {
    margin-bottom: 25px;
}
.creation-calculator-right-col {
    width: 608px;
}
.creation-calculator-card.medium {
    border: 1px solid #090844;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 15px;
}
.creation-calculator-input {
    width: calc(100% - 81px - 10px);
    height: 100%;
}
.creation-calculator-input input {
    width: 100%;
    height: 100%;
    border-radius: 0;
    font-size: 16px;
    line-height: 24px;
    color: #1B1B1B;
    font-family: 'Neue Kabel Medium';
    font-weight: 500;
	border: 0px;
}
.creation-calculator-plus-minus {
    width: 81px;
}
.quantity-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.quantity-btn {
    width: 24px;
    height: 24px;
    position: relative;
}
.quantity-btn input {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0px;
    border: 0px;
    background: transparent;
    font-size: 0;
}
.quantity-btn input {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
.quantity-btn img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.quantity-btn::after {
    content: "";
    position: absolute;
    background: rgb(9 8 68 / 10%);
    width: 1px;
    height: 100%;
    right: -19px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.quantity-btn:last-child::after {
	display: none;
}
.creation-calculator-form .form-group {
    margin-bottom: 16px;
}
.creation-calculator-form .form-group:last-child {
    margin-bottom: 0px;
}
.form-group.calculator-form-footer {
    margin-top: 35px;
}
.calculator-form-footer p {
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.01em;
    color: #1B1B1B;
	margin-bottom: 20px;
}
.creation-calculator-impact-analysis-wrap {
    background: #080343;
    border-radius: 24px;
    padding: 45px 45px;
}
.impact-analysis-heading {
    margin-bottom: 20px;
}
.impact-analysis-heading h3 {
    font-size: 40px;
    line-height: 140%;
    color: #FFFFFF;
    font-family: 'Neue Kabel Medium';
    font-weight: 500;
    margin: 0;
    text-align: center;
}
.impact-analysis-tab-head ul.nav {
    border: 0;
    background: #3A3969;
    border-radius: 6px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 315px;
    height: 40px;
    margin: 0 auto;
    column-gap: 5px;
}
.impact-analysis-tab-head ul li span {
	font-family: 'Neue Kabel Book';
    border-radius: 4px;
    height: 32px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 150%;
    color: rgb(255 255 255 / 65%);
    min-width: 150px;
    cursor: pointer;
	transition: 0.7s;
}
.impact-analysis-tab-head ul li span.active {
    background: #FFFFFF;
    color: #080343;
}
.impact-analysis-tab-head ul li span:hover {
    background:  rgb(255 255 255 / 65%);
    color: #080343;
}
.impact-analysis-tab-head {
    margin-bottom: 30px;
}
.impact-analysis-tab-detail h2 {
    font-size: 24px;
    line-height: 150%;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    text-transform: unset;
    margin: 0;
    width: 55%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    column-gap: 10px;
}
.impact-analysis-tab-detail h4 {
    font-size: 24px;
    line-height: 150%;
    letter-spacing: -0.01em;
    color: #52B788;
    font-family: 'Neue Kabel Bold';
    font-weight: bold;
    margin: 0;
	width: 40%;
	text-align: right;
}
.impact-analysis-tab-value {
	position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px solid rgb(255 255 255 / 25%);
    padding-bottom: 15px;
    margin-bottom: 40px;
}
.impact-analysis-tab-detail h2 span {
    position: relative;
    bottom: 5px;
	cursor: pointer;
}
.tooltip-text {
    background: #FFFFFF;
    box-shadow: 0px 36px 14px rgba(0, 0, 0, 0.01), 0px 20px 12px rgba(0, 0, 0, 0.05), 0px 9px 9px rgba(0, 0, 0, 0.09), 0px 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: max-content;
    min-width: 156px;
    max-width: 225px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}
.tooltip-text p {
    font-family: 'Neue Kabel Medium';
    font-weight: 500;
    font-size: 13px;
    line-height: 150%;
    color: #080343;
}
.tooltip-text.selected {
	opacity: 1;
    visibility: visible;
}
.impact-analysis-tab-total {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 360px;
    margin: 0 auto;
}
.impact-analysis-total-card {
    text-align: center;
    width: 50%;
    position: relative;
}
.impact-analysis-total-card::after {
    content: "";
    background: rgb(255 255 255 / 25%);
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.impact-analysis-total-card:last-child::after {
	display: none;
}
.impact-analysis-total-card p {
    color: #fff;
    font-size: 16px;
    line-height: 150%;
    font-family: 'Neue Kabel Book';
    text-align: center;
    margin-bottom: 5px;
}
.impact-analysis-total-card h5 {
    color: #fff;
    margin-bottom: 0;
    font-family: 'Neue Kabel Bold';
    font-weight: bold;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0;
}
.become-isp-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1195px;
    margin: 0 auto;
}
.become-isp-left-col {
    width: 438px;
}
.become-isp-img-holder {
    position: relative;
}
.become-isp-img-info {
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.06), 0px 8px 16px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    width: 297px;
    position: absolute;
    right: -30px;
    bottom: 40px;
    padding: 25px;
}
.become-isp-img-info h4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: -0.01em;
    color: #090844;
    font-family: 'Neue Kabel Book';
	margin-bottom: 0;
}
.become-isp-img-info h4 a {
    color: #090844;
}
.become-isp-img-info p {
    letter-spacing: -0.01em;
    color: #090844;
    font-size: 16px;
    line-height: 130%;
}
.fa-login-icon {
    position: relative;
    bottom: 2px;
}
.become-isp-right-col {
    width: 580px;
}
.become-isp-right-inner {
    border-left: 2px solid #F0EB55;
    padding-left: 35px;
}
.become-isp-right-inner p {
    font-size: 20px;
    line-height: 150%;
	letter-spacing: -0.01em;
    color: #080343;
	margin-bottom: 30px;
}
.become-isp-right-inner p strong {
	font-family: 'Neue Kabel Bold';
    font-weight: bold;
}
.become-isp-right-inner p:last-child {
	margin-bottom: 0;
}
.increase-returns-section {
	background: #090844;
	position: relative;
}
.increase-returns-section::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background: url("../images/increase-returns-bg.png");
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100%;
    background-position: center;
}
.increase-returns-heading.heading {
    position: relative;
    z-index: 1;
    margin: 0;
}
.increase-returns-heading.heading h2 + p {
    margin-top: 15px;
}
.increase-returns-btn-wrap {
    padding-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 28px;
}
.btn.btn-border {
    background: transparent !important;
    color: #fff !important;
    border: 1px solid #fff !important;
}
.btn.btn-border:hover {
    background: #fff !important;
    color: #090844 !important;
    border-color: #090844 !important;
}
.creation-calculator-input input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
/** ================== // MULTIFAMILY PAGE CSS END // ================== **/

/** ================== // CONTACT PAGE CSS START // ================== **/
.contact-section {
    background: #EAF3FB;
}
.contact-us-left-col {
    width: 499px;
}
.contact-us-info-holder.heading.heading-dark {
    margin: 0;
    text-align: left;
}
.contact-us-info-holder.heading h6 {
    color: rgba(9, 8, 68, 0.5);
}
.contact-us-info-holder.heading p {
    letter-spacing: -0.01em;
}
.contact-address {
    padding-top: 20px;
}
.contact-address ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.contact-address ul li {
    margin-bottom: 18px;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -0.01em;
    color: #090844;
}
.contact-address ul li:last-child {
	margin-bottom: 0;
}
.contact-address ul li a {
	display: flex;
	align-items: center;
	column-gap: 10px;
}
.contact-address ul li a {
	color: #090844;
}
.contact-address ul li a i {
    width: 24px;
    text-align: center;
	color: #F0EB55;
    transition: 0.7s;
}
.contact-us-right-col {
    width: 624px;
}
.contact-form-wrap.lets-build-form-wrap .form-group.submit-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
	position: relative;
}
.contact-form-wrap.lets-build-form-wrap .form-group.submit-group .wpcf7-spinner {
    position: absolute;
    right: 0;
}
.contact-form-wrap.lets-build-form-wrap .form-group.submit-group span {
    font-size: 14px;
    line-height: 150%;
    letter-spacing: -0.01em;
    color: rgba(27, 27, 27, 0.65);
    font-family: 'Neue Kabel Regular';
    font-weight: normal;
}
.contact-form-wrap.lets-build-form-wrap .form-group.submit-group span a {
    color: rgba(27, 27, 27, 0.65);
    text-decoration: underline;
}
.contact-form-wrap.lets-build-form-wrap .form-group.submit-group span a:hover {
    color: #090844;
    text-decoration: underline;
}
.contact-form-wrap.lets-build-form-wrap {
    margin-top: 0;
}
.wpcf7-not-valid-tip {
    margin-top: 5px;
}
.wpcf7 form .wpcf7-response-output {
    margin: 1em 0 0em !important;
    padding: 0.2em 0em !important;
    border: 0px solid #00a0d2 !important;
    line-height: 20px;
    font-size: 15px;
}
.wpcf7 form.invalid .wpcf7-response-output {
    color: #dc3232;
}
.wpcf7 form.sent .wpcf7-response-output {
    color: #007a0b;
}
/** ================== // CONTACT PAGE CSS END // ================== **/

/** ================== // PRIVACY POLICY PAGE CSS START // ================== **/
.privacy-policy-section {
	background: #EAF3FB;
	padding: 90px 0px;
}
.heading.privacy-policy-wrap {
    text-align: left;
    max-width: 842px;
    margin: 0 auto;
}
.heading.privacy-policy-wrap p {
    letter-spacing: -0.01em;
    color: #090844;
    line-height: 150%;
    margin-bottom: 40px;
    margin-top: 0;
}
.heading.privacy-policy-wrap p a {
	color: #090844;
	text-decoration: underline;
}
.heading.privacy-policy-wrap p:last-child {
    margin-bottom: 0px;
}
/** ================== // PRIVACY POLICY PAGE CSS END // ================== **/



/** ================== // CASE-STUDY DETAILS PAGE CSS START // ================== **/

.case-study-detail-banner {
    background-color: #090844;
	padding: 152px 0px 80px 0px;
}
.case-study-detail-banner-left-info li a, .case-study-detail-banner-left-info .breadcrumb-item.active {
    color: #fff;
    font-family: 'Neue Kabel Book';
    font-size: 16px;
    letter-spacing: 0;
}
.case-study-detail-banner-left-info .breadcrumb-item {
	padding-left: 15px;
}
.case-study-detail-banner-left-info .breadcrumb-item:first-child {
	padding-left: 0;
}
.case-study-detail-banner-left-info  .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}
.case-study-detail-banner-left-info .breadcrumb {
    margin-bottom: 32px;
}
.case-study-detail-banner-left-info {
    padding-right: 32px;
}
.case-study-detail-banner-thumb img {
    width: 100%;
}
.case-study-detail-banner-left-info h2 {
    color: #fff;
	margin-bottom: 32px;
}
.case-study-detail-banner-left-info .article-author-details p, .case-study-detail-banner-left-info .article-author-meta p {
    color: #fff;
}
.case-study-detail-banner-left-info .article-author-details p strong {
    font-family: 'Neue Kabel Bold';
    font-weight: bold;
}
.case-study-detail-banner-left-info .article-author-details p {
	font-size: 16px;
}
.case-study-detail-banner-left-info .article-author-meta p {
    font-size: 14px;
    line-height: 150%;
    color: #FFFFFF;
    font-family: 'Neue Kabel Book';
}
.case-study-detail-banner-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.case-study-detail-banner-left {
    width: 50%;
}
.case-study-detail-banner-right {
    width: 50%;
}

.challenges-point-section{
	 padding: 55px 0px 79px 0px;
}
.challenges-point-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
	padding: 48px 0px;
	border-top: 2px solid rgba(9, 8, 68, 0.1);
}
.challenges-point-wrap:first-child{
	border: none;
}
.challenges-point-left {
    width: 43%;
}
.challenges-point-right {
    width: 57%;
}
.challenges-point-info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.challenges-point-title h3 {
    margin-bottom: 0px;
    text-transform: uppercase;
    letter-spacing: 0;
}
.challenges-point-icon {
    background: #090844;
    display: flex;
    justify-content: center;
    width: 72px;
    height: 72px;
	border-radius: 50%;
    flex-wrap: wrap;
	margin-right: 32px;
}
.challenges-point-right-info ul {
    padding: 0px;
    list-style: none;
}
.challenges-point-right-info ul li {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
	font-family: 'Neue Kabel Regular';
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 30px;
	color: #090844;
	margin-bottom: 24px;
}
.challenges-point-right-info {
    padding-right: 20px;
}
.challenges-point-right-info ul li:last-child{
	margin-bottom: 0px;
}
.challenges-point-right-info ul li img {
    width: 24px;
	height: 34px;
	margin-right: 20px;
}
.solution-point-wrap ul li img {
    width: 30px;
}
.transition-process-section {
    background: #EAF3FB;
    padding: 130px 0px;
}
.transition-process-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
	margin: 0px -46px;
}
.transition-process-col {
    width: 25%;
    padding: 0px 46px;
    border-right: 1px solid rgba(9, 8, 68, 0.1);
}
.transition-process-box-title {
    margin-bottom: 80px;
}
.transition-process-col:last-child {
    border-right: none;
}
.transition-process-title {
    margin-bottom: 64px;
}
.transition-process-box-title span {
	font-family: 'Neue Kabel Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    color: rgba(9, 8, 68, 0.5);
	margin-bottom: 7px;
	display: block;
}
.transition-process-box-title h4 {
    font-family: 'Neue Kabel Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 39px;
    color: #090844;
    margin-bottom: 0px;
    letter-spacing: 0;
}
.transition-process-box-info p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #090844;
}

.result-point-section{
    padding: 82px 0px;
}
.result-point-section ul li img {
    width: 27px;
}

.proudly-change-bg{
    background: #EAF3FB;
}
.proudly-change-bg .slick-arrow{
	background: transparent;
}
.case-study-detail-banner-thumb {
    height: 416px;
}
.case-study-detail-banner-thumb img {
    height: 100%;
	width: 100%;
	object-fit: cover;
}
/** ================== // CASE-STUDY DETAILS PAGE CSS END // ================== **/



/** ================== // OWNERS ASSCOCIATION PAGE CSS START // ================== **/
.owners-association-banner .banner-content {
    max-width: 100%;
}
.contract-challenges-section {
    background-color: #090844;
    padding: 120px 0px;
}
.contract-challenges-col-right {
    max-width: 540px;
    margin-top: 27.5px;
    width: 100%;
    position: relative;
}
.contract-challenges-col-left {
    max-width: 666px;
    width: 100%;
}
.contract-challenges-content {
    text-align: left;
}
.contract-challenges-content.heading {
    margin: 0;
}
.contract-challenges-content.heading > p {
    font-size: 24px;
    line-height: 140%;
}
.contract-challenges-list-wrap {
    border-left: 2px solid #F0EB55;
    padding-left: 32px;
    margin-top: 32px;
}
.contract-challenges-list p {
    margin: 0;
    font-size: 20px;
    line-height: 150%;
     font-family: 'Neue Kabel Regular';
     font-weight: normal;
}
.contract-challenges-list p strong {
    font-family: 'Neue Kabel Bold';
    font-weight: bold;
}
.contract-challenges-list:not(:last-child) {
    margin-bottom: 31px;
}
.contract-challenges-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 74px;
}
.contract-challenges-img {
    width: 437px;
    margin-left: auto;
    height: 437px;
    overflow: hidden;
    border-radius: 4px;
}
.contract-challenges-img figure {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
.contract-challenges-img figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.common-challenges-content {
    background-color: #fff;
    border-radius: 4px;
    max-width: 384px;
    width: 100%;
    position: absolute;
    top: 82%;
    left: 0;
    padding: 24px 20px 24px 24px;
    box-shadow: 0px 264px 74px 0px rgba(0, 0, 0, 0);
}
.common-challenges-content h6 {
    margin: 0 0 6px;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 120%;
    color: rgba(27, 27, 27, 0.75);
    font-family: 'Neue Kabel Bold';
    font-weight: bold;
    opacity: 0.5;
    letter-spacing: 0;
}
.common-challenges-content h3 {
    margin: 0 0 8px;
    font-size: 20px;
    line-height: 120%;
    color: rgba(27, 27, 27, 0.75);
    font-family: 'Neue Kabel Bold';
    font-weight: bold;
    letter-spacing: 0;
}
.common-challenges-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.common-challenges-content ul li {
    position: relative;
    color: rgba(27, 27, 27, 0.75);
    font-size: 16px;
    line-height: 32px;
    font-family: 'Neue Kabel Book';
    font-weight: normal;
    letter-spacing: 0;
    padding: 0 0 0 27px;
}
.common-challenges-content ul li:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 16px;
    background-image: url(../images/circle-exclamation.svg);
    background-repeat: no-repeat;
    height: 16px;
    background-size: 100% 100%;
}
.common-challenges-content .q-icon {
    width: 84px;
    position: absolute;
    right: -40px;
    top: -34px;
}
.how-we-help-section {
    background-color: #fff;
    padding: 120px 0 145px;
}
.how-we-help-heading {
    max-width: 554px;
    margin: 0 auto 48px;
}
.how-we-help-heading h2,
.how-we-help-heading p {
    color: #090844;
}
.how-we-help-heading.heading p {
    margin-top: 16px;
    font-size: 24px;
    line-height: 140%;
}
.how-we-help-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 129px;
}
.how-we-help-col-left {
    width: 100%;
    max-width: 527px;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.how-we-help-col-right {
    width: 100%;
    max-width: 579px;
}
.how-we-help-col-info .bg {
    padding: 0 29px 0 49px;
    overflow: hidden;
    border-radius: 4px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.how-we-help-col-left-list {
    margin: 47px 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 16px;
    position: relative;
}
.how-we-help-col-left-list .avatar {
    width: 89px;
    height: 89px;
    border: 3px solid #fff;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0px 9px 9px 0px #00000017;
}
.how-we-help-col-left-list .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.how-we-help-col-left-list_content {
    background-color: #fff;
    width: calc(100% - 105px);
    border-radius: 16px;
    padding: 24px 26px 18px;
    box-shadow: 0px 9px 9px 0px #00000017;
}
.how-we-help-col-left-list:nth-child(odd) {
    flex-direction: row-reverse;
}
.how-we-help-col-left-list_content p {
    font-size: 16px;
    line-height: 150%;
    color: #1B1B1B;
    margin: 0 0 13px;
}
.how-we-help-col-left-list_content span {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 8px;
    font-size: 14px;
    color: #1B1B1BBF;
}
.how-we-help-col-left-list_content i {
    color: #D8D44D;
    flex-shrink: 0;
}
.get-started-btn {
    padding: 24px 0 0 32px;
}
.how-we-help-col-right .contract-challenges-list:not(:last-child) {
    margin-bottom: 17px;
}
.vitalis-process-section {
    background-color: #EAF3FB;
}
.vitalis-process-wrapper {
    width: 100%;
}
.step-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 120px;
    width: 100%;
}
.timeline-images {
    width: 474px;
    position: relative;
}
.step-image figure {
    height: 438px;
    overflow: hidden;
    border-radius: 0;
    margin: 0;
    padding: 0 38px 0 0;
    width: 100%;
}
.step-image figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.step-image-content {
    width: auto;
    background: #fff;
    border-radius: 4px;
    padding: 16px 20px 24px;
    box-shadow: 0px 8px 16px 0px #00000014;
    position: absolute;
    right: 0;
    bottom: -40px;
}
.step-image-content h3 {
    color: #090844;
    font-size: 24px;
    line-height: 43px;
    letter-spacing: -0.5px;
    display: flex;
    align-items: center;
    column-gap: 16px;
    font-family: 'Neue Kabel Book';
    font-weight: normal;
    margin: 0;
}
.step-image-content p {
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -0.3px;
    padding-right: 0;
    max-width: 229px;
}
.step-inner-content .step-label {
    width: max-content;
    background-color: #fff;
    border-radius: 4px;
    font-size: 13px;
    line-height: 120%;
    letter-spacing: -0.3px;
    font-family: 'Neue Kabel Medium';
    font-weight: 500;
    text-transform: uppercase;
    padding: 6px 12.5px;
    margin: 0 0 12px;
}
.step-inner-content h2 {
    font-size: 40px;
    line-height: 120%;
    margin: 0 0 32px;
}
.step-inner-content p {
    font-size: 20px;
    line-height: 140%;
}
.vitalis-process-heading.heading h2 {
    color: #090844;
}
.vitalis-process-heading.heading {
    margin-bottom: 72px;
}
.timeline-section {
  position: relative;
  display: flex;
  justify-content: center;
}
.timeline-images {
    position: sticky;
    top: 19%;
    height: 590px;
}
.timeline-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.timeline-steps {
  position: relative;
  width: 386px;
}
.step {
    margin: 0;
    height: 100vh;
    display: flex;
    align-items: center;
}
.step-label {
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
}
.step-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.5s ease;
}
.step-image.active {
  opacity: 1;
  transform: translateY(0);
  z-index: 1;
}
.timeline-line {
    position: absolute;
    left: -200px;
    width: 3px;
    height: 100%;
    background: #09084440;
}
.timeline-filler::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -3px;
    width: 10px;
    height: 10px;
    background: #090844;
    border-radius: 50%;
}
.timeline-filler {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-image: linear-gradient(90deg, #EAF3FB 0%, #090844 19.71%, #090844 100%);
  height: 0%;
  transition: height 0.2s ease-out;
}
.step-image.step-image-2 .step-image-content {
    right: auto;
    bottom: 96px;
    left: -40px;
}
.step-image.step-image-3 .step-image-content {
    bottom: 40px;
}
.what-right-section {
    background-color: #090844;
}
.what-right-heading.heading {
    max-width: 910px;
    margin: 0 auto 64px;
}
.what-right-heading.heading p {
    font-size: 24px;
    line-height: 140%;
}
.what-right-btn {
    margin: 32px 0 0;
}
.what-right-btn .btn {
    min-width: 396px;
}
.table-container {
    border: 0;
    border-radius: 0;
    overflow: hidden;
}
.table-header {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    color: #ffffff;
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    border-bottom: 2px solid #fff;
    column-gap: 31px;
}
.table-header .cell {
    padding: 19px 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-transform: initial;
    font-size: 20px;
    column-gap: 10px;
    font-family: 'Neue Kabel Bold';
	font-weight: bold;
}
.table-body .table-row .cell:not(:first-child) {
    background: linear-gradient(154.62deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.08) 100.58%);
    font-size: 18px;
    color: #fff;
}
.table-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    column-gap: 31px;
}
.table-row:last-child {
    border-bottom: none;
}
.table-row .cell {
    padding: 0 16px;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.table-row .cell:first-child {
    font-weight: 600;
    color: #ffffff;
}
.table-row .cell.feature-header {
    font-family: 'Neue Kabel Bold';
    font-weight: bold;
    display: flex;
    align-items: center;
    font-size: 18px;
    min-height: 64px;
}
.feature-icon {
    margin-right: 0.5rem;
}
.table-header .cell:first-child {
    text-align: left;
}
.table-header .cell:nth-child(3),
.table-header .cell:nth-child(2) {
    text-transform: uppercase;
    color: #F0EB55;
    font-size: 28px;
    padding: 0 16px;
    background: linear-gradient(154.62deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.08) 100.58%);
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    border: 0;
}
.table-row:last-child .cell:nth-child(3), .table-row:last-child .cell:nth-child(2) {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}
.step-content-mob {
	display: none;
}
.latest-news-slider .slick-track {
    margin-left: 0;
    margin-right: 0;
}
/** ================== // OWNERS ASSCOCIATION PAGE CSS END // ================== **/

/** ================== // TEAM PAGE CSS START // ================== **/
.section.our-team-section {
	padding: 100px 0px;
}
.latest-news-section.our-team-section .heading h2 {
    text-align: center;
}
.our-team-section .heading p {
    padding: 0px 0px;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
}
.our-team-wrap {
    max-width: 1062px;
    margin: 0 auto;
}
.our-team-holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0px -29px;
    row-gap: 36px;
}
.our-team-col {
    width: 33.33%;
    padding: 0px 29px;
}
.our-team-overlay {
    position: relative;
    overflow: hidden;
}
.team-overlay-thumb {
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: contain;
    mask-size: contain;
    display: inline-block;
    position: relative;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    will-change: transform;
    transition: transform .5s;
    height: auto;
}
.team-overlay-thumb img {
    width: 100%;
    transition: transform .5s, -webkit-transform .5s;
}
.our-team-overlay:hover .team-overlay-thumb img {
    transform: scale(1.1);
}
.team-overlay-info {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    -webkit-transition: opacity .4s;
    opacity: 0;
    transition: opacity .4s;
	background: linear-gradient(180deg, rgba(8, 3, 67, 0) 0%, #080343 100%);
}
.our-team-overlay:hover .team-overlay-info {
    opacity: 1;
}
.team-overlay-inner-info {
    position: absolute;
    width: 100%;
    bottom: 45px;
    /* height: 100%; */
    left: 0;
    max-width: 100%;
    display: block;
	padding: 0px 15px;
}
.team-overlay-title h5 {
    color: #fff;
    line-height: 36px;
    text-transform: uppercase;
    margin-bottom: 4px;
}
.team-overlay-title p {
    font-size: 16px;
    color: #FFFFFF;
}
.team-overlay-social-icon {
    padding-top: 13px;
}
.team-overlay-social-icon ul {
    list-style: none;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 18px;
}
.team-overlay-social-icon ul li a {
    color: #fff;
    width: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}

.team-overlay-title h5, .team-overlay-title p, .team-overlay-social-icon ul {
    transition: 0.7s;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
}
.our-team-overlay:hover .team-overlay-title h5,
.our-team-overlay:hover .team-overlay-title p,
.our-team-overlay:hover .team-overlay-social-icon ul {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.view-bio-title {
    padding: 19px 0px 28px 0px;
}
.view-bio-title h6 {
    color: #080343;
    cursor: pointer;
    position: relative;
    padding: 0 50px 0 0;
    margin-bottom: 0px;
    letter-spacing: 0;
}
.view-bio-title h6::after {
    content: "";
    background-image: url(../images/view-plus-icon.svg);
    position: absolute;
    background-repeat: no-repeat;
    top: -2px;
    right: 10px;
    width: 30px;
    height: 30px;
    background-size: cover;
}
.view-bio.active .view-bio-title h6::after {
    background-image: url(../images/view-minus-icon.svg);
}
.view-bio-info p {
    font-weight: 400;
    line-height: 23px;
    color: #080343;
}
.view-bio-info {
    display: none;
    padding-bottom: 20px;
}
.view-bio-toggle.active .view-bio-info {
    display: block;
}
/** ================== // TEAM PAGE CSS END // ================== **/

/** ================== // ERROR PAGE CSS START // ================== **/
.error_page.article-detail-banner .banner-content {
    max-width: 900px;
}
.error_page .hero-btn {
    margin-top: 30px;
}
.error_page .banner-content p {
    max-width: 600px;
    font-size: 22px;
}
/** ================== // ERROR PAGE CSS END // ================== **/

/** ================== // CALCULATOR DESIGN UPDATE CSS START // ================== **/
.creation-calculator-impact-analysis-wrap.impact-analysis-update {
    padding: 40px 30px;
}
.impact-analysis-update .table-container {
    height: 274px;
}
.impact-analysis-update .table-header.impact-table-header {
    height: 82px;
}
.impact-analysis-update .table-body.impact-table-body {
    height: calc(100% - 82px);
}
.impact-analysis-update .impact-analysis-tabs .impact-table-body  .table-row.space-row .cell {
    height: 75px;
}
.impact-analysis-update .impact-analysis-heading-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    flex-wrap: wrap;
}
.impact-analysis-update .impact-analysis-heading {
    margin: 0;
    width: 210px;
}
.impact-analysis-update .impact-analysis-heading h3 {
    font-size: 32px;
    text-align: left;
}
.impact-analysis-update .impact-analysis-tab-total-wrap {
	width: 50%;
}
.impact-analysis-update .impact-analysis-tab-total {
    justify-content: flex-end;
    max-width: auto;
    width: auto;
    margin: 0;
}
.impact-analysis-update .impact-analysis-total-card {
    width: auto;
}
.impact-analysis-update .impact-analysis-total-card {
    width: auto;
    margin-left: 20px;
    padding-right: 20px;
}
.impact-analysis-update .impact-analysis-total-card:last-child {
    padding-right: 0;
}
.impact-analysis-update .table-header.impact-table-header,
.impact-analysis-update .impact-analysis-tabs.impact-table .table-row {
    column-gap: 15px;
}
.impact-analysis-update .table-header.impact-table-header .cell:first-child {
    padding-left: 0;
    width: 184px;
    padding-right: 0;
}
.impact-analysis-update .table-header.impact-table-header .cell {
    padding: 15px 15px;
    font-size: 18px;
    column-gap: 10px;
    line-height: 140%;
    color: #fff;
    font-family: 'Neue Kabel Bold';
    font-weight: bold;
    text-transform: capitalize;
	letter-spacing: -0.01em;
}
.impact-analysis-update .impact-analysis-tabs .impact-table-body .cell {
    padding: 15px 15px;
	letter-spacing: -0.01em;
}
.impact-analysis-update .impact-analysis-tabs .impact-table-body .cell.results-cell {
    font-family: 'Neue Kabel Book';
    font-weight: normal;
    padding-left: 0;
    padding-right: 0;
	width: 184px;
}
.impact-analysis-update .impact-analysis-tabs .impact-table-body .cell.bulk-cell,
.impact-analysis-update .impact-analysis-tabs .impact-table-body .cell.infrastructure-cell {
    font-family: 'Neue Kabel Bold';
    font-weight: bold;
}
.impact-analysis-update .impact-analysis-tabs .impact-table-body .cell.infrastructure-cell {
	color: #F0EB55;
}

.impact-analysis-update .table-header.impact-table-header .cell {
    width: 167px;
}
.impact-analysis-update .impact-analysis-tabs .impact-table-body .cell.bulk-cell,
.impact-analysis-update .impact-analysis-tabs .impact-table-body .cell.infrastructure-cell {
    width: 167px;
}
/** ================== // CALCULATOR DESIGN UPDATE CSS END // ================== **/
