@charset "utf-8";




.indexbg {
    padding: 50px 0;
}

.logo_title {
    font-size: 30px;
    text-transform: capitalize;
    font-weight: bold;
    line-height: 30px;
}

/* indexabout */
.indexabout {
    padding-bottom: 50px;
}

.indexaboutcardli {
    margin-bottom: 30px;
}

.indexaboutcover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.indexaboutcardbox {
    position: relative;
    overflow: hidden;
    height: 100%;
}

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

.indexaboutcardimg img {
    transform: scale(1.3);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.indexaboutcardtxt {
    z-index: 999;
    position: absolute;
    top: 30px;
    left: 30px;
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.indexaboutcardtxt p {
    z-index: 999;
    font-size: 16px;
    color: #fff;
    line-height: 18px;
    margin-top:20px ;
}

.indexaboutcardtxt h3 {
    z-index: 999;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.indexaboutcardli:hover .indexaboutcardimg img {
    transform: scale(1);
}

.indexaboutcardli:hover .indexaboutcover {
    background-color: rgba(0, 0, 0, 0.5);
}

.indexaboutcardli:hover .indexaboutcardtxt {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    margin: 0 auto;
    /* align-items: center; */
}
.indexaboutright{
    padding-top:50px;
    padding-left: 50px;
}
/* faq */
.indextitle {
    padding-bottom: 30px;
    position: relative;
}

.indextitle span {
    font-size: 24px;
    color: #FF8F00;
    font-weight: bold;
}

.indextitle h2 {
    font-size: 45px;
    color: #000;
    font-weight: bold;
    margin-top: 10px;
    line-height: 45px;
}

.accordion-item {
    border: 1px #ddd solid;
}

.accordion-button:not(.collapsed) {
    background: #FF8F00;
    color: #fff;
    font-weight: bold;
}

.faq-area .accordion-item {
    margin-bottom: 20px;
}

.faq-area {
    background: #fff;
    overflow: hidden;
    position: relative;
    padding: 80px 0;
}

.faq-area strong {
    font-weight: normal;
}

.faq-area .section-title {
    text-align: left;
    margin-bottom: 47px;
}

.faq-area img {
    width: 100%;
}

.faq-area .section-title h2:after {
    left: 0;
    margin-left: 0px;
}

.faq-area .accordion {
    padding-top: 50px;
}

.indexaboutmore {
    margin-top: 20px;
    display: block;
    padding: 15px 40px;
    background-color: #FF8F00;
    font-size: 18px;
    color: #fff;
    text-align: center;
    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;
    cursor: pointer
}

.indexaboutmore a {
    color: #fff;
}

.indexaboutmore:hover {
    color: #fff;
    transform: scale(0.9);
}

/* Our attention */
.attention {
    padding-bottom: 50px;
}

.attentionimg img {
    width: 100%;
    vertical-align: middle;
}

.attentionmaintxt h4 {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 10px;
}

.attentionmaintxt p {
    font-size: 16px;
    color: #666;
    line-height: 28px;
}

.attentionmainlist {
    margin-top: 30px;
}

.attentionmainlist ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.attentionmainlist li {
    width: 48%;
    margin-bottom: 13px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.attentionmainlist i {
    font-size: 18px;
    color: #FF8F00;
    margin-right: 5px;
    display: block;
}

.attentionmainlist span {
    font-size: 16px;
    color: #000;
    display: block;
}

.attention .progress-bar {
    background-color: #FF8F00;
}

.numberpp h3 {
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
    margin-top: 10px;
}

.attentiontable {
    width: 60%;
    overflow: hidden;
}

.attentiontable li {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.attentiontable h5 {
    font-size: 18px;
    color: #000;
    font-weight: bold;
}

.attentiontable p {
    font-size: 16px;
    color: #666;
    font-weight: bold;
    flex: 1;
    margin-left: 20px;
}

/* Requests */
.request {
    padding-bottom: 50px;
}

.requestleft {
    padding-left: 0;
}

.requestright {
    padding-top: 80px;
}

.requestimg img {
    width: 100%;
    vertical-align: middle;
}

.requestrightcon {
    width: 80%;
    padding-left: 5%;
}

.indextitle p {
    font-size: 16px;
    color: #666;
    line-height: 28px;
    margin-top: 20px;
}

.requestmain ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.requestmain li {
    width: 48%;
    overflow: hidden;
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.requestmain b {
    display: block;
    width: 15px;
    height: 15px;
    background-color: #FF8F00;
    margin-right: 10px;
    border-radius: 2px;
    margin-top: 5px;
}

.requestmain p {
    font-size: 16px;
    color: #222;
    flex: 1;
    text-transform: capitalize;
    padding-left: 10px;
}

/*  */
.project {
    padding-bottom: 50px;
}
.projectleft{
    padding-top:50px;
}

.project .indextwotable {
    width: 100%;
}

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

.projectattention i {
    font-size: 30px;
    color: #FF8F00;
    margin-right: 10px;
}

.projectattention p {
    font-size: 16px;
    color: #666;
    line-height: 28px;
}

.projectflex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.project .swiper {
    width: 100%;
    height: 100%;
}

.project .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.project .swiper-slide img {
    display: block;
    width: 80%;
    height: 100%;
    object-fit: cover;
}

.project .swiper-button-next,
.swiper-button-prev {
    color: #FF8F00
}

/* datanumber */
.datanumber {
    background-color: #F9F7F5;
    padding: 20px 0;
}
.datanumberleft{
    padding-top:30px;
}

.datanumberlist {
    margin-bottom: 10px;
}

.datanumberlist ul {
    text-align: center;
}

.datanumberlist ul li {
    overflow: hidden;
    flex-direction: column;
    align-items: center;
    transition: all ease 0.3s;
    cursor: pointer;
    text-align: center;
}

.datanumberlist span {
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border: 2px solid #FF8F00;
    margin: auto;
}

.datanumberlist i {
    font-size: 45px;
    color: #FF8F00;
    text-align: center;
}

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

.numicon h3 {
    font-size: 36px;
    color: #000;
}

.numicon b {
    font-size: 36px;
    color: #000;
    font-weight: normal;
}

.datanumberlist p {
    font-size: 16px;
    color: #666;
    text-align: center;
}

.datanumbertxt li {
    padding: 15px 0;
    border-bottom: 1px solid #FF8F00;
}

.datanumbertxt p {
    font-size: 16px;
    color: #000;
    cursor: pointer;
}

.datanumbertxt p:hover {
    color: #FF8F00;
}

.datanumberlist ul li:hover {
    -webkit-transform: perspective(2200px) rotateY(25deg);
    -moz-transform: perspective(2200px) rotateY(25deg);
    -ms-transform: perspective(2200px) rotateY(25deg);
    -o-transform: perspective(2200px) rotateY(25deg);
    transform: perspective(2200px) rotateY(25deg);
}

/* recommendation */
.allmain_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
}

.allmain_title span {
    font-size: 18px;
    color: #FF8F00;
    text-align: center;
}

.allmain_title h2 {
    font-size: 48px;
    color: #000;
    font-weight: bold;
    text-align: center;
}

.allmainmore {
    display: inline-block;
    margin: 30px auto 0 auto;
    background-color: #fff;
    font-size: 20px;
    color: #000;
    text-align: center;
    padding: 12px 60px;
}

.allmain {
    padding:50px 0 30px 0;
}

.allmain_li {
    margin: 15px 0;
}

.allmain_box {
    position: relative;
    overflow: hidden;
}

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

.allmainimg img {
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
}

.allmain_cover {
    opacity: 0;
    transform: scale(1.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FF8F00;
    z-index: 999;
    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;
}

.allmain_txt {
    width: 80%;
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -30%);
    z-index: 9999;
    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;
}

.allmain_txt h3 {
    line-height: 38px;
    word-wrap: break-word;
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    z-index: 9999;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.allmain_txt p {
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 22px;
    z-index: 9999;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.allmain_li:hover .allmain_txt {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%);
}

.allmain_li:hover .allmain_cover {
    transform: scale(0.9);
    opacity: 0.9;
}

.allmainmore:hover {
    color: #000;
}

.allmainbtn {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* indexban */
.lookthis {
    background: url(../images/img6.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 80px 0;
}

.lookthiscover {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
}

.lookthismain {
    margin: 0 0 0 auto;
    z-index: 99;
    position: relative;
}

.lookthismain span {
    z-index: 99;
    font-size: 20px;
    color: #FF8F00;
    font-weight: bold;
    text-align: left;
    display: block;
}

.lookthismain h2 {
    z-index: 99;
    font-size: 48px;
    color: #fff;
    font-weight: bold;
    text-align: left;
    margin: 10px 0;
}

.lookthismain p {
    z-index: 99;
    font-size: 18px;
    color: #fff;
    line-height: 28px;
    text-align: left;
}

.lookthismore {
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FF8F00;
    width: 40%;
    height: 55px;
    line-height: 55px;
    margin-top: 40px;
    transition: all ease 0.3s;
    border-radius: 3px;
}

.lookthismore h4 {
    z-index: 99;
    font-size: 20px;
    color: #fff;
}

.lookthismore i {
    z-index: 99;
    font-size: 20px;
    color: #fff;
    margin-left: 15px;
}

.lookthismore:hover {
    width: 50%;
    transition: all ease 0.3s;
}

.video_right {
    position: relative;
}

.dr {
    position: absolute;
    top: 40%;
    left: 50%;
    /* transform: translate(-50%, -50%); */
    z-index: 99999;
}

.drbtn {
    position: relative;
}

.cw {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 5px solid #ffffff;
    position: relative;
    transition: 0.5s;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cw:hover {
    border: 5px solid #ffffff;
    background-color: transparent;
    transition: 0.5s;
}

.cw:hover i {
    color: #ffffff;
}

.cw i {
    font-size: 25px;
    color: #ffffff;
}

.bo {
    position: absolute;
    top: 0;
}

.bo::before {
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    animation: scale 2s infinite;
}

.bo::after {
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    animation: scale2 2s infinite;
}

@keyframes scale {
    0% {
        transform: scale(1);
        opacity: 0.9;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes scale2 {
    0% {
        transform: scale(1);
        opacity: 0.9;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

.videomain {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999999999999999999999;
}

.videoclose {
    position: absolute;
    top: 50px;
    right: 50px;
    cursor: pointer;
}

.videoclose img {
    width: 50px;
    height: 50px;
    display: block;
    cursor: pointer;
}

.videobox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    overflow: hidden;
    max-height: 800px;
    min-height: 600px;
}

.videobox video {
    width: 100%;
    height: 100%;
}

.videobox iframe {
    width: 100%;
    height: 100%;
    max-height: 800px;
    min-height: 600px;
}

/* news */
.inexblog {
    padding: 30px 0;
}

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

.inexblog_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;
}

.inexblog_txt {
    padding: 15px 15px;
    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;
}

.inexblog_txt span {
    font-size: 16px;
    color: #000;
    display: block;
    margin-bottom: 15px;
    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;
}

.inexblog_txt p {
    font-size: 16px;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    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;
}

.inexblog_title h3 {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    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;
}

.inexblog_title {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    padding-bottom: 15px;
}

.inexblog_title b {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #FF8F00;
    display: block;
    margin: 0 0 3px 5px;
}

.inexblog_more {
    display: inline-block;
    justify-content: flex-start;
    align-items: center;
    margin: 30px 0 15px 0;
    padding: 13px 40px;
    border: 1px solid #FF8F00;
    border-radius: 30px;
    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;
}

.inexblog_more h4 {
    font-size: 18px;
    color: #000;
    display: inline-block;
}

.inexblog_more h5 {
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    line-height: 25px;
    text-align: center;
    background-color: #FF8F00;
    margin-left: 15px;
}

.inexblog_more i {
    font-size: 16px;
    color: #fff;
}

.inexblog_box {
    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;
    cursor: pointer;
    margin-bottom: 10px;
}

.inexblog_li:hover .inexblog_box {
    background-color: #FF8F00;
}

.inexblog_li:hover .inexblog_txt {
    padding: 15px 15px 15px 15px;
}


.inexblog_li:hover .inexblog_txt span,
.inexblog_li:hover .inexblog_txt p,
.inexblog_li:hover .inexblog_txt h3 {
    color: #fff;
}

.inexblog_li:hover .inexblog_more {
    border: 1px solid #fff;
    background-color: #fff;
}

/* footer */
.footer {
    background-color: #171717;
    padding: 50px 0 20px 0;
}

.footernav h3 {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
}

.footernav li a {
    font-size: 16px;
    color: #999;
}

.footernav li {
    margin-bottom: 15px;
}

.footernav b {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #999;
    border-radius: 50%;
    margin-right: 10px;
}

.footerway_li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 15px;
}

.footerway_li i {
    font-size: 18px;
    color: #fff;
    margin-right: 10px;
}

.footerway_li p {
    font-size: 16px;
    color: #999;
    flex: 1;
}

.footernav li:hover a {
    color: #FF8F00;
}

.footer_bd {
    border-top: 1px solid #444;
    padding-top: 30px;
    margin-top: 30px;
}

.footer_bdtxt {
    display: flex;
    justify-content: space-between;
    color: #fff;
    text-align: center;
}

.footer_bdtxt a {
    font-size: 16px;
    color: #fff;
    text-align: center;
    display: inline-block;
}

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

.footericon a {
    display: block;
    margin: 0 10px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    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;
}

.footericon i {
    font-size: 20px;
    color: #000;
    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;
}

.footericon a:hover {
    background-color: #FF8F00;
    transform: scale(0.9);
}

.footericon a:hover i {
    color: #fff;
}


.footer_copyrights {
  border-top: 1px solid #333;
  margin-top:40px;
  padding: 40px 0 0px 0;
  width: 100%;
  font-size: 18px;
  color: #fff;
}
.footer_copyrights_name {
  font-size: 18px;
  color: #111;
}
.footer_copyrights_p{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-size: 16px;
  color: #fff;
}
.footer_Powered{display: flex;justify-content: flex-end;align-items: center;}
.footer_copyrights_p p {
  font-size: 16px;
  color: #fff;
  display: inline;
}
.footer_copyrights_p a {
  font-size: 16px;
  color: #fff;
  display: inline;
  text-transform: uppercase;
}
@media (max-width:576px) {
    .bg-dark {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .banner {
        margin-top: 0;
    }

    .indextitle h2 {
        font-size: 36px;
        line-height: 36px;
    }
    
    .attentiontable {
        width: 100%;
    }

    .requestleft {
        padding-left: 15px;
    }

    .requestrightcon {
        padding-left: 0;
        width: 100%;
    }

    .allmain_title h2 {
        font-size: 36px
    }

    .lookthismore {
        width: 80%;
    }

    .lookthis {
        padding: 50px 0 100px 0;
    }

    .video_right {
        padding-top: 50px;
    }

    .indexaboutcardtxt {
        width: 100%;
        top: 10px;
        left: 10px
    }

    .indexaboutcardtxt h3 {
        font-size: 18px
    }

    .indexaboutcardtxt p {
        font-size: 16px;
        margin-top:10px ;
         display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;

    }

    .requestmain li {
        width: 100%;
    }

    .logo_title {
        font-size: 24px
    }

    .bannercontent {
        margin-top: 0;
    }
    .indexaboutright{
        padding-top:0;
        padding-left:15px;
    }

    .projectleft{
        padding-top:0;
    }

}

@media (min-width:576px) and (max-width:768px) {
    .bg-dark {
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .banner {
        margin-top: 0;
    }

    .indextitle h2 {
        font-size: 36px;
        line-height: 36px;
    }

    .attentiontable {
        width: 100%;
    }

    .requestleft {
        padding-left: 15px;
    }

    .requestrightcon {
        padding-left: 0;
        width: 100%;
    }

    .allmain_title h2 {
        font-size: 36px
    }

    .lookthismore {
        width: 80%;
    }

    .lookthis {
        padding: 50px 0 100px 0;
    }

    .video_right {
        padding-top: 50px;
    }

    .indexaboutcardtxt {
        width: 100%;
        top: 10px;
        left: 10px
    }

    .indexaboutcardtxt h3 {
        font-size: 18px
    }

    .indexaboutcardtxt p {
        font-size: 16px;
    }

    .requestmain li {
        width: 100%;
    }

    .logo_title {
        font-size: 24px
    }

    .allmain_txt p {
        display: none;
    }

    .allmain_txt h3 {
        font-size: 24px;
        line-height: 24px;
    }

    .allmainmore {
        padding: 8px 10px;
    }

    .bannercontent {
        margin-top: 0;
    }
    .indexaboutright{
        padding-top:0;
        padding-left:15px;
    }

    .projectleft{
        padding-top:0;
    }


}

@media (min-width:768px) and (max-width:992px) {
    .bg-dark {
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .banner {
        margin-top: 0;
    }

    .requestrightcon {
        padding-left: 0;
        width: 100%;
    }

    .inexblog_more {
        padding: 10px 20px;
    }

    .allmain_title h2 {
        font-size: 36px
    }

    .allmain_txt h3 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .bannercontent {
        margin-top: 0;
    }
    .indexaboutright{
        padding:auto;
    }

}

@media (min-width:992px) and (max-width:1199px) {
    .bg-dark {
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .banner {
        margin-top: 0;
    }

    .attention .attentiontable {
        display: none;
    }

    .attentiontable {
        width: 100%;
    }

    .allmain_txt h3 {
        font-size: 30px
    }

    .allmain_txt h3 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .bannercontent {
        margin-top: 0;
    }
    .indexaboutright{
        padding:auto;
    }

}

@media (min-width:1200px) and (max-width:1400px) {
    .indextitle h2 {
        font-size: 36px;
        line-height: 36px;
    }

    .logo_title {
        font-size: 24px
    }

    .requestright {
        padding-top: 0;
    }

    .requestrightcon {
        width: 100%;
        padding-left: 0;
    }

    .attentiontable {
        width: 100%;
    }

    .allmain_txt h3 {
        font-size: 30px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .allmain_title h2 {
        font-size: 40px
    }
}

@media (min-width:1400px) and (max-width:1680px) {
    .requestright {
        padding-top: 0;
    }

    .requestrightcon {
        width: 100%;
        padding-left: 0;
    }

    .attentiontable {
        width: 100%;
    }

    .allmain_title h2 {
        font-size: 40px
    }
}