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


/* Track */

::-webkit-scrollbar-track {
    background: #fff;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: #A40033;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Jura", sans-serif !important;
}

a,
p,
span,
input,
textarea,
button,
select {
    font-family: "Jost", sans-serif !important;
}

ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

a {
    text-decoration: none !important;
}

.menu nav {
    padding: 0;
}

.menu nav div#navbarSupportedContent {
    justify-content: end;
}

.menu nav div#navbarSupportedContent ul.navbar-nav {
    display: flex;
    align-items: center;
}

.menu nav div#navbarSupportedContent ul.navbar-nav li.nav-item a {
    padding: 0;
    color: #132e45;
    font-size: 17px;
    line-height: 18px;
    font-weight: 500;
    transition: .5s ease;
}

.menu nav div#navbarSupportedContent ul.navbar-nav li {
    margin: 0 0 0 40px;
}

.menu nav div#navbarSupportedContent ul.navbar-nav li.nav-item a:hover {
    color: #c82c41;
    transition: .5s ease;
}

header.main_header {
    padding: 20px 0;
    position: absolute;
    width: 100%;
    z-index: 99;
}

footer.main_footer {
    background: #0A263E;
    padding: 80px 0 30px 0;
    position: relative;
    overflow: hidden;
    z-index: 9;
}

.global_inner h2 {
    font-size: 54px;
    line-height: 55px;
    margin: 0 0 30px 0;
    font-weight: bold;
    text-transform: capitalize;
}

.global_inner.white h2,
.global_inner.white p {
    color: #fff;
}

.global_inner p {
    font-size: 20px;
    font-weight: 300;
    line-height: 25px;
    margin: 0;
    padding: 0;
}

.global_btm span button {
    width: 210px;
    height: 55px;
    background: #A40033;
    border: none;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    transition: .5s ease;
}

.global_btm span button:hover {
    background: #000;
    transition: .5s ease;
}

footer.main_footer .global_btm {
    text-align: right;
}

.footer_logo ul {
    margin: 30px 0 0 0 !important;
    display: flex;
    align-items: center;
    padding-left: 45px !important;
}

.footer_logo ul li a {
    background: #fff;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 5px;
    color: #000;
}

.footer_inner h5 {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    margin: 0 0 20px 0;
    line-height: 22px;
}

.row.mt-5.top {
    padding-top: 50px;
    margin-top: 50px !important;
}

.footer_inner ul li a {
    font-size: 17px;
    font-weight: 300;
    color: #fff;
    transition: .5s ease;
    line-height: 18px;
}

.footer_inner ul li {
    margin: 0 0 15px 0;
}

.footer_inner ul li {
    display: flex;
}

.footer_inner ul li span svg {
    color: #fff;
}

.footer_inner ul li span h6 {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    margin: 0 0 4px 0;
    line-height: 17px;
}

.footer_inner ul li span {
    margin: 0 15px 0 0px;
}

.footer_inner ul li p {
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 17px;
    font-weight: 300;
}

.footer_inner ul li span svg {
    color: #A40033;
}

.descript p {
    text-align: center;
    color: #fff;
    font-size: 17px;
    font-weight: 300;
    margin: 0;
}

section.sec-1 {
    padding: 160px 0 100px 0;
    background: #FAF7F2;
    position: relative;
}

.banner_inner h1 {
    font-size: 75px;
    line-height: 78px;
    font-weight: bold;
    color: #0A263E;
    margin: 0 0 50px 0;
}

.banner_inner h1 span {
    font-family: 'Jura' !important;
    color: #a40033;
}

.banner_inner p {
    font-size: 21px;
    color: #3F3B3B;
    line-height: 26px;
    margin: 0;
}

.row.mt-5.top_space {
    margin-top: 100px !important;
}

.singel_img img {
    width: 100%;
}

.baner_video video {
    width: 100%;
    height: 275px;
    object-fit: cover;
    border-radius: 150px;
}

section.sec-1:after {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../images/shade.png);
    background-repeat: no-repeat;
    width: 33%;
    height: 520px;
    right: 170px;
    top: 85px;
    background-size: 100%;
}

.menu nav div#navbarSupportedContent ul.navbar-nav li button {
    width: 200px;
    height: 55px;
    border: none;
    border-bottom-right-radius: 25px;
    border-top-left-radius: 25px;
    font-size: 17px;
    font-weight: 400;
    background: #a40033;
    color: #fff;
}

.menu nav div#navbarSupportedContent ul.navbar-nav li button:hover {
    background: #000;
    transition: .5s ease;
}

section.sec-2 {
    background: #0A263E;
    padding: 40px 0;
}

.logo_wraper .slick-track {
    display: flex;
    align-items: center;
}

.logo_wraper ul li img {
    margin: auto;
    display: block;
}

section.sec-3 {
    padding: 100px 0;
}

.global_inner.black h2,
.global_inner.black p {
    color: #000;
}

.global_inner.black p {
    font-weight: 400;
    margin: 0 0 20px 0;
}

.counter_wraper ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 80%;
    margin-left: auto !important;
}

.counter_wraper ul li {
    flex: 0 0 48%;
    border: 1px solid #CBCFD4;
    margin: 0 0 25px 0px;
    height: 180px;
    text-align: center;
    border-bottom-right-radius: 25px;
    border-top-left-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.counter_wraper ul li h2 {
    font-family: 'Jost' !important;
    font-size: 50px;
    font-weight: bold;
    line-height: 50px;
    margin: 0 0 10px 0;
}

.counter_wraper ul li p {
    font-size: 18px;
    line-height: 20px;
    margin: 0;
}

.counter_wraper ul li:nth-child(3),
.counter_wraper ul li:nth-child(4) {
    margin: 0;
}

.counter_wraper ul li h2 span {
    color: #a40033;
}

.counter_wraper ul li:nth-child(2),
.counter_wraper ul li:nth-child(4) {
    position: relative;
    top: 30px;
}

section.sec-4 .col-md-8.p-0 {
    background: #A40033;
    border-radius: 150px;
    height: 300px;
    display: flex;
    align-items: center;
    padding-left: 9.5% !important;
}

section.sec-4 .col-md-4.p-0 {
    background: #C82C41;
    height: 300px;
    border-bottom-left-radius: 150px;
    border-top-left-radius: 150px;
    display: flex;
    align-items: center;
    padding-left: 80px !important;
}

section.sec-4 .col-md-4.p-0 .global_btm span button {
    background: #fff;
    color: #a40033;
}

section.sec-4 .col-md-4.p-0 .global_btm span button:hover {
    background: #000;
    color: #fff;
}

button.btn-danger.border_less {
    background: transparent;
    border: 1px solid #A40033;
    color: #A40033;
    margin: 20px 0 0 0;
}

button.btn-danger.border_less:hover {
    color: #fff;
    border: 1px solid #000;
}

section.sec-5 {
    padding: 100px 0;
}

.tabs_wraper span {
    display: flex;
    justify-content: space-between;
}

.tabs_wraper span ul#myTab,
.tabs_wraper span div#myTabContent {
    flex: 0 0 47%;
}

.tabs_wraper span ul#myTab {
    display: block;
    border: none !important;
}

.tabs_wraper span ul#myTab li.nav-item button {
    padding: 0 20px;
    border: none;
    width: 100%;
    text-align: left;
    border-radius: 40px !important;
    font-size: 20px;
    height: 70px;
    color: #000;
    font-weight: bold;
    font-family: jura !important;
    display: flex;
    align-items: center;
    transition: .5s ease;
    position: relative;
}

.tabs_wraper span ul#myTab li.nav-item button span {
    margin: 0 20px 0 0px;
    font-size: 20px;
    font-weight: 500;
}

.tabs_wraper span ul#myTab button.active {
    background: #a4003321;
    color: #A40033 !important;
    transition: .5s ease;
}

.tabs_wraper span ul#myTab li.nav-item button:hover {
    background: #a4003321;
    color: #A40033 !important;
    transition: .5s ease;
}

.tabs_content_wraper img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.tabs_content_wraper .child_tab img {
    width: auto !important;
    height: auto !important;
    object-fit: unset !important;
    margin: -50px 0 20px 0;
}

.child_tab {
    text-align: center;
    background: #fff;
    box-shadow: 0 0 10px #ccc;
    border-radius: 150px;
    padding: 0 30px 20px 30px;
    margin: -80px 0 0 0;
    z-index: 999;
    position: relative;
    width: 90%;
    margin: auto;
    margin-top: -90px;
}

.child_tab h3 {
    font-size: 30px;
    font-weight: bold;
    color: #A40033;
    margin: 0 0 20px 0;
}

.child_tab p {
    font-size: 18px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
}

.tabs_wraper span ul#myTab li.nav-item button:after,
.tabs_wraper span ul#myTab li.nav-item button.active:after {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../images/arrow1.png);
    background-repeat: no-repeat;
    width: 24px;
    height: 16px;
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.tabs_wraper span ul#myTab li.nav-item button.active:after {
    background-image: url(../images/arrow2.png);
    width: 43px;
    height: 43px;
    right: 20px;
}

section.sec-6 {
    background: #FAF7F2;
    padding: 60px 0;
}

.patners_inner h2 {
    text-align: center;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    margin: 0;
    position: relative;
}

.patners_inner img {
    width: 85%;
    margin: auto;
    display: block;
    margin-top: 10px;
}

section.sec-7 {
    padding: 100px 0;
}

.industry_main {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    flex-wrap: wrap;
    transition: .5s ease;
}

.industry_main .industry_item {
    flex: 0 0 20%;
    position: relative;
}

.industry_main .industry_item h5 {
    position: absolute;
    bottom: 60px;
    color: #fff;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
}

.content_industry {
    position: absolute;
    top: 0;
    background: #a40033;
    border-radius: 200px;
    height: 647px;
    text-align: center;
    transition: .5s ease;
    width: 100%;
    opacity: 0;
    display: flex;
    align-items: center;
    padding: 0 15px;
}

.industry_main .industry_item img {
    width: 100%;
    height: 647px;
}

.content_industry img {
    width: auto !important;
    height: auto !important;
}

.industry_item:hover {
    transition: .5s ease;
}

.industry_item:hover .content_industry {
    opacity: 1;
    transition: .5s ease;
}

.content_industry h2 {
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    margin: 30px 0 15px 0;
}

.content_industry p {
    font-size: 17px;
    line-height: 22px;
    color: #fff;
    font-weight: 300;
    margin: 0;
}

section.sec-8 {
    padding: 0 0 100px 0;
}

.work_innner img {
    margin: auto;
    display: block;
}

.work_innner {
    margin: 80px 0 0 0px;
    position: relative;
}

.work_innner ul li:nth-child(1) {
    position: absolute;
    top: 90px;
    left: 15%;
}

.work_innner ul li h6 {
    font-size: 24px;
    margin: 15px 0 0 0;
    font-weight: bold;
    color: #000;
    text-transform: capitalize;
    text-align: right;
    line-height: 23px;
}

.work_innner ul li:nth-child(2) {
    position: absolute;
    right: 13%;
    top: 90px;
}

.work_innner ul li:nth-child(2) img {
    margin: unset;
}

.work_innner ul li:nth-child(3) h6 {
    text-align: center;
}

.testimonial-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.left-panel ul {
    list-style: none;
    padding: 0;
}

.left-panel li {
    margin-bottom: 40px;
    cursor: pointer;
    border-left: 3px solid transparent;
    padding-left: 10px;
    color: #444;
}

.left-panel li.active {
    border-left: 3px solid #a1122d;
    font-weight: bold;
    color: #000;
}

.left-panel small {
    font-size: 18px;
    color: #777;
    font-weight: 400;
    font-family: jost !important;
}

.arrows {
    display: flex;
    gap: 10px;
    margin-top: 50px;
    margin-left: 10px;
}

.arrows button {
    width: 30px;
    height: 30px;
    border: 1px solid #000;
    background: transparent;
    border-radius: 50%;
    cursor: pointer;
}

.center-panel img {
    object-fit: cover;
}

.right-panel .quote {
    font-size: 40px;
    color: #a1122d;
}

#testimonial-text {
    color: #555;
    font-size: 22px;
    line-height: 32px;
}

#company-name {
    font-weight: bold;
    color: #333;
    font-size: 26px;
    font-family: jura !important;
    margin: 30px 0 0 0;
}

#profile-img,
#testimonial-text,
#company-name {
    transition: opacity 0.5s ease;
}

section.sec-10 {
    padding: 100px 0;
    background: #fff;
}

.global_inner.top img {
    margin: 100px 0 0 0;
}

.footer_form form .inner_wraper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.footer_form form .inner_wraper span {
    flex: 0 0 48%;
    margin: 0 0 30px 0;
}

.footer_form form .inner_wraper span input,
.footer_form form textarea {
    width: 100%;
    height: 60px;
    background: #E8E4E5;
    border: none;
    border-radius: 5px;
    margin: 10px 0 0 0;
    padding: 0 0 0 15px;
    color: #000;
    outline: none !important;
}

.footer_form form textarea {
    height: 150px;
}

.footer_form form label {
    font-size: 18px;
    line-height: 18px;
    margin: 0;
    font-weight: bold;
    font-family: 'Jura';
    color: #000;
}

.footer_form form input[type="submit"] {
    margin: 40px 0 0 0;
    background: #a40033;
    border: none;
    width: 200px;
    height: 55px;
    border-bottom-right-radius: 25px;
    border-top-left-radius: 25px;
    font-size: 17px;
    color: #fff;
    font-family: 'Jost' !important;
}

.footer_form form input[type="submit"]:hover {
    background: #000;
    transition: .5s ease;
}

section.service_sec {
    padding: 160px 0 100px 0;
}

section.service_sec .banner_inner h1 {
    font-family: jost !important;
    font-weight: 500;
    margin: 0 0 30px 0;
}

section.service_sec .banner_inner h6 {
    font-size: 38px;
    font-family: jost !important;
    font-weight: 400;
    color: #3F3B3B;
    text-transform: capitalize;
    margin: 0;
}

.banner_img img {
    width: 100%;
}

.banner_img {
    margin: 30px 0 0 0;
}

section.service_sec_2 {
    padding: 0 0 100px 0;
}

.service_img img {
    width: 100%;
}

.services_wraper ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}

.services_wraper ul li {
    flex: 0 0 47%;
    margin-bottom: 60px;
    padding-bottom: 60px;
}

.services_wraper {
    margin-left: 40px;
}

.services_wraper ul li h2 {
    font-weight: bold;
    font-size: 35px;
    line-height: 35px;
    margin: 0 0 30px 0;
}

.services_wraper ul li p {
    color: #818181;
    font-size: 18px;
}

.services_wraper ul li:nth-child(3),
.services_wraper ul li:nth-child(4) {
    margin: 0;
    padding: 0;
}

.services_wraper ul:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    border: 1px solid #ccc;
    bottom: 0;
    top: 0px;
    margin: auto;
    height: 1px;
}

section.service_sec_3 {
    padding: 100px 0;
}

.global_inner.black.small h2 {
    font-size: 32px;
    line-height: 42px;
    margin: 0;
}

.global_btm.double {
    margin: 40px 0 0 0;
    display: flex;
    align-items: center;
}

.global_btm.double span {
    margin: 0 20px 0 0;
}

.global_btm.double span:nth-child(2) button {
    border: 1px solid #a40033;
    background: transparent;
    color: #a40033;
}

.global_btm.double span:nth-child(2) button:hover {
    background: #000;
    color: #fff;
    border: 1px solid #000;
}

.post_wraper img {
    width: 100%;
}

.post_content img {
    width: auto !important;
}

.post_wraper {
    position: relative;
}

.post_content {
    position: absolute;
    background: #fff;
    border-radius: 20px;
    width: 95%;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 19px;
    padding: 15px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.post_content h5 {
    font-size: 16px;
    margin: 0 0 10px 0;
    border: 1px solid #B6B5B5;
    border-radius: 15px;
    width: fit-content;
    padding: 5px 10px;
    font-weight: bold;
}

.post_content h2 {
    font-size: 37px;
    font-weight: bold;
    line-height: 40px;
    margin: 0 0 15px 0;
}

.post_content p {
    font-size: 16px;
    line-height: 22px;
    width: 70%;
    margin: 0;
}

section.service_sec_3 .row {
    display: flex !important;
}

button.slick-prev.slick-arrow,
button.slick-next.slick-arrow {
    background-image: url(../images/left.png);
    background-repeat: no-repeat;
    width: 56px;
    height: 56px;
    position: absolute;
    bottom: 0;
    top: unset;
    z-index: 999;
    left: 20px;
}

button.slick-next.slick-arrow {
    background-image: url(../images/right.png);
    left: 90px;
}

section.service_sec_4 {
    background-image: url(../images/bg_process.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    height: 700px;
}

.process_inner {
    text-align: center;
}

.process_inner h2 {
    font-size: 85px;
    text-transform: capitalize;
    font-weight: bold;
    line-height: 90px;
    font-family: jost !important;
    margin: 0;
}

.process_inner h2 span {
    color: #C82C41;
}

section.service_sec_5 {
    padding: 100px 0;
}

.global_inner h5 {
    color: #C82C41;
    font-size: 34px;
    font-weight: bold;
    line-height: 34px;
    margin: 0 0 10px 0;
}

.process_inner_wraper ul li {
    display: flex;
    margin: 0 0 30px 0;
}

.process_inner_wraper ul li span {
    flex: 0 0 85%;
}

.process_inner_wraper ul li span:nth-child(1) {
    flex: 0 0 20%;
}

.process_inner_wraper ul li span h2 {
    font-size: 80px;
    line-height: 80px;
    margin: 0;
    font-family: jost !important;
    font-weight: bold;
    -webkit-text-stroke: 2px #a40033;
    color: #fff;
}

.process_inner_wraper ul li span h4 {
    font-size: 30px;
    font-weight: bold;
    color: #000;
    margin: 0 0 15px 0;
}

.process_inner_wraper ul li span p {
    font-size: 18px;
    line-height: 24px;
    color: #555555;
    width: 85%;
}

.buld img {
    width: 100%;
}

.buld {
    text-align: right;
}

section.service_sec_6 {
    padding: 100px 0 0 0;
}

.chose_inner {
    position: relative;
    padding: 0 0 0 20px;
}

.chose_inner img {
    margin: 0 0 15px 0;
}

.chose_inner h4 {
    font-size: 26px;
    font-weight: bold;
}

.chose_inner h3 {
    font-size: 26px;
    font-weight: bold;
    color: #000;
    text-transform: capitalize;
    margin: 0 0 15px 0;
}

.chose_inner p {
    font-size: 18px;
    color: #555555;
    text-transform: capitalize;
    font-weight: 400;
    width: 85%;
}

.chose_inner:before {
    content: '';
    display: block;
    position: absolute;
    background: #D9D9D9;
    width: 1px;
    height: 290px;
    left: 0;
    top: 0;
}

.chose_inner:after {
    content: '';
    display: block;
    position: absolute;
    width: 2px;
    height: 30px;
    left: -1px;
    background: #a40033;
    top: 0;
}

p.top-desc {
    position: relative;
    top: 30px;
}

section.industrie_sec_1 {
    padding: 0 0 80px 0;
}

.counter-container {
    display: flex;
    justify-content: space-between;
    margin: 60px 0 0 0;
}

.counter {
    font-size: 60px;
    font-weight: bold;
    color: #0B0C0D;
}

.counter-box p.label {
    margin: 0;
    font-size: 30px;
    font-weight: bold;
    text-transform: capitalize;
    font-family: jura !important;
    line-height: 30px;
}

section.industrie_sec_2 {
    padding: 100px 0 90px 0;
    overflow: hidden;
}

section.industrie_sec_2 .tab-buttons {
    display: flex;
}

section.industrie_sec_2 .tab-btn.active {
    background: linear-gradient(90deg, rgba(164, 0, 51, 0.63) 0%, rgba(255, 255, 255, 1) 100%);
    font-weight: 500;
}

section.industrie_sec_2 .tab-panel {
    display: none;
}

section.industrie_sec_2 .tab-panel.active {
    display: block;
}

section.industrie_sec_2 .tabs {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

section.industrie_sec_2 .tabs .tab-buttons {
    flex: 0 0 30%;
    display: block;
}

section.industrie_sec_2 .tabs .tab-content {
    flex: 0 0 65%;
}

section.industrie_sec_2 .tab-btn {
    width: 100%;
    border: none;
    text-align: left;
    height: 60px;
    border-radius: 50px;
    padding: 0 0 0 30px;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    background: transparent;
}

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

.main_inner span {
    flex: 0 0 50%;
}

.main_inner span:nth-child(1) {
    flex: 0 0 30%;
}

.main_inner span:nth-child(2) {
    flex: 0 0 70%;
    margin: 0 0 0 40px;
}

.main_inner span p {
    margin: 0 0 30px 0;
    font-size: 20px;
    color: #0B0C0D;
    font-weight: 400;
}

.main_inner span ul li {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 400;
    color: #000;
    margin: 0 0 14px 0;
}

.main_inner span ul li img {
    margin: 0 15px 0 0;
}

.global_inner.black.left {
    padding-left: 20%;
}

section.industrie_sec_3 {
    padding: 100px 0;
}

.services_box .item {
    position: relative;
    margin: 0 40px 0 0px !important;
}

.box_content {
    position: absolute;
    bottom: 40px;
    left: 40px;
    right: 40px;
}

.box_content h3 {
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    color: #fff;
}

.box_content p {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}

.services_box .item img {
    width: 100%;
}

section.industrie_sec_4 {
    padding: 100px 0;
    background: #a40033;
}

.item-card {
    background: linear-gradient(90deg, rgba(17, 17, 17, 1) 0%, rgba(32, 31, 33, 1) 100%);
    border-radius: 20px;
    padding: 20px 20px 20px 30px;
    width: 82%;
    margin: 0 20px;
}

.item-card .inner_card span:nth-child(1) img {
    width: auto !important;
}

.item-card .inner_card h2 {
    margin: 10px 0 20px 0;
    color: #fff;
    font-weight: bold;
    font-size: 30px;
}

.item-card .inner_card p {
    font-size: 18px;
    color: #A3A3A3;
    font-weight: 400;
    text-transform: capitalize;
    width: 70%;
}

.item-card .inner_card a {
    font-size: 20px;
    color: #fff;
    margin: 0;
}

.item-card .inner_card {
    display: flex;
    align-items: center;
}

section.industrie_sec_5 {
    padding: 100px 0;
}

.points_inner ul li {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    margin: 0 0 20px 0;
    line-height: 18px;
    display: flex;
    align-items: center;
}

.points_inner ul li img {
    width: 20px;
    margin: 0 10px 0 0;
}

.points_inner ul {
    margin: 0 0 40px 0 !important;
}

.icon_wraper ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.icon_wraper ul li {
    flex: 0 0 32%;
    background: #f1f1f1;
    height: 123px;
    border-radius: 20px;
    margin: 0 0 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.badge_img img {
    width: 100%;
    margin: 30px 0 0 0;
}

.about_img img {
    width: 100%;
}

section.about_sec_1 {
    background: #FAF7F2;
    padding: 150px 0 100px 0;
}

.about_inner h1 {
    font-size: 89px;
    line-height: 80px;
    font-weight: bold;
    color: #000;
    margin: 0 0 20px 0;
}

.about_inner p {
    font-size: 18px;
    line-height: 28px;
    color: #212529;
    margin: 0;
}

.about_inner ul {
    margin: 30px 0 0 0 !important;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.about_inner ul li {
    flex: 0 0 50%;
    margin: 0 0 10px 0;
    padding: 0 0 0 20px;
    position: relative;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Jost';
    color: #314252;
}

.about_inner ul li:before {
    content: '';
    display: block;
    position: absolute;
    background: #314252;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    left: 0;
    top: 10px;
}

.sketch_img {
    text-align: right;
}

.about_tab ul {
    border: none !important;
}

.about_tab ul li button {
    margin: 0;
    padding: 0;
    border: none !important;
    font-size: 47px;
    color: #0A263E;
    font-family: 'Jura' !important;
    font-weight: bold;
    line-height: 47px;
}

.about_tab ul li {
    margin: 0 40px 0 0;
}

.about_tab ul li button.active {
    color: #a40033 !important;
}

.content-wraper_tab {
    margin: 40px 0 0 0;
}

.content-wraper_tab h6 {
    color: #314252;
    font-size: 30px;
    font-weight: bold;
    font-family: jost !important;
    margin: 0 0 20px 0;
}

.content-wraper_tab p {
    font-size: 18px;
    color: #212529;
    font-weight: 400;
}

section.about_sec_2 {
    padding: 80px 0 0 0;
    background: #fff !important;
}

body.about_page {
    background: #faf7f2;
}

section.about_sec_3 {
    padding: 80px 0 80px 0;
}

.storey_wrap h5 {
    color: #A40033;
    font-weight: bold;
    font-family: jost !important;
    font-size: 30px;
    margin: 0 0 20px 0;
    line-height: 30px;
}

.storey_wrap {
    margin: 40px 0 0 0;
}

.storey_wrap p {
    font-size: 18px;
    line-height: 24px;
    color: #212529;
    font-weight: 500;
}

section.sec-9 {
    background: #FAF7F2;
    padding: 100px 0;
}

.testimonial-container .left-panel {
    flex: 0 0 20%;
}

.testimonial-container .center-panel {
    flex: 0 0 30%;
    text-align: center;
}

.testimonial-container .right-panel {
    flex: 0 0 50%;
}

.testimonial-container .right-panel p {
    font-size: 18px;
    line-height: 30px;
    color: #000;
}

.testimonial-container .left-panel li:last-child {
    margin: 0;
}

.testimonial-container .left-panel li span {
    font-size: 27px;
    font-family: jura !important;
    font-weight: bold;
    line-height: 27px;
    margin: 0;
    color: #0a263e7a;
}

.counter_new ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    margin-left: auto !important;
    flex-wrap: wrap;
}

.counter_new ul li {
    flex: 0 0 50%;
    margin: 0 0 50px 0;
    text-align: center;
}

.counter_new ul li h2 {
    font-size: 90px;
    font-weight: bold;
    font-family: jost !important;
    margin: 0 0 20px 0;
    line-height: 60px;
    color: #314252;
}

.counter_new ul li p {
    font-size: 18px;
    font-weight: 300;
    margin: 0;
    line-height: 22px;
    color: #314252;
}

.counter_new ul li:nth-child(3),
.counter_new ul li:nth-child(4) {
    margin: 0;
}

.left-panel li.active span {
    color: #0A263E !important;
}

.left-panel li.active small {
    color: #0A263E;
}

section.about_sec_4 {
    padding: 100px 0 100px 0;
}

.review_iner h5 {
    color: #F47A1F;
    text-align: center;
    font-size: 25px;
    font-family: 'Jost' !important;
    margin: 0;
    line-height: 25px;
}

.review_iner h1 {
    text-align: center;
    font-size: 200px;
    font-weight: bold;
    font-family: 'Jost' !important;
    line-height: 180px;
    margin: 0;
    color: #314252;
}

.review_iner {
    text-align: center;
}

.img_box ul li {
    background: #f1f1f1;
    border-radius: 15px;
    padding: 40px 30px;
    text-align: center;
    margin: 0 10px;
}

.img_box ul li h5 {
    margin: 20px 0 9px 0;
    font-size: 22px;
    font-weight: bold;
    color: #000;
    line-height: 22px;
}

.img_box ul li p {
    color: #212529;
    font-size: 13px;
    line-height: 13px;
    margin: 0;
}

section.about_sec_5 {
    background: #a40033;
    padding: 80px 0;
}

.single_img img {
    width: 95%;
}

.global_inner.white h6 {
    color: #fff;
    font-size: 25px;
    line-height: 25px;
    margin: 0 0 30px 0;
}

.blog_box img {
    width: 100%;
    border-radius: 15px;
}

.blog_box {
    background: #F8F8FB;
    padding: 0 0 20px 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

section.about_sec_6 {
    background: #fff;
    padding: 100px 0;
}

.blog_box h4 {
    color: #314252;
    font-size: 25px;
    font-weight: 600;
    font-family: 'Jost' !important;
    padding: 0 20px;
    margin: 20px 0 20px 0;
}

.blog_box P {
    COLOR: #212529;
    padding: 0 20px;
}

footer.main_footer:before {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../images/shade.png);
    background-repeat: no-repeat;
    width: 530px;
    height: 528px;
    left: 0;
    bottom: -220px;
    filter: brightness(0) invert(1);
    z-index: -1;
}

.footer_inner ul li a:hover {
    color: #a40033;
}

.footer_logo ul li a:hover {
    background: #a40033;
    color: #fff;
    transition: .5s ease;
}

.patners_inner h2:before,
.patners_inner h2:after {
    content: '';
    display: block;
    position: absolute;
    width: 500px;
    height: 1px;
    background: #000;
    top: 0;
    bottom: 0;
    margin: auto;
}

.patners_inner h2:after {
    left: unset;
    right: 0;
}

section.sec-9.mobile {
    display: none;
}

section.mobile_menu {
    display: none;
}

@media only screen and (max-width: 1319px) {
    section {
        overflow: hidden !important;
    }
    .menu nav div#navbarSupportedContent ul.navbar-nav li.nav-item a {
        font-size: 16px;
    }
    .menu nav div#navbarSupportedContent ul.navbar-nav li {
        margin: 0 0 0 20px;
    }
    .banner_inner h1 {
        font-size: 50px;
        line-height: 50px;
    }
    .global_inner h2 {
        font-size: 35px;
        line-height: 40px;
    }
    .global_inner.black p {
        font-size: 18px;
    }
    .patners_inner h2:before,
    .patners_inner h2:after {
        width: 430px;
    }
    .industry_main .industry_item img {
        height: 486px;
    }
    .content_industry {
        height: 486px;
    }
    .content_industry h2 {
        font-size: 20px;
    }
    .content_industry p {
        font-size: 12px;
    }
    .work_innner ul li:nth-child(1) {
        left: 10%;
    }
    .work_innner ul li:nth-child(2) {
        right: 8%;
    }
    .about_inner h1 {
        font-size: 60px;
        line-height: 60px;
    }
    .about_tab ul li button {
        font-size: 35px;
    }
    .counter_new ul li h2 {
        FONT-SIZE: 60PX;
        line-height: 60px;
    }
    .review_iner h1 {
        font-size: 130px;
        line-height: 120px;
    }
    .blog_box h4 {
        font-size: 22px;
        line-height: 32px;
    }
    .main_inner span:nth-child(1) img {
        width: 100%;
    }
    .main_inner span p {
        font-size: 16px;
    }
    .main_inner span ul li {
        font-size: 16px;
        margin: 0 0 10px 0;
    }
    .global_inner.black.left {
        padding-left: 9%;
    }
    .item-card .inner_card span:nth-child(1) {
        flex: 0 0 40%;
    }
    .item-card .inner_card span:nth-child(2) {
        flex: 0 0 57%;
    }
    .item-card .inner_card span:nth-child(2) img {
        width: 100%;
    }
    .item-card .inner_card {
        justify-content: space-between;
    }
    .testimonial-container .left-panel li span {
        font-size: 22px;
    }
    section.service_sec .banner_inner h6 {
        font-size: 30px;
    }
    .global_inner.black.small h2 {
        font-size: 26px;
        line-height: 33px;
    }
    .process_inner h2 {
        font-size: 60px;
        line-height: 70px;
    }
    section.service_sec_4 {
        height: 650px;
    }
    .industry_main .industry_item h5 {
        font-size: 24px;
        line-height: 24px;
    }
}

@media only screen and (max-width: 767px) {
    button.navbar-toggler {
        position: absolute;
        right: 0;
        top: -40px;
        background: #a40033;
    }
    button.navbar-toggler span.navbar-toggler-icon {
        filter: brightness(0) invert(1);
        opacity: 1;
        visibility: visible;
    }
    .banner_inner {
        text-align: center;
    }
    .banner_inner h1 {
        font-size: 40px;
        line-height: 50px;
        margin: 0 0 25px 0;
    }
    .banner_inner p {
        font-size: 18px;
        margin: 30px 0 0 0;
    }
    .singel_img img {
        display: none;
    }
    .row.mt-5.top_space {
        margin-top: 40px !important;
    }
    .baner_video video {
        height: 150px;
    }
    section.sec-1 {
        padding-bottom: 60px;
    }
    section.sec-3 {
        padding: 40px 0;
    }
    .global_inner h2 {
        font-size: 30px;
        line-height: 35px;
        margin: 0 0 10px 0;
    }
    .counter_wraper ul {
        width: 100%;
        margin: 50px 0 !important;
    }
    section.sec-4 .col-md-8.p-0 {
        border-radius: 0;
        height: 220px;
        padding: 0 30px !important;
        text-align: center;
    }
    section.sec-4 .col-md-4.p-0 {
        border-radius: 0;
        height: 150px;
        justify-content: center;
        padding: 0 !important;
    }
    p br {
        display: none !important;
    }
    section.sec-5 {
        padding: 40px 0;
    }
    .global_inner.black p {
        font-size: 15px;
        line-height: 22px;
    }
    .tabs_wraper span {
        display: block;
    }
    .child_tab {
        border-radius: 10px;
        box-shadow: unset;
        background: #f1f1f1;
    }
    .child_tab h3 {
        font-size: 22px;
        line-height: 22px;
        margin: 0 0 20px 0;
    }
    .child_tab p {
        font-size: 16px;
        line-height: 22px;
    }
    .patners_inner h2:before,
    .patners_inner h2:after {
        width: 90px;
    }
    .industry_main .industry_item {
        flex: 0 0 50%;
    }
    .industry_main .industry_item:last-child {
        display: none;
    }
    .work_innner img {
        width: 100%;
        display: none;
    }
    .work_innner ul li img {
        display: block;
        width: auto;
    }
    .work_innner {
        display: none;
    }
    section.sec-10 {
        padding: 40px 0;
    }
    section.sec-10 .global_inner.top {
        text-align: center;
    }
    section.sec-10 .global_inner.top h2 br {
        display: none;
    }
    section.sec-10 .global_inner.top img {
        display: none;
    }
    .footer_form {
        margin: 40px 0 0 0;
        padding: 0 20px;
    }
    .footer_form form .inner_wraper span input {
        height: 50px;
    }
    footer.main_footer {
        padding-top: 40px;
    }
    footer.main_footer .global_inner.white {
        text-align: center;
        margin-bottom: 30px;
    }
    footer.main_footer .global_btm {
        text-align: center;
    }
    .row.mt-5.top {
        padding-top: 0 !important;
    }
    .footer_logo {
        text-align: center;
        margin: 10px 0 40px 0;
    }
    .footer_logo ul {
        justify-content: center;
        padding: 0 !important;
    }
    .footer_inner h5 {
        font-size: 28px;
    }
    .footer_inner {
        text-align: center;
        margin: 0 0 40px 0;
    }
    .footer_inner ul {
        text-align: center;
    }
    .footer_inner ul li {
        justify-content: center;
    }
    .about_inner h1 {
        font-size: 40px;
        line-height: 50px;
    }
    .about_inner {
        text-align: center;
    }
    .about_inner ul li {
        text-align: left;
        font-size: 14px;
    }
    section.about_sec_2 {
        padding: 40px 0 0 0;
    }
    .about_tab ul li button {
        font-size: 25px;
    }
    .sketch_img img {
        width: 70%;
    }
    .counter_new ul {
        width: 100%;
        margin: 30px 0 0 0 !important;
    }
    .counter_new ul li h2 {
        font-size: 50px;
        line-height: 50px;
    }
    .counter_new ul li p {
        font-size: 15px;
        font-weight: 400;
    }
    section.about_sec_4 {
        padding: 40px 0;
    }
    .review_iner {
        margin: 30px 0 0 0;
    }
    .review_iner h1 {
        font-size: 70px;
        line-height: 80px;
    }
    .review_iner img {
        width: 100px;
    }
    .review_iner h5 {
        font-size: 19px;
    }
    .img_box ul li img {
        margin: auto;
        display: block;
    }
    section.about_sec_5 .global_inner.white {
        text-align: center;
        margin: 40px 0 0 0;
    }
    .blog_box {
        margin: 0 0 30px 0;
    }
    section.service_sec .banner_inner h1 {
        margin: 0;
    }
    p.top-desc {
        margin: 0;
    }
    section.service_sec {
        padding-bottom: 40px;
    }
    .counter-container {
        display: block;
        margin: 0;
    }
    .counter-box {
        text-align: center;
        margin: 0 0 30px 0;
    }
    .counter-box p.label {
        font-size: 22px;
        margin: 0;
    }
    section.industrie_sec_1 {
        padding-bottom: 40px;
    }
    section.industrie_sec_1 .global_inner.black {
        text-align: center;
    }
    section.industrie_sec_2 .tabs {
        display: block;
    }
    .main_inner {
        display: block;
    }
    .main_inner span:nth-child(1) img {
        width: 60%;
        margin: auto;
        display: block;
    }
    .services_box .item img {
        width: 65%;
    }
    .services_box .item {
        margin: 0 !important;
    }
    .box_content {
        left: -20px;
        padding: 0 40px;
    }
    .box_content p {
        font-size: 16px;
        width: 70%;
    }
    section.industrie_sec_3 {
        padding-bottom: 40px;
    }
    .item-card .inner_card {
        display: block;
    }
    .item-card {
        text-align: center;
        padding: 15px 15px;
        margin: 0 5px;
    }
    .item-card .inner_card span:nth-child(1) img {
        margin: auto;
        display: block;
    }
    .item-card .inner_card h2 {
        font-size: 20px;
        line-height: 27px;
    }
    .item-card .inner_card p {
        width: 100%;
        font-size: 14px;
    }
    .item-card .inner_card a {
        margin: 0 0 30px 0 !important;
        display: block;
    }
    section.industrie_sec_5 {
        padding: 40px 0;
    }
    br {
        display: none;
    }
    .icon_wraper ul {
        margin: 40px 0 0 0 !important;
    }
    section.service_sec .banner_inner h1 {
        font-size: 35px;
    }
    section.service_sec .banner_inner h6 {
        font-size: 20px;
        margin: 10px 0 0 0;
    }
    .service_img img {
        width: 40%;
        margin: auto;
        display: none;
    }
    .services_wraper ul {
        display: block;
    }
    .services_wraper ul li {
        padding: 0;
        margin: 0 0 30px 0 !important;
        text-align: center;
    }
    .services_wraper {
        width: 100%;
        margin: 0;
    }
    .services_wraper ul li h2 {
        margin: 0 0 15px 0;
        font-size: 25px;
        line-height: 25px;
    }
    .services_wraper ul li p {
        font-size: 16px;
    }
    .services_wraper ul:before {
        display: none;
    }
    section.service_sec_2 {
        padding-bottom: 30px;
    }
    .process_inner h2 {
        font-size: 30px;
        line-height: 40px;
    }
    section.service_sec_4 {
        height: auto;
        padding: 60px 0;
    }
    .global_inner h5 {
        font-size: 20px;
    }
    section.service_sec_5 {
        padding: 40px 0;
    }
    .process_inner_wraper ul li span h2 {
        font-size: 50px;
    }
    .process_inner_wraper ul li span h4 {
        font-size: 24px;
    }
    .process_inner_wraper ul li {
        display: block;
        text-align: center;
    }
    .process_inner_wraper ul li span p {
        width: 100%;
    }
    section.sec-9.mobile {
        display: block;
    }
    section.sec-9.desktop {
        display: none;
    }
    .mobile_wraper ul li img {
        width: 150px;
        height: 150px;
        border-radius: 50%;
        margin: auto;
        display: block;
        margin-bottom: 20px;
    }
    .mobile_wraper ul li {
        text-align: center;
    }
    section.sec-9.mobile {
        padding: 40px 0;
    }
    section.industrie_sec_6 {
        padding: 0 0 40px 0;
    }
    .post_wraper img {
        width: 100%;
    }
    .post_wraper {
        margin: 60px 0 0 0;
    }
    .post_content img {
        display: none;
    }
    .global_btm.double span {
        margin: 0;
        flex: 0 0 47%;
    }
    .global_btm.double span button {
        width: 100%;
    }
    .global_btm.double {
        justify-content: space-between;
    }
    .post_content h2 {
        font-size: 20px;
        margin: 0 0 10px 0;
        line-height: 20px;
    }
    .post_content p {
        width: 100%;
        font-size: 14px;
    }
    .post_content h5 {
        font-size: 12px;
    }
    .open-btn {
        position: absolute;
        top: 25px;
        right: 10px;
        font-size: 24px;
        cursor: pointer;
        background: #a40033;
        color: white;
        border: none;
        border-radius: 4px;
        z-index: 999;
        transition: opacity 0.3s ease;
        width: 50px;
        height: 40px;
    }
    .open-btn.hide {
        opacity: 0;
        pointer-events: none;
    }
    .overlay {
        position: fixed;
        top: 0;
        right: 0;
        width: 0;
        height: 100%;
        transition: 0.5s;
        z-index: 1;
    }
    .side-menu {
        position: fixed;
        top: 0;
        right: -300px;
        width: 300px;
        height: 100%;
        background: #a20032;
        padding-top: 100px;
        transition: 0.5s;
        z-index: 9999;
    }
    .side-menu .logo {
        position: absolute;
        top: 20px;
        left: 30px;
        display: flex;
        align-items: center;
        color: #fff;
        font-size: 22px;
        font-weight: 700;
    }
    .side-menu .logo img {
        width: 40px;
        margin-right: 10px;
    }
    .side-menu a,
    .side-menu button.dropdown-btn {
        display: flex;
        align-items: center;
        padding: 15px 30px;
        color: #fff;
        text-decoration: none;
        font-size: 18px;
        background: none;
        border: none;
        width: 100%;
        text-align: left;
        cursor: pointer;
        transition: background 0.3s, transform 0.3s;
    }
    .side-menu a:hover,
    .side-menu button.dropdown-btn:hover {
        background: rgba(255, 255, 255, 0.1);
        transform: translateX(-5px);
    }
    .side-menu a i,
    .side-menu button.dropdown-btn i {
        margin-right: 15px;
    }
    .side-menu .dropdown-icon {
        margin-left: auto;
        transition: transform 0.3s;
    }
    .side-menu .dropdown-btn.active .dropdown-icon {
        transform: rotate(180deg);
    }
    .side-menu .dropdown-container {
        display: none;
        flex-direction: column;
        background: rgba(255, 255, 255, 0.05);
        height: 220px;
        overflow-y: scroll;
    }
    .side-menu .dropdown-container a {
        padding-left: 50px;
        font-size: 16px;
    }
    .close-btn {
        position: absolute;
        top: 20px;
        right: 20px;
        font-size: 28px;
        color: #fff;
        cursor: pointer;
    }
    .menu {
        display: none;
    }
    section.mobile_menu {
        display: block;
    }
}



.menu nav div#navbarSupportedContent ul.navbar-nav li.nav-item.dropdown {}

.menu nav div#navbarSupportedContent ul.navbar-nav li.nav-item.dropdown ul.dropdown-menu {background: #a40033;}

.menu nav div#navbarSupportedContent ul.navbar-nav li.nav-item.dropdown ul.dropdown-menu li {
    margin: 0;
}

.menu nav div#navbarSupportedContent ul.navbar-nav li.nav-item.dropdown ul.dropdown-menu li a.dropdown-item {
    color: #fff;
    font-size: 16px;
    padding: 0.5rem 1rem;
    border-bottom: 1px solid;
}

.menu nav div#navbarSupportedContent ul.navbar-nav li.nav-item.dropdown ul.dropdown-menu li a.dropdown-item:hover {
    background: #000;
}

body.contact_page .footer-top {
    display: none;
}

body.contact_page footer.main_footer {
    padding-top: 0;
}


section.thankyou-sec {
    padding: 200px 0;
    text-align: center;
}

section.thankyou-sec h1 {
    font-size: 50px;
    font-weight: 600;
}

section.thankyou-sec p {
    font-size: 20px;
    width: 70%;
    margin: auto;
    padding-top: 30px;
    font-weight: 600;
}

a.btn-red {
    width: 200px;
    height: 55px;
    border: none;
    border-radius: 25px 0 25px 0;
    font-size: 17px;
    font-weight: 400;
    background: #a40033;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-top: 10px;
    transition: 0.4s linear;
}
a.btn-red:hover{
    border-radius: 0 25px 0 25px;
    background: #0A263E;
}

section.about-banner {
    padding: 150px 0 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FAF7F2;
}

section.about-banner h1 {
    font-weight: 700;
    font-size: 3.5rem;
}
.terms-sec{padding:40px 0;}
.terms-sec h2.main-heading{text-align:center;font-size:45px;}
.terms-sec p.main-para{font-size:20px;text-align:center;}
.terms-sec h3{margin:30px 0 5px 0;font-size:30px;}
.terms-sec br{display:none;}
.terms-sec p{font-size:18px;font-weight:300;}
.terms-sec ul.list-simple{list-style:disc;}


.menu nav div#navbarSupportedContent ul.navbar-nav li button {
    position: relative;
}

.menu nav div#navbarSupportedContent ul.navbar-nav li button:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    animation: blink 1s infinite;
}
@keyframes blink{
    0%{
        background:#000;
    }
}