/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html,
body {
    /*background-color: #F4F5F9;*/
    background: linear-gradient(#fff, #F4F5F9);
    font-size: 14px;
    color: #797979;
    width: 100%;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    font-weight: 300;
    width: 100%;
    font-family: 'ralewayregular';
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}

.loaded {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: cover;
    background-size: cover;
    margin: -20px 0 0 -20px;
}

img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
}

a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
}

a,
button,
a span {
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.btn:focus,
.btn:active {
    outline: inherit;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*    direction: rtl;*/
}

p {
    margin: 0 0 15px;

}

.clear {
    clear: both;
}

img {
    max-width: 100%;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    outline: none;
}

.form-control {
    display: inline-block;
    height: 38px;
    padding: 10px 2px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background-color: #fff;
    background-image: none;
    border: 0px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .00);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .00);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    border-bottom: 2px solid #ddd;
}

/*.form-control:focus {
    border-color: #bcefeb;
}*/
.copyrights {
    text-indent: -9999px;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}

.form-control:focus {
    border-color: #bcefeb;
    outline: 0;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075), 0 0 0px rgba(102, 175, 233, .6);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075), 0 0 0px rgba(102, 175, 233, .6);
}

h1,
h2,
h3 {
    font-weight: 300;
    margin: 0;
}

h4,
h5 {
    font-weight: 300;
    margin: 0;
    line-height: 2rem;
}

h1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 4.143rem;
    line-height: 5.5rem;
    color: #fff;
    letter-spacing: .4rem;
}

h2 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 2.571rem;
    line-height: 3rem;
    text-transform: uppercase;
    font-weight: 700;

}

h3 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.714rem;
    line-height: 2.5rem;
    color: #fff;
    font-weight: 400;
}

h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 1.286rem;
    line-height: 2rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

/*h5 {
    font-size: 1.125rem;
    margin-bottom: 1rem;
    color:#223d61;
    text-transform: uppercase;
}
h6 {
    font-size: 1rem;
    margin-bottom: .9rem;
}*/
p {
    line-height: 2rem;
    font-size: 1.075rem;
}

p:last-child {
    margin-bottom: 0px;
}

/*.home-wrap h1,*/
.home-wrap h2,
.home-wrap h3,
.home-wrap h4,
.home-wrap h5,
.home-wrap p {
    color: #ffffff;
    /*font-family: 'roboto', sans-serif;*/
}

.textwhite {
    color: #fff;
}

.colorstext {
    color: #5e9a28;
}

.coloricon i {
    color: #5e9a28;
}

.colorsbg {
    background: #5e9a28;
    color: #ffffff;
}

.lightbg {
    background-color: #f9f9f9;
}

.transition {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.outofsectiontext {
    margin-top: 40px;
}

/*
Section
*/
.sections {
    padding-top: 6%;
    padding-bottom: 6%;
    /*overflow: hidden;*/
}

.sections.footer {
    padding-bottom: 80px;
}

section .subtitle h5 {
    margin-top: 10px;
    font-size: 1.3rem;
}

.parallax-section {
    max-width: 100%;
    color: #ffffff;
}

section .title-half h2 {
    font-size: 3rem;
    line-height: 4rem;
    font-weight: 300;
    margin-bottom: 1.4rem;
}

section .subtitle-half h5 {
    font-weight: 100;
    font-size: 17px;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.heading {
    margin-bottom: 4rem;
}

.overlay {
    background-color: rgba(41, 39, 34, 0.45);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/*.map-overlay {
    background-color: rgba(255, 114, 0, 0.75);
    width: 100%;
    height:auto;
}
.video_overlay {
    background-color: rgba(41, 39, 34, 0.75);
    width: 100%;
    height: auto;
}*/

.no-padding {
    padding: 0 !important;
    margin: 0 !important;
}

.fluid-blocks-col {
    padding: 70px 40px 0 80px;
}

.fluid-blocks-col-right {
    padding: 70px 80px 0 40px;
}

/*
Separator
*/
.separator {
    width: 10px;
    height: 10px;
    margin: 20px auto;
    background: #E83926;
    position: relative;
    display: inline-block;
    border-radius: 50%;
}

.separator:after {
    position: absolute;
    left: 5%;
    bottom: 4px;
    height: 1px;
    width: 80px;
    background: #eee;
    content: "";
    display: inline-block;
    margin-left: 20px;
}

.separator:before {
    position: absolute;
    right: 5%;
    bottom: 4px;
    height: 1px;
    width: 80px;
    background: #eee;
    content: "";
    display: inline-block;
    margin-right: 20px;
}

.separator2 {
    height: 4px;
    width: 40px;
    margin: 10px 0px;
    background: #eeeeee;
    position: relative;
}

.separator3 {
    height: 2px;
    width: 40px;
    margin: 20px auto;
    background: #888888;
}

.separator4 {
    height: 2px;
    width: 30px;
    margin: 20px 0px;
    background: #f38181;
}

.divider {
    height: 1px;
    background: #eee;
    width: 100%;
    overflow: hidden;
}

/*section:nth-of-type(odd) {
    background-color: #F9F9F9;
}*/
/*
Button
*/
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary.disabled,
.btn-primary.disabled:hover {
    color: #ffffff;
    background-color: #E83926;
    border-color: #E83926;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #E83926;
    border-color: #E83926;
}

.btn {
    display: inline-block;
    min-width: 150px;
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
    margin: 0;
    font-size: 0.8125rem;
    border-radius: 0px;
    margin-top: 20px;
    transition: .5s;
    border: 1px solid #E83926;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    padding: 0.8rem 3rem;
    transition: all 0.6s;
    border-radius: 2px;

}

.btn:hover {
    box-shadow: 0px 2px 2px 1px rgba(221, 221, 221, 0.6);
    color: #fff;
}

.btn-default {
    background: transparent;
    border: 1px solid #fff;
    padding: 1.125rem 3rem;
}

.btn-default:hover {
    background: #E83926;
    border: 1px solid #E83926;
}

.btn-lg {
    background: #E83926;
    padding: 1.125rem 3rem;
}

.btn-md {
    background: #999999;
    padding: 1rem 2rem;
    border: 1px solid transparent;
}

/*
Extra height css
*/
.margin-top-20 {
    margin-top: 20px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-top-60 {
    margin-top: 60px;
}

.margin-80 {
    margin-top: 80px;
    margin-bottom: 80px;
}

.margin-bottom-60 {
    margin-bottom: 60px;
}

.margin-top-80 {
    margin-top: 80px;
}

.margin-bottom-80 {
    margin-bottom: 80px;
}

.m_t_10 {
    margin-right: 10px;
}

.padding-top-20 {
    padding-top: 1.33rem;
}

.padding-bottom-20 {
    padding-bottom: 1.33rem;
}

.padding-top-40 {
    padding-top: 2.66rem;
}

.padding-bottom-40 {
    padding-bottom: 2.66rem;
}

.padding-top-60 {
    padding-top: 5rem;
}

.padding-bottom-60 {
    padding-bottom: 5rem;
}

.padding-top-90 {
    padding-top: 6.429rem;
}

.padding-bottom-90 {
    padding-bottom: 6.429rem;
}

.padding-bottom-0 {
    padding-bottom: 0;
}

.p_l_r {
    padding-left: 5.714rem;
    padding-right: 5.714rem;
}

/*padding*/
.padding-twenty {
    padding: 10px 0;
}

.padding-fourty {
    padding: 20px 0;
}

.padding-sixty {
    padding: 30px 0;
}

.padding-eighty {
    padding: 40px 0;
}

h1 span {
    color: #5e9a28;
    font-weight: 400;
}

/*for placeholder changes*/

input::-webkit-input-placeholder {
    color: #ddd;
}

input::-moz-placeholder {
    color: #ddd;
}

input::-ms-input-placeholder {
    color: #ddd;
}

/*for image bg*/

/*.img-bg{
  background: url(../images/home-msg.jpg) no-repeat center top fixed;
  background-size
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  overflow: hidden;
}*/
/* navbar section */
.menu-scroll {
    padding-top: 0px;
    padding-bottom: 0px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 300;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-color: rgba(34, 61, 97, 0.64);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    height: 75px;

}

.main_menu_bg {
    margin-top: 0px;
    background-color: transparent;
}

.main_menu_bg .navbar-default {
    background-color: transparent;
    border-color: transparent;
    transition: all .6s;
    margin: 15px auto;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #E83926;
    background: transparent;
}

.main_menu_bg .navbar {
}

.main_menu_bg .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #E83926;
    padding-bottom: 22px;
    border-bottom: 1px solid #E83926;
    background: transparent;

}

.main_menu_bg .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-size: 1.2rem;
    color: #fff;
}

.navbar-brand {
    padding: 0px 15px;
}

.navbar-brand > img {
    max-width: 80%;
    max-height: 120%;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #f5c239;

}

.dropdown-menu {
    min-width: 160px;
    padding: 0px;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: transparent;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0px solid #ccc;
    border: 0px solid rgba(0, 0, 0, .15);
    border-radius: 0px;
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, .175);
    box-shadow: 0 0px 0px
}

/*.dropdown-menu .navbar-form .form-group input[type="text"]{
    background-color:rgba(34, 61, 97, 0.68);
    border: 1px solid #E83926;
    color:#E83926;
    width: 300px;
}
.dropdown-menu .navbar-form .form-group .form-control::-webkit-input-placeholder{
    color: #E83926;
    opacity: 1;
}
.dropdown-menu .navbar-form {
    margin-right: -30px;
}*/

.scrooldown {
    position: absolute;
    left: 48.5%;
    bottom: -2%;
    width: 40px;
    height: 40px;
    line-height: 48px;
    background: #f4f5f9;
    border-radius: 50%;
    text-align: center;
    z-index: 9;
}

.scrooldown a i {
    font-size: 1.5rem;
    color: #E83926;
}

.culmn {
    width: 100%;
    overflow: hidden;
}

/*heading title all area*/
.head_title {
    margin-bottom: 40px;
}

.head_title h3 {
    color: #413d4b;
}

.head_title .subtitle {
    margin-top: 30px;
}

#bannerbox{
    position: relative;
}
#bannerbox ul{
    position: absolute;
    left: -1920px;
    top: 0;
}
#bannerbox ul li{
    float: left;
}
#bannerbox ul li img{
    width: 1920px;
    height: 773px;
    display: block;
}

/*home section*/
.home {
    position: relative;
    height: 773px;
    background: url(../images/homebg.jpg) no-repeat center center;
    background-size: cover;
}

.home_skew_border {
    position: relative;
}

.home_skew_border:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 0;
    height: 0;
    border-bottom: 86px solid #fff;
    border-right: 680px solid transparent;

}

.home_skew_border:before {
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
    width: 0;
    height: 0;
    border-bottom: 86px solid #fff;
    border-left: 680px solid transparent;
}

.main_home {
    padding-top: 250px;
    padding-bottom: 250px;
    display: block;
}

.main_home h1 {
    color: #fff;
    margin-bottom: 20px;
}

.main_home p {
    color: #fff;
    max-width: 60%;
    margin: 0 auto;
    padding-bottom: 30px;
    font-size: 1.125rem;

}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: #fff;
    outline: none;
    background: #E83926;
}

.slick-arrow {
    background: #ddd;
    color: #000;
}

.main_home_slider i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #E83926;
}

.main_home_slider i.nextprevleft {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #000;
    background: #716a65;
    float: left;
    position: absolute;
    z-index: 999;
    top: 400px;
    font-size: 1.5rem;
    transition: all 0.6s;
    left: -60px;
}

.main_home_slider i.nextprevright {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #000;
    background: #716a65;
    float: right;
    position: absolute;
    z-index: 999;
    top: 400px;
    font-size: 1.5rem;
    transition: all 0.6s;
    right: -50px;
}

.main_home_slider i.nextprevleft:hover {
    color: #fff;
    background: #E83926;
}

.main_home_slider i.nextprevright:hover {
    color: #fff;
    background: #E83926;
}

/*==================================================================
            Feature section Style
====================================================================*/

.main_feature {
}

.main_feature .single_feature {
}

.main_feature .single_feature:hover .single_feature_icon {
    border-color: #E83926;
    transform: rotate(45deg);
}

.main_feature .single_feature:hover .single_feature_icon i {
    transform: rotate(-45deg);
}

.main_feature .single_feature:hover h4 {
    color: #E83926;
}

.main_feature .single_feature .single_feature_icon {
    border: 1px solid #ddd;
    width: 70px;
    height: 70px;
    line-height: 70px;
    margin: 20px auto;
    transition: all 0.6s;
}

.main_feature .single_feature i {
    margin-bottom: 30px;
    color: #E83926;
    transition: all 0.6s;
    font-size: 2rem;
    line-height: 5rem;
}

.main_feature .single_feature h4 {
    transition: all 0.6s;
}

/*==================================================================
            History section Style
====================================================================*/
.main_history {

}

.main_history .single_history_content .head_title h2 {
    border-left: 6px solid #E83926;
    padding-left: 30px;
}

/*==================================================================
            service section Style
====================================================================*/
.main_service .head_title {
    padding: 100px 0px 40px 0px;
    margin-bottom: 0px;
}

.main_service .head_title h2 {
    margin-right: 12%;
    border-right: 6px solid #E83926;
    color: #fff;
    padding-right: 5%;
}

.main_service .single_service_img {
    position: relative;
    height: 676px;
}

.main_service .single_service_img img {
    width: 100%;
    height: 100%;
}

.main_service .single_service.single_service_text {
    margin-right: 0px;
    background: #202020;
}

.main_service .single_service.single_service_text .single_service_icon i {
    background: #f4f5f9;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: #E83926;
    position: relative;
    z-index: 9;
    border: 5px solid rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    font-size: 1.875rem;
}

.main_service .single_service.single_service_text .single_service_right_text {
    width: 96%;
}

.main_service .single_service.single_service_text .single_service_right_text h4 {
    color: #E83926;
}

.main_service .single_service.single_service_text .single_service_right_text p {
    color: #999999;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
}

/*======================================================================
                    portfolio section css
========================================================================*/
.btn-md:active, .btn-md.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .125);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .125);
}

button.btn-md:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: none;
    color: #E83926;
}

button.btn-md {
    text-align: center;
    color: #444;
    letter-spacing: 1px;
    margin: 0;
    font-size: 0.8125rem;
    border-radius: 0px;
    margin-top: 0px;
    background-color: transparent;
    transition: .5s;
    border: 0px solid #E83926;
    font-family: 'montserratregular';
}

button.btn-md:hover {
    background-color: transparent;
    color: #E83926;
    text-decoration: none;
    border: 0px solid #f4720a;
}

.portfolio .toolbar {
    margin-bottom: 50px;
}

#portfoliowork {
    margin: 1rem 0;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 0rem;
    -moz-column-gap: 0rem;
    column-gap: 0rem;
    -webkit-column-width: 33.33333333333333%;
    -moz-column-width: 33.33333333333333%;
    column-width: 33.33333333333333%;
}

.tile {
    display: none;

}

.scale-anm {
    margin: 0px;
    width: 100%;
    /*margin-bottom: -6px;*/
}

.tile img {
    height: auto;
    display: inline-block;
    width: 100%;
}

.single_portfolio {
    position: relative;

}

.single_portfolio:hover .grid_item_overlay {
    opacity: 1;
}

.grid_item_overlay {
    position: absolute;
    left: 10%;
    top: 10%;
    width: 80%;
    height: 80%;
    background: rgba(231, 76, 60, 0.6);
    color: #fff;
    padding: 20px;
    opacity: 0;
    transition: 0.6s;
    padding-top: 35%;
    z-index: 99;
}

.g_overlay_1 {
    padding-top: 16%;
}

.g_overlay_2 {
    padding-top: 85%;
}

.grid_item_overlay a i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    background: transparent;
}

.grid_item_overlay a:hover i {
    color: #E83926;
    background: #fff;
}

/*========================================================================
                    Study Section Css
==========================================================================*/
.study {
    background: #f4f5f9;
}

.main_study_area {
    overflow: hidden;
}

.slick-active {
    outline: none;
}

.single_study_text {
    background: #fff;
    position: absolute;
    right: -15%;
    top: 85px;
    width: 100%;
    z-index: 9;
    padding: 10% 20%;
}

.single_study_text .s_study_icon {
    background: #E83926;
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    transform: rotate(45deg);
    margin: 30px auto;
}

.single_study_text .s_study_icon i {
    transform: rotate(-45deg);
}

.single_study_right_img {
    position: relative;
}

/*=====================================================================
                    counter section css
=======================================================================*/
.counter {
    background: url(../images/counterbg.jpg) no-repeat top center;
    background-size: cover;
}

.counter .main_counter_area {
    padding: 80px 20px;
}

.main_counter_area .single_counter h2 {
    color: #fff;
    font-size: 2.8125rem;
}

.main_counter_area .single_counter i {
    color: #fff;
    font-size: 1.875rem;
    display: inline-block;
    border: 1px solid #fff;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    margin-bottom: 30px;
    margin-top: 20px;
}

.main_counter_area .single_counter h4 {
    color: #fff;
    font-size: 0.8125rem;
    text-transform: lowercase;
}

/* Pricing2 Section */

.main_pricing_area {
    overflow: hidden;
}

.single_pricing {
    text-align: center;
    margin-top: 20px;
    transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
}

.single_pricing:hover {
    box-shadow: 0px 1px 10px 1px #ccc;

}

.pricing_business .pricing_head {
    background: #E83926;
}

.pricing_business .pricing_head .p_r {
    color: #E83926;
}

.pricing_business .pricing_head h3 {
    color: #fff;
}

.pricing_business .btn-md {
    background: #E83926;
}

.pricing_head {
    padding: 30px 0px;
    background: #999999;
    position: relative;
    height: 200px;
}

.pricing_head h3 {
    text-transform: uppercase;
    color: #fff;
    font-size: 24px;
}

.pricing_head .pricing_price {
    background: #fff;
    position: absolute;
    left: 30%;
    bottom: -30%;
    width: 150px;
    height: 150px;
    margin: 0 auto;
    padding: 30px 0px;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 10px rgba(244, 245, 249, 0.3);
}

.pricing_head .pricing_price .p_r {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    font-size: 2.822rem;
}

.pricing_head .pricing_price .m_t {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 0.941rem;
}

.pricing_body {
    background: #f4f5f9;
    padding: 80px 0px 30px 0px;
}

.single_pricing ul {

}

.single_pricing ul li {
    line-height: 45px;
    height: 45px;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.single_pricing a {
    margin-top: 30px;
}

/* Team section css */
@media screen and (min-width: 768px){
    .main_team_area {
        background: url('../images/teambg1.png') no-repeat scroll top center;
        background-size: cover;
        position: relative;
        height: 650px;
    }

    .main_team_area:before {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        content: "";
        background: url('../images/teambg2.png') no-repeat bottom center;
    }

    .main_team ul li {
        text-align: center;

    }

    .main_team ul li:nth-child(1) {
        width: 15%;
        display: inline-block;
        float: left;
        margin-left: 3%;
        position: absolute;
        left: 1%;
        top: 96%;
    }

    .main_team ul li:nth-child(2) {
        width: 15%;
        display: inline-block;
        float: left;
        margin-left: 3%;
        position: absolute;
        left: 19%;
        top: 85%;
    }

    .main_team ul li:nth-child(3) {
        width: 15%;
        display: inline-block;
        float: left;
        margin-left: 3%;
        position: absolute;
        left: 37%;
        top: 87%;
    }

    .main_team ul li:nth-child(4) {
        width: 15%;
        display: inline-block;
        float: left;
        margin-left: 3%;
        position: absolute;
        left: 55%;
        top: 97%;
    }

    .main_team ul li:nth-child(5) {
        width: 15%;
        display: inline-block;
        float: left;
        margin-left: 3%;
        position: absolute;
        left: 73%;
        top: 94%;
    }

    .main_team ul li .single_team_img img {
        width: 80px;
        height: 80px;
        margin: 20px auto;
        border-radius: 50%;
        box-shadow: 0px 0px 0px 3px rgba(231, 76, 60, 0.65);
    }

    li:hover .single_team_img img {
        transform: scale(1.08);
    }

    li:hover .single_team_text {
        opacity: 1;
    }

    li .single_team_text {
        padding: 10px 20px;
        width: 100%;
        /*opacity: 0;*/
        transition: all 0.6s;
        text-align: center;
        display: block;
        background: rgba(255,255,255,0.65);
    }

    li .single_team_text h4 {
        margin-bottom: .0rem;
        display: inline-block;
        text-transform: none;
        color: #E83926;
    }

    li .single_team_text p {
        color: #333;
    }
}
@media screen and (max-width: 768px){
    .main_team{

    }
    .main_team ul{

    }
    .main_team ul li{
        display: flex;
        justify-content: space-between;
        margin-bottom: 5%;
    }
    .main_team ul li .single_team_img{
        width: 20%;
    }
    .main_team ul li .single_team_img img{
        display: block;
        width: 100%;
    }
    .main_team ul li .single_team_text{
        width: 75%;
        overflow: hidden;
        /*padding-left: 5%;*/
    }
    .main_team ul li .single_team_text div{
        overflow: hidden;
    }
    .main_team ul li .single_team_text h4{
        font-size: 1.3rem;
        margin-bottom: 0;
        float: left;
        margin-right: 4%;
    }
    .main_team ul li .single_team_text p{
        font-size: 1rem;
        margin-bottom: 0;
    }
    .main_team ul li .single_team_text p:nth-of-type(1){
        float: left;
    }
}

/*====================================================================
                        clogo section css
======================================================================*/
.clogo {
    /*background: #f4f5f9;*/
}

.main_clogo {
    overflow: hidden;
}

/*.main_clogo a {*/
    /*height: 100px;*/
    /*display: inline-block;*/
    /*width: 100%;*/
    /*overflow: hidden;*/
    /*line-height: 100px;*/
    /*background: #fff;*/
    /*box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.25);*/
/*}*/

/*=================================================================
                            Blog Section
===================================================================*/
.blog {
    background: #f4f5f9;
}

.main_blog_content .single_blog_area .single_blog_text {
    background: #e74e3e;
    padding: 70px 30px 70px 50px;
    position: relative;
}

.main_blog_content .single_blog_area .single_blog_text.s_b_left:after {
    position: absolute;
    left: -8%;
    top: 45%;
    content: "";
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-right: 30px solid #e74e3e;;
    border-bottom: 30px solid transparent;
}

.main_blog_content .single_blog_area .single_blog_text.s_b_right:after {
    position: absolute;
    right: -8%;
    top: 45%;
    content: "";
    z-index: 9;
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-left: 30px solid #e74e3e;;
    border-bottom: 30px solid transparent;
}

.main_blog_content .single_blog_area .single_blog_text a.read_more {
    color: #fff;
}

.main_blog_content .single_blog_area .single_blog_img {
    width: 100%;
    height: 417px;
    display: inline-block;
}

.main_blog_content .single_blog_area .single_blog_img img {
    width: 100%;
    height: 100%;
}

/*contact section css*/
.contact {
    background: #f4f5f9;

}

.contact_info_content {
    background: #fff;
    overflow: hidden;
    box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0.01);
}

.contact_info_content h3 {
    color: #e74e3e;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    margin-bottom: 19px;
}

.contact_info_content h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.contact_info_content h4 {
    margin: 0;
    padding: 0;
}

.single_contant_left {
    background: #fff;
    overflow: hidden;
    box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0.01);
}

.single_contact_info {
    margin-bottom: 45px;
    overflow: hidden;
}

/*====================================================================
                        Trail Section
======================================================================*/
.main_trial_area {
    background: url('../images/ll.png') no-repeat top center;
    overflow: hidden;
    background-size: cover;
    color: #fff;
}

.main_trial h2 {
    text-transform: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.main_trial h2 span {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

.main_trial h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-transform: none;
}

/*=================================================================
                        footer section
===================================================================*/
.footer {
    background: #000000;
}

.main_footer {
    overflow: hidden;
    padding: 20px 0px;
}

.main_footer .flowus a i {
    color: #fff;
    font-size: 1rem;
    padding: 5px;
    border-radius: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 18px;
    margin-top: 10px;
}

.main_footer .flowus a i:hover {
    color: #E83926;
}

.copyright_text {
    text-align: center;
}

.copyright_text p {
    color: #fff;
    line-height: 25px;
    max-width: 100%;
    padding-top: 15px;
}

.copyright_text p i {
    padding: 0px 10px;
    color: #ff0000;
}

.copyright_text p a {
    padding: 0px 10px;
    color: #E83926;
}

/* scrollup */

.scrollup {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    opacity: .3;
    position: fixed;
    bottom: 20px;
    right: 25px;
    color: #fff;
    cursor: pointer;
    background-color: #000;
    z-index: 1000;
    transition: opacity .5s, background-color .5s;
    -moz-transition: opacity .5s, background-color .5s;
    -webkit-transition: opacity .5s, background-color .5s;
}

.scrollup:hover {
    background: #E83926;
    opacity: 1;
}

.scrollup i {
    font-size: 13px;
    position: absolute;
    opacity: 1;
    color: #fff;
    left: 50%;
    top: 50%;
    margin-top: -7px;
    margin-left: -6px;
    text-decoration: none;

}

/*关于我们start*/

.about_bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../images/about_bg.jpg) no-repeat;
    background-size: cover;
}

.about_content {
    width: 60%;
    margin: 0 auto;
}

.about_content h2, .about_content h3 {
    text-align: center;
    font-weight: bold;
    color: #000;
}

.about_content h2 {
    font-size: 40px;
    margin-bottom: 50px;
}

.about_content h3 {
    font-size: 26px;
    margin-bottom: 60px;
}

.about_content p {
    font-size: 16px;
    color: #000;
    line-height: 180%;
    margin-bottom: 20px;
    text-align: center;
}

.about_content.history {
    text-align: center;
    position: relative;
}

/*大事记start*/

.event_box {
    width: 60%;
    margin: 3% auto 0;
    position: relative;
    min-height: 420px;
}

.event_box .parHd {
    width: 100%;
    display: inline-block;

    height: 92px;

    overflow: hidden;
}

.parHd ul {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding-top: 25px !important;
}

.parHd .tempWrap {
    margin: 0 auto;
}

.parHd .tempWrap:after {
    content: '';

    width: 85%;

    height: 1px;

    background: #580000;

    position: absolute;

    /* top: 33%; */

    /* right: -140%; */

    right: 8%;

    top: 35%;

    /* margin-top: -0.5px; */

    z-index: 10;
}

/*.parHd li:before{ content: ''; width: 180%; height: 1px; background: #580000; position: absolute;top: 0; right:-140%;right: 0;}*/

.parHd li.no_line:before {
    display: none;
}

.parHd li {
    display: inline-block;
    cursor: pointer;
    padding-top: 30px;
    font-size: 16px;
    color: #000;
    margin: 0 30px;
    position: relative;
}

.parHd li:after {
    content: '';
    background: url(../images/dot_ico.png) no-repeat;
    background-size: 100% 100%;
    width: 24px;
    height: 24px;
    position: absolute;
    z-index: 20;
    top: -12px;
    left: 50%;
    margin-left: -12px;
}

.parHd li.act:after {
    content: '';
    background: url(../images/dot_ico.png) no-repeat;
    background-size: 100% 100%;
    width: 32px;
    height: 32px;
    position: absolute;
    z-index: 20;
    top: -16px;
    left: 50%;
    margin-left: -16px;
}

.parBd {
    text-align: center;
    margin-top: 60px;
}

.parBd h4 {
    position: relative;
    font-size: 40px;
    margin-bottom: 3%; /*width: 200px;*/
    padding: 0 60px;
    display: inline-block;
    text-align: center;
}

.parBd h4:after {
    content: '';
    background: #000;
    width: 100px;
    height: 1px;
    position: absolute;
    left: -100px;
    bottom: 12px;
}

.parBd h4:before {
    content: '';
    background: #000;
    width: 100px;
    height: 1px;
    position: absolute;
    right: -100px;
    bottom: 12px;
}

.parBd p {
    line-height: 180%;
    font-size: 16px;
    width: 80%;
    margin: 0 auto;
}

div#listBox {

    width: 100%;

}

.sPrev, .sNext {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 10px;
}

.sPrev {
    left: 0;
}

.sNext {
    right: 0;
}

.sPrev img, .sNext img {
    transition: all .6s cubic-bezier(.51, 1.1, .9, .95);

    -moz-transition: all .6s cubic-bezier(.51, 1.1, .9, .95);

    -webkit-transition: all .6s cubic-bezier(.51, 1.1, .9, .95);

    -o-transition: all .6s cubic-bezier(.51, 1.1, .9, .95);
}

/*For portfolio Section*/
.portfolio {
    /*background: url(../images/bg.png) no-repeat top center fixed;*/
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    width: 100%;
    overflow: hidden;
}

.community-edition {
    background: #fff;
    padding: 40px 15px;
    border: 1px solid #ececec;
    box-shadow: 2px 2px 5px 0 rgba(55, 50, 40, .20);
    -webkit-box-shadow: 2px 2px 5px 0 rgba(55, 50, 40, .20);
    -moz-box-shadow: 2px 2px 5px 0 rgba(55, 50, 40, .20);
    -o-box-shadow: 2px 2px 5px 0 rgba(55, 50, 40, .20);
    -ms-box-shadow: 2px 2px 5px 0 rgba(55, 50, 40, .20);
    transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
}

.community-edition:hover {
    background: #e83926;
    color: #fff;
}

.community-edition:hover i {
    color: #fff;
}

.community-edition:hover h4 {
    color: #fff;
}

.community-edition:hover .separator{
    background: #fff;
}

.community-edition:hover p {
    color: #fff;
}

.community-edition i {
    font-size: 45px;
    color: #e83926;
    margin-bottom: 20px;
}

.community-edition h4 {
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 15px;
}

.community-edition p {
    width: 80%;
    margin: 0 auto;
    font-size: 14px;
    color: #777777;
}

.portfolio-wrapper2 {
    margin-top: 25px;
}

#div1 {
    width: 90%;
    height: 150px;
    position: relative;
    margin: 50px auto;
    overflow: hidden;
}

#div1 ul {
    width: 800px;
    height: 150px;
    position: relative;
}

#div1 ul li {
    height: 150px;
    float: left;
    list-style: none;
    padding-right: 20px;
}

#div1 ul li img {
    /*width: 200px;*/
    height: 150px;
    display: inline-block;
}

.thisline {
    width: 900px;
    height: 1px;
    background: #580000;
    position: absolute;
    left: 50%;
    margin-left: -450px;
    top: 25px;
}

.history1, .advantage {
    padding: 6% 0;
    background: #f4f5f9;
}

.advantage{
    background: url("../images/youshi.png") center no-repeat;
    background-size: cover;
}

#history1{
    background: url("../images/bingshan.jpg") center no-repeat;
    background-size: cover;
}


.vantage {
    width: 1120px;
    margin: 0 auto;
}

.solutions {
    width: 1120px;
    overflow: hidden
}

.solutions ul {
    width: 1140px
}

.solutions li {
    height: 300px;
    background: rgba(255,255,255,0.85);
    width: 263px;
    border: 1px solid #e5e5e5;
    border-bottom: 5px solid #efefef;
    float: left;
    margin-right: 20px;
    position: relative;
}

.solutit {
    display: block;
    width: 100%;
}

.solutit img {
    margin: 30px auto;
    text-align: center;
    display: block;
    width: 30%;
}

.solutit h4 {
    color: #333;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    line-height: 30px;
}

.solutit p {
    color: #333;
    line-height: 20px;
    font-size: 14px;
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

.solutit a {
    line-height: 30px;
    height: 30px;
    width: 100px;
    background: #e83926;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    display: block;
    margin: 20px auto 0;
    border-radius: 5px;
}

.solutit:hover a {
    background: #ec8000;
}

.solutit2 {
    width: 100%;
    padding: 0 20px;
    position: absolute;
    left: 0px;
    top: 0px;
    overflow: hidden;
    height: 0px;
    background: #fff;
    z-index: 99;
    display: block;
    border-bottom: 5px solid #e83926;
}

.solutit2 h4 {
    color: #333;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 10px;
    text-align: center;
    margin-top: 40px;
}

.solutit2 h5 {
    text-align: center;
    color: #e83926;
    display: block;
}

.solutit2 span {
    display: block;
    background: #bbbbbb;
    height: 2px;
    width: 50px;
    margin: 10px auto;
}

.solutit2 p {
    line-height: 24px;
    color: #666666;
    height: 144px;
    display: block;
    overflow: hidden;
    text-align: center;
}

@media (max-width: 768px) {
    .vantage {
        width: 100%;
        margin: 0 auto;
    }

    .solutions {
        width: 100%;
        overflow: hidden
    }

    .solutions ul {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .solutions li {
        width: 45%;
        margin: 2% 2%;
    }
}

.navbar-collapse.collapse.in ul {
    background: rgba(34, 61, 97, 0.64);
}

.block1 {
    display: block;
!important;
}

.timeline {
    width: 80%;
    margin: 0 auto;
    position: relative;
    padding: 1px 0;
    list-style: none;
    font-weight: 300;
}

.timeline .timeline-item {
    padding-left: 0;
    padding-right: 30px;
}

.timeline .timeline-item.timeline-item-right,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) {
    padding-left: 30px;
    padding-right: 0;
}

.timeline .timeline-item .timeline-event {
    width: 100%;
    background-color: rgba(255,255,255,0.5)!important;
}

.timeline:before {
    border-right-style: solid;
}

.timeline:before,
.timeline:after {
    content: " ";
    display: block;
}

.timeline:after {
    clear: both;
}

.timeline:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    height: 100% !important;
    margin-left: 1px;
    border-right-width: 2px;
    border-right-style: solid;
    border-right-color: #888888;
}

.timeline.timeline-single-column.timeline {
    width: 100%;
    max-width: 768px;
}

.timeline.timeline-single-column.timeline .timeline-item {
    padding-left: 72px;
    padding-right: 0;
}

.timeline.timeline-single-column.timeline .timeline-item.timeline-item-right,
.timeline.timeline-single-column.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) {
    padding-left: 72px;
    padding-right: 0;
}

.timeline.timeline-single-column.timeline .timeline-item .timeline-event {
    width: 100%;
}

.timeline.timeline-single-column.timeline:before {
    left: 42px;
    width: 0;
    margin-left: -1px;
}

.timeline.timeline-single-column.timeline .timeline-item {
    width: 100%;
    margin-bottom: 20px;
}

.timeline.timeline-single-column.timeline .timeline-item:nth-of-type(even) {
    margin-top: 0;
}

.timeline.timeline-single-column.timeline .timeline-item.timeline-item-left + .timeline-item:not(.timeline-item-left):not(.timeline-item-right),
.timeline.timeline-single-column.timeline .timeline-item.timeline-item-right + .timeline-item:not(.timeline-item-left):not(.timeline-item-right) {
    margin-top: 0;
}

.timeline.timeline-single-column.timeline .timeline-item.timeline-item-left + .timeline-item:not(.timeline-item-left):not(.timeline-item-right) + .timeline-item:not(.timeline-item-left):not(.timeline-item-right),
.timeline.timeline-single-column.timeline .timeline-item.timeline-item-right + .timeline-item:not(.timeline-item-left):not(.timeline-item-right) + .timeline-item:not(.timeline-item-left):not(.timeline-item-right) {
    margin-top: 0;
}

.timeline.timeline-single-column.timeline .timeline-item > .timeline-event {
    float: right !important;
}

.timeline.timeline-single-column.timeline .timeline-item > .timeline-event:before,
.timeline.timeline-single-column.timeline .timeline-item > .timeline-event:after {
    right: auto !important;
    border-left-width: 0 !important;
}

.timeline.timeline-single-column.timeline .timeline-item > .timeline-event:before {
    left: -15px !important;
    border-right-width: 15px !important;
}

.timeline.timeline-single-column.timeline .timeline-item > .timeline-event:after {
    left: -14px !important;
    border-right-width: 14px !important;
}

.timeline.timeline-single-column.timeline .timeline-item > .timeline-point {
    transform: translateX(-50%);
    left: 42px !important;
    margin-left: 0;
}

.timeline.timeline-single-column.timeline .timeline-label {
    transform: translateX(-50%);
    margin: 0 0 20px 42px;
}

.timeline.timeline-single-column.timeline .timeline-label + .timeline-item:not(.timeline-item-left):not(.timeline-item-right) {
    margin-top: 0;
}

.timeline.timeline-single-column.timeline .timeline-label + .timeline-item:not(.timeline-item-left):not(.timeline-item-right) + .timeline-item:not(.timeline-item-left):not(.timeline-item-right) {
    margin-top: 0;
}

.timeline.timeline-line-solid:before {
    border-right-style: solid;
}

.timeline.timeline-line-dotted:before {
    border-right-style: dotted;
}

.timeline.timeline-line-dashed:before {
    border-right-style: dashed;
}

.timeline.timeline-line-hidden:before {
    border-right-style: none;
}

.timeline .timeline-item {
    position: relative;
    float: left;
    clear: left;
    width: 50%;
    margin-bottom: 20px;
}

.timeline .timeline-item:before,
.timeline .timeline-item:after {
    content: "";
    display: table;
}

.timeline .timeline-item:after {
    clear: both;
}

.timeline .timeline-item:last-child {
    margin-bottom: 0 !important;
}

.timeline .timeline-item.timeline-item-right > .timeline-event,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) > .timeline-event {
    float: right !important;
}

.timeline .timeline-item.timeline-item-right > .timeline-event:before,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) > .timeline-event:before,
.timeline .timeline-item.timeline-item-right > .timeline-event:after,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) > .timeline-event:after {
    right: auto !important;
    border-left-width: 0 !important;
}

.timeline .timeline-item.timeline-item-right > .timeline-event:before,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) > .timeline-event:before {
    left: -15px !important;
    border-right-width: 15px !important;
}

.timeline .timeline-item.timeline-item-right > .timeline-event:after,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) > .timeline-event:after {
    left: -14px !important;
    border-right-width: 14px !important;
}

.timeline .timeline-item > .timeline-event:before {
    top: 10px;
    right: -15px;
    border-top: 15px solid transparent;
    border-left-width: 15px;
    border-left-style: solid;
    border-right-width: 0;
    border-right-style: solid;
    border-bottom: 15px solid transparent;
}

.timeline .timeline-item > .timeline-event:after {
    top: 11px;
    right: -14px;
    border-top: 14px solid transparent;
    border-left-width: 14px;
    border-left-style: solid;
    border-right-width: 0;
    border-right-style: solid;
    border-bottom: 14px solid transparent;
}

.timeline .timeline-item > .timeline-point {
    top: 25px;
}

.timeline-single-column.timeline .timeline-item > .timeline-event {
    float: right !important;
}

.timeline-single-column.timeline .timeline-item > .timeline-event:before,
.timeline-single-column.timeline .timeline-item > .timeline-event:after {
    right: auto !important;
    border-left-width: 0 !important;
}

.timeline-single-column.timeline .timeline-item > .timeline-event:before {
    left: -15px !important;
    border-right-width: 15px !important;
}

.timeline-single-column.timeline .timeline-item > .timeline-event:after {
    left: -14px !important;
    border-right-width: 14px !important;
}

.timeline .timeline-item:nth-of-type(2) {
    margin-top: 40px;
}

.timeline .timeline-item.timeline-item-left,
.timeline .timeline-item.timeline-item-right {
    clear: both !important;
}

.timeline .timeline-item.timeline-item-left + .timeline-item:not(.timeline-item-left):not(.timeline-item-right),
.timeline .timeline-item.timeline-item-right + .timeline-item:not(.timeline-item-left):not(.timeline-item-right) {
    margin-top: 0;
}

.timeline .timeline-item.timeline-item-left + .timeline-item:not(.timeline-item-left):not(.timeline-item-right) + .timeline-item:not(.timeline-item-left):not(.timeline-item-right),
.timeline .timeline-item.timeline-item-right + .timeline-item:not(.timeline-item-left):not(.timeline-item-right) + .timeline-item:not(.timeline-item-left):not(.timeline-item-right) {
    margin-top: 40px;
}

.timeline .timeline-item.timeline-item-left + .timeline-item:not(.timeline-item-left):not(.timeline-item-right),
.timeline .timeline-item.timeline-item-right + .timeline-item:not(.timeline-item-left):not(.timeline-item-right) {
    clear: both;
}

.timeline .timeline-item.timeline-item-right,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) {
    float: right;
    clear: right;
}

.timeline .timeline-item.timeline-item-right > .timeline-point,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) > .timeline-point {
    left: -24px;
}

.timeline .timeline-item.timeline-item-right > .timeline-point.timeline-point-blank,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) > .timeline-point.timeline-point-blank {
    left: -12px;
}

.timeline .timeline-item.timeline-item-arrow-sm.timeline-item-right > .timeline-event,
.timeline .timeline-item.timeline-item-arrow-sm:nth-of-type(even):not(.timeline-item-left) > .timeline-event {
    float: right !important;
}

.timeline .timeline-item.timeline-item-arrow-sm.timeline-item-right > .timeline-event:before,
.timeline .timeline-item.timeline-item-arrow-sm:nth-of-type(even):not(.timeline-item-left) > .timeline-event:before,
.timeline .timeline-item.timeline-item-arrow-sm.timeline-item-right > .timeline-event:after,
.timeline .timeline-item.timeline-item-arrow-sm:nth-of-type(even):not(.timeline-item-left) > .timeline-event:after {
    right: auto !important;
    border-left-width: 0 !important;
}

.timeline .timeline-item.timeline-item-arrow-sm.timeline-item-right > .timeline-event:before,
.timeline .timeline-item.timeline-item-arrow-sm:nth-of-type(even):not(.timeline-item-left) > .timeline-event:before {
    left: -10px !important;
    border-right-width: 10px !important;
}

.timeline .timeline-item.timeline-item-arrow-sm.timeline-item-right > .timeline-event:after,
.timeline .timeline-item.timeline-item-arrow-sm:nth-of-type(even):not(.timeline-item-left) > .timeline-event:after {
    left: -9px !important;
    border-right-width: 9px !important;
}

.timeline .timeline-item.timeline-item-arrow-sm > .timeline-event:before {
    top: 4px;
    right: -10px;
    border-top: 10px solid transparent;
    border-left-width: 10px;
    border-left-style: solid;
    border-right-width: 0;
    border-right-style: solid;
    border-bottom: 10px solid transparent;
}

.timeline .timeline-item.timeline-item-arrow-sm > .timeline-event:after {
    top: 5px;
    right: -9px;
    border-top: 9px solid transparent;
    border-left-width: 9px;
    border-left-style: solid;
    border-right-width: 0;
    border-right-style: solid;
    border-bottom: 9px solid transparent;
}

.timeline .timeline-item.timeline-item-arrow-sm > .timeline-point {
    top: 14px;
}

.timeline-single-column.timeline .timeline-item.timeline-item-arrow-sm > .timeline-event {
    float: right !important;
}

.timeline-single-column.timeline .timeline-item.timeline-item-arrow-sm > .timeline-event:before,
.timeline-single-column.timeline .timeline-item.timeline-item-arrow-sm > .timeline-event:after {
    right: auto !important;
    border-left-width: 0 !important;
}

.timeline-single-column.timeline .timeline-item.timeline-item-arrow-sm > .timeline-event:before {
    left: -10px !important;
    border-right-width: 10px !important;
}

.timeline-single-column.timeline .timeline-item.timeline-item-arrow-sm > .timeline-event:after {
    left: -9px !important;
    border-right-width: 9px !important;
}

.timeline .timeline-item.timeline-item-arrow-md.timeline-item-right > .timeline-event,
.timeline .timeline-item.timeline-item-arrow-md:nth-of-type(even):not(.timeline-item-left) > .timeline-event {
    float: right !important;
}

.timeline .timeline-item.timeline-item-arrow-md.timeline-item-right > .timeline-event:before,
.timeline .timeline-item.timeline-item-arrow-md:nth-of-type(even):not(.timeline-item-left) > .timeline-event:before,
.timeline .timeline-item.timeline-item-arrow-md.timeline-item-right > .timeline-event:after,
.timeline .timeline-item.timeline-item-arrow-md:nth-of-type(even):not(.timeline-item-left) > .timeline-event:after {
    right: auto !important;
    border-left-width: 0 !important;
}

.timeline .timeline-item.timeline-item-arrow-md.timeline-item-right > .timeline-event:before,
.timeline .timeline-item.timeline-item-arrow-md:nth-of-type(even):not(.timeline-item-left) > .timeline-event:before {
    left: -15px !important;
    border-right-width: 15px !important;
}

.timeline .timeline-item.timeline-item-arrow-md.timeline-item-right > .timeline-event:after,
.timeline .timeline-item.timeline-item-arrow-md:nth-of-type(even):not(.timeline-item-left) > .timeline-event:after {
    left: -14px !important;
    border-right-width: 14px !important;
}

.timeline .timeline-item.timeline-item-arrow-md > .timeline-event:before {
    top: 10px;
    right: -15px;
    border-top: 15px solid transparent;
    border-left-width: 15px;
    border-left-style: solid;
    border-right-width: 0;
    border-right-style: solid;
    border-bottom: 15px solid transparent;
}

.timeline .timeline-item.timeline-item-arrow-md > .timeline-event:after {
    top: 11px;
    right: -14px;
    border-top: 14px solid transparent;
    border-left-width: 14px;
    border-left-style: solid;
    border-right-width: 0;
    border-right-style: solid;
    border-bottom: 14px solid transparent;
}

.timeline .timeline-item.timeline-item-arrow-md > .timeline-point {
    top: 25px;
}

.timeline-single-column.timeline .timeline-item.timeline-item-arrow-md > .timeline-event {
    float: right !important;
}

.timeline-single-column.timeline .timeline-item.timeline-item-arrow-md > .timeline-event:before,
.timeline-single-column.timeline .timeline-item.timeline-item-arrow-md > .timeline-event:after {
    right: auto !important;
    border-left-width: 0 !important;
}

.timeline-single-column.timeline .timeline-item.timeline-item-arrow-md > .timeline-event:before {
    left: -15px !important;
    border-right-width: 15px !important;
}

.timeline-single-column.timeline .timeline-item.timeline-item-arrow-md > .timeline-event:after {
    left: -14px !important;
    border-right-width: 14px !important;
}

.timeline .timeline-item.timeline-item-arrow-lg.timeline-item-right > .timeline-event,
.timeline .timeline-item.timeline-item-arrow-lg:nth-of-type(even):not(.timeline-item-left) > .timeline-event {
    float: right !important;
}

.timeline .timeline-item.timeline-item-arrow-lg.timeline-item-right > .timeline-event:before,
.timeline .timeline-item.timeline-item-arrow-lg:nth-of-type(even):not(.timeline-item-left) > .timeline-event:before,
.timeline .timeline-item.timeline-item-arrow-lg.timeline-item-right > .timeline-event:after,
.timeline .timeline-item.timeline-item-arrow-lg:nth-of-type(even):not(.timeline-item-left) > .timeline-event:after {
    right: auto !important;
    border-left-width: 0 !important;
}

.timeline .timeline-item.timeline-item-arrow-lg.timeline-item-right > .timeline-event:before,
.timeline .timeline-item.timeline-item-arrow-lg:nth-of-type(even):not(.timeline-item-left) > .timeline-event:before {
    left: -18px !important;
    border-right-width: 18px !important;
}

.timeline .timeline-item.timeline-item-arrow-lg.timeline-item-right > .timeline-event:after,
.timeline .timeline-item.timeline-item-arrow-lg:nth-of-type(even):not(.timeline-item-left) > .timeline-event:after {
    left: -17px !important;
    border-right-width: 17px !important;
}

.timeline .timeline-item.timeline-item-arrow-lg > .timeline-event:before {
    top: 10px;
    right: -18px;
    border-top: 18px solid transparent;
    border-left-width: 18px;
    border-left-style: solid;
    border-right-width: 0;
    border-right-style: solid;
    border-bottom: 18px solid transparent;
}

.timeline .timeline-item.timeline-item-arrow-lg > .timeline-event:after {
    top: 11px;
    right: -17px;
    border-top: 17px solid transparent;
    border-left-width: 17px;
    border-left-style: solid;
    border-right-width: 0;
    border-right-style: solid;
    border-bottom: 17px solid transparent;
}

.timeline .timeline-item.timeline-item-arrow-lg > .timeline-point {
    top: 28px;
}

.timeline-single-column.timeline .timeline-item.timeline-item-arrow-lg > .timeline-event {
    float: right !important;
}

.timeline-single-column.timeline .timeline-item.timeline-item-arrow-lg > .timeline-event:before,
.timeline-single-column.timeline .timeline-item.timeline-item-arrow-lg > .timeline-event:after {
    right: auto !important;
    border-left-width: 0 !important;
}

.timeline-single-column.timeline .timeline-item.timeline-item-arrow-lg > .timeline-event:before {
    left: -18px !important;
    border-right-width: 18px !important;
}

.timeline-single-column.timeline .timeline-item.timeline-item-arrow-lg > .timeline-event:after {
    left: -17px !important;
    border-right-width: 17px !important;
}

.timeline .timeline-item > .timeline-event {
    background: #fff;
    /*border: 1px solid #888888;*/
    color: #555;
    position: relative;
    float: left;
    border-radius: 3px;
}

.timeline .timeline-item > .timeline-event:before {
    border-left-color: #888888;
    border-right-color: #888888;
}

.timeline .timeline-item > .timeline-event:after {
    border-left-color: #fff;
    border-right-color: #fff;
}

.timeline .timeline-item > .timeline-event h1,
.timeline .timeline-item > .timeline-event h2,
.timeline .timeline-item > .timeline-event h3,
.timeline .timeline-item > .timeline-event h4,
.timeline .timeline-item > .timeline-event h5,
.timeline .timeline-item > .timeline-event h6,
.timeline .timeline-item > .timeline-event p,
.timeline .timeline-item > .timeline-event .timeline-inherit-color {
    color: inherit;
}

.timeline .timeline-item > .timeline-event.timeline-event-default {
    background: #fff;
    border: 1px solid #888888;
    color: #555;
}

.timeline .timeline-item > .timeline-event.timeline-event-default:before {
    border-left-color: #888888;
    border-right-color: #888888;
}

.timeline .timeline-item > .timeline-event.timeline-event-default:after {
    border-left-color: #fff;
    border-right-color: #fff;
}

.timeline .timeline-item > .timeline-event.timeline-event-default h1,
.timeline .timeline-item > .timeline-event.timeline-event-default h2,
.timeline .timeline-item > .timeline-event.timeline-event-default h3,
.timeline .timeline-item > .timeline-event.timeline-event-default h4,
.timeline .timeline-item > .timeline-event.timeline-event-default h5,
.timeline .timeline-item > .timeline-event.timeline-event-default h6,
.timeline .timeline-item > .timeline-event.timeline-event-default p,
.timeline .timeline-item > .timeline-event.timeline-event-default .timeline-inherit-color {
    color: inherit;
}

.timeline .timeline-item > .timeline-event.timeline-event-primary {
    background: #f5f5f5;
    border: 1px solid #888888;
    color: #555;
}

.timeline .timeline-item > .timeline-event.timeline-event-primary:before {
    border-left-color: #888888;
    border-right-color: #888888;
}

.timeline .timeline-item > .timeline-event.timeline-event-primary:after {
    border-left-color: #f5f5f5;
    border-right-color: #f5f5f5;
}

.timeline .timeline-item > .timeline-event.timeline-event-primary h1,
.timeline .timeline-item > .timeline-event.timeline-event-primary h2,
.timeline .timeline-item > .timeline-event.timeline-event-primary h3,
.timeline .timeline-item > .timeline-event.timeline-event-primary h4,
.timeline .timeline-item > .timeline-event.timeline-event-primary h5,
.timeline .timeline-item > .timeline-event.timeline-event-primary h6,
.timeline .timeline-item > .timeline-event.timeline-event-primary p,
.timeline .timeline-item > .timeline-event.timeline-event-primary .timeline-inherit-color {
    color: inherit;
}

.timeline .timeline-item > .timeline-event.timeline-event-success {
    background: #F3F8ED;
    border: 1px solid #72b92e;
    color: #3F8100;
}

.timeline .timeline-item > .timeline-event.timeline-event-success:before {
    border-left-color: #72b92e;
    border-right-color: #72b92e;
}

.timeline .timeline-item > .timeline-event.timeline-event-success:after {
    border-left-color: #F3F8ED;
    border-right-color: #F3F8ED;
}

.timeline .timeline-item > .timeline-event.timeline-event-success h1,
.timeline .timeline-item > .timeline-event.timeline-event-success h2,
.timeline .timeline-item > .timeline-event.timeline-event-success h3,
.timeline .timeline-item > .timeline-event.timeline-event-success h4,
.timeline .timeline-item > .timeline-event.timeline-event-success h5,
.timeline .timeline-item > .timeline-event.timeline-event-success h6,
.timeline .timeline-item > .timeline-event.timeline-event-success p,
.timeline .timeline-item > .timeline-event.timeline-event-success .timeline-inherit-color {
    color: inherit;
}

.timeline .timeline-item > .timeline-event.timeline-event-info {
    background: #F0F8FD;
    border: 1px solid #3e93cf;
    color: #0062A7;
}

.timeline .timeline-item > .timeline-event.timeline-event-info:before {
    border-left-color: #3e93cf;
    border-right-color: #3e93cf;
}

.timeline .timeline-item > .timeline-event.timeline-event-info:after {
    border-left-color: #F0F8FD;
    border-right-color: #F0F8FD;
}

.timeline .timeline-item > .timeline-event.timeline-event-info h1,
.timeline .timeline-item > .timeline-event.timeline-event-info h2,
.timeline .timeline-item > .timeline-event.timeline-event-info h3,
.timeline .timeline-item > .timeline-event.timeline-event-info h4,
.timeline .timeline-item > .timeline-event.timeline-event-info h5,
.timeline .timeline-item > .timeline-event.timeline-event-info h6,
.timeline .timeline-item > .timeline-event.timeline-event-info p,
.timeline .timeline-item > .timeline-event.timeline-event-info .timeline-inherit-color {
    color: inherit;
}

.timeline .timeline-item > .timeline-event.timeline-event-warning {
    background: #FFF9E9;
    border: 1px solid #d0aa42;
    color: #ac7e00;
}

.timeline .timeline-item > .timeline-event.timeline-event-warning:before {
    border-left-color: #d0aa42;
    border-right-color: #d0aa42;
}

.timeline .timeline-item > .timeline-event.timeline-event-warning:after {
    border-left-color: #FFF9E9;
    border-right-color: #FFF9E9;
}

.timeline .timeline-item > .timeline-event.timeline-event-warning h1,
.timeline .timeline-item > .timeline-event.timeline-event-warning h2,
.timeline .timeline-item > .timeline-event.timeline-event-warning h3,
.timeline .timeline-item > .timeline-event.timeline-event-warning h4,
.timeline .timeline-item > .timeline-event.timeline-event-warning h5,
.timeline .timeline-item > .timeline-event.timeline-event-warning h6,
.timeline .timeline-item > .timeline-event.timeline-event-warning p,
.timeline .timeline-item > .timeline-event.timeline-event-warning .timeline-inherit-color {
    color: inherit;
}

.timeline .timeline-item > .timeline-event.timeline-event-danger {
    background: #FFC4BC;
    border: 1px solid #d25a4b;
    color: #B71500;
}

.timeline .timeline-item > .timeline-event.timeline-event-danger:before {
    border-left-color: #d25a4b;
    border-right-color: #d25a4b;
}

.timeline .timeline-item > .timeline-event.timeline-event-danger:after {
    border-left-color: #FFC4BC;
    border-right-color: #FFC4BC;
}

.timeline .timeline-item > .timeline-event.timeline-event-danger h1,
.timeline .timeline-item > .timeline-event.timeline-event-danger h2,
.timeline .timeline-item > .timeline-event.timeline-event-danger h3,
.timeline .timeline-item > .timeline-event.timeline-event-danger h4,
.timeline .timeline-item > .timeline-event.timeline-event-danger h5,
.timeline .timeline-item > .timeline-event.timeline-event-danger h6,
.timeline .timeline-item > .timeline-event.timeline-event-danger p,
.timeline .timeline-item > .timeline-event.timeline-event-danger .timeline-inherit-color {
    color: inherit;
}

.timeline .timeline-item > .timeline-event:before,
.timeline .timeline-item > .timeline-event:after {
    content: "";
    display: inline-block;
    position: absolute;
}

.timeline .timeline-item > .timeline-event .timeline-heading,
.timeline .timeline-item > .timeline-event .timeline-body,
.timeline .timeline-item > .timeline-event .timeline-footer {
    padding: 4px 10px;
}

.timeline .timeline-item > .timeline-event .timeline-heading p,
.timeline .timeline-item > .timeline-event .timeline-body p,
.timeline .timeline-item > .timeline-event .timeline-footer p,
.timeline .timeline-item > .timeline-event .timeline-heading ul,
.timeline .timeline-item > .timeline-event .timeline-body ul,
.timeline .timeline-item > .timeline-event .timeline-footer ul {
    margin-bottom: 0;
}

.timeline .timeline-item > .timeline-event .timeline-heading h4 {
    font-weight: 400;
    font-weight: bold;
    color: #122748;
}

.timeline .timeline-item > .timeline-event .timeline-footer a {
    cursor: pointer;
    text-decoration: none;
}

.timeline .timeline-item > .timeline-event .panel,
.timeline .timeline-item > .timeline-event .table,
.timeline .timeline-item > .timeline-event .blankslate {
    margin: 0;
    border: none;
    border-radius: inherit;
    overflow: hidden;
}

.timeline .timeline-item > .timeline-event .table th {
    border-top: 0;
}

.timeline .timeline-item > .timeline-point {
    color: #888888;
    background: #fff;
    right: -24px;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    margin-left: 12px;
    margin-right: 12px;
    position: absolute;
    z-index: 100;
    border-width: 2px;
    border-style: solid;
    border-radius: 100%;
    line-height: 20px;
    text-align: center;
}

.timeline .timeline-item > .timeline-point.timeline-point-blank {
    right: -12px;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    margin-left: 6px;
    margin-right: 6px;
    color: #888888;
    background: #888888;
}

.timeline .timeline-item > .timeline-point.timeline-point-default {
    color: #888888;
    background: #fff;
}

.timeline .timeline-item > .timeline-point.timeline-point-primary {
    color: #888888;
    background: #fff;
}

.timeline .timeline-item > .timeline-point.timeline-point-success {
    color: #72b92e;
    background: #fff;
}

.timeline .timeline-item > .timeline-point.timeline-point-info {
    color: #3e93cf;
    background: #fff;
}

.timeline .timeline-item > .timeline-point.timeline-point-warning {
    color: #d0aa42;
    background: #fff;
}

.timeline .timeline-item > .timeline-point.timeline-point-danger {
    color: #d25a4b;
    background: #fff;
}

.timeline .timeline-label {
    position: relative;
    float: left;
    clear: left;
    width: 50%;
    margin-bottom: 20px;
    top: 1px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    text-align: center;
}

.timeline .timeline-label:before,
.timeline .timeline-label:after {
    content: "";
    display: table;
}

.timeline .timeline-label:after {
    clear: both;
}

.timeline .timeline-label:last-child {
    margin-bottom: 0 !important;
}

.timeline .timeline-label + .timeline-item:not(.timeline-item-left):not(.timeline-item-right) {
    margin-top: 0;
}

.timeline .timeline-label + .timeline-item:not(.timeline-item-left):not(.timeline-item-right) + .timeline-item:not(.timeline-item-left):not(.timeline-item-right) {
    margin-top: 40px;
}

.timeline .timeline-label .label-default {
    background-color: #888888;
}

.timeline .timeline-label .label-primary {
    background-color: rgba(255,255,255,0.5);
    color: #333;
}

.timeline .timeline-label .label-info {
    background-color: #3e93cf;
}

.timeline .timeline-label .label-warning {
    background-color: #d0aa42;
}

.timeline .timeline-label .label-danger {
    background-color: #d25a4b;
}

@media all and (orientation: portrait) {
    .timeline.timeline {
        width: 100%;
        max-width: 100%;
    }

    .timeline.timeline .timeline-item {
        padding-left: 72px;
        padding-right: 0;
    }

    .timeline.timeline .timeline-item.timeline-item-right,
    .timeline.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) {
        padding-left: 72px;
        padding-right: 0;
    }

    .timeline.timeline .timeline-item .timeline-event {
        width: 100%;
    }

    .timeline.timeline:before {
        left: 42px;
        width: 0;
        margin-left: -1px;
    }

    .timeline.timeline .timeline-item {
        width: 100%;
        margin-bottom: 20px;
    }

    .timeline.timeline .timeline-item:nth-of-type(even) {
        margin-top: 0;
    }

    .timeline.timeline .timeline-item.timeline-item-left + .timeline-item:not(.timeline-item-left):not(.timeline-item-right),
    .timeline.timeline .timeline-item.timeline-item-right + .timeline-item:not(.timeline-item-left):not(.timeline-item-right) {
        margin-top: 0;
    }

    .timeline.timeline .timeline-item.timeline-item-left + .timeline-item:not(.timeline-item-left):not(.timeline-item-right) + .timeline-item:not(.timeline-item-left):not(.timeline-item-right),
    .timeline.timeline .timeline-item.timeline-item-right + .timeline-item:not(.timeline-item-left):not(.timeline-item-right) + .timeline-item:not(.timeline-item-left):not(.timeline-item-right) {
        margin-top: 0;
    }

    .timeline.timeline .timeline-item > .timeline-event {
        float: right !important;
    }

    .timeline.timeline .timeline-item > .timeline-event:before,
    .timeline.timeline .timeline-item > .timeline-event:after {
        right: auto !important;
        border-left-width: 0 !important;
    }

    .timeline.timeline .timeline-item > .timeline-event:before {
        left: -15px !important;
        border-right-width: 15px !important;
    }

    .timeline.timeline .timeline-item > .timeline-event:after {
        left: -14px !important;
        border-right-width: 14px !important;
    }

    .timeline.timeline .timeline-item > .timeline-point {
        transform: translateX(-50%);
        left: 42px !important;
        margin-left: 0;
    }

    .timeline.timeline .timeline-label {
        transform: translateX(-50%);
        margin: 0 0 20px 42px;
    }

    .timeline.timeline .timeline-label + .timeline-item:not(.timeline-item-left):not(.timeline-item-right) {
        margin-top: 0;
    }

    .timeline.timeline .timeline-label + .timeline-item:not(.timeline-item-left):not(.timeline-item-right) + .timeline-item:not(.timeline-item-left):not(.timeline-item-right) {
        margin-top: 0;
    }
}

.td{
    width: 100%;
    height: 600px;
    background-repeat: repeat-y;
    background: url(../images/team.jpg);
    display: flex;
    justify-content:space-around;
}

.us{
    color: black !important;
    font-size: 28px;
    font-weight: bold;
    height: 660px;
}

.us li{
    text-align: left;
    margin: 40px 0;
}

.us li:nth-child(1){
    font-weight: bold;
    font-size: 38px;
}

@media (max-width: 768px) {
    .timeline.timeline {
        width: 100%;
        max-width: 100%;
    }

    .timeline.timeline .timeline-item {
        padding-left: 72px;
        padding-right: 0;
    }

    .timeline.timeline .timeline-item.timeline-item-right,
    .timeline.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) {
        padding-left: 72px;
        padding-right: 0;
    }

    .timeline.timeline .timeline-item .timeline-event {
        width: 100%;
    }

    .timeline.timeline:before {
        left: 42px;
        width: 0;
        margin-left: -1px;
    }

    .timeline.timeline .timeline-item {
        width: 100%;
        margin-bottom: 20px;
    }

    .timeline.timeline .timeline-item:nth-of-type(even) {
        margin-top: 0;
    }

    .timeline.timeline .timeline-item.timeline-item-left + .timeline-item:not(.timeline-item-left):not(.timeline-item-right),
    .timeline.timeline .timeline-item.timeline-item-right + .timeline-item:not(.timeline-item-left):not(.timeline-item-right) {
        margin-top: 0;
    }

    .timeline.timeline .timeline-item.timeline-item-left + .timeline-item:not(.timeline-item-left):not(.timeline-item-right) + .timeline-item:not(.timeline-item-left):not(.timeline-item-right),
    .timeline.timeline .timeline-item.timeline-item-right + .timeline-item:not(.timeline-item-left):not(.timeline-item-right) + .timeline-item:not(.timeline-item-left):not(.timeline-item-right) {
        margin-top: 0;
    }

    .timeline.timeline .timeline-item > .timeline-event {
        float: right !important;
    }

    .timeline.timeline .timeline-item > .timeline-event:before,
    .timeline.timeline .timeline-item > .timeline-event:after {
        right: auto !important;
        border-left-width: 0 !important;
    }

    .timeline.timeline .timeline-item > .timeline-event:before {
        left: -15px !important;
        border-right-width: 15px !important;
    }

    .timeline.timeline .timeline-item > .timeline-event:after {
        left: -14px !important;
        border-right-width: 14px !important;
    }

    .timeline.timeline .timeline-item > .timeline-point {
        transform: translateX(-50%);
        left: 42px !important;
        margin-left: 0;
    }

    .timeline.timeline .timeline-label {
        transform: translateX(-50%);
        margin: 0 0 20px 42px;
    }

    .timeline.timeline .timeline-label + .timeline-item:not(.timeline-item-left):not(.timeline-item-right) {
        margin-top: 0;
    }

    .timeline.timeline .timeline-label + .timeline-item:not(.timeline-item-left):not(.timeline-item-right) + .timeline-item:not(.timeline-item-left):not(.timeline-item-right) {
        margin-top: 0;
    }
}
