.btn-orange {
    background:#f47838
}

.btn-orange:hover {
    border:1px solid #f47838;
    color: #f47838!important
}


.btn.btn-light-orange {
    background-color: #fff;
    border-color: #f47838;
    color: #f47838
}

.btn.btn-light-orange:active,
.btn.btn-light-orange:hover {
    background-color: #f47838;
    border-color: #f47838;
    color: #fff
}


.header-icon .header-social-icon a.twitter img {
    padding: 8px;
}

.row_blog{
    background-color: #165f98;
    padding: 5% 0;
    background-image: url(../imgs/arrow-white.png);
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
}

.row_blog ul li {
    list-style: inside;
}


.text-align-right{
    text-align: right;
}

img.calendar {
    width: 17px;
    margin-right: 5px;
    filter: invert(1);
}

.icon_identity{
    width: 25px;
}

.icon_filter {
    filter: invert(53%) sepia(80%) saturate(963%) hue-rotate(335deg) brightness(97%) contrast(96%);
}

.services-box-style-01 {
    background-color: #fff;
}


.services-box-style-01:hover .last-paragraph-no-margin{
    background-image: url(../imgs/arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;
}

/* services box style 01 */
.services-box-style-01:hover .box-overlay {
    opacity: 0.4;
}
/* interactive banner style 01 */
.interactive-banner-style-01 figure:hover .box-overlay {
    opacity: 0.7;
}
/* services box style 01 */
.services-box-style-01 .box-overlay {
    opacity: 0;
    visibility: visible;
}
.services-box-style-01:hover .box-overlay {
    opacity: 0.7;
}

.bg-gradient-blue-ironstone-brown {
    background-image: linear-gradient(to right, #2c3846, #333945, #3e393f, #584344, #8b4d41);
}

.bg-dark-blue {
    background-color: #1e659d;
}

.bg-gradient-very-light-gray {
    background-image: linear-gradient(to bottom, #ededed, #e8e8e8, #fbfbfc, #fdfdfd, #fff);
}


.float-text img {
    filter: invert(1);
}

.clients-style-03 .client-box {
    -webkit-transition: all 350ms cubic-bezier(.12, 0, .39, 0);
    transition: all 350ms cubic-bezier(.12, 0, .39, 0);
    will-change: transform;
    background-color: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, .08);
    border-radius: 50%;
    width: 140px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-self: center;
}


.client-box a img {
    width: 100%;
    padding: 17px;
}

.clients-style-04 .client-box:hover
{
    opacity: 1;
}
.clients-style-04 .client-box:hover img {
    filter: none;
}

.bg:before {
    opacity: 0.9;
    background-color: #12324a;
}

.copyright {
    background-color: #f77d3d;
    padding: 2%;
}

footer.half-footer {
    padding: 50px 0 0;
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
    width: 305px;
}

video {
    position: absolute;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.highlight-separator[data-shadow-animation] span {
    height: 100px;
    z-index: -1;
}
.highlight-separator[data-shadow-animation] span img {
    height: 50px;
    width: 100%;
    filter: invert(40%) sepia(63%) saturate(958%) hue-rotate(338deg) brightness(101%) contrast(91%);
}
.highlight-separator-small .highlight-separator[data-shadow-animation] span {
    height: 45px; 
    bottom: -10px;
}
.highlight-separator-small .highlight-separator[data-shadow-animation] span img {
    height: 45px; 
    width: 100%;
}

.header-push-button .push-button span {
    background: #f47838;
}

.rotate_svg {
    transform: rotate(-50deg);
}

.welcome_wrapper .highlight-separator[data-shadow-animation] span img {
    height: auto;
    width: 100%;
    filter: invert(40%) sepia(63%) saturate(958%) hue-rotate(338deg) brightness(101%) contrast(91%);
    transform: scale(-1, 1);
}

.welcome_wrapper .highlight-separator[data-shadow-animation] span {
    width: 75%;
    left: 57px;
    bottom: -30px;
}

/* .career_section {
    margin: 3% 4%;
    border-radius: 5px;
} */

.gallery-box .portfolio-image, .portfolio-box .portfolio-image {
    position: relative;
    overflow: hidden;
    height: 385px;
}

.portfolio-slider .portfolio-box .portfolio-hover .portfolio-link .category img {
    width: 35px!important;
}

.blog-classic .card .card-body .categories-text:after {
    content: "";
    display: inline-block;
    font-family: bootstrap-icons;
    vertical-align: middle;
    margin: -4px 0 0 12px;
    font-size: 22px;
    color: #d55454;
    opacity: .7;
    background-image: url(../imgs/calendar.svg);
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    width: 20px;
    height: 20px;

}

footer ul li a {
    margin-bottom: 0px;
    color: #0d3a5e;
}

.text-dark-blue{
    color: #0d3a5e;
}

footer svg.feather {
    width: 18px;
}


a, body {
    color: #0c385b;
}

.reflect {
    transform: scale(-1, 1);
}

@-webkit-keyframes float-bob-x {
    0% {
      transform: translateX(-30px);
    }
  
    50% {
      transform: translateX(-10px);
    }
  
    100% {
      transform: translateX(-30px);
    }
  }
  
  @keyframes float-bob-x {
    0% {
      transform: translateX(-30px);
    }
  
    50% {
      transform: translateX(-10px);
    }
  
    100% {
      transform: translateX(-30px);
    }
  }

.float-bob-x {
    -webkit-animation-name: float-bob-x;
    animation-name: float-bob-x;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@-webkit-keyframes float-bob-y {
    0% {
      transform: translateY(-20px);
    }
  
    50% {
      transform: translateY(-10px);
    }
  
    100% {
      transform: translateY(-20px);
    }
  }
  
  @keyframes float-bob-y {
    0% {
      transform: translateY(-20px);
    }
  
    50% {
      transform: translateY(-10px);
    }
  
    100% {
      transform: translateY(-20px);
    }
  }
  
  .float-bob-y {
    -webkit-animation-name: float-bob-y;
    animation-name: float-bob-y;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  

  .menu-item-list .nav-link {
    padding: 5px 20px 5px 0;
    font-size: 30px;
    line-height: 32px;
    display: inline-block;
    width: 100%;
    margin: 9px 0;
    color: #125c96;
    -webkit-transition: .3s;
    transition: .3s;
    font-family: 'Urbanist', sans-serif;
    font-weight: 700;
  }

  .menu-item-list .nav-link:hover {
    color: #e05107;
    opacity: .6;
}

.hamburger-nav .menu-item-list {
    margin-bottom: 0;
    padding: 0 0;
}

.contact_page .btn.btn-light-orange:active, .contact_page .btn.btn-light-orange:hover {
    background-color: #f47838;
    border-color: #f47838;
    color: #0e5994;
}

.parallax_form {
    position: relative;
}

.parallax_form::before{
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #08273fa6;
    opacity: 0.85;
    z-index: 0;}

    .interactive-banner-style-04.transition-inner-all figure {
        height: 430px;
    }
    
    .interactive-banner-style-04.transition-inner-all figure img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .interactive-banner-style-04 figure figcaption .features-content img{
        object-fit: contain;
    }

    .last-paragraph-no-margin p {
        line-height: 1.3;
        margin-top: 17px;
    }

    .slider_servicedetails {
            height: 400px;
        }
    .arrow_invert {
        filter: invert(1);
    }

    .side_wrapper .list-style-02 li i svg{
        width: 18px;
    }

    .side_wrapper .active {
        color: #f47838;
    }

    .service_details .feature-box.feature-box-left-icon .feature-box-icon,  .service_details .feature-box.feature-box-left-icon-middle .feature-box-icon {
        margin-right: 0;
    }

    .service_details .feature-box.feature-box-left-icon-middle {
        -webkit-flex-flow: column;
        -ms-flex-flow: row wrap;
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }

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

    .fa-angle-up::before{
        content: '';
        background-image: url(../imgs/arrow-up.svg);
        background-size: contain;
        background-position: right;
        background-repeat: no-repeat;
        height: 30px;
        display: block;
        width: 13px;
    }

    
    .fa-angle-down::before{
        content: '';
        background-image: url(../imgs/arrow-down.svg);
        background-size: contain;
        background-position: right;
        background-repeat: no-repeat;
        height: 30px;
        display: block;
        width: 13px;
    }

    .aboutpage .event-style-03 .nav-tabs>li.nav-item:not(:last-child) {
        border-right: 1px solid rgb(255 255 255 / 30%);
    }

    .aboutpage .accordion .accordion-item .accordion-header .accordion-title {
        color: #f47838;
        font-size: 20px;
    }

    .aboutpage .event-style-03 .nav-tabs .nav-link.active,
    .aboutpage .event-style-03 .nav-tabs .nav-link.show,
    .aboutpage .event-style-03 .nav-tabs .nav-link:hover {
        color: #1e659d;
    }

    .aboutpage .border-color-light-medium-gray {
        border-color: #e4e4e4 !important;
    }

    .aboutpage ul {
        padding-left: 0;
    }

    .aboutpage ul li {
        list-style: inside;
    }

    .aboutpage p{
        text-align: justify;
    }

    .calendar_date{
        filter: invert();
        width: 20px !important;
    }

    .location_map {
        height: 400px;
    }


    .table {
        display: table;
        border-collapse: collapse;
        width: 100%;
    }

    .table_container{
        border-radius: 6px;
        /* overflow: hidden; */
        width: -webkit-fill-available;
    }

    .table_container tr{
        height: auto;
        color: #2a2b2b;
        font-weight: 400;
        text-align: center;
        border: 1px solid #e0e0e0;
    
    }

    
    .table_container tr .title {
        background-color: #0e5994;
        color: #fff;
        text-align: center;
        border: 1px solid #e0e0e0;
        font-size: 16px;
        text-transform: capitalize;
        padding: 13px;
        font-weight: 600;
    }

    .table_container tr.highlighted td:first-child {
        background-color: #faebd742;
    }

    .table_co tr .title:first-child {
        border-radius: 15px;
        overflow: hidden;
    }
    .table_container tr.subtitle td {
        color: #f47838;
        background-color: aliceblue;
        font-weight: 600;
        padding: 8px 8px;
    }

    .table_container tr td{   
         border: 1px solid #e0e0e0;
         padding: 15px 8px;}