@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  margin: auto;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  scrollbar-width: none;
  padding: 0 !important;
  color: #000000;
  font-family: "Poppins", sans-serif;
  overflow: hidden;
  overflow-y: scroll;
}
@media (max-width: 767px) {
  body {
    font-size: 15px;
    line-height: 24px;
  }
}

html {
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
}

p {
  font-weight: 300;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a,
a:hover,
a:focus {
  outline: none;
  text-decoration: none;
  color: inherit;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
}

input, textarea {
  box-shadow: none !important;
  outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  line-height: 1.2;
}

h1 {
  font-size: 60px;
}
@media (max-width: 1400px) {
  h1 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 36px;
  }
}

h2 {
  font-size: 40px;
  margin-bottom: 10px;
  line-height: 50px;
}
@media (max-width: 1199px) {
  h2 {
    font-size: 36px;
    line-height: 46px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 24px;
    line-height: 34px;
  }
}

h3 {
  font-size: 36px;
}
@media (max-width: 1199px) {
  h3 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 30px;
}
@media (max-width: 1199px) {
  h4 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  h4 {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  h4 {
    font-size: 18px;
  }
}

h5 {
  font-size: 24px;
}
@media (max-width: 991px) {
  h5 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  h5 {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  h5 {
    font-size: 18px;
  }
}

h6 {
  font-size: 20px;
}
@media (max-width: 991px) {
  h6 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  h6 {
    font-size: 16px;
  }
}
h6.title {
  color: #164F78;
  font-weight: 400;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  h6.title {
    margin-bottom: 10px;
  }
}

.preloader {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  background-color: #f6f1e9;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 9999;
}
.preloader img {
  width: 100px;
  height: auto;
}

header {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  padding: 5px 50px;
  z-index: 10;
  height: 100px;
  transition: 600ms all;
}
@media (max-width: 1300px) {
  header {
    padding: 5px 20px;
  }
}
@media (max-width: 1199px) {
  header {
    padding: 5px 12px;
    height: 85px;
  }
}
@media (max-width: 991px) {
  header {
    padding: 5px 0;
  }
}
@media (max-width: 575px) {
  header {
    height: 78px;
  }
}
header .navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}
header .navbar .navbar-brand {
  margin-right: 50px;
}
@media (max-width: 1300px) {
  header .navbar .navbar-brand {
    margin-right: 20px;
  }
}
@media (max-width: 991px) {
  header .navbar .navbar-brand {
    margin-left: 12px;
  }
}
header .navbar .navbar-brand img {
  width: 230px;
}
@media (max-width: 1199px) {
  header .navbar .navbar-brand img {
    width: 180px;
  }
}
@media (max-width: 1100px) {
  header .navbar .navbar-brand img {
    width: 160px;
  }
}
@media (max-width: 991px) {
  header .navbar .navbar-brand img {
    width: 18 0px;
  }
}
@media (max-width: 992px) {
  header .navbar .navbar-toggler {
    margin-right: 12px;
    border: none;
    padding: 0;
    box-shadow: none;
    outline: none;
  }
}
header .navbar .navbar-collapse .navbar-nav {
  width: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  header .navbar .navbar-collapse .navbar-nav {
    background-color: #ffffff;
    padding: 30px;
    align-items: flex-start;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 11px;
  }
}
@media (max-width: 767px) {
  header .navbar .navbar-collapse .navbar-nav {
    margin-top: 10px;
  }
}
@media (max-width: 575px) {
  header .navbar .navbar-collapse .navbar-nav {
    margin-top: 5px;
  }
}
header .navbar .navbar-collapse .navbar-nav .nav-item {
  margin-right: 25px;
}
@media (max-width: 1300px) {
  header .navbar .navbar-collapse .navbar-nav .nav-item {
    margin-right: 15px;
  }
}
@media (max-width: 1100px) {
  header .navbar .navbar-collapse .navbar-nav .nav-item {
    margin-right: 5px;
  }
}
@media (max-width: 991px) {
  header .navbar .navbar-collapse .navbar-nav .nav-item {
    width: 100%;
  }
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  font-weight: 500;
  text-transform: uppercase;
  color: #000000;
}
@media (max-width: 1199px) {
  header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-size: 15px;
  }
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
  color: #E65F25;
}
header .navbar .navbar-collapse .navbar-nav .nav-item:last-child {
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 991px) {
  header .navbar .navbar-collapse .navbar-nav .nav-item:last-child {
    margin-left: inherit;
    margin-top: 20px;
  }
}
header .navbar .navbar-collapse .navbar-nav .nav-item:last-child ul {
  display: flex;
  margin: 0 -6px;
}
@media (max-width: 1300px) {
  header .navbar .navbar-collapse .navbar-nav .nav-item:last-child ul {
    margin: 0 -2px;
  }
}
header .navbar .navbar-collapse .navbar-nav .nav-item:last-child ul li {
  padding: 0 6px;
}
@media (max-width: 1300px) {
  header .navbar .navbar-collapse .navbar-nav .nav-item:last-child ul li {
    padding: 0 2px;
  }
}
header .navbar .navbar-collapse .navbar-nav .nav-item:last-child ul li a {
  background-color: #d0dbe4;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
}
header .navbar .navbar-collapse .navbar-nav .nav-item:last-child ul li a img {
  width: 20px;
  height: 20px;
  transition: 600ms all;
}
header .navbar .navbar-collapse .navbar-nav .nav-item:last-child ul li a:hover {
  background-color: #E65F25;
}
header .navbar .navbar-collapse .navbar-nav .nav-item:last-child ul li a:hover img {
  filter: brightness(0) invert(1);
}
header .navbar .navbar-collapse .navbar-nav .nav-item:last-child ul li:last-child a {
  width: auto;
  height: auto;
  background-color: #164F78;
  padding: 10px 20px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 6px;
}
@media (max-width: 1300px) {
  header .navbar .navbar-collapse .navbar-nav .nav-item:last-child ul li:last-child a {
    padding: 7px 15px;
  }
}
@media (max-width: 1100px) {
  header .navbar .navbar-collapse .navbar-nav .nav-item:last-child ul li:last-child a {
    font-size: 13px;
  }
}
header .navbar .navbar-collapse .navbar-nav .nav-item:last-child ul li:last-child a:hover {
  background-color: #E65F25;
}
header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu {
  padding: 25px 15px;
  border-radius: 0px 0px 20px 20px;
  border: none;
  box-shadow: 0px 15px 15px 5px rgba(0, 0, 0, 0.1);
  margin-top: 29px;
}
@media (max-width: 1199px) {
  header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu {
    margin-top: 24px;
  }
}
@media (max-width: 991px) {
  header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu {
    margin-top: 0;
    box-shadow: none;
    padding: 0;
    font-size: 14px;
  }
}
header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
  background-color: transparent;
}
header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
  color: #E65F25;
}
header.fixed {
  position: sticky;
  background-color: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.banner {
  padding: 0 50px 50px;
}
@media (max-width: 1300px) {
  .banner {
    padding: 0 20px 20px;
  }
}
@media (max-width: 1199px) {
  .banner {
    padding: 0 12px 12px;
  }
}
.banner .video-wrap {
  height: calc(100vh - 150px);
  background-color: #00121f;
  overflow: hidden;
  position: relative;
  border-radius: 30px;
}
@media (max-width: 1300px) {
  .banner .video-wrap {
    height: calc(100vh - 120px);
  }
}
@media (max-width: 1199px) {
  .banner .video-wrap {
    height: calc(100vh - 96px);
  }
}
@media (max-width: 575px) {
  .banner .video-wrap {
    height: calc(100vh - 136px);
    border-radius: 20px;
  }
}
.banner .video-wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.2;
}
.banner .video-wrap .meta {
  position: absolute;
  z-index: 1;
  top: 50px;
  bottom: 50px;
  left: 50px;
  right: 50px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 575px) {
  .banner .video-wrap .meta {
    top: 25px;
    bottom: 50px;
    left: 25px;
    right: 25px;
    text-align: center;
  }
}
.banner .video-wrap .meta div {
  width: 55%;
}
@media (max-width: 1199px) {
  .banner .video-wrap .meta div {
    width: 75%;
  }
}
@media (max-width: 991px) {
  .banner .video-wrap .meta div {
    width: 100%;
  }
}
.banner .video-wrap .meta h1 {
  color: #ffffff;
  font-weight: 700;
}
@media (max-width: 575px) {
  .banner .video-wrap .meta h1 {
    font-size: 24px;
  }
}
.banner .video-wrap .meta p {
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  margin: 10px 0 20px;
}
.banner .flexslider {
  margin: 0;
  border: none;
  border-radius: 0;
  overflow: hidden;
  background: #000d18;
  border-radius: 30px;
  overflow: hidden;
}
.banner .flexslider li {
  height: calc(100vh - 150px);
  background-color: #000000;
}
@media (max-width: 1300px) {
  .banner .flexslider li {
    height: calc(100vh - 120px);
  }
}
@media (max-width: 1199px) {
  .banner .flexslider li {
    height: calc(100vh - 96px);
  }
}
@media (max-width: 575px) {
  .banner .flexslider li {
    height: calc(100vh - 136px);
  }
}
.banner .flexslider li img {
  opacity: 0.5;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .flexslider li .meta {
  position: absolute;
  z-index: 1;
  top: 50px;
  bottom: 50px;
  left: 50px;
  right: 50px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 575px) {
  .banner .flexslider li .meta {
    top: 25px;
    bottom: 50px;
    left: 25px;
    right: 25px;
    text-align: center;
  }
}
.banner .flexslider li .meta div {
  width: 55%;
}
@media (max-width: 1199px) {
  .banner .flexslider li .meta div {
    width: 75%;
  }
}
@media (max-width: 991px) {
  .banner .flexslider li .meta div {
    width: 100%;
  }
}
.banner .flexslider li .meta h1 {
  color: #ffffff;
  font-weight: 700;
}
@media (max-width: 575px) {
  .banner .flexslider li .meta h1 {
    font-size: 24px;
  }
}
.banner .flexslider li .meta p {
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  margin: 10px 0 20px;
}
.banner .flexslider .flex-control-nav {
  bottom: 60px;
  z-index: 2;
  display: flex;
  padding-left: calc(50% + 40px);
}
@media (max-width: 1199px) {
  .banner .flexslider .flex-control-nav {
    bottom: 25px;
  }
}
@media (max-width: 991px) {
  .banner .flexslider .flex-control-nav {
    padding-left: calc(50% + 20px);
  }
}
@media (max-width: 767px) {
  .banner .flexslider .flex-control-nav {
    padding-left: calc(50% + 15px);
  }
}
@media (max-width: 575px) {
  .banner .flexslider .flex-control-nav {
    width: 100%;
    padding: 0;
    justify-content: center;
  }
}
.banner .flexslider .flex-control-nav li {
  height: 15px;
  background-color: transparent;
}
.banner .flexslider .flex-control-nav li a {
  font-size: 0;
  width: 13px;
  height: 13px;
  border-radius: 0;
  background-color: #ffffff;
  display: inline-block;
  transform: none;
  animation: none;
  box-shadow: none;
}
.banner .flexslider .flex-control-nav li a.flex-active {
  background-color: #164F78;
}

a.more {
  background-color: #164F78;
  padding: 10px 20px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 6px;
  display: inline-block;
}
a.more:hover {
  background-color: #E65F25;
}
a.more-line {
  text-decoration: underline;
  font-weight: 500;
  text-transform: uppercase;
  text-underline-offset: 4px;
  text-decoration-color: #164F78;
}
a.more-line:hover {
  color: #E65F25;
}

.about-us {
  padding: 70px 0 120px;
}
@media (max-width: 991px) {
  .about-us {
    padding: 50px 0 100px;
  }
}
@media (max-width: 991px) {
  .about-us {
    padding: 70px 0 70px;
  }
}
@media (max-width: 767px) {
  .about-us {
    padding: 50px 0 50px;
  }
}
.about-us .abt-left .inner {
  padding-right: 150px;
}
@media (max-width: 1400px) {
  .about-us .abt-left .inner {
    padding-right: 50px;
  }
}
@media (max-width: 1199px) {
  .about-us .abt-left .inner {
    padding-right: 20px;
  }
}
.about-us .count-row {
  position: relative;
  margin-top: 50px;
  padding-top: 50px;
}
@media (max-width: 767px) {
  .about-us .count-row {
    margin-top: 30px;
    padding-top: 30px;
  }
}
.about-us .count-row::after {
  position: absolute;
  content: "";
  left: 12px;
  right: 12px;
  top: 0;
  height: 1px;
  background-color: #000000;
  opacity: 0.1;
}
@media (max-width: 767px) {
  .about-us .count-row .count-box {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .about-us .count-row .count-box:last-child {
    margin-bottom: 0px;
  }
}
.about-us .count-row .count-box .inner {
  padding: 0 12px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.about-us .count-row .count-box .inner ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-us .count-row .count-box .inner ul li {
  color: #000000;
  font-size: 24px;
  font-weight: 400;
}
.about-us .count-row .count-box .inner ul li span {
  color: #164F78;
  font-size: 60px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: -5px;
  display: block;
}
@media (max-width: 1400px) {
  .about-us .count-row .count-box .inner ul li span {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .about-us .count-row .count-box .inner ul li span {
    font-size: 40px;
  }
}
.about-us .count-row .count-box .inner p {
  font-size: 20px;
  text-align: center;
  margin: 15px 0 0;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .about-us .count-row .count-box .inner p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .about-us .count-row .count-box .inner p {
    font-size: 14px;
    line-height: 24px;
  }
}
.about-us .count-row .count-box .inner p span {
  font-size: 13px;
  line-height: 22px;
  display: inline-block;
  font-weight: 300;
}
.about-us .count-row .count-box .inner p:last-child {
  margin: 5px 0 0;
}
.about-us .count-row .count-box:last-child .inner {
  border-right: none;
}
@media (max-width: 767px) {
  .about-us .count-row .count-box:nth-of-type(2) .inner {
    border-right: none;
  }
}

.why-choose {
  position: relative;
}
.why-choose::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 50%;
  background-color: #eeeeee;
}
.why-choose .choose-box {
  z-index: 1;
}
.why-choose .choose-box .inner {
  background-color: #164F78;
  padding: 50px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  display: flex;
}
@media (max-width: 991px) {
  .why-choose .choose-box .inner {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .why-choose .choose-box .inner {
    padding: 40px 30px;
    border-radius: 20px;
  }
}
.why-choose .choose-box .inner::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/why-bg.jpg) top center no-repeat;
  background-size: cover;
  opacity: 0.2;
}
@media (max-width: 991px) {
  .why-choose .choose-box .inner img {
    display: none;
  }
}
.why-choose .choose-box .inner img.arrow {
  position: absolute;
  left: 50px;
  top: 50px;
  bottom: 50px;
}
.why-choose .choose-box .inner .left {
  width: 40%;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1199px) {
  .why-choose .choose-box .inner .left {
    width: 30%;
  }
}
@media (max-width: 991px) {
  .why-choose .choose-box .inner .left {
    width: 100%;
    justify-content: center;
  }
}
.why-choose .choose-box .inner .left .more-line {
  color: #ffffff;
  text-decoration-color: #ffffff;
}
.why-choose .choose-box .inner .left .more-line:hover {
  color: #E65F25;
  text-decoration-color: #E65F25;
}
.why-choose .choose-box .inner .right {
  width: 60%;
  padding-left: 50px;
  text-align: right;
  position: relative;
  padding-bottom: 50px;
  z-index: 1;
}
@media (max-width: 1199px) {
  .why-choose .choose-box .inner .right {
    width: 70%;
  }
}
@media (max-width: 991px) {
  .why-choose .choose-box .inner .right {
    width: 100%;
    padding-left: 0;
    text-align: center;
    padding-bottom: 20px;
  }
}
.why-choose .choose-box .inner .right h6.title {
  color: #ffffff;
}
.why-choose .choose-box .inner .right h2 {
  color: #ffffff;
  margin-bottom: 0;
  font-weight: 400;
}

.home-products {
  padding: 120px 0;
  background-color: #eeeeee;
}
@media (max-width: 991px) {
  .home-products {
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  .home-products {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .home-products {
    padding: 50px 0;
  }
}
.home-products .head {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .home-products .head {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .home-products .head {
    margin-bottom: 20px;
  }
}
.home-products .container-full {
  width: calc(100% - (-50vw + 50%));
}
@media (max-width: 420px) {
  .home-products .container-full {
    padding-right: 16px;
  }
}
.home-products .container-full .owl-product .owl-stage {
  display: flex;
}
.home-products .container-full .owl-product .item {
  height: 100%;
}
.home-products .container-full .owl-product .item .inner {
  background-color: #ffffff;
  padding: 50px;
  border-radius: 30px;
  height: 100%;
}
@media (max-width: 767px) {
  .home-products .container-full .owl-product .item .inner {
    border-radius: 20px;
  }
}
@media (max-width: 575px) {
  .home-products .container-full .owl-product .item .inner {
    padding: 30px;
  }
}
.home-products .container-full .owl-product .item .inner .icon {
  width: 80px;
  height: 80px;
  background-color: #164F78;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  margin-bottom: 25px;
}
@media (max-width: 575px) {
  .home-products .container-full .owl-product .item .inner .icon {
    width: 50px;
    height: 50px;
  }
}
.home-products .container-full .owl-product .item .inner .icon img {
  width: 45px;
  height: 45px;
  filter: brightness(0) invert(1);
}
@media (max-width: 575px) {
  .home-products .container-full .owl-product .item .inner .icon img {
    width: 25px;
    height: 25px;
  }
}
.home-products .container-full .owl-product .item .inner h6 {
  margin-bottom: 25px;
  font-size: 24px;
}
@media (max-width: 767px) {
  .home-products .container-full .owl-product .item .inner h6 {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .home-products .container-full .owl-product .item .inner h6 {
    margin-bottom: 15px;
    font-size: 18px;
  }
}

.testimonials {
  padding: 120px 0;
  background-color: #164F78;
  position: relative;
}
@media (max-width: 991px) {
  .testimonials {
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  .testimonials {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .testimonials {
    padding: 50px 0;
  }
}
.testimonials::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/testi-bg.jpg) top center no-repeat;
  background-size: cover;
  opacity: 0.15;
}
.testimonials hr {
  margin: 50px 0 60px;
  border-color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 767px) {
  .testimonials hr {
    margin: 30px 0;
  }
}
.testimonials .head {
  position: relative;
  z-index: 1;
}
.testimonials .head h2 {
  color: #ffffff;
}
.testimonials .head h6.title {
  color: #ffffff;
}
.testimonials .head .right {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .testimonials .head .right {
    justify-content: flex-start;
    margin-top: 20px;
  }
}
.testimonials .head .right .owl-theme .custom-nav {
  display: flex;
  justify-content: flex-start;
  margin: 0 -6px;
}
.testimonials .head .right .owl-theme .custom-nav .owl-prev,
.testimonials .head .right .owl-theme .custom-nav .owl-next {
  position: relative;
  height: auto;
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.2);
  border: none;
  border-radius: 6px;
  width: 50px;
  height: 50px;
  transition: 400ms all;
  -webkit-transition: 400ms all;
  -o-transition: 400ms all;
  -moz-transition: 400ms all;
  -ms-transition: 400ms all;
  margin: 0 6px;
}
@media (max-width: 575px) {
  .testimonials .head .right .owl-theme .custom-nav .owl-prev,
  .testimonials .head .right .owl-theme .custom-nav .owl-next {
    width: 40px;
    height: 40px;
  }
}
.testimonials .head .right .owl-theme .custom-nav .owl-prev img,
.testimonials .head .right .owl-theme .custom-nav .owl-next img {
  width: 18px;
  filter: brightness(0) invert(1);
  transition: 400ms all;
  -webkit-transition: 400ms all;
  -o-transition: 400ms all;
  -moz-transition: 400ms all;
  -ms-transition: 400ms all;
}
.testimonials .head .right .owl-theme .custom-nav .owl-prev:hover,
.testimonials .head .right .owl-theme .custom-nav .owl-next:hover {
  background-color: #E65F25;
}
.testimonials .head .right .owl-theme .custom-nav .owl-prev {
  left: 0;
}
.testimonials .head .right .owl-theme .custom-nav .owl-next {
  right: 0;
}
.testimonials .head .right .owl-theme .owl-controls {
  position: relative;
}
.testimonials .owl-testimonials {
  z-index: 1;
}
.testimonials .owl-testimonials .item {
  display: flex;
}
@media (max-width: 991px) {
  .testimonials .owl-testimonials .item {
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .testimonials .owl-testimonials .item {
    flex-direction: column-reverse;
  }
}
@media (max-width: 991px) {
  .testimonials .owl-testimonials .item .left {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .testimonials .owl-testimonials .item .left {
    margin-top: 20px;
  }
}
.testimonials .owl-testimonials .item .left h6 {
  color: #ffffff;
  font-weight: 600;
}
.testimonials .owl-testimonials .item .left h6 span {
  font-weight: 400;
  font-size: 16px;
  opacity: 0.5;
  margin-top: 8px;
  display: inline-block;
}
.testimonials .owl-testimonials .item .right {
  display: flex;
}
@media (max-width: 575px) {
  .testimonials .owl-testimonials .item .right {
    flex-direction: column;
  }
}
.testimonials .owl-testimonials .item .right .icon {
  min-width: 100px;
  opacity: 0.05;
}
@media (max-width: 767px) {
  .testimonials .owl-testimonials .item .right .icon {
    min-width: 50px;
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .testimonials .owl-testimonials .item .right .icon {
    min-width: 50px;
  }
}
.testimonials .owl-testimonials .item .right .icon img {
  max-width: 200px;
  width: auto;
  filter: brightness(0) invert(1);
}
@media (max-width: 575px) {
  .testimonials .owl-testimonials .item .right .icon img {
    max-width: 50px;
  }
}
.testimonials .owl-testimonials .item .right .details {
  padding-left: 25px;
}
@media (max-width: 767px) {
  .testimonials .owl-testimonials .item .right .details {
    padding-left: 12px;
  }
}
@media (max-width: 575px) {
  .testimonials .owl-testimonials .item .right .details {
    padding-left: 0;
  }
}
.testimonials .owl-testimonials .item .right .details h4 {
  color: #ffffff;
  margin-bottom: 20px;
}
.testimonials .owl-testimonials .item .right .details p {
  color: #ffffff;
  font-weight: 300;
  opacity: 0.5;
}
.testimonials .owl-testimonials .item .right .details p:last-child {
  margin-bottom: 0;
}
.testimonials .owl-testimonials .owl-dots {
  margin-top: 30px !important;
}
.testimonials .owl-testimonials .owl-dots .owl-dot {
  outline: none;
}
.testimonials .owl-testimonials .owl-dots .owl-dot span {
  width: 18px;
  height: 18px;
  background: #f9f9f9;
  border: 1px solid #d7d7d7;
  position: relative;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
}
.testimonials .owl-testimonials .owl-dots .owl-dot span::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 3px;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: 0px auto;
  border-radius: 10px;
  opacity: 0;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
}
.testimonials .owl-testimonials .owl-dots .owl-dot.active span, .testimonials .owl-testimonials .owl-dots .owl-dot:hover span {
  background: #f9f9f9;
  box-shadow: 0px 0px 0px 5px rgba(119, 86, 86, 0.08);
}
.testimonials .owl-testimonials .owl-dots .owl-dot.active span::after, .testimonials .owl-testimonials .owl-dots .owl-dot:hover span::after {
  opacity: 1;
}

.home-projects {
  padding: 120px 0;
}
@media (max-width: 991px) {
  .home-projects {
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  .home-projects {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .home-projects {
    padding: 50px 0;
  }
}
.home-projects .container-full {
  width: calc(100% - (-50vw + 50%));
}
@media (max-width: 420px) {
  .home-projects .container-full {
    padding-right: 16px;
  }
}
@media (max-width: 991px) {
  .home-projects .container-full .pr-left {
    margin-bottom: 30px;
  }
}
.home-projects .container-full .pr-left .owl-theme .custom-nav {
  display: flex;
  justify-content: flex-start;
  margin: 0 -6px;
}
.home-projects .container-full .pr-left .owl-theme .custom-nav .owl-prev,
.home-projects .container-full .pr-left .owl-theme .custom-nav .owl-next {
  position: relative;
  height: auto;
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 6px;
  width: 50px;
  height: 50px;
  transition: 400ms all;
  -webkit-transition: 400ms all;
  -o-transition: 400ms all;
  -moz-transition: 400ms all;
  -ms-transition: 400ms all;
  margin: 0 6px;
}
@media (max-width: 575px) {
  .home-projects .container-full .pr-left .owl-theme .custom-nav .owl-prev,
  .home-projects .container-full .pr-left .owl-theme .custom-nav .owl-next {
    width: 40px;
    height: 40px;
  }
}
.home-projects .container-full .pr-left .owl-theme .custom-nav .owl-prev img,
.home-projects .container-full .pr-left .owl-theme .custom-nav .owl-next img {
  width: 18px;
  transition: 400ms all;
  -webkit-transition: 400ms all;
  -o-transition: 400ms all;
  -moz-transition: 400ms all;
  -ms-transition: 400ms all;
}
.home-projects .container-full .pr-left .owl-theme .custom-nav .owl-prev:hover,
.home-projects .container-full .pr-left .owl-theme .custom-nav .owl-next:hover {
  background-color: #E65F25;
}
.home-projects .container-full .pr-left .owl-theme .custom-nav .owl-prev:hover img,
.home-projects .container-full .pr-left .owl-theme .custom-nav .owl-next:hover img {
  filter: brightness(0) invert(1);
}
.home-projects .container-full .pr-left .owl-theme .custom-nav .owl-prev {
  left: 0;
}
.home-projects .container-full .pr-left .owl-theme .custom-nav .owl-next {
  right: 0;
}
.home-projects .container-full .pr-left .owl-theme .owl-controls {
  position: relative;
}
.home-projects .container-full .pr-right .owl-projects .item .inner {
  background-color: #ffffff;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid #eeeeee;
}
@media (max-width: 767px) {
  .home-projects .container-full .pr-right .owl-projects .item .inner {
    border-radius: 20px;
  }
}
.home-projects .container-full .pr-right .owl-projects .item .inner .details {
  padding: 25px;
}
@media (max-width: 575px) {
  .home-projects .container-full .pr-right .owl-projects .item .inner .details {
    padding: 15px;
  }
}
.home-projects .container-full .pr-right .owl-projects .item .inner .details h6 {
  margin-bottom: 15px;
}
.home-projects .container-full .pr-right .owl-projects .item .inner .details p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
}

.faq {
  padding: 120px 0;
  background-color: #164F78;
  position: relative;
}
@media (max-width: 991px) {
  .faq {
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  .faq {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .faq {
    padding: 50px 0;
  }
}
.faq::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/testi-bg.jpg) top center no-repeat;
  background-size: cover;
  opacity: 0.15;
}
.faq h2 {
  color: #ffffff;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .faq h2 {
    margin-bottom: 30px;
  }
}
.faq h6.title {
  margin-bottom: 10px;
  color: #ffffff;
}
.faq .accordion {
  background-color: #ffffff;
  padding: 50px;
  border-radius: 30px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .faq .accordion {
    padding: 20px;
    border-radius: 20px;
  }
}
.faq .accordion .accordion-item {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.faq .accordion .accordion-item .accordion-header .accordion-button {
  padding: 15px 0;
  box-shadow: none;
  outline: none;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .faq .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 15px;
  }
}
.faq .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: transparent;
  color: #164F78;
}
.faq .accordion .accordion-item .accordion-body {
  padding: 0 0 15px;
}
.faq .accordion .accordion-item .accordion-body p {
  font-size: 14px;
}
@media (max-width: 767px) {
  .faq .accordion .accordion-item .accordion-body p {
    font-size: 13px;
    line-height: 20px;
  }
}
.faq .accordion .accordion-item .accordion-body p:last-child {
  margin-bottom: 0;
}

.brands {
  padding: 120px 0;
}
@media (max-width: 991px) {
  .brands {
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  .brands {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .brands {
    padding: 50px 0;
  }
}
.brands h6.title {
  margin-bottom: 10px;
}
.brands h2 {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .brands h2 {
    margin-bottom: 20px;
  }
}
.brands .brand-wrap {
  padding: 0 8px;
}
.brands .brand-wrap ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -4px;
}
.brands .brand-wrap ul li {
  width: 12.5%;
  padding: 4px;
}
@media (max-width: 1199px) {
  .brands .brand-wrap ul li {
    width: 16.666%;
  }
}
@media (max-width: 767px) {
  .brands .brand-wrap ul li {
    width: 25%;
  }
}
@media (max-width: 575px) {
  .brands .brand-wrap ul li {
    width: 33.333%;
  }
}
.brands .brand-wrap ul li img {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.help-bar {
  padding: 80px 0;
  background-color: #222324;
}
@media (max-width: 991px) {
  .help-bar {
    padding: 60px 0;
  }
}
@media (max-width: 991px) {
  .help-bar {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .help-bar {
    padding: 40px 0;
    text-align: center;
  }
}
.help-bar .help-left .inner {
  padding-right: 100px;
}
@media (max-width: 767px) {
  .help-bar .help-left .inner {
    padding-right: 0;
    margin-bottom: 20px;
  }
}
.help-bar .help-left .inner h4 {
  color: #ffffff;
}
.help-bar .help-right .inner {
  text-align: right;
}
@media (max-width: 767px) {
  .help-bar .help-right .inner {
    text-align: center;
  }
}
.help-bar .help-right .inner h6 {
  color: #ffffff;
  margin-bottom: 20px;
  font-weight: 400;
}
.help-bar .help-right .inner a.more-line {
  color: #ffffff;
  font-size: 24px;
  text-decoration-color: #ffffff;
  text-underline-offset: 8px;
  text-decoration-thickness: 1px;
}
.help-bar .help-right .inner a.more-line:hover {
  color: #E65F25;
}

footer {
  padding: 80px 0 0;
  background-color: #191a1b;
}
@media (max-width: 991px) {
  footer {
    padding: 60px 0 0;
  }
}
@media (max-width: 991px) {
  footer {
    padding: 50px 0 0;
  }
}
@media (max-width: 767px) {
  footer {
    padding: 40px 0 0;
  }
}
@media (max-width: 575px) {
  footer {
    text-align: center;
  }
}
footer .foot-products .inner {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
footer .foot-products .inner p span {
  font-size: 20px;
  color: #ffffff;
}
footer .foot-products .inner ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}
footer .foot-products .inner ul li {
  width: 25%;
  padding: 5px 12px;
}
@media (max-width: 1199px) {
  footer .foot-products .inner ul li {
    width: 33.333%;
  }
}
@media (max-width: 991px) {
  footer .foot-products .inner ul li {
    width: 50%;
  }
}
@media (max-width: 575px) {
  footer .foot-products .inner ul li {
    width: 100%;
  }
}
footer .foot-products .inner ul li a {
  color: #ffffff;
  opacity: 0.5;
}
@media (max-width: 767px) {
  footer .foot-products .inner ul li a {
    font-size: 14px;
  }
}
footer .foot-products .inner ul li a:hover {
  opacity: 1;
}
footer .foot-nav .inner {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
footer .foot-nav .inner ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}
@media (max-width: 575px) {
  footer .foot-nav .inner ul {
    justify-content: center;
  }
}
footer .foot-nav .inner ul li {
  padding: 5px 12px;
  margin-right: 40px;
}
@media (max-width: 1199px) {
  footer .foot-nav .inner ul li {
    margin-right: 25px;
  }
}
@media (max-width: 767px) {
  footer .foot-nav .inner ul li {
    margin-right: 0;
    font-size: 14px;
  }
}
footer .foot-nav .inner ul li a {
  color: #ffffff;
  text-transform: uppercase;
}
footer .foot-copy {
  padding-bottom: 25px;
}
footer .foot-copy .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 575px) {
  footer .foot-copy .inner {
    flex-direction: column;
    text-align: center;
  }
}
footer .foot-copy .inner p {
  margin-bottom: 0;
  color: #ffffff;
  opacity: 0.2;
}
@media (max-width: 575px) {
  footer .foot-copy .inner p {
    margin-bottom: 15px;
  }
}
footer .foot-copy .inner ul {
  display: flex;
  margin: 0 -12px;
}
footer .foot-copy .inner ul li {
  padding: 0 12px;
}
footer .foot-copy .inner ul li a img {
  width: 20px;
  height: 20px;
  opacity: 0.5;
  filter: brightness(0) invert(1);
  transition: 600ms all;
}
footer .foot-copy .inner ul li a:hover img {
  opacity: 1;
}
footer .foot-copy .inner ul li:last-child a img {
  width: 17px;
  height: 17px;
}

.inner-banner {
  padding: 0 50px 50px;
}
@media (max-width: 1300px) {
  .inner-banner {
    padding: 0 20px 20px;
  }
}
@media (max-width: 1199px) {
  .inner-banner {
    padding: 0 12px 12px;
  }
}
@media (max-width: 991px) {
  .inner-banner {
    padding: 0 12px 0;
  }
}
.inner-banner .inner-banner-wrap {
  background-color: #164F78;
  padding: 50px;
  border-radius: 30px;
  min-height: 350px;
  display: flex;
  align-items: flex-end;
  z-index: 1;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .inner-banner .inner-banner-wrap {
    padding: 30px;
    min-height: 300px;
  }
}
@media (max-width: 575px) {
  .inner-banner .inner-banner-wrap {
    padding: 20px;
    min-height: 200px;
    border-radius: 20px;
  }
}
.inner-banner .inner-banner-wrap::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/banner-2.jpg) center no-repeat;
  opacity: 0.1;
}
.inner-banner .inner-banner-wrap h1 {
  color: #ffffff;
  font-size: 50px;
  margin-bottom: 0;
  line-height: 50px;
}
@media (max-width: 1199px) {
  .inner-banner .inner-banner-wrap h1 {
    font-size: 40px;
    line-height: 46px;
  }
}
@media (max-width: 767px) {
  .inner-banner .inner-banner-wrap h1 {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (max-width: 575px) {
  .inner-banner .inner-banner-wrap h1 {
    font-size: 24px;
    line-height: 34px;
  }
}

.vision-mission {
  position: relative;
}
.vision-mission::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 50%;
  background-color: #eeeeee;
}
.vision-mission .vision-box {
  z-index: 1;
}
.vision-mission .vision-box .inner {
  background-color: #164F78;
  padding: 50px 0;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .vision-mission .vision-box .inner {
    padding: 40px 30px;
    border-radius: 20px;
  }
}
.vision-mission .vision-box .inner::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/why-bg.jpg) top center no-repeat;
  background-size: cover;
  opacity: 0.2;
}
.vision-mission .vision-box .inner .box {
  width: 50%;
  position: relative;
  z-index: 1;
  padding: 0 50px;
}
@media (max-width: 991px) {
  .vision-mission .vision-box .inner .box {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .vision-mission .vision-box .inner .box {
    padding: 0;
  }
}
.vision-mission .vision-box .inner .box h4 {
  color: #ffffff;
  margin-bottom: 20px;
  font-weight: 400;
}
.vision-mission .vision-box .inner .box p {
  color: rgba(255, 255, 255, 0.7);
}
.vision-mission .vision-box .inner .box ul li {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 12px;
  padding-left: 20px;
  position: relative;
}
.vision-mission .vision-box .inner .box ul li:last-child {
  margin-bottom: 0;
}
.vision-mission .vision-box .inner .box ul li::after {
  position: absolute;
  content: "";
  left: 0;
  top: 8px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  border: 1px solid #ffffff;
  opacity: 0.5;
}
@media (max-width: 991px) {
  .vision-mission .vision-box .inner .box:last-child {
    margin-top: 20px;
  }
}

.about-choose {
  padding: 120px 0;
  background-color: #eeeeee;
}
@media (max-width: 991px) {
  .about-choose {
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  .about-choose {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .about-choose {
    padding: 50px 0;
  }
}
.about-choose ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6px;
}
.about-choose ul li {
  position: relative;
  padding: 6px 6px;
}
.about-choose ul li span {
  display: inline-block;
  padding: 5px 20px;
  border-radius: 30px;
  background-color: rgba(0, 0, 0, 0.05);
}
@media (max-width: 480px) {
  .about-choose ul li span {
    font-size: 14px;
    padding: 3px 14px;
  }
}
.about-choose .choose-row {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .about-choose .choose-row {
    margin-top: 25px;
  }
}
@media (max-width: 991px) {
  .about-choose .choose-row .choose-box {
    margin-bottom: 24px;
  }
}
@media (max-width: 575px) {
  .about-choose .choose-row .choose-box {
    margin-bottom: 12px;
  }
}
.about-choose .choose-row .choose-box:last-child {
  margin-bottom: 0;
}
.about-choose .choose-row .choose-box .inner {
  background-color: #ffffff;
  padding: 50px;
  border-radius: 30px;
  height: 100%;
}
@media (max-width: 1300px) {
  .about-choose .choose-row .choose-box .inner {
    padding: 30px;
  }
}
.about-choose .choose-row .choose-box .inner h6 {
  margin-bottom: 15px;
}
.about-choose .choose-row .choose-box .inner ul li {
  margin-bottom: 12px;
  padding: 0;
  padding-left: 20px;
  position: relative;
}
@media (max-width: 991px) {
  .about-choose .choose-row .choose-box .inner ul li {
    font-size: 14px;
    line-height: 22px;
  }
}
.about-choose .choose-row .choose-box .inner ul li:last-child {
  margin-bottom: 0;
}
.about-choose .choose-row .choose-box .inner ul li::after {
  position: absolute;
  content: "";
  left: 0;
  top: 13px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
@media (max-width: 991px) {
  .about-choose .choose-row .choose-box .inner ul li::after {
    top: 5px;
  }
}

.contact-us {
  padding: 70px 0 120px;
}
@media (max-width: 991px) {
  .contact-us {
    padding: 50px 0 100px;
  }
}
@media (max-width: 991px) {
  .contact-us {
    padding: 70px 0 70px;
  }
}
@media (max-width: 767px) {
  .contact-us {
    padding: 50px 0 50px;
  }
}
.contact-us .contact-left .inner {
  padding-right: 150px;
}
@media (max-width: 1400px) {
  .contact-us .contact-left .inner {
    padding-right: 50px;
  }
}
@media (max-width: 1199px) {
  .contact-us .contact-left .inner {
    padding-right: 20px;
  }
}
.contact-us .address h5 {
  margin-bottom: 10px;
}
.contact-us .address p {
  line-height: 30px;
}
.contact-us .address .phone {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .contact-us .address .phone {
    margin-top: 15px;
  }
}
.contact-us .address .phone a {
  display: inline-block;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  display: inline-block;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  color: #164F78;
  margin-bottom: 10px;
  font-weight: 400;
}
.contact-us .address .phone a:hover {
  color: #E65F25;
}
.contact-us .map {
  margin-top: 50px;
}
.contact-us .map iframe {
  min-height: 450px;
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .contact-us .map iframe {
    height: 300px;
  }
}
.contact-us .form-wrap {
  background: #ffffff;
}
.contact-us .form-wrap h5 {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .contact-us .form-wrap h5 {
    margin: 30px 0 15px;
  }
}
.contact-us .form-wrap input {
  width: 100%;
  height: 50px;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ced4da;
  padding-left: 0;
  outline: none !important;
  box-shadow: none !important;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .contact-us .form-wrap input {
    margin-bottom: 12px;
  }
}
.contact-us .form-wrap input.button {
  padding: 12px 30px;
  background: #164F78;
  color: #ffffff;
  border: none;
  width: auto;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  border-radius: 8px;
  text-transform: uppercase;
}
.contact-us .form-wrap input.button:hover {
  background: #000000;
  color: #ffffff;
}
.contact-us .form-wrap textarea {
  width: 100%;
  height: 100px;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ced4da;
  padding-left: 0;
  outline: none !important;
  box-shadow: none !important;
  margin-bottom: 24px;
}

.product-single {
  padding: 70px 0 120px;
}
@media (max-width: 991px) {
  .product-single {
    padding: 50px 0 100px;
  }
}
@media (max-width: 991px) {
  .product-single {
    padding: 70px 0 70px;
  }
}
@media (max-width: 767px) {
  .product-single {
    padding: 50px 0 50px;
  }
}
.product-single .pr-single-left .inner {
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .product-single .pr-single-left .inner {
    display: none;
  }
}
@media (max-width: 575px) {
  .product-single .pr-single-left .inner {
    border-radius: 20px;
  }
}
.product-single .pr-single-right .inner {
  padding-left: 50px;
}
@media (max-width: 991px) {
  .product-single .pr-single-right .inner {
    padding-left: 0;
  }
}
.product-single .pr-single-right .inner h4 {
  margin-bottom: 15px;
}
.product-single .pr-single-right .inner ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6px;
}
.product-single .pr-single-right .inner ul li {
  position: relative;
  padding: 6px 6px;
}
.product-single .pr-single-right .inner ul li span {
  display: inline-block;
  padding: 5px 20px;
  border-radius: 30px;
  background-color: rgba(0, 0, 0, 0.05);
}

.projects-page {
  padding: 70px 0 96px;
}
@media (max-width: 991px) {
  .projects-page {
    padding: 50px 0 76px;
  }
}
@media (max-width: 991px) {
  .projects-page {
    padding: 70px 0 52px;
  }
}
@media (max-width: 767px) {
  .projects-page {
    padding: 50px 0 26px;
  }
}
@media (max-width: 575px) {
  .projects-page {
    padding: 50px 0 38px;
  }
}
.projects-page .project-box {
  margin-bottom: 24px;
}
@media (max-width: 575px) {
  .projects-page .project-box {
    margin-bottom: 12px;
  }
}
.projects-page .project-box .inner {
  background-color: #ffffff;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid #eeeeee;
  height: 100%;
}
@media (max-width: 767px) {
  .projects-page .project-box .inner {
    border-radius: 20px;
  }
}
.projects-page .project-box .inner .details {
  padding: 25px;
}
@media (max-width: 575px) {
  .projects-page .project-box .inner .details {
    padding: 15px;
  }
}
.projects-page .project-box .inner .details h6 {
  margin-bottom: 15px;
}
.projects-page .project-box .inner .details p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
}

.inner-products {
  background-color: #eeeeee;
  padding: 120px 0;
}
@media (max-width: 991px) {
  .inner-products {
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  .inner-products {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .inner-products {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  .inner-products .pr-box {
    margin-bottom: 24px;
  }
}
@media (max-width: 575px) {
  .inner-products .pr-box {
    margin-bottom: 12px;
  }
}
.inner-products .pr-box .inner {
  background-color: #ffffff;
  border-radius: 20px;
  overflow: hidden;
}
.inner-products .pr-box .inner .image {
  overflow: hidden;
}
.inner-products .pr-box .inner .details {
  padding: 30px;
}
@media (max-width: 1199px) {
  .inner-products .pr-box .inner .details {
    padding: 20px;
  }
}
.inner-products .pr-box .inner .details h6 {
  margin: 0 0 10px;
  font-size: 20px;
}
.inner-products .pr-box .inner .details p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0;
}
.inner-products .aditional-details {
  margin-top: 24px;
}
@media (max-width: 991px) {
  .inner-products .aditional-details {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .inner-products .aditional-details {
    margin-bottom: 12px;
  }
}
.inner-products .aditional-details .inner {
  padding: 30px;
  background-color: #ffffff;
  border-radius: 20px;
  height: 100%;
}
.inner-products .aditional-details .inner h6 {
  margin-bottom: 10px;
}
.inner-products .aditional-details .inner p {
  font-size: 14px;
  line-height: 22px;
}
.inner-products .aditional-details .inner p:last-child {
  margin-bottom: 0;
}
.inner-products .aditional-details .inner ul li {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 8px;
}
.inner-products .aditional-details .inner ul li:last-child {
  margin-bottom: 0;
}

.brands-page {
  padding: 70px 0 96px;
}
@media (max-width: 991px) {
  .brands-page {
    padding: 50px 0 76px;
  }
}
@media (max-width: 991px) {
  .brands-page {
    padding: 70px 0 52px;
  }
}
@media (max-width: 767px) {
  .brands-page {
    padding: 50px 0 38px;
  }
}
@media (max-width: 575px) {
  .brands-page .row {
    margin: 0 -6px;
  }
}
.brands-page .row .brand-box {
  margin-bottom: 24px;
}
@media (max-width: 575px) {
  .brands-page .row .brand-box {
    padding: 0 6px;
    margin-bottom: 12px;
  }
}
.brands-page .row .brand-box .inner {
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #eeeeee;
  height: 100%;
}/*# sourceMappingURL=styles.css.map */