body {
    background-color: #006766;
    color: #ffffff;
}
.bg-light{
    background-color: #dfebeb !important;
    color: #000000;
}
.bg-light-dark{
    background-color:  rgba(0, 0, 0, 0.25);
}
.box-shadow{
    box-shadow: -5px 0px 20px 15px rgba(0, 0, 0, 0.25);
}
a {
    color: #ffffff;
    text-decoration: none;
}
.height-100vh{
    height: 100vh;
    width: 100%;
}


.ta-editor {
    min-height: 150px;
    height: auto;
    overflow: auto;
    font-family: inherit;
    font-size: 100%;
}
.overflow-y{
    overflow-y: auto;
}
.btn-primary {
    color: #fff;
    background-color: #ff6766;
    border-color: #ff6766;
    box-shadow: 0px 0px 20px rgb(0, 0, 0, 0.5);
}
.btn-link{
    color: #ffffff;
    text-decoration: none;
    transition: all .04 ease;
}
.btn-link:hover{
    color: #ff6766;
    text-decoration: none;
    box-shadow: 0px 0px 20px rgb(0, 0, 0, 0.5);
}
.btn-link.untitle i{
    visibility: hidden;
}
.btn-link.untitle:hover i{
    visibility: visible;
}

.btn-primary:hover {
    background-color: #006766;
}

.ta-toolbar .btn-group:nth-child(1){
    display: none;
}
.ta-toolbar .btn-group:nth-child(4){
    display: none;
}
.navbar a {
    color: #ffffff;
}
.navbar .dropdown-menu {
    left: -70px;
}
.navbar a.dropdown-item{
    color: #212529;
}
.navbar-brand {
    background-color: #ff6766;
}

.Front-Page-Slider .slide-item {
    margin: 0 15px;
    opacity: .5;
}

.Front-Page-Slider .slide-item:focus {
    outline: none;
}

.Front-Page-Slider .slide-item.slick-active {
    opacity: .8;
}

.Front-Page-Slider .slide-item.slick-current {
    opacity: 1;
    box-shadow: 0px 0px 20px rgb(0, 0, 0, 0.5);
}

.Front-Page-Slider .slick-arrow {
    position: absolute;
    top: 45%;
    background: transparent;
    border: none;
    font-size: 50px;
    z-index: 1;
    cursor: pointer;
    color: #fff;
}

.Front-Page-Slider .slick-arrow:focus {
    outline: none;
}

.Front-Page-Slider .slick-prev {
    left: 5px;
}

.Front-Page-Slider .slick-next {
    right: 5px;
}

.resume-category li button{
    background: none;
    border: none;
    margin: 0 10px;
    padding: 10px 0;
    cursor: pointer;
    color:#fff;
    font-size: 18px;
    text-align: center;
    transition: all .4s ease;
    border-bottom: 5px solid rgb(255, 103, 102,0.5);
}
.resume-category li button:focus{
    outline: none;
}
.resume-category li button.active{
    border-bottom: 5px solid rgb(255, 103, 102,1);
}
.resume-templates .grid-item{
    overflow: hidden;
}
.resume-templates .grid-item img{
    transition: all .4s ease;
}
.resume-templates .grid-item:hover img{
    transform: scale(1.1);
  
}
.resume-templates .grid-item a{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 99;
    transform: translate(-50%,-50%);
    transition: all .4s ease-in;
    opacity: 0;
}
.resume-templates .grid-item a.view-full{
    top: 40px;
    right: 40px;
    padding-top: 11px;
    text-align: center;
    left: auto;
    font-size: 18px;
    background-color: #ff6766;
    box-shadow: 0px 0px 20px rgb(0, 0, 0, 0.5);
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    transform: rotate(-45deg);
    transform: translate(1);
}
.resume-templates .grid-item:hover a{
    opacity: 1;
}

.step-progress{
    list-style: none;
    margin: 0;
    padding: 0;
}
.step-progress li{
    display: inline-block;
    text-align: center;
    padding: 5px 18px 14px;
    border-bottom: 2px solid;
    position: relative;
    font-size: 16px;
    width: 16%;
    text-transform: uppercase;
}
.step-progress li::after{
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -11px;
    height: 20px;
    width: 20px;
    border: 2px solid;
    border-radius: 50%;
    background-color: #ffffff;
}
.step-progress li.active::after{
    border-color: #ff6766;
}
.step-progress li.active{
    border-color: #ff6766;
    color: #ff6766;
}

.form-control{
    border: 1px solid #ff6766;
}

.step{
    display: none;
    position: relative;
}
.form-wizard label{
    margin: 0;
    text-align: left;
}

.step.open{
    display: block;
}

.accordion .card{
    background-color: transparent;
}
.accordion .card-header h4{
    position: relative;
    cursor: pointer;
}
.accordion .card-header h4::after{
    content: "\f077";
    position: absolute;
    right: 0;
    top: 7px;
    font-size: 18px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    transition: all .4s ease;
}
.accordion .card-header h4.collapsed::after{
    transform: rotate(180deg);
}

.hobbies-list{
    height: 100px;
    overflow-y: auto;
    list-style: none;
    margin: 0;
    padding: 0;
}
.hobbies-list li{
    display: inline-block;
    width: 50%;
    padding: 5px;
}

.footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-links li {
    display: inline-block;
    margin-right: 15px;
}

.footer-links li a {
    color: #ffffff;
    text-decoration: none;
}


@media(min-width:1280px){
    .container-fluid{
        max-width: 100%;
        width: 1600px;
    }
}