@font-face {
    font-family: Trebuchet;
    src: url("../webfonts/trebuc.ttf");
}

html,
body {
    background: #fff;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span {
    font-family: Trebuchet;
}

p {
    font-weight: normal;
}

a {
    text-decoration: none;
}

    a:active, a:hover, a:focus {
        text-decoration: none;
    }

    a:active, a:hover, a:focus {
        outline: 0 none;
    }

img {
    max-width: 100%;
    height: auto;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.advantages-title {
    text-align: center;
}

/* Loader */

.loader-wrapper {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #cc1418;
    overflow: hidden;
}

#loader {
    position: absolute;
    width: 100%;
    height: 100%;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
}

@keyframes loader {
    0% {
        left: -100px
    }

    100% {
        left: 110%;
    }
}

#box {
    width: 50px;
    height: 50px;
    background: #fff;
    animation: animate .5s linear infinite;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 3px;
}

@keyframes animate {
    17% {
        border-bottom-right-radius: 3px;
    }

    25% {
        transform: translateY(9px) rotate(22.5deg);
    }

    50% {
        transform: translateY(18px) scale(1,.9) rotate(45deg);
        border-bottom-right-radius: 40px;
    }

    75% {
        transform: translateY(9px) rotate(67.5deg);
    }

    100% {
        transform: translateY(0) rotate(90deg);
    }
}

#shadow {
    width: 50px;
    height: 5px;
    background: #000;
    opacity: 0.1;
    position: absolute;
    top: 59px;
    left: 0;
    border-radius: 50%;
    animation: shadow .5s linear infinite;
}

@keyframes shadow {
    50% {
        transform: scale(1.2,1);
    }
}


.header-main {
    position: relative;
    top: 0%;
    left: 0;
    width: 100%;
    z-index: 99999;
    height: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.102);
}

.header-one {
    position: absolute;
    z-index: 99999;
    width: 100%;
    top: 0;
    background-color: transparent;
    padding-top: 30px;
}

.header-top-menu {
    position: absolute;
    padding: 0 4px;
    border-bottom: 1px solid #d9d9d9;
    background-color: transparent;
    z-index: 999999;
    width: 100%;
    top: 0;
}

@media screen and (max-width:991px) {
    .header-top-menu {
        background-color: rgba(0, 0, 0, 0.9);
        color: #fff;
        padding: 0;
        border-bottom: 1px solid rgba(217,217,217,0.3);
    }

    .top-menu li:first-child {
        border-left: 1px solid rgba(217,217,217,0.3) !important;
    }

    .top-menu li {
        border-right: 1px solid rgba(217,217,217,0.3) !important;
    }
}

.top-menu {
    list-style: none;
    padding-left: 0;
    display: flex;
    font-size: 14px;
}

    .top-menu li:first-child {
        border-left: 1px solid #d9d9d9;
    }

    .top-menu li {
        border-right: 1px solid #d9d9d9;
    }

        .top-menu li a {
            color: #fff;
            padding: 5px 12px;
            display: flex;
            justify-content: space-around;
            align-items: center;
        }

            .top-menu li a:hover {
                color: #cc1418;
            }

    .top-menu .dropdown-menu li a {
        color: #000;
    }

        .top-menu .dropdown-menu li a:hover {
            background-color: #cc1418;
            color: #fff;
            padding-left: 25px;
            transition: all .2s ease-in-out;
        }

    .top-menu .dropdown-menu {
        z-index: 999999;
    }

/* Dropdown*/
.language .dropdown-menu {
    min-width: 100px !important;
}

.partners .dropdown-menu {
    min-width: 175px !important;
}


.header-top .dropdown:hover .dropdown-menu {
    display: block;
}

.header-top .dropdown-menu {
    border: 1px solid #000;
    margin-top: 0px;
    margin-left: -4px;
}

    .header-top .dropdown-menu > li {
        display: block;
        border: none;
    }

/* social top */
.social-top {
    list-style: none;
    padding: 0;
}

    .social-top li:first-child:hover {
        background-color: #4267B2;
        transition: ease .3s;
    }

    .social-top li:nth-child(n+2):hover {
        background-color: #00ACED;
        transition: ease .3s;
    }

    .social-top li:nth-child(n+3):hover {
        background-color: #0077B5;
        transition: ease .3s;
    }

    .social-top li:last-child:hover {
        background-color: #B72E80;
        transition: ease .3s;
    }

    .social-top li {
        display: inline-block;
    }

        .social-top li a {
            color: inherit;
            padding: 8px 12px;
            display: block;
            font-size: 14px;
            color: #fff;
        }

    .social-top a:hover, .social-top a:focus {
        text-decoration: none;
    }

    .social-top .fa {
        margin-right: 0 !important;
    }

.main-logo {
    width: 162px;
    height: 45px;
}

.header-top-nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header-main .clou-services a {
    background-color: transparent;
    color: #fff;
    font-size: 24px;
}

.header-top-nav .support-link {
    color: #fff;
    border-right: 2px solid #fff;
    padding-right: 10px;
}

.header-main .dropdown-toggle:after {
    display: none;
}

.header-main .site-logo .main-logo {
    display: inline-block;
}

.header-main .site-logo .sticky-logo {
    display: none;
}

.header-main .site-nav {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

    .header-main .site-nav .site-menu {
        margin: 0;
        list-style: none;
    }

        .header-main .site-nav .site-menu > li {
            margin-right: 10px;
            display: inline-block;
            position: relative;
            font-family: 'Poppins', sans-serif;
            font-weight: 500;
        }

            .header-main .site-nav .site-menu > li > a {
                position: relative;
                color: #fff;
                padding: 41px 12px;
                text-transform: uppercase;
                font-size: 15px;

                -webkit-transition: all 0.3s ease-in-out;
                -moz-transition: all 0.3s ease-in-out;
                -ms-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
            }

                .header-main .site-nav .site-menu > li > a:after, .header-main .site-nav .site-menu > li > a:before {
                    content: '';
                    position: absolute;
                    bottom: 25px;
                    left: 0;
                    right: 0;
                    width: 0;
                    height: 1px;
                    background: #cc1418;
                    -webkit-transition: all 0.3s ease-in-out;
                    -moz-transition: all 0.3s ease-in-out;
                    -ms-transition: all 0.3s ease-in-out;
                    -o-transition: all 0.3s ease-in-out;
                    transition: all 0.3s ease-in-out;
                }

                .header-main .site-nav .site-menu > li > a:hover {
                    color: #cc1418;
                }

                    .header-main .site-nav .site-menu > li > a:hover:after, .header-main .site-nav .site-menu > li > a:hover:before {
                        width: 100%;
                    }

            .header-main .site-nav .site-menu > li a.current {
                color: #cc1418;
            }

                .header-main .site-nav .site-menu > li a.current:after, .header-main .site-nav .site-menu > li a.current:before {
                    -webkit-transition-delay: 0s;
                    -o-transition-delay: 0s;
                    transition-delay: 0s;
                }

            .header-main .site-nav .site-menu > li ul.dropdown-menu-col-1 {
                padding: 15px 26px;
                background-color: rgba(255, 255, 255, 0.95);
                width: 250px;
                visibility: hidden;
                opacity: 0;
                position: absolute;
                top: 62px;
                left: 0;
                z-index: 2;
                -webkit-transform: translateY(15px);
                -moz-transform: translateY(15px);
                -ms-transform: translateY(15px);
                -o-transform: translateY(15px);
                transform: translateY(15px);
                -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
                -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
                box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
                -webkit-transition: all 0.3s ease-in-out;
                -moz-transition: all 0.3s ease-in-out;
                -ms-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
            }

                .header-main .site-nav .site-menu > li ul.dropdown-menu-col-1 li {
                    margin-bottom: 5px;
                    -webkit-transition: all 0.3s ease-in-out;
                    -moz-transition: all 0.3s ease-in-out;
                    -ms-transition: all 0.3s ease-in-out;
                    -o-transition: all 0.3s ease-in-out;
                    transition: all 0.3s ease-in-out;
                }

                    .header-main .site-nav .site-menu > li ul.dropdown-menu-col-1 li a {
                        overflow: hidden;
                        font-size: 16px;
                        color: #111111;
                        padding: 8px 0;
                        display: block;
                        position: relative;
                        -webkit-transition: all 0.2s ease-in-out;
                        -moz-transition: all 0.2s ease-in-out;
                        -ms-transition: all 0.2s ease-in-out;
                        -o-transition: all 0.2s ease-in-out;
                        transition: all 0.2s ease-in-out;
                    }

                        .header-main .site-nav .site-menu > li ul.dropdown-menu-col-1 li a:after {
                            content: "\f04b";
                            font-family: "Font Awesome 5 Free";
                            font-weight: 600;
                            font-size: 6px;
                            position: absolute;
                            color: #cc1418;
                            top: 50%;
                            -webkit-transform: translateY(-50%);
                            -ms-transform: translateY(-50%);
                            transform: translateY(-50%);
                            left: -5px;
                            z-index: 8;
                            -webkit-transition: all 0.2s ease-in-out;
                            -moz-transition: all 0.2s ease-in-out;
                            -ms-transition: all 0.2s ease-in-out;
                            -o-transition: all 0.2s ease-in-out;
                            transition: all 0.2s ease-in-out;
                        }

                        .header-main .site-nav .site-menu > li ul.dropdown-menu-col-1 li a:hover {
                            padding-left: 12px;
                            color: #cc1418;
                        }

                            .header-main .site-nav .site-menu > li ul.dropdown-menu-col-1 li a:hover:after {
                                left: 0;
                            }

                    .header-main .site-nav .site-menu > li ul.dropdown-menu-col-1 li:last-child {
                        margin-bottom: 0;
                    }

            .header-main .site-nav .site-menu > li:hover ul.dropdown-menu-col-1 {
                opacity: 1;
                visibility: visible;
                -webkit-transform: translateY(0);
                -ms-transform: translateY(0);
                transform: translateY(0);
            }

            .header-main .site-nav .site-menu > li .template-mega-menu {
                background-color: rgba(255, 255, 255, 0.97);
                border-top: 1px solid #cc1418;
                position: absolute;
                z-index: 10;
                opacity: 0;
                visibility: hidden;
                top: 100%;
                padding: 20px 0 0;
                -webkit-transform: translateY(15px);
                -ms-transform: translateY(15px);
                transform: translateY(15px);
                /*-webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);*/
                -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
                box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
                -webkit-transition: all 0.3s;
                -moz-transition: all 0.3s;
                -o-transition: all 0.3s;
                -ms-transition: all 0.3s;
                transition: all 0.3s;
                -webkit-transition: all 0.2s ease-out;
                -moz-transition: all 0.2s ease-out;
                -ms-transition: all 0.2s ease-out;
                -o-transition: all 0.2s ease-out;
                transition: all 0.2s ease-out;
            }

                .header-main .site-nav .site-menu > li .template-mega-menu .menu-ctg-title {
                    font-size: 22px;
                    font-weight: 700;
                    color: #111111;
                    margin-bottom: 18px;
                }

                .header-main .site-nav .site-menu > li .template-mega-menu ul.sub-menu {
                    margin-bottom: 20px;
                }

                .header-main .site-nav .site-menu > li .template-mega-menu ul.sub-menu-info {
                    width: 220px !important;
                }

                .header-main .site-nav .site-menu > li .template-mega-menu ul.sub-menu li {
                    margin-bottom: 10px;
                    padding-bottom: 7px;
                    border-bottom: 1px solid #ebebeb;
                }

                    .header-main .site-nav .site-menu > li .template-mega-menu ul.sub-menu li:last-child {
                        border-bottom: 0;
                        margin-bottom: 0;
                        padding-bottom: 0;
                    }

                    .header-main .site-nav .site-menu > li .template-mega-menu ul.sub-menu li a {
                        font-size: 16px;
                        font-weight: 500;
                        color: #111111;
                        padding: 5px 15px 5px 30px;
                        display: block;
                        -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
                        -moz-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
                        -ms-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
                        -o-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
                        transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
                        position: relative;
                    }

                        .header-main .site-nav .site-menu > li .template-mega-menu ul.sub-menu li a i {
                            color: #444444;
                            position: absolute;
                            left: 0;
                            top: 50%;
                            -webkit-transform: translateY(-50%);
                            -moz-transform: translateY(-50%);
                            -ms-transform: translateY(-50%);
                            -o-transform: translateY(-50%);
                            transform: translateY(-50%);
                            -webkit-transition: all 0.3s ease-out;
                            -moz-transition: all 0.3s ease-out;
                            -ms-transition: all 0.3s ease-out;
                            -o-transition: all 0.3s ease-out;
                            transition: all 0.3s ease-out;
                        }

                        .header-main .site-nav .site-menu > li .template-mega-menu ul.sub-menu li a:hover {
                            color: #cc1418;
                            /*padding: 5px 15px 5px 35px;*/
                        }

                            .header-main .site-nav .site-menu > li .template-mega-menu ul.sub-menu li a:hover i {
                                color: #cc1418;
                                animation: toRightFromLeft10 0.5s;
                            }

            .header-main .site-nav .site-menu > li:hover .template-mega-menu {
                opacity: 1;
                visibility: visible;
                -webkit-transform: translateY(0);
                -ms-transform: translateY(0);
                transform: translateY(0);
            }

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }


.dropdown:hover .dropdown-content {
    display: block;
}

.header-main.header-fixed {
    height: 70px;
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 999999;
    background: rgba(255, 255, 255, 0.95);
    -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .header-main.header-fixed .site-logo .main-logo {
        display: none;
    }

    .header-main.header-fixed .site-logo .sticky-logo {
        display: inline-block;
        width: 162px;
        height: 45px;
        padding-top: 25px;
    }

    .header-main.header-fixed .site-nav .site-menu li a, .header-main.header-fixed .clou-services .nav-link {
        padding: 26px 15px 27px;
        color: #111111;
    }

    .header-main.header-fixed .btn-outline-light {
        color: #333;
        background-color: transparent;
        background-image: none;
        border-color: #333;
    }

        .header-main.header-fixed .btn-outline-light:hover {
            background-color: #333;
            color: #fff;
        }

.header-main .clou-services.dropdown-menu-right {
    position: static;
}
/*.header-main .clou-services.dropdown-menu-right .container {
    background-color: rgba(0, 0, 0, 0.9); }*/

@media only screen and (max-width: 1199px) {
    .header-main .site-nav .site-menu > li {
        margin-right: 0;
    }

        .header-main .site-nav .site-menu > li > a {
            padding: 41px 12px;
            font-size: 14px;
        }

    .nav-action-elements ul li:first-child {
        padding: 15px 0;
    }
}

.searchbar {
    border-radius: 30px;
    border-color: red;
}

.search-input {
    color: white;
    border: 0;
    outline: 0;
    background: rgba(0, 0, 0, 0.9);
    width: 0;
    line-height: 40px;
    transition: width 0.4s linear;
}

.searchbar:hover {
    background-color: white;
}

    .searchbar:hover > .search-input {
        padding-left: 10px;
        width: 200px;
        caret-color: red;
        transition: width 0.4s linear;
    }

    .searchbar:hover > .search-icon {
        background: white;
        color: #e74c3c;
    }

.search-icon {
    height: 40px;
    width: 40px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: white;
}

@media only screen and (max-width: 1199px) {
    .header-main.header-fixed .site-nav .site-menu li a {
        padding: 26px 6px 27px;
    }
}

.header-main.header-fixed .site-nav .site-menu li a:after, .header-main.header-fixed .site-nav .site-menu li a:before {
    bottom: 15px;
}

.header-main.header-fixed .site-nav .site-menu li ul.dropdown-menu-col-1 {
    top: 47px;
}

/*.header-main.header-fixed .site-nav .site-menu li.current a {
    color: #cc1418;
}*/

@-webkit-keyframes toRightFromLeft10 {
    5% {
        left: -5px;
    }

    30% {
        opacity: 0.5;
        left: 10px;
    }

    60% {
        left: 5px;
        opacity: 1;
    }
}

@keyframes toRightFromLeft10 {
    5% {
        left: -5px;
    }

    30% {
        opacity: 0.5;
        left: 10px;
    }

    60% {
        left: 5px;
        opacity: 1;
    }
}

.hidden-menu {
    top: -100px !important;
    box-shadow: none;
}

@media only screen and (max-width: 991px) {
    .header-main {
        background: rgba(0, 0, 0, 0.9);
        z-index: 9999;
        height: auto;
        padding: 5px 0;
    }

        .header-main .site-logo {
            padding: 9px 0;
            max-width: 90px;
        }

        .header-main .site-nav {
            display: inherit;
            width: 100%;
        }

            .header-main .site-nav .site-menu {
                padding: 30px 0 20px 0;
                clear: both;
                width: 100%;
                display: none;
                z-index: 99999;
            }

                .header-main .site-nav .site-menu > li {
                    display: block;
                    margin-right: 0;
                    margin-bottom: 10px;
                    text-align: left;
                }

                    .header-main .site-nav .site-menu > li a {
                        display: inline-block;
                        text-align: center;
                        text-decoration: none;
                        padding: 15px 10px;
                        color: #fff;
                    }

                        .header-main .site-nav .site-menu > li a:after, .header-main .site-nav .site-menu > li a:before {
                            bottom: 0;
                        }

                        .header-main .site-nav .site-menu > li a:hover, .header-main .site-nav .site-menu > li a:focus {
                            color: #cc1418;
                        }

                    .header-main .site-nav .site-menu > li ul.dropdown-menu-col-1 {
                        top: 20px;
                        left: 200px;
                        text-align: left;
                        border-radius: 4px;
                    }

                        .header-main .site-nav .site-menu > li ul.dropdown-menu-col-1 li a {
                            text-align: left;
                        }

                            .header-main .site-nav .site-menu > li ul.dropdown-menu-col-1 li a:after, .header-main .site-nav .site-menu > li ul.dropdown-menu-col-1 li a:before {
                                bottom: inherit;
                            }

        .header-main .mob-menu-open {
            position: absolute;
            z-index: 999999;
            right: 15px;
            display: block;
            top: 0;
            padding: 24px 0 15px;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

            .header-main .mob-menu-open .bar {
                background: #ffffff;
                height: 2px;
                width: 30px;
                display: block;
                margin-bottom: 5px;
                -webkit-transition: all 0.3s ease-in-out;
                -moz-transition: all 0.3s ease-in-out;
                -ms-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
            }

                .header-main .mob-menu-open .bar:nth-child(2), .header-main .mob-menu-open .bar:nth-child(3) {
                    width: 25px;
                    background: #ffffff;
                    margin-left: 5px;
                }

                .header-main .mob-menu-open .bar:last-child {
                    margin-bottom: 0;
                }

            .header-main .mob-menu-open.active .bar:nth-child(2), .header-main .mob-menu-open.active .bar:nth-child(3) {
                opacity: 0;
            }

            .header-main .mob-menu-open.active .bar:nth-child(1) {
                -webkit-transform: rotate(45deg) translate(7px, 7px);
                -ms-transform: rotate(45deg) translate(7px, 7px);
                transform: rotate(45deg) translate(7px, 7px);
            }

            .header-main .mob-menu-open.active .bar:nth-child(4) {
                -webkit-transform: rotate(-45deg) translate(8px, -8px);
                -ms-transform: rotate(-45deg) translate(8px, -8px);
                transform: rotate(-45deg) translate(8px, -8px);
            }

        .header-main.header-fixed {
            background: #f8f8f8;
            height: auto;
        }

            .header-main.header-fixed .mob-menu-open .bar {
                background: #000000;
            }

                .header-main.header-fixed .mob-menu-open .bar:nth-child(2), .header-main.header-fixed .mob-menu-open .bar:nth-child(3) {
                    background: #000000;
                }

            .header-main.header-fixed .site-nav .site-menu > li > a {
                padding: 15px 10px;
            }

                .header-main.header-fixed .site-nav .site-menu > li > a:after, .header-main.header-fixed .site-nav .site-menu > li > a:before {
                    bottom: 0;
                }

            .header-main.header-fixed .site-nav .site-menu > li ul.dropdown-menu-col-1 {
                top: 20px;
                left: 200px;
                text-align: left;
                border-radius: 4px;
            }

                .header-main.header-fixed .site-nav .site-menu > li ul.dropdown-menu-col-1 li a {
                    text-align: left;
                }

                    .header-main.header-fixed .site-nav .site-menu > li ul.dropdown-menu-col-1 li a:after, .header-main.header-fixed .site-nav .site-menu > li ul.dropdown-menu-col-1 li a:before {
                        bottom: inherit;
                    }

            .header-main.header-fixed .site-logo .sticky-logo {
                padding-top: 10px;
            }
}

@media only screen and (max-width: 480px) {
    .header-main .site-nav .site-menu > li ul.dropdown-menu-col-1, .header-main.header-fixed .site-nav .site-menu > li ul.dropdown-menu-col-1 {
        top: 20px;
        left: inherit;
        right: 0;
        width: 180px;
        padding: 10px 15px;
    }
}

.nav-action-elements ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

    .nav-action-elements ul li {
        display: inline-block;
        padding-left: 15px;
    }

        .nav-action-elements ul li:last-child {
            margin-right: 0;
        }

        .nav-action-elements ul li:first-child {
            padding: 15px 10px;
        }

        .nav-action-elements ul li .services-btn {
            background-color: transparent;
            cursor: pointer;
            box-shadow: none;
            border: none;
            font-weight: 400;
            margin-top: 0.3em;
            font-size: 20px;
            color: #cc1418;
            font-family: 'Poppins', sans-serif;
            -webkit-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -ms-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
        }

            .nav-action-elements ul li .services-btn i {
                margin-right: 10px;
                -webkit-transition: all 0.3s ease-out;
                -moz-transition: all 0.3s ease-out;
                -ms-transition: all 0.3s ease-out;
                -o-transition: all 0.3s ease-out;
                transition: all 0.3s ease-out;
            }

            .nav-action-elements ul li .services-btn:focus {
                outline: none;
            }

        .nav-action-elements ul li .login-btn,
        .nav-action-elements ul li .logout-btn {
            background-color: transparent;
            color: #fff;
            cursor: pointer;
            box-shadow: none;
            border: none;
            font-weight: 400;
            font-family: 'Poppins', sans-serif;
            -webkit-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -ms-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
        }

            .nav-action-elements ul li .login-btn i,
            .nav-action-elements ul li .logout-btn i {
                margin-right: 10px;
                -webkit-transition: all 0.3s ease-out;
                -moz-transition: all 0.3s ease-out;
                -ms-transition: all 0.3s ease-out;
                -o-transition: all 0.3s ease-out;
                transition: all 0.3s ease-out;
            }

            .nav-action-elements ul li .login-btn:focus,
            .nav-action-elements ul li .logout-btn:focus {
                outline: none;
            }

        .nav-action-elements ul li .ghost-btn {
            border-radius: 4px;
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            padding: 6px 13px 2px 13px;
            font-size: 13px;
            -webkit-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -ms-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
        }

            .nav-action-elements ul li .ghost-btn i {
                font-size: 13px;
                margin-right: 12px;
            }

    .nav-action-elements ul .clou-services img:hover {
        opacity: 0.5;
        cursor: pointer;
    }

@media only screen and (max-width: 1199px) {
    .nav-action-elements ul li .login-btn i {
        display: none;
    }
}

.header-one .header-main.header-sticky .nav-action-elements .header-search-area button {
    color: #000;
}

.header-one .header-main.header-sticky .nav-action-elements .header-search-area .search-input {
    background-color: rgba(255, 255, 255, 0.99);
    color: #111111;
}

.header-one .header-main.header-sticky .nav-action-elements .login-btn i,
.header-one .header-main.header-sticky .nav-action-elements .logout-btn i {
    color: #fff;
}

.header-one .header-main.header-sticky .nav-action-elements .login-btn:hover,
.header-one .header-main.header-sticky .nav-action-elements .logout-btn:hover {
    color: #cc1418;
}

    .header-one .header-main.header-sticky .nav-action-elements .login-btn:hover i,
    .header-one .header-main.header-sticky .nav-action-elements .logout-btn:hover i {
        color: #cc1418;
    }

.header-one .header-main.header-sticky .nav-action-elements .ghost-btn {
    border: 1px solid #cc1418;
    color: #000;
    background-color: transparent;
}

    .header-one .header-main.header-sticky .nav-action-elements .ghost-btn:hover {
        background-color: #e9363d;
        border: 1px solid #e9363d;
        color: #fff;
    }

.header-one .header-main.header-sticky.header-fixed .nav-action-elements .header-search-area button {
    color: #111111;
}

.header-one .header-main.header-sticky.header-fixed .nav-action-elements .header-search-area .search-input {
    background-color: rgba(27, 27, 27, 0.99);
    color: #ffffff;
}

.header-one .header-main.header-sticky.header-fixed .nav-action-elements .login-btn {
    color: #111111 !important;
}

    .header-one .header-main.header-sticky.header-fixed .nav-action-elements .login-btn i {
        color: #111111;
    }

    .header-one .header-main.header-sticky.header-fixed .nav-action-elements .login-btn:focus {
        outline: none;
    }

    .header-one .header-main.header-sticky.header-fixed .nav-action-elements .login-btn:hover {
        color: #cc1418;
    }

        .header-one .header-main.header-sticky.header-fixed .nav-action-elements .login-btn:hover i {
            color: #cc1418;
        }

.header-one .header-main.header-sticky.header-fixed .nav-action-elements .ghost-btn {
    color: #ffffff;
    border: 1px solid #cc1418;
    background-color: #cc1418;
}

    .header-one .header-main.header-sticky.header-fixed .nav-action-elements .ghost-btn:hover {
        border-color: #e9363d;
        background-color: transparent;
        border: 1px solid #e9363d;
        color: #000;
    }

@media only screen and (max-width: 991px) {
    .hide-on-mobile-menu {
        display: none !important;
    }
}

.hide-on-mobile-menu:after {
    display: none !important;
}

@media only screen and (min-width: 992px) {
    .hide-on-desktop-menu {
        display: none !important;
    }
}


/* Spans */
.span-tech {
    color: #fc2b40;
    font-weight: bold;
}

.span-hbb {
    color: #b445d6;
    font-weight: bold;
}


/*=======================================================================
[05] Footer Area Style
=========================================================================*/
.footer {
    width: 100%;
    background-color: #161a1d;
    min-height: 250px;
    padding: 20px 0px 25px 0px;
    position: relative;
    z-index: 1;
}

    .footer:after {
        position: absolute;
        content: "";
        bottom: 0;
        left: 20%;
        top: 0;
        z-index: -1;
        background: url("../img/backgrounds/footer-bg.png") bottom left no-repeat;
        width: 100%;
        height: 100%;
        opacity: 0.1;
    }

    .footer h5 {
        color: #fff;
    }

    .footer p {
        font-size: 16px;
        color: #CCC;
        padding-bottom: 0px;
        margin-bottom: 8px;
    }

.footer-quick-link {
    margin: 0px;
    list-style-type: none;
    font-size: 16px;
    padding: 0px 0px 10px 0px;
}

    .footer-quick-link li {
        padding: 0px 0px 5px 0px;
    }

        .footer-quick-link li a {
            color: #CCC;
        }

            .footer-quick-link li a:hover {
                color: #fff;
                text-decoration: none;
            }

.bottom-border {
    border-bottom: 1px solid #323f45;
    padding-bottom: 20px;
}

.inner-page-top-margin {
    margin-top: 100px;
}

@media only screen and (max-width: 991px) {
    .inner-page-top-margin {
        margin-top: 55px;
    }
}

.social-tab {
    display: flex;
}

    .social-tab li {
        border: 1px solid #fff;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
    }

        .social-tab li:hover {
            background-color: #fff;
            color: #cc1418;
        }

            .social-tab li:hover a {
                color: #cc1418;
            }

        .social-tab li a {
            color: #fff;
        }

.copyright a {
    color: #cc1418;
}

/*=======================================================================
[03] Talk To Us
=========================================================================*/
.talk-menu {
    position: fixed;
    right: 0px;
    width: 360px;
    top: 0;
    height: 100%;
    background: #fff;
    z-index: 99999;
    padding: 30px;
    display: block;
    overflow: auto;
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

    .talk-menu.open {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .talk-menu .talk-logo {
        width: 50%;
        margin-bottom: 3em;
    }

    .talk-menu .button-close a {
        width: 40px;
        height: 40px;
        background: #fff;
        border-radius: 5px;
        position: absolute;
        right: 30px;
        top: 33px;
    }

        .talk-menu .button-close a .can-icon {
            width: 30px;
            height: 2px;
            display: block;
            background-color: #232323;
            position: relative;
        }

            .talk-menu .button-close a .can-icon:nth-of-type(1) {
                top: 18px;
                left: 5px;
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
            }

            .talk-menu .button-close a .can-icon:nth-of-type(2) {
                top: 16px;
                left: 5px;
                -webkit-transform: rotate(135deg);
                transform: rotate(135deg);
            }

    .talk-menu .contact li {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-align-items: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 20px;
    }

        .talk-menu .contact li:last-child {
            margin-bottom: 0;
        }

        .talk-menu .contact li .icon i {
            font-size: 16px;
            color: #cc1418;
            margin-top: 4px;
        }

        .talk-menu .contact li .cont {
            margin-left: 20px;
        }

    .talk-menu .social-talk li {
        display: inline-block;
        margin-right: 10px;
    }

        .talk-menu .social-talk li:last-child {
            margin-right: 0;
        }

        .talk-menu .social-talk li a {
            width: 40px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            color: #64656a;
            font-size: 28px;
            background-color: rgba(35, 35, 35, 0.1);
            border-radius: 50%;
            -webkit-transition: all 0.4s linear;
            transition: all 0.4s linear;
        }

            .talk-menu .social-talk li a:hover {
                color: #cc1418;
                background-color: rgba(255, 152, 39, 0.2);
            }

/*=======================================================================
[01] Login Style
=========================================================================*/
.login-container {
    position: absolute;
    width: 330px;
    height: auto;
    left: 45%;
    top: 60px;
    background: #FFF;
}

.login-btn,
.logout-btn {
    font-family: Roboto,sans-serif !important;
}

.login-form-btn {
    width: 95%;
}

    .login-form-btn:hover {
        background-color: #cc1418;
        color: #fff;
    }

a.register-form-btn {
    padding: 4px !important;
    background-color: #cc1418;
    color: #fff !important;
}

    a.register-form-btn:hover {
        background-color: transparent;
        border: 1px solid #cc1418;
        color: #000;
    }

@media screen and (max-width: 991px) {
    .login-btn, .logout-btn {
        color: #fff !important;
    }
}

a.back-btn {
    color: #000 !important;
    padding: 5px !important;
}

    a.back-btn:hover {
        border: 1px solid #cc1418;
        color: #cc1418;
    }

.one-half {
    width: 50%;
    display: block;
    float: left;
}

    .one-half.last {
        width: 45%;
        margin-left: 5%;
    }

        .one-half.last input {
            padding: 4px 27px;
            background-color: #cc1418;
            color: #fff;
        }

/* Popup Styles*/
.login-header,
.services-header {
    font-size: 16px;
    text-transform: uppercase;
    background: #F4F4F2;
    position: relative;
    padding: 10px 20px;
    border-bottom: 1px solid #DDD;
    font-weight: bold;
}

    .login-header .login-close {
        position: absolute;
        right: 0;
        top: 0;
        padding: 10px 15px;
        background: #E4E4E2;
        cursor: pointer;
        color: #aaa;
        font-size: 16px;
    }

.services-header {
    background-color: rgba(0,0,0,0.9);
    color: #fff;
}

.login-body,
.services-body {
    padding: 20px;
}

.services-body {
    background-color: rgba(0, 0, 0, 0.9);
}

.services-dropdown {
    position: absolute;
    width: 330px;
    height: auto;
    left: 30%;
    top: 60px;
    background-color: rgba(0,0,0,0.9);
}

/* Social Login Form */
.social-login .social-box {
    display: block;
    clear: both;
    padding: 10px;
    margin-bottom: 10px;
    background: #F4F4F2;
    overflow: hidden;
}

    .social-login .social-box:hover {
        background-color: #DDD;
    }

.social-login .icon {
    display: flex;
    justify-content: center;
    width: 35px;
    padding: 5px 10px;
    margin-right: 10px;
    float: left;
    color: #FFF;
    font-size: 20px;
}

.social-login .fb .icon {
    background: #3B5998;
}

.social-login .google .icon {
    background: #DD4B39;
}

.social-login .icon-title {
    display: block;
    padding: 5px 0;
    float: left;
    font-weight: bold;
    font-size: 16px;
    color: #151212;
}

.centered-text {
    text-align: center;
    margin: 20px 0;
    clear: both;
    overflow: hidden;
    text-transform: uppercase;
}

.action-btns {
    clear: both;
    overflow: hidden;
}

    .action-btns a {
        display: block !important;
    }

/* User Login Form */
.logout-button,
.welcome {
    display: none;
}

.state-logged-in .logout-button,
.state-logged-in .welcome {
    display: block;
}

.state-logged-in .login-button {
    display: none;
}

.login-form.state-hidden {
    display: none;
}

.login-user.state-hidden {
    display: none;
}

.user-login {
    /*display: none;*/
}

    .user-login label {
        display: block;
        margin-bottom: 5px;
    }

    .user-login input[type="text"], .user-login input[type="email"], .user-login input[type="password"] {
        display: block;
        width: 90%;
        padding: 6px;
        border: 1px solid #cc1418;
        color: #000;
    }

    .user-login input[type="checkbox"] {
        float: left;
        margin-right: 5px;
    }

        .user-login input[type="checkbox"] + label {
            float: left;
        }

    .user-login .checkbox {
        margin-bottom: 10px;
        clear: both;
        overflow: hidden;
    }

.forgot-password-btn {
    clear: both;
    overflow: hidden;
    text-decoration: none;
    color: #ED6347;
    font-size: 13px;
}

.forgot-password {
    display: none;
}

/* User Register Form */
.user-register {
    display: none;
}

    .user-register label {
        display: block;
        margin-bottom: 5px;
    }

    .user-register input[type="text"], .user-register input[type="email"], .user-register input[type="password"] {
        display: block;
        width: 90%;
        padding: 6px;
        border: 1px solid #cc1418;
        color: #000;
    }

    .user-register input[type="checkbox"] {
        float: left;
        margin-right: 5px;
    }

        .user-register input[type="checkbox"] + label {
            float: left;
        }

.span_pseudo {
    content: "";
    display: block;
    background: #fff;
    width: 0;
    height: 0.2rem;
    position: absolute;
    transform-origin: 0% 0%;
}

.checkbox {
    margin-bottom: 10px;
    clear: both;
    overflow: hidden;
    position: relative;
    height: 2rem;
    display: flex;
    align-items: center;
    font-size: 14px;
}

    .checkbox span:before, .checkbox span:after {
        content: "";
        display: block;
        background: #fff;
        width: 0;
        height: 0.2rem;
        position: absolute;
        transform-origin: 0% 0%;
    }

    .checkbox input {
        display: none;
    }

        .checkbox input:checked ~ span {
            background: #fd2727;
            border-color: #fd2727;
        }

            .checkbox input:checked ~ span:before {
                width: 1rem;
                height: 0.15rem;
                transition: width 0.1s;
                transition-delay: 0.3s;
            }

            .checkbox input:checked ~ span:after {
                width: 0.4rem;
                height: 0.15rem;
                transition: width 0.1s;
                transition-delay: 0.2s;
            }

        .checkbox input:disabled ~ span {
            background: #ececec;
            border-color: #dcdcdc;
        }

        .checkbox input:disabled ~ label {
            color: #dcdcdc;
        }

            .checkbox input:disabled ~ label:hover {
                cursor: default;
            }

    .checkbox label {
        padding-left: 2rem;
        position: relative;
        z-index: 2;
        cursor: pointer;
        margin-bottom: 0;
    }

    .checkbox span {
        display: inline-block;
        width: 1.2rem;
        height: 1.2rem;
        border: 2px solid #ccc;
        position: absolute;
        left: 0;
        transition: all 0.2s;
        z-index: 1;
        box-sizing: content-box;
    }

        .checkbox span:before {
            transform: rotate(-55deg);
            top: 1rem;
            left: 0.37rem;
        }

        .checkbox span:after {
            transform: rotate(35deg);
            bottom: 0.35rem;
            left: 0.2rem;
        }



.field {
    width: 200px;
    height: 100%;
    margin: 10px;
    padding: 14px 20px 12px 45px;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #fdcc20;
    box-shadow: 0px 8px 15px rgba(75, 72, 72, 0.1);
    transition: all 0.4s ease;
}

    .field:focus {
        outline: none;
        box-shadow: 0px 9px 20px rgba(75, 72, 72, 0.3);
    }

        .field:focus + .icons-container .icon-close {
            opacity: 1;
            transform: translateX(0);
        }

        .field:focus + .icons-container .icon-search {
            opacity: 0;
            transform: translateX(200%);
        }

.box {
    text-align: center;
    background-image: -moz-linear-gradient(55deg, #ff5f6d 0%, #ffc371);
    background-image: -webkit-linear-gradient(55deg, #ff5f6d 0%, #ffc371);
    background-image: -ms-linear-gradient(55deg, #ff5f6d 0%, #ffc371);
}

    .box .inner-box {
        width: 100%;
        height: 100%;
        min-height: 295px;
        background: #fff;
        position: relative;
        z-index: 99;
        padding: 60px 45px 70px;
        font-size: 14px;
        border: 2px solid rgba(0, 0, 0, 0.07);
        -webkit-transition: 0.3s ease-in;
        -moz-transition: 0.3s ease-in;
        -o-transition: 0.3s ease-in;
        transition: 0.3s ease-in;
    }

@media screen and (max-width:768px) {
    .box .box-responsive {
        min-height: 335px;
    }
}

.box .inner-box .icon {
    color: #242424;
    font-size: 40px;
    background-image: -moz-linear-gradient(55deg, #ff5f6d 0%, #ffc371);
    background-image: -webkit-linear-gradient(55deg, #ff5f6d 0%, #ffc371);
    background-image: -ms-linear-gradient(55deg, #ff5f6d 0%, #ffc371);
    display: inline-block;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 70px;
    border-radius: 3px;
    color: #fff;
    position: relative;
    margin-bottom: 16px;
}

    .box .inner-box .icon::after {
        position: absolute;
        content: " ";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 3px;
        background-image: -moz-linear-gradient(55deg, #c31432 0%, #240b36);
        background-image: -webkit-linear-gradient(55deg, #c31432 0%, #240b36);
        background-image: -ms-linear-gradient(55deg, #c31432 0%, #240b36);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        z-index: -5;
        -webkit-transition: 1s;
        -o-transition: 1s;
        transition: 1s;
    }

.box .inner-box .title {
    font-size: 22px;
    font-weight: 600;
    color: #242424;
    margin: 26px 0px 19px;
    word-wrap: break-word;
}
    .box .inner-box:hover .title {
        color: #ffc371 !important;
    }
  

    .box .inner-box .text {
        margin-bottom: 0px;
        word-wrap: break-word;
    }

.box .inner-box:hover {
    -webkit-box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.41);
    box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.41);
}

    .box .inner-box:hover .icon {
        background-image: -moz-linear-gradient(55deg, #c31432 0%, #240b36);
        background-image: -webkit-linear-gradient(55deg, #c31432 0%, #240b36);
        background-image: -ms-linear-gradient(55deg, #c31432 0%, #240b36);
    }

        .box .inner-box:hover .icon::after {
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
            background-image: -moz-linear-gradient(55deg, #ff5f6d 0%, #ffc371);
            background-image: -webkit-linear-gradient(55deg, #ff5f6d 0%, #ffc371);
            background-image: -ms-linear-gradient(55deg, #ff5f6d 0%, #ffc371);
        }

.box .inner-box-2 {
    padding: 60px 45px 60px;
    min-height: 375px;
}

.all-platforms {
    display: flex;
    justify-content: space-around;
}

    .all-platforms img {
        width: 50px;
        height: 50px;
    }

.scroll-down {
    position: absolute;
    bottom: 20px;
    left: 50%;
    z-index: 2;
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    background-image: linear-gradient(to right, #ff5f6d, #ffc371);
    border-radius: 50%;
    z-index: 2;
    opacity: 1;
    cursor: pointer;
    -webkit-transition: all .5s ease-in 3s;
    transition: all .5s ease-in 3s;
    -webkit-animation: bounce 2s infinite 2s;
    animation: bounce 2s infinite 2s;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

    .scroll-down:before {
        position: absolute;
        top: calc(50% - 8px);
        left: calc(50% - 6px);
        transform: rotate(-45deg);
        display: block;
        width: 12px;
        height: 12px;
        content: "";
        border: 2px solid #fff;
        border-width: 0px 0 2px 2px;
    }

#Advantages {
    position: relative;
}

.bg-right {
    position: absolute;
    top: 0;
    right: 0;
}

.bg-left {
    position: absolute;
    bottom: 0;
    left: 0;
}

.discover {
    position: relative;
    background-color: #f7f8fc;
    padding: 70px;
}

@media screen and (max-width:991px) {
    .discover {
        padding: 5px;
    }
}

.play-1 {
    position: absolute;
    left: 5%;
    top: 15%;
    -webkit-animation-duration: 4s;
    -moz-animation-duration: 4s;
    -o-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: smooth-scroll;
    -moz-animation-name: smooth-scroll;
    -o-animation-name: smooth-scroll;
    animation-name: smooth-scroll;
    -webkit-animation-direction: alternate;
    -moz-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

.play-2 {
    position: absolute;
    left: 15%;
    top: 25%;
    -webkit-animation-duration: 4s;
    -moz-animation-duration: 4s;
    -o-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: smooth-scroll;
    -moz-animation-name: smooth-scroll;
    -o-animation-name: smooth-scroll;
    animation-name: smooth-scroll;
    -webkit-animation-direction: alternate;
    -moz-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

.play-3 {
    position: absolute;
    left: 7%;
    top: 45%;
    -webkit-animation-duration: 4s;
    -moz-animation-duration: 4s;
    -o-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: smooth-scroll;
    -moz-animation-name: smooth-scroll;
    -o-animation-name: smooth-scroll;
    animation-name: smooth-scroll;
    -webkit-animation-direction: alternate;
    -moz-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes smooth-scroll {
    0% {
        margin-top: 0px;
    }

    25% {
        margin-top: 10px;
    }

    50% {
        margin-top: 20px;
    }

    75% {
        margin-top: 10px;
    }

    100% {
        margin-top: 0px;
    }
}

@-moz-keyframes smooth-scroll {
    0% {
        margin-top: 0px;
    }

    25% {
        margin-top: 10px;
    }

    50% {
        margin-top: 20px;
    }

    75% {
        margin-top: 10px;
    }

    100% {
        margin-top: 0px;
    }
}

@-o-keyframes smooth-scroll {
    0% {
        margin-top: 0px;
    }

    25% {
        margin-top: 10px;
    }

    50% {
        margin-top: 20px;
    }

    75% {
        margin-top: 10px;
    }

    100% {
        margin-top: 0px;
    }
}

@keyframes smooth-scroll {
    0% {
        margin-top: 0px;
    }

    25% {
        margin-top: 10px;
    }

    50% {
        margin-top: 20px;
    }

    75% {
        margin-top: 10px;
    }

    100% {
        margin-top: 0px;
    }
}

.page-header-area {
    background-image: url("../img/backgrounds/about.png");
    padding: 100px 0;
    padding-top: 130px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

    .page-header-area:before {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-color: rgba(34, 34, 34, 0.8);
        content: "";
    }

    .page-header-area .page-header-title {
        text-align: center;
        position: relative;
        top: 15px;
    }

        .page-header-area .page-header-title h1 {
            font-size: 40px;
            text-transform: capitalize;
            font-weight: 700;
            font-family: Arial;
            color: #fff;
        }

        .page-header-area .page-header-title ol.breadcrumb {
            background: transparent;
            border: 0;
            border-radius: 0;
            text-align: center;
            justify-content: center;
            margin-bottom: 0;
            padding-bottom: 0;
            padding-left: 0;
            padding-right: 0;
        }

            .page-header-area .page-header-title ol.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
                content: "-";
                color: #ffbe0b;
                font-weight: 700;
            }

            .page-header-area .page-header-title ol.breadcrumb li {
                text-transform: capitalize;
                font-weight: 400;
                font-family: sans-serif;
                font-size: 14px;
            }

                .page-header-area .page-header-title ol.breadcrumb li.active {
                    color: #ffbe0b;
                }

                .page-header-area .page-header-title ol.breadcrumb li a {
                    color: #fff;
                    text-decoration: none;
                }

.contact-band {
    background-image: linear-gradient(to right, #ff5f6d, #ffc371);
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    padding-top: 40px;
    padding-bottom: 40px;
}

    .contact-band a {
        border-radius: 20px;
        background-color: transparent;
        border: 2px solid #fff;
        color: #fff;
        padding: 10px 30px 10px 30px;
        transition: ease-in-out .3s;
    }

        .contact-band a:hover {
            background-color: rgba(0,0,0,0.3);
            transition: ease-in-out .3s;
            border-radius: 0;
        }


.data-sheet-band {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: url("../img/backgrounds/data-sheet.png");
    
    min-height:300px;
    background-repeat:no-repeat;
    font-size: 20px;
    color: #000;
    padding-top: 40px;
    padding-bottom: 40px;
}

    .data-sheet-band p {
        text-align: center;
        max-width: 1000px;
    }
}
