 *{
    box-sizing:border-box}

body{
    padding:0;
    margin:0;
    font-family:'roboto-regular';
    color:#222;
    position:relative;
    min-height:100vh;
    float:left;
    width:100%;
    padding-bottom:50px}

.container{
    width:1200px;
    margin:0 auto}

ul{
    padding:0;
    margin:0}

li{
    list-style:none}

button{
    cursor:pointer}

input,button,textarea{
    outline:0;
    font-family:'roboto-regular'}

.icons{
    background:url(https://images.sampletemplates.com/images/img/icons.svg) no-repeat 0 0}

header{
    background:#fff;
    height:42px;
    padding:8px 0;
    position:fixed;
    width:100%;
    z-index:99;
    -webkit-box-shadow:0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow:0 1px 2px rgba(0,0,0,.2);
    box-shadow:0 1px 2px rgba(0,0,0,.2)}

header .logo{
    margin-top:2px;
    float:left}

header .logo a{
    float:left;
    margin-top:3px}

header .logo .menu-btn{
    display:none}

header .header-nav{
    float:left;
    padding:4px 0 0 35px}

header .header-nav ul{
    margin:0 -15px}

header .header-nav ul li{
    float:left;
    padding:0 15px}

header .header-nav ul li a{
    color:#333;
    text-decoration:none;
    font-size:14px;
    letter-spacing:.6px;
    padding-bottom:1px}

header .header-nav ul li a:hover{
    border-bottom:1px solid;
    color:#254eaa;
    text-decoration:none}

header .header-nav ul li span{
    color:#fff;
    text-decoration:none;
    font-size:14px;
    letter-spacing:.6px;
    padding-bottom:10px;
    cursor:pointer}

header .header-nav ul li:hover .menu-child{
    display:block;
    visibility:visible;
    opacity:1}

header .header-nav ul li:last-child:hover span{
    color:#254eaa}

header .header-nav .menu-child{
    position:absolute;
    top:42px;
    left:0;
    background:#fff;
    z-index:9999;
    visibility:hidden;
    opacity:0;
    width:100%;
    padding:10px 0;
    overflow:hidden;
    min-height:50px;
    box-shadow:0 2px 2px rgba(0,0,0,.12);
    border-top:1px solid #f1f1f1}

header .header-nav .menu-child ul{
    margin:0 auto}

header .header-nav .menu-child ul li{
    width:20%;
    margin:0;
    padding:0;
    float:left;
    text-align:left}

header .header-nav .menu-child ul li a{
    float:left;
    text-align:left;
    margin:0;
    padding:0 20px 0 0;
    line-height:34px;
    color:#222;
    font-size:15px}

header .header-nav .menu-child ul li a:hover{
    color:#254eaa}

header .logo .menu-btn{
    display:none;
    float:left;
    width:15px;
    height:17px;
    border:0;
    padding:0;
    background-position:-1px 3px;
    margin-right:5px}

header .logo .menu-btn.in{
    background-position:-33px 3px}

.search-sec{
    float:right;
    position:relative}

.search-sec .search-iocn{
    float:right;
    height:22px;
    width:20px;
    border:0;
    background-position:-65px 4px;
    cursor:pointer;
    margin-left:2px}

.search-sec input{
    width:0;
    height:28px;
    opacity:0;
    border:0;
    border-radius:2px;
    letter-spacing:.3px;
    margin-top:-1px;
    transition:all .4s;
    padding:0;
    border:1px solid #f1f1f1;
    position:absolute;
    right:21px;
    top:0}

.search-sec input.active{
    width:200px;
    opacity:1;
    padding-left:12px}

header .logo .menu-btn{
    display:none}

header .header-nav{
    display:block}

.empty-div{
    width:100%;
    position:fixed;
    top:0;
    left:0;
    height:100vh;
    display:none}

.post-container{
    float:left;
    width:100%;
    margin-top:70px}

.post-container ul{
    margin:0 -10px;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    clear:both}

.post-container ul li{
    padding:0 10px;
    width:25%;
    margin-bottom:40px;
    float:left}

.post-container ul li figure{
    width:100%;
    margin:0 0 14px;
    padding-bottom:50%;
    padding:0;
    height:180px;
    float:left;
    -webkit-background-size:cover!important;
    -moz-background-size:cover!important;
    -o-background-size:cover!important;
    background-size:cover!important;
    -webkit-box-shadow:0 3px 10px 0 rgba(0,0,0,.2);
    box-shadow:0 3px 10px 0 rgba(0,0,0,.2);
    background-position:center top}

.post-container ul li figure:hover+h2{
    color:#254eaa}

.post-container ul li h2{
    float:left;
    width:100%;
    font-size:20px;
    margin:0;
    font-weight:400;
    line-height:28px;
    overflow:hidden;
    margin-bottom:8px;
    color:#1a1a1a}

.post-container ul li h2:hover{
    color:#254eaa}

.post-container ul li h5{
    float:left;
    clear:both;
    margin:0;
    color:#999;
    font-weight:400;
    letter-spacing:.4px}

.post-container ul li h5:hover{
    text-decoration:underline}

.post-container .load-more-btn{
    float:left;
    width:100%;
    text-align:center;
    margin-bottom:40px}

.post-container .load-more-btn button{
    width:65%;
    background:#ccc;
    text-align:center;
    padding:9px 40px;
    font-size:20px;
    border:0;
    border-radius:3px;
    letter-spacing:.3px;
    background:#254eaa;
    color:#fff;
    border:2px solid #254eaa;
    transition:all 0.4s;
    -webkit-transition:all 0.4s}

.post-container .load-more-btn button:hover{
    color:#254eaa;
    background:transparent}

.post-container .cat-description{
    float:left;
    width:100%}

.post-container .cat-description h1{
    margin:0;
    margin-bottom:20px;
    font-size:40px}

.post-container .cat-description p{
    float:left;
    padding:0;
    margin:0;
    margin-bottom:20px;
    font-size:16px;
    letter-spacing:.3px;
    line-height:24px}

.post-container .cat-description p span.read-more{
    color:#254eaa;
    cursor:pointer}

.post-container .cat-description p span.read-more:hover{
    text-decoration:underline}

.category-content{
    float:left;
    width:100%;
    padding-bottom:40px}

.category-content p{
    float:left;
    padding:0;
    margin:0;
    margin-bottom:20px;
    font-size:16px;
    letter-spacing:.3px;
    line-height:24px}

.category-content h2{
    font-size:34px;
    margin:0 0 20px}

.category-content h3{
    font-size:32px;
    margin:0 0 20px}

footer{
    border-top:0;
    background:#f5f5f5;
    position:absolute;
    bottom:0;
    height:50px;
    padding:7px 0;
    width:100%}

footer ul{
    float:left;
    height:40px}

footer ul li{
    float:left;
    line-height:39px;
    padding:0 15px}

footer ul li a{
    font-size:14px;
    color:#fff;
    letter-spacing:.4px}

footer ul li a:hover{
    color:#254eaa}

footer ul li:first-child{
    padding-left:0}

footer ul li a{
    color:#555;
    text-decoration:none}

footer .copy-rights{
    float:right}

footer .copy-rights h5{
    margin:0;
    float:right;
    line-height:39px;
    font-size:14px;
    color:#555;
    font-weight:400;
    letter-spacing:.3px}

.free-btn{
    margin-top:0;
    float:left;
    color:#fff;
    font-size:14px;
    background:#77cc6d;
    border:2px solid #77cc6d;
    border-radius:3px;
    -webkit-transition-duration:.4s;
    float:right;
    transition-duration:.4s;
    margin-right:5px;
    padding:3px 24px;
    text-decoration:none}

.free-btn:hover{
    background:transparent;
    color:#77cc6d}

@media only screen and (max-width:1200px){
    .container{
    width:100%;
    padding:0 20px}

}

@media only screen and (max-width:1024px){
    .container{
    width:100%;
    padding:0 20px}

.post-container .cat-description h1{
    font-size:34px;
    margin-bottom:15px}

}

@media only screen and (max-width:814px){
    header .logo .menu-btn{
    display:block;
    float:left;
    width:15px;
    height:17px;
    border:0;
    padding:0;
    background-position:-1px 3px;
    margin-right:5px;
    margin-top:1px}

header .logo .menu-btn.active{
    background-position:-33px 3px}

header .header-nav{
    width:250px;
    overflow:auto;
    top:42px;
    height:100vh;
    background:#222;
    left:-250px;
    z-index:999;
    position:fixed;
    transition:all 0.4s;
    display:block;
    padding:20px 20px}

header .header-nav ul{
    margin:0}

header .header-nav ul li{
    width:100%;
    padding:0;
    margin-bottom:15px}

header .header-nav ul li a{
    padding-bottom:0;
    color:#fff}

header .header-nav ul li span.more{
    display:none}

header .header-nav ul li .menu-child{
    position:initial;
    display:block;
    visibility:visible;
    opacity:1;
    background:#222;
    box-shadow:none;
    border:0;
    padding:0}

header .header-nav ul li .menu-child ul{
    padding:0}

header .header-nav ul li .menu-child ul li{
    width:100%;
    margin-bottom:12px}

header .header-nav ul li .menu-child ul li a{
    color:#fff;
    line-height:initial}

header .header-nav.active{
    left:0}

header .logo .menu-btn{
    display:block}

header .header-nav{
    display:block}

.post-container ul li{
    width:33.333%}

.free-btn span{
    display:none}

.free-btn{
    padding:3px 10px}

}

@media only screen and (max-width:736px){
    .container{
    width:100%;
    padding:0 10px}

.post-container ul li{
    width:50%}

}

@media only screen and (max-width:640px){
    body{
    padding-bottom:86px}

footer{
    height:initial;
    z-index:10}

footer ul{
    text-align:center;
    width:100%;
    height:34px}

footer ul li{
    display:inline-block;
    float:initial}

footer ul li:first-child{
    padding-left:15px}

.copy-rights{
    float:left;
    width:100%;
    text-align:center}

.copy-rights h6{
    float:initial}

}

@media only screen and (max-width:480px){
    .post-container .load-more-btn button{
    width:100%}

.post-container .cat-description h1{
    font-size:30px}

.category-content h2{
    font-size:26px}

header .search-sec{
    position:inherit}

header .search-sec input{
    position:absolute;
    top:-43px;
    width:100%;
    height:43px;
    left:0;
    padding-left:40px;
    background:#fff url(https://images.freecreatives.com/images/img/search.png) no-repeat;
    background-position:10px 12px;
    border-bottom:1px solid #f1f1f1;
    border-radius:0}

header .search-sec input.active{
    top:0;
    width:100%;
    padding-left:40px}

.close{
    visibility:hidden;
    position:absolute;
    width:15px;
    height:15px;
    right:10px;
    top:-20px;
    visibility:hidden;
    background:url(https://images.freecreatives.com/images/img/close.svg) 0 0 no-repeat;
    transition:all .4s;
    cursor:pointer;
    display:block}

header .header-nav{
    padding:20px 12px}

header .close.in{
    visibility:visible;
    top:14px;
    z-index:100}

footer ul li{
    padding:0 10px}

footer ul li:first-child{
    padding-left:10px}

}

@media only screen and (max-width:375px){
    .post-container ul{
    margin:0}

.post-container ul li{
    width:100%;
    padding:0}

.post-container ul li h3{
    height:initial}

.post-container ul li h2{
    height:initial}

}

@media only screen and (max-width:325px){
    footer ul li{
    padding:0 8px}

footer ul li a{
    font-size:13px}

footer ul li:first-child{
    padding-left:8px}

footer .copy-rights h5{
    font-size:13px}

}


 
 
 

tr.menu_bx  i.fas, .button-bar i.fas {
    
    margin-right: 6px;
    
}





.nav-content .btn{
    
    padding: 5px !important;
    
    font-size: 14px !important;
    
    font-weight: 500 !important;
    
	}



	
	.button-bar button {
    
    font-size: 14px !important;
    
    font-weight: 500 !important;
        padding: 9px 28px !important;
    
	}


.faq img {
    
    max-width: 100%;
    
    height: auto;
    
    display: block;
    
}


.hover-share img {
    
    max-width: 100%;
    
    height: auto;
    
}




@media (min-width: 1400px) {
    
.faq {
    
    width:940px;
    
    float: left;
    
}


}


@media screen and (max-width: 600px) {
    
.faq {
    
    padding-left: 1rem !important;
    
    padding-right: 1rem !important;
    
}


}


div#faq .container .row {
    
    justify-content: center;
    
}



h1.title_tools {
    
    font-size: 1.5rem;
    
    margin-bottom: 0;
    
    margin-top: 5px;
    
    text-align:center;
    

}



p.para_tools {
    
    margin-bottom: 25px;
    
text-align:center;
    
}

.breadcrumb_yoast {
    
    margin-top: 50px;
    
    text-align: center;
    
}



p#breadcrumbs a {
    
    color: rgb(37 40 44);
    
    text-decoration: unset !important;
    
}



p#breadcrumbs {
    
    margin-bottom: 0;
    
}


	p#breadcrumbs a, span.breadcrumb_last, p#breadcrumbs {
    
    text-decoration: none !important;
    
   /* color: #767676 !important;
    */
    font-size: 13px !important;
    
}


	

div#faq .faq h2 {
    
    font-size: 26px;
    
    margin: 0 0 14px;
    
    float: left;
    
    width: 100%;
    
}



div#faq .faq h3, 
div#faq .faq h3 a {
    
font-size: 23px;
    
    margin: 0 0 8px;
    
    font-weight: 500;
    
    clear: both;
    
}


div#faq h2:nth-of-type(2) {
    
    margin-top: 30px;
    
}


div#faq .faq h3 a {
    
    text-decoration: none;
    
    color: #222;
    
    font-family: 'roboto-regular';
    
}


	
	.faq-item {
    
    margin-top: 1rem;
    
}



.faq-item {
    
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .16), 0 0 0 1px rgba(0, 0, 0, .08);
    
    border-radius: 2px;
    
    background: #fff;
    
    margin: 2em auto;
    
    width: 100%;
    
    overflow: hidden;
    
    padding: 1em;
    
}





.faq-item h2 {
    
    font-size: 24px;
    
    line-height: 1.25em;
    
    margin-bottom: 1.25em;
    
    font-weight: 600;
    
}



.faq-item p {
    
color: #222;
    
  margin-bottom: 0.25rem;
    
}



div#faq ul li {
    
    font-size: 16px;
    
    line-height: 24px;
    
    letter-spacing: .3px;
    
    margin-bottom: 14px;
    
    background: url(https://images.sampletemplates.com/images/img/list-icon.svg) 3px 9px no-repeat;
    
    padding-left: 18px;
    
    list-style: none;
    
}



@media (min-width: 1400px) {
    
 div#faq   .container {
    
        max-width: 1200px !important;
    
    }


}



@media screen and (min-width: 992px) {
    
button.btn.btnPreview {
    
    padding-left: 2rem !important;
    
    padding-right: 2rem !important;
    
}


}




button.btn.btn-secondary, button.btn.btn-success{
    
    background-color: #244EAA;
    
    border: 1px solid #e3e3e3;
    
    color: #fff;
    
	 font-weight: 600;
    
    padding-left:1.5rem;
    
    padding-right: 1.5rem;
    
}



button.btn.btn-success {
    
    float: right;
    
}



