* {
    margin: 0!important;
    padding: 0!important;
    box-sizing: border-box!important;
}

body {
    font-size: 16px;
    line-height: 20px;
    overflow-x: hidden !important;
    background: #000!important;
    font-family: 'Outfit', sans-serif!important;
}

.ellipse-s img {
    padding: 10px;
    line-height: 20px;
    display: inline-block;
    text-align: center;
    width: 100%;
    object-fit: cover;
}

.dropdown-item {
    white-space: break-spaces!important;
}

.videos-bg .product-tital h3 {
    text-transform: capitalize;
}

/*.real-area .third-img p {*/
/*    font-size: 17px!important;*/
/*}*/

a {
    color: inherit;
    text-decoration: none;
}

.btton-grup {
    display: flex;
    justify-content: center;
    column-gap: 10px;
}

ol,
ul {
    list-style: none;
}

.container-fluid.copy-container {
    max-width: 1300px !important;
    width: 100%!important;
    margin: 0 auto !important;
}

.container {
    max-width: 1100px!important;
    margin: 0 auto!important;
}

textarea:focus,
input:focus {
    outline: 0;
}

.border-services {
    display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold!important;
    font-family: 'Logik Extended Medium Oblique' !important;
    font-style: normal !important;
}



@font-face {
    font-family: 'Logik Extended Medium Oblique';
    src: url('../css/fonts-2/Logik-ExtendedThin.woff2') format('woff2'),
        url('../css/fonts-2/Logik-ExtendedThin.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Logik Extended Medium Oblique';
    src: url('../css/fonts-2/Logik-ExtendedThin.woff2') format('woff2'),
        url('../css/fonts-2/Logik-ExtendedThin.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Logik Extended Medium Oblique';
    src: url('./assest/css/fonts-2/Logik-ExtendedMediumOblique.woff2') format('woff2'),
        url('./assest/css/fonts-2/Logik-ExtendedMediumOblique.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Logik Extended Medium Oblique';
    src: url('../fonts-2/Logik-Extended.woff2') format('woff2'),
        url('../fonts-2/Logik-Extended.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Logik Extended Medium Oblique';
    src: url('Logik-ExtendedMediumOblique.woff2') format('woff2'),
        url('Logik-ExtendedMediumOblique.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

/*@font-face {*/
/*        font-family: 'Outfit', sans-serif!important;*/
/*    src: url('Roboto-BlackItalic.woff2') format('woff2'),*/
/*        url('Roboto-BlackItalic.woff') format('woff');*/
/*    font-weight: 900;*/
/*    font-style: italic;*/
/*    font-display: swap;*/
/*}*/

.group {
    zoom: 1!important;
}

.nav-link.active {
    color: #33b5e6 !important;
    font-weight: bold;
}

.navbar .dropdown-toggle::after {
    display: none !important;
}

.custom-dropdown-icon {
    margin-left: 0px;
    font-size: 13px;
    display: none;
    position: absolute;
    top: 14px;
    right: -2px;
}

.navbar .dropdown:hover .dropdown-menu {
    display: block;
}

.navbar .dropdown:hover .custom-dropdown-icon {
    display: block;
    transform: rotate(180deg);
}

.nav-item.dropdown {
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
}

li.nav-item.dropdown .dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0px !important;
    margin-top: 0;
    display: none;
    z-index: 1000;
    margin-right: -106px;

}

.sticky-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Uniform padding for all nav-links */
.navbar-nav .nav-link {
    padding: 10px 14px !important;
}

/* Text color change on hover */
.navbar .nav-link:hover {
    color: #33b5e6 !important;
}

/* Active (current page) menu item styling */
.navbar .nav-link.active {
    color: #33b5e6 !important;
    /* darker blue for active link */
    font-weight: 600;
}


/**/


a.navbar-brand img {
    height: 46px !important;
    object-fit: cover;
}

.footer-logo img {
    height: 46px !important;
    object-fit: cover;
}

.animated-dropdown {
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
    display: block;
    visibility: hidden;
    position: absolute;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #33b5e6 !important;
}

.dropdown-menu-end[data-bs-popper] {
    right: -40px !important;
    left: auto!important;
}

.nav-item.dropdown.show .animated-dropdown {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

.navbar-expand-lg .dropdown-menu-end[data-bs-popper] {
    right: -40px !important;
    left: auto;
}

nav.navbar.navbar-expand-lg.navbar-light {
    padding-bottom: 0;
    padding-top: 0;
}

/*after-before*/
.row.align-items-center.videos-bg {
    position: relative!important;
}


/*banners-after-before*/

.rectangle-1-holder {

    background: transparent;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    /*Will not allow bg color to leak outside borders*/
}

header.header-area {
    z-index: 99;
    position: absolute;
    background: transparent;
    padding: 28px 0px 28px!important;
    left: 0;
    right: 0;
    top: 0px;
}



/* Scroll hone par */
.header-area.sticky {
    position: fixed;
    z-index: 999999999;
    top: 0;
    left: 0;
    right: 0;
    background-color: #000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 7px 0;
    transition: all 0.3s ease;
}


.dropdown-item:focus,
.dropdown-item:hover {
    color: #33b5e6;
    background-color: transparent !important;
}

/**/
span.capital-words {
    text-transform: capitalize;
}

span.capital-text {
    text-transform: uppercase;
}

/*video-css-start*/

.bg-area-vi {
    display: flex;
    justify-content: center;
}

ul.dropdown-menu.dropdown-menu-end.animate.slideIn li a {
    font-size: 14px!important;
    padding: 13px 34px!important;
}


.banner-area {
    position: relative!important;
    width: 100%!important;
    min-height: 100vh!important;
    /* Full screen height */
    overflow: hidden!important;
}

.video-tag-one {
    position: absolute!important;
    top: 0!important;
    left: 0!important;
    width: 100%!important;
    height: 100%!important;
    object-fit: cover!important;
    z-index: -1!important;
}


.banner-area img.text-2 {
    margin: 0 auto!important;
}

/* .l-constrained {
  margin: 0 auto;
  position: relative;
  width: 1764px;
} */

.logo {
    float: left;
}

/*.home {*/
/*  float: left;*/
/* margin: 34px 0 0 590px; */
/*  font-weight: 300;*/
/*  text-align: center;*/
/*  color: #fff;*/
/*}*/
/*.about {*/
/*  float: left;*/
/*  color: #fff;*/

/*  font-weight: 300;*/
/*  text-align: center;*/
/*}*/
.services {
    float: left;
    color: #fff;
    font-weight: 300;
    text-align: center;
}

.career {
    float: left;
    color: #fff;
    font-weight: 300;
    text-align: center;
}

/*.footer-link .icon-list ul li {*/
/*    display: flex;*/
/*    column-gap: 2px;*/

/*}*/
/*ul.navbar-nav.ms-auto {*/
/*    margin-right: 180px;*/
/*}*/
ul.navbar-nav a.nav-link {
    color: #fff;
    text-transform: capitalize;
    font-size: 17px;
        font-family: 'Outfit', sans-serif!important;
    font-weight: 500;
}

.text {
    color: #fff;
    font-weight: 300;
    text-align: center;
}

.text-2 {
    display: block;
}

.nav-link:focus,
.nav-link:hover {
    color: #fff;
}

/* SECOND-ZIP-START */
.rsc-edg-area {
    position: relative!important;
    padding-bottom: 112px!important;
    padding-top: 70px!important;
    background: #000!important;
}

.text-area {
    text-align: center;
}

.text-area p {
    font-weight: 300;
    line-height: 24px;
    text-align: center;
    font-size: 20px;
    width: 100%;
    max-width: 797px;
    margin: 0 auto;
}

.big-imges img {
    height: 38px;
}

.big-imges {
    padding-bottom: 0px;
    padding-top: 80px;
    text-align: center;
}

.big-imges img {
    margin: 0 auto;
    display: inline-block;
    text-align: center;
}

.rectangle-1-copy {
    position: relative !important;
}



.rectangle-1-copy {
    z-index: 9!important;
    padding: 65px 41px 30px!important;
    -webkit-border-radius: 134px!important;
    -moz-border-radius: 134px!important;
    border-radius: 91px!important;
    /* background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9InJlY3RhbmdsZS0xLWNvcHkiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMzAlIiB5MT0iMTAwJSIgeDI9IjcwJSIgeTI9IjAlIj4KPHN0b3Agb2Zmc2V0PSItMTMuNSUiIHN0b3AtY29sb3I9IiM3NTc1NzUiIHN0b3Atb3BhY2l0eT0iMC41IiAvPgo8c3RvcCBvZmZzZXQ9IjExMy4wMzQ5MSUiIHN0b3AtY29sb3I9IiNlZGVkZWQiIHN0b3Atb3BhY2l0eT0iMC4xIiAvPgo8c3RvcCBvZmZzZXQ9IjExMy41JSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIwLjEiIC8+CjwvbGluZWFyR3JhZGllbnQ+CjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjcmVjdGFuZ2xlLTEtY29weSkiIC8+PC9zdmc+), rgba(0, 0, 0, 0.3); */
    background: -moz-linear-gradient(68deg, rgba(117, 117, 117, 0.5) -13.5%, rgba(237, 237, 237, 0.1) 113.03491%, rgba(237, 237, 237, 0.1) 113.5%), rgba(0, 0, 0, 0.3);
    background: -o-linear-gradient(68deg, rgba(117, 117, 117, 0.5) -13.5%, rgba(237, 237, 237, 0.1) 113.03491%, rgba(237, 237, 237, 0.1) 113.5%), rgba(0, 0, 0, 0.3);
    /* background: -webkit-linear-gradient(68deg, rgba(117, 117, 117, 0.5) -13.5%, rgba(237, 237, 237, 0.1) 113.03491%, rgba(237, 237, 237, 0.1) 113.5%), rgba(0, 0, 0, 0.3); */
    background: linear-gradient(22deg, rgba(117, 117, 117, 0.5) -13.5%, rgba(237, 237, 237, 0.1) 113.03491%, rgba(237, 237, 237, 0.1) 113.5%), rgba(0, 0, 0, 0.3);
    /* -webkit-box-shadow: inset 0 0 27px 0 rgba(255, 255, 255, 0.25), 0 3px 29px 0 rgba(255, 255, 255, 0.39); */
    -moz-box-shadow: inset 0 0 27px 0 rgba(255, 255, 255, 0.25), 0 3px 29px 0 rgba(255, 255, 255, 0.39);
    /* box-shadow: inset 0 0 27px 0 rgba(255, 255, 255, 0.25), 0 3px 29px 0 rgba(255, 255, 255, 0.39); */
}

.group h3 {
    text-align: center!important;
    font-size: 19px!important;
    line-height: 24px!important;
    font-weight: bold !important;
    margin-bottom: 18px!important;
}

.group p {
    font-size: 17px!important;
    font-weight: 300!important;
    line-height: 20px!important;
    text-align: center!important;
}

.ellipse-1 img {
    height: 49px!important;
    margin: 0 auto!important;
    display: inline-block!important;
    width: 100%!important;
    object-fit: contain!important;
}

.ellipse-1-copy img {
    height: 49px!important;
    margin: 0 auto!important;
    display: inline-block!important;
    width: 100%!important;
    object-fit: contain!important;

}

.ellipse-1 {
    height: 87px;
    margin: 0 auto;
    width: 87px;
    padding: 18px 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #33b5e6;
    -webkit-box-shadow: 2.257426px 12.802501px 71.89px 7.11px rgba(255, 255, 255, 0.39);
    -moz-box-shadow: 2.257426px 12.802501px 71.89px 7.11px rgba(255, 255, 255, 0.39);
    box-shadow: 2.257426px 12.802501px 71.89px 7.11px rgba(255, 255, 255, 0.39);
    margin-bottom: 20px;
}

.ellipse-1-copy {
    height: 87px;
    margin: 0 auto;
    width: 87px;
    padding: 18px 15px;
    margin-bottom: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #ffffff;
    -webkit-box-shadow: 2.257426px 12.802501px 71.89px 7.11px rgba(255, 255, 255, 0.39);
    -moz-box-shadow: 2.257426px 12.802501px 71.89px 7.11px rgba(255, 255, 255, 0.39);
    box-shadow: 2.257426px 12.802501px 71.89px 7.11px rgba(255, 255, 255, 0.39);
}

.group {
    /* left: 50%; */
    min-height: 310px!important;
    padding: 30px 20px!important;
    margin: 0 auto !important;
    /* width: 388px; */
    /* margin-right: 39px!important; */
    margin-bottom: 43px !important;
    -webkit-border-radius: 51px!important;
    -moz-border-radius: 51px!important;
    border-radius: 51px!important;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9InJlY3RhbmdsZS0xLWNvcHktMiIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIzMCUiIHkxPSIxMDAlIiB4Mj0iNzAlIiB5Mj0iMCUiPgo8c3RvcCBvZmZzZXQ9Ii0xMy41JSIgc3RvcC1jb2xvcj0iIzc1NzU3NSIgc3RvcC1vcGFjaXR5PSIwLjUiIC8+CjxzdG9wIG9mZnNldD0iMTEzLjAzNDkxJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIwLjEiIC8+CjxzdG9wIG9mZnNldD0iMTEzLjUlIiBzdG9wLWNvbG9yPSIjZWRlZGVkIiBzdG9wLW9wYWNpdHk9IjAuMSIgLz4KPC9saW5lYXJHcmFkaWVudD4KPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNyZWN0YW5nbGUtMS1jb3B5LTIpIiAvPjwvc3ZnPg==), rgba(0, 0, 0, 0.3);
    background: -moz-linear-gradient(68deg, rgba(117, 117, 117, 0.5) -13.5%, rgba(237, 237, 237, 0.1) 113.03491%, rgba(237, 237, 237, 0.1) 113.5%), rgba(0, 0, 0, 0.3);
    background: -o-linear-gradient(68deg, rgba(117, 117, 117, 0.5) -13.5%, rgba(237, 237, 237, 0.1) 113.03491%, rgba(237, 237, 237, 0.1) 113.5%), rgba(0, 0, 0, 0.3);
    /* background: -webkit-linear-gradient(68deg, rgba(117, 117, 117, 0.5) -13.5%, rgba(237, 237, 237, 0.1) 113.03491%, rgba(237, 237, 237, 0.1) 113.5%), rgba(0, 0, 0, 0.3); */
    /* background: linear-gradient(22deg, rgba(117, 117, 117, 0.5) -13.5%, rgba(237, 237, 237, 0.1) 113.03491%, rgba(237, 237, 237, 0.1) 113.5%), rgba(0, 0, 0, 0.3); */
    /* -webkit-box-shadow: inset 0 0 27px 0 rgba(255, 255, 255, 0.25), 0 3px 29px 0 rgba(255, 255, 255, 0.39); */
    -moz-box-shadow: inset 0 0 27px 0 rgba(255, 255, 255, 0.25), 0 3px 29px 0 rgba(255, 255, 255, 0.39);
    /* box-shadow: inset 0 0 27px 0 rgb(255 255 255 / 25%), 0 3px 29px 0 rgb(255 255 255 / 39%); */
    z-index: 999;
    position: relative!important;
}

img.text-6 {
    text-align: center;
    margin: 0 auto;
    display: block;
    margin-top: 30px;
}

/* SECONS-END */
/* third-area-start */
.real-area {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #000;
}

.third-img img {
    margin-bottom: 20px;
    object-fit: cover;
    width: 100%;
    max-width: 375px;
}

.third-img img.text {
    height: 71px;
}

/*p.text-2 {*/
/*    font-size: 16px;*/
/*    font-weight: 300;*/
/*    line-height: 22px;*/
/*    text-align: justify;*/
/*    color: #b1a3a3;*/
/*}*/
.count-area {
    margin: 0 auto;
    position: relative;
    width: 100%;
    /*background: url(images/untitled-1.png) no-repeat center 0;*/
    background-position: center top;
    background-size: 100% 100%;
    padding-bottom: 30px;
    padding-top: 68px;
}

.build-area .banners-btn a {
    margin-top: 25px;
    text-align: center;
}

.build-area {
    text-align: center;
    padding-bottom: 100px;
    padding-top: 100px;
}

/*.count-area::after {*/
/*  content: '';*/
/*  position: absolute;*/
/*  left: 0;*/
/*  right: 0;*/
/*  top: 0;*/
/*  bottom: 0;*/
/*  background-size: 100% 100%;*/
/*  width: 100%;*/
/*  background: url(images/untitled-1.png) no-repeat center 0;*/
/*  background-position: center top;*/
/*  -webkit-background-size: cover;*/
/*  -moz-background-size: cover;*/
/*  -o-background-size: cover;*/
/*  background-size: cover;*/
/*}*/
/*.count-area::before {*/
/*  content: '';*/
/*  position: absolute;*/
/*  left: 0;*/
/*  right: 0;*/
/*  top: 0;*/
/*  bottom: 0;*/
/*  height: auto;*/
/*  background-color: #000;*/
/*  background-size: 100% 100%;*/
/*  width: 100%;*/

/*}*/

.count-title {
    text-align: center;
    margin-bottom: 49px;
    z-index: 999;
    position: relative;
}

.count-title img {
    margin: 0 auto;
    display: block;
}

.row.justify-content-center.count-row-box {
    padding: 0px 36px!importnt;
    margin-top: 29px!important;
}

.count-box h4 {
    font-family: 'Outfit', sans-serif!important;
    font-weight: bold !important;
    text-transform: capitalize;
    font-size: 16px !important;
    width: 100%;
    /*max-width: 153px;*/
    margin: 0 auto;
}

.count-box {
    margin: 0 auto!important;
    z-index: 999!important;
    height: 181px!important;

    /* margin-top: 20px; */
    margin-bottom: 36px!important;
    text-align: center!important;
    /* min-height: 190px; */
    padding: 50px 14px!important;
    position: relative!important;
    width: 100%;
    max-width: 208px !important;
    -webkit-border-radius: 25px!important;
    -moz-border-radius: 25px!important;
    border-radius: 25px!important;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9InJlY3RhbmdsZS0xLWNvcHktMiIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIzMCUiIHkxPSIxMDAlIiB4Mj0iNzAlIiB5Mj0iMCUiPgo8c3RvcCBvZmZzZXQ9Ii0xMy41JSIgc3RvcC1jb2xvcj0iIzc1NzU3NSIgc3RvcC1vcGFjaXR5PSIwLjUiIC8+CjxzdG9wIG9mZnNldD0iMTEzLjAzNDkxJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIwLjEiIC8+CjxzdG9wIG9mZnNldD0iMTEzLjUlIiBzdG9wLWNvbG9yPSIjZWRlZGVkIiBzdG9wLW9wYWNpdHk9IjAuMSIgLz4KPC9saW5lYXJHcmFkaWVudD4KPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNyZWN0YW5nbGUtMS1jb3B5LTIpIiAvPjwvc3ZnPg==), rgba(0, 0, 0, 0.3);
    background: -moz-linear-gradient(68deg, rgba(117, 117, 117, 0.5) -13.5%, rgba(237, 237, 237, 0.1) 113.03491%, rgba(237, 237, 237, 0.1) 113.5%), rgba(0, 0, 0, 0.3);
    background: -o-linear-gradient(68deg, rgba(117, 117, 117, 0.5) -13.5%, rgba(237, 237, 237, 0.1) 113.03491%, rgba(237, 237, 237, 0.1) 113.5%), rgba(0, 0, 0, 0.3);
    background: -webkit-linear-gradient(68deg, rgba(117, 117, 117, 0.5) -13.5%, rgba(237, 237, 237, 0.1) 113.03491%, rgba(237, 237, 237, 0.1) 113.5%), rgba(0, 0, 0, 0.3);
    background: linear-gradient(22deg, rgba(117, 117, 117, 0.5) -13.5%, rgba(237, 237, 237, 0.1) 113.03491%, rgba(237, 237, 237, 0.1) 113.5%), rgba(0, 0, 0, 0.3);
    /* -webkit-box-shadow: inset 0 0 27px 0 rgba(255, 255, 255, 0.25), 0 3px 29px 0 rgba(255, 255, 255, 0.39); */
    -moz-box-shadow: inset 0 0 27px 0 rgba(255, 255, 255, 0.25), 0 3px 29px 0 rgba(255, 255, 255, 0.39)!important;
    /* box-shadow: inset 0 0 27px 0 rgba(255, 255, 255, 0.25), 0 3px 29px 0 rgba(255, 255, 255, 0.39); */
}

.count-box img.text-2 {
    margin: 0 auto;
    margin-bottom: 16px;
}

.counter.counted {
    font-size: 40px;
    margin-bottom: 13px;
    line-height: 30px;
    font-weight: 500;
    color: #33b5e6;
    font-family: 'Logik Extended Medium Oblique' !important;
    letter-spacing: 1px;
    /* Optional: to match image spacing */
}

.third-img h3 {
    /* text-align: center!important; */
    font-size: 35px !important;
    color: #33b5e6 !important;
    line-height: 35px;
    margin-bottom: 12px;
    font-weight: bold !important;
    text-transform: capitalize;
}

.tabs-group h4 {
    font-size: 17px;
    line-height: 16px;
    text-transform: capitalize;
    font-weight: bold !important;
    font-family: 'Outfit', sans-serif!important;
    margin-top: 23px;
}

li.map-text a {
    text-transform: capitalize;
}

.tabs-group {
    margin-bottom: 88px;
}
.row.justify-content-center.count-row-box {
    padding: 0px 36px!important;
    margin-top: 29px!important;
}
.banner-titale h1 {
    text-align: center;
    font-size: 42px;
    line-height: 50px;
    font-weight: bold !important;
    text-transform: capitalize;
    letter-spacing: 2px;
    font-family: Logik Extended Medium Oblique;
}

p {
    font-size: 20px;
    margin-top: 15px;
    padding-bottom: 7px;
    line-height: 25px;
    font-weight: 300;
}

.banners-btn a {
    background: #33b5e6;
    display: inline-block;
    border-radius: 20px;
    margin-top: 10px;
    padding: 7px 33px;
    font-size: 16px;
    text-transform: capitalize;
}

.banner-titale h1 span {
    color: #33b5e6;
}

.rsc-edg-area .main-title h3 {
    /*margin-top:162px;*/
    margin-top: 70px !important;

}

.main-title h3 {
    text-align: center !important;
    font-size: 40px !important;
    color: #33b5e6 !important;
    line-height: 42px;
    margin-bottom: 18px;
    font-weight: 100 !important;
    text-transform: capitalize;
}

.five-zip-area .main-title h3 {
    text-align: center !important;
    font-size: 40px !important;
    color: #33b5e6 !important;
    margin-bottom: 30px;
}

/* 5zip-area */
.five-area {
    margin: 0 auto!important;
    position: relative!important;
    width: 100%!important!important;
    background: url(images/untitled-1.png) no-repeat center!important;
    background-position: center top!important!important;
    -webkit-background-size: cover!important;
    -moz-background-size: cover!important!important;
    -o-background-size: cover!important;
    background-size: cover!important;
    padding-bottom: 100px!important;
    padding-top: 38px!important;
}

.five-area::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: auto;
    background-color: #000;
    background-size: 100% 100%;
    width: 100%;

}

.five-zip-area ul.nav.nav-tabs {
    border-bottom: 0!important;
    background: linear-gradient(22deg, rgba(117, 117, 117, 0.8) -13.5%, rgba(237, 237, 237, 0.1) 113.03491%, rgba(237, 237, 237, 0.1) 113.5%), rgba(0, 0, 0, 0.3)!important;
    border-radius: 30px!important;
    width: 100%!important;
    max-width: 787px!important;
    margin: 0 auto!important;
    margin-bottom: 79px !important;
}

.five-zip-area ul.nav.nav-tabs .nav-link.active {
    color: #fff !important;
    background-color: #33b5e6!important;
    border: 3px solid #fff !important;
    border-radius: 30px!important;
    width: 100%!important;
    font-size: 20px!important;
    font-weight: 400!important;

}

.five-zip-area ul.nav.nav-tabs .nav-link {
    color: #fff !important;
    width: 100%!important;
    text-align: center!important;
    display: inline-block!important;
    border: 3px solid transparent;
    padding: 6px 16px;
    border-radius: 30px;
    font-weight: 400;
    font-size: 20px;
}

.nav-link:focus-visible {
    outline: 0;
    box-shadow: initial !important;
    border-radius: 30px;

}

.five-zip-area ul.nav.nav-tabs li.nav-item {
    width: 28%;
    text-align: center;
    display: block;
    position: relative;
    z-index: 999;
}

ul.dropdown-menu.dropdown-menu-end.animate.slideIn {
    background: rgb(0, 0, 0, 0.9);
    border-radius: 35px;
    padding-top: 20px;
    padding-bottom: 16px;
    width: 280px;
}

ul.dropdown-menu.dropdown-menu-end.animate.slideIn li a {
    color: #fff;
}

ul.dropdown-menu.dropdown-menu-end.animate.slideIn li {
    color: #fff;
    border-bottom: 2px solid #33b5e6;
}

ul.dropdown-menu.dropdown-menu-end.animate.slideIn li:last-child {
    border-bottom: none !important;
}

/*new-toogle-css*/

ul.dropdown-menu.dropdown-menu-end {
    background: rgb(0, 0, 0, 0.9);
    border-radius: 35px;
    padding-top: 20px;
    padding-bottom: 16px;
    width: 280px;
}

ul.dropdown-menu.dropdown-menu-end li a {
    color: #fff;
}

ul.dropdown-menu.dropdown-menu-end li {
    color: #fff;
    border-bottom: 2px solid #33b5e6;
}

ul.dropdown-menu.dropdown-menu-end li:last-child {
    border-bottom: none !important;
}
/*end-css-toogle*/

.five-zip-area {
    margin: 30px 0 0;
    padding: 0px 60px 25px;
    position: relative;
    -webkit-border-radius: 59px;
    -moz-border-radius: 59px;
    border-radius: 59px;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9InJlY3RhbmdsZS0xLWNvcHktMiIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIzMCUiIHkxPSIxMDAlIiB4Mj0iNzAlIiB5Mj0iMCUiPgo8c3RvcCBvZmZzZXQ9Ii0xMy41JSIgc3RvcC1jb2xvcj0iIzc1NzU3NSIgc3RvcC1vcGFjaXR5PSIwLjUiIC8+CjxzdG9wIG9mZnNldD0iMTEzLjAzNDkxJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIwLjEiIC8+CjxzdG9wIG9mZnNldD0iMTEzLjUlIiBzdG9wLWNvbG9yPSIjZWRlZGVkIiBzdG9wLW9wYWNpdHk9IjAuMSIgLz4KPC9saW5lYXJHcmFkaWVudD4KPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNyZWN0YW5nbGUtMS1jb3B5LTIpIiAvPjwvc3ZnPg==), rgba(0, 0, 0, 0.3);
    background: -moz-linear-gradient(68deg, rgba(117, 117, 117, 0.5) -13.5%, rgba(237, 237, 237, 0.1) 113.03491%, rgba(237, 237, 237, 0.1) 113.5%), rgba(0, 0, 0, 0.3);
    background: -o-linear-gradient(68deg, rgba(117, 117, 117, 0.5) -13.5%, rgba(237, 237, 237, 0.1) 113.03491%, rgba(237, 237, 237, 0.1) 113.5%), rgba(0, 0, 0, 0.3);
    background: -webkit-linear-gradient(68deg, rgba(117, 117, 117, 0.5) -13.5%, rgba(237, 237, 237, 0.1) 113.03491%, rgba(237, 237, 237, 0.1) 113.5%), rgba(0, 0, 0, 0.3);
    background: linear-gradient(22deg, rgba(117, 117, 117, 0.5) -13.5%, rgba(237, 237, 237, 0.1) 113.03491%, rgba(237, 237, 237, 0.1) 113.5%), rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 27px 0 rgba(255, 255, 255, 0.25), 0 3px 29px 0 rgba(255, 255, 255, 0.39);
    -moz-box-shadow: inset 0 0 27px 0 rgba(255, 255, 255, 0.25), 0 3px 29px 0 rgba(255, 255, 255, 0.39);
    box-shadow: inset 0 0 27px 0 rgba(255, 255, 255, 0.25), 0 3px 29px 0 rgba(255, 255, 255, 0.39);
}

.ellipse-1-copy-3 {
    height: 88px;
    margin: 0 auto;
    width: 88px;
    -webkit-border-radius: 50.13px;
    -moz-border-radius: 50.13px;
    border-radius: 50.13px;
    background: #33b5e6;
    -webkit-box-shadow: 2.257426px 12.802501px 41.86px 4.14px rgba(255, 255, 255, 0.17);
    -moz-box-shadow: 2.257426px 12.802501px 41.86px 4.14px rgba(255, 255, 255, 0.17);
    box-shadow: 2.257426px 12.802501px 41.86px 4.14px rgba(255, 255, 255, 0.17);
    position: relative;
    z-index: 99;
}

.five-zip-area img.automation {
    margin: 0 auto!important;
    display: block!important;
    margin-bottom: 32px!important;
    margin-top: 30px!important;
    position: relative!important;
    z-index: 99!important;
}

.navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: #fff;
    background-color: #fff;
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition);
}

.banner-titale {
    text-align: center !important;
    margin: 0 auto !important;
    display: block!important;
    width: 100%!important;
    max-width: 978px!important;
    padding-top: 167px!important;
    padding-bottom: 265px!important;
}

.dud {
    color: #33b5e6 !important;
}

.text {
    font-weight: 500;
    font-size: 50px;
    line-height: 60px;
    color: #0AB2CB !important;
    display: inline-block;
    min-width: 200px;
    /* or whatever fits your expected longest word */
}

.product-bg {
    color: white;
    z-index: 1;
    height: 680px !important;
}

.product-tital h3 {
    font-size: 39px;
    line-height: 48px;
    color: #fff;
}

.product-tital p {
    padding-bottom: 25px;
}

.border-bg {
    background-color: #fff !important;
    height: 2.2px !important;
    width: 29px !important;
    display: inline-block;
    align-items: center;
    vertical-align: middle;
}

.product-tital h3 span {
    color: #fff;
}

.why-area .banners-btn {
    text-align: center;
}

section.container-fluid.about-area {
    padding-bottom: 40px;
    padding-top: px;
}

.product-contain p {
    text-align: center;
    width: 100%;
    width: auto;
    max-width: 1015px !important;
    margin: 0 auto;
}

.product-contain h4 {
    color: #33b5e6;
    font-size: 31px;
    font-weight: 300;
    line-height: 40px;
    margin-top: 28px;
    text-align: center;
}

.total-project {
    z-index: 9;
    /*padding: 48px 87px 30px;*/
    /*border-radius: 63px;*/
    /*background: linear-gradient(22deg, rgba(117, 117, 117, 0.5) -13.5%, rgba(237, 237, 237, 0.1) 113.03491%, rgba(237, 237, 237, 0.1) 113.5%), rgba(0, 0, 0, 0.3);*/
    margin-top: 40px;
    max-width: 815px;
    margin: 0 auto;
}

/*.slide-imges img {*/
/*  height: 419px;*/
/*  object-fit: fill;*/
/*}*/
.Features-details p span img {
    height: 58px;
}

.total-project .owl-theme .owl-nav.disabled+.owl-dots {
    position: absolute;
    bottom: -44px;
    width: 100%;
}

.why-two-area {
    padding-bottom: 70px;
    padding-top: 57px;
}

.product-video {
    margin-top: 37px;
    position: relative;
}

.Features-details p {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #fff;
    display: block;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #33b5e6;
}

.Features-details {
    display: flex;
    justify-content: center;
}

.why-box {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 227px;
    padding: 28px 7px 28px;
    border-radius: 24px;
    background: linear-gradient(22deg, rgba(117, 117, 117, 0.5) -13.5%, rgba(237, 237, 237, 0.1) 113.03491%, rgba(237, 237, 237, 0.1) 113.5%), rgba(0, 0, 0, 0.3);
    margin-top: 17px;
    width: 100%;
    height: 143px;
    vertical-align: middle;
}

.faq-area .product-contain h4 {
    text-transform: uppercase;
}

.row.faq-area {
    padding-top: 37px;
}

.why-box p {
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    margin: 0px !important;
    padding: 0px !important;
}

.why-area {
    padding-bottom: 26px;
    padding-top: 70px;
}

span.footer-border {
    background: #fff;
    width: 2px;
    height: 27px;
    position: relative;
    display: inline-block;
    vertical-align: text-top;
    margin-right: 7px;
}

footer.container-fluid.footer-area {
    background: #000;
    padding-bottom: 20px;
    padding-top: 20px;
}

.row.copy-righit {
    padding-top: 30px;
    padding-bottom: 30px;
    align-items: center;
}

span.footer-arowe i {
    color: #33b5e6;
    font-size: 12px;
    margin-right: 5px;
    margin-top: -10px;
    display: inline-block;
}

.footer-link h4 {
    font-size: 23px;
    font-weight: 100 !important;
    text-transform: capitalize;
    padding-bottom: 20px;
    color: #33b5e6;
}

ul.footer-link li a {
    padding-bottom: 7px;
    font-size: 15px;
    line-height: 20px;
    text-transform: capitalize;
    display: inline-block;
}

.footer-area p {
    font-size: 16px;
    text-align: center;
    /*padding-bottom: 20px;*/
    /*padding-top: 20px;*/
}

.footer-link .icon-list ul li a img {
    width: 100%;
    color: #33b5e6;
    padding-right: 3px!important;
    height: 22px;
    max-width: 31px;
    objact-fit: contain
}

li.map-text a img {
    width: 100%;
    color: #33b5e6;
    padding-right: 3px!important;
    height: 22px;
    max-width: 27px!important;
    object-fit: contain;
}

.icon-list {
    margin-bottom: 17px;
}

.icon-list ul li {
    margin-bottom: 10px;
}

.icon-list ul li a {
    font-size: 15px;
    line-height: 24px;
    display: flex;
    column-gap: 5px;
    /* margin-bottom: 10px; */
    align-items: center;
}

ul.social-icons {
    align-items: center;
    display: flex;
    column-gap: 6px;
}

ul.social-icons li a i {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}

ul.social-icons li a {
    line-height: 16px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 27px;
    height: 27px;
    display: inline-block;
    padding: 3px 5px;
}

.footer-link .icon-list ul {
    /*display: flex;*/
    /*column-gap: 10px;*/
    text-align: center;
}

.icon-list ul li a i {
    color: #33b5e6;
    padding-right: 3px;
    font-size: 22px;
}

/*end*/
#video_container {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 41px;
}

#video {
    width: 100%;
    border-radius: 41px;
}


/* Overlay background */
.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 41px;
    /*z-index: 1;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* Logo */
.overlay-logo {
    width: 120px;
    margin-bottom: 10px;
    position: absolute;
    top: 45px;
}

span.horigentl-border {
    width: 38px;
    height: 2px;
    background: #b7abab;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}

/* Tagline / Text */
.overlay-text {
    color: #33b5e6;
    position: absolute;
    bottom: 70px;
}

.overlay-text h5 {
    font-size: 25px;
    color: #33b5e6;
    text-align: center;
    font-weight: 100 !important;
}

/* Play Button */
#play_button {
    position: absolute;
    width: 70px;
    height: 70px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: transparent;
    border: 1px solid #33b5e6;
    cursor: pointer;
    z-index: 2;
    border-radius: 50%;
}

#play_button>img {
    width: 100%;
    height: auto;
}

#play_button.hide {
    display: none;
}

.hand-img img {
    margin: 0 auto;
    /*display: inline-block;*/
    /*text-align: center;*/
    /*display: flex;*/
    /*height: 101px;*/
}

/* product-page-end */

/*services-start*/
.product-tital h2 {
    font-size: 80px;
    text-transform: uppercase;
    text-align: center;
    line-height: 90px;
}

.services-titale h3 {
    color: #33b5e6;
    text-align: center;
    line-height: 80px;
    font-size: 73px;
    text-transform: uppercase;
    font-weight: 400;
}

.services-titale p {
    text-align: center;
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 30px;
}

.box-shadow {
    z-index: 9;
    padding: 50px 50px;
    border-radius: 63px;
    background: linear-gradient(22deg, rgba(117, 117, 117, 0.5) -13.5%, rgba(237, 237, 237, 0.1) 113.03491%, rgba(237, 237, 237, 0.1) 113.5%), rgba(0, 0, 0, 0.3);
    margin-top: 40px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.key-features ul li::marker {
    color: #33b5e6;
    /* Change to your desired bullet color */
}

.key-features ul li {
    list-style: disc;
    text-transform: capitalize;
    padding-bottom: 9px;
    font-size: 16px;
    line-height: 15px;
    font-weight: 300;
}

.key-features ul {
    padding-left: 15px;
}

.key-features h4 {
    color: #33b5e6;
    font-size: 17px;
    text-transform: capitalize !important;
    font-family: 'Outfit', sans-serif!important;
    font-weight: 600 !important;
    padding-bottom: 7px !important;
}

.services-details {
    display: flex;
    align-items: center;
    width: 100%;
    column-gap: 20px;
    margin-top: 17px;
}

.key-features ul li p {
    font-size: 16px;
    text-align: left;
    line-height: 20px;
    margin-top: 8px;
    color: #ddd;
    padding-bottom: 0px;
}

.services-content h6 {
    font-size: 17px;
    line-height: 16px;
    text-transform: capitalize;
    font-weight: 800 !important;
    font-family: 'Outfit', sans-serif!important;
}

.services-content p {
    font-size: 16px;
    text-align: left;
    line-height: 19px;
    margin-top: 10px;
}

.ellipse-s {
    width: 100%;
    background: #33b5e6;
    height: 72px;
    border-radius: 50%;
    max-width: 72px;
}

.box-shadow p {
    font-size: 17px;
    line-height: 25px;
    margin-top: 0px;
}

.box-tital h4 span {
    text-transform: uppercase;
}

.box-tital h4 {
    font-size: 30px;
    text-transform: capitalize;
    line-height: 44px;
    color: #33b5e6;
    font-weight: 500 !important;
    margin-bottom: 10px;
    width: 100%;
    padding-bottom: 0 !important;
}

.border-services {
    padding: 8px;
    border: 1px solid #33b5e6;
    border-radius: 19px;
    text-transform: capitalize;
    width: 20%;
    text-align: center;
    font-size: 18px;
    line-height: 23px;
}

.services-bg {
    padding: 8px;
    border: 1px solid #33b5e6;
    border-radius: 19px;
    text-transform: capitalize;
    width: 20%;
    text-align: center;
    background: #33b5e6;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
}

.services-btn {
    display: flex;
    justify-content: center;
    column-gap: 21px;
    margin-top: 20px;
}

/*services-end*/
.career-images img {
    height: 100px;
}

.career-images img {
    height: 247px;
    object-fit: cover;
}

/*/*/

.faq-area .accordion-item {
    color: #fff;
    background: linear-gradient(22deg, rgba(117, 117, 117, 0.5) -13.5%, rgba(237, 237, 237, 0.1) 113.03491%, rgba(237, 237, 237, 0.1) 113.5%), rgba(0, 0, 0, 0.3) !important;
    border: none;
    margin-bottom: 30px;
    border-radius: 11px;
}

.accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: initial !important;
}

.accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: transparent !important;
    border: none;
}

.faq-area .accordion {
    background: transparent !important;
    border: none !important;
    padding-top: 47px;
}

.faq-area .accordion-body {
    padding: 0px 18px 39px;
    font-size: 14px;
    border-bottom: 1px solid #33b5e6;
    border-left: 1px solid #33b5e6;
    border-right: 1px solid #33b5e6;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.faq-area .accordion-button:not(.collapsed) {
    color: #33b5e6;
    background-color: transparent;
    box-shadow: initial;
    border-top: 1px solid #33b5e6;
    border-left: 1px solid #33b5e6;
    border-right: 1px solid #33b5e6;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.accordion-item:first-of-type>.accordion-header .accordion-button {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

.faq-area .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 24px 20px 24px;
    font-size: 1rem;
    color: #fff;
    text-align: left;
    background-color: transparent;
    border: 0;
    font-family: revert;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
}

/**/


/* Remove Bootstrap's default arrow */
.accordion-button::after {
    display: none;
}

/* Add custom SVG icon */
.accordion-button::before {
    content: "";
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    width: 40px;
    height: 40px;
    background-color: #000;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: 17px;
    background-position: center;
    transition: transform 0.3s ease;

    /* Use your SVG as a background-image */
    background-image: url("data:image/svg+xml;utf8,<svg fill='%2333b5e6' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 330 330'><path d='M325.606,229.393l-150.004-150C172.79,76.58,168.974,75,164.996,75c-3.979,0-7.794,1.581-10.607,4.394l-149.996,150c-5.858,5.858-5.858,15.355,0,21.213c5.857,5.857,15.355,5.858,21.213,0l139.39-139.393l139.397,139.393C307.322,253.536,311.161,255,315,255c3.839,0,7.678-1.464,10.607-4.394C331.464,244.748,331.464,235.251,325.606,229.393z'/></svg>");
}

/* Rotate icon when accordion is open */
.accordion-button:not(.collapsed)::before {
    transform: translateY(-50%) rotate(180deg);
    /* flip the icon */
}

.product-tital.center h3 {
    text-align: center !important;
}

.product-bg .product-tital {
    padding-bottom: 261px !important;
    padding-top: 290px !important;
}

/*.row.align-items-center.videos-bg {*/
/*    padding-top: 191px;*/
/*padding-bottom: 80px;*/
/*}*/


.services-area {
    padding-top: 70px;
    padding-bottom: 40px;
}

.services-area h4 {
    text-transform: uppercase;
    padding-bottom: 22px;
}

.services-area p {
    padding-bottom: 58px;
}

.why-two-area .col-lg-2.col-sm-12 {
    width: 25%;
}

.services-coluan img {
    width: 100%;
    max-width: 485px;
    margin: 0 auto;
    display: inline-block;
    height: 420px;
}

.mision-area {
    margin-top: 20px;
}

.services-coluan {
    text-align: center;
}

.about-copy {
    background: linear-gradient(22deg, rgba(117, 117, 117, 0.5) -13.5%, rgba(237, 237, 237, 0.1) 113.03491%, rgba(237, 237, 237, 0.1) 113.5%), rgba(0, 0, 0, 0.3);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
}

.third-img {
    margin-bottom: 25px;
}

.team-area {
    padding-top: 50px;
}

.about-copy-one {
    background: linear-gradient(22deg, rgba(117, 117, 117, 0.5) -13.5%, rgba(237, 237, 237, 0.1) 113.03491%, rgba(237, 237, 237, 0.1) 113.5%), rgba(0, 0, 0, 0.3);
    width: 81px;
    height: 81px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
}

.conact-area {
    padding-bottom: 86px;
    padding-top: 43px;
}

.form-area {
    background: linear-gradient(22deg, rgba(117, 117, 117, 0.5) -13.5%, rgba(237, 237, 237, 0.1) 113.03491%, rgba(237, 237, 237, 0.1) 113.5%), rgba(0, 0, 0, 0.3);
    padding: 48px;
    border-radius: 45px;
}

.control-form {
    margin-bottom: 19px;
}

.conact-btn {
    text-align: end;
}

.conact-btn {
    position: relative;
}

.form-box h4 {
    color: #33b5e6;
    font-size: 27px;
    text-transform: capitalize;
    line-height: 30px;
    margin-bottom: 20px;
}


.form-area .form-control {
    display: block;
    width: 100%;
    padding: 8px 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #fff;
    background-color: #000 !important;
    background-clip: padding-box;
    border: transparent;
    border-radius: 10px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control:focus {
    color: #fff !important;
    background-color: #000 !important;
    border-color: initial;
    outline: 0;
    box-shadow: initial;
}

.carrer-box {
    background: linear-gradient(22deg, rgba(117, 117, 117, 0.5) -13.5%, rgba(237, 237, 237, 0.1) 113.03491%, rgba(237, 237, 237, 0.1) 113.5%), rgba(0, 0, 0, 0.3);
    padding: 20px 30px;
    border-radius: 50px;
    margin-bottom: 20px;
}

.carrer-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    z-index: 999;
    animation: fadeIn 0.3s ease;
}

.carrer-popup .popup-content {
    background: #33b5e6;
    padding: 30px 30px 30px;
    border-radius: 10px;
    position: relative;
    max-width: 717px;
    width: 100%;
}

.carrer-popup span.closePopup {
    display: flex;
    justify-content: end;
    margin-top: -20px;
}

.carrer-popup .popup-content h2 {
    margin-bottom: 20px;
    font-size: 22px;
    text-align: center;
}

.carrer-popup .popup-content .form-label {
    font-size: 15px;
}

.carrer-popup .popup-content input {
    width: 100%;
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 13px;
    line-height: 20px;
}

.carrer-popup .popup-content .form-control:focus {
    color: #000 !important;
    background-color: #fff !important;
    border-color: initial;
    outline: 0;
    box-shadow: initial;
}

.carrer-popup .popup-content button {
    background: #000;
    color: #fff;
    border: none;
    padding: 8px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 15px;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

#closePopup {
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
    font-size: 24px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.product-contact h3 {
    color: #33b5e6;
    font-size: 20px;
    text-transform: capitalize;
    line-height: 30px;
    margin-bottom: 16px;
}

/*.product-contact p {*/
/*    padding-bottom: 17px;*/
/*    font-size: 20px;*/
/*    line-height: 30px;*/
/*}*/
.carrer-box {
    position: relative;
}

.submit-btn {
    position: absolute;
    right: 0;
}

.submit-btn img {
    height: 41px;
}

.submit-one {
    background: transparent;
    border: none;
    height: 40px;
    padding: 10px;
    position: relative;
    z-index: 999;
}

.popup-bt a {
    background: #33b5e6;
    padding: 8px 27px;
    border-radius: 15px;
    display: inline-block;
    font-size: 17px;
    margin-top: 10px;
    text-transform: capitalize;
}

.box-shadow {
    padding: 66px 50px;
}

.form-area .form-control::placeholder {
    color: #33b5e6;
    /* Replace with your desired color */
}

.png-test-file p img {
    width: 22px !important;
}

.png-test-file p {
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 17px;
    column-gap: 6px;
}

.carrer-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.product-images .slide-imges img {
    height: 460px;
    width: 100% !important;
    background-color: #fff;
    padding: 8px;
    /*border-radius: 44px !important;*/
    display: block;
    border: 10px solid;
    /*border-image: linear-gradient(119deg, rgb(11 11 11 / 50%), rgb(18 8 8 / 10%)) 1;*/
}

/*animation home page*/

.triangle {
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 60px solid #ff6347;
    position: absolute;
    bottom: 0;
    left: 0;
    animation: moveUpDown 7s linear infinite;
}

@keyframes moveUpDown {
    0% {
        bottom: 0;
        left: 0;
    }

    50% {
        bottom: 80%;
        left: 80%;
    }

    100% {
        bottom: 0;
        left: 0;
    }
}

.ellipse-1-copy-3 img {
    height: 48px;
}

.ellipse-1-copy-3 {
    padding: 23px 14px;
}

.team-area .third-img {
    text-align: center;
}

.team-area .third-img h4 {
    font-size: 17px;
    line-height: 16px;
    text-transform: capitalize;
    font-weight: 800 !important;
    font-family: 'Outfit', sans-serif!important;
    margin-top: 6px;
}

.what-we-do-area h4 {
    font-size: 17px;
    line-height: 16px;
    text-transform: normal;
    font-weight: 800 !important;
    font-family: 'Outfit', sans-serif!important;
    text-align: center;
}

.what-we-do-area {
    text-align: center;
}

.team-area .services-btn {
    margin-top: 90px;
    padding-bottom: 39px;
}

.about-copy-one img {
    height: 85px;
    padding: 12px;
}

.what-we-do-area .services-btn {

    margin-top: 97px;
}

.what-we-do-area .main-title h3 {
    margin-bottom: 32px;

}

.contact-list {
    margin-top: 19px;
}

.team-area .third-img p {
    color: #6a6767;
    font-size: 14px;
    /* line-height: 14px; */
    padding-bottom: 20px;
    margin-top: 0px;
}

/*animation-area*/
@keyframes pulseIcon {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.ellipse-s img {
    animation: pulseIcon 2s infinite ease-in-out;

}

.ellipse-1-copy img {
    animation: pulseIcon 2s infinite ease-in-out;
}

.ellipse-1 img {
    animation: pulseIcon 2s infinite ease-in-out;
}

.ellipse-1-copy-3 img {
    animation: pulseIcon 2s infinite ease-in-out;
}

.team-area .third-img p a i {
    color: #33b5e6;
    font-size: 16px;
    margin-top: 7px;
    margin-left: 6px;
}

.team-area .third-img p:hover {
    color: #fff;
}

.form-group label {
    margin-bottom: 6px;
    font-size: 15px;
    margin-top: 10px;
}

h5.modal-title {
    font-weight: 400 !important;
    font-size: 28px;
    line-height: 30px;
}

section.container-fluid.tools-area {
    padding-bottom: 70px;
    padding-top: 70px;
}

.tools-copy {
    margin-top: 68px;
}

.product-contact.comn-text h3 {
    font-size: 27px !important;
}

.product-contact.comn-text P {
    font-size: 18px;
    margin-bottom: 28px;
    padding-top: 18px;
}

/*tools-popup-start*/
.videos-bg .modal-dialog.modal-lg.modal-dialog-centered {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 20px;
    right: 0px;
}

.tools-area .ellipse-1 img {
    height: 54px;
    padding: 2px;
    margin: 0 auto;
}

.about-img img {
    height: 100px;
    width: 100%;
    max-width: 100px;
    border-radius: 50%;
    margin: 0 auto;
    display: inline-block;
}

section.container-fluid.tools-area .text-area p {
    padding-bottom: 44px;
}

.modal-backdrop.show {
    opacity: 0;
    position: relative;
}

.videos-bg .form-control:focus {
    color: #000 !important;
    background-color: #fff !important;
    border-color: initial;
    outline: 0;
    box-shadow: initial;
}

.videos-bg .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 78%;
    margin: 0 auto;
    justify-content: center;
    pointer-events: auto;
    background-color: #33b5e6;
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0;
    z-index: 999 !important;
    font-size: 16px;
}

.reques-submit input {
    display: inline-block;
    padding: 10px 37px;
    border: none;
    text-align: center;
    color: #fff;
    background: #000;
    border-radius: 30px;
    margin-top: 13px;
}

/*end-tols-popup-css*/
.header-area li.tool-btn {
    text-align: center;
}

/*.footer-link .icon-list ul li {*/
/*    display: flex;*/
/*    column-gap: 2px;*/
/*    width: 33%!important;*/
/*}*/
li.tool-btn a {
    padding: 5px 18px !important;
    display: inline-block !important;
    text-align: center;
    margin: 0 auto;
    justify-content: center;
    border-radius: 30px;
    background: #33b5e6;
    margin-top: 10px;
}

a.nav-link.tools.mobile {
    display: none;
}

/*latest-css/start / 10-6-2025*/
.footer-ul {
    padding-top: 35px;
    margin-left: 11px;
}

li.email-img a img {
    height: 18px !important;
    object-fit: cover;
    margin-bottom: 0px !important;
}

.more-details {
    text-align: center;
}

.more-details a {
    background: #33b5e6;
    display: inline-block;
    padding: 8px 50px;
    font-size: 19px;
    line-height: 20px;
    border-radius: 30px;
    font-weight: 500;

}

.more-details {
    position: relative;
    top: -43px;
}

/*latest-css/end / 10-6-2025*/
.sticky-widgets.right {
    position: fixed;
    top: 30%;
    right: 0;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sticky-widgets-one.right {
    position: fixed;
    top: 40%;
    right: 0;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sticky-widgets-two.right {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* Common Widget Styles (consolidated) */
.widget-one,
.widget-two,
.widget-three {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    border-radius: 30px 0 0 30px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    width: 50px;
    height: 50px;
    cursor: pointer;
        transition: all 0.4s ease-in-out; /* Smooth animation */

}

/* WhatsApp Widget */
.widget-one.whatsapp:hover {
    width: 210px;
    background-color: #000;
}

/* Email Widget */
.widget-two.email:hover {
    width: 210px;
    background-color: #000;
}

/* Call Widget */
.widget-three.call:hover {
    width: 210px;
    background-color: #000;
}

/* Icon Styles */
.widget-one img.icon-img,
.widget-two img.icon-img,
.widget-three img.icon-img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    flex-shrink: 0;
    margin-left: 15px;
}

/* Text Styles */
.widget-one .text-one,
.widget-two .text-one,
.widget-three .text-one {
    padding-left: 10px;
    white-space: nowrap;
    font-size: 14px;
    font-family: sans-serif;
    opacity: 0;
      color:#33b5e6!important;
    transform: translateX(-10px);
    transition: all 0.4s ease;
}

/* Hover Effects - Individual */
.widget-one.whatsapp:hover .text-one,
.widget-two.email:hover .text-one,
.widget-three.call:hover .text-one {
    opacity: 1;
    transform: translateX(0);
}

/* Link Styles */
.widget-one .text-one a,
.widget-two .text-one a,
.widget-three .text-one a {
    color: #33b5e6!important;
    text-decoration: none;
    display: inline-block;
}

/* Ensure text remains black on hover */
.widget-one.whatsapp:hover .text-one a,
.widget-two.email:hover .text-one a,
.widget-three.call:hover .text-one a {
    color: #33b5e6!important;
}
/*back-to top*/
.back-to-top-one {
    position: fixed;
    bottom: 40px;
    right: 30px;
    z-index: 999;
     height:50px!important;
    width:50px!important;
    border: none;
    outline: none;
    background-color: transparent;
    cursor: pointer;
    padding: 10px;
    border-radius: 50%;
    display: none; /* Hidden by default */
    transition: all 0.3s ease;
}
.back-to-top-one img{
    border-radius: 50%;
    height:50px!important;
    width:50px!important;
}
.back-to-top-one:hover {
    background-color: transparent;
}
/*pree-loder*/
   #preloader {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 9999;
        transition: opacity 0.5s ease;
    }

    .preloader-img {
        width: 100px; /* Adjust as needed */
        height: auto;
    }
/*responsive*/
@media (max-width: 1024px) {

    .footer-link .icon-list ul {
        display: grid !important;
    }

    .rsc-edg-area .main-title h3 {
        margin-top: 42px;
    }

    .group h3 {
        font-size: 16px;
        line-height: 19px;
    }

    ul.footer-link li a {
        font-size: 14px;
        line-height: 16px;
    }



}

@media (max-width: 991px) {
    .banner-titale {
        padding-top: 369px;
    }
}
@media (max-width: 767px) {
.custom-dropdown-icon {
    left: 9px!important;
    right: initial;
}
}

