
.white {
    color: #fff;
}
body {
 
    font-family: "Nunito", sans-serif;

    font-weight: 695;
   
}   
.responsive_mobile_project_card_container{
    margin-left: 80px;
    margin-bottom: 10px;
}

#navbar-1 {
    background-color: #0554f2;
    width: 100%;
    box-shadow: 50px 0px 25px rgba(0, 0, 0, 0);
    position: relative;
}

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

#navbar-1 .right_white__background {
    position: absolute;
    background-color: white;
    width: 50vw;
    height: 80px;
    top: 56px;
    right: 0;
}

@media (max-width: 991px) {
    #navbar-1 .right_white__background {
        height: 60px;
        top: 36px;
    }
}

@media (max-width: 575px) {
    #navbar-1 .right_white__background {
        height: 60px;
        top: 30px;
    }
}

@media (max-width: 340px) {
    #navbar-1 .right_white__background {
        display: none;
    }
}

#navbar-1 .logo-wrapper {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

#navbar-1 .logo-wrapper .logo {
    max-width: 430px;
    width: 100%;
    padding-left: 30px;
    padding-right: 90px;
}

@media (max-width: 575px) {
    #navbar-1 .logo-wrapper .logo img {
        max-width: 120px;
        margin-top: 10px;
    }
}

#navbar-1 .nav-content {
    flex: 2;
    position: relative;
}

@media (max-width: 575px) {
    #navbar-1 .nav-content {
        flex: 1;
    }
}

#navbar-1 .nav-content .notification {
    color: white;
    padding: 7px 0;
    display: flex;
    gap: 280px;
    padding-left: 440px;
    width: 100%;
    padding-right: 20px;
}

@media (max-width: 1200px) {
    #navbar-1 .nav-content .notification {
        gap: 0px;
        justify-content: space-between;
    }
}

@media (max-width: 991px) {
    #navbar-1 .nav-content .notification {
        justify-content: flex-end;
        padding: 5px 0;
        padding-right: 20px;
    }
    #navbar-1 .nav-content .notification span {
        display: none;
    }
}

#navbar-1 .nav-content .notification a {
    color: white;
}

@media (max-width: 340px) {
    #navbar-1 .nav-content .notification .user-account {
        display: none;
    }
}

@media (min-width: 341px) {
    #navbar-1 .nav-content .notification .xs-user-account {
        display: none;
    }
}

#navbar-1 .nav-content .options {
    padding: 10px 0;
    background-color: white;
    width: 995px;
    height:55px;
}

#navbar-1 .nav-content .options .each-optins-list {
    width: 100%;
    padding-right: 20px;
    padding-left: 80px;
}

@media (max-width: 1200px) {
    #navbar-1 .nav-content .options .each-optins-list {
        justify-content: flex-end;
    }
}

@media (max-width: 767px) {
    #navbar-1 .nav-content .options .each-optins-list {
        padding-left: 20px;
    }
}

#navbar-1 .nav-content .options .menus li {
    margin-right: 40px;
    position: relative;
}

#navbar-1 .nav-content .options .menus li a {
    color: #1d1b19;
    font-weight: 500;
}

#navbar-1 .nav-content .options .menus li::after {
    content: "";
    width: 25px;
    height: 25px;

    position: absolute;
    bottom: -50px;
    left: 50%;
    rotate: 45deg;
    transition: 0.3s ease;
    transform: translate(-10%, 10px);
}

#navbar-1 .nav-content .options .menus li:hover::after {
    transform: translate(-50%, 3px);
}

#navbar-1 .nav-content .options .menus li.active::after {
    content: "";
    width: 25px;
    height: 25px;
    background-color: #0554f2;
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translate(-50%, 3px);
    rotate: 45deg;
}

#navbar-1 .nav-content .options .menus .dropdown {
    position: relative;
    display: inline-block;
}

#navbar-1 .nav-content .options .menus .dropdown .submenu {
    position: absolute;
    background-color: white;
    top: 50px;
    left: -30px;
    padding: 10px;
    z-index: 50;
    height: 0px;
    overflow: hidden;
    min-width: 100px;
    opacity: 0;
    transition: 0.5s;
}

#navbar-1 .nav-content .options .menus .dropdown .submenu a {
    display: block;
    color: #333;
    text-decoration: none;
    border-radius: 5px;
    padding: 10px;
}

#navbar-1 .nav-content .options .menus .dropdown .submenu a:hover {
    background-color: #0554f2;
    color: white;
}

#navbar-1 .nav-content .options .menus .dropdown .bigger-width {
    min-width: 200px;
}

#navbar-1 .nav-content .options .menus .dropdown:hover .submenu {
    height: auto;
    opacity: 1;
    min-width: 100px;
}

#navbar-1 .nav-content .options .menus .dropdown:hover .bigger-width {
    min-width: 200px;
    opacity: 1;
}

@media (max-width: 1200px) {
    #navbar-1 .nav-content .options .menus {
        display: none !important;
    }
}

#navbar-1 .nav-content .options .search-option .get-start-button {
    padding: 9px 40px;
    width: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: white;
    background-color: #0554f2;
}

@media (max-width: 575px) {
    #navbar-1 .nav-content .options .search-option .get-start-button {
        display: none;
    }
}

@media (max-width: 550px){
    .options{
        display: none;
    }
}

@media (max-width: 991px) {
    #navbar-1 .nav-content .options {
        padding: 5px 0;
        display: none;
    }
    #navbar-1 .nav-content .options .search-option .get-start-button {
        padding: 10px 30px;
        width: 155px;
    }
}

#navbar-1 .nav-content .search-option .search {
    width: 50px;
    height: 50px;
    margin-right: 30px;
    border: 1px solid #0554f2;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0554f2;
    font-size: 22px;
    cursor: pointer;
}

@media (max-width: 991px) {
    #navbar-1 .nav-content .search-option .search {
        width: 42px;
        font-size: 18px;
        height: 42px;
    }
}

@media (max-width: 575px) {
    #navbar-1 .nav-content .search-option .search {
        display: none;
    }
}

#navbar-1 .nav-content .search-option .modal {
    background: rgba(0, 0, 0, 0.7);
}

#navbar-1 .nav-content .search-option .modal-content {
    background: none;
    border: none;
}

#navbar-1 .nav-content .search-option .modal-form {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    position: relative;
}

#navbar-1 .nav-content .search-option .modal-form .modal-input {
    background: transparent;
    margin-top: 3rem;
    width: 90%;
    height: 3.5rem;
    border: 0.1rem solid #0554f2;
    border-radius: 0.5rem;
    margin-bottom: 2rem;
    border-radius: 5rem;
    padding-left: 2rem;
    font-size: 1.6rem;
    color: #fff;
}

#navbar-1 .nav-content .search-option .modal-form .modal-input:focus {
    outline: none;
}

#navbar-1 .nav-content .search-option .modal-form .modalRightArrow {
    position: absolute;
    top: 38%;
    right: 15%;
    border-radius: 45%;
    font-size: 2rem;
    color: #0554f2;
    padding: 0.2rem 0.8rem;
}

#navbar-1 .nav-content .search-option .modal-form .modalRightArrow i {
    animation-name: rightArrowMove;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes rightArrowMove {
    0% {
        transform: translateX(0px);
    }
    100% {
        transform: translateX(10px);
    }
}

#navbar-1 .nav-content .menu-icon {
    width: 50px;
    height: 50px;
    margin-left: 25px;
    align-items: center;
    justify-content: center;
    display: none;
    border-radius: 5px;
}

@media (max-width: 1200px) {
    #navbar-1 .nav-content .menu-icon {
        display: flex;
    }
}

@media (max-width: 991px) {
    #navbar-1 .nav-content .menu-icon {
        width: 42px;
        height: 42px;
    }
}

@media (max-width: 575px) {
    #navbar-1 .nav-content .menu-icon {
        margin-left: 0px;
    }
}

#navbar-1 .nav-content .menu-icon #nav-lines {
    width: 40px;
    height: 40px;
    cursor: pointer;
}

@media (max-width: 991px) {
    #navbar-1 .nav-content .menu-icon #nav-lines {
        width: 35px;
        height: 35px;
    }
}

#navbar-1 .nav-content .menu-icon #nav-lines .rect {
    stroke-width: 0;
    stroke: #0554f2;
    fill: transparent;
    transform-origin: 50% 50%;
    transition: all 0.3s ease-in-out;
    transform: rotate(0deg);
}

#navbar-1 .nav-content .menu-icon #nav-lines .cross-line {
    stroke: #0554f2;
    stroke-width: 0;
    transform-origin: 50% 50%;
    transition: all 0.3s ease-in-out;
}

#navbar-1 .nav-content .menu-icon #nav-lines .nav-line {
    stroke: #0554f2;
    transform-origin: 50% 50%;
    stroke-width: 4px;
    transition: all 0.3s ease-in-out;
}

#navbar-1 .nav-content .menu-icon #nav-lines:hover .rect {
    stroke-width: 1;
    transform: rotate(45deg);
}

#navbar-1 .nav-content .menu-icon #nav-lines:hover .nav-line {
    transform: scale(0.5, 0.5);
}

#navbar-1 .nav-content .menu-icon #nav-lines:hover #nav-line-1 {
    transform: translateY(10px) scale(0.5);
}

#navbar-1 .nav-content .menu-icon #nav-lines:hover #nav-line-3 {
    transform: translateY(-10px) scale(0.5);
}

#navbar-1 .nav-content .menu-icon #nav-lines.active .cross-line {
    stroke-width: 4;
    transform: scale(0.8);
}

#navbar-1 .nav-content .menu-icon #nav-lines.active .nav-line,
#navbar-1 .nav-content .menu-icon #nav-lines.active #nav-line-1,
#navbar-1 .nav-content .menu-icon #nav-lines.active #nav-line-3 {
    transform: scale(0.01);
}

#navbar-1 .nav-content .menu-icon #nav-lines.active:hover .cross-line {
    transform: scale(0.6);
}

#navbar-1 .nav-content .clip-path {
    position: absolute;
    overflow: hidden !important;
   
    left: -45px;
    background: #cecece;
    padding: 10px;
    width: 66px;
    z-index: 5;
    height: 56px;
    -webkit-clip-path: polygon(68% 0, 100% 0, 35% 100%, 0% 100%);
    clip-path: polygon(68% 0, 100% 0, 35% 100%, 0% 100%);
}

@media screen and (min-width: 575px) and (max-width: 991px) {
    #navbar-1 .nav-content .clip-path {
        height: 54px;
        top: 40%;
    }
}

@media (max-width: 450px){
    .clip-path{
        display: none;
    }
}

@media (max-width: 575px) {
    #navbar-1 .nav-content .clip-path {
        height: 52px;
        top: 37%;
        display: none;
    }
}

@media (max-width: 340px) {
    #navbar-1 .nav-content .clip-path {
        top: 36%;
        height: 53px;
    }
}

@media (max-width: 271px) {
    #navbar-1 .nav-content .clip-path {
        display: none;
    }
}

#navbar-1 .nav-content .white__background {
    background: white;
    width: 20px;
    height: 35px;
    position: absolute;
    overflow: hidden;
    bottom: 0;
    left: -18px;
    border-top-left-radius: 5px;
}

@media (max-width: 991px) {
    #navbar-1 .nav-content .white__background {
        height: 28.5px;
    }
}

@media (max-width: 575px) {
    #navbar-1 .nav-content .white__background {
        height: 27.5px;
        display: none;
    }
}

@media (max-width:450px){
    .white__background{
        display: none;
    }
}

@media (max-width: 271px) {
    #navbar-1 .nav-content .white__background {
        display: none;
    }
}

#navbar-1 .mobile-nav {
    position: fixed;
    padding: 30px;
    right: 0;
    top: 0;
    z-index: 111;
    max-width: 350px;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    background: white;
    transform: translateX(100%);
    transition: 0.5s ease;
}

#navbar-1 .mobile-nav.active {
    transform: translateX(0%);
    transition: 0.5s ease;
}

#navbar-1 .mobile-nav .close-nav {
    cursor: pointer;
}

#navbar-1 .mobile-nav .close-nav:hover {
    color: #0554f2;
}

#navbar-1 .mobile-nav .get-start-button {
    padding: 15px 41px;
    width: 175px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: white;
    background-color: #0554f2;
}

@media (max-width: 991px) {
    #navbar-1 .mobile-nav .get-start-button {
        padding: 10px 30px;
        width: 155px;
    }
}

#navbar-1 .mobile-nav .search {
    width: 50px;
    height: 50px;
    margin-right: 30px;
    border: 1px solid #0554f2;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0554f2;
    font-size: 22px;
    cursor: pointer;
}

@media (max-width: 991px) {
    #navbar-1 .mobile-nav .search {
        width: 42px;
        font-size: 18px;
        height: 42px;
    }
}

#navbar-1 .mobile-nav .mobile-menus .mobile-menu {
    border-bottom: 1px solid rgb(180, 180, 180);
}

#navbar-1 .mobile-nav .mobile-menus .mobile-menu:nth-last-child(1) {
    border-bottom: none;
}

#navbar-1 .mobile-nav .mobile-menus .mobile-menu a {
    font-size: 16px;
    font-weight: 500;
    color: #1d1b19;
    display: block;
    text-transform: capitalize;
    padding: 8px 0;
}

#navbar-1 .mobile-nav .mobile-menus .mobile-menu a:hover {
    color: #0554f2;
}

#navbar-1 .mobile-nav .mobile-menus .mobile-menu.has-dropdown {
    cursor: pointer;
}

#navbar-1 .mobile-nav .mobile-menus .mobile-menu.has-dropdown .dropdown-arrow {
    position: relative;
}

#navbar-1 .mobile-nav .mobile-menus .mobile-menu.has-dropdown .dropdown-arrow::after {
    position: absolute;
    content: "\f078";
   
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 600;
    transition: 0.3s ease;
}

#navbar-1 .mobile-nav .mobile-menus .mobile-menu.has-dropdown .dropdown-arrow.open {
    color: #0554f2;
}

#navbar-1 .mobile-nav .mobile-menus .mobile-menu.has-dropdown .dropdown-arrow.open::after {
    content: "\f077";
    transition: 0.3s ease;
}

#navbar-1 .mobile-nav .mobile-menus .mobile-menu.has-dropdown .submenu {
    opacity: 1;
    display: none;
    padding-left: 20px;
}

#navbar-1 .mobile-nav .mobile-menus .mobile-menu.has-dropdown .submenu li {
    width: 100%;
    font-size: 14px;
    border-bottom: 1px solid #d2d1d1;
}

#navbar-1 .mobile-nav .mobile-menus .mobile-menu.has-dropdown .submenu li:nth-last-child(1) {
    border-bottom: none;
}

#navbar-1 .mobile-nav-overlay {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 11;
    max-width: 100%;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    transform: translateX(100%);
    transition: 0.5s ease;
}

#navbar-1 .mobile-nav-overlay.active {
    transform: translateX(0%);
    transition: 0.5s ease;
}

#navbar-3 {
    width: 100%;
    box-shadow: 50px 0px 25px rgba(0, 0, 0, 0.25);
    position: absolute;
    top: 0;
}

#navbar-3 .notification {
    color: white;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

@media (max-width: 767px) {
    #navbar-3 .notification {
        flex-direction: column;
        gap: 10px;
        align-items: center;
    }
}

#navbar-3 .notification a {
    color: white;
}

#navbar-3 .notification .header-left {
    display: flex;
    gap: 10px;
}

#navbar-3 .notification .header-socials ul {
    display: flex;
    gap: 17px;
}

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

#navbar-3 .leftbgSecondary {
    position: absolute;
    background: #ffaa17;
    width: 50%;
    height: 72px;
}

@media (max-width: 991px) {
    #navbar-3 .leftbgSecondary {
        top: 5px;
        height: 50px;
    }
}

@media (max-width: 768px) {
    #navbar-3 .leftbgSecondary {
        top: 0;
    }
}

@media (max-width: 575px) {
    #navbar-3 .leftbgSecondary {
        height: 42px;
    }
}

#navbar-3 .navContainer {
    position: relative;
}

#navbar-3 .nav-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
}

#navbar-3 .nav-content {
    flex: 2;
    position: relative;
}

@media (max-width: 575px) {
    #navbar-3 .nav-content {
        flex: 1;
    }
}

#navbar-3 .nav-content .options {
    background-color: #ffaa17;
    border-radius: 0px 6px 6px 0px;
}

#navbar-3 .nav-content .options .each-optins-list .logo-wrapper {
    flex: 1;
    display: flex;
    justify-content: flex-start;
}

#navbar-3 .nav-content .options .each-optins-list .logo-wrapper .logo img {
    max-width: 120px;
    width: 100%;
}

#navbar-3 .nav-content .options .menus li {
    margin-right: 40px;
    position: relative;
}

#navbar-3 .nav-content .options .menus li a {
    color: #1d1b19;
    font-weight: 500;
}

#navbar-3 .nav-content .options .menus .dropdown {
    position: relative;
    display: inline-block;
}

#navbar-3 .nav-content .options .menus .dropdown .submenu {
    position: absolute;
    background-color: white;
    top: 50px;
    left: -30px;
    padding: 10px;
    z-index: 50;
    height: 0px;
    overflow: hidden;
    min-width: 100px;
    opacity: 0;
    transition: 0.5s;
}

#navbar-3 .nav-content .options .menus .dropdown .submenu a {
    display: block;
    color: #333;
    text-decoration: none;
    border-radius: 5px;
    padding: 10px;
}

#navbar-3 .nav-content .options .menus .dropdown .submenu a:hover {
    background-color: #ffaa17;
    color: white;
}

#navbar-3 .nav-content .options .menus .dropdown .bigger-width {
    min-width: 200px;
}

#navbar-3 .nav-content .options .menus .dropdown:hover .submenu {
    height: auto;
    opacity: 1;
    min-width: 100px;
}

#navbar-3 .nav-content .options .menus .dropdown:hover .bigger-width {
    min-width: 200px;
    opacity: 1;
}

@media (max-width: 1200px) {
    #navbar-3 .nav-content .options .menus {
        display: none !important;
    }
}

#navbar-3 .nav-content .search-option .search {
    padding: 25px;
    border-radius: 0px 6px 6px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    font-size: 22px;
    cursor: pointer;
}

@media (max-width: 991px) {
    #navbar-3 .nav-content .search-option .search {
        width: 42px;
        font-size: 18px;
        height: 42px;
    }
}

@media (max-width: 575px) {
    #navbar-3 .nav-content .search-option .search {
        display: none;
    }
}

#navbar-3 .nav-content .search-option .modal {
    background: rgba(0, 0, 0, 0.7);
}

#navbar-3 .nav-content .search-option .modal-content {
    background: none;
    border: none;
}

#navbar-3 .nav-content .search-option .modal-form {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    position: relative;
}

#navbar-3 .nav-content .search-option .modal-form .modal-input {
    background: transparent;
    margin-top: 3rem;
    width: 90%;
    height: 3.5rem;
    border: 0.1rem solid #ffaa17;
    border-radius: 0.5rem;
    margin-bottom: 2rem;
    border-radius: 5rem;
    padding-left: 2rem;
    font-size: 1.6rem;
    color: #fff;
}

#navbar-3 .nav-content .search-option .modal-form .modal-input:focus {
    outline: none;
}

#navbar-3 .nav-content .search-option .modal-form .modalRightArrow {
    position: absolute;
    top: 38%;
    right: 15%;
    border-radius: 45%;
    font-size: 2rem;
    color: #ffaa17;
    padding: 0.2rem 0.8rem;
}

#navbar-3 .nav-content .search-option .modal-form .modalRightArrow i {
    animation-name: rightArrowMove;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes rightArrowMove {
    0% {
        transform: translateX(0px);
    }
    100% {
        transform: translateX(10px);
    }
}

#navbar-3 .nav-content .menu-icon {
    width: 50px;
    height: 50px;
    margin-left: 25px;
    align-items: center;
    justify-content: center;
    display: none;
    border-radius: 5px;
}

@media (max-width: 1200px) {
    #navbar-3 .nav-content .menu-icon {
        display: flex;
    }
}

@media (max-width: 991px) {
    #navbar-3 .nav-content .menu-icon {
        width: 42px;
        height: 42px;
    }
}

@media (max-width: 575px) {
    #navbar-3 .nav-content .menu-icon {
        margin-left: 0px;
    }
}

#navbar-3 .nav-content .menu-icon #nav-lines {
    width: 40px;
    height: 40px;
    cursor: pointer;
}

@media (max-width: 991px) {
    #navbar-3 .nav-content .menu-icon #nav-lines {
        width: 35px;
        height: 35px;
    }
}

#navbar-3 .nav-content .menu-icon #nav-lines .rect {
    stroke-width: 0;
    stroke: #0554f2;
    fill: transparent;
    transform-origin: 50% 50%;
    transition: all 0.3s ease-in-out;
    transform: rotate(0deg);
}

#navbar-3 .nav-content .menu-icon #nav-lines .cross-line {
    stroke: #0554f2;
    stroke-width: 0;
    transform-origin: 50% 50%;
    transition: all 0.3s ease-in-out;
}

#navbar-3 .nav-content .menu-icon #nav-lines .nav-line {
    stroke: #0554f2;
    transform-origin: 50% 50%;
    stroke-width: 4px;
    transition: all 0.3s ease-in-out;
}

#navbar-3 .nav-content .menu-icon #nav-lines:hover .rect {
    stroke-width: 1;
    transform: rotate(45deg);
}

#navbar-3 .nav-content .menu-icon #nav-lines:hover .nav-line {
    transform: scale(0.5, 0.5);
}

#navbar-3 .nav-content .menu-icon #nav-lines:hover #nav-line-1 {
    transform: translateY(10px) scale(0.5);
}

#navbar-3 .nav-content .menu-icon #nav-lines:hover #nav-line-3 {
    transform: translateY(-10px) scale(0.5);
}

#navbar-3 .nav-content .menu-icon #nav-lines.active .cross-line {
    stroke-width: 4;
    transform: scale(0.8);
}

#navbar-3 .nav-content .menu-icon #nav-lines.active .nav-line,
#navbar-3 .nav-content .menu-icon #nav-lines.active #nav-line-1,
#navbar-3 .nav-content .menu-icon #nav-lines.active #nav-line-3 {
    transform: scale(0.01);
}

#navbar-3 .nav-content .menu-icon #nav-lines.active:hover .cross-line {
    transform: scale(0.6);
}

#navbar-3 .nav-content .clip-path {
    position: absolute;
    overflow: hidden !important;
    top: 43%;
    left: -34px;
    background: #cecece;
    padding: 10px;
    width: 50px;
    z-index: 5;
    height: 74px;
    -webkit-clip-path: polygon(68% 0, 100% 0, 35% 100%, 0% 100%);
    clip-path: polygon(68% 0, 100% 0, 35% 100%, 0% 100%);
}

@media (max-width: 991px) {
    #navbar-3 .nav-content .clip-path {
        height: 54px;
        top: 40%;
    }
}

@media (max-width: 575px) {
    #navbar-3 .nav-content .clip-path {
        height: 52px;
        top: 37%;
    }
}

#navbar-3 .nav-content .white__background {
    background: white;
    width: 20px;
    height: 37px;
    position: absolute;
    overflow: hidden;
    bottom: 0;
    left: -18px;
    border-top-left-radius: 5px;
}

@media (max-width: 991px) {
    #navbar-3 .nav-content .white__background {
        height: 28.5px;
    }
}

@media (max-width: 575px) {
    #navbar-3 .nav-content .white__background {
        height: 27.5px;
    }
}

@media (max-width: 575px) {
    #navbar-3 .get-start-button {
        display: none;
    }
}

#navbar-3 .mobile-nav {
    position: fixed;
    padding: 30px;
    right: 0;
    top: 0;
    z-index: 111;
    max-width: 350px;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    background: white;
    transform: translateX(100%);
    transition: 0.5s ease;
}

#navbar-3 .mobile-nav.active {
    transform: translateX(0%);
    transition: 0.5s ease;
}

#navbar-3 .mobile-nav .close-nav {
    cursor: pointer;
}

#navbar-3 .mobile-nav .close-nav:hover {
    color: #0554f2;
}

#navbar-3 .mobile-nav .get-start-button {
    padding: 15px 41px;
    width: 175px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: white;
    background-color: #0554f2;
}

@media (max-width: 991px) {
    #navbar-3 .mobile-nav .get-start-button {
        padding: 10px 30px;
        width: 155px;
    }
}

#navbar-3 .mobile-nav .search {
    width: 50px;
    height: 50px;
    margin-right: 30px;
    border: 1px solid #ffaa17;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffaa17;
    font-size: 22px;
    cursor: pointer;
}

@media (max-width: 991px) {
    #navbar-3 .mobile-nav .search {
        width: 42px;
        font-size: 18px;
        height: 42px;
    }
}

#navbar-3 .mobile-nav .mobile-menus .mobile-menu {
    border-bottom: 1px solid rgb(180, 180, 180);
}

#navbar-3 .mobile-nav .mobile-menus .mobile-menu:nth-last-child(1) {
    border-bottom: none;
}

#navbar-3 .mobile-nav .mobile-menus .mobile-menu a {
    font-size: 16px;
    font-weight: 500;
    color: #1d1b19;
    display: block;
    text-transform: capitalize;
    padding: 8px 0;
}

#navbar-3 .mobile-nav .mobile-menus .mobile-menu a:hover {
    color: #ffaa17;
}

#navbar-3 .mobile-nav .mobile-menus .mobile-menu.has-dropdown {
    cursor: pointer;
}

#navbar-3 .mobile-nav .mobile-menus .mobile-menu.has-dropdown .dropdown-arrow {
    position: relative;
}

#navbar-3 .mobile-nav .mobile-menus .mobile-menu.has-dropdown .dropdown-arrow::after {
    position: absolute;
    content: "\f078";
   
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 600;
    transition: 0.3s ease;
}

#navbar-3 .mobile-nav .mobile-menus .mobile-menu.has-dropdown .dropdown-arrow.open {
    color: #ffaa17;
}

#navbar-3 .mobile-nav .mobile-menus .mobile-menu.has-dropdown .dropdown-arrow.open::after {
    content: "\f077";
    transition: 0.3s ease;
}

#navbar-3 .mobile-nav .mobile-menus .mobile-menu.has-dropdown .submenu {
    opacity: 1;
    display: none;
    padding-left: 20px;
}

#navbar-3 .mobile-nav .mobile-menus .mobile-menu.has-dropdown .submenu li {
    width: 100%;
    font-size: 14px;
    border-bottom: 1px solid #d2d1d1;
}

#navbar-3 .mobile-nav .mobile-menus .mobile-menu.has-dropdown .submenu li:nth-last-child(1) {
    border-bottom: none;
}

#navbar-3 .mobile-nav-overlay {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 11;
    max-width: 100%;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    transform: translateX(100%);
    transition: 0.5s ease;
}

#navbar-3 .mobile-nav-overlay.active {
    transform: translateX(0%);
    transition: 0.5s ease;
}

#hero,
#hero-2 {
    position: relative;
    background-color: #eff4fa;
}

#hero .hero-1-slide,
#hero-2 .hero-1-slide {
    min-height: 77vh;
    position: relative;
    overflow: hidden;
}

#hero .hero-1-slide .slide-card,
#hero-2 .hero-1-slide .slide-card {
    min-height: 100vh;
    padding-top: 157px;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    color: white;
    padding-bottom: 400px;
}

@media (max-width: 767px) {
    #hero .hero-1-slide .slide-card,
    #hero-2 .hero-1-slide .slide-card {
        padding-top: 150px;
        padding-bottom: 250px;
    }
}

@media (max-width: 575px) {
    #hero .hero-1-slide .slide-card,
    #hero-2 .hero-1-slide .slide-card {
        padding-right: 50px;
    }
}

#hero .hero-1-slide .slide-card .slide__card--wrapper,
#hero-2 .hero-1-slide .slide-card .slide__card--wrapper {
    margin-left: 228px;
}

@media (max-width: 991px) {
    #hero .hero-1-slide .slide-card .slide__card--wrapper,
    #hero-2 .hero-1-slide .slide-card .slide__card--wrapper {
        margin-left: 120px;
    }
}

@media (max-width: 767px) {
    #hero .hero-1-slide .slide-card .slide__card--wrapper,
    #hero-2 .hero-1-slide .slide-card .slide__card--wrapper {
        margin-left: 30px;
    }
}

@media (max-width: 575px) {
    #hero .hero-1-slide .slide-card .slide__card--wrapper,
    #hero-2 .hero-1-slide .slide-card .slide__card--wrapper {
        margin-left: 15px;
        max-width: 90%;
        text-align: justify;
    }
}

#hero .hero-1-slide .slide-card .heading-7,
#hero-2 .hero-1-slide .slide-card .heading-7 {
    max-width: 680px;
    font-weight: 300;
}

@media (max-width: 991px) {
    #hero .hero-1-slide .slide-card .heading-7,
    #hero-2 .hero-1-slide .slide-card .heading-7 {
        max-width: 480px;
    }
}

#hero .hero-1-slide .slide-card .shape-left,
#hero-2 .hero-1-slide .slide-card .shape-left {
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
}

@media (max-width: 575px) {
    #hero .hero-1-slide .slide-card .shape-left,
    #hero-2 .hero-1-slide .slide-card .shape-left {
        left: -12%;
    }
}

@media (max-width: 390px) {
    #hero .hero-1-slide .slide-card .shape-left,
    #hero-2 .hero-1-slide .slide-card .shape-left {
        left: -20%;
    }
}

#hero .hero-1-slide .slide-card .shape-right,
#hero-2 .hero-1-slide .slide-card .shape-right {
    top: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

@media (max-width: 575px) {
    #hero .hero-1-slide .slide-card .shape-right,
    #hero-2 .hero-1-slide .slide-card .shape-right {
        right: -30%;
    }
}

@media (max-width: 575px) {
    #hero .hero-1-slide .slide-card .shape-right,
    #hero-2 .hero-1-slide .slide-card .shape-right {
        right: -50%;
    }
}

@media (max-width: 991px) {
    #hero .hero-1-slide .slide-card .heading-1,
    #hero-2 .hero-1-slide .slide-card .heading-1 {
        font-size: 100px;
        line-height: 100px;
    }
}

@media (max-width: 767px) {
    #hero .hero-1-slide .slide-card .heading-1,
    #hero-2 .hero-1-slide .slide-card .heading-1 {
        font-size: 70px;
        line-height: 70px;
    }
}

@media (max-width: 575px) {
    #hero .hero-1-slide .slide-card .heading-1,
    #hero-2 .hero-1-slide .slide-card .heading-1 {
        font-size: 50px;
        line-height: 55px;
    }
}

@media (max-width: 425px) {
    #hero .hero-1-slide .slide-card .heading-1,
    #hero-2 .hero-1-slide .slide-card .heading-1 {
        font-size: 40px;
        line-height: 40px;
    }
}

#hero .hero-1-slide .curve-overlay,
#hero-2 .hero-1-slide .curve-overlay {
    position: absolute;
    bottom: -10px;
    left: 0;
    min-width: 900px;
    width: 100%;
    z-index: 1;
}

#hero .hero-1-slide .slick-dots,
#hero-2 .hero-1-slide .slick-dots {
    width: 160px;
    height: 30px;
    top: 40%;
    left: -20px;
    rotate: 90deg;
}

@media (max-width: 767px) {
    #hero .hero-1-slide .slick-dots,
    #hero-2 .hero-1-slide .slick-dots {
        display: none !important;
    }
}

#hero .hero-1-slide .slick-dots li,
#hero-2 .hero-1-slide .slick-dots li {
    width: 25px;
    height: 25px;
    margin-right: 20px;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
}

#hero .hero-1-slide .slick-dots li button,
#hero-2 .hero-1-slide .slick-dots li button {
    display: none;
}

#hero .hero-1-slide .slick-dots li.slick-active::before,
#hero-2 .hero-1-slide .slick-dots li.slick-active::before {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #0554f2;
    left: 5px;
    top: 5px;
    position: absolute;
}

#hero .hero-contact,
#hero-2 .hero-contact {
    right: -210px;
    top: 256px;
    transform: translate(0%, 0%);
    position: absolute;
    color: white;
    z-index: 11;
    rotate: -90deg;
}

@media only screen and (max-width: 765px) and (min-width: 280px) {
    #hero .hero-contact,
    #hero-2 .hero-contact {
        top: 290px;
    }
}

#hero .hero-contact .phone-email,
#hero-2 .hero-contact .phone-email {
    gap: 20px;
    list-style: none;
}

#hero .hero-contact .phone-email li span,
#hero-2 .hero-contact .phone-email li span {
    margin-right: 8px;
}

#hero .hero-contact .phone-email li a,
#hero-2 .hero-contact .phone-email li a {
    color: white;
}

#hero .hero-contact .social,
#hero-2 .hero-contact .social {
    list-style: none;
    gap: 9px;
}

#hero .hero-contact .social a,
#hero-2 .hero-contact .social a {
    color: white;
}

@media (max-width: 757px) {
    #hero .hero-contact .phone-email,
    #hero-2 .hero-contact .phone-email {
        gap: 20px;
    }
}

#hero .service,
#hero-2 .service {
    position: relative;
    z-index: 111;
}

#hero .service .service-cards,
#hero-2 .service .service-cards {
    margin-top: -350px;
    position: inherit;
    padding: 20px 0;
}

@media (max-width: 757px) {
    #hero .service .service-cards,
    #hero-2 .service .service-cards {
        margin-top: -230px;
    }
}

#hero {
    position: relative;
}

#hero .overlay-wrapper {
    display: flex;
}

#hero .overlay-wrapper .left-overlay {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(10, 84, 242, 0.5);
    animation: left-overlay 3s 1s 1;
    transition: 0.5s ease-in-out;
    width: 20%;
    height: 80%;
    -webkit-clip-path: polygon(0 0, 80% 0, 0 56%, 0 100%);
    clip-path: polygon(0 0, 80% 0, 0 56%, 0 100%);
}

@keyframes left-overlay {
    from {
        width: 85%;
        height: 100%;
        -webkit-clip-path: polygon(0 0, 80% 0, 0 143%, 0% 100%);
        clip-path: polygon(0 0, 80% 0, 0 143%, 0% 100%);
    }
    to {
        width: 20%;
        height: 80%;
        -webkit-clip-path: polygon(0 0, 80% 0, 0 56%, 0 100%);
        clip-path: polygon(0 0, 80% 0, 0 56%, 0 100%);
    }
}

#hero .overlay-wrapper .right-overlay {
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(5, 84, 242, 0.5);
    animation: right-overlay 3s 1s 1;
    transition: 0.5s ease-in-out;
    width: 40%;
    height: 150vh;
    -webkit-clip-path: polygon(90% 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(90% 0, 100% 0, 100% 100%, 0 100%);
}

@keyframes right-overlay {
    from {
        width: 90%;
        height: 150vh;
        -webkit-clip-path: polygon(65% 0, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(65% 0, 100% 0, 100% 100%, 0 100%);
    }
    to {
        width: 40%;
        height: 150vh;
        -webkit-clip-path: polygon(90% 0, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(90% 0, 100% 0, 100% 100%, 0 100%);
    }
}

.achivement-area-margin-bottom {
    height: 120px;
    width: 120px;
}

@media (max-width: 991px) {
    .achivement-area-margin-bottom {
        height: 100px;
        width: 100px;
    }
}

@media (max-width: 767px) {
    .achivement-area-margin-bottom {
        height: 80px;
        width: 80px;
    }
}

@media (max-width: 575px) {
    .achivement-area-margin-bottom {
        height: 250px;
        width: 120px;
    }
}



.hero-about ul {
    list-style: none;
    padding: 0;
    margin-top: 30px;
}

.hero-about ul li {
    display: flex;
    align-items: center;
  
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 18px;
}

.hero-about ul li span {
    font-size: 24px;
    color: #0554f2;
    margin-right: 16px;
}

@media (max-width: 575px) {
    .hero-about ul li {
        font-size: 14px;
        line-height: 20px;
    }
}

.hero-about .creativity {
    max-width: 462px;
    margin-top: 30px;
    width: 100%;
    padding: 15px 20px;
    background: white;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
}

.hero-about .creativity .circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #0554f2;
    color: white;
    margin-right: 27px;
}

.hero-about .creativity .heading-7 {
    max-width: 280px;
    width: 100%;
    font-weight: 600;
}

@media (max-width: 425px) {
    .hero-about .creativity .creativity-info {
        flex-direction: column;
    }
    .hero-about .creativity .creativity-info .heading-7 {
        max-width: 100%;
        width: 100%;
    }
}

.hero-about .call-phone {
    margin-left: 30px;
}

.hero-about .call-phone .phone-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #0554f2;
    font-size: 32px;
    color: #0554f2;
}

.hero-about .call-phone .text {
    margin-left: 20px;
}

@media (max-width: 575px) {
    .hero-about .call-phone {
        margin-left: 0px;
        margin-bottom: 20px;
    }
    .hero-about .call-phone .phone-icon {
        width: 50px;
        height: 50px;
        font-size: 24px;
    }
}

.hero-about .img_wrapper_3 {
    margin-top: -200px;
}

@media (max-width: 575px) {
    .hero-about .img_wrapper_3 {
        margin-top: -125px;
    }
    .hero-about .img_wrapper_3 img {
        max-width: 200px;
    }
}

.hero-about .img_wrapper_logo {
    width: 200px;
    height: 200px;
    border-radius: 10px;
    background: white;
    top: 120px;
    left: 150px;
}

.hero-about .img_wrapper_logo img {
    transition: 0.5s ease;
}

@media (max-width: 425px) {
    .hero-about .img_wrapper_logo {
        top: 60px;
        left: 80px;
        width: 120px;
        height: 120px;
    }
    .hero-about .img_wrapper_logo .heading-3 {
        font-size: 20px;
        line-height: 25px;
    }
    .hero-about .img_wrapper_logo img {
        width: 30px;
    }
}

@media (max-width: 991px) {
    .hero-about .pl-45 {
        padding-left: 0;
    }
}

#hero3,
#hero-3 {
    position: relative;
}

#hero3 .hero-3-slide,
#hero-3 .hero-3-slide {
    min-height: 100vh;
    position: relative;
}

#hero3 .hero-3-slide .slide-card,
#hero-3 .hero-3-slide .slide-card {
    min-height: 100vh;
    padding-top: 341px;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    color: white;
    padding-bottom: 400px;
}

@media (max-width: 767px) {
    #hero3 .hero-3-slide .slide-card,
    #hero-3 .hero-3-slide .slide-card {
        padding-top: 250px;
        padding-bottom: 250px;
    }
}

#hero3 .hero-3-slide .slide-card .slide__card--wrapper .heading-4,
#hero-3 .hero-3-slide .slide-card .slide__card--wrapper .heading-4 {
    color: #ffaa17;
}

@media (max-width: 575px) {
    #hero3 .hero-3-slide .slide-card .slide__card--wrapper,
    #hero-3 .hero-3-slide .slide-card .slide__card--wrapper {
        max-width: 90%;
        text-align: justify;
    }
}

#hero3 .hero-3-slide .slide-card .heading-7,
#hero-3 .hero-3-slide .slide-card .heading-7 {
    max-width: 680px;
    font-weight: 300;
}

@media (max-width: 991px) {
    #hero3 .hero-3-slide .slide-card .heading-7,
    #hero-3 .hero-3-slide .slide-card .heading-7 {
        max-width: 480px;
    }
}

@media (max-width: 991px) {
    #hero3 .hero-3-slide .slide-card .heading-1,
    #hero-3 .hero-3-slide .slide-card .heading-1 {
        font-size: 100px;
        line-height: 100px;
    }
}

@media (max-width: 767px) {
    #hero3 .hero-3-slide .slide-card .heading-1,
    #hero-3 .hero-3-slide .slide-card .heading-1 {
        font-size: 70px;
        line-height: 70px;
    }
}

@media (max-width: 575px) {
    #hero3 .hero-3-slide .slide-card .heading-1,
    #hero-3 .hero-3-slide .slide-card .heading-1 {
        font-size: 50px;
        line-height: 55px;
    }
}

@media (max-width: 425px) {
    #hero3 .hero-3-slide .slide-card .heading-1,
    #hero-3 .hero-3-slide .slide-card .heading-1 {
        font-size: 40px;
        line-height: 40px;
    }
}

#hero3 .hero-3-slide .curve-overlay,
#hero-3 .hero-3-slide .curve-overlay {
    position: absolute;
    bottom: -10px;
    left: 0;
    min-width: 900px;
    width: 100%;
}

#hero3 .hero-3-slide .slick-dots,
#hero-3 .hero-3-slide .slick-dots {
    display: none !important;
    width: 160px;
    height: 30px;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media only screen and (max-width: 991px) and (min-width: 575px) {
    #hero3 .hero-3-slide .slick-dots,
    #hero-3 .hero-3-slide .slick-dots {
        display: block !important;
    }
}

#hero3 .hero-3-slide .slick-dots li,
#hero-3 .hero-3-slide .slick-dots li {
    width: 25px;
    height: 25px;
    margin-right: 20px;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
}

#hero3 .hero-3-slide .slick-dots li button,
#hero-3 .hero-3-slide .slick-dots li button {
    display: none;
}

#hero3 .hero-3-slide .slick-dots li.slick-active::before,
#hero-3 .hero-3-slide .slick-dots li.slick-active::before {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #ffaa17;
    left: 5px;
    top: 5px;
    position: absolute;
}

#hero3 .hero-3-slide .left,
#hero-3 .hero-3-slide .left {
    height: 40px;
    width: 40px;
    position: absolute;
    top: 50%;
    left: 50px;
}

#hero3 .hero-3-slide .left img,
#hero-3 .hero-3-slide .left img {
    height: 100%;
}

@media (max-width: 991px) {
    #hero3 .hero-3-slide .left,
    #hero-3 .hero-3-slide .left {
        display: none;
    }
}

#hero3 .hero-3-slide .right,
#hero-3 .hero-3-slide .right {
    height: 40px;
    width: 40px;
    position: absolute;
    top: 50%;
    right: 50px;
}

#hero3 .hero-3-slide .right img,
#hero-3 .hero-3-slide .right img {
    height: 100%;
}

@media (max-width: 991px) {
    #hero3 .hero-3-slide .right,
    #hero-3 .hero-3-slide .right {
        display: none;
    }
}

#hero3 .hero-contact,
#hero-3 .hero-contact {
    right: -233px;
    top: 400px;
    transform: translate(0%, 0%);
    position: absolute;
    color: white;
    z-index: 11;
    rotate: -90deg;
}

@media (max-width: 575px) {
    #hero3 .hero-contact,
    #hero-3 .hero-contact {
        top: 350px;
    }
}

#hero3 .hero-contact .phone-email,
#hero-3 .hero-contact .phone-email {
    gap: 50px;
    list-style: none;
}

#hero3 .hero-contact .phone-email li span,
#hero-3 .hero-contact .phone-email li span {
    margin-right: 8px;
}

#hero3 .hero-contact .phone-email li a,
#hero-3 .hero-contact .phone-email li a {
    color: white;
}

#hero3 .hero-contact .social,
#hero-3 .hero-contact .social {
    list-style: none;
    gap: 20px;
}

#hero3 .hero-contact .social a,
#hero-3 .hero-contact .social a {
    color: white;
}

@media (max-width: 757px) {
    #hero3 .hero-contact .phone-email,
    #hero-3 .hero-contact .phone-email {
        gap: 20px;
    }
}

#hero3 .service,
#hero-3 .service {
    position: relative;
}

#hero3 .service .service-cards,
#hero-3 .service .service-cards {
    margin-top: -350px;
    z-index: 111;
    position: inherit;
    padding: 20px 0;
}

@media (max-width: 757px) {
    #hero3 .service .service-cards,
    #hero-3 .service .service-cards {
        margin-top: -230px;
    }
}

.homeOne__ExclusiveService .ex-service-cards .ex-service-card {
    background-color: white;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
    transition: 0.5s ease;
    cursor: pointer;
}

.homeOne__ExclusiveService .ex-service-cards .ex-service-card a {
    color: black;
}

.homeOne__ExclusiveService .ex-service-cards .ex-service-card .img-wrapper {
    width: 100%;
    max-height: 500px;
}

.homeOne__ExclusiveService .ex-service-cards .ex-service-card .img-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: 0.3s ease;
}

.homeOne__ExclusiveService .ex-service-cards .ex-service-card .icon {
    right: 24px;
    bottom: -23px;
    position: absolute;
    background: #ffffff;
    padding: 18px 20px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    transition: 0.3s ease;
    overflow: hidden;
    z-index: 999;
}

.homeOne__ExclusiveService .ex-service-cards .ex-service-card .icon:hover img {
    transform: rotateY(180deg);
}

.homeOne__ExclusiveService .ex-service-cards .ex-service-card .icon img {
    width: 40px;
    height: 40px;
    -o-object-fit: cover;
    object-fit: cover;
    transition: 0.3s ease;
}

.homeOne__ExclusiveService .ex-service-cards .ex-service-card .heading-6 {
    color: #1d1b19;
    transition: 0.3s ease;
}

.homeOne__ExclusiveService .ex-service-cards .ex-service-card .content {
    padding: 25px 37px;
}

.homeOne__ExclusiveService .ex-service-cards .ex-service-card .content .divider {
    width: 100%;
    height: 2px;
    background-color: #d9d9d9;
}

.homeOne__ExclusiveService .ex-service-cards .ex-service-card .content .paragraph-2 {
   
}

.homeOne__ExclusiveService .ex-service-cards .ex-service-card .content .paragraph-2 span {
    margin-right: 10px;
}

.homeOne__ExclusiveService .ex-service-cards .ex-service-card .socials {
    top: 10px;
    right: 10px;
    width: 30px;
}

.homeOne__ExclusiveService .ex-service-cards .ex-service-card .socials .icons {
    transition: 0.3s ease;
}

.homeOne__ExclusiveService .ex-service-cards .ex-service-card .socials .icons .icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    margin-bottom: 10px;
    transition: 0.3s ease;
}

.homeOne__ExclusiveService .ex-service-cards .ex-service-card .socials .icons .icon:hover {
    color: white;
    background: #0554f2;
}

.homeOne__ExclusiveService .ex-service-cards .ex-service-card .socials .icons .fixed-icon {
    color: #000;
}

.homeOne__ExclusiveService .ex-service-cards .ex-service-card .socials .icons .popup-icon {
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease;
}

.homeOne__ExclusiveService .ex-service-cards .ex-service-card .socials .icons:hover .popup-icon {
    visibility: visible;
    opacity: 1;
    transition: 0.3s ease;
}

.homeOne__ExclusiveService .ex-service-cards .ex-service-card .circle-1 {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 5px solid #0554f2;
    bottom: -25px;
    opacity: 0.3;
    right: -55px;
    transition: 0.5s ease;
}

.homeOne__ExclusiveService .ex-service-cards .ex-service-card .circle-2 {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 5px solid #1d1b19;
    bottom: -55px;
    opacity: 0.3;
    right: -20px;
    transition: 0.5s ease;
}

.homeOne__ExclusiveService .ex-service-cards .ex-service-card:hover .img-wrapper img {
    scale: 1.05;
}

.homeOne__ExclusiveService .ex-service-cards .ex-service-card:hover .heading-6 {
    color: #0554f2;
    transition: 0.3s ease;
}

.homeOne__ExclusiveService .ex-service-cards .ex-service-card:hover .circle-1 {
    opacity: 1;
    transition: 0.5s ease;
}

.homeOne__ExclusiveService .ex-service-cards .ex-service-card:hover .circle-2 {
    opacity: 1;
    transition: 0.5s ease;
}

.homeOne__ExclusiveService .ex-service-cards .ex-service-card:hover .icon {
    transform: rotateY(180deg);
}

.homeOne__ExclusiveService .ex-service-cards .ex-service-card.active .img-wrapper img {
    scale: 1.05;
}

.homeOne__ExclusiveService .ex-service-cards .ex-service-card.active .heading-6 {
    color: #0554f2;
    transition: 0.3s ease;
}

.homeOne__ExclusiveService .ex-service-cards .ex-service-card.active .circle-1 {
    opacity: 1;
    transition: 0.5s ease;
}

.homeOne__ExclusiveService .ex-service-cards .ex-service-card.active .circle-2 {
    opacity: 1;
    transition: 0.5s ease;
}

.homeOne__ExclusiveService .ex-service-cards .ex-service-card.active .button-primary-1::after {
    width: 300px;
    height: 400px;
    top: -100px;
    left: -100px;
}

.homeOne__ExclusiveService .ex-service-cards .ex-service-card.active .button-primary-1 span {
    color: #fff;
}

.homeOne__ExclusiveService .ex-service-cards .ex-service-card.active .icons .popup-icon {
    visibility: visible;
    opacity: 1;
    transition: 0.3s ease;
}

.homeOne__ExclusiveService .message {
    color: white;
    background: #0554f2;
    padding: 55px 40px;
    z-index: 1;
    overflow: hidden;
}

@media (max-width: 425px) {
    .homeOne__ExclusiveService .message {
        padding: 25px 25px;
    }
}

.homeOne__ExclusiveService .message .icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    background-color: white;
    color: #0554f2;
    cursor: pointer;
}

.homeOne__ExclusiveService .message .circle-1 {
    left: 20px;
    top: -200px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
}

.homeOne__ExclusiveService .message .circle-2 {
    right: 10px;
    bottom: -180px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
}

@media (max-width: 991px) {
    .homeOne__ExclusiveService .message .icon {
        width: 80px;
        height: 80px;
        font-size: 30px;
    }
    .homeOne__ExclusiveService .message .heading-2 {
        font-size: 30px;
        line-height: 35px;
    }
    .homeOne__ExclusiveService .message .heading-4 {
        font-size: 20px;
        line-height: 22px;
    }
}

@media (max-width: 450px){
    .heading-2{
        margin-top: 1px;
    }
}
@media (max-width: 450px){
    .heading-21{
        margin-top: 130px;
    }
}

@media (max-width: 575px) {
    .homeOne__ExclusiveService .message .heading-2 {
        font-size: 22px;
        line-height: 22px;
    }
    .homeOne__ExclusiveService .message .heading-4 {
        font-size: 16px;
        line-height: 20px;
    }
    .homeOne__ExclusiveService .message .heading-7 {
        font-size: 12px;
    }
}

@media (max-width: 425px) {
    .homeOne__ExclusiveService .message .icon {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
}

.homeOne__ExclusiveService .plan {
    margin-top: -100px;
    position: relative;
    background-color: #eff4fa;
}

@media (max-width: 425px) {
    .homeOne__ExclusiveService .plan {
        margin-top: -70px;
    }
}


.homeOne__ExclusiveService .plan .img-wrapper {
    width: 100%;
    height: 100%;
}

.homeOne__ExclusiveService .plan .img-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.homeOne__ExclusiveService .plan .content {
    margin-left: 40px;
    max-width: 535px;
    padding: 20px;
    padding-top: 100px;
}

@media (max-width: 991px) {
    .homeOne__ExclusiveService .plan .content {
        padding-top: 0;
    }
}

@media (max-width: 425px) {
    .homeOne__ExclusiveService .plan .content {
        margin-left: 0;
    }
}

.homeOne__ExclusiveService .plan .content .heading-6 {
    font-size: 20px;
    color: #0554f2;
}

.homeOne__ExclusiveService .plan .content .heading-7 {
  
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
}

.homeOne__ExclusiveService .plan .skill-box {
    width: 100%;
    margin: 20px 0;
   
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #03041c;
}

.homeOne__ExclusiveService .plan .skill-box .skill-bar {
    height: 6px;
    width: 100%;
    border-radius: 8px;
    margin-top: 12px;
    background-color: rgba(0, 0, 0, 0.1);
}

.homeOne__ExclusiveService .plan .skill-box .skill-bar .skill-per {
    position: relative;
    display: block;
    height: 100%;
    border-radius: 8px;
    background-color: #0554f2;
    opacity: 0;
}

.homeOne__ExclusiveService .plan .skill-box .skill-bar .skill-per.skill-poacity {
    animation: progress 2s ease-in-out forwards !important;
}

.homeOne__ExclusiveService .plan .skill-box .skill-bar .skill-per .skill-tooltip {
    position: absolute;
    right: -38px;
    top: -32px;
    z-index: 1;
}

.homeOne__ExclusiveService .plan .skill-box .skill-bar .Productivity {
    width: 75%;
}

.homeOne__ExclusiveService .plan .skill-box .skill-bar .digiMarket {
    width: 85%;
    transition-delay: 0.2s;
}

.homeOne__ExclusiveService .plan .skill-box .skill-bar .technology {
    width: 65%;
    transition-delay: 0.3s;
}

.homeOne__ExclusiveService .plan .skill-box .skill-bar .webDesign {
    width: 75%;
    transition-delay: 0.1s;
}

@keyframes progress {
    0% {
        width: 0%;
    }
    100% {
        opacity: 1;
    }
}

.homeOne__faq .section-heading .paragraph {
    margin-bottom: 0;
}

.homeOne__faq .accordion {
    padding-top: 20px;
}

.homeOne__faq .accordion .accordion-item {
    border: none;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
}

.homeOne__faq .accordion .accordion-item button[aria-expanded=true] {
    border-bottom: 1px solid #0554f2;
}

.homeOne__faq .accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    color: #102039;
    font-weight: 500;
    font-size: 18px;
    border: none;
    background: none;
    outline: none;
    padding-right: 30px;
}

.homeOne__faq .accordion button:hover,
.homeOne__faq .accordion button:focus {
    cursor: pointer;
    color: #0554f2;
}

.homeOne__faq .accordion button:hover::after,
.homeOne__faq .accordion button:focus::after {
    cursor: pointer;
    color: #0554f2;
    border: 1px solid #0554f2;
}

.homeOne__faq .accordion button .accordion-title {
    padding: 20px 25px 20px 0;
}

.homeOne__faq .accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 0;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
    transition: 0.5s ease;
}

.homeOne__faq .accordion button .icon::before {
    display: block;
    position: absolute;
    content: "";
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
}

.homeOne__faq .accordion button .icon::after {
    display: block;
    position: absolute;
    content: "";
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
}

.homeOne__faq .accordion button[aria-expanded=true] {
    color: #0554f2;
}

.homeOne__faq .accordion button[aria-expanded=true] .icon {
    color: white;
    background: #0554f2;
    transition: 0.5s ease;
}

.homeOne__faq .accordion button[aria-expanded=true] .icon::after {
    width: 0;
}

.homeOne__faq .accordion button[aria-expanded=true]+.accordion-content {
    opacity: 1;
    max-height: 9em;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}

.homeOne__faq .accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}

.homeOne__faq .accordion .accordion-content p {
    font-size: 1rem;
    font-weight: 300;
    margin: 1em 0;
    text-align: justify;
}

.homeOne__faq .img-wrapper img {
    width: 100%;
    height: 100%;
}

.homeOne__technology .technology_banner {
    width: 100%;
    height: 450px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 80px;
}

.homeOne__technology .technology_banner .video_icon_wrapper {
    width: 100px;
    height: 100px;
    background: #0554f2;
    color: white;
    font-size: 30px;
    margin: 0 auto;
    border-radius: 5px;
    cursor: pointer;
}

.homeOne__technology .technology_banner .video_icon_wrapper i {
    transition: 0.5s ease;
}

.homeOne__technology .technology_banner .video_icon_wrapper:hover i {
    scale: 1.4;
}

.homeOne__technology .technology_banner .heading-2 {
    max-width: 560px;
    text-align: center;
    color: white;
    margin: 0 auto;
    margin-top: 40px;
}

.homeOne__technology .technology_banner #overlay-video {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 600px;
    width: 100%;
    z-index: 111;
    display: none;
}

.homeOne__technology .technology_banner #overlay-video .video-payler {
    height: 350px;
}

@media (max-width: 425px) {
    .homeOne__technology .technology_banner #overlay-video .video-payler {
        height: 200px;
    }
}

.homeOne__technology .technology_banner #overlay-video.active {
    display: block;
}

.homeOne__technology .technology_banner #close-video-overlay {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 11;
    background: rgba(5, 5, 5, 0.512);
    display: none;
}

.homeOne__technology .technology_banner #close-video-overlay span {
    top: 20px;
    right: 20px;
    position: absolute;
    color: white;
    font-size: 20px;
    cursor: pointer;
}

.homeOne__technology .technology_banner #close-video-overlay.active {
    display: block;
}

.homeOne__technology .contact_form {
    background: #f3f7ff;
    padding: 0 80px;
    border-radius: 10px;
    margin-top: -150px;
}



@media (max-width: 575px) {
    .homeOne__technology .contact_form {
        padding: 0 24px;
    }
}

.homeOne__technology .contact_form .img_wrapper {
    margin-top: 32px;
}

@media (max-width: 1200px) {
    .homeOne__technology .contact_form .img_wrapper {
        display: none;
    }
}

.homeOne__technology .contact_form .img_wrapper img {
    max-height: 600px;
}

.homeOne__technology .contact_form form input,
.homeOne__technology .contact_form form textarea {
    width: 100%;
    padding: 12px 15px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    background-color: white;
    outline: none;
}

.homeOne__technology .contact_form form textarea {
    height: 140px;
}

.homeOne__team .team-card {
    background-color: white;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
    margin: 0 15px;
}

.homeOne__team .team-card .img-wrapper {
    width: 100%;
    max-height: 500px;
    overflow: hidden;
}

.homeOne__team .team-card .img-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: 0.3s ease;
}

.homeOne__team .team-card .heading-6 {
    color: #1d1b19;
    transition: 0.3s ease;
}

.homeOne__team .team-card .content {
    padding: 25px 37px;
}

.homeOne__team .team-card .content .divider {
    width: 100%;
    height: 2px;
    background-color: #d9d9d9;
}

.homeOne__team .team-card .content .paragraph-2 {
    
}

.homeOne__team .team-card .content .paragraph-2 span {
    margin-right: 10px;
}

.homeOne__team .team-card .socials {
    top: 10px;
    right: 10px;
    width: 30px;
}

.homeOne__team .team-card .socials a {
    cursor: pointer;
}

.homeOne__team .team-card .socials .icons {
    transition: 0.3s ease;
}

.homeOne__team .team-card .socials .icons .icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    margin-bottom: 10px;
    transition: 0.3s ease;
}

.homeOne__team .team-card .socials .icons .icon:hover {
    color: white;
    background: #0554f2;
}

.homeOne__team .team-card .socials .icons .fixed-icon {
    color: #000;
}

.homeOne__team .team-card .socials .icons .popup-icon {
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease;
}

.homeOne__team .team-card .socials .icons:hover .popup-icon {
    visibility: visible;
    opacity: 1;
    transition: 0.3s ease;
}

.homeOne__team .team-card .circle-1 {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 5px solid #0554f2;
    bottom: -25px;
    opacity: 0.3;
    right: -55px;
    transition: 0.5s ease;
}

.homeOne__team .team-card .circle-2 {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 5px solid #1d1b19;
    bottom: -55px;
    opacity: 0.3;
    right: -20px;
    transition: 0.5s ease;
}

.homeOne__team .team-card:hover .img-wrapper img {
    scale: 1.05;
}

.homeOne__team .team-card:hover .heading-6 {
    color: #0554f2;
    transition: 0.3s ease;
}

.homeOne__team .team-card:hover .circle-1 {
    opacity: 1;
    transition: 0.5s ease;
}

.homeOne__team .team-card:hover .circle-2 {
    opacity: 1;
    transition: 0.5s ease;
}

.homeOne__team .team-card.active .img-wrapper img {
    scale: 1.05;
}

.homeOne__team .team-card.active .heading-6 {
    color: #0554f2;
    transition: 0.3s ease;
}

.homeOne__team .team-card.active .circle-1 {
    opacity: 1;
    transition: 0.5s ease;
}

.homeOne__team .team-card.active .circle-2 {
    opacity: 1;
    transition: 0.5s ease;
}

@media (max-width: 575px) {
    .homeOne__team .slick-dots {
        display: none !important;
    }
}

.homeOne__team .slick-dots button {
    display: none;
}

.homeOne__team .slick-dots li {
    width: 24px;
    height: 5px;
    background: rgba(3, 4, 28, 0.3);
    border-radius: 3px;
}

.homeOne__team .slick-dots li.slick-active {
    background: #0554f2;
}

@media (max-width: 757px) {
    .homeOne__team .team-slider {
        margin-top: 0;
    }
}

.home__projects .project-card {
    max-width: 360px;
    width: 100%;
    padding: 0 12px;
    cursor: pointer;
}

@media (max-width: 575px) {
    .home__projects .project-card {
        max-width: 460px;
    }
}

.home__projects .project-card .img-wrapper {
    max-height: 450px;
    border-radius: 5px;
    overflow: hidden;
}

.home__projects .project-card .img-wrapper img {
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
}

.home__projects .project-card .info {
    max-width: 280px;
    width: 100%;
    margin: 0 auto;
    padding: 12px 0;
    background: white;
    border-bottom: 3px solid #0554f2;
    border-radius: 5px;
    margin-top: -40px;
    position: relative;
    z-index: 11;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    transition: 0.5s ease;
    height: 100px;
}

.home__projects .project-card .icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    background: #0554f2;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.5s ease;
    opacity: 0;
}

.home__projects .project-card .icon span {
    transform: rotate(-90deg);
    color: white;
    font-size: 22px;
}

.home__projects .project-card .icon:hover {
    background: #d2d1d1;
}

.home__projects .project-card .icon:hover span {
    color: #0554f2;
}

.home__projects .project-card:hover .icon {
    transform: translate(-50%, -50%);
    opacity: 1;
    transition: 0.5s ease;
}

.home__projects .project-card:hover .info {
    scale: 1.05;
}

.home__projects .project-card:hover .info .heading-6 {
    color: #0554f2;
}

.home__projects .project-card.active .icon {
    transform: translate(-50%, -50%);
    opacity: 1;
    transition: 0.5s ease;
}

.home__projects .project-card.active .info {
    scale: 1.05;
}

.home__projects .project-card.active .info .heading-6 {
    color: #0554f2;
}

.home__projects .more {
    
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    border: 1px dashed #0554f2;
    max-width: 460px;
    width: 100%;
    margin: 0 auto;
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home__projects .more .link {
    color: #0554f2;
    padding-left: 3px;
    text-decoration: underline !important;
}

.home__projects .slick-dots {
    display: none !important;
}

.home__testimonials .mobile-view {
    display: none;
    text-align: center;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .home__testimonials .mobile-view {
        display: block;
    }
}

@media (max-width: 767px) {
    .home__testimonials .large-screen {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .home__testimonials .reverse-columns-sm {
        flex-direction: column-reverse;
    }
}

.home__testimonials .testimonial-slider-nav {
    padding-right: 50px;
}

@media (max-width: 575px) {
    .home__testimonials .testimonial-slider-nav {
        padding-right: 0;
    }
}

@media (max-width: 575px) {
    .home__testimonials .testimonial-slider-nav .heading-6 {
        text-align: center;
    }
}

.home__testimonials .testimonial-slider-nav .heading-2 {
    max-width: 310px;
    margin-bottom: 30px;
}

@media (max-width: 575px) {
    .home__testimonials .testimonial-slider-nav .heading-2 {
        max-width: 100%;
        text-align: center;
    }
}

.home__testimonials .testimonial-slider-nav .divider {
    max-width: 473px;
    height: 1px;
    background: rgba(96, 96, 96, 0.2);
    margin-bottom: 30px;
}

.home__testimonials .testimonial-slider-nav .paragraph {
    font-weight: 400;
    font-size: 22px;
    line-height: 33px;
    margin-bottom: 25px;
}

@media (max-width: 767px) {
    .home__testimonials .testimonial-slider-nav .paragraph {
        font-size: 19px;
        line-height: 24px;
        margin-bottom: 18px;
    }
}

.home__testimonials .testimonial-slider-nav span {
    font-size: 22px;
    color: #ffc700;
}

.home__testimonials .testimonial-slider-nav .heading-5 {
    margin-bottom: 0;
}

.home__testimonials .testimonial-slider-nav .slick-dots {
    text-align: left;
}

@media (max-width: 575px) {
    .home__testimonials .testimonial-slider-nav .slick-dots {
        text-align: center;
    }
}

.home__testimonials .testimonial-slider-nav .slick-dots button {
    display: none;
}

.home__testimonials .testimonial-slider-nav .slick-dots li {
    width: 24px;
    height: 5px;
    background: rgba(3, 4, 28, 0.3);
    border-radius: 3px;
}

.home__testimonials .testimonial-slider-nav .slick-dots li::before {
    display: none;
}

.home__testimonials .testimonial-slider-nav .slick-dots li.slick-active {
    background: #0554f2;
}

.home__testimonials .testimonial-slider-for .testimonial-avatar img {
    border-radius: 5px;
    width: 100%;
}

.home__testimonials .testimonial-slider-for .slick-dots {
    display: none !important;
}

.home__latest--news .news-card {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    color: #1d1b19;
}

.home__latest--news .news-card .img-wrapper {
    max-height: 320px;
    overflow: hidden;
}

.home__latest--news .news-card .img-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: 0.5s ease;
}

.home__latest--news .news-card .date {
    margin-bottom: 10px;
    color: #0554f2;
    transition: 0.3s ease;
}

.home__latest--news .news-card .content {
    padding: 0 18px 30px 18px;
}

.home__latest--news .news-card .content .avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
    overflow: hidden;
}

.home__latest--news .news-card .content .heading-7 {
    margin-bottom: 0;
    color: #0554f2;
    font-weight: 500;
}

.home__latest--news .news-card .circle-1 {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 5px solid #0554f2;
    bottom: -25px;
    opacity: 0.3;
    right: -55px;
    transition: 0.5s ease;
}

.home__latest--news .news-card .circle-2 {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 5px solid #1d1b19;
    bottom: -55px;
    opacity: 0.3;
    right: -20px;
    transition: 0.5s ease;
}

.home__latest--news .news-card:hover .date {
    color: #1d1b19;
    transition: 0.3s ease;
}

.home__latest--news .news-card:hover .img-wrapper img {
    scale: 1.05;
}

.home__latest--news .news-card:hover .heading-5 {
    color: #0554f2;
    transition: 0.3s ease;
}

.home__latest--news .news-card:hover .circle-1 {
    opacity: 1;
    transition: 0.5s ease;
}

.home__latest--news .news-card:hover .circle-2 {
    opacity: 1;
    transition: 0.5s ease;
}

.home__latest--news .news-card.active .date {
    color: #1d1b19;
    transition: 0.3s ease;
}

.home__latest--news .news-card.active .img-wrapper img {
    scale: 1.05;
}

.home__latest--news .news-card.active .heading-5 {
    color: #0554f2;
    transition: 0.3s ease;
}

.home__latest--news .news-card.active .circle-1 {
    opacity: 1;
    transition: 0.5s ease;
}

.home__latest--news .news-card.active .circle-2 {
    opacity: 1;
    transition: 0.5s ease;
}

.home-2 #navbar-1 {
    background-color: #03041c;
}

.home-2 #hero-2 .hero-1-slide {
    min-height: 100vh;
}

.home-2 #hero-2 .hero-1-slide .slide-card {
    padding-bottom: 0px;
    color: #1d1b19;
    background-position: left;
}

.home-2 #hero-2 .hero-1-slide .slick-slider {
    margin-bottom: 0;
}

.home-2 #hero-2 .hero-1-slide .slick-slider .slick-dots li {
    background-color: #adc8ff;
}

.home-2 #hero-2 .hero-contact {
    color: #1d1b19;
}

.home-2 #hero-2 .hero-contact .phone-email li a {
    color: #1d1b19;
}

.home-2 #hero-2 .hero-contact .social a {
    color: #1d1b19;
}

.home-2 #service-2 .service-card-2 {
    padding: 50px 22px;
    border: 1px solid #dddddd;
    cursor: pointer;
    transition: 0.3s ease;
    overflow: hidden;
}

.home-2 #service-2 .service-card-2 .icon_wrapper {
    width: 50px;
    margin-right: 18px;
}

.home-2 #service-2 .service-card-2 .icon_wrapper img {
    width: 100%;
}

.home-2 #service-2 .service-card-2 .content {
    width: calc(100% - 70px);
}

.home-2 #service-2 .service-card-2 .circle-1 {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 5px solid #0554f2;
    bottom: -25px;
    opacity: 0;
    right: -55px;
    transition: 0.5s ease;
}

.home-2 #service-2 .service-card-2 .circle-2 {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 5px solid #1d1b19;
    bottom: -55px;
    opacity: 0;
    right: -20px;
    transition: 0.5s ease;
}

.home-2 #service-2 .service-card-2:hover {
    box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.25);
}

.home-2 #service-2 .service-card-2:hover .circle-1 {
    opacity: 1;
    transition: 0.5s ease;
}

.home-2 #service-2 .service-card-2:hover .circle-2 {
    opacity: 1;
    transition: 0.5s ease;
}

.home-2 #service-2 .service-card-2.active {
    box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.25);
}

.home-2 #service-2 .service-card-2.active .circle-1 {
    opacity: 1;
    transition: 0.5s ease;
}

.home-2 #service-2 .service-card-2.active .circle-2 {
    opacity: 1;
    transition: 0.5s ease;
}

.home-2 .hero-about .img-object {
    z-index: 1;
}

.home-2 .homeTwo__mission-slider {
    width: 100%;
    overflow-x: hidden;
}

.home-2 .homeTwo__mission-slider .slider-wrapper {
    background: #03041c;
    width: calc(100% + 40px);
    rotate: -3deg;
    margin-left: -20px;
    margin-bottom: 120px;
    margin-top: 120px;
    margin-right: -20px;
}

.home-2 .homeTwo__mission-slider .slider-wrapper .mission-slide .mission-slide-card {
    cursor: pointer;
    margin: 0 20px;
    height: 150px;
}

.home-2 .homeTwo__mission-slider .slider-wrapper .mission-slide .mission-slide-card .star {
    width: 20px;
    height: 20px;
    margin-right: 20px;
    background: white;
    -webkit-clip-path: polygon(0 0, 30% 50%, 0 100%, 50% 70%, 100% 100%, 70% 50%, 100% 0, 50% 30%);
    clip-path: polygon(0 0, 30% 50%, 0 100%, 50% 70%, 100% 100%, 70% 50%, 100% 0, 50% 30%);
}

.home-2 .homeTwo__mission-slider .slider-wrapper .mission-slide .mission-slide-card .heading-3 {
    margin-bottom: 0;
    color: white;
}

.home-2 .homeTwo__ExclusiveService .ex-service-cards .ex-service-card {
    background-color: white;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
    transition: 0.5s ease;
    cursor: pointer;
}

.home-2 .homeTwo__ExclusiveService .ex-service-cards .ex-service-card a {
    color: black;
}

.home-2 .homeTwo__ExclusiveService .ex-service-cards .ex-service-card .img-wrapper {
    width: 100%;
    max-height: 500px;
}

.home-2 .homeTwo__ExclusiveService .ex-service-cards .ex-service-card .img-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: 0.3s ease;
}

.home-2 .homeTwo__ExclusiveService .ex-service-cards .ex-service-card .icon {
    right: 24px;
    bottom: -23px;
    position: absolute;
    background: #ffffff;
    padding: 18px 20px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    transition: 0.3s ease;
    overflow: hidden;
    z-index: 999;
}

.home-2 .homeTwo__ExclusiveService .ex-service-cards .ex-service-card .icon:hover img {
    transform: rotateY(180deg);
}

.home-2 .homeTwo__ExclusiveService .ex-service-cards .ex-service-card .icon img {
    width: 40px;
    height: 40px;
    -o-object-fit: cover;
    object-fit: cover;
    transition: 0.3s ease;
}

.home-2 .homeTwo__ExclusiveService .ex-service-cards .ex-service-card .heading-6 {
    color: #1d1b19;
    transition: 0.3s ease;
}

.home-2 .homeTwo__ExclusiveService .ex-service-cards .ex-service-card .content {
    padding: 25px 37px;
}

.home-2 .homeTwo__ExclusiveService .ex-service-cards .ex-service-card .content .divider {
    width: 100%;
    height: 2px;
    background-color: #d9d9d9;
}

.home-2 .homeTwo__ExclusiveService .ex-service-cards .ex-service-card .content .paragraph-2 {
    
}

.home-2 .homeTwo__ExclusiveService .ex-service-cards .ex-service-card .content .paragraph-2 span {
    margin-right: 10px;
}

.home-2 .homeTwo__ExclusiveService .ex-service-cards .ex-service-card .socials {
    top: 10px;
    right: 10px;
    width: 30px;
}

.home-2 .homeTwo__ExclusiveService .ex-service-cards .ex-service-card .socials .icons {
    transition: 0.3s ease;
}

.home-2 .homeTwo__ExclusiveService .ex-service-cards .ex-service-card .socials .icons .icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    margin-bottom: 10px;
    transition: 0.3s ease;
}

.home-2 .homeTwo__ExclusiveService .ex-service-cards .ex-service-card .socials .icons .icon:hover {
    color: white;
    background: #0554f2;
}

.home-2 .homeTwo__ExclusiveService .ex-service-cards .ex-service-card .socials .icons .fixed-icon {
    color: #000;
}

.home-2 .homeTwo__ExclusiveService .ex-service-cards .ex-service-card .socials .icons .popup-icon {
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease;
}

.home-2 .homeTwo__ExclusiveService .ex-service-cards .ex-service-card .socials .icons:hover .popup-icon {
    visibility: visible;
    opacity: 1;
    transition: 0.3s ease;
}

.home-2 .homeTwo__ExclusiveService .ex-service-cards .ex-service-card .circle-1 {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 5px solid #0554f2;
    bottom: -25px;
    opacity: 0.3;
    right: -55px;
    transition: 0.5s ease;
}

.home-2 .homeTwo__ExclusiveService .ex-service-cards .ex-service-card .circle-2 {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 5px solid #1d1b19;
    bottom: -55px;
    opacity: 0.3;
    right: -20px;
    transition: 0.5s ease;
}

.home-2 .homeTwo__ExclusiveService .ex-service-cards .ex-service-card:hover .img-wrapper img {
    scale: 1.05;
}

.home-2 .homeTwo__ExclusiveService .ex-service-cards .ex-service-card:hover .heading-6 {
    color: #0554f2;
    transition: 0.3s ease;
}

.home-2 .homeTwo__ExclusiveService .ex-service-cards .ex-service-card:hover .circle-1 {
    opacity: 1;
    transition: 0.5s ease;
}

.home-2 .homeTwo__ExclusiveService .ex-service-cards .ex-service-card:hover .circle-2 {
    opacity: 1;
    transition: 0.5s ease;
}

.home-2 .homeTwo__ExclusiveService .ex-service-cards .ex-service-card:hover .icon {
    transform: rotateY(180deg);
}

.home-2 .homeTwo__ExclusiveService .ex-service-cards .ex-service-card.active .img-wrapper img {
    scale: 1.05;
}

.home-2 .homeTwo__ExclusiveService .ex-service-cards .ex-service-card.active .heading-6 {
    color: #0554f2;
    transition: 0.3s ease;
}

.home-2 .homeTwo__ExclusiveService .ex-service-cards .ex-service-card.active .circle-1 {
    opacity: 1;
    transition: 0.5s ease;
}

.home-2 .homeTwo__ExclusiveService .ex-service-cards .ex-service-card.active .circle-2 {
    opacity: 1;
    transition: 0.5s ease;
}

.home-2 .homeTwo__ExclusiveService .ex-service-cards .ex-service-card.active .button-primary-1::after {
    width: 300px;
    height: 400px;
    top: -100px;
    left: -100px;
}

.home-2 .homeTwo__ExclusiveService .ex-service-cards .ex-service-card.active .button-primary-1 span {
    color: #fff;
}

.home-2 .homeTwo__ExclusiveService .ex-service-cards .ex-service-card.active .icons .popup-icon {
    visibility: visible;
    opacity: 1;
    transition: 0.3s ease;
}

.home-2 .homeTwo__ExclusiveService .message {
    color: white;
    background: #03041c;
    padding: 55px 40px;
    z-index: 1;
    overflow: hidden;
}

@media (max-width: 425px) {
    .home-2 .homeTwo__ExclusiveService .message {
        padding: 25px 25px;
    }
}

.home-2 .homeTwo__ExclusiveService .message .icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    background-color: white;
    color: #0554f2;
    cursor: pointer;
}

.home-2 .homeTwo__ExclusiveService .message .circle-1 {
    left: 20px;
    top: -200px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
}

.home-2 .homeTwo__ExclusiveService .message .circle-2 {
    right: 10px;
    bottom: -180px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
}

@media (max-width: 991px) {
    .home-2 .homeTwo__ExclusiveService .message .icon {
        width: 80px;
        height: 80px;
        font-size: 30px;
    }
    .home-2 .homeTwo__ExclusiveService .message .heading-2 {
        font-size: 30px;
        line-height: 35px;
    }
    .home-2 .homeTwo__ExclusiveService .message .heading-4 {
        font-size: 20px;
        line-height: 22px;
    }
}

@media (max-width: 575px) {
    .home-2 .homeTwo__ExclusiveService .message .heading-2 {
        font-size: 22px;
        line-height: 22px;
    }
    .home-2 .homeTwo__ExclusiveService .message .heading-4 {
        font-size: 16px;
        line-height: 20px;
    }
    .home-2 .homeTwo__ExclusiveService .message .heading-7 {
        font-size: 12px;
    }
}

@media (max-width: 425px) {
    .home-2 .homeTwo__ExclusiveService .message .icon {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
}

.home-2 .homeTwo__ExclusiveService .plan {
    margin-top: -100px;
    position: relative;
    background-color: #eff4fa;
}

@media (max-width: 425px) {
    .home-2 .homeTwo__ExclusiveService .plan {
        margin-top: -70px;
    }
}

.home-2 .homeTwo__ExclusiveService .plan .img-wrapper {
    width: 100%;
    height: 100%;
}

.home-2 .homeTwo__ExclusiveService .plan .img-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.home-2 .homeTwo__ExclusiveService .plan .content {
    margin-left: 40px;
    max-width: 535px;
    padding: 20px;
    padding-top: 100px;
}

@media (max-width: 991px) {
    .home-2 .homeTwo__ExclusiveService .plan .content {
        padding-top: 0;
    }
}

@media (max-width: 425px) {
    .home-2 .homeTwo__ExclusiveService .plan .content {
        margin-left: 0;
    }
}

.home-2 .homeTwo__ExclusiveService .plan .content .heading-6 {
    font-size: 20px;
    color: #0554f2;
}

.home-2 .homeTwo__ExclusiveService .plan .content .heading-7 {
    
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
}

.home-2 .homeTwo__ExclusiveService .plan .skill-box {
    width: 100%;
    margin: 20px 0;
    
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #03041c;
}

.home-2 .homeTwo__ExclusiveService .plan .skill-box .skill-bar {
    height: 6px;
    width: 100%;
    border-radius: 8px;
    margin-top: 12px;
    background-color: rgba(0, 0, 0, 0.1);
}

.home-2 .homeTwo__ExclusiveService .plan .skill-box .skill-bar .skill-per {
    position: relative;
    display: block;
    height: 100%;
    border-radius: 8px;
    background-color: #0554f2;
    opacity: 0;
}

.home-2 .homeTwo__ExclusiveService .plan .skill-box .skill-bar .skill-per.skill-poacity {
    animation: progress 2s ease-in-out forwards !important;
}

.home-2 .homeTwo__ExclusiveService .plan .skill-box .skill-bar .skill-per .skill-tooltip {
    position: absolute;
    right: -38px;
    top: -32px;
    z-index: 1;
}

.home-2 .homeTwo__ExclusiveService .plan .skill-box .skill-bar .Productivity {
    width: 75%;
}

.home-2 .homeTwo__ExclusiveService .plan .skill-box .skill-bar .digiMarket {
    width: 85%;
    transition-delay: 0.2s;
}

.home-2 .homeTwo__ExclusiveService .plan .skill-box .skill-bar .technology {
    width: 65%;
    transition-delay: 0.3s;
}

.home-2 .homeTwo__ExclusiveService .plan .skill-box .skill-bar .webDesign {
    width: 75%;
    transition-delay: 0.1s;
}

@keyframes progress {
    0% {
        width: 0%;
    }
    100% {
        opacity: 1;
    }
}

.home-2 .homeTwo__ExclusiveService.exclusive-service-2 .message {
    background: #03041c;
}

.home-2 .homeTwo__team .team-card {
    background-color: white;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
    margin: 0 15px;
}

.home-2 .homeTwo__team .team-card .img-wrapper {
    width: 100%;
    max-height: 500px;
    overflow: hidden;
}

.home-2 .homeTwo__team .team-card .img-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: 0.3s ease;
}

.home-2 .homeTwo__team .team-card .heading-6 {
    color: #1d1b19;
    transition: 0.3s ease;
}

.home-2 .homeTwo__team .team-card .content {
    padding: 25px 37px;
}

.home-2 .homeTwo__team .team-card .content .divider {
    width: 100%;
    height: 2px;
    background-color: #d9d9d9;
}

.home-2 .homeTwo__team .team-card .content .paragraph-2 {
    
}

.home-2 .homeTwo__team .team-card .content .paragraph-2 span {
    margin-right: 10px;
}

.home-2 .homeTwo__team .team-card .socials {
    top: 10px;
    right: 10px;
    width: 30px;
}

.home-2 .homeTwo__team .team-card .socials a {
    cursor: pointer;
}

.home-2 .homeTwo__team .team-card .socials .icons {
    transition: 0.3s ease;
}

.home-2 .homeTwo__team .team-card .socials .icons .icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    margin-bottom: 10px;
    transition: 0.3s ease;
}

.home-2 .homeTwo__team .team-card .socials .icons .icon:hover {
    color: white;
    background: #0554f2;
}

.home-2 .homeTwo__team .team-card .socials .icons .fixed-icon {
    color: #000;
}

.home-2 .homeTwo__team .team-card .socials .icons .popup-icon {
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease;
}

.home-2 .homeTwo__team .team-card .socials .icons:hover .popup-icon {
    visibility: visible;
    opacity: 1;
    transition: 0.3s ease;
}

.home-2 .homeTwo__team .team-card .circle-1 {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 5px solid #0554f2;
    bottom: -25px;
    opacity: 0.3;
    right: -55px;
    transition: 0.5s ease;
}

.home-2 .homeTwo__team .team-card .circle-2 {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 5px solid #1d1b19;
    bottom: -55px;
    opacity: 0.3;
    right: -20px;
    transition: 0.5s ease;
}

.home-2 .homeTwo__team .team-card:hover .img-wrapper img {
    scale: 1.05;
}

.home-2 .homeTwo__team .team-card:hover .heading-6 {
    color: #0554f2;
    transition: 0.3s ease;
}

.home-2 .homeTwo__team .team-card:hover .circle-1 {
    opacity: 1;
    transition: 0.5s ease;
}

.home-2 .homeTwo__team .team-card:hover .circle-2 {
    opacity: 1;
    transition: 0.5s ease;
}

.home-2 .homeTwo__team .team-card.active .img-wrapper img {
    scale: 1.05;
}

.home-2 .homeTwo__team .team-card.active .heading-6 {
    color: #0554f2;
    transition: 0.3s ease;
}

.home-2 .homeTwo__team .team-card.active .circle-1 {
    opacity: 1;
    transition: 0.5s ease;
}

.home-2 .homeTwo__team .team-card.active .circle-2 {
    opacity: 1;
    transition: 0.5s ease;
}

@media (max-width: 575px) {
    .home-2 .homeTwo__team .slick-dots {
        display: none !important;
    }
}

.home-2 .homeTwo__team .slick-dots button {
    display: none;
}

.home-2 .homeTwo__team .slick-dots li {
    width: 24px;
    height: 5px;
    background: rgba(3, 4, 28, 0.3);
    border-radius: 3px;
}

.home-2 .homeTwo__team .slick-dots li.slick-active {
    background: #0554f2;
}

@media (max-width: 757px) {
    .home-2 .homeTwo__team .team-slider {
        margin-top: 0;
    }
}

.home-2 .homeTwo__projects .project-card {
    max-width: 360px;
    width: 100%;
    padding: 0 12px;
    cursor: pointer;
}

@media (max-width: 575px) {
    .home-2 .homeTwo__projects .project-card {
        max-width: 460px;
    }
}

.home-2 .homeTwo__projects .project-card .img-wrapper {
    max-height: 450px;
    border-radius: 5px;
    overflow: hidden;
}

.home-2 .homeTwo__projects .project-card .img-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.home-2 .homeTwo__projects .project-card .info {
    max-width: 280px;
    width: 100%;
    margin: 0 auto;
    padding: 12px 0;
    background: white;
    border-bottom: 3px solid #0554f2;
    border-radius: 5px;
    margin-top: -40px;
    position: relative;
    z-index: 11;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    transition: 0.5s ease;
}

.home-2 .homeTwo__projects .project-card .icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    background: #0554f2;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.5s ease;
    opacity: 0;
}

.home-2 .homeTwo__projects .project-card .icon span {
    transform: rotate(-90deg);
    color: white;
    font-size: 22px;
}

.home-2 .homeTwo__projects .project-card .icon:hover {
    background: #d2d1d1;
}

.home-2 .homeTwo__projects .project-card .icon:hover span {
    color: #0554f2;
}

.home-2 .homeTwo__projects .project-card:hover .icon {
    transform: translate(-50%, -50%);
    opacity: 1;
    transition: 0.5s ease;
}

.home-2 .homeTwo__projects .project-card:hover .info {
    scale: 1.05;
}

.home-2 .homeTwo__projects .project-card:hover .info .heading-6 {
    color: #0554f2;
}

.home-2 .homeTwo__projects .project-card.active .icon {
    transform: translate(-50%, -50%);
    opacity: 1;
    transition: 0.5s ease;
}

.home-2 .homeTwo__projects .project-card.active .info {
    scale: 1.05;
}

.home-2 .homeTwo__projects .project-card.active .info .heading-6 {
    color: #0554f2;
}

.home-2 .homeTwo__projects .more {
  
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    border: 1px dashed #0554f2;
    max-width: 460px;
    width: 100%;
    margin: 0 auto;
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-2 .homeTwo__projects .more .link {
    color: #0554f2;
    padding-left: 3px;
    text-decoration: underline !important;
}

.home-2 .homeTwo__projects .slick-dots {
    display: none !important;
}

.home-2 .homeTwo__testimonials .mobile-view {
    display: none;
    text-align: center;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .home-2 .homeTwo__testimonials .mobile-view {
        display: block;
    }
}

@media (max-width: 767px) {
    .home-2 .homeTwo__testimonials .large-screen {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .home-2 .homeTwo__testimonials .reverse-columns-sm {
        flex-direction: column-reverse;
    }
}

.home-2 .homeTwo__testimonials .testimonial-slider-nav {
    padding-right: 50px;
}

@media (max-width: 575px) {
    .home-2 .homeTwo__testimonials .testimonial-slider-nav {
        padding-right: 0;
    }
}

@media (max-width: 575px) {
    .home-2 .homeTwo__testimonials .testimonial-slider-nav .heading-6 {
        text-align: center;
    }
}

.home-2 .homeTwo__testimonials .testimonial-slider-nav .heading-2 {
    max-width: 310px;
    margin-bottom: 30px;
}

@media (max-width: 575px) {
    .home-2 .homeTwo__testimonials .testimonial-slider-nav .heading-2 {
        max-width: 100%;
        text-align: center;
    }
}

.home-2 .homeTwo__testimonials .testimonial-slider-nav .divider {
    max-width: 473px;
    height: 1px;
    background: rgba(96, 96, 96, 0.2);
    margin-bottom: 30px;
}

.home-2 .homeTwo__testimonials .testimonial-slider-nav .paragraph {
    font-weight: 400;
    font-size: 22px;
    line-height: 33px;
    margin-bottom: 25px;
}

@media (max-width: 767px) {
    .home-2 .homeTwo__testimonials .testimonial-slider-nav .paragraph {
        font-size: 19px;
        line-height: 24px;
        margin-bottom: 18px;
    }
}

.home-2 .homeTwo__testimonials .testimonial-slider-nav span {
    font-size: 22px;
    color: #ffc700;
}

.home-2 .homeTwo__testimonials .testimonial-slider-nav .heading-5 {
    margin-bottom: 0;
}

.home-2 .homeTwo__testimonials .testimonial-slider-nav .slick-dots {
    text-align: left;
}

@media (max-width: 575px) {
    .home-2 .homeTwo__testimonials .testimonial-slider-nav .slick-dots {
        text-align: center;
    }
}

.home-2 .homeTwo__testimonials .testimonial-slider-nav .slick-dots button {
    display: none;
}

.home-2 .homeTwo__testimonials .testimonial-slider-nav .slick-dots li {
    width: 24px;
    height: 5px;
    background: rgba(3, 4, 28, 0.3);
    border-radius: 3px;
}

.home-2 .homeTwo__testimonials .testimonial-slider-nav .slick-dots li::before {
    display: none;
}

.home-2 .homeTwo__testimonials .testimonial-slider-nav .slick-dots li.slick-active {
    background: #0554f2;
}

.home-2 .homeTwo__testimonials .testimonial-slider-for .testimonial-avatar img {
    border-radius: 5px;
    width: 100%;
}

.home-2 .homeTwo__testimonials .testimonial-slider-for .slick-dots {
    display: none !important;
}

.home-2 .homeTwo__technology .technology_banner {
    width: 100%;
    height: 450px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 80px;
}

.home-2 .homeTwo__technology .technology_banner .video_icon_wrapper {
    width: 100px;
    height: 100px;
    background: #0554f2;
    color: white;
    font-size: 30px;
    margin: 0 auto;
    border-radius: 5px;
    cursor: pointer;
}

.home-2 .homeTwo__technology .technology_banner .video_icon_wrapper i {
    transition: 0.5s ease;
}

.home-2 .homeTwo__technology .technology_banner .video_icon_wrapper:hover i {
    scale: 1.4;
}

.home-2 .homeTwo__technology .technology_banner .heading-2 {
    max-width: 560px;
    text-align: center;
    color: white;
    margin: 0 auto;
    margin-top: 40px;
}

.home-2 .homeTwo__technology .technology_banner #overlay-video {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 600px;
    width: 100%;
    z-index: 111;
    display: none;
}

.home-2 .homeTwo__technology .technology_banner #overlay-video .video-payler {
    height: 350px;
}

@media (max-width: 425px) {
    .home-2 .homeTwo__technology .technology_banner #overlay-video .video-payler {
        height: 200px;
    }
}

.home-2 .homeTwo__technology .technology_banner #overlay-video.active {
    display: block;
}

.home-2 .homeTwo__technology .technology_banner #close-video-overlay {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 11;
    background: rgba(5, 5, 5, 0.512);
    display: none;
}

.home-2 .homeTwo__technology .technology_banner #close-video-overlay span {
    top: 20px;
    right: 20px;
    position: absolute;
    color: white;
    font-size: 20px;
    cursor: pointer;
}

.home-2 .homeTwo__technology .technology_banner #close-video-overlay.active {
    display: block;
}

.home-2 .homeTwo__latest--news .news-card {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    color: #1d1b19;
}

.home-2 .homeTwo__latest--news .news-card .img-wrapper {
    max-height: 320px;
    overflow: hidden;
}

.home-2 .homeTwo__latest--news .news-card .img-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: 0.5s ease;
}

.home-2 .homeTwo__latest--news .news-card .date {
    margin-bottom: 10px;
    color: #0554f2;
    transition: 0.3s ease;
}

.home-2 .homeTwo__latest--news .news-card .content {
    padding: 0 18px 30px 18px;
}

.home-2 .homeTwo__latest--news .news-card .content .avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
    overflow: hidden;
}

.home-2 .homeTwo__latest--news .news-card .content .heading-7 {
    margin-bottom: 0;
    color: #0554f2;
    font-weight: 500;
}

.home-2 .homeTwo__latest--news .news-card .circle-1 {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 5px solid #0554f2;
    bottom: -25px;
    opacity: 0.3;
    right: -55px;
    transition: 0.5s ease;
}

.home-2 .homeTwo__latest--news .news-card .circle-2 {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 5px solid #1d1b19;
    bottom: -55px;
    opacity: 0.3;
    right: -20px;
    transition: 0.5s ease;
}

.home-2 .homeTwo__latest--news .news-card:hover .date {
    color: #1d1b19;
    transition: 0.3s ease;
}

.home-2 .homeTwo__latest--news .news-card:hover .img-wrapper img {
    scale: 1.05;
}

.home-2 .homeTwo__latest--news .news-card:hover .heading-5 {
    color: #0554f2;
    transition: 0.3s ease;
}

.home-2 .homeTwo__latest--news .news-card:hover .circle-1 {
    opacity: 1;
    transition: 0.5s ease;
}

.home-2 .homeTwo__latest--news .news-card:hover .circle-2 {
    opacity: 1;
    transition: 0.5s ease;
}

.home-2 .homeTwo__latest--news .news-card.active .date {
    color: #1d1b19;
    transition: 0.3s ease;
}

.home-2 .homeTwo__latest--news .news-card.active .img-wrapper img {
    scale: 1.05;
}

.home-2 .homeTwo__latest--news .news-card.active .heading-5 {
    color: #0554f2;
    transition: 0.3s ease;
}

.home-2 .homeTwo__latest--news .news-card.active .circle-1 {
    opacity: 1;
    transition: 0.5s ease;
}

.home-2 .homeTwo__latest--news .news-card.active .circle-2 {
    opacity: 1;
    transition: 0.5s ease;
}

#achievment-area {
    width: 84%;
    position: absolute;
    top: 90%;
    right: 0;
    display: flex;
    gap: 70px;
    background: #181a20;
}

@media (max-width: 991px) {
    #achievment-area {
        padding: 50px 5px;
    }
}

@media (max-width: 1200px) {
    #achievment-area {
        gap: 10px;
        width: 90%;
    }
}

#achievment-area .vedio {
    max-width: 507px;
    height: 270px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 991px) {
    #achievment-area .vedio {
        display: none;
    }
}

#achievment-area .vedio .video_icon_wrapper {
    width: 50px;
    height: 50px;
    background: #ffaa17;
    color: white;
    margin: 0 auto;
    border-radius: 5px;
    cursor: pointer;
}

#achievment-area .vedio .video_icon_wrapper i {
    transition: 0.5s ease;
}

#achievment-area .vedio .video_icon_wrapper:hover i {
    scale: 1.4;
}

#achievment-area .vedio #overlay-video {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 600px;
    width: 100%;
    z-index: 111;
    display: none;
}

#achievment-area .vedio #overlay-video .video-payler {
    height: 350px;
}

@media (max-width: 425px) {
    #achievment-area .vedio #overlay-video .video-payler {
        height: 200px;
    }
}

#achievment-area .vedio #overlay-video.active {
    display: block;
}

#achievment-area .vedio #close-video-overlay {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 11;
    background: rgba(5, 5, 5, 0.512);
    display: none;
}

#achievment-area .vedio #close-video-overlay span {
    top: 20px;
    right: 20px;
    position: absolute;
    color: white;
    font-size: 20px;
    cursor: pointer;
}

#achievment-area .vedio #close-video-overlay.active {
    display: block;
}

#achievment-area .achievments {
    display: flex;
    gap: 30px;
    padding-right: 10px;
}

@media (max-width: 991px) {
    #achievment-area .achievments {
        gap: 10px;
        padding-right: 0;
        padding-left: 10px;
    }
}

@media (max-width: 575px) {
    #achievment-area .achievments {
        flex-direction: column;
        padding-right: 0;
        gap: 30px;
    }
}

#achievment-area .achievments .achievment {
    display: flex;
    align-items: center;
    gap: 14px;
}

#achievment-area .achievments .achievment img {
    max-height: 110px;
    max-width: 100px;
}

@media (max-width: 991px) {
    #achievment-area .achievments .achievment img {
        height: 60px;
        width: 60px;
    }
}

#achievment-area .achievments .achievment .review-area {
    
    font-style: normal;
    font-size: 50px;
    color: #ffffff;
}

#achievment-area .achievments .achievment .review-area .total {
    margin-bottom: 5px;
}

#achievment-area .achievments .achievment .review-area p {
    font-weight: 600;
    font-size: 18px;
}

#home3__hero-about .hero-about {
    color: #dddddd;
}

#home3__hero-about .hero-about .img-object {
    border-radius: 10px;
}

#home3__hero-about .hero-about .right {
    min-height: 660px;
}

#home3__hero-about .hero-about .experience {
    padding: 20px;
    border-radius: 5px;
    background: #03041c;
    color: white;
}

#home3__hero-about .hero-about .experience .heading-6 {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    display: block;
    rotate: 180deg;
    font-size: 25px;
    margin-bottom: 30px;
}

#home3__hero-about .hero-about .experience .since {
    width: 100%;
    background: white;
    border-radius: 3px;
    color: #03041c;
    padding: 8px 22px;
    font-size: 18px;
    font-weight: 500;
}

@media (max-width: 595px) {
    #home3__hero-about .hero-about .experience .since {
        padding: 8px 8px;
    }
}

#home3__hero-about .hero-about .savings {
    right: 12px;
    bottom: 0px;
    padding: 46px 33px;
    background-color: #ffaa17;
    border-radius: 10px;
    padding-right: 60px;
    color: white;
}

#home3__hero-about .hero-about .savings .icon_wrapper {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    background: white;
    color: #ffaa17;
}



#home3__hero-about .hero-about ul {
    list-style: none;
    padding: 0;
    margin-top: 30px;
}

#home3__hero-about .hero-about ul li {
    display: flex;
    align-items: center;
    
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 18px;
}

#home3__hero-about .hero-about ul li span {
    font-size: 24px;
    color: #ffaa17;
    margin-right: 16px;
}

@media (max-width: 575px) {
    #home3__hero-about .hero-about ul li {
        font-size: 14px;
        line-height: 20px;
    }
}

#home3__hero-about .hero-about .creativity {
    max-width: 462px;
    margin-top: 30px;
    width: 100%;
    padding: 15px 20px;
    background: #1d1b19;
    color: #ffaa17;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
}

#home3__hero-about .hero-about .creativity .circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #ffaa17;
    color: white;
    margin-right: 27px;
}

#home3__hero-about .hero-about .creativity .heading-7 {
    max-width: 280px;
    width: 100%;
    font-weight: 600;
}

@media (max-width: 425px) {
    #home3__hero-about .hero-about .creativity .creativity-info {
        flex-direction: column;
    }
    #home3__hero-about .hero-about .creativity .creativity-info .heading-7 {
        max-width: 100%;
        width: 100%;
    }
}

#home3__hero-about .hero-about .call-phone {
    margin-left: 30px;
}

#home3__hero-about .hero-about .call-phone .phone-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #ffaa17;
    font-size: 32px;
    color: #ffaa17;
}

#home3__hero-about .hero-about .call-phone .text {
    margin-left: 20px;
}

@media (max-width: 575px) {
    #home3__hero-about .hero-about .call-phone {
        margin-left: 0px;
        margin-bottom: 20px;
    }
    #home3__hero-about .hero-about .call-phone .phone-icon {
        width: 50px;
        height: 50px;
        font-size: 24px;
    }
}

#home3__hero-about .hero-about .img_wrapper_3 {
    margin-top: -200px;
}

@media (max-width: 575px) {
    #home3__hero-about .hero-about .img_wrapper_3 {
        margin-top: -125px;
    }
    #home3__hero-about .hero-about .img_wrapper_3 img {
        max-width: 200px;
    }
}

#home3__hero-about .hero-about .img_wrapper_logo {
    width: 200px;
    height: 200px;
    border-radius: 10px;
    background: white;
    top: 120px;
    left: 150px;
}

#home3__hero-about .hero-about .img_wrapper_logo img {
    transition: 0.5s ease;
}

@media (max-width: 425px) {
    #home3__hero-about .hero-about .img_wrapper_logo {
        top: 60px;
        left: 80px;
        width: 120px;
        height: 120px;
    }
    #home3__hero-about .hero-about .img_wrapper_logo .heading-3 {
        font-size: 20px;
        line-height: 25px;
    }
    #home3__hero-about .hero-about .img_wrapper_logo img {
        width: 30px;
    }
}

@media (max-width: 991px) {
    #home3__hero-about .hero-about .pl-45 {
        padding-left: 0;
    }
}

#partner__and__working--process .partners .partner {
    width: 274px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease-in-out;
}

#partner__and__working--process .partners .partner:nth-child(odd) {
    background: #181a20;
}

#partner__and__working--process .partners .partner:nth-child(odd) {
    background: #1a1d24;
}

#partner__and__working--process .partners .partner:hover {
    background: #ffaa17;
}

#partner__and__working--process .partners .partner.active {
    background: #ffaa17;
}

#partner__and__working--process .partners.slick-slider {
    margin-bottom: 0;
}

#partner__and__working--process .working__process .project-slider .project-card {
    max-width: 360px;
    width: 100%;
    cursor: pointer;
}

@media (max-width: 575px) {
    #partner__and__working--process .working__process .project-slider .project-card {
        max-width: 460px;
    }
}

#partner__and__working--process .working__process .project-slider .project-card .img-wrapper {
    max-height: 450px;
    border-radius: 5px;
    overflow: hidden;
}

#partner__and__working--process .working__process .project-slider .project-card .img-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

#partner__and__working--process .working__process .project-slider .project-card .info {
    max-width: 280px;
    width: 100%;
    color: white;
    margin: 0 auto;
    padding: 12px 0;
    background: #181a20;
    border-bottom: 3px solid #ffaa17;
    border-radius: 5px;
    margin-top: -40px;
    position: relative;
    z-index: 11;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    transition: 0.5s ease;
}

#partner__and__working--process .working__process .project-slider .project-card .icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    background: #ffaa17;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.5s ease;
    opacity: 0;
}

#partner__and__working--process .working__process .project-slider .project-card .icon span {
    transform: rotate(-90deg);
    color: white;
    font-size: 22px;
}

#partner__and__working--process .working__process .project-slider .project-card .icon:hover {
    background: #d2d1d1;
}

#partner__and__working--process .working__process .project-slider .project-card .icon:hover span {
    color: #ffaa17;
}

#partner__and__working--process .working__process .project-slider .project-card:hover .icon {
    transform: translate(-50%, -50%);
    opacity: 1;
    transition: 0.5s ease;
}

#partner__and__working--process .working__process .project-slider .project-card:hover .info {
    scale: 1.05;
    background: #ffaa17;
    color: black;
}

#partner__and__working--process .working__process .project-slider .project-card:hover .info .paragraph {
    color: black;
}

#partner__and__working--process .working__process .project-slider .project-card.active .icon {
    transform: translate(-50%, -50%);
    opacity: 1;
    transition: 0.5s ease;
}

#partner__and__working--process .working__process .project-slider .project-card.active .info {
    scale: 1.05;
    background: #ffaa17;
    color: black;
}

#partner__and__working--process .working__process .project-slider .project-card.active .info .paragraph {
    color: black;
}

#partner__and__working--process .working__process .project-slider .slick-dots {
    display: none !important;
}

#homeThree__buisness-process .buisness-wrapper {
    color: white;
}

#homeThree__buisness-process .buisness-wrapper .left .showOnSmallscreen {
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}

#homeThree__buisness-process .buisness-wrapper .left .showOnSmallscreen img {
    width: 80%;
}

@media (min-width: 767px) {
    #homeThree__buisness-process .buisness-wrapper .left .showOnSmallscreen {
        display: none !important;
    }
}

#homeThree__buisness-process .buisness-wrapper .left .header {
    
    font-weight: 500;
    font-size: 20px;
    color: #ffaa17;
}

#homeThree__buisness-process .buisness-wrapper .left .title {
    
    font-weight: 600;
    font-size: 40px;
    line-height: 46px;
}

#homeThree__buisness-process .buisness-wrapper .left .desc {
    
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

#homeThree__buisness-process .buisness-wrapper .left .skill-box {
    width: 100%;
    margin: 20px 0;
    
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
}

#homeThree__buisness-process .buisness-wrapper .left .skill-box .skill-bar {
    height: 6px;
    width: 100%;
    border-radius: 8px;
    margin-top: 12px;
    background-color: white;
}

#homeThree__buisness-process .buisness-wrapper .left .skill-box .skill-bar .skill-per {
    position: relative;
    display: block;
    height: 100%;
    border-radius: 8px;
    background-color: #ffaa17;
    opacity: 0;
}

#homeThree__buisness-process .buisness-wrapper .left .skill-box .skill-bar .skill-per.skill-poacity {
    animation: progress 2s ease-in-out forwards !important;
}

#homeThree__buisness-process .buisness-wrapper .left .skill-box .skill-bar .skill-per .skill-tooltip {
    position: absolute;
    right: -38px;
    top: -32px;
    z-index: 1;
}

#homeThree__buisness-process .buisness-wrapper .left .skill-box .skill-bar .Productivity {
    width: 75%;
}

#homeThree__buisness-process .buisness-wrapper .left .skill-box .skill-bar .digiMarket {
    width: 85%;
    transition-delay: 0.2s;
}

#homeThree__buisness-process .buisness-wrapper .left .skill-box .skill-bar .technology {
    width: 65%;
    transition-delay: 0.3s;
}

#homeThree__buisness-process .buisness-wrapper .left .skill-box .skill-bar .webDesign {
    width: 75%;
    transition-delay: 0.1s;
}

@keyframes progress {
    0% {
        width: 0%;
    }
    100% {
        opacity: 1;
    }
}

#homeThree__buisness-process .buisness-wrapper .right .heading-3 {
    color: black;
}

#homeThree__buisness-process .buisness-wrapper .right .img_wrapper_3 {
    margin-top: -200px;
}

@media (max-width: 575px) {
    #homeThree__buisness-process .buisness-wrapper .right .img_wrapper_3 {
        margin-top: -125px;
    }
    #homeThree__buisness-process .buisness-wrapper .right .img_wrapper_3 img {
        max-width: 200px;
    }
}

#homeThree__buisness-process .buisness-wrapper .right .img_wrapper_logo {
    width: 200px;
    height: 200px;
    border-radius: 10px;
    background: white;
    top: 120px;
    left: 150px;
}

#homeThree__buisness-process .buisness-wrapper .right .img_wrapper_logo img {
    transition: 0.5s ease;
}

@media (max-width: 425px) {
    #homeThree__buisness-process .buisness-wrapper .right .img_wrapper_logo {
        top: 60px;
        left: 80px;
        width: 120px;
        height: 120px;
    }
    #homeThree__buisness-process .buisness-wrapper .right .img_wrapper_logo .heading-3 {
        font-size: 20px;
        line-height: 25px;
    }
    #homeThree__buisness-process .buisness-wrapper .right .img_wrapper_logo img {
        width: 30px;
    }
}

@media (max-width: 991px) {
    #homeThree__buisness-process .buisness-wrapper .right .pl-45 {
        padding-left: 0;
    }
}

.homeThree__team {
    color: white;
}

.homeThree__team .team-card {
    background-color: #1d1b19;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
    margin: 0 15px;
}

.homeThree__team .team-card .img-wrapper {
    width: 100%;
    max-height: 500px;
    overflow: hidden;
}

.homeThree__team .team-card .img-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: 0.3s ease;
}

.homeThree__team .team-card .heading-6 {
    color: white;
    transition: 0.3s ease;
}

.homeThree__team .team-card .content {
    padding: 25px 37px;
}

.homeThree__team .team-card .content .divider {
    width: 100%;
    height: 2px;
    background-color: #d9d9d9;
}

.homeThree__team .team-card .content .paragraph-2 {
    
}

.homeThree__team .team-card .content .paragraph-2 span {
    margin-right: 10px;
}

.homeThree__team .team-card .socials {
    top: 10px;
    right: 10px;
    width: 30px;
}

.homeThree__team .team-card .socials a {
    cursor: pointer;
    color: #ffaa17;
}

.homeThree__team .team-card .socials .icons {
    transition: 0.3s ease;
}

.homeThree__team .team-card .socials .icons .icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    margin-bottom: 10px;
    transition: 0.3s ease;
}

.homeThree__team .team-card .socials .icons .icon:hover {
    color: white;
    background: #ffaa17;
}

.homeThree__team .team-card .socials .icons .fixed-icon {
    color: #000;
}

.homeThree__team .team-card .socials .icons .popup-icon {
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease;
}

.homeThree__team .team-card .socials .icons:hover .popup-icon {
    visibility: visible;
    opacity: 1;
    transition: 0.3s ease;
}

.homeThree__team .team-card .circle-1 {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 5px solid #ffaa17;
    bottom: -25px;
    opacity: 0.3;
    right: -55px;
    transition: 0.5s ease;
}

.homeThree__team .team-card .circle-2 {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 5px solid white;
    bottom: -55px;
    opacity: 0.3;
    right: -20px;
    transition: 0.5s ease;
}

.homeThree__team .team-card:hover .img-wrapper img {
    scale: 1.05;
}

.homeThree__team .team-card:hover .heading-6 {
    color: #ffaa17;
    transition: 0.3s ease;
}

.homeThree__team .team-card:hover .circle-1 {
    opacity: 1;
    transition: 0.5s ease;
}

.homeThree__team .team-card:hover .circle-2 {
    opacity: 1;
    transition: 0.5s ease;
}

.homeThree__team .team-card.active .img-wrapper img {
    scale: 1.05;
}

.homeThree__team .team-card.active .heading-6 {
    color: #ffaa17;
    transition: 0.3s ease;
}

.homeThree__team .team-card.active .circle-1 {
    opacity: 1;
    transition: 0.5s ease;
}

.homeThree__team .team-card.active .circle-2 {
    opacity: 1;
    transition: 0.5s ease;
}

@media (max-width: 575px) {
    .homeThree__team .slick-dots {
        display: none !important;
    }
}

.homeThree__team .slick-dots button {
    display: none;
}

.homeThree__team .slick-dots li {
    width: 24px;
    height: 5px;
    background: rgba(254, 254, 254, 0.3);
    border-radius: 3px;
}

.homeThree__team .slick-dots li.slick-active {
    background: #ffaa17;
}

@media (max-width: 757px) {
    .homeThree__team .team-slider {
        margin-top: 0;
    }
}

.homeThree__subscribe {
    padding-top: 70px;
}

.homeThree__subscribe .subscribe-area {
    padding: 80px 42px;
    border-radius: 8px;
    color: #03041c;
    background: #ffaa17;
}

.homeThree__subscribe .subscribe-area .heading-2 {
    max-width: 400px;
}

.homeThree__subscribe .subscribe-area .paragraph {
    max-width: 390px;
    color: #03041c;
    
}

.homeThree__subscribe .subscribe-area .input__wrapper {
    max-width: 540px;
    width: 100%;
    background: white;
    border-radius: 5px;
    padding: 10px;
}

.homeThree__subscribe .subscribe-area .input__wrapper input {
    padding: 5px;
    border: none;
    outline: none;
    background: transparent;
    font-size: 18px;
}

.homeThree__subscribe .subscribe-area .input__wrapper a {
    background-color: #ffaa17;
    padding: 5px 20px;
    color: white;
    border-radius: 5px;
    font-size: 20px;
}

@media (max-width: 575px) {
    .homeThree__subscribe .subscribe-area .input__wrapper input {
        padding: 0;
        width: 80%;
    }
}

@media (max-width: 767px) {
    .homeThree__subscribe .subscribe-area {
        padding: 30px 20px;
    }
}

.homeThree__subscribe .overed-image {
    right: 0;
    bottom: 0;
    z-index: 1;
}

.homeThree__subscribe .overed-image.overed-image-2 {
    right: 80px;
}

@media (max-width: 1199px) {
    .homeThree__subscribe .overed-image {
        display: none;
    }
}

#homeThree__Exclusive--service-card {
    color: #dddddd;
}

#homeThree__Exclusive--service-card .service-cards .individual-card {
    background: #1d1b19;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    border-bottom: 5px solid white;
}

#homeThree__Exclusive--service-card .service-cards .individual-card .icon-wrapper {
    width: 76px;
    height: 76px;
    background: #ffffff;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    z-index: 11;
    border-bottom: 3px solid #ffaa17;
}

#homeThree__Exclusive--service-card .service-cards .individual-card .icon-wrapper img {
    transition: 0.5s ease;
}

#homeThree__Exclusive--service-card .service-cards .individual-card .paragraph {
    
    z-index: 11;
}

#homeThree__Exclusive--service-card .service-cards .individual-card .heading-6 {
    z-index: 11;
    color: white;
}

#homeThree__Exclusive--service-card .service-cards .individual-card::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0%;
    background-color: #ffaa17;
    z-index: 1;
    transition: 0.5s ease;
}

#homeThree__Exclusive--service-card .service-cards .individual-card:hover {
    color: white;
}

#homeThree__Exclusive--service-card .service-cards .individual-card:hover .paragraph {
    color: white;
}

#homeThree__Exclusive--service-card .service-cards .individual-card:hover::after {
    height: 100%;
    transition: 0.5s ease;
}

#homeThree__Exclusive--service-card .service-cards .individual-card:hover .icon-wrapper {
    border-bottom: 3px solid white;
}

#homeThree__Exclusive--service-card .service-cards .individual-card:hover .icon-wrapper img {
    transition: 0.5s ease;
    transform: rotateY(180deg);
}

#homeThree__Exclusive--service-card .service-cards .active {
    color: white;
}

#homeThree__Exclusive--service-card .service-cards .active .paragraph {
    color: white;
}

#homeThree__Exclusive--service-card .service-cards .active::after {
    height: 100%;
    transition: 0.5s ease;
}

#homeThree__Exclusive--service-card .service-cards .active .icon-wrapper {
    border-bottom: 3px solid white;
}

#homeThree__Exclusive--service-card .service-cards .active .icon-wrapper img {
    transition: 0.5s ease;
    transform: rotateY(180deg);
}

#homeThree__price--packages .pricing__banner .heading-2 {
    color: #ffffff;
}

#homeThree__price--packages .pricing__banner .paragraph {
    color: #ffffff;
}

#homeThree__price--packages .pricing__cards {
    margin-top: -120px;
}

#homeThree__price--packages .pricing__cards .price__card {
    color: #fff;
    background: #181a20;
    padding: 12px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    padding: 30px 0;
    cursor: pointer;
}

#homeThree__price--packages .pricing__cards .price__card:hover {
    box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.35);
    border: 1px solid #ffaa17;
}

#homeThree__price--packages .pricing__cards .price__card:hover h5 {
    color: #ffaa17;
}

#homeThree__price--packages .pricing__cards .price__card.active {
    box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.35);
    border: 1px solid #ffaa17;
}

#homeThree__price--packages .pricing__cards .price__card.active h5 {
    color: #ffaa17;
}

#homeThree__price--packages .pricing__cards .price__card.active .button-secondary-1::after {
    width: 300px;
    height: 400px;
    top: -100px;
    left: 5px;
}

#homeThree__price--packages .pricing__cards .price__card.active .button-secondary-1 span {
    color: #fff;
}

#homeThree__price--packages .pricing__cards .price__card h5 {
    
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
}

#homeThree__price--packages .pricing__cards .price__card .price__card--title {
    margin-bottom: 18px;
}

#homeThree__price--packages .pricing__cards .price__card .price__card--price {
    margin-bottom: 50px;
}

#homeThree__price--packages .pricing__cards .price__card .underline {
    width: 100px;
    border: 1px solid #dddddd;
    margin-top: 10px;
    margin-bottom: 24px;
}

#homeThree__price--packages .pricing__cards .price__card p {
    
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #dddddd;
    margin-bottom: 6px;
}

.homeThree__testimonials {
    color: #dddddd;
}

.homeThree__testimonials .mobile-view {
    display: none;
    text-align: center;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .homeThree__testimonials .mobile-view {
        display: block;
    }
}

@media (max-width: 767px) {
    .homeThree__testimonials .large-screen {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .homeThree__testimonials .reverse-columns-sm {
        flex-direction: column-reverse;
    }
}

.homeThree__testimonials .testimonial-slider-nav {
    padding-right: 50px;
}

@media (max-width: 575px) {
    .homeThree__testimonials .testimonial-slider-nav {
        padding-right: 0;
    }
}

@media (max-width: 575px) {
    .homeThree__testimonials .testimonial-slider-nav .heading-6 {
        text-align: center;
    }
}

.homeThree__testimonials .testimonial-slider-nav .heading-2 {
    max-width: 310px;
    margin-bottom: 30px;
}

@media (max-width: 575px) {
    .homeThree__testimonials .testimonial-slider-nav .heading-2 {
        max-width: 100%;
        text-align: center;
    }
}

.homeThree__testimonials .testimonial-slider-nav .divider {
    max-width: 473px;
    height: 1px;
    background: rgba(96, 96, 96, 0.2);
    margin-bottom: 30px;
}

.homeThree__testimonials .testimonial-slider-nav .paragraph {
    color: #dddddd;
    font-weight: 400;
    font-size: 22px;
    line-height: 33px;
    margin-bottom: 25px;
}

@media (max-width: 767px) {
    .homeThree__testimonials .testimonial-slider-nav .paragraph {
        font-size: 19px;
        line-height: 24px;
        margin-bottom: 18px;
    }
}

.homeThree__testimonials .testimonial-slider-nav span {
    font-size: 22px;
    color: #ffc700;
}

.homeThree__testimonials .testimonial-slider-nav .heading-5 {
    margin-bottom: 0;
}

.homeThree__testimonials .testimonial-slider-nav .slick-dots {
    text-align: left;
}

@media (max-width: 575px) {
    .homeThree__testimonials .testimonial-slider-nav .slick-dots {
        text-align: center;
    }
}

.homeThree__testimonials .testimonial-slider-nav .slick-dots button {
    display: none;
}

.homeThree__testimonials .testimonial-slider-nav .slick-dots li {
    width: 24px;
    height: 5px;
    background: rgba(254, 254, 254, 0.3);
    border-radius: 3px;
}

.homeThree__testimonials .testimonial-slider-nav .slick-dots li::before {
    display: none;
}

.homeThree__testimonials .testimonial-slider-nav .slick-dots li.slick-active {
    background: #ffaa17;
}

.homeThree__testimonials .testimonial-slider-for {
    width: 100% !important;
    height: 100% !important;
}

.homeThree__testimonials .testimonial-slider-for .testimonial-avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.homeThree__testimonials .testimonial-slider-for .testimonial-avatar img {
    -o-object-fit: cover;
    object-fit: cover;
}

.homeThree__testimonials .testimonial-slider-for .testimonial-avatar .main {
    border-radius: 50%;
    max-height: 400px;
    max-width: 400px;
    width: 100%;
    height: 100%;
}

@media (max-width: 991px) {
    .homeThree__testimonials .testimonial-slider-for .testimonial-avatar .main {
        max-width: 300px;
        max-height: 300px;
    }
}

@media (max-width: 767px) {
    .homeThree__testimonials .testimonial-slider-for .testimonial-avatar .main {
        max-width: 400px;
        max-height: 400px;
    }
}

@media (max-width: 575px) {
    .homeThree__testimonials .testimonial-slider-for .testimonial-avatar .main {
        max-width: 250px;
        max-height: 250px;
    }
}

.homeThree__testimonials .testimonial-slider-for .testimonial-avatar .submain {
    position: absolute;
    top: 32%;
    left: 10%;
    border-radius: 50%;
    border: 5px solid #ffaa17;
    max-height: 147px;
    max-width: 147px;
    width: 100%;
    height: 100%;
}

@media (max-width: 991px) {
    .homeThree__testimonials .testimonial-slider-for .testimonial-avatar .submain {
        max-width: 100px;
        max-height: 100px;
        left: 0;
    }
}

@media (max-width: 767px) {
    .homeThree__testimonials .testimonial-slider-for .testimonial-avatar .submain {
        max-width: 150px;
        max-height: 150px;
        left: 3%;
    }
}

@media (max-width: 575px) {
    .homeThree__testimonials .testimonial-slider-for .testimonial-avatar .submain {
        max-width: 100px;
        max-height: 100px;
        left: 3%;
    }
}

.homeThree__testimonials .testimonial-slider-for .testimonial-avatar .top {
    position: absolute;
    top: 0;
    left: 20%;
    border-radius: 50%;
    max-height: 120px;
    max-width: 120px;
    width: 100%;
    height: 100%;
}

@media (max-width: 991px) {
    .homeThree__testimonials .testimonial-slider-for .testimonial-avatar .top {
        max-width: 90px;
        max-height: 90px;
        left: 15%;
    }
}

@media (max-width: 767px) {
    .homeThree__testimonials .testimonial-slider-for .testimonial-avatar .top {
        max-width: 90px;
        max-height: 90px;
    }
}

@media (max-width: 575px) {
    .homeThree__testimonials .testimonial-slider-for .testimonial-avatar .top {
        max-width: 70px;
        max-height: 70px;
    }
}

.homeThree__testimonials .testimonial-slider-for .testimonial-avatar .bottom {
    position: absolute;
    bottom: 0;
    left: 20%;
    border-radius: 50%;
    max-height: 120px;
    max-width: 120px;
    height: 100%;
    width: 100%;
}

@media (max-width: 767px) {
    .homeThree__testimonials .testimonial-slider-for .testimonial-avatar .bottom {
        max-width: 90px;
        max-height: 90px;
    }
}

@media (max-width: 575px) {
    .homeThree__testimonials .testimonial-slider-for .testimonial-avatar .bottom {
        max-width: 70px;
        max-height: 70px;
    }
}

.homeThree__testimonials .testimonial-slider-for .slick-dots {
    display: none !important;
}

.homeThree__latest--news {
    color: #dddddd;
}

.homeThree__latest--news .news-card {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    color: white;
    background: #1d1b19;
}

.homeThree__latest--news .news-card .img-wrapper {
    max-height: 320px;
    overflow: hidden;
}

.homeThree__latest--news .news-card .img-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: 0.5s ease;
}

.homeThree__latest--news .news-card .date {
    margin-bottom: 10px;
    color: #ffaa17;
    transition: 0.3s ease;
}

.homeThree__latest--news .news-card .content {
    padding: 0 18px 30px 18px;
}

.homeThree__latest--news .news-card .content .avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
    overflow: hidden;
}

.homeThree__latest--news .news-card .content .heading-7 {
    margin-bottom: 0;
    font-weight: 500;
}

.homeThree__latest--news .news-card .circle-1 {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 5px solid #ffaa17;
    bottom: -25px;
    opacity: 0.3;
    right: -55px;
    transition: 0.5s ease;
}

.homeThree__latest--news .news-card .circle-2 {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 5px solid white;
    bottom: -55px;
    opacity: 0.3;
    right: -20px;
    transition: 0.5s ease;
}

.homeThree__latest--news .news-card:hover .date {
    transition: 0.3s ease;
}

.homeThree__latest--news .news-card:hover .img-wrapper img {
    scale: 1.05;
}

.homeThree__latest--news .news-card:hover .heading-5 {
    color: #ffaa17;
    transition: 0.3s ease;
}

.homeThree__latest--news .news-card:hover .heading-7 {
    color: #ffaa17;
    transition: 0.3s ease;
}

.homeThree__latest--news .news-card:hover .circle-1 {
    opacity: 1;
    transition: 0.5s ease;
}

.homeThree__latest--news .news-card:hover .circle-2 {
    opacity: 1;
    transition: 0.5s ease;
}

.homeThree__latest--news .news-card.active .date {
    transition: 0.3s ease;
}

.homeThree__latest--news .news-card.active .img-wrapper img {
    scale: 1.05;
}

.homeThree__latest--news .news-card.active .heading-5 {
    color: #ffaa17;
    transition: 0.3s ease;
}

.homeThree__latest--news .news-card.active .heading-7 {
    color: #ffaa17;
    transition: 0.3s ease;
}

.homeThree__latest--news .news-card.active .circle-1 {
    opacity: 1;
    transition: 0.5s ease;
}

.homeThree__latest--news .news-card.active .circle-2 {
    opacity: 1;
    transition: 0.5s ease;
}

.homeThree__footer .footer-top {
    background-color: #0b0c16;
    padding: 43px 0;
}

.homeThree__footer .footer-top .heading-2 {
    color: white;
}

.homeThree__footer .footer-top .email-wrapper {
    max-width: 430px;
    width: 100%;
    margin-right: 20px;
}

.homeThree__footer .footer-top input {
    background: rgba(255, 255, 255, 0.3);
    color: white;
    width: 100%;
    padding: 0 20px;
    border: none;
    outline: none;
    border-radius: 5px;
    height: 60px;
}

.homeThree__footer .footer-top .subscribe-btn {
    width: 175px;
    height: 60px;
    border-radius: 5px;
    background: #ffaa17;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .homeThree__footer .footer-top .heading-2 {
        margin-right: 0;
    }
    .homeThree__footer .footer-top .subscribe-btn {
        width: 175px;
        height: 45px;
    }
    .homeThree__footer .footer-top input {
        height: 45px;
    }
    .homeThree__footer .footer-top .email-wrapper {
        margin-right: 0px;
        margin-bottom: 10px;
    }
}

.homeThree__footer .footer-body .about-company {
    margin-top: -100px;
    background: white;
    border-radius: 5px;
    max-width: 350px;
    width: 100%;
    overflow: hidden;
}

.homeThree__footer .footer-body .about-company .logo-wrapper {
    background-color: #ffaa17;
    padding: 23px 54px;
    position: relative;
    margin-bottom: 77px;
}

.homeThree__footer .footer-body .about-company .logo-wrapper img {
    max-width: 235px;
    width: 100%;
}

.homeThree__footer .footer-body .about-company .logo-wrapper:after {
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: -20px;
    left: 20%;
    rotate: 45deg;
    background-color: #ffaa17;
}

@media (max-width: 575px) {
    .homeThree__footer .footer-body .about-company .logo-wrapper:after {
        width: 30px;
        height: 30px;
        bottom: -15px;
    }
}

@media (max-width: 575px) {
    .homeThree__footer .footer-body .about-company .logo-wrapper {
        margin-bottom: 30px;
        padding: 15px 65px;
    }
}

.homeThree__footer .footer-body .about-company .content {
    padding: 0 24px 58px 24px;
}

.homeThree__footer .footer-body .about-company .content .socials ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 15px;
    margin-top: 26px;
}

.homeThree__footer .footer-body .about-company .content .socials ul li {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border: 1px solid #ffaa17;
    transition: 0.3s ease;
    cursor: pointer;
}

.homeThree__footer .footer-body .about-company .content .socials ul li a {
    color: #ffaa17;
}

.homeThree__footer .footer-body .about-company .content .socials ul li:hover {
    background: #ffaa17;
}

.homeThree__footer .footer-body .about-company .content .socials ul li:hover a {
    color: white;
}

.homeThree__footer .footer-body .about-company .content .socials ul li.active {
    background: #ffaa17;
}

.homeThree__footer .footer-body .about-company .content .socials ul li.active a {
    color: white;
}

@media (max-width: 1199px) {
    .homeThree__footer .footer-body .about-company {
        margin-top: 0px;
        max-width: 400px;
    }
}



.homeThree__footer .footer-body .wrapper {
    padding-top: 100px;
}

.homeThree__footer .footer-body .wrapper .heading-4 {
    color: white;
    font-size: 24px;
    margin-bottom: 38px;
}

.homeThree__footer .footer-body .wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.homeThree__footer .footer-body .wrapper ul li {
    margin-bottom: 10px;
}

.homeThree__footer .footer-body .wrapper ul li a {
    text-decoration: none;
    color: white;
    font-weight: 300;
    transition: 0.3s ease;
}

.homeThree__footer .footer-body .wrapper ul li:hover a {
    color: #ffaa17;
    text-decoration: underline !important;
}

.homeThree__footer .footer-body .wrapper ul li.active a {
    color: #ffaa17;
    text-decoration: underline !important;
}

.homeThree__footer .footer-body .wrapper .news {
    margin-bottom: 20px;
}

.homeThree__footer .footer-body .wrapper .news .img-wrapper {
    width: 90px;
    height: 90px;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 20px;
}

.homeThree__footer .footer-body .wrapper .news .img-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: 0.5s ease;
}

.homeThree__footer .footer-body .wrapper .news .paragraph {
    color: white;
    transition: 0.3s ease;
}

.homeThree__footer .footer-body .wrapper .news .info {
    width: calc(100% - 100px);
}

.homeThree__footer .footer-body .wrapper .news .info .date {
    color: #ffaa17;
}

.homeThree__footer .footer-body .wrapper .news:hover .paragraph {
    color: #ffaa17;
}

.homeThree__footer .footer-body .wrapper .news:hover img {
    scale: 1.1;
}

.homeThree__footer .footer-body .wrapper .contact {
    margin-bottom: 20px;
}

.homeThree__footer .footer-body .wrapper .contact .icon-wrapper {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 15px;
    background-color: white;
    color: #ffaa17;
    cursor: pointer;
    transition: 0.3s ease;
}

.homeThree__footer .footer-body .wrapper .contact .icon-wrapper:hover {
    background-color: #ffaa17;
    color: white;
}

.homeThree__footer .footer-body .wrapper .contact .icon-wrapper.active {
    background-color: #ffaa17;
    color: white;
}

.homeThree__footer .footer-body .wrapper .contact .paragraph {
    color: white;
}

@media (max-width: 1199px) {
    .homeThree__footer .footer-body .wrapper {
        padding-top: 50px;
    }
}

@media (max-width: 450px){
    .responsive_ele{
        margin-left: 0px;
    }

    .responsive_ey{
        margin-left: 10px;
        line-height: 10px;
    }
}

@media (min-width: 550px){
    .responsive_ele{
        margin-left: 50px;
    }

    .responsive_ey{
        margin-left: 90px;
        line-height: 10px;
    }
}



.homeThree__footer .footer-body .divider {
    border: 1px solid rgba(5, 84, 242, 0.4);
    margin-top: 73px;
}

.homeThree__footer .footer-body .footer-bottom {
    padding: 20px 0;
}

.homeThree__footer .footer-body .footer-bottom .paragraph {
    color: white;
}

.homeThree__footer .footer-body .footer-bottom a {
    color: white;
}

.homeThree__footer .footer-body .footer-bottom ul {
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.homeThree__footer .footer-body .footer-bottom #scroll-to-top {
    opacity: 0;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #ffaa17;
    color: white;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 500;
    transition: opacity 0.3s ease;
}

.homeThree__footer .footer-body .footer-bottom #scroll-to-top.show {
    opacity: 1;
    /* Make the button visible */
}

@media (max-width: 767px) {
    .homeThree__footer .footer-body .footer-bottom #scroll-to-top {
        right: 5px;
        width: 40px;
        height: 40px;
        opacity: 0.7 !important;
    }
}

#about .hero-about .img-object {
    border-radius: 10px;
}

#about .hero-about .right {
    min-height: 660px;
}

#about .hero-about .experience {
    padding: 20px;
    border-radius: 5px;
    background: #03041c;
    color: white;
}

#about .hero-about .experience .heading-6 {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    display: block;
    rotate: 180deg;
    font-size: 25px;
    margin-bottom: 30px;
}

#about .hero-about .experience .since {
    width: 100%;
    background: white;
    border-radius: 3px;
    color: #03041c;
    padding: 8px 22px;
    font-size: 18px;
    font-weight: 500;
}

@media (max-width: 595px) {
    #about .hero-about .experience .since {
        padding: 8px 8px;
    }
}

#about .hero-about .savings {
    right: 12px;
    bottom: 0px;
    padding: 46px 33px;
    background-color: #0554f2;
    border-radius: 10px;
    padding-right: 60px;
    color: white;
}

#about .hero-about .savings .icon_wrapper {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    background: white;
    color: #0554f2;
}

#about .fan-area {
    padding: 60px 0;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#about .fan-area .count-card {
    transition: 0.3s ease;
    cursor: pointer;
}

#about .fan-area .count-card .icon_wrapper {
    width: 110px;
    height: 100px;
    border-radius: 5px;
    border: 1px solid #0554f2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    margin-right: 25px;
    transition: 0.3s ease;
}

#about .fan-area .count-card .icon_wrapper::after {
    content: "";
    width: 100%;
    height: 6px;
    position: absolute;
    bottom: 0px;
    left: 0;
    background-color: transparent;
    z-index: 1;
    transition: 0.3s ease;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

#about .fan-area .count-card:hover .icon_wrapper {
    color: #0554f2;
    background-color: white;
    border: 1px solid white;
    position: relative;
    transition: 0.3s ease;
}

#about .fan-area .count-card:hover .icon_wrapper::after {
    background-color: #0554f2;
    transition: 0.3s ease;
}

#about .fan-area .count-card .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#about .fan-area .count-card .content .counter__helper {
    display: inline;
}

#about .about__ExclusiveService .ex-service-cards .ex-service-card {
    background-color: white;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
    transition: 0.5s ease;
    cursor: pointer;
}

#about .about__ExclusiveService .ex-service-cards .ex-service-card a {
    color: black;
}

#about .about__ExclusiveService .ex-service-cards .ex-service-card .img-wrapper {
    width: 100%;
    max-height: 500px;
}

#about .about__ExclusiveService .ex-service-cards .ex-service-card .img-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: 0.3s ease;
}

#about .about__ExclusiveService .ex-service-cards .ex-service-card .icon {
    right: 24px;
    bottom: -23px;
    position: absolute;
    background: #ffffff;
    padding: 18px 20px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    transition: 0.3s ease;
    overflow: hidden;
    z-index: 999;
}

#about .about__ExclusiveService .ex-service-cards .ex-service-card .icon:hover img {
    transform: rotateY(180deg);
}

#about .about__ExclusiveService .ex-service-cards .ex-service-card .icon img {
    width: 40px;
    height: 40px;
    -o-object-fit: cover;
    object-fit: cover;
    transition: 0.3s ease;
}

#about .about__ExclusiveService .ex-service-cards .ex-service-card .heading-6 {
    color: #1d1b19;
    transition: 0.3s ease;
}

#about .about__ExclusiveService .ex-service-cards .ex-service-card .content {
    padding: 25px 37px;
}

#about .about__ExclusiveService .ex-service-cards .ex-service-card .content .divider {
    width: 100%;
    height: 2px;
    background-color: #d9d9d9;
}

#about .about__ExclusiveService .ex-service-cards .ex-service-card .content .paragraph-2 {
    
}

#about .about__ExclusiveService .ex-service-cards .ex-service-card .content .paragraph-2 span {
    margin-right: 10px;
}

#about .about__ExclusiveService .ex-service-cards .ex-service-card .socials {
    top: 10px;
    right: 10px;
    width: 30px;
}

#about .about__ExclusiveService .ex-service-cards .ex-service-card .socials .icons {
    transition: 0.3s ease;
}

#about .about__ExclusiveService .ex-service-cards .ex-service-card .socials .icons .icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    margin-bottom: 10px;
    transition: 0.3s ease;
}

#about .about__ExclusiveService .ex-service-cards .ex-service-card .socials .icons .icon:hover {
    color: white;
    background: #0554f2;
}

#about .about__ExclusiveService .ex-service-cards .ex-service-card .socials .icons .fixed-icon {
    color: #000;
}

#about .about__ExclusiveService .ex-service-cards .ex-service-card .socials .icons .popup-icon {
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease;
}

#about .about__ExclusiveService .ex-service-cards .ex-service-card .socials .icons:hover .popup-icon {
    visibility: visible;
    opacity: 1;
    transition: 0.3s ease;
}

#about .about__ExclusiveService .ex-service-cards .ex-service-card .circle-1 {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 5px solid #0554f2;
    bottom: -25px;
    opacity: 0.3;
    right: -55px;
    transition: 0.5s ease;
}

#about .about__ExclusiveService .ex-service-cards .ex-service-card .circle-2 {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 5px solid #1d1b19;
    bottom: -55px;
    opacity: 0.3;
    right: -20px;
    transition: 0.5s ease;
}

#about .about__ExclusiveService .ex-service-cards .ex-service-card:hover .img-wrapper img {
    scale: 1.05;
}

#about .about__ExclusiveService .ex-service-cards .ex-service-card:hover .heading-6 {
    color: #0554f2;
    transition: 0.3s ease;
}

#about .about__ExclusiveService .ex-service-cards .ex-service-card:hover .circle-1 {
    opacity: 1;
    transition: 0.5s ease;
}

#about .about__ExclusiveService .ex-service-cards .ex-service-card:hover .circle-2 {
    opacity: 1;
    transition: 0.5s ease;
}

#about .about__ExclusiveService .ex-service-cards .ex-service-card:hover .icon {
    transform: rotateY(180deg);
}

#about .about__ExclusiveService .ex-service-cards .ex-service-card.active .img-wrapper img {
    scale: 1.05;
}

#about .about__ExclusiveService .ex-service-cards .ex-service-card.active .heading-6 {
    color: #0554f2;
    transition: 0.3s ease;
}

#about .about__ExclusiveService .ex-service-cards .ex-service-card.active .circle-1 {
    opacity: 1;
    transition: 0.5s ease;
}

#about .about__ExclusiveService .ex-service-cards .ex-service-card.active .circle-2 {
    opacity: 1;
    transition: 0.5s ease;
}

#about .about__ExclusiveService .ex-service-cards .ex-service-card.active .button-primary-1::after {
    width: 300px;
    height: 400px;
    top: -100px;
    left: -100px;
}

#about .about__ExclusiveService .ex-service-cards .ex-service-card.active .button-primary-1 span {
    color: #fff;
}

#about .about__ExclusiveService .ex-service-cards .ex-service-card.active .icons .popup-icon {
    visibility: visible;
    opacity: 1;
    transition: 0.3s ease;
}

#about .about__ExclusiveService .message {
    color: white;
    background: #03041c;
    padding: 55px 40px;
    z-index: 1;
    overflow: hidden;
}

@media (max-width: 425px) {
    #about .about__ExclusiveService .message {
        padding: 25px 25px;
    }
}

#about .about__ExclusiveService .message .icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    background-color: white;
    color: #0554f2;
    cursor: pointer;
}

#about .about__ExclusiveService .message .circle-1 {
    left: 20px;
    top: -200px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
}

#about .about__ExclusiveService .message .circle-2 {
    right: 10px;
    bottom: -180px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
}

@media (max-width: 991px) {
    #about .about__ExclusiveService .message .icon {
        width: 80px;
        height: 80px;
        font-size: 30px;
    }
    #about .about__ExclusiveService .message .heading-2 {
        font-size: 30px;
        line-height: 35px;
    }
    #about .about__ExclusiveService .message .heading-4 {
        font-size: 20px;
        line-height: 22px;
    }
}

@media (max-width: 575px) {
    #about .about__ExclusiveService .message .heading-2 {
        font-size: 22px;
        line-height: 22px;
    }
    #about .about__ExclusiveService .message .heading-4 {
        font-size: 16px;
        line-height: 20px;
    }
    #about .about__ExclusiveService .message .heading-7 {
        font-size: 12px;
    }
}

@media (max-width: 425px) {
    #about .about__ExclusiveService .message .icon {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
}

#about .about__ExclusiveService .plan {
    margin-top: -100px;
    position: relative;
    background-color: #eff4fa;
}

@media (max-width: 425px) {
    #about .about__ExclusiveService .plan {
        margin-top: -70px;
    }
}

#about .about__ExclusiveService .plan .img-wrapper {
    width: 100%;
    height: 100%;
}

#about .about__ExclusiveService .plan .img-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

#about .about__ExclusiveService .plan .content {
    margin-left: 40px;
    max-width: 535px;
    padding: 20px;
    padding-top: 100px;
}

@media (max-width: 991px) {
    #about .about__ExclusiveService .plan .content {
        padding-top: 0;
    }
}

@media (max-width: 425px) {
    #about .about__ExclusiveService .plan .content {
        margin-left: 0;
    }
}

#about .about__ExclusiveService .plan .content .heading-6 {
    font-size: 20px;
    color: #0554f2;
}

#about .about__ExclusiveService .plan .content .heading-7 {
    
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
}

#about .about__ExclusiveService .plan .skill-box {
    width: 100%;
    margin: 20px 0;
    
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #03041c;
}

#about .about__ExclusiveService .plan .skill-box .skill-bar {
    height: 6px;
    width: 100%;
    border-radius: 8px;
    margin-top: 12px;
    background-color: rgba(0, 0, 0, 0.1);
}

#about .about__ExclusiveService .plan .skill-box .skill-bar .skill-per {
    position: relative;
    display: block;
    height: 100%;
    border-radius: 8px;
    background-color: #0554f2;
    opacity: 0;
}

#about .about__ExclusiveService .plan .skill-box .skill-bar .skill-per.skill-poacity {
    animation: progress 2s ease-in-out forwards !important;
}

#about .about__ExclusiveService .plan .skill-box .skill-bar .skill-per .skill-tooltip {
    position: absolute;
    right: -38px;
    top: -32px;
    z-index: 1;
}

#about .about__ExclusiveService .plan .skill-box .skill-bar .Productivity {
    width: 75%;
}

#about .about__ExclusiveService .plan .skill-box .skill-bar .digiMarket {
    width: 85%;
    transition-delay: 0.2s;
}

#about .about__ExclusiveService .plan .skill-box .skill-bar .technology {
    width: 65%;
    transition-delay: 0.3s;
}

#about .about__ExclusiveService .plan .skill-box .skill-bar .webDesign {
    width: 75%;
    transition-delay: 0.1s;
}

@keyframes progress {
    0% {
        width: 0%;
    }
    100% {
        opacity: 1;
    }
}

#about .about__team .team-card {
    background-color: white;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
    margin: 0 15px;
}

#about .about__team .team-card .img-wrapper {
    width: 100%;
    max-height: 500px;
    overflow: hidden;
}

#about .about__team .team-card .img-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: 0.3s ease;
}

#about .about__team .team-card .heading-6 {
    color: #1d1b19;
    transition: 0.3s ease;
}

#about .about__team .team-card .content {
    padding: 25px 37px;
}

#about .about__team .team-card .content .divider {
    width: 100%;
    height: 2px;
    background-color: #d9d9d9;
}

#about .about__team .team-card .content .paragraph-2 {
    
}

#about .about__team .team-card .content .paragraph-2 span {
    margin-right: 10px;
}

#about .about__team .team-card .socials {
    top: 10px;
    right: 10px;
    width: 30px;
}

#about .about__team .team-card .socials a {
    cursor: pointer;
}

#about .about__team .team-card .socials .icons {
    transition: 0.3s ease;
}

#about .about__team .team-card .socials .icons .icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    margin-bottom: 10px;
    transition: 0.3s ease;
}

#about .about__team .team-card .socials .icons .icon:hover {
    color: white;
    background: #0554f2;
}

#about .about__team .team-card .socials .icons .fixed-icon {
    color: #000;
}

#about .about__team .team-card .socials .icons .popup-icon {
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease;
}

#about .about__team .team-card .socials .icons:hover .popup-icon {
    visibility: visible;
    opacity: 1;
    transition: 0.3s ease;
}

#about .about__team .team-card .circle-1 {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 5px solid #0554f2;
    bottom: -25px;
    opacity: 0.3;
    right: -55px;
    transition: 0.5s ease;
}

#about .about__team .team-card .circle-2 {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 5px solid #1d1b19;
    bottom: -55px;
    opacity: 0.3;
    right: -20px;
    transition: 0.5s ease;
}

#about .about__team .team-card:hover .img-wrapper img {
    scale: 1.05;
}

#about .about__team .team-card:hover .heading-6 {
    color: #0554f2;
    transition: 0.3s ease;
}

#about .about__team .team-card:hover .circle-1 {
    opacity: 1;
    transition: 0.5s ease;
}

#about .about__team .team-card:hover .circle-2 {
    opacity: 1;
    transition: 0.5s ease;
}

#about .about__team .team-card.active .img-wrapper img {
    scale: 1.05;
}

#about .about__team .team-card.active .heading-6 {
    color: #0554f2;
    transition: 0.3s ease;
}

#about .about__team .team-card.active .circle-1 {
    opacity: 1;
    transition: 0.5s ease;
}

#about .about__team .team-card.active .circle-2 {
    opacity: 1;
    transition: 0.5s ease;
}

@media (max-width: 575px) {
    #about .about__team .slick-dots {
        display: none !important;
    }
}

#about .about__team .slick-dots button {
    display: none;
}

#about .about__team .slick-dots li {
    width: 24px;
    height: 5px;
    background: rgba(3, 4, 28, 0.3);
    border-radius: 3px;
}

#about .about__team .slick-dots li.slick-active {
    background: #0554f2;
}

@media (max-width: 757px) {
    #about .about__team .team-slider {
        margin-top: 0;
    }
}

#about .about__testimonials .mobile-view {
    display: none;
    text-align: center;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    #about .about__testimonials .mobile-view {
        display: block;
    }
}

@media (max-width: 767px) {
    #about .about__testimonials .large-screen {
        display: none;
    }
}

@media (max-width: 767.98px) {
    #about .about__testimonials .reverse-columns-sm {
        flex-direction: column-reverse;
    }
}

#about .about__testimonials .testimonial-slider-nav {
    padding-right: 50px;
}

@media (max-width: 575px) {
    #about .about__testimonials .testimonial-slider-nav {
        padding-right: 0;
    }
}

@media (max-width: 575px) {
    #about .about__testimonials .testimonial-slider-nav .heading-6 {
        text-align: center;
    }
}

#about .about__testimonials .testimonial-slider-nav .heading-2 {
    max-width: 310px;
    margin-bottom: 30px;
}

@media (max-width: 575px) {
    #about .about__testimonials .testimonial-slider-nav .heading-2 {
        max-width: 100%;
        text-align: center;
    }
}

#about .about__testimonials .testimonial-slider-nav .divider {
    max-width: 473px;
    height: 1px;
    background: rgba(96, 96, 96, 0.2);
    margin-bottom: 30px;
}

#about .about__testimonials .testimonial-slider-nav .paragraph {
    font-weight: 400;
    font-size: 22px;
    line-height: 33px;
    margin-bottom: 25px;
}

@media (max-width: 767px) {
    #about .about__testimonials .testimonial-slider-nav .paragraph {
        font-size: 19px;
        line-height: 24px;
        margin-bottom: 18px;
    }
}

#about .about__testimonials .testimonial-slider-nav span {
    font-size: 22px;
    color: #ffc700;
}

#about .about__testimonials .testimonial-slider-nav .heading-5 {
    margin-bottom: 0;
}

#about .about__testimonials .testimonial-slider-nav .slick-dots {
    text-align: left;
}

@media (max-width: 575px) {
    #about .about__testimonials .testimonial-slider-nav .slick-dots {
        text-align: center;
    }
}

#about .about__testimonials .testimonial-slider-nav .slick-dots button {
    display: none;
}

#about .about__testimonials .testimonial-slider-nav .slick-dots li {
    width: 24px;
    height: 5px;
    background: rgba(3, 4, 28, 0.3);
    border-radius: 3px;
}

#about .about__testimonials .testimonial-slider-nav .slick-dots li::before {
    display: none;
}

#about .about__testimonials .testimonial-slider-nav .slick-dots li.slick-active {
    background: #0554f2;
}

#about .about__testimonials .testimonial-slider-for .testimonial-avatar img {
    border-radius: 5px;
    width: 100%;
}

#about .about__testimonials .testimonial-slider-for .slick-dots {
    display: none !important;
}

#service .service-cards .individual-card {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    border-bottom: 5px solid #0554f2;
}

#service .service-cards .individual-card .icon-wrapper {
    width: 76px;
    height: 76px;
    background: #ffffff;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    z-index: 11;
    border-bottom: 3px solid #0554f2;
}

#service .service-cards .individual-card .icon-wrapper img {
    transition: 0.5s ease;
}

#service .service-cards .individual-card .paragraph {
    
    z-index: 11;
}

#service .service-cards .individual-card .heading-6 {
    z-index: 11;
}

#service .service-cards .individual-card::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0%;
    background-color: #0554f2;
    z-index: 1;
    transition: 0.5s ease;
}

#service .service-cards .individual-card:hover {
    color: white;
}

#service .service-cards .individual-card:hover .paragraph {
    color: white;
}

#service .service-cards .individual-card:hover::after {
    height: 100%;
    transition: 0.5s ease;
}

#service .service-cards .individual-card:hover .icon-wrapper {
    border-bottom: 3px solid white;
}

#service .service-cards .individual-card:hover .icon-wrapper img {
    transition: 0.5s ease;
    transform: rotateY(180deg);
}

#service .subscribe {
    padding-top: 70px;
}

#service .subscribe .subscribe-area {
    padding: 10px 32px;
    border-radius: 8px;
    color: white;
    background: #0554f2;
}

#service .subscribe .subscribe-area .heading-2 {
    max-width: 400px;
}

#service .subscribe .subscribe-area .paragraph {
    max-width: 390px;
    color: white;
    
}

#service .subscribe .subscribe-area form {
    max-width: 540px;
    width: 100%;
    background: white;
    border-radius: 5px;
    padding: 10px;
}

#service .subscribe .subscribe-area form input {
    padding: 5px;
    border: none;
    outline: none;
    background: transparent;
    font-size: 18px;
}

#service .subscribe .subscribe-area form a {
    background-color: #0554f2;
    padding: 5px 20px;
    color: white;
    border-radius: 5px;
    font-size: 20px;
}

@media (max-width: 575px) {
    #service .subscribe .subscribe-area form input {
        padding: 0;
        width: 80%;
    }
}

@media (max-width: 767px) {
    #service .subscribe .subscribe-area {
        padding: 30px 20px;
    }
}

#service .subscribe .overed-image {
    right: 0;
    bottom: 0;
    z-index: 1;
}

#service .subscribe .overed-image.overed-image-2 {
    right: 80px;
}

@media (max-width: 1199px) {
    #service .subscribe .overed-image {
        display: none;
    }
}

#service .service__testimonials .mobile-view {
    display: none;
    text-align: center;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    #service .service__testimonials .mobile-view {
        display: block;
    }
}

@media (max-width: 767px) {
    #service .service__testimonials .large-screen {
        display: none;
    }
}

@media (max-width: 767.98px) {
    #service .service__testimonials .reverse-columns-sm {
        flex-direction: column-reverse;
    }
}

#service .service__testimonials .testimonial-slider-nav {
    padding-right: 50px;
}

@media (max-width: 575px) {
    #service .service__testimonials .testimonial-slider-nav {
        padding-right: 0;
    }
}

@media (max-width: 575px) {
    #service .service__testimonials .testimonial-slider-nav .heading-6 {
        text-align: center;
    }
}

#service .service__testimonials .testimonial-slider-nav .heading-2 {
    max-width: 310px;
    margin-bottom: 30px;
}

@media (max-width: 575px) {
    #service .service__testimonials .testimonial-slider-nav .heading-2 {
        max-width: 100%;
        text-align: center;
    }
}

#service .service__testimonials .testimonial-slider-nav .divider {
    max-width: 473px;
    height: 1px;
    background: rgba(96, 96, 96, 0.2);
    margin-bottom: 30px;
}

#service .service__testimonials .testimonial-slider-nav .paragraph {
    font-weight: 400;
    font-size: 22px;
    line-height: 33px;
    margin-bottom: 25px;
}

@media (max-width: 767px) {
    #service .service__testimonials .testimonial-slider-nav .paragraph {
        font-size: 19px;
        line-height: 24px;
        margin-bottom: 18px;
    }
}

#service .service__testimonials .testimonial-slider-nav span {
    font-size: 22px;
    color: #ffc700;
}

#service .service__testimonials .testimonial-slider-nav .heading-5 {
    margin-bottom: 0;
}

#service .service__testimonials .testimonial-slider-nav .slick-dots {
    text-align: left;
}

@media (max-width: 575px) {
    #service .service__testimonials .testimonial-slider-nav .slick-dots {
        text-align: center;
    }
}

#service .service__testimonials .testimonial-slider-nav .slick-dots button {
    display: none;
}

#service .service__testimonials .testimonial-slider-nav .slick-dots li {
    width: 24px;
    height: 5px;
    background: rgba(3, 4, 28, 0.3);
    border-radius: 3px;
}

#service .service__testimonials .testimonial-slider-nav .slick-dots li::before {
    display: none;
}

#service .service__testimonials .testimonial-slider-nav .slick-dots li.slick-active {
    background: #0554f2;
}

#service .service__testimonials .testimonial-slider-for .testimonial-avatar img {
    border-radius: 5px;
    width: 100%;
}

#service .service__testimonials .testimonial-slider-for .slick-dots {
    display: none !important;
}

.service-details img {
    border-radius: 8px;
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
    transition: 0.3s ease;
}

.service-details .img-wrapper {
    border-radius: 8px;
    width: 100%;
    overflow: hidden;
}

.service-details .sub:hover {
    transform: scale(1.05);
}

.service-details .paragraph {
    
}

.service-details .search {
    width: 100%;
    background: #f3f7ff;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 30px;
}

.service-details .search .input-wrapper {
    border-radius: 5px;
    background: white;
    overflow: hidden;
    width: 100%;
}

.service-details .search .input-wrapper input {
    border: none;
    padding-left: 20px;
    background: white;
    outline: none;
}

@media (max-width: 991px) {
    .service-details .search .input-wrapper input {
        padding-left: 30px !important;
        padding: 10px;
    }
}

.service-details .search .input-wrapper button {
    width: 58px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: white;
    background: #0554f2;
    border: none;
}

@media (max-width: 991px) {
    .service-details .search .input-wrapper button {
        width: 100%;
    }
}

.service-details .service {
    width: 100%;
    background: #f3f7ff;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 30px;
}

.service-details .service .service-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.service-details .service .service-list li {
    background: #0554f2;
    padding-left: 2px;
    border-radius: 5px;
    
}

.service-details .service .service-list li a .item {
    padding: 13px 22px;
    margin-bottom: 20px;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #1d1b19;
    background: white;
    border-radius: 4px;
}

.service-details .service .service-list li a .item .icon {
    color: #0554f2;
    width: 30px;
}

.service-details .service .service-list li a .item .icon i {
    transition: 2s ease;
}

.service-details .service .service-list li:hover {
    background: #ffaa17;
}

.service-details .service .service-list li:hover a .item {
    background: #0554f2;
    color: white;
    font-weight: 500;
}

.service-details .service .service-list li:hover a .item .icon {
    color: white;
}

.service-details .service .service-list li:hover a .item .icon i {
    animation-name: rightArrow;
    animation-duration: 1s;
}

@keyframes rightArrow {
    0% {
        transform: translateX(10px);
    }
    33% {
        transform: translateX(10px);
    }
    66% {
        transform: translateX(10px);
    }
    100% {
        transform: translateX(0px);
    }
}

.service-details .service .service-list .active {
    background: #ffaa17;
}

.service-details .service .service-list .active a .item {
    background: #0554f2;
    color: white;
    font-weight: 500;
}

.service-details .service .service-list .active a .item .icon {
    color: white;
}

.service-details .service .service-list .active a .item .icon i {
    animation-name: rightArrow;
    animation-duration: 1s;
}

@keyframes rightArrow {
    0% {
        transform: translateX(10px);
    }
    33% {
        transform: translateX(10px);
    }
    66% {
        transform: translateX(10px);
    }
    100% {
        transform: translateX(0px);
    }
}

.service-details .service .underline {
    width: 80px;
    border: 2px solid #0554f2;
    color: #0554f2;
    margin-top: 14px;
    margin-bottom: 30px;
}

.service-details .squre-banner {
    background: #0554f2;
    border-radius: 5px;
    padding: 75px 90px 75px 90px;
    text-align: center;
    color: white;
}

@media (max-width: 991px) {
    .service-details .squre-banner {
        padding: 15px;
    }
}

.service-details .service-divider {
    width: 100%;
    height: 2px;
    background-color: #d9d9d9;
    margin-bottom: 20px;
}

.service-details-faq .section-heading .paragraph {
    margin-bottom: 0;
}

.service-details-faq .accordion {
    padding-top: 20px;
}

.service-details-faq .accordion .accordion-item {
    border: none;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
}

.service-details-faq .accordion .accordion-item button[aria-expanded=true] {
    border-bottom: 1px solid #0554f2;
}

.service-details-faq .accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    color: #102039;
    font-weight: 500;
    font-size: 18px;
    border: none;
    background: none;
    outline: none;
    padding-right: 30px;
}

.service-details-faq .accordion button:hover,
.service-details-faq .accordion button:focus {
    cursor: pointer;
    color: #0554f2;
}

.service-details-faq .accordion button:hover::after,
.service-details-faq .accordion button:focus::after {
    cursor: pointer;
    color: #0554f2;
    border: 1px solid #0554f2;
}

.service-details-faq .accordion button .accordion-title {
    padding: 20px 25px 20px 0;
}

.service-details-faq .accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 0;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
    transition: 0.5s ease;
}

.service-details-faq .accordion button .icon::before {
    display: block;
    position: absolute;
    content: "";
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
}

.service-details-faq .accordion button .icon::after {
    display: block;
    position: absolute;
    content: "";
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
}

.service-details-faq .accordion button[aria-expanded=true] {
    color: #0554f2;
}

.service-details-faq .accordion button[aria-expanded=true] .icon {
    color: white;
    background: #0554f2;
    transition: 0.5s ease;
}

.service-details-faq .accordion button[aria-expanded=true] .icon::after {
    width: 0;
}

.service-details-faq .accordion button[aria-expanded=true]+.accordion-content {
    opacity: 1;
    max-height: 9em;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}

.service-details-faq .accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}

.service-details-faq .accordion .accordion-content p {
    font-size: 1rem;
    font-weight: 300;
    margin: 1em 0;
    text-align: justify;
}

.service-details-faq .img-wrapper img {
    width: 100%;
    height: 100%;
}

#team__page .team__members .team-card {
    background-color: white;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
    margin: 0px;
}

#team__page .team__members .team-card .img-wrapper {
    width: 100%;
    max-height: 500px;
    overflow: hidden;
}

#team__page .team__members .team-card .img-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: 0.3s ease;
}

#team__page .team__members .team-card .heading-6 {
    color: #1d1b19;
    transition: 0.3s ease;
}

#team__page .team__members .team-card .content {
    padding: 25px 37px;
}

#team__page .team__members .team-card .content .divider {
    width: 100%;
    height: 2px;
    background-color: #d9d9d9;
}

#team__page .team__members .team-card .content .paragraph-2 {
    
}

#team__page .team__members .team-card .content .paragraph-2 span {
    margin-right: 10px;
}

#team__page .team__members .team-card .socials {
    top: 10px;
    right: 10px;
    width: 30px;
}

#team__page .team__members .team-card .socials .icons {
    transition: 0.3s ease;
}

#team__page .team__members .team-card .socials .icons .icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    margin-bottom: 10px;
    transition: 0.3s ease;
}

#team__page .team__members .team-card .socials .icons .icon:hover {
    color: white;
    background: #0554f2;
}

#team__page .team__members .team-card .socials .icons .fixed-icon {
    color: #000;
}

#team__page .team__members .team-card .socials .icons .popup-icon {
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease;
}

#team__page .team__members .team-card .socials .icons:hover .popup-icon {
    visibility: visible;
    opacity: 1;
    transition: 0.3s ease;
}

#team__page .team__members .team-card .circle-1 {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 5px solid #0554f2;
    bottom: -25px;
    opacity: 0.3;
    right: -55px;
    transition: 0.5s ease;
}

#team__page .team__members .team-card .circle-2 {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 5px solid #1d1b19;
    bottom: -55px;
    opacity: 0.3;
    right: -20px;
    transition: 0.5s ease;
}

#team__page .team__members .team-card:hover .img-wrapper img {
    scale: 1.05;
}

#team__page .team__members .team-card:hover .heading-6 {
    color: #0554f2;
    transition: 0.3s ease;
}

#team__page .team__members .team-card:hover .circle-1 {
    opacity: 1;
    transition: 0.5s ease;
}

#team__page .team__members .team-card:hover .circle-2 {
    opacity: 1;
    transition: 0.5s ease;
}

#team__page .team__members .team-card.active .img-wrapper img {
    scale: 1.05;
}

#team__page .team__members .team-card.active .heading-6 {
    color: #0554f2;
    transition: 0.3s ease;
}

#team__page .team__members .team-card.active .circle-1 {
    opacity: 1;
    transition: 0.5s ease;
}

#team__page .team__members .team-card.active .circle-2 {
    opacity: 1;
    transition: 0.5s ease;
}

#team__page .team__members .more {
    
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
}

#team__page .team__members .more .link {
    font-weight: 600;
    color: #0554f2;
    text-decoration: underline;
}

#team__page .team__page--newsletter .newsletter-Wrapper {
    padding-top: 70px;
    padding-bottom: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 991px) {
    #team__page .team__page--newsletter .newsletter-Wrapper {
        flex-direction: column;
        padding-top: 40px;
        padding-bottom: 40px;
        text-align: center;
    }
}

#team__page .team__page--newsletter .newsletter-Wrapper .text {
    color: white;
    flex-basis: 50%;
}

#team__page .team__page--newsletter .newsletter-Wrapper .text h3 {
    
    font-weight: 700;
    font-size: 24px;
}

#team__page .team__page--newsletter .newsletter-Wrapper .text p {
    
    font-weight: 400;
    font-size: 16px;
}

#team__page .team__page--newsletter .newsletter-Wrapper .form {
    flex-basis: 50%;
    border-radius: 20px;
}

#team__page .team__page--newsletter .newsletter-Wrapper .form .email-wrapper {
    width: 100%;
    display: flex;
}

#team__page .team__page--newsletter .newsletter-Wrapper .form input {
    width: 70%;
    padding: 0 20px;
    border: none;
    outline: none;
    height: 60px;
    border-radius: 5px 0 0 5px;
}

#team__page .team__page--newsletter .newsletter-Wrapper .form .subscribe-btn {
    width: 30%;
    height: 60px;
    background: #0554f2;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 5px 5px 0;
}

#team__page .team__page--testimonials .mobile-view {
    display: none;
    text-align: center;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    #team__page .team__page--testimonials .mobile-view {
        display: block;
    }
}

@media (max-width: 767px) {
    #team__page .team__page--testimonials .large-screen {
        display: none;
    }
}

@media (max-width: 767.98px) {
    #team__page .team__page--testimonials .reverse-columns-sm {
        flex-direction: column-reverse;
    }
}

#team__page .team__page--testimonials .testimonial-slider-nav {
    padding-right: 50px;
}

@media (max-width: 575px) {
    #team__page .team__page--testimonials .testimonial-slider-nav {
        padding-right: 0;
    }
}

@media (max-width: 575px) {
    #team__page .team__page--testimonials .testimonial-slider-nav .heading-6 {
        text-align: center;
    }
}

#team__page .team__page--testimonials .testimonial-slider-nav .heading-2 {
    max-width: 310px;
    margin-bottom: 30px;
}

@media (max-width: 575px) {
    #team__page .team__page--testimonials .testimonial-slider-nav .heading-2 {
        max-width: 100%;
        text-align: center;
    }
}

#team__page .team__page--testimonials .testimonial-slider-nav .divider {
    max-width: 473px;
    height: 1px;
    background: rgba(96, 96, 96, 0.2);
    margin-bottom: 30px;
}

#team__page .team__page--testimonials .testimonial-slider-nav .paragraph {
    font-weight: 400;
    font-size: 22px;
    line-height: 33px;
    margin-bottom: 25px;
}

@media (max-width: 767px) {
    #team__page .team__page--testimonials .testimonial-slider-nav .paragraph {
        font-size: 19px;
        line-height: 24px;
        margin-bottom: 18px;
    }
}

#team__page .team__page--testimonials .testimonial-slider-nav span {
    font-size: 22px;
    color: #ffc700;
}

#team__page .team__page--testimonials .testimonial-slider-nav .heading-5 {
    margin-bottom: 0;
}

#team__page .team__page--testimonials .testimonial-slider-nav .slick-dots {
    text-align: left;
}

@media (max-width: 575px) {
    #team__page .team__page--testimonials .testimonial-slider-nav .slick-dots {
        text-align: center;
    }
}

#team__page .team__page--testimonials .testimonial-slider-nav .slick-dots button {
    display: none;
}

#team__page .team__page--testimonials .testimonial-slider-nav .slick-dots li {
    width: 24px;
    height: 5px;
    background: rgba(3, 4, 28, 0.3);
    border-radius: 3px;
}

#team__page .team__page--testimonials .testimonial-slider-nav .slick-dots li::before {
    display: none;
}

#team__page .team__page--testimonials .testimonial-slider-nav .slick-dots li.slick-active {
    background: #0554f2;
}

#team__page .team__page--testimonials .testimonial-slider-for .testimonial-avatar img {
    border-radius: 5px;
    width: 100%;
}

#team__page .team__page--testimonials .testimonial-slider-for .slick-dots {
    display: none !important;
}

#team__member--details .team__details--wrapper {
    background: #f3f7ff;
    border-radius: 8px;
    padding: 40px;
    display: flex;
    gap: 40px;
}

@media (max-width: 991px) {
    #team__member--details .team__details--wrapper {
        flex-direction: column;
        padding: 10px;
    }
}

#team__member--details .team__details--wrapper .details__card h5 {
    font-size: 18px;
}

#team__member--details .team__details--wrapper .details__card .details__card--text {
    display: flex;
    -moz-column-gap: 80px;
    column-gap: 80px;
    
    font-style: normal;
    font-size: 18px;
    line-height: 40px;
    color: #03041c;
}

@media (max-width: 575px) {
    #team__member--details .team__details--wrapper .details__card .details__card--text {
        -moz-column-gap: 0;
        column-gap: 0;
        justify-content: space-between;
    }
}

#team__member--details .team__details--wrapper .details__card .details__card--text .details__card--text--title {
    font-weight: 500;
}

#team__member--details .team__details--wrapper .details__card .details__card--text .details__card--text--ans {
    font-weight: 400;
    color: #606060;
}

#team__member--details .team__details--wrapper .details__card .details__card--text .details__card--text--ans ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 14px;
}

#team__member--details .team__details--wrapper .details__card .details__card--text .details__card--text--ans ul li {
    background-color: white;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 999px;
}

#experience .experience-wrapper {
    display: flex;
    -moz-column-gap: 90px;
    column-gap: 90px;
}

@media (max-width: 991px) {
    #experience .experience-wrapper {
        flex-direction: column;
        row-gap: 50px;
    }
}

#experience .experience-wrapper .skill__chart {
    flex-basis: 50%;
}

#experience .experience-wrapper .skill-box {
    width: 100%;
    margin: 20px 0;
    
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #03041c;
}

#experience .experience-wrapper .skill-box .skill-bar {
    height: 6px;
    width: 100%;
    border-radius: 8px;
    margin-top: 12px;
    background-color: rgba(0, 0, 0, 0.1);
}

#experience .experience-wrapper .skill-box .skill-bar .skill-per {
    position: relative;
    display: block;
    height: 100%;
    border-radius: 8px;
    background-color: #0554f2;
    opacity: 0;
}

#experience .experience-wrapper .skill-box .skill-bar .skill-per.skill-poacity {
    animation: progress 2s ease-in-out forwards !important;
}

#experience .experience-wrapper .skill-box .skill-bar .skill-per .skill-tooltip {
    position: absolute;
    right: -38px;
    top: -32px;
    z-index: 1;
}

#experience .experience-wrapper .skill-box .skill-bar .Productivity {
    width: 75%;
}

#experience .experience-wrapper .skill-box .skill-bar .digiMarket {
    width: 85%;
    transition-delay: 0.2s;
}

#experience .experience-wrapper .skill-box .skill-bar .technology {
    width: 65%;
    transition-delay: 0.3s;
}

#experience .experience-wrapper .skill-box .skill-bar .webDesign {
    width: 75%;
    transition-delay: 0.1s;
}

@keyframes progress {
    0% {
        width: 0%;
    }
    100% {
        opacity: 1;
    }
}

#experience .experience-wrapper .right {
    flex-basis: 50%;
}

#experience .experience-wrapper .right .desc {
    text-align: justify;
}

#team-details-technology .contact_form {
    background: #f3f7ff;
    padding: 0 50px;
    border-radius: 10px;
}

@media (max-width: 575px) {
    #team-details-technology .contact_form {
        padding: 10px 24px;
    }
}

#team-details-technology .img_wrapper {
    width: 100%;
    margin-top: 32px;
}

@media (max-width: 1200px) {
    #team-details-technology .img_wrapper {
        display: none;
    }
}

#team-details-technology .img_wrapper img {
    width: 100%;
    max-height: 600px;
}

#team-details-technology form input,
#team-details-technology form textarea {
    width: 100%;
    padding: 12px 15px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    background-color: white;
    outline: none;
}

#team-details-technology form textarea {
    height: 140px;
}

.team-details--team-member .team-card {
    background-color: white;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
    margin: 0 15px;
}

.team-details--team-member .team-card .img-wrapper {
    width: 100%;
    max-height: 500px;
    overflow: hidden;
}

.team-details--team-member .team-card .img-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: 0.3s ease;
}

.team-details--team-member .team-card .heading-6 {
    color: #1d1b19;
    transition: 0.3s ease;
}

.team-details--team-member .team-card .content {
    padding: 25px 37px;
}

.team-details--team-member .team-card .content .divider {
    width: 100%;
    height: 2px;
    background-color: #d9d9d9;
}

.team-details--team-member .team-card .content .paragraph-2 {
    
}

.team-details--team-member .team-card .content .paragraph-2 span {
    margin-right: 10px;
}

.team-details--team-member .team-card .socials {
    top: 10px;
    right: 10px;
    width: 30px;
}

.team-details--team-member .team-card .socials a {
    cursor: pointer;
}

.team-details--team-member .team-card .socials .icons {
    transition: 0.3s ease;
}

.team-details--team-member .team-card .socials .icons .icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    margin-bottom: 10px;
    transition: 0.3s ease;
}

.team-details--team-member .team-card .socials .icons .icon:hover {
    color: white;
    background: #0554f2;
}

.team-details--team-member .team-card .socials .icons .fixed-icon {
    color: #000;
}

.team-details--team-member .team-card .socials .icons .popup-icon {
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease;
}

.team-details--team-member .team-card .socials .icons:hover .popup-icon {
    visibility: visible;
    opacity: 1;
    transition: 0.3s ease;
}

.team-details--team-member .team-card .circle-1 {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 5px solid #0554f2;
    bottom: -25px;
    opacity: 0.3;
    right: -55px;
    transition: 0.5s ease;
}

.team-details--team-member .team-card .circle-2 {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 5px solid #1d1b19;
    bottom: -55px;
    opacity: 0.3;
    right: -20px;
    transition: 0.5s ease;
}

.team-details--team-member .team-card:hover .img-wrapper img {
    scale: 1.05;
}

.team-details--team-member .team-card:hover .heading-6 {
    color: #0554f2;
    transition: 0.3s ease;
}

.team-details--team-member .team-card:hover .circle-1 {
    opacity: 1;
    transition: 0.5s ease;
}

.team-details--team-member .team-card:hover .circle-2 {
    opacity: 1;
    transition: 0.5s ease;
}

.team-details--team-member .team-card.active .img-wrapper img {
    scale: 1.05;
}

.team-details--team-member .team-card.active .heading-6 {
    color: #0554f2;
    transition: 0.3s ease;
}

.team-details--team-member .team-card.active .circle-1 {
    opacity: 1;
    transition: 0.5s ease;
}

.team-details--team-member .team-card.active .circle-2 {
    opacity: 1;
    transition: 0.5s ease;
}

@media (max-width: 575px) {
    .team-details--team-member .slick-dots {
        display: none !important;
    }
}

.team-details--team-member .slick-dots button {
    display: none;
}

.team-details--team-member .slick-dots li {
    width: 24px;
    height: 5px;
    background: rgba(3, 4, 28, 0.3);
    border-radius: 3px;
}

.team-details--team-member .slick-dots li.slick-active {
    background: #0554f2;
}

@media (max-width: 757px) {
    .team-details--team-member .team-slider {
        margin-top: 0;
    }
}

#portfolio #projects a {
    color: black;
}

#portfolio #projects #categories .filter {
    color: #03041c;
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
}

#portfolio #projects #categories .filter .filter-item {
    margin: 0;
    padding: 0;
    list-style: none;
    
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    cursor: pointer;
    border-bottom: 2px solid transparent;
}

#portfolio #projects #categories .filter .filter-item:hover {
    border-bottom: 2px solid #0554f2;
    color: #0554f2 !important;
}

#portfolio #projects #categories .filter .active {
    color: #0554f2 !important;
    border-bottom: 2px solid #0554f2;
}

#portfolio #projects .project-card-container {
    display: grid;
    grid-template-columns: auto auto auto;
    justify-content: center;
    grid-gap: 30px;
}

@media (max-width: 991px) {
    #portfolio #projects .project-card-container {
        grid-template-columns: auto auto;
    }
}

@media (max-width: 575px) {
    #portfolio #projects .project-card-container {
        grid-template-columns: auto;
    }
}

#portfolio #projects .project-card-container .project-card {
    max-width: 360px;
    width: 100%;
    padding: 0;
    cursor: pointer;
}

#portfolio #projects .project-card-container .project-card .img-wrapper {
    max-height: 450px;
    border-radius: 5px;
    overflow: hidden;
}

#portfolio #projects .project-card-container .project-card .img-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

#portfolio #projects .project-card-container .project-card .info {
    max-width: 280px;
    width: 100%;
    margin: 0 auto;
    padding: 12px 0;
    background: white;
    border-bottom: 3px solid #0554f2;
    border-radius: 5px;
    margin-top: -40px;
    position: relative;
    z-index: 11;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    transition: 0.5s ease;
}

#portfolio #projects .project-card-container .project-card .icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    background: #0554f2;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.5s ease;
    opacity: 0;
}

#portfolio #projects .project-card-container .project-card .icon span {
    transform: rotate(-90deg);
    color: white;
    font-size: 22px;
}

#portfolio #projects .project-card-container .project-card .icon:hover {
    background: #d2d1d1;
}

#portfolio #projects .project-card-container .project-card .icon:hover span {
    color: #0554f2;
}

#portfolio #projects .project-card-container .project-card:hover .icon {
    transform: translate(-50%, -50%);
    opacity: 1;
    transition: 0.5s ease;
}

#portfolio #projects .project-card-container .project-card:hover .info {
    scale: 1.05;
}

#portfolio #projects .project-card-container .project-card.active .icon {
    transform: translate(-50%, -50%);
    opacity: 1;
    transition: 0.5s ease;
}

#portfolio #projects .project-card-container .project-card.active .info {
    scale: 1.05;
}

.portfolio__newsletter .newsletter-Wrapper {
    padding-top: 70px;
    padding-bottom: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 991px) {
    .portfolio__newsletter .newsletter-Wrapper {
        flex-direction: column;
        padding-top: 40px;
        padding-bottom: 40px;
        text-align: center;
    }
}

.portfolio__newsletter .newsletter-Wrapper .text {
    color: white;
    flex-basis: 50%;
}

.portfolio__newsletter .newsletter-Wrapper .text h3 {
    
    font-weight: 700;
    font-size: 24px;
}

.portfolio__newsletter .newsletter-Wrapper .text p {
    
    font-weight: 400;
    font-size: 16px;
}

.portfolio__newsletter .newsletter-Wrapper .form {
    flex-basis: 50%;
    border-radius: 20px;
}

.portfolio__newsletter .newsletter-Wrapper .form .email-wrapper {
    width: 100%;
    display: flex;
}

.portfolio__newsletter .newsletter-Wrapper .form input {
    width: 70%;
    padding: 0 20px;
    border: none;
    outline: none;
    height: 60px;
    border-radius: 5px 0 0 5px;
}

.portfolio__newsletter .newsletter-Wrapper .form .subscribe-btn {
    width: 30%;
    height: 60px;
    background: #0554f2;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 5px 5px 0;
}

#buisness-process .buisness-wrapper .left .showOnSmallscreen {
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}

#buisness-process .buisness-wrapper .left .showOnSmallscreen img {
    width: 80%;
}

@media (min-width: 767px) {
    #buisness-process .buisness-wrapper .left .showOnSmallscreen {
        display: none !important;
    }
}

#buisness-process .buisness-wrapper .left .header {
    
    font-weight: 500;
    font-size: 20px;
    color: #0554f2;
}

#buisness-process .buisness-wrapper .left .title {
    
    font-weight: 600;
    font-size: 40px;
    line-height: 46px;
    color: #03041c;
}

#buisness-process .buisness-wrapper .left .desc {
    
    font-weight: 400;
    font-size: 16px;
    color: #606060;
    line-height: 24px;
}

#buisness-process .buisness-wrapper .left .skill-box {
    width: 100%;
    margin: 20px 0;
    
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #03041c;
}

#buisness-process .buisness-wrapper .left .skill-box .skill-bar {
    height: 6px;
    width: 100%;
    border-radius: 8px;
    margin-top: 12px;
    background-color: rgba(0, 0, 0, 0.1);
}

#buisness-process .buisness-wrapper .left .skill-box .skill-bar .skill-per {
    position: relative;
    display: block;
    height: 100%;
    border-radius: 8px;
    background-color: #0554f2;
    opacity: 0;
}

#buisness-process .buisness-wrapper .left .skill-box .skill-bar .skill-per.skill-poacity {
    animation: progress 2s ease-in-out forwards !important;
}

#buisness-process .buisness-wrapper .left .skill-box .skill-bar .skill-per .skill-tooltip {
    position: absolute;
    right: -38px;
    top: -32px;
    z-index: 1;
}

#buisness-process .buisness-wrapper .left .skill-box .skill-bar .Productivity {
    width: 75%;
}

#buisness-process .buisness-wrapper .left .skill-box .skill-bar .digiMarket {
    width: 85%;
    transition-delay: 0.2s;
}

#buisness-process .buisness-wrapper .left .skill-box .skill-bar .technology {
    width: 65%;
    transition-delay: 0.3s;
}

#buisness-process .buisness-wrapper .left .skill-box .skill-bar .webDesign {
    width: 75%;
    transition-delay: 0.1s;
}

@keyframes progress {
    0% {
        width: 0%;
    }
    100% {
        opacity: 1;
    }
}

#portfolio__details img {
    border-radius: 8px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

#portfolio__details .img-wrapper {
    border-radius: 8px;
}

#portfolio__details .paragraph {
    
}

@media (min-width: 768px) {
    #portfolio__details .sub_img {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

#portfolio__details .search {
    width: 100%;
    background: #f3f7ff;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 30px;
}

#portfolio__details .search form {
    border-radius: 5px;
    background: white;
    overflow: hidden;
    width: 100%;
}

#portfolio__details .search form input {
    border: none;
    padding-left: 20px;
    background: white;
    outline: none;
}

#portfolio__details .search form button {
    width: 58px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: white;
    background: #0554f2;
    border: none;
}

#portfolio__details .project__service {
    width: 100%;
    background: #f3f7ff;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 30px;
}

#portfolio__details .project__service .project__service-underline {
    width: 80px;
    border: 2px solid #0554f2;
    color: #0554f2;
    margin-top: 14px;
    margin-bottom: 30px;
}

#portfolio__details .project__service .Project__service--list {
    margin: 0;
    padding: 0;
    list-style: none;
}

#portfolio__details .project__service .Project__service--list li {
    background: #0554f2;
    padding-left: 2px;
    border-radius: 5px;
}

#portfolio__details .project__service .Project__service--list li a .item {
    padding: 13px 22px;
    margin-bottom: 20px;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #1d1b19;
    background: white;
    border-radius: 4px;
}

#portfolio__details .project__service .Project__service--list li a .item .icon {
    color: #0554f2;
    width: 30px;
}

#portfolio__details .project__service .Project__service--list li a .item .icon i {
    transition: 2s ease;
}

#portfolio__details .project__service .Project__service--list li:hover {
    background: #ffaa17;
}

#portfolio__details .project__service .Project__service--list li:hover a .item {
    background: #0554f2;
    color: white;
    font-weight: 500;
}

#portfolio__details .project__service .Project__service--list li:hover a .item .icon {
    color: white;
}

#portfolio__details .project__service .Project__service--list li:hover a .item .icon i {
    animation-name: rightArrow;
    animation-duration: 1s;
}

@keyframes rightArrow {
    0% {
        transform: translateX(10px);
    }
    33% {
        transform: translateX(10px);
    }
    66% {
        transform: translateX(10px);
    }
    100% {
        transform: translateX(0px);
    }
}

#portfolio__details .project__service .Project__service--list .active {
    background: #ffaa17;
}

#portfolio__details .project__service .Project__service--list .active a .item {
    background: #0554f2;
    color: white;
    font-weight: 500;
}

#portfolio__details .project__service .Project__service--list .active a .item .icon {
    color: white;
}

#portfolio__details .project__service .Project__service--list .active a .item .icon i {
    animation-name: rightArrow;
    animation-duration: 1s;
}

@keyframes rightArrow {
    0% {
        transform: translateX(10px);
    }
    33% {
        transform: translateX(10px);
    }
    66% {
        transform: translateX(10px);
    }
    100% {
        transform: translateX(0px);
    }
}

#portfolio__details .service-divider {
    width: 100%;
    height: 2px;
    background-color: #d9d9d9;
}

#portfolio__details .right__text h5 {
    
    font-weight: 500px;
    font-size: 24px;
    line-height: 26px;
    color: #03041c;
}

#portfolio__details .right__text p {
    
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #606060;
}

#portfolio__details .right__text .right__text--options {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}

#portfolio__details .right__text .right__text--options .right__text--options--wrapper {
    display: flex;
    -moz-column-gap: 16px;
    column-gap: 16px;
}

#portfolio__details .right__text .right__text--options .right__text--options--wrapper img {
    width: 20px;
    height: 20px;
}

#portfolio__details .project__information {
    width: 100%;
    background: #f3f7ff;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 30px;
}

#portfolio__details .project__information h4 {
    font-weight: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
}

#portfolio__details .project__information .project__information--details {
    display: flex;
    -moz-column-gap: 45px;
    column-gap: 45px;
}

@media (max-width: 991px) {
    #portfolio__details .project__information .project__information--details {
        -moz-column-gap: 20px;
        column-gap: 20px;
    }
}

.portfolio__details--faq .section-heading .paragraph {
    margin-bottom: 0;
}

.portfolio__details--faq .accordion {
    padding-top: 20px;
}

.portfolio__details--faq .accordion .accordion-item {
    border: none;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
}

.portfolio__details--faq .accordion .accordion-item button[aria-expanded=true] {
    border-bottom: 1px solid #0554f2;
}

.portfolio__details--faq .accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    color: #102039;
    font-weight: 500;
    font-size: 18px;
    border: none;
    background: none;
    outline: none;
    padding-right: 30px;
}

.portfolio__details--faq .accordion button:hover,
.portfolio__details--faq .accordion button:focus {
    cursor: pointer;
    color: #0554f2;
}

.portfolio__details--faq .accordion button:hover::after,
.portfolio__details--faq .accordion button:focus::after {
    cursor: pointer;
    color: #0554f2;
    border: 1px solid #0554f2;
}

.portfolio__details--faq .accordion button .accordion-title {
    padding: 20px 25px 20px 0;
}

.portfolio__details--faq .accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 0;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
    transition: 0.5s ease;
}

.portfolio__details--faq .accordion button .icon::before {
    display: block;
    position: absolute;
    content: "";
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
}

.portfolio__details--faq .accordion button .icon::after {
    display: block;
    position: absolute;
    content: "";
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
}

.portfolio__details--faq .accordion button[aria-expanded=true] {
    color: #0554f2;
}

.portfolio__details--faq .accordion button[aria-expanded=true] .icon {
    color: white;
    background: #0554f2;
    transition: 0.5s ease;
}

.portfolio__details--faq .accordion button[aria-expanded=true] .icon::after {
    width: 0;
}

.portfolio__details--faq .accordion button[aria-expanded=true]+.accordion-content {
    opacity: 1;
    max-height: 9em;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}

.portfolio__details--faq .accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}

.portfolio__details--faq .accordion .accordion-content p {
    font-size: 1rem;
    font-weight: 300;
    margin: 1em 0;
    text-align: justify;
}

.portfolio__details--faq .img-wrapper img {
    width: 100%;
    height: 100%;
}

.portfolio__details--newsletter .newsletter-Wrapper {
    padding-top: 70px;
    padding-bottom: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 991px) {
    .portfolio__details--newsletter .newsletter-Wrapper {
        flex-direction: column;
        padding-top: 40px;
        padding-bottom: 40px;
        text-align: center;
    }
}

.portfolio__details--newsletter .newsletter-Wrapper .text {
    color: white;
    flex-basis: 50%;
}

.portfolio__details--newsletter .newsletter-Wrapper .text h3 {
    
    font-weight: 700;
    font-size: 24px;
}

.portfolio__details--newsletter .newsletter-Wrapper .text p {
    
    font-weight: 400;
    font-size: 16px;
}

.portfolio__details--newsletter .newsletter-Wrapper .form {
    flex-basis: 50%;
    border-radius: 20px;
}

.portfolio__details--newsletter .newsletter-Wrapper .form .email-wrapper {
    width: 100%;
    display: flex;
}

.portfolio__details--newsletter .newsletter-Wrapper .form input {
    width: 70%;
    padding: 0 20px;
    border: none;
    outline: none;
    height: 60px;
    border-radius: 5px 0 0 5px;
}

.portfolio__details--newsletter .newsletter-Wrapper .form .subscribe-btn {
    width: 30%;
    height: 60px;
    background: #0554f2;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 5px 5px 0;
}

#portfolio__details__latest--projects a {
    color: black;
}

#portfolio__details__latest--projects .project-card {
    max-width: 460px;
    width: 100%;
    cursor: pointer;
}

#portfolio__details__latest--projects .project-card .img-wrapper {
    max-height: 450px;
    border-radius: 5px;
    overflow: hidden;
}

#portfolio__details__latest--projects .project-card .img-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

#portfolio__details__latest--projects .project-card .info {
    max-width: 280px;
    width: 100%;
    margin: 0 auto;
    padding: 12px 0;
    background: white;
    border-bottom: 3px solid #0554f2;
    border-radius: 5px;
    margin-top: -40px;
    position: relative;
    z-index: 11;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    transition: 0.5s ease;
}

#portfolio__details__latest--projects .project-card .icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    background: #0554f2;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.5s ease;
    opacity: 0;
}

#portfolio__details__latest--projects .project-card .icon span {
    transform: rotate(-90deg);
    color: white;
    font-size: 22px;
}

#portfolio__details__latest--projects .project-card .icon:hover {
    background: #d2d1d1;
}

#portfolio__details__latest--projects .project-card .icon:hover span {
    color: #0554f2;
}

#portfolio__details__latest--projects .project-card:hover .icon {
    transform: translate(-50%, -50%);
    opacity: 1;
    transition: 0.5s ease;
}

#portfolio__details__latest--projects .project-card:hover .info {
    scale: 1.05;
}

#portfolio__details__latest--projects .project-card.active .icon {
    transform: translate(-50%, -50%);
    opacity: 1;
    transition: 0.5s ease;
}

#portfolio__details__latest--projects .project-card.active .info {
    scale: 1.05;
}

.faqs__faq .section-heading .paragraph {
    margin-bottom: 0;
}

.faqs__faq .accordion {
    padding-top: 20px;
}

.faqs__faq .accordion .accordion-item {
    border: none;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
}

.faqs__faq .accordion .accordion-item button[aria-expanded=true] {
    border-bottom: 1px solid #0554f2;
}

.faqs__faq .accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    color: #102039;
    font-weight: 500;
    font-size: 18px;
    border: none;
    background: none;
    outline: none;
    padding-right: 30px;
}

.faqs__faq .accordion button:hover,
.faqs__faq .accordion button:focus {
    cursor: pointer;
    color: #0554f2;
}

.faqs__faq .accordion button:hover::after,
.faqs__faq .accordion button:focus::after {
    cursor: pointer;
    color: #0554f2;
    border: 1px solid #0554f2;
}

.faqs__faq .accordion button .accordion-title {
    padding: 20px 25px 20px 0;
}

.faqs__faq .accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 0;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
    transition: 0.5s ease;
}

.faqs__faq .accordion button .icon::before {
    display: block;
    position: absolute;
    content: "";
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
}

.faqs__faq .accordion button .icon::after {
    display: block;
    position: absolute;
    content: "";
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
}

.faqs__faq .accordion button[aria-expanded=true] {
    color: #0554f2;
}

.faqs__faq .accordion button[aria-expanded=true] .icon {
    color: white;
    background: #0554f2;
    transition: 0.5s ease;
}

.faqs__faq .accordion button[aria-expanded=true] .icon::after {
    width: 0;
}

.faqs__faq .accordion button[aria-expanded=true]+.accordion-content {
    opacity: 1;
    max-height: 9em;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}

.faqs__faq .accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}

.faqs__faq .accordion .accordion-content p {
    font-size: 1rem;
    font-weight: 300;
    margin: 1em 0;
    text-align: justify;
}

.faqs__faq .img-wrapper img {
    width: 100%;
    height: 100%;
}

.faqs__newsletter .newsletter-Wrapper {
    padding-top: 70px;
    padding-bottom: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 991px) {
    .faqs__newsletter .newsletter-Wrapper {
        flex-direction: column;
        padding-top: 40px;
        padding-bottom: 40px;
        text-align: center;
    }
}

.faqs__newsletter .newsletter-Wrapper .text {
    color: white;
    flex-basis: 50%;
}

.faqs__newsletter .newsletter-Wrapper .text h3 {
    
    font-weight: 700;
    font-size: 24px;
}

.faqs__newsletter .newsletter-Wrapper .text p {
    
    font-weight: 400;
    font-size: 16px;
}

.faqs__newsletter .newsletter-Wrapper .form {
    flex-basis: 50%;
    border-radius: 20px;
}

.faqs__newsletter .newsletter-Wrapper .form .email-wrapper {
    width: 100%;
    display: flex;
}

.faqs__newsletter .newsletter-Wrapper .form input {
    width: 70%;
    padding: 0 20px;
    border: none;
    outline: none;
    height: 60px;
    border-radius: 5px 0 0 5px;
}

.faqs__newsletter .newsletter-Wrapper .form .subscribe-btn {
    width: 30%;
    height: 60px;
    background: #0554f2;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 5px 5px 0;
}

.faqs__technology--form .contact_form {
    background: #f3f7ff;
    padding: 0 50px;
    border-radius: 10px;
}

@media (max-width: 575px) {
    .faqs__technology--form .contact_form {
        padding: 10px 24px;
    }
}

.faqs__technology--form .img_wrapper {
    width: 100%;
    margin-top: 32px;
}

@media (max-width: 1200px) {
    .faqs__technology--form .img_wrapper {
        display: none;
    }
}

.faqs__technology--form .img_wrapper img {
    width: 100%;
    max-height: 600px;
}

.faqs__technology--form form input,
.faqs__technology--form form textarea {
    width: 100%;
    padding: 12px 15px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    background-color: white;
    outline: none;
}

.faqs__technology--form form textarea {
    height: 140px;
}

#price .price__card {
    padding: 12px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #dddddd;
    border-radius: 5px;
    padding: 30px 0;
    cursor: pointer;
    box-shadow: 0px 4px 5px 1px rgba(193, 193, 193, 0.35);
}

#price .price__card:hover {
    border: 1px solid #0554f2;
}

#price .price__card:hover .button-primary-1::after {
    width: 300px;
    height: 400px;
    top: -100px;
    left: -100px;
}

#price .price__card:hover .button-primary-1 span {
    color: #fff;
}

#price .price__card.active {
    border: 1px solid #0554f2 !important;
}

#price .price__card.active .button-primary-1::after {
    width: 300px;
    height: 400px;
    top: -100px;
    left: -100px;
}

#price .price__card.active .button-primary-1 span {
    color: #fff;
}

#price h5 {
    
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
}

#price .price__card--title {
    margin-bottom: 18px;
}

#price .price__card--price {
    margin-bottom: 50px;
}

#price .underline {
    width: 100px;
    border: 1px solid #dddddd;
    margin-top: 10px;
    margin-bottom: 24px;
}

#price p {
    
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #606060;
    margin-bottom: 6px;
}

.pricing__newsletter .newsletter-Wrapper {
    padding-top: 70px;
    padding-bottom: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 991px) {
    .pricing__newsletter .newsletter-Wrapper {
        flex-direction: column;
        padding-top: 40px;
        padding-bottom: 40px;
        text-align: center;
    }
}

.pricing__newsletter .newsletter-Wrapper .text {
    color: white;
    flex-basis: 50%;
}

.pricing__newsletter .newsletter-Wrapper .text h3 {
    
    font-weight: 700;
    font-size: 24px;
}

.pricing__newsletter .newsletter-Wrapper .text p {
    
    font-weight: 400;
    font-size: 16px;
}

.pricing__newsletter .newsletter-Wrapper .form {
    flex-basis: 50%;
    border-radius: 20px;
}

.pricing__newsletter .newsletter-Wrapper .form .email-wrapper {
    width: 100%;
    display: flex;
}

.pricing__newsletter .newsletter-Wrapper .form input {
    width: 70%;
    padding: 0 20px;
    border: none;
    outline: none;
    height: 60px;
    border-radius: 5px 0 0 5px;
}

.pricing__newsletter .newsletter-Wrapper .form .subscribe-btn {
    width: 30%;
    height: 60px;
    background: #0554f2;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 5px 5px 0;
}

.pricing__technology--form .contact_form {
    background: #f3f7ff;
    padding: 0 50px;
    border-radius: 10px;
}

@media (max-width: 575px) {
    .pricing__technology--form .contact_form {
        padding: 10px 24px;
    }
}

.pricing__technology--form .img_wrapper {
    width: 100%;
    margin-top: 32px;
}

@media (max-width: 1200px) {
    .pricing__technology--form .img_wrapper {
        display: none;
    }
}

.pricing__technology--form .img_wrapper img {
    width: 100%;
    max-height: 600px;
}

.pricing__technology--form form input,
.pricing__technology--form form textarea {
    width: 100%;
    padding: 12px 15px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    background-color: white;
    outline: none;
}

.pricing__technology--form form textarea {
    height: 140px;
}

#blog .blog__ex--service--card {
    background: #ffffff;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
}

#blog .blog__ex--service--card .blog__img--wrapper {
    width: 100%;
    max-height: 500px;
    overflow: hidden;
}

#blog .blog__ex--service--card .blog__img--wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: 0.3s ease;
}

#blog .blog__ex--service--card .blog__content {
    padding: 0 20px 20px 20px;
}

#blog .blog__ex--service--card .blog__content .blog__content--date {
    
    font-weight: 400;
    font-size: 16px;
    color: #0554f2;
    margin-bottom: 10px;
}

#blog .blog__ex--service--card .blog__content .heading {
    
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #03041c;
}

#blog .blog__ex--service--card .blog__content .blog__paragraph {
    
    font-weight: 400;
    font-size: 16px;
    color: #606060;
    margin-top: 14px;
}

#blog .blog__ex--service--card .blog__content .blog__author {
    display: flex;
    align-items: center;
    gap: 12px;
}

#blog .blog__ex--service--card .blog__content .blog__author .blog__author--details .blog__author--details--name {
    
    font-weight: 500;
    font-size: 16px;
    line-height: 18.75px;
    color: #0554f2;
    margin-bottom: 7px;
}

#blog .blog__ex--service--card .blog__content .blog__author .blog__author--details .blog__author--details--work {
    
    font-weight: 400;
    font-size: 14px;
    line-height: 17.07px;
    color: #606060;
}

#blog .blog__ex--service--card .circle-1 {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 5px solid #0554f2;
    bottom: -25px;
    opacity: 0.3;
    right: -55px;
    transition: 0.5s ease;
}

#blog .blog__ex--service--card .circle-2 {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 5px solid #1d1b19;
    bottom: -55px;
    opacity: 0.3;
    right: -20px;
    transition: 0.5s ease;
}

#blog .blog__ex--service--card:hover .blog__img--wrapper img {
    scale: 1.05;
}

#blog .blog__ex--service--card:hover .blog__content .blog__content--date {
    color: #606060;
    transition: 0.3s ease;
}

#blog .blog__ex--service--card:hover .blog__content .heading {
    color: #0554f2;
}

#blog .blog__ex--service--card:hover .circle-1 {
    opacity: 1;
    transition: 0.5s ease;
}

#blog .blog__ex--service--card:hover .circle-2 {
    opacity: 1;
    transition: 0.5s ease;
}

#blog .blog__ex--service--card.active .blog__img--wrapper img {
    scale: 1.05;
}

#blog .blog__ex--service--card.active .blog__content .blog__content--date {
    color: #606060;
    transition: 0.3s ease;
}

#blog .blog__ex--service--card.active .blog__content .heading {
    color: #0554f2;
}

#blog .blog__ex--service--card.active .circle-1 {
    opacity: 1;
    transition: 0.5s ease;
}

#blog .blog__ex--service--card.active .circle-2 {
    opacity: 1;
    transition: 0.5s ease;
}

#touch .touch__contact .touch__card {
    padding: 40px 40px;
    box-shadow: 0px 0px 55px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    transition: transform 0.2s;
}
#touch .touch__contact .touch__card1 {
    padding: 40px 40px;
    box-shadow: 0px 0px 55px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    transition: transform 0.2s;
}

#touch .touch__contact .touch__card:hover {
    transform: scale(1.1);
}

@media (max-width: 991px) {
    #touch .touch__contact .touch__card:hover {
        transform: scale(1);
    }
}

#touch .touch__contact .touch__card.active {
    transform: scale(1.1);
}

@media (max-width: 991px) {
    #touch .touch__contact .touch__card.active {
        transform: scale(1);
    }
}

#touch .touch__contact .touch__card .touch__contact--address--desc {

}

#touch .touch__contact .touch__card .icon {
    margin-bottom: 14px;
}

#touch .touch__contact .touch__card .header {
    
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: #03041c;
    margin-bottom: 18px;
}

#touch .touch__contact .touch__card .desc {
    text-align: center;
}

#contact .contact__form {
    border-radius: 10px;
}

#contact .contact__form form input,
#contact .contact__form form textarea {
    width: 100%;
    padding: 12px 15px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    outline: none;
    background-color: #f3f7ff;
}

#contact .contact__form form textarea {
    height: 140px;
}

#contact .contact__form .contact__form--header {
    
    font-weight: 600;
    font-size: 35px;
    line-height: 41px;
    color: #03041c;
}

#contact .contact__form .contact__form--desc {
    
    font-weight: 400;
    font-size: 16px;
    color: #606060;
}

#contact .contact__map {
    height: 100%;
    width: 100%;
}

@media (max-width: 991px) {
    #contact .contact__map {
        height: 300px;
    }
}

@media (max-width: 575px) {
    #contact .contact__map {
        height: 100%;
    }
}

#contact .contact__map iframe {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

#blog__details .blog__details--img--wrapper img {
    border-radius: 8px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

#blog__details .blog__details--img--wrapper .img-wrapper {
    border-radius: 8px;
}

#blog__details .blog__details--summary {
    display: flex;
    align-items: center;
    gap: 18px;
}

@media (max-width: 575px) {
    #blog__details .blog__details--summary {
        justify-content: center;
    }
}

#blog__details .blog__details--summary .item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #0554f2;
}

@media (max-width: 575px) {
    #blog__details .blog__details--summary .item {
        flex-direction: column;
        gap: 8px;
    }
}

#blog__details .blog__details--summary .item p {
    margin-bottom: 0;
}

#blog__details .blog__details--title {
    
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    color: #03041c;
}

#blog__details .blog__details--title--paragrap {
    
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #606060;
    text-align: justify;
}

#blog__details .blog__details--banner {
    background: #0554f2;
    border-radius: 8px;
}

#blog__details .blog__details--banner .blog__details--banner--paragrap {
    
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    color: white;
    padding: 50px 20px;
}

@media (min-width: 768px) {
    #blog__details .blog__details--service .blog__details--service--img {
        display: flex;
        align-items: center;
    }
}

#blog__details .blog__details--service .blog__details--service--img img {
    border-radius: 8px;
}

#blog__details .blog__details--service .blog__details--service--text .blog__details--service--text--header {
    
    font-weight: 500;
    font-size: 24px;
    line-height: 26px;
}

#blog__details .blog__details--service .blog__details--service--text .blog__details--service--text--paragrap {
    
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: justify;
}

#blog__details .blog__details--service .blog__details--service--text .blog__details--service--text--options {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}

#blog__details .blog__details--service .blog__details--service--text .blog__details--service--text--options .blog__details--service--text--options--wrapper {
    display: flex;
    -moz-column-gap: 16px;
    column-gap: 16px;
}

#blog__details .blog__details--service .blog__details--service--text .blog__details--service--text--options .blog__details--service--text--options--wrapper img {
    width: 20px;
    height: 20px;
}

#blog__details .comments .how__many--comments {
    
    font-weight: 600;
    font-size: 30px;
    line-height: 35px;
    color: #03041c;
}

#blog__details .comments .comment {
    display: flex;
    -moz-column-gap: 16px;
    column-gap: 16px;
}

#blog__details .comments .comment .comment__author--details--wrapper .comment__author--name {
    
    font-weight: 600;
    font-size: 20px;
    line-height: 23.44px;
    color: #03041c;
}

#blog__details .comments .comment .comment__author--details--wrapper .comment__author--date {
    
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    color: #0554f2;
}

#blog__details .comments .comment .comment__author--details--wrapper .comment__author--review {
    font-size: 16px;
    font-weight: 400;
    font-size: 16px;
    color: #777675;
}

#blog__details .comments .post__comment .post__comment--header {
  
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 35px;
    color: #03041c;
}

#blog__details .comments .post__comment form input,
#blog__details .comments .post__comment form textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    font-size: 16px;
    background-color: white;
    outline: none;
}

#blog__details .comments .post__comment form textarea {
    height: 140px;
}

#blog__details .search {
    width: 100%;
    background: #f3f7ff;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 30px;
}

#blog__details .search .input-wrapper {
    border-radius: 5px;
    background: white;
    overflow: hidden;
    width: 100%;
}

#blog__details .search .input-wrapper input {
    border: none;
    padding-left: 20px;
    background: white;
    outline: none;
}

@media (max-width: 991px) {
    #blog__details .search .input-wrapper input {
        padding-left: 30px !important;
        padding: 10px;
    }
}

#blog__details .search .input-wrapper button {
    width: 58px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: white;
    background: #0554f2;
    border: none;
}

@media (max-width: 991px) {
    #blog__details .search .input-wrapper button {
        width: 100%;
    }
}

#blog__details .categories .categories__header {
    
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: #03041c;
}

#blog__details .categories ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#blog__details .categories ul .active a {
    color: #0554f2;
    text-decoration: underline !important;
}

#blog__details .categories ul li {
    
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

#blog__details .categories ul li a {
    color: #03041c;
}

#blog__details .categories ul li a:hover {
    color: #0554f2;
    text-decoration: underline !important;
}

#blog__details .recent__news .recent__news--header {
    
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 35px;
    color: #03041c;
}

#blog__details .recent__news .recent__news--wrapper .hr {
    width: 100%;
    border: 1px solid #d2d1d1;
}

#blog__details .recent__news .recent__news--wrapper .recent__news--item {
    display: flex;
    gap: 16px;
}

#blog__details .recent__news .recent__news--wrapper .recent__news--item .recent__news--item--details--wrapper .recent__news--item--date {
    
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #606060;
}

#blog__details .recent__news .recent__news--wrapper .recent__news--item .recent__news--item--details--wrapper .recent__news--item--details {
    
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #03041c;
}

#blog__details .tags .tags__title {
    
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 35px;
    color: #03041c;
}

#blog__details .tags .tags__wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 70%;
}

#blog__details .tags .tags__wrapper .tag {
    
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding: 4px 10px;
    border: 2px solid #d2d1d1;
}

#blog__details .tags .tags__wrapper .tag a {
    color: #777675;
}

/* Add this to your CSS file */
.fixed-navbar {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff; /* Adjust background color as needed */
    z-index: 1000;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Optional: Add a box shadow for a subtle effect */
  }
  
  .scrolled-content {
   
    transition: padding-top 0.3s ease; /* Add a transition for a smooth effect */
  }
  
  .scroll-container {
    width: 500px;
    overflow: hidden;
  }
  
  .scrolling-text {
    white-space: nowrap;
    animation: scroll 10s linear infinite;
  }
  
  @keyframes scroll {
    0% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(-100%);
    }
  }
  
  
/* Add this to your CSS or in your style attribute */
.contact-info {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.phone, .email {
    display: flex;
    align-items: center;
}

.phone img, .email img {
    margin-right: 10px; /* Adjust the margin as needed */
}



/* login */
.lcontainer {
    position: relative;
    width: 100%;
    max-width: 600px;
    height: auto;
    display: flex;
    background: #ffffff;
    box-shadow: 0 0 5px #999999;
}
.lcontainer1 {
    position: relative;
    width: 100%;
    max-width: 650px;
    height: 450px;
    display: flex;
    background: #ffffff;
    box-shadow: 0 0 5px #999999;
}
.login-1 .col-left,
.login-1 .col-right {
    padding: 30px;
    display: flex;
}

.login-1 .col-left {
    width: 60%;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    background: #0554f2;
}

.login-1 .col-right {
    padding: 60px 30px;
    width: 50%;
    margin-left: -10%;
}

@media(max-width: 575.98px) {
    .login-1 .container {
        flex-direction: column;
        box-shadow: none;
    }
    
    .login-1 .col-left,
    .login-1 .col-right {
        width: 100%;
        margin: 0;
        -webkit-clip-path: none;
        clip-path: none;
    }
    
    .login-1 .col-right {
        padding: 30px;
    }
}

.login-1 .login-text {
    position: relative;
    width: 100%;
    color: #ffffff;
}

.login-1 .login-text h2 {
    margin: 0 0 15px 0;
    font-size: 30px;
    font-weight: 700;
}

.login-1 .login-text p {
    margin: 0 0 20px 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}

.login-1 .login-text .btn {
    display: inline-block;
    padding: 7px 20px;
    font-size: 16px;
    letter-spacing: 1px;
    text-decoration: none;
    border-radius: 30px;
    color: #ffffff;
    outline: none;
    border: 1px solid #ffffff;
    box-shadow: inset 0 0 0 0 #ffffff;
    transition: .3s;
    -webkit-transition: .3s;
}

.login-1 .login-text .btn:hover {
    color: #44c7f5;
    box-shadow: inset 150px 0 0 0 #ffffff;
}

.login-1 .login-form {
    position: relative;
    width: 100%;
}

.login-1 .login-form h2 {
    margin: 0 0 15px 0;
    font-size: 22px;
    font-weight: 700;
}

.login-1 .login-form p {
    margin: 0 0 10px 0;
    text-align: left;
    color: #666666;
    font-size: 15px;
}

.login-1 .login-form p:last-child {
    margin: 0;
    padding-top: 3px;
}

.login-1 .login-form p a {
    color: #44c7f5;
    font-size: 14px;
    text-decoration: none;
}

.login-1 .login-form label {
    display: block;
    width: 100%;
    margin-bottom: 2px;
    letter-spacing: .5px;
}

.login-1 .login-form p:last-child label {
    width: 60%;
    float: left;
}

.login-1 .login-form label span {
    color: #ff574e;
    padding-left: 2px;
}

.login-1 .login-form input {
    display: block;
    width: 100%;
    height: 35px;
    padding: 0 10px;
    outline: none;
    border: 1px solid #cccccc;
    border-radius: 30px;
}

.login-1 .login-form input:focus {
    border-color: #ff574e;
}

.login-1 .login-form button,
.login-1 .login-form input[type=submit] {
    display: inline-block;
 
    margin-top: 5px;
    color: #44c7f5;
    font-size: 16px;
    letter-spacing: 1px;
    cursor: pointer;
    background: transparent;
    border: 1px solid #44c7f5;
    border-radius: 30px;
    box-shadow: inset 0 0 0 0 #44c7f5;
    transition: .3s;
    -webkit-transition: .3s;
}

.login-1 .login-form button:hover,
.login-1 .login-form input[type=submit]:hover {
    color: #ffffff;
    box-shadow: inset 250px 0 0 0 #44c7f5;
}
/* Navbar.css */
/* Navbar.css */

.mobile-nav {
    display: none;
  }
  
  .mobile-nav.open {
    display: block;
  }
  
  /* Add any additional styling for the mobile menu here */
  
  .responsive_items{
    display: flex;
    justify-content: end;
    margin-right: 100px;
  }

  .container{
    max-width: 1340px;
  }
  .navbar .navbar-nav {
    padding: 5px 0;
  }
  
  .navbar .navbar-nav .nav-link {
    padding: 5px;
    color: var(--bs-dark);
    font-weight: 500;
    
    outline: none;
    transition: 0.5s;
  }
  
  .navbar .navbar-nav .nav-link:hover,
  .navbar .navbar-nav .nav-link.active {
    color: var(--bs-dark);
    transition: 0.5s;
  }
  
  .navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
  
    font-weight: 800;
    vertical-align: middle;
    margin-left: 8px;
  }
  
  @media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
      display: block;
      visibility: hidden;
      top: 100%;
      transform: rotateX(-75deg);
      transform-origin: 0% 0%;
      transition: 0.5s;
      opacity: 0;
    }
  }
  
  .dropdown .dropdown-menu a:hover,
  .dropdown .dropdown-menu a.active {
    color: var(--bs-primary);
  }
  
  .navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    transition: 0.5s;
    opacity: 1;
  }
  
  .navbar-toggler {
    background: var(--bs-secondary);
    color: var(--bs-light) !important;
    padding: 5px 12px;
    border: 2px solid var(--bs-primary) !important;
  }
  
  @media screen and (min-width: 992px) {
      .myhome{
         margin-left: 450px;
      }
  }


@media (min-width: 768px) {
  .mobile-nav-wrapper {
    display: none;
  }
}



.container {
    display: flex;
    flex-direction: column;
    gap: 20px; /* Adjust as needed to control the space between paragraphs */
  }
  
  .tp-section-title-wrapper {
    width: 100%; /* Ensure paragraphs take up full width */
  }
  
  h6 {
    margin: 0; /* Remove default margin */
  }
  

  .star{
    color: blue;
    font-size: 20px;
    margin-top: -30px;
  }


  .blink {
    animation: blink 1s infinite; /* Use the blink animation for 1 second, repeating infinitely */
  }

  @keyframes blink {
    0%, 50%, 100% {
      opacity: 1;
    }
    25%, 75% {
      opacity: 0;
    }
  }

  .star-button {
  

   
   
    cursor: pointer;
  }




  .popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* semi-transparent black */
    z-index: 999; /* ensure it's above other content */
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup-content {
    background-color: white;
   
    border-radius: 8px;
   
    z-index: 1000; /* ensure it's above the overlay */
}

.close-btn {
    position: absolute;

    
    top: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
    background: transparent;
    border: none;
    outline: none;
    color: black; /* Adjust color as needed */
}


.container1 {
    display: flex;
    width: 520px;
    height: 500px;
    max-width: 99%;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    background-color: #ffffff25;
    border-radius: 15px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.03);
    border: 0.1px solid rgba(128, 128, 128, 0.178);
  }
  
  .left {
    width: 66%;
    height: 100%;
  }
  
  .form1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 100%;
    left: 0;
    backdrop-filter: blur(20px);
    position: relative;
  }
  
  .form::before {
    position: absolute;
    content: "";
    width: 40%;
    height: 40%;
    right: 1%;
    z-index: -1;
    background: radial-gradient(
      circle,
      rgb(194, 13, 170) 20%,
      rgb(26, 186, 235) 60%,
  
      rgb(26, 186, 235) 100%
    );
    filter: blur(70px);
    border-radius: 50%;
  }
  
  .right {
    width: 34%;
    height: 100%;
  }
  
  .img {
    width: 100%;
    height: 100%;
  }
  
  .container1::after {
    position: absolute;
    content: "";
    width: 80%;
    height: 80%;
    right: -40%;
    background: rgb(157, 173, 203);
    background: radial-gradient(
      circle,
      rgba(157, 173, 203, 1) 61%,
      rgba(99, 122, 159, 1) 100%
    );
    border-radius: 50%;
    z-index: -1;
  }
  
  .input,
  button {
    background: rgba(253, 253, 253, 0);
    outline: none;
    border: 1px solid rgba(255, 0, 0, 0);
    border-radius: 0.5rem;
    padding: 10px;
    margin: 10px auto;
    width: 80%;
    display: block;
    color: #425981;
    font-weight: 500;
    font-size: 1.1em;
  }
  
  .input-block {
    position: relative;
  }
  
  label {
  
    left: 15%;
    top: 37%;
    /* pointer-events: none; */
    color: gray;
  }
  
  .forgot {
    display: block;
    margin: 5px 0 10px 0;
    color: #5e7eb6;
    font-size: 0.9em;
  }
  
  .input:focus + label,
  .input:valid + label {
    transform: translateY(-120%) scale(0.9);
    transition: all 0.4s;
  }
  
  button {
    background-color: #5e7eb6;
    color: white;
    font-size: medium;
    box-shadow: 2px 4px 8px rgba(70, 70, 70, 0.178);
  }
  
  a {
    color: #5e7eb6;
  }
  
  .input {
    box-shadow: inset 4px 4px 4px rgba(165, 163, 163, 0.315),
      4px 4px 4px rgba(218, 218, 218, 0.13);
  }

  .star1{
    font-size: 20px;
    margin-left: 80px;
    margin-top: -60px;
  }

  