/* CSS Document */
body, h1, h2, h3, h4, h5, h6, strong {
    font-family: 'Source Sans Pro', sans-serif !important;
}
p {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.5;
    color: #000000;
    margin-bottom: 15px;
}
ol>li, ul>li {
    font-size: 18px;
    font-weight: normal;
    line-height: 28px;
    color: #000000;
    padding-left: 5px;
    margin-bottom: 5px;
}
.tz-mar-10 {
    margin-bottom: 10px;
}
.tz-mar-20 {
    margin-bottom: 20px;
}
.tz-mar-30 {
    margin-bottom: 30px;
}
.tz-mar-60 {
    margin-bottom: 60px;
}
.tz-mar-100 {
    margin-bottom: 100px;
}
.tz-mar-140 {
    margin-bottom: 140px;
}
.btn.btn-sm.btn-blue {
    padding: 8px 26px 10px;
    font-size: 18px;
    margin-bottom: 10px;
}
.bg-gray-simple {
    background: #f4f4f4;
}
.bg-gray {
    background: linear-gradient( to right, #fafafa 0%, #fafafa 50%, #ffffff 50%, #ffffff 100% );
}
.bg-gray:before {
    content: ' ';
    display: block;
    background: linear-gradient( to right, #fafafa 0%, #fafafa 50%, #00BBFF 50%, #00BBFF 100% );
    height: 5px;
}
.pad-left {
    padding-left: 0px !important;
}
.pad-right {
    padding-right: 0px !important;
}
.tz-black-bg {
    background: linear-gradient(to bottom, rgba(0, 187, 255, 0.5), rgba(0, 0, 0, 0.2));
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}
.block h1 {
    font-size: 50px;
    font-weight: bold;
    line-height: 1.2;
    color: #000000;
}
.bg-offwhite {
    background: linear-gradient(to bottom, #fff 0%, #fff 48%, #fafafa 48%, #fafafa 100%) !important;
}
ol, ul {
    padding-left: 20px;
}
.vAligh {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.btn.focus, .btn:focus, .btn:hover {
    color: #fff !important;
}
label.error {
    color: #ce1126;
    position: absolute;
    bottom: 0px;
    font-size: 12px;
}
/* For Navigation */
header {
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
header .navbar-default {
    background-color: transparent;
    border: none;
}
.navbar-nav li {
    margin-right: 15px;
}
.navbar-nav li:last-child {
    margin-right: 0px;
}
.navbar.navbar-default .navbar-nav>li {
    padding: 27px 15px 16px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.affix .navbar.navbar-default .navbar-nav>li {
    padding: 15px 15px 10px;
    margin-bottom: 0;
}
.navbar.navbar-default .navbar-nav>li>a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    color: #ffffff;
    padding: 0px;
    border-bottom: 1px solid transparent;
}
.navbar.navbar-default .navbar-nav>li>a:hover, .navbar.navbar-default .navbar-nav>li>a:focus, .navbar.navbar-default .navbar-nav>li>a.active {
    border-bottom: 1px solid;
}
.navbar-default a:focus, .navbar-default a:hover, .slider-control a:hover, .slider-control a:focus {
    color: #fff !important;
}
.navbar-default .navbar-brand {
    padding: 0px;
    transition: 0.4s;
}
.navbar-brand>img {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    width: 100%;
}
header.affix .navbar-brand>img {
    width: 200px;
}
header.affix .navbar-nav {
    margin-top: 0px;
}
/* To mantain the navbar at the top once it is affixed */
header.affix {
    background: #00BBFF;
}
.affix {
    top: 0;
    width: 100%;
    transition: 0.4s;
}
.affix .navbar, .tz-inner-page .navbar-default {
    margin-bottom: 5px;
}
.affix .tz-inner-page .navbar {
    margin: 5px 0 0px;
}
/* Padding for a smoth affix */
.affix + .container-fluid {
    padding-top: 72px;
}
/* For Inner Page Navigation */
.affix-top.tz-inner-page {
    background: #00BBFF;
    padding: 15px;
    margin-top: 0px;
}
.affix-top {
    margin-top: 15px;
}
.primary-menu, .affix.tz-inner-page {
    padding: 15px;
}
.tz-inner-page .primary-menu {
    padding: 0px 15px;
    position: relative;
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
}
.tz-services .tz-services-text a {
    color: #4285F4;
    font-weight: normal;
}
.tz-services .tz-services-text a.learn-more {
    color: #00BBFF;
    font-weight: 600;
}
.tz-tagline {
    margin-top: 50px;
}
.tz-inner-title {
    padding: 80px 0 80px;
}
/* For Slider */
.carousel .carousel-control.left, .carousel .carousel-control.right {
    background-image: none;
    opacity: 1;
    background-color: rgba(255, 255, 255, .6);
    width: 70px;
    height: 58px;
    text-shadow: none;
}
.slider-control {
    margin-left: 42%;
    position: relative;
}
.carousel .carousel-control.right {
    left: 70px;
    right: auto;
}
.carousel-control i {
    color: #00BBFF;
    line-height: 60px;
}
.left.carousel-control, .right.carousel-control {
    top: auto;
    bottom: 0px;
}
.carousel-inner .carousel-caption {
    position: absolute;
    bottom: 0px;
    right: 0;
    left: 0;
    padding-bottom: 0px;
}
.carousel-inner .carousel-caption-text {
    width: 62%; /*background-color: #00BBFF;*/
    padding: 20px 0px 40px 0px;
    bottom: 0px;
}
.carousel-inner .carousel-caption-text.banner-caption-text {
    width: 90%;
}
.carousel-caption h3 {
    font-size: 50px;
    font-weight: bold;
    line-height: normal;
    color: #ffffff;
    text-align: left;
    text-shadow: none;
}
.carousel-caption h3.banner-main-title {
    font-size: 46px;
}
.carousel-caption span {
    display: inline-block;
}
.carousel-inner img {
    width: 100%;
}
.carousel.slide img.sliderImg {
    background: url('../images/homeslider-banner.jpg') no-repeat 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    min-height: 667px;
    width: 100%;
}
/* For Homepage Introduction */
.tz-intro {
    padding: 100px 0;
}
.inner-page-body, .content-2-8 {
    margin-top: 100px;
}
.tz-intro h1, .tz-intro h2 {
    font-size: 50px;
    font-weight: bold;
    line-height: normal;
    color: #000000;
}
.tz-intro strong {
    opacity: 0.5;
    font-size: 18px;
    line-height: normal;
    color: #000000;
}
.tz-intro h4 {
    font-size: 30px;
    font-weight: bold;
    line-height: normal;
    color: #000000;
    margin-bottom: 14px;
}
.tz-training h4:after, .tz-sidebar h4:after {
    content: ' ';
    background: #00BBFF;
    height: 5px;
    display: block;
    margin-top: 15px;
}
.tz-intro a {
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    color: #00BBFF;
}
/*.tz-intro a.learn-more:after { content: '\f061'; font-family: 'Font Awesome\ 5 Free'; margin-left: 5px; font-size: 12px; }*/
.tz-intro a.learn-more i {
    content: '\f061';
    font-family: 'Font Awesome\ 5 Free';
    margin-left: 5px;
    font-size: 12px;
}
.tz-main {
    margin-bottom: 65px;
}
/*For Book Tour*/
.tz-book {
    background-image: url('../images/home-block-bg1.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 50px 0;
    position: relative;
    height: 65vh;
}
.tz-book h4 {
    font-size: 40px;
    margin-bottom: 25px;
    margin-top: 0;
    font-weight: 600;
    color: #ffffff;
}
.tz-book li {
    color: #fff;
    font-size: 20px;
    margin-bottom: 15px
}
.tz-book.tz-contact h4 {
    margin-bottom: 30px;
}
.btn.btn-blue {
    background: #00BBFF;
    border-radius: 25px;
    font-size: 22px;
    font-weight: 600;
    line-height: 24px;
    color: #ffffff;
    padding: 10px 30px 12px;
}
.red-block {
    background-color: #00BBFF;
    padding:40px 40px;
}
/* For Services */
.tz-services .tz-services-text {
    padding: 30px 40px 40px !important;
}
.tz-services.tz-services1 .tz-services-text {
    height: 490px !important;
}
.tz-intro .tz-services .tz-services-text h4 {
    margin-bottom: 8px;
    font-size: 36px;
}
.tz-intro .tz-services .tz-services-text h4:after {
    display: none;
}
.tz-intro .clients h4 {
    display: inline-block;
}
.tz-intro  h5 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
}
.tz-intro h6 {
    font-size: 18px;
    color: #000;
}
.slider-logos .item {
    min-height: 115px;
}
.tz-intro .tz-services .tz-services-text .learn-more {
    position: absolute;
    bottom: 30px;
}
/* For Homepage COntact Us Block */
.tz-contact {
    background-image: url('../images/footer-banner.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 180px 0 100px;
    position: relative;
    height: 500px;
}
/* For Footer Section */
footer {
    background-color: #00668D;
}
.tz-footer {
    background: #0081B1;
    padding: 80px 0;
}
.tz-footer ul {
    padding-left: 0px;
}
.tz-footer li {
    list-style: none;
    margin-bottom: 5px;
}
.tz-footer li a {
    color: #fff;
    font-size: 18px;
    line-height: normal;
    color: #ffffff;
}
.tz-footer li a strong {
    font-size: 22px;
    margin-bottom: 15px;
}
.tz-footer li a:hover, .tz-footer li a:focus {
    text-decoration: none;
    border-bottom: 2px solid;
}
.tz-footer .social-links li a:hover, .tz-footer .social-links li a:focus {
    text-decoration: none;
    border-bottom: 0px solid;
    cursor: pointer;
}
.tz-footer p {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}
.footer-logo {
    max-width: 220px;
}
.tz-copyright {
    padding: 25px 0;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    background:#00A4E0;
}
.tz-copyright a {
    color: #fff;
    text-decoration: underline;
}
.page-links li {
    list-style: none;
    display: inline-block;
    margin-right: 30px;
}
.page-links li a {
    color: #333;
}
/* For Inner Page */
.tz-inner img {
    width: 100%;
}
.tz-main-paragraph {
    max-width: 420px;
    margin: 0 auto;
    position: absolute;
    bottom: 25px;
    color: #fff;
}
.tz-main-paragraph h1 {
    font-size: 50px;
    font-weight: bold;
    line-height: 1.2;
    color: #ffffff;
}
.tz-main-paragraph p {
    color: #ffffff;
}
.tz-main-paragraph ul {
    border-left: 5px solid #fff;
    margin-left: 5px;
    list-style: none;
    padding-left: 0;
}
.tz-main-paragraph li, .tz-main-paragraph a {
    color: #ffffff;
    margin-bottom: 8px;
    font-weight: 900;
    margin-bottom: 0;
    padding: 4px 8px;
    font-size: 20px;
}
.tz-main-paragraph li:hover, .tz-main-paragraph li:focus {
    border-left: 5px solid #ccc;
}
.tz-main-paragraph li:hover a, .tz-main-paragraph li:focus a  {
    color: #ccc;
}
.tz-main-paragraph li.active {
    border-left: 5px solid #00BBFF;
}
.tz-main-paragraph li.active a  {
    color: #00BBFF;
}
.tz-main-paragraph li.active, .tz-main-paragraph li:hover, .tz-main-paragraph li:focus {
    color: #fff;
    margin-left: -5px;
}
.tz-main-paragraph li.active a, .tz-main-paragraph li:hover a, .tz-main-paragraph li:focus a  {
    text-decoration: none;
}
.content-2-8 .tz-inner-text {
    align-items: center;
    display: flex;
    height: 70vh;
}
.tz-qualification {
    padding-left: 60px;
}
.tz-structure {
    padding: 60px 0 40px 85px !important;
}
.tz-inner-text {
    font-size: 16px;
    line-height: 26px;
    color: #000000;
}
.tz-inner-text h2 {
    font-size: 50px;
    font-weight: bold;
    color: #000;
    margin-bottom: 15px;
}
.tz-over-text {
    position: relative;
}
.content-2-8 {
    padding: 0px;
    position: relative;
}
.content-2-8 .image-container:after {
    content: ' ';
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}
.content-2-8 .image-container {
    position: absolute;
    height: 70vh;
    padding: 0px;
    top: 0px;
}
.tz-commercial-bg {
    background: url(../images/commercial-thumb.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
}
.tz-private-bg {
    background: url(../images/product-detail-thumb1.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
}
.tz-fight-bg {
    background: url(../images/fight-thumb.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
}
.tz-license-bg {
    background: url(../images/license-thumb.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
}
.tz-intro.tz-child-page {
    padding: 120px 0 80px;
}
.tz-intro.tz-child-page h4 {
    font-size: 24px;
    font-weight: bold;
    line-height: normal;
}
.tz-intro.tz-child-page h4:after {
    display: none;
}
.tz-border.white {
    padding: 40px 110px 0 10px !important;
}
.tz-border.blue {
    padding: 40px 60px 0 50px !important;
}
/* For Get In Touch Page */
.tz-cnt-det p {
    margin-bottom: 20px;
}
.tz-cnt-frm .form-control {
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 20px;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    background-color: transparent;
}
.dropdown-menu {
    background-color: #00BBFF;
    border:none;
    border-radius: 0px;
    box-shadow: none;
    padding: 25px 15px;
}
.dropdown-menu>li {
    margin-right: 0px;
    padding-left: 0px;
}
.dropdown-menu>li>a {
    color: #fff;
    padding: 5px 20px;
}
.dropdown-menu>li>a:hover {
    text-decoration: underline;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background-color: transparent;
}
.carousel-inner>.item {
    height:660px;
    vertical-align: middle;
}
#background-video {
    top:-20%;
    position:relative;
}
#video{
    position: relative;
    background: transparent;
}
.ytplayer-container{
    position: absolute;
    top: 0;
    z-index: -1;
}

.owl-carousel.owl-drag .owl-item .item {
    text-align: center;
    border: 1px solid #eee;
    padding: 15px;
}
.owl-carousel .owl-item img {
    width: auto !important;
    height: 80px;
    display: inline-block !important;
}
.owl-theme .owl-nav {
    display: none;
}
.owl-theme .owl-dots, .owl-theme .owl-nav {
    margin-top: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #00BBFF !important;
}
.clients.owl-theme {
    text-align: center;
}
.clients.owl-theme .item {
    display: inline-block;
    padding: 15px;
    margin: 15px;
    border:1px solid #eee;
}
.clients.owl-theme .item img {
    height: 80px;
}
.section-title h2 {
    font-size: 32px;
}
.section-title h3 {
    font-size: 26px;
    font-weight: bold;
}
.tz-intro .clients h4.section-title {
    margin-top: 0px;
}
.tz-sidebar h3 {
    margin: 0 0 20px;
    color: #000;
}
.tz-sidebar ul {
    padding-left: 0;
}
.tz-sidebar li {
    list-style: none;
}
.tz-intro.tz-sidebar {
    padding: 0 15px;
}
.tz-intro.tz-sidebar h4:after {
    height: 2px;
}
.tz-intro.tz-sidebar h4 {
    margin-top: 0;
    font-size: 20px;
}
.tz-intro.tz-sidebar strong {
    opacity: 0.5;
    font-size: 16px;
}
.tz-intro.tz-sidebar a:hover h4,  .tz-intro.tz-sidebar a:focus h4 {
    color: #00BBFF;
}
.tz-intro.tz-sidebar a:hover,  .tz-intro.tz-sidebar a:focus {
    text-decoration: none;
}
.tz-intro .product-detail h4:after {
    display: none;
}
.tz-intro .product-detail h4 {
    font-size: 21px;
    margin-bottom: 0;
}
.product-detail img {
    width: 100%;
}
.mb-40 {
    margin-bottom: 90px;
}
.tz-cnt-det h3 {
    margin-top: 0;
}
.tz-intro .owl-theme .item img {
    transition: 0.3s;
}
.tz-intro .owl-theme .item img:hover, .tz-intro .owl-theme .item img:focus {
    transform: scale(1.2);
    cursor: pointer;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.pad-0 {
    padding-left: 0;
}

.history h3 {
    margin-top: 0;
    font-weight: 900;
    font-size: 32px;
    color: #000000;
}
.tz-training h4 {
    font-size: 22px;
    line-height: normal;
}

.timeline {
    position: relative;
    margin-top: 55px;
    margin-left: 15px;
}

.timeline:before {
    /* vertical line*/
    content: '';
    position: absolute;
    top: 0px;
    /* to align with midline*/
    left: 7px;
    width: 2px;
    height: 100%;
    background-color: #cad2d6;
}

.timeline__block:after {
    content: "";
    display: table;
    clear: both;
}

.timeline__block {
    position: relative;
    margin-top: 42px;
    margin-bottom: 42px;
    padding-left: 15px;
}

.timeline__block p {
    margin-bottom: 0;
}

.timeline__block:last-child {
    margin-bottom: 3em;
}

.timeline__midpoint {
    position: absolute;
    top: 0px;
    left: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #00BBFF;
}

/*.timeline__midpoint:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 16px;
    width: 15px;
    border-top: 1px solid #c5e1ec;
}*/

.timeline__content {
    position: relative;
    margin-left: 20px;
}

.timeline__content p + p {
    padding-top: 0;
}

.timeline__content:after {
    content: "";
    display: table;
    clear: both;
}

.timeline__midpoint--highlight > .timeline__year {
    display: none;
}


/* timeline typography */

.timeline__content .timeline__year {
    padding-top: 6px;
    color: #00BBFF;
    text-align: right;
    font-size: 34px;
}

.timeline__midpoint--highlight .timeline__year {
    color: #fff;
    line-height: 4;
}

.timeline__year,
.timeline__midpoint--highlight + .timeline__content {
    font-weight: 900;
}

.timeline__content > p {
    font-size: 0.88em;
}

.timeline {
    margin-left: 0;
}

.timeline ul {
    margin-bottom: 0;
}

.timeline ul>li {
    list-style: square;
}
.timeline ul li:not(:last-child) {
    padding-bottom: 10px;
}

.timeline:before {
    /* vertical line */
    left: 50%;
    margin-left: -1px;
}
.timeline__midpoint {
    left: 50%;
    margin-left: -8px;
}

/*.timeline__midpoint:before {
    width: 40px;
}*/

/*.timeline__midpoint:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    width: 40px;
    border-top: 1px solid #c5e1ec;
}*/

.timeline__midpoint--highlight {
    top: 0;
    width: 76px;
    height: 76px;
    margin-left: -29px;
    margin-left: -38px;
    text-align: center;
}
.timeline__midpoint--highlight .no-top-margin {
    margin-top: 0;
}

.timeline__midpoint--highlight .timeline__year {
    display: block;
}

.timeline__midpoint--highlight:before,
.timeline__midpoint.timeline__midpoint--highlight:after {
    content: none;
}
.timeline__midpoint--highlight,
.timeline__midpoint--highlight + .timeline__content {
    margin-top: 2em;
    margin-bottom: 2em;
}
.timeline__content {
    width: 45%;
    margin-left: -15px;
}

.timeline__content.timeline__year--mobile {
    display: none;
}

.timeline__content--left .timeline__year, .timeline__content--right .timeline__year {
    top: -50px;
}

.timeline__content--left .timeline__year {
    left: 0;
}

.timeline__year {
    position: absolute;
    width: 100%;
    margin-top: 0;
}
.timeline__text--left {
    border-color: #F26328;
    box-shadow: 10px 0px 10px -6px rgb(0 0 0 / 10%);
    border-right: 5px solid #ddd;
    background: #f2f2f2;
    padding: 20px;
}

/*.timeline__text--left:before, .timeline__text--right:before {
    font-family: 'fontawesome-selected';
    content: '\25c2';
    font-weight: normal;
    font-size: 54px;
    line-height: 54px;
    position: absolute;
    width: 30px;
    height: 30px;
    color: #ddd;
}*/

.timeline__text--left:before {
    right: -30px;
    top: 11px;
    transform: rotate(180deg);
}

.timeline__text--right:before {
    left: -36px;
    top: -12px;
}
.timeline__content--right {
    float: right;
    width: 45%;
    left: 0;
}
.timeline__text--right {
    padding: 20px;
    border-color: #F26328;
    box-shadow: 10px 0px 10px -6px rgb(0 0 0 / 10%);
    border-left: 5px solid #ddd;
    background: #f2f2f2;
}
.timeline__content--right .timeline__year {
    right: 0;
    text-align: left;
}

.timeline__content--right .timeline__text--right {
    margin-top: 0;
}

.timeline__img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.timeline__content--left .timeline__img {
    left: 127%;
}
.timeline__content--right .timeline__img {
    right: 133.5%;
}
.timeline .reveal-block::before {
    background: #f2f2f2;
}

.timeline .reveal-holder {
    display: inherit;
}

.icon-arrow:before {
    font-family: 'fontawesome-selected';
    content: '\25c2';
    font-weight: normal;
    font-size: 54px;
    line-height: 54px;
    position: absolute;
    width: 30px;
    height: 30px;
    color: #ddd;
    right: -30px;
    transform: rotate(180deg);
    top: 11px;
}

.timeline__content--right .icon-arrow:before {
    transform: rotate(0deg);
    right: auto;
    left: -30px;
    top: -12px;
}

.tz-training {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.list-news {
    height: 100%
}

ul.list-solutions {
    padding-left: 0;
}

ul.list-solutions li {
    list-style: none;
}

ul.list-solutions li div {
    background: #f2f2f2;
    padding: 15px;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
    min-height: 100px;
    line-height: 22px;
}

ul.list-solutions.board li div {
    min-height: 80px;
}

.tz-intro ul.list-solutions li div strong {
    margin-top: 0;
}

.product-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.history  {
    margin-top: 40px;
}
.tz-cnt-det strong {
    opacity: 1;
}


@media only screen and (max-width: 1199px) {
    .timeline {
        overflow: hidden;
    }
    .tz-intro .tz-services .tz-services-text h4 {
        font-size: 32px;
    }
}


@media only screen and (max-width: 991px) {
    .navbar-brand>img {
        width: 85%;
        transition: width 0.8s;
    }
    .navbar.navbar-default .navbar-nav>li {
        margin-right: 0;
        padding: 24px 6px 32px;
    }
    .navbar.navbar-default .navbar-nav>li>a {
        font-size: 16px;
    }
    .tz-services:nth-child(2n) .tz-services-img {
        padding-right: 15px;
    }
    .tz-services:nth-child(2n+1) .tz-services-img {
        padding-left: 15px;
    }
    .tz-services:not(:last-child) {
        margin-bottom: 30px;
    }
    .tz-services .tz-services-text.bg-gray-simple {
        height: 100% !important;
    }
    .tz-intro .tz-services .tz-services-text h4 {
        margin-top: 0px;
    }
    .tz-intro .tz-services .tz-services-text .learn-more {
        position: relative;
        bottom: -10px !important;
    }
    .navbar-right {
        width: 68%;
    }
    .navbar-header {
        width: 28%;
    }
    .navbar-brand>img {
        width: 100%;
    }
    .navbar.navbar-default .navbar-nav>li {
        padding: 20px 10px;
    }
    .primary-menu, .affix.tz-inner-page {
        padding: 12px 0 0;
    }
    .affix-top.tz-inner-page {
        padding: 0;
    }
    .navbar.navbar-default .navbar-nav>li:last-child {
        padding-right: 0px;
    }
    header.affix .navbar-brand>img {
        width: 150px;
    }
    header.affix .navbar-default .navbar-brand {
        padding-top: 5px;
    }
    header.affix .navbar.navbar-default .navbar-nav>li {
        padding: 15px 10px 20px;
    }
    .tz-intro .tz-services:not(:last-child) {
        margin-bottom: 60px;
    }
    .tz-book {
        height: 50vh;
    }
    .product-detail div {
        margin-bottom: 40px;
    }
    .block.tz-intro .tz-main p {
        font-size: 18px !important;
    }
    .tz-services-img img {
        margin-top: 8px;
    }
    .tz-services .pad-right {
        padding-left: 0px !important;
    }
    .tz-services.tz-services1 .tz-services-text {
        height: auto !important;
    }
}

@media only screen and (max-width: 767px) {
    .ml-40 {
        padding-left: 0px;
        margin-top: 50px;
    }
    .navbar-default .navbar-brand {
        padding: 10px 0 !important;
    }
    .primary-menu, .affix.tz-inner-page {
        padding: 0 0 0;
    }
    .navbar-header {
        margin-right: 0 !important;
    }
    .primary-menu {
        padding: 0px 15px;
    }
    .tz-intro .tz-services .tz-services-text h4 {
        margin-top: 10px;
    }
    .timeline__content {
        width: 100%;
        margin-left: 0;
        margin-bottom: 30px;
    }
    .tz-intro .timeline:before  {
        left: 0;
        top: 10px;
        height: 97.3%;
    }
    .timeline__midpoint  {
        left: 0;
        top: -33px;
    }
    .timeline__content--left .timeline__year {
        left: 0;
        top: -50px;
    }
    .timeline__content--right .timeline__year {
        right: 0;
        text-align: left;
        top: -50px;
    }
    .timeline__content .timeline__year {
        font-size: 30px;
    }
    .timeline__text--left {
        border-right: 0px solid;
        border-left: 5px solid #ddd;
    }
    header.affix .navbar.navbar-default .navbar-nav>li {
        padding: 0px;
    }
    .red-block {
        padding: 20px 30px;
    }
    .dropdown-menu {
        padding: 5px 15px;
        border-top: 2px solid #fff !important;
    }
    .timeline__content .timeline__year {
        text-align: left;
    }
    .tz-intro h6 {
        font-size: 16px;
    }
    .tz-intro.tz-child-page {
        padding: 0px 0 80px;
    }
    .tz-training [class*="col-"] {
        margin-bottom: 40px;
    }
    .navbar-nav .open .dropdown-menu {
        background-color: rgb(255 255 255);
        padding: 10px 20px 20px;
    }
    .navbar-nav .dropdown-menu>li>a {
        white-space: pre-wrap;
    }
    .navbar-nav .dropdown-menu>li:not(:last-child) {
        padding: 5px 0;
        border-bottom: 1px solid #eee;
    }
    .tz-copyright .text-right {
        text-align: left;
        margin-top: 8px;
    }
    ul.list-solutions li div {
        min-height: auto;
    }
    .d-inline small {
        display: block;
        text-align: center;
    }
    .clients .d-inline {
        margin-right: 15px;
        width: 43%;
        margin-bottom: 15px;
    }
}
.reveal-holder {
    position: relative;
    display: inline-block;
    overflow: hidden;
}
.reveal-block {
    position: absolute;
    top: 0;
    width: 100%;
    height: 101%;
    background: white;
}
.reveal-block1 {
    background: transparent;
}
.reveal-block::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00BBFF;
    transition-property: transform;
    transition-duration: 0.5s;
}
[data-aos="reveal-right"] {
    transform: scaleX(1);
    transform-origin: 100% 0%;
    transition-property: transform;
    transition-delay: 0.5s;
}
[data-aos="reveal-left"] {
    transform: scaleX(1);
    transform-origin: 0% 100%;
    transition-property: transform;
    transition-delay: 0.5s;
}
[data-aos="reveal-right"].aos-animate,
[data-aos="reveal-left"].aos-animate{
    transform: scaleX(0);
}
.reveal-block.left::before {
    transform: scaleX(0);
    transform-origin: 100% 0%;
}
.reveal-block.right::before {
    transform: scaleX(0);
    transform-origin: 0% 100%;
}
.reveal-block.left.aos-animate::before,
.reveal-block.right.aos-animate::before {
    transform: scaleX(1);
}
[data-aos="reveal-item"] {
    visibility: hidden;
    transition-property: visibility;
    transition-duration: 0s;
}
[data-aos="reveal-item"].aos-animate {
    visibility: visible;
}

.tz-intro .abt-page h4 {
    margin-top: 0;
    font-size: 24px;
}

.tz-intro .abt-page strong {
    opacity: 0.8;
    margin-top: 10px;
    display: block;
}

.abt-page section {
    margin-bottom: 60px;
}

.d-inline {
    display: inline-block;
    float: left;
    margin-right: 30px;
}

.d-inline img {
    margin: 0 auto;
}

.mt-40 {
    margin-top: 40px;
}

table tr th, table tr td {
    font-size: 16px;
}

.table>thead:first-child>tr:first-child>th  {
    border-top: 1px solid #ddd;
}

.table>thead>tr>th  {
    border-bottom: 1px solid #ddd;
}

.o-hidden {
    overflow: hidden;
}
.brochure {
    margin-bottom: 30px;
}
.brochure input,
.brochure a {
    border-radius: 0px;
}
.brochure h2 {
    margin-top: 0px;
}
.brochure img {
    border: 2px solid #eee;
}

.brochure .btn-primary {
    border: 2px solid #00BBFF;
    background: #00BBFF;
    text-transform: uppercase;
    padding: 8px 32px;
    font-size: 16px;
    font-weight: bold;
}
.brochure a {
    color: #fff;
}
.brochure .btn-primary:hover, .brochure .btn-primary:focus {
    background: #fff;
    color: #00BBFF !important;
    outline: none;
}
.form-tagline {
    margin: 0 0 15px;
}
.form-group {
    margin-bottom: 20px;
}
.form-control {
    font-size: 16px;
    height: 42px;
}
.ml-40 {
    padding-left: 40px;
}

.youtube-heading{
    padding-top: 15px;
}
.youtube-heading h5{
    font-size: 20px;
    font-weight: 600;
    color: #000;
}
.locator-main ul {
    display: flex;
    padding-left: 0px;
    width: 90%;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
}
.locator-main ul li {
    list-style: none;
    padding-right: 15px;
    margin-bottom: 0px;
}
.locator-main .map-filters {
    border-top: 1px solid #ccc;
    background-color: #eee;
    padding: 8px 0px;
}
.locator-main ul li label {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 15px;
    cursor: pointer;
}
.locator-main ul li .checkbox-icon-wrapper {
    position: relative;
    display: inline-block;
    border: 1px solid;
    border-radius: 10%;
    width: 25px;
    height: 25px;
    float: left;
    margin: 0 10px;
}
.locator-main ul li:nth-child(1) .checkbox-icon-wrapper {
    background: #BE64F7;
    border-color: #BE64F7;
}

.locator-main ul li:nth-child(2) .checkbox-icon-wrapper {
    background: #4CAF50;
    border-color: #4CAF50;
}

.locator-main ul li:nth-child(3) .checkbox-icon-wrapper {
    background: #FF9800;
    border-color: #FF9800;
}

.locator-main ul li:nth-child(4) .checkbox-icon-wrapper {
    background: #8BCFFF;
    border-color: #8BCFFF;
}

.locator-main ul li:nth-child(5) .checkbox-icon-wrapper {
    background: #9F9F9F;
    border-color: #9F9F9F;
}
.locator-main ul li .checkbox-icon-wrapper .checkbox-icon {
    position: absolute;
    font-size: 13px;
    font-weight: 600;
    line-height: 0;
    top: 48%;
    left: 21%;
    color: #fff;
}
.locator-main ul li input[type=checkbox] {
    display: none;
}
.locator-main ul li input[type=checkbox] + .checkbox-icon-wrapper > .checkbox-icon {
    opacity: 0;
    transform: scale(1);
    transition: all 0.1s ease-in;
}
.locator-main ul li input[type=checkbox]:checked + .checkbox-icon-wrapper > .checkbox-icon {
    transform: scale(1);
    opacity: 1;
}
.locator-main ul li input[type=checkbox] + .checkbox-icon-wrapper > .checkbox-icon {
    opacity: 0;
    transform: scale(1);
    transition: all 0.1s ease-in;
}
.locator-main ul li input[type=checkbox]:checked + .checkbox-icon-wrapper > .checkbox-icon {
    transform: scale(1);
    opacity: 1;
}

@media (max-width: 1199px) {
    .locator-main ul {
        display: inline-block;
        padding-left: 10px;
    }
    .locator-main ul li {
        width: 50%;
        float: left;
    }
}
@media (max-width: 991px) {
    .locator-main ul {
        display: inline-block;
        padding-left: 10px;
    }
    .locator-main ul li {
        width: 50%;
        float: left;
    }
}
@media (max-width: 767px) {
    .locator-main ul {
        display: inline-block;
        padding-left: 10px;
    }
    .locator-main ul li {
        width: 100%;
        float: left;
    }
    .locator-main .map-filters {
        padding-bottom: 5px;
    }
}