
  @font-face {
    font-family: 'proxima-nova';
    src: url('font/Proxima\ Nova\ Font.otf') format('truetype');

  }
  @font-face {
    font-family: 'Sofia PRO';
    src: url('font/sofia/Sofia\ Pro\ Bold\ Az.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Sofia PRO';
    src: url('font/sofia/Sofia\ Pro\ Medium\ Az.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
  @font-face {
    font-family: "Allocate-icons";
    src:
      local("Allocate"),
      url("font/allocateicons-regular-webfont.eot") format("opentype") tech(color-COLRv1),
      url("font/allocateicons-regular-webfont.ttf") format("truetype"),
      url("font/allocateicons-regular-webfont.woff") format("woff");
  }
  @import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
img {
    width: 100%;
    height: auto;
}
.icon {
    background-repeat: no-repeat;
    width: 23px; /*or your image's width*/
    height: 22px; /*or your image's height*/
    display: block;
    margin: 0 10px 5px;
    color: rgb(92, 110, 132);
}
.work {
    background-image: url("./social/icons/work.svg");
    
}
.home-icon {
    background-image: url("./social/icons/home.png");
    
}
.about-me-icon {
    background-image: url("./social/icons/about.svg");
    
}
.process-icon {
    background-image: url("./social/icons/process.svg");
    
}
.resume-icon {
    background-image: url("./social/icons/resume.svg");
    
}
.back-icon {
    background-image: url("./social/icons/Arrow\ back.svg");
    
}
.front-icon {
    background-image: url("./social/icons/Arrow\ front.svg");
    
}
.navbar-expand-lg .navbar-nav .nav-link {
    display: flex;
    align-items: center;
    flex-direction: row;
    font-weight: 400;
}
.navbar-expand-lg .navbar-nav .nav-item:last-child a {
   padding-right: 0 !important;
}
.checkbox {
	opacity: 0;
	position: absolute;
}

.label {
	background-color: #111;
	border-radius: 50px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 5px;
	position: relative;
	height: 22px;
	width: 44px;
	transform: scale(1.5);
    margin: 0 auto;
    border: 1px solid #363636;
}

.label .ball {
	background-color: #fff;
	border-radius: 50%;
	position: absolute;
	top: 2px;
	left: 2px;
	height: 16px;
	width: 16px;
	transform: translateX(0px);
	transition: transform 0.2s linear;
}
.label img {
    width: 44%;
}
.label img {
    fill: #fff;
}
.checkbox:checked + .label .ball {
	transform: translateX(22px);
}


.fa-moon {
	color: #f1c40f;
}

.fa-sun {
	color: #f39c12;
}
body {
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif;
    line-height: 30px;
    font-size: 18px;
    font-weight: 300;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    color: #0d0c22;
    background: rgb(255, 255, 255);
    overflow-x: hidden;
}
body.dark {
	background: #1b1e2a;
}
body.dark h1, h3{
	color: #efefef;
}
body.dark h3 {
    color: #efefef;
}
.dark .navbar-nav .nav-link {
    color: #efefef;
}
.dark .navbar-nav .nav-link:hover {
    color: #86868d;
}
.dark h2 {
  color:  #efefef !important;
}
.dark .social ul li{
background: #1f1f1f;
border: 1px solid #3e3e3e;
}
.dark .social ul li a {
    color: #f1f1f1;
}
.dark .project-header h4 {
    color: #dadada;
}
.dark .my-role h4 h5 {
    color: #e5e5e5;
}

.dark .my-role p, .dark li{
  color: #fff;
}
.dark .my-specific-role {
  background-color:#202038;
  color: #fff;
}
.dark .project-dme {
    background-color: #1a1a35;
}
.dark .main-wrap {
    color: #fff;
}
.dark .side-nav {
    box-shadow: rgb(122 122 122 / 7%) 0px 6px 94px;

}
.case-study-wrapper .company-logo img, .company-logo svg {
    width: 200px;
    height: 100%;
}
.dark .side-nav small {
    color: #969696;
}
.dark ul li a.scroll.active {
    color: #ffffff;
} 
.dark .side-nav ul li a {
  color: #dcdcdc;
}
.selected-work {
    margin-bottom: 80px;
    font-weight: 500;
}
.dark .main-wrap .metric{
  background: #252834;
}
.dark .navbar-collapse {
    /* backdrop-filter: blur(8px); */
    /* background-color: #13151b !important; */
    /* position: absolute;
    left: 0px;
    right: 0px;
    top: 32px; */
}
.dark .copyright {
    color: #dadada;
} 
.many-logo {
    background-image: url(./projects/many/many-logo.svg);
    background-repeat: no-repeat;
}
.dark .many-logo {
    background-image: url(./projects/many/many-logo-light.svg);
    background-repeat: no-repeat;
}
.health-logo {
    background-image: url(./projects/healthIndex/logo.svg);
    background-repeat: no-repeat;
}
.dark .health-logo {
    background-image: url(./projects/healthIndex/logo-light.svg);
    background-repeat: no-repeat;
}
.roster-logo {
    background-image: url(./projects/RosterPerform/RosterPerform-RGB.svg);
    background-repeat: no-repeat;
}
.dark .roster-logo {
    background-image: url(./projects/RosterPerform/RosterPerform-light.svg);
    background-repeat: no-repeat;
}
.doctor-logo {
    background-image: url(./projects/DoctorPoint/logo.svg);
    background-repeat: no-repeat;
}
.dark .doctor-logo {
    background-image: url(./projects/DoctorPoint/logo-light.svg);
    background-repeat: no-repeat;
}
.developme-logo {
    background-image: url(./projects/pwa/Group\ 13812.svg);
    background-repeat: no-repeat;
}
.dark .developme-logo {
    background-image: url(./projects/pwa/logo-light.svg);
    background-repeat: no-repeat;
}
.company-logo  .logo-icon {
    fill: #ff730b;
}
.dark .hero h1 span {
    color: #a2a2a2;
}
.navbar-collapse label{
  border: 1px solid #363636;
}
.theme-switcher {
    padding: 30px 0;
    z-index: 999999;
}
.absolute {
    position: absolute;
    top: -50px !important;
    inset: 0;
    justify-content: center;
    display: inline-flex;
    flex-direction: row;
}
.justify-center {
    justify-content: center;

}

.bg-shape1 {
    width: 400px;
    height: 220px;
    border-radius: 999px;
    position: relative;
    animation: one 10s infinite;
}
.bg-shape2 {
    width: 300px;
    height: 260px;
    border-radius: 999px;
    position: relative;
    animation: two 10s infinite;
}
.bg-shape3 {
    width: 350px;
    height: 250px;
    border-radius: 500px;
    position: relative;
    animation: three 10s infinite;
}
.bg-shape4 {
    width: 150px;
    height: 260px;
    border-radius: 500px;
    position: relative;
    animation: four 10s infinite;
}
@keyframes one {
    0%{left: 0; top: 0;}
    25%{left: 0px; top: 70px;}
    50%{left: 20px; top: 150px;}
    75%{left: 50px; top: 100px;}
    100%{left: 0; top: 0;}
}
@keyframes two {
    0%{left: 0; top: 0;}
    25%{left: 0px; top: 10px; z-index: 1;}
    50%{left: 100px; top: 50px;}
    75%{left: 50px; top: 100px;}
    100%{left: 0; top: 0;}
}
@keyframes three {
    0%{left: 0; top: 0;}
    25%{left: -50px; top: 0px; z-index: 2;}
    50%{left: 200px; top: 50px;}
    75%{left: 100px; top: 50px;}
    100%{left: 0; top: 0;}
}
@keyframes four {
    0%{left: 0; top: 0;}
    25%{left: 0px; top: 70px;}
    50%{left: 20px; top: 150px;}
    75%{left: 50px; top: 100px;}
    100%{left: 0; top: 0;}
}
.opacity-50 {
    opacity: .25 !important;
}
.bg-blur {
    filter: blur(90px);
}
.bg-primary {
    background-color: #0052CC;
}
.bg-teal {
    background-color: #DE4D86;
}
.bg-purple {
    background-color: #3ff45d;
}
.bg-yellow {
    background-color: #f4e23f;
}
hr:not([size]) {
    height: 1px;
    color: #b1b1b1;
}
hr {
    margin: 15px 0;
}
ol {
    list-style-type: decimal;
}
ol li{
    margin-left: 20px;
    margin-bottom: 10px;
}
.mt-10 {
 margin-top: 20px;
}
.mt-100 {
    margin-top: 100px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-80 {
    margin-bottom: 80px !important;
}
.m-80 {
    margin: 80px 0;
}
.py-6 {
    padding-top: 4rem!important;
    padding-bottom: 4rem!important;
}
.my-80 {
    padding-top: 80px!important;
    padding-bottom: 80px!important;
}
.pt-6 {
    padding-top: 5rem!important;
}
.highlight {
    color: #01d3b9!important;
}
.project-pwa .image {
    display: grid;
    grid-template-columns: auto auto auto;
    /* background-color: #2196F3; */
}
.project-header h2 {
    font-size: 42px;
    line-height: 58px;
    font-weight: 500;
}
.project-header h4 {
    font-size: 22px;
    line-height: 38px;
    font-weight: 400;
    color: #636363;
}
.dark .company-logo svg {
   fill: #fff;
}
.company-logo {
    margin-bottom: 55px;
    display: flex;
}
.project-details-section {
    background-color: #f6f6f6;
    padding: 40px;
    border-radius: 8px;
}
.project-header .company-logo img {
    max-width: 25%;
}
.project-header {
   margin-top: 40px;
}
.project-rp{
    background-color: #eeeeff;
    padding: 50px;
    border-radius: 8px;
    margin-top: 40px;
}
.project-dme{
    background-color: #eeeeff;
    padding: 120px;
    border-radius: 8px;
    margin-top: 40px;
}
.project-zephyr{
    background-color: #e7f1ff;
    padding: 50px;
    border-radius: 8px;
    margin-top: 40px;
}
.project-many{
    padding: 20px 0;
    border-radius: 8px;
    
}
.project-dme img{
   
    display: flex;
    margin: 0 auto;
}
.project-rp img {
    height: 600px;
    width: auto;
    display: flex;
    margin: 0 auto;
}
.flex-parent {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 27px 0;
}
.main-wrap {
    position: relative;
    border-radius: 15px;
    padding: 0 22px 22px;
}
.main-wrap h6{
    font-size: 18px;
}
.testing ol {
    padding: 0;
}
p.intro {
    line-height: 25px;
    font-size: 15px;
    color: #8d8d8d;
}
.main-content {
 z-index: 2;
 position: relative;
 margin-top: 80px;
}
.my-work .project {
    overflow: hidden;
}
.my-work .project_index {
    max-width: 100%;
    width: 100%;
    border-radius: 22px;
    padding: 33px 25px;
    height: 750px;
    margin-bottom: 30px;
}
.my-work .project_index:hover {
    background: linear-gradient(0deg, rgba(230, 225, 164, 0.3) 0%, rgb(255, 254, 238) 100%);

    transform: rotate(1.2deg);
}
.my-work .project_RP {
    max-width: 100%;
    width: 100%;
    border-radius: 22px;
    padding: 33px 100px;
    height: 750px;
    margin-bottom: 30px;
}
.my-work .project_RP:hover {
    transform: rotate(1.2deg);
    background: linear-gradient(0deg, rgb(183 164 230 / 30%) 0%, rgb(238 238 255) 100%);
    
}
/* .my-work .project_index .img-mockup {
    max-width: 75%;
} */
.back-to-main {
    align-content: center;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    height: 32px;
    justify-content: center;
    overflow: hidden;
    padding: 14px;
    position: relative;
    text-decoration: none;
    width: 32px;
    background-color: #eeeeee;
    border-radius: 50%;
    margin-bottom: 15px;
    transition: .3s;
}
.back-to-main:hover {
    background: #d2d2d2;
}
a:hover {
    color: #333;
}
.logo {
    margin: 0 auto;
    text-align: center;
}
img.main-logo {
    max-width: 125px;
    /* margin: 0 auto; */
    text-align: center;
    margin-right: 25px;
}
.dark .my-work .project {
    background: #292b33;
    transition: .3s;
}
.my-work .project {
    background: #f5f5f5;
    transition: .3s;
}
.my-work .project_dme {
    background: #f5f5f5;
    max-width: 100%;
    width: 100%;
    border-radius: 22px;
    height: 750px;
    margin-bottom: 30px;
    transition: all .3s ease-in-out
    
}
.my-work .project_dme:hover {
    background: linear-gradient(0deg, rgba(225,215,253,1) 0%, rgba(247,238,254,1) 100%);
    transform: rotate(1.2deg);
}
@keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
.my-work .zephyr {
    background: #f5f5f5;
    max-width: 100%;
    width: 100%;
    border-radius: 22px;
    padding: 48px 60px;
    height: 750px;
    margin-bottom: 30px;
    transition: all .3s ease-in-out
}
.my-work .zephyr:hover {
    background: linear-gradient(0deg, #a3c8ff 0%, rgb(208 229 255) 100%);
    transform: rotate(1.2deg);
}
.my-work .zephyr .img-mockup {
    padding: 0 5px;
}
.img-mockup {
    margin: 0 auto;
    /* float: right; */
}
.my-work .project_many {
    max-width: 100%;
    width: 100%;
    border-radius: 15px;
    padding: 33px 0px;
    height: 750px;
    margin-bottom: 30px;
}
.my-work .project_many:hover {
    background: linear-gradient(0deg, rgb(167 223 252 / 83%) 0%, rgb(217 231 241) 100%);
    transform: rotate(1.2deg);
}
.my-work .project_code {
    max-width: 100%;
    width: 100%;
    border-radius: 15px;
    padding: 33px 0px;
    height: 750px;
    margin-bottom: 30px;
}
.my-work .project_code:hover {
    background: linear-gradient(0deg, rgb(199 228 244) 0%, rgb(204 248 255 / 37%) 100%);
    transform: rotate(1.2deg);

}
.my-work .project_code .img-mockup img{
 max-width: 45%;
}
.research ul {
  padding-left: 30px !important;
}
.testing ul {
    padding-left: 30px !important;
}
.solution ul {
    padding-left: 30px !important;
}
.research h5 {
font-size: 18px;  
font-weight: 500;
}
.my-work .project_code .img-mockup {
    max-width: 61%;
    margin: 0 auto;
    /* float: right; */
    text-align: center;
}
.project_many .img-mockup {
    
        max-width: 100%;
        margin: 0 auto;
        float: right;

}
.my-work .project_doc {

    max-width: 100%;
    width: 100%;
    border-radius: 22px;
    padding: 33px 25px;
    height: 700px;
}
.my-work .project_doc:hover {
    background: linear-gradient(0deg, #8ebcffad 0%, rgb(218 229 241 / 78%) 100%);

    transform: rotate(1.2deg);

}
.my-work .project_health {

    max-width: 100%;
    width: 100%;
    border-radius: 22px;
    padding: 33px 25px;
    height: 700px;
}
.my-work .project_health:hover {
    background: linear-gradient(0deg, #0043d58c 0%, rgb(187 208 255 / 38%) 100%);
    transform: rotate(1.2deg);

}
.my-work .project-header {
   padding: 0 25px;
}
/* .my-work .project_many h3 {
    color: #fff;
} */
.my-work .project_dme img{
    transition: transform .3s; 

}
.my-work  .project-info {
    margin-bottom: 30px;
}
.my-work .project:hover img {
    transform: scale(1.04);
}
.my-work .project-intro-details .role-at-company{
    color: #636363;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 10px;
}


.project-sub-title{
    color: #27282e;
    margin-top: 4px;
    margin-bottom: 16px;
    font-family: Circularstd, sans-serif;
    font-weight: 600;
    line-height: 42px;
}
.my-work .project_code img {
    transition: 0.3s;
}
.my-work .project_code:hover img {
    transform: translate(0, -30px);

}

.my-work .project:hover img {
    transition: .3s ease-in-out;
    transition-property: transform,filter;
}
.my-work  .project-info h3{
    font-weight: 500;
    color: #333;
    line-height: 43px;
    font-size: 30px;
}
.dark .my-work  .project-info h3{
    color: #ffffff;
}
.dark .my-work  .project-info p{
    color: #ffffff;
}
.my-work  .project-info h3 span.dme {
   color: #6A4BD4;
}
.my-work  .project-info h3 span.zeph {
    color: #ff730b;
 }
 .my-work  .project-info h3 span.many {
    color: #10b7ed;
 }
 .my-work  .project-info h3 span.optima {
    color: #715aff;
 }
 .my-work  .project-info h3 span.doccode {
    color: #3575fe;
 }
.my-work a:hover {
  color: #333;
}
.dark .my-work .project-intro-details .role-at-company {
  color: #c0c0c0;
}
.dme-tags {
    background-color: #B09EE1;
    color: #fff;
}
.zephyr-tags {
    background-color: #0052CC;
    color: #fff;
}
.doc-tags {
    background-color: #2f5ab5;
    color: #fff;
}

span.many-tags {
    background-color: #597bae;
    color: #fff;
}
span.doc-tags {
    background-color: #7aaaf2;
    color: #fff;
}
/* .about-content {
    padding: 120px 0;
} */
.about-content .mx-auto {
    margin-left: 0 !important;
}
.about-content h1{
    font-size: 36px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 40px;
}
.dark .project-sub-detail-category{
  color:#bababa;
}
.project-sub-detail-category{
    border: 0px solid #454752;
    color: #707075;
    margin-top: 0;
    margin-bottom: 4px;
    font-family: Avenir Next, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
}
.project-sub-title {
    color: #27282e;
    margin-top: 4px;
    margin-bottom: 16px;
    font-size: 24px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    line-height: 36px;
}
.process-section .process-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
ul.test-summary li {
  margin: 0;
}
.process-section .process-container .step-process {
    flex-basis: 50%;
}
.process-section .process-container .step-process h4{
  font-size: 19px;
  margin-bottom: 0;
}
#designing  {
padding-top: 60px;
margin-bottom: 80px
}
#life {
    margin-bottom: 80px
}
#social {
    margin-bottom: 80px;
}
#hobbies {
    margin-bottom: 80px
    }
    #social {
        margin-bottom: 80px
    }
  
    #social ul li{
        list-style-type: none;
        margin-bottom: 10px;
    }
  .dark  #social ul li a{
        color:#d8d8d8;
    }
.dme-tags {
    background-color: #B09EE1;
    color: #fff;
}
.my-work  .tags span{
   
    border-radius: 4px;
    font-size: 14px;
    padding: 2px 7px;
    font-weight: 600;

}
.bg-background {
}
.bg-overlay {
  position: relative;
  height: 100vh;
}
.project-overlay {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    height: 100%;
    margin: 0;
    background-image: url(./images/christopher-gower-m_HRfLhgABo-unsplash.jpg);
}
.proto-preview {
    margin-top: 20px;
}
.project-info {
 
}
.white {
    color: #fff;
}
a.nav-link.active {
       font-weight: 800 !important;
        border-radius: 10px;
        color: #333;
}
.primary {
    color: #01d3b9;
}
.secondary {
    color: #616161;
}

.my-specific-role {
  padding: 40px 0;
}
.my-role ul {
    padding-left: 16px;
    margin: 0;
    line-height: 28px;
}
.key-achivments {
    margin-top: 30px;
}
.key-achivments ul li {
  margin-bottom: 10px;
}
a {
    color: #333;
    text-decoration: none;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

.proto {
    border-radius: 8px;
    overflow: hidden;
}
.collapse:not(.show) {
    display: none;
}
.navbar-toggler:not(.collapsed) .nav__icon-toggle-bar {
   background-color: #000000 !important;
}
h4.section_subtitle{
    color: #727272;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: -40px;
    position: relative;
}
h4.section_subtitle::after {
    display: block;
    content: "";
    width: 48px;
    height: 3px;
    margin-right: 16px;
    position: relative;
    top: 14px;
    background-color: #01d3b9;
}
.Container-wrapper {
    width: 90%;
    margin: 0 auto;
    max-width: 1100px;
}
.navbar-collapse.collapse.show {
    /* background-color: #fff; */
    border-radius: 8px;
}
.container-semi-fluid {
    padding: 0 50px;
    position: relative;
}
.affix-top {
    background: rgb(0, 0, 0, 0);
}
.affix {
    backdrop-filter: blur(6px);
    background-color: rgba(255,255,255, .85);
    padding: 20px 0;
}
.nav--always-fixed {
   position: absolute;
    z-index: 100;
    width: 100%;
  top: 0;
  padding: 20px 0;
  border-bottom: 1px solid #ededed;
}
.navigation-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding: 15px 0;
}

.nav--always-fixed.affix {
    top: 0;
    left: 0;
    right: 0;
    position: fixed !important;
    margin: 0;
    animation: fadeItIn 1s;
    z-index: 1000;
    -webkit-box-shadow: 0px 2px 8px -3px rgb(0 0 0 / 47%);
    -moz-box-shadow: 0px 2px 8px -3px rgba(0,0,0,0.47);
    box-shadow: 0px 2px 8px -3px rgb(0 0 0 / 47%);

}
/* .affix .navbar-nav>li>a{
    line-height: 66px;
} */


/* .navigation-items a{
 padding: 10px 20px !important;
 color: #fff;
 text-transform: uppercase;
 font-size: 13px;
 font-weight: 500;
} */
.nav__header {
 
}
.logo-wrap {
    position: relative;
    height: 40px;
}
.logo-wrap span {
    font-weight: 500;
    text-wrap: auto;
    word-break: normal;
    font-size: 19px;
}
.logo-wrap > div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
}

.logo-wrap img {
    height: 47px;
    width: 37px;
    transition: opacity .3s ease-in-out;
}
.logo-wrap span {
    color: #333;
    transition: .3s ease;
}
.dark .logo-wrap span {
    color: #fff;
    transition: .3s ease;
}
.logo-wrap a:hover span {
    color: #515151;
}

.dark .logo-wrap a:hover span {
    color: #dbdbdb;
}
.dark .logo-wrap img {
    filter: invert(99%) sepia(1%) saturate(0%) hue-rotate(206deg) brightness(105%) contrast(100%);
}
/* .affix-top .navbar-nav li a {
color: #787878;
}
.affix-top .mylogo span {
    color: #000;
    } */
    .navbar-nav .nav-item{
margin-left: 4px;
    }
    .navbar-nav .nav-link {
    font-weight: 500;
    color: #565656 ;
    font-size: 16px;
    padding: 6px 20px !important;
    padding-bottom: 0.3rem;
    position: relative;
    display: block;
   transition: .3s ease;
}
.navbar-nav .nav-link:hover {
  color: #333;
  border-radius: 10px;
}
.navbar-nav {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    z-index: 99999;
}
.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 2.5rem;
    color: #fff;
    font-weight: 500;
    line-height: 112px;
}
.info-container {
    border: 1px solid #d62772;
    align-items: center;
    background-color: rgb(249, 220, 233);
    border-radius: 4px;
    display: flex;
    flex: 0 0 auto;
    flex-flow: column;
    gap: 8px;
    height: min-content;
    max-width: 100%;
    overflow: visible;
    padding: 16px;
    position: relative;
    width: 100%;
    margin: 60px 0;
}
.info-container p {
    margin: 0;
    font-weight:normal;
    color: #d62772;;
}
.info-container p a {
    font-weight: 600;
    color: #0a66c2;
    text-decoration: underline;
}
.separator {
    background-color:  #f5f2f1;
    flex: 0 0 auto;
    height: 2px;
    position: relative;
    width: 100%;
    margin: 88px 0;
}
.mylogo a{
    display: block;
}
.mylogo img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
.hero h1 {
    line-height: 85px; 
    font-weight: 500;
    line-height: 100px; 
}
.hero h1 span{
   color: #7a7a7a;
   text-decoration: line-through;
}
.intro-title {
    font-size: 20px;
}
h1 {
    font-size: 78px;
    font-weight: 400;
    line-height: 68px; 
    font-family: 'Sofia PRO', sans-serif;   
     font-weight: 600;
     font-style: normal;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        njmk;
}
h2 {
    font-size: 32px;
    line-height: 45px;
    font-family: 'Sofia PRO', sans-serif;    
     font-weight: 600;
     font-style: normal;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   njmk;
}
h3 {
    font-size: 26px;
    font-weight: 500;
    line-height: 36px;
    color: #333;
    font-family: 'Sofia PRO', sans-serif;   
}
h4 {
    font-size: 22px;
    font-weight: 600;
    line-height: 36px;
}

h5 {
    font-size: 18px;
    font-weight: 500;
}
h6 {
    font-size: 17px;
    font-weight: 500;
}
h2.article_title {
    margin-top: 74px;
    margin-bottom: 20px;
}
.hero {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 0 5%;
    display: flex;
    justify-content: center;
}
.about-me {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.my-education {
    margin-top: 20px;
  }
.my-education ul {
  list-style-type: disc;
}
.my-features h3 {
    font-weight: 600;
}
.bg-overlay {
    position: relative;
}
.bg-overlay--light:before {
    background-color: hsla(0,0%,7%,.37);
}

.bg-overlay:before {
    content: "";
    top: 0;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: hsla(0,0%,7%,.81);
}
.project img{
    transition: transform .2s; 

}
.mfp-ready .mfp-with-anim {
    opacity: 1 !important;
    transform: scale(1) !important;
}
.mfp-with-anim {
    opacity: 0 !important;
    transition: all .2s ease-in-out !important;
    transform: scale(.8) !important;
}

.the-goal .metric {
    background: #e9e9e9;
    border-radius: 6px;
    padding: 15px;
    min-height: 145px;
    margin: 10px 0;
    opacity: 0.85;
}
.research .method {
    background: #e9e9e9;
    border-radius: 6px;
    padding: 15px;
    min-height: 166px;
    margin: 10px 0;
    opacity: 0.85;
}
.dark .research .method {
    background: #252834;
}


.the-goal .metric h6 {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
}
.the-goal .metric p {
    margin: 0;
}
.contributions {
    margin-top: 49px;
    width: 239px;
    background: whitesmoke;
    border-radius: 4px;
    padding: 10px;
    font-size: 15px;
}
.my-contributionsUL {
    background-color: #f5f7fd;
    padding: 30px;
    border-radius: 8px;
}
.my-contributionsUL ul {
    padding-left: 20px !important;
}
.my-contributionsUL ul li {
    list-style-type:disc;
    line-height: 27px;
}
.mfp-iframe-scaler {
    overflow: visible;
}
.project:hover img{
    transform: scale(1.03);
}
.project:hover img{
    transition: .2s ease-in-out;
    transition-property: transform,filter;
}
.hero .button {
    display: flex;
    flex-direction: row;
    align-items: center;
}
a.video {
    display: flex;
    flex-direction: row;
    color: #01d3b9;
    transition: all .4s;
}
a.video:hover {

    color: #04ac98;
    
}

.elementor img {
}
.hero .video i.fa-regular{
    margin-right: 10px;
    font-size: 28px;
    line-height: 30px;
}
.hero {
    padding: 0px 0 70px;
    color: #222222;
}
.hero h3 {
   color: #5d5d5d;
}
  .about {
    background-color: #fff;
    padding: 100px 0;
  }
  .about .title h2{
    text-align: left;
    color: #131313;
    font-weight: 600;
  }
  .whatIdo p{
    font-size: 1.4rem;
    line-height: 1.5;
    color: #686868;
  }
/* .hero .content-wrapper {
  margin-top: 75px;
} */

.hero .button .portfolio_link {
    border-radius: 300px;
    color: #000;
    background-color: #fff;
    border-color: #fff;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    line-height: normal;
    padding: 1.3rem 2.8rem;
    font-weight: 500;
    transition: .3s;
    margin-right: 20px;
  }
  .hero .button .portfolio_link:hover {
    background-color: rgb(221, 221, 221);

  }
  .hero .content-wrapper .img-wrap {
   display: flex;
   flex-direction: row;
   align-items: center;
   margin-top: 35px;
  }
  .hero .content-wrapper .img-wrap .my-profile {
     margin-right: 40px;
  }
  .hero .content-wrapper .img-wrap h3 {
    font-size: 28px;
    line-height: 46px;
    font-weight: 400; 
   }
  .service img {
    max-width: 64px;
    height: auto;
    margin-bottom: 15px;
  }
  .service_title {
   color: #131313;
  }
  
  .service_description {
    color: #686868;
  }
  .overview ul li {
   list-style-type: circle;
  }
.companies {
  background: #fff;
  padding: 120px 0;
}
.companies .title h2{
    color: #000;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}
.projects {
    padding: 120px 0;
    background: #131313;
}
.projects .title{
    margin-bottom: 50px;
}
.projects .title h2{
    text-align: center;
    color: #fff;
    font-weight: 600;
}
.projects .title p {
    text-align: center;
    font-size: 20px;
    color: #e1e1e1;
    line-height: 32px;
}
.project-img {
    overflow: hidden;
    border-radius: 7px;
}
.my_section {
    overflow: hidden;
    border-radius: 7px;
    height: 407px;
}
.my_section_title {
   text-align: center;
}
.my_section_title a {
    color: #01d3b9;
    font-weight: 600;
 }
.my_section_title h4 {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    margin: 20px 0;
}
.my_section_title p {
    color: #fff;
}
.my_section img {
    transition: transform .2s;
    margin-bottom: -20px;
}
.my_section.river img {
    transition: transform .2s;
    margin-bottom: -20px;
    transform: translateY(-60px);
}
.project-title {
    text-align: center;
    padding: 20px 0;
}
.project-title h4 {
    transition: .2s ease-in-out;
    color: #fff;
    font-size: 22px;
}
.project-title h4:hover {
  color: #cecece;
}
.about h2 {
    margin-bottom: 16px;
}
.about p {
    font-weight: 500;
}
.hero .image {
    text-align: center;
    margin-bottom: 20px;
}
.hero .image img {
    height: 400px;
    width: auto;
    border-radius: 5px;
}
.my-features h2 {
margin-bottom: 20px;
}
.my-features span {
    background-color: #222;
    width: fit-content;
    padding: 5px 15px;
    border-radius: 28px;
    margin-right: 10px;
    color: #f3f3f3;
    margin-top: 15px;
}
.my-features .span-wrap {
margin: 15px 0;
}
.process h2 {
    line-height: 56px;
}
.process-explanation {
    margin-top: 40px;
}
.process-explanation > div {
   margin-bottom: 27px;
}
.process-explanation h4{
    font-weight: 500;
    font-size: 20px;
}
a.nav-project-button {
    text-align: center;
    display: flex;
    justify-items: center;
    justify-content: center;
    background: #f0f0f0;
    padding: 10px;
    font-weight: 500;
    color: #333;
    margin-top: 74px;
    border-radius: 8px;
    transition: .3s ease-in;
}
.outcomes {
    border-radius: 8px;
}
.outcomes .method {
    border-radius: 6px;
    padding: 15px;
    margin: 10px 0;
    opacity: 0.85;
    background: #ededed;
}
.dark .outcomes .method {
    background: #252834;
}

.outcomes .method p {
   
    font-weight: 400;
}
/* .method h6:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -10px;
    right: 0;
    top: 0;
    height: 2.5em;
    z-index: 3;
    width: 4px;
    background: linear-gradient(0deg,rgba(255,72,0,1) 0%,rgba(218,84,216,1) 30%,rgba(0,146,244,1) 70%,rgba(32,220,134,1) 100%);
} */

.image-wrapper {
    background: #EFEFEF;
    border-radius: 14px;
    padding: 20px;
    margin-bottom: 10px;
}
a.nav-project-button:hover {
   background-color: #dddddd;
}
a.nav-project-button i {
    margin-top: 2px;
}
.main-title {
    margin: 50px 0;
}
.main-title p {
    margin: 0;
} 
.many-mjb {
    background: #131313;
    color: #fff;
}
.final-ui {
    background: #fff;
    color: #333;
}
.many-mjb ul li {
  list-style-type: disc;
}
.project-wrapper {
  padding-top: 100px;
}
.white-bg {
    background-color: #fff;
}
.problem-statement-doc {
    color: #131313;
   background: #fff;
}
.persona {
    background: #fff;
    color: #333;
}
.wireframes {
    background-image: url(./images/dark_wall.png);
}
.image-prototype {
    padding: 24px;
    border-radius: 8px;
    background: #EBEBEB;
    overflow: hidden;
}
.mockup-container {
    padding: 24px;
    border-radius: 8px;
    background: #EBEBEB;
}
.image-container img {
    border-radius: 8px;
    overflow: hidden;
}
.before-or-after {
    margin: 30px 0 15px;
}
.mockup-container img {
    border-radius: 9px;
    overflow: hidden;
}
.before-and-after-section {
   margin-top: 40px;
}
.before-and-after-section h4{
  margin-bottom: 16px;
  font-weight: 600;
}
.before-and-after-section h5 {
    font-size: 17px;
    font-weight: 400;
    color: #656565;
}
.bg-video {
    overflow: hidden;
    border-radius: 8px;
 
}
.analyses {
    background: #eff3f6;
    padding: 50px 0;
}
.analyses ul li {
    list-style-type: disc;
}
.theResearch {
    background-image: url(./images/dark_wall.png);
}
.insights {
    background: #131313;
    color: #fff;
}
.insights ul li {
    list-style-type: disc;
}
.project-wrapper h1 {
    font-weight: 600;
    font-size: 48px;
}
.project-wrapper .overview{
   color: #131313;
   background: #fff;
}
.project-wrapper .problem-statement {
}
.designs {
    color: #131313;
   background: #fff;
}
.project-wrapper .problem-statement ol{
    padding-left: 0;
}
.project-wrapper .pwa-img {
    background-image: url("./images/dark_wall.png");
    position: relative;
    /* border-radius: 9px; */
}
/* .project-pwa {
    padding: 50px 0;
} */
.project-many .image {
    padding: 10px 0;
    border-radius: 8px;

}
 video {
    border-radius: 7px;
}

.elementor-img {
    background: #c7c7c7;
    position: relative;
    padding: 250px 80px;
}
.elementor-img img{
    width: auto;
    margin: 0 auto;
}
h6.design-desc {
    margin-top: 20px;
}

.project-wrapper .solution {
    color: #131313;
    background: #fff;
}
.project-wrapper .solution ul li{
  list-style-type: disc;
}

.my-process h2 {
}
.entry_point {
    font-size: 1.5rem;
    line-height: 2.4rem;
    margin-bottom: 34px;
}
.project-wrapper .pwa-img:before {
    content: "";
    top: 0;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    /* background-color: hsla(0,0%,7%,.61); */
}
.responsive-design {
    background: #fff;
}
a.style-guide {
    font-weight: 600;
    color: #01d3b9;
}
.user-feedback {
    background: #f8f8f8;
    padding-top: 40px;
    color: #333;
}
.usability-testing {
    background: #f8f8f8;
    color: #333;
}
.usability-testing .feedback ul li {
 list-style-type: disc;
}
.user-feedback h4 {
    font-weight: 500;
}
.text-container {
    max-width: 720px;
    padding: 0;
    margin: 0 auto;
}

.solution .solution-methods li {
  margin-bottom: 10px;
}
.problem-statement li {
    margin-bottom: 10px;
}
.jurney-tree .jurney-three-intro {
    padding-top: 40px;
}
.projectName {
    color: #01d3b9;
    font-weight: 600;
}
/* .ideation {
    background-image: url(./images/dark_wall.png);
} */

.role > div{
 margin-bottom: 16px;
}
.projectLink {
    color: #01d3b9;
    font-weight: 600;
    border: 1px solid #01d3b9;
    padding: 12px 28px;
}
.projectLink:hover {
   color: #5d3ff4 !important;
}
.prototype-links-wrapper {
    display: grid;
    justify-content: start;
}
.prototype-links-wrapper .prototype-link{
    display: inline-grid;
}
.many-img {
    background: #11212f;
    
}
.image-many {
    
}
.social ul{
  display: flex;
  flex-direction: row;
}
.social ul li{
    margin-left: 20px;
    background: rgba(245, 242, 241, 1);
    border-radius: 7px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    list-style-type: none;
    transition: .3s ease;
  }
  .social ul li.dribbble:hover{
    background-color: #DE4D86;
    color: #fff;
  }
  .social ul li.behance:hover{
    background-color: #0057ff;
    color: #fff;
  }
  .social ul li.medium:hover{
    background-color: #000000;
    color: #fff;
  }
  .social ul li.linkedin:hover{
    background-color: #0a66c2;
    color: #fff;
  }
  .social ul li a{
   color: #000000;
  }
  .social ul li i{
    font-size: 20px;
    padding: 10px;
   }
  .social ul li a:hover{
    color: #fff!important;
   }

@media only screen and (min-width: 992px) {
   
    .col-lg-3 {
        width: 21%;
    }
    .col-lg-9 {
        width: 79%;
    }
}
.footer-title {
    padding-top: 20px;
}
.footer-wrap {
   

    display: flex;
    flex-direction: row;
    padding: 80px 0 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
}
.contact-wrapper {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.footer-wrap .contact-wrapper .contact {
  position: relative;
  color:#fff;
  background: #000;
  padding: 8px 28px;
  font-size: 16px;
  border-radius: 8px;
}
.footer-wrap .contact-wrapper  img {
    position: absolute;
    transition: opacity .3s ease-in-out;
}
img.black {
    width: 146.2px;
    height: 46px;
}
.hover {
    width: 146.2px; 
}
.footer-wrap .contact-wrapper a:hover {
    background: #2f2f2f;
    color: #ffffff;
    cursor: pointer;
}
.navbar-nav {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}
/* .info-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
} */
.footer-wrap h2{
   color: #222;
   text-align: center;
    font-weight: 600;
}
.footer-wrap .social ul {
    display: flex;
    flex-direction: row;
    margin-top: 25px;
    padding: 0;
    margin-left: -20px !important;
}
.icon-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.footer-wrap div:first-child {
   font-size: 13px;
}
.footer-wrap .social li {
    list-style-type: none;
    margin: 20px;
}
.footer-wrap .social img {
    width: 35px;
    height: 35px;
    object-fit: cover;
    object-position: 50%;
    object-position: 50%;
}
.doctorApp-Process {
    margin: 0 auto;
}
.doctorApp-Process img {
width: 70%;
display: block;
  margin-left: auto;
  margin-right: auto;
}
.survey span {
    font-size: 44px;
    font-weight: 600;
}
@media only screen and (min-width: 992px) {
    .offset {
      margin-left: 30px;
    }
    .nav__header {
        /* flex: 1 0 0; */
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0 17px;
    }
    .navbar-toggler {
   display: none;
    }
    /* .nav__wrap {
        flex: 4 0 0;
        text-align: center;
    } */
    .navbar-collapse {
   display: block !important;
   flex: 2 0 0;
    }
    footer {
        /* position: fixed; */
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 1;
    }
}

@media only screen and (max-width: 991px) {
    .nav-wrap {
     display: none;
    }
    .side-nav {
         display: none;
    }
    .main-wrap {
        
        margin-top: 20px;
    }
    .hero h1 {
        line-height: 76px;
        font-size: 55px;
    }
    .my_section {
        overflow: hidden;
        border-radius: 7px;
        height: auto;
    }
    .my_section.river img {
        transition: transform .2s;
        margin-bottom: -20px;
        transform: translateY(-13px);
    }
    

header .flex-parent {
    display: block;
}
.navbar-nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.navbar-nav>li>a {
    line-height: 63px !important;
}
}

@media only screen and (min-width: 992px) and (max-width: 1110px)  {
    .mylogo {
        font-size: 18px !important;
    }
    .navbar-nav>li>a {
       
        font-size: 15px;
        padding: 0 11px !important;
    }
    .hero h1 {
        line-height: 82px;
        font-size: 61px;
    }
   
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1260px !important;
    }
}
@media only screen and (max-width: 768px) {
    .footer-wrap {
        display: flex;
        flex-direction: column;
    }
    .contact-wrapper {
        
        margin-top: 30px;
    }
    .container, .container-sm {
        max-width: 695px;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0;
      padding-left:0;
        color: #fff;
        font-size: 20px;
        margin-bottom: 10px;
    }
    .navigation-wrap {
      
        flex-direction: column;
    }
    .navbar-nav {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        align-items: center;
    }
    .project-dme {
   
       padding: 10px;
    }

.hero .content-wrapper .img-wrap h2 {
    
    font-size: 19px;
    line-height: 33px;

}
.hero .content-wrapper .img-wrap {
    display: flex;
    flex-direction: column-reverse;
    align-items: self-end;
    margin-top: 15px;
}
.hero .content-wrapper .img-wrap img {
        width: 100%;
        height: 85px;
    
}
.hero h1 {
    line-height: 52px;
    font-weight: 600;
    font-size: 40px;
}
.my-work .project {
    height: 482px;
}
.hero .content-wrapper .img-wrap h3 {
    font-size: 20px;
    line-height: 36px;
}
.hero h4 {
    font-size: 18px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}
.hero .watch_me i.fa-regular{
    margin-right: 10px;
    font-size: 20px;
}
  }
  @media only screen and (max-width: 461px)  {
    .my-work .project_index .img-mockup {
        max-width: 100%;
    }
    .my-work .project_index {
        padding: 33px 0;
    }
    .img-mockup {
        max-width: 100%;
    }
    .my-work .project_code .img-mockup {
        max-width: 84%;

    }
    .icon-wrap {
        flex-direction: column;
    }
    .my-work .project  {
        height: 410px;
    }
}
@media only screen and (max-width: 600px){
    img.main-logo {
        max-width: 100px;
    }
    .footer-wrap h2 {
 
        font-size: 25px;
    }
    .my-work .project  {
        height: auto;
    }
}
  .nav__icon-toggle-bar {
    background-color: #000000;
    width: 18px;
    display: block;
    height: 2px;
    border-radius: 1px;
    margin-bottom: 4px;
}
.navbar-light .navbar-toggler {
   border-color:none; 
}
.navbar-toggler {
 
    padding: 9px 0 9px 10px;
    background-color: transparent;
    border: none;
    z-index: 50;
    color: transparent;
}
.copyright-wrap {
    padding: 40px 0;
}
.copyright {
    display: inline-block;
    color: #585454;
    font-size: .95rem;
}


@keyframes fadeItIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        -moz-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
    }
}

.main-about-section {
    padding-top: 0 !important;
}

.content-wrapper {
    align-items: flex-start;
    display: flex;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 80px;
    height: min-content;
    justify-content: flex-start;
    overflow: visible;
    position: relative;
    z-index: 1;
    padding-top: 75px;
}
@media only screen and (max-width: 767px) {

    .content-wrapper {
     padding-top: 120px;
    }
}
.menu-nav {
    flex: none;
    height: auto;
    left: 50%;
    padding: 0 0 20px 0;
    width: 100%;
    z-index: 4;
    top: 0;
    margin: 0px 0 32px 0;
   
}
.menu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}
.menu-wrapper {
    /* box-shadow: rgba(0, 0, 0, 0.13) 0px 7px 16px 0px;
    background-color: rgba(255, 255, 255, 0.9);
    opacity: 1;
    backdrop-filter: blur(5px); */
    /* height: 60px; */
    padding: 2px 20px;
    border-radius: 11px;
}

.sticky-column{
    align-self: flex-start;
    position: -webkit-sticky;
    position: sticky;
    top: 2rem;
}
.side-nav {
    box-shadow: rgba(0, 0, 0, 0.07) 0px 6px 94px;
    border-radius: 15px;
    padding: 22px;
}
.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 15px;
 }
.about-content {
    display: flex;
}
.side-nav ul {
    padding: 0;
}
.side-nav ul li{
    list-style-type: none;
    line-height: 21px;
    height: 53px;
    display: flex;
    align-items: center;
}
.side-nav ul li a{
    font-size: 16px;
    color: #6f6f6f;
 }
 .side-nav small{
    line-height: 40px;
 }
ul li a.scroll.active {
    font-weight: 600;
    color: #333;
}
a.step-back {
    display: flex;
    flex-direction: row;
    /* justify-content: center; */
    align-items: center;
    border: none;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 500;
    color: #333;
    background: #f0f0f0;
    padding: 4px 13px 4px 0px;
}
a.step-back i {
    width: 20px;
    height: 19px;
    margin: 0 9px 0px;
    background-size: contain;
}