body,
html {
    overflow-x: hidden
}

.head-logos,
.profile-div {
    display: flex;
    align-items: center
}

.banner,
.logo-bg {
    background-repeat: no-repeat
}

.lang-switch-btn a,
.navbar li a,
ul#tabs-nav li.active span,
ul#tabs-nav li:hover span {
    color: var(--secondary-color)
}

#navbar.scrolled,
.logo-bg {
    background-image: url(../img/line.svg)
}

.effect-icon h2,
.profile-div h5,
.servce-cntnt h4 {
    font-family: poppinssemibold
}

.breadcrumbs ul li span,
.footer-links ul li,
.read-more-btn,
.sec-sub-head {
    font-family: poppinsmedium
}

.breadcrumbs ul,
.copyright-text,
.copyright-text a,
.image-content,
.mobile-nav,
.servce-cntnt,
.serving-box h4 {
    text-align: center
}

.button-2,
.loading {
    text-transform: capitalize;
    overflow: hidden
}

:root {
    --primary-color: #2D308F;
    --secondary-color: #920204;
    --white-color: #fff;
    --black-color: #000;
    --main-font: 'poppinsregular';
    --yellow-color: #FBC915
}

body {
    font-family: var(--main-font) !important
}

a {
    text-decoration: none !important
}

img {
    height: auto;
    max-width: 100%
}

p {
    font-size: 15px !important
}

.logo-bg {
    width: 100%;
    background-size: cover
}

.head-logos {
    justify-content: space-between;
    padding: 10px 0
}

.head-bottom-line {
    display: flex;
    height: 5px
}

.head-bottom-line div:first-child {
    background-color: var(--secondary-color) !important;
    width: 50%
}

.head-bottom-line div:nth-child(2) {
    background-color: var(--primary-color);
    width: 50%
}

.coming-text img,
.head-logos img {
    width: 300px
}

.vision-logo {
    width: 120px !important;
    float: right
}

.width-30 {
    width: 20%
}

.custom-container {
    padding: 0 100px
}

.banner {
    height: 100vh;
    width: 100%;
    position: relative
}

.banner video,
.banner-overlay {
    height: 100%;
    position: absolute
}

.banner-overlay {
    top: 0;
    right: 0;
    content: "";
    width: 100%;
    background-color: rgb(0 0 0 / 66%)
}

.banner video {
    width: 100%;
    object-fit: cover;
    top: 0;
    left: 0
}

#navbar,
.nav-btn,
.navbar .dropdown-menu li,
.navbar li {
    position: relative
}

.navbar {
    display: flex;
    justify-content: space-between
}

.navbar li {
    font-size: 15px;
    text-transform: uppercase;
    padding: 0;
    margin-right: 30px;
    font-weight: 500
}

.navbar .nav-link {
    padding: 0 !important
}

.navbar li a {
    transition: 1s
}

.navbar li .active {
    border-bottom: 2px solid var(--secondary-color);
    width: fit-content;
    padding-bottom: 5px
}

.navbar .dropdown-menu li:before {
    content: "\f101";
    position: absolute;
    top: 0;
    left: 0;
    font-family: "Font Awesome 5 pro";
    font-weight: 600;
    color: var(--secondary-color);
    font-size: 17px
}

.navbar li a:hover {
    color: var(--primary-color);
    transition: 1s
}

.lang-switch-btn {
    background: #ffc514;
    padding: 3px 10px;
    margin-right: 20px;
    border-radius: 8px;
    font-weight: 800
}

.banner-cntent h2,
.banner-cntent h4,
.nav-btn {
    color: var(--white-color)
}

.nav-btn {
    padding: 0 15px;
    cursor: pointer;
    overflow: hidden;
    transition: color .5s;
    z-index: 1;
    font-size: 15px;
    font-weight: 500;
    background: var(--primary-color);
    height: 40px;
    border: none
}

.nav-btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    background: var(--white-color);
    height: 150px;
    width: 200px;
    border-radius: 50%;
    top: 100%;
    left: 100%;
    transition: .7s
}

.nav-btn:hover {
    color: #fff
}

.nav-btn:hover:before {
    top: -30px;
    left: -30px;
    background-color: var(--secondary-color)
}

.custom-nav .dropdown-menu {
    border: none !important;
    border-radius: 0 !important;
    padding-left: 20px
}

.custom-nav .dropdown-menu .dropdown-item {
    background: 0 0;
    font-weight: 500
}

#navbar {
    width: 100%;
    transition: background-color .5s, top .5s;
    z-index: 1000;
    background-color: transparent
}

#navbar.scrolled {
    background-color: rgba(0, 0, 0, .8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%
}

.dropdown-toggle::after {
    transition: transform .2s linear
}

.dropdown::after:has(.active) .dropdown-toggle {
    transform: rotate(180deg)
}

.banner img,
.profile-div-img img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.banner-cntent {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 1;
    margin-top: 40px
}

.banner-cntent h2 {
    font-size: 70px;
    font-weight: 700;
    text-transform: uppercase
}

.banner-cntent h4 {
    font-size: 40px;
    margin-bottom: 20px
}

.banner-cntent h4 span {
    color: var(--yellow-color)
}

.banner-cntent p {
    color: #a5a5a5;
    font-size: 17px
}

.button-2 {
    position: relative;
    transition: .3s ease-in-out;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
    padding-block: 0.5rem;
    padding-inline: 1.25rem;
    background-color: #2d308f;
    color: #ffff;
    font-weight: 700;
    border: 3px solid rgba(255, 255, 255, .5);
    outline: 0;
    font-size: 14px;
    cursor: pointer;
    padding: 0 20px;
    height: 50px
}

.button-2:hover::before {
    animation: 1.5s ease-out infinite shine
}

.button-2::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, .8), rgba(255, 255, 255, 0) 70%);
    top: 0;
    left: -100px;
    opacity: .6
}

@keyframes shine {
    0% {
        left: -100px
    }

    60%,
    to {
        left: 100%
    }
}

.sec-sub-head {
    color: var(--primary-color);
    font-size: 40px;
    font-weight: 800
}

.abt-section {
    padding: 80px 0;
    position: relative
}

.read-more-btn {
    color: var(--secondary-color);
    background: 0 0;
    border: none;
    outline: 0;
    box-shadow: none;
    padding: 0;
    font-size: 17px
}

.disc-content {
    padding: 20px 0 0 20px;
    border-left: 1px solid #c9c9c9
}

.disc-content p {
    font-size: 17px;
    width: 80%;
    color: #666
}

.abt-right-cntnt svg {
    font-size: 55px;
    color: var(--secondary-color);
    border-bottom: 5px solid var(--yellow-color);
    width: fit-content
}

.profile-div h5,
.profile-div h6,
.quote-box p {
    color: var(--primary-color)
}

.quote-box {
    background-color: var(--yellow-color);
    border-radius: 10px;
    padding: 20px 40px;
    margin-top: 20px;
    width: 70%
}

.quote-box p {
    font-size: 20px;
    margin: 0
}

.profile-div {
    gap: 10px;
    /* margin-bottom: 20px; */
    margin-top: 20px
}

.profile-div h5 {
    font-size: 17px
}

.profile-div h6 {
    font-size: 15px;
    margin: 0
}

.profile-div-img {
    height: 60px;
    width: 60px;
    border-radius: 100%
}

.image-container {
    position: relative;
   width: 95%;
   margin: 0 auto;
  height: 290px;
  cursor: pointer;
  overflow: hidden;
  border-radius: 15px;
  background-blend-mode: overlay;
  background-color:#ebebeb;
  border: 1px solid #ebebeb;
  padding: 15px;
}
 
.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1);
    transition: 1s;
    border-radius: 12px;
}
 
.image-container img:hover {
    transform: scale(1.2) rotate(2deg);
    transition: 1s
}

.image-content {
    position: absolute;
    bottom: -100%;
    left: 0;
    right: 0;
    background: rgba(146, 2, 4, .6);
    color: #fff;
    padding: 20px;
    transition: bottom .3s ease-in-out
}

.image-content p {
    margin: 0;
    font-size: 17px !important
}

.image-container:hover .image-content {
    bottom: 0
}

#service-slider {
    margin-top: 60px
}

.service-section {
    padding: 80px 0;
    background-image: url(../img/scvce-banner.png);
    background-position: center;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    background-attachment: fixed
}

.service-section::before {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .822)
}

.servce-cntnt {
    position: relative;
    z-index: 1
}

.servce-cntnt h4 {
    font-size: 40px;
    color: var(--yellow-color);
    margin-bottom: 10px;
    text-transform: uppercase
}

.effect-icon h2,
.navMenu li a {
    font-size: 20px;
    text-transform: uppercase
}

.servce-cntnt p {
    color: #a5a5a5
}

.effect-icon {
  background: rgba(255, 255, 255, .1);
  border: 1px solid #fbc915;
  padding: 30px;
  cursor: pointer;
  height: 100%;
}

.effect-icon-custom {
  margin-top: 30px
}

.effect-icon-img {
    height: 80px;
    width: 80px;
    border-radius: 100%;
    border: 1px solid var(--yellow-color);
    margin: 30px auto 15px;
    display: grid;
    place-content: center
}

.effect-icon-img:hover img,
.effect-icon:hover img {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.effect-icon-img img {
    width: 40px;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.effect-icon h2 {
    color: var(--white-color);
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0)
}

.effect-icon p {
    opacity: 1;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    margin-bottom: 0
}

.abt-2 h3,
.section-head h4 {
    margin-bottom: 20px;
    font-family: poppinssemibold
}

.effect-icon:hover h2 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.effect-icon:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1.1)
}

.abt-2 h3 {
    font-size: 40px;
    color: var(--secondary-color);
    text-transform: uppercase
}

.abt-2 p {
    color: #060606
}

.abt-2 img,
.trade-cntnt img {
    width: 600px
}

.abt-2 {
    padding: 80px 0
}

.mt-4 {
    margin-top: 40px !important
}

.logo-box {
    height: 100px;
    width: 100%;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .07);
    background: var(--white-color);
    padding: 10px
}

.accordion-item,
.mision-box,
.service-box {
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .1)
}

.logo-box img {
    height: 100%;
    width: 100%;
    object-fit: contain
}

.section-head h5 {
    text-transform: uppercase;
    font-size: 17px;
    color: var(--primary-color)
}

.section-head h4 {
    font-size: 40px;
    color: var(--secondary-color)
}

.footer-links ul,
.footer-logo {
    margin: auto;
    display: flex;
    gap: 30px
}

.client-logo-section {
    padding: 70px 0 0
}

.float-right {
    float: right
}

.client-bg {
    background: rgb(0 0 0 / 5%);
    padding: 50px 0
}

#client-slider-1 {
    margin-top: 13px
}

.footer-logo {
    align-items: center;
    justify-content: center
}

.footer-logo img {
    width: 140px
}

.footer-logo img:first-child {
    width: 250px
}

.footer-links ul {
    padding: 0;
    justify-content: center;
    margin-top: 30px;
    flex-wrap: wrap
}

#loader,
.footer-icons {
    display: flex;
    justify-content: center
}

.footer-links ul li {
    list-style: none;
    display: inline-block
}

.footer-links ul li a:hover {
    transition: .5s;
    color: var(--secondary-color)
}

.footer-links ul li a {
    color: var(--primary-color);
    transition: .5s
}

.footer-icons {
    gap: 30px;
    margin: 20px auto auto;
    width: 35%
}

.footer-icons a {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--yellow-color);
    border: 1px solid var(--secondary-color);
    border-radius: 100%;
    color: var(--secondary-color);
    cursor: pointer
}

.footer-icons a svg {
    height: 20px
}

.footer-line {
    height: 1px;
    background: #ebebeb;
    width: 100%;
    margin: 40px 0 10px 10px
}

.copyright-text a {
    color: #060606;
    margin: 10px 0
}

.copyright-text {
    margin: 20px 0 15px;
    padding-bottom: 5px
}

#loader {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    align-items: center;
    z-index: 9999
}

.spinner {
    border: 8px solid #f3f3f3;
    border-top: 8px solid var(--yellow-color);
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: 1s linear infinite spin
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

#content {
    display: none
}

.mobile-menu {
    display: none !important
}

.mobile-nav {
    position: relative;
    width: 100%;
    z-index: 200;
    visibility: hidden;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: var(--primary-color);
    transition: opacity .3s ease-in-out
}

.burgerIcon,
.closeButton {
    position: absolute;
    right: 30px;
    cursor: pointer
}

.closeButton {
    color: #fff;
    font-size: 30px;
    margin: 0;
    top: 10px;
    z-index: 210
}

.bold-text,
.breadcrumbs ul li a .bread-active,
.mobile-btn {
    color: var(--primary-color)
}

.burgerIcon {
    top: 30px;
    z-index: 190;
    transition: opacity .3s, visibility .3s
}

.burgerLine {
    width: 30px;
    height: 3px;
    background-color: #fff;
    margin-bottom: 7px;
    border-radius: 50px
}

.mobile-btn,
.navMenu li:hover a {
    background-color: var(--yellow-color)
}

.navMenu {
    flex-flow: column wrap;
    padding: 0
}

.navMenu li {
    list-style: none
}

.navMenu li a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 15px 50px;
    border-bottom: 1px solid var(--yellow-color) !important;
    transition: .2s
}

.navMenu li:last-child a {
    border-bottom: none
}

body.nav-active .burgerIcon {
    opacity: 0;
    visibility: hidden
}

body:not(.nav-active) .burgerIcon {
    opacity: 1;
    visibility: visible
}

.mobile-btn {
    height: 50px;
    padding: 0 20px;
    font-family: poppinssemibold;
    font-size: 17px;
    border: none;
    outline: 0;
    margin-bottom: 20px
}

::-webkit-scrollbar {
    width: 12px;
    height: 12px
}

::-webkit-scrollbar-track {
    background: #f1f1f1
}

.footer,
.inner-banner {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover
}

::-webkit-scrollbar-thumb {
    background-color: var(--primary-color);
    border-radius: 10px;
    border: 3px solid #f1f1f1
}

.coming-div-logo,
.mision-box {
    background-color: var(--white-color)
}

::-webkit-scrollbar-thumb:hover {
    background-color: var(--primary-color)
}

.inner-banner {
    background-image: url(../img/inner-banner.png);
    height: 400px;
    background-position: 50% 0;
    position: relative
}

.inner-banner:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #00000057
}

.inner-banner-cntnt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    margin-top: 50px;
    text-align: center;
}

.inner-banner-cntnt h4 {
    color: var(--white-color);
    font-size: 50px;
    font-family: poppinssemibold;
    text-align: center
}

.footer {
    height: 100%;
    background-image: url(../img/line.svg);
    padding: 50px 0 0
}

.breadcrumbs {
    background: var(--white-color);
    border-radius: 40px;
    display: inline-block;
}

.breadcrumbs ul {
    margin: 0;
    padding: 5px 20px
}

.breadcrumbs ul li {
    list-style: none;
    display: inline
}

.breadcrumbs ul li span {
    color: var(--secondary-color);
    font-size: 14px
}

.inner-abt,
.servce-section {
    padding: 60px 0
}

.coming-div-logo {
    width: fit-content;
    padding: 20px;
    border-radius: 50px;
    margin: 10px auto
}

.inner-abt-img {
    width: 500px
}

.bold-text {
    font-size: 18px;
    font-weight: 600
}

.mision-box {
    min-height: 320px;
    padding: 30px;
    margin-top: 60px;
    transition: .5s;
    cursor: pointer
}

.serving-box,
ul#tabs-nav {
    padding: 20px;
    display: flex
}

.mision-box:hover img {
    scale: 1.1;
    transition: .5s
}

.mision-box h4 {
    color: #2d308f;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 15px
}

.mision-box img {
    width: 60px;
    transition: .5s
}

.we-are-section {
    background-image: url(../img/slider-2.png) !important
}

.we-are-section h2 {
    color: var(--yellow-color);
    margin-bottom: 25px
}

.we-are-section .effect-icon {
    min-height: 260px
}

.serving-box {
    align-items: center;
    border: 1px solid #dcdde8;
    justify-content: center;
    flex-direction: column;
    border-radius: 10px;
    margin-top: 20px;
    transition: .5s
}

.arrow-icon,
.serving-box-img {
    display: grid;
    place-content: center
}

.serving-box:hover {
    transition: .5s;
    transform: translateY(-4px);
    box-shadow: 0 37px 60px -15px rgba(50, 59, 79, .1)
}

.serving-box-img {
    border: 3px solid var(--yellow-color);
    border-radius: 100%;
    background: var(--primary-color);
    height: 60px;
    width: 60px
}

.serving-box .serving-box-img img {
    width: 30px
}

.serving-box:hover .serving-box-img img {
    animation: 2s linear infinite animName
}

@keyframes animName {
    0% {
        transform: rotateX(0)
    }

    100% {
        transform: rotateY(360deg)
    }
}

.serving-box h4 {
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 0;
    text-transform: uppercase
}

.veiw-more-btn {
    border: none;
    background: 0 0;
    cursor: pointer;
    padding: 0
}

.banner-bg,
.contact-banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.veiw-more-btn span {
    padding-bottom: 7px;
    letter-spacing: 2px;
    font-size: 14px;
    padding-right: 15px;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--primary-color)
}

.veiw-more-btn svg {
    transform: translateX(-15px);
    transition: .3s;
    fill: var(--primary-color)
}

.veiw-more-btn:hover svg {
    transform: translateX(-8px)
}

.veiw-more-btn:active svg {
    transform: scale(.9)
}

.hover-underline-animation {
    position: relative;
    color: var(--primary-color);
    padding-bottom: 20px
}

.hover-underline-animation:after {
    content: "";
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: var(--primary-color);
    transform-origin: bottom right;
    transition: transform .25s ease-out
}

.veiw-more-btn:hover .hover-underline-animation:after {
    transform: scaleX(1);
    transform-origin: bottom left
}

.service-box {
    padding: 15px;
    background-color: var(--white-color);
    border-radius: 20px
}

.service-box-img {
    height: 300px;
    width: 100%;
    overflow: hidden;
    border-radius: 20px
}

.service-box-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: .5s
}

.service-box-img img:hover {
    transition: .5s;
    transform: scale(1.1)
}

.service-box h4 {
    font-size: 21px;
    font-weight: 600;
    margin-top: 15px
}

.tabs {
    border-radius: 5px
}

ul#tabs-nav {
    list-style: none;
    margin: 0 0 20px;
    overflow: auto;
    flex-direction: column;
    background: #f6f6f6
}

ul#tabs-nav li {
    float: left;
    font-weight: 700;
    padding: 8px 10px 10px;
    border-bottom: 1px solid #fff;
    cursor: pointer
}

#tabs-nav li a {
    text-decoration: none;
    color: var(--black-color);
    font-weight: 400;
    font-size: 17px
}

#tabs-nav li svg {
    opacity: 0;
    margin-left: -10px;
    transition: .5s;
    color: var(--secondary-color)
}

#tabs-nav li:hover a svg {
    opacity: 1;
    margin-right: 5px;
    transition: .5s
}

#tabs-nav li.active a svg {
    opacity: 1;
    margin-right: 5px;
    transition: .5s;
    fill: var(--primary-color)
}

.more-cntnt h5 {
    color: var(--secondary-color);
    font-size: 20px;
    font-weight: 600;
    position: relative;
    padding-left: 60px
}

.more-cntnt {
    margin-bottom: 20px
}

.more-cntnt h5::before {
    position: absolute;
    content: "";
    width: 50px;
    left: 0;
    top: 10px;
    height: 2px;
    background-color: var(--secondary-color)
}

.tab-dtl-cntnt-img {
    width: 100%;
    height: 365px;
    margin-bottom: 15px
}

.tab-dtl-cntnt-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top
}

.tab-dtl-cntnt h4 {
    color: var(--black-color);
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 15px
}

.tab-dtl-cntnt h5 {
    color: var(--primary-color);
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    /* margin-top: 35px */
}

.tab-dtl-cntnt h6 {
    font-size: 18px;
    font-weight: 600;
    color: var(--secondary-color);
    margin-top: 30px
}

.tab-dtl-cntnt ul,
.trade-cntnt ul {
    padding: 0
}

.tab-dtl-cntnt ul li {
    position: relative;
    list-style: none;
    padding-left: 25px;
    font-size: 15px;
    color: #000;
    font-weight: 300;
    margin-bottom: 20px;
}

.tab-dtl-cntnt ul li::before,
.trade-cntnt ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 15px;
    height: 15px;
    background-image: url(../img/arrow-icon.svg);
    background-size: contain;
    background-repeat: no-repeat
}

.srv-list-points {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 15px
}

.accordion {
    width: 100%;
    margin: 0 auto
}

.arrow-icon {
    height: 30px;
    width: 30px;
    border-radius: 100%;
    background-color: var(--primary-color)
}

.accordion-item {
    border-radius: 5px;
    margin-bottom: 10px;
    background-color: #fff;
    overflow: hidden;
    border: none;
    transition: .3s
}

.accordion-header {
    background-color: var(--white-color);
    color: var(--black-color);
    padding: 15px;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    width: 100%;
    border: none;
    outline: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: background-color .3s
}

.accordion-body {
    padding: 0 15px;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: height .3s, opacity .3s;
    border-top: 1px solid #ebebeb
}

.accordion-body p {
    padding: 15px 0;
    margin: 0;
    color: #8f8f8f;
    text-align: left
}

.accordion-item.active .accordion-body {
    height: auto;
    opacity: 1
}

.arrow {
    width: 7px;
    height: 7px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    margin-bottom: 2px;
    transform: rotate(45deg);
    transition: transform .3s
}

.accordion-item.active .arrow {
    transform: rotate(-135deg);
    margin-top: 6px
}

.service-include-div {
    background-color: var(--primary-color);
    position: relative;
    padding: 30px;
    text-align: center
}

.srv-cnt-icon {
    height: 70px;
    width: 70px;
    background-color: var(--white-color);
    border-radius: 100%;
    display: flex;
    align-items: center;
    border: 2px solid var(--yellow-color);
    justify-content: center;
    margin: 0 auto
}

.srv-cnt-icon svg {
    color: var(--yellow-color);
    font-size: 20px
}

.service-include-div h4 {
    font-size: 25px;
    font-weight: 700;
    color: var(--white-color)
}

.service-include-div h6 {
    margin-top: 15px;
    color: #b0b0b0
}

.service-include-div h3 {
    font-size: 25px;
    font-weight: 600;
    color: var(--yellow-color)
}

.banner-bg {
    background-image: url(../img/inner-banner.png);
    height: 350px;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center
}

.banner-bg:before,
.banner-title,
.path {
    position: absolute;
    width: 100%
}

.banner-bg:before {
    top: 0;
    right: 0;
    content: "";
    height: 100%;
    background-color: rgba(0, 0, 0, .743)
}

.banner-title {
    display: flex;
    justify-content: center;
    align-items: center
}

.banner-title h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 700
}

.path {
    color: #fff;
    font-size: 15px;
    display: flex;
    justify-content: center;
    bottom: 55px;
    gap: 5px;
    font-weight: 500
}

.path a,
.social-media ul a {
    text-decoration: none !important;
    color: #fff
}

.path-link-text {
    color: #fbc915 !important
}

.contact-head h2 {
    font-size: 40px;
    font-weight: 700;
    color: #000
}

.contact-head h6 {
    font-size: 14px;
    color: #666
}

.contact-head span,
.social-media ul a:hover {
    color: #fbc915
}

.contact-icons {
    font-size: 16px;
    color: #fbc915
}

.contact-icons:hover {
    color: #fff;
    transition: .5s
}

.contact-details-card {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-color: #2d308f;
    border-radius: 10px;
    padding: 25px 20px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.circle-1,
.circle-2 {
    border-radius: 100%;
    background-color: #fbc915
}

.circle-1 {
    position: absolute;
    height: 250px;
    width: 250px;
    right: -115px;
    bottom: -115px;
    opacity: .8
}

.circle-2 {
    position: absolute;
    height: 80px;
    width: 80px;
    right: 75px;
    bottom: 54px;
    opacity: .95;
    backdrop-filter: blur(18px)
}

.contact-details-card h4 {
    font-size: 25px;
    font-weight: 700;
    color: #fff
}

.contact-details-card p {
    font-size: 16px;
    font-weight: 300 !important;
    color: #e8e6e6;
    margin-top: 5px
}

.contact-details-box {
    display: flex;
    flex-direction: column;
    gap: 15px
}

.contact-details {
    display: flex;
    gap: 10px;
    width: 60%;
    align-items: baseline
}

.contact-details a {
    text-decoration: none !important;
    justify-content: center
}

.label-title label {
    font-size: 16px;
    color: #666464;
    font-weight: 300
}

.contact-details-text h5 {
    font-size: 18px;
    margin: 0;
    color: #fff;
    font-weight: 700
}

.contact-details-text h6 {
    font-size: 15px;
    margin-top: 5px;
    color: #e8e6e6
}

.form-custom {
    border-radius: 0 !important;
    font-size: 14px !important;
    padding: 10px;
    font-weight: 400 !important
}

.enquire-img,
.trading-main img {
    border-radius: 20px;
    height: 100%
}

.form-custom:focus {
    box-shadow: none !important;
    border-color: #fbc915 !important
}

.contact-form {
    width: 80%;
    margin: 0 auto
}

.social-media ul {
    display: flex;
    list-style-type: none;
    gap: 15px;
    color: #fff !important;
    font-size: 16px;
    padding: 0;
    margin: 0
}

.map {
    width: 100%;
    padding: 50px 0 0
}

.contact-section {
    margin-top: 50px
}

.contact-head {
    margin-bottom: 16px
}

.contact-banner {
    width: 100%;
    height: 350px
}

.contact-details-card .svg-inline--fa {
    height: 1.2em
}

.offcanvas.offcanvas-end {
    width: 100% !important;
    transition: transform 1s ease-in-out;
    background: #fffde6
}

.offcanvas-body {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 100px
}

.enquire-img {
    width: 100%;
    object-fit: cover
}

.enquire-form-container {
    gap: 40px
}

.offcanvas-header {
    padding: 40px 0 !important
}

.conatct-modal .form-custom {
    background-color: #ffffff54
}

.mobile-menu .lang-switch-btn {
    margin-right: 0;
    margin-bottom: 10px
}

.trading-main {
    height: 400px;
    width: 100%;
    border-radius: 20px;
    overflow: hidden
}

.trading-main img {
    width: 100%;
    object-fit: cover;
    object-position: top;
    transition: .5s
}

.trading-main img:hover {
    transform: scale(1.1);
    transition: .5s
}

.service-include-div {
    overflow: hidden;
    height: 320px
}

.service-include-div .circle-1 {
    position: absolute;
    height: 200px;
    width: 200px;
    right: -115px;
    bottom: -115px;
    opacity: .8
}

.service-include-div .circle-2 {
    position: absolute;
    height: 50px;
    width: 50px;
    right: 38px;
    bottom: 33px;
    opacity: .8
}

.bottom-widget {
    margin: 20px 0 0
}

.bottom-widget a {
    padding: 15px;
    display: block;
    background-color: transparent;
    font-size: 20px;
    font-weight: 600;
    color: var(--yellow-color);
    position: relative;
    z-index: 99;
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0
}

.bottom-widget .svg-inline--fa {
    height: 1.4em
}

.bottom-widget a::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: var(--primary-color);
    z-index: -1;
    transition: .8s
}

.bottom-widget a:hover::before {
    height: 100%;
    transition: .8s
}

.trade-cntnt {
    background-color: #f5f5f5;
    padding: 20px 30px;
    border: 1px solid #ebebeb;
    min-height: 270px;
    width: 80%;
    margin: 30px auto 0
}

.trade-cntnt h5 {
    margin-top: 0
}

.trade-cntnt h4 {
    font-size: 22px !important;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 10px
}

.trade-cntnt ul li {
    list-style: none;
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
    text-align: left
}

.trading-main-wrapper h4 {
    font-size: 35px;
    color: var(--black-color);
    font-weight: 600;
    text-align: left
}

.trading-main-wrapper p {
    margin-top: 20px
}

.btn-close:focus {
    outline: 0;
    box-shadow: none
}

#loader img {
    width: 150px
}

.loading {
    left: 50%;
    top: 60%;
    font-size: 45px;
    font-weight: 800;
    letter-spacing: 20px;
    position: absolute;
    transform: translate(-50%, -60%)
}

.trd-pro-head {
    font-size: 35px;
    color: var(--black-color);
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 20px
}

.fix-height .service-box {
    min-height: 400px
}

.fix-height .service-box h4 {
    text-align: center
}

.accordion-header span {
    width: 90%
}

.offcanvas {
    overflow-y: scroll
}

@media only screen and (max-width:1440px) {
    .banner-cntent h2 {
        font-size: 60px
    }

    .inner-abt-img {
        width: 500px
    }

    .head-logos img {
        width: 170px
    }

    .width-30 {
        width: fit-content
    }

    .vision-logo {
        width: 100px !important
    }
}

@media only screen and (max-width:1200px) {
    .custom-container {
        padding: 0 60px
    }

    .quote-box {
        width: 100%
    }

    .quote-box br {
        display: none
    }

    .effect-icon {
        padding: 20px
    }

    .contact-details-align {
        margin-top: 35px !important
    }

    .contact-details-card h4 {
        font-size: 23px
    }

    .circle-1 {
        height: 200px;
        width: 200px;
        right: -90px;
        bottom: -100px
    }

    .circle-2 {
        height: 65px;
        width: 65px;
        right: 50px;
        bottom: 39px
    }

    .contact-head h2 {
        font-size: 24px;
        margin-bottom: 10px !important
    }

    .enquire-form-container {
        gap: 0
    }

    .offcanvas-body {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .sec-sub-head {
        font-size: 30px
    }

    .label-title label,
    .serving-box h4 {
        font-size: 15px
    }

    .contact-details-card p {
        font-size: 14px
    }

    .banner-cntent p,
    .contact-details-text h5 {
        font-size: 16px
    }

    .contact-details-text h6,
    .nav-btn {
        font-size: 13px
    }

    .banner-cntent h2 {
        font-size: 50px
    }

    .banner-cntent h4 {
        font-size: 30px;
        width: 55%
    }

    .head-logos img {
        width: 125px
    }

    .vision-logo {
        width: 70px !important
    }

    .navbar li {
        margin-right: 18px;
        font-size: 14px
    }

    .nav-btn {
        padding: 0 10px;
        height: 35px
    }

    .button-2 {
        padding: 0 25px
    }

    .logo-box {
        height: 65px
    }

    .service-include-div h3,
    .service-include-div h4 {
        font-size: 22px
    }

    .srv-cnt-icon {
        height: 60px;
        width: 60px
    }

    .bottom-widget a {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {
    .banner-cntent p {
        width: 80%
    }

    .banner-cntent p br {
        display: none
    }

    .abt-2 h3 {
        margin-bottom: 10px
    }

    .client-logo-section {
        padding: 50px 0 0
    }

    .abt-right-cntnt svg {
        font-size: 35px
    }

    .navbar {
        padding-top: 20px
    }

    .image-container {
        height: 300px
    }
}

@media only screen and (max-width:991px) {
    .mobile-menu {
        display: block !important;
        position: absolute;
        top: 75px;
        width: 100%
    }

    .navbar {
        display: none !important
    }

    .abt-2 img {
        display: block;
        margin: auto auto 30px
    }

    .float-right {
        float: revert
    }

    .abt-2 {
        text-align: center
    }

    .disc-content {
        padding: 0;
        border: none;
        margin-bottom: 20px
    }

    .disc-content p,
    .quote-box,
    .trade-cntnt {
        width: 100%
    }

    .custom-container {
        padding: 0 40px
    }

    .abt-section {
        padding: 40px 0
    }

    .contact-icons {
        font-size: 14px
    }

    .contact-details-card {
        padding: 25px 15px
    }

    .contact-details-card p {
        margin-top: 10px
    }

    .circle-1 {
        height: 250px;
        width: 250px;
        right: -155px;
        bottom: -130px
    }

    .circle-2 {
        height: 60px;
        width: 60px;
        right: 35px;
        bottom: 40px
    }

    .contact-head {
        margin-bottom: 10px
    }

    .contact-details-align {
        margin-top: 25px !important
    }

    .enquire-form-container {
        row-gap: 30px
    }

    .offcanvas-header {
        padding: 30px 20px 0 !important
    }

    .offcanvas-body .contact-head h2 {
        margin-top: 0
    }

    .contact-details-card .svg-inline--fa {
        height: 1em
    }

    .form-custom::placeholder {
        font-size: 13px
    }

    .mobile_accordion .tab-dtl-cntnt {
        padding: 20px
    }

    .mobile_accordion .tab-dtl-cntnt h4 {
        font-size: 20px
    }

    .mobile_accordion .accordion-body p {
        color: #000;
        font-size: 14px;
        line-height: 23px;
        padding-top: 0;
        padding-bottom: 25px
    }

    .mobile_accordion .bold-text {
        font-size: 18px;
    }

    .mobile_accordion .tab-dtl-cntnt h5 {
        margin-top: 25px;
        font-size: 18px
    }

    .tab-dtl-cntnt ul li {
        font-size: 14px;
        line-height: 23px
    }

    .tab-dtl-cntnt ul li::before {
        width: 13px;
        height: 13px
    }

    .fst-sub-head {
        margin-top: 0 !important
    }

    .srv-list-points {
        padding-bottom: 0;
        padding-top: 20px;
    }

    .service-include-div {
        margin-top: 30px;
        height: auto
    }

    .bottom-widget a {
        font-size: 16px;
        padding: 15px 30px;
        display: inline-block
    }

    .servce-section {
        padding: 50px 0
    }

    .mision-box {
        margin-top: 30px
    }

    .serving-box {
        padding: 15px
    }

    .service-box-img img,
    .serving-box .serving-box-img img {
        margin-bottom: 0
    }

    .inner-banner-cntnt {
        width: 90%
    }

    .fix-height .service-box {
        min-height: 250px
    }

    .trd-pro-head {
        font-size: 25px
    }
}

@media only screen and (max-width:767px) {
    .banner {
        height: 80vh
    }

    .abt-2,
    .service-section {
        padding: 50px 0
    }

    .client-logo-section {
        padding: 30px 0 0
    }

    .section-head {
        text-align: center
    }

    .footer-icons {
        width: auto
    }

    .banner-cntent h4,
    .banner-cntent p {
        width: 100%
    }

    .contact-details-card h4 {
        font-size: 25px
    }

    .circle-1 {
        height: 250px;
        width: 250px;
        right: -100px;
        bottom: -125px
    }

    .circle-2 {
        height: 70px;
        width: 70px;
        right: 70px;
        bottom: 60px
    }

    .contact-head h2 {
        margin-top: 30px
    }

    .contact-details-card {
        padding: 25px;
        gap: 20px
    }

    .service-include-div h4 {
        font-size: 20px
    }

    .service-include-div h6 {
        font-size: 14px
    }

    .service-include-div h3 {
        font-size: 18px
    }

    .srv-cnt-icon {
        height: 50px;
        width: 50px
    }

    .service-box-img,
    .tab-dtl-cntnt-img {
        height: auto
    }

    .inner-banner-cntnt h4 {
        font-size: 40px
    }

    .loading {
        font-size: 35px
    }

    .inner-banner {
        height: 300px
    }

    .service-box-img img {
        min-height: 250px;
    }
}

@media only screen and (max-width:600px) {
    .banner-cntent h2 {
        font-size: 40px
    }

    .banner-cntent h4,
    .loading {
        font-size: 25px
    }

    .abt-2 h3,
    .sec-sub-head,
    .section-head h4,
    .servce-cntnt h4 {
        font-size: 30px
    }

    .footer-links ul {
        gap: 20px
    }

    .footer-logo img:first-child {
        width: 200px
    }

    .footer-logo img {
        width: 120px
    }

    .head-logos img {
        width: 150px
    }

    .head-logos img:nth-child(2) {
        width: 100px !important
    }

    .custom-container,
    footer {
        padding: 0 20px
    }

    .contact-button button {
        height: 50px;
        margin: 0 auto;
        display: block;
        width: 60%
    }

    .offcanvas-body {
        padding-top: 0;
        padding-bottom: 20px
    }

    .contact-head h2 {
        font-size: 20px
    }

    .banner-cntent h4 br,
    .veiw-more-btn svg {
        display: none
    }

    .footer-logo {
        gap: 80px
    }
}

@media only screen and (max-width:436px) {
    .footer-logo img:first-child {
        width: 140px
    }

    .footer-logo img {
        width: 90px
    }

    .quote-box {
        padding: 20px
    }

    .banner-cntent h2 {
        font-size: 30px
    }

    .footer-links ul {
        gap: 10px
    }

    .copyright-text a {
        padding: 0;
        font-size: 14px
    }

    .circle-1 {
        height: 230px;
        width: 230px;
        right: -100px;
        bottom: -125px
    }

    .circle-2 {
        height: 60px;
        width: 60px;
        right: 75px;
        bottom: 40px
    }

    .service-include-div {
        height: 300px
    }

    .mobile_accordion .tab-dtl-cntnt {
        padding: 20px 0
    }

    .mobile_accordion .tab-dtl-cntnt h4 {
        font-size: 16px
    }

    .mobile_accordion .accordion-body {
        padding: 0 11px
    }

    .breadcrumbs ul li {
        display: inline-block;
        min-width: 130px
    }

    .loading {
        font-size: 18px;
        letter-spacing: 10px
    }

    #loader img {
        width: 120px
    }
}

.trade-cntnt-dtls {
    min-height: auto !important;
}

.trade-pr-out {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.left-pr-out {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width:600px) {
    .left-pr-out {
        display: block;
        text-align: left;
        margin-bottom: 30px;
    }

    .trade-pr-out{
        display: block;
        text-align: left;
    }
}

/* start gallery */
.lightboxpreview {
    transition: all .3s linear;
    padding-top: 60%;
    cursor: pointer;
    background-size: cover;
}

.lightbox-content {
    max-height: 75vh;
    height: 75vh;
    width: 100%;
    max-width: 1000px;
}

.lightbox-close {
    cursor: pointer;
    margin-left: auto;
    position: absolute;
    right: -30px;
    top: -30px;
    color: white;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
}

.modal_inner_image {
    min-height: 400px;
    z-index: 1000;
}

.modal-content {
    width: 100%;
}

.modalscale {
    transform: scale(0);
    opacity: 0;
}

.lightbox_cont{
    margin-top: 20px;
}

.lightbox_cont h6{
    font-size: 20px;
    text-align: center;
}

.lightbox_video_wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 250px;
  background-color: #ebebeb;
}

.lightbox_video_wrap video{
    width: 100%;
    height: 100%;
}

.lightbox-container,
.lightbox-btn,
.lightbox-image-wrapper,
.lightbox-enabled {
    transition: all .4s ease-in-out;
}

.lightbox_img_wrap {
    padding-top: 50%;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 250px;
  background-color: #ebebeb;
}

.lightbox-enabled:hover {
    transform: scale(1.1)
}

.lightbox-enabled {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    object-fit: contain;
    cursor: pointer;
}

.lightbox-container {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, .6);
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
}

.lightbox-container.active {
    opacity: 1;
    pointer-events: all;
}

.lightbox-image-wrapper {
    display: flex;
    transform: scale(0);
    align-items: center;
    justify-content: center;
    max-width: 45vw;
    max-height: 90vh;
    position: relative;
    min-width: 45vw;
}

.lightbox-container.active .lightbox-image-wrapper {
    transform: scale(1);
}

.lightbox-btn,
#close {
    color: white;
    z-index: 9999999;
    cursor: pointer;
    position: absolute;
    font-size: 30px;
}

.lightbox-btn:focus {
    outline: none;
}

.left {
    left: 50px;
}

.right {
    right: 50px;
}

#close {
    top: 50px;
    right: 50px;
}

.lightbox-image {
    width: 100%;
    -webkit-box-shadow: 5px 5px 20px 2px rgba(0, 0, 0, 0.19);
    box-shadow: 5px 5px 20px 2px rgba(0, 0, 0, 0.19);
    max-height: 95vh;
    object-fit: contain;
}

@keyframes slideleft {
    33% {
        transform: translateX(-300px);
        opacity: 0;
    }

    66% {
        transform: translateX(300px);
        opacity: 0;
    }
}

.slideleft {
    animation-name: slideleft;
    animation-duration: .5s;
    animation-timing-function: ease;
}

@keyframes slideright {
    33% {
        transform: translateX(300px);
        opacity: 0;
    }

    66% {
        transform: translateX(-300px);
        opacity: 0;
    }
}

.slideright {
    animation-name: slideright;
    animation-duration: .5s;
    animation-timing-function: ease;
}

/* END gallery */

/* adding style */
.srv-list-points {
    padding-top: 20px;
}

@media only screen and (max-width:991px) {
    .footer-logo img:first-child {
        width: 200px;
    }

    .trading-main-wrapper p {
        text-align: justify;
    }

    .veiw-more-btn svg {
        transform: translateX(-2px);
    }
}

@media only screen and (max-width: 850px) and (min-width: 768px) {
    .error {
        font-size: 11px !important;
    }
}

@media screen and (max-width:600px) {
    .we-are-section .effect-icon {
        min-height: auto;
    }

    .navMenu {
        width: 100%;
    }

    .navMenu li a {
        width: 90%;
    }
    .navMenu li a {
        font-size: 16px;
    }
    .navMenu li a {
        padding: 10px 50px;
    }
    .mobile-btn {
        height: 40px;
        font-size: 14px;
    }
}

.width-30 {
    width: 15%;
}

.no-image-inner{
    max-width: 600px;
    margin: 0 auto;
}








.trading-main-wrapper h4 {
  font-size: 35px;
  color: var(--black-color);
  font-weight: 600;
  text-align: left;
}
@media only screen and (max-width: 1200px) {
.service-box-img {
  height: 250px;
}}
@media only screen and (max-width: 992px) {
 .head-logos img {
    width: 150px;
  }
  .trading-main-wrapper h4 {
  font-size: 30px;
}
}
@media only screen and (max-width: 768px) {
 .trading-main-wrapper p {
    text-align: initial;
    text-align: start;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 576px) {
 .serving-box {
    padding: 15px;
    width: 80%;
    margin: 20px auto 0;
  }
  .trading-main {
  height: 300px;
}
 .trading-main-wrapper h4 {
    font-size: 27px;
  }
}

@media only screen and (max-width: 436px) {
  .footer-logo img:first-child {
    width: 140px;
  }
    .footer-logo img {
    width: 90px;
  }
   .footer-logo {
    gap: 65px;
  }
  #service-slider {
  margin-top: 30px;
}
 .navMenu li a {
        font-size: 16px;
    }
    .effect-icon-img {
  height: 70px;
  width: 70px;
}
.effect-icon-img img {
  width: 35px;
}
.service-box h4 {
  font-size: 19px;
}
.veiw-more-btn span {
  font-size: 13px;
}
.trade-cntnt {
  padding: 15px;
}
.trade-cntnt ul li {
  font-size: 15px;
}
.tab-dtl-cntnt ul li::before, .trade-cntnt ul li::before {
  top: 5px;
  width: 12px;
  height: 12px;

}
  .contact-button button {
    width: auto;
  }

}
@media only screen and (max-width: 375px) {
     .serving-box {
    width: 90%;
  }
    .abt-2 h3, .sec-sub-head, .section-head h4, .servce-cntnt h4 {
    font-size: 27px;
  }
  .mision-box h4 {
  font-size: 27px;
}
 .inner-banner-cntnt h4 {
    font-size: 32px;
  }
   .service-box-img img {
    min-height: 200px;
  }
  .trading-main-wrapper h4 {
    font-size: 24px;
  }
}
