@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap");

body {
    width: 100%;
    overflow-x: hidden;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 18px;
}

.header-nav {
    position: relative;
    /* background-color: #f1f1f1; */
    align-items: center;
    padding-top: 5px !important;
    padding-bottom: 5px;
}

.side-bar {
    width: 300px;
    background: #fff;
    /* background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), rgba(0, 0, 0, 0.09); */
    height: 100vh;
    position: fixed;
    top: 0;
    right: -60%;
    z-index: 100000;
    transition: 1s;
}

.close-container {
    display: flex;
    justify-content: flex-end;
}

.bar-closer {
    cursor: pointer;
    font-size: 2rem;
    color: #000;
    margin-right: 1rem;
}

.side-bar li {
    list-style: none;
}

.side-link {
    padding: 5px 20px;
    cursor: pointer;
}

.side-link h6 {
    color: #000;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
}

.nav-link a {
    color: #000;
    width: 100%;
    display: inline-block;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 18px !important;
    padding: 0.5rem 1rem !important;
    transition: all 0.2s ease-in-out;
    -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;
    margin-right: 10px;
}
.nav-link a:hover {
    color: #cc1521 !important;
    text-decoration: none;
    font-weight: 600;
}

.nav-main {
    display: flex;
    align-items: center;
}

.nav-link .carrer {
    color: #cc1521;
}

.scrollDown {
    position: absolute;
    top: 95%;
    left: 48%;
    cursor: pointer;
    z-index: 999;
}
.scrollDown img {
    width: 50%;
    cursor: pointer;
}
.scrollDown {
    display: none !important;
}
.preloader {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 9999 !important;
    background: #fff;
    display: grid;
    align-items: center;
    justify-content: center;
}
.carrer-link {
    color: red;
    font-weight: bold;
}
.my-ac-dropdown {
    position: relative;
    display: inline-block;
}

.my-ac-dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: auto;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    z-index: 1;
    left: 15px;
    padding: 5px 10px;
    border-radius: 10px;
    top: 30px;
}
.my-ac-dropdown-content a {
    margin-right: 0px !important;
}
.my-ac-dropdown-content a:hover {
    background-color: transparent !important;
    color: #cd1622 !important;
}
.my-ac-dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.my-ac-dropdown-content a:hover {
    background-color: #f1f1f1;
}

.my-ac-dropdown:hover .my-ac-dropdown-content {
    display: block;
}
@media only screen and (max-width: 768px) {
    .side-bar {
        right: 0;
        width: 230px;
        height: 120vh;
        margin-top: 55px;
    }
    .button.mr-10 {
        margin-right: 10px;
    }
    .side-bar ol {
        margin-top: -37px !important;
    }
    #main-header {
        background:  #fff;
    }
}

.social-detail .img-fluid {
    border: 1px solid #fff !important;
    background-color: #fff !important;
    border-radius: 50% !important;
}
.custom-loader {
    width: 60px;

    height: 60px;

    color: #cc1521;

    background: linear-gradient(currentColor 0 0), linear-gradient(currentColor 0 0), linear-gradient(currentColor 0 0);

    background-size: 50.1% 50.1%;

    background-repeat: no-repeat;

    animation: f6-0 0.75s infinite linear alternate, f6-0-0 1.5s infinite linear;
}

.custom-loader::before {
    content: "";

    display: block;

    width: 50%;

    height: 50%;

    background: currentColor;

    transform: perspective(150px) rotateY(0deg) rotateX(0deg);

    transform-origin: bottom right;

    animation: f6-1 0.75s infinite linear alternate;
}

#dropdown-example a {
    text-decoration: none;
}

@keyframes f6-0 {
    0%,
    32.99% {
        background-position: 0 100%, 100% 100%, 100% 0;
    }

    33%,
    65.99% {
        background-position: 100% 100%, 100% 100%, 100% 0;
    }

    66%,
    100% {
        background-position: 100% 0, 100% 0, 100% 0;
    }
}

@keyframes f6-0-0 {
    0%,
    49.99% {
        transform: scaleX(1) rotate(0deg);
    }

    50%,
    100% {
        transform: scaleX(-1) rotate(-90deg);
    }
}

@keyframes f6-1 {
    16.5% {
        transform: perspective(150px) rotateX(-90deg) rotateY(0deg) rotateX(0deg);
        filter: grayscale(0.8);
    }

    33% {
        transform: perspective(150px) rotateX(-180deg) rotateY(0deg) rotateX(0deg);
    }

    66% {
        transform: perspective(150px) rotateX(-180deg) rotateY(-180deg) rotateX(0deg);
    }

    100% {
        transform: perspective(150px) rotateX(-180deg) rotateY(-180deg) rotateX(-180deg);
        filter: grayscale(0.8);
    }
}

p {
    text-align: justify;
}

.ul-design-no-color ul li {
    font-size: 18px;
}
.ul-design ul li {
    font-size: 18px;
}

/*.nav-link.carrer {
    color: #cd1622 !important;
    font-weight: 700;
}*/
.nav-link {
    padding-right: 5px !important;
    margin-right: 15px !important;
    font-size: 17px !important;
}

.footer {
    background-color: #232323;
    padding: 25px 25px 0px;
    z-index: 99;
    position: relative;
}
.footer-container {
    width: 95%;
    margin: auto;
}
.footer-container h5 {
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 700;
}
.footer-container ul li {
    display: inline-flex;
    margin: 7px 0;
}
.footer-container ul li a {
    display: flex;
    align-items: center;
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 31px;
    color: #fff;
    padding: 0 4px;
    transition: opacity 0.2s ease-in;
    -webkit-transition: opacity 0.2s ease-in;
    -moz-transition: opacity 0.2s ease-in;
    -ms-transition: opacity 0.2s ease-in;
    -o-transition: opacity 0.2s ease-in;

}
.footer-container ul li a img {
    width: 15px;
}
.footer-container ul.social-detail li a img {
    width: 28px;
}
.subscribe-content .form-group {
    margin-top: 20px;
}
.subscribe-content .form-control {
    border-bottom: 1px solid #fff;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    background-color: transparent;
    color: #fff;
    border-radius: 0;
    padding-left: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    width: 63%;
    float: left;
}

.form-button {
    background: #fff !important;
    padding: 5px 16px;
    color: #cb1521;
    font-weight: bold;
}
.form-button:hover {
    background: #cb1521 !important;
    color: #fff;
    transition: all 0.2s ease-in-out;
}
.subscribe-content .form-control::placeholder {
    color: #fff;
}
#cliSettingsPopup, #cookie-law-info-again, #cookie-law-info-bar{
 display: none;
}
@media only screen and (max-width: 525px) {
    .side-link h6 {
        font-size: 14px;
    }
    .nav-iq {
        margin-right: 13px !important;
         font-size: 15px !important;
      }
}
