
:root {
	--bs-primary: #102f4c;
	--skyblue: #2b75ba
}

.bg_greys{
    background-color: #f3f3f3
}

.ordercls{
    max-width: 86%;
}
.ordercls h1{
    font-size: 48px;
    color: #074c65;
    font-weight: 700;
}
.ordercls h2{
    color: #074c65;
    font-size: 24px;
    font-weight: 600;
}
.not_found_form{
    padding: 25px 20px;
    border-radius: 5px;
    border-top: 3px solid #074c65;
}
.not_found_form .text-danger{
    font-size: 12px;
}

.not_found_form input::placeholder,
.not_found_form textarea::placeholder {
    font-size: 13px;
}

.not_found_form select {
    font-size: 13px;
}


.text-endss{
    text-align: right;
}
.payment_outer{
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
}
.modal::before {
    position: absolute;
    content: "";
    background: #000000c4;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
}

#rfp_modal .btn-close {
	opacity: 1 !important;
	top: 6px;
	right: 7px
}

#rfp_modal label {
	color: #102f4c;
	font-weight: 500
}
#rfp_modal label i{
	color: #49739b;
	margin-right: 4px;
}

.modal-backdrop {
    background-color: #00000082 !important;

  }


.navbar-brand {
	margin-right: 42px;
	position: relative
}

.navbar-brand::after {
	content: "";
	position: absolute;
	width: 2px;
	height: 100%;
	background-color: #d9d9d9;
	top: 0;
	right: -23px
}

.sticky-icon {
	z-index: 999;
	position: fixed;
	top: 50%;
	right: 0;
	width: 339px;
	display: flex;
	flex-direction: column
}

.sticky-icon a {
	transform: translate(206px, 0);
	border-radius: 50px 0 0 50px;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	padding: 7px 10px;
	font-size: 14px;
	transition: all .8s;
	font-weight: 700
}

.sticky-icon a:hover {
	color: #FFF;
	transform: translate(0, 0)
}

.sticky-icon a:hover i {
	transform: rotate(360deg)
}

.Facebook {
	background-color: #ff9f00;
	color: #FFF
}

.sticky-icon a i {
	background-color: #102f4c;
	height: 35px;
	width: 35px;
	color: #fff;
	text-align: center;
	line-height: 35px;
	border-radius: 50%;
	transition: all .5s
}

.sticky-icon a i.fa-facebook-f {
	background-color: #FFF;
	color: #2c80d3
}
.con_rfp_btn{
	background-color: #ff9f00;
    color: #000;
    font-weight: 700;
    text-align: center;
    display: inline-block;
    padding: 6px 20px;
    text-decoration: none;
    font-size: 13px;
}
.rfp_strip{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 1px solid #ccc;
    padding-bottom: 19px;
	text-align: center;
}

.display-6 {
	font-size: 2.25rem;
}

#myBtn {
	height: 50px;
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	text-align: center;
	padding: 10px;
	text-align: center;
	line-height: 40px;
	border: 0;
	outline: 0;
	background-color: #1e88e5;
	color: white;
	cursor: pointer;
	border-radius: 50%
}

.error {
	color: red
}

.fa-arrow-circle-up {
	font-size: 30px
}

#myBtn:hover {
	background-color: #555
}

.go-to-market-bg {
	background-image: url('../img/international-businesses-entering.webp');
	padding: 30px;
	background-size: cover;
	width: 100%;
	background-position-x: 100%;
}

.go-to-market-bg .max_75 {
	max-width: 65%
}
.items_litss{
	border: 1px solid #BEBBBB;
}
.items_litss a{
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
	color: #000;
	padding: 7px 16px;
}
.items_litss a:hover{
    background-color: #F2EEEE;
    color: #1B90FC;
}
.consultant_btn{
    background-color: #ff9f00;
    color: #fff;
    font-weight: 600;
    text-align: center;
    width: 100%;
    display: inline-block;
    padding: 15px 11px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 15px;
}
.consultant_btn i{
	background-color: #102f4c;
    height: 35px;
    width: 35px;
    color: #fff;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    transition: all .5s;
}
#sidebar{
	position: sticky;
	top: 80px;
}

.govt_plan {
	background-image: url('../img/incentives-subsidies.webp');
	padding: 30px;
	background-size: cover;
	width: 100%
}

.govt_plan .max_40 {
	max-width: 53%
}

.sec_tabs a {
	width: 24%;
	display: flex;
	justify-content: center;
	align-items: center
}

iframe {
	width: 100%
}

.wrap_box {
	position: relative
}

.box-video {
	position: relative;
	width: 100%;
	cursor: pointer;
	overflow: hidden
}

.box-video .bg-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
	z-index: 2
}

.bg-video::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.1);
	z-index: 3
}

.box-video .bt-play {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -30px 0 0 -30px;
	display: inline-block;
	width: 60px;
	height: 60px;
	background: #102f4c;
	-webkit-backdrop-filter: blur(10px);
	border-radius: 50%;
	text-indent: -999em;
	cursor: pointer;
	z-index: 2;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.box-video .bt-play:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	height: 0;
	width: 0;
	margin: -12px 0 0 -6px;
	border: solid transparent;
	border-left-color: #fff;
	border-width: 12px 20px;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.box-video:hover .bt-play {
	transform: scale(1.1)
}

.box-video.open .bg-video {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .6s .8s;
	transition: all .6s .8s
}

.box-video.open .video-container {
	opacity: 1;
	-webkit-transition: all .6s .8s;
	transition: all .6s .8s
}

.video-container {
	position: relative;
	padding-top: 41.25%
}

.video-container iframe {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0
}

.circle {
	background: #194670;
	width: 105px;
	height: 105px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	border: 10px solid #41729f;
	position: relative
}

.circle::after {
	content: "";
	position: absolute;
	width: 7px;
	height: 58px;
	background: #d9d9d9;
	bottom: -68px
}

.circle span {
	font-size: 20px;
	font-weight: 700
}

.row_contr {
	margin-bottom: 50px
}

.text p {
	text-align: justify
}

.text {
	position: relative
}

.row_contr:last-child {
	margin-bottom: 0
}

.text::after {
	content: "";
	position: absolute;
	width: 100%;
	border: 1px solid #d9d9d9;
	bottom: -42px
}

.rev-cir::after {
	display: none
}

.rev-text::after {
	display: none
}

.modal-headers {
	padding: 17px 14px 0 14px
}

.modal-headers h4 {
	margin-top: 5px;
	font-size: 13px;
	text-align: center
}

.modal-body.enquiry_form {
	padding: 23px 33px
}

.enquiry_form label {
	font-weight: 600
}

.tankns_popups {
	height: 255px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 20px;
	text-align: center;
	flex-direction: column;
	background-color: #fff
}

.tankns_popups h3 {
	font-size: 24px;
	color: #011d3f;
	font-weight: 600;
	margin-bottom: 10px
}

.tankns_popups p {
	text-align: center;
	font-size: 17px;
	margin-bottom: 0
}

.btn-close {
	position: absolute;
	top: 9px;
	right: 10px
}

.prjt_dets {
	text-align: center;
	border-right: 1px solid #ccc;
	margin-bottom: 40px;
	border-bottom: 1px solid #ccc;
	height: 135px;
	padding: 12px 20px
}

.prjt_dets h2 {
	font-weight: 600;
	font-size: 27px
}

.prjt_dets p {
	text-align: center
}

.clent-cardss .card-title {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical
}

.clent-cardss .card-text {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical
}

.pst_ret:hover .white2theme-linkbox {
	color: #fff !important
}

.leader_img {
	height: 364px;
	margin: auto
}

.bg_dark_blue {
	background-color: #194670
}

#client-testimonials-slider.owl-carousel button.owl-dot {
	border: 1px solid #fff;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin: 0 4px
}

#client-testimonials-slider.owl-carousel button.owl-dot.active {
	background-color: #0097ec
}

#client-testimonials-slider.owl-carousel .owl-dots {
	text-align: center;
	position: absolute;
	left: 50%;
	bottom: 33px;
	transform: translate(-50%, -50%)
}

#client-testimonials-slider.owl-carouselarrow .owl-nav {
	left: 67px !important;
	width: calc(100% + -138px) !important
}

#client-testimonials-slider.owl-carouselarrow .owl-nav button {
	border: 1px solid #fff !important;
	color: #fff !important
}

.crd_padd {
	padding: 2rem 8rem 5rem 8rem
}

.right-sticky-body .bg_yellow {
	background-color: #ff9f00;
	color: #fff;
	font-weight: 600
}

.right-sticky-body .bg_yellow:hover {
	background-color: #ff9f00
}

.single-widget.features-box.alert {
	box-shadow: 1px 2px 5px 2px #ccc
}

.single-widget.features-box.alert.sticky-top {
	top: 12%;
	z-index: 1
}

.single-widget.features-box.alert ul {
	padding-left: 0;
	list-style: none
}

.single-widget.features-box.alert ul li {
	padding: 8px 8px;
	border-bottom: 1px solid #ccc
}

.single-widget.features-box.alert ul li:hover {
	background-color: #102f4c;
	color: #fff !important
}

.single-widget.features-box.alert ul li:hover>a {
	color: #fff !important
}

.single-widget.features-box.alert ul li a {
	color: #000;
	text-decoration: none
}

.insight_main .card-body .fw-sbold {
	font-size: 1.2rem;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.insight_main .card-body .mb-0.lh-sm {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical
}

.card.card-themelighthover.rounded-0 .card-body.py-5 p {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 10;
	-webkit-box-orient: vertical
}

.top-sub-head {
	font-size: 25px;
	color: var(--skyblue);
	text-transform: capitalize
}

.main-head {
	font-size: 35px;
	text-transform: capitalize
}

.listss li {
	margin-bottom: 14px;
	text-align: justify;
	position: relative;
	margin-left: 26px
}

.listss li::before {
	content: "";
	position: absolute;
	width: 7px;
	height: 7px;
	background-color: #2b75ba;
	border-radius: 50%;
	top: 6px;
	left: -37px
}

.listss {
	list-style-type: none
}

.sub_list {
	list-style-type: none
}

.sub_list li {
	margin-bottom: 14px;
	text-align: justify;
	position: relative;
	margin-left: 26px
}

.sub_list li::before {
	content: "";
	position: absolute;
	width: 7px;
	height: 7px;
	border: 1px solid #2b75ba;
	border-radius: 50%;
	top: 6px;
	left: -37px;
	background-color: #fff
}

.light_blue {
	background-color: #194670
}

.dark_blue {
	background-color: #102f4c
}

.sub_head {
	color: #2b75ba
}

.dental-content {
	padding: 22px 40px
}

.insight_in {
	display: flex;
	justify-content: space-around;
	align-items: center
}

.insight_in .fleg_img {
	width: 42%
}

.olympic_bg {
	background-image: url('../img/disrupting-demand-aerospace-Group2.webp');
	background-size: 100% 100%;
	padding: 50px
}

.goal_img {
	height: 100%
}

.goal_img img {
	height: 100%;
	object-fit: cover
}

.disorder-bg {
	background-color: #12192c;
	padding: 40px;
	margin: 42px 0 32px 0
}

.Discrimination_bg {
	background-image: url('../img/health-equity-bg.webp');
	padding: 30px 30px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	width: 100%
}

.nanocellulose_sec {
	background-color: #194670;
	margin: 38px 0
}

.nanocellulose_sec .right_imgs {
	height: 100%
}

.nanocellulose_sec .right_imgs img {
	height: 100%;
	object-fit: cover;
	width: 100%
}

.semiconductor_tech_bg {
	background-image: url('../img/semiconductor-technologies-bg.webp');
	background-size: cover;
	padding: 45px;
	margin: 38px 0
}

.insight_main img {
	height: 145px;
	object-fit: cover
}

.profile_left {
	display: flex;
	align-items: center;
	background-color: #f8f9fa;
	justify-content: center;
	height: 100%
}

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

.profile_img {
	height: 100%;
	width: 47%
}

.profile_rightss {
	padding: 15px 24px;
	width: 53%
}

.profile_rightss h6 {
	font-size: 26px;
	color: #102f4c
}

.profile_rightss p {
	font-size: 15px;
	color: #727070;
	font-weight: 600;
	margin-bottom: 10px;
	text-align: left
}

p {
	text-align: justify
}

.sub_itmsss li::before {
	display: none
}

.all_cs-stdy {
	padding: 20px;
	display: inline-block;
	background-color: #fff;
	border-radius: 0;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
	transition: all 1618ms cubic-bezier(.19, 1, .22, 1);
	text-decoration: none;
	width: 100%
}

.all_cs-stdy:hover {
	box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22)
}

.all_cs-stdy h2 {
	font-size: 1.25rem;
	color: #102f4c;
	font-weight: 600
}

.all_cs-stdy p {
	color: #000;
	text-align: justify
}

section.case_stydy_banner {
	background-color: #d9d9d9;
	position: relative
}

.case_stydy_content {
	background-color: #fff;
	padding: 50px 254px 50px 37px;
	height: 440px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column
}

.case_stydy_content h1 {
	color: #194670;
	font-weight: 700;
	font-size: 32px;
	text-transform: capitalize
}

.case_sty_sec .row {
	align-items: center
}

.case_stdy_banner_img {
	position: absolute;
	top: 52%;
	transform: translate(-50%, -50%);
	width: 35%;
	right: -143px
}

.bg_contaner {
	background-color: #102f4c
}

.list_cont {
	display: flex
}

.stry_head {
	margin: 60px 0 0 46px
}

.numbers {
	width: 33px;
	height: 33px;
	border: 1px solid;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 25px;
	position: relative
}

.numbers::after {
	content: "";
	position: absolute;
	width: 3px;
	height: 3px;
	background-color: #fff;
	bottom: 10px;
	border-radius: 50%;
	right: 7px
}

.extr-padd {
	padding-top: 80px;
	padding-bottom: 80px
}

.bg_stroys {
	background-image: url('../img/strory-bg.webp');
	background-size: 100% 100%;
	padding: 40px
}

.bg_stroys1 {
	background-image: url('../img/strory-bg1.webp');
	background-size: 100% 100%;
	padding: 40px
}

.bg_stroys2 {
	background-image: url('../img/strory-bg2.webp');
	background-size: 100% 100%;
	padding: 40px
}

.bg_stroys3 {
	background-image: url('../img/strory-bg3.webp');
	background-size: 100% 100%;
	padding: 40px
}

.bg_stroys4 {
	background-image: url('../img/strory-bg4.webp');
	background-size: 100% 100%;
	padding: 40px
}

.bg_stroys5 {
	background-image: url('../img/strory-bg5.webp');
	background-size: 100% 100%;
	padding: 40px
}

.case_sty_heading {
	font-size: 30px;
	font-weight: 700;
	position: relative;
	text-transform: uppercase
}

.case_sty_heading::before {
	content: "";
	position: absolute;
	top: -7px;
	width: 53px;
	height: 6px;
	background-color: #3581c8
}

.cardss_h {
	background-color: #e6e6e6;
	height: 190px
}

.black_points::after {
	background-color: #000 !important
}

.rest_cont {
	background-color: #194670;
	padding: 57px 40px
}

.dark_bordr::before {
	background-color: #102f4c !important
}

.block_cont {
	background-color: #308cca
}

.story_bg {
	background-color: #4b74b4
}

.stroy_cont {
	padding: 36px 50px 20px 10px
}

.futur_growth_bg {
	background-image: url('../img/future-growth-bg.webp');
	background-repeat: no-repeat;
	background-position: 100% 100%;
	background-size: cover
}

.sidf_bg {
	background-color: #308cca;
	padding: 40px
}

.cse_slide_cont {
	padding: 10px
}

section.case_sty_sec {
	background-color: #ededed;
	padding: 30px 0
}

.cse_slide_text p {
	font-size: 17px
}

.cse_slide_text .case_st_resd_more {
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
	border: 1px solid #fff;
	display: inline-block
}

.cse_slide_text .case_st_resd_more:hover {
	background-color: #fff;
	color: #000
}

.profile_sec {
	border: 1px solid #ccc;
	display: flex;
	align-items: center
}

.profile_dets {
	padding: 20px
}

.profile_dets h6 {
	font-size: 24px;
	color: #102f4c
}

.profile_dets p {
	font-size: 15px;
	color: #727070;
	font-weight: 600;
	margin-bottom: 30px
}

.profile_right {
	background-color: #102f4c;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 20px
}

.profile_right h5 {
	color: #fff;
	font-size: 24px;
	margin-bottom: 20px
}

.const_btn {
	text-decoration: none;
	background-color: #ff9f00;
	padding: 11px 34px;
	color: #fff;
	font-weight: 600
}

.profile_imgs {
	height: 200px;
	object-fit: cover
}

.press_relse_cont {
	border: 1px solid #ccc;
	padding: 20px;
	box-shadow: 2px 2px 5px 0 #ccc;
	border-left: 3px solid #102f4c;
	background-color: #fff;
	margin-bottom: 20px;
	display: inline-block;
	width: 100%;
	transition: all 1618ms cubic-bezier(.19, 1, .22, 1)
}

.press_relse_cont:hover {
	box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22)
}

.press_relse_cont h3 {
	font-size: 20px;
	color: #102f4c;
	font-weight: 600
}

.press_relse_cont .des {
	margin-top: 11px
}

.press_relse_cont .pub_date {
	color: #102f4c
}

.press_relse_cont .pub_date span {
	color: #9b9b9b
}

.press_detls_cont {
	padding: 20px
}

.nav-item.dropdown:hover>.sub_menu_list {
	display: block
}

.sub_menu_list {
	--bs-dropdown-min-width: 39rem !important;
	padding: 10px 15px;
	transform: translateX(-50%);
}

.dropend .dropdown-toggle::after {
	display: none
}

.menu_drop {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #ccc;
	padding: 8px 5px 10px 5px
}

.menu_drop:hover {
	box-shadow: inset 0 0 0 1px #102f4c;
	background: #102f4c
}

.menu_drop:focus {
	background: #102f4c;
	color: #fff
}

.menu_drop:hover>a {
	color: var(--bs-white)
}

.menu_drop>a {
	font-size: 14px !important;
	color: #000;
	text-decoration: none
}

.menu_drop a:first-child {
	width: 100%
}

.sub_menu_list .nav-item .nav-link {
	font-size: 14px !important;
	border-bottom: 1px solid #ccc;
	padding: 8px 5px 10px 5px
}

.dropend .dropdown-menu[data-bs-popper] {
	top: 100%;
	left: 0;
	width: 100%;
	background-color: #f5f5f5;
	margin-left: 0;
	border-radius: 0;
	position: absolute !important
}

.dropdown-item:focus,
.dropdown-item:hover {
	background: #102f4c;
	color: var(--bs-white)
}

.abt_data {
	background: #f9f9f9;
	height: 20px;
	border-bottom: 5px solid blue;
	text-align: left;
	width: 14%;
	padding-left: 0;
	padding-right: 9px;
	position: relative
}

.abt_data span {
	width: 10px;
	height: 10px;
	background-color: #3bc87b;
	position: absolute;
	top: 19px;
	border-radius: 50px;
	margin-left: 0;
	left: 50%;
	font-weight: 600
}

.abot_btn a {
	padding: 6px 14px;
	border: 1px solid #fff;
	color: #fff;
	text-decoration: none
}

.abot_btn a:hover {
	background-color: #fff;
	color: #000
}

.left_cont {
	position: relative
}

.left_cont::after {
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	background-color: #fff;
	top: 50%;
	left: calc(100% - 76px);
	transform: translate(-50%, -50%)
}

.what_do_bg {
	background-image: url('../img/what-do.png');
	padding: 40px
}

.Extr-teams {
	font-size: 20px;
	text-decoration: none
}

.l {
	box-shadow: inset 0 0 0 1px red
}

::-webkit-scrollbar {
	height: 8px;
	width: 8px
}

::-webkit-scrollbar-thumb {
	background-color: #888
}

::-webkit-scrollbar-thumb:hover {
	background-color: #102f4c
}

::-webkit-scrollbar-button,
::-webkit-scrollbar-corner {
	background: transparent;
	cursor: pointer;
	display: none
}

::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb:hover {
	background-clip: content-box;
	border: 1px solid transparent
}

::-webkit-scrollbar-track {
	background: transparent
}

body {
	font-family: "Inter", sans-serif;
	font-size: 15px;
	color: var(--bs-black)
}

.icon {
	stroke: unset;
	stroke-width: 0;
	display: inline-block;
	width: 1em;
	height: 1em;
	fill: currentColor;
	vertical-align: -0.1em
}

.ts-mp80 {
	transform: scale(0.8)
}

.ts-mp85 {
	transform: scale(0.85)
}

.ts-mp90 {
	transform: scale(0.9)
}

.ts-p100 {
	transform: scale(1)
}

.ts-p105 {
	transform: scale(1.05)
}

.ts-p110 {
	transform: scale(1.1)
}

.ts-p120 {
	transform: scale(1.2)
}

.ts-p125 {
	transform: scale(1.25)
}

.ts-p130 {
	transform: scale(1.3)
}

.ts-p135 {
	transform: scale(1.35)
}

.ts-p140 {
	transform: scale(1.4)
}

.ts-p150 {
	transform: scale(1.5)
}

.fs-10 {
	font-size: 10px
}

.fs-11 {
	font-size: 11px
}

.fs-12 {
	font-size: 12px
}

.fs-13 {
	font-size: 13px
}

.fs-14 {
	font-size: 14px
}

.fw-md {
	font-weight: 500
}

.fw-sbold {
	font-weight: 600
}

.py-50 {
	padding-top: 50px;
	padding-bottom: 50px
}

.text-theme {
	color: #102f4c
}

.text-themedark {
	color: #113251
}

.text-themelight {
	color: #194670
}

.text-themelight2 {
	color: #215b90
}

.text-lightblue {
	color: #0097ec
}

.text-grey {
	color: #f5f5f5
}

.text-grey2 {
	color: #888787
}

.text-grey3 {
	color: #d9d9d9
}

.text-grey4 {
	color: #e6e6e6
}

.text-grey5 {
	color: #696969
}

.text-grey2hovtheme {
	color: #888787
}

.text-grey2hovtheme:hover {
	color: #102f4c
}

.text-link,
.text-b2theme {
	color: var(--bs-black);
	text-decoration: none
}

.text-link:hover,
.text-b2theme:hover {
	color: var(--bs-link-color);
	text-decoration: underline
}

.text-link.text-b2theme:hover,
.text-b2theme.text-b2theme:hover {
	color: #102f4c;
	text-decoration: none
}

.text-blacklink {
	color: var(--bs-black)
}

.text-b2tlink {
	color: var(--bs-black)
}

.text-b2tlink:hover {
	color: #215b90
}

.text-justify {
	text-align: justify
}

.text-inherit {
	color: inherit
}

.text-lineclamp3 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical
}

.bg-theme {
	background-color: #102f4c
}

.bg-themelight {
	background-color: #194670
}

.bg-grey {
	background-color: #f5f5f5
}

.bg-grey2 {
	background-color: #888787
}

.bg-grey3 {
	background-color: #d9d9d9
}

.bg-grey4 {
	background-color: #e6e6e6
}

.theme-tooltip {
	--bs-tooltip-bg: var(--bs-primary)
}

.mmwh-22 {
	min-width: 22px;
	max-width: 22px;
	min-height: 22px;
	max-height: 22px
}

.mmwh-24 {
	min-width: 24px;
	max-width: 24px;
	min-height: 24px;
	max-height: 24px
}

.mmwh-28 {
	min-width: 28px;
	max-width: 28px;
	min-height: 28px;
	max-height: 28px
}

.mmwh-30 {
	min-width: 30px;
	max-width: 30px;
	min-height: 30px;
	max-height: 30px
}

.mmwh-44 {
	min-width: 44px;
	max-width: 44px;
	min-height: 44px;
	max-height: 44px
}

.mmwh-48 {
	min-width: 48px;
	max-width: 48px;
	min-height: 48px;
	max-height: 48px
}

.mmwh-50 {
	min-width: 50px;
	max-width: 50px;
	min-height: 50px;
	max-height: 50px
}

.mmwh-80 {
	min-width: 80px;
	max-width: 80px;
	min-height: 80px;
	max-height: 80px
}

.mmwh-100 {
	min-width: 100px;
	max-width: 100px;
	min-height: 100px;
	max-height: 100px
}

.mmwh-120 {
	min-width: 120px;
	max-width: 120px;
	min-height: 120px;
	max-height: 120px
}

.minw-48 {
	min-width: 48px
}

.minw-70 {
	min-width: 70px
}

.minw-75 {
	min-width: 75px
}

.minw-80 {
	min-width: 80px
}

.minw-90 {
	min-width: 90px
}

.minw-100 {
	min-width: 100px
}

.minw-110 {
	min-width: 110px
}

.minw-120 {
	min-width: 120px
}

.minw-124 {
	min-width: 124px
}

.minw-125 {
	min-width: 125px
}

.minw-130 {
	min-width: 130px
}

.minw-160 {
	min-width: 160px
}

.minw-170 {
	min-width: 170px
}

.minw-180 {
	min-width: 180px
}

.minw-268 {
	min-width: 268px
}

.maxw-188 {
	max-width: 188px
}

.maxw-380 {
	max-width: 380px
}

.maxw-400 {
	max-width: 400px
}

.maxw-420 {
	max-width: 420px
}

.maxw-480 {
	max-width: 480px
}

.maxw-520 {
	max-width: 520px
}

.maxw-600 {
	max-width: 600px
}

.maxw-690 {
	max-width: 690px
}

.maxh-160 {
	max-height: 160px
}

.maxh-164 {
	max-height: 164px
}

.minh-20 {
	min-height: 20px
}

.minh-30 {
	min-height: 30px
}

.minh-40 {
	min-height: 40px
}

.minh-48 {
	min-height: 48px
}

.minh-62 {
	min-height: 62px
}

.minh-200 {
	min-height: 200px
}

.minh-220 {
	min-height: 220px
}

.minh-230 {
	min-height: 230px
}

.minh-242 {
	min-height: 242px
}

.shadow-md {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.25)
}

.ratio-2x1 {
	--bs-aspect-ratio: 50%
}

.ratio-52 {
	--bs-aspect-ratio: 52%
}

.ratio-56 {
	--bs-aspect-ratio: 56%
}

.ratio-58 {
	--bs-aspect-ratio: 58%
}

.ratio-60 {
	--bs-aspect-ratio: 60%
}

.ratio-61 {
	--bs-aspect-ratio: 61%
}

.ratio-62 {
	--bs-aspect-ratio: 62%
}

.lh-20 {
	line-height: 20.67px
}

.hrt-50 {
	margin: 50px 0 0 0;
	border-top: 1px solid #d9d9d9;
	opacity: 1
}

.hr-t25b50 {
	margin: 25px 0 50px 0;
	border-top: 1px solid #d9d9d9;
	opacity: 1
}

.hr-t50b25 {
	margin: 50px 0 25px 0;
	border-top: 1px solid #d9d9d9;
	opacity: 1
}

.hry-0 {
	margin: 0;
	border-top: 1px solid #d9d9d9;
	opacity: 1
}

.hry-25 {
	margin: 25px 0;
	border-top: 1px solid #d9d9d9;
	opacity: 1
}

.hrb-25 {
	margin: 0 0 25px 0;
	border-top: 1px solid #d9d9d9;
	opacity: 1
}

.hry-35 {
	margin: 35px 0;
	border-top: 1px solid #d9d9d9;
	opacity: 1
}

.hry-40 {
	margin: 40px 0;
	border-top: 1px solid #d9d9d9;
	opacity: 1
}

.hry-50 {
	margin: 35px 0;
	border-top: 2px solid #0097ec;
	opacity: 1
}

.breadcrumb-box {
	--bs-breadcrumb-divider: url("data:image/svg+xml,<svgxmlns='http://www.w3.org/2000/svg'width='8'height='8'%3E%3Cpathd='M2.50L11.53.5416.52.58l4-4-4-4z'fill='%23102F4C'/></svg>")
}

.form-select.text-white {
	background-image: url("data:image/svg+xml,%3csvgxmlns='http://www.w3.org/2000/svg'viewBox='001616'%3e%3cpathfill='none'stroke='%23ffffff'stroke-linecap='round'stroke-linejoin='round'stroke-width='2'd='m25666-6'/%3e%3c/svg%3e")
}

.form-control::-moz-placeholder {
	opacity: .6
}

.form-control::placeholder {
	opacity: .6
}

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

.dropdown-menu-center {
	left: 50% !important;
	right: auto;
	transform: translate(-50%, 0)
}

.btn,
.form-select {
	--bs-btn-font-size: 15px;
	border-radius: 0
}

.btn.btn-sm,
.form-select.btn-sm {
	--bs-btn-font-size: 12px
}

.btn:hover,
.form-select:hover {
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25)
}

.btn-outline-light:hover {
	background: var(--bs-white);
	border-color: var(--bs-white);
	color: #102f4c;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25)
}

.btn-outline-secondary {
	color: var(--bs-black);
	border-color: #9e9c9c
}

.btn-outline-secondary:hover {
	background: #102f4c;
	border-color: #102f4c;
	color: var(--bs-white);
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25)
}

.btn-outline-grey {
	color: #888787;
	border-color: #9e9c9c
}

.btn-outline-grey:hover {
	font-weight: 600;
	border-color: #f5f5f5;
	color: var(--bs-black);
	background: #f5f5f5;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25)
}

.btn-outline-dark {
	--bs-btn-color: #000;
	--bs-btn-border-color: #000;
	--bs-btn-hover-bg: #102f4c;
	--bs-btn-hover-border-color: #102f4c;
	--bs-btn-active-bg: #194670;
	--bs-btn-active-border-color: #194670;
	--bs-btn-disabled-color: #000;
	--bs-btn-disabled-border-color: #000
}

.btn-outline-theme {
	--bs-btn-color: #102f4c;
	--bs-btn-border-color: #102f4c;
	--bs-btn-hover-bg: #102f4c;
	--bs-btn-hover-border-color: #102f4c;
	--bs-btn-hover-color: #fff;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #194670;
	--bs-btn-active-border-color: #194670;
	--bs-btn-disabled-color: #102f4c;
	--bs-btn-disabled-border-color: #999
}

.btn-outline-theme[aria-expanded=true] {
	background-color: #194670;
	border-color: #194670;
	color: #fff;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25)
}

.btn-theme {
	background-color: #102f4c;
	--bs-btn-color: #fff;
	--bs-btn-border-color: #bebbbb;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #102f4c;
	--bs-btn-hover-border-color: #102f4c;
	--bs-btn-active-bg: #194670;
	--bs-btn-active-color: #fff;
	--bs-btn-active-border-color: #194670;
	--bs-btn-disabled-color: #000;
	--bs-btn-disabled-border-color: #000
}

.btn-grey2theme {
	background-color: #f5f5f5;
	--bs-btn-color: #000;
	--bs-btn-border-color: #bebbbb;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #102f4c;
	--bs-btn-hover-border-color: #102f4c;
	--bs-btn-active-bg: #194670;
	--bs-btn-active-color: #fff;
	--bs-btn-active-border-color: #194670;
	--bs-btn-disabled-color: #000;
	--bs-btn-disabled-border-color: #000
}

.modal-backdrop {
	--bs-backdrop-bg: #102f4c;
	--bs-backdrop-opacity: .85
}

.table-bggrey {
	background-color: #e6e6e6
}

.table-bggrey tbody,
.table-bggrey td,
.table-bggrey tfoot,
.table-bggrey th,
.table-bggrey thead,
.table-bggrey tr {
	border-color: #888787
}

.top-bar {
	background: var(--bs-black);
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
	z-index: 1001
}

.top-bar .top-link {
	display: inline-flex;
	align-items: center;
	height: 30px;
	padding: 0 12px;
	font-size: 14px;
	text-decoration: none;
	color: var(--bs-white);
	white-space: nowrap
}

.top-bar .top-link.active,
.top-bar .top-link:hover {
	box-shadow: inset 0 0 0 1px var(--bs-white);
	transition: 350ms
}

.top-bar .top-search {
	width: 240px;
	height: 30px;
	border: 0;
	box-sizing: border-box;
	outline: 0;
	cursor: pointer;
	background-color: transparent;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvgxmlns='http://www.w3.org/2000/svg'fill='%23ffffff'viewBox='001818'%3E%3Cpathd='M12.511.0283H11.71L11.4310.7583C12.419.61832138.13832136.52832C132.9383210.090.02832036.50.0283203C2.910.028320302.9383206.52832C010.11832.9113.02836.513.0283C8.1113.02839.5912.438310.7311.4583L1111.7383V12.5283L1617.5183L17.4916.0283L12.511.0283ZM6.511.0283C4.0111.028329.0183226.52832C24.038324.012.028326.52.02832C8.992.02832114.03832116.52832C119.018328.9911.02836.511.0283Z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 18px 18px;
	background-position: calc(100% - 6px) 7px;
	padding: 0 30px 0 6px;
	transition: 200ms;
	border-radius: 0;
	border: 0;
	border-bottom: 1px solid #fff;
	box-shadow: none;
	color: #fff;
	opacity: 1
}

.top-bar .top-search::-moz-placeholder {
	color: #fff
}

.top-bar .top-search::placeholder {
	color: #fff
}

.top-bar .top-search:not(:-moz-placeholder-shown) {
	border-bottom: 1px solid #fff;
	width: 240px;
	cursor: text;
	opacity: 1
}

.top-bar .top-search:focus::-moz-placeholder,
.top-bar .top-search:not(:placeholder-shown)::-moz-placeholder {
	color: currentColor
}

.top-bar .top-search:not(:-moz-placeholder-shown)::placeholder {
	color: currentColor
}

.top-bar .top-search:focus::placeholder,
.top-bar .top-search:not(:placeholder-shown)::placeholder {
	color: currentColor
}

.navbar {
	position: sticky;
	top: 0;
	background: var(--bs-white);
	z-index: 1000
}

.navbar .navbar-brand img {
	max-width: 100%;
	transition: 300ms
}

.navbar .nav-link {
	color: var(--bs-black);
	font-size: 14px;
	margin-left: 2px;
	--bs-navbar-nav-link-padding-x: .7rem
}

.navbar .nav-link.show,
.navbar .nav-link:hover {
	box-shadow: inset 0 0 0 1px #102f4c;
	background: #102f4c;
	color: var(--bs-white)
}

.navbar.active {
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15)
}

.row-shifter {
	width: calc(100% - 290px)
}

.rfp-container .rfp-mobilebutton {
	display: none;
	height: 40px;
	width: 60px;
	background: #102f4c;
	border: 1px solid #102f4c;
	border-right: 0;
	color: var(--bs-white);
	position: fixed;
	top: 70%;
	right: 0;
	font-size: 16px;
	padding-left: 10px;
	letter-spacing: 1px;
	border-radius: 8px 0 0 8px;
	box-shadow: 0 5px 6px rgba(0, 0, 0, 0.3);
	z-index: 100
}

.rfp-container .rfp-mobilebutton:hover {
	background: var(--bs-white);
	color: #102f4c
}

.rfp-container .rfp-box {
	width: 280px;
	position: fixed;
	background: #fff;
	box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
	transition: 500ms ease;
	opacity: 0;
	top: 100%;
	z-index: 101
}

.rfp-container .rfp-box.active {
	opacity: 1
}

.rfp-container .rfp-box .rfp-close {
	position: absolute;
	width: 28px;
	height: 28px;
	border-radius: 50px;
	background: #fff;
	z-index: 2;
	padding: 0;
	border: 1px solid #fff;
	right: 6px;
	top: 6px;
	color: #f33d3d;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.75);
	visibility: hidden
}

.rfp-container .rfp-box .rfp-close .icon {
	width: 100%;
	height: 100%
}

.rfp-container .rfp-box .right-sticky-body {
	padding: 24px;
	background: #102f4c;
	color: var(--bs-white)
}

.rfp-container .rfp-box .right-sticky-footer {
	padding: 12px;
	text-align: center
}

.rfp-container .rfp-box .right-sticky-footer h6 {
	font-size: 15px;
	color: #102f4c;
	margin-bottom: 16px;
	text-align: left;
	padding-left: 10px
}

.rfp-container .rfp-box .right-sticky-footer img {
	max-height: 76px
}

.rfp-container .rfp-box .right-sticky-footer .vr {
	opacity: .1
}

.content-bgtext {
	position: relative
}

.content-bgtext .content-banner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.content-bgtext .container {
	position: relative
}

.wechampion-links {
	display: flex;
	flex-wrap: wrap
}

.wechampion-links .btn {
	margin-right: 7px;
	margin-bottom: 7px
}

.client_logo_sec {
	background-image: url('../img/clients_bg.webp');
	padding: 65px 0;
	background-repeat: no-repeat
}

.client-logo {
	padding: 12px 12px;
	position: relative;
	filter: grayscale(1);
	transition: .2s linear;
	cursor: pointer;
  width: 180px;
  height: auto;
  object-fit: contain;
}

.insight_main {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

footer a {
  color: #fff !important;
  opacity: 0.8;
  text-decoration: unset;
}

@media (max-width:768px){
  .insight_main {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

#our_client_slider {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.client-logo:hover {
	filter: none;
	transform: scale(1.2)
}

.client-logo::after {
	position: absolute;
	content: "";
	width: 1px;
	height: 47px;
	background-color: #000;
	top: 29%;
	left: -10px
}

.client_logo_content {
	background: var(--bs-white);
	padding: 0 16px
}

.card-hovertheme {
	position: relative;
	transition: 300ms;
	border: 1px solid #9e9c9c
}

.card-hovertheme:hover {
	background: #102f4c;
	color: #fff;
	border-color: #102f4c
}

.card-hovertheme:hover>* {
	color: #fff
}

.card-hovertheme2 {
	position: relative;
	transition: 300ms;
	border: 1px solid #d9d9d9
}

.card-hovertheme2:hover {
	background: #102f4c;
	color: #fff;
	border-color: #102f4c
}

.card-hovertheme2:hover * {
	color: #fff
}

.card-hovertheme2:hover .btn-outline-dark {
	border-color: #fff
}

.card-hovertheme2:hover .btn-outline-dark:hover {
	background: #fff;
	color: #102f4c
}

.hero-banner {
	width: 100%;
	min-height: 400px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center
}

.hero-banner .position-relative h1.display-5 {
	font-size: 40px
}

.hero-banner .hero-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0
}

.hero-banner .hero-img::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(16 47 76 / 20%)
}

.hero-banner .hero-img.hero-noshade::after {
	background: transparent
}

.hero-banner .hero-img.hero-blackshade::after {
	background: rgba(0, 0, 0, 0.57)
}

.hero-banner .hero-img.hero-blackshade3::after {
	background: rgb(16 47 76 / 32%)
}

.hero-banner .hero-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.hero-banner .hero-content {
	width: 100%;
	border-radius: 0 400px 400px 0;
	padding: 35px 70px 35px 0;
	position: relative
}

.hero-banner .hero-content::before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100vw;
	left: -100vw;
	top: 0;
	background: inherit
}

.hero-banner .hero-content.hero-content-rounded {
	border-radius: 300px 400px 400px 0;
	padding: 50px 50px 50px 50px
}

.hero-banner .hero-content.hero-content-rounded::before {
	display: none
}

.breadcrumb .breadcrumb-item a {
	text-decoration: none;
	color: #0097ec
}

.breadcrumb .breadcrumb-item a:hover {
	text-decoration: underline
}

.form-shadow {
	background: #fff;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	margin: 50px 0
}

.form-shadow .form-control {
	border-radius: 0
}

.list-circle {
	padding: 0;
	margin: 0;
	list-style-type: none
}

.list-circle li {
	padding-left: 35px;
	position: relative
}

.list-circle li:not(last-child) {
	margin-bottom: 10px
}

.list-circle li::before {
	content: "—";
	position: absolute;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: #d9d9d9;
	left: 0;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #215b90
}

.card-themelighthover {
	transition: 300ms
}

.card-themelighthover .btn-outline-grey {
	color: var(--bs-black);
	border-color: #d9d9d9
}

.card-themelighthover:hover {
	color: var(--bs-white);
	background: #194670;
	border-color: #194670
}

.card-themelighthover:hover .text-theme {
	color: var(--bs-white);
	transition: 350ms
}

.card-themelighthover:hover .btn-outline-grey,
.card-themelighthover:hover .btn-outline-dark {
	border-color: var(--bs-white);
	color: var(--bs-white)
}

.card-themelighthover:hover .btn-outline-grey:hover,
.card-themelighthover:hover .btn-outline-dark:hover {
	background: #fff;
	color: var(--bs-black)
}

.video-box {
	display: block
}

.video-box video {
	width: 100%;
	display: block
}

.circle-box {
	border: 6px solid var(--bs-white);
	width: 215px;
	aspect-ratio: 1;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 10px 25px;
	text-align: center
}

.circle-box p {
	margin: 0;
	font-size: 13px;
	line-height: 18px;
	font-weight: 600
}

.list-flags {
	list-style-type: none;
	padding: 0;
	margin: 0
}

.list-flags li {
	margin-bottom: 8px
}

.list-flags li a {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	color: var(--bs-black)
}

.list-flags li a img {
	height: 18px;
	margin-right: 8px;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1)
}

.list-flags li a small {
	opacity: .75
}

.list-flags li a.active,
.list-flags li a:hover {
	color: var(--bs-danger)
}

.pagination-common .page-item .page-link {
	border-radius: 0;
	color: #000;
	font-size: 15px;
	background: #e6e6e6;
	margin: 2px;
	padding: 0;
	width: 38px;
	height: 38px;
	line-height: 37px;
	text-align: center;
	outline: 0
}

.pagination-common .page-item .page-link:hover {
	background: #194670;
	color: #fff;
	border-color: #194670;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25)
}

.pagination-common .page-item:first-child .page-link,
.pagination-common .page-item:last-child .page-link {
	background: #fff;
	border: 1px solid #000
}

.pagination-common .page-item:first-child .page-link:hover,
.pagination-common .page-item:last-child .page-link:hover {
	background: #194670;
	border-color: #194670;
	color: #fff
}

.white2theme-linkbox {
	display: block;
	text-decoration: none;
	color: #696969;
	transition: 350ms
}

.white2theme-linkbox:hover {
	background-color: #102f4c;
	color: #fff;
	text-decoration: underline
}

.accordion-flushcommon .accordion-button:not(.collapsed) {
	color: #fff;
	background-color: #194670
}

.accordion-flushcommon .accordion-button:not(.collapsed)::after {
	filter: brightness(0) invert(1)
}

.gdprcookie {
	text-align: center;
	background-color: rgb(20 20 20 / 92%);
	min-height: 26px;
	font-size: 14px;
	color: #ccc;
	line-height: 26px;
	padding: 10px 30px 10px 30px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9999
}

.gdprcookie p {
	font-size: 14px;
	color: #ccc;
	line-height: 26px;
	padding: 5px 0 5px 0;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	text-align: center
}

.gdprcookie button {
	background-color: #f1d600;
	color: #000;
	display: inline-block;
	border-radius: 5px;
	padding: 4px 20px;
	cursor: pointer
}

footer {
	background: var(--bs-black);
	color: var(--bs-white);
	padding-top: 30px;
	padding-bottom: 30px
}

footer .footer-logo {
	display: inline-block;
	margin-bottom: 22px
}

footer .footer-logo img {
	filter: brightness(0) invert(1)
}

footer .footer-follow a {
	text-decoration: none;
	color: #fff;
	display: inline-block;
	margin-left: 8px
}

footer .footer-links {
	margin-bottom: 0;
	list-style-type: none;
	padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

/* .case_stdy_footer .footer-logo img {
	max-width: 46%
} */

footer .footer-links li {
	margin-top: 2px
}

footer .footer-links li a {
	text-decoration: none;
	color: #fff
}

footer .footer-links li a:hover {
	opacity: .75
}

footer .footer-link {
	color: #fff;
	text-decoration: none
}

footer .footer-link:hover {
	opacity: .75
}

footer .hstack {
	font-weight: 600;
	margin-bottom: 10px
}

footer .hstack a {
	color: #fff;
	text-decoration: none
}

footer .hstack a:hover {
	opacity: .75
}

.dropdown-320 {
	width: 320px
}

.dropdown-430 {
	width: 430px
}

.dropdown-560 {
	width: 560px
}

.mb-25 {
	margin-bottom: 25px
}

.mb-50 {
	margin-bottom: 50px
}

.p-25 {
	padding: 25px
}

.p-30 {
	padding: 30px
}

.pt-25 {
	padding-top: 25px
}

.pt-50 {
	padding-top: 50px
}

.pb-25 {
	padding-bottom: 25px
}

.pb-50 {
	padding-bottom: 50px
}

.py-5px {
	padding-top: 5px;
	padding-bottom: 5px
}

.py-6px {
	padding-top: 6px;
	padding-bottom: 6px
}

.py-8px {
	padding-top: 8px;
	padding-bottom: 8px
}

.py-25 {
	padding-top: 25px;
	padding-bottom: 25px
}

.py-35 {
	padding-top: 35px;
	padding-bottom: 35px
}

.p-sm20-30,
.p-sm25-30 {
	padding: 30px
}

.p-sm25-50 {
	padding: 50px
}

.px-sm25-50 {
	padding-left: 50px;
	padding-right: 50px
}

.py-sm25-40 {
	padding-top: 40px;
	padding-bottom: 40px
}

.py-sm25-50 {
	padding-top: 50px;
	padding-bottom: 50px
}

.pb-sm25-50 {
	padding-bottom: 50px
}

.py-sm50-100 {
	padding-top: 36px;
	padding-bottom: 36px
}

.pt-sm50-100 {
	padding-top: 100px
}

.mt-sm10-20 {
	margin-top: 20px
}

.mt-sm20-30 {
	margin-top: 30px
}

.mt-sm50-100 {
	margin-top: 100px
}

.mt-sm25-40 {
	margin-top: 40px
}

.mt-sm25-50 {
	margin-top: 50px
}

.mb-sm20-40 {
	margin-bottom: 40px
}

.mb-sm25-50 {
	margin-bottom: 50px
}

.mb-sm50-100 {
	margin-bottom: 50px
}

.owl-carousel-equalheight .owl-stage {
	display: flex
}

.owl-carousel-equalheight .item {
	display: flex;
	flex: 1 0 auto;
	height: 100%
}

#case-stydy-slider.owl-carouselarrow .owl-nav {
	left: 188px !important;
	width: calc(100% + -394px) !important;
	bottom: 44px;
	top: unset;
	height: auto
}

#case-stydy-slider {
	background-color: #102f4c;
	padding: 44px 30px 70px 30px;
	border-radius: 17px;
	height: 323px;
	margin-top: 20px
}

#case-stydy-slider.owl-carouselarrow .owl-nav button {
	border: 1px solid #fff !important;
	color: #fff !important
}

.owl-carouselarrow .owl-nav,
.owl-carouselarrow .owl-nav.disabled {
	position: absolute;
	top: 0;
	left: -36px;
	width: calc(100% + 68px);
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	pointer-events: none
}

.owl-carouselarrow .owl-nav button,
.owl-carouselarrow .owl-nav.disabled button {
	width: 34px;
	height: 34px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #102f4c !important;
	border: 1px solid #102f4c !important;
	pointer-events: all;
	border-radius: 40px;
	font-size: 20px !important
}

.owl-carouselarrow .owl-nav button:hover,
.owl-carouselarrow .owl-nav.disabled button:hover {
	color: #fff !important;
	background: #102f4c !important
}

#homeSlider.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
	background: rgba(255, 255, 255, 0.25) !important
}

#homeSlider .owl-dots {
	display: none
}

.home-slide {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: 1s
}

.cse_titles {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	font-size: 18px
}

.home-slide.active {
	opacity: 1
}

.testimo-user {
	width: 120px;
	max-width: 120px;
	height: 120px;
	max-height: 120px;
	margin: -46px auto 0 auto;
	border-radius: 120px
}

@media only screen and (min-width:1201px) and (max-width:1499px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		width: 100%;
		max-width: 1200px
	}
	.items_litss a {
		display: flex;
		align-items: center;
		gap: 10px;
		text-decoration: none;
		border-radius: 4px;
		font-weight: 600;
		color: #000;
		font-size: 12px;
	}
	.consultant_btn {
		padding: 8px 11px;
	}
}

@media screen and (min-width:1180px) and (max-width:1600px) {
	footer {
		padding-top: 10px;
		padding-bottom: 15px
	}

	footer address {
		font-size: 14px;
		opacity: .9
	}

	footer .footer-follow {
		font-size: 14px
	}

	footer .footer-follow.mb-3 {
		margin-bottom: 16px !important
	}

	footer .footer-links li a {
		font-size: 14px;
		opacity: .9
	}

	footer h6.mb-3 {
		font-size: 15px;
		margin-bottom: 8px !important
	}

	footer .hry-25 {
		margin: 15px 0
	}

	footer .copyright,
	footer .hstack {
		font-size: 14px;
		opacity: .9
	}
}

@media(min-width:992px) and (max-width:1199px) {
	.prjt_dets {
		height: 202px
	}

	.reg_cat>a {
		width: 47%;
		display: flex;
		justify-content: center;
		align-items: center
	}

	.profile_img {
		width: 40%
	}

	.profile_rightss {
		padding: 15px 15px;
		width: 60%
	}

	.clnt_email {
		font-size: 12px
	}

	.case_stydy_content {
		padding: 20px 150px 20px 20px;
		height: auto
	}

	.case_stydy_content h1 {
		font-size: 22px
	}

	.case_stdy_banner_img {
		width: 25%;
		right: 0
	}
}

@media screen and (max-width:991.9px) {
	body:has(.navbar-collapse.show) {
		overflow: hidden
	}

	.navbar {
		box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25)
	}

	.navbar .nav-link {
		padding-left: 15px;
		padding-right: 15px
	}

	.navbar .dropdown-menu-center {
		transform: none !important
	}

	.navbar .dropdown-320,
	.navbar .dropdown-430,
	.navbar .dropdown-560 {
		width: auto
	}

	.navbar .dropdown-320 .flex-wrap,
	.navbar .dropdown-430 .flex-wrap,
	.navbar .dropdown-560 .flex-wrap {
		align-items: flex-start
	}

	.navbar .navbar-collapse {
		height: calc(100vh - 80px);
		overflow: hidden;
		overflow-y: auto
	}

	.row-shifter {
		width: auto
	}

	.rfp-container .rfp-mobilebutton {
		display: block
	}

	.rfp-container .rfp-box {
		display: none;
		left: auto !important;
		right: 15px
	}

	.rfp-toggle .rfp-container .rfp-mobilebutton {
		display: none
	}

	.rfp-toggle .rfp-container .rfp-box {
		display: block;
		top: auto !important;
		bottom: 10px !important
	}

	.rfp-toggle .rfp-container .rfp-box .rfp-close {
		visibility: visible
	}
}

@media(min-width:768px) and (max-width:991px) {
    .ordercls {
        max-width: 100%;
        margin-bottom: 30px;
    }
    #checkout-button{
        margin-top: 10px;
    }
	.prjt_dets {
		height: auto
	}

	.reg_cat>a {
		width: 47%;
		display: flex;
		justify-content: center;
		align-items: center
	}

	.sub_menu_list {
		transform: translateX(0)
	}

	.case_stydy_content {
		padding: 20px 20px 20px 20px;
		height: auto
	}

	.case_stdy_banner_img img {
		width: 100%
	}

	.case_stydy_content h1 {
		font-size: 22px
	}

	.case_stdy_banner_img {
		position: inherit;
		width: 100%;
		transform: translate(0, 0);
		text-align: center
	}
}

@media screen and (min-width:767.9px) {
	.border-md-enddark {
		border-right: 1px solid var(--bs-dark)
	}

	.ps-md-30 {
		padding-left: 30px
	}
}

@media screen and (max-width:767.9px) {
	.top-bar .top-link {
		padding: 0 6px
	}

	.top-bar .top-search {
		z-index: 2;
		left: 0;
		right: 0;
		display: block;
		transition: 0
	}

	.top-bar .top-search:not(:-moz-placeholder-shown) {
		background-color: #333;
		width: 100%;
		max-width: calc(100vw - 20px);
		padding-left: 10px;
		position: absolute;
		margin: 0 auto !important;
		border: none !important
	}

	.top-bar .top-search:focus,
	.top-bar .top-search:not(:placeholder-shown) {
		background-color: #333;
		width: 100%;
		max-width: calc(100vw - 20px);
		padding-left: 10px;
		position: absolute;
		margin: 0 auto !important;
		border: none !important
	}
}

@media screen and (max-width:767px) {
    .ordercls h1 {
        font-size: 30px;
    }
    .ordercls {
        max-width: 100%;
        margin-bottom: 30px;
    }
    .text-endss {
        text-align: center;
    }
    .wth_100{
        width: 100%;
    }
	.gdprcookie p {
        font-size: 13px;
        line-height: 22px;
    }
    .gdprcookie {
        font-size: 14px;
        color: #ccc;
        line-height: 26px;
        padding: 10px 10px 10px 10px;
    }
	.con_rfp_btn {
		margin-top: 10px;
	}
	#sidebar {
		margin-bottom: 1rem;
	}
	.go-to-market-bg{
		background-position-x: 0;
	}
	.navbar .navbar-brand {
		width: 150px;
		margin-right: 0
	}

	.celebrating-logo {
		width: 105px !important
	}

	.navbar-brand::after {
		right: -12px
	}

	.text-sm-center {
		text-align: center;
		margin-bottom: 20px
	}

	.sec_tabs a {
		width: 100%
	}

	.govt_plan .max_40 {
		max-width: 100%
	}

	.go-to-market-bg .max_75 {
		max-width: 100%
	}

	.cardss_h {
		height: auto
	}

	.hd_type {
		margin-bottom: 30px
	}

	.text::after {
		bottom: -28px
	}

	.page_tabs a {
		width: 100%
	}

	.circle::after {
		display: none
	}

	.g-recaptcha {
		transform: scale(0.77);
		transform-origin: 0 0
	}

	.hero-content .display-5 {
		font-size: 28px !important
	}

	.owl-carouselarrow .owl-nav,
	.owl-carouselarrow .owl-nav.disabled {
		display: none !important
	}

	.prjt_dets {
		height: auto
	}

	.reg_grouth {
		padding: 20px 20px 0 20px
	}

	.reg_cat>a {
		width: 47%;
		display: flex;
		justify-content: center;
		align-items: center
	}

	.profile_left {
		display: block;
		height: auto
	}

	.profile_img {
		width: 100%
	}

	.profile_rightss {
		padding: 15px 24px;
		width: 100%
	}

	.crd_padd {
		padding: 40px 20px
	}

	#client-testimonials-slider.owl-carousel .owl-dots {
		bottom: 6px
	}

	.bg_stroys {
		background-image: none;
		background-color: #4a77b2
	}

	.bg_stroys1 {
		background-image: none;
		background-color: #4a77b2
	}

	.bg_stroys2 {
		background-image: none;
		background-color: #4a77b2
	}

	.bg_stroys3 {
		background-image: none;
		background-color: #4a77b2
	}

	.bg_stroys4 {
		background-image: none;
		background-color: #4a77b2
	}

	.bg_stroys5 {
		background-image: none;
		background-color: #4a77b2
	}

	.futur_growth_bg {
		background-position-x: 0
	}

	.left_cont {
		margin-bottom: 20px
	}

	.case_stydy_content {
		padding: 20px 20px 20px 20px;
		height: auto
	}

	.case_stydy_content h1 {
		font-size: 20px
	}

	.case_stdy_banner_img {
		position: inherit;
		width: 100%;
		transform: translate(0, 0)
	}

	.sub_menu_list {
		--bs-dropdown-min-width: 0 !important;
		transform: translateX(0)
	}

	.case_sty_heading {
		font-size: 24px
	}
}

@media screen and (min-width:575px) {
	.maxw-sm-300 {
		max-width: 300px
	}

	.maxw-sm-323 {
		max-width: 323px
	}

	.maxw-sm-360 {
		max-width: 360px
	}

	.maxw-sm-380 {
		max-width: 380px
	}

	.maxw-sm-400 {
		max-width: 400px !important
	}

	.maxw-sm-420 {
		max-width: 420px
	}

	.maxw-sm-430 {
		max-width: 430px
	}

	.maxw-sm-440 {
		max-width: 440px
	}

	.maxw-sm-450 {
		max-width: 450px
	}

	.maxw-sm-460 {
		max-width: 460px
	}

	.maxw-sm-470 {
		max-width: 470px !important
	}

	.maxw-sm-480 {
		max-width: 480px !important
	}

	.maxw-sm-490 {
		max-width: 490px
	}

	.maxw-sm-590 {
		max-width: 590px !important
	}

	.maxw-sm-580 {
		max-width: 580px !important
	}

	.maxw-sm-600 {
		max-width: 600px !important
	}

	.maxw-sm-602 {
		max-width: 602px !important
	}

	.maxw-sm-640 {
		max-width: 640px !important
	}

	.maxw-sm-690 {
		max-width: 690px !important
	}

	.maxw-sm-720 {
		max-width: 720px
	}

	.maxw-sm-730 {
		max-width: 730px
	}

	.maxw-sm-740 {
		max-width: 740px
	}

	.maxw-sm-750 {
		max-width: 750px
	}

	.maxw-sm-80pr {
		max-width: 80%
	}

	.mmwh-sm-280x164 {
		min-width: 280px;
		max-width: 280px;
		min-height: 164px;
		max-height: 164px
	}
}

@media screen and (max-width:575px) {
	.p-sm20-30 {
		padding: 20px
	}

	.p-sm25-30,
	.p-sm25-50 {
		padding: 25px
	}

	.px-sm25-50 {
		padding-left: 25px;
		padding-right: 25px
	}

	.py-sm25-40,
	.py-sm25-50 {
		padding-top: 25px;
		padding-bottom: 25px
	}

	.pb-sm25-50 {
		padding-bottom: 25px
	}

	.mt-sm10-20 {
		margin-top: 10px
	}

	.mt-sm20-30 {
		margin-top: 20px
	}

	.mt-sm50-100 {
		margin-top: 50px
	}

	.mt-sm25-40,
	.mt-sm25-50 {
		margin-top: 25px
	}

	.mb-sm20-40 {
		margin-bottom: 20px
	}

	.mb-sm25-50 {
		margin-bottom: 25px
	}

	.mb-sm50-100 {
		margin-bottom: 50px
	}
}

@media screen and (max-width:576px) {

	.owl-carouselarrow .owl-nav,
	.owl-carouselarrow .owl-nav.disabled {
		left: 0;
		width: 100%;
		display: none
	}

	.owl-carouselarrow .owl-dots,
	.owl-carouselarrow .owl-dots.disabled {
		width: 100%;
		position: absolute;
		text-align: center;
		left: 0
	}

	.owl-carouselarrow .owl-dots button,
	.owl-carouselarrow .owl-dots.disabled button {
		width: 12px;
		height: 5px;
		background-color: rgba(255, 255, 255, 0.5);
		margin: 8px 4px 4px 4px;
		border-radius: 10px;
		border: 1px solid rgba(16, 47, 76, 0.35);
		box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.5)
	}

	.owl-carouselarrow .owl-dots button.active,
	.owl-carouselarrow .owl-dots.disabled button.active {
		background-color: rgba(16, 47, 76, 0.5)
	}
}

@media screen and (max-width:420px) {
	.navbar .navbar-brand {
		width: 150px;
		margin-right: 0
	}

	.celebrating-logo {
		width: 105px !important
	}

	.navbar-brand::after {
		right: -12px
	}
}
