/*
Theme Name: LT Robot Tool Changer
Version: 1.9
Author: xuxiaoke
Author URI: https://www.ftheme.com/

Use it to make something cool, have fun, and share what you've learned with others.
*/
/* Global CSS */
.g-info {
    width: 70%;
    margin: 0 auto;
}
.g-title {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    line-height: 1.4;
}
.g-subtitle {
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    line-height: 1.4;
}

/* Global Color */
.c-dark {
    background-color: #111;
}

.c-white {
    background-color: #fff;
}
.shadow {
    -webkit-box-shadow: 0 1px 9px 1px rgba(0,0,0,.15);
    box-shadow: 0 1px 9px 1px rgba(0,0,0,.15);

}

/* border */
.b-r {
    border-right: 1px solid #edf4f8;
}

/* round */
.round-5 {
    border-radius: 5px;
}

.round-3 {
    border-radius: 3px;
}

.round-lr-t {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.round-lr-b {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

/* btn */
.btn-main {
    background: #F97200;
    border: 1px solid #F97200;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 12px 60px;
    text-transform: uppercase;
    border-radius: 40px;
    font-weight: 600;
}

.btn-main:hover {
    color: #fff;
}
.btn-transparent {
    color: #333;
    border: 1px solid #F97200;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 12px 60px;
    text-transform: uppercase;
    border-radius: 40px;
    font-weight: 600;
}

.btn-transparent:hover {
}

/* banner */
.index-slider, .theme-info, .nav-bg{
    padding: 60px 0 40px;
    background-size: cover;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.index-slider:before, .theme-slider:before, .theme-info:before, .nav-bg:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}


.index-slider .block h1 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
}

.index-slider .block h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}
.index-slider .block span {
    color: #F97200;
}

.index-slider .block p {
    margin-bottom: 20px;
}

.index-slider .block .btn-main, .theme-info .block .btn-main {
    margin-right: 8px;
}

.index-slider .block .btn-main:hover, .theme-info .block .btn-main:hover {
    opacity: .8;
}

.img-layer {
    position: relative;
}

.img-layer img {
    width: 100%;
    border-radius: 10px;
}

.img-layer.img-pull-left .img-layer-lg {
    z-index: 100;
}

.img-layer.img-pull-left .img-layer-md, .img-layer.img-pull-right .img-layer-md {
    position: absolute;
    right: 62.5%;
    bottom: 0px;
    left: 0px;
    z-index: 110;
}

.img-layer.img-pull-left .img-layer-sm, .img-layer.img-pull-right .img-layer-sm {
    position: absolute;
    right: 51%;
    bottom: 0px;
    left: 26%;
    z-index: 120;
}
.theme-more  {
    padding: 30px 0;
}
.theme-more .g-title {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.3em;
    color: rgba(255,255,255, 0.9);
}

.theme-more .btn-color {
    color: #111;
    background: rgba(255,255,255, .8);
    display: inline-block;
    padding: 8px 37px;
}

.btn-color:hover, .btn-color:focus {
    color: #111;
    background: #fff;
}

/* index plan */
.index-plan .plan-box {
    padding: 30px 20px 60px;
    margin-bottom: 40px;
    box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.1);
    background: #fff;
    transition: 0.4s;
}

.index-plan .g-title span {
    color: #F97200;
}

.index-plan .plan-box:hover {
    box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
}

.index-plan .plan-box .icon {
    float: left;
    margin-right: 10px;
}
.index-plan .plan-box .icon img {
    border-radius: 3px;
}

.index-plan .plan-box .icon i {
    color: #444;
    font-size: 64px;
    transition: 0.5s;
    line-height: 0;
    margin-top: 34px;
}

.index-plan .plan-box .icon i:before {
    background: linear-gradient(45deg, #EB9D70 0%, #F97200 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.index-plan .plan-box h3 {
    margin-left: 100px;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 22px;
}

.index-plan .plan-box p {
    font-size: 14px;
    margin-left: 100px;
    margin-bottom: 0;
    line-height: 24px;
}

/* index choose */
.index-choose {
    background: url(../images/elipse-bg.png) no-repeat top center;
    background-size: cover;
}

.choose-title {
    font-weight: bolder;
}

.choose-info  p, .choose-info ul li {
    color: #788487;
    line-height: 28px;
}

.choose-info ul li {
    padding-left: 0;
    padding-right: 0;
}

.choose-reason .fa {
    color: #F97200;
}

.index-develop {
    padding-bottom: 150px;
    padding-top: 70px;
}

/* index service */
.index-service {
    position: relative;
    -webkit-background-size: cover;
    background-size: cover;
}

.service-info {
    color: #fff;
    width: 70%;
    margin: 0 auto
}

.index-service:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(57deg, #00C6A7 0%, #1E4D92 100%);
}

.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}

.service-box {
    text-align: center;
    padding: 35px 25px;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    border: 1px solid rgba(255,255,255,0.05);
    margin-bottom: 10px;
}

.service-box:hover {
    background: #fff;
    border-color: transparent;
}

.service-box:hover p, .service-box:hover h3 {
    color: #111;
}

.service-box:hover i {
    color: #21c87a;
}

.service-box i {
    font-size: 70px;
    margin-bottom: 30px;
    display: block;
}

.service-box i, .service-box h3 {
    color: #fff;
}

.service-box i, .service-box h3 {
    color: #fff;
}

.service-box p {
    color: #eee;
    margin-top: 15px;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .index-service .service-box:nth-child(4) {
        margin-bottom: 30px;
    }
}

/* footer */
.footer {
    background-color: #1b1b1d;
    color: #797979;
}

.footer a.theme-name {
    position: relative;
    font-family: "Anton",sans-serif;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-decoration: none;
    color: #F97200;
}

.footer .theme-name span {
    color: #fff;
}

.footer .fa {
    color: #F97200;
    margin-right: 10px;
}

.footer-widget h3.footer-title {
    margin-top: 0;
    border-bottom: solid 1px #4c4c4c;
    font-size: 16px;
    color: #F97200;
    padding-bottom: 15px;
}

.footer-widget li {
    list-style: none;
    padding: 10px 0;
}

.footer-widget li a {
    color: #797979;
}

.footer-widget li a:hover {
    color: #fff;
    text-decoration: none;
}

/* Theme Cat Slider */
.theme-slider{
    position:relative;
}

.theme-slider{
    height:450px;
    background-size:cover;
    background-position:center;
}

.theme-slider .t-text{
    margin-top:130px;
    text-align:center;
}

.theme-slider h1{
    color:#fff;
    font-size:48px;
    font-weight:500;
    line-height:75px;
    text-transform:capitalize;
}

.theme-slider p {
    color: #fff;
    margin: 0px 0px;
    font-weight: 300;
    font-size: 16px;
    padding: 0;
}

.theme-slider .button-head {
    text-align: center;
}

.theme-slider .button {
    margin-top: 55px;
    text-align: center;
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.theme-slider .button .btn::before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    height: 2px;
    width: 40px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.theme-slider .button:hover .btn::before{
    width: 100%;
}

.theme-slider .button .btn:after{
    position:absolute;
    content:"";
    right:0;
    bottom:0;
    height:30px;
    width:2px;
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    transition:all 0.4s ease;
}

.theme-slider .button:hover .btn::after{
    height: 100%;
}

.theme-slider .button span::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 2px;
    width: 40px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.theme-slider .button:hover span::before{
    width: 100%;
}

.theme-slider .button span::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 30px;
    width: 2px;
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    transition:all 0.4s ease;
}

.theme-slider .button:hover span::after{
    height: 100%;
}

.theme-slider .button .btn {
    font-weight: 500;
    font-size: 15px;
    height: 45px;
    color: #fff;
    display: inline-block;
    line-height: 45px;
    padding: 0 45px 0 45px;
}

.theme-slider .button .btn:after, .theme-slider .button span::before, .theme-slider .button span::after {
    background: #F97200;
}

.theme-slider .button .btn::before, .theme-slider .button .btn:after, .theme-slider .button span::before, .theme-slider .button span::after {
    background: #F97200;
}



/* theme details */
.theme-info {
    padding: 80px 0 120px;
}

.theme-info .block h1 {
    font-weight: 600;
    margin-top: 0;
}

.theme-info .block p {
    font-size: 15px;
    line-height: 26px;
}

.theme-info .block .theme-price {
    font-size: 16px;
    line-height: 40px;
}

.theme-info .block .theme-price .rel-price {
    display: inline-block;
    vertical-align: top;
}

.theme-info .block .theme-price .ori-price {
    text-decoration: line-through;
}

.theme-info .block .how-buy {
    padding: 12px 0;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
}

.theme-info .block .list-inline {
    margin: 20px 0 30px;
    font-size: 0;
    text-align: center;
}

.theme-intro {
    background: #fff;
    padding: 10px 6px;
    text-align: center;
}

.theme-intro h3 {
    font-size: 20px;
}

.list-inline {
    margin-top: 30px;
}
.mb-20 {
    margin-bottom: 20px;
}
@media screen and (max-width: 468px) {
    .theme-info .block .list-inline li .btn {
        font-size: 16px;
        padding: 12px 30px;
    }
    .btn-main, .btn-transparent {
        padding: 12px 20px;
    }
    .index-plan .plan-box .icon {
        margin-bottom: 15px;
    }
    .index-plan .plan-box .icon img {
        width: 469px;
    }
    .index-plan .plan-box h3, .index-plan .plan-box p {
        margin-left: 0;
        margin-top: 5px;
    }
    .list-inline {
        margin-bottom: 30px;
    }
    .theme-intro {
        padding: 20px 6px;
    }
    .contact-bg {
        padding: 0px;
    }
}
