@import "animation.css";
@import "header.css";
@import "pagebanner.css";
@import "defaultwordpress.css";
@import "socialmenu.css";
@import "footer.css";
@import "blog.css";
@import "forms.css";
@import "extra.css";
/* Default
-----------------------------------------------------------------*/
img{
	max-width: 100%;
	height: auto;
}

strong, b{
	font-weight: 600;
}

hr {
    color: rgba(0,0,0,.2);
    background-color: rgba(0,0,0,.2);
    border: 0;
    opacity: 1;
}

blockquote {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0;
	padding-left: 15px;
	border-left: 3px solid #ccc;
}

.text-stroke {
    -webkit-text-stroke: 1px white;
    color: transparent;
}

/* BorderRadius */
.border-radius-5{border-radius: 5px;}
.border-radius-10{border-radius: 10px;}
.border-radius-15{border-radius: 15px;}
.border-radius-20{border-radius: 20px;}
.border-radius-25{border-radius: 25px;}
.border-radius-30{border-radius: 30px;}
.border-radius-35{border-radius: 35px;}
.border-radius-40{border-radius: 40px;}
.border-radius-45{border-radius: 45px;}
.border-radius-50{border-radius: 50%;}
/* Z-Index */
.z-index-2n{z-index: -2} 
.z-index-1n{z-index: -1} 
.z-index-0{z-index: 0} 
.z-index-1{z-index: 1} 
.z-index-2{z-index: 2}  
.z-index-3{z-index: 3} 
/* letterspacing */
.ls-1{ letter-spacing:1px;}
.ls-2{ letter-spacing:2px;}
.ls-3{ letter-spacing:3px;}
.ls-4{ letter-spacing:4px;}
.ls-5{ letter-spacing:5px;}
.ls-6{ letter-spacing:6px;}
.ls-7{ letter-spacing:7px;}
.ls-8{ letter-spacing:8px;}
.ls-9{ letter-spacing:9px;}
.ls-10{ letter-spacing:10px;}
/* lineheight */
.lh-0{ line-height: .9!important;}
.lh-1{ line-height: 1!important;}
.lh-2{ line-height: 1.1!important;}
.lh-3{ line-height: 1.2!important;}
.lh-4{ line-height: 1.3!important;}
.lh-5{ line-height: 1.4!important;}
.lh-6{ line-height: 1.5!important;}
.lh-7{ line-height: 1.6!important;}
/* font weight */
.fw-100{ font-weight:100!important;}
.fw-200{ font-weight:2px!important;}
.fw-300{ font-weight:300!important;}
.fw-400{ font-weight:400!important;}
.fw-500{ font-weight:500!important;}
.fw-600{ font-weight:600!important;}
.fw-700{ font-weight:700!important;}
.fw-800{ font-weight:800!important;}
.fw-900{ font-weight:900!important;}
/* Opacity */
.opacity-0{opacity:0}
.opacity-5{opacity:.05}
.opacity-10{opacity:.1}
.opacity-15{opacity:.15}
.opacity-20{opacity:.2}
.opacity-25{opacity:.25}
.opacity-30{opacity:.3}
.opacity-35{opacity:.35}
.opacity-40{opacity:.4}
.opacity-45{opacity:.45}
.opacity-50{opacity:.5}
.opacity-55{opacity:.55}
.opacity-60{opacity:.60}
.opacity-65{opacity:.65}
.opacity-70{opacity:.70}
.opacity-75{opacity:.75}
.opacity-80{opacity:.8}
.opacity-85{opacity:.85}
.opacity-90{opacity:.90}
.opacity-95{opacity:.95}
.opacity-100{opacity:1}

/* image Background Div */
.h-250{min-height:250px;}
.h-300{min-height:300px;}
.h-350{min-height:350px;}
.h-400{min-height:400px;}
.h-450{min-height:450px;}
.h-500{min-height:500px;}
.h-550{min-height:550px;}
.h-600{min-height:600px;}
.h-650{min-height:650px;}
.h-700{min-height:700px;}
@media only screen and (max-width: 767px) {
    .h-450{min-height:450px;}
    .h-500{min-height:400px;}
    .h-550{min-height:400px;}
    .h-600{min-height:400px;}
    .h-650{min-height:400px;}
    .h-700{min-height:400px;}
}
@media only screen and (min-width: 768px) {
    .me-md-10{
        margin-right:200px;
    }
}
.bgimg{
	background-size:cover!important;
}
.c-icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: #fff;
    display: block;
    text-align: center;
}
.c-icon i{
    color: var(--color-primary);
}