@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/SegoeUI-Bold.woff2') format('woff2'),
        url('../fonts/SegoeUI-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/SegoeUI.woff2') format('woff2'),
        url('../fonts/SegoeUI.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* ***** Common Css **** */
:root {
    scroll-behavior: initial;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}
a:hover,
a:focus,
a:active {
    text-decoration: none;
}
ol,
ul {
    margin: 0;
    padding: 0;
}
img {
    display: block;
}
a,button {
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    text-decoration: none;
}

body {
    font-family: 'Segoe UI';
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}

.main-wrpper {
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.container{
    max-width: 1440px;
    padding: 0 15px;
    margin: 0 auto;
	width:98%;
}
.row{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.col-md-7{
    width: 65%;
    padding: 0 15px;
}
.col-md-3{
    width: 25%;
    padding: 0 15px;
}
.col-md-4{
    width: 33.33%;
    padding: 0 15px;
}
.col-md-5{
    width: 35%;
    padding: 0 15px;
}
.col-md-6{
    width: 50%;
    padding: 0 15px;
}
.col-md-8{
    width: 66.67%;
    padding: 0 15px;
}
.col-md-9{
    width: 75%;
    padding: 0 15px;
}
.col-md-12{
    width: 100%;
    padding: 0 15px;
}
/* ***** End Common Css **** */

/* ***** Blog ***** */
.blog-wrpper{
    padding: 100px 0;
}
.blog-header{
    margin: 0 auto 50px;
}
.blog-header .row{align-items: baseline;}
.filter-nav ul{
    display: block;
    align-items: center;
}
.filter-nav ul li{
    margin-right: 15px;
	display:inline-block;
}
.filter-nav ul li:last-child{
    margin: 0;
}
.filter-nav ul li a{
    padding: 10px 15px;
    font-size: 16px;
    font-weight: normal;
    color: #333333;
    display: block;
}
.filter-nav ul li a:hover,
.filter-nav ul li a.active{
    background: #ABBF5C;
    color: #fff;
}
.search-block{
    position: relative;
    width: 100%;
}
.search-block .form-control{
    padding: 15px 45px 15px 15px;
    font-size: 16px;
    font-weight: normal;
    color: #333333;
    border: 1px solid rgba(0, 0, 0, 0.10);
    height: auto;
    box-shadow: none;
    display: block;
    width: 100%;
    outline: none;
}
.search-block button{
    background: transparent;
    border: none;
    font-size: 18px;
    color: #ABBF5C;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
	padding:0px;
}
[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover{background:none;}

.blog-block{
    margin: 0 0 50px;
}
.blog-img img{
    width: 100%;
    height: 450px;
    object-fit: cover;
	opacity:1;
}
.blog-data{
    max-width: 85%;
    margin: -70px auto 0;
    padding: 20px 25px;
    background: #fff;
    position: relative;
    z-index: 5;
}
.blog-data ul{
    display: flex;
    align-items: center;
    margin: 0 0 10px;
}
.blog-data ul li{
    margin-right: 40px;
    position: relative;
    font-size: 16px;
    font-weight: normal;
    color: #083A48;
}
.blog-data ul li span{
    color: #ABBF5C;
    text-transform: uppercase;
    font-weight: 600;
}
.blog-data ul li:after{
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    background: #ADADAD;
    border-radius: 50%;
    right: -25px;
    top: 8px;
}
.blog-data ul li:last-child{
    margin: 0;
}
.blog-data ul li:last-child:after{display: none;}
.blog-data h3{
    font-size: 22px;
    font-weight: 600;
    color: #000;
    line-height: 32px;
    margin: 0;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.blog-data h3:hover{
    color: #ABBF5C;
}

.pager-rw ul{
    display: flex;
    align-items: center;
    justify-content: center;
}
.pager-rw ul li{
    margin-right: 10px;
}
.pager-rw ul li:last-child{
    margin: 0;
}
.pager-rw ul li a{
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #F8F8F8;
    color: #111;
    display: block;
    font-size: 15px;
    font-weight: 600;
}
.pager-rw ul li a.active{
    background: #ABBF5C;
    color: #fff;
}
.pager-rw ul li a:hover{
    color: #ABBF5C;
}



.blog-inner-wrp{
    padding: 100px 0;
}
.blog-sidebar{
    padding: 50px 25px 25px;
    background: #F8F8F8;
}
.blog-sidebar .search-block{
    margin: 0 auto 45px;
}
.blog-author{
    padding: 20px;
    background: #fff;
    margin: 0 0 45px;
}
.blog-author h2{
    font-size: 25px;
    font-weight: bold;
    color: #000;
    margin: 0 0 15px;
}
.authorrw{
    display: flex;
    align-items: center;
    margin: 0 0 15px;
}
.author-img{
    min-width: 70px;
    width: 70px;
    height: 70px;
    margin-right: 15px;
    border-radius: 100%;
}
.author-img img{
    width: 70px;
    height: 70px;
    border-radius: 100%;
    object-fit: cover;
}
.authorrw h3{
    margin: 0;
    font-size: 17px;
    font-weight: 600;
    color: #ABBF5C;
    line-height:25px;
}
.authorrw h3 span{
    display: block;
    font-size: 15px;
    font-weight: normal;
    color: #595959;
}
.blog-author p{
    margin: 0;
    font-size: 18px;
    font-weight: normal;
    color: #000;
    line-height: 27px;
}
.recent-blogs{
    margin: 0 auto 45px;
}
.recent-blogs h2{
    font-size: 25px;
    font-weight: bold;
    color: #000;
    margin: 0 0 25px;
}
.recent-blogs ul li{
    display: flex;
    align-items: center;
    margin: 0 0 30px;
}
.recent-blogs ul li:last-child{
    margin: 0;
}
.similer-blgimg{
    min-width: 80px;
    margin-right: 15px;
}
.similer-blgimg img{
    width: 80px;
    height: 80px;
    object-fit: cover;
}
.similer-blgdt h6{
    font-size: 14px;
    font-weight: 400;
    color: #083A48;
    margin: 0px;
}
.similer-blgdt h3{
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: #000;
    line-height: 22px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.similer-blgdt h3:hover{
    color: #ABBF5C;
}

.tags-block{
    margin: 0 auto 40px;
}
.tags-block h2{
    font-size: 25px;
    font-weight: bold;
    color: #000;
    margin: 0 0 25px;
}
.tags-block ul{
    display: flex;
    flex-wrap: wrap;
}
.tags-block ul li{
    margin: 0 10px 10px 0;
}
.tags-block ul li a{
    font-size: 16px;
    color: #333;
    background: #fff;
    display: block;
    padding: 5px 12px;
    line-height: 24px;
}
.tags-block ul li.active a,
.tags-block ul li a:hover{
    background: rgba(171, 191, 92, 0.15);
    color: #ABBF5C;
}

.news-latterbox h2{
    font-size: 25px;
    font-weight: bold;
    color: #000;
    margin: 0 0 25px;
}
.news-latterbox .form-group{
    position: relative;
    margin: 0;    
}
.news-latterbox .form-group .form-control{
    padding: 15px 110px 15px 15px;
    background: #fff;
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    width: 100%;
    display: block;
    outline: none;
    font-size: 16px;
    font-weight: normal;
}
.news-latterbox .form-group button{
    border: none;
    background: #ABBF5C;
    padding: 10px 10px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.news-latterbox .form-group button:hover{
    background: #111;
    color: #fff;
}

.related-blog-wrp{
    padding: 50px 0;
}
.related-blog-wrp h2{
    font-size: 50px;
    font-weight: bold;
    color: #000;
    text-align: center;
    margin: 0 auto 50px;
}
.related-blog-slider .slick-slide {
    margin: 0 15px;
}
.related-blog-slider .slick-list {
    margin: 0 -15px;
}
.related-blog-slider .slick-prev,
.related-blog-slider .slick-next{
    position: absolute;
    right:-80px;
    left: auto;
    border: none;
    color: transparent;
    background-color: transparent;   
    width: auto;
    height: auto;
    font-size: 0;
    color: transparent;
    z-index: 5;
    top:50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    transition: .4s linear;
}
.related-blog-slider .slick-prev:before,
.related-blog-slider .slick-next:before {
    width: 30px;
    height: 30px;
    content: "\f054";
    font-family: 'Font Awesome 5 Pro';
    color: #343330;
    background: transparent;
    font-weight:400;
    line-height: 30px;
    display: block;
    border-radius: 50%;
    cursor: pointer;
    text-align: center;
    font-size:18px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.related-blog-slider .slick-prev {
    left:-80px;
    right: auto;
}
.related-blog-slider .slick-prev:before {
    content: "\f053";
}
.related-blog-slider .slick-prev:hover:before,
.related-blog-slider .slick-next:hover:before{
    color: #ABBF5C;
}
.slick-track{
    display: flex !important;
}
.slick-slide{
    height: inherit !important;
}
/* ***** End Blog ***** */

.elementor-element-7e332fd8{display:none;}
.elementor-element-1ed2fd4b{display:none;}
.elementor-element-5a2387bd{display:none;}
.elementor-element-234f718a{display:none;}
.elementor-element-6fc03a39{display:none;}
.elementor-element-7040ac59{display:none;}
.elementor-element-1ae82bdf{display:none;}
.elementor-element-1276ca6e{display:none;}
.pager-rw{
	display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.pager-rw .page-numbers{
	width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #F8F8F8;
    color: #111;
    display: block;
    font-size: 15px;
    font-weight: 600;
	margin-right:10px;
}
.pager-rw .page-numbers.current{
	background: #ABBF5C;
    color: #fff;
}
.tabthumb .swiper-slide svg{ height:50px!important;}