.fal, .far, .fa, .fas {
    /*font-family: FontAwesome !important;*/
    font-family: OpenSans,Open Sans,Arial,Helvetica,sans-serif,SimSun,宋体 !important;
}
html body, html {
    width: 100%;
}
.wrapper{
    /*background:#dddddd;*/
    padding-top: 1px;
}
.ui-hr::after {
    content: "";
    height: 2px;
    background: #ea9d38;
    width: 50%;
    position: absolute;
    left: 24%;
    top: 70%;
}
.co_products_image.p-1 {
    border-radius: 50%;
    color: white;
    background: #df4655;
    padding: 10px;
}
/*======= nav ==============*/
.line1, .line2, .line3 {
    width: 23px;
    height: 3px;
    margin: 5px;
    transition: all .4s;
}

.change .line1 {
    transform: rotate(-45deg) translate(-5px, 6px);
}

.change .line2 {
    opacity: 0;
}

.change .line3 {
    transform: rotate(45deg) translate(-5px, -6px);
}


.payment_mthd_icon li {
    display: inline-block;
    margin-left: 10px;
    font-size: 30px;
    color: #fff;
}
.ftr_social_icon li {
    display: inline-block;
    text-align: center;
    padding: 4px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a";
}
.ftr_social_icon ul li a {
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 17px;
    height: 40px;
    line-height: 32px;
    padding: 4px 8px;
    width: 40px;
    transition: .5s;
}
.ftr_social_icon ul li a:hover {
    background: #2d58a4;
    border-color: #2d58a4;
    color: #fff;
}

.ftr_social_icon ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.ftr_btm_area {
    background: transparent;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 28px;
    z-index: 100;
    position: relative;
}
.desk-top-hide{
    display: none!important;
}
.slide_dection{
    top: 20%;
    left: 15%;
    font-size: 10px;
}
@media (max-width: 768px) {
    section.desk-top-hide{
        display: unset!important;
    }
   html .slide_dection{
        top: 10%;
        left: 1%;
        /*font-size: 30px;*/
    }
    .carousel-item.active img {
        height: 166px;
    }
    .slide_dection h1 {
        font-size: 16px;
    }
}

/*========= End Our Product ============*/

/*================== IPad Pro ===================*/
@media (min-width: 992px) and (max-width: 1199px){

}

/*================== Ipad =======================*/
@media (min-width: 768px) and (max-width: 991px) {

}

/*================== Phone =======================*/
@media screen and (max-width: 767px) {

}
/*=================IPhone 6/7/8 plus=============*/
@media (min-width: 414px) and (max-width: 767px) {

}

/*===============iphone5=============*/
@media screen and (max-width: 320px) {

}
.co_service_show{
    min-height: 300px;
    max-height: 300px;
}
html a{
    text-decoration: none;
}