/*fonts*/
/*Variables*/
/*Helpers*/
a {
    color: inherit;
}

.btn-career {
    color: #9f1e20;
    background-color: transparent;
    border-color: #9f1e20;
    border-width: 2px;
    display: ruby;
    font-weight: 700;
    font-size: inherit;
    margin-top: 0;
}

.w-70 {
    width: 70% !important;
}

.w-60 {
    width: 60% !important;
}

.w-65 {
    width: 65% !important;
}

#mobile-view-btn {
    display: none;
    position: absolute;
    right: 35px;
}

#web-view-btn {
    display: block;
}

#web-view-span {
    display: block;
}

.rtl {
    direction: rtl;
}

label.rtl {
    direction: rtl;
    margin: 0;
    padding: 0 5px;
}

input[type="radio"] {
    -moz-appearance: checkbox;
    /* Firefox */
}

.date {
    top: -30px;
    position: relative;
}

.border-none {
    border: none;
    padding-right: 10px;
}

.fillable {
    border: none;
    border-bottom: black solid 1px;
}

.image {
    border: black solid 1px;
    height: 200px;
    width: 150px;
}

#preview {
    width: 100%;
    height: 100%;
}

.logo {
    text-align: center;
}

.holds-the-iframe {
    background: url(../img/loader.gif) center center no-repeat;
}

#map iframe {
    width: 600px;
    height: 450px;
}

.red {
    color: red;
}

.green {
    color: green;
}

.error {
    color: red;
    padding: 10px 0;
    text-align: left;
    font-size: 14px;
}

.relative {
    position: relative !important;
}

.primary-color {
    color: #a41e20 !important;
}

.bold {
    font-weight: bold;
}

.no-opacity {
    background: #fff !important;
}

.gradient-button {
    background: linear-gradient(90deg, #a41e20, #e14c26) !important;
    min-width: 150px;
}

.gradient-button:hover {
    opacity: 0.9;
}

.gradient-button:focus {
    border: none !important;
    box-shadow: unset !important;
}

.form-control:focus {
    border-color: #a41e2030;
    box-shadow: inset 0px 1px 1px #a41e200d, 0 0 9px #e14c2687;
}

/*Main-Styles*/
body {
    font-family: "Segoe UI", sans-serif;
}

body header {
    background: url(../img/hero-bg-short.jpg);
    background-size: cover;
    padding: 0px !important;
    height: 650px;
}

body header section.upper-nav {
    background: rgba(255, 255, 255, 0.8);
    padding: 23px 0px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
}

body header section.upper-nav nav .navbar-toggler {
    border: 1px solid;
    border-image: linear-gradient(#a41e20, #e14c26) 1 100%;
    border-image-slice: 1;
    margin-right: 10px;
}

body header section.upper-nav nav .nav-item {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}

body header section.upper-nav nav .nav-item .nav-link {
    border-top: 1px solid transparent;
    padding-top: 5px;
    margin: 5px;
}

body header section.upper-nav nav .nav-item .nav-link:hover {
    border-top: 1px solid #a41e20;
}

body header section.upper-nav nav .nav-item.active a {
    border-top: 1px solid #a41e20;
}

body header section.upper-nav nav .logo-image {
    width: 150px;
}

body header section.upper-nav nav .contacts ul {
    margin-top: 7px;
}

body header section.upper-nav nav .contacts ul li {
    font-size: 13px;
    padding: 0;
}

body header section.upper-nav nav .contacts ul li img {
    width: 12px;
}

body header section.upper-nav nav .contacts ul span {
    padding: 0;
    text-align: center;
    color: darkgray;
    font-size: 16px;
}

body header section.hero {
    padding-top: 150px;
}

body header section.hero .trans-card {
    height: 130px;
    background: rgba(0, 0, 0, 0.3);
    border-left: 3px solid;
    border-image: linear-gradient(to bottom, #a41e20, #e14c26) 1 100%;
    box-shadow: 1px 1px 5px 0px #000000b3;
    box-sizing: border-box;
}

body header section.hero .trans-card h1 {
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    padding-left: 20px;
    margin-top: 35px !important;
}

body header section.hero .trans-card h1 img {
    width: 50px;
}

body header section.hero .breadcrumbs {
    color: #fff;
    padding-top: 20px;
}

body main .about-us {
    background: url(../img/grad-bg.png);
    background-size: cover;
    padding: 30px 0 !important;
    color: #fff;
}

body main .about-us h1 {
    padding-bottom: 10px;
}

body main .about-us p {
    letter-spacing: 1px;
    line-height: 35px;
}

body main .about-us img {
    width: 50px;
}

/*Customizations*/
#contact-page header {
    background: url(../img/hero-bg-1.jpg);
    background-size: cover !important;
}

#partners-page header {
    background: url(../img/hero-bg-2.jpg);
    background-size: cover !important;
}

#about-page header {
    background: url(../img/hero-bg-3.jpg);
    background-size: cover !important;
}

#services-page header {
    background: url(../img/hero-bg-4.jpg);
    background-size: cover !important;
}

#home-page .carousel-indicators {
    bottom: -40px;
}

#home-page .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

#home-page .carousel-container {
    background: url(../img/grad-bg.png);
    background-size: cover;
    padding: 40px 0 120px 0 !important;
    color: #fff;
}

#home-page .carousel-container h1 {
    padding-bottom: 10px;
}

#home-page .carousel-container p {
    letter-spacing: 1px;
    line-height: 35px;
}

#contact-page {
    background-size: 200px 300px;
}

#contact-page .contact-section {
    background: url(../img/location-bg.png) no-repeat;
    background-size: 250px auto;
    background-position-x: 20px;
    background-position-y: 120px;
    padding: 30px 0;
}

#contact-page .contact-section .request-meeting, #contact-page .contact-section .drive-form {
    padding-top: 20px;
}

#contact-page .contact-section .request-meeting a, #contact-page .contact-section .drive-form a {
    background: linear-gradient(90deg, #a41e20, #e14c26);
    margin-bottom: 10px;
}

#contact-page .contact-section .request-meeting a:focus, #contact-page .contact-section .drive-form a:focus {
    border: none !important;
    box-shadow: unset !important;
}

#contact-page .contact-section .request-meeting a:hover, #contact-page .contact-section .drive-form a:hover {
    opacity: 0.9;
}

#contact-page .contact-section .map-section #map {
    width: 100%;
    height: 400px;
}

#contact-page #meetingForm, #contact-page #driveForm {
    background: #f2f2f2;
}

#contact-page #meetingForm .form-group, #contact-page #driveForm .form-group {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

#contact-page #meetingForm .form-group input, #contact-page #driveForm .form-group input {
    display: flex;
}

#contact-page #meetingForm .form-group input::placeholder, #contact-page #driveForm .form-group input::placeholder {
    color: darkgray;
}

#partners-page .partners-section {
    padding: 30px 0px 0px 0px;
}

#partners-page .bg-gray {
    background: #f2f2f2;
    margin: 20px;
    padding: 30px 0;
}

#partners-page .bg-gray .partner-item {
    text-align: center;
    margin-bottom: 30px;
}

#partners-page .bg-gray .partner-item img {
    width: 75%;
    margin-bottom: 20px;
}

#services-page .services-section {
    padding: 30px 0 0 0;
}

#services-page .bg-gray {
    background: #f2f2f2;
    margin: 30px;
    padding: 60px 0;
}

ol {
    list-style: disc;
}

.app-text p {
    font-weight: bold;
    margin-left: 70px;
    padding-top: 6px;
    max-width: 85%;
}

.numberCircle {
    font-weight: bold;
    margin-left: 50px;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    padding: 4px;
    background: #bd3022;
    border: 2px solid #bd3022;
    color: #f8f9fa !important;
    text-align: center;
    position: absolute;
    left: -19px;
}

#services-page .support-info {
    margin-bottom: 20px;
}

#services-page .support-info .offset-lg-2::before {
    content: "";
    /* This is necessary for the pseudo element to work. */
    display: block;
    /* This will put the pseudo element on its own line. */
    margin-left: 10%;
    /* This will center the border. */
    width: 90%;
    /* Change this to whatever width you want. */
    border-top: 1px solid #9a9a9a;
    /* This creates the border. Replace black with whatever color you want. */
}

#services-page .support-info .offset-lg-2::after {
    content: "";
    /* This is necessary for the pseudo element to work. */
    display: block;
    /* This will put the pseudo element on its own line. */
    margin-left: 10%;
    /* This will center the border. */
    width: 90%;
    /* Change this to whatever width you want. */
    border-top: 1px solid #9a9a9a;
    /* This creates the border. Replace black with whatever color you want. */
}

#services-page .support-info .borderTB {
    align-items: center;
}

#services-page .support-info .borderTB p {
    margin-left: 50px;
    letter-spacing: 1px;
    line-height: 35px;
    color: #a41e20;
    font-weight: 500;
}

/*Responsive*/
@media all and (max-width: 1024px) {
    .btn-career {
        margin-top: 10px;
    }
}

@media all and (max-width: 768px) {
    .btn-career {
        margin-top: 0;
    }

    #mobile-view-btn {
        display: block;
    }

    #web-view-btn {
        display: none;
    }

    #web-view-span {
        display: none;
    }

    body header {
        background: url(../img/hero-bg.jpg);
        background-size: cover !important;
        padding: 0px !important;
        height: 500px !important;
    }

    #contact-page header {
        background: url(../img/hero-bg-1-short.jpg);
        background-size: cover !important;
    }

    #partners-page header {
        background: url(../img/hero-bg-2-short.jpg);
        background-size: cover !important;
    }

    #about-page header {
        background: url(../img/hero-bg-3-short.jpg);
        background-size: cover !important;
    }

    #services-page header {
        background: url(../img/hero-bg-4-short.jpg);
        background-size: cover !important;
    }

    .logo {
        text-align: left;
    }

    #map iframe {
        width: 100%;
        height: 350px;
    }

    h1 {
        font-size: 26px;
    }

    h4 {
        font-size: 16px;
    }

    ol li {
        font-size: 14px !important;
        line-height: 30px !important;
    }

    .upper-nav {
        padding-bottom: 0 !important;
    }

    .upper-nav nav .nav-item.active a {
        border-top: unset !important;
        color: #db4725 !important;
    }

    .upper-nav nav .nav-item .nav-link {
        color: #a41e20 !important;
    }

    .upper-nav nav .multiple-mobile-text {
        padding-bottom: 20px;
        border-bottom: 1px solid darkgray;
        margin-bottom: 20px;
    }

    .upper-nav nav .list-unstyled {
        margin: 20px 5px !important;
    }

    body header section.hero .trans-card h1 {
        font-size: 30px !important;
    }

    .support-info {
        text-align: center;
    }

    .support-info img {
        margin-bottom: 20px;
    }

    .support-info p {
        margin-left: 0 !important;
    }

    .support-info>.p-0::before {
        content: unset !important;
    }

    .support-info>.p-0::after {
        content: unset !important;
    }
}

@media all and (max-width: 568px) {
    body header section.upper-nav nav .logo-image {
        width: 135px;
    }

    #mobile-view-btn {
        right: 10px;
    }

    .upper-nav nav .list-unstyled {
        margin: 20px 0 !important;
    }

    .date {
        position: relative;
        top: 0;
    }

    #partners-page .bg-gray .partner-item img {
        width: 95%;
    }

    #contact-page #meetingForm .form-group input, #contact-page #driveForm .form-group input {
        width: 100%;
        display: flex;
        margin: 10px 0;
    }

    #contact-page #meetingForm .form-group, #contact-page #driveForm .form-group {
        display: block;
    }

    #contact-page #meetingForm, #contact-page #driveForm {
        padding: 30px 0;
    }

    body header section.upper-nav nav .contacts ul li {
        font-size: 13px;
    }
}

@media all and (max-width: 320px) {
    .btn-career {
        font-size: 12px !important;
    }

    body header section.upper-nav nav .logo-image {
        width: 120px;
    }

    #partners-page .bg-gray .partner-item img {
        width: 90%;
    }

    body header section.upper-nav nav .contacts ul li {
        font-size: 12px;
    }
}

/*Animation*/
/*# sourceMappingURL=styles.css.map */
