:root {
    --primary: #69FF46;
    --secondary: #E93C05;
    --tertiary: #ffffff;
    --light: #DFE4FD;
    --dark: #011A41;
}

@font-face {
    font-family: 'Sk-Modernist';
    src: url('../fonts/Sk-Modernist-Regular.woff') format('woff'),
         url('../fonts/Sk-Modernist-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Sk-Modernist-mono';
    src: url('../fonts/Sk-Modernist-Mono.woff') format('woff'),
         url('../fonts/Sk-Modernist-Mono.woff') format('woff');
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family: 'Sk-Modernist-bold';
    src: url('../fonts/Sk-Modernist-Bold.woff') format('woff'),
         url('../fonts/Sk-Modernist-Bold.woff') format('woff');
    font-weight: 600;
    font-style: normal;

}

.font12{
    font-size:12px;
}
.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

h1,
.h1,
h2,
.h2,
.fw-bold {
    font-weight: 700 !important;
}

h3,
.h3,
h4,
.h4,
.fw-medium {
    font-weight: 600 !important;
}

h5,
.h5,
h6,
.h6,
.fw-semi-bold {
    font-weight: 500 !important;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
    color: var(--light);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn-gray{
    background: #1F1F1F;
    color: #FFFFFF;
}

.bg-gray1{
    background: #2A2A2A;
}

.bg-gray2 {
    background: #1D1D1D;
}

.bg-img1{
    background: url("../img/bg_img1.jpg") no-repeat;
    background-size: cover;
}

.bg-img2{
    background: url("../img/bg_img2.jpg") no-repeat;
    background-size: cover;
}

.bg-img3 {
    background: url("../img/bg_img3.png") no-repeat;
    background-size: cover;
}
.bg-green {
    background: #69ff46;
}

.pb-300 {
    padding-bottom: 300px !important;
}

.mt-300 {
    margin-top: -300px;
}
.mt-100{
    margin-top:120px;
}
/*** Navbar ***/
.fixed-top {
    transition: .5s;
}

.top-bar {
    height: 45px;
    border-bottom: 1px solid rgba(53, 94, 252, .07);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    padding: 15px 15px;
    color: #000000;
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #000000;
}

.slide1{
    min-height:910px;
}
.slide2{
       height: 736px !important;
    }
.slide3{
       height: 756px;
    }

.mt-6 {
    margin-top: 5rem !important;
}

.hidden-lg {
    display: none;
}
.hidden-sm {
    display: block;
}

.mt-110 {
    display: inline-block;
    margin-top: -190px;
}



@media only screen and (max-width: 1920px) {
    .mt-110 {
        margin-top: -120px;
    }

    .carousel-inner {
        height: 580px;
    }
    #myVideo {
        margin-top: -230px !important;
    }
}

@media (max-width: 1680px) {
    .mt-110 {
        margin-top: -120px;
    }

    .carousel-inner {
        height: 580px;
    }
    #myVideo {
        margin-top: -230px !important;
    }
}

@media (max-width: 1366px) {
    .slider_img {
        margin-top: 50px !important;
    }

    .slide1 {
        min-height: 735px !important;
        background-position: center !important;
        padding-top: 20px !important;
    }

    .slide2 {
        height: 660px !important;
        background-position: center !important;
        padding-top: 72px !important;
    }

    .slide3 {
        height: 635px !important;
    }

    .mt-110 {
        margin-top: -130px;
        display: inline-block;
    }

    .carousel-inner {
        height: 460px;
    }
    #myVideo {
        margin-top: -180px !important;
    }
}

    @media (max-width: 1024px) {
        
        .carousel-inner {
            height: 465px;
        }
        .mt-110 {
            margin-top: -125px;
        }
        #myVideo {
            margin-top: -120px !important;
        }
    }

    @media (max-width: 991.98px) {
        .navbar .navbar-nav {
            margin-top: 0px;
            /*border-top: 1px solid rgba(0, 0, 0, .07);*/
            background: #000000;
        }

            .navbar .navbar-nav .nav-link {
                padding: 10px 0;
                color: #fff !important;
            }

        .service .dotted-line::after {
            display: none;
        }

        .navbar-collapse {
            position: absolute;
            top: 60px;
            z-index: 999;
            width: 100%;
        }
    }

    @media (min-width: 992px) {
        .navbar .nav-item .dropdown-menu {
            display: block;
            visibility: hidden;
            top: 100%;
            transform: rotateX(-75deg);
            transform-origin: 0% 0%;
            transition: .5s;
            opacity: 0;
        }

        .navbar .nav-item:hover .dropdown-menu {
            transform: rotateX(0deg);
            visibility: visible;
            transition: .5s;
            opacity: 1;
        }

        .slider_img h1 {
            text-align: center;
        }

        .slider_img h3 {
            text-align: center;
        }

        .slider_img p {
            text-align: center;
        }
    }

    .font-400 {
        font-family: "Sk-Modernist-mono" !important;
        font-weight: 400 !important;
    }

    /*** Header ***/
    .carousel-caption {
        top: 120px;
        left: 0;
        right: 0;
        bottom: 0;
        /*display: flex;*/
        align-items: center;
        justify-content: center;
        text-align: start;
        z-index: 1;
    }

    .carousel-control-prev,
    .carousel-control-next {
        width: 3rem;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 3rem;
        height: 3rem;
        background-color: var(--primary);
        border: 10px solid var(--primary);
    }

    .carousel-control-prev-icon {
        border-radius: 0 3rem 3rem 0;
    }

    .carousel-control-next-icon {
        border-radius: 3rem 0 0 3rem;
    }

    @media (max-width: 768px) {
        #header-carousel .carousel-item {
            position: relative;
            min-height: auto;
        }

            #header-carousel .carousel-item img {
                /*position: absolute;*/
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

        .carousel-caption {
            position: relative;
            top: 0 !important;
        }

        .slider_img h1 {
            font-size: 22px;
            margin-bottom: 0px !important;
            text-align: center !important;
            padding-right: 0 !important;
            margin: auto;
        }


        .slider_img h3 {
            font-size: 33px;
            margin-bottom: 30px !important;
            text-align: center !important;
            width: 250px;
            margin: auto;
        }

        .slider_img p {
            text-align: center !important;
        }

        .btn_quote {
            width: 100%;
            margin-top: 30px;
            display: block;
        }

        .slide2 {
            height: auto !important;
        }

        .slide3 {
            height: auto !important;
        }

        .slider_img {
            margin-top: 30px !important;
            min-height: 176px;
        }

        .hidden-sm {
            display: none;
        }

        .hidden-lg {
            display: block;
        }

        .form-quote {
            margin-bottom: 10px !important;
        }

        #myVideo {
            top: -60px !important;
            position: relative !important;
        }
    }

    @media (max-width: 560px) {
        .bg-img2 {
            background-position: -504px;
        }

        .slider_img {
            margin-top: 35px !important;
        }

        .slider_text {
            padding: 10px 0px !important;
        }

        .car_img {
            width: 100%;
            margin-left: 0 !important;
        }
    }

    .page-header {
        padding-top: 12rem;
        padding-bottom: 6rem;
        background: url(../img/header.jpg) top left no-repeat;
        background-size: cover;
    }

        .page-header .breadcrumb-item,
        .page-header .breadcrumb-item a {
            font-weight: 500;
        }

            .page-header .breadcrumb-item + .breadcrumb-item::before {
                color: var(--tertiary);
            }


    .bg-black {
        background: #000;
    }

    .form-quote {
        background: #000000;
        border: 2px solid #FFFFFF;
        border-radius: 30px;
        padding: 30px;
        z-index: 9;
        position: relative;
        box-shadow: 13px 10px 47px 2px rgb(0 0 0 / 61%);
        margin-top: 35px;
        margin-bottom: 70px;
    }

    .quote-heding {
        background: #fff;
        color: #2A2A2A;
        border-radius: 22px 22px 22px 0;
        padding: 10px 30px;
       width: 400px;
        font-weight: 700 !important;
        font-size: 22px;
        letter-spacing: 1px;
        margin-top: -70px;
        margin-bottom: 25px;
    }

        .quote-heding span {
            color: #000 !important;
        }

        .quote-heding .nav-tabs {
            border-bottom: 0px solid #dee2e6;
        }

            .quote-heding .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
                color: #000;
                background: none;
                border: none;
            }

        .quote-heding .nav-item {
            color: #000000;
            font-size: 22px;
            ;
        }

        .quote-heding .nav-link {
            display: inline-block;
            padding: 0 0.52rem;
            color: #000;
            border: 0px solid transparent;
            transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out;
            font-size: 22px;
            line-height: 35px;
        }

        .quote-heding .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
            border: none;
            isolation: isolate;
        }

    .nav-tabs .nav-link.disabled {
        color: #a9a9a9;
        background-color: transparent;
        border-color: transparent;
    }

    .form-quote span {
        color: #5e5e5e;
    }

    .form-quote input {
        background: #000;
        border: #000;
        border-bottom: 1px solid #454545;
        border-radius: 0;
        padding: 5px 0;
        color: #fff;
        font-size: 20px;
        line-height: 1.3;
    }

    .form-quote textarea {
        background: #1D1D1D;
        border: #000;
        border-bottom: 1px solid #454545;
        border-radius: 5px;
        padding: 5px 20px;
        color: #fff;
        font-size: 20px;
    }

        .form-quote textarea:focus {
            background: #1D1D1D;
            outline: 0;
            box-shadow: none;
            border-color: #FFFFFF;
            color: #FFFFFF;
        }

    .form-quote input:focus {
        border-color: #FFFFFF;
        outline: 0;
        box-shadow: none;
        background: #000;
        color: #FFFFFF;
    }

    .form-quote input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #FFFFFF;
        opacity: 1; /* Firefox */
    }

    .form-quote select {
        background: #000;
        border: #000;
        border-bottom: 1px solid #454545;
        border-radius: 0;
        padding: 5px 5px;
        color: #fff !important;
        font-size: 20px;
        appearance: auto;
    }

        .form-quote select option {
            padding: 10px;
            background: #fff;
            color: #000;
        }



    .form-select:focus {
        border-bottom: 1px solid #454545;
        outline: 0;
        box-shadow: 0;
    }

    .font-500 {
        font-weight: 500 !important;
    }

    .font-22 {
        font-size: 18px;
    }

    .mt-9 {
        margin-top: 5rem !important;
    }

    .width-260 {
        width: 260px !important;
    }

    .slider_img {
        margin-top: 90px;
        z-index: 1;
        margin-bottom: 42px;
    }

        .slider_img h1 {
            text-align: left;
            text-shadow: 2px 3px 0px #646464;
            padding-right: 50px;
        }

        .slider_img h3 {
            text-align: left;
            text-shadow: 2px 3px 0px #646464;
        }

        .slider_img p {
            text-align: left;
        }
    /*** Facts ***/
    .facts {
        background: linear-gradient(rgba(53, 94, 252, .95), rgba(53, 94, 252, .95)), url(../img/bg.png);
    }

    #displayMessage {
        color: #317e54 !important;
        background-color: #dcf6e8 !important;
        border-color: #cbf2dd !important;
        position: fixed !important;
        padding: 0.75rem 1.25rem;
        margin-bottom: 1rem;
        border: 1px solid transparent;
        border-radius: 0.25rem;
        top: 50% !important;
        width: 300px;
        margin: auto;
        text-align: left;
        left: 50% !important;
    }

    #displayMessageRed {
        color: #922f2f !important;
        background-color: #fddcdc !important;
        border-color: #fbcaca !important;
        position: fixed !important;
        padding: 0.75rem 1.25rem;
        margin-bottom: 1rem;
        border: 1px solid transparent;
        border-radius: 0.25rem;
        top: 50% !important;
        width: 300px;
        margin: auto;
        text-align: left;
        left: 60% !important;
    }

    .b-close, .bClose {
        color: #000 !important;
        box-shadow: none !important;
        font-size: 12px !important;
        padding: 5px 0px !important;
        cursor: pointer;
        float: right;
    }

    .field-validation-error {
        color: red !important;
    }

    /*** Callback ***/
    .callback {
        position: relative;
    }

        .callback::before {
            position: absolute;
            content: "";
            width: 100%;
            height: 50%;
            top: 0;
            left: 0;
            background: linear-gradient(rgba(53, 94, 252, .95), rgba(53, 94, 252, .95)), url(../img/bg.png);
            z-index: -1;
        }


    /*** Feature ***/
    .feature .feature-box,
    .feature .feature-box * {
        transition: .5s;
    }

        .feature .feature-box:hover {
            background: var(--primary);
            border-color: var(--primary) !important;
        }

            .feature .feature-box:hover * {
                color: #FFFFFF !important;
            }


    /*** Service ***/
    .service .nav .nav-link {
        transition: .5s;
        background: #151515;
        border: 2px solid #000;
        z-index: 1;
        color: #888888;
    }

        .service .nav .nav-link label {
            letter-spacing: 1px;
        }

        .service .nav .nav-link.active {
            border-color: var(--primary) !important;
            background: #2A2A2A;
            border: 2px solid;
            color: #FFFFFF;
        }

        .service .nav .nav-link img {
            opacity: 0.5;
        }

        .service .nav .nav-link.active img {
            opacity: 1;
        }

    .service .dotted-line::after {
        content: "-";
        border: 2px dashed #69FF46;
        width: 70%;
        height: 1px;
        margin-top: -135px !important;
        margin: auto;
    }

    .service .steps {
        position: relative;
        height: 100%;
    }

    .service .nav::after {
        content: "-";
        border: 2px dashed #69FF46;
        width: 1px;
        height: 350px;
        margin-top: -375px !important;
        margin: auto;
    }

    .nav-line {
        border: 2px dashed #69FF46;
        width: 1px;
        height: 350px;
        position: absolute;
        margin-top: 30px;
        left: 26%;
    }

    /*** Project ***/
    .project-item,
    .project-item .project-img {
        position: relative;
    }

        .project-item .project-img a {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background: rgba(255, 255, 255, .5);
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 8px;
            opacity: 0;
            transition: .5s;
        }

        .project-item:hover .project-img a {
            opacity: 1;
        }

        .project-item .project-title {
            position: absolute;
            top: 3rem;
            right: 0;
            bottom: 0;
            left: 3rem;
            border: 1px solid var(--light);
            border-radius: 8px;
            display: flex;
            align-items: flex-end;
            padding: 18px;
            z-index: -1;
            transition: .5s;
        }

        .project-item:hover .project-title {
            background: var(--primary);
            border-color: var(--primary);
        }

        .project-item .project-title h4 {
            transition: .5s;
        }

        .project-item:hover .project-title h4 {
            color: #FFFFFF;
        }

    .project-carousel .owl-nav {
        margin-top: 25px;
        display: flex;
        justify-content: center;
    }

        .project-carousel .owl-nav .owl-prev,
        .project-carousel .owl-nav .owl-next {
            margin: 0 12px;
            width: 45px;
            height: 45px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--primary);
            background: var(--light);
            border-radius: 45px;
            font-size: 22px;
            transition: .5s;
        }

            .project-carousel .owl-nav .owl-prev:hover,
            .project-carousel .owl-nav .owl-next:hover {
                background: var(--primary);
                color: var(--light);
            }


    /*** Team ***/
    .team-item {
        position: relative;
        padding: 4rem 0;
    }

        .team-item img {
            position: relative;
            z-index: 2;
        }

        .team-item .team-text {
            position: absolute;
            top: 0;
            right: 3rem;
            bottom: 0;
            left: 3rem;
            padding: 15px;
            border: 1px solid var(--light);
            border-radius: 8px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: space-between;
            transition: .5s;
            z-index: 1;
        }

        .team-item:hover .team-text {
            background: var(--primary);
            border-color: var(--primary);
        }

        .team-item .team-text h4 {
            transition: .5s;
        }

        .team-item:hover .team-text h4 {
            color: #FFFFFF;
        }

        .team-item .team-social .btn {
            background: var(--light);
            color: var(--primary);
        }

        .team-item:hover .team-social .btn {
            background: #FFFFFF;
        }

        .team-item .team-social .btn:hover {
            background: var(--primary);
            color: var(--light);
        }


    .accordion-button:not(.collapsed) {
        color: #ffffff;
        background-color: #1D1D1D;
        box-shadow: none;
    }

    .accordion-item {
        background-color: #1D1D1D;
        border: 0px solid rgba(0,0,0,0.125);
        border-bottom: 1px solid #484848;
        border-radius: 0;
    }

    .accordion-button {
        position: relative;
        display: flex;
        align-items: center;
        width: 100%;
        padding: 1rem 0rem;
        font-size: 1rem;
        color: #fff;
        text-align: left;
        background-color: #1D1D1D;
        border: 0;
        border-radius: 0;
        overflow-anchor: none;
        transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;
    }

        .accordion-button:not(.collapsed)::after {
            background-image: url("../img/minus.png");
            transform: rotate(-180deg);
        }

        .accordion-button::after {
            flex-shrink: 0;
            width: 1.25rem;
            height: 1.25rem;
            margin-left: auto;
            content: "";
            background-image: url("../img/plus.png");
            background-repeat: no-repeat;
            background-size: 1.25rem;
            transition: transform 0.2s ease-in-out;
        }

    .accordion-body {
        padding: 0rem 0rem;
        margin-bottom: 30px;
    }


    /*** Testimonial ***/
    .testimonial-item {
        position: relative;
        text-align: center;
        font-size: 13px;
    }

        .testimonial-item h4 {
            font-size: 16px;
            font-weight: 400 !important;
            color: #fff;
        }

        .testimonial-item .testimonial-text {
            position: relative;
        }

            .testimonial-item .testimonial-text .btn-square {
                position: absolute;
                width: 60px;
                height: 60px;
                top: -30px;
                left: 50%;
                transform: translateX(-50%);
            }

    /*.testimonial-item .testimonial-text::before {
    position: absolute;
    content: "";
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    border: 30px solid;
    border-color: var(--light) transparent transparent transparent;
}*/

    /*.testimonial-item .testimonial-text::after {
    position: absolute;
    content: "";
    bottom: -59px;
    left: 50%;
    transform: translateX(-50%);
    border: 30px solid;
    border-color: #FFFFFF transparent transparent transparent;
}*/

    .testimonial-carousel .owl-item img {
        margin: 0 auto;
        width: 100px;
        height: 100px;
    }

    .testimonial-carousel .owl-item .rating {
        margin: 0 auto;
        width: 100px;
        height: 30px !important;
    }

    .owl-nav {
        display: block;
        text-align: center;
        width: 265px;
        margin: auto;
    }

    .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
        display: block;
        text-align: center;
        width: 265px;
        margin: auto;
    }

    .ow-prev {
        position: absolute;
        margin-top: -165px;
        margin-left: -120px;
        color: #69fe46;
    }

    .ow-next {
        position: absolute;
        margin-top: -165px;
        margin-left: 100px;
        color: #69fe46;
    }

    .testimonial-carousel .owl-dots {
        margin-top: 10px;
        display: flex;
        align-items: flex-end;
        justify-content: left;
        text-align: center;
    }

    .testimonial-carousel .owl-dot {
        position: relative;
        display: inline-block;
        margin: 0 5px;
        width: 10px;
        height: 10px;
        border-radius: 30px;
        transition: .5s;
    }

        .testimonial-carousel .owl-dot::after {
            position: absolute;
            content: "";
            width: 10px;
            height: 10px;
            top: 6px;
            left: 6px;
            border-radius: 10px;
            background: #5A5A5A;
            transition: .5s;
        }

        .testimonial-carousel .owl-dot.active {
            border-color: #fff;
        }

            .testimonial-carousel .owl-dot.active::after {
                background: #ffffff;
            }


    .shadow-effect {
        background: #fff;
        padding: 20px;
        border-radius: 4px;
        text-align: center;
        border: 1px solid #ECECEC;
        box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
    }

    #customers-testimonials .shadow-effect p {
        font-family: inherit;
        font-size: 17px;
        line-height: 1.5;
        margin: 0 0 17px 0;
        font-weight: 300;
    }

    .testimonial-name {
        margin: -17px auto 0;
        display: table;
        width: auto;
        background: #3190E7;
        padding: 9px 35px;
        border-radius: 12px;
        text-align: center;
        color: #fff;
        box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
    }

    #customers-testimonials .item {
        text-align: center;
        padding: 50px;
        margin-bottom: 80px;
        opacity: .2;
        -webkit-transform: scale3d(0.8, 0.8, 1);
        transform: scale3d(0.8, 0.8, 1);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    #customers-testimonials .owl-item.active.center .item {
        opacity: 1;
        -webkit-transform: scale3d(1.0, 1.0, 1);
        transform: scale3d(1.0, 1.0, 1);
    }

    .owl-carousel .owl-item img {
        transform-style: preserve-3d;
        max-width: 100px;
        margin: 0 auto 17px;
    }

    #customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
    #customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
        background: #3190E7;
        transform: translate3d(0px, -50%, 0px) scale(0.7);
    }

    #customers-testimonials.owl-carousel .owl-dots {
        display: inline-block;
        width: 100%;
        text-align: center;
    }

        #customers-testimonials.owl-carousel .owl-dots .owl-dot {
            display: inline-block;
        }

            #customers-testimonials.owl-carousel .owl-dots .owl-dot span {
                background: #3190E7;
                display: inline-block;
                height: 20px;
                margin: 0 2px 5px;
                transform: translate3d(0px, -50%, 0px) scale(0.3);
                transform-origin: 50% 50% 0;
                transition: all 250ms ease-out 0s;
                width: 20px;
            }

    .sold {
        background: url("../img/sold_bg.jpg") no-repeat;
        background-size: cover;
    }

    .sold2 {
        background: url("../img/sold2.png") no-repeat;
        background-size: cover;
    }

    .rounded-4 {
        border-radius: 20px;
    }

    .rounded-5 {
        border-radius: 40px;
    }

    /*** Footer ***/
    .footer .btn.btn-link {
        display: inline;
        margin-bottom: 5px;
        padding: 0;
        text-align: left;
        color: var(--light);
        font-weight: normal;
        text-transform: capitalize;
        transition: .3s;
        margin-right: 30px;
    }


        .footer .btn.btn-link:hover {
            color: var(--primary);
            box-shadow: none;
        }

    .copyright {
        color: var(--light);
        background: #000;
        font-size: 12px;
    }

        .copyright a {
            color: var(--light);
        }

            .copyright a:hover {
                color: var(--primary);
            }

    .text-gray {
        color: #a3a2a2;
    }

    .owl-carousel .owl-item {
        opacity: 0.1;
        padding: 30px;
    }

    .owl-carousel .center {
        opacity: 1;
        background: #000;
        border-radius: 20px;
        padding: 30px;
    }

    .height300 {
        min-height: 320px;
    }

    #myVideo {
        /*position: absolute;*/
        top: 0px;
        right: 0;
        width: 100%;
        z-index: -1;
        margin-top: -230px;
    }

    .text-v {
        min-height: auto !important;
    }

    .mt--38 {
        margin-top: -39px;
    }
.mr-110 {
    margin-right: 110px;
}