@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800&display=swap');

/*----------------------*/
/* BASIC */
/*----------------------*/
body {
    font-family: 'Montserrat', sans-serif;
    background: #DADAE2;
    width: 100%;
    margin: 0 auto;
    overflow-x: hidden
}


#xl-pad {
    padding: 100px 0
}

ul,
li {
    list-style: none
}

/*-------------------------*/
/* UTILITY CLASS */
/*------------------------*/
.centered {
    display: flex;
    justify-content: center;
}

/*----------------------*/
/* HEADER */
/*----------------------*/
header {
    background: linear-gradient(to bottom, rgb(19 33 106) 0%, rgba(66, 65, 109, 1) 100%);
    background-size: cover;
    background: white;
}

header a {
    font-size: 18px;
    color: #000 !important;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
}

header a:hover {
    color: #ee1616;
}

header .logo {
    display: block;
    width: 140px;
}

header img.logo-mob {
    display: none;
    width: 100px;
}

header .logoCont {
    text-align: left;
}

header .socialCont ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

header .socialCont ul li {
    display: inline;
    text-align: left;
    margin: 5px 0;
}

header .socialCont ul li a {
    font-size: 15px;
    font-weight: normal;
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
}

header .socialCont span {
    margin-left: 10px;
}

header .socialCont ul li i {
    font-size: 24px;
    color: #444365;
    padding: 5px;
    text-align: center;
    width: 34px;
    border-radius: 2px;
    background-color: #fff;
}

header .socialCont ul li:nth-child(1) img {
    width: 30px;
}

header .socialCont ul li:nth-child(2) img {
    width: 164px;
}

header a.phoneNumber {
    color: black;
    font-weight: 700;
    font-size: 22px;
}

header p {
    font-size: 17px;
    font-weight: 500;
    color: black;
    font-style: italic;
}

hr {
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
}

hr.hrlineBig {
    border-bottom: 2px solid #75bc20;
}

hr.hrlineSmall {
    border-bottom: 1px solid #75bc20;
}

/*----------------------*/
/* NAVBAR */
/*----------------------*/
.bg-dark {
    background: rgba(46, 44, 83, 1);
    background: -moz-linear-gradient(top, rgba(46, 44, 83, 1) 0%, rgba(66, 65, 109, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(46, 44, 83, 1)), color-stop(100%, rgba(66, 65, 109, 1)));
    background: -webkit-linear-gradient(top, rgba(46, 44, 83, 1) 0%, rgba(66, 65, 109, 1) 100%);
    background: -o-linear-gradient(top, rgba(46, 44, 83, 1) 0%, rgba(66, 65, 109, 1) 100%);
    background: -ms-linear-gradient(top, rgba(46, 44, 83, 1) 0%, rgba(66, 65, 109, 1) 100%);
    background: linear-gradient(to bottom, rgba(46, 44, 83, 1) 0%, rgba(66, 65, 109, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2e2c53', endColorstr='#42416d', GradientType=0);
}

.navbar-dark .navbar-nav .nav-link {
    font-size: 11px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    padding-right: 1rem;
    padding-left: 1rem;
}

.selected {
    color: #ffc107 !important
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #fec820;
}

.navbar a.mob-cont {
    display: none;
}

.navbar-expand-md .navbar-nav .dropdown-menu {
    background-color: #d42b3b;
    color: #fff;
    border-radius: 0;
    margin-top: 10px;
}

.navbar-expand-md .navbar-nav .dropdown-menu a {
    color: #fff;
}

.navbar-expand-md .navbar-nav .dropdown-menu a:hover {
    background-color: #fec820;
    color: #000;
}

#login ul {
    list-style-type: none;
    margin: 0;
}

#login ul li {
    display: inline-block;
}

#login li a {
    font-size: 11px;
    font-weight: 600;
    color: #32315d;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 50px;
    text-transform: uppercase;
    margin: 0 10px;
    transition: all 200ms linear;
}

#login li a:hover {
    color: #fff;
    border: 1px solid #fff;
    background: transparent;
}

#login ul li:last-child a {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}

#login ul li:last-child a:hover {
    background-color: #fff;
    color: #32315d;
}

.custom-toggler .navbar-toggler-icon {
    /* background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); */
    background-image: url(../img/menuIcon.png);
}

.custom-toggler.navbar-toggler {
    border-color: transparent;
}

/*-------------------------*/
/* feature-link - HOME */
/*------------------------*/
.feature-link {
    background-color: #fff;
}

.feature-link img {
    max-width: 170px;
    width: 100%;
}

/*----------------------*/
/* FOOTER */
/*----------------------*/
.footer {
    background: rgba(45, 43, 82, 1);
    background: -moz-linear-gradient(top, rgba(45, 43, 82, 1) 0%, rgba(66, 65, 109, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(45, 43, 82, 1)), color-stop(100%, rgba(66, 65, 109, 1)));
    background: -webkit-linear-gradient(top, rgba(45, 43, 82, 1) 0%, rgba(66, 65, 109, 1) 100%);
    background: -o-linear-gradient(top, rgba(45, 43, 82, 1) 0%, rgba(66, 65, 109, 1) 100%);
    background: -ms-linear-gradient(top, rgba(45, 43, 82, 1) 0%, rgba(66, 65, 109, 1) 100%);
    background: #13216a;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2d2b52', endColorstr='#42416d', GradientType=0);
    color: #fff;
    font-size: 10px;
}

.footer p {
    margin-bottom: 0;
}

a.footerlink:link,
a.footerlink:visited,
a.footerlink:active {
    text-decoration: underline;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #fff;
}

a.footerlink:hover {
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #fff;
}

.footertext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #fff;
}

.smallfootertext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #fff;
}

.divfooter {
    width: 450px;
    text-align: center;
    margin: 0 auto;
}

/*------------------------------*/
/* CONTACT FORM */
/*-----------------------------*/
.formFieldIndicator {
    color: #c00000;
    padding: 10px 0;
}

.lead-button {
    font-weight: 700;
    max-width: 300px;
    text-transform: uppercase;
    border: 1px solid #c00000;
    border-radius: 0;
    -webkit-border-radius: 0;
    background-color: #c00000;
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding: 10px 30px;
    display: block;
    margin: 10px auto;
}

.lead-button:hover {
    background-color: #000;
    color: #fff;
    text-decoration: none;
}

.auctionTimeLogo {
    width: 250px;
    float: right;
    position: relative;
    margin-bottom: 30px;
    margin-top: -5px;
}

/*-------------------------*/
/* custom captcha on home */
/*------------------------*/

/*-------------------------*/
/* Inventory code */
/*------------------------*/
.attachment-search .search-checkboxes label .row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

@media (max-width: 1199px) {
    header p {
        font-size: 15px;
    }

    .navbar-dark .navbar-nav .nav-link {
        font-size: 9px;
        padding-right: 0.6rem;
        padding-left: 0.6rem;
    }
}

@media (max-width: 992px) {
    header p {
        font-size: 11px;
    }

    header .socialCont ul li a {
        font-size: 10px;
    }

    header .socialCont ul li i {
        width: 26px;
        font-size: 16px;
    }

    .navbar-dark .navbar-nav .nav-link {
        padding-right: 0.3rem;
        padding-left: 0.3rem;
        font-size: 8px;
    }

    #login ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    #login li a {
        font-size: 7px;
        margin: 0 5px;
    }
}

@media screen and (max-width: 767px) {
    body {
        background: #fff;
    }

    header {
        background: rgba(66, 62, 103, 1);
        background: -moz-linear-gradient(left, rgba(66, 62, 103, 1) 0%, rgba(66, 62, 103, 1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(66, 62, 103, 1)), color-stop(100%, rgba(66, 62, 103, 1)));
        background: -webkit-linear-gradient(left, rgba(66, 62, 103, 1) 0%, rgba(66, 62, 103, 1) 100%);
        background: -o-linear-gradient(left, rgba(66, 62, 103, 1) 0%, rgba(66, 62, 103, 1) 100%);
        background: -ms-linear-gradient(left, rgba(66, 62, 103, 1) 0%, rgba(66, 62, 103, 1) 100%);
        background: white;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#423e67', endColorstr='#423e67', GradientType=1);
    }

    header img.logo {
        display: none;
    }

    header img.logo-mob {
        display: block;
    }

    header .socialCont span {
        display: none;
    }

    header .socialCont ul {
        margin: 0;
        padding: 0;
    }

    header .socialCont ul li:nth-child(1) img {
        width: 18px;
    }

    header .socialCont ul li:nth-child(2) img {
        width: 94px;
    }

    header p {
        font-size: 8px;
    }

    header .socialCont ul li {
        display: inline-block;
        margin-left: 5px;
        margin-right: 5px;
    }

    header .socialCont ul li a {
        /*font-size: 24px;*/
    }

    #subnav {}

    .feature-link {
        background: #fdfdfd;
    }

    .bg-dark {
        background: #fff !important;
    }

    .custom-toggler.navbar-toggler {
        position: absolute;
        top: -121px;
        left: 0;
        display: block;
    }

    .navbar-collapse {
        background: #423e67;
        padding-bottom: 10px;
    }

}

@media screen and (max-width: 650px) {
    header img.logo-mob {
        margin: 0 auto;
    }

    #subnav,
    .tabcontent-wrapper iframe {
        border: 0 !important;
    }
}

@media screen and (max-width: 576px) {
    header .middleSection {
        display: none;
    }
}

@media screen and (max-width: 426px) {
    header img.logo-mob {
        margin-left: auto;
        margin-right: 0;
    }

    .navbar a.mob-cont {
        color: #fff;
        display: block;
    }
}