@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Overpass:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');
@font-face {
	font-family: 'TrajanPro-Bold';
	src: url('../fonts/TrajanPro-Bold.eot');
	src: url('../fonts/TrajanPro-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/TrajanPro-Bold.woff2') format('woff2'), url('../fonts/TrajanPro-Bold.woff') format('woff'), url('../fonts/TrajanPro-Bold.ttf') format('truetype'), url('../fonts/TrajanPro-Bold.svg#TrajanPro-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face{
	font-family: 'notoSansSc';
	src: url('../fonts/NotoSansSC-VariableFont_wght.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
body {
	font-family: "notoSansSc", sans-serif!important;
}
ul {
	padding: 0px;
	margin: 0px;
}
li {
	list-style: none;
}
a {
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.container {
	max-width: 1300px;
}
p {
	font-size: 19px;
}
/****** Menu css ******/
.wrapper-menu ul.navbar-nav li a {
	color: #fff;
	font-size: 19px;
	font-weight: bold;
	margin-left: 4px;
}
.nav-item.buy-now a {
	background: #302018;
	border-radius: 10px;
	padding: 5px 22px !important;
}
.wrapper-menu.fixed ul.navbar-nav li.buy-now a {
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	margin-left: 23px;
	background: #ffa725;
}
.wrapper-menu ul.navbar-nav {
	margin-left: auto;
}
.add-banner-wr .col-md-3 {
	padding: 0px;
}
.add-banner-wr {
	background-size: cover;
}
 @media (max-width:991px) {
.container {
	max-width: 100%;
}
.menu-bar ul.menu {
	position: fixed;
	width: 268px;
	left: 0;
	text-align: left;
	background: #ffffff;
	z-index: 2;
	padding: 0px 0px;
	z-index: 999;
	top: 0;
	height: 100%;
	left: -100%;
	transition: all .4s;
	transition: all .4s;
	-webkit-box-shadow: 0 0 5px rgb(0 0 0 / 30%);
	box-shadow: 0 0 5px rgb(0 0 0 / 30%);
}
.nav_area ul li a img {
	padding-right: 10px;
	max-width: 41px;
	margin-top: -10px;
}
.menu-bar ul.menu.open {
	left: 0;
}
.header .row {
	align-items: center;
}
.toggle {
	color: #ffffff;
	cursor: pointer;
	font-size: 20px;
	margin: 0;
	text-align: center;
	display: block;
	position: absolute;
	right: 7px;
	top: -56px;
	z-index: 9999;
	background: #16296b;
	width: 38px;
	height: 38px;
	line-height: 41px;
	border-radius: 50%;
	box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
}
.menu-side {
	position: initial;
}
.nav_area ul li a {
	line-height: 39px !important;
	font-size: 16px;
	color: #16296b;
	padding: 0px 14px;
	display: inline-block;
	width: 100%;
	font-weight: 600;
}
span.arrow {
	position: absolute;
	right: 10px;
	color: #16296b;
	top: 8px;
	width: 40px;
	text-align: center;
	height: 30px;
	font-size: 18px;
}
nav.nav_area ul li {
	display: block;
	position: relative;
	border: 0;
}
nav.nav_area ul li {
	border-bottom: solid 1px #dfdfdf;
}
.menu-logo-mobile-view {
	padding: 12px;
}
.menu-logo-mobile-view a {
	display: inline-block;
	max-width: 95%;
}
ul.sub-menu {
	display: none;
	position: relative;
	background: transparent;
	padding: 0;
}
ul li .sub-menu li a {
	line-height: 14px;
}
.header .container {
	position: initial;
}
ul.sub-menu span.arrow {
	right: 10px;
	text-align: right;
}
span.arrow.close-icon i:before {
	content: '\f106';
}
ul.sub-menu li.menu-item-has-children span.arrow.close-icon i:before {
	content: "\f106";
}
.home-slider.owl-carousel .owl-item img {
	height: 300px;
}
.top-bar img {
	max-width: 25px;
	vertical-align: middle;
}
.select-drop {
	margin: 20px auto 0;
}
.menu-bar {
	position: initial;
	background: transparent;
}
}
 @media (min-width: 992px) {
label.toggle {
	display: none;
}
.menu-bar {
	width: 100%;
	text-align: right;
}
.nav_area > ul > li {
	display: inline-block;
	position: relative;
	padding-left: 32px;
}
li.menu-item-has-children.language::after {
	content: "";
	position: absolute;
	border-right: solid 1px #fff;
	right: -4px;
	height: 14px;
	top: 5px;
}
li.menu-item-has-children.language {
	position: relative;
}
li.menu-item-has-children.language-chan {
	padding-right: 0px;
}
.nav_area ul li a {
	color: #16296b;
	font-size: 17px;
	display: inline-block;
	text-decoration: none;
	padding-bottom: 37px;
	font-weight: 600;
	padding-top: 37px;
}
span.arrow {
	padding-left: 0px;
	color: #000000;
	margin-left: 6px;
	position: absolute;
	top: 41px;
	font-size: 13px;
}
.nav_area > ul > li ul.sub-menu {
	display: block;
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
	display: none;
}
ul.sub-menu {
	min-width: 195px;
}
ul.sub-menu {
	position: absolute;
	background: #003681;
	z-index: 555;
	text-align: left;
}
.nav_area ul li:hover > ul.sub-menu {
	display: block;
}
ul.sub-menu {
	position: absolute;
	background: #16296b;
	z-index: 555;
	text-align: left;
	border-radius: 0px;
	-webkit-box-shadow: -10px 6px 32px 0 rgb(26 41 66 / 4%);
	box-shadow: -10px 6px 32px 0 rgb(26 41 66 / 4%);
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.nav_area > ul > li:hover > ul.sub-menu, .nav_area ul.sub-menu > li:hover > ul.sub-menu {
	/* transform: scaleY(1) translateZ(0); */
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	visibility: visible;
	overflow: visible;
	z-index: 20;
	-webkit-transition: opacity .2s ease-out, -webkit-transform .25s cubic-bezier(.1, .47, .3, 1.15);
	transition: opacity .2s ease-out, -webkit-transform .25s cubic-bezier(.1, .47, .3, 1.15);
	-o-transition: opacity .2s ease-out, transform .25s cubic-bezier(.1, .47, .3, 1.15);
	transition: opacity .2s ease-out, transform .25s cubic-bezier(.1, .47, .3, 1.15);
	transition: opacity .2s ease-out, transform .25s cubic-bezier(.1, .47, .3, 1.15), -webkit-transform .25s cubic-bezier(.1, .47, .3, 1.15);
}
	 /*三级菜单增加*/
	 ul.sub-menu li{
		 position: relative;
	 }
ul.sub-menu li ul.sub-menu {
	position: absolute; /**三级菜单增加*/
	left: 100%;
	top: 0px;
	width: 100%;
}
.nav_area > ul > li ul.sub-menu li a:hover {
    width: 100%;
    padding-left: 20px;
    background: #1e3587;
}
.nav_area > ul > li ul.sub-menu li a {
	color: #ffffff;
	position: relative;
	letter-spacing: 0px;
	font-weight: 500;
}
ul.sub-menu li a {
    color: #000;
    line-height: 20px;
    padding: 9px 17px;
    font-size: 14px;
    display: inline-block;
    text-transform: capitalize;
    text-decoration: none;
    font-weight: bold;
    -webkit-transition: padding .2s ease-out;
    -o-transition: padding .2s ease-out;
    transition: padding .2s ease-out;
    width: 100%;
    border-bottom: solid 1px #142252;
}
ul.sub-menu li.menu-item-has-children .arrow {
	color: #fff;
	padding-left: 0;
}
}
.top-logo.logo-mobile {
	display: none;
}
.navbar-nav li:hover > ul.dropdown-menu {
	display: block;
}
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
}
/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
	text-decoration: underline;
	transform: rotate(-90deg);
}
.wrapper-menu ul.navbar-nav li ul.dropdown-menu {
	background: #50418a;
	padding-top: 0px;
	padding-bottom: 0px;
	border-radius: 0;
	margin-top: 0px;
}
.wrapper-menu ul.navbar-nav li ul.dropdown-menu a {
	font-size: 15px;
	padding-left: 11px;
	padding-right: 7px;
	margin-left: 0px;
	line-height: 28px;
}
.wrapper-menu ul.navbar-nav li ul.dropdown-menu a:hover {
	background: #3b2a7b;
}
.wrapper-menu ul.navbar-nav li ul.dropdown-menu .dropdown-toggle::after {
	position: absolute;
	right: 10px;
	top: 14px;
}
.wrapper-menu nav#nav {
	padding-bottom: 0px;
}
.wrapper-menu ul.navbar-nav > li > a {
	padding-bottom: 12px;
}
.row.header-row {
	align-items: center;
}
.logo a {
	display: inline-block;
	max-width: 90%;
}
.nav_area > ul > li.globe-icon a {
	padding: 0px;
	font-size: 22px;
	position: relative;
	padding-left: 25px;
}
.nav_area > ul > li.globe-icon a i.fal {
	position: absolute;
	left: 0;
	top: -15px;
}
.header-right-information ul li.language-box-wrapper span.arrow {
	display: inline-block;
	padding-left: 18px;
	color: #000000;
	margin-left: 4px;
	position: absolute;
	bottom: 1px;
	font-size: 10px;
}
.header-right-information ul li.language-box-wrapper select {
	/* background: none; */
	border: none;
	outline: 0px;
	color: #000000;
	font-size: 14px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background: url(../images/arrow-down.png);
	background-repeat: no-repeat;
	background-position: 100% 54%;
	padding-right: 0px;
	text-transform: uppercase;
	position: relative;
	z-index: 3333;
}
.mobile-menu.wrapper-menu {
	padding-top: 16px;
}
.home-page-header {
	position: absolute;
	width: 100%;
	left: 0;
	z-index: 333;
}
/****** Menu css End ******/

/****** index ******/
.banner-section {
	position: relative;
}
.slider-banner-text-info {
	text-align: center;
	position: absolute;
	width: 100%;
	top: 64%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.slider-banner-text .slider-banner-title {
	font-size: 45px;
	font-family: 'TrajanPro-Bold';
	text-transform: uppercase;
	color: #ffffff;
	font-weight: bold;
	text-shadow: 1px 1px 5px #000000;
	letter-spacing: 1px;
	line-height: normal;
}
.slider-banner-text ul {
	margin-top: 45px;
}
.slider-banner-text ul li {
	display: inline-block;
}
.slider-banner-text ul li a {
	display: inline-block;
	text-decoration: none;
	font-size: 15px;
	color: #16296b;
	text-transform: uppercase;
	padding: 9px 31px 4px;
	border-radius: 50px;
	font-weight: 500;
	border: solid 1px #3a4a82;
	background-color: rgba(255,255,255,0.8);
}
.about-button a {
	display: inline-block;
	text-decoration: none;
	font-size: 15px;
	color: #16296b;
	text-transform: uppercase;
	padding: 9px 31px 4px;
	border-radius: 50px;
	font-weight: 500;
	border: solid 1px #3a4a82;
	background-color: rgba(255,255,255,0.8);
}

.slider-banner-text ul li a:hover {
	color: #ffffff;
	border: solid 1px #1d2d69;
	background-color: #1d2d69;
}
#sliderhome .owl-dots {
	text-align: center;
	bottom: 45px;
	position: absolute;
	margin: 0px auto;
	width: 100%;
}
#sliderhome .owl-dots button.active span {
	background-color: #ffffff;
	position: relative;
}
#sliderhome .owl-dots button span {
	background-color: #ffffff;
}
#sliderhome .owl-dots button {
	outline: 0;
}
#sliderhome .owl-dots .owl-dot span {
	width: 45px;
	height: 3px;
	border-radius: 0px;
	margin: 0px 3px;
}
#sliderhome .owl-nav {
	display: none;
}
.aboutus-section {
	padding: 45px 0px;
	position: relative;
}
.back-layer {
	position: absolute;
	top: 0;
	right: 0;
	max-width: 793px;
}
.aboutus-details-row {
	margin: auto;
	background-color: #16296b;
	align-items: center;
	position: relative;
	z-index: 33;
}
.aboutus-details-row .col-md-6 {
	padding: 0px 0px;
}
.aboutus-details-info {
	padding: 19px 60px;
}
.aboutus-details-info p {
	font-size: 19px;
	/*text-align: justify;*/
	color: #ffffff;
	font-weight: 200;
	line-height: 37px;
}
.aboutus-details-info .btn-wrapper {
	text-align: left;
	margin-top: 30px;
}
.aboutus-details-info .btn-wrapper a {
	background: transparent;
	border: solid 1px #ffffff;
}
.aboutus-details-img img {
	width: 100%;
}
.strengths-section {
	position: relative;
	padding-bottom: 40px;
}
.strengths-section .container {
	position: relative;
	z-index: 33;
}
.strengths-section::after {
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	height: -webkit-fill-available;
	background: #dee1eb;
	bottom: 0px;
	top: 70px;
}
.global-expertise-section {
	position: relative;
	z-index: 33;
	margin-bottom: 40px;
}
.global-expertise-details-info {
	text-align: center;
	position: relative;
	z-index: 33;
	padding: 50px 0px 40px;
}
.global-expertise-details-info .global-expertise-title {
	font-size: 35px;
	text-transform: uppercase;
	font-weight: 900;
	color: #ffffff;
}
.global-expertise-details-info p {
	margin-bottom: 0px;
	font-size: 25px;
	font-weight: 100;
	color: #ffffff;
}
.global-expertise-section::after {
	content: "";
	position: absolute;
	left: 0;
	width: 97%;
	top: 0;
	height: -webkit-fill-available;
	background-image: url(../images/global-expertise-bgg.png);
	background-size: cover;
}
.heading-title {
	text-align: center;
	font-size: 34px;
	font-family: 'TrajanPro-Bold';
	text-transform: uppercase;
	color: #16296b;
	position: relative;
	margin-bottom: 43px;
	padding-bottom: 12px;
}
.heading-title::after {
	content: "";
	position: absolute;
	width: 75px;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0px;
	background: #16296b;
	height: 2px;
}
.strengths-box-wrapper-row {
	margin-left: -6px;
	margin-right: -6px;
}
.strengths-box-wrapper-row .col-md-3 {
	max-width: 20%;
	padding: 0px 6px;
}
.strengths-box-wrapper.box-two {
	margin-top: 27px;
}
.strengths-box-wrapper {
	background: #ffffff;
	box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
}
.strengths-box-wrapper .strengths-box-img img {
	width: 100%;
}
.strengths-box-wrapper {
	background: #ffffff;
	min-height: 100%;
	box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
}
.strengths-box-wrapper .strengths-box-img img {
	width: 100%;
}
.strengths-box-wrapper .strengths-box-text-info {
	padding: 12px;
	padding-bottom: 25px;
}
.strengths-box-wrapper .strengths-box-text-info .strengths-box-title {
	font-family: 'TrajanPro-Bold';
	text-transform: uppercase;
	color: #16296b;
	font-weight: bold;
	line-height: 33px;
	font-size: 21px;
	letter-spacing: 1px;
	margin-bottom: 5px;
}
.strengths-box-wrapper .strengths-box-text-info p {
	margin-bottom: 0px;
	font-size: 15px;
	color: #000000;
	font-weight: 600;
	line-height: 23px;
	padding-top: 3px;
}
.strengths-section .btn-wrapper {
	margin-top: 60px;
}
.team-section {
	background: #b1b8cd;
	padding: 25px 0px 38px;
	background-image: linear-gradient(#9da4bf, #f4f5f8);
}
.ream-heading {
	font-size: 26px;
	margin-bottom: 15px;
	font-family: 'TrajanPro-Bold';
	text-transform: uppercase;
	color: #16296b;
	position: relative;
}
.ream-heading::after {
	content: "";
	position: absolute;
	width: 86%;
	right: 0;
	bottom: 14px;
	height: 4px;
	background: #34447e;
}
.row.team-box-wrapper-row-one {
	display: flex;
	justify-content: center;
}
.team-box-wrapper-row-two {
	margin-top: 20px;
}
.team-box-wrapper {
	text-align: center;
	margin: 0px 7px;
}
.team-box-wrapper .team-img img {
	border-radius: 100%;
	overflow: hidden;
	border: solid 1px #6f7aa3;
	background: #ffffff;
	padding: 6px;
	box-shadow: rgb(14 30 37 / 12%) 0px 2px 4px 0px, rgb(14 30 37 / 32%) 0px 2px 16px 0px;
}
.team-box-wrapper .team-box-text {
	padding-top: 18px;
}
.team-box-wrapper .team-box-text .team-box-title {
	color: #16296b;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 21px;
}
.team-box-wrapper .team-box-text p {
	margin-bottom: 0px;
	font-size: 15px;
	color: #000000;
	font-weight: 900;
}
.team-box-wrapper .team-box-text .principal-title {
	font-size: 20px;
	font-family: 'TrajanPro-Bold';
	text-transform: uppercase;
	color: #16296b;
	position: relative;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.team-box-wrapper .team-box-text .principal-title::after {
	content: "";
	position: absolute;
	width: 30px;
	height: 2px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: #0a194b;
}
.btn-wrapper {
	text-align: center;
	margin-top: 35px;
}
.btn-wrapper a {
	display: inline-block;
	text-decoration: none;
	font-size: 15px;
	color: #ffffff;
	text-transform: uppercase;
	padding: 10px 32px;
	border-radius: 50px;
	padding-bottom: 5px;
	background-color: #3a4a82;
	font-weight: bold;
	border: solid 2px #ffffff;
	text-align: center;
}
.footer-section {
	padding-top: 50px;
	background-image: url(../images/footer-bgg.jpg);
	background-size: cover;
}
.footer-logo {
	padding-top: 6px;
}
.footer-logo a {
	display: inline-block;
	max-width: 80%;
}
.footer-menu-info ul li {
	line-height: 26px;
}
.footer-menu-info ul li a {
	display: inline-block;
	text-decoration: none;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 17px;
	margin-bottom: 9px;
}
.footer-menu-info ul li a:hover {
	color: #1d2d69;
}
.footer-details-info .footer-details-title {
	font-size: 17px;
	color: #ffffff;
	text-transform: uppercase;
	line-height: 26px;
}
.footer-details-info ul li {
	line-height: 26px;
}
.footer-details-info ul li a {
	display: inline-block;
	text-decoration: none;
	color: #ffffff;
	font-size: 14px;
	font-weight: 200;
}
.footer-details-info.contact ul li {
	padding-left: 25px;
	position: relative;
}
.footer-details-info.contact ul li i {
	position: absolute;
	top: 4px;
	left: 0;
	color: #ffffff;
}
.footer-details-info.contact {
	padding-left: 30px;
	position: relative;
}
.footer-details-info.contact::after {
	content: "";
	position: absolute;
	top: 0;
	left: -30px;
	height: 160px;
	width: 1px;
	background: #ffffff;
}
.copyright-info {
	border-top: solid 1px #ffffff;
	margin-top: 35px;
	padding: 13px 0px;
}
.copyright-text {
	font-size: 14px;
	color: #ffffff;
	font-weight: 200;
}
.besign-by {
	text-align: right;
}
.besign-by a {
	font-size: 14px;
	color: #ffffff;
	font-weight: 200;
}
/****** index 2 ******/
.header-section.wrapp {
	padding-bottom: 10px;
}
.banner-wrapper img {
	width: 100%;
}
.banner-text-info {
	text-align: center;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.banner-title {
	font-size: 40px;
	font-family: 'TrajanPro-Bold';
	text-transform: uppercase;
	color: #ffffff;
	text-shadow: 1px 1px 5px #000000;
	letter-spacing: 1px;
	line-height: normal;
}
.content-section {
	padding: 60px 0px;
	position: relative;
}
.aboutus-details-row.wrapper {
	background: no-repeat;
	position: relative;
	padding: 40px 0px;
	margin-bottom: 58px;
}
.aboutus-details-row.wrapper .aboutus-details-img {
	position: relative;
	z-index: 333;
}
.aboutus-details-row.wrapper .aboutus-details-info {
	position: relative;
	z-index: 333;
	padding: 0px 45px;
}
.aboutus-details-info .aboutus-details-title {
	font-size: 27px;
	color: #ffffff;
	font-family: 'TrajanPro-Bold';
	/*text-transform: uppercase;*/
}
.aboutus-details-row.wrapper::after {
	content: "";
	position: absolute;
	width: 90%;
	right: 0;
	top: 0;
	background: #16296b;
	height: -webkit-fill-available;
}
.aboutus-details-text-info .aboutus-details-text-title {
	font-size: 27px;
	font-family: 'TrajanPro-Bold';
	text-transform: uppercase;
	color: #16296b;
	line-height: 42px;
	margin-bottom: 8px;
}
.aboutus-details-text-info p {
	/*text-align: justify;*/
	color: #000000;
	font-weight: 300;
	line-height: 30px;
	margin-bottom: 0px;
}
.aboutus-details-text-info-row {
	align-items: center;
	margin: 50px 0px;
}
.consultation-section {
	position: relative;
}
.consultation-banner-wrapper img {
	width: 100%;
}
.consultation-banner-text-info {
	text-align: center;
	width: 100%;
	padding-top: 33px;
	padding-bottom: 33px;
}
.consultation-banner-text {
	color: #ffffff;
	font-size: 25px;
	font-family: 'TrajanPro-Bold';
	text-transform: uppercase;
	line-height: 42px;
}
/****** index 3 ******/
.contact-section {
	padding: 60px 0px;
}
.contact-details-info {
	margin-right: 50px;
}
.heading-text {
	font-size: 27px;
	font-family: 'TrajanPro-Bold';
	/*text-transform: uppercase;*/
	color: #16296b;
	padding-bottom: 13px;
	margin-bottom: 15px;
	border-bottom: solid 2px #737b9a;
	font-weight: 600;
}
.contact-details-info ul li {
	line-height: 24px;
	font-size: 14px;
	color: #000000;
	padding-bottom: 4px;
	position: relative;
	padding-left: 27px;
}
.contact-details-info ul li i {
	color: #16296b;
	position: absolute;
	top: 6px;
	left: 0;
	font-size: 18px;
}
.contact-details-info ul li.contact {
	margin-top: 24px;
}
.contact-details-info ul li a {
	text-decoration: none;
	font-size: 18px;
	color: #000000;
	font-weight: 500;
	line-height: 32px;
}
.map-wrapper {
	background: #e7e9ee;
	padding: 13px;
}
.contact-section.wrapper {
	background-color: #e4e5ec;
}
.contact-details-img {
	margin-right: 23px;
}
.contact-details-img img {
	width: 100%;
}
.contact-form-wrapper .heading-text {
	border: none;
}
.contact-form-wrapper .form-group {
	margin-bottom: 20px;
}
.contact-form-wrapper .form-group input {
	color: #999999;
	box-shadow: none;
	overflow: hidden;
	border-radius: 5px;
	padding: 7px 12px 4px;
	border-color: #c5c6ca;
	font-size: 16px;
	height: 41px;
}
.contact-form-wrapper .form-group textarea {
	height: 104px;
	box-shadow: none;
	overflow: hidden;
	border-radius: 0px;
	padding: 8px 14px;
	border-color: #c5c6ca;
	font-size: 16px;
}
.contact-form-wrapper .btn {
	background-color: #16296b;
	color: #fff;
	border-radius: 50px;
	box-shadow: none !important;
	overflow: hidden !important;
	z-index: 1;
	min-width: 100px;
	padding: 4px 30px 0px;
	line-height: 28px;
	border: none;
	display: inline-block;
	position: relative;
	margin-top: 2px;
	border-radius: 50px;
	font-size: 14px;
	font-weight: bold;
}
.captcha img {
	max-width: 200px;
	margin-bottom: 23px;
}
/****** index 4 ******/
.insights-details-wrapper p {
	font-size: 16px;
	color: #000000;
	margin-bottom: 33px;
}
.insights-details-info {
	margin-bottom: 30px;
}
.insights-details-info .insights-details-title {
	font-size: 25px;
	color: #16296b;
	font-family: 'Lato', "微軟正黑體", "Microsoft JhengHei", sans-serif;
	margin-bottom: 8px;
	font-weight: 500;
}
.insights-details-info ul li {
	font-size: 16px;
	color: #000000;
	position: relative;
	padding-left: 10px;
	line-height: 25px;
}
.insights-details-info ul li span {
	position: absolute;
	top: 0;
	left: 0;
}
.insights-details-subinfo .insights-details-subtitle {
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	line-height: normal;
	padding-bottom: 3px;
	padding-top: 6px;
}
.heading-info {
	font-size: 20px;
	font-family: 'TrajanPro-Bold';
	text-transform: uppercase;
	color: #16296b;
	text-align: center;
	background: #e4e5ec;
	padding: 5px 0px;
	margin-bottom: 20px;
	font-weight: 600;
}
.conclusion-details-info {
	background: #e4e5ec;
	padding: 35px 30px;
}
.heading-info-new {
	font-size: 28px;
	font-family: 'TrajanPro-Bold';
	text-transform: uppercase;
	color: #16296b;
	text-align: center;
	background: #e4e5ec;
	padding: 5px 0px;
	margin-bottom: 20px;
	font-weight: 600;
}
.conclusion-details-info .conclusion-details-title {
	font-size: 28px;
	font-family: 'TrajanPro-Bold';
	text-transform: uppercase;
	color: #16296b;
	font-weight: 600;
	margin-bottom: 8px;
}
.conclusion-details-info p {
	margin-bottom: 0px;
	font-size: 19px;
	color: #000000;
	/*text-align: justify;*/
	line-height: 30px;
}
.back-btn {
	margin-top: 43px;
}
.back-btn a {
	display: inline-block;
	text-decoration: none;
	font-size: 15px;
	color: #ffffff;
	text-transform: uppercase;
	padding: 7px 20px 3px;
	border-radius: 50px;
	background-color: #3a4a82;
	font-weight: bold;
	border: solid 1px #3a4a82;
	text-align: center;
}
.back-btn a i.far {
	margin-right: 5px;
}
/****** index 5 ******/
.content-section.wrapp {
	padding: 35px 0px;
}
.select-box-wrapper {
	width: 100%;
	display: flex;
	justify-content: left;
	margin-bottom: 40px;
}
.select-box {
	width: 27%;
	text-align: center;
	margin-right: 24px;
}
.form-select {
	display: block;
	outline: 0;
	width: 100%;
	padding: 4px 10px 4px;
	font-size: 15px;
	font-weight: 400;
	line-height: 25px;
	color: #000000;
	background-color: #ffffff;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
 background-position: right .75rem center;
	background-size: 16px 10px;
	border-radius: 0px;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	border-bottom: solid 2px #16296b;
	text-align: left;
	text-transform: uppercase;
}
.insights-details-wrapp {
	padding: 25px;
	margin-bottom: 15px;
	background: #ffffff;
	box-shadow: rgb(0 0 0 / 8%) 0px 0px 12px;
}
.insights-details-titletext-info .insights-details-titletext {
	font-size: 24px;
	color: #000000;
	font-weight: 600;
}
.view-details-btn a {
	display: inline-block;
	font-size: 17px;
	text-decoration: none;
	color: #16296b;
	font-weight: 600;
}
.insights-details-titletext-info {
	position: relative;
	padding-left: 18px;
}
.insights-details-titletext-info::after {
	content: "";
	position: absolute;
	width: 6px;
	height: 55px;
	left: 0;
	top: 1px;
	background: #aeb4cb;
}
ul.pagination {
	text-align: center;
	width: 100%;
	display: inline-block;
	padding-top: 25px;
}
ul.pagination li.page-item {
	display: inline-block;
	margin: 0px 6px;
}
ul.pagination li.page-item a.active {
	background: #16296b;
	color: #fff;
	border: solid 1px #16296b;
}
ul.pagination li.page-item a:hover {
	background: #16296b;
	color: #fff;
	border-color: #16296b;
}
li.page-item.img-iconss a.page-link:hover {
	background: none;
}
ul.pagination li.page-item a {
	color: #2d477a;
	font-size: 14px;
	width: 33px;
	height: 33px;
	line-height: 33px;
	font-family: 'Lato', sans-serif;
	padding: 0px;
}
ul.pagination li.page-item a {
	background: none;
	border-radius: 6px;
	background-color: rgba(255,255,255,0.6);
}
ul.pagination li.img-iconss a {
	width: auto;
	height: auto;
}
ul.pagination li.page-item .page-link {
	border-radius: 50%;
}
ul.pagination li.page-item a i {
	font-size: 15px;
}
/****** index 6 ******/
.expertise-box-wrapper-row .col-md-4 {
	margin-bottom: 20px;
	padding: 0px 8px;
}
.expertise-box-wrapper {
	background: #ffffff;
	padding: 15px;
	padding-bottom: 30px;
	min-height: 100%;
	box-shadow: rgb(67 71 85 / 27%) 0px 0px 0.25em, rgb(90 125 188 / 5%) 0px 0.25em 1em;
}
.expertise-box-img img {
	width: 100%;
}
.expertise-box-text {
	padding-top: 15px;
}
.expertise-box-text .expertise-box-title {
	font-size: 21px;
	font-family: 'TrajanPro-Bold';
	text-transform: uppercase;
	color: #16296b;
	padding-bottom: 8px;
	line-height: 31px;
	margin-bottom: 12px;
	border-bottom: solid 1px #e0e2ea;
}
.expertise-box-text p {
	margin-bottom: 0px;
	font-size: 16px;
	color: #000000;
	line-height: 26px;
}
/****** index 7 ******/
.dispute-resolution-details-row .col-md-7 {
	max-width: 55%;
	flex: 55%;
}
.dispute-resolution-details-row .col-md-5 {
	max-width: 45%;
	flex: 45%;
}
.dispute-resolution-details-info .dispute-resolution-details-title {
	font-size: 29px;
	color: #16296b;
	line-height: 39px;
	margin-bottom: 14px;
	font-family: 'Lato', "微軟正黑體", "Microsoft JhengHei", sans-serif;
	font-weight: 600;
	position: relative;
	padding-bottom: 25px;
}
.dispute-resolution-details-info .dispute-resolution-details-title span {
	display: block;
	text-transform: uppercase;
	font-family: 'TrajanPro-Bold';
}
.dispute-resolution-details-info .dispute-resolution-details-title::after {
	content: "";
	position: absolute;
	width: 120px;
	left: 0;
	bottom: 0;
	height: 3px;
	background: #16296b;
}
.dispute-resolution-details-info p {
	font-size: 18px;
	/*text-align: justify;*/
	color: #000000;
	font-weight: 300;
	line-height: 30px;
	margin-bottom: 0px;
}
.dispute-resolution-details-img {
	margin-right: 20px;
}
.dispute-resolution-details-img img {
	width: 100%;
}
.approach-details-info-row {
	margin: auto;
	background-color: #e4e5ec;
	padding: 50px 40px;
	margin-top: 48px;
}
.approach-details-info-row .col-md-6 {
	padding: 0px 0px;
}
.approach-details-info {
	margin-right: 65px;
}
.approach-details-info .approach-details-title {
	font-size: 29px;
	font-family: 'TrajanPro-Bold';
	text-transform: uppercase;
	color: #16296b;
	line-height: 28px;
	margin-bottom: 13px;
}
.approach-details-info p {
	font-size: 18px;
	/*text-align: justify;*/
	color: #000000;
	font-weight: 300;
	line-height: 30px;
	margin-bottom: 0px;
}
.accordion-info {
	padding-top: 10px;
}
.accordion-info .card {
	background-color: transparent;
	border: none;
	border-radius: 0;
}
.accordion-info .card-header {
	padding: 5px 0px;
	margin-bottom: 0;
	background-color: transparent;
	border-bottom: solid 1px #dbdde5;
	position: relative;
}
.accordion-info i {
	position: absolute;
	right: 10px;
	top: 17px;
	font-size: 14px;
}
.accordion-info a.card-title {
	color: #000000 !important;
	font-size: 17px;
	line-height: 37px;
	font-weight: 700;
}
.accordion-info .card-body {
	font-size: 15px;
	padding-top: 15px !important;
	padding: 0px;
}
.accordion-info .card-body p{
	font-size: 15px;
}
.expertise-details-infos-row {
	margin-top: 48px;
	margin-bottom: 48px;
}
.expertise-details-infos-row .col-md-7 {
	max-width: 55%;
	flex: 55%;
}
.expertise-details-infos-row .col-md-5 {
	max-width: 45%;
	flex: 45%;
}
.expertise-details-img img {
	width: 100%;
	height: 406px;
	object-fit: cover;
}
.expertise-details-infos {
	margin-right: 20px;
}
.expertise-details-infos .approach-details-info {
	margin-right: 25px;
}
.expertise-details-infos .approach-details-info p {
	line-height: 24px;
	color: #16296b;
	margin-bottom: 5px;
}
.commitment-heading-info {
	margin-bottom: 25px;
}
.commitment-heading-info .commitment-heading {
	font-size: 29px;
	text-align: center;
	font-family: 'TrajanPro-Bold';
	text-transform: uppercase;
	color: #16296b;
	line-height: 28px;
	margin-bottom: 11px;
}
.commitment-heading-info p {
	margin-bottom: 0px;
	TEXT-ALIGN: -webkit-auto;
	/*font-size: 15px;*/
	/*color: #000000;*/
}
.commitment-box-wrapper-row {
	margin-left: -6px;
	margin-right: -6px;
}
.commitment-box-wrapper-row .col-md-6 {
	padding: 0px 6px;
	margin-bottom: 12px;
}
.commitment-box-wrapper {
	padding: 40px 35px;
	background: #eaeaea;
	min-height: 100%;
}
.commitment-box-wrapper:hover {
	background-color: #16296b;
}
.commitment-box-wrapper:hover .commitment-box-title {
	color: #ffffff;
}
.commitment-box-wrapper:hover p {
	color: #ffffff;
}
.commitment-box-wrapper .commitment-box-title {
	font-size: 26px;
	color: #16296b;
	font-weight: 700;
}
.commitment-box-wrapper p {
	margin-bottom: 0px;
	font-size: 18px;
	color: #000000;
	line-height: 26px;
}
.commitment-comm-text {
	margin-top: 20px;
}
.commitment-comm-text p {
	/*text-align: justify;*/
	margin-bottom: 0px;
	font-size: 18px;
	color: #000000;
	line-height: 30px;
}
.insights-section {
	padding: 50px 0px 65px;
	background-image: url(../images/insights-section-bgg.jpg);
	background-size: 100% 100%;
}
.insights-heading {
	font-size: 26px;
	margin-bottom: 30px;
	font-family: 'TrajanPro-Bold';
	text-transform: uppercase;
	color: #16296b;
	position: relative;
}
.insights-heading::after {
	content: "";
	position: absolute;
	width: 88%;
	right: 0;
	bottom: 5px;
	height: 1px;
	background: #34447e;
}
/****** index 8 ******/
.principal-information-wrapper-row {
	align-items: center;
}
.principal-img {
	position: relative;
	margin-left: 13px;
	margin-bottom: 13px;
}
.principal-img img {
	position: relative;
	z-index: 333;
}
.principal-img::after {
	content: "";
	position: absolute;
	width: 100%;
	left: -13px;
	height: 100%;
	bottom: -13px;
	background: #67749f;
}
.principal-information-wrapper {
	margin-left: 55px;
}
.principal-details-info {
	margin-bottom: 30px;
}
.principal-details-info .principal-title {
	font-size: 42px;
	color: #16296b;
	text-transform: uppercase;
	line-height: 33px;
	font-weight: 600;
	letter-spacing: 2px;
	margin-bottom: 10px;
}
.principal-details-info .principal-text {
	font-size: 22px;
	text-transform: uppercase;
	font-family: 'TrajanPro-Bold';
	color: #16296b;
	line-height: normal;
	padding-bottom: 4px;
	letter-spacing: 2px;
}
.principal-details-info p {
	margin-bottom: 2px;
	font-size: 16px;
	color: #000000;
	font-weight: 900;
	margin-top: 2px;
}
.principal-qualification-info .principal-qualification-title {
	font-size: 21px;
	text-transform: uppercase;
	color: #16296b;
	padding-bottom: 6px;
	line-height: 26px;
	margin-bottom: 10px;
	border-bottom: solid 1px #e0e2ea;
	font-weight: 600;
}
.principal-qualification-info ul li {
	font-size: 18px;
	color: #000000;
	font-weight: 600;
	font-family: 'Lato', "微軟正黑體", "Microsoft JhengHei", sans-serif;
	font-style: italic;
	margin-bottom: 1px;
}
.principal-profile-info {
	margin-top: 40px;
}
.principal-profile-info .principal-profile-title {
	font-size: 19px;
	text-transform: uppercase;
	color: #16296b;
	padding-bottom: 6px;
	line-height: 24px;
	margin-bottom: 15px;
	border-bottom: solid 1px #e0e2ea;
	font-weight: 600;
}
.principal-profile-info p {
	font-size: 16px;
	color: #000000;
	/*text-align: justify;*/
	/*margin-bottom: 20px;*/
	margin-bottom: 0px;
	line-height: 26px;
}
.principal-profile-info span {
	display: inline-block;
	width: 100%;
	font-size: 17px;
	color: #000000;
	margin-bottom: 20px;
	padding-top: 10px;
	font-weight: bold;
}
.insights-row-div {
	max-width: 1000px;
	margin: 0px auto;
}
.principal-row {
	max-width: 1000px;
	margin: 0px auto;
}
button.contact-btn {
	cursor: pointer;
	padding: 0px;
	border: none;
	background: none;
	color: #16296b;
	font-weight: bold;
	text-decoration: underline;
	font-size: 18px;
	outline: 0;
}
.popup-wrapper .modal-dialog {
	max-width: 1100px;
}
.graphic-pattern-img {
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: -1;
}
/****** HOME  SLIDER  Animation CSS ******/
@-webkit-keyframes fadeInUp {
0% {
-webkit-transform:translate3d(0, 100%, 0);
opacity:0;
transform:translate3d(0, 100%, 0)
}
to {
	-webkit-transform: translateZ(0);
	opacity: 1;
	transform: translateZ(0)
}
}
 @keyframes fadeInUp {
0% {
-webkit-transform:translate3d(0, 100%, 0);
opacity:0;
transform:translate3d(0, 100%, 0)
}
to {
	-webkit-transform: translateZ(0);
	opacity: 1;
	transform: translateZ(0)
}
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}
 @-webkit-keyframes fadeInDown {
0% {
-webkit-transform:translate3d(0, -100%, 0);
opacity:0;
transform:translate3d(0, -100%, 0)
}
to {
	-webkit-transform: translateZ(0);
	opacity: 1;
	transform: translateZ(0)
}
}
 @keyframes fadeInDown {
0% {
-webkit-transform:translate3d(0, -100%, 0);
opacity:0;
transform:translate3d(0, -100%, 0)
}
to {
	-webkit-transform: translateZ(0);
	opacity: 1;
	transform: translateZ(0)
}
}
 @-webkit-keyframes fadeInLeft {
0% {
-webkit-transform:translate3d(-100%, 0, 0);
opacity:0;
transform:translate3d(-100%, 0, 0)
}
to {
	-webkit-transform: translateZ(0);
	opacity: 1;
	transform: translateZ(0)
}
}
@keyframes fadeInLeft {
0% {
-webkit-transform:translate3d(-100%, 0, 0);
opacity:0;
transform:translate3d(-100%, 0, 0)
}
to {
	-webkit-transform: translateZ(0);
	opacity: 1;
	transform: translateZ(0)
}
}
.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}
#sliderhome .owl-item.active .slider-banner-title {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInUp;
	animation-delay: 0.3s;
}
#sliderhome .owl-item.active .slider-banner-text ul {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInUp;
	animation-delay: 0.3s;
}
/****** HOME  SLIDER  Animation CSS END ******/


 /*** 
=============================================
    Float Bob Y Animation Css
=============================================
***/
@-webkit-keyframes float-bob-y {
 0% {
 transform: translateY(-20px);
}
 50% {
 transform: translateY(-10px);
}
 100% {
 transform: translateY(-20px);
}
}
 @keyframes float-bob-y {
 0% {
 transform: translateY(-20px);
}
 50% {
 transform: translateY(-10px);
}
 100% {
 transform: translateY(-20px);
}
}
.graphic-pattern-img img {
	-webkit-animation-name: float-bob-y;
	animation-name: float-bob-y;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}
.btn-wrapper a:hover {
	background-color: #24356e;
}





/******* Mobile Layout *******/
@media only screen and (max-width: 767px) {
.copyright-text {
	text-align: center;
}
.besign-by {
	text-align: center;
}
.footer-details-info.contact {
	padding-left: 0;
}
.strengths-box-wrapper-row .col-md-3 {
	max-width: 50%;
	padding: 0px 8px;
	margin-bottom: 20px;
}
.strengths-box-wrapper .strengths-box-text-info .strengths-box-title {
	line-height: 21px;
	font-size: 14px;
	letter-spacing: initial;
}
.aboutus-details-info {
	padding: 28px;
	padding-bottom: 40px;
}
.aboutus-details-info .btn-wrapper {
	margin-top: 27px;
	text-align: center;
}
.global-expertise-details-info .global-expertise-title {
	font-size: 27px;
}
.global-expertise-section::after {
	background-size: cover;
	height: 100%;
}
.team-box-wrapper-row-two .col-md-3 {
	max-width: 50%;
	padding: 0px 8px;
	margin-bottom: 23px;
}
.home-page-header {
	position: relative;
}
.slider-banner-text .slider-banner-title {
	font-size: 21px;
	letter-spacing: 1px;
	line-height: 35px;
}
#sliderhome .owl-dots {
	bottom: 0;
}
.slider-banner-text ul {
	margin-top: 6px;
}
.header-section .col-md-3 {
	max-width: 80%;
}
.footer-details-info {
	margin-top: 16px;
}
.footer-logo {
	margin-bottom: 24px;
}
.aboutus-details-row.wrapper .aboutus-details-info {
	padding: 31px 25px;
}
.banner-wrapper img {
	width: 100%;
	height: 170px;
	object-fit: cover;
}
.consultation-banner-text {
	font-size: 20px;
	line-height: 39px;
}
.aboutus-details-text-info-row {
	margin: 37px 0px;
}
.aboutus-details-img {
	margin-top: 27px;
}
.aboutus-details-row.wrapper::after {
	width: 100%;
	    height: 100%;
}
.aboutus-details-row.wrapper {
	padding-top: 0;
}
.aboutus-details-row.wrapper .aboutus-details-img {
	margin-top: 0;
}
.banner-title {
	font-size: 33px;
}
.contact-details-img {
	margin-right: 0;
	margin-bottom: 44px;
}
.contact-details-info {
	margin-right: 0;
	margin-bottom: 31px;
}
.heading-info-new {
	font-size: 24px;
}
.conclusion-details-info {
	padding: 28px 18px;
}
.conclusion-details-info .conclusion-details-title {
	margin-bottom: 17px;
}
.conclusion-details-info p {
	font-size: 19px;
	line-height: 37px;
}
.select-box {
	width: 50%;
}
.select-box-wrapper .select-box:last-child {
	margin-right: 0px;
}
.insights-details-wrapp {
	padding: 15px;
}
.insights-details-titletext-info .insights-details-titletext {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 12px;
}
ul.pagination li.page-item {
	margin: 0px 3px;
}
ul.pagination li.page-item a {
	font-size: 16px;
	width: 31px;
	height: 31px;
	line-height: 31px;
}
.dispute-resolution-details-row .col-md-7 {
	max-width: 100%;
	flex: auto;
}
.dispute-resolution-details-row .col-md-5 {
	max-width: 100%;
	flex: auto;
}
.dispute-resolution-details-row .dispute-resolution-details-info {
	margin-top: 31px;
}
.approach-details-info-row {
	padding: 29px 20px;
	margin-top: 35px;
}
.approach-details-info {
	margin-right: 0px;
}
.expertise-details-infos-row .col-md-7 {
	max-width: 100%;
	flex: auto;
}
.expertise-details-infos-row .col-md-5 {
	max-width: 100%;
	flex: auto;
}
.expertise-details-infos-row .expertise-details-img {
	margin-top: 61px;
}
.commitment-heading-info .commitment-heading {
	font-size: 27px;
	line-height: 38px;
	margin-bottom: 11px;
}
.commitment-box-wrapper {
	padding: 23px;
}
.commitment-box-wrapper .commitment-box-title {
	font-size: 26px;
	margin-bottom: 9px;
}
.commitment-box-wrapper p {
	font-size: 19px;
	line-height: 30px;
}
.insights-section {
	background-size: cover;
	background-position: center;
}
.approach-details-info .approach-details-title {
	font-size: 26px;
	line-height: 38px;
}
.principal-information-wrapper {
	margin-left: 0;
	margin-top: 49px;
}
.principal-profile-info p {
	font-size: 18px;
	line-height: 22px;
}
.ream-heading::after { display: none;}

.ream-heading {
    font-size: 37px;
    margin-bottom: 27px;
    text-align: center;
}
.strengths-section .btn-wrapper {
    margin-top: 26px;
}

.slider-banner img {
    height: 220px;
    object-fit: cover;
}
.slider-banner-text-info {
    top: 48%;
}
body.open label.toggle i.fa::before {
    content: "\f00d";
}
body.open:after {
    content: "";
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0px;
    z-index: 33;
    display: inherit;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.5);
}




}


/******* Tablet Layout *******/
@media only screen and (min-width: 768px) and (max-width: 991px) {
.row.team-box-wrapper-row-one .col-md-3 {
	max-width: 43%;
	flex: auto;
	margin-bottom: 26px;
}
.aboutus-details-info {
	padding: 36px 31px;
}
.footer-details-info.contact {
	padding-left: 0px;
}
.footer-details-info.contact::after {
	display: none;
}
.toggle {
	right: 19px;
	top: -20px;
}
.consultation-banner-text {
	font-size: 23px;
	line-height: 42px;
}
body.open label.toggle i.fa::before {
    content: "\f00d";
}
body.open:after {
    content: "";
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0px;
    z-index: 33;
    display: inherit;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.5);
}

}
