/* 1. Général START */

/* 2. BUTTON FORM START */

/* 3. INNER BANNER AREA START */

/* 4. PART OF BLOG START */

/* 5. SIDE BAR AREA START */

/* 6. SEARCH BAR START */

/* 7. FORMS OF BLOG START */





/* Général START */
body {
    font-size: 15px;
    line-height: 1.6;
    font-family: 'Poppins', sans-serif;
    color: #444;
    font-weight: 400
}

p {
    color: #383838;
    font-weight: 400
}

a {
    display: inline-block;
    -webkit-transition: all .5s;
    transition: all .5s;
    text-decoration: none
}

a:hover, a:focus {
    text-decoration: none
}

button {
    margin: 0;
    padding: 0;
    outline: 0
}

button:focus {
    outline: 0;
    border: 0
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    color: #2B3F56
}

h3 {
    font-size: 22px
}

.d-table {
    width: 100%;
    height: 100%
}

.d-table-cell {
    display: table-cell;
    vertical-align: middle
}

img {
    max-width: 100%
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px
}

.pt-100 {
    padding-top: 100px
}

.pt-80 {
    padding-top: 80px
}

.ptb-70 {
    padding-top: 70px;
    padding-bottom: 70px
}

.pb-100 {
    padding-bottom: 100px
}

.pb-70 {
    padding-bottom: 70px
}

.pt-50 {
    padding-top: 50px
}

.pt-45 {
    padding-top: 45px
}

.pt-20 {
    padding-top: 20px
}

.mt-30 {
    margin-top: 30px
}

.ml-25 {
    margin-left: 15px
}

.ml-20 {
    margin-left: 20px
}

.mr-20 {
    margin-right: 20px
}

.margin-auto {
    margin: 0 auto
}

.border-radius-50 {
    border-radius: 50px
}

.border-radius-5 {
    border-radius: 5px
}

.section-title span {
    margin-bottom: 8px;
    font-weight: 600;
    display: block
}

.section-title h2 {
    font-size: 35px;
    font-weight: 600;
    margin-top: 0;
    line-height: 1.2;
    color: #383838;
    margin-bottom: 0
}

.section-title p {
    padding-top: 10px;
    margin-bottom: 0;
    max-width: 530px;
    color: #444
}

.sp-color1 {
    color: #f08585
}

.sp-color2 {
    color: #383838
}

/* Général END */

/* BUTTON FORM START */
.default-btn {
	border: 1px solid #d31f3e;
    color: #383838;
    background-color: #bf1d3b;
    display: inline-block;
	padding: 12px 32px;	
	text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.default-btn i {
    font-size: 20px;
    position: relative;
    top: 4px;
    display: none
}

.default-btn::before {
    content: "";
    position: absolute;
    z-index: -1;
    height: 100%;
    left: -36%;
    top: 0;
    -webkit-transform: skew(50deg);
    transform: skew(50deg);
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    width: 0;
}

.default-btn:hover {
	display: inline-block;
    background-color: #bf1d3b;
    color: #383838;
    
}

/* .default-btn:hover:before {

} */

.btn-bg-two {
    background-color: #bf1d3b;
}
/* BUTTON FORM END */

.btn-bg-one {
    background-color: #d31f3e;
}

/*  INNER BANNER AREA START */
.inner-banner {
    position: relative;
    z-index: 1;
    background-color: #d31f3e;
}

.inner-banner .inner-title {
    padding-top: 150px;
    padding-bottom: 150px;
    position: relative;
    z-index: 1
}

.inner-banner .inner-title h3 {
    font-size: 45px;
    color: #383838;
    font-weight: 600;
    position: relative
}

.inner-banner .inner-title ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative
}

.inner-banner .inner-title ul li {
    font-size: 18px;
    color: #383838;
    display: inline-block
}

.inner-banner .inner-title ul li i {
    color: #383838;
    position: relative;
    top: 3px;
    margin: 0 3px
}

.inner-banner .inner-title ul li a {
    color: #383838
}

.inner-banner .inner-title ul li a:hover {
    color: #f08585
}

.inner-banner .inner-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: none
}

/*  INNER BANNER AREA END */

/* PART OF BLOG START */
.blog-article {
    margin-bottom: 30px
}

.blog-article .blog-article-img {
    
}

.blog-article .blog-article-img img {
    border-radius: 15px
}

.blog-article .blog-article-img .blog-article-tag {
    background-color: #bf1d3b;
    padding: 15px 12px;
    min-width:60px;
    border-radius: 3px;
    text-align: center
}

.blog-article .blog-article-img .blog-article-tag h3 {
    font-size: 17px;
    color: #fff;
    line-height: 1;
    margin-bottom: 0;
    font-weight: 500
}

.blog-article .blog-article-img .blog-article-tag span {
    font-size: 17px;
    color: #fff;
    line-height: 1;
    font-weight: 500
}

.blog-article .blog-article-title {
    margin-bottom: 20px
}

.blog-article .blog-article-title ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.blog-article .blog-article-title ul li {
    display: inline-block;
    font-size: 15px;
    color: #383838;
    margin-right: 30px;
    position: relative;
    font-weight: 500
}

.blog-article .blog-article-title ul li:last-child {
    margin-right: 0
}

.blog-article .blog-article-title ul li i {
    font-size: 18px;
    margin-right: 10px;
    position: relative;
    top: 3px;
    color: #383838
}

.blog-article .blog-article-title h2 {
    margin-top: 5px;
    font-size: 26px;
    max-width: 650px;
    margin-bottom: 0;
    color: #383838
}

.blog-article .article-content {
    padding-bottom: 10px;
	margin-top:12px;
}

.blog-article .article-content p {
    margin-bottom: 20px
}

.blog-article .article-content .blockquote {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    margin-top: 30px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .05);
    box-shadow: 0 0 15px rgba(0, 0, 0, .05);
    padding: 20px 30px 20px 50px;
    margin-left: 35px
}

.blog-article .article-content .blockquote p {
    font-size: 15px;
    color: #444;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0
}

.blog-article .article-content .blockquote span {
    font-size: 15px;
    color: #383838;
    font-weight: 600
}

.blog-article .article-content .blockquote i {
    font-size: 35px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    color: #fff;
    /* background-image: -webkit-gradient(linear, left top, right top, from(#070f60), to(#bf1d3b)); */
    background-image: linear-gradient(to right, #bf1d3b, #bf1d3b);
    text-align: center;
    border-radius: 50px;
    position: absolute;
    top: 24%;
    left: -35px
}

.blog-article .blog-article-share {
    padding: 10px 0;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 30px;
	width:100%;
}

.blog-article .blog-article-share .blog-tag ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.blog-article .blog-article-share .blog-tag ul li {
    display: inline-block;
    padding: 5px 3px;
    -webkit-transition: .7s;
    transition: .7s;
    color: #383838;
    font-weight: 400;
    margin-right: 5px
}

.blog-article .blog-article-share .blog-tag ul li:last-child {
    margin-right: 0
}

.blog-article .blog-article-share .blog-tag ul li i {
    color: #383838;
    font-size: 18px;
    position: relative;
    top: 3px
}

.blog-article .blog-article-share .blog-tag ul li a {
    color: #fff;
    background-color: #bf1d3b;
    padding: 5px 12px;
    border-radius: 10px;
    font-size: 14px
}

.blog-article .blog-article-share .blog-tag ul li:hover a {
    background-color: #bf1d3b
}

.blog-article .blog-article-share .social-icon {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right
}

.blog-article .blog-article-share .social-icon li {
    display: inline-block;
    margin-right: 5px
}

.blog-article .blog-article-share .social-icon li a {
    border-radius: 0;
    width: 35px;
    height: 35px;
    line-height: 37px;
    text-align: center;
    color: #fff;
    background-color: #bf1d3b;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}

.blog-article .blog-article-share .social-icon li a:hover {
    background-color: #bf1d3b;
    color: #fff8f8;
}

.blog-article .comments-wrap {
    margin-bottom: 30px
}

.blog-article .comments-wrap .comment-title .title {
    font-size: 24px;
    margin-bottom: 0;
    color: #383838
}

.blog-article .comments-wrap .comment-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.blog-article .comments-wrap .comment-list li {
    position: relative;
    padding: 30px;
    padding-left: 75px;
    border-bottom: 1px solid #e1e1e1
}

.blog-article .comments-wrap .comment-list li:last-child {
    margin-bottom: 0
}

.blog-article .comments-wrap .comment-list li img {
    position: absolute;
    top: 30px;
    left: 0;
    border-radius: 50%
}

.blog-article .comments-wrap .comment-list li h3 {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 600;
    color: #383838
}

.blog-article .comments-wrap .comment-list li span {
    font-size: 15px;
    color: #383838
}

.blog-article .comments-wrap .comment-list li p {
    margin-top: 10px;
    margin-bottom: 0
}

.blog-article .comments-wrap .comment-list li a {
    color: #383838;
    font-weight: 600;
    position: absolute;
    top: 30px;
    right: 0
}

.blog-article .comments-wrap .comment-list li a:hover {
    color: #383838
}

.blog-article .comments-form {
    margin-top: 30px;
    margin-bottom: 30px
}

.blog-article .comments-form .title {
    font-size: 24px;
    margin-bottom: 20px;
    color: #383838
}

.blog-article .comments-form .contact-form {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    background-color: d31f3e;
}

.blog-article .comments-form .default-btn {
    width: unset
}
/* PART OF BLOG END */

/* SIDE BAR AREA START */
.side-bar-area {
    margin-left: 15px
}

.side-bar-widget {
margin-left:10px;
}

.side-bar-widget .title {
    font-size: 20px;
    color: #383838;
    padding: 0;
    font-weight: 600;
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
    background-color: transparent;
    width: 100%
}

.side-bar-widget .side-bar-categories {
    margin-bottom: 15px
}

.side-bar-widget .side-bar-categories ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.side-bar-widget .side-bar-categories ul li {
    position: relative;
    font-size: 15px;
    font-weight: 500
}

.side-bar-widget .side-bar-categories ul li .line-circle {
    position: absolute;
    top: 10px;
    left: 0;
    width: 13px;
    height: 13px;
    background-color: transparent;
    border: 1px solid #383838;
    border-radius: 50px
}

.side-bar-widget .side-bar-categories ul li .line-circle::before {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    margin: 0 auto;
    width: 9px;
    height: 9px;
    background-color: #bf1d3b;
    border-radius: 50px
}

.side-bar-widget .side-bar-categories ul li:last-child {
    border-bottom: none
}

.side-bar-widget .side-bar-categories ul li a {
    display: inline-block;
    color: #383838;
    font-weight: 400;
    padding: 5px 0 5px 25px;
    font-weight: 600;
    position: relative;
    width: 100%
}

.side-bar-widget .side-bar-categories ul li a span {
    right: 30px;
    position: absolute;
    top: 10px;
    color: #383838
}

.side-bar-widget .side-bar-categories ul li a:hover {
    color: #383838
}

.side-bar-widget .side-bar-categories ul li a:hover span {
    color: #383838
}

.side-bar-widget .widget-popular-post {
    position: relative;
    overflow: hidden;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 20px
}

.side-bar-widget .widget-popular-post .item {
    overflow: hidden;
    margin-bottom: 13px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e2e2e2
}

.side-bar-widget .widget-popular-post .item:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0
}

.side-bar-widget .widget-popular-post .item .thumb {
    float: left;
    overflow: hidden;
    position: relative;
    margin-right: 15px
}

.side-bar-widget .widget-popular-post .item .thumb .full-image {
    width: 80px;
    height: 80px;
    display: inline-block;
    background-size: cover!important;
    background-repeat: no-repeat;
    background-position: center center!important;
    position: relative;
    background-color: #070b3b
}

.side-bar-widget .widget-popular-post .item .thumb .full-image.bg1 {
    
}

.side-bar-widget .widget-popular-post .item .thumb .full-image.bg2 {
    background-image: url(../images/blog/blog-small-img1.jpg)
}

.side-bar-widget .widget-popular-post .item .thumb .full-image.bg3 {
    background-image: url(../images/blog/blog-small-img1.jpg)
}

.side-bar-widget .widget-popular-post .item .thumb .full-image.bg4 {
    background-image: url(../images/blog/blog-small-img1.jpg)
}

.side-bar-widget .widget-popular-post .item .info {
    overflow: hidden;
    padding: 0
}

.side-bar-widget .widget-popular-post .item .info .title-text {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 18px;
    font-weight: 500;
    max-width: 210px
}

.side-bar-widget .widget-popular-post .item .info .title-text a {
    display: inline-block;
    color: #383838;
    margin-bottom: 5px
}

.side-bar-widget .widget-popular-post .item .info .title-text a:hover {
    color: #383838
}

.side-bar-widget .widget-popular-post .item .info p {
    font-size: 15px;
    margin-bottom: 0;
    max-width: 180px;
    color: #383838
}

.side-bar-widget .side-bar-widget-tag {
    list-style: none;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 20px
}

.side-bar-widget .side-bar-widget-tag li {
    display: inline-block;
    margin: 5px;
    color: #383838
}

.side-bar-widget .side-bar-widget-tag li a {
    color: #fff;
    padding: 7px 15px;
    background-color: #bf1d3b;
    font-size: 14px;
    font-weight: 400;
    border-radius: 5px;
    -webkit-transition: .7s;
    transition: .7s
}

.side-bar-widget .side-bar-widget-tag li:hover a {
    color: #fff;
    background-color: #bf1d3b;
	
}

.side-bar-widget .blog-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    list-style-type: none;
    margin-left: -5px;
    margin-right: -5px;
    margin-top: 10px;
    margin-bottom: 25px
}

.side-bar-widget .blog-gallery li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px
}

.side-bar-widget .blog-gallery li a {
    display: block;
    position: relative
}

.side-bar-widget .blog-gallery li a img {
    width: 100%;
    height: 100%;
    border-radius: 15px
}

.side-bar-widget .blog-gallery li a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #bf1d3b;
    -webkit-transition: all .5s;
    transition: all .5s;
    opacity: 0;
    visibility: hidden;
    border-radius: 15px
}

.side-bar-widget .blog-gallery li a::after {
    content: '\ee93';
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: center;
    background-color: transparent;
    -webkit-transition: all .5s;
    transition: all .5s;
    opacity: 0;
    visibility: hidden;
    font-size: 35px;
    font-family: boxicons;
    color: #383838
}

.side-bar-widget .blog-gallery li a:hover::before {
    opacity: .5;
    visibility: visible
}

.side-bar-widget .blog-gallery li a:hover::after {
    opacity: 1;
    visibility: visible
}

/* SIDE BAR AREA END */


/* SEARCH BAR START */
.search-widget {
    margin-bottom: 30px;
}

.search-widget .search-form {
    position: relative;
    border: 1px solid #e2e2e2;
    border-radius: 5px
}

.search-widget .search-form .form-control {
    height: 50px;
    border: none;
    padding: 10px 20px;
    width: 100%;
    color: #252525;
    border-radius: 5px
}

.search-widget .search-form .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0
}

.search-widget .search-form button {
    position: absolute;
    top: 3px;
    right: 3px;
    height: 45px;
    width: 45px;
    -webkit-transition: all .5s;
    transition: all .5s;
    border: none;
    outline: none;
    background-color: #d31f3e;
    line-height: 57px;
    border-radius: 5px
}

.search-widget .search-form button i {
    color: #fff;
    font-size: 24px
}

.search-widget .search-form button:hover {
    background-color: #d31f3e
}
/* SEARCH BAR END */


/* FORMS OF BLOG START */
.contact-form {
    max-width: 800px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto
}

.contact-form h2 {
    color: #252525;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 26px;
    line-height: 1
}

.contact-form .form-group {
    margin-bottom: 20px;
    position: relative
}

.contact-form .form-group label {
    color: #252525;
    font-size: 15px;
    margin-bottom: 15px;
    font-weight: 500
}

.contact-form .form-group label span {
    color: #E20C0C
}

.contact-form .form-group.checkbox-option {
    position: relative
}

.contact-form .form-group.checkbox-option #chb2 {
    position: absolute;
    top: 6px;
    left: 0;
    width: auto;
}

.contact-form .form-group.checkbox-option p {
    padding-left: 25px;
    font-size: 15px
}

.contact-form .form-group.checkbox-option p a {
    color: #E20C0C
}

.contact-form .form-group.checkbox-option p a:hover {
    color: #f08585
}

.contact-form .form-group .form-control {
    height: 50px;
    color: #252525;
    border: 1px solid #E20C0C;
    background-color: #383838;
    font-size: 15px;
    padding: 10px 20px;
    width: 100%;
    border-radius: 0;
    font-weight: 500
}

.contact-form .form-group .form-control:focus {
    outline: none;
    border-color: #252525;
    -webkit-box-shadow: none;
    box-shadow: none
}

.contact-form .form-group textarea.form-control {
    height: auto
}

.contact-form .agree-label {
    margin-bottom: 15px;
    position: relative
}

.contact-form .agree-label #chb1 {
    position: absolute;
    top: 5px;
    left: 0
}

.contact-form .agree-label label {
    font-weight: 500;
    color: #252525;
    margin-left: 25px
}

.contact-form .agree-label label a {
    color: #E20C0C
}

.contact-form .agree-label label a:hover {
    color: #f08585
}

.contact-form .with-errors {
    float: left;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 0;
    color: red;
    font-weight: 400;
    display: block
}

.contact-form .text-danger {
    font-size: 18px;
    margin-top: 15px
}

.contact-form .default-btn {
    border: 0;
    outline: none
}

.contact-form .form-group .form-control::-webkit-input-placeholder, .contact-form .form-group .form-control:-ms-input-placeholder, .contact-form .form-group .form-control::-ms-input-placeholder, .contact-form .form-group .form-control::-webkit-input-placeholder {
    color: #444
}

.contact-form .form-group .form-control::-webkit-input-placeholder, .contact-form .form-group .form-control:-ms-input-placeholder, .contact-form .form-group .form-control::-ms-input-placeholder, .contact-form .form-group .form-control::placeholder {
    color: #444
}

/* FORMS OF BLOG END */

.li-header{
    display:flex;
}
.arrow-header{
    margin-top:15px;
}
@media only screen and (max-width: 991px){
    .li-header{
        display:block;
    }
    .arrow-header{
        margin-top:0px;
    }
}