@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {

  background: #fff;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  color: #1B1B1B;

}

input:focus,
button:focus,
a:focus {
  outline: none !important;
  box-shadow: none !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  font-family: "Roboto Condensed", sans-serif;
}

h1 {
  font-size: 70px;
}

h2 {
  font-size: 50px;
  line-height: 60px;
}

h3 {
  font-size: 40px;
  line-height: 50px;
}

h4 {
  font-size: 30px;
  line-height: 40px;
}

h5 {
  font-size: 20px;
  line-height: 30px;
}

h6 {
  font-size: 18px;
  line-height: 25px;
}

a {
  color: #333333;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
  color: #F4760B;
}

img {
  max-width: 100%;
}

.f-size-11 {
  font-size: 11px;
}

.f-size-12 {
  font-size: 12px;
}

.f-size-14 {
  font-size: 114px;
}

.f-size-16 {
  font-size: 16px;
}

.f-size-18 {
  font-size: 18px;
}

.f-weight-100 {
  font-weight: 100;
}

.f-weight-200 {
  font-weight: 200;
}

.f-weight-300 {
  font-weight: 300;
}

.f-weight-400 {
  font-weight: 400;
}

.f-weight-500 {
  font-weight: 500;
}

.f-weight-600 {
  font-weight: 600;
}

.f-weight-700 {
  font-weight: 700;
}

.f-weight-800 {
  font-weight: 800;
}

.f-weight-900 {
  font-weight: 900;
}

.f-weight-bold {
  font-weight: bold;
}

.m-t-5 {
  margin-top: 5px !important;
}

.p-t-5 {
  padding-top: 5px !important;
}

.m-b-5 {
  margin-bottom: 5px !important;
}

.p-b-5 {
  padding-bottom: 5px !important;
}

.m-l-5 {
  margin-left: 5px !important;
}

.p-l-5 {
  padding-left: 5px !important;
}

.m-r-5 {
  margin-right: 5px !important;
}

.p-r-5 {
  padding-right: 5px !important;
}

.m-t-10 {
  margin-top: 10px !important;
}

.p-t-10 {
  padding-top: 10px !important;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

.p-b-10 {
  padding-bottom: 10px !important;
}

.m-l-10 {
  margin-left: 10px !important;
}

.p-l-10 {
  padding-left: 10px !important;
}

.m-r-10 {
  margin-right: 10px !important;
}

.p-r-10 {
  padding-right: 10px !important;
}

.m-t-15 {
  margin-top: 15px !important;
}

.p-t-15 {
  padding-top: 15px !important;
}

.m-b-15 {
  margin-bottom: 15px !important;
}

.p-b-15 {
  padding-bottom: 15px !important;
}

.m-l-15 {
  margin-left: 15px !important;
}

.p-l-15 {
  padding-left: 15px !important;
}

.m-r-15 {
  margin-right: 15px !important;
}

.p-r-15 {
  padding-right: 15px !important;
}

.m-t-20 {
  margin-top: 20px !important;
}

.p-t-20 {
  padding-top: 20px !important;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

.p-b-20 {
  padding-bottom: 20px !important;
}

.m-l-20 {
  margin-left: 20px !important;
}

.p-l-20 {
  padding-left: 20px !important;
}

.m-r-20 {
  margin-right: 20px !important;
}

.p-r-20 {
  padding-right: 20px !important;
}

.m-t-25 {
  margin-top: 25px !important;
}

.p-t-25 {
  padding-top: 25px !important;
}

.m-b-25 {
  margin-bottom: 25px !important;
}

.p-b-25 {
  padding-bottom: 25px !important;
}

.m-l-25 {
  margin-left: 25px !important;
}

.p-l-25 {
  padding-left: 25px !important;
}

.m-r-25 {
  margin-right: 25px !important;
}

.p-r-25 {
  padding-right: 25px !important;
}

.m-t-30 {
  margin-top: 30px !important;
}

.p-t-30 {
  padding-top: 30px !important;
}

.m-b-30 {
  margin-bottom: 30px !important;
}

.p-b-30 {
  padding-bottom: 30px !important;
}

.m-l-30 {
  margin-left: 30px !important;
}

.p-l-30 {
  padding-left: 30px !important;
}

.m-r-30 {
  margin-right: 30px !important;
}

.p-r-30 {
  padding-right: 30px !important;
}

.m-t-35 {
  margin-top: 35px !important;
}

.p-t-35 {
  padding-top: 35px !important;
}

.m-b-35 {
  margin-bottom: 35px !important;
}

.p-b-35 {
  padding-bottom: 35px !important;
}

.m-l-35 {
  margin-left: 35px !important;
}

.p-l-35 {
  padding-left: 35px !important;
}

.m-r-35 {
  margin-right: 35px !important;
}

.p-r-35 {
  padding-right: 35px !important;
}

.m-t-40 {
  margin-top: 40px !important;
}

.p-t-40 {
  padding-top: 40px !important;
}

.m-b-40 {
  margin-bottom: 40px !important;
}

.p-b-40 {
  padding-bottom: 40px !important;
}

.m-l-40 {
  margin-left: 40px !important;
}

.p-l-40 {
  padding-left: 40px !important;
}

.m-r-40 {
  margin-right: 40px !important;
}

.p-r-40 {
  padding-right: 40px !important;
}

.m-t-45 {
  margin-top: 45px !important;
}

.p-t-45 {
  padding-top: 45px !important;
}

.m-b-45 {
  margin-bottom: 45px !important;
}

.p-b-45 {
  padding-bottom: 45px !important;
}

.m-l-45 {
  margin-left: 45px !important;
}

.p-l-45 {
  padding-left: 45px !important;
}

.m-r-45 {
  margin-right: 45px !important;
}

.p-r-45 {
  padding-right: 45px !important;
}

.m-t-50 {
  margin-top: 50px !important;
}

.p-t-50 {
  padding-top: 50px !important;
}

.m-b-50 {
  margin-bottom: 50px !important;
}

.p-b-50 {
  padding-bottom: 50px !important;
}

.m-l-50 {
  margin-left: 50px !important;
}

.p-l-50 {
  padding-left: 50px !important;
}

.m-r-50 {
  margin-right: 50px !important;
}

.p-r-50 {
  padding-right: 50px !important;
}

header.site-header {
  width: 100%;
  padding: 20px 15px;
  background: url(../img/header-bg.png) bottom center;
  background-color: #0A354B;
}


.btn-border {
  border: 1px solid #D1A715;
  padding: 10px 20px;
  color: #F4760B;
  border-radius: 40px;
}

.btn-border:hover {
  color: #F4760B;
}

.btn-fill {
  padding: 10px 29px;
  color: #fff;
  font-weight: 400;
  border-radius: 30px;
  background: #F4760B;

}

.btn-fill:focus,
.btn-fill:hover {
  color: #fff !important;

}

.btn-fill:hover {
  color: #191919;
}

a.nav-link {
  color: #fff !important;
  padding: 5px 20px !important;
}

.active .nav-link {

  border: 1px solid #f4760b;
  border-radius: 30px;
}

.active .nav-link::before {
  content: "";
  width: 9px;
  height: 9px;
  background-color: #f4760b;
  display: inline-block;
  border-radius: 10px;
  margin-right: 5px;
}



.site-section {
  padding: 50px 0;
}

.b-r-20 {
  border-radius: 20px;
}

.flexslider {
  margin: 0 !important;
  border: 0 !important;
}

.flex-direction-nav {
  display: none;
}

.site-banner {
  color: #fff;
  background-color: #0A354B;
}

.banner-text-holder {
  position: absolute;
  top: 30%;
  width: 100%;
}

.btn-fill img {
  width: 20px !important;
}

.flex-control-nav {
  bottom: 30px !important;
  z-index: 999;
}

.flex-control-paging li a {
  background: #ffffff !important;
}

.flex-control-paging li a:hover {
  background: rgb(232 112 10) !important;
}

.flex-control-paging li a.flex-active {
  background: rgb(238 115 11) !important;
}

.font-nunito {
  font-family: "Nunito Sans", sans-serif;
}

.font-roboto {
  font-family: "Roboto Condensed", sans-serif;
}

.site-badge {
  display: inline-block;
  background: #0A354B;
  color: #fff;
  padding: 2px 15px;
}

.item-icon {
  width: 50px;
  height: 50px;
  background: #0A354B;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  margin-right: 15px;
}

.service-item.d-flex {
  border-top: 1px solid #A1A1A1;
  border-bottom: 1px solid #A1A1A1;
  padding: 25px 0;
  margin-top: -1px;
}

.about-holder-1 {
  background-color: #F4760B;
  border-radius: 24px;
  color: #fff;
  padding: 30px;
}

.about-holder-2 {
  background-color: #0A354B;
  border-radius: 24px;
  color: #fff;
  padding: 30px;
}

.b-r-15 {
  border-radius: 15px;
}

.why-item {
  background: #FEF6EF;
  border-radius: 15px;
  padding: 15px;
}

.why-item img {
  margin-bottom: 10px;
}

.testi-holder {
  background: #0A354B;
  color: #fff;
  padding: 30px;
}

.star-list {
  list-style: none;
  padding-left: 0;
}

.star-list li {
  margin-right: 5px;
}

.owl-item img {
  width: auto !important;
}

.auther h6 {
  margin-bottom: 0;
}

.test-item {
  background: #06202D;
  padding: 30px;
  border-radius: 20px;
  margin-bottom: 25px;
}

.site-footer {
  background: #0A354B url(../img/footer-bg.png) no-repeat center top;
  color: #fff;
  padding: 25px 0;
}

.social {
  padding-left: 0;
  list-style: none;
}

.social a {
  width: 40px;
  height: 40px;
  display: block;
  border: 1px solid #fff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.site-footer a {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.footer-menu li {
  margin-bottom: 15px;
}

.footer-item h5 {
  margin-bottom: 15px;
}

.auther img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
}

.owl-nav.disabled {
  display: block !important;
}

.owl-next span,
.owl-prev span {
  background: url(../img/arrow-white.svg) no-repeat center;
  width: 50px;
  height: 20px;
  display: block;
  text-indent: -130px;
  overflow: hidden;
}

.owl-prev span {
  transform: rotate(-180deg);
}

.about-holder-2 {
  align-items: flex-start;
}

.inner-header {
  background-color: #fff !important;
  border-bottom: 1px solid #d7d7d7;
}

.inner-site-banner {
  background: #fff;
  color: #1B1B1B;
  padding: 50px 0;
}

.inner-header a.nav-link {
  color: #000000 !important;
}

label span {
  color: #9D0208;
}

.contact form {
  max-width: 600px;
  margin: 0 auto;
}

.form-control {
  background: rgb(235 235 235 / 44%);
  height: 50px;
  border-radius: 10px;
}

.height-auto {
  height: initial !important;
}

.field-holder {
  margin-bottom: 25px;
}

button {
  border: none;
}

label {
  font-weight: 500;
  margin-bottom: 10px;
}

.service-icon {
  width: 50px;
  height: 50px;
  background: #F4760B;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  margin-bottom: 50px;
}

.container-sm {
  max-width: 1000px;
}

.b-r-20 {
  border-radius: 20px;
}

ul {
  padding-left: 0;
  list-style: none;
}

.list li {
  background: #0A354B;
  padding: 10px;
  border-radius: 10px;
  color: #FFF;
}

span.list-icon {
  width: 30px;
  height: 30px;
  display: inline-flex;
  background: #F4760B;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
  margin-right: 10px;
}

.about-list ul {
  display: flex;
  flex-wrap: wrap;
}

.about-list ul li {
  width: 48%;
  margin-right: 2%;
  margin-bottom: 15px;
}

.count {
  color: #1B1B1B;
}

.count-item {
  display: flex;
  border-right: 1px solid #f4760b;
  padding: 25px 0 6px;
}

.count-item span {
  width: 67px;
  height: 67px;
  background: #F4760B;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}

.count-holder {
  border: 1px solid #F4760B;
  border-radius: 20px;
}

.col-md-3:last-child .count-item {
  border: none;
}

.bg-orange {
  background-color: #F4760B;
}

.story-item-1 {
  background: #0A354B;
  color: #fff;
  padding: 25px;
  border-radius: 20px;
}

.story-item-2 {
  border: 1px solid #25A244;
  background: #fff;
  padding: 15px;
  border-radius: 25px;
  min-height: 240px;
}

.story-item-4 {
  border: 1px solid #9D0208;
  background: #fff;
  padding: 15px;
  border-radius: 20px;
}

.process-holder {
  border: 1px solid #F4760B;
  padding: 20px;
  border-radius: 20px;
}

span.number {
  width: 50px;
  height: 50px;
  display: inline-block;
  background: #F4760B;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 500;
  font-size: 25px;
  border-radius: 100%;
  margin-bottom: 15px;
}

.col-lg-3:nth-child(even) .count-item {
  border-right: none;
}

.process-holder img {
  max-width: 100%;
}

.process-holder img {
  max-width: 40%;
}

.inner-header .navbar-dark .navbar-toggler {
  color: #000;
  border-color: #000;
}

.inner-header .navbar-dark .navbar-toggler-icon {
  filter: brightness(0.10);
}

.location-item {
  background: #FEF6EF;
  border-radius: 20px;
  padding: 30px;
  margin-top: 20px;
  min-height: 240px;
}

.navbar-dark .navbar-nav .nav-link {
  font-weight: 500;
}

.heading-holder {
  margin-bottom: 25px;
}

/* Dark Mode Style */

.dark-mode {
  background-color: #00141F;
}

.dark-mode .services,
.dark-mode .why,
.dark-mode .testimonials,
.dark-mode .contact,
.dark-mode .location,
.dark-mode .service {
  color: #fff;
}

.dark-mode .why-item {
  background: #06202D;
}

.dark-mode .inner-site-banner {
  background: transparent;
  color: #fff;
}

.dark-mode .inner-header {
  background-color: #0A354B !important;
}

.dark-mode .inner-header .header-left img {
  max-width: 100%;
  filter: invert(1);
}

.dark-mode .inner-header a.nav-link {
  color: #ffffff !important;
}

.dark-mode .count-item {
  color: #fff;
}

.dark-mode .process {
  color: #fff;
}

.dark-mode .form-control {
  background: #3A3A3A;
  border-color: #3a3a3a;
  color: #fff;
}

.dark-mode .location-item {
  background: #06202D;
}
.inner-header {
  background: transparent;
}


@media (max-width: 1400px) {

  .about-holder-2 img {
    max-width: 340px;
  }

  .about-holder-2 {
    min-height: 270px;
  }
}

@media (max-width: 1400px) {
  .about h3 {
    font-size: 34px;
    line-height: 40px;
  }
}

@media (max-width: 991px) {

  .header-left img {
    max-width: 208px;
  }

  a.nav-link {
    padding: 5px 8px !important;
  }

  .banner-text-holder {
    top: 0%;
  }

  .about-holder-1 {
    margin-bottom: 15px;
  }

  .heading-holder {
    flex-direction: column;
  }

  .about-holder-2 {
    flex-direction: column;
  }

  .about-holder-2 img {
    width: 100%;
    max-width: initial;
    margin: 0 !important;
  }

  .banner-text-holder h2 {
    font-size: 32px;
    line-height: 42px;
  }

  .banner-text-holder .btn-fill {
    margin-top: 0 !important;
  }

  .story-item-1,
  .story-item-2 {
    margin-bottom: 25px;
  }

  .service-icon {
    margin-bottom: 10px;
  }

}

@media (max-width: 767px) {
  .navbar-collapse {
    position: absolute;
    right: -80px;
    top: 44px;
    z-index: 99;
    background: #ffffff;
    width: 180px;
    border-radius: 20px;
    padding: 15px;
    box-shadow: 0 0 20px rgb(0 0 0 / 38%);
  }

  .navbar-dark .navbar-nav .nav-link {
    color: #000000 !important;
  }

  a.nav-link {
    padding: 5px 8px !important;
  }

  .process-holder {
    flex-direction: column;
  }

  .process-holder img {

    width: 100%;
    max-width: initial;
    margin: 0 !important;
  }
}

@media (max-width: 670px) {

  .banner-text-holder h2 {
    font-size: 25px;
    line-height: 31px;
  }

  .banner-text-holder {
    position: initial;
    width: 100%;
    background: #0a354b;
    padding: 35px 15px;
  }

  .banner-text-holder p {
    width: 100% !important;
  }

  .flex-control-nav {
    bottom: 0px !important;
    z-index: 999;
  }

  .header-right .btn-fill {
    padding: 10px 17px;
    font-size: 12px;
  }

  ol.flex-control-nav.flex-control-paging {
    display: none;
  }

}

@media (max-width: 768px) {
  .count-item {
    border-right: 0;
    border-bottom: 1px solid #f4760b;
  }


}

@media (max-width: 550px) {
  .about-list ul li {
    width: 100%;
    margin-right: 0;
  }
  .header-holder {
    flex-direction: column;
}
.header-left img {
  max-width: 272px;
  margin-bottom: 15px;
}
}