@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Static';
    src: url(../font/Static.otf);
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

.btnsite {
    font-family: "Roboto", sans-serif;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

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

a {
    text-decoration: none;
    color: #25282B;
    white-space: initial;
    font-weight: 500;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

span {
    font-family: 'Roboto';
    font-size: 20px;
    color: #25282B;
    font-weight: 400;
}

p {
    font-weight: 500;
    line-height: 29px;
    margin: 0;
    font-size: 18px;
    font-family: "Nunito", sans-serif;
    color: #545252;
}

h1 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 64px;
    line-height: 1;
    color: #25282B;
    font-weight: 700;
    margin: 0 0 24px;
}

h2 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 40px;
    line-height: 1.2;
    color: #25282b;
    font-weight: 700;
    margin: 0;
}

h3 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 32px;
    line-height: 1.2;
    color: #25282B;
    font-weight: 600;
    margin: 0;
}

h4 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 24px;
    line-height: 1.2;
    color: #25282B;
    font-weight: 600;
    margin: 0;
}

h5 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 20px;
    line-height: 1.2;
    color: #25282b;
    font-weight: 600;
    margin: 0 0 9px;
}

h6 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 18px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
    background-position: right 0.7rem top 50%;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}

/*---------------------------------------------------- Tabs Section Start ----------------------------------------------------------- */

.tab_sec .tab-pane {
    display: block;
    border: 0;
    height: 0;
}

.tab_sec .tab-pane.active {
    display: block !important;
    height: auto;
}

.tab_sec .nav-tabs .nav-link.active {
    background: #242889;
    color: #fff;
}

.tab_sec .nav-tabs .nav-link {
    background: #ccc;
    border-radius: 50px;
    color: #000;
    padding: 7px 28px;
}

.tab_sec .nav-tabs {
    border: none;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

/*---------------------------------------------------- Tabs Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Carousel Section Start ----------------------------------------------------------- */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}

/*---------------------------------------------------- Carousel Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Button Section Start ----------------------------------------------------------- */

.theme_btn {
    padding: 9px 30px;
    border: unset;
    border-radius: 45px;
    color: #25282b;
    z-index: 1;
    background: transparent;
    position: relative;
    font-size: 18px;
    transition: all 250ms;
    overflow: hidden;
    font-weight: 500;
    display: inline-block;
    font-family: "Roboto", sans-serif;
    border: 2px solid #25282b;
}

.theme_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 14px;
    background-color: #19add2;
    z-index: -1;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms
}

.theme_btn:hover {
    color: #000000;
}

.theme_btn:hover::before {
    width: 100%;
}

/* Another button */

.c-button {
    font-weight: 500;
    font-size: 18px;
    padding: 9px 30px;
    font-family: "Roboto", sans-serif;
    cursor: pointer;
    display: flex;
    align-items: center;
    z-index: 1;
    position: relative;
    gap: 10px;
}

.c-button--gooey {
    color: #25282b;
    border: 2px solid #25282b;
    border-radius: 60px;
    transition: all 700ms ease;
}

.c-button--gooey .c-button__blobs {
    height: 100%;
    filter: url(#goo);
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0;
    bottom: 0;
    right: 0px;
    z-index: -1;
    border-radius: 50px;
}

.c-button--gooey .c-button__blobs div {
    background-color: #d93a3a;
    width: 36%;
    height: 100%;
    border-radius: 100%;
    position: absolute;
    transform: scale(1.4) translateY(125%) translateZ(0);
    transition: all 700ms ease;
}

.c-button--gooey .c-button__blobs div:nth-child(1) {
    left: -5%;
}

.c-button--gooey .c-button__blobs div:nth-child(2) {
    left: 30%;
    transition-delay: 60ms;
}

.c-button--gooey .c-button__blobs div:nth-child(3) {
    left: 66%;
    transition-delay: 25ms;
}

.c-button--gooey:hover {
    color: #fff;
    border-color: #d93b3b;
}

.c-button--gooey:hover .c-button__blobs div {
    transform: scale(1.4) translateY(0) translateZ(0);
}


/*---------------------------------------------------- Button Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Header Section Start ----------------------------------------------------------- */

.menuSec {
    padding: 5px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-transform: capitalize;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #25282B;
    padding: 10px 7px;
    font-size: 18px;
    font-weight: 600;
    font-family: "Raleway", sans-serif;
}

.menuSec ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 22px;
}

.menuSec ul li:last-child a:after {
    display: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    border-bottom: 3px solid #ff7171;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.slick-slide {
    opacity: 1;
}

.main_slider {
    margin-bottom: 100px;
}

/*---------------------------------------------------- Header Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Footer Section Start ------------------------------------------------------------- */

.container-fluid {
    padding: 0 3%;
}

footer {
    position: relative;
    background-image: url(../images/Footer.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    padding: 20% 0 20px;
}

.footer-main {
    display: flex;
    align-items: end;
    justify-content: flex-end;
    gap: 25px;
}

.footer-main ul {
    display: flex;
    align-items: center;
    gap: 22px;
}

.footer-main ul li i:hover {
    color: #fff;
}

.footer-main ul li i {
    font-size: 38px;
    color: #25282B;
    transition: 0.5s all;
}

.footer-main p {
    color: #25282B;
}

/*---------------------------------------------------- Footer Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Banner Section Start ----------------------------------------------------------- */

.banner-sec {
    padding: 80px 0 100px;
}

.baner-text.inr.case-st {
    text-align: center;
}

.baner-text.inr.case-st h1 {
    margin-bottom: 18px;
}

.banner-sec.iner {
    position: relative;
}

.baner-text.inr p {
    width: 100%;
}

.banr-inr-points ul li {
    margin-bottom: 32px;
}

.banr-inr-points {
    border-left: 2px solid #ff7171;
    position: relative;
    left: 50px;
    padding: 20px 0px 20px 30px;
}

.banr-inr-points li:Last-Child {
    margin: unset;
}

.banr-inr-points li p {
    font-family: 'Roboto';
    font-size: 16px;
    color: #25282b;
    font-weight: 400;
    line-height: 26px;
}

.back-bnr {
    position: absolute;
    left: 3.2%;
    top: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    color: #25282b;
    font-family: 'Raleway';
    font-weight: 600;
}

.back-bnr i {
    font-size: 18px;
    color: #25282b;
}

.baner-text.inr.case-st p {
    width: 60%;
    margin: 0 auto;
}

.baner-text h6 {
    color: #D93A3A;
    font-size: 20px;
    font-family: 'Nunito';
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.baner-text p {
    font-size: 22px;
    line-height: 32px;
    color: #545252;
    margin-bottom: 32px;
    width: 107%;
}

.baner-img {
    text-align: center;
}

.banr-btns {
    display: flex;
    align-items: center;
    gap: 17px;
}

/* Inner Pages Banner */

.baner-text ul li {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
}

.baner-text ul {
    margin-bottom: 40px;
}

.baner-text ul li a {
    font-size: 18px;
    font-family: "Roboto", sans-serif;
}

.c-button img {
    filter: brightness(0.2);
    transition: 0.5s all;
}

.c-button:hover img {
    filter: unset;
}

/*---------------------------------------------------- Banner Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Specialities Section Start ------------------------------------------------------------- */

.specialities-sec {
    margin-bottom: 100px;
}

.specialities-img {
    margin-bottom: 28px;
}

.Specialities-text h4 {
    margin-bottom: 12px;
}

.Specialities-text p {
    color: #545252;
    font-size: 16px;
    width: 90%;
}

/*---------------------------------------------------- Specialities Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Work Section Start ------------------------------------------------------------- */

.site-head {
    margin-bottom: 80px;
    position: relative;
}

.site-head:before {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    background: #ff7171;
    width: 100px;
    height: 4px;
    border-radius: 15px;
}

.work-main {
    overflow: hidden;
    border-radius: 30px;
    border: 1px solid #979797;
    margin-bottom: 40px;
}

.work-text a:hover {
    background: #ff7171;
    color: #fff;
    transform: scale(1.3);
}

.work-main:hover img {
    filter: brightness(0.5);
    transform: scale(1.2);
}

.work-img {
    overflow: hidden;
}

.work-img img {
    width: 100%;
    object-fit: cover;
    height: 380px;
    transition: 0.7s all;
}

.work-text {
    padding: 20px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.work-text span {
    color: #ff7171;
    font-size: 18px;
    font-family: 'Nunito';
    font-weight: 700;
    display: block;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.work-sec {
    margin-bottom: 50px;
}

.work-text a {
    border: 1px solid #ff7171;
    width: 40px;
    height: 40px;
    align-items: center;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    color: #ff7171;
    font-size: 26px;
    transition: 0.7s all;
}

/*---------------------------------------------------- Work Section End ------------------------------------------------------------- */

/*---------------------------------------------------- About Page Section Start ------------------------------------------------------------- */

.experience-text p {
    margin-bottom: 15px;
    width: 86%;
}

.experience-text h3 {
    margin-bottom: 14px;
}

.experience-text ul li {
    list-style: disc;
    margin-left: 30px;
    color: #545252;
    width: 81%;
    font-size: 18px;
    font-family: 'Nunito';
    line-height: 29px;
}

.experience-text span {
    margin-bottom: 10px;
    display: block;
}

.tailored-prt h4 {
    margin-top: 28px;
}

.smith-prt h4 {
    margin-top: 28px;
}

.tailored-prt {
    margin-bottom: 50px;
}

.about-page-sec .site-head {
    margin-bottom: 55px;
}

.skills-tool-main ul {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

.skills-tool-main {
    margin-bottom: 50px;
}

.skills-tool-main ul li a {
    border: 1px solid #ff7171;
    padding: 12px 30px;
    border-radius: 10px;
    font-family: 'Roboto';
    font-size: 18px;
    color: #000000;
    background: rgb(255 245 245);
    font-weight: 500;
    display: block;
}

.highmark-prt {
    margin-bottom: 60px;
}

.experience-text h4 {
    margin-top: 40px;
    margin-bottom: 12px;
}

/*---------------------------------------------------- About Page Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Work Inner Section Start ------------------------------------------------------------- */

.work-inr-mainimg {
    background-color: #ff7171;
    padding: 30px 0 0;
    margin-bottom: 90px;
    text-align: center;
}

.discovery-phase-main h3 {
    margin-bottom: 40px;
}

h2.highlight-discovr {
    background: #fff5f5;
    padding: 40px 50px;
    border: 1px solid #ff7171;
    border-radius: 20px;
    margin-bottom: 50px;
    font-weight: 400;
    font-size: 24px;
    line-height: 42px;
}

.highlight-discovr span {
    font-family: 'Poppins', Sans-Serif;
    font-weight: 600;
    font-size: 24px;
}

.fvmethod-main {
    border: 1px solid #888383;
    overflow: hidden;
    border-radius: 10px;
    width: 97%;
    margin: 0 auto;
    box-shadow: 0 0 20px 20px #f8f9fb;
    height: 100%;
}

.fvmethd-txt {
    padding: 25px 28px;
}

.head-fvmthd {
    background: #25282b;
    padding: 12px 30px;
    font-size: 24px;
    color: #fff;
    font-family: 'Poppins';
    font-weight: 500;
}

.fvWmthod-sec .row.fwmtd {
    margin-bottom: 40px;
}

.fvmethd-txt ul li {
    margin-bottom: 24px;
}

.fvmethd-txt ul li h6 {
    font-size: 18px;
    color: #25282B;
    font-weight: 600;
    margin-bottom: 7px;
}

.fvmethd-txt ul li p {
    color: #545252;
    font-size: 14px;
    line-height: 24px;
}

.fvmethd-txt ul li h6 span {
    color: #ff7171;
    font-weight: 600;
    font-family: 'Poppins';
}

.fvmethd-txt ul li:Last-Child {
    margin: 0;
}

.fvWmthod-sec {
    margin-bottom: 70px;
}

.UX-Research-sec {
    margin-bottom: 100px;
}

.UX-Research-sec .site-head {
    margin-bottom: 70px;
}

.research-user-main h4 {
    background: #25282b;
    padding: 10px 20px;
    color: #fff;
    font-size: 28px;
}

.research-user-txt {
    padding: 60px 30px;
    position: relative;
}

.research-user-main {
    border: 1px solid #000;
    height: 100%;
}

.research-user-main.right h4 {
    text-align: end;
}

.research-user-main.right {
    border-left: 0;
}

.UX-Research-sec .row {
    position: relative;
}

.research-user-txt li {
    font-size: 15px;
    font-family: "Nunito", sans-serif;
    font-weight: 500;
    color: #545252;
    background: #fff5f5;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 30%);
    border-radius: 10px;
    padding: 20px 10px;
    width: 200px;
    position: relative;
}

li.usr-rsrch-scnd {
    position: absolute;
    top: 50px;
    left: 47%;
}

li.usr-rsrch-frst {
    left: 20px;
}

li.usr-rsrch-thrd {
    position: absolute;
    left: 150px;
    top: 53%;
}

li.usr-rsrch-frth {
    left: 63%;
    bottom: -30px;
}

.research-user-txt.dos {
    padding: 70px 30px;
}

.research-user-txt.dos li.usr-rsrch-frst {
    top: -20px;
}

.research-user-txt.dos li.usr-rsrch-thrd {
    top: 56%;
}

.research-user-txt.dos li.usr-rsrch-frth {
    bottom: -10px;
}

.user-rsrch-cntr {
    position: absolute;
    top: 48%;
    right: 0;
    left: 0;
    width: 164px;
    height: 164px;
    background: #ff7171;
    display: block;
    border-radius: 50%;
    text-align: center;
    align-content: center;
    margin: 0 auto;
}

.user-rsrch-cntr i {
    color: #25282b;
    font-size: 44px;
    margin-bottom: 10px;
}

.user-rsrch-cntr a {
    font-size: 16px;
    font-family: 'Poppins', Sans-Serif;
    color: #25282B !important;
    font-weight: 600;
    display: block;
    text-transform: uppercase;
}

.execution-text h3 {
    margin-bottom: 25px;
}

.execution-text ul {
    margin-top: 25px;
}

.execution-text ul li {
    margin-bottom: 20px;
}

.execution-text ul li p {
    font-size: 14px;
    width: 86%;
    line-height: 25px;
}

.execution-text ul li h6 {
    font-size: 18px;
    color: #ff7171;
    font-weight: 600;
    margin-bottom: 5px;
}

.execution-text p {
    width: 85%;
}

.excution-image img {
    width: 100%;
    height: 520px;
    object-fit: cover;
}

.execution-text ul li:Last-Child {
    margin: 0;
}

.excution-image {
    margin-left: -20px;
}

.execution-phase-sec .row.align-items-center {
    margin-bottom: 70px;
}

.excution-befre h3 {
    display: flex;
    align-items: center;
    gap: 70px;
}

.compliment {
    font-size: 18px;
    font-family: 'Poppins';
    color: #0a884b;
}

.excution-befre.aftr {
    text-align: end;
}

.excution-befre.aftr h3 {
    justify-content: end;
}

.excution-image.lifeline img {
    height: 475px;
}

.design-img-work img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.execution-phase-sec.membr .site-head {
    margin-bottom: 60px;
}

.journey-table {
    width: 100%;
    overflow-x: auto;
    border-radius: 23px;
    border: 1px solid #28252B;
    padding: 0;
}

.journey-table table {
    width: 100%;
    border-collapse: collapse;
    min-width: 1200px;
}

.journey-table thead th {
    background: #2f3338;
    color: #fff;
    padding: 20px 18px;
    font-size: 22px;
    font-weight: 600;
    text-align: left;
    border-right: 1px solid #4a4f55;
    border-bottom: 2px solid #d6dbe1;
    font-family: 'Poppins';
    text-align: center;
}

.journey-table thead th:first-child {
    border-top-left-radius: 12px;
    text-align: end;
}

.journey-table thead th:last-child {
    border-top-right-radius: 12px;
    border-right: none;
}

.journey-table tbody td {
    padding: 20px 18px;
    font-size: 14px;
    color: #444;
    vertical-align: top;
    border: 1px solid #dcdfe4;
    font-family: 'Nunito';
    font-size: 14px;
}

.UX-Research-sec .row-title {
    color: #e53935;
    font-weight: 600;
    width: 130px;
    text-align: end;
    font-size: 14px;
    font-family: 'Poppins';
    line-height: 19px;
    align-content: center;
    padding: 20px 8px 20px 18px;
}

.journey-table tbody tr:not(:last-child) td {
    border-bottom: 2px solid #e2e6ea;
}

tr.lst-journey-clr {
    background: #fff5f5;
}

.journey-table.caren thead th:first-child {
    text-align: center;
}

.journey-table.caren h6 {
    color: #ff7171;
    font-weight: 600;
    margin-bottom: 10px;
}

.journey-table.caren tbody td {
    width: 100px !important;
}

.execution-phase-sec.caren img {
    height: 550px;
}

.design-work-inr.mmbr img {
    height: 470px;
}

.design-work-inr.chef img {
    height: 540px;
}

.competive-text-chef ul li {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 35px;
}

.chef-analsyt-img {
    width: 160px;
}

.chf-anlst-txt {
    width: 100%;
}

.competive-text-chef ul {
    margin-top: 30px;
}

.competive-text-chef h3 {
    margin-bottom: 30px;
}

.chf-anlst-txt h6 {
    color: #25282B;
    font-weight: 700;
}

.chf-anlst-txt span {
    font-family: 'Poppins', Sans-Serif;
    font-size: 16px;
    line-height: 1.2;
    color: #25282B;
    font-weight: 500;
    display: block;
    margin: 7px 0;
}

.chf-anlst-txt p {
    font-size: 14px;
    width: 87%;
    line-height: 21px;
}

.chart-one-chef {
    text-align: center;
    margin-bottom: 50px;
}

.chart-one-chef h6 {
    color: #25282B;
    font-weight: 600;
    margin-bottom: 30px;
}

.chart-second-chef {
    text-align: center;
}

.chart-second-chef h6 {
    font-weight: 600;
    color: #25282B;
    margin-bottom: 30px;
}

.competive-anlyst {
    margin-bottom: 90px;
}

/*---------------------------------------------------- Work Inner Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Contact Section Start ------------------------------------------------------------- */

.contact-info h3:before {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
    background: #ff7171;
    width: 100px;
    height: 4px;
    border-radius: 15px;
}

.contact-info h3 {
    position: relative;
    margin-bottom: 36px;
}

.contact-info p {
    width: 95%;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 28px;
    color: #C9C9C9;
}

.contact-info ul li {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    gap: 15px;
}

.contact-info ul li p {
    margin: 0;
    font-size: 18px;
    font-family: 'Roboto';
    font-weight: 400;
    color: #fff;
}

.contact-info {
    background: #25282B;
    height: 100%;
    padding: 28px 42px;
    border-radius: 12px;
}

.contact-info * {
    color: #fff;
}

.contact-info a {
    font-size: 18px;
    font-family: 'Roboto';
    font-weight: 400;
}

.baner-text-iner-cnt {
    text-align: center;
}

section.baner-iner {
    padding: 75px 0;
}

.contact-sec {
    margin-bottom: 80px;
}

.contact-sec .row {
    padding: 10px 50px 10px 0px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 11%);
}

.contact-sec .col-lg-7 .row {
    padding: unset;
    box-shadow: none;
}

.contact-form-main input, .contact-form-main textarea {
    width: 100%;
    height: 42px;
    border: 1px solid rgb(66 80 102 / 40%);
    border-radius: 5px;
}

.contact-form-main label {
    margin-bottom: 5px;
    color: #000;
    font-weight: 500;
    font-size: 14px;
    font-family: 'Roboto';
}

.contact-form-main {
    margin-bottom: 20px;
}

.contact-form-main textarea {
    height: 130px;
    resize: none;
}

.contact-button button {
    text-align: end;
    margin: 0 0 0 auto;
}

.contact-form {
    margin-bottom: 50px;
    padding-top: 20px;
}

/*---------------------------------------------------- Contact Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Lcok Screen Section Start ------------------------------------------------------------- */

.lock-screen-sec {
    padding: 60px 0 100px;
}

.lockscreen-text h2 {
    margin: 15px 0 20px;
}

.lockscreen-text p {
    margin-bottom: 27px;
    font-size: 20px;
    line-height: 32px;
    width: 91%;
}

.lockscrenimagetext {
    margin-bottom: 20px;
}

.lockscreen-text h4 {
    color: #ea5050;
    font-size: 20px;
    font-family: 'Nunito';
    font-weight: 600;
    text-transform: uppercase;
}

.Lockscreen-form {
    padding: 40px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 6px 64px 0 rgb(112 144 176 / 10%);
}

.Lockscreen-form h4 {
    margin-bottom: 30px;
    position: relative;
    font-size: 32px;
    font-weight: 600;
}

.Lockscreen-form h4:before {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    background: #ff7171;
    width: 100px;
    height: 4px;
    border-radius: 15px;
}

.Lockscreen-form p {
    margin-bottom: 24px;
}

.education-main ul li {
    margin-bottom: 40px;
}

/*---------------------------------------------------- Lcok Screen Section End ------------------------------------------------------------- */