body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #444444;
}
a {
  text-decoration: none;
}
a:focus {
  outline: none;
  box-shadow: none;
}
a:active {
  outline: none;
  box-shadow: none;
}
a.btn-link-unstyled {
  color: #419ffe;
  font-weight: 500;
  position: relative;
}
a.btn-link-unstyled::before {
  position: absolute;
  content: "\f35a";
  font-family: 'Line Awesome Free';
  top: 50%;
  right: -25px;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  color: #419ffe;
  font-size: 20px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
a.btn-link-unstyled:hover::before {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
}
a.footer-link {
  color: #ffffff;
}
a.footer-link:hover {
  color: #419ffe;
}
a.link.link-gray {
  color: #444444;
}
a.link.link-gray:hover {
  color: #419ffe;
}
a.link.link-blue {
  color: #419ffe;
}
button:focus {
  outline: none;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #232323;
}
h1,
.h1 {
  font-size: 52px;
}
h2,
.h2 {
  font-size: 40px;
}
h3,
.h3 {
  font-size: 36px;
}
h4,
.h4 {
  font-size: 30px;
}
h5,
.h5 {
  font-size: 24px;
}
h6,
.h6 {
  font-size: 20px;
}
.h7 {
  font-size: 18px;
}
.text-lg {
  font-size: 24px;
}
.text-md {
  font-size: 20px;
}
.text-xs {
  font-size: 12px;
}
.overlay-dark {
  position: relative;
  z-index: 0;
}
.overlay-dark::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(35, 35, 35, 0.6);
  z-index: -1;
}
.overlay-darker {
  position: relative;
  z-index: 0;
}
.overlay-darker::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(35, 35, 35, 0.8);
  z-index: -1;
}
.bg-blue {
  background-color: #419ffe;
}
.bg-dark {
  background-color: #232323;
}
.overlay-blue {
  position: relative;
  z-index: 0;
}
.overlay-blue::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(65, 159, 254, 0.5);
  z-index: -1;
}
.overlay-darker-blue {
  position: relative;
  z-index: 0;
}
.overlay-darker-blue::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(65, 159, 254, 0.8);
  z-index: -1;
}
.box-shadow {
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
}
.heading-wrapper .blue-line {
  background-color: #419ffe;
  width: 80px;
  height: 3px;
  display: block;
}
.heading-wrapper .white-line {
  background-color: #ffffff;
  width: 80px;
  height: 3px;
  display: block;
}
.list-style-1 {
  padding-left: 1rem;
  list-style: none;
}
.list-style-1 li::before {
  content: "\f058";
  font-family: 'Line Awesome Free';
  color: #419ffe;
  margin-right: 8px;
  font-size: 20px;
}
.container-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 84%;
  height: 82%;
  z-index: -1;
}
.hr-2-white {
  background-color: #ffffff;
  height: 2px !important;
}
.object-fit-cover {
  object-fit: cover;
}
.banner-section .banner {
  min-height: 400px;
}
.clear-float {
  clear: both;
}
.slick-dots li:only-child {
  display: none;
}
.form-message-alert p {
  margin: 0;
}
.navbar {
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.navbar .navbar-nav .nav-item {
  margin-right: 30px;
}
.navbar .navbar-nav .nav-item:last-child {
  margin-right: 0;
}
.navbar .navbar-nav .nav-item .nav-link {
  font-weight: 500;
  color: #ffffff;
}
.navbar .navbar-nav .nav-item .nav-link.active {
  color: #419ffe;
}
.navbar .navbar-nav .nav-item .nav-link:hover {
  color: #419ffe;
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
  min-width: auto;
  border-radius: 0;
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu li .dropdown-item {
  padding: .25rem 1.5rem;
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu li .dropdown-item.active {
  background-color: #419ffe;
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu li .dropdown-item:active {
  background-color: #419ffe;
}
.navbar .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
  display: block;
}
.navbar.nav-scrolled {
  background-color: #ffffff;
  padding: 5px 0 !important;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
}
.navbar.nav-scrolled .navbar-nav .nav-item .nav-link {
  color: #444444;
}
.navbar.nav-scrolled .navbar-nav .nav-item .nav-link.active {
  color: #419ffe;
}
.navbar.nav-scrolled .navbar-nav .nav-item .nav-link:hover {
  color: #419ffe;
}
.home-slider-section .home-slider .home-slide {
  min-height: 100vh;
}
.home-slider-section .home-slider .home-slide .banner-title {
  font-size: 52px;
  font-weight: bold;
}
.home-slider-section .slider-nav .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 5px 10px;
  background-color: rgba(35, 35, 35, 0.6);
  color: #ffffff;
  font-size: 30px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.home-slider-section .slider-nav .slick-arrow:hover {
  background-color: #419ffe;
}
.home-slider-section .slider-nav .slick-arrow.slick-next {
  right: 0;
}
.about-section .key-points-slider .slick-list {
  margin-left: -12px;
  margin-right: -12px;
  padding-bottom: 10px;
}
.about-section .key-points-slider .slick-list .slick-track {
  display: flex;
}
.about-section .key-points-slider .slick-list .slick-track .slick-slide {
  display: flex;
  height: auto;
  padding: 0 12px;
}
.about-section .key-points-slider .slick-dots {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  font-size: 0;
}
.about-section .key-points-slider .slick-dots li {
  margin-right: 10px;
  margin-top: 10px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
}
.about-section .key-points-slider .slick-dots li:last-child {
  margin-right: 0;
}
.about-section .key-points-slider .slick-dots li.slick-active button {
  background-color: #419ffe;
}
.about-section .key-points-slider .slick-dots li button {
  width: 28px;
  height: 8px;
  background-color: #444444;
  border: none;
  transition: all 0.2s ease-in;
}
.overview-section .overview-image-wrapper {
  position: relative;
  z-index: 0;
}
.overview-section .overview-image-wrapper::before {
  position: absolute;
  content: '';
  top: -50px;
  left: -50px;
  width: 100%;
  height: 100%;
  border: 4px solid #419ffe;
  z-index: -1;
}
.overview-section .overview-image-wrapper .overview-text-box {
  position: absolute;
  bottom: -50px;
  right: -46px;
  background-color: #ffffff;
  width: 60%;
}
.solutions-section .card-wrapper {
  background-color: #ffffff;
}
.solutions-section .card-wrapper.blue-box-hover {
  position: relative;
}
.solutions-section .card-wrapper.blue-box-hover::before {
  position: absolute;
  content: '';
  bottom: 10px;
  left: 10px;
  width: 80%;
  height: 80%;
  border: 4px solid #419ffe;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  z-index: -1;
}
.solutions-section .card-wrapper.blue-box-hover:hover::before {
  bottom: -20px;
  left: -20px;
  width: 100%;
  height: 100%;
}
.testimonials-section .slider-nav .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 5px 10px;
  background-color: rgba(35, 35, 35, 0.6);
  color: #ffffff;
  font-size: 30px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.testimonials-section .slider-nav .slick-arrow:hover {
  background-color: #419ffe;
}
.testimonials-section .slider-nav .slick-arrow.slick-prev {
  left: 15px;
}
.testimonials-section .slider-nav .slick-arrow.slick-next {
  right: 15px;
}
.message-section {
  position: relative;
}
.message-section .message-form {
  background-color: #ffffff;
}
.news-section .border-figure {
  position: relative;
}
.news-section .border-figure::before {
  position: absolute;
  content: '';
  width: 40%;
  height: 110%;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
  border: 4px solid #419ffe;
  z-index: -1;
}
.news-section .news-first-wrapper {
  position: relative;
}
.news-section .news-first-wrapper .news-first-content {
  position: absolute;
  bottom: 10px;
  left: 0;
}
.news-section .news-first-wrapper.overlay-dark::before {
  z-index: 0;
  background-color: rgba(35, 35, 35, 0.4);
}
.news-section .news-slider .slick-list {
  margin-top: -10px;
  margin-left: -12px;
  margin-right: -12px;
}
.news-section .news-slider .slick-list .slick-track {
  padding-top: 10px;
  padding-bottom: 10px;
}
.news-section .news-slider .slick-list .slick-track .news-slide {
  margin-left: 12px;
  margin-right: 12px;
  background-color: #ffffff;
}
.news-section .slider-nav .slick-arrow {
  padding: 5px 10px;
  background-color: #232323;
  color: #ffffff;
  font-size: 30px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.news-section .slider-nav .slick-arrow:hover {
  background-color: #419ffe;
}
.about-us-section-1 .image-box-wrapper {
  position: relative;
  z-index: 0;
}
.about-us-section-1 .image-box-wrapper::before {
  position: absolute;
  content: '';
  top: -30px;
  left: -30px;
  width: 100%;
  height: 100%;
  border: 4px solid #419ffe;
  z-index: -1;
}
.services-1 .image-box-wrapper {
  position: relative;
  z-index: 0;
}
.services-1 .image-box-wrapper::before {
  position: absolute;
  content: '';
  bottom: -30px;
  left: -30px;
  width: 100%;
  height: 100%;
  border: 4px solid #419ffe;
  z-index: -1;
}
.services-3 .image-box-wrapper {
  position: relative;
  z-index: 0;
}
.services-3 .image-box-wrapper::before {
  position: absolute;
  content: '';
  bottom: -30px;
  right: -30px;
  width: 100%;
  height: 100%;
  border: 4px solid #419ffe;
  z-index: -1;
}
.pagination-wrapper .pagination {
  font-size: 20px;
}
.pagination-wrapper .pagination li {
  margin-right: 10px;
}
.pagination-wrapper .pagination li:not(.arrows) a {
  border: 2px solid #419ffe;
  padding: 0 10px;
  transition: all 0.2s ease-in;
}
.pagination-wrapper .pagination li:not(.arrows) a:hover {
  background-color: #419ffe;
  color: #ffffff;
}
.pagination-wrapper .pagination li:last-child {
  margin-right: 0;
}
.pagination-wrapper .pagination li.arrows a i::before {
  font-size: 30px;
  color: #419ffe;
}
.contact-map-section .map-wrapper {
  position: relative;
  z-index: 0;
}
.contact-map-section .map-wrapper::before {
  position: absolute;
  content: '';
  bottom: -30px;
  left: -30px;
  width: 100%;
  height: 100%;
  border: 4px solid #419ffe;
  z-index: -1;
}
.contact-map-section .map-wrapper .map {
  width: 100%;
  height: 100%;
}
#layout-footer .contact-info .border-white {
  border-right: 4px solid #ffffff;
}
#layout-footer .footer-lists li {
  margin-bottom: 12px;
}
.btn,
.btn.btn-primary,
.btn.btn-blue-ghost,
.btn.btn-secondary {
  font-size: 16px;
  font-weight: 500;
  padding: 14px 22px;
  border-radius: 0;
  border: 1px solid #419ffe;
}
.btn:focus {
  box-shadow: none;
}
.btn.btn-primary {
  background-color: #419ffe;
}
.btn.btn-blue-ghost {
  background-color: transparent;
  border: 1px solid #419ffe;
  color: #419ffe;
}
.btn.btn-secondary {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
}
.btn.btn-sm {
  padding: 10px 14px;
}
.btn-hover-white-ghost:hover {
  background-color: transparent;
  border: 1px solid #ffffff;
}
.btn-hover-blue-ghost:hover {
  background-color: transparent;
  border: 1px solid #419ffe;
  color: #419ffe;
}
.btn-hover-white-full:hover {
  background-color: #ffffff;
  border: 1px solid #419ffe;
  color: #419ffe;
}
.btn-hover-blue-full:hover {
  background-color: #419ffe;
  border: 1px solid #419ffe;
  color: #ffffff;
}
.form-control {
  border-radius: 0;
  min-height: 40px;
}
.form-control:focus {
  box-shadow: none;
}
@media (min-width: 320px) {
  .mt-m-40,
  .my-m-40 {
    margin-top: -40px !important;
  }
  .mb-m-40,
  .my-m-40 {
    margin-bottom: -40px !important;
  }
  .pt-80,
  .py-80 {
    padding-top: 80px !important;
  }
  .pb-80,
  .py-80 {
    padding-bottom: 80px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-m-60,
  .my-sm-m-60 {
    margin-top: -60px !important;
  }
  .mb-sm-m-60,
  .my-sm-m-60 {
    margin-bottom: -60px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-m-80,
  .my-lg-m-80 {
    margin-top: -80px !important;
  }
  .mb-lg-m-80,
  .my-lg-m-80 {
    margin-bottom: -80px !important;
  }
  .mt-lg-m-50,
  .my-lg-m-50 {
    margin-top: -50px !important;
  }
  .mb-lg-m-50,
  .my-lg-m-50 {
    margin-bottom: -50px !important;
  }
  .pt-lg-140,
  .py-lg-140 {
    padding-top: 140px !important;
  }
  .pb-lg-140,
  .py-lg-140 {
    padding-bottom: 140px !important;
  }
  .pt-lg-120,
  .py-lg-120 {
    padding-top: 120px !important;
  }
  .pb-lg-120,
  .py-lg-120 {
    padding-bottom: 120px !important;
  }
  .pt-lg-100,
  .py-lg-100 {
    padding-top: 100px !important;
  }
  .pb-lg-100,
  .py-lg-100 {
    padding-bottom: 100px !important;
  }
  .pt-lg-80,
  .py-lg-80 {
    padding-top: 80px !important;
  }
  .pb-lg-80,
  .py-lg-80 {
    padding-bottom: 80px !important;
  }
  .pt-lg-50,
  .py-lg-50 {
    padding-top: 50px !important;
  }
  .pb-lg-50,
  .py-lg-50 {
    padding-bottom: 50px !important;
  }
}
@media (min-width: 1400px) {
  .mt-xxl-m-110,
  .my-xxl-m-110 {
    margin-top: -110px !important;
  }
  .mb-xxl-m-110,
  .my-xxl-m-110 {
    margin-bottom: -110px !important;
  }
}
@media (max-width: 1600px) {
  .home-slider-section .home-slider .home-slide .banner-title {
    font-size: 46px;
  }
  .home-slider-section .slider-nav .slick-arrow {
    font-size: 26px;
  }
  h1,
  .h1 {
    font-size: 46px;
  }
  h2,
  .h2 {
    font-size: 36px;
  }
  h3,
  .h3 {
    font-size: 32px;
  }
  h4,
  .h4 {
    font-size: 26px;
  }
  h5,
  .h5 {
    font-size: 22px;
  }
  h6,
  .h6 {
    font-size: 18px;
  }
  .text-md {
    font-size: 18px;
  }
  .btn,
  .btn.btn-primary,
  .btn.btn-blue-ghost,
  .btn.btn-secondary {
    padding: 12px 18px;
  }
  .container-bg-image {
    width: 91%;
  }
  .news-section .slider-nav .slick-arrow {
    font-size: 26px;
  }
}
@media (max-width: 1300px) {
  .home-slider-section .slider-nav .slick-arrow {
    font-size: 20px;
  }
  .overview-section .overview-image-wrapper::before {
    top: -30px;
    left: -30px;
  }
  .overview-section .overview-image-wrapper .overview-text-box {
    width: 70%;
    right: -20px;
  }
}
@media (max-width: 1199px) {
  .navbar .navbar-brand {
    position: relative;
    z-index: 30;
  }
  .navbar .navbar-brand .logo,
  .navbar .navbar-brand .logo-scrolled,
  .navbar .navbar-brand .footer-logo {
    width: 180px;
  }
  .navbar .navbar-nav .nav-item .nav-link {
    font-size: 15px;
  }
  .navbar .navbar-nav .nav-item.dropdown .dropdown-menu li .dropdown-item {
    font-size: 15px;
  }
  .home-slider-section .home-slider .home-slide .banner-title {
    font-size: 40px;
  }
  h1,
  .h1 {
    font-size: 40px;
  }
  h2,
  .h2 {
    font-size: 32px;
  }
  h3,
  .h3 {
    font-size: 28px;
  }
  h4,
  .h4 {
    font-size: 24px;
  }
  h5,
  .h5 {
    font-size: 20px;
  }
  .text-md {
    font-size: 17px;
  }
  .btn,
  .btn.btn-primary,
  .btn.btn-blue-ghost,
  .btn.btn-secondary {
    padding: 12px 16px;
  }
  .overview-section .overview-image-wrapper::before {
    top: -20px;
    left: -20px;
  }
  .container-bg-image {
    height: 85%;
  }
  .news-section .border-figure::before {
    right: -8px;
  }
  .footer-logo {
    width: 180px;
  }
  .banner-section .banner {
    min-height: 300px;
  }
  .about-us-section-1 .image-box-wrapper::before {
    left: -15px;
  }
  .contact-map-section .map-wrapper::before {
    left: -15px;
    bottom: -15px;
  }
}
@media (max-width: 991px) {
  .navbar .navbar-toggler {
    position: relative;
    z-index: 30;
    width: 36px;
    height: 36px;
    transition: all 0.25s ease-in;
  }
  .navbar .navbar-toggler:focus {
    box-shadow: none;
  }
  .navbar .navbar-toggler span {
    display: block;
    position: absolute;
    right: 0;
    height: 3px;
    width: 100%;
    background-color: #ffffff;
    transition: all 0.25s ease-in;
  }
  .navbar .navbar-toggler span:nth-child(1) {
    top: 7px;
    width: 90%;
    transform-origin: right center;
  }
  .navbar .navbar-toggler span:nth-child(2) {
    top: 50%;
    width: 50%;
    transform: translateY(-50%);
    transform-origin: right center;
  }
  .navbar .navbar-toggler span:nth-child(3) {
    bottom: 7px;
    width: 70%;
    transform-origin: right center;
  }
  .navbar .navbar-toggler[aria-expanded="true"] span {
    background-color: #444444;
  }
  .navbar .navbar-toggler[aria-expanded="true"] span:nth-child(1) {
    transform: rotate(-45deg);
    transform-origin: right center;
    width: 71%;
  }
  .navbar .navbar-toggler[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
    right: -30%;
  }
  .navbar .navbar-toggler[aria-expanded="true"] span:nth-child(3) {
    transform: rotate(45deg);
    transform-origin: right center;
    width: 71%;
  }
  .navbar .navbar-collapse {
    position: absolute;
    top: 0;
    right: 0;
    width: 350px;
    height: 100vh;
    overflow: auto;
    background-color: #ffffff;
    z-index: 29;
    transition: 0.3s;
    transform: translateX(100%);
    padding: 100px 0;
  }
  .navbar .navbar-collapse.show {
    transform: translateX(0);
  }
  .navbar .navbar-collapse.show .navbar-nav .nav-item {
    margin: 0 30px;
  }
  .navbar .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    color: #444444;
    border-bottom: 1px solid #efefef;
  }
  .navbar .navbar-collapse.show .navbar-nav .nav-item .nav-link:hover {
    color: #419ffe;
  }
  .navbar .navbar-collapse.show .navbar-nav .nav-item .nav-link.active {
    color: #419ffe;
  }
  .navbar .navbar-collapse.show .header-contact-lang {
    padding: 0 30px;
    margin: 0;
  }
  .navbar .navbar-collapse.show .header-contact-lang .nav-item.dropdown .dropdown-toggle {
    color: #419ffe;
  }
  .navbar .navbar-collapse.show .header-contact-lang .nav-item.dropdown .dropdown-menu {
    min-width: auto;
    border-radius: 0;
  }
  .navbar .navbar-collapse.show .header-contact-lang .nav-item.dropdown .dropdown-menu li .dropdown-item {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .navbar .navbar-collapse.show .header-contact-lang .nav-item.dropdown .dropdown-menu li .dropdown-item.active {
    background-color: #419ffe;
  }
  .navbar.nav-scrolled .navbar-toggler span {
    background-color: #444444;
  }
  .overview-section .overview-image-wrapper::before {
    width: 80%;
    top: -20px;
    left: 40px;
  }
  .overview-section .overview-image-wrapper .overview-text-box {
    width: 50%;
    right: 50px;
    bottom: 20px;
  }
  .container-bg-image {
    width: 100%;
    height: 55%;
  }
  .news-section .border-figure::before {
    content: unset;
  }
  .services-1 .image-box-wrapper::before {
    bottom: -15px;
    left: -15px;
  }
  .services-3 .image-box-wrapper::before {
    bottom: -15px;
    right: -15px;
  }
  .contact-map-section .map-wrapper .map {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .navbar .navbar-collapse {
    width: 50vw;
  }
  .home-slider-section .home-slider .home-slide {
    padding: 90px 0;
  }
  .home-slider-section .home-slider .home-slide .banner-title {
    font-size: 38px;
  }
  .home-slider-section .home-slider .slick-dots {
    position: absolute;
    z-index: 1;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
    margin: 0;
    display: flex;
    list-style: none;
    font-size: 0;
  }
  .home-slider-section .home-slider .slick-dots li {
    margin-right: 10px;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
  }
  .home-slider-section .home-slider .slick-dots li:last-child {
    margin-right: 0;
  }
  .home-slider-section .home-slider .slick-dots li.slick-active button {
    background-color: #419ffe;
  }
  .home-slider-section .home-slider .slick-dots li button {
    width: 28px;
    height: 8px;
    background-color: #ffffff;
    border: none;
    transition: all 0.2s ease-in;
  }
  h1,
  .h1 {
    font-size: 38px;
  }
  h2,
  .h2 {
    font-size: 30px;
  }
  h3,
  .h3 {
    font-size: 26px;
  }
  h4,
  .h4 {
    font-size: 22px;
  }
  .text-md {
    font-size: 16px;
  }
  .btn,
  .btn.btn-primary,
  .btn.btn-blue-ghost,
  .btn.btn-secondary {
    padding: 10px 14px;
  }
  .overview-section .overview-image-wrapper::before {
    content: unset;
  }
  .overview-section .overview-image-wrapper .overview-text-box {
    width: 100%;
    position: static;
  }
  .solutions-section .card-wrapper.blue-box-hover:hover::before {
    content: unset;
  }
  #layout-footer .contact-info .border-white {
    border-right: none;
    border-bottom: 4px solid #ffffff;
  }
  #layout-footer .copyright-content-links {
    font-size: 14px;
  }
  .banner-section .banner {
    min-height: 250px;
  }
  .about-us-section-1 .image-box-wrapper::before {
    content: unset;
  }
  .services-1 .image-box-wrapper::before {
    content: unset;
  }
  .services-3 .image-box-wrapper::before {
    content: unset;
  }
  .contact-map-section .map-wrapper::before {
    content: unset;
  }
}
@media (max-width: 575px) {
  body {
    font-size: 15px;
  }
  .navbar .navbar-brand .logo,
  .navbar .navbar-brand .logo-scrolled,
  .navbar .navbar-brand .footer-logo {
    width: 160px;
  }
  .navbar .navbar-collapse {
    width: 100%;
  }
  .home-slider-section .home-slider .home-slide {
    padding: 80px 0;
  }
  .home-slider-section .home-slider .home-slide .banner-title {
    font-size: 34px;
  }
  .home-slider-section .home-slider .slick-dots {
    bottom: 60px;
  }
  h1,
  .h1 {
    font-size: 38px;
  }
  h2,
  .h2 {
    font-size: 28px;
  }
  h3,
  .h3 {
    font-size: 24px;
  }
  h4,
  .h4 {
    font-size: 20px;
  }
  h5,
  .h5 {
    font-size: 18px;
  }
  h6,
  .h6 {
    font-size: 16px;
  }
  .h7 {
    font-size: 15px;
  }
  .news-section .slider-nav .slick-arrow {
    font-size: 24px;
  }
  .footer-logo {
    width: 160px;
  }
  .banner-section .banner {
    min-height: 200px;
  }
}
@media (max-width: 500px) {
  .col-special {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.wow {
  visibility: hidden;
}
