/* white you custom css code here. only css code will work */


.footer-top {
    background-color:#003169;
}

.copyright-area {
    background-color: #003169;
}

.footer-tp {
    padding: 70px 0 50px 10px;
    border-bottom: 2px solid #fff;
}


.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 50px;
    height: 50px;
    background-color: var(--main-color-one);
    color: #fff;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    z-index: 99;
    font-size: 25px;
    cursor: pointer;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    display: none;
}


.single-team-member-one.gray-bg .content {
    background-color: #003169;
}


span.post {
color: #ffffff;
}


.single-team-member-one .content {
    background-color: #003169;
    padding: 25px 30px 25px 30px;
    text-align: center;
}


.single-testimonial-item-02 .description .content .name {
  color: #000000;
}


.single-team-member-one .content  .name {
  color: #ffffff;
}





.info-bar-inner .right-content .request-quote .rq-btn.blank{
    background-color: #FF6600;
    color: #fff;
}


.info-bar-inner .right-content .request-quote .rq-btn.blank:hover {
    background-color: #003169;
    color: #fff;
}


.login-form-head {
    text-align: center;
    background: #003169;
    padding: 50px;
}




.single-work-item .content {
    background-color: #003169;
    padding: 25px 30px 25px 30px;
}


element {
}
.single-work-item .content .title {
 color: #fff;
}


.single-work-item .content .cats a {
    color: #fff;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}




.widget{
background-color: #003169;

}

.widget .widget-title {
  color : #fff ;
}

.widget ul li a {
  color : #fff ;
}

.job-information-list li .single-job-info .content .title{
color : #fff ;
}



.job-information-list li .single-job-info .content .details {
color : #fff ;
}


.single-contact-info-02 {
    background-color: #003169;
    padding: 30px 30px 30px 30px;
}

.single-contact-info-02 .title {
  color : #fff ;
}



.single-contact-info-02 .details {
    color : #fff ;
}


.project-info-item {
    background-color: #003169;
}



.project-info-item .title {
color : #fff ;
}


.project-info-item ul li .right {
    color: #fff;
}



.project-info-item ul li {
   color: #fff;
}


.single-blog-grid-01 .content {
    background-color:  #003169;
}


.single-blog-grid-01 .content .title {
 color : #fff ;
}




.single-blog-grid-01 .content p {
   color : #fff ;
}


.single-blog-grid-01 .content .post-meta li a{
    color: #fff;
}



.discount-modal-content-wrapper .nx-singular-countdown-item {
  width: calc(100% / 4 - 10px);
  background-color: #FF6600;
}



.discount-modal-content-wrapper .right-content-warp .btn-boxed {
  display: inline-block;
  background-color: #003169;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 25px;
  border-radius: 5px;
  margin-top: 20px;
  transition: 300ms all;
}


.discount-modal-content-wrapper .nx-singular-countdown-item {
  width: calc(100% / 4 - 10px);
  background-color: #ff8a73;
  padding: 8px 8px 8px 8px;
}





  @media only screen and (max-width: 767px)
.nx-singular-countdown-item {
  width: 150px;
  height: 60px;
  margin-bottom: 40px;
}




.discount-modal-content-wrapper .right-content-warp .title {
  font-size: 36px;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 700;
  color: #ff8a73;
}





.discount-modal-content-wrapper .right-content-warp p {
  font-size: 16px;
  line-height: 26px;
  color: #000000;
}