@media (min-width: 1200px) {



    .container,

    .container-lg,

    .container-md,

    .container-sm,

    .container-xl {

        max-width: 1340px;

    }

}



:root {

    --bs-white: #fff;

    --bs-black: #000;

    --bs-site-yellow: #faf60c;

    --bs-site-blue: #144f8b;

    /* --bs-site-navtext: #555555; */

    --bs-site-text: #5F5F5F;

    /* --bs-site-text2: #45474d;

    --bs-site-text3: #202226; */

    --bs-site-red: #ea2a18;

    --fontfamily-main: "Lexend Deca", sans-serif;

    --fontfamily-main2: "Poppins", sans-serif;

    --inputcolor: #3e3e3e;

    --bgcolorfooter: #dbe8f9;

    --lightredcolor: #fff5f4;

    --grencolor: #18AA4A;

    --textcolor: #475166;

    --headingtextColor1: #222222;

    --textColor2: #333;

    --textColor3: #111111;

    --btnColor: #1090aa;

    --bgColor: ##FAFAFA
}



body {

    font-family: var(--fontfamily-main);

    color: var(--bs-site-text);

    font-size: 17px;

    line-height: 1.4em;

    font-weight: 400;

    color: var(--darkgrey);

}

h5.gt-page-sub-head {
    
    margin-bottom: 10px;
}
ul.coca-user-list li {
    background: url(../img/user.png) 5px 3px no-repeat;
    background-size: 19px;
    padding-left: 34px;
    margin-bottom: 7px;
}
ul.cola-feature-list li {
    margin-bottom: 10px;
    font-weight: 300;
}
ul.cola-feature-list li i {
    margin-right: 10px;   
}
p.p-align-left {
    text-align: left;
}

* {

    padding: 0px;

    margin: 0px;

    transition: 0.5s ease-in-out;

}



a {

    text-decoration: none;

}



ul li {

    list-style: none;

}



h1,

h2,

h3,

h4,

h5,

h6,

p,

li,

ul {

    padding: 0px;

    margin: 0px;

}







img {

    max-width: 100%;

}



header {



    position: relative;

    z-index: 3;



}











@-moz-keyframes fadeIn {

    from {

        opacity: 0;

    }



    to {

        opacity: 1;

    }

}











@-moz-keyframes triangleStroke {

    from {

        stroke-dashoffset: 90;

    }



    to {

        stroke-dashoffset: 0;

    }

}



@-webkit-keyframes triangleStroke {

    from {

        stroke-dashoffset: 90;

    }



    to {

        stroke-dashoffset: 0;

    }

}



@-o-keyframes triangleStroke {

    from {

        stroke-dashoffset: 90;

    }



    to {

        stroke-dashoffset: 0;

    }

}



@keyframes triangleStroke {

    from {

        stroke-dashoffset: 90;

    }



    to {

        stroke-dashoffset: 0;

    }

}



@-moz-keyframes smallScale {

    from {

        transform: scale(1);

        opacity: 1;

    }



    to {

        transform: scale(1.5);

        opacity: 0;

    }

}



@-webkit-keyframes smallScale {

    from {

        transform: scale(1);

        opacity: 1;

    }



    to {

        transform: scale(1.5);

        opacity: 0;

    }

}



@-o-keyframes smallScale {

    from {

        transform: scale(1);

        opacity: 1;

    }



    to {

        transform: scale(1.5);

        opacity: 0;

    }

}



@keyframes smallScale {

    from {

        transform: scale(1);

        opacity: 1;

    }



    to {

        transform: scale(1.5);

        opacity: 0;

    }

}

.inner-banner-about {
    text-align: right;
}

.inner-banner-img {
    text-align: right;
}

.inner-banner-img img {
    max-width: 350px;
}

.spacing-section {

    padding-bottom: 90px;

}





.animate__animated {

    animation: 0.5s ease-out 0s 1 slideInFromLeft forwards;

    animation-delay: 0.2s;

}



.animate__animated_right {

    animation: 1.5s ease-out 0s 1 slideInFromRight forwards;

    animation-delay: 0.2s;

}



.animate__animated_zoom {

    /* animation: 1.5s ease-out animateZoom; */

    /* animation: animateZoom 1.5s ease-out; */

    animation: zoom-in-zoom-out 2s ease-out;

    animation-delay: 0.2s;

}



@keyframes slideInFromLeft {

    0% {

        transform: translateX(-50%);

    }



    100% {

        transform: translateX(0);

    }

}



@keyframes slideInFromRight {

    0% {

        transform: translateX(50%);

    }



    100% {

        transform: translateX(0);

    }

}



@keyframes animateZoom {

    0% {

        transform: scale3d(.3, .3, .3);

    }

}



@keyframes zoom-in-zoom-out {

    0% {

        transform: scale(0.7, 0.7);

    }



    50% {

        transform: scale(1.15, 1.15);

    }



    100% {

        transform: scale(1, 1);

    }

}






.project-content-detail .row .col-7 img,
.project-content-detail .row .col-6 img {
    max-width: 100%;
    margin-left: 0px;
}

.project-content-detail .row .col-5 h4 {
    font-size: 24px;
    margin-bottom: 11px;
    font-weight: 300;
}


.row-prod-detail-section {
    align-items: center;
    margin-bottom: 40px;
}



.header-logo {

    width: 100%;



    position: relative;

    /* overflow: hidden; */

    padding: 10px 0px;

    padding-top: 0px;

}



.header-top {

    background-color: var(--bs-site-red);

    padding: 3px 0px;

}

.footer-top-about {
    width: calc(100% - 40px);
}

.footer-top .footer-top-about h2 {
    font-size: 30px;
    margin-bottom: 18px;
}

.footer-top-about p {
    font-size: 16px;
    line-height: 23px;
    font-weight: 300;
}

.menu-block {

    display: flex;

    align-items: end;

    padding-bottom: 20px;

    justify-content: end;

}



.menu-block a.btn-link {

    text-decoration: none;

    background-color: var(--bs-site-red);

    color: #fff;

    padding: 10px 45px;

    border-radius: 30px;

    font-size: 13px;

    text-transform: uppercase;

    font-weight: 500;

}



a.btn-link {

    text-decoration: none;

    background-color: var(--bs-site-red);

    color: #fff;

    padding: 15px 60px;

    border-radius: 60px;

    font-size: 18px;

    text-transform: capitalize;

    font-weight: 300;

}



a.btn-link:hover {

    /* background-color: #000;

color: #fff; */

}





.header-top-inner,

.header-top-inner a {

    font-family: var(--fontfamily-main2);

    color: #fff;

    font-size: 13px;

    line-height: 1em;

    font-weight: 500;



}



.header-top-inner .header-login img {

    max-width: 22px;

}



.header-top-inner p:first-child {

    width: 20%
}



.header-top-inner p:nth-child(2) {

    width: 60%
}



.header-top-inner .header-login {

    width: 20%
}



/* .footer-top-inner::before,

.footer-top-inner p,

.footer-top-inner .header-login {

    content: '';

    flex-basis: 100%;

    font-weight: 700;

} */


ul.list-unstyled li {
    margin-bottom: 10px;
}


.header-top-inner p {

    text-align: center;

}

.para {
    margin-bottom: 40px;
}

.para p {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 15px;
}

.scrum-img {
    background-color: #0039ff;
    padding: 20px;
}


.header-top-inner .header-login {

    text-align: right;



}

.tech-stack {
    margin-top: 40px;
}

.tech-stack ul li div.exp-item {
    display: flex;
}

.tech-stack ul li {
    padding: 5px;
}

.tech-stack ul li div.exp-item img {
    max-height: 41px;
    margin-right: 10px;
}

.tech-stack ul li div.exp-item {
    padding: 10px;
}

.tech-stack ul li div.exp-item h5 {
    margin-top: 0;
    background: transparent;
    color: #222;
    text-align: left;
}

h3.small-heading {
    font-size: 21px;
    font-weight: 700;
    color: #ea2a18;
}


.brief-slider .slick-slide {
    height: auto;
}


.header-top-inner p a {

    text-decoration: underline;



}



.header-top-inner {

    display: flex;

    align-items: center;

    width: 100%;

    justify-content: space-between;

    padding: 6px 0px;

}



.header-logo img {

    max-width: 120px;

    max-width: 110px;

}



.header-bottom {

    padding: 5px 0px;

}



.left-banner p {

    font-weight: 500;

    font-size: 18px;

    line-height: 1em;

    color: black;

    font-family: var(--fontfamily-main2);

}



.left-banner h2 {

    color: #222222;

    font-weight: 800;

    font-size: 63px;

    line-height: 1.1em;

    margin: 20px 0px;

    letter-spacing: 2px;

    margin-bottom: 30px;

}



.left-banner h2 span {

    color: var(--bs-site-red);

}



.left-banner h6 {

    font-weight: 500;

    font-size: 23px;

    line-height: 1em;

    color: black;

    /* font-family: var(--fontfamily-main2); */

}



.banner-btn-block a {

    display: inline-block;

    font-family: var(--fontfamily-main2);

    color: #fff;

    font-size: 18px;

    line-height: 1em;

    font-weight: 300;

    padding: 23px 45px;

    background-color: var(--bs-site-red);

    border-radius: 5px;

    min-width: 233px;

    text-align: center;

}



.banner-btn-block a:hover {

    background-color: var(--btnColor);

}



.banner-btn-block a:last-child:hover {

    background-color: var(--bs-site-red);

}



.banner-btn-block a:last-child {

    /* background-color: var(--btnColor); */

    margin-left: 10px;

}



.banner-btn-block {

    margin-top: 50px;

}



.banner-left h2 {

    color: #fff;

    font-family: var(--fontfamily-main);

    font-size: 46px;

    font-weight: 700;

    line-height: 1.3em;

}



.banner-left h4 {

    color: #fff;

    font-family: var(--fontfamily-main);

    font-size: 25px;

    font-weight: 300;

    line-height: 1.4em;

    max-width: 320px;

    padding: 10px 0px 20px 0px;

}







.left-banner {

    position: relative;



}



.main-banner {

    position: relative;

    padding: 80px 0px;

    background-size: 40% !important;



}









.home-menu {

    margin-bottom: 20px;

}



.count-container {

    background-color: #fafafa;

    padding: 55px 0px;

    font-family: var(--fontfamily-main2);

}



.count-block {
    text-align: center;
}



.count-block h2,

.plus-counter {
    /* color: #515d74; */
    color: #222;
    font-weight: 700;
    font-size: 45px;
    line-height: 1em;
    margin-bottom: 10px;
}



.count-block p {

    font-weight: 500;

    font-size: 18px;

    line-height: 1em;

    color: black;

    font-family: var(--fontfamily-main2);

}



.count-top-block {

    text-align: center;
    display: none;
    margin-top: -92px;

}



.counter-top {

    display: flex;

    align-items: center;

    justify-content: center;

}



.main-title {

    font-family: var(--fontfamily-main2);

    padding-top: 70px;

    text-align: center;

}



.main-title h2 {

    font-weight: 700;

    font-size: 45px;

    line-height: 1em;

    color: var(--headingtextColor1);

}



.main-title p {

    font-size: 17px;

    line-height: 1.5em;

    color: var(--bs-black);

    margin-top: 15px;

    font-weight: 500;

}



.service-container-block {

    position: relative;

}



.service-block {

    font-family: var(--fontfamily-main2);

}



.service-block h2 {

    font-weight: 600;

    font-size: 25px;

    line-height: 1em;

    text-align: center;

    color: var(--bs-site-red);

    margin-top: 20px;



}







.service-block p {

    font-size: 15px;

    line-height: 1.5em;

    color: var(--bs-black);

    margin-top: 10px;


    text-align: center;



}



.service-block {

    margin-top: 60px;

}



.service-block {

    text-align: center;

    padding: 0px 50px;

}



.service-block img {

    max-height: 70px;

}



.service-container-block:before {

    content: "";

    position: absolute;

    left: 10px;

    top: 60px;

    background: url(../img/servicebg-left.png) top left no-repeat;

    width: 268px;

    height: 564px;

    display: inline-block;

    background-size: 80%;

}



.service-container-block:after {

    content: "";

    position: absolute;

    right: 10px;

    top: 60px;

    background: url(../img/servicebg-right.png) top right no-repeat;

    width: 216px;

    height: 607px;

    display: inline-block;

    background-size: 80%;

}



.btn-section-block {

    text-align: center;

    padding: 90px 0px;

}



.btn-section-block .btn-link {

    border-radius: 5px;

    padding: 15px 70px;

    position: relative;

}



.btn-link {

    position: relative;

    border: 1px solid var(--bs-site-red);

    overflow: hidden;

    /* overflow: hidden; */

}



/* .btn-link::before {

    background: #fff;

    content: "";

    height: 155px;

    opacity: 0;

    position: absolute;

    top: -50px;

    transform: rotate(35deg);

    width: 50px;

    transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);

}



.btn-link::after {

    background: #fff;

    content: "";

    height: 20rem;

    opacity: 0;

    position: absolute;

    top: -50px;

    transform: rotate(35deg);

    transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);

    width: 8rem;

}



.btn-link::before {

    left: -50%;

}



.btn-link::after {

    left: -100%;

}



.btn-link:hover,

.btn-link:active {

    transform: translateY(-3px);

    color: #fff;

    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);

    background-color: var(--bs-site-red);

}



.btn-section-block .btn-link:hover::before {

    left: 120%;

    opacity: 0.5s;

}



.btn-link:hover::after {

    left: 200%;

    opacity: 0.6;

}



.btn-link span {

    z-index: 20;

} */





/* 4. hover-filled-slide-right */

.btn-link::before {

    top: 0;

    bottom: 0;

    right: 0;

    height: 100%;

    width: 100%;

    position: absolute;

    content: "";

}



.btn-link:hover::before {

    width: 0%;

}



html a.btn-link:hover {

    background: transparent;

}



.btn-link::before {

    background-color: var(--bs-site-red);

    transition: 0.3s ease-out;

}



header .btn-link::before {

    border-radius: 30px;

}



.btn-link span {

    color: var(--bs-white);

    z-index: 20;

    position: relative;

    font-family: var(--fontfamily-main);

}



.btn-link.btn-link-white span {

    color: var(--bs-site-red);

    font-weight: 500;



}



.btn-link.btn-link-white {

    border-color: var(--bs-white);

    border-radius: 5px;

}



.btn-link.btn-link-white:hover span {

    color: var(--bs-white)
}



.btn-link::before {

    background-color: var(--bs-site-red);

    transition: 0.3s ease-out;

}



.btn-link.btn-link-white::before {

    background-color: var(--bs-white);



}



.btn-link:hover span {

    color: var(--bs-site-red);

    transition: 0.2s 0.1s;

}



header .btn-link::before {

    top: 0;

    bottom: 0;

    right: 6px;

    height: 100%;

    width: 150px;

    position: absolute;

    content: "";

}


.grow-container {

    background-color: var(--bs-site-red);

    padding: 90px 0px;

    position: relative;

    padding-bottom: 80px;



}



.grow-container:after {

    content: "";

    position: absolute;

    top: 0px;

    right: 0px;

    background: url(../img/grow-bg.png) center right no-repeat;

    width: 774px;

    height: 100%;

    display: inline-block;

    background-size: 85%;

}



.grow-content {

    font-family: var(--fontfamily-main2);



}



.grow-content h2 {

    color: #fff;

    font-weight: 400;

    font-size: 32px;

    line-height: 1em;

    margin-bottom: 30px;

}



.grow-content p {

    color: #fff;

    font-weight: 300;

    font-size: 20px;

    line-height: 1.5em;



}



.grow-container .container {

    max-width: 1000px;

}



.grow-btn {

    text-align: right;

}



.start-ups .main-title p {

    max-width: 800px;

    margin: 0 auto;

    margin-top: 20px;

    text-align: left;

    line-height: 1.7em;

    margin: 60px auto 50px auto;

}



.startUp-box {

    display: flex;

    align-items: center;

}



.startUp-box h3 {

    color: var(--headingtextColor1);

    font-family: var(--fontfamily-main2);

    font-weight: 400;

    position: relative;

    left: -20px;

    font-size: 22px;

    line-height: 1.2em;

    top: 8px;

}



.startUp-container .container {

    max-width: 1000px;



}







.startUp-box img {

    max-width: 65px;

}



.border-div {

    padding: 70px 0px 40px 0px;

}



.border-div hr {

    opacity: 1;

    border-color: #d6f5ea;

}



.client-left {

    border-right: 1px solid #000;

    padding-right: 40px;

}



.client-left h2 {

    font-weight: 300;

    font-size: 42px;

    line-height: 1.3em;

    font-family: var(--fontfamily-main2);

    color: var(--bs-black);

}



.clients-container .container {}



.clients-container .col-md-3 {

    padding-right: 40px;

}



.clients-img {

    padding-left: 40px;

}



.clients-img ul {

    display: flex;

    align-items: flex-start;

    flex-wrap: wrap;

}



.clients-img ul li {

    width: 33.333%;

    display: flex;

    justify-content: center;

    padding-bottom: 25px;

}



.clients-img ul li a img {

    transition: 0.3 all;

}



.clients-img ul li a:hover img {

    transform: scale(1.1);

    filter: grayscale(1);

}



.mobile-development-container {

    background: #FDFDFD url(../img/H_BG.png) center bottom no-repeat;

    background-size: 100%;

}



.services-item-wrap .services-list-wrap {

    background-color: #fff;

    border-radius: 16px;

    box-shadow: 0 0 26px rgba(0, 0, 0, .1);

}



.services-item-wrap {

    padding: 94px 32px 48px 32px;

}



.box-title a {

    text-decoration: none;

    background-color: var(--bs-site-red);

    border-radius: 50px;

    display: inline-block;

    padding: 0.25rem 1.25rem;

    color: #fff;

    font-weight: 300;

    font-size: 1.5rem;

    letter-spacing: 1px;

    margin: 0;

    height: 48px;

    position: relative;

    top: -24px;

    margin: auto;

    display: -ms-inline-flexbox;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    transition: color 400ms;

    font-family: var(--fontfamily-main2);

    font-weight: 300;

}



.box-title {

    text-align: center;

}



.content-wrap {

    min-height: 300px;

    padding: 8px 32px 32px;

}



.content-wrap p {

    color: #000;

    font-size: 15px;

    line-height: 1.5em;

    font-family: var(--fontfamily-main2);

    font-weight: 400;

}



.content-wrap ul {

    padding: 0;

    margin: 0;

    margin-top: 1rem;

    list-style: none;

    display: flex;

    flex-direction: row;

    flex-wrap: wrap;

}



.content-wrap ul li {

    width: 50%;

    color: #000;

    font-size: 18px;

    line-height: 1em;

    font-family: var(--fontfamily-main);

    font-weight: 400;

    padding: 8px 0px;

}



.contact-container {

    background-color: #fdfdfd;

}



.contact-block-container h2 {

    color: var(--bs-site-red);

    font-weight: 600;

    font-size: 25px;

    line-height: 1em;

    box-shadow: 7px 10px 9px rgba(0, 0, 0, .05);

    display: inline-block;

    padding: 8px;

    padding-left: 0px;

    padding-top: 0px;

    padding-right: 30px;

    text-transform: uppercase;

}



.contact-block-container {

    padding-top: 90px;

    padding-bottom: 50px;

}



.contact-icon {

    height: 85px;

    width: 85px;

    border-radius: 10px;

    background-color: #fff;

    display: flex;

    align-items: center;

    justify-content: center;

    padding: 12px;

    box-shadow: -1px 4px 16px rgba(0, 0, 0, .08);

}



.contact-detail-listing {

    padding-top: 35px;

}



.contact-des-right h3 {

    text-transform: uppercase;

    color: var(--bs-site-red);

    font-weight: 600;

    font-size: 25px;

    line-height: 1em;

}



.contact-detail-listing ul li {

    display: flex;

    align-items: flex-start;

    font-family: var(--fontfamily-main);



}



.contact-detail-listing ul li li {

    align-items: center;



}



.contact-detail-listing ul li .contact-icon {

    margin-right: 32px;

}



.contact-detail-listing ul li,

.contact-detail-listing ul li a {

    color: #475166;

    font-size: 15px;

    line-height: 1em;

    font-weight: 500;

    letter-spacing: -0.5px;

}



.contact-detail-listing ul li li:first-child a {

    font-size: 18px;

}



.contact-detail-listing ul li a:hover {

    color: var(--bs-site-red);

}



.contact-detail-listing ul>li {

    margin-top: 15px;

}



.contact-detail-listing ul ul li img {

    padding-right: 8px;

}



.contact-detail-listing ul li {

    border-bottom: 1px solid #cccccc;

    padding-bottom: 22px;

    margin-bottom: 35px;

}



.contact-detail-listing ul ul li,

.contact-detail-listing ul li:last-child {

    border-bottom: none;

    padding-bottom: 0px;

    margin-bottom: 0px;

}



.contact-block-right p {

    font-family: var(--fontfamily-main2);

    padding: 20px 0px 30px 0px;

    font-weight: 500;

    color: #333333;

}



.contact-block-right .form-control {

    font-family: var(--fontfamily-main2);

    font-weight: 500;

    color: #333333;

    font-size: 16px;

    line-height: 1em;

    padding: 15px 16px;

    border-radius: 5px;

    border-color: #cccccc;



}



.contact-block-right .form-control::placeholder {


    font-weight: 200;
    color: #999999;



}



.form-container .form-group:not(:last-child) {

    margin-bottom: 25px;

}



.contact-block-right textarea {

    min-height: 160px;

}



.contact-block-right {

    padding-left: 50px;

}



.form-btn .btn-link {

    text-decoration: none;

    border-radius: 5px;

    padding: 15px 70px;

    position: relative;

    background: transparent;

}



.manag-img {

    border: 10px solid #FAFAFA;

    text-align: center;

    border-radius: 20px;

    max-width: 190px;

    margin: 0 auto;

    position: relative;

    overflow: hidden;

}



.manag-block {

    text-align: center;

}



.manag-img:before {

    position: absolute;

    top: 0;

    left: -75%;

    display: block;

    content: '';

    width: 50%;

    height: 100%;

    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);

    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));

    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);

    -webkit-transform: skewX(-25deg);

    -ms-transform: skewX(-25deg);

    transform: skewX(-25deg);

}



.manag-block:hover .manag-img:before {

    -webkit-animation: shine 1s;

    animation: shine 1s;

}



@keyframes shine {

    100% {

        left: 125%
    }

}



.manag-block h5 {

    font-weight: 600;

    color: #222222;

    font-family: var(--fontfamily-main2);

    font-size: 18px;

    margin: 20px 0px 5px 0px
}



.manag-block p {

    font-weight: 500;

    color: #333;

    font-family: var(--fontfamily-main2);

    font-size: 15px;

    letter-spacing: -0.5px;



}



.management-block .container {

    max-width: 1000px;

    padding: 80px 0px;

}



#footer-container {





    background-image: url(../img/footer-bg-img.webp), linear-gradient(0deg, rgb(245, 245, 245) 75%, rgba(0, 0, 0, 0) 25%) !important;

    padding-top: 142px;

    background-repeat: no-repeat;

    background-size: 100%;

    background-position-y: top;

    background-position-x: center;

}



.footer-top h2 {

    color: var(--bs-site-red);

    font-weight: 800;

    text-transform: uppercase;

    font-size: 20px;

    line-height: 1em;

    margin-bottom: 30px;

}



.footer-farleft {

    display: flex;

}



.footer-top-logo {

    width: 145px;

}



.footer-top-logo img {

    width: 90px;



}



.footer-menu li a {

    font-weight: 600;

    color: #222;

    font-size: 16px;

    line-height: 1em;

}



.footer-menu li a:hover {

    color: var(--bs-site-red);

}



.footer-menu li:not(:last-child) {

    margin-bottom: 7px;

}



.footer-contact li {

    display: flex;

}



.footer-contact li .soci-fo-icon {

    width: 30px;

    height: 30px;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    background-color: #000;

    color: #fff;

    font-size: 14px;

}



.footer-contact li .soci-fo-content {

    width: calc(100% - 30px);

    padding-left: 15px;

}



.footer-contact li .soci-fo-content h3 {

    font-weight: 800;

    text-transform: uppercase;

    font-size: 15px;

    line-height: 1em;

    color: #222;





}



.footer-contact li .soci-fo-content,

.footer-contact li .soci-fo-content a {

    color: #475166;

    font-weight: 500;

    font-size: 14px;

    line-height: 1em;



}



.footer-contact li .soci-fo-content a {

    margin-top: 5px;

    display: block;



}



.footer-contact li .soci-fo-content a:hover {

    color: var(--bs-site-red);

}



.footer-contact li {

    margin-bottom: 28px;

}



.footer-bottom {

    background-color: var(--bs-site-red);

}



.footer-bottom p {

    color: #fff;

    font-weight: 300;

    font-size: 16px;

    line-height: 1em;

    padding: 15px 0px;

    text-align: center;

    display: block;

}



/* MEDIA QUERIES */



.footer-top .col-md-3:nth-child(2) {

    width: 25%;

    padding-left: 30px;

}



.footer-top .col-md-3:nth-child(3) {

    width: 25%
}



.testimonail-container {

    padding: 90px 0px;

}



.tes-title-content h6 {

    font-family: var(--fontfamily-main2);

    color: var(--bs-site-red);

    font-size: 20px;

    font-weight: 800;

    text-transform: capitalize;

    margin-bottom: 15px;

}



.tes-title-content h2 {



    color: #222;

    font-size: 38px;

    line-height: 1em;

    font-weight: 700;

    text-transform: uppercase;

    letter-spacing: -0.5px;



}



.col-content {

    width: calc(100% - 400px);

}



.col-img {

    width: 400px;

    display: flex;

    justify-content: flex-end;



}



.col-content .content::before {

    content: url(../img/quote-start.svg);

    display: inline-block;

    margin-right: 1rem;

    width: 40px;

}



.col-content .content {

    display: flex;

}



.row .col-content .slick-arrow-wrap {

    margin-bottom: 20px;

    justify-content: left;

    padding-left: 70px;

    margin-top: 15px;

}



.row .col-content .slick-arrow-wrap .arrow {



    filter: contrast(0) opacity(.5);



}



.row .col-content .slick-arrow-wrap .arrow:hover {



    filter: none;



}



.slick-arrow-wrap .arrow:first-child {

    margin-right: 20px;

}



.row .col-content .content .text .quote {

    display: block;

    margin-top: 8px;

}



.row .col-content .content .text {

    padding-left: 20px;

}



.testimonail-inner {

    margin-top: 70px
}



.customer-details-wrap {

    padding-left: 70px;

}



.customer-details-wrap label {



    color: var(--bs-site-red);

    font-family: var(--fontfamily-main2);

    font-size: 18px;

    line-height: 1.8em;

    font-weight: 400;

}



.customer-details-wrap p {



    color: #222;

    font-family: var(--fontfamily-main2);

    font-size: 20px;

    line-height: 1em;

    font-weight: 400;

}



.row .col-content .content .text p {

    color: #003333;

    font-family: var(--fontfamily-main2);

    font-weight: 400;

    font-size: 20px;

    line-height: 1.5em;



}



.avtar-wrap img {

    height: 150px;

    width: 150px;

    border-radius: 50%;

    border: 4px solid var(--bs-site-red);

    object-fit: cover;

    box-shadow: -1px 4px 16px rgba(0, 0, 0, .08);

}



.avtar-wrap {

    text-align: right;

    padding-right: 90px;

}



.slick-arrow-wrap .arrow {

    cursor: pointer;

}



.slick-arrow-wrap img {

    display: inline-block;

}



.testimonail-container {

    position: relative;

}



.testimonail-container:before {

    content: "";

    background: url(../img/tes-bg.png) bottom left no-repeat;

    position: absolute;

    left: 0px;

    bottom: 0px;

    width: 104px;

    height: 210px;

    display: inline-block;

    background-size: 80%;

}

.in-banner h5 {
    font-weight: 300;
    line-height: 1.6em;
    font-size: 17px;
}

.alignitemcenter {
    align-items: center;
}


.page-header .breadcrumbs {

    font-size: 15px;

    font-weight: 400;

    color: #222;

    font-family: var(--fontfamily-main2);

}



.page-header .breadcrumbs a {

    color: var(--bs-site-red);

}



.breadcrumbs {

    display: flex;

    align-items: center;



}



.page-header .page-header_title {

    font-family: var(--fontfamily-font2);

    font-size: 50px;

    font-weight: 700;

    position: relative;

    z-index: 2;

    line-height: 1.2;

    margin-bottom: 10px;

    color: var(--bs-site-red);
    text-align: left;
}



.page-header .breadcrumbs .separator {

    display: inline-block;

    margin: 0 9px;

    height: 4px;

    width: 4px;

    background-color: #ccc;

    border-radius: 6px;

}



.page-header {



    padding: 50px 0;

    height: auto;

    /* background-color: var(--bs-site-blue); */

    /* background-image: url(../img/page-header-bg.png); */

    min-height: 350px;

    background-color: #F8F8F8;

    background-color: #fef4f3;

    position: relative;

}



.project-detail-banner {
    background-color: #fef4f3;
    padding: 30px 0px;
}

.project-detail-content .project-summary {
    padding: 1px 20px;
    min-height: 300px;
    background: rgba(234, 42, 24, 0.05);
    border-radius: 10px;
    border: 1px solid rgba(234, 42, 24, 0.2);
    min-height: 324px;
}

.project-summary .icon-box span {
    margin-right: 8px;
    position: relative;
}

.project-summary .icon-box span:before {
    position: absolute;
    top: 3px;
    left: 0px;
}

h3.box-project-summary {
    margin-top: 20px;
}

.banner-our-work img {
    max-width: 300px;
}

.app-link-summary .app-icon-block ul {
    justify-content: start;
}

div.project-detail-content .app-link-summary .app-icon-block ul li p {
    width: auto;
    background-color: transparent;
    color: var(--bs-site-red);
}

.project-detail-content .project-summary ul {
    margin-top: 30px;
}

.project-detail-content .project-summary ul li {
    display: flex;
    margin-bottom: 20px;
    margin-right: 20px;
}

.project-detail-content .project-summary ul li p {
    width: 100px;
}

.project-detail-content .project-summary ul li h4 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
}

.project-detail-content .project-summary ul li .text-box {
    display: flex;
    padding-left: 12px;
}


.inner-banner-right {

    position: absolute;
    padding-top: 180px;
    bottom: 0px;


}



.inner-bannere-left {

    padding-top: 90px;

}



.project-block-container {

    padding-top: 70px;

}



.projects-details-banner {

    position: relative;

    display: block;

}



.projects-details {

    position: relative;

    display: block;

    background: #ffffff;

    padding: 110px 0px 110px;

    z-index: 1;

}



.projects-details__inner {

    position: relative;

    display: block;

}



.projects-details-banner {

    position: relative;

    display: block;

    margin-top: 60px;

    /* margin-bottom: 60px; */

}



.projects-details-banner .inner {

    position: relative;

    display: block;

    overflow: hidden;

    border-radius: 2px;

}



.projects-details-banner .inner img {

    /* width: 100%;

    filter: grayscale(1); */

}



.projects-details-banner .inner-banner-project {

    display: flex;

}



.projects-details-banner .content-box {

    position: absolute;

    right: 0px;

    bottom: -105px;

    z-index: 5;

    max-width: 300px;

    width: 100%;

    background: black;

    border-radius: 5px;

    padding: 51px 40px 54px;

    z-index: 1;

}



.projects-details-banner .content-box::before {

    content: "";

    position: absolute;

    left: -105px;

    bottom: 0px;

    width: 105px;

    border-left: 105px solid transparent;

    border-right: 0px solid transparent;

    z-index: -1;

    border-top: 105px solid var(--bs-site-red);

}



.projects-details-banner .content-box ul {

    position: relative;

    display: block;

    overflow: hidden;

}



.projects-details-banner .content-box ul li {

    position: relative;

    display: flex;

    align-items: center;

    margin-bottom: 30px;

}



.projects-details-banner .content-box ul li:last-child {

    margin-bottom: 0;

}



.projects-details-banner .content-box ul li .icon-box {

    position: relative;

    display: block;

}



.projects-details-banner .content-box ul li .icon-box span::before {

    position: relative;

    display: inline-block;

    color: var(--bs-white);

    font-size: 40px;

    top: 3px;

}



.projects-details-banner .content-box ul {

    padding: 0px;

    margin: 0px;

}



.projects-details-banner .content-box ul li .text-box {

    position: relative;

    display: block;

    margin-left: 5px;

}



.projects-details-banner .content-box ul li .text-box p {

    font-size: 18px;

    margin: 0px;

    color: var(--bs-white);

}



.projects-details-banner .content-box ul li .text-box h4 {

    font-size: 18px;

    font-weight: 600;

    /* font-family: var(--ontech-font); */

    color: var(--bs-white);

}



.projects-details-text1 {

    position: relative;

    display: block;

    margin-top: 8px;

}



.projects-details-text1 .title-box {

    position: relative;

    display: block;

    max-width: 700px;

    width: 100%;

    border-bottom: 1px solid #d9dadb;

    padding-bottom: 17px;

    margin-bottom: 20px;

}



.projects-details-text1 .title-box h2 {

    font-size: 50px;

    line-height: 60px;

    font-weight: 600;

}



.projects-details-text1 h3 {

    font-size: 26px;

    line-height: 36px;

    font-weight: 600;

    margin-bottom: 15px;

}



.projects-details-text1 .text1 {

    margin: 0;

    margin-bottom: 20px;

}



.projects-details-text1 .text2 {

    margin: 0;

}



.projects-details-text2 {

    position: relative;

    display: block;

    margin-top: 58px;

}



.projects-details-text2 h2 {

    font-size: 26px;

    line-height: 36px;

    font-weight: 600;

    margin-bottom: 15px;

}



.projects-details-text2 p {

    margin: 0;

}



.projects-details-text3 {

    position: relative;

    display: block;

    margin-top: 70px;

}



.projects-details-text3-img {

    position: relative;

    display: block;

    overflow: hidden;

    border-radius: 5px;

    margin-right: -30px;

}



.projects-details-text3-img img {

    width: 100%;

    max-height: 535px;

}



.projects-details-text3-content {

    position: relative;

    display: block;

    margin-left: 60px;

    margin-top: -8px;

}



.projects-details-text3-content .text-box1 {

    position: relative;

    display: block;

}



.projects-details-text3-content .text-box1 h2 {

    font-size: 24px;

    line-height: 34px;

    font-weight: 600;

    margin-bottom: 16px;

}



.projects-details-text3-content .text-box1 p {

    margin: 0;

}



.projects-details-text3-content .text-box2 {

    position: relative;

    display: block;

    margin-top: 12px;

}



.projects-details-text3-content .text-box2 h3 {

    font-size: 20px;

    line-height: 30px;

    font-weight: 600;

    margin-bottom: 22px;

}



.projects-details-text3-content .text-box2 ul {

    position: relative;

    display: flex;

    align-items: center;

    margin: 0px;

    padding: 0px;

}



.projects-details-text3-content .text-box2 ul li {

    position: relative;

    display: flex;

    align-items: center;

    max-width: 290px;

    width: 100%;

    padding: 13px 20px 13px;

    background: var(--bs-black);

    border-radius: 3px;

    margin-right: 10px;

}



.projects-details-text3-content .text-box2 ul li:last-child {

    margin-right: 0;

}



.projects-details-text3-content .text-box2 ul li .icon-box {

    position: relative;

}



.project-detail-content .title-box {
    position: relative;
    display: block;
    width: 100%;
    border-bottom: 4px solid #eee;
    padding-bottom: 17px;
    margin-bottom: 0px;
    margin-top: 20px;
}

.img-project-intro-block img {
    margin-top: 50px;
}

.project-detail-content .title-box h2 {

    font-size: 50px;

    line-height: 60px;

    font-weight: 600;

}



.project-content-detail {

    padding-bottom: 80px;

}



.project-content-detail p {

    color: #080501CC;

    font-weight: 300;

    font-size: 17px;

    line-height: 1.5em;

    font-family: var(--fontfamily-font2);

}



.project-content-detail h3 {

    margin: 0px;

    margin-top: 40px;

    color: var(--bs-site-red);

    font-size: 30px;

    font-weight: 700;

    margin-bottom: 15px;

}



.pro-iconlist ul li {

    position: relative;

    display: flex;

    align-items: center;

    max-width: 290px;

    width: 100%;

    padding: 13px 20px 13px;

    background: var(--bs-site-blue);

    border-radius: 3px;

    margin-right: 10px;

}



.pro-iconlist ul li span::before {

    position: relative;

    display: inline-block;

    color: var(--bs-site-yellow);

    font-size: 35px;

}



.pro-iconlist ul li .icon-box {

    position: relative;

    display: block;

}



.pro-iconlist ul li .text-box {

    position: relative;

    display: block;

    margin-left: 12px;

    color: var(--bs-white);

}



.pro-iconlist ul li .text-box p {

    color: #ffffff;

    font-size: 18px;

    line-height: 28px;

    font-weight: 500;

    font-family: var(--fontfamily-font2);

}



.pro-iconlist ul {

    position: relative;

    display: flex;

    align-items: center;

}



.pro-detail-right {

    padding-left: 50px;

}



.sub-pro-det {

    margin-top: 40px;

}



.pro-iconlist p {

    margin: 0px;

}



.pro-iconlist ul {

    margin: 0px;

    padding: 0px;

}



.servi-icon img {

    width: 70px;

}



.app-icon-block ul,

.product-used-inner ul {

    display: flex;

}



.app-icon-block ul li .app-icon,

.product-used-inner ul li {

    height: 55px;

    width: 55px;

    border-radius: 10px;

    background-color: #fff;

    display: flex;

    align-items: center;

    justify-content: center;

    padding: 12px;

    box-shadow: -1px 4px 16px rgba(0, 0, 0, .08);

    margin-right: 20px;



}



.product-used-inner ul li {

    height: 100px;

    width: 100px;

}



.app-icon-block ul li p {

    background: var(--bs-site-red);

    color: #fff;

    font-family: var(--fontfamily-main2);

    font-size: 13px;

    line-height: 1em;

    padding: 5px;

    font-weight: 400;

    display: inline-block;

    margin-top: 10px;

}



.app-icon-block li:last-child a .app-icon {

    margin-right: 0px;

}



.app-icon-block ul li .app-icon {

    margin-right: 12px;

}



.app-avaiable h3 {

    font-size: 18px;

    font-weight: 700;

    margin-bottom: 10px;

    background: black;

    color: #fff;

    display: inline-block;

    padding: 10px 20px;

    clip-path: polygon(7% 0, 100% 1%, 94% 100%, 0% 100%);

}



.app-avaiable {

    text-align: right;

    position: relative;

    margin-top: 30px;

    width: 22%;

}



.inner.inner-banner-project img {

    width: 78%;

}

.inner.inner-banner-project_heading img {
    width: 100%;
    border-radius: 10px;
}


.app-icon-block ul {

    justify-content: flex-end;

}



.projects-details-banner {

    margin-top: 0px;

}



.qualities-container ul {

    display: flex;

    align-items: center;

    flex-wrap: wrap;

}



.qualities-container ul li {

    width: 20%;

    display: flex;

    align-items: center;

    margin-bottom: 10px;

}
.qualities-container.qualities-container-1 ul li {
    width: 32.333%;
}
.qualities-container.qualities-container-1 ul {
    gap: 15px;
}

.qualities-container.qualities-container-merobeemaa ul li {
    width: 25%;
}
.project-content-block-2 h5 {
    color: #333;
    font-size: 14px;
    line-height: 1em;
    font-weight: 600;
    margin: 0px;
    padding-right: 15px;
    min-width: 181px;
}
.project-content-block-2 h4{
    color: #333;
    font-size: 14px;
    line-height: 1.4em;
    font-weight: 400;
    margin: 0px;
    width: calc(100% - 181px);
}
.flyer-main-block{
    padding: 60px 0px;
    background-color: #fafafa;
}
.flyer-main-block img{
    padding-right: 40px;
}
.flyer-main-block h3 {
    margin: 0px;
    color: #10A800;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px;
}
.flyer-main-block .feature-item-block h6{
    color: #10A800;
    background-color: #EDF4E4;
}
.add-prop.flyer-main-block{
    background-color: #fff;
}

.add-prop.flyer-main-block h4{
    color: #333;
    font-weight: bold;
    font-size: 18px;
    line-height: 1em;
    margin-top: 20px;
    margin-bottom: 10px;
}
.add-prop.flyer-main-block img{
    padding-right: 0px;
    padding-left: 40px;
}
.add-prop.flyer-main-block p{
    color: #555;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5em;
}


.qualities-container ul li span {

    border-radius: 5px;

    box-shadow: -1px 4px 16px rgba(0, 0, 0, .08);

    padding: 10px;

    margin-right: 10px;

    height: 40px;

    width: 40px;



}



.region-container img {

    max-width: 48%;

    border: 10px solid #f9f9f9;

    border-radius: 10px;

}



.region-container img:last-child {

    margin-left: 10px;

}



.step-block-right {

    border: 1px solid var(--bs-site-red);

    border-radius: 12px;

    padding: 20px;

    background-color: #FEF4F3;

}



.step-block-right p {

    font-family: var(--fontfamily-main2);

    color: #333;

    max-width: 400px;

    font-weight: 400;

    font-size: 19px;

    line-height: 1.6em;

}



.step-block {

    display: flex;

    align-items: start;

    margin-top: 20px;

}



.step-block img {

    max-width: 30px;

    margin-right: 20px;

}



p.step-title {

    font-size: 22px;

    font-weight: 700;

    margin-bottom: 10px;

    background: black;

    color: #fff;

    display: inline-block;

    padding: 10px 20px;

    clip-path: polygon(7% 0, 100% 1%, 94% 100%, 0% 100%);

    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);

    background-color: #FAFAFA;

    color: var(--bs-site-red);

}



.steps-container {

    margin-top: 60px;

}



.step-img img {

    /* box-shadow: 0 20px 40px 0 rgba(76.00000000000001, 111, 255, .15) */

    max-width: 280px;

}



.steps-container .row {

    margin-top: 30px;

}



.step-listing {

    background-image: url('../img/line-shape.png');

    background-repeat: no-repeat;

    background-position: center;

    background-size: 100% auto;

    margin-top: 90px;

}



.step-listing {



    display: flex;

    flex-wrap: wrap;

    align-items: flex-start;

    list-style-type: none;

    position: relative;

    counter-reset: li;

}



.steplisting-item span {

    /* font-weight: 600; */

    color: #333;

    font-size: 16px;

    line-height: 1.3em;

}





.step-listing::before {

    content: "Steps";

    position: absolute;

    top: 50%;

    left: 50%;

    -webkit-transform: translate(-50%, -50%);

    transform: translate(-50%, -50%);

    font-size: 22vw;

    font-weight: 500;

    text-transform: uppercase;

    font-family: var(--fontfamily-main2);

    line-height: normal;

    color: #fff;

    text-shadow: 0 0 18px rgba(0, 0, 0, .08);

    z-index: -1;

}



.step-listing::before {

    font-size: 20vw;

}



.step-listing li:before {

    counter-increment: li;

    content: "0"counter(li);

    font-size: 50px;

    color: #d1d1d1;

    margin: 0;

    display: block;

    padding-bottom: 20px;

    font-family: var(--fontfamily-main2);

}



.step-listing li {

    width: 20%;

    position: relative;

    text-align: center;



}



.step-listing li .steplisting-item {

    display: inline-block;

    margin: 0 auto;

    max-width: 150px;

}



.step-listing li .steplisting-item .icon {

    width: 100px;

    height: 100px;

    display: flex;

    flex-wrap: wrap;

    justify-content: center;

    align-items: center;

    border: 1px solid var(--bs-site-red);

    border-radius: 50%;

    margin: 0 auto 10px;

    background-color: rgba(250, 200, 200, 0.2);

}



.step-listing li .steplisting-item .icon img {

    max-width: 45px;

}



.step-listing li:nth-child(even) {

    margin-top: 10%;

}



.step-listing li:last-child {

    margin-top: 5%;

}



.main-title h6 {

    color: var(--bs-site-red);

    font-weight: 600;

    font-size: 23px;

    margin-bottom: 10px;

}

.expertise-container {
    margin-top: 100px;
}

.expertise-container h2.small-heading {
    color: #ea2a18;
}

.block-expertise-container ul {

    display: block;

    flex-wrap: wrap;

    align-items: center;

    justify-content: flex-start;

    display: flex;

    margin-top: 25px;
    padding-right: 30px;

}

.block-expertise-container ul li:first-child {
    padding-left: 0;
    margin-left: 0;
}

.block-expertise-container ul li:nth-child(3n+1) {
    padding-left: 0;
    margin-left: 0;
}

.block-expertise-container ul li {

    width: 16%;

    padding: 10px;

}



.framework-container ul li {



    padding: 15px;

}



.framework-container ul li .exp-item h5 {
    background: var(--bs-site-red);
    min-height: inherit;
    color: #fff;
    padding: 5px;
    font-size: 12px;
}



.framework-container ul li .exp-item img {

    max-width: 70px;

}

.price-table-container {
    margin-top: 70px;
}

.exp-item {

    border-radius: 12px;

    box-shadow: 0 0 8px 4px rgba(0, 0, 0, .06);

    height: 100%;

    padding: 20px 10px 10px;

    text-align: center;

    transition: -webkit-box-shadow 400ms;

    transition: box-shadow 400ms;

}



@keyframes shake {

    0% {

        transform: rotate(2deg);

    }



    5% {

        transform: rotate(4deg);

    }



    10% {

        transform: rotate(6deg);

    }



    15% {

        transform: rotate(8deg);

    }



    20% {

        transform: rotate(10deg);

    }



    25% {

        transform: rotate(8deg);

    }



    30% {

        transform: rotate(6deg);

    }



    35% {

        transform: rotate(4deg);

    }



    40% {

        transform: rotate(2deg);

    }



    45% {

        transform: rotate(0deg);

    }



    50% {

        transform: rotate(-2deg);

    }



    55% {

        transform: rotate(-4deg);

    }



    60% {

        transform: rotate(-6deg);

    }



    65% {

        transform: rotate(-8deg);

    }



    70% {

        transform: rotate(-10deg);

    }



    75% {

        transform: rotate(-8deg);

    }



    80% {

        transform: rotate(-6deg);

    }



    85% {

        transform: rotate(-4deg);

    }



    90% {

        transform: rotate(-2deg);

    }



    100% {

        transform: rotate(0deg);

    }

}



.exp-item:hover img {



    animation: shake 0.5s;

    animation-iteration-count: infinite;



}



.exp-item:hover {

    box-shadow: 0 0 16px 4px rgba(0, 0, 0, .12)
}



.exp-item img {

    max-height: 45px;

}



.exp-item h5 {

    min-height: 37px;

    font-family: var(--fontfamily-main2);

    font-weight: 500;

    font-size: 14px;

    margin-top: 20px;

    line-height: 1.3em;

}



.item-brief-inner {

    padding: 10px;

}



.brief-slider {

    overflow: hidden;

    margin-top: 60px;

}

.container.block-expertise-container-new ul li {
    width: 33%;
}

.brief-title {



    background-color: #fff;

    position: relative;

    border-radius: 20px;

    padding: 30px 20px;

    text-align: center;

    box-shadow: 0 0 18px 2px rgba(0, 0, 0, .1);

    margin: auto;

    margin: 0px 30px;

    margin-top: -45px;

    margin-bottom: 20px
}



.brief-title a {

    background-image: linear-gradient(to right,

            #ea2a18,

            #f04f40 50%,

            #000 50%);

    background-size: 200% 100%;

    background-position: -100%;

    display: inline-block;

    padding: 5px 0;

    position: relative;

    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;

    transition: all 0.3s ease-in-out;

}



.brief-title a:before {

    content: '';

    background: var(--bs-site-red);

    display: block;

    position: absolute;

    bottom: -3px;

    left: 0;

    width: 0;

    height: 3px;

    transition: all 0.3s ease-in-out;

}



.brief-title a:hover {

    background-position: 0;

}



.brief-title a:hover::before {

    width: 100%;

}



.brief-title a {

    color: #333;

    font-family: var(--fontfamily-main2);

    font-weight: 500;

    font-size: 18px;

    line-height: 1em;

}



.multi-language img {

    max-height: 200px;

}



.multi-language {

    background: #FEF4F3;

    padding: 40px 30px;

    border-radius: 10px;

    min-height: 227px;

}



.last-section-pro {

    margin-top: 50px;

}



.last-section-pro h3 {

    margin-top: 0px;



}



.product-used-inner img {

    /* height: 50px; */

}



.inner-banner-about .inner-banner-right {

    position: static;

    float: right;

}

.inner-banner-contact img {
    max-width: 450px;
}

.inner-banner-about p {
    text-align: left;
    font-weight: 300;

    margin-top: 15px;

}


.inner-banner.contact-banner {
    min-height: auto;
}

.inner-banner.contact-banner .inner-banner-contact {
    padding-bottom: 40px;
}






/* TimeLine */

.timeline-container {

    background-color: #f7f5f6;

    padding-bottom: 90px;

}







.timeline-line {

    display: flex;

    align-items: center;



}



.line-time {

    height: 20px;

    width: calc(100% - 20px);

    background: #c3c5be;

    border-radius: 12px;

}



.line-arrow {

    width: 20px;

    color: #c3c5be;

    font-size: 50px;

    text-align: left;

    margin-left: -24px;

}



.circle-date {

    height: 38px;

    width: 38px;

    display: flex;

    align-items: center;

    justify-content: center;

    font-family: var(--fontfamily-main2);

    font-size: 15px;

    line-height: 1em;

    font-weight: 600;

    background: var(--bs-site-red);

    color: #fff;

    border-radius: 50%;

    /* margin: 0 auto; */

    margin-top: -45px;
}

.date-time-line {
    text-align: left;
}

.date-name {
    color: #ea0e5b;
    font-weight: 600;
    font-size: 20px;
    line-height: 1em;
    padding-top: 14px;
}

.timeline-block .col-md-2 {
    width: 20%;
}

.time-line-content-inner ul {
    margin-top: 10px;
}

.time-line-content-inner ul li {
    font-size: 14px;
    line-height: 1.2em;
    margin-bottom: 10px;
    border-bottom: 2px solid rgba(10, 10, 10, 0.1);
    padding-bottom: 10px;
}

.time-line-content-inner ul li:last-child {
    border-bottom: 0;
}

.time-line-content-inner h2 {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2em;
    color: var(--bs-site-red);
    margin-top: 10px;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid;
}



.time-line-content-inner p {

    font-size: 13px;

    line-height: 1.5em;

    color: var(--bs-black);

    font-weight: 400;

    text-align: left;

    color: #949694;

    padding-top: 10px;

}



.time-line-content-inner {

    position: relative;

    padding: 30px;

    padding-top: 0px;

    padding-right: 0px;

}



.time-line-content-inner:before {

    content: "";

    height: 100%;

    width: 10px;

    border-radius: 12px;

    background-color: #ee754a;

    position: absolute;

    left: 0px;

    left: -5px;

}



.time-line-content {

    position: relative;

    margin-left: 18px;

    border-left: 1px dashed #ccc;

    padding-bottom: 200px;

    height: 100%;

}



.time-line-content-inner img {

    padding-top: 20px;

    max-width: 40px;

}



.timeline-top .col-md-2:nth-child(2) {

    margin-top: 30px;



}



.timeline-top .col-md-2:nth-child(2) .time-line-content {



    padding-bottom: 150px;

}



.timeline-top .col-md-2:nth-child(3) .time-line-content {



    padding-bottom: 100px;

}



.timeline-top .col-md-2:nth-child(4) .time-line-content {



    padding-bottom: 50px;

}



.timeline-top .col-md-2:nth-child(5) .time-line-content {



    padding-bottom: 10px;

}



.timeline-top .col-md-2:nth-child(3) {

    margin-top: 200px;

}



.timeline-top .col-md-2:nth-child(4) {

    margin-top: 300px;

}



.timeline-top .col-md-2:nth-child(5) {

    margin-top: 350px;

}



.timeline-top .col-md-2:nth-child(2) .time-line-content-inner:before,

.timeline-bottom-bottom .col-md-2:nth-child(2) .circle-date {

    background-color: #956d98;

}



.timeline-top .col-md-2:nth-child(3) .time-line-content-inner:before,

.timeline-bottom-bottom .col-md-2:nth-child(3) .circle-date {

    background-color: #405c72;

}



.timeline-top .col-md-2:nth-child(4) .time-line-content-inner:before,

.timeline-bottom-bottom .col-md-2:nth-child(4) .circle-date {

    background-color: #474748;

}



.timeline-top .col-md-2:nth-child(5) .time-line-content-inner:before,

.timeline-bottom-bottom .col-md-2:nth-child(5) .circle-date {

    background-color: #ea2a18;

}



.timeline-block {

    padding-top: 80px;

}



.timeline-bottom {

    margin-top: -5px;

}



.time-counter-container {

    padding-bottom: 90px;

}



.counter-time-inner ul li {



    width: 33.333%;

}



.counter-time-inner ul li .list-count {

    display: flex;

    flex-wrap: wrap;

    width: 100%;

    padding: 40px;

}



.counter-time-inner ul {

    display: flex;

    flex-wrap: wrap;

    width: 100%;

    margin-top: 50px;

}



.counter-time-inner ul li {

    border-right: 1px solid #ccc;

    margin-right: 0px;

    /* padding-right: 30px;

   padding-bottom: 30px; */

    margin-bottom: 0px;

    border-bottom: 1px solid #ccc;

}



.counter-time-inner ul li img {

    max-width: 70px;

}



.counter-time-inner ul li:nth-child(4),

.counter-time-inner ul li:nth-child(5),

.counter-time-inner ul li:nth-child(6) {

    border-bottom: 0px;

}



.time-counter-right {

    padding-left: 30px;

}



.time-counter-right h3 {

    font-size: 20px;

    font-weight: 800;

    margin-bottom: 3px;

    color: var(--bs-black);



}



.why-container {

    padding-bottom: 100px;

}



.time-counter-right p {

    font-size: 17px;

    font-weight: 300;

    line-height: 1.4em;

    color: var(--bs-site-text);



}



.bg-container,

.bg-image {

    bottom: 0;

    display: block;

    left: 0;

    position: absolute;

    right: 0;

    top: 0;

    z-index: 1;

}



.bg-image {

    background-repeat: no-repeat !important;

    background-size: contain !important;

    /* background-size: 45% !important; */

}



.why-block-right .bg-image {

    background-position: inherit !important;

}





.image-why img {

    position: relative;

    z-index: 2;

    border-radius: 12px;

}



.why-content {

    position: relative;

    z-index: 3;



}



.why-block {

    position: relative;

    padding-top: 70px;

}



.why-container {

    position: relative;

}



.why-content h2 {

    font-weight: 700;

    font-size: 25px;

    line-height: 1.4em;

    color: var(--bs-site-red);

    padding-bottom: 15px;

}



.why-content p {

    font-size: 17px;

    font-weight: 300;

    line-height: 1.5em;

    color: var(--darkgrey);

}



.why-content {

    padding-right: 100px;

}



.why-block-right .why-content {

    padding-right: 0px;

    padding-left: 100px;

}



@keyframes glowing {

    0% {

        box-shadow: 0 0 -10px #ea2a18;

    }



    40% {

        box-shadow: 0 0 20px #ea2a18;

    }



    60% {

        box-shadow: 0 0 20px #ea2a18;

    }



    100% {

        box-shadow: 0 0 -10px #ea2a18;

    }

}



@keyframes glowing1 {

    0% {

        box-shadow: 0 0 -10px #956d98;

    }



    40% {

        box-shadow: 0 0 20px #956d98;

    }



    60% {

        box-shadow: 0 0 20px #956d98;

    }



    100% {

        box-shadow: 0 0 -10px #956d98;

    }

}



@keyframes glowing2 {

    0% {

        box-shadow: 0 0 -10px #405c72;

    }



    40% {

        box-shadow: 0 0 20px #405c72;

    }



    60% {

        box-shadow: 0 0 20px #405c72;

    }



    100% {

        box-shadow: 0 0 -10px #405c72;

    }

}



.circle-date {

    animation: glowing 5000ms infinite;

}



.timeline-bottom-bottom .col-md-2:nth-child(2) .circle-date {

    animation: glowing1 5000ms infinite;

}



.timeline-bottom-bottom .col-md-2:nth-child(3) .circle-date {

    animation: glowing2 5000ms infinite;

}



.timeline-bottom-bottom .col-md-2:nth-child(4) .circle-date {

    animation: glowing2 5000ms infinite;

}





@keyframes pulse {

    0% {

        box-shadow: 0 0 8px #ea2a18, inset 0 0 8px #ea2a18;

    }



    50% {

        box-shadow: 0 0 16px #ea2a18, inset 0 0 14px #ea2a18;

    }



    100% {

        box-shadow: 0 0 8px #ea2a18, inset 0 0 8px #ea2a18;

    }

}



/* .circle-date {

    animation: pulse 2s linear 1s infinite;

  } */





.clients-list-container .view .mask {

    width: 100%;

    height: 100%;

    float: left;

    text-align: center;

    position: absolute;

    overflow: hidden;

    top: 0;

    left: 0;

    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";

    filter: alpha(opacity=0);

    opacity: 0;

    background-color: rgba(255, 255, 255, 0.9);

    transition: all 0.5s ease;

    display: flex;

    justify-content: center;

    align-items: center;

}



.clients-list-container .view {

    float: left;

    height: auto;

    width: 100%;

    overflow: hidden;

    position: relative;

    text-align: center;

    cursor: default;

    background: #fff;

    border-radius: 12px;

    border: 1px solid #ebebeb;

    padding: 20px;

    display: flex;

    align-items: center;

    justify-content: center;

    height: 160px;

    margin-bottom: 20px;
    height: 110px;

}



.clients-list-container .view img {

    display: block;

    position: relative;

    transition: all 0.5s ease;

    max-height: 90px;

}



.view:hover .mask {

    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";

    filter: alpha(opacity=300);

    opacity: 1;

}



.clients-list-container {

    padding-bottom: 60px;

}



.client-block-container .main-title {

    padding-bottom: 50px;

}



.maskinner h4 {

    font-weight: 700;

    font-size: 15px;

    line-height: 1.2em;

    color: var(--bs-site-red);

    padding-bottom: 0px;



}

.clients-list-container .col-md-2:nth-child(8) img {
    max-height: 55px;
}

.clients-list-container .col-md-2:nth-child(3) img {
    max-height: 70px;
}

.clients-list-container .col-md-2:nth-child(5) img {
    max-height: 75px;
}

.clients-list-container .col-md-2:nth-child(6) img {
    max-height: 60px;
}

.clients-list-container .col-md-2:nth-child(10) img {
    max-height: 80px;
}

.clients-list-container .col-md-2:nth-child(9) img {
    max-height: 65px;
}



.maskinner i {

    color: var(--bs-site-red);

}



.maskinner h6 {

    font-size: 15px;

    font-weight: 300;

    line-height: 1.4em;

    color: var(--bs-site-text);

}



.price-table-container .main-title {

    padding-top: 0px;

}



.price-block {

    background-color: #F8FAFF;

    padding: 40px 55px 50px;

    margin: 40px 0px;

    background-color: #FEF4F3;

}



.price-top {

    display: flex;

    align-items: flex-start;

    border-bottom: 1px solid #E4E4E5;

    padding-bottom: 15px;

    margin-bottom: 15px;

}



.price-block.price-block-middle {

    background-color: #fff;

    margin: 0px;

    box-shadow: 0 14px 31px 0 rgba(0, 25.99999999999999, 87, .1);

    min-height: 100%;

}



.top-price h6 {

    font-weight: 400;

    font-size: 22px;

    line-height: 1.2em;

    color: var(--bs-site-red);





}



.top-price h2 {

    font-size: 45px;

    line-height: 1em;

    color: var(--headingtextColor1);

}



.price-top img {

    width: 60px;

}



.top-price {

    width: calc(100% - 60px);

    padding-left: 15px;

}



.price-listing li {

    display: flex;

    align-items: center;

}



.price-listing p {

    margin: 0px;

    color: #54595F;

    font-weight: 400;

    font-size: 16px;

    line-height: 1em;

    padding-left: 10px;

}



.price-listing li:not(:last-child) {

    margin-bottom: 18px;

}



.price-listing {

    padding-top: 20px;

}



.price-listing-block .col-md-4 {

    padding: 0px;

}



.price-btn-block .btn-link {

    border-radius: 5px;

    padding: 15px 70px;

    position: relative;

    display: block;

    margin-top: 50px;

    text-align: center;

}



.price-para p {

    font-weight: 600;

    font-family: var(--fontfamily-main2);

    color: #333;

}



.price-listing-block {

    margin-top: 60px;

}



.ticket-login-left img {
    box-shadow: 0 14px 31px 0 rgba(0, 25.99999999999999, 87, .1);
}



.ticket-login-block .container {
    padding-top: 60px;
}



.ticket-login-left {

    padding-bottom: 50px;

}

.ticket-login-right h2 {
    margin-top: 50px;
    margin-bottom: 40px;
    font-weight: 600;
    font-size: 32px;
    color: #ea2a18;
    position: relative;
}

.ticket-login-right h2:after {
    top: -31px;
    left: -42px;
    width: 100px;
    height: 100px;
    background-color: rgba(100, 100, 100, 0.1);
    content: '';
    position: absolute;
    z-index: -1;
    border-radius: 50%;
}

h2.small-heading {
    font-weight: 600;
    font-size: 32px;
    text-align: left;
}

.ticket-login-right p {

    color: var(--darkgrey);

    font-weight: 300;

    font-size: 17px;

    line-height: 1.5em;



}



.team-social {

    margin-top: 10px;

}



.team-social ul li:not(:last-child) {

    margin-right: 2px;

}



.team-social ul li {

    display: inline-block;

}



.team-social ul li a {

    display: flex;

    align-items: center;

    justify-content: center;

    height: 40px;

    width: 40px;

    border-radius: 50%;

    background-color: #1B77F2;

    color: #fff;

    font-size: 22px;

}



.our-team-block .main-title {

    padding-top: 0px;

}



.our-team-block .manag-block {

    margin-bottom: 30px;

}



.team-social ul li:last-child a {

    background-color: #0762C8;

}



.inner-banner-about.services-banner {

    padding: 30px 0px;

}



.service-block-container {

    background-color: #FDFDFD;

    padding: 160px 0px;

    margin: 0px 0px;

    font-family: var(--fontfamily-main);

    /* background-color: #fff8f7; */

    margin-top: 0px;

}



.servi-item-showcase-holder .servi-is-image.servi-appeared {

    /* transition: opacity .55s cubic-bezier(.23, 1, .32, 1), transform .55s cubic-bezier(.23, 1, .32, 1);

    opacity: 1;

    -webkit-transform: translateY(0);

    -moz-transform: translateY(0);

    transform: translateY(0); */

}



.servi-item-showcase-holder .servi-is-image {

    position: relative;

    /* display: inline-block; */

    vertical-align: middle;

    margin-top: -85px;

    /* opacity: 0; */

    padding: 0px;

    text-align: center;

}



.servi-item-showcase-holder .servi-is-image.servi-appeared img {

    box-shadow: 17px 31px 46px 0 rgba(0, 0, 0, .2);

    border-radius: 48px;

}



.servi-item-showcase-holder .servi-is-item.servi-is-left .servi-is-content {

    padding: 10px 20px 0 0;

}



.servi-item-showcase-holder .servi-is-item .servi-is-icon {

    color: var(--bs-site-yellow);

    font-size: 40px;

}



.servi-is-item {

    display: flex;

}



.servi-is-content {

    text-align: right;

}



.servi-is-right .servi-is-content {

    text-align: left;

}



.servi-item-showcase-holder .servi-is-item.servi-is-right .servi-is-content {

    padding: 10px 0px 0 20;

}



.servi-is-content h4,

.servi-is-content h4 a {
    font-size: 20px;
    line-height: 1em;
    font-weight: 200;
    color: #fff;
    background: #e52415;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;

}







.servi-is-item.servi-is-left {

    justify-content: end;

}



.servi-is-item:not(:first-child) {

    margin-top: 40px;

}



.large-listing p {

    display: flex;

    width: 50%;

    flex-wrap: wrap;

}



.large-listing.large-listing-full p {

    display: flex;

    width: 100%;

    flex-wrap: wrap;

}



.large-listing {

    display: flex;

    flex-wrap: wrap;

}



p.servi-is-text {

    margin: 14px 0 0;

    font-size: 15px;

    font-weight: 400;

    line-height: 1em;

    color: #666;

    font-family: var(--fontfamily-main2);

}



.large-listing p:nth-child(even) {

    padding-left: 0px;

}



.large-listing.large-listing-full p:nth-child(even) {

    padding-left: 0px;

}



p.servi-is-text i {

    color: var(--bs-site-red);

}



.servi-is-item.servi-is-left .large-listing,

.servi-is-item.servi-is-left .large-listing p {

    display: block;

}



.servi-item-showcase-holder .servi-is-item .servi-is-icon {

    width: 75px;

}



.servi-is-right .servi-is-content {

    width: calc(100% - 75px);

}



.contact-banner.inner-banner-about {

    padding: 0px;

}



.inner-banner-about.no-padding {

    padding: 15px 0px;

}



.box-right .bg-primary-soft {

    background-color: rgba(23, 92, 255, .2);

}



.img-left-project {

    opacity: 1;

    -webkit-transform: translateZ(0);

    transform: translateZ(0);

    -webkit-transition-timing-function: ease-in-out;

    transition-timing-function: ease-in-out;

    transition-duration: .5s;

    border-radius: 16px;

    position: relative;

}



.img-right-project {

    left: -100px;

    position: absolute;

    top: -100px;

    border-radius: 16px;

    -webkit-transform: translateZ(0);

    transform: translateZ(0);

    -webkit-transition-timing-function: ease-in-out;

    transition-timing-function: ease-in-out;

    transition-duration: .5s;

}



.img-right-project-bottom {

    right: -100px;

    position: absolute;

    bottom: -100px;

    border-radius: 16px;

    -webkit-transform: translateZ(0);

    transform: translateZ(0);

    -webkit-transition-timing-function: ease-in-out;

    transition-timing-function: ease-in-out;

    transition-duration: .5s;

}



.project-container {

    float: left;

    width: 100%;

    margin-top: 90px;

}



.project-content-block .box-button-link {

    float: none;

    margin-top: 20px;

}



.box-right .project-content-block {

    padding: 0px;

    padding-right: 40px;

}



.project-content-block h4 {

    color: #333;

    font-weight: bold;

    font-size: 18px;

    line-height: 1em;

    margin-top: 20px;

}



.project-content-block h3 {
    color: var(--bs-site-red);
    font-weight: 700;
    font-size: 36px;
    line-height: 1em;
    margin-bottom: 20px;
    text-transform: uppercase;
}



.item-categories {

    display: flex;

    align-items: top;

    margin-bottom: 10px;

}



.project-content-block h5 {

    color: #1f1f1f;

    font-size: 16px;

    line-height: 1em;

    font-weight: bold;

    margin: 0px;

    padding-right: 15px;

    min-width: 181px;

}



.bg-primary-soft {

    background-color: rgba(23, 92, 255, .2);

    background-color: rgba(36, 56, 127, .2);

    background-color: rgb(248, 148, 36, .2);

    border-radius: 16px;

}



.position-relative {

    position: relative !important;

}



.item-categories {

    display: flex;

    align-items: top;

    margin-bottom: 10px;

    align-items: center;

}



.project-content-block h5 {

    color: #333;

    font-size: 14px;

    line-height: 1em;

    font-weight: 600;

    margin: 0px;

    padding-right: 15px;

    min-width: 181px;

}



.item-categories a:hover {

    color: #1f1f1f;

}



.item-categories p,

.item-categories a {

    color: #333;

    font-size: 14px;

    line-height: 1.4em;

    font-weight: 400;

    margin: 0px;

    width: calc(100% - 181px);

}



.item-categories a:hover {

    color: var(--bs-site-red);

}



.project-content-block ul li {

    color: #333;

    line-height: 1.4em;

    font-weight: 400;

    font-size: 16px;

    margin-top: 10px;

    display: flex;

}



.project-content-block ul li i {

    padding-top: 5px;

    color: var(--bs-site-red);



}



.item-categories img {

    height: 53px;

    border: 3px solid #eee;

    margin-right: 10px;

    padding: 4px;

}



.project-block {

    margin-top: 60px;

}



.project-content-block {

    padding-left: 40px;

}



ul.list-unstyled li span {



    padding-left: 10px;

    font-weight: 300;

    font-size: 15px;

    line-height: 1.4em;

}



ul.list-unstyled li i {

    color: #ea2a18;

}



.feature-item-block {

    border: 1px solid #eee;

}



.feature-item-block h6 {
    background-color: #FFE9D7;
    color: var(--bs-site-red);
    padding: 10px;
}



.project-red .feature-item-block h6 {

    background-color: #FEF4F3;

    color: var(--bs-site-red);





}



.project-red.box-right .bg-primary-soft {

    background-color: #FEF4F3;

}



.item-categories {

    padding: 10px;

    margin-bottom: 0px;

    border-bottom: 1px solid #eee;

    font-family: var(--fontfamily-main2);

}



.item-categories:last-child {

    border: 0px;

}



.item-categories:nth-child(odd) {

    background-color: #eee;

}



.price-btn-block.project-btn-block .btn-link {

    border-radius: 5px;

    padding: 13px 20px;

    position: relative;

    display: inline-block;

    margin-top: 20px;

    text-align: center;

}



.clients-list-container .col-md-3:nth-child(5) img {

    max-height: 150px;

}



.client-block-container.client-block-container-1 .main-title {

    padding-top: 0px;

}



.client-block-container.client-block-container-1 {

    padding-bottom: 60px;

}



.product-used-container ul li:nth-child(4) img {

    height: 60px;

}



.product-used-container ul li:nth-child(5) img {

    height: 45px;

}



.product-used-container ul li:nth-child(2) {

    padding: 0px;

}



.clients-img img {

    padding: 10px;
    object-fit: contain;
    max-height: 100px;

}



.clients-img li:nth-child(4) img {

    padding: 0px;

    max-height: 90px;

}



.clients-img li:nth-child(6) img {



    max-height: 100px;

}



.clients-img ul li {

    width: 31.333%;

    display: flex;

    justify-content: center;

    padding-bottom: 0px;



    margin-bottom: 15px;

    margin-right: 15px;

    display: flex;

    align-items: center;

    justify-content: center;

    overflow: hidden;

    flex-direction: column;

}



.clients-img ul li a {

    width: 100%;

    border: 1px solid #ebebeb;

    height: 120px;

    overflow: hidden;

    align-items: center;

    justify-content: center;

    display: flex;

}



.clients-img li:nth-child(3n) {

    margin-right: 0px;

}



.project-detail-banner.merobeema-banner {

    background-color: #E0EFFD;

}



.project-detail-banner.merobeema-banner .content-box::before {

    border-top-color: #0D4D8B;

}



.merobeema-banner .app-icon-block ul li p {

    background: #0D4D8B;

}



.merobeema-banner .app-avaiable h3 {

    background-color: #FAA10D;

}



.merobeemasteps .step-img img {

    max-width: 100%;

}



.merobeemasteps p.step-title {

    color: #0D4D8B;

    margin-top: 10px;

}



.merobeemasteps .step-block-right {

    border-color: #0D4D8B;

    background-color: #E0EFFD;

}



.merobeemasteps .step-block-right p {

    color: #0D4D8B;

}



.merobeemasteps .step-block-list h6 {

    font-weight: 400;

    color: #333;

    font-family: var(--fontfamily-main2);

    font-size: 15px;

    line-height: 1em;

    padding-top: 60px;

}



.merobeemasteps .step-title.link-para {

    background-color: #FAA10D;

    color: #fff;

    margin-bottom: 20px;

    margin-left: 50px;

    font-size: 17px;

    font-weight: 400;

    padding-right: 30px;

}



/*** A  ****/
.step-block-steps .container {
    max-width: 1100px;
}

.header-logo {
    padding: 0px;
}

.header-logo img {

    max-width: 100px;

}

.footer-menu li a {

    font-weight: 300;

}



.footer-contact li .soci-fo-content,

.footer-contact li .soci-fo-content a {

    font-weight: 300;

}



.footer-contact li .soci-fo-content a {

    margin-top: 12px;

}



.footer-contact li .soci-fo-content h3 {

    font-weight: 400;

}



.main-title p {

    font-weight: 400;

}

p.light {

    font-weight: 300;
}



.service-block p {

    font-weight: 400;

}



.main-title p {

    font-weight: 300;

    line-height: 26px;

}



.contact-block-right p {

    font-weight: 300;

}



.contact-detail-listing ul li,

.contact-detail-listing ul li a {

    font-weight: 300;

}



.content-wrap ul li {

    font-size: 16px;

}



.row .col-content .content .text p {

    font-weight: 300;

    font-size: 16px;

}



.startUp-box h3 {

    font-weight: 300;

}



.btn-link.btn-link-white span {

    font-weight: 300;

}



.client-left h2 {

    font-weight: 200;

}



.contact-des-right h3 {

    font-weight: 400;

    font-size: 22px;

}



.service-container-block:before {

    background: none;

}



.service-container-block:after {

    background: none;

}



.footer-top h2 {

    font-weight: 400;

    font-size: 18px;

}



.left-banner p {

    font-weight: 700;

}



.left-banner h6 {

    font-weight: 400;

}



.service-block h2 {

    font-weight: 600;

}



.clients-img li p {
    justify-content: center;
    font-size: 14px;
    line-height: 18px;
    padding: 8px 26px;
    color: #000;
    font-weight: 400;
    text-align: center;
    margin-top: 10px;
    padding-bottom: 15px;
    background: #fafafa;
    width: 100%;
    min-height: 60px;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 0;
    flex-flow: wrap;
    border-radius: 40px;
    padding-bottom: 8px;
}

.clients-img li p span {
    color: #ea2a18;
}

div.management-block.management-block-bottom .container {
    max-width: 90%;
}

.tech-stack.tech-stack-1 {
    margin-top: 0px;
}

.block-expertise-container .tech-stack.tech-stack-1 ul li {
    width: 33.333%;

}

.tech-stack.tech-stack-1 ul li div.exp-item h5 {

    min-height: 100%;
    height: inherit;
}

.tech-stack.tech-stack-1 ul li div.exp-item img {
    max-height: 49px;
    margin-right: 10px;
}

.tech-stack.tech-stack-1 ul li div.exp-item {
    min-height: 63px;
    max-height: 63px;
    display: flex;
    align-items: center;
}

.tech-stack.tech-stack-1 ul li:nth-child(3) div.exp-item img,
.tech-stack.tech-stack-1 ul li:nth-child(5) div.exp-item img {
    max-height: 40px;
}

.team-top{
    display: flex;
    align-items: center;
    gap: 15px;
    padding-bottom: 15px;
    
}
.team-top h6{
    color: var(--bs-site-red);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2em;
}
.team-top img{
    width: 30px;
}
.team-item p{
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6em;
    color: #666;
}
.team-item{
    border-left: 3px solid var(--bs-site-red);
    padding: 15px 20px;
    margin-top: 30px;
}
.team-main{
    padding: 20px 0px 90px 0px;
}
.img-center{
    text-align: center;
}
 .qualities-container ul.serv-ul li{
    width: auto;
 }
  .qualities-container ul.serv-ul {
    gap: 30px;
  }
  .max-w-img{
    max-width: 200px;
  }
  
  .block-expertise-container .tech-stack.tech-stack-2 ul li {
    width: 25%;
}
@media (max-width: 1200px) {



    .container,

    .container-sm {

        max-width: 100%;

    }

}



@media screen and (max-width: 1100px) and (min-width:769px) {



    .banner-left h2 {

        font-size: 35px;

    }



    .left-banner {

        width: 350px;

    }







    html .home-menu ul li:not(:last-child) {

        margin-right: 7px;

    }



    html .home-menu ul li a {



        font-size: 12px;



    }



    .menu-block a.btn-link {

        padding: 6px 15px;

        border-radius: 15px;

        font-size: 10px;



    }



    .listing-sim {

        margin: 30px 0px;

    }



    .databack-block .col-md-4 {

        width: 50%;

    }

}



@media screen and (min-width:769px) {





    .home-menu ul li {

        display: inline-block;

        position: relative;

        margin: 0;

        cursor: pointer;

    }



    .home-menu ul li a {

        font-family: var(--fontfamily-main2);

        color: var(--textColor1);

        font-size: 13px;

        text-transform: uppercase;

        font-weight: 700;

    }



    .home-menu ul li:not(:last-child) {

        margin-right: 30px;



    }



    .home-menu ul li:not(:last-child) a:hover {

        color: var(--bs-site-red);

    }





}



@media screen and (max-width:768px) {

    .mean-container .mean-nav ul li a {

        text-transform: capitalize;

        font-size: 15px;

        line-height: 15px;

        background-color: var(--bs-black);

    }



    .mean-container .mean-nav ul li a.mean-expand {

        height: 21px;

    }



    .mean-container .mean-nav ul li {

        background: none;

    }



    .sf-menu ul {

        position: static;

    }



    .mean-container .mean-nav ul ul li a:hover {

        background-color: rgba(246, 21, 18, 0.83);

    }



    .mean-container .mean-nav ul ul {

        /* background-color: rgba(30, 95, 182, 0.83); */

    }



    .mean-container .mean-bar {

        background-color: transparent;

        z-index: 999;

        right: 0px;

        top: 2px;

        top: 13px;

    }



    .main-banner::before {

        display: none;

    }



    html .mean-container a.meanmenu-reveal {

        width: auto;

        height: auto;

        padding: 0px;

        position: absolute;

        top: 40px;

        right: 10px !important;

        cursor: pointer;

        color: #fff;

        text-decoration: none;

        font-size: 16px;

        text-indent: inherit;

        line-height: 22px;

        font-size: 32px !important;

        display: inline-block;

        background-color: transparent !important;

        /* font-family: Arial, Helvetica, sans-serif; */

        color: var(--bs-site-red);

    }



    .header-menu {

        display: none;

    }



    html .mean-container a.meanmenu-reveal.meanclose {

        background-color: transparent !important;

        color: var(--bs-site-blue);

        color: var(--bs-white);

        top: 40px;

        color: black;

    }



    .banner-right img {

        max-width: 80%;

    }



    .mean-container .mean-nav ul li a {

        border-radius: 0px;

    }



    html .mean-container .mean-nav {

        margin-top: 88px;

    }



    /* .listing-sim li {

        display: block;

    } */



    .home-menu {

        display: none;

    }



    .header-logo img {

        max-width: 65px;

        position: relative;

        top: 4px;

        top: -8px;

    }



    .header-logo {

        position: absolute;

        top: 40px;

        width: 50%;

        padding: 5px 0px;

        z-index: 9999;

        background: transparent;
        padding-bottom: 0px;

    }



    header a.btn-link {

        background-color: transparent;

    }



    header .btn-link::before {

        display: none;

    }



    .header-top-inner p:first-child {



        display: none;

    }



    .header-top-inner p:nth-child(2) {

        display: none;

    }



    .header-top-inner .header-login {

        width: 100%;

    }



    .header-bottom {

        padding-top: 0px;
        padding-bottom: 0px;

    }

    header {
        height: 105px;
    }

    .item-categories p,
    .item-categories a {
        word-break: break-all;
    }

    .box-right .project-content-block,
    .project-content-block {
        padding: 0px;
        padding-right: 0px;
    }

    .project-content-block h5 {
        min-width: 140px;
    }

    .item-categories p,
    .item-categories a {
        width: calc(100% - 140px);
    }

    .item-categories img {
        height: 36px;
        margin-right: 2px;

    }

    .clients-list-container .col-md-2 {
        width: 50%;
    }

    .brief-slider {
        overflow: hidden;
        margin-top: 30px;
    }

    .project-content-block h3 {

        font-size: 25px;

        margin-bottom: 10px;
        margin-top: 30px;
    }

    .project-block {
        margin-top: 0px;
    }

    .project-block.box-right .col-md-6:nth-child(1) {
        order: 2;
    }

    .project-block:not(:last-child) {
        margin-bottom: 20px;
    }

    .client-block-container .main-title {
        padding-bottom: 30px;
        padding-top: 0px;
    }

    .header-top {

        position: absolute;

        width: 100%;

        top: 0px;

        height: 32px;

        z-index: 99999;

    }



    .main-banner {

        padding: 20px 0px;

        background: none !important;

        /* padding-top: 0px; */
        padding-bottom: 0px;

    }

    .count-block {
        text-align: center;
        margin-bottom: 10px;
    }



    .banner-right {

        display: block;

    }



    .header-top-inner,

    .header-top-inner a {

        font-size: 11px;

    }



    .header-top-inner .header-login img {

        max-width: 16px;

    }



    .left-banner h2 {



        font-size: 21px;

        line-height: 1.1em;

        margin: 5px 0px;

        letter-spacing: 0px;

        margin-bottom: 10px;

    }



    header .btn-link span {

        background: transparent;

    }



    .left-banner p {

        font-weight: 500;

        font-size: 13px;

        line-height: 1.3em;

    }



    .left-banner h6 {

        font-weight: 500;

        font-size: 15px;

    }



    .main-banner img {

        max-width: 100%;

    }



    .main-banner .col-md-7 {

        order: 2;

    }



    .banner-btn-block a {



        font-size: 12px;

        padding: 12px 20px;

        min-width: 100px;



    }



    .banner-btn-block {

        margin-top: 20px;

        margin-bottom: 30px;

    }



    .count-top-block img {

        max-width: 50px;

    }



    .count-top-block {

        text-align: center;

        margin-top: -79px;

    }



    .banner-btn-block a:last-child {



        margin-left: 3px;

    }



    .count-block h2,

    .plus-counter {



        font-size: 35px;

        margin-bottom: 5px;

    }



    .count-block p {

        font-weight: 500;

        font-size: 15px;

    }



    .count-container {

        padding-bottom: 30px;
        padding-bottom: 10px;
        padding-top: 30px;

    }



    .main-title {

        padding-top: 40px;

    }



    .main-title h2 {



        font-size: 25px;

    }



    .main-title p {

        font-size: 13px;

        line-height: 1.4em;



        margin-top: 5px;

    }



    .service-container-block:before,

    .service-container-block:after {

        display: none;

    }



    .service-block {

        text-align: center;

        padding: 0px 20px;

    }



    .service-block {

        margin-top: 30px;

    }



    .service-block p {

        font-size: 13px;

        text-align: center;

    }



    .service-block h2 {

        margin-top: 15px;

        font-size: 20px;

    }



    .service-block img {

        max-height: 50px;

    }



    .btn-section-block .btn-link {

        border-radius: 5px;

        padding: 12px 20px;

        position: relative;

        font-size: 14px;

    }



    .btn-section-block {

        text-align: center;

        padding: 40px 0px;

    }



    .grow-container {



        padding: 40px 0px;

    }



    .grow-content h2 {



        font-size: 25px;

        line-height: 1.3em;

        margin-bottom: 10px;

    }



    .grow-content p {



        font-size: 16px;

        line-height: 1.5em;

    }



    .btn-link.btn-link-white {

        padding: 12px 20px;

        position: relative;

        font-size: 14px;

        display: inline-block;

        margin-top: 15px;

    }



    .grow-btn {

        text-align: left;

    }



    .startUp-box h3 {



        left: -20px;

        font-size: 16px;

        top: 7px;

    }



    .start-ups .main-title p {

        max-width: 100%;

        margin: 0 auto;

        margin-top: 20px;

        text-align: center;

        line-height: 1.7em;

        margin: 10px auto 20px auto;

    }



    .startUp-container .col-md-3:not(:last-child) .startUp-box {

        margin-bottom: 20px;

    }



    .border-div {

        padding: 10px 0px 10px 0px;

    }



    .client-left h2 br {

        display: none;

    }



    .client-left h2 {

        font-weight: 300;

        font-size: 25px;

    }



    .client-left {

        padding: 0px;

        border: 0px;

    }



    .clients-img {

        padding-left: 0px;

        margin-top: 20px;

    }



    .clients-img ul li {

        width: 47.5%;

        padding-bottom: 0px;

        margin-right: 0px;

    }



    .clients-img ul li:nth-child(2n) {

        margin-left: 15px;

    }



    .clients-img ul li:nth-child(3n) {

        margin-right: 0px;

    }



    /* .clients-img img {

        max-height: 40px;

    } */



    .contact-block-container {

        padding-top: 30px;

        padding-bottom: 30px;

    }



    .contact-block-container h2 {

        font-size: 20px;

        padding: 5px;

        padding-right: 15px;



    }



    .contact-detail-listing {

        padding-top: 20px;

    }



    .contact-detail-listing ul li .contact-icon {

        margin-right: 15px;

    }



    .contact-icon {

        height: 60px;

        width: 60px;

    }



    .contact-des-right h3 {



        font-size: 18px;

    }



    .contact-detail-listing ul>li {

        margin-top: 10px;

    }



    .contact-detail-listing ul li li:first-child a {

        font-size: 14px;

        line-height: 1.3em;

    }



    .contact-detail-listing ul li,

    .contact-detail-listing ul li a {



        font-size: 12px;

    }



    .contact-block-right {

        padding-left: 0px;

        margin-top: 30px;

    }



    .contact-block-right p {

        font-size: 14px;

        padding: 20px 0px 20px 0px;

    }



    .form-btn .btn-link {

        padding: 12px 20px;

        position: relative;

        font-size: 14px;

        display: inline-block;

    }



    .management-block .container {



        padding: 30px 0px;

    }



    .manag-block h5 {

        font-size: 16px;

        margin: 10px 0px 0px 0px;

    }



    .management-block .col-md-3:not(:last-child) {

        margin-bottom: 20px;

    }



    .services-item-wrap {

        padding: 40px 0px 60px 0px;

    }



    .dev-img {

        margin-bottom: 20px;

    }



    .box-title a {

        padding: 10px 15px;

        font-size: 15px;

    }



    .content-wrap {

        min-height: inherit;

        padding: 8px 20px 20px;

    }



    .content-wrap ul li {

        width: 50%;

        font-size: 14px;

        line-height: 1.2em;

        padding: 6px 0px;

    }



    .content-wrap p {

        font-size: 13px;

        line-height: 1.5em;

    }



    .testimonail-container {

        padding: 30px 0px;

    }



    .tes-title-content h6 {



        font-size: 16px;

        margin-bottom: 6px;

    }



    .tes-title-content h2 {

        color: #222;

        font-size: 23px;

    }



    .col-content {

        width: 100%;

        order: 2;

    }



    .testimonail-inner {

        margin-top: 30px;

    }



    .avtar-wrap img {

        height: 100px;

        width: 100px;

    }



    .row .col-content .content .text {

        padding-left: 0px;

    }



    .col-img {

        margin-bottom: 10px;

    }



    .row .col-content .content .text p {



        font-size: 15px;



    }



    .customer-details-wrap label {



        font-size: 16px;

        line-height: 1.4em;



    }



    .row .col-content .slick-arrow-wrap {

        margin-bottom: 15px;

        padding-left: 58px;

        margin-top: 15px;

    }



    .slick-arrow-wrap .arrow:first-child {

        margin-right: 6px;

    }



    .footer-farleft {

        display: block;

    }



    .footer-top .col-md-3:nth-child(2) {

        width: 100%;

        padding-left: 10px;



    }



    .footer-top .col-md-3:nth-child(3) {

        width: 100%;

    }



    #footer-container {

        background-color: #F4F5F5;

        padding-top: 40px;

    }



    .footer-menu li a {



        font-size: 14px;



    }



    .footer-menu li:not(:last-child) {

        margin-bottom: 3px;

    }



    .footer-top h2 {



        font-size: 17px;

        margin-bottom: 5px;

        margin-top: 25px;

    }



    .footer-bottom p {



        font-size: 13px;

        line-height: 1.3em;

        padding: 10px 0px;

        padding-bottom: 7px;

    }



    .management-container {

        overflow: hidden;

    }



    .clients-img li p {

        font-size: 11px;

        margin-top: 5px;
        min-height: inherit;
        padding: 10px;
        line-height: 1.3em;

    }

    .inner-banner.contact-banner .inner-banner-contact {
        padding-bottom: 30px;
        text-align: center;
    }

    .manag-block {
        text-align: center;
        margin-bottom: 20px;
    }

    .step-listing {
        display: block;
        text-align: center;
        background-image: none;
        margin-top: 60px;
    }

    .step-listing li:first-child {
        padding-top: 65px;
    }

    .step-listing::before {
        top: 0px;
    }

    .step-listing li .steplisting-item {

        max-width: 100%;
    }

    html .step-block-steps .step-listing li {
        margin-top: 30px;
    }

    .step-listing li {
        width: 100%;

    }

    .step-listing li:before {

        font-size: 45px;

        padding-bottom: 15px;

    }


    .inner-banner-img img {
        max-width: 250px;
    }

    .inner-banner-img {
        text-align: center;
    }

    .inner-banner-contact img {
        max-width: 250px;
    }

    .ticket-login-block .container {

        padding-top: 0px;
        display: flex;
        flex-direction: column;
    }

    .ticket-login-right h2:after {
        top: -21px;
        left: -49px;
        width: 80px;
        height: 80px;

    }


    .inner-bannere-left {
        padding-top: 30px;
    }

    .ticket-login-right h2 {
        margin-top: 20px;
        margin-bottom: 30px;
        font-size: 19px;

    }

    .ticket-login-left {
        padding-bottom: 0px;
    }

    .ticket-login-right p {

        font-size: 15px;

    }

    .ticket-system-container .row:first-child {
        order: 2;
    }

    .ticket-system-container.ticket-system-container-1 .col-md-5 {
        order: 2;
        margin-bottom: 15px;
    }

    .ticket-system-container.ticket-system-container-1 .col-md-7 {
        order: 3;
    }

    .ticket-system-container.ticket-system-container-1 .col-md-12 {
        order: 1;
    }

    .ticket-system-container.ticket-system-container-1 .container {
        display: flex;
        flex-direction: column;
    }

    .page-header .page-header_title {
        font-family: var(--fontfamily-font2);
        font-size: 30px;
    }

    .expertise-container {
        margin-top: 0px;
    }

    h2.small-heading {

        font-size: 22px;

    }

    .container.block-expertise-container-new ul li {
        width: 50%;
    }

    .block-expertise-container ul {

        padding-right: 0px;
    }

    .block-expertise-container ul li {
        padding: 0px 10px;

    }

    .block-expertise-container ul li .exp-item {

        height: 130px;
    }

    .block-expertise-container ul li:nth-child(even) {
        padding-right: 0px;
        padding-left: 5px;
        margin-bottom: 6px;
    }

    .block-expertise-container ul li:nth-child(odd) {
        padding-left: 0px;
        padding-right: 5px;
        padding-bottom: 6px;
    }

    h3.small-heading {
        font-size: 18px;
    }

    .para {
        margin-bottom: 0px;
    }

    .ticket-system-container:first-child {
        margin-top: 0px;
    }

    .exp-item h5 {
        min-height: inherit;

        font-size: 14px;
        margin-top: 10px;

    }

    .our-team-block .manag-block {
        margin-bottom: 0px;
    }

    .inner-banner-right {

        padding-top: 0px;
    }

    .page-header {
        padding: 30px 0;

        min-height: 280px;

    }

    .ticket-system-container:not(.ticket-system-container-1) {
        margin: 30px 0px;
    }

    .block-expertise-container .tech-stack ul li .exp-item {
        height: auto;
    }

    .weba-pp {
        margin-top: 30px;
    }

    .block-expertise-container ul li {
        width: 50%;

    }

    .tech-stack-2 {
        margin-bottom: 30px;
    }

    .inner-banner-about p {

        font-size: 15px;
    }

    html .service-block-container .servi-is-item {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .service-block-container {
        background-color: #FDFDFD;
        padding: 30px 0px;
    }

    .servi-is-content {
        text-align: center;
        display: flex;
        flex-direction: column;
        order: 2
    }

    .servi-item-showcase-holder .servi-is-item .servi-is-icon {
        order: 1;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .servi-item-showcase-holder .servi-is-image {

        max-width: 280px;
        margin: 30px auto;
    }

    .servi-is-right .servi-is-content {
        width: 100%;
        text-align: center;
    }

    .servi-item-showcase-holder .servi-is-item.servi-is-right .servi-is-content {
        padding: 0px;
    }

    p.servi-is-text {
        margin: 14px 0 0;
        font-size: 13px;
        text-align: left;
    }


    .servi-is-item:not(:first-child) {
        margin-top: 20px;
    }

    .counter-time-inner ul li .list-count {

        padding: 15px;
        text-align: center;
    }

    .counter-time-inner ul li {
        width: 50%;
    }

    .why-content {
        padding: 0px;
    }

    .counter-time-inner ul li .list-count {
        display: block;
    }

    .time-counter-right {
        padding-left: 0px;
    }

    .time-counter-right h3 {
        font-size: 17px;
        font-weight: 800;
        margin-bottom: 0px;
    }

    .time-counter-right p {
        font-size: 13px
    }

    .counter-time-inner ul {
        border: 1px solid #ccc;
        border-bottom: 0px;
        border-right: 0px;
    }

    .counter-time-inner ul li:nth-child(4),
    .counter-time-inner ul li:nth-child(5),
    .counter-time-inner ul li:nth-child(6) {
        border-bottom: 1px solid #ccc;
    }

    .counter-time-inner ul li img {
        max-width: 50px;
    }

    .counter-time-inner ul {
        margin-top: 20px;
    }

    .time-counter-container {
        padding-bottom: 30px;
    }

    .why-block {
        position: relative;
        padding-top: 30px;
    }

    .why-content h2 {

        font-size: 20px;
        padding-bottom: 10px;
    }

    .why-block-right .why-content {
        padding-right: 0px;
        padding-left: 0px;
        margin-top: 30px;
    }

    .why-block:not(.why-block-right) .col-md-7 {
        order: 2;
    }

    .why-container {
        padding-bottom: 30px;
    }

    .why-block:first-child .why-content {
        margin-bottom: 20px;
    }

    .why-block:last-child .why-content {
        margin-top: 30px;
    }

    .timeline-block .col-md-2 {
        width: 100%;
    }

    .timeline-block .col-md-2 .time-line-content {
        padding-top: 30px;
        position: relative;
    }

    .timeline-block .col-md-2 .time-line-content:before {
        height: 38px;
        width: 38px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: var(--fontfamily-main2);
        font-size: 15px;
        line-height: 1em;
        font-weight: 600;
        background: var(--bs-site-red);
        color: #fff;
        border-radius: 50%;
        content: "1";
        position: absolute;
        left: 20px;
        top: 0px;
        animation: glowing2 5000ms infinite;
    }

    .timeline-block .col-md-2 .time-line-content:after {
        content: "2013";
        color: #ea0e5b;
        font-weight: 600;
        font-size: 20px;
        line-height: 1em;
        padding-top: 7px;
        position: absolute;
        left: 70px;
        top: 0px;
    }

    .time-line-content {

        padding-bottom: 20px !important;
    }

    .timeline-block .col-md-2 {
        margin-top: 0px !important;
    }

    .timeline-block {
        padding-top: 40px;
    }

    .timeline-bottom {
        display: none;
    }

    .timeline-block .col-md-2:nth-child(2) .time-line-content:before {
        content: "2";
    }

    .timeline-block .col-md-2:nth-child(3) .time-line-content:before {
        content: "3";
    }

    .timeline-block .col-md-2:nth-child(4) .time-line-content:before {
        content: "4";
    }

    .timeline-block .col-md-2:nth-child(5) .time-line-content:before {
        content: "5";
    }

    .timeline-block .col-md-2:nth-child(2) .time-line-content:after {
        content: "2015";
    }

    .timeline-block .col-md-2:nth-child(3) .time-line-content:after {
        content: "2017";
    }

    .timeline-block .col-md-2:nth-child(4) .time-line-content:after {
        content: "2020";
    }

    .timeline-block .col-md-2:nth-child(5) .time-line-content:after {
        content: "2022";
    }

    .timeline-container {
        padding-bottom: 40px;
    }


}















@media (min-width: 1200px) {

    .container {

        max-width: 1340px;

    }

}



@media only screen and (max-width: 600px) {}



@media (max-width: 500px) {
    
    

.count-block-container {
    flex-direction: row;
}
.count-block-container .col-md-3.col-12 {
    width: 25%;
}

.count-block-container .count-block h2, .count-block-container .plus-counter {
    font-size: 22px;
}
.count-block-container .count-block p {
    min-height: 36px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.count-block-container .container {
    padding-right: 0;
}

    
}



@media (max-width: 767px) {



    .container,

    .container-sm {

        max-width: 100%;

    }

}

.why {
    max-width: 800px;
    margin: 30px auto;
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.why h1 {
    color: #2c3e50;
    font-size: 2.5em;
    margin-bottom: 10px;
    text-align: center;
}

.why h2 {
    color: #34495e;
    font-size: 1.2em;
    margin-top: 20px;
    border-bottom: 2px solid #ecf0f1;
    padding-bottom: 10px;
}

.why p {
    margin-bottom: 15px;
    font-size: 1.1em;
}

.whyp strong {
    color: #e74c3c;
}

.all_container {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
    height: 70%;
}

.field-container {
    font-family: Arial, sans-serif;
    background-color: #f0f0f0;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    max-width: 300px;
}

.field-container p {
    font-weight: bold;
    margin-bottom: 10px;
}

.field-container ol {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
}

.field-container ol ol {
    list-style-type: lower-alpha;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 20px;
}

.field-container li {
    margin-bottom: 5px;
}



.web-section {
    font-family: Arial, sans-serif;
    background-color: #f0f0f0;
    padding: 20px;
    display: flex;
}

.web-container {
    max-width: 600px;
    margin: 0 auto;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
}





/* .web-container {
        padding: 20px;
        text-align: center;
      } */

.web-container h1 {
    margin-top: 0;
    margin-bottom: 20px;
}

.web-block {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}

.image-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);

}

.image-container img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.overlay-text {
    text-align: center;
    padding: 20px;
}

.web-block:hover .image-container img {
    transform: scale(1.1);
}

.web-block:hover .overlay {
    opacity: 1;
}

.head h1 {
    background-color: white;
    border-radius: 0%;
    font-weight: 700px;
    border: white;
    color: var(--bs-site-red);
    ;
    text-align: center;
}

.digital_container {
    max-width: 1000px;
    margin: 20px auto;
    padding: 20px;
    background-color: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.service_container h3 {
    color: var(--bs-site-red);
    font-weight: 700;
    margin-top: 50px;
    font-size: 36px;
}

.digital {
    margin-bottom: 20px;
}

.head1 {
    text-align: center;
    margin-bottom: 30px;
}

.head1 h1 {
    font-size: 34px;
    color: var(--bs-site-red);
}

.quality_cont {
    margin-bottom: 30px;
}

.quality_cont h5 {
    margin-bottom: 5px;
    color: var(--bs-site-red);
}

.quality-item {
    line-height: 1.6em;
    color: #222;
    font-weight: 300;
    font-size: 17px;
}

.digitial {
    margin-bottom: 30px;
}

.digital h2 {
    font-size: 24px;
    color: var(--bs-site-red);
    margin-bottom: 10px;
}

.digital p {
    line-height: 1.6em;
    color: #222;
    font-weight: 300;
}

.app {
    font-size: 34px;
    border: #000;
    height: auto;
    width: auto;
    align-items: center;
    color: var(--bs-site-red);
    padding-left: 3%;
}

.appli {
    background-color: #fff;
    align-items: center;
    font-size: 3px;
    font-weight: bold;
    border: #000;
    height: 40%;
    overflow-x: hidden;
    max-width: 100%;

    color: var(--bs-site-red);
}

.appli_container {
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 50%;
    overflow-x: hidden;
    /* Prevent horizontal overflow */
    padding-left: 5%;
    margin: auto;
}

.app-item {
    font-size: 18px;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;

}

.app-item ol {
    padding-left: 20px;

}

.app-item ol li {
    margin-bottom: 10px;
}

.app-item ul {
    list-style-type: disc;
    padding-left: 20px;
    margin-top: 5px;
}

.app-item ul li {
    margin-bottom: 5px;
}

.quality {
    background-color: #fff;
    align-items: center;
    font-size: 3px;
    font-weight: bold;
    border: #000;
    height: auto;
    overflow-x: hidden;
    max-width: 100%;

    color: #000;
}

.quality_container {
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 50%;
    overflow-x: hidden;
    /* Prevent horizontal overflow */
    padding-left: 5%;
    margin: auto;
}

.quality-item ol {
    padding-left: 20px;

}

.quality-item ol li {
    margin-bottom: 10px;
}

.q_container {
    padding-top: 2%;
    border-radius: 5px;
    padding: 20px;
    display: block;
    width: 50%;
    overflow-x: hidden;
    /* Prevent horizontal overflow */

    margin: auto;
    grid-gap: 10px;
    background-color: var(--bs-site-red);
    color: white;
    font-size: 24px;
    text-align: center;
}

.q-item {
    height: 90%;
    width: 60%;
    background-color: var(--darkgrey);
    font-size: 18px;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    margin: auto;
    display: flex;
}

.gap {
    height: 30px;
    background-color: white;
}

.q-item img {
    max-width: 100%;
    /* Ensure the image does not exceed its container's width */
    height: 200px;
    /* Maintain the aspect ratio of the image */
    width: auto;
    border-radius: 5px;
    /* Apply rounded corners to the image */
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    /* Add a slight shadow to the image itself */
    display: flex;
}

.qq-item {
    height: 90%;
    width: 60%;
    background-color: var(--bs-white);
    font-size: 18px;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    margin: auto;
    display: flex;
}

.qua {
    font-size: 18px;
    display: list-item;

}