html {
    scroll-behavior: smooth;
}

::-moz-selection {
    /* Code for Firefox */
    color: #f7f7f7;
    background: #134A8B;
}

::selection {
    color: #f7f7f7;
    background: #134A8B;
}

:root {
    --pst-blue: #134A8B;
    --pst-yellow: #F6931C;
    --headings-color: #434345;
    --text-color: #757575;
}

.text-main-color {
    color: #434345 !important;
}

.text-color {
    color: #757575 !important;
}

.pst-yellow {
    color: #F6931C !important;
}

.bg-pst-yellow {
    background-color: #F6931C !important;
}

.pst-blue {
    color: #134A8B !important;
}

.bg-pst-blue {
    background-color: #134A8B !important;
}

body {
    margin: 0 !important;
    padding: 0 !important;
    font-family: sans-serif;
    color: #434345;
    font-size: 15px;
}

@font-face {
    font-family: myFont;
    src: url('../font/Cabin-Regular.ttf');
}


* {
    font-family: 'Cabin', sans-serif;
}

a {
    text-decoration: none;
    font-size: 15px;
    color: #f8f8f8 !important;
}

p {
    font-size: 15px;
    line-height: 30px;
    margin-top: 5px;
    margin-bottom: 0%;
    font-weight: normal;
    color: #757575;
}

h3 {
    font-size: 20px;
    letter-spacing: 0.5px;
    font-weight: 600;
}

h4 {
    font-size: 18px;
    color: #434345;
}

h5 {
    letter-spacing: 0.5px;
}

.m-auto {
    margin: auto !important;
}

.ms-auto {
    margin-left: auto !important;
}

.me-auto {
    margin-right: auto !important;
}

.font-italic {
    font-style: italic !important;
}

.section-title h2 {
    font-size: 35px;
    font-weight: bold;
    letter-spacing: 0.5px;
    padding-top: 2em;
    padding-bottom: 2em;
}

.vertical-middle {
    align-self: center;
}

.text-justify {
    text-align: justify;
}

.bg-top {
    /* background: linear-gradient(#000000b3, #000000b3), url('../img/bg-img.jpg'); */
    background-size: cover;
    position: absolute;
    z-index: 3;
    width: 100%;
}

/* Top */
/*Top*/
.top-btn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    color: #F7F7F7;
    background: linear-gradient(to right, #F7F7F7 50%, #F6931C 50%);
    background-position: right bottom;
    background-size: 200% 100%;
    border: 1px solid #F6931C;
    transition: all .5s ease-out;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 10px;
}

.top-btn:hover {
    background-position: left bottom;
    color: #F6931C;
}

/* Nav */
.top-nav {
    background: #134A8B !important;
    transition: all 1s;
}

.fixed-top {
    top: -70px;
    transform: translateY(70px);
    transition: transform 0.5s;
    transition: all 1s;
}

.navbar {
    background-color: transparent !important;
}

.navbar-brand {
    width: 30%;
}

.navbar-brand img {
    width: 50%;
}

.dropdown-item {
    color: #434345 !important;
}

.navbar-nav a {
    font-size: 16px;
}

.navbar-nav a:hover {
    color: #F6931C !important;
}

.nav.active {
    background-color: #fff !important;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.nav.active a {
    color: #434345 !important;
}

.nav.active a:hover {
    color: #F6931C !important;
}

.main-logo {
    display: none;
}

.white-logo {
    display: block;
}

.nav.active .main-logo {
    display: block;
}

.nav.active .white-logo {
    display: none;
}

/* .navbar-toggler-icon {
    background-color: #134A8B;
} */

.sm-menu {
    display: none;
}

.sm-menu i {
    color: #134A8B;
}

/* Start active class Nav */
.autohide {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 1030;
}

.scrolled-down {
    transform: translateY(-100%);
    transition: all 0.3s ease-in-out;
}

.scrolled-up {
    transform: translateY(0);
    transition: all 0.3s ease-in-out;
}

/* Login nav menu */
.dropdown-menu-end[data-bs-popper] {
    right: 0;
    left: 0;
}

.modal-backdrop {
    position: relative;
}

.modal-backdrop,
::shadow
/* End Hover Nav */


/* Cart number after added to cart */

.nav-icon-size a i {
    font-size: 20px;
}

.nav .fa-user {
    transform: translate(-8px, 7px);
}

.nav.active .nav .fa-user {
    color: #434345;
}

/* Shopping cart start */
.lighter-text {
    color: #ABB0BE;
}

.main-color-text {
    color: #6394F8;
}

.cart-container {
    margin: auto;
    width: 80%;
}

.badge {
    background-color: #F6931C;
    border-radius: 10px;
    color: white;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    padding: 3px 7px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.shopping-cart,
.shopping-cart-wishlist {
    display: none;
    margin: -13px 0;
    left: 63.4%;
    float: right;
    background: white;
    width: 320px;
    position: absolute;
    border-radius: 3px;
    padding: 20px;
    transition: all 0s;
    z-index: 5;
}

.shopping-cart-wishlist {
    left: 66%;
}

.shopping-cart .shopping-cart-header,
.shopping-cart-wishlist .shopping-cart-header {
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 15px;
}

.shopping-cart .shopping-cart-header .shopping-cart-total,
.shopping-cart-wishlist .shopping-cart-header .shopping-cart-total {
    float: right;
}

.shopping-cart .shopping-cart-items,
.shopping-cart-wishlist .shopping-cart-items {
    padding-top: 20px;
}

.shopping-cart .shopping-cart-items li,
.shopping-cart-wishlist .shopping-cart-items li {
    margin-bottom: 18px;
}

.shopping-cart .shopping-cart-items img,
.shopping-cart-wishlist .shopping-cart-items img {
    float: left;
    margin-right: 12px;
}

.shopping-cart .shopping-cart-items .item-name,
.shopping-cart-wishlist .shopping-cart-items .item-name {
    display: block;
    padding-top: 10px;
    font-size: 16px;
}

.shopping-cart .shopping-cart-items .item-price,
.shopping-cart-wishlist .shopping-cart-items .item-price {
    color: #6394F8;
    margin-right: 8px;
}

.shopping-cart .shopping-cart-items .item-quantity,
.shopping-cart-wishlist .shopping-cart-items .item-quantity {
    color: #ABB0BE;
}

.shopping-cart:after,
.shopping-cart-wishlist:after {
    bottom: 100%;
    left: 89%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #eee;
    border-width: 8px;
    margin-left: -8px;
}

.nav.active .shopping-cart a,
.nav.active .shopping-cart-wishlist a {
    color: #f7f7f7 !important;
}

.shopping-cart,
.shopping-cart-wishlist {
    background: #eee;
}

.cart-icon {
    color: #515783;
    font-size: 24px;
    margin-right: 7px;
    float: left;
}

.button {
    background: #134A8B;
    color: white;
    text-align: center;
    padding: 12px;
    text-decoration: none;
    display: block;
    border-radius: 25px;
    font-size: 16px;
    margin: 25px 0 15px 0;
}

.button:hover {
    background: #1c63bb;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.nav.active .text-white {
    color: #fff !important;
}

/* Shopping cart end*/

/* Carousel */

.carousel-inner {
    height: 100vh;
}

.banner {
    position: relative;
    color: #fff;
    text-align: center;
}

.banner-text {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    color: #fff;
    text-align: center;

}

.carousel-item img {
    filter: brightness(0.5);
}

/* Home About */
.hm-about {
    margin-top: 4em;
    margin-bottom: 4em;
}

/* Progress bar */
.progress-title {
    letter-spacing: 1.4px;
}

.progress-text {
    color: #434345;
    float: right;
}

.progress-bar {
    width: 100%;
    height: 10px;
    background-color: #D7E9FF;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

/* Bar-1 animation */
.bar-1 {
    height: 100%;
    width: 75%;
    background-color: #134A8B;
    animation: bar-1 4s;
}

@keyframes bar-1 {
    0% {
        width: 0%;
    }

    100% {
        width: 75%;
    }
}

/* Bar-2 animation */
.bar-2 {
    height: 100%;
    width: 87%;
    background-color: #134A8B;
    animation: bar-2 4s;
}

@keyframes bar-2 {
    0% {
        width: 0%;
    }

    100% {
        width: 87%;
    }
}


/* Bar-3 animation */
.bar-3 {
    height: 100%;
    width: 90%;
    background-color: #134A8B;
    animation: bar-3 4s;
}

@keyframes bar-3 {
    0% {
        width: 0%;
    }

    100% {
        width: 90%;
    }
}

/* Home Mission */
.hm-mission {
    padding-top: 4em;
    padding-bottom: 4em;
    background-color: #F7F7F7;
}

/* Home Overview */
.hm-overview {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../img/overview.jpg') repeat fixed 100%;
    background-size: cover;
    color: #f8f8f8;
}

.hm-overview h3 {
    font-size: 35px !important;
}

/* Home Service */
.hm-service {
    margin-bottom: 4em;
}

.service-box {
    background-color: #f8f8f8;
    padding: 35px;
    border-radius: 10px;
    box-sizing: border-box;
    box-shadow: 0 0 11px rgba(33, 33, 33, .2);
}

.service-box:hover {
    box-shadow: 0 0 11px #F7E4CF;
}

.service-title a h3 {
    color: #434345;
}

.service-title a h3:hover {
    color: #F6931C;
}

.overflow-x-auto {
    overflow-x: auto !important;
}

.overflow-y-auto {
    overflow-y: auto !important;
}

/* button for more option */

.mybtn {
    padding: 8px 60px;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    color: #f8f8f8 !important;
    background: linear-gradient(to right, #f8f8f8 50%, #134A8B 50%);
    background-position: right bottom;
    background-size: 200% 100%;
    border: 1px solid #134A8B;
    transition: all .5s ease-out;
    cursor: pointer;
    border-radius: 2em;
}

.mybtn:hover {
    background-position: left bottom;
    color: #134A8B !important;
}


.btn {
    padding: 10px 30px;
    color: #f9f9f9 !important;
    width: auto;
    padding: 8px 60px;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background: linear-gradient(to right, #f9f9f9 50%, #F6931C 50%);
    background-position: right bottom;
    background-size: 200% 100%;
    border: 1px solid #f9f9f9;
    transition: all .5s ease-out;
    cursor: pointer;
    border-radius: 2em;
}

.btn:hover {
    background-position: left bottom;
    color: #F6931C !important;
}

.form-control,
.form-select {
    border-radius: 2em;
}

/* Industry Sector */
.industry-sector {
    background-color: #f7f7f7;
}

.sector-box {
    position: relative;
    width: 216px;
    height: 50px;
    font-size: 20px;
    align-items: center;
    background-color: #fff;
    border-radius: 10px;
    border-left: 3px solid #134A8B;
    border-bottom: 3px solid #F6931C;
    cursor: pointer;
}

.sector-box:hover {
    transform: translateX(-10px) !important;
    transition: all 0.2s !important;
}

.sector-p {
    position: absolute;
    font-size: 18px;
    letter-spacing: 00.5px;
    top: 43%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* Package and Pricing */
.currency {
    color: #F7F7F7;
}

.price {
    background: none;
    color: #F6931C;
    font-size: 30px;
}

.package-box {
    background-color: #F8F8F8;
    border-radius: 10px;
    box-sizing: border-box;
    box-shadow: 0 0 11px rgba(33, 33, 33, .2);
}

.package-service ul li {
    letter-spacing: 00.5px;
    line-height: 35px;
    text-align: left;
    padding-left: 2em;
}

.package-service .unavailable {
    color: #757575;
}

.green-tick {
    color: #0FA958;
}

.red-tick {
    color: #F24E1E;
}

.package-one {
    background-color: #134A8B;
    color: #F7F7F7;
    box-sizing: border-box;
    border-radius: 10px;
}


.ribbon {
    width: 150px;
    height: 150px;
    position: absolute;
    top: -10px;
    left: -10px;
    overflow: hidden;
}

.ribbon::before,
.ribbon::after {
    position: absolute;
    content: "";
    z-index: -1;
    display: block;
    border: 7px solid #cd7100;
    border-top-color: transparent;
    border-left-color: transparent;
}

.ribbon::before {
    top: 0px;
    right: 15px;
}

.ribbon::after {
    bottom: 15px;
    left: 0px;
}

.ribbon span {
    position: absolute;
    top: 30px;
    right: 0;
    transform: rotate(-45deg);
    width: 200px;
    background: #F6931C;
    padding: 10px 0;
    color: #fff;
    text-align: center;
    font-size: 17px;
    letter-spacing: 00.5px;
    text-transform: uppercase;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12);
}

/* Approach section (Process) */

.process {
    /* background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../img/approach.jpg') repeat fixed 100%; */
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../img/approach.jpg') fixed;
    background-size: cover;
}

.approach-box {
    background-color: #F8F8F8;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 25px 70px;
    height: 300px;
}

.approach-one {
    color: #F6931C;
    font-size: 60px;
    font-weight: bold;
}

.approach-title {
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 00.5px;
}

.approach-text {
    color: #757575;
}

.team-text {
    color: #757575;
}

.team-img img {
    width: 230px;
    height: 230px;
    object-fit: cover;
}

.position-color {
    color: #969696;
    letter-spacing: 00.5px;
}

/* Testimonials */
.testimonials {
    background-color: #fff;
}

.clients-img,
.team-img {
    display: inline-block;
    position: relative;
    width: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: 50%;
}

.clients-img img,
.team-img img {
    width: 100%;
    height: auto;
}

/* Inquiry form */
.inquiry-form {
    /* background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../img/inquiry.jpg') repeat fixed 100%; */
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../img/inquiry.jpg') fixed 100%;
    background-size: cover;
}

.inquiry-form h2 {
    letter-spacing: 2px;
}

.inquiry-form .form-control,
.inquiry-form .form-select {
    color: #434345;
    padding: 0.6rem 1.75rem;
    border: 1px solid #F6931C;
}

.invalid-tooltip {
    z-index: 1;
}

.invalid-feedback {
    max-width: fit-content;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: .875rem;
    color: #fff;
    background-color: rgba(220, 53, 69, .9);
    border-radius: 0.25rem;
}

/* Newsletter section */

.newsletter .form-control {
    color: #434345;
    padding: 0.6rem 1.75rem;
    border: 1px solid #F6931C;
}

.sm-icon i {
    font-size: 35px;
    padding-right: 15px;
}

/* .sm-icon i:hover {
    color: #1c63bb;
    transition: all 0s;
} */

.fa-facebook:hover {
    color: #166FE5 !important;
}

.fa-linkedin:hover,
.fa-linkedin-in:hover {
    color: #0A66C2 !important;
}

.fa-twitter:hover {
    color: #1DA1F2 !important;
}

.fa-instagram:hover {
    color: #BA2D75 !important;
}

.newsletter,
.footer {
    background-color: #F7F7F7;
}

.footer-menu ul li a {
    color: #74767E !important;
    line-height: 40px;
    letter-spacing: 0.5px;
}

.footer-menu ul li a:hover {
    color: #F6931C !important;
}

.ft-icon i {
    color: #74767E;
    font-size: 35px;
    padding-right: 15px;
}

.payment-method i {
    font-size: 30px;
}

/* Copyright */

.copyright {
    background: #434345;
    color: #f8f8f8;
}

.copyright img {
    width: 30%;
}

.copyright .logo {
    background-color: #434345;
    width: 100px;
    height: 60px;
    padding: 6px 0px;
    border-radius: 50%;
    transform: translateY(-12px);
}

.copyright a:hover {
    color: #F6931C !important;
}

.text-grey {
    color: #E8E8E8 !important;
}

.br-line {
    border-left: 1px solid #F8F8F8;
}

/* animation */
#features {
    text-align: center;
}

#features i {
    font-size: 35px;
}

#features h2 {
    margin-top: 15px;
    font-size: 30px;
    margin-bottom: 7px;
    color: #fff;
}

.count p {
    font-size: 22px;
    /* font-weight: bold; */
    color: #eee;
}


@media only screen and (max-width: 768px) {
    .navbar-brand img {
        width: 100%;
    }

    .carousel-inner {
        height: 100%;
    }

    .mission-text {
        margin-top: 2em;
    }

    .copyright .logo {
        /* width: 0px;
        height: 0px; */
        border-radius: 0%;
        transform: translateY(0px);
    }

    .copyright {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .footer .copyright .sm-screen {
        justify-content: center !important;
        text-align: center !important;
    }

    /* .footer .copyright .rights-reserved {
        transform: translateY(45px);
    } */

    .footer .copyright .logo {
        transform: translateY(-30px);
        border-radius: 50%;
    }
}

@media only screen and (max-width: 991px) {

    .navbar-brand img {
        width: 100% !important;
    }

    .mybtn {
        padding: 8px 40px !important;
    }

    .btn {
        padding: 5px 17px;
    }

    .navbar-nav {
        background-color: #fff !important;
        padding: 10px;
    }

    .nav .fa-user {
        transform: translate(0px, 0px);
        color: #434345;
    }

    .nav-link {
        color: #434345 !important;
    }

    .nav-pills .nav-link.active {
        color: #f7f7f7 !important;
    }

    .approach-box {
        padding: 0px 16px;
    }

    .category-rating {
        border-left: none !important;
    }

    .nav.active .sm-menu {
        display: block;
    }

    .nav.active .lg-menu {
        display: none;
    }

}

@media (min-width: 768px) and (max-width: 992px) {
    .p-image {
        height: 53em;
    }
}

@media (max-width: 540px) {
    .footer .copyright .logo {
        transform: translateY(-55px);
    }

    .footer .copyright .rights-reserved {
        transform: translateY(45px);
    }
}

@media (max-width: 534px) {
    .wrapper {
        padding: 0 !important;
    }

    .footer .copyright .rights-reserved {
        transform: translateY(45px);
    }

    .footer .copyright .logo {
        transform: translateY(-55px);
    }
}

@media (max-width: 434px) {
    .footer .copyright .logo {
        transform: translateY(-73px);
    }
}

@media only screen and (max-width: 420px) {
    /* .d-flex {
        display: block !important;
    } */

    .payment-price {
        display: flex !important;
    }

    .d-flex-imp {
        display: flex !important;
    }
}

@media only screen and (max-width: 320px) {
    .btn {
        padding: 2px 15px;
    }

    .nav-cart {
        display: flex !important;
    }

    .approach-box {
        height: 350px;
    }
}

@media only screen and (max-width: 280px) {
    .btn {
        padding: 2px 5px;
    }
}

.service-box.mb-3 {
    min-height: 488px;
}