@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&family=Teko:wght@600;700&display=swap");

:root {
    --main-color: #308FCE;
    --btn-color: #ff8d29;
    --bg-light: #596573;
    --black-color: #2b4959;
    --light-color: #f0f6fe;
    --white-color: #fff;
    --overlay-color: #3090cf;
    --text-font:
        "Roboto", sans-serif;
    --text-color: #363131;
}

@font-face {
    font-family: OpenSans;
    src: url(../webfonts/OpenSans-VariableFont_wdth,wght.ttf);
}

/* public style start */
body,
html {
    background: none !important;
}

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

a:hover {
    color: inherit;
}

html {
    overflow-x: hidden;
    font-size: 10px;
}

body {
    /* background-color: var(--light-color);s */
    font-family: var(--text-font);
    font-size: 1.6rem;
    color: var(--text-color);
    word-wrap: break-word;
}

input,
select,
textarea {
    height: 45px;
    line-height: 28px;
    font-size: 1.6rem !important;
    background-color: var(--light-color) !important;
}

textarea {
    padding: 1.5rem 2rem 2.5rem !important;
    height: 220px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: OpenSans;
    line-height: 3.5rem;
    color: #1a1b1e;
}

::selection {
    background-color: var(--main-color);
    color: var(--white-color);
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background-color: var(--light-color);
}

::-webkit-scrollbar-thumb {
    background-color: var(--main-color);
}

::-webkit-scrollbar-thumb:hover {
    background-color: var(--black-color);
}

section {
    padding: 2rem 1rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    /* overflow-x: hidden; */
}

.card {
    border: none;
    background: var(--light-color);
}

.breadcrumb-item {
    color: var(--white-color);
}

.breadcrumb-item.active {
    color: var(--bg-light);
}

.cumtomprogress {
    position: relative;
}

.cumtomprogress span {
    position: absolute;
    content: "";
    width: 3rem;
    top: 23px;
    height: 3rem;
    border-radius: 50%;
    background-color: #7cb5ea;
    transform: translateX(-50%);
}

.progress-bar {
    background-color: var(--bg-light);
    background-color: #7cb5ea;
}

.form-label {
    font-size: 1.3rem;
    font-weight: 400;
    color: var(--main-color);
}

.career__icon {
    font-size: 2.5rem !important;
}

/* public style end */

/* roboto font    font-family: 'Roboto', sans-serif;
font-family: 'Teko', sans-serif;
*/

/* public class start */
.choose__info,
.text__justify {
    text-align: justify;
}

.image {
    /* width: 500px; */
    margin: auto;
}

.image img {
    width: 100%;
    /* overflow: hidden; */
}

.customFile {
    height: 100px;
    width: 100%;
    border: 2px dashed var(--main-color);
    cursor: pointer;
    font-size: 2.2rem;
    color: var(--main-color);
    position: relative;
}

#customFile {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.customNumber {
    background-color: var(--main-color);
    color: var(--white-color);
    width: 30px;
    height: 30px;
}

.movetop {
    position: fixed;
    bottom: 20px;
    left: -100px;
    z-index: 99;
    font-size: 1.8rem;
    outline: none;
    color: var(--white-color);
    width: 40px;
    height: 40px;
    line-height: 36px;
    border-radius: 8px;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    background-color: var(--main-color);
    min-width: 1px;
}

.show-btn {
    left: 20px;
}

.text__left {
    text-align: right;
}

.plusBtn {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: var(--bg-light);
}

.text__white {
    color: var(--white-color) !important;
}

.text__white .header__title {
    color: var(--white-color) !important;
}

.pageHead {
    /* height: 400px; */
    width: 100%;
    background: var(--overlay-color) no-repeat fixed;
    background-size: cover;
    background-position: center;
}

.pageHead .section__heading {
    color: var(--white-color);
    margin-top: 3rem;
    font-size: 3rem;
}

.card__box {
    position: relative;
    overflow: hidden;
    height: 240px;
}

.tech__item {
    position: relative;
    cursor: pointer;
}

.tech__item::after {
    position: absolute;
    content: "";
    bottom: -2px;
    height: 2px;
    width: 100%;
    left: 0;
    background-color: var(--overlay-color);
}

.tech__item.active::after {
    background-color: var(--main-color);
}

.card__box::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 500px;
    height: 500px;
    background-color: var(--overlay-color);
    opacity: 0.5;
    border-radius: 50%;
    z-index: 99;
    transition: transform 0.2s;
}

.card__box:hover::after {
    transform: translate(-50%, -50%) scale(1);
}

.card__box:hover img {
    transition: all 1s linear;
    transform: scale(1.1);
}

.map {
    padding: 20px;
    background-color: #c3ccd2;
}

.section__header {
    width: 50%;
    text-transform: uppercase;
}

.section__heading {
    font-size: 3.5rem;
    color: var(--main-color);
    font-weight: 800;
    margin-bottom: 1rem;
}

.pageTitle {
    color: var(--white);
    background-color: var(--bg-dark);
    box-shadow: inset 0 0 2000px rgb(255 150 255 / 20%);
}


.page .card {
    border-bottom: 1rem solid var(--main-color);
    z-index: 0;
    background-color: transparent;
    position: relative;
}

.page .card:hover {
    box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 10%);
}

.card-title {
    font-size: 2rem;
    font-weight: 800;
    color: var(--main-color) !important;
}

.active .card-title {
    color: var(--bs-body-bg) !important;
}

.page .card__icon i {
    font-size: 5rem;
    color: var(--overlay-color);
}

.active .card-title,
.active .card__icon i {
    color: var(--bs-body-bg);
}

.card__icon .active {
    color: #e9c513eb !important;
}

@media (max-width: 768px) {
    .process-box .p-arrow {
        position: absolute;
        top: 35px;
        right: 30px;
        z-index: 10;
    }

}

@media (min-width: 768px) {
    .process-box .p-arrow {
        position: absolute;
        top: 35px;
        right: -20px;
        z-index: 10;
    }
}

.process-box {
    position: relative;
    padding: 50px 20px 40px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.process-box .number-box {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: var(--bs-body-bg);
    font-size: 24px;
    font-weight: 900;
    font-family: "Red Hat Display", sans-serif;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: -10px;
    margin-left: -35px;
    margin-bottom: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background-color: var(--main-color);
    background-image: -moz-linear-gradient(145deg, var(--main-color), #04dbf1);
    background-image: -webkit-linear-gradient(145deg, var(--main-color), #04dbf1);
    background-image: linear-gradient(145deg, var(--main-color), #04dbf1);
    box-shadow: 10px 10px 30px 0 rgba(2, 156, 236, .3);
    -webkit-box-shadow: 10px 10px 30px 0 rgba(2, 156, 236, .3);
    -moz-box-shadow: 10px 10px 30px 0 rgba(2, 156, 236, .3);
    z-index: 10;
}

.bg-main {
    background-color: var(--main-color);
}

.overlay::before {
    position: absolute;
    /* content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--main-color);
    opacity: 0.4; */
}

.overlay.overlayOp::before {
    opacity: 0.9;
}

.spanHover {
    position: relative;
    display: inline-flex;
    width: 170px;
    height: 50px;
    perspective: 1000px;
}

.spanHover .btnHover {
    font-size: 1.4rem;
    letter-spacing: 1px;
    transform-style: preserve-3d;
    transform: translateZ(-25px);
    transition: transform 0.25s;
    font-family: "Cairo", sans-serif;
}

a.btnHover.read-more {
    transition: none;
}




.spanHover .btnHover:before,
.spanHover .btnHover:after {
    position: absolute;
    text-transform: uppercase;
    content: attr(data-text);
    height: 49px;
    min-width: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 5px solid var(--bg-light);
    box-sizing: border-box;
    border-radius: 5px;
    font-weight: bold;
}

.spanHover .btnHover.read-more:before {
    background-color: var(--bs-body-bg) !important;
    border-color: var(--bs-body-bg) !important;
    color: var(--bg-light) !important;
}

a.btnHover.how-we-work:before {
    border: 2px solid var(--bs-body-bg) !important;
    color: var(--bs-body-bg) !important;
}

.spanHover .btnHover:before {
    color: var(--bg-light);
    transform: rotateY(0deg) translateZ(25px);
}

.spanHover .btnHover:after {
    color: #000;
    transform: rotateX(90deg) translateZ(25px);
    background-color: var(--light-color);
    border-color: var(--main-color);
    color: var(--main-color);
}

.spanHover .btnHover:hover {
    transform: translateZ(-25px) rotateX(-90deg);
    border-color: var(--main-color);
}

a.btnHover.how-we-work {
    transition: none;
}

.portfolio___img {
    height: 350px;
    border-radius: 1rem;
    overflow: hidden;
    position: relative;
}

.portfolio__box {
    position: absolute;
    width: 100%;
    height: 0;
    background-color: rgb(26, 23, 57, 0.7);
    transition: all 300ms 0.2s ease;
    overflow: hidden;
    visibility: hidden;
    z-index: 22;
    opacity: 0;
}

.portfolio___img:hover .portfolio__box {
    height: 100%;
    padding: 2rem;
    visibility: visible;
    opacity: 1;
}

.portfolio___img:hover img {
    transform: scale(1.2);
    transition: all 700ms 0.2s ease;
}

.project__img {
    height: 450px;
}

.services .accordion-button {
    font-size: inherit;
}

.services .accordion-button:focus:not(:focus-visible) {
    box-shadow: none;
}

/* public class end */

/* start navbar */

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

.navbar.active {
    background-color: var(--light-color);
}

.navbar-brand {
    color: var(--main-color);
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: 5px;
}

.navbar-brand span {
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--bg-light);
    position: relative;
    display: inline-block;
    padding-right: 5px;
}

.navbar-brand span::before {
    content: attr(data-brand);
    position: absolute;
    color: var(--bg-light);
    top: 0;
    left: 0;
    width: 0;
    overflow: hidden;
    border-right: 2px solid var(--bg-light);
    animation: text 4s linear infinite alternate;
}

.navbar-toggler:focus {
    box-shadow: none;
    color: var(--main-color);
}

.navbar-toggler svg {
    font-size: 2.5rem;
}

@keyframes text {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

.navbar-nav .nav-item .nav-link {
    text-transform: uppercase;
    color: var(--bg-light);
    font-size: 1.5rem;
    font-weight: bold;
    margin-right: 15px;
}

.navbar.active .navbar-nav .nav-item .nav-link {
    /* color: var(--overlay-color); */
}

/* start dropdown  */

.dropdown {
    background-color: var(--light-color);
    position: absolute;
    width: 200px;
    padding: 10px;
    box-shadow: 0 0 0px rgb(0 0 0 / 10%), 0 1px 3px rgb(0 0 0 / 10%);
    z-index: 999;
}

.dropdown>li:not(:last-child) {
    border-bottom: 1px solid #ddd;
}

.dropdown>li a {
    color: var(--black-color);
    display: block;
    padding: 10px;
}

@media (min-width: 992px) {
    .navbar {
        background-color: var(--light-color);
        border-bottom: 1px solid var(--light-color);
    }

    .navbar-nav .nav-item .nav-link {
        min-height: 70px;
        line-height: 70px;
    }

    .closeBtn {
        display: none;
    }

    .mainItem {
        position: relative;
    }

    .dropdown {
        top: 150%;
        left: 0;
        transition: all 0.5s ease-in-out 0s;
        opacity: 0;
        visibility: hidden;
    }

    .dropdown::after {
        position: absolute;
        content: "";
        border: 20px solid var(--white-color);
        border-top-color: transparent;
        border-left-color: transparent;
        border-right-color: transparent;
        top: -40px;
        left: 20px;
        width: 0;
    }

    .mainItem:hover .dropdown {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }

    .dropdown>li a:hover {
        color: var(--main-color);
        background-color: #eee;
    }
}

@media (max-width: 992px) {
    .navbar {
        background-color: var(--light-color);
    }

    .navbar .overlay::before {
        z-index: 999;
    }

    .nav-item {
        margin: 0.8rem;
    }

    .navbar-nav .nav-item .nav-link {
        color: var(--overlay-color);
        font-size: 1.8rem;
    }

    .closeBtn {
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: var(--main-color);
        color: var(--white-color);
        margin-left: auto;
    }

    .navbar-collapse {
        /* box-shadow: 0 0 5px rgb(0 0 0 / 50%); */
        border-top: 1px solid var(--bg-light);
    }

    .dropdown {
        min-height: 100%;
        top: 0;
        right: 0;
        transform: translateX(200px);
        transition: all 0.2s;
    }

    .dropdown.active {
        transform: translateX(0);
    }

    .nav-link {
        position: relative;
    }

    .nav-link::after {
        position: absolute;
        content: "";
        border: 20px solid var(--main-color);
        border-top-color: transparent;
        border-left-color: transparent;
        border-bottom-color: transparent;
        top: -9px;
        transition: all 0.2s ease-in-out 0s;
        left: 100%;
        width: 0;
    }

    .nav-link.activeLink::after {
        left: auto;
        right: 192px;
    }
}

/* end dropdown */

.navbar-nav .nav-item .nav-link.active,
.navbar-nav .nav-item .nav-link:hover {
    color: var(--bg-light);
}

.navbar-nav .nav-item .nav-link.active {
    color: var(--main-color);
}

.footer__list__link.active {
    color: var(--bs-body-bg);
}

.navbar .main-btn {
    margin: 0 10px;
}

/*  navbar end */

/* main section start */

header.main-btn:hover {
    color: var(--white-color);
}

.header .header__title {
    color: var(--bs-body-bg);
    /* font-family: OpenSans; */
    height: 80px;
    overflow: hidden;
}

@media (min-width: 992px) {
    .header .slider {
        height: 85vh;
    }

    .header .caption__content {
        position: absolute;
    }

    .width__responsev .text-contant {
        border-radius: 8px 0 0 8px;
    }

    .header .owl-next, .header .owl-prev {
        top: 50%;
    }
}

@media (max-width: 992px) {
    .header .slider {
        /* height: 90vh; */
        word-wrap: break-word;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
    }

    .header .caption__content {
        position: relative;
    }

    .width__responsev .text-contant {
        border-radius: 0
    }

    .header .owl-next, .header .owl-prev {
        top: 25%;
    }
}

.header .owl-next,
.header .owl-prev {
    width: 40px;
    height: 40px;
    background-color: var(--main-color) !important;
    color: var(--white-color) !important;
    position: absolute;
    top: 50%;
    margin: 0 !important;
}

.header .owl-next {
    right: 5px;
}

.header .owl-prev {
    left: 5px;
}

.header__title {
    /* font-size: 5rem; */
    font-family: OpenSans;
    font-weight: bolder;
    line-height: 70px;
}

.header__text {
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.header .main-btn {
    border: 2px solid var(--white-color);
    color: var(--white-color);
    margin-right: 40px;
    background-color: transparent;
}

.header__play {
    width: 60px;
    height: 60px;
    background-color: var(--bg-light);
    color: var(--white-color);
    margin-right: 15px;
    transition: transform 0.3s;
}

.header .caption__content {
    color: var(--white-color);
    /* position: absolute; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

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

.header__play:hover {
    color: var(--white-color);
    transform: scale(1.1);
}

.header__play svg {
    font-size: 2rem;
}

.header__box {
    border: 5px solid #f1f1f1;
    padding: 20px;
    border-radius: 10px;
}

.header__box__title {
    font-size: 3rem;
    margin-left: 20px;
    font-weight: 600;
    margin-bottom: 25px;
}

.header__box__text {
    font-weight: 500;
    line-height: 30px;
    color: #00173c;
    opacity: 0.6;
}

.header__box__icon {
    width: 100px;
    height: 90px;
}

.header__box__icon:first-child {
    background-color: var(--main-color);
}

.header__btnPlay .spanHover .btnHover:before {
    background-color: transparent;
    color: var(--white-color);
}


.header__btnPlay .spanHover .btnHover:after {
    background-color: var(--bg-light);
    color: var(--white-color);
}

/*star media quary header */

@media (max-width: 768px) {
    .header__text {
        width: 50%;
        margin: auto;
        line-height: 30px;
        height: 80px;
        overflow: hidden;
    }

    .header__btnPlay {
        display: none !important;
    }
}

/*end media quary header */

/* main section end */

/* about start */

.about .card {
    border: none;
    background: none;
}

.about .header__title {
    color: var(--main-color);
}

.about .choose__icon {
    font-size: 3rem;
}

.about .card img {
    border-bottom: 10px solid var(--bg-light);
}

.about__box {
    box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 10%);
}

.about__icon {
    background-color: var(--overlay-color);
    width: 100px;
    height: 100px;
    border-radius: 0 10% 10% 0;
    font-size: 3rem;
    color: var(--white-color);
}

.about__img {
    width: 38rem;
    height: 38rem;
    border-radius: 50%;
    overflow: hidden;
    border: 1rem solid var(--bg-light);
    margin: auto;
}

.about__after {
    position: relative;
    overflow: hidden;
    padding-bottom: 60px;
}

.about__after::after {
    position: absolute;
    content: "";
    width: 580px;
    height: 580px;
    background-color: var(--overlay-color);
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10%;
    z-index: -1;
}

/* start clients */
.clients {}

.text__header {
    color: var(--main-color);
}

.client-img {
    background-color: var(--light-color);
    text-align: center;
    transition: 0.5s;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.client-img img {
    width: 230px;
    height: 150px;
}

.client-img:hover img {
    transform: scale(1.1);
}

/* mission */
.mission .image {
    width: 400px;
    height: 159px;
    padding: 13px;
    overflow: hidden;
}

.mission .image img:hover {
    transform: scale(1.1)
}

.st-card {
    box-shadow: 1px 1px 5px 0px #111;
    font-size: 20px;
}


@media(max-width: 767px) {
    .mission .image {
        height: 110px;
    }
}

/* benefits */
.ben-cont {
    width: auto;
    padding: 1rem;
    border: 1px solid var(--main-color);
    border-radius: 4px;
    text-align: center;
}

.icon {
    margin-right: 4px;
    font-size: 24px;
    color: var(--main-color);
}

.ben-txt p {
    /* margin: 0; */
    font-size: 20px;
    padding-top: 6px;
}

/* end clients */
/* about end */

/* services start */

.services {
    background-color: var(--light-color);
}

.service__aside {
    position: sticky;
    top: 100px;
}

.service__asideBox {
    background-color: var(--light-color);
    padding: 2rem;
}

.aside__link {
    border: 0.5px solid var(--overlay-color);
    color: var(--main-color);
    padding: 1.5rem 1rem;
    font-weight: bold;
}

.aside__link.active,
.service__aside .aside__link:hover {
    color: var(--white-color);
    transition: all 0.3s;
    background-color: var(--overlay-color);
}

.services__info svg {
    font-size: 2rem;
}

/* services end */

/* expert start */

.expert__img {
    max-height: 460px;
    overflow: hidden;
    object-fit: cover;
}

/* expert end */

/* product start*/
.prod .card {
    max-width: 907px;
    border-radius: 32px;
    /* box-shadow: 24px 24px 80px rgba(0, 0, 0, 0.1); */
    padding: 20px 20px 28px 20px;
    box-sizing: border-box;
    margin: 20px;
    display: flex;
    flex-direction: column;
    position: relative;
    background: var(--light-color);
    transition: 0.5s ease-in-out;
}

.prod .card {
    position: relative;
}

.prod .card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 0%;
    background: #308fcead;
    transition: 0.8s
}

.prod .card:hover:before {
    border-radius: 32px;
    width: 100%;
    height: 100%;
}


@media (min-width: 576px) {
    .prod .card {
        flex-direction: row;
        align-items: center;
        margin: 20px;
        padding: 22px;
    }
}

.prod .card__image {
    width: 100%;
    max-height: 300px;
    border-radius: 32px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 18px;
}

@media (min-width: 576px) {
    .prod .card__image {
        width: 50%;
        max-height: none;
        min-height: 133px;
        margin-bottom: 0;
    }
}

@media (min-width: 576px) {
    .prod .card__content {
        width: 55%;
        padding-left: 8px;
    }
}

.prod .card__date {
    display: block;
    font-size: 1.2;
    line-height: 1.4;
    text-transform: uppercase;
    color: #222022;
    margin-bottom: 6px;
}

@media (min-width: 576px) {
    .prod .card__date {
        margin-bottom: 8px;
    }
}

.prod .card__title {
    font-size: 15px;
    line-height: 1.4;
    color: #222022;
    /* -webkit-box-decoration-break: clone; */
    box-decoration-break: clone;
    /* background-image: linear-gradient(90deg, #b7f9e9, #ffef7e); */
    /* background-size: 100% 42%; */
    background-repeat: no-repeat;
    background-position: 0 85%;
    padding: 0 4px;
    margin-left: -4px;
}

.prod .card:hover {
    color: var(--white-color);

}

.prod-image {
    padding-top: 10px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin: auto;
    z-index: 13333;
}

.prod .card-body {
    z-index: 13333;
}

.card-body .read {
    background-color: var(--bg-light);
    color: white;
    padding: 6px 10px;
    font-size: 15px;
    border-radius: 4px;
    text-align: center;
}

.card.active {
    background-color: var(--main-color);
    color: white;
    border-bottom: 1rem solid var(--bg-light);
}

.card.active .h-text {
    color: white;
}

.prod-image:hover img {
    transform: scale(1.1);
}

.h-text {
    color: #308FCE;
    height: 28px;
    overflow: hidden;
    font-size: 2rem;
}

.prod .card:hover {
    box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 10%);
}

.product .card p {
    margin-top: 10px;
    text-align: justify;
    color: #000;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    overflow-y: clip;
    -webkit-box-orient: vertical;
}

.product__box {
    padding: 20px;
    width: 190px;
    height: 190px;
    margin: auto;
    margin-top: -95px;
    background-color: #333d9178;
    display: flex;
    align-items: center;
    border-radius: 32px;
}

.product-icon {
    width: 59px;
    height: 59px;
    text-align: center;
    font-size: 35px;
    background: var(--main-color);
    border-radius: 4px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    color: white;
    z-index: 10000;
}

#img__show {
    width: 300px;
    height: 300px;
}

.product .card {
    box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 10%) inset;
    transition: all 0.5s;
    /* margin-top: 150px; */
    height: 350px;
    position: relative;
}

/* .product .card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 0%;
    background: #308fcead;
    transition: 0.8s
} */

.product .card:hover:before {
    border-radius: 2px;
    width: 100%;
    height: 100%;
}

.product .card:hover {
    color: var(--white-color);

}

.product .card:hover .product__box {
    background-color: var(--main-color);
}

.product__show {
    margin: 20px 10px;
    padding: 13px;
    border: 1px solid #ddd;
    flex: 1;
    cursor: pointer;
}

.prod-btn {
    padding: 5px 10px;
    background: var(--main-color);
    border-color: var(--main-color);
    font-size: 22px;
}

.close-btn {

    font-size: 16px;

    padding: 5px 10px;
}

.save-btn {
    padding: 5px 10px;
    background: var(--main-color);
    border-color: var(--main-color);
    font-size: 16px;
}

.save-btn:hover {
    background: var(--main-color);
    border-color: var(--main-color);
}

.prod-btn:hover {
    background: var(--main-color);
    border-color: var(--main-color);
}

.modal {
    top: 122px;
}

textarea.form-control {
    height: 47px;
}

.img-zoom-lens {
    position: absolute;
    border: 1px solid #d4d4d4;
    /*set the size of the lens:*/
    width: 100px;
    height: 100px;
    /* display: none; */
    visibility: hidden;
}

.img-zoom-container {
    cursor: zoom-in;
}

.img-zoom-result {
    border: 1px solid #d4d4d4;
    /*set the size of the result div:*/
    width: 600px;
    height: 400px;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
    background-color: var(--white-color);
    z-index: 111;
}

/* choose start */

.choose__content {
    color: var(--white-color);
    background: var(--overlay-color) url("../images/slider01.webp") no-repeat fixed center;
    background-size: cover;
    height: 100%;
    padding: 10rem 7rem;
    margin-top: 1.5rem;
    margin-left: -5rem;
    font-size: 1.8rem;
}

.choose__content .overlay::before {
    opacity: 0.9;
}

.choose__icon {
    font-size: 3rem;
}

.choose__box {
    position: relative;
    z-index: 100;
}

/* choose end */

/* clint start */
.bg-none .clint {
    background: none !important;
}

.bg-none .clint .section__text {
    color: var(--black-color);
}

.bg-none .bg-none .overlay::before {
    background-color: var(--white-color) !important;
}

.clint {
    background: var(--overlay-color) url("../images/slider01.webp") no-repeat fixed center;
    background-size: cover;
}

.clint .overlay::before {
    opacity: 0.9;
}

.bg-none .clint .overlay::before {
    opacity: 0;
}

.clint .card {
    border-bottom: 1rem solid var(--bg-light);
    background-color: var(--light-color);
    height: 300px;
}

.clint .section__text {
    color: var(--white-color);
}

/* clint end */

/* team start */

.team__img {
    height: 400px;
    overflow: hidden;
}

.icon__box {

    transition: transform 0.2s;

    color: var(--white-color);
    min-width: 200px;
}

.icon__box li {
    background-color: var(--main-color);
    width: 100%;
    background-color: var(--bg-light);
    position: relative
}

.icon__box li::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 5px;
    bottom: 0;
    left: 0;
    background-color: var(--main-color);
    z-index: 1;
    transition: height 0.2s;
}

.icon__box li:hover::after {
    height: 100%;
}

.icon__box li:hover i {
    z-index: 3;
    position: relative;
}

.icon__box li a {
    display: block;
    padding: 5px;
    position: relative;
    color: var(--white-color);
    font-size: 16px;
}

.team__img:hover .icon__box {
    transform: translate(-50%, 0);
}

.icon__box li a:hover:after {
    height: 100%;
}

/* team end */

/* company start */

.company {
    background-color: var(--light-color);
}

.company__img {
    background-color: var(--white-color);
    height: 170px;
    padding: 20px;
    opacity: 0.9;
    position: relative;
}

.company__img .position-absolute {
    transition: 0.8s;
    width: 100%;
    background: var(--bs-body-bg);
    bottom: -100%;
    text-align: center;
    transition: 0.8s;
}

.company__img:hover {
    opacity: 1;
}

.company__img:hover .position-absolute {
    width: 100%;
    background: #f7f7f7;
    bottom: 0;
    text-align: center;
    color: var(--bs-blue);
}

/* company end */

.contact__form {
    /* animation: animation-contact 20s infinite; */
}

.contact_form_style {
    background-color: #f0f6fe;
    width: 100%;
    /* margin: auto; */
    padding: 7rem 4rem 4rem 4rem;
    border-radius: 1.5rem;
    z-index: 10;
    position: relative;
}

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

    .contact-info-wrap {
        margin: 0 !important;
    }

    .twm-explore-content-outer .twm-bold-circle-right {
        display: none
    }
}

@media (min-width: 768px) {

    .twm-explore-content-outer .twm-bold-circle-right {
        display: block
    }
}

.contact__page .card-text {
    color: var(--main-color);
    font-size: 1.7rem;
    font-weight: 700;
}

@keyframes animation-contact {
    0% {
        background-color: #3d3d3d;
    }

    25% {
        background-color: #ced8e4;
    }

    50% {
        background-color: #1e81f3;
    }

    75% {
        background-color: #ff7842;
    }

    100% {
        background-color: #3d3d3d;
    }
}

/* single project start */

.project .card {
    background-color: var(--white-color);
}

.project .card-body {
    background-color: var(--white-color);
    margin-left: -10rem;
    padding: 0;
    box-shadow: 0px 0px 35px rgb(0 0 0 / 10%);
}

.project .card-title {
    background-color: var(--main-color);
    color: var(--white-color);
    text-align: center;
    margin: 0;
}

/* footer start*/

.footer {
    background: rgb(6, 8, 3) url("../images/footer.webp") no-repeat center;
    background-size: cover;
    color: var(--white-color);
    padding: 10rem 1.5rem 0.5rem;
}

.footer .navbar-brand span {
    -webkit-text-stroke-color: var(--bg-light);
}

.footer .navbar-brand span::before {
    color: var(--bg-light);
    border-right-color: var(--bg-light);
    animation-delay: 2s;
}

.footer__list__item {
    display: inline-block;
    margin-bottom: 15px;
}

.footer__icon {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: var(--white-color);
}

.footer__list__link {
    text-decoration: none;
    color: var(--white-color);
    text-transform: capitalize;
    font-size: 1.3rem;
}

.footer__list__link:hover {
    color: var(--white-color);
}

.footer__list__item:hover .footer__icon {
    background-color: var(--main-color);
}

.footer__box {
    background-color: #12140f;
}

.footer input,
.footer input:focus {
    background-color: transparent;
    color: var(--white-color);
    box-shadow: none;
}

.footer__contact svg {
    font-size: 3rem;
}

/* footer end */
.width__responsev {
    width: 45%;
    margin-left: auto;
}

@media (max-width: 768px) {
    .width__responsev {
        width: 100% !important;
    }
}

@media (max-width: 992px) {
    .footer__contact {
        flex-wrap: wrap;
    }

    .footer__contact li {
        margin: 1rem 0;
        width: 50%;
    }

    html {
        font-size: 8px;
    }
}

@media (max-width: 568px) {
    html {
        font-size: 7.5px;
    }

    /* choose media start */
    .choose__box {
        width: 100% !important;
    }

    .choose__content {
        padding: 5rem 3rem;
        margin-left: 0;
    }

    .section__header {
        width: 100%;
        padding: 0 2rem;
    }

    .footer__contact li {
        width: 100%;
    }

    .project .card-body {
        margin: 0;
    }
}

.stats_info svg,
.stats_info i {
    font-size: 40px;
    color: var(--overlay-color);
}

.stats_info p {
    font-size: 50px;
    font-weight: 700;
    color: var(--overlay-color);
    margin-top: 20px;
    margin-bottom: 0;
}

.stats_info h4 {
    font-size: 20px;
    line-height: 25px;
    color: var(--bs-orange);
    margin-top: 10px;
    opacity: 0.8;
    font-weight: 300;
}

/* var(--bs-orange) */



















































































.content-inner {
    padding-top: 10px;
    padding-bottom: 50px;
}

.site-bg-white {
    background-color: var(--bs-body-bg);
}

.section-head {
    margin-bottom: 40px;
}

.wt-small-separator {
    font-family: "Rubik", sans-serif;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
    color: #1967d2;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
}

.site-text-primary {
    color: #1967d2;
}

.section-head h2 {
    font-size: 45px;
    font-weight: 600;
}

.elementor *, .elementor *:before, .elementor *:after {
    box-sizing: border-box;
}

.description-list {
    margin: 0;
}

.description-list li {
    padding-left: 45px;
    list-style: none;
    position: relative;
    margin-bottom: 10px;
    /* font-weight: 500; */
    font-size: 17px;
    /* text-align: justify; */
    line-height: 28px;
    position: relative;
}

.description-list li i {
    background-color: var(--overlay-color);
    color: var(--bs-body-bg);
    line-height: 26px;
    position: absolute;
    left: 0px;
    top: 10%;
    text-align: center;
    font-size: 16px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.twm-w-process-steps-2-wrap .row [class*="col-"]:nth-child(odd) {
    margin-top: -30px;
}

.twm-w-process-steps-2 {
    padding-left: 50px;
    padding-top: 30px;
    position: relative;
}

.twm-w-process-steps-2 .twm-w-pro-top {
    margin-left: 20px;
    margin-bottom: 40px;
    padding: 30px 25px 30px 60px;
    border-radius: 10px;
    position: relative;
}


.twm-w-process-steps-2 .twm-large-number {
    font-size: 60px;
    font-weight: 600;
    line-height: 50px;
    position: absolute;
    right: 15px;
    top: 15px;
    font-family: "Poppins", sans-serif;
    color: var(--bs-body-bg);
    opacity: 0.2;
}

.twm-about-9-section .twm-media {
    overflow: hidden;
    background: var(--bs-body-bg);
}

.twm-about-9-section.about {
    position: relative;
}

.twm-about-9-section.about::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 20px;
    right: 20px;
    border: 5px solid var(--main-color);
    z-index: -1;
}

.twm-w-process-steps-2 .twm-w-pro-top .twm-media {
    position: absolute;
    left: -50px;
    top: 30px;
    width: 90px;
    height: 90px;
    background-color: var(--bs-body-bg);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    box-shadow: -5px 10px 25px rgba(56, 152, 226, 0.4);
}

.elementor img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.twm-w-process-steps-2 .twm-w-pro-top .twm-title {
    color: #404040;
    font-size: 24px;
}

.twm-w-process-steps-2 p {
    margin-bottom: 0px;
    font-size: 17px;
    color: var(--bs-body-bg);
    opacity: 0.85;
}

.bg-sky-light-shadow {
    box-shadow: 0px 0px 40px rgba(124, 181, 234, 0.7);
}

.bg-clr-sky-light {
    background-color: #7cb5ea;
}

.bg-yellow-light-shadow {
    box-shadow: 0px 0px 40px rgba(234, 200, 124, 0.7);
}

.bg-clr-yellow-light {
    background-color: #e7be63;
}

.bg-pink-light-shadow {
    box-shadow: 0px 0px 40px rgba(206, 167, 217, 0.7);
}

.bg-clr-pink-light {
    background-color: #b889c5;
}

.bg-clr-green-light {
    background-color: #68c9a9;
}

.twm-explore-media-wrap .twm-media {
    position: relative;
    z-index: 2;
    animation: mymove 3s infinite;
}

.twm-explore-content-outer {
    position: relative;
    z-index: 1;
}

.twm-explore-content {
    background-color: #1967d2;
    border-radius: 10px;
    padding: 55px 70px;
    position: relative;
    overflow: hidden;
    margin-top: 70px;
    margin-left: 30px;
    z-index: 1;
}

.twm-explore-content-outer .twm-bold-circle-right {
    width: 250px;
    height: 250px;
    border: 50px solid #1967d2;
    right: -140px;
    top: -90px;
    opacity: 0.2;
    border-radius: 50%;
    position: absolute;
    animation: animation-shap 5s infinite;
}

@keyframes animation-shap {
    0% {
        transform: translate3d(0, 0, 0) scale(1);
    }

    50% {
        transform: translate3d(20px, 20px, 20px) scale(1.1);
    }

    100% {
        transform: translate3d(0, 0, 0) scale(1)
    }
}

.twm-explore-content-outer .twm-bold-circle-left {
    width: 140px;
    height: 140px;
    border: 30px solid #56d8b1;
    left: 50px;
    bottom: -110px;
    opacity: 0.4;
    border-radius: 50%;
    position: absolute;
    animation: animation-shap 5s infinite;
}

.twm-explore-content .twm-l-line-1 {
    width: 475px;
    height: 475px;
    position: absolute;
    border: 1px solid #e7e7e7;
    border-radius: 50%;
    opacity: 0.1;
    left: -290px;
    top: -290px;
    z-index: -1;
}

.twm-explore-content .twm-l-line-2 {
    width: 475px;
    height: 475px;
    position: absolute;
    border: 1px solid #e7e7e7;
    border-radius: 50%;
    opacity: 0.1;
    left: -230px;
    top: -230px;
    z-index: -1;
}

.twm-explore-content .twm-r-circle-1 {
    width: 500px;
    height: 500px;
    position: absolute;
    background-color: #e7e7e7;
    border-radius: 50%;
    opacity: 0.05;
    right: -140px;
    top: -200px;
    z-index: -1;
}

.twm-explore-content .twm-r-circle-2 {
    width: 500px;
    height: 500px;
    position: absolute;
    background-color: #e7e7e7;
    border-radius: 50%;
    opacity: 0.05;
    right: -90px;
    top: -145px;
    z-index: -1;
}

.wt-small-separator {
    font-family: "Rubik", sans-serif;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
    color: #1967d2;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
}

.twm-explore-content .twm-title-large {
    margin-bottom: 40px;
}

.twm-explore-content .twm-title-large h2 {
    color: var(--bs-body-bg);
    margin-bottom: 15px;
}

.twm-explore-content .twm-title-large p {
    color: #e7e7e7;
}

.twm-explore-content .twm-upload-file .site-button, .twm-explore-content .twm-upload-file .job_listing_packages_title .button, .job_listing_packages_title .twm-explore-content .twm-upload-file .button {
    color: rgba(0, 0, 0, 0) !important;
    transition: all 0.3s ease !important;
    text-shadow: 0 0 0 #1967d2, 400px 0 0 #1967d2;
    background-color: var(--bs-body-bg);
    outline: none;
    color: var(--bs-body-bg);
    padding: 15px 30px;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
    display: inline-table;
    border: none;
    font-size: 16px;
    font-weight: 600;
    transition: 0.5s all ease;
}

.content-inner-1 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.bg-cover {
    background-image: url(../images/bg-1.jpg);
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background-color: #1967d2;
    color: var(--bs-body-bg);
    padding: 0px !important;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    cursor: pointer;
    border-radius: 50%;
    opacity: 1;
    margin: 0 5px;
    font-weight: 500;
    box-shadow: 0px 0px 30px rgba(56, 152, 226, 0.3);
}


.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background-color: #1967d2;
    color: var(--bs-body-bg);
    padding: 0px !important;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    cursor: pointer;
    border-radius: 50%;
    opacity: 1;
    margin: 0 5px;
    font-weight: 500;
    box-shadow: 0px 0px 30px rgba(56, 152, 226, 0.3);
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.owl-btn-vertical-center .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    margin: -15px 0;
    left: 0;
}

.owl-btn-vertical-center .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    margin: -15px 0;
    right: 0;
}

.wt-small-separator {
    font-family: "Rubik", sans-serif;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
    color: #1967d2;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
}

.section-head.center h2 {
    padding-left: 10px;
    padding-right: 10px;
}

.section-head h2 {
    font-size: 30px;
    font-weight: 600;
    color: var(--main-color);
}

.home-client-carousel2 .client-logo {
    max-width: 130px;
    margin-left: auto;
    margin-right: auto;
}

.home-client-carousel2 .client-logo a {
    height: 100px;
    display: flex;
    justify-content: space-around;
}

.home-client-carousel2 .client-logo a img {
    width: auto;
    height: auto;
}

.owl-carousel .owl-item img {
    transform-style: inherit;
}

/* breadcrumb */
.breadcrumb {
    width: 100%;
    float: left;
    margin: 20px 0;
    padding: 7px;
    position: relative;
    display: block;
    background: rgba(0, 0, 0, .05)
}

.breadcrumb ol {
    list-style: none;
}

.breadcrumb li {
    height: 30px;
    line-height: 30px;
    float: left;
    padding: 0 12px;

}

.breadcrumb li.nav-breadcrumb {
    position: relative;
}

.breadcrumb li a {
    text-decoration: none;
}

.breadcrumb li .fa {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--bs-body-bg);
}

.breadcrumb a:hover {
    text-decoration: none;
}

/* Bredcrumb Fill 2 - style 1 */
.breadcrumb-fill2 {
    padding: 15px;
    background: #135fb4;
    background-image: linear-gradient(45deg, rgb(0 0 0 / 0%), #7cb5ea);
    color: var(--bs-body-bg);
    border-radius: 15px;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, .2);
}

.breadcrumb-fill2 .fa {
    position: absolute;
    background: #135fb4;
    padding: 25px;
    border-radius: 50%;
    left: -10px;
    top: -10px;
    font-size: 30px;
    line-height: 1;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, .2);
}

.breadcrumb-fill2, .breadcrumb-fill2 li, .breadcrumb-fill2 li.active, .breadcrumb-fill2 li a {
    color: var(--bs-body-bg);
}

.breadcrumb-fill2 li:first-child {
    margin-right: 30px;
}

.breadcrumb li.nav-breadcrumb:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 80%;
    background: var(--bs-body-bg);
    left: 0;
    transform: rotate(25deg);
}

/* //breadcrumb */
/* job */
.twm-employer-list-style1 {
    background-color: var(--bs-body-bg);
    border: 10px;
    box-shadow: 0px 15px 40px rgba(0, 51, 90, 0.15);
    position: relative;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-height: 150px;
}

.twm-employer-list-style1 .twm-media {
    width: 100px;
    height: 100px;
    display: block;
    text-align: center;
    background-color: var(--bs-body-bg);
    border-radius: 10px;
    box-shadow: 0px 15px 40px rgba(0, 51, 90, 0.15);
    margin-right: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    overflow: hidden;
}

.twm-employer-list-style1 .twm-media img {
    display: inline-block;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.twm-employer-list-style1 .twm-mid-content {
    padding-left: 110px;
}

.twm-mid-content a {
    color: #17171d;
    outline: 0px none;
    text-decoration: none;
}

.twm-employer-list-style1 p {
    font-size: 14px;
    margin-bottom: 10px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    overflow-y: clip;
    -webkit-box-orient: vertical;
}

.twm-tags {
    margin-top: auto;
}

.twm-tags a {
    padding: 5px 8px;
    text-transform: uppercase;
    font-size: 12px;
    background: rgba(25, 103, 210, 0.1);
    line-height: 1;
    border-radius: 6px;
    transition: all 0.5s;
    margin: 4px 4px 0px 0;
    display: inline-block;
}

.site-text-primary {
    color: #1967d2;
}

.twm-employer-list-style1 .twm-right-content {
    text-align: center;
    width: 100px;
}


.twm-employer-list-style1 .twm-right-content .twm-jobs-vacancies {
    font-weight: 500;
    color: #17171d;
    margin: 10px 0px;
    font-size: 14px;
}

.twm-employer-list-style1 .twm-right-content .twm-jobs-vacancies span {
    color: #00aa18;
    font-size: 16px;
    font-weight: 500;
    display: block;
    text-align: center;
    background: #deffe3;
    width: 35px;
    border-radius: 20px;
    height: 35px;
    line-height: 35px;
    margin-left: auto;
    margin-right: auto;
}


/* contact */
.twm-contact-one .contact-one-inner {
    padding-top: 50px;
    padding-bottom: 20px;
    position: relative;
}

.twm-contact-one .contact-one-inner:after {
    content: '';
    position: absolute;
    width: 420px;
    right: -15px;
    top: 0;
    bottom: 0;
    background-color: #f0f6fe;
    z-index: 0;
}

.twm-contact-one .contact-info-wrap {
    margin-left: 100px;
    margin-right: 25px;
    position: relative;
    z-index: 1;
}

.twm-contact-one .contact-info-wrap:before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: -57px;
    z-index: -1;
    width: 0;
    height: 0;
    border-left: 57px solid transparent;
    border-right: 0px solid transparent;
    border-top: 57px solid #d8d8d8;
}

.twm-contact-one .contact-info-wrap .contact-info {
    border-radius: 10px 10px 10px 0px;
    box-shadow: 0px 0px 25px rgba(56, 152, 226, 0.3);
    padding: 40px;
    background-color: var(--bs-body-bg);
}

.twm-contact-one .contact-info-section .c-info-column {
    padding: 0px 0px 0px 90px;
    color: #17171d;
    position: relative;
    min-height: 75px;
    margin-bottom: 40px;
}

.twm-contact-one .contact-info-section .c-info-column .c-info-icon.custome-size {
    font-size: 26px;
}

.twm-contact-one .contact-info-section .c-info-column .c-info-icon {
    position: absolute;
    font-size: 22px;
    left: 0px;
    top: 0px;
    color: #1967d2;
    width: 72px;
    height: 72px;
    line-height: 72px;
    border-radius: 10px;
    text-align: center;
    background-color: #f0f6fe;
    z-index: 1;
}

.contact-link {
    color: #1967d2;
}


/* single product */
div.product {
    margin-bottom: 0;
    position: relative;
}

div.product div.images .flex-control-thumbs {
    overflow: hidden;
    zoom: 1;
    margin: 0;
    padding: 0;
}

div.product div.images .flex-control-thumbs li {
    padding-left: 20px;
}


div.product div.images .flex-control-thumbs li img.flex-active, div.product div.images .flex-control-thumbs li img:hover {
    opacity: 1;
}

.woocommerce-product-gallery__image, div.product div.images .flex-control-thumbs li img {
    background: #f0f6ff;
}

div.product div.images .flex-control-thumbs li img {
    cursor: pointer;
    opacity: .5;
    margin: 0;
    width: 100%;
    height: 100px;
}

div.product div.images .flex-control-thumbs img {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}

@media (max-width: 768px) {
    div.product div.images img {
        height: 300px;
    }
}

@media (min-width: 768px) {
    div.product div.images img {
        height: 400px;
    }
}

.woocommerce-review__published-date {
    color: var(--main-color);
}

div.product div.images img {
    display: block;
    width: 100%;

    box-shadow: none;
}

div.product .product_title {
    clear: none;
    margin-top: 0;
    padding: 0;
    color: var(--main-color);
}

.single-product h1.product_title {
    font-size: 36px;
    margin-bottom: 5px;
}


.single-product div.product .woocommerce-product-rating {
    margin-bottom: 5px;
}



div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
    clear: left;
}

div.product div.images .flex-control-thumbs li {
    padding-left: 20px;
}

div.product div.images .flex-control-thumbs li {
    width: 33.3%;
    float: left;
    margin: 0;
    list-style: none;
}

div.product .woocommerce-tabs ul.tabs {
    padding: 4px;
    margin: 0 0 1.618em;
    overflow: visible;
    border: 1px solid #cedae8;
    border-radius: 28px;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    display: inline-block;
}

div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0 0 0 1em;
    margin: 0 0 1.618em;
    overflow: hidden;
    position: relative;
}












div.product .woocommerce-tabs ul.tabs:before {
    border-bottom: 0 solid #d3ced2;
}

div.product .woocommerce-tabs ul.tabs::before {
    position: absolute;
    content: " ";
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #d3ced2;
    z-index: 1;
}

div.product .woocommerce-tabs ul.tabs li:before {
    left: 0;
    border-bottom-right-radius: 0;
    border-width: 0 0 0 0;
    box-shadow: 0 0 0 #ebe9eb;
}

div.product .woocommerce-tabs ul.tabs li:after, div.product .woocommerce-tabs ul.tabs li:before {
    border: 0 solid #d3ced2;
    bottom: 0;
    width: 0;
    height: 0;
}

div.product .woocommerce-tabs ul.tabs li a {
    display: inline-block;
    padding: 10px 30px;
    font-weight: 700;
    color: #a5b7d2;
    text-decoration: none;
    font-family: "Red Hat Display", sans-serif;
    font-size: 16px;
    font-weight: 700;
    border-radius: 23px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
}

div.product .woocommerce-tabs ul.tabs li a {
    display: inline-block;
    padding: .5em 0;
    font-weight: 700;
    color: #515151;
    text-decoration: none;
}

a:visited {
    color: #00c3ff;
}

.woocommerce-tabs ul.tabs li:after {
    right: 0;
    border-bottom-left-radius: 0;
    border-width: 0 0 0 0;
    box-shadow: 0 0 0 #ebe9eb;
}

div.product .woocommerce-tabs ul.tabs li.active {
    background: transparent;
    border-bottom-color: transparent;
}

div.product .woocommerce-tabs ul.tabs li.active {
    background: var(--bs-body-bg);
    color: #515151;
    z-index: 2;
    border-bottom-color: var(--bs-body-bg);
}

div.product .woocommerce-tabs ul.tabs li.active:before {
    box-shadow: 0 0 0 var(--bs-body-bg);
}

div.product .woocommerce-tabs ul.tabs li.active::before {
    box-shadow: 2px 2px 0 var(--bs-body-bg);
}

.related.products {
    padding-top: 30px;
}

ul.products, .woocommerce-page ul.products {
    margin: 0;
    padding: 0;
}

.products ul, ul.products {
    margin: 0 0 1em;
    padding: 0;
    list-style: none outside;
    clear: both;
}

ul.products li.product, .woocommerce-page ul.products li.product {
    list-style: none;
    font-family: "Red Hat Display", sans-serif;
    text-align: center;
    margin-bottom: 35px;
}

ul.products li.first, .woocommerce-page ul.products li.first {
    clear: both;
}

ul.products li.product, .woocommerce-page ul.products li.product {
    /* float: left; */
    /* margin: 0 1.8% 1.8em 0; */
    padding: 0;
    position: relative;
    margin-left: 0;
    border-radius: 17px;
}

.product-border {
    border: 3px solid #f0f6ff;
    padding-bottom: 10px;
    border-radius: 17px;
    margin: 0 1.8% 1.8em 0;
}

ul.products li.product .product-media, .woocommerce-page ul.products li.product .product-media {
    position: relative;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    overflow: hidden;
    background: #f0f6ff;
    height: 300px;
    display: flex;
    justify-content: center;
}

ul.products li.product a img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 1em;
    box-shadow: none;
    padding: 10px;
}

ul.products li.product .wrapper-add-to-cart, .woocommerce-page ul.products li.product .wrapper-add-to-cart {
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background: rgba(240, 246, 255, .6);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}

ul.products li.product .add_to_cart_button, .woocommerce-page ul.products li.product .add_to_cart_button {
    margin-top: 0;
    padding: 5px 5px 5px 28px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

ul.products li.product .button {
    display: inline-block;
    margin-top: 1em;
}

.octf-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
    -webkit-transform: translate(-105%, 0);
    transform: translate(-105%, 0);
    background-color: rgba(255, 255, 255, .8);
}

.octf-btn-icon i {
    background: var(--bs-body-bg);
    color: #fe4c1c;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    margin-left: 14px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

ul.products li.product .woocommerce-loop-product__title, .woocommerce-page ul.products li.product .woocommerce-loop-product__title {
    font-size: 20px;
    line-height: 28px;
    color: var(--main-color);
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 3px;
    padding: 0;
    height: 50px;
    font-family: "Cairo", sans-serif;
}

ul.products li.product .star-rating {
    height: 14px;
    font-size: 14px;
}

ul.products li.product .star-rating {
    font-size: .857em;
}

.products .product .star-rating {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
}

.products .star-rating {
    display: block;
    margin: 0 0 .5em;
    float: none;
}

.star-rating {
    float: right;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.4em;
    font-family: star;
}

.star-rating span {
    color: #feb61c;
}

.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}

.description .woocommerce-description-amount {
    text-align: justify;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    overflow-y: clip;
    -webkit-box-orient: vertical;
    padding: 0 10px;
    color: #1a1b1e;
    font-family: 'Cairo';
}

div.product .woocommerce-tabs .panel {
    margin: 0 0 2em;
    padding: 0;
}

div.product .woocommerce-tabs ul.tabs {
    padding: 4px;
    margin: 0 0 1.618em;
    overflow: visible;
    border: 1px solid #cedae8;
    border-radius: 28px;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    display: inline-block;
}

div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0 0 0 1em;
    margin: 0 0 1.618em;
    overflow: hidden;
    position: relative;
}

#reviews #comments ol.commentlist {
    padding-left: 0;
}

#reviews #comments ol.commentlist {
    margin: 0;
    width: 100%;
    background: 0 0;
    list-style: none;
}

#reviews #comments ol.commentlist::after, #reviews #comments ol.commentlist::before {
    content: " ";
    display: table;
}

#reviews #comments ol.commentlist li {
    padding: 0;
    margin: 0 0 20px;
    border: 0;
    position: relative;
    background: 0;
    border: 0;
}

#reviews #comments ol.commentlist li img.avatar {
    width: auto;
    border-radius: 50%;
    padding: 0;
    border: none;
}

#reviews #comments ol.commentlist li img.avatar {
    float: left;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    padding: 3px;
    width: 45px;
    height: auto;
    background: #ebe9eb;
    border: 1px solid #e4e1e3;
    margin: 0;
    box-shadow: none;
}

#reviews #comments ol.commentlist li .comment-text {
    margin-left: 90px;
    padding: 20px 23px 3px;
}

#reviews #comments ol.commentlist li .comment-text {
    margin: 0 0 0 50px;
    border: 1px solid #e4e1e3;
    border-radius: 4px;
    padding: 1em 1em 0;
}

#reviews #comments ol.commentlist li .comment-text p.meta {
    font-size: .83em;
    display: flex;
}

#reviews #comments ol.commentlist li .comment-text p {
    margin: 0 0 1em;
}

#reviews #comments ol.commentlist li .meta {
    color: #767676;
    font-size: .75em;
}

.single-product .woocommerce-tabs .comment-reply-title {
    font-size: 24px;
    font-weight: 500;
    color: #1a1b1e;
}

#review_form #respond p {
    margin: 0 0 10px;
}

#commentform input,
#review_form #respond textarea {
    box-sizing: border-box;
    width: 100%;
    background: var(--bs-body-bg) !important;
}

#reviews #comment {
    height: 75px;
}

.comment-form p label {
    margin-left: 8px;
}

textarea {
    width: 100%;
    padding: 15px 20px;
    vertical-align: top;
}

.comment-respond .comment-reply-title {
    font-size: 28px;
    margin-bottom: 10px;
    font-family: OpenSans;
    margin-top: -5px;
    font-weight: 500;
    color: #1a1b1e;
}

#commentform input[type=text],
#commentform input[type=email],
#commentform input[type=url],
#commentform input[type=password],
#commentform input[type=search],
#commentform input[type=number],
#commentform input[type=tel],
#commentform input[type=range],
#commentform input[type=date],
#commentform input[type=month],
#commentform input[type=week],
#commentform input[type=time],
#commentform input[type=datetime],
#commentform input[type=datetime-local],
#commentform input[type=color],
#commentform textarea {
    color: #7e7e7e;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 9px 20px;
    box-sizing: border-box;
    outline: none;
}

body, button, input, select, optgroup, textarea {
    color: #606060;
    font-family: 'OpenSans';
    font-size: 16px;
    line-height: 1.875;
    font-weight: 400;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    box-sizing: border-box;
}

textarea {
    overflow: auto;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}



.row .twm-about-9-section {
    position: relative;
    z-index: 12;
    margin-left: 15px;
}

.row .twm-about-9-section .twm-media img {
    display: block;
    margin: 0px auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    margin-left: 0;
    width: 100%;
}

.elementor img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.row .twm-about-9-section .img-bg-circle {
    border-radius: 50%;
    background-color: #f9f9f9;
    max-width: 560px;
    height: 560px;
    width: 100%;
    position: absolute;
    display: block;
    margin: 0px auto;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
    z-index: -1;
}

.row .twm-about-9-section .twm-card-blocks-2 {
    background-color: var(--bs-body-bg);
    border: 10px;
    box-shadow: 0px 0px 40px rgba(56, 152, 226, 0.3);
    position: absolute;
    padding: 7px 20px;
    border-radius: 10px;
    right: 20px;
    top: 50%;
    min-width: 250px;
    transform: translateY(-50%);
}

.row .twm-about-9-section .twm-card-blocks-2 .twm-pics {
    margin-left: 15px;
    margin-right: 15px;
    display: flex;
    align-items: center;
}

.row .twm-about-9-section .twm-card-blocks-2 .twm-pics span {
    display: inline-block;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 2px solid var(--bs-body-bg);
    overflow: hidden;
    margin-left: -15px;
}

.row .twm-about-9-section .twm-card-blocks-2 .twm-pics span img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.twm-about-9-section-wrap>.row .twm-about-9-section .twm-card-blocks-2 .twm-content {
    display: flex;
    align-items: center;
    margin-top: 5px;
}

.twm-about-9-section-wrap>.row .twm-about-9-section .twm-card-blocks-2 .twm-content .tw-count-number {
    font-size: 38px;
    line-height: 38px;
    font-weight: 700;
    margin-right: 10px;
    color: var(--main-color);
}

.twm-about-9-section-wrap>.row .twm-about-9-section .twm-card-blocks-2 .twm-content .tw-count-number .counter {
    font-size: 38px;
    line-height: 40px;
    font-weight: 600;
}

.twm-about-9-section-wrap>.row .twm-about-9-section .twm-card-blocks-2 .twm-content .icon-content-info {
    color: #17171d;
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 600;
}

.twm-about-9-section-wrap>.row .twm-about-9-section-right {
    margin-left: 20px;
}

.twm-about-1-bottom-wrap {
    max-width: 830px;
    margin: 0px auto 30px;
}

.twm-about-9-section-wrap>.row .twm-about-9-section-right .twm-card-blocks {
    box-shadow: none;
    border: 1px solid #eaf1fb;
}

.twm-about-1-bottom-wrap .twm-card-blocks {
    display: flex;
    align-items: center;
    background-color: var(--bs-body-bg);
    box-shadow: 0px 15px 40px rgba(0, 51, 90, 0.15);
    position: relative;
    padding: 10px;
    border-radius: 10px;
}

.twm-about-1-bottom-wrap .twm-card-blocks .twm-icon {
    width: 64px;
    height: 64px;
    line-height: 64px;
    border-radius: 64px;
    background-color: #1967d200;
    text-align: center;
    margin-right: 10px;
}

.twm-about-1-bottom-wrap .twm-card-blocks .twm-content .tw-count-number {
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
}

.twm-about-1-bottom-wrap .twm-card-blocks .twm-content .icon-content-info {
    color: #17171d;
    margin-bottom: 0px;
    font-size: 14px;
}








.content-inner {}

.twm-for-employee-4 {
    max-width: 1560px;
    margin: 10px auto;
    border-radius: 20px;
    overflow: hidden;
}

.site-bg-light-purple {
    background-color: #f0f6fe;
}

.twm-for-employee-4 .twm-for-employee-content .twm-explore-right-section {
    position: relative;
    z-index: 1;
    height: 100%;
}

.twm-for-employee-4 .twm-for-employee-content .twm-explore-right-section .twm-media {
    text-align: center;
    position: relative;
    width: 100%;
}

.twm-for-employee-4 .twm-for-employee-content .twm-explore-right-section .twm-media .twm-bg-circle {
    z-index: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0%;
    width: 70.5%;
}

.twm-for-employee-4 .twm-for-employee-content .twm-explore-right-section .twm-media img {
    width: 100%;
}

.elementor img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.twm-for-employee-4 .twm-for-employee-content .twm-explore-right-section .twm-media .twm-employee-pic {
    position: relative;
    z-index: 1;
    width: 61.6%;
    left: 50%;
    transform: translateX(-50%);
}

.twm-shot-pic.anm {
    animation: mymove 3s infinite;
}

@keyframes mymove {
    0% {
        transform: translate3d(0, 0, 0);
    }

    50% {
        transform: translate3d(-10px, -10px, -10px);
    }

    100% {
        transform: translate3d(-0, -0, 0);
    }
}

.twm-for-employee-4 .twm-for-employee-content .twm-explore-right-section .twm-media .twm-shot-pic1 {
    top: 1%;
    right: 15%;
}

.twm-for-employee-4 .twm-for-employee-content .twm-explore-right-section .twm-media .twm-shot-pic1, .twm-for-employee-4 .twm-for-employee-content .twm-explore-right-section .twm-media .twm-shot-pic2, .twm-for-employee-4 .twm-for-employee-content .twm-explore-right-section .twm-media .twm-shot-pic3 {
    position: absolute;
}

.twm-for-employee-4 .twm-for-employee-content .twm-explore-right-section .twm-media .twm-shot-pic2 {
    top: 45%;
    left: 10%;
}

.twm-for-employee-4 .twm-for-employee-content .twm-explore-right-section .twm-media .twm-shot-pic3 {
    bottom: 35%;
    right: 10%;
}

.twm-for-employee-4 .twm-for-employee-content .twm-explore-right-section .counter-outer-two.one {
    top: 5%;
    left: 5%;
    z-index: 1;
}

.twm-for-employee-4 .twm-for-employee-content .twm-explore-right-section .counter-outer-two {
    position: absolute;
    background-color: var(--bs-body-bg);
    width: 220px;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 1px;
}

.twm-for-employee-4 .twm-for-employee-content .twm-explore-right-section .counter-outer-two .tw-count-number {
    font-size: 38px;
    line-height: 38px;
    font-weight: 700;
    font-family: "Rubik", sans-serif;
}

.text-clr-yellow-2 {
    color: #ffe119;
}

.twm-for-employee-4 .twm-for-employee-content .twm-explore-right-section .counter-outer-two.two {
    top: 35%;
    right: 0%;
    z-index: 2;
}

.twm-for-employee-4 .twm-for-employee-content .twm-explore-right-section .counter-outer-two.four {
    right: 0%;
    z-index: 2;
    bottom: 0;
}

.text-clr-green {
    color: #56d8b1;
}

.twm-for-employee-4 .twm-for-employee-content .twm-explore-right-section .counter-outer-two.three {
    bottom: 30%;
    left: 0%;
    z-index: 2;
}

.twm-for-employee-4 .twm-for-employee-content .twm-explore-right-section .counter-outer-two {
    position: absolute;
    background-color: var(--bs-body-bg);
    width: 220px;
    border-radius: 10px;
    padding: 15px;
    -webkit-box-shadow: 3px 3px 10px 3px #e7e7e7;
    -moz-box-shadow: 3px 3px 10px 3px #e7e7e7;
    box-shadow: 3px 3px 10px 3px #e7e7e7;
    animation: mymove 5s infinite;
}

.text-clr-pink {
    color: #bc84ca;
}

@media (max-width: 767px) {

    .twm-for-employee-4 .twm-for-employee-content .twm-explore-right-section .counter-outer-two {
        display: none;
    }
}

@media (min-width: 767px) {

    .twm-for-employee-4 .twm-for-employee-content .twm-explore-right-section .counter-outer-two {
        display: inline;
    }
}

.tw-count-number {
    color: var(--main-color)
}

div.resumes {
    margin-bottom: 1em;
}



.twm-candidates-grid-style1 {
    background-color: var(--bs-body-bg);
    position: relative;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 30px;
    box-shadow: 0px 15px 40px rgba(0, 51, 90, 0.15);
    height: calc(100% - 50px);
    display: flex;
    flex-direction: column;
}

.twm-candidates-grid-style1 .twm-media {
    display: inline-block;
    margin-bottom: 20px;
}

.twm-candidates-grid-style1 .twm-media .twm-media-pic {
    width: 90px;
    height: 90px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
    margin-top: -35px;
    margin-left: auto;
    margin-right: auto;
}

.twm-candidates-grid-style1 .twm-media .twm-media-pic img {
    display: inline-block;
}

.twm-candidates-grid-style1 .twm-media .twm-media-pic img {
    display: inline-block;
}

.elementor img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.twm-candidates-grid-style1 .twm-fot-content {
    background-color: #f3f8ff;
    padding: 10px;
    margin: 0px -20px -20px;
    border-radius: 0px 0px 10px 10px;
}

.twm-candidates-grid-style1 .twm-fot-content .twm-left-info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.twm-candidates-grid-style1 .twm-media .twm-candidates-tag span {
    color: #1967d2;
    border-radius: 5px;
    padding: 5px 12px;
    background-color: #f0f6fe;
    height: 150px;
    overflow: hidden;
}

.img-companys figure {
    position: relative;
    z-index: 12;
    margin-right: 15px;
}

.img-companys figure::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 20px;
    right: 20px;
    border: 5px solid var(--main-color);
    z-index: -1;
}

.img-companys img {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.img-companys:hover img {
    transform: translate(-19px, 19px);
}
 .twm-about-9-section-right  .description-list {
    margin-bottom:30px
 }
.twm-about-9-section-right  .description-list .d-flex{
    align-items: flex-start !important;
}
.twm-about-9-section-right .description-list .contant-img{
    position: absolute;
    width: 60px;
    height: 60px;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}
.twm-about-9-section-right .description-list p {
    text-align: justify;
    margin-left: 30px;
}
 
 /*  */

.description-list {
    box-shadow: 1px 1px 10px 1px #ededed;
    border-radius: 4px;
    margin-bottom: 20px;
}

.description-list .contant-icon {
    width: 50px !important;
    height: 50px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--main-color);
    color: #fff;
    border-radius: 4px;
    box-shadow: 0px 15px 40px rgba(0, 51, 90, .15);
    transform: translate(0, -10px);
    margin-right: 10px;
    transition: 0.5s;
}

.description-list:hover .contant-icon {
    transform: translate(0, 0);
}

.description-list .d-flex {
    position: relative;
}

.description-list .d-flex .hover {
    position: absolute;
    background-color: var(--main-color);
    transition: 0.5s;
}

.description-list .d-flex .top-hover {
    position: absolute;
    width: 0%;
    height: 1px;
    top: 0;
    transition-delay: 0s;
}

.description-list .d-flex:hover .top-hover {
    width: 100%;
}

.description-list .d-flex .bottom-hover {
     width: 0%;
    height: 1px;
    bottom: 0;
    left:0;
    transition-delay: 1s;
}

.description-list .d-flex:hover .bottom-hover {
    width: 100%;
}


.description-list .d-flex .left-hover {
    height: 0%;
    width: 1px;
    top: 0;
    left: 0;
    transition-delay: 0.5s;
}
.description-list .d-flex:hover .left-hover {
    height: 100%;
}
.description-list .d-flex .right-hover {
    height: 0%;
    width: 1px;
    bottom: 0;
    right: 0;
    transition-delay:1.5s;
}
.description-list .d-flex:hover .right-hover {
    height: 100%;
}