body {
    padding: 160px 0 0 0;
    margin: 0;
    background: #fff;
    font-family: "Tahoma" !important;
    font-size: 14px;
    font-weight: 400;
    overflow-x: hidden;
}
body.coming-soon-body {
    padding: 0;
    min-height: 100vh;
    background: radial-gradient(circle at top, #fefefe 0%, #f6f8fc 100%);
}
a {
    text-decoration: none;
    color: #303030;
    transition: all 0.5s;
}
a:hover,
a:focus {
    text-decoration: none;
    color: #008cd2;
    outline: none;
}
/*-- Nav --*/
/* #navbar{
    position:fixed;
    z-index:1000;
    width:100%;
    top:0;
    left:0;
    transition:all 1s ease;
} */
#mainNav {
    box-shadow: none;
    background-color: #fff;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    transition: all 1s;
}
.paddLhRh0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
#mainNav.navbar-shrink {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    transition: all 1s;
}
#mainNav.navbar-shrink .navbar-brand img {
    width: auto;
}
.fixed-top {
    transition: all 1s ease;
}
/*--Top Social links--*/
.socialTopBar {
    background: #061a3c;
    padding: 10px 5px 10px 5px;
    margin: 0;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
}
.socialTopBar a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    line-height: 10px;
}
.socialTopBar a span {
    margin-top: 12px;
    margin-right: 15px;
    font-weight: 300;
}
.socialTopBar a span.last {
    margin-right: 0;
}
.socialTopBar a:hover {
    color: #fe6255;
    text-decoration: none;
}
.socialTopBar svg {
    display: inline-block;
    text-align: center;
    height: 16px;
    width: 17px;
    margin: 5px 5px 0 5px;
    padding: 0 5px;
    transition: all 0.5s;
}
.socialTopBar .socialLink {
    display: block;
    text-align: left;
}
.socialTopBar .socialLink a svg {
    height: 17px;
    width: 15px;
    padding: 0 2px;
    transition: all 0.5s;
}
.socialTopBar a:hover svg {
    color: #fe6255 !important;
    text-decoration: none;
}
.socialTopBar .socialLink a:hover svg {
    color: #fe6255 !important;
    text-decoration: none;
}
.topMailPhone {
    text-align: right;
}
section {
    padding: 35px 0;
}
.borderBig {
    border: 10px solid #b8dff2;
}
.form-control {
    border: 1px solid #b9b8b8;
    border-radius: 5px;
    padding: 10px 15px;
    margin: 0 0 25px 0;
    font-size: 14px;
    text-transform: capitalize;
}
.form-control.textLg {
    font-size: 18px !important;
}
.formBtn {
    cursor: pointer;
    border: 1px solid #045fbb;
    color: #fff;
    padding: 5px 25px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 14px;

    background: rgba(0, 139, 208, 1);
    background: -moz-linear-gradient(
        top,
        rgba(0, 139, 208, 1) 0%,
        rgba(1, 104, 155, 1) 100%
    );
    background: -webkit-gradient(
        left top,
        left bottom,
        color-stop(0%, rgba(0, 139, 208, 1)),
        color-stop(100%, rgba(1, 104, 155, 1))
    );
    background: -webkit-linear-gradient(
        top,
        rgba(0, 139, 208, 1) 0%,
        rgba(1, 104, 155, 1) 100%
    );
    background: -o-linear-gradient(
        top,
        rgba(0, 139, 208, 1) 0%,
        rgba(1, 104, 155, 1) 100%
    );
    background: -ms-linear-gradient(
        top,
        rgba(0, 139, 208, 1) 0%,
        rgba(1, 104, 155, 1) 100%
    );
    background: linear-gradient(
        to bottom,
        rgba(0, 139, 208, 1) 0%,
        rgba(1, 104, 155, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008bd0', endColorstr='#01689b', GradientType=0 );
}
.formBtn:hover,
.formBtn:focus {
    color: #fff;
    background: rgba(1, 104, 155, 1);
    background: -moz-linear-gradient(
        top,
        rgba(1, 104, 155, 1) 0%,
        rgba(0, 139, 208, 1) 100%
    );
    background: -webkit-gradient(
        left top,
        left bottom,
        color-stop(0%, rgba(1, 104, 155, 1)),
        color-stop(100%, rgba(0, 139, 208, 1))
    );
    background: -webkit-linear-gradient(
        top,
        rgba(1, 104, 155, 1) 0%,
        rgba(0, 139, 208, 1) 100%
    );
    background: -o-linear-gradient(
        top,
        rgba(1, 104, 155, 1) 0%,
        rgba(0, 139, 208, 1) 100%
    );
    background: -ms-linear-gradient(
        top,
        rgba(1, 104, 155, 1) 0%,
        rgba(0, 139, 208, 1) 100%
    );
    background: linear-gradient(
        to bottom,
        rgba(1, 104, 155, 1) 0%,
        rgba(0, 139, 208, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01689b', endColorstr='#008bd0', GradientType=0 );
}

/*-- Back to Top --*/
.backtotop {
    position: fixed;
    bottom: 1.5em;
    right: 1.5em;
    text-decoration: none;
    font-size: 17px;
    padding: 0;
    display: none;
    z-index: 30;
}
.button-backtop {
    background: #061a3c;
    color: #fff !important;
    cursor: pointer;
    height: 54px;
    width: 54px;
    display: block;
    border-radius: 50%;
    position: relative;
    transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -webkit-transition: 1s ease-in-out;
    opacity: 1;
}
.button-backtop::before {
    content: "\f062";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
}
.button-backtop:hover {
    color: #fff;
}
/*-- Footer --*/
footer {
    background: url(../images/botshadow.png) repeat-x left top #fff;
    padding: 20px 0;
    color: #454545;
    font-size: 17px;
    font-weight: 400;
}
footer {
    text-align: right;
}
footer ul {
    padding: 0;
    margin: 25px 0 10px 0;
    display: inline-block;
}
footer ul li {
    list-style: none;
    padding: 0;
    margin: 2px 10px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 18px;
    font-family: "Tahoma";
    font-weight: normal;
}
footer ul li:last-child {
    margin-right: 0;
}
footer ul li a {
    text-decoration: none;
    color: #7f7f7f;
    display: block;
}
footer ul li a:hover,
footer ul li a:focus,
footer ul li a.active {
    text-decoration: none;
    color: #fe6255;
}
.copyrightTxt {
    text-align: right;
    padding-top: 10px;
    color: #454545;
}
.copyrightTxt a {
    color: #454545;
}
.copyrightTxt a:hover {
    color: #fe6255;
}
.site-footer {
    background: #fff;
    color: #243047;
    border-top: 1px solid #d8deeb;
}
.site-footer a {
    text-decoration: none;
}
.site-footer__cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 46%);
    align-items: stretch;
    min-height: 420px;
    border-bottom: 1px solid #d8deeb;
    background: #fff;
}
.site-footer {
    text-align: left;
    color: #061a3c;
    background: #fff;
}
.site-footer__cta-copy {
    padding: 70px 5vw 60px 6vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background: #fff;
}
.site-footer__cta-copy h2 {
    font-family: "Tahoma-Bold";
    font-size: 64px;
    line-height: 1.08;
    text-transform: uppercase;
    color: #061a3c;
    margin: 0 0 18px 0;
}
.site-footer__cta-copy h2 span {
    color: #061a3c;
    display: block;
}
.site-footer__cta-line,
.site-footer__section-line {
    display: block;
    width: 44px;
    height: 3px;
    background: #173f8a;
}
.site-footer__cta-line {
    margin-bottom: 22px;
}
.site-footer__cta-copy p {
    font-size: 24px;
    line-height: 1.5;
    color: #061a3c;
    max-width: 640px;
    margin: 0 0 32px 0;
}
.site-footer__cta-button {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    background: #0f3a86;
    color: #fff;
    border-radius: 8px;
    padding: 16px 28px;
    font-size: 16px;
    font-family: "Tahoma-Bold";
    letter-spacing: 1px;
    text-transform: uppercase;
    box-shadow: 0 14px 30px rgba(15, 58, 134, 0.18);
}
.site-footer__cta-button span {
    font-size: 30px;
    line-height: 1;
}
.site-footer__cta-button:hover {
    color: #fff;
    background: #173f8a;
}
.site-footer__cta-visual {
    position: relative;
    overflow: hidden;
    min-height: 100%;
    background: #fff;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.site-footer__cta-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.95) 0%,
        rgba(255, 255, 255, 0.58) 18%,
        rgba(255, 255, 255, 0.12) 44%,
        rgba(255, 255, 255, 0.05) 100%
    );
}
.site-footer__cta-visual img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: right bottom;
    display: block;
    filter: brightness(1.03) saturate(0.92);
}
.site-footer__body {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(220px, 0.62fr) minmax(
            280px,
            0.95fr
        );
    gap: 36px;
    padding: 46px 6vw 28px;
    color: #061a3c;
}
.site-footer__brand {
    position: relative;
}
.site-footer__logo {
    max-width: 230px;
    padding-bottom: 20px;
}
.site-footer__brand .site-footer__section-line {
    margin: 18px 0 18px;
}
.site-footer__brand-title,
.site-footer__brand-copy {
    color: #061a3c;
    font-size: 18px;
    line-height: 1.45;
    margin: 0;
}
.site-footer__brand-copy {
    max-width: 360px;
    margin-top: 2px;
}
.site-footer__map {
    position: relative;
    margin-top: 24px;
    max-width: 360px;
}
.site-footer__map img {
    width: 100%;
    display: block;
    opacity: 0.7;
}
.site-footer__map-tags span {
    position: absolute;
    font-family: "Tahoma-Bold";
    font-size: 13px;
    color: #163a85;
}
.site-footer__map-tags span::before {
    content: "";
    position: absolute;
    top: -16px;
    left: 2px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #163a85;
    box-shadow: 0 0 0 4px rgba(22, 58, 133, 0.12);
}
.site-footer__map-tags span:nth-child(1) {
    left: 16%;
    bottom: 2%;
}
.site-footer__map-tags span:nth-child(2) {
    left: 53%;
    bottom: 18%;
}
.site-footer__map-tags span:nth-child(3) {
    right: 2%;
    top: 28%;
}
.site-footer__column-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    flex-wrap: wrap;
    margin-bottom: 18px;
}
.site-footer__column-heading h4 {
    margin: 0;
    font-family: "Tahoma-Bold";
    font-size: 18px;
    text-transform: uppercase;
    color: #061a3c;
}
.site-footer__column ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
}
.site-footer__column li {
    display: block;
    margin: 0 0 18px 0;
}
.site-footer__column a {
    color: #061a3c;
    font-size: 17px;
    line-height: 1.35;
    position: relative;
    padding-left: 28px;
}
.site-footer__column a::before {
    content: "›";
    position: absolute;
    left: 0;
    top: 0;
    color: #061a3c;
    font-size: 24px;
    line-height: 1;
}
.site-footer__column a:hover,
.site-footer__contact-pill:hover,
.site-footer__bottom a:hover {
    color: #061a3c;
}
.site-footer__subrow {
    padding: 8px 6vw 34px;
    display: grid;
    grid-template-columns: minmax(0, 3fr) minmax(220px, 1fr);
    gap: 36px;
    align-items: start;
}
.site-footer__contact-card,
.site-footer__follow-card {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    flex-wrap: wrap;
}
.site-footer__contact-card h4,
.site-footer__follow-card h4 {
    margin: 0;
    font-family: "Tahoma-Bold";
    font-size: 18px;
    text-transform: uppercase;
    color: #061a3c;
}
.site-footer__contact-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 2px;
}
.site-footer__contact-pill {
    min-height: 72px;
    padding: 16px 18px;
    border: 1px solid #d8deeb;
    border-radius: 18px;
    display: flex;
    align-items: center;
    gap: 16px;
    color: #061a3c;
}
.site-footer__contact-icon {
    width: 52px;
    height: 52px;
    border: 1px solid #b8c3d8;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #061a3c;
    font-size: 24px;
    flex-shrink: 0;
}
.site-footer__contact-pill span:last-child {
    color: #061a3c;
    font-size: 17px;
    line-height: 1.35;
}
.site-footer__follow-line {
    width: 30px;
    height: 1px;
    background: #d8deeb;
}
.site-footer__socials {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 26px;
    margin-top: 2px;
}
.site-footer__socials a {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: 1px solid #b8c3d8;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #061a3c;
    font-size: 25px;
}
.site-footer__socials a:hover {
    background: #061a3c;
    color: #fff;
}
.site-footer__bottom {
    border-top: 2px solid #061a3c;
    padding: 22px 6vw 28px;
    text-align: center;
}
.site-footer__bottom p {
    margin: 0;
    font-size: 16px;
    color: #061a3c;
}
.site-footer__bottom a {
    color: #061a3c;
}
@media (max-width: 1366px) {
    .site-footer__cta-copy h2 {
        font-size: 54px;
    }
    .site-footer__cta-copy p {
        font-size: 21px;
    }
}
@media (max-width: 1200px) {
    .site-footer__cta {
        grid-template-columns: minmax(0, 1fr) minmax(280px, 42%);
        min-height: 360px;
    }
    .site-footer__cta-copy {
        padding: 54px 4vw;
    }
    .site-footer__cta-copy h2 {
        font-size: 46px;
    }
    .site-footer__body {
        grid-template-columns: minmax(0, 1fr);
        gap: 34px;
    }
    .site-footer__subrow {
        grid-template-columns: minmax(0, 1fr);
        gap: 28px;
        padding-top: 0;
    }
    .site-footer__contact-grid {
        grid-template-columns: minmax(0, 1fr);
    }
}
@media (max-width: 991px) {
    .site-footer__cta {
        grid-template-columns: minmax(0, 1fr);
    }
    .site-footer__cta-visual {
        min-height: 280px;
        order: -1;
    }
    .site-footer__cta-visual::after {
        background: linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.18) 0%,
            rgba(255, 255, 255, 0.56) 100%
        );
    }
    .site-footer__bottom {
        text-align: center;
    }
}
@media (max-width: 768px) {
    .site-footer__cta-copy h2 {
        font-size: 34px;
    }
    .site-footer__cta-copy p {
        font-size: 18px;
    }
    .site-footer__cta-button {
        width: 100%;
        justify-content: center;
    }
    .site-footer__body {
        padding: 34px 24px 24px;
    }
    .site-footer__cta-copy {
        padding: 34px 24px;
    }
    .site-footer__subrow {
        padding: 8px 24px 26px;
    }
    .site-footer__follow-line {
        width: 90px;
    }
    .site-footer__bottom {
        padding: 18px 24px 24px;
    }
}
@media (max-width: 575px) {
    .site-footer__cta-copy h2 {
        font-size: 28px;
    }
    .site-footer__cta-copy p,
    .site-footer__brand-title,
    .site-footer__brand-copy,
    .site-footer__column a,
    .site-footer__contact-pill span:last-child {
        font-size: 16px;
    }
    .site-footer__logo {
        max-width: 190px;
    }
    .site-footer__contact-icon {
        width: 46px;
        height: 46px;
        font-size: 20px;
    }
    .site-footer__socials {
        gap: 14px;
    }
    .site-footer__socials a {
        width: 46px;
        height: 46px;
        font-size: 21px;
    }
    .site-footer__bottom p span {
        display: inline-block;
        margin: 0 8px;
    }
}
.showonTab {
    display: none;
}
.was-validated .form-control:invalid {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25) !important;
}
.form-control.is-invalid {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25) !important;
}
.was-validated .form-control:invalid:focus {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25) !important;
}
.form-control:focus,
.form-control.is-invalid:focus,
.was-validated .form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #008cd2 !important;
    box-shadow: 0 0 0 0.25rem rgba(0, 140, 210, 0.25) !important;
}
.errorTxt,
.validation-error {
    color: #f05023;
    position: absolute;
    margin: -25px 0 0 0;
    font-size: 14px !important;
}
.breakPoint {
    display: none;
}
.subHeader {
    position: relative;
}
.subHeader h1 {
    color: #fff;
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 1;
    font-family: "Times";
    font-weight: bold;
    font-size: 50px;
    top: 110px;
}
.float-left {
    float: left;
    padding-right: 20px;
}
.btnSmall,
a.btnSmall {
    background: #008cd2;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 17px;
    font-weight: normal;
    border-radius: 5px;
    padding: 5px 15px;
}
.btnSmall:hover,
a:hover.btnSmall,
.btnSmall:focus,
a:focus.btnSmall {
    color: #fff;
    background: #afcd05;
    outline: none;
}
.pagination {
    margin: 10px 0 10px 0;
}
.page-link {
    padding: 8px 25px;
    border-radius: 5px;
    margin: 0 8px;
    color: #000;
    background: #f3f3f3;
    border-color: #f3f3f3;
    transition: all 0.5s;
}
.page-link:hover {
    z-index: 2;
    background: #afca02;
    color: #fff;
    border-color: #afca02;
}
.page-link.active,
.active > .page-link {
    background: #008cd2;
    color: #fff;
    border-color: #008cd2;
}
.page-link:focus {
    background: #008cd2;
    color: #fff;
    border-color: #008cd2;
    box-shadow: 0 0 0 0.25rem rgba(0, 140, 210, 0.25);
}
#mainNav .navbar-nav .nav-item .nav-link {
    color: #7f7f7f;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 18px;
    font-family: "Tahoma" !important;
    letter-spacing: 0.5px;
}
#mainNav .navbar-nav .nav-item .nav-link:hover,
#mainNav .navbar-nav .nav-item .nav-link:focus {
    color: #fe6255;
}
#mainNav .navbar-nav .nav-item .nav-link:hover,
#mainNav .navbar-nav .nav-item .nav-link:active,
#mainNav .navbar-nav .nav-item .nav-link.active {
    color: #fe6255 !important;
}
#mainNav.navbar-shrink .navbar-nav .nav-item .nav-link {
    color: #9a9a9a;
    font-size: 18px;
}
/*-- Home Slider --*/
header {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    /* border-bottom: 10px solid #fff; */
}
header .item {
    height: 650px;
    position: relative;
}
header .item.portFolioBanner {
    height: 820px;
}
header .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
header .item .cover {
    padding: 0 0 75px 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    display: flex;
    align-items: center;
}
header .item .cover .header-content {
    position: relative;
    padding: 0;
    overflow: hidden;
}
header .item .cover .header-content .line {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
}
/* header .item .cover .header-content h2 {
  font-weight: 300;
  font-size: 35px;
  color: #fff;
} */
header .item .cover .header-content h1 {
    font-size: 55px;
    font-weight: normal;
    font-family: "Impact Regular";
    margin: 90px 0 50px 0;
    word-spacing: 10px;
    color: #061a3c;
    line-height: 80px;
}
header .item .cover .header-content h1.whiteHeadBanner {
    color: #fff;
}
header .item .cover .header-content h1.whiteHeadBanner span {
    font-family: "Tahoma";
    font-weight: normal;
    font-size: 50px;
}
header .item .cover .header-content h2 {
    font-size: 45px;
    font-family: "Tahoma";
    font-weight: normal;
    padding: 0;
    margin: -40px 0 30px 0;
    color: #061a3c;
    line-height: inherit;
}
header .item .cover .header-content h2.whiteHeadBanner {
    color: #fff;
}
header .item .cover .header-content h2.whiteHeadBanner span {
    font-size: 55px;
    font-weight: normal;
    font-family: "Impact Regular";
}
header .item .cover .header-content h4 {
    font-size: 27px;
    font-family: "Tahoma";
    font-weight: bold;
    line-height: 38px;
    color: #061a3c;
    margin: 0 0 30px 0;
}
header .item .cover .header-content h4 span {
    color: #757575;
    font-weight: normal;
}
header .item .cover .header-content p {
    font-size: 20px;
    text-transform: uppercase;
    font-family: "Tahoma";
    font-weight: bold;
    color: #061a3c;
    letter-spacing: 1px;
}
header .item .cover .header-content p a {
    text-decoration: none;
    color: #fe6255;
    padding: 0;
    margin: 0 10px 10px 0;
}
header .item .cover .header-content p.largeText {
    font-size: 22px;
    line-height: 35px;
    font-weight: normal;
    text-transform: inherit;
    margin-bottom: 30px;
    letter-spacing: 0;
}
header .item .cover .header-content p.largeText.whitetext {
    color: #fff;
}
header .item .cover .header-content p.largeText.orangetext {
    color: #fe6255;
    text-transform: uppercase;
    font-weight: bold;
}
header .item .cover .header-content p a.whiteLink {
    color: #061a3c;
    margin: 0 0 10px 10px;
}
header .item .cover .header-content p a.linkSubbanner {
    font-weight: normal;
    color: #061a3c;
}
header .item .cover .header-content p a.linkSubBtn {
    background: #fe6255;
    color: #fff;
    padding: 10px 30px;
    margin: 0 15px 0 0;
    border-radius: 20px;
    font-weight: normal;
}
header .item .cover .header-content p a.linkSubBtn:hover,
header .item .cover .header-content p a.linkSubBtn:focus {
    background: #061a3c;
    color: #fff;
    text-decoration: none;
}
header .owl-item.active h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}
header .owl-item.active h2 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}
header .owl-item.active h4 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}
header .owl-item.active p {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}
header .owl-item.active .line {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
}
header .owl-nav .owl-prev {
    position: absolute;
    left: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
}
header .owl-nav .owl-prev span {
    font-size: 1.6875rem;
    color: #fff;
}
header .owl-nav .owl-prev:focus {
    outline: 0;
}
header .owl-nav .owl-prev:hover {
    background: #000 !important;
}
header .owl-nav .owl-next {
    position: absolute;
    right: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
}
header .owl-nav .owl-next span {
    font-size: 1.6875rem;
    color: #fff;
}
header .owl-nav .owl-next:focus {
    outline: 0;
}
header .owl-nav .owl-next:hover {
    background: #000 !important;
}
header:hover .owl-prev {
    left: 0px;
    opacity: 1;
}
header:hover .owl-next {
    right: 0px;
    opacity: 1;
}
header .item img.sliderTransBg {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: auto;
}
header .owl-item.active img.sliderTransBg.home {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}
/*-- Count Sect --*/
.countSect {
    background: #eeeeee;
    min-height: 375px;
    display: flex;
    padding: 80px 0 80px 0;
}
.countBox {
    width: 25%;
    display: block;
    float: left;
    text-align: center;
}
.countBox span {
    font-size: 70px;
    font-weight: normal;
    display: block;
    text-align: center;
    margin: 20px 0;
    font-family: "Impact Regular";
    color: #838383;
}
.countBox label {
    font-size: 22px;
    color: #000;
    font-family: "Tahoma";
    font-weight: normal;
    text-align: center;
}
.countSect.orangeBg {
    background: #fe6255;
    color: #fff;
}
.countSect.orangeBg .countBox span {
    color: #fff !important;
}
.countSect.orangeBg .countBox label {
    color: #fff !important;
}
.countSect.blueBg {
    background: #061a3c;
    color: #fff;
}
.countSect.blueBg .countBox span {
    color: #fff !important;
}
.countSect.blueBg .countBox label {
    color: #fff !important;
    margin: 0 0 30px 0;
}
.borderRightCount {
    border-right: 1px solid #fff;
}
/*--- Paragraph Section ---*/
.paragraphSect {
    padding: 110px 0;
    margin: 0;
    position: relative;
    text-align: left;
}
.margRightImg {
    margin-right: 50px;
}
.paragraphSect h3 {
    font-size: 25px;
    color: #686868;
    text-transform: uppercase;
    font-weight: normal;
    font-family: "Tahoma";
    padding: 0;
    margin: 0 0 20px 0;
    position: relative;
}
.paragraphSect h3.orangeCaptxt {
    color: #fe6255;
    text-transform: uppercase;
}
.paragraphSect h3.boldText {
    font-weight: bold;
    color: #061a3c;
}
.paragraphSect h3.subHeadingOrg {
    font-size: 27px;
    line-height: 50px;
    color: #fe6255;
}
.paragraphSect h2 {
    font-size: 55px;
    font-family: "Impact Regular";
    font-weight: normal;
    text-transform: capitalize;
    color: #061a3c;
    display: block;
    padding: 0;
    margin: 0 0 35px 0;
}
.paragraphSect h2 label {
    color: #fe6255;
}
.paragraphSect h2.small {
    font-size: 40px;
    margin-bottom: 25px;
}
.paragraphSect h2.cap {
    text-transform: uppercase;
}
.paragraphSect h2 span {
    font-family: "Segoe UI Regular";
    font-weight: normal;
}
.paragraphSect p {
    font-size: 22px;
    line-height: 40px;
    color: #5e5e5e;
    font-family: "Tahoma";
    font-weight: normal;
    margin: 0 0 30px 0;
}
.paragraphSect ul {
    padding: 0;
    margin: 0 0 40px 0;
}
.paragraphSect ul li {
    display: block;
    list-style: none;
    /* font-size: 25px; */
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 15px 0;
    padding: 0 0 0 50px;
    background: url(../images/list-icon.png) no-repeat left 7px;
    color: #061a3c;
}
.btn-primary,
a.btn-primary {
    display: inline-block;
    padding: 10px 40px 15px 40px;
    color: #fff;
    background: #fe6255;
    margin: 0 0 10px 0;
    border: 1px solid #fe6255;
    font-size: 22px;
    font-family: "Tahoma";
    font-weight: normal;
    text-transform: capitalize;
    border-radius: 100px;
}
.btn-primary:hover,
.btn-primary:focus,
a:hover.btn-primary,
a:focus.btn-primary {
    border: 1px solid #fe6255;
    color: #fe6255;
    background: #fff;
    text-decoration: none;
}
.btn-primary.cap,
a.btn-primary.cap {
    text-transform: uppercase;
}
/*------- Our Expertise -------- */
.ourExpertise {
    background: url(../images/ourexpertisebg.jpg) no-repeat left top;
    background-size: cover;
    min-height: 1235px;
    padding: 100px 0;
}
.ourExpertise h3 {
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    font-family: "Tahoma";
    padding: 0;
    margin: 0 0 20px 0;
    position: relative;
}
.ourExpertise h2 {
    font-size: 60px;
    font-family: "Impact Regular";
    font-weight: normal;
    text-transform: capitalize;
    color: #fff;
    display: block;
    padding: 0;
    margin: 0 0 35px 0;
}
.ourExpertise h2 span {
    font-family: "Segoe UI Regular";
    font-weight: normal;
}
.ourExpertise ul {
    position: relative;
    display: block;
    padding: 0;
    margin: 60px 0 111px 0;
}
.ourExpertise ul li {
    list-style: none;
    color: #fff;
    background: url(../images/ourexpertlist.png) no-repeat left top;
    padding: 0 0 0 125px;
    margin: 0 0 60px 0;
}
.ourExpertise ul li:hover {
    background: url(../images/ourexpertlist-hover.png) no-repeat left top;
}
.ourExpertise ul li h4 {
    font-size: 25px;
    font-weight: bold;
    font-family: "Times";
    display: block;
    margin: 0 0 10px 0;
}
.ourExpertise ul li p {
    font-family: "Tahoma";
    font-size: 20px;
    line-height: 30px;
    padding: 0;
    margin: 0;
}
/* ------ Portfolio ------ */
.portfolio-card {
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 35px;
    position: relative;
}
.portfolio-card img {
    width: 100%;
    display: block;
    /* Black & White */
    filter: grayscale(100%);
    /* Smooth transition */
    transition:
        filter 0.4s ease,
        transform 0.4s ease;
}
/* On hover show original color */
.portfolio-card:hover img {
    filter: grayscale(0%);
    transform: scale(1.03);
}
.portfolio-card span {
    position: absolute;
    z-index: 1;
    bottom: -4px;
    left: -2px;
    display: inline-block;
    border-radius: 0 15px 0 25px;
    border: 5px solid #fff;
    background: #fff;
    padding: 5px 20px;
    color: #191919;
    font-size: 20px;
    transition: all 0.5s;
}
.portfolio-card:hover span {
    background: #fe6255;
    color: #fff;
}
/*---- Why Choose ----- */
.whyChooseSect {
    background: url(../images/whychoosebg.jpg) no-repeat right top #fe6255;
    min-height: 900px;
    padding: 80px 0;
}
.whyChooseSect h2 {
    font-size: 60px;
    font-family: "Impact Regular";
    font-weight: normal;
    color: #fff;
    display: block;
    padding: 0;
    margin: 0 0 45px 0;
    text-align: center;
}
.whyChooseSect h2 span {
    font-size: 60px;
    font-family: "Segoe UI Regular";
    font-weight: normal;
}
.whyChooseSect h3 {
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    font-family: "Tahoma";
    padding: 0;
    margin: 0 0 20px 0;
    text-align: center;
}
.whyChooseSect ul {
    padding: 0;
    margin: 0;
}
.whyChooseSect ul li {
    list-style: none;
    background: url(../images/whychooselist.jpg) no-repeat left top;
    padding: 10px 0 10px 140px;
    margin: 0 0 35px 0;
    font-size: 28px;
    color: #fff;
    font-family: "Times";
    font-weight: bold;
}
/*---- Testimonials ----*/
.testimonialsBox {
    background: #ffffff;
    border-radius: 5px;
    border: 1px solid #ffffff;
    padding: 40px 20px;
    margin: 20px 10px;
    color: #717171;

    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.4);
}
.testimonialsBox:hover {
    background: #fe6255;
    border: 1px solid #fe6255;
    color: #fff;
}
.testimonialsBox p {
    font-size: 16px;
    line-height: 20px;
    min-height: 180px;
    max-height: 180px;
    overflow: hidden;
}
.testimonialsBox:hover p {
    color: #fff;
}
.testimonialsBox .infoSect .star {
    font-size: 14px;
    color: #c7c7c7;
    margin: 0 0 25px 0;
}
.testimonialsBox:hover .infoSect .star {
    color: #fff;
}
.testimonialsBox .infoSect table {
    width: 100%;
    border: none;
    border-collapse: collapse;
}
.testimonialsBox .infoSect table td {
    text-align: left;
    vertical-align: top;
}
.testimonialsBox .infoSect img {
    border-radius: 80px;
    border: 1px solid #fff;
    width: 60px;
    height: 60px;
}
.testimonialsBox .infoSect h4 {
    color: #717171;
    font-size: 23px;
    line-height: 20px;
    font-family: "Times";
    font-weight: bold;
    padding: 0;
    margin: 0 0 15px 0;
}
.testimonialsBox .infoSect h4 span {
    font-size: 14px;
    font-weight: normal;
    font-family: "Tahoma";
    line-height: 16px !important;
}
.testimonialsBox:hover .infoSect h4 {
    color: #fff;
}
.testimonialsBox .infoSect table td svg {
    font-size: 60px;
    color: #c7c7c7;
}
.testimonialsBox:hover .infoSect table td svg {
    color: #fff;
}
/* ----- Next Experience ----- */
.nextExperience {
    background: url(../images/botbannerbg.jpg) no-repeat center top;
    background-size: cover;
    min-height: 560px;
    padding: 50px 0 20px 0;
    text-align: left;
    border-bottom: 10px solid #fff;
}
.nextExperience h2 {
    font-size: 70px;
    line-height: 80px;
    font-family: "Impact Regular";
    font-weight: normal;
    padding: 0;
    color: #061a3c;
    margin: 0 0 60px 0;
}
.nextExperience h2 span {
    font-family: "Segoe UI Regular";
    font-weight: normal;
    font-size: 55px;
}
.nextExperience h2 span.smallText {
    font-size: 45px;
}
.nextExperience p.BotBannerPara {
    font-size: 22px;
    margin: -30px 0 40px 0;
}
.nextExperience p span {
    color: #fff;
}
.nextExperience p a {
    color: #fe6255;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    display: inline-block;
    margin: 20px 15px;
    letter-spacing: 1px;
}
.nextExperience p a.whiteLink {
    color: #fff;
    text-decoration: none;
}
.footerLink {
    display: block;
    position: relative;
    text-align: right;
}
.footerLink ul {
    padding: 0;
    margin: 0;
    display: inline-block;
}
.footerLink ul li {
    list-style: none;
    display: inline-block;
    margin: 0 15px 5px 0;
}
.footerLink ul li:last-child {
    margin: 00 5px 0;
}
.footerLink ul li a {
    display: block;
    text-decoration: none;
    color: #9a9a9a;
    font-size: 18px;
    text-transform: uppercase;
}
.footerLink ul li a:hover,
.footerLink ul li a:focus {
    text-decoration: none;
    color: #008cd2;
}
/* ----------- */
.gallery-container {
    position: relative;
    width: 100%;
    max-width: 900px;
    margin: 0 auto 0 auto;
    height: 700px;
}

/* Common Image Style */
.img-box {
    position: absolute;
    overflow: hidden;
    border-radius: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
.img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: 0.5s;
}
/* Hover Zoom */
.img-box:hover img {
    transform: scale(1.08);
}
/* First Image */
.img1 {
    width: 520px;
    height: auto;
    top: 0;
    left: 0;
    z-index: 3;
    animation-name: float1;
    border: 8px solid #fff;
}
/* Second Image */
.img2 {
    width: 300px;
    height: auto;
    top: 170px;
    right: 50px;
    z-index: 5;
    animation-name: float2;
    border: 8px solid #fff;
}
/* Third Image */
.img3 {
    width: 290px;
    height: auto;
    bottom: 30px;
    left: 180px;
    z-index: 7;
    animation-name: float3;
    border: 8px solid #fff;
}
/*--- Animations-- */
@keyframes float1 {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0px);
    }
}
@keyframes float2 {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(20px);
    }
    100% {
        transform: translateY(0px);
    }
}
@keyframes float3 {
    0% {
        transform: translateX(0px);
    }
    50% {
        transform: translateX(15px);
    }
    100% {
        transform: translateX(0px);
    }
}

/*--- Loader ---*/
#site {
    display: none;
    transition: all 6s ease;
}
#preloader {
    height: 100%;
    width: 100%;
    position: fixed;
    text-align: center;
    vertical-align: middle;
    padding-top: 14%;
    background: #fff;
    z-index: 10000 !important;
    top: 0;
}
.text-right {
    text-align: right !important;
}
.text-left {
    text-align: left !important;
}
.whiteText {
    color: #fff !important;
}
.highLightText {
    color: #afca05 !important;
}
/* ------- */
.socialLinkBot {
    display: inline-block;
    background: #f5f5f5;
    border-radius: 30px;
    padding: 8px 25px;
}
.socialLinkBot a {
    display: inline-block;
    color: #161921;
    text-decoration: none;
    font-size: 20px;
    margin: 2px 5px;
}
.socialLinkBot a:hover,
.socialLinkBot a:focus {
    text-decoration: none;
    color: #008cd2;
}
/*--- Testimonials Details ---*/
.testimonialDetails {
    width: 100%;
    column-width: 340px;
    column-gap: 2.5rem;
    max-width: 100%;
}
.testimonialDetails .testimonialsCol {
    min-width: 100%;
    margin-bottom: 3rem;

    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;

    break-inside: avoid-column;
}
@media screen and (max-width: 991px) {
    .testimonialDetails {
        column-width: 330px;
    }
}
.testimonialsCol .testimonialsBox {
    margin: 0 !important;
}
.testimonialsCol .testimonialsBox p {
    min-height: 140px;
}
.margLeft0 {
    margin-left: 0 !important;
}
/* ------ Portfolio Highlights  ------ */

/* ---- Why choose us Image effect ---- */
.gallery-row {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: flex-start;
}
.gallery-column {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.gallery-section {
    position: relative;
    padding: 30px 0 0 0;
}
/* Image Sizes */
.gallery-section .img-box {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    transition: 0.5s;
    cursor: pointer;
}
.gallery-section .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
    border: none !important;
}
/* Hover */
.gallery-section .img-box:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.25);
}
.gallery-section .img-box:hover img {
    transform: scale(1.08);
}
/* Shine */
.gallery-section .img-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 45%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255, 255, 255, 0.45),
        transparent
    );
    transition: 0.8s;
    z-index: 2;
}
.gallery-section .img-box:hover::before {
    left: 150%;
}
.gallery-section .img1 {
    width: 205px;
    height: 167px;
    animation: floatUp 5s ease-in-out infinite;
    border: none !important;
    top: 45px;
}
.gallery-section .img2 {
    width: 165px;
    height: 240px;
    animation: floatLeft 6s ease-in-out infinite;
    border: none !important;
    top: 50px !important;
    right: -40px !important;
}
/* Center Images */
.gallery-section .img3 {
    width: 200px;
    height: 300px;
    animation: floatDown 5s ease-in-out infinite;
    border: none !important;
    left: auto !important;
}
.gallery-section .img4 {
    width: 205px;
    height: 222px;
    animation: floatRight 6s ease-in-out infinite;
    border: none !important;
    top: -10px;
}
/* Right Images */
.gallery-section .img5 {
    width: 200px;
    height: 170px;
    animation: floatDiagonal1 6s ease-in-out infinite;
    border: none !important;
    top: 40px;
}
.gallery-section .img6 {
    width: 200px;
    height: 170px;
    animation: floatDiagonal2 6s ease-in-out infinite;
    border: none !important;
    top: 45px;
}
@keyframes floatUp {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
}
@keyframes floatDown {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(15px);
    }
}
@keyframes floatLeft {
    0%,
    100% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(-12px);
    }
}
@keyframes floatRight {
    0%,
    100% {
        transform: translateX(0);
    }
    50% {
        transform: translateY(15px);
    }
}
@keyframes floatDiagonal1 {
    0%,
    100% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(10px, -12px);
    }
}
@keyframes floatDiagonal2 {
    0%,
    100% {
        transform: translate(0);
    }
    50% {
        transform: translate(0, -20px);
    }
}
/* ---- Contact Us ---- */
.addressSect {
    border-right: 1px solid #fe6255;
    padding: 0 0 10px 10px;
    margin: 0 0 20px 0;
    min-height: 200px;
}
.addressSect.noborder {
    border-right: none;
}
.addressSect img {
    margin-right: 5px;
}
.addressSect h3 {
    color: #061a3c;
    font-weight: bold;
    padding: 0;
    margin: 0 0 10px 0;
}
.addressSect p {
    color: #061a3c;
    padding: 0;
    margin: 0 0 5px 0;
    font-size: 21px;
    line-height: 35px;
}
.borderImg {
    border-radius: 10px;
    margin: 0 0 15px 0;
}
.minHeight {
    min-height: 80px;
}
ul.listContact {
    padding: 0;
    margin: 20px 0 30px 0;
}
ul.listContact li {
    list-style: none;
    padding: 5px 0 2px 40px;
    margin: 0 0 15px 0;
    font-size: 19px;
    font-weight: normal;
    text-transform: none;
}
.ourExpert {
    background: #011331;
    color: #fff;
    padding: 30px;
    border-radius: 10px;
}
.ourExpert p {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    padding: 0;
    margin: 0 0 10px 0;
}
.ourExpert p a {
    border: 1px solid #fff;
    background: none;
    border-radius: 30px;
    color: #fff;
    padding: 7px 30px;
    font-weight: bold;
    margin: 10px 0 0 0;
    display: inline-block;
}
.ourExpert p a:hover,
.ourExpert p a:focus {
    color: #fe6255;
    text-decoration: none;
    border-color: #fe6255;
}
.ourExpert h3 {
    font-size: 24px;
    font-weight: bold;
    text-transform: capitalize;
    color: #fff;
    padding: 0;
    margin: 0 0 10px 0;
}
.ourExpert h3 span {
    color: #fe6255;
}
h3.contactHeading {
    font-size: 36px;
    color: #061a3c;
    padding: 0;
    margin: 0 0 10px 0;
    font-weight: bold;
    font-family: "Tahoma";
}
.headingBorder {
    display: inline-block;
    height: 5px;
    width: 35%;
    background: #fe6255;
    color: #fff !important;
    margin: 0 0 20px 0;
}
.headingBorder.small {
    width: 20%;
}
a.btnBanner,
.btnBanner {
    display: inline-block;
    background: #fe6255;
    color: #fff !important;
    padding: 10px 35px !important;
    font-weight: normal !important;
    border-radius: 30px;
    margin: 0 !important;
}
a:hover.btnBanner,
.btnBanner:hover {
    color: #fff;
    background: #061a3c;
}
.mapSect {
    background: url(../images/map-img.jpg) no-repeat center top;
    background-size: cover;
    min-height: 460px;
    padding: 85px 0 65px 0;
}
.mapInfo h3 {
    font-size: 36px;
    color: #061a3c;
    padding: 0;
    margin: 0 0 20px 0;
    font-weight: bold;
    font-family: "Tahoma";
}
.mapInfo .headingBorder {
    width: 20%;
    margin-bottom: 20px;
}
.mapInfo p {
    font-size: 22px;
    color: #000;
    padding: 0;
    margin: 0 0 25px 0;
}
.mapInfo p a {
    text-transform: uppercase;
    font-weight: bold;
    color: #fe6255;
    text-decoration: none;
}
.mapInfo p a:hover,
.mapInfo p a:focus {
    text-decoration: none;
    color: #061a3c;
}
.contactBorder {
    border-left: 1px solid #ccc;
    padding-left: 80px;
}
.contactForm {
    padding-right: 50px;
}
.contactForm label {
    font-size: 18px;
    margin: 0 0 10px 0;
    color: #5e5e5e;
}
.contactForm span {
    color: #ff0e0e;
    font-size: 17px;
}
.contactForm span.errorMsg {
    position: relative;
    width: 100%;
    margin-top: -10px;
}
.textInput {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 15px 15px;
    margin: 0 0 10px 0;
    width: 100%;
}
.bannerBordertittle {
    height: 10px;
    width: 220px;
    display: inline-block;
    background: #fe6255;
    margin-bottom: 20px;
}
.bannerBordertittle.small {
    height: 6px;
    width: 120px;
}
.bannerBordertittle.lg {
    width: 42%;
    height: 5px;
}
.margBotTopLess {
    margin-bottom: 15px !important;
    margin-top: 20px !important;
}
.breadcrumb-item {
    font-size: 22px;
    text-transform: uppercase;
    color: #757575;
}
.breadcrumb-item a {
    color: #757575;
    text-decoration: none;
}
.breadcrumb-item a:hover,
.breadcrumb-item a:focus {
    color: #191919;
}
.breadcrumb-item.active {
    color: #fe6255;
}
.listTable {
    padding: 0;
    margin: 15px 0;
    width: 100%;
    border: none;
}
.listTable td {
    text-align: left;
    vertical-align: top;
    padding: 5px;
}
.listTable td h4 {
    font-weight: bold;
    color: #061a3c;
    margin: 0 0 15px 0;
}
.listTable td p {
    font-size: 21px;
    line-height: 32px;
}
.blueRightSect {
    background: #061a3c;
    color: #fff;
    border-radius: 5px;
    padding: 30px 10px 20px 30px;
}
.blueRightSect h3 {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 4px solid #fe6255;
    display: inline-block;
    padding: 0 0 7px 0;
}
.blueRightSect table {
    width: 100%;
    display: block;
    padding: 0;
    margin: 20px 0;
    border: none;
}
.blueRightSect table td {
    font-weight: bold;
    text-align: left;
    vertical-align: top;
    padding: 0 10px 50px 0;
    font-size: 16px;
}
.orangeBox {
    background: #fe6255;
    text-align: center;
    padding: 25px 20px;
    border-radius: 10px;
    color: #fff;
    margin: 20px 20px 10px 0;
}
.orangeBox h4 {
    font-size: 21px;
    font-weight: bold;
    padding: 0;
    margin: 0 0 5px 0;
}
.orangeBox p {
    color: #fff;
    font-size: 17px;
    padding: 0;
    margin: 0;
}
.orangeBox a.btn-primary {
    background: #fff;
    border: 1px solid #fff;
    color: #061a3c;
    padding: 7px 25px;
    font-size: 19px;
    margin: 15px 0 0 0;
}
.orangeBox a:hover.btn-primary,
.orangeBox a:focus.btn-primary {
    background: #fe6255;
    color: #fff;
    border: 1px solid #fff;
}
.paddBot0 {
    padding-bottom: 0 !important;
}
.paddBotTopSM {
    padding-bottom: 30px;
    padding-top: 30px;
}
/* .owl-theme .owl-nav{
  position: absolute;
  width: 100%;
} */
.owl-carousel .owl-nav button.owl-prev {
    background: #fff;
    height: 60px;
    width: 60px;
    border-radius: 80px;
    font-size: 27px;
    content: "\f060";
    font-family: "FontAwesome";
    -webkit-box-shadow: 1px 2px 6px 5px rgba(153, 153, 153, 0.25);
    box-shadow: 1px 2px 6px 5px rgba(153, 153, 153, 0.25);
    left: 0;
    top: 40%;
    position: absolute;
}
.owl-carousel .owl-nav button.owl-next {
    background: #fff;
    font-size: 27px;
    height: 60px;
    width: 60px;
    border-radius: 80px;
    content: "\f061";
    font-family: "FontAwesome";
    -webkit-box-shadow: 1px 2px 6px 5px rgba(153, 153, 153, 0.25);
    box-shadow: 1px 2px 6px 5px rgba(153, 153, 153, 0.25);
    right: 0;
    top: 40%;
    position: absolute;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
    background: #061a3c;
    color: #fe6255;
    text-decoration: none;
}
/* --------- */
.owl-carousel.lifeatiris .owl-item,
.owl-carousel.lifeatiris.owl-drag .owl-item {
    border-radius: 10px;
}
.owl-carousel.lifeatiris .owl-nav button.owl-prev {
    background: #fff;
    height: 50px;
    width: 50px;
    border-radius: 80px;
    font-size: 27px;
    content: "\f060";
    font-family: "FontAwesome";
    -webkit-box-shadow: 1px 2px 6px 5px rgba(153, 153, 153, 0.25);
    box-shadow: 1px 2px 6px 5px rgba(153, 153, 153, 0.25);
    position: relative;
    border: 2px solid #fe6255;
    color: #fe6255;
}
.owl-carousel.lifeatiris .owl-nav button.owl-next {
    background: #fff;
    font-size: 27px;
    height: 50px;
    width: 50px;
    border-radius: 80px;
    content: "\f061";
    font-family: "FontAwesome";
    -webkit-box-shadow: 1px 2px 6px 5px rgba(153, 153, 153, 0.25);
    box-shadow: 1px 2px 6px 5px rgba(153, 153, 153, 0.25);
    position: relative;
    border: 2px solid #fe6255;
    color: #fe6255;
}
.lifeatiris.owl-theme .owl-nav {
    margin-top: 20px;
}
.lifeatiris.owl-theme .owl-nav [class*="owl-"]:hover {
    background: #fff;
    color: #061a3c;
    color: #061a3c;
    border: 2px solid #061a3c;
    text-decoration: none;
}
.owl-carousel.lifeatiris .owl-item img {
    filter: grayscale(100%);
    transition:
        filter 0.4s ease,
        transform 0.4s ease;
    border-radius: 10px;
}
.owl-carousel.lifeatiris .owl-item:hover img {
    filter: grayscale(0%);
    transform: scale(1.03);
    border-radius: 10px;
}
.workWithUsSect ul {
    padding: 0;
    margin: 0;
}
.workWithUsSect ul li {
    list-style: none;
    text-align: center;
    display: inline-block;
    width: 18%;
    margin-right: 25px;
    margin-bottom: 30px;
    padding: 15px 32px 30px 32px;
    border-radius: 10px;
    background: #fff;
    -webkit-box-shadow: 1px 2px 6px 5px rgba(153, 153, 153, 0.25);
    box-shadow: 1px 2px 6px 5px rgba(153, 153, 153, 0.25);
}
.workWithUsSect ul li:last-child {
    margin-right: 0;
}
.workWithUsSect ul li h5 {
    text-transform: capitalize;
    font-weight: bold;
    color: #061a3c;
    margin: 15px 0 20px 0;
    font-size: 24px;
}
.workWithUsSect ul li p {
    color: #505050;
    font-size: 19px;
    line-height: 30px;
    text-transform: initial;
    margin: 0;
}
.accordion-item:first-of-type,
.accordion-item:first-of-type .accordion-button {
    border-radius: 10px 10px 0 0;
}
.accordion-header {
    margin-bottom: 0 !important;
}
.accordion-button {
    background: #fff;
    display: block !important;
    padding-right: 70px;
}
.accordion-button h3 {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
    color: #061a3c;
    display: block;
    position: relative;
    margin: 0 0 10px 0;
    width: 100%;
}
.locationTime {
    display: block;
    position: relative;
    width: 100%;
}
.locationTime span {
    margin: 0 10px 0 0;
    display: inline-block;
    color: #505050;
}
.locationTime span svg {
    color: #fe6255;
}
.accordion-button p {
    font-size: 15px;
    color: #505050;
    line-height: 25px;
    margin-bottom: 0;
}
.accordion-button::after {
    position: absolute;
    right: 1%;
    top: 40%;
}
.accordion-button:not(.collapsed)::after {
    position: absolute;
    right: 1%;
    top: 40%;
}
.accordion-body p {
    font-size: 15px;
    color: #505050;
    line-height: 25px;
    text-align: left;
}
.accordion-item {
    padding: 30px 30px 25px 30px;
}
.accordion-button:not(.collapsed) {
    background: #fff;
    box-shadow: none;
}
.accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}
.botMarg0 {
    margin-bottom: 0 !important;
}
.hideOnDesk {
    display: none;
}
.hideOnMob {
    display: block;
}
/* ---- Portfolio Page--- */
.portfolioTab {
    padding: 0;
    margin: 0;
}
.portfolioTab ul {
    padding: 0;
    margin: 0 0 40px 0;
}
.portfolioTab ul li {
    list-style: none;
    background: #fff;
    padding: 0 60px 0 0;
    text-transform: uppercase !important;
    font-size: 18px;
}
.portfolioTab .nav-pills .nav-link {
    text-transform: uppercase;
    color: #061a3c;
    background: #fff;
    border-bottom: 5px solid #fff;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
}
.portfolioTab .nav-pills .nav-link.active {
    border-bottom: 5px solid #fe6255;
}
.textInputPortfolio {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px 15px;
    margin: 0;
    float: right;
}
.portProjectBox {
    border: 1px solid #ccc;
    border-radius: 10px;
    margin: 0 0 30px 0;
}
.portProjectBox img {
    width: 100%;
    border-radius: 10px 10px 0 0;
}
.portProjectBox .infoSect {
    padding: 25px 30px;
    font-family: "Tahoma";
    text-transform: uppercase;
}
.portProjectBox .infoSect h5 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: #061a3c;
}
.portProjectBox .infoSect p {
    font-size: 17px;
    color: #757575;
    margin: 0 0 5px 0;
}
.portProjectBox .infoSect a {
    color: #757575;
    text-decoration: none;
    font-size: 17px;
}
.portProjectBox .infoSect a:hover {
    color: #fe6255;
    text-decoration: none;
}
/* ---- About page  ---- */
.borderRh {
    border-right: 3px solid #fe6255;
    padding-bottom: 20px !important;
    margin-right: 20px !important;
}

.timeline-section {
    margin-top: 60px;
}
.timeline-wrapper {
    /* display:flex;
  align-items:flex-start; */
    justify-content: center;
    /* gap:25px; */
    flex-wrap: nowrap;
}
.timeline-card {
    /* width:280px; */
    text-align: center;
    transition: 0.4s;
    position: relative;
}
.timeline-image {
    overflow: hidden;
    border-radius: 18px;
}
.timeline-image img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    border-radius: 18px;
    filter: grayscale(100%);
    transition: 0.6s;
}
.timeline-card:hover img {
    filter: grayscale(0);
}
.timeline-icon {
    width: 110px;
    height: 110px;
    margin: -40px auto 20px;
    background: #bdbdbd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: 0.4s;
    border: 5px solid #fff;
    padding: 25px;
}
.timeline-icon.active {
    background: #ff6156;
}
.timeline-card:hover .timeline-icon {
    background: #ff6156;
}
.timeline-icon i {
    font-size: 42px;
    color: #fff;
}
.timeline-icon::after {
    content: "";
    position: absolute;
    width: 4px;
    height: 34px;
    background: #bdbdbd;
    bottom: -34px;
    left: 50%;
    transform: translateX(-50%);
}
.timeline-card:hover .timeline-icon::after,
.timeline-icon.active::after {
    background: #ff6156;
}
.timeline-connector {
    width: 140px;
    height: 340px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* position:relative; */
    flex-shrink: 0;

    position: absolute;
    right: -20%;
    top: 40%;
}
.timeline-connector::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #bdbdbd;
}
.timeline-connector span {
    width: 22px;
    height: 22px;
    background: #ff6156;
    border-radius: 50%;
    position: relative;
    z-index: 5;
}
.timeline-card h2 {
    font-size: 35px;
    font-weight: 700;
    color: #ff6156;
    margin-top: 30px;
    margin-bottom: 20px;
    font-family: "Tahoma";
    font-weight: bold;
}
.timeline-card h3 {
    font-size: 22px;
    font-weight: 700;
    margin: 15px 20px;
    color: #000;
    text-transform: capitalize !important;
}
.timeline-card p {
    font-size: 18px;
    line-height: 1.7;
    color: #000;
    padding: 0 50px;
}
/* .timeline-card:hover{
  transform:translateY(-8px);
} */
.paddBotTopSM .borderRightCount {
    border-right: 1px solid #fe6255;
}
.paddBotTopSM .borderRightCount.last {
    border-right: none;
}
.countSect.blueBg .countBox.borderRightCount span {
    color: #fe6255 !important;
}
.vision-promise-section {
    padding: 70px 0;
    background: linear-gradient(180deg, #fff 0%, #fdfbf8 100%);
}
.vision-promise-section__top {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    margin-bottom: 36px;
}
.vision-promise-section__divider {
    position: absolute;
    top: 16px;
    bottom: 16px;
    left: 50%;
    width: 1px;
    background: rgba(254, 98, 85, 0.5);
    transform: translateX(-50%);
}
.vision-promise-section__divider::after {
    content: "";
    position: absolute;
    top: 42%;
    left: 50%;
    width: 14px;
    height: 14px;
    background: #fe6255;
    transform: translate(-50%, -50%) rotate(45deg);
}
.vision-promise-card {
    position: relative;
    display: grid;
    grid-template-columns: 190px minmax(0, 1fr);
    gap: 34px;
    align-items: start;
    background: #fff;
    border-radius: 22px;
    padding: 58px 28px 28px;
    box-shadow: 0 10px 34px rgba(20, 29, 53, 0.1);
    min-height: 448px;
}
.vision-promise-card__icon-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
    padding-top: 18px;
    padding-bottom: 90px;
}
.vision-promise-card__icon-ring {
    position: absolute;
    top: 0;
    left: 50%;
    width: 126px;
    height: 126px;
    border: 2px dashed rgba(254, 98, 85, 0.7);
    border-radius: 50%;
    transform: translateX(-50%);
}
.vision-promise-card__icon {
    position: relative;
    z-index: 2;
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
    padding-top: 2px;
    padding-left: 2px;
}
.vision-promise-card__dots {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 112px;
    height: 112px;
    background-image: radial-gradient(
        rgba(254, 98, 85, 0.72) 1.4px,
        transparent 1.4px
    );
    background-size: 16px 16px;
    clip-path: polygon(0 0, 0 100%, 100% 100%);
}
.vision-promise-card__content {
    padding-right: 12px;
}
.vision-promise-card__content h3,
.vision-promise-feature__content h3 {
    margin: 0;
    font-size: 34px;
    line-height: 1.1;
    font-family: "Tahoma-Bold";
    color: #fe6255;
    text-transform: uppercase;
}
.vision-promise-card__line {
    display: block;
    width: 52px;
    height: 4px;
    margin: 18px 0 20px;
    background: #fe6255;
}
.vision-promise-card__content p,
.vision-promise-feature__content p {
    margin: 0;
    color: #101010;
    font-size: 20px;
    line-height: 1.95;
}
.vision-promise-feature {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr) 330px;
    gap: 34px;
    align-items: center;
    background: #fff;
    border-radius: 22px;
    padding: 34px 34px 28px;
    box-shadow: 0 10px 34px rgba(20, 29, 53, 0.1);
}
.vision-promise-feature__icon-shell {
    position: relative;
    min-height: 258px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.vision-promise-feature__icon-outline {
    position: absolute;
    top: 16px;
    left: 0;
    width: 194px;
    height: 194px;
    border: 2px solid rgba(254, 98, 85, 0.65);
    border-radius: 18px;
}
.vision-promise-feature__icon {
    position: relative;
    z-index: 2;
    width: 190px;
    height: 190px;
    object-fit: contain;
    border-radius: 18px;
    box-shadow: 0 10px 24px rgba(20, 29, 53, 0.12);
}
.vision-promise-feature__content {
    align-self: stretch;
    padding-top: 10px;
}
.vision-promise-feature__highlight {
    margin-top: 28px;
    padding-top: 28px;
    border-top: 1px solid rgba(254, 98, 85, 0.45);
    position: relative;
}
.vision-promise-feature__highlight::before {
    content: "";
    position: absolute;
    left: 0;
    top: 42px;
    width: 6px;
    height: 64px;
    background: #fe6255;
}
.vision-promise-feature__highlight p {
    padding-left: 24px;
}
.vision-promise-feature__visual {
    align-self: end;
    display: flex;
    justify-content: flex-end;
}
.vision-promise-feature__visual img {
    width: 100%;
    max-width: 320px;
    opacity: 0.34;
}
.coming-soon-page {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    padding: 42px 24px 70px;
    background:
        radial-gradient(circle at 50% 8%, rgba(20, 57, 138, 0.07), transparent 26%),
        linear-gradient(180deg, #ffffff 0%, #f7f9fd 100%);
}
.coming-soon-page__shape {
    position: absolute;
    pointer-events: none;
}
.coming-soon-page__shape--left {
    left: -70px;
    top: 220px;
    width: 210px;
    height: 360px;
    background:
        linear-gradient(135deg, rgba(10, 45, 124, 0.06) 0%, rgba(10, 45, 124, 0.01) 100%);
    clip-path: polygon(0 0, 72% 0, 100% 43%, 72% 86%, 0 86%, 34% 43%);
}
.coming-soon-page__shape--right {
    right: 34px;
    top: 126px;
    width: 128px;
    height: 470px;
    background-image: radial-gradient(rgba(31, 57, 120, 0.22) 1.25px, transparent 1.25px);
    background-size: 18px 18px;
    opacity: 0.7;
}
.coming-soon-page__inner {
    position: relative;
    z-index: 2;
    width: min(100%, 1040px);
    margin: 0 auto;
    text-align: center;
}
.coming-soon-page__logo {
    width: min(100%, 270px);
    margin: 0 auto 34px;
    display: block;
}
.coming-soon-page__eyebrow {
    margin: 0;
    color: #061a3c;
    font-family: "Tahoma-Bold";
    font-size: 24px;
    line-height: 1.2;
    text-transform: uppercase;
}
.coming-soon-page__title {
    margin: 18px 0 12px;
    font-family: "Tahoma-Bold";
    font-size: clamp(68px, 10vw, 108px);
    line-height: 0.92;
    letter-spacing: -2px;
    color: #061a3c;
    text-transform: uppercase;
}
.coming-soon-page__title span:last-child {
    color: #061a3c;
}
.coming-soon-page__line {
    display: block;
    width: 94px;
    height: 3px;
    margin: 0 auto 28px;
    background: #061a3c;
}
.coming-soon-page__description p {
    margin: 0;
    color: #061a3c;
    font-size: 18px;
    line-height: 1.85;
}
.coming-soon-page__countdown-block {
    margin-top: 34px;
}
.coming-soon-page__countdown-block h2,
.coming-soon-page__contact h2 {
    margin: 0 0 20px;
    color: #061a3c;
    font-family: "Tahoma-Bold";
    font-size: 22px;
    line-height: 1.2;
    text-transform: uppercase;
}
.coming-soon-page__countdown {
    display: flex;
    justify-content: center;
    gap: 26px;
    flex-wrap: wrap;
}
.coming-soon-page__count-item {
    width: 136px;
    min-height: 122px;
    background: rgba(255, 255, 255, 0.92);
    border-radius: 14px;
    box-shadow: 0 12px 28px rgba(28, 42, 75, 0.12);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.coming-soon-page__count-item strong {
    color: #061a3c;
    font-family: "Tahoma-Bold";
    font-size: 62px;
    line-height: 1;
}
.coming-soon-page__count-item span {
    margin-top: 10px;
    color: #061a3c;
    font-size: 16px;
    text-transform: uppercase;
}
.coming-soon-page__booth {
    margin: 18px auto 44px;
}
.coming-soon-page__booth img {
    width: min(100%, 820px);
    display: block;
    margin: 0 auto;
}
.coming-soon-page__contact {
    width: min(100%, 800px);
    margin: 0 auto;
}
.coming-soon-page__contact-row {
    margin-top: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 42px;
    flex-wrap: wrap;
}
.coming-soon-page__contact-item {
    display: flex;
    align-items: center;
    gap: 16px;
    color: #061a3c;
    font-size: 17px;
}
.coming-soon-page__contact-item + .coming-soon-page__contact-item {
    position: relative;
}
.coming-soon-page__contact-item + .coming-soon-page__contact-item::before {
    content: "";
    position: absolute;
    left: -22px;
    top: 50%;
    width: 1px;
    height: 54px;
    background: rgba(6, 26, 60, 0.24);
    transform: translateY(-50%);
}
.coming-soon-page__contact-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(234, 238, 247, 0.8);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #061a3c;
    font-size: 30px;
}
@media (max-width: 991px) {
    .coming-soon-page {
        padding: 30px 20px 56px;
    }
    .coming-soon-page__shape--left {
        width: 150px;
        height: 260px;
        left: -58px;
        top: 230px;
    }
    .coming-soon-page__shape--right {
        width: 88px;
        height: 300px;
        right: 12px;
        top: 110px;
        background-size: 15px 15px;
    }
    .coming-soon-page__eyebrow {
        font-size: 18px;
    }
    .coming-soon-page__title {
        font-size: clamp(54px, 14vw, 88px);
    }
    .coming-soon-page__description p {
        font-size: 16px;
        line-height: 1.75;
    }
    .coming-soon-page__count-item {
        width: 118px;
        min-height: 112px;
    }
    .coming-soon-page__count-item strong {
        font-size: 52px;
    }
    .coming-soon-page__booth {
        margin-bottom: 30px;
    }
    .coming-soon-page__contact-item + .coming-soon-page__contact-item::before {
        display: none;
    }
}
@media (max-width: 575px) {
    .coming-soon-page {
        padding: 24px 16px 42px;
    }
    .coming-soon-page__logo {
        width: min(100%, 220px);
        margin-bottom: 24px;
    }
    .coming-soon-page__eyebrow {
        font-size: 16px;
    }
    .coming-soon-page__line {
        width: 72px;
        margin-bottom: 22px;
    }
    .coming-soon-page__countdown {
        gap: 14px;
    }
    .coming-soon-page__count-item {
        width: calc(50% - 7px);
        min-height: 102px;
    }
    .coming-soon-page__count-item strong {
        font-size: 44px;
    }
    .coming-soon-page__count-item span,
    .coming-soon-page__contact-item {
        font-size: 15px;
    }
    .coming-soon-page__contact-row {
        gap: 18px;
        flex-direction: column;
    }
    .coming-soon-page__contact-icon {
        width: 56px;
        height: 56px;
        font-size: 26px;
    }
}
@media (max-width: 1399px) {
    .vision-promise-card {
        grid-template-columns: 160px minmax(0, 1fr);
        gap: 24px;
        min-height: 400px;
    }
    .vision-promise-card__content h3,
    .vision-promise-feature__content h3 {
        font-size: 30px;
    }
    .vision-promise-card__content p,
    .vision-promise-feature__content p {
        font-size: 18px;
        line-height: 1.8;
    }
    .vision-promise-feature {
        grid-template-columns: 190px minmax(0, 1fr) 260px;
    }
}
@media (max-width: 1199px) {
    .vision-promise-section__top {
        grid-template-columns: minmax(0, 1fr);
    }
    .vision-promise-section__divider {
        display: none;
    }
    .vision-promise-card {
        min-height: auto;
    }
    .vision-promise-feature {
        grid-template-columns: 180px minmax(0, 1fr);
    }
    .vision-promise-feature__visual {
        grid-column: 1 / -1;
        justify-content: center;
        margin-top: -10px;
    }
}
@media (max-width: 991px) {
    .vision-promise-section {
        padding: 54px 0;
    }
    .vision-promise-card,
    .vision-promise-feature {
        grid-template-columns: minmax(0, 1fr);
        padding: 28px 22px;
    }
    .vision-promise-card__icon-wrap,
    .vision-promise-feature__icon-shell {
        min-height: auto;
        padding-top: 0;
        padding-bottom: 72px;
        margin-bottom: 10px;
    }
    .vision-promise-card__icon-ring {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
    }
    .vision-promise-card__dots {
        left: 18px;
        bottom: 0;
        width: 88px;
        height: 88px;
    }
    .vision-promise-feature__icon-outline {
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .vision-promise-feature__icon {
        width: 176px;
        height: 176px;
    }
    .vision-promise-feature__content {
        padding-top: 0;
    }
}
@media (max-width: 767px) {
    .vision-promise-card__content h3,
    .vision-promise-feature__content h3 {
        font-size: 24px;
    }
    .vision-promise-card__line {
        margin: 14px 0 16px;
    }
    .vision-promise-card__content p,
    .vision-promise-feature__content p {
        font-size: 16px;
        line-height: 1.7;
    }
    .vision-promise-feature__highlight {
        margin-top: 22px;
        padding-top: 22px;
    }
    .vision-promise-feature__highlight::before {
        top: 31px;
        height: calc(100% - 44px);
    }
    .vision-promise-feature__highlight p {
        padding-left: 18px;
    }
}
.whyWorkBox {
    text-align: center;
    margin: 0 0 20px 0;
    padding: 10px 30px;
}
.whyWorkBox h4 {
    color: #061a3c;
    font-size: 30px;
    text-transform: capitalize;
    line-height: 40px;
    font-weight: bold;
    margin: 20px 0 15px 0;
}
.whyWorkBox p {
    color: #505050;
    line-height: 35px;
}
.margBot50 {
    margin-bottom: 50px;
}
.margBot70 {
    margin-bottom: 70px;
}
/* --- Service Box --- */
.services-section {
    padding-top: 90px;
    overflow: hidden;
}
.service-box {
    position: relative;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    transition: 0.4s ease;
}
.bg1 {
    background: #ff5b50;
}
.service-icon {
    position: absolute;
    top: -68px;
    width: 140px;
    height: 140px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    border: 4px solid #ff5b50;
    transition: 0.4s;
}
.service-icon img {
    width: 70px;
    transition: 0.4s;
}
.service-box h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 60px;
    transition: 0.4s;
    text-transform: capitalize !important;
}
.service-box:hover {
    transform: translateY(-10px);
}
.service-box:hover .service-icon {
    transform: scale(1.08);
}
.service-box:hover .service-icon img {
    transform: rotate(-8deg);
}
.service-box:hover h3 {
    letter-spacing: 0.5px;
}
h3.headingLeader {
    color: #061a3c;
    font-size: 50px;
    text-transform: capitalize;
    margin: 0 0 60px 0;
}
h3.headingLeader span {
    font-family: "Impact Regular";
}
.leaderShipSect {
    padding-top: 0 !important;
}
.leaderShipSect p {
    font-size: 20px;
    line-height: 30px;
    text-align: justify;
}
.imgLeader {
    position: relative;
    z-index: 5;
}
.blueBgLeaderInfo {
    background: #061a3c;
    border-radius: 10px;
    padding: 35px 30px 20px 30px;
    color: #fff;
    position: relative;
    margin-top: -145px;
}
.blueBgLeaderInfo span {
    display: inline-block;
    border-bottom: 2px solid #fe6255;
    margin: 5px 5px 5px 5px;
    padding: 0 0 10px 0;
}
.blueBgLeaderInfo p {
    color: #fff;
    text-align: center;
    line-height: 20px;
}
.followLinks {
    padding: 0;
    margin: 0;
}
a.followLinks,
.followLinks {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    background: #fe6255;
    font-size: 35px;
    width: 70px;
    height: 70px;
    border-radius: 100px;
    padding: 5px 0 0 0;
    margin: 0 10px 10px 0;
    text-align: center;
    border: 2px solid #fe6255;
}
a:hover.followLinks,
.followLinks:hover {
    border: 2px solid #fff;
    background: #061a3c;
}
.mb-6 {
    margin-bottom: 4rem;
}
.largeTextPara {
    font-size: 25px !important;
}
.clientSect {
    background: #f6f6f6;
    padding: 80px 0;
}
/* Fullscreen Loader */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fbf9fc;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999;
}
/* Loader GIF */
#preloader img {
    width: 250px; /* Change as needed */
    max-width: 100%;
    margin-top: -260px;
}
/* Hide Loader */
#preloader.hide {
    opacity: 0;
    visibility: hidden;
    transition: 0.5s ease;
}
/* ---  */
/*.process-section{
  padding:70px 0; 
}*/
.process-card {
    background: #f7f7f7;
    border-radius: 10px;
    text-align: center;
    padding: 45px 30px;
    height: 100%;
    transition: all 0.45s ease;
    cursor: pointer;
}
.process-card .icon {
    font-size: 70px;
    color: #ff6158;
    margin-bottom: 30px;
    transition: 0.45s;
}
.process-card h3 {
    font-size: 24px;
    font-weight: 700;
    color: #10254d;
    margin-bottom: 18px;
}
.process-card p {
    font-size: 20px;
    color: #222;
    line-height: 1.45;
    margin: 0;
}
/* Active Card */
.active-card {
    background: #ff6158;
}
.active-card h3,
.active-card p,
.active-card .icon {
    color: #fff;
}
/* Hover Effect */
.process-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}
.process-card:hover .icon {
    transform: scale(1.12) rotate(5deg);
}
/* Optional hover color */
.process-card:not(.active-card):hover {
    background: #ff6158;
}
.process-card:not(.active-card):hover h3,
.process-card:not(.active-card):hover p,
.process-card:not(.active-card):hover .icon {
    color: #fff;
}
/* --- Services --- */
.ourServices-section {
    padding-bottom: 0 !important;
}
.ourServices {
    margin-bottom: 20px;
    background: #f7f7f7;
}
.service-img {
    overflow: hidden;
    height: 100%;
}
.service-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s ease;
}
.service-content {
    background: #f7f7f7;
    padding: 60px;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: 0.5s;
}
.service-content h2 {
    color: #0f2348;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 30px;
    font-family: "Tahoma" !important;
}
.line {
    width: 260px;
    height: 5px;
    background: #ff6158;
    margin-bottom: 35px;
}
.service-content p {
    font-size: 22px;
    color: #222;
    line-height: 1.6;
}
/* Triangle */
.right-arrow::before {
    content: "";
    position: absolute;
    left: 0;
    top: 70px;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 16px solid #ff6158;
}
.left-arrow::before {
    content: "";
    position: absolute;
    right: 0;
    top: 45px;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-right: 16px solid #ff6158;
}
/* Hover */
.ourServices:hover img {
    transform: scale(1.08);
}
.ourServices:hover .service-content {
    background: none;
    /* transform:translateY(-8px); */
    /* box-shadow:0 18px 40px rgba(0,0,0,.12); */
}
.ourServices:hover .line {
    width: 320px;
    transition: 0.5s;
}
.ourServices {
    transition: 0.5s;
}
.icon-box {
    /* width:120px;
    height:120px; */

    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    transition: 0.4s ease;
    cursor: pointer;
}
.icon-box img {
    width: 100px;
    transition: 0.4s ease;
}
/* Hover */
.icon-box:hover img {
    filter: brightness(0) invert(1);
}
.process-card:hover .icon-box img {
    filter: brightness(0) invert(1);
}

/*-- Media Css --*/
@media (min-width: 1440px) {
    .container {
        max-width: 1440px;
    }
}
@media (max-width: 1440px) {
    #mainNav .navbar-nav .nav-item .nav-link {
        font-size: 17px;
    }
    .paragraphSect h2 {
        font-size: 55px;
    }
    .paragraphSect p {
        font-size: 18px;
        line-height: 26px;
    }
    .subHeader h1 {
        top: 80px;
    }
    .addressSect h3 {
        font-size: 20px !important;
    }
    h3.contactHeading,
    .mapInfo h3 {
        font-size: 30px !important;
    }
    ul.listContact li {
        font-size: 18px !important;
        background: url(../images/list-icon.png) no-repeat left 8px !important;
    }
    header .item .cover .header-content p.largeText {
        font-size: 20px;
    }
    .workWithUsSect ul li h5 {
        font-size: 22px;
    }
    .workWithUsSect ul li p {
        font-size: 17px;
        line-height: 28px;
    }
    .blueBgLeaderInfo {
        margin-top: -159px;
    }
    .timeline-connector {
        top: 30%;
    }
    .service-icon {
        width: 120px;
        height: 120px;
    }
    .service-box h3 {
        font-size: 22px;
        margin-top: 40px;
    }
    .service-content h2 {
        font-size: 25px !important;
    }
}
@media (max-width: 1400px) {
    .gallery-container {
        margin: 0 auto;
    }
    .img1 {
        width: 420px;
    }
    .img2 {
        width: 250px;
    }
    .img3 {
        width: 230px;
        height: auto;
        bottom: 160px;
        left: 100px;
    }
    header .item {
        height: 500px;
        position: relative;
    }
    header .item .cover .header-content h1 {
        font-size: 55px;
        line-height: 70px;
        margin: 70px 0 30px 0;
    }
    header .item .cover .header-content h4 {
        font-size: 25px;
        margin-bottom: 25px;
    }
    header .item .cover .header-content p {
        font-size: 17px;
    }
    .paragraphSect h2 {
        font-size: 50px;
    }
    .paragraphSect h3 {
        font-size: 20px;
    }
    .paragraphSect ul li {
        font-size: 20px;
        background: url(../images/list-icon.png) no-repeat left 2px;
    }
    .ourExpertise {
        min-height: 800px;
    }
    .ourExpertise ul {
        margin: 40px 0 60px 0;
    }
    .ourExpertise ul li {
        margin: 0 0 30px 0;
        padding: 0 0 0 105px;
    }
    .ourExpertise ul li p {
        font-size: 17px;
        line-height: 25px;
    }
    .ourExpertise ul li h4 {
        font-size: 23px;
    }
    .ourExpertise h2 {
        font-size: 50px;
    }
    .ourExpertise h3 {
        font-size: 20px;
    }
    .whyChooseSect {
        min-height: 700px;
    }
    .whyChooseSect h2 {
        font-size: 50px;
    }
    .whyChooseSect h3 {
        font-size: 20px;
    }
    .paragraphSect p {
        font-size: 16px;
        line-height: 24px;
    }
    .nextExperience {
        min-height: 400px;
    }
    .nextExperience h2 {
        font-size: 55px;
        line-height: 70px;
    }
    .nextExperience p a {
        margin: 10px;
        font-size: 16px;
    }
    .gallery-container {
        height: 500px;
    }
    .img3 {
        bottom: -50px;
        left: 60px;
    }
    footer {
        font-size: 15px;
    }
    footer ul li {
        font-size: 16px;
    }
    .countSect {
        min-height: 200px;
        padding: 60px 0 80px 0;
    }
    #mainNav.navbar-shrink .navbar-nav .nav-item .nav-link {
        font-size: 16px;
    }
    .gallery-section .img3 {
        top: 0;
    }
    .gallery-section .img4 {
        top: 10px;
    }
    .addressSect {
        min-height: 150px;
    }
    .addressSect img {
        width: 50px;
    }
    header .item .cover .header-content h2 {
        font-size: 45px;
        margin: -20px 0 20px 0;
    }
    header .item .cover .header-content p.largeText {
        font-size: 21px;
        letter-spacing: 0;
    }
    .workWithUsSect ul li {
        background: #fff;
        padding: 30px 50px;
        width: 30%;
    }
    .workWithUsSect ul li p {
        font-size: 19px;
        line-height: 32px;
    }
}
@media (max-width: 1366px) {
    .copyrightTxt {
        font-size: 15px;
    }
    .socialLinksCS {
        margin: 0 0 30px 0;
    }
    .subHeader h1 {
        top: 80px;
        font-size: 45px;
    }
    .form-control.textLg {
        font-size: 17px !important;
    }
    .pagination {
        margin: 10px 0 10px 0;
    }
    .page-link {
        padding: 5px 15px;
        font-size: 14px;
    }
    header .item {
        height: 430px;
        position: relative;
    }
    header .item .cover .header-content h1 {
        font-size: 55px;
        line-height: 65px;
        margin: 70px 0 30px 0;
    }
    header .item .cover .header-content h4 {
        font-size: 20px;
        line-height: 30px;
    }
    header .item .cover .header-content p {
        font-size: 16px;
    }
    .countBox label {
        font-size: 20px;
    }
    .paragraphSect h2 {
        font-size: 45px;
        margin: 0 0 25px 0;
    }
    .paragraphSect p br {
        display: none;
    }
    .margLeftBannerText {
        margin-left: 40px !important;
    }
    .gallery-section .img3 {
        bottom: 15px !important;
    }
    .breadcrumb-item {
        font-size: 20px;
    }
    .listTable td h4 {
        font-size: 19px;
    }
    .listTable td p {
        font-size: 18px;
        line-height: 26px;
        margin: 0 0 10px 0;
    }
    .blueRightSect table td {
        padding: 0 10px 30px 0;
    }
    .orangeBox h4 {
        font-size: 17px;
    }
    .paragraphSect p {
        font-size: 14px;
    }
    .orangeBox a.btn-primary {
        font-size: 16px;
    }
    .nextExperience h2 {
        margin-bottom: 35px;
    }
    .portfolioTab ul li {
        padding: 0 30px 0 0 !important;
        font-size: 16px !important;
    }
    a.followLinks,
    .followLinks {
        font-size: 25px;
        width: 50px;
        height: 50px;
    }
    .blueBgLeaderInfo {
        margin-top: -125px;
    }
    .blueBgLeaderInfo p {
        margin-bottom: 0 !important;
    }
    .blueBgLeaderInfo p br {
        display: block !important;
    }
    .timeline-image img {
        width: 100%;
        height: 250px;
    }
    .timeline-connector {
        top: 20%;
    }
    header .item .cover .header-content h2.whiteHeadBanner span {
        font-size: 45px;
    }
}
@media (max-width: 1280px) {
    .footerLink ul li a {
        font-size: 16px;
    }
    .paragraphSect p {
        font-size: 16px;
        line-height: 22px;
    }
    .socialLinkBot a {
        font-size: 16px;
    }
    .gallery-section .img1 {
        width: 160px;
        height: 130px;
        top: 45px;
    }
    .gallery-section .img2 {
        width: 140px;
        height: 204px;
        top: 50px !important;
        right: -20px !important;
    }
    /* Center Images */
    .gallery-section .img3 {
        width: 140px;
        height: 210px;
        left: 0 !important;
    }
    .gallery-section .img4 {
        width: 140px;
        height: 151px;
        top: 10px;
    }
    /* Right Images */
    .gallery-section .img5 {
        width: 160px;
        height: 136px;
    }
    .gallery-section .img6 {
        width: 160px;
        height: 136px;
        top: 45px;
    }
    .blueBgLeaderInfo {
        margin-top: -105px;
        padding-top: 20px;
    }
}
@media (max-width: 1200px) {
    header .item .cover .header-content p a.whiteLink {
        margin-left: 0;
    }
    .copyrightTxt {
        padding-top: 15px;
    }
    .backtotop {
        bottom: 6em;
    }
    #mainNav .navbar-brand img {
        height: 50px;
    }
    #mainNav .navbar-nav .nav-item .nav-link {
        font-size: 16px;
        padding: 0 0.7rem;
    }
    body {
        padding: 120px 0 0 0;
    }
    nav#mainNav.py-3 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    header .item {
        height: 450px;
        position: relative;
    }
    header .item .cover .header-content h1 {
        font-size: 48px;
        line-height: 60px;
    }
    header .item .cover .header-content h1 span {
        font-size: 68px;
    }
    .paragraphSect h2 {
        font-size: 35px;
        margin: 0 0 25px 0;
    }
    /* .paragraphSect h3 {
      font-size: 30px;
  } */
    .countBox span {
        font-size: 30px;
    }
    .countBox img {
        width: 30%;
    }
    .countBox label {
        font-size: 15px;
        font-weight: 400;
    }
    .subHeader h1 {
        top: 60px;
    }
    .paragraphSect ul li {
        font-size: 18px;
        background: url(../images/list-icon.png) no-repeat left 0;
    }
}
@media (max-width: 1100px) {
}
@media (max-width: 1024px) {
    .backtotop {
        bottom: 7em;
    }
    .subHeader h1 {
        top: 60px;
        font-size: 40px;
    }
    body {
        padding: 110px 0 0 0;
    }
    .img1 {
        width: 330px;
        border: 5px solid #fff;
    }
    .img2 {
        width: 220px;
        top: 120px;
        border: 5px solid #fff;
    }
    .img3 {
        width: 210px;
        bottom: -10px;
        left: 60px;
        border: 5px solid #fff;
    }
    header .item {
        height: 350px;
        position: relative;
    }
    header .item .cover .header-content h1 {
        font-size: 40px;
        line-height: 50px;
    }
    .paragraphSect h3 {
        font-size: 20px;
    }
    .countBox span {
        font-size: 50px;
    }
    .countBox label {
        font-size: 16px;
        font-weight: 500;
    }
    .portfolio-card span {
        font-size: 16px;
    }
    .gallery-container {
        height: 450px;
    }
    .whyChooseSect h2 {
        font-size: 35px;
    }
    .whyChooseSect h2 span {
        font-size: 45px;
    }
    .whyChooseSect ul li {
        padding: 10px 0 10px 110px;
        font-size: 22px;
    }
    .nextExperience h2 {
        font-size: 45px;
        line-height: 60px;
    }
    .nextExperience h2 span {
        font-weight: normal;
        font-size: 45px;
    }
    .addressSect {
        min-height: 130px;
    }
    .addressSect img {
        width: 40px;
    }
    .addressSect h3 {
        font-size: 16px !important;
    }
    .addressSect p {
        font-size: 15px;
    }
    header .item .cover .header-content h2 {
        font-size: 35px;
        margin: -20px 0 20px 0;
    }
    header .item .cover .header-content h1.whiteHeadBanner span {
        font-size: 35px;
    }
    header .item .cover .header-content p.largeText {
        font-size: 15px;
        line-height: 22px;
        letter-spacing: 0;
    }
    h3.contactHeading,
    .mapInfo h3 {
        font-size: 23px !important;
    }
    .mapInfo p {
        font-size: 18px;
    }
    .addressSect br {
        display: block !important;
    }
    header .item.portFolioBanner {
        height: 570px;
    }
    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel .owl-nav button.owl-next {
        height: 40px;
        width: 40px;
        font-size: 22px;
    }
    .blueRightSect {
        margin-top: 30px;
    }
    .workWithUsSect ul li {
        background: #fff;
        padding: 30px 30px;
        font-size: 17px;
    }
    .paragraphSect h3.subHeadingOrg {
        font-size: 22px;
        line-height: 40px;
    }
    .timeline-card p {
        padding: 0 10px;
    }
    .timeline-card h3 {
        font-size: 17px !important;
    }
    .whyWorkBox h4 {
        font-size: 25px;
        line-height: 35px;
    }
}
@media (max-width: 1000px) {
    .socialTopBar {
        font-size: 14px;
    }
    .navbar-toggler {
        background: #fe6255;
        color: #fff;
        border: 1px solid #fe6255;
    }
    #mainNav.navbar-shrink {
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    }
    #mainNav .navbar-nav .nav-item .nav-link {
        font-size: 18px;
        padding: 10px 0.7rem;
    }
    #mainNav .navbar-nav li {
        border-bottom: 1px solid #ccc;
    }
    #mainNav .navbar-nav li:last-child {
        border-bottom: none;
    }
    .countSect {
        min-height: 300px;
    }
    .gallery-container {
        height: 400px;
        margin-bottom: 50px;
    }
    .img2 {
        right: auto;
        left: 180px;
        top: 80px;
    }
    .img3 {
        bottom: 0px;
    }
    footer {
        text-align: center !important;
    }
    .copyrightTxt {
        text-align: center !important;
    }
    footer .text-left {
        text-align: center !important;
    }
    .gallery-section .img2 {
        left: 20px !important;
        top: -10px;
    }
    .gallery-section .img5 {
        top: 50px !important;
    }
    .gallery-section .img6 {
        top: 60px !important;
    }
    .contactBorder {
        border-left: 0;
        border-top: 1px solid #ccc;
        margin-top: 40px;
        padding-top: 40px;
        padding-left: 15px;
    }
    .addressSect {
        margin-bottom: 40px;
    }
    .addressSect.middBox {
        border-right: none !important;
    }
    .workWithUsSect ul li {
        background: #fff;
        width: 42%;
    }
    .nextExperience h2 span.smallText {
        font-size: 32px;
    }
    .hideOnDesk {
        display: block;
    }
    .hideOnMob {
        display: none;
    }
    header .item .cover .header-content h2.whiteHeadBanner span {
        font-size: 30px;
    }
    .paragraphSect h3.subHeadingOrg br {
        display: none;
    }
    .borderRh {
        margin-right: 0 !important;
        padding-right: 20px !important;
    }
    .blueBgLeaderInfo {
        margin-top: 0;
        padding-top: 20px;
    }
    .imgLeader {
        display: block;
        margin: 0 auto;
    }
    .largeTextPara {
        font-size: 20px !important;
    }
    .process-card {
        padding: 40px 25px;
    }
    .process-card p {
        font-size: 18px;
    }
    .service-content {
        padding: 45px 35px;
        text-align: center;
    }
    .line {
        margin: auto auto 25px;
    }
    .right-arrow::before,
    .left-arrow::before {
        display: none;
    }
    .service-content h2 {
        font-size: 32px;
    }
    .service-content p {
        font-size: 22px;
    }
    header .item .cover .header-content h1 {
        font-size: 30px;
        margin-bottom: 15px;
    }
    header .item .cover .header-content h2 {
        font-size: 25px;
        margin: -20px 0 20px 0;
        line-height: 35px;
    }
    header .item .cover .header-content h1.whiteHeadBanner span {
        font-size: 25px;
    }
    .clientSect .owl-carousel .owl-item img {
        display: inline-block;
        width: 60%;
    }
    .clientSect .owl-carousel.owl-drag .owl-item {
        text-align: center;
    }
}
@media (max-width: 991px) {
    .timeline-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }
    .timeline-connector {
        display: none;
    }
    .timeline-card {
        width: 100%;
    }
    .service-box {
        height: 220px;
        margin-bottom: 20px;
    }
    .service-box h3 {
        font-size: 24px;
    }
}
@media (max-width: 800px) {
    .countBox span {
        font-size: 20px;
    }
    .countBox label {
        font-size: 13px;
        font-weight: 400;
    }
}
@media (max-width: 768px) {
    .breakPoint {
        display: inline-block;
    }
    footer {
        text-align: center;
    }
    .copyrightTxt {
        text-align: center;
        padding-top: 5px;
    }
    .footerLink {
        margin-top: 15px;
    }
    .backtotop {
        bottom: 3em;
    }
    #mainNav.navbar-shrink {
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    }
    #mainNav .navbar-brand img {
        height: 50px;
    }
    #mainNav.py-3 {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }
    body {
        padding: 130px 0 0 0;
    }
    footer img.logo {
        height: 50px;
    }
    .socialTopBar a span {
        margin-right: 0;
    }
    .subHeader h1 {
        top: 35px;
        font-size: 35px;
    }
    header .item {
        height: 280px;
        position: relative;
    }
    header .item .cover .header-content h1 {
        font-size: 38px;
        line-height: 50px;
        margin: 100px 0 20px 0;
    }
    header .item .cover .header-content h1 span {
        font-size: 50px;
    }
    header .item .cover .header-content h4 {
        font-size: 16px;
        line-height: 22px;
        margin: 0 0 15px 0;
    }
    header .item .cover .header-content p {
        font-size: 14px;
    }
    .paragraphSect h2 {
        font-size: 32px;
        margin: 0 0 15px 0;
    }
    .paragraphSect {
        padding: 30px 0;
    }
    .footerLink {
        text-align: center;
    }
    .footerLink ul li a {
        font-size: 14px;
    }
    .footerLink ul li {
        margin: 0 15px 2px 0;
    }
    header .item .cover .header-content p a.whiteLink.mob2 {
        color: #fff;
    }
    .socialTopBar .socialLink,
    .topMailPhone {
        text-align: center;
    }
    .countSect {
        min-height: 200px;
    }
    .countBox span {
        font-size: 40px;
    }
    header .item .cover .header-content h1 br {
        display: none;
    }
    .addressSect {
        border-right: none !important;
        border-bottom: 1px solid #fe6255;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .minHeight {
        min-height: 40px;
    }
    .contactForm .mb-4 {
        margin-bottom: 0.8rem !important;
    }
    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel .owl-nav button.owl-next {
        height: 30px;
        width: 30px;
        font-size: 18px;
    }
    .workWithUsSect ul li {
        background: #fff;
        width: 44%;
        padding: 30px 30px;
    }
    .workWithUsSect ul li img {
        width: 60%;
    }
    .workWithUsSect ul li h5 {
        font-size: 20px;
    }
    .workWithUsSect ul li p {
        font-size: 17px;
        line-height: 27px;
    }
    .nextExperience p.BotBannerPara {
        font-size: 19px;
    }
    .infoSect {
        padding: 15px 15px;
    }
    .infoSect h5 {
        font-size: 16px;
    }
    .infoSect p,
    .infoSect a {
        font-size: 14px;
    }
    .nextExperience h2 {
        font-size: 35px;
        line-height: 50px;
    }
    .nextExperience h2 span {
        font-weight: normal;
        font-size: 35px;
    }
    .borderRh {
        border-right: none;
        border-bottom: 3px solid #fe6255;
    }
    .borderRhTbl {
        border-right: none !important;
        border-bottom: 3px solid #fe6255 !important;
    }
    .borderRhTbl img {
        margin-bottom: 20px;
    }
    .margLhTbl {
        margin-left: 0 !important;
    }
    .blueBgLeaderInfo {
        text-align: center;
    }
    .mb-6 {
        margin-bottom: 1rem;
    }
    .timeline-icon {
        margin: -40px auto 40px;
    }
    header .item .cover .header-content h2.whiteHeadBanner span {
        font-size: 30px;
    }
    .service-content p {
        font-size: 18px;
    }
    .countBox {
        width: 100%;
        margin: 0 0 30px 0;
        padding: 0 0 20px 0;
    }
    .paddBotTopSM .borderRightCount {
        border-right: none;
        border-bottom: 1px solid #fe6255;
    }
    .countBox img {
        width: auto;
    }
    .countBox label {
        font-size: 20px;
        font-weight: 400;
    }
    .paddBotTopSM .borderRightCount.last {
        border-bottom: none;
    }
    .portProjectBox .infoSect {
        padding: 15px 15px;
    }
    .portProjectBox .infoSect h5 {
        font-size: 15px;
    }
    .portProjectBox .infoSect p,
    .portProjectBox .infoSect a {
        font-size: 14px;
    }
    .borderRightCount {
        border-right: none;
        border-bottom: 1px solid #fff;
    }
    .contactForm {
        padding-right: 0px;
    }
    .mapSect {
        background: url(../images/map-img.jpg) no-repeat center top;
        background-size: cover;
        min-height: 200px;
        padding: 15px 0 5px 0;
    }
    h3.contactHeading,
    .mapInfo h3 {
        font-size: 17px !important;
        margin-bottom: 10px;
    }
    .mapInfo .headingBorder {
        margin-bottom: 10px;
    }
    .mapInfo p {
        font-size: 15px;
        margin-bottom: 15px;
        line-height: 18px;
    }
    .mapInfo p a {
        font-size: 13px;
    }
    .leaderShipSect .mb-6 {
        border-bottom: 1px solid #061a3c;
        margin-top: 15px;
        margin-bottom: 25px;
    }
    .paragraphSect h2.small {
        font-size: 30px;
    }
    .clientSect .owl-carousel .owl-item img {
        display: inline-block;
        width: 70%;
    }
    .clientSect .owl-carousel.owl-drag .owl-item {
        text-align: center;
    }
    .bannerBordertittle.lg {
        width: 42%;
        height: 2px;
        margin-bottom: 10px;
    }
    header .item .cover .header-content h2 {
        margin-bottom: 10px;
    }
}
@media (max-width: 767px) {
    .timeline-wrapper {
        grid-template-columns: 1fr;
    }
    .services-section {
        padding-top: 40px;
    }
    .service-box {
        margin-top: 20px;
        height: 200px;
    }
    .service-icon {
        width: 120px;
        height: 120px;
        top: -60px;
    }
    .service-icon img {
        width: 60px;
    }
    .service-box h3 {
        font-size: 22px;
    }
    .button-backtop {
        height: 31px;
        width: 34px;
        background-size: cover;
    }
    .backtotop {
        bottom: 0.5em;
    }
    .breadcrumb-item {
        font-size: 15px;
    }
}

@media (max-width: 600px) {
    .subHeader h1 {
        top: 20px;
        font-size: 22px;
    }
    /* .countBox {
    width: 49%;
    text-align: center;
    margin: 0 0 20px 0;
  }
  .countBox.countLg{
    width: 49%;
  } */
    .countBox label {
        font-size: 18px;
        font-weight: 400;
    }
    .countBox span {
        font-size: 45px;
    }
    .countBox img {
        width: 70px;
        height: auto;
    }
    .paragraphSect h3 {
        font-size: 23px;
    }
    .footerLink ul li a {
        font-size: 13px;
    }
    .footerLink ul li {
        margin: 0 10px 2px 0;
    }
    #preloader {
        padding-top: 35%;
    }
    #preloader img {
        width: 65%;
    }
    .showonTab {
        display: inline-block;
    }
    .nextExperience h2 {
        font-size: 40px;
    }
    .nextExperience {
        min-height: 300px;
    }
    .workWithUsSect ul li {
        background: #fff;
        width: 99%;
        padding: 30px 20px;
        vertical-align: top;
        min-height: 300px;
    }
    .workWithUsSect ul li h5 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .workWithUsSect ul li p {
        font-size: 16px;
        line-height: 26px;
    }
    .workWithUsSect ul li img {
        width: auto;
    }
    .accordion-item {
        padding: 20px 20px 25px 20px;
    }
    .portfolioTab ul li {
        margin: 0 0 5px 0;
        display: inline-block !important;
        padding: 0 10px 0 0 !important;
        font-size: 14px !important;
    }
    .portfolioTab .nav-pills .nav-link {
        padding: 5px;
    }
    .portfolioTab .nav-pills .nav-link.active {
        border-bottom: 4px solid #fe6255;
    }
    .portfolioTab ul {
        padding: 0;
        margin: 0 0 20px 0;
    }
    header .item .cover .header-content h1 {
        font-size: 30px;
        line-height: 40px;
        margin: 100px 0 20px 0;
    }
    header .item .cover .header-content h2 {
        font-size: 25px;
        margin: -20px 0 10px 0;
    }
    header .item .cover .header-content p.largeText {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0;
    }
    .process-card {
        padding: 35px 20px;
    }
    .process-card .icon {
        font-size: 55px;
    }
    .process-card h3 {
        font-size: 22px;
    }
    .process-card p {
        font-size: 17px;
    }
    .service-content {
        padding: 35px 25px;
    }
    .service-content h2 {
        font-size: 28px;
    }
    .service-content p {
        font-size: 18px;
    }
    .line {
        width: 180px;
    }
    .clientSect .owl-carousel .owl-item img {
        display: inline-block;
        width: 50%;
    }
    .clientSect .owl-carousel.owl-drag .owl-item {
        text-align: center;
    }
    header .item .cover .header-content h1.whiteHeadBanner span {
        font-size: 25px;
    }
    .img1 {
        width: 250px;
        border: 5px solid #fff;
    }
    .img2 {
        width: 160px;
        left: 150px;
        top: 70px;
    }
    .img3 {
        width: 170px;
        bottom: 40px;
    }
    .gallery-section .img5 {
        width: 110px;
        height: 86px;
    }
    .gallery-section .img6 {
        width: 110px;
        height: 86px;
    }
    .gallery-section .img3 {
        width: 100px;
        height: 170px;
    }
    .gallery-section .img4 {
        width: 100px;
        height: 111px;
    }
    .gallery-section .img1 {
        width: 110px;
        height: 80px;
    }
    .gallery-section .img2 {
        width: 90px;
        height: 150px;
    }
    .portProjectBox .infoSect h5 {
        font-size: 13px;
    }
    .portProjectBox .infoSect p,
    .portProjectBox .infoSect a {
        font-size: 12px;
    }
    header .item.portFolioBanner {
        height: 400px;
    }
    header .item.portFolioBanner .cover {
        padding-bottom: 10px;
    }
}
@media (max-width: 550px) {
    header .item .cover .header-content p.largeText.whitetext br {
        display: none;
    }
}
@media (max-width: 450px) {
    #mainNav .navbar-brand img {
        height: 40px;
    }
    .socialTopBar {
        line-height: 14px;
        padding: 5px 0;
    }
    body {
        padding: 100px 0 0 0;
    }
    .socialTopBar svg {
        height: 12px;
        width: 13px;
        margin: 5px 0 0 0;
    }
    .socialTopBar .socialLink a svg {
        height: 16px;
        width: 14px;
        padding: 0 1px;
    }

    #preloader {
        padding-top: 50%;
    }
    #preloader img {
        width: 75%;
    }
}
