* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
@font-face {
  font-family: "nueu_montreal_bold";
  src: url("fonts/NeueMontreal-Bold.otf") format("opentype");
}
@font-face {
  font-family: "nueu_montreal_light";
  src: url("fonts/NeueMontreal-Light.otf") format("opentype");
}
@font-face {
  font-family: "nueu_montreal_medium";
  src: url("fonts/NeueMontreal-Medium.otf") format("opentype");
}
@font-face {
  font-family: "nueu_montreal_regular";
  src: url("fonts/NeueMontreal-Regular.otf") format("opentype");
}
h1 {
  font-family: "nueu_montreal_regular";
}
h2 {
  font-family: "nueu_montreal_regular";
}
h3 {
  font-family: "nueu_montreal_regular";
}
h4 {
  font-family: "nueu_montreal_regular";
}
h5 {
  font-family: "nueu_montreal_regular";
}
h6 {
  font-family: "nueu_montreal_regular";
}
p {
  font-family: "nueu_montreal_regular";
}
a {
  font-family: "nueu_montreal_regular";
}
ul {
  font-family: "nueu_montreal_regular";
  list-style: none;
}
li {
  font-family: "nueu_montreal_regular";
}
div {
  font-family: "nueu_montreal_regular";
}
.selectric-selectDrp {
  width: 264px;
  background-color: #fff;
  margin: 0 0 60px;
  padding-left: 15px;
}
.selectric-selectDrp .selectric {
  background-color: #fff;
  position: relative;
  border: none;
  border-bottom: 1px solid #b8b8b8 !important;
  padding: 3px 0;
}
.selectric-selectDrp .selectric::before {
  content: "";
  background-image: url("./images/drpdwn_icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 9px;
  transition: all 0.4s;
}
.selectric-open .selectric::before {
  transform: rotate(180deg) translateY(50%);
}
.selectric-items li.highlighted {
  background: #fff !important;
  color: #444;
}
.selectric-items li:hover {
  background: #002d70 !important;
  color: #fff !important;
}
.selectric-items li {
  display: block;
  padding: 10px;
  cursor: pointer;
  background: #fff !important;
  color: #444;
  font-size: 14px;
  font-weight: 600;
  font-family: "poppins";
  color: #b8b8b8;
}
.selectric-selectDrp .selectric .button {
  display: none;
}
.selectric-selectDrp .selectric .label {
  font-size: 14px;
  font-weight: 600;
  color: #b8b8b8;
  letter-spacing: 0.3px;
  letter-spacing: 1px;
}
.selectric-items {
  left: 15px !important;
}
@media (max-width: 640px) {
  .selectric-selectDrp {
    width: 90%;
    padding-left: 15px;
  }
}

.herosection_wrapper .slick-dots {
  position: absolute;
  bottom: 48px;
  right: 48px;
  display: flex;
}
.herosection_wrapper .slick-dots li {
  margin: 0 2px;
  background-color: rgba(255, 255, 255, 0.6);
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.herosection_wrapper .slick-dots li.slick-active {
  background-color: #fff;
}
.herosection_wrapper .slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.tab_content {
  display: none;
}
.tab_content.active {
  display: block;
}

.dropdown_menu li {
  width: 160px;
}
.dropdown:hover .dropdown_menu li {
  display: block;
}

.dropdown:hover .dropdown_menu--animated {
  display: block;
}

.dropdown_menu-6 {
  animation: growDown 300ms ease-in-out forwards;
  transform-origin: top center;
}
@keyframes growDown {
  0% {
    transform: scaleY(0);
  }
  80% {
    transform: scaleY(1.1);
  }
  100% {
    transform: scaleY(1);
  }
}

.image_index_sldier_item .slick-slide {
  margin-right: 20px;
}
.about_secondflex .box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #4d5f75;
  z-index: -1;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-in-out;
}

.about_secondflex .box:hover:before {
  transform: scaleX(1);
}

.card > .row > .description {
  rotate: -90deg;
}
input:checked + label {
  width: 100%;
}

input:checked + label .description {
  opacity: 1 !important;
  transform: translateY(0) !important;
}


@media(min-width:200px) and (max-width:767px){
  .services_sliders {
    display: block !important;
  }

.slick-initialized .slick-slide{
  display: block !important;
}


}
.services_sliders {
  display: flex !important;
}

.rotating_button_main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* transform: translateY(-100px); */
}

.go-down-btn {
  position: relative;
  z-index: 1;
  display: inline-block;
}

.timeline-container article.year hgroup h2 {
  /*   transition: 0.6s cubic-bezier(0.28, 0, 0.18, 1); */
  font-size: 2rem;
  line-height: 1;
  margin: 0;
}

.timeline-container article.year hgroup p {
  line-height: 1.5;
  font-size: 1.25rem;
  opacity: 0;
  max-height: 0px;
  max-width: 600px;
  margin: 0 auto;
  /*   transition: opacity 0.6s cubic-bezier(0.28, 0, 0.18, 1); */
}

/*ACTIVE*/
#section-timeline article.year.active {
  max-height: 80vh;
}
/*#section-timeline article.year:after{
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  width: 4px;
  background: #ffffff;
  height: 120px;
  margin-top: -60px;
  max-height: 0px;
      transform: translateX(-50%) translateY(-100%);
      transition: 0.3s cubic-bezier(0.28, 0, 0.18, 1);

}*/
#section-timeline article.year hgroup:after {
  content: "";
  position: absolute;
  /*top: 100%;*/
  top: 90%;
  left: 50%;
  width: 4px;
  background: #ffffff;
  height: 120px;

  max-height: 0px;
  transform: translateX(-50%) translateY(-100%);
  /*       transition: 0.3s cubic-bezier(0.28, 0, 0.18, 1);
 */
}
#section-timeline article.year.active hgroup:after {
  /*   transition: 0.6s cubic-bezier(0.28, 0, 0.18, 1) 0.6s; */
  max-height: 90px;
}
/*#section-timeline article.year.active:after{
  transition: 0.6s cubic-bezier(0.28, 0, 0.18, 1) 0.6s;
  max-height: 90px;
}*/
#section-timeline.started .year.active h2 {
  /*   transition: 0.6s cubic-bezier(0.28, 0, 0.18, 1) 0.6s; */
}
#section-timeline.started .year.active p {
  /*   transition: opacity 0.6s cubic-bezier(0.28, 0, 0.18, 1) 1s; */
}

.timeline-container article.year.active hgroup h2 {
  font-size: 10rem;
}

.timeline-container article.year.active hgroup p {
  opacity: 1 !important;
  max-height: 100%;
}

.timeline-content {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.text-content {
  flex: 1;
  padding-right: 20px;
}

.image-content {
  flex: 1;
}

.image-content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

/* -------------------- */

.paragraph {
  color: #000;
  font-weight: 700;
  font-size: 4vw;
  max-width: 500px;
  margin: 0 auto;
}
.background {
  position: fixed;
  width: 100%;
}
.line {
  position: relative;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;

  --highlight-offset: 0%;

  background-image: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) var(--highlight-offset),
    rgba(255, 255, 255, 0.2) var(--highlight-offset)
  );
}

/* .timelineLIst .timeline_item{
  color: #A8A8A8;
  font-size: 35px;
} */

.listData {
  display: none;
}
.listData.highlightData {
  display: block;
}

/* ---------- */
body {
  min-height: 100vh;
}
.slider {
  height: 60px;
  position: relative;
  width: 100%;

  display: grid;
  place-items: center;
  overflow: hidden;
}
/* .slider::before,
.slider::after {
  position: absolute;
  background-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  content: "";
  height: 100%;
  width: 25%;
  z-index: 2;
  pointer-events: none;
} */
.slider::before {
  left: 0;
  top: 0;
}
.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}

/*  IMPORTANT CODE BELOW */

.slide-track {
  width: calc(150px * 50);
  display: flex;
  animation: scroll 20s linear infinite;
  justify-content: space-between;
}

/* .slide-track2 {
  width: calc(150px * 15);
  display: flex;
  animation: scroll2 15s linear infinite;
  justify-content: space-between;
} */

.slide {
  /* width: 250px;
  height: 60px; */

  display: grid;
  place-items: center;
  transition: 0.5s;
  cursor: pointer;
}

@keyframes scroll {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(calc(-150px * 10));
  }
}

@keyframes scroll2 {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(calc(-150px * 5));
  }
}

@media screen and (max-width: 768px) {
  .slide-track {
    width: calc(150px * 25);
  }

  .rotate_svg {
    position: relative;
    z-index: -1;
    display: block;
  }

  .rotate_text {
    font-size: 11px;
    transform-origin: center;
  }
}

@keyframes rotate-btn {
  to {
    transform: rotate(360deg);
  }
}

/* ourpricing */
.abcd:hover .hovercustomcolor {
  color: #ffffff !important;
}
.abcd:hover .hoverbuttonclr {
  background-color: #dfa621 !important;
}
.abcd:hover .hovergetbuttonclr {
  background-color: #ffffff !important;
  color: #4d5f75 !important;
}
.checkboxicon {
  display: block;
}
.checkbox2icon {
  display: none;
}
.abcd:hover .checkboxicon {
  display: none;
}
.abcd:hover .checkbox2icon {
  display: block;
}

.home2 .non_active_image.slick-active {
  filter: blur(0);
}
.home2 .non_active_image {
  filter: blur(10px);
}

.home2CounterHover:hover .leftHeading {
  color: #fff;
}
.home2CounterHover:hover .rightHeading {
  color: #fff;
}
.rotating_button_main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: translate(-4%, -111%);
}

.go-down-btn {
  position: relative;
  z-index: 1;
  display: inline-block;
}

.rotate_svg {
  position: relative;
  z-index: -1;
  display: block;
}

.rotate_text {
  font-size: 11px;
  transform-origin: center;
}

@keyframes rotate-btn {
  to {
    transform: rotate(360deg);
  }
}

.go-down-btn .rotate_text {
  animation: rotate-btn 10s linear infinite;
}

.services_op5_slider .slick-dots {
  display: flex;
  justify-content: end;
  margin: 30px 0 0;
  padding-right: 30px;
}
.services_op5_slider .slick-dots li {
  background-color: #d9d9d9;
  margin: 0 10px;
  width: 10px;
  height: 9px;
}
.services_op5_slider .slick-dots li.slick-active {
  width: 19px;
  height: 19px;
  background-color: #dfa621;
}
.services_op5_slider .slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.carousel-item {
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.carousel-item.active {
  opacity: 1;
}
.nav_search.showSearch {
  width: 400px;
  padding: 10px;
}
.nav_search.hideSearch {
  width: 0;
  padding: 0;
}
.imgwithtext .texthoverimg {
  opacity: 0;
  transition: all 0.4s;
}
.imgwithtext:hover .texthoverimg {
  opacity: 1;
}

/* Home Banner button */

.home_banner_btn:hover img {
  transform: translateX(10px);
}

/* Home Tab section */

.home_tab_link1:hover img {
  transform: translateX(10px);
}
/* Home Cards */

.home_cards_item_right_wrapper_link a:hover img {
  transform: rotate(360deg);
}
.card_item_link a:hover img {
  transform: rotate(360deg);
}
/* Home Why Chooes Us */
img.blackRightArrow2 {
  opacity: 1;
}
img.whiteRightArrow2 {
  opacity: 0;
  transform: translateX(-20px);
  width: 0;
}
.why_us_link:hover img.blackRightArrow2 {
  opacity: 0;
  width: 0;
}
.why_us_link:hover img.whiteRightArrow2 {
  opacity: 1;
  transform: translateX(-10px);
  transition: all 0.5s;
  width: auto;
}
/* Home Card Slider */

img.slider_link_arrow {
  opacity: 0;
}

.cardSldier_item a:hover img.slider_link_arrow {
  opacity: 1;
  transition: all 0.5s;
}
.card_img_text {
  position: relative;
}
.cardSldier_item:hover .card_img_text::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #14111152;
}
.s_op4_tab_content {
  display: none;
}
.s_op4_tab_content.active {
  display: block;
}

.ciclehover {
  position: relative;
  color: #4D5F75;
  font-size: 30px;
  font-family: arial;
  background-image: linear-gradient(#4D5F75, #4D5F75);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 0%;
  transition: background-size .5s, color .5s;
}

.ciclehover:hover {
  background-size: 100% 100%;
  color: #fff;
  background-position: 0% 50%; 
}
.ciclehover:hover .hoveredtext {
  color: white !important;
}
.ciclehover:hover .readmorehovertext {
  color: white !important;
}

.progress-value {
  animation: progress-value 4s linear infinite;
}

@keyframes progress-value {
  0% { height: 0%; }
  50% { height: 100%; } 
  100% { height: 0%; } 
}



