/* ---------------------
Fonts
--------------------- */
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,700');
/* Montserrat */
@import url('https://fonts.googleapis.com/css?family=Taviraj:400,500,600,700'); /* Taviraj */

h1, h2, h3 {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
}

h4, h5, h6 {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
}

p {
    font-family: 'Taviraj', serif !important;
    font-weight: 400 !important;
}

p {
    font-family: "Montserrat";
    letter-spacing: 0px;
    color: white;
    line-height: 32px;
    font-size: 16pt;
    margin: auto;
    display: block;
    width: 80%;
    padding-top: 27px;
    font-weight: 600;
}

/* End - Fonts */

/* ---------------------
General
--------------------- */

.primary-border-color,
.widget_search .search-field:focus,
.widget_product_search .search-field:focus,
.popup-search-wrap .search-form .search-field:focus,
.widget .mc4wp-form input[type=email]:focus,
.tm-accordion.style-01 .active .accordion-title,
.tm-button.style-flat.tm-button-primary,
.tm-button.style-flat-rounded.tm-button-primary,
.tm-button.style-solid.tm-button-primary,
.tm-button.style-border-icon.tm-button-primary,
.tm-box-icon.style-01:hover .content-wrap:before,
.tm-counter.style-02:hover, .tm-timeline.style-01 .year,
.tm-testimonial.style-simple-slider .testimonial-quote-icon,
.tm-slider-button.style-01 .slider-btn:hover, .widget_pages .current-menu-item,
.widget_nav_menu .current-menu-item, .insight-core-bmw .current-menu-item, .post-share-toggle:hover,
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-tumas-02 .vc_tta-tab.vc_active {
    border-color: #263766;
}

#page-header .row {
    border-bottom: 1px solid #DFE5EB
}

#page-content.page-content {
    padding-top: 50px;
    padding-bottom: 50px;
}

@media (min-width: 1200px) {
    #page-content .container {
        max-width: 100%;
        padding: 0 30px;
    }

    .niu-container {
        width: 1200px !important;
        margin: 0 auto !important;
    }
}

.hidden {
    display: none !important;
}

.page-scroll-up {
    display: none !important;
}

::selection {
    background: #263766 !important; /* WebKit/Blink Browsers */
}

::-moz-selection {
    background: #263766 !important; /* Gecko Browsers */
}


@media screen and (min-width: 768px) {
    .desktop-hide {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    .mobile-hide {
        display: none !important;
    }
}

/* End - General */

/* -----------------------------------
Left Image Block & Blog Block (Header)
----------------------------------- */
/* Start - Mix Left Image & Block Header */
.tm-left-image-block,
.tm-right-image-block,
.tm-industry-archive-header-image-block,
.tm-left-info-image-block {
    position: relative;
    height: 500px;
}

.tm-left-image-block .left-block,
.tm-right-image-block .right-block,
.tm-industry-archive-header-image-block .right-block {
    width: 52.5%;
    height: 90%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.tm-left-image-block .right-block,
.tm-right-image-block .left-block,
.tm-industry-archive-header-image-block .left-block {
    width: 52.5%;
    height: 90%;
    background: #263766;
    position: absolute;
    top: 0;
    right: 0;
    padding: 50px 100px 50px 50px;
}

.tm-left-image-block .right-block h3, .tm-left-image-block .right-block p,
.tm-right-image-block .left-block h3, .tm-right-image-block .left-block p,
.tm-industry-archive-header-image-block .left-block h3, .tm-industry-archive-header-image-block .left-block p {
    color: #fff;
    padding-left: 30px;
    font-size: 17px;
    margin: 0;
}

.tm-left-image-block .right-block h3,
.tm-right-image-block .left-block h3,
.tm-industry-archive-header-image-block .left-block h3 {
    border-left: 5px solid #9C8A5C;
    font-size: 30px;
}

.tm-left-image-block .icon,
.tm-industry-archive-header-image-block .icon,
.tm-right-image-block .icon {
    position: absolute;
    background-color: #9C8A5C;
    line-height: 1;
    padding: 20px;
    font-size: 70px;
    bottom: 0;
    right: 33%;
    color: #fff;
}

.anchor-to-section {
    color: #fff;
}

.anchor-to-section:hover {
    color: #fff;
}

.tm-right-image-block .icon {
    right: unset;
    left: 5%;
    z-index: 100;
}

.tm-right-image-block .buttons,
.tm-right-info-image-block .buttons {
    padding-top: 50px;
    padding-left: 35px;
}

.tm-right-image-block .gold-bk {
    padding: 10px 20px;
    background-color: #9C8A5C;
    color: #fff;
    text-transform: uppercase;
    margin-right: 30px;
    font-size: 15px;
}

.tm-right-image-block .underlined,
.tm-right-info-image-block .underlined {
    text-transform: uppercase;
    border-bottom: 5px solid #fff;
    padding-bottom: 4px;
    color: #fff;
    font-size: 15px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: transparent;
}

.tm-right-info-image-block .underlined {
    color: #1A1919;
    border-bottom: 5px solid #1A1919;
}

/* End - Mix Left Image & Block Header */

/* Start - Blog Only*/
.tm-right-image-block .left-block,
.tm-industry-archive-header-image-block .left-block {
    top: 0;
    left: 0;
    bottom: unset;
    right: unset;
    z-index: 100;
}

.tm-right-image-block .right-block,
.tm-industry-archive-header-image-block .right-block {
    bottom: 0;
    right: 0;
    top: unset;
    left: unset;
}

.tm-industry-archive-header-image-block .indusrty-filtering {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
    z-index: 100;
    display: flex;
}

.tm-industry-archive-header-image-block .indusrty-filtering a {
    padding: 20px 30px;
    color: #1A1919;
    transition: 0.5s;
}

.tm-industry-archive-header-image-block .indusrty-filtering a:hover {
    background-color: #263766;
    color: #fff;
    transition: 0.5s;
}

.tm-industry-archive-header-image-block .indusrty-filtering a.active {
    background-color: #1A1919;
    color: #fff;
}

.tm-industry-archive-header-image-block .icon {
    right: 23.6%;
}

.tm-industry-archive-block {
    padding-top: 50px;
}

@media (min-width: 1200px) {
    .tm-industry-archive-block .industry-container {
        margin: 0 auto;
        width: 1200px;
    }
}

.tm-industry-archive-block .industry-post {
    width: 30%;
    float: left;
    margin-left: 1.5%;
    margin-right: 1.5%;
    margin-bottom: 25px;
}

.tm-industry-archive-block .industry-title {
    background: no-repeat center center;
    background-size: cover;
    height: 160px;
    position: relative;
    border-top: 1px solid #C1C1C1;
    border-left: 1px solid #C1C1C1;
    border-right: 1px solid #C1C1C1;
}

.tm-industry-archive-block .industry-title h4 {
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    padding-left: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.tm-industry-archive-block .industry-content {
    border-bottom: 1px solid #C1C1C1;
    border-left: 1px solid #C1C1C1;
    border-right: 1px solid #C1C1C1;
}

.tm-industry-archive-block .industry-content p {
    margin: 0;
    color: black;
    width: 100%;
    padding: 20px;
    font-size: 15px;
    line-height: 1.3;
}

.tm-industry-archive-block .learn-more {
    position: relative;
    padding: 10px 0 30px;
    height: auto;
}

.tm-industry-archive-block .learn-more a {
    margin: 0;
    position: absolute;
    right: 5px;
    border-bottom: 5px solid #263766;
    color: #263766;
    padding-bottom: 4px;
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
    padding-left: 5px;
}

.tm-industry-archive-block .learn-more a i {
    font-size: 10px;
}

/* -------------------------
Industry Category Styling
------------------------- */
.tm-industry-category-section .industry-section {
    background-size: cover !important;
    width: 30%;
    margin-left: 1.5%;
    margin-right: 1.5%;
    margin-bottom: 30px;
    height: 200px;
    float: left;
    text-align: center;
}

.tm-industry-category-section .industry-section a {
    display: block;
    padding: 80px 0;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif !important;
    color: #fff;
}

.tm-industry-category-section .industry-section img {
    width: 15%;
    margin-top: 10px;
}

.tm-industry-category-section .industry-section.more a {
    color: #263766 !important;
    position: relative;
    text-align: right;
    padding: 80px 50px;
}

.tm-industry-category-section .industry-section.more a p {
    border-bottom: 5px solid #263766;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
    width: 83%;
    float: right;
    color: #263766;
    padding: 0;
    line-height: 1.6;
}

.tm-industry-category-section .industry-section.more a i {
    position: absolute;
    top: 80px;
    right: 10px;
}

/* End - Industry Category Styling */

/* -------------------------
Industry Single Styling
------------------------- */
.tm-top-header-section {
    height: 400px;
    position: relative;
}

.tm-top-header-section .header-image {
    height: 300px;
    background-size: cover !important;
}

.tm-top-header-section .header-contact-section {
    width: 80%;
    margin: 0 auto;
    background: #263766;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    padding: 40px 30px;
}

.tm-top-header-section .industry-title {
    color: #fff;
    border-left: 5px solid #9C8A5C;
    padding-left: 30px;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.tm-top-header-section .contact-info {
    padding-left: 35px;
}

.tm-top-header-section .contact-info h5 {
    font-size: 17px;
    margin: 0;
    color: #fff;
}

.tm-top-header-section .ind_contact {
    color: #fff;
    font-weight: 100 !important;
}

.tm-top-header-section .ind_email {
    margin-right: 45px;
    margin-bottom: 10px;
}

.tm-post-section {
    margin-top: 50px;
}

.tm-post-section .images-section, .tm-post-section .content-section {
    width: 50%;
    float: left;
    padding-right: 40px;
}

.content-section a:hover {
    color: #263766;
}

.tm-post-section .content-section {
    padding: 0 60px;
}

.tm-post-section .images-section img {
    margin-bottom: 50px;
}

.tm-post-section .content-section p {
    color: black;
    font-size: 17px;
    margin: 0;
    width: 100%;
}

.tm-post-section .content-section p:last-child {
    padding-bottom: 60px !important;
}

.tm-post-section .content-section .industry-button {
    padding: 20px 40px;
    background: #263766;
    color: white;
}

/* End - Industry Single Styling */

/* ----------------------
Blog Styling
---------------------- */

.tm-blog-section .blog-section {
    width: 47%;
    float: left;
    margin-left: 1.5%;
    margin-right: 1.5%;
    background-size: cover !important;
    padding: 160px 70px;
    margin-bottom: 30px;
}

.tm-blog-section.by-two .blog-section {
    width: 30.3%;
    margin-left: 1.5%;
    margin-right: 1.5%;
    padding: 70px 50px;
}

.tm-blog-section .blog-section .info {
    height: 230px;
}

.tm-blog-section .blog-section .info h4 {
    border-left: 5px solid #9C8A5C;
    padding-left: 30px;
    padding-right: 35px;
    color: #fff;
    font-size: 25px;
}

.tm-blog-section.by-two .blog-section .info h4 {
    padding-right: 25px;
    font-size: 20px;
}

.tm-blog-section .blog-section .info p {
    width: 100%;
    padding: 0 35px;
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 25px;
}

.tm-blog-section.by-two .blog-section .info p {
    font-size: 13px;
}

.tm-blog-section .blog-section .info a {
    margin-left: 35px;
    font-size: 18px;
    border-bottom: 3px solid #fff;
    color: #fff;
}

/* End - Blog Styling */

/* ----------------------
Single Blog Styling
---------------------- */

.single-post .page-main-content {
    max-width: unset;
    flex: unset;
}

.tm-blog-post-section .blog-post-header {
    background-size: cover !important;
    padding: 210px 0;
}

.tm-blog-post-section .blog-post-header h4 {
    color: #fff;
    text-align: center;
    font-size: 50px;
    padding: 0px 350px;
}

.tm-blog-post-section .blog-container {
    padding-top: 20px;
}

@media (min-width: 1200px) {
    .tm-blog-post-section .blog-container {
        margin: 0 auto;
        width: 1200px;
        padding-top: 20px;
    }
}

.tm-blog-post-section .blog-container p {
    color: #1A1919;
}

/* End - Single Blog Styling */

.tumas-single-image img {
    width: 100% !important;
}

.tumas-map p {
    margin: 0;
    padding: 0;
    width: 100%;
}

.contact_us_form input {
    border: 1px solid #263766;
    padding: 10px 20px !important;
}

.contact_us_form textarea {
    border: 1px solid #263766;
    padding: 10px 20px !important;
}

.contact_us_form input[type='text'] {
    height: 52px;
}

.contact_us_form input[type='submit'] {
    background: #263766;
    border-radius: 1px;
    line-height: 1;
}

.contact-info h4 {
    padding: 160px 80px 0 80px;
    font-size: 20px;
}

.contact-info h4:last-child {
    padding: 0 80px;
}

/* End - Careers Styling */

/* ----------------------
Careers Styling
---------------------- */

.tm-careers-icons h4 {
    color: #263766;
    line-height: 1.3;
    font-size: 21px;
    margin-top: 5px;
}

.tm-careers-icons p {
    color: #1A1919;
    margin: 0;
    padding: 0;
    font-size: 15px;
}

.tm-left-info-image-block .left-block {
    width: 52.5%;
    height: 80%;
    position: absolute;
    top: 10%;
    left: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 101;
}

.tm-left-info-image-block .right-block {
    bottom: 0;
    width: 45.5%;
    height: 80%;
    background: #777776;
    position: absolute;
    right: 0;
    padding: 50px 100px 50px 50px;
    z-index: 101;
}

.tm-left-info-image-block .bk-block {
    background: #E4E4E3;
    position: absolute;
    width: 45%;
    top: 0;
    left: 20%;
    height: 85%;
    z-index: 100;
}

.tm-left-info-image-block .right-block p {
    width: 100%;
    font-size: 17px;
    line-height: 1.5;
}

.tm-right-info-image-block {
    height: 700px;
    position: relative;
}

.tm-right-info-image-block .left-block {
    bottom: 0;
    width: 50%;
    height: 90%;
    background: #DDD7CA;
    position: absolute;
    left: 0;
    top: 0;
    padding: 140px 150px 50px 120px;
    z-index: 101;
}

.tm-right-info-image-block .right-block {
    width: 52.5%;
    height: 85%;
    position: absolute;
    top: 10%;
    right: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 101;
}

.tm-right-info-image-block .bk-block {
    background: #E4E4E3;
    position: absolute;
    width: 55%;
    bottom: 0;
    left: 10%;
    height: 85%;
    z-index: 100;
}

.tm-right-info-image-block .left-block p {
    font-size: 19px;
}

.tm-right-info-image-block .left-block h3 {
    color: #1A1919;
    padding-left: 30px;
    margin: 0;
    border-left: 5px solid #263766;
    font-size: 30px;
}

.tm-right-info-image-block .left-block p {
    color: #1A1919;
    margin: 0;
    padding: 0;
    padding-left: 35px;
    padding-top: 30px;
    width: 100%;
    font-size: 16px;
}

/* End - Careers Styling */

/* ----------------------
Job Listing Styling
---------------------- */
.tm-job-listings-section table {
    margin: 50px 1.5% 0 1.5%;
}

.tm-job-listings-section.downloads-publications-section .downloads-container {
    width: 900px;
    margin: 0 auto;
}

.tm-job-listings-section th,
.tm-job-listings-section td {
    text-align: left;
}

.tm-job-listings-section th {
    font-weight: 700 !important;
    border: none;
    color: #22325D;
}

.tm-job-listings-section td {
    border: none;
    border-bottom: 2px solid #22325D;
    padding-bottom: 13px;
    color: #22325D;
    background: transparent;
}

.tm-job-listings-section td a {
    color: #1A1919;
}

.tm-job-listings-section td i {
    color: #9C8A5C;
}

.tm-job-listings-section.downloads-publications-section form {
    width: 50%;
    margin: 30px auto 0 auto;
}

.tm-job-listings-section form select {
    width: 20%;
    float: left;
    margin-left: 1.5%;
    margin-right: 1.5%;
    border: 1px solid #22325D;
    height: 40px;
    color: #22325D;
}

.tm-job-listings-section.downloads-publications-section form select {
    width: 70%;
}

.tm-job-listings-section form input[type="submit"] {
    border-radius: 1px;
    background-color: #22325D;
    height: 40px;
    line-height: 1;
}

.tm-top-job-header-section {
    position: relative;
    height: 500px;
}

.tm-top-job-header-section .header-contact-section {
    width: 50%;
    background: #1A1919;
    height: 100%;
    padding: 60px;
}

.tm-top-job-header-section .header-image {
    position: absolute;
    width: 50%;
    height: 90%;
    right: 0;
    bottom: 0;
    background-size: cover !important;
}

.tm-top-job-header-section .header-contact-section h4 {
    color: #fff;
    border-left: 5px solid #9C8A5C;
    padding-left: 30px;
    text-transform: uppercase;
    font-size: 30px;
}

.tm-top-job-header-section .header-contact-section .job-info {
    padding-left: 35px;
    padding-top: 20px;
}

.tm-top-job-header-section .header-contact-section .job-info p {
    padding: 0;
    margin: 0;
    font-size: 15px;
    margin-top: 40px;
}

.tm-top-job-header-section .header-contact-section .job-info th {
    color: #fff;
    font-size: 17px;
    padding: 0 !important;
    text-align: left;
}

.tm-top-job-header-section .header-contact-section .job-info td {
    text-align: left;
    color: #fff;
    font-size: 17px;
    padding: 0;
}

.tm-form-section {
    width: 60%;
    margin: 0 auto;
}

.tm-form-section h4 {
    border-left: 5px solid #9C8A5C;
    margin: 0 auto;
    width: 50%;
    text-align: center;
}

#gform_wrapper_2 input {
    border: 1px solid #22325D;
}

#gform_wrapper_2 input[type="text"] {
    height: 40px !important;
}

#gform_wrapper_2 input[type="file"] {
    border: none;
}

#gform_wrapper_2 label {
    color: #22325D !important;
}

#gform_wrapper_2 textarea {
    border: 1px solid #22325D;
}

#input_2_5 {
    margin-top: 7px;
}

#field_2_10 {
    text-align: center;
}

#field_2_10 > label {
    display: none !important;
}

#gform_wrapper_2 .gform_footer {
    text-align: center;
}

#gform_wrapper_2 .gform_footer input[type="submit"] {
    background-color: #22325D !important;
}

.downloads-pagination {
    padding-top: 20px;
}

.downloads-pagination .nav-prev {
    width: 50%;
    float: left;
}

.downloads-pagination .nav-next {
    width: 50%;
    float: right;
    text-align: right;
}

.downloads-pagination a {
    color: #1A1919;
}

/* End - Job Listing Styling */

/* ----------------------
About Styling
---------------------- */

.about-text p {
    color: #1A1919;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
    font-size: 17px;
    margin: 0;
    padding: 0;
    padding-left: 35px;
}

.tm-left-info-image-block.style-2 .right-block {
    top: 15%;
    right: 5%;
    background: #DDD7CA;
    height: 85%;
    padding: 50px 90px 50px 100px;
}

.tm-left-info-image-block.style-2 .right-block h3 {
    border-left: 5px solid #9C8A5C;
    font-size: 30px;
    padding-left: 30px;
}

.tm-left-info-image-block.style-2 .left-block {
    top: 0;
    z-index: 102;
}

.tm-left-info-image-block.style-2 .bk-block {
    left: unset;
    right: 0;
    top: 5%;
    background: #777776;
    width: 40%;
    height: 75%;
}

.tm-right-info-image-block.style-2 .bk-block {
    background: #777776;
}

.tm-left-info-image-block.style-2 .right-block p {
    color: #1A1919;
}

/* End - About Styling */

/* ----------------------
Home Blogs Styling
---------------------- */
.tm-blog-home-section .blog-section {
    width: 30.3%;
    margin: 0 1.5%;
    float: left;
}

.tm-blog-home-section .title-section {
    background-size: cover !important;
    position: relative;
    height: 150px;
}

.tm-blog-home-section .title-section h4 {
    color: white;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 0 0 40px;
}

.tm-blog-home-section .blog-section .info {
    background: #E4E4E3;
    height: 190px;
    position: relative;
}

.tm-blog-home-section .blog-section .info p {
    color: #1A1919;
    font-size: 16px;
    margin-bottom: 20px;
}

.tm-blog-home-section .blog-section .info a {
    background: transparent;
    color: #22325D;
    font-weight: 700 !important;
    font-family: 'Montserrat', sans-serif !important;
    border-bottom: 5px solid #22325D;
    padding: 0 5px 2px 5px;
    margin-left: 30px;
}

.tm-blog-home-section .blog-section .info .cat {
    position: absolute;
    top: -20px;
    right: 7%;
}

.tm-blog-home-section .blog-section .info .cat h4 {
    color: #fff;
    background: #22325D;
    padding: 8px 20px;
    font-size: 18px;
    font-weight: 200 !important;
}

.tm-blog-home-section .see-posts {
    padding-top: 30px;
    float: right;
    margin-right: 20px;
}

.tm-blog-home-section .see-posts a {
    font-size: 20px;
    border-bottom: 5px solid #22325D;
    padding: 0 5px 2px 5px;
    color: #22325D;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
}

/* End - Home Blog Styling */

/* ----------------------
Footer Styling
---------------------- */
.footer-text p {
    color: #1A1919;
    margin: 0;
    padding: 0;
    padding-top: 20px;
    width: 100%;
    font-size: 17px;
}

.footer-menu li {
    width: 50%;
    float: left;
}

.footer-menu li a {
    color: #1A1919 !important;
    font-weight: 700 !important;
}

.footer-menu #menu-footer-menu {
    margin-top: 50px;
}

.search-footer {
    margin-top: 50px;
}

.search-footer button[type="submit"] {
    background-color: #22325D;
}

.search-footer .search-btn-icon {
    color: #fff;
}

.footer-white-text h5 {
    color: #fff;
    padding-bottom: 20px;
}

.footer-white-text-news h5 {
    color: #fff;
    padding-top: 40px;
    padding-bottom: 50px;
}

.tm-blog-home-section.by-two .blog-section {
    width: 43%;
}

.footer-news-text p {
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 18px;
}

#gform_wrapper_3 {
    margin-top: 70px;
}

#gform_wrapper_3 input {
    color: #22325D;
}

#gform_3 {
    position: relative;
}

#gform_3 .validation_error {
    display: none;
}

#gform_3 .gfield_error {
    padding: 0;
}

#gform_3 li.gfield.gfield_error.gfield_contains_required div.ginput_container {
    margin-top: 0 !important;
}

#gform_3 .gfield_description.validation_message {
    color: #fff;
    background-color: #1A1919;
    border: none !important;
}

#gform_wrapper_3 label {
    display: none !important;
}

#gform_wrapper_3 input[type="submit"] {
    background: #22325D;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0;
    padding: 30px 30px;
    line-height: 0.4;
    color: white;
    text-transform: uppercase;
    border-color: #22325D;
}

#gform_wrapper_3 input[type="submit"]:hover {
    transform: unset !important;
}

.footer-copyright {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 200 !important;
    width: 100%;
    color: #1A1919;
    font-size: 15px;
    padding: 5px 0;
    text-align: center;
}

.footer-copyright .tumas-section {
    text-align: center;
    width: 50%;
    float: left;
}

.footer-copyright .niu-section, .footer-copyright .anchovy-section {
    text-align: center;
    width: 25%;
    float: left;
}

.footer-copyright .tumas {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 200 !important;
    width: 100%;
    color: #1A1919;
    font-size: 15px;
    padding: 5px 0;
    text-align: center;
}

.footer-copyright .powered {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 200 !important;
    width: 100%;
    color: #1A1919;
    font-size: 15px;
    padding: 5px 0;
    text-align: center;
}

.footer-copyright .niu {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 200 !important;
    width: 100%;
    color: #1A1919;
    font-size: 15px;
    padding: 5px 0;
    text-align: center;
}

.footer-copyright .niu img {
    margin-top: 13px;
}

.footer-copyright .anchovy {
    font-weight: 600 !important;
}

/* End - Footer Styling */

/* ----------------------
Investors Styling
---------------------- */

.tm-investors-login {
    position: relative;
    height: 400px;
}

.tm-investors-login .left-block {
    position: absolute;
    background: #22325D;
    width: 50%;
    height: 90%;
    top: 0;
    left: 0;
    padding: 60px;
}

.tm-investors-login .left-block h4 {
    color: #fff;
    border-left: 5px solid #9C8A5C;
    padding-left: 30px;
    font-size: 30px;
}

.tm-investors-login .left-block p {
    margin: 0;
    padding: 0;
    padding-left: 35px;
    padding-top: 35px;
    width: 100%;
}

.tm-investors-login .right-block {
    width: 50%;
    right: 0;
    top: 0;
    position: absolute;
}

.tm-investors-login .icon {
    position: absolute;
    font-size: 50px;
    background: #9C8A5C;
    padding: 10px 30px;
    color: #fff;
    bottom: 0;
    left: 45%;
}

#loginform input {
    border: 1px solid #22325D;
}

#loginform .login-remember label,
#loginform .login-username label,
#loginform .login-password label {
    color: #22325D;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 200 !important;
    font-size: 15px;
}

#loginform .login-submit input {
    background-color: #22325D;
    border-radius: 1px;
}

.tm-investors-news h4 {
    color: #1A1919;
    border-left: 5px solid #9C8A5C;
    padding-left: 30px;
    font-size: 30px;
    margin-bottom: 50px;
}

/* End - Investors Styling */

/* ----------------------
Timeline Styling
---------------------- */

.tm-timeline-section {
    padding: 50px 50px;
    background-color: #263766;
    float: left;
    width: 100%;
}

.tm-timeline-section .timeline-head {
    position: relative;
    float: left;
    width: 100%;
}

.tm-timeline-section .timeline-head .timeline-title {
    float: left;
    width: 25%;
}

.tm-timeline-section .timeline-head .timeline-title h4 {
    color: #fff;
    padding-left: 30px;
    border-left: 5px solid #9C8A5C;
    font-size: 30px;
}

.tm-timeline-section .timeline-head .timeline-button {
    float: left;
    width: 75%;
    text-align: right;
    bottom: 30px;
    right: 0;
    position: absolute;
}

.tm-timeline-section .timeline-head .timeline-button a {
    color: #fff;
    border-bottom: 5px solid #9C8A5C;
    padding: 0 5px 2px 5px;
    font-size: 17px;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
}

.tm-timeline-section .timeline-section {
    float: left;
    width: 100%;
    padding: 60px 0 20px;
    margin-left: 140px;
}

.tm-timeline-section .timeline-section .timeline-block {
    width: 22%;
    padding: 0 1.5%;
    float: left;
    position: relative;
    padding-top: 50px;
    border-top: 1px solid #fff;
}

.tm-timeline-section .timeline-section .timeline-block:last-child {
    border: none;
}

.tm-timeline-section .timeline-section .timeline-block .timeline-icon {
    position: absolute;
    top: -20px;
    left: -20px;
}

.tm-timeline-section .timeline-section .timeline-block .timeline-icon i {
    font-size: 40px;
    color: #fff;
}

.tm-timeline-section .timeline-section .timeline-block .timeline-block-heading {
    opacity: 0.5;
    transition: ease 0.5s;
}

.tm-timeline-section .timeline-section .timeline-block .timeline-block-heading:hover {
    opacity: 1;
    transition: ease 0.5s;
}

.tm-timeline-section .timeline-section .timeline-block .timeline-block-heading h4 {
    color: #fff;
    padding: 10px;
    height: 100px;
}

.tm-timeline-section .timeline-section .timeline-block .timeline-block-text {
    display: none;
}

.tm-timeline-section .timeline-section .timeline-block .timeline-block-text p {
    color: #fff;
}

/* End - Timeline Styling */

/* -------------------------
Parallax Scrolling Styling
------------------------- */

.tm-parallax-scrolling-block {
    height: 1000px;
    width: 100%;
    float: left;
}

.tm-parallax-scrolling-block .left-block {
    width: 50%;
    float: left;
    position: relative;
    height: 100%;
}

.tm-parallax-scrolling-block .right-block {
    float: right;
    width: 50%;
    height: 100%;
    position: relative;
}

.tm-parallax-scrolling-block .right-block .top-block {
    width: 100%;
    height: 47.5%;
    top: 0;
    right: 0;
    position: absolute;
    background-color: #DDD7CA;
    padding: 110px 60px 60px 60px;
}

.tm-parallax-scrolling-block .right-block .top-block h4 {
    border-left: 5px solid #1A1919;
    padding-left: 30px;
    width: 70%;
    font-size: 30px;
    line-height: 1.4;
    color: #1A1919;
}

.tm-parallax-scrolling-block .right-block .top-block p {
    padding-left: 30px;
    padding-top: 10px;
    width: 100%;
    font-size: 17px;
    line-height: 2;
    color: #1A1919;
    margin-bottom: 20px;
}

.tm-parallax-scrolling-block .right-block .top-block a {
    font-weight: 700 !important;
    font-family: 'Montserrat', sans-serif !important;
    border-bottom: 5px solid #1A1919;
    padding: 0px 5px 2px 5px;
    margin-left: 35px;
    font-size: 17px;
    color: #1A1919;
}


.tm-parallax-scrolling-block .right-block .bottom-block {
    width: 200%;
    height: 47.5%;
    bottom: 0;
    right: 0;
    position: absolute;
    background-color: #1A1919;
    z-index: 90;
}

.tm-parallax-scrolling-block .right-block .bottom-block .info {
    width: 50%;
    right: 0;
    position: absolute;
    height: 100%;
    padding: 110px 60px 60px 60px;
}

.tm-parallax-scrolling-block .right-block .bottom-block .info h4 {
    border-left: 5px solid #9C8A5C;
    padding-left: 30px;
    width: 70%;
    font-size: 30px;
    line-height: 1.4;
    color: #fff;
}

.tm-parallax-scrolling-block .right-block .bottom-block .info p {
    padding-left: 30px;
    padding-top: 10px;
    width: 100%;
    font-size: 17px;
    line-height: 2;
    color: #fff;
    margin-bottom: 20px;
}

.tm-parallax-scrolling-block .left-block img {
    z-index: 100;
    position: absolute;
    width: 90%;
    top: 5%;
    margin-top: 0;
    left: 5%;
    transform: translate3d(0, 0, 0);
}

.search-form .search-submit:hover {
    background-color: #9C8A5C;
}

.search-field {
    color: #263766 !important;
}

.page-search-popup-content .search-field {
    color: #fff !important;
}

.menu-footer-menu-container li a {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
}