html {
  min-height: 100%;
}

.text-center {
    text-align: center;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.menu{
	margin-top: 17px;
}

header{
    position: fixed;
    top: 0px;
    width: 100%;
    height: 60px;
    color: #fff;
    background-color: #343f4b;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    z-index:1000;
}

    .wrap-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .branding {
		/* float:left; */
		/* width:120px; */
		margin-top:8px;
        transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;    
    }

        .logo-lg {
            max-height: 60px;
            width: 100px;
        }

        .logo-sm {
            max-height: 60px;
            width: 100px;
            display: none;
        }

    .listMenu { 
        display: none;
    }

.stripe {
    height: 400px;
    position: relative;
}

.stripe:first-child {
    height: 400px;
    position: relative;
}

.stripe:nth-child(even) {
    background: #ecc6d9;
}

.mobileMenuButton {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 34px;
    z-index: 1000;
    border-radius: 4px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
	margin-top: -3px;
    
}

.mobileMenuButton:hover span  {
    background: #fff;
}
.mobileMenuButton:hover span:before  {
    background: #fff;
}
.mobileMenuButton:hover span:after  {
    background: #fff;
}


.mobileMenuButton span {
    margin-top: 50%;
}
.mobileMenuButton span, .mobileMenuButton span:before, .mobileMenuButton span:after {
    cursor: pointer;
    border-radius: 5px;
    height: 4px;
    width: 22px;
    background: white;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    content: '';
}
.mobileMenuButton span:before {
    top: -8px;
}
.mobileMenuButton span:after {
    bottom: -8px; 
}

.mobileMenu {
    width: 240px;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #efefef;
    z-index: 1200;
    text-align: right;
    transition: all .3s ease-in-out;
	overflow:auto;
	padding-bottom: 70px;
}

    .slideOut { 
        margin-right: -240px;
        transition: all .3s ease-in-out;
    }

    .slideIn { 
        margin-right: 0px;
    }

.mobileMenu h2 {
    color: #333333;
    font-size: 36px;
    padding-right: 30px;
}

.mobileMenu ul {
    list-style: none;
	margin: 0;
}


.mobileMenu li { 
    border-bottom: 1px solid #dbdbdb;
	height: 63px;
	/* text-align: center; */
}

.mobileMenu li a { 
    color: #333333;
    line-height: inherit;
    padding: 0;
    font-weight: 600;
    padding: 20px;
    font-size: 15px;
    text-decoration: none;
    display: block;

    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.mobileMenu .list:hover {
    background-color: white;
/*     text-decoration: none; */
}

.mobileMenu .list:active {
	background-color: white;
	box-shadow: inset 0px 0px 3px 0.8px rgba(0, 0, 0, 0.2);
}

.mobileMenu .mobilemenu_h:hover {
    color: #707070 !important;
}

.overlay {
    background:rgba(0,0,0,0.7);
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    display:none;
    opacity: 0;
    position: fixed;
    transition: all .3s ease-in-out;
    z-index: 1150;    
}

@media (max-width:992px) {
	.branding{
		width: 100%;
		padding-left: 30px;
		text-align: center;
	}
	.m-s-f{
		display: flex;
	}
	.logo-lg{
		max-height: 60px;
		width: 110px;
		margin-top: 2px;
	}
}
@media (min-width:993px) {
    h1 {
        font-size: 2em;
    }

    .overlay {
        display: none !important;
    }
    
    .mobileMenu {
        display: none;
    }
    
    .wrap-container {
		width: 80%;
		margin: 0 auto;
    }
    
    .mobileMenuButton {
        display:none;
    }
    
    .listMenu { 
        display: inherit;
    }

    .listMenu li {
        display: inline;
    }
    
    .mobileButton {
        display: none;
    }
    
	.p-t-3-lg{
		padding-top: 3px
	}
}

.body_overflow{
	/* position: fixed; */
    overflow: hidden;
}

.mobilemenu_a {
	height: calc(100% - 8px);
    width: 100%;
	overflow-y: auto;
	display: inline-block;
	-webkit-overflow-scrolling: touch;
}

.mobilemenu_b {
	box-shadow: 0px 1px 1px white;
}

.mobilemenu_c {
	position: fixed;
}

.mobilemenu_d {
	height:70px;
	display: flex;
	width:240px;
	bottom: 0;
	background: white;
	box-shadow: 1px 0 5px 0 rgba(0,0,0,0.2);
	padding:0;
	margin:0;
}

.mobilemenu_e {
	width: 50%;
}

.mobilemenu_f {
	padding-top: 10px;
	padding-bottom: 10px;
	height: 100%; 
}

.mobilemenu_g {
	text-align: center;
	border: none !important;
	height: 100% !important; 
}

.mobilemenu_h {
	padding: 15px 25px 15px 25px !important;
}

.mobilemenu_i {
	text-align: center;
	border: none !important;
	height: 100% !important;
	border-left: 1px solid #dbdbdb !important;
}
.nav_icon_s_a{
	font-size: 27px;
	padding-right:3.7px;
	margin-left: 12px;
	float:right;
}
.nav_icon_s_b{
	font-size: 26px;
	margin-left: 12px;
	float:right;
}
.nav_icon_s_c{
	font-size: 22px;
	padding-right:3px;
	margin-left: 12px;
	float:right;
}
.nav_icon_s_d{
	font-size: 19px;
	padding-right:1px;
	margin-left: 12px;
	float:right;
}
.m-no-m{
	margin: 0 !important;
	direction: rtl;
}
.s-v-c{
	visibility: collapse;
}

/*menu*/

.mobilemenu_a ul {
	padding: 0;
}
.mobilemenu_c ul {
	padding: 0;
}
.listMenu ul {
	padding: 0;
}
.m-no-m a {
	color: white;
    margin-left: 15px;
    font-weight: 400;
}
.m-no-m a:hover {
	color: #ff9900;
}
.m-no-m btn:hover {
	color: #fff;
}
.kcd_header_line {	
	padding: 4px 1px !important;
	background:
	#e0dede;
	margin-left: 30px !important;
	margin-right: 30px !important;
	border: unset !important;
}
.p-t-80{
	padding-top: 80px
}

.p-60-0{
	padding: 60px 0 !important;
}
@media (max-width:1199px) {
	.s-n-b{
		min-width: 100%;
		padding-bottom: 50px;
	}
}

.menu-butt{
	list-style: none;
	/* display: flex; */
	margin-top: 6px;
}