@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=:100,200,300,400,500,600,700,800,900&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Quicksand',sans-serif;
}
body{
  background: #414141;
}
header{
  z-index: 2000;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  height: 6.5rem;
  top: 0;
}

.brand{
  max-width: 60%;
}
 .brand img{
  max-width: 37%;
  margin-top: 12px;
  justify-content: center;
  align-items: center;
  margin-left: 2.5%;
}

.main-contentH{
  margin-top: 12px;
  margin-right: 20px;
  float: right;
  width: 30%;
  display: flex;

  justify-content: space-around;
}
.container{
  color: #111;
  display: flex;
}

.container .box{
  text-align: center;
}

.container .box .icon i{
  position: relative;
  background-color: #e9781c;
  padding-right: 2px;
  padding-left: 2px;
  border: 1px solid #e9781c;
  border-radius: 8px;
  color: #fff;
  justify-content: center;
  align-items: center;
}

.container .box .icon h3,
.container .box .icon h4{
  position: relative;
  /*font-weight: 400px;*/
  margin: 0;
  padding: 0px 3px;
  font-size: 16px;
}
.container .box .icon h3{
  font-weight: bold;
}
.container .box .icon h4{
  font-weight: 600;
  margin: 3px 0;
  font-style: 18px;
}
@media screen and (max-width: 900px){
  header{
    height: 4rem;
  }
  .brand{
    width: 100%;
  }
  .brand img{
    min-width: 85%;
  }
  .main-contentH{
    display: none;
  }
}
nav{
  background: #1b1b1b;
  opacity: 0.8;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 2000;
 }
nav:after{
  content: '';
  clear: both;
  display: table;
}
nav .logo{
  float: left;
  color: white;
  font-size: 27px;
  font-weight: 600;
  line-height: 70px;
  padding-left: 60px;
}
nav ul{
  float: right;
  margin-right: 40px;
  list-style: none;
  position: relative;
 }
nav ul li{
  float: left;
  display: inline-block;
  background: #1b1b1b;
  margin: 0 1.7px;
}
nav ul li a{
  color: white;
  line-height: 70px;
  text-decoration: none;
  font-size: 18px;
  padding: 8px 15px;
 }
 nav ul li a:hover{
  color: #e60000/*cyan*/;
  border-radius: 5px;
  box-shadow:  0 0 5px #e60000/*#33ffff*/,
               0 0 10px #e60000/*#66ffff*/;
}
nav ul ul li a:hover{
  box-shadow: none;
}
nav ul ul{
  position: absolute;
  top: 90px;
  border-top: 3px solid #e60000/*cyan*/;
  opacity: 0;
  visibility: hidden;
  transition: top .3s;
}
nav ul ul ul{
  border-top: none;
}
nav ul li:hover > ul{
  top: 50px;
  opacity: 1;
  visibility: visible;
}
nav ul ul li{
  position: relative;
  margin: 0px;
  width: 180px;
  float: none;
  display: list-item;
  border-bottom: 1px solid rgba(0,0,0,0.3);
}
nav ul ul li a{
  line-height: 50px;
}
nav ul ul ul li{
  position: relative;
  top: -60px;
  left: 150px;
}
nav .show, nav .icon, nav input{
  display: none;
}
.fa-plus{
  font-size: 15px;
  margin-left: 40px;
}
@media all and (max-width: 900px){
  nav ul{
    float: left;
  }
    nav ul li a{
    color: white;
    line-height: 50px;
    text-decoration: none;
    font-size: 14px;
    padding: 5px 8px;
   }
}
iframe{
  padding-top: 05px;
  display: block;
  width: 100%/*90vw*/;
  /*height: calc(75*90vw);*/
  max-width: 100%/*800px*/;
  max-height: 400px/*600px*/;
  float: center;
  /*margin: 1em auto;*/
  border: solid 2px grey;
  margin-right: 3px;
  box-shadow: 2px 2px 2px silver;
  border-radius: 4px;
}

 .contactPage{
  /*top: 60px;*/
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background-image: linear-gradient(rgba(0, 0, 0, 0.7),rgba(0, 0, 0, 0.9)),url('contact.jpg');
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
  }
 .contactPage::before{
  content: '';
  position: absolute;
  top: 0;/*modify to zero*/
  left: 0;
  /*width: 50%;
  height: 100%;
  background: #212121/*#03a9f4*/;
}
.contactPage .container{
  position: relative;/*red box gets affected*/
  min-width: 1100px;
  min-height: 550px;
  display: flex;
  z-index: 1000;
  font-weight: 300;
}
.contactPage .container .contactinfo{
  position: absolute;
  top: 40px;
  width: 350px;
  height: calc(100% - 80px);
  background: #fff  /*#0f3959*/;
  z-index: 1;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);
}
.container .contactinfo h2{
  color: #000b19/*#fff*/;
  font-size: 24px;
  font-weight: 500;
}
.contactPage .container .contactinfo .info{
  position: relative;
  margin: 20px 0;
}
.contactPage .container .contactinfo .info li{
  position: relative;
  list-style: none;
  display: flex;
  margin: 20px 0;
  cursor: pointer;
  align-items: flex-start;
}
.contactPage .container .contactinfo .info li span:nth-child(1){
  width: 30px;
  min-width: 30px;
}
.contactPage .container .contactinfo .info li span:nth-child(1) i{
  /*max-width: 100%;*/
  color: #fff;
  filter: invert(1);
  opacity: 0.5;
  justify-content: center;
  align-items: center;
}
.contactPage .container .contactinfo .info li:hover span:nth-child(1) i{
  opacity: 1;
}
.contactPage .container .contactinfo .info li span:nth-child(2){
  color: #000b19/*#fff*/;
  margin-left: 10px;
  font-weight: 500;
  opacity: 0.6;
  justify-content: center;

}
.contactPage .container .contactinfo .info li:hover span:nth-child(1) img,
.contactPage .container .contactinfo .info li:hover span:nth-child(2){
  opacity: 1;
}
.contactPage .container .contactinfo .sci{
  position: relative;
  justify-content: center;
  align-content: center;
  display: flex;
}
.contactPage .container .contactinfo .sci li{
  list-style: none;
  margin-right: 15px;
}
.contactPage .container .contactinfo .sci li a{
  text-decoration: none;
}
.contactPage .container .contactinfo .sci li a i{
  filter: invert(1);
  color: #fff;
  opacity: 0.5;
}
.contactPage .container .contactinfo .sci li:hover a i{
  opacity: 1;
}
.contactPage .container .contactForm{
  position: absolute;
  padding: 70px 50px;
  background: #000b19/*#fff*/;
  opacity: 0.7;
  margin-left: 150px;
  padding-left: 250px;
  width: calc(100% - 150px);
  height: 100%;
  box-shadow: 0 50px 50px rgba(0,0,0,0.5);
}
.contactPage .container .contactForm h2{
  color: #fff/*#0f3959*/;
  font-size: 24px;
  font-weight: 500;
}
.contactPage .container .contactForm #error_message{
  margin-bottom: 10px;
  background: #fe8b8e;
  padding: 0px;
  text-align: center;
  font-size: 14px;
  transition: all 0.5s ease;
}
.contactPage .container .contactForm .formBox{
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 30px;
}
.contactPage .container .contactForm .formBox .inputBox{
  position: relative;
  margin: 0 0 35px 0;
}
.contactPage .container .contactForm .formBox .inputBox.w50{
  width: 47%;
}
.contactPage .container .contactForm .formBox .inputBox.w100{
  width: 100%;
  height: 120px;
}
.contactPage .container .contactForm .formBox .inputBox input,
.contactPage .container .contactForm .formBox .inputBox textarea{
  width: 100% !important;
  padding: 5px 0;
  resize: none;
  /*height: 50px;*/
  font-size: 18px;
  font-weight: 300;
  color: #333;
  border: none;
  border-bottom: 1px solid #000b19;
  border-radius: 8px;

}
.contactPage .container .contactForm .formBox .inputBox textarea{
  min-height: 120px;
}
.contactPage .container .contactForm .formBox .inputBox span{
  position: absolute;
  left: 0;
  padding: 5px 10px;
  font-size: 18px;
  font-weight: 300;
  color: #333;
  transition: 0.5s;
  pointer-events: none;
}
.contactPage .container .contactForm .formBox .inputBox input:focus ~ span,
.contactPage .container .contactForm .formBox .inputBox textarea:focus ~ span,
.contactPage .container .contactForm .formBox .inputBox input:valid ~ span,
.contactPage .container .contactForm .formBox .inputBox textarea:valid ~ span{
  transform: translateY(-30px);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #fff/*#ff568c*/;
}
.contactPage .container .contactForm .formBox .inputBox input[type="submit"]{
  position: relative;
  cursor: pointer;
  background: #111/*#0f3959*/;
  color: #fff/*#fff*/;
  font-weight: 500;
  border: none;
  max-width: 150px;
  padding: 12px;
}
.contactPage .container .contactForm .formBox .inputBox input[type="submit"]:hover{
  background: #878787/*#ff568c*/;
}

@media all and (max-width: 900px){
    .contactPage{
      flex-direction: column;
      padding-bottom: 500px;
      /*background: none;*/
      background-color: #414141;
    }
  .contactPage .container{
    top: 30px;
    flex-direction: column;
     min-width: 200px;
   }
  .contactPage .container .contactinfo{
      position: relative;
      top: 30px;
      width: 350px;
      height: calc(100% - 80px);
      background: #fff  /*#0f3959*/;
      z-index: 1;
      padding: 50px;
  }
  .contactPage .container .contactForm{
    top: 400px;
    padding: 35px 25px;
    margin-left: 0;
    padding-left: 30px;
    width: 350px;
    height: 100%;
  }
  .contactPage .container .contactForm .formBox{
    flex-wrap: nowrap;
    flex-direction: column;
    padding-top: 20px;
  }
  .contactPage .container .contactForm .formBox .inputBox{
    margin: 0 0 20px 0;
  }
  .contactPage .container .contactForm .formBox .inputBox.w50{
    width: 100%;
  }
  .contactPage .container .contactForm .formBox .inputBox input:focus ~ span,
  .contactPage .container .contactForm .formBox .inputBox textarea:focus ~ span,
  .contactPage .container .contactForm .formBox .inputBox input:valid ~ span,
  .contactPage .container .contactForm .formBox .inputBox textarea:valid ~ span{
    transform: translateY(-20px);
  }
  .contactPage .container .contactForm .formBox .inputBox input[type="submit"]{
    max-width: 80px;
    padding: 10px;
  }
}
/*Footer*/
.footer footer{
  position: relative;
  left: 0;
  bottom: 0px;
  width: 100%;
  background: #111;
}
.footer footer .main-contentF{
  color: #fff;
  display: flex;
}
.footer footer .main-contentF .boxF{
  flex-basis: 50%;
  padding: 10px 20px;
}
.footer footer .boxF h2{
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: uppercase;
}
.footer footer .boxF .contentF{
  margin: 20px 0 0 0;
  position: relative;
}
.footer footer .boxF .contentF:before{
  position: absolute;
  content: '';
  top: -10px;
  height: 2px;
  width: 100%;
  background: #1a1a1a;
}
.footer footer .boxF .contentF:after{
  position: absolute;
  content: '';
  height: 2px;
  width: 15%;
  background: #f12020;
  top: -10px;
}
.footer footer .leftF .contentF p{
  text-align: justify;
}
.footer footer .leftF .contentF ul li{
  font-size: 17px;
  margin-left: 3%;
  margin-bottom: 2px;
}
.footer footer .leftF .contentF ul a{
  text-decoration:none;
  outline: none;
  color: #fff;
  transition: 0.3s
}
.footer footer .leftF .contentF ul a:hover{
  color: #f12020;
}
.footer footer .leftF .contentF .social{
  margin: 20px 0 0 0;
}
.footer footer .leftF .contentF .social a{
  padding: 0 2px;
}
.footer footer .leftF .contentF .social a i{
  height: 40px;
  width: 40px;
  color:#fff;
  background: #1a1a1a;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  border-radius: 5px;
  transition: 0.3s;
}
.footer footer .leftF .contentF .social a i:hover{
  background: #f12020;
}
.footer footer .centerF .contentF i{
  font-size: 1.4375rem;
  color: #fff;
  background: #1a1a1a;
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
}
.footer footer .centerF .contentF i:hover{
  background: #f12020;
}
.footer footer .centerF .contentF .text1{
  font-size: 1.0625rem;
  font-weight: 500;
  padding-left: 10px;
  color: #fff;
}
.footer footer .centerF .contentF .phone{
  margin: 15px 0;
}
.footer footer .rightF form .text1{
  font-size: 1.0625rem;
  margin-bottom: 2px;
  color: #fff/*#656565*/;
}
.footer footer .rightF form .msg{
  margin-top: 10px;
}
.footer footer .rightF form input, .footer footer .rightF form textarea, .rightF form .msgForm{
  width: 100%;
  font-size: 1.0625rem;
  background: #151515;
  padding-left: 10px;
  border: 1px solid #222222;
}
.footer footer .rightF form input:focus,
.footer footer .rightF form textarea:focus,
.footer footer .rightF form .msgForm:focus{
  outline-color: #3498db;
  color: white;
}
.footer footer .rightF form input{
  height: 35px;
}
.footer footer .rightF form textarea{
  height: 35px;
  resize: none;
}
.footer footer .rightF form .btnF{
  margin-top: 10px;
}
.footer footer .rightF form .btnF button{
  height: 40px;
  width: 100%;
  border: none;
  outline: none;
  background: #f12020;
  font-size: 1.0625rem;
  font-weight: 500;
  cursor: pointer;
  transition: .3s;
}
.footer footer .rightF form .btnF button:hover{
  color: #fff;
  background: #333;
}
.footer footer .bottomF center{
  padding: 5px;
  font-size: 0.9375rem;
  background: #151515;
}
.footer footer .bottomF center span{
  color: #656565;
}
.footer footer .bottomF center a{
  color: #f12020;
  text-decoration: none;
}
.footer footer .bottomF center a:hover{
  text-decoration: underline;
}
@media screen and (max-width: 900px) {
  footer{
    position: relative;
    bottom: 0px;
  }
  .main-contentF{
    flex-wrap: wrap;
    flex-direction: column;
  }
  .main-contentF .boxF{
    margin: 5px 0;
  }
}

@media screen and (max-width: 900px) and (orientation:landscape){
  header{
    height: 15vh;
  }
  .brand img{
    min-width: 63%;
  }
}


@media screen and (max-width: 900px) and (orientation:landscape){
  nav ul{
    float: right;
  }
    nav ul li a{
    color: white;
    line-height: 45px;
    text-decoration: none;
    font-size: 16px;
    padding: 5px 8px;
   }
   nav ul ul{
     top: 13vh;
   }
}
