@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ExtraBold.ttf') format('truetype');
    font-weight: 800;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 600;
}

body {
    background-color: #000000 !important;
    cursor: url() 3 3, auto !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem !important;
    overflow: auto !important;
    overflow-x: hidden !important;
}

h1 {
    font-family: 'Montserrat', sans-serif;
}

h2 {
    font-family: 'Montserrat', sans-serif;
}

h3 {
    font-family: 'Montserrat', sans-serif;
}

h4 {
    font-family: 'Montserrat', sans-serif;
}

h5 {
    font-family: 'Montserrat', sans-serif;
}

h6 {
    font-family: 'Montserrat', sans-serif;
}

p {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
}

a {
    font-family: 'Montserrat', sans-serif;
}

.subheader {
    position: absolute;
    width: 100%;
    z-index: 999;
}

.subheader .extend-container {
    padding: 10px 50px;
}

.site-header {
    top: 40px;
    border-top: 1px solid #ffffff40;
}

.site-header .extend-container .inner-header .main-logo {
    width: 200px;
}

.site-header .extend-container .main-navigation ul li {
    margin-right: 40px;
}

.header-stickytop {
    background-color: #000000;
}

.dsn-loader .dsn-up {
    background-color: #000000;
}

.dsn-loader .dsn-down {
    background-color: #000000;
}

.title-box h3 {
    background-color: #000000;
}

.dsn-grid-slider .dsn-grid-content .dsn-grid-info {
    position: absolute;
    display: block;
    width: calc(80% - 15px);
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    left: calc(10% + 60px);
    padding-left: 30px;
    transition: all 1s;
}

.dsn-grid-slider .dsn-grid-content .dsn-grid-info h2 {
    font-size: 50px;
    font-weight: 600;
    width: 100%;
    max-width: 100%;
    /* text-transform: uppercase; */
    margin-bottom: 60px;
}

.dsn-grid-slider .dsn-grid-content .dsn-grid-info h2.sub_heading {
    font-size: 30px;
    font-weight: 400;
}

.site-header .extend-container .main-navigation ul li a {
    font-size: 14px;
    cursor: pointer;
}

.dsn-grid-nav-box {
    position: absolute !important;
}

.dsn-grid-nav-box {
    right: 60px;
    top: auto;
    bottom: 0;
    transform: translateY(0%) rotateZ(90deg);
}

.swiper-button-prev,
.swiper-button-next {
    position: relative;
    width: 50px;
    height: 50px;
    background: transparent;
    border: 1px solid #ccc;
    color: #ffffff;
    border-radius: 100%;
    transition: all .8s;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background: var(--primary);
    border: 1px solid var(--primary);
    color: #fff;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    display: none;
}

.cstm_dark_swiper .swiper-button-prev,
.cstm_dark_swiper .swiper-button-next {
    position: relative;
    width: 50px;
    height: 50px;
    background: transparent;
    border: 1px solid #ccc;
    color: #000000;
    border-radius: 100%;
    transition: all .8s;
}

.cstm_dark_swiper .swiper-button-prev:hover,
.cstm_dark_swiper .swiper-button-next:hover {
    background: var(--primary);
    border: 1px solid var(--primary);
    color: #000000;
}

.cstm_dark_swiper .swiper-button-prev:after,
.cstm_dark_swiper .swiper-button-next:after {
    display: none;
}

.back2top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    z-index: 999;
    background-color: var(--primary);
    color: #ffffff;
    border: none;
    border-radius: 50%;
    transition: background-color 0.3s, transform 0.3s;
    visibility: hidden;
    opacity: 0;
    cursor: pointer;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.back2top:hover {
    background-color: #090909;
}

.back2top.active {
    visibility: visible;
    opacity: 1;
    transform: translateY(-10px);
}


.up-arrow {
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    display: inline-block;
    border: 1px solid #fff;
    margin-top: 4px;
    border-width: 2px 0 0 2px;
}

.rad_card {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 400px;
    transition: all 0.5s cubic-bezier(0.85, 0, 0, 1);
}

.rad_card:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 2;
}

.rad_card_full-image {
    position: absolute;
    pointer-events: none;
    transition: filter 0.55s cubic-bezier(0.85, 0, 0, 1), opacity 0.55s cubic-bezier(0.85, 0, 0, 1), width 0.55s cubic-bezier(0.85, 0, 0, 1);
    user-select: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rad_card_label {
    position: relative;
    font-size: 16px;
    color: #fff;
    margin: 1.5rem 1.5rem 0;
    z-index: 3;
}

.rad_card_label img {
    width: auto;
    height: 70px;
}

.rad_card_title {
    position: relative;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #fff;
    margin: 1.5rem 1.5rem 0;
    text-transform: uppercase;
    z-index: 3;
}

.rad_card_sliding_content {
    display: flex;
    flex-grow: 1;
    left: 100%;
    position: relative;
    transition: left 0.55s cubic-bezier(0.85, 0, 0, 1);
}

.rad_card_content {
    margin: 1.5rem;
    position: relative;
    left: 0;
    width: 100%;
    transition: left 0.55s cubic-bezier(0.85, 0, 0, 1);
    z-index: 3;
}

.rad_card_content p {
    color: #fff;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.rad_card_content p:last-child {
    margin-bottom: unset;
}

.rad_card_button {
    bottom: 0;
    margin-right: 1.5rem;
    position: absolute;
    right: 0;
    transition: bottom 0.55s cubic-bezier(0.85, 0, 0, 1), right 0.55s cubic-bezier(0.85, 0, 0, 1), transform 0.55s cubic-bezier(0.85, 0, 0, 1);
    transform: translateY(100%);
    z-index: 2;
    color: #fff;
}

.rad_card_button_text {
    display: flex;
    align-items: center;
}

.rad_card_button_text i {
    margin-left: 0.5rem;
}

.rad_card:hover .rad_card_full-image {
    filter: blur(75px);
    opacity: 0.5;
    width: 800px;
}

.rad_card:hover .rad_card_sliding_content {
    left: 0;
}

.rad_card:hover .rad_card_button {
    bottom: 0.75rem;
    right: 0;
    transform: translateY(0);
}

.industries_area .item-box {
    padding: 30px 30px;
    border: 1px solid #ccc;
    border-radius: 15px;
    margin-bottom: 1.5rem;
}

.industries_area .swiper-arrow-control {
    display: flex;
    justify-content: flex-end;
    padding-top: 30px;
}

.industries_area .swiper-button-next {
    margin-left: 30px !important;
}

.brand_quality {
    padding: 30px;
    
    text-align: center;
}

.brand_quality img {
    width: 100%;
    transition: transform 0.3s ease;
}

.brand_block {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0px;
    border-right: 1px solid rgba(0, 0, 0, 0.6);
    border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}

.brand_block .brand_item {
    padding: 30px;
    background-color: rgb(255, 255, 255);
    border-left: 1px solid rgba(0, 0, 0, 0.6);
    border-top: 1px solid rgba(0, 0, 0, 0.6);
    text-align: center;
}

.brand_block .brand_item img {
    width: 100%;
    transition: transform 0.3s ease;
    /* filter: grayscale(1); */
}

.brand_block .brand_item:hover img {
    filter: unset;
    transform: scale(1.1);
}

.cstm_title h4 {
    position: relative;
    color: #fff;
    font-size: 32px;
    letter-spacing: 2px;
    font-weight: 600;
    margin-bottom: 60px;
}

.light-v .cstm_title h4 {
    position: relative;
    color: #000000;
    font-size: 32px;
    letter-spacing: 2px;
    padding-right: 30px;
    font-weight: 600;
    margin-bottom: 60px;
}

.pro_section {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100vh;
    min-height: 600px;
}

.pro_text {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
    height: auto;
    background: #000000;
}

.pro_text .pro_item {
    display: flex;
    margin: 10px 0;
    align-items: center;
    height: 50px;
}

.pro_text .pro_item h5 {
    min-width: 100px;
    font-size: 25px;
    color: var(--primary);
    border-right: 1px solid;
}

.pro_text .pro_item p {
    margin-left: 26px;
    margin-top: 30px;
    color: #fff !important;
}

/* start blog */

.blog_area {
    background-color: #000000;
}

.blog_area .blogs_wrapper {
    display: grid;
    gap: 40px 30px;
    grid-template-columns: repeat(2, 1fr);
    align-items: flex-start;
}

.blogs_wrapper .blog {
    display: grid;
    grid-template-columns: auto 390px;
    align-items: flex-end;
}

.contact-p.cstm_form .form-box .input__wrap .form-group input, 
.contact-p.cstm_form .form-box .input__wrap .form-group textarea {
    color: #000;
    border-bottom: 1px solid #ccc;
    background-color: transparent !important;
    padding-left: 0;
    padding-right: 0;
    font-weight: 400;
    border-radius: unset !important;
}

.contact-p.cstm_form .form-box .input__wrap .form-group input:hover, 
.contact-p.cstm_form .form-box .input__wrap .form-group textarea:hover {
    border-bottom: 1px solid var(--primary);
}

.contact-p.cstm_form .form-box .input__wrap .form-group input:focus, 
.contact-p.cstm_form .form-box .input__wrap .form-group textarea:focus {
    box-shadow: unset !important;
}

.contact-p .form-box .help-block {
    font-weight: normal;
    font-size: 14px;
}

.header-project {
    position: relative;
    overflow: hidden;
    height: 70vh;
}

.glitch {
    width: 100%;
    height: 100%;
}

.glitch__img {
    width: 100%;
    height: 100%;
}

.cstm_banner .dsn-grid-slider .dsn-grid-content .dsn-grid-current {
    width: 100%;
    height: calc(100% - 0px);
    top: 0;
    left: 0;
}
/* .cstm_banner .dsn-grid-slider .dsn-grid-content .dsn-grid-info {
    width: 100%;
    left: unset;
} */
.cstm_banner .dsn-grid-slider .dsn-grid-content .dsn-grid-info h2 {
    font-size: 50px;
    font-weight: 500;
    margin-bottom: 15px;
}
    .cstm_banner .dsn-grid-slider .dsn-grid-content .dsn-grid-info h2.sub_heading {
    font-size: 20px;
    font-weight: normal;
}
.team_block .team_box {
    padding: 30px 30px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 30px;
}

.team_block .team_box:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.team_block .team_box .team_info {
    padding-top: 10px;
    transition: opacity 0.3s ease;
}

.team_block .team_box.team_box_1 .team_info {
    padding-top: 10px;
    transition: opacity 0.3s ease;
    width: 80%;
}

.team_block .team_box:hover .team_info {
    opacity: 0.9;
}

.team_block .team_box a {
    display: block;
}

.team_block .team_box.team_box_1 a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.team_block .team_box .team_img {
    position: relative;
    overflow: hidden;
}

.team_block .team_box.team_box_1 .team_img {
    position: relative;
    overflow: hidden;
    width: 20%;
    margin-right: 30px;
    border: 1px solid rgba(0, 0, 0, 0.6);
}

.team_block .team_box .team_img img {
    width: 100%;
    transition: transform 0.3s ease;
}

.team_block .team_box:hover .team_img img {
    transform: scale(1.1);
}

.team_block .team_box.team_box_1:hover .team_img img {
    transform: scale(1.0);
}

.team_block .team_box .team_info h4 {
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.team_block .team_box .team_info h5 {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
}

.team_block .swiper-arrow-control {
    display: flex;
    justify-content: flex-end;
    padding-top: 30px;
}

.team_block .swiper-button-next {
    margin-left: 30px !important;
}

.team_block.team_block_dark .team_box {
    border: 1px solid rgba(0, 0, 0, 0.6);
}

.team_block.team_block_dark .team_box .team_info h4 {
    color: #000000;
}

.team_block.team_block_dark .team_box .team_info h5 {
    color: #000000;
}

.site-header .extend-container .main-navigation {
    position: unset;
}

.cstm_megamenu {
    position: static !important;
}

.site-header .extend-container .main-navigation ul li ul.mega-menu {
    min-width: 300px;
}

.site-header .extend-container .main-navigation ul li.cstm_megamenu ul.mega-menu {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    top: -20px;
    left: 0;
    z-index: -1;
    padding: 200px 50px;
    padding-bottom: 85px;
}

.cstm_serv_icon .g_default {
    --bs-gutter-x: calc(1*20*1px);
    --bs-gutter-y: calc(1*30*1px)
}

.cstm_serv_icon .g_default .item_icon {
    margin-top: 60px;
}

.cstm_serv_icon .g_default .item_icon img {
    width: 8rem;
    height: 8rem;
    padding: 1.5rem;
    margin: auto;
    margin-bottom: 30px;
    border: 3px solid var(--primary);
    border-radius: 100%;
    transition: transform 0.3s ease;
}

.cstm_serv_icon .g_default .item_icon:hover img {
    filter: unset;
    transform: scale(1.1);
}

.cstm_serv_icon .g_default .item_icon h4 {
    font-size: 1.125rem;
    letter-spacing: .03125rem;
    color: #000000;
}

.cstm_serv_icon .g_default .item_icon p {
    color: #000000;
}

@media screen and (min-width:360px) {
    .cstm_serv_icon .g_default {
        --bs-gutter-x: calc(1*(20*1px + (40 - 20)*(100vw - 360px)/1560))
    }
}

@media screen and (min-width:1920px) {
    .cstm_serv_icon .g_default {
        --bs-gutter-x: calc(1*40*1px)
    }
}

@media screen and (min-width:360px) {
    .cstm_serv_icon .g_default {
        --bs-gutter-y: calc(1*(30*1px + (40 - 30)*(100vw - 360px)/1560))
    }
}

@media screen and (min-width:1920px) {
    .cstm_serv_icon .g_default {
        --bs-gutter-y: calc(1*40*1px)
    }
}

.grid_container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

@media (max-width: 991px) {
    .grid_container {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767px) {
    .grid_container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .grid_container {
        grid-template-columns: 1fr;
    }
    .team_block .team_box.team_box_1 a {
        display: block;
    }
    
    .team_block .team_box.team_box_1 .team_img {
        width: 100%;
    }
    
    .team_block .team_box.team_box_1 .team_info {
        width: 100%;
    }
}

.grid_container .item_icon {
    padding: 30px;
    border-bottom: 1px solid #ddd;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    width: 100%;
}

.grid_container .item_icon img {
    width: 8rem;
    height: 8rem;
    padding: 1.5rem;
    margin: auto;
    margin-bottom: 15px;
    transition: transform 0.3s ease;
}

.grid_container .item_icon:hover img {
    filter: unset;
    transform: scale(1.1);
}

.grid_container .item_icon h4 {
        font-size: 16px !important;
    letter-spacing: .03125rem;
    color: var(--primary);
        font-weight: 500;
            margin-bottom: 5px;
}

.grid_container .item_icon p {
        font-size: 14px !important;
    color: #000000;
        font-weight: 400;
}

.post-full-content blockquote p {
    margin-bottom: 15px !important;
}

.post-full-content blockquote p:last-child {
    margin-bottom: 0px !important;
}

@media only screen and (max-width: 1199px) {
    .blogs_wrapper .blog {
        grid-template-columns: auto;
    }
}

.blog:hover .thumb img {
    transform: scale(1.1);
}

.blogs_wrapper .blog .content-wrapper {
    background-color: #ffffff;
    padding: 37px 40px 45px;
    position: relative;
    z-index: 1;
    margin-bottom: -1px;
}

@media only screen and (max-width: 1199px) {
    .blogs_wrapper .blog .content-wrapper {
        padding: 27px 0px 0px;
    }
}

.blogs_wrapper .blog .thumb {
    margin-inline-end: -60px;
    overflow: hidden;
}

@media only screen and (max-width: 1199px) {
    .blogs_wrapper .blog .thumb {
        margin-inline-end: 0;
    }
}

.blogs_wrapper .blog .thumb img {
    transition: all 0.5s;
}

.blogs_wrapper .blog .btn-wrapper {
    margin-top: 14px;
}

.blogs_wrapper .blog .tag {
    font-size: 14px;
    display: inline-block;
}

.blogs_wrapper .blog .meta {
    display: flex;
    gap: 5px;
    align-items: center;
}

.blogs_wrapper .blog .date {
    font-size: 14px;
    padding-inline-start: 25px;
}

.blogs_wrapper .blog .date:before {
    width: 20px;
}

.blogs_wrapper .blog .title {
    font-size: 26px;
    line-height: 1.25;
    margin-top: 16px;
    height: 158px;
    border-bottom: 1px solid var(--border);
}

.blogs_wrapper .blog .blog_btn {
    font-size: 16px;
    color: #000000;
}

.blogs_wrapper .blog .blog_btn:hover {
    font-size: 16px;
    color: var(--primary);
}

/*end blog*/

.timezone_area {
    position: relative;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.timezone_area .label {
    position: relative;
    background-color: var(--primary);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
    z-index: 9;
}
.timezone_area .label p {
    font-size: 1.2rem !important;
    font-weight: 600;
    text-transform: capitalize;
}

.timezone_area .timezone {
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    display: inline-block;
    animation: marquee 200s linear infinite;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
    padding: 15px 0;
}
.timezone_area .timezone:hover {
    animation-play-state: paused;
}
@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}
.timezone_item {
    display: inline-block;
    margin-right: 50px;
}

.cstm_footer {
    position: relative;
    background-color: #000000;
    padding: 0 50px;
    z-index: 3;
}

.cstm_footer.light-v {
    background-color: #ffffff;
}

.cstm_footer a,
.cstm_footer p {
    font-size: 14px !important;
    line-height: 30px;
    letter-spacing: 1px;
    color: #fff;
}

.cstm_footer a:hover {
    color: var(--primary);
}

.cstm_footer nav ul li {
    position: relative;
    padding-left: 20px;
    line-height: 10px;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 5px;    
}

.cstm_footer nav ul li:last-child {
    border-bottom: unset;
    margin-bottom: 0px;    
}

.cstm_footer nav ul li:before {
    content: "\f105";
    position: absolute;
    left: 0;
    top: 10px;
    display: block;
    font-family: "Font Awesome 5 Free";
        font-weight: 600;
}

.cstm_footer_light nav ul {
    counter-reset: list-counter;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}

@media (max-width: 1199px) {
    .cstm_footer_light nav ul {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 991px) {
    .cstm_footer_light nav ul {
        grid-template-columns: 1fr;
    }
}

.cstm_footer_light nav ul li {
    padding-left: 30px;
    color: #000000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.cstm_footer_light nav ul li:before {
    content: counter(list-counter, upper-alpha) ".";
    counter-increment: list-counter;
        font-weight: normal;
    font-size: 20px;
}

.cstm_footer_light a,
.cstm_footer_light p {
    font-size: 20px;
    letter-spacing: 2px;
    color: #000000;
    font-weight: 500;
}

.cstm_footer.light-v a,
.cstm_footer.light-v p {
    color: #000000;
}

.cstm_footer.light-v a:hover {
    color: var(--primary);
}

.cstm_footer .contact-footer {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
}

.cstm_footer .contact-footer .phone {
    margin-right: 30px;
}

.cstm_footer .footer-links {
    padding-top: 60px;
    padding-bottom: 30px;
}

.cstm_footer .footer-links .cstm_footer_title {
    position: relative;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 2px;
}

.cstm_footer.light-v .footer-links .cstm_footer_title {
    color: #000;
}

/* .cstm_footer .footer-links .cstm_footer_title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 15px;
    height: 2px;
    background-color: #fff;
} */

.cstm_footer.light-v .footer-links .cstm_footer_title::after {
    background-color: #000;
}

.cstm_footer .footer-links .cstm_footer_block.col-menu ul li {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 10px;
    overflow: hidden;
}

.cstm_footer .footer-links .cstm_footer_block.col-menu ul li:last-of-type {
    margin-bottom: 0;
}

.cstm_footer .footer-links .cstm_footer_block.col-menu ul li a {
    font-weight: normal;
}

.cstm_footer .footer-links .cstm_footer_block.col-contact p {
    font-size: 14px !important;
    font-weight: normal;
    margin-bottom: 10px;
    overflow: hidden;
}

.cstm_footer .footer-links .cstm_footer_block.col-contact p {
    color: #fff;
}

.cstm_footer.light-v .footer-links .cstm_footer_block.col-contact p {
    color: #000;
}

.cstm_footer .footer-links .cstm_footer_block.col-contact p span {
    margin-right: 5px;
    margin-left: 5px;
}

.cstm_footer .footer-links .cstm_footer_block .cstm_footer_logo {
    width: 200px;
    max-width: 100%;
}

.cstm_footer .footer-links nav ul {
    margin-bottom: 15px;
    max-height: 250px;
    overflow-y: auto;
    line-height: 25px;
}

.cstm_footer .footer-links nav ul::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background-clip: padding-box;
    background-color: #aaa
}

.cstm_footer .footer-links nav ul::-webkit-scrollbar-thumb {
    background: padding-box var(--primary);
    border-radius: 8px
}

.cstm_footer .footer-links .cstm_footer_block .cstm_footer_social {
    margin-top: 20px;
}

.cstm_footer .footer-links .cstm_footer_block .cstm_footer_social ul li {
    display: inline-block;
    list-style: none;
    margin-right: 5px;
}

.cstm_footer .footer-links .cstm_footer_block .cstm_footer_social ul li:last-child {
    margin-right: 0;
}

.cstm_footer .footer-links .cstm_footer_block .cstm_footer_social ul li a {
    position: relative;
    color: #fff;
    border-radius: 50%;
    letter-spacing: 0;
    border: 1px solid rgb(255 255 255 / 30%);
    height: 60px;
    width: 60px;
    transition: transform 0.2s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cstm_footer.light-v .footer-links .cstm_footer_block .cstm_footer_social ul li a {
    color: #000;
    border: 1px solid #bebebe;
}

.cstm_footer .footer-links .cstm_footer_block .cstm_footer_social ul li a i {
    position: relative;
    z-index: 2;
    transition: transform 0.2s ease-in-out;
}

.cstm_footer .footer-links .cstm_footer_block .cstm_footer_social ul li a:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    border-radius: 50%;
    transform: scale(0);
    background-color: #fff;
    transform-origin: center center;
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.cstm_footer.light-v .footer-links .cstm_footer_block .cstm_footer_social ul li a:before {
    background-color: #000;
}

.cstm_footer .footer-links .cstm_footer_block .cstm_footer_social ul li a:hover i {
    color: #000;
    transform: rotate(360deg);
}

.cstm_footer.light-v .footer-links .cstm_footer_block .cstm_footer_social ul li a:hover i {
    color: #fff;
}

.cstm_footer .footer-links .cstm_footer_block .cstm_footer_social ul li a:hover:before {
    opacity: 1;
    transform: scale(1);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0.2s, opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0.2s, opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
}

.cstm_footer .footer-links .cstm_footer_block .cstm_footer_social ul li a i {
    font-size: 20px;
}

.cstm_footer .copyright {
    padding: 15px 0;
    font-size: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.cstm_footer.light-v .copyright {
    border-top: 1px solid #bebebe;
}

.cstm_footer .copyright p,
.cstm_footer .copyright a {
    font-size: 13px !important;
}

.cstm_footer .copyright .copright-text {
    color: #a7a7a7;
    margin-top: 5px;
    font-weight: 500;
}

.cstm_footer .copyright .copright-text a {
    color: #fff;
}

.cstm_footer.light-v .copyright .copright-text a {
    color: #000;
}

.title-box:after {
    display: none;
}

.cstm_slider .scroll_down {
    position: absolute;
    bottom: auto;
    left: 16%;
    transform: translateX(-50%);
    z-index: 10;
}

.cstm_slider .scroll_down span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb07 2s infinite;
    animation: sdb07 2s infinite;
    opacity: 0;
    box-sizing: border-box;
}

.cstm_slider .scroll_down span:nth-of-type(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.cstm_slider .scroll_down span:nth-of-type(2) {
    top: 16px;
    -webkit-animation-delay: .15s;
    animation-delay: .15s;
}

.cstm_slider .scroll_down span:nth-of-type(3) {
    top: 32px;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}

@-webkit-keyframes sdb07 {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes sdb07 {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.contact-section .contact-box .box h2 {
    font-family: 'Montserrat', sans-serif;
}
@media (min-width: 1200px) {
.wipe_area {
    position: relative;
    overflow: hidden;
    height: 100vh;
    min-height: 900px;
}

.wipe_area .panel_1,
.wipe_area .panel_2 {
    position: absolute;
    width: 100%;
    height: 100%;
}

.wipe_area .panel_1 .svg,
.wipe_area .panel_2 .txt {
    position: absolute;
    bottom: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, 50%);
}

.wipe_area .panel_1 {
    z-index: 4;
}

.wipe_area .panel_2 {
    overflow: auto;
}

.wipe_area .panel_2:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.1);
}

.wipe_area .panel_2 .txt {
    opacity: 0;
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.wipe_area .panel_2 .txt.is_active {
    transform: translate(-50%, 60%);
    opacity: 1;
}
}

@media (max-width: 1199px) {
    .wipe_area .panel_1 {
        display: none;
    }
    .wipe_area {
        background: url('../img/i1.jpg') center/cover no-repeat fixed;
    }
}

.scroll-bottom-wrapper {
    position: absolute;
    bottom: 30px;
    left: 16%;
    transform: translateX(-50%);
    z-index: 10;
}

.scroll-bottom-btn {
    background: none;
    padding: 25px 12px;
    font-size: 19px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 50px;
    color: #fff;
}

.scroll-bottom-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid transparent;
    border-radius: 50px;
    /* Should match the border-radius of .scroll-bottom-btn */
    background: linear-gradient(to bottom right, var(--primary), var(--primary)) border-box;
    -webkit-mask:
        linear-gradient(#fff 0 0) padding-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}

.scroll-bottom-btn:hover {
    background: linear-gradient(to bottom right, var(--primary), var(--primary));
    color: #fff;
}

.scroll-text {
    margin-right: 10px;
}

.scroll-arrow {
    font-size: 20px;
    animation: bounce 2s infinite;
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-10px);
    }

    60% {
        transform: translateY(-5px);
    }
}

/* .dsn-grid-nav-box {
    position: relative !important;
    /*transform: rotateZ(90deg) !important;
    width: 100%;
    height: 100%;
    right: initial !important;
    transform: initial !important;
    top: 0 !important;
}

.to_top.to-next {
    position: absolute !important;
    top: 50%;
    height: 70px !important;
    width: 70px !important;
    transform: rotateZ(90deg) !important;
    left: 15px;
    transform-origin: initial !important;
}

.to_bottom.to-next {
    position: absolute !important;
    top: 50%;
    height: 70px !important;
    width: 70px !important;
    transform: rotateZ(90deg) !important;
    right: 15px;
    transform-origin: initial !important;
}         */

.BackGroundColor {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-size: 400%;
    background-image: linear-gradient(125deg, #27aae1, #6860b8, #27aae1, #6860b8);
    opacity: 0.4;
    animation: 8s infinite bganimation;
    z-index: 2 !important
}

@keyframes bganimation {

    0%,
    100% {
        background-position: 0 50%;
    }

    50% {
        background-position: 100% 50%;
    }
}

#particles-js {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 2 !important
}

/* .site-header ul li a {
    text-transform: capitalize !important;
} */

.site-header ul li a.active:after {
    color: var(--primary);
}

.site-header ul li a:after {
    top: auto;
    bottom: 0;
    background-color: var(--primary);
}

.site-header ul li a.active:after,
.site-header ul li a:hover:after {
    width: 100%;
}

.bg-grey {
    background: #f5f5f5;
}

.timezone_area {
    overflow: hidden !important;
}
.header-top .header-container .logo img {
    height: 50px;
	width:auto !important
}
/* .site-header {
    position: relative;
}

.site-header.nav-bg {
    position: fixed;
    background: rgb(255 255 255 / 1);
    box-shadow: rgba(18, 20, 32, 0.14) 0px 1px 3px 0px;
    padding-top: 0;
    padding-bottom: 0;
}

.site-header ul li {
    position: relative;
}

.site-header ul>li.active:before {
    width: 100%;
    background-color: var(--primary);
}

.site-header ul>li:hover:before {
    width: 100%;
}

.site-header:not(.dsn-hamburger) ul>li ul li {
    padding-top: unset;
    padding-bottom: unset;
}

.site-header ul li a {
    position: relative;
    font-weight: 400;
    padding: 15px 0;
}

.site-header ul>li.active>a {
    color: var(--primary);
}

.site-header:not(.dsn-hamburger) ul>li ul li:before {
    background-color: var(--primary);
    height: 3px;
}

.site-header.nav-bg ul>li>a {
    color: #000;
}

.site-header.nav-bg ul>li.active>a {
    color: var(--primary);
}

@media only screen and (min-width: 992px) {
    .site-header ul>li:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 20px;
        width: 0;
        height: 2px;
        transition: 0.5s;
        background-color: var(--primary);
    }
} */

@media only screen and (max-width: 767px) {
.brand_block .brand_item {
    padding: 15px;
}
.cover_bg {
   
    width: auto !important;
	height: 100vh;
}
.brand_quality{
	padding:15px;
}
.brand_block .brand_item img {
    width: 100%;
    filter: unset;
}
.pro_text {
    height: auto;
}
.cstm_banner .dsn-grid-slider .dsn-grid-content .dsn-grid-info {
    padding: 0 15px;
}
.cstm_banner .dsn-grid-slider .dsn-grid-content .dsn-grid-info h2 {
    font-size: 26px;
}
}

.cover_bg {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
	object-fit: cover;
    width: 100vw !important;
}
video, iframe, img {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
}
.divderbg1{
	position: relative;
    overflow: hidden;
    z-index: 1;
}
.divderbg1 > * {
	position: relative;
    z-index: 1;
}
.divderbg1:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 40%);
}

#map-1,
#map-2 {
    pointer-events: none;
}

#map-1 .jvm-zoom-btn.jvm-zoomin,
#map-2 .jvm-zoom-btn.jvm-zoomin,
#map-1 .jvm-zoom-btn.jvm-zoomout,
#map-2 .jvm-zoom-btn.jvm-zoomout,
#map-1 #jvm-markers-group,
#map-2 #jvm-markers-group,
#map-1 #jvm-regions-group,
#map-2 #jvm-regions-group {
    pointer-events: auto !important;
}