@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	color: #fff;
	top: 0 !important;
}
.dblock{
	display:none;
}
#menu {
	display: none;
}
.mm-current {
	display: block !important;
}
/****************header**************/
.header-area{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
}
.header-wrap{
	padding: 30px 80px;
}
.header-area li{
	font-size: 16px;
	font-family: 'RobotoSlabRegular';
	display: inline-block;
	padding-right: 45px;
	letter-spacing: 0.2px;
}
.header-area li a:hover{
	opacity: 0.6;
}
.header-nav-items {
    border-right: 1px solid #fff;
}
.header-nav-items .nav-link{
	padding: 0;
}
.header-nav-items, .country {
    display: inline-block;
    line-height: 15px;
}
.country{
	padding-left: 15px;
	vertical-align: middle;
}
.country img{
	/*margin-left:15px;*/
}
/*********************banner*****************/
.banner-sec{
	position: relative;
}
.each-banner-image{
	background-size: 0;
}
.banner-content{
	position: absolute;
    top: 52%;
    transform: translateY(-50%);
    width: 100%;
    left: 0;
    z-index: 2;
}
.banner-btn{
	border:2px solid #20e599;
	background-color: rgba(92,255,219,0.30);
	max-width: 100%;
	width: auto;
	height: auto;
	line-height: normal;
	padding-left: 15px;
	padding-right: 20px;
	height: 45px;
	line-height: 43px;
	margin-right: 5px;
	border-radius: 4px;
}
.banner-btn:hover{
	background-color: #fff;
	color: #1c1c1c;
	border: 2px solid #fff;
}
.banner-btn img{
	width: 24px;
	margin-left: 15px;
	margin-top: -7px;
}
/**********************Management-Sec*****************/
.management-sec h2{
	margin-top: 65px;
	position: relative;
	display: inline-block;
	padding-top: 10px;
}
.management-sec h2:after{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	content: '';
	background-image: url(../images/line.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.each-block{
	overflow: hidden;
}
.each-block-image{
	overflow: hidden;
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .75s ease-in-out;
}
.each-block:hover .each-block-image{
	-ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.each-block-image img {
	/*transform: scale(1.1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;*/
}
.each-block:hover .each-block-image img {
    /*transform: scale(1.5);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;*/
}
.each-block-content{
	background-color: #fefefe;
	padding: 25px 25px 15px;
	height: 220px;
	position: relative;
}
.each-block-content .arrow{
	position: absolute;
	bottom: 15px;
	right: 25px;
}
.management-sec{
	position: relative;
}
.righ-part{
	position: absolute;
	top: -130px;
	right: 0;
	width: 52%;
	padding-right: 130px;
	z-index: 1;
}
.brand-image{
	margin-top: 50px;
}
.each-block{
	margin: 0 10px;
	-webkit-box-shadow: 0px 4px 5px -4px rgb(0,0,0,0.65);
    -moz-box-shadow: 0px 4px 5px -4px rgba(0,0,0,0.65);
    box-shadow: 0px 4px 5px -4px rgb(0,0,0,0.65);
    /*height: 100%;*/
}
.arrow img{
	width: 28px;
}
.each-part h3{
	font-size: 84px;
}
.middle-sec-cover{
	margin: -70px 0 70px;
}
.each-btm-block{
	-webkit-box-shadow: 0px 4px 5px -4px rgb(0,0,0,0.65);
    -moz-box-shadow: 0px 4px 5px -4px rgba(0,0,0,0.65);
    box-shadow: 0px 4px 5px -4px rgb(0,0,0,0.65);
    padding: 25px 35px 20px;
    background-color: #fff;
    height: 100%;
}
.each-btm-block h4{
	color: #000;
	position: relative;
	padding-top: 15px;
}
.each-btm-block p{
	margin: 15px 0 0;
}
.each-btm-block h4:after{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	content: '';
	background-image: url(../images/line.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.bottom-block-sec{
	padding-bottom: 220px;
}
/*****************footer**************/
.footer-sec{
	background-color: #272727;
	padding: 30px 0 20px;
}
.footer-sec img{
	width: 90px;
}
/*********************helpdesk**************/
.inner-banner .banner-content h1{
	margin: 0;
}
.helpdesk-content-sec.management-sec h2 {
    margin-top: 0;
}
.helpdesk-content-cover{
	padding: 100px 90px 90px;
	margin-top: -100px;
	background-color: #fff;
}
.helpdesk-content-sec .common-wrapper{
	padding-right: 30px;
}
.helpdesk-content-sec{
	padding-bottom: 150px;
}
.each-question-panel h5{
	margin-bottom: 25px;
}
.filter-area .select-style {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #6cb1ad url(../images/down-arrow.svg) no-repeat 92% center / 10px;
    height: 43px;
    line-height: 43px;
    font-family: 'RobotoSlabRegular';
    font-size: 16px;
    border:0;
    border-radius: 0px;
    width: 100%;
    color: #fff;
    padding-left: 25px;
}
.each-question-panel p{
	height: 110px;
}
.each-question-panel .common-btn{
	text-align: left;
	padding-left: 25px;
}
.each-question-panel .common-btn{
	max-width: 100%;
}
.each-question-panel .common-btn img{
	width: 18px;
	margin-left: 20px;
}
.question-area .col-md-6:first-child .each-question-panel{
	padding-right: 50px;
}
.question-area .col-md-6:last-child .each-question-panel{
	padding-left: 50px;
}
/****************helpdesk-slideout********************/
.slideout-content{
	padding-bottom: 130px;
}
.slideout-content .helpdesk-content-cover{
	padding-bottom: 0;
}
.contact-area{
	background-color: #6cb1ad;
	padding: 50px 30px 40px;
	margin-top: 30px;
	display: none;
}
.contact-area.active{
	display: block;
}
.contact-area h4{
	color: #fff;
}
.contact-area a{
	font-size: 16px;
	font-family: 'RobotoSlabBold';
}
.contact-area table{
	margin-top: 35px;
}
.contact-area td{
	font-size: 16px;
	color: #fff;
	font-family: 'RobotoSlabRegular';
}
.contact-area td:first-child{
	padding-right: 35px;
}
/****************status***************/
.status-middle-sec{
	margin-top: -80px;
	padding-bottom: 70px;
	position: relative;
}
/***************** extra *********************/
#loader_section{
	display:none;
	width:100%;
	position: fixed;
	top: 0;
	background: #000000b8;
	z-index: 9999;
	height: 100vh;
	padding: 30vh 0px;
}
#loader_section p{
	color:#fff;
	font-size:18px;
	text-align: center;
}
#loader_section img{
	width: 100px;
	margin-bottom: 25px;
}
.morgan_footer
{
	text-align: center;
	background: #000;
	padding: 7px 0px 5px;
}
.topbar-flag a {
    display: inline-flex;
    margin: 0 12px;
}
#google_translate_element {
    height: 0;
    overflow: hidden;
}
.skiptranslate{
    height: 0;
    overflow: hidden;
    visibility: hidden !important;
}

.active_flag {
    -webkit-box-shadow: 0px 0px 9px 2px rgb(149 170 230);
    -moz-box-shadow: 0px 0px 9px 2px rgb(149 170 230);
    box-shadow: 0px 0px 9px 2px rgb(149 170 230);
	border-radius: 6px;
}

.cookie_div{
    position: fixed;
    bottom: 0;
    z-index: 9999;
    width: 100%;
	padding: 35px 0;
}
.light_theme{
	background:rgba(255, 255, 255, 0.83);
	-webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.75); 
	box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.75);
}
.dark_theme{
    background: rgba(0, 0, 0, 0.78);
	-webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.75); 
	box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.75);
}
.cookie_div{
	color:#9c9c9c;
	font-size: 13pt;
	font-family: 'Calibri';
}
.cookie_div h4{
	margin-bottom: 15px;
	font-size: 13pt;
	font-family: 'Calibri';
}
.light_theme h4{
	color:#2a2a2a;
}
.dark_theme h4{
	color:#c9c9c9;
}
.cookie_div a{
	color:#38b6be;
	font-size: 13pt;
	font-weight:bold;
	margin-left:8px;
	font-family: 'Calibri';
}
.cookie_div button{
	color:#3c935c;
	font-size: 12pt;
	background:#e6f8ed;
	font-weight: bold;
    border: 0;
    padding: 13px 25px;
	margin:5px 0;
	cursor: pointer;
	font-family: 'Calibri';
}
.error_background{
    background: #121212;
    height: 113px;
}
.each-brand-logo img{
	width: 120px;
	height: 100px;
	object-fit: contain;
}
.status-middle-sec iframe{
	border: 0;
    width: 100%;
    height: 6115px;
}
::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}
.banner-content .common-wrapper .main_btn{
	background-color: #000;
}
.banner-sec .common-wrapper h1{
	font-family: 'robotoslabregular';
}
.common-wrapper .link-buttn .common-btn{
	font-size: 12px;
}