    /* ===================================================================

    Template name: GiveFew
    Template URI: http://dotthemes.com
	Version: 1.0
	Description: Charity Website Template.

    =================================================================== */
    /* ****************** :: Index of CSS :: ******************
    
    :: 01.0 Web Fonts & Import CSS 
    :: 02.0 Base CSS
    :: 03.0 Preloader Css
	:: 04.0 Header area css
	:: 05.0 Main header css
	:: 06.0 Slider area css
	:: 07.0 about us area css
	:: 08.0 Promo Area CSS
	:: 09.0 Event Area CSS
	:: 10.0 Home Blog Area CSS
	:: 11.0 Donate Area CSS
	:: 12.0 Footer style css
	:: 13.0 pagination area css
	:: 14.0 Testimonial Area css
	:: 15.0 bredcumb area css
	:: 16.0 404 page area css
	:: 17.0 Contact page area css
	:: 18.0 Cool facts area css
	:: 19.0 Blog page area css
	:: 20.0 Blog Sidebar Area CSS
	:: 21.0 Single blog area css

    ================================================== */
    /* ==============
    :: 1.0 Web Fonts 
    ============== */
@import url('https://fonts.googleapis.com/css?family=Muli:400,400i,600,700,800|Work+Sans:300,400,500,600,700');

    /* ===============
    :: Import all css 
    =============== */   
    @import 'css/bootstrap.min.css';
    @import 'css/animate.css';
    @import 'css/meanmenu.css';
    @import 'css/font-awesome.min.css';
    @import 'css/owl.carousel.css';
   
/* =============
:: 2.0 Base CSS
============= */

* {
	margin: 0;
	padding: 0;
}

.floatleft {
	float: left
}

.floatright {
	float: right
}

.alignleft {
	float: left;
	margin-right: 15px;
}

.alignright {
	float: right;
	margin-left: 15px;
}

.aligncenter {
	display: block;
	margin: 0 auto 15px;
}

a:focus {
	outline: 0px solid;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 15px;
	font-weight: 700;
    font-family: 'Work Sans', sans-serif;
}
h2{
	font-size: 48px;
	font-weight: 700;
	text-transform: uppercase;
}
p,
body {
	font-size: 16px;
	line-height: 1.4;
	font-family: 'Muli', sans-serif;
}
a{
	color: #222;
}
a,
a:hover,
a:focus {
	-webkit-transition: all 500ms ease 0s;
	transition: all 500ms ease 0s;
	text-decoration: none;
	outline: none;
	font-family: 'Lato', sans-serif;
}

ol li,
ul li {
	list-style: outside none none;
}
.text-right{
	float: right;
}
img {
	height: auto;
	max-width: 100%;
}
.mtop30{
	margin-top: 30px;
}
.mtop50{
	margin-top: 50px;
}
.mtop70{
	margin-top: 70px;
}
.table {
	display: table;
	z-index: 9;
	position: absolute;
	width: 100%;
	height: 100%;
}
.table_cell {
	display: table-cell;
	vertical-align: middle;
}

.section_heading {
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 50px;
}

.section_heading h4 {
	color: #5e5e5e;
}
.section_heading h4 span {
	color: #006CFF;
}

.section_heading .section-subtitle {
	color: #999;
	font-size: 16px;
	font-weight: 400;
	margin-top: 15px;
	text-transform: none;
}

.section_padding_100 {
	padding: 100px 0;
}
.section_padding_90_100{
    padding:90px 0 100px 0;
}
.section_padding_100_70 {
	padding: 100px 0 70px 0;
}

.section_padding_100_0 {
	padding: 100px 0 0 0;
}
.section_padding_90_0 {
	padding: 90px 0 0 0;
}
.section_padding_50_20 {
	padding: 50px 0 20px 0;
}

.section_padding_60 {
	padding: 60px 0;
}

.section_padding_100_50 {
	padding-top: 100px;
	padding-bottom: 50px;
}

.section_padding_20_70 {
	padding: 20px 0 70px 0;
}

/* ==========================
:: 03.0 Preloader Css
========================== */  

div#preloader {
	overflow: hidden;
	background-color: #fff;
	background-image: url(img/preloader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999999999;
}

#scrollUp {
	background-color: #02DE69;
	bottom: 0;
	color: #fff;
	padding: 10px 14px;
	text-align: center;
	right: 20px;
	bottom: 20px;
	box-shadow: 0px 0px 0px 5px rgba(2, 222, 105, 0.3);
}
#scrollUp:hover{
	box-shadow: 0px 0px 0px 8px rgba(2, 222, 105, 0.3);
}
/* ================================
:: 04.0 Header area css
================================ */

header.header_area {
	height: auto;
	width: 100%;
	z-index: 999;
}
header.header_area.home_one{
	position: relative;
}

/* ================================
:: 05.0 Main header css
================================ */

.logo_area {
	padding: 29px 0;
}

.main_header_area {
	background-color: #fff;
	height: 90px;
	width: 100%;
}

.main_menu_area {
	float: right;
}
	
.mainmenu {
	text-align: right;
}

.mainmenu ul#nav li {
	display: inline-block;
	position: relative;
}

.mainmenu ul#nav li:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 3px;
	background-color: transparent;
}

.mainmenu ul#nav li.current_page_item:before {
	width: 100%;
	height: 3px;
	left: 0;
}
   
.mainmenu ul#nav li:hover:before {
	width: 100%;
	margin: auto;
	left: 0;
}

.mainmenu ul#nav li a {
	color: #233240;
	display: block;
	font-size: 14px;
	padding: 35px 15px;
	text-transform: uppercase;
	font-weight:600;
}

.mainmenu ul#nav li a i,
.mean-container .mean-nav ul li a i {
	font-size: 14px;
	padding-left: 5px;
	display:none;
}

.mainmenu ul#nav li ul {
	text-align: left;
}

.mainmenu ul#nav li ul li a {
	color: #444 !important;
	padding-left: 15px !important;
	text-align: left !important;
}

.mainmenu ul#nav li.current_page_item a {
	color: #006CFF;
}

.mainmenu ul#nav li:hover a {
	color: #006CFF;
}

/* Sub Menu CSS */
.mainmenu ul li ul.sub-menu {
	position: absolute;
	left: 0;
	width: 215px;
	background-color: #fff;
	background-clip: padding-box;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	z-index: -9;
	top: 100%;
	text-align: center;
	-webkit-transform: perspective(600px) rotateX(-90deg);
	transform: perspective(600px) rotateX(-90deg);
	-webkit-transform-origin: 0 0 0;
	transform-origin: 0 0 0;
	vertical-align: top;
	visibility: hidden;
}

.mainmenu ul li ul.sub-menu li {
	display: block !important;
}

.mainmenu ul li ul.sub-menu li a {
	padding: 10px !important;
	display: block;
	margin-bottom: 1px;
}

.mainmenu ul li ul.sub-menu li:last-child {
	border: none;
}

.mainmenu ul li:hover ul.sub-menu {
	top: 100%;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	visibility: visible;
	z-index: 9999999;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	overflow: visible;
	-webkit-transform: perspective(600px) rotateX(0deg);
	transform: perspective(600px) rotateX(0deg);
}

.mainmenu ul#nav li:hover ul.sub-menu li:before {
	background-color: transparent;
}

.mainmenu ul#nav li ul.sub-menu li a:hover {
	color: #ffffff !important;
	background:#006CFF;
}

.mainmenu ul li ul.sub-menu,
.mainmenu ul#nav li a,
.mainmenu ul#nav li:before {
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}

.mainmenu ul#nav li ul.sub-menu li ul.sub-menu {
	position: absolute;
	left: 210px;
	width: 225px;
	background-color: #EBEBEB;
	background-clip: padding-box;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	z-index: -9;
	top: 0;
	text-align: center;
	-webkit-transform: perspective(600px) rotateX(-90deg);
	transform: perspective(600px) rotateX(-90deg);
	-webkit-transform-origin: 0 0 0;
	transform-origin: 0 0 0;
	vertical-align: top;
	visibility: hidden;
	margin-left:5px;
}

.mainmenu ul#nav li ul.sub-menu li:hover ul.sub-menu {
	top: 0;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	visibility: visible;
	z-index: 9999999;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	overflow: visible;
	-webkit-transform: perspective(600px) rotateX(0deg);
	transform: perspective(600px) rotateX(0deg);
}

.sub-menu a>i {
	float: right;
}

/* ================================
:: 06.0 Slider area css
================================ */
#slider-area{
	background: url(img/herobg.jpg);
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 50px 0 0;
	height: 500px;
}
.slider-overlay{
	background: #006CFF;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .9;
}
.slider-col-left-cont{
	margin-top: 30px;
}
.slider-col-left-cont h1{
	text-transform: uppercase;
	font-size: 52;
	font-weight: 600;
}
.slider-col-left-cont h2, .slider-col-left-cont p, .slider-col-left-btn a{
	color: #fff;
}
.slider-col-left-btn a{
	border: 1px solid #fff;
	padding: 15px 30px;
	font-weight: 600;
	border-radius: 30px;
	text-transform: uppercase;
}
.slider-col-left-btn a:hover{
	background: #fff;
	color: #006CFF;
}
/*slider image*/

.slider-right-img{
	position: absolute;
	top: 80px;
}

/* =======================
:: 07.0 about us area css
======================== */
.about_us_area{
    padding: 93px 0 78px;
}
.about_us_text>h3 {
	color: #2c3e50;
	text-transform: uppercase;
}
.about_us_text>h3 span {
	color: #006CFF;
	text-transform: uppercase;
}
.about_us_text>p {
	color: #6f6f6f;
	font-size: 16px;
}

.about_us_area .special_service .single_special_service>img {
	display: inline-block;
	float: left;
	margin-right: 15px;
}
.about_us_area .special_service .single_special_service li{
	margin-bottom: 20px;
}
.about_us_area .special_service .single_special_service li>h5 {
	margin-bottom: 10px;
	margin-top: 10px;
	text-transform: uppercase;
	color: #444;
	font-size:15px;
}
.special_service {
	margin-top: 30px;
}
.special_service i {
	color: #006CFF;
	font-size: 15px;
	padding-right: 10px;
}
.about_us_thumb {
	position: relative;
	width: 100%;
	z-index: 1;
	margin-top: 23px;
}
.about_us_thumb.mission {
	margin: 0;
}
.about_us_thumb.mission img {
	left: -30px;
}
.panel.single-accordion {
	margin-bottom: 0 !important;
}
.single-accordion .accordion-content {
	padding: 20px 20px 10px 20px;
}
.single-accordion .accordion-content p {
	padding: 0;
}	

/* ================================
:: 08.0 Promo Area CSS
================================ */
.promo{
    padding: 150px 0 100px;
}
.promo-img-bg{
	position: relative;
	background: #006CFF;
	width: 400px;
	height: 485px;
}
.promo-img-bg:before, .promo-img-bg:after{
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	border: 3px solid #02DE69;
	top: 30px;
	left: 30px;
	z-index: -1;
}
.promo-img-bg:after{
	border: 3px solid #000;
	top: 40px;
	left: 40px;
}
.promo-img img{
	position: absolute;
	top: 70px;
	left: 70px;
	z-index: 2;
}
.promo-cont{
	padding: 100px 100px 25px;
}
.promo-cont p{
	margin: 30px 0;
}
.promo-cont h4{
	color: #006CFF;
	font-size: 32px;
	font-weight: 400;
}

/* ================================
:: 09.0 Event Area CSS
================================ */
.event{
	background-color: #edf0f7;
}
.event-cont{
	padding: 0 40px 0;
}
.event-cont p{
	margin: 20px 0;
}
/*event details*/
.event-detl{
	margin-top: 30px;
	background: #fff;
	padding: 30px 30px 20px;
    box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.2);
	transition: all linear .3s;
	border-radius: 5px;
	overflow: hidden;
}
.event-detl:hover{
	background: #006CFF;
}
.event-detl h4{
	font-size: 20px;
	font-weight: 500;
}
.event-detl p{
	margin: 0 0 20px 0;
}
.event-detl h4, .event-detl p{
	transition: all linear .3s;
}
.event-detl ul li{
	float: left;
	font-size: 12px;
}
.event-detl ul .event-detl-loca{
	float: right;
}
.event-detl:hover h4, .event-detl:hover p, .event-detl:hover li{
	color: #fff;
}

/*event right image*/
.event-img-bg{
	position: relative;
	background: #006CFF;
	width: 300px;
	height: 365px;
	float: right;
	z-index: 2;
	margin-top: 100px;
}
.event-img-bg:before, .event-img-bg:after{
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	border: 3px solid #02DE69;
	top: 30px;
	right: 30px;
	z-index: 1;
}
.event-img-bg:after{
	border: 3px solid #000;
	top: 40px;
	right: 40px;
	z-index: 1;
}
.event-img img{
	position: absolute;
	top: 70px;
	right: 70px;
	z-index: 3;
}

/* ================================
:: 10.0 Home Blog Area CSS
================================ */

.blog-title {
	position: relative;
	width: 200px;
	height: 200px;
}
.blog-title:before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	border: 20px solid #02DE69;
	z-index: -1;
}
.blog-title-cont{
	position: absolute;
	left: 50px;
	top: 50px;
	background: #fff;
	width: 100%;
	padding: 30px 10px 10px;
	border: 10px solid #006CFF;
}
.blog-title-btn{
	margin-top: 30px;
	padding-bottom: 30px;
}
.blog-title-btn a{
	padding: 7px 20px;
	color: #006CFF;
	border: 1px solid #006CFF;
	border-radius: 25px;
	font-size: 13px;
	font-weight: 600;
}
.blog-title-btn a:hover{
	background: #006CFF;
	color: #fff;
}

/*blog thumb*/
.blog-cmn{
	transition: all linear .3s;
}
.blog-cont-cmn{
	position: relative;
	padding: 20px ;
	overflow: hidden;
	border: 1px solid #006CFF;
}
.blog-cont-cmn:before{
	position: absolute;
	content: "";
	left: 0;
	bottom: -95%;
	background: #006CFF;
	width: 100%;
	height: 100%;
	transition: all linear .5s;
	z-index: 1;
}
.blog-cont-cmn:hover:before{
	bottom: 0;
	z-index: -1;
}

.blog-cmn:hover .blog-cont-cmn:before{
	bottom: 0;
	z-index: -1;
}


.blog-cont-cmn span, .blog-cont-cmn h4, .blog-cont-cmn p{
	transition: all linear .5s;
}
.blog-cont-cmn span{
	border-bottom: 1px solid #006CFF;
	font-weight: 600;
	font-size: 11px;
}
.blog-cont-cmn:hover span{
	color: #fff;
}
.blog-cont-cmn{
	padding: 20PX;
}
.blog-cont-cmn h4{
	margin-top: 20px;
}
.blog-cmn:hover .blog-cont-cmn span, .blog-cmn:hover .blog-cont-cmn h4, .blog-cmn:hover .blog-cont-cmn p{
	color: #fff;
}
.blog-cmn-btn{
	margin: 20px 0;
}
.blog-cmn-btn a {
    font-size: 13px;
    padding: 7px 10px;
    border: 1px solid #006CFF;
    color: #006CFF;
    border-radius: 25px;
    font-weight: 600;
}
.blog-cmn:hover .blog-cmn-btn a{
	border: 1px solid #fff;
	color: #fff;
}
.blog-cmn-btn a:hover{
	background: #fff;
	color: #006CFF !important;
}
/* ================================
:: 11.0 Donate Area CSS
================================ */
.donate{
	background-color: #edf0f7;
}

.donate-btn{
	margin: 50px 0;
}
.donate-btn a{
	padding: 15px 30px;
	border: 3px solid #006CFF;
	color: #006CFF;
	font-weight: 600;
	border-radius: 30px;
	text-transform: uppercase;
}
.donate-btn a:hover{
	background: #006CFF;
	color: #fff;
}

.donate-img > img {
	margin: 0 auto;
	display: table;
}

/* ================================
:: 12.0 Footer style css
================================ */
    
.footer_area {
	background-attachment: fixed;
	background-image: url("img/footerbg.jpg");
	background-size: cover;
	color: #fff;
	position: relative;
	z-index: 9;
	border-top:5px solid #02DE69;
}
.footer-overlay{
	position: absolute;
	background: #006CFF;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: .9;
}

.title>h4,
.footer_contact_info .title>h4,
.footer_about_us .title>h4,
.important_links .title>h4 {
	color: #ffffff;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
}

.footer_contact_info .underline,
.footer_about_us .underline,
.important_links .underline {
	background-color: #3498db;
	height: 3px;
	margin-bottom: 15px;
	width: 100px;
}
.important_links .links {
	margin-top: 15px;
}

.important_links .links>p {
	margin-bottom: 7px;
}

.important_links .links a {
	color: #d9d9d9;
}

.important_links .links>p>i {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	padding-right: 15px;
}

.important_links .links a:hover,
.important_links .links>p:hover>i {
	color: #fff;
}

.footer_about_us>p {
	color: #d9d9d9;
	font-size: 16px;
}
/*newsletter*/
.newsletter input{
	background: transparent;
	border: none;
	border-bottom: 1px solid #ddd;
	color: #fff;
	font-size: 12px;
	width: 100%;
	margin: 20px 0 15px;
	padding: 10px 0;
	transition: all linear .3s;
}
.newsletter input:hover, .newsletter input:focus{
	background: rgba(255,255,255,.2);
	padding: 10px;
}
.newsletter ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.newsletter ::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.newsletter :-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.newsletter :-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
.newsletter button{
	background: #ddd;
	color: #0778BA;
	border: none;
	padding: 8px 20px;
	margin-top: 20px;
	font-size: 14px;
	cursor: pointer;
	border: 1px solid #ddd;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 25px;
	transition: all linear .3s;
}
.newsletter button:hover{
	border: 1px solid #ddd;
	color: #fff;
	background: transparent;
}
/*footer social*/
.footer-social ul li{
	display: inline-block;
	margin: 0 5px;
}
.footer-social ul li i{
	height: 40px;
	width: 40px;
	line-height: 40px;
	border: 1px solid #ddd;
	color: #ddd;
	text-align: center;
	transition: all linear .3s;
	font-size: 18px;
	border-radius: 50%;
}
.footer-social ul li i:hover{
	background: #ddd;
	color: #0778BA;
}
/*footer add*/
.footer-add ul li{
	display: inline-block;
	padding: 10px 5px;
}

/*footer bottom*/
.footer_bottom_area {
	background-color: #0F6591;
}

.footer_bottom {
	padding: 35px 0 25px;
}

.footer_bottom p {
	color: #fff;
	font-size: 14px;
	text-align: center;
}

.footer_bottom p>i,
.footer_bottom p>a:hover {
	color: #006CFF;
}

.footer_bottom p>a {
	color: #fff;
}

/* ================================
:: 13.0 pagination area css
================================ */		
.pagination {
	margin: 0 auto;
	text-align: center;
	display: block;
}
.pagination li {
	display: inline-block;
	line-height: 37px;
	text-align: center;
}
.pagination li a {
	border: 1px solid #e5e5e5;
	color: #a1a1a1;
	font-weight: 400;
	padding: 10px 15px;
}
.pagination li a:hover,
.pagination li a:focus {
	background-color: #006CFF;
	color: #fff;
	border: 1px solid transparent;
}

/* ================================
:: 14.0 Testimonial Area css
================================ */
.single-testimonial-item {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #ededed;
	border-radius: 5px;
	box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.08);
	margin: 100px 0 0;
	padding: 30px;
	position: relative;
	text-align: center;
}
.single-testimonial-item img {
    border: 5px solid #fff;
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.08);
    left: 50%;
    margin: -120px 0 0;
    position: absolute;
    transform: translateX(-50%);
}
.single-testimonial-item h3 {
	color: #5e5e5e;
	font-size: 19px;
	margin-bottom: 0;
	margin-top: 103px;
}
.single-testimonial-item p {
	color: #999;
	margin: 20px 0 0;
}

.testimonial-icon i {
	color: #ffc000;
	font-size: 18px;
	margin-right: 2px;
}

.testimonial-icon {
	margin-top: 20px;
}
.testimonial-icon  i:last-child{
	margin:0px;
}

/* ================================
:: 15.0 bredcumb area css
================================ */

.breadcumb_area {
	height: 170px;
	width: 100%;
	background-size: cover;
	background-position: center center;
	position: relative;
	z-index: 1;
}

.breadcumb_area:after {
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
	background-color: rgba(26, 43, 81, 0.85)
}

.breadcumb_section {
	position: relative;
	margin-top: 00px;
	width: 100%;
	height: 160px;
}

.page_title {
	display: inline-block;
	left: 0;
	margin-top: -24px;
	position: absolute;
	top: 50%;
	z-index: 99;
}

.page_pagination {
	right: 0;
}

.page_title>h3 {
	color: #fff;
	font-weight: 700;
	padding: 10px 30px 10px 0;
	text-transform: uppercase;
}

.page_pagination {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -10px;
}

.page_pagination ul>li {
	padding: 0 5px;
}

.page_pagination ul>li>a,
.page_pagination ul>li {
	text-transform: capitalize;
	color: #fff;
	display: inline-block;
}

.page_pagination ul>li>a:hover {
	color: #006CFF;
}

/* ========================
:: 16.0 404 page area css
======================== */
.not-found-text i{
	color: #5e5e5e;
	font-size: 80px;
}
.error_page .not-found-text h2 {
	color: #006CFF;
	font-size: 70px;
	font-weight: 700;
}

.error_page .not-found-text h3 {
	color: #2c3e50;
	font-size: 30px;
	font-weight: 700;
}

.not-found-text>a {
	background-color: #2c3e50;
	border: medium none;
	border-radius: 0;
	color: #fff;
	display: inline-block;
	margin-top: 15px;
	padding: 15px 30px;
}

.not-found-text>a:hover,
.not-found-text>a:focus {
	background-color: #006CFF;
	color: #fff;
}
	
/* ==========================================
:: 17.0 Contact page area css
=========================================== */
.message_now_area {
        padding: 95px 0 100px;
}
.contact-area {
	background: #f7f7f7 none repeat scroll 0 0;
	padding: 57px 0;
}
.single-input > input {
	border: 1px solid #ddd;
	border-radius: 5px;
	color: #1b222a;
	height: 38px;
	line-height: 38px;
	margin-bottom: 15px;
	margin-right: 15px;
	padding: 0 15px;
	text-transform: capitalize;
	width: 100%;
}
.single-input.input-pd input {
	margin-right: 15px;
}
.contact-message textarea {
	border: 1px solid #ddd;
	height: 178px;
	padding: 13px 14px;
	resize: none;
	width: 100%;
	border-radius: 5px;
}

.send-button {
    margin-top: 20px;
    text-align: right;
}

.send-button > button{
	background: #2591fd none repeat scroll 0 0;
	border: 0 none;
	border-radius: 100px;
	box-shadow: 0 5px 4px 0 rgba(0, 0, 0, 0.1);
	color: #fff;
	display: inline-block;
	font-size: 14px;
	outline: medium none;
	overflow: hidden;
	padding: 10px 40px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
	z-index: 1;
	cursor:pointer;
}

.send-button > button:hover{
	background: #0a83fd none repeat scroll 0 0;
	color: #fff;
	transition: 0.3s;
}	

.form-messege.error {
	color: red;
	font-style: italic;
	text-transform: capitalize;
}
.form-messege.success {
	color: #6bc513;
	font-style: italic;
	text-transform: uppercase;
}	

/* ================================
:: 18.0 Cool facts area css
================================ */

.cool_facts_area {
	background-image: url(img/factbg.jpg);
	background-size: cover;
	position: relative;
	z-index: 1;
	background-attachment: fixed;
}
.col_facts_overlay {
	position: absolute;
	background: #006CFF;
	content: "";
	height: 100%;
	left: 0;	top: 0;
	width: 100%;
	opacity: .8;
}
.cool_fact_text {
	color: #fff;
	margin-bottom: 30px;
	position: relative;
	text-align: center;
	z-index: 1;
}
.cool_facts_area .col-12:last-child .cool_fact_text:after {
	border-right: none;
}

.cool_fact_text i {
	font-size: 60px;
	line-height: 60px;
}
.cool_fact_text h3{
    margin: 15px 0;
}
.cool_fact_text>h5 {
	text-transform: uppercase;
	font-size: 16px;
}
    
.cool_facts_area.area1 .cool_fact_text span {
	font-size: 35px;
	margin-bottom: 15px;
}

.cool_facts_area.area1 {
	padding-bottom: 20px;
}

.cool_facts_area.area1 .cool_fact_text {
	padding-bottom: 30px;
}

.cool_facts_area.area1 .cool_fact_text:after {
	border-right: 0 dashed transparent;
}

.cool_facts_area.area1 .cool_fact_text>h5 {
	margin: 0;
}

/* =========================
:: 19.0 Blog page area css
========================= */
.main-blog-news-area{
	box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.08);
	margin-bottom: 50px;
	transition: all linear .3s;
	border-radius: 5px;
	border:1px solid #ebebeb;
}
.main-blog-news-area:hover{
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.3);
}

.main-blog-cmn{
	float: left;
	width: 50%;
}
.main-blog-cont{
	padding: 20px;
	position: relative;
}
.main-blog-cont span{
	color: #006CFF;
	display: block;
	margin-bottom: 10px;
}
.main-blog-cont a h4{
    transition: all linear .3s;
}
.main-blog-cont a h4:hover{
    color: #02DE69;
}
.main-blog-cont ul{
	position: absolute;
	bottom: -57px;
}
.main-blog-cont ul li{
	display: inline-block;
}
.main-blog-cont ul li i{
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	background: #006CFF;
	border-radius: 50%;
	color: #fff;
	font-size: 14px;
}
.main-blog-btn{
	position: absolute;
	right: 20px;
	bottom: -35px;
}
.main-blog-btn a{
	background: #006CFF;
	border-radius: 50px;
	padding: 7px 15px;
	color: #fff;
	font-size: 13px;
}
.main-blog-cont ul li i:hover, .main-blog-btn a:hover{
    background-color: #02DE69;
}
.main-blog-thumb{
	height: 250px;
}
.main-blog-thumb img{
	height: 100%;
	width: 100%;
}

/* ===========================
:: 20.0 Blog Sidebar Area CSS
============================== */
.sidebar {
	background-color: #f6f6f6;
	padding: 15px;
}
.sidebar-widget{
	border: 1px solid #ddd;
	margin-bottom: 30px;
	padding: 10px;
}

.sidebar .widget-title {
	background: #006CFF none repeat scroll 0 0;
	font-size: 16px;
	margin-bottom: 0;
	padding: 15px;
}
.event_location,
.latest_post,
.catagory_section,
.achive_section {
	margin-bottom: 30px;
}

.event_location .map_area {
	height: 350px;
	width: 100%;
}

.search_post>h3,
.event_location>h3,
.latest_post>h3,
.catagory_section>h3,
.tag_section>h3,
.achive_section>h3 {
	color: #fff;
}

.search-box {
	margin-top: 10px;
	position: relative;
}
.search-box > button {
	background: #006CFF none repeat scroll 0 0;
	border: medium none;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	height: 40px;
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
}
.achive_section ul{
	margin-top: 10px;
}
.achive_section ul li>a,
.catagory_section ul li>a {
	color:#444;
	display: block;
	padding: 5px 0 5px 10px;
}

.achive_section ul li>a:hover,
.catagory_section ul li>a:hover {
	color: #02DE69;
}

.achive_section ul li>a>i,
.catagory_section ul li>a>i {
	padding-right: 10px;
}

.catagory_section ul{
	margin-top: 10px;
}

.latest_post .single_latest_post {
	border-bottom: 1px dashed #dadada;
	padding-bottom: 30px;
	padding-left: 100px;
	padding-top: 30px;
	position: relative;
	z-index: 1;
}

.latest_post .single_latest_post>a>h5 {
	color: #444;
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	transition-duration: 500ms;
}

.latest_post .single_latest_post>a>h5:hover {
	color: #02DE69;
}

.latest_post .single_latest_post>p {
	margin: 0;
	color: #6f6f6f;
}

.latest_post .single_latest_post>img {
	left: 0;
	position: absolute;
	top: 30px;
	width: 90px;
	height: auto;
	z-index: 9;
}

.tag_section ul{
	margin-top: 10px;
}
.tag_section ul>li {
	display: inline-block;
	margin: 2px;
}

.tag_section ul>li>a {
	background-color: #2c3e50;
	display: inline-block;
	padding: 5px 10px;
	width: auto;
	color: #fff;
}

.tag_section ul>li>a:hover {
	background-color: #02DE69;
}

.search_post>form input {
	border: 1px solid #dadada;
	height: 40px;
	margin-bottom: 10px;
	padding: 5px 15px;
	transition-duration: 500ms;
	width: 100%;
}

.search_post>form input:focus {
	box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.1);
}

.search_post h3 span,
.event_speakers h3 span,
.gallery_area.event_details h3 span,
.latest_post h3 span,
.catagory_section h3 span,
.tag_section h3 span {
	color: #006CFF;
}

.latest_blog_news_area.blog.sidebar .pagination {
	padding-top: 50px;
}
	
/* ================================
:: 21.0 Single blog area css
================================ */

.blog-img {
	border: 1px solid #f6f6f6;
	padding: 5px;
}

.singl-blog-post-area {
	padding: 93px 0 0;
}

.singl-blog-top-bg-area p {
	color: #3498db;
	padding: 40px 0;
	font-weight: 500;
	font-size: 18px;
}

.singl-blog-top-bg-area p a {
	color: #3498db;
}

.singl-blog-title h3 {
	color: #5e5e5e;
	font-weight: 700;
	padding-bottom: 10px;
	padding-top: 35px;
}

.singl-blog-status-bar {
	background: #f4f4f4 none repeat scroll 0 0;
	margin-bottom: 20px;
	position: relative;
}

.singl-blog-status-bar span {
	display: inline-block;
	font-size: 16px;
	padding: 10px 5px;
}

.singl-blog-status-bar span i {
	margin-right: 10px;
	color: #006CFF;
	font-size: 18px;
}

.singl-blog-status-bar span>a {
	color: #666;
}

.singl-blog-details p {
	margin: 0;
	padding-bottom: 30px;
}

.singl-blog-details blockquote p {
	padding-bottom: 0;
}

.singl-blog-details blockquote {
	background: #f4f4f4 none repeat scroll 0 0;
	border-left: 10px solid #006CFF;
	margin-bottom: 30px;
	padding: 15px;
}

.share-links {
	padding: 15px 0;
}

.tag-share {
	overflow: hidden;
}

.blog-tag span {
	color: #666;
	font-size: 14px;
	padding: 0 10px;
}

.blog-tag button {
	background: #3498db;
	border: medium none transparent;
	border-radius: 30px;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	margin: 0 4px;
	padding: 0 20px;
}

.tag-share {
	border-bottom: 1px solid #e4e4e4;
	border-top: 1px solid #e4e4e4;
	padding: 5px 0;
}

.blog-tag {
	padding: 9px 0;
}

.blog-share button {
	margin: 0 5px;
}

.blog-share button.like {
	background: transparent none repeat scroll 0 0;
	border: 1px solid #ccc;
	border-radius: 25px;
	color: #6f6f6f;
	font-size: 10px;
	padding: 10px 0;
}

.blog-share button.like i {
	color: #3498db;
	font-size: 14px;
	margin: 0 20px;
}

.blog-share button.like span {
	background: #999 none repeat scroll 0 0;
	font-size: 10px;
	margin: 0 20px;
}

.blog-share button.share {
	background: #225b99 none repeat scroll 0 0;
	border: medium none transparent;
	border-radius: 30px;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	padding: 10px 30px;
}

.blog-share button.tweet {
	background: #00adf2 none repeat scroll 0 0;
	border: medium none transparent;
	border-radius: 30px;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	padding: 10px 30px;
}

.blog-share button.share i,
.blog-share button.tweet i {
	font-size: 14px;
	padding: 0 20px 0 0;
}
/* About Author */

#about-author {
	padding-top: 62px;
}

.about-author-title h4 {
	font-size: 18px;
	color: #2c3e50;
	font-weight: 500;
	margin-bottom: 35px;
}

#about-author .media-body .media-heading {
	color: #333333;
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 13px;
	line-height: 15px;
}

#about-author .media-body span {
	color: #a1b1bc;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 13px;
	display: block;
	line-height: 12px;
}

#about-author .media-body {
	padding-top: 10px;
}

#about-author .media-body p {
	color: #999999;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	margin: 0;
}

#about-author .media-left,
.media>.pull-left {
	padding-right: 30px;
}
/* Comments */

#comments {
	padding-top: 70px;
}

.comments-title h4 {
	font-size: 18px;
	color: #2c3e50;
	font-weight: 500;
	margin-bottom: 40px;
}

.comments-title h4 img {
	margin-right: 14px;
	max-width: 28px;
}

.comments-title {
	display: inline-block;
}

.leave-a-comment {
	float: right;
}

.leave-a-comment span {
	font-size: 14px;
	font-weight: 600;
	color: #999999;
}

.leave-a-comment i {
	color: #a1b1bc;
	font-size: 14.4px;
	width: 29px;
	height: 29px;
	line-height: 29px;
	text-align: center;
	border: 1px solid #999999;
	border-radius: 6px;
	margin-right: 10px;
	vertical-align: middle;
}

.single-comment-box {
	padding: 20px 14px 20px 20px;
	border-radius: 6px;
	border: 1px solid #e5e5e5;
	margin-bottom: 25px;
	position: relative;
}

.single-comment-box:before {
	position: absolute;
	width: 25px;
	height: 1px;
	left: -9.5%;
	top: 50%;
	content: "";
	background-color: #eeeeee;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

#comments .media-object {
	max-width: 72px;
}

#comments .media-body .media-heading {
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 8px;
	line-height: 15px;
}

#comments .media-body .media-heading a {
	color: #333333;
}

#comments .media-body {
	padding-top: 13px;
}

#comments .media-body span {
	color: #a1b1bc;
	display: inline-block;
	font-size: 14px;
	line-height: 12px;
}

#comments .media-body p {
	color: #999999;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	margin: 0;
	display: inline-block;
}

#comments .media-left {
	padding-right: 25px;
}

.media-body p {
	margin: 0;
}

.media-body a.reply {
	color: #999999;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	display: inline-block;
	border: 1px solid #cccccc;
	border-radius: 50px;
	padding: 0 18px;
	float: right;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.media-body a.reply:hover {
	background-color: #3498db;
	color: #fff;
	border: 1px solid #3498db;
}

.media-bottom {
	margin-top: 17px;
}

.media-bottom p {
	color: #999999;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	margin: 0;
	text-align: justify;
}

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

.no-margin-bottom {
	margin-bottom: 0;
}

#comment-form {
	padding-top: 85px;
	padding-bottom: 75px;
}

.submit-btn>a {
	padding: 10px 37px;
}

.submit-btn>a:hover {
	background-color: #3498db;
	color: #fff;
}

.border-bottom-1 {
	margin-top: 70px;
	border-bottom: 1px solid #ececec;
}

.contact-form-title h4 {
	color: #2c3e50;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 15px;
	line-height: 18px;
	margin-bottom: 35px;
}

#comment-form .form-control {
	height: 50px;
	border: 1px solid #e5e5e5;
	border-radius: 0;
	background-image: none;
	box-shadow: none;
}

#comment-form .form-control:focus {
	box-shadow: none;
}

#comment-form .form-group {
	position: relative;
}

#comment-form .form-group input#submit {
	background: #2591fd none repeat scroll 0 0;
	border: medium none;
	border-radius: 100px;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-weight: 600;
	margin: 0 auto;
	padding: 10px 20px;
	text-transform: uppercase;
	transition: all 500ms ease 0s;
	width: auto;
}

#comment-form input#submit:hover {
	background-color: #02DE69;
	color: #fff;
}

#comment-form .form-group {
	margin-bottom: 23px;
}

#comment-form::-webkit-input-placeholder {
	color: #999999;
	font-size: 15px;
	font-weight: 400;
}

#comment-form::-moz-placeholder {
	color: #999999;
	font-size: 15px;
	font-weight: 400;
}

#comment-form:-ms-input-placeholder {
	color: #999999;
	font-size: 15px;
	font-weight: 400;
}

#comment-form:-moz-placeholder {
	color: #999999;
	font-size: 15px;
	font-weight: 400;
}

.blog_comment_form #message {
	height: 238px;
	border-radius: 0;
	padding: 20px 0 0 12px;
}

.singl-blog-post figure {
	margin: 0;
}

.blog-details {
	text-align: left;
}

.singl-blog-status-bar>span:nth-child(4) {
	float: right;
}

.social-links {
	display: inline-block;
	padding-left: 14px;
	margin: 0;
}

.social-links li {
	display: inline-block;
	list-style: none;
}

.social-links li a {
	display: block;
}

.social-links li a i {
	color: #fff;
	height: 22px;
	width: 22px;
	text-align: center;
	line-height: 22px;
}

.social-links li>a>i {
	background: #3498db;
}

.social-links li>a>i:hover {
	background: #006CFF;
}

.tag-share {
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
}

.tags .tags-title,
.share-promt {
	font-weight: 500;
	color: #404040;
	margin-right: 3px;
	font-size: 16px;
	line-height: 16px;
}

.tags {
	float: right;
	padding: 15px 0;
}

.tags span a {
	color: #6f6f6f;
	margin-right: 3px;
	text-transform: lowercase;
}

/*about author*/

.about-author {
	padding-top: 60px;
}

.author-title,
.comment-title {
	padding-bottom: 35px;
}

.author-info {
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	padding: 13px;
}

.comments-wrapper {
	border-bottom: 1px solid #ededed;
	border-top: 1px solid #ededed;
	padding: 20px 0 20px 20px;
}

.author-img,
.comment-img {
	max-width: 120px;
	max-height: 120px;
	float: left;
	margin-right: 30px;
}

.author-content,
.single-comment {
	float: left;
	width: calc(100% - 150px);
}

.author-name h5,
.commenter h5 {
	color: #444;
	font-size: 16px;
	font-weight: 500;
}

.commenter>a {
	color: #006CFF;
}

.comment ul {
	padding: 0;
	margin: 0;
}

.comment ul li {
	list-style: none;
	margin-bottom: 28px;
}

.comment ul li:last-child {
	margin-bottom: 0;
}

.commenter {
	float: left;
}

.replay {
	background: transparent none repeat scroll 0 0;
	border: 1px solid #ededed;
	border-radius: 0;
	color: #6f6f6f;
	float: right;
	font-size: 11px;
	height: 30px;
	line-height: 28px;
	margin-right: 30px;
	padding: 0 24px;
	text-transform: uppercase;
}

.replay:hover {
	background: #02DE69;
	color: #fff;
}

.author-content>p,
.single-comment>p {
	clear: both;
	line-height: 26px;
	margin: 0;
}

.author-designation,
.comment-time {
	color: #9e9e9e;
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
}

.comment {
	padding-top: 60px;
}

.author-name>a {
	display: inline-block;
}	