html{
	height:100%;
}
body{
  	height:100%;
	background:#fff;
	font-family: 'Lato', sans-serif;
}

.mt-50{
	margin:50px 0 0 0;
}

.post{
	margin:0 0 50px 0;
}

.post h1{
	margin:0 0 20px 0;
}

.post p{
	margin:10px 0;
}

.categories{
	margin:0;
  	padding:0;
}

.categories li{
  	margin:20px 0;
  	padding:0;
  	list-style:none;
}

.categories li a {
	display: flex;
  	align-items: center;
}

.categories li a span {
	margin-left: auto;
}

body a{
	transition: 0.5s all;
}

ul{
	padding: 0;
	margin: 0;
}

h1,h2,h3,h4,h5,h6,label,p{
	margin:0;	
}

.header {
	border-bottom: 3px solid #6d6d6d;
  	padding: 0 15px;
}

.header-top {
  	display: flex;
  	justify-content: space-between;
  	align-items: center;
  	flex-wrap: wrap;
  	position: relative;
	padding: 10px 0;
}

@media screen and (max-width: 768px) {
	.logo {
    	width: 100%;
      	padding-right: 30px;
      	margin-bottom: 10px;
    }
}

.logo a {
  	display: block;
  	max-width: 100%;
    font-weight: 700;
  	font-size: 28px;
  	line-height: 1.42;
  	overflow: hidden;
  	white-space: nowrap;
  	text-overflow: ellipsis;
  	margin: 0;
}

.logo a img {
	width: 300px;
  	max-width: 100%;
}

.header-top-on{
	float:right;
	padding: 4em 0 0;
}
ul.social-in li{
	display: inline-block;	
}
ul.social-in li span{
	color:#838383;
	font-size:1.2em;
	vertical-align: top;
	margin:0 1em 0 0;
}

ul.social-in li  i{
	background: url(../images/img-sprite.png)no-repeat -12px -6px;
	width: 43px;
	height: 43px;
	display: inline-block;
	transition: 0.5s all;
	vertical-align: middle;
}

ul.social-in li  i.tin{
	background-position: -63px -6px;
}
ul.social-in li  i.message{
	background-position:-110px -6px;
}
ul.social-in li  i.youtube{
	background-position:-156px -7px;
}
ul.social-in li  i:hover{
	background-position: -12px -66px;
}
ul.social-in li  i.tin:hover{
	background-position: -63px -66px;
}
ul.social-in li  i.message:hover{
	background-position:-110px -66px;
}
ul.social-in li  i.youtube:hover{
	background-position:-156px -67px;
}

.search{
	position:relative;
	width: 300px;
  	max-width: 100%;
	border: 1px solid #ededed;
}

@media screen and (max-width: 768px) {
	.search{
        width: 100%;
    }
}

.search input[type="text"] {
	outline: none;
	padding:6px 15px;
	background: none;
	width: 79.33%;
	border: none;
	font-size:1em;
	color:#a9a7a7;	
}

.search input[type="submit"] {	
	width: 20px;
	height: 20px;
	background: url(../images/img-sprite.png) -201px -17px no-repeat;
	padding: 0px 1px;
	border: none;
	cursor: pointer;
	position: absolute;
	outline: none;
	top: 6px;
	right: 3px;
}

.header-bottom {
	display: flex;
  	justify-content: center;
  	align-items: center;
  	flex-wrap: wrap;
  	position: relative;
}

.top-nav ul {
  	list-style: none;
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	flex-wrap: wrap;
	padding: 15px 0;
}

.top-nav ul li{
	padding: 0 15px
}

.top-nav ul li a {
	font-size: 16px;
	display: inline-block;
	outline: none;
	color: #838383;
	text-decoration: none;
	letter-spacing: 5px;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
}

@media screen and (max-width: 992px) {
  .top-nav ul li a{
  	font-size: 14px;
  }
}

.top-nav ul li a::before {
	color: #000;
	content: attr(data-hover);
	position: absolute;
	opacity: 0;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
	transition: transform 0.3s, opacity 0.3s;
	pointer-events: none;
}
.top-nav ul li a:hover::before,
.top-nav ul li a:focus::before {
	transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
	opacity: 1;
}
.top-nav ul li.active a {
	color:#000;
}

.header-top span.menu{
	display: none;
}

/*--responsive media-quries--*/

@media(max-width:768px){
.top-nav ul{
	display: none;
	position: absolute;
	width: 100%;
	z-index: 9999;
	left: 0;
  	top: 100%;
	background-color: #838383;
}
  
.header-top span.menu {
	display: block;
	width: 30px;
	height: auto;
	position: absolute;
	top: 17px;
  	right: 0;
}
  
.header-top span.menu span{
  	display: block;
    width: 100%;
    height: 2px;
    background-color: #333;
    margin-top: 6px;
}
  
.top-nav ul li,
.top-nav ul li.active{
	display: block;
	float:none;
	padding: 0.5em 0;
	text-align: center;
}
  
.top-nav ul li a,
.top-nav ul li.active a{
	color:#fff;
	border: none;
	padding: 0;
	background:none;
	margin: 0.3em 1em;
}
  
.top-nav ul li a:hover{
	color:#000;
}
  
}

/*----------------- Breadcrumbs ---------------*/

.breadcrumbs-wrap {
    padding: 10px 15px;
    margin-bottom: 50px;
}

.breadcrumbs-list {
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 0;
    margin: 0 0;
}

.breadcrumbs-list li {
  	position: relative;
    padding: 0;
  	margin-right: 25px;
}

.breadcrumbs-list li:first-child {
	padding-left: 0;
}

.breadcrumbs-list li:not(:last-child)::after {
	content: "/";
  	position: absolute;
  	top: 0;
  	right: -15px;
}

.breadcrumbs-list li a {
	color: #E74C3C;
}

/*----------------- Breadcrumbs end -----------*/

.sidebar-box {
	margin-bottom: 40px;
}

/*--banner--*/

.banner{
	padding:0 1em;
}
.banner-matter h1{
	font-size:1.8em;
	text-transform:uppercase;
	color: #838383;
	font-weight: 400;
	letter-spacing: 6px;
	padding: 1em 0 0.6em;
}
i.line{
	width: 100%;
	height: 7px;
	background: url(../images/line.png) 0px 0px;
	display:block;
}

.banner-matter {
	padding: 3em 0;
}

p.help{
	font-size: 0.85em;
	color: #838383;
	text-transform: uppercase;
	letter-spacing: 3px;
}

/* Default Skin */

.main{
	flex-grow:1;
}

.main.custom-padding{
	padding-top: 30px;
}

.main img{
  max-width:100%;
}

.top-content {
	padding: 20px 0;
}

.top-content h1 {
	font-size: 36px;
}

@media screen and (max-width: 768px) {
	.top-content h1 {
        font-size: 30px;
    }
}

.card {
	margin: 0 0 40px 0;
}
.card img {
	width: 100%;
  	height: auto;
  	object-fit: cover;
}

.meta-element {
	display: flex;
  	justify-content: space-between;	
  	align-items: center;
    flex-wrap: wrap;
  	border-bottom: 1px solid rgba(0, 0, 0, .07);
  	padding: 10px 0;
  	column-gap: 15px;
  	margin-bottom: 10px;
}

.meta-element .meta-author {
	color: #E74C3C;
}

.meta-element .meta-comments {
	display: flex;
  	align-items: center;
}

.meta-element .meta-comments svg {
	width: 16px;
  	height: 16px;
  	fill: #838383;
  	margin-right: 5px;
}

.meta-element .meta-date {
	font-weight: 500;
  	font-size: 14px;
  	color: #838383;
}

.main h2.card-title {
	margin-bottom: 10px;
}

@media screen and (min-width: 992px) {
	.main h2.card-title {
        min-height: 50px;
    }
}

.main h2.card-title a {
  	text-decoration: none;
  	font-size: 22px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.main p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/*------------------------ blog-articles -----------------------*/

.blog-articles {
	border-top: 1px solid #ddd;
  	padding-top: 30px;
  	margin-top: 30px;
    margin-bottom: 30px;
}

.blog-articles h2 {
  	font-weight: 500;
	font-size: 28px;
  	color: #1B242F;
  	margin-bottom: 10px;
}

.blog-articles h3 {
  	font-weight: 500;
	font-size: 24px;
  	color: #1B242F;
  	margin-bottom: 10px;
}

.blog-articles p {
	margin: 0 0 10px 0;
}

/*------------------------ blog-articles -----------------------*/

/*------------------------ blog-post-styles ------------------------*/

.single-post-text img {
	margin: 15px 0 10px 0;
}

.single-post-text h2 {
    font-size: 28px;
	margin-top: 15px;
    margin-bottom: 10px;
}

.single-post-text h3 {
    font-size: 24px;
	margin-top: 15px;
    margin-bottom: 10px;
}

.single-post-text p {
	margin: 0 0 10px 0;
}

.single-post-text a{
	color: #e91414;
}

.single-post-text ol {
	padding-left: 15px;
}

.single-post-text ol li {
	padding: 5px 0;
}

.single-post-text ul {
	list-style: none;
  	padding-left: 15px;
}

.single-post-text ul li {
	padding: 5px 0;
}

.single-post-text ul li,
.single-post-text ul li a {
	color: #000;
}

.single-post-text blockquote {
  	font-style: italic;
	padding: 10px 20px;
    margin: 10px 0 20px 0;
    font-size: 17.5px;
    border-left: 5px solid #ddd;
}

.single-post-text table {
	width: 100%;
  	border: 1px solid #ddd;
  	background-color: #fff;
  	border-collapse: collapse;
  	margin: 15px 0;
}

.single-post-text table,
.single-post-text td,
.single-post-text th {
	border: 1px solid #ddd;
    border-collapse: collapse;
  	padding: 10px 15px;
}

.single-post-text td,
.single-post-text th {
	border: 1px solid #ddd;
    border-collapse: collapse;
  	padding: 10px 15px;
}

/*---------------------- blog-post-styles end ----------------------*/

.wmuSlider {
	position: relative;
	overflow: hidden;
}
ul.wmuSliderPagination{
	display:none;
}
.wmuGallery .wmuGalleryImage {
	margin-bottom: 10px;
}
.wmuSliderPrev, .wmuSliderNext {
	position: absolute;
	width: 27px;
	height: 27px;
	text-indent: -9999px;
	background: url(../images/img-sprite.png)no-repeat;
	z-index: 2;
	cursor: pointer;
}
.wmuSliderPrev {
	background-position:-244px -13px;
	right:22%;
	bottom: 0em;
}
.wmuSliderNext {
	background-position:-281px -13px;
	right:0;
	bottom: 0;
}
.line-in{
	float:left;
	width:75%;
}
.dummy-text{
	float:right;
	width:25%;
	padding-left: 1.5em;
	padding-top: 2em;
}
ul.social-circle li{
	display: inline-block;	
}
ul.social-circle li span{
	color:#838383;
	font-size:1.2em;
	vertical-align: top;
	margin:0 1em 0 0;
}
ul.social-circle li a i{
	background: url(../images/img-sprite.png)no-repeat -227px -62px;
	width: 55px;
	height: 55px;
	display: inline-block;
	margin-right: 1em;
}
ul.social-circle li a i.break{
	background-position:-302px -62px;
}
.dummy-text h6{
	font-size: 1em;
	color: #838383;
	letter-spacing: 3px;
	text-transform: uppercase;
}
.dummy-text span{
	font-size:1em;
	color:#838383;
	display: block;
	padding: 0.5em 0;
}
.dummy-text p{
	font-size:1em;
	color:#B5B5B5;
	line-height:1.5em;
}
.doe {
	padding: 10em 0 0;
}
.banner-top {
	padding: 3em 0;
	border-bottom:3px solid #e7e7e7;
}
/*----*/
.content{
	padding:0 1em;
}
.top-on{
	padding:0 0 2em;
}
.content-top h2{
	font-size:1.8em;
	color: #838383;
	letter-spacing: 6px;
	padding: 1em 0 0.6em;
}
.content-top h2 span{
	font-size: 0.7em;
	letter-spacing: 3px;
	font-weight: 400;
	vertical-align: top;
}
p.you{
	font-size: 0.85em;
	color: #B5B5B5;
	text-transform: uppercase;
	letter-spacing: 3px;
	line-height: 1.5em;
	padding:2em 0;
}
.top-pic{
	padding:0;
}
.bottom-pic{
	padding:0;
}
.bottom-doe h6{
	font-size:1.1em;
	color:#545454;
	padding: 0em 0 0.8em;
}
.bottom-doe p{
	font-size:1em;
	color:#B5B5B5;
	line-height:1.5em;
}
.content-bottom {
	padding: 1.5em 0;
}
/*----*/
.award h3,.award-bottom h3{
	font-size:1.8em;
	color: #838383;
	letter-spacing: 6px;
	padding: 1em 0 0.6em;
	text-transform:uppercase;
}
.award p,.award-bottom p{
	font-size:1em;
	color:#B5B5B5;
	line-height:1.5em;
}
p.date{
	float:left;
}
a.only{
	float:right;
	text-decoration:underline;
	font-size:1em;
	color:#B5B5B5;
}
a.only:hover{
	text-decoration:none;
}
.award-bottom input[type="text"],.award-bottom input[type="password"]{
	padding:14px;
	display:block;
	width:98%;
	background:none;
	border: 1px solid #ededed;
	outline:none;
	color:#464646;
	font-size:1em;
	color:#838383;	
	margin:1em 0;
}
.award-bottom input[type="submit"]{
	padding:7px 20px;
	color:#FFF;
	cursor:pointer;
	background:#2a292c;
	border:none;
	margin:0.5em 0 ;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	letter-spacing:3px;
	font-size:1em;
	border-radius:5px;
	font-weight:100;
}
.award-bottom input[type="submit"]:hover{
	background-color:#A6A5A5;
}
.bottom-content {
	padding: 3em 0 9em;
}
.award-bottom {
	position: relative;
	padding: 0 0 0 1em;
}
a.logo-bottom {
	position: absolute;
	right: 5%;
	bottom: -1%;
}
.award {
	padding: 0 1em 0 0;
	position: relative;
}
.award-bottom p a{
	color:#838383;
	margin:5em 0 0 0;
	text-decoration:underline;
	display:block;
}
.award-bottom p a:hover{
	text-decoration:none;
}
.share{
	background:rgba(108, 107, 107, 0.58);
	width:60%;
	position: absolute;
	bottom: 1px;
	padding: 0.5em;
}
.share p{
	color:#fff;
	font-size:1.2em;
	letter-spacing:3px;
	float:left;
	padding: 8px 0 0;
}
.share p i.down{
	background: url(../images/img-sprite.png)no-repeat -349px -13px;
	width: 27px;
	height: 27px;
	display: inline-block;
	vertical-align: middle;
}
.tin-in{
	float:right;
}
.inverted {
	padding: 0 0 1em;
}
/*--EVENTS--*/
.events {
	padding: 4em 1em 0;
}
.events h2{
	font-size:2em;
	color: #838383;
	letter-spacing: 6px;
	text-align:center;
}
.event-in{
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	position:relative;
	margin-bottom:2em;
}
.event-in img{
	width:100%;
}
.event-in:hover span.rollover1 {
	background: url(../images/plus1.png) center no-repeat rgba(11, 10, 9, 0.66);
	cursor: pointer;
	height: 100%;
	width:92%;
	display: block;
	position: absolute;
	z-index: -9999px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	top:0;
}
.events-grid {
	padding: 4em 0;
}
/*--404--*/
.four{
	text-align:center;
	padding: 8em 1em 10em;
	min-height: 440px;
}
.four h1{
	font-size: 5em;
	color: #838383;
	font-weight: 600;
}
.four p{
	font-size:1.5em;
	color:#B5B5B5;
	padding:0.7em 0 2em;
}
a.details {
	text-decoration: none;
	font-size: 1.2em;
	color: #fff;
	background: #2a292c;
	padding: 0.4em 0.8em;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	font-weight: 100;
}
/*--login--*/
.login h2{
	font-size:2em;
	color: #838383;
	letter-spacing: 6px;
	text-align:center;
}
.login span{
	font-size:1.3em;
	display:block;
	color:#838383;
	padding: 0 0 0.5em;
}
.login div{
	padding:1em 0 0;
}
.login input[type="text"],.login input[type="password"]{
	padding:14px;
	width:60%;
	background:none;
	border: 1px solid #D1D1D1;
	border-radius:10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	outline:none;
	color:#464646;
	font-size:1em;	
}
.login input[type="submit"]{
	outline:none;
	padding:7px 20px;
	color:#FFF;
	cursor:pointer;
	background:#2a292c;
	border:none;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius:5px;
	-ms-border-radius: 5px;
   transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	font-size: 1.2em;
	display:block;
	font-weight:100;
}
.login input[type="submit"]:hover{
	background:#A6A5A5;
}
.login{
	padding: 4em 1em 5em;
}
.login form {
	padding: 2em 0 0;
}
a.forgot {
	color: #2a292c;
	font-size: 1.2em;
	text-decoration:underline;
	padding: 1em 0;
	display:inline-block;
}
a.forgot:hover {
	text-decoration:none;
}
.inverted {
	padding: 0 0 1em;
}
/*--contact--*/
.contact {
	padding: 6em 1em 4em;
}
p.class-para{
	font-size: 1.1em;
	line-height: 1.4em;
	color: #B5B5B5;
	letter-spacing: 2px;
}
.contact-para h5,.contact-map h5{
	margin: 2em 0;
	font-weight:700;
	font-size: 1.4em;
	color:#838383;
}
.contact-map h5{
	margin:0 0 1em;
}
.grid-contact {
	padding: 0 0 1.5em;
}
.contact-grid input[type="text"]{
	width: 100%;
	padding: 11px;
	outline: none;
	border:1px solid #8d8d8d;
	-webkit-appearance: none;
	background:#none;
}
.contact-grid  p{
	margin: 12px 0px;
	font-size: 13px;
	width: 100%;
	color:#838383;
}
.contact-para textarea{
	resize:none;
	width: 96%;
	padding: 1em;
	margin:0 0 ;
	background: #none;
	outline:none;
	border:1px solid #8d8d8d;
	-webkit-appearance: none;
}
.contact-para input[type="submit"]{
	width: 28%;
	font-size: 1.1em;
	background: #2a292c;
	padding: 0.5em 1em;
	text-align: center;
	color: #fff;
	border: none;
	outline: none;
	margin: 0 auto;
	-webkit-appearance: none;
	font-weight: 700;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-moz-transition: 0.5s all;
	font-weight:100;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius:5px;
	-ms-border-radius: 5px;
	letter-spacing:3px;
}
p.your-para{
	margin:0 0 1em;
	font-size: 13px;
	width: 100%;
	color:#838383;
}
.contact-para input[type="submit"]:hover{
	background:#A6A5A5;
}
.send {
	padding: 3em 0em;
}
.map iframe{
	width: 100%;
	min-height: 600px;
	border: none;
}
.contact-grid {
	padding: 0 2em 0 0;
}
/*--single--*/
.single-men h5{
	font-size:1.5em;
	color:#838383;
	padding: 0.5em 0;
}
.single-men p{
	font-size:1em;
	color:#B5B5B5;
	line-height:1.5em;
}
.comment-grid-top h3{
	color:#838383;
	font-size:2em;
	margin: 0;
	padding: 0.5em 0 0em;
}
.top-comment-left{
	float: left;
	width: 13%;
}
.top-comment-right{
	float: left;
	width:84%;
	margin-left:1em;
}
.top-comment-right ul{
	padding: 0;
	margin: 0;
}
.top-comment-right ul li{
	display: inline-block;
	color: #000;
	padding: 0.3em;
}
.top-comment-right ul li a{
	text-decoration: none;
	font-size: 1.1em;
	color: #838383;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.top-comment-right ul li a:hover{
	color: #000;
}
.top-comment-right p{
	color: #B5B5B5;
	font-size:1em;
	margin: 0;
}
.top-comment-right ul li span.left-at{
	font-size: 1.2em;
}
.top-comment-right ul li span.right-at{
	font-size: 1em;
}
.comments-top-top {
	margin: 1.5em 0;
	background: #eee;
	padding: 2em;
	width: 95%;
}
/*----*/
.comments-area h3{
	font-size: 2em;
	color: #838383;
	margin-bottom: 0.5em;
}
.comments-area p {
	padding: 8px 0;
	margin: 0;
}
.web-in{
	padding: 8px 0;
}
.comments-area span {
	display: block;
	color: #838383;
	font-size:1em;
}
.comments-area input[type="text"] {
	padding: 15px 20px;
	width: 75%;
	color: #838383;
	font-size: 13px;
	background:none;
	border: 1px solid #D1D1D1;
	outline: none;
	display: block;
}

.comments-area textarea {
	padding: 15px 30px;
	width:90%;
	color: #838383;
	font-size: 13px;
	outline: none;
	height:200px;
	display: block;
	background:none;
	border: 1px solid #D1D1D1;
	resize:none;
}

.sub-in input[type="submit"] {
	outline: none;
	cursor: pointer;
	text-transform: uppercase;
	transition: 0.5s all;
	background: #2a292c;
	color: #fff;
	font-size:1.1em;
	width: 25%;
	padding: 0.5em;
	border: none;
	border-radius: 5px;
	line-height: 1.2em;
	letter-spacing:3px;
	font-weight:100;
}

.sub-in input[type="submit"]:hover{
	background:#A6A5A5;	
}

.sub-in {
	margin: 1em 0 0;
}

.single {
	padding: 5em 1em;
}

.single-top {
	padding: 0 1em 0 0;
}

.single-bottom{
	padding: 0 1em 0 1em;
}

/*------------------------ blog-post-styles ------------------------*/

.single-post-text img {
	margin: 15px 0 10px 0;
}

.single-post-text h2 {
    font-size: 28px;
	margin-top: 15px;
    margin-bottom: 10px;
}

.single-post-text h3 {
    font-size: 24px;
	margin-top: 15px;
    margin-bottom: 10px;
}

.single-post-text p {
	margin: 0 0 10px 0;
}

.single-post-text a{
	color: #e91414;
}

.single-post-text ol {
	padding-left: 15px;
}

.single-post-text ol li {
	padding: 5px 0;
}

.single-post-text ul {
	list-style: none;
  	padding-left: 15px;
}

.single-post-text ul li {
	padding: 5px 0;
}

.single-post-text ul li,
.single-post-text ul li a {
	color: #000;
}

.single-post-text blockquote {
  	font-style: italic;
	padding: 10px 20px;
    margin: 10px 0 20px 0;
    font-size: 17.5px;
    border-left: 5px solid #ddd;
}

.single-post-text table {
	width: 100%;
  	border: 1px solid #ddd;
  	background-color: #fff;
  	border-collapse: collapse;
  	margin: 15px 0;
}

.single-post-text table,
.single-post-text td,
.single-post-text th {
	border: 1px solid #ddd;
    border-collapse: collapse;
  	padding: 10px 15px;
}

.single-post-text td,
.single-post-text th {
	border: 1px solid #ddd;
    border-collapse: collapse;
  	padding: 10px 15px;
}

/*---------------------- blog-post-styles end ----------------------*/

/*---------------------- post-tags ----------------------*/

.post-tags-wrap {
	display: flex;
  	flex-wrap: wrap;
  	column-gap: 5px;
  	padding: 10px 0;
}

.post-tags-wrap .post-tags-title {
	display: block;
  	font-size: 18px;
  	line-height: 1.6;
}

.post-tags-wrap .post-tags-item {
  	display: inline-block;
	text-decoration: none;
  	font-size: 14px;
  	color: #fff;
  	border-radius: 4px;
  	border: 1px solid #1B242F;
  	background-color: #1B242F;
  	padding: 5px 10px;
  	margin-bottom: 5px;
  	transition: all .3s ease;
}

.post-tags-wrap .post-tags-item:hover {
	color: #1B242F;
  	border: 1px solid #1B242F;
  	background-color: #fff;
}

/*-------------------- post-tags end --------------------*/

/*---------------------------- Coments block ------------------------- */

.comments-block-wrap {
    border-top: 1px solid #ddd;
    padding: 30px 0;
    margin-top: 30px;
}
  
.comments-title {
    font-size: 24px;
    font-weight: 700;
    color: #2b2e3f;
    line-height: 1.2;
    margin-top: 0;
    padding-bottom: 7px;
    margin-bottom: 30px;
}
   
.comment-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
  
.comment-list__item {
    border-bottom: 1px solid #ececec;
    padding-bottom: 15px;
    margin-bottom: 25px;
}
  
.comment-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
  
.comment-info__author {
    display: flex;
    align-items: center;
}
  
@media screen and (max-width: 1200px) {
    .comment-info__author {
        margin-bottom: 15px;
    }
}
  
.comment-author-image {
    min-width: 80px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
}
  
.comment-author-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
  
.comment-author-name {
    font-size: 16px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 10px;
}
  
.comment-date {
    font-weight: 500;
    color: #999999;
    font-size: 14px;
}
  
.comment-stat {
    display: block;
    color: #777;
}

.comment-content {
	color: #2b2e3f;
}
  
.comment-form-wrap {
    padding-top: 20px;
}
  
.comment-form-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
  
.comment-form-input {
    width: 49%;
    font-size: 14px;
    color: #777777;
    border: 1px solid #ececec;
    border-radius: 4px;
    padding: 13px 20px;
    margin-bottom: 15px;
}
  
@media screen and (max-width: 520px) {
    .comment-form-input {
        width: 100%;
    }
}

.comment-form-textarea {
	width: 100%;
    min-height: 190px;
    resize: none;
  	font-size: 14px;
    color: #777777;
  	border-radius: 4px;
    border: 1px solid #ececec;
  	padding: 13px 20px;
  	margin-bottom: 15px;
}
  
.comment-form-bottom {
    display: flex;
    align-items: center;
}
  
.button-submit {
    color: #fff;
    border: 1px solid #1B242F;
    background-color: #1B242F;
    letter-spacing: 0.48px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 4px;
    margin: 0;
    padding: 13px 30px;
}

/*------------------------- Coments block  ------------------------ */

/*----*/
.store-right h6{
	margin:0 0 0.5em;
	font-size:1.5em;
	color:#838383;
	letter-spacing: 3px;
}
ul.store-men li{
	list-style:none;
	border-bottom: 1px solid #D3CFCF;
}
ul.store-men li.last{
	border:none;
}
ul.store-men li a span{
	height: 21px;
	width: 21px;
	background: url(../images/img-sprite.png) no-repeat -319px -15px;
	display: inline-block;
	margin: 0 0.5em 0 0;
	vertical-align: bottom;
}
ul.store-men li a {
	text-decoration: none;
	font-size: 1em;
	color: #838383;
	padding: 0.5em 0;
	display: block;
}
ul.store-men li a:hover {
	color:#000;
	padding-left:0.2em;
}
.store-right {
	padding: 0em 0 4em;
}
/*--footer--*/

.footer {
	padding: 40px 15px 20px 15px;
	border-top: 3px solid #838383;
}

.footer-logo {
	font-weight: 700;
    font-size: 24px;
}

.footer-logo img {
	width: 150px;
  	max-width: 100%;
}

.amet-sed h4{
	font-size:1.4em;
	color: #838383;
	letter-spacing: 6px;
	padding: 1em 0 0.6em;
	text-transform:uppercase;
}
 ul.nav-bottom li{
	list-style:none;
}
ul.nav-bottom li  a{
	text-decoration:none;
	color:#838383;
	font-size:0.9em;
	padding: 0em ;
	letter-spacing: 2px;
}
ul.nav-bottom li  a:hover{
	color:#000;
}
.footer-top {
	padding: 2em 0 2em;
}
.amet-sed {
	padding: 0px 1em 0 0;
}

ul.nav-bottom {
	margin-bottom: 20px;
}

ul.nav-bottom li{
	padding: 5px 0;
}

p.footer-class{
	color:#838383;
	font-size:1em;
	text-transform:uppercase;
}
p.footer-class a{
	color:#000;
	text-decoration:none;
}
p.footer-class a:hover{
	color:#838383;
}
.amet-sed p{
	color:#838383;
	font-size:0.9em;
	padding:2em 0 0em ;
	letter-spacing: 2px;
	text-transform:uppercase;
}
.amet-sed p a{
	text-decoration:none;
	color:#838383;
}
.amet-sed p a:hover{
	text-decoration:underline;
}
ul.msg-social {
	padding: 3.3em 0 0;
}
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 25px;
	right: 10px;
	overflow: hidden;
	width: 52px;
	height: 52px;
	border: none;
	text-indent: 100%;
	background: url('../images/up.png') no-repeat 0px 0px;
}
/*--responsive--*/
@media(max-width:1440px){
}
@media(max-width:1366px){
}
@media(max-width:1280px){
}

@media(max-width:1024px){

.doe {
	padding: 4em 0 0;
}
.bottom-doe p {
	height: 100px;
	overflow: hidden;
}
.award h3, .award-bottom h3 {
	font-size: 1.7em;
}
.bottom-content {
	padding: 3em 0 5em;
}
.event-in:hover span.rollover1 {
	width: 90%;
}
.contact-para input[type="submit"] {
	width: 35%;
}
.sub-in input[type="submit"] {
	width: 30%;
}
}
@media(max-width:768px){
.dummy-text p {
	height: 102px;
	overflow: hidden;
}
.wmuSliderPrev {
	right: 21%;
}
p.you {
	height: 59px;
	overflow: hidden;
}
.bottom-pic {
	float: left;
	width:45%;
}
.bottom-doe {
	float: left;
	width: 55%;
	padding:0;
}
.bottom-doe p {
	width:90%;
}
.top-pic {
	padding: 1em 0;
}
.content-bottom {
	padding: 0em 0;
}
.event-in {
	width: 33.333%;
	float: left;
}
.event-in:hover span.rollover1 {
	width: 87%;
}
.map iframe {
	min-height: 300px;
}
.grid-contact {
	padding: 0;
}
p.your-para {
	margin: 1em 0;
}
.contact-grid {
	padding: 0;
}
.contact-para textarea {
	width: 100%;
}
.single {
	padding: 4em 1em;
}
.store-right {
	padding: 1em 0;
}
.single-top,.single-bottom {
	padding:0;
}

}

@media(max-width:640px){

.logo img {
	width: 100%;
}
.search {
	width: 38%;
}
.banner-matter h1 {
	font-size: 1.6em;
}
.line-in {
	width: 70%;
}
.dummy-text {
	width: 30%;
	padding-top: 1em;
}
.doe {
	padding: 2em 0 0;
}
.dummy-text p {
	height: 68px;
}
.content-top h2 {
	font-size: 1.5em;
}

.content-top h2 {
	font-size: 1em;
}
  
.search {
	width: 100%;
}
  
.bottom-doe {
	padding: 0 0em 0 1em;
}
.event-in:hover span.rollover1 {
	width: 84%;
}
.events {
	padding: 3em 1em 0;
}
.events-grid {
	padding: 2em 0;
}
.contact {
	padding: 3em 1em;
}
.login {
	padding: 3em 1em 4em;
}
.login input[type="text"], .login input[type="password"] {
	padding: 14px;
	width: 80%;
}
.single {
	padding: 3em 1em;
}
.top-comment-right {
	width: 82%;
}
.top-comment-right p {
	height: 21px;
	overflow: hidden;
}
.sub-in input[type="submit"] {
	width: 38%;
}
.top-comment-right ul li span.right-at {
	font-size: 0.9em;
}
.top-comment-right ul li a {
	font-size: 1em;
}
.comments-top-top {
	width:100%;
	padding:1.3em;
	margin:1em 0;
}
.comments-area h3 {
	font-size: 1.5em;
}
}
@media(max-width:480px){
.header-top-on {
	display: none;
}

.banner-matter h1 {
	font-size: 1em;
}
.banner-matter {
	padding: 1em 0;
}
.line-in ,.dummy-text{
	width: 100%;
	float:left;
}
.dummy-text{
	padding: 1em 0 2em;
}
.wmuSliderPrev {
	right: 93%;
}
.bottom-pic {
	width: 50%;
}
.bottom-doe p {
	height: 82px;
}
.award h3, .award-bottom h3 {
	font-size: 1.3em;
}
.bottom-content {
	padding: 1em 0px 3em;
}
a.logo-bottom {
	right: -7%;
}
.amet-sed h4 {
	font-size: 1.2em;
}
.bottom-doe {
	width: 50%;
}
.share {
	width: 70%;
}
.event-in {
	width: 50%;
	margin-bottom: 1em;
	padding: 0em 0.5em;
}
.event-in:hover span.rollover1 {
	width: 86%;
}
.event-in:nth-child(9) {
	display:none;
}
.four h1 {
	font-size: 4em;
}
.four p {
	font-size: 1.3em;
}
.four {
	padding: 6em 1em 7em;
	min-height: 347px;
}
.contact-para h5, .contact-map h5 {
	margin: 1em 0;
	font-size: 1.2em;
}
p.class-para {
	font-size: 1em;
}
.contact-grid input[type="text"] {
	padding: 7px;
}
.send {
	padding: 1em 0em;
}
.contact-para input[type="submit"] {
	width: 43%;
	font-size: 1em;
}
.map iframe{
	min-height:250px;
}
.login input[type="text"], .login input[type="password"] {
	padding: 12px;
	width: 80%;
}
.login {
	padding: 3em 1em 4em;
}
.single-men p {
	height: 61px;
	overflow: hidden;
}
.comment-grid-top h3 {
	font-size: 1.5em;
}
.top-comment-right ul li span.left-at {
	font-size: 1em;
}
.sub-in input[type="submit"] {
	font-size: 1em;
	width: 50%;
}
.single-men h5 {
	font-size: 1.3em;
}
}
@media(max-width:320px){

.search input[type="text"] {
	font-size: 0.9em;
}
.banner-matter h1 {
	font-size: 0.9em;
	letter-spacing: 3px;
	height: 13px;
	overflow: hidden;
	padding: 0;
	margin: 1em 0 0.5em;
}
p.help {
	font-size: 0.8em;
	text-transform: uppercase;
	letter-spacing: 1px;
	overflow: hidden;
	height: 34px;
	line-height: 1.5em;
}
.banner-top {
	padding: 1em 0;
}
.doe {
	padding: 1em 0 0;
}
.wmuSliderPrev {
	right: 89%;
}
.content-top h2 {
	font-size: 0.9em;
	letter-spacing: 2px;
	line-height: 1.5em;
}
.bottom-doe h6 {
	font-size: 1em;
	padding: 0em 0 0.3em;
}
.bottom-doe p {
	height: 51px;
	line-height: 1.4em;
	font-size:0.9em;
}
.top-pic {
	padding: 1em 0 0;
}
.top-on {
	padding: 0 0 1em;
}
.award h3, .award-bottom h3 {
	font-size: 1em;
	letter-spacing: 2px;
}
a.logo-bottom {
	right: 0%;
}
.award p, .award-bottom p {
	font-size: 0.9em;
}
.award ,.award-bottom {
	padding:0;
}
.footer-top {
	padding: 0.5em 0 2em;
}
.amet-sed h4 {
	font-size: 1.1em;
	letter-spacing: 2px;
}
ul.nav-bottom li a,.amet-sed p {
	font-size: 0.85em;
}
ul.nav-bottom {
	padding: 1em 0 0;
}
ul.msg-social {
	padding: 1em 0 0;
}
p.footer-class {
	font-size: 0.9em;
}
.award-bottom input[type="text"], .award-bottom input[type="password"] {
	padding: 10px;
}
.award-bottom input[type="submit"] {
	padding: 5px 12px;
}
.bottom-content {
	padding: 1em 0px 2em;
}
a.logo-bottom img {
	width: 100%;
}
.award-bottom p a {
	padding: 8em 0 0 0;
}
.share {
	width: 100%;
	padding: 0.2em;
}

.events h2 {
	font-size: 1.5em;
}
.events {
	padding: 1.5em 1em 0;
}
.events-grid {
	padding: 1em 0;
}
.event-in:hover span.rollover1 {
	width: 89%;
	background-size: 38px;
}
.four h1 {
	font-size: 3em;
}
.four p {
	font-size: 1.2em;
}
.four {
	padding: 4em 1em 5em;
	min-height: 296px;
}
p.class-para {
	font-size: 0.9em;
	height: 35px;
	overflow: hidden;
}
.contact-para h5, .contact-map h5 {
	font-size: 1em;
}
.contact-grid p,p.your-para {
	margin: 10px 0px;
	font-size: 12px;
}
.contact-para input[type="submit"] {
	width: 73%;
	font-size: 0.9em;
}
.map iframe {
	min-height: 150px;
}
.contact {
	padding: 1.5em 1em;
}
.login {
	padding: 1.5em 1em;
}
.login {
	padding: 1.5em 1em;
}
.login h2 {
	font-size: 1.5em;
}
.login input[type="text"], .login input[type="password"] {
	padding: 9px;
	width: 100%;
}
.login span {
	font-size: 1em;
}
.login form {
	padding: 0 0;
}
a.forgot {
	font-size: 1em;
}
.login input[type="submit"] {
	padding: 5px 20px;
}
.single-men h5 {
	font-size: 1em;
}
.comment-grid-top h3 {
	font-size: 1.3em;
}
.top-comment-right ul li span.right-at {
	display: none;
}
.top-comment-left {
	width: 22%;
}
.top-comment-right {
	width: 70%;
}
.comments-area input[type="text"] {
	padding: 10px 20px;
	width: 90%;
}
.comments-area textarea {
	height: 117px;
}
.sub-in input[type="submit"] {
	font-size: 0.9em;
	width: 71%;
}
.store-right h6 {
	font-size: 1.2em;
}
.single {
	padding: 1.5em 1em;
}
.comments-area h3 {
	font-size: 1.2em;
}
.top-nav ul li a{
	font-size:1em;
}
}