@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
    font-size: 1.6rem;
    color: #131E2C;
	font-family: 'PoppinsMedium';
	top: 0 !important;
}
html {
    font-size: 62.5%;
}
.dblock{
	display:none;
}
#menu {
	display: none;
}
.mm-current {
	display: block !important;
}
#mobile-contact-bar {
    display: none;
}
.add_morgan_footer_margin{
	height: 100px !important;
}
/*****************for mobile menu*************/
#menu.mm-menu {
    background: #121212;
    border-color: rgba(255,255,255,0.1);
    color: #fff;
}
#menu.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
    color: #fff;
}
#menu .mm-listview>li:not(.mm-divider):after{
	background-color: rgba(255,255,255,0.1);
}
/****captcha****/
.grecaptcha-badge{
	display:none;
}
/*****************header****************/
.header-area {
    padding: 3.7rem 0 ;
    position: absolute;
    top: 0;
	width: 100%;
    z-index: 99;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-menu {
	max-width: max-content;
	margin: 0 auto;
}
.header-area img{
	width: 8rem;
}
.stiky {
    box-shadow: 0px 3px 10px rgb(0 0 0 / 10%);
	background-color: #131E2C;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-area .header-menu > ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
	column-gap: 5rem;
	padding-bottom: 3.7rem;
	border-bottom:1px solid rgba(204, 204, 209, 1);
}
.header-area li a{
	position: relative;
	color: #fff;
	font-family: 'palindrome_expanded_sexpanded';
	font-size: 1.4rem;
	text-transform: uppercase;
}
.header-area li a::after{
	position: absolute;
	width:0;
	content: "";
	left: 0;
	bottom: -4.23rem;
	height: 2px ;
	transition: all 0.5s;
}
.header-area li a:hover::after{
	background-color: #fff;
	width: 100%;
}
.language.dropdown{
	width: 6rem;
	margin-top: -2.7rem;
}
.language img {
	width: 2.5rem;
	margin-right: .75rem;
}
.language .dropdown-menu{
  	min-width: 6rem;
}
.language .dropdown-toggle::after{
	border: 0;
	background-image: url(../images/down.svg);
	background-size: cover;
	background-position: center;
	height: 2rem;
	width: 2rem;
	top: 50%;
	position: absolute;
	transform: translateY(-50%);
}
.header-area .language li a::after{
	display: none;
}
.header-area  .dropdown-toggle:focus{
	box-shadow: none;
}
.each-banner{
	position: relative;
}
.each-banner::before{
	position: absolute;
	content: "";
	height: 60%;
	width: 100%;
	background: linear-gradient(0deg, #131E2C 28.13%, rgba(26, 39, 56, 0.00) 91.15%);
	left: 0;
	bottom: 0;
}
.home-banner-sec h1{
	font-size: 6rem;
}
.banner-content{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	width: 100%;
	color: #fff;
}
.banner-content p{
	margin: 4rem 0 3rem;
	font-family: 'PoppinsMedium';
	letter-spacing: 1.6px;
}
.home-top-sec{
	padding: 14% 0;
	background-attachment: fixed;
	position: relative;
}
.home-top-sec h2{
	color: #fff;
}
.home-mid{
	margin-top: -10rem;
	left: 0;
	top:80%;
	width: 100%;
	position: absolute;
}
.home-mid-each-box{
	background-color:#C9C9D1;
	padding: 5rem 3.2rem;
	position: relative;
	overflow: hidden;
	transition: all 0.5s;
	z-index: 5;
}
.home-mid-each-box-content{
	overflow: hidden;
}
.home-mid-each-box p{
	color: #131E2C;
}
.home-mid-each-box p span{
	padding-bottom: 2rem;
	font-family: 'PoppinsMedium';
	display: block;
}
.home-mid-each-box p{
	color: #131E2C;
	font-family: 'PoppinsLight';
}
.home-mid-each-box:hover{
	background-color:#131E2C;
}
.text-box-btn{
	left: -100%;
  	transition: all 0.5s;
  	margin-top: 3rem;
  	display: inline-block;
  	position: relative;
}
.home-mid-each-box:hover p{
	color: #fff;
}
.home-mid-each-box:hover .text-box-btn{
	left: 0;
}
.home-mid-each-box:hover{
	padding-bottom: 8rem;
}
.text-box-btn:hover{
	left: 0;
}
/* ========== home-slider-top-sec ============== */
.home-slider-top-sec{
	background-color: #C9C9D1;
	/* top: -10rem;
	position: relative; */
}
.home-slider-left{
	max-width: 60rem;
	width: 100%;
	padding: 20rem 2rem 25rem 0;
}
.home-slider-left h2{
	margin-bottom: 1.8rem;
}
.home-slider-left hr{
	opacity: 1;
	height: 1px;
	background-color: #131E2C;
	margin: 1.8rem 0 5.1rem;
}
.home-slider-right{
	position: relative;
	z-index: 2;
	height: 100%;
}
.home-slider-right img{
	height: 100%;
	object-fit: cover;
}
.home-slider-left-content .text-btn{
	filter: invert(1);
	display: inline-block;
	margin-top:3.2rem;
}
.group-logo{
	position: absolute;
	width: 55%;
	display: flex;
	height: 19rem;
	left: 0;
	bottom: 10rem;
	background-color: #131E2C;
	z-index: 1;
	display:none;
}
.group-logo img{
	height: 100%;
	object-fit: cover;
}
.home-slider-top-sec .group-logo::after {
	content: "";
	position: absolute;
	background-color: #C9C9D1;
	height: 30%;
	width: 100%;
	top:-2px;
}
/* ============ footer =============== */
.footer-top{
	background-color: #131E2C;
	padding: 26rem 0;
	margin-top: -10rem;
	position: relative;
	z-index: 0;
}
.footer-top h2{
	color: #CCCCD1;
	margin-bottom: 4rem;
}
.footer-mid{
	margin-top: -13rem;
	background-color: #C9C9D1;
}
.footer-mid .swiper-scrollbar{
	height: 1px;
	background-color: #131E2C;
	margin-top: 5rem;
}
.footer-mid .swiper-scrollbar-drag{
	padding: 2px 0;
	background-color: #131E2C;
}
.footer-mid .common-arrow{
	top: 60%;
}
.footer-mid .swiper-button-next{
	right: -6%;
}
.footer-mid .swiper-button-prev{
	left: -6%;
}
.footer-mid-each-img{
	overflow: hidden;
	height: 100%;
	position: relative;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.footer-mid-each-img::after{
	position: absolute;
	left: 0;
	top: -100%;
	height: 100%;
	width: 100%;
	content: "";
	background-color:rgba(19, 30, 44, 0.75);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.footer-mid-each-img img{
	height: 100%;
	object-fit:cover;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.footer-mid-each-content{
	position: absolute;
	left: 0;
	top: -100%;
	
	width: 100%;
	z-index: 2;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	opacity: 0;
}
.footer-mid-each-content p{
	color: #fff;
	padding: 0 4rem 4rem 4rem;
}
.footer-mid-each-content p span{
	font-family: 'PoppinsLight';
	letter-spacing: normal;
}
.footer-mid-each-img:hover.footer-mid-each-img::after{
	top: 0;
}
.footer-mid-each-img:hover .footer-mid-each-content{
	opacity: 1;
	transform: translateY(-50%);
    top: 50%;
}
.footer-btm{
	padding: 9% 0 6.6% ;
	background-color: #C9C9D1;
}
.footer-menu{
	max-width: 46rem;
	margin-left: auto;
	margin-right: 0;
}
.footer-menu img{
	width: 1.8rem;
	margin-right: .75rem;
}
.footer-menu a{
	color: #131E2C;
	font-family: 'PoppinsLight';
	font-size: 1.4rem;
	margin-bottom: 0.5rem;
	display: inline-block;
}
.footer-menu p{
	font-family: 'palindrome_expanded_sexpanded';
	font-size: 1.4rem;
	margin-bottom: 2rem;
}

.footer-right-menu{
	max-width: fit-content;
    margin-left: auto;
    margin-right: 0;
}
.footer-logo img{
	width: 16rem;
}
.footer-right-menu a{
	margin-bottom: 0;
}
/*******************************service-dtl*********************************/
/* ============ inner-header =============== */
.inner-header {
	background-color: #C9C9D1;
}
.inner-header.stiky{
	background-color: #131E2C;
}
.inner-header .header-menu > ul {
    border-bottom: 1px solid rgba(19, 30, 44, 0.2);
}
.inner-header.stiky .header-menu > ul {
    border-bottom:1px solid rgba(204, 204, 209, 1);
}
.inner-header .header-area li a {
    color: #fff;
}
.inner-header.header-area li a{
	color: rgba(19, 30, 44, 0.50);
}
.inner-header.header-area li a:hover{
	color: rgba(19, 30, 44, 1);
}
.inner-header.header-area li a::after{
	background-color: #131E2C;
}
.inner-header.header-area.stiky li a{
	color: #fff;
}
.inner-header.header-area.stiky li a::after {
	background-color: #fff;
}
.inner-banner::before {
    position: absolute;
    content: "";
    height: 60%;
    width: 100%;
	background: linear-gradient(0deg, #131E2C 28.13%, rgba(26, 39, 56, 0.00) 91.15%);
    left: 0;
    bottom: 0;
}
/* ============ bk-btn-sec =============== */
.bk-btn-sec {
	position: relative;
    top: 6rem;
    margin-bottom: 0rem;
    padding-top: 12rem;
    background-color: #C9C9D1;
    z-index: 1;
	padding-left: 11%;
}
/* ============ service-dtl-top =============== */
.service-dtl-top {
	background-color: #C9C9D1;
	overflow: hidden;
}
.service-dtl-content {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	column-gap: 2rem;
	height: 100%;
}
.service-dtl-top-part-content p {
	color: #131E2C;
	font-family: 'PoppinsRegular';
}
.service-dtl-top-content {
	/* padding-left: 11%;
    padding-top: 20%;
	padding-bottom: 20%; */
	padding: 25% 8% 20% 11%;
	max-width: 73rem;
}
.service-dtl-top-content h2 {
	margin-bottom: 2rem;
}
.service-dtl-top-content p:not(.service-dtl-top-part-content p){
	letter-spacing: 1.6px;
}
.service-btm-part {
    padding-left: 11%;
    position: relative;
    /* height: 50%; */
    z-index: 5;
    padding-top: 14%;
	padding-bottom: 10%;
	background-color: #131E2C;
	padding-right: 4rem;
}
.service-btm-part::after{
	position: absolute;
	right:-100%;
	bottom: 0;
	height: 100%;
	width: 100%;
	content: "";
}
/* .service-dtl-top::after {
	content: '';
    position: absolute;
    background-color: #131E2C;
    height: 100%;
    width: 100%;
    top: 58%;
    left: 0;
} */
.service-dtl-top .home-slider-right img{
	height: auto;
}
.service-btm-part h2 {
	color: #fff;
}
.service-dtl-btm-content{
	max-width: 65rem;
	width: 100%;
}
.service-dtl-btm-content p {
	color: #fff;
    margin-top: 6rem;
	font-family: 'PoppinsRegular';
}
.service-dtl-top-content hr {
    opacity: 1;
    height: 1px;
    background-color: #131E2C;
    margin: 1.8rem 0 5.1rem;
}
/* ============ service-middle-sec =============== */
.service-middle-sec {
	padding: 7% 0;
	background-color: #131E2C;
}
.service-middle-sec li {
	color: #C9C9D1;
	font-family: 'palindrome_expanded_sexpanded';
	font-size: 1.4rem;
	position: relative;
	z-index: 1;
	display: inline-block;
	padding-right: 7rem;
}
.service-middle-sec ul {
	max-width: fit-content;
	margin: 0 auto;
}
.service-middle-sec li:last-child {
	padding-right: 0;
}
.service-middle-sec li img {
	margin-right: 2rem;
}
/* ============ service-btm =============== */
.service-btm .group-logo {
    background-color: transparent;
	bottom: 0;
	width: 100%;
	height: 20rem;
}
/*******************************service-list*********************************/
/* ============ inner-banner =============== */
.inner-banner .inner-banner-content {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
    text-align: center;
}
.inner-banner .inner-banner-content h2 {
	color: #fff;
}
/* ============ services-list-area =============== */
.services-list-area {
	background: #131E2C;
    margin-top: -12rem;
}
.services-list-area .row {
	margin-left: -1.5rem;
	margin-right: -1.5rem;
}
.services-list-area .col-lg-6 {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.services-mid-each-img {
	position: relative;
	overflow: hidden;
	margin-bottom: 3rem;
}
.services-mid-each-img img{
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.services-mid-each-img:hover img.w-100{
	transform: scale(1.12);
}
.services-mid-each-img::after {
	content: "";
	position: absolute;
	left: 0;
	top: -100%;
	height: 100%;
	width: 100%;
	background-color: rgba(19, 30, 44, 0.75);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.services-mid-each-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	z-index: 1;
}
.services-mid-each-content h3 {
	color: #FFF;
	padding-bottom: 2.5rem;
	text-transform: uppercase;
}
.services-mid-each-img:hover::after {
	top: 0;
}
.services-mid-each-content .text-btn {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	/* visibility: hidden; */
	opacity: 0;
}
.services-mid-each-img:hover .services-mid-each-content .text-btn {
	/* visibility: visible; */
	opacity: 1;
}
/* ============ service-list-footer-area =============== */
.service-list-footer-area .footer-top{
	padding-top: 17rem;
}
/*******************************contact*********************************/
/* ============ contact-list-areac =============== */
.contact-list-area {
	margin-top: -17rem;
}
.contact-list-area .services-mid-each-content a {
	font-family: 'palindrome_expanded_sexpanded';
    font-size: 1.8rem;
	color: rgba(255, 255, 255, 0.75);
	line-height: 28.8px;
}
.contact-list-area .services-mid-each-content p {
	font-family: 'palindrome_expanded_sexpanded';
    font-size: 1.8rem;
	color: rgba(255, 255, 255, 0.75);
}
.contact-list-area .services-mid-each-img:hover .services-mid-each-content a {
    opacity: 1;
	text-decoration: underline;
}
/* ============ contact-mid-sec =============== */
.contact-mid-sec {
	background-color: #131E2C;
	padding-top: 8rem;
}
.contact-mid-content h3 {
	color: #fff;
}
.contact-mid-content p {
	font-size: 1.8rem;
	color: rgba(255, 255, 255, 0.75);
	font-family: 'palindrome_expanded_sexpanded';
	margin-top: 3rem;
}
.contact-mid-img {
	margin-bottom: -16rem;
    position: relative;
    z-index: 1;
}
/* ============ form-sec =============== */
.form-sec {
	background-color: #131E2C;
	padding-bottom: 5.5rem;
}
.form-area-title h6 {
	font-size: 1.8rem;
	line-height: 24px;
	letter-spacing: 1.6px;
	color: #131E2C;
	font-family: 'palindrome_expandedBdexpanded';
	margin-bottom: 6.4rem;
}
.form-area {
	padding: 6rem 12.5rem 4.5rem;
	background-color: #ffffff;
	position: relative;
	z-index: 2;
	margin-top: -9rem;
}
.form-label {
	color: #131E2C;
	line-height: normal;
	letter-spacing: 1.6px;
	font-size: 1.6rem;
	font-family: 'palindrome_expanded_sexpanded';
}
.form-styl {
	font-size: 1.6rem;
	font-family: 'palindrome_expanded_sexpanded';
	color: rgba(19, 30, 44, 0.35);
	line-height: 23.8px;
	border: none;
	border-radius: 0;
	border-bottom: 1px solid rgba(19, 30, 44, 0.25);
	text-transform: none;
	resize: none;
	padding: 2rem 0 1.5rem;
}
.form-group {
	margin-bottom: 4.5rem;
	padding: 0 2rem;
}
.form-styl:placeholder {
	color: rgba(19, 30, 44, 0.35);
}
.form-styl:-ms-input-placeholder {
	color: rgba(19, 30, 44, 0.35);
}
.form-styl::placeholder {
	color: rgba(19, 30, 44, 0.35);
}
.form-styl:focus {
	color: rgba(19, 30, 44, 0.35);
    border-color: rgba(19, 30, 44, 0.25);
    outline: 0;
    box-shadow: none;
}
.form-area .row {
	margin: 0px -2.3rem;
}
.form-area .col-lg-6 {
	padding: 0px 2.3rem;
}
.form-styl.textarea-control {
	height: 100%;
}
.text-area-wrap {
	height: calc(100% - 7.2rem);
}
.form-btn .common-btn {
	background-color: #131E2C;
	border-color: #131E2C;
	color: #fff;
	margin-left: 2rem;
}
.form-btn .common-btn:hover {
	background-color: #fff;
	color: #131E2C;
	border-color: #131E2C;
}
/*******************************about-us*********************************/
/* ============ aboout-upper-area =============== */
.aboout-upper-area {
	background-color: #131E2C;
	position: relative;
}
.aboout-upper-area::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 13%;
	background: #C9C9D1;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.aboout-upper-area .home-slider-left h2 {
	color: #fff;
	margin-bottom: 5rem;
}
.aboout-upper-area .home-slider-left {
	/* padding-left: %; */
	padding: 4rem 2rem 38rem 12rem;
	max-width: 66rem;
}
.aboout-upper-area .home-slider-left-content p {
	color: #fff;
}
.aboout-upper-area .group-logo {
	bottom: 12.5%;
	right: 0;
	left: auto;
}
.aboout-upper-area .group-logo::after {
	display: none;
}
.about-middle-area .home-slider-left {
	padding: 4rem 0
}
.about-slider-area {
	/* padding-left: 6rem; */
	padding-top: 10.5%;
}
.about-slider-area .swiper-button-prev {
	left: 49%;
	right: auto;
	top: calc(100% + 2rem);
}
.about-slider-area .swiper-button-next {
	left: auto;
	right: 43%;
	top: calc(100% + 2rem);
}
.about-list-area {
	background-color: #131E2C;
	padding-bottom: 2.5rem;
	position: relative;
}
.about-list-area::after {
	position: absolute;
	content: "";
	background-color: #131E2C;
	width: 100%;
	height: 15%;
	top: -5rem;
	left: 0;
}
.about-list-heading{
	width:100%;
	max-width: 60rem;
	position: relative;
	z-index: 1;
}
.about-list-heading p {
	color: #fff;
	font-family: 'PoppinsRegular';
}
.about-list-heading hr {
	color: #fff;
	opacity: 1;
}
.about-list-wrap {
	padding: 9% 0;
}
.about-list-wrap ul {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.about-list-wrap ul li {
	color: #CCCCD1;
	letter-spacing: 0.6rem;
	font-size: 2.4rem;
	position: relative;
	font-family: 'palindrome_expanded_sexpanded';
	padding: 0 4rem;
}
.about-list-wrap ul li::after {
	content: "";
	position: absolute;
	background-color: #CCCCD1;
	width: 3px;
	height: 1.9rem;
	top: .8rem;
	left: 0;
}
.about-list-wrap ul li:first-child{
	padding-left: 0;
}
.about-list-wrap ul li:first-child::after {
	display: none;
	padding-left: 0;
}
.about-list-btm-contain {
	width: 100%;
	max-width: 82rem;
	margin: 0px auto;
}
.about-list-btm-contain h2 {
	color: #fff;
}
.about-list-btm-contain p {
	color: #ffF;
	font-family: 'PoppinsRegular';
	padding: 5rem 0 10.5rem;
}
.about-list-down-pattern img {
	height: 19rem;
	display: none;
}
.about-down-slider {
	background-color: #131E2C;
	padding-bottom: 5rem;
}
.about-down-slider .about-slider-area {
	padding-top: 3rem;
}
.about-down-slider .swiper-slide-prev::after {
	position: absolute;
	content: "";
	background: rgba(19, 30, 44, 0.75);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}
.about-down-slider .swiper-slide-next::after {
	position: absolute;
	content: "";
	background: rgba(19, 30, 44, 0.75);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}

.services-social-logo ul{
	display:flex;
	flex-direction: column;
	row-gap: 1.2rem;
}
.services-social-logo li img{
	width: 2.1rem;
}
.services-social-logo{
	position: absolute;
	right: 1.8rem;
	top: 50%;
	z-index: 5;
	transform: translateY(-50%);
}
.services-social-logo a{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 5.8rem;
	width: 5.8rem;
	background-color: #fff;
	border-radius: 50%;
}
.services-social-logo li:last-child a{
	background-color: green;
}
.thankyou .common-btn{
	max-width: max-content;
	margin-top: 2%;
}
/*******loader*****/
#loader_section{
  display:none;
  width:100%;
  position: fixed;
  top: 0;
  background: #000000b8;
  z-index: 9999999;
  height: 100vh;
  padding: 30vh 0px;
}
#loader_section p{
  color:#fff;
  font-size:18px;
  text-align: center;
}
#loader_section img{
  width: 100px;
  margin-bottom: 25px;
}

/*********Morgen Footer************/
.morgeninternet-footer {
    background: #000000;
    width: 100%;
    height: 50px;
    display: block;
    text-align: center;
    transition: 0.3s all;
}

.morgeninternet-footer:hover {
    background: #202020;
    transition: 0.3s all;
}

.morgeninternet-footer > img {
    height: 30px;
    padding-top: 15px;
}

.cookie_div{
    position: fixed;
    bottom: 0;
    z-index: 999999;
    width: 100%;
    padding: 0px 0;
}
.cookie_div{
    color:#9c9c9c;
    font-size: 12px;
    /*font-family: 'Calibri';*/
    font-family: 'arial';
}
.cookie_div h4{
    margin-bottom: 15px;
    font-size: 13pt;
    font-family: 'Calibri';
}
.cookie_div a{
    color:#38b6be;
    font-size: 10pt;
    font-weight:bold;
    margin-left:8px;
    font-family: 'Calibri';
}
.cookie_div button{
    color:#3c935c;
    background:#dbffe8;
    font-weight: bold;
    border: 0;
    padding: 10px 25px;
    margin:5px 0;
    cursor: pointer;
    font-size: 12px;
    /*font-family: 'Calibri';*/
    font-family: 'arial';
}
.light_theme{
    background:rgba(255, 255, 255, 0.83);
    -webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.6); 
    box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.6);
}
.dark_theme{
    background: rgba(0, 0, 0, 0.78);
    -webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.65); 
    box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.65);
}
.light_theme h4{
    color:#2a2a2a;
}
.dark_theme h4{
    color:#c9c9c9;
}
.privacy_section {
	padding: 15% 0;
	word-break: break-word;
}
.error_background{
	padding-top: 12%;
	background-color: #131E2C;
}
#google_translate_element {
    height: 0;
    overflow: hidden;
}
.skiptranslate {
    height: 0;
    overflow: hidden;
    visibility: hidden !important;
}
.service-banner .each-about-contain{
	height: 90rem;
}
.service-banner .each-about-contain img{
	height:100%;
	object-fit:cover;
}