:root {
  --color1: #2d9fc4;
  --color2: #95d49b;
  --color3: #777;
  --color4: #555;
  --color5: #222;
  scrollbar-width: thin;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background: #ffffff;
}

::-webkit-scrollbar-track {
  border-radius: 0;
}

::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

::-webkit-scrollbar-thumb:hover {
  background-color: var(--color2);
}

body {
  font-size: 15px;
}

.l {
  -webkit-box-shadow: inset  0 0 0 1px red;
          box-shadow: inset  0 0 0 1px red;
}

.icon {
  stroke: unset;
  stroke-width: 0px;
  fill: currentColor;
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor;
  vertical-align: -0.1em;
}

.navbar-light {
  width: 100%;
  padding-top: .15rem;
  padding-bottom: .15rem;
  z-index: 4;
  background-color: transparent;
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-transition: 350ms;
  transition: 350ms;
}

.navbar-light.sticky-top {
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  position: fixed;
  background: white;
}

.navbar-light.sticky-top .navbar-brand {
  font-size: 1rem;
}

.navbar-light.sticky-top .navbar-brand img {
  max-width: 165px;
}

.navbar-light.sticky-top .navbar-nav .nav-link {
  color: #222;
}

.navbar-light .navbar-brand {
  font-weight: 500;
  letter-spacing: 1px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.navbar-light .navbar-brand img {
  width: 100%;
  max-width: 185px;
  margin-right: 10px;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.navbar-light .navbar-nav .nav-link {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin-left: 20px;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link.active {
  color: var(--color1);
}

.navbar-light .navbar-toggler {
  border: none;
  outline: none;
}

.navbar-light .dropdown-menu .dropdown-item {
  font-size: 15px;
  padding-top: 7px;
  padding-bottom: 6px;
}

.navbar-light .dropdown-menu .dropdown-item:hover {
  color: #fff;
  -webkit-transition: 350ms;
  transition: 350ms;
  background: var(--color1);
}

.fs-3.5rem {
  font-size: 3,5rem;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.header-setbg .navbar-light {
  background: #fff;
}

.header-setbg .navbar-light .navbar-nav .nav-link {
  color: #333 !important;
}

.homenew-section {
  z-index: 2;
  position: relative;
  margin-top: -150px;
}

.card-newsbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  background: #fff;
  border-radius: 8px;
  text-decoration: none;
  -webkit-box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.1);
  color: #555;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 350ms;
  transition: 350ms;
}

.card-newsbox:hover {
  -webkit-box-shadow: 0 0.7rem 1.3rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.7rem 1.3rem rgba(0, 0, 0, 0.16);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: 300ms;
  transition: 300ms;
  color: var(--color1);
}

.card-newsbox:hover .card-newstext h5 {
  color: var(--color1);
}

.card-newsbox .card-newsimg {
  min-width: 120px;
  width: 120px;
  min-height: 120px;
  margin: 0 14px 0 auto;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}

.card-newsbox .card-newsimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.card-newsbox .card-newstext {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 100%;
}

.card-newsbox .card-newstext h5 {
  -webkit-transition: 350ms;
  transition: 350ms;
  font-size: 20px;
  color: #222;
}

.card-newsbox .card-newstext p {
  margin: 0;
}

@media (max-width: 996px) {
  .homenew-section {
    margin-top: 0px;
  }
  .navbar-light {
    background: #fff;
  }
  .navbar-light .navbar-nav .nav-link {
    color: #444;
  }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link.active {
    color: var(--color1);
  }
}

.hero-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.video-section {
  position: relative;
  min-height: calc(100vh - 150px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.video-section video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: -2;
  pointer-events: none;
}

.video-section::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.2) !important;
}

.z-index-videotext {
  z-index: 3;
  position: relative;
}

.video-innerpage {
  position: relative;
  min-height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.video-innerpage video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: -1;
  pointer-events: none;
}

.video-innerpage::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.2) !important;
}
/* ../images/src */
/*.contact-detail {
  background-image: url(https://image.shutterstock.com/image-vector/vector-polygon-abstract-polygonal-geometric-600w-380830300.jpg); 
  background-size: cover !important;
  background-repeat: no-repeat !important;
  position: relative;
  z-index: 1;
}*/

.contact-detail::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  /*background: rgba(0, 0, 0, 0.7);*/
  z-index: -1;
}

.contact-form {
  background: #fff;
  border-radius: 6px;
}

.contact-form .form-control {
  height: 45px;
  border-radius: 6px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.contact-form label {
  color: #777;
}

.news-group {
  border: none !important;
  background: rgba(0, 0, 0, 0.01);
  -webkit-box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.05);
}

.news-group .list-group-item {
  border-color: rgba(0, 0, 0, 0.02) !important;
  color: #555;
  font-size: 14px;
}

.news-group .list-group-item.active {
  background: var(--color1);
  border-color: var(--color1);
  color: #fff;
}

.news-card {
  text-decoration: none;
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-box-shadow: 0 0.1rem 0.5rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.1rem 0.5rem rgba(0, 0, 0, 0.05);
}

.news-card .card-text {
  color: var(--color3);
}

.news-card .card-img-top {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  -webkit-transition: 300ms;
  transition: 300ms;
}

.news-card .news-image {
  width: 100%;
  height: 200px;
  position: relative;
}

.news-card .news-image img {
  width: 100%;
  height: 100%;
  top: 0px;
  bottom: 0px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.news-card:hover {
  border-color: var(--color1);
  -webkit-transition: 300ms;
  transition: 300ms;
}

.news-card:hover .card-img-top {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.aboutus-box {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  position: relative;
  z-index: 1;
}

.aboutus-box h2 {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 400;
  margin: 0px;
}

.aboutus-box::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.service-detail {
  background-image: url(../images/about-img.png);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  position: relative;
  z-index: 1;
}

.service-detail::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.7);
  z-index: -1;
}

.service-detail h2 {
  color: #fff;
  font-size: 46px;
  font-weight: 700;
  margin-bottom: 40px;
}

.service-detail p {
  color: #fff;
  font-size: 18px;
}

footer {
  background: #1e1d2d;
}

footer p a:hover {
  color: #2d9fc4 !important;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.social-icons li {
  display: inline-block;
}

.social-icons li a {
  width: 30px;
  height: 30px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #fff;
  text-align: center;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  margin-right: 5px;
}

.social-icons li a:hover {
  color: #2d9fc4 !important;
  -webkit-transition: 300ms;
  transition: 300ms;
  border: 1px solid #2d9fc4;
}

.text-primary {
  color: #2d9fc4 !important;
}

.stories-section h2 {
  font-weight: bold;
}

.stories-section span {
  color: #2d9fc4;
  font-weight: bold;
}

.stories-section p {
  margin-top: 30px;
  line-height: 25px;
  font-size: 15px;
  color: #616161;
}

@media (max-width: 575px) {
  .column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .aboutus-box h2, .service-detail h2, .news-section h2 {
    font-size: 25px;
  }
}

.bg-light {
  background-color: #f7f8f9 !important;
}

.service-box {
  height: 100%;
  position: relative;
  padding: 30px 25px;
  -webkit-transition: 300ms;
  transition: 300ms;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

.service-box:hover {
  -webkit-box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.1);
}

.service-box:hover a {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.service-box a {
  color: var(--color1);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: auto;
  text-decoration: none;
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
  -webkit-transition: 300ms;
  transition: 300ms;
  font-weight: 600;
  font-size: 15px;
}

.line-draw-animation:hover::before {
  width: 100%;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.line-draw-animation::before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background: var(--color2);
  right: 0;
  top: 0;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.line-draw-animation:hover::after {
  width: 100%;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.line-draw-animation::after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background: var(--color2);
  left: 0;
  bottom: 0;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.line-draw-animation:hover .line-draw-inner::before {
  height: 100%;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.line-draw-animation .line-draw-inner::before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  left: 0;
  top: 0;
}

.line-draw-inner::before {
  content: "";
  width: 2px;
  height: 0;
  position: absolute;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background: var(--color2);
}

.line-draw-animation:hover .line-draw-inner::after {
  height: 100%;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.line-draw-animation .line-draw-inner::after {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  right: 0;
  bottom: 0;
}

.line-draw-inner::after {
  content: "";
  width: 2px;
  height: 0;
  position: absolute;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background: var(--color2);
}

.card {
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 0px;
}

.heading {
  position: relative;
  padding-bottom: 22px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.heading::before {
  content: '';
  position: absolute;
  width: 60px;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#2d9fc4), to(#95d49b));
  background: linear-gradient(left, #2d9fc4, #95d49b);
  bottom: 8px;
  left: 0;
}

.heading.heading-center::before {
  left: calc(50% - 30px);
}

.text-paragraph {
  color: #555;
  line-height: 1.65;
}

/*Start | Pre-Defined Classes*/
.mt-8 {
  margin-top: 8px !important;
}

.mt-65 {
  margin-top: 65px;
}

.text-theme {
  color: var(--color1);
}

.text-theme2 {
  color: var(--color2);
}

.fw-light {
  font-weight: 300;
}

.fw-medium {
  font-weight: 500;
}

.btn {
  padding: .4rem .80rem .385rem .80rem;
  min-height: 42px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
}

.btn.btn-w100 {
  width: 100px;
}

.btn.btn-w110 {
  width: 110px;
}

.btn.btn-w120 {
  width: 120px;
}

.btn.btn-w130 {
  width: 130px;
}

.btn.btn-w140 {
  width: 140px;
}

.btn.btn-w150 {
  width: 150px;
}

.btn.btn-w160 {
  width: 160px;
}

.btn-primary {
  color: #fafafb;
  background: -webkit-gradient(linear, left top, right top, from(#2d9fc4), color-stop(#2d9fc4), to(#95d49b));
  background: linear-gradient(to right, #2d9fc4, #2d9fc4, #95d49b);
  border-color: var(--color1);
  border: none;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):active:focus {
  background: -webkit-gradient(linear, right top, left top, from(#2d9fc4), color-stop(#2d9fc4), to(#95d49b));
  background: linear-gradient(to left, #2d9fc4, #2d9fc4, #95d49b);
}

.btn-primary.focus, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(18, 124, 158, 0.3);
          box-shadow: 0 0 0 0.25rem rgba(18, 124, 158, 0.3);
}

.btn-outline-primary {
  color: var(--color1);
  border: 1px solid var(--color1);
}

.btn-outline-primary:hover {
  background-color: var(--color1);
  border-color: var(--color1);
}

.btn-outline-primary:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus {
  color: var(--bs-white);
  background-color: #127c9e;
  border-color: #127c9e;
}

.btn-outline-primary.focus, .btn-outline-primary:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: 0 0 0 0.26rem rgba(18, 124, 158, 0.26);
          box-shadow: 0 0 0 0.26rem rgba(18, 124, 158, 0.26);
}

.btn-outline-light {
  border: 1px solid var(--bs-white);
}

.btn-check:active + .btn-outline-primary, .btn-check:checked + .btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active {
  background-color: var(--color1);
}

@media (min-width: 1400px) {
  .h1, h1 {
    font-size: 3rem;
  }
}

/*End | Pre-Defined Classes*/
/*# sourceMappingURL=style.css.map */