
/* ------------------------------------------------------------------ */
/* 0. GENERAL
/* ------------------------------------------------------------------ */

.title-border {
	position: relative;
	display: inline-block;
	margin-bottom: 40px;
}

.title-border:before,
.title-border:after {
	content: '';
	position: absolute;
	height: 1px;
	background-color: #4d7312;
	width: 65%;
}

.title-border:before {
	top: -8px;
	left: -15%;
}

.title-border:after {
	right: -15%;
	bottom: -8px;
}

.gray-border {
	border: 1px solid #e5e5e5;
}

.icofont {
	color: #4d7312;
}

.icofont:hover {
	opacity: .95;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
}

.btn-set a {
	max-width: 45%;
}

.btn-set a:first-child {
	margin-right: 25px;
}


/*
|----------------------------------------------------------------------------
		1. HEADER
|----------------------------------------------------------------------------
*/

.main-header nav {
	border: none;
}

.logo {
	padding-top: 5px;
}

.affix .logo {
	padding-top: 3px;
}

.affix {
	/*background: -webkit-linear-gradient(left, #4d7312 30%, #4d7312 90%);*/
	/*background: linear-gradient(to right, #4d7312 30%, #4d7312 90%);*/
	
}

.for_affx{
	display:none;}

.affix .for_affx {
	display:block;
}



.affix .hde_affix {
	display:none;
}


/*
|----------------------------------------------------------------------------
		2. MENU
|----------------------------------------------------------------------------
*/

.nav li a {
	color: #fff;
	padding: 45px 15px;
	position: relative;
}

.menu-border li a:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-right: 1px solid #f9677b;
	border-left: 1px solid #f3596f;
	height: 15px;
}

.menu-border li:last-child a:after,
.affix .menu-border li a:after {
	content: none;
}

.affix .nav li a {
	padding: 25px 15px;
}

.nav li a:hover,
.page-blog .affix .nav li.active a,
.nav li a:focus {
	background-color: transparent;
}

.affix .nav li.active a,
.affix .nav li a:hover,
.page-blog .affix .nav li a:hover {
	background-color: #303030;
}


/* SUB MENU */
.nav li {
	position: relative;
}
.nav li ul {
	position: absolute;
	top: 100%;
	right: 0;
	border-radius: 0 0 4px 4px;
	display: none;
}

.nav li ul ul {
	top: 0;
	left: 100%;
}

.nav li ul li {
	float: none;
	border-top: 1px solid rgba(146, 132, 132, 0.52);
}

.nav ul li a,
.affix .nav ul li a {
	display: block;
	padding: 10px 22px;
	background-color: rgb(156, 9, 29);
	white-space: nowrap;
}

.nav ul li a:hover,
.affix .nav ul li a:hover {
	background-color: #4d7312;
}

li.has-sub-menu:hover > a {
	background-color: #303030;
}

li.has-sub-menu > a:after {
	content: '\eb73';
	font-family: 'icofont';
	position: relative;
	top: 2px;
	left: 2px;
	color: #eee;
}

li.has-sub-menu a + i {
	display: none;
	cursor: pointer;
}

.nav li:hover > ul {
	display: block;
}

/*
|----------------------------------------------------------------------------
		3. SLIDER
|----------------------------------------------------------------------------
*/

/*fix click for particles js*/
.home-slider.owl-carousel, 
.home-slider.owl-carousel * {
	z-index: 10;
}

.slider-item {
	background-color: #4d7312;
	height: 700px;

}

.slide-bg-1,
.slide-bg-2,
.slide-bg-3 {
	background-image: url('../img/demo-5/slide-bg.jpg');
}

.banner-image {
	width: 100%;
}

.banner-text * {
	color: #fff;
}

.banner-text h1 {
	margin-bottom: 35px;
	line-height: 1.2;
}
.banner-text h5{
	margin-bottom: 25px;

}

.banner-text p {
	margin-bottom: 65px;
}

.banner-text .btn {
	position: relative;
	padding-left: 40px;
	font-size: 22px;
}

.banner-text .btn i {
	font-size: 30px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 32px;
	color: #fff;
	border: none;
	padding: 0;
}

.banner-text .btn:hover,
.banner-text .btn:hover i {
	background-color: #f6f6f6;
	color: #4d7312;
}

.home-slider .owl-dots {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	right: 40px;
	z-index: 9999;
}

.home-slider .owl-dots .owl-dot {
	display: block;
	margin-bottom: 10px;
}

.home-slider .owl-dots .owl-dot:last-child {
	margin-bottom: 0;
	margin-right: 0;
}

.home-slider .owl-dots .owl-dot span {
	background-color: #ff647a;
}

.home-slider .owl-dots .owl-dot.active span {
	background-color: #fff;
}



/*
|----------------------------------------------------------------------------
		4. APP OVERVIEW
|----------------------------------------------------------------------------
*/

.app-overview-icon {
	width: 25%;
}

.app-overview-content {
	width: 75%;
	padding-top: 17px;
	padding-bottom: 50px;
}

.app-overview-lists li:last-child .app-overview-content {
	padding-bottom: 0;
}

.app-overview-lists i {
	border: 1px solid #4d7312;
}

.app-overview-content h3 {
	font-weight: 400;
	margin-bottom: 10px;
}

.app-overview-content p {
	color: rgba(0, 0, 0, 0.502);
	line-height: 1.5;
}

.vide-over-view {
	background-image: url('../img/demo-5/vide-overview-bg.jpg');
	position: relative;
	padding: 200px 0;
}

/*fix click for particles js*/
.video-area * {
	z-index: 10;
}

.video-play-icon i {
	width: 90px;
	height: 90px;
	line-height: 90px;
	padding: 0 0 0 6px;
	font-size: 25px;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 50%;
}

.video-play-icon i:hover {
	background-color: #4d7312;
	border: 2px solid #4d7312;
	border: 2px solid #4d7312;
}

.video-link {
	display: block;
	margin-top: 40px;
}

.video-link i {
	border: none;
	padding: 0;
	font-size: 16px;
}


/*
|----------------------------------------------------------------------------
		5. FEATURED
|----------------------------------------------------------------------------
*/

.featured-item {
	padding: 45px 25px;
}

.featured-item h3 {
	margin-top: 20px;
	margin-bottom: 15px;
	font-weight: 400;
}

.featured-item i {
	border-color: #4d7312;
	color: #4d7312;
}


/*
|----------------------------------------------------------------------------
		6. SCREENSHOTS
|----------------------------------------------------------------------------
*/

.screenshot-item {
	position: relative;
}

.screenshot-item img {
	height: 100%;
}

.screenshot-overlay,
.screenshot-overlay i {
	position: absolute;
	text-align: center;
	visibility: hidden;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: visibility .2s ease-in, opacity .3s ease-in-out, background .4s ease-out;
	transition: visibility .2s ease-in, opacity .3s ease-in-out, background .4s ease-out;
}

.screenshot-overlay {
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0, 0, 0, .8);
	z-index: 1;
}

.screenshot-overlay i {
	background-color: #4d7312;
	color: #fff8ee;
	border: none;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2;
}

.screenshot-item:hover .screenshot-overlay,
.screenshot-item:hover .screenshot-overlay i {
	visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}



/*
|----------------------------------------------------------------------------
		11. BLOG
|----------------------------------------------------------------------------
*/

.blog-single img {
	width: 100%;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.blog-title {
	padding-top: 14px;
	margin-bottom: 9px;
}

.blog-single figure > a {
	overflow: hidden;
	display: block;
}

.blog-single figure img:hover {
	-webkit-transform: scale(1.2) rotate(-10deg);
	        transform: scale(1.2) rotate(-10deg);
}


/*
|----------------------------------------------------------------------------
		8. SUBSCRIBE
|----------------------------------------------------------------------------
*/

/* ALL CSS are in common.css file under CONTACT section */


/*
|----------------------------------------------------------------------------
		9. DOWNLOAD
|----------------------------------------------------------------------------
*/

.app-download-area {
	background-image: url('../img/demo-5/download-bg.jpg');
	background-attachment: fixed;
	padding: 100px 0;
	position: relative;
}

.app-download-content {
	margin-left: -15px;
}

.app-download-content h2 {
	font-weight: 300;
	font-size: 48px;
}

.app-download-content h5 {
	margin-top: 15px;
	margin-bottom: 25px;
	font-weight: 400;
}

.app-download-content h2,
.app-download-content h5 {
	color: #fff;
}

.app-download-content p {
	margin-bottom: 25px;
	color: rgba(255, 254, 254, 0.702);
}

.download-btn {
	margin-top: 75px;
}

.download-btn a {
	float: left;
}

.app-download-photo {
	position: relative;
	/*right: -100px;*/
	margin-bottom: -100px;
}


/*
|----------------------------------------------------------------------------
		10. FOOTER
|----------------------------------------------------------------------------
*/

.footer-bottom {
	padding-top: 27px;
	padding-bottom: 24px;
    border-bottom: 2px solid #4d7312;
    background: #333;
    color: #e0e0e0;
}

.copyright-text,
.footer-menu li a {
}

.footer-menu li a {
	padding: 0px 6px;
}




/*
|----------------------------------------------------------------------------
		11. BLOG
|----------------------------------------------------------------------------
*/
.page-header-area {
	/*background-image: url('../../img/parallax/img19.jpg');*/
	background-attachment: fixed;
	position: relative;
	padding:5px 0px;
}

.page-header {
	padding-top: 10px;
    padding-bottom: 0;
    margin: 0;
    border-bottom: none;
}

.page-header a:hover,
.page-header a i,
.page-header a:hover {
	color: #fff;
	opacity: .8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.page-title {
	color: #fff;
}

.blog-page,
.single-blog-page {
	padding-bottom: 63px;
}

.blog-right {
	padding-left: 30px;
	border-left: 1px solid #e5e5e5;
}

.blog-left-sidebar .blog-right {
	border-left: none;
}

.blog-left-sidebar .blog-left {
	border-right: 1px solid #e5e5e5;
}

.blog-left {
	padding-right: 30px;
}

.single-post {
	padding: 0px 0;
	border-bottom: 1px solid #f7f7f7;
}

.single-post:first-of-type {
	padding-top: 0;
}

.single-post:last-of-type {
	border-bottom: none;
}

.single-post .flexbox-center {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.blog-page .single-post figcaption {
	width: 100%;
}

.blog-page .post-thumb {
	width: 35%;
}

.post-thumb > a img {
	width: 100%;
}

.post-thumb > a {
	display: block;
	position: relative;
}

.post-thumb > a:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: #4d7312;
	opacity: .7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	border-radius: 5px;
	-webkit-transition: .5s;
	transition: .5s;
	-webkit-transform: scaleX(0);
	        transform: scaleX(0);
}

.post-thumb > a:after {
    position: absolute;
    content: "\eeb6";
    font-family: 'icofont';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 50px;
    margin: auto;
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.post-thumb > a:hover:before {
	-webkit-transform: scaleX(1);
	        transform: scaleX(1);
}

.post-thumb > a:hover:after {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transform: scale(1.4);
	        transform: scale(1.4);
} 

.post-title {
	font-size: 16px;
    margin-bottom: 12px;
    padding: 10px;
    background: #ffffff;
    border-bottom: 1px solid #c5c5c5;
}

.post-title a {
	color: #2b323f;
}

.post-details p {
	padding: 15px 0;
}

.post-extra a,
.post-extra i {
	padding-right: 3px;
}

.post-extra a:before {
	content: '/';
	padding-right: 5px;
}

.post-extra a:first-of-type:before,
.post-extra a:last-child:before {
	content: none;
} 

.post-details em {
	font-size: 14px;
	color: #808080;
}

.post-meta {
	border-top: 1px solid #e5e5e5;
	/*border-bottom: 1px solid #e5e5e5;*/
	margin-top: 0px;
}

.post-meta li {
	padding-left: 7px;
	padding-right: 7px;
}

.single-blog-page .post-meta {
	margin-top: 50px;
}

.post-meta li,
.pager li a,
.post-extra a,
.rel-blog-single figcaption >a:last-child {
	position: relative;
	left: 0;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.post-meta li:hover,
.pager li a:hover,
.post-extra a:hover,
.rel-blog-single figcaption > a:last-child:hover {
	left: -2px;
}

.post-extra a:hover,
.post-extra i:hover,
.post-meta a:hover,
.post-meta a:hover i,
.rel-blog-single figcaption > a:last-child:hover,
.rel-blog-single figcaption > a:last-child:hover i {
	color: #2b323f;
}

.post-title a:hover,
.post-details em:hover {
	color: #4d7312;
}

blockquote {
    padding: 20px 35px;
    font-size: 17px;
    border-left: 8px solid #4d7312;
    box-shadow: -3px 3px 15px rgba(204, 204, 204, 0.59);
    background: #f7f7f7;
    margin: 15px 0 15px 30px;
    position: relative;
    font-style: italic;
	font-family: serif;
	color: #5a5252;
}

blockquote:before {
    content: '\201c';
    position: absolute;
    font-size: 50px;
    line-height: 1;
    color: #4d7312;
    left: 5px;
    top: 15px;
}

.post-content ul,
.post-content ol {
	padding-left: 35px;
	margin-bottom: 20px;
}

.post-content ul li {
	position: relative;
	padding: 3px 0 3px 25px;
}

.post-content ul li:before {
	content: "â€¢";
	color: #4d7312;
	font-weight: bold;
	font-size: 30px;
	line-height: 1;
	position: absolute;
	left: 0;
	top: 2px;
}

/*SHARE POST*/
.single-post .post-thumb {
	position: relative;
}

.social-share-post {
    text-align: center;
    position: absolute;
    right: 0;
    margin: 0;
    background-color: rgba(237, 57, 82, 0.9);
    z-index: 2;
    padding: 15px 25px;
    bottom: 0;
    border-radius: 25px 0 0px 0;
}

.social-share-post i,
.social-share-post li {
	color: #fff;
}

/*RELATED POSTS*/
.rel-post-title {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 22px;
	margin-bottom: 20px;
}

.rel-blog-single img {
	width: 100%;
}

.rel-blog-single p {
	font-size: 15px;
}

.rel-blog-single figcaption > a:last-child {
	display: block;
	text-align: right;
	margin-top: 10px;
}

/*SIDEBAR*/
.sidebar-widget {
	margin-bottom: 40px;
}

.blog-right aside:last-of-type .sidebar-widget,
.blog-left aside:last-of-type .sidebar-widget {
	margin-bottom: 0;
}

.sidebar-widget .widget-title {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 20px;
	padding-bottom: 10px;
	text-transform: uppercase;
	border-bottom: 1px solid #e5e5e5;
}

.sidebar-widget a {
	color: #2b323f;
}

.sidebar-widget a:hover {
	color: #4d7312;
}


/* Search Widget*/
.search-widget form {
	position: relative;
}

.search-widget input {
    background-color: #f7f7f7;
    border: none;
    color: #2b323f;
    height: 45px;
    padding: 10px 45px 10px 15px;
    width: 100%;
}

.search-widget input:focus {
	outline-color: #4d7312; 
}

.search-widget button {
    background: #4d7312;
    border: none;
    height: 45px;
    line-height: 45px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 42px;
    border-radius: 0 4px 4px 0;
}

.search-widget button i {
	color: #fff;
    font-size: 18px;
}

/*Categories Widget*/
.categories-widget li ul {
	padding-left: 25px;
}
.categories-widget li li {
	padding-bottom: 5px;
	font-size: 14px;
}


/*Tags Widget*/
.tags-widget .widget-content a {
	border: 1px solid #e5e5e5;
	background-color: #4d7312;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    line-height: 30px;
    margin-bottom: 5px;
    margin-right: 2px;
    padding: 5px 15px;
    border-radius: 1px;
}

.tags-widget .widget-content a:hover {
	background-color: #f7f7f7;
    color: #4d7312;
}


/*Popular & Recent Post Widget*/
.popular-post-widget-single,
.recent-post-widget-single {
    border-bottom: 1px solid #f7f7f7;
    padding: 20px 0;
}

.popular-post-widget-single:first-of-type,
.recent-post-widget-single:first-of-type {
	padding-top: 0;
}

.popular-post-widget-single:last-of-type,
.recent-post-widget-single:last-of-type {
	border-bottom: none;
}

.popular-post-thumb,
.recent-post-thumb {
	float: left;
	width: 62px;
	margin-right: 20px;
}

.popular-post-content,
.recent-post-content {
	float: left;
    width: calc(100% - 82px);
}

.popular-post-content h4,
.recent-post-content h4 {
	font-size: 16px;
	font-weight: 400;
}

.post-date  {
    color: #757575;
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
}

/*PAGINATION*/
.pagination li a,
.pagination li.disabled a {
	color: #4d7312;
	border-color: #4d7312;
}
.pagination li.active a,
.pagination li.active a:hover,
.pagination li a:hover,
.pagination li:not(.disabled) a:hover i,
.pager li a:hover {
	background-color: #4d7312;
	color: #fff;
	border-color: #4d7312;
}

.pagination li.disabled a:hover {
	border-color: #4d7312;
}

.pagination i,
.pager li a i {
	font-weight: 700;
}

.pager li a {
	border-color: rgba(237, 57, 82, 0.26);
	font-size: 15px;
	border-radius: 20px;
	padding: 9px 25px;
	border-radius: 24px;
}

.pager li a:hover i {
	color: #fff;
}

/*Comments*/
.comment-thumb {
	width: 60px;
	margin-right: 20px;
}

.comment-body {
	width: calc(100% - 80px);
}

.comments-list li {
	padding: 30px 0;
	border-bottom: 1px solid #f7f7f7;
}

.comments-list li:last-child {
	border-bottom: none;
}

.comment-title,
.comment-author,
.post-comment-title {
	text-transform: uppercase;
	color: #2b323f;
}

.comment-title,
.post-comment-title {
	font-size: 16px;
}

.comment-title {
	color: #4d7312;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 15px 30px;
	padding-bottom: 12px;
	cursor: pointer;
	font-weight: 400;
}

.comment-title:hover,
.comment-title-bg,
.comment-title-bg i,
.comment-title:hover i {
	background-color: #4d7312;
	color: #fff;
}

.comment-title-bg {
	border-radius: 3px;
}

.comment-title span,
.comment-time-ago {
	font-size: 14px;
	text-transform: none;
}

.comment-body p {
	font-size: 16px;
}

.comment-author {
	font-size: 14px;
	margin-bottom: 2px;
}

.comment-time-ago {
	margin-bottom: 22px;
}

.comment-body p {
	font-style: italic;
}

.reply-comments-list {
	padding-left: 80px;
	position: relative;
	top: 30px;
}

.post-my-comment .contact-field {
	margin-bottom: 25px;
}

.post-my-comment .btn-submit {
	font-weight: 400;
}

/*for slidetoggle*/
.comments-list,
.post-my-comment {
	display: none;
}

.post-content{
	margin-top:15px;}

/*BLOG - Footer */
.page-blog .footer-widget .widget-menu li a,
.page-blog .footer-widget .widget-content p,
.page-blog .footer-widget .widget-title {
	color: #f7f7f7;
}

.page-blog .footer-area {
	padding-bottom: 0;
}

.page-blog .footer-bottom {
	padding-top: 27px;
	padding-bottom: 24px;
}

.page-blog .footer-menu li a {
	padding: 0px 6px;
}

.footer-top{
	background:#4d7312;}
	
/* The container */
.rd_container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
	float:left;
    font-size: 16px;
	font-weight:600;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.rd_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.rd_container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.rd_container input:checked ~ .checkmark {
    background-color: #4d7312;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.rd_container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.rd_container .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

.wdth_100{
	width:100% !important;}
	
.padding_0{
	padding:0px !important;}
	
#nav-trigger{
	display:none}
	
@media screen and (max-width: 768px) {
	#nav-trigger{
	display:block;}
	}
	
.sign_up .optin-field{
	margin-bottom:15px !important;
	}
	
.button_2{	
	background-color: transparent;
    color: #4d7312;
    border: 1px solid #4d7312;
    padding: 10px 20px;
    width: unset;
}

.button_2:hover{
	background-color: #4d7312;
	color: #fff;
	}

.button_3{	
	background-color: #4d7312;
	color: #fff;
	padding: 14px 5px;
	border-radius: 60px;
	font-weight: 300;
	width:unset;
	padding: 10px 20px;	}
	
.button_3:hover{
	background-color: transparent;
    color: #4d7312;
    border: 1px solid #4d7312;
	}
	
.brdr_0{
	border:0px !important;}
	
.bottom_buts{	
	padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #dadada;}

.questions_view{		
	min-height: 400px;
}

.question_pallete ul li{
	list-style:none;
	display:inline-block;
	border:1px solid #e2e2e2;
	}
	
.question_pallete ul li a{
	display: table-cell;
    min-width: 30px;
    min-height: 30px;
    padding: 4px;
    text-align: center;
	cursor: pointer;}
	
.question_pallete ul li a:hover{
	background-color: #4d7312;
	color: #fff;
	}

.current{
	background-color: #4d7312;
	}
	
.current a{
	color: #fff;
	}	
		
.skipped{
	background: #F44336;
	}

.skipped a{
	color:#fff;
	} 	
	
.attend{
	background: #106b14;
	}	
	
.attend a{
	color: #fff;
	}		
	
.final_but{
	border-bottom: 2px solid #4d7312;
	padding: 14px 5px;
    border-radius: 60px;
    font-weight: 300;
	background-color: #79b320;
    color: #fff;
	}	

.final_but:hover{
	border:1px solid #79b320;
	border-bottom: 2px solid #4d7312;
	padding: 14px 5px;
    border-radius: 60px;
    font-weight: 300;
	background-color: #fff;
    color:  #4d7312;
	}		
	
/* Let's get this party started */
.question_pallete::-webkit-scrollbar {
    width: 8px;
}
 
/* Track */
.question_pallete::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
/* Handle */
.question_pallete::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #4d7312; 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
.question_pallete::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(255,0,0,0.4); 
}


#clockdiv{
	font-family: sans-serif;
    color: #fff;
    display: inline-block;
    font-weight: 100;
    text-align: center;
    font-size: 18px;
    width: 100%;
    line-height: 24px;
}

#clockdiv > div{
	padding: 0px 10px;
    background: #585858;
    display: inline-block;
}

#clockdiv div > span{
	padding: 2px 5px;
    background: #4d7312;
    display: inline-block;
}

.smalltext{
    font-size: 13px;
}	

.wdth_100{
	width:100% !important;}
	
.butt_for_option, .butt_for_close{
	display:none;
	} 
	
@media screen and (max-width: 769px) {
	.wdth100{
		width:100% !important;}
		
	.exams_q_a{
		clear:both;
		margin-top:15px;}
		
	.clears{
		clear:both;}
		
	.mrg_top{
		margin-top:30px;}
		
	.hd_for_res{
		display:none;}
		
	.mg_t_10{
		margin-top:10px;}
		
	.txd_cntr{
		text-align:center;}
		
	.butt_for_option{
		display:block;
		margin: 10px auto 0px;
		}
		
	.butt_for_close{
		clear:both;
		width:220px;}	
}

@media screen and (max-width: 500px) {
.hds_sml{
	display:none;}	}
	
.marks{
	margin:50px 0px;}
	
.result_cont h2{
	font-size:18px;}
	
.result_cont{
	    padding: 10px 20px;
    border-bottom: 1px solid #dadada;}
	
.result_cont::lastchild{
	border:0px;}
	
#exam_rsults{
	padding:60px 0px 25px;}

.best_perform{	
    font-weight: 600;
    color: #79b320;
    font-size: 20px;
	}
	
.wrong_ans{
	color:#C00;}
	
.right_ans{
    color:limegreen;}

.buttons_testsa{
	padding: 5px 10px;
    background: #4d7312;
    color: #fff;
    margin: 5px 5px;}	
	
.no_bor{
	border:0px solid #000 !important;}
	
.brd_bot{
	border-bottom: 2px solid #dcdcdc;
}

.tit_bits{
	padding: 10px;
    border: 1px solid #ccc;
    height: 300px;
    overflow: auto;
	}

.later {
    background: orange;
    color: #fff;
}

.skip {
    background:  red;
    color: #fff;
}

.submitnext {
    background:  limegreen;
    color: #fff;
}

.right_brdr_calndr_itm{
	border-left: 1px solid #ccc;
    min-height: 95px;
	}

@media screen and (max-width: 991px) {	
.font_sz_resp-sml{
	font-size:16px !important;}	
}
	
@media screen and (max-width: 769px) {
	.size_lg {
		font-size: 25px !important;
		border-width: 3px !important;
		border-radius: 1px !important;
		float: right;
		width: auto !important;
		margin-top: 8px;
		padding: 0px 10px;
		position: absolute;
		right: 5px;
	}
	
  .butt_for_close{
	  float: left;
	  width: auto;
	  }
	  
  .pallet_for_res{
	  text-align: left;
	  clear: both;
	  }
	  
  .blog-left{
	  margin-bottom: 10px !important;
	  }	
	   
  .questions_view{
	  padding:0px !important;
	  }	  
	  
  .resp_marg_tp{
	  padding-top:5px !important;
	  }   
}	

@media screen and (max-width: 700px) {
	
	.resp_fnt_sz{ 
		font-size:15px !important;
		margin-top:0px !important;
		}
		
	.rd_container {
		font-size:14px !important;
		}
		
	.resp_optins{
		padding:0px !important;
		margin:0px !important;
		}	
		
	.questions_view{
		min-height:unset !important;
		}	
		
	.post-details{
		padding:0px !important;}	
	
	.resp_button{
		padding: 10px 10px;
		font-size: 14px;
		margin-left:3px;
		}
		
	.font_size_resp{
		font-size:18px !important;
		}	
		
	.hd_fro_resps{
		display:none;
		}
			
	.bg_for_resps{
		/*background:#4d7312 !important;}*/
		
	.resp_marg_tp_2{
		margin-top: 35px !important;}
		
	.final_but_resp{
		font-size: 13px;
		width: unset;
		padding: 10px 5px;
		margin-left: 5px;
		}
		
	.pad-0_resp{
		padding:0px !important;
		}
		
	.final_but_resp:hover{
		font-size: 13px;
		width: unset;
		padding: 10px 5px;
		margin-left: 5px;
		}
		
	.result_cont h2{
		font-size: 15px;
		}
		
	.resp_disp_blk{
		display:block;}	
		
	.marks_spc_resp{
		margin: 10px 0px 0px;
		}			
}

@media screen and (max-width: 500px) {
	.buttons_testsa {
		margin: 5px 0px;
	}
}

@media screen and (max-width: 400px) {
	.buttons_testsa {
		font-size:13px;
	}
}

@media screen and (max-width: 370px) {
	.pad_resp_0{
		padding:0px !important;}
}


.banner-text h5{
    margin-bottom: 7px;
    font-size: 22px;
}
@media only screen and (min-width: 230px) and (max-width: 492px) {
.slider-item {
    
    padding-top: 90px !important;
}
    .copyright-text {
    padding: 0 10px;
}
 .footer-menu li a {
    padding: 0 60px;
}

  .optin-field {
    position: relative;
    margin-bottom: 30px;
}  

}
@media only screen and (min-width: 230px) and (max-width: 470px) {

    .copyright-text span {
    display: block;
}
}
@media only screen and (min-width: 492px) and (max-width: 768px) {
.slider-item {
    
    padding-top: 70px !important;
}
  .optin-field {
    position: relative;
    margin-bottom: 30px;
}  
}

@media only screen and (min-width: 230px) and (max-width: 600px) {
 .flexbox-center {

    display: block;}
}

@media only screen and (min-width: 201px) and (max-width: 991px) {
 .banner-text .btn-set a {
    max-width: 82%;
}
}

@media only screen and (min-width:992px) and (max-width: 1200px) {
 .banner-text .btn-set a {
    max-width: 50%;
}
}
