@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap");
body {
  font-family: "Lato", sans-serif;
}
.certificates{
    padding-bottom:50px;
}
.logo img {
    width: 100%;
}
.footer-logo img {
    width: 50%;
}
ul {
  margin: 0;
  padding: 0; 
}

li {
  list-style-type: none;
}
.main-menu ul li .submenu ul ul {
    display: none !important;
}
.main-menu ul li .submenu ul li:hover ul {
    display: block !important;
}
.m-mid-cat h2 {
    font-size: 20px;
    text-align: center;
    color: #000;
    margin: 10px 0px;
}
a {
  text-decoration: none;
}

.sidenav {
  display: block;
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  background-color: #1d1f52;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  text-align: center;
}
.sidenav a.closebtn {
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 30px;
  margin-left: 50px;
  color: #fff;
  text-decoration: none;
}
.sidenav ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.sidenav ul li {
  list-style-type: none;
}
.sidenav ul li a {
  padding: 8px 8px 8px 32px !important;
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  display: block;
  text-transform: uppercase;
  transition: 0.3s;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-align: left;
  font-weight: 600;
}

.custom-container {
  margin: 0 auto;
  padding: 0 15px;
}

@media (min-width: 576px) {
  .container-fluid {
    margin: 0 auto;
    max-width: 540px;
    padding: 0 15px;
  }
  .custom-container {
    margin: 0 auto;
    max-width: 540px;
    padding: 0 15px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    margin: 0 auto;
    max-width: 720px;
    padding: 0 15px;
  }
  .custom-container {
    margin: 0 auto;
    max-width: 720px;
    padding: 0 15px;
  }
}
@media (min-width: 992px) {
  .container-fluid {
    margin: 0 auto;
    max-width: 960px;
    padding: 0 15px;
  }
  .custom-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-fluid {
    margin: 0 auto;
    max-width: 1140px;
    padding: 0 15px;
  }
  .custom-container {
    margin: 0 auto;
    max-width: 1140px;
    padding: 0 15px;
  }
}
@media (min-width: 1300px) {
  .container-fluid {
    margin: 0 auto;
    max-width: 1240px;
    padding: 0 15px;
  }
  .custom-container {
    margin: 0 auto;
    max-width: 1240px;
    padding: 0 15px;
  }
}
@media (min-width: 1400px) {
  .container-fluid {
    margin: 0 auto;
    max-width: 1320px;
    padding: 0 15px;
  }
}
@media (min-width: 1550px) {
  .container-fluid {
    margin: 0 auto;
    max-width: 1440px;
    padding: 0 15px;
  }
  .custom-container {
    margin: 0 auto;
    max-width: 1440px;
    padding: 0 15px;
  }
}
@media (min-width: 1700px) {
  .container-fluid {
    margin: 0 auto;
    max-width: 1600px;
    padding: 0 15px;
  }
  .custom-container {
    margin: 0 auto;
    max-width: 1630px;
    padding: 0 15px;
  }
}
@media (min-width: 1800px) {
  .container-fluid {
    margin: 0 auto;
    max-width: 1765px;
    padding: 0 15px;
  }
}
@media (min-width: 1900px) {
  .container-fluid {
    margin: 0 auto;
    max-width: 1780px;
    padding: 0 15px;
  }
}
.top-header {
  background-color: #870606;
  padding: 10px 0px;
}
.top-header .email-phone ul li {
  display: inline-block;
  position: relative;
}
.top-header .email-phone ul li img {
  padding-right: 10px;
}
.top-header .email-phone ul li span {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  position: relative;
  top: 2px;
}
.top-header .email-phone ul li a {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  position: relative;
  top: 2px;
}
.top-header .email-phone ul li a:hover {
  text-decoration: underline;
}
.top-header .email-phone ul li:first-child {
  padding-right: 20px;
  margin-right: 20px;
}
.top-header .email-phone ul li:first-child::after {
  content: "";
  position: absolute;
  top: 2px;
  right: 0;
  background-color: #fff;
  width: 1px;
  height: 100%;
}

.social-menu {
  text-align: right;
}
.social-menu ul {
  font-size: 0;
}
.social-menu ul li {
  display: inline-block;
  margin-left: 5px;
}
.social-menu ul li a {
  color: #888888;
  display: block;
  border: 1px solid #888888;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  background-color: #fff;
  text-align: center;
}
.social-menu ul li a:hover {
  color: #fff;
}
.social-menu ul li .fb:hover {
  background-color: #1877F2;
  border-color: #1877F2;
}
.social-menu ul li .tw:hover {
  background-color: #1DA1F2;
  border-color: #1DA1F2;
}
.social-menu ul li .linkdin:hover {
  background-color: #0077b5;
  border-color: #0077b5;
}
.social-menu ul li .in:hover {
  background-color: #E1306C;
  border-color: #E1306C;
}

.middle-header {
  padding: 10px 0px;
}
.middle-header .row {
  align-items: center;
}
.middle-header .main-menu ul {
  font-size: 0;
}
.middle-header .main-menu ul li {
  display: inline-block;
}
.middle-header .main-menu ul li a {
  font-size: 16px;
  color: #1d1f52;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 16px;
  transition: 0.45s;
  line-height: 40px;
}
.middle-header .main-menu ul li a:hover {
  color: #870606;
}
.middle-header .main-menu ul .active a {
  color: #870606;
}

.search-card {
  text-align: right;
}
.search-card ul li {
  display: inline-block;
}
.search-card ul li a {
  font-size: 16px;
  color: #1d1f52;
  margin-right: 25px;
}
.search-card ul li .d-flex .icon {
  margin-right: 15px;
}
.search-card ul li .d-flex span {
  font-size: 15px;
  color: #828da5;
}
.search-card ul li .d-flex h6 {
  font-size: 22px;
  color: #870606;
  font-weight: bold;
  margin: 0;
  line-height: 1;
}
.search-card ul .d-mobile {
  display: none;
}

.banner-wrapper .banner-item {
  position: relative;
}
.banner-wrapper .banner-item .banner-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 220px;
  max-width: 380px;
  padding: 60px 25px;
  background-color: rgba(35, 114, 190, 0.7019607843);
}
.banner-wrapper .banner-item .banner-content h1 {
  font-size: 48px;
  color: #fff;
  font-weight: bold;
  text-transform: capitalize;
  line-height: 1;
  margin: 0;
  padding-bottom: 20px;
}
.banner-wrapper .banner-item .banner-content span {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  padding-bottom: 35px;
  display: inline-block;
}
.banner-wrapper .banner-item .banner-content a {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  background-color: #1d1f52;
  padding: 15px 30px 20px;
  position: relative;
  z-index: 2;
  display: inline-flex;
}
.banner-wrapper .banner-item .banner-content a::after {
  content: "";
  height: 100%;
  width: 0;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  transition: all 0.45s ease-out;
}
.banner-wrapper .banner-item .banner-content a:hover {
  color: #1d1f52;
}
.banner-wrapper .banner-item .banner-content a:hover::after {
  width: 100%;
  left: 0;
}

.about-section {
  padding: 0px 0px 60px;
}

.about-thumb {
  position: relative;
  margin-top: -50px;
}
.about-thumb img {
  transition: 0.45s;
}
.about-thumb:hover img {
  transform: scale(1.09);
}
.about-thumb img {
  width: 100%;
}
.about-thumb .no-of-years {
  display: flex;
  background-color: #fff;
  padding: 10px 30px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  align-items: center;
}
.about-thumb .no-of-years .number-text {
  font-size: 18px;
  color: #000;
  font-weight: 900;
}
.about-thumb .no-of-years .value {
  font-size: 60px;
  font-weight: 900;
  color: #870606;
  margin-right: 20px;
}

.btn-class {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  background-color: #870606;
  padding: 10px 25px 15px;
  position: relative;
  z-index: 2;
  display: inline-flex;
}
.btn-class::after {
  content: "";
  height: 100%;
  width: 0;
  background-color: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  transition: all 0.45s ease-out;
}
.btn-class:hover {
  color: #fff;
}
.btn-class:hover::after {
  width: 100%;
  left: 0;
}

.product-card {
  border: 1px solid #a1a1a1;
  border-radius: 5px;
  margin-bottom: 24px;
  padding: 10px;
  text-align: center;
}
.product-card .product-thumb {
  overflow: hidden;
}
.product-card .product-thumb img {
  transition: 2s;
  width: 100%;
}
.product-card .product-content {
  text-align: center;
}
.product-card .product-content h2 {
  font-size: 15px;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
}
.product-card:hover {
  border-color: #870606;
}
.product-card:hover .product-thumb img {
  transform: scale(1.09);
}

.banner-wrapper {
  padding-bottom: 0 !important;
}

.certificates .heading {
  text-align: center;
}

.about-content {
  padding: 30px 0 0 30px;
}
.about-content span {
  font-size: 16px;
  color: #870606;
  font-weight: 900;
  text-transform: uppercase;
  padding-bottom: 25px;
  display: inline-block;
}
.about-content h2 {
  font-size: 60px;
  font-weight: 900;
  color: #030329;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 25px;
}
.about-content p {
  font-size: 18px;
  color: #828da5;
  line-height: 1.8;
  margin-bottom: 60px;
}

.spec-main {
  background-color: #870606;
  padding: 75px 0px 175px;
}
@media (min-width: 1500px) {
  .spec-main .spec-wrapper {
    padding: 0 70px;
  }
}
.spec-main ul {
  display: flex;
  justify-content: space-between;
}
.spec-main ul .inner-spec {
  text-align: center;
}
.spec-main ul .inner-spec .d-flex {
  justify-content: center;
}
.spec-main ul .inner-spec span {
  font-size: 60px;
  color: #fff;
  font-weight: 900;
  padding: 10px 0 0 0;
  display: block;
  line-height: 1;
}
.spec-main ul .inner-spec p {
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  margin: 0;
}

.process-main {
  position: relative;
  top: -82px;
}
.process-main .process-wrapper {
  background-color: #fff;
}
.process-main .nav {
  width: 12%;
}
.process-main .nav .active {
  background-color: #d18787;
  color: #fff;
}
.process-main .nav button {
  color: #000;
  border-radius: 0;
  border-bottom: 1px solid #dedede;
}
.process-main .tab-content {
  width: 88%;
}
.process-main .process-inner {
  padding: 30px;
  border: 1px solid #dedede;
}
.process-main .process-inner .inner-thumb {
  overflow: hidden;
}
.process-main .process-inner .inner-thumb img {
  transition: 0.45s;
  width: 100%;
}
.process-main .process-inner .row {
  align-items: center;
}
.process-main .process-inner p {
  font-size: 20px;
  color: #828da5;
  line-height: 1.7;
  margin-bottom: 30px;
}

.heading {
  font-size: 50px;
  color: #030329;
  font-weight: 900;
  margin-bottom: 30px;
  line-height: 1;
}

.our-services .heading {
  text-align: center;
  padding-bottom: 20px;
}
.our-services .service-inner {
  padding: 40px 30px;
  border: 1px solid #dedede;
  margin-bottom: 24px;
  transition: 0.45s;
}
.our-services .service-inner img {
  transition: 0.45s;
  padding-left: 10px;
}
.our-services .service-inner h2 {
  font-size: 20px;
  color: #030329;
  font-weight: 900;
  margin-bottom: 5px;
  margin-top: 10px;
}
.our-services .service-inner p {
  font-size: 16px;
  color: #030329;
  margin-bottom: 25px;
  min-height: 120px;
}
.our-services .service-inner a {
  font-size: 14px;
  font-weight: bold;
  color: #870606;
}
.our-services .service-inner a:hover {
  color: #1d1f52;
}
.our-services .service-inner:hover {
  background-color: #1d1f52;
}
.our-services .service-inner:hover h2 {
  color: #fff;
}
.our-services .service-inner:hover p {
  color: #fff;
}
.our-services .service-inner:hover a {
  color: #fff;
}
.our-services .service-inner:hover img {
  transform: scale(0.9);
}

.projects-main {
  padding: 65px 0px;
}
.projects-main h2 {
  text-align: center;
  padding-bottom: 20px;
}

.project-slider .project-item {
  position: relative;
  padding: 0 12px;
}
.project-slider .project-item .project-thumb img {
  width: 100%;
}
.project-slider .project-item .project-content {
  position: relative;
  padding: 30px;
  background-color: #fff;
  transform: translateY(200px);
  width: 70%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  transition: 0.9s;
}
.project-slider .project-item .project-content span {
  font-size: 14px;
  color: #870606;
  text-transform: capitalize;
  display: block;
  font-weight: bold;
}
.project-slider .project-item .project-content h3 {
  font-size: 24px;
  color: #1d1f52;
  font-weight: 900;
  margin-bottom: 10px;
  margin-top: 8px;
}
.project-slider .project-item .project-content a {
  font-size: 14px;
  color: #870606;
  text-transform: capitalize;
}
.project-slider .project-item .project-content a img {
  display: inline-block;
  padding-left: 10px;
}
.project-slider .project-item .project-content::after {
  position: absolute;
  content: "";
  background-color: #870606;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 2px;
  height: 98px;
}
.project-slider .project-item:hover .project-content {
  transform: translateY(-180px);
}
@media (max-width: 1550px) {
  .project-slider .project-item:hover .project-content {
    transform: translateY(-210px);
  }
}
.project-slider .slick-arrow {
  top: -20%;
}
.project-slider .slick-arrow::before {
  opacity: 1;
  transition: 0.45s;
  color: #000;
  padding: 10px 15px;
  border: 1px solid #000;
}
.project-slider .slick-arrow:hover::before {
  background-color: #870607;
  color: #fff;
  border-color: #870607;
}
.project-slider .slick-next {
  right: 30px;
}
.project-slider .slick-next::before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}
.project-slider .slick-prev {
  left: auto;
  right: 90px;
}
.project-slider .slick-prev::before {
  content: "\f053";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

.news-wrapper {
  padding-bottom: 65px;
}
.news-wrapper .heading {
  text-align: center;
  padding-bottom: 20px;
}

.news-card .news-thumb {
  overflow: hidden;
}
.news-card .news-thumb img {
  width: 100%;
  transition: 0.45s;
}
.news-card .news-date {
  padding: 10px 30px;
  border: 1px solid #dfdfdf;
}
.news-card .news-date span img {
  margin-right: 10px;
}
.news-card .news-date span.date {
  font-size: 14px;
  color: #1d1f52;
  font-weight: bold;
}
.news-card .news-content {
  border-right: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf;
  padding: 30px;
}
.news-card .news-content h3 {
  font-size: 20px;
  color: #101010;
  margin-bottom: 15px;
  font-weight: bold;
}
.news-card .news-content p {
  font-size: 16px;
  color: #7a7a7a;
  margin-bottom: 25px;
}
.news-card .news-content a {
  font-size: 14px;
  font-weight: bold;
  color: #870606;
  margin-right: 10px;
}
.news-card:hover .news-thumb img {
  transform: scale(1.1);
}

.footer-site {
  background-color: #25262d;
  color: #fff;
  padding: 70px 0 135px;
}

.footer-inner {
  position: relative;
}
.footer-inner .footer-links h2 {
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 30px;
}
.footer-inner .footer-links .d-flex {
  padding-bottom: 20px;
}
.footer-inner .footer-links .d-flex .icon {
  margin-right: 10px;
}
.footer-inner .footer-links .d-flex p {
  margin: 0;
  font-size: 18px;
  color: #a1a0a0;
}
.footer-inner .footer-links ul li a {
  font-size: 18px;
  color: #a1a0a0;
  line-height: 1.8;
}
.footer-inner .footer-links ul li a:hover {
  color: #fff;
}
.footer-inner .footer-links form {
  margin-bottom: 20px;
}
.footer-inner .footer-links form input {
  width: 100%;
  height: 70px;
  line-height: 70px;
  padding: 0px 20px 0 60px;
  border: none;
  background-color: #fff;
  position: relative;
  margin-bottom: 20px;
  font-size: 16px;
  color: #dfdfdf;
}
.footer-inner .footer-links form input::after {
  content: "\f0e0";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}
.footer-inner .footer-links form button {
  background-color: #870606;
  color: #fff;
  width: 100%;
  height: 70px;
  line-height: 70px;
  border: none;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
}
.footer-inner .footer-links p {
  font-size: 18px;
  color: #a1a0a0;
  font-weight: bold;
  margin: 0;
}
.footer-inner .footer-links p span {
  color: #fff;
  font-size: 18px;
}
.footer-inner .footer-logo-wrapper {
  position: absolute;
  display: flex;
  justify-content: space-between;
  bottom: -200px;
  background-color: #fff;
  padding: 25px 30px;
  width: 100%;
  align-items: center;
}

.bottom-footer {
  background-color: #870606;
  text-align: center;
  color: #fff;
  padding: 60px 0 30px;
}
.bottom-footer p {
  padding-top: 30px;
  font-size: 18px;
  margin: 0;
}
.bottom-footer p a{
    font-weight:bold;
    color:#000;
}
.bottom-footer p span {
  font-weight: bold;
}

.arci-main-box {
  position: relative;
  padding-top: 10px;
  transition: all 0.5s;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.arci-main-box h2 {
  font-size: 18px;
  font-weight: 900;
}

.arci-main-box:hover .arci_effect:after {
  -webkit-clip-path: polygon(0 0, 100% 30%, 100% 100%, 0 85%);
          clip-path: polygon(0 0, 100% 30%, 100% 100%, 0 85%);
  width: 90%;
  margin-left: 30px;
  animation: arci_effect 0.5s;
}

.arci-main-box:hover .arci_box {
  background: #1e1b50;
  transition: all 0.5s;
}

.arci-main-box:hover .arci_box, .arci-main-box:hover .arci_txt ul li a {
  color: #fff !important;
}

.arci_effect:after {
  position: absolute;
  content: "";
  background: #256fae;
  bottom: 10px;
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 90%, 0 80%);
          clip-path: polygon(0 80%, 100% 80%, 100% 90%, 0 80%);
  transition: all 0.5s;
  animation: arci_effect 0.5s;
}

.arci_box {
  background: #f5f6f8;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
  padding: 20px 30px;
  position: relative;
}

.arci_box .flex-box {
  display: flex;
  align-items: center;
  gap: 15px;
}

.arci_box .flex-box svg {
  width: 80px;
  height: auto;
}

.arci_txt ul {
  margin: 30px 0px 0px 0px;
  padding: 0px;
}

.arci_txt ul li {
  list-style: none;
  display: block;
  padding: 0px;
}

.arci_txt ul li a {
  font-size: 14px;
  padding-left: 15px;
  text-decoration: none;
  color: #000;
}

.arci_box .next-arrow {
  text-align: right;
  opacity: 0;
  position: relative;
  top: -15px;
}

.arci-main-box:hover .arci_box .next-arrow {
  opacity: 1;
  display: block;
  color: #fff;
  fill: #fff;
}

.breadcrum-section {
  padding: 60px 0px;
  background-color: #1d1f52;
  text-align: center;
}
.breadcrum-section h2 {
  font-size: 50px;
  color: #fff;
  font-weight: bold;
}
.breadcrum-section p {
  font-size: 14px;
  color: #fff;
  margin: 0;
}
.breadcrum-section p i {
  padding: 0 5px;
}
.breadcrum-section p a {
  color: #fff;
  font-weight: bold;
  transition: 0.45s;
}
.breadcrum-section p a:hover {
  color: #0077b5;
}

.page-wrapper {
  padding: 65px 0px;
}

.service-page h3 {
  font-size: 25px;
  font-weight: bold;
  text-transform: capitalize;
  text-align: center;
  color: #870606;
}
.service-page h4 {
  font-size: 55px;
  font-weight: 900;
  margin-bottom: 50px;
  text-align: center;
  line-height: 1;
  color: #1d1f52;
}
.service-page .service-inner {
  -webkit-clip-path: polygon(0 0, 99% 0, 100% 74%, 0 100%);
          clip-path: polygon(0 0, 99% 0, 100% 74%, 0 100%);
  background: #f5f6f8;
  padding-bottom: 110px;
  padding-top: 30px;
  padding-left: 35px;
  position: relative;
}
.service-page .service-inner img {
  padding: 15px 0px;
}
.service-page .service-inner span {
  color: #1d1f52;
  font-weight: 900;
  font-size: 20px;
  padding-left: 15px;
}
.service-page .service-inner p {
  color: #1d1f52;
}
.service-page .service-inner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0077b5;
  -webkit-clip-path: polygon(0 0, 100% 19%, 100% 70%, 0 90%);
          clip-path: polygon(0 0, 100% 19%, 100% 70%, 0 90%);
  z-index: -1;
}
.service-page .service-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-clip-path: polygon(0 95%, 100% 68%, 100% 100%, 0 100%);
          clip-path: polygon(0 95%, 100% 68%, 100% 100%, 0 100%);
}

.news-page img {
  width: 100%;
  margin-bottom: 40px;
}
.news-page .news-date {
  font-size: 14px;
  color: #1d1f52;
  font-weight: bold;
}
.news-page .news-date img {
  width: auto;
  padding-right: 7px;
  margin: 0;
}
.news-page h2 {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  padding: 10px 0px;
  color: #1d1f52;
}
.news-page .news-content {
  font-size: 16px;
  color: #7a7a7a;
  line-height: 1.5;
}

.service-detail-page img {
  width: 100%;
  margin-bottom: 10px;
}
.service-detail-page h2 {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  padding: 10px 0px;
  color: #1d1f52;
}
.service-detail-page .news-content {
  font-size: 16px;
  color: #7a7a7a;
  line-height: 1.5;
}

.client-page .client-item {
  margin: 0;
  margin-bottom: 20px;
}

.right-menu ul {
  margin: 0;
  padding: 0;
}
.right-menu ul li {
  margin-bottom: 10px;
}
.right-menu ul li a {
  padding: 18px 20px;
  display: inline-block;
  background-color: #f4f3f8;
  width: 100%;
  justify-content: space-between;
  font-weight: bold;
  font-family: "DM Sans", sans-serif;
  color: #101010;
  transition: 0.45s;
}
.right-menu ul li a span {
  transition: 0.45s;
  color: #fff;
  opacity: 0;
}
.right-menu ul li a:hover {
  color: #fff;
  background: #2372b7;
}
.right-menu ul li a:hover span {
  opacity: 1;
}

.contact-heading {
  font-size: 28px;
  font-weight: 900;
  color: #000;
  margin-bottom: 30px;
}

.contact-form {
  padding: 35px;
  border: 1px solid #ddd;
}
.contact-form form input {
  background-color: #f8f9fd;
  height: 60px;
  line-height: 60px;
  padding: 0 30px;
  font-size: 16px;
  color: #797979;
  border: 0;
  width: 100%;
  margin-bottom: 30px;
}
.contact-form form textarea {
  background-color: #f8f9fd;
  height: 130px;
  line-height: 130px;
  padding: 0 30px;
  font-size: 16px;
  color: #797979;
  border: 0;
  width: 100%;
  margin-bottom: 30px;
}
.contact-form form input[type=submit] {
  width: 200px;
  background-color: #2372b7;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
}

.contact-info {
  padding: 35px 35px 220px 35px;
  border: 1px solid #ddd;
}
.contact-info .d-flex {
  margin-bottom: 25px;
  align-items: center;
}
.contact-info .d-flex .icon {
  padding-right: 10px;
}
.contact-info .d-flex .text .up-text {
  font-size: 14px;
  color: #797979;
  display: block;
  line-height: 1;
}
.contact-info .d-flex .text .down-text {
  font-size: 14px;
  color: #030329;
  font-weight: bold;
}

.contact-map {
  padding-top: 60px;
}

.project-page .d-flex {
  justify-content: space-between;
  align-items: center;
}
.project-page .d-flex .left-project-text span {
  font-size: 16px;
  font-weight: bold;
  color: #0077b5;
}
.project-page .d-flex .left-project-text h3 {
  font-size: 30px;
  font-weight: 900;
  color: #030329;
}
.project-page .d-flex .right-project-text {
  text-align: right;
}
.project-page .d-flex .right-project-text p {
  font-size: 18px;
  font-weight: bold;
}

.project-tabs ul li .nav-link {
  border-radius: 0;
  border: 1px solid #ddd;
  margin-right: 10px;
  text-transform: capitalize;
  color: #030329;
  font-weight: bold;
  font-size: 16px;
}
.project-tabs ul li .nav-link.active {
  background-color: #2372b7;
}

.project-card {
  display: inline-block;
  margin: 0 0 24px 0;
  text-align: left;
  opacity: 0.99;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
}
.project-card .project-thumb img {
  width: 100%;
}
.project-card .project-name {
  position: absolute;
  top: -80px;
  left: 0;
  right: 0;
  text-align: center;
  transition-duration: 0.3s;
}
.project-card .project-name span {
  padding: 5px 20px;
  background-color: #fff;
  display: inline-block;
  color: #030329;
  font-weight: 900;
  font-size: 45px;
}
.project-card .d-flex {
  position: absolute;
  width: 100%;
  bottom: 0;
  justify-content: space-between;
  align-items: end;
  padding: 20px;
  z-index: 99;
}
.project-card .d-flex .project-detail .p-country {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}
.project-card .d-flex .project-detail h5 {
  font-size: 16px;
  color: #fff;
  font-weight: 900;
  margin: 0;
}
.project-card .d-flex .project-plus {
  color: #fff;
}
.project-card .d-flex .project-plus i {
  font-weight: 500;
}
.project-card::after {
  content: "";
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(29, 31, 82) 55%);
  width: 100%;
  height: 50%;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  transition-property: top, opacity;
  transition-duration: 0.3s;
}
.project-card:hover::after {
  top: 66%;
  opacity: 1;
}
.project-card:hover .project-name {
  top: 0;
}

.fade-in {
  animation-name: fade-up;
  animation-duration: 1s;
}

@keyframes fade-up {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.our-process {
  background-color: #ececec;
  padding: 65px 0px;
  margin: 60px 0px;
}

.about-contet {
  font-size: 18px;
  color: #828da5;
  line-height: 1.7;
  margin-bottom: 20px;
}

.about-heading {
  font-size: 40px;
  color: #030329;
  margin-bottom: 20px;
  font-weight: 900;
  text-transform: capitalize;
}

.career-form label {
  font-size: 16px;
  padding-bottom: 10px;
}

.career-form input, .career-form select, .career-form textarea {
  font-size: 14px;
  color: #848484;
  background-color: #f4f3f8;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 10px;
  border: none;
  width: 100%;
}

.career-form button {
  font-size: 14px;
  color: #fff;
  background-color: #030329;
  font-weight: bold;
  width: 200px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  margin-top: 10px;
  border: none;
}

.inner-event h2 {
  font-size: 32px;
  color: #101010;
  font-weight: bold;
  padding-bottom: 10px;
}

.inner-event .event-card {
  position: relative;
}

.inner-event .event-card .event-image img {
  width: 100%;
}

.inner-event .event-card .event-overlay {
  position: absolute;
  content: "";
  background-color: #000000;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.45s;
}

.inner-event .event-card .overlay-icon {
  position: absolute;
  top: 50%;
  left: 43%;
  z-index: 9;
  transform: translateY(-50%);
  opacity: 0;
  transition: 0.45s;
}

.inner-event .event-card .overlay-icon span {
  width: 74px;
  height: 74px;
  line-height: 74px;
  text-align: center;
  display: inline-block;
  border-radius: 50px;
  color: #fff;
  background-color: #0077b5;
}

.inner-event {
  padding-bottom: 70px;
}

.inner-event .event-card:hover .event-overlay {
  opacity: 60%;
}

.inner-event .event-card:hover .overlay-icon {
  opacity: 1;
}

#fullsearch-wrapper.open {
  opacity: 1;
  transform: translate(0px, 0px) scale(1, 1);
}

#fullsearch-wrapper {
  position: fixed;
  z-index: 999;
  opacity: 0;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  transform: translate(0px, -100%) scale(0, 0);
}

#fullsearch-wrapper input[type=text] {
  position: absolute;
  top: 50%;
  width: 100%;
  color: rgb(255, 255, 255);
  background: rgba(0, 0, 0, 0);
  font-size: 60px;
  font-weight: 300;
  text-align: center;
  border: 0px;
  margin: 0px auto;
  margin-top: -51px;
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
}

#fullsearch-wrapper .closebtn {
  position: fixed;
  top: 15px;
  right: 15px;
  color: #fff;
  background-color: #870606;
  opacity: 1;
  padding: 10px 17px;
  font-size: 18px;
}

#fullsearch-wrapper .button {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 61px;
  margin-left: -45px;
  padding: 10px 30px;
  font-size: 13px;
  color: #fff;
  background: #870606;
  cursor: pointer;
  border: none;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}

.about-page {
  padding: 60px 0px 0;
  background-image: url(../images/about-bg.jpg);
  background-position: top;
  background-repeat: no-repeat;
}

.certificate-img {
  padding-bottom: 60px;
}

@media screen and (max-width: 1700px) {
  .middle-header .main-menu ul li a {
    padding: 0 10px;
  }
  .about-content h2 {
    font-size: 50px;
  }
}
@media screen and (max-width: 1500px) {
  .about-content h2 {
    font-size: 40px;
  }
  .about-content p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 30px;
  }
  .about-content span {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 1400px) {
  .middle-header .main-menu ul li a {
    padding: 0 8px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1300px) {
  .search-card ul li .d-flex .icon {
    margin-right: 1px;
  }
}
.search-card ul li.d-tablet {
  display: none;
}

@media screen and (max-width: 1200px) {
  .about-content {
    padding: 30px 0 0 0px;
  }
  .search-card ul li.d-desktop,
  .search-card ul li.d-tablet {
    display: none;
  }
  .search-card ul .d-mobile {
    display: inline-block;
  }
  .search-card ul li a {
    margin-right: 10px;
  }
  .middle-header .main-menu ul li a {
    padding: 0 8px;
    font-size: 13px;
  }
}
@media screen and (max-width: 992px) {
  .process-img img {
    width: 100%;
  }
  .top-header .email-phone ul li:first-child {
    padding-right: 10px;
  }
  .top-header .email-phone ul li span {
    display: none;
  }
  .tab-none {
    display: none;
  }
  .search-card ul li.d-tablet {
    display: inline-block;
  }
  .middle-header .row {
    justify-content: space-between;
  }
  .spec-main ul .inner-spec span {
    font-size: 30px;
  }
  .spec-main ul .inner-spec p {
    font-size: 14px;
  }
  .process-inner .inner-thumb {
    margin-top: 30px;
  }
  .process-main .process-inner {
    border: none;
  }
}
@media screen and (max-width: 767px) {
    .about-thumb {
    margin-top: 50px;
}
  .spec-main ul {
    flex-wrap: wrap;
  }
  .spec-main ul li {
    width: 50%;
    margin-bottom: 20px;
  }
  .news-card .news-content {
    margin-bottom: 30px;
  }
  .contact-form {
    margin-bottom: 30px;
  }
  .contact-info {
    padding: 35px;
  }
  .project-page .d-flex {
    display: inherit !important;
  }
  .project-page .d-flex .right-project-text {
    text-align: left;
  }
  .project-tabs ul li .nav-link {
    margin-right: 7px;
  }
}
@media screen and (max-width: 576px) {
    .inner-certificate {
    margin-bottom: 30px;
}
    .process-main .nav {
        width: 100%;
    }
    .process-wrapper .d-flex{
        flex-wrap: nowrap;
    }
  .certificate-img img {
    width: 100%;
  }
  .our-process {
    margin: 20px 0px;
    padding: 40px 0px;
  }
  .page-wrapper {
    padding: 25px 0px;
  }
  .service-page h4 {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .breadcrum-section h2 {
    font-size: 35px;
  }
  .breadcrum-section {
    padding: 40px 0px;
  }
  .admin-info {
    padding: 40px 30px;
  }
  .banner-wrapper .banner-item .banner-content {
    left: 20px;
    padding: 40px 10px;
    max-width: 340px;
  }
  .banner-wrapper .banner-item .banner-content h1 {
    font-size: 35px;
  }
  .heading {
    font-size: 30px;
  }
  .process-main .nav {
    width: 25%;
    flex-wrap: nowrap;
  }
  .process-main .process-inner p {
    font-size: 15px;
  }
  .process-main .process-inner {
    padding: 20px;
  }
  .news-wrapper {
    padding-bottom: 25px;
  }
  .testimonials-right {
    margin-bottom: 25px;
  }
}/*# sourceMappingURL=layout.css.map */