* {
    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 12px;
    font-size:12px;

}

/* ------------------------------------------ Design section ------------------------------------------- */
.designsec{
 width: 100%;
 background-color: white;
 overflow: hidden;
 position: relative;
 height: 90vh;
}

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

.imz{
    width: 700px;
    height: 500px;
    opacity: 0;
    

}

.imz2{
    width: 700px;
        height: 500px;
        padding-left: 20px;
        opacity: 0;
}

.lefttoright {
    animation-name: leftToRight2;
    animation-duration: 0.5s;
    animation-timing-function: linear;
    opacity: 0;
    animation-fill-mode: forwards;
}

@keyframes leftToRight2 {
    0% {
        transform: translateX(-200px);
        opacity: 0.2;
    }

    100% {
        transform: translateX(10px);

        opacity: 1;
    }
}

.info{
    margin-top: 40px;
    opacity: 0;
}

.righttoleft {
    animation-name: rightToLeft;
    animation-duration: 0.5s;
    animation-timing-function: linear;
    opacity: 0;
    animation-fill-mode: forwards;
}

@keyframes rightToLeft {
    0% {
        transform: translateX(300px);
        opacity: 0.5;
    }

    100% {
        transform: translateX(0px);
        opacity: 1;
    }
}

#onleft{
    width: 90%;
    height: 90%;
    object-fit: cover;
    margin-left: 20px;
   
}

#small{
    font-family: 'Montserrat';
    font-size: 17px;
    text-align: left;
    padding: 10px;
    line-height: 1.8;

}



.flex{
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
}

.flex >div {
    flex: 50%;
    /* or - flex: 0 50% - or - flex-basis: 50% - */
    /*demo*/
    margin-bottom: 10px;
}

#min{
    font-family: 'Montserrat';
    text-align: left;
    font-size: 30px;
}

.furtherflex{
    display: flex;
    flex-wrap: wrap;
   text-align: left;
   margin-top: 30px;
}

.furtherflex > div{
    flex: 50%;
        /* or - flex: 0 50% - or - flex-basis: 50% - */
        /*demo*/
        margin-bottom: 10px;
}



#int{
    font-family: 'Montserrat';
    font-size: 20px;

}

#lst{
    font-family: 'Montserrat';
    font-size: 15px;
    line-height: 2.5;
    margin-top: 20px;
}

#min2{
    font-family: 'Montserrat';
        text-align: left;
        font-size: 30px;
        padding-left: 60px;
}

#small2{
        font-family: 'Montserrat';
            font-size: 15px;
            text-align: left;
            padding-left: 60px;
            line-height: 1.8;
            padding-right: 45px;
            margin-top: 20px;

}

#min3{
font-family: 'Montserrat';
    text-align: left;
    font-size: 30px;
    padding-right: 25px;
}

#small3{
    font-family: 'Montserrat';
        font-size: 15px;
        text-align: left;
        line-height: 1.8;
        padding-right: 55px;
        margin-top: 20px;
}

.info2, .info3{
    margin-top: 100px;
    opacity: 0;
    
}

/* ------------------------- 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;
}

/* 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';
        text-decoration: none;
}

.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: 85%;
    margin-top: -115px;
}




@media only screen and (max-width: 600px) {
    
    #footlog {
    width: 80% !important;
    margin-top: -115px;
}


   .bg img{
          display:none;
}
    
    nav{
        display:none;
    }
    
    .designsec {
        display:none;
    }
    
    #contac a {
    line-height: 20px;
    color: #ffffff;
    font-size: 15px;
    margin: 0;
    margin-top: 20px;
    font-family: 'Montserrat';
    text-decoration:none;
}
    
    .flex1 {
    margin-top: 50px;
    display: flex
;
    flex-wrap: wrap;
}

.flex2 {
        margin-top: 16px;
        display: flex
;
        flex-wrap: wrap;
    }

.imz2 {
    width: 700px;
    height: 35%;
    padding-left: 20px;
    opacity: 0;
}
    
    
    .designsec4 {
        width: 100%;
        background-color: white;
        overflow: hidden;
        position: relative;
        height: 130vh;
    }
    
    
    .furtherflex {
    display: flex
;
    flex-wrap: wrap;
    text-align: left;
    margin-top: 45px;
}
    
    
    .designsec5 {
        width: 100%;
        background-color: white;
        overflow: hidden;
        position: relative;
        height: 95vh;
    }
   
.mobile-container {
  max-width: 420px;
  margin: auto;
  background-color: #fff;
  height: 0px;
  color: white;
  border-radius: 10px;
}

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


.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;
}


.container {
    display: flex !important;
    width: 100% !important;
    /* padding: 4% 2%; */
    /* box-sizing: border-box; */
    height: 50vh !important;
    margin-top: 30px !important;
}


.box {
    flex: 1;
    overflow: hidden;
    transition: .5s;
    margin: 0%;
    /* box-shadow: 0 20px 30px rgba(0,0,0,.1); */
    line-height: 0;
       height: 60vh !important;
    /* width: 100%; */
}
.footer-distributed {
    background: rgb(0, 73, 135);
    box-sizing: border-box;
    width: 100%;
    height: 110vh;
    text-align: left;
    padding: 55px 50px;
    position: relative;
    overflow: hidden;
}


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


.footer-distributed .footer-right {
    width: 100%;
    margin-top: 30px;
    margin-left: 0px !important;
}

.landngpage {
    width: 100%;
    height: 60vh !important;
    position: relative;
    overflow: hidden;
}

.text {
    color: black;
    font-size: 22px !important;
    font-family: "Montserrat";
    position: absolute;
    top: 87% !important;
    /* bottom: 6%; */
    left: 50%;
    font-weight: 700;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: nowrap;
    /* letter-spacing: 5px; */
    color: white;
    background: #04335cab;
    width: 100%;
    text-align: center;
    /* padding-top: 50px; */
}


.cent {
    font-family: 'Montserrat';
    color: rgb(0, 73, 135);
    font-size: 30px;
    margin-top: 10px;
    text-align: center;
}

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

    .info {
        margin-top: 0px;
        opacity: 0;
        /* text-align: center; */
        margin-left: 0px;
        padding: 33px;
    }

#min {
        font-family: 'Montserrat';
        text-align: center;
        font-size: 25px;
        line-height: 40px;
    }

#onleft {
    width: 100%;
    height: 35%;
    object-fit: cover;
    margin-left: -20px;
}

#small {
    font-family: 'Montserrat';
    font-size: 20px;
    text-align: center;
    padding: 0px;
    line-height: 1.8;
}

#int {
    font-family: 'Montserrat';
    font-size: 16px;
	font-weight:bold;
    
}


#lst {
    font-family: 'Montserrat';
    font-size: 12px;
    line-height: 2.5;
    margin-top: 12px;
}

    #int1 {
        font-family: 'Montserrat';
        font-size: 16px;
        margin-left: 0px;
		font-weight:bold;
    }


    #lst1 {
        font-family: 'Montserrat';
        font-size: 12px;
        line-height: 2.5;
        margin-top: 12px;
        margin-left: 0px;
		
    }






    .furtherflex > div {
        flex: 40%;
        margin-bottom: 10px;
        margin-left: 24px;
        margin-top: -20px;
    }

.info2 {
    margin-top: 0px;
    opacity: 0;
    margin-left: -27px;
}

#min2 {
    font-family: 'Montserrat';
    text-align: left;
    font-size: 20px;
    padding-left: 30px;
}

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


#small2 {
    font-family: 'Montserrat';
    font-size: 11px;
    text-align: left;
    padding-left: 31px;
    line-height: 1.8;
    padding-right: 36px;
    margin-top: 6px;
}

#onleft1 {
    width: 100%;
    height: 35%;
    object-fit: cover;
    margin-left: -8px;
}

.info3 {
    margin-top: 0px;
    opacity: 0;
    margin-left: -15px;
}

#min3 {
    font-family: 'Montserrat';
    text-align: left;
    font-size: 20px;
    padding-right: 0px;
    margin-left: 15px;
}

#small3 {
    font-family: 'Montserrat';
    font-size: 12px;
    text-align: left;
    line-height: 1.8;
    padding-right: 9px;
    margin-top: 10px;
    margin-left: 15px;
}

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

.secrow{
        
        display:none;
    }
    
    
        #onleft1 {
        width: 60%;
        height: 270%;
        object-fit: cover;
        margin-left: -20px;
    }
}

@media only screen and (min-width: 1200px) {
    
    .mobile-container{
        display:none;
    }
    
    
    .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';
    text-decoration: none;
}

.footer-distributed .footer-links {
    color: #ffffff;
    padding: 0;
    font-size: 15px;
    /* margin-top: 27px; */
    font-family: 'Montserrat';
    list-style-type: none;
    margin-left: -35px;
    text-decoration: none;
}
    
    .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;
}
    .designsec3{
    
    display:none;
}

.designsec4{
    
    display:none;
}

.designsec5{
    
    display:none;
}

    
   
}
