/*
CTC Separate Stylesheet
Updated: 2023-03-14 11:26:51
Theme Name: Hello Elementor Child
Theme URI: http://www.xyz.com
Template: hello-elementor
Author: Ganesh MD
Author URI: http://www.selvaganeshmd.com
Description: HITECH PACKER AND MOVERS.
Tags: one-column,two-columns,right-sidebar,custom-header,custom-menu,editor-style,featured-images,microformats,sticky-post,translation-ready
Version: 1.0
*/
header ul.elementor-icon-list-items.elementor-inline-items{
	list-style: none !important;
}
header ul.elementor-icon-list-items {
    list-style: none !important;
}

/***Blog Design**/

  
/*========================================
      GLOBAL BLOG STYLES
========================================*/

.blog-page,
.single-blog,
.category-page{
    background:#f7f8fa;
    padding:80px 0;
}

.blog-page .container,
.single-blog .container,
.category-page .container{
    max-width:1320px;
    margin:auto;
    padding:0 15px;
}

/*========================================
        HERO SECTION
========================================*/

.page-hero{
    position:relative;
    background:linear-gradient(135deg,#12b55d,#0b8f47);
    padding:90px 20px;
    text-align:center;
    overflow:hidden;
}

.page-hero::before{
    content:"";
    position:absolute;
    width:450px;
    height:450px;
    background:rgba(255,255,255,.08);
    border-radius:50%;
    top:-180px;
    right:-120px;
}

.page-hero::after{
    content:"";
    position:absolute;
    width:300px;
    height:300px;
    background:rgba(255,255,255,.05);
    border-radius:50%;
    left:-100px;
    bottom:-120px;
}

.page-hero .container{
    position:relative;
    z-index:2;
}

.page-hero h1{
    color:#fff;
    font-size:52px;
    font-weight:700;
    margin-bottom:15px;
}

.page-hero p{
    color:#eefdf5;
    font-size:18px;
    margin-bottom:25px;
}

/*========================================
        BREADCRUMB
========================================*/

.breadcrumb{

    display:inline-flex;

    align-items:center;

    gap:10px;

    background:rgba(255,255,255,.15);

    padding:12px 25px;

    border-radius:50px;

    backdrop-filter:blur(10px);

}

.breadcrumb a{

    color:#fff;

    text-decoration:none;

    transition:.3s;

}

.breadcrumb a:hover{

    color:#ffe082;

}

.breadcrumb span{

    color:#fff;

}

/*========================================
        BLOG GRID
========================================*/

.blog-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

}

/*========================================
        BLOG CARD
========================================*/

.blog-card{

    background:#fff;

    border-radius:18px;

    overflow:hidden;

    transition:.4s ease;

    box-shadow:0 8px 25px rgba(0,0,0,.08);

}

.blog-card:hover{

    transform:translateY(-10px);

    box-shadow:0 20px 45px rgba(0,0,0,.15);

}

.blog-card>a{

    display:block;

    overflow:hidden;

}

.blog-card img{

    width:100%;

    height:250px;

    object-fit:cover;

    transition:.6s;

}

.blog-card:hover img{

    transform:scale(1.08);

}

.blog-card h2{

    font-size:24px;

    padding:20px 20px 10px;

    margin:0;

    line-height:1.5;

}

.blog-card h2 a{

    color:#222;

    text-decoration:none;

}

.blog-card h2 a:hover{

    color:#12b55d;

}

.blog-card .date{

    padding:0 20px;

    color:#888;

    font-size:14px;

}

.blog-card p{

    padding:15px 20px;

    color:#555;

    line-height:1.8;

}

.read-more{

    display:inline-flex;

    align-items:center;

    gap:8px;

    margin:0 20px 25px;

    padding:12px 24px;

    background:#12b55d;

    color:#fff !important;

    text-decoration:none;

    border-radius:50px;

    transition:.3s;

    font-weight:600;

}

.read-more:hover{

    background:#0f984f;

    transform:translateX(5px);

    color:#fff;

}

/*========================================
        PAGINATION
========================================*/

.pagination{

    display:flex;

    justify-content:center;

    align-items:center;

    gap:10px;

    margin-top:70px;

    flex-wrap:wrap;

}

.pagination .page-numbers{

    width:48px;

    height:48px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:50%;

    background:#fff;

    color:#333;

    text-decoration:none;

    font-weight:600;

    box-shadow:0 3px 12px rgba(0,0,0,.08);

    transition:.3s;

}

.pagination .page-numbers:hover{

    background:#12b55d;

    color:#fff;

    transform:scale(1.08);

}

.pagination .current{

    background:#12b55d;

    color:#fff;

}

/*========================================
        SINGLE BLOG
========================================*/

.blog-wrapper{

    display:grid;

    grid-template-columns:2fr 1fr;

    gap:40px;

    margin:70px 0;

}

.blog-content{

    background:#fff;

    padding:35px;

    border-radius:20px;

    box-shadow:0 10px 35px rgba(0,0,0,.08);

}

.blog-content img{

    width:100%;

    border-radius:18px;

    margin-bottom:25px;

}

.post-meta{

    margin-bottom:25px;

    color:#888;

    display:flex;

    gap:20px;

}

.blog-content h2{

    margin-top:30px;

    margin-bottom:15px;

}

.blog-content p{

    line-height:1.9;

    color:#555;

}

/*========================================
        SIDEBAR
========================================*/

.blog-sidebar{

    position:sticky;

    top:100px;

    height:fit-content;

}

.sidebar-box{

    background:#fff;

    border-radius:18px;

    padding:25px;

    margin-bottom:25px;

    border:1px solid #eee;

    box-shadow:0 8px 25px rgba(0,0,0,.08);

    transition:.3s;

}

.sidebar-box:hover{

    transform:translateY(-5px);

}

.sidebar-box h3{

    margin-bottom:20px;

    padding-left:12px;

    border-left:5px solid #12b55d;

}

.sidebar-box ul{

    margin:0;

    padding:0;

    list-style:none;

}

.sidebar-box li{

    padding:12px 0;

    border-bottom:1px solid #eee;

}

.sidebar-box li:last-child{

    border:none;

}

.sidebar-box a{

    text-decoration:none;

    color:#333;

}

.sidebar-box a:hover{

    color:#12b55d;

}

.blog-sidebar .count{

    background:#12b55d;

    color:#fff;

    padding:3px 10px;

    border-radius:30px;

    font-size:12px;

    margin-left:8px;

}

.quote-btn{

    display:block;

    text-align:center;

    background:#12b55d;

    color:#fff;

    padding:14px;

    border-radius:8px;

    text-decoration:none;

    margin-top:20px;

}

.quote-btn:hover{

    background:#0f984f;

    color:#fff;

}

/*========================================
        RESPONSIVE
========================================*/

@media(max-width:991px){

.blog-grid{

grid-template-columns:repeat(2,1fr);

}

.blog-wrapper{

grid-template-columns:1fr;

}

.blog-sidebar{

position:relative;

top:0;

}

.page-hero h1{

font-size:42px;

}

}

@media(max-width:767px){

.page-hero{

padding:60px 15px;

}

.page-hero h1{

font-size:32px;

}

.page-hero p{

font-size:16px;

}

.breadcrumb{

font-size:14px;

padding:10px 18px;

}

.blog-grid{

grid-template-columns:1fr;

}

.blog-card img{

height:220px;

}

.blog-content{

padding:25px;

}

.sidebar-box{

padding:20px;

}

.post-meta{

flex-direction:column;

gap:8px;

}

} 

/****Top Location Area CSS Start***/
.hi-top-area-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.hi-top-area-list li {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e9ecef;
}

.hi-top-area-list li:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.hi-top-area-list a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #12B55D;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.hi-top-area-list a i {
    color: #12B55D;
    font-size: 15px;
    min-width: 18px;
    transition: all 0.3s ease;
}

.hi-top-area-list a:hover {
    color: #ff6600;
    transform: translateX(6px);
}

.hi-top-area-list a:hover i {
    color: #ff6600;
    transform: scale(1.2);
}
/****Top Location Area CSS END***/
/* =========================================
   Hi Sticky Contact Icons
========================================= */

.hi-st-icon-wrap{
    position:fixed;
    right:20px;
    top:50%;
    transform:translateY(-50%);
    display:flex;
    flex-direction:column;
    gap:15px;
    z-index:99999;
}

.hi-st-icon{
    position:relative;
    display:flex;
    align-items:center;
    justify-content:flex-start;
    width:58px;
    height:58px;
    overflow:hidden;
    border-radius:50px;
    text-decoration:none;
    transition:all .35s ease;
    color:#fff;
}

.hi-st-phone{
    background:#12B55D;
    animation:hi-st-green-glow 2s infinite;
}

.hi-st-email{
    background:#ff6600;
    animation:hi-st-orange-glow 2s infinite;
}

.hi-st-icon i{
    width:58px;
    min-width:58px;
    text-align:center;
    font-size:22px;
    color:#fff;
    animation:hi-st-ring 1.6s infinite;
    transition:.35s;
}

.hi-st-icon span{
    width:0;
    opacity:0;
    overflow:hidden;
    white-space:nowrap;
    color:#fff;
    font-size:15px;
    font-weight:600;
    transition:all .35s ease;
}

/* Ripple */

.hi-st-icon::before{
    content:"";
    position:absolute;
    inset:0;
    border-radius:50px;
    border:2px solid rgba(255,255,255,.4);
    animation:hi-st-ripple 2s infinite;
}

/* Hover */

.hi-st-icon:hover{
    width:180px;
    transform:translateX(-6px);
}

.hi-st-icon:hover span{
    width:120px;
    opacity:1;
    color:#fff;
}

.hi-st-icon:hover i{
    animation:none;
    transform:scale(1.2) rotate(-15deg);
    color:#fff;
}

.hi-st-phone:hover{
    background:#0d9f50;
}

.hi-st-email:hover{
    background:#e65c00;
}

/* Phone Ring */

@keyframes hi-st-ring{

    0%,100%{
        transform:rotate(0deg);
    }

    10%{
        transform:rotate(20deg);
    }

    20%{
        transform:rotate(-20deg);
    }

    30%{
        transform:rotate(18deg);
    }

    40%{
        transform:rotate(-18deg);
    }

    50%{
        transform:rotate(12deg);
    }

    60%{
        transform:rotate(-12deg);
    }

    70%{
        transform:rotate(8deg);
    }

    80%{
        transform:rotate(-8deg);
    }

}

/* Ripple */

@keyframes hi-st-ripple{

    0%{
        transform:scale(1);
        opacity:.8;
    }

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

}

/* Green Glow */

@keyframes hi-st-green-glow{

    0%{
        box-shadow:0 0 0 rgba(18,181,93,.4);
    }

    50%{
        box-shadow:
        0 0 10px rgba(18,181,93,.9),
        0 0 22px rgba(18,181,93,.6),
        0 0 36px rgba(18,181,93,.4);
    }

    100%{
        box-shadow:0 0 0 rgba(18,181,93,.4);
    }

}

/* Orange Glow */

@keyframes hi-st-orange-glow{

    0%{
        box-shadow:0 0 0 rgba(255,102,0,.4);
    }

    50%{
        box-shadow:
        0 0 10px rgba(255,102,0,.9),
        0 0 22px rgba(255,102,0,.6),
        0 0 36px rgba(255,102,0,.4);
    }

    100%{
        box-shadow:0 0 0 rgba(255,102,0,.4);
    }

}

/* Mobile */

@media (max-width:767px){

    .hi-st-icon-wrap{
        left:50%;
        right:auto;
        top:auto;
        bottom:20px;
        transform:translateX(-50%);
        flex-direction:row;
        gap:15px;
    }

    .hi-st-icon{
        width:58px;
        height:58px;
        border-radius:50%;
    }

    .hi-st-icon:hover{
        width:58px;
        transform:none;
    }

    .hi-st-icon span{
        display:none;
    }

    .hi-st-icon i{
        width:58px;
        min-width:58px;
        font-size:22px;
    }

}