body {
    overflow-x: hidden;
}

li{
    list-style: none;
}

#footer_div {
    background-color: rgb(74, 78, 78);
}

ul {
    display: inline-block;
}

.show {
    display: block !important;
}

#header-navs ul li {
    display: block;
    margin-right: 15px;
}

#header-navs ul li a {
    display: block;
    padding-right: 20px;
    font-size: 1.1rem;
    color: #616161
}

#header-navs ul li a i {
    display: inline-block;
    float: right;
}


.product_list .product_li {
    display: inline-block;
}

.product-image::before {
    background:#e81232;
    content: '';
    height: 0%;
    position: absolute;
    top: 0px;
    left: 0px;
    transition: all .30s linear;
    width: 100%;
    z-index: 1;
    opacity: 0.9;
}
.product-image::after{
    background:#e81232;
    content: '';
    height: 0%;
    position: absolute;
    bottom: 0px;
    right: 0px;
    transition: all .30s linear;
    width: 100%;
    opacity: 0.9;
}


@media (max-width: 480px) {
    .products li {
        width: 100% !important;
    }

}
.solution li {
    list-style: none;
}
.solution h4 {
    text-align: center;
    color: rgb(30, 185,239);
}
.solution a:hover {
    text-decoration: none;
}
.solution {
    padding-bottom: 100px;
}
.solution span {
    text-align: center;
    color: #707070;
}

.swiper-pagination span {
    background: white;
    width: 10px;
    height: 10px;
}
.padding-top {
    padding-top: 100px;
}
.padding-top .icon_boxes {
    padding-top: 20px;
}

.single-product-bottom-bar ul{
    width: 100%;
}


.lh-map {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: #ffffff;
    color: #fff;
    transition: ease .65s;
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
}
.on {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    overflow: auto;
}
.self-model .lh-map-main {
    width: 73vw;
    margin: 3% auto 0;
    padding: 45px 5vw 30px;
    position: relative;
}

.self-model .lh-map-logo img {
    max-height: 100px;
}
.self-model .lh-map-nav {
    margin: 45px auto 0;
    max-height: 45vh;
    overflow: hidden;
}
.self-model .lh-flex {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.self-model .lh-map-nav dl {
    float: left;
    flex: 1;
    padding-left: 5%;
    overflow: auto;
    max-height: 45vh;
}
.self-model .clearfix::after {
    display: table;
    clear: both;
    content: '';
}
.self-model .lh-map-cont {
    width: 100%;
    margin: auto;
}
.self-model .left {
    float: left;
}
.self-model .lh-map-l h2 {
    font-size: 38px;
    font-weight: bold;
    color: rgb(30, 185,239);
    margin: 45px 0 10px;
}
.self-model .lh-map-l h3 {
    color: #333333;
}
.self-model .lh-map-l h3 b {
    font-size: 36px;
    font-style: italic;
    margin: 0 5px;
}
.self-model .lh-map-l h3 a {
    color: rgb(30, 185,239);
}
.self-model .lh-map-r {
    margin-top: 20px;
}
.self-model .right {
    float: right;
}
.self-model .lh-map-r .left img {
    max-width: 150px;
    box-shadow: 0 0 10px rgba(12,3,6,.4);
}
.self-model .lh-map-r .left h2 {
    margin-top: 10px;
    color: #333333;
}
.lh-map-line::before {
    content: "";
    display: block;
    width: 50%;
    height: 8px;
    position: absolute;
    right: 50%;
    top: 0px;
    background: rgb(30, 185,239);
    animation: 1.2s linear 0s 1 normal forwards running mapLine;
}
.lh-map-line i::before {
    content: '';
    display: block;
    width: 8px;
    height: 100%;
    background: rgb(30, 185,239);
    position: absolute;
    left: 0;
    top: 8px;
    animation: mapLine1 linear 1.2s;
    animation-fill-mode: forwards;
    animation-delay: 1.2s;
}
.lh-map-line i::after {
    content: '';
    display: block;
    width: 8px;
    height: 100%;
    background: rgb(30, 185,239);
    position: absolute;
    right: 0;
    top: 8px;
    animation: mapLine1 linear 1.2s;
    animation-fill-mode: forwards;
    animation-delay: 1.2s;
}
.lh-map-line .span-bottom::before {
    content: '';
    display: block;
    width: 50%;
    height: 8px;
    background: rgb(30, 185,239);
    position: absolute;
    left: 0;
    bottom: -8px;
    animation: mapLine linear 1.2s;
    animation-fill-mode: forwards;
    animation-delay: 2.4s;
}
.lh-map-line .span-bottom::after {
    content: '';
    display: block;
    width: 50%;
    height: 8px;
    background: rgb(30, 185,239);
    position: absolute;
    right: 0;
    bottom: -8px;
    animation: mapLine linear 1.2s;
    animation-fill-mode: forwards;
    animation-delay: 2.4s;
}
.lh-map-line::after {
    content: "";
    display: block;
    width: 50%;
    height: 8px;
    position: absolute;
    left: 50%;
    top: 0px;
    background: rgb(30, 185,239);
    animation: 1.2s linear 0s 1 normal forwards running mapLine;
}
.self-model .lh-map-close {
    position: absolute;
    right: 8vw;
    top: 30px;
    width: 20px;
    height: 20px;
    color: rgb(30, 185,239);
    font-weight: bold;
    cursor: pointer;
}
.self-model .lh-map-close i::before {
    content: '';
    display: block;
    width: 22px;
    height: 2px;
    background: rgb(30, 185,239);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    transition: ease .65s;
}
.self-model .lh-map-close i::after {
    content: '';
    display: block;
    width: 22px;
    height: 2px;
    background: rgb(30, 185,239);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    transition: ease .65s;
}
.lh-map-nav dl dt {
    position: relative;
    margin-bottom: 40px;
    padding-left: 5px;
}
.lh-map-nav dl dt a {
    font-size: 20px;
    color: rgb(30, 185,239);
    position: relative;
}
.lh-map-nav dl dt a::after {
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    position: absolute;
    left: 50%;
    bottom: -18px;
    margin-left: -10px;
    background: rgb(128, 128, 128);
    transition: all 0.65s ease 0s;
}
.lh-map-nav dl dd {
    position: relative;
    margin-bottom: 5px;
    transition: all 0.65s ease 0s;
}
.lh-map-nav dl dd::before {
    content: "";
    display: block;
    width: 6px;
    height: 1px;
    position: absolute;
    left: 5px;
    top: 50%;
    background: rgb(30, 185,239);
    transition: all 0.65s ease 0s;
}
.lh-map-nav dl dd a {
    color: rgb(128, 128, 128);
    display: inline-block;
    padding: 2px 5px 2px 15px;
}

.self-model .navbar-collapse-toolbar {
    width: 100%;
    padding: 20px !important;
    display: block;
    border: none;
}

@media (max-width: 767px) {
    .navbar-collapse-toolbar {
        width: 100%;
        padding: 20px !important;
    }

    .navbar-nav .nav-item .linsna {
        line-height: 18px;
        padding-top: .715rem;
        padding-bottom: .715rem;
    }

    .nav > li > a {
        padding: 10px 15px;
        line-height: 25px;
    }

    .navbar-nav {
        margin: .78575rem -.9375rem;
    }

    .nav {
        margin-bottom: 0;
        padding-left: 0;
        list-style: none;
    }

    .head_nav_bz .nav > li {
        margin-left: 0 !important;
    }

    .navbar-nav .nav-item {
        float: none;
    }

    .dropdown, .dropup {
        position: relative;
    }

    li {
        display: list-item;
        text-align: -webkit-match-parent;
    }

    /* .nav-item .linsna {
        color: #616161;
    } */

    .navbar-nav .nav-item .linsna {
        line-height: 40px;
        padding-top: 0rem;
        padding-bottom: .515rem;
    }

    .nav > li > a:hover, .dropdown.open > a {
        color:rgb(30, 185,239)!important;
        background-color: transparent !important;
    }
    .loader_div {
        bottom: 0;
    }
    .dropdown_span{                        
        margin: 10px;
    }
    .secondmenu a{
        display: block;
        width: 50%;
    }
    .logo-box{
        width: 25% !important;
    }
    .search-box{
        width: 75% !important;
    }
}

.single-product{
    padding-bottom: 27px;
}

.popular-product{
    overflow-x: hidden;
}
.single-product{
    position: relative;
}
.single-product-bottom-bar {
    border: 1px solid #f1f1f1;
    padding-bottom: 20px;
    padding-top: 18px;
    padding-left: 25px;
    position: relative;
}
.single-product-bottom-bar ::before{
    background:#e81232;
    content: '';
    height: 100%;
    right: 0px;
    bottom: 0px;
    position: absolute;
    transition: all .30s linear;
    width: 10px;;
}
.single-product-bottom-bar::after{
    background:#e81232;
    content: '';
    height: 0%;
    left: 0px;
    bottom: 0px;
    position: absolute;
    transition: all .30s linear;
    width: 10px;
}
.single-product:hover .single-product-bottom-bar::after{
    height: 100%;
}
.product-image{
    overflow: hidden;
    position: relative;
}
.product-image figure {
    text-align:center;
    margin-bottom:0;
}


.product-slider-title h5{
    color: #222;
    font-family: 'Lato',sans-serif;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
}
.product-slider-title h5 span{
    color: #30ddb6;
}

.single-product:hover .product-image::before, .single-product:hover .product-image::after{
    height: 50%;
}
.single-product-bottom-bar h5{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.single-product-bottom-bar h5 a{
    color:#222222;
    font-family: 'Lato',sans-serif;
    font-weight: 700;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.single-product-bottom-bar h5 a:hover{
    color:#e81232;
}
.single-product-bottom-bar ul {
    margin-top: 5px;
}
.single-product-bottom-bar ul li {
    display: inline-block;
    font-family: "Lato";
    font-size: 14px;
    font-weight: 600;
    width: 60%;
}

.single-product-bottom-bar ul li p{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.single-product-bottom-bar ul li p{
    color:#333333;
    font-family: 'Lato';
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    height: 15px;
}
.single-product-hover-item {
    background: #fff none repeat scroll 0 0;
    border-radius: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    height: 52px;
    left: calc(50% - 108px);
    position: absolute;
    top: calc(50% - 68px);
    visibility: hidden;
    width: 215px;
    z-index: 9;
}
.single-product:hover .single-product-hover-item{
    animation:  bounceIn 1.50s linear;
    visibility: visible;
}
.single-product-hover-item-inner-area ul li {
    display: inline-block;
    height: 52px;
    line-height: 52px;
    overflow: hidden;
    margin-right: -3px;
    position: relative;
    text-align: center;
    width: 100%;
    background:#ffffff;
    transition: background .30s linear;
}
.single-product-hover-item-inner-area ul li:hover{
    background:#e81232;
}
.single-product-hover-item-inner-area ul li a{
    color:#e81232;
    transition: color .30s linear;
}
.single-product-hover-item-inner-area ul li a:hover{
    color:#ffffff;
}
.single-product-hover-item-inner-area ul li::before{
    background:#e81232;
    content: '';
    height: 0%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 1;
}
.single-product-hover-item-inner-area ul li:hover::before{
    height: 100%;
}
.single-product-hover-item-inner-area ul li:first-child{
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
.single-product-hover-item-inner-area ul li:last-child{
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
.single-product-hover-item-inner-area ul li:last-child{
    margin-right: 0px;
}
.single-product-hover-item-inner-area ul li a {
    display: block;
    position: relative;
    z-index: 9;
    font-size: 16px;
    font-family: 'Lato',sans-serif;
}
.single-product-hover-item-inner-area ul li:hover a i{
    color: #fff;
    transition: all .30s linear;

}
.single-product-hover-item-inner-area ul li a i {
    color: #30ddb6;
    font-size: 18px;
    line-height: 52px;
    position: relative;
    z-index: 9;
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-product-bottom-bar {
        text-align: left;
    }
    .single-product-bottom-bar h5 a {
        font-size: 16px;
        text-align: left;
    }
}
@media only screen and (max-width: 1024px) {
    .single-product{
        padding-bottom:0;
    }
    .product-container .row .ipan .single-product .single-product-bottom-bar{
        padding-top: 10px;
        padding-bottom: 10px;
    }

}
@media only screen and (max-width: 767px) {
    .single-product {
        margin-bottom: 30px;
    }
    .single-product-bottom-bar h5 a {
        font-size: 16px;
    }

    .single-product-bottom-bar {
        padding-left: 25px;
        text-align: left;
    }
}
@media(max-width: 768px){
{ padding: 30px 0;}
}
@media(max-width: 767px){
{padding: 20px 0; }
    .single-product-hover-item { border-radius: 30px;height: 52px; left: calc(50% - 50px); position: absolute;width: 100px; }
    .single-product-hover-item-inner-area ul li a {font-size: 13px;}
}
@media(max-width: 767px){
    #font-big h3 {
        font-size: 18px !important;
    }
    #font-big p {
        font-size: 12px !important;
    }
}

.mr-30 {
    margin-right: 50px;
    margin-bottom: 1rem
}
.service-content p{
    color: #6c6a74;
}
.single-service-area {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}
p {
    font-size: 14px;
}
.alazea-video-area {
    position: relative;
    z-index: 1;
    border-radius: 6px;
    box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.15);
    background-position: center center;
    background-size: cover;
}
.alazea-video-area img {
    position: relative;
    z-index: -21;
    border-radius: 6px;
}
.padding-100 {
    padding-top: 100px;
    padding-bottom: 0;
}
.service-icon img, .service-icon h5{
    display: inline-block;
    font-size: 20px;
    color: rgb(30, 185,239);
}
.service-icon img {
    margin-right: 20px;
}



#transition_div {
    width: 100%;
    padding-top: 5rem;
}
#transition_top {
    width: 100%;
    height: 190px;
    background-image: url(/public/upload/pack.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100%;
    margin-left: 15px;
    margin-right: 15px;
}
#transition_top div {
    width: 50%;
    height: 190px;
    position: relative;
    float: left;
}
#transition_top p {
    text-align: center;
    font-size: 25px;
    font-weight: 500;
    position: absolute;
    bottom: 0px;
    left: 22%;
    color: #6c6a74;
}
#transition_bottom {
    width: 100%;
    height: 250px;
}

#transition_bottom div:first-child {
    background-color: rgba(88, 67, 67, 0.28);
}

.transition_bottom {
    width: 50%;
    height: 250px;
    background-color: rgba(88, 67, 67, 0.28);
    position: relative;
    float: left;
}
#transition_div img {
    width: 25%;
    position: absolute;
    left: 65%;
    display: inline;
    z-index: 3;
    bottom: 0%;
}


#transition_div {
    width: 100%;
    padding-top: 5rem;
}
#transition_top {
    width: 100%;
    height: 190px;
    background-image: url(/public/upload/pack.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100%;
    margin-left: 15px;
    margin-right: 15px;
}
#transition_top div {
    width: 50%;
    height: 190px;
    position: relative;
    float: left;
}
#transition_top p {
    text-align: center;
    font-size: 25px;
    font-weight: 500;
    position: absolute;
    bottom: 0px;
    left: 22%;
    color: #6c6a74;
}
#transition_bottom {
    width: 100%;
    height: 250px;
}

#transition_bottom div:first-child {
    background-color: rgba(88, 67, 67, 0.28);
}

.transition_bottom {
    width: 50%;
    height: 250px;
    background-color: rgba(88, 67, 67, 0.28);
    position: relative;
    float: left;
}
#transition_div img {
    width: 25%;
    position: absolute;
    left: 65%;
    display: inline;
    z-index: 3;
    bottom: 0%;
}
@media screen and (max-width: 780px) {
#transition_div{
    display: none;
}
#transition_div_mob {
  display: block !important;
}
#transition_div_mob {
    width: 100%;
    padding-top: 5rem;
}
#transition_top_mob {
    width: 100%;
    height: 190px;
    background-image: url(/public/upload/pack.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100%;
    margin-left: 2.5px;
    margin-right: 2.5px;
}
#transition_top_mob div {
    width: 100%;
    height: 190px;
    position: relative;
    float: left;
}
#transition_top_mob p {
    text-align: center;
    font-size: 25px;
    font-weight: 500;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    color: #6c6a74;
}
#transition_div_mob img {
    width: 50%;
    position: absolute;
    bottom: 0%;
    left: 25%;
    display: block;
    z-index: 3;
    
}
.transition_bottom_mob{
    width: 100%;
    height: 250px;
}


#footer_div {
    background-image: url(/public/upload/backgrount.jpg);
    background-color: rgb(30, 185,239);
}
@media (max-width: 767px) {
    #nav_ul_slide{
        display: none !important;
    }
    #nav_ul_slide_phone{
        display: block !important;
    }
    #nav_ul_slide_phone a:hover{
        color: white !important;
        background-color: transparent !important;
    }
}