  @charset "utf-8"; 
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,700');
*{
	padding: 0; 
	margin: 0;
}
body{
	font-size: 16px;
	line-height: 1em;
    color: #fff;
    background-color: #1f1f1f;
    font-family: 'Montserrat', sans-serif;
}

h1,h2,h3,h4,h5,h6{ 
    color: #fff;
    margin-bottom: 10px; 
    line-height: 1.2;
    letter-spacing: 0.9px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}
h1{font-size: 2.5em;}
h2{font-size: 2em;} 
h3{font-size: 1.5em;}
h4{font-size: 20px;}
h5{font-size: 19px;}
h6{font-size: 16px;}




.in-bg.headerBlogWRp{
	background: #000 !important;
}
.blogPageWrp {
    font-family: 'Montserrat', sans-serif;
}

.blogmenuTop {
    background: #344380;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	position: relative;
    z-index: 1;
}

.blogmenWR ul {
    text-align: center;
    margin: 0;
    padding: 0;
}

.blogmenWR ul li {
    display: inline-block;
	position: relative;
}

.blogmenWR ul li a {
    color: #fff;
	font-size: 19px;
    padding: 17px 20px;
	display: block;
	border-bottom: 2px solid #fff;
	text-transform: uppercase;
}
.blogmenWR ul li a.active, .blogmenWR ul li a:hover {
    color: #fff;
	border-bottom: 2px solid #000;
}

.blogSEtopImg {
    position: relative;
    width: 100%;
}

.blogSEtopImg img {
    width: 100%;
}

.bloglistMaWRp {
    z-index: 0;
    background: #1f1f1f;
}
.blogCaptaion {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 25px 85px;
	transition: all 0.5s;
}
.blogSEtopImg a:hover .blogCaptaion{
	background: rgba(0, 0, 0, 0.72);
	transition: all 0.5s;
}
.blogCaptaion h2 {
    font-size: 30px;
    color: #fff;
    line-height: 45px;
    text-decoration: underline;
    margin: 20px 0 50px;
}

.blogCaptaion h3 {
    font-size: 27px;
    color: #fff;
}

.blogCaptaion h6 {
    font-size: 14px;
    color: #fff;
    margin: 0 0 50px;
}
.blogrigSingle:nth-last-child(1) {
    margin-bottom: 0;
}

.blogrigSingle {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}

.blogrigSingle img {
    width: 100%;
}

.blogCaptaionRight {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
	background: rgba(0, 0, 0, 0.52);
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
	transition: all 0.5s;
}
.blogrigSingle a:hover .blogCaptaionRight{
	background: rgba(0, 0, 0, 0.72);
	transition: all 0.5s;
}
.blogCaptaionRight h2 {
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    margin: 0 0 37px;
}

.blogCaptaionRight h6 {
    font-size: 14px;
    color: #fff;
    margin: 0;
    
}
.blogboxWrpSection {
    padding: 20px 0;
	position: relative;
    z-index: 0;
    background-color: #1f1f1f;
}
.linebLog {
    width: 60px;
    height: 2px;
    background: #fff;
    margin: 30px 0 17px;
}

.headingBlog {
    width: 100%;
    margin: 19px 0;
}

.headingBlog h3 {
    /* font-size: 32px;
    font-weight: bold;
    color: #344380;
    margin: 0; */
}


.blogSingWRp {
    background: #fff;
    border-radius: 25px;
    overflow: hidden;
	    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    margin-bottom: 30px;
}

.hblogcontEpw {
    width: 100%;
    padding: 10px 15px;
	height: 134px;
	overflow: hidden;
}

.blogimgSing img {
    width: 100%;
}

.blogimgSing {
    width: 100%;
}

.hblogcontEpw h4 {
    font-size: 22px;
    line-height: 28px;
    margin: 0 0 8px;
}

.hblogcontEpw p {
    font-size: 17px;
    line-height: 22px;
    color: #7f7f7f;
    margin: 0;
}

.useForInfor {
    padding: 10px 15px;
    display: flex;
}

.userfopimg img {
    width: 85%;
    height: 85%;
	border-radius: 50%;
}


.userfopimg {
    width: 70px;
    height: 70px;
	display: flex;
    align-items: center;
    justify-content: center;
	position: relative;
}
.userfopimg:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border-color: #344380 transparent;
    border-width: 2px;
    border-style: solid;
    border-radius: 50%;
}
.shareHand {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 60px;
}

.userpPrCon {
    width: calc(100% - 130px);
    padding: 0px 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.userpPrCon h5 {
    font-size: 18px;
    margin: 0 0 9px;
}

.blogViewQrp .userpPrCon p {
    margin: 0;
    font-size: 16px;
    color: #7f7e7e;
}

.blogtypLin ul li {
    display: inline-block;
    padding: 5px;
}

.blogtypLin {
    padding: 0 10px 10px;
}

.blogtypLin ul li a {
    background: #f1f1f1;
    padding: 7px 15px;
    display: inline-block;
    border-radius: 7px;
    color: #333;
}

.blogtypLin ul li a:hover {
    text-decoration: none;
    color: #fff;
    background: #000;
}
.viewallBlog a {
    font-size: 16px;
    color: #1c418d;
}
.BloglistSection {
    padding: 25px 0;
}

.subscripWrp {
    background: #fff;
    padding: 50px 0;
}

.subscripWrp {
    background: #fff;
    padding: 50px 0;
}

.subcrikCpb h2 {
    font-size: 36px;
    margin: 0 0 19px;
    color: #585757;
}

.subcrikCpb {
    text-align: center;
}

.subcrikCpb p {
    font-size: 18px;
    color: #909090;
    margin: 0 0 40px;
}

.subCriFor {
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
}

.subCriFor button {
    background: #344380;
    border: 1px solid #344380;
    padding: 10px 15px;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
}

.subCriFor form {
    display: flex;
    align-items: center;
    justify-content: center;
}

.subCriFor input {
    color: #000;
    border: 1px solid #b3b3b3;
    border-radius: 0;
    padding: 10px 15px;
    height: auto;
}
.bescoitem {
    position: relative;
}

.bescoitem img {
    width: 100%;
}

.bestCoutnCapt {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.57);
    color: #fff;
}

.bestCoutnCapt a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    position: absolute;
    bottom: -100%;
    transition: all 0.3s ease-in-out;
}

.bescoitem:hover .bestCoutnCapt a {
    bottom: 0;
    transition: all 0.3s ease-in-out;
}

.bestCoutnCapt a h3 {
    font-size: 16px;
    padding: 10px;
    color: #fff;
    line-height: 21px;
    margin: 0;
}

.bestCoutnCapt a i {
    font-size: 25px;
    color: #fff;
    display: block;
}

.bescoitem:hover .bestCoutnCapt {
    background: #0000002b;
}
.blogGroupList {
    background: transparent;
    padding: 0;
    box-shadow: 0 0 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #e1e1e1;
}
.bloglisConBOx {
    padding: 20px 15px 9px;
}
.bloglisConBOx h3 {
    font-size: 23px;
    color: #818181;
    margin: 0 0;
}
.blogHeaderWrp header.in-bg {
    background: #000 !important;
}

ul.childMenu {
    position: absolute;
    right: 0;
    top: 100%;
    background: #fefefe;
    z-index: 11;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.11);
    display: none;
}

.blogmenWR ul li ul.childMenu li a {
    padding: 8px 19px;
    font-size: 15px;
	display: block;
	width: 220px;
}

.blogmenWR ul li:hover ul.childMenu {
    display: block;
}
.fileterboxWrp a {
    display: block;
    padding: 10px 0;
    font-size: 17px;
	color: #fff;
}

.fileterboxWrp a i {
    float: right;
}

.mobileMenuWrp ul li a {
    display: block;
    color: #333;
    padding: 10px 13px;
    border-top: 1px solid #e1e1e1;
}

.mobileMenuWrp ul {
    background: #f1f1f1;
}
.blogmenWR {
	display: block;
}
.mobileMenuWrp {
	display: none;
}
.blogViewQrp {
    padding: 0px;
    /* background: #fff; */
}

.blogViewQrp .blogtypLin ul li a {
    background: #344380;
    color: #fff;
}
.blogViewQrp h2 {
    /* font-size: 37px;
    font-weight: bold;
    color: #344380;
	margin: 20px 0; */
}
.useForInfor {
    padding: 0;
    margin: 20px 0 17px;
}
.blopHeup h3 {
    text-align: center;
    font-size: 32px;
    color: #fff;
    display: inline-block;
    border-bottom: 2px solid #fff;
    padding: 0 0 12px;
}

.blopHeup {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00000063;
}
.blogVieImgWrp img {
    width: 100%;
    height: 100%;
}
.blogDecrpWRp h3 {
    /* font-size: 23px !important;
    color: #344380;
    line-height: 29px;
    margin: 9px 0;
    font-weight: bold; */
}
.blogDecrpWRp h3 {
    /* font-size: 27px !important;
    padding-left: 35px;
    font-style: italic;
    color: #344380;
    margin: 18px 0; */
}
.blogDecrpWRp h4 {
    /* font-size: 27px !important;
	text-decoration: underline;
    padding-left: 35px;
    font-style: italic;
    color: #344380;
    margin: 18px 0; */
}
.blogDecrpWRp h5 {
    /* font-size: 29px !important;
    color: #344380;
    padding: 0 35px;
    display: inline-block;
    margin: 25px 0;
    position: relative; */
}

.blogDecrpWRp h5:before {
    content: '\f10d';
    font-family: fontawesome;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 32px;
    line-height: 0;
}

.blogDecrpWRp h5:after {
    content: '\f10e';
    font-family: fontawesome;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 32px;
    line-height: 0;
}
.blogDecrpWRp p {
    font-size: 23px !important;
    line-height: 36px;
    margin: 0 0 15px;
}
.blogVieImgWrp {
    position: relative;
	    margin-bottom: 25px;
}
.blogDecrpWRp {
    border-bottom: 2px solid #e8e8e8;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.blogBreadCrum ul li a {
    color: #a6a6a6;
}
.blogBreadCrum ul li:nth-child(1) {
    padding-left: 0;
}

.blogBreadCrum ul li {
    display: inline-block;
    padding: 0 15px;
}
.blogBreadCrum ul {
    margin: 0 0 22px;
}
.clapBox {
    display: flex;
    align-items: center;
}
.responsTpy{
	text-align: right;
    font-size: 17px;
    margin: 8px 0 0;
}

.clapBoxImg {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    border-radius: 50%;
    outline: none;
    margin-right: 19px;
}

.clapText {
    font-size: 16px;
    color: #333;
}

.socialwrPw ul li {
    display: block;
    padding: 7px 0;
}

.socialwrPw ul {
    text-align: right;
    margin: 9px 0;
}

.socialwrPw {}

.socialwrPw ul li a {
    display: flex;
    align-items: center;
	
}
.socialwrPw ul li a img {
    max-width: 24px;
}

.socialwrPw ul li a span {
    color: #333;
    margin-left: 10px;
    font-size: 19px;
}

.blogClapslharRp {
    
}



.textFieRevi {
    position: relative;
}

.textFieRevi img {
    position: absolute;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    top: 50%;
    left: 18px;
    transform: translate(0, -50%);
}

.textFieRevi textarea {
    padding: 10px 15px 10px 125px;
    border: 0px solid #000;
    box-shadow:0 0 10px rgba(0, 0, 0, 0.08);
    font-size: 17px;
}

.givReviWrp {
    margin-bottom: 25px;
}

.reviewGroup {
    border: 1px solid #e1e1e1;
    padding: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
	margin-bottom: 15px;
}

.clapRevieBox {
    display: flex;
    align-items: center;
}

.clapRevieBox img {
    margin-right: 10px;
}
.blogContinWid .container {
    max-width: 950px;
}
.blogViewQrp > p {
    font-size: 23px;
	line-height: 33px;
}
.blogDecrpWRp ul li:before {
    content: '\f00c';
    font-family: fontawesome;
    position: absolute;
    left: 0;
    top: 10px;
    color: #344380;
}
.blogDecrpWRp ul li {
    font-size: 21px;
    padding: 10px 0 10px 30px;
    position: relative;
	line-height: 28px;
}
.blogDecrpWRp ul {
    padding: 0;
    margin: 0 0 15px;
}

.socialwrPw ul li i {
    font-size: 25px;
    display: inline-block;
	color: #525252;
}

.blogDecrpWRp table {
    width: 100% !important;
}

.blogDecrpWRp table tr td {
    font-size: 23px !important;
    line-height: 36px;
	border: 1px solid #000;
    padding: 6px 12px;
}
.blogDecrpWRp p span{
    font-size: 23px !important;
    line-height: 36px;
    margin: 0 0 15px;
}
.load-more {
    border: 0px solid #e1e1e1;
    padding: 25px 20px;
    display: block;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
    font-size: 25px;
    color: #333;
}
.givReviWrp input {
    border: 0;
    box-shadow: 0 0 10px #00000014;
    padding: 14px 15px;
    height: auto;
    box-sizing: border-box;
}
.socialwrPw {
    position: fixed;
    top: 50%;
    left: calc((100% - 950px)/2 - 63px); 
	transition: all .3s ease;
}
















/*responsive start*/
@media (min-width:992px) and (max-width:1199px){
	.blogCaptaion h2 {font-size: 25px;line-height: 38px;margin: 20px 0 29px;}
	.blogCaptaionRight h2 {font-size: 16px;margin: 0 0 13px;}
	.linebLog {margin: 15px 0 17px;}
	.blogmenWR ul li a {font-size: 14px;}
	.headingBlog h3 {font-size: 22px;}
	.hblogcontEpw h4 {font-size: 19px;}
	.hblogcontEpw p {font-size: 14px; line-height: 18px;}
	.userpPrCon h5 {font-size: 15px;}
	.blogtypLin ul li a {font-size: 14px;}
	.viewallBlog a {font-size: 14px;}
	
	
	
	
	
	
}

@media (max-width:991px){

	.blogCaptaion h2 {font-size: 25px;line-height: 38px;margin: 20px 0 29px;}
	.blogCaptaionRight h2 {font-size: 16px;margin: 0 0 13px;}
	.linebLog {margin: 15px 0 17px;}
	.blogmenWR ul li a {font-size: 14px;}
	.headingBlog h3 {font-size: 22px;}
	.hblogcontEpw h4 {font-size: 19px;}
	.hblogcontEpw p {font-size: 14px; line-height: 18px;}
	.userpPrCon h5 {font-size: 15px;}
	.blogtypLin ul li a {font-size: 14px;}
	.viewallBlog a {font-size: 14px;}
	.blogrigSingle {width: 50%;margin: 15px 0 0;float: left;}
	.blogrigSingle:nth-child(2) {width: 49%;float: right;}
	.blogrigSingle:nth-child(1) {width: 49%;}
	.headingBlog {margin: 13px 0;}
	.subcrikCpb h2 {font-size: 26px;}
	.subcrikCpb p {font-size: 15px;margin: 0 0 17px;}
	.subCriFor button {font-size: 14px;}
	.bloglisConBOx h3 {font-size: 18px;}
	.blogViewQrp h2 {font-size: 27px; margin: 10px 0;}
	.blogViewQrp > p {font-size: 17px; line-height: 25px;}
	.blogDecrpWRp table tr td, .blogDecrpWRp p span {font-size: 17px !important; line-height: 22px;}
	.blogDecrpWRp p {font-size: 17px !important;  line-height: 22px;}
	.blogViewQrp h2 {font-size: 20px;}
	.blogDecrpWRp h3 {font-size: 19px !important;}	
	.blogDecrpWRp h4 {font-size: 19px !important;}
	.blogDecrpWRp h5 {font-size: 19px !important;}
	.blogDecrpWRp h5:before, .blogDecrpWRp h5:after{font-size: 19px !important;}
	.load-more {font-size: 18px;}
	.blogDecrpWRp ul li {padding: 4px 0 4px 30px; font-size: 18px;}
	.blogDecrpWRp ul li:before { top: 3px;}
	
	
	
	
}
@media (max-width:767px){
	.blogmenWR ul li a{padding: 8px 10px;}
	.blogCaptaion {padding: 15px 25px;}
	.blogCaptaion h2 {font-size: 20px;line-height: 23px;margin: 20px 0 23px;}
	.blogCaptaionRight h2 { line-height: 18px;}
	.bloglisConBOx {padding: 10px 15px 0;}
	.bloglisConBOx h3 {font-size: 17px;}
	.blogmenWR {display: none;}
	.mobileMenuWrp {display: block;}
	
}


@media (max-width:575px){
	.blogrigSingle:nth-child(1) {width: 100%;}
	.blogrigSingle:nth-child(2) {width: 100%;}
	.headingBlog h3 {font-size: 18px;text-align: center;}
	.blogCaptaion h2 {font-size: 15px;line-height: 18px;margin: 0px 0 13px;}
	.blogCaptaion h6 {font-size: 14px;margin: 0 0 0;}
	.blogCaptaion h3 {font-size: 18px;margin: 0 0 20px;}
	.viewallBlog.text-right {text-align: center;}
	.BloglistSection {padding: 20px 0 25px;}
	.bloglisConBOx {text-align: center;}
	.hblogcontEpw {text-align: center;}
	.blogtypLin {text-align: center;}
	.blogDecrpWRp h4 {padding: 0;}
	.textFieRevi img {height: 30px;  width: 30px;}
	.textFieRevi textarea {padding: 10px 15px 10px 65px;}
	.useForInfor {padding: 0;  margin: 0;}
	.load-more {font-size: 16px; padding: 20px 4px;}
	.socialwrPw {position: static;}
	.socialwrPw ul li { display: inline-block; padding: 7px 5px;}
	.socialwrPw ul {text-align: center;}
	
	
}


@media (min-width:992px) and (max-width:1100px){
	.blogContinWid .container {max-width: 80%;}
	.socialwrPw {left: calc((100% - 80%)/2 - 63px);}
}

@media (min-width:576px) and (max-width:991px){
	.blogContinWid .container {max-width: 80%;}
	.socialwrPw {left: calc((100% - 80%)/2 - 56px);}
}


@media(max-width:767px){
	.blogDecrpWRp table{
		overflow: auto;
		display: block;
	}

}


















