/* **********************/
/* ****** Main menu******/
/* **********************/
header ul {

    margin: 0;
    padding: 0;
}

.color-header {
/*     background-color: #070715; */
}
.nav-container {
/*     margin: 10px 0px; */
	padding: 10px 15px;
}
header nav {
/*     position: fixed;
    z-index: 1000;
    width: 100%;
    top: 0;
    transition: 0.5s ease-in-out; */
/*     background: transparent; */
	position: relative;
	z-index: 999;
}
.logo-container {
    padding: 0px;
}

header .menu {
    display: flex;
    justify-content: flex-end;
	align-items: center;
    list-style: none;
}

header .main-menu,
header .menu-main-container,
header .menu,
header .menu-item,
header .menu-item a {
    height: 100%;
}

header .menu li {
    position: relative;
}

header .menu li a {
    padding: 10px;
    display: flex;
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
    transition: 0.2s ease-in;
    position: relative;
    align-items: center;
}

.sub-menu .sub-menu {
    padding-top: 0px !important;
    left: 100%;
    top: 0;
    bottom: 0;
    display: none;
}

.sub-menu li:hover .sub-menu {
    display: block;
}

header .menu .sub-menu li a:hover {
    color: #fff;
    background: #55a5dc;
}

header .menu li a:hover {
    color: #55a5dc;
}

header .menu li a::after {
    position: absolute;
    content: "";
    width: 0%;
    left: 50%;
    right: 50%;
    height: 0px;
    bottom: -10px;
    transition: 0.5s;
}

header .menu li:hover a::after {
    left: 0;
    width: 100%;
    right: 0;
    background-color: #55a5dc;
    height: 4px;
}

header .menu .current-menu-item>a {
    font-weight: 700;
    color: #fff;
}

.header-btn {
    height: 100%;
    display: flex;
    align-items: center;
}

.main-menu-btn {
    border-radius: 50px;
    color: #fff;
    border: 2px solid #fff;
    padding: 10px 5px;
    display: block;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    width: 100%;
}

.main-logo img {
    width: 180px;
    transition: 0.5s;
	vertical-align: middle;
}

.mobile-menu-btn,
.mobile-menu-side {
    display: none;
}

.sub-menu a::after {
    display: none;
}

.header-list-info {
    display: flex;
    justify-content: space-between;
}

.top-contact-info ul {
    display: inline-flex;
    list-style: none;
}

.top-contact-info ul li {
    padding: 0 10px;
}

.top-contact-info ul li a {
    color: #fff;
    font-size: 14px;
    transition: 0.5s;
}

.top-contact-info ul li a:hover {
    color: #fff;
}

.top-contact-info {
    padding: 5px 0;
    background-color: transparent;
}

header nav hr {
    margin: 0;
    border: none;
    border-top: 1px solid #fff;
}

@media screen and (min-width:992px){
    header .sub-menu{
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s, opacity 0.2s linear;
        position: absolute;
        padding-top: 15px;
        color: #333;
        top: 80%;
        list-style: none;
        width: px;
        box-shadow: 0px 9px 17px -16px rgba(61,61,61,0.6);
		text-align: left;
		display: flex;
		flex-wrap: wrap;
		width: 500px;
    }
    header li:hover  .sub-menu{
        visibility: visible;
        opacity: 1;
    }
    header .sub-menu li{
        background: #093d61;
		margin-bottom: 8px;
		border-radius: 4px;
		width: 100%;
		margin-right: 8px;
		max-width: 235px;
		min-height: 100%;
		box-shadow: 0px 0px 20px #0007;
    }
	header .sub-menu li a {
		border-radius: 4px;
	}
    header .sub-menu-icon-mobile{display: none;}
}

@media screen and (max-width:992px){
    header .header-btn,.main-menu{
        display: none;
    }
    .main-logo img {
		height: auto;
		width: 120px;
	}
    .mobile-menu-btn{
        display: inline-block;
        position: relative;
        z-index: 3000000;
		right: 15px;
    }
    .menu-btn-icon{
        display: inline-block;
        position: relative;
        width: 25px;
        height: 3px;
        background-color: #fff;
        transition: 0.5s;
    }
    .menu-btn-icon::after{
        content: "";
        background-color: #fff;
        position: absolute;
        width: 25px;
        height: 3px;
        top: -7px;
		right: 0;
        transition: 0.5s;
    }
    .menu-btn-icon::before{
        content: "";
        background-color: #fff;
        position: absolute;
        width: 25px;
        height: 3px;
        top: 7px;
        transition: 0.5s;
		right: 0;
    }
    .opened-mobile-menu::after,.opened-mobile-menu::before{
        width: 15px;
    }
    .mobile-menu-container{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .mobile-menu-side{
        position: fixed;
        min-height: 100vh;
        padding: 40px 0;
        width: 100%;
        background: #001731f5;
        z-index: 100;
        top: 0;
        left: 100%;
        transition: 0.4s ease-out;
        display: flex;
        align-items: center;
        justify-content: center;
		height: 100%;
		overflow: scroll;
    }
    .show-mobile-menu{
        left: 0;
    }
    .mobile-menu-side .menu li a{
        justify-content: center;
        font-size: 22px;
        text-align: center;
    }
    .mobile-menu-side *{color: #fff;}
    .mobile-menu-side .main-menu{
        display: block;
    }
    .mobile-menu-side .main-menu ul{
        display: block;
    }
    .mobile-menu-side .mobile-menu-btn{
        top: 7%;
        position: absolute;
        right: 5%;
    }
    .block-scroll-y{overflow-y: hidden;height: 100vh;}
    .sub-menu-icon-mobile{
        position: absolute;
        right: 24px;
        top: 15px;
        font-size: 25px;
        transition: 0.5s;
    }
    .reverce-icon{
        transform: rotateZ(180deg);
    }
    .mobile-menu-side .sub-menu{
        overflow: hidden;
        position: relative;
        box-shadow: none;
        transition: 0.6s linear;
        color: #333;
        list-style: none;
        display: block;
        max-height: 0;
        transition: max-height 0.35s ease-out;
    }
    .mobile-menu-side .opened-sub-menu-mobile{
        max-height: 1000px;
        transition: max-height 0.35s ;
    }
    header .menu li a::after{
       display: none;
    }
    header .sub-menu a{
        font-size: 14px!important;
    }
    .email-header{
        display: none;
    }
	
	.main-banner-video {
		padding: 84px 0px 45px;
	}
	.nav-container {
		padding: 20px 15px;
	}
}

header .sub-menu li a{
    font-size: 16px;
	min-height: 70px;
}

header .pll-parent-menu-item ul.sub-menu li {width: 36px;}
header .pll-parent-menu-item ul.sub-menu li a {min-height: unset;}
header .pll-parent-menu-item ul.sub-menu {padding-top: 0px;}
header .mobile-menu-side .pll-parent-menu-item ul.sub-menu {max-height: unset;text-align:center;margin: 0 auto;display: flex;justify-content:center;}
header .mobile-menu-side .pll-parent-menu-item i {display: none;}
header .mobile-menu-side .menu-item, .mobile-menu-side .menu, header .mobile-menu-side .main-menu {height: auto;}