body {
    margin: 0;
}

a,
a:hover {
    text-decoration: none;
}

header {
    display: flex !important;
    justify-content: space-around;
    align-items: center;
    padding: 10px 20px;
    color: #1a315d;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    border-bottom: 2px solid #1a315d;
}

.header .logo {
    font-size: 1.5rem;
    font-weight: bold;
}

.nav-menu {
    display: flex;
    gap: 20px;
}

.nav-item {
    position: relative;
}

.nav-item a {
    color: #1a315d;
    text-decoration: none;
    transition: color 0.3s;
    padding: 20px 30px;
    font-family: "Raleway", serif;
    text-decoration: none !important;
    font-size: 18px;
    font-weight: 500;
}

.nav-links a.active {
    color: #ffb637;
}

nav a:hover {
    color: #ffb637;
}

.dropdown {
    display: none;
    position: absolute !important;
    top: 115%;
    left: 0px;
    background: #1a315d;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    z-index: 999;
    width: 190px;
}

.dropdown a {
    padding: 5px 15px;
    display: block;
    color: white;
    border-bottom: 1px solid #fff;
    font-family: "Raleway", serif;
    text-decoration: none !important;
    font-size: 16px;
    font-weight: 400;
}

.nav-item:hover .dropdown {
    display: block;
}

.menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.menu-toggle span {
    background: rgb(0, 0, 0);
    height: 3px;
    width: 25px;
    margin: 3px 0;
}

.top-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #1a315d;
    padding: 12px 50px;
}

.top-header a {
    color: #fff;
}

.top-header a:hover {
    color: #ccb997;
    text-decoration: none;
}

.top-number,
.top-mail {
    display: flex;
    gap: 18px;
}

.top-number i,
.top-mail i {
    color: #fff;
    font-size: 22px;
}

.about-us {
    background-color: #1a315d;
    padding: 70px 0px;
    color: #fff;
}

.about-us h3 {
    color: #fff;
    font-family: "Raleway", serif;
    font-weight: 600;
}

.about-us p {
    color: #fff;
    font-family: "Raleway", serif;
    text-align: justify;
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 16px;
}

.brands-we {
    padding: 50px 0px 0px 0px;
}

.brands-we h3 {
    font-family: "Raleway", serif;
    font-weight: 600;
    text-align: center;
}

.border-bottom {
    display: grid;
    text-align: center !important;
    border-bottom: 2px solid red !important;
    width: 240px;
}

.heading-lines {
    display: grid;
    justify-content: center;
}

.flip-box {
    padding-top: 5px;
}

.cardbox {
    perspective: 500px;
}

.card {
    position: relative;
    border-radius: 5%;
    width: 280px;
    height: 340px;
    background: #fff;
    transform-style: preserve-3d;
    transition: 0.25s ease;
    cursor: pointer;
    border: 2px solid #3b5998;
    padding: 30px 10px;
}

.card-front,
.card-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 280px;
    height: 340px;
    color: #000000;
    backface-visibility: hidden;
}

.card h4 {
    font-family: "Raleway", serif;
    font-weight: 600;
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
}

.card-front {
    font-size: 40px;
    justify-content: center;
    text-align: center;
    align-items: center;
    padding: 30px 10px;
}

.card-back {
    justify-content: center;
    text-align: center;
    background-color: #1a315d;
    border-color: #1a315d !important;
    border-radius: 10px;
    border-style: solid;
    border-width: 1px;
    color: rgb(255, 255, 255);
    transition-duration: 0.4s;
    bottom: 0px;
}

.card-back h3 {
    font-family: "Raleway", serif;
    font-weight: 600;
    text-align: center;
    margin-top: 20px;
}

.cilent-head {
    font-family: "Raleway", serif !important;
    font-weight: 600 !important;
    text-align: center !important;
    margin-top: 20px !important;
    font-size: 24px !important;
}

.card-back p {
    font-family: "Raleway", serif;
    margin-top: 20px;
    font-size: 14px;
    text-align: justify;
    padding: 5px 30px;
}

.cardbox:hover .card {
    transform: rotateY(180deg);
}

.card-back {
    transform: rotateY(180deg);
}

.card-btn {
    font-family: "Raleway", serif;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    background-color: #fff;
    color: #000000;
    padding: 5px 10px;
    border: 1px solid #fff;
    border-radius: 10px;
}

.card-btn:hover {
    text-decoration: none;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 19px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.autoplay-progress {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 10;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: var(--swiper-theme-color);
}

.autoplay-progress svg {
    --progress: 0;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 10;
    width: 100%;
    height: 100%;
    stroke-width: 4px;
    stroke: var(--swiper-theme-color);
    fill: none;
    stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
    stroke-dasharray: 125.6;
    transform: rotate(-90deg);
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size) / 44* 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px -(var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1a315d;
}

.cilent-logo {
    padding: 0px 0px 50px 0px;
}

.our-specialty {
    pointer-events: none;
    padding: 100px 0px;
    position: absolute;
    z-index: -1;
    left: 0px;
    opacity: 1;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgb(63, 63, 63);
    transform: translate3d(0px, 10.694px, 0px);
}

.our-desc {
    font-family: "Raleway", serif;
    margin-top: 20px;
    font-size: 18px;
    text-align: justify;
    color: #fff;
    font-weight: 600;
}

.card-btns {
    font-family: "Raleway", serif;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    background-color: #1a315d;
    color: #ffffff;
    padding: 15px 30px;
    border: 1px solid #1a315d;
    border-radius: 10px;
    letter-spacing: 2px;
    transition: all 0.5s;
}

.card-btns:hover {
    background-color: #fff;
    color: #1a315d;
}

.btn-desc {
    color: #ffffff;
    font-family: "Raleway", serif;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 1px;
    text-align: center;
    margin-top: 20px;
}

.main-footer {
    padding: 80px 0px 0px 0px;
}

.footer-head h3 {
    font-family: "Raleway", serif;
    font-weight: 800;
    color: #1a315d;
    font-size: 17px;
}

.footer-box p {
    font-family: "Raleway", serif;
    text-align: justify;
    font-size: 16px;
    margin-top: 16px;
}

.footer-box ul li {
    list-style: none;
    padding: 6px 0px;
}

ol,
ul {
    padding: 0px;
    margin: 0px;
}

.footer-box ul li a {
    font-family: "Raleway", serif;
    text-align: justify;
    font-size: 16px;
    margin-top: 16px;
    color: #333;
    text-decoration: none;
}

.footer-box ul li a:hover {
    text-decoration: none;
}

.cotnt-desc {
    display: flex;
    gap: 20px;
    font-family: "Raleway", serif;
    font-size: 16px;
    color: #333;
}

.cotnt-desc a {
    margin: 0px !important;
}

.cotnt-desc i {
    font-size: 20px;
}

.sub-footer {
    background-color: #1a315d;
    padding: 16px 0px 10px 0px;
}

.footer-icon ul {
    display: flex;
    gap: 20px;
    list-style: none;
}

.sub-footer-desc {
    color: #fff;
    font-family: "Raleway", serif;
    font-size: 18px;
}

.sub-footer-desc a {
    color: #fff;
    font-family: "Raleway", serif;
    font-weight: 600;
    font-size: 18px;
}

.sub-footer-desc a:hover {
    color: #ffb637;
    text-decoration: none;
}

.footer-icon ul li i {
    color: #fff;
    font-size: 22px;
}

.whatsapp-btn {
    position: fixed;
    bottom: 10%;
    left: 2%;
    width: 60px;
    height: 60px;
    z-index: 9999;
}

.whatsapp-btn .icon_logo {
    position: relative;
    z-index: 9999;
}

.whatsapp-btn .icon_logo>a>img {
    width: 100%;
}

.whatsapp-btn .circle_waves {
    border-radius: 50%;
    background-color: #617160;
    width: 60px;
    height: 60px;
    position: absolute;
    opacity: 0;
    bottom: 4px;
    left: 0;
    z-index: 99;
    animation: waves 4s infinite cubic-bezier(.36, .11, .89, .32);
}

@keyframes waves {
    0% {
        transform: scale(.55, .55);
        opacity: .6;
    }

    100% {
        transform: scale(1.8, 1.8);
        opacity: 0;
    }
}

.hero.hero-5 {
    height: 320px;
}

.hero {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 670px;
    padding-bottom: 110px;
}

.bg-section {
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
}

.bg-overlay-dark-hero:before {
    background-image: linear-gradient(180deg, #8a8a8a1c 34%, #000000e3 84%);
}

.bg-overlay:before {
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.hero.hero-5 .hero-content .hero-title {
    margin-bottom: 0;
}

.hero .hero-content .hero-title {
    font-family: "Raleway";
    font-weight: 800;
    margin: 0;
    font-size: 60px;
    color: #ffffff;
    line-height: 1.40;
    text-align: center;
    margin-top: 50px;
}

.about-uss p {
    color: #747474;
    font-family: "Raleway", serif;
    text-align: justify;
    font-size: 15px;
    letter-spacing: 1px;
    margin-top: 19px;
}

.about-subdse {
    background-color: #1a315d;
    padding: 50px 0px;
    color: #fff;
    text-align: center;
    position: relative;
}

.btn-aboutdsc {
    position: absolute;
    left: 42%;
    bottom: -12px;
}

.btn-aboutdsc .card-btn {
    font-family: "Raleway", serif;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    background-color: #d2be99;
    color: #ffffff;
    padding: 10px 20px;
    border: 1px solid #fff;
    border-radius: 0px !important;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.btn-aboutdsc .card-btn:hover {
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #000000;
}

.about-description {
    padding: 40px 0px;
}

.about-dsc-box {
    text-align: center;
    margin-bottom: 15px;
}

.about-dsc-box i {
    border-color: #333333;
    border-width: 0px;
    background-color: #333333;
    box-sizing: content-box;
    height: 76px;
    width: 76px;
    line-height: 76px;
    border-radius: 50%;
    color: #ffffff;
    font-size: 38px;
}

.about-icon-box:hover i {
    border-color: #1a315d;
    background-color: #1a315d;
    box-sizing: content-box;
    height: 76px;
    width: 76px;
    line-height: 76px;
    border-radius: 50%;
    color: #ffffff;
    font-size: 38px;
}

.about-dsc-box h4 {
    font-family: "Raleway", serif;
    font-size: 20px;
    font-weight: 500;
    margin-top: 10px;
}

.about-dsc-box p {
    font-family: "Raleway", serif;
    font-size: 16px;
    margin-top: 20px;
}

.count {
    font-family: "Raleway", serif;
    font-size: 44px;
    align-items: center;
    color: white;
    font-weight: 800;
}

.counter-box p {
    font-family: "Raleway", serif;
    font-size: 22px;
    align-items: center;
    color: white;
    font-weight: 500;
}

.count::after {
    content: "+" !important;
    color: #ffffff;
    font-size: 44px;
}

.footer-main-border {
    border: 4px solid #1a315d;
}

.brands-wes {
    padding: 60px 0px;
}

.brands-wes .card,
.brands-wes .card-front,
.brands-wes .card-back {
    width: 340px;
    height: 330px;
}

.brands-wes .card-back p {
    line-height: 25px;
}

.brands-wes h4 {
    text-align: center;
    font-weight: 600;
}

.brands-wes .card-btn {
    border-radius: 0px;
    text-transform: uppercase;
    font-size: 16px;
    padding: 6px 30px;
}

.brands-wes img {
    border: 3px solid #3b5998;
    border-radius: 5%;
}

.brands-wes .card-front {
    padding: 0px;
}

.brands-wes .card {
    border: none;
}

.brds-dsce {
    color: #747474;
    font-family: "Raleway", serif;
    text-align: justify;
    font-size: 15px;
    letter-spacing: 1px;
    margin-top: 10px;
}

.inner-head-for-sub {
    font-family: "Raleway", serif;
    font-size: 20px;
    letter-spacing: 1px;
    text-align: left !important;
    margin-top: 30px;
}

.inner-head-desc li {
    font-family: "Raleway", serif;
    font-size: 15px;
    letter-spacing: 1px;
    color: #747474;
    margin-left: 20px;
}

#contant-left-box {
    background-color: #f5f5f5;
    padding: 40px 50px !important;
}

.form-control {
    background-color: #fbfbfb !important;
    font-size: 13px !important;
    color: #333333 !important;
    height: 50px !important;
    border-width: 1px 1px 1px 1px !important;
    border-color: #dddddd;
    border-radius: 0px;
}

.card-btns a {
    padding: 10px 12px;
    color: #fff !important;
    text-decoration: none;
}

.subbtn a:hover {
    color: #1a315d !important;
    text-decoration: none;
}
