body {
	background: #fff;
	font-size: 16px;
	font-family: 'Poppins';
	font-weight: normal;
	font-style: normal;
	padding: 0;
}
p, h4, h6 {
	font-family: 'Poppins';
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h5 {
	font-family: 'Poppins';
}
.pop-50 {
	font-size: 50px;
	line-height: 54px;
	font-weight: 600;
	letter-spacing: 2px;
	padding: 6px 0;
}
.pop-35 {
	font-size: 35px;
	line-height: 40px;
	font-weight: 600;
	letter-spacing: 1px;
}
.pop-25 {
	font-size: 25px;
	line-height: 30px;
	font-weight: 600;
	letter-spacing: 1px;
}
.green {
	color: #39b83d;
}
.ltb {
	color: #313131;
}
.blue {
	color: #062362;
}
.lato-24 {
	font-size: 24px;
	line-height: 28px;
	font-weight: normal;
}
.lato-30 {
	font-size: 30px;
	line-height: 34px;
	font-weight: 600;
}
.lato-55 {
	font-size: 55px;
	line-height: 31px;
}
.lato-23 {
	font-size: 23px;
	line-height: 28px;
	font-weight: 600;
	color: #000;
}
.lato-21 {
	font-size: 21px;
	line-height: 25px;
}
.lato-14 {
	font-size: 14px;
}
.lato-20 {
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
}
.lato-18 {
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	font-family: 'Poppins';
}
ul, li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
a {
	text-decoration: none;
}
a:focus {
	outline: 0;
}
btn:focus {
	box-shadow: none;
}
.lato-17 {
	font-family: 'Poppins';
	font-size: 17px;
	line-height: 21px;
	font-weight: normal;
}
.lato-22 {
	font-size: 22px;
	line-height: 26px;
}
.bold {
	font-weight: 600;
}
.lato-14 {
	font-family: 'Poppins';
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
}
.media-icons a svg {
	width: 22px;
	height: 22px;
}
.media-icons a svg path {
	fill: #062362;
	fill-rule: #062362;
}
.media-icons a {
	display: inline-block;
	border: 2px solid #062362;
	border-radius: 50%;
	padding: 5px 7px;
	width: 40px;
	height: 40px;
	margin-right: 16px;
}
.media-icons a:hover {
	border: 2px solid #39b83d;
}
.media-icons a:hover svg path, .media-icons a:hover svg circle {
	fill: #39b83d;
}
.call-box {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.logo img {
	width: 135px;
}
.header-bottom {
	background-color: #062362;
	padding: 13px 0;
}
nav.custom-menu ul li {
	font-weight: normal;
	letter-spacing: 0;
	padding: 0 13px;
	text-transform: uppercase;
	color: #fff;
}
nav.custom-menu ul li a {
	color: #fff;
	position: relative;
}
ul.list-inline li {
	display: inline-block;
	vertical-align: top;
	border-left: 1px solid #000;
	padding: 0 10px;
}
ul.list-inline li a {
	color: #000000;
	text-decoration: none !important;
}
ul.list-inline li:last-child {
}
nav.custom-menu ul > li > a:hover {
	color: #39b83d;
}
.menu-item a:hover svg path {
	fill: #39b83d !important;
}
#down-arrow path {
	fill: #fff;
}
#down-arrow {
	width: 28px;
}
nav.custom-menu ul > li.menu-item-has-children > a:after {
	background: url(../images/down-arrow.svg) center center no-repeat;
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	right: -20px;
	top: -1px;
	z-index: 1;
	background-size: 17px auto;
}
.icon-text {
	display: flex;
	justify-content: space-between;
}
nav.custom-menu ul > li.menu-item-has-children > a:hover:after {
	background-image: url(../img/down-arrow-hover.svg);
}
.sub-menu a {
	transition: .4s;
	-webkit-transition: .4s;
	-o-transition: .4s;
}
.sub-menu {
	display: none;
	position: absolute;
	left: 0;
	width: 375px;
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: rgba(0,0,0,0.85);
	z-index: 2;
}
.sub-menu ul {
	position: absolute;
	left: 100%;
	top: 0;
	list-style: none;
}
.menu-item .sub-menu ul {
	display: none !important;
}
.menu-item .sub-menu li:hover ul {
	display: block !important;
}
.sub-menu li {
	float: left !important;
	padding: 0 !important;
	width: 375px;
	text-align: left;
}
.sub-menu a {
	background: transparent;
	display: block;
	padding: 15px 12px;
	font-size: 14px;
	color: #fff !important;
	text-shadow: none;
	font-family: 'Poppins';
	line-height: 18px;
	font-weight: 300;
}
.sub-menu a:hover {
	background: #39b83d;
	text-decoration: none;
	color: #fff;
}
.sub-menu a:after {
	display: none !important;
}
.quote {
	background-color: transparent;
	border: 2px solid #39b83d;
	padding: 6px 10px;
	border-radius: 6px;
	display: inline-block;
}
.quote-b a:hover {
	color: #fff;
	border: 2px solid #fff;
}
.quote-g {
	border: none;
	display: inline-block;
	margin-top: 14px;
}
.quote-g:hover {
	background: #ffffff !important;
	color: #000;
	box-shadow: 0 0 8px 1px #fff;
}
.quote-blue {
	border: 2px solid #062362;
	margin-top: 8px;
	transition: all 1s;
}
.quote-blue:hover {
	background: #062362;
	color: #fff;
}
.quote-blue:hover i {
	color: #fff;
}
.font-weight-bold {
	font-weight: 600;
}
.place-o {
	width: 10em;
	text-align: center;
	margin-top: 19px;
}
.banner-image {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	z-index: -1;
}
.lt-dash {
	margin: 0 5px
}
.about-us {
	padding: 10px 0 40px;
}
#about-us {
	background: #f6f6f6;
	padding: 60px 0 40px;
}
.bgi {
	width: 100%;
}
.caption-inner {
	position: absolute;
	content: '';
	background-image: linear-gradient(to right, #131111cf 24%, #0808087a 44%, #0000 100%);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
}
.zoom-box {
	overflow: hidden;
}
.zoom-box img {
	transition: 0.3s;
	overflow: hidden;
}
.zoom-box img:hover {
	transform: scale(1.1);
}
.our-service-h item {
	position: relative;
}
.our-service-h h4 {
	letter-spacing: 1px;
}
.our-service-h {
	padding: 30px 0;
}
.owl-text-h {
	position: absolute;
	bottom: 17px;
	left: 0;
	right: 0;
	text-align: center;
}
.testimony, .pro_test, .team-our {
	padding: 40px 0;
	background: #f4f4f4;
}
.team-our .item {
}
.team-our img {
	width: 100%;
}
.pro_test .item img {
	width: 100%;
}
.owl-dots {
	display: none;
}
.slider-arrow {
	width: 60px;
	height: 105px;
	position: absolute;
	top: 50%;
	z-index: 100;
	background-position: center center;
	background-repeat: no-repeat;
	margin-top: -4%;
}
.testimony .owl-carousel .owl-item a img {
	display: block;
	width: 32px;/* width: 100%; */
}
.slider-arrow.nav-button-prev {
	background-image: url(../images/nav-prev.png);
	left: -32px;
}
.slider-arrow.nav-button-next {
	background-image: url(../images/nav-next.png);
	right: -32px;
}
#service-h .item {
	margin: 0 15px;
}
.testimony .item, .pro_test .item, .team-our .item {
	margin: 0 15px 15px;
	box-shadow: 0 0 8px -1px;
	padding: 0 0 10px 0;
	border-radius: 2px;
	border: 1px solid #00000021;
}
.owl-text {
	margin: 10px 0;
	text-align: center;
	padding: 0 6px;
}
.no-padding {
	padding: 0;
	margin: 0;
}
.ch-im img {
	width: 100%;
	height: 100%;
}
.owl-box-b {
	padding: 26px 44px 35px;
	background: #0000004a;
}
.ic-img {
	background: #062362;
	border-radius: 50%;
	margin-right: 10px;
	width: 58px;
	height: 58px;
}
.custom-width {
	padding-left: 8%;
}
.ch-text {
	padding-top: 40px;
}
.testimonial-s {
	background-image: url(../images/review.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 60px 0;
}
.testimonial-s .owl-text p {
	text-align: justify !important;
}
.testimonial-s .slider-arrow {
	width: 60px;
	height: 105px;
	position: absolute;
	top: 27%;
	z-index: 100;
	background-position: center center;
	background-repeat: no-repeat;
	margin-top: -4%;
}
.testimonial-s .slider-arrow.nav-button-prev {
 background-image:
 left: -32px;
}
.testimonial-s .slider-arrow.nav-button-next {
	background-image: url(../images/nav-next-t.png);
	right: -48px;
}
.testimonial-s .slider-arrow.nav-button-prev {
	background-image: url(../images/nav-prev-t.png);
	left: -48px;
}
.testimonial-s .owl-carousel .owl-item img {
	display: block;
	width: auto;
}
.testimonial-s .triangle {
	background: #fff;
	padding: 20px 20px 45px;
}
#triangle {
	width: 0;
	height: 0;
	border-left: 23px solid transparent;
	border-right: 23px solid transparent;
	border-top: 28px solid #fff;
	margin-left: 40px
}
.form-i {
	box-sizing: border-box;
	margin: 0 auto;
	width: 60%;
	text-align: center;
}
.form-i .form-control {
	padding: 10px;
	border-radius: 4px;
	border: 1px solid #cdcdcd;
}
.form-i input {
	width: 100%;
}
.bg-blue {
	background: #062362;
	border-radius: 6px;
	padding: 10px 80px;
	display: inline-block;
}
.smph:hover {
	color: #39b83d;
}
.footer-h {
	padding-bottom: 20px;
}
.footer-menu li {
	padding-bottom: 10px;
}
.contact-icon a svg, .social-icon a svg {
	width: 30px;
}
.contact-icon a svg path, .social-icon a svg path {
	fill: #fff;
}
.footer-bottom {
	background-color: #062362!important;
	margin: 28px 0;
}
#footer {
	text-align: center;
}
.social-icon a {
	display: inline-block;
	border: 1px solid #fff;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 36px;
	padding: 1px 4px;
	margin-right: 6px;
}
/**/
.banner-s h5 {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: calc(3% - 6px);
}
.breadcrumb-item.active {
	color: #39b83d;
}
.zoom-box-i {
	overflow: hidden;
}
.zoom-box-i img {
	transition: 0.3s;
	width: 100%;
}
.zoom-box-i img:hover {
	transform: scale(1.1);
}
.text-h {
	position: absolute;
	bottom: 17px;
	left: 0;
	right: 0;
	text-align: center;
}
.item-box {
	position: relative;
}
.craft {
	padding-top: 50px;
}
.breadcrumb-item+.breadcrumb-item::before {
	color: #ffffff;
	content: var(--bs-breadcrumb-divider, "/");
}
.quote-green {
	padding: 9px 32px;
	margin-top: 25px;
	transition: all 1s;
}
.quote-green:hover {
	background: #39b83d;
	color: #fff;
}
.quote-green:hover i {
	color: #fff;
}
.strategy {
	padding: 50px 0;
}
.case-img img {
	width: 100%;
}
.strat-1 {
	background: #f6f6f6;
}
.strategy .item {
	/* padding: 15px; */
	margin: 0 22px;
}
.overlay-wr {
	position: absolute;
	content: '';
	background-image: linear-gradient(to top, #ccd6df 0%, #ccd6df3d 13%, #fff0 100%);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
}
.form-bg {
	/* width: 100%;
  height: auto;*/
	display: block;
	position: relative;
}
.form-h {
	background: #062362;
	padding: 30px 40px;
	border-radius: 15px;
	width: 100%;
	margin-left: 60px;
}
.app-form .form-h {
	margin-top: 30px;
}
.form-h .form-control, .form-h .form-select {
	padding: 0.5rem 0.75rem !important;
	color: #707070;
}
.submit-btn {
	background: #39b83d;
}
.img-arow img {
	width: 32px !important;
}
.owl-text-l a:hover {
	color: #028706;
}
.owl-text-l {
	padding: 10px 10px 20px;
}
.zoom-box-n:hover {
	box-shadow: 0 0 12px -2px;
}
#service-hm .item {
	margin: 0 20px;
}
.choose-us-l {
	background-image: url(../images/landing-banner-2.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 70px 0;
	position: relative;
}
.choose-us-l::after {
	background: #062362c2;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: '';
}
.landing-content {
	position: relative;
	z-index: 56;
}
.ic-img-l {
	background: #39b83d;
	padding: 10px;
}
.item-1 {
	margin: 50px 0;
	width: 50%;
	float: left;
	padding-right: 10px;
}
.rev-star img {
	width: 106px !important;
	margin: 10px 0;
}
#testimony-sll .item {
	padding: 0 20px;
}
.testimonial-sl {
	padding: 60px 0;
}
.landing-contact {
	background: #062362;
}
.custom-pading {
	padding: 0 !important;
}
.img-rtl img {
	width: 100%;
}
.quote-ll {
	padding: 9px 37px;
	border-radius: 6px;
	display: inline-block;
}
.quote-ll:hover {
	color: #39b83d;
}
.bg-blue-ln {
	padding-left: 6em;
}
.btn-close {
	box-sizing: content-box;
	width: 1em;
	height: 1em;
	color: #000;
	background: #000 url(../images/cross.svg) center/1em auto no-repeat;
	border: 0;
	border-radius: 50px;
	opacity: 1;
	position: absolute;
	right: 0;
	top: 0;
	right: -7px;
	top: -7px;
}
.modal-header {
	border-bottom: none !important;
}
.cr-b {
	background: #062362;
	border-radius: 50px;
	width: 3rem;
	height: 3rem;
	padding: 10px;
}
.call-info li {
	padding-top: 25px;
}
.achievement {
	background: #062362;
	padding: 40px 0;
}
.br-rt {
	border-right: 1px solid #fff;
}
.has-spinner {
	width: auto !important;
	margin: 0 auto;
	display: block;
}
.opd_brand_section {
	display: flex;
}
.opd_brand_section > .item {
	display: flex;
	align-items: center;
}
/*-------------new-css-----------*/

.banner_content_section{
	position:relative;
}
.chas_banner_logo{
}
.chas_banner_logo img{
	max-width:100%;
	height:auto;
	display:inline-block;
	vertical-align:top;
}

#partnership .slider-arrow.nav-button-prev {
  left: -50px;
}
#partnership .slider-arrow.nav-button-next {
  right: -50px;
}
.strategy ul li{
	list-style-type: '- ';
	margin-left:10px;
	padding-bottom:5px;
}
.team-our img.team-circle-image {
  width: 150px;
  height:150px;
  display:block;
  border-radius:50%;
  margin:20px auto 26px;
}

.team-our .item.team-box-wrapper{
	border:1px solid rgba(10,20,30,.05);
	box-shadow:0 0.25em 1em 0 rgba(10,20,30,.1);
	padding:20px;
	text-align:center;
	margin:0;
}
