@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap");

::selection {
  background-color: #024f9f;
  color: #fff;
}
:root {
  scroll-behavior: auto;
}
body {
  font-size: 16px;
  font-weight: 400;
  color: #4a4a4a;
  line-height: 30px;
  font-style: normal;
  font-family: "Rubik", sans-serif;
  background-color: #f5f5f5;
}
*,
ul,
ol {
  margin: 0;
  padding: 0;
}
ul,
ol {
  list-style-position: inside;
  list-style-type: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  font-weight: 500;
  color: #1a1a1a;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 32px;
}
h3 {
  font-size: 30px;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover,
a:focus {
  color: inherit;
  outline: none;
}
.txt-hover:hover,
.txt-hover:focus {
  color: #dfdfdf;
}
.bg-color1 {
  background-color: #2b49dd;
}
.bg-color2 {
  background-color: #e9e9e9;
}
.bg-color3 {
  background-color: #000;
}
.text-color1 {
  color: #024f9f;
}
a.anchor-hover:hover {
  color: #212529;
}
.header,
.bg-color4 {
  background-color: rgb(192 192 192 / 20%);
  /* background-image: -webkit-gradient(linear,left top,left bottom,from(#C0C0C0),to(#C0C0C0));
    background-image: linear-gradient(180deg,#C0C0C0,#C0C0C0);*/
}

.btn1 {
  border: 0;
  padding: 10px 40px;
  background-color: #024f9f;
  color: #fff;
}
.btn1:hover,
.btn1:active,
.btn1:focus,
.btn:focus-visible {
  background-color: #212529 !important;
  color: #fff !important;
  outline: none;
  box-shadow: none;
}
.headline1 {
  font-size: 2em;
  line-height: 1.2em;
  font-weight: 400;
}
.logo {
  display: inline-block;
  vertical-align: top;
  margin: 12px 0;
  width: 62%;
}
.header-right-bar {
  display: block;
  width: 100%;
  text-align: right;
}
.nav-wrapper,
.top-social-link {
  display: inline-block;
  vertical-align: middle;
}
.top-social-link li {
  display: inline-block;
  vertical-align: top;
}

.home-page .top-social-link li a i {
  background: transparent;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border: 1px solid #fff;
  border-radius: 100%;
  font-size: 16px;
}

.home-page .isStuck .top-social-link li a i{
  color: #000000;
  border: 1px solid #000000;
}

.top-social-link li a i {
  background: transparent;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #000000;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border: 1px solid #000000;
  border-radius: 100%;
  font-size: 16px;
}

.top-social-link li a i:hover {
  color: #2b49dd;
  border-color: #2b49dd;
}
.top-social-link li:hover a,
.top-social-link li:focus a {
  text-decoration: none;
  border-color: #fff;
  color: #000;
}
.top-social-link li a span {
  color: #fff;
  margin: 0 6px;
}
.top-social-link li:first-child {
  margin-left: 18px;
}
.navigation {
  text-align: right;
  display: inline-block;
  vertical-align: middle;
}
.mobile-menu {
  display: none;
}
.navigation > li {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.navigation li.dropdown > .dropdown-menu {
  opacity: 0;
  position: absolute;
  top: 130%;
  left: 0;
  width: 250px;
  z-index: 999;
  background-color: #024f9f;
  visibility: hidden;
  border-radius: 0;
  box-shadow: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-bottom: 3px solid #9a9a9a;
  transition: all 500ms ease;
  display: block;
}
.navigation li.dropdown > .dropdown-menu li {
  border-bottom: 1px solid #e6e6e6;
  margin-right: 0;
}
.navigation li.dropdown > .dropdown-menu li:last-child {
  border-bottom: none;
}
.navigation li.dropdown > .dropdown-menu li a {
  background-color: #ffffff;
  padding: 10px 10px 10px 20px;
  color: #000;
}
.navigation li.dropdown:hover > .dropdown-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.navigation > li:first-child {
  display: none;
}

.home-page .navigation a {
  text-transform: uppercase;
  /*	letter-spacing: 0.5px;*/
  overflow: hidden;
  position: relative;
  display: block;
  font-weight: 600;
  color: #fff;
  padding: 10px 22px;
  transition: all 500ms ease 0s;
}

.home-page .isStuck .navigation a{
  color: #000000;
}

.navigation a {
  text-transform: uppercase;
  /*	letter-spacing: 0.5px;*/
  overflow: hidden;
  position: relative;
  display: block;
  font-weight: 600;
  color: #000000;
  padding: 10px 22px;
  transition: all 500ms ease 0s;
}

/*.navigation a:last-child{
    padding-right:0 ;
}*/
.navigation > li.dropdown > a:after {
  font-family: "bootstrap-icons";
  content: "\F282";
  position: absolute;
  top: auto;
  right: 0;
  font-size: 14px;
  transition: all 500ms ease 0s;
}
.home-page .navigation li:hover a,
.home-page .navigation li:focus a,
.home-page .navigation li.active a {
  color: #2b49dd;
}

.navigation li:hover a,
.navigation li:focus a,
.navigation li.active a {
  color: #2b49dd;
}

.navigation li.dropdown > .dropdown-menu li a:hover,
.navigation li.dropdown > .dropdown-menu li a:focus,
.navigation li.dropdown > .dropdown-menu li.active a {
  color: #fff;
  background-color: #2b49dd;
}
.custom-background {
  background: #fff;
  background-position: left top;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}
.slider-wrapper {
  /* position: relative; */
}
.slide-box {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  background-color: rgb(43 73 221 / 86%);
  padding: 30px 60px;
  border-radius: 0 60px 0 0;
}
.slide-box a:hover,
.slide-box a:focus {
  color: #c0c0c0;
}
/*@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.5, 1.5);
  }
}
#metro-touch-slider{
	height:100vh;
	overflow: hidden;
}
#metro-touch-slider .carousel-inner .carousel-item > img{
	-webkit-transition: all 3s ease-in-out;
    -moz-transition: all 3s ease-in-out;
    -o-transition: all 3s ease-in-out;
    transition: all 3s ease-in-out;
    width: 100%;
    height: 100%;
}
#metro-touch-slider .carousel-inner .carousel-item.active > img {
  	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}
#metro-touch-slider .carousel-inner .carousel-item{
	overflow: hidden;
}*/
#metro-touch-slider .carousel-control-next,
#metro-touch-slider .carousel-control-prev,
.carousel-control-next,
.carousel-control-prev {
  top: 50%;
  transform: translateY(-50%);
  width: 80px;
  height: 80px;
  line-height: 80px;
  background-color: #000;
  display: block;
}
#metro-touch-slider .carousel-control-next-icon,
#metro-touch-slider .carousel-control-prev-icon,
.carousel-control-next-icon,
.carousel-control-prev-icon {
  vertical-align: middle;
}
#metro-touch-slider .carousel-control-prev {
  left: auto;
  right: 0;
  margin-top: 82px;
}
#metro-touch-slider .carousel-indicators {
  bottom: 30px;
}
#metro-touch-slider .carousel-indicators [data-bs-target] {
  transition: all 0.5s;
}
#metro-touch-slider .carousel-indicators .active {
  width: 50px;
}
.full-screen {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.bg-style1,
.parallax {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.parallax {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.parallax .container,
.parallax .container-fluid,
.parallax .container-auto {
  position: relative;
  z-index: 1;
}
.home-parallax {
  position: relative;
  overflow: hidden;
  /*padding: 300px 0;*/
}
.parallax-window {
  height: 500px;
  background: transparent;
  display: table;
  width: 100%;
}
.home-page .parallax-window {
  height: 100vh;
}
.home-slide {
  text-align: center;
  position: relative;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
.home-parallax .container {
  position: relative;
  z-index: 9;
}
.overlap:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(192, 192, 192, 0.57);
  opacity: 0.8;
}
.overlap .container,
.overlap .container-xxl,
.overlap .container-fluid {
  position: relative;
  z-index: 1;
}
.bg-style1 {
  background-repeat: repeat;
  background-position: top left;
  background-size: auto;
}
.flexbox .element {
  height: 100%;
}
.title {
  position: relative;
}
.title-shadow-txt {
  color: rgba(0, 0, 0, 2%);
  font-size: 140px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Roboto", sans-serif;
}
.title.text-center .title-shadow-txt {
  left: 0;
  width: 100%;
  text-align: center;
}
.sub-title.white-text {
  color: #024f9f !important;
}
.sub-title.white-text:before {
  background-color: #024f9f;
}
.sub-title {
  color: #2b49dd;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  display: inline-block;
}
.sub-title:before {
  width: 40px;
  height: 1px;
  left: 0;
  background-color: #2b49dd;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
}
.title.text-center .sub-title:before {
  left: -60px;
}
.title.text-left .sub-title {
  padding-left: 60px;
}
.services-block {
  position: relative;
}
.services-box {
  position: relative;
  /*	overflow: hidden;*/
  display: block;
  margin: 15px 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.services-box .service-img-holder {
  position: relative;
  overflow: hidden;
}
.services-box .service-img-holder:before {
  background: #222;
  opacity: 0;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  transition: 0.3s all ease-in-out;
}
.services-box:hover .service-img-holder:before {
  opacity: 0.6;
}
.services-box .service-img-holder:after {
  content: "\F4FE";
  font-family: "bootstrap-icons";
  font-size: 50px;
  display: block;
  position: absolute;
  top: calc(50%);
  left: calc(50% - 22px);
  color: #fff;
  transition: 0.3s all ease-in-out;
  font-weight: 200;
  opacity: 0;
}
.services-box:hover .service-img-holder:after {
  opacity: 1;
  transform: translateY(-12px);
}
.services-box .service-img-holder .img-fluid {
  width: 100%;
}
.services-box .service-img-holder .service-num {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 1;
  color: #fff;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.services-box .service-img-holder .service-num:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -60px;
  width: 50px;
  height: 2px;
  background-color: #fff;
  content: "";
}
.services-box .service-title {
  display: block;
  background-color: #000;
  padding: 22px 20px;
  color: #fff;
  text-align: center;
  /*	overflow: hidden;*/
  position: relative;
  box-shadow: -10px 10px 0 0 rgba(0, 0, 0, 0.05);
}
.services-box .service-title span {
  display: block;
  position: relative;
  z-index: 1;
}
.services-box .service-title:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0;
  height: 100%;
  background: #2b49dd;
  transition: all 0.5s;
}
.services-box:hover .service-title:after,
.services-box:focus .service-title:after {
  width: 100%;
}
.association-wrap {
  text-align: center;
}
.association-wrap .img-fluid {
  margin: 5px;
  width: 200px;
}
.our-work-box {
  box-shadow: 0 0 10px #777;
}
.testi-wrap {
  background: #fff;
  padding: 50px;
  color: #dfdfdf;
  position: relative;
  min-height: 250px;
}
/*.testi-wrap:before {*/
/*  position: absolute;*/
/*  top: 50px;*/
/*  left: 4px;*/
/*  content: "\F6B0";*/
/*  font-family: "bootstrap-icons";*/
/*  font-size: 3.5em;*/
/*  color: #000;*/
/*}*/
.testi-wrap .testi-title {
  color: #fff;
  font-size: 26px;
  font-weight: 500;
}
.testi-wrap p {
  color: #000;
}
#project-carousel .owl-nav,
#testimonial-carousel .owl-nav {
  margin-top: 10px;
  position: absolute;
  top: -80px;
  right: 0;
}
#project-carousel .owl-nav [class*="owl-"],
#testimonial-carousel .owl-nav [class*="owl-"] {
  font-size: 3em !important;
}
#project-carousel .owl-nav [class*="owl-"]:hover,
#testimonial-carousel .owl-nav [class*="owl-"]:hover {
  background: transparent;
  color: #024f9f !important;
  text-decoration: none;
}

.testi-wrap {
  background-color: #f8f8f8;
  padding: 20px;
  position: relative;
  max-height: 480px;
  height: 100%;
}
.testi-wrap .testi-quote {
  position: absolute;
  height: 60px;
  width: 60px;
  display: inline-block;
  top: -22px;
  left: 0%;
  background: #2b49dd;
  border-radius: 900px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  font-size: 22px;
  /*margin-left: -30px;*/
}
.testi-wrap .testi-content {
  margin-top: 30px;
}
.testi-wrap .testi-autor {
  font-size: 20px;
  font-weight: 300;
}

.list1 li,
.areas-list li {
  padding: 0 0 8px 24px;
  position: relative;
  list-style-type: none;
}
.list1 li:before,
.areas-list li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\F270";
  font-family: "bootstrap-icons";
  font-size: 18px;
  color: #024f9f;
}
.list1.text-white li:before,
.areas-list.text-white li:before {
  color: #fff;
}
.list2 {
  margin-left: 16px;
  list-style-type: decimal;
}
.areas-list li a:hover {
  color: #212529;
}
.areas-list li:before {
  content: "\F3E7";
}
.site-map-list li {
  border-left: 1px solid #dfdfdf;
  padding: 6px 0 6px 30px;
  position: relative;
}
.site-map-list li:before {
  position: absolute;
  top: 20px;
  left: 0;
  width: 20px;
  height: 1px;
  background-color: #dfdfdf;
  content: "";
}
.site-map-list li > ul.child-menu {
  margin: 10px 0 10px 20px;
}
.footer-widget {
  padding: 30px 0;
  color: #8b8b8b;
}
.footer-menu li {
  margin-bottom: 4px;
  font-weight: 400;
  list-style-type: none;
}
.footer-menu li a {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  color: #a2a2a2;
}
.footer-menu li a:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\F285";
  font-family: "bootstrap-icons";
}
.footer-links a:hover,
.footer-menu li a:hover {
  color: #fff;
}
.footer-links {
  text-align: center;
  border-top: 1px dotted #8b8b8b;
  padding: 15px 0;
  color: #8b8b8b;
}
.form-control {
  height: 50px;
  border-radius: 0;
}
textarea.form-control {
  height: 220px;
}
.card-wrap {
  text-align: right;
}
.address-box {
  margin-bottom: 15px;
}
.address-box .address-icon-holder {
  float: left;
  margin-right: 12px;
  color: #8b8b8b;
  text-align: center;
  position: relative;
  font-size: 24px;
  margin-top: 5px;
}
.address-box .address-content {
  text-align: left;
  color: #8b8b8b;
}
.address-box .address-content strong {
  font-weight: 400;
  font-size: 18px;
}
.address-box .address-content {
  position: relative;
  overflow: hidden;
}
.address-box a:hover {
  color: #fff;
}

.address-box1 {
  margin-bottom: 12px;
}
.address-box1 .address-icon-holder1 {
  float: left;
  font-size: 16px;
  margin-right: 15px;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #0256a0;
  border-radius: 100%;
  text-align: center;
  position: relative;
}
.contact-wrap1 {
  text-align: center;
}
.contact-wrap1 .address-icon-holder1 {
  float: none;
  margin: auto;
  position: relative;
  z-index: 1;
  border: 5px solid #ffffff;
  box-sizing: border-box;
  width: 80px;
  height: 80px;
  line-height: 70px;
  font-size: 1.6em;
}
/*.address-box .address-icon-holder:before{
    position: absolute;
    bottom: -17px;
    border-width: 10px;
    border-style: solid;
    border-color: #034424 transparent transparent transparent;
    content: '';
    left: 10px;
}*/
.contact-wrap1 .address-icon-holder1:before {
  display: none;
}
.address-box1 .address-content1 {
  position: relative;
  overflow: hidden;
}
.contact-wrap1 .address-content1 {
  background-color: #e9e9e9;
  padding: 60px 20px 20px;
  margin-top: -40px;
  min-height: 185px;
}
.contact-wrap1 .address-content1 strong {
  font-size: 18px;
}
.address-box1 a:hover {
  color: #0256a0;
}
/*.testimonial-wrap {*/
/*  padding: 20px;*/
/*  margin-bottom: 35px;*/
/*  border-left: 5px solid #024f9f;*/
/*  background-color: #e9e9e9;*/
/*}*/
/*.quote-icon {*/
/*  font-size: 4em;*/
/*  color: #85b721;*/
/*  margin-bottom: 15px;*/
/*}*/
/*.testi-content {*/
/*  font-size: 16px;*/
/*}*/
/*.testi-author {*/
/*  font-size: 18px;*/
/*  color: #000;*/
/*}*/
/*.testi-content p {*/
/*  font-size: 16px !important;*/
/*  line-height: 30px;*/
/*  color: #000;*/
/*}*/
/*.testi-autor-icon {*/
/*  font-size: 80px;*/
/*  display: inline-block;*/
/*  padding: 5px;*/
/*  margin-bottom: 15px;*/
/*  color: #fcd703;*/
/*  text-align: center;*/
/*}*/
#testi-carousel h4 {
  font-size: 16px;
  font-weight: normal;
}
.single-service-item {
  margin: 15px 0;
}
.single-service-item .img-holder {
  overflow: hidden;
  position: relative;
}
.single-service-item .img-holder .img-responsive {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 100%;
}
.single-service-item:hover .img-holder .img-responsive {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.single-service-item .img-holder .overlay {
  background-color: rgba(2, 79, 159, 0.6);
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 450ms ease-out 0s;
  transition: all 450ms ease-out 0s;
  -webkit-transform: rotateY(180deg) scale(0.5, 0.5);
  transform: rotateY(180deg) scale(0.5, 0.5);
}
.single-service-item:hover .img-holder .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotateY(0deg) scale(1, 1);
  transform: rotateY(0deg) scale(1, 1);
}
.single-service-item .img-holder .overlay .box {
  display: table;
  height: 100%;
  width: 100%;
}
.single-service-item .img-holder .overlay .box .content {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-size: 30px;
}
.single-service-item .img-holder .overlay .box .content a i {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 20px;
  height: 45px;
  line-height: 48px;
  transition: all 500ms ease 0s;
  width: 45px;
}
.single-service-item .img-holder .overlay .box .content a:hover i {
  background: #9a9a9a;
}
.single-service-item .text-holder h4 {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  padding: 15px;
  background-color: #f8f8f8;
  text-transform: uppercase;
  text-align: center;
}
.single-service-item .text-holder h4 span {
  color: #fff;
}
.footer-brand p {
  color: #000;
}
.home-page .header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  z-index: 999;
  background-color:#bdbdbda3;
}
#stuck_container {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #eeeeee !important;
  z-index: 999;
}
.isStuck {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #eeeeee !important;
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.2);
}
.home-page .isStuck .header {
  background-color: #eeeeee !important;
}

.contact-container {
  padding: 10px 20px;
  border-radius: 10px;
  margin: 16px 0;
  background-color: #2b49dd;
  color: #ffffff;
  box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.91);
}

.contact-container .address-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  transition: 0.5s;
  min-height: 146px;
}

.address-icon i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  transition: 0.5s;
  background: #ffffff;
  color: #2b49dd;
}

.address-contents {
  width: 100%;
}

.service-slider,
.service-slider .carousel-item {
  min-height: 548px;
  height: 548px;
}
.service-slider .carousel-item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media (min-width: 992px) and (max-width: 1184px) {
  .navigation a,
  .home-page .navigation a {
    padding: 10px 12px;
    font-size: 14px;
  }
  .contact-container .address-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    transition: 0.5s;
    min-height: 182px;
  }
}

@media (min-width: 220px) and (max-width: 991px) {
  .mt-15 {
    margin-top: 15px;
  }
  .fixed-top {
    position: static !important;
  }
  .header-right-bar {
    text-align: center;
  }
  .logo {
    display: table;
    margin: 15px auto;
    width: auto;
  }
  .mobile-menu {
    display: block;
    vertical-align: middle;
    font-size: 20px;
    padding: 15px 0;
    color: #000;
    cursor: pointer;
    margin: 15px 0 0;
    text-align: left;
    border-top: 1px solid #000;
  }
  .mobile-menu i {
    float: right;
  }
  .nav-wrapper {
    position: fixed;
    top: 0;
    left: -300px;
    width: 255px;
    height: 100%;
    overflow-x: scroll;
    z-index: 999;
    border-radius: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #221e1f;
    padding-top: 0;
  }
  .nav-wrapper.open {
    left: 0;
  }
  .navigation {
    text-align: left;
    display: block;
  }

  .navigation a {
    color: #ffffff;
  }

  .navigation > li {
    display: block;
    margin: 0;
    border-bottom: 1px solid #333;
  }
  .navigation > li:first-child {
    display: block;
    text-align: right;
  }
  .navigation li a {
    padding: 10px 20px;
    border-radius: 0;
    border: 0;
  }
  .navigation li:hover > a,
  .navigation li:focus > a,
  .navigation li.active > a {
    background-color: #2b49dd;
    color: #ffffff !important;
    border-radius: 0;
  }
  .navigation > li.dropdown > a:after {
    right: 20px;
  }
  .navigation li.dropdown > .dropdown-menu,
  .navigation li.dropdown:hover > .dropdown-menu {
    position: static;
    top: 0;
    visibility: visible;
    opacity: 1;
    width: 100%;
    float: none;
    display: block;
  }
  .navigation li.dropdown > .dropdown-menu li a {
    padding: 10px 10px 10px 30px;
  }
  .slide-box {
    position: static;
    background-color: rgb(43 73 221 / 86%);
    padding: 30px;
    border-radius: 0;
  }
  .top-social-link li a i {
    border-color: #000;
    color: #000;
  }
  .top-social-link li {
    margin: 0 3px;
  }

  .top-social-link li a i:first-child {
    margin-right: 3px;
  }
  .top-social-link li a span {
    color: #000;
  }
  .top-social-link li:first-child {
    margin-left: 0;
  }
  #metro-touch-slider .carousel-indicators {
    bottom: 0;
  }
  .home-page .header,
  #stuck_container.isStuck {
    position: relative !important;
  }
  .home-page .header{
      background-color: rgb(192 192 192 / 20%);
  }
  .pseudoStickyBlock {
    height: 0 !important;
  }
  .home-page .isStuck .header {
    background-color: rgb(192 192 192 / 20%) !important;
  }


  .home-page .isStuck .navigation a{
    color: #ffffff;
  }

  .m-parallax-bg {
    background-image: none !important;
    min-height: 100% !important;
    height: 100% !important;
  }
  .contact-container .address-container {
    min-height: 120px;
  }
  .home-page .top-social-link li a i{
    color: #000000;
    border: 1px solid #000000 ;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
}
@media (min-width: 220px) and (max-width: 767px) {
  .card-wrap.float-end,
  .footer-brand.float-start {
    text-align: center;
    float: none !important;
    margin: 15px 0;
  }
  .p-5 {
    padding: 1.5rem 1rem !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #metro-touch-slider .carousel-control-next,
  #metro-touch-slider .carousel-control-prev {
    top: 47%;
  }
  #metro-touch-slider .carousel-control-next,
  #metro-touch-slider .carousel-control-prev {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  #metro-touch-slider .carousel-control-next-icon,
  #metro-touch-slider .carousel-control-prev-icon {
    width: 1rem;
    height: 1rem;
  }
  #metro-touch-slider .carousel-control-prev {
    margin-top: 52px;
  }
  .testi-wrap {
    background-color: #f8f8f8;
    padding: 20px;
    position: relative;
    max-height: 100%;
    height: 100%;
    }
}
@media (min-width: 220px) and (max-width: 575px) {
    
    .testi-wrap {
    background-color: #f8f8f8;
    padding: 20px;
    position: relative;
    max-height: 100%;
    height: 100%;
    }
  .logo {
    width: 200px;
  }
  .parallax-window {
    height: 300px;
  }
  #metro-touch-slider .carousel-control-next,
  #metro-touch-slider .carousel-control-prev {
    top: 47%;
  }
  #metro-touch-slider .carousel-control-next,
  #metro-touch-slider .carousel-control-prev,
  .carousel-control-next,
  .carousel-control-prev {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  #metro-touch-slider .carousel-control-next-icon,
  #metro-touch-slider .carousel-control-prev-icon,
  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    width: 1rem;
    height: 1rem;
  }
  #metro-touch-slider .carousel-control-prev {
    margin-top: 32px;
  }
  #project-carousel .owl-nav,
  #testimonial-carousel .owl-nav {
    position: static;
  }
  .headline1 {
    font-size: 25px;
    line-height: 35px;
  }
  .sub-title {
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 20px;
  }
  h1 {
    font-size: 30px;
  }
  .footer-widget {
    padding: 15px 0;
  }
  .contact-container {
    padding: 10px;
  }

  .contact-container .address-container {
    gap: 10px;
    min-height: auto;
  }
  .service-slider,
  .service-slider .carousel-item {
    height: 400px;
    min-height: 400px;
  }
}
