@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900');

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{
	padding:0;
	margin:0;
	border:0;
	font-size:100%;
}
*{
	box-sizing:border-box;
}
body{
	background:#fff;
	color:#727272;
	font-size:18px;
	line-height:34px;
	font-weight:normal;
	font-family:'Lato', sans-serif;
}
img{
	padding:0;
	margin:0;
	border:none;
}
a[href^=tel]{
    color:inherit;
    text-decoration:none;
}
a:hover{
	color:#f1889f;
}
p{
	padding-bottom:20px;
}
.width1150{
	max-width:100%;
	padding-left:50px;
	padding-right:50px;
}
/*======top bar=======*/
.container{
	max-width:1500px;
	position:relative;
	margin:0 auto;
}
.site-branding{
	margin:0;
}
.site-header{
	padding:0;
}
.site-content{
	padding:0 50px;
}
.top_bar{
	width:100%;
	background:#f1889f;
	padding:10px 50px;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	flex-wrap:wrap;
}
.top_bar .social_links, .top_bar .contact_no{
	flex-basis:50%;
}
.top_bar .contact_no p{
	padding:0;
	color:#fff;
	text-align:right;
}
.top_bar .contact_no a:hover{
	color: #fff;
}
.top_bar .contact_no p span{
	font-weight:700;
}
.top_bar .social_icon{
	width:30px;
	height:30px;
	line-height:30px;
	border-radius:4px;
	background:#39549f;
	display:inline-block;
	margin-right:2px;
	color:#fff;
	text-align:center;
}
.gplus_icon{
	background:#ea2e2a !important;
}
.tw_icon{
	background:#00aeef !important;
}
.linkd_icon{
	background:#0486b9 !important;
}
.youtu_icon{
	background:#e80000 !important;
}
/*======top bar=======*/
/*======head group=======*/
.head_group{
	width:100%;
	padding:15px 0;
	text-align:center;
	position:relative;
}
.head_group .head_logo img{
	margin:-60px auto 0;
	max-width:100%;
}
.menu_bar{
	margin-top:15px;
}
.menu_bar ul{
	text-align:center;
}
.main-navigation .primary-menu > li{
	display:inline-block;
	float:none;
}
.menu_bar ul li{
	display:inline-block;
	padding:0 42px;
	border-right:1px solid #b6b6b6 !important;
	font-size:17px;
	line-height:22px;
	text-transform:uppercase;
}
.menu_bar ul li:last-child{
	border:0 !important;
	padding-right:0;
}
.menu_bar ul li:first-child{
	padding-left:0;
}
.menu_bar ul li a{
	color:#9b9b9b;
}
.menu_bar ul li a:hover, .menu_bar ul li.current-menu-item a{
	color:#f1889f;
	text-decoration:none;
}
/*======head group=======*/
/*=======footer=======*/
.footer{
	background:#636363;
	color:#fff;
	padding:60px 0 0 0;
}
.footer ul{
	list-style-type:none;
}
.footer_top_section{
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	flex-wrap:wrap;
	padding-bottom:60px;
}
.footer_top_section h4{
	font-size:23px;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:2px;
	margin-bottom:25px;
}
.footer_top_section .footer_left_side{
	width:70%;
}
.footer_top_section .footer_right_side{
	width:30%;
	padding:40px 0 0 100px;
}
.footer_top_section .footer_right_side img{
	display:block;
	max-width:250px;
}
.footer_left_side .newsletter{
	margin-bottom:60px;
	position:relative;
}
.footer_left_side .newsletter .success_msg{
	position:absolute;
	width:81%;
	bottom:-50px;
	display:none;
}
.footer_left_side .newsletter .form-group{
	float:left;
	width:33.33%;
	padding:0 15px 0 0;
}
.footer_left_side .newsletter .form-group:last-child{
	padding-right:0;
}
.footer_left_side .newsletter .singup_btn{
	background:#f1889f;
	color:#fff;
	text-transform:uppercase;
	border:0;
	border-radius:3px;
	width:100%;
	padding:10px 0;
	height:42px;
	max-width:150px;
	font-size:20px;
	font-weight:300;
	font-family: 'Lato', sans-serif;
	cursor:pointer;
}
.footer_left_side .newsletter .singup_btn:hover{
	background:#f05576;
}
.footer_left_side .footer_links ul{
	width:33.33%;
	float:left;
}
.footer_left_side .footer_links ul li{
	margin-bottom:5px;
}
.footer_left_side .footer_links ul li a{
	color:#fff;
	font-weight:300;
	font-family:'Lato', sans-serif;
}
.footer_left_side .footer_links ul li a:hover{
	color:#f1889f;
	text-decoration:none;
}
.footer .ft_social{
	padding:60px 0 0;
}
.footer .ft_social .ft_social_bg{
	width:50px;
	height:50px;
	border-radius:10px;
	background:#3d5599;
	color:#fff;
	display:block;
	float:left;
	margin:0 10px 10px 0;
	font-size:30px;
	line-height:50px;
	text-align:center;
}
.footer .ft_social .ft_social_bg:last-child{
	margin-right:0;
}
.footer .copy_text{
	text-align:center;
	font-size:13px;
	line-height:22px;
	padding:0 0 15px;
}
.footer .copy_text p {
	padding: 0;
}
.form-group{
	position:relative;
}
.form-control{
	display:block;
	width:100%;
	padding:10px;
	height:42px;
	font-size:15px;
	color:#495057;
	background-color:#fff;
	background-clip:padding-box;
	border:1px solid #ccc;
	border-radius:3px;
	transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-group .required_msg, .required_msg{
	position:absolute;
	top:11px;
	right:30px;
	font-size:12px;
	line-height:21px;
	color:#fff;
	background:#F00;
	border-radius:3px;
	padding:0 5px;
}
.clearfix::after{
	display:block;
	clear:both;
	content:"";
}
.mandatory{
    border-right:3px solid #ff0000 !important;
}
/*=======footer=======*/
.bunnypresslite_bc{font-size:16px;}
.post-thumbnail{
	margin-bottom: 25px;
}

.entry-title{
	font-size:27px;
	color:#f1889f;
}
.entry-title a{
	color:#f1889f;
}
.widget{
	background:#f0f0f0;
	padding:20px;
	border-color:#f1889f;
}
.widget .widget-title{
	color:#f1889f;
	font-size:20px;
}
.widget ul{
	padding-left:20px;
}
.widget ul li{
	margin-bottom:10px;
	line-height:25px;
}
.widget ul li a, .textwidget a{
	color:#333;
}
.widget ul li a:hover, .textwidget a:hover{
	color:#f1889f;
}
.site-main > article .entry-footer{
	padding:20px;
	background:#f6f6f6;
}
.post-edit-link{
	color:#f1889f !important;
}

.entry-content ul li{
	margin-bottom:20px;
	margin-left: 15px;
}

.show_author_link{
	border-top:1px solid #ddd;
	padding:10px 0 0 32px;
	font-size:20px;
	text-transform:capitalize;
	position:relative;
}
.show_author_link a{
	color:#ff6766;
}
.show_author_link a:hover{
	text-decoration:underline;
}
.show_author_link .metaauthor:before{
	font-size:26px;
	line-height:30px;
	position:absolute;
	left:0;
	top:7px;
}


/*====responsive style====*/
@media(max-width:1500px){
.container{
	width:100%;
	padding-left:50px;
	padding-right:50px;
}
.menu_bar ul li{
	padding:0 28px;
}
}

@media(max-width:1300px){
.menu_bar ul li{
	padding:0 20px;
}
}

@media(max-width:1199px){
.footer_top_section .footer_left_side{
	width:100%;
}
.footer_top_section .footer_right_side{
	width:100%;
	padding:40px 0 0 0;
	display:flex;
	align-items:start;
}
.footer .ft_social{
	padding:0 0 0 60px;
}
.menu_bar ul li{
	font-size:16px;
	padding:0 10px;
}
}
@media(max-width:991px){
.site-content{
	padding:0 30px;
}
.container{
	padding-left:30px;
	padding-right:30px;
}
.head_group .head_logo img{
    max-width:30%;
	margin: 0 auto;
}
.menu_bar ul li{
	padding:0 8px;
}
}
/*============menu==========*/
.menubtn{
	color:#fff;
	border-radius:3px;
	line-height:0;
	background:#f1889f;
	display:none;
	position:absolute;
	right:30px;
	top:50px;
	height:40px;
	width:45px;
}
.menubtn svg{
	position:relative;
	top:-11px;
	left:-5px;
}
.menubtn:hover{
	color:#fff;
}
.overlay{
	position:fixed;
	z-index:99;
	background-color:rgba(0,0,0,0.3);
	bottom:0;
	right:0;
	left:0;
}
.openmenu .overlay{
	top: 0;
}
#hamburgermenu{
	text-align: left;
	display:none;
	height:100%;
	width:0;
	background:#fff;
	position:fixed;
	top:0;
	right:0;
	z-index:999;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-box-shadow:3px 0 7px rgba(0,0,0,0.55);
	-moz-box-shadow:3px 0 7px rgba(0,0,0,0.55);
	box-shadow:3px 0 7px rgba(0,0,0,0.55);
}
#hamburgermenu ul{
	z-index:101;
	overflow-y:auto;
	overflow-x:hidden;
}
#hamburgermenu ul li{
	display:block;
	border-top:1px solid #eee;
}
#hamburgermenu ul li a{
	color:#3a3a3a;
	display:block;
	font-size:18px;
	min-width:130px;
	padding:15px 20px;
	text-align:left;
	text-decoration:none;
	border:0;
}
#hamburgermenu li a:hover{
	color:#fff;
	background:#f1889f;
}
.close_btn{
	display: inline-block;
	margin:15px 0 0 15px;
}
/*============menu==========*/
@media(max-width:1399.98px){
.footer_top_section .footer_right_side{padding:40px 0 0 30px;}

}

@media(max-width:1199.98px){
.footer_top_section .footer_right_side{padding:40px 0 0 0;}

}


@media(max-width:991px){
.mobile_logout{
	display:block;
}
.menu_bar{
	display:none;
}
.head_group .head_logo img{
	margin:0 auto;
}
.menubtn{
	display:block;
}
#hamburgermenu{
	display:block;
}

}

@media(max-width:910px){
.site-content{
	padding:0;
}
.main-navigation .primary-menu > li{
	display:block;
}
.menu_bar ul li{
	border-right:0 !important;
	border-bottom:1px solid #ddd !important;
}
}
@media(max-width:767px){
.top_bar .social_links{
	flex-basis:30%;
}
.top_bar .contact_no{
	flex-basis:70%;
}
.footer_left_side .footer_links ul{
	width:100%;
	column-count:2;
}
.footer_top_section .footer_right_side{
	display:block;
}
.footer .ft_social{
	padding:40px 0 0 0;
}
.footer_left_side .newsletter .form-group{
	width:100%;
	padding:0;
}
.footer_left_side .newsletter .singup_btn{
	max-width:100%;
}
.form-group {
	margin-bottom: 15px;
}
.widget_recent_entries ul li a, .bunnypresslite_imgpostlist ul li a, .widget_archive ul li a, .widget_categories ul li a, .widget_meta ul li a, ul#recentcomments li {
	padding:16px 18px 16px 0;
}
.older{padding-bottom:30px;}
.newer{padding-top:30px;}

}

@media(max-width:575px){
.footer_left_side .footer_links ul{
	column-count:1;
}
.head_group .head_logo img{
    max-width:42%;
}
.top_bar{
	padding:10px 30px;
}
.top_bar .social_links{
	display:none;
}
.top_bar .contact_no{
	flex-basis:100%;
}
.top_bar .contact_no p{
	text-align:center;
}
.loopbox_cover {
	width: 100%;
}
.loopcon p{color:#333 !important;}

}
/*====responsive style====*/