/*=============================================================
        MUBEEN DEWANI - FRONTEND DEVELOPER
        mubeendewani1@gmail.com
=============================================================*/

.Relish_bold,
.Relish_medium {
    font-family: RelishPro;
}
body,
ul {
    margin: 0;
}
body,
body > .overlay,
html {
    height: 100%;
}
.bw-100,
.bw-130,
img {
    max-width: 100%;
}
@font-face {
    font-family: RelishPro;
    src: url(../../../assets/css/fonts/RelishPro-Regular4.woff) format("woff2"), url(../../../assets/css/fonts/RelishPro-Regular4.woff) format("woff");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: RelishPro;
    src: url(../../../assets/css/fonts/RelishPro-Regular7.woff) format("woff2"), url(../../../assets/css/fonts/RelishPro-Regular7.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: RelishPro;
    src: url(../../../assets/css/fonts/RelishPro-Regular2.woff) format("woff2"), url(../../../assets/css/fonts/RelishPro-Regular2.woff) format("woff");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: RelishPro;
    src: url(../../../assets/css/fonts/RelishPro-Regular6.woff) format("woff2"), url(../../../assets/css/fonts/RelishPro-Regular6.woff) format("woff");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: Ubuntu;
    src: url(../../../assets/css/fonts/Ubuntu-Light.woff) format("woff2"), url(../../../assets/css/fonts/Ubuntu-Light.woff) format("woff"), url(../../../assets/css/fonts/Ubuntu-Light.ttf) format("truetype");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: Ubuntu;
    src: url(../../../assets/css/fonts/Ubuntu-Regular.woff) format("woff2"), url(../../../assets/css/fonts/Ubuntu-Regular.woff) format("woff"), url(../../../assets/css/fonts/Ubuntu-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: Ubuntu;
    src: url(../../../assets/css/fonts/Ubuntu-Medium.woff) format("woff2"), url(../../../assets/css/fonts/Ubuntu-Medium.woff) format("woff"), url(../../../assets/css/fonts/Ubuntu-Medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: Ubuntu;
    src: url(../../../assets/css/fonts/Ubuntu-Bold.woff) format("woff2"), url(../../../assets/css/fonts/Ubuntu-Bold.woff) format("woff"), url(../../../assets/css/fonts/Ubuntu-Bold.ttf) format("truetype");
    font-weight: 600;
    font-style: normal;
}
.Relish_medium {
    font-weight: 500;
}
.Relish_bold {
    font-weight: 600;
}
.ubuntu_bold,
.ubuntu_medium,
.ubuntu_regular,
body {
    font-family: Ubuntu;
}
.ubuntu_bold {
    font-weight: 700;
}
.ubuntu_medium {
    font-weight: 500;
}
.ubuntu_regular {
    font-weight: 400;
}
html :focus {
    outline: 0;
}
body.oh {
    overflow: hidden;
}
body {
    padding: 0;
    border: 0;
    background: #fff;
    color: #101011;
    position: relative;
    width: 100%;
    overflow-x: hidden;
}
.blink_me {
    animation: blinker 1s linear infinite;
    color:red;
    text-decoration:underline;
    -webkit-animation-name:blinker;
   -webkit-animation-duration:1s;
   -webkit-animation-iteration-count:infinite;
   -webkit-animation-timing-function:ease-in-out;
   -webkit-animation-direction:alternate;
  }
  
  @keyframes blinker {  
    from {
        color:rgb(255, 255, 255);
     }
     
     to {
        color:red;
     }
  }
body > #notifications {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
body > #notifications .alert > button {
    font-size: 14px;
    line-height: 20px;
    opacity: 1;
}
body > #notifications .alert > p {
    padding: 0 10px;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
}
body > .overlay {
    position: fixed;
    z-index: 7;
    background: #000;
    top: 0;
    left: 0;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.btn,
.mainHeading {
    position: relative;
}
body.oh > .overlay {
    visibility: visible;
    opacity: 0.5;
}
body > .overlay.trackloader {
    background: #00aeef;
    visibility: visible;
    opacity: 1;
    z-index: 999;
}
body > .overlay.trackloader > div {
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}
body > .overlay.trackloader > div > img {
    width: 80px;
}
a,
a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
    color: #1947ba;
}
.btn,
.btn:active,
.btn:focus,
.btn:visited,
.form-control:focus {
    box-shadow: none;
}
.btn {
    z-index: 5;
    padding: 18px 20px;
    background: #fff;
    font-size: 15px;
    line-height: 16px;
    letter-spacing: 3px;
    font-weight: 400;
    color: #1947ba;
    border: 2px solid #1947ba;
    height: 54px;
    border-radius: 50px;
    min-width: 200px;
    display: inline-block;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    text-transform: uppercase;
    text-align: center;
}
.btn:hover {
    background: #00aeef;
    color: #fff;
    border-color: #00aeef;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
.btn-green {
    background: #a9ba19;
    color: #fff;
    border-color: #a9ba19;
}
.bw-100 {
    min-width: 100px;
}
.bw-130 {
    min-width: 130px;
}
.bg-lblue {
    background: #00adef;
}
.bg-blue {
    background: #1946ba;
}
.bg-base {
    background: #fcfaf5;
}
.bg-skyblue {
    background: #e9f7f9;
}
.bg-grey {
    background: #fcfcfc;
}
.bg-dgrey {
    background: #f5f5f5;
}
.text-lblue {
    color: #00adef;
}
.text-blue {
    color: #1946ba;
}
.bulletcheck{
    list-style: disc;
    padding-left:25px;
}

.pb-100,
.py-100 {
    padding-bottom: 100px !important;
}
.pt-100,
.py-100 {
    padding-top: 100px !important;
}
.pb-80,
.py-80 {
    padding-bottom: 80px !important;
}
.pt-80,
.py-80 {
    padding-top: 80px !important;
}
ul {
    padding: 0;
    list-style: none;
}
::-moz-placeholder,
::-ms-input-placeholder,
::-webkit-input-placeholder {
    color: #101011;
    font-size: 12px;
}
input[type="email"],
input[type="number"],
input[type="password"],
input[type="phone"],
input[type="tel"],
input[type="text"] {
    width: 100%;
    background: #edeff0;
    border: 1px solid #e1e4e5;
    border-radius: 50px;
    color: #101011;
    font-size: 12px;
    line-height: 40px;
    height: 40px;
    padding: 15px;
    font-weight: 400;
}
input[type="checkbox"],
input[type="radio"] {
    margin-right: 5px;
    vertical-align: middle;
    margin-top: 0;
    border-radius: 0;
}
.checkbox input[type="checkbox"] {
    float: none;
}
select,
textarea {
    width: 100%;
    border: 1px solid #ccc;
    background: 0 0;
    color: #000;
    font-size: 14px;
    padding: 9px 10px;
    border-radius: 5px;
    resize: none;
}
option,
textarea {
    background-color: #fff;
}
.headingone,
h1 {
    font-size: 55px;
    line-height: 55px;
    font-weight: 600;
    margin: 0 0 30px;
    color: #101011;
    font-family: RelishPro;
}
.headingfour,
.headingthree,
.headingtwo,
h2,
h3,
h4 {
    font-weight: 600;
    margin: 0 0 15px;
    font-family: RelishPro;
}
.headingtwo,
h2 {
    font-size: 50px;
    line-height: 50px;
}
.headingthree,
h3 {
    font-size: 36px;
    line-height: 40px;
    color: #101011;
}
.headingfour,
h4 {
    font-size: 24px;
    line-height: 24px;
}
.headingfive,
h5 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    margin: 0 0 10px;
    color: #101011;
    font-family: RelishPro;
}
.headingsix,
h6 {
    font-size: 16px;
    line-height: 16px;
    margin: 0 0 10px;
    font-weight: 400;
}
p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 0;
    color: #101011;
}
p.tagline {
    font-size: 18px;
    line-height: 28px;
}
.mainHeading {
    line-height: 45px;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
.mainHeading .lineHeading {
    margin-bottom: 0;
}
.mainHeading span.dash {
    position: absolute;
    content: "";
    width: 85px;
    height: 6px;
    background: #00aeef;
    left: 0;
    right: 0;
    bottom: 0;
}
.mainHeading span.dash.green {
    background: #4caf50;
}
.mainHeading span.dash.center {
    margin: 0 auto;
    text-align: center;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
    header.blueExHeader nav.navbar-light .formWrapper > form.trackingForm > input {
        width: auto;
    }
}
@media only screen and (max-width: 991px) {
    h1 {
        font-size: 40px;
        line-height: 45px;
        margin: 0 0 25px;
    }
    .headingthree,
    h3 {
        font-size: 26px;
        line-height: 30px;
    }
    h4 {
        font-size: 20px;
        line-height: 20px;
    }
    h2 {
        font-size: 30px;
        line-height: 35px;
    }
}
@media only screen and (max-width: 480px) {
    h1 {
        font-size: 35px;
        line-height: 35px;
        margin: 0 0 25px;
    }
    h2 {
        font-size: 22px;
        line-height: 28px;
    }
    .headingthree,
    h3 {
        font-size: 20px;
        line-height: 25px;
    }
    h4 {
        font-size: 18px;
        line-height: 18px;
    }
    p {
        font-size: 14px;
        line-height: 24px;
    }
}
@media (min-width: 768px) {
    .col-md-20 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
::-webkit-scrollbar {
    width: 6px;
    height: 20px;
}
::-webkit-scrollbar-track-piece {
    background-color: #ccc;
}
::-webkit-scrollbar-thumb:vertical {
    height: 30px;
    background-color: #00aeef;
    border-radius: 0;
}
::-webkit-scrollbar-thumb:vertical:hover {
    height: 30px;
    background-color: #a2a2a2;
}
::-moz-vertical-scrollbar {
    width: 6px;
    height: 15px;
}
::-moz-vertical-scrollbar-track-piece {
    background-color: #ccc;
}
::-moz-vertical-scrollbar-thumb:vertical {
    height: 30px;
    background-color: #951f0b;
}
@keyframes bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-50px);
    }
    60% {
        transform: translateY(-30px);
    }
}
.modalpop {
    border-radius: 0;
    background: #f8f3e8;
    visibility: hidden;
    overflow-y: auto;
    opacity: 0;
    display: block;
    position: fixed;
    top: 0 !important;
    left: 0 !important;
    width: 100%;
    height: 100%;
    z-index: 99;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translate(0, -40%);
    -moz-transform: translate(0, -40%);
    -ms-transform: translate(0, -40%);
    -o-transform: translate(0, -40%);
    transform: translate(0, -40%);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
}
.modalpop#homevideopopup {
    background: #101011;
}
.modalpop#homevideopopup .modalpopInner {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    height: 100%;
}
.modalpop#homevideopopup .closeBTN {
    box-shadow: none;
    background: 0 0;
    border-radius: 50%;
    right: 15px;
    top: 15px;
    border: 1px solid #fff;
    color: #fff;
    width: 40px;
    height: 40px;
}
.modalpop#homevideopopup .closeBTN > svg {
    width: 26px;
    height: 38px;
}
.modalpop#homevideopopup .closeBTN:hover > svg {
    fill: #26ace2;
}
.modalpop > .bgImg {
    opacity: 1;
    background-position: center bottom;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 10px;
}
.modalpop.open {
    border-radius: 0;
    visibility: visible;
    opacity: 1;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modalpop .modalpopInner {
    width: 100%;
    height: auto;
    min-height: 100%;
}
.modalpop .content {
    opacity: 0;
    min-width: 240px;
    width: 100%;
    min-height: 100%;
    margin-top: 40px;
    padding: 0 25px;
    position: relative;
    overflow: hidden;
    overflow-y: auto;
    height: 550px;
    display: block;
}
.modalpop.open .content {
    margin: 0 auto;
    -webkit-transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
}
.modalpop .content > .popupHeading {
    position: relative;
}
.modalApllyExpressCenter .closeBTN,
.modalpop .closeBTN {
    position: absolute;
    background: #000;
    z-index: 3;
    outline: 0;
    cursor: pointer;
}
.modalpop .closeBTN {
    right: 0;
    padding: 0;
    top: 5px;
    border: none;
    box-shadow: -5px -5px 1px 0 #1846b9;
    color: #000;
    width: 35px;
    height: 35px;
    transition: all 0.5s ease-out;
}
.modalpop .closeBTN:hover {
    box-shadow: none;
    transition: all 0.5s ease-in;
}
.modalpop .closeBTN svg {
    width: 35px;
    height: 35px;
    fill: #fff;
}
.modalApllyExpressCenter .modal-dialog {
    max-width: 900px;
}
.modalApllyExpressCenter .modal-content {
    border: none;
    border-radius: 0;
}
.modalApllyExpressCenter .popup-content {
    padding: 50px 30px 50px 0;
}
.modalApllyExpressCenter .popup-content > .brand-logo {
    width: 130px;
    margin: 0 auto;
}
.modalApllyExpressCenter .popup-content > h4 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    margin-top: 20px;
}
.modalApllyExpressCenter .popup-content > p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 35px;
}
.RequestForm .modal-body.formWrapper .form-group,
.formWrapper .form-group {
    margin-bottom: 20px;
}
.modalApllyExpressCenter .popup-content > label.dontShowPopup {
    font-size: 12px;
    line-height: 20px;
}
.modalApllyExpressCenter ul.socialIcon > li > a > i {
    color: #cccc;
}
.modalApllyExpressCenter .closeBTN {
    right: 35px;
    padding: 0;
    top: 20px;
    border: none;
    box-shadow: -5px -5px 1px 0 #1846b9;
    color: #000;
    width: 30px;
    height: 30px;
    transition: all 0.5s ease-out;
}
.modalApllyExpressCenter .closeBTN:hover {
    box-shadow: none;
    transition: all 0.5s ease-in;
}
.modalApllyExpressCenter .closeBTN svg {
    width: 30px;
    height: 30px;
    fill: #fff;
}
.modal {
    z-index: 9999;
    background: rgba(43, 43, 43, 0.9);
}
.modal-dialog.Thankyoupop {
    max-width: 600px;
}
.Thankyoupop .modal-content {
    background: #fff;
}
.IconBoxWrapper .IconBox-Left {
    position: relative;
    min-height: 33px;
    overflow: hidden;
}
.IconBoxWrapper .IconBox-Left > img {
    position: absolute;
    left: 0;
    width: 15px;
    height: 19px;
}
.IconBoxWrapper .IconBox-Left > span {
    padding-left: 30px;
    display: block;
    font-size: 16px;
    line-height: 20px;
    vertical-align: top;
}
.formWrapper .form-group > label {
    font-weight: 500;
    color: #101011;
}
.formWrapper .form-group > .checkbox-wrapper {
    border-bottom: 2px solid #101011;
    height: 45px;
    line-height: 40px;
}
.formWrapper .form-group > input,
.formWrapper .form-group > select {
    font-size: 14px;
    border: none;
    border-bottom: 2px solid #101011;
    background: 0 0;
    border-radius: 0;
    padding-left: 0;
}
.formWrapper .form-group > select.form-control:not([size]):not([multiple]) {
    height: calc(2.5rem + 5px) !important;
}
.formWrapper .form-group > textarea {
    font-size: 14px;
    background: 0 0;
    border: 2px solid #101011;
}
.formWrapper .form-group > .checkbox-wrapper.error,
.formWrapper .form-group > input.error,
.formWrapper .form-group > select.error {
    border-bottom: 2px solid red !important;
}
body.notification.bodyinnerWrap {
    padding-top: 112px;
}
body.bodyinnerWrap header.blueExHeader {
    background: #fff !important;
    border-bottom: 1px solid #f1f1f1;
}
body.notification header.blueExHeader {
    top: 36px;
}
header.blueExHeader {
    position: fixed;
    top: 0px;
    left: 0;
    z-index: 10;
    width: 100%;
}
header.blueExHeader.bg-white {
    box-shadow: 0 2px 2px -2px #d7d7d7;
}
header.blueExHeader.fixed{top: 0;}
body.notification header.blueExHeader.fixed,
header.blueExHeader.fixed {
    background: #fff !important;
    box-shadow: 0 2px 2px -2px #d7d7d7;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
header.blueExHeader.fixed nav.navbar {
    padding: 10px 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
header.blueExHeader.fixed nav > a.navbar-brand > svg {
    transform: scale(0.7);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
header.blueExHeader nav.navbar {
    padding: 15px 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
header.blueExHeader nav > a.navbar-brand {
    width:180px;
}
header.blueExHeader nav > a.navbar-brand > svg {
    width: 100%;
    fill: #0047ba;
    transform: scale();
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
header.blueExHeader nav > a.navbar-brand:hover > svg {
    transform: scale(0.8);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
header.blueExHeader nav.navbar-light ul.navbar-nav > li.nav-item a.nav-link {
    color: #1946ba;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 5px 10px;
}
header.blueExHeader nav.navbar-light ul.navbar-nav > li.nav-item a.nav-link.hbtn{
    width:100px;
    text-align:center;
    border-radius: 50px;
    border:2px solid #0047ba;
    transition: all .3s;
}
header.blueExHeader nav.navbar-light ul.navbar-nav > li.nav-item a.nav-link.hbtn:hover{
    background: #0047ba;
    color:#fff;
    transition: all .3s;
}
header.blueExHeader nav.navbar-light ul.navbar-nav > li.nav-item a.nav-link.hbtn.trackmenu{
    background: #00aeef;
    border-color: #00aeef;
    color: #fff;
}
header.blueExHeader nav.navbar-light ul.navbar-nav > li.nav-item:last-child a.nav-link{
    margin-left: 10px;
}
header.blueExHeader nav.navbar-light ul.navbar-nav > li.nav-item.active a.nav-link {
    color: #1946ba;
    font-weight: 600;
}
header.blueExHeader nav.navbar-light ul.navbar-nav > li.nav-item a.nav-link:hover {
    color: #1946ba;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
header.blueExHeader nav.navbar-light .formWrapper > .signInbtn {
    padding: 10px;
    text-transform: capitalize;
    letter-spacing: 0;
    font-weight: 500;
    height: 40px;
}
header.blueExHeader nav.navbar-light .formWrapper > form.trackingForm > input {
    width: 200px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
header.blueExHeader nav.navbar-light .formWrapper > form.trackingForm > button {
    background: #00aeef;
    border-color: #00aeef;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 0;
    padding: 10px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 40px;
}
header.blueExHeader nav.navbar-light .formWrapper > form.trackingForm > input.error {
    border: 1px solid red;
    transition: all 0.3s;
}
header.blueExHeader nav.navbar-light .formWrapper > form.trackingForm > input.error::placeholder {
    color: red;
    transition: all 0.3s;
}
header.blueExHeader nav.navbar-light .formWrapper > form.trackingForm > input::placeholder {
    color: #000;
}
.mobileTrack {
    position: absolute;
    background: #f3f3f3;
    padding: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    right: 0px;
    top: 76px;
    box-shadow: 0px 2px 5px #cccc;
    transition:all .3s;
}
header.blueExHeader.fixed .mobileTrack {top: 66px;transition:all .3s;}
.mobileTrack .formWrapper {
    margin-bottom: 0 !important;
}
.responsiveBtn {
    display: none;
}
.responsiveBtn > span {
    float: left;
    line-height: 26px;
    transition: all 0.3s;
}
.responsiveBtn > span.trackmenu > img {
    width: 20px;
    position: relative;
    z-index: -5;
    margin-top: 2px;
    transition: all 0.3s;
}
.responsiveBtn > span.trackmenu.collapsed {
    color: #101011;
    border-bottom: 1px solid #101011;
    line-height: 26px;
    transition: all 0.3s;
}
nav span.navbar-toggler {
    cursor: pointer;
    margin-top: 0;
    margin-left: 20px;
    background: 0 0;
    border: transparent;
    outline: 0;
    width: 30px;
    height: 30px;
    display: block;
    position: relative;
    padding: 0;
    z-index: 1;
}
nav span.navbar-toggler .line {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    background: #00aeef;
    height: 2px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    top: 0;
}
nav span.navbar-toggler.collapsed .line {
    background: #101011;
}
nav span.navbar-toggler.collapsed .line:first-child {
    top: 7px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}
nav span.navbar-toggler .line:first-child {
    top: 14px;
    left: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
nav span.navbar-toggler .line:nth-child(2) {
    visibility: hidden;
    display: none;
}
nav span.navbar-toggler.collapsed .line:nth-child(2) {
    top: 16px;
    visibility: visible;
    display: block;
}
nav span.navbar-toggler.collapsed .line:nth-child(3) {
    top: 24px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}
nav span.navbar-toggler .line:nth-child(3) {
    top: 14px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.HomeBanner {
    position: relative;
    padding: 200px 0 150px;
}
.HomeBanner > .bg.img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin-top: 0;
    background-size: 45% auto;
    background-position: 90% bottom;
    background-repeat: no-repeat;
}
.HomeBanner > div .BannerTextwrap > span {
    font-size: 22px;
    line-height: 30px;
    color: #101011;
    margin-bottom: 25px;
    display: block;
}
.HomeBanner > div .BannerTextwrap .BtnScrollerWrapper {
    position: relative;
    display: inline-block;
}
.HomeBanner > div .BannerTextwrap .BtnScrollerWrapper > a.scrolldown_md {
    position: absolute;
    text-align: center;
    left: 50%;
    top: 30px;
    margin-left: -25px;
    z-index: 5;
    font-weight: 500;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.HomeBanner > div .BannerTextwrap .BtnScrollerWrapper > a.scrolldown_md hr {
    width: 2px;
    height: 67px;
    background: #9f9f9f;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.HomeBanner > div .BannerTextwrap .BtnScrollerWrapper > a.scrolldown_md:hover hr {
    -moz-animation: bounce 3s infinite;
    -webkit-animation: bounce 3s infinite;
    animation: bounce 3s infinite;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background: #000;
}
.HomeBanner > div .BannerTextwrap > span > span.dash {
    width: 85px;
    display: block;
    height: 6px;
    background: #00aeef;
    margin-top: 10px;
}
.ManageEveryThingsInnerWrapper .IntegrateAPILogoWrapper .imgIcon.black > img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    opacity: 0.5;
}
.trustedByWrapper .clientLogos .logolist {
    border-bottom: 1px solid #dee2e6;
    font-size: 0;
    letter-spacing: 0;
    text-align: center;
    padding-top: 20px;
}
.trustedByWrapper .clientLogos .logolist li {
    display: inline-block;
    width: 16.66666667%;
    position: relative;
    padding-bottom: 11.25%;
    max-width: 385px;
}
.trustedByWrapper .clientLogos .logolist li img {
    width: 100%;
    max-width: 147px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -36px;
    margin-left: -73.5px;
}
.mediaGridWrapper .card {
    border: none;
    border-radius: 0;
}
.mediaGridWrapper .card > .cardParent .bgimg {
    background: #f5f5f5;
}
.mediaGridWrapper .card > .cardParent img.card-img-top {
    border-radius: 0;
}
.mediaGridWrapper .card > .cardParent img.card-img-top.greyScale {
    filter: grayscale(50%);
    opacity: 0.8;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.mediaGridWrapper .card > .cardParent:hover img.card-img-top.greyScale {
    filter: grayscale(00%);
    opacity: 1;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.mediaGridWrapper .card > .cardParent:hover img {
    box-shadow: 0 0 10px 2px #929191c7;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.mediaGridWrapper .card .cardParent .card-body {
    padding-bottom: 10px;
}
.mediaGridWrapper .card h5.card-title > a {
    color: #101011;
    display: block;
    text-transform: capitalize;
    height: 2.5em;
    overflow: hidden;
}
.mediaGridWrapper .card span.postedby {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
    display: block;
    color: #101011;
    height: 3em;
    overflow: hidden;
}
.mediaGridWrapper .card p.card-text {
    font-size: 14px;
    line-height: 20px;
    height: 5rem;
    overflow: hidden;
}
.mediaGridWrapper .card a.readmore {
    color: #101011;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 15px;
    text-decoration: underline;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.mediaGridWrapper .card a:hover.readmore,
.mediaGridWrapper .card h5.card-title > a:hover {
    color: #1946ba;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.mediaSinglepagewrapper .postTitleWrap {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}
.mediaSinglepagewrapper .postTitleWrap .mainheading > h1 {
    color: #000;
    margin-bottom: 15px;
}
.mediaSinglepagewrapper .postTitleWrap .mainheading > h1 > span {
    color: #000;
}
.mediaSinglepagewrapper .postMetaInfo {
    margin: 5px 0;
}
.mediaSinglepagewrapper .postMetaInfo .postShare .shareIcon {
    display: inline-block;
}
.mediaSinglepagewrapper .postMetaInfo .postShare .shareIcon a > i {
    font-size: 25px;
    line-height: 25px;
}
.mediaSinglepagewrapper .postMetaInfo .postShare .shareIcon a > i.fa-facebook-square {
    color: #345299;
}
.mediaSinglepagewrapper .postMetaInfo .postShare .shareIcon a > i.fa-twitter-square {
    color: #2478ba;
}
.mediaSinglepagewrapper .postMetaInfo .postShare .shareIcon a > i.fa-pinterest-square {
    color: #cb2421;
}
.mediaSinglepagewrapper .postMetaInfo .postShare .shareIcon a > i.fa-google-plus-square {
    color: #dd4e30;
}
.mediaSinglepagewrapper .postContentWrapper {
    position: relative;
}
.mediaSinglepagewrapper .postContentWrapper .postContent > ul {
    list-style: disc;
    padding-left: 50px;
    margin-bottom: 20px;
}
.mediaSinglepagewrapper .postContentWrapper .SocialShareFixed {
    position: absolute;
    top: 0;
    margin-top: 150px;
    transition: all 0.3s;
}
.mediaSinglepagewrapper .postContentWrapper.fixed .SocialShareFixed {
    position: fixed;
    top: 50%;
    margin-top: 0;
    transition: all 0.3s;
}
.mediaSinglepagewrapper .postContentWrapper .SocialShareFixed ul li a {
    color: #c6c6c6;
    font-size: 18px;
    line-height: 22px;
    display: block;
    text-align: center;
    margin-bottom: 15px;
}
.mediaSinglepagewrapper .postContentWrapper .SocialShareFixed ul li a.active {
    color: #101011;
}
.mediaSinglepagewrapper .postContentWrapper .SocialShareFixed ul li a:hover i.fa-facebook-f {
    color: #3b5998;
}
.mediaSinglepagewrapper .postContentWrapper .SocialShareFixed ul li a:hover i.fa-twitter {
    color: #1da1f2;
}
.mediaSinglepagewrapper .postContentWrapper .contentBoxed {
    border-top: 1px dotted #a8a8a8;
    border-bottom: 1px dotted #a8a8a8;
    margin-bottom: 1rem;
    padding: 20px 0;
}
.mediaSinglepagewrapper .postContentWrapper .contentBoxed > span.headingtwo {
    color: #000;
    font-size: 60px;
    line-height: 60px;
    font-weight: 500;
}
.InnerPageWrapper > .pageContent {
    padding: 76px 0;
}
.InnerPageWrapper > .pageContent .pageHeading > h3 {
    margin-bottom: 50px;
}
.privacypolicyContent .textContent ul.bulletcheck {
    margin-bottom: 20px;
    list-style: disc;
    padding-left: 30px;
}
.privacypolicyContent .textContent ul.bulletcheck > li {
    position: relative;
    font-size: 16px;
    line-height: 22px;
    z-index: 2;
}
.privacypolicyContent .textContent ul.bulletcheck > li > i {
    position: absolute;
    font-size: 12px;
    line-height: 16px;
    left: 0;
    top: 5px;
}
.contactwrapper .textContentwrap .textContent > span {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    display: block;
    margin-bottom: 15px;
}
.contactwrapper .textContentwrap .textContent > p {
    padding-left: 30px;
    margin-bottom: 20px;
    position: relative;
}
.contactwrapper .textContentwrap .textContent.contactInfo > p {
    margin-bottom: 15px;
}
.contactwrapper .textContentwrap .textContent.contactInfo > p > a {
    color: #101011;
}
.contactwrapper .textContentwrap .textContent.contactInfo > p > a:hover {
    color: #2478ba;
    text-decoration: underline;
}
.contactwrapper .textContentwrap .textContent > p > i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    line-height: 28px;
}
.contactwrapper #map-canvas {
    min-height: 550px;
    width: 100%;
}
.contactwrapper .labels {
    color: red;
    background: #fff;
    padding: 20px;
    font-weight: 700;
    text-align: center;
    width: 250px;
    height: 150px;
}
.contactwrapper .labels h3 {
    color: #00aeef;
}
.contactwrapper .labels p {
    color: #333;
    font-size: 14px;
}
.caseStudiesWrapper .caseStudyBox {
    position: relative;
    background: #f9f9f9;
}
.caseStudiesWrapper .caseStudyBox > a {
    display: block;
    margin-bottom: 20px;
}
.caseStudiesWrapper .caseStudyBox > a > .boxImg {
    position: relative;
    padding-bottom: 47%;
    max-width: 100%;
    width: 555px;
    overflow: hidden;
}
.caseStudiesWrapper .caseStudyBox > a > .boxImg > img {
    width: 100%;
    max-width: 176px;
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    margin-top: -42.5px;
    margin-left: -88px;
    transition: ease-in 0.5s;
}
.caseStudiesWrapper .caseStudyBox > a > .boxImg > img.onHover {
    opacity: 0;
    visibility: hidden;
    max-width: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    margin-left: -100%;
    margin-top: 0;
    transition: ease-in 0.5s;
}
.caseStudiesWrapper .caseStudyBox > a:hover > .boxImg > img.hoverLogo {
    opacity: 1;
    max-width: 160px;
    margin-left: 90px;
    margin-top: 30px;
    transition: all 0.6s;
}
.caseStudiesWrapper .caseStudyBox > a:hover > .boxImg.left > img.hoverLogo {
    margin-left: -260px;
}
.caseStudiesWrapper .caseStudyBox > a:hover > .boxImg > img.hoverhide,
.caseStudiesWrapper .caseStudyBox > a > .boxImg > img.hoverLogo {
    opacity: 0;
    transition: all 0.3s;
}
.caseStudiesWrapper .caseStudyBox > a:hover > .boxImg > img.onHover {
    opacity: 1;
    visibility: visible;
    max-width: 100%;
    margin-left: 0;
    margin-top: 0;
    transition: all 0.8s;
}
.caseStudyWrapper .img img {
    width: 100%;
    height: auto;
}
.caseStudyWrapper .casestudyBannerwrapper {
    position: relative;
    min-height: calc(600px - 76px);
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
}
.caseStudyWrapper .casestudyBannerwrapper > .cases-banner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.caseStudyWrapper .casestudyBannerwrapper > .cases-bannertext {
    position: relative;
}
.caseStudyWrapper .projectService {
    background: #fcfaf5;
    padding: 45px 0;
}
.caseStudyWrapper .projectService .projectServicelist .projectListInner > ul {
    padding-left: 40px;
}
.caseStudyWrapper .projectService .projectServicelist .projectListInner > ul > li {
    list-style: disc;
    margin-bottom: 20px;
}
.caseStudyWrapper .casestudyContentImg .img {
    margin-top: 50px;
}
.caseStudyWrapper .casestudybgcontainer {
    padding: 0;
    position: relative;
    overflow: hidden;
}
.caseStudyWrapper .casestudybgcontainer.blackoverlay {
    line-height: 0;
    background: #fff;
}
.caseStudyWrapper .casestudybgcontainer.blackoverlay .casestudybgimg {
    opacity: 0.3;
}
.caseStudyWrapper .casestudybgcontainer.blackoverlay:hover .casestudybgimg {
    opacity: 0.5;
}
.caseStudyWrapper .casestudybgcontainer .casestudybgimg {
    line-height: 0;
    width: 100%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.caseStudyWrapper .casestudybgcontainer .casestudybgimg img {
    width: 100%;
    height: auto;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.caseStudyWrapper .casestudybgcontainer .casestudybgtext {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    margin-top: -75px;
    z-index: 2;
}
.caseStudyWrapper .casestudybgcontainer .casestudybgtext.top {
    top: 0;
    margin-top: 50px;
}
.casestudybgcontainer .casestudybgtext .playiconspan {
    width: 95px;
    height: 95px;
    display: block;
    margin: 0 auto 10px;
    fill: #fff;
    cursor: pointer;
}
.casestudybgcontainer .casestudybgtext .playiconspan svg {
    width: 100%;
    height: auto;
}
.casestudybgcontainer .casestudybgtext .playiconspan:hover {
    fill: #137ec2;
}
.casestudybgcontainer .videoiframewrap {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 90px;
    height: 90px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    overflow: hidden;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    margin: -71px 0 0 -45px;
}
.casestudybgcontainer .videoiframewrap iframe {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.casestudybgcontainer .videoiframewrap video {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.casestudybgcontainer .videoiframewrap.opend {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 5;
    opacity: 1;
    visibility: visible;
    margin: 0;
}
.caseStudyWrapper .casestudyContentImg .campaingwrap .iframewrap {
    margin-top: 50px;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 84.27%;
    background: #000;
}
.caseStudyWrapper .casestudyContentImg .campaingwrap .iframewrap > iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.caseStudyWrapper .casestudyContentImg .campaingwrap.h50 .iframewrap {
    padding-bottom: 50%;
    border: 1px solid #000;
}
.caseStudyWrapper .casestudyContentImg .campaingwrap.h50 .iframewrap:hover {
    background: #000;
    opacity: 0.8;
    border-color: red;
}
.threedsliderwrapper {
    position: relative;
    margin-top: 40px;
}
.threedsliderwrapper .threedslider {
    margin-top: 0;
    position: relative;
}
.threedsliderwrapper .threedslider div.caroufredsel_wrapper {
    margin: 0 !important;
    position: relative;
    width: 100% !important;
    height: 0 !important;
    padding-bottom: 40%;
}
.threedsliderwrapper ul {
    height: 100% !important;
    margin-left: 0 !important;
    top: 5px !important;
    position: relative;
}
.threedsliderwrapper ul li {
    background: #000;
    line-height: 0;
    display: block;
    float: left;
    border: none;
    position: relative;
    overflow: hidden;
}
.threedsliderwrapper ul li div {
    position: relative;
    width: 100%;
    background: #000;
}
.casestudyContentImg .threedsliderwrapper ul li div.img {
    margin-top: 0;
}
.threedsliderwrapper ul li.left div img {
    opacity: 0.7;
}
.threedsliderwrapper ul li.center div img {
    opacity: 1;
}
.threedsliderwrapper ul li.right div img {
    opacity: 0.7;
}
.threedsliderwrapper ul li.outLeft div img,
.threedsliderwrapper ul li.outRight div img {
    opacity: 0.5;
}
.threedsliderwrapper ul li.outerLeft div img,
.threedsliderwrapper ul li.outerRight div img,
.threedsliderwrapper ul li.outererRight div img {
    opacity: 0.3;
}
.casetaketoursliderwrapper .casestudylink,
.linearsliderwrapper .casestudylink,
.threedsliderwrapper .casestudylink {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 5;
}
.casetaketoursliderwrapper .casestudylink.arrowicon svg,
.linearsliderwrapper .casestudylink.arrowicon svg,
.threedsliderwrapper .casestudylink.arrowicon svg {
    width: 100%;
    height: auto;
    max-width: 35px;
}
.sliderpaginationwrap .sliderpagination {
    text-align: center;
    margin-top: 20px;
}
.sliderpaginationwrap .sliderpagination > a {
    margin: 0 4px;
    position: relative;
    display: inline-block;
    border-radius: 50%;
    border: 2px solid #cbcbcb;
    font-size: 0;
}
.sliderpaginationwrap .sliderpagination > a:after {
    content: "";
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 2px solid transparent;
    border-radius: 50%;
}
.sliderpaginationwrap .sliderpagination > a.selected,
.sliderpaginationwrap .sliderpagination > a:hover {
    background: #00aeef;
    border: 2px solid #00aeef;
}
.linearsliderwrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.linearsliderwrapper .container-fluid {
    position: relative;
}
.linearsliderwrapper .marginleftonenhalf {
    margin-left: 12.5%;
}
.linearsliderwrapper .linearslider div.caroufredsel_wrapper {
    margin: 0 !important;
    width: 100% !important;
    height: 0 !important;
    padding: 0 10% 59%;
    overflow: visible !important;
}
.linearsliderwrapper .linearsliderlist {
    height: 100% !important;
    margin-left: -100% !important;
}
.linearsliderwrapper .linearsliderlist li {
    background: #000;
    line-height: 0;
    display: block;
    float: left;
    border: none;
    position: relative;
    margin: 0 30px;
}
.linearsliderwrapper .linearsliderlist li .img {
    margin-top: 0;
}
.casetaketoursliderwrapper {
    position: relative;
    perspective: 30em;
    overflow: hidden;
}
.casetaketoursliderwrapper .casetaketourslider {
    margin-top: 80px;
    padding: 0;
}
.casetaketoursliderwrapper .row {
    position: relative;
}
.casetaketoursliderwrapper .casetaketourslider div.caroufredsel_wrapper {
    margin: 0 !important;
    position: relative;
    width: 100% !important;
    height: 0 !important;
    overflow: visible !important;
    padding-bottom: 45%;
}
.casetaketoursliderwrapper ul {
    margin-top: -30px !important;
    height: auto !important;
}
.casetaketoursliderwrapper ul li {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    padding-bottom: 90px !important;
    -webkit-transform-style: preserve-3d;
    -webkit-transform-origin: 50% 100%;
    -moz-transform-style: preserve-3d;
    -moz-transform-origin: 50% 100%;
    transform-style: preserve-3d;
    transform-origin: 50% 100%;
    line-height: 0;
    display: block;
    float: left;
    border: none;
    position: relative;
    overflow: hidden;
}
.casetaketoursliderwrapper ul li div {
    position: relative;
    width: 100%;
}
.casetaketoursliderwrapper ul li div.img {
    margin-top: 0;
}
body.codPageBody {
    background: #fef2f5;
    padding: 0 20px;
}
body.codPageBody header.blueExHeader nav > a.navbar-brand > svg {
    fill: #fff;
}
body.codPageBody header nav.navbar-light ul.navbar-nav > li.nav-item a.nav-link,
body.codPageBody header nav.navbar-light ul.navbar-nav > li.nav-item.active a.nav-link {
    color: #fff;
}
body.codPageBody header nav.navbar-light .formWrapper > .signInbtn {
    background: 0 0;
    color: #fff;
    border-color: #fff;
}
body.codPageBody header nav.navbar-light .formWrapper > .signInbtn:hover {
    background: #00aeef;
    border-color: #00aeef;
}
body.codPageBody header.fixed nav > a.navbar-brand > svg {
    fill: #0047ba;
}
body.codPageBody header.fixed nav.navbar-light ul.navbar-nav > li.nav-item a.nav-link,
body.codPageBody header.fixed nav.navbar-light ul.navbar-nav > li.nav-item.active a.nav-link {
    color: #1946ba;
}
body.codPageBody header.fixed nav.navbar-light .formWrapper > .signInbtn {
    background: 0 0;
    color: #1946ba;
    border-color: #1946ba;
}
body.codPageBody header.fixed nav.navbar-light .formWrapper > .signInbtn:hover {
    background: #00aeef;
    border-color: #00aeef;
}
.CodPageWrapper .border-bottom {
    border-bottom: 2px solid #101011 !important;
}
.CodPageWrapper .casestudyBannerwrapper > .cases-bannertext .mainHeading > h1 {
    font-size: 85px;
    line-height: 90px;
}
.codPageHeadingWrapper .codPageHeading > h1 {
    font-size: 90px;
    line-height: 95px;
    font-weight: 500;
}
.codPageHeadingWrapper .codPageHeading > p {
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
}
.ContentBoxWrap {
    position: relative;
    z-index: 5;
}
.ContentBoxWrap > span.large-number {
    position: absolute;
    top: 0;
    right: 30px;
    z-index: -5;
    color: #fff;
    font-size: 300px;
    line-height: 250px;
    font-weight: 600;
    font-family: RelishPro;
}
.ContentBoxWrap .content-heading > h3.border-bottom {
    padding-bottom: 15px;
    font-weight: 500;
    border-bottom: 2px solid #101011 !important;
}
label.progress-text {
    font-size: 14px;
    line-height: 16px;
    color: #101011;
}
.swiper-slide .Leftsection.contentWrapper > p,
.swiper-slide .Leftsection.contentWrapper > ul > li {
    font-size: 16px;
    line-height: 25px;
    color: #191919;
}
.progress {
    border-radius: 0;
    height: 5px;
}
.progressbarWrapper.progressInline > h6 {
    padding-left: 160px;
    margin-bottom: 15px;
}
.progressbarWrapper.progressInline > .progressBarList {
    position: relative;
    padding-left: 160px;
    min-height: 25px;
}
.progressbarWrapper.progressInline > .progressBarList > label.progress-text {
    position: absolute;
    top: -6px;
    left: 0;
    width: 160px;
}
.swiper-container,
.swiper-wrapper {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: top;
    -webkit-justify-content: top;
    justify-content: top;
    -ms-flex-align: top;
    -webkit-align-items: top;
    align-items: top;
}
.swiper-slide .Leftsection.contentWrapper {
    position: relative;
    z-index: 1;
    margin-top: 100px;
}
.swiper-slide .Leftsection.contentWrapper > ul {
    padding-left: 20px;
    list-style: disc;
    margin-bottom: 20px;
}
.swiper-slide .rightsection {
    background-position: top right;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    width: 48%;
    height: 100%;
    background-size: cover;
}
.swiper-pagination {
    position: fixed;
    left: 40px;
    right: auto;
    width: 15px;
}
.swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 12px 0 !important;
    opacity: 1;
    background: 0 0;
    border: 2px solid rgba(45, 51, 58, 0.2);
}
.swiper-pagination .swiper-pagination-bullet-active {
    background: #2d333a;
}
.swiper-button-next,
.swiper-button-prev {
    position: fixed;
    padding: 0;
    left: 40px;
    top: 50%;
    bottom: auto;
    border: 0;
    margin-left: -5px;
    width: 20px;
    height: 20px;
    background-size: 100%;
}
.swiper-button-prev {
    margin-top: -120px;
    background-image: url(../../../assets/img/icon/arrow-up.png);
}
.swiper-button-next {
    margin-top: 100px;
    background-image: url(../../../assets/img/icon/arrow-down.png);
}
.trackingWrapper span.trackingNumber > a {
    font-size: 20px;
    line-height: 28px;
    color: #101011;
    display: inline-block;
    margin-bottom: 20px;
}
.trackingWrapper span.trackingNumber > a:last-child > span {
    display: none;
}
.trackingWrapper span.trackingNumber > a:hover {
    text-decoration: underline;
    color: #00aeef;
}
.trackingResult > ul > li {
    width: 20%;
    float: left;
    position: relative;
}
.trackingResult > ul > li.booked::before {
    content: none;
}
.trackingResult > ul > li::before {
    content: "";
    position: absolute;
    height: 4px;
    width: 100%;
    background: #cfcfcf;
    top: 50%;
    margin-top: -25px;
    left: -50%;
}
.trackingResult > ul > li.active::before,
.trackingResult > ul > li.active > .icon {
    background: #00aeef;
}
.trackingResult > ul > li > .icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 0 auto 10px;
    position: relative;
    background: #cfcfcf;
    z-index: 5;
}
.trackingResult > ul > li > .icon > img {
    padding: 12px;
}
.trackingInformation {
    padding: 30px 65px;
}
.trackingInformation span.sngltrackno {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
    font-weight: 500;
}
.trackingInformation .trackinfoInner > h5 {
    margin-bottom: 30px;
    font-weight: 600;
}
.trackingInformation .trackinfoInner p.blue {
    color: #00aeef;
    font-weight: 500;
}
.journeyBannerwrapper {
    position: relative;
}
.journeyBannerwrapper .journeyBannertext {
    position: absolute;
    top: 0;
    width: 100%;
    left: 50%;
    margin-left: -50%;
    margin-top: 30px;
}
.journeyTimeline .timeline#company {
    position: relative;
}
.journeyTimeline .timeline#company::before {
    background: #101011;
    border-radius: 50%;
    box-shadow: 1px 1px 12px -5px #000;
    content: "";
    height: 20px;
    left: 50%;
    bottom: 30px;
    margin-left: -8px;
    position: absolute;
    width: 20px;
    z-index: 100;
}
.journeyTimeline .timeline #companyrow {
    position: relative;
    display: block;
}
.journeyTimeline .timeline #company_map_fixed {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -o-sticky;
    position: -ms-sticky;
    position: sticky;
    top: 100px;
}
.journeyTimeline .timeline #company_map_fixed .imap {
    display: block;
    max-width: 450px;
    width: 100%;
    max-height: 400px;
    overflow: hidden;
}
#company_map_fixed .imap svg g#city_button path,
#company_map_fixed > .imap svg g#city_button circle {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}
#company_map_fixed .imap.map2018 svg g#city_button path,
#company_map_fixed > .imap.map2011 svg g#city_button .circle2011,
#company_map_fixed > .imap.map2012 svg g#city_button .circle2011,
#company_map_fixed > .imap.map2012 svg g#city_button .circle2012,
#company_map_fixed > .imap.map2013 svg g#city_button .circle2011,
#company_map_fixed > .imap.map2013 svg g#city_button .circle2012,
#company_map_fixed > .imap.map2013 svg g#city_button .circle2013,
#company_map_fixed > .imap.map2014 svg g#city_button .circle2011,
#company_map_fixed > .imap.map2014 svg g#city_button .circle2012,
#company_map_fixed > .imap.map2014 svg g#city_button .circle2013,
#company_map_fixed > .imap.map2014 svg g#city_button .circle2014,
#company_map_fixed > .imap.map2015 svg g#city_button .circle2011,
#company_map_fixed > .imap.map2015 svg g#city_button .circle2012,
#company_map_fixed > .imap.map2015 svg g#city_button .circle2013,
#company_map_fixed > .imap.map2015 svg g#city_button .circle2014,
#company_map_fixed > .imap.map2015 svg g#city_button .circle2015,
#company_map_fixed > .imap.map2016 svg g#city_button .circle2011,
#company_map_fixed > .imap.map2016 svg g#city_button .circle2012,
#company_map_fixed > .imap.map2016 svg g#city_button .circle2013,
#company_map_fixed > .imap.map2016 svg g#city_button .circle2014,
#company_map_fixed > .imap.map2016 svg g#city_button .circle2015,
#company_map_fixed > .imap.map2016 svg g#city_button .circle2016,
#company_map_fixed > .imap.map2017 svg g#city_button .circle2011,
#company_map_fixed > .imap.map2017 svg g#city_button .circle2012,
#company_map_fixed > .imap.map2017 svg g#city_button .circle2013,
#company_map_fixed > .imap.map2017 svg g#city_button .circle2014,
#company_map_fixed > .imap.map2017 svg g#city_button .circle2015,
#company_map_fixed > .imap.map2017 svg g#city_button .circle2016,
#company_map_fixed > .imap.map2017 svg g#city_button .circle2017,
#company_map_fixed > .imap.map2018 svg g#city_button circle {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s;
}
.journeyTimeline .timeline #company_map_fixed .statistics {
    padding: 20px 0;
}
.journeyTimeline .timeline ul.statistics li {
    color: #101011;
    display: block;
    float: left;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    text-align: left;
    transition: all 0.2s ease-in 0s;
    width: 100px;
}
.journeyTimeline .timeline ul.statistics li > span.blue {
    color: #00aeef;
    display: block;
    font-size: 28px;
    line-height: 38px;
    font-weight: 500;
}
.journeyTimeline .timeblock::before {
    background: #101011;
    bottom: 0;
    content: "";
    left: 0;
    margin-left: 0;
    position: absolute;
    top: 0;
    width: 4px;
}
.journeyTimeline .timeline .timeblock h4.timelineYear {
    position: absolute;
    left: -28px;
    background: #414143;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 20px;
    line-height: 30px;
    height: 60px;
    padding: 15px 8px;
    text-align: center;
    transition: all 0.2s ease-in 0s;
    width: 60px;
}
.journeyTimeline .timeline .timeblock .timelineboxtext {
    min-height: 500px;
    padding-left: 50px;
    margin-bottom: 50px;
    padding-top: 10px;
}
.journeyTimeline .timeline.companyHistory .timeblock .timelineboxtext{
    min-height: auto;
}
.journeyTimeline .timeline .timeblock .timelineboxtext > h3 > span.year {
    display: none;
}


/* CORPORATE PAGE */
.breadcrumb{padding:5px 0px;background: transparent;}
.breadcrumb li a{font-size:14px;line-height: 20px; color:#000;}
.breadcrumb li.active a{font-size:14px;color:#1947ba;font-weight: 600;}
.PageMenuWrapper .card-header a > h4{font-size:18px;color:#000;}
.PageMenuWrapper .list-group a.list-group-item{font-size: 14px;line-height:20px;color:#000;transition:all .3s;}
.PageMenuWrapper .list-group a.list-group-item.active, .PageMenuWrapper .list-group a.list-group-item:hover{font-weight:600;color:#1947ba;background:transparent;transition:all .3s;}

.member-list{border:1px solid #ccc;}
.member-list .member-content{padding:10px;min-height: 100px;}
.member-list .member-content h4{font-size:22px;line-height: 28px;}
.member-list .member-content span{font-size:14px;line-height: 20px;display:block;}


footer .footerwrapper .footerMain .contactInfoWrapper .infoBox h6 {
    font-size: 18px;
    line-height: 22px;
    color: #101011;
    font-weight: 500;
    margin-bottom: 20px;
}
footer .footerwrapper .footerMain .contactInfoWrapper .infoBox p {
    font-size: 14px;
    line-height: 22px;
    color: #101011;
}
footer .footerwrapper .footerMain .contactInfoWrapper .infoBox .imgIcon {
    width: 40px;
    margin: 0 auto;
}
footer .footerwrapper .footerMain .contactInfoWrapper .infoBox .imgIcon img {
    width: 100%;
}
footer .footerwrapper .footerbottom .copyrightText p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0;
    color: #101011;
}
footer .footerwrapper .footerbottom .footerMenu ul.infoMenu {
    font-size: 0;
    letter-spacing: 0;
}
footer .footerwrapper .footerbottom .footerMenu ul > li > a {
    color: #101011;
    font-size: 14px;
    line-height: 18px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
footer .footerwrapper .footerbottom .footerMenu ul > li > a:hover {
    color: #1946ba;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.SocialShareFixedWrapper {
    position: fixed;
    bottom: 50%;
    right: 0px;
    background: #ecf4fb;
    padding: 20px 10px;
    
} 
.SocialShareFixedWrapper > ul.SocialshareIcon{
    position:relative;
}
.SocialShareFixedWrapper > ul.SocialshareIcon > li > a {
    display: block;
    width: 40px;
    margin-bottom: 10px;
}
.SocialShareFixedWrapper > ul.SocialshareIcon > li > .twitter-widget-box{
    position: absolute;
    top: 0px;
    margin-top: -80px;
    right: 40px;
    width: 300px;
    display: none;
    opacity:0;
    border-radius: 5px;
    transition: all .3s;
    transform: scale(0);
    background:#ecf4fb;
    padding:10px;
}
.SocialShareFixedWrapper > ul.SocialshareIcon > li:hover > .twitter-widget-box{
    opacity: 1;
    display: block;
    transition: all .3s;
    transform: scale(1);
}
.SocialShareFixedWrapper > ul.SocialshareIcon > li > a:hover img{
    transform: scale(.8);
    transition: all .3s;
}
.SocialShareFixedWrapper > ul.SocialshareIcon > li > a > img {
    width: 100%;
    transform: scale(1);
    transition: all .3s;
}
@media only screen and (max-width: 1199px) {
    header.blueExHeader nav.navbar-light .formWrapper > form.trackingForm > input {
        width: auto;
    }
    .threedsliderwrapper .threedslider div.caroufredsel_wrapper {
        padding-bottom: 49%;
    }
    .threedsliderwrapper ul {
        margin-left: -105px !important;
    }
    header.blueExHeader nav.navbar-light .formWrapper > a.bw-130 {
        min-width: 100px;
    }
}
@media only screen and (max-width: 991px) {
    .mobileTrack{
        width: 100%;
        top:81px;
        padding:15px;
    }
    header.blueExHeader.fixed .mobileTrack{
        top:56px;
    }
    body.codPageBody header.blueExHeader {
        background: #fff;
    }
    body.codPageBody header.blueExHeader nav > a.navbar-brand > svg {
        fill: #0047ba;
    }
    body > #notifications .alert > p {
        font-size: 12px;
        line-height: 14px;
    }
    .responsiveBtn {
        display: block;
    }
    .HomeBanner > div .BannerTextwrap > h1 {
        font-size: 40px;
        line-height: 45px;
    }
    .HomeBanner {
        padding: 130px 0;
    }
    header.blueExHeader nav > a.navbar-brand {
        width: 85px;
        height: 35px;
    }
    header.blueExHeader.fixed nav > a.navbar-brand > svg {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
    }
    body.bodyinnerWrap {
        padding-top: 66px;
    }
    header.blueExHeader nav.navbar-light ul.navbar-nav {
        text-align: left;
        padding-top: 10px;
    }
    header.blueExHeader nav.navbar-light ul.navbar-nav > li {
        border-top: 1px solid #ccc;
    }
    header.blueExHeader nav.navbar-light .formWrapper > form.trackingForm {
        width: 100%;
        margin: 10px 0;
        position: relative;
        padding-right: 200px;
    }
    header.blueExHeader nav.navbar-light .formWrapper > a.bw-130 {
        width: 100%;
    }
    header.blueExHeader nav.navbar-light form.trackingForm > button.bw-100 {
        position: absolute;
        top: 0;
        right: 0;
        width: 200px;
    }
    header.blueExHeader nav.navbar-light .formWrapper > form.trackingForm > input {
        width: 100%;
    }
    header.blueExHeader nav.navbar-light ul.navbar-nav > li.nav-item a.nav-link.hbtn{
        width:100%;
        margin:0px;
    }
    header.blueExHeader.fixed nav.navbar-light .navbar-collapse#navb {
        padding: 0 10px;
    }
    .HomeBanner > div .BannerTextwrap > span {
        font-size: 20px;
        line-height: 24px;
    }
    .HomeBanner > .banneracrolldown {
        bottom: 50px;
    }
    .trustedByWrapper .clientLogos .logolist li {
        width: 25%;
        padding-bottom: 20%;
    }
    .trustedByWrapper .clientLogos .logolist li.daraz,
    .trustedByWrapper .clientLogos .logolist li.ego {
        border-right: 1px solid #dee2e6;
    }
    .trustedByWrapper .clientLogos .logolist li.cocacola,
    .trustedByWrapper .clientLogos .logolist li.jubilee,
    .trustedByWrapper .clientLogos .logolist li.kapray,
    .trustedByWrapper .clientLogos .logolist li.walls {
        border-right: none !important;
    }
    .caseStudyWrapper .casestudyBannerwrapper {
        min-height: calc(600px);
    }
    .threedsliderwrapper .threedslider div.caroufredsel_wrapper {
        padding-bottom: 60.5%;
    }
    .threedsliderwrapper ul {
        margin-left: -200px !important;
    }
    .mediaSinglepagewrapper {
        margin-top: 30px;
    }
    .caseStudiesWrapper .caseStudyBox > a > .boxImg > img {
        max-width: 120px;
        margin-left: -60px;
        margin-top: -30px;
    }
    .caseStudiesWrapper .caseStudyBox > a:hover > .boxImg > img.hoverLogo {
        width: 80px;
        margin-left: 75px;
    }
    .caseStudiesWrapper .caseStudyBox > a:hover > .boxImg.left > img.hoverLogo {
        margin-left: -150px;
    }
    .caseStudyWrapper .casestudybgcontainer .casestudybgtext {
        margin-top: -35px;
    }
    .caseStudyWrapper .projectService .projectServicelist .projectListInner > ul > li {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 15px;
    }
    .trackingResult > ul > li::before {
        margin-top: -31px;
    }
    .trackingResult > ul > li > p {
        font-size: 12px;
        line-height: 16px;
        height: 3em;
        overflow: hidden;
    }
    .journeyTimeline .timeline #company_map_fixed .imap {
        max-width: 260px;
        margin: 0 auto;
    }
    .journeyTimeline .timeline .timeblock .timelineboxtext {
        min-height: 300px;
    }
    .journeyTimeline .timeline ul.statistics li {
        width: 70px;
        font-size: 14px;
        line-height: 18px;
    }
    .journeyTimeline .timeline ul.statistics li > span.blue {
        font-size: 20px;
        line-height: 32px;
    }
    .modalApllyExpressCenter .popup-content {
        padding: 40px 30px;
    }
}
@media only screen and (max-width: 767px) {
    body.notification header.blueExHeader {
        top: 44px;
    }
    p.tagline {
        font-size: 16px;
        line-height: 24px;
    }
    .modalpop > .bgImg {
        opacity: 0;
        display: none;
    }
    .HomeBanner {
        padding: 100px 0 50px;
    }
    .HomeBanner > div .BannerTextwrap > span {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .HomeBanner > div .BannerTextwrap > h1 {
        font-size: 30px;
        line-height: 35px;
    }
    .HomeBanner > div .BannerTextwrap > h1 span.line.secline {
        display: none;
    }
    .HomeBanner > div .BannerTextwrap > h1 > span.d-block {
        display: inline !important;
    }
    .homeMannageOrders .secImg.text-right,
    .homeService .secImg.text-right,
    .homeService .textContent .servicebtn {
        text-align: center !important;
    }
    .homeMannageOrders .secImg.text-right {
        margin-bottom: 30px;
    }
    .trustedByWrapper .clientLogos .logolist li {
        width: 50%;
        padding-bottom: 25%;
    }
    footer .footerwrapper .footerbottom .footerbottomInner .copyrightText.float-left,
    footer .footerwrapper .footerbottom .footerbottomInner .footerMenu.float-right {
        float: none !important;
        text-align: center;
    }
    footer .footerwrapper .footerbottom .footerbottomInner .copyrightText {
        margin-bottom: 10px;
    }
    .trustedByWrapper .clientLogos .logolist li:nth-child(even) {
        border-right: none !important;
    }
    .threedsliderwrapper .threedslider div.caroufredsel_wrapper {
        padding-bottom: 70.5%;
    }
    .threedsliderwrapper ul {
        margin-left: 0 !important;
    }
    .caseStudiesWrapper .caseStudyBox > a > .boxImg > img {
        max-width: 150px;
        margin-left: -75px;
        margin-top: -45px;
    }
    .caseStudiesWrapper .caseStudyBox > a:hover > .boxImg > img.hoverLogo {
        width: 110px;
        margin-left: 100px;
        margin-top: 45px;
    }
    .caseStudiesWrapper .caseStudyBox > a:hover > .boxImg.left > img.hoverLogo {
        margin-left: -220px;
    }
    .casetaketoursliderwrapper .casetaketourslider {
        padding: 0 100px;
    }
    .casetaketoursliderwrapper .casetaketourslider div.caroufredsel_wrapper {
        padding-bottom: 150%;
    }
    .casetaketoursliderwrapper ul {
        margin-left: -100% !important;
    }
    .mediaSinglepagewrapper .postContentWrapper {
        padding-left: 30px;
    }
    .mediaSinglepagewrapper .postContentWrapper .SocialShareFixed {
        left: -5px;
    }
    .mediaSinglepagewrapper .postContentWrapper.fixed .SocialShareFixed {
        left: 10px;
    }
    .trackingInformation .trackinfoInner p {
        font-size: 14px;
        line-height: 18px;
    }
    .journeyBannerwrapper .journeyBannertext {
        margin-top: 10px;
    }
    .journeyTimeline .container {
        max-width: 100%;
    }
    .journeyTimeline .timeline .timeblock h4.timelineYear {
        left: -23px;
        width: 50px;
        height: 50px;
        line-height: 20px;
        font-size: 14px;
    }
    .journeyTimeline .timeline .timeblock .timelineboxtext {
        padding-left: 30px;
        padding-bottom: 30px;
    }
    .journeyTimeline .timeline .timeblock .timelineboxtext > h3 {
        font-size: 20px;
        line-height: 26px;
    }
    .journeyTimeline .timeline .timeblock .timelineboxtext > p {
        font-size: 14px;
        line-height: 20px;
    }
    .swiper-slide .rightsection {
        width: 100%;
        background-position: center;
    }
    .swiper-slide .rightsection > span.bg-shadow {
        width: 100%;
        height: 100%;
        display: block;
        background: #191919;
        opacity: 0.8;
    }
    .swiper-slide .Leftsection.contentWrapper {
        padding-left: 50px;
        margin-top: 50px;
    }
    .swiper-slide .Leftsection.contentWrapper .pageHeading > h3 {
        color: #ffff;
    }
    .swiper-slide .Leftsection.contentWrapper > p {
        display: none;
    }
    .swiper-slide .Leftsection.contentWrapper > p,
    .swiper-slide .Leftsection.contentWrapper > ul > li {
        color: #f1f1f1;
        font-size: 14px;
    }
    .swiper-pagination .swiper-pagination-bullet-active {
        background: #fff;
    }
    .swiper-pagination .swiper-pagination-bullet {
        border: 2px solid rgba(255, 255, 255, 0.2);
    }
    .swiper-button-next,
    .swiper-button-prev,
    .swiper-pagination {
        left: 25px;
    }
    .swiper-button-next {
        background-image: url(../../../assets/img/icon/white-arrow-down.png);
    }
    .swiper-button-prev {
        background-image: url(../../../assets/img/icon/white-arrow-up.png);
    }
    .trackingInformation {
        padding: 30px;
    }
    .trackingResult > ul > li > .icon {
        width: 50px;
        height: 50px;
    }
    .mediaGridWrapper .card h5.card-title > a,
    .mediaGridWrapper .card span.postedby {
        height: auto;
        overflow: visible;
    }
    .CodPageWrapper .casestudyBannerwrapper > .cases-bannertext .mainHeading > h1 {
        font-size: 70px;
        line-height: 80px;
    }
    .codPageHeadingWrapper .codPageHeading > h1 {
        font-size: 60px;
        line-height: 70px;
    }
    .codPageHeadingWrapper .codPageHeading > p {
        font-size: 20px;
        line-height: 30px;
    }
}
@media only screen and (max-width: 576px) {
    body > #notifications .alert > button {
        font-size: 10px;
        line-height: 14px;
    }
    body > #notifications .alert > p {
        font-size: 9px;
        line-height: 14px;
    }
    .HomeBanner > .banneracrolldown {
        display: none;
    }
    .mediaSinglepagewrapper .postTitleWrap .mainheading > h1,
    .mediaSinglepagewrapper .postTitleWrap .mainheading > h1 > span {
        font-size: 20px;
        line-height: 25px;
    }
    .mediaSinglepagewrapper .postTitleWrap .mainheading > h1 > span {
        display: unset !important;
    }
    footer .footerwrapper .footerMain .contactInfoWrapper .infoBox .imgIcon {
        width: 100px;
    }
    .linearsliderwrapper .linearslider div.caroufredsel_wrapper {
        padding: 0 10% 56%;
    }
    .HomeBanner > .bg.img {
        background-size: 60% auto;
    }
    .HomeBanner > div .BannerTextwrap > h1 {
        font-size: 28px;
        line-height: 32px;
    }
}
@media only screen and (max-width: 480px) {
    .pageHeading > h3 {
        font-size: 28px;
        line-height: 30px;
    }
    .swiper-slide .Leftsection.contentWrapper .pageHeading > h3 {
        font-size: 20px;
        line-height: 28px;
    }
    .caseStudiesWrapper .caseStudyBox > a > .boxImg > img {
        max-width: 120px;
        margin-left: -60px;
        margin-top: -30px;
    }
    .caseStudiesWrapper .caseStudyBox > a:hover > .boxImg > img.hoverLogo {
        width: 80px;
        margin-left: 80px;
        margin-top: 30px;
    }
    .caseStudiesWrapper .caseStudyBox > a:hover > .boxImg.left > img.hoverLogo {
        margin-left: -160px;
    }
    .casetaketoursliderwrapper .casetaketourslider {
        padding: 0 20px;
    }
    .trustedByWrapper .clientLogos .logolist li img {
        width: 120px;
        margin-left: -60px;
        margin-top: -30px;
    }
    .journeyTimeline .timeblock::before,
    .journeyTimeline .timeline #company_map_fixed,
    .journeyTimeline .timeline .timeblock h4.timelineYear {
        display: none;
    }
    .journeyTimeline .timeblock.col-6 {
        max-width: 100%;
    }
    .journeyTimeline .timeline .timeblock .timelineboxtext {
        padding: 0;
    }
    .journeyTimeline .timeline .timeblock .timelineboxtext > h3 > span.year {
        display: inline-block;
    }
    header.blueExHeader nav.navbar-light form.trackingForm > button.bw-100 {
        width: 100px;
    }
    header.blueExHeader nav.navbar-light .formWrapper > form.trackingForm {
        padding-right: 100px;
    }
    .journeyTimeline .timeline#company::before {
        display: none;
    }
    .trackingInformation {
        padding: 15px;
    }
    .trackingInformation .trackinfoInner {
        padding: 0 15px;
    }
    .trackingResult > ul > li > .icon > img {
        padding: 7px;
    }
    .trackingResult > ul > li > .icon {
        width: 40px;
        height: 40px;
    }
    .caseStudyWrapper .casestudyContentImg > .container p > span.d-block,
    .casetaketoursliderwrapper > .container-fluid p > span.d-block {
        display: inline !important;
    }
    .caseStudyWrapper .casestudybgcontainer .casestudybgtext {
        margin-top: -50px;
    }
    .caseStudyWrapper .casestudybgcontainer .casestudybgtext.top {
        margin-top: 15px;
    }
    .HomeBanner > .container .col-7 {
        flex: 0 0 54%;
        max-width: 54%;
    }
    .CodPageWrapper .casestudyBannerwrapper > .cases-bannertext .mainHeading > h1 {
        font-size: 60px;
        line-height: 70px;
    }
    .codPageHeadingWrapper .codPageHeading > h1 {
        font-size: 40px;
        line-height: 50px;
    }
    .codPageHeadingWrapper .codPageHeading > p {
        font-size: 16px;
        line-height: 24px;
    }
    .ContentBoxWrap > span.large-number {
        font-size: 200px;
        line-height: 200px;
    }
}
@media only screen and (max-width: 380px) {
    .HomeBanner > div .BannerTextwrap > h1 {
        font-size: 22px;
        line-height: 28px;
    }
    .HomeBanner > div .BannerTextwrap > span {
        font-size: 14px;
        line-height: 20px;
    }
}
div#getStartedpopup {
    z-index: 9999;
}
div.modalpop {
    z-index: 999999;
}