
.my-counter1 {
    background-image: url('../img/brands1.jpg');
    align-items: center;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.box1 {
    border: 1px solid #c49b63;
    max-width: 90%;
    position: relative;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    background-color: rgba(0,0,0,0.7);
    color: white;
    font-size: 30px;
    text-transform: uppercase;
    min-height: 15vh;
    padding-top: 5%;
}


@media (min-width: 1200px) {
    #first-box {
        padding-left: 0px;
        padding-right: 40px;
    }
}

.one {
    background-image: url('../img/img2.jpg');
}

.two {
    background-image: url('../img/img1.jpg');
}


.one1 {
    background-color: sandybrown;
    background-image: url('../img/about1.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.two1 {
    background-color: #c49b63;
}

.two1 .h2 {
    padding-top: 150px;
}

.two1 img {
    width: 10%;
    height: 10%;
}



.story{
    height: 65vh;
    background-color: rgba(0,0,0,0.4);
    width: 40%;
    position: absolute;
    right: 250px;
    margin-top: 100px;
    z-index: 999;
}

.story-text {
    margin-left: 100px;
    margin-right: 100px;
}

.who-we {
    position: relative;
    left: 80%;
}

.box1 {
    margin-left: 0;
    margin-right: 0;
}

@media (max-width: 400px) {
    .who-we {
        position: relative;
        left: 60%;
    }
    
}

/*
.section1{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: #095a55;
}

.section1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: #fff38e;
}

.container {
    position: relative;
    min-width: 1100px;
    min-height: 550px;
    display: flex;
    background: #fff;
}

.container .contactInfo{
    position: absolute;
    top: 40px;
    width: 350px;
    height: calc(100% - 80px);
    background: #095a55;
    z-index: 1;
    padding: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 20px 25px rgba(0,0,0,0.15);
}

.container .contactForm {
    position: absolute;
    padding: 70px 50px;
    padding-left: 250px;
    margin-left: 150px;
    width: calc(100% - 150px);
    height: 100%;
    background: #fff;
    box-shadow: 0 50px 50px rgba(0,0,0,0.15);
}*/

hr {
    background: white;
}


.contact-form {
    background: rgba(0,0,0, .6);
    color: white;
    margin-top: 100px;
    padding: 20px;
    box-shadow: 0 0 10px 3px grey;
}

.formC {
    padding-top: 75px;
}

textarea {
    resize: none;
}



textarea:hover, 
input:hover, 
textarea:active, 
input:active, 
textarea:focus, 
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active
{
    outline:0px !important;
    -webkit-appearance:none;
    box-shadow: none !important;
}


.form-control{
    border-radius: 0;
    border-width: 0 0 1px 0;
    outline-color: red;
    background: none;
}

.form-control::placeholder{
    color: #c49b63;
}


.form-control:hover, .form-control:focus{
    border-radius: 0;
    color: white;
    outline-color: red;
    background: none;
}


.title10 {
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 48px;
    padding-bottom: 20px;
    color: #5543ca;
    background: linear-gradient(to right, #08546C 0%, #022534 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}




/************************************
************************************/

.about-akhak {
    min-height: 100vh;
    background-color: black;
}

#about-img1 {
    min-height: 100vh;
    background-image: url('../img/img1.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#about-img2 {
    background-image: url('../img/img2.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*
.about-us {
    position: relative;
    z-index: 999;
    
    left: 50%;
    transform: translate(-30%, -450%);
    background-color: rgba(0,0,0, .6);
    color: white;
    max-width: 500px;
    height: 350px;
    
}*/

.about-us {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

/*
.bg-dark li a{
    padding-left: 25px;
}
*/



.our-story img{
    width: 150px;
    height: 150px;
}

#about-one {
    font-size: 18px;
    padding-top: 20px;
    text-align: justify;
}
#about-four {
    font-size: 18px;
    padding-top: 20px;
    text-align: justify;
}
#about-five {
    font-size: 18px;
    padding-top: 20px;
    text-align: justify;
}

.vl {
    border-left: 1px solid red;
    height: 70px;
    position: relative;
    left: 50%;
    margin-left: 0;
    top: 0;
  }


  .text {
      color: #c49b63;
      font-size: 25px;
  }






@media (max-width: 768px) {
    .our-story {
        text-align: justify;
    }
    .our-story img{
        max-width: 100px;
        max-height: 100px;
    }
    #about-one {
        order: 2;
        padding-top: 0;
    }
    #about-two {
        order: 1;
    }
    #about-four {
        padding-top: 0;
    }
    #about-five {
        padding-top: 0;
        order: 2;
    }
    #about-six {
        order: 1;
    }
    .story-one {
        order: 2;
    }
    .story-two {
        order: 1;
    }
    .vl{
        left: 68px;
    }
    .two1 .h2 {
        padding-top: 75px;
    }
    .two1 img {
        width: 20%;
        height: 20%;
        padding-bottom: 25px;
    }
    .story-text {
        margin-left: 30px;
        margin-right: 30px;
        padding-bottom: 25px;
    }
    .my-counter h3 {
        font-size: 25px;
    }
    .box1 {
        margin-bottom: 50px;
        max-width: 100%;
        margin-left: 1%;
        font-size: 25px;
        min-height: 15vh;
        padding-top: 5%;
    }
    .box1 .icon {
        margin-top: 0 !important;
    }
    .brief-desc {
        min-height: 100vh;
    }
    .who-we {
        font-size: 28px;
    }
    .who-we-desc {
        font-size: 16px !important;
    }
    .story-text {
        font-size: 16px !important;
    }
    .story-one h2 {
        font-size: 28px;
        margin-right: 38px !important;
    }
    .my-counter1 h3 {
        font-size: 28px !important;
    }
}





@media (min-width: 1000px) {
    .about3 {
        padding-bottom: 50px;
    }
}