/*
Theme Name: Trixel Site
Author: UbitC team
*/

@import url('asset/aos/aos.css');
@import url('asset/bootstrap/css/bootstrap.min.css');
@import url('asset/bootstrap-icons/bootstrap-icons.css');

@import url('asset/remixicon/remixicon.css');


:root {
    scroll-behavior: smooth;
}

body {
    font-family: "Open Sans", sans-serif;
    color: #444444;
    overflow-x: hidden;
    background: #282626;

    box-shadow: 2px 7px 22px -2px rgb(0 0 0 / 75%);
    -webkit-box-shadow: 2px 7px 22px -2px rgb(0 0 0 / 75%);
    -moz-box-shadow: 2px 7px 22px -2px rgba(0, 0, 0, 0.75);


    width: 100%;
    min-width: 375px;
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
}



/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
    padding: 60px 0;
    overflow: hidden;
}

.section-header {
    text-align: center;
    padding-bottom: 40px;
}

.section-header h2 {
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 700;
    margin: 0;
    color: #4154f1;
    text-transform: uppercase;
}

.section-header p {
    margin: 10px 0 0 0;
    padding: 0;
    font-size: 38px;
    line-height: 42px;
    font-weight: 700;
    color: #012970;
}

@media (max-width: 768px) {
    .section-header p {
        font-size: 28px;
        line-height: 32px;
    }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    background: linear-gradient(90deg, rgba(64, 154, 61, 1) 27%, rgba(170, 206, 53, 1) 87%);
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}

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

.back-to-top:hover {
    background: linear-gradient(90deg, rgba(64, 154, 61, 1) 27%, rgba(170, 206, 53, 1) 87%);
    color: #fff;
}

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



/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
    transition: all 0.5s;
    z-index: 9999999999999999999999999999999;
    padding: 0;
}

.header.header-scrolled {
    background: #fff;
    padding: 15px 0;
    box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
}

.header .logo {
    line-height: 0;
}

.header .logo img {
    height: 35px;
    margin-right: 6px;
    width: 100%;
}

.header .logo span {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #012970;
    margin-top: 3px;
}

.header .getstarted,
.header.getstarted:focus {
    background: linear-gradient(90deg, rgba(64, 154, 61, 1) 27%, rgba(170, 206, 53, 1) 87%);
    padding: 8px 20px;
    color: #fff;
    box-shadow: -5px -5px #098004;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px;
}



/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
    padding: 0;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;

}

.navbar li {
    position: relative;
    line-height: 78px;
}

.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
    font-size: 1rem;
    color: #ffffff;
    white-space: nowrap;
}

.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}

.navbar a:hover {
    color: #8FA72F;
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
    color: #012970;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
    color: #fff;
}

/** Tablet **/
@media (max-width: 991px) and (orientation:portrait) {
    .navbar ul li a {
        padding: 0px 5px;
        font-size: 11px;
    }

    .header .getstarted,
    .header.getstarted:focus {
        font-size: 10px;
    }

    .navbar a,
    .navbar a:focus {
        font-size: 13px;
    }

    .inspiring-home h1,
    .inspiring-home h2 {
        font-size: 2rem !important;
    }

    .bk-1 h2 {
        font-size: 1rem !important;
        width: 100% !important;
        padding-left: 0 !important;
        line-height: 23px;

    }

    .bk-2 {
        background-size: 77px !important;
    }

    .bk-2 .col-md-7 {
        height: 320px !important
    }

    .inspiring-home {

        padding: 40px 0 0 78px !important;
    }

    .img-sperator {
        top: -92px !important;
    }

    .bk-motion {
        padding-top: 50px !important;
    }

    .what-we-do h1 {
        padding-top: 60px !important;
        font-size: 2rem;
    }

    .what-we-do p {
        font-size: 1.1rem !important;
    }

    .our-work h1 {
        padding-top: 60px !important;
        font-size: 2rem;
    }

    .our-work h1:nth-child(2) {
        padding: 0 !important;
        margin-bottom: 10px !important;
    }

    .our-work p {
        font-size: 1.1rem !important;
    }

    .customer h1 {
        padding-top: 60px !important;
        font-size: 2rem;
    }

    .customer h1:nth-child(2) {
        padding: 0 !important;
        margin-bottom: 10px !important;
    }

    .min-h-200 {
        margin-top: 40px !important;
        font-size: 1.6rem;
        line-height: 45px;
        min-height: 160px !important;
    }

    .slider-desc {
        height: 270px;
    }

    #partners h1 {
        font-size: 2rem !important;
    }

    #partners .card:first-child span:after,
    #partners .card:nth-child(3) span:after {
        top: 40px !important;
    }

    .wpcf7 {
        padding: 50px 20px !important;
        width: 350px !important;
        right: 43px !important;
    }

    .wpcf7-form-control.has-spinner.wpcf7-submit {
        height: auto !important;
        width: auto !important;
        position: relative !important;
        left: auto !important;
        top: auto !important;
        border: 0;
        margin: 0 auto !important;
    }

    .watch-video {
        display: none;
    }

    #footer {
        font-size: 0.8rem !important;
    }

    #footer .h3,
    #footer h3 {
        font-size: 1.2rem !important;
    }

    .copyright {
        font-size: 0.9rem !important;
    }

    .icon img {
        margin: 0 !important;
        width: 30px !important;
    }
}

@media (max-width: 991px) and (orientation:landscape) {
    .navbar ul li a {
        padding: 0 15px;
    }

    .header .getstarted,
    .header.getstarted:focus {
        font-size: 10px;
    }

    .navbar a,
    .navbar a:focus {
        padding: 0 30px;
        font-size: 13px;
    }

    .inspiring-home h1,
    .inspiring-home h2 {
        font-size: 2rem !important;
    }

    .bk-1 h2 {
        font-size: 1rem !important;
        width: 100% !important;
        padding-left: 0 !important;
        line-height: 23px;

    }

    .bk-2 {
        background-size: 77px !important;
    }

    .bk-2 .col-md-7 {
        height: 120px !important
    }

    .inspiring-home {

        padding: 40px 0 0 78px !important;
    }

    .img-sperator {
        top: -50px !important;
    }

    .what-we-do h1 {
        padding-top: 60px !important;
        font-size: 2rem;
    }

    .what-we-do p {
        font-size: 1.1rem !important;
    }

    .our-work h1 {
        padding-top: 60px !important;
        font-size: 2rem;
    }

    .our-work h1:nth-child(2) {
        padding: 0 !important;
        margin-bottom: 10px !important;
    }

    .our-work p {
        font-size: 1.1rem !important;
    }

    .customer h1 {
        padding-top: 60px !important;
        font-size: 2rem;
    }

    .customer h1:nth-child(2) {
        padding: 0 !important;
        margin-bottom: 10px !important;
    }

    .min-h-200 {
        margin-top: 40px !important;
        font-size: 9px;
        line-height: 19px;
        min-height: 100px !important;
    }

    .slider-desc {
        height: 270px;
    }

    #partners h1 {
        font-size: 2rem !important;
    }

    #partners .card:first-child span:after,
    #partners .card:nth-child(3) span:after {
        top: 40px !important;
    }

    .wpcf7 {
        padding: 50px 20px !important;
        width: 350px !important;
        right: 43px !important;
    }

    .wpcf7-form-control.has-spinner.wpcf7-submit {
        height: auto !important;
        width: auto !important;
        position: relative !important;
        left: auto !important;
        top: auto !important;
        border: 0;
        margin: 0 auto !important;
    }

    #footer {
        font-size: 0.8rem !important;
    }

    #footer .h3,
    #footer h3 {
        font-size: 1.2rem !important;
    }

    .copyright {
        font-size: 0.9rem !important;
    }

    .icon img {
        margin: 0 !important;
        width: 30px !important;
    }
}


.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(1, 22, 61, 0.9);
    transition: 0.3s;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    border-radius: 10px;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #012970;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
    color: #8FA72F;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
    margin: 15px;
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}


.hero .ins {
    margin: 0;
    font-size: 70px;
    font-weight: 500;
    color: #B2D235;
}

.hero .nxt {
    margin: 0;
    font-size: 85px;
    font-weight: 800;
    color: #ffffff;
}

.hero h2 {
    color: #ffffff;
    margin: 15px 0 0 0;
    font-size: 26px;
}

.hero .btn-get-started {
    margin-top: 30px;
    line-height: 0;
    transition: 0.5s;
    color: #fff;
    background: linear-gradient(90deg, rgba(64, 154, 61, 1) 27%, rgba(170, 206, 53, 1) 87%);
    color: #fff;
    box-shadow: -5px -5px #098004;
    width: 223px;
    border-radius: 10px;
    height: 3.5rem;

}

.hero .btn-get-started span {

    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
}

.hero .btn-get-started i {
    margin-left: 5px;
    font-size: 18px;
    transition: 0.3s;
}

.hero .btn-get-started:hover i {
    transform: translateX(5px);
}

.hero-img img {
    width: 22rem;
    position: relative;
    top: 177px;
    left: 98px;
}

.hsec {
    position: relative;
    bottom: 100px;
}

@media (max-width: 991px) {
    .hero {
        height: auto;
        padding: 120px 0 60px 0;
    }

    .hero .hero-img {
        text-align: center;
        margin-top: 80px;
    }

    .hero .hero-img img {
        width: 80%;
    }
}

@media (max-width: 768px) {
    .hero {
        text-align: center;
    }

    .hero h1 {
        font-size: 32px;
    }

    .hero h2 {
        font-size: 24px;
    }

    .hero .hero-img img {
        width: 100%;
    }
}

/*--------------------------------------------------------------
# Index Page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/



.content {
    position: relative;
}

.sable {
    float: right;
    width: 100%;
    position: relative;
    text-align: center;
    bottom: 17px;
    right: 40px;
}

.sable img {
    width: 7rem;
}

.fable {
    float: right;
    width: 100%;
    position: relative;
    text-align: center;
    top: 6.5rem;
    right: 2.5rem;
}

.fable img {
    width: 7rem;
}

.sable-text {
    color: white;
    font-size: 22px;
    font-weight: 700;
    margin-top: 5px;
}

.fable-text {
    color: white;
    font-size: 22px;
    font-weight: 700;
    margin-top: 5px;
}

.whats-we-do-table {

    padding: 32px;
    width: 100%;
    position: relative;
    top: -28px;
    left: 34px;

}



.about .content .about_h1 {
    margin: 0;
    font-family: 'Poppins';
    font-size: 67px;
    font-weight: bold;
    color: #c1e438;

}

.about .content .about_h2 {
    margin: 0;
    font-size: 24px;
    font-weight: bold;
    color: #f6f9ff;

}


.text-pos {
    position: relative;
    right: 2rem;
}

.sec2-img1 {
    width: 25rem;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}


.sec2-btn {
    width: 219px;
    padding: 13px;
}

.btn-get-started2 {
    margin-top: 30px;
    line-height: 0;
    padding: 15px 40px;
    border-radius: 4px;
    transition: 0.5s;
    background: linear-gradient(90deg, rgba(64, 154, 61, 1) 27%, rgba(170, 206, 53, 1) 87%);
    color: #fff;
    height: 3.5rem;
    width: 15rem;
    box-shadow: -3px -3px #37AB50;
    margin-left: 7rem;
}



/*--------------------------------------------------------------
# Values
--------------------------------------------------------------*/
#values {
    margin-top: 70px;
}


.sec3-img img {
    width: 55rem;
    position: relative;
    right: 107px;
    top: 53px;
}

.btn-get-started3 {
    margin-top: 30px;
    line-height: 0;
    padding: 15px 40px;
    border-radius: 4px;
    transition: 0.5s;
    background: linear-gradient(90deg, rgba(64, 154, 61, 1) 27%, rgba(170, 206, 53, 1) 87%);
    ;
    color: #fff;
    height: 3.5rem;
    width: 15rem;
    box-shadow: -3px -3px #37AB50;
}


/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-item {
    box-sizing: content-box;
    padding: 30px;
    background: linear-gradient(90deg, rgba(64, 154, 61, 1) 27%, rgba(170, 206, 53, 1) 87%);
    display: flex;
    flex-direction: column;
    text-align: center;
    transition: 0.3s;
    max-height: 384px;
}

.testimonials .testimonial-item .square-img {
    width: 33rem;
    position: relative;
    left: 16px;
    bottom: 24px;
}

.testimonials .testimonial-item .testimonial-img {
    width: 126px;
    margin: 0 auto;
    box-shadow: 0 0 0px 5px #407a01;
    position: relative;
    bottom: 24rem;
    left: 8rem;

}



.testimonial-item p {
    margin: 0;
    font-size: 24px;
    font-weight: bold;
    color: #f6f9ff;
    position: relative;
    bottom: 23rem;
    text-align: justify;
    overflow: hidden;
}


.testimonials .swiper-pagination {
    position: relative;
    bottom: 50px;
    left: 0;
    width: 100%;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #4154f1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #a5cc3678;
}

@media (max-width: 1199px) {
    .testimonials .swiper-slide-active {
        opacity: 1;
    }

    .testimonials .swiper-pagination {
        margin-top: 0;
    }
}

@media (min-width: 1200px) {
    .testimonials .swiper-slide-next {
        opacity: 1;
        transform: scale(1.12);
    }
}


/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.slidersection {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.slidersection1 {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.count {
    margin-top: 20px;
}

.count-img {
    width: 95px;
}

.count_number {
    color: #fff;
    font-size: 40px;
    margin-top: 5px;
}

.count_title {
    color: #ACCB48;
    font-size: 20px;

}

/*--------------------------------------------------------------
# section 5
--------------------------------------------------------------*/
#sec-5 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 8rem;
}

.sec5-header h1 {
    color: #fff;
    font-size: 5rem;
}

.sec5-line {
    border: 7px solid #B2D235;
    width: 56rem;
    margin-left: 210px;
}

.sec5-img {
    position: relative;
    background: #FFF;
    width: 285px;
    height: 207px;
}

.sec5-img span:after {
    content: "";
    position: absolute;
    top: 80px;
    right: -30px;
    z-index: 1;
    border: solid 15px transparent;
    border-right-color: #FFF;
    transform: rotate(180deg);
}

.sec5-img1 {
    position: relative;
    background: #56A53C;
    width: 285px;
    height: 207px;
}

.sec5-img2 {
    position: relative;
    background: #FFF;
    width: 285px;
    height: 207px;
}

.sec5-img2 span:after {
    content: "";
    position: absolute;
    top: 80px;
    right: -30px;
    z-index: 1;
    border: solid 15px transparent;
    border-right-color: #FFF;
    transform: rotate(180deg);
}

.sec5-img3 {
    position: relative;
    background: linear-gradient(90deg, rgba(64, 154, 61, 1) 27%, rgba(170, 206, 53, 1) 87%);
    width: 285px;
    height: 207px;
}

.sec5-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 48px;
    margin-left: 42px;
}

.sec5-logo {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.sec5-logo img {
    width: 14rem;
    position: relative;
    bottom: 11rem;
}


/*--------------------------------------------------------------
# section 6
--------------------------------------------------------------*/
.sec6 {
    margin-top: 90px;
}

.myMab {
    filter: grayscale(100%) invert(100%);
    -webkit-filter: grayscale(100%) invert(100%);
    width: 100%;
}

.form-control {
    width: 20rem;
}


/*--------------------------------------------------------------
# section 7
--------------------------------------------------------------*/

.address {
    color: #fff;

}

.contact {
    color: #fff;
}

.follow {

    position: relative;
    left: 8rem;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}




.footer-line {
    border-top: 5px solid #B2D235;
}

.copyright {
    color: #fff;
    /* height: 70px; */
    font-size: 18px;
    margin-top: 12px;
}

.icon {
    padding: 5px;
    color: #fff;
    font-size: 27px;
    text-align: right;
}

.icon img {
    width: 45px;
    margin-top: 8px;
    cursor: pointer;

}

.wpcf7-form-control.has-spinner.wpcf7-submit {
    line-height: 0;
    padding: 15px 40px;
    border-radius: 4px;
    transition: 0.5s;
    background: linear-gradient(90deg, rgba(64, 154, 61, 1) 27%, rgba(170, 206, 53, 1) 87%);
    color: #fff;
    height: 3.5rem;
    width: 15rem;
    position: relative;
    left: 14rem;
    top: 1rem;
    border: 0;
}

.wpcf7-not-valid-tip,
.screen-reader-response {
    display: none;
}

.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=tel],
.wpcf7-form textarea {
    width: 100% !important;
}

.wpcf7-response-output {
    font-weight:bold;
    margin-top: 30px;
    display:block;
}

.wpcf7-textarea {
    resize: none;
    height: 100px;
}

#partners .card:first-child {
    background-color: #fff;
}

#partners .card:last-child {
    background-color: #56A53B;
}

#partners .card:first-child span:after {
    content: "";
    position: absolute;
    top: 80px;
    right: -30px;
    z-index: 1;
    border: solid 15px transparent;
    border-right-color: #FFF;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}


#partners .card:nth-child(2) {
    background: #53A43C;
}

#partners .card:nth-child(3) {
    background: white;
}

#partners .card:nth-child(3) span:after {
    content: "";
    position: absolute;
    top: 80px;
    right: -30px;
    z-index: 1;
    border: solid 15px transparent;
    border-right-color: #FFF;
    transform: rotate(180deg);
}

#partners .card:nth-child(4) {
    background: linear-gradient(90deg, rgba(64, 154, 61, 1) 27%, rgba(170, 206, 53, 1) 87%);
}

#partners .card span {
    width: 100%;
    height: 100%;
}

#partners .card span img {
    width: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
}

/****
New Changes By Tareq Fawakhiri
****/

.bk-1 {
    background: url(http://trixelcg.com/wp-content/uploads/2022/11/FinalWebImage-1.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    /* height: 100vh; */
}

.bk-2 {
    background: url(img/new/5.png);
    background-repeat: no-repeat;
    background-size: 111px;
    background-position: 0 20px;
}

.inspiring-home {
    padding: 40px 0 0 130px;
}

.bk-2 h1 {
    color: white;
    font-size: 5rem;
    font-weight: bold;
}

.bk-1 h2 {
    color: white;
    width: 100%;
    padding-left: 10px;
}

.btn-know-more {
    margin-top: 30px;
    display: block;
    color: #fff;
    background: linear-gradient(90deg, rgba(64, 154, 61, 1) 27%, rgba(170, 206, 53, 1) 87%);
    color: white !important;
    box-shadow: -5px -5px #098004;
    border-radius: 10px;
    text-decoration: none;
    width: 145px;
    padding: 10px 0;
    font-weight: bold;
    text-align: center;
}

header {
    box-shadow: 2px 7px 22px -2px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 2px 7px 22px -2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 7px 22px -2px rgba(0, 0, 0, 0.75);
}

a {
    text-decoration: none;
}

.watch-video {
    width: 100%
}

.bk-motion {
    background: url(img/new/10-new.png);
    background-size: 100% 100%;
    position: relative;
    padding: 50px 0;
}

footer {
    background: url(img/new/10-new.png);
    background-size: cover;
    background-position: left;
}

.top-header,
.sub-header {
    font-weight: bold;
    color: white;
    font-size: 4rem;
}

.top-header {
    color: #72bf44;
}

.desc-header {
    color: white;
}

.section-img {
    width: 100%;
    margin: 61px auto;
    text-align: center
}

.slider-desc {
    padding: 20px;
    height: 450px;
    color: white;
    font-size: 20px;
    background: url(img/new/slider-bk.png);
    background-repeat: no-repeat;
    background-size: contain;
    line-height: 41px;

}

.slider .profile {
    width: 100px;
    height: 100px;
}

.testimonial-img {
    border: 3px dotted white;
    border-radius: 50%;
    padding: 4px;
    margin-bottom: -87px;
    margin-right: 66px;
    width: 150px;
    height: 150px;
}

.min-h-200 {
    margin-top: 75px;
    min-height: 240px;
}

.wpcf7 {
    position: absolute;
    z-index: 99999999;
    padding: 114px 50px 39px;
    right: 283px;
    top: 0;
    border-radius: 10px;
    background: url("img/squares2.png") white;
    background-position: top right;
    background-repeat: no-repeat;
}

li.active {
    line-height: 75px;
    border-bottom: 5px solid #409a3d;
}

main.our-work-single {
    background: url(img/new/10-new.png);
    background-size: cover;
    background-position: left;
}

.bk-our-work-1 {
    background: url("img/squares2.png");
    background-position: top right;
    background-repeat: no-repeat;
}

.bk-our-work-2 {
    background: url(img/new/6-left.png);
    background-repeat: no-repeat;
    background-position: 0 99px;
    height: 465px;
    font-weight: bold;
}

.bk-our-work-2 h1 {
    color: white;
    font-size: 5rem;
    font-weight: bold;
}

.bk-our-work-3 {
    background: url(img/new/11.png);
    background-repeat: no-repeat;
    background-position: 0 310px;
}

.bk-box {
    height: 40px;
    background: url(img/new/12.png);
    background-repeat: repeat-x;
}

.bk-motion-repeats {
    background: url(img/new/10-new.png);
    background-size: contain;
    position: relative;
    padding: 50px 0;
}

.section-title {
    color: #72bf44;
    font-size: 4rem;
}

main {
    position: relative;
    background: #282626;
}

header {
    background: #111;
}

.img-sperator {
    position: absolute;
    top: -99px;
    right: 11%;
    width: 80%;
    margin: 0 auto
}

.fixed-top .navbar,
.fixed-top .getstarted,
.fixed-top .logo {
    display: none !important;
}

.fixed-top .sub-logo {
    display: block !important;
    width: 100%;
    text-align: center;
}

.fixed-top .sub-logo img {
    /* width: 199px; */
    margin: auto;
    margin: 10px;
    height: 70px;
}

.sub-logo {
    display: none !important;

}