/* Start Global Ruals*/
*{
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-sizing;
}
h1,h2{
    padding: 0 auto;
    margin: 0 auto;
    color: var(--a-color);
}
p{
    color: var(--p-color);
}
html{
    scroll-behavior: smooth;
}
body{

    font-family: 'Work Sans', sans-serif;
}
body::-webkit-scrollbar {
    width: 10px;
    border-radius:6px;
    background-color: #F5F5F5;
}
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(255, 255, 255);
    background-color: #F5F5F5;
}
body::-webkit-scrollbar-thumb {
    background-color:var(--b-color);
}
/* Start Variables */
:root {
    --main-color: #29de92;
    --a-color: #10375c;
    --b-color:#bae8e8;
    --p-color:#3d3d3d;

}
/* Start framwork*************************************/
.padding-top{
    padding-top: 120px;
    padding-bottom: 120px;
}
/*Madi Quaire*/
/* **************Small**************/
@media (min-width: 0px) and (max-width: 767px) {

    .header{
        position: relative;
    }
    .header .links{
        z-index: 5;
        position: absolute;

    }
    .header .links:hover .icon span:nth-child(2){
        width: 100%;
    }
    .header .links .icon{
        margin-top: 10px;
        padding-top: 15px;
        width: 30px;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
    }  
    .header .links:hover ul{
        display: block;
        position: absolute;
        top: 0;
        right:0;
    }
    .header .links:hover ul li{
        width: 100%;
    }
    .header .links .icon span{
        background-color:var(--a-color);
        margin-bottom:5px;
        height: 2px;
    }
    .header .links .icon span:first-child{
        width: 100%;
    }
    .header .links .icon span:nth-child(2){
        width: 60%;
        transition: 0.3s;
    }
    .header .links .icon span:last-child{
        width: 100%;
    }
    .header .links ul{
        list-style: none;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        right: 0;
        color: var(--a-color);
        min-width: 200px;
        background-color:#fff;
        display: none;  
        box-shadow: 0 1px 20px 0 rgb(46 61 73 / 20%); 
    }
    .header .links ul li a{
        padding: 15px;
        display: block;
        color:var(--main-color);
        text-decoration: none;
        transition: 0.3s;
        width: 100%;
    }
    .header .links ul li a:hover{
        padding-left: 2px;
    }
    .header .links ul li:not(:last-child) a{
        border-bottom: 1px solid #ddd;
    }
}

/*****Start Header*************************************************/
.header{
    min-height: 80px;
    top: 0;
    width: 100%;
    z-index: 6000;
    background: #fff;
    -webkit-box-shadow: 0 1px 20px 0 rgb(46 61 73 / 20%);
    -moz-box-shadow: 0 1px 20px 0 rgb(46 61 73 / 20%);
    box-shadow: 0 1px 20px 0 rgb(46 61 73 / 20%);
} 
.header .links{
    position: relative;
}

.header .links ul{
    list-style: none;
    margin: 0;
    padding: 20px;
    position: relative;
    right: 0;
    min-width: 200px;

}
.header .links ul li{
    float: left;
    transition: 0.3s;
}
.header .links ul li a{
    padding: 15px;
    display: block;
    color: var(--main-color);

}


.header .links{
    position: relative;
}

.header .links ul{
    list-style: none;
    margin: 0;
    padding: 20px;
    position: relative;
    right: 0;
    min-width: 200px;

}
.header .links ul li{
    float: left;
    transition: 0.3s;
}
.header .links ul li a{
    padding: 15px;
    display: block;
    color: var(--a-color);
    text-decoration: none;
    transition: 0.3s;
}
.header .links ul li:hover{
    background-color:var(--b-color);
    margin: 0px 5px;
}
.logo{
    margin: 0px;
}
.logo a{
    text-decoration: none;

}
.logo img{
    height: 72px;
    margin: 0px;
    object-fit: fill;
    object-position: center;
    margin: 0px;
}
.logo h1{
    font-size: 17px;
    letter-spacing: 7px;
    color:var(--a-color);
    margin-top: 1px;
}
.logo h1 span{
    font-size: 17px;
    letter-spacing: 7px;
    padding-left: 56px;
    color: #666;
} 
.fixed{
    position: fixed;
    top:0;
    z-index: 15;
    width: 100%;
}
/* End Header*/
/*Start Section Home*/

.home .container{
    padding-top: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.home{
    background-image: url(../img/sofetscape.jpg);
    background-blend-mode: overlay;
    background-size: cover;
/*height: 82.6vh;*/
height: 100vh;
position: relative;
}
.home .overly{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color:#10375c80;
    z-index: 1;
}

.home h1{
    z-index:2 ;
    position: relative;
    margin: 0 auto;
    padding-top: 100px;
    text-align: center;
    color: #fff;
    line-height: 50px;

}
.auto-input{
    color:var(--main-color);
}
.home p{
    z-index:3;
    position: relative;
    padding: 0;
    padding-bottom: 30px;
    margin: 0;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: white;
}
.home .button{
    text-align: center;
    background-color: initial;
    width: 200px;
    padding: 15px;
    margin: 10px;
    font-size: 18px;
    color: #fff;



    z-index: 2;
    border: 2px solid #fff;
}
.home .button:hover{
    background-color:var(--b-color);
    color: var(--a-color);
}
/******* Start Custmer Reviws***************************************************/

.box-header{
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
    flex-direction: column;
}
.box-header span{
    text-align: center;
    font-size: 14px;
    color: #6f6f6f;
    margin-top: 30px;
    padding: 20px atuo;
}
.box-header h1{
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #fff;
    margin: 10px auto;
    text-align: center;
    text-transform:capitalize;
    background: #222;
    padding: 5px;
}

.box-container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%; 

}
.box{
    width: 400px;
    box-shadow: 2px 2px 30px rgb(0, 0,0,0.1);
    background-color: #fff;
    cursor: pointer;
    padding: 20px;
    margin: 15px;
    transition: 0.3s;
    padding: 30px;
}
.box:hover{
    transform: translate(10px,10px);
}
.box-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.box-top .profile{
    display: flex;
    align-items: center;
    margin: 0px;
    padding: 0px;
}
.box-top .profile-img{
    width: 50px;
    height: 50px;
}
.box-top .profile-img img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}
.profile .name-user{
    padding-left: 10px;
    display: flex;
    flex-direction: column;
}
.name-user span{
    color: #979797;
    font-size: 0.8rm;
}
.name-user strong{
    color: #3d3d3d;
    font-size: 1.1rm;
    letter-spacing: 0.5px;
}
.reviws{
    color: #f9d71c;
    display: flex;
    justify-content: flex-end;
    margin: 0px;
}
.comment-clients p{
    font-size: 0.9rem;
    line-height: normal;
    color: #4b4b44;
}

/******* Start Serves ********************************************************/
.box-serves{
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 300px;
    box-shadow: 2px 2px 30px rgb(0 0 0 / 10%);
    background-color: #fff;
    cursor: pointer;
    padding: 20px;
    transition: 0.3s;
    align-items: center;

}
.box-serves .img-box{
    width: 150px;
    height: 150px;
}
.box-serves .img-box img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}
.titel-box{
    padding: 20px;

}
.box-serves:hover{
    box-shadow: 0 1px 4px rgb(165 201 72), 0 0 40px rgb(199 218 71);
}


/******* Start Project***********************************************/
.box-project{
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 250px;
    height: 400px;
    box-shadow: 2px 2px 30px rgb(0 0 0 / 10%);
    background-color: #fff;
    cursor: pointer;
    padding: 20px;
    margin: 15px;
    transition: 0.3s;

}
.box-project .img-box{
    width: 100%;
    height: 65%;
}
.box-project .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.titel-box{
    padding: 20px;

}
.titel-box h2{
    text-align: center;
    padding: 5px;
    font-weight: 800;
    font-size: 20px;
}
.titel-box p{
    color: #6f6f6f;
    line-height: 18px;
    text-align: center;
}
.box-project:hover{
    box-shadow: 0 1px 4px rgb(165 201 72), 0 0 40px rgb(199 218 71);
}

/* Start About *********************************************************/
.about .container{
    display: flex;
    justify-content: center;
    flex-direction: row;
}

.about .title-about{
    padding: 20px;
    width: 50%;
}
.about .title-about h2{
    font-size: 40px;
    line-height: 2;
    color: #333;
}
.about .title-about p{
    color: #6f6f6f;
    padding: 10px;
}
.about .img-about{
    display: grid;
    grid-column-gap: 10px;
    grid-template-columns: auto auto;
    background: #ffffff;
    box-shadow: 2px 2px 30px rgb(0 0 0 / 10%);
    padding: 10px;
}
.about .img-about img{
    width: 200px;
    height:250px;
    object-fit: cover;
    object-position: center;
    padding: 5px;
    border-radius: 20px;
}
.about .img-about:hover{
    box-shadow: 0 1px 4px rgb(165 201 72), 0 0 40px rgb(199 218 71);
}
/**Start Submit******************************************/
.submit{
    background-image: url(../img/design-serves.jpg);
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    padding-top: 0px;
}

.submit .submit-us {
    display: grid;
    grid-template-columns: auto;
    justify-content: center;
}

.submit .submit-us h2 {
    margin: 50px auto;
    margin-bottom: 50px;
}

.submit .submit-us input {
    box-shadow: 2px 2px 30px rgb(0 0 0 / 10%);
    display: block;
    padding: 15px;
    background: #fff;
    color: var(--a-color);
    width: 300px;
    margin: 10px;
    border: none;
    font-size: 1.2em;
    border-radius: 3px;
}

.submit .submit-us input:focus {
    outline-width: 0;
}

.submit .submit-us button {
    box-shadow: 2px 2px 30px rgb(0 0 0 / 10%);
    display: block;
    padding: 15px;
    background: #fff;
    color: var(--a-color);
    width: 300px;
    margin: 10px;
    border: none;
    font-size: 1.2em;
    border-radius: 3px;
    background-color: var(--main-color);
    color: #fff;
}

.submit .submit-us textarea {
    box-shadow: 2px 2px 30px rgb(0 0 0 / 10%);
    display: block;
    padding: 15px;
    background: #fff;
    color: var(--a-color);
    width: 300px;
    margin: 10px;
    border: none;
    font-size: 1.2em;
    border-radius: 3px;
}
.submit .submit-us textarea:focus{
    outline-width: 0;
}
.link-social{
    background: #ffffff42;
    border-radius: 10px;
    padding: 0;
}
.link-social i{
    font-size: 3em;
    margin: 10px 5px;
    transition: 0.3s;
    border-radius: 50%;
    padding: 10px;
    color: var(--a-color);

}
.link-social i:hover{
    color: var(--main-color);
    transform: translate(0px,-10px);
}
/**Footer****************************************/
footer{
    color: #6f6f6f;
    font-size: 17px;
    width: 100%;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 15px;
}

.why {
    color: #313437;
    background-color: #eef4f7;
}

.why p {
    color: #7d8285;
}

.why h2 {
    font-weight: bold;
    padding-top: 40px;
    color: inherit;
}

@media (max-width:767px) {
    .why h2 {
        margin-bottom: 25px;
        padding-top: 25px;
        font-size: 24px;
    }
}

.why .intro {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto;
}

.why .intro p {
    margin-bottom: 0;
}

.why .people {
    padding: 50px 0 20px;
}

.why .item {
    margin-bottom: 32px;
}

@media (min-width:768px) {
    .why .item {
        height: 220px;
    }
}

.why .item .box {
    padding: 30px;
    background-color: #fff;
    position: relative;
}

.why .item .box:after {
    content: '';
    position: absolute;
    left: 30px;
    bottom: -24px;
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-width: 12px 15px;
    border-top-color: #fff;
}

.why .item .author {
    margin-top: 28px;
    padding-left: 25px;
}

.why .item .name {
    font-weight: bold;
    margin-bottom: 2px;
    color: inherit;
}

.why .item .title {
    font-size: 13px;
    color: #9da9ae;
}

.why .item .description {
    font-size: 15px;
    margin-bottom: 0;
}

.why .item img {
    max-width: 40px;
    float: left;
    margin-right: 12px;
    margin-top: -5px;
}

.article-dual-column {
    color: #56585b;
    background-color: #fff;
    font-family: 'Lora', serif;
    font-size: 14px;
}

.article-dual-column .intro {
    font-size: 16px;
    margin: 0 auto 30px;
}

.article-dual-column .intro h1 {
    font-size: 32px;
    margin-bottom: 15px;
    padding-top: 20px;
    line-height: 1.5;
    color: inherit;
    margin-top: 25px;
}

.article-dual-column .intro p {
    color: #929292;
    font-size: 12px;
}

.article-dual-column .intro p .by {
    font-style: italic;
}

.article-dual-column .intro p .date {
    text-transform: uppercase;
    padding: 4px 0 4px 10px;
    margin-left: 10px;
    border-left: 1px solid #ddd;
}

.article-dual-column .intro p a {
    color: #333;
    text-transform: uppercase;
    padding-left: 3px;
}

.article-dual-column .intro img {
    margin-top: 25px;
}

.article-dual-column .text p {
    margin-bottom: 20px;
    line-height: 1.45;
}

@media (min-width:768px) {
    .article-dual-column .text p {
        font-size: 16px;
    }
}

.article-dual-column .text h2 {
    margin-top: 28px;
    margin-bottom: 20px;
    line-height: 1.45;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

@media (min-width:768px) {
    .article-dual-column .text h2 {
        font-size: 20px;
    }
}

.article-dual-column .text figure {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
}

.article-dual-column .text figure img {
    margin-bottom: 12px;
    max-width: 100%;
}

@media (max-width:767px) {
    .article-dual-column .toc {
        border: 1px solid #d3d3d3;
        padding: 20px 0 15px;
        margin-bottom: 20px;
        border-width: 1px 0;
    }
}

.article-dual-column .toc p {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}

.article-dual-column .toc ul {
    padding-left: 20px;
    font-size: 13px;
    margin-bottom: 0;
}

.article-dual-column .toc li {
    padding: 2px 0;
}

.article-dual-column .toc a {
    color: inherit;
}

.services {
    color: #313437;
    background-color: #fff;
}

.services p {
    color: #7d8285;
}

.services h2 {
    font-weight: bold;
    margin-bottom: 40px;
    padding-top: 40px;
    color: inherit;
}

@media (max-width:767px) {
    .services h2 {
        margin-bottom: 25px;
        padding-top: 25px;
        font-size: 24px;
    }
}

.services .intro {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto 10px;
}

.services .projects {
    padding-bottom: 40px;
}

.services .item {
    padding-top: 60px;
    min-height: 160px;
}

@media (max-width:767px) {
    .services .item {
        padding-top: 40px;
        min-height: 160px;
    }
}

.services .item .name {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 15px;
    color: inherit;
}

@media (max-width:991px) {
    .services .item .name {
        margin-top: 22px;
    }
}

.services .item .description {
    font-size: 15px;
    margin-bottom: 0;
}

.projects-clean {
    color: #313437;
    background-color: #fff;
}

.projects-clean p {
    color: #7d8285;
}

.projects-clean h2 {
    font-weight: bold;
    margin-bottom: 40px;
    padding-top: 40px;
    color: inherit;
}

@media (max-width:767px) {
    .projects-clean h2 {
        margin-bottom: 25px;
        padding-top: 25px;
        font-size: 24px;
    }
}

.projects-clean .intro {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto;
}

.projects-clean .intro p {
    margin-bottom: 0;
}

.projects-clean .projects {
    padding-bottom: 40px;
}

.projects-clean .item {
    text-align: center;
    padding-top: 50px;
    min-height: 425px;
}

.projects-clean .item .name {
    font-weight: bold;
    margin-top: 28px;
    margin-bottom: 8px;
    color: inherit;
}

.projects-clean .item .description {
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 0;
}

.gallery {
    color: #313437;
    background-color: #fff;
}

.gallery p {
    color: #7d8285;
}

.gallery h2 {
    font-weight: bold;
    margin-bottom: 40px;
    padding-top: 40px;
    color: inherit;
}

@media (max-width:767px) {
    .gallery h2 {
        margin-bottom: 25px;
        padding-top: 25px;
        font-size: 24px;
    }
}

.gallery .intro {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto 40px;
}

.gallery .intro p {
    margin-bottom: 0;
}

.gallery .photos {
    padding-bottom: 20px;
}

.gallery .item {
    padding-bottom: 30px;
}

.submit {
    color: #313437;
    background-color: #fff;
    padding: 50px 0;
}

.submit p {
    color: #7d8285;
}

.submit h2 {
    font-weight: bold;
    margin-bottom: 25px;
    line-height: 1.5;
    padding-top: 0;
    margin-top: 0;
    color: inherit;
}

.submit .intro {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto 25px;
}

.submit .buttons {
    text-align: center;
}

.submit .buttons .btn {
    padding: 16px 32px;
    margin: 6px;
    border: none;
    background: none;
    box-shadow: none;
    text-shadow: none;
    opacity: 0.9;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 0.4px;
    line-height: 1;
    outline: none;
    background-color: #ddd;
}

.submit .buttons .btn:hover {
    opacity: 1;
}

.submit .buttons .btn:active {
    transform: translateY(1px);
}

.submit .buttons .btn-primary {
    background-color: #055ada;
    color: #fff;
}

.footer {
    padding: 50px 0;
    color: #f0f9ff;
    background-color: #343a40;
}

.footer h3 {
    margin-top: 0;
    margin-bottom: 12px;
    font-weight: bold;
    font-size: 16px;
}

.footer .copyright {
    text-align: center;
    padding-top: 24px;
    opacity: 0.3;
    font-size: 13px;
    margin-bottom: 0;
}

.about {
    color: #313437;
    background-color: #fff;
    padding-bottom: 30px;
}

@media (max-width:767px) {
    .about {
        padding-bottom: 10px;
    }
}

.about p {
    color: #7d8285;
}

.about h2 {
    font-weight: bold;
    margin-bottom: 40px;
    padding-top: 40px;
    color: inherit;
}

@media (max-width:767px) {
    .about h2 {
        margin-bottom: 25px;
        padding-top: 25px;
        font-size: 24px;
    }
}

.about .intro {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto 60px;
}

@media (max-width:767px) {
    .about .intro {
        margin-bottom: 40px;
    }
}

.about .item {
    min-height: 100px;
    padding-left: 80px;
    margin-bottom: 40px;
}

@media (max-width:767px) {
    .about .item {
        min-height: 0;
    }
}

.about .item .name {
    font-size: 20px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 20px;
    color: inherit;
}

.about .item .description {
    font-size: 15px;
    margin-bottom: 0;
}

.about .item .icon {
    font-size: 40px;
    color: #1485ee;
    float: left;
    margin-left: -65px;
}

.submit-clean {
    background: #f1f7fc;
    padding: 80px 0;
}

@media (max-width:767px) {
    .submit-clean {
        padding: 20px 0;
    }
}

.submit-clean h2 {
    margin-top: 5px;
    font-weight: bold;
    font-size: 28px;
    color: inherit;
}

.submit-clean .form-group:last-child {
    margin-bottom: 5px;
}

.submit-clean form .form-control {
    background: #fff;
    border-radius: 2px;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.05);
    outline: none;
    color: inherit;
    padding-left: 12px;
    height: 42px;
}

.submit-clean form .form-control:focus {
    border: 1px solid #b2b2b2;
}

.submit-clean form textarea.form-control {
    min-height: 100px;
    max-height: 260px;
    padding-top: 10px;
    resize: vertical;
}

.submit-clean form .btn {
    padding: 16px 32px;
    border: none;
    background: none;
    box-shadow: none;
    text-shadow: none;
    opacity: 0.9;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 0.4px;
    line-height: 1;
    outline: none !important;
}

.submit-clean form .btn:hover {
    opacity: 1;
}

.submit-clean form .btn:active {
    transform: translateY(1px);
}

.submit-clean form .btn-primary {
    background-color: #055ada !important;
    margin-top: 15px;
    color: #fff;
}

.img {
    padding-bottom: 15px;
}

body {
    font-family: "Lato", sans-serif;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    text-align:center;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    display: block;
    transition: 0.3s;

}

.sidenav a:hover{
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

.bgimg {
    background-image: url(../img/88.jpg);
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.semilayer {
    padding: 18px;
    background: #111;
    color: #fff;
    margin: 0 auto;
    width: 80%;
    opacity: 0.8;
}

/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {
    .bgimg-1 {
        background-attachment: scroll;
    }
}

.logo {
    height: 50px;
}