﻿.custom-container {
    max-width: 1530px;
    min-width: 1530px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .custom-container {
        max-width: 1400px;
        min-width: 1400px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .custom-container {
        max-width: 100%;
        min-width: 100%;
    }
}

.img, img {
    max-width: 100%;
    transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.fix {
    overflow: hidden;
}
.header-menu {
    position: relative;
    box-shadow: 0 3px 10px 0px rgba(0, 0, 0, .05);
}

    .header-menu:before {
        height: 100%;
        width: 265px;
        top: 0px;
        right: 0px;
        background: #2ab3d9;
        position: absolute;
        content: "";
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-menu:before {
        display: block;
       
    }
}

@media (max-width: 767px) {
   
    .header-right ul li span {
        font-size: 16px !important;
        
    }

    .navbar-header::before {
        display: none !important;
        
    }
    .header-right ul li span i {
    font-size: 36px;
    color: #ffffff;
    display: inline-block;
    height: 60px;
    width: 60px;
    text-align: center;
    background: #414569;
    border: 5px solid #ffffff;
    border-radius: 50%;
    line-height: 40px;
    margin-right: 20px;
}
    .header-right:before {
        height: 100%;
        width: 50px;
        top: 0px;
        left: 0px;
        background: #ffffff;
        position: absolute;
        content: "";
        z-index: 1;
    }
    .navbar-header::after {
        position: absolute;
        right: -74px !important;
        top: -24px !important;
        content: "";
        width: 700%;
        background: #2ab3d9;
        z-index: -1;
        bottom: -25px !important;
        display: block;
        transform: skewX(-25deg);
    }
}

@media (min-width: 1400px) {
    .header-menu:before {
        height: 100%;
        width: 20% !important;
        top: 0px;
        right: 0px;
        background: #2ab3d9;
        position: absolute;
        content: "";
    }

}





.header-right {
    background: #2ab3d9;
    padding: 10px 0px;
    position: relative;
    float:right;
}



.header-right:before {
    height: 100%;
    width: 60px;
    top: 0px;
    left: 0px;
    background: #ffffff;
    position: absolute;
    content: "";
    z-index: 1;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .header-right:before {
        width: 60px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .header-right:before {
        display: block;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-right:before {
        display: block;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-right:before {
        display: block;
    }
}

.header-right ul li {
    display: inline-block;
    margin-right: 35px;
    vertical-align: middle;
}

    .header-right ul li:last-child {
        margin-right: 0px;
    }

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .header-right ul li {
        margin-right: 10px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .header-right ul li {
        margin-right: 10px;
    }
}

.header-right ul li span {
    font-size: 24px;
    color: #ffffff;
    display: inline-block;
    font-weight: 600;
}

    .header-right ul li span i {
        font-size: 31px;
        color: #ffffff;
        display: inline-block;
        height: 55px;
        width: 55px;
        text-align: center;
        background: #414569;
        border: 5px solid #ffffff;
        border-radius: 50%;
        line-height: 35px;
        margin-right: 20px;
    }

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .header-right ul li span i {
        margin-right: 5px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .header-right ul li.user__text {
        display: none;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-right ul li.user__text {
        display: block;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-right ul li.user__text {
        display: block;
    }
}

.header-right ul li a {
    vertical-align: middle;
    color: #fff;
    text-decoration: none;
}

.header-right.header-right-2 {
    background: transparent;
}

    .header-right.header-right-2 ul .language {
        margin-right: 40px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-right.header-right-2 ul .language {
        display: none;
    }
}

.header-right.header-right-2:before {
    display: none;
}

.side-menu-icon {
    position: relative;
}

.mobile-menu.mean-container {
    clear: both;
    overflow: hidden;
}

.contact-infos {
    margin-top: 30px;
}

    .contact-infos h4 {
        font-size: 27px;
        color: #ffffff;
        margin-bottom: 20px;
    }

    .contact-infos ul li {
        font-size: 15px;
        color: #ffffff;
        margin-bottom: 15px;
        list-style: none;
    }

        .contact-infos ul li:last-child {
            margin-bottom: 0px;
        }

        .contact-infos ul li i {
            color: #ff6600;
            vertical-align: middle;
            width: 25px;
            display: inline-block;
        }

.sidebar__menu--social {
    margin-top: 25px;
}

    .sidebar__menu--social a {
        height: 40px;
        width: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 14px;
        display: inline-block;
        margin-right: 5px;
        background: #393f53;
        color: #ffffff;
        position: relative;
        z-index: 1;
        overflow: hidden;
        border-radius: 5px;
    }

        .sidebar__menu--social a:before {
            position: absolute;
            content: "";
            top: 0px;
            left: 0px;
            height: 100%;
            width: 0%;
            background: #ff6600;
            z-index: -1;
            transform: rotate(90deg);
            -webkit-transition: all 0.3s ease-out 0s;
            -moz-transition: all 0.3s ease-out 0s;
            -ms-transition: all 0.3s ease-out 0s;
            -o-transition: all 0.3s ease-out 0s;
            transition: all 0.3s ease-out 0s;
        }

        .sidebar__menu--social a:hover:before {
            width: 100%;
        }

        .sidebar__menu--social a:hover i {
            transform: rotate(360deg);
        }

        .sidebar__menu--social a:last-child {
            margin-right: 0px;
        }

.header-top-left-2:after {
    border-color: transparent transparent #1d284b transparent;
}

.header-top-right-2 ul li {
    color: #ffffff;
    border-right: 1px solid #4a536f;
}
.z-index {
    z-index: 2;
    position: relative;
}
.navbar-header {
    position: relative;
    z-index: 1;
}

.navbar-header::after {
        position: absolute;
        right: -100px;
        top: -24px;
        content: "";
        width: 700%;
        background: #2ab3d9;
        z-index: -1;
        bottom: -15px;
        display: block;
        transform: skewX(-25deg);
    }

    .navbar-header::after {
        background: #2ab3d9;
    }

    .navbar-header::after {
        background: #fff;
    }

    .navbar-header::before {
        display: block;
        position: absolute;
        right: -130px;
        top: -23px;
        bottom: 0;
        content: "";
        background: #2ab3d9;
        width: 30px;
        transform: skewX(-25deg);
        box-shadow: 0 8px 25px 0 rgb(0 0 0 / 20%);
        z-index: -1;
        border-bottom-right-radius: 10px;
    }

@media (max-width: 575.98px) {
    @media (max-width: 575.98px) {
        .navbar-header::after {
            background: #fff !important;
            transform: none;
            bottom: -20px !important;
        }
    }
    .header-menu:before {
        
        width: 200px !important;
  
    }
   
}


@media (max-width: 767.98px) {
   
}


@media (max-width: 991.98px) {
   
}


@media (max-width: 1199.98px) {
  
}


@media (max-width: 1440px) {
    .header-menu:before {
        height: 100%;
        width: 15% !important;
        top: 0px;
        right: 0px;
        background: #2ab3d9;
        position: absolute;
        content: "";
    }
   
}
