body {
  font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif !important;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
p {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 23px;
}
a {
  text-decoration: none !important;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
}
.sub-header {
  background-color: #000000;
  height: 46px;
  line-height: 46px;
}

.sub-header ul li {
  display: inline-block;
}

.sub-header ul.contact-info li {
  padding: 0px 20px;
}
.sub-header ul.contact-info li i {
  font-size: 12px;
  margin-right: 10px;
}

.sub-header ul.contact-info li a {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.sub-header ul.contact-info li a:hover {
  color: white !important;
}
.sub-header ul.social-media {
  float: right;
}

.sub-header ul.social-media li {
  display: inline-block;
  text-align: center;
  padding: 0 12px;
}
.sub-header ul.social-media li a {
  font-size: 14px;
  color: #fff;
}
.sub-header ul.social-media li a span {
  border-right: 1px solid white;
  padding: 0 23px;
}
.ml-auto {
  margin-left: auto !important;
}

.text-blue {
  color: #0e305d;
  font-size: 40px;
}
.text-left {
  text-align: left !important;
}
.section-heading {
  text-align: center;
  margin-bottom: 28px;
}
.container-fluid {
  width: 90% !important;
}
.section-heading h2 {
  font-size: 26px;
  font-weight: 600;
  color: #b49e2a;
}
.read-more {
  text-align: center;
  border-radius: 50px;
  background: #b49e2a;
  color: white;
  display: inline-block;
  padding: 6px 16px;
}
.section-heading span {
  display: block;
  margin-top: 15px;
  font-size: 28px;
  font-weight: 600;
}
.section-heading p {
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  margin-top: 15px;
}
.about-us-img {
  height: 50vh;
  width: 100%;
}
.services {
  margin-top: 5%;
}

.down-content img {
  height: 26vh;
  width: 100%;
  overflow: hidden;
}
.service-section {
  padding: 0 4px !important;
}
.down-content {
  background-color: #ffffff;
  padding: 30px;
  box-shadow: 0px 2px 60px 0px rgba(0, 0, 0, 0.1);
  margin: 0px 0px 0px 0px;
  padding: 30px 30px 30px 30px;
  height: 100%;
}

.down-content h4 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.25px;
  margin-bottom: 15px;
}

.down-content p {
  margin-bottom: 20px;
}

#preloader {
  overflow: hidden;
  background: #072e68;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 9999999;
  color: #fff;
}

#preloader .jumper {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  margin: auto;
  width: 50px;
  height: 50px;
}

#preloader .jumper > div {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  width: 50px;
  height: 50px;
  -webkit-animation: jumper 1s 0s linear infinite;
  animation: jumper 1s 0s linear infinite;
}

#preloader .jumper > div:nth-child(2) {
  -webkit-animation-delay: 0.33333s;
  animation-delay: 0.33333s;
}

#preloader .jumper > div:nth-child(3) {
  -webkit-animation-delay: 0.66666s;
  animation-delay: 0.66666s;
}

@-webkit-keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.background-header {
  top: 0;
  width: 100%;
  position: fixed;
}
.logo-img {
  height: 68px;
  width: 100%;
}
header .navbar {
  padding: 0px 0px;
}
header {
  width: 100%;
  z-index: 9999;
  background-color: #fff !important;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
  height: 86px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
header .navbar-brand h2 {
  color: #072e68 !important;
}
.navbar-nav {
  float: right !important;
}
header .navbar-nav a.nav-link {
  color: #072e68 !important;
}
.navbar .navbar-brand {
  float: left;
  outline: none;
  height: auto;
  padding: 10px 15px;
}
.navbar .navbar-brand h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.navbar .navbar-brand h2 em {
  font-style: normal;
  font-size: 16px;
}
#navbarResponsive {
  z-index: 999;
}
.navbar-collapse {
  text-align: center;
}
.navbar .navbar-nav .nav-item {
  margin: 0px 15px;
}
.navbar .navbar-nav a.nav-link {
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  padding: 5px;
  letter-spacing: 0.5px;
  color: #fff;
  transition: all 0.5s;
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .active > .nav-link,
.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link.show,
.navbar .navbar-nav .show > .nav-link {
  color: #072e68;
  border-bottom: 3px solid #b49e2a;
}
.navbar .navbar-toggler-icon {
  background-image: none;
}
.navbar .navbar-toggler {
  border-color: #fff;
  background-color: #fff;
  height: 36px;
  outline: none;
  border-radius: 0px;
  position: absolute;
  right: 30px;
  top: 20px;
}
.navbar .navbar-toggler-icon:after {
  content: url("/src/images/bars.svg");
  color: #072e68;
  font-size: 18px;
  line-height: 26px;
}
.carousel-caption {
  bottom: 0% !important;
  top: 40%;
  color: white;
  font-size: 16px;
  font-weight: 600;
}
.carousel-inner .item img {
  width: 100% !important;
  height: 100%;
}
.carousel-inner .item {
  height: 100%;
}
.carousel-inner .item .overlay {
  height: 64vh;
  width: 100%;
  display: block;
  background-color: rgb(119 108 108 / 90%);
}
.carousel-inner {
  /* margin-top: 5%; */
  height: 83vh;
}

.about-us {
  margin-top: 6%;
}

.more-about {
  margin-top: 60px;
  background-image: url(../images/home.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 60px 0px;
  color: #fff;
}
.more-about .more-about span {
  text-transform: uppercase;
  font-size: 15px;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 10px;
  display: block;
}

.more-about h2 {
  font-size: 36px;
  font-weight: 600;
  margin: 20px 0;
  text-align: left;
  padding: 20px 0;
}

.more-about em {
  font-style: normal;
  color: #b49e2a;
}

.more-about p {
  color: #fff;
  margin-bottom: 40px;
}

.more-about .left-content {
  margin-right: 45px;
}

.count-area-content {
  text-align: center;
  background-color: rgba(250, 250, 250, 0.1);
  padding: 25px 30px 35px 30px;
  margin: 15px 0px;
}

.count-digit {
  margin: 5px 0px;
  color: #b49e2a;
  font-weight: 700;
  font-size: 36px;
}
.count-title {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.5px;
}

/* More Info */

.why-chose-us {
  margin-top: 5%;
}

.why-chose-us .left-image img {
  width: 100%;
  overflow: hidden;
}

.why-chose-us .why-chose-us-content {
  background-color: #f7f7f7;
}

.about-info .why-chose-us-content {
  background-color: transparent;
}

.about-info .right-content {
  padding: 0px !important;
  margin-right: 30px;
}

.why-chose-us .right-content {
  padding: 45px 45px 45px 30px;
}

.why-chose-us .right-content h4 {
  font-size: 18px;
  font-weight: 600;
}
.why-chose-us .right-content ul li {
  list-style: disc;
  font-size: 16px;
  font-family: 400;
  margin-bottom: 10px;
}
.why-chose-us .right-content h3 {
  font-size: 26px;
  font-weight: 600;
}
.left-image {
  height: 100%;
}
.left-image img {
  height: 100%;
}
.why-chose-us .right-content h2 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 35px;
}

.why-chose-us .right-content em {
  font-style: normal;
  color: #072e68;
}

.why-chose-us .right-content p {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
}

/* Partners Style */

.contact-partners {
  margin-top: -8px !important;
}

.partners {
  margin-top: 140px;
  background-color: #f7f7f7;
  padding: 60px 0px;
}

.partners .owl-item {
  text-align: center;
  cursor: pointer;
}

.partners .partner-item img {
  max-width: 156px;
  margin: auto;
}

/* Footer Style */

footer {
  background-color: #020000;
  padding: 30px 0px;
  color: #fff;
}

footer h4 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.25px;
  margin-bottom: 18px;
}
footer p {
  color: #fff;
  font-size: 12px;
  line-height: 22px;
}

footer ul.social-icons {
  margin-top: 25px;
  padding: 0 !important;
}

footer ul.social-icons li {
  display: inline-block;
  margin-right: 5px;
}

footer ul.social-icons li:last-child {
  margin-right: 0px;
}

footer ul.social-icons li a {
  width: 34px;
  height: 34px;
  display: inline-block;
  line-height: 34px;
  text-align: center;
  background-color: #fff;
  color: #232323;
  border-radius: 50%;
  transition: all 0.3s;
}

footer ul.social-icons li a:hover {
  background-color: #072e68;
  color: white;
}

footer ul.menu-list li {
  margin-bottom: 13px;
  font-size: 13px;
}

footer ul.menu-list li:last-child {
  margin-bottom: 0px;
}

footer ul.menu-list li a {
  font-size: 13px;
  color: #fff;
  transition: all 0.3s;
}

footer ul.menu-list li a:hover {
  color: #072e68;
}

footer .contact-form input {
  border-radius: 20px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  padding: 0px 15px;
  color: #aaa !important;
  background-color: #343434;
  font-size: 13px;
  text-transform: none;
  box-shadow: none;
  border: none;
  margin-bottom: 15px;
}

footer .contact-form input:focus {
  outline: none;
  box-shadow: none;
  border: none;
  background-color: #343434;
}

footer .contact-form textarea {
  border-radius: 20px;
  height: 120px;
  max-height: 200px;
  min-height: 120px;
  display: inline-block;
  padding: 15px;
  color: #aaa !important;
  background-color: #343434;
  font-size: 13px;
  text-transform: none;
  box-shadow: none;
  border: none;
  margin-bottom: 15px;
}

footer .contact-form textarea:focus {
  outline: none;
  box-shadow: none;
  border: none;
  background-color: #343434;
}

footer .contact-form ::-webkit-input-placeholder {
  /* Edge */
  color: #aaa;
}
footer .contact-form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #aaa;
}
footer .contact-form ::placeholder {
  color: #aaa;
}

footer .contact-form button.filled-button {
  background-color: transparent;
  color: #fff;
  background-color: #072e68;
  border: none;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 12px 30px;
  border-radius: 30px;
  display: inline-block;
  transition: all 0.3s;
  outline: none;
  box-shadow: none;
  text-shadow: none;
  cursor: pointer;
}

footer .contact-form button.filled-button:hover {
  background-color: #fff;
  color: #072e68;
}

/* Sub-footer Style */

.sub-footer {
  background-color: #ffffff;
  text-align: center;
  padding: 5px 0px;
}

.sub-footer p {
  color: black;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.5px;
  margin-bottom: 0;
}

.sub-footer a {
  color: #fff;
}

.page-heading {
  text-align: center;
  background-image: url(../images/aboutus-2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 230px 0px 150px 0px;
  color: #fff;
}

.page-heading h1 {
  text-transform: capitalize;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 18px;
}

.page-heading span {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  display: block;
}

/* Single Service */

.single-services {
  margin-top: 40px;
}
.tabs-content {
  margin-left: 0px;
  text-align: left;
  display: inline-block;
  transition: all 0.3s;
}
.tabs-content img {
  max-width: 100%;
  overflow: hidden;
}
.tabs-content h4 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.25px;
  margin-bottom: 15px;
  margin-top: 30px;
}
.tabs-content p {
  font-size: 14px;
  color: #7a7a7a;
  margin-bottom: 0px;
}

/* Contact Information */

.contact-information {
  margin-top: 70px;
  margin-bottom: 60px;
}

.contact-information .contact-item {
  padding: 60px 30px;
  background-color: #f7f7f7;
  text-align: center;
}

.contact-information .contact-item i {
  color: #072e68;
  font-size: 48px;
  margin-bottom: 40px;
}

.contact-information .contact-item h4 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.25px;
  margin-bottom: 15px;
}

.contact-information .contact-item p {
  margin-bottom: 20px;
}

.contact-information .contact-item a {
  font-weight: 600;
  color: #072e68;
  font-size: 15px;
}

/* Responsive Style */
@media (max-width: 768px) {
  .logo-img {
    height: 50px;
  }
  .carousel-caption {
    top: 17%;
  }
  .carousel-caption h3 {
    font-size: 10px;
  }
  .carousel-inner {
    height: 25vh;
  }
  .mbv-b {
    margin-bottom: 15px;
  }
  .services-tab .tablinks {
    padding: 10px !important;
    width: 100%;
  }
  .why-chose-us-content-row {
    flex-direction: column-reverse;
  }
  .section-heading span {
    font-size: 18px;
  }
  .sub-header {
    display: none;
  }
  .Modern-Slider .item h6 {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .Modern-Slider .item h4 {
    margin-bottom: 25px;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 1px;
  }
  .Modern-Slider .item p {
    max-width: 570px;
    line-height: 25px;
    margin-bottom: 30px;
  }
  .Modern-Slider .NextArrow {
    right: 5px;
  }
  .Modern-Slider .PrevArrow {
    left: 5px;
  }
  .request-form {
    text-align: center;
  }
  .request-form a.border-button {
    float: none;
    margin-top: 30px;
  }
  .about-us .about-us-item {
    margin-bottom: 30px;
  }
  .more-about .left-content {
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .why-chose-us {
    margin: 7% 0;
  }
  .why-chose-us .right-content {
    padding: 30px;
  }
  footer {
    padding: 80px 0px 20px 0px;
  }
  footer .footer-item {
    border-bottom: 1px solid #343434;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  footer .last-item {
    border-bottom: none;
  }
  .about-info .right-content {
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .team .team-item {
    margin-bottom: 30px;
  }
  .tabs-content {
    margin-left: 0px;
    margin-top: 30px;
  }
  .contact-item {
    margin-bottom: 30px;
  }
}

@media (max-width: 992px) {
  .navbar .navbar-brand {
    position: absolute;
    left: 30px;
    top: 10px;
  }
  .navbar .navbar-brand {
    width: auto;
  }
  .navbar:after {
    display: none;
  }
  #navbarResponsive {
    z-index: 99999;
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    text-align: center;
    background-color: #fff;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
  }
  .navbar .navbar-nav .nav-item {
    border-bottom: 1px solid #eee;
  }
  .navbar .navbar-nav .nav-item:last-child {
    border-bottom: none;
  }
  .navbar .navbar-nav a.nav-link {
    padding: 15px 0px;
    color: #1e1e1e !important;
  }
  .navbar .navbar-nav .nav-link:hover,
  .navbar .navbar-nav .active > .nav-link,
  .navbar .navbar-nav .nav-link.active,
  .navbar .navbar-nav .nav-link.show,
  .navbar .navbar-nav .show > .nav-link {
    color: #072e68 !important;
    border-bottom: none !important;
  }
}
