.mt-0 {
    margin-top: 0 !important;
}
.mt-5 {
    margin-top: 5px !important;
}
.mt-10 {
    margin-top: 10px !important;
}
.mt-15 {
    margin-top: 15px !important;
}
.mt-20 {
    margin-top: 20px !important;
}
.mt-25 {
    margin-top: 25px !important;
}
.mt-30 {
    margin-top: 30px !important;
}
.mt-35 {
    margin-top: 35px !important;
}
.mt-40 {
    margin-top: 40px !important;
}
.mt-45 {
    margin-top: 45px !important;
}
.mt-50 {
    margin-top: 50px !important;
}
.mt-55 {
    margin-top: 55px !important;
}
.mt-60 {
    margin-top: 60px !important;
}
.mt-62 {
    margin-top: 62px !important;
}
.mt-65 {
    margin-top: 65px !important;
}
.mt-70 {
    margin-top: 70px !important;
}
.mt-75 {
    margin-top: 75px !important;
}
.mt-80 {
    margin-top: 80px !important;
}
.mt-85 {
    margin-top: 85px !important;
}
.mt-90 {
    margin-top: 90px !important;
}
.mt-95 {
    margin-top: 95px !important;
}
.mt-100 {
    margin-top: 100px !important;
}
.mt-150 {
    margin-top: 150px !important;
}
.mt-250 {
    margin-top: 250px !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-15 {
    margin-bottom: 15px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.mb-35 {
    margin-bottom: 37px !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mb-50 {
    margin-bottom: 50px !important;
}
.mb-100 {
    margin-bottom: 100px !important;
}
.m-0 {
    margin: 0px !important;
}
.pt-0 {
    padding-top: 0 !important;
}
.pt-30 {
    padding-top: 30px !important;
}
.pt-50 {
    padding-top: 100px !important;
}
.pt-100 {
    padding-top: 100px !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.pb-5 {
    padding-bottom: 5px !important;
}
.pb-30 {
    padding-bottom: 30px !important;
}
.pb-50 {
    padding-bottom: 100px !important;
}
.pb-70 {
    padding-bottom: 70px !important;
}
.pb-100 {
    padding-bottom: 100px !important;
}
.pb-200 {
    padding-bottom: 150px !important;
}
.p-0 {
    padding: 0 !important;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

label ,  .form-control{
    font-size: 0.9rem;
}


article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

html, body {
    position: relative;
    width: 100%;
    min-height: 100vh;
    direction: rtl;
    font-family: 'IRANSans';
}

#hexagon_box {
    position: relative;
}

#hexagon_background {
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    width: 100%;
    height: calc(100vh - 10px);
}

#particles {
    background: #000000;
    width: 100%;
    height: 100%;
}

#hexagonGrid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    direction: ltr;
}

#hexagonGrid .row-item {
    display: inline-flex;
    margin-top: -32px;
    margin-left: -50px;
}

#hexagonGrid .row-item:nth-child(even) {
    margin-left: 2px;
}

#hexagonGrid .row-item .hexagon {
    position: relative;
    width: 100px;
    height: 110px;
    margin: 1px 1px;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

#hexagonGrid .row-item .hexagon::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.95;
    transition: 1s;
}

#hexagonGrid .row-item .hexagon::after {
    content: '';
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
    background: #141414;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

#hexagonGrid .row-item .hexagon:hover::before {
    background: #FF6700;
    opacity: 1;
    transition: 0s;
}

div#phone img {
    width: 230px;
}

div#phone {
    position: absolute;
    left: 150px;
    top: 110px;
    z-index: 9;
}

div#hand {
    position: absolute;
    right: 0;
    top: calc(100% - 582px);
    z-index: 9;
}

.menu {
    /* position: absolute; */
    top: 20px;
    color: #ffffff;
    z-index: 9;
    width: 100%;
    font-size: 30px;
    margin-bottom: 0;
    background-color: #212121;
    /* padding-top: 10px; */
    border-bottom: 1px solid #bdbdbd;
}

.menu ul {
    padding-right: 30px;
}

.menu ul li {
    display: inline-block;
    padding-bottom: 2px;
}

.menu ul li a:after {
    display: block;
    content: '';
    width: 100%;
    height: 5px;
    background-color: transparent;
    position: absolute;
    top: calc(100% - 4px);
    margin-top: 10px;
    transition: 0.7s;
}

.menu ul li a:hover:after {
    background-color: #FF7043;
}

.menu ul li a {
    text-decoration: none;
    font-size: 14px;
    color: #ffffff;
    transition: 0.7s;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
}

.slider_text_item {
    position: absolute;
    left: 80px;
    top: calc(50% - 230px);
    width: 700px;
    z-index: 1;
    direction: rtl;
    padding: 20px;
    line-height: 20px;
    color: white;
}

.slider_text_item p {
    font-size: 12px;
    margin-top: 10px;
    line-height: 25px;
    color: white;
    text-align: justify;
}

/****************************************************************/
/****************************************************************/
/****************************************************************/
.top-main-box {
    margin-top: 30px;
    margin-bottom: 30px;
}

.box-item {
    text-align: center;
    margin-bottom: 70px;
}

.box-item i {
    color: #ff9800;
    font-size: 65px;
}

.box-item h2 {
    color: #455a64;
    font-weight: bold;
    margin-top: 20px;
}

.box-item p {
    font-size: 12px;
    margin-top: 10px;
}

.box-item img {
    width: 250px;
}

.login-register-box {
    position: absolute;
    top: 6px;
    left: 40px;
    display: flex;
    flex-direction: row;
}

/*************************************************************************************/
/*************************************************************************************/
/*************************************************************************************/
/*footer*/
footer {
    background-color: #212121;
}

.footer-title {
    color: white;
    margin-bottom: 40px;
    margin-top: 30px;
    border-bottom: 1px solid #757575;
    line-height: 37px;
}

.footer-content {
    color: white;
    font-size: 13px;
    font-weight: normal;
}

.footer-logo {
    width: 65px !important;
}

.footer-content img {
    width: 150px;
}


.footer-content p {
    font-weight: 400;
    font-size: .8rem;
    text-align: justify;
}

.contact-us-item i {
    background-color: #d65e0d;
    width: 30px;
    height: 30px;
    color: #fff;
    text-align: center;
    line-height: 32px;
    margin-bottom: 10px;
    border-radius: 50%;
    margin-left: 10px;
    transition: 0.7s;
    cursor: pointer;
}

.full-width {
    width: 100%;
    text-align: center;
    padding: 40px;
    background-color: #1b1b1b;
    margin-top: 60px;
    color: #BDBDBD;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0px;
    outline: 0;
}

.login_landing {
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: white;
    /* padding: 20px; */
    border: 1px solid #dadada;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    min-height: 500px;
}
.auth_right {
    width: 45%;
    background-image: url(https://thetruckingnetwork.ca/wp-content/uploads/2020/04/truckatlas2444.jpeg);
    background-size: cover;
    background-position-x: -180px;
    background-repeat: no-repeat;
}
.auth_right:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #00000070;
}
.auth_left {
    width: 55%;
    padding: 30px;
}
.auth_left h3 {
    margin-bottom: 10px;
    font-size: 1.2rem;
    color: black;
}
.auth_left p {
    font-size: 0.8rem;
    color: #9E9E9E;
}
.auth_left form {
    margin-top: 50px;
}
.input-icon.right {
    right: auto;
    left: 0;
}
.input-icon {
    position: relative;
    right: 0;
}
.input-icon > i {
    display: block;
    position: absolute;
    margin: 4px 10px 4px 2px;
    z-index: 3;
    width: 16px;
    text-align: center;
    right: 0;
    font-size: 1.5rem;
}

.input-icon input {
    padding-right: 30px;
}
.logo-box {
    text-align: center;
}
.logo-box img {
    width: 65px;
    background-color: #212121;
    border-radius: 12px;
    border: 1px solid #ababab;
}
.countdown {
    text-align: center;
    margin-top: 20px;
    font-size: 2.2rem;
    font-family: 'IRANSans';
    width: 100%;
    font-weight: bold;
}
