body {
    font-family: "Outfit", sans-serif;
    line-height: 1.8;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 900 !important;
}
a {
    text-decoration: none;
    transition: all 0.4s ease;
    font-weight: 800;
    color: #20212c;
}
img {
    width: 100%;
}
.accordion-button:focus {
    box-shadow: 0 1px 12px rgba(0, 0, 0, 0.097) !important;
}
section {
    padding-top: 40px;
    padding-bottom: 40px;
    z-index: 2; /* position: relative; */
}
h1 {
    font-size: 42px;
    font-weight: 600 !important;
    color: #fff;
}
ul {
    padding-left: 0 !important;
}
li {
    list-style: none !important;
}
.bg-cover {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.hero-section {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
} /* BANNER */
#home .home_banner_text h1 {
    font-size: 80px;
    font-weight: 900;
}
#home .home_banner_text h1 span {
    color: #3e8ef7;
}
#home .home_banner_text p {
    font-size: 22px;
    font-weight: 300;
    line-height: 38px;
}
#home .home_banner_text .btn-main {
    font-size: 20px;
    font-weight: 300;
    padding: 10px 35px;
}
.btn {
    padding: 14px 22px;
    transition: all 0.3s ease;
}
.btn-main {
    background: #3e8ef7;
    border-radius: 5px;
    border: none;
    font-weight: 300;
    color: #fff;
}
.btn:hover {
    color: #fff;
    transform: translateY(-5px);
}
.navbar {
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1);
} /* form */
#form {
    margin-top: 68px;
}
#form .info-detail {
    margin-bottom: 20px;
}
.build_sec .build_text p {
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    margin-top: 30px;
    line-height: 30px;
}
.build_sec .build_text {
    border-bottom: 1px solid #fff;
    padding: 0 0 20px;
}
.build_sec .happy-client h6 {
    font-size: 18px;
    color: #fff;
    font-weight: 600 !important;
    margin-top: 30px;
}
.build_sec .happy-client .logo-client {
    margin-top: 30px;
}
.build_sec .happy-client .logo-client ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.build_sec .happy-client .logo-client li {
    margin-right: 15px;
}
.build_sec .happy-client .logo-client li img {
    width: 80px;
    height: 80px;
    border-radius: 100px;
    box-shadow: 0 0 8px #fff;
}
.info-form {
    background: #d9d9d9;
    border-radius: 30px;
    padding: 50px 25px;
}
.info-form .info_form_text h5 {
    font-size: 24px;
    color: #1f2126;
    margin-bottom: 20px;
    font-weight: 700 !important;
}
.info-form .info-detail .text {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.info-form .info-detail .text span {
    font-size: 23px;
    margin-right: 10px;
}
.info-form .info-detail .text h5 {
    font-size: 16px;
    color: #1f2126;
    font-weight: 300 !important;
    margin-bottom: 9px;
}
.info-form .info-detail .info-title h6 {
    font-size: 12px;
    font-weight: 400 !important;
    color: #1f2126;
    text-align: center;
}
.info-form .form {
    margin-top: 20px;
}
.control-input .form-control::placeholder,
.control-input .form-select::placeholder,
.control-input textarea::placeholder {
    color: #555;
}
.control-input .form-control,
.control-input .form-select {
    box-shadow: 0 0 3px rgb(0 0 0 / 20%);
    border-radius: 5px;
    height: 50px;
    background-color: #fff;
    margin-bottom: 15px;
    color: #555 !important;
}
.control-input textarea {
    box-shadow: 0 0 3px rgb(0 0 0 / 20%);
    border-radius: 5px;
    width: 100%;
    margin-bottom: 15px;
    border: none;
    padding: 9px 15px;
    color: #555;
}
.info-form .form .submit-btn a {
    padding: 14px 20px;
    font-size: 18px;
    font-weight: 400;
}
.tech_testo-video iframe {
    border-radius: 10px;
} /* SERVICE */
#service {
    background-color: #f4f5f9;
}
.tgays-section {
    margin-bottom: 30px;
}
.tgays-section h1 {
    margin-bottom: 0;
    color: #1f2126;
}
.tgays-section span.tgays-section-subtitle {
    font-size: 20px;
    color: #1f2126;
}
.service-item .service-img img {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    overflow: hidden;
}
.service-content {
    padding: 60px 30px 30px;
    position: relative;
    background: #fff;
    border-radius: 0 0 8px 8px;
}
.service-item {
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
}
.service-content h4 {
    font-size: 19px;
    margin-bottom: 15px;
    color: #1f2126;
    font-weight: 600 !important;
}
.service-content p {
    line-height: 25px;
    font-weight: 400;
    font-size: 17px;
    font-weight: 300 !important;
    color: #7d7f85;
}
.service-content .service-content-icon {
    position: absolute;
    top: -45px;
    right: 15px;
    width: 90px;
    height: 90px;
    background-color: #1f2126;
    border-radius: 50%;
    border: 5px solid #fff;
    text-align: center;
    display: grid;
    place-items: center;
    font-size: 32px;
    color: #fff;
}
.service-content .service-content-icon span {
    width: 80px;
    height: 80px;
    line-height: 91px;
}
.service-content span.service-shape-1 {
    position: absolute;
    content: "";
    bottom: -25px;
    right: -20px;
    width: 60px;
    height: 60px;
    border: 5px solid #3e8ef7;
    border-radius: 50%;
    opacity: 0.12;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
.service-content span.service-shape-2 {
    position: absolute;
    content: "";
    bottom: 0;
    right: -35px;
    width: 60px;
    height: 60px;
    border: 5px solid #1f2126;
    border-radius: 50%;
    opacity: 0.12;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
.service-content:hover .service-content-icon {
    background: #3e8ef7;
    color: #fff;
}
.service-content:hover span.service-shape-1,
.service-content:hover span.service-shape-2 {
    opacity: 1;
} /* project area start */
.tech-project-item .tech-project-img img {
    min-height: 450px;
    object-fit: cover;
    height: 450px;
}
.case-study-text h1 {
    color: #1f2126;
    margin-bottom: 25px;
}
.tech-tool-text h1 {
    color: #1f2126;
    margin-bottom: 0;
}
.tech-tool-text span {
    font-size: 20px;
    color: #1f2126;
}
.tech-project-item {
    position: relative;
    overflow: hidden;
    margin: 13px;
}
.ns-project-content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.tech-project-item:hover .tech-project-content-info {
    bottom: 0;
}
.tech-project-content-info {
    background-color: rgb(36, 36, 36);
    opacity: 0.89;
    padding: 20px 40px 20px 40px;
    border-top: 3px solid #fff;
    position: absolute;
    left: 0;
    bottom: -112px;
    right: 0;
    z-index: 1;
    -webkit-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
    -ms-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
    border-top-right-radius: 100px;
    margin-right: 50px;
}
.ns-project-content-title {
    color: #fff;
    font-size: 22px;
    margin-bottom: 5px;
}
.ns-project-content-info span {
    color: #3e8ef7;
    display: inline-block;
    font-size: 17px;
}
.tech-project-item:hover .tech-project-content-btn a {
    transform: scale(1);
}
.tech-project-content-btn a {
    position: absolute;
    top: 40px;
    left: 45px;
    z-index: 3;
    width: 40px;
    height: 40px;
    background-color: #fff;
    display: inline-block;
    border-radius: 50%;
    line-height: 45px;
    text-align: center;
    color: #3e8ef7;
    font-size: 18px;
    transition: all 0.4s linear 0s;
}
.tech-project-item:hover .tech-project-content-btn {
    right: -95px;
}
.tech-project-content-btn {
    position: absolute;
    right: -210px;
    bottom: -100px;
    width: 200px;
    height: 200px;
    background: #3e8ef7;
    border-radius: 50%;
    z-index: 2;
    -webkit-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
    -ms-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
}
.tech-project-item:hover .tech-project-shape-1 {
    top: -245px;
}
.tech-project-shape-1 {
    background-color: #3e8ef7;
    opacity: 0.922;
    top: -245px;
    top: -350px;
    right: -120px;
    z-index: 2;
    -webkit-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
    -ms-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
}
.tech-project-shape {
    position: absolute;
    content: "";
    width: 330px;
    height: 330px;
    border-radius: 50%;
}
.tech-project-item:hover .tech-project-shape-2 {
    right: -210px;
}
.tech-project-shape-2 {
    background-color: #242424;
    opacity: 0.922;
    top: -170px;
    right: -210px;
    right: -350px;
    z-index: 1;
    -webkit-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
    -ms-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
}
.tech-project-content-title {
    color: #fff;
    font-size: 22px;
    margin-bottom: 5px;
    font-weight: 500 !important;
}
.tech-project-content-title a {
    color: #fff;
    font-weight: 300 !important;
}
.tech-project-content-info span {
    color: #3e8ef7;
    display: inline-block;
    font-size: 17px;
} /* Management Area Start */
.tech-management-area {
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding-top: 95px;
    padding-bottom: 50px;
}
.management-bg {
    position: absolute;
    right: 390px;
    top: 0;
    z-index: -1;
    height: 100%;
}
.tech-management-head-icon {
    position: absolute;
    top: 0;
    right: 188px;
    background: #3e8ef7;
    width: 190px;
    height: 180px;
    display: grid;
    place-items: center;
}
.tech-section-subtitle {
    display: inline-block;
    font-size: 19px;
    font-weight: 500;
    color: #3e8ef7;
    position: relative;
    margin-bottom: 8px;
}
p.tech-section-text {
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
    color: #1f2126;
}
.tech-management-area .tech-section {
    margin-bottom: 35px;
}
.tech-management-content ul li {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 20px;
    padding-bottom: 25px;
}
.tech-management-content ul li::before {
    position: absolute;
    content: "";
    left: 11px;
    top: 0;
    width: 2px;
    height: 100%;
    background: #848484;
    z-index: -1;
}
.tech-management-content ul li:last-child::after {
    position: absolute;
    left: 5px;
    bottom: -5px;
    content: "";
    background-image: url(../images/arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 14px;
    height: 18px;
    z-index: 9;
}
.tech-management-content-icon {
    display: inline-block;
    width: 0;
    height: 26px;
    flex: 0 0 25px;
    background-color: #3e8ef7;
    border-radius: 50%;
    line-height: 31px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}
.tech-management-content-info h5 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 300 !important;
}
.tech-management-list {
    display: flex;
    gap: 30px;
    margin-top: 60px;
}
.tech-management-list-item {
    min-width: 160px;
    background-color: #fefefe;
    padding: 25px 20px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #dddddd;
}
.tech-management-list-item span {
    width: 70px;
    height: 70px;
    background-color: #1f2126;
    border-radius: 50%;
    display: grid;
    place-items: center;
    margin: 0 auto;
    margin-bottom: 10px;
    font-size: 29px;
    color: #fff;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
.tech-management-list-item h5 {
    font-size: 18px;
    color: #1f2126;
    margin-bottom: 0;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    font-weight: 500 !important;
}
.tech-management-list-item h5 a {
    font-weight: 500 !important;
}
.tech-management-img {
    position: absolute;
    right: 0;
    top: 180px;
    border: 10px solid #fff;
    border-right: 0;
}
.tech-management-img-icon {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 160px;
    height: 160px;
    display: grid;
    place-items: center;
    background: #3e8ef7;
}
.tech-management-list-item:hover {
    background-color: #3e8ef7;
    border-color: #3e8ef7;
}
.tech-management-list-item:hover span {
    color: #3e8ef7;
    background-color: #fff;
}
.tech-management-list-item:hover h5,
.tech-management-list-item:hover h5 a {
    color: #fff;
}
.tech-management-area h2 {
    color: #fff;
    margin-bottom: 25px;
    font-size: 40px;
    font-weight: 600 !important;
}
.tech-management-area p {
    font-size: 19px;
    color: #fff;
    margin-bottom: 50px !important;
} /* Technologies and Tools */
#technologies-tool {
    padding-bottom: 80px;
}
.tech-feature-item {
    padding: 30px 30px 75px;
    background-color: #fff;
    padding: 30px 35px 75px;
    border-radius: 5px;
    text-align: center;
    position: relative;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    z-index: 2;
    height: 390px;
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
}
.tech-feature-item::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 5px;
    background-color: #3e8ef7;
    border-radius: 0 0 5px 5px;
    -webkit-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
    -ms-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
    z-index: -1;
}
.tech-feature-item-img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    z-index: -2;
    visibility: hidden;
    opacity: 0;
    transform: scale(0.8);
    -webkit-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
    -ms-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
}
.tech-feature-item:hover .tech-feature-item-img {
    opacity: 1;
    visibility: visible;
    height: 100%;
    transform: scale(1);
}
.tech-feature-item:hover::before {
    opacity: 0.871;
    background-color: #3e8ef7;
    height: 100%;
    border-radius: 5px;
}
.tech-feature-item:hover h4 {
    color: #fff;
}
.tech-feature-item-title {
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 500 !important;
    text-align: left;
}
.tech-feature-item:hover .tech-feature-item-icon {
    background-color: #3e8ef7;
}
.tech-feature-item-icon {
    position: absolute;
    left: 0;
    bottom: -37px;
    right: 0;
    width: 86px;
    height: 86px;
    background-color: #3e8ef7;
    text-align: center;
    border-radius: 50%;
    border: 6px solid #fff;
    margin: 0 auto;
    display: grid;
    place-items: center;
    font-size: 38px;
    color: #fff;
    -webkit-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
    -ms-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
    z-index: 5;
}
.tech-feature-item ul li {
    font-size: 16px;
    color: #1f2126;
    text-align: left;
    display: flex;
    line-height: 21px;
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
}
.tech-feature-item:hover ul li {
    color: #fff;
}
.tech-feature-item ul li span {
    padding-right: 6px;
    font-size: 31px;
    height: 36px;
    line-height: 30px;
    font-weight: 300;
    position: absolute;
    top: -7px;
    left: 0;
}
.tech-feature-item:hover .shape1 {
    display: none;
}
.tech-feature-item .shape1 {
    position: absolute;
    top: 50px;
    right: 31px;
    opacity: 0.7;
    z-index: 1;
    width: 75%;
}
.tech-feature-item .shape1 img {
    width: 75%;
}
.tech-tool-text h1 {
    color: #1f2126;
}
#call-action.second-call-action {
    padding: 75px 0;
}
#call-action span.call-cta-contact {
    margin-bottom: 20px !important;
}
.featured-clients-section {
    padding: 25px 0 50px !important;
    position: relative;
    background: #011031;
}
.featured-clients-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    opacity: 0.08;
    background: url(../images/counter_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
}
.featured-clients-section h1.heading-title {
    color: #fff;
    margin: 10px 0 40px;
    text-align: center;
}
.featured-clients-section .client_box {
    margin-bottom: 35px;
}
.featured-clients-section .client_box .client-img {
    width: 41%;
    margin: 0 auto;
    border-radius: 100%;
    padding: 10px;
    background: #fff;
}
.featured-clients-section .client_box .client-img img {
    width: 100%;
    border-radius: 100%;
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
}
.featured-clients-section .client_box .client_dt {
    background: #fff;
    padding: 49px 20px 20px 20px;
    border-radius: 10px;
    text-align: center;
    margin-top: -41px;
    color: #555;
}
.featured-clients-section .name-cl h5 {
    font-size: 15px;
    font-weight: 600 !important;
    color: #555;
}
.featured-clients-section .name-cl h6 {
    font-size: 15px;
    font-weight: 300 !important;
} /* Testimonials and Reviews */
.review-box {
    background-color: #fff;
    box-shadow: 0 0 3px rgb(0 0 0 / 20%);
    border-radius: 5px;
    padding: 35px 20px;
    margin: 12px;
}
.review-img {
    position: relative;
}
.review-img img {
    border-radius: 5px;
}
.review-img .icon {
    background: #3e8ef7;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    width: 59px;
    height: 59px;
    border-radius: 50%;
    text-align: center;
    display: grid;
    place-items: center;
    font-size: 24px;
    color: #fff;
    margin: 0 auto;
    border: 5px solid #fff;
    transition: all 0.3s linear 0s;
}
.testomonial-content .text-box p {
    font-size: 15px;
    font-weight: 300 !important;
    color: #7d7f85;
    margin-bottom: 10px;
}
.testomonial-content .text-box {
    border-bottom: 1px solid #ddd;
}
.testimonial-admin {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.testimonial-admin .testimonial-admin-review h4 {
    font-size: 16px;
    font-weight: 500 !important;
    margin-bottom: 0;
}
.testimonial-admin .testimonial-admin-review span {
    font-size: 13px;
    color: #1f2126;
    font-weight: 300 !important;
}
.testimonial-admin .rating span {
    font-size: 13px;
    color: #3e8ef7;
} /* Testimonials and Reviews END */ /* Call To Action */
.call-section-subtitle {
    font-size: 19px;
    color: #3e8ef7;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 15px;
}
.call-cta-contact {
    display: block;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 40px;
}
.free-call-section .call-cta-contact {
    margin-bottom: 0 !important;
}
.call-cta-contact a {
    color: #fff;
    font-weight: 500 !important;
}
#call-action {
    padding: 75px 0;
} /* price area start */
.tech-blog-content .btn-main {
    padding: 8px 27px;
    font-weight: 500;
}
.tech-price-item-4 {
    border: 1px solid #eaeaea;
    text-align: center;
    margin-bottom: 40px;
}
.tech-price-item-heading-4 {
    display: inline-block;
    height: 50px;
    background-color: #242424;
    line-height: 50px;
    padding: 0 45px;
    font-size: 22px;
    color: #fff;
    font-weight: 500;
    position: relative;
    z-index: 1;
    font-family: "Inter", sans-serif;
    margin-bottom: 42px;
}
.tech-price-item-heading-4::after {
    position: absolute;
    content: "";
    bottom: -20px;
    right: 0;
    left: 0;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    background-color: #1f2126;
    width: 40px;
    height: 20px;
    margin-left: auto;
    margin-right: auto;
}
.tech-price-item-price-4 {
    color: #1f2126;
    margin-top: 0px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.tech-price-item-price-4 span {
    font-size: 20px;
    display: inline-block;
}
.tech-price-item-plan-4 {
    height: 50px;
    line-height: 50px;
    background-color: #3e8ef7;
}
.tech-price-item-plan-4 span {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
}
.tech-price-item-content-4 {
    padding: 30px 30px 10px;
}
.tech-price-item-content-4 ul li {
    color: #7d7f85;
    height: 40px;
    line-height: 40px;
    text-align: left;
}
.tech-price-item-btn-4 {
    margin-bottom: 50px;
}
.tech-price-item-btn-4 a.btn-main {
    line-height: 50px;
    height: 50px;
    font-size: 17px;
    padding: 0 55px;
}
.tech-price-item-btn-4 a.btn-main.black {
    background-color: #1f2126 !important;
}
.tech-price-item-4.tech-fetured {
    border-color: #3e8ef7;
}
.tech-price-item-heading-4.tech-price-featured {
    background-color: #3e8ef7;
}
.price-section-subtitle {
    color: #3e8ef7;
    font-size: 22px;
} /* blog area start */
.tech-blog-item {
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    margin: 12px;
}
.tech-blog-img {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    overflow: hidden;
    position: relative;
    z-index: 5;
}
.tech-blog-tag {
    position: absolute;
    right: 30px;
    bottom: 0;
    height: 35px;
    padding: 0 20px;
    background-color: #3e8ef7;
    color: #fff;
    line-height: 35px;
    font-weight: 500;
    border-radius: 5px 5px 0 0;
    display: inline-block;
}
.tech-blog-img-shape-1 {
    position: absolute; /*     right: -140px; */
    bottom: -110px;
    right: -250px;
    width: 240px;
    height: 240px;
    background: #3e8ef7;
    border-radius: 50%;
    content: "";
    z-index: 2;
    -webkit-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
    -ms-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
    opacity: 0;
    visibility: hidden;
}
.tech-blog-img-shape-2 {
    position: absolute;
    right: -70px; /*     bottom: -155px; */
    bottom: -250px;
    width: 240px;
    height: 240px;
    background: #242424;
    border-radius: 50%;
    content: "";
    z-index: 1;
    -webkit-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
    -ms-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
    opacity: 0;
    visibility: hidden;
}
.tech-blog-item:hover .ns-blog-img-shape-1 {
    opacity: 1;
    visibility: visible;
    right: -140px;
}
.tech-blog-item:hover .ns-blog-img-shape-2 {
    opacity: 1;
    visibility: visible;
    bottom: -155px;
}
.tech-blog-content {
    padding: 34px 30px 34px;
    position: relative;
    z-index: 5;
}
.tech-blog-content-meta {
    margin-bottom: 8px;
}
.tech-blog-content-meta span {
    display: inline-block;
    font-size: 16px;
    color: #7d7f85;
}
.tech-blog-content-meta span a {
    font-weight: 500 !important;
    color: #7d7f85;
}
.tech-blog-admin {
    margin-right: 10px;
}
.tech-blog-content-title {
    font-size: 22px;
    color: #1f2126;
    margin-top: 0px;
    line-height: 1.2;
    font-weight: 700 !important;
    text-transform: capitalize;
}
.tech-blog-content-title a {
    font-weight: 700 !important;
}
.tech-blog-content p {
    font-size: 17px;
    line-height: 29px;
    margin-bottom: 15px;
    color: #7d7f85;
    font-weight: 400;
}
.tech-blog-shape-1 {
    position: absolute;
    right: 5px;
    bottom: -35px;
    bottom: -80px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    width: 70px;
    height: 70px;
    background-color: #3e8ef7;
    z-index: -1;
    -webkit-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
    -ms-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
    opacity: 0;
    visibility: hidden;
}
.tech-blog-shape-2 {
    position: absolute;
    right: -25px;
    bottom: -40px;
    right: -50px;
    width: 50px;
    height: 100px;
    background: #242424;
    transform: rotate(45deg);
    z-index: -2;
    -webkit-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
    -ms-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
    opacity: 0;
    visibility: hidden;
}
.tech-blog-item:hover .ns-blog-shape-1 {
    opacity: 1;
    visibility: visible;
    bottom: -35px;
}
.tech-blog-item:hover .ns-blog-shape-2 {
    opacity: 1;
    visibility: visible;
    right: -25px;
} /* about area star */
.tech-section-subtitle {
    display: inline-block;
    font-size: 19px;
    font-weight: 500 !important;
    color: #3e8ef7;
    position: relative;
    margin-bottom: 8px;
}
.tech-about-wrap .tech-section-text {
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
    color: #7d7f85;
}
.tech-about-wrap h1 {
    color: #1f2126;
    margin-bottom: 20px;
}
.tech-about-wrap .tech-section {
    margin-bottom: 30px;
}
.tech-about-content-info {
    display: flex;
    gap: 30px;
    margin-bottom: 55px;
}
.tech-about-content-tab {
    padding: 27px 25px 40px;
    background: #f4f5f9;
    position: relative;
    height: 100px;
}
.tech-about-content-tab-title {
    font-size: 17px;
    margin-bottom: 0;
    text-align: center;
    color: #1f2126;
    margin-top: 0px;
    line-height: 1.2;
    font-weight: 300 !important;
    text-transform: capitalize;
}
.tech-about-content-tab-title a {
    font-weight: 300 !important;
}
.tech-about-content-tab-icon {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -25px;
    width: 50px;
    height: 50px;
    font-size: 25px;
    background: #242424;
    border-radius: 50%;
    display: grid;
    place-items: center;
    margin: 0 auto;
    color: #fff;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
.tech-about-content-list {
    margin-bottom: 30px;
}
.tech-about-content-list ul li {
    display: flex;
    align-items: center;
    line-height: 1;
    margin-bottom: 20px;
    gap: 12px;
    font-size: 19px;
    color: #1f2126;
}
.tech-about-content-list ul li span {
    background-color: #3e8ef7;
    color: #fff;
}
.tech-about-content-info-right .inner-title {
    background-color: #3e8ef7;
    font-size: 17px;
    padding: 15px 30px;
    text-align: center;
    margin-bottom: 0;
    color: #fff;
    line-height: 1.2;
    font-weight: 300 !important;
    text-transform: capitalize;
}
.tech-about-info-inner {
    padding: 14px 20px 32px;
    background: #f4f5f9;
    position: relative;
}
.tech-about-info-inner p {
    font-size: 18px;
    margin-bottom: 0;
    color: #555555;
    font-weight: 400 !important;
    line-height: 28px;
}
.tech-about-content-bottom {
    display: flex;
    gap: 40px;
    border-top: 1px solid #dddddd;
    padding-top: 20px;
}
.tech-about-content-admin {
    display: flex;
    align-items: center;
    gap: 15px;
}
.tech-about-content-admin-img {
    width: 80px;
    height: 80px;
    flex: 0 0 80px;
    border: 4px solid #3e8ef7;
}
.tech-about-content-admin-info .tech-about-admin-title {
    font-size: 18px;
    margin-bottom: 0;
    color: #000;
    margin-top: 0px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: capitalize;
}
.tech-about-content-admin-info span {
    font-size: 14px;
    display: inline-block;
}
.tech-about-info-inner-btn {
    position: absolute;
    left: 20px;
    bottom: -20px;
    width: 40px;
    height: 40px;
    background: #3e8ef7;
    text-align: center;
    line-height: 40px;
    color: #fff;
    border-radius: 50%;
}
.about-img-1 img {
    border-radius: 15px;
}
.about-img-1 a {
    margin-top: 20px;
    width: 100%;
    font-size: 19px;
}
.about-img-1.girl_img {
    margin-top: 120px;
} /* Contact Section */
#contact-form {
    position: relative;
}
#contact-form::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 46%;
    width: 100%;
    max-height: 410px;
    background-image: url(../images/shape-8.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-color: #3e8ef7;
    opacity: 0.85;
}
#contact-form .sec-title {
    margin-bottom: 40px;
    position: relative;
}
#contact-form .sec-title .sub-title {
    color: #ffffff;
}
#contact-form .sec-title .text {
    margin-top: 15px;
    font-size: 17px;
    color: #fff;
    font-weight: 300;
}
#contact-form .icon {
    text-align: center;
    padding: 30px 13px;
    background-color: #242424;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#contact-form .icon ion-icon {
    font-size: 40px;
    color: #ffffff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#contact-form .icon h5 {
    color: #ffffff;
    margin-bottom: 0;
    margin-top: 8px;
    font-size: 15px;
    font-weight: 500 !important;
}
#contact-form iframe {
    position: relative;
    min-height: 270px;
    width: 100%;
    display: block; /* -webkit-filter: grayscale(100%);    filter: grayscale(100%); */
    margin-top: 30px;
}
.contact-form-four {
    background-color: #000000;
    padding: 55px 55px 48px;
    position: relative;
    visibility: visible;
}
.contact-form-four .title-box {
    margin-bottom: 25px;
    position: relative;
}
.contact-form-four .title-box h3 {
    font-size: 34px;
    font-weight: 700 !important;
    color: #fff !important;
    text-transform: capitalize !important;
}
.contact-form-four .form-group {
    position: relative;
    margin-bottom: 20px;
}
.contact-form-four .form-group input,
.contact-form-four .form-group textarea,
.contact-form-four .form-group select {
    position: relative;
    display: block;
    height: 54px;
    width: 100%;
    padding: 15px 15px;
    font-size: 14px;
    color: #fff;
    line-height: 22px;
    font-weight: 400;
    background-color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.15);
    margin-bottom: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.btn-style-two {
    background: #3e8ef7;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 24px;
    overflow: hidden;
    padding: 15px 50px;
    position: relative;
    text-transform: uppercase;
    z-index: 0;
    border: none;
}
#contact-form .sec-title h2 {
    font-size: 31px;
    font-weight: 600 !important;
    color: #fff;
}
#contact-form .social-section {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-top: 35px;
}
#contact-form .social-section .tech-social a {
    font-size: 14px;
    border-radius: 50%;
    background-color: #fff;
    padding: 10px;
    margin-right: 4px;
}
#contact-form .social-section span {
    color: #fff;
    font-size: 18px;
}
#contact-form .social-section .tech-social a.facebook {
    color: #5890ff;
    padding: 8px 11px 4px;
}
#contact-form .social-section .tech-social a.linkdin {
    color: #0077b5;
    padding: 8px 9px 4px;
}
#contact-form .social-section .tech-social a.twitter {
    color: #0077b5;
    padding: 8px 8px 4px;
}
#contact-form .social-section .tech-social a.youtube {
    color: #ff0000;
    padding: 8px 8px 4px;
} /* FAQ */ /* .faq-bg{    position: absolute;    top: 0;    right: -100px;    width: 90%;    opacity: .7;} */
#faq .tech-section {
    margin-bottom: 28px;
}
#faq h1.tech-section-title {
    color: #1f2126;
}
.faqs-section {
    position: relative;
}
.faqs-section .faq-column {
    position: relative;
}
.order-4 {
    order: 4 !important;
}
.faqs-section.style-two .faq-column .inner-column {
    padding-top: 0px;
}
.faqs-section .faq-column .inner-column {
    position: relative;
    padding: 70px 70px 60px 10px;
    padding-right: 0;
}
.sec-title {
    margin-bottom: 40px;
    position: relative;
}
.faqs-section.style-two .image-column {
    position: relative; /*     margin-bottom: 50px; */
}
.faqs-section.style-two .image-column .inner-column .image {
    position: relative;
    margin-bottom: 10px;
}
.faqs-section.style-two figure {
    margin: 0 0 1rem;
}
.faqs-section.style-two .image-column .inner-column .image img {
    width: 100%;
}
.faqs-section.style-two .image-column .info-box {
    background-color: #3e8ef7; /*     background-image: url(../images/icons/icon-lines-5.png);    background-repeat: no-repeat;    background-position: left top; */
    padding: 45px 45px;
    position: relative;
}
.faqs-section.style-two .image-column .info-box .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    min-height: 140px;
    padding-right: 140px;
    position: relative;
    text-align: right;
}
.faqs-section.style-two .image-column .info-box .icon {
    background-color: #fff;
    border-radius: 50%;
    color: #3e8ef7;
    font-size: 58px;
    height: 100px;
    position: absolute;
    right: 0;
    top: 14px;
    width: 103px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 300ms ease;
}
.faqs-section.style-two .image-column .info-box .title {
    font-size: 31px;
    color: #fff;
    padding-left: 68px;
    font-weight: 500 !important;
}
.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
    transition: all 0.5s;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}
.accordion-button::after {
    transition: all 0.5s;
}
.accordion-button:not(.collapsed) {
    color: #fff !important;
    background-color: #3e8ef7 !important;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-item {
    background-color: #fff !important;
    margin-bottom: 20px;
    border: none;
    box-shadow: 0 1px 12px rgba(0, 0, 0, 0.097);
}
.accordion-body {
    padding: 1rem 1.25rem;
    color: #7d7f85 !important;
    font-weight: 400 !important;
    font-size: 18px !important;
}
.accordion-button {
    color: #1f2126 !important;
    font-size: 18px;
}
#faq {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
} /* PARTNER LOGO */
#service-logo {
    padding-top: 25px;
    padding-bottom: 10px;
}
.service-partner-box .crumina-heading {
    margin-bottom: 25px;
}
.our-brand-logo h1 {
    color: #1f2126;
    text-align: center;
}
.service-partner-logo figure {
    text-align: center;
    margin-bottom: 25px;
}
.service-partner-logo img {
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
    padding: 15px;
    border-radius: 6px;
    background: #fff;
} /* counter area start */
.tech-counter-item {
    position: relative;
    z-index: 1;
}
.tech-counter-item-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.tech-counter-item-img img {
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}
.tech-counter-item:hover .tech-counter-item-content {
    background-color: rgb(62 142 247 / 80%);
}
.tech-counter-item-content {
    background: #fff;
    padding: 50px 10px 30px;
    text-align: center;
    transition: all 0.3s linear 0s;
    box-shadow: 0 0 3px rgb(0 0 0 / 20%);
    border-radius: 5px;
    height: 150px;
}
.tech-counter-item:hover .tech-counter-title {
    color: #fff;
}
.tech-counter-title {
    font-size: 30px;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    transition: all 0.3s linear 0s;
}
.tech-counter-item:hover .tech-counter-subtitle {
    color: #fff;
}
.tech-counter-item:hover .shape1 {
    display: none;
}
.tech-counter-subtitle {
    font-size: 17px;
    font-weight: 500;
    display: inline-block;
    transition: all 0.3s linear 0s;
}
.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.tech-counter-item:hover .tech-counter-title {
    color: #fff;
}
.tech-counter-item:hover .tech-counter-icon {
    background-color: #3e8ef7;
}
.tech-counter-icon {
    position: absolute;
    left: 0;
    right: 0;
    top: -40px;
    width: 80px;
    height: 80px;
    background: #1f2126;
    border-radius: 50%;
    text-align: center;
    display: grid;
    place-items: center;
    font-size: 27px;
    color: #fff;
    margin: 0 auto;
    border: 5px solid #fff;
    transition: all 0.3s linear 0s;
}
.shape1 {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.1;
    z-index: 1;
    border-radius: 8px;
}
.counter-area {
    padding-top: 70px;
    padding-bottom: 40px;
} /* newlatter */
.newslatter-box {
    overflow: hidden;
    position: relative;
}
.newslatter-box .news-bg {
    position: absolute;
    top: 0;
}
.news-wrap {
    background-color: #3e8ef7;
    padding: 34px 42px 27px;
    border-radius: 20px;
}
.news-wrap .row {
    align-items: center;
}
.tech-newsletter-title {
    color: #fff;
    font-size: 36px;
    line-height: 1.1;
    margin-bottom: 0;
    z-index: 9;
    position: relative;
    font-weight: 500 !important;
    padding-right: 165px;
}
.tech-newsletter-input {
    display: flex;
    width: 100%;
    z-index: 9;
    position: relative;
    justify-content: end;
}
.tech-newsletter-input input {
    width: calc(100% - 99px);
    border: none;
    padding: 0 15px;
    height: 50px;
    display: grid;
    place-items: center;
    font-size: 17px;
    color: #7d7f85;
    border-radius: 3px 0 0 3px;
}
.tech-newsletter-input button {
    width: 100px;
    height: 50px;
    font-size: 14px;
    font-weight: 500;
    display: grid;
    place-items: center;
    background-color: #1f2126;
    border: none;
    color: #fff;
    border-radius: 0 4px 4px 0;
}
.tech-newsletter-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.tech-newsletter-content span {
    font-size: 60px;
    color: #fff;
}
.tech-newsletter-content h3 {
    width: 87%;
} /* FOOTER */
footer.bg-cover {
    background-attachment: initial;
}
footer {
    padding: 20px 0;
}
.footer-copyright p {
    color: #fff;
    margin-bottom: 0;
    text-align: center;
}
.footer-copyright p a {
    color: #fff;
    font-weight: 400;
}
.logo-tgys img {
    width: 76%;
} /* Achievements */
#achievements h1.section-title {
    color: #1f2126;
    margin-bottom: 25px;
}
#achievements img {
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
    border-radius: 5px;
    margin-bottom: 20px;
}
.case-studies h1.section-title {
    color: #1f2126;
    margin-bottom: 25px;
} /* Recommendation to be opened */
#recommendation .about-left-img-wrap {
    max-width: 400px;
    width: 100%;
    position: relative;
    margin: 0 auto;
}
#recommendation .about-left-img-wrap .big-img {
    border-radius: 190px;
    position: relative;
}
#recommendation .about-left-img-wrap .big-img img {
    border-radius: 190px;
}
#recommendation .img-fluid {
    max-width: 100%;
    height: auto;
}
#recommendation .about-left-img-wrap .big-img::after {
    content: "";
    background: linear-gradient(180deg, rgba(34, 38, 42, 0.6) 0%, rgba(34, 38, 42, 0.1) 100%);
    border-radius: 190px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
#recommendation .about-left-img-wrap .sm-img {
    width: 148px;
    height: 148px;
    border-radius: 50%;
    border: 1px solid #3e8ef7;
    position: relative;
    position: absolute;
    bottom: 0;
    right: -45px;
}
#recommendation .about-left-img-wrap .sm-img img {
    width: 148px;
    height: 148px;
    border-radius: 50%;
}
#recommendation .about-left-img-wrap .sm-img::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: #3e8ef7;
    opacity: 0.2;
    border-radius: 50%;
}
#recommendation .section-title-4 > span {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #3e8ef7;
    display: inline-block;
    margin-bottom: 10px;
}
#recommendation .section-title-4 h2 {
    margin-bottom: 5px;
    font-weight: 700 !important;
    font-size: 42px;
    line-height: 1.4;
    letter-spacing: 0.03em;
    text-transform: capitalize;
    color: #1f2126;
}
#world-client .world-clients-heading h1 {
    margin-bottom: 0;
    font-weight: 700 !important;
    font-size: 42px;
    line-height: 1.4;
    letter-spacing: 0.03em;
    text-transform: capitalize;
    color: #1f2126;
    text-align: center;
}
#world-client {
    padding-bottom: 0 !important;
}
#recommendation .section-title-4 p {
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    letter-spacing: 0.03em;
    color: #7d7f85;
    margin-bottom: 0;
    padding-top: 20px;
}
#recommendation .section-title-4 .about-btn {
    padding-top: 35px;
}
#recommendation .section-title-4 .about-btn button {
    background: #3e8ef7;
    border-radius: 5px;
    border: none;
    font-weight: 300;
    color: #fff;
    padding: 7px 16px;
    transition: all 0.3s ease;
} /* .primary-btn5 {    font-family: var(--font-saira);    font-weight: 500;    font-size: 15px;    letter-spacing: .03em;    text-transform: uppercase;    color: var(--white-color);    display: flex;    align-items: center;    transition: .5s;} */ /* Popup Modal Styles */
.popup-modal {
    display: none; /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}
.popup-content {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    max-width: 90%;
    max-height: 80%;
    overflow-y: auto;
    text-align: center;
}
.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 30px;
    cursor: pointer;
    color: #333;
}
.close-btn:hover {
    color: #fff;
}
.Click-here {
    cursor: pointer;
    background-image: linear-gradient(190deg, #f83600 0%, #fee140 100%);
    color: #fff;
    width: 180px;
    text-align: center;
    font-size: 16px;
    padding: 18px 0;
    margin: 0 auto;
    transition: background-image 3s ease-in-out;
}
.Click-here:hover {
    transition: background-image 3s ease-in-out;
    background-image: linear-gradient(90deg, #fee140 0%, #f83600 100%);
}
.custom-model-main {
    text-align: center;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; /* z-index: 1050; */
    outline: 0;
    opacity: 0;
    -webkit-transition: opacity 0.15s linear, z-index 0.15;
    -o-transition: opacity 0.15s linear, z-index 0.15;
    transition: opacity 0.15s linear, z-index 0.15;
    z-index: -1;
    overflow-x: hidden;
    overflow-y: auto;
}
.model-open {
    z-index: 99999;
    opacity: 1;
    overflow: hidden;
}
.custom-model-inner {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    display: inline-block;
    vertical-align: middle;
    width: 770px;
    margin: 30px auto;
    max-width: 97%;
}
.custom-model-wrap {
    display: block;
    width: 100%;
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
    text-align: left;
    padding: 20px;
    box-sizing: border-box;
    max-height: calc(100vh - 70px);
    overflow-y: scroll;
}
.custom-model-wrap::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f5f5f5;
}
.custom-model-wrap::-webkit-scrollbar {
    width: 3px;
    background-color: #f5f5f5;
}
.custom-model-wrap::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #003367;
}
.model-open .custom-model-inner {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
    z-index: 999;
}
.model-open .bg-overlay {
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
}
.bg-overlay {
    background: rgba(0, 0, 0, 0);
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    transition: background 0.15s linear;
}
.close-btn {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 99;
    font-size: 30px;
    color: #fff;
    background: #3e8ef7;
    line-height: 28px;
    width: 30px;
    height: 30px;
    border-radius: 3px;
}
#testimonial-videos .testimonial-title h1.section-title {
    color: #1f2126;
    text-align: center;
    margin-bottom: 25px;
}
@media screen and (min-width: 800px) {
    .custom-model-main::before {
        content: "";
        display: inline-block;
        height: auto;
        vertical-align: middle;
        margin-right: -0px;
        height: 100%;
    }
}
@media screen and (max-width: 799px) {
    .custom-model-inner {
        margin-top: 45px;
    }
}
.achievements-img {
    position: relative;
}
.achievements-text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.achievements-img:hover .achievements-content-info {
    display: block;
}
.achievements-content-info {
    background-color: #3e8ef7;
    opacity: 0.89;
    padding: 14px 40px 10px 40px;
    border-top: 3px solid #fff;
    position: absolute;
    left: 0;
    bottom: 20px;
    right: 0;
    z-index: 1;
    transition: all 0.4s linear 0s; /* border-top-right-radius: 100px;    margin-right: 50px; */
    display: none;
}
.achievements-content-info h4 {
    color: #fff;
    font-weight: 400 !important;
    font-size: 14px;
    line-height: 24px;
}
.build_sec .happy-client .logo-client li.mahindra {
    position: relative;
}
.build_sec .happy-client .logo-client li.mahindra span {
    position: absolute;
    top: 90px;
    left: 10px;
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
    background-color: #fff;
    color: #1f2126;
    font-size: 13px;
    padding: 5px 10px;
    border-radius: 4px;
    width: 182px;
    display: none;
}
.build_sec .happy-client .logo-client li.qs {
    position: relative;
}
.build_sec .happy-client .logo-client li.qs span {
    position: absolute;
    top: 90px;
    left: 10px;
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
    background-color: #fff;
    color: #1f2126;
    font-size: 13px;
    padding: 5px 10px;
    border-radius: 4px;
    width: 150px;
    display: none;
}
.build_sec .happy-client .logo-client li.evolveai {
    position: relative;
}
.build_sec .happy-client .logo-client li.evolveai span {
    position: absolute;
    top: 90px;
    left: 0px;
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
    background-color: #fff;
    color: #1f2126;
    font-size: 13px;
    padding: 5px 10px;
    border-radius: 4px;
    width: 172px;
    display: none;
}
.build_sec .happy-client .logo-client li.gi_group {
    position: relative;
}
.build_sec .happy-client .logo-client li.gi_group span {
    position: absolute;
    top: 90px;
    left: 10px;
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
    background-color: #fff;
    color: #1f2126;
    font-size: 13px;
    padding: 5px 10px;
    border-radius: 4px;
    width: 108px;
    display: none;
}
.build_sec .happy-client .logo-client li.worthmetrix {
    position: relative;
}
.build_sec .happy-client .logo-client li.worthmetrix span {
    position: absolute;
    top: 90px;
    left: 10px;
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
    background-color: #fff;
    color: #1f2126;
    font-size: 13px;
    padding: 5px 10px;
    border-radius: 4px;
    width: 150px;
    display: none;
}
.build_sec .happy-client .logo-client li.mahindra:hover span,
.build_sec .happy-client .logo-client li.qs:hover span,
.build_sec .happy-client .logo-client li.evolveai:hover span,
.build_sec .happy-client .logo-client li.gi_group:hover span,
.build_sec .happy-client .logo-client li.worthmetrix:hover span {
    display: block;
}
#testimonials-reviews .tech-tool-text {
    margin-bottom: 15px;
}
#technologies-tool .tech-tool-text {
    margin-bottom: 25px;
}
#loom-companion-mv3 {
    display: none !important;
}
.case-studies {
    padding: 0 0px 40px;
}
.case-one__box__icon ion-icon {
    font-size: 45px;
    color: #3a85e7;
    margin-bottom: 10px;
}
.case-studies .case-block-title h1 {
    margin: 0;
    font-weight: 700;
    font-size: 35px;
    line-height: 1.2em;
    color: #1f2126;
    position: relative;
    bottom: -10px;
    margin-bottom: 30px;
}
.case__box__content {
    margin-right: 25px;
}
.case__box__content h3 {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 500 !important;
    color: #1f2126;
}
.case__box__content p {
    font-size: 16px;
    color: #1f2126;
    font-weight: 300;
}
.case-right-wrap {
    display: block;
    position: relative;
}
.case-right-wrap .case-inner-img {
    /*        display: inline-block; */
    position: relative;
}
.case-right-wrap .case-inner-img img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
    position: relative;
    z-index: 11;
}
.case-right-wrap .case-inner-img .case-client-detail-caption {
    /*        position: absolute; */ /* bottom: 100%;    left: 0; */
    width: 100%;
    background-color: #3e8ef7;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    padding-left: 35px;
    padding-right: 35px;
    line-height: 1.36364em;
    padding-top: 18px;
    padding-bottom: 15px;
} /* .case-right-wrap .case-inner-img .case-client-detail-caption::after{    content: '';    position: absolute;    top: 99%;    left: 60px;    width: 70px;    height: 40px;    background-color: #3E8EF7;    clip-path: polygon(0 0, 0 100%, 100% 0);    z-index: 11;} */
.case-right-wrap .case-inner-img .case-client-detail-caption .detail-case {
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 7px;
}
.case-studies-2 {
    position: relative;
} /* MEDIA QUERY */
@media (max-width: 410px) {
    #contact-form .sec-title .text {
        margin-top: 0 !important;
    }
    #contact-form .sec-title {
        margin-bottom: 10px !important;
    }
}
@media (max-width: 430px) {
    .featured-clients-section .col-lg-3.col-md-4.col-6.col-sm-6.col-xs-3 {
        width: 100% !important;
    }
}
@media (max-width: 400px) {
    .info_form_text .row > .col-6.col-md-6.col-lg-4 {
        width: 100% !important;
    }
}
@media (max-width: 480px) {
    #testimonials-reviews.upwork_testimonial {
        padding-bottom: 0 !important;
    }
    #form {
        margin-top: 128px !important;
    }
    #form.build_sec {
        margin-top: 30px;
    }
    .build_sec .happy-client .logo-client li img {
        width: 40px !important;
        height: 40px !important;
    }
    .navbar > .container {
        display: block !important;
    }
    .logo-tgys {
        width: 100%;
    }
    .navbar-brand {
        text-align: center;
    }
    .navbar-collapse {
        text-align: center !important;
        margin-top: 7px;
    }
    .logo-tgys img {
        width: 50% !important;
        margin: 0 auto;
    }
    .navbar-brand {
        /* width: 42% !important;        margin: 0 auto !important;        margin-bottom: 8px !important; */
    }
    .navbar-collapse {
        text-align: center;
    }
    .navbar-collapse .btn-main {
        padding: 11px 9px !important;
        font-size: 13px !important;
    }
    #contact-form .social-section {
        display: block !important;
    }
    .tech-social {
        margin-top: 14px;
    }
    .tech-about-content-bottom {
        display: block !important;
        padding-top: 40px;
    }
    .tech-about-content-admin-signature {
        display: none !important;
    }
}
@media (max-width: 550px) {
    .home_banner_text {
        margin-top: 100px;
        padding-left: 20px;
    }
    #home.hero-section {
        min-height: 75vh !important;
    }
    #home .home_banner_text h1 {
        font-size: 44px !important;
    }
    #home .home_banner_text p {
        font-size: 17px !important;
        line-height: 28px !important;
    }
    #home .home_banner_text .btn-main,
    .info-form .form .submit-btn a {
        font-size: 16px !important;
        padding: 10px 25px !important;
    }
    h1 {
        font-size: 32px !important;
    }
    .build_sec .build_text p {
        font-size: 19px !important;
    }
    .info-form .info-detail {
        margin-bottom: 20px;
    }
}
@media (min-width: 481px) and (max-width: 991px) {
    .navbar-collapse {
        flex-basis: initial !important;
        text-align: right !important;
    }
}
@media (min-width: 551px) and (max-width: 767px) {
    #home .home_banner_text h1 {
        font-size: 40px !important;
    }
    .home_banner_text {
        margin-top: 60px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #home .home_banner_text h1 {
        font-size: 54px !important;
    }
    .home_banner_text {
        margin-top: 60px;
    }
    .map_box {
        margin-top: 90px;
    }
    
    .col-xl-4.col-lg-4.col-md-6.col-sm-6:nth-child(3) .tech-feature-item, 
    .col-xl-4.col-lg-4.col-md-6.col-sm-6:nth-child(4) .tech-feature-item,
    .col-xl-4.col-lg-4.col-md-6.col-sm-6:nth-child(5) .tech-feature-item {
        height: 310px;
    } 

    #technologies-tool{
        padding-bottom: 25px;
    }

}
@media (max-width: 991px) {
    
    #testimonial-videos{
        padding-top: 25px;
    }
    #ai-landing-sec .ai-text-detail h1 {
        text-align: center;
    }
    #ai-landing-sec .ai-image-box img {
/*         height: 250px; */
/*         object-fit: cover; */
    }
    #ai-landing-sec .ai-text-detail {
        margin-bottom: 30px;
    }
    #ai-landing-sec .ai-text-detail h1 {
        margin-bottom: 0 !important;
    }
    .tech-project-content-info {
        bottom: -192px !important;
    }
    .management-bg {
        right: 0 !important;
    }
    .tech-management-head-icon {
        display: none !important;
    }
    .tech-feature-item {
        margin-bottom: 60px;
    }
    #newslatter {
    }
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        justify-content: right !important;
    }
    #home .home_banner_text {
        width: 62%;
        float: left;
        margin-top: 80px;
    }

   .col-xl-4.col-lg-4.col-md-6.col-sm-6:nth-child(4)  .tech-feature-item,
    .col-xl-4.col-lg-4.col-md-6.col-sm-6:nth-child(5) .tech-feature-item{
	    margin-top: 60px;
	    height: 250px;
	}
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tech-management-img {
        width: 44.8%;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tech-management-img {
        display: none;
    }
}
@media only screen and (max-width: 1700px) {
    .faqs-section.style-two .image-column .inner-column {
        margin-left: -230px;
    }
}
@media (min-width: 768px) {
    #achievements img {
        height: 367px;
        object-fit: cover;
    }
}
@media (min-width: 992px) {
    .service-partner-logo .col-lg-2.col-md-4.col-12.col-sm-6.col-xs-2 {
        width: 14.2% !important;
    }
}
@media screen and (max-width: 1200px) {
    .tech-counter-item {
        margin-bottom: 60px !important;
    }
    .counter-area {
        padding-bottom: 0 !important;
    }
    .build_sec .happy-client .logo-client li {
        margin-bottom: 20px !important;
    }
}
@media screen and (max-width: 575px) {
    .tech-feature-item {
        height: auto !important;
    }
    .about-left {
        display: none !important;
    }
}
@media screen and (max-width: 767px) {
    .case-one__content {
        margin-top: 20px;
    }
    .contact-form-four {
        padding: 55px 18px 48px !important;
    }
    #recommendation .about-left-img-wrap {
        display: none !important;
    }
    #contact_form .btn-style-two {
        font-size: 12px !important;
        padding: 10px 13px !important;
    }
    .navbar {
        padding: 15px 0 11px !important;
    }
    .navbar-collapse {
        flex-basis: initial;
        text-align: right;
    }
    .slick-prev,
    .slick-next {
        display: none !important;
    }
    .tech-newsletter-content span {
        display: none;
    }
    .tech-newsletter-content h3 {
        width: 100%;
        margin-bottom: 30px;
        padding: 0 !important;
    }
    #newslatter {
        padding-top: 0 !important;
    }
    .tech-newsletter-title {
        padding-right: 0 !important;
        padding-left: 21px !important;
    }
    .service-partner-logo .col-lg-2.col-md-4.col-12.col-sm-6.col-xs-2 {
        width: 50% !important;
    }
    .tech-management-list {
        display: block !important;
    }
    .tech-management-list-item {
        margin-bottom: 35px;
    }
    .service-item .service-img img {
        height: 200px !important;
        object-fit: cover !important;
    }
    .review-img {
        margin-bottom: 35px;
    }
    #technologies-tool {
        padding-bottom: 20px !important;
    }
    #call-action {
        padding: 45px 0 !important;
    }
    .tech-about-wrap {
        margin-top: 30px;
    }
    .form-column {
        margin-top: 20px;
    }
    .happy-client {
        margin-bottom: 40px;
    }
    #faq {
        background-image: none !important;
    }
    #faq .image-column {
        display: none !important;
    }
    .faqs-section.style-two .faq-column .inner-column {
        padding-top: 0 !important;
        padding-bottom: 20px !important;
    }
}
@media (min-width: 991px) and (max-width: 1199px) {
    #ai-landing-sec .ai-image-box img {
/*         height: 480px; */
/*         object-fit: cover; */
    }
}
@media (min-width: 1200px) {
    #ai-landing-sec .ai-image-box img {
/*         height: 427px; */
/*         object-fit: cover; */
    }
}
#ai-landing-sec {
    padding-bottom: 0;
}
#ai-landing-sec .ai-text-detail h1 {
    color: #1f2126;
}

#ai-landing-sec .ai-text-detail h1 span{
	color: #3e8ef7;
}

#ai-landing-sec .ai-text-detail p {
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    letter-spacing: 0.03em;
    color: #7d7f85;
    margin-bottom: 0;
    padding-top: 7px;
}

#ai-landing-sec .ai-text-detail ul{
	margin-top: 7px;
	margin-bottom: 7px;
}

#ai-landing-sec .ai-text-detail ul li{
	font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    letter-spacing: 0.03em;
    color: #7d7f85;
    padding-left: 27px;
    position: relative;
}

#ai-landing-sec .ai-text-detail ul li span{
	position: absolute;
    left: 0;
    top: 3px;
    color: #3e8ef7;
    font-size: 19px;
}

#ai-landing-sec .ai-text-detail ul li strong{
	color: #000 !important;
    font-weight: 400;
}

#ai-landing-sec .ai-text-detail a.btn.btn-main{
	padding: 8px 22px;
	margin-top: 16px;
}

#ai-landing-sec .ai-image-box img {
/*     border-radius: 30px 60px 40px 135px; */
}

@media (min-width: 576px) and (max-width: 767px) {
    .col-xl-4.col-lg-4.col-md-6.col-sm-6:nth-child(1) .tech-feature-item, 
    .col-xl-4.col-lg-4.col-md-6.col-sm-6:nth-child(2) .tech-feature-item {
        height: 465px;
    }

    .col-xl-4.col-lg-4.col-md-6.col-sm-6 .tech-feature-item{
        height: 323px;
    }
}








/* From Uiverse.io by ElgyoshiMa91846 */ 
/* This is an example, feel free to delete this code */
.tooltip-container {
    background: rgb(3, 169, 244);
    background: linear-gradient(138deg, rgba(3, 169, 244, 1) 15%, rgba(63, 180, 233, 1) 65%);
    position: fixed;
    cursor: pointer;
    font-size: 17px;
    padding: 0.7em 0.7em;
    border-radius: 50px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    width: 55px;
    height: 55px;
    z-index: 9;
    bottom: 100px;
    right: 28px;
}
.tooltip-container:hover {
  background: #fff;
  transition: all 0.6s;
}
.tooltip-container .text {
  display: flex;
  align-items: center;
  justify-content: center;
  fill: #fff;
  transition: all 0.2s;
  color: #fff;
  padding: 4px 10px 10px 10px;
  font-size: 22px;
}
.tooltip-container:hover .text {
  fill: rgb(3, 169, 244);
  transition: all 0.6s;
  color: #3e8ef7;
}

/* Inicio do tooltip twitter */
.tooltip1 {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  background: #fff;
  fill: #03a9f4;
  padding: 10px;
  border-radius: 50px;
  transition:
    opacity 0.3s,
    visibility 0.3s,
    top 0.3s,
    background 0.3s;
  z-index: 1;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.tooltip-container:hover .tooltip1 {
  top: 150%;
  opacity: 1;
  visibility: visible;
  background: #fff;
  border-radius: 50px;
  transform: translate(-50%, -5px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.tooltip-container:hover .tooltip1:hover {
  background: #03a9f4;
  fill: #fff;
}
/* Fim do tooltip twitter */

/* Inicio do tooltip facebook */
.tooltip2 {
    position: absolute;
    top: -81%;
    left: -44%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    background: #fff;
    fill: #0462df;
    padding: 10px;
    border-radius: 50px;
    transition:
    opacity 0.3s,
    visibility 0.3s,
    top 0.3s,
    background 0.3s;
    z-index: 1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.tooltip-container:hover .tooltip2 {
    opacity: 1;
    visibility: visible;
    background: #0077B5;
    transform: translate(-50%, -5px);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.tooltip-container:hover .tooltip2:hover {
  background: #0462df;
  fill: #fff;
}
/* Fim do tooltip facebook */

/* Inicio do tooltip whatsApp */
.tooltip3 {
  position: absolute;
  top: 100%;
  left: -43%;
  transform: translateX(80%);
  opacity: 0;
  visibility: hidden;
  background: #fff;
  fill: #1db954;
  padding: 10px;
  border-radius: 50px;
  transition:
    opacity 0.3s,
    visibility 0.3s,
    top 0.3s,
    background 0.3s;
  z-index: 1;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.tooltip-container:hover .tooltip3 {
    top: -109%;
    opacity: 1;
    visibility: visible;
    background: #25D366;
    color: #fff;
    transform: translate(85%, -5px);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tooltip-container:hover .tooltip3:hover {
  background: #1db954;
  fill: #fff;
}
/* Fim do tooltip whatsApp */

/* Inicio do tooltip Discord */
.tooltip4 {
  position: absolute;
  top: 100%;
  left: -150%;
  transform: translateX(70%);
  opacity: 0;
  visibility: hidden;
  background: #fff;
  fill: #8c9eff;
  padding: 10px;
  border-radius: 50px;
  transition:
    opacity 0.3s,
    visibility 0.3s,
    top 0.3s,
    background 0.3s;
  z-index: 1;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.tooltip-container:hover .tooltip4 {
    top: 15%;
    opacity: 1;
    visibility: visible;
    transform: translate(70%, -5px);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
    color: #FFF;
}
.tooltip-container:hover .tooltip4:hover {
  background: #8c9eff;
  fill: #fff;
}
/* Fim do tooltip Discord */

/* Inicio do tooltip pinterest */
.tooltip5 {
  position: absolute;
  top: 100%;
  left: -145%;
  transform: translateX(70%);
  opacity: 0;
  visibility: hidden;
  background: #fff;
  fill: #bd081c;
  padding: 10px;
  border-radius: 50px;
  transition:
    opacity 0.3s,
    visibility 0.3s,
    top 0.3s,
    background 0.3s;
  z-index: 1;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.tooltip-container:hover .tooltip5 {
  top: -78%;
  opacity: 1;
  visibility: visible;
  background: #fff;
  transform: translate(70%, -5px);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tooltip-container:hover .tooltip5:hover {
  background: #bd081c;
  fill: #fff;
}
/* Fim do tooltip pinterest */

/* Inicio do tooltip dribbble */
.tooltip6 {
  position: absolute;
  top: 100%;
  left: 35%;
  transform: translateX(70%);
  opacity: 0;
  visibility: hidden;
  background: #fff;
  fill: #ea4c89;
  padding: 10px;
  border-radius: 50px;
  transition:
    opacity 0.3s,
    visibility 0.3s,
    top 0.3s,
    background 0.3s;
  z-index: 1;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.tooltip-container:hover .tooltip6 {
  top: -79%;
  opacity: 1;
  visibility: visible;
  background: #fff;
  transform: translate(70%, -5px);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tooltip-container:hover .tooltip6:hover {
  background: #ea4c89;
  fill: #fff;
}
/* Fim do tooltip dribbble */

/* Inicio do tooltip github */
.tooltip7 {
  position: absolute;
  top: 100%;
  left: 39%;
  transform: translateX(70%);
  opacity: 0;
  visibility: hidden;
  background: #fff;
  fill: #000;
  padding: 10px;
  border-radius: 50px;
  transition:
    opacity 0.3s,
    visibility 0.3s,
    top 0.3s,
    background 0.3s;
  z-index: 1;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.tooltip-container:hover .tooltip7 {
  top: 104%;
  opacity: 1;
  visibility: visible;
  background: #fff;
  transform: translate(70%, -5px);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tooltip-container:hover .tooltip7:hover {
  background: #000;
  fill: #fff;
}
/* Fim do tooltip github */

/* Inicio do tooltip reddit */
.tooltip8 {
  position: absolute;
  top: 100%;
  left: -150%;
  transform: translateX(70%);
  opacity: 0;
  visibility: hidden;
  background: #fff;
  fill: #ff4500;
  padding: 10px;
  border-radius: 50px;
  transition:
    opacity 0.3s,
    visibility 0.3s,
    top 0.3s,
    background 0.3s;
  z-index: 1;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.tooltip-container:hover .tooltip8 {
  top: 101%;
  opacity: 1;
  visibility: visible;
  background: #fff;
  transform: translate(70%, -5px);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tooltip-container:hover .tooltip8:hover {
  background: #ff4500;
  fill: #fff;
}
/* Fim do tooltip reddit */

/* Inicio do tooltip fixo */
.tooltip9 {
  position: absolute;
  top: 0;
  left: -115%;
  opacity: 0;
  visibility: hidden;
  width: 150px;
  height: 150px;
  z-index: -1;
}

.tooltip-container:hover .tooltip9 {
  top: -110%;
  opacity: 1;
  visibility: visible;
  border-radius: 50%;
  z-index: -1;
}
/* Fim do tooltip fixo */
/* Por meio desse ultimo tooltip todos os outros podem
ficar fixos quando houver no principal, para vê-lo dê um
background black acima*/
