@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Marcellus&family=Outfit:wght@300;400;500;600;700&family=Antonio:wght@100;200;300;400;500;600;700&display=swap');

/* common css starts */

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

*,
*:focus {
    outline: inherit;
}

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

body {
    background-color: #fff;
    font-family: 'Outfit', sans-serif;
    font-size: 17px;
    line-height: 27px;
    color: #505152;
    font-weight: 400;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    line-height: 1.3;
    color: #282828;
    font-weight: 400;
    font-family: 'Marcellus', serif;
    -webkit-font-smoothing: antialiased;
}

h1 {
    font-size: 70px;
    line-height: 1;
    margin: 0 0 10px;
    letter-spacing: -0.02em;
    font-weight: bold;
}

h2 {
    font-size: 32px;
    color: #282828;
    margin: 0 0 8px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.04em;
}

h3,
h4 {
    margin: 0 0 10px;
    font-weight: 600;
    line-height: 1.4;
    color: #282828;
    letter-spacing: -0.04em;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

img {
    border: none;
    outline: none;
}

ul {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
    text-decoration: none;
}

li {
    list-style: none;
}

p {
    margin: 0;
    padding: 0;
    line-height: 28px;
    font-size: 17px;
    margin-bottom: 15px;
}

a {
    color: inherit;
    transition: all 0.4s ease-in-out;
}

a,
a:hover {
    text-decoration: none;
    color: #282828;
}

a:focus {
    outline: 0;
    text-decoration: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #888 !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #888 !important;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #888 !important;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #888 !important;
}

button {
    border: none;
    background: none;
}

span {
    /* display: inline-block; */
    color: inherit;
}

.image img {
    width: 100%;
}

.p70 {
    padding: 70px 0px;
}

.p40 {
    padding: 40px 0px;
}

.mt-20 {
    margin-top: 20px;
}
.mb-20 {
    margin-bottom: 20px;
}

.br-10 {
    border-radius: 10px;
}

.container-fluid1 {
    padding-left: 55px;
    padding-right: 55px;
}

.bg-grey {
    background-color: #eeee;
}

.light-grey {
    background-color: #f5f5f5;
}

.light-bg {
    background-image: url(../images/pattern-2.png);
    background-size: cover;
    background-position: center;
    padding: 15px;
    background-repeat: no-repeat;
}

.button {
    padding: 11px 40px;
    letter-spacing: 0;
    display: inline-block;
    overflow: hidden;
    border: 2px solid #fff;
    border-radius: 50px;
    margin-bottom: 10px;
    margin-top: 15px;
    color: #fff;
    font-weight: 600;
    transition: .4s;
}

.button:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50px;
    background: #f80000;
    border: 2px solid #f80000;
    transform: scale(0);
    transition-property: transform;
    transition-duration: .4s;
    transition-timing-function: ease
}

.button:hover {
    color: #fff;
    border-color: #f80000;
    transform: translateY(-7px) !important;
    box-shadow: 0 10px 60px -5px #ff0032
}

.button:hover:before {
    transform: scale(1)
}

.button-1 {
    padding: 11px 40px;
    letter-spacing: 0;
    display: inline-block;
    overflow: hidden;
    border-radius: 50px;
    margin-bottom: 10px;
    margin-top: 15px;
    color: #fff;
    background: #f80000;
    border: 2px solid #f80000;
    font-weight: 600;
    transition: .4s;
}

.button-1:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50px;
    background: #18212d;
    border: 2px solid #18212d;
    transform: scale(0);
    transition-property: transform;
    transition-duration: .4s;
    transition-timing-function: ease
}

.button-1:hover {
    color: #fff;
    border-color: #18212d;
    transform: translateY(-7px) !important;
    box-shadow: 0 10px 60px -5px #18212d;
}

.button-1:hover:before {
    transform: scale(1)
}

.button-2 {
    padding: 11px 40px;
    letter-spacing: 0;
    display: inline-block;
    overflow: hidden;
    border-radius: 50px;
    margin-bottom: 10px;
    margin-top: 15px;
    color: #fff;
    background: #18212d;
    border: 2px solid #18212d;
    font-weight: 600;
    transition: .4s;
}

.button-2:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50px;
    background: #f80000;
    border: 2px solid #f80000;
    transform: scale(0);
    transition-property: transform;
    transition-duration: .4s;
    transition-timing-function: ease
}

.button-2:hover {
    color: #fff;
    border-color: #f80000;
    transform: translateY(-7px) !important;
    /* box-shadow: 0 10px 60px -5px #f80000; */
}

.button-2:hover:before {
    transform: scale(1)
}

.title {
    font-size: 50px;
    letter-spacing: 1px;
    line-height: 50px;
    margin-bottom: 40px;
}

.title-1 {
    font-size: 50px;
    letter-spacing: 1px;
    line-height: 50px;
    margin-bottom: 40px;
    color: #fff;
}

.title-2 {
    font-size: 50px;
    letter-spacing: 1px;
    line-height: 60px;
    margin-bottom: 20px;
}

.title-3 {
    font-size: 40px;
    letter-spacing: 1px;
    line-height: 60px;
    margin-bottom: 20px;
}

.title-4 {
    font-size: 70px;
    letter-spacing: 1px;
    line-height: 80px;
    margin-bottom: 20px;
}

.title-5 {
    font-size: 55px;
    letter-spacing: 1px;
    line-height: 65px;
    margin-bottom: 25px;
    color: #fff;
}

.title-6 {
    font-size: 50px;
    letter-spacing: 1px;
    line-height: 65px;
    margin-bottom: 25px;
    color: #fff;
}

.title-7 {
    font-size: 50px;
    letter-spacing: 1px;
    line-height: 65px;
    margin-bottom: 10px;
}

.title-8 {
    font-size: 60px;
    letter-spacing: 1px;
    line-height: 70px;
    margin-bottom: 20px;
}
.title-9 {
    font-size: 50px;
    letter-spacing: 1px;
    line-height: 50px;
    margin-bottom: 10px;
}
.title-10 {
    font-size: 49px;
    letter-spacing: 1px;
    line-height: 60px;
    margin-bottom: 25px;
}
.title-11 {
    font-size: 55px;
    letter-spacing: 1px;
    line-height: 50px;
    margin-bottom: 20px;
    color: #fff;
}

.sub-title {
    color: #808080;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.7px;
    font-size: 14px;
    margin-bottom: 15px;
    position: relative;
    padding-left: 20px;
    display: inline-block;
    text-transform: uppercase;
}

.sub-title::before {
    content: "";
    height: 10px;
    width: 10px;
    background: #808080;
    border-radius: 50px;
    top: 50%;
    left: 0;
    position: absolute;
    transform: translateY(-50%);
}

.sub-title-1 {
    color: #808080;
    font-weight: 700;
    line-height: 10px;
    letter-spacing: 0.7px;
    font-size: 14px;
    margin-bottom: 15px;
    position: relative;
    padding-left: 20px;
    display: inline-block;
    text-transform: uppercase;
}

.sub-title-1::before {
    content: "";
    height: 10px;
    width: 10px;
    background: #808080;
    border-radius: 50px;
    top: 50%;
    left: 0;
    position: absolute;
    transform: translateY(-50%);
}

.sub-title-2 {
    color: #f80000;
    font-weight: 700;
    line-height: 10px;
    letter-spacing: 0.7px;
    font-size: 14px;
    margin-bottom: 15px;
    position: relative;
    padding-left: 20px;
    display: inline-block;
    text-transform: uppercase;
}

.sub-title-2::before {
    content: "";
    height: 10px;
    width: 10px;
    background: #f80000;
    border-radius: 50px;
    top: 50%;
    left: 0;
    position: absolute;
    transform: translateY(-50%);
}

.sub-title-3 {
    color: #fff;
    font-weight: 700;
    line-height: 10px;
    letter-spacing: 0.7px;
    font-size: 14px;
    margin-bottom: 15px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    /* space between dot and text */
    text-transform: uppercase;
}

.sub-title-3::before {
    content: "";
    height: 10px;
    width: 10px;
    background: #fff;
    border-radius: 50%;
}

.red-text {
    color: #f80000;
}
.sm-text {
    color: #f80000;
    font-size: 30px;
}

.blue-text {
    color: #18212d;
    font-weight: 500;
}

.blue-text-cap {
    color: #18212d;
    font-weight: 900;
    font-size: 16px;
    text-transform: uppercase;
}

.fw-418 {
    font-weight: 400;
    font-size: 17px;
}
.btb {
    font-weight: 600;
    color: #18212d;
    font-size: 14px;
    text-transform: lowercase;
    margin-left: 10px;
}

.black-text {
    color: #000;
}

.white-text {
    color: #fff;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-18 {
    margin-bottom: 18px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-40 {
    margin-top: 40px;
}

.pt-40 {
    padding-top: 40px;
}

.pl-30 {
    padding-left: 30px;
}

.pr-30 {
    padding-right: 30px;
}
.pr-7 {
    padding-right: 7px;
}

.btn-1 {
    background-color: #18212d;
    padding: 8px 15px;
    color: #fff;
    font-weight: 600;
    font-family: 'Marcellus', serif;
    transition: background-color 0.3s ease;
}

.btn-1:hover {
    background-color: #f80000;
}


/* common css ends */


/*************************************************************************** Menu CSS starts here *******************************************************************/

.syn-top-panel {
    padding: 0 55px;
    position: absolute;
    z-index: 1000;
    /* Reduced from 9999999 */
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.syn-top-panel .syn-logo {
    /* width: 225px; */
    width: 100px;
    height: 100px;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: #f80000;
    text-align: center;
    color: #ECECEA;
    filter: drop-shadow(0px 0px 4px rgba(53, 54, 57, 0.1));
}

.synques-logo-img {
    width: 70px;
    height: auto;
    margin-bottom: 5px;
    /* margin-right: 15px; */
}

.syn-top-panel.fixed {
    position: fixed !important;
}

@media (max-width: 500px) {
    .synques-logo-img {
        margin-bottom: 0;
        margin-right: 10px;
    }
    .syn-top-panel {
        position: fixed;
    }
}

.syn-top-panel .syn-logo span {
    font-size: 25px;
    font-weight: 600;
}

.syn-top-panel .syn-left-side {
    display: flex;
    width: 55vw;
}

.syn-top-panel .syn-buttons-tp-frame {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #D8D8D8;
    padding: 8px;
    border-radius: 80px;
    filter: drop-shadow(0px 0px 4px rgba(53, 54, 57, 0.1));
    transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.syn-top-panel .syn-buttons-tp-frame .syn-phone {
    white-space: nowrap;
    filter: blur(10px);
    overflow: hidden;
    opacity: 0;
    max-width: 0;
    transform: translateX(60px) scale(0.5);
    transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
    transition-delay: 0.4s;
}

.syn-top-panel .syn-buttons-tp-frame .syn-buttons {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.syn-top-panel .syn-buttons-tp-frame .syn-buttons .syn-tp-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #fff;
    color: #f80000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.syn-top-panel .syn-buttons-tp-frame .syn-buttons .syn-tp-btn i {
    font-size: 24px;
}

.syn-top-panel .syn-buttons-tp-frame .syn-buttons .syn-tp-btn:last-child {
    margin-right: 0;
}

.syn-top-panel .syn-buttons-tp-frame.syn-active {
    filter: none;
}

.syn-top-panel .syn-buttons-tp-frame.syn-active .syn-phone {
    filter: brightness(0.5);
    padding: 0 40px 0 30px;
    opacity: 1;
    max-width: 300px;
    transform: translateX(0) scale(1);
    margin-bottom: 0px;
}

.syn-top-panel .syn-buttons-tp-frame .syn-phone a {
    color: #282828;
    font-weight: 600;
}

.syn-top-panel .syn-buttons-tp-frame .syn-phone a:hover {
    color: #f80000;
    filter: none !important;
}

@media (max-width: 992px) {
    .syn-top-panel .syn-buttons-tp-frame .syn-phone {
        display: none;
    }
}

@media (max-width: 992px) {
    .syn-top-panel {
        padding: 0 30px;
    }
}

@media (max-width: 500px) {
    .syn-top-panel {
        padding: 0 15px 0 0;
        background-color: #f1f1ef;
        filter: drop-shadow(0px 0px 4px rgba(53, 54, 57, 0.1));
    }
    .syn-top-panel .syn-logo {
        height: 90px;
        -ms-flex-direction: row;
        flex-direction: row;
        width: auto;
        padding: 10px 15px 10px 10px;
    }
    .syn-top-panel .syn-logo span {
        font-size: 20px;
        font-weight: 600;
    }
    .syn-top-panel .syn-buttons-tp-frame {
        padding: 0;
        background-color: #353639;
        border-radius: 70px;
        padding: 10px 15px;
    }
    .syn-top-panel .syn-buttons-tp-frame .syn-buttons .syn-tp-btn {
        margin-right: 10px;
        width: 50px;
        height: 50px;
    }
}

.syn-top-panel-2 {
    position: fixed;
    width: 100%;
    z-index: 9999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 160px;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: solid 1px rgba(53, 54, 57, 0);
    transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.syn-top-panel-2.syn-scroll {
    background-color: rgba(216, 216, 216, 0.7);
    backdrop-filter: blur(10px);
    border-bottom: solid 1px rgba(53, 54, 57, 0.1);
    height: 120px;
    filter: drop-shadow(0px 0px 4px rgba(236, 236, 234, 0.1));
}

.syn-top-panel-2.syn-menu-open {
    height: 160px;
    border-bottom: solid 1px rgba(53, 54, 57, 0.2);
    background-color: transparent;
}

.syn-top-panel-2.syn-menu-open .syn-onepage-nav {
    opacity: 0;
}

.syn-top-panel-2 .container {
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

.syn-top-panel-2 .syn-left-side .syn-logo {
    width: auto;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: #353639;
    filter: none;
}

.syn-top-panel-2 .syn-left-side .syn-logo span {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.syn-top-panel-2 .syn-buttons-tp-frame {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px;
    transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.syn-top-panel-2 .syn-buttons-tp-frame .syn-buttons {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    transform: translateX(20px);
}

.syn-top-panel-2 .syn-buttons-tp-frame .syn-buttons .syn-tp-btn {
    margin-right: 15px;
    height: 50px;
    color: #353639;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.syn-top-panel-2 .syn-buttons-tp-frame .syn-buttons .syn-tp-btn:last-child {
    margin-right: 0;
}

.syn-top-panel-2 .syn-buttons-tp-frame .syn-buttons .syn-tp-btn i {
    font-size: 24px;
}

.syn-top-panel-2 .syn-buttons-tp-frame .syn-buttons .syn-tp-btn .syn-menu-btn span,
.syn-top-panel-2 .syn-buttons-tp-frame .syn-buttons .syn-tp-btn .syn-menu-btn span:after,
.syn-top-panel-2 .syn-buttons-tp-frame .syn-buttons .syn-tp-btn .syn-menu-btn span:before {
    background-color: #353639;
}

.syn-top-panel-2 .syn-buttons-tp-frame .syn-buttons .syn-tp-btn:last-child {
    margin-right: 0;
}

@media (max-width: 768px) {
    .syn-top-panel-2 {
        height: 100px;
        background-color: rgba(216, 216, 216, 0.7);
        backdrop-filter: blur(10px);
        border-bottom: solid 1px rgba(53, 54, 57, 0.1);
        filter: drop-shadow(0px 0px 4px rgba(236, 236, 234, 0.1));
    }
    .syn-top-panel-2.syn-scroll {
        height: 100px;
    }
    .syn-top-panel-2.syn-menu-open {
        height: 100px;
        border-bottom: solid 1px rgba(53, 54, 57, 0.2);
        background-color: transparent;
    }
    .syn-top-panel-2 .syn-onepage-nav {
        display: none;
    }
}

.syn-onepage-nav {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 60px;
    width: 100%;
    transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.syn-onepage-nav ul {
    display: flex;
    align-items: center;
}

.syn-onepage-nav ul li {
    list-style-type: none;
    margin-right: 50px;
}

.syn-onepage-nav ul li:last-child {
    margin-right: 0;
}

.syn-onepage-nav ul li a {
    text-transform: uppercase;
    line-height: 100%;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #353639;
}

.syn-menu-btn {
    padding: 20px 10px 20px;
    height: 22px;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    display: flex;
    transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.syn-menu-btn span,
.syn-menu-btn span:after,
.syn-menu-btn span:before {
    content: "";
    pointer-events: none;
    display: block;
    border-radius: 1px;
    width: 22px;
    height: 2px;
    background-color: #f80000;
    backface-visibility: hidden;
    transition: inherit;
}

.syn-menu-btn span {
    position: relative;
}

.syn-menu-btn span:after,
.syn-menu-btn span:before {
    position: absolute;
}

.syn-menu-btn span:before {
    top: -7px;
}

.syn-menu-btn span:after {
    top: 7px;
}

.syn-menu-btn.syn-active span {
    transform: rotate(45deg);
}

.syn-menu-btn.syn-active span:before {
    transform: translate(0px, 7px) rotate(-90deg);
}

.syn-menu-btn.syn-active span:after {
    width: 22px;
    transform: translate(0px, -7px) rotate(-90deg);
}

.syn-menu-frame {
    display: block;
    background-color: rgba(53, 54, 57, 0);
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 998;
    top: 0;
    right: 0;
    pointer-events: none;
    transition: 0.6s cubic-bezier(0, 0, 0.3642, 1);
}

.syn-menu-frame .syn-menu-window {
    padding-top: 120px;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 500px;
    background-color: #ECECEA;
    transform: translateX(100%);
    filter: drop-shadow(0px 0px 4px rgba(53, 54, 57, 0.1));
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

/* .syn-menu-frame .syn-menu-window .syn-menu-section {
    border-top: solid 1px #D8D8D8;
    padding: 60px;
    height    : calc(100vh - 590px);
    overflow-y: scroll;
} */

.syn-menu-frame .syn-menu-window .syn-menu-section {
    border-top: solid 1px #D8D8D8;
    padding: 40px 60px;
    flex: 1;                     /* 🔥 Full remaining height le lega */
    overflow-y: auto;            /* 🔥 Only menu scroll karega */
    height: auto !important;     /* 🔥 Existing height calculation remove */
}

.syn-menu-frame.syn-active {
    pointer-events: all;
    background-color: rgba(53, 54, 57, 0.2);
    backdrop-filter: blur(10px);
}

.syn-menu-frame.syn-active .syn-menu-window {
    transform: translateX(0);
}


/* Frame 2 remove from here */

.syn-main-menu {
    min-height: calc(100vh - 711px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}


@media (max-width: 992px) {
  .syn-main-menu {
    min-height: calc(100vh - 361px);
  }
}


@media (max-width: 500px) {
  .syn-main-menu {
    min-height: calc(100vh - 341px);
  }
}

.syn-main-menu li {
    list-style-type: none;
    margin-bottom: 20px;
    position: relative;
}

.syn-main-menu li:last-child {
    margin-bottom: 0;
}

.syn-main-menu li a {
    text-transform: uppercase;
    font-size: 20px;
    color: #282828;
    transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
    font-weight: 600;
}

.syn-main-menu li ul {
    overflow: hidden;
    max-height: 0;
    transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
    transition-delay: 0.2s;
}

.syn-main-menu li ul li {
    margin-bottom: 10px;
    border-left: solid 4px #D8D8D8;
    padding-left: 30px;
    opacity: 0;
    transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
    transition-delay: 0s;
}

.syn-main-menu li ul li:first-child {
    margin-top: 30px;
}

.syn-main-menu li ul li a {
    font-family: "Outfit", sans-serif;
    color: #353639;
    text-transform: uppercase;
    line-height: 100%;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
}

.syn-main-menu li ul li:hover a {
    color: #f80000;
}

.syn-main-menu li ul li:hover {
    border-left: solid 4px #f80000;
}

.syn-main-menu li ul li:hover a {
    padding-left: 5px;
}

.syn-main-menu li.syn-has-children:after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 100;
    content: "\f061";
    font-size: 14px;
    background-color: #D8D8D8;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #353639;
    position: absolute;
    top: 0;
    right: -20px;
    transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.syn-main-menu li.syn-has-children.syn-active:after {
    transform: rotate(90deg);
    background-color: #f80000;
    color: #fff;
}

.syn-main-menu li.syn-has-children.syn-active ul {
    transition-delay: 0s;
}

.syn-main-menu li.syn-has-children.syn-active ul li {
    opacity: 1;
    transition-delay: 0.2s;
    margin-bottom: 5px;
}

.syn-main-menu li.syn-has-children {
    cursor: pointer;
}

.syn-main-menu li.syn-has-children > a {
    cursor: pointer;
}

.add-section {
    padding: 15px 60px;
    background: #fff;
}

.add-section h4 {
    font-family: 'Outfit', sans-serif;
    margin-bottom: 0px;
}


.syn-bottom {
    /* padding: 30px 60px; */
    border-top: 1px solid #D8D8D8;
}

@media (max-width: 992px) {
    .syn-menu-frame .syn-menu-window .syn-menu-section {
        padding: 30px;
        /* height    : calc(100vh - 240px); */
    }
    .add-section {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 768px) {
    .syn-menu-frame .syn-menu-window {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .syn-menu-frame .syn-menu-window {
        padding-top: 100px;
    }
    .syn-menu-frame .syn-menu-window .syn-menu-section {
        border-top: none;
        /* height : calc(100vh - 220px); */
        padding: 20px 30px;
    }
    .add-section {
        padding:20px 30px;
    }
}


/* Menu Social Links Starts Here */

.syn-social-section {
    /* height: 100px; */
    background-color: #f80000;
    display: flex;
    align-items: center;
    padding: 15px 60px;
}

.syn-social {
    display: flex;
}

.syn-social li {
    list-style-type: none;
    margin-right: 25px;
}

.syn-social li a {
    display: block;
    color: #fff;
    font-size: 16px;
    -webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
    transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}

.syn-social-section li a:hover {
    transform: scale(1.15);
}

@media (max-width: 992px) {
    .syn-social-section {
        padding: 20px 30px;
    }
}


/* Menu Social Links Ends Here */

.syn-menu-window {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.syn-menu-content {
    flex: 1;               /* takes full remaining height */
    overflow-y: auto;      /* only menu scrolls */
    /* padding: 0 60px; */
}

.syn-bottom {
    /* padding: 30px 60px; */
    border-top: 1px solid #D8D8D8;
    background: #ECECEA;
}

@media (max-width: 992px) {
    .syn-menu-content {
        padding: 0 30px;
    }
    /* .syn-bottom {
        padding: 20px 30px;
    } */
}

@media (max-width: 500px) {
    .syn-menu-content {
        padding: 0 20px;
    }
    /* .syn-bottom {
        padding: 20px;
    } */
}




/**************************************************************************************** Menu CSS ends here*****************************************************************/


/* Bannner Section Starts here */

.banner-section {
    background: url(../images/banner-2.jpg) no-repeat center center;
    background-size: cover;
    color: #fff;
    padding-top: 150px;
    padding-bottom: 100px;
    padding-left: 40px;
}

/* .banner-content h1 {
    margin-top: 50px;
    color: #fff;
    font-size: 100px;
    font-weight: 600;
    line-height: 120px;
    letter-spacing: 1px;
} */
.banner-content h1 {
    margin-top: 50px;
    color: #fff;
    font-size: 75px;
    font-weight: 600;
    line-height: 95px;
    letter-spacing: 1px;
}

.banner-content h2 {
    color: #fff;
    font-size: 100px;
    font-weight: 600;
    line-height: 120px;
    letter-spacing: 1px;
}

.banner-content h2 strong {
    font-weight: 600;
    color: #f80000;
}

.banner-content h1 span {
    color: #fff;
}

.buttons-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    gap: 15px;
}


/* Bannner Section ends here */


/* About Us Section Starts here */

.about-section {
    position: relative;
}

.faq {
    margin-right: 50px;
}

.acc-block {
    border: 1px solid #a6a3a3;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    margin-bottom: 30px;
    border-radius: 0px !important;
}

.acc-block .accordion-header {
    background-color: transparent !important;
}

.acc-block .accordion-button {
    background-color: transparent !important;
    box-shadow: none;
}

.acc-block .accordion-button:not(.collapsed) {
    background-color: transparent !important;
}

.acc-block .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 20px 20px 20px 40px;
    font-size: 22px;
    color: #282828;
    text-align: left;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: all 500ms ease;
    text-transform: uppercase;
    font-weight: 600;
}


.acc-block .accordion-button::before {
    position: absolute;
    top: 40%;
    left: 0;
    content: "";
    border: 9px solid transparent;
    border-top: 14px solid #000;
    transform: rotate(30deg);
    transition: all 0.3s;
}

.acc-block .accordion-button:not(.collapsed)::before {
    transform: rotate(123deg);
    border-top-color: #f80000;
    top: 20%;
}

.accordion-button::after {
    display: none;
}

.acc-block .accordion-body {
    padding: 0px 10px 10px 10px;
}

.acc-block .accordion-body p {
    padding-left: 30px;
    padding-right: 0;
    font-size: 17px;
}

.acc-block .accordion-item {
    border: none;
    border-radius: 0 !important;
    box-shadow: none;
}

.accordion-item:not(:first-of-type) {
    border-top: 1px solid #a6a3a3 !important;
}

.acc-block .accordion-body ul {
    padding-left: 30px;
    margin: 0;
}

.acc-block .accordion-body ul li {
    list-style: none;    
    position: relative;
    padding-left: 20px; 
    color: #505152;
    font-size: 17px;
}

.acc-block .accordion-body ul li::before {
    content: "";
    height: 6px;
    width: 6px;
    background: #808080;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.tf-animate-1 {
    opacity: 0;
    transform: translateX(50px);
    animation: slideFadeIn 0.8s ease forwards;
    filter: grayscale(100%);
}

@keyframes slideFadeIn {
    from {
        opacity: 0;
        transform: translateX(50px);
        clip-path: inset(0 100% 0 0);
    }
    to {
        opacity: 1;
        transform: translateX(0);
        clip-path: inset(0 0 0 0);
    }
}

.img-change {
    display: none;
}

.img-change.active {
    display: block;
}


/* About Us Section ends here */


/* services section starts here */

.service-bg {
    background-image: url("../images/pattern-2.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.service-box {
    padding: 35px;
    background: #111111;
    transition: all ease 350ms;
    margin-bottom: 20px;
}

.service-icon {
    display: flex;
    /* align-items : center; */
    justify-content: space-between;
    margin-bottom: 30px;
}

.service-box img {
    max-width: 100%;
    height: auto;
    opacity: .3;
    transition: all ease 350ms;
    width: 100%;
}

.service-icon span {
    color: #f80000;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #991111;
    display: inline-block;
    font-size: 100px;
    line-height: 1;
    font-weight: 700;
    top: -12px;
    position: relative;
    transition: all ease 350ms;
    -webkit-transition: all ease 350ms;
    -moz-transition: all ease 350ms;
    font-family: "Antonio", sans-serif;
}

.service_content h3 {
    font-size: 21px;
    text-transform: uppercase;
    letter-spacing: -0.3px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 0px;
    color: #fff;
}

.service_content p {
    font-size: 18px;
    letter-spacing: -0.18px;
    font-weight: 400;
    color: #d0d0d0;
    line-height: 30px;
}

.service_content span {
    position: relative;
    padding: 0;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    transition: .5s;
    color: #fff;
    transition: all ease 350ms;
    font-weight: 700;
}

.service_content span::after {
    position: absolute;
    content: "";
    width: 260%;
    height: 0;
    left: 100%;
    bottom: 5px;
    margin-left: 10px;
    border-bottom: 2px solid #f80000;
}

.service-box:hover img {
    opacity: 1;
}

.service-box:hover .service-icon span {
    color: #fff;
    -webkit-text-stroke-color: #fff;
}

.service-box:hover .service_content span {
    color: #c40b0b;
}

.service-box:hover .service_content span::after {
    border-bottom: 2px solid #ffff;
}

.service-box:hover .service_content h3 {
    color: #c40b0b;
}

.service-box-1 {
    padding: 35px;
    background-color: #fff;
    box-shadow: 0 0 40px 5px rgba(0, 0, 0, .05);
    transition: all ease 350ms;
    margin-bottom: 20px;
}

.service-icon-1 {
    display: flex;
    /* align-items : center; */
    justify-content: space-between;
    margin-bottom: 30px;
}

.service-box-1 img {
    max-width: 100%;
    height: auto;
    opacity: 1;
    transition: all ease 350ms;
    -webkit-transition: all ease 350ms;
    -moz-transition: all ease 350ms;
    width: 100%;
}

.service-icon-1 span {
    color: #282828;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #282828;
    display: inline-block;
    font-size: 100px;
    line-height: 1;
    font-weight: 700;
    top: -12px;
    position: relative;
    transition: all ease 350ms;
    -webkit-transition: all ease 350ms;
    -moz-transition: all ease 350ms;
    font-family: "Antonio", sans-serif;
}

.service_content-1 h3 {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: -0.3px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 0px;
    color: #282828;
}

.service_content-1 p {
    font-size: 18px;
    letter-spacing: -0.18px;
    font-weight: 400;
    color: #505152;
    line-height: 30px;
}

.service_content-1 span {
    position: relative;
    padding: 0;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    transition: .5s;
    color: #f80000;
    transition: all ease 350ms;
    font-weight: 700;
}

.service_content-1 span::after {
    position: absolute;
    content: "";
    width: 260%;
    height: 0;
    left: 100%;
    bottom: 5px;
    margin-left: 10px;
    border-bottom: 2px solid #f80000;
}

.service-box-1:hover img {
    opacity: 0.3;
}

.service-box-1:hover .service-icon-1 span {
    color: #f80000;
    -webkit-text-stroke-color: #f80000;
}

.service-box-1:hover .service_content-1 span {
    color: #282828;
}

.service-box-1:hover .service_content-1 span::after {
    border-bottom: 2px solid #282828;
}

.service-box-1:hover .service_content-1 h3 {
    color: #f80000;
}

#services.owl-theme .owl-dots .owl-dot span {
    width: 30px;
    height: 5px;
    border-radius: 0
}

#services.owl-theme .owl-dots .owl-dot.active span {
    background: #18212d;
}

#web-development-project .owl-dot.active span,
#web-development-project .owl-dot:hover span {
    background: #ff0032;
}

#web-development-project.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 25px;
}


/* services section ends here */


/* Counter box starts here */

.fact-box {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 0px;
}

.fact-img img {
    max-width: 90px;
}

.counter-box {
    display: flex;
    align-items: baseline;
    justify-content: center;
}

.number-wrap {
    display: inline-block;
    min-width: 110px;
}

.fact-content h2 {
    font-size: 65px;
    line-height: 1;
    margin-bottom: 15px;
    display: flex;
    align-items: baseline;
    gap: 5px;
    color: #fff;
}

.fact-content h5 {
    position: relative;
    font-weight: 500;
    font-size: 17px;
    text-transform: uppercase;
    font-family: 'Outfit', sans-serif;
    color: #fff;
}

.plus {
    margin-left: 5px;
    color: #f80000;
    font-weight: 700;
}


/* Counter box ends here */


/************************************************************************** We have been delivering Starts here *******************************************************/

.blue-bg {
    background-color: #18212d;
    background-image: url(../images/map-bg.png);
    background-position: center;
    padding: 90px 0;
    color: #fff;
}


.block-scrolling-text {
    overflow: hidden;
    padding: 1.875rem 0;
    position: relative
}

.block-scrolling-text__line {
    color: transparent;
    font-size: calc(24px + 36 * (100vw - 320px) / (1400 - 320));
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
    line-height: normal;
    animation: marquee 30s linear infinite
}

.block-scrolling-text__line:nth-child(even) {
    animation-direction: reverse
}

.block-scrolling-text__line span {
    -webkit-text-stroke: 1px rgba(255, 255, 255, .4);
    transition: all .3s ease-out
}

.block-scrolling-text__line span:hover {
    color: #fff;
}

@keyframes marquee {
    0% {
        transform: translate3d(0%, 0, 0)
    }
    100% {
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes marquee {
    0% {
        transform: translate3d(0%, 0, 0)
    }
    100% {
        transform: translate3d(-100%, 0, 0)
    }
}


/* @media only screen and (min-width:320px) {
  .block-scrolling-text__line {
    font-size: calc(24px + 36 * (100vw - 320px)/(1400 - 320))
  }
}

@media only screen and (min-width:1400px) {
  .block-scrolling-text__line {
    font-size: 60px
  }
}  @media only screen and (min-width:992px) {
  .block-scrolling-text__line span {
    -webkit-text-stroke: .5px rgba(255,255,255,.84);
    letter-spacing: 8px;
    font-weight: bolder;
  }
} 
   @media only screen and (min-width: 320px) {
  .block-scrolling-text__line {
    font-size: calc(24px + 36 * (100vw - 320px)/(1400 - 320))
  }
} */

.client-box {
    border: 1px solid #ecf7e4;
    background: #fff;
    justify-content: center;
    padding: 0px 10px !important;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out
}

#clients .owl-dot.active span,
#clients .owl-dot:hover span {
    background: #ff0032;
}

#clients .owl-theme .owl-dots {
    margin-top: 15px !important;
}

.client {
    position: relative;
}

.client-bg {
    background-color: #f3f4f8;
    padding: 40px 20px;
}

#clients img {
    background: #fff;
    padding: 15px 7px;
    margin-bottom: 0px;
}

#clients.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 25px;
}


/*********************************************************************************** We have been delivering Ends here **********************************************/


/**************************************************************** footer css starts here ****************************************************************************/


/* Footer Base */

footer {
    background: #18212d url("../images/footer-bg.png") no-repeat right bottom;
    color: #fff;
    padding: 35px 0 0;
    position: relative;
}

.footer-bg {
    position: absolute;
    bottom: -20px;
    right: 0;
    z-index: -1;
}


/* Footer Widgets */

.footer-widget {
    margin-bottom: 25px;
}

.footer-widget .widget-title {
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 61.5px;
    margin-bottom: 10px;
    color: #fff;
}


/* Footer Lists */

.footer-title {
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 61.5px;
    margin-bottom: 10px;
    color: #fff;
}

.footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-list li {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    font-size: 15px;
    color: #ccc;
    font-weight: 600;
}

.footer-list li i {
    font-size: 16px;
    margin-right: 10px;
    color: #fff;
    flex-shrink: 0;
}

.footer-list a {
    color: #ccc;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
}

.footer-list a:hover {
    color: #ff0032;
    padding-left: 5px;
}

.mut-5 {
    margin-top: 5px;
}


/* Copyrights */

.copyrights {
    position: relative;
    padding: 15px 0;
    background: #1a232f;
}

.copyrights::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background: #ccc;
}

.siteInfo {
    margin: 0;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}

.siteInfo a {
    margin: 0 8px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

.siteInfo a:first-child {
    margin-left: 0;
}

.siteInfo a:hover {
    color: #ccc;
}

.footerInfoNav {
    display: flex;
    justify-content: flex-end;
    gap: 30px;
    margin: 0;
    padding: 0;
    padding-right: 40px;
}

.footerInfoNav li {
    list-style: none;
}

.footerInfoNav a {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footerInfoNav a:hover {
    color: #ccc;
}

.pt-15 {
    padding-top: 15px;
}


/**************************************************************** footer css ends here ****************************************************************************/


/**************************************************************** Go Top CSS Starts Here *************************************************************************/

#gotop {
    z-index: 9;
    border-radius: 25px 25px 0 0;
}


/***************************************************************** Go Top CSS Ends Here **************************************************************************/


/******************************************************************* About Us Page CSS Starts Here ***********************************************************/

.page-header {
    position: relative;
    display: block;
    padding: 170px 0 140px;
    background-color: #18212d;
    z-index: 1;
}

.page-header-bg {
    background-image: url(../images/about-us-banner.jpg);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #18212d;
    /* background-blend-mode: luminosity; */
    opacity: 0.4;
    z-index: -1;
}

.page-header-border {
    position: absolute;
    top: 0px;
    left: 0;
    bottom: 0;
    width: 14.29%;
    border-right: 1px solid rgba(255, 255, 255, 0.05);
    z-index: 10;
}

.page-header-border-two {
    left: 14.29%;
}

.page-header-border-three {
    left: 28.59%;
}

.page-header-border-four {
    left: 42.88%;
}

.page-header-border-five {
    left: 57.17%;
}

.page-header-border-six {
    left: 71.46%;
}

.page-header-shape-1 {
    position: absolute;
    top: -182px;
    right: 125px;
    width: 495px;
    height: 350px;
    background-color: #d8d8d83b;
    mix-blend-mode: screen;
    transform: rotate(45deg);
    border-radius: 20px;
    animation: rectMove 9s linear 0ms infinite;
}

.page-header-shape-2 {
    position: absolute;
    top: -70px;
    right: -250px;
    width: 495px;
    height: 350px;
    background-color: #f800005e;
    mix-blend-mode: soft-light;
    transform: rotate(45deg);
    border-radius: 20px;
    z-index: 1;
    animation: rectMove 9s linear 1s infinite;
}

.page-header-shape-3 {
    position: absolute;
    top: 120px;
    right: -394px;
    width: 495px;
    height: 350px;
    background-color: #04000b75;
    mix-blend-mode: soft-light;
    transform: rotate(45deg);
    border-radius: 20px;
    z-index: 1;
    animation: rectMove 9s linear 2s infinite;
}

.page-header__inner {
    position: relative;
    display: block;
    text-align: center;
    z-index: 15;
}

.page-header__inner h1 {
    font-size: 60px;
    color: #fff;
    line-height: 70px;
    text-transform: uppercase;
    margin-top: 1px;
    font-weight: 400;
    letter-spacing: 1px;
}

.thm-breadcrumb {
    position: relative;
    display: block;
}

.thm-breadcrumb li {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 600;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.thm-breadcrumb li:before {
    position: absolute;
    top: 12px;
    left: -20px;
    content: "";
    background-color: #fff;
    height: 2px;
    width: 5px;
}

.thm-breadcrumb li:first-child:before {
    display: none;
}

.thm-breadcrumb li+li {
    margin-left: 29px;
}

.thm-breadcrumb li a {
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.1em;
    font-weight: 600;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.thm-breadcrumb li:hover a {
    color: #f80000;
}


/* custom animation */

@keyframes rectMove {
    0% {
        transform: rotate(45deg) translateY(0px);
    }
    25% {
        transform: rotate(43deg) translateY(-20px);
    }
    50% {
        transform: rotate(45deg) translateY(-40px);
    }
    75% {
        transform: rotate(43deg) translateY(-20px);
    }
    100% {
        transform: rotate(45deg) translateY(0px);
    }
}

.welcome-three__img-box,
.welcome-three__right {
    position: relative;
    display: block;
}

.welcome-three__right {
    margin-right: 60px;
}

.welcome-three__img-1 {
    position: relative;
    display: block;
    border-radius: 3px;
}

.welcome-three__img-1 img {
    width: 100%;
    border-radius: 3px;
}

.welcome-three__experience {
    position: absolute;
    background-color: #f80000;
    text-align: center;
    z-index: 2;
    border-radius: 3px;
    padding: 10px 20px;
    top: 200px;
    left: -225px;
    transform: rotate(270deg);
}

.welcome-three__experience p {
    font-size: 16px;
    color: #fff;
    margin: 0;
    line-height: 26px;
    text-transform: uppercase;
    letter-spacing: .4em;
    font-weight: 600;
}

.about-list {
    margin-top: 30px;
    margin-bottom: 20px;
    color: #000;
    font-weight: 600;
}

.about-list li i {
    margin-bottom: 10px;
}

.about-list li i {
    color: #f80000;
    margin-right: 10px;
    transform: rotate(45deg);
}


/* Our Journey Section starts here */

.our-journey {
    position: relative;
}

.waves {
    position: relative;
    width: 100%;
    height: 140px;
    overflow: hidden;
}

.parallax>use {
    animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

.parallax>use:first-child {
    animation-delay: -2s;
    animation-duration: 7s;
}

.parallax>use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}

@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }
    100% {
        transform: translate3d(85px, 0, 0);
    }
}

.journey {
    padding: 60px 0px 0px;
    text-align: center;
    margin-bottom: 50px;
}

#historySection {
    overflow: hidden;
    transition: all 0.6s ease-in-out;
}

.company__history-area {
    width: 100%;
    margin: 0 auto;
    /* padding: 70px 0; */
    position: relative;
}


/* ===== Timeline Container ===== */

.company__history-area::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    border-left: 1px dashed #f80000;
    transform: translateX(-50%);
    z-index: 1;
}


/* Each timeline item */

.company__history-area-item,
.company__history-area-items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
}


/* Equal width columns */

.company__history-area-item-left,
.company__history-area-items-left,
.company__history-area-item-right,
.company__history-area-items-right {
    flex: 1;
    width: 50%;
}


/* ===== Left Side ===== */

.company__history-area-item-left,
.company__history-area-items-left {
    padding-right: 60px;
    text-align: right;
}

.company__history-area-item-left img,
.company__history-area-items-right img {
    width: 100%;
    max-width: 100%;
    border-radius: 8px;
}


/* ===== Right Side Content ===== */

.company__history-area-item-right-content,
.company__history-area-items-left-content {
    padding: 30px;
    border: 1px solid #dad9d9;
    background: #fff;
    position: relative;
    transition: all 0.3s ease;
}

.company__history-area-item-right-content:hover,
.company__history-area-items-left-content:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}


/* ===== Timeline Dots ===== */

.company__history-area-item-right-content::before,
.company__history-area-items-left-content::before {
    content: '';
    position: absolute;
    top: 50%;
    width: 14px;
    height: 14px;
    background: #f80000;
    border-radius: 50%;
    transform: translateY(-50%);
    box-shadow: 0px 5px 20px rgba(249, 76, 48, 0.5);
    z-index: 3;
}

.company__history-area-item-right-content::before {
    left: -38px;
}

.company__history-area-items-left-content::before {
    right: -38px;
}


/* ===== Date and Title ===== */

.company__history-area-item-right-content-date,
.company__history-area-items-left-content-date {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}

.company__history-area-item-right-content-date span,
.company__history-area-items-left-content-date span {
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    background: #f80000;
    padding: 7px 25px;
    clip-path: polygon(0 0, 100% 0, 81% 50%, 100% 99%, 0 100%, 0% 50%);
}

.company__history-area-item-right-content-date h5,
.company__history-area-items-left-content-date h5 {
    font-weight: 900;
}


/* ===== Responsive ===== */

@media (max-width: 991px) {
    .company__history-area::before {
        left: 0;
        transform: none;
    }
    .company__history-area-item,
    .company__history-area-items {
        flex-direction: column;
        align-items: flex-start;
    }
    .company__history-area-item-left,
    .company__history-area-items-left,
    .company__history-area-item-right,
    .company__history-area-items-right {
        width: 100%;
        padding: 0;
        text-align: left;
    }
    .company__history-area-item-right-content::before,
    .company__history-area-items-left-content::before {
        left: 0;
        right: auto;
        top: -20px;
        transform: none;
    }
    .company__history-area-item-right-content,
    .company__history-area-items-left-content {
        margin-top: 40px;
    }
}


/* timeline ends here */


/* Our Journey Section ends here */


/* Why Us Starts here */

.new-concept__points {
    position: relative;
    display: block;
    margin-top: 25px;
}

.new-concept__points li {
    position: relative;
    display: flex;
}

.new-concept__points li+li {
    margin-top: 20px;
}

.new-concept__points li .icon img {
    /* background-color: #e3284536; */
    border-radius: 50%;
    padding: 10px;
    width: 90px;
    height: auto;
}

.new-concept__points li:hover .icon img {
    transform: scale(0.9);
}

.new-concept__points li .text {
    position: relative;
    display: block;
    margin-left: 29px;
}

.new-concept__points li .text h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 8px;
    letter-spacing: 1.2px;
}

.new-concept__right {
    position: relative;
    display: block;
    margin-right: -240px;
    margin-left: 30px;
    z-index: 1;
}

.new-concept__right::before {
    content: "";
    position: absolute;
    top: -120px;
    right: -100000px;
    bottom: -175px;
    left: 210px;
    background-color: #1ca0db;
    z-index: -1;
}

.new-concept__right::after {
    content: "";
    position: absolute;
    top: -120px;
    left: 168px;
    width: 12px;
    height: 90px;
    background-color: #1ca0db;
    z-index: -1;
}

.new-concept__img-box {
    position: relative;
    display: block;
    z-index: 1;
}

.new-concept__img {
    position: relative;
    display: block;
}

.new-concept__img img {
    width: 100%;
    border: 1.5px solid #272525;
}

.new-concept__text {
    font-size: 16px;
    line-height: 1.6;
    color: #163568;
    font-weight: 600;
}


/* Why Us ends here */


/* Testimonials Starts here */
/* 
.video-wrapper {
    background-color: #e8e6e6;
    padding: 10px;
} */

.video-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
}
.video-wrapper video,
.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Testimonials ends here */

.team-section {
    background: url(../images/video-bg.jpg);
    background-repeat: no-repeat;
    position: relative;
    background-position: top center;
    padding: 70px 0px 0px 0px;
    z-index: 9;
}

.team-section::before {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    /* height       : 100%; */
    content: "";
    background-color: #fff;
    z-index: -1;
}

.video-image {
    background-image: url(../images/team-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 600px;
    border-radius: 20px;
    margin-top: 20px;
    margin-bottom: 40px;
    position: relative;
    overflow: hidden; /* pseudo-element ko clip karne ke liye */
}

/* Overlay */
.video-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* black overlay, 50% opacity */
    border-radius: 20px; /* same as parent */
    z-index: 1;
}

.video-image .video-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    width: 175px;
    height: 175px;
    line-height: 175px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #fff;
}

.video-image .video-button .video-icon {
    width: 84px;
    height: 84px;
    line-height: 84px;
    background-color: #fff;
    color: #f80000;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    z-index: 9;
}

.video-image .video-button .text-cirle {
    animation: cir36 10s linear infinite;
    position: absolute;
    top: -3px;
    left: 13px;
}

.video-image .video-button .text-cirle img {
    width: initial;
    height: initial;
}

@keyframes cir36 {
    100% {
        transform: rotate(360deg);
    }
}


/******************************************************************* About Us Page CSS Ends Here ***********************************************************/


/******************************************************************* Services Page CSS Starts Here ***********************************************************/

.sevices_img img {
    margin-bottom: 20px;
    border-radius: 10px;
    width: 100%;
}

.sidebar {
    position: sticky;
    display: block;
}

.sidebar-service {
    position: relative;
    display: block;
    background-color: #F4F4F4;
    border-radius: 8px;
    padding: 25px 30px 25px;
}

.sidebar-service h3 {
    font-weight: 800;
    letter-spacing: 1px;
}

.sidebar-service-list {
    margin: 0;
}

.sidebar-service-list li+li {
    margin-top: 7px;
}

.sidebar-service-list li a {
    color: #505152;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: block;
    background: none;
    padding: 8px 20px 8px 20px;
    border-radius: 6px;
}

.sidebar-service-list li.current a,
.sidebar-service-list li a:hover {
    background-color: #f80000;
    color: #fff;
    font-weight: 600;
}

.sidebar-service-list li a span {
    position: absolute;
    top: 35%;
    right: 20px;
    transform: rotate(-40deg) scale(0);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.sidebar-service-list li.current a span,
.sidebar-service-list li a:hover span {
    transform: rotate(-40deg) scale(1);
}

.need-help {
    position: relative;
    display: block;
    padding: 20px 30px 20px;
    margin-top: 20px;
    text-align: center;
    background-color: #F4F4F4;
    border-radius: 8px;
    overflow: hidden;
}

.all__sidebar-item-download ul {
    padding: 0;
    margin: 0;
}

.all__sidebar-item-download ul li {
    list-style: none;
}

.all__sidebar-item-download ul li a {
    display: flex;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
    background: #fff;
    padding: 15px 20px;
    overflow: hidden;
    border-radius: 6px;
}

.all__sidebar-item-download ul li a img {
    margin-right: 18px;
    padding-right: 15px;
    border-right: 1px solid #E7E7E7;
}

.all__sidebar-item-download ul li a:hover {
    color: #f80000;
}

.blue-bg-1 {
    background-color: #18212d;
    background-image: url(../images/map-bg.png);
    background-position: center;
    padding: 70px 0;
    color: #fff;
}

.blue-bg-1 h3 {
    color: #fff;
    font-size: 30px;
    line-height: 48px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.blue-bg-2 {
    background-color: #18212d;
    background-image: url(../images/map-bg.png);
    background-position: center;
    padding: 70px 0;
    color: #fff;
}

.blue-bg-2 h3 {
    color: #fff;
    font-size: 30px;
    line-height: 48px;
    font-weight: 700;
    margin: 0 0 10px;
    letter-spacing: 0px;
}
.blue-bg-2 p {
    color: #aaa9a9;
    margin-bottom: 55px;
}
.blue-bg-2 img {
    margin-bottom: 10px;
}

.work-process-card .icon {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    transition: all 0.4s ease-in-out;
}

.work-process-card {
    position: relative;
    margin-bottom: 10px;
    padding: 15px 30px 15px 15px;
}

.work-process-card .icon::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 120px;
    background-color: #d9d9d9;
    top: 50%;
    left: 110%;
    transform: translate(0, -50%);
    z-index: 0;
}

.work-process-card .title {
    font-size: 22px;
    margin-bottom: 5px;
    font-weight: 600;
}

.work-process-card .text {
    margin-bottom: 20px;
    margin-right: 5px;
}

.work-process-card .work-process-count h2 {
    color: #f80000;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #f4f4f475;
    font-size: 90px;
    font-weight: 800;
    margin: 0;
    font-family: "Antonio", sans-serif;
    letter-spacing: 1px;
}

.last-card .work-process-card .icon::after {
    display: none;
}

.work-process-count {
    position: absolute;
    top: 15px;
    right: 30px;
}

.dev-box {
    border: 1px solid #e7e7e7;
    background: #fff;
    justify-content: center;
    padding: 0px 10px !important;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out
}

#web-development .owl-dot.active span,
#web-development .owl-dot:hover span {
    background: #ff0032;
}

#web-development .owl-theme .owl-dots {
    margin-top: 15px !important;
}

#web-development img {
    background: #fff;
    padding: 15px 7px;
    margin-bottom: 0px;
}

#web-development.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 25px;
}

.card-project {
    --color-foreground: rgba(255, 255, 255, 1);
    --color-foreground-heading: rgba(255, 255, 255, 1);
    text-decoration: none;
    position: relative;
    display: block;
    overflow: hidden;
    height: 100%;
    border-radius: 18px;
}

.card-project:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(28, 37, 57, 0)), to(#18212d));
    background: -webkit-linear-gradient(top, rgba(28, 37, 57, 0) 0%, #18212d 100%);
    background: -o-linear-gradient(top, rgba(28, 37, 57, 0) 0%, #18212d 100%);
    background: linear-gradient(180deg, rgba(28, 37, 57, 0) 0%, #18212d 100%);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    opacity: 1;
}

.card-project img {
    border-radius: inherit;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.card-project-content-absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    z-index: 1;
    padding: 35px;
}

.card-project-content .heading+.text {
    -webkit-margin-before: 10px;
    margin-block-start: 10px;
}

.card-project-content h2 {
    color: #fff;
    font-size: 26px;
    letter-spacing: 0px;
}

.card-project-content {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: #fff;
}

.icon-project-link {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 1;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background: #fff;
    border-radius: 50%;
}

.icon-project-link i {
    width: 50px;
    height: 50px;
    position: relative;
    top: 2px;
    left: 18px;
    font-size: 25px;
    color: #18212d;
    transform: rotate(-45deg);
}

.card-project:hover .icon-project-link {
    background: #18212d;
}

.card-project:hover .icon-project-link i {
    color: #fff;
}


/******************************************************************* Services Page CSS ends Here ***********************************************************/


/******************************************************************* Our Work Page CSS Starts Here ***********************************************************/

.work-img-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.work-img-box::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #991313;
    opacity: 0;
}

.work-img-box img {
    width: 100%;
    display: block;
}

.work-img-box .content {
    position: absolute;
    bottom: 40px;
    left: 30px;
    right: 30px;
    z-index: 2;
    background-color: #fff;
    text-align: center;
    padding: 12px 30px;
    display: inline-block;
    overflow: hidden;
}


/* Hover animation */

.work-img-box .content::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #18212d;
    transform: scale(0);
    transform-origin: top center;
    transition: transform 0.5s ease 0.1s;
    z-index: -1;
}

.work-img-box .content:hover::before {
    transform: scale(1);
}


/* Text styling */

.work-img-box .content a,
.work-img-box .content h3 {
    font-size: 18px;
    font-weight: 600;
    color: #18212d;
    margin: 0;
    text-decoration: none;
    transition: color 0.3s ease;
    letter-spacing: 0.2px;
}

.work-img-box .content:hover a,
.work-img-box .content:hover h3 {
    color: #fff;
}

.app-box {
    margin-bottom: 20px;
}

.app-box img {
    margin-bottom: 20px;
    background-color: #18212d;
    border-radius: 50%;
    padding: 20px;
}

.app-box h3 {
    margin-bottom: 10px;
    font-size: 25px;
    color: #f80000;
}
.app-box p {
    margin-bottom: 10px;
}

.blue-box {
    background-color: #18212d;
    background-image: url(../images/base-bg1.png);
    color: #fff;
    background-position: center top;
    background-repeat: repeat;
    padding: 40px 30px;
    border-radius: 0;
    animation: bgMove 30s linear infinite;
}

@keyframes bgMove {
    0% {
        background-position: center top;
    }
    100% {
        background-position: center bottom;
    }
}

.blue-box img {
    margin-bottom: 20px;
}

.blue-box h3 {
    margin-bottom: 10px;
    font-size: 25px;
    color: #fff;
}

.app-box-1 {
    margin-bottom: 20px;
}

.app-box-1 img {
    margin-bottom: 20px;
    background-color: #f80000;
    border-radius: 50%;
    padding: 20px;
}

.app-box-1 h3 {
    margin-bottom: 10px;
    font-size: 25px;
    color: #f80000;
}

.red-box {
    background-color: #18212d;
    background-image: url(../images/base-bg1.png);
    color: #fff;
    background-position: center top;
    background-repeat: repeat;
    padding: 40px 30px;
    border-radius: 0;
    animation: bgMove 30s linear infinite;
}

@keyframes bgMove {
    0% {
        background-position: center top;
    }
    100% {
        background-position: center bottom;
    }
}

.red-box img {
    margin-bottom: 20px;
}

.red-box h3 {
    margin-bottom: 10px;
    font-size: 25px;
    color: #fff;
}

.logo-marquee {
    padding: 0rem 0;
    position: relative;
}

.logo-marquee--gradient {
    background-image: linear-gradient(90deg, #fff 5%, hsla(200, 9%, 93%, 0) 10%), linear-gradient(270deg, #fff 5%, hsla(200, 9%, 93%, 0) 10%);
    top: 2.5rem;
    height: auto;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.logo-marquee--marquee {
    display: flex;
    overflow: hidden;
    user-select: none;
}

.logo-marquee--marquee-group {
    animation: scroll-left 30s linear infinite;
    display: flex;
    flex-shrink: 0;
    width: auto;
}

.logo-marquee--marquee-group-1 {
    animation: scroll-right 30s linear infinite;
    display: flex;
    flex-shrink: 0;
    width: auto;
}

@media (prefers-reduced-motion) {
    .logo-marquee--marquee-group {
        animation-play-state: paused;
    }
}

.logo-marquee--marquee-group img {
    padding: 20px 20px;
    width: auto;
    background: #fff;
    margin-left: 10px;
    margin-right: 10px;
    border: 1px solid #d6d6d6;
}

@media (max-width: 991.98px) {
    .logo-marquee--marquee-group img {
        height: 56px;
        padding: 0 30px;
    }
}

@media (max-width: 767.98px) {
    .logo-marquee--marquee-group img {
        height: 48px;
        padding: 0 20px;
    }
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

@keyframes scroll-right {
    0% {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0);
    }
}


/* Pause marquee on hover */

.logo-marquee--marquee:hover .logo-marquee--marquee-group,
.logo-marquee--marquee:hover .logo-marquee--marquee-group-1 {
    animation-play-state: paused;
    cursor: pointer;
}

.our-box{
 padding: 20px;
 border: 1px solid #e7e7e7;
}


/******************************************************************* Our Work Page CSS ends Here  ***********************************************************/


/******************************************************************* Contact Us Page CSS Starts Here ***********************************************************/

.best {
    position: relative;
    overflow: hidden;
}


/* Static background color layer */

.best::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: #18212d;
    z-index: 0;
}


/* Animated spiral layer */

.best::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-image: url(../images/spiral.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /* z-index         : 1; */
}

.best .container-fluid {
    position: relative;
    z-index: 1;
}

.circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.circles li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: #fff3;
    animation: animate 25s linear infinite;
    bottom: -150px
}

.circles li:nth-child(1) {
    left: 2%;
    width: 80px;
    height: 80px;
    animation-delay: 0s
}

.circles li:nth-child(2) {
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s
}

.circles li:nth-child(3) {
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s
}

.circles li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s
}

.circles li:nth-child(5) {
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s
}

.circles li:nth-child(6) {
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s
}

.circles li:nth-child(7) {
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s
}

.circles li:nth-child(8) {
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s
}

.circles li:nth-child(9) {
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s
}

.circles li:nth-child(10) {
    right: 2%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}

@keyframes animate {
    0% {
        transform: translateY(0) rotate(0);
        opacity: 1;
        border-radius: 0
    }
    to {
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%
    }
}

.white-bg-1 {
    padding: 30px;
    height: 100%;
    margin-bottom: 20px;
    background-color: #fff;
}

.white-bg-1 img {
    margin-bottom: 20px;
}

.white-bg-1 h4 {
    letter-spacing: 1px;
}

.white-bg-1 a {
    color: #f80000;
    font-family: 'Marcellus', serif;
    font-weight: 600;
}

.link-arrow {
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    color: #18212d;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
}

.link-arrow i {
    font-size: 18px;
    font-weight: 600;
    margin-left: 5px;
    opacity: 0;
    transform: translateX(-5px);
    transition: all 0.3s ease;
}

.white-bg-1:hover .link-arrow {
    color: #f80000;
}

.white-bg-1:hover .link-arrow i {
    opacity: 1;
    transform: translateX(3px);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.25s ease;
}

.white-bg-1 img {
    margin-bottom: 20px;
    transition: transform 0.8s ease-in-out;
    transform-origin: center;
}

.white-bg-1:hover img {
    transform: rotateY(360deg) scale(1.05);
}

.modal {
    z-index: 10000 !important;
}

#grievancemodal .modal-content {
    background-image: url(../images/join-bg.png);
    border-radius: 0;
    padding: 10px 10px 15px 10px;
    background-color: #ecf0f5;
}

#collaboratemodal .modal-content {
    background-image: url(../images/modal-bg.png);
    border-radius: 0;
    padding: 10px 10px 15px 10px;
    background-color: #fef9f9;
}

#joinmodal .modal-content {
    background-image: url(../images/join-bg.png);
    border-radius: 0;
    padding: 10px 10px 15px 10px;
    background-color: #ecf0f5;
}

.modal-header {
    border-bottom: none;
    padding-bottom: 0px;
    padding-left: 5px;
}

.modal-header .btn-close {
    opacity: 1;
    color: #18212d;
    width: 0px;
    height: 0px;
}

#grievancemodal .modal-header h5 {
    color: #18212d;
    font-weight: 600;
    padding-left: 10px;
    font-size: 25px;
}

#collaboratemodal .modal-header h5 {
    color: #f80000;
    font-weight: 600;
    padding-left: 10px;
    font-size: 25px;
}

#joinmodal .modal-header h5 {
    color: #18212d;
    font-weight: 600;
    padding-left: 10px;
    font-size: 25px;
}

.modal-body {
    padding-top: 0px;
    padding-bottom: 0px;
}

.modal-body .modal-text {
    padding-top: 10px;
    padding-left: 10px;
    margin-bottom: 0px;
    font-weight: 800;
    color: #282828;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'Outfit', sans-serif;
}
.modal-body p {
    padding-top: 10px;
    padding-left: 0px;
    margin-bottom: 0px;
    font-weight: 800;
    color: #f80000;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'Outfit', sans-serif;
}

.modal-footer {
    border-top: none;
    justify-content: flex-start;
    padding-left: 0px;
    padding-top: 5px;
}

#grievanceForm {
    margin-top: 15px;
}

#careerForm {
    margin-top: 15px;
}

#clientEnquiryForm {
    margin-top: 15px;
}

#collaboratemodal{
    padding-right: 0px;
}

.form-label {
    margin-bottom: .5rem;
    color: #000;
    font-weight: 500;
    font-family: 'Marcellus', serif;
    font-size: 16px;
}

.form-label span {
    color: #f80000;
    font-weight: bold;
    padding-left: 2px;
    font-family: 'Marcellus', serif;
}

.form-control {
    border-radius: 0px;
    color: #a1a0a0;
}

.custom-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: white;
    /* White background */
    background-image: url('data:image/svg+xml;utf8,<svg fill="%23333" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px;
    padding-right: 35px;
    border: 1px solid #ccc;
    /* Optional        : better styling */
}

.custom-select:focus {
    outline: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.contact__page-info {
    padding: 50px 20px 50px 40px;
}

.contact__page-info h2 {
    font-size: 40px;
    letter-spacing: 1px;
    line-height: 60px;
    margin-bottom: 15px;
}

.contact__page-info p {
    margin-bottom: 30px;
}

.contact__page-info-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

.contact__page-info-item h6 {
    font-weight: 600;
    font-size: 22px;
    margin: 0;
    color: #f80000;
    width: 40px;
    margin-top: 5px;
}

.contact__page-info-item span {
    font-weight: 500;
    font-size: 16px;
}

.contact__page-info-item span a:hover {
    color: #f80000;
}

.contact__page-info-item span:first-of-type {
    margin-right: 20px;
}

.contact__page-info-item span:last-of-type {
    flex: 1;
}

.ani-bg:after {
    position: absolute;
    content: "";
    width: 569px;
    height: 569px;
    top: -27px;
    right: 0;
    left: auto;
    background: url(../images/srv1.png) no-repeat scroll;
    background-position: top right;
    background-size: auto;
    z-index: -1;
    -webkit-animation: myZoomIn 10s infinite both;
    animation: myZoomIn 10s infinite both;
}

@-webkit-keyframes myZoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.8, 0.8, 0.8);
        transform: scale3d(0.8, 0.8, 0.8);
        transition: linear .3s;
        -webkit-transition: linear .3s;
        -moz-transition: linear .3s;
    }
    20% {
        opacity: .8;
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
        transition: linear .3s;
        -webkit-transition: linear .3s;
        -moz-transition: linear .3s;
    }
    50% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        transition: linear .3s;
        -webkit-transition: linear .3s;
        -moz-transition: linear .3s;
    }
    70% {
        opacity: .8;
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
        transition: linear .3s;
        -webkit-transition: linear .3s;
        -moz-transition: linear .3s;
    }
    90% {
        opacity: .8;
        -webkit-transform: scale3d(0.8, 0., 0.8);
        transform: scale3d(0.8, 0., 0.8);
        transition: linear .3s;
        -webkit-transition: linear .3s;
        -moz-transition: linear .3s;
    }
    100% {
        opacity: .5;
        -webkit-transform: scale3d(0.7, 0.7, 0.7);
        transform: scale3d(0.7, 0.7, 0.7);
        transition: linear .3s;
        -webkit-transition: linear .3s;
        -moz-transition: linear .3s;
    }
}

@keyframes myZoomIn {
    0% {
        opacity: .6;
        -webkit-transform: scale3d(0.8, 0.8, 0.8);
        transform: scale3d(0.8, 0.8, 0.8);
        transition: linear .3s;
        -webkit-transition: linear .3s;
        -moz-transition: linear .3s;
    }
    20% {
        opacity: .8;
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
        transition: linear .3s;
        -webkit-transition: linear .3s;
        -moz-transition: linear .3s;
    }
    50% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        transition: linear .3s;
        -webkit-transition: linear .3s;
        -moz-transition: linear .3s;
    }
    70% {
        opacity: .8;
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
        transition: linear .3s;
        -webkit-transition: linear .3s;
        -moz-transition: linear .3s;
    }
    90% {
        opacity: .8;
        -webkit-transform: scale3d(0.8, 0.8, 0.8);
        transform: scale3d(0.8, 0.8, 0.8);
        transition: linear .3s;
        -webkit-transition: linear .3s;
        -moz-transition: linear .3s;
    }
    100% {
        opacity: .5;
        -webkit-transform: scale3d(0.7, 0.7, 0.7);
        transform: scale3d(0.7, 0.7, 0.7);
        transition: linear .3s;
        -webkit-transition: linear .3s;
        -moz-transition: linear .3s;
    }
}

.srvTextStrok {
    font-weight: 800;
    font-size: 72px;
    /* adjust size */
    line-height: 1;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: #000;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    position: relative;
}


/* Smooth entrance animation */

.wow.skewIn.animated {
    animation: xbSkewIn 1.2s cubic-bezier(0.67, 0.04, 0.3, 0.91) both;
}

@keyframes xbSkewIn {
    0% {
        clip-path: inset(0 100% 0 0);
        transform: translateX(30px);
        opacity: 0;
    }
    100% {
        clip-path: inset(0 0 0 0);
        transform: translateX(0);
        opacity: 1;
    }
}


/* Optional image reveal effect (if used elsewhere) */

.skewInImg {
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
    overflow: hidden;
    transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
}

.skewInImg img {
    transform: scale(1.5) translate(100px, 0);
    transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
}

.skewInImg.animated {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.skewInImg.animated img {
    transform: scale(1) translate(0, 0);
}


/******************************************************************* Contact Us Page CSS Ends Here ***********************************************************/


/******************************************************************************* Media Querry Starts Here *********************************************/

@media (max-width: 767px) {
    /* Common CSS Starts Here */
    .container-fluid1 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .p70 {
        padding: 40px 0px;
    }
    .title {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 15px;
    }
    .button {
        padding: 10px 30px;
        font-size: 15px;
    }
    .button-1 {
        padding: 8px 15px;
        margin-bottom: 10px;
        margin-top: 0px;
    }
    h4 {
        font-size: 18px;
    }
    .page-header__inner h1 {
        font-size: 40px;
        line-height: 50px;
    }
    p {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .title-7 {font-size: 25.5px; letter-spacing: 1px; line-height: 20px;}
    .mb-25 {margin-bottom: 15px;}
    .page-header {padding: 180px 0 100px;}
    .page-header-shape-1 {width: 400px;height: 300px;}
    .page-header-shape-2 {right: -150px;width: 400px;height: 300px;}
    .page-header-shape-3 {right: -300px;width: 400px;height: 300px;}

    .white-bg-1 {padding: 25px 25px 10px 25px;}



    /* Common CSS Ends Here */
    /* banner ends here */
    .banner-section {
        background: url(../images/banner-2.jpg) no-repeat center center;
        padding-top: 120px;
        padding-bottom: 50px;
        padding-left: 0px;
    }
    .banner-content h1 {
        margin-top: 20px;
        font-size: 50px;
        font-weight: 600;
        line-height: 75px;
        letter-spacing: 1px;
    }
    .banner-content h2 {
        font-size: 50px;
        font-weight: 600;
        line-height: 75px;
        letter-spacing: 1px;
    }
    /* banner starts here */
    /* About Us Section Starts here */
    .faq {
        margin-right: 10px;
    }
    .acc-block {
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 15px;
        margin-bottom: 20px;
    }
    /* About Us Section ends here */
    /* Fact Box starts here */
    .fact-box {
        margin-bottom: 40px;
        justify-content: space-around;
    }
    .acc-block .accordion-button {
        font-size: 18px;
    }
    /* Fact Box ends here */
    /*Services Starts here  */
    #services.owl-theme .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        border-radius: 50%;
    }
    .service_content h3 {
        font-size: 18px;
        line-height: 20px;
    }
    .service_content-1 h3 {
        font-size: 18px;
        line-height: 20px;
    }
    /*Services ends here  */
    .title-1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 30px;
    }
    .block-scrolling-text__line {
        font-size: 35px;
    }
    /* About Page CSS Starts */
    .title-4 {
        font-size: 40px;
        letter-spacing: 0px;
        line-height: 50px;
        margin-bottom: 0px;
    }
    .about-list {
        margin-top: 15px;
        margin-bottom: 15px;
        color: #000;
    }
    .about-list li {
        margin-bottom: 10px;
    }
    .title-2 {
        font-size: 21px;
        letter-spacing: 0px;
        line-height: 35px;
        margin-bottom: 10px;
    }
    .sub-title-1 {
        font-size: 12px;
    }
    .sub-title-2 {
        font-size: 12px;
    }
    .sub-title-3 {
        font-size: 12px;
    }
    .new-concept__points li .icon img {
        padding: 5px;
        width: 70px;
    }
    .new-concept__points li .text h3 {
        font-size: 18px;
        margin-bottom: 5px;
        letter-spacing: 0px;
    }
    .new-concept__points {
        margin-top: 15px;
        margin-bottom: 20px;
    }
    .new-concept__points li .text {
        margin-left: 15px;
    }
    .video-wrapper {
        margin-top: 10px;
    }
    .dn-0 {
        display: none;
    }
    .title-6 {
        font-size: 40px;
        letter-spacing: 0px;
        line-height: 50px;
        margin-bottom: 10px;
    }
    .waves {
        height: 60px;
    }
    .button-2 {
        padding: 10px 35px;
        margin-bottom: 0px;
        margin-top: 20px;
        font-size: 16px;
    }
    /* About Page CSS Ends */
    /* Services page css starts here */
    
    .sevices_img img {margin-bottom: 30px;}
    .blue-text-cap {font-size: 14px;}
    .need-help {padding: 20px 20px 13px 20px;}
    .sidebar-service {padding: 20px;}
    .all__sidebar-item-download ul li a {font-size: 15px;}
    .work-process-card {padding: 0px;}
    .work-process-card .icon {width: 80px;height: 80px;margin-bottom: 15px;}
    .work-process-card .title {font-size: 18px;margin-bottom: 0px;}
    .work-process-count {top: 0px;right: 0px;}
    .work-process-card .work-process-count h2 {font-size: 70px;}
    .work-process-card .icon::after {width: 160px; top: 50%;left: 120%;}
    .sub-title::before {content: "";height: 8px;width: 8px;top: 45%;}
    /* Services page css ends here */

    /* contact page css starts here */
    
    .best::before {height: 70%;}
    .contact__page-info {padding: 0px 0px 0px 0px;}
    #collaboratemodal .modal-header h5 {padding-left: 0px;font-size: 20px;}
    .contact__page-info-item {margin-bottom: 15px;}
    .contact__page-info-item span:first-of-type {margin-right: 10px;}
    #joinmodal .modal-header h5 {font-size: 20px;}
    #joinmodal .modal-content {padding: 0px 0px 0px 0px;}
    .modal-body {padding-left: 0px;padding-right: 0px;}
    .modal-header {padding-left: 10px;}
    .modal-body p {padding-left: 10px;}

    /* contact page css ends here */
    /* Footer Css Starts here */
    .footer-title {
        font-size: 24px;
        letter-spacing: 0.5px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .footer-widget .widget-title {
        font-size: 24px;
        letter-spacing: 0.5px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .footer-widget {
        margin-bottom: 10px;
    }
    .footerInfoNav {
        gap: 15px;
        padding-right: 70px;
    }

    .footer-list li {
    display: block;
}
    /* Footer Css ends here */
}
@media (min-width: 576px){
    .modal-dialog {
        max-width: fit-content;
        margin-right: auto;
        margin-left: auto;
    }

}
 
@media (min-width: 768px) and (max-width: 1023px) {
       /* contact page css starts here */
    .modal-body {padding-left: 0px;padding-right: 0px;}
    .modal-header {padding-left: 0px;}
    .modal-body p {padding-left: 10px; padding-right: 10px;}

    /* contact page css ends here */
}


/******************************************************************************* Media Querry Ends Here ***********************************************/