/*** 

====================================================================
	Blog Section
====================================================================

***/
.arrow_icon {
    position: absolute;
    top: 85%;
    left:0px;
    right:0;
    margin-left: auto; 
    margin-right: auto; 
    width: 10px;
    height: 10px;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: border-box;
}

.blog-section{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 120px 40px 114px 20px;
}

.blog-section .auto-container{
	max-width: 1240px;
}

.blog-section .content-box{
	position: relative;
	text-align: center;
	padding: 0px 0 !important;
}

.blog-section .content-box .title{
	position: relative;
	font-size: 24px;
    font-weight: 500;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding-bottom: 0;
	margin-bottom: 30px;
}

.news-tab .tabs-header{
	position:relative;
}

.news-tab .news-tab-btns{
	position:relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	margin-bottom: 20px;
}

.news-tab .news-tab-btns .p-tab-btn{
	position: relative;
    font-size: 20px;
    line-height: 24px;
    color: #312F2F;
    cursor: pointer;
    margin: 0 17px 20px;
    text-align: center;
    white-space: nowrap;
    background-color: transparent;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-tab .news-tab-btns .p-tab-btn:before{
	position: absolute;
    left: 0;
    bottom: -2px;
    border-bottom: 1px solid #27AD75;
    width: 100%;
    content: "";
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: -webkit-transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000), -webkit-transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}

.news-tab .news-tab-btns .p-tab-btn.active-btn:before,
.news-tab .news-tab-btns .p-tab-btn:hover:before{
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
}

.news-tab .carouse-outer{
	position: relative;
	padding: 0 10px 0px 0px;
}

.news-tab{
	position:relative;	
}

.news-tab .project-carousel .owl-dots{
	display:none;
}

.news-carousel .owl-nav{
    position: absolute;
    top: 50%;
    width: 100%;
    height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.news-carousel .owl-next,
.news-carousel .owl-prev{
	position: relative;
	left: -27px;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	color: #ffffff;
	border-radius: 50%;
    transform: scale(.7);
    background-color: transparent;
	transition: all 300ms ease;
}

.news-carousel .owl-next:hover,
.news-carousel .owl-prev:hover{
	color: #ffffff;
}

.news-carousel .owl-next i,
.news-carousel .owl-prev i{
    color: #fecd07;
    font-size: 42px;
}


.news-carousel .owl-next.disabled,
.news-carousel .owl-prev.disabled{
	opacity: 0;
}


.news-carousel .owl-next{
	left: auto;
	right: -27px;
}

.news-tab .p-tabs-content{
	position:relative;
	display:block;	
}

.news-tab .p-tab{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	visibility:hidden;
}

.news-tab .p-tab.active-tab{
	position:relative;
	visibility:visible;
	z-index:5;
}

.p-tab.active-tab .news-block{
	opacity: 1;
	border-radius: 0;
}

.p-tab .news-block{
	transition:all 0.1s ease;
	-moz-transition:all 0.1s ease;
	-webkit-transition:all 0.1s ease;
	-ms-transition:all 0.1s ease;
	-o-transition:all 0.1s ease;
	opacity: 0;
}

.news-block{
	position:relative;
}

.news-block .inner-box{
	position: relative;
	background-color: #fff;
}

.news-block .image-box{
	position: relative;
}

.news-block .image-box .image{
	position: relative;
	margin-bottom: 0;
	overflow: hidden;
}

.news-block .image img{
	display: block;
	width: 100%;
	height: 170px;
	object-fit: cover;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block .caption-box{
	position: relative;
	padding: 20px 20px 30px;
	min-height: 167px;
}

.news-block .caption-box .cat{
	position: relative;
	font-size: 13px;
	color: #AAA8A8;
	line-height: 1em;
	margin-bottom: 10px;
	display: block;
}

.news-block .caption-box h4{
	display: block;
	font-size: 16px;
	line-height: 23px;
	min-height: 46px;
	color: #000000;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	margin-bottom: 25px;
}

.news-block .caption-box h4 a{
	color: #000000;
}

.news-block .caption-box h4 a:hover{
	text-decoration: underline;
}

.news-block .caption-box .date{
	position: relative;
	display: inline-block;
	font-size: 12px;
	color: #000000;
	line-height: 1em;
}

.contact-section.blog-section {
    padding: 80px 74px 114px;
}

.blog_head{
    text-align: center;
    padding-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    .contact-section.blog-section {
        padding: 0px 40px 40px 15px;
    }
    .flaticon-right-arrow:before {
        content: "\f17a";
        bottom: 10px !important;
        position: relative !important;
        left: 0px !important;
    }
    
    .flaticon-right-arrow:before,
    .flaticon-left-chevron:before{
        color:#fff;
    }

    .news-carousel .owl-next {
        left: auto;
        right: -15px !important;
    }
    .news-carousel .owl-next, .news-carousel .owl-prev {
        height: 35px !important;
        width: 35px !important;
        color:#fff !important;
        transform: scale(1);
    }

    
    .flaticon-left-chevron:before {
        content: "\f178";
        bottom: 10px !important;
        position: relative !important;
        right: 0px !important;
        color:#000;
    }
    .news-carousel .owl-prev {
        left: auto;
        right: 15px !important;
    }
    .news-carousel .owl-next, .news-carousel .owl-prev {
        height: 30px !important;
        width: 30px !important;
        top: 9px !important;

    }
}
/*** 

====================================================================
	Blog Details Section 
====================================================================

***/

/* ::-webkit-scrollbar{
    width: 0px !important;
} */
.prev-post-link{
    z-index: 9999 !important;
}
.arrow_icon {
    position: absolute;
    top: 100%;
    left:100px;
    right:0;
    margin-left: auto; 
    margin-right: auto; 
    width: 10px;
    height: 10px;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
   
    box-sizing: border-box;
}
.blog-detail h3{
    position: relative;
    bottom: 0%;
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 24px;
    max-width: 100%;
}
.blog-detail .cat {
    position: relative;
    font-size: 13px;
    bottom: 0%;
    margin-bottom: 5px;
}

.content-box .arrow_icon{
    display:none;
}
.blog-detail .next-post-link{
    width:40px;
    height:40px;
    line-height:40px;
    z-index: 10000;
}


@media only screen and (max-width: 1440px){
    .arrow_icon {
        left: 0px;
    }
}

@media only screen and (min-width: 768px){
    .blog-detail h3 {
        margin-bottom: 40px;
        margin-top: 20px;
    }
    .blog-detail .content-box{
        padding: 90px 50px 50px !important;
    }
    .content-box .prev-link{
        display:none;
    }
    .inner-box #content_p{
        text-align:justify;
    }
    .blog-detail .content-box{
        position: relative;
        margin-left: 40%;
        width: 57%;
    }
}
@media only screen and (min-width: 770px){
    .blog-detail .content-box{
        margin-left: 40%;
        width: 58%;
    }
}
@media only screen and (min-width: 777px){
    .blog-detail .content-box{
        width: 58.3%;
    }
}
@media only screen and (min-width: 850px){
    .blog-detail .content-box{
        width: 58.4%;
    }
}   
@media only screen and (min-width: 950px){
    .blog-detail .content-box{
        width: 58.5%;
    }
}   
@media only screen and (min-width: 1020px){
    .blog-detail .content-box{
        width: 58.6%;
    }
}   
@media only screen and (min-width: 1281px){
    .blog-detail .content-box{
        width: 60%;
        margin-left:39.8%;
    }
}   

@media only screen and (min-width: 1350px){
    .blog-detail .content-box{
        width: 60.4%;
        margin-left:39.5%;
    }
}   
@media only screen and (min-width: 1441px){
    .blog-detail .content-box .inner-box{
        padding-left:0px !important;
    }
    .blog-detail .content-box{
        margin-left:39.4%;
    }
}
@media only screen and (min-width: 1470px){
    .blog-detail .content-box{
        margin-left:39.3%;
    }
}   
@media only screen and (min-width: 1510px){
    .blog-detail .content-box{
        margin-left:39.2%;
        width:60.7%;
    }
}
@media only screen and (min-width: 1600px){
    .blog-detail .content-box{
        width:60.8%;
    }
}   
@media only screen and (min-width: 2160px){
    .blog-detail .content-box{
        width:60.9%;
        margin-left:39.1%;
    }
}   

@media only screen and (max-width: 767px){
    .content-box, .content-box p {
        max-height: 100% !important;
    }
    .inner-box #content_p{
        text-align:left;
    }
    .blog-detail .next-post-link{
        top: 5px !important;
    }
    .blog-detail .prev-post-link {
        top: 25px !important;
    }
    .blog-detail .prev-post-link span{
        font-size: 11px !important;
    }
    /* .banner-section .content-box, .blog-detail .content-box, .client-section .content-box, .contact-section .content-box, .about-section .content-box{ */
    /* .banner-section .content-box, .blog-detail .content-box, .client-section .content-box, .content-box, .about-section .content-box{
        padding: 50px 50px 50px !important;
    } */
    .content-box .prev-link{
        display:block;
    }
    
}

@media only screen and (max-width: 475px){
    .blog-detail .cat{
        margin-bottom: 15px !important;
    }
    .content-box .prev-link{
        right:auto !important;
    }
    /* .banner-section .content-box, .blog-detail .content-box, .client-section .content-box, .contact-section .content-box, .about-section .content-box{ */
    /* .banner-section .content-box, .blog-detail .content-box, .client-section .content-box, .content-box, .about-section .content-box{
        padding: 30px 50px 50px !important;
    } */
    
}
@media only screen and (max-width: 600px){
    .img-desktop{
        display:none !important;
    }
    .img-tab{
        display:none !important;
    }
    .img-mobile{
        display:block !important;
    }

    .mobile-div-screen{
        display:block !important;
    }
    .logo-box{
        float:right !important;
    }
}
@media only screen and (min-width: 767px) and (max-width:1200px){
    .content-box{
        padding: 90px 50px 50px !important;
    }
}
@media only screen and (min-width: 601px) and (max-width:1023px){
    .img-desktop{
        display:none !important;
    }
    .img-tab{
        display:block !important;
    }
    .img-mobile{
        display:none !important;
    }
}
@media only screen and (min-width: 1024px){
    .img-desktop{
        display:block !important;
    }
    .img-tab{
        display:none !important;
    }
    .img-mobile{
        display:none !important;
    }
}
@media only screen and (min-width: 768px){
    .mobile-div-screen{
        display:none !important;
    }
}
@media only screen and (max-width: 5px){
    .blog-detail h3 {
        margin-bottom: 55px;
    }
    .arrow_icon {
        display:none;
    }
}

@media only screen and (max-width:320px){
    .blog-detail .prev-post-link{
        left: 10px !important;
        top: 5px !important;
    }
    .blog-detail .prev-post-link span{
        font-size:11px !important;
    }
    .blog-detail .cat{
        margin-bottom: 10px !important;
        line-height: 20px !important;
    }
    .blog-detail h3{
        font-size: 16px !important;
        line-height: 23px !important;
        margin-bottom: 15px !important;
    }
    .inner-box #content_p{
        font-size: 14px !important;
        line-height: 21px !important;
        margin-bottom: 0px !important;
    }
    .blog-detail .content-box{
        padding: 20px 35px 30px !important;
    }
    .main-footer .main-box{
        padding: 0px 15px !important;
        font-size: 16px !important;
    }
}

/*** 

====================================================================
	Blog Section Media Queries
====================================================================

***/
.news-tab .tabs-header{
    overflow-x:auto;
}
@media only screen and (max-width: 350px){
    .news-block .image img{
        height: 200px !important;
    }
    .news-carousel .owl-nav{
        top: 48% !important;
    }
}
@media only screen and (min-width: 351px) and (max-width: 394px){
    .news-block .image img{
        height: 210px !important;
    }
    .news-carousel .owl-nav{
        top: 49.5% !important;
    }
}
@media only screen and (min-width: 395px) and (max-width: 400px){
    .news-carousel .owl-nav{
        top: 50.1% !important;
    }
}
@media only screen and (min-width: 401px) and (max-width: 480px){
    .news-block .image img{
        height: 220px !important;
    }
    .news-carousel .owl-nav{
        top: 51.6% !important;
    } 
}
@media only screen and (min-width: 481px) and (max-width: 550px){
    .news-block .image img{
        height: 240px !important;
    }
    .news-carousel .owl-nav{
        top: 54% !important;
    } 
}
@media only screen and (min-width: 551px) and (max-width: 599px){
    .news-block .image img{
        height: 260px !important;
    }
    .news-carousel .owl-nav{
        top: 55.9% !important;
    } 
}
@media only screen and (min-width: 600px) and (max-width: 759px){
    .news-carousel .owl-nav{
        top: 43.3% !important;
    } 
}
@media only screen and (min-width: 720px) and (max-width: 759px){
    .news-carousel .owl-nav{
        top: 43.5% !important;
    } 
}
@media only screen and (min-width: 760px) and (max-width: 766px){
    .news-carousel .owl-nav{
        top: 44.9% !important;
    } 
}
@media only screen and (min-width: 767px){
    .news-carousel .owl-nav{
        top: 47.6% !important;
    }
}
@media only screen and (max-width: 600px){
    .news-block .image img{
        object-fit: inherit !important;
    }
}
@media only screen and (max-width: 719px){
    .p-tabs-content{
        margin-top: 0px !important;
    }
    .news-tab .news-tab-btns{
        margin-bottom: 5px !important;
    }
    .news-carousel .owl-next, .news-carousel .owl-prev{
        font-size: 13px !important;
    }

    .carouse-outer .news-carousel .owl-prev svg,
    .carouse-outer .news-carousel .owl-next svg{
        height: 28px;
        width: 28px;
    }
}
@media only screen and (min-width: 720px){
    .news-carousel .owl-next, .news-carousel .owl-prev{
        font-size: 20px !important;
    }
}
@media only screen and (max-width: 425px){
    .news-tab .news-tab-btns{
        justify-content: center;
    }
    
}
.tabs-header{
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}
.tabs-header::-webkit-scrollbar {display:none !important;}


@media only screen and (min-width:280px) and (max-width:424px){
    /* .tabs-header{
        padding-left: 5px !important;
    } */
}
@media only screen and (min-width:425px) and (max-width:430px){
    /* .tabs-header{
        padding-left: 65px !important;
    } */
}
@media only screen and (min-width:431px) and (max-width:440px){
    /* .tabs-header{
        padding-left: 60px !important;
    } */
}
@media only screen and (min-width:441px) and (max-width:450px){
    /* .tabs-header{
        padding-left: 45px !important;
    } */
}
@media only screen and (min-width:451px) and (max-width:460px){
    /* .tabs-header{
        padding-left: 40px !important;
    } */
}
@media only screen and (min-width:461px) and (max-width:470px){
    /* .tabs-header{
        padding-left: 30px !important;
    } */
}
@media only screen and (min-width:471px) and (max-width:475px){
    /* .tabs-header{
        padding-left: 25px !important;
    } */
}
@media only screen and (min-width:476px) and (max-width:480px){
    /* .tabs-header{
        padding-left: 20px !important;
    } */
}
@media only screen and (min-width:481px) and (max-width:485px){
    /* .tabs-header{
        padding-left: 15px !important;
    } */
}
@media only screen and (min-width:486px) and (max-width:490px){
    /* .tabs-header{
        padding-left: 10px !important;
    } */
}
@media only screen and (min-width:491px){
    /* .tabs-header{
        padding-left: 0px !important;
    } */
}
@media only screen and (max-width:320px){
    .news-tab .news-tab-btns .p-tab-btn{
        font-size: 14px !important;
        line-height: 21px !important;
    }
    .news-tab .news-tab-btns .p-tab-btn:before{
        border-bottom: 2px solid #27AD75 !important;
        bottom: -5px !important;
    }
    .news-block .caption-box .cat{
        margin-bottom: 10px !important;
        font-size: 12px !important;
    }
    .news-block .caption-box h4{
        font-size: 15px !important;
        line-height: 22px !important;
    }
    .blog-section .content-box{
        padding: 85px 0px 65px !important;
    }
    .mobile-nav-toggler{
        font-size: 16px !important;
    }
    .main-footer .main-box{
        padding: 0px 15px !important;
    }
}

.news-tab .news-tab-btns .p-tab-btn.yellow:before{
    border-bottom: 1px solid #FFC000 !important;
}
.news-tab .news-tab-btns .p-tab-btn.orange:before{
    border-bottom: 1px solid #EB8C1B !important;
}
.news-tab .news-tab-btns .p-tab-btn.green:before{
    border-bottom: 1px solid #339F60 !important;
}