.nav-fixed-view {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.services-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.modal-img{
    text-align: center;
}
/* #main-view{
    margin-top: 5%;
} */
#main-view .animated {
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

#main-view h1 {
    font-size: 45px;
    color: #000;
    font-weight: 700;
    line-height: 50px;
    margin: 0 0 10px 0;
}

#main-view h2 {
    color: #484848;
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 35px;
}

#main-view .get-started-btn {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 16px;
    border-radius: 25px;
    padding: 12px 30px;
}

.why-us-h1 {
    color: #f86f03;
    font-weight: 700;
}

.why-us-span {
    font-size: 18px;
    text-align: justify;
}

.why-us-row {
    margin-top: 5%;
}

.why-us-svg {
    width: 150%;
}

.why-us-svg-text {
    text-align: justify;
}

.objective {
    text-align: center;
    padding: 5% 8%;
}

.why-us-section .card {
    height: 450px;
}

.why-us-section h5 {
    text-align: left;
    margin-bottom: 1.5rem;
}

.why-us-section span {
    text-align: justify;
}

.why-us-section-row {
    padding-bottom: 2%;
}

.why-us-section-cols {
    padding: 2%;
}

.why-us-section-h2 {
    text-align: center;
    color: #f86f03;
    font-weight: 700;
    padding: 3% 2% 1% 2%;
}

.why-us-section-p {
    font-size: 18px;
    padding: 2% 0px;
}

.why-us-section-h2::before,
.why-us-section-h2::after {
    content: "";
    width: 50px;
    height: 4px;
    background: #3498db;
    display: inline-block;
}

.why-us-section-h2::before {
    margin: 0 15px 10px 0;
}

.why-us-section-h2::after {
    margin: 0 0 10px 15px;
}

.services-section .card p {
    margin-bottom: 5px;
}

.services-section .card button{
    bottom: 10px;
}

.services-section .card {
    height: 250px;
}

.services-section h5 {
    text-align: left;
    margin-bottom: 0.5rem;
}

.services-section span {
    text-align: justify;
}

.services-section-row {
    padding-bottom: 2%;
}

.services-section-cols {
    padding: 1%;
}

.services-section-h2 {
    text-align: center;
    color: #f86f03;
    font-weight: 700;
    padding: 3% 2% 1% 2%;
}

.services-section-p {
    font-size: 14px;
    padding: 2% 0px;
}

.services-section-h2::before,
.services-section-h2::after {
    content: "";
    width: 50px;
    height: 4px;
    background: #3498db;
    display: inline-block;
}

.services-section-h2::before {
    margin: 0 15px 10px 0;
}

.services-section-h2::after {
    margin: 0 0 10px 15px;
}

.modal-title{
    margin-bottom: 1rem;
}

.products-services-h2 {
    text-align: center;
    color: #f86f03;
    font-weight: 700;
    padding: 3% 2% 2% 2%;
}

.products-services-h2::before,
.products-services-h2::after {
    content: "";
    width: 50px;
    height: 4px;
    background: #3498db;
    display: inline-block;
}

.products-services-h2::before {
    margin: 0 15px 10px 0;
}

.products-services-h2::after {
    margin: 0 0 10px 15px;
}

.contact {
    margin-bottom: 10px;
}

.contact-h2 {
    text-align: center;
    color: #f86f03;
    font-weight: 700;
    padding: 5% 2% 3% 2%;
}

.contact-h2::before,
.contact-h2::after {
    content: "";
    width: 50px;
    height: 4px;
    background: #3498db;
    display: inline-block;
}

.contact-h2::before {
    margin: 0 15px 10px 0;
}

.contact-h2::after {
    margin: 0 0 10px 15px;
}

.contact .social-links {
    padding-bottom: 20px;
    padding-top: 10px;
}

.contact .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #fff;
    color: #3498db;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
    border: 1px solid #3498db;
}

.contact .social-links a:hover {
    background: #3498db;
    color: #fff;
}

.contact .info {
    color: #444444;
}

.contact .info i {
    font-size: 32px;
    color: #3498db;
    float: left;
    line-height: 1;
}

.contact .info p {
    padding: 0 0 10px 42px;
    line-height: 28px;
    font-size: 14px;
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .error-message br+br {
    margin-top: 25px;
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    animation: animate-loading 1s linear infinite;
}

.contact .php-email-form .form-group {
    margin-bottom: 20px;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    padding: 10px 15px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
    border-color: #3498db;
}

.contact .php-email-form button[type=submit] {
    background: #3498db;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    border-radius: 50px;
}

.contact .php-email-form button[type=submit]:hover {
    background: #2383c4;
}

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #3498db;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 0;
}

.back-to-top:hover {
    background: #57aae1;
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

#footer {
    background: #fff;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    padding: 20px 0;
    color: #222222;
    font-size: 14px;
}

#footer .credits {
    font-size: 13px;
    padding-top: 5px;
    color: #222222;
}

#footer .footer-links a {
    color: #222222;
    padding-left: 15px;
}

#footer .footer-links a:first-child {
    padding-left: 0;
}

#footer .footer-links a:hover {
    color: #3498db;
}

.why-us-section {
    background-color: #f5f6f8;
    margin-top: 5%;
}

mark {
    background-color: #fdd4b3 !important;
}

.about .content h3 {
    font-weight: 600;
    font-size: 26px;
}

.about .content ul {
    list-style: none;
    padding: 0;
}

.about .content ul li {
    padding-left: 28px;
    position: relative;
}

.about .content ul li+li {
    margin-top: 10px;
}

.about .content ul i {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 20px;
    color: #3498db;
    line-height: 1;
}

.about .content p:last-child {
    margin-bottom: 0;
}

.section-title h2::before,
.section-title h2::after {
    content: "";
    width: 50px;
    height: 2px;
    background: #3498db;
    display: inline-block;
}

.section-title .why_us::before,
.section-title .why_us::after {
    content: "" !important;
    width: 50px !important;
    height: 2px !important;
    background: #ffffff !important;
    display: inline-block;
}

.section-title h2::before {
    margin: 0 15px 10px 0;
}

.section-title h2::after {
    margin: 0 0 10px 15px;
}

.branding-img-fluid {
    max-width: 25% !important;
}

.nav-item {
    padding: 0px 7px;
    font-weight: 500;
}

.nav-link,
.nav-link.active {
    color: #333a73 !important;
}

.loginbtn {
    border-radius: 20px;
    width: 150%;
}

.swiper-container {
    width: 100%;
}

.products-services button {
    margin-top: 10px;
    bottom: 15px;
}

.products-services .card {
    height: 550px;
}

.swiper-slide {
    background-size: cover;
    background-position: 50%;
    min-height: 20vh;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0% 10%;
}

.swiper-pagination {
    &-bullet {
        background-color: transparent;
        border: 2px solid #69a1fa;
        border-radius: 50%;
        width: 24px;
        height: 24px;
        opacity: 1;
    }

    &-bullet-active {
        background-color: #69a1fa;
    }
}

.swiper-slide {
    &:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .swiper-div {
        pointer-events: none;
        opacity: 0;
        color: #ffffff;
        font-size: calc(5vw);
        letter-spacing: -1px;
        transform: translateY(-5%) scale(.8);
        transition: 1s ease;
        text-transform: uppercase;
        text-shadow: 0 5px 5px rgba(0, 0, 0, .01);
    }

    &-active .swiper-div {
        opacity: 1;
        transform: translateY(0%) scale(1);
        transition: 1s ease;
    }
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

@keyframes up-down {
    0% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* .main-img{
    max-width: 80%;
} */

@media only screen and (max-width: 768px) {

    [data-aos-delay] {
        transition-delay: unset !important;
    }

    .products-services .card {
        height: 580px !important;
    }

    .swiper-slide .row .col-6 {
        width: 100% !important;
        height: 600px !important;
    }

    .nav-fixed-view {
        position: absolute;
    }

    .why-us-section-h2::before {
        margin: 0 10px 5px 0;
    }

    .why-us-section-h2::after {
        margin: 0 0 5px 10px;
    }

    .products-services-h2::before {
        margin: 0 10px 5px 0;
    }

    .products-services-h2::after {
        margin: 0 0 5px 10px;
    }

    .contact-h2::before {
        margin: 0 10px 5px 0;
    }

    .contact-h2::after {
        margin: 0 0 5px 10px;
    }

    .why-us-section-cols {
        width: 100%;
    }

    .why-us-h1 {
        margin: 1rem 0rem;
    }

    .objective {
        padding: 5% 5%;
        margin-top: 5%;
    }

    .branding-img-fluid {
        max-width: 100% !important;
    }

    .nav-item {
        text-align: center;
    }

    .nav-button-panel {
        align-items: center;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .logo {
        width: 75%;
        margin-left: unset;
    }

    .loginbtn {
        margin-top: 5px;
        border-radius: 15px;
        width: 100%;
    }

    #main-view .animated {
        animation: none;
    }

    .services-section-cols{
        width: 100%;
    }

    .services-section .card {
        height: 280px;
    }

    .services-section .lsm {
        height: 200px;
    }

    .services-section{
        margin-top: 8%;
        animation: none!important;
    }
}