@font-face {
  font-family: Poppins-R;
  src: url(../../font/Poppins-Regular.ttf);
  font-display: fallback;
}
@font-face {
  font-family: Poppins-M;
  src: url(../../font/Poppins-Medium.ttf);
  font-display: fallback;
}
@font-face {
  font-family: Raleway-M;
  src: url(../../font/Raleway-Medium.ttf);
  font-display: fallback;
}
@font-face {
  font-family: Roboto-R;
  src: url(../../font/Roboto/Roboto-Regular.ttf);
  font-display: fallback;
}
@font-face {
  font-family: Roboto-M;
  src: url(../../font/Roboto/Roboto-Medium.ttf);
  font-display: fallback;
}
@font-face {
  font-family: Roboto-B;
  src: url(../../font/Roboto/Roboto-Bold.ttf);
  font-display: fallback;
}
@font-face {
  font-family: "bebas_neueregular";
  src: url("../../font/bebasneue-regular-webfont.woff2") format("woff2"), url("../../font/bebasneue-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: Montserrat;
  src: url(../../font/Montserrat-Regular.ttf);
  font-display: fallback;
}
body {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
}
body a {
  text-decoration: none;
  color: #000;
}
body a:hover {
  color: #ff6f00;
  text-decoration: none;
}
body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
body .padding-tb {
  padding: 40px 0;
}
@media (max-width: 575px) {
  body .padding-tb {
    padding: 30px 0;
  }
}

.inx-hdr.micro-hdr .nav-lnk {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  min-width: 100px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0.5rem 1rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.inx-hdr.micro-hdr .nav-lnk:after {
  content: "";
  position: absolute;
  top: 70%;
  left: 0;
  width: 100%;
  height: 2px;
  transform: scaleX(0);
  transform-origin: bottom left;
  transition: transform 0.3s;
}
.inx-hdr.micro-hdr .nav-lnk:hover:after {
  transform: scaleX(1);
}
.inx-hdr.micro-hdr .nav-lnk.active:after {
  transform: scaleX(1);
}
.inx-hdr#header-sroll {
  position: fixed;
  height: 100px;
  background: transparent;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.3s ease-out;
}
@media (max-width: 991px) {
  .inx-hdr#header-sroll {
    position: relative;
    transition: none;
    height: 80px;
  }
}
@media (max-width: 991px) {
  .inx-hdr#header-sroll .logo-img {
    height: 80px;
  }
}
.inx-hdr#header-sroll.small {
  height: 80px;
  line-height: 35px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.inx-hdr#header-sroll.small .logo-img {
  height: 80px;
}
.inx-hdr#header-sroll.small .nav-lnk {
  height: 80px;
}
.inx-hdr#header-sroll.small .nav-lnk:hover {
  transition: all 0.3s ease-out;
}
.inx-hdr .navbar-menu {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 991px) {
  .inx-hdr .navbar-menu {
    display: none;
  }
}
.inx-hdr .navbar-menu .navbar-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.inx-hdr .navbar-menu .navbar-list .nav-item .nav-lnk {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  min-width: 100px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0.5rem 1rem;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
}
.inx-hdr .navbar-menu .navbar-list .nav-item .nav-lnk:hover {
  transition: all 0.3s ease-out;
}
.inx-hdr .navbar-menu .navbar-list .nav-item.dropdown {
  display: inline-block;
  margin-right: 10px;
  position: relative;
}
.inx-hdr .navbar-menu .navbar-list .nav-item.dropdown ul {
  list-style-type: none;
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  width: 200px;
  box-shadow: 0 6px 5px -5px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  z-index: 999;
}
.inx-hdr .navbar-menu .navbar-list .nav-item.dropdown ul li {
  height: 0;
  transition: all 500ms;
}
.inx-hdr .navbar-menu .navbar-list .nav-item.dropdown ul li a {
  line-height: 24px;
  padding: 15px 15px;
  text-decoration: none;
  font-size: 13px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  display: block;
  background-color: transparent;
  transition: all 0.3s ease-out;
}
.inx-hdr .navbar-menu .navbar-list .nav-item.dropdown ul li a:hover {
  padding-left: 20px;
}
.inx-hdr .navbar-menu .navbar-list .nav-item.dropdown.hover:hover li {
  height: auto;
}
.inx-hdr .sidepanel {
  display: none;
  width: 0;
  height: 100vh;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  overflow-x: hidden;
  transition: 0.5s;
  padding-bottom: 15px;
}
.inx-hdr .sidepanel a {
  text-decoration: none;
  font-size: 15px;
  display: block;
  text-align: left;
  transition: 0.3s;
}
.inx-hdr .sidepanel .closebtn {
  width: 100%;
  height: 59px;
  border-bottom: 1px solid;
  line-height: 1;
  font-size: 36px;
  padding: 5px 20px;
  display: flex;
  align-items: center;
}
.inx-hdr .sidepanel ul li.dropdown {
  position: relative;
}
.inx-hdr .sidepanel ul li.dropdown ul {
  list-style-type: none;
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.inx-hdr .sidepanel ul li.dropdown ul li {
  height: 0;
  overflow: hidden;
  transition: all 500ms;
}
.inx-hdr .sidepanel ul li.dropdown ul li a {
  font-size: 13px;
}
.inx-hdr .sidepanel ul li.dropdown.toggle > input {
  display: none;
}
.inx-hdr .sidepanel ul li.dropdown.toggle > input:checked ~ ul li {
  height: auto;
}
.inx-hdr .sidepanel ul li .mob-menu-links {
  padding: 8px 8px 8px 20px;
  padding-right: 20px;
  padding-top: 12px;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  padding-bottom: 12px;
  text-transform: uppercase;
  line-height: normal;
  display: block;
}
.inx-hdr .sidepanel ul li label.mob-menu-links {
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
}
.inx-hdr .sidepanel ul li label.mob-menu-links::after {
  position: absolute;
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  top: 50%;
  transform: translate(0, -50%);
  right: 20px;
}
.inx-hdr .openbtn {
  display: none;
  font-size: 30px;
  cursor: pointer;
  background-color: transparent;
  padding: 0;
  line-height: 1;
  border: none;
  top: 50%;
  right: 0;
  position: absolute;
  transform: translate(0, -50%);
}
@media (max-width: 991px) {
  .inx-hdr .openbtn {
    display: block;
  }
  .inx-hdr .sidepanel {
    display: block;
    z-index: 9999;
  }
}
@media (max-width: 575px) {
  .inx-hdr .openbtn {
    margin-right: 15px;
  }
}

.banner-sec-2 {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.banner-sec-2 .absolute-container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.banner-sec-2 .container {
  z-index: 1;
}
.banner-sec-2:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
}
.banner-sec-2 img {
  max-width: 100%;
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 575px) {
  .banner-sec-2 img {
    max-height: 180px;
  }
}
.banner-sec-2 .text-overlay h1 {
  position: relative;
  padding: 0;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 40px;
  line-height: 2;
  text-transform: capitalize;
  transition: all 0.4s ease 0s;
}
@media (max-width: 991px) {
  .banner-sec-2 .text-overlay h1 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .banner-sec-2 .text-overlay h1 {
    font-size: 18px;
  }
}
.banner-sec-2 .text-overlay h1:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 2px;
  content: "";
}
.banner-sec-2 .text-overlay h1 span {
  display: block;
  font-size: 0.5em;
  line-height: 1.3;
}
.banner-sec-2 .text-overlay h1 span {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 4px;
  line-height: 2em;
  padding-left: 0.25em;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .banner-sec-2 .text-overlay h1 span {
    letter-spacing: 1px;
  }
}
.banner-sec-2 .text-overlay h1 em {
  font-style: normal;
  font-weight: 600;
}
.banner-sec-2 .text-overlay .breadcrumb.br-custom {
  background: transparent;
  margin-top: 20px;
  margin-bottom: 0;
  justify-content: center;
}
.banner-sec-2 .text-overlay .breadcrumb.br-custom .breadcrumb-item a {
  text-decoration: none;
}

.timesec h1 {
  position: relative;
  font-size: 30px;
  padding-bottom: 10px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .timesec h1 {
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  .timesec h1 {
    font-size: 18px !important;
  }
}
.timesec .timeline-col {
  margin-bottom: 30px;
}
.timesec .timeline-col .timeline-cards {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.timesec .timeline-col .timeline-cards .card-img-top {
  width: 100%;
  height: auto;
}
.timesec .timeline-col .timeline-cards .timeline-posted-text {
  font-weight: 700;
}
.timesec .timeline-col .timeline-cards .time-card-footer ul li {
  align-items: center;
  line-height: 1;
}
.timesec .timeline-col .timeline-cards .time-card-footer ul li .flaticon-facebook,
.timesec .timeline-col .timeline-cards .time-card-footer ul li .flaticon-instagram,
.timesec .timeline-col .timeline-cards .time-card-footer ul li .flaticon-twitter,
.timesec .timeline-col .timeline-cards .time-card-footer ul li .flaticon-youtube,
.timesec .timeline-col .timeline-cards .time-card-footer ul li .icon-linkedin {
  font-size: 18px;
}
@media (max-width: 767px) {
  .timesec .timeline-col .timeline-cards .time-card-footer ul li .flaticon-facebook,
  .timesec .timeline-col .timeline-cards .time-card-footer ul li .flaticon-instagram,
  .timesec .timeline-col .timeline-cards .time-card-footer ul li .flaticon-twitter,
  .timesec .timeline-col .timeline-cards .time-card-footer ul li .flaticon-youtube,
  .timesec .timeline-col .timeline-cards .time-card-footer ul li .icon-linkedin {
    font-size: 20px;
  }
}
.timesec .timeline-col .timeline-cards .time-card-footer ul li .icon-linkedin:before {
  content: "\e95c";
  top: -3px;
  position: relative;
}

footer {
  padding: 30px 0 0;
}
footer .f-col {
  margin-bottom: 1rem;
}
@media (max-width: 500px) {
  footer .f-col img {
    width: 100px;
    height: auto;
    will-change: opacity;
  }
}
footer .f-col p {
  font-size: 13px;
  margin-bottom: 30px;
}
footer .f-col h4 {
  margin: 10px 0 20px;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}
footer .f-col .fm-link li a {
  display: block;
  position: relative;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-decoration: none;
  padding-left: 15px;
  margin: 15px 0;
  transition: all 0.3s ease-out;
}
footer .f-col .fm-link li a:hover {
  padding-left: 20px;
}
footer .f-col .fm-link li a:before {
  position: absolute;
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  z-index: 9;
  left: 0;
  line-height: 1.8;
  font-size: 10px;
}
footer .copy-right-row {
  padding: 30px 0 25px;
}
footer .copy-right-row .f-bootom-col {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  footer .copy-right-row .f-bootom-col {
    flex-direction: column;
    height: 70px;
  }
}
footer .copy-right-row .f-bootom-col p {
  font-size: 13px;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  footer .copy-right-row .f-bootom-col p {
    font-size: 11px;
  }
}
footer .copy-right-row .f-bootom-col .social-links {
  display: flex;
  align-items: center;
}
footer .copy-right-row .f-bootom-col .social-links li a {
  display: block;
  text-align: center;
  width: 32px;
  height: 32px;
  font-size: 14px;
  border-radius: 50%;
  margin: 0 10px 0 0;
  text-decoration: none;
  overflow: hidden;
}
footer .copy-right-row .f-bootom-col .social-links li a:hover i:first-child {
  margin-top: -31px;
}
footer .copy-right-row .f-bootom-col .social-links li a i {
  display: block;
  position: relative;
  transition: all 0.3s ease-out;
  line-height: 32px;
}

.city-state-name-add p a {
  display: inline-block;
}

.social_loader {
  width: 170px;
  display: block;
  margin: auto;
}/*# sourceMappingURL=timeline.css.map */