@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: 'IBM Plex Sans', sans-serif;
	font-weight: normal;
	letter-spacing:0.5px;
	}
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;}
li {list-style: none;}
* {box-sizing: border-box;}
.img-full {max-width: 100%;}
.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	}
.container {
	width: 100%;
	min-width:1004px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	}
/*-----------------------
CSS FOR LEFT PART
------------------------*/
.left-bar{
	position:fixed;
	left:0;
	top:0;
	bottom:0;
	width:300px;
	z-index:10;
	background: rgb(26,83,252);
	background: -moz-linear-gradient(0deg, rgba(26,83,252,1) 0%, rgba(64,174,234,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(26,83,252,1) 0%, rgba(64,174,234,1) 100%);
	background: linear-gradient(0deg, rgba(26,83,252,1) 0%, rgba(64,174,234,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1a53fc",endColorstr="#40aeea",GradientType=1);
	overflow:auto;
	padding-bottom:25px;
	}
.logo-box{
	float:left;
	width:100%;
	background:#379cd0;
	height:auto;
	}
.logo{
	display:inline-block;
	vertical-align:middle;
	padding: 10px;
    max-width: 100%;
	}
.user-box{
	float:left;
	width:100%;
	padding:20px 15px;
	margin-bottom:15px;
	position:relative;
	}
.user-box:after{
	content:'';
	position:absolute;
	left:75px;
	right:75px;
	height:1px;
	bottom:5px;
	background:#fff;
	opacity:0.5;
	}
.user-pic{
	display:inline-block;
	vertical-align:middle;
	position:relative;
	}
.profile-img{
	display:inline-block;
	vertical-align:middle;
	width:70px;
	height:70px;
	border-radius:50%;
	position:relative;
	overflow:hidden;
	}
.profile-img img{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	}
.user-status{
	position:absolute;
	right: -4px;
    top: 4px;
	width:16px;
	height:16px;
	border:2px solid #39a2df;
	border-radius:50%;
	background:#F00;
	z-index:1;
	}
.user-status.green{background:#47f389;}
.userName{
	display:inline-block;
	vertical-align:middle;
	color:#fff;
	font-size:18px;
	margin-top:10px;
	letter-spacing:0.5px;
	}
.leftmenu{
	float:left;
	width:100%;
	padding-left:20px;
	}
.leftmenu li{
	float:left;
	width:100%;
	}
.leftmenu li a{
	float:left;
	width:100%;
	color:#fff;
	font-size:18px;
	text-align:left;
	padding:15px;
	}
.leftmenu li a:hover, .leftmenu li a.active{
	background: #40aeea;
	border-radius:3px 0 0 3px;
	}
.leftmenu li a span{
	width:20px;
	display:inline-block;
	vertical-align:top;
	margin-right:10px;
	text-align:center;
	}
.left-support{
	float:left;
	width:100%;
	padding-left:65px;
	margin-top:20px;
	position:relative;
	text-align:left;
	}
.left-support i{
	position:absolute;
	left:35px;
	color:#fff;
	font-size:18px;
	top:5px;
	}
.left-support p{
	color:#fff;
	font-size:16px;
	}
.left-support p span{
	font-weight:500;
	color:#d3e9fd;
	}

/*-----------------------
CSS FOR RIGHT PART
------------------------*/
.rgt-content{
	float:right;
	width:calc(100% - 300px);
	padding:100px 30px 80px 30px;
	position:relative;
	min-height:100vh;
	}
.header{
	position:fixed;
	width:100%;
	left:0;
	top:0;
	height:69px;
	-webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,0.2);
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.2);
	background:#fff;
	z-index:9;
	padding:0 30px 0 330px;
	}
.brd-links{
	float:left;
	text-align:left;
	font-size:22px;
	color:#39a3df;
	margin-top:17px;
	}
.brd-links a{font-weight:500; color:#2d2d2d;}
.brd-links i{display:inline-block; vertical-align:top; margin:5px 7px 0 7px;}

.header-rgt{
	float:right;
	}
.logout{
	float:left;
	color:#424b54;
	font-size:16px;
	margin-top:15px;
	}
.logout span{
	display:inline-block;
	vertical-align:middle;
	width:35px;
	height:35px;
	background:#e4ecff;
	border-radius:50%;
	line-height:35px;
	text-align:center;
	color:#c8d1e6;
	font-size:18px;
	margin-right:8px;
	}
/*---------------------
DASHBOARD CSS
----------------------*/
.dashboard-box{
	float:left;
	width:100%;
	border:1px solid #f4f6fb;
	padding:20px;
	border-radius:10px;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin-bottom:40px;
	}
.profile-inner-box{
	width:48.5%;
	position:relative;
	overflow:hidden;
	border:1px solid #ebebeb;
	border-radius:10px;
	padding-bottom:45px;
	}
.profile-inner-box.edits{padding-bottom:0;}
.profile-header-box{
	float:left;
	width:100%;
	border-bottom:1px solid #ebebeb;
	padding:10px 15px;
	text-align:left;
	}
.profile-header-box .welcome-txt{
	color:#828f9a;
	font-size:20px;
	}
.proheadng{
	float:left;
	width:100%;
	color:#1174b2;
	font-size:24px;
	font-weight:500;
	text-align:left;
	}
.proheadng i{margin-right:7px;}
.user-desc{
	float:left;
	width:100%;
	color:#616c75;
	font-size:18px;
	line-height:26px;
	padding:15px 15px;
	text-align:left;
	}
ul.profile-footer{
	position:absolute;
	bottom:0;
	width:100%;
	background:#fafcfc;
	border-top:1px solid #ebebeb;
	padding:8px 0 12px 0;
	}
ul.profile-footer li{
	float:left;
	padding:0 15px;
	font-size:16px;
	}
ul.profile-footer li:first-child{
	border-right:1px solid #a2b6c6;
	}
ul.profile-footer li i{
	color:#a2b6c6;
	margin-right:5px;
	}
ul.profile-footer li a{
	color:#116ee2;
	border-bottom:1px solid #a2b6c6;
	}
.membership-table{
	text-align:left;
	border:none;
	width:100%;
	}
.membership-table tr td{
	padding:10px 15px;
	border-bottom:1px solid #ebebeb;
	color:#616c75;
	font-size:17px;
	}
.membership-table tr td span{
	color:#2d2d2d;
	font-weight:500;
	}
.membership-table tr:last-child td{border:none;}
.editsBtn{
	display:block;
	width:30px;
	height:30px;
	border:1px solid #a2b6c6;
	border-radius:3px;
	text-align:center;
	line-height:28px;
	font-size:16px;
	}

/*------------------------------
TIPS BOX
-------------------------------*/
.tips-box{
	float:left;
	width:100%;
	background:#f5f8ff;
	border:1px solid #54a1ce;
	border-radius:4px;
	padding:15px 70px 15px 30px;
	margin-bottom: 40px;
	position:relative;
	}
.tips-icon{
	float:left;
	width:60px;
	height:60px;
	background:#3497e3;
	border-radius:50%;
	margin-right:20px;
	}
.tips-icon svg{
	width:70%;
	fill:#fff;
	margin-top:7px;
	}
.tips-box h2{
	color:#288cc6;
	font-size:26px;
	font-weight:700;
	text-align:left;
	}
.tips-box p{
	color:#2d2d2d;
	font-size:18px;
	text-align:left;
	}
.tips-icon-rgt{
	position:absolute;
	right:25px;
	top:25px;
	width:40px;
	}
.tips-icon-rgt svg{fill:#2268f5;}
	
	
/*------------------------------
DASHBOARD ARTICLE LISTING
-------------------------------*/
.repository-box{
	float: left;
    width: 100%;
    border: 1px solid #f4f6fb;
    padding: 20px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    margin-bottom: 40px;
	}
.full-width{
	float:left;
	width:100%;
	display: flex;
	flex-wrap: wrap;
	}	
.article-box, .e-book-box{
	width:32%;
	border:1px solid #ebebeb;
	margin-top:20px;
	border-radius:4px;
	padding:20px 10px 25px 10px;
	position:relative;
	overflow:hidden;
	margin-right:2%;
	}
.article-box:nth-child(3n), .e-book-box:nth-child(3n){margin-right:0;}
.article-box a{
	display:block;
	}
.article-box a p{
	color:#2d2d2d;
	font-size:22px;
	line-height:24px;
	font-weight:500;
	}
.e-book-box{
	padding:0 0 40px 0;
	}
.e-book-titlle{
	background:#fafcfc;
	border-bottom:1px solid #ebebeb;
	color:#2d2d2d;
	font-size:18px;
	padding:10px;
	font-weight:500;
	}
.e-book-img{
	display:block;
	max-width: 100%;
	margin:20px auto;
	border:4px solid #fff;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	}
.e-book-footer{
	width:100%;
	position:absolute;
	background:#fafcfc;
	bottom:0;
	padding:10px;
	}
.e-book-footer a{
	color:#616c75;
	font-size:16px;
	}
.e-book-footer a i{color:#39a3df; margin-left:5px}


/*-----------------------------
CSS FOR ARTICLE LISTING PAGE
-------------------------------*/
.article-heading-icon{
	display:inline-block;
	vertical-align:middle;
	margin:-5px 5px 0 0;
	width:30px;
	}
.article-listing-box{
	width: 32%;
    border: 1px solid #ebebeb;
    margin-top: 20px;
    border-radius: 4px;
    padding:15px;
	position:relative;
	padding-bottom:60px;
	margin-right:2%;
	}
.article-listing-box:nth-child(3n){margin-right:0;}
.atricle-listing-heading{
	float:left;
	width:100%;
	color:#2d2d2d;
	font-size:18px;
	font-weight:500;
	text-align:left;
	}
.article-listing-img{
	float:left;
	min-width:100%;
	max-width:100%;
	margin-top:15px;
	}
a.article-listing-btn{
	position:absolute;
	bottom:15px;
	left:15px;
	display:block;
	width:140px;
	background:#fda357;
	height:30px;
	line-height:30px;
	color:#fff;
	font-size:16px;
	font-weight:500;
	border-radius:3px;
	}
a.article-listing-btn i{margin-left:5px;}
.article-details-box{
	float:left;
	width:100%;
	border:1px solid #f4f6fb;
	padding:30px;
	border-radius:10px;
	font-size: 1.1em;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	margin-bottom:40px;
	}
.article-details-heading{
	float:left;
	width:100%;
	color:#1174b2;
	font-size:26px;
	font-weight:500;
	text-align:left;
	}
.article-hero-img{
	float:left;
	width:50%;
	margin-top:20px;
	border-radius:5px;
	font-size: 1.1em;
	margin: 20px 20px 20px 0;
	}
.article-para{
	float:left;
	width:100%;
    color: #616c75;
    font-size: 18px;
    line-height: 26px;
    text-align: left;
	margin-top:30px;
	}

/*--------------------
CSS FOR FAQ PAGE
---------------------*/
.faq-box{
	float:left;
	width:100%;
	border:1px solid #f4f6fb;
	padding:30px;
	border-radius:10px;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	margin-bottom:40px;
	}
.accrodian-row{
	float:left;
	width:100%;
	border-bottom:1px solid #dfe8f1;
	-webkit-border-radius: 4px;
	text-align:left;
	}
.acdn-haeding{
	width:100%;
	float:left;
	color: #0fade7;
	font-size:20px;
	line-height:24px;
	padding:20px 20px 20px 50px;
	position:relative;
	cursor:pointer;
	font-weight:500;
	background:url(../images/arw-down.png) no-repeat 96% center;
	}
.acdn-haeding.accordion-open{background:url(../images/arw-up.png) no-repeat 96% center;}
.acdn-haeding img{
	position:absolute;
	left:10px;
	top:20px;
	}
.acdn-para{
	float:left;
	width: 100%;
	text-align: left;
	font-size: 18px;
	line-height: 26px;
	color: #616c75;
	font-weight: 300;
	padding:0 35px 35px 50px;
	}



/*----------------------------
CSS FOR LOGIN PAGE
----------------------------*/
.login-header{
	float:left;
	width: 100%;
	}
.login-header img{display:inline-block; vertical-align:middle; margin:45px 0 0 0}
.login-cont{
	display:inline-block;
	vertical-align:middle;
	margin:40px 0 10px 0;
	width:450px;
	background:#fff;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	position:relative;
	overflow:hidden;
	padding-bottom:20px;
	}
.login-heading{
	float:left;
	width:100%;
	padding:8px;
	box-sizing:border-box;
	color:#fff;
	font-size:30px;
	font-weight:bold;
	margin-bottom:20px;
	background: rgb(43,177,233);
	background: -moz-linear-gradient(312deg, rgba(43,177,233,1) 0%, rgba(35,104,247,1) 100%);
	background: -webkit-linear-gradient(312deg, rgba(43,177,233,1) 0%, rgba(35,104,247,1) 100%);
	background: linear-gradient(312deg, rgba(43,177,233,1) 0%, rgba(35,104,247,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2bb1e9",endColorstr="#2368f7",GradientType=1);
	text-align:left;
	}
.login-heading img{display:inline-block; vertical-align:middle; margin:0 10px;}
.frm-elements{
	float:left;
	width:100%;
	padding:7px 50px;
	box-sizing:border-box;
	}
.frm-elements label{
	float:left;
	width:100%;
	color:#333;
	font-size:18px;
	margin:5px 0 5px 0;
	text-align:left;
	}
.user-field, .password-field{
	float:left;
	width:100%;
	border:1px solid #dbdcdd;
	padding:0 8px 0 50px;
	height:45px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background:url(../images/user-icon.png) no-repeat 5px center;
	box-sizing:border-box;
	outline:none;
	font-size:16px;
	font-family: 'IBM Plex Sans', sans-serif;
	color:#000;
	}
.password-field{background:url(../images/password-icon.png) no-repeat 5px center;margin-top:0px;}
.loginbtn{
	float:left;
	width:100%;
	padding:11px 0;
	border:none;
	outline:none;
	color:#fff;
	font-size:20px;
	font-family: 'IBM Plex Sans', sans-serif;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	cursor:pointer;
	text-transform:uppercase;
	background: rgb(43,177,233);
	background: -moz-linear-gradient(90deg, rgba(43,177,233,1) 0%, rgba(35,104,247,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(43,177,233,1) 0%, rgba(35,104,247,1) 100%);
	background: linear-gradient(90deg, rgba(43,177,233,1) 0%, rgba(35,104,247,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2bb1e9",endColorstr="#2368f7",GradientType=1);
	}
a.forgot-pass{
	float:right;
	color: #39a3df;
	margin:10px 0 0 0;
	font-size:16px;
	}
.alert-login{
	font-size:16px;
	color:red;
	}

/*---------------------------
CSS FOR CONTACT PAGE
----------------------------*/
.contact-box{
	float: left;
    width: 100%;
    border: 1px solid #f4f6fb;
	display:flex;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    margin-bottom: 40px;
	}
.contact-left{
	float:left;
	width:45%;
	padding:25px;
	background:#eff9ff;
	}
.contact-para{
	float:left;
	width:100%;
	color: #616c75;
    font-size: 18px;
    line-height: 26px;
	text-align:left;
	margin-top:10px;
	}
.contact-left-list{
	float:left;
	width:100%;
	margin-top:30px;
	margin-bottom:10px;
	text-align:left;
	position:relative;
	padding-left:60px;
	}
.con-icon{
	position:absolute;
	left:0;
	width:50px;
	height:50px;
	border-radius:50%;
	text-align:center;
	line-height:52px;
	background: rgb(43,177,233);
	background: -moz-linear-gradient(90deg, rgba(43,177,233,1) 0%, rgba(35,104,247,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(43,177,233,1) 0%, rgba(35,104,247,1) 100%);
	background: linear-gradient(90deg, rgba(43,177,233,1) 0%, rgba(35,104,247,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2bb1e9",endColorstr="#2368f7",GradientType=1);
	}
.con-icon i{
	color:#fff;
	font-size:24px;
	}
.contact-left-list h4{
	color:#1174b2;
	font-size:22px;
	line-height:24px;
	font-weight:500;
	}
.contact-left-list p{
	font-size:18px;
	olor: #616c75;
	}
.contact-rgt{
	float:left;
	width:55%;
	padding:25px;
	}
.cont-frm-box{
	float: left;
	width: 100%;
	}
.cont-input-box{
	float: left;
	width: 100%;
	height: 50px;
	text-align: left;
	background-color: #ffffff;
	outline: none;
	margin: 10px 0;
	position: relative;
	}
.cont-hlf{
	width: 50%;
	}
.cont-input-box i {
	color:#696969;
	font-size:20px;
	position: absolute;
	left: 8px;
	top: 50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	}
.cont-field-all, .cont-input-box textarea {
	float: left;
	width: 100%;
	border:none;
	border-bottom: 1px solid #dbdcdd;
	outline: none;
	height: 100%;
	color: #333333;
	font-size: 18px;
	font-weight: 300;
	padding: 0 20px 0 45px;
	border-radius:0;
	font-family: 'IBM Plex Sans', sans-serif;
	}
.cont-btn {
	-webkit-appearance: none;
	border: none;
	outline: none;
	margin: 30px 0 0;
	color: #fff;
	font-size: 24px;
	line-height:56px;
	padding:0 27px;
	float:left;
	border-radius:30px;
	font-family: 'IBM Plex Sans', sans-serif;
	cursor:pointer;
	font-weight:700;
	height:58px;
	text-transform:uppercase;
	
	background: rgb(43,177,233);
	background: -moz-linear-gradient(90deg, rgba(43,177,233,1) 0%, rgba(35,104,247,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(43,177,233,1) 0%, rgba(35,104,247,1) 100%);
	background: linear-gradient(90deg, rgba(43,177,233,1) 0%, rgba(35,104,247,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2bb1e9",endColorstr="#2368f7",GradientType=1);
	}



/*--------------------
CSS FOR FOOTER
----------------------*/
.footer{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	padding:25px 0;
	border-top: 1px solid #ebebeb;
	color: #616c75;
	font-size:14px;
	}


/* width */
::-webkit-scrollbar {
	width: 4px;
	}

/* Track */
::-webkit-scrollbar-track {
	background: #f1f1f1;
	}

/* Handle */
::-webkit-scrollbar-thumb {
	background:#CCC;
	}
