* {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
}
/* body {
  background: #fff;
  min-height: 200vh;
} */

.whatsapp_float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.fa-whatsapp {
  color: #fff;
  margin-top: 14px;
}

header {
  min-height: 100vh;
  width: 100%;
  background-image: linear-gradient(rgba(4, 9, 30, 0.7), rgba(4, 9, 30, 0.7)),
    url(images/home.webp);
  background-position: center;
  background-size: cover;
  position: relative;
}

/* .banner {
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: linear-gradient(rgba(4, 9, 30, 0.7), rgba(4, 9, 30, 0.7)),
    url(images/home.webp);
  background-size: cover;
} */

header .sticky {
  padding: 5px 100px;
  background: #fff;
}

nav {
  display: flex;
  padding: 2% 2%;
  justify-content: space-between;
  align-items: center;
  /* background: #356cca; */
  height: 40px;
  /* position: fixed; */
  background: #fff;
}

nav img {
  margin-top: 10px;
  width: 300px;
  height: 120px;
}

.nav-links {
  flex: 1;
  text-align: right;
}

.nav-links ul li {
  list-style: none;
  display: inline-block;
  padding: 8px 20px;
  position: relative;
}

.nav-links ul li a {
  color: #000;
  text-decoration: none;
  font-size: 16px;
  /* margin: 0; */
}

.nav-links ul li::after {
  content: "";
  width: 0%;
  height: 2px;
  background: #356cca;
  display: block;
  margin: auto;
  transition: 0.5s;
}

.nav-links ul li:hover::after {
  width: 100%;
}

/* --------dropdow about---------- */

.sub-menu-about {
  display: none;
}

.nav-links ul li:hover .sub-menu-about {
  display: block;
  position: absolute;
  background: #fff;
  margin-top: 10px;
  margin-left: -15px;
}

.nav-links ul li:hover .sub-menu-about ul {
  display: block;
  margin: 10px;
}

.nav-links ul li:hover .sub-menu-about ul li {
  width: 150px;
  padding: 10px;
  /* border-bottom: 1px dotted #fff; */
  background: transparent;
  border-radius: 0;
  text-align: left;
}

.fa-angle-right {
  float: right;
}
/* .nav-links ul li:hover .sub-menu-about ul li::after {
  content: "";
  width: 0%;
  height: 2px;
  background: #356cca;
  display: block;
  margin: auto;
  transition: 0.5s;
} */

/* .nav-links ul li:hover .sub-menu-about ul li:last-child {
  border-bottom: none;
} */

.nav-links ul li:hover .sub-menu-about ul li a:hover {
  color: #356cca;
}

/* --------dropdown services gst-------- */

.hover-gst:hover .sub-menu-gst {
  position: absolute;
  display: block;
  margin-top: -40px;
  margin-left: 150px;
  background: #606266;
}

.sub-menu-gst {
  display: none;
}

.text-box {
  width: 90%;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.text-box h1 {
  font-size: 80px;
}

.text-box p {
  margin: 10px 0 40px;
  font-size: 18px;
  color: #fff;
}

.hero-btn {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  border: 1px solid #fff;
  padding: 12px 34px;
  font-size: 13px;
  background: transparent;
  position: relative;
  cursor: pointer;
}

.hero-btn:hover {
  border: 1px solid #356cca;
  background: #356cca;
  transition: 0.5s;
}

nav .fa {
  display: none;
}

@media (max-width: 700px) {
  nav img {
    padding-top: 10px;
    width: 200px;
    height: 80px;
    transition: 1s;
  }
}

@media (max-width: 900px) {
  .text-box h1 {
    font-size: 30px;
  }
  .nav-links ul li {
    display: block;
  }
  .nav-links {
    position: fixed;
    background: #ffffff;
    height: 100vh;
    width: 150px;
    top: 0;
    right: -150px;
    text-align: left;
    z-index: 2;
    transition: 0.5s;
  }

  nav .fa {
    display: block;
    color: #000;
    margin: 10px;
    font-size: 22px;
    cursor: pointer;
  }

  .nav-links ul {
    padding: 10px;
  }

  .nav-links ul li:hover .sub-menu-about {
    display: block;
    width: 150px;
    background: #fff;
    margin-left: -175px;
    margin-top: -35px;
  }
  .nav-links ul li:hover .sub-menu-about ul li {
    width: 150px;
    padding: 2px;
    padding-right: 2px;
    /* background: transparent; */
    border-radius: 0;
    text-align: left;
  }

  .fa-angle-right {
    display: none;
  }

  .fa-whatsapp {
    margin-top: 10px;
  }
  .whatsapp_float {
    width: 40px;
    height: 40px;
    bottom: 20px;
    right: 10px;
    font-size: 22px;
  }
}

/* ----- Services ------ */

.about {
  width: 80%;
  margin: auto;
  text-align: center;
  padding-top: 100px;
}
h1 {
  font-size: 36px;
  font-weight: 600;
}

p {
  color: #777;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  padding: 10px;
}

.row {
  margin-top: 5%;
  display: flex;
  justify-content: space-between;
}

.about-col {
  flex-basis: 31%;
  background: #ecf3ff;
  border-radius: 10px;
  margin-bottom: 5%;
  padding: 20px 12px;
  box-sizing: border-box;
  transition: 0.5s;
}

h3 {
  text-align: center;
  font-weight: 600;
  margin: 15px 0;
}

.about-col img {
  height: 80px;
  align-self: center;
  border-radius: 50%;
}

.about-col:hover {
  box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.2);
}

@media (max-width: 700px) {
  .row {
    flex-direction: column;
  }
}

/* ---------Location----------- */

.location {
  width: 80%;
  margin: auto;
  text-align: center;
  padding-top: 50px;
}
.location-col {
  flex-basis: 32%;
  border-radius: 10px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.location-col img {
  width: 100%;
  height: 100%;
  display: block;
}

.layer {
  background-color: transparent;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
}

.layer:hover {
  background: rgba(51, 172, 209, 0.7);
}

.layer h3 {
  width: 100%;
  font-weight: 500;
  color: #fff;
  font-size: 26px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  opacity: 0;
  transition: 0.5s;
}

.layer:hover h3 {
  bottom: 40%;
  opacity: 1;
}

/* ------Facilities--------- */

.facilities {
  width: 90%;
  margin: auto;
  text-align: center;
  padding-top: 100px;
}

.facilities-2 {
  width: 90%;
  margin: auto;
  text-align: center;
  padding-bottom: 20px;
  /* padding-top: 100px; */
}

.facilities-col {
  flex-basis: 32%;
  border-radius: 10px;
  margin-bottom: 5%;
  text-align: left;
  box-sizing: border-box;
}
.facilities-col-2 {
  flex-basis: 31%;
  /* background: #ecf3ff; */
  /* margin-bottom: 5%; */
  padding: 20px 12px;
  box-sizing: border-box;
  transition: 0.5s;
  border-style: solid;
  border-width: 2px;
  border-radius: 10px;
  border-color: #ecf3ff;
}
.facilities-col-2 h2 {
  padding: 10px;
  text-align: left;
}

.facilities-col-2:hover {
  /* box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.2); */
  box-shadow: 0 0 20px 0px rgba(51, 172, 209, 0.7);
}

.facilities-col-2 p {
  /* padding: 0; */
  padding-bottom: 10px;
  text-align: left;
}

.facilities-col img {
  width: 100%;
  border-radius: 10px;
}

.facilities-col p {
  padding: 0;
  padding-bottom: 10px;
}

.facilities-col h3 {
  margin-top: 16px;
  margin-bottom: 15px;
  text-align: left;
}

/* ------Reviews------- */

.reviews {
  width: 90%;
  margin: auto;
  padding-top: 100px;
  text-align: center;
}

.review-col {
  flex-basis: 26%;
  border-radius: 10px;
  margin-bottom: 5%;
  text-align: left;
  background: #fff3f3;
  padding: 20px;
  cursor: pointer;
  display: flex;
}

.review-col img {
  height: 40px;
  margin-left: 5px;
  margin-right: 30px;
  border-radius: 50%;
}

.review-col p {
  padding: 0;
}

.review-col h3 {
  margin-top: 15px;
  text-align: left;
}
.review-col .fa {
  color: #db1313;
}
@media (max-width: 700px) {
  .review-col img {
    margin-left: 0px;
    margin-right: 15px;
  }
}

/* --------contact--------- */

.contact {
  margin: 100px auto;
  width: 90%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(images/contact2.png);
  background-position: center;
  background-size: cover;
  position: relative;
  border-radius: 10px;
  text-align: center;
  padding: 50px 0;
}

.contact h1 {
  color: #fff;
  margin-bottom: 20px;
  padding: 0;
}

@media (max-width: 700px) {
  .contact h1 {
    font-size: 24px;
  }
}

/* ----------footer--------- */


.footer {
  position: relative;
  width: 100%;
  height: auto;
  background: rgb(0, 0, 0);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow: hidden;
}

.footer .container-footer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  padding: 50px;
}

.footer .container-footer .about-us-footer {
  width: 40%;
  margin-right: 30px;
}

.footer .container-footer h2 {
  position: relative;
  color: #fff;
  font-weight: 500;
  margin-bottom: 15px;
  text-align: left;
}

.footer .container-footer h2::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 50px;
  height: 2px;
  background: #f00;
}

.footer .container-footer .about-us-footer p {
  color: #999;
}

.sci {
  margin-top: 20px;
  display: flex;
}
.sci li {
  list-style: none;
}

.sci li a {
  /*display: inline-block;*/
  width: 40px;
  height: 40px;
  background: #222;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  text-decoration: none;
}

.sci li a:hover {
  background: #f00;
}

.sci li a .fa {
  color: #fff;
}

.quick-links {
  width: 25%;
  position: relative;
}
.quick-links ul li {
  list-style: none;
}
.quick-links ul li a {
  color: #999;
  text-decoration: none;
  margin-bottom: 10px;
  display: inline-block;
}

.quick-links ul li a:hover {
  color: #fff;
}

.contact-footer {
  width: calc(35% - 60px);
  margin-right: 0 ;
}

.contact-footer .info {
  position: relative;
}
.contact-footer .info li {
  display: flex;
  margin-bottom: 16px;
}

.contact-footer .info li span:nth-child(1) {
  color: #fff;
  font-size: 16px;
  margin-right: 10px;
}

.contact-footer .info li span {
  color: #999;
}

.contact-footer .info li span a {
  color: #999;
}

.contact-footer .info li a {
  color: #999;
  text-decoration: none;
}

.contact-footer .info li a:hover {
  color: #fff;
}

.contact-footer .info .fa {
  padding-top: 2px;
}

.copyright-text {
  width: 100%;
  background: #181818;
  text-align: center;
}
.copyright-text a {
  text-decoration: none;
  color: #777;
}
.copyright-text2 {
  width: 100%;
  background: #363636;
  text-align: center;
}
.copyright-text2 a {
  text-decoration: none;
  color: #777;
}

@media (max-width: 700px) {
  .footer .container-footer {
    flex-direction: column;
  }

  .footer .container-footer .about-us-footer {
    width: 100%;
    overflow: hidden;
  }

  .footer .container-footer .quick-links {
    width: 100%;
    overflow: hidden;
  }
  .footer .container-footer .contact-footer {
    width: 100%;
    overflow: hidden;
  }
}

/* --------about us------- */

.sub-header {
  height: 50vh;
  width: 100%;
  background-image: linear-gradient(rgba(4, 9, 30, 0.7), rgba(4, 9, 30, 0.7)),
    url(images/back.jpeg);
  background-position: center;
  background-size: cover;
  text-align: center;
  color: #fff;
}

.sub-header h1 {
  margin-top: 80px;
}

.about-us {
  width: 80%;
  margin: auto;
  padding-top: 10px;
  padding-bottom: 50px;
}

.about-us-2 {
  width: 80%;
  margin: auto;
  padding-top: 10px;
  padding-bottom: 50px;
  /* background: #bad3ff; */
}

.about-us-2 h1 {
  text-align: center;
  padding-top: 30px;
}

.about-cont-col {
  flex-basis: 48%;
  padding: 10px 2px;
}

.about-cont-col img {
  /* width: 85%; */
  width: 400px;
  height: 500px;
  margin-left: 50px;
}

.about-cont-col h1 {
  padding-top: 75px;
  font-size: 36px;
}

.about-cont-col p {
  padding: 50px 0 25px;
  text-align: left;
  /* color: #fff */
}
.about-cont-col h4 {
  font-weight: 500;
  font-size: 21px;
}

.about-cont-col h5 {
  font-weight: 400;
  font-size: 17px;
  margin-top: 5px;
}

.blue-btn {
  border: 1px solid #356cca;
  background-color: transparent;
  color: #356cca;
}

.blue-btn:hover {
  color: #fff;
}

@media (max-width: 700px) {
  .about-cont-col {
    flex-basis: 48%;
    padding: 30px 2px;
    margin-left: 20px;
  }

  .about-cont-col img {
    width: 80%;
    height: 300px;
  }
}

/* -------blog content------- */

.blog-content {
  width: 80%;
  margin: auto;
  padding: 60px 0;
}

.blog-left {
  flex-basis: 65%;
}

.blog-left img {
  width: 100%;
}

.blog-left h2 {
  color: #222;
  font-weight: 600;
  margin: 30px 0;
}

.blog-left p {
  color: #777;
  padding: 0;
}

.blog-right {
  flex-basis: 32%;
}

.blog-right h3 {
  background: #356cca;
  color: #fff;
  padding: 7px 0;
  font-size: 16px;
  margin-bottom: 20px;
}

.blog-right div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #777;
  padding: 8px;
  box-sizing: border-box;
}

/* ---------comment box--------- */

.query-box {
  border: 1px solid #ccc;
  margin: 50px 0;
  padding: 10px 20px;
}

.query-box h3 {
  text-align: left;
}

/* .query-form input,
.query-form textarea {
  width: 100%;
  padding: 10px;
  margin: 15px 0;
  box-sizing: border-box;
  border: none;
  outline: none;
  background: #f0f0f0;
}

.query-form button {
  margin: 10px 0;
} */

/* ---------contact-us---------- */

.contact-us {
  width: 90%;
  margin-bottom: 30px;
}

.contact-col {
  flex-basis: 48%;
  margin-bottom: 30px;
}

.contact-col div {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.contact-col div .fa {
  font-size: 28px;
  color: #356cca;
  margin: 10px;
  margin-left: 30px;
  margin-right: 30px;
}

.contact-col div p {
  padding: 0;
}

.contact-col div h5 {
  font-size: 15px;
  margin-bottom: 5px;
  color: #555;
  font-weight: 400;
}

.contact-col input,
.contact-col textarea {
  width: 100%;
  padding: 15px;
  margin-bottom: 17px;
  outline: none;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.google-map {
  width: 80%;
  margin: auto;
  padding: 80px 0;
}

.google-map iframe {
  width: 100%;
}

@media (max-width: 700px) {
  .contact-col input,
  .contact-col textarea {
    margin-left: 15px;
  }
  .blue-btn {
    margin-left: 15px;
  }
}


/* -------presentation-------- */

.presentation h1 {
  text-align: center;
  padding-top: 30px;
}

.display-ppt{
  width: 80%;
  margin: auto;
  padding: 60px 0;
  text-align: center;
}


.display-ppt embed{
  width: 80%;
  height: 600px;
  align-items: center;
}


/* ---------NEW SERVICES FLEX-------- */

.about-us-3 {
  width: 100%;
  margin: auto;
  padding-top: 12px;
  padding-bottom: 50px;
  
}

.about-us-3 h1 {
  text-align: center;
  padding-top: 15px;
}

.about-us-3 h3 {
  text-align: center;
  padding-top: 10px;
}

.about-us-3 .row {
  /* margin-top: 2%; */
  display: flex;
  margin-top: 2%;
  justify-content: space-between;
}


.about-cont-col1 {
  flex-basis: 32%;
  padding: 20px 12px;
}

.about-cont-col1 h1 {
  padding-top: 70px;
  font-weight: 500;
  font-size: 28px;
  color: #234379;
}

.about-cont-col1 h2 {
  padding-top: 40px;
  font-weight: 400;
  
  text-align: center;
}

.about-cont-col1 h3 {
  color: rgb(141, 56, 56);
  font-weight: 300;
}
.about-cont-col1 img {
  width: 85%;
  margin-left: 10px;
}

.about-cont-col1 p {
  padding: 15px 0 25px;
  text-align: left;
}