/*Bread Section*/

.bread-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 90px;
    text-align: left;
    color: #606061;
}

.bread-text {
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
    font-size: 1.3rem;
    width: 80%;
    padding: 1rem 0;
    color: #000000;
    line-height: 1.4;
}

.breadshirt {
    font-weight: 600;
    color: rgb(31, 31, 31);
}

.bread-btn-container {
    text-align: center;
}

.bread-btn {
    margin-top: 80px;
    background: none;
    color: #727376;
    padding: .5rem 1rem;
    font-size: 20px;
    border: 2px solid #808185;
    border-radius: 40px;
}

.col-img {
    width: 100%;
    margin: 0 auto;
}

.bread-btn:hover {
    background-color:rgb(216, 216, 216);
    cursor: pointer;
    box-shadow: 0px 1px 10px -3px;
}

/*Mission Section */

.mcol {
    justify-content: center;
    align-items: center;
    padding: 0 1rem;
    flex: 1 0 200px;
}

.mcol .section-title {
    margin-top: -2rem;
}

.mcol-img {
    width: 100%;
    margin: 0 auto;
}

.col-btn {
    margin-top: 80px;
    background: white;
    color: #727376;
    padding: .5rem 1rem;
    font-size: 20px;
    border-radius: 40px;
}

.btn-container {
    text-align: center;
}

/*Clients Section*/

.logo-container {
    padding: 6rem 0;
    flex: 1 0 150px;
}

.logorow {
    display: flex;
    flex-wrap: wrap;
}

.toprow {
    margin-bottom: 100px;
}

.logocol {
    width: 100%;
    flex: 1 0 150px;
    display: grid;
    place-items: center;
}

.logoimage:hover {
    filter: brightness(50%);
    cursor: pointer;
}

/*Services Section*/

.serv-cont {
    width: 1236;
    height: 810px;
    display: flex;
    overflow: hidden;
}

.serv-section {
    padding: 100px 0;
}

.serv-title {
    font-size: 60px;
    color: #727376;
    margin-bottom: 0;
    margin-top: 0;
    transform: translateY(80px)
}

.serv-text {
    padding-top: 5rem;
    font-size: 25px;
}

.slideimg {
    width:100%;
    flex-shrink: 0;
    height: 100%;
    transition: 1s ease-in-out;
    -webkit-transition: 1s ease-in-out;
}

.slide1 {
    transform: translateX(-100%);
    -webkit-transform:translateX(-100%);
}

.slide2 {
    transform: translateX(-200%);
    -webkit-transform:translateX(-200%);
}

.serv-img {
    width:100%;
    
}

.serv-cont .col {
    width: 400px;
}

/*Features Section*/

.feature-title {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 80px;
}

.feature-text {
    font-size: 30px;
    float: right;
    padding-left: 2rem;
}

.featurecard {
    width: 90%;
    overflow: hidden;
    margin-bottom: 100px;
}

.featurecard.right {
    float: right;
}

.img-container {
    overflow: hidden;
    text-align: right;
}

.featureimg {
    width: 100%;
    transition: transform 1s;
    filter: saturate(50%);
}

.featureimg:hover {
    cursor: pointer;
    filter: saturate(100%);
    transform: scale(1.1);
    transition: transform 1s;
}

.img-container {
    overflow: hidden;
    text-align: right;
}

.featurehead {
    text-align: left;
    line-height: 30px;
    font-size: 40px;
    margin-top: 1rem;
    margin-bottom: .5rem;
}

.featurehead a {
    text-decoration: none;
    color: white;
}

.featurehead:hover {
    text-decoration: underline;
    cursor: pointer;
}

.featuredescr {
    text-align: left;
    margin-top: 1rem;
    line-height: 30px;
    font-size: 1.3rem;
    margin-bottom: 4rem;
}

.col.right {
    padding-top: 8rem;
}

.fbtn-container {
    padding: 10rem 0 0 0;
    text-align: center;
}

.features {
    padding: 5rem 0 0 0;
    justify-content: space-between;
}

.col-btn:hover {
    background-color:rgb(216, 216, 216);
    cursor: pointer;
    box-shadow: 0px 1px 10px -3px;
}

/*Services Section*/

.slider-cont {
    display: flex;
}

.slider {
    height: 5px;
    border-radius: 20px;
    width: 150px;
    background-color: rgb(139, 139, 139);
}

.serv-cont .row {
    width: 150%;
    overflow: hidden;
}

.s2 {
    margin: 0 1rem;
}

/* About Section */

.abtn-container {
    text-align: center;
}

.acol-btn {
    margin-top: 20px;
    background: white;
    color: #727376;
    padding: .5rem 1rem;
    font-size: 20px;
    border-radius: 40px;
    border: 2px solid #727376;
}

.acol-btn:hover {
    background-color:rgb(216, 216, 216);
    cursor: pointer;
    box-shadow: 0px 1px 10px -3px;
}

.about-title {
    margin-top: 0;
    font-size: 50px;
    text-align: center;
    color: #727376;
}

/*Director Section */

.abtn-container {
    font-size: 60px;
}

.dir-text {
    line-height: 2;
    font-size: 60px;
    color: #727376;
}

.dirsection {
    width: 80%;
    margin-top: 0;
    text-align: left;
    font-size: 60px;
}

.dir-black {
    background-color: #26242F;
    display: grid;
    place-items: center;
}

.dir-gray {
    background-color: rgb(54, 52, 58);
    overflow: hidden;
}

.fadein { 
	opacity: 0;
    transition: opacity 250ms ease-in;
}

.fadein.appear {
    opacity: 1;
}

@media screen and (max-width: 1100px) {
    .breadcol {
        padding: 1rem;
    }

    .serv-section {
        padding: 0;
        padding-top: 40px;
    }

    .serv-cont {
        width: 636;
        height: 410px;
    }

    .bread-title {
        font-size: 2rem;
    }
    
    .bread-text {
        font-size: 1.2rem;
    }

    .bread-btn, .feature-btn {
        padding: .5rem 1.4rem;
        font-size: 1.2rem;
    }

    .slider {
        width: 100px;
    }

    .serv-title {
        padding: 0 1rem;
        font-size: 60px;
    }

    .serv-text {
        padding: 5rem 1rem;
    }

    .slideimg-cont {
        width: 610px;
        height: 400px;
    }

    .slider-cont {
        padding: 0 1rem;
    }

    .dir-text {
        line-height: 1.5;
        font-size: 30px;
    }

    .acol-btn {
        font-size: 20px;
    }

    .featured .col-btn {
        margin-top: 20px;
        font-size: 20px;
    }
    
    .features {
        padding: 0 1rem;
    }

    .feature-text {
        font-size: 1.3rem;
    }

    .mcol .col-btn {
        margin-top: 60px;
        font-size: 20px;
    }

    .about-title {
        font-size: 40px;
    }

}

@media screen and (max-width: 600px){
    .bread-btn {
        margin-top: 40px;
    }

    .mobile {
        display: block;
    }
    
    .desktop {
        display: none;
    }

    .mcol .section-title {
        margin-top: 0;
    }

    .breadcol, .leftmcol {
        margin-bottom: 3rem;
    }

    .mcol .col-btn {
        margin-top: 40px;
    }

    .csection-title {
        text-align: center;
    }

    .csection-text {
        font-size: 1.3rem;
        text-align: center;
    }

    .logocol {
        flex: none;
        margin: 30px 0;
    }

    .logo-container {
        padding: 0;
    }

    .toprow {
        margin-bottom: 0;
    }

    .feature-title {
        font-size: 40px;
    }

    .featurecard {
        width: 100%;
        margin-bottom: 0;
    }

    .featurehead {
        font-size: 30px;
    }

    .featuredescr {
        font-size: 1.5rem;
    }

    .feature-text {
        font-size: 1.1rem;
        padding-left: 0;
    }

    .col.right {
        padding-top: 0;
    }

    .serv-section .row {
        padding: 1rem;
    }

    .serv-title {
        font-size: 40px;
        text-align: center;
    }

    .serv-text {
        padding-bottom: 0;
        text-align: center;
    }

    .serv-cont .row {
        flex-wrap: nowrap;
        width: 400%;
    }

    .slideimg-cont {
        width: 310px;
        height: 200px;
    }

    .serv-cont .col {
        flex: none;
        padding: 0;
    }

    .serv-cont {
        padding: 0;
    }

    .about-title {
        font-size: 30px;
    }

    .dirsection {
        padding: 2rem 0 3rem 0;
    }

}
