.twr-social-icons ul {
    display: flex;
    justify-content: flex-end;
}
.twr-social-icons li {
    list-style: none;
}
.twr-social-icons li a {
    color: #ffa177;
    padding: 5px 7px;
}
a.nav-link {
    color: #202020;
    font-family: 'League Gothic', sans-serif;
    letter-spacing: 1.3px;
}
a.nav-link.link-secondary{
    color: #ffa177 !important;
}
header .nav li {
    padding: 0 21px;
}
.carousel-caption {
    right: 15%;
    top: 200px;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #000000;
    text-align: left;
}
.twr-slider-content h1 {
    font-size: 74px;
    line-height: 94px;
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 37px;
}
.twr-slider-content {
    width: 888px;
}
.twr-slider-content p {
    font-size: 18px;
}

.twr-btn-sign a {
    background: #000;
    padding: 14px 36px 16px;
    color: #fff;
    font-family: 'League Gothic', sans-serif;
    text-decoration: none;
    font-size: 19px;
    text-transform: uppercase;
    letter-spacing: 1.9px;
}
.twr-btn-sign img {
    width: 337px;
    margin-left: 109px;
}
.twr-btn-sign {
    margin-top: 59px;
}
.twr-home-about {
    background: #fafafa;
    padding: 16px 0;
}
.twr-home-about h1 {
    font-family: 'Playfair Display', serif;
    font-weight: 300 !important;
    margin-bottom: 36px;
}
.twr-home-about p {
    font-size: 19px;
    font-weight: 400;
    letter-spacing: 0.2px;
}
.twr-border-btn {
    padding: 13px 34px;
    border: 2px solid #000;
    text-decoration: none;
    font-family: 'League Gothic', sans-serif;
    color: #000;
    font-size: 19px;
    text-transform: uppercase;
    letter-spacing: 1.9px;
    margin-top: 30px;
}
.twr-border-btn:hover {
    background: #000;
    color: #fff;
}
.twr-programs {
    padding: 75px 0;
}
.twr-programs .nav-tabs .nav-link.active {
    background: #ffa177;
    color: #fff;
}
.twr-programs .nav-tabs .nav-link {
    color: #000000;
    font-family: 'League Gothic', sans-serif;
    font-size: 18px;
    font-weight: 100 !important;
    letter-spacing: 1.9px;
    text-transform: uppercase;
    padding: 13px 44px;
    border-radius: 0px;
}
.twr-programs .nav-tabs {
    justify-content: center;
    border: navajowhite;
}
.twr-program-heading {
    font-family: 'Playfair Display', serif;
    font-size: 52px;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 55px;
}
.twr-programs .tab-content {
    margin-top: 84px;
}
.twr-programs .card-title {
    font-family: 'League Gothic', sans-serif;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 26px;
}
.twr-card-btn {
    text-decoration: none;
    text-transform: uppercase;
    background: #000;
    color: #fff;
    padding: 11px 28px;
    font-family: 'League Gothic', sans-serif;
    letter-spacing: 1px;
    border: 2px solid #000;
}
.twr-card-btn:hover {
    background: transparent;
    border: 2px solid #000;
    color: #000;
}
.twr-programs .card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fafafa;
}
.twr-our-export {
    background: #fafafa;
    padding: 59px 0;
}
.twr-our-export .card-title {
    font-family: 'League Gothic';
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 50px;
}
.twr-testimonial .card {
    border: 2px solid #ffa177 !important;
}
.twr-testimonial {
    background-color: #fff !important;
}
.twr-big-title {
    font-family: 'Playfair Display', serif;
}
.twr-testimonial .card-body {
    background: #fafafa;
}
.twr-subscribe {
    background: #fff2ec;
    padding: 75px 0;
}
.twr-subscribe .twr-content {
    margin: 0 auto;
    display: table;
    text-align: center;
}
.twr-subscribe h2 {
    font-size: 60px;
    text-align: center;
    font-family: 'Playfair Display';
    font-weight: 700;
    margin-bottom: 35px;
}
.twr-subscribe .twr-content button {
    border: none !important;
    background-color: #fff !important;
    color: #ffa177;
}
.twr-subscribe .twr-content button i{
    color: #161616;
}
.twr-subscribe .twr-content .input-group {
    height: 51px;
    border: none;
}
.twr-subscribe .twr-content input {
    border: none !important;
}
.twr-instagram {
    padding: 60px 0;
}
.twr-instagram h2 {
    text-align: center;
    font-size: 24px;
    font-family: 'Playfair Display';
}
.twr-instagram .links {
    display: flex;
    justify-content: space-between;
    margin-top: 31px;
}
.twr-instagram .links .links-item a {
    text-decoration: none;
    color: #ffa177;
    letter-spacing: 0.7px;
}
.twr-instagram .insta-images {
    display: flex;
    justify-content: center;
    margin-top: 21px;
    overflow: hidden;
}
@media screen and (max-width: 600px) {
    .twr-instagram .insta-images {
        flex-wrap: wrap;
    }
}

footer {
    padding: 80px 15px;
}
footer .twr-about img {
    width: 111px;
}
footer .twr-about ul {
    list-style: none;
    padding: 0;
    margin-top: 29px;
}
footer .twr-about ul li {
    font-size: 18px;
    padding: 8px 0;
}
footer .twr-links {
    display: flex;
}
footer .twr-link-items ul {
    list-style: none;
}
footer .twr-link-items li {
    padding-bottom: 19px;
}
footer .twr-social-icons li a i {
    height: 20px;
    width: 20px;
    text-align: center;
    color: #000;
}
footer .twr-social-icons li a {
    border: 1px solid #858080;
    border-radius: 50%;
    padding: 5px 5px !important;
}
footer .twr-social-icons li {
    list-style: none;
    padding: 0 8px;
}
.footer-bootom {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.footer-bootom p {
    font-size: 10px;
    color: #000;
}
.footer-bootom p a{
    color: #000;
    text-decoration: none;
}