.h1-tag-custom{
    font-size: 52px;
    color: #ffffff;
    font-weight: 700;
}
.spna-tag{
    color: #F7841D;
}
.baner-head{
    margin-top: 84px;
}
.text-color{
    color: #F7841D;
}
.text-span{
    color: #00354B;
}
.footer-card{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.way-card{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.bg-image{
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0,0,0,0.6)), url(../img/img-banner-3.png);
    
    height: 400px;
    object-fit: cover;
    width: 100%;
    background-size: cover;
    border-radius: 0px !important;
}
.bg-image-infra{
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0,0,0,0.6)), url(../img/video.gif);
    height: 400px;
    object-fit: cover;
    width: 100%;
    background-size: cover;
    border-radius: 0px !important;
}
.a-link-custom{
    text-decoration: none;
}
a.nav-link.active.px-3 {
    color: #F7841D !important;
    font-weight: 600 !important;
}


.our_vision_mission .title h2 span{
    color: #F7841D;
}


.underline{
    border: 2px solid #F7841D;
    width: 121px;
    border-radius: 25px;
}



.contact_us .title h4{
    color: #999;
}

.contact_us form textarea,
.contact_us form input{
    border: none;
    outline: none;
    width: 100%;
    font-size: 20px;
}

.contact_us .border-botom{
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    width: 50%;
    margin: 0px 15px;
}

.contact_us .submit_btn input{
    width: 115px;
    border-radius: 5px;
    border: 1px solid;
}
.contact_us .submit_btn input:hover{
    background: #F7841D;
}


/* auxilliary_skids page style */ */

.auxilliary_skids .title h3{
    font-style: italic;
}
.auxilliary_skids .title h3 span{
    color: #F7841D;
    font-style: italic;
}
.dropdown-item:focus, .dropdown-item:hover {
    /* color: var(--bs-dropdown-link-hover-color); */
    /* background-color: var(--bs-dropdown-link-hover-bg); */
    background: #F7841D;
    color: #fff;
}
ul.dropdown-menu.show {
   background-color: #00354B;
   color: #fff !important;
   padding-left: 37px;
   list-style: disc;
}
a.dropdown-item {
    color: #fff !important;
}
.header-custm {
    margin-bottom: 50px;
}


.form-wrap {
    background: rgba(255, 255, 255, 1);
    width: 100%;
    max-width: 850px;
    padding: 50px;
    margin: 0 auto;
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
}

.form-wrap:before {
    content: "";
    width: 90%;
    height: calc(100% + 60px);
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    top: -30px;
    background: #F7841D;
    z-index: -1;
    opacity: 0.8;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
}

.form-group {
    margin-bottom: 25px;
}

.form-group>label {
    display: block;
    font-size: 18px;
    color: #000;
}

.custom-control-label {
    color: #000;
    font-size: 16px;
}

.form-control {
    height: 50px;
    background: #ecf0f4;
    border-color: transparent;
    padding: 0 15px;
    font-size: 16px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.form-control:focus {
    border-color: #00bcd9;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
}

textarea.form-control {
    height: 160px;
    padding-top: 15px;
    resize: none;
}

.btn-primary {
    color: #fff;
    background-color: #F7841D;
    border-color: #F7841D;
}

.btn-primary:hover {
    color: #00354B;
    background-color: #ffffff;
    border-color: #00354B;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
}

.products h5{
    color: #F7841D;
}
.card .card-body h5:hover,
.products h5:hover{
    font-weight: 700;
}
.card .card-body a,
.products a{
    text-decoration: none;
}
.contact-form h4,
.contact-form h1{
    color: #F7841D;
}
.auxilliary_skids .color_orange{
    color: #F7841D;
    font-weight: 600;
}

/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
  }
  
  /* The dots/bullets/indicators */
  .dot {
    height: 15px;
    width: 15px;
    /* margin: 0 2px; */
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    /* transition: background-color 0.6s ease; */
  }
  
  .activate {
    background-color: #717171;
  }
  
  /* Fading animation */
  .fade {
    animation-name: fade;
    animation-duration: 5s;
  }
  
  @keyframes fade {
    from {opacity: .8} 
    to {opacity: 1}
  }
  
  /* On smaller screens, decrease text size */
  @media only screen and (max-width: 300px) {
    .text {font-size: 11px}
  }

  .icon_info .company_info_card{
    box-shadow: 0px 10px 25px 2px rgba(0, 0, 0, 0.20);
    color: #000;
    padding: 20px;
    border-radius: 10px;
    height: 100%;
    font-weight: 500;
  }
  .icon_info .company_info_card:hover{
    background: #F7841D;
    color: #ffffff;
  }
  .icon_info .company_info_card p span{
        font-size: 25px;
        font-weight: 700;
  }
  .icon_info .round_icon{
    width: 75px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    border-radius: 50%;
    background: #F7841D;
    margin: 0 auto;
  }
  .icon_info .company_info_card:hover .round_icon{
    background: #ffffff;
  }
  
  .products .img_round{
    border-radius: 50%;
    overflow: hidden;
  }

  .footer_link{
    text-decoration: none;
    color: #F7841D;
  }

