@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap");
* {
  margin: 0;
  font-family: "Roboto", sans-serif;
}
*,
::after,
::before {
  box-sizing: border-box;
}
body {
  background-color: rgba(249, 178, 3, 0.2);
}
html {
  scroll-behavior: smooth;
}
.wrapper {
  width: 90%;
  margin: 0 auto;
  /* max-width: 1366px; */
}
.navbar {
  padding: 10px;
  position: fixed;
  width: 100%;
  top: 0;
  /* color: white; */
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  z-index: 999;
}
.nav-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo1 {
  height: auto;
  width: 70px;
  float: right;
}
.fa-solid {
  color: #ff6000;
}

.nav-links a {
  display: inline;
  width: 100%;
  padding: 24px;
  position: relative;
  z-index: 2;
  color: #000000;
  text-decoration: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-weight: 600;
  -webkit-touch-callout: none;
}
.nav-links a:after {
  /* content: ""; */
  height: 5px;
  left: 0;
  width: 2px;
  position: absolute;
  -webkit-transition: width 1s ease, background-color 1s ease;
  -moz-transition: width 1s ease, background-color 1s ease;
  -ms-transition: width 1s ease, background-color 1s ease;
  -o-transition: width 1s ease, background-color 1s ease;
  transition: width 1s ease, background-color 1s ease;
  right: 0;
  margin: 0 auto;
}
.nav-links a:hover {
  color: #f9b203;
  -webkit-transition: color 1s ease;
  -moz-transition: color 1s ease;
  -ms-transition: color 1s ease;
  -o-transition: color 1s ease;
  transition: color 1s ease;
  cursor: pointer;
}

.nav-links a:hover:after,
.nav-links a:focus:after {
  width: 100%;
  background-color: #fff;
}
.abt {
  text-align: center;
  font-size: 30px;
  margin-bottom: 20px;
}
.about {
  display: flex;
  justify-content: space-evenly;
  padding-top: 150px;
  padding-bottom: 50px;
}
.txt1 {
  font-size: 25px;
  margin-right: 50px;
}
.abtImg1 {
  height: 350px;
  width: 500px;
}
.main {
  text-align: center;
  padding: 45px 70px;
  position: relative;
  z-index: 9;
}
.name {
  font-size: 30px;
  margin-bottom: 20px;
}
.txt2 {
  font-size: 25px;
}
.images {
  display: flex;
  justify-content: space-evenly;
  margin-top: 15px;
  position: relative;
  z-index: 9;
}
.Oimg1 {
  height: 250px;
  width: 250px;
  border-radius: 50%;
}
.mission {
  padding: 45px 70px;
  text-align: center;
}
.mv {
  font-size: 30px;
  margin-bottom: 20px;
}
.cu {
  font-size: 30px;
  margin-bottom: 20px;
  color: #fff;
  position: relative;
  z-index: 9;
}
.contact {
  padding: 20px 70px;
  text-align: center;
}
.cmain {
  display: flex;
  justify-content: space-evenly;
  margin-top: 30px;
  position: relative;
  z-index: 9;
}
.txt4 {
  font-size: 25px;
  justify-content: center;
}
.txt3 {
  font-weight: bold;
  font-size: 20px;
  margin: 45px;
  width: 200px;
  justify-content: inherit;
  flex-direction: initial;
  text-align: center;
  height: 351px;
  /* background: #CCCCCC; */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.mapouter {
  /* position: relative; */
  text-align: right;
  width: 450px;
  height: 400px;
}
.gmap_canvas {
  overflow: hidden;
  background: none !important;
  width: 450px;
  height: 400px;
}
.gmap_iframe {
  width: 450px !important;
  height: 400px !important;
}
.ourService {
  /* background-image: url(../img/bg.jpg);
  background-attachment: fixed; */
  padding: 150px 0;
  background-size: cover;
  position: relative;
}
/* .ourService::after {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
} */
.ourService h3,
.ourService p {
  color: #000;
}
.mission {
  padding: 150px 0;
}
.contact {
  padding: 100px 0 50px;
  background-image: url(../img/businessman-touching-virtual-screen.jpg);
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  background-position: center;
}
.contact::after {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.contact .txt3 {
  margin: 0;
}
.contact p {
  margin: 0 auto;
  color: #fff;
  position: relative;
  z-index: 99;
  letter-spacing: 0.05em;
  font-weight: 400;
  margin-bottom: 25px;
}
.contact p a {
  color: #fff;
  text-decoration: none;
}
.contact p strong {
  margin-bottom: 10px;
  display: block;
}
.contat-form {
  position: relative;
  z-index: 9;
  color: #fff;
  padding: 25px;
  max-width: 600px;
  margin: 0 auto;
}
.contat-form h5 {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  justify-content: center;
  margin-bottom: 30px;
}
.inputrow {
  display: flex;
  flex-wrap: wrap;
}
.w-50 {
  width: 50%;
  padding: 0 15px;
  flex: 0 0 auto;
}
.w-100 {
  width: 100%;
  padding: 0 15px;
}
.inputrow input,
.inputrow textarea {
  border: 1px solid #f1f1f1;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 15px;
  margin-top: 15px;
  width: 100%;
  text-align: left;
}
.contat-form button {
  border-radius: 5px;
  font-size: 16px;
  width: 100%;
}
.contat-form .send {
  background-color: #f9b203;
  border: none;
  color: #fff;
  padding: 15px;
  cursor: pointer;
}
.contat-form .reset {
  background-color: #dc3545;
  border: none;
  color: #fff;
  padding: 15px;
  cursor: pointer;
}
@media (min-width: 320px) and (max-width: 600px) {
  .nav-box > .nav-btn {
    display: inline-block;
    position: absolute;
    right: 30px;
    top: 0px;
  }
  .nav-box > .nav-btn > label {
    display: inline-block;
    width: 50px;
    height: 50px;
    padding-top: 35px;
    /* padding-right: 35px; */
  }
  .nav-box > .nav-btn > label:hover,
  .nav-box #nav-check:checked ~ .nav-btn > label {
    background-color: #fff;
  }
  .nav-box > .nav-btn > label > span {
    display: block;
    width: 25px;
    height: 10px;
    border-top: 2px solid #000000;
  }
  .nav-box > .nav-links {
    position: absolute;
    display: block;
    width: 100%;
    background-color: #fff;
    height: 0px;
    transition: all 0.3s ease-in;
    overflow-y: hidden;
    top: 50px;
    left: 0px;
  }
  .nav-box > .nav-links > a {
    display: block;
    width: 100%;
    margin-left: 20px;
  }
  .nav-box > #nav-check:not(:checked) ~ .nav-links {
    height: 0px;
  }
  .nav-box > #nav-check:checked ~ .nav-links {
    height: auto;
    overflow-y: none;
    margin-top: 60px;
  }
  .logo {
    margin-left: 40px;
  }
  .about {
    display: block;
    text-align: center;
    justify-items: center;
    justify-content: center;
  }
  .abt {
    font-size: 22px;
  }
  .abtImg1 {
    height: 250px;
    width: 250px;
    margin-top: 20px;
  }
  .txt1 {
    margin: 10px;
    font-size: 16px;
  }
  .images {
    display: block;
    text-align: center;
    justify-content: center;
    margin-top: 15px;
  }
  .name {
    font-size: 22px;
  }
  .main {
    padding: 0;
  }
  .mv,
  .cu {
    font-size: 22px;
  }
  .Oimg1 {
    margin-bottom: 20px;
    padding: 10px;
  }
  .txt2 {
    font-size: 16px;
  }
  .mission {
    padding: 50px 0;
  }
  .cmain {
    display: block;
    text-align: center;
    justify-content: center;
  }
  .mapouter {
    position: relative;
    width: 305px;
    height: 149px;
    margin: auto;
  }
  .gmap_canvas {
    width: 270px;
    height: 186px;
  }
  .contact .txt3 {
    margin: auto;
  }
  .txt3 {
    height: 200px;
  }
  .contact p {
    font-size: 16px;
  }
  .txt4 {
    font-size: 16px;
  }
  .gmap_iframe {
    width: 237px !important;
    height: 252px !important;
  }
  .Cimg {
    margin: auto;
  }
}
@media (min-width: 601px) and (max-width: 768px) {
  .abtImg1 {
    height: 250px;
    width: 250px;
  }
  .abt {
    font-size: 25px;
  }
  .txt1 {
    font-size: 18px;
  }
  .main {
    padding: 0;
  }
  .Oimg1 {
    height: 170px;
    width: 141px;
    padding: 5px;
  }
  .mission {
    padding: 50px 0;
  }
  .gmap_iframe {
    width: 257px !important;
    height: 206px !important;
  }
  .gmap_canvas {
    width: 347px;
    height: 308px;
  }
  .mapouter {
    width: 350px;
    height: 259px;
  }
  .txt3 {
    height: 194px;
  }
  .txt4,
  .txt2 {
    font-size: 20px;
  }
  .txt4 {
    margin-top: 35px;
  }
}
@media (min-width: 769px) and (max-width: 912px) {
  .abtImg1 {
    height: 280px;
    width: 285px;
  }
  .abt {
    font-size: 25px;
  }
  .txt1 {
    font-size: 20px;
  }
  .Oimg1 {
    height: 205px;
    width: 185px;
    padding: 5px;
  }
  .mission {
    padding: 50px 0;
  }
  .txt2,
  .txt4 {
    font-size: 20px;
  }
  .txt3 {
    height: 317px;
  }
  .mapouter {
    width: 378px;
    height: 251px;
  }
  .gmap_canvas {
    width: 360px;
    height: 325px;
  }
  .gmap_iframe {
    width: 325px !important;
    height: 318px !important;
  }
}
@media (min-width: 913px) and (max-width: 1024px) {
  .abtImg1 {
    height: 320px;
    width: 376px;
  }
  .abt {
    font-size: 28px;
  }
  .txt1 {
    font-size: 23px;
  }
  .Oimg1 {
    height: 220px;
    width: 220px;
  }
  .mission {
    padding: 50px 0;
  }
  .mapouter {
    height: 386px;
  }
  .gmap_iframe {
    width: 389px !important;
    height: 344px !important;
  }
  .gmap_canvas {
    width: 450px;
    height: 377px;
  }
}
@media (min-width: 1025px) and (max-width: 1160px) {
  .abtImg1 {
    height: 350px;
    width: 425px;
  }
  .abt {
    font-size: 28px;
  }
  .txt1 {
    font-size: 23px;
  }
  .mission {
    padding: 80px 0;
  }
}
