:root {
  --text-color: #616161;
  --heading: #151515;
  --red-dark: #fd4a18 !important;
  --blue-light: #fd4a18 !important;
  --blue-dark: #0066ff;
  --purple-blue: #f7f8f9 !important;
  --yellow-dark: #faa200;
  --orange-dark: #fc7561;
  --black-dark: #191919;
  --light-gray: #f7f8f9;
  --roboto: "Roboto", sans-serif;
  /*--rajdhani: "Rajdhani", sans-serif;*/
  /* --purple-blue: #7141b1; */
}



.history-style-one .history-img{
    width: 100%;
    /*height: 100%;*/
    height:775px!important;
}

.header-navigation .main-menu ul li .one {
  width: 360px !important;
}

.header-navigation .main-menu ul li > a {
  font-size: 17.5px !important;
}

/* about section css */

.about-img-box img {
  height: 560px !important;
}

/* end about section css */

/* ==== marquee section css */

.marquee-small {
  position: relative;
  overflow: hidden;
  background-color: #050f1b;
}

.marquee-small .marquee_text2 {
  width: 100%;
  margin: 0 auto;
  white-space: nowrap;
  display: flex;
  align-items: center;
  padding-top: 1.6em;
  padding-bottom: 1.55em;
  animation: marquee 30s linear infinite;
}

.marquee-small p {
  font-family: "halyard-display", sans-serif;
  font-size: 19px;
  letter-spacing: 0;
  line-height: 1em;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  position: relative;
}

.marquee-small p span {
  display: inline-block;
  display: flex;
  margin: 0 32px;
  font-weight: 400;
  font-size: 1em;
  letter-spacing: 0;
  position: relative;
  top: -4px;
}
.marquee-small p span img {
  width: 40px !important;
  /* display: block; */
}

@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}



/* Block One css */

.block-style-one:hover {
  box-shadow: 0 0 25px #fd4a18;
  border-radius: 15px;
}



/* ========= start projects section css =================== */

.block-style-two {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.block-style-two::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: -100%;
  left: 0%;
  background: #fd4a18;
  /* transform:scaleX(0);
        transform-origin: left;*/
  transition: 0.5s;
  z-index: -1;
}

.block-style-two:hover::before {
  top: 0%;
}

.block-style-two:hover h3{
  color: white;
}

.block-style-two:hover p{
    color:white;
}

.block-style-two {
  padding: 6px 20px 6px !important;
}




/* ========== start services sections css============= */

.block-style-eighteen {
  padding: 0px 0px !important;
}

/* .block-style-two:hover{
	box-shadow: 0 0 25px #FD4A18;
	border-radius:15px;
} */

.block-style-eighteen {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.block-style-eighteen h3 {
  padding: 15px;
}

.block-style-eighteen:hover {
  box-shadow: 0 0 20px rgba(235, 76, 8, 0.575);
  border-radius: 8px;
}

.block-style-eighteen:hover .image img {
  transform: scale(1.2);
}

.block-style-eighteen .image {
  overflow: hidden;
}

.block-style-eighteen .image img {
  transform: scale(1);
  transition: all 0.3s;
}

.block-style-eighteen .text h3 {
  color: #050f1b;
}

.block-style-eighteen p {
  color: #050f1b;
  padding:0 12px;
}

.block-style-eighteen:hover .text h3 {
  color: #fff;
}

.block-style-eighteen:hover p {
  color: #fff;
  padding:0 12px;
}

.block-style-eighteen:hover .btn-link {
  background: #fff;
  color: #fd4a18;
  border: none;
}

.block-style-eighteen::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: -100%;
  top: 0%;
  background: #fd4a18;
  /* transform:scaleX(0);
    transform-origin: left;*/
  transition: 0.5s;
  z-index: -1;
}

.block-style-eighteen:hover::before {
  left: 0%;
}
/* Hero Seven css */

.breadcrumbs-wrapper .page-title-text ul.breadcrumbs-link li.active {
  color: var(--red-dark);
}

/* =================== mediac======================== */

@media (max-width: 500px) {
  .header-top-bar-one {
    display: none;
  }
}

/* ============ testimonial css */
.gradient-bg-blue {
  background: linear-gradient(
    -90deg,
    rgb(31, 88, 158) 0%,
    rgb(100, 103, 177) 99%
  );
}

/* careers page css */

.contact_form  form{
  border:2px solid rgb(174, 174, 174);
  padding:20px;
  border-radius:15px;
}

.contact_form  form label{
  color:rgb(105, 102, 102);
  font-weight:600;
  font-size:17px;
}

.contact_form input[type]
{
  border-color:rgb(139, 135, 135);
  border-radius:5px;
}

.contact_form .form-control {
  /* color:red; */
  height:50px;
}




