header span i {
    margin-right: 5px;
}
.dark{
    background: #000;
}
.brand-color{
    color: #256AAA;
}
.left-img-icon{
    position: absolute;
    width: 151px;
    height: 108px;
    left: 215px;
    top: 888px;
}
.right-img-icon{
    position: absolute;
    width: 114px;
    height: 112px;
    left: 1071px;
    top: 901px;
}

.client-text-left{
    left: 80px;
    font-size: 18px;
    top: 5px;
    letter-spacing: 0;
    font-style: normal;
    font-weight: 500;
}
.client-text-center{
    top: 50px;
    line-height: 0px;
    text-align: center;
    font-size: 44px;
}
.client-text-right{
    left: 130px;
    font-size: 120px;
    -webkit-text-stroke-color: #d6d6d6;
}
/* client hover */
.overlaydfsdfsd {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    right: 15px;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
}
.client-logosdfsdfsd:hover .main-logosdfsdfsd {
    display: none;
}
.client-logosdfsdf:hover .overlaysdfsdfds {
    opacity: 1;
}
.client-logosfsdf .overlay-imgdfsdfsdf {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

/* new hoverly */
.client-logo {
    position: relative;
}
.logo-main,.logo-child {
    display: block;
    width: 100%;
    height: auto;
}
.client-logo:hover .logo-main {
    opacity: 0;
}
.img-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}

.client-logo:hover .img-overlay {
    height: 100%;
}
.overlay-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}
/* overly 1 */
.client-logo-1 {
    position: relative;
}
.image {
    display: block;
    width: 100%;
    height: auto;
  }
.client-logo-1:hover .logo-main {
    opacity: 0;
}
.img-overlay-1 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    /* transition: .3s ease; */
  }
  
  .client-logo-1:hover .img-overlay-1 {
    opacity: 1;
  }
  
  .overlay-content-1 {
    display: contents;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    width:100%;
  }
/* new */
.clients img {
    filter: grayscale(1);
    transition: .3s all;
}
.clients img:hover {
    filter: grayscale(0);
    transition: .3s all;
}
/* May 25, 2023 */
/* Clients section */

.clients-section .clients {
    width: 100%;
    display: inline-block;
    text-align:center;
}
.clients-section .clients .client-item {
    max-width: 10%;
    display: inline-block;
    margin: 15px 5px;
    height: 100px;
    overflow: hidden;
    padding: 10px;
}
.work-process{
    background-color: #F5F5F5;
}
.work-process .item-wrap{
    padding: 15px;
    background: #f1f1f1;
    margin: 15px 0;
}
.work-process .info-item {
    background: #fff;
    display: inline-block;
    min-height: 250px;
    width: 100%;
}
.work-process .info-item__img {
    display: inline-block;
    width: 100%;
    border-left: 8px solid #003d90;
    padding: 10px 0px 0px 10px;
}   
.work-process .info-item__details {
    display: inline-block;
    width: 100%;
    padding: 15px;
}
.work-process .info-item__details strong > span {
    font-size: 32px;
    font-weight: 900;
}
.work-process .heading__layout{
    left: 185px;
}
.work-process .heading__pre-title{
    left: 170px;
    bottom: -5px;
}
.work-process h3.heading__title{
    margin-top: 20px;
}
/* footer */
.page-footer__logo {
    background: #fff;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 15px;
}
.page-footer {
    background: #0a295c !important;
}
.footer-bottom{
    background-color: #000;
    padding: 20px 10px 10px 10px;
}
.page-footer p{
    text-align: left;
}
.page-footer ul{
    padding: 0;
}
.page-footer ul li {
    list-style: none;
    margin: 10px 0;
}
.page-footer ul li a{
    color: #fff;
    text-decoration: none;
}

.subscribe-section {
    float: left;
    margin-right: 10px;
}
.subscribe-form {
    display: inline-block;
    width: 100%;
    position: absolute;
}
.es_textbox {
    float: left;
    width: 100%;
    position: absolute;
    padding: 0;
}
  #es_txt_email {
    border-radius: 35px;
    border: 1px solid #000;
}
.es_button {
    float: right;
    padding: 0;
    position: relative;
}
#es_txt_button {
    min-height: 50px;
    border-radius: 35px;
    background: #000;
    color: #fff;
    border: none;
    width: 164px;
}
.subscribe-section strong span {
    color: #1cacbf;
    letter-spacing: 1.5px;
}
ul.quick-nav li i{
    color: #1cacbf;
    font-weight: 900;
    margin-right: 15px;
}
ul.quick-nav li:hover{
    margin-right: 18px;
}
.get-in-touch div {
    margin-bottom: 15px;
}.get-in-touch div span{
    margin-left: 30px;
}
.get-in-touch i {
    margin-right: 10px;
    font-size: 20px;
}
.latest-news ul li {
    display: inline-block;
    border-bottom: 1px solid #203d6b;
    padding-bottom: 10px;
}
.latest-news ul li a {
    font-weight: 600
;
}
.latest-news ul li span{
    display: block;
}
.latest-news ul li img {
    max-width: 84px;
    margin-right: 10px;
    float: left;
    vertical-align: top;
}
.page-footer__privacy a {
    font-size: 14px;
}
/* Team */
.team-header-tab {
    display: flex;
    width: 100%;
    margin-bottom: 50px;
    padding: 0 170px;
}
.header-tab.active {
    background: #3169b1;
    color: #fff;
    border-color: #3169b1;
}
.header-tab {
    border: 1px solid #003d90;
    border-radius: 34px;
    padding: 10px 20px !important;
    margin-right: 5px;
    color: #003d90;
    text-decoration: none;
}
.team-member {
    box-shadow: 10px 10px 30px 0 rgba(0,0,0,0.1);
    display: inline-block;
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
}
.team-member .team-thumbnail img {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    object-fit: cover;
    line-height: 1.42857143;
    background-color: #fff;
    border: 4px solid #003d90;
}
.team-member .team-info {
    transform: translate(-10%, 15%);
    padding: 10px;
}
.team-member .team-info a{
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    font-size: 14px;
    color: #003d90;
}
#myModal {
    padding: 0;
}
#myModal .modal-body {
    padding: 0;
}
#myModal .modal-content .close {
    color: #000;
    border-bottom-right-radius: 50%;
    opacity: 1;
    margin-top: 0px;
    margin-right: -41px;
    padding: 10px 10px 10px 9px;
    width: 40px;
    position: absolute;
    right: 100%;
    cursor: pointer;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    z-index: 9999999;
}
.modal {
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}
#myModal .profile-detail {
    padding: 40px;
}
#myModal  .profile-image {
    margin: 0 -15px;
}
#myModal .modal-dialog{
    margin: 0;
    width: 100%;
}
.modal-open .modal{
    overflow-y: hidden !important;
    height: 500px;
}
#myModal h1{
    font-size: 29px;
    margin: 10px 0px 15px 0px;
}
.our-team h1.hero-block__title{
    border: 3px solid #fff;
    padding: 65px;
}
/* About us */
.about-us .right-box {
    color: #fff;
}
.about-us .right-box .sub-title{
    font-weight: 600;
}
.about-us .right-box h1{
    margin: 0 0 30px;
}
.overview {
    background-color:#f9f9f9;
}
.overview h2.title{
    color: #0a295c;
    margin-bottom: 30px;
}
#contact-form .form__field {
    margin-top: 20px;
    margin-bottom: 0;
}
.error {
    color: red;
    font-size: 14px;
    font-weight: 300;
}
#response-message {
    height: 10px;
    position: absolute;
    top: 55px;
    left: 20px;
}
button:focus {
    outline: 0 !important;
}
#receipt-no,#tracking-id {
    margin-bottom: 10px;
}
.promo-form__title {
    margin-bottom: 15px;
}

.tracking-page .promo-form{
    border: 1px solid #e2e2e2;
}
.default-page {
    margin: 50px 0;
    text-align: justify;
}
.default-page h2{
    margin-bottom: 20px;
    font-size: 25px;
}
.mouse-scroll {
    position: relative;
    bottom: 35px;
    left: 48%;
    z-index: 3;
    /* margin-left: 50%; */
    -webkit-animation: fadein 1s ease-in alternate infinite;
    -moz-animation: fadein 1s ease-in alternate infinite;
    animation: fadein 1s ease-in alternate infinite;
    display: inline-block;
}
.mouse-scroll span.scroll-down {
    color: #FFF;
    display: block;
    font-size: 42px;
    width: 40px;
    height: 40px;
    border: 2px solid #FFF;
    position: relative;
    text-align: center;
    /* -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; */
}
.mouse-scroll span.scroll-down .fa {
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
}
#part-first .mouse-scroll span.scroll-text {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    float: left;
    color: #FFF;
    margin-top: 10px;
}
/* .mouse-scroll span.scroll-down::before {
    content: ' \f063';
    display: block;
    position: absolute;
    top: 15px;
    width: 2px;
    height: 4px;
    background: #FFF;
    left: 50%;
    margin-left: -1px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
} */

.tracking-page h2.title{
    font-size: 30px;
    margin: 30px 0px;
    text-align: center;
}
.client-left{
    text-align: right !important;
}
.client-right {
    text-align: left !important;
}
.client-section .heading {
    margin-bottom: 20px;
}