/* ____/Common_css\_____ */
body,
p,
span {
    font-family: 'Roboto', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
a {
    font-family: 'Rubik', sans-serif;
}

body .btn-primary {
    background-color: #e83b3e !important;
    border-color: #e83b3e;
    padding: 8px 29px;
    border-radius: 8px;

    position: relative;
    z-index: 1;
}

body .btn-primary:hover {
    border-color: #111;
}

body .btn-primary::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 0;
    top: 0;
    left: 0;
    background-color: #111;
    border-color: #111;
    border-radius: 16px;

    z-index: -1;
    transition: all .5s;
}

body .btn-primary:hover::after {
    width: 100%;

}

/* ____/Header_css\_____ */
.main-header .container-fluid,
.slider-section .container-fluid {
    max-width: 1260px;
}

ul.our-primary-menu li a {
    display: inline-block;
    text-decoration: none;
    padding: 0 14px;
    color: #111;
    font-weight: 500;
}

ul.our-primary-menu li a:hover {
    color: #e83b3e;
    font-weight: 500;
    transition: all .5s;
}

/* ____/Menu_css\_____ */
ul.our-primary-menu li {
    position: relative;
}

ul.our-primary-menu li ul {
    position: absolute;
    top: 250%;
    width: 200px;
    padding-left: 0;
    padding-bottom: 20px;
    list-style: none;
    margin-top: 15px;
    box-shadow: 0px 20px 20px 0 rgba(0, 0, 0, 0.9);
    background: linear-gradient(235deg, #89ff00, #ebecf1, #00bcd4);


    opacity: 0;
    visibility: hidden;
    transition: all .5s;

}

ul.our-primary-menu li:hover ul {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

ul.our-primary-menu li ul li {
    flex-direction: column;
    margin-top: 15px;

}

ul.our-primary-menu li ul li:hover {
    letter-spacing: 1px;
    transition: all .3s ease-in-out;
}


.header-search {
    width: 40px;
    border-right: 2px solid #ddd;
}

.header-call {
    width: 220px;
}

.header-call-logo img {
    margin: 20px 20px;
}

.header-call-info {
    margin-top: 10px;
    color: #ddd;
}

.header-call-info span {
    color: black;
    font-weight: bold;
}

.header-call-info a {
    color: #111;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
}

.header-call-info a:hover {
    color: #e83b3e;
    transition: all 2s;
}

/* ____/Slide/Hero_css\_____ */
.slider-section {
    background: url(img/ia_100000050.jpg) no-repeat bottom center fixed;
    background-size: cover;
}

.slider-section img {
    height: 20px;
    width: 20px;
}

.slider-content-wrap {
    height: 85vh;
    display: flex;
    align-items: center;
    position: relative;
}

.social-menu {
    position: absolute;
    bottom: 0;
    left: 0;


}

.social-menu ul {
    list-style: none;
    display: flex;
}

.social-menu ul li {
    margin-left: 25px;
    font-size: 20px;

}

.social-menu ul li a {
    color: #111;
}

.social-menu ul li:hover a {
    color: #e83b3e;
    transition: all .5s;
}

.social-menu ul li span {
    margin-right: 40px;
    font-weight: 700;
    font-size: 21px;
    letter-spacing: 1px;
    word-spacing: 5px;
}

.social-menu ul li span::after {
    content: "";
    height: 2px;
    background: #000;
    width: 49px;
    position: absolute;
    top: 34%;
    margin-left: 7px;
}

.slider-content h6 {
    color: #e83b3e;
    font-size: 20px;
}

.slider-content h1 {
    width: 700px;
    font-size: 65px;
}

.slider-content p {
    margin-top: 30px;
    font-size: 20px;
    width: 650px;
}

.slider-content button {
    margin-top: 20px;
}


/* ____/Logo_slide_css\_____ */
#logo-slider {
    overflow: hidden;
    margin-top: 100px;
    padding-bottom: 100px;
    border-bottom: 2px solid #ddd;
}

#logo-slider figure {
    position: relative;
    width: 500%;
    margin: 0;
    left: 0;
    animation: 30s logo-slider infinite;
}

#logo-slider figure img {
    margin-left: 150px;
    float: left;
}

@keyframes logo-slider {
    0% {
        left: 0;
    }

    20% {
        left: 0;
    }

    25% {
        left: -100%;
    }

    45% {
        left: -100%;
    }

    50% {
        left: -200%;
    }

    70% {
        left: -200%;
    }

    75% {
        left: -300%;
    }

    95% {
        left: -300%;
    }

    100% {
        left: -400%;
    }

}

/* ____/About_css\_____ */
.about-img {
    position: relative;
    margin-right: 20px;
}

.second-img {
    position: absolute;
    right: 14px;
    bottom: -2px;
}

.img-in-text {
    position: absolute;
    right: 23px;
    bottom: 41px;
}

.img-in-text h2 {
    position: absolute;
    bottom: 45px;
    right: 50px;
    font-size: 55px;
    color: #e83b3e;
}

.img-in-text p {
    font-size: 17px;
    font-weight: 500;
}

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


/* ____/Transparent_process_css\_____ */
.finix-text h6 {
    font-size: 18px;
    color: #e83b3e;
    margin-bottom: 20px;
}

.finix-text h2 {
    font-size: 31px;
    font-weight: 600;
    word-spacing: 5px;
    margin-bottom: 40px;
}

.finix-text p {
    font-size: 18px;
    font-weight: 400;
    word-spacing: 2px;
}

.finix-text strong {
    font-weight: 900;
    font-size: 18px;
}

.finix-text ul {
    margin-top: 9px;
    list-style: none;
    padding: 10px;
}

.finix-text ul li {
    padding: 5px;
}

.finix-text ul li::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: #e83b3e;
    display: inline-block;
    margin-right: 10px;
    font-size: 22px;
}


i.far.fa-atom {
    color: #e83b3e;
    font-weight: 600;
    font-size: 30px;
    background-color: #ffffff;
    height: 80px;
    width: 80px;
    line-height: 80px;
    border-radius: 50%;
    position: relative;


}

i.fas.fa-percent {
    color: #e83b3e;
    font-weight: 600;
    font-size: 30px;
    background-color: #ffffff;
    height: 80px;
    width: 80px;
    line-height: 80px;
    border-radius: 50%;
    position: relative;
}

.transparen-item {
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;

    overflow: hidden;
    position: relative;
    transition: .6s;
}

.transparen-item:hover {
    transform: translateY(-30px);

}

.transparen-item:hover i.fas.fa-percent {
    background-color: #e83b3e;
    color: #fff;
    transition: 1s;
}

.transparen-item:hover i.far.fa-atom {
    background-color: #e83b3e;
    color: #fff;
    transition: 1s;
}

.transparen-item::before {
    content: "";
    position: absolute;
    top: -182px;
    right: 0;
    left: 0;
    margin: auto;
    width: 90%;
    height: 90%;
    border-radius: 50%;
    background-color: #fdebeb;
}

.transparen-item h3 {
    margin-bottom: 17px;
    margin-top: 16px;
}

.mtop-4 {
    margin-top: -40px;
}

.finix-text {
    position: relative;
}

i.fas.fa-play-circle {
    color: #e83b3e;
    background: #fff;
    font-size: 55px;
    position: absolute;
    bottom: 48px;
    right: 195px;
    width: 90px;
    height: 90px;
    line-height: 90px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
}

i.fas.fa-play-circle::after {
    content: "";
    width: 90px;
    height: 90px;
    position: absolute;
    background: linear-gradient(235deg, #ff0000, #0f27ff, #f80404);
    top: 0;
    left: 0;
    border-radius: 50%;
    animation: playcircle 2s ease-out infinite;
}

@keyframes playcircle {

    0%,
    30% {
        transform: scale(1);
        opacity: 0;
    }

    50% {
        transform: scale(1.5);
        opacity: .7;
    }

    100% {
        transform: scale(4);
        opacity: 0;
    }

}

/* ____/Apply_now_css\_____ */
.step-timeline {
    position: relative;
}

.step-timeline ul {
    list-style: none;
}

.step-timeline ul li {
    margin-top: 32px;
    position: relative;
}

.step-timeline ul li strong {
    font-size: 22px;
    display: inline-block;
    margin-bottom: 12px;
}

.step-timeline ul li p {
    line-height: 27px;
}

.step-timeline ul::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    height: calc(100% - 100px);
    width: 2px;
    background: #e83b3e;
}

.step-timeline ul li::before {
    content: attr(data-counter);
    position: absolute;
    top: 0px;
    left: -48px;
    font-size: 23px;
    color: #e83b3e;
    background-color: #fff;
    height: 33px;
    width: 33px;
    border: 2px solid #e83b3e;
    border-radius: 50%;
    line-height: 33px;
    text-align: center;
}

.calculet-ret {
    background-color: #fdebeb;
    padding: 50px;
    margin-top: 100px;
    margin-left: 30px;
    border-radius: 5px;
}

.calculet-ret .finix-text h6 {
    color: #606060;
}


.form-group label {
    margin-top: 15px;
    margin-bottom: 5px;
}

.form-group input {
    border: none;
    border-radius: none;
    margin-bottom: 10px;
}

.form-group select {
    border: none;
    border-radius: none;
}

/* ____/Call_section_css\_____ */
.call-section {
    margin: 70px;
}

.col-section-bg {
    background-color: #e83b3e;
    padding: 65px 26px;
    border-radius: 7px;
}

.col-section-bg h2 {
    color: #fff;
    font-size: 34px;
    font-weight: 400;
    line-height: 45px;
    border-right: 2px solid #606060;
}

.contact {
    position: relative;
}

.contact img {
    height: 75px;
    width: 75px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    padding: 10px;
}

.contact a {
    color: #fff;
    text-decoration: none;
    font-size: 22px;
    display: block;
    position: absolute;
    margin-left: 90px;
    line-height: 300%;
}

/* ____/Our_company_css\_____ */
.img-text {
    position: relative;
}

.img-text .icon {
    position: absolute;
    color: #e83b3e;
    font-size: 40px;
}

.img-text h3 {
    margin-left: 70px;
}

.img-text p {
    margin-left: 70px;
}

/* ____/Service_section_css\_____ */
.services-section {
    margin-top: 200px;
}

.services-section h2 {
    font-size: 38px;
    font-weight: 600;
    word-spacing: 5px;
    margin-bottom: 14px;
}

.services-section p {
    width: 600px;
    margin: auto;
}
/* New */
.tab-images {
    display: flex;
    justify-content: space-between;
    margin: 45px 0;
}
.tab-images .tab-image{
    width: 150px;
    text-align: center;
}
.tab-images .tab-image img {
    max-width: 55%;
    border-radius: 50%;
    padding: 10px;
    box-shadow: 0px 0px 3px 0 rgba(0, 0, 0, 0.5);
}
.tab-images .tab-image strong{
    margin: 10px 0;
    display: inline-block;
    font-weight: 900;
}






.services-tab-item {
    padding-bottom: 15px;
}

.services-tab-item li {
    flex: 1 1 auto;
    margin-bottom: 15px;
    border-bottom: 2px solid #606060;
}

.services-tab-item li a {
    margin-bottom: 15px;
}

.services-tab-content img {
    max-width: 100%;

}

.services-tab-content h3 {
    margin: 10px 0;
}

.services-tab-content ul {
    list-style: none;
    padding-left: 0;
}

.services-tab-content ul li {
    margin: 5px 0;
}

.services-tab-content ul li::before {
    content: "";
    display: inline-block;
    height: 10px;
    width: 10px;
    background: #e83b3e;
    border-radius: 50%;
    margin-right: 10px;
    margin-bottom: 1px;

}

/* ____/Client_section_css\_____ */
.clint {
    margin-top: 150px;
}

.clint h6 {
    color: #e83b3e;
}

.clint h2 {
    margin-bottom: 20px;
}

.clint p {
    width: 581px;
    margin: auto;
    margin-bottom: 70px;
}

.clint-details p {
    align-items: center;
    font-size: 24px;
    line-height: 1.5;
    margin-left: 0;
    margin-bottom: 26px;
    margin-top: 70px;
}

/* ____/Expert_section_css\_____ */
.expert-people-title {
    margin-top: 150px;
    text-align: center;
}

.expert-people-title p {
    width: 581px;
    margin: auto;
    margin-bottom: 70px;
}

.member-image {
    position: relative;

}

.member-image img {
    max-width: 100%;
    height: auto;

}

.member-social-profile {
    position: absolute;
    bottom: 0%;
    left: 0;
    right: 0;
    margin: auto;

}

.member-social-profile ul {
    text-align: center;
    padding-left: 0%;
    margin-bottom: 30px;
}

.member-social-profile ul li {
    display: inline-block;

    transition: .5s ease-in-out;
    transform: translateY(70px);
    opacity: 0;
    visibility: hidden;
}

/* ____/Team_section_css\_____ */
.team-member:hover .member-social-profile ul li {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.team-member .member-social-profile ul li:nth-child(1) {
    transition: .5s ease-in-out;
}

.team-member .member-social-profile ul li:nth-child(2) {
    transition: .6s ease-in-out;
}

.team-member .member-social-profile ul li:nth-child(3) {
    transition: .7s ease-in-out;
}

.team-member .member-social-profile ul li:nth-child(4) {
    transition: .8s ease-in-out;
}

.member-social-profile ul li a {
    display: block;
    font-size: 20px;
    height: 35px;
    width: 35px;
    background: #ddd;
    border-radius: 50%;
    line-height: 35px;
    color: #111;
    margin: 5px;
}

.member-social-profile ul li a:hover {
    color: #e83b3e;
    transition: .6s ease-in-out;
}

.team-member h3 {
    font-size: 20px;
    margin-top: 10px;
    color: #e83b3e;
}

/* ____/Recent_news_css\_____ */
.Recent-news-title {
    margin-top: 150px;
    text-align: center;
}

.Recent-news-title p {
    width: 581px;
    margin: auto;
    margin-bottom: 70px;
}


.blog-thumbnail img {
    max-width: 100%;
    height: auto;
}


.blog-content p {
    margin: 20px 0;
    color: #e83b3e;
}

.blog-content h3 a {
    font-size: 26px;
}

.blog-content a {
    text-decoration: none;
    color: #111;
    transition: .7s;
}

.blog-item:hover .blog-content a {
    letter-spacing: 1.5px;
    color: #e83b3e;
}

.blog-item:hover .blog-content h3 a {
    letter-spacing: 0mm;
    color: #111;
}

/* ____/Footer_section_css\_____ */
.footer {
    margin-top: 150px;
    background: #000;
    color: #fff;
}

.footer a {
    color: #fff;
}

.footer-top {
    padding: 60px 0;
    border-bottom: 1px solid #606060;
}

.footer-bottom {
    padding: 20px 0;
}

.footer-bottom p {
    margin-bottom: 0;
}

.footer-widget h3 {
    font-size: 22px;
    border-bottom: 1px solid #606060;
    margin-bottom: 25px;
    padding-bottom: 25px;
}

.footer-widget ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

.footer-widget ul li {
    margin: 13px 0;
}

.footer-widget ul li a {
    text-decoration: none;

    transition: .4s;
}

.footer-widget ul li a:hover {
    letter-spacing: 1.5px;
    color: #e83b3e;
}


.widget-social ul {
    display: flex;
    margin-top: 40px;
}

.widget-social ul span {
    font-weight: 600;
}

.widget-social ul li {
    margin: 0 17px;
    padding-left: 0;
    margin-left: 0;
}

.footer-contact span {
    margin-right: 30px;
    margin-top: 7px;
    font-size: 20px;
}

.footer-contact img {
    margin-top: 22px;
}

.footer-contact a {
    text-decoration: none;
    margin-bottom: 10px;
}

.footer-contact .number {
    margin: 15px 0;

}

.number a {
    transition: .5s;
}

.number:hover a {
    color: #e83b3e;

}

.website a {
    transition: .5s;
}

.website:hover a {
    color: #e83b3e;
}


/* ____/Responsive_css\_____ */
/* ____/Laptom and similar divice - 1424px\_____ */
@media (max-width: 1024px) {
    .slider-content h1 {
        width: 512px;
        font-size: 40px;
    }

    .slider-content p {
        font-size: 18px;
        width: 536px;
    }
    .Our-company-img img{
        max-width: 100%;
    }
    .services-section p {
        width: 499px;
        margin: unset;
    }
}

/* ____/Tablet and similar divice - 768px\_____ */
@media (max-width: 768px) {
    .slider-content h1 {
        width: 360px;
        font-size: 30px;
    }

    .slider-content p {
        font-size: 16px;
        width: 370px;
    }

    .col-section-bg h2 {
        border-right: none;
        font-size: 25px;
    }

    .contact img {
        height: 50px;
        width: 50px;
    }

    .contact a {
        font-size: 15px;
    }

    ul.our-primary-menu li:hover ul {
        top: 0%;
        left: 150px;
    }

    .header-info {
        flex-direction: column;
        align-items: start !important;
    }

    .header-search {
        display: none;
    }
    .header-call {
        display: none;
    }
    .tab-images {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        row-gap: 50px;
    }
    i.fas.fa-play-circle {
        bottom: 30px;
        right: 262px;
        width: 100px;
        height: 100px;
        line-height: 100px;
    }
    i.fas.fa-play-circle::after {
        width: 50px;
        height: 50px;
        top: 24px;
        left: 24px;
    }
}

/* ____/Mobile L - 425px\_____ */
@media (max-width: 425px) {
    .slider-content h1 {
        width: 285px;
        font-size: 25px;
    }

    .slider-content p {
        font-size: 15px;
        width: 247px;
    }

    .about-img .first-img img {
        max-width: 420px;
    }

    .transparent-process img {
        max-width: 420px;
    }

    .col-section-bg h2 {
        line-height: 35px;
    }

    .contact img {
        height: 40px;
        width: 40px;
    }

    .contact a {
        font-size: 13px;
    }

    .Our-company-img {
        width: 300px;
        margin: 0 auto;
    }

    .Our-company-img img {
        max-width: 100%;
    }

    .services-section p {
        width: auto;
    }

    .clint-details p {
        font-size: 20px;
    }

    .clint p {
        width: auto;
    }

    .expert-people-title p {
        width: auto;
        font-size: 15px;
    }

    .Recent-news-title p {
        width: auto;
    }
    .call-section {
        margin: 20px;
    }
    i.fas.fa-play-circle {
        bottom: 0px;
        right: 51px;
    }
    .clint-img img {
        max-width: 420px;
    }
}

/* ____/Mobile M - 375px\_____ */
@media (max-width: 375px) {
    .about-img .first-img img {
        max-width: 370px;
    }

    .transparent-process img {
        max-width: 370px;
    }
    .clint-img img {
        max-width: 370px;
    }
}

/* ____/Mobile S - 320px\_____ */
@media (max-width: 320px) {
    .about-img .first-img img {
        max-width: 300px;
    }

    .transparent-process img {
        max-width: 300px;
    }
    .clint-img img {
        max-width: 300px;
    }
}