﻿@import url('https://fonts.googleapis.com/css?family=Muli:300,400,600,700');

/*colors - #48a49e    #a67c52   #263238   */
body {
    font-family: 'Muli', sans-serif;
    font-size: 16px;
    color: #616161;
    font-weight: 400;
}

a, a:hover {
    text-decoration: none;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    color: #263238;
}

.main-wrapper {
    max-width: 1700px;
    margin: 0 auto;
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
p { text-align:justify; }
section, footer {
    padding: 100px 0px;
}

.section-gray {
    background-color: #eceff1;
}

.section-brown {
    background-color: #8d6e63;
    color: rgba(255,255,255,0.7);
}

.section-blue {
    background-color: #1E7CC5;
    color: rgba(255,255,255,0.7);
}

    .section-blue h1, .section-blue h2, .section-blue h3, .section-blue h4, .section-blue h5, .section-blue h6,
    .section-brown h1, .section-brown h2, .section-brown h3, .section-brown h4, .section-brown h5, .section-brown h6 {
        color: #fff;
    }

.color-1 {
    color: #263238;
}

.color-2 {
    color: #a67c52;
}

.color-3 {
    color: #48a49e;
}
.color-grad {
   -webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
    -moz-background-clip: text;
	-moz-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(0deg, #1E7CC5 0%, #3afff3 100%);
    background-image: -ms-linear-gradient(0deg, #1E7CC5 0%, #3afff3 100%);
}

ol > li, ul > li {position:relative; padding:4px 5px 4px 5px;}
.points { padding:0; list-style:none; padding-left:10px; }
    .points > li {position:relative; padding:4px 15px 4px 30px;}
    .points > li:before {position:absolute; width:8px; height:8px; background-color:#ffe57f; border:solid 1px #1E7CC5; left:10px; top:12px; content:""; transform:rotate(45deg);}
.list-style-2  {list-style-type:none; padding-left:20px;}

/*carousel*/
header > .container { position:relative; }
header {
    position: relative;
}

.carousel-controls-wraper {
    background-color: #263238;
    width: 90%;
    padding: 0 0px 0px 10px;
    margin-bottom: -30px;
    position: relative;
    height: 46px;
}

    .carousel-controls-wraper:before {
        position: absolute;
        border-color: transparent;
        border-left: solid 24px #263238;
        border-top: solid 46px transparent;
        left: 100%;
        height: 100%;
        content: "";
    }

    .carousel-controls-wraper:after {
        content: "";
        height: 0px;
        clear: both;
        display: block;
    }

    .carousel-controls-wraper ul {
        padding: 10px 0 10px 0;
        float: left;
        margin-bottom: 0;
    }

    .carousel-controls-wraper li {
        display: inline-block;
        width: 12px;
        height: 12px;
        background-color: rgba(255,255,255,0.6);
        cursor:pointer;
    }

        .carousel-controls-wraper li.active {
            background-color: #ffe57f;
        }

.carousel-nav-btns {
    float: right;
}

    .carousel-nav-btns a {
        color: #fff;
        font-size: 24px;
        display: inline-block;
        padding: 5px 10px;
        margin: 0px 2px;
        opacity: 0.7;
    }

        .carousel-nav-btns a:hover {
            opacity: 1;
        }

.carousel-fade .carousel-inner {
    min-height: 180px;
    position: relative;
}

.carousel-fade .carousel-item {
    display: block;
    position: absolute;
    opacity: 0;
    transition: opacity .75s ease-in-out;
    width: 100%;
    top: 0;
    left: 0;
}

    .carousel-fade .carousel-item.active {
        opacity: 1;
    }

.carousel.slide .carousel-item:after {
    content: "";
    background-color: rgba(0,0,0,0.2);
    box-shadow: 0 0 200px rgba(0,0,0,0.2) inset;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.cs .carousel-item {
    min-height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
}

.carousel-item > img {
    width: 100%;
    min-height: 300px;
    display: block;
}

.caption-wraper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.caption-text {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    vertical-align: middle;
    height: 100%;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: 1px 1px 1px rgba(0,0,0,0.3);
    -webkit-text-decoration: 1px 1px 1px rgba(0,0,0,0.3);
    -moz-text-decoration: 1px 1px 1px rgba(0,0,0,0.3);
    -ms-text-decoration: 1px 1px 1px rgba(0,0,0,0.3);
    padding-top:20px;
}

    .caption-text .col-md-6 {
        padding: 20px 20px;
    }

    .caption-text h2 {
        color: #fff;
        text-decoration: 1px 1px 1px rgba(0,0,0,0.3);
        -webkit-text-decoration: 1px 1px 1px rgba(0,0,0,0.3);
        -moz-text-decoration: 1px 1px 1px rgba(0,0,0,0.3);
        -ms-text-decoration: 1px 1px 1px rgba(0,0,0,0.3);
        font-size: 40px;
        overflow: hidden;
        margin-bottom: 10px;
        line-height:1;
    }

    .caption-text h4 {
        font-size: 20px;
        overflow: hidden;
        display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;
    }

    .caption-text:before {
        position: absolute;
        width: 50%;
        right: 0;
        top: 50%;
        position: absolute;
        height: 220px;
        margin-top: -110px;
        content: "";        
  background-image: -moz-linear-gradient(0deg, #1E7CC5 0%, #3afff3 100%);
  background-image: -webkit-linear-gradient(0deg, #1E7CC5 0%, #3afff3 100%);
  background-image: -ms-linear-gradient(0deg, #1E7CC5 0%, #3afff3 100%);
  background-position:center center;
  background-size:100%;
    }

.carousel > a, .carousel ol {
    visibility: hidden;
}
.max-line-1{display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden;}
.max-line-2{display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}
.max-line-3{display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;}
.max-line-4{display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden;}
.max-line-5{display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; overflow: hidden;}

.img-box, .img-box-4_3, .img-box-4_2, .img-box-4_1, .img-box-16_9, .video{position:relative; overflow:hidden; width:100%; height:0; padding-top:100%; display:block; background-color:#f3f4f5}
.img-box-4_3{padding-top:75%!important}
.img-box-4_2{padding-top:50%!important}
.img-box-4_1{padding-top:25%!important}
.img-box-16_9, .video{padding-top:56.25%!important}
.img-box img, .img-box-4_3 img, .img-box-4_2 img, .img-box-4_1 img, .img-box-16_9 img, .video iframe{position:absolute; width:100%; left:0; top:0; object-fit:cover; width:100%; height:100%;}
.img-contain{object-fit:contain!important}

.border-top{border-top:solid 1px #ddd;}

.topnav {
    background:#1E7CC5;
    padding: 0px 0px;
}

    .topnav ul {
        padding: 0 0 0 0;
        margin: 0 0 0 0;
        font-size: 14px;
        float: right;
    }

        .topnav ul li {
            display: inline-block;
            list-style: none;
        }

        .topnav ul a {
            display: inline-block;
            color: rgba(255,255,255,0.7);
            padding: 4px 7px;
        }

            .topnav ul a:hover, .topnav ul a i {
                color: #fff;
            }

nav {
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    background-color: #fff!important;
}

.bg-light {
    background-color: #fff!important;
}

.nav-fixed {
    padding-top: 56px;
}

.fixed-top {
    box-shadow: 0px 2px 4px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 2px 4px rgba(0,0,0,0.4);
}

.navbar-brand {
    height: 55px;
    position: relative;
}

    .navbar-brand img {
        max-height: 100%;
        max-width: 100%;
    }

.navbar-light .navbar-nav .nav-link {
    font-weight: 600;
    color: #263238;
    margin-right: 2px;
}
.navbar-light .navbar-nav li.active:hover > .nav-link{
    -webkit-background-clip: inherit;
	-webkit-text-fill-color: #333;
    -moz-background-clip: inherit;
	-moz-text-fill-color: #333;
    background-image: -webkit-linear-gradient(0deg, #1E7CC5 0%, #3afff3 100%);
    background-image: -ms-linear-gradient(0deg, #1E7CC5 0%, #3afff3 100%);
    background-position: center bottom;
    background-size: 100% 4px;
}
.navbar-light .navbar-nav li:hover > .nav-link{
    -webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
    -moz-background-clip: text;
	-moz-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(0deg, #1E7CC5 0%, #3afff3 100%);
    background-image: -ms-linear-gradient(0deg, #1E7CC5 0%, #3afff3 100%);
    background-position: center bottom;
    background-size: 100% 4px;
}
.navbar-light .navbar-nav li.active > .nav-link {
    
    background-repeat: repeat-x;
    background-position: center bottom;
    position:relative;
    background-image: -webkit-linear-gradient(0deg, #1E7CC5 0%, #3afff3 100%);
    background-image: -ms-linear-gradient(0deg, #1E7CC5 0%, #3afff3 100%);
    background-position: center bottom;
    background-size: 100% 4px;
}
.nav-link {  }

#carousel-prev{position:absolute; right:44px; top:0;}
#carousel-next{position:absolute; right:0px; top:0;}

.card {
    box-shadow: 0px 0px 1px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0px 0px 1px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 1px rgba(0,0,0,0.4);
    margin-bottom: 15px;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
}

    .card:hover {
        box-shadow: 0px 4px 12px rgba(0,0,0,0.15);
        -webkit-box-shadow: 0px 4px 12px rgba(0,0,0,0.15);
        -moz-box-shadow: 0px 4px 12px rgba(0,0,0,0.15);
    }

.card-body {
    position: relative;
    padding: 20px 20px 30px;
}

.card-title {
    margin-bottom: 10px;
}

    .card-title a {
        color: #263238!important;
    }
.card-title a:hover {
        color: #1E7CC5!important;
    }
.card-text {
    margin-bottom: 0;
}

.card-btn {
    height: 44px;
    width: 44px;
    font-size: 24px;
    color: #fff;
    position: absolute;
    top: -22px;
    padding: 0px 16px;
    right: 15px;
    border-radius: 50%;
    background-color: #1E7CC5;
    text-align: center;
    line-height: 44px;
}

    .card-btn:hover {
        color: #fff;
        background-color: #3afff3;
    }

/*============editz by prashant==========*/

.headbg {
    background: url(../images/banner0.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    min-height: 200px;
}

    .headbg:before {
        background-color: rgba(0,0,0,0.1);
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

#banner-about {
    background: url(../images/banner-about.jpg) no-repeat;
}

.inner-heading {
    position: absolute;
    left: 15px;
    top: 120px;
}

    .inner-heading h1 {
        color: #FFF;
    }

.breadcrumb {
    left: 15px;
    position: absolute;
    padding: .5rem 1rem;
    margin-bottom: 5px;
    list-style: none;
    background-color: rgba(0,0,0,0.4);
    top: 0;
    right:15px;
    border-radius: 0 0 4px 4px;
    font-size:12px
}

    .breadcrumb li a {
        color: #FFF;
    }
.breadcrumb li a:hover {
        color: #80bdff;
    }
.breadcrumb-item.active {
    color: #80bdff;
    font-weight: bold;
}

.frm-contact {
}

    .frm-contact label {
        font-weight: 600;
    }

.valid + .error {
    display: none !important;
}

.error {
    color: #f00;
    font-weight: 500;
    margin-bottom: 0;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0px 1px 5px 0.1rem rgba(63,63,64,.25);
}
.paralax-section {  background-position: center center; background-repeat: no-repeat; background-size:cover; position:relative; }
    .paralax-section > div { position:relative; z-index:1 }
    .paralax-section:before { position:absolute; width:100%; height:100%; left:0; top:0; background-color:rgba(22, 39, 47, 0.80); z-index:1; content:""; }
.products { background-image: url('../images/bg1.jpg');}
.paralax-section a { color:#fff; }
.address-box {
    box-shadow: 0 2px 10px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 2px 10px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 2px 10px 1px rgba(0,0,0,0.1);
    -o-box-shadow: 0 2px 10px 1px rgba(0,0,0,0.1);
    -ms-box-shadow: 0 2px 10px 1px rgba(0,0,0,0.1);
    padding: 1rem 7rem;
}

    .address-box .fa-map-marker {
        font-size: 32px;
        box-sizing: border-box;
        padding: 10px;
    }


#address-point {
    margin: 0;
    width: 100%;
    padding: 0;
}

    #address-point li {
        padding-bottom: 10px;
        list-style-type: none;
    }

        #address-point li a {
            color: #333;
        }
        #address-point li a:hover span{
            -webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
    -moz-background-clip: text;
	-moz-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(0deg, #1E7CC5 0%, #3afff3 100%);
    background-image: -ms-linear-gradient(0deg, #1E7CC5 0%, #3afff3 100%);
        }

button {
    cursor: pointer;
}

.bx-box {
    float: left;
    width: 25%;
    padding:0 15px;
}

.features-box {
    box-shadow: 0 2px 10px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 2px 10px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 2px 10px 1px rgba(0,0,0,0.1);
    -o-box-shadow: 0 2px 10px 1px rgba(0,0,0,0.1);
    -ms-box-shadow: 0 2px 10px 1px rgba(0,0,0,0.1);
    padding: 15px;
    min-height: 150px;
    background: #fff;
}

/*==================end===============*/
@media only screen and (min-width: 992px) {
    .nav-item.dropdown:hover .dropdown-menu{display:block}
}
@media only screen and (min-width: 786px) {
    .card-btn {
        right: -100px;
    }

    .card {
        overflow: hidden;
    }

        .card:hover .card-btn {
            right: 15px;
        }
}


.owl-carousel {
    overflow: hidden;
    margin: 0 -10px 5px;
    width: auto;
}

.owl-item {
    padding: 0px 10px;
}

    .owl-item .card-text {
        height: 40px;
    }

.small-heading {
    display: block;
    padding: 5px 5px;
}

.owl-nav-btn a {
    color: rgba(38, 50, 56, 0.70);
    font-size: 28px;
    padding: 5px 10px;
    margin: 0 2px;
    display: inline-block;
    height: 30px;
    line-height: 5px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

    .owl-nav-btn a:hover {
        color: #263238;
        text-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    }
    .paralax-section .owl-nav-btn a {
    color: rgba(255, 255, 255, 0.50);
}

    .paralax-section .owl-nav-btn a:hover {
        color: #ffffff;
        text-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    }

.btn-rm {
  line-height: 42px;
  padding-left: 30px;
  padding-right: 60px;
  border-radius: 25px;
  border: none;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  background-image: -moz-linear-gradient(0deg, #1E7CC5 0%, #3afff3 50%, #1E7CC5 100%);
  background-image: -webkit-linear-gradient(0deg, #1E7CC5 0%, #3afff3 50%, #1E7CC5 100%);
  background-image: -ms-linear-gradient(0deg, #1E7CC5 0%, #3afff3 50%, #1E7CC5 100%);
  background-size: 200% auto;
  background-position:0 center;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -mox-transition: all 0.4s ease 0s;
}

.btn-rm:before {
    content:"\f061";
    font-family:FontAwesome;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.btn-rm:hover::before {
  right: 20px;
}
.btn-rm:hover {     
  background-position:right center;
}
.btn-rm:focus {
  outline: none;
}


.btn-rm:hover {
  color: #fff;
}



.inshadow-wrap {
    background-color: rgba(0,0,0,0.15);
    box-shadow: 1px 1px 0px rgba(255,255,255,0.5), 1px 1px 0px rgba(0,0,0,0.3) inset;
    -webkit-box-shadow: 1px 1px 0px rgba(255,255,255,0.5), 1px 1px 0px rgba(0,0,0,0.3) inset;
    -moz-box-shadow: 1px 1px 0px rgba(255,255,255,0.5), 1px 1px 0px rgba(0,0,0,0.3) inset;
}

.p-box {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    min-height: 60px;
}

    .p-box .p-img {
        width: 20%;
        padding: 5px;
        text-align: center;
    }

        .p-box .p-img img {
            max-width: 100%;
            display: block;
        }

    .p-box .p-text {
        text-align: left;
        padding: 7px 5px;
        width: 75%;
        color: #fff;
    }


@media only screen and (max-width: 768px) {
    .caption-text:before {
        width: 100%;
        right: auto;
        top: 0;
        bottom:0;
        margin-top: auto;
        height:auto;
    }

    .caption-wraper {
        position: relative;
    }

    .caption-text .col-md-6 {
        padding: 0 0;
    }

    footer ul {
        padding: 0;
        margin: 0;
        text-align: center;
        display: block;
        display: -webkit-block;
        display: -moz-block;
        display: -ms-block;
        margin: 0 auto;
        justify-content: center;
    }
}

/*----------Footer-----------*/

footer {
  padding-top: 60px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr-1-1626x1080.jpg");
  background-color:#2c2d22;
  color:#fff;
}
    footer a { color:rgba(255,255,255,0.7); }footer a:hover { color:#80bdff; text-decoration:none;}
.footer-logo { max-width:100px; }
footer .form-text {
  color: #fff;
}
@media (max-width: 767px) {
  footer .content {
    text-align: center;
  }
  footer .content > div:not(:last-child) {
    margin-bottom: 1rem;
  }
  .footer-logo { margin:0 auto ; }
}
footer .input-group {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
}
footer .input-group-btn {
  display: inline-block;
}
footer .input-group-btn a.btn {
  margin: 0 !important;
  color: #fff;
}
footer .img-logo img {
  height: 6rem;
}
footer [type="email"] {
  font-size: .75rem;
  min-width: 150px;
}
footer [type="submit"] {
  padding: 3px 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  text-align: center;
}
footer .copyright .mbr-text {
  color: rgba(255,255,255,0.4); font-size:13px;
}
@media (max-width: 767px) {
  footer .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
footer .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .2;
}
footer .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
footer .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
footer .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
footer .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
footer .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  footer .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
footer form .input-group input.form-control,
footer form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
footer .form-inline {
  justify-content: center;
}
footer .form-group {
  margin: 0;
}
  footer .foot-title {
    
    -webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
    -moz-background-clip: text;
	-moz-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(90deg, #1E7CC5 0%, #3afff3 100%);
    background-image: -ms-linear-gradient(90deg, #1E7CC5 0%, #3afff3 100%);
    font-weight:bold;
    font-size:18px;
  }
.c-links { display:block; margin-bottom:10px; position:relative; padding-left:35px; margin-bottom:15px;}
.c-links i{ display:inline-block; width:26px; height:26px; padding:4px; text-align:center; background-color:rgba(255,255,255,0.1); border:solid 1px rgba(255,255,255,0.5); margin-right:7px; position:absolute; left:0;}
@media (max-width: 767px) {
  footer .foot-logo {
    text-align: center !important;
  }
  footer .foot-title {
    text-align: center !important;
  }
  footer .mbr-text {
    text-align: center !important;
  }
}

/*----------Footer-----------*/

.client { border-color:rgba(0,0,0,0.2)!important; }
.proimg { background-position:center center; background-size:cover; background-repeat:no-repeat }
.pro1 { background-image: url('../images/gear-blank.jpg'); }
.pro2 { background-image: url('../images/bearing-components.jpg'); }
.Shadow-Effect{
    border-color: #3AFFF3;
    box-shadow: 0px 1px 5px 0.1rem rgba(30,124,197,0.6);
}
hr {
    display: inline-block !important;
    margin: 10px 0 20px;
    height: 5px;
    width: 100%;
    border: none;
    background-repeat: repeat-x;
    background-position: center bottom;
    background-image: -webkit-linear-gradient(0deg, #1E7CC5 0%, #3afff3 100%);
    background-image: -ms-linear-gradient(0deg, #1E7CC5 0%, #3afff3 100%);
    background-size: 100% 4px;
}
.hr {
    max-width: 100px;
}

#loading2{
    width: 40px;
    margin-top: 10px;
    display: none;
}



.hexa{
  border: 0px;
  float: left;
  text-align: center;
  height: 35px;
  width: 60px;
  font-size: 22px;
  background: #f0f0f0;
  color: #3c3c3c;
  position: relative;
  margin-top: 15px;
}

.hexa:before{
  content: ""; 
  position: absolute; 
  left: 0; 
  width: 0; 
  height: 0;
  border-bottom: 15px solid #f0f0f0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  top: -15px;
}

.hexa:after{
  content: ""; 
  position: absolute; 
  left: 0; 
  width: 0; 
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 15px solid #f0f0f0;
  bottom: -15px;
}

.timeline {
  position: relative;
  padding: 0;
  width: 100%;
  margin-top: 20px;
  list-style-type: none;
}

.timeline:before {
  position: absolute;
  left: 50%;
  top: 0;
  content: ' ';
  display: block;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background: rgb(213,213,213);
  background: -moz-linear-gradient(top, rgba(213,213,213,0) 0%, rgb(213,213,213) 8%, rgb(213,213,213) 92%, rgba(213,213,213,0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(100%,rgba(125,185,232,1)));
  background: -webkit-linear-gradient(top, rgba(213,213,213,0) 0%, rgb(213,213,213) 8%, rgb(213,213,213) 92%, rgba(213,213,213,0) 100%);
  background: -o-linear-gradient(top, rgba(213,213,213,0) 0%, rgb(213,213,213) 8%, rgb(213,213,213) 92%, rgba(213,213,213,0) 100%);
  background: -ms-linear-gradient(top, rgba(213,213,213,0) 0%, rgb(213,213,213) 8%, rgb(213,213,213) 92%, rgba(213,213,213,0) 100%);
  background: linear-gradient(to bottom, rgba(213,213,213,0) 0%, rgb(213,213,213) 8%, rgb(213,213,213) 92%, rgba(213,213,213,0) 100%);
  z-index: 0;
}

.timeline li {
  padding: 2em 0;
}

.timeline .hexa{
  width: 16px;
  height: 10px;
  position: absolute;
  background: #1E7CC5;
  z-index: 5;
  left: 0;
  right: 0;
  margin-left:auto;
  margin-right:auto;
  top: -30px;
  margin-top: 0;
}

.timeline .hexa:before {
  border-bottom: 4px solid #1E7CC5;
  border-left-width: 8px;
  border-right-width: 8px;
  top: -4px;
}

.timeline .hexa:after {
  border-left-width: 8px;
  border-right-width: 8px;
  border-top: 4px solid #1E7CC5;
  bottom: -4px;
}

.direction-l,
.direction-r {
  float: none;
  width: 100%;
  text-align: center;
}

.flag-wrapper {
  text-align: center;
  position: relative;
}

.flag {
  position: relative;
  display: inline;
  background: rgb(255,255,255);
  font-weight: 600;
  z-index: 15;
  padding: 6px 10px;
  text-align: left;
  border-radius: 5px;
}

.direction-l .flag:after,
.direction-r .flag:after {
  content: "";
  position: absolute;
  left: 50%;
  top: -15px;
  height: 0;
  width: 0;
  margin-left: -8px;
  border: solid transparent;
  border-bottom-color: rgb(255,255,255);
  border-width: 8px;
  pointer-events: none;
}

.direction-l .flag {
  -webkit-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  -moz-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
}

.direction-r .flag {
  -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
}

.time-wrapper {
  display: block;
  position: relative;
  margin: 4px 0 0 0;
  z-index: 14;
  line-height: 1em;
  vertical-align: middle;
  color: #fff;
}

.direction-l .time-wrapper {
  float: none;
}

.direction-r .time-wrapper {
  float: none;
}

.time {
  background: #00c4f3;
  display: inline-block;
  padding: 8px;
}

.desc {
  position: relative;
  margin: 1em 0 0 0;
  padding: 1em;
  background: rgb(254,254,254);
  -webkit-box-shadow: 0 0 1px rgba(0,0,0,0.20);
  -moz-box-shadow: 0 0 1px rgba(0,0,0,0.20);
  box-shadow: 0 0 1px rgba(0,0,0,0.20);
  z-index: 15;
}

.direction-l .desc,
.direction-r .desc {
  position: relative;
  margin: 1em 1em 0 1em;
  padding: 1em;
  z-index: 15;
}

@media (min-width: 768px){
  .timeline {
    width: 660px;
    margin: 0 auto;
    margin-top: 20px;
  }

  .timeline li:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  
  .timeline .hexa {
    left: -30px;
    right: auto;
    top: 8px;
  }

  .timeline .direction-l .hexa {
    left: auto;
    right: -30px;
  }

  .direction-l {
    position: relative;
    width: 310px;
    float: left;
    text-align: right;
  }

  .direction-r {
    position: relative;
    width: 310px;
    float: right;
    text-align: left;
  }

  .flag-wrapper {
    display: inline-block;
  }
  
  .flag {
    font-size: 18px;
  }

  .direction-l .flag:after {
    left: auto;
    right: -16px;
    top: 50%;
    margin-top: -8px;
    border: solid transparent;
    border-left-color: rgb(254,254,254);
    border-width: 8px;
  }

  .direction-r .flag:after {
    top: 50%;
    margin-top: -8px;
    border: solid transparent;
    border-right-color: rgb(254,254,254);
    border-width: 8px;
    left: -8px;
  }

  .time-wrapper {
    display: inline;
    vertical-align: middle;
    margin: 0;
  }

  .direction-l .time-wrapper {
    float: left;
  }

  .direction-r .time-wrapper {
    float: right;
  }

  .time {
    padding: 5px 10px;
  }

  .direction-r .desc {
    margin: 1em 0 0 0.75em;
  }
  .timeline li {
  padding: .5em 0;
}
}

@media (min-width: 768px){
  .timeline {
    width: auto;
    max-width:96%;
    margin: 0 auto;
    margin-top: 20px;
  }

  .direction-l {
    position: relative;
    width: calc(50% - 22px);
    float: left;
    text-align: right;
  }

  .direction-r {
    position: relative;
    width: calc(50% - 22px);
    float: right;
    text-align: left;
  }
}

.galcaption{position:absolute; margin-bottom:0; bottom:0;width:100%; padding:8px; background-color:rgba(0,0,0,0.5); color:#fff; font-size:small;display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}