* {
    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;
    object-fit: contain;
}

.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: 91%;
    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;

}

.remo
{   width: 350px;
    height: 40px;
    border: none;
   background: rgb(0, 73, 135);
    /* color: white; */
    border-bottom: 1px solid white;
    margin-bottom: 15px;
    /* padding: 15px; */
    text-align: left;
    margin-left: 100px;
    margin-top: 50px;
    outline: none;
    font-size: 20px;
    color: #fff;
}

/* --------------------------------------- landing page ends --------------------------------- */
.contsec{
    width: 100%;
    height: 130vh;
    position: relative;
    overflow: hidden;
    
}


.contact-in {
    margin-top: 120px;
    width: 90%;
    height: 600px;
    display: flex;
    flex-wrap: wrap;
    background-color: white;
    /*box-shadow: 0px 0px 10px 0px;*/
    margin-left: 80px;
    padding: 20px;

}

.contact-in h1{
    font-size: 18px;
    font-family: 'Montserrat';
    padding: 20px;
    line-height: 30px;
    text-align:center;
}

.contact-in1 {
    margin-top: 40px;
    width: 90%;
    height: 750px;
    display: flex;
    flex-wrap: wrap;
    background-color: white;
    box-shadow: 0px 0px 10px 0px;
    margin-left: 80px;
    padding: 20px;
}

.contact-map{
    width: 100%;
    height: 450px;
    flex: 50%;
}

.contact-map img{
    width: 100%;
    height: 700px;
}

.contact-in h2{
font-family: 'Montserrat';
    font-size: 14px;
    margin: 20px;
    line-height: 20px;
}

.contact-form{
width: 100%;
    height: 700px;
    flex: 50%;
    background-color: rgb(0, 73, 135);
}

.contact-form h1{
    font-family: 'Montserrat';
    color: white;
    text-align: left;
    margin-left: 100px;
    margin-top: 100px;
}

.txt{
    width: 350px;
    height: 40px;
    border: none;
    background: none;
    color: white;
    border-bottom: 1px solid white;
    margin-bottom: 15px;
    padding: 15px;
    text-align: left;
    margin-left: 100px;
    margin-top: 50px;
    outline: none;
    font-size: 20px;
}

.label1 {
    width: 350px;
    height: 40px;
    border: none;
    background: none;
    color: white;
    
    margin-bottom: 15px;
    padding: 15px;
    text-align: left;
    margin-left: 100px;
    margin-top: 50px;
    outline: none;
    font-size: 20px;
}
.txt1 {
    width: 350px;
    height: 40px;
    border: none;
    background: none;
    color: white;
    
    margin-bottom: 15px;
    padding: 15px;
    text-align: left;
    margin-left: 100px;
    margin-top: 50px;
    outline: none;
    font-size: 20px;
}

::placeholder {
    color: white;
    font-family: 'Montserrat';
    font-size: 17px;

}

.success{
background-color: white;
    color: black;
    text-decoration: none;
    font-family: 'Montserrat';
    margin-top: 50px;
    width: 220px;
    height: 45px;
    border: none;
    margin-left: 100px;
    cursor: pointer;
    font-size: 17px;
}


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

.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;
        margin-top: 70px;
    }

    .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) {
    
     .bg img{
         display:none;
   }
    
    
    nav{
        display:none;
    }
    
    #contac {
    color: #ffffff;
   
}
#contac a {
    line-height: 20px;
    color: #ffffff;
    font-size: 15px;
    margin: 0;
    margin-top: 20px;
    font-family: 'Montserrat';
    text-decoration:none;
}
    
    
    .landngpage {
    width: 100%;
    height: 30vh;
    position: relative;
    overflow: hidden;
    top: 95px;
}

.contact-in {
    margin-top: 90px;
    width: 100%;
    height: 600px;
    display: flex;
    flex-wrap: wrap;
    background-color: white;
    /* box-shadow: 0px 0px 10px 0px; */
    margin-left: 5px;
    padding: 20px;
}

.contact-in1 {
    margin-top: 50px;
    width: 90%;
    height: 370px;
    display: flex;
    flex-wrap: wrap;
    background-color: white;
    box-shadow: 0px 0px 10px 0px;
    margin-left: 20px;
    padding: 20px;
}

	.txt1 {
    width: 350px;
    height: 40px;
    border: none;
    background: none;
    color: white;
    margin-bottom: 15px;
    padding: 15px;
    text-align: left;
    margin-left: 0px !important;
    margin-top: 50px;
    outline: none;
    font-size: 16px;
}
	
	
	.success {
    background-color: white;
    color: black;
    text-decoration: none;
    font-family: 'Montserrat';
    margin-top: 50px;
    width: 220px;
    height: 45px;
    border: none;
    margin-left: 40px !important;
    cursor: pointer;
    font-size: 17px;
}
	
	
	
.contact-map img {
    width: 100%;
    height: 295px;


}

.contact-map {
    width: 100%;
    height: 360px;
    flex: 50%;
    margin-top: 40px;
}


.remo
{   width: 290px;
    height: 40px;
    border: none;
   background: rgb(0, 73, 135);
    /* color: white; */
    border-bottom: 1px solid white;
    margin-bottom: 15px;
    /* padding: 15px; */
    text-align: left;
    margin-left: 20px;
    margin-top: 50px;
    outline: none;
    font-size: 20px;
    color: #fff;
}

.contact-form h1 {
    font-family: 'Montserrat';
    color: white;
    text-align: left;
    margin-left: 32px;
    margin-top: 30px;
}

.txt {
    width: 282px;
    height: 40px;
    border: none;
    background: none;
    color: white;
    border-bottom: 1px solid white;
    margin-bottom: 15px;
    padding: 15px;
    text-align: left;
    margin-left: 22px;
    margin-top: 50px;
    outline: none;
    font-size: 20px;
}

    
    .text6 {
    color: #fff;
    font-size: 50px;
    font-family: "Montserrat";
    position: absolute;
    top: 40%;
    left: -70%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: nowrap;
}
   
.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: #000000;
  color: white;
}
    #para {
    font-family: 'Montserrat';
    text-align: center;
    font-size: 15px;
    color: black;
    text-align: center;
    margin-top: 8px;
    opacity: 0;
    padding: 15px 15px 0px 30px;
    line-height: 1.6rem;
}
}


@media only screen and (min-width: 1200px) {
    
    .mobile-container{
        display:none;
    }
    
}
