@charset "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  padding: 0;
  margin: 0;
}

.section ol,
ul li {
  text-align: left;
  font-size: 1em;
}

.main-heading {
  margin-top: 25px;
}
a {
  text-decoration: none;
}
table {
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-weight: normal;
  font-style: normal;
}

strong {
  font-weight: bold;
}
ol,
ul {
  margin: 0;
  padding: 0;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  /* font-size: 100%; */
  margin: 0;
  padding: 0;
  color: #f2f2f2;
}
q:before,
q:after {
  content: "";
}
abbr,
acronym {
  border: 0;
}

/* Custom CSS
 * --------------------------------------- */
body {
  font-family: "Lato", Calibri, Arial, sans-serif;
  color: #f2f2f2;
}

/* .navbar-nav .nav-item .nav-link {
  font-size: 1em;
  margin: 0 auto;
  text-align: left;
} */
h1 {
  font-size: 2em;
}
p {
  font-size: 1em;
}
.section {
  text-align: center;
}
.section p {
  font-size: 1em;
  color: white;
}

.section h4 {
  font-size: 1.5em;
  margin: 0px;
  text-align: center;
}

.gallery {
  width: 33%;
  margin: auto;
  margin-top: 15px;
}

#demo {
  width: 80%;
  margin: auto;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  background-color: #000;
  width: 30px;
  height: 100px;
  opacity: none;
}

/* Menu
 * --------------------------------------- */

/* #menu li {
  display: inline-block;
  margin: 10px;
  color: #000;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
#menu li.active {
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
#menu li a {
  text-decoration: none;
  color: #000;
}
#menu li.active a:hover {
  color: #000;
}
#menu li:hover {
  background: rgba(255, 255, 255, 0.8);
}
#menu li a,
#menu li.active a {
  padding: 9px 18px;
  display: block;
}
#menu li.active a {
  color: #fff;
}
#menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 40px;
  z-index: 70;
  width: 100%;
  padding: 0;
  margin: 0;
} */

.intro p {
  /* width: 60%; */
  margin: 0 auto;
  /* font-size: 16px; */
}
.twitter-share-button {
  position: fixed !important;
  z-index: 99;
  right: 149px;
  top: 9px;
}

#download {
  margin: 10px 0 0 0;
  padding: 15px 10px;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#5bc0de),
    to(#2f96b4)
  );
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(top, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  vertical-align: middle;
  cursor: pointer;
  display: inline-block;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
}
#download a {
  text-decoration: none;
  color: #fff;
}
#download:hover {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #2f96b4;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -ms-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}

#infoMenu {
  height: 20px;
  color: #f2f2f2;
  position: fixed;
  z-index: 70;
  bottom: 0;
  width: 100%;
  text-align: right;
  font-size: 0.9em;
  padding: 8px 0 8px 0;
}
#infoMenu ul {
  padding: 0 40px;
}
#infoMenu li a {
  display: block;
  margin: 0 22px 0 0;
  color: #333;
}
#infoMenu li a:hover {
  text-decoration: underline;
}
#infoMenu li {
  display: inline-block;
  position: relative;
}
#examplesList {
  display: none;
  background: #282828;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 20px;
  float: left;
  position: absolute;
  bottom: 29px;
  right: 0;
  width: 638px;
  text-align: left;
}
#examplesList ul {
  padding: 0;
}
#examplesList ul li {
  display: block;
  margin: 5px 0;
}
#examplesList ul li a {
  color: #bdbdbd;
  margin: 0;
}
#examplesList ul li a:hover {
  color: #f2f2f2;
}
#examplesList .column {
  float: left;
  margin: 0 20px 0 0;
}
#examplesList h3 {
  color: #f2f2f2;
  font-size: 1.2em;
  margin: 0 0 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
  padding: 0 0 5px 0;
}
.nav-pills {
  margin-top: 15px;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #000;
  color: white;
}

.nav-pills .nav-link {
  color: white;
  font-size: 1em;
}

.nav-pills .nav-link:hover {
  color: white;
}

/* Section 1
 * --------------------------------------- */
#section1 {
  background-image: url("imgs/background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.section h1 {
  color: white;
  font-size: 2em;
}
.section div h2 {
  font-size: 2em;
  color: #fff;
}
#section1 p {
  color: #333;
  color: rgba(0, 0, 0, 0.3);
}
#section1 img {
  margin: 20px 0;
  opacity: 0.7;
}

/* Section 2
 * --------------------------------------- */

.modal-body {
  min-height: 400px;
  max-height: 450px;
  overflow-y: scroll;
}

.modal-body ul {
  font-size: 1em;
  text-align: left;
  color: black;
}
.modal-body p {
  text-align: left;
  margin: 0px;
  width: 100%;
  color: black;
}

.modal-body h5,
.modal-body h4 {
  text-align: left;
  color: #000;
}
.modal-body h5 {
  font-size: 1.2em;
}

.modal-body h3 {
  font-size: 1.125em;
  text-align: left;
}
#section2 h1,
#section2 p {
  z-index: 3;
  text-align: left;
  color: white;
}
section p {
  font-size: 0.875em;
}

.img-container {
  position: relative;
  width: 160px;
  height: 200px;
}

.img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 3px 14px;
}
.img-container h4 {
  margin-bottom: 0px;
}
.social-icons {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  gap: 15px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.social-icons a {
  color: white;
  font-size: 1em;
  background-color: transparent;
}

.img-container:hover .social-icons {
  opacity: 1;
}

.office-img {
  width: 200px;
  height: 200px;
  padding: 0px 11px;
  object-fit: cover;
}

.img-box {
  width: 90px;
}

/* Section 3
 * --------------------------------------- */
#section3,
#section4 {
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
}

/* #section6 h1 {
  text-align: center;
} */
#section6 .pp-tableCell {
  vertical-align: middle;
}

.client-img {
  width: 90px;
  height: 90px;
}

#section3 {
  background-image: url("imgs/ourcomphter.jpg");
}

.main-container {
  position: relative;
}

/* .image {
  opacity: 1;
  display: block;
  width: 188px;
  height: 130px;
  transition: 0.5s ease;
  backface-visibility: hidden;
  object-fit: cover;
  padding: 7px;
  border-radius: 11px;
} */

.profileImage {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #512da8;
  font-size: 1em;
  color: #fff;
  text-align: center;
  line-height: 60px;
  margin: 20px auto;
}

.content {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.main-container {
  width: 100%;
  height: auto;
  position: relative;
}

.image {
  width: 140px; /* Make sure the image fits the width of the container */
  height: 117px; /* Set a fixed height */
  object-fit: cover; /* Ensures the image covers the area while maintaining aspect ratio */
  /* Optional: Add rounded corners if desired */
  padding: 10px 0px;
}

.ourservices-img {
  width: 100%;
  height: 200px;
  object-fit: fill;
}

.content {
  position: absolute;
  bottom: 0;
  width: 100%;

  color: white;
  text-align: center;
  padding: 10px;
  border-radius: 0 0 5px 5px; /* Optional: Matching the image's rounded corners */
}

.main-container:hover .image {
  opacity: 0.3;
}

.main-container:hover .content {
  opacity: 1;
}

.text {
  color: black;
  font-size: 0.75em;
}
.profile-text {
  font-size: 1em;
}

.card-info i {
  font-size: 1em;
  color: blue;
  padding: 11px;
}

#section7 a {
  text-align: left;
}

.heading {
  margin-top: -11px;
}

.fa-phone,
.fa-map-marker-alt,
.fa-clock {
  font-size: 1.2em;
  color: blue;
}
em .contact-box {
  box-shadow: 5px 5px lightgray 8px;
}
/* i {
  padding: 100px;
  border-radius: 50px;
  color: white;
  font-size: 2px;
} */
#section2 {
  background-image: url("imgs/about.jpg");
  background-size: cover;
}
#section4 {
  background-image: url("imgs/industory.jpg");
}

#section4 .pp-tableCell,
#section4 .pp-tableCell {
  vertical-align: middle;
}

.section .services-img {
  width: 90%;
  height: 20px;
}

#section5,
#section6 {
  background-color: white;
}

.modal {
  margin-top: 20px;
}

.modal-header {
  text-align: left;
}

#section3 #colors {
  left: 60px;
  bottom: 0;
}
#section3 p {
  color: white;
  font-size: 1em;
}

#colors2,
#colors3 {
  position: absolute;
  height: 163px;
  width: 362px;
  z-index: 1;
  background-repeat: no-repeat;
  left: 0;
  margin: 0 auto;
  right: 0;
}
#colors2 {
  background-image: url(imgs/colors2.gif);
  top: 0;
}
#colors3 {
  background-image: url(imgs/colors3.gif);
  bottom: 0;
}

.slider-img {
  width: 11%;
  height: 150px;
}

.carousel-item .modal-body ul {
  font-size: 0.8em;
}

.carousel-item .modal-body ul > p {
  font-size: 1px;
}

/* Section 4
 * --------------------------------------- */

/* Overwriting fullPage.js tooltip color
* --------------------------------------- */
#pp-nav.custom .pp-tooltip {
  color: #aaa;
}
.nav-pills {
  font-size: 1em;
}

.twitter-share-button {
  position: fixed;
  z-index: 99;
  right: 149px;
  top: 9px;
}
#starGithub {
  position: fixed;
  z-index: 99;
  right: 264px;
  top: 9px;
  width: 90px;
}
i {
  font-size: 1em;
  padding: 10px;
}

#section3 .pp-tableCell {
  vertical-align: middle;
  padding-top: 55px;
}

#section5 .pp-tableCell,
#section7 .pp-tableCell {
  vertical-align: middle;
  padding-top: 50px;
}

.footer {
  background-color: #000;
  color: white;
  opacity: 0.2;
}

.modal .modal-body p,
#section3 .modal .modal-body p {
  font-size: 1em;
}
.map {
  height: 300px;
}
a .btn-text {
  font-size: 1em;
}
.btn-group-sm > .btn,
.btn-sm {
  font-size: 1px;
}

.profileImage-heading a {
  font-size: 1em;
}

/*------- reposiveess*---------*/

@media screen and (max-width: 1326px) {
  .client-img {
    width: 70px;
    height: 70px;
  }
}

@media screen and (max-width: 1024px) {
  .ourservices-img {
    width: 100%;
    object-fit: fill;
  }
}

/* @media screen and (max-width: 1184px) {
  .ourservices-img {
    width: 200px;
  }
} */

@media screen and (max-width: 991px) {
  .profileImage-heading a {
    font-size: 0.6em;
  }
  .profileImage-heading h5 {
    font-size: 0.7em;
  }
}

@media screen and (max-width: 575px) {
  .client-img {
    width: 70px;
    height: 44px;
  }
}
@media screen and (max-width: 768px) {
  .pp-tableCell {
    vertical-align: top;
    padding-top: 100px;
  }
}

@media screen and (max-width: 768px) {
  #section1 .pp-tableCell {
    vertical-align: top;
    padding-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  #section7 .pp-tableCell {
    vertical-align: top;
  }
}
@media screen and (max-width: 759px) {
  .map {
    height: 250px;
  }
}

@media screen and (max-width: 728px) {
  .nav-pills {
    /* font-size: 2px; */
    margin-top: 26px;
  }
}
@media screen and (max-width: 728px) {
  .nav-pills {
    /* font-size: 2px; */
    margin-top: 26px;
  }
}
@media screen and (max-width: 439px) {
  .nav-pills {
    margin-top: 38px;
  }
  .nav-pills .nav-link {
    font-size: 0.9em;
  }
}

@media screen and (max-width: 527px) {
  .modal .modal-body p,
  #section3 .modal .modal-body p,
  .modal-body ul {
    font-size: 0.8em;
    text-align: left;
  }
  .modal .modal-header,
  #section3 .modal .modal-header h3 {
    font-size: 0.9em;
    padding-bottom: 0px;
  }
  .modal .modal-body,
  #section3 .modal .modal-body h4 {
    font-size: 0.9em;
  }

  .modal .modal-body,
  #section3 .modal .modal-body h5 {
    font-size: 12px;
    padding: 2px;
  }
}

@media screen and (max-width: 991px) {
  .image {
    width: 100px;
    height: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .image {
    width: 80px;
    height: 80px;
  }
}

@media only screen and (max-width: 575px) {
  .image {
    width: 140px;
    height: 50px;
    object-fit: cover;
  }
}

@media only screen and (max-width: 440px) {
  .image {
    width: 100px;
    height: 50px;
    object-fit: cover;
  }
}

@media screen and (max-width: 931px) {
  .navbar-nav .nav-item .nav-link {
    font-size: 0.75em;
  }
}

@media screen and (max-width: 803px) {
  .navbar-nav .nav-item .nav-link {
    font-size: 0.65em;
  }
}

@media screen and (max-width: 1024px) {
  #section4 .pp-tableCell {
    vertical-align: top;
  }
}

@media screen and (max-width: 990px) {
  .office-img {
    width: 150px;
    height: 135px;
    padding: 0px 20px;
  }
}

@media screen and (max-width: 728px) {
  .office-img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    padding: 0px 0px;
  }
}

@media screen and (max-width: 352px) {
  .office-img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    padding: 0px 0px;
  }
}

@media screen and (max-width: 575px) {
  .office-img {
    width: 180px;
    height: 80px;
  }
}

@media screen and (min-width: 2000px) {
  .section h1 {
    font-size: 4em;
  }
  .section div h2 {
    font-size: 4em;
  }
  .section h4 {
    font-size: 2.3em;
  }
  .section h5 {
    font-size: 2em;
    margin-bottom: 16px;
  }
  .section p {
    font-size: 1.9em;
  }
  .modal-content {
    overflow: auto;
  }
  .modal-content h4 {
    text-align: left;
    font-size: 1.3em;
  }
  .modal-content p {
    font-size: 1.6em;
  }

  .section ol,
  ul li {
    font-size: 1.5em;
  }
  .img-box {
    width: 100px;
  }
  .profileImage {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 1.4em;
  }
  .modal-body {
    padding: 5px 16px;
    overflow-y: scroll;
    min-height: 100px;
    max-height: 400px;
  }
  .modal-body h3 {
    font-size: 1.7em;
  }
  .modal-content h5 {
    font-size: 1.4em;
    margin-bottom: 0px;
    color: black;
  }

  section .modal .modal-body p {
    font-size: 1.6em;
    margin: 0px;
    padding: 0px;
  }
}

@media screen and (max-width: 768px) {
  .section h1,
  .section div h2 {
    font-size: 1.6em;
  }
  .section h4 {
    margin-top: 17px;
  }
}

@media screen and (max-width: 425px) {
  .office-img {
    width: 150px;
    height: 70px;
    object-fit: contain;
  }
}
@media screen and (max-width: 767px) {
  .profileImage {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .profileImage-heading h5 {
    font-size: 0.8em;
  }
}

/* @media screen and (max-width: 483px) {
  .profileImage-heading h5 {
    font-size: 0.7em;
  }
} */

@media screen and (max-width: 425px) {
  .profileImage-heading h5 {
    font-size: 0.6em;
  }
}

@media screen and (max-width: 367px) {
  .profileImage-heading h5 {
    font-size: 0.5em;
  }
  .profileImage-heading a {
    font-size: 0.5em;
  }
}

@media screen and (min-width: 425px) {
  .tabs {
    margin-top: 30px;
  }
  h5 {
    /* font-size: 1em; */
    text-align: center;
  }

  .tabs {
    margin-top: 20px;
  }
  .mainheading {
    margin-top: 30px;
  }

  .box-img {
    padding: 10px 30px;
  }
}

@media only screen and (max-width: 425px) {
  #section1 {
    padding: 264px 0px;
  }

  #section1 div h1 {
    display: flex;
    justify-content: center;
  }

  .pp-tableCell {
    text-align: center;
  }
}
@media only screen and (max-width: 375px) {
  #section1 div h1 h2 {
    font-size: 1em;
  }
  #section1 h2 {
    font-size: 1em;
  }
}
@media only screen and (max-width: 425px) {
  #section2 p {
    font-size: 1em;
  }
}

@media (max-width: 425px) and (min-width: 320px) {
  .nav-pills {
    font-size: 0.8em;
    margin-top: 63px;
  }
  #section2 h3 {
    text-align: left;
    padding: 4px 77px;
    font-size: 1em;
  }
}

@media only screen and (max-width: 768px) {
  #section3 {
    /* min-height: 900px; */
    padding-top: 35px;
  }

  #section3 h4 {
    font-size: 1em;
  }
  #section3 p,
  h5 {
    font-size: 1em;
  }

  .pp-tableCell {
    display: table-cell;
    vertical-align: top;
    padding: 10px 0px;
    text-align: center;
  }
  #section7 .pp-tableCell {
    vertical-align: top;
    padding: 100px 0px;
  }
}

@media (max-width: 575px) {
  #section6 .pp-tableCell {
    padding-top: 100px;
  }
}
@media (max-width: 425px) {
  #section3 {
    padding: 0;
  }
  .section p,
  h1,
  h4,
  h5 {
    text-align: center;
    font-size: 1em;
    padding: 0 6px;
  }
  #section5 .pp-tableCell,
  #section7 .pp-tableCell,
  #section6 .pp-tableCell {
    padding: 100px 0px;
    text-align: center;
  }
}

@media only screen and (max-width: 425px) {
  .profileImage-heading h5 {
    font-size: 0.5em;
  }

  .profileImage-heading a {
    font-size: 0.5em;
  }

  .text {
    font-size: 0.4em;
  }
}

@media only screen and (max-width: 320px) {
  #section3 p {
    text-align: left;
    font-size: 1em;
    padding: 0 8px;
  }
  #section3 h1,
  h4,
  h5 {
    font-size: 1.2em;
  }
}

@media only screen and (max-width: 768px) {
  #section4 .card {
    width: 50%;
    margin: 0 37px;
  }
}

@media only screen and (max-width: 768px) {
  #section4 .card {
    width: 50%;
    margin: auto;
  }
}

@media only screen and (max-width: 425px) {
  #section4 .card {
    width: 29%;
    margin: 0 2px;
  }
}

@media only screen and (max-width: 375px) {
  #section4 .card {
    width: 25%;
    margin: 0 0px;
  }
}

@media only screen and (max-width: 320px) {
  #section4 .card {
    width: 22%;
    margin: 0 0px;
  }
}

@media only screen and (max-width: 425px) {
  #section5 h1 {
    text-align: center;
  }
  #section5 h5 {
    margin: 0px 115px;
  }
  #section5 p {
    text-align: center;
  }
}

@media only screen and (max-width: 768px) {
  .img-box {
    width: 70px;
  }
}

@media only screen and (max-width: 572px) {
  .section h1 {
    font-size: 1.4em;
  }
  .section p {
    font-size: 0.8em;
  }
  .img-box {
    width: 50px;
  }
}

@media only screen and (max-width: 425px) {
  .img-box {
    width: 45px;
  }
}

@media only screen and (max-width: 767px) {
  .ourservices-img {
    width: 50%;
    height: 100px;
    object-fit: fill;
  }
  #section4 h4 {
    font-size: 1em;
  }
  #section4 ol,
  ul li {
    font-size: 0.8em;
  }
}

/* @media only screen and (max-width: 768px) {
  .modal-body p {
    font-size: 2px;
  }
} */

#preloader {
  background: #000 url("imgs/loader.gif") no-repeat center center;
  background-size: 20%;
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 100;
}
