@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.drop-active {
  -webkit-transform: translateY(20px) !important;
          transform: translateY(20px) !important;
  visibility: visible !important;
  opacity: 1 !important;
  -webkit-transition: 0.1s !important;
  transition: 0.1s !important;
}

.active-menu {
  color: orange !important;
  font-weight: bold !important;
}

body {
  font-family: "Roboto Condensed";
  color: #363636;
}

body .wrapper {
  max-width: 900px;
  margin: 0 auto;
}

body .container {
  width: 85%;
  margin: 0 auto;
}

@media (max-width: 480px) {
  body .container {
    width: 90%;
  }
}

body h1 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 2.2rem;
  margin-bottom: 20px;
}

@media (max-width: 375px) {
  body h1 {
    font-size: 1.5rem;
  }
}

body p {
  font-family: "Roboto";
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}

@media (max-width: 375px) {
  body p {
    font-size: 16px;
    line-height: 25px;
  }
}

body .shimmer {
  width: 100%;
  height: 100%;
  background: #00000080;
  position: fixed;
  z-index: 50;
  display: none;
  top: 0;
  left: 0;
}

body .sidemenu {
  position: fixed;
  width: 40%;
  height: 100%;
  right: -100%;
  background: #363636;
  z-index: 100;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 20px;
  opacity: 0;
  top: 0;
}

@media (max-width: 480px) {
  body .sidemenu {
    width: 85%;
  }
}

body .sidemenu .close-menu {
  width: 100%;
  height: 40px;
}

body .sidemenu .close-menu i {
  display: block;
  height: 40px;
  width: 40px;
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
}

body .sidemenu ul {
  margin: 0;
  padding: 0;
}

body .sidemenu ul li {
  list-style: none;
  line-height: 35px;
}

body .sidemenu ul li a {
  text-decoration: none;
  color: white;
  font-size: 16px;
}

body .sidemenu ul li .drop-down {
  margin-left: 0px;
  background: #2d2d2d;
  padding: 20px;
  margin: 10px 0px;
}

body .sidemenu ul li .drop-down ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body .sidemenu ul li .drop-down ul li {
  display: inline-block;
}

body .sidemenu ul li .drop-down ul li a {
  display: block;
  width: 100%;
  font-size: 14px;
}

body .sidemenu-active {
  right: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}

body nav {
  width: 100%;
  height: 80px;
  position: fixed;
  z-index: 50;
  background: white;
  top: 0px;
  left: 0;
  -webkit-box-shadow: 0 0 5px #eee;
          box-shadow: 0 0 5px #eee;
}

@media (max-width: 768px) {
  body nav {
    height: 60px;
  }
}

@media (max-width: 475px) {
  body nav {
    height: 60px;
  }
}

body nav .logo {
  float: left;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: white;
}

@media (max-width: 768px) {
  body nav .logo {
    height: 60px;
  }
}

@media (max-width: 475px) {
  body nav .logo {
    margin-top: 0px;
  }
}

body nav .logo img {
    height: 80%;
    width: 80%;
    object-fit: contain;
}

/*@media (max-width: 768px) {*/
/*  body nav .logo img {*/
/*    height: 80px;*/
/*  }*/
/*}*/

body nav .nav-link {
  float: right;
  margin: 0;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  body nav .nav-link {
    display: none;
  }
}

body nav .nav-link li {
  list-style: none;
  display: inline-block;
  position: relative;
}

body nav .nav-link li a {
  margin-right: 25px;
  text-decoration: none;
  color: black;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.5px;
}

body nav .nav-link li a i {
  position: relative;
  top: -3px;
}

body nav .nav-link li .drop-down {
  position: absolute;
  background: white;
  margin-top: 20px;
  left: 0px;
  padding: 0px 10px;
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  -webkit-box-shadow: 0px 0px 10px #3636364a;
          box-shadow: 0px 0px 10px #3636364a;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
}

body nav .nav-link li .drop-down ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 10px 0px;
}

body nav .nav-link li .drop-down ul li {
  width: 100% !important;
  padding: 10px 5px !important;
  display: blocks !important;
}

body nav .nav-link li .drop-down ul li a {
  color: black;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100% !important;
  font-size: 14px;
}

body nav .nav-link li .drop-down ul li a span {
  color: white;
}

body nav .nav-link li .service-link {
  position: relative;
  top: 2px;
}

body nav .hamburg-menu {
  float: right;
  display: none;
}

@media (max-width: 768px) {
  body nav .hamburg-menu {
    display: block;
    cursor: pointer;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

body nav .hamburg-menu .nav-box {
  width: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body nav .hamburg-menu .nav-box span {
  display: block;
  width: 100%;
  height: 3px;
  background: black;
  margin-bottom: 4px;
}

@media (max-width: 768px) {
  body nav .hamburg-menu .nav-box span {
    background: black;
  }
}

@media (max-width: 768px) {
  body nav ul {
    display: none;
  }
}

body #hero {
  width: 100%;
  height: 100vh;
  background: url(../media/banner.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 0;
}

body #hero::after {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  z-index: -1;
}

body #hero .hero-content {
  width: 85%;
  height: 100vh;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 100px;
  z-index: 1;
}

@media (max-width: 768px) {
  body #hero .hero-content {
    width: 100%;
  }
}

@media (max-width: 414px) {
  body #hero .hero-content {
    bottom: 0;
  }
}

@media (max-width: 375px) {
  body #hero .hero-content {
    bottom: 0;
  }
}

body #hero .hero-content span {
  font-size: 2rem;
  font-weight: 500;
}

@media (max-width: 768px) {
  body #hero .hero-content span {
    font-size: 1.5rem;
  }
}

@media (max-width: 375px) {
  body #hero .hero-content span {
    font-size: 1.2rem;
  }
}

body #hero .hero-content p {
  margin-bottom: 20px;
  font-size: 18px;
}

@media (max-width: 375px) {
  body #hero .hero-content p {
    font-size: 1rem;
  }
}

body #hero .hero-content .hero-btn {
  background: #010074;
  border: 2px solid #010074;
  color: white;
  text-decoration: none;
  padding: 10px 20px;
  margin-top: 30px;
  font-size: 13px;
  width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

body #hero .hero-content .hero-btn:hover {
  background: none;
}

body #about {
  width: 100%;
  background: #fff;
  padding: 80px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 480px) {
  body #about {
    padding: 50px 0px;
  }
}

body #about .about-main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  body #about .about-main {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

body #about .about-main .about-content {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
  padding-left: 50px;
  background: #fff;
  color: #3e3936;
}

@media (max-width: 768px) {
  body #about .about-main .about-content {
    width: 100%;
    padding: 0px;
    padding-left: 0px;
    margin-top: 30px;
  }
}

body #about .about-main .about-content .aboutbtn {
  text-decoration: none;
  padding: 10px 20px;
  width: 120px;
  text-align: center;
  border: 2px solid black;
  color: white;
  margin-top: 20px;
  border: 2px solid white;
}

body #about .about-main .about-content .aboutbtn:hover {
  background: white;
  color: black;
}

body #about .about-main .about-image {
  width: 40%;
  height: 350px;
}

body #about .about-main .about-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 768px) {
  body #about .about-main .about-image {
    width: 100%;
    height: 45vh;
  }
}

@media (max-width: 480px) {
  body #about .about-main .about-image {
    height: 40vh;
  }
}

body #service {
  width: 100%;
  padding: 80px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  body #service {
    padding: 0px;
  }
}

body #service .service-main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  body #service .service-main {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

body #service .service-main .service-image {
  width: 40%;
}

body #service .service-main .service-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 768px) {
  body #service .service-main .service-image {
    height: 45vh;
    width: 100%;
    margin-top: 50px;
  }
}

@media (max-width: 480px) {
  body #service .service-main .service-image {
    height: 40vh;
    display: none;
  }
}

body #service .service-main .service-content {
  width: 60%;
  padding-right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 768px) {
  body #service .service-main .service-content {
    width: 100%;
    padding-right: 0px;
  }
}

body #service .service-main .service-content p {
  margin-bottom: 20px;
}

body #service .service-main .service-content .all-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  margin-top: -45px;
}

body #service .service-main .service-content .all-service::after {
  content: '';
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32%;
          flex: 0 0 32%;
  height: 0;
}

body #service .service-main .service-content .all-service .service-holder {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  margin-top: 45px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 10px;
  overflow: hidden;
}

@media (max-width: 480px) {
  body #service .service-main .service-content .all-service .service-holder {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    margin-top: 20px;
  }
}

body #service .service-main .service-content .all-service .service-holder:hover {
  -webkit-box-shadow: 7px 7px 15px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 7px 7px 15px 0px rgba(0, 0, 0, 0.14);
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

body #service .service-main .service-content .all-service .service-holder .icon {
  width: 40%;
  background: black;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body #service .service-main .service-content .all-service .service-holder .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body #service .service-main .service-content .all-service .service-holder .servic-name {
  height: 100%;
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px 20px;
}

body #service .service-main .service-content .all-service .service-holder .servic-name h2 {
  color: black;
  display: block;
  font-size: 16px;
}

body #service .service-main .service-content .all-service .service-holder .servic-name p {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 10px;
  color: #707070;
}

body #service .service-main .service-content .servicebtn {
  text-decoration: none;
  padding: 10px 20px;
  width: 120px;
  text-align: center;
  border: 2px solid black;
  color: #363636;
  margin-top: 40px;
}

body #service .service-main .service-content .servicebtn:hover {
  background: black;
  color: white;
}

body #recent {
  width: 100%;
  float: left;
  padding: 80px 0px;
}

@media (max-width: 480px) {
  body #recent {
    padding: 50px 0px;
  }
}

body #recent .recent-main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body #recent .recent-projects {
  width: 100%;
  float: left;
}

body #recent .recent-projects .recent-img-holder {
  width: 100%;
  height: 300px;
  background: #eee;
  overflow: hidden;
  float: left;
}

body #recent .recent-projects .recent-img-holder img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1000px) {
  body #recent .recent-projects .recent-img-holder {
    height: 222px;
  }
}

@media (max-width: 768px) {
  body #recent .recent-projects .recent-img-holder {
    height: 250px;
  }
}

@media (max-width: 375px) {
  body #recent .recent-projects .recent-img-holder {
    height: 250px;
  }
}

body #recent .servicebtn {
  text-decoration: none;
  padding: 10px 20px;
  width: 120px;
  text-align: center;
  border: 2px solid black;
  color: #363636;
  margin-top: 10px;
}

body #recent .servicebtn:hover {
  background: black;
  color: white;
}

@media (max-width: 768px) {
  body #recent .servicebtn {
    margin-top: 10px;
  }
}

body #testimonial {
  width: 100%;
  float: left;
  padding: 50px 20px;
}

body #testimonial .testimonial-main {
  width: 100%;
  float: left;
}

body #testimonial .testimonial-main .testimonial-column {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #010074;
  padding: 10px;
}

body #testimonial .testimonial-main .testimonial-column h4 {
  font-size: 20px;
}

body #testimonial .testimonial-main .testimonial-column p {
  margin-top: 10px;
  opacity: 0.8;
  font-size: 16px;
  line-height: 1.5;
}

body footer {
  width: 100%;
  float: left;
  background: #161652;
  padding: 50px 0px;
}

@media (max-width: 768px) {
  body footer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  body footer {
    width: calc(100%);
  }
}

body footer .footer-main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: white;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body footer .footer-sep {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 480px) {
  body footer .footer-sep {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    margin-top: 40px;
  }
}

body footer .footer-sep h4 {
  color: orange;
}

body footer .footer-sep a {
  display: block;
  line-height: 25px;
  text-decoration: none;
  color: white;
}

body footer .footer-sep p {
  font-size: 15px;
  line-height: 20px;
  font-family: "Roboto Condensed";
  font-style: italic;
}

body footer .footer-sep .social-media {
  width: 100%;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body footer .footer-sep .social-media a {
  text-decoration: none;
  margin-right: 20px;
}

body footer .footer-sep ul {
  padding: 0;
  margin: 0;
}

body footer .footer-sep ul li {
  list-style: none;
}

body footer .footer-sep ul li a {
  text-decoration: none;
  line-height: 25px;
  color: white;
  font-style: italic;
}

body footer .footer-sep span {
  display: block;
  line-height: 30px;
  font-style: italic;
}

body footer .footer-sep .footerbtn {
  text-decoration: none;
  padding: 10px 20px;
  width: 200px;
  text-align: center;
  background: none;
  color: orange;
  border: 2px solid orange;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body footer .footer-sep .footerbtn i {
  margin-left: 10px;
}

body footer .footer-sep .sep {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  body footer .footer-sep .sep {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

body .footer-strip {
  width: 100%;
  float: left;
  padding: 10px 0px;
  background: #040801;
}

body .footer-strip p {
  font-size: 12px;
  color: #aaa8a8;
  text-align: center;
  font-weight: 300;
}

body .footer-strip p i {
  color: red;
  margin: 0px 5px;
  -webkit-animation: bounce 0.5s;
          animation: bounce 0.5s;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes bounce {
  from {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  to {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@keyframes bounce {
  from {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  to {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

body .footer-strip p a {
  text-decoration: none;
  color: white;
}

@media (max-width: 480px) {
  body .footer-strip p a {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 0px;
  }
}

body #about-page {
  width: 100%;
  height: calc(70vh);
  position: relative;
}

body #about-page .about-container {
  width: 100%;
  height: 100%;
  background: url("../media/about-page-image.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
}

body #about-page .about-container::after {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  content: '';
}

@media (max-width: 768px) {
  body #about-page {
    height: calc(40vh);
  }
}

body .about-banner-content-holder {
  bottom: 50px;
  left: 50px;
  width: 100%;
  color: #363636;
  padding-top: 30px;
}

@media (max-width: 1000px) {
  body .about-banner-content-holder {
    padding: 30px;
  }
}

body .about-banner-content-holder h1 {
  color: #363636;
}

body .about-banner-content-holder p {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 40px;
}

body .about-banner-content-holder ul {
  margin: 0;
  padding: 0;
  margin-top: 20px;
}

body .about-banner-content-holder ul li {
  list-style: none;
  display: inline-block;
}

body .about-banner-content-holder ul li a {
  display: block;
  margin-right: 20px;
  color: #363636;
}

body #contact-page {
  width: 100%;
  float: left;
}

body #contact-page .contact-main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  body #contact-page .contact-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

body #contact-page .contact-main .contact-banner {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  body #contact-page .contact-main .contact-banner {
    width: 100%;
    height: 40vh;
  }
}

body #contact-page .contact-main .contact-banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body #contact-page .contact-main .contact-form {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 100px 120px 100px 100px;
}

@media (max-width: 768px) {
  body #contact-page .contact-main .contact-form {
    width: 100%;
    padding: 50px 60px;
  }
}

@media (max-width: 480px) {
  body #contact-page .contact-main .contact-form {
    width: 100%;
    padding: 30px 20px 50px 20px;
  }
}

body #contact-page .contact-main .contact-form .contact-head {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body #contact-page .contact-main .contact-form .contact-head h1 {
  font-size: 3.5em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
}

@media (max-width: 480px) {
  body #contact-page .contact-main .contact-form .contact-head h1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    font-size: 2.5em;
  }
}

body #contact-page .contact-main .contact-form .contact-head p {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  font-size: 12px;
  line-height: 1.6;
  font-weight: 500;
}

@media (max-width: 480px) {
  body #contact-page .contact-main .contact-form .contact-head p {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

body #contact-page .contact-main .contact-form .contact-body {
  width: 100%;
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 480px) {
  body #contact-page .contact-main .contact-form .contact-body {
    margin-top: 0px;
  }
}

body #contact-page .contact-main .contact-form .contact-body .contact-address {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 480px) {
  body #contact-page .contact-main .contact-form .contact-body .contact-address {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    margin-top: 50px;
  }
}

body #contact-page .contact-main .contact-form .contact-body .contact-address h2 {
  font-size: 18px;
  margin-bottom: 40px;
}

@media (max-width: 480px) {
  body #contact-page .contact-main .contact-form .contact-body .contact-address h2 {
    margin-bottom: 30px;
  }
}

body #contact-page .contact-main .contact-form .contact-body .contact-address p {
  font-size: 14px;
  line-height: 1.6;
}

body #contact-page .contact-main .contact-form .contact-body .contact-address a {
  text-decoration: none;
  color: black;
  line-height: 1.6;
  font-size: 14px;
}

body #contact-page .contact-main .contact-form .contact-body .contact-address .social-media {
  width: 100%;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 480px) {
  body #contact-page .contact-main .contact-form .contact-body .contact-address .social-media {
    margin-top: 30px;
  }
}

body #contact-page .contact-main .contact-form .contact-body .contact-address .social-media a {
  text-decoration: none;
  margin-right: 20px;
  color: #707070;
}

body #contact-page .contact-main .contact-form .contact-body .contact-address form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body #contact-page .contact-main .contact-form .contact-body .contact-address form input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #929292;
  background: white;
  font-size: 14px;
  font-weight: 500;
  outline: none;
  padding: 5px 0px;
  margin-top: 15px;
}

body #contact-page .contact-main .contact-form .contact-body .contact-address form input::-webkit-input-placeholder {
  font-size: 12px;
  color: #707070;
}

body #contact-page .contact-main .contact-form .contact-body .contact-address form input:-ms-input-placeholder {
  font-size: 12px;
  color: #707070;
}

body #contact-page .contact-main .contact-form .contact-body .contact-address form input::-ms-input-placeholder {
  font-size: 12px;
  color: #707070;
}

body #contact-page .contact-main .contact-form .contact-body .contact-address form input::placeholder {
  font-size: 12px;
  color: #707070;
}

body #contact-page .contact-main .contact-form .contact-body .contact-address form textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #929292;
  background: white;
  font-size: 14px;
  font-weight: 400;
  outline: none;
  padding: 5px 0px;
  margin-top: 15px;
  font-family: "Roboto";
  height: 60px;
}

body #contact-page .contact-main .contact-form .contact-body .contact-address form textarea::-webkit-input-placeholder {
  font-size: 12px;
  color: #707070;
}

body #contact-page .contact-main .contact-form .contact-body .contact-address form textarea:-ms-input-placeholder {
  font-size: 12px;
  color: #707070;
}

body #contact-page .contact-main .contact-form .contact-body .contact-address form textarea::-ms-input-placeholder {
  font-size: 12px;
  color: #707070;
}

body #contact-page .contact-main .contact-form .contact-body .contact-address form textarea::placeholder {
  font-size: 12px;
  color: #707070;
}

body #contact-page .contact-main .contact-form .contact-body .contact-address form button {
  width: 100%;
  margin-top: 20px;
  height: 40px;
  background: #010074;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border: none;
  outline: none;
  font-weight: 600;
  font-size: 20px;
  cursor: pointer;
}

body #contact-page .contact-main .contact-form .contact-body .contact-address form button img {
  width: 20px;
  margin-left: 10px;
}

body #service-page {
  width: 100%;
  margin-top: 80px;
  padding: 50px 0px;
}

@media (max-width: 768px) {
  body #service-page {
    padding: 20px;
  }
}

body #service-page .service-image {
  width: 100%;
  position: relative;
}

body #service-page .service-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body #service-page .service-image .service-image-content {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  color: white;
  display: none;
  z-index: 15;
}

body #service-page .service-image .service-image-content h1 {
  font-size: 3.5rem;
}

@media (max-width: 768px) {
  body #service-page .service-image .service-image-content h1 {
    font-size: 2rem;
  }
}

body #service-page .service-holder {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 20px;
}

body #service-page .service-holder p {
  font-size: 1.2rem;
  line-height: 32px;
}

body #service-page .service-holder .benifits-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}

@media (max-width: 768px) {
  body #service-page .service-holder .benifits-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

body #service-page .service-holder .benifits-holder div {
  padding: 15px;
}

body #service-page .service-holder .benifits-holder div h1 {
  margin-bottom: 30px;
  display: block;
}

body #service-page .service-holder .benifits-holder div ul {
  margin: 0;
  padding: 0;
  margin-left: 20px;
}

body #service-page .service-holder .benifits-holder div ul li {
  font-size: 1.5rem;
  line-height: 35px;
}

body #work-page {
  width: 100%;
  float: left;
  background: #363636;
  padding-top: 120px;
}

body #work-page h2 {
  color: white;
  margin-bottom: 20px;
  font-size: 2em;
  text-align: center;
}

body #work-page .work-column {
  width: calc(100% / 4 - 2px);
  margin: 1px;
  border: 1px solid #eee;
  height: 250px;
  background: #2e2d2d;
  margin-top: 2px;
  float: left;
  overflow: hidden;
}

body #work-page .work-column img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1024px) {
  body #work-page .work-column {
    width: calc(100% / 3 - 2px);
  }
}

@media (max-width: 1024px) {
  body #work-page .work-column {
    height: 200px;
  }
}

@media (max-width: 1024px) {
  body #work-page .work-column {
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */