@import url('https://fonts.googleapis.com/css2?family=Berkshire+Swash&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

/* #### Generated By: http://www.cufonfonts.com #### */

@font-face {
    font-family: 'Domaine Display Narrow Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Domaine Display Narrow Regular'), url('../../font/DomaineDispNar-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Domaine Display Narrow Regular Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Domaine Display Narrow Regular Italic'), url('../../font/DomaineDispNar-RegularItalic.woff') format('woff');
}

@font-face {
    font-family: 'Domaine Display Narrow Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Domaine Display Narrow Medium'), url('../../font/DomaineDispNar-Medium.woff') format('woff');
}

@font-face {
    font-family: 'Domaine Display Narrow Medium Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Domaine Display Narrow Medium Italic'), url('../../font/DomaineDispNar-MediumItalic.woff') format('woff');
}

@font-face {
    font-family: 'Domaine Display Narrow Semibold';
    font-style: normal;
    font-weight: normal;
    src: local('Domaine Display Narrow Semibold'), url('../../font/DomaineDispNar-Semibold.woff') format('woff');
}

@font-face {
    font-family: 'Domaine Display Narrow Semibold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Domaine Display Narrow Semibold Italic'), url('../../font/DomaineDispNar-SemiboldItalic.woff') format('woff');
}

@font-face {
    font-family: 'Domaine Display Narrow Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Domaine Display Narrow Bold'), url('../../font/DomaineDispNar-Bold.woff') format('woff');
}

@font-face {
    font-family: 'Domaine Display Narrow Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Domaine Display Narrow Bold Italic'), url('../../font/DomaineDispNar-BoldItalic.woff') format('woff');
}

@font-face {
    font-family: 'Domaine Display Narrow Extrabold';
    font-style: normal;
    font-weight: normal;
    src: local('Domaine Display Narrow Extrabold'), url('../../font/DomaineDispNar-Extrabold.woff') format('woff');
}

@font-face {
    font-family: 'Domaine Display Narrow Extrabold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Domaine Display Narrow Extrabold Italic'), url('../../font/DomaineDispNar-ExtraboldItalic.woff') format('woff');
}

@font-face {
    font-family: 'Domaine Display Narrow Black';
    font-style: normal;
    font-weight: normal;
    src: local('Domaine Display Narrow Black'), url('../../font/DomaineDispNar-Black.woff') format('woff');
}

@font-face {
    font-family: 'Domaine Display Narrow Black Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Domaine Display Narrow Black Italic'), url('../../font/DomaineDispNar-BlackItalic.woff') format('woff');
}

html {
    scroll-behavior: smooth;
}

body {
    /* background-color: #010121; */
    background-color: #020E2D;
}

p {
    color: #eff2f8ba;
    font-family: 'Inter', sans-serif;
}

a {
    font-family: 'Inter', sans-serif;
    /* display: inline-block; */
    text-decoration: none;
    color: #fff;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

.form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(255, 255, 255, 0.7);
    opacity: 1;
    /* Firefox */
}

.form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(255, 255, 255, 0.7);
}

.form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: rgba(255, 255, 255, 0.7);
}

input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

.number input[type=number] {
    -moz-appearance: textfield;
}

input:focus-visible {
    outline-offset: 0px;
    border: 0;
}

:focus-visible {
    outline: unset
}


/*
*
* ==========================================
* Custom Scrollbar  start
* ==========================================
*
*/

::-webkit-scrollbar {
    background: transparent;
    height: 8px;
    width: 7px;
}


/* Track */

 ::-webkit-scrollbar-track {
    margin: 4px 0;
}


/* Handle */

::-webkit-scrollbar-thumb {
    border: none;
    box-shadow: none;
    background: #3ee4fb;
    border-radius: 4px;
    min-height: 40px;
}


/* Handle on hover */

:hover::-webkit-scrollbar-thumb {
    background: #3ee4fbad;
}


/*
*
* ==========================================
* Custom Scrollbar  start
* ==========================================
*
*/


/*
*
* ==========================================
# Sections General Start
* ==========================================
*
*/

section {
    padding: 80px 0;
    overflow: hidden;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
}

.section-title h2 {
    font-size: 38px;
    margin-bottom: 20px;
    padding-bottom: 0;
    font-family: 'Domaine Display Narrow Bold';
    background: linear-gradient(266.59deg, #FFC69D 10.02%, #F55F2F);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.section-title p {
    margin-bottom: 0;
    color: #fff;
    font-size: 17px;
}

@media (max-width: 576px) {
    .section-title h2 {
        font-size: 32px;
        font-weight: 400;
        margin-bottom: 20px;
        padding-bottom: 0;
        color: rgb(252 155 75);
        font-family: 'Berkshire Swash', cursive;
    }
    .section-title p {
        font-size: 16px;
    }
}


/*
*
* ==========================================
# Sections General End
* ==========================================
*
*/


/* 
###########################
###########################
   Navbar Start
###########################
###########################
*/

.start-header {
    opacity: 1;
    transform: translateY(0);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background: rgba(255, 255, 255, 0);
}

.start-header.scroll-on {
    padding: 10px 0 !important;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    /* box-shadow: inset 0px 0px 2px #fefefed1;
    -webkit-backdrop-filter: saturate(200%) blur(30px);
    backdrop-filter: saturate(200%) blur(30px);
    background-color: rgba(255, 255, 255, 0.5) !important; */
    background-color: #020E2D;
}

.start-header.scroll-on .nav-link {
    /* color: #000 !important; */
}

.start-header.scroll-on .navbar-brand img {
    height: 2px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navigation-wrap {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navbar {
    padding: 0;
    /* z-index: 1; */
}

.navbar-brand img {
    height: 28px;
    width: auto;
    display: block;
    filter: brightness(10%);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navbar-toggler {
    float: right;
    border: none;
    padding-right: 0;
}

.navbar-toggler:active,
.navbar-toggler:focus {
    outline: none;
}


/* .navbar-toggler:hover .start-header {
    background-color: rgba(255, 255, 255, 1) !important;
} */

.navbar-light .navbar-toggler-icon {
    width: 24px;
    height: 17px;
    background-image: none;
    position: relative;
    border-bottom: 1px solid #fff;
    transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {
    width: 24px;
    position: absolute;
    height: 1px;
    background-color: #fff;
    top: 0;
    left: 0;
    content: "";
    z-index: 2;
    transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after {
    top: 8px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}

.nav-link {
    transition: all 200ms linear;
    position: relative;
    padding: 15px 0 !important;
    display: inline-block;
    font-style: normal;
    font-weight: 500 !important;
    font-family: 'Inter', sans-serif;
    font-size: 17px;
    line-height: 22px;
    align-items: center;
    letter-spacing: 0.01em;
    color: #fff !important;
}

.hair_developer_nav {
    width: 100%;
}

.nav-item:hover .nav-link {
    font-weight: 500 !important;
    color: rgb(252 155 75) !important;
}

.nav-item.active .nav-link {
    font-weight: 700 !important;
    color: rgb(252 155 75) !important;
}

.nav-item:hover img {
    fill: #065e77 !important;
}

.nav-item:after {
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 8px;
    height: 8px;
    border-radius: 10px;
    content: "";
    background-color: #DD137B;
    opacity: 0;
    transition: all 200ms linear 0s;
}

.nav-item:hover:after {
    bottom: 0;
    opacity: 1;
}

.nav-item.active:hover:after {
    opacity: 0;
}

.nav-item {
    position: relative;
    transition: all 200ms linear;
}

.full-height {
    height: 100vh;
}

.nav-item.show .dropdown-menu {
    /* opacity: 1; */
    /* visibility: visible; */
    /* max-height: 100vh; */
    /* transform: translate3d(0, 0px, 0); */
}

.navbar-collapse.show {
    height: 100vh;
    overflow: scroll;
}

.nav::-webkit-scrollbar {
    display: none;
}


/* Track */


/* 
.nav-item .dropdown-menu {
    transform: translate3d(0, 20px, 0);
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    display: block;
    padding: 0;
    margin-left: -100px;
    transition: all 200ms linear;
}


.dropdown-menu {
    padding: 10px !important;
    color: #212121;
    background-color: #fcfaff;
    border: none;
    border-radius: 3px;
    box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;
    color: #DD137B;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-item {
    padding: 3px 15px;
    color: #000000;
    border-radius: 2px;
    transition: all 200ms linear;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #fff;
    background-color: #DD137B;
} */

.navbar-nav li:hover>ul.dropdown-menu {
    display: block;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
}


/* rotate caret on hover */

.dropdown-menu>li>a:after {
    transform: rotate(-90deg);
}

.dropdown-menu>li>a:hover:after {
    /* text-decoration: underline; */
    transform: rotate(90deg);
}

.dropdown-menu {
    padding: 10px !important;
    color: #212121;
    background-color: #fcfaff;
    border: none;
    border-radius: 3px;
    box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;
    color: #DD137B;
}

.dropdown-item {
    padding: 3px 15px;
    color: #000000;
    border-radius: 2px;
    transition: all 200ms linear;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #fff;
    background-color: #ff2d4b;
}

.dropdown-submenu .dropdown-toggle::after {
    position: absolute;
    right: 0;
    top: 38%;
}

a#navbarDropdownMenuLink::after {
    content: unset
}

a#navbarDropdown::after {
    content: unset
}

.top_logo img {
    height: 70px;
}


/*
*
* ==========================================
* @MEDIA 991.98PX start
* ==========================================
*
*/

@media (max-width: 991.98px) {
     ::-webkit-scrollbar {
        display: none;
    }
    .logo_site img {
        width: 220px;
    }
    /* Track */
     ::-webkit-scrollbar-track {
        display: none;
    }
    /* Handle */
     ::-webkit-scrollbar-thumb {
        display: none;
    }
    /* Handle on hover */
     :hover::-webkit-scrollbar-thumb {
        display: none;
    }
    .start-header {
        /* box-shadow: inset 0px 0px 2px #fefefed1;
    -webkit-backdrop-filter: saturate(200%) blur(30px);
    backdrop-filter: saturate(200%) blur(30px);
    background-color: rgba(255, 255, 255, 0.5) !important; */
        background-color: #020E2D;
    }
    .nav-item:after {
        display: none;
    }
    .dropdown-menu>li>a:after {
        transform: unset;
    }
    .dropdown-menu>li>a:hover:after {
        /* text-decoration: underline; */
        transform: rotate(-90deg);
    }
    .nav-item-1 ::before {
        position: absolute;
        display: block;
        top: 15px;
        left: 0;
        width: 11px;
        height: 1px;
        content: "";
        border: none;
        background-color: #fff;
        vertical-align: 0;
        margin-left: -24px;
    }
    .dropdown-item {
        padding: 8px 15px;
        color: #fff;
    }
    .nav-item .dropdown-menu {
        margin: 0;
    }
    /* .dropdown-toggle::after {
        position: absolute;
        display: block;
        top: 10px;
        left: -23px;
        width: 1px;
        height: 11px;
        content: "";
        border: none;
        background-color: #fff;
        vertical-align: 0;  
        transition: all 200ms linear;
    }
    .dropdown-toggle[aria-expanded="true"]::after {
        transform: rotate(90deg);
        opacity: 0;
    } */
    .dr {
        margin-left: 25px;
    }
    .dropdown-menu {
        padding: 0 !important;
        background-color: transparent;
        box-shadow: none;
        transition: all 200ms linear;
    }
    /* .dropdown-toggle[aria-expanded="true"]+.dropdown-menu {
        margin-top: 10px !important;
        margin-bottom: 20px !important;
    } */
    .dropdown-submenu>.dropdown-menu {
        margin-top: 0px;
    }
    .dropdown-item:focus .dropdown-submenu>.dropdown-menu {
        border: solid 1px #fff;
    }
    .dropdown-submenu .dropdown-toggle::after {
        position: absolute;
        right: 0;
        top: 17px;
    }
    .bg-light-1 {
        /* background: rgba(255, 255, 255, 0.95); */
    }
}

@media (max-width: 767px) {
    .nav-item:after {
        display: none;
    }
    .nav-item-1 ::before {
        position: absolute;
        display: block;
        top: 15px;
        left: 0;
        width: 11px;
        height: 1px;
        content: "";
        border: none;
        background-color: #fff;
        vertical-align: 0;
        margin-left: -24px;
    }
    /* .dropdown-toggle::after {
        position: absolute;
        display: block;
        top: 10px;
        left: -23px;
        width: 1px;
        height: 11px;
        content: "";
        border: none;
        background-color: #fff;
        vertical-align: 0;
        transition: all 200ms linear;
    }
    .dropdown-toggle[aria-expanded="true"]::after {
        transform: rotate(90deg);
        opacity: 0;
    } */
    .dropdown-menu {
        padding: 0 !important;
        background-color: transparent;
        box-shadow: none;
        transition: all 200ms linear;
    }
    /* .dropdown-toggle[aria-expanded="true"]+.dropdown-menu {
        margin-top: 10px !important;
        margin-bottom: 20px !important;
    } */
    .bg-light-1 {
        /* background: rgba(255, 255, 255, 0.95); */
    }
}

@media (max-width: 404px) {
    .logo_site img {
        width: 180px;
    }
}


/*
*
* ==========================================
* @MEDIA 991.98PX end
* ==========================================
*
*/


/* 
###########################
###########################
   Navbar end
###########################
###########################
*/


/* 
###########################
###########################
    App Dev Page
###########################
###########################
*/


/*
*
* ==========================================
# com hero section end
* ==========================================
*
*/

.header {
    position: relative;
}

.com_hero_section {
    /* background-image: url(../../img/hero_section/dev_page.png); */
    background: url(../../img/hero_section/dev_page.jpg);
    background-repeat: no-repeat;
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 54, 0.517);
    /* object-fit: cover; */
    background-position: top;
    background-size: cover;
    background-attachment: fixed;
    height: 450px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.services-a {
    height: 480px;
}

.services-a p {
    color: #fff;
    font-size: 18px;
}

.com_page_hero h3 {
    font-size: 35px;
    font-weight: 400;
    color: #3EE4FB;
    font-family: 'Berkshire Swash', cursive;
}

.waves-ak {
    bottom: 0px;
    z-index: 1;
}

.position-absolute {
    position: absolute !important;
}

.waves {
    position: relative;
    width: 100%;
    height: 14vh;
    margin-bottom: -7px;
    /*Fix for safari gap*/
    min-height: 100px;
    max-height: 150px;
}


/* Animation for the waves */

.moving-waves>use {
    animation: move-forever 40s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}

.moving-waves>use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 11s;
}

.moving-waves>use:nth-child(2) {
    animation-delay: -4s;
    animation-duration: 13s;
}

.moving-waves>use:nth-child(3) {
    animation-delay: -3s;
    animation-duration: 15s;
}

.moving-waves>use:nth-child(4) {
    animation-delay: -4s;
    animation-duration: 20s;
}

.moving-waves>use:nth-child(5) {
    animation-delay: -4s;
    animation-duration: 25s;
}

.moving-waves>use:nth-child(6) {
    animation-delay: -3s;
    animation-duration: 30s;
}

@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }
    100% {
        transform: translate3d(85px, 0, 0);
    }
}


/*Shrinking for mobile*/

@media (max-width: 767.98px) {
    .com_hero_section {
        height: 350px;
    }
    .services-a {
        height: 430px;
    }
    .waves {
        height: 70px;
        min-height: 40px;
    }
}


/*
*
* ==========================================
# com hero section end
* ==========================================
*
*/


/*
*
* ==========================================
# App Features Start
* ==========================================
*
*/


/* 
.features {
    margin-top: 50px;
} */

.features .content {
    padding: 30px 0;
}

.features .content .icon-box {
    margin-top: 25px;
}

.features .content .icon-box h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    /* margin-left: 60px; */
    color: #fff;
}

.features .content .icon-box p {
    font-size: 16px;
    /* margin-left: 60px; */
}

@media (max-width: 991px) {
    .features .image {
        text-align: center;
    }
    .features .image img {
        max-width: 80%;
    }
}

@media (max-width: 667px) {
    .features .image img {
        max-width: 100%;
    }
}


/*
*
* ==========================================
# App Features End
* ==========================================
*
*/


/*
*
* ==========================================
# Details Start
* ==========================================
*
*/

.details .content+.content {
    margin-top: 100px;
}

.tcstp .content h3 {
    font-weight: 600;
    font-size: 26px;
    color: #fff;
}

.details .content h3 {
    font-weight: 700;
    font-size: 32px;
    color: #fff;
}

.tcstp .content ul,
.details .content ul {
    /* list-style: none; */
    /* padding: 0; */
    padding-left: 22 px;
}

.tcstp .content ul li,
.details .content ul li {
    padding-bottom: 10px;
    color: #eff2f8ba;
}

.tcstp .content ul i,
.details .content ul i {
    font-size: 20px;
    padding-right: 4px;
    color: #3EE4FB;
}

.tcstp .content p:last-child,
.details .content p:last-child {
    margin-bottom: 0;
}


/*
*
* ==========================================
# Details End
* ==========================================
*
*/


/*
*
* ==========================================
# Gallery Start
* ==========================================
*
*/

.gallery {
    overflow: hidden;
}

.gallery .owl-nav,
.gallery .owl-dots {
    margin-top: 40px;
    text-align: center;
}

.gallery .owl-item {
    transition: 0.3s ease-in-out;
}

.gallery .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #eff2f8 !important;
}

.gallery .owl-dot.active {
    background-color: #3EE4FB !important;
}

.gallery .gallery-carousel {
    padding-top: 30px;
}

.gallery .gallery-carousel .owl-stage-outer {
    overflow: visible;
}

@media (min-width: 992px) {
    .gallery .gallery-carousel .center {
        border: 6px solid #3EE4FB;
        padding: 4px;
        background: transparent;
        z-index: 1;
        transform: scale(1.2);
        margin-top: 10px;
        border-radius: 25px;
    }
}


/*
*
* ==========================================
# footer StRT
* ==========================================
*
*/

footer {
    background: url(../../img/footer/wavebg.png) no-repeat;
    width: 100%;
    background-size: cover;
    margin-top: 80px;
}


/* footer top */

footer .foo_social_icon a {
    margin-right: 10px;
}

footer .foo_social_icon a img {
    width: 20px;
    height: 20px;
    transition: 0.3S ease-in-out;
}

footer .foo_social_icon a:nth-child(1) img {
    width: 23px;
    height: 20px;
}

footer .foo_social_icon a img:hover {
    transform: scale(1.2);
}

footer .foo_social_icon a:nth-child(4) {
    margin-right: 0px !important;
}


/* footer center */


/* addresbox  */

footer .foo_center .addresbox .box {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

footer .foo_center .addresbox .box .title p {
    font-size: 18px;
    color: #fff;
    font-family: 'Berkshire Swash', cursive !important;
}

footer .foo_center .addresbox .box .fooimg {
    /* width: 112px;
    height: 148px; */
    margin-left: -5px;
}

footer .foo_center .addresbox .box .pr-4 {
    padding-right: 33px !important;
}

footer .foo_center .addresbox .box .detail {
    position: relative;
    margin-top: 7px;
    padding-left: 15px;
}

footer .foo_center .addresbox .box .detail::after {
    position: absolute;
    top: 0px;
    left: 0;
    width: 2px;
    height: 130px;
    border-radius: 10px;
    content: "";
    background: rgba(207, 207, 207, 0.9);
}

footer .foo_center .addresbox .box .detail::before {
    position: absolute;
    top: 0px;
    left: -3px;
    z-index: 1;
    width: 9px;
    height: 9px;
    border-radius: 10px;
    content: "";
    background: #BCBCC1;
}


/* @media (max-width: 991px) and (min-width: 768px) {
    footer .foo_center .detail::after {
        position: absolute;
        top: 0px;
        left: 0;
        width: 2px;
        height: 177px;
        border-radius: 10px;
        content: "";
        background: #474747;
    }
} */

@media (max-width: 389px) {
    footer .foo_center .addresbox .box .detail::after {
        position: absolute;
        top: 0px;
        left: 0;
        width: 2px;
        height: 152px;
        border-radius: 10px;
        content: "";
        background: rgba(207, 207, 207, 0.9);
    }
}

footer .foo_center .addresbox .box .detail h6 {
    font-size: 15px;
    letter-spacing: 0.14em;
    color: rgba(207, 207, 207, 0.9);
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    margin-bottom: 10px;
}

footer .foo_center .addresbox .box .detail p {
    margin-bottom: 5px;
}

footer .foo_center .addresbox .box .detail span {
    font-weight: normal;
    font-size: 13px;
    letter-spacing: 0.14em;
    color: rgba(207, 207, 207, 0.9);
    /* line-height: 13px; */
}


/* footer .foo_center .addresbox .box .detail p:nth-child(4) span {
    margin-right: -278px;
} */

footer .foo_center .addresbox .box .detail img {
    margin-right: 10px;
}


/* menubox  */

footer .foo_center .menubox {}

footer .foo_center .menubox .box {}

footer .foo_center .menubox .box h5 {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 16px;
    color: #fff;
}

footer .foo_center .menubox .box .menu {}

footer .foo_center .menubox .box .menu p {
    font-weight: normal;
    font-size: 15px;
    color: rgba(207, 207, 207, 0.9);
    margin-bottom: 5px;
}


/* formbox*/

footer .foo_center .formbox {}

footer .foo_center .formbox h5 {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
}

footer .foo_center .formbox form {
    display: flex;
    flex-direction: column;
}

footer .foo_center .formbox select,
footer .foo_center .formbox input {
    background: transparent;
    width: 270px;
    border-radius: 0px;
    height: 45px;
    font-size: 15px;
    margin-top: 10px;
    color: #fff;
    font-family: 'Inter', sans-serif;
    border-top-color: rgba(0, 0, 0, 0.1);
    border-top-style: solid;
    border-top-width: 0px;
    border-right-color: rgba(0, 0, 0, 0.1);
    border-right-style: solid;
    border-right-width: 0px;
    border-bottom-color: rgba(207, 207, 207, 0.28);
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-left-color: rgba(0, 0, 0, 0.1);
    border-left-style: solid;
    border-left-width: 0px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
}

footer .foo_center .formbox textarea {
    background: transparent;
    width: 270px;
    border-radius: 0px;
    font-size: 15px;
    margin-top: 10px;
    color: #fff;
    font-family: 'Inter', sans-serif;
    border-top-color: rgba(0, 0, 0, 0.1);
    border-top-style: solid;
    border-top-width: 0px;
    border-right-color: rgba(0, 0, 0, 0.1);
    border-right-style: solid;
    border-right-width: 0px;
    border-bottom-color: rgba(207, 207, 207, 0.28);
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-left-color: rgba(0, 0, 0, 0.1);
    border-left-style: solid;
    border-left-width: 0px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
}

footer .foo_center .formbox select option {
    color: #000 !important;
}

footer .foo_center .formbox textarea::placeholder,
footer .foo_center .formbox input::placeholder {
    color: rgba(207, 207, 207, 0.5);
    font-weight: 400;
}

footer .foo_center .formbox button {
    margin-top: 25px;
    border: unset;
    background: #fff;
    border-radius: 10px;
    color: #000;
    width: 270px;
    display: flex;
    padding: 10px 0px;
    font-weight: 500;
    font-size: 16px;
    mix-blend-mode: normal;
    font-family: 'Inter', sans-serif !important;
    justify-content: center;
    align-items: center;
    transition: 0.3s ease-in-out;
}

footer .foo_center .formbox button:hover {
    transform: scale(0.9);
}

footer .foo_center .formbox button:focus {
    border: none;
    box-shadow: none;
}

footer .foo_center .formbox button img {
    height: 10px;
    padding-left: 8px;
}


/* footer bottom */

footer .foo_bottom hr {
    width: 100%;
    height: 1px;
    background: rgba(30, 40, 51, 0.0671438);
}

footer .foo_bottom p {
    font-size: 14px;
    line-height: 20px;
    color: #cfcfcf;
    mix-blend-mode: normal;
    opacity: 0.5;
    margin-bottom: 0;
}

footer .foo_bottom .T_P_page a {
    font-size: 14px;
    color: #cfcfcf;
}

footer .foo_bottom .T_P_page a:nth-child(1) {
    margin-right: 20px;
}


/*
*
* ==========================================
# footer End
* ==========================================
*
*/


/*
*
* ==========================================
# About Page Start
* ==========================================
*
*/

.about_hero_section {
    /* background-image: url(../../img/hero_section/dev_page.png); */
    background: url(../../img/hero_section/about_us_page.png);
    background-repeat: no-repeat;
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 54, 0.5);
    /* object-fit: cover; */
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    height: 600px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about_page_hero h3 {
    font-size: 44px;
    font-weight: 400;
    color: #3EE4FB;
    font-family: 'Berkshire Swash', cursive;
}

.about_page_hero p {
    padding-left: 15%;
    color: white;
    padding-right: 15%;
}

.about_number {
    /* position: relative; */
}

.about_number .boxx {
    position: relative;
}

.about_number .boxx:nth-child(1) ::before {
    width: 1px;
    /* height: 80px; */
    position: absolute;
    background-color: transparent;
    top: 0;
    bottom: 0;
    left: 0;
    content: "";
    z-index: 2;
    transition: all 300ms linear;
}

.about_number .boxx:nth-child(2) ::before {
    width: 1px;
    /* height: 80px; */
    position: absolute;
    background-color: #fff;
    top: 0;
    bottom: 0;
    left: 0;
    content: "";
    z-index: 2;
    transition: all 300ms linear;
}

.about_number .boxx:nth-child(3) ::before {
    width: 1px;
    /* height: 80px; */
    position: absolute;
    background-color: #fff;
    top: 0;
    bottom: 0;
    left: 0;
    content: "";
    z-index: 2;
    transition: all 300ms linear;
}

.about_number .boxx:nth-child(4) ::before {
    width: 1px;
    /* height: 80px; */
    position: absolute;
    background-color: #fff;
    top: 0;
    bottom: 0;
    left: 0;
    content: "";
    z-index: 2;
    transition: all 300ms linear;
}

.about_number .boxx h2 {
    font-size: 44px;
    font-weight: 400;
    color: #3EE4FB;
    font-family: 'Berkshire Swash', cursive;
}

.about_number .boxx p {
    font-size: 15px;
    font-weight: 600;
}


/* Style the tab */

.tab_about .tab {
    float: left;
    background-color: transparent;
    width: 57px;
    padding: 19px 0px 0 0;
    margin-left: -15px;
    height: 237px;
    border-right: 2px solid #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
}


/* Style the buttons inside the tab */

.tab_about {
    /* height: 1000px; */
}

.tab_about .tab button {
    display: block;
    background-color: transparent;
    color: white;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    border: none;
    padding: 6px 15px 6px 15px;
    margin: 0px 0px 48px 0px;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 1s;
    transform: rotate(-90deg);
    font-size: 14px;
    border-radius: 5px;
}


/* Change background color of buttons on hover */

.tab_about .tab button:hover {
    background-color: #FFF;
    color: black;
    /* box-shadow: 0px 0px 12px 1px rgba(255, 255, 255, 0.2); */
}


/* Create an active/current "tab button" class */

.tab_about .tab button.active {
    /* box-shadow: 0px 0px 12px 1px rgba(255, 255, 255, 0.2); */
    color: black;
    background-color: #fff;
}


/* Style the tab content */

.port-2 {
    position: absolute;
    top: 0px;
    right: 0px;
}

.port-3 {
    position: absolute;
    bottom: 0px;
    left: 0px;
    /* transform: rotate(24.12deg); */
}

.port-1 {
    position: absolute;
    right: 0px;
    bottom: -29px;
}

.tab_about .tabcontent {
    float: left;
    padding: 0px 12px;
}

.tab_about .col-img img {
    position: absolute;
    right: 0;
    top: 0;
}

.tab_about .vision-title {
    margin-top: 30px;
    font-size: 20px;
    color: #fff;
}

@media (max-width: 991.98px) {
    .tab_about .tabcontent {
        margin-left: 10px;
    }
}

@media (max-width:575px) {
    .tab_about .tab {
        background-color: transparent;
        width: 100%;
        padding: 19px 0px 0px 0;
        height: auto;
        display: flex;
        border: none;
        flex-direction: row;
        align-items: center;
        align-content: center;
        justify-content: center;
        justify-content: space-around;
    }
    .tab_about .tab button {
        display: inline-block;
        background-color: transparent;
        color: white;
        font-family: 'Inter', sans-serif;
        font-weight: 500;
        border: none;
        padding: 6px 15px 6px 15px;
        margin: 0px 20px 26px 20px;
        outline: none;
        text-align: left;
        cursor: pointer;
        transition: 0.3s;
        transform: rotate( 0deg);
        font-size: 14px;
        border-radius: 5px;
    }
}

@media (max-width:376px) {
    .tab_about .tab {
        background-color: transparent;
        width: 100%;
        padding: 19px 0px 0px 0;
        height: auto;
        display: flex;
        border: none;
        flex-direction: row;
        align-items: center;
        align-content: center;
        justify-content: center;
    }
    .tab_about .tab button {
        display: inline-block;
        background-color: transparent;
        color: white;
        font-family: 'Inter', sans-serif;
        font-weight: 500;
        border: none;
        padding: 6px 10px 6px 10px;
        margin: 0px 10px 26px 10px;
        outline: none;
        text-align: left;
        cursor: pointer;
        transition: 0.3s;
        transform: rotate( 0deg);
        font-size: 14px;
        border-radius: 5px;
    }
}

.why_about .why-title {
    font-size: 35px;
    font-weight: 500;
    color: rgb(252 155 75);
    font-family: 'Berkshire Swash', cursive;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.why_about .why-points {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.why_about .why-points P img {
    width: 21px;
    margin-right: 10px;
}

.why_about .why-points P span {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    color: #fff;
}


/* Meet The Leaders */

.mtl .section-title {
    padding-bottom: 20px;
}

.mtl .card {
    border-radius: 15px !important;
    /* border: none; */
    background: -webkit-linear-gradient( 219.36deg, #FCA249 6.51%, #FF5F5D 75.47%);
    -webkit-background-clip: border;
    /* -webkit-border-image: transparent; */
    padding: 4px 3px;
}

.mtl .card img {
    border-radius: 15px;
}

.mtl .jj {
    position: absolute;
    top: unset;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 15px 10px 15px 15px;
    background: rgba(0, 0, 0, 0.64);
    backdrop-filter: blur(8px);
    /* Note: backdrop-filter has minimal browser support */
    border-radius: 0px 0px 15px 15px;
    margin: 4px 3px;
    transition: ease-in-out 0.3s;
    /* transition-delay: 0.1s; */
}

.mtl .card:hover .jj {
    padding: 232px 10px 15px 15px;
    bottom: 0;
    border-radius: 15px;
}

.mtl .ico {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    z-index: 0;
    transition: ease-in 0s;
    transition: ease-out 0.6s;
    margin-bottom: 40px;
    opacity: 0;
}

.mtl .ico a img {
    cursor: pointer;
}

.mtl .card:hover .ico {
    opacity: 1;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    /* transition-delay: 0.3s; */
    justify-content: center;
    align-content: center;
}

.mtl .card-title {
    font-family: 'Berkshire Swash', cursive;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    /* line-height: 22px; */
    letter-spacing: 0.1em;
    /* font gradient */
    background: -webkit-linear-gradient( 219.36deg, #FCA249 6.51%, #FF5F5D 75.47%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.mtl li {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.1em;
    color: #FFFFFF;
}

@media (min-width:767.5px) and (max-width:1199.5px) {
    .mtl .card:hover .jj {
        padding: 198.9px 10px 15px 15px;
    }
}


/*
*
* ==========================================
# About Page END
* ==========================================
*
*/

.contact-info .box {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.contact__ h4,
.contact__ h5 {
    font-size: 22px;
    letter-spacing: 0.05em;
    color: #3EE4FB;
    font-family: 'Berkshire Swash', cursive !important;
    margin-bottom: 40px;
    position: relative;
}

.contact__ h4::before {
    position: absolute;
    bottom: -10px;
    left: 0;
    /* right: 0; */
    width: 210px;
    height: 1.5px;
    /* border-radius: 10px; */
    content: "";
    background: #DD137B;
}

.contact__ h5::before {
    position: absolute;
    bottom: -10px;
    left: 0;
    /* right: 0; */
    width: 141px;
    height: 1.5px;
    /* border-radius: 10px; */
    content: "";
    background: #DD137B;
}

.contact-info .box .title p {
    font-size: 18px;
    color: #fff;
    font-family: 'Berkshire Swash', cursive !important;
}

.contact-info .box .fooimg {
    /* width: 112px;
    height: 148px; */
    margin-left: -5px;
}

.contact-info .box .pr-4 {
    padding-right: 33px !important;
}

.contact-info .box .detail {
    position: relative;
    margin-top: 7px;
    padding-left: 15px;
}

.contact-info .box .detail::after {
    position: absolute;
    top: 0px;
    left: 0;
    width: 2px;
    height: 130px;
    border-radius: 10px;
    content: "";
    background: #cfcfcf;
}

.contact-info .box .detail::before {
    position: absolute;
    top: 0px;
    left: -3px;
    z-index: 1;
    width: 9px;
    height: 9px;
    border-radius: 10px;
    content: "";
    background: #fff;
}

@media (max-width: 389px) {
    .contact-info .box .detail::after {
        position: absolute;
        top: 0px;
        left: 0;
        width: 2px;
        height: 152px;
        border-radius: 10px;
        content: "";
        background: #cfcfcf;
    }
}

.contact-info .box .detail h6 {
    font-size: 15px;
    letter-spacing: 0.14em;
    color: #cfcfcf;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    margin-bottom: 10px;
}

.contact-info .box .detail p {
    margin-bottom: 5px;
}

.contact-info .box .detail span {
    font-weight: normal;
    font-size: 12px;
    letter-spacing: 0.14em;
    color: #cfcfcfd5;
    /* line-height: 13px; */
}


/* .contact-info .box .detail p:nth-child(4) span {
    margin-right: -278px;
} */

.contact-info .box .detail img {
    margin-right: 10px;
}

.contact-info .box:nth-child(2) img {
    margin-right: 10px;
}


/* contact form */

.cf .form-control {
    background-color: transparent;
    font-family: 'Inter', sans-serif;
    color: #fff;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
}

.uplodfile {
    position: relative;
    min-height: 74px;
    display: flex;
    align-items: center;
}

.uplodfile .form-control {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
    cursor: pointer;
}

.cf .form-control:focus {
    box-shadow: none;
}


/* .cf .custom-select {
    background-color: transparent;
    font-family: 'Inter', sans-serif;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
}

.cf .custom-select:focus {
    box-shadow: none;
} */

.cf option {
    background: #fff;
    box-shadow: 0px 7px 19px 2px rgba(255, 255, 255, 0.15);
    border-radius: 10px !important;
    border: none;
    color: #000;
}

.cf button {
    height: 38px;
    border: 1px solid #fff;
    background: transparent;
    font-family: 'Inter', sans-serif;
    font-weight: 500px;
    color: #fff;
}

.cf button:focus {
    box-shadow: none;
}

@media (max-width: 991px) {
    .contact__ h4::before {
        position: absolute;
        bottom: -10px;
        left: 50%;
        /* position the left edge of the element at the middle of the parent */
        transform: translate(-50%, 0%);
        width: 210px;
        height: 1.5px;
        /* border-radius: 10px; */
        content: "";
        background: #DD137B;
    }
    .contact__ h5::before {
        position: absolute;
        bottom: -10px;
        left: 50%;
        /* position the left edge of the element at the middle of the parent */
        transform: translate(-50%, 0%);
        width: 141px;
        height: 1.5px;
        /* border-radius: 10px; */
        content: "";
        background: #DD137B;
    }
}


/*
*
* ==========================================
# Home Page Start
* ==========================================
*
*/

.home_page {
    padding: 0 !important;
}


/* atik gohel 15112022*/

.home_hero_section {
    background: url(../../img/hero_section/heronewhome.svg);
    background-repeat: no-repeat;
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 54, 0.5);
    object-fit: cover;
    background-position: bottom left;
    background-size: cover;
    background-attachment: fixed;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero_home {
    padding-top: 12%;
    /* padding-bottom: 5%; */
    /* padding-right: 50px; */
}

.home_page2 {
    height: 100vh;
}

.home_hero_section .px-5 {
    padding: 0px 0px 170px 110px!important
}


/* 
.home_hero_section .px-1 {
    padding: 0px 0px 0px 0px!important;
} */

.home_hero_section h2 {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 2.3rem;
    color: #fff;
    padding-bottom: 15px;
}

.home_hero_section span {
    color: #3EE4FB;
}

.home_hero_section .header-tag-line {
    font-family: 'Inter', sans-serif;
    font-size: 17px;
    line-height: 21px;
    padding-bottom: 35px;
    font-weight: 400;
    color: #fff;
    /* padding-right: 30px; */
}

.home_hero_section h4 {
    font-family: 'Inter', sans-serif;
    font-weight: 400 !important;
    font-size: 1.6rem;
    color: #fff;
    padding-bottom: 20px;
}

.home_hero_section .cf_home {
    display: flex;
    /* flex-direction: row; */
    background-color: #3EE4FB;
    /* justify-content: center; */
    align-items: center;
    padding: 0;
    width: fit-content;
    border-radius: 0px 43px 43px 43px;
}

.home_hero_section .cf_home2 {
    display: flex;
    /* flex-direction: row; */
    background-color: #3EE4FB;
    /* justify-content: center; */
    align-items: center;
    padding: 9px 0px 9px 15px;
    width: fit-content;
    border-radius: 0px 43px 43px 43px;
}

.home_hero_section .form-item1 {
    width: 45%;
    background-color: transparent;
    border: transparent;
    color: #000;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    margin-right: 20px;
    border-bottom: none !important;
}

.home_hero_section .form-item1:focus {
    box-shadow: none;
}

.home_hero_section .form-item2 .form-control {
    border-radius: 0;
    background-color: transparent !important;
    border: transparent;
    color: #000;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    margin-right: 20px;
    border-bottom: 1px solid #000;
    padding-left: 5px;
    padding-bottom: 1pasdfx;
    width: 90%;
    margin-right: 0px;
}

.home_hero_section .form-item2 .form-control:focus {
    box-shadow: none;
}

.home_hero_section input::-webkit-input-placeholder {
    /* Edge */
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    font-family: 'Inter', sans-serif;
    color: #000;
    mix-blend-mode: normal;
    /* opacity: 0.6; */
}

.home_hero_section input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-style: normal;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    color: #000;
    mix-blend-mode: normal;
    /* opacity: 0.6; */
}

.home_hero_section input::placeholder {
    font-style: normal;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    color: #000 !important;
    mix-blend-mode: normal;
    /* opacity: 0.6; */
}

.home_hero_section .form-item3 button {
    border: 0;
    margin: 0;
    padding: 16px 30px;
    border-radius: 0px 28px;
    background: #DD137B;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    /* identical to box height */
    display: flex;
    align-items: center;
    color: #FFFFFF;
}

@media (max-width: 991px) {
    .home_hero_section .px-5 {
        padding: 020px 25px 20px 25px !important;
    }
    .home_hero_section .px-1 {
        padding: 0px 0px 0px 0px!important;
    }
    .home_hero_section h2 {
        font-size: 1.8rem;
    }
    .home_hero_section span {
        color: #3EE4FB;
    }
    .home_hero_section .header-tag-line {
        font-family: 'Inter', sans-serif;
        font-size: 15px;
        line-height: 21px;
        padding-bottom: 35px;
        font-weight: 400;
        color: #fff;
    }
    .home_hero_section h4 {
        font-family: 'Inter', sans-serif;
        font-weight: 400 !important;
        font-size: 1.2rem;
        color: #fff;
        padding-bottom: 20px;
    }
    .home_hero_section .cf_home {
        /* margin-right: 30px; */
    }
}

@media (max-width: 768px) {
    .home_hero_section .door img {
        width: 60%;
        padding-top: 50px;
    }
    .home_hero_section h2 {
        font-size: 1.5rem;
    }
}

@media (max-width: 500px) {
    .home_hero_section .door img {
        width: 100%;
        padding-top: 50px;
    }
}

@media (max-width: 425px) {
    .home_hero_section .cf_home {
        display: flex;
        flex-direction: column;
        background-color: #3EE4FB;
        /* justify-content: center; */
        align-items: center;
        padding: 0;
        width: fit-content;
        border-radius: 0px 43px 0px 43px;
    }
    .home_hero_section .cf_home2 {
        display: flex;
        flex-direction: column;
        background-color: #3EE4FB;
        /* justify-content: center; */
        align-items: center;
        padding: 9px 0px 9px 0px;
        width: fit-content;
        border-radius: 0px 43px 43px 43px;
    }
    .home_hero_section .form-item1 {
        width: 83%;
        /* margin-right: 20px; */
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .home_hero_section .form-item2 .form-control {
        margin-right: auto;
        margin-left: auto;
        padding-left: 5px;
        padding-bottom: 1px;
        margin-bottom: 25px;
        width: 83%;
    }
    .home_hero_section .form-item3 button {
        border: 0;
        margin: 0;
        padding: 16px 86px;
        border-radius: 0px 28px;
        background: #DD137B;
        color: #fff;
        font-weight: 600;
        font-size: 16px;
        /* identical to box height */
        display: flex;
        align-items: center;
        color: #FFFFFF;
    }
}


/* how to work  */

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

.htw .box1 {
    background: rgba(255, 255, 255, 0.01);
    border: 5px solid #DD137B;
    box-sizing: border-box;
    box-shadow: inset 0px 4px 45px rgba(95, 4, 157, 0.6);
    backdrop-filter: blur(35px);
    border-radius: 1px 50px;
    padding: 30px 30px;
}

.htw .box2 {
    background: rgba(255, 255, 255, 0.01);
    box-shadow: inset 0px 4px 45px #fc934d45;
    backdrop-filter: blur(35px);
    border-radius: 1px 50px;
    border: 5px solid rgba(255, 95, 93, 1);
    padding: 45px 45px;
}


/* New add Card hover  ***Start*/

.htw:hover .box1,
.htw:hover .box2 {
    opacity: 0.3;
    cursor: pointer;
}

.htw .box1:hover,
.htw .box2:hover {
    opacity: 1;
}


/* New add Card hover *****  end */

.htw h5 {
    font-family: 'Berkshire Swash', cursive;
    font-style: normal;
    font-weight: normal;
    font-size: 26px;
    color: #FC9B4B;
    margin-top: 15px;
}

.htw p {
    margin-top: 10px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
}

@media (max-width: 768px) {
    .htw .box2 {
        padding: 30px 30px;
        border-radius: 50px 1px;
    }
}


/*  */

.setphom.atik {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -15px;
    margin-right: -15px
}

.setphom.atik .box {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    padding: 0 15px
}

.setphom.atik .box .line {
    /* setpline */
    width: 100%;
    height: 1px;
    background: #DD137B;
    position: absolute;
    top: 24px;
    left: 15px
}

.setphom.atik .box:last-child .line {
    display: none
}

.setphom.atik .box .mask {
    opacity: 0;
    visibility: hidden
}

.setphom.atik .box:hover .mask {
    opacity: 1;
    visibility: visible
}

.setphom.atik .box:hover .circle {
    /* hover_ */
    color: #fff;
    background: rgb(221 19 123);
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (max-width:767px) {
    .setphom.atik {
        display: block
    }
    .setphom.atik .box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 100%
    }
    .setphom.atik .box .line {
        left: 39px;
        height: 100%;
        width: 1px;
        top: 15px
    }
    .setphom.atik .content-wrap {
        padding: 10px 0 50px 30px
    }
}

.setphom.atik .circle-wrap {
    display: inline-block;
    position: relative;
    margin-bottom: 35px
}

.setphom.atik .circle {
    /* main circle */
    cursor: pointer;
    position: relative;
    z-index: 1;
    width: 48px;
    height: 48px;
    line-height: 44px;
    text-align: center;
    border: 2px solid #DD137B;
    /* border: 2px solid #e8e8e8; */
    border-radius: 50%;
    font-size: 18px;
    background-color: #000036;
    margin-bottom: 0;
    -webkit-transition: all .7s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .7s cubic-bezier(.645, .045, .355, 1);
    transition: all .7s cubic-bezier(.645, .045, .355, 1)
}

.kk {
    color: #eff2f8ba;
}

.setphom.atik .wave-new {
    width: 1px;
    height: 0;
    margin: 0 auto
}

.setphom.atik .wave-new::after,
.setphom.atik .wave-new::before {
    opacity: 0;
    content: '';
    display: block;
    position: absolute;
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    background: #fff0;
    /* background: #fff0; */
    border-radius: 50%;
    border: 2px solid #DD137B;
    /* border: 2px solid #ababab; */
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: atikstep 3s linear infinite;
    animation: atikstep 3s linear infinite
}

.setphom.atik .wave-new-2::before {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s
}

.setphom.atik .wave-new-3::before {
    -webkit-animation-delay: 2.4s;
    animation-delay: 2.4s
}

.setphom.atik .heading {
    font-weight: 500;
    color: #FC9B4B;
    font-size: 20px;
    margin-bottom: 10px;
}

.setphom.atik .text {
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    /* margin-top: 17px; */
    /* margin-top: 17px */
}

.setphom.atik .text ul {
    padding-left: 15px;
}

.setphom.atik .gradation-btn {
    font-weight: 500;
    margin-top: 20px;
    font-size: 14px;
    color: #000
}

.setphom.atik .gradation-btn:hover {
    color: #d2a98e
}

@-webkit-keyframes atikstep {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0);
        opacity: 1
    }
    90% {
        opacity: 1
    }
    100% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
        border-color: transparent
    }
}

@keyframes atikstep {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0);
        opacity: 1
    }
    90% {
        opacity: 1
    }
    100% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
        border-color: transparent
    }
}


/*  */


/* SERVICE SECTION */

.srvic_box {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
}

.srvic_box p {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    text-shadow: -5px 1px 3px rgba(0, 0, 0, 0.5);
    padding-top: 15px;
}

.srvic_box .sb1,
.srvic_box .sb2 {
    display: flex;
}

.srvic_box .sb1 {
    justify-content: flex-start;
    display: flex;
}

.srvic_box .sb1:nth-child(1) {
    margin-bottom: 40px;
}

.srvic_box .sb2 {
    display: flex;
    justify-content: flex-end;
    /* margin-right: 30px; */
}

.srvic_box .sb1 .sb:nth-child(1) {
    margin-right: 80px;
    /* margin-left: 30px; */
}

.srvic_box .sb2 .sb:nth-child(1) {
    margin-right: 80px;
    margin-bottom: 50px;
    margin-left: 150px;
}

.srvic_box .sb1 .sb,
.srvic_box .sb2 .sb {
    cursor: pointer;
    background: rgba(255, 255, 255, 0.01);
    /* pink */
    border: 5px solid #DD137B;
    box-sizing: border-box;
    box-shadow: inset 0px 4px 45px rgba(95, 4, 157, 0.6);
    backdrop-filter: blur(35px);
    border-radius: 50px 1px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 10px 10px 10px;
    width: 190px;
    height: 190px;
    transition: ease-in-out 0.3s;
}

.srvic_box .sb:hover {
    transform: scale(0.92);
}

.srvic_box .sb1:nth-child(1) .sb:nth-child(1) img {
    width: 90px;
    height: 85px;
}

.srvic_box .sb1:nth-child(1) .sb:nth-child(2) img {
    width: 90px;
    height: 78px;
}

.srvic_box .sb2:nth-child(2) .sb:nth-child(1) img {
    width: 85px;
    height: 85px;
}

.srvic_box .sb2:nth-child(2) .sb:nth-child(2) img {
    width: 68.2px;
    height: 85px;
}

.srvic_box .sb1 .dd img {
    width: 85px;
    height: 85px;
}

.srvic_box .sb1:nth-child(1) .sb:nth-child(4) img {
    width: 85.98px;
    height: 85px;
}

@media (max-width: 1184px) and (min-width: 991px) {
    .srvic_box .sb2 .sb:nth-child(1) {
        margin-left: 0px;
    }
}

@media (max-width: 991px) and (min-width: 767px) {
    .srvic_img img {
        width: 80%;
    }
}

@media (max-width: 768px) {
    .srvic_img img {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .srvic_box .sb2 .sb:nth-child(1) {
        margin-left: 0px;
    }
}

@media (max-width: 540px) {
    .srvic_box .sb1 .sb:nth-child(1) {
        margin-right: 0;
        margin-bottom: 50px;
    }
    .srvic_box .sb2 .sb:nth-child(1) {
        margin-right: 0px;
        margin-bottom: 50px;
        margin-left: 0px;
    }
    .srvic_box .sb1,
    .srvic_box .sb2 {
        display: flex;
        flex-direction: column;
    }
    .srvic_box .sb2 {
        margin-bottom: 50px;
    }
}


/*  */

.achivement {
    background: url(../../img/carrer/droplinebg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 200px 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.achivement .line img {
    width: 80%;
    transition: ease-in-out 0.3s;
}

.achivement .line img:hover {
    transform: scale(0.95);
}

.achivement .box img:nth-child(1) {
    right: 192px;
    position: absolute;
    bottom: 0;
}

.achivement .box img:nth-child(2) {
    position: absolute;
    top: 100px;
    left: 5%;
}

.achivement .box img:nth-child(3) {
    position: absolute;
    bottom: 150px;
    right: -40px;
}

.achivement .box img:nth-child(4) {
    position: absolute;
    bottom: 10px;
    right: 50%;
    left: 50%;
}

.achivement .box img:nth-child(5) {
    position: absolute;
    top: 80px;
    left: 70%;
}

.awhs h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 45px;
    color: #FFFFFF;
    margin-top: 20px;
}

.awhs h3 {
    font-family: 'Berkshire Swash', cursive;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    color: #FC9B4B;
    margin-top: 5px;
}

.awhs img {
    height: 120px;
}

@media (max-width: 768px) {
    .achivement {
        padding: 280px 0;
    }
    .achivement .box img:nth-child(5) {
        top: 130px;
    }
    .achivement .box img:nth-child(2) {
        top: 230px;
        left: -5%;
    }
    .achivement .box img:nth-child(1) {
        bottom: 80px;
    }
    .achivement .box img:nth-child(4) {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .achivement .box img:nth-child(5) {
        position: absolute;
        top: 260px;
        left: 90%;
    }
    .achivement .box img:nth-child(3) {
        position: absolute;
        bottom: 180px;
        right: -290px;
    }
    .achivement .box img:nth-child(4) {
        position: absolute;
        bottom: 80px;
        right: 44%;
        left: 69%;
    }
    .achivement {
        padding: 330px 0;
    }
    .achivement .box img:nth-child(1) {
        bottom: 190px;
    }
}


/* work */

.slidbtn_tb {}


/* .tab_about .tab {
    float: left;
    background-color: transparent;
    width: 57px;
    padding: 19px 0px 0 0;
    margin-left: -15px;
    height: 237px;
    border-right: 2px solid #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
} */


/* Style the buttons inside the tab */

.hows .howstab button {
    background: #1B2642;
    mix-blend-mode: normal;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    width: 110px;
    height: 110px;
    border: none;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
}


/* Change background color of buttons on hover */

.hows .howstab button:focus {
    outline: none;
}


/* Create an active/current "tab button" class */

.hows .howstab button.active {
    background: linear-gradient(223.33deg, #FCA249 0%, #FF5F5D 94.44%) !important;
    mix-blend-mode: normal;
    box-shadow: 12px 12px 18px rgba(0, 0, 0, 0.3);
    border: none;
    color: #FFFFFF;
}

.hows .sl1,
.hows .sl2 {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.hows .sl2 {
    /* justify-content: flex-start; */
    margin-left: -120px;
}

.hows .carousel-inner {
    padding: 30px;
}

.hows .carousel-inner img {
    border-radius: 10px;
}

.hows .carousel-control-prev {
    left: -35px;
}

.hows .carousel-control-next {
    right: -35px;
}

.hows .carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 30px;
    height: 30px;
}

.hows .carousel-control-prev-icon {
    background-image: url(../../img/home_img/work-prev.png);
}

.hows .carousel-control-next-icon {
    background-image: url(../../img/home_img/work-next.png);
}

@media (max-width: 575.98px) {
    .hows .sl2 {
        /* justify-content: flex-start; */
        margin-left: 0px;
    }
    .hows .carousel-inner {
        padding: 10px;
    }
    .hows .carousel-control-prev {
        left: 0px;
        opacity: 0;
    }
    .hows .carousel-control-next {
        right: 0px;
        opacity: 0;
    }
}


/* Testimonia section  */

.testimonia_section {
    position: relative;
    margin-top: 80px;
    /* background-image: url(../../img/home_img/testimonia_section_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; */
}

.testimonia_section .section-title h2 {
    margin-bottom: 60px;
}

.testimonia_section .tmlbg {
    /* background-image: url(../../img/home_img/testimonia_section_bg.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover; */
}

.testimonial {
    margin: 0 15px;
    overflow: hidden;
}

.heading-title {
    margin-bottom: 100px;
    color: #fff;
}

.testimonial .description {
    position: relative;
    font-size: 13px;
    line-height: 26px;
    color: #fff;
    padding: 30px 20px;
    /* border: 1px solid #767070; */
    border-left: 3px solid rgba(255, 95, 93, 1);
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}

.testimonial .description:after {
    content: "";
    width: 0;
    height: 0px;
    border: 10px solid transparent;
    border-top-color: rgba(255, 255, 255, 0.1);
    ;
    /* border-bottom: 1px solid #767070; */
    /* border-left: 1px solid #767070; */
    position: absolute;
    bottom: -20px;
    left: 53px;
    /* transform: skewY(-45deg); */
}

.testimonial .pic {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin: 20px 30px 10px;
    display: inline-block;
    border: 3px solid rgba(255, 95, 93, 1);
}

.testimonial .pic img {
    width: 100%;
    height: auto;
}

.testimonial .testimonial-prof {
    text-transform: capitalize;
    margin: 0 30px;
}

.testimonial .testimonial-prof h4 {
    color: #fff;
    display: block;
    font-size: 17px;
    font-weight: bold;
    margin: 0 0 5px 0;
}

.testimonial .testimonial-prof small {
    display: block;
    font-size: 14px;
    color: #fff;
}

.owl-theme .owl-controls {
    display: none !important;
}

.testimonia_section .adimg img {
    position: absolute;
}

.testimonia_section .adimg img:nth-child(1) {
    left: 0;
    bottom: 0;
}

.testimonia_section .adimg img:nth-child(2) {
    /* right: 10px;
    top: 120px; */
    right: 10px;
    top: 5px;
}

.testimonia_section .adimg img:nth-child(3) {
    left: 300px;
    bottom: 50px;
}

.testimonia_section .adimg img:nth-child(4) {
    left: 1080px;
    top: 20px;
}

.testimonia_section .adimg img:nth-child(5) {
    left: 820px;
    bottom: 0;
}

.testimonia_section .adimg img:nth-child(6) {
    left: 470px;
    top: 0;
}

.testimonia_section .adimg img:nth-child(7) {
    left: 0px;
    top: 58px
}

.testimonia_section .adimg img:nth-child(8) {
    left: 1240px;
    bottom: 35px;
}

.testimonia_section .adimg img:nth-child(9) {
    right: -10px;
    top: 340px;
}


/* about-team */

.about-team .team-name {
    margin-top: 20px;
    background: linear-gradient(219.36deg, #FCA249 6.51%, #FF5F5D 75.47%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Domaine Display Narrow';
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
}

.about-team .team-h {
    color: #FFFFFF;
    font-weight: 500;
    font-size: 15px;
    font-family: 'Inter';
    margin-top: 12px;
}


/* <!-- Work Together --> */

.work-together .work-title {
    font-family: 'Domaine Display Narrow';
    font-weight: 700;
    font-size: 82px;
    color: #FFFFFF;
}

.work-title span {
    font-family: 'Domaine Display Narrow Bold';
    text-align: center;
    background: linear-gradient(266.59deg, #F68839 28.65%, #FFC69D 47.98%, #F55F2F 65.34%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    width: fit-content;
    position: relative;
}

.work-together .work-paragraph {
    font-family: 'Domaine Display Narrow';
    font-weight: 400;
    font-size: 36px;
    letter-spacing: 3px;
    color: #FFFFFF;
    margin-top: 15px;
}

.work-together .work-too-s {
    position: absolute;
    top: 0px;
}

.work-together .work-to {
    position: absolute;
    top: -32px;
    right: 79px;
}


/* Know some intresting  facts section start  */

.know_some {
    margin-top: 60px;
}

.mystacc button:hover {
    text-decoration: none;
    color: #fff;
}

.mystacc button:focus {
    text-decoration: none;
}

.mystacc button {
    display: flex;
    align-items: center;
}

.mystacc button::after {
    flex-shrink: 0;
    width: 25px;
    height: 25px;
    margin-left: auto;
    content: "";
    background-image: url(../../img/home_img/Arrow\ -\ Down\ Circle.png);
    background-repeat: no-repeat;
    background-size: 25px;
    transition: transform .2s ease-in-out;
}

.mystacc button:not(.collapsed)::after {
    background-image: url(../../img/home_img/Arrow\ -\ Down\ Circle.png);
    transform: rotate( -180deg);
}

.mystacc .card {
    border: none;
    border-radius: 10px 10px 10px 10px;
    background-color: #010121;
}

.know_some .accordion>.card:not(:first-of-type) {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.know_some .accordion>.card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.mystacc .card-header {
    padding: 6px;
    background: #19194A;
    border-radius: 10px 10px 0 0 !important;
}

.mystacc .collapse {
    background-color: #0D0D40;
}

.mystacc .card {
    margin-top: 10px;
}

.mystacc .card:nth-child(1) {
    margin-top: 0px;
}

.mystacc img {
    width: 25px;
}

.mystacc .lev {
    display: flex;
    align-items: center;
    padding-left: 10px;
}

.mystacc h2 button {
    font-weight: 500;
    color: #fff;
    font-size: 16px;
}

.mystacc .card-body {
    color: #fff;
    font-size: 15px;
}


/*  */


/* 
.foojoin {
    background: url("../../img/footer/join_now_bg2.png");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
} */

.foojoin h3 {
    font-family: 'Berkshire Swash', cursive;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    color: #fff;
    margin-top: 35px;
}

.index-foo {
    background: url(../../img/footer/bg6.png) no-repeat;
    width: 100%;
    background-size: cover;
    background-position: top;
    margin-top: 0px;
    padding-top: 80px;
}


/* demo */

.demo {
    margin-top: 80px;
}


/*
*
* ==========================================
# Home Page End
* ==========================================
*
*/


/*
*
* ==========================================
# cooming soon Page start
* ==========================================
*
*/

.coming_soon {
    position: relative;
    height: 100vh;
    /* width: 100%; */
    display: flex;
    align-content: center;
    align-items: center;
    background-image: url('../../img/coming_soon_img/coming_soon_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.coming_soon .ab img {
    position: absolute;
    bottom: 0;
    left: 80px;
    width: 40%;
}

.coming_soon .cs {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.coming_soon .cs h2 {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 47px;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 40px;
}

.coming_soon .form-control {
    background: transparent;
    border: none;
    margin-right: 35px;
    border-radius: 0;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    color: #fff;
    font-size: 16px;
}

.coming_soon .form-control::-webkit-input-placeholder {
    /* Edge */
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.14em;
    color: rgba(255, 255, 255, 0.5);
}

.coming_soon .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.14em;
    color: rgba(255, 255, 255, 0.5);
}

.coming_soon .form-control::placeholder {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.14em;
    color: rgba(255, 255, 255, 0.5);
}

.coming_soon .input-group img {
    width: 20px;
    height: 20px;
    margin-left: -35px;
    cursor: pointer;
}

.coming_soon .input-group {
    display: flex;
    align-items: center;
    width: 50%;
    border-bottom: 1px solid #fff;
}

@media (max-width: 500px) {
    .coming_soon .cs h2 {
        font-size: 35px;
    }
    .coming_soon .ab img {
        position: absolute;
        bottom: 0;
        left: 0;
        /* right: 50%; */
        width: 80%;
    }
}

@media (max-width: 991.98px) {
    .coming_soon .input-group {
        width: 85%;
    }
}

.coming_soon .cs p {
    margin-top: 20px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
}

.coming_soon button {
    background: unset;
    border: unset;
}


/*
*
* ==========================================
# comming soon Page End
* ==========================================
*
*/


/*
*
* ==========================================
# 404 Page Start
* ==========================================
*
*/

.se_404 {
    background-image: url(../../img/404_img/bg.png);
    height: 100vh;
    background-size: cover;
    position: relative;
}

.se_404 .img1 img {
    position: absolute;
    top: 130px;
    left: 150px;
    width: 35%;
    z-index: 2;
}

.se_404 .img2 img {
    position: absolute;
    bottom: 0;
    right: 50px;
    width: 55%;
}

@media (max-width: 991.98px) {
    .se_404 .img1 img {
        width: 45%;
        left: 20px;
    }
    .se_404 .img2 img {
        width: 70%;
        right: 30px;
    }
}

@media (max-width: 500.98px) {
    .se_404 .img1 img {
        width: 70%;
        left: 30px;
        top: 180px;
    }
    .se_404 .img2 img {
        width: 90%;
        right: 0px;
    }
}


/*
*
* ==========================================
# 404  Page End
* ==========================================
*
*/


/*
*
* ==========================================
# carrer  Page Start
* ==========================================
*
*/

.carrer_hero_section {
    /* background-image: url(../../img/hero_section/dev_page.png); */
    background: url(../../img/hero_section/carrer_page.jpg);
    background-repeat: no-repeat;
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 54, 0.517);
    /* object-fit: cover; */
    background-position: top;
    background-size: cover;
    background-attachment: fixed;
    height: 450px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carrer_s .carrer_box {
    background: rgba(255, 255, 255, 0.01);
    border: 5px solid #DD137B;
    box-sizing: border-box;
    box-shadow: inset 0px 4px 45px rgb(95 4 157 / 60%);
    backdrop-filter: blur(35px);
    border-radius: 50px 1px;
    display: flex;
    flex-direction: column;
    /* padding: 40px 20px 40px 20px; */
    width: 255px;
    height: 285px;
    justify-content: center;
    align-items: center;
    /* margin-bottom: 30px; */
    transition: ease-in-out 0.3s;
}

.carrer_s .carrer_box:hover {
    transform: scale(0.95);
}

.carrer_s .cr {
    border-radius: 1px 50px;
}

.carrer_s .carrer_box p {
    font-family: 'Berkshire Swash', cursive;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    /* line-height: 27px; */
    color: #FC9B4B;
    margin-top: 10px;
}

.carrer_s .carrer_box h5 {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
}

.carrer_s .p {
    padding-top: 15px;
    padding-bottom: 15px;
}

@media (max-width: 991.98px) {
    .carrer_s .row2 {
        padding-top: 96px;
    }
    .carrer_s .row1 .p:nth-child(3) .carrer_box {
        border-radius: 50px 1px;
    }
    .carrer_s .row1 .p:nth-child(4) .carrer_box {
        border-radius: 1px 50px;
    }
    .carrer_s .row2 .p:nth-child(1) .carrer_box {
        border-radius: 1px 50px;
    }
    .carrer_s .row2 .p:nth-child(2) .carrer_box {
        border-radius: 50px 1px;
    }
}

@media (max-width: 768px) {
    /* .carrer_s .carrer_box {
        border-radius: 1px 50px;
    } */
    /* .carrer_s .cr {
        border-radius: 50px 1px;
    } */
    .carrer_s .row2 {
        padding-top: 0px;
    }
}

@media (max-width: 575.98px) {
    .carrer_s .row1 .p:nth-child(3) .carrer_box {
        border-radius: 1px 50px;
    }
    .carrer_s .row1 .p:nth-child(4) .carrer_box {
        border-radius: 50px 1px;
    }
    .carrer_s .row2 .p:nth-child(3) .carrer_box {
        border-radius: 1px 50px;
    }
    .carrer_s .row2 .p:nth-child(4) .carrer_box {
        border-radius: 50px 1px;
    }
}


/* drop line */

.drop_us_a_line {
    background: url(../../img/carrer/droplinebg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 600px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.drop_us_a_line .line {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.title-stp-line,
.drop_us_a_line .line span {
    font-family: 'Domaine Display Narrow Semibold';
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    background: -webkit-linear-gradient(219.36deg, #FCA249 6.51%, #FF5F5D 75.47%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-right: 15px;
}

.title-stp-line {
    color: #e7e8eb;
    letter-spacing: 1px;
    background: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    /* opacity: 0.9; */
}

.title-stp-line Span {
    background: -webkit-linear-gradient(219.36deg, #FCA249 6.51%, #FF5F5D 75.47%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 1px;
    margin-left: 5px;
    margin-right: 5px;
    opacity: 1;
}

.drop_us_a_line .line img {
    margin-top: 10px;
    transition: ease-in-out 0.3s;
}

.drop_us_a_line .line img:hover {
    transform: scale(0.95);
}

.drop_us_a_line .box img:nth-child(1) {
    position: absolute;
    bottom: 0;
    left: 0;
}

.drop_us_a_line .box img:nth-child(2) {
    position: absolute;
    top: 100px;
    left: 25%;
}

.drop_us_a_line .box img:nth-child(3) {
    position: absolute;
    bottom: 150px;
    right: 80px;
}

.drop_us_a_line .box img:nth-child(4) {
    position: absolute;
    bottom: 10px;
    right: 50%;
    left: 50%;
}

.drop_us_a_line .box img:nth-child(5) {
    position: absolute;
    top: 80px;
    left: 70%;
}

@media (max-width: 991.98px) {
    .title-stp-line,
    .drop_us_a_line .line span {
        margin-right: 0px;
        padding: 0 15px;
        font-size: 25px;
    }
    .title-stp-line Span {
        background: -webkit-linear-gradient(219.36deg, #FCA249 6.51%, #FF5F5D 75.47%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        letter-spacing: 1px;
        margin-left: 0px;
        margin-right: 0px;
        padding: 0 0 !important;
        opacity: 1;
    }
}

@media (max-width: 575.98px) {
    .drop_us_a_line .box img:nth-child(5) {
        position: absolute;
        top: 30px;
        left: 90%;
    }
    .drop_us_a_line .box img:nth-child(3) {
        position: absolute;
        bottom: 180px;
        right: -290px;
    }
    .drop_us_a_line .box img:nth-child(4) {
        position: absolute;
        bottom: 80px;
        right: 44%;
        left: 69%;
    }
}


/* fact box section */

.facts_box .fbox {
    background: rgba(255, 255, 255, 0.06);
    mix-blend-mode: normal;
    border-radius: 9px;
    padding: 20px;
    font-family: 'Inter', sans-serif;
    color: #fff;
    transition: ease-in-out 0.3s;
    margin-top: 15px;
    margin-bottom: 15px;
}

.facts_box .fbox:hover {
    transform: scale(0.95);
}

.facts_box .fbox img {
    width: 25px;
    height: 25px;
}

.facts_box .fbox span {
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
}

.facts_box .fbox p {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 0;
}


/*
*
* ==========================================
# carrer   Page End
* ==========================================
*
*/


/*
*
* ==========================================
# carrer Deatail   Page Start
* ==========================================
*
*/

.carrerd_hero_section {
    /* background-image: url(../../img/hero_section/dev_page.png); */
    background: url(../../img/hero_section/carrer_detail_page.jpg);
    background-repeat: no-repeat;
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 54, 0.517);
    /* object-fit: cover; */
    background-position: bottom;
    background-size: cover;
    background-attachment: fixed;
    height: 450px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carrerd_hero_section h4 {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    background: -webkit-linear-gradient(219.36deg, #FCA249 6.51%, #FF5F5D 75.47%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: -11px 2px 10px rgba(0, 0, 0, 0.3);
}

.carrerd_s .d_t p {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 15px;
    background: rgba(255, 255, 255, 0.06);
    mix-blend-mode: normal;
    border-radius: 5px;
    text-align: center;
    width: fit-content;
}

.carrerd_hero_section p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
}

.carrerd_hero_section p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
}

.carrerd_s .title {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0em;
    color: #fff;
    margin-bottom: 15px;
}

.carrerd_s ul li {
    font-size: 16px;
    font-weight: 400;
    color: #eff2f8ba;
}


/* search end section */

.s_end .send_box {
    background: rgba(255, 255, 255, 0.06);
    mix-blend-mode: normal;
    border-radius: 10px;
    padding: 40px;
}

.s_end .section-title {
    /* text-align: start; */
}

.s_end .st img {
    width: 70%;
    margin-top: 30px;
}

.s_end .cf img {
    width: 100%;
}

.s_end .cf .uplodfile {
    /* background: linear-gradient(to right, orange 50%, rgba(255, 255, 255, 0) 0%), linear-gradient(blue 50%, rgba(255, 255, 255, 0) 0%), linear-gradient(to right, green 50%, rgba(255, 255, 255, 0) 0%), linear-gradient(red 50%, rgba(255, 255, 255, 0) 0%); */
    background: linear-gradient(to right, white 50%, rgba(255, 255, 255, 0) 0%), linear-gradient(white 50%, rgba(255, 255, 255, 0) 0%), linear-gradient(to right, white 50%, rgba(255, 255, 255, 0) 0%), linear-gradient(white 50%, rgba(255, 255, 255, 0) 0%);
    background-position: top, right, bottom, left;
    background-repeat: repeat-x, repeat-y;
    background-size: 10px 1px, 1px 10px;
    box-sizing: border-box;
    padding: 15px 15px;
    cursor: pointer;
}

.s_end .cf .uplodfile p {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    cursor: pointer;
    font-weight: 400;
    letter-spacing: 0.14em;
}

.s_end .cf .uplodfile img {
    cursor: pointer;
    width: 49px;
    height: 23px;
}

@media (max-width: 576px) {
    .s_end .send_box {
        padding: 10px;
    }
}


/*
*
* ==========================================
# carrer Deatail   Page end
* ==========================================
*
*/


/*
*
* ==========================================
#  hire developers  Page start
* ==========================================
*
*/

.hire_developers_hero_section {
    /* background-image: url(../../img/hero_section/dev_page.png); */
    background: url(../../img/hero_section/hire_dev_page.png);
    background-repeat: no-repeat;
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 54, 0.517);
    /* object-fit: cover; */
    background-position: bottom;
    background-size: cover;
    /* background-attachment: fixed; */
    height: 90vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hire_developers_hero_section .com_page_hero {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hire_developers_hero_section .com_page_hero h3 {
    font-size: 40px;
}

.hire_developers_hero_section .com_page_hero p {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 35px;
}

.hire_developers_hero_section .com_page_hero h4 {
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    background: -webkit-linear-gradient( 219.36deg, #FCA249 6.51%, #FF5F5D 75.47%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: -11px 2px 10px rgb(0 0 0 / 30%);
}

.hire_developers_hero_section .com_page_hero .cf {
    background: linear-gradient(0deg, #19194A, #19194A);
    border: 1px solid #19194A;
    box-sizing: border-box;
    box-shadow: -5px -5px 6px -1px rgba(0, 0, 54, 0.59), 3px 4px 13px -5px rgba(255, 255, 255, 0.16);
    border-radius: 10px;
    width: 210px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 25px;
}

.hire_developers_hero_section .com_page_hero .cf .form-control {
    border: none;
    width: 90%;
    padding: 5px;
    margin-bottom: 0 !important;
}


/*  */


/* ///  DECORATION CSS ///  */

.cont_select_center {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -30px;
    margin-left: -150px;
}

.cont_heg_50 {
    position: absolute;
    height: 50%;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #fd7b52;
}


/* ///  END DECORATION CSS  ///  */

.icon_select_mate {
    position: absolute;
    top: 13px;
    right: 2%;
    font-size: 16px;
    height: 22px;
    transition: all 275ms;
}

.select_mate {
    position: relative;
    transition: all 375ms ease-in-out;
}

.select_mate select {
    position: absolute;
    overflow: hidden;
    height: 0px;
    opacity: 0;
    z-index: -1;
}

.cont_list_select_mate {
    position: relative;
    float: left;
    width: inherit;
    margin-left: -13px;
}

.cont_select_int {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 999;
    overflow: overlay;
    height: 0px;
    width: 100%;
    padding: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    background: linear-gradient(0deg, #19194A, #19194A);
    border: 1px solid #19194A;
    box-sizing: border-box;
    box-shadow: -5px -5px 6px -1px rgba(0, 0, 54, 0.59), 3px 4px 13px -5px rgba(255, 255, 255, 0.16);
    border-radius: 10px;
    transition: all 375ms ease-in-out;
}

.cont_select_int li {
    position: relative;
    float: left;
    width: 100%;
    border-bottom: 1px solid #0000000f;
    background-color: transparent;
    list-style-type: none;
    padding: 10px 7px;
    margin: 0px;
    transition: all 275ms ease-in-out;
    display: block;
    cursor: pointer;
    color: #eff2f8ba;
}

.cont_select_int li:nth-child(1) {
    pointer-events: none;
}

.cont_select_int li:last-child {
    border-radius: 3px;
    border-bottom: 0px;
}

.cont_select_int li:hover {
    background-color: #0f0f40;
    color: #fff;
}

.cont_select_int .active {
    background-color: #0f0f40;
    color: #fff;
}


/* etiqueta <p> con la opcion selecionada  */

.selecionado_opcion {
    padding: 10px 2%;
    width: 100%;
    display: block;
    /* text-align: left; */
    margin: 0px !important;
    cursor: pointer;
    color: #fff;
}


/*  */


/* hire_2nd */

.hire_2nd .bh {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.hire_2nd .st img {
    width: 80%;
}

.hire_2nd .box_hire {
    background: linear-gradient(0deg, #19194A, #19194A);
    border: 1px solid #19194A;
    box-sizing: border-box;
    box-shadow: -5px -5px 6px -1px rgba(0, 0, 54, 0.59), 3px 4px 13px -5px rgba(255, 255, 255, 0.16);
    border-radius: 10px;
    width: 240px;
    height: 240px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 15px;
}

.hire_2nd .box:nth-child(3),
.hire_2nd .box:nth-child(3) {
    margin-top: 0;
}

.hire_2nd .box_hire h4 {
    background: -webkit-linear-gradient( 219.36deg, #FCA249 6.51%, #FF5F5D 75.47%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    text-shadow: -11px 2px 10px rgba(0, 0, 0, 0.3);
    padding-top: 15px;
}

.hire_2nd .hire_box {
    background: rgba(255, 255, 255, 0.06);
    mix-blend-mode: normal;
    border-radius: 10px;
    padding: 40px;
}

@media (max-width: 576px) {
    .hire_2nd .hire_box {
        padding: 10px;
    }
}


/*  */

.cn_hire {
    /* margin-top: 100px; */
}

.cn_hire .chb {
    background: rgba(255, 255, 255, 0.06);
    mix-blend-mode: normal;
    border-radius: 10px;
    padding: 40px;
}

@media (max-width: 576px) {
    .cn_hire .chb {
        padding: 20px;
    }
}

.cn_hire .cf h3 {
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 30px;
    padding-bottom: 0;
    color: #3EE4FB;
    font-family: 'Berkshire Swash', cursive;
}

.cn_hire .section-title {
    margin-left: 20px;
}

.cn_hire .mp .mp1 {
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.cn_hire .mp2 {
    display: flex;
    align-items: center;
    background: #0F0F42;
    box-shadow: inset -2px -2px 4px rgba(58, 68, 93, 0.5), inset 2px 2px 4px #060C18;
    border-radius: 58px;
    width: fit-content;
    padding: 15px 20px;
    margin-top: 20px;
}

.cn_hire .mp .mp2 img {
    width: 18px;
    height: 18px;
    margin-right: 20px;
}

.cn_hire .mp .mp1 img {
    width: 25px;
    height: 18px;
    margin-right: 15px;
}

.cn_hire .mp span {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    color: #fff;
    text-align: left;
}

.cn_hire .csm {
    margin-left: 20px;
}

.cn_hire .csm img {
    width: 30px;
}


/* 
.cn_hire .csm img:nth-child(3) {
    width: 60px;
} */

.cn_hire .queryc {
    display: flex;
    justify-content: space-between;
    height: 535px;
    flex-direction: column;
}

@media (max-width: 991.98px) {
    .cn_hire .section-title {
        text-align: center;
        padding-bottom: 00px;
    }
    .cn_hire .queryc {
        height: 400px;
        align-items: center;
    }
    .cn_hire {
        margin-top: 30px;
    }
    .cn_hire .section-title {
        margin-left: 00px;
    }
    .cn_hire .mp .mp1 {
        margin-left: 00px;
    }
    .cn_hire .csm {
        margin-left: 00px;
    }
}

.cn_hire {
    position: relative;
}

.cn_hire .cn-g img {
    position: absolute;
}

.cn_hire .cn-g img:nth-child(1) {
    top: -25px;
    right: 130px;
}

.cn_hire .cn-g img:nth-child(2) {
    left: 0;
    bottom: 0;
}

@media (max-width: 600px) {
    .cn_hire .cn-g img:nth-child(1) {
        top: -5px;
        right: -60px;
    }
    .cn_hire .cn-g img:nth-child(2) {
        left: -60px;
        bottom: -30px;
    }
}


/*
*
* ==========================================
#  hire developers   Page end
* ==========================================
*
*/


/* 
.allpro .btn_tb button {
    background: -webkit-linear-gradient( 219.36deg, #FCA249 6.51%, #FF5F5D 75.47%);
    -webkit-background-clip: border;
} */

.hero-tab-m a {
    margin-right: 10px;
    background: transparent;
    padding: 10px 15px;
    border: 2px solid #FCA249;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    border-radius: 100px;
}

.hero-tab-m a.active {
    /* color: green; */
    background: linear-gradient(223.33deg, #FCA249 0%, #FF5F5D 94.44%) !important;
    mix-blend-mode: normal;
    box-shadow: 12px 12px 18px rgba(0, 0, 0, 0.3);
    /* border: 2px solid #FCA249; */
    border: none;
    font-weight: 500;
    padding: 10px 15px;
    color: #FFFFFF;
}

.allpro .nav-tabs {
    border: none;
}

.allpro .section-title {
    text-align: left;
}

.allpro .btn_tb {
    margin-bottom: 0px;
}


/* Change background color of buttons on hover */

.allpro .card {
    background: rgba(255, 255, 255, 0.06);
    mix-blend-mode: normal;
    border-radius: 10px;
    cursor: pointer;
}

.allpro .card img {
    padding: 13px;
    border-radius: 20px;
}

.allpro .card .conca {
    padding: 15px 10px 15px 20px;
    background: #0F0F42;
    box-shadow: inset -2px -2px 4px rgba(58, 68, 93, 0.5), inset 2px 2px 4px #060C18;
    border-radius: 10px;
    margin: 13px;
    margin-top: 5px;
}

.allpro .card .conca h5 {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    margin-bottom: 4px;
}

.allpro .card .conca p {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 16px;
    background: -webkit-linear-gradient( 219.36deg, #FCA249 6.51%, #FF5F5D 75.47%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/*  */


/* 
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: .8em;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .1rem;
    margin-right: .1rem;
} */

.hirededecfilll {
    padding-bottom: 12px !important;
}

.hirededecfill {
    font-size: 17px !important;
    padding-bottom: 0px !important;
}


/* services page */

.sallpro .carrer_box {
    background: rgba(255, 255, 255, 0.01);
    border: 5px solid #DD137B;
    box-sizing: border-box;
    box-shadow: inset 0px 4px 45px rgb(95 4 157 / 60%);
    backdrop-filter: blur(35px);
    border-radius: 50px 1px;
    display: flex;
    flex-direction: column;
    /* padding: 40px 20px 40px 20px; */
    width: 255px;
    height: 245px;
    justify-content: center;
    align-items: center;
    /* margin-bottom: 30px; */
    transition: ease-in-out 0.3s;
}

.sallpro .carrer_box:hover {
    transform: scale(0.95);
}

.sallpro .cr {
    border-radius: 1px 50px;
}

.sallpro .carrer_box p {
    font-family: 'Berkshire Swash', cursive;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    /* line-height: 27px; */
    color: #FC9B4B;
    margin-top: 10px;
}

.sallpro .carrer_box h5 {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
}

.sallpro .p {
    padding-top: 15px;
    padding-bottom: 15px;
}

@media (max-width: 991.98px) {
    .sallpro .row2 {
        padding-top: 96px;
    }
    .sallpro .row1 .p:nth-child(3) .carrer_box {
        border-radius: 50px 1px;
    }
    .sallpro .row1 .p:nth-child(4) .carrer_box {
        border-radius: 1px 50px;
    }
    .sallpro .row2 .p:nth-child(1) .carrer_box {
        border-radius: 1px 50px;
    }
    .sallpro .row2 .p:nth-child(2) .carrer_box {
        border-radius: 50px 1px;
    }
}

@media (max-width: 768px) {
    /* .allpro .carrer_box {
        border-radius: 1px 50px;
    } */
    /* .allpro .cr {
        border-radius: 50px 1px;
    } */
    .sallpro .row2 {
        padding-top: 0px;
    }
}

@media (max-width: 575.98px) {
    .sallpro .row1 .p:nth-child(3) .carrer_box {
        border-radius: 1px 50px;
    }
    .sallpro .row1 .p:nth-child(4) .carrer_box {
        border-radius: 50px 1px;
    }
    .sallpro .row2 .p:nth-child(3) .carrer_box {
        border-radius: 1px 50px;
    }
    .sallpro .row2 .p:nth-child(4) .carrer_box {
        border-radius: 50px 1px;
    }
}

.sallpro .carrer_box .icon-ani path {
    stroke-dasharray: 174;
    stroke-dashoffset: 0;
}

.sallpro .carrer_box:hover .icon-ani path {
    animation: animate-icon-ani 2s linear forwards;
}

@keyframes animate-icon-ani {
    0% {
        stroke-dashoffset: 0;
    }
    40% {
        stroke-dashoffset: 174;
    }
    80% {
        stroke-dashoffset: 348;
    }
    100% {
        stroke-dashoffset: 348;
    }
}

.sallpro .carrer_box .icon-ani.angu path {
    stroke-dasharray: 240;
    stroke-dashoffset: 0;
}

.sallpro .carrer_box:hover .icon-ani.angu path {
    animation: animate-angu 2s linear forwards;
}

@keyframes animate-angu {
    0% {
        stroke-dashoffset: 0;
    }
    40% {
        stroke-dashoffset: 240;
    }
    80% {
        stroke-dashoffset: 480;
    }
    100% {
        stroke-dashoffset: 480;
    }
}

.sallpro .carrer_box .icon-ani.nodei path {
    stroke-dasharray: 490;
    stroke-dashoffset: 0;
}

.sallpro .carrer_box:hover .icon-ani.nodei path {
    animation: animate-nodei 2s linear forwards;
}

@keyframes animate-nodei {
    0% {
        stroke-dashoffset: 0;
    }
    40% {
        stroke-dashoffset: 490;
    }
    80% {
        stroke-dashoffset: 980;
    }
    100% {
        stroke-dashoffset: 980;
    }
}

.sallpro .carrer_box .icon-ani.vuejs path {
    stroke-dasharray: 242;
    stroke-dashoffset: 0;
    fill: transparent;
}

.sallpro .carrer_box:hover .icon-ani.vuejs path {
    animation: animate-vuejs 2s linear forwards;
}

@keyframes animate-vuejs {
    0% {
        stroke-dashoffset: 0;
    }
    40% {
        stroke-dashoffset: 242;
    }
    80% {
        stroke-dashoffset: 484;
    }
    100% {
        stroke-dashoffset: 484;
    }
}

.sallpro .carrer_box .icon-ani.figmai path {
    stroke-dasharray: 248;
    stroke-dashoffset: 0;
}

.sallpro .carrer_box:hover .icon-ani.figmai path {
    animation: animate-figmai 2s linear forwards;
}

@keyframes animate-figmai {
    0% {
        stroke-dashoffset: 0;
    }
    40% {
        stroke-dashoffset: 248;
    }
    80% {
        stroke-dashoffset: 496;
    }
    100% {
        stroke-dashoffset: 496;
    }
}

.sallpro .carrer_box .icon-ani.xdi path {
    stroke-dasharray: 267;
    stroke-dashoffset: 0;
    /* fill: transparent; */
}

.sallpro .carrer_box:hover .icon-ani.xdi path {
    animation: animate-xdi 2s linear forwards;
}

@keyframes animate-xdi {
    0% {
        stroke-dashoffset: 0;
    }
    40% {
        fill: transparent;
        stroke-dashoffset: 267;
    }
    80% {
        stroke-dashoffset: 534;
    }
    100% {
        stroke-dashoffset: 534;
    }
}

.sallpro .carrer_box .icon-ani.laraveli path {
    stroke-dasharray: 80;
    stroke-dashoffset: 0;
    /* fill: transparent; */
}

.sallpro .carrer_box:hover .icon-ani.laraveli path {
    animation: animate-laraveli 2s linear forwards;
}

@keyframes animate-laraveli {
    0% {
        stroke-dashoffset: 0;
    }
    40% {
        stroke-dashoffset: 80;
    }
    80% {
        stroke-dashoffset: 160;
    }
    100% {
        stroke-dashoffset: 160;
    }
}

.sallpro .carrer_box .icon-ani.phpi path {
    stroke-dasharray: 352;
    stroke-dashoffset: 0;
    /* fill: transparent; */
}

.sallpro .carrer_box:hover .icon-ani.phpi path {
    animation: animate-phpi 2s linear forwards;
}

@keyframes animate-phpi {
    0% {
        stroke-dashoffset: 0;
    }
    40% {
        stroke-dashoffset: 352;
    }
    80% {
        stroke-dashoffset: 704;
    }
    100% {
        stroke-dashoffset: 704;
    }
}

.sallpro .carrer_box .icon-ani.codeigniteri path {
    stroke-dasharray: 338;
    stroke-dashoffset: 0;
    /* fill: transparent; */
}

.sallpro .carrer_box:hover .icon-ani.codeigniteri path {
    animation: animate-codeigniteri 2s linear forwards;
}

@keyframes animate-codeigniteri {
    0% {
        stroke-dashoffset: 0;
    }
    40% {
        stroke-dashoffset: 338;
    }
    80% {
        stroke-dashoffset: 676;
    }
    100% {
        stroke-dashoffset: 676;
    }
}

.sallpro .carrer_box .icon-ani.wordpressi path {
    stroke-dasharray: 276;
    stroke-dashoffset: 0;
    /* fill: transparent; */
}

.sallpro .carrer_box:hover .icon-ani.wordpressi path {
    animation: animate-wordpressi 2s linear forwards;
}

@keyframes animate-wordpressi {
    0% {
        stroke-dashoffset: 0;
    }
    40% {
        stroke-dashoffset: 276;
    }
    80% {
        stroke-dashoffset: 552;
    }
    100% {
        stroke-dashoffset: 552;
    }
}

.sallpro .carrer_box .icon-ani.shopifyi path {
    stroke-dasharray: 160;
    stroke-dashoffset: 0;
    /* fill: transparent; */
}

.sallpro .carrer_box:hover .icon-ani.shopifyi path {
    animation: animate-shopifyi 2s linear forwards;
}

@keyframes animate-shopifyi {
    0% {
        stroke-dashoffset: 0;
    }
    40% {
        stroke-dashoffset: 160;
    }
    80% {
        stroke-dashoffset: 320;
    }
    100% {
        stroke-dashoffset: 320;
    }
}

.sallpro .carrer_box .icon-ani.magentoi path {
    stroke-dasharray: 295;
    stroke-dashoffset: 0;
    /* fill: transparent; */
}

.sallpro .carrer_box:hover .icon-ani.magentoi path {
    animation: animate-magentoi 2s linear forwards;
}

@keyframes animate-magentoi {
    0% {
        stroke-dashoffset: 0;
    }
    40% {
        stroke-dashoffset: 295;
    }
    80% {
        stroke-dashoffset: 590;
    }
    100% {
        stroke-dashoffset: 590;
    }
}

.sallpro .carrer_box .icon-ani.prestashopi path {
    stroke-dasharray: 196;
    stroke-dashoffset: 0;
    /* fill: transparent; */
}

.sallpro .carrer_box:hover .icon-ani.prestashopi path {
    animation: animate-prestashopi 2s linear forwards;
}

@keyframes animate-prestashopi {
    0% {
        stroke-dashoffset: 0;
    }
    40% {
        stroke-dashoffset: 196;
    }
    80% {
        stroke-dashoffset: 392;
    }
    100% {
        stroke-dashoffset: 392;
    }
}

.sallpro .carrer_box .icon-ani.seoi path {
    stroke-dasharray: 381;
    stroke-dashoffset: 0;
}

.sallpro .carrer_box:hover .icon-ani.seoi path {
    animation: animate-seoi 2s linear forwards;
}

@keyframes animate-seoi {
    0% {
        stroke-dashoffset: 0;
    }
    40% {
        stroke-dashoffset: 381;
    }
    80% {
        stroke-dashoffset: 762;
    }
    100% {
        stroke-dashoffset: 762;
    }
}

.sallpro .carrer_box .icon-ani.smsi path {
    stroke-dasharray: 270;
    stroke-dashoffset: 0;
}

.sallpro .carrer_box:hover .icon-ani.smsi path {
    animation: animate-smsi 2s linear forwards;
}

@keyframes animate-smsi {
    0% {
        stroke-dashoffset: 0;
    }
    40% {
        stroke-dashoffset: 270;
    }
    80% {
        stroke-dashoffset: 540;
    }
    100% {
        stroke-dashoffset: 540;
    }
}

.sallpro .carrer_box .icon-ani.conwi path {
    stroke-dasharray: 195;
    stroke-dashoffset: 0;
}

.sallpro .carrer_box:hover .icon-ani.conwi path {
    animation: animate-conwi 2s linear forwards;
}

@keyframes animate-conwi {
    0% {
        stroke-dashoffset: 0;
    }
    40% {
        stroke-dashoffset: 195;
    }
    80% {
        stroke-dashoffset: 390;
    }
    100% {
        stroke-dashoffset: 390;
    }
}

.sallpro .carrer_box .icon-ani.ivri path {
    stroke-dasharray: 182;
    stroke-dashoffset: 0;
}

.sallpro .carrer_box:hover .icon-ani.ivri path {
    animation: animate-ivri 2s linear forwards;
}

@keyframes animate-ivri {
    0% {
        stroke-dashoffset: 0;
    }
    40% {
        stroke-dashoffset: 182;
    }
    80% {
        stroke-dashoffset: 364;
    }
    100% {
        stroke-dashoffset: 364;
    }
}


/*  */

.sallpro .carrer_box .icon-ani.web3devlopercss path {
    stroke-dasharray: 197;
    stroke-dashoffset: 0;
}

.sallpro .carrer_box:hover .icon-ani.web3devlopercss path {
    animation: animate-web3devlopercss 2s linear forwards;
}

@keyframes animate-web3devlopercss {
    0% {
        stroke-dashoffset: 0;
    }
    40% {
        stroke-dashoffset: 197;
    }
    80% {
        stroke-dashoffset: 394;
    }
    100% {
        stroke-dashoffset: 394;
    }
}

.sallpro .carrer_box .icon-ani.metaverserdevelopersvg path {
    stroke-dasharray: 100;
    stroke-dashoffset: 0;
}

.sallpro .carrer_box:hover .icon-ani.metaverserdevelopersvg path {
    animation: animate-metaverserdevelopersvg 2s linear forwards;
}

@keyframes animate-metaverserdevelopersvg {
    0% {
        stroke-dashoffset: 0;
    }
    40% {
        stroke-dashoffset: 100;
    }
    80% {
        stroke-dashoffset: 200;
    }
    100% {
        stroke-dashoffset: 200;
    }
}

.sallpro .carrer_box .icon-ani.difisvg path {
    stroke-dasharray: 70;
    stroke-dashoffset: 0;
}

.sallpro .carrer_box:hover .icon-ani.difisvg path {
    animation: animate-difisvg 2s linear forwards;
}

@keyframes animate-difisvg {
    0% {
        stroke-dashoffset: 0;
    }
    40% {
        stroke-dashoffset: 70;
    }
    80% {
        stroke-dashoffset: 140;
    }
    100% {
        stroke-dashoffset: 140;
    }
}

.sallpro .carrer_box .icon-ani.webflowdevsvg path {
    stroke-dasharray: 263;
    stroke-dashoffset: 0;
}

.sallpro .carrer_box:hover .icon-ani.webflowdevsvg path {
    animation: animate-webflowdevsvg 2s linear forwards;
}

@keyframes animate-webflowdevsvg {
    0% {
        stroke-dashoffset: 0;
    }
    40% {
        stroke-dashoffset: 263;
    }
    80% {
        stroke-dashoffset: 526;
    }
    100% {
        stroke-dashoffset: 526;
    }
}

.sallpro .carrer_box .icon-ani.ctdevelopersvg path {
    stroke-dasharray: 307;
    stroke-dashoffset: 0;
}

.sallpro .carrer_box:hover .icon-ani.ctdevelopersvg path {
    animation: animate-ctdevelopersvg 2s linear forwards;
}

@keyframes animate-ctdevelopersvg {
    0% {
        stroke-dashoffset: 0;
    }
    40% {
        stroke-dashoffset: 307;
    }
    80% {
        stroke-dashoffset: 614;
    }
    100% {
        stroke-dashoffset: 614;
    }
}

.sallpro .carrer_box .icon-ani.iossvg path {
    stroke-dasharray: 276;
    stroke-dashoffset: 0;
}

.sallpro .carrer_box:hover .icon-ani.iossvg path {
    animation: animate-iossvg 2s linear forwards;
}

@keyframes animate-iossvg {
    0% {
        stroke-dashoffset: 0;
    }
    40% {
        stroke-dashoffset: 276;
    }
    80% {
        stroke-dashoffset: 552;
    }
    100% {
        stroke-dashoffset: 552;
    }
}


/* 
 */

.sallpro .filterDiv {
    /* float: left; */
    display: none;
}

.sallpro .show {
    display: flex;
}


/* new hero */

.hearder-2-hero {
    font-family: 'Domaine Display Narrow Semibold';
    font-size: 72px;
    text-align: center;
    color: rgba(255, 255, 255, 0.9);
}

.hearder-2-hero .newstyle-2ndline {
    font-size: 74px;
    text-align: center;
    font-family: 'Domaine Display Narrow Bold';
    background: linear-gradient(266.59deg, #F68839 28.65%, #FFC69D 47.98%, #F55F2F 65.34%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    width: fit-content;
    position: relative;
}

.hearder-2-hero .newstyle-2ndline img {
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    width: -webkit-fill-available;
    margin: auto;
}

.header-tag-line-2 {
    font-family: 'Inter';
    font-weight: 300;
    max-width: 921px;
    font-size: 22px;
    letter-spacing: -0.3px;
    /* Colors/Basic/Color 3 */
    /* margin-top: 35px; */
    color: #FFFFFF;
}

@media (max-width: 991.98px) {
    .hearder-2-hero {
        font-size: 62px;
    }
    .hearder-2-hero .newstyle-2ndline {
        font-size: 62px;
    }
    .header-tag-line-2 {
        max-width: 821px;
        font-size: 16px;
    }
}

@media (max-width:575px) {
    .hearder-2-hero {
        font-size: 42px;
    }
    .hearder-2-hero .newstyle-2ndline {
        font-size: 42px;
    }
}

@media (max-height:478px) {
    .home_page2 {
        height: 100%;
    }
    .home_page2 .home_hero_section {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}


/*
*
* ==========================================
#  hero-about section 
* ==========================================
*
*/

.hero-border {
    border: 2px solid #26304A;
    mix-blend-mode: normal;
    border-radius: 65px;
    position: relative;
}

.hero-about2 {
    position: absolute;
    bottom: 0px;
    left: -20px;
}

.hero-border .hero-ab-b {
    position: absolute;
    right: 119px;
    bottom: -17px;
}

.hero-about .about {
    font-family: 'Domaine Display Narrow';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    background: linear-gradient(266.59deg, #F68839 28.65%, #FFC69D 47.98%, #F55F2F 65.34%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    width: fit-content;
    position: relative;
}

.hero-about .about-p {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 18px;
    color: #F1F1F1;
}

@media (max-width: 991.98px) {
    .hero-about2 {
        display: none;
    }
    .hero-about .about-p {
        font-size: 15px;
    }
    .hero-about .about {
        font-size: 41px;
    }
}


/* End */

.bigabsimg,
.smallabsimg {
    position: absolute;
}

.bigabsimg {
    top: 160px;
    right: 26px;
}

.smallabsimg {
    bottom: -11px;
    left: 142px;
}

img.vert-move {
    -webkit-animation: mover 1.0s infinite alternate;
    animation: mover 1.0s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-20px);
    }
}

.loading-rk {
    position: absolute;
    right: unset;
    left: -165px;
    top: -198px;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 9000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 9000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 9000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 9000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@-ms-keyframes spin {
    from {
        -ms-transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 991.98px) {
    .bigabsimg {
        top: 109px;
        right: 6px;
        width: 110px;
    }
    .smallabsimg {
        bottom: -1px;
        left: 32px;
        width: 84px;
    }
}


/*}}}}}}}}}}}}}}}}}}}}}}}}}}}} Popup {{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{*/

.mr-content {
    background: #111C39;
    border-radius: 20px;
    /* width: 100%; */
    height: calc(100vh - 60px);
}


/* .mr-header {
    border-bottom: none;
    padding: 0px 0px;
} */

.mr-close-btn {
    opacity: 1;
}

.pop-header {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 35px;
    color: #FFFFFF;
    margin-top: 10px;
}

.best-paragraph {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.pop-header-city {
    margin-top: 10px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    width: fit-content;
}

.pop-text {
    height: calc(100vh - 250px);
    overflow-y: scroll;
    margin-top: 15px
}

.pop-btn {
    background: transparent;
    border: none;
}


/* #play1 {
    width: 780px;
    height: 500px;
} */


/* Video Popup */

.video-header {
    border-bottom: none;
    border-bottom: 0px solid rgb(222 226 230);
}

.video-content {
    background-color: transparent;
    border: 0px;
}

.video-close {
    opacity: 1;
}

.video-close img {
    width: 30px !important;
    height: 30px !important;
}

.video-body video {
    width: 100%;
    border-radius: 15px;
}

.mr-content-glry {
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.mr-content-glry .carousel-inner {
    height: calc(100vh - 60px);
    border-radius: 20px 0 0 20px;
}

img.linepop {
    position: absolute;
    right: 0;
    top: 0;
    height: -webkit-fill-available;
}

.mr-content-glry .carousel-inner .carousel-item img,
.mr-content-glry .carousel-inner .carousel-item video {
    height: calc(100vh - 60px);
    object-fit: cover;
}

@media (max-height: 600.98px) {
    .mr-content,
    .mr-content-glry .carousel-inner,
    .mr-content-glry .carousel-inner .carousel-item img,
    .mr-content-glry .carousel-inner .carousel-item video {
        height: 500px
    }
}

@media (max-width: 991.98px) {
    .pop-header {
        font-size: 18px;
    }
    .best-paragraph {
        font-size: 14px;
    }
    .pop-header-city {
        padding: 7px;
        font-size: 13px;
    }
}

@media (max-width: 767.98px) {
    /* #play1 {
        width: 335px;
    } */
    .mr-content,
    .mr-content-glry .carousel-inner {
        height: 100%
    }
    .mr-content-glry .carousel-inner .carousel-item img,
    .mr-content-glry .carousel-inner .carousel-item video {
        height: 500px;
    }
    img.linepop {
        display: none;
    }
    .mr-content-glry .carousel-inner {
        border-radius: 20px;
    }
    .pop-text {
        height: 250px;
        margin-bottom: 15px;
    }
}

.mb-ak {
    margin-bottom: 90px;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 1110px;
        margin: 1.75rem auto;
    }
}

@media (min-width: 576px) {
    .modal-dialog-gallary.modal-dialog {
        max-width: 1300px;
        margin: 1.75rem auto;
        padding: 0 15px;
    }
}

.play-btn-clk {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    width: 52px !important;
    height: 52px !important;
}

.my-cld-m .form-group {
    margin-bottom: 15px;
}


/* .navbar-nav li>a {
    text-transform: capitalize;
    color: #333;
    transition: background-color .2s, color .2s;
}

.navbar-nav li.active>a {
    background-color: #333;
    color: #fff;
} */

.tab-pane {
    scroll-margin-top: calc(100px + 12.5em);
}


/**/

.bg-stp {
    background: url(../../img/hero_section/hero-student-training.png);
    background-repeat: no-repeat;
    box-shadow: unset;
    object-fit: cover;
    background-position: bottom left;
    background-size: cover;
    /* background-attachment: fixed; */
}

.facts_box-stp .fbox {
    background: rgba(255, 255, 255, 0.06);
    mix-blend-mode: normal;
    border-radius: 9px;
    padding: 15px 20px;
    font-family: 'Inter', sans-serif;
    color: #fff;
    transition: ease-in-out 0.3s;
    margin-top: 10px;
    margin-bottom: 10px;
}

a.sthstp img:hover {
    transform: scale(1.1);
    transition: ease-in-out 0.3s;
}

a.sthstp img {
    transition: ease-in-out 0.3s;
}

.drop_us_a_line-student {
    margin: 80px 0;
}

.studentallpro {
    padding-top: 0;
}

.drop_us_a_line .line .sthstpak img:hover {
    transition: ease-in-out 0.3s;
}

.drop_us_a_line .line .sthstpak img:hover {
    transition: ease-in-out 0.3s;
    /* content: url(../../img/student/joinnowstudenthover.png); */
    transform: scale(1.1);
}





.aplybtn {
    margin-right: 10px;
    background: transparent;
    padding: 10px 15px;
    border: 2px solid #FCA249;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    border-radius: 100px;
}

.aplybtn:hover {
    /* color: green; */
    background: linear-gradient(223.33deg, #FCA249 0%, #FF5F5D 94.44%) !important;
    mix-blend-mode: normal;
    box-shadow: 12px 12px 18px rgba(0, 0, 0, 0.3);
    /* border: 2px solid #FCA249; */
    border: none;
    font-weight: 500;
    padding: 10px 15px;
    color: #FFFFFF;
}