/* header-top-area-css-start-here */
.main-menu ul {
  display: flex;
  justify-content: right;
  gap: 50px;
}

.main-menu ul li a {
  font-size: 14px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  color: #00004C;
}
.main-menu li::after{
  content: "";
  width: 0%;
  height: 2px;
  display: block;
  background-color: #F2CD00;
  transition: width 1.2s;
}
.main-menu li:hover::after , .main-menu li.active::after{
  width: 100%;
}
.logo {
  display: flex;
  align-items: center;
  gap: 50px;
}

section.header-top-area .row {
  align-items: center;
}

section.header-top-area {
  padding: 30px 0;
  background: transparent;
  position: absolute;
  width: 100%;
  z-index: 9;
  top: 0;
  max-height: 118px;
}

/* hero-area-css-start-here */
section.hero-area {
  height: 835px;
  position: relative;
}

img.hero-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.hero-content {
  position: relative;
}

.hero-content-box {
  position: absolute;
  bottom: -100px;
  width: 635px;
  height: 420px;
  background: #00004C;
}

.hero-content-box h1 {
  font-size: 42px;
  font-weight: 400;
  line-height: 55px;
  color: #fff;
  margin: 0;
  padding: 73px;
}

/* ntext-box-area-css-start-here */
.ntext-box p {
  font-size: 20px;
  color: #707070;
  line-height: 27px;
  margin-bottom: 30px;
}

section.ntext-box-area {
  padding: 160px 0 100px 0;
}

/* service-area-css-start-here */
.service-intro {
  height: 600px;
  position: relative;
  margin-bottom: 155px;
}

img.intro-featured-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.intro-featured-img-m{
  display: none;
  height: 300px;
  width: 100%;
}
.service-intro-text-box {
  width: 635px;
  padding: 60px 40px;
  background: #00004C;
  position: absolute;
  bottom: -155px;
  padding-left: 145px;
  display: flex;
  align-items: center;
}

.service-intro-text-box-content {
  max-width: 320px;
}


.service-intro-text-box h2 {
  font-size: 45px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
}

.service-intro-text-box p {
  font-size: 24px;
  color: #fff;
  line-height: 30px;
  margin-bottom: 0;
}

.single-service-left h3 {
  font-size: 40px;
  color: #00004C;
  border-bottom: 1px solid #00004C;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.types-of-road p {
  font-size: 20px;
  color: #00004C !important;
}

.types-of-road ul li {
  font-size: 20px;
  line-height: 27px;
  color: #00004C;
}

.single-service-left p {
  font-size: 20px;
  line-height: 27px;
  color: #707070;
}

.types-of-road {
  margin-bottom: 20px;
}

.single-service-left a.know-more {
  font-size: 14px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  color: #00004C;
  background: #F2CD00;
  padding: 20px 57px;
  display: inline-block;
  margin-top: 15px;
  border: 1px solid #F2CD00;
  text-transform: uppercase;
}
.single-service-left a.know-more:hover{
  background-color: #fff;
  border-color: #00004C;
}
.single-service {
  display: flex;
  gap: 90px;
  padding: 110px 0 0 0;
}
.service-area h2{
  padding:40px 0 0 0;
}
.single-service-left {
  width: 50%;
}

.single-service-right {
  width: 50%;
}
.single-service-2{
  flex-direction: row-reverse;
}

.service-area .single-service:nth-last-of-type(){
  margin-bottom: 210px;
}
.single-service-right-img{
  height: 505px;
  overflow: hidden;
}
.single-service-right-img img{
  height: 100%;
  width: 100%;
}
.single-service-right-img img:hover{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

/* company-area-css-start-here */
.company-area .service-intro{
  height: 720px;
}
.company-text-box-single p {
  font-size: 18px;
  color: #707070;
  line-height: 24px;
}
.company-text-box p{
  font-size: 18px;
  color: #707070;
  line-height: 24px;
}
.company-text-box ul p{
  font-size: 15px;
  color: #707070;
  line-height: 21px;
}
.pdf-flex{
  display: flex;
  gap: 40px;
  flex-wrap: nowrap;
  margin: 32px 31px;
}
.pdf-flex a{
  width: fit-content;

}
.pdf-flex img{
  width: auto;
  height: auto;
}

.company-text-box {
  display: flex;
  gap: 90px;
  padding: 85px 0 45px 0;
}

.company-text-box-single {
  width: 50%;
}
.company-featured-img {
  height: 550px;
}
.company-featured-img img:last-child{
  display: none;
}
.company-featured-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.company-pilares p {
  font-size: 24px;
  line-height: 33px;
  color: #00004C;
  margin: 0 0 80px 0;
}

.company-pilares {
  padding: 80px 0 240px 0;
}

.company-pilare-single-item h3 {
  font-size: 24px;
  line-height: 30px;
  color: #00004C;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #00004C;
  margin: 0 0 20px 0;
  font-weight: 400;
}

.company-pilare-single-item p {
  font-size: 18px;
  color: #707070;
  line-height: 24px;
}
.company-pilares-items {
  display: flex;
  justify-content: space-between;
}

.company-pilare-single-item {
  max-width: 240px;
}
.company-pilare-single-item-icon {
  height: 67px;
  margin-bottom: 25px;
}

.company-pilare-single-item-icon img {
  max-height: 67px;
}

/* environment-area-css-start-here */
section.environment-area .service-intro{
  height: 582px;
  margin: 0;
}
section.environment-area .service-intro-text-box{
  bottom: auto;
  top: -125px;
}
.environment-area .company-text-box.environment-text-box{
  padding: 50px 0 0px;
}

.aenor-box-single {
    height: 120px;
    border: 1px solid #707070;
    font-size: 36px;
    color: #707070;
    line-height: 48px;
    width: 135px;
    display: flex;
    align-items: center;
    padding-left: 15px;
    margin-top: 40px;
}

.aenor-box {
    display: flex;
    gap: 60px;
}
/* news-area-css-start-here */
section.news-area .service-intro{
  height: 540px;
  margin-bottom: 135px;
}
.news-area .service-intro-text-box{
  bottom: -135px;
}
section.news-area {
  padding-bottom: 240px;
}
section.news-area p a{
  text-decoration: underline;
}
section.news-area p a:hover{
  opacity: .5;
}
/* contact-area-css-start-here */
section.contact-area {
  padding-bottom: 50px;
}
.contact-area .service-intro{
  height: 582px;
  margin-bottom: 120px;
}
.contact-area .service-intro-text-box{
  bottom: -120px;
}
.contact-area .service-intro-text-box-content{
  max-width: 375px;
}

.single-form-group input, .single-form-group textarea {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #00004C;
    font-size: 18px;
    color: #00004C;
    font-weight: 400;
    padding: 8px 0 8px 0;
}
.single-form-group input[type="submit"]{
  font-size: 14px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  border: 1px solid #00004C;
  background-color: #fff;
  max-width: 185px;
  padding: 12px;
  transition: .3s all ease-in-out;
  -webkit-transition: .3s all ease-in-out;
  -moz-transition: .3s all ease-in-out;
  -ms-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
}
.single-form-group input[type="submit"]:hover{
  background-color: #F2CD00;
  border-color: #F2CD00;
}
.single-form-group {
    margin-bottom: 40px;
}
.single-form-group-check{
  margin-bottom: 10px;
}
.single-form-group-message{
  margin-bottom: 25px;
}
.single-form-group input::placeholder, .single-form-group textarea::placeholder{
  font-size: 18px;
    color: #00004C;
    font-weight: 400;
}
.single-form-group textarea{
  height: 170PX;
}
.contact-form{
  padding: 120px 0 0 0;
}
.single-form-group-btn{
  text-align: right;
}

/* contact-area-css-start-here */
/* The terms-check */
.terms-check {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  color: #707070;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.terms-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 13px;
  width: 13px;
  background-color: #fff;
  border: 1px solid #707070;
}


/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.terms-check input:checked~.checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.terms-check .checkmark:after {
  left: 3px;
  top: 0px;
  width: 5px;
  height: 8px;
  border: solid #707070;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* contact-area-2-css-start-here */
section.contact-area-2 {
  background: #00004C;
  color: #fff;
  padding: 180px 0 160px 0;
}

.contact-info-single b {
  font-size: 14px;
  font-weight: 700;
  display: block;
  color: #F2CD00;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.contact-info-single p {
  font-size: 18px;
  line-height: 24px;
}

.contact-info {
  display: flex;
  justify-content: space-between;
}

.contact-info-single {
  max-width: 295px;
}

.contact-number a {
  display: block;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
.contact-number a:hover, .contact-mail a:hover{
  opacity: .5;
}
.contact-number a span{
  font-weight: 400;
  display: inline-block;
}
.contact-number {
  padding-bottom: 25px;
}

.contact-mail a {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.time-widget p {
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 6px 0;
}

.time-widget {
  margin-bottom: 25px;
}
.time-widget-2{
  margin-bottom: 0;
}

/* footer-area-css-start-here */

section.footer-area {
  background: #00004C;
  color: #fff;
  padding: 90px 0 40px 0;
}

.footer-left p {
  font-size: 12px;
  line-height: 17px;
}

.footer-copy-right p {
  font-size: 14px;
  line-height: 19px;
  margin: 0;
}
.footer-copy-right p a:hover{
  opacity: .5;
}
.footer-copy-right {
  text-align: center;
  padding-top: 125px;
}
.footer-logo {
  margin-bottom: 35px;
}
a.twitter {
  height: 40px;
  width: 40px;
  display: flex;
  background: #F2CD00;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-bottom: 20px;
}

.footer-right a {
  max-width: 151px;
  display: flex;
  font-size: 14px;
  gap: 7px;
  line-height: 19px;
  align-items: flex-start;
}
.footer-right a:hover{
  opacity: .5;
}

.footer-logo a.primary-logo {
  max-width: 101px;
}

.footer-logo a.secondary-log {
  max-width: 228px;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 45px;
}
.footer-right {
  display: flex;
  justify-content: right;
}

/* off-canvas-menu-css-start-here */
.off-canvas-menu {
  background: #00024C;
  position: fixed;
  width: 100%;
  z-index: 99;
  height: 100%;
  padding: 25px 0;
  margin-left: -100%;
  transition: .3s all ease-in-out;
  -webkit-transition: .3s all ease-in-out;
  -moz-transition: .3s all ease-in-out;
  -ms-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
}
.off-canvas-menu.active {
  margin-left: 0
}

.off-canvas-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-top: 100px;
  padding-left: 100px;
}

.off-canvas-menu li a {
  display: block;
  color: #fff;
  font-size: 21px;
  font-weight: 400;
  margin: 40px 0;
}
.menu-close {
  color: #fff;
  right: 20px;
  top: 25px;
  position: absolute;
  padding: 25px;
  cursor: pointer
}
a.menu-trigger img {
  max-width: 40px;
}
a.menu-trigger span {
  height: 4px;
  width: 35px;
  display: block;
  background: #00024C;
  margin-bottom: 8px;
  position: relative;
}

a.menu-trigger {
  position: absolute;
  right: 25px;
  top: 35px;
  display: none;

}

a.menu-trigger span:nth-child(3) {
  width: 15px;
  left: 20px;
}


a.menu-trigger span:nth-child(1) {
  width: 25px;
  left: 10px;
}

/*sticky-css*/
.sticky-menu {
  position: fixed !important;
  left: 0;
  top: 0 !important;
  width: 100% !important;
  background: #fff !important;
  z-index: 9 !important;
  padding: 15px 0;
  transition: .3s all ease-in-out;
  -webkit-transition: .3s all ease-in-out;
  -moz-transition: .3s all ease-in-out;
  -ms-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
}
#goup {
  background: #00004C;
  bottom: 0px;
  display: block;
  height: 50px;
  position: fixed;
  right: 12px;
  bottom: 90px;
  width: 50px;
  z-index: 1;
  border-radius: 0px;
  cursor: pointer;
}
.transport-id{
  margin-top: -136px;
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
}
.transport-id.down{
  margin-top: 545px;
}
.type-selector{
  display: flex;
  margin-left: 689px;
  justify-content: flex-start;
  gap: 50px;
  margin-top: 23px;
}
.fa.fa-linkedin{
  color: #00004C;
  background-color: white;
  padding: 2px 3px;
  border-radius: 2px;
}
.BodyCookies{
  margin-top: 120px;
}
.msg-alert{
  background-color: #00004c;
  color: white;
  font-size: 20px;
  margin: 30px 0px;
  padding: 15px;
  border-radius: 0px;
}
.modal-dialog{
  color: black;
}
.service-area h2{
  padding: 5px 0 0 0;
}
.environment-area{
  margin-top: 155px;
}