﻿/* Global */

* {
    color: #424242;
}

p {
    color: #888888;
}

body {
    background-color: #f3f3f3;
}
.drag-area label {
    padding: 10px 25px;
    font-size: 20px;
    font-weight: 500;
    border: none;
    outline: none;
    /*background: rgb(75, 105, 255);*/
    color: #ff0000;
    border-radius: 5px;
    cursor: pointer;
}
.hidden {
    display: none;
}


/* Scrollbar */
html {
    --scrollbarBG: white;
    --thumbBG: #e5322d;
}

body::-webkit-scrollbar {
    width: 11px;
}

body {
    scrollbar-width: thin;
    scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}
body::-webkit-scrollbar-thumb {
    background-color: var(--thumbBG);
    border-radius: 6px;
    border: 3px solid var(--scrollbarBG);
}
@media (min-width: 992px) {
    .container {
        max-width: 1100px;
    }
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 800;
}
.h1, h1 {
    font-size: 2rem;
}
.h2, h2 {
    font-size: 1.75rem;
}
.h4, h4 {
    font-weight: 600;
}
.p-top {
    padding-top: 10px;
}
#header {
    /*position: fixed;
    top: 0;
    left: 0;
    z-index: 99;*/
    position: relative;
    width: 100%;
    background: white;
    -webkit-box-shadow: 0 3px 6px 0 rgba(50, 50, 50, 0.3);
    box-shadow: 0 3px 6px 0 rgba(50, 50, 50, 0.3);
}
.navbar-brand {
    font-size: 24px;
    color: black;
    text-decoration: none;
    font-weight: 600;
}
/*.dropdown:hover > .dropdown-menu {
    display: block;
}*/
.sub-menu {
    padding: 20px 10px 20px 30px;
}
.sub-menu [class*=col-] {
    padding-right: 5px;
	padding-left: 5px;
}
.sub-menu h4 {
    color: #969696;
    font-weight: 600;
    font-size: 14px;
    margin: 15px 0;
    text-transform: uppercase;
}
.sub-menu li {
    list-style: none;
    margin-bottom: 5px;
}
.sub-menu li a {
    padding: 9px 10px;
    display: block;
    line-height: 16px;
    color: black;
    font-size: 14px;
    font-weight: 500;
    height: 100%;
    text-decoration: none;
    white-space: nowrap;
}
.sub-menu li a:hover {
    background: #e8e8ed;
    border-radius: 4px;
}
.sub-menu li a img {
    width: 18px;
    margin-right: 2px;
}
@media (min-width: 576px) {
    .jumbotron {
        padding: 2rem 2rem;
    }
}

/* Hero Header  */
.hero.jumbotron {
    padding-bottom: 200px;
}

.jumbotron h1 {
    font-size: 34px;
}
.jumbotron h2 {
    font-weight: normal;
}

.jumbotron p {
    font-size: 22px;
    margin: 0 0 5px 0;
}

.title-adjust {
    padding-top: 30px;
    font-family: "Poppins", sans-serif;
}
h2.title-adjust {
    padding-bottom: 30px;
}
.meta-title {
    font-size: 20px;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 15px;
}

.btn-openpdf {
    min-width: 420px;
    margin: 30px 0px;
    padding: 15px;
    background: #f4511e;
    border-color: #f4511e;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.19);
    -moz-box-shadow: 0 0 3px rgba(0,0,0,.19);
    box-shadow: 0 0 5px rgba(0,0,0,.19);
}

    .btn-openpdf:hover {
        background: #f4511e;
    }

/* Navbar header OpenPDF */

/* Googlefont Poppins CDN Link */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body {
    min-height: 100vh;
}

/*nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 60px;
    background: white;
    -webkit-box-shadow: 0 3px 6px 0 rgb(50 50 50 / 30%);
    box-shadow: 0 3px 6px 0 rgb(50 50 50 / 30%);
    z-index: 99;
}

    nav .navbar {
        height: 100%;
        max-width: 1250px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: auto;
        padding: 0 50px;
    }

.navbar .logo a {
    font-size: 26px;
    color: black;
    text-decoration: none;
    font-weight: 600;
}

nav .navbar .nav-links {
    line-height: 60px;
    height: 100%;
}

nav .navbar .links {
    display: flex;
}

    nav .navbar .links li {*/
        /*position: relative;
        display: flex;*/
        /*align-items: center;
        justify-content: space-between;
        list-style: none;
        padding: 0 14px;
    }

        nav .navbar .links li a {
            height: 100%;
            text-decoration: none;
            white-space: nowrap;
            color: black;
            font-size: 15px;
            font-weight: 500;
        }*/

.index-pdf {
    padding-top: 30px;
}

.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow {
    transform: rotate(180deg);
}

nav .navbar .links li .arrow {
    height: 100%;
    width: 22px;
    line-height: 60px;
    text-align: center;
    display: inline-block;
    color: black;
    transition: all 0.3s ease;
    vertical-align: middle;
}

nav .navbar .links li .sub-menu {
    position: absolute;
    top: 60px;
    left: 0;
    line-height: 40px;
    background: white;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 4px 4px;
    display: none;
    z-index: 2;
    padding: 15px;
}

nav .navbar .links li:hover .htmlCss-sub-menu,
nav .navbar .links li:hover .js-sub-menu {
    display: block;
}
.navbar .links li .sub-menu .sub-menu-list {
    display: flex;
}
.navbar .links li .sub-menu .sub-menu-list .img-navbar{
   width: 18px;
   margin-right: 6px;
}
.navbar .links li .sub-menu .sub-menu-list ul {
    padding: 10px;
}
.navbar .links li .sub-menu .sub-menu-list ul li {
    width: 100%;
    margin-bottom: 8px;
}
.navbar .links li .sub-menu li {
    width: 16.66%;
    padding: 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.navbar .links li .sub-menu li a {
    padding: 9px 12px;
    display: block;
    line-height: 16px;
}
.navbar .links li .sub-menu li a:hover {
    background: #e8e8ed;
    border-radius: 4px;
}
.navbar .links li .sub-menu a {
    color: black;
    font-size: 14px;
    font-weight: 500;
}

.navbar .links li .sub-menu .more-arrow {
    line-height: 40px;
}

.navbar .links li .htmlCss-more-sub-menu {
    /* line-height: 40px; */
}

.navbar .links li .sub-menu .more-sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    border-radius: 0 4px 4px 4px;
    z-index: 1;
    display: none;
}

.links li .sub-menu .more:hover .more-sub-menu {
    display: block;
}

.sub-menu {
    font-size: 14px;
    width: 100%;
    height: auto;
    left: 0;
    border-top: 5px solid #e5322d;
}
  

    
.sub-menu li ul li div {
    color: #969696;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}

.navbar .search-box {
    position: relative;
    height: 40px;
    width: 40px;
}

    .navbar .search-box i {
        position: absolute;
        height: 100%;
        width: 100%;
        line-height: 40px;
        text-align: center;
        font-size: 22px;
        color: #fff;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .navbar .search-box .input-box {
        position: absolute;
        right: calc(100% - 40px);
        top: 80px;
        height: 60px;
        width: 300px;
        background: rgb(75, 105, 255);
        border-radius: 6px;
        opacity: 0;
        pointer-events: none;
        transition: all 0.4s ease;
    }

.navbar.showInput .search-box .input-box {
    top: 65px;
    opacity: 1;
    pointer-events: auto;
    background: rgb(75, 105, 255);
}

.search-box .input-box::before {
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    background: rgb(75, 105, 255);
    right: 10px;
    top: -6px;
    transform: rotate(45deg);
}

.search-box .input-box input {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 4px;
    transform: translate(-50%, -50%);
    height: 35px;
    width: 280px;
    outline: none;
    padding: 0 15px;
    font-size: 16px;
    border: none;
}

.navbar .nav-links .sidebar-logo {
    display: none;
}

.navbar .bx-menu {
    display: none;
}

@media (max-width:766px) {

    .navbar .links li .sub-menu .sub-menu-list {
        display: flex;
        flex-direction: column;
    }

    .navbar .links li .sub-menu li {
        width: 100%;
    }

    .nav-links {
        overflow-y: scroll;
    }
}

@media (min-width:767px) and (max-width:991px) {
    .navbar .links li .sub-menu .sub-menu-list {
        display: flex;
        flex-direction: column;
    }

    .navbar .links li .sub-menu li {
        width: 100%;
    }

    .navbar .links li .sub-menu .sub-menu-list {
        overflow-y: scroll;
        max-height: 85vh;
    }

}

    @media (max-width:920px) {
        nav .navbar {
            max-width: 100%;
            padding: 0 25px;
        }

            nav .navbar .logo a {
                font-size: 24px;
            }

            nav .navbar .links li {
                padding: 0 10px;
                white-space: nowrap;
            }

                nav .navbar .links li a {
                    font-size: 15px;
                }
    }

    @media (max-width:767px) {
        nav {
            /* position: relative; */
        }

        .navbar .bx-menu {
            display: block;
        }

        nav .navbar .nav-links {
            position: fixed;
            top: 0;
            left: -100%;
            display: block;
            max-width: 270px;
            width: 100%;
            background: white;
            line-height: 50px;
            padding: 20px;
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
            transition: all 0.5s ease;
            z-index: 1000;
        }

        .navbar .nav-links .sidebar-logo {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .sidebar-logo .logo-name {
            font-size: 25px;
            color: black;
        }

        .sidebar-logo i,
        .navbar .bx-menu {
            font-size: 25px;
            color: black;
        }

        nav .navbar .links {
            display: block;
            margin-top: 20px;
        }

            nav .navbar .links li .arrow {
                line-height: 40px;
            }

            nav .navbar .links li {
                display: block;
            }

                nav .navbar .links li .sub-menu {
                    position: relative;
                    top: 0;
                    box-shadow: none;
                    display: none;
                }

                    nav .navbar .links li .sub-menu li {
                        border-bottom: none;
                    }

        .navbar .links li .sub-menu .more-sub-menu {
            display: none;
            position: relative;
            left: 0;
        }

            .navbar .links li .sub-menu .more-sub-menu li {
                display: flex;
                align-items: center;
                justify-content: space-between;
            }

        .links li:hover .htmlcss-arrow,
        .links li:hover .js-arrow {
            transform: rotate(0deg);
        }

        .navbar .links li .sub-menu .more-sub-menu {
            display: none;
        }

        .navbar .links li .sub-menu .more span {
            /* background: red; */
            display: flex;
            align-items: center;
            /* justify-content: space-between; */
        }

        .links li .sub-menu .more:hover .more-sub-menu {
            display: none;
        }

        nav .navbar .links li:hover .htmlCss-sub-menu,
        nav .navbar .links li:hover .js-sub-menu {
            display: none;
        }

        .navbar .nav-links.show1 .links .htmlCss-sub-menu,
        .navbar .nav-links.show3 .links .js-sub-menu,
        .navbar .nav-links.show2 .links .more .more-sub-menu {
            display: block;
        }

        .navbar .nav-links.show1 .links .htmlcss-arrow,
        .navbar .nav-links.show3 .links .js-arrow {
            transform: rotate(180deg);
        }

        .navbar .nav-links.show2 .links .more-arrow {
            transform: rotate(90deg);
        }
    }

    @media (max-width:370px) {
        nav .navbar .nav-links {
            max-width: 100%;
        }
    }


    @media (max-width: 575px) {
        /*.navbar-brand {
            margin: 0 auto;
        }*/

        .btn-openpdf {
            min-width: 100%;
            margin: 15px 0px;
            padding: 15px;
            font-size: 16px;
        }

        .jumbotron h1 {
            font-size: 34px;
            margin-top: 30px;
        }
        
    }

    @media (max-width: 836px) {
        nav .navbar .links li a {
            font-size: 12px;
        }
    }


    @media screen and (min-device-width: 1180px) and (max-device-width: 3000px) {
        .nav-links {
            padding-right: 220px;
        }
    }


    /* Upload boxes */
    .full-box {
        display: none;
        max-width: 1100px;
        margin: 20px 0;
        text-align: center;
    }

    .img-box {
        border: 2px solid #f3f3f3;
        border-radius: 10px;
    }

    .full-box a img {
        max-width: 50px;
        display: inline-block;
        text-decoration: none;
    }

        .full-box a img:hover {
            background-size: 100% 3px;
        }



    /* ----------------- */

    /* AD */





    /* ---------- */



    .bg-jumb {
        background-color: #f3f3f3 !important;
    }

    /* Multi Box */
    .multi-box-parent {
        margin-top: -205px;
        background-color: #f3f3f3;
    }

    .multi-box {
        background-color: #fff;
        height: auto;
    }

    /* Drag and Drop */
    .multi-box-parent .container {
        display: flex;
        align-items: center;
        justify-content: center;
/*        min-height: 50vh;*/
        padding-bottom: 20px;
    }

.drag-area {
    border: 2px dashed #e5322d;
    min-height: 280px;
    width: 1000px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

        .drag-area .icon {
            font-size: 100px;
            color: rgb(75, 105, 255);
        }

        .drag-area header {
            font-size: 30px;
            font-weight: 500;
            color: #424242;
        }

        .drag-area span {
            font-size: 25px;
            font-weight: 500;
            color: #424242;
            margin: 10px 0 15px 0;
        }

    .drag-area button,
    .drag-area .browse-btn {
        padding: 30px 60px;
        border: none;
        outline: none;
        background: #e5322d;
        border-radius: 4px;
        border: 0;
        font-family: "Poppins", sans-serif;
        font-weight: bold;
        font-size: 30px;
        color: #fff;
        text-align: center;
        cursor: pointer;
        text-transform: uppercase;
        -webkit-transition: all 400ms ease;
        -moz-transition: all 400ms ease;
        -ms-transition: all 400ms ease;
        -o-transition: all 400ms ease;
        transition: all 400ms ease;
    }

    .button-container {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center;
        margin-bottom: 80px;
        margin-top: -30px;

    }
    .browser-btn {
        padding: 30px 60px;
        border: 1px solid #e5322d;
        outline: none;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 4px;
        font-family: "Poppins", sans-serif;
        font-weight: bold;
        font-size: 30px;
        color: #e5322d;
        text-align: center;
        cursor: pointer;
        text-transform: uppercase;
        -webkit-transition: all 400ms ease;
        -moz-transition: all 400ms ease;
        -ms-transition: all 400ms ease;
        -o-transition: all 400ms ease;
        transition: all 400ms ease;
        text-decoration: none;
    }
    .browser-btn svg {
        margin-left: 7px;
        margin-top: -4px;
    }
    .browser-btn svg path {
        -webkit-transition: all 400ms ease;
        -moz-transition: all 400ms ease;
        -ms-transition: all 400ms ease;
        -o-transition: all 400ms ease;
        transition: all 400ms ease;
    }
    .browser-btn:hover {
        background: #e5322d;
        color: #fff;
        border: 1px solid #e5322d;
    }
    .browser-btn:hover svg path {
        fill: #fff;
    }
    .sign_icon {
        margin-bottom: 30px;
    }
        .drag-area button:hover,
        .drag-area .browse-btn:hover {
            background: black;
        }

        .drag-area .active {
            border: 2px solid #424242;
        }

    .drag-area h5 {
        font-family: "Roboto", sans-serif;
        font-weight: bold;
        font-size: 20px;
        color: #aaa;
        padding: 10px 10px 0;
        margin: 0;
    }

@media only screen and (max-width: 992px) {
    .drag-area button,
    .drag-area .browse-btn {
        padding: 30px 130px;
        border: none;
        outline: none;
        background: #e5322d;
        border-radius: 4px;
        border: 0;
        font-family: "Poppins", sans-serif;
        font-weight: bold;
        font-size: 18px;
        color: #fff;
        text-align: center;
        cursor: pointer;
        text-transform: uppercase;
    }
    .browser-btn {
        padding: 30px 130px;
        outline: none;
        font-weight: bold;
        font-size: 18px;
        text-align: center;
        cursor: pointer;
        text-transform: uppercase;
    }
    #header .navbar {
        padding-left: 0;
        padding-right: 0;
    }
}
@media only screen and (max-width: 767px) {
    .drag-area button,
    .drag-area .browse-btn,
    .browser-btn {
        padding: 20px 100px;
    }
    .title-adjust {
        padding-top: 0;
    }
    .drag-area {
        min-height: 180px;
    }
}
@media only screen and (max-width: 575px) {
    .drag-area button,
    .drag-area .browse-btn,
    .browser-btn {
        padding: 15px 20px;
    }
}


    .img-howtopdf {
        width: 60%;
        padding-top: 40px;
    }

    .text-openpdf {
        font-size: 40px;
        padding-top: 15px;
    }

    .p-openpdf {
        font-size: 24px;
        margin: 0 0 5px 0;
    }

    /* random classes */
    .threeblade {
        padding-bottom: 20px;
    }

    .card-container {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }

    .gutter {
        justify-content: space-evenly;
    }

    .bodys {
        max-height: 200px;
        min-height: 200px;
        padding: 10px;
    }

    .title-blade {
        color: white;
    }

    .text-blade {
        color: white;
    }

    .card {
        margin: 0 auto; /* Added */
        float: none; /* Added */
        margin-bottom: 10px; /* Added */
    }

    .threeblade .card {
        border: none;
        background: transparent;
    }

    .cards {
        /* margin: 10px; */
        width: 100px;
    }

    .cardtext {
        color: white;
    }

    #footer .list-inline a {
        color: black;
    }

    @media screen and (min-device-width: 320px) and (max-device-width: 374px) {
        


            .drag-area h5 {
                font-weight: bold;
                font-size: 11px;
                text-align: center;
            }

        .multi-box-parent .container {
            /*// min-height: 40vh;*/
        }
    }

    @media screen and (min-device-width: 375px) and (max-device-width: 424px) {
        .drag-area {
            height: 250px;
        }

           

            .drag-area h5 {
                font-weight: bold;
                font-size: 14px;
                text-align: center;
            }
    }

@media screen and (min-device-width: 425px) and (max-device-width: 767px) {



    .drag-area h5 {
        font-weight: bold;
        font-size: 16px;
        text-align: center;
    }

    @media screen and (min-device-width: 500px) and (max-device-width: 991px) {
        .ipadop {
            width: 60%
        }
    }

    @media screen and (min-device-width: 1024px) and (max-device-width: 1439px) {
        .fiximg {
            height: 200px !important;
        }
    }

    /* img's */
    .bladeimg {
        max-width: 25%;
        padding-bottom: 20px;
        display: block;
        margin-left: auto;
        margin-right: auto
    }

    .imagescard {
        padding-top: 20px;
        height: 250px;
    }

    @media (max-width: 575px) {
        .text-openpdf {
            font-size: 42px;
        }
    }
    /* ===================================
   lists
   =================================== */
    #conversion-actions {
        margin-top: 0.0em;
    }

    ul.no-gutter li a, ul.no-gutter li label {
        margin: 0 !important;
    }

    ul.conversion-icons {
        padding: 0;
        margin: 0 0 2em 0;
        width: 100%;
    }

        ul.conversion-icons li:nth-child(1) a, ul.conversion-icons li:nth-child(1) label {
            background-color: #2d83c3;
            background: radial-gradient(circle at bottom center, #4597d4 30px, #256da2);
            border-color: #1f5985;
        }

            ul.conversion-icons li:nth-child(1) a:hover, ul.conversion-icons li:nth-child(1) label:hover {
                background-color: #4d9cd6;
                background: radial-gradient(circle at bottom center, #4d9cd6 30px, #102f47);
                border-color: #77b3e0;
                cursor: pointer;
            }

        ul.conversion-icons li:nth-child(2) a, ul.conversion-icons li:nth-child(2) label {
            background-color: #2d47c3;
            background: radial-gradient(circle at bottom center, #455ed4 30px, #253ba2);
            border-color: #1f3085;
        }

            ul.conversion-icons li:nth-child(2) a:hover, ul.conversion-icons li:nth-child(2) label:hover {
                background-color: #4d65d6;
                background: radial-gradient(circle at bottom center, #4d65d6 30px, #101a47);
                border-color: #7789e0;
                cursor: pointer;
            }

        ul.conversion-icons li:nth-child(3) a, ul.conversion-icons li:nth-child(3) label {
            background-color: #4f2dc3;
            background: radial-gradient(circle at bottom center, #6545d4 30px, #4225a2);
            border-color: #361f85;
        }

            ul.conversion-icons li:nth-child(3) a:hover, ul.conversion-icons li:nth-child(3) label:hover {
                background-color: #6c4dd6;
                background: radial-gradient(circle at bottom center, #6c4dd6 30px, #1d1047);
                border-color: #8e77e0;
                cursor: pointer;
            }

        ul.conversion-icons li:nth-child(4) a, ul.conversion-icons li:nth-child(4) label {
            background-color: #8b2dc3;
            background: radial-gradient(circle at bottom center, #9f45d4 30px, #7325a2);
            border-color: #5f1f85;
        }

            ul.conversion-icons li:nth-child(4) a:hover, ul.conversion-icons li:nth-child(4) label:hover {
                background-color: #a34dd6;
                background: radial-gradient(circle at bottom center, #a34dd6 30px, #321047);
                border-color: #b877e0;
                cursor: pointer;
            }

        ul.conversion-icons li:nth-child(5) a, ul.conversion-icons li:nth-child(5) label {
            background-color: #c32dbf;
            background: radial-gradient(circle at bottom center, #d445d0 30px, #a2259f);
            border-color: #851f82;
        }

            ul.conversion-icons li:nth-child(5) a:hover, ul.conversion-icons li:nth-child(5) label:hover {
                background-color: #d64dd2;
                background: radial-gradient(circle at bottom center, #d64dd2 30px, #471045);
                border-color: #e077dd;
                cursor: pointer;
            }

        ul.conversion-icons li:nth-child(6) a, ul.conversion-icons li:nth-child(6) label {
            background-color: #c32d83;
            background: radial-gradient(circle at bottom center, #d44597 30px, #a2256d);
            border-color: #851f59;
        }

            ul.conversion-icons li:nth-child(6) a:hover, ul.conversion-icons li:nth-child(6) label:hover {
                background-color: #d64d9c;
                background: radial-gradient(circle at bottom center, #d64d9c 30px, #47102f);
                border-color: #e077b3;
                cursor: pointer;
            }

        ul.conversion-icons li:nth-child(7) a, ul.conversion-icons li:nth-child(7) label {
            background-color: #c32d47;
            background: radial-gradient(circle at bottom center, #d4455e 30px, #a2253b);
            border-color: #851f30;
        }

            ul.conversion-icons li:nth-child(7) a:hover, ul.conversion-icons li:nth-child(7) label:hover {
                background-color: #d64d65;
                background: radial-gradient(circle at bottom center, #d64d65 30px, #47101a);
                border-color: #e07789;
                cursor: pointer;
            }

        ul.conversion-icons li:nth-child(8) a, ul.conversion-icons li:nth-child(8) label {
            background-color: #c34f2d;
            background: radial-gradient(circle at bottom center, #d46545 30px, #a24225);
            border-color: #85361f;
        }

            ul.conversion-icons li:nth-child(8) a:hover, ul.conversion-icons li:nth-child(8) label:hover {
                background-color: #d66c4d;
                background: radial-gradient(circle at bottom center, #d66c4d 30px, #471d10);
                border-color: #e08e77;
                cursor: pointer;
            }

        ul.conversion-icons li:nth-child(9) a, ul.conversion-icons li:nth-child(9) label {
            background-color: #c38b2d;
            background: radial-gradient(circle at bottom center, #d49f45 30px, #a27325);
            border-color: #855f1f;
        }

            ul.conversion-icons li:nth-child(9) a:hover, ul.conversion-icons li:nth-child(9) label:hover {
                background-color: #d6a34d;
                background: radial-gradient(circle at bottom center, #d6a34d 30px, #473210);
                border-color: #e0b877;
                cursor: pointer;
            }

        ul.conversion-icons li:nth-child(10) a, ul.conversion-icons li:nth-child(10) label {
            background-color: #bfc32d;
            background: radial-gradient(circle at bottom center, #d0d445 30px, #9fa225);
            border-color: #82851f;
        }

            ul.conversion-icons li:nth-child(10) a:hover, ul.conversion-icons li:nth-child(10) label:hover {
                background-color: #d2d64d;
                background: radial-gradient(circle at bottom center, #d2d64d 30px, #454710);
                border-color: #dde077;
                cursor: pointer;
            }

        ul.conversion-icons li:nth-child(11) a, ul.conversion-icons li:nth-child(11) label {
            background-color: #83c32d;
            background: radial-gradient(circle at bottom center, #97d445 30px, #6da225);
            border-color: #59851f;
        }

            ul.conversion-icons li:nth-child(11) a:hover, ul.conversion-icons li:nth-child(11) label:hover {
                background-color: #9cd64d;
                background: radial-gradient(circle at bottom center, #9cd64d 30px, #2f4710);
                border-color: #b3e077;
                cursor: pointer;
            }

        ul.conversion-icons li:nth-child(12) a, ul.conversion-icons li:nth-child(12) label {
            background-color: #47c32d;
            background: radial-gradient(circle at bottom center, #5ed445 30px, #3ba225);
            border-color: #30851f;
        }

            ul.conversion-icons li:nth-child(12) a:hover, ul.conversion-icons li:nth-child(12) label:hover {
                background-color: #65d64d;
                background: radial-gradient(circle at bottom center, #65d64d 30px, #1a4710);
                border-color: #89e077;
                cursor: pointer;
            }

        ul.conversion-icons li:nth-child(13) a, ul.conversion-icons li:nth-child(13) label {
            background-color: #2dc34f;
            background: radial-gradient(circle at bottom center, #45d465 30px, #25a242);
            border-color: #1f8536;
        }

            ul.conversion-icons li:nth-child(13) a:hover, ul.conversion-icons li:nth-child(13) label:hover {
                background-color: #4dd66c;
                background: radial-gradient(circle at bottom center, #4dd66c 30px, #10471d);
                border-color: #77e08e;
                cursor: pointer;
            }

        ul.conversion-icons li:nth-child(14) a, ul.conversion-icons li:nth-child(14) label {
            background-color: #2dc38b;
            background: radial-gradient(circle at bottom center, #45d49f 30px, #25a273);
            border-color: #1f855f;
        }

            ul.conversion-icons li:nth-child(14) a:hover, ul.conversion-icons li:nth-child(14) label:hover {
                background-color: #4dd6a3;
                background: radial-gradient(circle at bottom center, #4dd6a3 30px, #104732);
                border-color: #77e0b8;
                cursor: pointer;
            }

        ul.conversion-icons li:nth-child(15) a, ul.conversion-icons li:nth-child(15) label {
            background-color: #2dbfc3;
            background: radial-gradient(circle at bottom center, #45d0d4 30px, #259fa2);
            border-color: #1f8285;
        }

            ul.conversion-icons li:nth-child(15) a:hover, ul.conversion-icons li:nth-child(15) label:hover {
                background-color: #4dd2d6;
                background: radial-gradient(circle at bottom center, #4dd2d6 30px, #104547);
                border-color: #77dde0;
                cursor: pointer;
            }

        ul.conversion-icons li:nth-child(16) a, ul.conversion-icons li:nth-child(16) label {
            background-color: #2d83c3;
            background: radial-gradient(circle at bottom center, #4597d4 30px, #256da2);
            border-color: #1f5985;
        }

            ul.conversion-icons li:nth-child(16) a:hover, ul.conversion-icons li:nth-child(16) label:hover {
                background-color: #4d9cd6;
                background: radial-gradient(circle at bottom center, #4d9cd6 30px, #102f47);
                border-color: #77b3e0;
                cursor: pointer;
            }

        ul.conversion-icons li {
            list-style: none;
            text-align: center;
            float: left;
            margin-bottom: 4px;
        }

            ul.conversion-icons li a, ul.conversion-icons li label {
                max-width: 100%;
                width: 100%;
                height: 100%;
                /*min-height: 83px;*/
                display: inline-block;
                margin: 2px 0px;
                padding: 4px 5px 2px;
                background-color: #2dbfc3;
                border: 1px solid #28abae;
                /*border-radius: 4px;*/
                color: #fff;
                font-size: 10px;
                text-align: center;
                -webkit-transition: all 0.25s ease-in-out;
                -moz-transition: all 0.25s ease-in-out;
                -o-transition: all 0.25s ease-in-out;
                transition: all 0.25s ease-in-out;
            }

                ul.conversion-icons li a img, ul.conversion-icons li label img {
                    display: block;
                    margin: 4px auto 4px auto;
                    max-width: 82px;
                    max-height: 46px;
                }

                ul.conversion-icons li a:hover, ul.conversion-icons li label:hover {
                    background-color: #4dd2d6;
                    border-color: #77dde0;
                }


    .min-gutter > [class*='col-'] {
        padding-right: 2px;
        padding-left: 2px;
    }

    /* Three Steps */
    .three-steps figure svg {
        max-height: 100px;
        height: 100px;
    }

    /* Column Content  */
    .protip h3 {
        position: relative;
        margin-left: 30px;
    }

        .protip h3::before {
            position: absolute;
            left: -30px;
            top: 6px;
            content: "?";
            font-size: 16px;
            font-weight: 700;
            color: rgb(11, 140, 229);
            background-color: rgb(224, 255, 237);
            width: 22px;
            height: 22px;
            padding: 2px 0 0 8px;
            line-height: 1;
            border-radius: 50%;
        }

    .tip ul {
        list-style: none;
    }

        .tip ul li {
            position: relative;
            line-height: 2;
        }

            .tip ul li::before {
                content: "›";
                content: "✓";
                position: absolute;
                left: -30px;
                top: 6px;
                font-size: 16px;
                font-weight: 700;
                color: rgb(11, 140, 229);
                width: 22px;
                height: 22px;
                padding: 2px 0 0 8px;
                line-height: 1;
                border-radius: 50%;
            }

    /* upload */
    .upload-btn-row {
        margin-top: 10px;
        text-align: center;
    }

        .upload-btn-row .box-wrap {
            width: 130px;
            margin: 7px 10px;
            display: inline-block;
        }

        .upload-btn-row .upload-box {
            margin: 0 auto;
            width: 100%;
            min-height: 100px;
            padding: 25px 20px;
            border-radius: 20px;
            background: #999;
            background: linear-gradient(to bottom,#eee,#ddd);
        }

            .upload-btn-row .upload-box .file-size span,
            .upload-btn-row .upload-box .file-name span {
                position: relative;
                z-index: 5;
                margin-bottom: 10px;
                padding: 2px 5px;
                background-color: rgba(255,255,255,.4);
            }

            .upload-btn-row .upload-box .file-name:not(:hover) {
                overflow: hidden;
                text-overflow: ellipsis;
            }

    .dropzone .dz-preview .dz-details .dz-filename {
        white-space: nowrap;
    }

    .upload-btn-row .upload-box .file-size {
        margin-bottom: 5px;
    }

    /* --- Testimonials --- */


    .ensiferum .container .col-md-4 .card {
        height: 100%;
    }

    /* footer */
    /*footer#footer {
            background: white;
            color: #fff;
            padding: 10px 0;
            margin: 10px 0 0 0;
        }

            footer#footer span {
                color: #fff;
            }*/


    .dropdown-menu ul {
        padding-left: 0px !important;
    }
}
/*@media (min-width: 768px) {
    #file-merge-modal #mergeUploadButton {
        margin-top: -72px;
    }
}*/


#footer a.setCulture {
    text-decoration: none;
}
a.box-wrap.file-merge-modal {
    text-decoration: none;
}
.attributionAspose a {
    text-decoration: none;
}

.new-footer a {
    text-decoration: none !important;
}

    .new-footer a:hover {
        text-decoration: underline !important;
        color: #0056b3;
    }
span.yellow {
    background: #196ac8;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
}
