* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
}


@font-face {
    font-family: 'M-Bol';
    src: url(/Fonts/Montserrat-Bold/Montserrat-Bold.ttf);
}

@font-face {
    font-family: 'MLight';
    src: url(/Fonts/Montserrat-Bold/Montserrat-Light.ttf);
}

@font-face {
    font-family: 'M-Med';
    src: url(./Fonts/Montserrat-Bold/Montserrat-Medium.ttf);
}

@font-face {
    font-family: 'MReg';
    src: url(./Fonts/Montserrat-Bold/Montserrat-Regular.ttf);
}

/* ------------------------------------------ Nav with landing page ------------------------------------------- */

.landngpage{
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}
.image {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 0;
    background-color: rgb(0, 34, 64, 0.8);
    width: 50%;
    height: 100%;
    animation-name: slidefromright;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    opacity: 0;
}
@keyframes slidefromright {
    0% {
            transform: translateX(300px);
            opacity: 0;
        }
    
        100% {
            transform: translateX(0px);
            opacity: 1;
        }
}


.text {
    color: white;
    font-size: 50px;
    font-family: "Montserrat";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: nowrap;
}

.responsive-bar {
    display: none;
}

nav {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 80px;
    padding: 10px 20px;
    box-sizing: border-box;
    z-index: 2;
    background: rgb(0, 73, 135);
}

nav.black {
    background: rgb(0, 73, 135);
    height: 80px;
    padding: 10px 50px;
}

nav .logo {
    float: left;
}


nav .logo img {
    height: 150px;
    margin-top: -45px;
    width: 200px;
}


nav>ul {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    font-family: "Montserrat";
    margin-top: -12px;
}

nav>ul>li {
    list-style: none;
    display: inline-block;
}

nav>ul>li>a:hover {
    border-bottom: 1px solid white;
    color: #fff;
}

nav>ul>li>a {
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    /*for capitalisation of letters */
    line-height: 80px;
    padding: 5px 20px;
    font-size: 12px;
   
}


/* ------------------------------------------ Quality ------------------------------------------- */

.qual {
    width: 100%;
    background-color: white;
    overflow: hidden;
    position: relative;
    height: 120vh;
}

#quality {
    font-family: 'Montserrat';
    color: rgb(0, 73, 135);
    font-size: 35px;
    margin-top: 80px;
    text-align: center;
    font-weight: 500;
}

#ti {
    font-family: 'Montserrat';
    color: rgb(0, 73, 135);
    font-size: 25px;
    margin-top: 120px;
    text-align: center;
    font-weight: 500;
}

.t {
    display: flex;
    justify-content: center;
}

.im {
    width: 800px;
    height: 700px;
    display: flex;
    justify-content: center;

}

.t .im img {
    width: 100%;
    height: 100%;
    margin-top: -280px;

}

/* ------ sec------------------------ */
#ti2 {
    font-family: 'Montserrat';
    color: rgb(0, 73, 135);
    font-size: 25px;
    text-align: center;
    margin-top: -500px;
    font-weight: 500;
}

.t2 {
    display: flex;
    justify-content: center;
}

.im2 {
    width: 800px;
    height: 700px;
    display: flex;
    justify-content: center;

}

.t2 .im2 img {
    width: 100%;
    height: 100%;
    margin-top: -280px;

}

/* --------- third ---------------- */
#ti3 {
    font-family: 'Montserrat';
    color: rgb(0, 73, 135);
    font-size: 25px;
    text-align: center;
    margin-top: -500px;
    font-weight: 500;
}

.t3 {
    display: flex;
    justify-content: center;
}

.im3 {
    width: 800px;
    height: 700px;
    display: flex;
    justify-content: center;

}

.t3 .im3 img {
    width: 100%;
    height: 100%;
    margin-top: -280px;

}

/* ------------------------------------------ Circle image part  ------------------------------------------- */

.cirimg {
    margin-top: 20px;
    width: 100%;
    height: 50vh;
    position: relative;
    /*overflow: hidden;*/
}

.cirimg img {
    width: 80%;
    height: 50%;
    object-fit: cover;
    margin-left: 130px;
    margin-top: 50px;
    z-index: 0;
}

#small{
    width: 100px;
    height: 50px;
}
/* ------------------------------------------ Standard colours  ------------------------------------------- */

.standcol {
    margin-top: 100px;
    width: 100%;
    height: 110vh;
    position: relative;
    overflow: hidden;
}

#colti {
    font-family: 'Montserrat';
    color: rgb(0, 73, 135);
    font-size: 35px;
    margin-top: 20px;
    text-align: center;
    font-weight: 500;
}

.flexcol{
    margin-top: 50px;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    gap: 20px;
}

.firchild{
    position: relative;
    width: 100px;
    height: 100px;
}

.firchild img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.firchild h3{
    font-family: 'Montserrat';
    color: black;
    text-align: center;
    font-size: 12px;

}

.imagebox{
    position: relative;
    margin-top: 50px;
    height: 495px;
    width: 1100px;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    
}

.imagebox img{
    width: 100%;
    height: 100%;
    object-fit:cover;
}

.firchild button{
    text-decoration: none;
    cursor: pointer;
    background: none;
    border: none;
}


/* ------------------------- Footer ----------------------------- */

.footer-distributed {
    background: rgb(0, 73, 135);
    box-sizing: border-box;
    width: 100%;
    height: 85vh;
    text-align: left;
    padding: 55px 50px;
    position: relative;
    overflow: hidden;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right {
    display: inline-block;
    vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left {
    width: 40%;
        margin: 30px 0 0 0;
         
}


.footer-left {
    
         padding: 0px 100px 0 0;
}
   

/* The company logo */

.footer-distributed h3 {
    color: #ffffff;
    font-size: 17px;
    margin: 0;
    font-family: 'Montserrat';
}

#miniad {
    font-size: 15px;
    color: white;
    padding-right: 50px;
    margin-top: 10px;
    font-family: 'Montserrat';
}

#secad {
    font-size: 15px;
    color: white;
    padding-right: 50px;
    margin-top: 20px;
    font-family: 'Montserrat';
}

/* Footer links */

.footer-distributed .footer-links {
    color: #ffffff;
    padding: 0;
    font-size: 18px;
    /*margin-top: 100px;*/
    font-family: 'Montserrat';
    list-style-type: none
}
.footer-distributed .footer-links ul li{
    color: #ffffff;
    padding: 0;
    font-size: 18px;
    margin-top: 100px;
    font-family: 'Montserrat';
}


.footer-distributed .footer-links a {
    display: inline-block;
    line-height: 40px;
    text-decoration: none;
    color: white;
}

.footer-distributed .footer-company-name {
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}







/* Footer Right */

.footer-distributed .footer-right {
    width: 40%;
    margin-top: 30px;
    margin-left: 20px;
}

.footer-distributed .footer-company-about {
    line-height: 20px;
    color: #ffffff;
    font-size: 15px;
    margin: 0;
    font-family: 'Montserrat';
}

#contac {
    line-height: 20px;
    color: #ffffff;
    font-size: 15px;
    margin: 0;
    margin-top: 20px;
    font-family: 'Montserrat';
}

.footer-end{

position: absolute;
    margin-left: 840px;
    margin-top: -320px;
}


/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 880px) {

    .footer-distributed {
        font: bold 14px sans-serif;
    }

    .footer-distributed .footer-left,
    .footer-distributed .footer-center,
    .footer-distributed .footer-right {
        display: block;
        width: 100%;
        margin-bottom: 40px;
        text-align: center;
    }

    .footer-distributed .footer-center i {
        margin-left: 0;
    }

}

.logs {
    position: absolute;
    width: 400px;
    height: 300px;
    margin-left:-60px;

}

#footlog {
    width: 100%;
    margin-top: -115px;
}


@media only screen and (max-width: 600px) {
    
    nav{
        display:none;
    }
    
   .bg img{
         display:none;
   }
    
    
    #footlog {
    width: 90%;
    margin-top: -115px;
}
    
    #contac a {
    line-height: 20px;
    color: #ffffff;
    font-size: 15px;
    margin: 0;
    margin-top: 20px;
    font-family: 'Montserrat';
    text-decoration:none;
}
    
    
 .footer-left {
    width: 40%;
        margin: 30px 0 0 0;
         padding: 0 !important;
}
    
      .t .im img {
    width: 80%;
    height: 100%;
    margin-top: -280px;
}
    
    .t3 .im3 img {
    width: 80%;
    height: 100%;
    margin-top: -280px;
}
    
    
    .t2 .im2 img {
    width: 80%;
    height: 100%;
    margin-top: -280px;
}

#ti3 {
    font-family: 'Montserrat';
    color: rgb(0, 73, 135);
    font-size: 18px;
    text-align: center;
    margin-top: -500px;
    font-weight: 900;
}

#ti2 {
    font-family: 'Montserrat';
    color: rgb(0, 73, 135);
    font-size: 18px;
    text-align: center;
    margin-top: -500px;
    font-weight: 900;
}
    
    #ti {
    font-family: 'Montserrat';
    color: rgb(0, 73, 135);
    font-size: 18px;
    margin-top: 120px;
    text-align: center;
    font-weight: 900;
}
    
    
    #colti {
    font-family: 'Montserrat';
    color: rgb(0, 73, 135);
    font-size: 30px;
    margin-top: 25px;
    text-align: center;
    font-weight: 700;
}
    
    .firchild {
    position: relative;
    width: 70px;
    
}

.footer-distributed .footer-right {
    width: 100%;
    margin-top: 30px;
     margin-left: 0px; 
     text-align:center;
}

.Social-media {
    display: flex
;
    justify-content: center;
    margin-left: 10px !important;
    margin-top: 30px;
}

#secad {
    font-size: 15px;
    color: white;
    padding-right: 0px;
    margin-top: 55px;
    font-family: 'Montserrat';
}

.logs {
    position: absolute;
    width: 400px;
    height: 300px;
    margin-left: -40px;
}
    
   .imagebox {
        position: relative;
        margin-top: 50px;
        height: 300px;
        width: 411px;
        margin-top: 100px;
        margin-left: auto;
        margin-right: auto;
    }
    
    
    .footer-distributed {
    background: rgb(0, 73, 135);
    box-sizing: border-box;
    width: 100%;
    height: 130vh;
    text-align: left;
    padding: 55px 50px;
    position: relative;
    overflow: hidden;
}
    
    .qual {
    width: 100%;
    background-color: white;
    overflow: hidden;
    position: relative;
    height: 100vh;
}

#quality {
    font-family: 'Montserrat';
    color: rgb(0, 73, 135);
    font-size: 35px;
    margin-top: 60px;
    text-align: center;
    font-weight: 500;
}
    
    .cirimg {
    margin-top: 20px;
    width: 100%;
    height: 25vh;
    position: relative;
    /* overflow: hidden; */
}
    
    
   
    
    .cirimg img {
    width: 100%;
    height: 45%;
    object-fit: contain;
    margin-left: 130px;
    margin-top: 35px;
    z-index: 0;
}
   
.mobile-container {
  max-width: 420px;
  margin: auto;
  background-color: #fff;
  height: 0px;
  color: white;
  border-radius: 10px;
}

.mobile-container img {
  max-width: 240px;
    margin: auto;
     background-color: #fff; 
    height: 200px;
    color: white;
    border-radius: 10px;
    margin-top: -60px;
    margin-left: -45px;
}

.topnav {
     overflow: hidden;
    background-color: #fff;
    position: relative;
    z-index: 2;
    /*border: 2px solid #ddd;*/
    font-family:'Montserrat';
}

.topnav #myLinks {
  display: none;
  margin-top: 50px;
}

 .topnav a {
        color: #000;
        padding: 0px 0px 0px 40px;
        text-decoration: none;
        font-size: 25px;
        display: block;
        margin-top: 5px;
        height: 70px;
        margin-bottom: 5px;
        margin-right: 20px;
        background: #fff;
        font-family:'Montserrat';
    }

.topnav a.icon {
  background: #fff;
  display: block;
  position: absolute;
  right: 0;
  top: 20px;
}

.topnav a:hover {
  background-color: #fff;
  color: black;
}

.active {
  background-color: #04AA6D;
  color: white;
}

.cirimg img {
    margin-left: 0px !important;
    
} 


}






@media only screen and (min-width: 1200px) {
    
    .mobile-container{
        display:none;
    }
    
    
    nav>ul>li>a {
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 80px;
    padding: 5px 10px;
    font-size: 12px;
}

.flexcol {
    margin-top: 16px;
    justify-content: center;
    display: flex
;
    flex-wrap: wrap;
    position: relative;
    gap: 10px;
}

.imagebox {
    position: relative;
    margin-top: 50px;
    height: 495px;
    width: 1100px;
    margin-top: 55px;
    margin-left: auto;
    margin-right: auto;
}

    
    .secrow1{
        
        display:none;
    }
    
    #int1 {
    display:none;
    
}


#lst1 {
    display:none;
}
    
    
    #footlog {
    width: 75%;
    margin-top: -115px;
    margin-left: 60px;
}

#secad {
    font-size: 12px;
    color: white;
    padding-right: 0px;
    margin-top: 20px;
    font-family: 'Montserrat';
}

.footer-distributed .footer-company-about {
    line-height: 20px;
    color: #ffffff;
    font-size: 12px;
    margin: 0;
    font-family: 'Montserrat';
}
    
    #contac {
    line-height: 20px;
    color: #ffffff;
    font-size: 12px;
    margin: 0;
    margin-top: 20px;
    font-family: 'Montserrat';
}

.footer-distributed .footer-links {
    color: #ffffff;
    padding: 0;
    font-size: 15px;
    /* margin-top: 27px; */
    font-family: 'Montserrat';
    list-style-type: none;
    margin-left: -35px;
}
    
    .footer-distributed {
    background: rgb(0, 73, 135);
    box-sizing: border-box;
    width: 100%;
    height: 100vh;
    text-align: left;
    padding: 55px 50px;
    position: relative;
    overflow: hidden;
}

.Social-media {
    display: flex;
    justify-content: center;
    margin-left: 0px;
    margin-top: 17px;
}
   
   


    
   
}


