html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  font-family: "Open Sans", sans-serif;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.container {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 15px;
}

a {
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.header-top {
  background-color: #254099;
  height: 50px;
}
.header-top .header-top-inner {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-top .email-phone-text {
  color: white;
  font-weight: 600;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
}
.header-top .email-phone-text i {
  font-size: 15px;
  color: #a5bfff;
  margin-right: 10px;
}
.header-top .email-phone-text.email-text {
  margin-left: 25px;
}
.header-top .right-side {
  display: flex;
  align-items: center;
}
.header-top .header-socials {
  display: flex;
}
.header-top .header-socials li {
  margin: 0 15px;
}
.header-top .header-socials a {
  color: white;
  font-size: 15px;
  transition: 0.5s;
}
.header-top .header-socials a:hover {
  color: #a2a7e8;
  transition: 0.5s;
}

.slide1 {
  background-image: url("../images/slide1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 650px;
}

.slide2 {
  background-image: url("../images/slide2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 650px;
}

.bx-wrapper {
  border: none !important;
  box-shadow: none !important;
  margin-bottom: 0 !important;
}
.bx-wrapper .bx-prev {
  display: none;
}
.bx-wrapper .bx-next {
  display: none;
}

.banner-wrapper {
  position: relative;
}
.banner-wrapper header {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}
.banner-wrapper header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banner-wrapper header .logo a {
  display: inline-flex;
  align-items: center;
}
.banner-wrapper header .logo img {
  height: 40px;
}
.banner-wrapper header .logo span {
  color: white;
  font-size: 30px;
  font-weight: bold;
  margin-left: 10px;
  font-family: "Ubuntu", sans-serif;
  letter-spacing: 1px;
}
.banner-wrapper header .navigation-bar ul {
  display: flex;
}
.banner-wrapper header .navigation-bar ul li {
  margin: 0 15px;
}
.banner-wrapper header .navigation-bar ul li a {
  color: white;
  font-size: 14px;
  font-weight: 500;
  padding: 15px 0;
}
.banner-wrapper header .navigation-bar ul li a:hover {
  border-bottom: 1px solid #a2a7e8;
  color: #a2a7e8;
}

.banner-text {
  position: absolute;
  top: 130px;
  left: 0;
  right: 0;
  text-align: center;
}
.banner-text span {
  color: white;
  font-size: 15px;
}
.banner-text h1 {
  color: white;
  font-size: 65px;
  line-height: 70px;
  font-weight: bold;
  margin: 30px 0;
}
.banner-text p {
  color: white;
  font-size: 15px;
  line-height: 28px;
  max-width: 850px;
  margin: 0 auto;
  letter-spacing: 0.3px;
  text-align: justify;
}
.banner-text a {
  background-color: white;
  height: 45px;
  display: inline-flex;
  align-items: center;
  padding: 0 40px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: bold;
  color: #254099;
  margin-top: 35px;
  border: 1px solid white;
  transition: 0.5s;
}
.banner-text a:hover {
  background-color: transparent;
  color: white;
}

.about-us-wrapper {
  margin: 60px 0;
}
.about-us-wrapper h3 {
  text-align: center;
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 25px;
  color: #254099;
}
.about-us-wrapper p {
  font-size: 15px;
  line-height: 32px;
  margin: 0 auto;
  letter-spacing: 0.3px;
  text-align: justify;
}
.about-us-wrapper p.first-pera {
  margin-bottom: 20px;
}

.our-project-wrapper h3 {
  text-align: center;
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 40px;
  color: #254099;
}
.our-project-wrapper .our-project-inner {
  display: flex;
  background-color: rgb(37, 64, 153);
}
.our-project-wrapper .our-project-inner .our-project-box {
  width: 25%;
}
.our-project-wrapper .our-project-inner .our-project-box .project-img-box {
  width: 100%;
  height: 318px;
  overflow: hidden;
}
.our-project-wrapper .our-project-inner .our-project-box .project-img-box img {
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease;
}
.our-project-wrapper .our-project-inner .our-project-box .project-img-box:hover img {
  transform: scale(1.2);
}
.our-project-wrapper .our-project-inner .our-project-box .project-info {
  padding: 25px 20px;
  color: white;
}
.our-project-wrapper .our-project-inner .our-project-box .project-info h4 {
  font-weight: 600;
  margin-bottom: 10px;
}
.our-project-wrapper .our-project-inner .our-project-box .project-info strong {
  display: block;
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 1.4;
}
.our-project-wrapper .our-project-inner .our-project-box .project-info p {
  font-size: 13px;
  line-height: 1.7;
  color: #bfc3f5;
}

.our-services-wrapper {
  margin: 60px 0 30px;
}
.our-services-wrapper h3 {
  text-align: center;
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 40px;
  color: #254099;
}
.our-services-wrapper .our-services-row {
  display: flex;
  align-items: center;
  margin: 60px 0;
}
.our-services-wrapper .our-services-row .left-side {
  width: 50%;
}
.our-services-wrapper .our-services-row .right-side {
  width: 50%;
}
.our-services-wrapper .our-services-row .right-side.right-gap {
  padding-left: 40px;
}
.our-services-wrapper .our-services-row .img-box {
  width: 100%;
  height: 320px;
}
.our-services-wrapper .our-services-row .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.our-services-wrapper .our-services-row .service-info span {
  color: #981E25;
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
}
.our-services-wrapper .our-services-row .service-info h4 {
  font-size: 22px;
  text-transform: capitalize;
  color: #254099;
  margin-bottom: 20px;
  line-height: 1.4;
}
.our-services-wrapper .our-services-row .service-info p {
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.3px;
  margin-bottom: 15px;
}
.our-services-wrapper .our-services-row .service-info ul {
  list-style-type: disc;
  margin-left: 17px;
}
.our-services-wrapper .our-services-row .service-info ul li {
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.3px;
}

.our-team-wrapper {
  padding: 30px 0 60px;
  position: relative;
}
.our-team-wrapper h3 {
  text-align: center;
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #254099;
}
.our-team-wrapper .team-back-wrapper {
  position: absolute;
  top: 10px;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -2;
  transition: border-color 300ms, border-width 300ms;
}
.our-team-wrapper .team-back {
  background-image: url("/images/team-back.png");
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  backface-visibility: hidden;
  background-position: center -61px;
}
.our-team-wrapper .our-team-inner {
  display: flex;
  background-color: #F6F6F6;
  padding: 15px;
}
.our-team-wrapper .our-team-inner .our-team-box {
  width: 33.33%;
}
.our-team-wrapper .our-team-inner .our-team-box img {
  width: 100%;
}
.our-team-wrapper .our-team-inner .our-team-box .our-team-detail {
  background-color: white;
  padding: 20px;
  height: 105px;
}
.our-team-wrapper .our-team-inner .our-team-box .our-team-detail h4 {
  color: #254099;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 15px;
}
.our-team-wrapper .our-team-inner .our-team-box .our-team-detail .profile {
  font-size: 14px;
  color: #888;
  margin-bottom: 8px;
  line-height: 20px;
}

.review-wrapper {
  background-image: url("../images/review-back.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 100px 0;
}
.review-wrapper h3 {
  color: white;
  font-weight: 600;
  font-size: 38px;
  margin-bottom: 30px;
  text-align: center;
}
.review-wrapper .bx-wrapper {
  background: none;
}
.review-wrapper .bx-wrapper .bx-pager-link {
  background: none !important;
  border: 1px solid white;
  border-radius: 0 !important;
  width: 20px !important;
  height: 5px !important;
}
.review-wrapper .bx-wrapper .bx-pager-link.active {
  background-color: white !important;
}
.review-wrapper .review-box {
  text-align: center;
}
.review-wrapper .review-box p {
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.7;
  font-size: 17px;
  color: #c4c8ff;
  font-style: italic;
}
.review-wrapper .reviewer-box {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}
.review-wrapper .reviewer-box .icon {
  color: white;
  font-size: 55px;
  margin-right: 20px;
  margin-top: -8px;
}
.review-wrapper .reviewer-box .detail-box span {
  display: block;
  color: white;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 7px;
}
.review-wrapper .reviewer-box .detail-box strong {
  display: block;
  color: #c4c8ff;
  font-size: 13px;
}

.contact-us-wrapper {
  margin: 60px 0;
}
.contact-us-wrapper .contact-us-inner {
  display: flex;
}
.contact-us-wrapper .contact-us-inner .left-side {
  width: 50%;
}
.contact-us-wrapper .contact-us-inner .left-side h3 {
  font-size: 38px;
  font-weight: 600;
  color: #2d2d2d;
  margin-bottom: 50px;
  position: relative;
}
.contact-us-wrapper .contact-us-inner .left-side h3:after {
  content: "";
  position: absolute;
  left: 0;
  top: 65px;
  background-color: #2d2d2d;
  height: 2px;
  width: 50px;
}
.contact-us-wrapper .contact-us-inner .left-side p {
  line-height: 1.7;
  font-size: 15px;
  color: gray;
}
.contact-us-wrapper .contact-us-inner .right-side {
  width: 50%;
}
.contact-us-wrapper .form-row {
  display: flex;
  margin: 0 -10px;
}
.contact-us-wrapper .form-row .form-col {
  width: 50%;
  padding: 0 10px;
}
.contact-us-wrapper .form-control {
  width: 100%;
  margin-bottom: 18px;
  height: 55px;
  font-size: 14px;
  padding: 22px 25px;
  border: none;
  color: #4e4e4e;
  background-color: #f5f5f5;
}
.contact-us-wrapper .form-control:focus {
  outline: none;
}
.contact-us-wrapper textarea {
  resize: none;
  font-family: "Open Sans", sans-serif;
  height: 100px !important;
}
.contact-us-wrapper .submit-btn {
  height: 45px;
  border-radius: 30px;
  background-color: #254099;
  padding: 0 30px;
  color: white;
  border: none;
  font-weight: bold;
  cursor: pointer;
  letter-spacing: 0;
  border: 1px solid #254099;
  font-family: "Open Sans", sans-serif;
  transition: 0.5s;
}
.contact-us-wrapper .submit-btn:hover {
  background-color: white;
  color: #254099;
  transition: 0.5s;
}

footer {
  background-color: #222;
  padding: 40px 0 20px 0;
}
footer .logo a {
  display: inline-flex;
  align-items: center;
}
footer .logo img {
  height: 30px;
}
footer .logo span {
  color: white;
  font-size: 24px;
  font-weight: bold;
  margin-left: 6px;
  font-family: "Ubuntu", sans-serif;
  letter-spacing: 1px;
}
footer .footer-column.first {
  width: 35% !important;
}
footer .footer-inner {
  display: flex;
}
.footer-for-line-height {
  line-height: 20px;
}
footer .footer-inner .footer-column {
  width: 25%;
}
footer .footer-inner .footer-column .logo {
  margin-bottom: 20px;
}
footer .footer-inner .footer-column h3 {
  color: white;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 28px;
}
footer .footer-inner .footer-column .text {
  color: white;
  font-size: 13px;
  line-height: 28px;
  margin-top: -4px;
}
footer .footer-inner .footer-column .services li {
  color: white;
  font-size: 13px;
  margin: 15px 0;
}
footer .footer-inner .footer-column .important-links li {
  margin: 15px 0;
}
footer .footer-inner .footer-column .important-links li a {
  color: #8699d8;
  font-size: 13px;
  transition: 0.5s;
}
footer .footer-inner .footer-column .important-links li a:hover {
  color: white;
  transition: 0.5s;
}
footer .form-group {
  margin-bottom: 20px;
}
footer .form-group .form-control {
  width: 100%;
  font-size: 13px;
  padding: 12px 18px;
  border: none;
  background-color: #2e2e2e;
  color: white;
}
footer .form-group .form-control:focus {
  outline: none;
}
footer .form-group textarea.form-control {
  height: 100px;
  resize: none;
  font-family: "Open Sans", sans-serif;
}
footer .form-submit {
  background-color: #254099;
  border: none;
  height: 40px;
  width: 150px;
  color: white;
  cursor: pointer;
  border: 1px solid #254099;
  font-family: "Open Sans", sans-serif;
}
footer .form-submit:hover {
  background-color: transparent;
  color: #254099;
}
footer .footer-address {
  margin-top: 40px;
  margin-bottom: 20px;
}
footer .footer-address li {
  margin: 15px 0;
}
footer .footer-address li p {
  color: #ababab;
  font-size: 13px;
}
footer .footer-address li p i {
  margin-right: 10px;
  color: white;
}

.footer-bottom {
  background-color: #282828;
  height: 60px;
}
.footer-bottom .footer-bottom-inner {
  display: flex;
  height: 60px;
  align-items: center;
  justify-content: space-between;
}
.footer-bottom .footer-bottom-inner .left-side p {
  color: #ababab;
  font-size: 13px;
}
.footer-bottom .footer-bottom-inner .right-side ul {
  display: flex;
}
.footer-bottom .footer-bottom-inner .right-side ul li {
  margin: 0 10px;
}
.footer-bottom .footer-bottom-inner .right-side ul li a {
  color: white;
  font-size: 13px;
  transition: 0.5s;
}
.footer-bottom .footer-bottom-inner .right-side ul li a:hover {
  color: rgb(171, 171, 171);
  transition: 0.5s;
}

.menu-icon {
  display: none;
}

footer .footer-inner .footer-column .footer-sub-address {
  margin-bottom: 20px !important;
}

footer .footer-inner .footer-column .footer-address {
  margin-top: 20px;
}

.menu-close {
  display: none;
}

@media (max-width: 992px) {
  footer .footer-column.first {
    width: 50% !important;
  }
  .navigation-bar {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #254099;
    z-index: 999;
    display: flex;
    justify-content: center;
    text-align: center;
    padding-top: 60px;
    display: none;
  }
  .navigation-bar.active {
    display: block;
  }
  .menu-close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: white;
    z-index: 99999;
    font-size: 24px;
    font-weight: 500;
    display: none;
  }
  .menu-close.active {
    display: block;
  }
  .banner-wrapper header .navigation-bar ul {
    width: 100%;
  }
  .banner-wrapper header .navigation-bar ul li {
    margin: 0;
  }
  .banner-wrapper header .navigation-bar ul li a {
    display: block;
    border-bottom: 1px solid white;
    margin: 0;
  }
  .banner-wrapper header .navigation-bar ul {
    flex-direction: column;
  }
  .menu-icon {
    display: block;
    color: white;
  }
  .menu-icon i {
    font-size: 18px;
  }
  .banner-text h1 {
    font-size: 60px;
  }
  .our-project-wrapper .our-project-inner {
    flex-wrap: wrap;
  }
  .our-project-wrapper .our-project-inner .our-project-box {
    width: 50%;
  }
  .our-project-wrapper .our-project-inner .our-project-box .project-img-box img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .our-team-wrapper .team-back {
    display: none;
  }
  .our-team-wrapper {
    padding: 0 0 60px;
  }
  footer .footer-inner {
    flex-wrap: wrap;
  }
  footer .footer-inner .footer-column {
    width: 50%;
  }
  footer .footer-inner .footer-column:nth-child(1) {
    margin-bottom: 30px;
  }
  footer .footer-inner .footer-column:nth-child(2) {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .our-team-wrapper {
    padding: 0 0 40px;
  }
  .banner-text h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .banner-text {
    top: 90px;
  }
  .about-us-wrapper {
    margin: 40px 0;
  }
  .our-services-wrapper .our-services-row {
    flex-direction: column;
    margin: 40px 0;
  }
  .our-services-wrapper {
    margin: 40px 0;
  }
  .our-services-wrapper .our-services-row .service-info h4 {
    margin-top: 30px;
  }
  .our-services-inner .our-services-row:nth-child(1) p {
    margin-bottom: 0;
  }
  .our-services-inner .our-services-row:nth-child(3) p {
    margin-bottom: 0;
  }
  .our-services-inner .our-services-row:nth-child(3) p {
    margin-bottom: 0;
  }
  .our-services-inner .our-services-row:nth-child(5) p {
    margin-bottom: 0;
  }
  .our-services-inner .our-services-row:nth-child(6) p {
    margin-bottom: 0;
  }
  .our-services-inner .our-services-row:nth-child(7) p {
    margin-bottom: 0;
  }
  .our-services-inner .our-services-row:nth-child(2) {
    flex-direction: column-reverse;
  }
  .our-services-inner .our-services-row:nth-child(4) {
    flex-direction: column-reverse;
  }
  .our-services-inner .our-services-row:nth-child(6) {
    flex-direction: column-reverse;
  }
  .our-services-wrapper .our-services-row .left-side {
    width: 100%;
  }
  .our-services-wrapper .our-services-row .right-side {
    width: 100%;
  }
  .our-services-wrapper .our-services-row .right-side.right-gap {
    padding-left: 0;
  }
  .review-wrapper {
    padding: 50px 0 90px;
  }
  .contact-us-wrapper {
    margin: 40px 0;
  }
  .contact-us-wrapper .contact-us-inner {
    flex-direction: column;
  }
  .contact-us-wrapper .contact-us-inner .left-side {
    width: 100%;
    margin-bottom: 50px;
  }
  .contact-us-wrapper .contact-us-inner .right-side {
    width: 100%;
  }
}
@media (max-width: 575px) {
  footer .footer-column.first {
    width: 100% !important;
  } 
  footer .footer-inner .footer-column {
    width: 100%;
  }
  footer .footer-inner .footer-column:nth-child(3) {
    margin-bottom: 30px;
  }
  .footer-bottom .footer-bottom-inner {
    flex-direction: column;
    text-align: center;
  }
  .footer-bottom {
    height: auto;
    padding: 12px 0 20px;
  }
  .footer-bottom .footer-bottom-inner .left-side p {
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .review-wrapper {
    padding: 40px 0 80px;
  }
  .contact-us-wrapper .contact-us-inner .left-side {
    margin-bottom: 30px;
  }
  .contact-us-wrapper .form-row {
    flex-direction: column;
  }
  .contact-us-wrapper .form-row .form-col {
    width: 100%;
  }
  .contact-us-wrapper .contact-us-inner .left-side h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .contact-us-wrapper .contact-us-inner .left-side p {
    font-size: 14px;
  }
  .contact-us-wrapper .contact-us-inner .left-side h3:after {
    display: none;
  }
  .review-wrapper .bx-viewport {
    height: auto !important;
  }
  .review-wrapper h3 {
    font-size: 24px;
  }
  .review-wrapper .review-box p {
    font-size: 14px;
  }
  .our-team-wrapper h3 {
    font-size: 24px;
  }
  .our-services-wrapper h3 {
    font-size: 24px;
  }
  .our-services-wrapper .our-services-row .service-info h4 {
    margin-top: 20px;
    font-size: 18px;
    margin-bottom: 10px;
  }
  .our-services-wrapper .our-services-row .service-info p {
    font-size: 14px;
    line-height: 28px;
  }
  .our-services-wrapper .our-services-row {
    margin: 30px 0;
  }
  .our-project-wrapper .our-project-inner .our-project-box {
    width: 100%;
  }
  .our-project-wrapper h3 {
    font-size: 24px;
  }
  .banner-text h1 {
    font-size: 24px;
    line-height: 34px;
    margin: 20px 0;
  }
  .about-us-wrapper h3 {
    font-size: 24px;
  }
  .about-us-wrapper p {
    font-size: 14px;
    line-height: 28px;
  }
  .banner-text {
    top: 80px;
  }
  .banner-text a {
    margin-top: 15px;
  }
  .banner-text span {
    font-size: 14px;
  }
  .banner-text p {
    font-size: 14px;
  }
  .banner-wrapper header {
    top: 20px;
  }
  .banner-wrapper header .logo img {
    height: 30px;
  }
  .header-top {
    height: auto;
  }
  .header-top .header-top-inner {
    flex-direction: column;
    height: auto;
    padding: 10px 0;
  }
  .header-top .header-top-inner .left-side {
    margin-bottom: 10px;
  }
}
@media (max-width: 380px) {
  .header-top .header-top-inner .left-side {
    text-align: center;
    margin-bottom: 4px;
  }
  .header-top .email-phone-text {
    margin-bottom: 10px;
  }
}/*# sourceMappingURL=index.css.map */