@font-face{font-family:sofia-pro;font-style:normal;font-weight:400;font-display:swap;src:url(fonts/SofiaProRegular.woff) format('woff')}
body,
html{
    margin: 0;
    padding:0;
    
    font-size: 15px;
    color:#444;
    box-sizing: border-box;
    font: normal normal 16px/1 "sofia-pro", sans-serif;
    line-height: 1.3;
}
p{
    line-height: 1.5;
    margin-bottom: 30px;
}
h2{ 
    font-size: 45px;
    margin: 0;
    font-weight: 700;
    color:#000;
}
h3{
    font-size: 30px;
    margin: 5px 0px 20px 0;
    font-weight: 700;
}
h4{
    font-size: 25px;
    font-weight: 700;
}
img{
    max-width: 100%;
    height: auto;
}
a{
    text-decoration: none;
}
ul,
ol{
    list-style: none;
    margin: 0;
    padding: 0;
}
.container{
    padding: 0px 20px;
    width: 100%;
    max-width: 1600px;
    margin: 0px auto;
    box-sizing: border-box;
}
.container:after{
    content: "";
    clear: both;
    display: table;
}
@media screen and (min-width: 800px){
    .container{
        padding: 0px 50px;
    }
}

.topbar{
    background: linear-gradient(to bottom, #19B786, #058d63);
    padding: 3px 0px;
}
.navlist li a{
    font-size: 14px;
    color:#fff;
}
.navlist {
    display: flex;
    justify-content: flex-end;
    -webkit-gap: 40px;
    gap: 40px;
}
.flex-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.brand{
    width: 200px;
    position: relative;
}
.brand a{
    display: inline-block;
    border: 4px solid #19B786;
    padding: 5px 10px;
    color: #19B786;
    text-transform: uppercase;
    font: 600 normal 22px/24px "sofia-pro", sans-serif;
    text-decoration: none;
    text-align: center;
    width: 242px;
    box-sizing: border-box;
}
.brand span{
    width: 242px;
    font-size: 11px;
    position: absolute;
    text-align: right;
    left: 0;
    bottom: -14px;
    color: #19B786;
}
#nav ul li a{
    color:#000;
}
#nav ul{
    display: flex;
    justify-content: flex-end;
    -webkit-gap: 40px;
    gap: 40px;
}
#header{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 99999;
}
.main-header{
    display: block;
    padding: 15px 0px 15px 0px;
}
.hero-image{
    background: url(../images/software-developer.jpg) no-repeat center;
    height: calc(100vh - 75px);
    min-height: 300px;
    background-size: cover;
}
.hero-section{
    display: block;
    position: relative;
}
.hero-overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    /*background-image: url('../images/overlay-bg.png');*/
    background-size: cover;

    /*background-color: rgba(255, 255, 255, 0.7);*/
        /*background-color: rgba(255, 255, 255, .6);*/
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.6));
}
.hero-overlay h1 {
    margin: 0;
    color: #fff;
    font-size: 40px;
    text-transform: uppercase;
}
.hero-overlay p {
    margin: 0;
    color: #000;
    font-size: 28px;
    max-width: 600px;
}

/*----------------------------------------*/
/* 3. skill area CSS
/*----------------------------------------*/

.large-letter {
    color: #303030;
    float: left;
    font-size: 60px;
    font-weight: 600;
    height: 50px;
    line-height: 50px;
    padding-right: 10px;
}

.skill-content {
    overflow: hidden;
    margin-left: 50px;
    padding-top: 40px;
}

.skill .progress-bar {
    background: #303030 none repeat scroll 0 0;
    position: relative;
    height: 100%;
}

.skill .progress .lead {
    color: #222;
    font-size: 14px;
    left: 0;
    position: absolute;
    text-transform: capitalize;
    top: -35px;
    width: 100%;
    z-index: 99;
}

.progress-bar > span {
    color: #303030;
    font-size: 14px;
    height: 24px;
    line-height: 25px;
    position: absolute;
    right: -12px;
    top: -38px;
    width: auto;
}

.progress-bar > span::before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid #000;
    bottom: -8px;
    content: "";
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.skill .progress {
    background: #ebebeb none repeat scroll 0 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 13px;
    margin-bottom: 55px;
    overflow: visible;
    position: relative;
}

.skill .progress:last-child {
    margin-bottom: 0;
}

.all-skill {
    overflow: hidden;
}

.single-skill {
    background: #303030 none repeat scroll 0 0;
    float: left;
    padding: 80px 0;
    text-align: center;
    width: 25%;
}




/*************************************
 section title
**************************************/
.section-wrapper{
    display: block;
    padding: 70px 0px;
}
.section-title {
  margin-bottom: 50px;
}
.section-title h2 {
  display: inline-block;
  font-size: 45px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
}
.section-title p {
  width: 56%;
  margin: auto;
}
.sec-style-two p {
  margin: inherit;
}
.sec-style-three p {
  margin: auto;
  width: 35%;
}
.section-heading {
  font-weight: 600;
}
.section-heading span {
  font-weight: 700;
}
.section-title.slogan-title {
  margin-bottom: 0;
}

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


.align-items-center{
    align-items: center;
}
.lg-order-2{
    order: 2;
}
.btn{
    background-image: linear-gradient(to bottom, #19B786, #058d63);
    color: #fff;
    display: inline-block;
    padding: 10px 30px;
    font-size: 17px;
    letter-spacing: 1px;
    text-transform: capitalize;
    border-radius: 3px;
    transition: all 0.5s;
    border:1px solid transparent;
}
.btn:hover{
    background:#fff;
    color:#19B786;
    border:1px solid #058d63;
}
.fluid-img{
    width: 100%;
    height: auto;
}
h2 span,
h3 span,
h4 span{
    color: #19B786;
}
.aside-content-box{
    max-width: 480px;
    margin: 0px auto;
}
.video-wrapper{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.video-wrapper video{
    min-width: 100vw;
    min-height: 130vh;
    height: 100%;
    display: block;
}


.flex-align-center {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
}

/*//Portfolio*/
.top-content-wrapper{
    position: relative;
}
.featured-post-wrapper {
    position: relative;
    overflow: hidden;
}

.top-content-wrapper:before {
    content: "";
    background: #F1F3F7;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 77.9%;
    min-height: 326.48px;
    margin: 62px 0px 51px;
    z-index: -1;
    display: block;
}

.portfolio-item-bg {
    height: 554px;
    background-position: center;
    background-size: cover;
    background-color: #959CA7;
    transform: scale(1);
    -webkit-transition: all 0.3s ease-in-out; 
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media (min-width: 998px){
    .portfolio-item:hover .portfolio-item-bg,
    .featured-post-wrapper:hover .portfolio-item-bg{
        transform: scale(1.2);
    }
}

.portfolio-item {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.item-inner {
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: auto;
    left: 0;
    width: auto;
    padding: 20px;
    color: #fff
}
.blur-wrapper {
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding: 25px;
    width: auto;
    margin-bottom: 25px; 
}

.blur-wrapper .blog-title {
    color: #fff;
    margin: 0;
    font-size: 24px;
}
.item-inner h3 {
    color: #fff;
    margin: 0
}

.item-inner .tags-list li a,
.item-single .tags-list li a {
    font-size: 14px;
    padding: 0
}
.item-single .tags-list li a {
    color: #939393;
}


/*//Global Blog styles */
.tags-list {
    font-size: 14px;
    margin: 0;
    padding: 0;
}

.tags-list li {
    display: inline-block;
    list-style: none;
}

.tags-list li a {
    display: inline-block;
    padding: 7px 14px;
    color: #fff;
}

.tags-list li a.active {
    color: #19B786;
    background: #fff;
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .16);
}

.tags-list li:hover a,
.tags-list li:focus a {
    text-decoration: none;
    background: #19B786;
}
.row{
    margin: 0px -15px;
    display: flex;
    flex-wrap: wrap;
}
/*CTA - Instagram*/
#cta {
    padding: 0 0 50px;
    margin: 0px 0 20px;
}

/* Instagram feed  */
#sbi_images .sbi_item {
    padding: 5px;
}

.learn-more {
    font: normal 600 16px/3.69 "sofia-pro", sans-serif;
    text-transform: uppercase;
    color: #19B786;
}
.learn-more:after {
    display: inline-block;
    width: 44px;
    height: 2px;
    margin-left: 10px;
    content: '';
    transition: .2s ease-out;
    vertical-align: middle;
    background: #19B786;
}
.learn-more:hover {
    text-decoration: none;
    color: #12a363;
}
.learn-more:hover:after {
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}
.learn-more:active,
.learn-more:visited,
.learn-more:focus{
    color: #19B786;
}
@media (min-width: 992px){
    .item-single .tags-list {
        text-align: right;
        margin-top: 10px;
    }
}
.item-inner .tags-list li:before,
.item-single .tags-list li a:before{
    content: "\2022";
    position: relative;
    padding: 7px;
}
.item-inner .tags-list li a:hover:after,
.item-inner .tags-list li a:focus:after,
.item-inner .tags-list li a:active:after{
    color: #fff;
    pointer-events: none;
}
.item-inner .tags-list li:last-child a:after,
.item-single .tags-list li:last-child a:after{
    display: none;
}
.item-inner .tags-list li:hover a,
.item-inner .tags-list li:focus a,
.item-single .tags-list li:hover a, 
.item-single .tags-list li:focus a {
    text-decoration: none;
    color: #19B786;
    background-color: transparent;
}

.item-inner .tags-list li:last-child,
.item-single .tags-list li:last-child{
    margin-right: 0; 
}


.pagination ul {
    padding: 0;
}


/*************************************************************/
/************************* Form CSS **************************/
/*************************************************************/

.form-row{
    width: 100%;
    display: flex;
    -webkit-gap: 30px;
    gap: 30px;
    margin-bottom: 30px;
}
.form-field{
    width: 100%;
    flex-basis: 0;
    flex-grow: 1;
}
.form-field input{
    width: 100%;
    height: 42px;
    border: 1px solid #ddd;
    padding: 5px 10px;
    font-size: 13px;
    box-sizing: border-box;
    box-shadow: none;
    outline: none;
    font-weight: 400;
}
.form-field textarea{
    width: 100%;
    height: 130px;
    border: 1px solid #ddd;
    padding: 5px 10px;
    font-size: 13px;
    box-sizing: border-box;
    box-shadow: none;
    outline: none;
    font-weight: 400;
}
.contact-form-wrapper{
        box-shadow: rgb(3 26 115 / 15%) 0 3px 25px;
        padding: 70px 50px;
        position: relative;
}
form label{
    color: #A5A5A5;
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
}
 .contact-form-wrapper button{
    width: 180px;
    height: 45px;
    margin: 0px auto;
    display: block;
}
.flower-icon {
    position: absolute;
    left: -86px;
    bottom: -73px;
}
.hello-icon{
    position: absolute;
    top: -80px;
    left: 0px;
}
#footer{
    background: #19B786;
    padding: 15px 0px;
    text-align: center;
    color: #fff;
    margin-top: 70px;
}
#footer p{
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 1;
    margin: 0;
}


.gray-bg{
    background: #ebebeb;
}
.green-bg{
    color: #fff;
    background: linear-gradient(to bottom, #19B786, #058d63);
}
.green-bg .section-title h2{
    color: #fff;
}
.services-container h3{
    font-size: 25px;
    margin: 20px 0px 15px 0px;
}



.our-partners-logo{
    padding-top: 70px;
}
.partner-logos{
    display: flex;
    justify-content: space-between;
}
.our-partners-logo .partner-logos .partner-images {
    border: 1px solid #eeeeee;
    height: auto;
    width: 40%;
    max-width: 30%;
    margin: 5px;
    text-align: center;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
}
.our-partners-logo .partner-logos .partner-images img {
    max-height: 100%;
    padding: 10px;
}
.our-partners-logo .title  {
    font-size: 30px;
    font-weight: normal;
    margin: 70px 0 10px;
    text-align: left;
    color: #484848;
    display: block;
}

@media screen and (max-width: 800px){
    .partner-logos{
        flex-wrap: wrap;
    }
    .about-content{
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 765px){
    .portfolio-row.matchbox{
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
    .portfolio-item{
        margin: 0;
    }
    .large-grid{
        width: 100%;
    }
    .small-grid{
        width: calc(50% - 5px);
    }
    .small-grid .portfolio-item-bg{
        height: 270px;
    }
   .small-grid .item-inner h3{
        font-size: 15px;
    }
    .small-grid .learn-more:after{
        display: none;
    }
    .small-grid .tags-list li{
        display: block;
        width: 100%;
    }
    .small-grid .learn-more,
    .small-grid .item-inner .tags-list li a{
        font-size: 12px;
    }
     .small-grid .blur-wrapper{
        padding: 8px;
        margin: 0px;
    }
    .small-grid  .item-inner{
        padding: 9px;
        display: flex;
        align-items: end;
    }
    .portfolio-row.matchbox{
        margin-top: 30px;
    }
    .section-wrapper{
        padding: 30px 0px;
    }
    .form-row{
       flex-wrap: wrap;
    }
    .form-field {
        width: 100%;
        flex-basis: inherit;
    }
    .contact-form-wrapper{
        padding: 70px 20px;
        margin-top: 50px;
    }
}
@media screen and (min-width: 766px){
.matchbox{
    position: relative;
    min-height: 580px;
    margin-top: 50px;
    overflow: hidden;
}
.large-grid{
    width: calc(40% - 4px);
}
.matchbox .small-grid{
    width: calc(30% - 4px);
    position: absolute;
}
.small-grid .portfolio-item-bg{
    height: 275px;
}
.matchbox .grid-item-2{
    top: 0;
    left: calc(40% + 2px);
}
.matchbox .grid-item-3{
    top: 0;
    right:0;
}
.matchbox .grid-item-4{
    top: calc(275px + 4px);
   left: calc(40% + 2px);
}

.matchbox .grid-item-5{
    top: calc(275px + 4px);
    right:0;
}
.matchbox .grid-item-6{
    top: calc(554px + 4px);
    left:0;
}
.matchbox .grid-item-7{
    top: calc(554px + 4px);
    left: calc(30% + 2px);
}
.matchbox .grid-item-8{
    top: calc(833px + 4px);
    left: 0;
}
.matchbox .grid-item-9{
     top: calc(833px + 4px);
     left: calc(30% + 2px);
}
.matchbox .grid-item-10{
    position: absolute;
    top: calc(554px + 4px);
    right:0;
}
.matchbox .small-grid .item-inner{
        display: flex;
    align-items: end;
}
.small-grid .blur-wrapper{
    padding: 10px;
    margin-bottom: 0;
}
.small-grid  .item-inner h3{
    font-size: 18px;
}
.small-grid  .learn-more,
.small-grid  .tags-list li a.tags-list li a{
    font-size: 13px;
}


}
/*
@media screen and (min-width: 766px){
    .our-partners-logo .partner-logos .partner-images {
        width: 13%;
    }
}*/

/***********************/
/***********************/
/***********************/

/*//Billboard animation*/
@media (min-width: 768px){
    .bullet-wrapper {
        font: 600 normal 50px/60px "sofia-pro", sans-serif;
    }
}
@media (max-width: 767px){
    .bullet-wrapper {
        font: 600 normal 32px/40px "sofia-pro", sans-serif;
    }
    .hero-overlay p {
        margin: 0;
        color: #000;
        font-size: 14px;
        max-width: 600px;
        margin-top: 25px;
    }
}

.fade-text-1 {
  opacity: 0;
  animation: fadeInUp 1s ease-in-out 0s forwards;
}

@keyframes fadeInUp {
  from { 
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fade-text-1 .alternate-color {
  color: #000;
  animation: colorChange 4s ease-out 3s alternate infinite none running;
}
@keyframes colorChange {
   0%, 100% {
    color: #000;
  }

  50% {
    color: #19B786;
  }
}

.fade-text-2 {
  opacity: 0;
  animation: fadeInUp 1s ease-in-out 1s forwards;

}
@keyframes fadeInUp {
  from { 
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fade-text-2 .alternate-color {
  color: #000;
  animation: colorChange 4s ease-out 4s alternate infinite none running;
}
@keyframes colorChange {
  0%, 100% {
    color: #000;
  }

  50% {
    color:#19B786;
  }
}


.fade-text-3 {
  opacity: 0;
  animation: fadeInUp 1s ease-in-out 2s forwards;
}
@keyframes fadeInUp {
  from { 
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fade-text-3 .alternate-color {
  color: #000;
  animation: colorChange 4s ease-out 5s alternate infinite none running;
}
@keyframes colorChange {
  0%, 100% {
    color: #000;
  }

  50% {
    color:#19B786;
  }
}

/***********************/
/***********************/
/***********************/


@media screen and (min-width: 1025px){
    .navcollapse{
        display: none;
    }
}
@media screen and (max-width: 1024px){
    .nav-open{
        border: 0;
        background: none;
        color: #19B786;
        font-size: 22px;
        width: 33px;
        padding: 0;
        line-height: 1;
    }
    nav#nav{
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        max-width: 480px;
        transition: all 0.6s;
        transform: translateX(480px);
        height: 100%;
        background: linear-gradient(to bottom, #19B786, #19B786);
        z-index: 99999;
        padding: 30px;
    }
     nav#nav.nav-active{
        transform: translateX(0px);
     }
    #nav ul {
        -webkit-gap: 0px;
        gap: 0px;
        flex-direction: column;
            justify-content: center;
    align-items: center;
    height: 100%;
    overflow: auto;
    }
    #nav ul li a {
        color: #fff;
        display: block;
        text-align: center;
        font-size: 27px;
        padding: 10px 0px;
    }
     #nav .inner{
        width: 100%;
        height: 100%;
        display: block;
        position: relative;
    }
    #nav .inner .close-btn{
        position: absolute;
        right: 0;
        top: 0;
        background: none;
        border: 2px solid #fff;
        border-radius: 50%;
        box-shadow: none;
        outline: none;
        font-size: 16px;
        color: #fff;
        width: 30px;
        height: 30px;
        line-height: 1;
        padding: 0;
    }
    .video-wrapper video {
        min-width: 180vh;
    }
    .hero-overlay{
        height: 102%;
    }
    .section-title{
        text-align: left !important;
    }
    .section-title p{
        max-width: 100%;
        width: 100%;
    }
    .top-content-wrapper:before{
        height: 100%;
        margin: 0;
    }
    .top-content-wrapper{
        padding-top: 30px;
    }

}

.career-highlight{
    list-style: disc;
    padding-left: 12px;
}
.career-tag{
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 1.4;
    font-size: 45px;
}
.developer-image{
    display: block;
    width: 100%;
    max-width: 360px;
    margin: 0px auto;
    position: relative;
    overflow: hidden;
    padding: 0px 20px;
}
.developer-image img{
    position: relative;
    z-index: 3;
}
.patren-top{
    display: block;
    min-width: 50px;
    background: linear-gradient(to bottom, #19B786, #19B786);
    position: absolute;
    left: 0;
    top: 0;
    height: 57%;
}
.patren-bottom{
    display: block;
    min-width: 50px;
    background: linear-gradient(to bottom, #19B786, #19B786);
    position: absolute;
    right: 0;
    bottom: 0;
    height: 22%;
}
span.patren-top:after {
    content: "";
    background: #19B786;
    display: block;
    width: 104%;
    height: 50px;
    position: absolute;
    left: 0;
    bottom: -27px;
    transform: rotateZ(45deg);
}
.developer-image:before {
    content: "";
    position: absolute;
    left: 20px;
    top: 0;
    width: calc(100% - 40px);
    height: 100%;
    display: block;
    background: #f1f0f0;
    z-index: 1;
}
.developer-image:after {
    content: "";
    position: absolute;
    left: 20px;
    top: 0;
    width: calc(100% - 40px);
    height: 100%;
    display: block;
    background: none;
    z-index: 4;
    opacity: 0.25;
}
.patren-bottom:after {
    content: "";
    background: #19B786;
    display: block;
    width: 104%;
    height: 50px;
    position: absolute;
    left: 0;
    top: -27px;
    transform: rotateZ(45deg);
}
.career-highlight li{
  margin: 0px 0px 15px 0px;
}

.skill-list-container {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    max-width: 850px;
    margin: 0px auto;
}
.skill-list-container ul{
    list-style: disc;
    padding-left: 20px
}
.skill-list-container ul li{
   margin: 5px 0px;
}
.trainings{
    max-width: 850px;
    margin: 30px auto 0px auto;
}
.trainings ul{
    list-style: disc;
    padding-left: 20px;
}
.trainings li{
    margin: 5px 0px;
}

.row-experence{
    display: flex;
    flex-wrap: wrap;
}
.col-md-experence{
    flex-grow: 1;
    flex-basis: 0;
    padding: 30px 50px;
    display: flex;
    align-items: center;
    border: 1px solid #19B786;
}
.col-md-experence.green-box{
    flex-grow: 1;
    flex-basis: 0;
    padding: 30px 50px;
    min-width: 50%;
    width: 50%;
}
.subtitle-exp{
    font-size: 12px;
}
.experience-box h3,
.experience-box-pro h3 {
    font-size: 20px;
    margin-bottom: 4px;
}
 .experience-box ul,
 .experience-box-pro ul{
    list-style: disc;
    padding-left: 18px;
    font-size: 15px;
    margin-bottom: 25px;
}
 .experience-box ul li,
 .experience-box-pro ul li{
    margin: 8px 0px
}
.col-md-experence-pro{
    margin-bottom: 40px;
}
 .experience-box p{
    font-size: 12px;
    font-weight: 700;
 }


@media screen and (min-width: 991px){
    .col-md-experence{
        min-width: 50%;
        width: 50%;
    }
}
@media screen and (max-width: 999px){
    .row-experence{
        display: block;
    }
}
@media screen and (max-width: 766px){
    .skill-content{
        padding-left: 0;
        margin-left: 0;
        margin-top: 30px;
    }
    .skill-list-container {
        display: block;
    }
    .career-tag{
        margin-top: 20px;
        margin-bottom: 15px;
    }
}

