@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap);

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    outline: none
}

*,
*:focus {
    outline: none;
    -webkit-tap-highlight-color: #fff0
}

body {
    display: block;
    position: relative;
    font: 400 14px/1.1 "Roboto", sans-serif;
    background: #fff;
    color: #464646;
    margin: 0;
    padding: 0 0;
    -webkit-font-smoothing: antialiased;
    display: block;
    position: relative
}

.sub-title {
    font-family: "Dancing Script", cursive;
    font-size: 24px
}

.bg-logo {
    position: fixed;
    z-index: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    width: 80%;
    height: 100%;
    opacity: .02
}

#fader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    pointer-events: none;
    background: #FDFCFB;
    animation-duration: 1s;
    animation-timing-function: ease-in-out
}

#fader.fade-out {
    opacity: 0;
    animation-name: fade-out
}

#fader.fade-in {
    opacity: 1;
    animation-name: fade-in
}

@keyframes fade-out {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fade-in {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.shipping_banners:not(.slick-initialized) .slider-box:not(:first-child) {
    display: none
}

::-webkit-input-placeholder {
    color: #000;
    opacity: 1
}

:-moz-placeholder,
::-moz-placeholder {
    color: #000;
    opacity: 1
}

:-ms-input-placeholder {
    color: #000;
    opacity: 1
}

a {
    color: #fff;
    text-decoration: none
}

a:hover {
    color: #000;
    outline: none;
    text-decoration: none
}

img {
    max-width: 100%;
    vertical-align: middle
}

svg {
    display: inline-block;
    vertical-align: middle;
    fill: currentColor
}

h1,
.h1 {
    font-size: 30px
}

h2,
.h2 {
    font-size: 28px;
    line-height: 1
}

h3,
.h3 {
    font-size: 24px
}

h4,
.h4 {
    font-size: 18px
}

h5,
.h5 {
    font-size: 16px
}

h6,
.h6 {
    font-size: 15px
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-weight: 600;
    margin: 0 0 15px;
    font-style: normal
}

p {
    margin: 0 0 10px;
    overflow: hidden;
    text-align: left;
    color: #686868;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.66;
    margin-bottom: 15px
}

.pt-60 {
    padding-top: 60px
}

.about-content {
    position: relative
}

.about-head h2.title {
    position: absolute;
    left: -111px
}

.about-text p {
    position: absolute;
    top: 141px;
    left: -111px
}

input,
select,
textarea {
    background: #fff;
    background: #fff;
    border: 1px solid rgb(70 70 70 / .3);
    font: 500 15px/1 'Montserrat', sans-serif;
    width: 100%;
    display: block;
    color: #282828;
    padding: 11px 16px;
    border-radius: 5px;
    letter-spacing: 0;
    height: auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

input::-webkit-input-placeholder {
    color: rgb(40 40 40 / 50%)
}

input::-moz-placeholder {
    color: rgb(40 40 40 / 50%)
}

input:-ms-input-placeholder {
    color: rgb(40 40 40 / 50%)
}

input:-moz-placeholder {
    color: rgb(40 40 40 / 50%)
}

textarea {
    min-height: 120px;
    padding: 14px
}

ul {
    list-style: none;
    padding: 0;
    margin: 0
}

strong,
b {
    font-weight: 700
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

.w-left {
    width: 100%;
    float: left
}

.slide-area.renewal-main {
    overflow: hidden
}

.clearfix:after {
    content: '';
    display: table;
    clear: both
}

input[type="search"]::-webkit-search-cancel-button {
    display: none
}

section {
    padding: 80px 0;
    position: relative
}

nav.sticky {
    transform: perspective(300px) rotateX(0deg);
    transform-origin: top
}

.navbar {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    background-color: #fff0;
    z-index: 999;
    transition: all 0.5s ease-in-out
}

nav.top-up {
    overflow: hidden;
    transition: all 0.5s ease-in-out;
    transform-origin: top
}

.navbar .navbar-nav .nav-link {
    font-size: 18px;
    font-weight: 500 !important;
    color: #000;
    opacity: 1;
    margin: 0 13px;
    cursor: pointer;
    text-transform: capitalize
}

.navbar-brand img {
    width: 100%;
    max-width: 85%
}

.slider-home .swiper {
    width: 100%;
    height: 100%
}

.slider-home .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center
}

.slider-home .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.wptb-item-layer {
    position: absolute;
    z-index: -1
}

.wptb-slider.style3 {
    padding: 0 0;
    overflow: hidden;
    position: relative
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    position: relative;
    top: 0;
    bottom: auto;
    margin-top: 0
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #3c88d2;
    border: 1px solid #fff0;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 14px;
    cursor: pointer;
    transition: var(--transition-base);
    position: relative;
    opacity: 1;
    font-size: 14px;
    font-weight: var(--fw-semibold)
}

.home-slider-banner.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.home-slider-banner .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px
}

.swiper-button-next,
.swiper-button-prev {
    background-image: none !important
}

.home-slider-banner .swiper-button-next,
.home-slider-banner .swiper-button-prev {
    background-image: none !important;
    color: #000000 !important;
    width: 25px !important;
    background-color: #1f8fd387;
    border-radius: 20px;
    padding: 20px;
    backdrop-filter: blur(6px)
}

.home-slider-banner .swiper-button-next:after,
.home-slider-banner .swiper-button-prev:after {
    font-size: 26px
}

.wptb-swiper-dots.style2 .swiper-pagination-bullet {
    width: 24px;
    height: 24px;
    background-color: #fff0;
    border: 1px solid #fff0;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 0;
    cursor: pointer;
    transition: var(--transition-base);
    position: relative;
    opacity: 1;
    font-size: 14px;
    font-weight: var(--fw-semibold)
}

.wptb-swiper-dots.style2 .swiper-pagination-bullet:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background-color: #3c88d2;
    border-radius: 100%;
    transition: var(--transition-base)
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #d80510
}

.wptb-swiper-dots.style2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    transform: scale(1.1);
    border-color: red;
    background-color: #fff0
}

.counter-item {
    margin: 26px 0;
    border-left: 2px solid #9526226f;
    padding-left: 20px
}

.wptb-counter2 {
    position: relative;
    background-color: #fff;
    padding: 30px 20px 30px 40px;
    color: #151515;
    margin: 20px 0
}

.wptb-counter2 {
    background-color: #B90808;
    color: #fff
}

.wptb-item--value {
    font-size: 3rem;
    line-height: .8;
    font-family: var(--colfax-font-family);
    color: #9c2422
}

.wptb-item--text {
    font-size: 19px;
    line-height: 1.5;
    color: #000
}

.wptb-item--holder p {
    font-size: 17px;
    line-height: 1.5;
    color: #939393;
    margin-top: 8px
}

.products-section .about-title span {
    top: 1%;
    z-index: 1
}

.wptb-album-one .about-title span {
    top: 1%;
    z-index: 1
}

.about-title h2 {
    font-size: 36px;
    line-height: 1.6;
    color: #000;
    position: relative;
    font-weight: 600
}

.about-title h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 65px;
    height: 5px;
    background-color: #d80510;
    border-radius: 20px
}

.products-section {
    padding-top: 160px
}

.sub-products-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 26px;
    border-radius: 10px;
    box-shadow: 3px 8px 12px #d7d7d7
}

.sub-products-details:hover {
    opacity: 1;
    color: #fff;
    transition: all 1s ease
}

.sub-products-details {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(#00000014, #000000);
    padding: 10px;
    top: 0;
    opacity: 0;
    transform: translateY(0)
}

.sub-products-details h2 {
    font-size: 28px;
    line-height: 1.4;
    margin: 0;
    margin-bottom: 10px;
    text-transform: capitalize
}

.sub-products-details p {
    font-size: 18px;
    line-height: 1.4;
    color: #fff
}

.product-item {
    position: -webkit-sticky;
    position: sticky;
    top: 130px;
    overflow: hidden;
    border-radius: 10px
}

.tj-about-section {
    background: var(--tj-color-theme-bg);
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative;
    z-index: 2
}

.about-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 60px
}

.tj-about-section .tj-heading-area {
    margin-bottom: 60px
}

.tj-about-section .tj-heading-area .title {
    margin-bottom: 28px;
    color: #000;
    font-size: 44px;
    font-weight: 600;
    line-height: 1.4
}

.about-wrapper .about-content .desc {
    max-width: 470px;
    width: 100%
}

.about-wrapper .about-content .about-auother::before {
    position: absolute;
    content: "";
    width: 50px;
    right: -10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 1px;
    background: rgb(0 0 0 / .2)
}

.about-wrapper .about-content .about-auother {
    max-width: 325px;
    width: 100%;
    position: relative;
    z-index: 2;
    margin-bottom: 35px
}

.about-wrapper .about-images {
    max-width: 445px;
    height: 509px;
    width: 100%;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    position: relative;
    z-index: 1
}

.about-wrapper .about-images img {
    height: 200px;
    object-fit: cover;
    position: absolute;
    left: -90px;
    top: -10px;
    width: 200px
}

.fun-fact-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 65px;
    background: var(--tj-color-theme-secondary);
    max-width: 1047px;
    width: 100%;
    border-radius: 100px;
    border: 1px solid #259bd9
}

.fun-fact-area:last-child {
    margin-left: auto
}

.fun-fact-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
    position: relative;
    z-index: 1
}

.fun-fact-item::before {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -35px;
    width: 1px;
    height: 70%
}

.fun-fact-item .tj-count {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 200px;
    height: 200px;
    line-height: 1;
    border-radius: 50%;
    border: 1px solid #ef6770;
    font-size: 55px
}

.fun-fact-item .tj-count .counting {
    font-size: 1em;
    line-height: 1.4;
    font-weight: 700
}

.fun-fact-item .tj-count .counting span {
    font-size: 1.2em;
    line-height: 1.4;
    font-weight: 700
}

.fun-fact-item .fun-fact-text {
    max-width: 250px;
    width: 100%;
    padding: 25px 0
}

.fun-fact-item .fun-fact-text .title {
    margin-bottom: 15px;
    line-height: 1.4
}

.fun-fact-item .fun-fact-text .desc {
    line-height: 1.8
}

.fun-fact-item .fun-fact-text .desc p:last-child {
    margin-bottom: 0
}

.fun-fact-item:nth-child(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.fun-fact-item:nth-child(2) .fun-fact-text {
    text-align: end
}

.tj-about-section .sec-left-image {
    position: absolute;
    right: 0;
    top: 120px;
    max-width: 725px;
    width: 100%;
    z-index: -1
}

.tj-about-section .sec-left-image img {
    width: 100%;
    opacity: .4;
    border-radius: 500px 0 0 0
}

.wptb-album-one {
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 160px
}

.wptb-album-one .swiper-gallery-two .swiper-wrapper {
    padding-top: 50px;
    padding-bottom: 100px
}

.wptb-album-one .swiper-gallery-two .swiper-slide.swiper-slide {
    overflow: hidden;
    box-shadow: 0 25px 60px 15px rgb(0 0 0 / .35);
    border-radius: 20px
}

.wptb-album-one .swiper-gallery-two .swiper-slide.swiper-slide-active .grid-item {
    border-radius: 20px;
    box-shadow: 0 25px 60px 15px rgb(0 0 0 / .35)
}

.swiper-slide .grid-item .wptb-item--inner {
    border-radius: 20px;
    overflow: hidden
}

.swiper-container {
    position: relative;
    overflow: hidden
}

.swiper-slide .grid-item .wptb-item--holder {
    position: absolute;
    left: 0;
    bottom: -100%;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: start;
    padding: 40px;
    margin-top: 0;
    text-align: left;
    background: #00000091;
    transition: all 1.5s ease-in-out;
    opacity: 0;
    visibility: hidden
}

.swiper-slide.swiper-slide-active .grid-item .wptb-item--holder {
    bottom: 0%;
    opacity: 1;
    visibility: visible
}

.swiper-slide .grid-item .wptb-item--meta h4 {
    transform: translateY(10px);
    transition: all 1.5s ease-in-out;
    transition-delay: 0.3s;
    opacity: 0;
    transition: all 1.5s ease-in-out;
    transition-delay: 0.3s
}

.swiper-slide .grid-item .wptb-item--meta h4 a {
    color: #fff;
    font-size: 35px
}

.swiper-slide.swiper-slide-active .grid-item .wptb-item--meta h4 {
    transform: translateY(0);
    opacity: 1
}

.swiper-slide .grid-item .wptb-item--meta p {
    text-transform: capitalize;
    letter-spacing: 1px;
    transform: translateY(10px);
    transition: all 2s ease-in-out;
    transition-delay: 0.8s;
    opacity: 0
}

.swiper-slide.swiper-slide-active .grid-item .wptb-item--meta p {
    transform: translateY(0);
    opacity: 1
}

.swiper-slide .wptb-item--link {
    position: absolute;
    top: 35px;
    right: 35px;
    z-index: 1;
    width: 54px;
    height: 54px;
    font-size: 24px;
    color: #b90808;
    background-color: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(-10px);
    transition: all 2s ease-in-out;
    opacity: 0
}

.swiper-slide.swiper-slide-active .grid-item .wptb-item--link {
    transform: translateX(0);
    opacity: 1
}

.swiper-gallery-two .wptb-swiper-navigation.style2 {
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    width: 52%
}

.grid-item .wptb-item--meta p {
    color: #fff;
    font-size: 19px;
    font-weight: 400;
    padding-bottom: 0;
    margin-bottom: 0
}

.shadow-heading {
    position: relative;
    text-align: center;
    margin-left: -50px;
    z-index: 0
}

.shadow-heading .wptb-item--title {
    font-size: 15vw;
    font-weight: 500;
    line-height: 20vw;
    color: #fff0;
    text-transform: uppercase
}

.about-title span {
    content: attr(data-content);
    font-size: 200px;
    font-weight: 700;
    color: #fff0;
    line-height: 1;
    -webkit-text-stroke: 2px #000;
    position: absolute;
    z-index: -1;
    font-family: "Roboto Condensed", sans-serif;
    opacity: .1;
    left: 0;
    top: -3%
}

.quality-box {
    height: 100%;
    display: flex;
    overflow: hidden;
    transition: transform 0.5s ease, opacity 0.3s ease;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
}

.quality-box:hover {
    transform: translateY(10px)
}

.quality-img img {
    width: 230px
}

.quality-img {
    position: relative
}

.col-lg-3.p-0.quality-info-box {
    background: #fff
}

.quality-items {
    padding-right: 20px;
    padding-left: 20px
}

.quality-info {
    position: relative;
    padding: 18px 22px 10px
}

.quality-info h2 {
    color: #000;
    font-size: 40px;
    line-height: 1.4;
    margin-bottom: 20px;
    transition: 0.4s;
    text-align: center;
    text-transform: uppercase
}

.quality-info p {
    color: #000;
    opacity: 1;
    overflow: hidden;
    transition: 0.4s;
    text-align: center
}

.quality-box:hover {
    color: #000;
    opacity: 1;
    overflow: visible;
    height: 100%
}

.wptb-swiper-navigation.style2 {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    left: 50px;
    right: 50px;
    bottom: calc(50% - 25px)
}

.wptb-swiper-navigation.style2 .wptb-swiper-arrow {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: 60px;
    height: 60px;
    color: #fff;
    background-color: #fff0;
    font-size: 60px;
    border: 0 dashed var(--color-dark-seven);
    border-radius: 100%;
    margin-top: 0
}

footer {
    margin-top: 80px;
    padding: 60px 0 30px;
    border-radius: 40rem 40rem 0 0;
    border-top: 7px solid #a2d9f7
}

.footer-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px
}

.item h6 {
    text-align: center;
    color: #fff;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.66;
    margin-bottom: 15px;
    margin-top: 15px
}

li.address a {
    font-size: 19px
}

.footer-item p {
    font-size: 19px;
    color: #fff
}

footer .footer-item a,
.item a {
    text-align: center;
    color: #fff;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.66;
    margin-bottom: 15px;
    margin-top: 15px
}

.footer-menu-links,
.footer-address {
    margin: 30px 0
}

.footer-menu-links .footer-item {
    text-align: center;
    padding: 5px
}

.footer-menu-links .footer-item a {
    text-align: center;
    position: relative;
    font-size: 20px
}

.footer-menu-links .footer-item a::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    background-color: #00a0e3;
    width: 0%;
    height: 3px;
    border-radius: 20px;
    transition: 0.4s
}

.footer-menu-links .footer-item a:hover::after {
    width: 100%
}

.footer-item .sm-icons {
    display: flex;
    align-items: center;
    justify-content: end
}

.footer-item .sm-icons li {
    margin: 0 12px;
    transition: 0.4s
}

.footer-item .sm-icons li:hover {
    margin: 0 12px;
    transform: translateY(-10px)
}

.copy-right-link {
    border-top: 1px solid #e7e7e7;
    padding-top: 30px
}

.grid_lines {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    width: 100%;
    padding: 0 calc(2.01875rem + 7.90714vw);
    margin: 0;
    list-style-type: none;
    z-index: -1
}

.grid_lines .grid_line {
    position: relative;
    width: 1px;
    height: 100%;
    display: inline-block;
    background-color: #e5e5e5;
    mix-blend-mode: difference
}

.grid_lines .grid_line::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 60px;
    background: #ce0000;
    background: linear-gradient(0deg, rgb(255 174 174 / .3) 0%, #fff0 100%);
    animation: gridanim 25s linear infinite
}

@keyframes gridanim {
    0% {
        top: 0%
    }

    100% {
        top: 100%
    }
}

.nav-menu {
    list-style: none;
    display: flex
}

.nav-item {
    position: relative
}

.nav-item a {
    display: block;
    padding: 15px 20px;
    font-size: 19px;
    font-weight: 500 !important;
    color: #000;
    opacity: 1;
    cursor: pointer;
    text-transform: capitalize
}

.nav-item:hover .dropdown-menu {
    transform: translateY(0);
    opacity: 1
}

.dropdown-menu {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    visibility: hidden;
    transform: translateY(20px);
    opacity: 0;
    transition: transform 0.5s ease, opacity 0.3s ease;
    z-index: 9999;
    width: 300px;
    padding: 0
}

.dropdown-menu .submenu-menu {
    display: none;
    position: absolute;
    top: 0;
    left: -890px;
    background: #fff
}

.dropdown-icon {
    display: flex;
    align-items: center;
    transition: all 0.4s ease-in-out
}

.nav-item:hover .dropdown-menu {
    transform: translateY(0);
    opacity: 1
}

.dropdown-menu li {
    position: relative;
    border-bottom: 1px solid #eee7e7;
    padding: 7px 8px
}

.dropdown-menu a {
    padding: 0;
    font-size: 15px;
    line-height: 24px
}

.nav-item:hover .dropdown-menu {
    display: block;
    visibility: visible;
    transform: translateY(0)
}

.submenu:hover .submenu-menu {
    display: block
}

@media (max-width:768px) {
    .nav-menu {
        flex-direction: column;
        display: none
    }

    .nav-menu.active {
        display: flex
    }

    .nav-item {
        position: static
    }

    .dropdown-menu {
        position: static
    }

    .submenu-menu {
        position: static;
        display: none
    }

    .submenu.active .submenu-menu {
        display: block
    }

    .nav-toggle {
        display: block;
        background-color: #333;
        color: #fff;
        padding: 15px 20px;
        text-align: center;
        cursor: pointer
    }

    .nav-toggle:hover {
        background-color: #575757
    }
}

li.submenu {
    border-bottom: 1px solid #efefef;
    padding: 8px 15px;
    transition: all 0.4s ease-in-out
}

ul.breadcrumb {
    padding: 20px 20px;
    list-style: none;
    background-color: #67798f45;
    border-radius: 15px;
    width: max-content;
    backdrop-filter: blur(7px)
}

ul.breadcrumb li {
    display: inline;
    font-size: 20px;
    font-weight: 700;
    color: #e3000f
}

ul.breadcrumb li+li:before {
    padding: 8px;
    color: #000;
    content: "/\00a0"
}

ul.breadcrumb li a {
    color: #000;
    font-size: 18px;
    font-weight: 600
}

.breadcrumb-img {
    padding: inherit;
    height: 480px
}

.breadcrumbs-items {
    position: absolute;
    top: auto;
    bottom: 10%;
    color: #fff;
    width: 100%;
    padding: 0 20px;
    left: -5%
}

.react-addon-services .rts-single-project-one .thumbnail {
    display: block;
    overflow: hidden;
    border: 3px solid #f0f1f1;
    border-radius: 15px 15px 0 0
}

.rts-single-project-one img:hover {
    transform: scale(1.1);
    transition: 0.5s
}

.rts-single-project-one img {
    transition: 0.5s;
    width: 100%
}

.rts-single-project-one .body .title {
    margin-bottom: 0;
    color: #fff;
    font-size: 20px;
    text-transform: capitalize;
    line-height: 28px;
    letter-spacing: 1px;
    text-align: center
}

.rts-single-project-one .body {
    padding: 11px 30px;
    background: #a80c09;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 0 15px 15px;
    height: 100%;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center
}

.rts-single-project-one {
    height: 100%;
    display: flex;
    flex-direction: column;
    height: 100%
}

.sub-product-img-details {
    display: inline-block;
    background: #fff;
    border: 1px solid #dee2e6;
    box-shadow: 0 .125rem .25rem rgb(0 0 0 / .075);
    padding: 15px
}

.sub-product-img-details img {
    border: 3px solid #37a3dc
}

.sub-products-diagram-box {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #dee2e6;
    box-shadow: 0 .125rem .25rem rgb(0 0 0 / .075);
    padding: 30px;
    margin: 30px 0 0 0
}

.sub-product-title-details h2 {
    color: #0b0b0b;
    font-size: 32px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.4
}

.sub-product-table-details table tr th {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.55;
    padding: 14px
}

.sub-product-table-details table tr td {
    font-size: 16px;
    padding: 14px;
    line-height: 1.55
}

.nav .nav-item button.active {
    background-color: #fff0;
    color: #ffffff !important
}

.sub-product-information {
    background: #fff;
    padding: 15px
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link:hover {
    font-weight: 500 !important;
    border: transparent !important;
    border-radius: 0 !important;
    background-image: linear-gradient(to right, #008ad2, #ad0b1c6b) !important;
    color: #fff !important;
    border-radius: 6px !important;
    box-shadow: 3px 6px 4px #c9c9c9 !important
}

p.nav-link {
    font-weight: 500 !important;
    border: transparent !important;
    border-radius: 0 !important;
    background-image: linear-gradient(to right, #008ad2, #ad0b1c6b) !important;
    color: #fff !important;
    border-radius: 6px !important;
    box-shadow: 3px 6px 4px #c9c9c9 !important
}

.nav-pills .nav-item {
    margin: 10px 0
}

.nav-pills .nav-link {
    text-transform: capitalize;
    letter-spacing: .3px;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 12px;
    border-radius: 6px;
    border: 1px solid #dc3545 !important;
    margin-top: 0;
    font-weight: 500 !important;
    color: #000000 !important;
    box-shadow: 3px 6px 4px #c9c9c9 !important;
    font-size: 17px;
    padding: 15px 20px
}

.tab-icon {
    display: flex;
    align-items: baseline
}

li.tab-text {
    margin-left: 10px;
    color: #000;
    font-size: 18px;
    padding: 10px;
    line-height: 28px
}

.react-addon-services {
    height: 100%
}

.col-lg-4 {
    margin-bottom: 23px
}

a.menu-icon {
    font-size: 15px
}

.react-addon-services {
    margin-top: 25px
}

.dropdown-menu .submenu-menu {
    display: none;
    position: absolute;
    top: 0;
    left: auto;
    background: #fff;
    right: 100%;
    width: max-content
}

li.submenu svg {
    display: none;
    transition: 0.5s
}

li.submenu:hover svg {
    display: block;
    transition: 0.5s
}

.head h4 {
    font-size: 22px;
    margin: 0px !important
}

.sub-products-diagram {
    background: #fff;
    border: 1px solid #f0f0f0;
    box-shadow: 0 .125rem .25rem rgb(0 0 0 / .075);
    padding: 30px;
    margin: 30px 0 0 0
}

.sub-product-table-details {
    margin-top: 30px
}

.inquiry-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px
}

.modal-body {
    padding: 0
}

a.nav-link.active {
    color: #e3000f !important
}

@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(calc(-190px * 7));
        transform: translateX(calc(-190px * 7))
    }
}

@keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(calc(-190px * 7));
        transform: translateX(calc(-190px * 7))
    }
}

.contactinfo-title.mb-0 {
    font-size: 35px;
    color: #000;
    font-size: 35px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 40px !important
}

.contactinfo_item {
    position: relative;
    margin-bottom: 40px;
    border-top: 4px solid #b2dff8;
    padding: 30px;
    border-radius: 10px;
    width: 400px;
    background-color: #fff;
    display: flex;
    align-items: baseline
}

.contactinfo_item span svg {
    width: 50px;
    height: 50px
}

.contactinfo_item p {
    padding-left: 30px;
    margin-bottom: 0;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    text-transform: none;
    line-height: 1.7;
    letter-spacing: 0;
    color: #000;
    padding-top: 0
}

.contact_field {
    box-shadow: 3px 3px 0 #a2d9f7;
    border: 2px solid #a2d9f7;
    border-radius: 13px;
    padding: 30px;
    background-color: #fff
}

.contact_field h3 {
    color: #000;
    font-size: 40px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 10px
}

.contact_field p {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 35px;
    line-height: 1.5
}

.contact_field .form-control {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 16px;
    padding-left: 0
}

.contact_field .form-group.has-feedback.mb-0 {
    width: fit-content
}

.btn {
    border: 1px solid #919191;
    padding: 11px 40px;
    border-radius: 50px;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
    background-color: #fff0;
    display: inline-block;
    color: #fff;
    transition: 0.4s;
    background-color: #000
}

.map_inner {
    padding: 50px 50px 0 50px
}

.map_bind {
    margin-top: 10px;
    border-radius: 30px;
    overflow: hidden
}

.contactinfo_row {
    background-color: #fff
}

.about-two__content-text1 p {
    text-align: center
}

.btn:hover {
    border-color: #000000e8 !important
}

.position-relative {
    position: relative !important
}

.header-banner img {
    max-width: 100%;
    vertical-align: middle;
    height: auto
}

.header-banner-content h2.h2 {
    font-size: 67px !important
}

.header-banner-content {
    position: absolute;
    top: auto;
    bottom: 28%;
    left: 1%;
    color: #fff;
    width: 100%;
    padding: 0 20px
}

.header-banner-content span {
    font-size: 5.7em;
    position: absolute;
    top: -14px;
    left: auto;
    right: auto;
    font-weight: 500;
    color: #ffffff0f;
    z-index: 0;
    text-align: center
}

.breadcrumb {
    z-index: 9;
    position: relative
}

li.breadcrumb-item {
    background: #ffffff69;
    padding: 20px 30px;
    color: #000 !important
}

li.breadcrumb-item a {
    color: #ffffff !important
}

li.breadcrumb-item.active {
    background: #00aeeea9;
    border-radius: 0 50px 50px 0;
    color: #fff !important
}

.breadcrumb-item+.breadcrumb-item.active::before {
    color: rgb(255 255 255 / 75%) !important
}

.bg-text {
    color: #f6f6f6;
    font-size: 150px;
    position: absolute;
    text-transform: uppercase;
    top: 10%;
    left: 0%;
    font-weight: 600
}

.about-wrappers {
    position: relative;
    z-index: 999
}

.about-tab-section .sub-product-information {
    margin-top: 0 !important
}

.about-right-side-img {
    margin-top: -5%
}

.about-right-side-img img {
    width: 100%;
    height: 490px;
    object-fit: cover;
    mask: var(--m)
}

.center-div {
    position: absolute;
    top: 57%;
    margin-top: -30px;
    width: 80%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.center-div h2 {
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin-top: 100px
}

.center-div p {
    margin-top: 30px;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    line-height: 1.8
}

.choices {
    display: flex
}

.left-top,
.right-top,
.right-bottom,
.left-bottom {
    position: absolute;
    display: flex;
    transition: .6s;
    cursor: pointer;
    width: 100%;
    user-select: none
}

.left-top:hover,
.right-top:hover,
.right-bottom:hover,
.left-bottom:hover {
    transform: scale(1.1)
}

.left-top {
    left: -70%;
    top: 3%
}

.right-top {
    left: 70%;
    top: 3%
}

.right-bottom {
    left: 70%;
    top: 80%
}

.left-bottom {
    left: -70%;
    top: 80%
}

.left-top-circle,
.right-top-circle,
.right-bottom-circle,
.left-bottom-circle {
    position: relative;
    background-color: #fbfbfbc9;
    width: 100px;
    height: 100px;
    border-radius: 50%
}

.left-top-circle {
    left: 81%
}

.left-bottom-circle {
    left: 81%
}

.left-top-circle img,
.right-top-circle img,
.right-bottom-circle img,
.left-bottom-circle img {
    width: 70%;
    display: block;
    position: absolute;
    top: 15%;
    left: 12%
}

.left-top-text,
.right-top-text,
.right-bottom-text,
.left-bottom-text {
    position: relative;
    padding: 8px;
    width: 80%
}

.left-top-text {
    left: -27%
}

.right-top-text {
    left: 7.5%
}

.right-bottom-text {
    left: 7.5%;
    top: 80%
}

.left-bottom-text {
    left: -27%
}

.left-top-text h3,
.right-top-text h3,
.right-bottom-text h3,
.left-bottom-text h3 {
    text-align: right;
    color: #000;
    opacity: .9;
    font-size: 22px
}

.right-top-text h3,
.right-bottom-text h3 {
    text-align: left
}

.left-top-text p,
.right-top-text p,
.right-bottom-text p,
.left-bottom-text p {
    margin-top: 12px;
    color: #7c7c7c;
    font-weight: 500;
    line-height: 1.4;
    text-align: justify;
    font-size: 16px
}

.why-choose-us {
    margin: 50px auto;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    background-image: url(../images/why-choose-us-eta.jpg);
    background-size: cover;
    background-position: 43%;
    opacity: .9;
    position: relative;
    margin-top: 70px;
    background-blend-mode: overlay;
    background-color: #1c1a1a
}

.left-center.left-top {
    top: 42%;
    left: -95%
}

.right-center.right-top {
    top: 42%;
    left: 95%
}

.right-center.right-top .right-top-text {
    left: 0
}

.left-center.left-top .left-top-text {
    left: -22%
}

.section-heading-line .about-title h2::after {
    left: 44%;
    bottom: -3px;
    width: 100px
}

.clearfix {
    overflow: hidden
}

.menu-flex {
    display: flex
}

.our-team .box-wrapper {
    width: 100%;
    min-height: 200px;
    font-weight: 700;
    color: #fff;
    font-size: 30px;
    padding: 60px;
    text-align: center;
    float: left;
    position: relative;
    height: 100%
}

.our-team .box-wrapper::before {
    background-color: #9f94941a;
    content: "";
    height: 100%;
    left: 630px;
    position: absolute;
    top: -40%;
    transform: rotate(32deg);
    transition: all .5s;
    width: 1000px
}

.our-team .box-wrapper:hover::before {
    left: 6%;
    top: 15%;
    width: 970px;
    height: 500px
}

.box-wrapper.one {
    background-color: #f5f5f7;
    position: relative;
    overflow: hidden
}

.inquiry a.btn {
    position: absolute;
    left: 46%;
    z-index: 9999;
    bottom: 109px;
    padding-top: 12px;
    padding-bottom: 12px
}

.box-wrapper.two {
    background-color: #a9a9a994
}

.box-wrapper h2 {
    font-size: 47px;
    padding-bottom: 7px;
    width: fit-content;
    margin: 0 auto;
    font-weight: 500;
    color: #000;
    z-index: 9999;
    position: relative
}

.box-wrapper p {
    width: 80%;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 400;
    margin-top: 30px;
    text-align: justify;
    color: #000;
    z-index: 9999;
    position: relative
}

button.contact-us {
    color: #b01e22 !important;
    background: #fff;
    font-size: 18px;
    border-radius: 0 !important;
    margin-left: 5px;
    border: 2px solid #fff;
    border-radius: 10px 10px 10px 10px !important;
    width: 140px;
    padding: 15px 10px 12px 10px;
    margin-top: 40px;
    margin-left: 0;
    cursor: pointer;
    z-index: 9999;
    position: relative;
    width: 170px
}

.our-certificates {
    padding-top: 0
}

.our-certificates .about-title h2::after {
    left: 42%;
    bottom: -3px;
    width: 100px
}

.certificate-img {
    background-color: #f5f5f5;
    padding: 15px;
    border-radius: 5px;
    overflow: hidden
}

.certificate-content {
    background-color: #fff;
    border-radius: 15px;
    line-height: 30px;
    padding: 25px;
    text-align: justify;
    width: 100%;
    box-shadow: 10px 0 0 #1362a4;
    border: 2px solid #f9f9f9;
    margin-bottom: 20px
}

.right-bg {
    position: absolute;
    left: 45%;
    top: 15%
}

.certificate-content p {
    color: #000;
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 0
}

.certificates-our-section {
    margin-top: 60px
}

.certificate-content button.contact-us {
    border: 2px solid #1e63a117;
    background-color: #e2e8f3
}

.about-section-bgm {
    background-image: url(../images/industry.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 210px 0;
    position: relative;
    height: 500px;
    background-blend-mode: overlay;
    background-color: #ffffff26
}

.contactinfo_item a {
    color: #000
}

button.btn a {
    color: #000
}

.inquiry a.btn:hover {
    color: #000
}

.form-control:focus {
    box-shadow: 0 0 0 .25rem #fff0 !important
}

.card-wrapper {
    max-width: 1100px;
    margin: 0 auto
}

img {
    display: block
}

.img-display {
    overflow: hidden
}

.img-showcase {
    display: flex;
    width: 100%;
    transition: all 0.5s ease
}

.img-showcase img {
    min-width: 100%
}

.img-select {
    display: flex
}

.img-item {
    margin: .3rem
}

.img-item:nth-child(1),
.img-item:nth-child(2),
.img-item:nth-child(3) {
    margin-right: 0
}

.img-item:hover {
    opacity: .8
}

.img-item {
    margin: 5px;
    border: 2px solid #a2d9f7
}

.img-item img {
    width: 70%
}

.modal-header {
    background-color: #fff;
    color: #002246;
    text-align: center
}

.modal-logo {
    padding: 5px 20px 10px
}

.modal-logo img {
    width: 100%;
    max-width: 25%;
    margin: auto;
    margin-bottom: 15px
}

.modal-call {
    display: flex;
    align-items: center;
    justify-content: space-evenly
}

.modal-content a {
    color: #1d242b;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    padding: 10px 0 0 0
}

.modal-header h5 {
    color: #00a0e3;
    font-size: 24px;
    width: 100%;
    letter-spacing: .4px;
    font-weight: 600;
    position: relative
}

.modal-header .btn-close {
    position: absolute;
    top: 42px;
    right: 18px;
    font-size: 20px
}

svg#Layer_1 {
    margin-right: 11px
}

svg#Capa_1 {
    margin-right: 11px
}

.modal-content {
    border-radius: 50px;
    overflow: hidden
}

.modal-body .form-control {
    border: 0;
    background-color: #fff0;
    border-radius: 0;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    font-size: 15px;
    color: #000000 !important;
    box-shadow: none;
    font-family: "Roboto", sans-serif;
    font-weight: 400
}

.modal-body .has-feedback {
    margin-bottom: 16px;
    position: relative;
}

section.our-team.pt-0 {
    overflow: hidden;
    z-index: 0
}

button.btn-close {
    margin-right: 7px !important
}

h3.contactinfo-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 5px;
    background-color: #d80510;
    border-radius: 20px
}

.slider {
    position: relative;
    width: 100%;
    margin: auto;
    overflow: hidden
}

.slides {
    display: flex;
    transition: transform 0.5s ease-in-out
}

.slide {
    min-width: 100%;
    box-sizing: border-box
}

.slide img {
    width: 100%;
    height: 950px;
    display: block
}

.dots {
    text-align: center;
    position: absolute;
    bottom: 10px;
    width: 100%
}

.dot {
    display: inline-block;
    background-color: #bbb;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    cursor: pointer;
    transition: background-color 0.3s ease
}

.dot.active {
    background-color: #717171
}

button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgb(0 0 0 / .5);
    color: #fff;
    border: none;
    font-size: 24px;
    padding: 10px;
    cursor: pointer;
    z-index: 100
}

.prev {
    left: 10px
}

.next {
    right: 10px
}

.footer-bg {
    background-image: url(../images/footer-bg.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: overlay
}

.carousel-wrap {
    margin: 50px 0;
    width: 90%;
    margin: 0 auto
}

.owl-carousel .item {
    text-align: center;
    padding: 15px
}

.owl-carousel .item img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 5px
}

.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff0;
    border: none;
    font-size: 2em;
    color: #333;
    z-index: 100
}

.owl-nav button.owl-prev {
    left: -30px
}

.owl-nav button.owl-next {
    right: -30px
}

.owl-dots {
    text-align: center;
    margin-top: 20px
}

.owl-dots .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    background: #ccc;
    border-radius: 50%
}

.owl-dots .owl-dot.active {
    background: #000
}

.applications-text {
    background-color: #e31d23;
    padding: 20px 10px;
    border-radius: 0 0 10px 10px
}

.applications-text h3 {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-bottom: 0
}

.applications-img img {
    border-radius: 10px 10px 0 0
}

.logos {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    padding: 20px
}

.logo-card {
    position: relative;
    width: 150px;
    padding: 15px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #fff;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    overflow: hidden
}

.logo-card img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
    padding: 7px
}

.logo-card .num {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    padding: 5px;
    border-radius: 50%
}

.logo-card p {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500
}

.logo-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgb(0 0 0 / .2)
}

.wow {
    visibility: hidden
}

.wow.visible {
    visibility: visible;
    animation: fadeInUp 1s ease forwards
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@media screen and (min-width:1024px) {
    .logo-card {
        width: 200px;
        height: 200px
    }
}

@media screen and (min-width:768px) and (max-width:1023px) {
    .logos {
        gap: 15px
    }

    .logo-card {
        width: 150px
    }
}

@media screen and (max-width:767px) {
    .logos {
        flex-direction: column;
        align-items: center
    }

    .logo-card {
        width: 100%;
        max-width: 300px
    }
}

.logo {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px
}

.logo-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    text-align: center;
    transition: transform 0.3s ease, opacity 0.3s ease
}

.logo-card .logo {
    max-width: 150px;
    height: auto
}

.logo-card p {
    margin-top: 10px;
    font-size: 16px;
    color: #333
}

.logo-card:hover {
    transform: scale(1.1);
    opacity: .8
}

@media (max-width:1200px) {
    .logo-card {
        max-width: 25%
    }
}

@media (max-width:768px) {
    .logo-card {
        max-width: 50%
    }
}

@media (max-width:480px) {
    .logo-card {
        max-width: 100%
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.fadeInUp {
    animation: fadeInUp 1s ease-in-out
}

a.brochure {
    font-weight: 500 !important;
    border: transparent !important;
    border-radius: 0 !important;
    border: 1px solid #dc3545 !important;
    color: #000000 !important;
    border-radius: 6px !important;
    box-shadow: 3px 6px 4px #c9c9c9 !important;
    font-size: 17px;
    padding: 15px 20px
}

.download {
    margin-top: 36px;
    margin-left: 13px
}

.play {
    margin-top: 35px;
    margin-left: 25px
}

a.video {
    font-weight: 500 !important;
    border: transparent !important;
    border-radius: 0 !important;
    border: 1px solid #dc3545 !important;
    color: #000000 !important;
    border-radius: 6px !important;
    box-shadow: 3px 6px 4px #c9c9c9 !important;
    font-size: 17px;
    padding: 15px 20px
}

.all-btn {
    display: flex;
    align-items: center;
    justify-content: center
}

@keyframes slides {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(-100%)
    }
}

.logos {
    overflow: hidden;
    padding: 30px 0;
    white-space: nowrap;
    position: relative
}

.logos:before,
.logos:after {
    position: absolute;
    top: 0;
    content: '';
    width: 250px;
    height: 100%;
    z-index: 2
}

.logos:before {
    left: 0;
    background: linear-gradient(to left, #fff0, #ffffff)
}

.logos:after {
    right: 0;
    background: linear-gradient(to right, #fff0, #ffffff)
}

.logo_items {
    display: inline-block;
    animation: 20s slides infinite linear
}

.logos:hover .logo_items {
    animation-play-state: paused
}

.logo_items img {
    height: 130px;
    margin-right: 25px;
    border: 1px solid #d2e8f4;
    padding: 5px;
    background-color: #fff
}

.logo_items {
    display: flex
}

.footer-whatsapp-left {
    position: fixed;
    bottom: 0;
    right: 0;
    margin: 0 20px 50px 0;
    z-index: 999999
}

.footer-call-right {
    position: fixed;
    bottom: 0;
    right: 0;
    margin: 0 20px 133px 0;
    z-index: 999999
}

.footer-whatsapp-left a {
    display: flex;
    align-items: center;
    justify-content: center
}

.footer-call-right a {
    display: flex;
    align-items: center;
    justify-content: center
}

.vibrate-3 {
    -webkit-animation: vibrate-3 1s linear infinite both;
    animation: vibrate-3 1s linear infinite both
}

@-webkit-keyframes vibrate-3 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    10% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px)
    }

    20% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px)
    }

    30% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px)
    }

    40% {
        -webkit-transform: translate(2px, 2px);
        transform: translate(2px, 2px)
    }

    50% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px)
    }

    60% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px)
    }

    70% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px)
    }

    80% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px)
    }

    90% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px)
    }

    100% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes vibrate-3 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    10% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px)
    }

    20% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px)
    }

    30% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px)
    }

    40% {
        -webkit-transform: translate(2px, 2px);
        transform: translate(2px, 2px)
    }

    50% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px)
    }

    60% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px)
    }

    70% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px)
    }

    80% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px)
    }

    90% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px)
    }

    100% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

.about-index-img {
    position: absolute;
    top: 140px;
    right: 9%;
    border: 2px solid #f1f1f1;
    padding: 16px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: -3px 4px 10px #cdc4c4;
    z-index: 99;
    width: 30%
}

.about-index-img img {
    border-radius: 15px;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 420px
}

.images-section {
    background-color: #fff;
    border: 2px solid #f7f7f7;
    width: 100%;
    padding: 15px;
    border-radius: 15px;
    box-shadow: 10px 0 0 #1362a4
}

.images-section .col-lg-4 {
    margin-bottom: 0
}

.about-img-box img {
    text-align: center;
    border-radius: 10px;
    width: 100%
}

.about-img-box {
    display: flex;
    align-items: center;
    justify-content: center
}

.images-section .mb {
    margin-bottom: 20px
}

.sub-send-inquiry-form-2 {
    position: fixed;
    right: -86px;
    top: 15%;
    height: 25%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 999;
    bottom: auto
}

.sub-send-inquiry-form {
    position: fixed;
    left: -91px;
    top: auto;
    height: 25%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 999;
    bottom: 10%
}

.sub-send-inquiry-form a {
    color: #fff;
    font-size: 19px;
    font-weight: 500;
    text-transform: uppercase;
    margin-left: 10px
}

.sub-send-btn-2 {
    background-color: #f90f37;
    border-radius: 30px 30px 0 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 35px;
    padding-right: 35px;
    transform: rotate(-90deg);
    animation: blink 3s linear infinite
}

.sub-send-btn-2 a {
    color: #fff;
    font-size: 19px;
    font-weight: 500;
    text-transform: uppercase;
    margin-left: 10px
}

.sub-send-btn {
    background-color: #f90f37;
    border-radius: 0 0 30px 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 35px;
    padding-right: 35px;
    transform: rotate(-90deg);
    animation: blink 3s linear infinite
}

@keyframes blink {

    0%,
    100% {
        background-color: #f90f37
    }

    50% {
        background-color: #6ea7f5
    }
}

.icon {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.page_header_content {
    width: 100%;
    position: relative;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    margin: -8px 0 0 0;
    padding: 150px 0;
    text-align: center;
    overflow: hidden
}

.page_header_content::before {
    position: absolute;
    content: "";
    background: #000;
    width: 100%;
    height: 100%;
    opacity: .3;
    top: 0;
    left: 0
}

.page_header_content .heading {
    position: relative;
    font-size: 48px;
    font-weight: 500;
    line-height: 60px;
    letter-spacing: 2px;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    text-transform: uppercase
}

.sec-title-about h1 {
    width: 100%;
    display: inline-block;
    color: #0b0b0b;
    font-size: 42px;
    font-weight: 600;
    text-transform: uppercase
}

.about__content p {
    font-size: 18px;
    line-height: 36px;
    text-align: justify
}

.page_header_content .breadcrumb li.active {
    color: #fff
}

.page_header_content .breadcrumb {
    padding: 0;
    margin: 0;
    list-style: none;
    background: #fff0
}

.edu-btn {
    border: 1px solid #919191;
    padding: 11px 40px;
    border-radius: 50px;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
    display: inline-block;
    color: #fff;
    transition: 0.4s;
    background-color: #000
}

.edu-btn:hover {
    border-color: #000000e8 !important
}

.sub-send-inquiry-form,
.sub-send-inquiry-form-2,
.footer-whatsapp-call {
    display: flex
}

label.error {
    color: #e70000;
    font-weight: 400;
    position: absolute;
    bottom: -15px;
    font-size: 12px;
    text-transform: capitalize;
}

.contact_field .has-feedback {
    position: relative;
}

#pdfDownload #downloadLink {
    animation: animate-pulse 3s linear infinite;
}

@keyframes animate-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(54, 54, 54, 0.7), 0 0 0 0 rgba(34, 34, 34, 0.7);
    }

    40% {
        box-shadow: 0 0 0 50px rgba(255, 109, 74, 0.0), 0 0 0 0 rgba(0, 0, 0, 0.35);
    }

    80% {
        box-shadow: 0 0 0 50px rgba(0, 0, 0, 0), 0 0 0 30px rgba(0, 0, 0, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 30px rgba(0, 0, 0, 0);
    }

}

.news-events .applications-img img {
    border-radius: 10px;
    box-shadow: 10px 10px 10px grey;
    margin-bottom: 20px;
}