/*========================
    Common css
=========================*/

html {
    min-height: 100%;
    position: relative;
    font-size: 15px;
}

body {
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.nofilter {
    filter: blur(0);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
}

h1 {
    font-size: 1.75rem;
    font-weight: 700;
}


/*========================
    Contact form css
=========================*/

.form-control {
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    border-radius: 0;
    box-shadow: none;
}

.form-control:focus {
    border-color: #eb3737;
}

textarea.form-control {
    min-height: 125px;
    resize: none;
}

.btn {
    border: none;
    border-radius: 0;
}

.btn-primary {
    background: #eb3737;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: #b20808;
}


/*========================
    Header css
=========================*/

.tr-header {
    position:fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

.tr-header .navbar {
    padding: 1rem 1rem 0 1rem;
    background: #fff;
}

.tr-header .navbar-toggler {
    font-size: 2rem;
    margin-top: .4rem;
    color: #fff;
}

.tr-header .navbar-brand {
    max-width: 9rem;
    padding-top: 0;
    padding-bottom: 0;
}

.tr-header .navbar-toggleable-xs {
    clear: both;
}

.tr-header .navbar-nav {
    padding-top: 1rem;
}

.tr-header .navbar-nav .nav-link {
    padding-top: .8rem;
    padding-bottom: .8rem;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Ubuntu', sans-serif;
}

.tr-header .navbar-nav .nav-item .dropdown-menu {
    position: relative;
    background: transparent;
    border: none;
    border-radius: 0;
    margin: 0;
    width: 100%;
    margin-bottom: .5rem;
}

.tr-header .navbar-nav .dropdown-item {
    color: #e5e5e5;
    font-size: .95rem;
    font-family: 'Ubuntu', sans-serif;
}

.tr-header .navbar-nav .dropdown-item:focus,
.tr-header .navbar-nav .dropdown-item:hover {
    background: transparent;
    color: #fff;
}

.tr-header .navbar-nav .dropdown-toggle:after {
    border: none;
    content: "+";
    position: absolute;
    right: 1rem;
}

.tr-header .navbar-nav .open .dropdown-toggle:after {
    content: "-";
}


/*========================
    Banner css
=========================*/

.tr-banner {
    min-height: 100vh;
    padding-top: 7rem;
    padding-bottom: 2rem;
    background: #1ab8f9 url(../image/banner.jpg) no-repeat right top / cover;
    position: relative;
    overflow: hidden;
}

.tr-banner:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #fff;
    -webkit-transform: skew(-45deg, 0) translateX(-50%) scale(2);
    -ms-transform: skew(-45deg, 0) translateX(-50%) scale(2);
    transform: skew(-45deg, 0) translateX(-50%) scale(2);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    z-index: 2;
}

.tr-banner:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: url('../image/shape-2.png') no-repeat right bottom / cover;
    z-index: 1;
}

.tr-banner h1 {
    color: #232323;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 3;
}

.tr-banner h1 em {
    color: #eb3737;
}

.tr-banner p {
    padding: 1rem 0 1rem 1rem;
    text-transform: uppercase;
    color: #232323;
    border-top: 2px dashed #c4c4c4;
    border-bottom: 2px dashed #c4c4c4;
    font-size: .92rem;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 3;
}
.tr-banner p img{
    float: left;
    position: relative;
    left: -15px;
}
.tr-banner p a {
    color: #232323;
    font-size: 0.90rem;
    position: relative;
    text-transform: capitalize;
    z-index: 3;
}

.tr-banner a {
    color: #232323;
    font-size: 1.25rem;
    position: relative;
    z-index: 3;
}

.tr-banner a span {
    margin-left: .6rem;
}

.shape-first {
    width: 100%;
    height: 100%;
    background: url('../image/gradient-triangle.png') no-repeat right bottom / 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.tr-common {
    padding-bottom: 3rem;
    padding-top: 3rem;
}

.tr-common h2,
.tr-common p {
    color: #232323;
}

.tr-common h3 {
    text-transform: uppercase;
    font-size: 1rem;
    color: #eb3737;
    font-weight: 500;
}

.tr-common p {
    margin-bottom: 1rem;
}


/*========================
        Prevent css
=========================*/

.tr-prevent,
.tr-how-works {
    position: relative;
    overflow: hidden;
    background: url('../image/brain-and-body-bg.jpg') no-repeat center right;
    -ms-transform: matrix(1, 0.2, 0, 1, 0, 0);
    -webkit-transform: matrix(1, 0.2, 0, 1, 0, 0);
    transform: matrix(1, 0.2, 0, 1, 0, 0);
}

.tr-prevent .container,
.tr-how-works .container {
    position: relative;
    z-index: 2;
    -ms-transform: matrix(1, -0.2, 0, 1, 0, 0);
    -webkit-transform: matrix(1, -0.2, 0, 1, 0, 0);
    transform: matrix(1, -0.2, 0, 1, 0, 0);
}

.tr-prevent:before {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
}

.tr-prevent:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: url('../image/three-triangle.svg') no-repeat center center;
}

.tr-prevent h3,
.tr-prevent p {
    color: #fff;
}

.tr-prevent h3 {
    font-size: 1.35rem;
    font-weight: 700;
}

.tr-how-works {
    background-image: url('../image/how-it-works-bg.jpg');
    margin-top: -10px;
    padding-bottom: 6rem;
}

.tr-how-works h2 {
    color: #fff;
    margin-bottom: 1rem;
    position: relative;
}

.tr-how-works .btn-outline-secondary {
    border: 2px solid #fff;
    border-radius: 4px;
    color: #fff;
}

.tr-how-works .btn-outline-secondary:hover,
.tr-how-works .btn-outline-secondary:focus,
.tr-how-works .btn-outline-secondary:active {
    background: #fff;
    color: #333;
}

.tr-how-works li {
    text-align: center;
    color: #fff;
    margin-bottom: 2rem;
}

.tr-how-works li:last-child {
    margin-bottom: 0;
}

.tr-how-works li span {
    display: block;
    margin-bottom: .5rem;
}

.tr-how-works p,
.tr-how-works ul {
    position: relative;
}


/*========================
        Footer css
=========================*/

footer {
    background: #272727;
    margin-top: -2.8rem;
    position: relative;
    z-index: 2;
}

footer:after,
footer:before {
    position: absolute;
    top: -1.45rem;
    content: "";
    width: 50vw;
    width: 0;
    height: 0;
}

footer:before {
    border-bottom: 1.5rem solid #272727;
    border-left: 50vw solid transparent;
    left: 0;
}

footer:after {
    border-bottom: 1.5rem solid #272727;
    border-right: 50vw solid transparent;
    right: 0;
}
.tr-footer h4.first-col { border: none; }
.tr-footer h4 {
    color: #fff;
    font-size: 1rem;
    border-bottom: solid 3px #ff455f;
    padding-bottom: 10px;
    font-weight: bold;
}


.tr-footer li {
    margin-bottom: .50rem;
}

.tr-footer p,
.tr-footer li,
.tr-footer li a {
    color: #fff;
    font-size: 0.80rem;
}

.tr-footer article {
    margin-top: 2rem;
}

.tr-footer article:last-child {
    margin-bottom: 0;
}

.tr-footer .social-links li {
    font-size: 1.25rem;
    margin-right: 1.25rem;
    margin-bottom: 0;
}


/*========================
    Inner banner css
=========================*/

.tr-inner-banner {
    padding: 4rem 0;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    min-height: 100vh;

}

.tr-detection-prevention-banner {
    background: #2b2b2b url('../image/detection-prevention-img.png') no-repeat center center / cover;
}

.tr-who-can-benefit-banner {
    background: #2b2b2b url('../image/who-can-benefit-banner.jpg') no-repeat center center / cover;
}
.tr-about-tbi-banner {
    background: #2b2b2b url('../image/about-tbi-bannre.jpg') no-repeat center center / cover;
}
.tr-detecting-danger-banner {
    background: #2b2b2b url('../image/detecting-danger-banner.jpg') no-repeat center center / cover;
}
.tr-what-are-the-chances-banner {
    background: #2b2b2b url('../image/what-are-the-chances-banner.jpg') no-repeat center center / cover;
}
.tr-what-to-do-banner {
    background: #2b2b2b url('../image/what-to-do-banner.jpg') no-repeat center center / cover;
}
.tr-mobile-apps-banner {
    background: #2b2b2b url('../image/mobile-apps-banner.jpg') no-repeat center center / cover;
}
.tr-cognitive-testing-banner {
    background: #2b2b2b url('../image/cognitive-testing-banner.jpg') no-repeat center center / cover;
}
.tr-body-impact-detection-banner {
    background: #2b2b2b url('../image/cognitive-testing-banner.jpg') no-repeat center center / cover;
}
.tr-body-protection-banner {
    background: #2b2b2b url('../image/cognitive-testing-banner.jpg') no-repeat center center / cover;
}

.tr-impact-force-protection-banner {
    background: #2b2b2b url('../image/impact-force-protection-banner.jpg') no-repeat center center / cover;
}
.tr-impact-force-protection-banner {
    background: #2b2b2b url('../image/impact-force-protection-banner.jpg') no-repeat center center / cover;
}

.tr-communications-banner {
    background: #2b2b2b url('../image/tr-communications-banner.jpg') no-repeat center center / cover;
}

.tr-eula-banner {
    background: #2b2b2b url('../image/eula-main-img.jpg') no-repeat center center / cover;
}
.tr-terms-of-use-banner {
    background: #2b2b2b url('../image/terms-of-use-main-img.jpg') no-repeat center center / cover;
}

.tr-management-team-banner {
    background: #2b2b2b url('../image/management-team-banner.jpg') no-repeat center center / cover;
}

.tr-help-banner {
    background: #2b2b2b url('../image/help-img.jpg') no-repeat center center / cover;
}
.tr-privacy-policy-banner {
    background: #2b2b2b url('../image/privacy-policy-img.jpg') no-repeat center center / cover;
}




.tr-inner-banner h1 {
    font-weight: 700;
    color: #ff455f;
}

.tr-inner-banner p {
    color: #fff;
    font-family: 'Ubuntu', sans-serif;
}

.tr-inner-content {
    margin-bottom: 3rem;
}

.tr-inner-content h3 {
    margin-bottom: 1rem;
}

.tr-inner-content p a {
    color: #fd2356;
}
.tr-inner-content ul{
    list-style-type: none;
    padding-left: 0;
}
.tr-inner-content ul li {
    margin-bottom: .7rem;
    padding-left: 1.5rem;
    background: url('../image/circle-dot.svg') no-repeat left 6px;
}

.tr-inner-video {
    margin-top: 2rem;
}

.tr-inner-video figure a {
    position: relative;
    display: block;
}

.tr-inner-video .play-video {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    padding: .5rem 1rem;
    background: #fd2356;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.25rem;
    display: inline-block;
}

.no-padding-popup .close {
    background: #2b2b2b;
    right: -15px;
    top: -15px;
    padding: 0;
    opacity: 1;
    width: 30px;
    height: 30px;
    text-shadow: none;
    color: #fff;
    position: absolute;
    z-index: 55;
    border-radius: 100%;
}

.no-padding-popup .modal-body {
    padding: 0;
    border: 5px solid #fff;
}

.tr-inner-left-content {
    margin-bottom: 1rem;
}

.tr-contact-us:before {
    display: none;
}

.contact-form-box {
    position: relative;
    z-index: 8;
}

.tr-inner-content .contact-form-box h3 {
    font-size: 1.5rem;
}

.tr-contact-us-banner {
    background: #ff455f url(../image/contact-us-banner.jpg) no-repeat center center / cover;
}


/*========================
    Contact css
=========================*/

.tr-contact-us-banner {
    display: block;
    padding-top: 8rem;
    height: 480px;
}

.tr-contact-us-banner h1 {
    color: #fff;
}

.tr-contact-form-container {
    padding: 1.25rem;
    border-radius: .25rem;
    background: #fff url('../image/circle.png') no-repeat right bottom;
    margin-top: 1.5rem;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(1, 1, 1, 0.2);
    -ms-box-shadow: 0px 0px 18px 0px rgba(1, 1, 1, 0.2);
    box-shadow: 0px 0px 18px 0px rgba(1, 1, 1, 0.2);
    z-index: 999;
    position: relative;
}

.tr-contact-form-container .btn-circle {
    border-radius: 100%;
    background: #1d1d1d url('../image/send-icon.svg') no-repeat center center;
    width: 92px;
    height: 92px;
}

.tr-contact-us-banner .tr-contact-words {
    margin-top: 2rem;
}

.tr-contact-us-banner .tr-contact-words p {
    color: #333;
}
/*========================
    Search css
=========================*/
.search-close {
    position: relative;
}
.search-close .form-control {
    padding: 0.5rem 0.75rem;
}
.search-close .btn {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #eb3737;
    color: #fff;
}
/* Small devices (landscape phones, 544px and up)*/

@media (min-width: 34em) {
    /*========================
        Common css
    =========================*/
    /*========================
        Header css
    =========================*/
    .tr-header {
        background: #2b2b2b;
    }
    .tr-header .navbar-nav {
        padding-top: 0;
    }
    .tr-header .navbar-brand {
        margin-right: 0;
    }
    .tr-header .navbar-nav .nav-item {
        width: 100%;
        margin: 0;
    }
    .tr-header .navbar-nav .nav-link {
        padding: .8rem .5rem;
    }
    .tr-header .navbar-toggleable-xs {
        display: none !important
    }
    .tr-header .navbar-toggleable-xs.in,
    .tr-header .navbar-toggleable-xs.collapsing {
        display: block !important;
    }
    /*========================
        Banner css
    =========================*/
    .tr-banner:before {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: 0;
        background: transparent;
        height: 0;
        border-top: 120vh solid #fff;
        border-right: 100vw solid transparent;
    }
    .tr-banner h1,
    .tr-banner p {
        max-width:615px;
    }
    /*========================
            Prevent css
    =========================*/
    .tr-prevent,
    .tr-how-works {
        -ms-transform: matrix(1, 0.1, 0, 1, 0, 0);
        -webkit-transform: matrix(1, 0.1, 0, 1, 0, 0);
        transform: matrix(1, 0.1, 0, 1, 0, 0);
    }
    .tr-prevent .container,
    .tr-how-works .container {
        -ms-transform: matrix(1, -0.1, 0, 1, 0, 0);
        -webkit-transform: matrix(1, -0.1, 0, 1, 0, 0);
        transform: matrix(1, -0.1, 0, 1, 0, 0);
    }
}


/* Medium devices (tablets, 768px and up) */

@media (min-width: 48em) {
    /*========================
        Common css
    =========================*/
    /*========================
        Header css
    =========================*/
    .tr-header,
    .tr-header .navbar {
            background: #fff;
    }
    .tr-header .navbar-brand {
        max-width: none;
        float: none;
    }
    .tr-header .navbar-brand > img {
        margin: 0 auto;
    }
    .tr-header .navbar {
        padding-top: 0;
    }
    .tr-header .navbar-nav .nav-link {
        font-size: .9rem;
        padding: 1.2rem .7rem;
        color: #2b2b2b;
    }
    .tr-header .navbar-light .navbar-nav .active > .nav-link,
    .tr-header .navbar-light .navbar-nav .active > .nav-link:focus,
    .tr-header .navbar-light .navbar-nav .active > .nav-link:hover,
    .tr-header .navbar-light .navbar-nav .nav-link.active,
    .tr-header .navbar-light .navbar-nav .nav-link.active:focus,
    .tr-header .navbar-light .navbar-nav .nav-link.active:hover,
    .tr-header .navbar-light .navbar-nav .nav-link.open,
    .tr-header .navbar-light .navbar-nav .nav-link.open:focus,
    .tr-header .navbar-light .navbar-nav .nav-link.open:hover,
    .tr-header .navbar-light .navbar-nav .open > .nav-link,
    .tr-header .navbar-light .navbar-nav .open > .nav-link:focus,
    .tr-header .navbar-light .navbar-nav .open > .nav-link:hover,
    .tr-header .navbar-light .navbar-nav .nav-link:focus,
    .tr-header .navbar-light .navbar-nav .nav-link:hover,
    .tr-header .navbar-dark .navbar-nav .active > .nav-link,
    .tr-header .navbar-dark .navbar-nav .active > .nav-link:focus,
    .tr-header .navbar-dark .navbar-nav .active > .nav-link:hover,
    .tr-header .navbar-dark .navbar-nav .nav-link.active,
    .tr-header .navbar-dark .navbar-nav .nav-link.active:focus,
    .tr-header .navbar-dark .navbar-nav .nav-link.active:hover,
    .tr-header .navbar-dark .navbar-nav .nav-link.open,
    .tr-header .navbar-dark .navbar-nav .nav-link.open:focus,
    .tr-header .navbar-dark .navbar-nav .nav-link.open:hover,
    .tr-header .navbar-dark .navbar-nav .open > .nav-link,
    .tr-header .navbar-dark .navbar-nav .open > .nav-link:focus,
    .tr-header .navbar-dark .navbar-nav .open > .nav-link:hover,
    .tr-header .navbar-dark .navbar-nav .nav-link:focus,
    .tr-header .navbar-dark .navbar-nav .nav-link:hover {
        color: #eb3737;
    }
    .tr-contact-header .navbar-light .navbar-nav .active > .nav-link,
    .tr-contact-header .navbar-light .navbar-nav .active > .nav-link:focus,
    .tr-contact-header .navbar-light .navbar-nav .active > .nav-link:hover,
    .tr-contact-header .navbar-light .navbar-nav .nav-link.active,
    .tr-contact-header .navbar-light .navbar-nav .nav-link.active:focus,
    .tr-contact-header .navbar-light .navbar-nav .nav-link.active:hover,
    .tr-contact-header .navbar-light .navbar-nav .nav-link.open,
    .tr-contact-header .navbar-light .navbar-nav .nav-link.open:focus,
    .tr-contact-header .navbar-light .navbar-nav .nav-link.open:hover,
    .tr-contact-header .navbar-light .navbar-nav .open > .nav-link,
    .tr-contact-header .navbar-light .navbar-nav .open > .nav-link:focus,
    .tr-contact-header .navbar-light .navbar-nav .open > .nav-link:hover,
    .tr-contact-header .navbar-light .navbar-nav .nav-link:focus,
    .tr-contact-header .navbar-light .navbar-nav .nav-link:hover,
    .tr-contact-header .navbar-dark .navbar-nav .active > .nav-link,
    .tr-contact-header .navbar-dark .navbar-nav .active > .nav-link:focus,
    .tr-contact-header .navbar-dark .navbar-nav .active > .nav-link:hover,
    .tr-contact-header .navbar-dark .navbar-nav .nav-link.active,
    .tr-contact-header .navbar-dark .navbar-nav .nav-link.active:focus,
    .tr-contact-header .navbar-dark .navbar-nav .nav-link.active:hover,
    .tr-contact-header .navbar-dark .navbar-nav .nav-link.open,
    .tr-contact-header .navbar-dark .navbar-nav .nav-link.open:focus,
    .tr-contact-header .navbar-dark .navbar-nav .nav-link.open:hover,
    .tr-contact-header .navbar-dark .navbar-nav .open > .nav-link,
    .tr-contact-header .navbar-dark .navbar-nav .open > .nav-link:focus,
    .tr-contact-header .navbar-dark .navbar-nav .open > .nav-link:hover,
    .tr-contact-header .navbar-dark .navbar-nav .nav-link:focus,
    .tr-contact-header .navbar-dark .navbar-nav .nav-link:hover {
        color: #fff;
    }
    .tr-header .navbar-toggleable-xs {
        display: block !important;
    }
    .tr-header .navbar-nav .nav-item:hover .dropdown-menu {
        display: block;
    }
    .tr-header .navbar-nav .nav-item {
        width: auto;
    }
    .tr-header .navbar-nav .nav-logo {
        width: 25%;
        position: relative;
        padding: 0 2rem;
    }
    .tr-header .navbar-nav .nav-logo:before {
        width: 0;
        height: 0;
        border-left: 7rem solid transparent;
        border-right: 7rem solid transparent;
        border-top: 6rem solid #2b2b2b;
        position: absolute;
        content: "";
        left: -20px;
        top: 0;
    }
    .tr-header .navbar-nav .nav-logo > a {
        position: relative;
        padding: .5rem;
    }
    .tr-header .navbar-nav .dropdown-toggle::after {
        content: "";
    }
    .tr-header .navbar-nav .nav-item .dropdown-menu {
        background: #2b2b2b;
        position: absolute;
        min-width: 200px;
        padding: 0;
    }
    .tr-header .navbar-nav .nav-item:last-child .dropdown-menu {
        right: 0;
        left: initial;
    }
    .tr-header .navbar-nav .dropdown-item {
        color: #fff;
        font-size: .85rem;
        padding: .5rem 1rem;
        text-transform: uppercase;
    }
    .tr-header .navbar-nav .dropdown-item:focus,
    .tr-header .navbar-nav .dropdown-item:hover {
        background: #eb3737;
        color: #fff;
    }
    /*========================
        Banner css
    =========================*/
    .tr-banner {
        padding-top: 15rem;
        height: 100vh;
    }
    .tr-banner:before {
        border-top-width: 100vh;
    }
    .tr-banner h1 {
        max-width: 600px;
    }
    .tr-common h2 {
        font-size: 2.1rem;
    }
    .tr-common p:last-child {
        margin-bottom: 0;
    }
    .tr-we-are-content {
        margin-top: 3rem;
    }
    /*========================
            Prevent css
    =========================*/
    .tr-prevent,
    .tr-how-works {
        -ms-transform: matrix(1, 0.07, 0, 1, 0, 0);
        -webkit-transform: matrix(1, 0.07, 0, 1, 0, 0);
        transform: matrix(1, 0.07, 0, 1, 0, 0);
    }
    .tr-prevent .container,
    .tr-how-works .container {
        -ms-transform: matrix(1, -0.07, 0, 1, 0, 0);
        -webkit-transform: matrix(1, -0.07, 0, 1, 0, 0);
        transform: matrix(1, -0.07, 0, 1, 0, 0);
    }
    /*========================
            How it Works css
    =========================*/
    .tr-how-works {
        padding-bottom: 0;
    }
    .tr-how-works .container {
        position: relative;
        margin-bottom: 4rem;
    }
    .tr-how-works .container:before {
        position: absolute;
        left: 50%;
        bottom: 0;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        transform: translateX(-50%);
        content: "";
        width: 100%;
        height: 100%;
        background: url('../image/men.png') no-repeat center bottom / 80%;
    }
    .tr-how-works p {
        margin-bottom: 2rem;
    }
    .tr-how-works ul {
        height: 28.27rem;
        position: relative;
    }
    .tr-how-works li {
        position: absolute;
        max-width: 270px;
        font-size: .8rem;
    }
    .tr-how-works li span {
        float: left;
        text-align: left;
    }
    .tr-how-works li span img {
        max-width: 100%;
    }
    .tr-how-works li:first-child {
        right: 73.8%;
        bottom: 1rem;
        text-align: right;
        padding-right: 1.5rem;
        background: url('../image/dot.png') no-repeat right center;
        width: 225px;
    }
    .tr-how-works li:first-child span {
        float: right;
        max-width: 2.5rem;
        margin-left: 1rem;
    }
    .tr-how-works li:nth-child(2) {
        left: 48px;
        text-align: left;
        top: 144px;
        background: url('../image/dot.png') no-repeat 140px 44px;
        padding-bottom: 1rem;
        width: 200px;
    }
    .tr-how-works li:nth-child(2) span,
    .tr-how-works li:nth-child(3) span,
    .tr-how-works li:nth-child(4) span {
        float: left;
        margin-right: .75rem;
    }
    .tr-how-works li:nth-child(3) {
        right: 0;
        text-align: left;
        top: 144px;
        background: url('../image/dot.png') no-repeat 67px 0;
        padding-top: 2rem;
        width: 200px;
    }
    .tr-how-works li:nth-child(4) {
        right: 0;
        text-align: left;
        bottom: 20px;
        background: url('../image/dot.png') no-repeat 132px 0;
        padding-top: 2rem;
        width: 200px;
    }
    /*========================
            Footer css
    =========================*/
    footer {
        margin-top: -3rem;
    }
    footer:after,
    footer:before {
        top: -4rem;
    }
    footer:before {
        border-bottom: 4rem solid #272727;
    }
    footer:after {
        border-bottom: 4rem solid #272727;
    }
    /*========================
        Inner banner css
    =========================*/
    .tr-inner-banner h1 {
        font-size: 3rem;
    }
    .tr-inner-banner p {
        font-size: 1.2rem;
        max-width: 950px;
        margin: 0 auto;
    }
    .tr-inner-content {
        margin-bottom: 6rem;
    }
    .tr-inner-content .contact-form-box {
        margin-top: 3rem;
    }
    .tr-inner-content .contact-form-box h3 {
        margin-bottom: 1.75rem;
    }
    /*========================
        Contact css
    =========================*/
    .tr-contact-us-banner {
        height: 620px;
        min-height: inherit;
    }
    .tr-contact-us-banner .tr-contact-words p {
        font-size: .9rem;
        margin-bottom: 1rem;
        color: #fff;
    }
    /*========================
        Search css
    =========================*/
    .nav-search {
        position: relative;
    }
    .search-close {
        display: none;
        position: absolute;
        right: 0;
        top: 100%;
        min-width: 250px;
    }
    .search-close .form-control {
        background: #e5e5e5;
    }
    .search-close.open {
        display: block;
    }
    .search-close .btn {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        top: 0;
        min-height: 35px;
    }
}


/* Large devices (desktops, 992px and up) */

@media (min-width: 62em) {
    h1 {
        font-size: 2.2rem;
    }
    /*========================
        Header css
    =========================*/
    .tr-header .navbar-nav .nav-link {
        padding-top: 2.4rem;
        padding-bottom: 2.2rem;
    }
    .search-close .btn {
        min-height: 36px;
    }
    .tr-common {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .tr-common h2 {
        font-size: 2.5rem;
    }
    .tr-header .navbar-nav > .nav-item {
        width: calc(75% / 6);
        text-align: center;
    }
    .tr-header .navbar-nav > .nav-logo {
        width: calc(25% - 30px);
        padding: 0 1.25rem;
    }
    .tr-header .navbar-nav > .nav-search {
        width: 30px;
    }
    .tr-header .navbar-nav .nav-logo::before {
        border-left: 11rem solid transparent;
        border-right: 11rem solid transparent;
        border-top: 8.5rem solid #2b2b2b;
        left: -70px;
    }
    .tr-header .navbar-nav .nav-logo > a {
        padding: .5rem;
    }
    /*========================
            Prevent css
    =========================*/
    .tr-prevent {
        padding-bottom: 10rem;
        padding-top: 10rem;
    }
    .tr-prevent::after {
        background-position: -75% center;
    }
    .tr-prevent h3 {
        font-size: 1.5rem;
    }
    .tr-how-works .container {
        padding-bottom: 4rem;
        margin-bottom: 0;
    }
    .tr-how-works li {
        font-size: 1rem;
    }
    .tr-how-works li:first-child {
        width: 250px;
        padding-right: 2rem;
        bottom: -37px;
    }
    .tr-how-works li:nth-child(2) {
        width: 270px;
        background-position: 172px 62px;
        padding-bottom: 2rem;
    }
    .tr-how-works li:nth-child(3) {
        width: 270px;
        right: 50px;
        top: 44px;
    }
    .tr-how-works li:nth-child(4) {
        background-position: 107px 0;
    }
    /*========================
        Inner banner css
    =========================*/
    .tr-inner-banner h1 {
        font-size: 4rem;
    }
    .tr-inner-banner p {
        font-size: 1.3rem;
    }
    /*========================
        Innerpage content css
    =========================*/
    .tr-inner-content {
        -webkit-transform: matrix(1, -0.1, 0, 1, 0, 0);
        -ms-transform: matrix(1, -0.1, 0, 1, 0, 0);
        transform: matrix(1, -0.1, 0, 1, 0, 0);
        background: #fff;
        z-index: 3;
        position: relative;
        margin-top: -4rem;
        border-top: 1rem solid #ff455f;
        padding: 10rem 0 4rem;
        margin-bottom: 6.25rem;
    }
    .tr-inner-content:before {
        position: absolute;
        left: 1%;
        bottom: 2.5rem;
        content: url(../image/small-circle.png);
        z-index: 5;
        -webkit-transform: matrix(1, 0.1, 0, 1, 0, 0);
        -ms-transform: matrix(1, 0.1, 0, 1, 0, 0);
        transform: matrix(1, 0.1, 0, 1, 0, 0);
    }
    .tr-inner-content:after {
        background: transparent url('../image/big-circle.png') no-repeat 105% center;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        content: "";
        -webkit-transform: matrix(1, 0.1, 0, 1, 0, 0);
        -ms-transform: matrix(1, 0.1, 0, 1, 0, 0);
        transform: matrix(1, 0.1, 0, 1, 0, 0);
    }
    .tr-inner-content .container {
        -webkit-transform: matrix(1, 0.1, 0, 1, 0, 0);
        -ms-transform: matrix(1, 0.1, 0, 1, 0, 0);
        transform: matrix(1, 0.1, 0, 1, 0, 0);
        position: relative;
        z-index: 2;
    }
    .tr-inner-content .row {
        display: -ms-flex;
        display: -webkit-flex;
        display: flex;
    }
    .tr-inner-content .contact-form {
        display: block;
    }
    .tr-inner-video {
        display: -webkit-inline-flex;
        display: -ms-inline-flex;
        display: inline-flex;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center;
    }
    .tr-inner-content {
        margin-bottom: 7rem;
    }
    /*========================
        Contact css
    =========================*/
    .tr-contact-us-banner {
        height: 700px;
        margin-bottom: 20rem;
        padding-top: 10rem;
        position: relative;
    }
    .tr-contact-us-banner:before {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 0;
        content: "";
        border-bottom: 150px solid #fff;
        border-left: 100vw solid transparent;
    }
    .tr-contact-us-banner .container {
        position: relative;
        z-index: 2;
    }
    .tr-contact-form-container {
        padding: 2rem;
    }
    .tr-contact-form-container h2 {
        font-weight: 700;
    }
}


/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 75em) {
    body {}
    h1 {
        font-size: 2.75rem;
    }
    /*========================
        Header css
    =========================*/
    .tr-header .navbar-nav > .nav-logo {
        padding: 0 2rem;
    }
    .tr-header .navbar-nav .nav-logo::before {
        border-left: 13rem solid transparent;
        border-right: 13rem solid transparent;
        border-top: 10rem solid #2b2b2b;
    }
    .tr-header .navbar-nav .nav-link {
        font-size: 1rem;
    }
    /*========================
        Banner css
    =========================*/
    .tr-banner,
    .tr-common {
        background-attachment: fixed;
    }
    .tr-common h2 {
        font-size: 3.2rem;
    }
    /*========================
            Prevent css
    =========================*/
    .tr-prevent,
    .tr-how-works {
        background-size: cover;
    }
    .tr-prevent::after {
        background-position: center center;
        right: -20%;
    }
    /*========================
        How it works css
    =========================*/
    .tr-how-works p a {
        font-size: 1.12rem;
    }
    .tr-how-works .container {
        padding-bottom: 10rem;
    }
    .tr-how-works .container:before {
        background-size: auto;
        background-position: center 75%;
    }
    .tr-how-works li,
    .tr-how-works li:first-child {
        width: 385px;
        max-width: none;
        text-transform: uppercase;
    }
    .tr-how-works li:first-child {
        padding-right: 3rem;
        right: 71.5%;
        bottom: -87px;
    }
    .tr-how-works li:first-child span {
        max-width: none;
    }
    .tr-how-works li:nth-child(2) {
        width: 250px;
        left: 225px;
        background-position: 87px 75px;
    }
    .tr-how-works li:nth-child(2) span {
        padding-top: .75rem;
    }
    .tr-how-works li:nth-child(3) {
        right: 147px;
    }
    .tr-how-works li:last-child {
        background-position: 0 40px;
        padding-left: 3rem;
        right: -41px;
        bottom: -73px;
    }
    .tr-how-works li:nth-child(4) span {
        width: 100%;
    }
    /*========================
            Footer css
    =========================*/
    footer {
        margin-top: -5rem;
        clear: both;
    }
    .footer-about {
        padding-right: 2rem;
    }
    /*========================
        Innerpage content css
    =========================*/
    .tr-inner-banner {
        background-attachment: fixed;
    }
    .tr-inner-content {
        margin-top: -7.5rem;
        margin-bottom: 10rem;
    }
    /*========================
        Contact css
    =========================*/
    .tr-contact-us-banner {
        overflow: hidden;
        height: auto;
        padding-top: 12rem;
        margin-bottom: 10rem;
    }
    .tr-contact-us-banner:before {
        border-bottom: 250px solid #fff;
        bottom: 8rem;
    }
    .tr-contact-us-banner:after {
        background: #fff;
        height: 8rem;
        left: 0;
        bottom: 0;
        width: 100%;
        content: "";
        position: absolute;
    }
    .tr-contact-form {
        padding: 0 2rem;
    }
    .tr-contact-form-container {
        border-radius: .8rem;
    }
    .tr-contact-us-banner .tr-contact-words p {
        font-size: 1rem;
    }
}

@media (min-width: 75rem) and (max-height: 41rem) {
    /*========================
        Banner css
    =========================*/
    .tr-banner {
        padding-top: 9.5rem;
    }
    .tr-banner:before {
        border-top-width: 120vh;
    }
}

@media (min-width: 100rem) {
    /*========================
        Banner css
    =========================*/
    .shape-first {
        opacity: .35;
    }
    /*========================
        Innerpage content css
    =========================*/
    .tr-inner-content {
        margin-bottom: 12rem;
    }
    .tr-inner-content::before {
        left: 8%;
    }
    .tr-inner-content::after {
        background-position: 85% center;
    }
    footer:before {
        border-left-width: calc(50vw - 7px);
    }
    footer:after {
        border-right-width: calc(50vw - 7px);
    }
}


.tbi-video-sec iframe{ width: 100%; position:absolute; top: 0; overflow: hidden; background: #fff;  display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    min-height: 100vh;}

 .tbi-video-sec video{ width: 100%; position:absolute; top: 0; overflow: hidden; background: #fff;  display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    min-height: 100vh;}   
.tbi-video-sec .container{ position: relative;}
.tbi-video-sec .video-fix{ position: fixed;}

.tr-inner-banner .container{ position: relative;}





.tr-inner-banner video {
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
    transition: 1s opacity;
}

.tr-inner-banner .video-container {
    height: 600px;
}

.tr-inner-banner .video-parallax {
    -webkit-transition-position: fixed;
    position: fixed;
}






.bg-video {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.w-background-video {
    position: relative;
    width: 100%;
    height: 100vh;
}
.w-background-video>iframe {
    background-size: cover;
    background-position: 50% 50%;
    position: absolute;
    right: -100%;
    bottom: -100%;
    top: -100%;
    left: -100%;
    margin: auto;
    min-width: 100%;
    min-height: 100%;
    z-index: -100;
}

.main-bg {
    background: #fff;
    float: left;
    width: 100%;
    position:absolute;
    padding: 200px 0;
    bottom:200px;
   
}
.all-bg{ width: 100%; float: left; padding: 0; margin: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0; height: 100%; background-color: rgba(0, 0, 0, 0.5);}
.footer-copyright{ width: 100%; float: left; padding: 0; margin: 0; text-align: center; color: #fff; font-size: 0.80rem;}


.reach-us-sec-part { margin-top: 0;}
.reach-us-sec-part .float-label {
    font-size: 15px;
    pointer-events: none;
    float: left;
    width: 100%;
    top: inherit;
    margin: 0 0 10px 0 !important;
    position: relative;
}
.reach-us-sec-part .radio {
    margin-top: 5px;
    padding-left: 0;
    top: 0;
    position: relative;
    left: inherit;
        vertical-align: middle;
}

footer .container{max-width: 1500px;}
.all-page-content:before{ display: none;}
.all-page-content:after{ display: none;}
@media screen and (max-width:768px) {

    section.tr-inner-content.tr-common {
    background: #fff;   position: relative;}
    .main-bg{ display: none;}

}
@media screen and (max-width:767px) {

   .tr-header .navbar {
    background: #2b2b2b;
}

.tr-header .navbar {
    padding-bottom: 1rem;

}
.tr-header{ position: relative;}

}



