/* 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%, #2f46a2 50%, #2f46a2 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%;
}
.tz-black-bg1 {
    background: #00000040;
}
.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: 999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
}
header .navbar-default {
    background-color: transparent;
    border: none;
}
.navbar-nav li {
    margin-right: 15px;
}
.navbar-nav li:last-child {
    margin-right: 0px;
    padding-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: 280px;
}
header.affix .navbar-brand>img {
    width: 200px;
}
header.affix .navbar-nav {
    margin-top: 0px;
}
.navbar-brand {
    height: unset;
}
/* To mantain the navbar at the top once it is affixed */
header.affix {
    background: #2f46a2;
}
.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: transparent;
    padding: 15px;
    margin-top: 0px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    color: #2f46a2;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    font-weight: 600;
    padding: 0px;
    border-bottom: 1px solid transparent;
}
.navbar-expand-lg .navbar-nav .nav-link:hover {
    border-bottom: 1px solid #2f46a2;
}
.navbar-nav li {
    margin-bottom: 0px;
    padding: 5px 10px;
}
.main-navbar {
    padding: 5px 0px;
}
.main-navbar.scrolled {
    padding: 10px 0px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.scrolled {
    transition: all 0.3s ease;
}
.scrolled .navbar-brand>img {
    width: 200px;
}
.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: #000;
    font-weight: normal;
}
.tz-services .tz-services-text a.learn-more {
    color: #2f46a2;
    font-weight: 600;
}
.poem-card p {
    font-size: 16px;
    margin-bottom: 10px;
}
.tz-tagline {
    margin-top: 50px;
}
.tz-inner-title {
    padding: 80px 0 80px;
}
.navbar-toggler {
    padding: 0;
    color: #2f46a2;
    font-size: 28px;
    transition: all 0.3s ease;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}
.dropdown-toggle::after {
    border: none;
}
/* 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: #2f46a2;
    line-height: 60px;
}
.left.carousel-control, .right.carousel-control {
    top: auto;
    bottom: 0px;
}
.carousel-inner .carousel-caption {
    position: absolute;
    bottom: 50px;
    right: 0;
    left: 0;
    padding-bottom: 0px;
}
.carousel-inner .carousel-caption-text {
    width: 62%; /*background-color: #2f46a2;*/
    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%;
    height: 100%;
    background-position: center;
}
/*.carousel.slide .home-banner img.sliderImg {
    background: url('../images/banner-1.jpg') no-repeat 50% 50%;
}*/
.slide {
    margin-top: 96px;
    height: 84vh;
}
/* 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: #2f46a2;
    height: 5px;
    display: block;
    margin-top: 15px;
}
.tz-intro a {
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    color: #2f46a2;
}
/*.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/banner-3.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 50px 0;
    position: relative;
    height: 65vh;
    min-height: 580px;
}
.tz-book h4 {
    font-size: 36px;
    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: #2f46a2;
    border-radius: 25px;
    font-size: 22px;
    font-weight: 600;
    line-height: 24px;
    color: #ffffff;
    padding: 10px 30px 12px;
}
.red-block {
    background-color: #2f46a2;
    padding:40px 40px;
}
/* For Services */
.tz-services .tz-services-text {
    padding: 30px 40px 40px !important;
}
.tz-services.tz-services1 .tz-services-text {
    height: 430px !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;
    margin-bottom: 0px;
}
.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:#2f46a2;
}
.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 #f62312;
}
.tz-main-paragraph li.active a  {
    color: #f62312;
}
.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: #2f46a2;
    border:none;
    border-radius: 0px;
    box-shadow: none;
    padding: 10px 15px;
    top: 100%;
}
.dropdown-menu>li {
    margin-right: 0px;
    padding-left: 0px;
}
.dropdown-menu>li>a {
    color: #fff;
    padding: 0px;
    display: unset;
}
.navbar-expand-lg .navbar-nav .nav-item.active .dropdown-menu>li>a {
    border-bottom: none;
}
.navbar-expand-lg .navbar-nav .nav-item.active .dropdown-menu>li>a:hover {
    border-bottom: 1px solid;
}
.navbar-expand-lg .navbar-nav .nav-item.active .dropdown-menu>li.active>a {
    border-bottom: 1px solid;
}
.dropdown-menu>li>a:hover {
    text-decoration: none;
    color: #fff;
    border-bottom: 1px solid;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background-color: transparent;
}
.carousel-inner>.item {
    height: 84vh;
    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: #2f46a2 !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: #2f46a2;
}
.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: 38%;
    left: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #2f46a2;
}

/*.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: #2f46a2;
    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: 42%;
    }
    .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: #2f46a2;
    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;
    width: 100%;
}
iframe {
    width: 100%;
}
.brochure .btn-primary {
    border: 2px solid #2f46a2;
    background: #2f46a2;
    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: #2f46a2 !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: 95%;
    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;
}
.banner-sub-title {
    text-align: left;
    font-size: 28px;
    width: 75%;
    text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
        0px 8px 13px rgba(0,0,0,0.1),
        0px 18px 23px rgba(0,0,0,0.1);
}
/*#counter {
    background: #e6e6e7;
    padding: 40px 0px;
}*/
#counter .item {
    background: #2f46a2;
    padding: 15px 30px;
    text-align: center;
    /*    -webkit-box-shadow: 0px 0px 38px -8px rgba(0,0,0,0.34);
        -moz-box-shadow: 0px 0px 38px -8px rgba(0,0,0,0.34);
        box-shadow: 0px 0px 38px -8px rgba(0,0,0,0.34);*/
}
#counter .item h2 {
    margin-top: 0px;
}
#counter .item .count {
    color: #fff;
    margin-bottom: 5px;
    font-size: 40px;
}
#counter .item h3 {
    color: #fff;
    text-transform: capitalize;
    margin-top: 0px;
    font-size: 20px;
}
.year-main-bg p {
    color: #fff;
}
.video-play-main {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-items: center;
}
.play-icon {
    width: 75px;
    height: 75px;
    background-color: #ffffff70;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
a .play-icon {
    color: #fff;
    font-size: 20px;
}
.video-play-main a:hover {
    text-decoration: none;
}
.video-play-main a:focus {
    outline: none;
    text-decoration: none;
}
.director-msg {
    display: flex;
    align-items: end;
}
.director-img img {
    width: 360px;
    max-width: 100%;
}
.testi-img-caption-text {
    position: relative;
    padding: 0 0 0px 0px;
}
.testi-img-caption-top-icon {
    margin-bottom: 21px;
}
.testi-img-caption-top-icon img {
    width: 60px;
}
.testi-img-caption-name-designation {
    margin-top: 8px;
    width: 100%;
    display: inline-block;
}
.testi-img-caption-name-designation h5 {
    font-style: italic;
    margin-bottom: 8px;
    font-size: 18px;
}
.testi-img-caption-name-designation h6 {
    font-size: 14px;
    font-style: italic;
    padding-left: 22px;
}
.testi-img-caption-text p {
    font-size: 16px;
    margin-bottom: 0px;
}
/*.video-modal-main .modal-dialog {
    width: 730px;
    margin: 30px auto;
}*/
.video-modal-main .modal-header {
    position: relative;
}
.video-modal-main .modal-header h5 {
    font-size: 22px;
}
.video-modal-main .modal-header .close {
    position: absolute;
    top: 17px;
    right: 15px;
    font-size: 32px;
}
.founder-main .founder-details .founder-designation {
    margin-bottom: 0px;
    color: #818080;
}
.panel-group {
    margin-top: 30px;
}
.panel {
    border-width: 0 0 2px 0;
    border-style: solid;
    border-color: #fff;
    background: none;
    box-shadow: none;
}

.panel:last-child {
    border-bottom: none;
}

.panel-group > .panel:first-child .panel-heading {
    border-radius: 4px 4px 0 0;
}

.panel-group .panel {
    border-radius: 0;
}

.panel-group .panel + .panel {
    margin-top: 0;
}

.panel-heading {
    background-color: #f2f2f2;
    border-radius: 0;
    border: none;
    color: #fff;
    padding: 0;
}

.panel-title a {
    display: block;
    color: #000;
    padding: 15px;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
}

.panel-body {
    background: #fff;
}

.panel:last-child .panel-body {
    border-radius: 0 0 4px 4px;
}

.panel:last-child .panel-heading {
    border-radius: 0 0 4px 4px;
    transition: border-radius 0.3s linear 0.2s;
}

.panel:last-child .panel-heading.active {
    border-radius: 0;
    transition: border-radius linear 0s;
}
/* #bs-collapse icon scale option */

.panel-heading a:before {
    content: '\e146';
    position: absolute;
    font-family: 'Material Icons';
    right: 10px;
    top: 15px;
    font-size: 24px;
    transition: all 0.5s;
    transform: scale(1);
}

.panel-heading.active a:before {
    content: ' ';
    transition: all 0.5s;
    transform: scale(0);
}

#bs-collapse .panel-heading a:after {
    content: ' ';
    font-size: 24px;
    position: absolute;
    font-family: 'Material Icons';
    right: 5px;
    top: 10px;
    transform: scale(0);
    transition: all 0.5s;
}

#bs-collapse .panel-heading.active a:after {
    content: '\e909';
    transform: scale(1);
    transition: all 0.5s;
}
/* #accordion rotate icon option */

#accordion .panel-heading a:before {
    content: '\e316';
    font-size: 24px;
    position: absolute;
    font-family: 'Material Icons';
    right: 8px;
    top: 13px;
    transform: rotate(180deg);
    transition: all 0.5s;
}

#accordion .panel-heading.active a:before {
    transform: rotate(0deg);
    transition: all 0.5s;
}
.tz-intro .abt-page h4.panel-title {
    font-size: 24px;
    width: 100%;
    margin-bottom: 0;
}
.tz-intro .abt-page h4.panel-title a:hover, .tz-intro .abt-page h4.panel-title a:focus {
    text-decoration: none;
}
.tz-intro .abt-page .founder-details h4 {
    margin-bottom: 0px;
    font-size: 28px;
}
.board-director-main h1 {
    margin-bottom: 25px;
}
.board-director-main h4 {
    margin-bottom: 0px;
}
.board-director-main .card {
    background-color: #fff;
    border: 2px solid #f2f2f2;
    margin-bottom: 0px;
}
.board-director-main .card .card-header {
    padding: 15px;
    background-color: #f2f2f2;
    border-bottom: none;
}
.board-director-main .card .card-body {
    padding: 15px;
    padding-bottom: 0px;
}
.board-director-main .card .card-body p {
    margin-bottom: 0px;
}
.tz-intro .board-director-main .card .card-header h5 {
    margin-bottom: 0px;
    margin-top: 0px;
}
.play-icon-main a {
    text-decoration: none;
}
.btn-video {
    border: 2px solid #fff;
    background: #effbff;
    text-transform: uppercase;
    padding: 8px 20px;
    font-size: 16px;
    font-weight: bold;
    color: #2f46a2;
    line-height: 1.4;
    margin-top: 15px;
    border-radius: 0px;
}
.btn-video:hover {
    background-color: transparent;
    color: #fff;
}
.btn-video:focus {
    background-color: transparent;
    color: #fff;
    box-shadow: none;
    outline: none;
}
.video-modal-main iframe {
    width: 100%;
}
.accordion-item {
    border-radius: 0px !important;
    border-top: none !important;
    border-width: 0 0 2px 0 !important;
    border-style: solid !important;
    border-color: #fff !important;
    background: none !important;
    box-shadow: none !important;
}
.accordion-button {
    border-radius: 0px !important;
    background-color: #f2f2f2;
    font-size: 18px;
    font-weight: 600;
}
.accordion-button:focus {
    outline: 0 !important;
    box-shadow: none !important;
}
.accordion-button:not(.collapsed) {
    color: #212529;
    background-color: #f2f2f2;
    box-shadow: none;
}
.light-bg .timeline__text--left, .light-bg .timeline__text--right {
    background: #fff;
}
ul li ul {
    padding-top: 8px;
}


/**/
.page-details {
    position: relative;
}
.section-padding{
    padding-top: 90px;
    padding-bottom: 90px;
}
.page-details strong,
.page-details b {
    font-weight: 600;
}
.page-details h1,
.page-details h2,
.page-details h3,
.page-details h4,
.page-details h5,
.page-details h6 {
    line-height: 1.2;
    font-weight: 600;
    color: #000000;
    margin-bottom: 15px;
}
.page-details h1 {
    font-size: 48px;
}
.page-details h2 {
    font-size: 42px;
}
.page-details h3 {
    font-size: 36px;
}
.page-details h4 {
    font-size: 30px;
}
.page-details h5 {
    font-size: 24px;
}
.page-details h6 {
    font-size: 21px;
}
.page-details ol>li,
.page-details ul>li{
    margin-bottom:8px
}
.text-card-con{
    position: relative;
}
.text-card-col {
    margin: 12px auto;
    background: #f4f4f4;
    height: calc(100% - 24px);
    padding: 30px;
}
.text-card-col h5,
.text-card-col h6{
    margin-bottom:10px;
}
.light-bg .text-card-col {
    background: #ffffff;
}
.light-bg{
    background: #f4f4f4;
}
.image-title-card-con{
    position: relative;
}
.images-title-card-col{
    position: relative;
    margin:12px auto;
}
.images-title-card-col a{
    width: 100%;
    display: inline-block;
    text-decoration: inherit;
}
.images-title-card-col img{
    width: 100%;
    display: inline-block;
    margin-bottom:10px;
}
.images-title-card-col h6 {
    font-size: 20px !important;
    color: #2f46a2;
    border-bottom: 1px solid #2f46a2;
    margin-bottom: 0;
    width: auto;
    display: inline-block;
}
.navbar-expand-lg .navbar-nav .nav-item.active a {
    border-bottom: 1px solid;
}
.dropdown-menu>li.active a {
    border-bottom: 1px solid;
}
.poem-card-con {
    background: url(../images/vision-bg.jpg) no-repeat center center / cover;
    width: 100%;
    display: inline-block;
    background-attachment: fixed;
}
.poem-card {
    background-color: #fff;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    border-radius:0;
}
.main-heading {
    color: #f62312 !important;
}
.sub-heading {
    color: #2f46a2 !important;
}
.mobile-view {
    display: none;
}
.main-timeline-container li:first-child {
    opacity: 1;
}
.main-timeline-container li span:first-child {
    transform: none !important;
}
.founder-details h5 {
    font-size: 24px;
}


@media only screen and (max-width: 1399.98px) {
    .section-padding{
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .page-details h1 {
        font-size: 45px;
    }
    .page-details h2 {
        font-size: 39px;
    }
    .page-details h3 {
        font-size: 33px;
    }
    .page-details h4 {
        font-size: 27px;
    }
    .page-details h5 {
        font-size: 24px;
    }
    .page-details h6 {
        font-size: 21px;
    }
    .text-card-col {
        padding: 27px;
    }
    .images-title-card-col h6 {
        font-size: 19px !important;
    }
}
@media only screen and (max-width: 1199.98px) {
    .section-padding{
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .page-details h1 {
        font-size: 42px;
    }
    .page-details h2 {
        font-size: 36px;
    }
    .page-details h3 {
        font-size: 30px;
    }
    .page-details h4 {
        font-size: 27px;
    }
    .page-details h5 {
        font-size: 24px;
    }
    .page-details h6 {
        font-size: 21px;
    }
    .text-card-col {
        padding: 27px;
    }
    .images-title-card-col h6 {
        font-size: 20px;
    }
    .locator-main ul {
        display: inline-block;
        padding-left: 10px;
    }
    .locator-main ul li {
        width: 50%;
        float: left;
    }
    .images-title-card-col h6 {
        font-size: 18px !important;
    }
}
@media only screen and (max-width: 991.98px) {
    .section-padding{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .page-details h1 {
        font-size: 39px;
    }
    .page-details h2 {
        font-size: 33px;
    }
    .page-details h3 {
        font-size: 30px;
    }
    .page-details h4 {
        font-size: 27px;
    }
    .page-details h5 {
        font-size: 24px;
    }
    .page-details h6 {
        font-size: 21px;
    }
    .text-card-col {
        padding: 27px;
    }
    .locator-main ul {
        display: inline-block;
        padding-left: 10px;
    }
    .locator-main ul li {
        width: 50%;
        float: left;
    }
    .images-title-card-col h6 {
        font-size: 17px !important;
    }
}
@media only screen and (max-width: 767.98px) {
    .section-padding{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .page-details h1 {
        font-size: 36px;
    }
    .page-details h2 {
        font-size: 30px;
    }
    .page-details h3 {
        font-size: 27px;
    }
    .page-details h4 {
        font-size: 24px;
    }
    .page-details h5 {
        font-size: 21px;
    }
    .page-details h6 {
        font-size: 20px;
    }
    .text-card-col {
        padding: 24px;
    }
    .locator-main ul {
        display: inline-block;
        padding-left: 10px;
    }
    .locator-main ul li {
        width: 100%;
        float: left;
    }
    .locator-main .map-filters {
        padding-bottom: 5px;
    }
    .images-title-card-col h6 {
        font-size: 16px !important;
    }
}
@media only screen and (max-width: 575.98px) {
    .section-padding{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .tz-copyright{
        text-align: center !important;
    }
    .tz-copyright .text-end{
        text-align: center !important;
        margin-top: 5px;
    }
}
/**/

.timeline__content p b {
    font-size: 22px;
    font-weight: 600;
    color: #f62312;
}
:root {
    --timeline-bg-color: black;
    --story-border-width: 1px;
    --story-border-color: rgba(60, 59, 110, 1);
    --year-color: rgba(178, 34, 52, 0.9);
    --year-font-size: 2.75vw;
    --year-font-family: Georgia;
    --year-font-size-mobile: 45px;
    --main-timeline-width: 85vw;
    --main-timeline-max-width: 1800px;
}
.main-timeline-container {
    width: 35vw;
    max-width: var(--main-timeline-max-width);
    margin: 0 auto;
    list-style: none;
}

.main-timeline-container li {
    position: relative;
    width: 100%;
    margin: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 0px;
}
.odd-timeline-item div,
.even-timeline-item div,
.last-timeline-item div {
    width: calc(100% - 5vw); /* Reduce the width  */
    margin: 0 auto;
}

.main-timeline-container div {
    z-index: 99999;
}

.first-timeline-item::after {
    content: "";
    position: absolute;
    left: 0;
    width: 50%;
    height: var(--story-border-width);

    background-color: var(--story-border-color);
}

.first-timeline-item::before {
    content: "";
    position: absolute;
    border: var(--story-border-width) solid var(--story-border-color);
    top: -202px;
    right: 50%;
    height: 200px;
    width: 1px;
}

.grid-lead-story-container {
    borderx: var(--story-border-width) solid var(--story-border-color);
    padding-top: 202px;
    padding-bottom: 202px;
}

.first-timeline-item {
    border-left: var(--story-border-width) solid #ccc;
    border-bottom: var(--story-border-width) solid #ccc;
}
.even-timeline-item {
    border-right: var(--story-border-width) solid #ccc;
    border-bottom: var(--story-border-width) solid #ccc;
}
.odd-timeline-item {
    border-left: var(--story-border-width) solid #ccc;
    border-bottom: var(--story-border-width) solid #ccc;
}

.main-timeline-container li span:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: #f62312;
    z-index: -1;
}

.main-timeline-container li span {
    position: absolute;
    font-size: 24px;
    color: var(--year-color);
    background: #f62312;
    height: auto;
    padding: 10px;
    top: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-weight: 500;
    letter-spacing: 3px;
    z-index: 2;
    color: #fff;
}
.first-timeline-item span {
    left: -2.5vw;
}
.even-timeline-item span {
    right: -2.5vw;
}
.odd-timeline-item span {
    left: -2.5vw;
}
.last-timeline-item span {
    right: -2.5vw;
}
.main-timeline-container p {
    margin-bottom: 0px;
    font-size: 16px;
}

@media (max-width: 1699px) {
    .main-timeline-container {
        width: 43vw;
    }
    .odd-timeline-item div,
    .even-timeline-item div,
    .last-timeline-item div {
        width: calc(100% - 6vw); /* Reduce the width  */
        margin: 0 auto;
    }
}

@media (max-width: 1399px) {
    .odd-timeline-item div, .even-timeline-item div, .last-timeline-item div {
        width: calc(100% - 8vw);
        margin: 0 auto;
    }
}

@media (max-width: 1199px) {
    .odd-timeline-item div, .even-timeline-item div, .last-timeline-item div {
        width: calc(100% - 12vw);
        margin: 0 auto;
    }
    .main-timeline-container {
        width: 50vw;
    }
}

@media (max-width: 979px) {
    .main-timeline-container {
        max-width: 100%;
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .parent-timeline-container {
        width: 100%;
    }

    .last-timeline-item::after {
        display: none;
    }

    .last-timeline-item::before {
        display: none;
    }

    .first-timeline-item::after {
        display: none;
    }

    .first-timeline-item::before {
        display: none;
    }

    .main-timeline-container li span:before {
        display: none;
    }

    .main-timeline-container li span {
        text-align: center;
        letter-spacing: 3px;
        text-transform: uppercase;
        opacity: 0.85;
        overflow: hidden;
        padding: 0;
        width: 120px;
        margin-bottom: 15px !important;
    }

    .first-timeline-item span,
    .even-timeline-item span,
    .odd-timeline-item span,
    .last-timeline-item span {
        right: 0;
        left: 0;
        position: relative;
        width: 100%;
        text-align: center;
    }
    .even-timeline-item span {
        right: 0px !important;
    }
    .odd-timeline-item span {
        left: 60px !important;
        margin-left: 0px !important;
    }
}
/* Add new CSS for hidden borders */
.reveal-border {
    transition: border-color 0.5s ease-in-out;
}

.no-border {
    border-color: transparent !important;
}
@media (max-width: 979px) {
    .parent-timeline-container {
        position: relative;
    }

    .main-timeline-container {
        position: relative;
    }

    .main-timeline-container::before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 2px; /* Adjust thickness */
        height: 100%;
        background-color: var(
            --story-border-color
            ); /* Matches the timeline border color */
        z-index: 0; /* Ensure it's behind the content */
        display: none;
    }

    .main-timeline-container li {
        position: relative;
        z-index: 1; /* Ensure content is above the line */
        padding-top: 0px;
    }

    .main-timeline-container li span {
        position: relative;
        font-size: 28px;
        padding: 5px 10px;
        text-align: center;
        text-transform: uppercase;
        opacity: 0.85;
        font-weight: 500;
        margin: 0 auto;
        z-index: 2; /* Ensure it stays above the line */
    }

    .main-timeline-container li span:before {
        display: none;
    }

    .first-timeline-item span,
    .even-timeline-item span,
    .odd-timeline-item span,
    .last-timeline-item span {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
}
