* {
    outline: 0 !important
}

body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    overflow-x: hidden;
    color: #58566b;
    font-weight: 400;
    font-size: 15px;
}

html {
    position: relative;
    min-height: 100%;
    background: #fff
}

a {
    color: #58566b;
    transition: all ease 0.5s;
}

    a:hover {
        color: #58566b;
        text-decoration: none;
        transition: all ease 0.5s;
    }

i {
    font-size: 20px;
}

.small > i {
    font-size: 14px;
}

ul, ul li {
    /*  padding: 0;
    margin: 0;
    clear: both;
    list-style: none;*/
}

img {
    width: auto;
    max-width: 100%;
    height: auto;
}


/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

    .slick-track:before, .slick-track:after {
        display: table;
        content: '';
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';

.slick-loading .slick-list {
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

    .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
        color: transparent;
        outline: none;
        background: transparent;
    }

        .slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
            opacity: 1;
        }

    .slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
        opacity: .25;
    }

    .slick-prev:before, .slick-next:before {
        font-family: 'slick';
        font-size: 20px;
        line-height: 1;
        opacity: .75;
        color: white;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: '←';
}

[dir='rtl'] .slick-prev:before {
    content: '→';
}

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: '→';
}

[dir='rtl'] .slick-next:before {
    content: '←';
}

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }

        .slick-dots li button {
            font-size: 0;
            line-height: 18px;
            display: block;
            width: 20px;
            height: 20px;
            padding: 5px;
            cursor: pointer;
            color: transparent;
            border: 0;
            outline: none;
            background: transparent;
        }

            .slick-dots li button:hover, .slick-dots li button:focus {
                outline: none;
            }

                .slick-dots li button:hover:before, .slick-dots li button:focus:before {
                    opacity: 1;
                }

            .slick-dots li button:before {
                font-family: 'slick';
                font-size: 6px;
                line-height: 20px;
                position: absolute;
                top: 0;
                left: 0;
                width: 20px;
                height: 20px;
                content: '•';
                text-align: center;
                opacity: .25;
                color: black;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }

        .slick-dots li.slick-active button:before {
            opacity: .75;
            color: black;
        }

/*----- Login page css -----*/
.logo {
    position: relative;
    display: block;
    width: 100%;
    border-top: 10px solid #fff;
    z-index: 11;
}

    .logo::before {
        content: "";
        background-image: url(../images/barra.png);
        width: 248px;
        height: 80px;
        background-repeat: no-repeat;
        position: absolute;
        top: 0px;
        left: 0;
        right: 0;
        text-align: center;
        margin: auto;
    }

    .logo.logo-2 {
        border-top: 12px solid #f1f1f1;
    }

        .logo.logo-2:before {
            background-image: url(../images/barra3.png);
        }

    .logo img {
        position: absolute;
        text-align: center;
        margin: auto;
        left: 0;
        right: 0;
        height: 40px;
        top: 10px;
    }

.banner {
    width: 100%;
    position: relative;
    max-height: 600px;
}

    .banner .slick-dots {
        position: absolute;
        bottom: 58px;
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center;
        left: 0px;
    }

        .banner .slick-dots li.slick-active button:before {
            opacity: .75;
            color: #fff;
            font-size: 44px;
            text-align: center;
            margin: auto;
            line-height: 20px;
        }

.banner-position {
    position: relative;
}

.banner-text {
    position: absolute;
    bottom: 100px;
    width: 50%;
    left: 140px;
}

    .banner-text p {
        font-size: 18px;
        color: #fff;
        font-weight: 500;
        font-style: italic;
        text-transform: capitalize;
    }

.slick-dots li button:before {
    font-size: 44px;
    color: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
}

.banner-position img {
    width: 100%;
    height: auto;
}

.login-fom {
    z-index: 2;
    width: 27%;
    position: absolute;
    top: 54px;
    right: 100px;
    background: #fff;
    padding: 40px;
    border-radius: 0px 20px 0px 20px;
}

    .login-fom h2 {
        font-size: 20px;
        color: #7f7f7f;
        font-weight: 600;
        font-style: italic;
        text-align: center;
        margin-bottom: 15px;
    }

    .login-fom input {
        height: 50px;
        border-color: #eee;
        outline: none;
    }

    .login-fom .form-check a {
        float: right;
        color: #ec2128;
    }

input#exampleCheck1 {
    height: auto;
}

.login-fom .form-check a:hover, .login-fom .form-check a:focus {
    color: #000;
}

.login-fom .form-check {
    margin-bottom: 15px;
}

.btn.button-two {
    background: #ec2128;
    width: 100%;
    color: #fff;
    border-radius: 0;
    border: 1px solid #ec2128;
    font-size: 15px
}

.btn.button-one {
    border: 1px solid #ec2128;
    width: 100%;
    border-radius: 0;
    margin-bottom: 7px;
    font-size: 15px
}

    .btn.button-one:hover, .btn.button-one:focus {
        background: #ec2128;
        color: #fff;
    }

.btn.button-two:hover, .btn.button-two:focus {
    background: transparent;
    color: #000;
}

.section-two-login {
    background: #f1f1f1;
    padding: 100px 0;
    margin-top: -5px;
}

.banner .lazy {
    margin-bottom: 0;
    height: 600px;
    overflow: hidden;
}

.banner, .banner .carousel-item {
    height: 600px;
}

    .banner .carousel-item img {
        width: 100%;
        height: auto;
    }

    .banner .carousel-indicators {
        z-index: 1;
    }

    .banner .carousel-caption {
        z-index: 0;
    }

.section-two-login h2 {
    font-size: 24px;
    color: #aaa;
    text-align: center;
    margin-bottom: 50px;
}

.image-sec-two-title {
    background: #fff;
    padding: 40px;
    position: absolute;
    left: -80px;
    top: 60px;
    border-radius: 0 20px 0 20px;
}

    .image-sec-two-title h4 {
        color: #949494;
        font-weight: 600;
        font-size: 20px;
        margin-bottom: 15px;
    }

    .image-sec-two-title p {
        color: #aaa;
        font-size: 16px;
        margin-bottom: 0;
        font-weight: 400;
    }

        .image-sec-two-title p strong {
            color: #ec2128;
            font-weight: 400;
        }

.reletive {
    position: relative;
}

.image-sec-two img {
    border-radius: 0 20px 0 20px;
}

.section-three-login {
    padding: 100px 0;
}

    .section-three-login ul {
        column-count: 3;
        text-align: center;
        margin-bottom: 30px;
    }

    .section-three-login ul {
        column-count: 3;
        text-align: left;
        margin-bottom: 30px;
    }

    .section-three-login h5 {
        color: #000;
        margin-bottom: 15px;
    }

.box-title {
    padding: 20px;
    background: #d9d9d9;
}

    .box-title ul {
        column-count: 1;
        text-align: left;
        margin-bottom: 0;
    }

.box-icon {
    width: 10%;
    display: inline-block;
    height: 34px;
    background: #1155cc;
    text-align: center;
    line-height: 34px;
    float: left;
    margin-right: 10px;
    border-radius: 5px;
}

    .box-icon i {
        color: #fff;
    }

.box-text {
    width: 81%;
    display: inline-block;
}

.box-title li {
    display: block;
    margin-bottom: 10px;
    line-height: normal;
    float: left;
}

    .box-title li p {
        line-height: normal;
        margin-bottom: 0;
    }

.blue {
    color: #15c;
    text-transform: capitalize;
}

ul.search-input {
    position: absolute;
    z-index: 11;
    left: -10px;
}

    ul.search-input li input {
        height: 45px;
        padding-left: 10px;
        border: 0;
        border-radius: 5px;
        border: 1px solid #ccc;
    }

ul.submenu {
    position: absolute;
    padding: 10px;
    background: #f1f1f1;
    left: -40px;
    z-index: 11;
    top: 30px;
    opacity: 0;
    display: none;
}

.submenu {
    display: inline;
}

.header ul.side-header li ul.submenu li a {
    font-size: 16px;
}

    .header ul.side-header li ul.submenu li a:hover, .header ul.side-header li ul.submenu li a:focus {
        color: #ec2128;
    }

.header ul.side-header li:hover ul.submenu, .header ul.side-header li:focus ul.submenu {
    opacity: 1;
    display: block;
}

/* MENU */

.menu {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    white-space: nowrap;
}

    .menu .menu-item-active {
        border-bottom: 1px solid #E71B24;
    }

.menu-submenu {
    /*background-color: white;*/
    border-width: 0px 1px 1px 1px;
    border-color: #ececec;
    border-style: solid;
}

.menu-item-submenu:focus, .menu-item-submenu:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}

@media (min-width: 992px) {
    .header-menu .menu-nav > .menu-item .menu-submenu > .menu-subnav > .menu-item > .menu-link {
        padding: 10px 20px;
    }
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu a::after {
        transform: rotate(-90deg);
        position: absolute;
        right: 10px;
        top: 1.2em;
    }

    .dropdown-submenu .dropdown-menu {
        top: 0;
        left: 100%;
        margin-left: .1rem;
        margin-right: .1rem;
    }

    .dropdown-submenu.dropdown-submenu-left .dropdown-menu {
        left: -125%;
        top: 0;
        margin: 0;
        padding: 0;
        right: 100%;
    }

.dropdown-submenu-left .dropdown-menu a.dropdown-item {
    white-space: normal;
}

/*----- welcome page css -----*/
header.header {
    padding: 40px;
    background: #f1f1f1;
    height: 60px;
    position: relative;
}

    header.header.heder-welcome {
        background: #fff;
    }
/*.header:before {content:"";background-image:url(../images/shape-2.png);width: 1060px;height:68px;background-repeat: no-repeat;position: absolute;bottom: -66px;left: 0;right: 0;text-align: center;margin: auto;z-index: 1;background-size: contain;}*/
.header ul.side-header {
    position: absolute;
    right: 0;
    top: 13px;
}

    .header ul.side-header li {
        display: inline-block;
        padding: 0 10px;
        position: relative;
    }

        .header ul.side-header li:before {
            content: "";
            width: 1px;
            height: 19px;
            background-color: #ccc;
            position: absolute;
            right: 0;
            top: 7px;
        }

        .header ul.side-header li:last-child:before {
            display: none;
        }

        .header ul.side-header li:first-child {
            padding-left: 0;
        }

        .header ul.side-header li a i {
            color: #ec2128;
        }

        .header ul.side-header li a {
            font-size: 21px;
        }

        .header ul.side-header li img {
            width: 26px;
            height: 26px;
        }

        .header ul.side-header li select {
            background: transparent;
            border: 0;
            font-size: 21px;
            padding: 0;
            height: auto !important;
        }

nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    position: absolute;
    bottom: -50px;
    z-index: 1;
    left: 0;
    right: 0;
    margin: auto;
    width: 72%;
    background: transparent !important;
    text-align: center;
}

ul.navbar-nav {
    margin: auto;
}

nav.navbar.navbar-expand-lg.navbar-light.bg-light ul.navbar-nav li a.nav-link {
    padding-left: 25px;
    padding-right: 25px;
}

.banner-position.position-welcome .banner-text {
    position: absolute;
    top: 30%;
    width: 60%;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}

    .banner-position.position-welcome .banner-text h2 {
        color: #fff;
        font-weight: 600;
        margin-bottom: 30px;
    }

a.btn.btn-three {
    background: #fff;
    color: #ec2128;
    padding: 10px 80px 10px 30px;
    position: relative;
    text-transform: uppercase;
}

    a.btn.btn-three i {
        width: 43px;
        height: 46px;
        background: #f2f2f2;
        color: #ec2128;
        position: absolute;
        top: -1px;
        right: -1px;
        line-height: 46px;
        font-size: 24px;
    }

.banner.banner-welcome .slick-dots {
    position: absolute;
    bottom: 58px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
    left: 0;
    right: 0;
    text-align: center;
}

.welcom-sec-three {
    padding: 100px 0;
}

.welcome-box img {
    border-radius: 0 20px 0 0;
}

.welcome-box a {
    position: relative;
    display: block;
}

.welcome-box .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: 0.5s;
    background: rgba(0,0,0,0.4);
    display: none;
    border-radius: 0 20px 0 0;
}

.welcome-box:hover .overlay {
    display: block;
}

.welcome-box-text {
    padding: 20px;
    background: #f1f1f1;
}

footer {
    background: #f1f1f1;
    padding: 25px 0;
    text-align: center;
}

    footer ul {
        display: inline-block;
    }

        footer ul li img {
            position: absolute;
            width: 18px;
            height: 18px;
            left: 0;
            right: 0;
            text-align: center;
            margin: auto;
            top: 50%;
            transform: translateY(-50%);
        }

        footer ul li {
            display: inline-block;
            margin-right: 20px;
            width: 40px;
            height: 40px;
            background: #fff;
            position: relative;
            border-radius: 50%;
        }

.overflow {
    position: absolute;
    right: -60px;
    display: none;
    width: 210px;
    top: 49px;
    border-radius: 0 20px;
    background: #f1f1f1;
}

    .overflow li {
        display: block;
        background: #f1f1f1;
        border-bottom: 1px solid #fff;
        text-align: left;
    }

#more {
    display: inherit !important;
    float: right;
}

    #more span {
        display: inline-block !important;
        width: 10px;
        height: 10px;
        border-radius: 10px;
        background: #aaa;
        margin-right: 5px;
        margin-top: 14px;
    }

ul.navbar-nav {
    justify-content: center;
}

/*========== Responsive =============*/

@media (min-width:992px) and (max-width:1199px) {
    .banner .slick-dots {
        left: 50px;
    }

    .banner-text {
        left: 50px;
    }

    .login-fom {
        width: 32%;
        top: 64px;
        right: 50px;
    }

    .image-sec-two-title {
        padding: 30px;
        left: -100px;
        top: 40px;
    }

    nav.navbar.navbar-expand-lg.navbar-light.bg-light ul.navbar-nav li a.nav-link {
        padding-left: 6px;
        padding-right: 6px;
    }

    nav.navbar.navbar-expand-lg.navbar-light.bg-light {
        width: 100%;
    }
}

@media (max-width:1199px) {
    /*    .banner {
        overflow: hidden;
    }*/

    .header:before {
        width: 920px;
        height: 74px;
        bottom: -72px;
        left: 0;
        right: 0;
        text-align: center;
        margin: auto;
    }
}

@media(max-width:991px) {
    .banner-text {
        left: 30px;
    }

    .banner .slick-dots {
        left: 30px;
    }

    .login-fom {
        width: 37%;
        top: 104px;
        right: 30px;
        padding: 20px;
    }

    .box-title {
        margin-bottom: 30px;
    }

    .image-sec-two-title {
        padding: 40px;
        position: relative;
        left: 0;
        top: 30px;
    }

    .section-three-login {
        padding: 80px 0px 50px;
    }

    .image-sec-two img {
        width: 100%;
    }

    .header:before {
        width: 720px;
    }

    nav.navbar.navbar-expand-lg.navbar-light.bg-light {
        position: relative;
        bottom: 20px;
        z-index: 1;
        background: transparent !important;
        text-align: center;
        left: -20px;
        right: 0;
        margin: auto;
    }

    .header ul.side-header {
        z-index: 15px;
    }

    .collapse.show {
        background-color: #fff;
        text-align: left;
    }

    .welcome-box-text {
        margin-bottom: 30px;
    }

    .welcom-sec-three {
        padding: 80px 0 50px;
    }

    li#more {
        display: none !important;
    }

    .overflow {
        position: relative;
        right: 0;
        display: none;
        width: 100%;
        top: 0;
        border-radius: 0 20px;
        background: transparent;
    }
}

@media(max-width:767px) {
    .banner {
        height: 705px;
        max-height: 705px;
    }
    .banner #logincarousel {
        height: 340px;
    }

    .banner-position img {
        width: 100%;
        height: 340px;
    }

    .banner-text {
        left: 0;
        text-align: center;
        right: 0;
        bottom: 30%;
        width: 90%;
        margin: auto;
    }

    .banner .slick-dots {
        left: 0;
        text-align: center;
    }

    .login-fom {
        width: 100%;
        top: 0;
        right: 0;
        padding: 20px;
        left: 0;
        text-align: center;
        margin: auto;
        position: relative;
        border-radius: 0;
    }

        .login-fom .form-check {
            text-align: left;
        }

    .section-two-login {
        padding: 50px 0;
    }

    .section-three-login {
        padding: 60px 0px 20px;
    }

    .section-two-login h2 {
        margin-bottom: 30px;
    }

    .header:before {
        display: none;
    }

    .header ul.side-header {
        position: relative;
        right: 0;
        top: 29px;
        width: 46%;
        display: inline-block;
    }

    header.header {
        padding: 20px;
        background-color: #f1f1f1;
        height: auto;
        position: relative;
    }

    nav.navbar.navbar-expand-lg.navbar-light.bg-light {
        width: 50%;
        display: inline-block;
        top: 20px;
        text-align: right;
        left: 0;
    }

    ul.navbar-nav.mr-auto.mt-2.mt-lg-0 {
        position: absolute;
        z-index: 1111;
        background: #fff;
        width: 100%;
    }

    .banner-position.position-welcome .banner-text {
        position: absolute;
        top: 30px;
        width: 90%;
        left: 0;
        right: 0;
        text-align: center;
        margin: auto;
    }

    .overflow {
        display: block;
    }

    .slick-dots li button {
        line-height: 15px
    }
}

@media (max-width:576px) {
    .banner-text p {
        font-size: 14px;
    }

    .section-two-login h2 {
        font-size: 19px;
    }

    .image-sec-two-title {
        padding: 20px;
    }

    .section-three-login ul {
        column-count: 1;
    }

        .section-three-login ul li {
            padding: 10px;
            border: 1px solid #ec2128;
            margin-bottom: 10px;
        }

    .section-three-login h5 {
        text-align: center;
    }

    .box-title {
        padding: 13px;
    }

    .welcom-sec-three {
        padding: 60px 0 10px;
    }

    .header ul.side-header {
        position: relative;
        right: 0;
        top: 30px;
        width: 100%;
        display: block;
        left: 0;
        text-align: center;
    }

    header.header {
        padding: 50px 20px;
        background-color: #f1f1f1;
        height: auto;
        position: relative;
    }

    nav.navbar.navbar-expand-lg.navbar-light.bg-light {
        top: 40px;
        text-align: center;
        width: 100%;
    }

    ul.navbar-nav.mr-auto.mt-2.mt-lg-0 {
        position: relative;
        text-align: center;
    }

    .banner-position.position-welcome .banner-text h2 {
        font-size: 24px;
    }

    a.btn.btn-three {
        font-size: 14px;
        padding: 10px;
    }

        a.btn.btn-three i {
            display: none;
        }
}

.modal {
    overflow: auto !important;
}
