/********* Compiled - Do not edit *********/
:root{--color-primary:#1c9fda;--color-gradient-start:#1c9fda;--color-gradient-stop:#1c9fda;--color-link-hover:#1c9fda;}body{font-family:Roboto;font-weight:400;line-height:1.8;font-size:15px;color:#666666;}body.single-post .content{}.h1,h1{font-family:Roboto;font-weight:400;line-height:1.4em;font-size:52px;color:#000000;}.h2,h2{font-family:Roboto;font-weight:700;line-height:1.4em;font-size:40px;color:#000000;}.h3,h3{font-family:Roboto;font-weight:500;line-height:1.3em;font-size:32px;color:#000000;}.h4,h4{font-family:Roboto;font-weight:500;line-height:1.5em;font-size:25px;color:#000000;}.h5,h5{font-family:Roboto;font-weight:500;line-height:1.7em;font-size:21px;color:#000000;}.h6,h6{font-family:Roboto;font-weight:500;line-height:1.7em;font-size:18px;color:#0a0a0a;}.titlebar-inner h1{}.titlebar-inner p{}.titlebar-inner{padding-top:30px;padding-bottom:30px;}.titlebar{background-color:#3f3f3f;}.titlebar .titlebar-scroll-link{color:rgb(28, 159, 218);}#content{background-image:url( ../2019/07/storage_bg_icon.png);background-repeat:repeat-y;}.ld-container.container {
    z-index: 99999;    
}

#header_social {
    display: none;
}

.main-nav > li {
    transition: none;
}
.main-nav > li:hover .txt {
    color: #1c9fda;
}
.slistmain {
    font-size: 20px;
    color: #fff;
}
.footer_tel, .footer_adr {
    flex-wrap: initial;
}
@media (min-width: 992px) {
    .footer_copyright.text-md-right {
        text-align: left !important;
    }
}

/* animation effect */
@keyframes bounce-phone {
    0%   {
		-webkit-transform: translateY(0);
		-ms-transform:     translateY(0);
		transform:         translateY(0);
    }
    50%  {
		-webkit-transform: translateY(-10px);
		-ms-transform:     translateY(-10px);
		transform:         translateY(-10px);
    }
    100% {
		-webkit-transform: translateY(0);
		-ms-transform:     translateY(0);
		transform:         translateY(0);
    }
}
.header_phone:hover, .header_phone:hover i {
    cursor: pointer;
}
.header_phone:hover i {
    animation-duration: 1s;
    animation-iteration-count: infinite;    
    animation-name: bounce-phone;
    animation-timing-function: linear;
}

/* back to top */
.lqd-back-to-top a {
    background-color: #009746;
    color: #fff;
}

/* mobile header */
@media screen and (max-width: 1199px) {
    .main-header .navbar-header {
        background-color: transparent;
    }
    .main-header .nav-trigger .bar {
        background-color: rgb(28, 159, 218);
    }
    ul.nav.main-nav > li > a {
        color: #333;
    }
}

/* secondary header */
@media screen and (min-width: 1024px) and (max-width: 1920px) {
    .secondarybar-wrap {
        display: none;
    }
}

.ld-fancy-heading p.aboutp {
    display: block;
}

/* top main menu */
.topmain_menu {
    padding-right: 3% !important;
    padding-left: 10% !important;
}
@media screen and (max-width: 1366px) {
    .topmain_menu {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}