.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left : 1.5rem;
    font-size    : 16px;
}

.nav-link.active {
    color: var(--main--color) !important;
}


.nav-link {
    color      : var(--second--color) !important;
    font-weight: 600;
    font-size  : 17px;
}

.link_1 {
    display        : inline-block;
    position       : relative;
    text-decoration: none;
    padding        : 15px 0;
    color          : #fff;
}

.link-wrapper {
    position: relative;
    display : block;
}

.inner-wrapper {
    position: relative;
    display : inline-block;
}

.hamburger {
    width : 40px;
    height: 40px;
    /* Hambuger hover animation */
}

.navbar-toggler {
    padding: 0px;
}

.hamburger span {
    display         : block;
    margin          : 8px auto;
    background-color: var(--main--color);
    width           : 100%;
    height          : 4px;
    border-radius   : 5px;
    transition      : all 0.5s ease;
}

.hamburger:hover span:first-child {
    transform: translateY(-5px);
}

.hamburger:hover span:last-child {
    transform: translateY(5px);
}

/* Hambuger click animation to cross */
.hamburger.is-opened span:first-child {
    transform: translateY(20px) rotate(45deg);
}

.hamburger.is-opened span:nth-child(2) {
    transform: scaleX(0);
}

.hamburger.is-opened span:last-child {
    transform: translateY(-5px) rotate(-45deg);
}

.navbar-toggler:focus {
    box-shadow: none;
}

.modal-header {
    border-bottom: none;
}

.container-4 {
    overflow      : hidden;
    width         : 300px;
    vertical-align: middle;
    white-space   : nowrap;
}

.container-4 input#search {
    width                : 300px;
    height               : 50px;
    background           : #2b303b;
    border               : none;
    font-size            : 10pt;
    float                : left;
    color                : #fff;
    padding-left         : 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius   : 5px;
    border-radius        : 5px;
}

.container-4 input#search::-webkit-input-placeholder {
    color: #65737e;
}

.container-4 input#search:-moz-placeholder {
    /* Firefox 18- */
    color: #65737e;
}

.container-4 input#search::-moz-placeholder {
    /* Firefox 19+ */
    color: #65737e;
}

.container-4 input#search:-ms-input-placeholder {
    color: #65737e;
}

.container-4 button.icon {
    -webkit-border-top-right-radius   : 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright       : 5px;
    -moz-border-radius-bottomright    : 5px;
    border-top-right-radius           : 5px;
    border-bottom-right-radius        : 5px;

    border    : none;
    background: #232833;
    height    : 50px;
    width     : 50px;
    color     : #4f5b66;
    opacity   : 0;
    font-size : 10pt;

    -webkit-transition: all .55s ease;
    -moz-transition   : all .55s ease;
    -ms-transition    : all .55s ease;
    -o-transition     : all .55s ease;
    transition        : all .55s ease;
}

.container-4:hover button.icon,
.container-4:active button.icon,
.container-4:focus button.icon {
    outline    : none;
    opacity    : 1;
    margin-left: -50px;
}

.container-4:hover button.icon:hover {
    background: white;
}

.search__input {
    width  : 100%;
    padding: 12px 24px;

    background-color: transparent;
    transition      : transform 250ms ease-in-out;
    font-size       : 14px;
    line-height     : 18px;

    color                      : #575756;
    background-color           : transparent;
    /*         background-image: url(http://mihaeltomic.com/codepen/input-search/ic_search_black_24px.svg); */

    background-image   : url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");
    background-repeat  : no-repeat;
    background-size    : 18px 18px;
    background-position: 5% center;
    border-radius      : 50px;
    border             : 1px solid #575756;
    transition         : all 250ms ease-in-out;
    backface-visibility: hidden;
    transform-style    : preserve-3d;
    cursor             : pointer;
}

.search__input::placeholder {
    color         : rgba(87, 87, 86, 0.8);
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.search__input:hover,
.search__input:focus {
    padding            : 12px 0;
    outline            : 0;
    border             : 1px solid transparent;
    border-bottom      : 1px solid #575756;
    border-radius      : 0;
    background-position: 0% center;
    
}

/* hover styles */
.hover-1:after {
    content         : '';
    position        : absolute;
    width           : 70%;
    height          : 5px;
    bottom          : 0;
    left            : 15%;
    background-color: var(--main--color);
    transform       : scaleX(0);
    transform-origin: bottom right;
    transition      : transform 0.3s;
}

.hover-1:hover:after {
    transform-origin: bottom right;
    transform       : scaleX(1);
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

.tm-linkHover02 a,
.tm-linkHover02 a>span {
    position       : relative;
    color          : inherit;
    text-decoration: none;
    line-height    : 24px;
}

.tm-linkHover02 a:before,
.tm-linkHover02 a>span:before,
.tm-linkHover02 a:after,
.tm-linkHover02 a>span:after {
    content   : '';
    position  : absolute;
    transition: transform 0.5s ease;
}

.tm-linkHover02 .effect-4 {
    padding : 5px;
    display : inline-block;
    overflow: hidden;
}

.tm-linkHover02 .effect-4:before,
.tm-linkHover02 .effect-4:after {
    left      : 0;
    width     : 100%;
    height    : 2px;
    background: var(--main--color);
}

.nav-link:focus,
.nav-link:hover {
    color: var(--main--color);
}

.tm-linkHover02 .effect-4:before {
    bottom   : 0;
    transform: translateX(-110%);
}

.tm-linkHover02 .effect-4:after {
    top      : 0;
    transform: translateX(110%);
}

.tm-linkHover02 .effect-4:hover:before,
.tm-linkHover02 .effect-4:hover:after {
    transform: translateX(0);
}