@import url("https://fonts.googleapis.com/css2?family=Oswald&family=Titillium+Web:wght@300;600&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Oswald&family=Titillium+Web:wght@300;600&display=swap");

@font-face {
  font-family: "AcmeRegular";
  src: url(../fonts/AcmeRegular.ttf);
}

@font-face {
  font-family: "TanseekModernProArabicBook";
  src: url(../fonts/TanseekModernProArabicBook.ttf);
}

@font-face {
  font-family: "PTSansRegular";
  src: url(../fonts/PTSansRegular.ttf);
}

body {
  font-family: "PTSansRegular";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald", sans-serif;
  letter-spacing: 2;
  font-family: "Oswald";
}
about-sec h3 {
  margin-top: 10px;
}

p {
  font-family: "Titillium Web", sans-serif;
  font-size: 17px;
  line-height: 30px;
}

.nav_activ {
  color: #3d84ee !important;
}

.carousel-caption h1 {
  font-size: 50px;
}

.aa {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 30%;
  top: 25%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.bb {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 20%;
  top: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.cc {
  position: absolute;
  right: 40%;
  bottom: 20px;
  left: 0%;
  top: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

@media (max-width: 768px) {
  .carousel-caption h1 {
    font-size: 20px !important;
  }
}

@media (max-width: 1024px) {
  .carousel-caption h1 {
    font-size: 30px;
  }
}

@media (max-width: 600px) {
  .carousel-caption h1 {
    font-size: 14px !important;
  }
}

@media (max-width: 425px) {
  .carousel-caption {
    display: none;
  }
}

#about-sec {
  padding: 30px 0px;
  background-color: #ccc;
  background-image: url(../images/aboutus/abtbg.png);
  background-size: cover;
  background-position-y: 26%;
}

#about-sec h2 {
  border-left: 4px solid #2471de;
  font-size: 35px;
  font-weight: bold;
}

#about-sec h3 q {
  font-size: 40px;
  font-weight: 500;
}

#about-sec .abt-img img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  z-index: 1;
}

#about-sec .rd-more {
  margin-top: 30px;
}

#about-sec .rd-more a {
  border: 2px solid #1a172c;
  padding: 10px 15px;
  color: #ffffff;
  background-color: #1a172c;
  text-decoration: none;
  display: inline-block;
}

#about-sec .rd-more a:hover {
  background-color: #2471de;
  color: #fff;
  border: 2px solid #2471de;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#serv-sec {
  padding: 30px 10px;
  background-image: url("../images/bg2.png");
  background-size: cover;
  background-attachment: fixed;
}

#serv-sec h2 {
  border-left: 4px solid #2471de;
  font-size: 46px;
  font-weight: bold;
  color: #fff;
}

#serv-sec a {
  text-decoration: none !important;
}

#serv-sec .center-heading {
  text-align: center;
}

#serv-sec .center-heading .section-title {
  font-weight: 600;
  font-size: 28px;
  color: #3b566e;
  letter-spacing: 1.1px;
  line-height: 38px;
  margin-bottom: 20px;
}

#serv-sec .center-heading.colo#42c1e0 .section-title {
  color: #ffffff;
}

#serv-sec .center-text {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #6f8ba4;
  line-height: 28px;
  letter-spacing: 1px;
  margin-bottom: 50px;
}

#serv-sec .center-text p {
  margin-bottom: 30px;
}

#serv-sec .center-text.colo#42c1e0 {
  color: #c7e5ff;
}

#serv-sec .services-small-item {
  height: 450px;
  display: block;
  background: #fff;
  border-radius: 5px;
  padding: 40px 28px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
}

#serv-sec .services-small-item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  border-radius: 5px;
  background: linear-gradient(133deg, #2471de 26%, #2471de 100%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
}

#serv-sec .services-small-item:hover:before {
  opacity: 1;
}

#serv-sec .services-small-item:hover .icon:before {
  opacity: 0.26;
}

#serv-sec .services-small-item:hover .icon i {
  background: -webkit-linear-gradient(#fff, #fff);
  -webkit-background-clip: text;
  background-clip: text; /* for compatibility */
  -webkit-text-fill-color: transparent;
}

#serv-sec .services-small-item:hover .services-title {
  color: #ffffff;
}

#serv-sec .services-small-item:hover p {
  color: #ffffff;
}

#serv-sec .services-small-item:hover .button i {
  background-image: linear-gradient(135deg, #fff 0%, #fff 100%) !important;
  color: #1d649c !important;
}

#serv-sec .services-small-item:hover + .item-bg {
  bottom: 30px;
}

#serv-sec .services-small-item .icon {
  width: 139px;
  height: 113px;
  margin: auto;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

#serv-sec .services-small-item .icon i {
  display: block;
  height: 67px;
  line-height: 67px;
  position: absolute;
  width: 100%;
  top: 22px;
  z-index: 2;
  font-size: 67px;
  background: linear-gradient(133deg, #2471de 26%, #8c8c8c 100%);
  -webkit-background-clip: text;
  background-clip: text; /* for compatibility */
  -webkit-text-fill-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

#serv-sec .services-small-item .services-title {
  font-weight: 600;
  font-size: 25px;
  color: #000;
  letter-spacing: 0.7px;
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

#serv-sec .services-small-item p {
  font-weight: 400;
  font-size: 16px;
  color: #000;
  letter-spacing: 0.88px;
  line-height: 26px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

#serv-sec .services-small-item .button {
  position: relative;
  z-index: 2;
}

#serv-sec .services-small-item .button i {
  width: 42px;
  height: 42px;
  background: linear-gradient(133deg, #2471de 26%, #8c8c8c 100%);
  line-height: 42px;
  text-align: center;
  border-radius: 100px;
  color: #fff;
  padding-left: 3px;
}

#serv-sec .services-small-item.active:before {
  opacity: 1;
}

#serv-sec .services-small-item.active .icon:before {
  opacity: 0.26;
}

#serv-sec .services-small-item.active .icon i {
  background: -webkit-linear-gradient(#fff, #fff);
  -webkit-background-clip: text;
  background-clip: text; /* for compatibility */
  -webkit-text-fill-color: transparent;
}

#serv-sec .services-small-item.active .services-title {
  color: #ffffff;
}

#serv-sec .services-small-item.active p {
  color: #ffffff;
}

#serv-sec .services-small-item.active .button i {
  background-image: linear-gradient(135deg, #fff 0%, #fff 100%) !important;
  color: #1d649c !important;
}

#serv-sec .item-bg {
  content: "";
  position: absolute;
  width: 80%;
  height: 15px;
  bottom: 15px;
  left: 0px;
  right: 0px;
  margin: auto;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  z-index: 1;
  background: #fff;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

#industries-sec {
  padding: 30px 0px;
  background-size: cover;
  background-attachment: fixed;
  background-color: #f9f9f9;

  background-image: linear-gradient(45deg, #ffffff5a, #ffffff60),
    url(../images/services/bg_pic1.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

#industries-sec h2 {
  border-left: 4px solid #2471de;
  font-size: 46px;
  font-weight: bold;
}

#industries-sec .mt-60 {
  margin-top: 40px;
}

#industries-sec .serv-section-2 {
  position: relative;
  /* border: 1px solid #eee; */
  background: #fff;

  border-radius: 5px;
  overflow: hidden;
  padding: 30px;
  margin-bottom: 10px;
  height: 275px;
  box-shadow: rgb(50 50 93 / 25%) 0px 50px 100px -20px,
    rgb(0 0 0 / 30%) 0px 30px 60px -30px,
    rgb(10 37 64 / 35%) 0px -2px 6px 0px inset;
}

#industries-sec .serv-section-2:before {
  position: absolute;
  top: 0;
  right: 0px;
  z-index: 0;
  content: " ";
  width: 120px;
  height: 120px;
  background: #f5f5f5;
  border-bottom-left-radius: 136px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

#industries-sec .serv-section-2 h4 {
  color: #1769ff;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.5;
}

#industries-sec .serv-section-2 h5 {
  color: #333;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  margin-top: 5px;
}

#industries-sec .serv-section-2 p {
  margin-top: 10px;
  padding-right: 50px;
}

#industries-sec .serv-section-2:hover .serv-section-2-icon i {
  color: #fff;
}

#industries-sec .serv-section-2:hover:before {
  background: linear-gradient(133deg, #2471de 26%, #2471de 100%);
}

#industries-sec .serv-section-2-icon {
  position: absolute;
  top: 18px;
  right: 22px;
  max-width: 100px;
  z-index: 1;
  text-align: center;
}

#industries-sec .serv-section-2-icon i {
  /* color: #2471de; */
  /* background: linear-gradient(133deg, #2471de 26%, #8c8c8c 100%); */
  font-size: 48px;
  line-height: 65px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  background: linear-gradient(133deg, #2471de 26%, #8c8c8c 100%);
  -webkit-background-clip: text;
  background-clip: text; /* for compatibility */
  -webkit-text-fill-color: transparent;
}

#industries-sec .serv-section-2:hover i {
  background: linear-gradient(133deg, #ffffff 26%, #ffffff 100%);
  -webkit-background-clip: text;
  background-clip: text; /* for compatibility */
  -webkit-text-fill-color: transparent;
}

#industries-sec .serv-section-desc {
  position: relative;
}

#industries-sec .section-heading-line-left {
  content: "";
  display: block;
  width: 100px;
  height: 3px;
  background: linear-gradient(133deg, #3d84ee 26%, #3d84ee 100%);
  border-radius: 25%;
  margin-top: 15px;
  margin-bottom: 5px;
}

#testimonials-sec {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#00000057),
      to(#0000008a)
    ),
    url(../images/slider/slider5.jpg);
  background: linear-gradient(#00000057, #0000008a),
    url(../images/slider/slider5.jpg);
  color: #fff;
  padding: 30px 10px;
  background-attachment: fixed;
}

#testimonials-sec h2 {
  border-left: 4px solid #42c1e0;
  font-size: 46px;
  font-weight: bold;
}

#testimonials-sec h3 {
  font-size: 30px;
}

#testimonials-sec .testimonial_subtitle {
  color: #0aaa7a;
  font-size: 12px;
}

#testimonials-sec .testimonial_btn {
  background-color: #373d4b !important;
  color: #fff !important;
}

#testimonials-sec .testimonial_para {
  font-size: 20px;
}

@media (max-width: 767px) {
  #testimonials-sec {
    background-position: 60%;
  }

  #industries-sec .serv-section-2 h4 {
    width: 300px;
  }
}

@media (max-width: 500px) {
  #industries-sec .serv-section-2 h4 {
    width: 170px;
  }
  #industries-sec .serv-section-2 h4 {
    font-size: 22px;
  }
}

#footer-sec {
  padding: 30px 0px;
  background-color: #000;
}

#footer-sec img {
  width: 100%;
}

@media (max-width: 767px) {
  #footer-sec img {
    width: 50%;
  }
}

#footer-sec .footer-inner h3 {
  color: #fff;
  font-size: 26px;
  border-bottom: 1px dashed;
  width: 50%;
  padding-bottom: 5px;
  font-family: "Titillium Web", sans-serif;
}

#footer-sec .footer-inner p {
  color: #f1f1f1;
  font-size: 18px;
}

#footer-sec .footer-inner ul {
  padding: 0;
  margin: 0;
}

#footer-sec .footer-inner ul h3 {
  color: #fff;
  font-size: 24px;
  border-bottom: 1px dashed;
  width: 56%;
  padding-bottom: 5px;
  font-family: "Titillium Web", sans-serif;
}

#footer-sec .footer-inner li {
  list-style-type: none;
  padding: 5px 0px;
  font-size: 16px;
  color: #f1f1f1;
}

.footer-inner-logo {
  margin-left: -26px !important;
}

#footer-sec .footer-inner li a {
  text-decoration: none;
  color: #f1f1f1;
  font-size: 18px;
  font-family: "Titillium Web", sans-serif;
}

#footer-sec .footer-inner li a:hover {
  color: #2776ec;
}

#footer-sec .footer-inner li:hover {
  color: #2776ec;
  margin-left: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 767px) {
  #footer-sec .footer-inner {
    margin-left: 0px !important;
  }
}

#bottom-footer p {
  margin: 0 !important;
}

#bottom-footer {
  background-color: #131313;
  color: #fff;
  padding-top: 10px;
  padding-left: 2px;
  padding-bottom: 20px;
  padding-right: 2px;
}

#bottom-footer img {
  width: 75px;
}

#bottom-footer .copyright {
  text-align: center;
  margin: 15px 0;
}

#bottom-footer .design {
  text-align: center;
  margin: 15px 0;
}

@media (max-width: 767px) {
  .abt-img {
    display: none;
  }
  #bottom-footer .copyright {
    text-align: center;
  }
  #bottom-footer .design {
    text-align: center;
  }
  .serv-section-2 {
    height: 375px !important;
  }
}

@media (max-width: 425px) {
  #contact-sec .contact-right form button {
    border: 2px solid #1a172c;
    padding: 10px 15px;
    color: #ffffff;
    margin-top: -7px !important;
    background-color: #1a172c;
  }
  #bottom-footer .copyright {
    text-align: center;
    font-size: 16px !important;
  }
  #bottom-footer .design {
    text-align: center;
    font-size: 16px !important;
    /* margin-top: 5px; */
  }
}

@media (max-width: 320px) {
  #serv-sec .services-small-item .services-title {
    font-weight: 600;
    font-size: 28px;
    color: #000;
    letter-spacing: 0.7px;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  #bottom-footer .copyright {
    text-align: center;
    font-size: 14px !important;
  }
  #bottom-footer .design {
    text-align: center;
    font-size: 14px !important;
    /* margin-top: 5px; */
  }
}

.social-buttons {
  border-radius: 10px;
  text-align: center;
  margin-top: 5px;
}

.social-buttons .social-margin {
  margin: 5px;
}

.social-buttons a {
  text-decoration: none;
}

.social-buttons a:hover {
  text-decoration: none;
}

.social-buttons a:focus {
  text-decoration: none;
}

.social-buttons a:active {
  text-decoration: none;
}

.social-buttons .social-icon {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 138px;
  border: 5px solid;
  text-align: center;
  width: 45px;
  height: 45px;
  display: inline-block;
  line-height: 1px;
  padding-top: 6px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.social-buttons .social-icon:hover {
  -webkit-transform: rotate(360deg) scale(1.2);
  transform: rotate(360deg) scale(1.2);
}

.social-buttons .social-icon.facebook {
  font-size: 22px;
  padding-top: 6px;
  border-color: #3b5998;
  background-color: #3b5998;
  color: #ffffff;
}

.social-buttons .social-icon.facebook:hover {
  background-color: #ffffff;
  color: #3b5998;
}

.social-buttons .social-icon.twitter {
  font-size: 22px;
  padding-top: 6px;
  padding-left: 2px;
  border-color: #55acee;
  background-color: #55acee;
  color: #ffffff;
}

.social-buttons .social-icon.twitter:hover {
  background-color: #ffffff;
  color: #55acee;
}

.social-buttons .social-icon.google-plus {
  font-size: 22px;
  padding-top: 6px;
  padding-left: 2px;
  background-color: #dd4b39;
  color: #ffffff;
  border-color: #dd4b39;
}

.social-buttons .social-icon.google-plus:hover {
  background-color: #ffffff;
  color: #dd4b39;
}

.social-buttons .social-icon.linkedin {
  font-size: 24px;
  padding-top: 6px;
  padding-left: 1px;
  background-color: #0976b4;
  color: #ffffff;
  border-color: #0976b4;
}

.social-buttons .social-icon.linkedin:hover {
  background-color: #ffffff;
  color: #0976b4;
}

.social-buttons .social-icon.pinterest {
  font-size: 22px;
  padding-top: 6px;
  background-color: #cb2027;
  color: #ffffff;
  border-color: #cb2027;
}

.social-buttons .social-icon.pinterest:hover {
  background-color: #ffffff;
  color: #cb2027;
}

.social-buttons .social-icon.behance {
  font-size: 22px;
  padding-top: 6px;
  background-color: #1769ff;
  color: #ffffff;
  border-color: #1769ff;
}

.social-buttons .social-icon.behance:hover {
  background-color: #ffffff;
  color: #1769ff;
}

.social-buttons .social-icon.github {
  font-size: 22px;
  padding-top: 6px;
  background-color: #4183c4;
  color: #ffffff;
  border-color: #4183c4;
}

.social-buttons .social-icon.github:hover {
  background-color: #ffffff;
  color: #4183c4;
}

.social-buttons .social-icon.youtube {
  font-size: 22px;
  padding-top: 6px;
  padding-left: 0px;
  background-color: #bb0000;
  color: #ffffff;
  border-color: #bb0000;
}

.social-buttons .social-icon.youtube:hover {
  background-color: #ffffff;
  color: #bb0000;
}

.social-buttons .social-icon.soundcloud {
  font-size: 22px;
  padding-top: 6px;
  padding-left: 0px;
  background-color: #ff3a00;
  color: #ffffff;
  border-color: #ff3a00;
}

.social-buttons .social-icon.soundcloud:hover {
  background-color: #ffffff;
  color: #ff3a00;
}

#inner-aboutus {
  padding: 30px 10px;
  background-image: url(../images/aboutus/abtbg2.png);
  background-size: cover;
  background-position-y: 26%;
  position: relative;
  overflow: hidden;
}

#inner-aboutus::after {
  position: absolute;
  content: "";
  top: 0px;
  left: -60px;
  width: 110%;
  height: 2000px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  z-index: -1;
  background-image: linear-gradient(45deg, rgb(255 255 255 / 73%), #ffffffcc),
    url(../images/aboutus/abt-bg-img.jpg);
}

#inner-aboutus img {
  width: 100%;
}
.abt-img {
  position: relative;
}
.abt-img::after {
  position: absolute;
  content: "";
  top: 40px;
  right: -10px;
  width: 200px;
  height: 200px;
  background-color: #1769ff;
  border-radius: 0px 17px 0px 0px;
}
.abt-img1hm::after {
  display: none;
}

#inner-aboutus .abt-img img {
  width: 100%;
  position: relative;
  border: 1px solid #eee;
  margin-top: 50px;
  z-index: 1;
  border-radius: 15px;
  box-shadow: rgb(50 50 93 / 25%) 0px 50px 100px -20px,
    rgb(0 0 0 / 30%) 0px 30px 60px -30px,
    rgb(10 37 64 / 35%) 0px -2px 6px 0px inset;
}

#inner-aboutus .abt-story h3 {
  border-left: 4px solid #42c1e0;
  font-size: 50px;
  font-weight: bold;
}

#inner-aboutus .abt-mission h3 {
  border-left: 4px solid #2471de;
  font-size: 50px;
  font-weight: bold;
}

#inner-aboutus .abt-vision h3 {
  border-left: 4px solid #2471de;
  font-size: 50px;
  font-weight: bold;
}

#inner-aboutus .mission {
  padding: 30px;
}

#inner-servpage {
  overflow: hidden;
  padding: 30px 0px 60px 0px;
  background-size: cover;
  background-attachment: fixed;
  background-color: #f9f9f9;
  background-image: linear-gradient(45deg, #ffffff8f, #ffffffb0),
    url(../images/banner_dots.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}

#inner-servpage h3 {
  border-left: 4px solid #2471de;
  font-size: 50px;
  font-weight: bold;
}

#inner-servpage .service-box {
  padding: 20px;
  margin-bottom: 20px;
  height: 0px;
}

#inner-servpage .service-box .service-icon {
  text-align: center;
  background: linear-gradient(133deg, #2471de 26%, #8c8c8c 100%);
  border-radius: 10px;
  font-size: 30px;
  color: #fff;
  width: 60px;
  height: 60px;
  margin-top: 25px;
  line-height: 62px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  margin: 0 auto;
  -webkit-transition: all 0.99s ease 0s;
  transition: all 0.99s ease 0s;
}

.service-icon {
  text-align: center;
  background: linear-gradient(133deg, #2471de 26%, #8c8c8c 100%);
  border-radius: 10px;
  font-size: 40px;
  color: #fff;
  width: 100px;
  height: 100px;
  margin-top: 25px;
  line-height: 100px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.99s ease 0s;
  transition: all 0.99s ease 0s;
}

#inner-servpage .service-box .service-icon i {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform 1s linear 0s;
  transition: -webkit-transform 1s linear 0s;
  transition: transform 1s linear 0s;
  transition: transform 1s linear 0s, -webkit-transform 1s linear 0s;
}

/* #inner-servpage .service-box:hover {
  -webkit-box-shadow: 0px 0px 10px 0px #ccc;
          box-shadow: 0px 0px 10px 0px #ccc;
  -webkit-transition: 0.5s;

  transition: 0.5s;
} */

#inner-servpage .service-box .service-detail h4 {
  font-size: 30px;
  text-align: center;
}

#inner-servpage .service-box .service-detail p {
  display: block;
  font-size: 16px;
  text-align: justify;
}

#inner-servpage .service-box:hover .service-icon i {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

@media screen and (max-width: 600px) {
  #inner-servpage .service-box {
    padding: 5px 10px;
    margin-bottom: 10px;
    height: auto;
  }
}

#industries-sec h3 {
  border-left: 4px solid #2471de;
  font-size: 50px;
  font-weight: bold;
}

#industries-sec .servicebox {
  text-align: center;
  margin: 15px 5px;
}

/* #industries-sec .servicebox .service-icon {
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 10px;
  background: linear-gradient(133deg, #2471de 26%, #1769ff 100%);
  margin-bottom: 20px;
} */

#industries-sec .servicebox .service-icon {
  display: inline-block;
  width: 55px;
  height: 55px;
  border-radius: 10px;
  background: linear-gradient(133deg, #2471de 26%, #1769ff 100%);
  margin-bottom: 20px;
}

#industries-sec .servicebox .service-icon i.fa {
  line-height: 55px;
  color: #ffffff;
  font-size: 30px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

#industries-sec .servicebox:hover .service-icon i.fa {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

#industries-sec .servicebox:hover .title:before {
  left: 100%;
}

#industries-sec .servicebox:hover .title:after {
  right: 100%;
}

#industries-sec .servicebox .title {
  color: #333;
  /* border-bottom: 1px solid #2471de; */
  display: block;
  line-height: 0px;
  letter-spacing: 1px;
  margin: 10px auto 0px;
  font-size: 23px;
  font-weight: 600;
  padding-bottom: 20px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 250px;
}

/* #industries-sec .servicebox .title:before {
  background: #2471de;
  border-radius: 0%;
  bottom: -5px;
  content: "";
  height: 5px;
  margin: 0 -5px 0 0;
  position: absolute;
  right: 50%;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  width: 80px;
  left: 40%;
  margin: 0 0 0 -5px;
} */
/*
#industries-sec .servicebox .title:after {
  background: #839397;
  border-radius: 0%;
  bottom: -5px;
  content: "";
  height: 5px;
  margin: 0 -5px 0 0;
  position: absolute;
  right: 55%;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  width: 37px;
} */

#industries-sec .servicebox .description {
  color: grey;
  padding: 0 15px;
  font: 14px;
  line-height: 27px;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}

@media screen and (max-width: 1000px) {
  #industries-sec .servicebox {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 991px) {
  #serv-sec .services-small-item {
    height: auto;
  }
  #inner-servpage .service-box {
    background-clip: text; /* for compatibility */
    /*height: auto;*/
  }
}

#contact-sec {
  margin: 20px 0;
}

#contact-sec h3 {
  border-left: 4px solid #2471de;
  font-size: 50px;
  font-weight: bold;
}

#contact-sec h2 {
  font-size: 45px;
  font-weight: bold;
  color: #2471de;
}

#contact-sec .contact-left {
  padding: 20px;
}

#contact-sec .contact-left span {
  font-size: 20px;
}

#contact-sec .contact-left h1 {
  font-size: 70px;
  color: #1d649c;
  margin-top: 0px;
}

#contact-sec .contact-right {
  border: 2px solid #ffffff;
  border-radius: 10px;
  height: 500px;
  margin-top: 25px;
  -webkit-box-shadow: 0px 10px 10px 0px #ccc;
  box-shadow: 0px 10px 10px 0px #ccc;
  padding: 10px;
}

#contact-sec .contact-right form input {
  width: 100%;
  margin: 10px 0;
  height: 35px;
  padding-left: 7px;
  border: 1px solid #ccc;
  outline: none;
}

#contact-sec .contact-right form textarea {
  width: 100%;
  margin: 10px 0;
  height: 90px;
  padding-left: 7px;
  border: 1px solid #ccc;
  outline: none;
}

#contact-sec .contact-right form ::-webkit-input-placeholder {
  color: #616161;
  font-weight: 600;
  font-size: 16px;
}

#contact-sec .contact-right form :-ms-input-placeholder {
  color: #616161;
  font-weight: 600;
  font-size: 16px;
}

#contact-sec .contact-right form ::-ms-input-placeholder {
  color: #616161;
  font-weight: 600;
  font-size: 16px;
}

#contact-sec .contact-right form ::placeholder {
  color: #616161;
  font-weight: 600;
  font-size: 16px;
}

#contact-sec .contact-right form button {
  border: 2px solid #1a172c;
  padding: 7px 25px;
  color: #ffffff;
  margin-top: 1px;
  background-color: #1a172c;
}

#contact-sec .contact-right form button:hover {
  background-color: #2471de;
  color: #fff;
  border: 2px solid #2471de;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#contact-sec .zoom {
  overflow: hidden;
}

#contact-sec .zoom img {
  -webkit-transition-duration: 4s;
  transition-duration: 4s;
  margin: 0 auto;
  width: 100%;
  display: block;
}

#contact-sec .zoom img:hover {
  transform: scale(1.4);
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  z-index: 0;
}
/*# sourceMappingURL=stylesheet.css.map */

.inner_banner_abt {
  position: relative;
}

.inner_banner_abt img {
  height: 230px;
  position: relative;
  width: 100%;
}

.inner_banner_abt_content {
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.inner_banner_abt_content h3 {
  color: #fff;
  font-weight: 600;
  font-family: "Titillium Web", sans-serif;
}

.abt_inner_missn_vissn {
  width: 65%;
  margin: 60px auto 0 auto;
  display: flex;
}

.inner_serv_mdl_aff {
  position: relative;
}

/* .inner_serv_mdl_aff::after{
  position: absolute;
  content: '';
  top: 0px;
  left: -60px;
  background-color: #000;
  width: 110%;
  height: 500px;
  background-image: url(../images/lap_bg.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
} */

@media screen and (max-width: 500px) {
  .inner_banner_abt img {
    height: 110px;
  }
}

.indstries_inner_left {
  width: 100%;
  text-align: center;
}

.indstries_inner_left img {
  width: 90%;
  box-shadow: rgb(50 50 93 / 16%) 0px 50px 100px -20px,
    rgb(0 0 0 / 21%) 0px 30px 60px -30px,
    rgb(10 37 64 / 16%) 0px -2px 6px 0px inset;
  border: 8px solid #fff;
  border-radius: 21px;
  margin-top: 16px;
  height: 400px;
  object-fit: cover;
}

iframe {
  margin: 20px 0px 0px 0px;
  width: 100%;
  height: 350px;
  border: 2px solid #2776ec;
}

@media (max-width: 991px) {
  #footer-sec img {
    width: 60%;
  }
}

@media (max-width: 768px) {
  #contact-sec .contact-right {
    border: 2px solid #ffffff;
    border-radius: 10px;
    height: 550px;
  }
  #footer-sec img {
    width: 50%;
  }
}

@media (max-width: 468px) {
  #contact-sec .contact-right {
    border: 2px solid #ffffff;
    border-radius: 10px;
    height: 522px;
  }
  #footer-sec img {
    width: 100%;
  }
}

.industries_hd h4 {
  color: #2471de;
  font-size: 28px;
  font-weight: 800;
}

@media screen and (max-width: 600px) {
  #inner-servpage .service-box .service-detail h4 {
    font-size: 24px;
  }
  /*#inner-servpage .service-box .service-detail p {*/
  /*  text-align: center;*/
  /*}*/
}

.serv_block_plt {
  position: relative;
  height: 460px;
  transition: 0.5s ease;
  width: 100%;
  padding-top: 25px;
}
@media screen and (max-width: 1200px) {
  .serv_block_plt {
    height: auto;
  }
}

.service-box:hover .serv_block_plt {
  box-shadow: 0px 0px 10px 0px #ccc;
  background-color: #fff;
}
.industries_box_shdw {
  height: 230px;
  transition: 0.5s ease;
  padding: 30px 0px;
  margin: 6px 0px;
}
@media screen and (max-width: 991px) {
  .industries_box_shdw {
    height: auto;
  }
  #contact-sec .contact-right {
    margin-bottom: 18px;
  }
}

.service-box:hover .industries_box_shdw {
  box-shadow: 0px 0px 10px 0px #ccc;
  background: #ffffff;
}

@media screen and (max-width: 768px) {
  service-detail industries_hd {
    text-align: justify;
  }
  .industries_box_shdw {
    text-align: justify;
  }
}

@media screen and (max-width: 500px) {
  #footer-sec .footer-inner p {
    text-align: justify;
  }
  #industries-sec .serv-section-2 p {
    margin-top: 10px;
    padding-right: 21px;
  }

  #inner-aboutus .mission {
    padding: 5px 10px;
  }
  .abt_inner_missn_vissn {
    width: 80%;
    margin: 0px auto 0 auto;
  }

  .abt_inner_missn_vissn {
    width: 80%;
    margin: 0px auto 0 auto;
  }
  #inner-servpage {
    overflow: hidden;
    padding: 10px 0px 10px 0px;
  }
  .industries_box_shdw {
    padding: 9px 0px;
    margin: 0px 0px;
  }
  #footer-sec {
    padding: 5px 0px;
  }
}

@media screen and (max-width: 400px) {
  .serv-section-2 {
    height: auto !important;
  }
}
