@charset "utf-8";
/* CSS Document */
/*----------------
RESET CSS
-----------------*/
body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#000000;
	text-align:center;
	font-family: 'Inter';
	font-weight:400;
	}
div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {margin: 0;padding: 0;}
header, section, footer, aside, nav, main, article, figure {display: block;}
table, tr, td {border: 0;}
a {outline: none;color: inherit;text-decoration: none;}
img {border: none; height:auto;}
li {list-style: none;}
* {box-sizing: border-box;}
.img-full {max-width: 100%;}
.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	}

.overflow{overflow:hidden;}

/*====Fonts====*/
@font-face {
	font-family: 'Inter';
	src: url('Inter-Light.woff2') format('woff2'),
	url('Inter-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Inter';
	src: url('Inter-Regular.woff2') format('woff2'),
	url('Inter-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Inter';
	src: url('Inter-Medium.woff2') format('woff2'),
	url('Inter-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Inter';
	src: url('Inter-SemiBold.woff2') format('woff2'),
	url('Inter-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Inter';
	src: url('Inter-Bold.woff2') format('woff2'),
	url('Inter-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Inter';
	src: url('Inter-ExtraBold.woff2') format('woff2'),
	url('Inter-ExtraBold.woff') format('woff');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Inter';
	src: url('Inter-Black.woff2') format('woff2'),
	url('Inter-Black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Outfit';
	src: url('Outfit-Regular.woff2') format('woff2'),
	url('Outfit-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Outfit';
	src: url('Outfit-Medium.woff2') format('woff2'),
	url('Outfit-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Outfit';
	src: url('Outfit-SemiBold.woff2') format('woff2'),
	url('Outfit-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Outfit';
	src: url('Outfit-Bold.woff2') format('woff2'),
	url('Outfit-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
	}

/*=====MAIN CSS START=====*/
.container {
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}
.overflow{ overflow:hidden;}
.top-fix-bar{
	float:left;
	width:100%;
	margin-bottom:80px;
	}
.header{
	float:left;
	width:100%;
	height:80px;
	top:80px;
	margin-top:-80px;
	position:relative;
	background:#fff;
	}
.fixed-nav .header{
	position:fixed;
	top:0;
	margin-top:0;
	transition:margin .3s ease-out;
	background:#fff;
	box-shadow:0 3px 6px 0 rgba(0,0,0,0.1);
	z-index:9;
	}
.header-adv-txt{
	float:right;
	font-size: 16px;
    line-height:22px;
    color: #898989;
	margin-top:28px;
	}				
.logo{
	float:left;
	max-width:100%;
	width:239px;
	margin-top:8px;
	}

/*====beauty-strip====*/
.beauty-strip{
	float:left;
	width:100%;
	background:#f4f4f4;
	padding:5px 0;
	}
.beauty-strip-txt1{
	float:left;
	font-size: 15px;
    line-height:21px;
	letter-spacing:0;
    color: #000;
	font-family: 'Outfit';
	}
.beauty-strip-txt2{
	float:right;
	font-size: 14px;
    line-height:20px;
	letter-spacing:0;
    color: #000;
	font-family: 'Outfit';
	}
.fire-icn{
	display:inline-block;
	vertical-align:middle;
	margin:-2px 5px 0 0;
	}



/*====Section====*/
.section{
	float:left;
	width:100%;
	padding:30px 0 70px;
	}
.sec-left{
	float:left;
	width:60%;
	text-align:left;
	}

.top-heading{
	font-size:44px;
	line-height:50px;
	letter-spacing:0;
	color:#000;
	font-weight:700;
	font-family: 'Outfit';
	}
.top-heading span{
	text-decoration:underline #28b1ff;
	}

.author-list{
	float:left;
	width:100%;
	border-top:1px solid #d5d5d5;
	border-bottom:1px solid #d5d5d5;
	padding:15px 0;
	margin-top:20px;
	}
.author-list li{
	float:left;
	font-size:15px;
	line-height:21px;
	letter-spacing:0;
	color:#3f3f3f;
	font-family: 'Outfit';
	position:relative;
	text-align:left;
	padding:0 30px;
	border-right:1px solid #d5d5d5;
	}
.author-list li span{
	font-size:16px;
	font-weight:700;
	color:#000;
	}
.author-img{
	position:absolute;
	left:0;
	top:-2px;
	border-radius:50%;
	}
.author-list li:first-child{
	padding-left:60px;
	}
.author-list li:last-child{
	border-right:none;
	}	
	
.small-img{
	float:right;
	border:3px solid #fff;
	margin:30px 0 0 30px;
	box-shadow:0 0 5px 0 rgba(0,0,0,0.2);
	}	
.comm-img{
	display:block;
	margin:30px auto 0;
	max-width:100%;
	border:3px solid #fff;
	box-shadow:0 0 8px 0 rgba(0,0,0,0.2);
	}
.common-para{
	font-size:18px;
	line-height:30px;
	letter-spacing:0.3px;
	color:#000;
	margin-top:30px;
	}
.common-heading{
	font-size:30px;
	line-height:36px;
	letter-spacing:0;
	color:#000;
	font-weight:700;
	margin-top:30px;
	border-bottom:1px solid #d5d5d5;
	padding-bottom:12px;
	font-family: 'Outfit';
	text-transform:uppercase;
	}
.common-heading span{
	text-decoration:underline #28b1ff;
	}
.border-btm-none{
	border-bottom:none;
	padding-bottom:0;
	}
.vdo-outer-box{
	float:left;
	width:100%;
	background:#4091da;
	margin-top:35px;
	padding:15px 15px;
	text-align:center;
	}
.vdo-box{
	float:left;
	width:100%;
	margin-bottom:12px;
	cursor:pointer;
	}
.vdo-img{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.vdo-txt1{
	font-size:30px;
	line-height:36px;
	letter-spacing:0;
	color:#fff;
	font-weight:700;
	font-family: 'Outfit';
	}
.vdo-txt2{
	font-size:20px;
	line-height:26px;
	letter-spacing:0;
	color:#011756;
	font-weight:700;
	margin-top:5px;
	font-family: 'Outfit';
	text-decoration:underline #225998;
	}
.common-btn{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:500px;
	height:75px;
	background:#03ab52;
	font-size:29px;
	line-height:75px;
	letter-spacing:0;
	color:#fff;
	font-weight:700;
	margin-top:40px;
	border-radius:5px;
	box-shadow:4px 4px 2px 0 rgba(0,0,0,0.1);
	}
.btn-arw{
	display:inline-block;
	vertical-align:middle;
	margin:0 0 0 15px;
	}



/*====sec-right====*/
.sec-right{
	float:right;
	width:34%;
	}
.sec-right-inner{
	float:left;
	width:100%;
	border-left:1px solid #e2e2e2;
	padding-left:60px;
	text-align:left;
	}
.rgt-sec-txt1{
	font-size:24px;
	line-height:30px;
	letter-spacing:0;
	color:#000;
	font-weight:700;
	font-family: 'Outfit';
	}
.rgt-sec-post-box{
	float:left;
	width:100%;
	}
.rgt-sec-post-row{
	float:left;
	width:100%;
	margin-top:25px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	}
.rgt-sec-post-row-left{
	float:left;
	width:28%;
	}
.rgt-post-img{
	display:block;
	margin:0 auto;
	max-width:100%;
	border:1px solid #28b1ff;
	border-radius:5px;
	}
.rgt-sec-post-row-right{
	float:right;
	width:65%;
	text-align:left;
	}
.rgt-sec-post-row-txt{
	font-size:15px;
	line-height:21px;
	letter-spacing:0;
	color:#000;
	}
.rgt-sec-add-box{
	float:left;
	width:100%;
	margin-top:30px;
	}
.banner_add{
	display:inline-block;
	vertical-align:top;
	width:100%;
	}



/*====Footer====*/
.footer{
	float:left;
	width:100%;
	background:#fff;
	border-top:2px solid #f5f5f5;
	padding:40px 0 50px;
	text-align:left;
	}
.footer-txt1{
	font-size:15px;
	line-height:21px;
	letter-spacing:0;
	color:#575757;
	}
.footer-txt2{
	font-size:13px;
	line-height:21px;
	letter-spacing:0;
	color:#707070;
	margin-top:25px;
	}


.fl{ float:left;}
.fr{ float:right;}

.fortab, .formob{ display:none;}
.fordesk{ display:block;}


/*=====Media-Querry=====*/

@media only screen and (max-width:1200px){
.container{width:1004px;}


.top-heading { font-size: 43px;}
.small-img { width: 310px;}
.common-para { font-size: 17px; line-height: 29px;}
}


@media only screen and (max-width:1021px){
.container{width:750px;}

.fordesk{display: none;}
.fortab{display: block;}


.top-heading { font-size: 32px; line-height:40px;}
.author-list li { font-size: 13px; line-height: 19px; padding: 0 13px;}
.author-list li:first-child { padding-left: 55px;}
.author-list li span { font-size: 14px;}
.author-img { top: -1px; width: 42px;}
.small-img { width: 200px; margin: 30px 0 0 25px;}

.common-heading { font-size: 26px; line-height: 32px;}

.vdo-txt1 { font-size: 22px; line-height: 28px;}
.vdo-txt2 { font-size: 18px; line-height: 24px;}

.sec-right-inner { padding-left: 20px;}
.rgt-sec-txt1 { font-size: 22px; line-height: 28px;}
.rgt-sec-post-row-left { width: 30%;}
.rgt-sec-post-row-txt { font-size: 14px; line-height: 20px;}

}


@media only screen and (max-width:767px){
.container{width:100%; padding:0 15px; max-width:600px; box-sizing:border-box;}

.fordesk{display:none;}
.formob{display:block;}
.hidemob{ display:none;}

.top-fix-bar { margin-bottom: 60px;}
.header { height: 60px; top: 60px; margin-top: -60px;}
.logo { width:165px; margin-top: 8px;}
.header-adv-txt { font-size: 12px; line-height: 20px; letter-spacing:0.3px; margin-top:20px;}

.beauty-strip-txt1 { font-size: 13px; line-height: 19px; letter-spacing: 0.3px;}
.beauty-strip-txt2 { font-size: 13px; line-height: 19px; letter-spacing: 0.3px;}
.fire-icn { width: 12px;}

.section { padding:25px 0 30px;}
.sec-left{ width:100%;}

.top-heading { font-size:25px; line-height:32px;}

.author-list { padding: 10px 0; margin-top: 15px;}
.author-list li { font-size:14px; line-height:19px; letter-spacing:0.3px; padding: 0 10px;}
.author-list li:first-child { padding-left: 50px;}
.author-list li span { font-size: 14px;}
.author-list li:nth-child(2){ padding-right:0; border:none;}
.author-list li:last-child{ display:none;}

.small-img { width: 100%; margin:20px auto 0; max-width: 100%; display: block; float: none;}

.comm-img { margin: 20px auto 0; height:200px; object-fit:cover;}
.common-para { margin-top: 20px;font-size: 16px; line-height: 25px;}
.common-heading { font-size: 24px;  line-height: 30px; margin-top:25px;}

.vdo-outer-box { margin-top: 20px; padding: 10px 10px;}
.vdo-txt1 { font-size: 16px; line-height: 23px;}
.vdo-txt2 { font-size: 14px; line-height: 20px;}

.common-btn { height: 65px; font-size: 25px; line-height: 67px; margin-top: 20px;}
.sec-right { width:100%; margin-top:20px; display:none;}
.sec-right-inner { padding-left: 0; border-left:none;}
.rgt-sec-txt1 { font-size: 20px; line-height: 26px;}
.rgt-sec-post-row { margin-top: 20px;}
.rgt-sec-post-row-txt { font-size: 15px; line-height: 21px; letter-spacing:0.3px;}
.rgt-sec-add-txt { font-size: 28px;line-height: 34px; letter-spacing: 0.3px;}

.spot_box{ float:left; width:100%; padding:0 15px 20px; border: 2px solid #384489; margin-top:25px;}
.spot_box  .common-heading {font-size: 21px;line-height: 25px;margin-top: 23px;}

.footer{ padding:25px 0 30px; }
.footer-txt2 { font-size: 12px;line-height: 19px;}



}


