@charset "utf-8";

.indexbg {
    padding: 50px 0;
}

.banner {
    margin-top: -90px;
    position: relative;
}

/* service */
.indextitle h2 {
    text-align: center;
    font-weight: bold;
    padding: 40px 0;
    font-size: 36px
}

.cardsimg {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    display: block;
    padding-top: 70%;
}

.cardsimg img {
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    transition: all ease 0.3s;
}

.cardsimg:hover img {
    transform: scale(1.2);
    transition: all ease 0.3s;
}

.cards .ltxt {
    width: 100%;
    background-color: #f4f4f4;
    color: #000;
    padding: 0 10px;
    height: 80px;
    border-radius: 5px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-top: 20px;
    cursor: pointer;
    transition: 0.5s;
}

.cards .ltxt p {
    width: 80%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.cards .ltxt:hover {
    color: #ff740c;
    transition: 0.5s;
}

.cards {
    margin-bottom: 50px;
}

/* anout */
.indexbg1 {
    background-color: #f0f0f0;
    padding: 50px 0;
}

.aboutimg {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
}

.aboutimg img {
    width: 100%;
    vertical-align: middle;
    transition: all 0.35s ease
}

.aboutimg:hover img {
    transform: scale(1.1);
}

.abouttitle {
    width: 95%;
    padding-left: 5%;
}

.abouttit {
    padding-top: 50px;

}

.abouttit h1 {
    font-size: 36px;
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
}

.abouttit h2 {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
}

.abouttit h3 {
    line-height: 24px;
    color: #666;
    word-wrap: break-word;
    word-break: break-all;
}

.abouttit1 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.abouttit1 i {
    font-size: 20px;
    margin-right: 10px;
    color: #fe8123
}

.abouttit1 h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    font-style: italic;
}

.abouttit1 p {
    color: #666;
    word-wrap: break-word;
    word-break: break-all;
}

.aboutmore {
    background-color: #fe8123;
    border-radius: 35px;
    padding: 8px 35px;
    display: inline-block;
    color: #Fff;
    transition: all ease 0.3s;
}

.aboutmore a {
    color: #fff
}

.aboutmore:hover {
    padding: 8px 45px;
    transition: all ease 0.3s;
}

/* messages */
.indexmessages {
    background-color: #f0f0f0;
    padding: 50px;
}

.public_tableli {
    border-radius: 0%;
    margin: 15px 0;
}

.public_tabletextarea {
    width: 100%;
}

.public_tableli input {
    border: 1px solid #e5e5e5;
    padding: 10px;
    width: 100%;
}

.public_tabletextarea textarea {
    resize: none;
    height: 120px;
    width: 100%;
    padding: 15px;
    border-bottom: 2px solid #fff;
    font-size: 16px;
    color: #000;
    background-color: #fff !important;
    border: 1px solid #e5e5e5;
    outline: none;
    background: none;
}

.public_tableli input:focus,
.public_tableli textarea:focus {
    border: 1px solid #4dbbf1;
}

.public_tableli p {
    font-size: 14px;
    color: #fe8123;
    font-weight: bold;
    margin-top: 5px;
}
.table_btn {
    margin-top: 20px;
}

.table_btn a {
    padding: 10px 30px;
    background-color: #fe8123;
    text-align: center;
    font-size: 18px;
    color: #fff;
    display: block;
    display: inline-block;
    transition: all ease 0.3s;

}
.table_btn a:hover{
    padding: 10px 40px;
    transition: all ease 0.3s;

}
.messagesimg{
    padding: 0 0;
}
.messagesimg img {
    width: 100%;
    vertical-align: middle;
    /*height: 100%;*/
}

/* indexFAQ */
.indexFAQ{
    background: url(../images/j82.png) no-repeat;
    background-size:cover ;
    margin: 50px 0 0 0;
    padding: 100px 0;
}
.accordion-button:not(.collapsed){
    background-color: #fe8123;
    color:#fff
}
/* news */
.indexnews{
    padding-bottom: 50px;
}
.news_img {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    padding-top: 100%;
  }
  
.news_img img {
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
  }
  
.news {
    padding-bottom:20px;
    cursor: pointer;
    transition: all 0.5s;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    position: relative;
}

.news span {
    margin-top: 10px;
    display: block;
    color: #fe8123;
}

.news h2 {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 10px 0 10px 0;
}

.news h3 {
    font-size: 16px;
    color: #666;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    ;
    margin: 10px 0;
    line-height: 22px;
}


.news_more {
    margin-top: 20px;
    text-transform: capitalize;
}

.news_more a {
    display: block;
    font-size: 18px;
    width: 180px;
    line-height: 50px;
    background-color: #fff;
    text-align: center;
    transition: all 0.5s;
    border: 3px #ddd solid;
}

.news:hover .news_more a {
    text-decoration: none;
    background-color: #fe8123;
    transition: all 0.5s;
    color: #fff;
    border: 3px #fe8123 solid;
}
.newsline {
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 2px;
    width: 0;
    transform: translateX(-50%);
    background-color: #ff740c;
    transition: 0.5s;
}

.news:hover .newsline {
    width: 100%;
}
.news_title{
    padding: 10px 20px;
}

/* view */
.mySwiper3 .swiper-slide{
    padding-top: 25px;
    padding-bottom:50px;
}


.view{
    background-color: #fff;
    border-radius: 10px;
    padding: 30px 20px;
}
.view .c{
    position: relative;
}
.view .dh{
    position: absolute;
    top: 0px;
    background-color: #ff740c;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    padding: 0;
    right: 25px;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.view .viewtit{
    padding: 30px 20px;
    margin-top: 25px;
}
.viewtit h5{
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}
.viewtit p{
    font-size:14px;
    color:#999;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.view .limg{
    display: flex;
    justify-content: start;
    align-items: center;
}
.view i{
    width: 50px; 
    height:50px;
    border-radius:50px;
    color:#fff;
    line-height: 50px;
    text-align: center;
    position: relative;
}
.mySwiper3{
    position: relative;
}
.mySwiper3 .swiper-slide{
    height: auto;
}
.view{
    background-color: #fff;
    border-radius: 10px;
    padding: 30px 20px;
    height: 100%;
}
.view .ltxt p{
    font-size: 14px;
    margin: 15px 0;
    word-wrap: break-word;
    word-break: break-all;
    /*display: -webkit-box;*/
    /*-webkit-box-orient: vertical;*/
    /*-webkit-line-clamp: 4;*/
    /*overflow: hidden;*/
}
/* footer */
footer{
    background-color: #363a42;
    padding: 30px 0 20px 0;
}
.fotimg{
    margin-bottom:30px;
}
.fotleft{
    margin-bottom: 20px;
    color:#fff
}
.fotleft i{
    position: absolute;
    width: 45px;
    height: 45px;
    line-height:45px;
    text-align: center;
    background-color: #676a74;
    color:#ff740c;
    font-size:22px;
    font-weight: bold;
}
.fotleft .fottit{
    padding-left: 60px;
}
.fotleft .fottit h3{
    text-transform: capitalize;
}
.fotleft .fottit p{
    font-size:14px;
    color:#999
}

.footericon {
    margin-top: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.footericon a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
    border-radius:5px;
    background-color: #676a74;
    margin-right: 15px;
    text-align: center;
    transition: all 0.35s ease
}

.footericon a i {
    font-size: 20px;
    color: #fff;
    text-align: center;
}
.footericon a:hover {
    transform: scale(0.8);
}
#map_fot{
    height: 300px;
}
.footer_bd {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px 0 20px 0;
    border-top: 1px solid #fff;
    color: #fff;
    margin-top: 30px;
}

.footer_bd a {
    font-size: 14px;
    color: #ff740c;
}
.indextitle{
    display: none;
}
@media (max-width:576px) {
    .navbar-toggler {
        background-color: #ff740c;
    }
    .banner{
        margin-top:-15px;
    }
    .indextitle h2{
        font-size:30px;
        line-height: 30px;
    }
    .indexmessages{
        padding: 10px 10px;
    }
    .public_tableli{
        margin: 5px 0;
    }
    .indexFAQ{
        padding: 30px 0;
    }
    .news{
        margin-bottom: 20px;
    }
    .view .viewtit{
        padding: 10px 10px;
        margin-top: 10px;
        margin-left: 5px;
    }
    #map_fot{
        margin-top: 20px;
    }
    .bannercontent {
        margin-top:-15px;
      }



}

@media (min-width:576px) and (max-width:768px) {
    .navbar-toggler {
        background-color: #ff740c;
    }
    .banner{
        margin-top:-15px;
    }
    .indextitle h2{
        font-size:30px;
        line-height: 30px;
    }
    .indexmessages{
        padding: 10px 10px;
    }
    .public_tableli{
        margin: 5px 0;
    }
    .indexFAQ{
        padding: 30px 0;
    }
    .news{
        margin-bottom: 20px;
    }
    .view .viewtit{
        padding: 10px 10px;
        margin-top: 10px;
        margin-left: 5px;
    }
    #map_fot{
        margin-top: 20px;
    }
    .bannercontent {
        margin-top:-15px;
      }


}


@media (min-width:768px) and (max-width:992px) {

    .navbar-toggler {
        background-color: #ff740c;
    }
    .banner{
        margin-top:-15px;
    }
    #map_fot{
        margin-top: 20px;
    }
    .bannercontent {
        margin-top:-15px;
      }

}

@media (min-width:992px) and (max-width:1199px) {
   
    .navbar-toggler {
        background-color: #ff740c;
    }
    .abouttitle{
        width: 100%;
        padding-left: 0;
    }
    .abouttit{
        padding-top: 0;
    }

  
}

@media (min-width:1200px) and (max-width:1400px) {
    .abouttitle{
        width: 100%;
        padding-left: 0;
    }
    .abouttit{
        padding-top: 0;
    }
}

@media (min-width:1400px) and (max-width:1680px) {
    .project_box {
        padding: 20px;
    }
}