.kc_row .kc_col-sm-12{
 padding-left:0px !important;
 padding-right:0px !important; 
}
.admin-bar .mainmenu-area.stricky-fixed{
	top:32px;
}
.kc_column>.kc-col-container{
	display:block;
}
.kc-row-container.kc-container{
	max-width:1200px;
	width:100%;
}
.page-title{
	background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.page-title .title-manu{
	position:relative;
}
.page-title .title-manu li{
	position:relative;
}
.page-title .title-manu li a{
	position:relative;
	padding-right:15px
}
.page-title .title-manu li a:before{
	content:"\f105";
	position:absolute;
	right:-2px;
	top:-2px;
	font-size:18px;
	color:#fff;
	font-family:'FontAwesome';
}
.pagination li a, .pagination li span{
	background: #fff none repeat scroll 0 0;
    border: 1px solid #ebf8ff;
    color: #f02853;
    display: block;
    font-size: 18px;
    font-weight: 400;
    height: 50px;
	text-align:center;
    padding: 13px 0;
    transition: all 500ms ease 0s;
    width: 50px;
    font-family: 'Montserrat', sans-serif;
    border-radius: 0px;
}
.pagination li a:focus, .pagination li a:hover, .pagination li span:focus, .pagination li span:hover, .pagination li span.current{
	background: #f02853;
    color: #fff;
    border: 1px solid #f02853;
}
.outer-search-box .seach-toggle.active .fa-search:before{
	content:'\f00d';
}
.default-form{
	margin-bottom:30px;
}
.default-form h4 small a{
  position: relative;
  font-size: 18px;
  font-weight: 700;
  color: #222222;
}
.kathleen .kathleen{
	margin-left:70px;
}
/*** 
=============================================
    Not found area style
=============================================
***/
.not-found-area {
    background: #ffffff none repeat scroll 0 0;
    padding-bottom: 90px;
    padding-top: 50px;
}
.not-found-content h1 {
    color: #1c1c1c;
    font-size: 150px;
    font-weight: 700;
    margin: 0 0 16px;
}
.not-found-content h3 {
  color: #1c1c1c;
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 15px;
  text-transform: uppercase;
}
.not-found-content p {
    color: #f5365e;
    font-size: 18px;
    margin: 0 0 30px;
}

.not-found-content .search-form {
  max-width: 432px;
  position: relative;
  margin: 0 auto;
  width:100%;
}
.not-found-content .search-form input[type="text"] {
  background: #fff;
  border: 1px solid #e5e5e5;
  color: #848484;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  height: 50px;
  letter-spacing: 1px;
  padding-left: 20px;
  padding-right: 60px;
  position: relative;
  -webkit-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
  max-width: 432px;
  width:100%;
}
.not-found-content .search-form button {
  background: none;
  border-left:none;
  color: #848484;
  display: inline-block;
  height: 48px;
  line-height:48px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  -webkit-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
  width: 50px;
}
.not-found-content .search-form button i {
    font-size: 14px
}
.not-found-content .search-form input[type="text"]:focus {
  border-color: #f5365e;
  background: #fff;
  color: #222;
} 
.not-found-content .search-form button:hover {
  color: #f5365e;
}
/*-----------------------wishlist-----------------------*/
.ajax-loading {
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
	z-index:9999;
}
.ajax-loading:before  {
    background: url("../images/ajax-loader.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: "";
    display: block;
    height: 32px;
    left: 50%;
    margin: -5.5px 0 0 -8px;
    position: absolute;
    top: 50%;
    width: 32px;
}
body > .ajax-loading {
    position: fixed;
}
#pop {
    border: 5px solid rgba(0, 0, 0, 0);
    border-radius: 2px;
    box-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.15);
    left: 50%;
    margin-left: -250px;
    margin-top: -100px;
    position: fixed;
    top: 50%;
    width: 500px;
}
.pop {
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    padding: 15px 20px;
	z-index:999;
}
/******************* Blog Widget Style ************************/
.widget{
	position:relative;
	margin-bottom:50px;
}
.widget ul{
	position:relative;	
}
.widget ul li{
	position:relative;
	padding-bottom:12px;
	margin-bottom:12px;
	border-bottom:1px solid #eaeaea;
	padding-left:15px;
}
.widget ul li:before{
	content:'\f105';
	font-family:'FontAwesome';
	color:#f5365e;
	position:absolute;
	left:0px;
	top:0px;
}
.widget ul li:last-child{
	margin-bottom:0px;
	padding-bottom:0px;
	border-bottom:none;
}
.widget ul li a{
	position:relative;
	font-size: 15px;
    color: #555;
    font-weight: 400;
    display: inline-block;
    line-height: 26px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;	
}
.widget ul li a:hover{
	color:#f5365e;
}
.widget .tagcloud a{
	position:relative;
	font-size: 14px !important;
    color: #848484;
    font-weight: 400;
    display: inline-block;
    line-height: 26px !important;
    margin: 5px 0px;
    padding: 6px 12px !important;
    margin-right: 5px;
    border: 1px solid #e5e5e5;
    text-transform: capitalize;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.widget .tagcloud a:hover{
	color: #ffffff;
    background: #f5365e;
    border-color: #f5365e;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

/*--------------------------theme check----------------------------------*/
	#wp-calendar {
		width: 100%;
	}
	#wp-calendar caption {
		text-align: right; 
		color: #333; 
		font-size: 14px; 
		margin-top: 10px;
		margin-bottom: 15px;
	}
	#wp-calendar thead { 
		font-size: 14px;
	}
	#wp-calendar thead th { 
		padding: 8px;
		border:1px solid #eaeaea;
		text-align:center;
	}
	#wp-calendar tbody { 
		color: #aaa; 
	}
	#wp-calendar tbody td { 
		background: #f5365e; 
		color:#fff;
		border: 1px solid #eaeaea; 
		text-align: center; 
		padding:8px;
	}
	#wp-calendar tbody td:hover { 
		background: #fff; 
		color:#f5365e;
	}
	#wp-calendar tbody .pad { 
		background: none; 
	}
	#wp-calendar tfoot #next { 
		font-size: 14px; 
		text-transform: uppercase; 
		text-align: right;
	}
	#wp-calendar tfoot #prev { 
		font-size: 14px; 
		text-transform: uppercase; 
		padding-top: 10px; 
	}
	
	.sticky .inner-box {background: #efefef; padding:10px; }
	.sticky .inner-box .them-unit-test {border: 3px solid #fff; padding:20px !important; }
	.sticky .post .post-content{ background-color:transparent; }
	.wp-caption {
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}
	.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	}
	.gallery-caption {
		font-size:15px;
		color:#777777;
		line-height:1.8em;
		font-weight:400;
		background:#ffffff;
		-webkit-font-smoothing: antialiased;
		-moz-font-smoothing: antialiased;
		font-family: 'Lato', sans-serif;	
	}
	.bypostauthor{
		font-size:15px;
		color:#777777;
		line-height:1.8em;
		font-weight:400;
		background:#ffffff;
		-webkit-font-smoothing: antialiased;
		-moz-font-smoothing: antialiased;
		font-family: 'Lato', sans-serif;		
	}
	.alignright{ 
		text-align:right;
	}
	.alignleft{ 
		text-align:left;
	}
	.aligncenter{ 
		text-align:center;
	}	
	.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
/*************************************Theme Unit Testing***********************/
.them-unit-test .sticky .item-holder .image-text{
	background:#fafafa;
}
.them-unit-test h1,.them-unit-test h2,.them-unit-test h3,.them-unit-test h4,.them-unit-test h5,.them-unit-test h6{
	font-family: 'Poppins', sans-serif;
	margin-bottom:15px;
	font-weight:500;
	color: #333333;
	line-height:1.2em;
}
.blog-details .left-side .image-text h1+h2+h3+h4,
.blog-details .left-side .image-text h1+h2+h3+h4+h5{
	padding-bottom:0px;
	padding-top:0px;
}
.them-unit-test h1{
	font-size:34px;
}
.them-unit-test h2{
	font-size:30px;
}
.them-unit-test h3{
	font-size:26px !important;
}
.them-unit-test h4,.them-unit-test .text h4{
	font-size:22px;
}
.them-unit-test h5{
	font-size:18px;
}
.them-unit-test h6{
	font-size:14px;
}
.them-unit-test table{
	margin-bottom:20px;
}
.them-unit-test table thead tr th{
	border: 1px solid #ddd;
    vertical-align: bottom;
	padding:8px;
}
.them-unit-test table tbody tr th{
	border: 1px solid #ddd;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;
}
.them-unit-test table tbody tr td{
	border: 1px solid #ddd;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;
}
.them-unit-test .image-text > ul,.them-unit-test ol,.them-unit-test .comment > ul,.them-unit-test ol,.them-unit-test > ul{
	padding-left:18px;
}
.them-unit-test .image-text > ul li ul,.them-unit-test .image-text > ul li ul li ul,
.them-unit-test .comment > ul li ul,.them-unit-test .comment > ul li ul li ul,
.them-unit-test > ul li ul,.them-unit-test > ul li ul li ul{
	padding-left:40px;
}
.them-unit-test .image-text > ul li,.them-unit-test .comment > ul li,
.them-unit-test > ul li{
	list-style-type:disc;
	display:list-item;
}
.them-unit-test .image-text > ul li ul li,.them-unit-test .comment > ul li ul li,
.them-unit-test > ul li ul li{
	list-style-type:circle;
}
.them-unit-test .image-text > ul li ul li ul li,.them-unit-test .comment > ul li ul li ul li,
.them-unit-test > ul li ul li ul li{
	list-style-type:square;
}
.them-unit-test ol li{
	list-style-type:decimal;
	display:list-item;
}
.them-unit-test ol li ol li{
	list-style-type:lower-alpha;
}
.them-unit-test ol li ol li ol li{
	list-style-type:upper-roman;
}
.them-unit-test p img,.them-unit-test figure img,.them-unit-test img{
	max-width:100%;
	display:block;
	height:auto;
}
figure{
	max-width:100%;
	display:block;
}
.paginate-links a,
.paginate-links > span {
    margin: 0 5px 7px 0;
    position: relative;
	border: 1px solid #f5365e;
    color: #f5365e;
    display: inline-block;
    font-size: 14px;
    font-weight: 800;
    line-height: 24px;
    min-width: 46px;
    padding: 10px 5px 6px;
    text-align: center;
    text-transform: capitalize;
    transition: all 500ms ease 0s;
}
.paginate-links a:hover,
.paginate-links > span{
	background: #f5365e none repeat scroll 0 0;
    border-color: #f5365e;
    color: #ffffff;
}
/****************Custom Widget*********************/

.widget select{
	width:100%;
	display:block;
	border:1px solid #ededed;
	padding:6px 6px;
	margin-top:15px;
}
.textwidget img {
    height: auto;
    max-width: 100%;
}
.widget ul{
	padding-bottom:0px;
}
.widget ul li ul{
	padding:0px;
	margin:0px;
}
.widget ul li ul li{
	border-bottom:none;
	margin-bottom:0px;
	padding-bottom:0px;
	margin-top:12px;
	padding-top:12px;
	border-top:1px solid #eaeaea;
}
.widget ul li ul li:before{
	top:12px;
}
.them-unit-test .share-box ul{
	padding-left:0px !important;
}
.them-unit-test .share-box ul li{
	list-style-type:none !important;
	display:inline-block !important;
}
.them-unit-test .share-box ul li img{
	display:inline-block !important;
}
.post-password-form input[type="password"]{
	border:1px solid #f5365e;
	padding:5px 10px;
	display:inline-block;
}
.post-password-form input[type="submit"]{
	background:#f5365e;
	color:#fff;
	padding:6px 15px; 
	display:inline-block;
	border:none;
	
}
.them-unit-test .review-box .fr-coment-item .fr-coment-item{
	margin-left:60px;
}
.them-unit-test .review-box .fr-coment-item .name h4{
	font-size:18px;
}
.them-unit-test .default-form .section-title h3{
	font-size:24px !important;
}
.them-unit-test .post-comments.comment-area{
	margin-top:40px;
}
.blog-section .them-unit-test > p{
	margin-bottom:15px;
}
/*********************Custom Footer widget Styling************************/
.footer-widget h3{
	margin-bottom:30px;
}
.footer-widget ul li a{
	padding:0px 0 10px;
}
.footer-widget ul li a,.footer-widget ul li,.footer-widget .textwidget p{
	color:#ffffff;
}
.footer-widget a{
	color:#fafafa;
}
.footer-widget select{
	width:100%;
	padding:6px;
	color:#222;
}
.footer-widget #wp-calendar caption{
	padding:0px;
	margin:0px 0 15px;
	font-size:14px;
	color:#ffffff;
}
.footer-widget #wp-calendar thead th{
	border:1px solid #fafafa;
	border-bottom:none;
	text-align:center;
	padding:0px;
	line-height:30px;
	color:#ffffff;
}
.footer-widget #wp-calendar tbody .pad{
	background:#fafafa;
}
.footer-widget .tagcloud a{
	color:#ffffff;
}
.blog-details .left-side .item.pingback{
	padding-left:0px;
}
.blog-details .left-side .item.pingback .image-box{
	display:none;
}
.no-comments{
	display:inline-block;
	background:#f5365e;
	padding:8px 15px;
	color:#ffffff;
	margin-top:20px;
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.them-unit-test .posts-nav{
	margin-top:50px;
}
.them-unit-test .posts-nav .l-list{
	position:relative;
	padding-left:80px;
}
.them-unit-test .posts-nav .r-list{
	position:relative;
	padding-right:80px;
}
.them-unit-test .posts-nav h4{
	margin-bottom:8px;
}
.them-unit-test .posts-nav a{
	font-size:15px;
	color:#333333;
}
.them-unit-test .posts-nav a span{
	position:absolute;
	left:0px;
	top:0px;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	color:#ffffff;
	font-size:14px;
	background:#333333;
}
.them-unit-test .posts-nav .r-list a span{
	left:auto;
	right:0px;
}
.them-unit-test .posts-nav a:hover{
	color:#f5365e;
}
.them-unit-test .posts-nav a:hover span{
	background:#f5365e;
}
.kathleen .default-form{
	margin:30px 0;
}
.kathleen .default-form h3{
	margin-bottom:0px;
}
.widget_rss ul li{
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px solid #eaeaea;
}
.thm-unit-test .posts-nav{
	margin-top:50px;
}
.thm-unit-test .posts-nav a{
	font-size:15px;
	color:#333333;
	text-decoration:none;
}
.thm-unit-test .posts-nav a span{
	display:inline-block;
	padding:15px;
	color:#ffffff;
	font-size:14px;
	background:#333333;
}
.thm-unit-test .posts-nav a:hover{
	color:#141333;
}
.thm-unit-test .posts-nav a:hover span{
	background:#141333;
}
.thm-unit-test .posts-nav .pull-left{
	float:left;
}
.thm-unit-test .posts-nav .pull-right{
	float:right;
}
/*********************WP Gallery*********************/
.gallery figure{
	display:inline-block;
}

.gallery-columns-1,.gallery-columns-2,.gallery-columns-3,.gallery-columns-4,.gallery-columns-5,
.gallery-columns-6,.gallery-columns-7,.gallery-columns-8,.gallery-columns-9{
	margin-left:-15px;
	margin-right:-15px;
}
.gallery-columns-1 .gallery-item,.gallery-columns-2 .gallery-item,.gallery-columns-3 .gallery-item,
.gallery-columns-4 .gallery-item,.gallery-columns-5 .gallery-item,.gallery-columns-6 .gallery-item,
.gallery-columns-7 .gallery-item,.gallery-columns-8 .gallery-item,.gallery-columns-9 .gallery-item{
	padding-left:15px;
	padding-right:15px;
}
.gallery-columns-1 .gallery-item{
	width:100%;
}
.gallery-columns-2 .gallery-item{
	width:50%;
}
.gallery-columns-3 .gallery-item{
	width: 33.33333333%;
}
.gallery-columns-4 .gallery-item{
	width: 25%;
}
.gallery-columns-5 .gallery-item{
	width: 20%;
}
.gallery-columns-6 .gallery-item{
	width:16.66666666%;
}
.gallery-columns-7 .gallery-item{
	width: 14.2857143%;
}
.gallery-columns-8 .gallery-item{
	width: 12.5%;
}
.gallery-columns-9 .gallery-item{
	width: 11.11111111%;
}

/************************** Widget Rss*****************************/
.widget_rss.widget ul li,
.widget_rss.footer-widget ul li{
	margin-bottom:15px;
	padding-bottom:15px;
	padding-left:0px;
}
.widget_rss.widget ul li a,
.widget_rss.footer-widget ul li a{
	font-weight:600;
}
.widget_rss.widget ul li .rss-date,
.widget_rss.footer-widget ul li .rss-date{
	color:#141333;
	display:block;
}
.widget_rss.footer-widget ul li .rss-date{
	color:#fafafa;
}
.widget_rss.widget ul li:before{
	display:none;
}
.widget_rss.widget ul li .rssSummary{
	font-size:14px;
}
.widget_rss.widget ul li cite,
.widget_rss.footer-widget ul li cite{
	color:#141333;
	display:block;
	font-size:14px;
}
.widget_rss.footer-widget ul li cite{
	color:#fafafa;
}
.widget_rss.footer-widget ul li{
	border-bottom:1px dashed #fafafa;
}
.widget_rss.footer-widget ul li .rss-date{
	margin-top:10px;
}
.wp-tags{
	margin:20px 0;
}
.page .blog-details .left-side .comment-area{
	margin-top:40px;
}
.page .blog-details .left-side .comment-area .kathleen:last-child .comment{
	border:none;
}
.footer-widget ul li{
	position:relative;
	margin-bottom:8px;
	padding-bottom:8px;
	border-bottom:1px solid #333;
}
.footer-widget ul li:last-child{
	border-bottom:none;
	padding-bottom:0px;
	margin-bottom:0px;
}
.footer-widget ul li ul li{
	margin-left:15px;
	margin-top:8px;
	padding-top:8px;
	border-top:1px solid #333;
	margin-bottom:0px;
	padding-bottom:0px;
	border-bottom:none;
}
.blog-details .right-side .title h4 a{
	color:inherit;
}
.not-found-content{
	padding-top:70px;
	padding-bottom:50px;
}
.header-area .logo img,
.footer-logo img{
	width:200px;
}
.mainmenu-area {
    background: #f5365e;
}