/*



*/

html {
    scroll-behavior: smooth;
    overflow: auto;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 18px;
    overflow-x: hidden;
}

ul {
    padding: 0;
    margin: 0;
}

nav>ul>li {
    list-style: none;
}

a {
    color: #3CF;
    text-decoration: none;
    transition: all 0.3s ease;
}

p {
    line-height: 1.8;
    margin-top: 0;
}

h2 {
    margin-top: 0;
}

.tm-video-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

#tm-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.cit-logo {
    position: fixed;
    bottom: 10px;
    left: 20px;
    width: 400px;
    height: auto;

}

.cit-header-logo {
    width: 160px;
    height: auto;
    justify-self: center;
    margin-top: 40px;

}


.tm-container {
    padding: 30px;
}

.tm-row {
    display: flex;
    justify-content: space-between;
}

.tm-left,
.tm-right {
    width: 50%;
    z-index: 100;
}

.tm-left-inner {
    position: fixed;
}

.tm-site-header {
    border-radius: 6px;
    background-color: rgba(0, 0, 0, 0.9);
    color: #5ce1e6;
    width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}



.tm-site-name {
    font-size: 2.2rem;
    font-style: italic;
}

.tm-left-inner {
    max-width: 500px;
    width: 100%;
}

.tm-site-nav-ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tm-page-nav-item {
    margin-top: 20px;
}

.tm-page-link {
    border-radius: 6px;
    min-width: 240px;
    height: 100px;
    background-color: rgba(0, 0, 0, 0.9);
    color: #5ce1e6;
    display: flex;
    text-decoration: none;
    align-items: center;
    font-size: 1.2rem;
}

.tm-page-link:hover,
.tm-page-link.active {
    background-color: #5ce1e6;
    color: white;
}

.tm-page-link-icon {
    margin-right: 25px;
    margin-left: 25px;
    font-size: 1.5rem;
}

.tm-black-bg {
    background-color: rgba(0, 0, 0, 0.9);
    color: #a6a6a6;
    border-radius: 6px;
}

.tm-services-nav>ul>li {
    display: inline-block;
}

.tm-services-nav>ul>li>a {
    color: #a6a6a6;
    font-size: 1.2rem;
    padding-top: 15px;
    padding-bottom: 5px;
    border-bottom: 3px solid transparent;
}

.tm-services-nav {
    height: 80px;
}

.tm-main {
    max-width: 660px;
}

.tm-services-nav>ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 100%;
}

.tm-services-nav>ul>li a.active,
.tm-services-nav>ul>li a:hover {
    color: #96FEFF;
    border-bottom: 4px solid #96FEFF;
}

.tm-list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.tm-list-item-2 {
    align-items: flex-start;
}

.tm-list-item-img {
    margin-right: 20px;
    margin-left: 20px;
    width: 180px;
    height: 180px;
    background-color: #5ce1e6;
    border-radius: 6px;
}

.tm-list-item-img-big {
    margin-right: 25px;
    width: 200px;
    height: 200px;
}

.tm-list-item-text {
    padding: 20px 25px;
    flex: 1;
    border-radius: 6px;
}

.tm-list-item-text-2 {
    flex: 1;
}

.big-img {
    width: 400px;
    height: auto;
}

.tm-list-item-name {
    display: flex;
    justify-content: space-between;
    margin-top: 0;
    color: #96FEFF;
    font-weight: bolder;
}



.tm-site-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background-color: #000000;
    z-index: 1000;
    text-align: center;
    padding-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}



.tm-copyright-text {
    color: #5ce1e6;
    font-size: 14px;
    margin: 0 15px;
    display: inline-block;
}

.tm-footer-link {
    color: #a6a6a6;
}

.tm-tab-content {
    animation: fadeEffect 1s;
}

.tm-page-content {
    animation: fadeEffect 1s;
}


.tm-text-primary {
    color: #3CC;
}

.tm-mb-20 {
    margin-bottom: 20px;
}

.tm-mb-30 {
    margin-bottom: 30px;
}

.tm-img-right {
    margin-left: 30px;
    margin-right: 0;
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
    from {
        opacity: 0.3;
    }

    to {
        opacity: 1;
    }
}

/* About */

.tm-about-box-1 {
    padding: 40px 30px 50px 0;
}

.tm-about-box-2 {
    padding: 50px 40px 30px;
}

.tm-about-header {
    margin-left: 220px;
}

/* Special */
.tm-special-items {
    display: block;
}

.tm-special-item {
    max-width: 100%;
    margin-bottom: 20px;
}

.tm-special-item-title {
    font-size: 1.4rem;
}

.tm-special-item-description {
    padding: 25px 30px;
}

/* Contact */
.tm-contact-text-container {
    padding: 45px 50px;
    margin-bottom: 20px;
}

.tm-contact-form-container {
    padding: 40px 50px;
    box-sizing: border-box;
}

.tm-form-group {
    margin-bottom: 25px;
}

.tm-form-control {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 15px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    color: #fff;
    background-color: transparent;
    background-clip: padding-box;
    border: 0;
    border-bottom: 1px solid #a6a6a6;
}

.tm-form-control::-webkit-input-placeholder {
    color: #a6a6a6;
}

/* Edge */
.tm-form-control:-ms-input-placeholder {
    color: #a6a6a6;
}

/* Internet Explorer 10-11 */
.tm-form-control::placeholder {
    color: #a6a6a6;
}

.tm-btn-primary {
    color: #5ce1e6;
    background-color: #a6a6a6;
    border: 0;
    padding: 12px 40px;
    font-size: 1.4rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.tm-btn-primary:hover {
    color: #a6a6a6;
    background-color: #5ce1e6;
}

.tm-align-right {
    display: block;
    margin-left: auto;
    margin-right: 0;
}

.tm-mb-30 {
    margin-bottom: 30px;
}

@media (max-width: 1130px) and (min-width: 992px) {
    .tm-left-inner {
        max-width: 380px;
    }

    .tm-site-name {
        font-size: 2.6rem;
    }

    .tm-site-logo {
        margin-right: 20px;
    }

    .tm-page-link {
        width: 100%;
    }

    .tm-page-link-icon {
        margin-right: 15px;
    }

    .tm-left {
        width: 45%;
    }

    .tm-right {
        width: 55%;
    }


}

@media (max-width: 991px) {
    .tm-container {
        padding: 20px;
    }

    .tm-left-inner {
        position: static;
        max-width: 100%;
    }

    .tm-left,
    .tm-right {
        width: 100%;
    }

    .tm-left {
        margin-bottom: 50px;
    }

    .tm-row {
        display: block;
    }

    .tm-main {
        max-width: 100%;
    }

    .tm-special-items {
        flex-direction: column;
        margin: 0;
    }

    .tm-special-item {
        max-width: 100%;
        margin: 20px 0;
    }

    .cit-logo {
        position: fixed;
        bottom: 10px;
        left: 20px;
        width: 100px;
        height: auto;
        opacity: 0.2;
    }
}

@media (max-width: 900px) and (min-width: 575px) {
    .tm-site-nav-ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .tm-page-nav-item {
        width: 48%;
        margin-top: 15px;
    }

    .tm-page-link {
        min-width: auto;
        width: 100%;
    }
}

@media (max-width: 574px) {
    .tm-site-nav-ul {
        display: block;
    }

    .tm-page-nav-item {
        width: 100%;
    }
}

@media (max-width: 550px) and (min-width: 501px) {
    .tm-list-item-img-big {
        width: 160px;
        height: 160px;
    }

    .tm-about-header {
        margin-left: 180px;
    }
}

@media (max-width: 500px) {
    .tm-container {
        padding: 15px;
    }

    .tm-about-header {
        margin-left: 0;
    }

    .tm-list-item-2 {
        flex-direction: column;
    }

    .tm-about-box-1 {
        padding-left: 30px;
    }

    .tm-list-item-img-big {
        margin-right: 0;
        margin-bottom: 25px;
    }

    .tm-img-right {
        margin-left: 0;
    }
}

@media (max-width: 479px) {
    .tm-site-name {
        font-size: 2.6rem;
    }

    .tm-site-logo {
        margin-right: 20px;
    }

    .tm-list-item {
        flex-direction: column;
        margin-top: 40px;
    }

    .tm-list-item-img {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .tm-services-nav {
        height: auto;
    }

    .tm-services-nav>ul {
        flex-direction: column;
        padding: 15px;
    }

    .tm-services-nav>ul>li {
        margin-bottom: 10px;
    }

    .tm-services-nav>ul>li>a {
        display: block;
    }
}